mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:36:27 +01:00
* feat: improved folders * fix: snapped node * Update icons/folder-heart.svg Co-authored-by: Karsa <contact@karsa.org> * Update folder-cog-2.svg * Update folder-cog.svg * feat: revert folder-symlink * feat: revert folder-output --------- Co-authored-by: Karsa <contact@karsa.org>
16 lines
389 B
XML
16 lines
389 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="M12 10v6" />
|
|
<path d="M9 13h6" />
|
|
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
|
</svg>
|