mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:18:23 +02:00
* feat(icons): improve calendar icons centre of gravity * fix(icons): reoptimize everything using Lucide Studio
19 lines
404 B
XML
19 lines
404 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 17 4-4 4 4" />
|
|
<path d="M16 2v3" />
|
|
<path d="M18 21v-8" />
|
|
<path d="M21 10.343V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h9" />
|
|
<path d="M3 9h18" />
|
|
<path d="M8 2v3" />
|
|
</svg>
|