mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:08:27 +02:00
19 lines
386 B
XML
19 lines
386 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="M22 8h-2V6H4v2H2v8h2v2h16v-2h2Z" />
|
||
|
|
<path d="M6 11v2" />
|
||
|
|
<path d="M10 12H6" />
|
||
|
|
<circle cx="12" cy="12" r="2" />
|
||
|
|
<path d="M18 12h-4" />
|
||
|
|
<path d="M18 11v2" />
|
||
|
|
</svg>
|