From cbb5dcea39989affb13ae345d27f440f6ea33903 Mon Sep 17 00:00:00 2001 From: David Tsay Date: Fri, 27 Sep 2024 14:37:19 -0700 Subject: [PATCH] cherry-pick #7850 --- src/styles/_constants.scss | 2 + src/styles/_glyphs.scss | 703 +++++--- src/styles/fonts/Open MCT Symbols 16px.json | 1475 +++++++++++++---- src/styles/fonts/Open-MCT-Symbols-16px.svg | 2 + src/styles/fonts/Open-MCT-Symbols-16px.ttf | Bin 26764 -> 27096 bytes src/styles/fonts/Open-MCT-Symbols-16px.woff | Bin 26840 -> 27172 bytes src/ui/layout/AppLayout.vue | 158 +- src/ui/layout/layout.scss | 30 +- src/ui/layout/status-bar/StatusIndicators.vue | 10 +- 9 files changed, 1747 insertions(+), 633 deletions(-) diff --git a/src/styles/_constants.scss b/src/styles/_constants.scss index f8e00420d0..9191ae0583 100755 --- a/src/styles/_constants.scss +++ b/src/styles/_constants.scss @@ -229,6 +229,8 @@ $glyph-icon-grid-on: '\ea38'; $glyph-icon-grid-off: '\ea39'; $glyph-icon-camera: '\ea3a'; $glyph-icon-folders-collapse: '\ea3b'; +$glyph-icon-multiline: '\ea3c'; +$glyph-icon-singleline: '\ea3d'; $glyph-icon-activity: '\eb00'; $glyph-icon-activity-mode: '\eb01'; $glyph-icon-autoflow-tabular: '\eb02'; diff --git a/src/styles/_glyphs.scss b/src/styles/_glyphs.scss index 750eba7e29..a845b64db5 100755 --- a/src/styles/_glyphs.scss +++ b/src/styles/_glyphs.scss @@ -21,704 +21,935 @@ *****************************************************************************/ @font-face { - // Use https://icomoon.io/app with `Icomoon.Open MCT Symbols 2018.json` to generate font files - font-family: 'symbolsfont'; - src: url('./fonts/Open-MCT-Symbols-16px.woff') format('woff'), + // Use https://icomoon.io/app with `Icomoon.Open MCT Symbols 2018.json` to generate font files + font-family: 'symbolsfont'; + src: url('./fonts/Open-MCT-Symbols-16px.woff') format('woff'), url('./fonts/Open-MCT-Symbols-16px.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-weight: normal; + font-style: normal; } @font-face { - // Use https://icomoon.io/app with icomoon-project-Open-MCT-Symbols-12px.json to generate font files - font-family: 'symbolsfont-12px'; - src: url('./fonts/Open-MCT-Symbols-12px.woff') format('woff'), + // Use https://icomoon.io/app with icomoon-project-Open-MCT-Symbols-12px.json to generate font files + font-family: 'symbolsfont-12px'; + src: url('./fonts/Open-MCT-Symbols-12px.woff') format('woff'), url('./fonts/Open-MCT-Symbols-12px.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-weight: normal; + font-style: normal; } /************************** 16 PX CLASSES */ .icon-alert-rect { - @include glyphBefore($glyph-icon-alert-rect); + @include glyphBefore($glyph-icon-alert-rect); } + .icon-alert-triangle { - @include glyphBefore($glyph-icon-alert-triangle); + @include glyphBefore($glyph-icon-alert-triangle); } + .icon-arrow-up { - @include glyphBefore($glyph-icon-arrow-up); + @include glyphBefore($glyph-icon-arrow-up); } + .icon-arrow-double-up { - @include glyphBefore($glyph-icon-arrow-double-up); + @include glyphBefore($glyph-icon-arrow-double-up); } + .icon-arrow-tall-up { - @include glyphBefore($glyph-icon-arrow-tall-up); + @include glyphBefore($glyph-icon-arrow-tall-up); } + .icon-arrow-right { - @include glyphBefore($glyph-icon-arrow-right); + @include glyphBefore($glyph-icon-arrow-right); } + .icon-arrow-right-equilateral { - @include glyphBefore($glyph-icon-arrow-right-equilateral); + @include glyphBefore($glyph-icon-arrow-right-equilateral); } + .icon-arrow-down { - @include glyphBefore($glyph-icon-arrow-down); + @include glyphBefore($glyph-icon-arrow-down); } + .icon-arrow-double-down { - @include glyphBefore($glyph-icon-arrow-double-down); + @include glyphBefore($glyph-icon-arrow-double-down); } + .icon-arrow-tall-down { - @include glyphBefore($glyph-icon-arrow-tall-down); + @include glyphBefore($glyph-icon-arrow-tall-down); } + .icon-arrow-left { - @include glyphBefore($glyph-icon-arrow-left); + @include glyphBefore($glyph-icon-arrow-left); } + .icon-asterisk { - @include glyphBefore($glyph-icon-asterisk); + @include glyphBefore($glyph-icon-asterisk); } + .icon-bell { - @include glyphBefore($glyph-icon-bell); + @include glyphBefore($glyph-icon-bell); } + .icon-box-round-corners { - @include glyphBefore($glyph-icon-box-round-corners); + @include glyphBefore($glyph-icon-box-round-corners); } + .icon-box-with-arrow { - @include glyphBefore($glyph-icon-box-with-arrow); + @include glyphBefore($glyph-icon-box-with-arrow); } + .icon-check { - @include glyphBefore($glyph-icon-check); + @include glyphBefore($glyph-icon-check); } + .icon-connectivity { - @include glyphBefore($glyph-icon-connectivity); + @include glyphBefore($glyph-icon-connectivity); } + .icon-database-in-brackets { - @include glyphBefore($glyph-icon-database-in-brackets); + @include glyphBefore($glyph-icon-database-in-brackets); } + .icon-eye-open { - @include glyphBefore($glyph-icon-eye-open); + @include glyphBefore($glyph-icon-eye-open); } + .icon-gear { - @include glyphBefore($glyph-icon-gear); + @include glyphBefore($glyph-icon-gear); } + .icon-gear-after { - @include glyphAfter($glyph-icon-gear); + @include glyphAfter($glyph-icon-gear); } + .icon-hourglass { - @include glyphBefore($glyph-icon-hourglass); + @include glyphBefore($glyph-icon-hourglass); } + .icon-info { - @include glyphBefore($glyph-icon-info); + @include glyphBefore($glyph-icon-info); } + .icon-link { - @include glyphBefore($glyph-icon-link); + @include glyphBefore($glyph-icon-link); } + .icon-lock { - @include glyphBefore($glyph-icon-lock); + @include glyphBefore($glyph-icon-lock); } + .icon-minus { - @include glyphBefore($glyph-icon-minus); + @include glyphBefore($glyph-icon-minus); } + .icon-people { - @include glyphBefore($glyph-icon-people); + @include glyphBefore($glyph-icon-people); } + .icon-person { - @include glyphBefore($glyph-icon-person); + @include glyphBefore($glyph-icon-person); } + .icon-plus { - @include glyphBefore($glyph-icon-plus); + @include glyphBefore($glyph-icon-plus); } + .icon-plus-in-rect { - @include glyphBefore($glyph-icon-plus-in-rect); + @include glyphBefore($glyph-icon-plus-in-rect); } + .icon-trash { - @include glyphBefore($glyph-icon-trash); + @include glyphBefore($glyph-icon-trash); } + .icon-x { - @include glyphBefore($glyph-icon-x); + @include glyphBefore($glyph-icon-x); } + .icon-brackets { - @include glyphBefore($glyph-icon-brackets); + @include glyphBefore($glyph-icon-brackets); } + .icon-crosshair { - @include glyphBefore($glyph-icon-crosshair); + @include glyphBefore($glyph-icon-crosshair); } + .icon-grippy { - @include glyphBefore($glyph-icon-grippy); + @include glyphBefore($glyph-icon-grippy); } + .icon-grid { - @include glyphBefore($glyph-icon-grid); + @include glyphBefore($glyph-icon-grid); } + .icon-grippy-ew { - @include glyphBefore($glyph-icon-grippy-ew); + @include glyphBefore($glyph-icon-grippy-ew); } + .icon-columns { - @include glyphBefore($glyph-icon-columns); + @include glyphBefore($glyph-icon-columns); } + .icon-rows { - @include glyphBefore($glyph-icon-rows); + @include glyphBefore($glyph-icon-rows); } + .icon-filter { - @include glyphBefore($glyph-icon-filter); + @include glyphBefore($glyph-icon-filter); } + .icon-filter-outline { - @include glyphBefore($glyph-icon-filter-outline); + @include glyphBefore($glyph-icon-filter-outline); } + .icon-suitcase { - @include glyphBefore($glyph-icon-suitcase); + @include glyphBefore($glyph-icon-suitcase); } + .icon-cursor-lock { - @include glyphBefore($glyph-icon-cursor-lock); + @include glyphBefore($glyph-icon-cursor-lock); } + .icon-flag { - @include glyphBefore($glyph-icon-flag); + @include glyphBefore($glyph-icon-flag); } + .icon-eye-disabled { - @include glyphBefore($glyph-icon-eye-disabled); + @include glyphBefore($glyph-icon-eye-disabled); } + .icon-notebook-page { - @include glyphBefore($glyph-icon-notebook-page); + @include glyphBefore($glyph-icon-notebook-page); } + .icon-unlocked { - @include glyphBefore($glyph-icon-unlocked); + @include glyphBefore($glyph-icon-unlocked); } + .icon-circle { - @include glyphBefore($glyph-icon-circle); + @include glyphBefore($glyph-icon-circle); } + .icon-draft { - @include glyphBefore($glyph-icon-draft); + @include glyphBefore($glyph-icon-draft); } + .icon-question-mark { - @include glyphBefore($glyph-icon-question-mark); + @include glyphBefore($glyph-icon-question-mark); } + .icon-circle-slash { - @include glyphBefore($glyph-icon-circle-slash); + @include glyphBefore($glyph-icon-circle-slash); } + .icon-status-poll-check { - @include glyphBefore($glyph-icon-status-poll-check); + @include glyphBefore($glyph-icon-status-poll-check); } + .icon-status-poll-caution { - @include glyphBefore($glyph-icon-status-poll-caution); + @include glyphBefore($glyph-icon-status-poll-caution); } + .icon-status-poll-circle-slash { - @include glyphBefore($glyph-icon-status-poll-circle-slash); + @include glyphBefore($glyph-icon-status-poll-circle-slash); } + .icon-status-poll-question-mark { - @include glyphBefore($glyph-icon-status-poll-question-mark); + @include glyphBefore($glyph-icon-status-poll-question-mark); } + .icon-status-poll-edit { - @include glyphBefore($glyph-icon-status-poll-edit); + @include glyphBefore($glyph-icon-status-poll-edit); } + .icon-stale { - @include glyphBefore($glyph-icon-stale); + @include glyphBefore($glyph-icon-stale); } + .icon-arrows-right-left { - @include glyphBefore($glyph-icon-arrows-right-left); + @include glyphBefore($glyph-icon-arrows-right-left); } + .icon-arrows-up-down { - @include glyphBefore($glyph-icon-arrows-up-down); + @include glyphBefore($glyph-icon-arrows-up-down); } + .icon-bullet { - @include glyphBefore($glyph-icon-bullet); + @include glyphBefore($glyph-icon-bullet); } + .icon-calendar { - @include glyphBefore($glyph-icon-calendar); + @include glyphBefore($glyph-icon-calendar); } + .icon-chain-links { - @include glyphBefore($glyph-icon-chain-links); + @include glyphBefore($glyph-icon-chain-links); } + .icon-download { - @include glyphBefore($glyph-icon-download); + @include glyphBefore($glyph-icon-download); } + .icon-duplicate { - @include glyphBefore($glyph-icon-duplicate); + @include glyphBefore($glyph-icon-duplicate); } + .icon-folder-new { - @include glyphBefore($glyph-icon-folder-new); + @include glyphBefore($glyph-icon-folder-new); } + .icon-fullscreen-collapse { - @include glyphBefore($glyph-icon-fullscreen-collapse); + @include glyphBefore($glyph-icon-fullscreen-collapse); } + .icon-fullscreen-expand { - @include glyphBefore($glyph-icon-fullscreen-expand); + @include glyphBefore($glyph-icon-fullscreen-expand); } + .icon-layers { - @include glyphBefore($glyph-icon-layers); + @include glyphBefore($glyph-icon-layers); } + .icon-line-horz { - @include glyphBefore($glyph-icon-line-horz); + @include glyphBefore($glyph-icon-line-horz); } + .icon-magnify { - @include glyphBefore($glyph-icon-magnify); + @include glyphBefore($glyph-icon-magnify); } + .icon-magnify-in { - @include glyphBefore($glyph-icon-magnify-in); + @include glyphBefore($glyph-icon-magnify-in); } + .icon-magnify-out { - @include glyphBefore($glyph-icon-magnify-out); + @include glyphBefore($glyph-icon-magnify-out); } + .icon-menu-hamburger { - @include glyphBefore($glyph-icon-menu-hamburger); + @include glyphBefore($glyph-icon-menu-hamburger); } + .icon-move { - @include glyphBefore($glyph-icon-move); + @include glyphBefore($glyph-icon-move); } + .icon-new-window { - @include glyphBefore($glyph-icon-new-window); + @include glyphBefore($glyph-icon-new-window); } + .icon-paint-bucket { - @include glyphBefore($glyph-icon-paint-bucket); + @include glyphBefore($glyph-icon-paint-bucket); } + .icon-pencil { - @include glyphBefore($glyph-icon-pencil); + @include glyphBefore($glyph-icon-pencil); } + .icon-pencil-in-brackets { - @include glyphBefore($glyph-icon-pencil-in-brackets); + @include glyphBefore($glyph-icon-pencil-in-brackets); } + .icon-play { - @include glyphBefore($glyph-icon-play); + @include glyphBefore($glyph-icon-play); } + .icon-pause { - @include glyphBefore($glyph-icon-pause); + @include glyphBefore($glyph-icon-pause); } + .icon-plot-resource { - @include glyphBefore($glyph-icon-plot-resource); + @include glyphBefore($glyph-icon-plot-resource); } + .icon-pointer-left { - @include glyphBefore($glyph-icon-pointer-left); + @include glyphBefore($glyph-icon-pointer-left); } + .icon-pointer-right { - @include glyphBefore($glyph-icon-pointer-right); + @include glyphBefore($glyph-icon-pointer-right); } + .icon-refresh { - @include glyphBefore($glyph-icon-refresh); + @include glyphBefore($glyph-icon-refresh); } + .icon-save { - @include glyphBefore($glyph-icon-save); + @include glyphBefore($glyph-icon-save); } + .icon-save-as { - @include glyphBefore($glyph-icon-save-as); + @include glyphBefore($glyph-icon-save-as); } + .icon-sine { - @include glyphBefore($glyph-icon-sine); + @include glyphBefore($glyph-icon-sine); } + .icon-font { - @include glyphBefore($glyph-icon-font); + @include glyphBefore($glyph-icon-font); } + .icon-thumbs-strip { - @include glyphBefore($glyph-icon-thumbs-strip); + @include glyphBefore($glyph-icon-thumbs-strip); } + .icon-two-parts-both { - @include glyphBefore($glyph-icon-two-parts-both); + @include glyphBefore($glyph-icon-two-parts-both); } + .icon-two-parts-one-only { - @include glyphBefore($glyph-icon-two-parts-one-only); + @include glyphBefore($glyph-icon-two-parts-one-only); } + .icon-resync { - @include glyphBefore($glyph-icon-resync); + @include glyphBefore($glyph-icon-resync); } + .icon-reset { - @include glyphBefore($glyph-icon-reset); + @include glyphBefore($glyph-icon-reset); } + .icon-x-in-circle { - @include glyphBefore($glyph-icon-x-in-circle); + @include glyphBefore($glyph-icon-x-in-circle); } + .icon-brightness { - @include glyphBefore($glyph-icon-brightness); + @include glyphBefore($glyph-icon-brightness); } + .icon-contrast { - @include glyphBefore($glyph-icon-contrast); + @include glyphBefore($glyph-icon-contrast); } + .icon-expand { - @include glyphBefore($glyph-icon-expand); + @include glyphBefore($glyph-icon-expand); } + .icon-list-view { - @include glyphBefore($glyph-icon-list-view); + @include glyphBefore($glyph-icon-list-view); } + .icon-grid-snap-to { - @include glyphBefore($glyph-icon-grid-snap-to); + @include glyphBefore($glyph-icon-grid-snap-to); } + .icon-grid-snap-no { - @include glyphBefore($glyph-icon-grid-snap-no); + @include glyphBefore($glyph-icon-grid-snap-no); } + .icon-frame-show { - @include glyphBefore($glyph-icon-frame-show); + @include glyphBefore($glyph-icon-frame-show); } + .icon-frame-hide { - @include glyphBefore($glyph-icon-frame-hide); + @include glyphBefore($glyph-icon-frame-hide); } + .icon-import { - @include glyphBefore($glyph-icon-import); + @include glyphBefore($glyph-icon-import); } + .icon-export { - @include glyphBefore($glyph-icon-export); + @include glyphBefore($glyph-icon-export); } + .icon-font-size { - @include glyphBefore($glyph-icon-font-size); + @include glyphBefore($glyph-icon-font-size); } + .icon-clear-data { - @include glyphBefore($glyph-icon-clear-data); + @include glyphBefore($glyph-icon-clear-data); } + .icon-history { - @include glyphBefore($glyph-icon-history); + @include glyphBefore($glyph-icon-history); } + .icon-arrow-nav-to-parent { - @include glyphBefore($glyph-icon-arrow-nav-to-parent); + @include glyphBefore($glyph-icon-arrow-nav-to-parent); } + .icon-crosshair-in-circle { - @include glyphBefore($glyph-icon-crosshair-in-circle); + @include glyphBefore($glyph-icon-crosshair-in-circle); } + .icon-target { - @include glyphBefore($glyph-icon-target); + @include glyphBefore($glyph-icon-target); } + .icon-items-collapse { - @include glyphBefore($glyph-icon-items-collapse); + @include glyphBefore($glyph-icon-items-collapse); } + .icon-items-expand { - @include glyphBefore($glyph-icon-items-expand); + @include glyphBefore($glyph-icon-items-expand); } + .icon-3-dots { - @include glyphBefore($glyph-icon-3-dots); + @include glyphBefore($glyph-icon-3-dots); } + .icon-grid-on { - @include glyphBefore($glyph-icon-grid-on); + @include glyphBefore($glyph-icon-grid-on); } + .icon-grid-off { - @include glyphBefore($glyph-icon-grid-off); + @include glyphBefore($glyph-icon-grid-off); } + .icon-camera { - @include glyphBefore($glyph-icon-camera); + @include glyphBefore($glyph-icon-camera); } + .icon-folders-collapse { - @include glyphBefore($glyph-icon-folders-collapse); + @include glyphBefore($glyph-icon-folders-collapse); } + +.icon-multiline { + @include glyphBefore($glyph-icon-multiline); +} + +.icon-singleline { + @include glyphBefore($glyph-icon-singleline); +} + .icon-activity { - @include glyphBefore($glyph-icon-activity); + @include glyphBefore($glyph-icon-activity); } + .icon-activity-mode { - @include glyphBefore($glyph-icon-activity-mode); + @include glyphBefore($glyph-icon-activity-mode); } + .icon-autoflow-tabular { - @include glyphBefore($glyph-icon-autoflow-tabular); + @include glyphBefore($glyph-icon-autoflow-tabular); } + .icon-clock { - @include glyphBefore($glyph-icon-clock); + @include glyphBefore($glyph-icon-clock); } + .icon-database { - @include glyphBefore($glyph-icon-database); + @include glyphBefore($glyph-icon-database); } + .icon-database-query { - @include glyphBefore($glyph-icon-database-query); + @include glyphBefore($glyph-icon-database-query); } + .icon-dataset { - @include glyphBefore($glyph-icon-dataset); + @include glyphBefore($glyph-icon-dataset); } + .icon-datatable { - @include glyphBefore($glyph-icon-datatable); + @include glyphBefore($glyph-icon-datatable); } + .icon-dictionary { - @include glyphBefore($glyph-icon-dictionary); + @include glyphBefore($glyph-icon-dictionary); } + .icon-folder { - @include glyphBefore($glyph-icon-folder); + @include glyphBefore($glyph-icon-folder); } + .icon-image { - @include glyphBefore($glyph-icon-image); + @include glyphBefore($glyph-icon-image); } + .icon-layout { - @include glyphBefore($glyph-icon-layout); + @include glyphBefore($glyph-icon-layout); } + .icon-object { - @include glyphBefore($glyph-icon-object); + @include glyphBefore($glyph-icon-object); } + .icon-object-unknown { - @include glyphBefore($glyph-icon-object-unknown); + @include glyphBefore($glyph-icon-object-unknown); } + .icon-packet { - @include glyphBefore($glyph-icon-packet); + @include glyphBefore($glyph-icon-packet); } + .icon-page { - @include glyphBefore($glyph-icon-page); + @include glyphBefore($glyph-icon-page); } + .icon-plot-overlay { - @include glyphBefore($glyph-icon-plot-overlay); + @include glyphBefore($glyph-icon-plot-overlay); } + .icon-plot-stacked { - @include glyphBefore($glyph-icon-plot-stacked); + @include glyphBefore($glyph-icon-plot-stacked); } + .icon-session { - @include glyphBefore($glyph-icon-session); + @include glyphBefore($glyph-icon-session); } + .icon-tabular { - @include glyphBefore($glyph-icon-tabular); + @include glyphBefore($glyph-icon-tabular); } + .icon-tabular-lad { - @include glyphBefore($glyph-icon-tabular-lad); + @include glyphBefore($glyph-icon-tabular-lad); } + .icon-tabular-lad-set { - @include glyphBefore($glyph-icon-tabular-lad-set); + @include glyphBefore($glyph-icon-tabular-lad-set); } + .icon-tabular-realtime { - @include glyphBefore($glyph-icon-tabular-realtime); + @include glyphBefore($glyph-icon-tabular-realtime); } + .icon-tabular-scrolling { - @include glyphBefore($glyph-icon-tabular-scrolling); + @include glyphBefore($glyph-icon-tabular-scrolling); } + .icon-telemetry { - @include glyphBefore($glyph-icon-telemetry); + @include glyphBefore($glyph-icon-telemetry); } + .icon-timeline { - @include glyphBefore($glyph-icon-timeline); + @include glyphBefore($glyph-icon-timeline); } + .icon-timer { - @include glyphBefore($glyph-icon-timer); + @include glyphBefore($glyph-icon-timer); } + .icon-topic { - @include glyphBefore($glyph-icon-topic); + @include glyphBefore($glyph-icon-topic); } + .icon-box-with-dashed-lines { - @include glyphBefore($glyph-icon-box-with-dashed-lines); + @include glyphBefore($glyph-icon-box-with-dashed-lines); } + .icon-summary-widget { - @include glyphBefore($glyph-icon-summary-widget); + @include glyphBefore($glyph-icon-summary-widget); } + .icon-notebook { - @include glyphBefore($glyph-icon-notebook); + @include glyphBefore($glyph-icon-notebook); } + .icon-tabs-view { - @include glyphBefore($glyph-icon-tabs-view); + @include glyphBefore($glyph-icon-tabs-view); } + .icon-flexible-layout { - @include glyphBefore($glyph-icon-flexible-layout); + @include glyphBefore($glyph-icon-flexible-layout); } + .icon-generator-telemetry { - @include glyphBefore($glyph-icon-generator-telemetry); + @include glyphBefore($glyph-icon-generator-telemetry); } + .icon-generator-events { - @include glyphBefore($glyph-icon-generator-events); + @include glyphBefore($glyph-icon-generator-events); } + .icon-gauge { - @include glyphBefore($glyph-icon-gauge); + @include glyphBefore($glyph-icon-gauge); } + .icon-spectra { - @include glyphBefore($glyph-icon-spectra); + @include glyphBefore($glyph-icon-spectra); } + .icon-spectra-telemetry { - @include glyphBefore($glyph-icon-spectra-telemetry); + @include glyphBefore($glyph-icon-spectra-telemetry); } + .icon-command { - @include glyphBefore($glyph-icon-command); + @include glyphBefore($glyph-icon-command); } + .icon-conditional { - @include glyphBefore($glyph-icon-conditional); + @include glyphBefore($glyph-icon-conditional); } + .icon-condition-widget { - @include glyphBefore($glyph-icon-condition-widget); + @include glyphBefore($glyph-icon-condition-widget); } + .icon-alphanumeric { - @include glyphBefore($glyph-icon-alphanumeric); + @include glyphBefore($glyph-icon-alphanumeric); } + .icon-image-telemetry { - @include glyphBefore($glyph-icon-image-telemetry); + @include glyphBefore($glyph-icon-image-telemetry); } + .icon-telemetry-aggregate { - @include glyphBefore($glyph-icon-telemetry-aggregate); + @include glyphBefore($glyph-icon-telemetry-aggregate); } + .icon-bar-chart { - @include glyphBefore($glyph-icon-bar-chart); + @include glyphBefore($glyph-icon-bar-chart); } + .icon-map { - @include glyphBefore($glyph-icon-map); + @include glyphBefore($glyph-icon-map); } + .icon-plan { - @include glyphBefore($glyph-icon-plan); + @include glyphBefore($glyph-icon-plan); } + .icon-timelist { - @include glyphBefore($glyph-icon-timelist); + @include glyphBefore($glyph-icon-timelist); } + .icon-notebook-shift-log { - @include glyphBefore($glyph-icon-notebook-shift-log); + @include glyphBefore($glyph-icon-notebook-shift-log); } + .icon-plot-scatter { - @include glyphBefore($glyph-icon-plot-scatter); + @include glyphBefore($glyph-icon-plot-scatter); } /************************** 12 PX CLASSES */ // TODO: sync with 16px redo as of 10/25/18 .icon-filter-12px { - @include glyphBefore($glyph-icon-filter, 'symbolsfont-12px'); + @include glyphBefore($glyph-icon-filter, 'symbolsfont-12px'); } + .icon-filter-outline-12px { - @include glyphBefore($glyph-icon-filter-outline, 'symbolsfont-12px'); + @include glyphBefore($glyph-icon-filter-outline, 'symbolsfont-12px'); } + .icon-crosshair-12px { - @include glyphBefore($glyph-icon-crosshair, 'symbolsfont-12px'); + @include glyphBefore($glyph-icon-crosshair, 'symbolsfont-12px'); } + .icon-folder-12px { - @include glyphBefore($glyph-icon-folder, 'symbolsfont-12px'); + @include glyphBefore($glyph-icon-folder, 'symbolsfont-12px'); } + .icon-list-view-12px { - @include glyphBefore($glyph-icon-list-view, 'symbolsfont-12px'); + @include glyphBefore($glyph-icon-list-view, 'symbolsfont-12px'); } + .icon-grippy-12px { - @include glyphBefore($glyph-icon-grippy, 'symbolsfont-12px'); + @include glyphBefore($glyph-icon-grippy, 'symbolsfont-12px'); } /************************** GLYPH BG CLASSES */ .bg-icon-alert-rect { - @include glyphBg($bg-icon-alert-rect); + @include glyphBg($bg-icon-alert-rect); } + .bg-icon-alert-triangle { - @include glyphBg($bg-icon-alert-triangle); + @include glyphBg($bg-icon-alert-triangle); } + .bg-icon-bell { - @include glyphBg($bg-icon-bell); + @include glyphBg($bg-icon-bell); } + .bg-icon-info { - @include glyphBg($bg-icon-info); + @include glyphBg($bg-icon-info); } + .bg-icon-plus { - @include glyphBg($bg-icon-plus); + @include glyphBg($bg-icon-plus); } + .bg-icon-grippy-ew { - @include glyphBg($bg-icon-grippy-ew); + @include glyphBg($bg-icon-grippy-ew); } + .bg-icon-chain-links { - @include glyphBg($bg-icon-chain-links); + @include glyphBg($bg-icon-chain-links); } + .bg-icon-clock { - @include glyphBg($bg-icon-clock); + @include glyphBg($bg-icon-clock); } + .bg-icon-database { - @include glyphBg($bg-icon-database); + @include glyphBg($bg-icon-database); } + .bg-icon-database-query { - @include glyphBg($bg-icon-database-query); + @include glyphBg($bg-icon-database-query); } + .bg-icon-dataset { - @include glyphBg($bg-icon-dataset); + @include glyphBg($bg-icon-dataset); } + .bg-icon-datatable { - @include glyphBg($bg-icon-datatable); + @include glyphBg($bg-icon-datatable); } + .bg-icon-dictionary { - @include glyphBg($bg-icon-dictionary); + @include glyphBg($bg-icon-dictionary); } + .bg-icon-folder { - @include glyphBg($bg-icon-folder); + @include glyphBg($bg-icon-folder); } + .bg-icon-image { - @include glyphBg($bg-icon-image); + @include glyphBg($bg-icon-image); } + .bg-icon-layout { - @include glyphBg($bg-icon-layout); + @include glyphBg($bg-icon-layout); } + .bg-icon-object { - @include glyphBg($bg-icon-object); + @include glyphBg($bg-icon-object); } + .bg-icon-object-unknown { - @include glyphBg($bg-icon-object-unknown); + @include glyphBg($bg-icon-object-unknown); } + .bg-icon-packet { - @include glyphBg($bg-icon-packet); + @include glyphBg($bg-icon-packet); } + .bg-icon-page { - @include glyphBg($bg-icon-page); + @include glyphBg($bg-icon-page); } + .bg-icon-plot-overlay { - @include glyphBg($bg-icon-plot-overlay); + @include glyphBg($bg-icon-plot-overlay); } + .bg-icon-plot-stacked { - @include glyphBg($bg-icon-plot-stacked); + @include glyphBg($bg-icon-plot-stacked); } + .bg-icon-session { - @include glyphBg($bg-icon-session); + @include glyphBg($bg-icon-session); } + .bg-icon-tabular { - @include glyphBg($bg-icon-tabular); + @include glyphBg($bg-icon-tabular); } + .bg-icon-tabular-lad { - @include glyphBg($bg-icon-tabular-lad); + @include glyphBg($bg-icon-tabular-lad); } + .bg-icon-tabular-lad-set { - @include glyphBg($bg-icon-tabular-lad-set); + @include glyphBg($bg-icon-tabular-lad-set); } + .bg-icon-tabular-scrolling { - @include glyphBg($bg-icon-tabular-scrolling); + @include glyphBg($bg-icon-tabular-scrolling); } + .bg-icon-telemetry { - @include glyphBg($bg-icon-telemetry); + @include glyphBg($bg-icon-telemetry); } + .bg-icon-timeline { - @include glyphBg($bg-icon-timeline); + @include glyphBg($bg-icon-timeline); } + .bg-icon-timer { - @include glyphBg($bg-icon-timer); + @include glyphBg($bg-icon-timer); } + .bg-icon-box-with-dashed-lines { - @include glyphBg($bg-icon-box-with-dashed-lines); + @include glyphBg($bg-icon-box-with-dashed-lines); } + .bg-icon-summary-widget { - @include glyphBg($bg-icon-summary-widget); + @include glyphBg($bg-icon-summary-widget); } + .bg-icon-notebook { - @include glyphBg($bg-icon-notebook); + @include glyphBg($bg-icon-notebook); } + .bg-icon-tabs-view { - @include glyphBg($bg-icon-tabs-view); + @include glyphBg($bg-icon-tabs-view); } + .bg-icon-flexible-layout { - @include glyphBg($bg-icon-flexible-layout); + @include glyphBg($bg-icon-flexible-layout); } + .bg-icon-generator-telemetry { - @include glyphBg($bg-icon-generator-telemetry); + @include glyphBg($bg-icon-generator-telemetry); } + .bg-icon-generator-events { - @include glyphBg($bg-icon-generator-events); + @include glyphBg($bg-icon-generator-events); } + .bg-icon-gauge { - @include glyphBg($bg-icon-gauge); + @include glyphBg($bg-icon-gauge); } + .bg-icon-spectra { - @include glyphBg($bg-icon-spectra); + @include glyphBg($bg-icon-spectra); } + .bg-icon-spectra-telemetry { - @include glyphBg($bg-icon-spectra-telemetry); + @include glyphBg($bg-icon-spectra-telemetry); } + .bg-icon-command { - @include glyphBg($bg-icon-command); + @include glyphBg($bg-icon-command); } + .bg-icon-conditional { - @include glyphBg($bg-icon-conditional); + @include glyphBg($bg-icon-conditional); } + .bg-icon-condition-widget { - @include glyphBg($bg-icon-condition-widget); + @include glyphBg($bg-icon-condition-widget); } + .bg-icon-bar-chart { - @include glyphBg($bg-icon-bar-chart); + @include glyphBg($bg-icon-bar-chart); } + .bg-icon-map { - @include glyphBg($bg-icon-map); + @include glyphBg($bg-icon-map); } + .bg-icon-plan { - @include glyphBg($bg-icon-plan); + @include glyphBg($bg-icon-plan); } + .bg-icon-timelist { - @include glyphBg($bg-icon-timelist); + @include glyphBg($bg-icon-timelist); } + .bg-icon-plot-scatter { - @include glyphBg($bg-icon-plot-scatter); + @include glyphBg($bg-icon-plot-scatter); } + .bg-icon-notebook-shift-log { - @include glyphBg($bg-icon-notebook-shift-log); + @include glyphBg($bg-icon-notebook-shift-log); } + .bg-icon-telemetry-aggregate { - @include glyphBg($bg-icon-telemetry-aggregate); + @include glyphBg($bg-icon-telemetry-aggregate); } + .bg-icon-trash { - @include glyphBg($bg-icon-trash); + @include glyphBg($bg-icon-trash); } + .bg-icon-eye-open { - @include glyphBg($bg-icon-eye-open); + @include glyphBg($bg-icon-eye-open); } + .bg-icon-camera { - @include glyphBg($bg-icon-camera); + @include glyphBg($bg-icon-camera); } diff --git a/src/styles/fonts/Open MCT Symbols 16px.json b/src/styles/fonts/Open MCT Symbols 16px.json index 5f4e667125..1ca1423e8a 100644 --- a/src/styles/fonts/Open MCT Symbols 16px.json +++ b/src/styles/fonts/Open MCT Symbols 16px.json @@ -2,7 +2,7 @@ "metadata": { "name": "Open MCT Symbols 16px", "lastOpened": 0, - "created": 1674103729548 + "created": 1726681576505 }, "iconSets": [ { @@ -935,13 +935,29 @@ "code": 59963, "tempChar": "" }, + { + "order": 216, + "id": 187, + "name": "icon-multiline", + "prevSize": 16, + "code": 59964, + "tempChar": "" + }, + { + "order": 217, + "id": 186, + "name": "icon-singleline", + "prevSize": 16, + "code": 59965, + "tempChar": "" + }, { "order": 144, "id": 97, "name": "icon-activity", "prevSize": 16, "code": 60160, - "tempChar": "" + "tempChar": "" }, { "order": 104, @@ -949,7 +965,7 @@ "name": "icon-activity-mode", "prevSize": 16, "code": 60161, - "tempChar": "" + "tempChar": "" }, { "order": 137, @@ -957,7 +973,7 @@ "name": "icon-autoflow-tabular", "prevSize": 16, "code": 60162, - "tempChar": "" + "tempChar": "" }, { "order": 115, @@ -965,7 +981,7 @@ "name": "icon-clock", "prevSize": 16, "code": 60163, - "tempChar": "" + "tempChar": "" }, { "order": 2, @@ -973,7 +989,7 @@ "name": "icon-database", "prevSize": 16, "code": 60164, - "tempChar": "" + "tempChar": "" }, { "order": 3, @@ -981,7 +997,7 @@ "name": "icon-database-query", "prevSize": 16, "code": 60165, - "tempChar": "" + "tempChar": "" }, { "order": 67, @@ -989,7 +1005,7 @@ "name": "icon-dataset", "prevSize": 16, "code": 60166, - "tempChar": "" + "tempChar": "" }, { "order": 59, @@ -997,7 +1013,7 @@ "name": "icon-datatable", "prevSize": 16, "code": 60167, - "tempChar": "" + "tempChar": "" }, { "order": 136, @@ -1005,7 +1021,7 @@ "name": "icon-dictionary", "prevSize": 16, "code": 60168, - "tempChar": "" + "tempChar": "" }, { "order": 51, @@ -1013,7 +1029,7 @@ "name": "icon-folder", "prevSize": 16, "code": 60169, - "tempChar": "" + "tempChar": "" }, { "order": 147, @@ -1021,7 +1037,7 @@ "name": "icon-image", "prevSize": 16, "code": 60170, - "tempChar": "" + "tempChar": "" }, { "order": 4, @@ -1029,7 +1045,7 @@ "name": "icon-layout", "prevSize": 16, "code": 60171, - "tempChar": "" + "tempChar": "" }, { "order": 24, @@ -1037,7 +1053,7 @@ "name": "icon-object", "prevSize": 16, "code": 60172, - "tempChar": "" + "tempChar": "" }, { "order": 52, @@ -1045,7 +1061,7 @@ "name": "icon-object-unknown", "prevSize": 16, "code": 60173, - "tempChar": "" + "tempChar": "" }, { "order": 105, @@ -1053,7 +1069,7 @@ "name": "icon-packet", "prevSize": 16, "code": 60174, - "tempChar": "" + "tempChar": "" }, { "order": 126, @@ -1061,7 +1077,7 @@ "name": "icon-page", "prevSize": 16, "code": 60175, - "tempChar": "" + "tempChar": "" }, { "order": 130, @@ -1069,7 +1085,7 @@ "name": "icon-plot-overlay", "prevSize": 16, "code": 60176, - "tempChar": "" + "tempChar": "" }, { "order": 80, @@ -1077,7 +1093,7 @@ "name": "icon-plot-stacked", "prevSize": 16, "code": 60177, - "tempChar": "" + "tempChar": "" }, { "order": 134, @@ -1085,7 +1101,7 @@ "name": "icon-session", "prevSize": 16, "code": 60178, - "tempChar": "" + "tempChar": "" }, { "order": 109, @@ -1093,7 +1109,7 @@ "name": "icon-tabular", "prevSize": 16, "code": 60179, - "tempChar": "" + "tempChar": "" }, { "order": 107, @@ -1101,7 +1117,7 @@ "name": "icon-tabular-lad", "prevSize": 16, "code": 60180, - "tempChar": "" + "tempChar": "" }, { "order": 106, @@ -1109,7 +1125,7 @@ "name": "icon-tabular-lad-set", "prevSize": 16, "code": 60181, - "tempChar": "" + "tempChar": "" }, { "order": 70, @@ -1117,7 +1133,7 @@ "name": "icon-tabular-realtime", "prevSize": 16, "code": 60182, - "tempChar": "" + "tempChar": "" }, { "order": 60, @@ -1125,7 +1141,7 @@ "name": "icon-tabular-scrolling", "prevSize": 16, "code": 60183, - "tempChar": "" + "tempChar": "" }, { "order": 131, @@ -1133,7 +1149,7 @@ "name": "icon-telemetry", "prevSize": 16, "code": 60184, - "tempChar": "" + "tempChar": "" }, { "order": 202, @@ -1141,7 +1157,7 @@ "name": "icon-timeline", "prevSize": 16, "code": 60185, - "tempChar": "" + "tempChar": "" }, { "order": 81, @@ -1149,7 +1165,7 @@ "name": "icon-timer", "prevSize": 16, "code": 60186, - "tempChar": "" + "tempChar": "" }, { "order": 69, @@ -1157,7 +1173,7 @@ "name": "icon-topic", "prevSize": 16, "code": 60187, - "tempChar": "" + "tempChar": "" }, { "order": 79, @@ -1165,7 +1181,7 @@ "name": "icon-box-with-dashed-lines-v2", "prevSize": 16, "code": 60188, - "tempChar": "" + "tempChar": "" }, { "order": 90, @@ -1173,7 +1189,7 @@ "name": "icon-summary-widget", "prevSize": 16, "code": 60189, - "tempChar": "" + "tempChar": "" }, { "order": 92, @@ -1181,7 +1197,7 @@ "name": "icon-notebook", "prevSize": 16, "code": 60190, - "tempChar": "" + "tempChar": "" }, { "order": 168, @@ -1189,7 +1205,7 @@ "name": "icon-tabs-view", "prevSize": 16, "code": 60191, - "tempChar": "" + "tempChar": "" }, { "order": 117, @@ -1197,7 +1213,7 @@ "name": "icon-flexible-layout", "prevSize": 16, "code": 60192, - "tempChar": "" + "tempChar": "" }, { "order": 166, @@ -1205,7 +1221,7 @@ "name": "icon-generator-sine", "prevSize": 16, "code": 60193, - "tempChar": "" + "tempChar": "" }, { "order": 167, @@ -1213,7 +1229,7 @@ "name": "icon-generator-event", "prevSize": 16, "code": 60194, - "tempChar": "" + "tempChar": "" }, { "order": 165, @@ -1221,7 +1237,7 @@ "name": "icon-gauge-v2", "prevSize": 16, "code": 60195, - "tempChar": "" + "tempChar": "" }, { "order": 170, @@ -1229,7 +1245,7 @@ "name": "icon-spectra", "prevSize": 16, "code": 60196, - "tempChar": "" + "tempChar": "" }, { "order": 171, @@ -1237,7 +1253,7 @@ "name": "icon-telemetry-spectra", "prevSize": 16, "code": 60197, - "tempChar": "" + "tempChar": "" }, { "order": 172, @@ -1245,7 +1261,7 @@ "name": "icon-pushbutton", "prevSize": 16, "code": 60198, - "tempChar": "" + "tempChar": "" }, { "order": 174, @@ -1253,7 +1269,7 @@ "name": "icon-conditional", "prevSize": 16, "code": 60199, - "tempChar": "" + "tempChar": "" }, { "order": 178, @@ -1261,7 +1277,7 @@ "name": "icon-condition-widget", "prevSize": 16, "code": 60200, - "tempChar": "" + "tempChar": "" }, { "order": 180, @@ -1269,7 +1285,7 @@ "name": "icon-alphanumeric", "prevSize": 16, "code": 60201, - "tempChar": "" + "tempChar": "" }, { "order": 183, @@ -1277,7 +1293,7 @@ "name": "icon-image-telemetry", "prevSize": 16, "code": 60202, - "tempChar": "" + "tempChar": "" }, { "order": 198, @@ -1285,7 +1301,7 @@ "name": "icon-telemetry-aggregate", "prevSize": 16, "code": 60203, - "tempChar": "" + "tempChar": "" }, { "order": 199, @@ -1293,7 +1309,7 @@ "name": "icon-bar-graph", "prevSize": 16, "code": 60204, - "tempChar": "" + "tempChar": "" }, { "order": 200, @@ -1301,7 +1317,7 @@ "name": "icon-map", "prevSize": 16, "code": 60205, - "tempChar": "" + "tempChar": "" }, { "order": 203, @@ -1309,7 +1325,7 @@ "name": "icon-plan", "prevSize": 16, "code": 60206, - "tempChar": "" + "tempChar": "" }, { "order": 204, @@ -1317,7 +1333,7 @@ "name": "icon-timelist", "prevSize": 16, "code": 60207, - "tempChar": "" + "tempChar": "" }, { "order": 205, @@ -1325,7 +1341,7 @@ "name": "icon-plot-scatter", "prevSize": 16, "code": 60208, - "tempChar": "" + "tempChar": "" }, { "order": 214, @@ -1333,7 +1349,7 @@ "name": "icon-notebook-restricted", "prevSize": 16, "code": 60209, - "tempChar": "" + "tempChar": "" } ], "id": 0, @@ -1355,7 +1371,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-alert-rect-v2"], + "tags": [ + "icon-alert-rect-v2" + ], "colorPermutations": { "12552552551": [] } @@ -1367,97 +1385,137 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-alert-triangle-v2"], + "tags": [ + "icon-alert-triangle-v2" + ], "colorPermutations": { "12552552551": [] } }, { "id": 112, - "paths": ["M512 256l-512 512h1024z"], + "paths": [ + "M512 256l-512 512h1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-up"], + "tags": [ + "icon-arrow-up" + ], "colorPermutations": { "12552552551": [] } }, { "id": 94, - "paths": ["M510 510l512 512h-1024z", "M510-2l512 512h-1024z"], + "paths": [ + "M510 510l512 512h-1024z", + "M510-2l512 512h-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-double-up"], + "tags": [ + "icon-arrow-double-up" + ], "colorPermutations": { "12552552551": [] } }, { "id": 96, - "paths": ["M512 0l512 1024h-1024z"], + "paths": [ + "M512 0l512 1024h-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-tall-up"], + "tags": [ + "icon-arrow-tall-up" + ], "colorPermutations": { "12552552551": [] } }, { "id": 111, - "paths": ["M768 512l-512-512v1024z"], + "paths": [ + "M768 512l-512-512v1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-right"], + "tags": [ + "icon-arrow-right" + ], "colorPermutations": { "12552552551": [] } }, { "id": 18, - "paths": ["M962 512l-896 512v-1024z"], + "paths": [ + "M962 512l-896 512v-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-right-equilateral"], + "tags": [ + "icon-arrow-right-equilateral" + ], "colorPermutations": { "12552552551": [] } }, { "id": 113, - "paths": ["M512 768l512-512h-1024z"], + "paths": [ + "M512 768l512-512h-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-down"], + "tags": [ + "icon-arrow-down" + ], "colorPermutations": { "12552552551": [] } }, { "id": 93, - "paths": ["M510 510l-512-512h1024z", "M510 1022l-512-512h1024z"], + "paths": [ + "M510 510l-512-512h1024z", + "M510 1022l-512-512h1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-double-down"], + "tags": [ + "icon-arrow-double-down" + ], "colorPermutations": { "12552552551": [] } }, { "id": 95, - "paths": ["M512 1024l-512-1024h1024z"], + "paths": [ + "M512 1024l-512-1024h1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-tall-down"], + "tags": [ + "icon-arrow-tall-down" + ], "colorPermutations": { "12552552551": [] } }, { "id": 114, - "paths": ["M256 512l512 512v-1024z"], + "paths": [ + "M256 512l512 512v-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrow-left"], + "tags": [ + "icon-arrow-left" + ], "colorPermutations": { "12552552551": [] } @@ -1469,7 +1527,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-asterisk"], + "tags": [ + "icon-asterisk" + ], "colorPermutations": { "12552552551": [] } @@ -1482,7 +1542,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-bell"], + "tags": [ + "icon-bell" + ], "colorPermutations": { "12552552551": [] } @@ -1494,7 +1556,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-box-round-corners"], + "tags": [ + "icon-box-round-corners" + ], "colorPermutations": { "12552552551": [] } @@ -1507,17 +1571,23 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-box-with-arrow-cursor"], + "tags": [ + "icon-box-with-arrow-cursor" + ], "colorPermutations": { "12552552551": [] } }, { "id": 120, - "paths": ["M1024 0l-640 640-384-384v384l384 384 640-640z"], + "paths": [ + "M1024 0l-640 640-384-384v384l384 384 640-640z" + ], "attrs": [], "grid": 16, - "tags": ["icon-check"], + "tags": [ + "icon-check" + ], "colorPermutations": { "12552552551": [] } @@ -1531,7 +1601,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-connectivity"], + "tags": [ + "icon-connectivity" + ], "colorPermutations": { "12552552551": [] } @@ -1546,7 +1618,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-database-in-brackets"], + "tags": [ + "icon-database-in-brackets" + ], "colorPermutations": { "12552552551": [] } @@ -1559,7 +1633,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-eye-open-v2"], + "tags": [ + "icon-eye-open-v2" + ], "colorPermutations": { "12552552551": [] } @@ -1571,7 +1647,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-gear"], + "tags": [ + "icon-gear" + ], "colorPermutations": { "12552552551": [] } @@ -1584,7 +1662,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-hourglass"], + "tags": [ + "icon-hourglass" + ], "colorPermutations": { "12552552551": [] } @@ -1596,17 +1676,23 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-info"], + "tags": [ + "icon-info" + ], "colorPermutations": { "12552552551": [] } }, { "id": 75, - "paths": ["M1024 512l-512-512v307.2l-512 204.8v256h512v256z"], + "paths": [ + "M1024 512l-512-512v307.2l-512 204.8v256h512v256z" + ], "attrs": [], "grid": 16, - "tags": ["icon-link-v2"], + "tags": [ + "icon-link-v2" + ], "colorPermutations": { "12552552551": [] } @@ -1616,13 +1702,19 @@ "paths": [ "M702 384h-62v-128c0-141.385-114.615-256-256-256s-256 114.615-256 256v0 128h-64c-35.301 0.113-63.887 28.699-64 63.989v512.011c0.113 35.301 28.699 63.887 63.989 64h638.011c35.301-0.113 63.887-28.699 64-63.989v-512.011c-0.113-35.301-28.699-63.887-63.989-64h-0.011zM256 384v-128c0-70.692 57.308-128 128-128s128 57.308 128 128v0 128z" ], - "attrs": [{}], + "attrs": [ + {} + ], "grid": 16, - "tags": ["icon-lock"], + "tags": [ + "icon-lock" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] }, "width": 768 }, @@ -1633,7 +1725,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-minus"], + "tags": [ + "icon-minus" + ], "colorPermutations": { "12552552551": [] } @@ -1648,7 +1742,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-people"], + "tags": [ + "icon-people" + ], "colorPermutations": { "12552552551": [] } @@ -1661,7 +1757,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-person"], + "tags": [ + "icon-person" + ], "colorPermutations": { "12552552551": [] } @@ -1673,7 +1771,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-plus"], + "tags": [ + "icon-plus" + ], "colorPermutations": { "12552552551": [] } @@ -1683,13 +1783,19 @@ "paths": [ "M830 0h-636c-106.6 0-194 87.2-194 194v636c0 106.8 87.4 194 194 194h636c106.6 0 194-87.2 194-194v-636c0-106.8-87.4-194-194-194zM896 608c0 17.673-14.327 32-32 32v0h-224v224c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-224h-224c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h224v-224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 224h224c17.673 0 32 14.327 32 32v0z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-plus-in-rect"], + "tags": [ + "icon-plus-in-rect" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1699,7 +1805,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-trash"], + "tags": [ + "icon-trash" + ], "colorPermutations": { "12552552551": [] } @@ -1711,7 +1819,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-x-heavy"], + "tags": [ + "icon-x-heavy" + ], "colorPermutations": { "12552552551": [] } @@ -1724,7 +1834,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-brackets"], + "tags": [ + "icon-brackets" + ], "colorPermutations": { "12552552551": [] } @@ -1739,7 +1851,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-crosshair"], + "tags": [ + "icon-crosshair" + ], "colorPermutations": { "12552552551": [] } @@ -1763,7 +1877,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-grippy-v2"], + "tags": [ + "icon-grippy-v2" + ], "colorPermutations": { "12552552551": [] } @@ -1778,7 +1894,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-grid-v2"], + "tags": [ + "icon-grid-v2" + ], "colorPermutations": { "12552552551": [] } @@ -1790,13 +1908,23 @@ "M448 0h128v1024h-128v-1024z", "M192 0h128v1024h-128v-1024z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-grippy-ew"], + "tags": [ + "icon-grippy-ew" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -1806,13 +1934,23 @@ "M384 0h256v1024h-256v-1024z", "M768 0h256v1024h-256v-1024z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-columns"], + "tags": [ + "icon-columns" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -1822,13 +1960,23 @@ "M0 384h1024v256h-1024v-256z", "M0 768h1024v256h-1024v-256z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-rows"], + "tags": [ + "icon-rows" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -1836,13 +1984,19 @@ "paths": [ "M896 0h-768c-70.601 0.227-127.773 57.399-128 127.978l-0 0.022v768c0.227 70.601 57.399 127.773 127.978 128l0.022 0h256v-512l-192-192h640l-192 192v512h256c70.601-0.227 127.773-57.399 128-127.978l0-0.022v-768c-0.227-70.601-57.399-127.773-127.978-128l-0.022-0z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-filter"], + "tags": [ + "icon-filter" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1850,13 +2004,19 @@ "paths": [ "M896 0h-768c-70.601 0.227-127.773 57.399-128 127.978l-0 0.022v768c0.227 70.601 57.399 127.773 127.978 128l0.022 0h768c70.601-0.227 127.773-57.399 128-127.978l0-0.022v-768c-0.227-70.601-57.399-127.773-127.978-128l-0.022-0zM896 895.8h-256v-383.8l192-192h-640l192 192v384h-256v-767.8h768z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-filter-outline"], + "tags": [ + "icon-filter-outline" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1866,13 +2026,23 @@ "M0 320v640c0.102 35.305 28.695 63.898 63.99 64l0.010 0h64v-768h-64c-35.305 0.102-63.898 28.695-64 63.99l-0 0.010z", "M960 256h-64v768h64c35.305-0.102 63.898-28.695 64-63.99l0-0.010v-640c-0.102-35.305-28.695-63.898-63.99-64l-0.010-0z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-suitcase"], + "tags": [ + "icon-suitcase" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -1880,14 +2050,20 @@ "paths": [ "M704 320h-64v-64c0-141.385-114.615-256-256-256s-256 114.615-256 256v0 64h-64c-35.301 0.113-63.887 28.699-64 63.989l-0 0.011v576c0.113 35.301 28.699 63.887 63.989 64l0.011 0h640c35.301-0.113 63.887-28.699 64-63.989l0-0.011v-576c-0.113-35.301-28.699-63.887-63.989-64l-0.011-0zM256 256c0-70.692 57.308-128 128-128s128 57.308 128 128v0 64h-256zM533.4 896l-128-128-43 85-170.4-383.6 383.6 170.2-85 43 128 128z" ], - "attrs": [{}], + "attrs": [ + {} + ], "width": 768, "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-cursor-locked"], + "tags": [ + "icon-cursor-locked" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1895,13 +2071,19 @@ "paths": [ "M192 640h832l-192-320 192-320h-896c-70.606 0.215-127.785 57.394-128 127.979l-0 0.021v896h192z" ], - "attrs": [{}], + "attrs": [ + {} + ], "grid": 16, - "tags": ["icon-flag"], + "tags": [ + "icon-flag" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1911,13 +2093,23 @@ "M814.76 415.080q7.52 10 14.44 20.52c14.737 21.984 27.741 47.184 37.759 73.847l0.841 2.553c-10.859 29.216-23.863 54.416-39.447 77.748l0.847-1.348c-23.221 34.963-50.705 64.8-82.207 89.793l-0.793 0.607c-57.762 45.834-130.437 75.216-209.743 80.049l-1.057 0.051-114.46 140.86c27.346 4.988 58.817 7.84 90.955 7.84 0.037 0 0.074-0 0.111-0l-0.005 0c245.8 0 452.2-168 510.8-395.6-21.856-82.93-60.906-154.847-113.325-214.773l0.525 0.613z", "M832 0l-832 1024h192l832-1024h-192z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-eye-disabled"], + "tags": [ + "icon-eye-disabled" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -1925,13 +2117,19 @@ "paths": [ "M830 62h-830l-4 702c0 106.6 87.4 194 194 194h640c106.6 0 194-87.4 194-194v-508c0-106.8-87.4-194-194-194zM832 446l-384 384-192-192v-256l192 192 384-384v256z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-notebook-page"], + "tags": [ + "icon-notebook-page" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1939,13 +2137,19 @@ "paths": [ "M768 0c-141.339 0.114-255.886 114.661-256 255.989l-0 0.011v128h-448c-35.301 0.113-63.887 28.699-64 63.989l-0 0.011v512c0.113 35.301 28.699 63.887 63.989 64l0.011 0h638c35.301-0.113 63.887-28.699 64-63.989l0-0.011v-512c-0.113-35.301-28.699-63.887-63.989-64l-0.011-0h-62v-128c0-70.692 57.308-128 128-128s128 57.308 128 128v0 128h128v-128c-0.114-141.339-114.661-255.886-255.989-256l-0.011-0z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-unlocked"], + "tags": [ + "icon-unlocked" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1953,13 +2157,19 @@ "paths": [ "M1024 512c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512s512 229.23 512 512z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-circle"], + "tags": [ + "icon-circle" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1968,13 +2178,21 @@ "M876.34 635.58l-49.9 49.88-19.26 19.5-26 8.7-423.040 144.2 144.2-423.28 8.84-25.78 150-149.88-85.6-149.78c-34.92-61.12-92-61.12-127 0l-422.78 739.72c-34.94 61.14-5.92 111.14 64.48 111.14h843.44c70.4 0 99.42-50 64.48-111.14z", "M973.18 242.84c-19.32-19.3-40.66-34.62-60.16-43.16-34.42-15.12-52.38-4.54-60.1 3.16l-258.12 258.12-82.8 243.040 243-82.8 3.36-3.4 254.76-254.76c4.94-4.94 10.88-13.88 10.88-28.3 0-25.34-19.5-60.56-50.82-91.9zM631 619.82l-34.88-34.86 34.64-101.6 9.24-3.36h32v64h64v32l-3.42 9.26z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "grid": 16, - "tags": ["icon-draft"], + "tags": [ + "icon-draft" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -1982,13 +2200,19 @@ "paths": [ "M512 0c-282.78 0-512 229.22-512 512s229.22 512 512 512 512-229.22 512-512-229.22-512-512-512zM263.1 263.1c66.48-66.48 154.88-103.1 248.9-103.1 66.74 0 130.64 18.48 185.9 52.96l-484.94 484.94c-34.5-55.24-52.96-119.16-52.96-185.9 0-94.020 36.62-182.42 103.1-248.9zM760.9 760.9c-66.48 66.48-154.88 103.1-248.9 103.1-66.74 0-130.64-18.48-185.9-52.96l484.94-484.94c34.5 55.24 52.96 119.16 52.96 185.9 0 94.020-36.62 182.42-103.1 248.9z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-circle-slash"], + "tags": [ + "icon-circle-slash" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -1996,14 +2220,20 @@ "paths": [ "M136.86 52.26c54.080-34.82 120.58-52.26 199.44-52.26 103.6 0 189.7 24.76 258.24 74.28s102.82 122.88 102.82 220.060c0 59.6-14.86 109.8-44.58 150.6-17.38 24.76-50.76 56.4-100.14 94.9l-48.68 37.82c-26.54 20.64-44.14 44.7-52.82 72.2-5.5 17.44-8.46 44.48-8.92 81.14h-186.4c2.74-77.48 10.060-131 21.94-160.58s42.5-63.62 91.88-102.12l50.060-39.2c16.46-12.38 29.72-25.9 39.78-40.58 18.28-25.2 27.42-52.96 27.42-83.22 0-34.84-10.18-66.6-30.52-95.24-20.36-28.64-57.52-42.98-111.48-42.98s-90.68 17.66-112.88 52.96c-22.18 35.32-33.26 71.98-33.26 110.040h-198.76c5.5-130.64 51.12-223.24 136.86-277.82zM251.020 825.24h205.62v198.74h-205.62v-198.74z" ], - "attrs": [{}], + "attrs": [ + {} + ], "width": 697, "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-question-mark"], + "tags": [ + "icon-question-mark" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2011,13 +2241,19 @@ "paths": [ "M512 0c-282.76 0-512 214.9-512 480 0 92.26 27.8 178.44 75.92 251.6l-75.92 292.4 313.5-101.42c61.040 24.1 128.12 37.42 198.5 37.42 282.76 0 512-214.9 512-480s-229.24-480-512-480zM768 448l-320 320-192-192v-192l192 192 320-320v192z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-status-poll-check"], + "tags": [ + "icon-status-poll-check" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2027,13 +2263,23 @@ "M457.14 417.86l24.2 122.64h61.32l24.2-122.64v-163.5h-109.72v163.5z", "M471.12 581.36h81.76v81.76h-81.76v-81.76z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-status-poll-caution"], + "tags": [ + "icon-status-poll-caution" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -2043,13 +2289,23 @@ "M512 256c-59.84 0-116.080 23.3-158.4 65.6-42.3 42.3-65.6 98.56-65.6 158.4 0 43.5 12.32 85.080 35.3 120.82l309.52-309.52c-35.72-22.98-77.32-35.3-120.82-35.3z", "M512 0c-282.76 0-512 214.9-512 480 0 92.26 27.8 178.44 75.92 251.6l-75.92 292.4 313.5-101.42c61.040 24.1 128.12 37.42 198.5 37.42 282.76 0 512-214.9 512-480s-229.24-480-512-480zM512 800c-176.74 0-320-143.26-320-320s143.26-320 320-320 320 143.26 320 320-143.26 320-320 320z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-status-poll-circle-slash"], + "tags": [ + "icon-status-poll-circle-slash" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -2057,13 +2313,19 @@ "paths": [ "M512 0c-282.76 0-512 214.9-512 480 0 92.26 27.8 178.44 75.92 251.6l-75.92 292.4 313.5-101.42c61.040 24.1 128.12 37.42 198.5 37.42 282.76 0 512-214.9 512-480s-229.24-480-512-480zM579.020 832h-141.36v-136.64h141.36v136.64zM713.84 433.9c-11.94 17.020-34.9 38.78-68.84 65.24l-33.48 26c-18.24 14.18-30.34 30.74-36.32 49.64-3.78 11.98-5.82 30.58-6.14 55.8h-128.12c1.88-53.26 6.92-90.060 15.080-110.4 8.18-20.34 29.22-43.74 63.16-70.22l34.42-26.94c11.3-8.52 20.42-17.8 27.34-27.9 12.56-17.34 18.86-36.4 18.86-57.2 0-23.94-7-45.78-20.98-65.48-14-19.7-39.54-29.54-76.64-29.54s-62.34 12.14-77.6 36.4c-15.24 24.28-22.88 49.48-22.88 75.64h-136.64c3.78-89.84 35.14-153.5 94.080-191.020 37.18-23.94 82.9-35.94 137.12-35.94 71.22 0 130.42 17.020 177.54 51.060s70.68 84.48 70.68 151.3c0 40.98-10.22 75.5-30.66 103.54z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-status-poll-question-mark"], + "tags": [ + "icon-status-poll-question-mark" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2072,13 +2334,21 @@ "M1000.080 334.64l-336.6 336.76-20.52 6.88-450.96 153.72 160.68-471.52 332.34-332.34c-54.040-18.2-112.28-28.14-173.020-28.14-282.76 0-512 214.9-512 480 0 92.26 27.8 178.44 75.92 251.6l-75.92 292.4 313.5-101.42c61.040 24.1 128.12 37.42 198.5 37.42 282.76 0 512-214.9 512-480 0-50.68-8.4-99.5-23.92-145.36z", "M408.42 395.24l-2.16 6.3-111.7 327.9 334.12-113.86 4.62-4.68 350.28-350.28c6.8-6.78 14.96-19.1 14.96-38.9 0-34.86-26.82-83.28-69.88-126.38-26.54-26.54-55.9-47.6-82.7-59.34-47.34-20.8-72.020-6.24-82.64 4.36l-354.9 354.88zM470.56 421.42h44v88h88v44l-4.7 12.72-139.68 47.54-47.94-47.94 47.6-139.72 12.72-4.6z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-status-poll-edit"], + "tags": [ + "icon-status-poll-edit" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2086,31 +2356,47 @@ "paths": [ "M832 0h-640c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192zM681.38 365.14c0.68-20.46-2.22-37.7-8.7-51.68-6.5-13.98-15.7-25.4-27.64-34.28-11.94-8.86-26.1-15.18-42.48-18.94-16.38-3.74-33.78-5.62-52.2-5.62-15.020 0-30.2 1.54-45.54 4.6s-29.16 8.18-41.44 15.36-22.18 16.56-29.68 28.14c-7.52 11.62-11.26 25.94-11.26 42.98s6.66 32.6 19.96 44.52c13.3 11.94 29.34 21.84 48.1 29.68 18.76 7.86 38.020 14 57.82 18.42 19.78 4.44 35.82 8.020 48.1 10.74 28.66 7.52 54.92 16.22 78.8 26.1 23.88 9.9 44.52 22.68 61.92 38.38s30.86 34.8 40.42 57.32c9.54 22.52 14.32 50.16 14.32 82.9 0 43.68-9.040 80.86-27.12 111.56s-41.28 55.62-69.6 74.7c-28.32 19.1-60.22 32.92-95.7 41.44s-70.62 12.8-105.42 12.8c-102.34 0-178.6-20.8-228.74-62.44-50.16-41.6-75.22-107.1-75.22-196.5h152.5c-1.38 25.94 1.7 47.58 9.22 64.98 7.5 17.4 18.42 31.22 32.74 41.44 14.32 10.24 31.38 17.58 51.18 22 19.78 4.44 41.28 6.66 64.48 6.66 16.38 0 32.74-2.040 49.12-6.14s31.22-10.24 44.52-18.42c13.3-8.18 24.22-18.76 32.76-31.72 8.52-12.94 12.8-28.66 12.8-47.080s-5.46-32.24-16.38-43.5c-10.92-11.26-25.080-20.98-42.48-29.16s-37.2-15.36-59.36-21.5c-22.18-6.14-44.52-12.62-67.040-19.44-23.2-6.82-45.72-15-67.54-24.56-21.84-9.54-41.44-21.82-58.84-36.84-17.4-15-31.38-33.42-41.96-55.26-10.58-21.82-15.86-48.44-15.86-79.82 0-40.94 8.52-75.74 25.58-104.4 17.040-28.66 39.22-52.020 66.52-70.1 27.28-18.080 58.16-31.38 92.62-39.92 34.44-8.52 69.42-12.8 104.9-12.8 37.52 0 72.82 4.26 105.92 12.8 33.080 8.54 62.080 22.36 87 41.44 24.9 19.1 44.68 43.5 59.36 73.18 14.66 29.68 22 65.68 22 107.98h-152.5z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-stale"], + "tags": [ + "icon-stale" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { "id": 105, - "paths": ["M1024 512l-448 512v-1024z", "M448 0l-448 512 448 512z"], + "paths": [ + "M1024 512l-448 512v-1024z", + "M448 0l-448 512 448 512z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrows-right-left"], + "tags": [ + "icon-arrows-right-left" + ], "colorPermutations": { "12552552551": [] } }, { "id": 106, - "paths": ["M512 0l512 448h-1024z", "M0 576l512 448 512-448z"], + "paths": [ + "M512 0l512 448h-1024z", + "M0 576l512 448 512-448z" + ], "attrs": [], "grid": 16, - "tags": ["icon-arrows-up-down"], + "tags": [ + "icon-arrows-up-down" + ], "colorPermutations": { "12552552551": [] } @@ -2122,7 +2408,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-bullet"], + "tags": [ + "icon-bullet" + ], "colorPermutations": { "12552552551": [] } @@ -2134,7 +2422,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-calendar"], + "tags": [ + "icon-calendar" + ], "colorPermutations": { "12552552551": [] } @@ -2146,7 +2436,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-chain-links"], + "tags": [ + "icon-chain-links" + ], "colorPermutations": { "12552552551": [] } @@ -2159,7 +2451,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-download"], + "tags": [ + "icon-download" + ], "colorPermutations": { "12552552551": [] } @@ -2172,7 +2466,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-duplicate"], + "tags": [ + "icon-duplicate" + ], "colorPermutations": { "12552552551": [] } @@ -2185,7 +2481,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-folder-new-v2.5"], + "tags": [ + "icon-folder-new-v2.5" + ], "colorPermutations": { "12552552551": [] } @@ -2200,7 +2498,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-fullscreen-collapse"], + "tags": [ + "icon-fullscreen-collapse" + ], "colorPermutations": { "12552552551": [] } @@ -2215,7 +2515,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-fullscreen-expand"], + "tags": [ + "icon-fullscreen-expand" + ], "colorPermutations": { "12552552551": [] } @@ -2228,7 +2530,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-layers"], + "tags": [ + "icon-layers" + ], "colorPermutations": { "12552552551": [] } @@ -2240,7 +2544,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-line-horz"], + "tags": [ + "icon-line-horz" + ], "colorPermutations": { "12552552551": [] } @@ -2252,7 +2558,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-magnify-v2"], + "tags": [ + "icon-magnify-v2" + ], "colorPermutations": { "12552552551": [] } @@ -2266,7 +2574,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-magnify-in-v2"], + "tags": [ + "icon-magnify-in-v2" + ], "colorPermutations": { "12552552551": [] } @@ -2279,7 +2589,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-magnify-out-v2"], + "tags": [ + "icon-magnify-out-v2" + ], "colorPermutations": { "12552552551": [] } @@ -2293,7 +2605,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-menu-v2.2"], + "tags": [ + "icon-menu-v2.2" + ], "colorPermutations": { "12552552551": [] } @@ -2306,7 +2620,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-move"], + "tags": [ + "icon-move" + ], "colorPermutations": { "12552552551": [] } @@ -2319,7 +2635,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-new-window"], + "tags": [ + "icon-new-window" + ], "colorPermutations": { "12552552551": [] } @@ -2333,7 +2651,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-paint-bucket-v2"], + "tags": [ + "icon-paint-bucket-v2" + ], "colorPermutations": { "12552552551": [] } @@ -2345,7 +2665,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-pencil"], + "tags": [ + "icon-pencil" + ], "colorPermutations": { "12552552551": [] } @@ -2359,27 +2681,38 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-pencil-edit-in-place"], + "tags": [ + "icon-pencil-edit-in-place" + ], "colorPermutations": { "12552552551": [] } }, { "id": 90, - "paths": ["M1024 512l-1024 512v-1024z"], + "paths": [ + "M1024 512l-1024 512v-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-play"], + "tags": [ + "icon-play" + ], "colorPermutations": { "12552552551": [] } }, { "id": 88, - "paths": ["M126-2h256v1024h-256v-1024z", "M638-2h256v1024h-256v-1024z"], + "paths": [ + "M126-2h256v1024h-256v-1024z", + "M638-2h256v1024h-256v-1024z" + ], "attrs": [], "grid": 16, - "tags": ["icon-pause"], + "tags": [ + "icon-pause" + ], "colorPermutations": { "12552552551": [] } @@ -2392,27 +2725,37 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-plot-resource"], + "tags": [ + "icon-plot-resource" + ], "colorPermutations": { "12552552551": [] } }, { "id": 80, - "paths": ["M766 1024l-256-512 256-512h-256l-256 512 256 512z"], + "paths": [ + "M766 1024l-256-512 256-512h-256l-256 512 256 512z" + ], "attrs": [], "grid": 16, - "tags": ["icon-pointer-left"], + "tags": [ + "icon-pointer-left" + ], "colorPermutations": { "12552552551": [] } }, { "id": 81, - "paths": ["M254 0l256 512-256 512h256l256-512-256-512z"], + "paths": [ + "M254 0l256 512-256 512h256l256-512-256-512z" + ], "attrs": [], "grid": 16, - "tags": ["icon-pointer-right"], + "tags": [ + "icon-pointer-right" + ], "colorPermutations": { "12552552551": [] } @@ -2424,7 +2767,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-refresh-v1.5"], + "tags": [ + "icon-refresh-v1.5" + ], "colorPermutations": { "12552552551": [] } @@ -2437,7 +2782,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-save-v2"], + "tags": [ + "icon-save-v2" + ], "colorPermutations": { "12552552551": [] } @@ -2451,7 +2798,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-save-as"], + "tags": [ + "icon-save-as" + ], "colorPermutations": { "12552552551": [] } @@ -2463,7 +2812,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-sine"], + "tags": [ + "icon-sine" + ], "colorPermutations": { "12552552551": [] } @@ -2475,7 +2826,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-font"], + "tags": [ + "icon-font" + ], "colorPermutations": { "12552552551": [] } @@ -2490,7 +2843,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-thumbs-strip"], + "tags": [ + "icon-thumbs-strip" + ], "colorPermutations": { "12552552551": [] } @@ -2502,7 +2857,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-two-parts-both"], + "tags": [ + "icon-two-parts-both" + ], "colorPermutations": { "12552552551": [] } @@ -2514,7 +2871,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-two-parts-one-only"], + "tags": [ + "icon-two-parts-one-only" + ], "colorPermutations": { "12552552551": [] } @@ -2527,7 +2886,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-resync"], + "tags": [ + "icon-resync" + ], "colorPermutations": { "12552552551": [] } @@ -2539,7 +2900,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-reset"], + "tags": [ + "icon-reset" + ], "colorPermutations": { "12552552551": [] } @@ -2551,7 +2914,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-x-in-circle"], + "tags": [ + "icon-x-in-circle" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { @@ -2573,7 +2938,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-brightness"], + "tags": [ + "icon-brightness" + ], "colorPermutations": { "12552552551": [] } @@ -2585,7 +2952,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-contrast"], + "tags": [ + "icon-contrast" + ], "colorPermutations": { "12552552551": [] } @@ -2600,7 +2969,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-expand"], + "tags": [ + "icon-expand" + ], "colorPermutations": { "12552552551": [] } @@ -2615,7 +2986,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-list-view"], + "tags": [ + "icon-list-view" + ], "colorPermutations": { "12552552551": [] } @@ -2632,7 +3005,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-grid-snap-to"], + "tags": [ + "icon-grid-snap-to" + ], "colorPermutations": { "12552552551": [] } @@ -2650,7 +3025,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-grid-snap-no"], + "tags": [ + "icon-grid-snap-no" + ], "colorPermutations": { "12552552551": [] } @@ -2663,7 +3040,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-frame-show"], + "tags": [ + "icon-frame-show" + ], "colorPermutations": { "12552552551": [] } @@ -2678,7 +3057,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-frame-hide"], + "tags": [ + "icon-frame-hide" + ], "colorPermutations": { "12552552551": [] } @@ -2691,7 +3072,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-import"], + "tags": [ + "icon-import" + ], "colorPermutations": { "12552552551": [] } @@ -2704,7 +3087,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-export"], + "tags": [ + "icon-export" + ], "colorPermutations": { "12552552551": [] } @@ -2715,14 +3100,22 @@ "M1226.4 320h-176l-76.22 203.24 77 205.34 87.22-232.58 90.74 242h-174.44l49.5 132h174.44l57.76 154h154l-264-704z", "M384 0l-384 1024h224l84-224h408l84 224h224l-384-1024zM380 608l132-352 132 352z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "grid": 16, - "tags": ["icon-font-size-alt1"], + "tags": [ + "icon-font-size-alt1" + ], "width": 1504, "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2731,13 +3124,21 @@ "M632 312l-120 120-120-120-80 80 120 120-120 120 80 80 120-120 120 120 80-80-120-120 120-120-80-80z", "M512 0c-282.76 0-512 86-512 192v640c0 106 229.24 192 512 192s512-86 512-192v-640c0-106-229.24-192-512-192zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c0 176.731-143.269 320-320 320v0z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-clear-data"], + "tags": [ + "icon-clear-data" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2746,13 +3147,21 @@ "M576 64c-247.4 0-448 200.6-448 448h-128l192 192 192-192h-128c0-85.4 33.2-165.8 93.8-226.2 60.4-60.6 140.8-93.8 226.2-93.8s165.8 33.2 226.2 93.8c60.6 60.4 93.8 140.8 93.8 226.2s-33.2 165.8-93.8 226.2c-60.4 60.6-140.8 93.8-226.2 93.8s-165.8-33.2-226.2-93.8l-90.6 90.6c81 81 193 131.2 316.8 131.2 247.4 0 448-200.6 448-448s-200.6-448-448-448z", "M576 272c-26.6 0-48 21.4-48 48v211.8l142 142c9.4 9.4 21.6 14 34 14s24.6-4.6 34-14c18.8-18.8 18.8-49.2 0-67.8l-114-114v-172c0-26.6-21.4-48-48-48z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-history"], + "tags": [ + "icon-history" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2760,14 +3169,20 @@ "paths": [ "M643.427 825.261c-81.955-0.697-148.179-67.065-148.642-149.010l-0-0.044v-395.828l296.871 247.393v-197.914l-395.828-329.857-395.828 328.62v197.502l296.871-246.156v396.241c0 190.905 155.239 346.556 346.144 346.968l412.321 0.825 0.412-197.914z" ], - "attrs": [{}], + "attrs": [ + {} + ], "width": 1056, "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-arrow-up-to-parent"], + "tags": [ + "icon-arrow-up-to-parent" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2775,13 +3190,19 @@ "paths": [ "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM783.6 783.6c-54.634 54.8-125.77 93.12-205.322 106.874l-2.278 0.326v-250.8h-128v250.8c-161.302-28.062-286.738-153.497-314.468-312.5l-0.332-2.3h250.8v-128h-250.8c28.062-161.302 153.497-286.738 312.5-314.468l2.3-0.332v250.8h128v-250.8c161.302 28.062 286.738 153.497 314.468 312.5l0.332 2.3h-250.8v128h250.8c-14.080 81.83-52.4 152.966-107.191 207.591l-0.009 0.009z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-crosshair-in-circle"], + "tags": [ + "icon-crosshair-in-circle" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2790,13 +3211,21 @@ "M512 384c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128v0c0.114-70.647 57.353-127.886 127.989-128l0.011-0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.114-141.339-114.661-255.886-255.989-256l-0.011-0z", "M512 128c211.87 0.128 383.575 171.912 383.575 383.8 0 211.967-171.833 383.8-383.8 383.8s-383.8-171.833-383.8-383.8c0-105.99 42.963-201.945 112.425-271.4l-0 0c69.21-69.437 164.944-112.401 270.713-112.401 0.312 0 0.624 0 0.936 0.001l-0.048-0zM512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-target"], + "tags": [ + "icon-target" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2805,13 +3234,21 @@ "M45.2 658.8h229.6l-274.8 274.6 90.6 90.6 274.6-274.8v229.6h128v-448h-448v128z", "M1024 90.6l-90.6-90.6-274.6 274.8v-229.6h-128v448h448v-128h-229.6l274.8-274.6z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-items-collapse"], + "tags": [ + "icon-items-collapse" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2820,13 +3257,21 @@ "M448 896h-229.4l274.6-274.8-90.4-90.4-274.8 274.6v-229.4h-128v448h448v-128z", "M530.8 402.8l90.4 90.4 274.8-274.6v229.4h128v-448h-448v128h229.4l-274.6 274.8z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-items-expand"], + "tags": [ + "icon-items-expand" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -2836,13 +3281,23 @@ "M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z", "M1024 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-3-dots"], + "tags": [ + "icon-3-dots" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -2850,13 +3305,19 @@ "paths": [ "M1024 384v-128h-256v-256h-128v256h-256v-256h-128v256h-256v128h256v256h-256v128h256v256h128v-256h256v256h128v-256h256v-128h-256v-256zM640 640h-256v-256h256z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-grid-on"], + "tags": [ + "icon-grid-on" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2868,13 +3329,27 @@ "M840 384h184v-128h-80l-104 128z", "M832 0l-832 1024h192l832-1024h-192z" ], - "attrs": [{}, {}, {}, {}, {}], + "attrs": [ + {}, + {}, + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-grid-off"], + "tags": [ + "icon-grid-off" + ], "colorPermutations": { - "12552552551": [{}, {}, {}, {}, {}] + "12552552551": [ + {}, + {}, + {}, + {}, + {} + ] } }, { @@ -2882,13 +3357,19 @@ "paths": [ "M896 256h-128l-128-256h-256l-128 256h-128c-70.601 0.227-127.773 57.399-128 127.978l-0 0.022v512c0.227 70.601 57.399 127.773 127.978 128l0.022 0h768c70.601-0.227 127.773-57.399 128-127.978l0-0.022v-512c-0.227-70.601-57.399-127.773-127.978-128l-0.022-0zM512 864c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c0 141.385-114.615 256-256 256v0z" ], - "attrs": [{}], + "attrs": [ + {} + ], "grid": 16, - "tags": ["icon-camera"], + "tags": [ + "icon-camera" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -2897,13 +3378,67 @@ "M896 320v448c-0.215 70.606-57.394 127.785-127.979 128l-0.021 0h-576c0.215 70.606 57.394 127.785 127.979 128l0.021 0h576c70.606-0.215 127.785-57.394 128-127.979l0-0.021v-448c-0.215-70.606-57.394-127.785-127.979-128l-0.021-0z", "M832 704v-448c-0.215-70.606-57.394-127.785-127.979-128l-0.021-0h-192l-101.5-82.74c-24.88-24.9-74.040-45.26-109.24-45.26h-237.26c-35.305 0.102-63.898 28.695-64 63.99l-0 0.010v640c0.215 70.606 57.394 127.785 127.979 128l0.021 0h576c70.606-0.215 127.785-57.394 128-127.979l0-0.021zM128 644v-516l256 260z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "grid": 16, - "tags": ["icon-folders-collapse"], + "tags": [ + "icon-folders-collapse" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] + } + }, + { + "id": 188, + "paths": [ + "M832.4 128.6c22.8 0 38 11.8 45 19 7 7 19 22.4 19 45v640c0 22.8-11.8 38-19 45-7 7-22.4 19-45 19h-640c-22.8 0-38-11.8-45-19-7-7-19-22.4-19-45v-640c0-22.8 11.8-38 19-45 7-7 22.4-19 45-19h640zM832.4 0.6h-640c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192v0z", + "M256.4 320.6h512v128h-512v-128z", + "M384.4 576.6h384v128h-384v-128z" + ], + "attrs": [ + {}, + {}, + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 16, + "tags": [ + "icon-multiline" + ], + "colorPermutations": { + "12552552551": [ + {}, + {}, + {} + ] + } + }, + { + "id": 187, + "paths": [ + "M832.4 0.6h-640c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192zM896.4 448.6h-512v128h512v256c0 22.8-11.8 38-19 45-7 7-22.4 19-45 19h-640c-22.8 0-38-11.8-45-19-7-7-19-22.4-19-45v-640c0-22.8 11.8-38 19-45 7-7 22.4-19 45-19h640c22.8 0 38 11.8 45 19 7 7 19 22.4 19 45v256z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 16, + "tags": [ + "icon-singleline" + ], + "colorPermutations": { + "12552552551": [ + {} + ] } }, { @@ -2913,7 +3448,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-activity"], + "tags": [ + "icon-activity" + ], "colorPermutations": { "12552552551": [] } @@ -2925,7 +3462,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-activity-mode"], + "tags": [ + "icon-activity-mode" + ], "colorPermutations": { "12552552551": [] } @@ -2939,7 +3478,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-autoflow-tabular"], + "tags": [ + "icon-autoflow-tabular" + ], "colorPermutations": { "12552552551": [] } @@ -2951,7 +3492,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-clock-v1.5"], + "tags": [ + "icon-clock-v1.5" + ], "colorPermutations": { "12552552551": [] } @@ -2964,7 +3507,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-database"], + "tags": [ + "icon-database" + ], "colorPermutations": { "12552552551": [] } @@ -2977,7 +3522,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-database-query"], + "tags": [ + "icon-database-query" + ], "colorPermutations": { "12552552551": [] } @@ -2990,7 +3537,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-dataset"], + "tags": [ + "icon-dataset" + ], "colorPermutations": { "12552552551": [] } @@ -3003,7 +3552,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-datatable"], + "tags": [ + "icon-datatable" + ], "colorPermutations": { "12552552551": [] } @@ -3015,7 +3566,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-dictionary"], + "tags": [ + "icon-dictionary" + ], "colorPermutations": { "12552552551": [] } @@ -3028,7 +3581,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-folder-v2.5"], + "tags": [ + "icon-folder-v2.5" + ], "colorPermutations": { "12552552551": [] } @@ -3041,7 +3596,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-image"], + "tags": [ + "icon-image" + ], "colorPermutations": { "12552552551": [] } @@ -3055,7 +3612,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-layout"], + "tags": [ + "icon-layout" + ], "colorPermutations": { "12552552551": [] } @@ -3067,7 +3626,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-object"], + "tags": [ + "icon-object" + ], "colorPermutations": { "12552552551": [] } @@ -3077,13 +3638,19 @@ "paths": [ "M511.98 0l-511.98 320v384l512 320 512-320v-384l-512.020-320zM586.22 896h-141.36v-136.64h141.36v136.64zM721.040 497.9c-11.94 17.020-34.9 38.78-68.84 65.24l-33.48 26c-18.24 14.18-30.34 30.74-36.32 49.64-3.78 11.98-5.82 30.58-6.14 55.8h-128.12c1.88-53.26 6.92-90.060 15.080-110.4 8.18-20.34 29.22-43.74 63.16-70.22l34.42-26.94c11.3-8.52 20.42-17.8 27.34-27.9 12.56-17.34 18.86-36.4 18.86-57.2 0-23.94-7-45.78-20.98-65.48-14-19.7-39.54-29.54-76.64-29.54s-62.34 12.14-77.6 36.4c-15.24 24.28-22.88 49.48-22.88 75.64h-136.64c3.78-89.84 35.14-153.5 94.080-191.020 37.18-23.94 82.9-35.94 137.12-35.94 71.22 0 130.42 17.020 177.54 51.060s70.68 84.48 70.68 151.3c0 40.98-10.22 75.5-30.66 103.54z" ], - "attrs": [{}], + "attrs": [ + {} + ], "grid": 16, - "tags": ["icon-object-unknown"], + "tags": [ + "icon-object-unknown" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3093,7 +3660,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-packet"], + "tags": [ + "icon-packet" + ], "colorPermutations": { "12552552551": [] } @@ -3106,7 +3675,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-page"], + "tags": [ + "icon-page" + ], "colorPermutations": { "12552552551": [] } @@ -3119,7 +3690,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-plot-overlay"], + "tags": [ + "icon-plot-overlay" + ], "colorPermutations": { "12552552551": [] } @@ -3133,7 +3706,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-plot-stacked"], + "tags": [ + "icon-plot-stacked" + ], "colorPermutations": { "12552552551": [] } @@ -3148,7 +3723,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-session-v2.5"], + "tags": [ + "icon-session-v2.5" + ], "colorPermutations": { "12552552551": [] } @@ -3160,7 +3737,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-tabular"], + "tags": [ + "icon-tabular" + ], "colorPermutations": { "12552552551": [] } @@ -3173,7 +3752,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-tabular-lad"], + "tags": [ + "icon-tabular-lad" + ], "colorPermutations": { "12552552551": [] } @@ -3187,7 +3768,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-tabular-lad-set"], + "tags": [ + "icon-tabular-lad-set" + ], "colorPermutations": { "12552552551": [] } @@ -3199,7 +3782,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-tabular-realtime-v2"], + "tags": [ + "icon-tabular-realtime-v2" + ], "colorPermutations": { "12552552551": [] } @@ -3209,13 +3794,19 @@ "paths": [ "M896 0h-768c-70.606 0.215-127.785 57.394-128 127.979l-0 0.021v768c0.215 70.606 57.394 127.785 127.979 128l0.021 0h768c70.606-0.215 127.785-57.394 128-127.979l0-0.021v-768c-0.215-70.606-57.394-127.785-127.979-128l-0.021-0zM768 256v192h-192v-192zM576 512h192v192h-192zM512 704h-192v-192h192zM512 256v192h-192v-192zM64 256h192v192h-192zM64 512h192v192h-192zM128 960c-35.255-0.225-63.775-28.745-64-63.978l-0-0.022v-128h192v192zM320 960v-192h192v192zM704 960h-128v-192h192v192zM941.14 941.14c-11.511 11.644-27.483 18.856-45.139 18.86l-64.001 0v-64h128c-0.004 17.657-7.216 33.629-18.854 45.134l-0.006 0.006zM960 768h-128v-512h128z" ], - "attrs": [{}], + "attrs": [ + {} + ], "grid": 16, - "tags": ["icon-tabular-scrolling"], + "tags": [ + "icon-tabular-scrolling" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3226,7 +3817,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-telemetry-v2"], + "tags": [ + "icon-telemetry-v2" + ], "colorPermutations": { "12552552551": [] } @@ -3236,13 +3829,19 @@ "paths": [ "M832 0h-640c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192zM128 320v-128h256v128zM256 448h384v128h-384zM896 832h-448v-128h448zM896 576h-128v-128h128zM896 320h-384v-128h384z" ], - "attrs": [{}], + "attrs": [ + {} + ], "grid": 16, - "tags": ["icon-timeline"], + "tags": [ + "icon-timeline" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3252,7 +3851,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-timer-v1.5"], + "tags": [ + "icon-timer-v1.5" + ], "colorPermutations": { "12552552551": [] } @@ -3267,7 +3868,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-topic-v2.5"], + "tags": [ + "icon-topic-v2.5" + ], "colorPermutations": { "12552552551": [] } @@ -3287,7 +3890,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-box-with-dashed-lines-v2"], + "tags": [ + "icon-box-with-dashed-lines-v2" + ], "colorPermutations": { "12552552551": [] } @@ -3299,7 +3904,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-summary-widget"], + "tags": [ + "icon-summary-widget" + ], "colorPermutations": { "12552552551": [] } @@ -3312,7 +3919,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-notebook"], + "tags": [ + "icon-notebook" + ], "colorPermutations": { "12552552551": [] } @@ -3323,13 +3932,21 @@ "M0 896c0.227 70.601 57.399 127.773 127.978 128l0.022 0h768c70.601-0.227 127.773-57.399 128-127.978l0-0.022v-608h-512l-50.2-225.6c-7.6-34.2-42.6-62.4-77.8-62.4h-256c-70.601 0.227-127.773 57.399-128 127.978l-0 0.022zM832 768h-640v-256h640z", "M480 0c35.2 0 70.2 28.2 77.8 62.4l36 161.6h430.2v-96c-0.227-70.601-57.399-127.773-127.978-128l-0.022-0z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "grid": 16, - "tags": ["icon-tabs-view"], + "tags": [ + "icon-tabs-view" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -3343,7 +3960,9 @@ ], "attrs": [], "grid": 16, - "tags": ["icon-flexible-layout"], + "tags": [ + "icon-flexible-layout" + ], "colorPermutations": { "12552552551": [] } @@ -3356,13 +3975,25 @@ "M512 640l135-59c-4.485 0.614-9.689 0.977-14.972 1l-0.028 0c-39.4 0-76-21.8-109.2-65-28-36.4-48.8-81.6-61-113.4-29-73.8-59-105.2-69.8-109.4-10.8 4.2-40.8 35.6-69.8 109.4-16.4 42.2-39.2 88.4-68.8 123.2z", "M1024 480l-512 224-512-224v320l512 224 512-224v-320z" ], - "attrs": [{}, {}, {}, {}], + "attrs": [ + {}, + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-generator-sine"], + "tags": [ + "icon-generator-sine" + ], "colorPermutations": { - "12552552551": [{}, {}, {}, {}] + "12552552551": [ + {}, + {}, + {}, + {} + ] } }, { @@ -3375,13 +4006,29 @@ "M658.2 576h-292.4l146.2 64 146.2-64z", "M512 704l-512-224v320l512 224 512-224v-320l-512 224z" ], - "attrs": [{}, {}, {}, {}, {}, {}], + "attrs": [ + {}, + {}, + {}, + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-generator-event"], + "tags": [ + "icon-generator-event" + ], "colorPermutations": { - "12552552551": [{}, {}, {}, {}, {}, {}] + "12552552551": [ + {}, + {}, + {}, + {}, + {}, + {} + ] } }, { @@ -3389,13 +4036,19 @@ "paths": [ "M512 0c-282.8 0-512 229.2-512 512 0 226.4 147 418.4 350.6 486l257.4-486v503c236.8-45 416-253 416-503 0-282.8-229.2-512-512-512zM754.8 527.8c-58.967-68.597-145.842-111.772-242.8-111.772s-183.833 43.176-242.445 111.35l-0.355 0.422-146-125c8.6-10 17.4-19.6 26.8-28.8 92.628-92.679 220.619-150.006 362-150.006s269.372 57.326 361.997 150.003l0.003 0.003c9.4 9.2 18.2 18.8 26.8 28.8z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-gauge-v2"], + "tags": [ + "icon-gauge-v2" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3405,13 +4058,23 @@ "M830 0h-636c-106.6 0-194 87.2-194 194v318l400-60.2 112-195.8 109.8 192h402.2v-254c-0.227-107.052-86.948-193.773-193.978-194l-0.022-0z", "M1024 640v-64l-384-64 384 128z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-spectra"], + "tags": [ + "icon-spectra" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -3421,13 +4084,23 @@ "M768 704h-512l102.4-179.2-354.4 50.6c31.2 252.8 246.8 448.6 508 448.6 201.6 0 376-116.6 459.6-286l-273.4-156.2z", "M640 512l384 128v-64l-384-64z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-telemetry-spectra"], + "tags": [ + "icon-telemetry-spectra" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -3436,13 +4109,21 @@ "M370.2 459.4c9.326 8.53 19.666 16.261 30.729 22.914l0.871 0.486c-11.077-19.209-17.664-42.221-17.8-66.76l-0-0.040c0-39.6 17.8-77.6 50.2-107.4 37-34 87.4-52.6 141.8-52.6 40.2 0 78.2 10.2 110.2 29.2-8.918-15.653-19.693-29.040-32.268-40.482l-0.132-0.118c-37-34-87.4-52.6-141.8-52.6s-104.8 18.6-141.8 52.6c-32.4 29.8-50.2 67.8-50.2 107.4s17.8 77.6 50.2 107.4z", "M885.4 269.6c-40.6-154.6-192.4-269.6-373.4-269.6s-332.8 115-373.4 269.6c-86 80-138.6 187.8-138.6 306.4 0 247.4 229.2 448 512 448s512-200.6 512-448c0-118.6-52.6-226.4-138.6-306.4zM512 128c141.2 0 256 100.4 256 224s-114.8 224-256 224-256-100.4-256-224 114.8-224 256-224zM512 832c-175.4 0-318.4-127.8-320-285.4 68.8 94.8 186.4 157.4 320 157.4s251.2-62.6 320-157.4c-1.6 157.6-144.6 285.4-320 285.4z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-pushbutton"], + "tags": [ + "icon-pushbutton" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -3450,13 +4131,19 @@ "paths": [ "M512 0c-282.76 0-512 229.24-512 512s229.24 512 512 512 512-229.24 512-512-229.24-512-512-512zM512 768l-384-256 384-256 384 256z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-conditional"], + "tags": [ + "icon-conditional" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3464,13 +4151,19 @@ "paths": [ "M832 0h-640c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192zM512 768l-384-256 384-256 384 256z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-condition-widget"], + "tags": [ + "icon-condition-widget" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3479,13 +4172,21 @@ "M535.6 530.6c-8.4 1.6-17.2 3-26.2 4s-18.2 2.4-27.2 4c-10.196 1.861-18.808 4.010-27.21 6.633l1.61-0.433c-8.609 2.674-16.105 6.348-22.89 10.987l0.29-0.187c-6.693 4.517-12.283 10.107-16.663 16.585l-0.137 0.215c-4.6 6.8-7.4 15.6-8.8 26s-0.4 18.4 2.4 25.2c2.746 6.688 7.224 12.195 12.881 16.122l0.119 0.078c5.967 4.053 13.057 6.94 20.704 8.161l0.296 0.039c7.592 1.527 16.319 2.4 25.25 2.4 0.123 0 0.246-0 0.369-0l-0.019 0c22.2 0 39.6-3.6 52.6-11s23.2-16.2 30.2-26.4c6.273-8.873 11.271-19.191 14.426-30.285l0.174-0.715c1.853-6.809 3.601-15.41 4.855-24.169l0.145-1.231 5.2-41.6c-5.4 4.217-11.723 7.564-18.583 9.689l-0.417 0.111c-6.489 2.241-14.362 4.255-22.444 5.662l-0.956 0.138z", "M1024 384v-192h-152l24-192h-192l-24 192h-256l24-192h-192l-24 192h-232v192h208l-32 256h-176v192h152l-24 192h192l24-192h256l-24 192h192l24-192h232v-192h-208l32-256zM702.8 411.8l-26.4 211.8c-2.231 15.809-3.537 34.122-3.6 52.727l-0 0.073c0 16.8 2.2 29.4 6.4 37.8h-113.4c-1.342-5.556-2.338-12.122-2.781-18.84l-0.019-0.36c-0.261-3.524-0.409-7.634-0.409-11.778 0-2.962 0.076-5.907 0.226-8.832l-0.017 0.41c-18.663 17.401-41.395 30.694-66.597 38.289l-1.203 0.311c-22.627 6.956-48.639 10.974-75.586 11l-0.014 0c-0.764 0.011-1.666 0.018-2.569 0.018-18.098 0-35.598-2.563-52.156-7.345l1.325 0.328c-15.991-4.512-29.851-12.090-41.545-22.122l0.145 0.122c-11.233-9.982-19.792-22.733-24.624-37.192l-0.176-0.608c-5.2-15.2-6.4-33.4-3.8-54.4s9.4-42.2 19.4-57.2c9.524-14.399 21.535-26.346 35.532-35.512l0.468-0.288c13.387-8.662 28.922-15.533 45.512-19.765l1.088-0.235c13.436-3.792 30.801-7.554 48.47-10.41l2.93-0.39c17-2.6 33.8-4.6 50.4-6.2 16.628-1.527 31.69-4.070 46.349-7.643l-2.149 0.443c13-3 23.6-7.6 31.6-13.6s12.6-15 13.6-26.4 0.8-21.8-2.4-28.8c-2.849-6.902-7.542-12.56-13.468-16.517l-0.132-0.083c-6.217-4.011-13.604-6.78-21.543-7.774l-0.257-0.026c-7.897-1.277-17-2.007-26.274-2.007-0.537 0-1.073 0.002-1.609 0.007l0.082-0.001c-22 0-40 4.6-53.8 14.2s-23 25.2-28 47.2h-111.8c4.8-26.2 14.2-48 27.8-65.4 13.475-16.978 29.89-30.968 48.574-41.377l0.826-0.423c18.192-10.038 39.297-17.806 61.619-22.175l1.381-0.225c20.488-4.162 44.053-6.563 68.171-6.6l0.029-0c21.8 0.005 43.239 1.532 64.222 4.479l-2.422-0.279c20.641 2.809 39.324 8.783 56.401 17.461l-1.001-0.461c15.909 8.108 28.858 20.031 37.967 34.601l0.233 0.399c9 15 12.2 34.8 9 59.6z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "grid": 16, - "tags": ["icon-alphanumeric"], + "tags": [ + "icon-alphanumeric" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -3494,13 +4195,21 @@ "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM783.6 783.6c-69.581 69.675-165.757 112.776-272 112.776-212.298 0-384.4-172.102-384.4-384.4s172.102-384.4 384.4-384.4c212.298 0 384.4 172.102 384.4 384.4 0 0.008-0 0.017-0 0.025l0-0.001c0.001 0.264 0.001 0.575 0.001 0.887 0 105.769-42.964 201.503-112.391 270.703l-0.010 0.010z", "M704 384l-128 128-192-192-192 192c0 176.731 143.269 320 320 320s320-143.269 320-320v0z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-image-telemetry"], + "tags": [ + "icon-image-telemetry" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -3510,13 +4219,23 @@ "M754 436.56c-14 41.44-37.48 100.8-69.2 148.36-38.56 57.78-82.32 87.080-130 87.080s-91.5-29.3-130-87.080c-31.72-47.56-55.14-106.92-69.2-148.36-30.88-90.96-63.14-134.98-78-146.54-14.94 11.56-47.2 55.58-78 146.54-14.38 41.44-37.8 100.8-69.6 148.36q-27.8 41.7-59.12 63.5c75.7 111.378 201.81 183.58 344.783 183.58 0.119 0 0.237-0 0.356-0l-0.019 0c229.76 0 416-186.24 416-416 0-0.071 0-0.156 0-0.24 0-39.119-5.396-76.977-15.484-112.871l0.704 2.931c-16.78 21.74-40.4 63.34-63.22 130.74z", "M921.56 334.62c4.098 24.449 6.44 52.617 6.44 81.332 0 0.017-0 0.034-0 0.051l0-0.003c0 0.095 0 0.208 0 0.32 0 282.593-229.087 511.68-511.68 511.68-0.113 0-0.225-0-0.338-0l0.018 0c-0.014 0-0.031 0-0.048 0-28.716 0-56.884-2.342-84.325-6.845l2.993 0.405c72.483 63.623 168.109 102.44 272.802 102.44 0.203 0 0.406-0 0.61-0l-0.031 0c229.76 0 416-186.24 416-416 0-0.172 0-0.375 0-0.578 0-104.692-38.817-200.319-102.844-273.271l0.404 0.47z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-telemetry-aggregate"], + "tags": [ + "icon-telemetry-aggregate" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -3524,13 +4243,19 @@ "paths": [ "M832 0h-640c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192zM267.64 896h-139.64v-448h139.64zM477.1 896h-139.64v-768h139.64zM686.54 896h-139.64v-320h139.64zM896 896h-139.64v-640h139.64z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-bar-graph"], + "tags": [ + "icon-bar-graph" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3540,13 +4265,23 @@ "M320 912l387.2 96.8v-896l-387.2-96.8v896z", "M259.2 0.8l-3.2-0.8-128 62.6c-70.4 34.42-128 120.2-128 190.6v640c0 70.4 57.6 99.82 128 65.4l128-62.6 3.2 0.8z" ], - "attrs": [{}, {}, {}], + "attrs": [ + {}, + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-map"], + "tags": [ + "icon-map" + ], "colorPermutations": { - "12552552551": [{}, {}, {}] + "12552552551": [ + {}, + {}, + {} + ] } }, { @@ -3555,13 +4290,21 @@ "M256 192v-64c0.215-70.606 57.394-127.785 127.979-128l0.021-0h256c70.606 0.215 127.785 57.394 128 127.979l0 0.021v64z", "M832 128v128h-640v-128c-105.6 0-192 86.4-192 192v512c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-512c0-105.6-86.4-192-192-192zM128 576v-128h256v128zM640 832h-384v-128h384zM896 832h-128v-128h128zM896 576h-384v-128h384z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "grid": 16, - "tags": ["icon-plan"], + "tags": [ + "icon-plan" + ], "isMulticolor": false, "isMulticolor2": false, "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } }, { @@ -3569,13 +4312,19 @@ "paths": [ "M896 0h-768c-70.606 0.215-127.785 57.394-128 127.979l-0 0.021v768c0.215 70.606 57.394 127.785 127.979 128l0.021 0h768c70.606-0.215 127.785-57.394 128-127.979l0-0.021v-768c-0.215-70.606-57.394-127.785-127.979-128l-0.021-0zM426.94 533.46c-8.054 15.864-24.249 26.545-42.938 26.545-7.823 0-15.209-1.871-21.734-5.191l0.273 0.126-154.54-77.28v-221.66c0-26.51 21.49-48 48-48s48 21.49 48 48v0 162.34l101.46 50.72c15.864 8.054 26.545 24.249 26.545 42.938 0 7.823-1.871 15.209-5.191 21.734l0.126-0.273zM896 896h-320v-128h320zM896 704h-320v-128h320zM896 512h-320v-128h320zM896 320h-320v-128h320z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-timelist"], + "tags": [ + "icon-timelist" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3583,13 +4332,19 @@ "paths": [ "M192 0c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192zM128 352c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM288 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM544 640c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM544 320c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM800 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" ], - "attrs": [{}], + "attrs": [ + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-plot-scatter"], + "tags": [ + "icon-plot-scatter" + ], "colorPermutations": { - "12552552551": [{}] + "12552552551": [ + {} + ] } }, { @@ -3598,21 +4353,39 @@ "M896 110.72c0-79.9-55.38-127.32-123.080-105.36l-772.92 250.64h896v-145.28z", "M896 320h-896v576c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-448c0-70.4-57.6-128-128-128zM256 832h-128v-128h128v128zM256 640h-128v-128h128v128zM896 832h-512v-128h512v128zM896 640h-512v-128h512v128z" ], - "attrs": [{}, {}], + "attrs": [ + {}, + {} + ], "isMulticolor": false, "isMulticolor2": false, "grid": 16, - "tags": ["icon-notebook-restricted"], + "tags": [ + "icon-notebook-restricted" + ], "colorPermutations": { - "12552552551": [{}, {}] + "12552552551": [ + {}, + {} + ] } } ], "invisible": false, "colorThemes": [ [ - [0, 0, 0, 1], - [255, 255, 255, 1] + [ + 0, + 0, + 0, + 1 + ], + [ + 255, + 255, + 255, + 1 + ] ] ], "colorThemeIdx": 0 @@ -3664,4 +4437,4 @@ } }, "uid": -1 -} +} \ No newline at end of file diff --git a/src/styles/fonts/Open-MCT-Symbols-16px.svg b/src/styles/fonts/Open-MCT-Symbols-16px.svg index 0db59f860e..7569c2052d 100644 --- a/src/styles/fonts/Open-MCT-Symbols-16px.svg +++ b/src/styles/fonts/Open-MCT-Symbols-16px.svg @@ -123,6 +123,8 @@ + + diff --git a/src/styles/fonts/Open-MCT-Symbols-16px.ttf b/src/styles/fonts/Open-MCT-Symbols-16px.ttf index ace20d91a7c494dabdddb59386cb24c45e7226c8..f1d920570e9e42d6db1b849d8cfcb8fc3808309b 100644 GIT binary patch delta 2352 zcma)8drVVT7(e%3T3%APJPKM`xP`W~#kTS&QVeK@^T5Z;+nwE== zmq8VP|HT7;J~0Sv=>$_93^v>^us5-lTAv%)=rWWMSmGr?gcZHun)P{oZ*X2vJHeW( z=QLO{O*nDdA6(>St$7Zt84=|(iHY3#fM=dNKP@ugHz<&_l#GT`F>dPM%(;?(Ss(*Q zb=Jq6e+IIA-iOFdVRl?O_;|v#0M-QM0QLv%1&o&ISuyVC)D(pF6|e0b7w9hltVPTY=Ln;iK@&upgQCI!Gz^ zD@Yv?p9Q-~BuOTO9;y)Nd_@*$lqr@-_NfqiKye&nTcVs2s|bvaMPZPMs64eQXEN$71)$-9!a_rzdSHnh}=^u4fc>#=Qsm zsECo+>AgA)wJVQ+!6l_f<|c_mOHa>FqVLA94@JsItRz$7s1x3VmJKEZL#CeL`JB|O z1=oP+Rb4}(OpST;sC5{K!y1OvnD<@v*HTqaq0nJX3#vvZV=1oWE{GUU479f>oyr9~ zuXdpea8kk=tv%540c~c8o2Us~C>?E2RntdWJfPl`hk(tgV*x#rE)y8_x(2{8-4={1 zjg>|30nVfzL##4TwSRc|AQ;WS0Kve+c=tlye;Ke6ecH!p&*H$}NyDmU_Hv_6;rB~c zL4WyR+E%Ng>x^H4klpIN7XjF-kPAxP@oxu@W zV8IM0EcZdKf|lH?OQPRfH-Q_wt%H%6R$yxB)kRxC(VlVHf81J_chG(tXje|T6lEnu5$NrlQ3&0?I0Y*h$wf2P zQ5tA-nWF<3V-B2pQ{EoHp*$SL;`}{*a8Z2#aL*Hog=7#rv?xOvuVLc&Sb4C5NfESq zgN4cFv+OwqOs0@6XyqVMW(pa0VCqvAF+!XW4_~f`kC(|KBIL4o{+Y-t^$Xo{i%hg-?md`Xc0g|5BEmh@d!Yy;NOQ4??j)Udyq7UIjHA|&eE~6Mn zpuZT8Zh}dm+L9HpYb(J~IbV_o=q>pc@S9~NfQsc+VCq_42*cnREVbftV?_y$#$EM= z(2&`mlF65D0&jHHW7J#SfC}sy@Z*_SvjPca`75&nKT!Sw2<#PR6u8#n^eZd701s9| zGkSND?$fLm#YP3nKf5auDs? zP{jgqrw%i^v~fSWDXT}%WA$4BO%33Hjy7QQwoMNs+(bsAiIOZJ8h8kgR>sjTXLai1 z#MsXpBJ=+w;nJ@VxgT|*0S^jS-?Xn!b^|W(l+&s>H6uqEeCWwW9c^~;G_o;RTCI&d zz3x&_OJl-ww2C2g%4Mc~P0Oj+w2aysqy1JgdZjTB_$9QU$tcNfV0p3WkG>}who)XL zq`8{3GHEb5I=MOdsh|-y3WtR=!YysSwqAQ6B`sw<)s=chm!bPezg|CPa2eh={GN6o zZPJ)%EH(BTM@_}1H%yaen|XKo;`E*A?u8dE4vW`nw{EkJ*yhL_ES&-LA{MK(IN;nsCyD41?z&=GWx?#n1bkm-rgm^`?UC4!>fROwGiZ>qc@;^NA z7xBjt&d;XlR&iz|#QnxenMJT!OMor#qq&4?1SCw545PzHII@ombNkqFfpzN>4FQ=4 zKl7kLDLCbTh+3y|U`_of$HZJ9n|dOfn)g%i8^_B?G%8baa=MQda@GRghj1YS$muEm zDa3i=BOUzDK|#m4O6q6#xpqKLTt4_4j@u9SG@(I6oKQ`O6$?QnI4l%WF^&AiMYtuw zF_Dyl(x>7t0XyRvV3@}di4pE!NcM;*0b{}n6Y_yEkno<^2@yjOF)gtRI6fZlCSHL1 zsU@$Ar4h#c&h@aurJsxaB$=oQVHc}4Y(-KY{^)L2TBdJrNmCq_0|n$1KSoL8@A5O9`9kJcfg&NxCtY($$I?neJv%oev+hYD2jARzfD`3IC z?6D?du?Mqp1t+s{ulD5BLdnTQ%Bsp`Y%a&RxI&q>Ajqd}zkpm0Em7C0*bnwbaN}6j zM|q|lm|Aw}nH`|$Sbaf=({wUHZV9+|aOqclR1x zp}?9OF}*h(*MV-zujHdV2T?Tadj4q$J-jvxD>zkvW`e?sg*U)m*awWsLfm>w(GcK7 z5w4G_2#hdsTO%NlCRhL|Wp~^|Y!jc|zDOrYruQ7=^pC6(0~dqH~0xARc=7SQ}xQ? zxUN>60Ku+mD+&gLH^}R|C>$vK*CU9(-j-J!b(uwb-pcYTp8} zZ`=Opcva98CDU!M2GOqVl^{C5y+!~;W*ufEs(%CB3^$$nq@55v{grcecalRyzU`MzOwy2Ab^gsGHV!RML(wxpxTI4j7 zWw%%*p%_1fIa~5Iq8PQ{!55=33w+AigJui1 zC2fCpO)5poY~@LnKsBH`udY)2)L*IRG#MI)=6%hi=8pDImO5)nXVQ)6@~ALrda!d(Zd$ zedm1V+^gR)?_Or&U#KoGCk%n7%Sa;dz4R1j-}abQ5g7g zH#w2^v$YDph-&%`o5+atHfzh5(kL08g>>_T6Xt<1rW3dz1tp{Ah>tJ=>O;EEAx0Ia z4TbCCFx-AF7*3Aid_+co%OjV^;TTB82&fN*y9?oNbJY-|K-K{`BFhDwlI;a-mYYLq z4#~m9J0+JhQcZqN^xjm&Fktj&*eSrV1r)GCi8!sa$VFlxnRHTPqK@!2p&kvcWCLwck#1@d8m(Ue?4!(VnFM*bF_dvTp>SK^BQ>_OSRk)f0XN1hts$tB$JGxa8 zm4N9?G=@%47XsF+@%xAxi<(xWbAe_Ma9lGCSRZ2p9E!Ok5A4T|*dCbA#O?uXj%$R7 z0r^DSTPV?b0W~@=RFp&vbbe6^{Z-eX#90P$5T_*B9KR1%=YD(`(DKeL;-qy+xCoQ; zi5GDqCS%gG$tDcXA>r9%Bx%)uDV6X5s+!YxplNd|@*Yj?3loWsSRli6sg2h0?I0cJ z`vC0*#1Vrlw64`Sn z?lyZtVz=P_ziOe$!Nyd}pzT840w=;h#0>!R@^q|aNBRfo&-y@O&cM0?-?f2nDegeV z4X|`uk<6SGm*cE00&BdKiN%L6J_UGo@j5`geYvy{*c9z{q?6!4XP*Na(L0pY!@$W( zq*cmP8k^k>ilOXt!40f(7Q_6AvqdgSJvHmx64bbtU>b1=CYY75A_o^&%)zFZ%efY` zyW;v0=A*f&^W|QHgj0EG$kUgPqN;-O&;X zD^cs@il``sT&I30sI>~YN+nll)vWMPsNTN4niXn#dutv};z<`^g9O$er5OB|u@poA z!$(fONkI_c3J4L6CRsr8Nggpk;lC*d%Hc{LN9?UB@j*bKTKObbDLps%kNhQqpZvX^ z$90BotH9yY6iMwMbx~8%E3m@1iz?v=CK5NTQR->KvL8TZFUCfhDZU;NI4U;jKu(uh z>0C)4>|)n)>4q98#qFLd-2(wam-Du=RUjKH!`4u(C*8)v?r53VLYaO=yvt!hMX zy@iapt~aOoc;Li%@*8_{Q4a9i;0pZ5>SFTvr=b30VW1A5fKL+^P^)aTLCc~3m8 z@kG)jkBSb!H_8I@#4zcP!=9uQZMF2%Jrr!te>kIVF z`uFq~QdXyoq-s*zQy=hpegpq9{|SG^u+-3OIGC26HfeMlzcOW;j+q z!StDoq>S>6fs8S0sddOYW6QGjXXa(@$P^cUVK1=z94^OJ$BC@SEFtStppJj|~S$z{fk#-o*X|fN`@a delta 2076 zcma)7ZA_C_6u!4_KPaG5ihv+5ZRvNRHKHI?q10M8bg1Ae(+vd6hbZF2F(wAzp<%`? zYV)nxyYjU1@?{m&Q zANQX3_Osjc?)NnH%`ILpp#*-7cS)Q$zDHz)GF6lMw9R;I$<^Y9n%0Aa&>NtPiAqAl z{SO_$N!!@~<-M>6e-c9S3&avd_#YfcNJNklP9RH&n%z?+v6Yf_inK_GyU(dv zo1|P$KrIp2O-VZKVvi)Y0s+G)sa68x9PFHfFqDED4&8`46-UB^3aAGiaf5D%6IdCS zyx^{hLwDU=)SV37g^3h{J;xmdw^Tqqx=R9gPr%(HZVMGyp|k<8Pnr+@#-zt#UL`Zi zi3_q0u~RZI369BRR6!$uaS<*)cwerjVDwaR1@KY~11wb{PAE+>f#^s!3ndzuBX*md zLO=;&-Ld(g9*q4+;eyB^h+Gx7510`V^Wv|=JRJYFLLFh;?_4wMUi1|(MT>VqMuEla z6yvZ<&k4ba#l0B$NJ5Pw1e6OLO(me~G?f$3r^0!U3X7Uh?E)-JJO((B*bC@W+W@=N zk7Yw}U2b+LsRh@CbU4GH2oV?Of&-n&z$C5wH;M!(;SZ>4 zmTy4QDh=j+QPZjrND47Q1m0s~720}W2ehq#b{%4$E>BKfQbI#)LYEsOkPHH!m4OZD zGgw|0-or@N1Hdo!gK`4r&k@#U$OWR`Pz@Ms+^dk!cPu+%4AR$`-Gujl*2FRvnokOC zx6myT(i!REI=L?9HDfJ@%wH(N5kV4$!#7$C&*tSY_eA}6T7Ch`S}P_qYsKRjw#8wM zquJPGu{l>@KAf`ykhhmSYl?b%5STOvZVo%35rbVTS}1%H>8wntVM!~SLD9AHx(qMM z#maJv!C6mkwJap|)J*QasHS!mh6${~05c+%uExU+tj4C8T|FMPyOZ}5tS{!HE}TCO z0ms&4VV>avq{<4t3mqINYyl$HiCx>~#Fm+H_5${-?NGu?A-0Z-l^2yL4ACY@hZPLkU6q3l1ErUR;j_S@~$9oX~( zaPG~I(e9;cH0UVl@E5h2M4_6hqr=sF*It)cY!0X$MQ*4$)ZCc08Cd z#9-;mDQHyd!;fytcNMU22cA+<<-4FBsXUJAvYoAfygixS-B|#1;;sq_w0t@#CgtKO zoq7%4gJ5~pJ7_&tjs8n_?*qKF8{9B=4dyUg^8j*~sBP2JU!T@hFIoFHi4$KwGC6&; z6Q4jFBXbc!HVVDlzQr8H&;gOz`Jx<{a%&_8X2w f$9~7X70aPI=x@?bekO}x6#pT`5g>T8!6*3_2zyyn diff --git a/src/ui/layout/AppLayout.vue b/src/ui/layout/AppLayout.vue index a80d4f0fd6..5cb2611c67 100644 --- a/src/ui/layout/AppLayout.vue +++ b/src/ui/layout/AppLayout.vue @@ -32,21 +32,25 @@ class="l-shell__head" :class="{ 'l-shell__head--expanded': headExpanded, - 'l-shell__head--minify-indicators': !headExpanded + 'l-shell__head--minify-indicators': !headExpanded, + 'l-shell__head--indicators-single-line': !indicatorsMultiline }" > - + + @@ -167,6 +171,8 @@