17 lines
331 B
XML
17 lines
331 B
XML
|
<svg
|
||
|
class="w-6 h-6 text-gray-800 dark:text-white"
|
||
|
aria-hidden="true"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="24"
|
||
|
height="24"
|
||
|
fill="none"
|
||
|
viewBox="0 0 24 24"
|
||
|
>
|
||
|
<path
|
||
|
stroke="currentColor"
|
||
|
stroke-linecap="round"
|
||
|
stroke-linejoin="round"
|
||
|
stroke-width="2"
|
||
|
d="m16 10 3-3m0 0-3-3m3 3H5v3m3 4-3 3m0 0 3 3m-3-3h14v-3"
|
||
|
/>
|
||
|
</svg>
|