mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:08:27 +02:00
17 lines
350 B
XML
17 lines
350 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="M5 8v6a2 2 0 0 0 2 2h2" />
|
||
|
|
<path d="M15 14h2a2 2 0 0 0 2-2V6" />
|
||
|
|
<path d="M9 22V5a3 3 0 1 1 6 0v17" />
|
||
|
|
<path d="M7 22h10" />
|
||
|
|
</svg>
|