forked from tornadocash/nova-ui
10 lines
254 B
Vue
10 lines
254 B
Vue
|
<template>
|
||
|
<svg viewBox="0 0 24 24">
|
||
|
<path
|
||
|
fill-rule="evenodd"
|
||
|
d="M9.293 16.707a1 1 0 010-1.414L12.586 12 9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
</svg>
|
||
|
</template>
|