mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
25 lines
680 B
XML
25 lines
680 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="M4 2a2 2 0 0 0-2 2" />
|
|
<line x1="8" y1="2" x2="10" y2="2" />
|
|
<line x1="14" y1="2" x2="16" y2="2" />
|
|
<path d="M4 22a2 2 0 0 1-2-2" />
|
|
<line x1="22" y1="8" x2="22" y2="10" />
|
|
<line x1="22" y1="14" x2="22" y2="16" />
|
|
<path d="M22 20a2 2 0 0 1-2 2" />
|
|
<line x1="14" y1="22" x2="16" y2="22" />
|
|
<line x1="8" y1="22" x2="10" y2="22" />
|
|
<path d="M20 2a2 2 0 0 1 2 2" />
|
|
<line x1="2" y1="14" x2="2" y2="16" />
|
|
<line x1="2" y1="8" x2="2" y2="10" />
|
|
</svg>
|