From ef5802f205840581bca12c48b4043773106c963c Mon Sep 17 00:00:00 2001 From: Corey Ginnivan Date: Mon, 16 May 2022 20:21:22 +0800 Subject: [PATCH 1/4] Tweaked design, added svgo config --- src/index.html | 18 +++++++------- svgo.config.js | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 9 deletions(-) create mode 100755 svgo.config.js diff --git a/src/index.html b/src/index.html index 510bee7..d7e6e32 100644 --- a/src/index.html +++ b/src/index.html @@ -53,10 +53,7 @@ >
-
-

+

+

+ System UIcons +

+

A growing collection of simple and consistent icons specifically designed for systems and products. - Use how you want, without attribution. +

+

+ Use how you want, without attribution.

Date: Mon, 16 May 2022 20:34:26 +0800 Subject: [PATCH 2/4] Added new icons --- src/images/icons/box_add.svg | 1 + src/images/icons/box_remove.svg | 1 + src/images/icons/boxes.svg | 1 + src/images/icons/cubes.svg | 1 + src/images/icons/pill.svg | 1 + src/images/icons/signal_full.svg | 1 + src/images/icons/signal_low.svg | 1 + src/images/icons/signal_medium.svg | 1 + src/images/icons/signal_none.svg | 1 + src/images/icons/terminal.svg | 1 + src/js/data.js | 52 ++++++++++++++++++++++++++++++ 11 files changed, 62 insertions(+) create mode 100644 src/images/icons/box_add.svg create mode 100644 src/images/icons/box_remove.svg create mode 100644 src/images/icons/boxes.svg create mode 100644 src/images/icons/cubes.svg create mode 100644 src/images/icons/pill.svg create mode 100644 src/images/icons/signal_full.svg create mode 100644 src/images/icons/signal_low.svg create mode 100644 src/images/icons/signal_medium.svg create mode 100644 src/images/icons/signal_none.svg create mode 100644 src/images/icons/terminal.svg diff --git a/src/images/icons/box_add.svg b/src/images/icons/box_add.svg new file mode 100644 index 0000000..d6c71a4 --- /dev/null +++ b/src/images/icons/box_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/box_remove.svg b/src/images/icons/box_remove.svg new file mode 100644 index 0000000..4127e9c --- /dev/null +++ b/src/images/icons/box_remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/boxes.svg b/src/images/icons/boxes.svg new file mode 100644 index 0000000..f839c96 --- /dev/null +++ b/src/images/icons/boxes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/cubes.svg b/src/images/icons/cubes.svg new file mode 100644 index 0000000..a31a94d --- /dev/null +++ b/src/images/icons/cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/pill.svg b/src/images/icons/pill.svg new file mode 100644 index 0000000..34eb855 --- /dev/null +++ b/src/images/icons/pill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/signal_full.svg b/src/images/icons/signal_full.svg new file mode 100644 index 0000000..b97ae4c --- /dev/null +++ b/src/images/icons/signal_full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/signal_low.svg b/src/images/icons/signal_low.svg new file mode 100644 index 0000000..95f7c92 --- /dev/null +++ b/src/images/icons/signal_low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/signal_medium.svg b/src/images/icons/signal_medium.svg new file mode 100644 index 0000000..7ea935a --- /dev/null +++ b/src/images/icons/signal_medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/signal_none.svg b/src/images/icons/signal_none.svg new file mode 100644 index 0000000..4ed7dab --- /dev/null +++ b/src/images/icons/signal_none.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/icons/terminal.svg b/src/images/icons/terminal.svg new file mode 100644 index 0000000..db7bd96 --- /dev/null +++ b/src/images/icons/terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/js/data.js b/src/js/data.js index 1019754..b094c8f 100644 --- a/src/js/data.js +++ b/src/js/data.js @@ -984,6 +984,28 @@ var sourceData = [ icon_path: "side_menu", icon_keywords: "side menu navigation", }, + { + icon_name: "Signal (None)", + icon_path: "signal_none", + icon_keywords: + "signal radio alert commuication phone strength sign none no", + }, + { + icon_name: "Signal (Low)", + icon_path: "signal_low", + icon_keywords: "signal radio alert commuication phone strength sign low", + }, + { + icon_name: "Signal (Medium)", + icon_path: "signal_medium", + icon_keywords: "signal radio alert commuication phone strength sign medium", + }, + { + icon_name: "Signal (Full)", + icon_path: "signal_full", + icon_keywords: + "signal radio alert commuication phone strength sign full high", + }, { icon_name: "Info (Circle)", icon_path: "info_circle", @@ -1094,6 +1116,11 @@ var sourceData = [ icon_path: "target", icon_keywords: "target aim", }, + { + icon_name: "Terminal", + icon_path: "terminal", + icon_keywords: "terminal warp console dev developer hack mainframe", + }, { icon_name: "Ticket", icon_path: "ticket", @@ -1314,11 +1341,31 @@ var sourceData = [ icon_path: "cube", icon_keywords: "cube box 3d ice cold", }, + { + icon_name: "Cubes", + icon_path: "cubes", + icon_keywords: "box crate carboard 3d boxes cubes", + }, { icon_name: "Box", icon_path: "box", icon_keywords: "box crate carboard 3d", }, + { + icon_name: "Box (Add)", + icon_path: "box_add", + icon_keywords: "box crate carboard 3d add new", + }, + { + icon_name: "Box (Remove)", + icon_path: "box_remove", + icon_keywords: "box crate carboard 3d remove minus", + }, + { + icon_name: "Boxes", + icon_path: "boxes", + icon_keywords: "box crate carboard 3d boxes cubes", + }, { icon_name: "Box (Open)", icon_path: "box_open", @@ -1908,6 +1955,11 @@ var sourceData = [ icon_path: "pie_third", icon_keywords: "pie third chart split fraction maths math", }, + { + icon_name: "Pill", + icon_path: "pill", + icon_keywords: "pill drugs pillbox medicine doctor", + }, { icon_name: "Play Button", icon_path: "play_button", From a959817aa00ac02c31bcf3b952210ccd38b7f5f5 Mon Sep 17 00:00:00 2001 From: Corey Ginnivan Date: Mon, 16 May 2022 20:35:57 +0800 Subject: [PATCH 3/4] Tweaked intro --- src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 23e621a..e9898c0 100644 --- a/src/index.html +++ b/src/index.html @@ -76,14 +76,14 @@
-

+

System UIcons

-

+

A growing collection of simple and consistent icons specifically designed for systems and products.

-

+

Use how you want, without attribution.

From 8962345b7f1de37063e412e295e045557454580f Mon Sep 17 00:00:00 2001 From: Corey Ginnivan Date: Mon, 16 May 2022 20:47:07 +0800 Subject: [PATCH 4/4] Added few more keywords --- src/js/data.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/data.js b/src/js/data.js index b094c8f..cb1ac26 100644 --- a/src/js/data.js +++ b/src/js/data.js @@ -993,7 +993,8 @@ var sourceData = [ { icon_name: "Signal (Low)", icon_path: "signal_low", - icon_keywords: "signal radio alert commuication phone strength sign low", + icon_keywords: + "signal radio alert commuication phone strength sign low weak", }, { icon_name: "Signal (Medium)", @@ -1004,7 +1005,7 @@ var sourceData = [ icon_name: "Signal (Full)", icon_path: "signal_full", icon_keywords: - "signal radio alert commuication phone strength sign full high", + "signal radio alert commuication phone strength sign full high strong", }, { icon_name: "Info (Circle)",