mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
19 lines
526 B
XML
19 lines
526 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"
|
||
|
|
>
|
||
|
|
<rect width="10" height="4" x="7" y="2" rx="2" />
|
||
|
|
<rect width="16" height="4" x="4" y="6" rx="2" />
|
||
|
|
<path d="M14 14h6a2 2 0 1 0 0-4H4a2 2 0 1 0 0 4h6" />
|
||
|
|
<rect width="4" height="8" x="10" y="10" rx="2" />
|
||
|
|
<path d="M19 14a2 2 0 1 1 0 4H5a2 2 0 1 1 0-4" />
|
||
|
|
<rect width="14" height="4" x="5" y="18" rx="2" />
|
||
|
|
</svg>
|