From 612bd5e9c0422c6d3a8a2f8472c2557586969ad9 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Mon, 19 Aug 2019 12:37:50 -0700 Subject: [PATCH] feat: remove reference to size/icons.json as this is now managed with the Orion Icons repo --- src/size/icons.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/size/icons.json diff --git a/src/size/icons.json b/src/size/icons.json deleted file mode 100644 index 7fe11e7..0000000 --- a/src/size/icons.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "size": { - "icon": { - "toggleArrow": { - "horizontal": { - "width": { "value": 0.5 }, - "comment": "style guide value 8px" - }, - "vertical": { - "width": { "value": 0.25 }, - "comment": "style guide value 4px" - } - }, - "chevronArrow": { - "horizontal": { - "width": { "value": 1 }, - "comment": "style guide value 16px" - }, - "vertical": { - "height": { "value": 1 }, - "comment": "style guide value 16px" - } - }, - "stepOut": { - "width": { "value": 0.6}, - "height": { "value": 0.6 } - } - } - } -}