mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:08:24 +02:00
19 lines
418 B
XML
19 lines
418 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="M6 10V5c0-1.7 1.3-3 3-3h1" />
|
||
|
|
<path d="m3 7 3 3 3-3" />
|
||
|
|
<circle cx="18" cy="6" r="4" />
|
||
|
|
<path d="M18 14v5c0 1.7-1.3 3-3 3h-1" />
|
||
|
|
<path d="m21 17-3-3-3 3" />
|
||
|
|
<circle cx="6" cy="18" r="4" />
|
||
|
|
</svg>
|