mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +01:00
17 lines
400 B
XML
17 lines
400 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="M14 7h2a2 2 0 012 2v6a2 2 0 01-2 2h-3" />
|
|
<path d="M7 7H4a2 2 0 00-2 2v6a2 2 0 002 2h2" />
|
|
<polyline points="11 7 8 12 12 12 9 17" />
|
|
<line x1="22" x2="22" y1="11" y2="13" />
|
|
</svg>
|