mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:28:26 +02:00
19 lines
374 B
XML
19 lines
374 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="M7 6h10" />
|
||
|
|
<path d="M7 22h10" />
|
||
|
|
<path d="M8 22V6a4 4 0 0 1 8 0v16" />
|
||
|
|
<path d="m8 11.5 8-4" />
|
||
|
|
<path d="m8 16 8-4" />
|
||
|
|
<path d="m8 20.5 8-4" />
|
||
|
|
</svg>
|