mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
19 lines
431 B
XML
19 lines
431 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 5v5" />
|
||
|
|
<path d="M12 14v5" />
|
||
|
|
<circle cx="12" cy="12" r="2" />
|
||
|
|
<path d="M2 9h4v6H2" />
|
||
|
|
<path d="M3 19c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1h18c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1Z" />
|
||
|
|
<path d="M22 15h-4V9h4" />
|
||
|
|
</svg>
|