classic-ui/components/icons/EthPurchaseArrow.vue
FreezyEx b32527e057 Revert "minor fixes"
This reverts commit 7f8f7c2aa15c8b8c6a7449d177f46f8a417e2f67.
2022-10-13 16:03:54 +02: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>