From 7cd1c758454c2b52d84c3504caf61c28e82d7f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 29 Jan 2025 13:56:29 +0100 Subject: [PATCH] deprecation note --- src/Umbraco.Web.UI.Client/devops/icons/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/devops/icons/index.js b/src/Umbraco.Web.UI.Client/devops/icons/index.js index c2b060fec8..a8e68db472 100644 --- a/src/Umbraco.Web.UI.Client/devops/icons/index.js +++ b/src/Umbraco.Web.UI.Client/devops/icons/index.js @@ -46,7 +46,7 @@ const collectDictionaryIcons = async () => { const icon = { name: iconDef.name, - legacy: iconDef.legacy, + legacy: iconDef.legacy, // TODO: Deprecated, remove in v.17. hidden: iconDef.legacy ?? iconDef.internal, fileName: iconFileName, svg,