fix(icons): removed calendar-plus-2 icon

This commit is contained in:
Jakob Guddas
2025-05-24 18:30:26 +02:00
parent 22a43cbdeb
commit 5bacbfafd5
3 changed files with 8 additions and 38 deletions

View File

@@ -1,20 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"date",
"day",
"month",
"year",
"event",
"add",
"subscribe",
"create",
"new"
],
"categories": [
"time"
]
}

View File

@@ -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

View File

@@ -18,5 +18,13 @@
], ],
"categories": [ "categories": [
"time" "time"
],
"aliases": [
{
"name": "calendar-plus-2",
"deprecated": true,
"deprecationReason": "alias.name",
"toBeRemovedInVersion": "v1.0"
}
] ]
} }