deprecation note

This commit is contained in:
Niels Lyngsø
2025-01-29 13:56:29 +01:00
parent 638eef03a1
commit 7cd1c75845

View File

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