Skip to content

Commit

Permalink
Add ArrowDownIcon.vue
Browse files Browse the repository at this point in the history
As the unstaking icon
  • Loading branch information
mraveux committed Aug 9, 2024
1 parent 3f97a0f commit c74e165
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/icons/ArrowDownIcon.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template functional>
<svg class="nq-icon arrow-down-icon" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"
stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="m8 6.696-3.5 3.5-3.5-3.5M4.45 9.154v-7.6"/>
</svg>
</template>

0 comments on commit c74e165

Please sign in to comment.