mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
20 lines
502 B
XML
20 lines
502 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="M4 3v2" />
|
||
|
|
<rect width="4" height="7" x="10" y="4" rx="2" />
|
||
|
|
<path d="M4 12v10" />
|
||
|
|
<path d="M12 2v2" />
|
||
|
|
<rect width="4" height="7" x="2" y="5" rx="2" />
|
||
|
|
<path d="M12 11v4.35" />
|
||
|
|
<path d="M15 18.5V22c-3.8 0-7-1.6-7-3.5s3.2-3.5 7-3.5 7 1.6 7 3.5c0 1.3-1.5 2.5-3.9 3.1Z" />
|
||
|
|
</svg>
|