Skip to content

Commit

Permalink
Add IconArrowLeft component
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Apr 29, 2024
1 parent 70157af commit 79f7003
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/IconArrowLeft.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<template>
<svg
viewBox="0 0 15 15"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="currentColor"
fill-rule="evenodd"
d="M6.854 3.146a.5.5 0 0 1 0 .708L3.707 7H12.5a.5.5 0 0 1 0 1H3.707l3.147 3.146a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0"
clip-rule="evenodd"
/>
</svg>
</template>

0 comments on commit 79f7003

Please sign in to comment.