mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:28:26 +02:00
21 lines
442 B
XML
21 lines
442 B
XML
|
|
<svg
|
||
|
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
|
width="24"
|
||
|
|
height="24"
|
||
|
|
viewBox="0 0 24 24"
|
||
|
|
fill="none"
|
||
|
|
stroke="currentColor"
|
||
|
|
stroke-width="2"
|
||
|
|
stroke-linecap="round"
|
||
|
|
stroke-linejoin="round"
|
||
|
|
>
|
||
|
|
<path d="M12 6V5" />
|
||
|
|
<path d="M8 10a4 4 0 0 1 8 0" />
|
||
|
|
<path d="M6 10h12" />
|
||
|
|
<path d="M12 10v9" />
|
||
|
|
<path d="M8 19v-4c0-.6-.4-1-1-1H2" />
|
||
|
|
<path d="M2 8v11" />
|
||
|
|
<path d="M16 19v-4a1 1 0 0 1 1-1h5" />
|
||
|
|
<path d="M22 8v11" />
|
||
|
|
</svg>
|