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" + } ] }