mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:08:24 +02:00
18 lines
427 B
XML
18 lines
427 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"
|
||
|
|
>
|
||
|
|
<ellipse cx="10" cy="8" rx="3" ry="2" />
|
||
|
|
<ellipse cx="10" cy="8" rx="7" ry="6" />
|
||
|
|
<path d="M3 8v8c0 3.3 3.1 6 7 6s7-2.7 7-6V8c0 2.2 2.2 4 5 4v8c-2.8 0-5-1.8-5-4" />
|
||
|
|
<path d="M10 14v2" />
|
||
|
|
<path d="M10 20v2" />
|
||
|
|
</svg>
|