mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:28:26 +02:00
18 lines
410 B
XML
18 lines
410 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="M2 9h4" />
|
||
|
|
<path d="M22 9h-4" />
|
||
|
|
<path d="M9 20a7 7 0 0 1-7-7V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v6a7 7 0 0 1-7 7Z" />
|
||
|
|
<path d="M2 13a7 7 0 0 1 7 7" />
|
||
|
|
<path d="M15 20a7 7 0 0 1 7-7" />
|
||
|
|
</svg>
|