refactor to use hidden as the property for legacy and internal icons
This commit is contained in:
@@ -47,6 +47,7 @@ const collectDictionaryIcons = async () => {
|
||||
const icon = {
|
||||
name: iconDef.name,
|
||||
legacy: iconDef.legacy,
|
||||
hidden: iconDef.legacy ?? iconDef.internal,
|
||||
fileName: iconFileName,
|
||||
svg,
|
||||
output: `${iconsOutputDirectory}/${iconFileName}.ts`,
|
||||
|
||||
Reference in New Issue
Block a user