5 lines
224 B
Vue
5 lines
224 B
Vue
|
|
<template>
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
||
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" />
|
||
|
|
</svg>
|
||
|
|
</template>
|