mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:58:24 +02:00
18 lines
354 B
XML
18 lines
354 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="20" height="20" x="2" y="2" rx="2" />
|
||
|
|
<path d="M6 9v6" />
|
||
|
|
<path d="M10 6v12" />
|
||
|
|
<path d="M14 6v12" />
|
||
|
|
<path d="M18 9v6" />
|
||
|
|
</svg>
|