mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:08:24 +02:00
20 lines
507 B
XML
20 lines
507 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"
|
||
|
|
>
|
||
|
|
<circle cx="18.5" cy="5.5" r=".5" />
|
||
|
|
<path d="M20 10h.01" />
|
||
|
|
<path d="M9 2h7" />
|
||
|
|
<path d="M11 2v4" />
|
||
|
|
<rect width="4" height="4" x="9" y="6" rx="1" />
|
||
|
|
<path d="M9 10c-1.7 0-3 1.3-3 3v7a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-7c0-1.7-1.3-3-3-3Z" />
|
||
|
|
<path d="M6 14.5a6 6 0 0 1 5 0s2 1.25 5 0" />
|
||
|
|
</svg>
|