mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:26:51 +01:00
* Add generic `app-window` icon * Update icons/app-window.svg Co-authored-by: Karsa <contact@karsa.org> * Update icons/app-window.json --------- Co-authored-by: Karsa <contact@karsa.org>
17 lines
329 B
XML
17 lines
329 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 x="2" y="4" width="20" height="16" rx="2" />
|
|
<path d="M10 4v4" />
|
|
<path d="M2 8h20" />
|
|
<path d="M6 4v4" />
|
|
</svg>
|