14 lines
235 B
Svelte
14 lines
235 B
Svelte
<svg
|
|
class="h-6 w-6"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
viewBox="0 0 24 24"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
><path
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
d="M14 5l7 7m0 0l-7 7m7-7H3"
|
|
/></svg
|
|
>
|