diff --git a/example/eventGenerator/bundle.js b/example/eventGenerator/bundle.js
index 2fb56947ec..af93177764 100644
--- a/example/eventGenerator/bundle.js
+++ b/example/eventGenerator/bundle.js
@@ -49,7 +49,7 @@ define([
{
"key": "eventGenerator",
"name": "Event Message Generator",
- "cssClass": "icon-folder-new",
+ "cssClass": "icon-generator-events",
"description": "For development use. Creates sample event message data that mimics a live data stream.",
"priority": 10,
"features": "creation",
diff --git a/example/generator/plugin.js b/example/generator/plugin.js
index 4075433d0b..b7026cf998 100644
--- a/example/generator/plugin.js
+++ b/example/generator/plugin.js
@@ -38,7 +38,7 @@ define([
openmct.types.addType("example.state-generator", {
name: "State Generator",
description: "For development use. Generates test enumerated telemetry by cycling through a given set of states",
- cssClass: "icon-telemetry",
+ cssClass: "icon-generator-telemetry",
creatable: true,
form: [
{
@@ -66,7 +66,7 @@ define([
openmct.types.addType("generator", {
name: "Sine Wave Generator",
description: "For development use. Generates example streaming telemetry data using a simple sine wave algorithm.",
- cssClass: "icon-telemetry",
+ cssClass: "icon-generator-telemetry",
creatable: true,
form: [
{
diff --git a/src/styles-new/_constants.scss b/src/styles-new/_constants.scss
index 758948241f..4586a4a01e 100644
--- a/src/styles-new/_constants.scss
+++ b/src/styles-new/_constants.scss
@@ -69,118 +69,122 @@ $progressBarMinH: 6px;
/************************** GLYPH CHAR UNICODES */
$glyph-icon-alert-rect: '\e900';
$glyph-icon-alert-triangle: '\e901';
-$glyph-icon-arrow-down: '\e902';
-$glyph-icon-arrow-left: '\e903';
-$glyph-icon-arrow-right: '\e904';
-$glyph-icon-arrow-double-up: '\e905';
-$glyph-icon-arrow-tall-up: '\e906';
-$glyph-icon-arrow-tall-down: '\e907';
+$glyph-icon-arrow-up: '\e902';
+$glyph-icon-arrow-double-up: '\e903';
+$glyph-icon-arrow-tall-up: '\e904';
+$glyph-icon-arrow-right: '\e905';
+$glyph-icon-arrow-right-equilateral: '\e906';
+$glyph-icon-arrow-down: '\e907';
$glyph-icon-arrow-double-down: '\e908';
-$glyph-icon-arrow-up: '\e909';
-$glyph-icon-asterisk: '\e910';
-$glyph-icon-bell: '\e911';
-$glyph-icon-box: '\e912';
-$glyph-icon-box-with-arrow: '\e913';
-$glyph-icon-check: '\e914';
-$glyph-icon-connectivity: '\e915';
-$glyph-icon-database-in-brackets: '\e916';
-$glyph-icon-eye-open: '\e917';
-$glyph-icon-gear: '\e918';
-$glyph-icon-hourglass: '\e919';
-$glyph-icon-info: '\e920';
-$glyph-icon-link: '\e921';
-$glyph-icon-lock: '\e922';
-$glyph-icon-minus: '\e923';
-$glyph-icon-people: '\e924';
-$glyph-icon-person: '\e925';
-$glyph-icon-plus: '\e926';
-$glyph-icon-trash: '\e927';
-$glyph-icon-x: '\e928';
-$glyph-icon-brackets: '\e929';
-$glyph-icon-crosshair: '\e930';
-$glyph-icon-grippy: '\e931';
-$glyph-icon-arrow-right-equilateral: '\e932';
-$glyph-icon-arrows-out: '\e1000';
-$glyph-icon-arrows-right-left: '\e1001';
-$glyph-icon-arrows-up-down: '\e1002';
-$glyph-icon-bullet: '\e1004';
-$glyph-icon-calendar: '\e1005';
-$glyph-icon-chain-links: '\e1006';
-$glyph-icon-collapse-pane-left: '\e1007';
-$glyph-icon-collapse-pane-right: '\e1008';
-$glyph-icon-download: '\e1009';
-$glyph-icon-duplicate: '\e1010';
-$glyph-icon-folder-new: '\e1011';
-$glyph-icon-fullscreen-collapse: '\e1012';
-$glyph-icon-fullscreen-expand: '\e1013';
-$glyph-icon-layers: '\e1014';
-$glyph-icon-line-horz: '\e1015';
-$glyph-icon-magnify: '\e1016';
-$glyph-icon-magnify-in: '\e1017';
-$glyph-icon-magnify-out: '\e1018';
-$glyph-icon-menu-hamburger: '\e1019';
-$glyph-icon-move: '\e1020';
-$glyph-icon-new-window: '\e1021';
-$glyph-icon-paint-bucket: '\e1022';
-$glyph-icon-pause: '\e1023';
-$glyph-icon-pencil: '\e1024';
-$glyph-icon-play: '\e1025';
-$glyph-icon-plot-resource: '\e1026';
-$glyph-icon-pointer-left: '\e1027';
-$glyph-icon-pointer-right: '\e1028';
-$glyph-icon-refresh: '\e1029';
-$glyph-icon-save: '\e1030';
-$glyph-icon-sine: '\e1031';
-$glyph-icon-font: '\e1032';
-$glyph-icon-thumbs-strip: '\e1033';
-$glyph-icon-two-parts-both: '\e1034';
-$glyph-icon-two-parts-one-only: '\e1035';
-$glyph-icon-resync: '\e1036';
-$glyph-icon-reset: '\e1037';
-$glyph-icon-x-in-circle: '\e1038';
-$glyph-icon-brightness: '\e1039';
-$glyph-icon-contrast: '\e1040';
-$glyph-icon-expand: '\e1041';
-$glyph-icon-list-view: '\e1042';
-$glyph-icon-grid-snap-to: '\e1043';
-$glyph-icon-grid-snap-no: '\e1044';
-$glyph-icon-frame-show: '\e1045';
-$glyph-icon-frame-hide: '\e1046';
-$glyph-icon-import: '\e1047';
-$glyph-icon-export: '\e1048';
-$glyph-icon-font-size: '\e1049';
-$glyph-icon-activity: '\e1100';
-$glyph-icon-activity-mode: '\e1101';
-$glyph-icon-autoflow-tabular: '\e1102';
-$glyph-icon-clock: '\e1103';
-$glyph-icon-database: '\e1104';
-$glyph-icon-database-query: '\e1105';
-$glyph-icon-dataset: '\e1106';
-$glyph-icon-datatable: '\e1107';
-$glyph-icon-dictionary: '\e1108';
-$glyph-icon-folder: '\e1109';
-$glyph-icon-image: '\e1110';
-$glyph-icon-layout: '\e1111';
-$glyph-icon-object: '\e1112';
-$glyph-icon-object-unknown: '\e1113';
-$glyph-icon-packet: '\e1114';
-$glyph-icon-page: '\e1115';
-$glyph-icon-plot-overlay: '\e1116';
-$glyph-icon-plot-stacked: '\e1117';
-$glyph-icon-session: '\e1118';
-$glyph-icon-tabular: '\e1119';
-$glyph-icon-tabular-lad: '\e1120';
-$glyph-icon-tabular-lad-set: '\e1121';
-$glyph-icon-tabular-realtime: '\e1122';
-$glyph-icon-tabular-scrolling: '\e1123';
-$glyph-icon-telemetry: '\e1124';
-$glyph-icon-telemetry-panel: '\e1125';
-$glyph-icon-timeline: '\e1126';
-$glyph-icon-timer: '\e1127';
-$glyph-icon-topic: '\e1128';
-$glyph-icon-box-with-dashed-lines: '\e1129';
-$glyph-icon-summary-widget: '\e1130';
-$glyph-icon-notebook: '\e1131';
+$glyph-icon-arrow-tall-down: '\e909';
+$glyph-icon-arrow-left: '\e90a';
+$glyph-icon-asterisk: '\e90b';
+$glyph-icon-bell: '\e90c';
+$glyph-icon-box-round-corners: '\e90d';
+$glyph-icon-box-with-arrow: '\e90e';
+$glyph-icon-check: '\e90f';
+$glyph-icon-connectivity: '\e910';
+$glyph-icon-database-in-brackets: '\e911';
+$glyph-icon-eye-open: '\e912';
+$glyph-icon-gear: '\e913';
+$glyph-icon-hourglass: '\e914';
+$glyph-icon-info: '\e915';
+$glyph-icon-link: '\e916';
+$glyph-icon-lock: '\e917';
+$glyph-icon-minus: '\e918';
+$glyph-icon-people: '\e919';
+$glyph-icon-person: '\e91a';
+$glyph-icon-plus: '\e91b';
+$glyph-icon-trash: '\e91c';
+$glyph-icon-x: '\e91d';
+$glyph-icon-brackets: '\e91e';
+$glyph-icon-crosshair: '\e91f';
+$glyph-icon-grippy: '\e920';
+$glyph-icon-grid: '\e921';
+$glyph-icon-grippy-ew: '\e922';
+$glyph-icon-arrows-right-left: '\ea00';
+$glyph-icon-arrows-up-down: '\ea01';
+$glyph-icon-bullet: '\ea02';
+$glyph-icon-calendar: '\ea03';
+$glyph-icon-chain-links: '\ea04';
+$glyph-icon-download: '\ea05';
+$glyph-icon-duplicate: '\ea06';
+$glyph-icon-folder-new: '\ea07';
+$glyph-icon-fullscreen-collapse: '\ea08';
+$glyph-icon-fullscreen-expand: '\ea09';
+$glyph-icon-layers: '\ea0a';
+$glyph-icon-line-horz: '\ea0b';
+$glyph-icon-magnify: '\ea0c';
+$glyph-icon-magnify-in: '\ea0d';
+$glyph-icon-magnify-out: '\ea0e';
+$glyph-icon-menu-hamburger: '\ea0f';
+$glyph-icon-move: '\ea10';
+$glyph-icon-new-window: '\ea11';
+$glyph-icon-paint-bucket: '\ea12';
+$glyph-icon-pencil: '\ea13';
+$glyph-icon-pencil-in-brackets: '\ea14';
+$glyph-icon-play: '\ea15';
+$glyph-icon-pause: '\ea16';
+$glyph-icon-plot-resource: '\ea17';
+$glyph-icon-pointer-left: '\ea18';
+$glyph-icon-pointer-right: '\ea19';
+$glyph-icon-refresh: '\ea1a';
+$glyph-icon-save: '\ea1b';
+$glyph-icon-save-as: '\ea1c';
+$glyph-icon-sine: '\ea1d';
+$glyph-icon-font: '\ea1e';
+$glyph-icon-thumbs-strip: '\ea1f';
+$glyph-icon-two-parts-both: '\ea20';
+$glyph-icon-two-parts-one-only: '\ea21';
+$glyph-icon-resync: '\ea22';
+$glyph-icon-reset: '\ea23';
+$glyph-icon-x-in-circle: '\ea24';
+$glyph-icon-brightness: '\ea25';
+$glyph-icon-contrast: '\ea26';
+$glyph-icon-expand: '\ea27';
+$glyph-icon-list-view: '\ea28';
+$glyph-icon-grid-snap-to: '\ea29';
+$glyph-icon-grid-snap-no: '\ea2a';
+$glyph-icon-frame-show: '\ea2b';
+$glyph-icon-frame-hide: '\ea2c';
+$glyph-icon-import: '\ea2d';
+$glyph-icon-export: '\ea2e';
+$glyph-icon-font-size: '\ea2f';
+$glyph-icon-activity: '\eb00';
+$glyph-icon-activity-mode: '\eb01';
+$glyph-icon-autoflow-tabular: '\eb02';
+$glyph-icon-clock: '\eb03';
+$glyph-icon-database: '\eb04';
+$glyph-icon-database-query: '\eb05';
+$glyph-icon-dataset: '\eb06';
+$glyph-icon-datatable: '\eb07';
+$glyph-icon-dictionary: '\eb08';
+$glyph-icon-folder: '\eb09';
+$glyph-icon-image: '\eb0a';
+$glyph-icon-layout: '\eb0b';
+$glyph-icon-object: '\eb0c';
+$glyph-icon-object-unknown: '\eb0d';
+$glyph-icon-packet: '\eb0e';
+$glyph-icon-page: '\eb0f';
+$glyph-icon-plot-overlay: '\eb10';
+$glyph-icon-plot-stacked: '\eb11';
+$glyph-icon-session: '\eb12';
+$glyph-icon-tabular: '\eb13';
+$glyph-icon-tabular-lad: '\eb14';
+$glyph-icon-tabular-lad-set: '\eb15';
+$glyph-icon-tabular-realtime: '\eb16';
+$glyph-icon-tabular-scrolling: '\eb17';
+$glyph-icon-telemetry: '\eb18';
+$glyph-icon-timeline: '\eb19';
+$glyph-icon-timer: '\eb1a';
+$glyph-icon-topic: '\eb1b';
+$glyph-icon-box-with-dashed-lines: '\eb1c';
+$glyph-icon-summary-widget: '\eb1d';
+$glyph-icon-notebook: '\eb1e';
+$glyph-icon-tabs-view: '\eb1f';
+$glyph-icon-flexible-layout: '\eb20';
+$glyph-icon-generator-telemetry: '\eb21';
+$glyph-icon-generator-events: '\eb22';
/************************** GLYPHS AS DATA URI */
// Only objects have been converted, for use in Create menu and folder views
@@ -191,6 +195,9 @@ $bg-icon-info: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3
$bg-icon-activity: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M288 32H160l160 160H174.872C152.74 153.742 111.377 128 64 128H0v256h64c47.377 0 88.74-25.742 110.872-64H320L160 480h128l224-224L288 32z'/%3e%3c/svg%3e");
$bg-icon-activity-mode: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M256 0C148.6 0 56.6 66.2 18.6 160H64c28.4 0 54 12.4 71.5 32H256l-96-96h128l160 160-160 160H160l96-96H135.5C118 339.6 92.4 352 64 352H18.6c38 93.8 129.9 160 237.4 160 141.4 0 256-114.6 256-256S397.4 0 256 0z'/%3e%3c/svg%3e");
$bg-icon-autoflow-tabular: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M96 0C43.2 0 0 43.2 0 96v320c0 52.8 43.2 96 96 96h32V0H96zM192 0h128v512H192zM416 0h-32v352h128V96c0-52.8-43.2-96-96-96z'/%3e%3c/svg%3e");
+$bg-icon-plus: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M480,192H320V32A32.1,32.1,0,0,0,288,0H224a32.1,32.1,0,0,0-32,32V192H32A32.1,32.1,0,0,0,0,224v64a32.1,32.1,0,0,0,32,32H192V480a32.1,32.1,0,0,0,32,32h64a32.1,32.1,0,0,0,32-32V320H480a32.1,32.1,0,0,0,32-32V224A32.1,32.1,0,0,0,480,192Z' transform='translate(0)'/%3e%3c/svg%3e");
+$bg-icon-grippy-ew: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M416 0v512h-64V0zM288 0v512h-64V0zM160 0v512H96V0z'/%3e%3c/svg%3e");
+$bg-icon-chain-links: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M479.2 32.8C457.3 10.9 428.7 0 400 0c-28.7 0-57.3 10.9-79.2 32.8l-64 64c-37 37-42.7 93.5-17 136.5l-6.4 6.4C215.7 229.3 195.9 224 176 224c-28.7 0-57.3 10.9-79.2 32.8l-64 64c-43.7 43.7-43.7 114.7 0 158.4C54.7 501.1 83.3 512 112 512c28.7 0 57.3-10.9 79.2-32.8l64-64c37-37 42.7-93.5 17-136.5l6.4-6.4c17.6 10.5 37.5 15.8 57.3 15.8 28.7 0 57.3-10.9 79.2-32.8l64-64c43.8-43.8 43.8-114.8.1-158.5zM209.9 369.9l-64 64c-9 9.1-21.1 14.1-33.9 14.1-12.8 0-24.9-5-33.9-14.1-18.7-18.7-18.7-49.2 0-67.9l64-64c9.1-9.1 21.1-14.1 33.9-14.1 2.8 0 5.6.3 8.4.7l-27.8 27.8c-5.2 5.2-8.1 12.1-8.1 19.4s2.9 14.3 8.1 19.4c5.2 5.2 12.1 8.1 19.4 8.1s14.3-2.9 19.4-8.1l27.8-27.8c2.7 15.2-1.8 31.1-13.3 42.5zm224-224l-64 64c-9 9.1-21.1 14.1-33.9 14.1-2.8 0-5.6-.3-8.4-.7l27.8-27.8c5.2-5.2 8.1-12.1 8.1-19.4s-2.9-14.3-8.1-19.4c-5.2-5.2-12.1-8.1-19.4-8.1s-14.3 2.9-19.4 8.1l-27.8 27.8c-2.6-14.9 1.8-30.8 13.3-42.3l64-64C375.1 69 387.2 64 400 64s24.9 5 33.9 14.1c18.8 18.7 18.8 49.1 0 67.8z'/%3e%3c/svg%3e");
$bg-icon-clock: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm135 345c-6.4 11.1-18.3 18-31.2 18-6.3 0-12.5-1.7-18-4.8l-110.9-64-.1-.1c-.4-.2-.8-.5-1.2-.7l-.4-.3-.9-.6-.6-.5-.6-.5-.9-.7-.3-.3c-.4-.3-.7-.6-1.1-.9-2.5-2.3-4.7-5-6.5-7.9-.1-.2-.3-.5-.4-.7s-.3-.5-.4-.7c-1.6-3-2.9-6.2-3.6-9.6v-.1c-.1-.5-.2-.9-.3-1.4 0-.1 0-.3-.1-.4-.1-.3-.1-.7-.1-1.1s-.1-.5-.1-.8 0-.5-.1-.8-.1-.8-.1-1.1v-.5-1.4V81c0-19.9 16.1-36 36-36s36 16.1 36 36v161.2l92.9 53.6c17.1 10 22.9 32 13 49.2z'/%3e%3c/svg%3e");
$bg-icon-database: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M256 256C114.615 256 0 213.019 0 160v256c0 53.019 114.615 96 256 96s256-42.981 256-96V160c0 53.019-114.615 96-256 96z'/%3e%3cellipse fill='%23000000' cx='256' cy='96' rx='256' ry='96'/%3e%3c/svg%3e");
$bg-icon-database-query: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M341.76 409.643C316.369 423.871 287.118 432 256 432c-97.047 0-176-78.953-176-176S158.953 80 256 80s176 78.953 176 176c0 31.118-8.129 60.369-22.357 85.76l95.846 95.846C509.747 430.661 512 423.429 512 416V96c0-53.019-114.615-96-256-96S0 42.981 0 96v320c0 53.019 114.615 96 256 96 63.055 0 120.774-8.554 165.388-22.73l-79.628-79.627z'/%3e%3cpath fill='%23000000' d='M176 256c0 44.112 35.888 80 80 80s80-35.888 80-80-35.888-80-80-80-80 35.888-80 80z'/%3e%3c/svg%3e");
@@ -218,4 +225,8 @@ $bg-icon-timer: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w
$bg-icon-topic: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M227.18 238.32l43.15-43.15a25.18 25.18 0 0 1 35.36 0l43.15 43.15a94.42 94.42 0 0 0 35.18 22.25V174.5l-28.82-28.82a95.11 95.11 0 0 0-134.35 0l-43.15 43.15a25.18 25.18 0 0 1-35.36 0L128 174.5v86.07a95.11 95.11 0 0 0 99.18-22.25z'/%3e%3cpath fill='%23000000' d='M252.82 273.68l-43.15 43.15a25.18 25.18 0 0 1-35.36 0l-43.15-43.15c-1-1-2.1-2-3.18-3v98.68a95.11 95.11 0 0 0 131.18-3l43.15-43.15a25.18 25.18 0 0 1 35.36 0l43.15 43.15c1 1 2.1 2 3.18 3v-98.68a95.11 95.11 0 0 0-131.18 3z'/%3e%3cpath fill='%23000000' d='M416 0h-64v96h63.83l.17.17v319.66l-.17.17H352v96h64c52.8 0 96-43.2 96-96V96c0-52.8-43.2-96-96-96zM160 416H96.17l-.17-.17V96.17l.17-.17H160V0H96C43.2 0 0 43.2 0 96v320c0 52.8 43.2 96 96 96h64v-96z'/%3e%3c/svg%3e");
$bg-icon-box-with-dashed-lines: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M0 192h64v128H0zM64 64.11l.11-.11H160V0H64A64.19 64.19 0 0 0 0 64v96h64V64.11zM64 447.89V352H0v96a64.19 64.19 0 0 0 64 64h96v-64H64.11zM192 0h128v64H192zM448 447.89l-.11.11H352v64h96a64.19 64.19 0 0 0 64-64v-96h-64v95.89zM448 0h-96v64h95.89l.11.11V160h64V64a64.19 64.19 0 0 0-64-64zM448 192h64v128h-64zM192 448h128v64H192zM128 128h256v256H128z'/%3e%3c/svg%3e");
$bg-icon-summary-widget: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M448 0H64C28.8 0 0 28.8 0 64v384c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V64c0-35.2-28.8-64-64-64zm-24.1 305.2l-41.3 71.6-94.8-65.8 9.6 115h-82.7l9.6-115-94.8 65.8-41.3-71.6L192.5 256 88.1 206.8l41.3-71.6 94.8 65.8-9.6-115h82.7l-9.6 115 94.8-65.8 41.3 71.6L319.5 256l104.4 49.2z'/%3e%3c/svg%3e");
-$bg-icon-notebook: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M448 55.4c0-39.9-27.7-63.7-61.5-52.7L0 128h448V55.4zM448 160H0v288c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V224c0-35.2-28.8-64-64-64zm-32 256H224V256h192v160z'/%3e%3c/svg%3e");
\ No newline at end of file
+$bg-icon-notebook: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M448 55.4c0-39.9-27.7-63.7-61.5-52.7L0 128h448V55.4zM448 160H0v288c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V224c0-35.2-28.8-64-64-64zm-32 256H224V256h192v160z'/%3e%3c/svg%3e");
+$bg-icon-tabs-view: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M0 448a64.2 64.2 0 0 0 64 64h384a64.2 64.2 0 0 0 64-64V144H256L230.9 31.2C227.1 14.1 209.6 0 192 0H64A64.2 64.2 0 0 0 0 64zm416-64H96V256h320z'/%3e%3cpath d='M240 0c17.6 0 35.1 14.1 38.9 31.2l18 80.8H512V64a64.2 64.2 0 0 0-64-64z'/%3e%3c/svg%3e");
+$bg-icon-flexible-layout: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M0 416c0 52.8 43.2 96 96 96h32V224H0zM0 96v64h128V0H96C43.2 0 0 43.2 0 96zM384 512h32c52.8 0 96-43.2 96-96v-64H384zM192 0h128v512H192zM416 0h-32v288h128V96c0-52.8-43.2-96-96-96z'/%3e%3c/svg%3e");
+$bg-icon-generator-telemetry: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M76 236.9c5.4-2.1 20.4-17.8 34.9-54.7C126.8 141.5 154.5 93 196 93c19.7 0 38 10.9 54.6 32.5 14 18.2 24.4 40.8 30.5 56.7 14.5 36.9 29.5 52.6 34.9 54.7 5.4-2.1 20.4-17.8 34.9-54.7S388 104.5 421.7 95A192 192 0 0 0 256 0C150 0 64 86 64 192a197.2 197.2 0 0 0 3.7 37.9c3.6 4 6.5 6.3 8.3 7zM442.3 238.5A192.9 192.9 0 0 0 448 192a197.2 197.2 0 0 0-3.7-37.9c-3.6-4-6.5-6.3-8.3-7-5.4 2.1-20.4 17.8-34.9 54.7-10.9 27.9-27.3 59.5-50 76.6z'/%3e%3cpath d='M256 320l67.5-29.5a60.3 60.3 0 0 1-7.5.5c-19.7 0-38-10.9-54.6-32.5-14-18.2-24.4-40.8-30.5-56.7-14.5-36.9-29.5-52.6-34.9-54.7-5.4 2.1-20.4 17.8-34.9 54.7-8.2 21.1-19.6 44.2-34.4 61.6z'/%3e%3cpath d='M512 240L256 352 0 240v160l256 112 256-112V240z'/%3e%3c/svg%3e");
+$bg-icon-generator-events: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M160 96h192v32H160zM160 224h192v32H160zM160 160h160v32H160z'/%3e%3cpath d='M128 64.1h256V264l64-28V64a64.2 64.2 0 0 0-64-64H128a64.2 64.2 0 0 0-64 64v172l64 28zM329.1 288H182.9l73.1 32 73.1-32z'/%3e%3cpath d='M256 352L0 240v160l256 112 256-112V240L256 352z'/%3e%3c/svg%3e");
diff --git a/src/styles-new/_global.scss b/src/styles-new/_global.scss
index 2d40142acc..f3d8cd805f 100644
--- a/src/styles-new/_global.scss
+++ b/src/styles-new/_global.scss
@@ -22,23 +22,17 @@
/************************** FONTS */
@font-face {
- /*
- * Use https://icomoon.io/app with icomoon-project-openmct-symbols-16px.json to generate font files
- */
+ // Use https://icomoon.io/app with `Icomoon.Open MCT Symbols 2018.json` to generate font files
font-family: 'symbolsfont';
- src: url($dirFonts + 'openmct-symbols-16px.eot');
- src: url($dirFonts + 'openmct-symbols-16px.eot?#iefix') format('embedded-opentype'),
- url($dirFonts + 'openmct-symbols-16px.woff') format('woff'),
- url($dirFonts + 'openmct-symbols-16px.ttf') format('truetype'),
- url($dirFonts + 'openmct-symbols-16px.svg') format('svg');
+ src: url($dirFonts + 'Open-MCT-Symbols-16px.woff') format('woff'),
+ url($dirFonts + 'Open-MCT-Symbols-16px.ttf') format('truetype'),
+ url($dirFonts + 'Open-MCT-Symbols-16px.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
- /*
- * Use https://icomoon.io/app with icomoon-project-openmct-symbols-12px.json to generate font files
- */
+ // Use https://icomoon.io/app with icomoon-project-openmct-symbols-12px.json to generate font files
font-family: 'symbolsfont-12px';
src: url($dirFonts + 'openmct-symbols-12px.eot');
src: url($dirFonts + 'openmct-symbols-12px.eot?#iefix') format('embedded-opentype'),
diff --git a/src/styles-new/_glyphs.scss b/src/styles-new/_glyphs.scss
index 33abd51bdf..87ede92b4b 100644
--- a/src/styles-new/_glyphs.scss
+++ b/src/styles-new/_glyphs.scss
@@ -23,17 +23,18 @@
/************************** 16 PX CLASSES */
.icon-alert-rect { @include glyphBefore($glyph-icon-alert-rect); }
.icon-alert-triangle { @include glyphBefore($glyph-icon-alert-triangle); }
-.icon-arrow-down { @include glyphBefore($glyph-icon-arrow-down); }
-.icon-arrow-left { @include glyphBefore($glyph-icon-arrow-left); }
-.icon-arrow-right { @include glyphBefore($glyph-icon-arrow-right); }
+.icon-arrow-up { @include glyphBefore($glyph-icon-arrow-up); }
.icon-arrow-double-up { @include glyphBefore($glyph-icon-arrow-double-up); }
.icon-arrow-tall-up { @include glyphBefore($glyph-icon-arrow-tall-up); }
-.icon-arrow-tall-down { @include glyphBefore($glyph-icon-arrow-tall-down); }
+.icon-arrow-right { @include glyphBefore($glyph-icon-arrow-right); }
+.icon-arrow-right-equilateral { @include glyphBefore($glyph-icon-arrow-right-equilateral); }
+.icon-arrow-down { @include glyphBefore($glyph-icon-arrow-down); }
.icon-arrow-double-down { @include glyphBefore($glyph-icon-arrow-double-down); }
-.icon-arrow-up { @include glyphBefore($glyph-icon-arrow-up); }
+.icon-arrow-tall-down { @include glyphBefore($glyph-icon-arrow-tall-down); }
+.icon-arrow-left { @include glyphBefore($glyph-icon-arrow-left); }
.icon-asterisk { @include glyphBefore($glyph-icon-asterisk); }
.icon-bell { @include glyphBefore($glyph-icon-bell); }
-.icon-box { @include glyphBefore($glyph-icon-box); }
+.icon-box-round-corners { @include glyphBefore($glyph-icon-box-round-corners); }
.icon-box-with-arrow { @include glyphBefore($glyph-icon-box-with-arrow); }
.icon-check { @include glyphBefore($glyph-icon-check); }
.icon-connectivity { @include glyphBefore($glyph-icon-connectivity); }
@@ -53,15 +54,13 @@
.icon-brackets { @include glyphBefore($glyph-icon-brackets); }
.icon-crosshair { @include glyphBefore($glyph-icon-crosshair); }
.icon-grippy { @include glyphBefore($glyph-icon-grippy); }
-.icon-arrow-right-equilateral { @include glyphBefore($glyph-icon-arrow-right-equilateral); }
-.icon-arrows-out { @include glyphBefore($glyph-icon-arrows-out); }
+.icon-grid { @include glyphBefore($glyph-icon-grid); }
+.icon-grippy-ew { @include glyphBefore($glyph-icon-grippy-ew); }
.icon-arrows-right-left { @include glyphBefore($glyph-icon-arrows-right-left); }
.icon-arrows-up-down { @include glyphBefore($glyph-icon-arrows-up-down); }
.icon-bullet { @include glyphBefore($glyph-icon-bullet); }
.icon-calendar { @include glyphBefore($glyph-icon-calendar); }
.icon-chain-links { @include glyphBefore($glyph-icon-chain-links); }
-.icon-collapse-pane-left { @include glyphBefore($glyph-icon-collapse-pane-left); }
-.icon-collapse-pane-right { @include glyphBefore($glyph-icon-collapse-pane-right); }
.icon-download { @include glyphBefore($glyph-icon-download); }
.icon-duplicate { @include glyphBefore($glyph-icon-duplicate); }
.icon-folder-new { @include glyphBefore($glyph-icon-folder-new); }
@@ -76,14 +75,16 @@
.icon-move { @include glyphBefore($glyph-icon-move); }
.icon-new-window { @include glyphBefore($glyph-icon-new-window); }
.icon-paint-bucket { @include glyphBefore($glyph-icon-paint-bucket); }
-.icon-pause { @include glyphBefore($glyph-icon-pause); }
.icon-pencil { @include glyphBefore($glyph-icon-pencil); }
+.icon-pencil-in-brackets { @include glyphBefore($glyph-icon-pencil-in-brackets); }
.icon-play { @include glyphBefore($glyph-icon-play); }
+.icon-pause { @include glyphBefore($glyph-icon-pause); }
.icon-plot-resource { @include glyphBefore($glyph-icon-plot-resource); }
.icon-pointer-left { @include glyphBefore($glyph-icon-pointer-left); }
.icon-pointer-right { @include glyphBefore($glyph-icon-pointer-right); }
.icon-refresh { @include glyphBefore($glyph-icon-refresh); }
.icon-save { @include glyphBefore($glyph-icon-save); }
+.icon-save-as { @include glyphBefore($glyph-icon-save-as); }
.icon-sine { @include glyphBefore($glyph-icon-sine); }
.icon-font { @include glyphBefore($glyph-icon-font); }
.icon-thumbs-strip { @include glyphBefore($glyph-icon-thumbs-strip); }
@@ -128,15 +129,19 @@
.icon-tabular-realtime { @include glyphBefore($glyph-icon-tabular-realtime); }
.icon-tabular-scrolling { @include glyphBefore($glyph-icon-tabular-scrolling); }
.icon-telemetry { @include glyphBefore($glyph-icon-telemetry); }
-.icon-telemetry-panel { @include glyphBefore($glyph-icon-telemetry-panel); }
.icon-timeline { @include glyphBefore($glyph-icon-timeline); }
.icon-timer { @include glyphBefore($glyph-icon-timer); }
.icon-topic { @include glyphBefore($glyph-icon-topic); }
.icon-box-with-dashed-lines { @include glyphBefore($glyph-icon-box-with-dashed-lines); }
.icon-summary-widget { @include glyphBefore($glyph-icon-summary-widget); }
.icon-notebook { @include glyphBefore($glyph-icon-notebook); }
+.icon-tabs-view { @include glyphBefore($glyph-icon-tabs-view); }
+.icon-flexible-layout { @include glyphBefore($glyph-icon-flexible-layout); }
+.icon-generator-telemetry { @include glyphBefore($glyph-icon-generator-telemetry); }
+.icon-generator-events { @include glyphBefore($glyph-icon-generator-events); }
/************************** 12 PX CLASSES */
+// TODO: sync with 16px redo as of 10/25/18
.icon-crosshair-12px { @include glyphBefore($glyph-icon-crosshair,'symbolsfont-12px'); }
.icon-folder-12px { @include glyphBefore($glyph-icon-folder,'symbolsfont-12px'); }
.icon-list-view-12px { @include glyphBefore($glyph-icon-list-view,'symbolsfont-12px'); }
@@ -150,6 +155,9 @@
.bg-icon-activity { @include glyphBg($bg-icon-activity); }
.bg-icon-activity-mode { @include glyphBg($bg-icon-activity-mode); }
.bg-icon-autoflow-tabular { @include glyphBg($bg-icon-autoflow-tabular); }
+.bg-icon-plus { @include glyphBg($bg-icon-plus); }
+.bg-icon-grippy-ew { @include glyphBg($bg-icon-grippy-ew); }
+.bg-icon-chain-links { @include glyphBg($bg-icon-chain-links); }
.bg-icon-clock { @include glyphBg($bg-icon-clock); }
.bg-icon-database { @include glyphBg($bg-icon-database); }
.bg-icon-database-query { @include glyphBg($bg-icon-database-query); }
@@ -178,3 +186,7 @@
.bg-icon-box-with-dashed-lines { @include glyphBg($bg-icon-box-with-dashed-lines); }
.bg-icon-summary-widget { @include glyphBg($bg-icon-summary-widget); }
.bg-icon-notebook { @include glyphBg($bg-icon-notebook); }
+.bg-icon-tabs-view { @include glyphBg($bg-icon-tabs-view); }
+.bg-icon-flexible-layout { @include glyphBg($bg-icon-flexible-layout); }
+.bg-icon-generator-telemetry { @include glyphBg($bg-icon-generator-telemetry); }
+.bg-icon-generator-events { @include glyphBg($bg-icon-generator-events); }
diff --git a/src/styles-new/fonts/icomoon-project-openmct-symbols-16px.json b/src/styles-new/fonts/Icomoon.Open MCT Symbols 2018.json
similarity index 56%
rename from src/styles-new/fonts/icomoon-project-openmct-symbols-16px.json
rename to src/styles-new/fonts/Icomoon.Open MCT Symbols 2018.json
index f092dac961..ce99b51280 100644
--- a/src/styles-new/fonts/icomoon-project-openmct-symbols-16px.json
+++ b/src/styles-new/fonts/Icomoon.Open MCT Symbols 2018.json
@@ -1,2690 +1,2123 @@
{
"metadata": {
- "name": "openmct-symbols-16px",
+ "name": "Open MCT Symbols",
"lastOpened": 0,
- "created": 1537817705550
+ "created": 1541532985632
},
"iconSets": [
{
"selection": [
{
- "order": 38,
- "prevSize": 24,
- "name": "icon-alert-rect",
- "id": 33,
+ "order": 77,
+ "id": 47,
+ "name": "icon-alert-rect-v2",
+ "prevSize": 32,
"code": 59648,
"tempChar": ""
},
{
- "order": 39,
- "prevSize": 24,
- "name": "icon-alert-triangle",
- "id": 34,
+ "order": 76,
+ "id": 48,
+ "name": "icon-alert-triangle-v2",
+ "prevSize": 32,
"code": 59649,
"tempChar": ""
},
{
- "order": 42,
- "prevSize": 24,
- "name": "icon-arrow-down",
- "id": 37,
+ "order": 20,
+ "id": 112,
+ "name": "icon-arrow-up",
+ "prevSize": 32,
"code": 59650,
"tempChar": ""
},
{
- "order": 43,
- "prevSize": 24,
- "name": "icon-arrow-left",
- "id": 38,
+ "order": 36,
+ "id": 94,
+ "name": "icon-arrow-double-up",
+ "prevSize": 32,
"code": 59651,
"tempChar": ""
},
{
- "order": 141,
- "prevSize": 24,
- "name": "icon-arrow-right",
- "id": 39,
+ "order": 143,
+ "id": 96,
+ "name": "icon-arrow-tall-up",
+ "prevSize": 32,
"code": 59652,
"tempChar": ""
},
{
- "order": 142,
- "prevSize": 24,
- "name": "icon-arrow-double-up",
- "id": 36,
+ "order": 21,
+ "id": 111,
+ "name": "icon-arrow-right",
+ "prevSize": 32,
"code": 59653,
"tempChar": ""
},
{
- "order": 46,
- "prevSize": 24,
- "name": "icon-arrow-tall-up",
- "id": 41,
+ "order": 102,
+ "id": 18,
+ "name": "icon-arrow-right-equilateral",
+ "prevSize": 32,
"code": 59654,
"tempChar": ""
},
{
- "order": 45,
- "prevSize": 24,
- "name": "icon-arrow-tall-down",
- "id": 40,
+ "order": 19,
+ "id": 113,
+ "name": "icon-arrow-down",
+ "prevSize": 32,
"code": 59655,
"tempChar": ""
},
{
- "order": 40,
- "prevSize": 24,
+ "order": 37,
+ "id": 93,
"name": "icon-arrow-double-down",
- "id": 35,
+ "prevSize": 32,
"code": 59656,
"tempChar": ""
},
{
- "order": 47,
- "prevSize": 24,
- "name": "icon-arrow-up",
- "id": 42,
+ "order": 35,
+ "id": 95,
+ "name": "icon-arrow-tall-down",
+ "prevSize": 32,
"code": 59657,
"tempChar": ""
},
{
- "order": 51,
- "prevSize": 24,
- "name": "icon-asterisk",
- "id": 46,
- "code": 59664,
+ "order": 18,
+ "id": 114,
+ "name": "icon-arrow-left",
+ "prevSize": 32,
+ "code": 59658,
"tempChar": ""
},
{
- "order": 18,
- "prevSize": 24,
- "name": "icon-bell",
- "id": 13,
- "code": 59665,
+ "order": 17,
+ "id": 115,
+ "name": "icon-asterisk",
+ "prevSize": 32,
+ "code": 59659,
"tempChar": ""
},
{
- "order": 101,
- "prevSize": 24,
- "name": "icon-box",
- "id": 48,
- "code": 59666,
+ "order": 128,
+ "id": 59,
+ "name": "icon-bell",
+ "prevSize": 32,
+ "code": 59660,
"tempChar": ""
},
{
- "order": 35,
- "prevSize": 24,
- "name": "icon-box-with-arrow-cursor",
- "id": 30,
- "code": 59667,
+ "order": 123,
+ "id": 103,
+ "name": "icon-box-round-corners",
+ "prevSize": 32,
+ "code": 59661,
"tempChar": ""
},
{
- "order": 54,
- "prevSize": 24,
- "name": "icon-check",
- "id": 49,
- "code": 59668,
+ "order": 129,
+ "id": 58,
+ "name": "icon-box-with-arrow-cursor",
+ "prevSize": 32,
+ "code": 59662,
"tempChar": ""
},
{
- "order": 56,
- "prevSize": 24,
- "name": "icon-connectivity",
- "id": 51,
- "code": 59669,
+ "order": 142,
+ "id": 120,
+ "name": "icon-check",
+ "prevSize": 32,
+ "code": 59663,
"tempChar": ""
},
{
- "order": 31,
- "prevSize": 24,
- "name": "icon-database-in-brackets",
- "id": 26,
- "code": 59670,
+ "order": 25,
+ "id": 107,
+ "name": "icon-connectivity",
+ "prevSize": 32,
+ "code": 59664,
"tempChar": ""
},
{
- "order": 100,
- "prevSize": 24,
- "name": "icon-eye-open",
- "id": 8,
- "code": 59671,
+ "order": 44,
+ "id": 84,
+ "name": "icon-database-in-brackets",
+ "prevSize": 32,
+ "code": 59665,
"tempChar": ""
},
{
- "order": 65,
- "prevSize": 24,
- "name": "icon-gear",
- "id": 60,
- "code": 59672,
+ "order": 75,
+ "id": 49,
+ "name": "icon-eye-open",
+ "prevSize": 32,
+ "code": 59666,
"tempChar": ""
},
{
- "order": 19,
- "prevSize": 24,
- "name": "icon-hourglass",
- "id": 14,
- "code": 59673,
+ "order": 5,
+ "id": 129,
+ "name": "icon-gear",
+ "prevSize": 32,
+ "code": 59667,
"tempChar": ""
},
{
- "order": 20,
- "prevSize": 24,
- "codes": [
- 58888,
- 58889,
- 58890
- ],
- "name": "icon-info",
- "id": 15,
- "code": 59680,
+ "order": 66,
+ "id": 60,
+ "name": "icon-hourglass",
+ "prevSize": 32,
+ "code": 59668,
"tempChar": ""
},
{
- "order": 70,
- "prevSize": 24,
- "name": "icon-link",
- "id": 65,
- "code": 59681,
+ "order": 65,
+ "id": 61,
+ "name": "icon-info",
+ "prevSize": 32,
+ "code": 59669,
"tempChar": ""
},
{
- "order": 33,
- "prevSize": 24,
- "name": "icon-lock",
- "id": 28,
- "code": 59682,
+ "order": 53,
+ "id": 75,
+ "name": "icon-link",
+ "prevSize": 32,
+ "code": 59670,
"tempChar": ""
},
{
- "order": 87,
- "prevSize": 24,
- "name": "icon-minus",
- "id": 82,
- "code": 59683,
+ "order": 42,
+ "id": 86,
+ "name": "icon-lock",
+ "prevSize": 32,
+ "code": 59671,
"tempChar": ""
},
{
- "order": 83,
- "prevSize": 24,
- "name": "icon-people",
- "id": 78,
- "code": 59684,
+ "order": 49,
+ "id": 79,
+ "name": "icon-minus",
+ "prevSize": 32,
+ "code": 59672,
"tempChar": ""
},
{
- "order": 144,
- "prevSize": 24,
- "name": "icon-person",
- "id": 24,
- "code": 59685,
+ "order": 22,
+ "id": 110,
+ "name": "icon-people",
+ "prevSize": 32,
+ "code": 59673,
"tempChar": ""
},
{
- "order": 147,
- "prevSize": 24,
- "name": "icon-plus",
- "id": 81,
- "code": 59686,
+ "order": 46,
+ "id": 82,
+ "name": "icon-person",
+ "prevSize": 32,
+ "code": 59674,
"tempChar": ""
},
{
- "order": 95,
- "prevSize": 24,
- "name": "icon-trash",
- "id": 90,
- "code": 59687,
+ "order": 38,
+ "id": 92,
+ "name": "icon-plus",
+ "prevSize": 32,
+ "code": 59675,
"tempChar": ""
},
{
- "order": 98,
- "prevSize": 24,
- "name": "icon-x",
- "id": 93,
- "code": 59688,
+ "order": 6,
+ "id": 128,
+ "name": "icon-trash",
+ "prevSize": 32,
+ "code": 59676,
"tempChar": ""
},
{
- "order": 111,
- "id": 98,
- "name": "icon-brackets",
- "prevSize": 24,
- "code": 59689,
+ "order": 140,
+ "id": 122,
+ "name": "icon-x-heavy",
+ "prevSize": 32,
+ "code": 59677,
"tempChar": ""
},
{
- "order": 134,
- "id": 114,
- "name": "icon-crosshair",
- "prevSize": 24,
- "code": 59696,
+ "order": 78,
+ "id": 46,
+ "name": "icon-brackets",
+ "prevSize": 32,
+ "code": 59678,
"tempChar": ""
},
{
- "order": 127,
- "id": 109,
- "name": "icon-grippy-v2",
- "prevSize": 24,
- "code": 59697,
+ "order": 93,
+ "id": 27,
+ "name": "icon-crosshair",
+ "prevSize": 32,
+ "code": 59679,
"tempChar": ""
},
{
- "order": 148,
- "id": 118,
- "name": "icon-arrow-right-equilateral",
- "prevSize": 24,
- "code": 59698,
+ "order": 91,
+ "id": 31,
+ "name": "icon-grippy",
+ "prevSize": 32,
+ "code": 59680,
"tempChar": ""
},
{
- "order": 48,
- "prevSize": 24,
- "name": "icon-arrows-out",
- "id": 43,
- "code": 921600,
+ "order": 121,
+ "id": 118,
+ "name": "icon-grid",
+ "prevSize": 32,
+ "code": 59681,
"tempChar": ""
},
{
- "order": 49,
- "prevSize": 24,
- "name": "icon-arrows-right-left",
- "id": 44,
- "code": 921601,
+ "order": 155,
+ "id": 136,
+ "name": "icon-grippy-ew",
+ "prevSize": 32,
+ "code": 59682,
+ "codes": [
+ 59682,
+ 59683,
+ 59684,
+ 59685
+ ],
"tempChar": ""
},
{
- "order": 50,
- "prevSize": 24,
- "name": "icon-arrows-up-down",
- "id": 45,
- "code": 921602,
+ "order": 27,
+ "id": 105,
+ "name": "icon-arrows-right-left",
+ "prevSize": 32,
+ "code": 59904,
"tempChar": ""
},
{
- "order": 9,
- "prevSize": 24,
- "name": "icon-bullet",
- "id": 4,
- "code": 921604,
+ "order": 26,
+ "id": 106,
+ "name": "icon-arrows-up-down",
+ "prevSize": 32,
+ "code": 59905,
"tempChar": ""
},
{
- "order": 25,
- "prevSize": 24,
- "name": "icon-calendar",
- "id": 20,
- "code": 921605,
+ "order": 68,
+ "id": 56,
+ "name": "icon-bullet",
+ "prevSize": 32,
+ "code": 59906,
"tempChar": ""
},
{
- "order": 30,
- "prevSize": 24,
- "name": "icon-chain-links",
- "id": 25,
- "code": 921606,
+ "order": 150,
+ "id": 133,
+ "prevSize": 32,
+ "code": 59907,
+ "name": "icon-calendar",
"tempChar": ""
},
{
- "order": 109,
- "id": 97,
- "prevSize": 24,
- "code": 921607,
- "name": "icon-pane-collapse-left",
+ "order": 45,
+ "id": 83,
+ "name": "icon-chain-links",
+ "prevSize": 32,
+ "code": 59908,
"tempChar": ""
},
{
- "order": 110,
- "id": 96,
- "prevSize": 24,
- "code": 921608,
- "name": "icon-pane-collapse-right",
+ "order": 73,
+ "id": 51,
+ "name": "icon-download",
+ "prevSize": 32,
+ "code": 59909,
"tempChar": ""
},
{
- "order": 5,
- "id": 95,
- "prevSize": 24,
- "code": 921609,
- "name": "icon-download",
+ "order": 39,
+ "id": 91,
+ "name": "icon-duplicate",
+ "prevSize": 32,
+ "code": 59910,
"tempChar": ""
},
{
- "order": 60,
- "prevSize": 24,
- "name": "icon-duplicate",
- "id": 55,
- "code": 921616,
+ "order": 50,
+ "id": 78,
+ "name": "icon-folder-new",
+ "prevSize": 32,
+ "code": 59911,
"tempChar": ""
},
{
- "order": 61,
- "prevSize": 24,
- "name": "icon-folder-new",
- "id": 56,
- "code": 921617,
+ "order": 138,
+ "id": 124,
+ "name": "icon-fullscreen-collapse",
+ "prevSize": 32,
+ "code": 59912,
"tempChar": ""
},
{
- "order": 64,
- "prevSize": 24,
+ "order": 139,
+ "id": 123,
"name": "icon-fullscreen-expand",
- "id": 59,
- "code": 921618,
+ "prevSize": 32,
+ "code": 59913,
"tempChar": ""
},
{
- "order": 63,
- "prevSize": 24,
- "name": "icon-fullscreen-collapse",
- "id": 58,
- "code": 921619,
+ "order": 122,
+ "id": 104,
+ "name": "icon-layers",
+ "prevSize": 32,
+ "code": 59914,
"tempChar": ""
},
{
- "order": 67,
- "prevSize": 24,
- "name": "icon-layers",
- "id": 62,
- "code": 921620,
+ "order": 151,
+ "id": 102,
+ "name": "icon-line-horz",
+ "prevSize": 32,
+ "code": 59915,
"tempChar": ""
},
{
- "order": 145,
- "prevSize": 24,
- "name": "icon-line-horz",
- "id": 64,
- "code": 921621,
+ "order": 100,
+ "id": 20,
+ "name": "icon-magnify",
+ "prevSize": 32,
+ "code": 59916,
"tempChar": ""
},
{
- "order": 146,
- "prevSize": 24,
- "name": "icon-magnify",
- "id": 68,
- "code": 921622,
+ "order": 99,
+ "id": 21,
+ "name": "icon-magnify-in",
+ "prevSize": 32,
+ "code": 59917,
"tempChar": ""
},
{
- "order": 71,
- "prevSize": 24,
- "name": "icon-magnify-in",
- "id": 66,
- "code": 921623,
+ "order": 101,
+ "id": 19,
+ "name": "icon-magnify-out-v2",
+ "prevSize": 32,
+ "code": 59918,
"tempChar": ""
},
{
- "order": 72,
- "prevSize": 24,
- "name": "icon-magnify-out",
- "id": 67,
- "code": 921624,
+ "order": 103,
+ "id": 17,
+ "name": "icon-menu",
+ "prevSize": 32,
+ "code": 59919,
"tempChar": ""
},
{
- "order": 74,
- "prevSize": 24,
- "name": "icon-menu",
- "id": 69,
- "code": 921625,
+ "order": 124,
+ "id": 89,
+ "name": "icon-move",
+ "prevSize": 32,
+ "code": 59920,
"tempChar": ""
},
{
- "order": 75,
- "prevSize": 24,
- "name": "icon-move",
- "id": 70,
- "code": 921632,
+ "order": 7,
+ "id": 127,
+ "name": "icon-new-window",
+ "prevSize": 32,
+ "code": 59921,
"tempChar": ""
},
{
- "order": 76,
- "prevSize": 24,
- "name": "icon-new-window",
- "id": 71,
- "code": 921633,
+ "order": 63,
+ "id": 63,
+ "name": "icon-paint-bucket-v2",
+ "prevSize": 32,
+ "code": 59922,
"tempChar": ""
},
{
- "order": 26,
- "prevSize": 24,
- "name": "icon-paint-bucket",
- "id": 21,
- "code": 921634,
+ "order": 15,
+ "id": 117,
+ "name": "icon-pencil",
+ "prevSize": 32,
+ "code": 59923,
"tempChar": ""
},
{
- "order": 81,
- "prevSize": 24,
- "name": "icon-pause",
- "id": 76,
- "code": 921635,
+ "order": 54,
+ "id": 72,
+ "name": "icon-pencil-edit-in-place",
+ "prevSize": 32,
+ "code": 59924,
"tempChar": ""
},
{
- "order": 82,
- "prevSize": 24,
- "name": "icon-pencil",
- "id": 77,
- "code": 921636,
+ "order": 40,
+ "id": 90,
+ "name": "icon-play",
+ "prevSize": 32,
+ "code": 59925,
"tempChar": ""
},
{
- "order": 84,
- "prevSize": 24,
- "name": "icon-play",
- "id": 79,
- "code": 921637,
+ "order": 125,
+ "id": 88,
+ "name": "icon-pause",
+ "prevSize": 32,
+ "code": 59926,
"tempChar": ""
},
{
- "order": 85,
- "prevSize": 24,
+ "order": 119,
+ "id": 13,
"name": "icon-plot-resource",
- "id": 80,
- "code": 921638,
+ "prevSize": 32,
+ "code": 59927,
"tempChar": ""
},
{
- "order": 27,
- "prevSize": 24,
+ "order": 48,
+ "id": 80,
"name": "icon-pointer-left",
- "id": 22,
- "code": 921639,
+ "prevSize": 32,
+ "code": 59928,
"tempChar": ""
},
{
- "order": 28,
- "prevSize": 24,
+ "order": 47,
+ "id": 81,
"name": "icon-pointer-right",
- "id": 23,
- "code": 921640,
+ "prevSize": 32,
+ "code": 59929,
"tempChar": ""
},
{
- "order": 32,
- "prevSize": 24,
+ "order": 85,
+ "id": 37,
"name": "icon-refresh",
- "id": 27,
- "code": 921641,
+ "prevSize": 32,
+ "code": 59930,
"tempChar": ""
},
{
- "order": 16,
- "prevSize": 24,
+ "order": 55,
+ "id": 71,
"name": "icon-save",
- "id": 11,
- "code": 921648,
+ "prevSize": 32,
+ "code": 59931,
"tempChar": ""
},
{
- "order": 88,
- "prevSize": 24,
- "name": "icon-sine",
- "id": 83,
- "code": 921649,
+ "order": 56,
+ "id": 70,
+ "name": "icon-save-as",
+ "prevSize": 32,
+ "code": 59932,
"tempChar": ""
},
{
- "order": 149,
- "prevSize": 24,
- "name": "icon-T",
- "id": 84,
- "code": 921650,
+ "order": 58,
+ "id": 68,
+ "name": "icon-sine",
+ "prevSize": 32,
+ "code": 59933,
"tempChar": ""
},
{
- "order": 92,
- "prevSize": 24,
- "name": "icon-thumbs-strip",
- "id": 87,
- "code": 921651,
+ "order": 113,
+ "id": 5,
+ "name": "icon-font",
+ "prevSize": 32,
+ "code": 59934,
"tempChar": ""
},
{
- "order": 96,
- "prevSize": 24,
- "name": "icon-two-parts-both",
- "id": 91,
- "code": 921652,
+ "order": 41,
+ "id": 87,
+ "name": "icon-thumbs-strip",
+ "prevSize": 32,
+ "code": 59935,
"tempChar": ""
},
{
- "order": 97,
- "prevSize": 24,
- "name": "icon-two-parts-one-only",
- "id": 92,
- "code": 921653,
+ "order": 146,
+ "id": 99,
+ "name": "icon-two-parts-both",
+ "prevSize": 32,
+ "code": 59936,
"tempChar": ""
},
{
- "order": 21,
- "prevSize": 24,
- "name": "icon-resync",
- "id": 16,
- "code": 921654,
+ "order": 145,
+ "id": 98,
+ "name": "icon-two-parts-one-only",
+ "prevSize": 32,
+ "code": 59937,
"tempChar": ""
},
{
- "order": 120,
- "id": 105,
- "name": "icon-reset",
- "prevSize": 24,
- "code": 921655,
+ "order": 82,
+ "id": 40,
+ "name": "icon-resync",
+ "prevSize": 32,
+ "code": 59938,
"tempChar": ""
},
{
- "order": 121,
- "id": 103,
- "name": "icon-x-in-circle",
- "prevSize": 24,
- "code": 921656,
+ "order": 86,
+ "id": 36,
+ "name": "icon-reset",
+ "prevSize": 32,
+ "code": 59939,
"tempChar": ""
},
{
- "order": 118,
- "id": 102,
- "name": "icon-brightness",
- "prevSize": 24,
- "code": 921657,
+ "order": 61,
+ "id": 65,
+ "name": "icon-x-in-circle",
+ "prevSize": 32,
+ "code": 59940,
"tempChar": ""
},
{
- "order": 119,
- "id": 104,
- "name": "icon-contrast",
- "prevSize": 24,
- "code": 921664,
+ "order": 84,
+ "id": 38,
+ "name": "icon-brightness",
+ "prevSize": 32,
+ "code": 59941,
"tempChar": ""
},
{
- "order": 124,
- "id": 106,
- "name": "icon-expand",
- "prevSize": 24,
- "code": 921665,
+ "order": 83,
+ "id": 39,
+ "name": "icon-contrast",
+ "prevSize": 32,
+ "code": 59942,
"tempChar": ""
},
{
- "order": 125,
- "id": 107,
- "name": "icon-list-view",
- "prevSize": 24,
- "code": 921666,
+ "order": 87,
+ "id": 35,
+ "name": "icon-expand",
+ "prevSize": 32,
+ "code": 59943,
"tempChar": ""
},
{
- "order": 133,
- "id": 112,
- "name": "icon-grid-snap-to",
- "prevSize": 24,
- "code": 921667,
+ "order": 89,
+ "id": 33,
+ "name": "icon-list-view",
+ "prevSize": 32,
+ "code": 59944,
"tempChar": ""
},
{
- "order": 128,
- "id": 113,
- "name": "icon-grid-snap-no",
- "prevSize": 24,
- "code": 921668,
+ "order": 133,
+ "id": 28,
+ "name": "icon-grid-snap-to",
+ "prevSize": 32,
+ "code": 59945,
"tempChar": ""
},
{
- "order": 131,
- "id": 110,
- "name": "icon-frame-show",
- "prevSize": 24,
- "code": 921669,
+ "order": 132,
+ "id": 29,
+ "name": "icon-grid-snap-no",
+ "prevSize": 32,
+ "code": 59946,
"tempChar": ""
},
{
- "order": 130,
- "id": 111,
- "name": "icon-frame-hide",
- "prevSize": 24,
- "code": 921670,
+ "order": 94,
+ "id": 26,
+ "name": "icon-frame-show",
+ "prevSize": 32,
+ "code": 59947,
"tempChar": ""
},
{
- "order": 138,
- "id": 115,
- "name": "icon-import",
- "prevSize": 24,
- "code": 921671,
+ "order": 95,
+ "id": 25,
+ "name": "icon-frame-hide",
+ "prevSize": 32,
+ "code": 59948,
"tempChar": ""
},
{
- "order": 136,
- "id": 116,
- "name": "icon-export",
- "prevSize": 24,
- "code": 921672,
+ "order": 97,
+ "id": 23,
+ "name": "icon-import",
+ "prevSize": 32,
+ "code": 59949,
"tempChar": ""
},
{
- "order": 150,
- "id": 119,
- "name": "icon-font-size-alt1",
- "prevSize": 24,
- "code": 921673,
+ "order": 96,
+ "id": 24,
+ "name": "icon-export",
+ "prevSize": 32,
+ "code": 59950,
"tempChar": ""
},
{
- "order": 37,
- "prevSize": 24,
- "name": "icon-activity",
- "id": 32,
- "code": 921856,
+ "order": 114,
+ "id": 4,
+ "name": "icon-font-size",
+ "prevSize": 32,
+ "code": 59951,
"tempChar": ""
},
{
- "order": 36,
- "prevSize": 24,
- "name": "icon-activity-mode",
- "id": 31,
- "code": 921857,
+ "order": 144,
+ "id": 97,
+ "name": "icon-activity",
+ "prevSize": 32,
+ "code": 60160,
"tempChar": ""
},
{
- "order": 52,
- "prevSize": 24,
- "name": "icon-autoflow-tabular",
- "id": 47,
- "code": 921858,
+ "order": 104,
+ "id": 16,
+ "name": "icon-activity-mode",
+ "prevSize": 32,
+ "code": 60161,
"tempChar": ""
},
{
- "order": 55,
- "prevSize": 24,
- "name": "icon-clock",
- "id": 50,
- "code": 921859,
+ "order": 137,
+ "id": 125,
+ "name": "icon-autoflow-tabular",
+ "prevSize": 32,
+ "code": 60162,
"tempChar": ""
},
{
- "order": 58,
- "prevSize": 24,
- "name": "icon-database",
- "id": 53,
- "code": 921860,
+ "order": 115,
+ "id": 3,
+ "name": "icon-clock",
+ "prevSize": 32,
+ "code": 60163,
"tempChar": ""
},
{
- "order": 57,
- "prevSize": 24,
- "name": "icon-database-query",
- "id": 52,
- "code": 921861,
+ "order": 2,
+ "id": 132,
+ "name": "icon-database",
+ "prevSize": 32,
+ "code": 60164,
"tempChar": ""
},
{
- "order": 17,
- "prevSize": 24,
- "name": "icon-dataset",
- "id": 12,
- "code": 921862,
+ "order": 3,
+ "id": 131,
+ "name": "icon-database-query",
+ "prevSize": 32,
+ "code": 60165,
"tempChar": ""
},
{
- "order": 22,
- "prevSize": 24,
- "name": "icon-datatable",
- "id": 17,
- "code": 921863,
+ "order": 67,
+ "id": 57,
+ "name": "icon-dataset",
+ "prevSize": 32,
+ "code": 60166,
"tempChar": ""
},
{
"order": 59,
- "prevSize": 24,
- "name": "icon-dictionary",
- "id": 54,
- "code": 921864,
+ "id": 67,
+ "name": "icon-datatable",
+ "prevSize": 32,
+ "code": 60167,
"tempChar": ""
},
{
- "order": 62,
- "prevSize": 24,
- "name": "icon-folder",
- "id": 57,
- "code": 921865,
+ "order": 136,
+ "id": 126,
+ "name": "icon-dictionary",
+ "prevSize": 32,
+ "code": 60168,
"tempChar": ""
},
{
- "order": 66,
- "prevSize": 24,
- "name": "icon-image",
- "id": 61,
- "code": 921872,
+ "order": 51,
+ "id": 77,
+ "name": "icon-folder",
+ "prevSize": 32,
+ "code": 60169,
"tempChar": ""
},
{
- "order": 68,
- "prevSize": 24,
- "name": "icon-layout",
- "id": 63,
- "code": 921873,
+ "order": 147,
+ "id": 100,
+ "name": "icon-image",
+ "prevSize": 32,
+ "code": 60170,
"tempChar": ""
},
{
- "order": 77,
- "prevSize": 24,
- "name": "icon-object",
- "id": 72,
- "code": 921874,
+ "order": 4,
+ "id": 130,
+ "name": "icon-layout",
+ "prevSize": 32,
+ "code": 60171,
"tempChar": ""
},
{
- "order": 78,
- "prevSize": 24,
- "name": "icon-object-unknown",
- "id": 73,
- "code": 921875,
+ "order": 24,
+ "id": 108,
+ "name": "icon-object",
+ "prevSize": 32,
+ "code": 60172,
"tempChar": ""
},
{
- "order": 79,
- "prevSize": 24,
- "name": "icon-packet",
- "id": 74,
- "code": 921876,
+ "order": 52,
+ "id": 76,
+ "name": "icon-object-unknown",
+ "prevSize": 32,
+ "code": 60173,
"tempChar": ""
},
{
- "order": 80,
- "prevSize": 24,
- "name": "icon-page",
- "id": 75,
- "code": 921877,
+ "order": 105,
+ "id": 15,
+ "name": "icon-packet",
+ "prevSize": 32,
+ "code": 60174,
"tempChar": ""
},
{
- "order": 135,
- "id": 99,
- "name": "icon-plot-overlay",
- "prevSize": 24,
- "code": 921878,
+ "order": 126,
+ "id": 74,
+ "name": "icon-page",
+ "prevSize": 32,
+ "code": 60175,
"tempChar": ""
},
{
- "order": 113,
- "id": 100,
- "name": "icon-plot-stacked",
- "prevSize": 24,
- "code": 921879,
+ "order": 130,
+ "id": 44,
+ "name": "icon-plot-overlay",
+ "prevSize": 32,
+ "code": 60176,
"tempChar": ""
},
{
- "order": 10,
- "prevSize": 24,
- "name": "icon-session",
- "id": 5,
- "code": 921880,
+ "order": 80,
+ "id": 42,
+ "name": "icon-plot-stacked",
+ "prevSize": 32,
+ "code": 60177,
"tempChar": ""
},
{
- "order": 24,
- "prevSize": 24,
- "name": "icon-tabular",
- "id": 19,
- "code": 921881,
+ "order": 134,
+ "id": 14,
+ "name": "icon-session",
+ "prevSize": 32,
+ "code": 60178,
"tempChar": ""
},
{
- "order": 7,
- "prevSize": 24,
- "name": "icon-tabular-lad",
- "id": 2,
- "code": 921888,
+ "order": 109,
+ "id": 9,
+ "name": "icon-tabular",
+ "prevSize": 32,
+ "code": 60179,
"tempChar": ""
},
{
- "order": 6,
- "prevSize": 24,
- "name": "icon-tabular-lad-set",
- "id": 1,
- "code": 921889,
+ "order": 107,
+ "id": 11,
+ "name": "icon-tabular-lad",
+ "prevSize": 32,
+ "code": 60180,
"tempChar": ""
},
{
- "order": 8,
- "prevSize": 24,
- "name": "icon-tabular-realtime",
- "id": 3,
- "code": 921890,
+ "order": 106,
+ "id": 12,
+ "name": "icon-tabular-lad-set",
+ "prevSize": 32,
+ "code": 60181,
"tempChar": ""
},
{
- "order": 23,
- "prevSize": 24,
- "name": "icon-tabular-scrolling",
- "id": 18,
- "code": 921891,
+ "order": 70,
+ "id": 54,
+ "name": "icon-tabular-realtime",
+ "prevSize": 32,
+ "code": 60182,
"tempChar": ""
},
{
- "order": 112,
- "prevSize": 24,
- "name": "icon-telemetry",
- "id": 86,
- "code": 921892,
+ "order": 60,
+ "id": 66,
+ "name": "icon-tabular-scrolling",
+ "prevSize": 32,
+ "code": 60183,
"tempChar": ""
},
{
- "order": 90,
- "prevSize": 24,
- "name": "icon-telemetry-panel",
- "id": 85,
- "code": 921893,
+ "order": 131,
+ "id": 43,
+ "name": "icon-telemetry",
+ "prevSize": 32,
+ "code": 60184,
"tempChar": ""
},
{
- "order": 93,
- "prevSize": 24,
+ "order": 108,
+ "id": 10,
"name": "icon-timeline",
- "id": 88,
- "code": 921894,
+ "prevSize": 32,
+ "code": 60185,
"tempChar": ""
},
{
- "order": 116,
- "id": 101,
- "name": "icon-timer-v15",
- "prevSize": 24,
- "code": 921895,
+ "order": 81,
+ "id": 41,
+ "name": "icon-timer",
+ "prevSize": 32,
+ "code": 60186,
"tempChar": ""
},
{
- "order": 11,
- "prevSize": 24,
+ "order": 69,
+ "id": 55,
"name": "icon-topic",
- "id": 6,
- "code": 921896,
+ "prevSize": 32,
+ "code": 60187,
"tempChar": ""
},
{
- "order": 115,
- "prevSize": 24,
- "name": "icon-box-with-dashed-lines",
- "id": 29,
- "code": 921897,
+ "order": 79,
+ "id": 45,
+ "name": "icon-box-with-dashed-lines-v2",
+ "prevSize": 32,
+ "code": 60188,
"tempChar": ""
},
{
- "order": 126,
- "id": 108,
+ "order": 90,
+ "id": 32,
"name": "icon-summary-widget",
- "prevSize": 24,
- "code": 921904,
+ "prevSize": 32,
+ "code": 60189,
"tempChar": ""
},
{
- "order": 139,
- "id": 117,
+ "order": 92,
+ "id": 30,
"name": "icon-notebook",
- "prevSize": 24,
- "code": 921905,
+ "prevSize": 32,
+ "code": 60190,
"tempChar": ""
+ },
+ {
+ "order": 118,
+ "id": 0,
+ "name": "icon-tabs-view",
+ "prevSize": 32,
+ "code": 60191,
+ "tempChar": ""
+ },
+ {
+ "order": 117,
+ "id": 1,
+ "name": "icon-flexible-layout",
+ "prevSize": 32,
+ "code": 60192,
+ "tempChar": ""
+ },
+ {
+ "order": 152,
+ "id": 135,
+ "name": "icon-generator-sine",
+ "prevSize": 32,
+ "code": 60193,
+ "tempChar": ""
+ },
+ {
+ "order": 153,
+ "id": 134,
+ "name": "icon-generator-event",
+ "prevSize": 32,
+ "code": 60194,
+ "tempChar": ""
}
],
+ "id": 0,
"metadata": {
- "name": "openmct-symbols-16px",
+ "name": "Open MCT Symbols 16px",
"importSize": {
- "width": 745,
+ "width": 512,
"height": 512
},
- "designer": "Charles Hacskaylo",
- "iconsHash": 1484196519
+ "designer": "Charles Hacskaylo"
},
"height": 1024,
- "prevSize": 24,
+ "prevSize": 32,
"icons": [
{
+ "id": 47,
"paths": [
"M896 0h-768c-70.6 0.2-127.8 57.4-128 128v768c0.2 70.6 57.4 127.8 128 128h768c70.6-0.2 127.8-57.4 128-128v-768c-0.2-70.6-57.4-127.8-128-128zM576 896h-128v-128h128v128zM597.8 512l-37.8 192h-96l-37.8-192v-384h171.8v384z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-alert-rect"
+ "icon-alert-rect-v2"
],
- "defaultCode": 33,
- "id": 33,
- "attrs": [
- {
- "fill": "rgb(207, 45, 75)"
- }
- ],
- "isMulticolor": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 3
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 48,
"paths": [
"M998.2 848.8l-422.6-739.6c-35-61.2-92-61.2-127 0l-422.8 739.6c-35 61.2-6 111.2 64.4 111.2h843.4c70.6 0 99.6-50 64.6-111.2zM576 896h-128v-128h128v128zM597.8 512l-37.8 192h-96l-37.8-192v-256h171.8v256z"
],
- "grid": 16,
- "tags": [
- "icon-alert-triangle"
- ],
- "defaultCode": 58883,
- "id": 34,
- "attrs": [
- {
- "fill": "rgb(207, 45, 75)"
- }
- ],
- "isMulticolor": false,
- "colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 3
- }
- ]
- }
- },
- {
- "paths": [
- "M512 768l512-512h-1024z"
- ],
- "grid": 16,
- "tags": [
- "icon-arrow-down"
- ],
- "defaultCode": 118,
- "id": 37,
"attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M256 512l512 512v-1024z"
- ],
- "grid": 16,
+ "grid": 1,
"tags": [
- "icon-arrow-left"
+ "icon-alert-triangle-v2"
],
- "defaultCode": 60,
- "id": 38,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 112,
"paths": [
- "M768 512l-512-512v1024z"
+ "M512 256l-512 512h1024z"
],
- "grid": 16,
- "tags": [
- "icon-arrow-right"
- ],
- "defaultCode": 62,
- "id": 39,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-arrow-up"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 94,
"paths": [
"M510 510l512 512h-1024z",
"M510-2l512 512h-1024z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-arrow-double-up"
],
- "defaultCode": 235,
- "id": 36,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 96,
"paths": [
"M512 0l512 1024h-1024z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-arrow-tall-up"
],
- "defaultCode": 237,
- "id": 41,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 111,
"paths": [
- "M512 1024l-512-1024h1024z"
+ "M768 512l-512-512v1024z"
],
- "grid": 16,
- "tags": [
- "icon-arrow-tall-down"
- ],
- "defaultCode": 236,
- "id": 40,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-arrow-right"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 18,
+ "paths": [
+ "M962 512l-896 512v-1024z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-arrow-right-equilateral"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 113,
+ "paths": [
+ "M512 768l512-512h-1024z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-arrow-down"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 93,
"paths": [
"M510 510l-512-512h1024z",
"M510 1022l-512-512h1024z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-arrow-double-down"
],
- "defaultCode": 238,
- "id": 35,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 95,
"paths": [
- "M512 256l-512 512h1024z"
+ "M512 1024l-512-1024h1024z"
],
- "grid": 16,
- "tags": [
- "icon-arrow-up"
- ],
- "defaultCode": 94,
- "id": 42,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-arrow-tall-down"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 114,
+ "paths": [
+ "M256 512l512 512v-1024z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-arrow-left"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 115,
"paths": [
"M1004.166 340.458l-97.522-168.916-330.534 229.414 33.414-400.956h-195.048l33.414 400.956-330.534-229.414-97.522 168.916 363.944 171.542-363.944 171.542 97.522 168.916 330.534-229.414-33.414 400.956h195.048l-33.414-400.956 330.534 229.414 97.522-168.916-363.944-171.542z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-asterisk"
],
- "defaultCode": 42,
- "id": 46,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 59,
"paths": [
"M512 1024c106 0 192-86 192-192h-384c0 106 86 192 192 192z",
"M896 448v-64c0-212-172-384-384-384s-384 172-384 384v64c0 70.6-57.4 128-128 128v128h1024v-128c-70.6 0-128-57.4-128-128z"
],
- "attrs": [
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-bell"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "125525525516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- },
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58896,
- "id": 13
+ "11841841841": []
+ }
},
{
+ "id": 103,
"paths": [
- "M0 0h1024v1024h-1024v-1024z"
+ "M1024 832c0 105.6-86.4 192-192 192h-640c-105.6 0-192-86.4-192-192v-640c0-105.6 86.4-192 192-192h640c105.6 0 192 86.4 192 192v640z"
],
- "attrs": [
- {
- "fill": "rgb(0, 0, 0)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-box-round-corners"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 0
- }
- ],
- "125525525516161751": [
- {
- "f": 0
- }
- ],
- "1161751207457516161751": [
- {
- "f": 0
- }
- ]
- },
- "defaultCode": 224,
- "id": 48
+ "11841841841": []
+ }
},
{
+ "id": 58,
"paths": [
"M894-2h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h400c-2.2-3.8-4-7.6-5.8-11.4l-255.2-576.8c-21.4-48.4-10.8-105 26.6-142.4 24.4-24.4 57.2-37.4 90.4-37.4 17.4 0 35.2 3.6 51.8 11l576.6 255.4c4 1.8 7.8 3.8 11.4 5.8v-400.2c0.2-70.4-57.4-128-127.8-128z",
"M958.6 637.4l-576.6-255.4 255.4 576.6 64.6-128.6 192 192 128-128-192-192z"
],
- "attrs": [
- {
- "fill": "rgb(0, 0, 0)"
- },
- {
- "fill": "rgb(0, 0, 0)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-box-with-arrow-cursor"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 0
- },
- {
- "f": 0
- }
- ],
- "125525525516161751": [
- {
- "f": 0
- },
- {
- "f": 0
- }
- ],
- "1161751207457516161751": [
- {
- "f": 0
- },
- {
- "f": 0
- }
- ]
- },
- "defaultCode": 58880,
- "id": 30
- },
- {
- "paths": [
- "M1024 0l-640 640-384-384v384l384 384 640-640z"
- ],
- "grid": 16,
- "tags": [
- "icon-check"
- ],
- "defaultCode": 50,
- "id": 49,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 120,
+ "paths": [
+ "M1024 0l-640 640-384-384v384l384 384 640-640z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-check"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 107,
"paths": [
"M704 576c0 70.4-57.6 128-128 128h-128c-70.4 0-128-57.6-128-128v-128c0-70.4 57.6-128 128-128h128c70.4 0 128 57.6 128 128v128z",
"M1024 512l-192-320v640z",
"M0 512l192-320v640z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-connectivity"
],
- "defaultCode": 46,
- "id": 51,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 84,
"paths": [
"M768 352c0 53.019-114.615 96-256 96s-256-42.981-256-96c0-53.019 114.615-96 256-96s256 42.981 256 96z",
"M768 672v-256c0 53-114.6 96-256 96s-256-43-256-96v256c0 53 114.6 96 256 96s256-43 256-96z",
"M832 0h-128v192h127.6c0.2 0 0.2 0.2 0.4 0.4v639.4c0 0.2-0.2 0.2-0.4 0.4h-127.6v192h128c105.6 0 192-86.4 192-192v-640.2c0-105.6-86.4-192-192-192z",
"M192 831.6v-639.4c0-0.2 0.2-0.2 0.4-0.4h127.6v-191.8h-128c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h128v-192h-127.6c-0.2 0-0.4-0.2-0.4-0.4z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-database-in-brackets"
],
- "defaultCode": 115,
- "id": 26,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 49,
"paths": [
"M512 116.4c-245.8 0-452.2 168-510.8 395.6 58.6 227.4 265 395.6 510.8 395.6s452.2-168 510.8-395.6c-58.6-227.4-265-395.6-510.8-395.6zM829.2 588.4c-22.6 34.4-50.6 64.8-83 90.4-32.8 25.8-69 45.6-108 59.4-40.4 14.2-82.8 21.4-126 21.4s-85.8-7.2-126-21.4c-39-13.8-75.4-33.8-108-59.4-32.4-25.6-60.4-55.8-83-90.4-15.8-24-28.8-49.6-38.6-76.4 10-26.8 23-52.4 38.6-76.4 22.6-34.4 50.6-64.8 83-90.4 32.8-25.8 69-45.6 108-59.4 40.4-14.2 82.8-21.4 126-21.4s85.8 7.2 126 21.4c39 13.8 75.4 33.8 108 59.4 32.4 25.6 60.4 55.8 83 90.4 15.8 24 28.8 49.6 38.6 76.4-9.8 26.8-22.8 52.4-38.6 76.4z",
"M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192s192 85.961 192 192z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-crosshair"
+ "icon-eye-open-v2"
],
- "defaultCode": 58901,
- "id": 8,
- "isMulticolor": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 129,
"paths": [
"M1024 576v-128l-140.976-35.244c-8.784-32.922-21.818-64.106-38.504-92.918l74.774-124.622-90.51-90.51-124.622 74.774c-28.812-16.686-59.996-29.72-92.918-38.504l-35.244-140.976h-128l-35.244 140.976c-32.922 8.784-64.106 21.818-92.918 38.504l-124.622-74.774-90.51 90.51 74.774 124.622c-16.686 28.812-29.72 59.996-38.504 92.918l-140.976 35.244v128l140.976 35.244c8.784 32.922 21.818 64.106 38.504 92.918l-74.774 124.622 90.51 90.51 124.622-74.774c28.812 16.686 59.996 29.72 92.918 38.504l35.244 140.976h128l35.244-140.976c32.922-8.784 64.106-21.818 92.918-38.504l124.622 74.774 90.51-90.51-74.774-124.622c16.686-28.812 29.72-59.996 38.504-92.918l140.976-35.244zM704 512c0 106.038-85.962 192-192 192s-192-85.962-192-192 85.962-192 192-192 192 85.962 192 192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-gear"
],
- "defaultCode": 71,
- "id": 60,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 60,
"paths": [
"M1024 0h-1024c0 282.8 229.2 512 512 512s512-229.2 512-512zM512 384c-102.6 0-199-40-271.6-112.4-41.2-41.2-72-90.2-90.8-143.6h724.6c-18.8 53.4-49.6 102.4-90.8 143.6-72.4 72.4-168.8 112.4-271.4 112.4z",
"M512 512c-282.8 0-512 229.2-512 512h1024c0-282.8-229.2-512-512-512z"
],
- "attrs": [
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-hourglass"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "125525525516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- },
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58889,
- "id": 14
+ "11841841841": []
+ }
},
{
+ "id": 61,
"paths": [
"M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM512 128c70.6 0 128 57.4 128 128s-57.4 128-128 128c-70.6 0-128-57.4-128-128s57.4-128 128-128zM704 832h-384v-128h64v-256h256v256h64v128z"
],
- "attrs": [
- {
- "fill": "rgb(0, 0, 0)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-info-v1.5"
+ "icon-info"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 0
- }
- ],
- "125525525516161751": [
- {
- "f": 0
- }
- ],
- "1161751207457516161751": [
- {
- "f": 0
- }
- ]
- },
- "defaultCode": 58888,
- "id": 15
+ "11841841841": []
+ }
},
{
+ "id": 75,
"paths": [
"M1024 512l-512-512v307.2l-512 204.8v256h512v256z"
],
- "grid": 16,
- "tags": [
- "icon-link"
- ],
- "defaultCode": 244,
- "id": 65,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-link-v2"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 86,
"paths": [
"M832 384h-32v-96c0-158.8-129.2-288-288-288s-288 129.2-288 288v96h-32c-70.4 0-128 57.6-128 128v384c0 70.4 57.6 128 128 128h640c70.4 0 128-57.6 128-128v-384c0-70.4-57.6-128-128-128zM416 288c0-53 43-96 96-96s96 43 96 96v96h-192v-96z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-lock"
],
- "defaultCode": 108,
- "id": 28,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 79,
"paths": [
"M960 640c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64h-896c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h896z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-minus"
],
- "defaultCode": 45,
- "id": 82,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 110,
"paths": [
"M704 320h64c70.4 0 128-57.6 128-128v-64c0-70.4-57.6-128-128-128h-64c-70.4 0-128 57.6-128 128v64c0 70.4 57.6 128 128 128z",
"M256 320h64c70.4 0 128-57.6 128-128v-64c0-70.4-57.6-128-128-128h-64c-70.4 0-128 57.6-128 128v64c0 70.4 57.6 128 128 128z",
"M832 384h-192c-34.908 0-67.716 9.448-96 25.904 57.278 33.324 96 95.404 96 166.096v448h384v-448c0-105.6-86.4-192-192-192z",
"M384 384h-192c-105.6 0-192 86.4-192 192v448h576v-448c0-105.6-86.4-192-192-192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-people"
],
- "defaultCode": 79,
- "id": 78,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 82,
"paths": [
"M768 256c0 105.6-86.4 192-192 192h-128c-105.6 0-192-86.4-192-192v-64c0-105.6 86.4-192 192-192h128c105.6 0 192 86.4 192 192v64z",
"M64 1024v-192c0-140.8 115.2-256 256-256h384c140.8 0 256 115.2 256 256v192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-person"
],
- "defaultCode": 80,
- "id": 24,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 92,
"paths": [
"M960 384h-330v-320c0-35.2-28.8-64-64-64h-108c-35.2 0-64 28.8-64 64v320h-330c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h330v320c0 35.2 28.8 64 64 64h108c35.2 0 64-28.8 64-64v-320h330c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-plus"
],
- "defaultCode": 43,
- "id": 81,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 128,
"paths": [
"M832 128h-192.36v-64c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v64h-191.64c-105.6 0-192 72-192 160s0 160 0 160h64v384c0 105.6 86.4 192 192 192h512c105.6 0 192-86.4 192-192v-384h64c0 0 0-72 0-160s-86.4-160-192-160zM320 832h-128v-384h128v384zM576 832h-128v-384h128v384zM832 832h-128v-384h128v384z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-trash"
],
- "defaultCode": 90,
- "id": 90,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 122,
"paths": [
- "M384 512l-365.332 365.332c-24.89 24.89-24.89 65.62 0 90.51l37.49 37.49c24.89 24.89 65.62 24.89 90.51 0 0 0 365.332-365.332 365.332-365.332l365.332 365.332c24.89 24.89 65.62 24.89 90.51 0l37.49-37.49c24.89-24.89 24.89-65.62 0-90.51l-365.332-365.332c0 0 365.332-365.332 365.332-365.332 24.89-24.89 24.89-65.62 0-90.51l-37.49-37.49c-24.89-24.89-65.62-24.89-90.51 0 0 0-365.332 365.332-365.332 365.332l-365.332-365.332c-24.89-24.89-65.62-24.89-90.51 0l-37.49 37.49c-24.89 24.89-24.89 65.62 0 90.51 0 0 365.332 365.332 365.332 365.332z"
+ "M704 512l301.332 301.332c24.89 24.89 24.89 65.62 0 90.51l-101.49 101.49c-24.89 24.89-65.62 24.89-90.51 0l-301.332-301.332c0 0-301.332 301.332-301.332 301.332-24.89 24.89-65.62 24.89-90.51 0l-101.49-101.49c-24.89-24.89-24.89-65.62 0-90.51l301.332-301.332c0 0-301.332-301.332-301.332-301.332-24.89-24.89-24.89-65.62 0-90.51l101.49-101.49c24.89-24.89 65.62-24.89 90.51 0l301.332 301.332c0 0 301.332-301.332 301.332-301.332 24.89-24.89 65.62-24.89 90.51 0l101.49 101.49c24.89 24.89 24.89 65.62 0 90.51 0 0-301.332 301.332-301.332 301.332z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-x-heavy"
],
- "defaultCode": 120,
- "id": 93,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
- "id": 98,
+ "id": 46,
"paths": [
"M832 0h-192v192h191.66l0.34 0.34v639.32l-0.34 0.34h-191.66v192h192c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192z",
"M384 832h-191.66l-0.34-0.34v-639.32l0.34-0.34h191.66v-192h-192c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h192v-192z"
],
- "attrs": [
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-brackets"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 114,
+ "id": 27,
"paths": [
"M574-2h-128v320h128v-320z",
"M1022 446h-320v128h320v-128z",
"M574 702h-128v320h128v-320z",
"M318 446h-320v128h320v-128z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-crosshair"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 109,
+ "id": 31,
"paths": [
- "M146.4 182.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M146.4 402.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M146.4 621.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M146.4 841.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M365.8 73.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M365.8 292.6c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M365.8 512c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M365.8 731.4c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M365.8 950.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M585.2 182.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M585.2 402.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M585.2 621.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
- "M585.2 841.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z"
+ "M365.4 182.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M365.4 402.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M365.4 621.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M365.4 841.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M584.8 73.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M584.8 292.6c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M584.8 512c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M584.8 731.4c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M584.8 950.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M804.2 182.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M804.2 402.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M804.2 621.8c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z",
+ "M804.2 841.2c0 40.427-32.773 73.2-73.2 73.2s-73.2-32.773-73.2-73.2c0-40.427 32.773-73.2 73.2-73.2s73.2 32.773 73.2 73.2z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "width": 586,
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-grippy-v2"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
"id": 118,
"paths": [
- "M962 512l-896 512v-1024z"
+ "M0 576v256c0 105.6 86.4 192 192 192h256v-448h-448z",
+ "M448 0h-256c-105.6 0-192 86.4-192 192v256h448v-448z",
+ "M832 0h-256v448h448v-256c0-105.6-86.4-192-192-192z",
+ "M576 1024h256c105.6 0 192-86.4 192-192v-256h-448v448z"
],
- "attrs": [
- {}
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-grid-v2"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 136,
+ "paths": [
+ "M704 0h128v1024h-128v-1024z",
+ "M448 0h128v1024h-128v-1024z",
+ "M192 0h128v1024h-128v-1024z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-grippy-ew"
],
"isMulticolor": false,
"isMulticolor2": false,
- "grid": 16,
- "tags": [
- "icon-arrow-right-equilateral"
- ],
- "colorPermutations": {
- "1161751207457516161751": [
- {}
- ]
- }
- },
- {
- "paths": [
- "M0 512l256 256v-512z",
- "M512 0l-256 256h512z",
- "M512 1024l256-256h-512z",
- "M768 256v512l256-256z"
- ],
- "grid": 16,
- "tags": [
- "icon-arrows-out"
- ],
- "defaultCode": 73,
- "id": 43,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
+ "colorPermutations": {}
},
{
+ "id": 105,
"paths": [
"M1024 512l-448 512v-1024z",
"M448 0l-448 512 448 512z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-arrows-right-left"
],
- "defaultCode": 58893,
- "id": 44,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 106,
"paths": [
"M512 0l512 448h-1024z",
"M0 576l512 448 512-448z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-arrows-up-down"
],
- "defaultCode": 53,
- "id": 45,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 56,
"paths": [
"M832 752c0 44-36 80-80 80h-480c-44 0-80-36-80-80v-480c0-44 36-80 80-80h480c44 0 80 36 80 80v480z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-bullet"
],
- "defaultCode": 58905,
- "id": 4,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 133,
"paths": [
"M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM640 448h-256v-192h256v192zM384 512h256v192h-256v-192zM320 704h-256v-192h256v192zM320 256v192h-256v-192h256zM128 960c-17 0-33-6.6-45.2-18.8s-18.8-28.2-18.8-45.2v-128h256v192h-192zM384 960v-192h256v192h-256zM960 896c0 17-6.6 33-18.8 45.2s-28.2 18.8-45.2 18.8h-192v-192h256v128zM960 704h-256v-192h256v192zM960 448h-256v-192h256v192z"
],
- "attrs": [
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-calendar"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- }
- ],
- "125525525516161751": [
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58885,
- "id": 20
+ "11841841841": []
+ }
},
{
+ "id": 83,
"paths": [
"M958.4 65.6c-43.8-43.8-101-65.6-158.4-65.6s-114.6 21.8-158.4 65.6l-128 128c-74 74-85.4 187-34 273l-12.8 12.8c-35.4-20.8-75-31.4-114.8-31.4-57.4 0-114.6 21.8-158.4 65.6l-128 128c-87.4 87.4-87.4 229.4 0 316.8 43.8 43.8 101 65.6 158.4 65.6s114.6-21.8 158.4-65.6l128-128c74-74 85.4-187 34-273l12.8-12.8c35.2 21 75 31.6 114.6 31.6 57.4 0 114.6-21.8 158.4-65.6l128-128c87.6-87.6 87.6-229.6 0.2-317zM419.8 739.8l-128 128c-18 18.2-42.2 28.2-67.8 28.2s-49.8-10-67.8-28.2c-37.4-37.4-37.4-98.4 0-135.8l128-128c18.2-18.2 42.2-28.2 67.8-28.2 5.6 0 11.2 0.6 16.8 1.4l-55.6 55.6c-10.4 10.4-16.2 24.2-16.2 38.8s5.8 28.6 16.2 38.8c10.4 10.4 24.2 16.2 38.8 16.2s28.6-5.8 38.8-16.2l55.6-55.6c5.4 30.4-3.6 62.2-26.6 85zM867.8 291.8l-128 128c-18 18.2-42.2 28.2-67.8 28.2-5.6 0-11.2-0.6-16.8-1.4l55.6-55.6c10.4-10.4 16.2-24.2 16.2-38.8s-5.8-28.6-16.2-38.8c-10.4-10.4-24.2-16.2-38.8-16.2s-28.6 5.8-38.8 16.2l-55.6 55.6c-5.2-29.8 3.6-61.6 26.6-84.6l128-128c18-18.4 42.2-28.4 67.8-28.4s49.8 10 67.8 28.2c37.6 37.4 37.6 98.2 0 135.6z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-chain-links"
],
- "defaultCode": 232,
- "id": 25,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
- "id": 97,
- "paths": [
- "M0 0h192v1024h-192v-1024z",
- "M832 256h-256v-256l-320 416 320 416v-256h256v-320z"
- ],
- "attrs": [
- {
- "opacity": 1
- },
- {
- "opacity": 1
- }
- ],
- "isMulticolor": false,
- "width": 832,
- "grid": 16,
- "tags": [
- "icon-pane-collapse-left"
- ],
- "colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
- }
- },
- {
- "id": 96,
- "paths": [
- "M640 0h192v1024h-192v-1024z",
- "M0 256h256v-256l320 416-320 416v-256h-256v-320z"
- ],
- "attrs": [
- {
- "opacity": 1
- },
- {
- "opacity": 1
- }
- ],
- "isMulticolor": false,
- "width": 832,
- "grid": 16,
- "tags": [
- "icon-pane-collapse-right"
- ],
- "colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
- }
- },
- {
- "id": 95,
+ "id": 51,
"paths": [
"M832 576v255.66l-0.34 0.34-639.66-0.34v-255.66h-192v256c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-256h-192z",
"M512 640l448-448h-256v-192h-384v192h-256l448 448z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-download"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 91,
"paths": [
"M640 256v-128c0-70.4-57.6-128-128-128h-384c-70.4 0-128 57.6-128 128v384c0 70.4 57.6 128 128 128h128v-139.6c0-134.8 109.6-244.4 244.4-244.4h139.6z",
"M896 384h-384c-70.4 0-128 57.6-128 128v384c0 70.4 57.6 128 128 128h384c70.4 0 128-57.6 128-128v-384c0-70.4-57.6-128-128-128z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-duplicate"
],
- "defaultCode": 242,
- "id": 55,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 78,
"paths": [
"M896 192h-320c-16.4-16.4-96.8-96.8-109.2-109.2l-37.4-37.4c-25-25-74.2-45.4-109.4-45.4h-256c-35.2 0-64 28.8-64 64v384c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v-128c0-70.4-57.6-128-128-128z",
"M896 448h-768c-70.4 0-128 57.6-128 128v320c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-320c0-70.4-57.6-128-128-128zM704 800h-128v128h-128v-128h-128v-128h128v-128h128v128h128v128z"
],
- "grid": 16,
- "tags": [
- "icon-folder-new"
- ],
- "defaultCode": 102,
- "id": 56,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-folder-new-v2.5"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M192.344 832c-0.118-0.1-0.244-0.224-0.344-0.344v-191.656h-192v192c0 105.6 86.4 192 192 192h192v-192h-191.656z",
- "M192 192.344c0.1-0.118 0.224-0.244 0.344-0.344h191.656v-192h-192c-105.6 0-192 86.4-192 192v192h192v-191.656z",
- "M832 0h-192v192h191.656c0.118 0.1 0.244 0.226 0.344 0.344v191.656h192v-192c0-105.6-86.4-192-192-192z",
- "M832 831.656c-0.1 0.118-0.224 0.244-0.344 0.344h-191.656v192h192c105.6 0 192-86.4 192-192v-192h-192v191.656z"
- ],
- "grid": 16,
- "tags": [
- "icon-fullscreen-expand"
- ],
- "defaultCode": 122,
- "id": 59,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 124,
"paths": [
"M191.656 832c0.118 0.1 0.244 0.224 0.344 0.344v191.656h192v-192c0-105.6-86.4-192-192-192h-192v192h191.656z",
"M192 191.656c-0.1 0.118-0.224 0.244-0.344 0.344h-191.656v192h192c105.6 0 192-86.4 192-192v-192h-192v191.656z",
"M832 384h192v-192h-191.656c-0.118-0.1-0.244-0.226-0.344-0.344v-191.656h-192v192c0 105.6 86.4 192 192 192z",
"M832 832.344c0.1-0.118 0.224-0.244 0.344-0.344h191.656v-192h-192c-105.6 0-192 86.4-192 192v192h192v-191.656z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-fullscreen-collapse"
],
- "defaultCode": 95,
- "id": 58,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 123,
+ "paths": [
+ "M192.344 832c-0.118-0.1-0.244-0.224-0.344-0.344v-191.656h-192v192c0 105.6 86.4 192 192 192h192v-192h-191.656z",
+ "M192 192.344c0.1-0.118 0.224-0.244 0.344-0.344h191.656v-192h-192c-105.6 0-192 86.4-192 192v192h192v-191.656z",
+ "M832 0h-192v192h191.656c0.118 0.1 0.244 0.226 0.344 0.344v191.656h192v-192c0-105.6-86.4-192-192-192z",
+ "M832 831.656c-0.1 0.118-0.224 0.244-0.344 0.344h-191.656v192h192c105.6 0 192-86.4 192-192v-192h-192v191.656z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-fullscreen-expand"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 104,
"paths": [
"M1024 384l-512-384-512 384 512 384z",
"M512 896l-426.666-320-85.334 64 512 384 512-384-85.334-64z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-layers"
],
- "defaultCode": 225,
- "id": 62,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 102,
"paths": [
"M64 576c-35.346 0-64-28.654-64-64s28.654-64 64-64h896c35.346 0 64 28.654 64 64s-28.654 64-64 64h-896z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-line-horz"
],
- "defaultCode": 226,
- "id": 64,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 20,
"paths": [
"M1024 896l-256.8-256.8c42.4-66.6 65-144 64.8-223.2 0-229.8-186.2-416-416-416s-416 186.2-416 416 186.2 416 416 416c79 0.2 156.4-22.4 223.2-64.8l256.8 256.8 128-128zM212.4 619.6c-112.4-112.4-112.4-294.8 0-407.2s294.8-112.4 407.2 0 112.4 294.8 0 407.2c-54 54-127.2 84.4-203.6 84.4-76.4 0.2-149.8-30.2-203.6-84.4z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-magnify"
+ "icon-magnify-v2"
],
- "defaultCode": 77,
- "id": 68,
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 21,
"paths": [
"M1024 896l-256.86-256.86c40.681-62.963 64.861-139.898 64.861-222.481 0-0.232-0-0.464-0.001-0.696l0 0.036c0-229.76-186.24-416-416-416s-416 186.24-416 416 186.24 416 416 416c0.196 0 0.427 0.001 0.659 0.001 82.583 0 159.518-24.18 224.112-65.846l-1.631 0.985 256.86 256.86zM212.36 619.64c-52.114-52.117-84.346-124.114-84.346-203.64 0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288-0.005 0-0.010-0-0.014-0l0.001 0c-0.242 0.001-0.529 0.001-0.815 0.001-79.271 0-151.010-32.251-202.811-84.348l-0.013-0.014z",
"M224 352h384v128h-384v-128z",
"M352 224h128v384h-128v-384z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-magnify-in"
+ "icon-magnify-in-v2"
],
- "defaultCode": 88,
- "id": 66,
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 19,
"paths": [
"M767.2 639.2c42.4-66.6 65-144 64.8-223.2 0-229.8-186.2-416-416-416s-416 186.2-416 416 186.2 416 416 416c79 0.2 156.4-22.4 223.2-64.8l256.8 256.8 128-128-256.8-256.8zM619.6 619.6c-54 54-127.2 84.4-203.6 84.4-76.4 0.2-149.8-30.2-203.6-84.4-112.4-112.4-112.4-294.8 0-407.2s294.8-112.4 407.2 0c112.4 112.4 112.4 294.8 0 407.2z",
"M224 352h384v128h-384v-128z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-magnify-out"
+ "icon-magnify-out-v2"
],
- "defaultCode": 89,
- "id": 67,
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 17,
"paths": [
"M0 128h1024v128h-1024v-128z",
"M0 448h1024v128h-1024v-128z",
"M0 768h1024v128h-1024v-128z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-menu"
+ "icon-menu-v2.2"
],
- "defaultCode": 109,
- "id": 69,
- "attrs": [
- {},
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
+ "id": 89,
"paths": [
"M293.4 512l218.6-218.6 256 256v-421.4c0-70.4-57.6-128-128-128h-512c-70.4 0-128 57.6-128 128v512c0 70.4 57.6 128 128 128h421.4l-256-256z",
"M1024 448h-128v320l-384-384-128 128 384 384h-320v128h576z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-move"
],
- "defaultCode": 243,
- "id": 70,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 127,
"paths": [
"M448 0v128h320l-384 384 128 128 384-384v320h128v-576z",
"M576 674.274v157.382c-0.1 0.118-0.226 0.244-0.344 0.344h-383.312c-0.118-0.1-0.244-0.226-0.344-0.344v-383.312c0.1-0.118 0.226-0.244 0.344-0.344h157.382l192-192h-349.726c-105.6 0-192 86.4-192 192v384c0 105.6 86.4 192 192 192h384c105.6 0 192-86.4 192-192v-349.726l-192 192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-new-window"
],
- "defaultCode": 121,
- "id": 71,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 63,
"paths": [
"M544 224v224c0 88.4-71.6 160-160 160s-160-71.6-160-160v-97.2l-197.4 196.4c-50 50-12.4 215.2 112.4 340s290 162.4 340 112.4l417-423.6-352-352z",
"M896 1024c70.6 0 128-57.4 128-128 0-108.6-128-192-128-192s-128 83.4-128 192c0 70.6 57.4 128 128 128z",
"M384 512c-35.4 0-64-28.6-64-64v-384c0-35.4 28.6-64 64-64s64 28.6 64 64v384c0 35.4-28.6 64-64 64z"
],
- "attrs": [
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-paint-bucket"
+ "icon-paint-bucket-v2"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "125525525516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- },
- {
- "f": 2
- },
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58886,
- "id": 21
+ "11841841841": []
+ }
},
{
+ "id": 117,
+ "paths": [
+ "M922.344 101.68c-38.612-38.596-81.306-69.232-120.304-86.324-68.848-30.25-104.77-9.078-120.194 6.344l-516.228 516.216-3.136 9.152-162.482 476.932 485.998-165.612 6.73-6.806 509.502-509.506c9.882-9.866 21.768-27.77 21.768-56.578 0.002-50.71-38.996-121.148-101.654-183.818zM237.982 855.66l-69.73-69.728 69.25-203.228 18.498-6.704h64v128h128v64l-6.846 18.506-203.172 69.154z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-pencil"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 72,
+ "paths": [
+ "M922.4 101.6c-38.6-38.6-81.4-69.2-120.4-86.2-68.8-30.2-104.8-9-120.2 6.4l-516.2 516.2-3.2 9.2-162.4 476.8 486-165.6 516.2-516.4c9.8-9.8 21.8-27.8 21.8-56.6 0-50.6-39-121-101.6-183.8zM238 855.6l-69.8-69.6 69.2-203.2 18.4-6.8h64v128h128v64l-6.8 18.6-203 69z",
+ "M0 0v512l128-128v-256h256l128-128z",
+ "M1024 1024v-512l-128 128v256h-256l-128 128z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-pencil-edit-in-place"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 90,
+ "paths": [
+ "M1024 512l-1024 512v-1024z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-play"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 88,
"paths": [
"M126-2h256v1024h-256v-1024z",
"M638-2h256v1024h-256v-1024z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-pause"
],
- "defaultCode": 241,
- "id": 76,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 13,
"paths": [
- "M922.344 101.68c-38.612-38.596-81.306-69.232-120.304-86.324-68.848-30.25-104.77-9.078-120.194 6.344l-516.228 516.216-3.136 9.152-162.482 476.932 485.998-165.612 6.73-6.806 509.502-509.506c9.882-9.866 21.768-27.77 21.768-56.578 0.002-50.71-38.996-121.148-101.654-183.818zM237.982 855.66l-69.73-69.728 69.25-203.228 18.498-6.704h64v128h128v64l-6.846 18.506-203.172 69.154z"
+ "M255.8 704c0.2 0 0.2 0 0 0l0.2-128c0-70.6 57.4-128 128-128h255.8c0 0 0 0 0.2-0.2v-127.8c0-70.6 57.4-128 128-128h143.6c-93.8-117-238-192-399.6-192-282.8 0-512 229.2-512 512 0 68 13.2 132.8 37.2 192h218.6z",
+ "M768.2 320c-0.2 0-0.2 0 0 0l-0.2 128c0 70.6-57.4 128-128 128h-255.8c0 0 0 0-0.2 0.2v127.8c0 70.6-57.4 128-128 128h-143.6c93.8 117 238 192 399.6 192 282.8 0 512-229.2 512-512 0-68-13.2-132.8-37.2-192h-218.6z"
],
- "grid": 16,
- "tags": [
- "icon-pencil"
- ],
- "defaultCode": 112,
- "id": 77,
"attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M1024 512l-1024 512v-1024z"
- ],
- "grid": 16,
- "tags": [
- "icon-play"
- ],
- "defaultCode": 239,
- "id": 79,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M255.884 704c0.040-0.034 0.082-0.074 0.116-0.116v-127.884c0-70.58 57.42-128 128-128h255.884c0.040-0.034 0.082-0.074 0.116-0.116v-127.884c0-70.58 57.42-128 128-128h143.658c-93.832-117.038-237.98-192-399.658-192-282.77 0-512 229.23-512 512 0 67.904 13.25 132.704 37.256 192h218.628z",
- "M768.116 320c-0.040 0.034-0.082 0.074-0.116 0.116v127.884c0 70.58-57.42 128-128 128h-255.884c-0.040 0.034-0.082 0.074-0.116 0.116v127.884c0 70.58-57.42 128-128 128h-143.658c93.832 117.038 237.98 192 399.658 192 282.77 0 512-229.23 512-512 0-67.904-13.25-132.704-37.256-192h-218.628z"
- ],
- "grid": 16,
+ "grid": 1,
"tags": [
"icon-plot-resource"
],
- "defaultCode": 233,
- "id": 80,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 80,
"paths": [
- "M510 1024l-256-512 256-512h-256l-256 512 256 512z"
+ "M766 1024l-256-512 256-512h-256l-256 512 256 512z"
],
- "width": 512,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-pointer-left"
],
- "defaultCode": 123,
- "id": 22,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 81,
"paths": [
- "M-2 0l256 512-256 512h256l256-512-256-512z"
+ "M254 0l256 512-256 512h256l256-512-256-512z"
],
- "width": 512,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-pointer-right"
],
- "defaultCode": 125,
- "id": 23,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 37,
"paths": [
- "M960 432v-432l-164.8 164.8c-79.8-65.2-178.8-100.8-283.2-100.8-119.6 0-232.2 46.6-316.8 131.2s-131.2 197.2-131.2 316.8 46.6 232.2 131.2 316.8c84.6 84.6 197.2 131.2 316.8 131.2s232.2-46.6 316.8-131.2c69.4-69.4 113.2-157.4 126.6-252.8h-130c-29.8 145.8-159 256-313.6 256-176.4 0-320-143.6-320-320s143.8-320 320.2-320c72 0 138.4 23.8 192 64l-176 176h432z"
+ "M1024 460.8v-460.8l-175.8 175.8c-85.2-69.6-190.8-107.6-302-107.6-127.6 0-247.6 49.8-338 140s-140 210.4-140 338 49.8 247.6 140 338 210.4 140 338 140 247.6-49.8 338-140c74-74 120.8-167.8 135-269.6h-138.6c-32 155.4-169.8 272.8-334.6 272.8-188.2 0-341.4-153.2-341.4-341.4s153.4-341.2 341.6-341.2c76.8 0 147.6 25.4 204.8 68.2l-187.8 187.8h460.8z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-refresh"
+ "icon-refresh-v1.5"
],
- "defaultCode": 114,
- "id": 27,
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 71,
"paths": [
"M192.2 576c-0.2 0-0.2 0 0 0l-0.2 448h640v-447.8c0 0 0 0-0.2-0.2h-639.6z",
"M978.8 210.8l-165.4-165.4c-25-25-74.2-45.4-109.4-45.4h-576c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128v-448c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v448c70.4 0 128-57.6 128-128v-576c0-35.2-20.4-84.4-45.2-109.2zM704 256c0 35.2-28.8 64-64 64h-448c-35.2 0-64-28.8-64-64v-192h320v192h128v-192h128v192z"
],
- "attrs": [
- {
- "fill": "rgb(0, 0, 0)"
- },
- {
- "fill": "rgb(0, 0, 0)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-save-v2"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 0
- },
- {
- "f": 0
- }
- ],
- "125525525516161751": [
- {
- "f": 0
- },
- {
- "f": 0
- }
- ],
- "1161751207457516161751": [
- {
- "f": 0
- },
- {
- "f": 0
- }
- ]
- },
- "defaultCode": 58898,
- "id": 11
+ "11841841841": []
+ }
},
{
+ "id": 70,
"paths": [
- "M1022.294 512c-1.746-7.196-3.476-14.452-5.186-21.786-20.036-85.992-53.302-208.976-98-306.538-22.42-48.938-45.298-86.556-69.946-115.006-48.454-55.93-98.176-67.67-131.356-67.67s-82.902 11.74-131.356 67.672c-24.648 28.45-47.528 66.068-69.948 115.006-44.696 97.558-77.962 220.544-98 306.538-21.646 92.898-46.444 175.138-71.71 237.836-16.308 40.46-30.222 66.358-40.6 82.604-10.378-16.246-24.292-42.142-40.6-82.604-23.272-57.75-46.144-132.088-66.524-216.052h-197.362c1.746 7.196 3.476 14.452 5.186 21.786 20.036 85.992 53.302 208.976 98 306.538 22.42 48.938 45.298 86.556 69.946 115.006 48.454 55.932 98.176 67.672 131.356 67.672s82.902-11.74 131.356-67.672c24.648-28.45 47.528-66.068 69.948-115.006 44.696-97.558 77.962-220.544 98-306.538 21.646-92.898 46.444-175.138 71.71-237.836 16.308-40.46 30.222-66.358 40.6-82.604 10.378 16.246 24.292 42.142 40.6 82.604 23.274 57.748 46.146 132.086 66.526 216.050h197.36z"
+ "M978.8 338.8l-64-64c24.8 24.8 45.2 74 45.2 109.2v448c0 70.4-57.6 128-128 128h-640c-18.8 0-36.6-4.2-52.6-11.4 20.2 44.4 65 75.4 116.6 75.4h640c70.4 0 128-57.6 128-128v-448c0-35.2-20.4-84.4-45.2-109.2z",
+ "M704 896v-319.8c0 0 0 0-0.2-0.2h-511.6l-0.2 320h512z",
+ "M192 512h512c35.2 0 64 28.8 64 64v320c70.4 0 128-57.6 128-128v-448c0-35.2-20.4-84.4-45.2-109.2l-165.4-165.4c-25-25-74.2-45.4-109.4-45.4h-448c-70.4 0-128 57.6-128 128v640c0 70.4 57.6 128 128 128v-320c0-35.2 28.8-64 64-64zM128 64h192v192h128v-192h128v192c0 35.2-28.8 64-64 64h-320c-35.2 0-64-28.8-64-64v-192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-save-as"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 68,
+ "paths": [
+ "M1024 512c-1.8-7.2-3.4-14.4-5.2-21.8-20.2-86.2-53.4-209.4-98.4-307.2-22.4-49-45.4-86.6-70.2-115.2-48.6-56-98.4-67.8-131.8-67.8-33.2 0-83.2 11.8-131.8 67.8-24.6 28.6-47.6 66.2-70 115.2-44.8 97.8-78.2 221-98.4 307.2-21.8 93-46.6 175.4-72 238.4-16.4 40.6-30.4 66.4-40.8 82.8-10.4-16.2-24.4-42.2-40.8-82.8-23.2-58-46.2-132.4-66.6-216.6h-198c1.8 7.2 3.4 14.4 5.2 21.8 20.2 86.2 53.4 209.4 98.4 307.2 22.4 49 45.4 86.6 70.2 115.2 48.6 56 98.6 67.8 131.8 67.8s83.2-11.8 131.8-67.8c24.8-28.6 47.6-66.2 70.2-115.2 44.8-97.8 78.2-221 98.4-307.2 21.8-93 46.6-175.4 72-238.4 16.4-40.6 30.4-66.4 40.8-82.8 10.4 16.2 24.4 42.2 40.8 82.8 23.4 57.8 46.4 132.4 66.8 216.4h197.6z"
+ ],
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-sine"
],
- "defaultCode": 54,
- "id": 83,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 5,
"paths": [
"M800 1024h224l-384-1024h-256l-384 1024h224l84-224h408zM380 608l132-352 132 352z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-T"
+ "icon-font"
],
- "defaultCode": 228,
- "id": 84,
- "attrs": [
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {}
- ]
+ "11841841841": []
}
},
{
+ "id": 87,
"paths": [
"M448 382c0 35.2-28.8 64-64 64h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v320z",
"M1024 382c0 35.2-28.8 64-64 64h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v320z",
"M448 958c0 35.2-28.8 64-64 64h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v320z",
"M1024 958c0 35.2-28.8 64-64 64h-320c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v320z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-thumbs-strip"
],
- "defaultCode": 246,
- "id": 87,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 99,
"paths": [
"M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM128 128h320v768h-320v-768zM896 896h-320v-768h320v768z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-two-parts-both"
],
- "defaultCode": 229,
- "id": 91,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 98,
"paths": [
"M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-320v-768h320v768z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-two-parts-one-only"
],
- "defaultCode": 231,
- "id": 92,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
- "id": 105,
+ "id": 40,
"paths": [
"M795.2 164.8c-79.8-65.2-178.8-100.8-283.2-100.8-119.6 0-232.2 46.6-316.8 131.2-69.4 69.4-113.2 157.4-126.6 252.8h130c29.6-145.8 158.8-256 313.4-256 72 0 138.4 23.8 192 64l-176 176h432v-432l-164.8 164.8z",
"M512 832c-72 0-138.4-23.8-192-64l176-176h-432v432l164.8-164.8c79.8 65.2 178.8 100.8 283.2 100.8 119.6 0 232.2-46.6 316.8-131.2 69.4-69.4 113.2-157.4 126.6-252.8h-130c-29.6 145.8-158.8 256-313.4 256z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-resync"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
- "id": 104,
+ "id": 36,
"paths": [
"M460.8 460.8l-187.8-187.8c57.2-42.8 128-68.2 204.8-68.2 188.2 0 341.6 153.2 341.6 341.4s-153.2 341.2-341.4 341.2c-165 0-302.8-117.6-334.6-273h-138.4c14.2 101.8 61 195.6 135 269.6 90.2 90.2 210.4 140 338 140s247.6-49.8 338-140 140-210.4 140-338-49.8-247.6-140-338-210.4-140-338-140c-111.4 0-217 38-302 107.6l-176-175.6v460.8h460.8z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-reset"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 65,
"paths": [
- "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM832 704l-128 128-192-192-192 192-128-128 192-192-192-192 128-128 192 192 192-192 128 128-192 192 192 192z"
+ "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM768 704l-64 64-192-192-192 192-64-64 192-192-192-192 64-64 192 192 192-192 64 64-192 192 192 192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-x-in-circle"
],
- "defaultCode": 58887,
- "id": 16,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
- "id": 103,
+ "id": 38,
"paths": [
- "M253.414 318.061l-155.172-116.384c-50.233 66.209-85.127 146.713-97.91 234.39l191.586 30.216c8.145-56.552 29.998-106.879 62.068-149.006z",
- "M191.98 557.717l-191.919 27.434c13.115 90.459 48.009 170.963 99.174 238.453l154.18-117.665c-31.476-41.347-53.309-91.675-61.231-146.504z",
- "M466.283 191.98l-27.434-191.919c-90.459 13.115-170.963 48.009-238.453 99.174l117.665 154.18c41.347-31.476 91.675-53.309 146.504-61.231z",
- "M822.323 98.242c-66.209-50.233-146.713-85.127-234.39-97.91l-30.216 191.586c56.552 8.145 106.879 29.998 149.006 62.068z",
- "M832.020 466.283l191.919-27.434c-13.115-90.459-48.009-170.963-99.174-238.453l-154.18 117.665c31.476 41.347 53.309 91.675 61.231 146.504z",
- "M201.677 925.758c66.209 50.233 146.713 85.127 234.39 97.91l30.216-191.586c-56.552-8.145-106.879-29.998-149.006-62.068z",
- "M770.586 705.939l155.131 116.343c50.233-66.209 85.127-146.713 97.91-234.39l-191.586-30.216c-8.125 56.564-29.966 106.906-62.028 149.049z",
- "M557.717 832.020l27.434 191.919c90.459-13.115 170.963-48.009 238.453-99.174l-117.665-154.18c-41.347 31.476-91.675 53.309-146.504 61.231z",
+ "M253.414 318.061l-155.172-116.384c-50.233 66.209-85.127 146.713-97.91 234.39l-0.333 2.781 191.919 27.434c8.145-56.552 29.998-106.879 62.068-149.006l-0.573 0.784z",
+ "M191.98 557.717l-191.919 27.434c13.115 90.459 48.009 170.963 99.174 238.453l-0.931-1.281 155.111-116.384c-31.476-41.347-53.309-91.675-61.231-146.504l-0.204-1.719z",
+ "M466.283 191.98l-27.434-191.919c-90.459 13.115-170.963 48.009-238.453 99.174l1.281-0.931 116.384 155.111c41.347-31.476 91.675-53.309 146.504-61.231l1.719-0.204z",
+ "M822.323 98.242c-66.209-50.233-146.713-85.127-234.39-97.91l-2.781-0.333-27.434 191.919c56.552 8.145 106.879 29.998 149.006 62.068l-0.784-0.573z",
+ "M832.020 466.283l191.919-27.434c-13.115-90.459-48.009-170.963-99.174-238.453l0.931 1.281-155.111 116.384c31.476 41.347 53.309 91.675 61.231 146.504l0.204 1.719z",
+ "M201.677 925.758c66.209 50.233 146.713 85.127 234.39 97.91l2.781 0.333 27.434-191.919c-56.552-8.145-106.879-29.998-149.006-62.068l0.784 0.573z",
+ "M770.586 705.939l155.131 116.343c50.233-66.209 85.127-146.713 97.91-234.39l0.333-2.781-191.919-27.434c-8.125 56.564-29.966 106.906-62.028 149.049l0.574-0.786z",
+ "M557.717 832.020l27.434 191.919c90.459-13.115 170.963-48.009 238.453-99.174l-1.281 0.931-116.384-155.111c-41.347 31.476-91.675 53.309-146.504 61.231l-1.719 0.204z",
"M770.586 512c0 142.813-115.773 258.586-258.586 258.586s-258.586-115.773-258.586-258.586c0-142.813 115.773-258.586 258.586-258.586s258.586 115.773 258.586 258.586z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-brightness"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
- "id": 102,
+ "id": 39,
"paths": [
- "M512 0c-282.78 0-512 229.24-512 512s229.22 512 512 512 512-229.24 512-512-229.22-512-512-512zM783.52 783.52c-69.111 69.481-164.785 112.481-270.502 112.481-0.358 0-0.716-0-1.074-0.001l0.055-768c212.070 0.010 383.982 171.929 383.982 384 0 106.034-42.977 202.031-112.462 271.52z"
+ "M512 0c-282.78 0-512 229.24-512 512s229.22 512 512 512 512-229.24 512-512-229.22-512-512-512zM783.52 783.52c-69.111 69.481-164.785 112.481-270.502 112.481-0.358 0-0.716-0-1.074-0.001l0.055 0v-768c212.070 0.010 383.982 171.929 383.982 384 0 106.034-42.977 202.031-112.462 271.52l0-0z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-contrast"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
- "id": 106,
+ "id": 35,
"paths": [
"M960 0c0 0 0 0 0 0h-320v128h165.4l-210.6 210.8c-25 25-25 65.6 0 90.6 12.4 12.4 28.8 18.8 45.2 18.8s32.8-6.2 45.2-18.8l210.8-210.8v165.4h128v-384h-64z",
"M896 805.4l-210.8-210.6c-25-25-65.6-25-90.6 0s-25 65.6 0 90.6l210.8 210.6h-165.4v128h384v-384h-128v165.4z",
"M218.6 128h165.4v-128h-320c0 0 0 0 0 0h-64v384h128v-165.4l210.8 210.8c12.4 12.4 28.8 18.8 45.2 18.8s32.8-6.2 45.2-18.8c25-25 25-65.6 0-90.6l-210.6-210.8z",
"M338.8 594.8l-210.8 210.6v-165.4h-128v384h384v-128h-165.4l210.8-210.8c25-25 25-65.6 0-90.6-25.2-24.8-65.6-24.8-90.6 0.2z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-expand"
],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 107,
+ "id": 33,
"paths": [
"M0 64h1024v128h-1024v-128z",
"M0 320h1024v128h-1024v-128z",
"M0 576h1024v128h-1024v-128z",
"M0 832h1024v128h-1024v-128z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-list-view"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
- "id": 112,
+ "id": 28,
"paths": [
"M382 830h448v-448h-448v448zM510 510h192v192h-192v-192z",
"M-2 574h320v64h-320v-64z",
@@ -2693,33 +2126,17 @@
"M574 894h64v128h-64v-128z",
"M574 574h64v64h-64v-64z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-grid-snap-to"
],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 113,
+ "id": 29,
"paths": [
"M768 576h192v64h-192v-64z",
"M256 576h192v64h-192v-64z",
@@ -2729,677 +2146,436 @@
"M576 0h64v192h-64v-192z",
"M576 768h64v192h-64v-192z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-grid-snap-no"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 110,
+ "id": 26,
"paths": [
"M0 64v896h1024v-896h-1024zM896 832h-768v-640h768v640z",
"M192 256h384v128h-384v-128z"
],
- "attrs": [
- {},
- {}
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-frame-show"
],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 111,
+ "id": 25,
"paths": [
"M128 190h420l104-128h-652v802.4l128-157.4z",
"M896 830h-420l-104 128h652v-802.4l-128 157.4z",
"M832-2l-832 1024h192l832-1024z",
"M392 382l104-128h-304v128z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-frame-hide"
],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 115,
+ "id": 23,
"paths": [
"M832 192.4v639.4c0 0.2-0.2 0.2-0.4 0.4h-319.6v192h320c105.6 0 192-86.4 192-192v-640.2c0-105.6-86.4-192-192-192h-320v192h319.6c0.2 0 0.4 0.2 0.4 0.4z",
"M192 704v192l384-384-384-384v192h-192v384z"
],
- "attrs": [
- {},
- {}
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-import"
],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 116,
+ "id": 24,
"paths": [
"M192 831.66v-639.32l0.34-0.34h319.66v-192h-320c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h320v-192h-319.66z",
"M1024 512l-384-384v192h-192v384h192v192l384-384z"
],
- "attrs": [
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-export"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 119,
+ "id": 4,
"paths": [
- "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"
+ "M842.841 380.048h-120.956l-52.382 139.676 52.918 141.12 59.942-159.84 62.361 166.314h-119.884l34.019 90.717h119.884l39.695 105.836h105.836l-181.434-483.823z",
+ "M263.903 160.129l-263.903 703.742h153.944l57.729-153.944h280.397l57.729 153.944h153.944l-263.903-703.742zM261.154 577.976l90.717-241.911 90.717 241.911z"
],
- "attrs": [
- {},
- {}
- ],
- "width": 1490,
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-font-size-alt1"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
+ "id": 97,
"paths": [
"M576 64h-256l320 320h-290.256c-44.264-76.516-126.99-128-221.744-128h-128v512h128c94.754 0 177.48-51.484 221.744-128h290.256l-320 320h256l448-448-448-448z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-activity"
],
- "defaultCode": 97,
- "id": 32,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 16,
"paths": [
- "M512 0c-214.866 0-398.786 132.372-474.744 320h90.744c56.86 0 107.938 24.724 143.094 64h240.906l-192-192h256l320 320-320 320h-256l192-192h-240.906c-35.156 39.276-86.234 64-143.094 64h-90.744c75.958 187.628 259.878 320 474.744 320 282.77 0 512-229.23 512-512s-229.23-512-512-512z"
+ "M512 0c-214.8 0-398.8 132.4-474.8 320h90.8c56.8 0 108 24.8 143 64h241l-192-192h256l320 320-320 320h-256l192-192h-241c-35 39.2-86.2 64-143 64h-90.8c76 187.6 259.8 320 474.8 320 282.8 0 512-229.2 512-512s-229.2-512-512-512z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-activity-mode"
],
- "defaultCode": 65,
- "id": 31,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 125,
"paths": [
"M192 0c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h64v-1024h-64z",
"M384 0h256v1024h-256v-1024z",
"M832 0h-64v704h256v-512c0-105.6-86.4-192-192-192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-autoflow-tabular"
],
- "defaultCode": 72,
- "id": 47,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 3,
"paths": [
- "M512 0c-282.76 0-512 229.24-512 512s229.24 512 512 512 512-229.24 512-512-229.24-512-512-512zM782 690c-12.681 21.673-35.844 36-62.354 36-0.023 0-0.047-0-0.070-0-0.016 0-0.040 0-0.064 0-13.234 0-25.63-3.587-36.269-9.843l-221.644-127.977q-1.2-0.7-2.38-1.46l-0.86-0.56-1.86-1.28-1.26-0.9-1.26-0.96-1.7-1.34-0.64-0.54c-0.72-0.6-1.44-1.22-2.14-1.84v0c-5.012-4.562-9.331-9.758-12.863-15.491-0.457-0.769-0.717-1.249-0.997-1.709s-0.58-0.98-0.86-1.48c-3.092-5.53-5.561-11.936-7.071-18.704l-0.089-0.596c-0.2-0.92-0.38-1.84-0.54-2.76 0-0.28-0.1-0.56-0.16-0.84-0.12-0.7-0.22-1.42-0.3-2.14s-0.14-1.040-0.2-1.58-0.1-1.020-0.14-1.54-0.12-1.5-0.18-2.24c0-0.34 0-0.68 0-1.040q0-1.4 0-2.78c0-0.1 0-0.22 0-0.32v-364.080c0-39.765 32.235-72 72-72s72 32.235 72 72v322.44l185.7 107.22c21.605 12.697 35.879 35.823 35.879 62.284 0 13.278-3.594 25.716-9.862 36.395z"
+ "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM782 690c-12.8 22.2-36.6 36-62.4 36-12.6 0-25-3.4-36-9.6l-222-128.2c-0.8-0.4-1.6-1-2.4-1.4l-0.8-0.6-1.8-1.2-2.4-2-1.8-1.4-0.6-0.6c-0.8-0.6-1.4-1.2-2.2-1.8v0c-5-4.6-9.4-10-13-15.8-0.2-0.4-0.6-1-0.8-1.4s-0.6-1-0.8-1.4c-3.2-6-5.8-12.4-7.2-19.2v-0.2c-0.2-1-0.4-1.8-0.6-2.8 0-0.2 0-0.6-0.2-0.8-0.2-0.6-0.2-1.4-0.2-2.2s-0.2-1-0.2-1.6 0-1-0.2-1.6-0.2-1.6-0.2-2.2c0-0.4 0-0.6 0-1 0-1 0-1.8 0-2.8 0 0 0-0.2 0-0.4v-363.8c0-39.8 32.2-72 72-72s72 32.2 72 72v322.4l185.8 107.2c34.2 20 45.8 64 26 98.4z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-clock"
+ "icon-clock-v1.5"
],
- "defaultCode": 67,
- "id": 50,
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 132,
"paths": [
"M1024 192c0 106.039-229.23 192-512 192s-512-85.961-512-192c0-106.039 229.23-192 512-192s512 85.961 512 192z",
"M512 512c-282.77 0-512-85.962-512-192v512c0 106.038 229.23 192 512 192s512-85.962 512-192v-512c0 106.038-229.23 192-512 192z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-database"
],
- "defaultCode": 68,
- "id": 53,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 131,
"paths": [
"M683.52 819.286c-50.782 28.456-109.284 44.714-171.52 44.714-194.094 0-352-157.906-352-352s157.906-352 352-352 352 157.906 352 352c0 62.236-16.258 120.738-44.714 171.52l191.692 191.692c8.516-13.89 13.022-28.354 13.022-43.212v-640c0-106.038-229.23-192-512-192s-512 85.962-512 192v640c0 106.038 229.23 192 512 192 126.11 0 241.548-17.108 330.776-45.46l-159.256-159.254z",
"M352 512c0 88.224 71.776 160 160 160s160-71.776 160-160-71.776-160-160-160-160 71.776-160 160z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-database-query"
],
- "defaultCode": 100,
- "id": 52,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 57,
"paths": [
"M896 192h-320c-16.4-16.4-96.8-96.8-109.2-109.2l-37.4-37.4c-25-25-74.2-45.4-109.4-45.4h-256c-35.2 0-64 28.8-64 64v384c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v-128c0-70.4-57.6-128-128-128z",
"M896 448h-768c-70.4 0-128 57.6-128 128v320c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-320c0-70.4-57.6-128-128-128zM320 896h-128v-320h128v320zM576 896h-128v-320h128v320zM832 896h-128v-320h128v320z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-dataset"
],
- "defaultCode": 58897,
- "id": 12,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 67,
"paths": [
"M1024 192c0 106.039-229.23 192-512 192s-512-85.961-512-192c0-106.039 229.23-192 512-192s512 85.961 512 192z",
"M512 512c-282.8 0-512-86-512-192v512c0 106 229.2 192 512 192s512-86 512-192v-512c0 106-229.2 192-512 192zM896 575v256c-36.6 15.6-79.8 28.8-128 39.4v-256c48.2-10.6 91.4-23.8 128-39.4zM256 614.4v256c-48.2-10.4-91.4-23.8-128-39.4v-256c36.6 15.6 79.8 28.8 128 39.4zM384 890v-256c41 4 83.8 6 128 6s87-2.2 128-6v256c-41 4-83.8 6-128 6s-87-2.2-128-6z"
],
- "attrs": [
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- },
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-datatable"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "125525525516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- },
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58881,
- "id": 17
- },
- {
- "paths": [
- "M832 640c105.6 0 192-86.4 192-192v-256c0-105.6-86.4-192-192-192v320l-128-64-128 64v-320h-384c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-192c0 105.6-86.4 192-192 192h-640v-192h640z"
- ],
- "grid": 16,
- "tags": [
- "icon-dictionary"
- ],
- "defaultCode": 81,
- "id": 54,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 126,
+ "paths": [
+ "M832 640c105.6 0 192-86.4 192-192v-256c0-105.6-86.4-192-192-192v320l-128-64-128 64v-320h-384c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-192c0 105.6-86.4 192-192 192h-640v-192h640z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-dictionary"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 77,
"paths": [
"M896 192h-320c-16.4-16.4-96.8-96.8-109.2-109.2l-37.4-37.4c-25-25-74.2-45.4-109.4-45.4h-256c-35.2 0-64 28.8-64 64v384c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v-128c0-70.4-57.6-128-128-128z",
"M896 448h-768c-70.4 0-128 57.6-128 128v320c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-320c0-70.4-57.6-128-128-128z"
],
- "grid": 16,
- "tags": [
- "icon-folder"
- ],
- "defaultCode": 70,
- "id": 57,
"attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z",
- "M320 256l-128 128v448h640v-320l-128-128-128 128z"
- ],
- "grid": 16,
+ "grid": 1,
"tags": [
- "icon-image"
- ],
- "defaultCode": 227,
- "id": 61,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M448 0h-256c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h256v-1024z",
- "M832 0h-256v577.664h448v-385.664c0-105.6-86.4-192-192-192z",
- "M576 1024h256c105.6 0 192-86.4 192-192v-129.664h-448v321.664z"
- ],
- "grid": 16,
- "tags": [
- "icon-layout"
- ],
- "defaultCode": 76,
- "id": 63,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M512 1024l512-320v-384l-512.020-320-511.98 320v384l512 320zM512 192l358.4 224-358.4 224-358.4-224 358.4-224z"
- ],
- "grid": 16,
- "tags": [
- "icon-object"
- ],
- "defaultCode": 111,
- "id": 72,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M510-2l-512 320v384l512 320 512-320v-384l-512-320zM585.4 859.2c-21.2 20.8-46 30.8-76 30.8-31.2 0-56.2-9.8-76.2-29.6-20-20-29.6-44.8-29.6-76.2 0-30.4 10.2-55.2 31-76.2s45.2-31.2 74.8-31.2c29.6 0 54.2 10.4 75.6 32s31.8 46.4 31.8 76c-0.2 29-10.8 54-31.4 74.4zM638.2 546.6c-23.6 11.8-37.4 22-43.4 32.4-3.6 6.2-6 14.8-7.4 26.8v41h-161.4v-44.2c0-40.2 4.4-69.8 13-88 8-17.2 22.6-30.2 44.8-40l34.8-15.4c32-14.2 48.2-35.2 48.2-62.8 0-16-6-30.4-17.2-41.8-11.2-11.2-25.6-17.2-41.6-17.2-24 0-54.4 10-62.8 57.4l-2.2 12.2h-147l1.4-16.2c4-44.6 17-82.4 38.8-112.2 19.6-27 45.6-48.6 77-64.6s64.6-24 98.2-24c60.6 0 110.2 19.4 151.4 59.6 41.2 40 61.2 88 61.2 147.2 0 70.8-28.8 121.4-85.8 149.8z"
- ],
- "grid": 16,
- "tags": [
- "icon-object-unknown"
- ],
- "defaultCode": 63,
- "id": 73,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M511.98 0l-511.98 320v512c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-512l-512.020-320zM512 192l358.4 224-358.4 224-358.4-224 358.4-224z"
- ],
- "grid": 16,
- "tags": [
- "icon-packet"
- ],
- "defaultCode": 86,
- "id": 74,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "paths": [
- "M702 508c-105.6 0-192-86.4-192-192v-320h-320c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-320h-320z",
- "M766 380h256l-384-384v256c0 70.4 57.6 128 128 128z"
- ],
- "grid": 16,
- "tags": [
- "icon-page"
- ],
- "defaultCode": 234,
- "id": 75,
- "attrs": [],
- "colorPermutations": {
- "1161751207457516161751": []
- }
- },
- {
- "id": 99,
- "paths": [
- "M830 0h-636c-106.7 0-194 87.3-194 194v406.82c14.18 18.64 25.66 28.34 32 30.84 14.28-5.62 54.44-47.54 92.96-146 42.46-108.38 116.32-237.66 227.040-237.66 52.4 0 101.42 29.16 145.7 86.68 37.34 48.5 64.84 108.92 81.34 151.080 38.52 98.38 78.68 140.3 92.96 146 14.28-5.62 54.44-47.54 92.96-146 42.46-108.48 116.32-237.76 227.040-237.76 11.354 0.003 22.389 1.366 32.952 3.936l-0.952-57.936c0-106.7-87.3-194-194-194z",
- "M992 392.34c-14.28 5.62-54.44 47.52-92.96 146-42.46 108.38-116.32 237.66-227.040 237.66-52.4 0-101.42-29.16-145.7-86.68-37.34-48.5-64.84-108.92-81.34-151.080-38.52-98.38-78.68-140.3-92.96-146-14.28 5.62-54.44 47.52-92.96 146-42.46 108.48-116.32 237.76-227.040 237.76-11.355-0.003-22.389-1.367-32.952-3.936l0.952 57.936c0 106.7 87.3 194 194 194h636c106.7 0 194-87.3 194-194v-406.82c-14.18-18.64-25.66-28.34-32-30.84z"
- ],
- "attrs": [
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
- "tags": [
- "icon-plot-overlay"
+ "icon-folder-v2.5"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
"id": 100,
+ "paths": [
+ "M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z",
+ "M320 256l-128 128v448h640v-320l-128-128-128 128z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-image"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 130,
+ "paths": [
+ "M448 0h-256c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h256v-1024z",
+ "M832 0h-256v577.664h448v-385.664c0-105.6-86.4-192-192-192z",
+ "M576 1024h256c105.6 0 192-86.4 192-192v-129.664h-448v321.664z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-layout"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 108,
+ "paths": [
+ "M512 1024l512-320v-384l-512.020-320-511.98 320v384l512 320zM512 192l358.4 224-358.4 224-358.4-224 358.4-224z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-object"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 76,
+ "paths": [
+ "M510-2l-512 320v384l512 320 512-320v-384l-512-320zM585.4 859.2c-21.2 20.8-46 30.8-76 30.8-31.2 0-56.2-9.8-76.2-29.6-20-20-29.6-44.8-29.6-76.2 0-30.4 10.2-55.2 31-76.2s45.2-31.2 74.8-31.2c29.6 0 54.2 10.4 75.6 32s31.8 46.4 31.8 76c-0.2 29-10.8 54-31.4 74.4zM638.2 546.6c-23.6 11.8-37.4 22-43.4 32.4-3.6 6.2-6 14.8-7.4 26.8v41h-161.4v-44.2c0-40.2 4.4-69.8 13-88 8-17.2 22.6-30.2 44.8-40l34.8-15.4c32-14.2 48.2-35.2 48.2-62.8 0-16-6-30.4-17.2-41.8-11.2-11.2-25.6-17.2-41.6-17.2-24 0-54.4 10-62.8 57.4l-2.2 12.2h-147l1.4-16.2c4-44.6 17-82.4 38.8-112.2 19.6-27 45.6-48.6 77-64.6s64.6-24 98.2-24c60.6 0 110.2 19.4 151.4 59.6 41.2 40 61.2 88 61.2 147.2 0 70.8-28.8 121.4-85.8 149.8z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-object-unknown"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 15,
+ "paths": [
+ "M512 0l-512 320v512c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-512l-512-320zM512 192l358.4 224-358.4 224-358.4-224 358.4-224z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-packet"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 74,
+ "paths": [
+ "M704 512c-105.6 0-192-86.4-192-192v-320h-320c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-320h-320z",
+ "M768 384h256l-384-384v256c0 70.4 57.6 128 128 128z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-page"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 44,
+ "paths": [
+ "M830 0h-636c-106.7 0-194 87.3-194 194v406.82c14.18 18.64 25.66 28.34 32 30.84 14.28-5.62 54.44-47.54 92.96-146 42.46-108.38 116.32-237.66 227.040-237.66 52.4 0 101.42 29.16 145.7 86.68 37.34 48.5 64.84 108.92 81.34 151.080 38.52 98.38 78.68 140.3 92.96 146 14.28-5.62 54.44-47.54 92.96-146 42.46-108.48 116.32-237.76 227.040-237.76 11.355 0.003 22.389 1.366 32.952 3.936l-0.952-0.196v-57.74c0-106.7-87.3-194-194-194z",
+ "M992 392.34c-14.28 5.62-54.44 47.52-92.96 146-42.46 108.38-116.32 237.66-227.040 237.66-52.4 0-101.42-29.16-145.7-86.68-37.34-48.5-64.84-108.92-81.34-151.080-38.52-98.38-78.68-140.3-92.96-146-14.28 5.62-54.44 47.52-92.96 146-42.46 108.48-116.32 237.76-227.040 237.76-11.355-0.003-22.389-1.367-32.952-3.936l0.952 0.196v57.74c0 106.7 87.3 194 194 194h636c106.7 0 194-87.3 194-194v-406.82c-14.18-18.64-25.66-28.34-32-30.84z"
+ ],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-plot-overlay"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 42,
"paths": [
"M89.6 312c24.98 0 48.96-26.52 85.52-70.18 45.42-54.28 102-121.82 196-121.82 44.64 0 86.62 15.46 124.8 46 28.68 22.9 51.16 50.42 72.92 77.060 38.42 46.94 59.16 68.94 83.96 68.94h371.2v-118c0-106.7-87.3-194-194-194h-636c-106.7 0-194 87.3-194 194v118h89.6z",
"M529.5 410.4c-28.24-22.64-50.52-50-72-76.28-35.5-43.48-58.76-70.12-86.3-70.12-25.060 0-49.080 26.54-85.66 70.24-45.4 54.24-102 121.76-196 121.76h-89.54v112h371.2c44 0 85.54 15.34 123.3 45.6 28.24 22.64 50.52 50 72 76.28 35.5 43.48 58.76 70.12 86.3 70.12 25.060 0 49.080-26.54 85.66-70.24 45.4-54.24 102-121.76 196-121.76h89.54v-112h-371.2c-44.060 0-85.54-15.34-123.3-45.6z",
"M934.4 712c-24.98 0-48.96 26.52-85.52 70.18-45.42 54.28-102 121.82-196 121.82-44.64 0-86.62-15.46-124.8-46-28.68-22.9-51.16-50.42-72.92-77.060-38.42-46.94-59.16-68.94-83.96-68.94h-371.2v118c0 106.7 87.3 194 194 194h636c106.7 0 194-87.3 194-194v-118h-89.6z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-plot-stacked"
],
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
+ "id": 14,
"paths": [
"M635.6 524.4c6.6 4.2 13.2 8.6 19.2 13.6l120.4 96.4c29.6 23.8 83.8 23.8 113.4 0l135.2-108c0.2-4.8 0.2-9.4 0.2-14.2 0-52.2-7.8-102.4-22.2-149.8l-154.8 123.6c-58.2 46.6-140.2 59.2-211.4 38.4z",
"M248.6 634.2l120.4-96.4c58-46.4 140-59.2 211.2-38.4-6.6-4.2-13.2-8.6-19.2-13.6l-120.4-96.4c-29.6-23.8-83.8-23.8-113.4 0l-120.2 96.6c-40 32-91.4 48-143 48-21.6 0-43-2.8-63.8-8.4 0 0.6 0 1.2 0 1.6 5 3.4 10 6.8 14.6 10.6l120.4 96.4c29.8 23.8 83.8 23.8 113.4 0z",
"M120.6 378.2l120.4-96.4c80.2-64.2 205.6-64.2 285.8 0l120.4 96.4c29.6 23.8 83.8 23.8 113.4 0l181-144.8c-91.2-140.4-249.6-233.4-429.6-233.4-238.6 0-439.2 163.2-496 384.2 30.8 17.6 77.8 15.6 104.6-6z",
"M689 742l-120.4-96.4c-29.6-23.8-83.8-23.8-113.4 0l-120.2 96.4c-40 32-91.4 48-143 48-47.8 0-95.4-13.8-134.2-41.4 85.6 163.6 256.8 275.4 454.2 275.4s368.6-111.8 454.2-275.4c-80.4 57.4-199.8 55.2-277.2-6.6z"
],
- "attrs": [
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- },
- {
- "fill": "rgb(6, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-session"
+ "icon-session-v2.5"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- },
- {
- "f": 2
- },
- {
- "f": 2
- },
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58904,
- "id": 5
+ "11841841841": []
+ }
},
{
+ "id": 9,
"paths": [
"M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM640 448h-256v-192h256v192zM384 512h256v192h-256v-192zM320 704h-256v-192h256v192zM320 256v192h-256v-192h256zM128 960c-17 0-33-6.6-45.2-18.8s-18.8-28.2-18.8-45.2v-128h256v192h-192zM384 960v-192h256v192h-256zM960 896c0 17-6.6 33-18.8 45.2s-28.2 18.8-45.2 18.8h-192v-192h256v128zM960 704h-256v-192h256v192zM960 448h-256v-192h256v192z"
],
- "attrs": [
- {
- "fill": "rgb(6, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-tabular"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58884,
- "id": 19
+ "11841841841": []
+ }
},
{
+ "id": 11,
"paths": [
- "M896 0h-768c-70.606 0.215-127.785 57.394-128 127.979l-0 768.021c0.215 70.606 57.394 127.785 127.979 128l768.021 0c70.606-0.215 127.785-57.394 128-127.979l0-768.021c-0.215-70.606-57.394-127.785-127.979-128zM64 256h256v192h-256v-192zM64 512h256v192h-256v-192zM128 960c-35.26-0.214-63.786-28.74-64-63.98l-0-128.020h256v192h-192zM384 960v-192h256v192h-256zM960 896c-0.214 35.26-28.74 63.786-63.98 64l-192.020 0v-192h256v128zM960 512v192h-576v-192h64v-64h-64v-192h576v192h-64v64h64z",
- "M782.32 547.38l-110.32-55.16v-172.22c0-17.673-14.327-32-32-32s-32 14.327-32 32v211.78l145.68 72.84c4.172 2.133 9.1 3.383 14.32 3.383 17.675 0 32.003-14.328 32.003-32.003 0-12.454-7.114-23.247-17.501-28.536z"
+ "M896 0h-768c-70.6 0.2-127.8 57.4-128 128v768c0.2 70.6 57.4 127.8 128 128h768c70.6-0.2 127.8-57.4 128-128v-768c-0.2-70.6-57.4-127.8-128-128zM64 256h256v192h-256v-192zM64 512h256v192h-256v-192zM128 960c-35.2-0.2-63.8-28.8-64-64v-128h256v192h-192zM384 960v-192h256v192h-256zM960 896c-0.2 35.2-28.8 63.8-64 64h-192v-192h256v128zM960 512v192h-576v-192h64v-64h-64v-192h576v192h-64v64h64z",
+ "M782.4 547.4l-110.4-55.2v-172.2c0-17.6-14.4-32-32-32s-32 14.4-32 32v211.8l145.6 72.8c15.8 8 35 1.6 43-14.4 8-15.6 1.6-35-14.2-42.8v0z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-tabular-lad"
],
"colorPermutations": {
- "16161751": [],
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
- },
- "defaultCode": 58913,
- "id": 2
+ "11841841841": []
+ }
},
{
+ "id": 12,
"paths": [
- "M128 768v-576c-70.606 0.215-127.785 57.394-128 127.979l-0 576.021c0.215 70.606 57.394 127.785 127.979 128l576.021 0c70.606-0.215 127.785-57.394 128-127.979l-576-0.021c-70.606-0.215-127.785-57.394-128-127.979z",
- "M896 0h-576c-70.606 0.215-127.785 57.394-128 127.979l-0 576.021c0.215 70.606 57.394 127.785 127.979 128l576.021 0c70.606-0.215 127.785-57.394 128-127.979l0-576.021c-0.215-70.606-57.394-127.785-127.979-128zM256 192h192v128h-192v-128zM256 384h192v192h-192v-192zM320 768c-35.26-0.214-63.786-28.74-64-63.98l-0-64.020h192v128h-128zM512 768v-128h192v128h-192zM960 704c-0.214 35.26-28.74 63.786-63.98 64l-128.020 0v-128h192v64zM960 576h-448v-384h448v384z",
- "M832 480c0.002 0 0.005 0 0.007 0 17.673 0 32-14.327 32-32 0-14.055-9.062-25.994-21.662-30.293l-74.345-24.767v-104.94c0-17.673-14.327-32-32-32s-32 14.327-32 32v151.060l117.88 39.3c3.018 1.040 6.495 1.64 10.113 1.64 0.003 0 0.005-0 0.008-0z"
+ "M128 768v-576c-70.6 0.2-127.8 57.4-128 128v576c0.2 70.6 57.4 127.8 128 128h576c70.6-0.2 127.8-57.4 128-128h-576c-70.6-0.2-127.8-57.4-128-128z",
+ "M896 0h-576c-70.6 0.2-127.8 57.4-128 128v576c0.2 70.6 57.4 127.8 128 128h576c70.6-0.2 127.8-57.4 128-128v-576c-0.2-70.6-57.4-127.8-128-128zM256 192h192v128h-192v-128zM256 384h192v192h-192v-192zM320 768c-35.2-0.2-63.8-28.8-64-64v-64h192v128h-128zM512 768v-128h192v128h-192zM960 704c-0.2 35.2-28.8 63.8-64 64h-128v-128h192v64zM960 576h-448v-384h448v384z",
+ "M832 480c17.6 0 32-14.4 32-32 0-13.8-8.8-26-21.8-30.4l-74.2-24.6v-105c0-17.6-14.4-32-32-32s-32 14.4-32 32v151l117.8 39.2c3.4 1.2 6.8 1.8 10.2 1.8z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- },
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-tabular-lad-set"
],
"colorPermutations": {
- "16161751": [],
- "1161751207457516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ]
- },
- "defaultCode": 58914,
- "id": 1
+ "11841841841": []
+ }
},
{
+ "id": 54,
"paths": [
- "M896 0h-768c-70.606 0.215-127.785 57.394-128 127.979l-0 768.021c0.215 70.606 57.394 127.785 127.979 128l768.021 0c70.606-0.215 127.785-57.394 128-127.979l0-768.021c-0.215-70.606-57.394-127.785-127.979-128zM448 292l25.060 25.32c7.916 7.922 18.856 12.822 30.94 12.822s23.024-4.9 30.94-12.822l75.5-76.3c29.97-30.338 71.571-49.128 117.56-49.128s87.59 18.79 117.544 49.112l50.456 50.997v152.2c-24.111-8.83-44.678-22.255-61.542-39.342l-75.518-76.318c-7.916-7.922-18.856-12.822-30.94-12.822s-23.024 4.9-30.94 12.822l-75.5 76.3c-29.971 30.343-71.575 49.137-117.568 49.137-20.084 0-39.331-3.584-57.137-10.146l1.145-151.831zM320 960h-192c-35.26-0.214-63.786-28.74-64-63.98l-0-128.020h256v192zM320 704h-256v-192h256v192zM320 448h-256v-192h256v192zM640 960h-256v-192h256v192zM448 636.62v-174.5c1.88 1.74 3.74 3.5 5.56 5.34l75.5 76.3c7.916 7.922 18.856 12.822 30.94 12.822s23.024-4.9 30.94-12.822l75.5-76.3c29.966-30.333 71.56-49.119 117.542-49.119 43.28 0 82.673 16.644 112.128 43.879l-0.11 174.399c-1.88-1.74-3.74-3.5-5.56-5.34l-75.5-76.3c-7.916-7.922-18.856-12.822-30.94-12.822s-23.024 4.9-30.94 12.822l-75.5 76.3c-29.966 30.333-71.56 49.119-117.542 49.119-43.28 0-82.673-16.644-112.128-43.879zM960 896c-0.214 35.26-28.74 63.786-63.98 64l-192.020 0v-192h256v128z"
+ "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-0zM448 292l25.060 25.32c7.916 7.922 18.856 12.822 30.94 12.822s23.023-4.9 30.94-12.822l0-0 75.5-76.3c29.97-30.338 71.571-49.128 117.56-49.128s87.59 18.79 117.544 49.112l0.016 0.016 50.44 50.98v152.2c-24.111-8.83-44.678-22.255-61.542-39.342l-0.018-0.018-75.5-76.3c-7.916-7.922-18.856-12.822-30.94-12.822s-23.023 4.9-30.94 12.822l-0 0-75.5 76.3c-29.971 30.343-71.575 49.137-117.568 49.137-20.084 0-39.331-3.584-57.137-10.146l1.145 0.369v-152.2zM320 960h-192c-35.26-0.214-63.786-28.74-64-63.98l-0-0.020v-128h256v192zM320 704h-256v-192h256v192zM320 448h-256v-192h256v192zM640 960h-256v-192h256v192zM448 636.62v-174.5c1.88 1.74 3.74 3.5 5.56 5.34l75.5 76.3c7.916 7.922 18.856 12.822 30.94 12.822s23.023-4.9 30.94-12.822l0-0 75.5-76.3c29.966-30.333 71.56-49.119 117.542-49.119 43.28 0 82.673 16.643 112.128 43.879l-0.11-0.1v174.5c-1.88-1.74-3.74-3.5-5.56-5.34l-75.5-76.3c-7.916-7.922-18.856-12.822-30.94-12.822s-23.023 4.9-30.94 12.822l-0 0-75.5 76.3c-29.966 30.333-71.56 49.119-117.542 49.119-43.28 0-82.673-16.643-112.128-43.879l0.11 0.1zM960 896c-0.214 35.26-28.74 63.786-63.98 64l-0.020 0h-192v-192h256v128z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-tabular-realtime-v2"
],
"colorPermutations": {
- "16161751": [],
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
- },
- "defaultCode": 58912,
- "id": 3
+ "11841841841": []
+ }
},
{
+ "id": 66,
"paths": [
"M64 0c-35.2 0-64 28.8-64 64v192h448v-256h-384z",
"M1024 256v-192c0-35.2-28.8-64-64-64h-384v256h448z",
@@ -3407,131 +2583,32 @@
"M960 640c35.2 0 64-28.8 64-64v-192h-448v256h384z",
"M512 1024l-256-256h512z"
],
- "attrs": [
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- },
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- },
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- },
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- },
- {
- "fill": "rgb(6,161,75)",
- "opacity": 1
- }
- ],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-tabular-scrolling"
],
"colorPermutations": {
- "16161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "125525525516161751": [
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- },
- {
- "f": 1
- }
- ],
- "1161751207457516161751": [
- {
- "f": 2
- },
- {
- "f": 2
- },
- {
- "f": 2
- },
- {
- "f": 2
- },
- {
- "f": 2
- }
- ]
- },
- "defaultCode": 58882,
- "id": 18
- },
- {
- "paths": [
- "M32 631.66c14.28-5.62 54.44-47.54 92.96-146 42.46-108.38 116.32-237.66 227.040-237.66 52.4 0 101.42 29.16 145.7 86.68 37.34 48.5 64.84 108.92 81.34 151.080 38.52 98.38 78.68 140.3 92.96 146 14.28-5.62 54.44-47.54 92.96-146 37.4-95.5 99.14-207.14 188.94-232.46-90.462-152.598-254.314-253.3-441.686-253.3-0.075 0-0.15 0-0.226 0-282.748-0-511.988 229.24-511.988 512-0 0.032-0 0.070-0 0.108 0 35.719 3.641 70.587 10.572 104.255 8.968 7.457 16.648 13.417 21.428 15.297z",
- "M992 392.34c-14.28 5.62-54.44 47.52-92.96 146-42.46 108.38-116.32 237.66-227.040 237.66-52.4 0-101.42-29.16-145.7-86.68-37.34-48.5-64.84-108.92-81.34-151.080-38.52-98.38-78.68-140.3-92.96-146-14.28 5.62-54.44 47.52-92.96 146-37.4 95.5-99.14 207.14-188.94 232.46 90.462 152.598 254.314 253.3 441.686 253.3 0.075 0 0.15-0 0.226-0 282.748 0 511.988-229.24 511.988-512 0-0.032 0-0.070 0-0.108 0-35.719-3.641-70.587-10.572-104.255-8.968-7.457-16.648-13.417-21.428-15.297z"
- ],
- "grid": 16,
- "tags": [
- "icon-telemetry"
- ],
- "defaultCode": 84,
- "id": 86,
- "attrs": [
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "colorPermutations": {
- "1161751207457516161751": [
- {},
- {}
- ]
+ "11841841841": []
}
},
{
+ "id": 43,
"paths": [
- "M169.2 448c14-56.4 33-122 56.6-176.8 15.4-35.8 31.2-63.2 48.2-84 18.4-22.4 49-49.2 91-49.2s72.6 26.8 91 49.2c17 20.6 32.6 48.2 48.2 84 23.6 54.8 42.8 120.4 56.6 176.8h461.2v-256c0-105.6-86.4-192-192-192h-640c-105.6 0-192 86.4-192 192v256h171.2z",
- "M718.6 576h-127.2c25 93.4 48.4 144.4 63.6 168.6 15.2-24.2 38.6-75.2 63.6-168.6z",
- "M301.4 448h127.2c-25-93.4-48.4-144.4-63.6-168.6-15.2 24.2-38.6 75.2-63.6 168.6z",
- "M850.8 576c-14 56.4-33 122-56.6 176.8-15.4 35.8-31.2 63.2-48.2 84-18.4 22.4-49 49.2-91 49.2s-72.6-26.8-91-49.2c-17-20.6-32.6-48.2-48.2-84-23.6-54.8-42.8-120.4-56.6-176.8h-461.2v256c0 105.6 86.4 192 192 192h640c105.6 0 192-86.4 192-192v-256h-171.2z"
+ "M32 631.66c14.28-5.62 54.44-47.54 92.96-146 42.46-108.38 116.32-237.66 227.040-237.66 52.4 0 101.42 29.16 145.7 86.68 37.34 48.5 64.84 108.92 81.34 151.080 38.52 98.38 78.68 140.3 92.96 146 14.28-5.62 54.44-47.54 92.96-146 37.4-95.5 99.14-207.14 188.94-232.46-90.462-152.598-254.314-253.3-441.686-253.3-0.075 0-0.15 0-0.225 0l0.011-0c-282.76 0-512 229.24-512 512-0 0.032-0 0.070-0 0.108 0 35.719 3.641 70.587 10.572 104.254l-0.572-3.323c9.54 10.78 17.22 16.74 22 18.62z",
+ "M992 392.34c-14.28 5.62-54.44 47.52-92.96 146-42.46 108.38-116.32 237.66-227.040 237.66-52.4 0-101.42-29.16-145.7-86.68-37.34-48.5-64.84-108.92-81.34-151.080-38.52-98.38-78.68-140.3-92.96-146-14.28 5.62-54.44 47.52-92.96 146-37.4 95.5-99.14 207.14-188.94 232.46 90.462 152.598 254.314 253.3 441.686 253.3 0.075 0 0.15-0 0.225-0l-0.011 0c282.76 0 512-229.24 512-512 0-0.032 0-0.070 0-0.108 0-35.719-3.641-70.587-10.572-104.254l0.572 3.323c-9.54-10.78-17.22-16.74-22-18.62z"
],
- "grid": 16,
- "tags": [
- "icon-telemetry-panel"
- ],
- "defaultCode": 116,
- "id": 85,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-telemetry-v2"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 10,
"paths": [
"M256 256h384v128h-384v-128z",
"M384 448h384v128h-384v-128z",
@@ -3539,149 +2616,204 @@
"M832 0h-128v192h127.6c0.2 0 0.2 0.2 0.4 0.4v639.4c0 0.2-0.2 0.2-0.4 0.4h-127.6v192h128c105.6 0 192-86.4 192-192v-640.2c0-105.6-86.4-192-192-192z",
"M192 831.6v-639.2c0-0.2 0.2-0.2 0.4-0.4h127.6v-192h-128c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h128v-192h-127.6c-0.2 0-0.4-0.2-0.4-0.4z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-timeline"
],
- "defaultCode": 83,
- "id": 88,
- "attrs": [],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
- "id": 101,
+ "id": 41,
"paths": [
- "M576 146.6v-82.58c0-35.346-28.654-64-64-64h-128c-35.346 0-64 28.654-64 64v82.58c-185.040 55.080-320 226.48-320 429.42 0 247.42 200.58 448 448 448s448-200.58 448-448c0-202.96-135-374.4-320-429.42zM468 596.020l-263.76 211c-57.105-59.935-92.24-141.251-92.24-230.772 0-0.080 0-0.16 0-0.24-0-185.268 150.72-335.988 336-335.988 6.72 0 13.38 0.22 20 0.62v355.38z"
+ "M640 146.6v-82.58c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 82.58c-185.040 55.080-320 226.48-320 429.42 0 247.42 200.58 448 448 448s448-200.58 448-448c0-202.96-135-374.4-320-429.42zM532 596.020l-263.76 211c-57.105-59.935-92.24-141.25-92.24-230.772 0-0.080 0-0.16 0-0.24l-0 0.012c0-185.28 150.72-336 336-336 6.72 0 13.38 0.22 20 0.62v355.38z"
],
- "attrs": [
- {
- "fill": "rgb(0, 161, 75)"
- }
- ],
- "width": 896,
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-timer-v1.5"
],
"colorPermutations": {
- "1161751207457516161751": [
- {
- "f": 1
- }
- ]
+ "11841841841": []
}
},
{
+ "id": 55,
"paths": [
- "M454.36 476.64l86.3-86.3c9.088-8.965 21.577-14.502 35.36-14.502s26.272 5.537 35.366 14.507l86.294 86.294c19.328 19.358 42.832 34.541 69.047 44.082l1.313-171.722-57.64-57.64c-34.407-34.33-81.9-55.558-134.35-55.558s-99.943 21.228-134.354 55.562l-86.296 86.297c-9.088 8.965-21.577 14.502-35.36 14.502s-26.272-5.537-35.366-14.507l-28.674-28.654v172.14c19.045 7.022 41.040 11.084 63.984 11.084 52.463 0 99.966-21.239 134.379-55.587z",
- "M505.64 547.36l-86.3 86.3c-9.088 8.965-21.577 14.502-35.36 14.502s-26.272-5.537-35.366-14.507l-86.294-86.294c-2-2-4.2-4-6.36-6v197.36c33.664 30.72 78.65 49.537 128.031 49.537 52.44 0 99.923-21.22 134.333-55.541l86.296-86.296c9.088-8.965 21.577-14.502 35.36-14.502s26.272 5.537 35.366 14.507l86.294 86.294c2 2 4.2 4 6.36 6v-197.36c-33.664-30.72-78.65-49.537-128.031-49.537-52.44 0-99.923 21.22-134.333 55.541z",
+ "M454.36 476.64l86.3-86.3c9.088-8.965 21.577-14.502 35.36-14.502s26.272 5.537 35.366 14.507l-0.006-0.006 86.3 86.3c19.328 19.358 42.832 34.541 69.047 44.082l1.313 0.418v-172.14l-57.64-57.64c-34.408-34.33-81.9-55.558-134.35-55.558s-99.943 21.228-134.354 55.562l0.004-0.004-86.3 86.3c-9.088 8.965-21.577 14.502-35.36 14.502s-26.272-5.537-35.366-14.507l0.006 0.006-28.68-28.66v172.14c19.045 7.022 41.040 11.084 63.984 11.084 52.463 0 99.966-21.239 134.379-55.587l-0.003 0.003z",
+ "M505.64 547.36l-86.3 86.3c-9.088 8.965-21.577 14.502-35.36 14.502s-26.272-5.537-35.366-14.507l0.006 0.006-86.3-86.3c-2-2-4.2-4-6.36-6v197.36c33.664 30.721 78.65 49.537 128.031 49.537 52.44 0 99.923-21.22 134.333-55.541l-0.004 0.004 86.3-86.3c9.088-8.965 21.577-14.502 35.36-14.502s26.272 5.537 35.366 14.507l-0.006-0.006 86.3 86.3c2 2 4.2 4 6.36 6v-197.36c-33.664-30.721-78.65-49.537-128.031-49.537-52.44 0-99.923 21.22-134.333 55.541l0.004-0.004z",
"M832 0h-128v192h127.66l0.34 0.34v639.32l-0.34 0.34h-127.66v192h128c105.6 0 192-86.4 192-192v-640c0-105.6-86.4-192-192-192z",
"M320 832h-127.66l-0.34-0.34v-639.32l0.34-0.34h127.66v-192h-128c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h128v-192z"
],
- "grid": 16,
- "tags": [
- "icon-topic"
- ],
- "defaultCode": 58903,
- "id": 6,
"attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-topic-v2.5"
+ ],
"colorPermutations": {
- "1161751207457516161751": []
+ "11841841841": []
}
},
{
+ "id": 45,
"paths": [
"M0 384h128v256h-128v-256z",
- "M128 128.22l0.22-0.22h191.78v-128h-192c-70.606 0.215-127.785 57.394-128 127.979l-0 192.021h128v-191.78z",
- "M128 895.78v-191.78h-128v192c0.215 70.606 57.394 127.785 127.979 128l192.021 0v-128h-191.78z",
+ "M128 128.22l0.22-0.22h191.78v-128h-192c-70.606 0.215-127.785 57.394-128 127.979l-0 0.021v192h128v-191.78z",
+ "M128 895.78v-191.78h-128v192c0.215 70.606 57.394 127.785 127.979 128l0.021 0h192v-128h-191.78z",
"M384 0h256v128h-256v-128z",
- "M896 895.78l-0.22 0.22h-191.78v128h192c70.606-0.215 127.785-57.394 128-127.979l0-192.021h-128v191.78z",
- "M896 0h-192v128h191.78l0.22 0.22v191.78h128v-192c-0.215-70.606-57.394-127.785-127.979-128z",
+ "M896 895.78l-0.22 0.22h-191.78v128h192c70.606-0.215 127.785-57.394 128-127.979l0-0.021v-192h-128v191.78z",
+ "M896 0h-192v128h191.78l0.22 0.22v191.78h128v-192c-0.215-70.606-57.394-127.785-127.979-128l-0.021-0z",
"M896 384h128v256h-128v-256z",
"M384 896h256v128h-256v-128z",
"M256 256h512v512h-512v-512z"
],
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-box-with-dashed-lines"
+ "icon-box-with-dashed-lines-v2"
],
- "defaultCode": 51,
- "id": 29,
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
"colorPermutations": {
- "1161751207457516161751": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 108,
+ "id": 32,
"paths": [
"M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM847.8 610.4l-82.6 143.2-189.6-131.6 19.2 230h-165.4l19.2-230-189.6 131.6-82.6-143.2 208.6-98.4-208.8-98.4 82.6-143.2 189.6 131.6-19.2-230h165.4l-19.2 230 189.6-131.6 82.6 143.2-208.6 98.4 208.8 98.4z"
],
- "attrs": [
- {}
- ],
- "isMulticolor": false,
- "isMulticolor2": false,
- "grid": 16,
+ "attrs": [],
+ "grid": 1,
"tags": [
"icon-summary-widget"
],
"colorPermutations": {
- "1161751207457516161751": [
- {}
- ]
+ "11841841841": []
}
},
{
- "id": 117,
+ "id": 30,
"paths": [
"M896 110.8c0-79.8-55.4-127.4-123-105.4l-773 250.6h896v-145.2z",
"M896 320h-896v576c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-448c0-70.4-57.6-128-128-128zM832 832h-384v-320h384v320z"
],
+ "attrs": [],
+ "grid": 1,
+ "tags": [
+ "icon-notebook"
+ ],
+ "colorPermutations": {
+ "11841841841": []
+ }
+ },
+ {
+ "id": 0,
+ "paths": [
+ "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": [
{},
{}
],
+ "grid": 1,
+ "tags": [
+ "icon-tabs-view"
+ ],
"isMulticolor": false,
"isMulticolor2": false,
- "grid": 16,
+ "colorPermutations": {
+ "11841841841": [
+ {},
+ {}
+ ]
+ }
+ },
+ {
+ "id": 1,
+ "paths": [
+ "M0 832c0 105.6 86.4 192 192 192h64v-576h-256z",
+ "M0 192v128h256v-320h-64c-105.6 0-192 86.4-192 192z",
+ "M768 1024h64c105.6 0 192-86.4 192-192v-128h-256z",
+ "M384 0h256v1024h-256v-1024z",
+ "M832 0h-64v576h256v-384c0-105.6-86.4-192-192-192z"
+ ],
+ "attrs": [],
+ "grid": 1,
"tags": [
- "icon-notebook"
+ "icon-flexible-layout"
],
"colorPermutations": {
- "1161751207457516161751": [
+ "11841841841": []
+ }
+ },
+ {
+ "id": 135,
+ "paths": [
+ "M152 473.8c10.8-4.2 40.8-35.6 69.8-109.4 31.8-81.4 87.2-178.4 170.2-178.4 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.4s74.2-155.4 141.6-174.4c-67.89-114.467-190.82-190-331.391-190-0.003 0-0.007 0-0.010 0l0.001-0c-212 0-384 172-384 384 0.017 26.829 2.71 53.018 7.827 78.329l-0.427-2.529c7.2 8 13 12.6 16.6 14z",
+ "M884.6 477c7.235-27.919 11.392-59.972 11.4-92.995l0-0.005c-0.017-26.829-2.71-53.018-7.827-78.329l0.427 2.529c-7.2-8-13-12.6-16.6-14-10.8 4.2-40.8 35.6-69.8 109.4-21.8 55.8-54.6 119-100 153.2z",
+ "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": [
+ {},
+ {},
+ {},
+ {}
+ ],
+ "isMulticolor": false,
+ "isMulticolor2": false,
+ "grid": 1,
+ "tags": [
+ "icon-generator-sine"
+ ],
+ "colorPermutations": {
+ "11841841841": [
+ {},
+ {},
+ {},
+ {}
+ ]
+ }
+ },
+ {
+ "id": 134,
+ "paths": [
+ "M320 192h384v64h-384v-64z",
+ "M320 448h384v64h-384v-64z",
+ "M320 320h320v64h-320v-64z",
+ "M256 128.2h512v399.8l128-56v-344c-0.227-70.601-57.399-127.773-127.978-128l-0.022-0h-512c-70.601 0.227-127.773 57.399-128 127.978l-0 0.022v344l128 56z",
+ "M658.2 576h-292.4l146.2 64 146.2-64z",
+ "M512 704l-512-224v320l512 224 512-224v-320l-512 224z"
+ ],
+ "attrs": [
+ {},
+ {},
+ {},
+ {},
+ {},
+ {}
+ ],
+ "isMulticolor": false,
+ "isMulticolor2": false,
+ "grid": 1,
+ "tags": [
+ "icon-generator-event"
+ ],
+ "colorPermutations": {
+ "11841841841": [
+ {},
+ {},
+ {},
+ {},
{},
{}
]
}
}
],
+ "invisible": false,
"colorThemes": [
[
[
@@ -3691,79 +2823,27 @@
1
],
[
- 0,
- 161,
- 75,
- 1
- ],
- [
- 6,
- 161,
- 75,
- 1
- ],
- [
- 207,
- 45,
- 75,
+ 184,
+ 184,
+ 184,
1
]
]
],
- "colorThemeIdx": 0,
- "preferences": {
- "showGlyphs": true,
- "showQuickUse": true,
- "showQuickUse2": true,
- "showSVGs": true,
- "fontPref": {
- "prefix": "",
- "metadata": {
- "fontFamily": "wtdsymbols",
- "majorVersion": 2,
- "minorVersion": 0
- },
- "metrics": {
- "emSize": 1024,
- "baseline": 6.25,
- "whitespace": 50
- },
- "resetPoint": 58880,
- "showVersion": true,
- "showSelector": true,
- "selector": "class",
- "classSelector": ".ui-symbol",
- "showMetrics": true,
- "showMetadata": true,
- "embed": false
- },
- "imagePref": {
- "prefix": "icon-",
- "png": true,
- "useClassSelector": true,
- "color": 4473924,
- "bgColor": 16777215,
- "classSelector": ".icon"
- },
- "historySize": 100,
- "showCodes": true,
- "gridSize": 16,
- "showLiga": false
- },
- "id": 1,
- "invisible": false
+ "colorThemeIdx": 0
}
],
"preferences": {
"showGlyphs": true,
+ "showCodes": true,
"showQuickUse": true,
"showQuickUse2": true,
"showSVGs": true,
"fontPref": {
- "prefix": "",
+ "prefix": "openmct-symbols-",
"metadata": {
- "fontFamily": "openmct-symbols-16px",
- "majorVersion": 2,
+ "fontFamily": "Open-MCT-Symbols-16px",
+ "majorVersion": 4,
"minorVersion": 0
},
"metrics": {
@@ -3771,30 +2851,29 @@
"baseline": 6.25,
"whitespace": 50
},
- "resetPoint": 58880,
- "showVersion": true,
- "showSelector": true,
- "selector": "class",
- "classSelector": ".ui-symbol",
- "showMetrics": true,
- "showMetadata": true,
"embed": false,
"noie8": true,
- "ie7": false
+ "ie7": false,
+ "resetPoint": 59904,
+ "showSelector": true,
+ "showVersion": true,
+ "autoHost": false,
+ "selector": "",
+ "classSelector": ".icon"
},
"imagePref": {
"prefix": "icon-",
"png": true,
"useClassSelector": true,
- "color": 4473924,
- "bgColor": 16777215,
- "classSelector": ".icon"
+ "color": 0,
+ "bgColor": 16777215
},
- "historySize": 100,
- "showCodes": true,
+ "historySize": 50,
"gridSize": 16,
- "showLiga": false,
- "showGrid": true
+ "quickUsageToken": {
+ "OpenMCTSymbols2018": "NTlkZWFkNDczYzU0MzM1M2Q0YTdmZDFjOGQxYmY0MjIjMSMxNTQwNTE5NTg4IyMj"
+ },
+ "showGrid": false
},
"uid": -1
}
\ No newline at end of file
diff --git a/src/styles-new/fonts/Open-MCT-Symbols-16px.svg b/src/styles-new/fonts/Open-MCT-Symbols-16px.svg
new file mode 100755
index 0000000000..ca89cad9e9
--- /dev/null
+++ b/src/styles-new/fonts/Open-MCT-Symbols-16px.svg
@@ -0,0 +1,128 @@
+
+
+
\ No newline at end of file
diff --git a/src/styles-new/fonts/Open-MCT-Symbols-16px.ttf b/src/styles-new/fonts/Open-MCT-Symbols-16px.ttf
new file mode 100755
index 0000000000..cb1b543cc6
Binary files /dev/null and b/src/styles-new/fonts/Open-MCT-Symbols-16px.ttf differ
diff --git a/src/styles-new/fonts/Open-MCT-Symbols-16px.woff b/src/styles-new/fonts/Open-MCT-Symbols-16px.woff
new file mode 100755
index 0000000000..dd58478f93
Binary files /dev/null and b/src/styles-new/fonts/Open-MCT-Symbols-16px.woff differ
diff --git a/src/styles-new/fonts/openmct-symbols-16px.eot b/src/styles-new/fonts/openmct-symbols-16px.eot
deleted file mode 100755
index b451c04078..0000000000
Binary files a/src/styles-new/fonts/openmct-symbols-16px.eot and /dev/null differ
diff --git a/src/styles-new/fonts/openmct-symbols-16px.svg b/src/styles-new/fonts/openmct-symbols-16px.svg
deleted file mode 100755
index 3516e99b82..0000000000
--- a/src/styles-new/fonts/openmct-symbols-16px.svg
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/src/styles-new/fonts/openmct-symbols-16px.ttf b/src/styles-new/fonts/openmct-symbols-16px.ttf
deleted file mode 100755
index 81c481cafd..0000000000
Binary files a/src/styles-new/fonts/openmct-symbols-16px.ttf and /dev/null differ
diff --git a/src/styles-new/fonts/openmct-symbols-16px.woff b/src/styles-new/fonts/openmct-symbols-16px.woff
deleted file mode 100755
index a88b1a7b73..0000000000
Binary files a/src/styles-new/fonts/openmct-symbols-16px.woff and /dev/null differ
diff --git a/src/styles-new/legacy-styles.scss b/src/styles-new/legacy-styles.scss
index 72b064d1fb..555bc32caa 100644
--- a/src/styles-new/legacy-styles.scss
+++ b/src/styles-new/legacy-styles.scss
@@ -8,7 +8,7 @@
@import "../styles/animations";
@import "../styles/effects";
-@import "../styles/glyphs";
+// @import "../styles/glyphs";
@import "../styles/animations";
@import "../styles/archetypes";
//@import "../styles/about";