tornado-classic-ui/components/icons/EthPurchaseArrow.vue
Danil Kovtonyuk 44f31f8b9f
init
2022-04-22 13:14:19 +10:00

11 lines
384 B
Vue

<template>
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.71 150">
<polygon fill="#000403" points="30.71 0.5 30.34 0.5 0.54 75 30.34 149.5 30.71 149.5 30.71 0.5" />
<polygon
class="arrow-border"
fill="#666"
points="30.71 149 30.68 149 1.08 75 30.68 1 30.71 1 30.71 0 30 0 0 75 30 150 30.71 150 30.71 149"
/>
</svg>
</template>