mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 22:57:43 +01:00
fix(icons): removed calendar-plus-2 icon
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"contributors": [
|
|
||||||
"danielbayley"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"date",
|
|
||||||
"day",
|
|
||||||
"month",
|
|
||||||
"year",
|
|
||||||
"event",
|
|
||||||
"add",
|
|
||||||
"subscribe",
|
|
||||||
"create",
|
|
||||||
"new"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"time"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
<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="M8 2v4" />
|
|
||||||
<path d="M16 2v4" />
|
|
||||||
<rect width="18" height="18" x="3" y="4" rx="2" />
|
|
||||||
<path d="M3 10h18" />
|
|
||||||
<path d="M10 16h4" />
|
|
||||||
<path d="M12 14v4" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 378 B |
@@ -18,5 +18,13 @@
|
|||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"time"
|
"time"
|
||||||
|
],
|
||||||
|
"aliases": [
|
||||||
|
{
|
||||||
|
"name": "calendar-plus-2",
|
||||||
|
"deprecated": true,
|
||||||
|
"deprecationReason": "alias.name",
|
||||||
|
"toBeRemovedInVersion": "v1.0"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user