mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
17 lines
363 B
XML
17 lines
363 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="9" rx="10" ry="7" />
|
||
|
|
<path d="M2 9v3a10 10 0 0 0 20 0V9" />
|
||
|
|
<ellipse cx="12" cy="9" rx="6" ry="3" />
|
||
|
|
<path d="m14 8 6-6h2" />
|
||
|
|
</svg>
|