Fix arrow left icon pointing right on Safari

This commit is contained in:
Kalle
2025-06-02 20:48:01 +03:00
parent 910d5f573a
commit ea1666d57d

View File

@@ -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>