Skip to content

Commit

Permalink
fix arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Aug 14, 2024
1 parent c9fe25f commit 257c690
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/icons/FastArrowRight.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<svg
width="24px"
height="24px"
viewBox="0 0 24 24"
stroke-width="1.5"
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
><path
d="M13 6l6 6-6 6M5 6l6 6-6 6"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>

0 comments on commit 257c690

Please sign in to comment.