From 5c2b6a3d90f17522090ac24083b78293cb0ed796 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 22 Aug 2022 15:08:16 +0200 Subject: 18 new icons: `braces-asterix`, `clock-hour-1`, `clock-hour-10`, `clock-hour-11`, `clock-hour-12`, `clock-hour-2`, `clock-hour-3`, `clock-hour-4`, `clock-hour-5`, `clock-hour-6`, `clock-hour-7`, `clock-hour-8`, `clock-hour-9`, `regex`, `server-bolt`, `server-cog`, `wash-dry-w`, `wash-dryclean-off` --- src/_icons/clock-hour-1.svg | 8 ++++++++ src/_icons/clock-hour-10.svg | 8 ++++++++ src/_icons/clock-hour-11.svg | 8 ++++++++ src/_icons/clock-hour-12.svg | 7 +++++++ src/_icons/clock-hour-2.svg | 8 ++++++++ src/_icons/clock-hour-3.svg | 8 ++++++++ src/_icons/clock-hour-4.svg | 8 ++++++++ src/_icons/clock-hour-5.svg | 8 ++++++++ src/_icons/clock-hour-6.svg | 8 ++++++++ src/_icons/clock-hour-7.svg | 8 ++++++++ src/_icons/clock-hour-8.svg | 8 ++++++++ src/_icons/clock-hour-9.svg | 8 ++++++++ src/_icons/server-bolt.svg | 10 ++++++++++ src/_icons/server-cog.svg | 16 ++++++++++++++++ src/_icons/wash-dry-w.svg | 7 +++++++ src/_icons/wash-dryclean-off.svg | 7 +++++++ src/editor.html | 2 +- 17 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 src/_icons/clock-hour-1.svg create mode 100644 src/_icons/clock-hour-10.svg create mode 100644 src/_icons/clock-hour-11.svg create mode 100644 src/_icons/clock-hour-12.svg create mode 100644 src/_icons/clock-hour-2.svg create mode 100644 src/_icons/clock-hour-3.svg create mode 100644 src/_icons/clock-hour-4.svg create mode 100644 src/_icons/clock-hour-5.svg create mode 100644 src/_icons/clock-hour-6.svg create mode 100644 src/_icons/clock-hour-7.svg create mode 100644 src/_icons/clock-hour-8.svg create mode 100644 src/_icons/clock-hour-9.svg create mode 100644 src/_icons/server-bolt.svg create mode 100644 src/_icons/server-cog.svg create mode 100644 src/_icons/wash-dry-w.svg create mode 100644 src/_icons/wash-dryclean-off.svg diff --git a/src/_icons/clock-hour-1.svg b/src/_icons/clock-hour-1.svg new file mode 100644 index 00000000..3b558ef9 --- /dev/null +++ b/src/_icons/clock-hour-1.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-10.svg b/src/_icons/clock-hour-10.svg new file mode 100644 index 00000000..b045b1d3 --- /dev/null +++ b/src/_icons/clock-hour-10.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-11.svg b/src/_icons/clock-hour-11.svg new file mode 100644 index 00000000..79cc3754 --- /dev/null +++ b/src/_icons/clock-hour-11.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-12.svg b/src/_icons/clock-hour-12.svg new file mode 100644 index 00000000..5bf6eb2c --- /dev/null +++ b/src/_icons/clock-hour-12.svg @@ -0,0 +1,7 @@ +--- +category: System +--- + + + + diff --git a/src/_icons/clock-hour-2.svg b/src/_icons/clock-hour-2.svg new file mode 100644 index 00000000..13c1a47c --- /dev/null +++ b/src/_icons/clock-hour-2.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-3.svg b/src/_icons/clock-hour-3.svg new file mode 100644 index 00000000..fa9f07ce --- /dev/null +++ b/src/_icons/clock-hour-3.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-4.svg b/src/_icons/clock-hour-4.svg new file mode 100644 index 00000000..4939da06 --- /dev/null +++ b/src/_icons/clock-hour-4.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-5.svg b/src/_icons/clock-hour-5.svg new file mode 100644 index 00000000..94449afe --- /dev/null +++ b/src/_icons/clock-hour-5.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-6.svg b/src/_icons/clock-hour-6.svg new file mode 100644 index 00000000..67c6388e --- /dev/null +++ b/src/_icons/clock-hour-6.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-7.svg b/src/_icons/clock-hour-7.svg new file mode 100644 index 00000000..c0ab382f --- /dev/null +++ b/src/_icons/clock-hour-7.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-8.svg b/src/_icons/clock-hour-8.svg new file mode 100644 index 00000000..35fd8b14 --- /dev/null +++ b/src/_icons/clock-hour-8.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/clock-hour-9.svg b/src/_icons/clock-hour-9.svg new file mode 100644 index 00000000..6ccc19c7 --- /dev/null +++ b/src/_icons/clock-hour-9.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/server-bolt.svg b/src/_icons/server-bolt.svg new file mode 100644 index 00000000..0628baf4 --- /dev/null +++ b/src/_icons/server-bolt.svg @@ -0,0 +1,10 @@ +--- +category: Devices +--- + + + + + + + diff --git a/src/_icons/server-cog.svg b/src/_icons/server-cog.svg new file mode 100644 index 00000000..eeef9ea8 --- /dev/null +++ b/src/_icons/server-cog.svg @@ -0,0 +1,16 @@ +--- +category: Devices +--- + + + + + + + + + + + + + diff --git a/src/_icons/wash-dry-w.svg b/src/_icons/wash-dry-w.svg new file mode 100644 index 00000000..57667e77 --- /dev/null +++ b/src/_icons/wash-dry-w.svg @@ -0,0 +1,7 @@ +--- +category: Laundry +--- + + + + diff --git a/src/_icons/wash-dryclean-off.svg b/src/_icons/wash-dryclean-off.svg new file mode 100644 index 00000000..14562261 --- /dev/null +++ b/src/_icons/wash-dryclean-off.svg @@ -0,0 +1,7 @@ +--- +category: Laundry +--- + + + + diff --git a/src/editor.html b/src/editor.html index 1cc1cc5a..ba2ddf7a 100644 --- a/src/editor.html +++ b/src/editor.html @@ -75,7 +75,7 @@ layout: default
- {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,baseline|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall,karate|heart,spade,diamonds,clubs|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %} + {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,baseline|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table,regex|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall,karate|heart,spade,diamonds,clubs|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %}
{% assign new-icons = icons | where: "version", null %} -- cgit v1.2.1