Skip to content

Commit

Permalink
Fix icon rotation on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
inescri committed Oct 25, 2024
1 parent 1e37014 commit f966cff
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ export const Inbound24Icon = defineIcon({
width="24"
height="24"
stroke-width="2"
transform="rotate(90)"
>
<path d="M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0m6 3 6-6" />
<path d="M11 9h4v4" />
<path transform="rotate(90 12 12)" d="M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0m6 3 6-6" />
<path transform="rotate(90 12 12)" d="M11 9h4v4" />
</svg>
`,
});

0 comments on commit f966cff

Please sign in to comment.