diff --git a/data/tokens/global/typography.json b/data/tokens/global/typography.json index 7ae6cdeb..4fbb7b20 100644 --- a/data/tokens/global/typography.json +++ b/data/tokens/global/typography.json @@ -217,6 +217,15 @@ "description": "Small Viewports: 13.72, Large Viewports: 11.89. Match token size to component size." } }, + "icon": { + "M": { + "value": { + "fontSize": "{origin.fontSize.icon.step0}" + }, + "type": "typography", + "description": "Small Viewports: 20, Large Viewports: 20. " + } + }, "link": { "S": { "value": { diff --git a/data/tokens/origin.json b/data/tokens/origin.json index 9b91de8f..549b7c4f 100644 --- a/data/tokens/origin.json +++ b/data/tokens/origin.json @@ -506,6 +506,13 @@ "type": "fontSizes", "description": "Small Viewports: 40.30, Large Viewports: 94.96" } + }, + "icon": { + "step0": { + "value": "20px", + "type": "fontSizes", + "description": "Small viewports: 20px, Large viewports: 20px." + } } }, "textDecoration": {