12 lines
313 B
Vue
12 lines
313 B
Vue
<template>
|
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5.83333 12.6665L10 8.49984L5.83333 4.33317"
|
|
stroke="currentColor"
|
|
stroke-width="1.2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
</svg>
|
|
</template>
|