mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 00:10:52 +01:00
* Refine `file`[`-*`] icons * Refine `sticker` icon fold * Refine `sticky-note` icon * Improve `sticky-note` metadata * Add `sticky-note-text` icon * Add `file-dot` icon * Update icons/file-badge-2.svg Co-authored-by: Jakob Guddas <github@jguddas.de> * Add `file-sliders-big` (config) icon * Add `file-sliders` (config) icon * Improve `folder-dot` metadata * Remove icons * Remove sticky note text --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Jakob Guddas <github@jguddas.de>
17 lines
448 B
XML
17 lines
448 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="M21 7h-3a2 2 0 0 1-2-2V2" />
|
|
<path d="M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z" />
|
|
<path d="M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15" />
|
|
<path d="M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11" />
|
|
</svg>
|