From d04bdd268537ceebc3aa63dac44649b2e610dff8 Mon Sep 17 00:00:00 2001 From: DJ Date: Tue, 17 Jan 2017 19:55:32 -0600 Subject: [PATCH] [Timer] Removed icon-stop Removed icon-stop, identical to icon-box --- .../icomoon-project-openmct-symbols-16px.json | 33 ------------------- .../fonts/symbols/openmct-symbols-16px.svg | 1 - .../commonUI/general/res/sass/_glyphs.scss | 2 -- 3 files changed, 36 deletions(-) diff --git a/platform/commonUI/general/res/fonts/symbols/icomoon-project-openmct-symbols-16px.json b/platform/commonUI/general/res/fonts/symbols/icomoon-project-openmct-symbols-16px.json index 22c74333b8..68f8f5ea5e 100644 --- a/platform/commonUI/general/res/fonts/symbols/icomoon-project-openmct-symbols-16px.json +++ b/platform/commonUI/general/res/fonts/symbols/icomoon-project-openmct-symbols-16px.json @@ -811,14 +811,6 @@ "id": 29, "code": 921897, "tempChar": "" - }, - { - "order": 121, - "prevSize": 24, - "name": "icon-stop", - "id": 89, - "code": 921637, - "tempChar": "" } ], "metadata": { @@ -3093,31 +3085,6 @@ {} ] } - }, - { - "paths": [ - "M0 0h24v24H0z" - ], - "grid": 16, - "tags": [ - "icon-stop" - ], - "defaultCode": 114, - "id": 89, - "attrs": [ - { - "fill": "rgb(0, 161, 75)" - } - ], - "isMulticolor": false, - "isMulticolor2": false, - "colorPermutations": { - "1161751207457516161751": [ - { - "f": 1 - } - ] - } } ], "colorThemes": [ diff --git a/platform/commonUI/general/res/fonts/symbols/openmct-symbols-16px.svg b/platform/commonUI/general/res/fonts/symbols/openmct-symbols-16px.svg index 458504f884..0a33d43fa3 100755 --- a/platform/commonUI/general/res/fonts/symbols/openmct-symbols-16px.svg +++ b/platform/commonUI/general/res/fonts/symbols/openmct-symbols-16px.svg @@ -107,5 +107,4 @@ - \ No newline at end of file diff --git a/platform/commonUI/general/res/sass/_glyphs.scss b/platform/commonUI/general/res/sass/_glyphs.scss index 8ea5e3c704..c8a369e6e7 100644 --- a/platform/commonUI/general/res/sass/_glyphs.scss +++ b/platform/commonUI/general/res/sass/_glyphs.scss @@ -107,7 +107,6 @@ $glyph-icon-timeline: '\e1126'; $glyph-icon-timer: '\e1127'; $glyph-icon-topic: '\e1128'; $glyph-icon-box-with-dashed-lines: '\e1129'; -$glyph-icon-stop: '\e1130'; /************************** 16 PX CLASSES */ @@ -211,7 +210,6 @@ $glyph-icon-stop: '\e1130'; .icon-timer { @include glyph($glyph-icon-timer); } .icon-topic { @include glyph($glyph-icon-topic); } .icon-box-with-dashed-lines { @include glyph($glyph-icon-box-with-dashed-lines); } -.icon-stop { @include glyph($glyph-icon-stop); } /************************** 12 PX CLASSES */