nova-ui/components/icons/Binance.vue

9 lines
381 B
Vue
Raw Permalink Normal View History

2022-12-04 09:02:30 +03:00
<template>
<svg fill="none" viewBox="0 0 24 24">
<path
fill="#fff"
d="M8.9 13.28l3.1 3.1 3.11-3.1 1.8 1.8-4.9 4.92-4.92-4.91 1.8-1.81zM13.83 12L12 13.84 10.17 12l.32-.32.16-.16L12 10.16 13.84 12zm2.54 0l1.81-1.8L20 12l-1.8 1.8-1.82-1.8zM4 12l1.8-1.8L7.63 12 5.8 13.8 4 12zm4.9-1.28l3.1-3.1 3.11 3.1 1.8-1.8L12.02 4 7.08 8.92l1.8 1.8z"
/>
</svg>
</template>