mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:58:22 +02:00
17 lines
390 B
XML
17 lines
390 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="12" cy="6" rx="9" ry="3" />
|
||
|
|
<path d="M3 10c0 1.7 4 3 9 3s9-1.3 9-3" />
|
||
|
|
<path d="M3 14c0 1.7 4 3 9 3s9-1.3 9-3" />
|
||
|
|
<path d="M3 6v12c0 1.7 4 3 9 3s9-1.3 9-3V6" />
|
||
|
|
</svg>
|