Skip to content

Commit

Permalink
rm unneeded attr
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Sep 16, 2024
1 parent 5f38eb7 commit ebec548
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wormhole-connect/src/icons/FastestRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ export default createSvgIcon(
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8.9,5.7c0-.1-.2-.2-.4-.2h-4c-.3,0-.5-.2-.5-.4V0L0,7.9c0,.1,0,.3,0,.4,0,.1.2.2.4.2h4c.3,0,.5.2.5.4v5.1l4-7.9c0-.1,0-.3,0-.4Z"
stroke-width="1.5"
/>
<path d="M8.9,5.7c0-.1-.2-.2-.4-.2h-4c-.3,0-.5-.2-.5-.4V0L0,7.9c0,.1,0,.3,0,.4,0,.1.2.2.4.2h4c.3,0,.5.2.5.4v5.1l4-7.9c0-.1,0-.3,0-.4Z" />
</svg>,
'Fastest',
);

0 comments on commit ebec548

Please sign in to comment.