From 5bacbfafd5cae7667af8dfa8af34ca202c90bd1b Mon Sep 17 00:00:00 2001 From: Jakob Guddas Date: Sat, 24 May 2025 18:30:26 +0200 Subject: [PATCH] fix(icons): removed `calendar-plus-2` icon --- icons/calendar-plus-2.json | 20 -------------------- icons/calendar-plus-2.svg | 18 ------------------ icons/calendar-plus.json | 8 ++++++++ 3 files changed, 8 insertions(+), 38 deletions(-) delete mode 100644 icons/calendar-plus-2.json delete mode 100644 icons/calendar-plus-2.svg diff --git a/icons/calendar-plus-2.json b/icons/calendar-plus-2.json deleted file mode 100644 index fcbc73799..000000000 --- a/icons/calendar-plus-2.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "../icon.schema.json", - "contributors": [ - "danielbayley" - ], - "tags": [ - "date", - "day", - "month", - "year", - "event", - "add", - "subscribe", - "create", - "new" - ], - "categories": [ - "time" - ] -} diff --git a/icons/calendar-plus-2.svg b/icons/calendar-plus-2.svg deleted file mode 100644 index dcb8e365a..000000000 --- a/icons/calendar-plus-2.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - diff --git a/icons/calendar-plus.json b/icons/calendar-plus.json index 695a980a8..373a9f6f2 100644 --- a/icons/calendar-plus.json +++ b/icons/calendar-plus.json @@ -18,5 +18,13 @@ ], "categories": [ "time" + ], + "aliases": [ + { + "name": "calendar-plus-2", + "deprecated": true, + "deprecationReason": "alias.name", + "toBeRemovedInVersion": "v1.0" + } ] }