diff --git a/design-tokens/tokens/component/element.default.json b/design-tokens/tokens/component/element.default.json index d3a60eb7e..744e414b4 100644 --- a/design-tokens/tokens/component/element.default.json +++ b/design-tokens/tokens/component/element.default.json @@ -146,6 +146,20 @@ "codeSyntax": {} } } + }, + "icon": { + "size": { + "$type": "number", + "$value": "{size.icon.xsmall}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + } } }, "small": { @@ -294,6 +308,20 @@ } } } + }, + "icon": { + "size": { + "$type": "number", + "$value": "{size.icon.small}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + } } }, "medium": { @@ -442,6 +470,20 @@ } } } + }, + "icon": { + "size": { + "$type": "number", + "$value": "{size.icon.medium}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + } } }, "large": { @@ -590,6 +632,20 @@ } } } + }, + "icon": { + "size": { + "$type": "number", + "$value": "{size.icon.large}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + } } }, "xlarge": { @@ -738,6 +794,20 @@ } } } + }, + "icon": { + "size": { + "$type": "number", + "$value": "{size.icon.xlarge}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + } } } }