mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 20:26:08 -05:00
Fix arrow left icon pointing right on Safari
This commit is contained in:
@@ -14,12 +14,11 @@ export function ArrowLeftIcon({
|
||||
style={style}
|
||||
viewBox="0 0 20 20"
|
||||
fill="currentColor"
|
||||
transform="rotate(180)"
|
||||
>
|
||||
<title>Arrow Left Icon</title>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
|
||||
d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z"
|
||||
clipRule="evenodd"
|
||||
/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user