mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:47:15 +01:00
16 lines
320 B
XML
16 lines
320 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="m10 9-3 3 3 3" />
|
|
<path d="m14 15 3-3-3-3" />
|
|
<rect x="3" y="3" width="18" height="18" rx="2" />
|
|
</svg>
|