mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +01:00
* Optimise `calendar`[`-*`] icons * Add `calendar-plus` variant * Add `calendar-minus` variant * Add `calendar-slash` icon * Improve `calendar`[`-*`] icons metadata * Add `calendar-fold` icon * Remove calendar-slash --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
19 lines
417 B
XML
19 lines
417 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 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.5" />
|
|
<path d="M16 2v4" />
|
|
<path d="M8 2v4" />
|
|
<path d="M3 10h18" />
|
|
<circle cx="18" cy="18" r="3" />
|
|
<path d="m22 22-1.5-1.5" />
|
|
</svg>
|