mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:08:27 +02:00
18 lines
359 B
XML
18 lines
359 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 11v5" />
|
||
|
|
<circle cx="4.5" cy="13.5" r="2.5" />
|
||
|
|
<path d="M11 16h2" />
|
||
|
|
<circle cx="19.5" cy="13.5" r="2.5" />
|
||
|
|
<path d="M17 9v7" />
|
||
|
|
</svg>
|