From 202cc11e228658e1ec938afa006d7efd29b18d49 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 7 Jan 2022 23:33:55 +0100 Subject: 18 new icons: `asterisk-simple`, `asterisk`, `browser-check`, `browser-plus`, `browser-x`, `butterfly`, `cloud-lock-open`, `cloud-lock`, `cone-2`, `cone`, `drop-circle`, `elevator`, `file-dollar`, `file-euro`, `ladder`, `pentagon`, `picture-in-picture-top`, `rotate-dot` Fixed icons: `browser` --- src/_icons/asterisk-simple.svg | 10 ++++++++++ src/_icons/asterisk.svg | 11 +++++++++++ src/_icons/browser-check.svg | 9 +++++++++ src/_icons/browser-plus.svg | 10 ++++++++++ src/_icons/browser-x.svg | 10 ++++++++++ src/_icons/browser.svg | 1 + src/_icons/butterfly.svg | 7 +++++++ src/_icons/cloud-lock-open.svg | 8 ++++++++ src/_icons/cloud-lock.svg | 8 ++++++++ src/_icons/cone-2.svg | 6 ++++++ src/_icons/cone.svg | 6 ++++++ src/_icons/drop-circle.svg | 6 ++++++ src/_icons/elevator.svg | 7 +++++++ src/_icons/file-dollar.svg | 9 +++++++++ src/_icons/file-euro.svg | 9 +++++++++ src/_icons/ladder.svg | 10 ++++++++++ src/_icons/pentagon.svg | 6 ++++++ src/_icons/picture-in-picture-top.svg | 6 ++++++ src/_icons/rotate-dot.svg | 7 +++++++ src/editor.html | 4 +--- 20 files changed, 147 insertions(+), 3 deletions(-) create mode 100644 src/_icons/asterisk-simple.svg create mode 100644 src/_icons/asterisk.svg create mode 100644 src/_icons/browser-check.svg create mode 100644 src/_icons/browser-plus.svg create mode 100644 src/_icons/browser-x.svg create mode 100644 src/_icons/butterfly.svg create mode 100644 src/_icons/cloud-lock-open.svg create mode 100644 src/_icons/cloud-lock.svg create mode 100644 src/_icons/cone-2.svg create mode 100644 src/_icons/cone.svg create mode 100644 src/_icons/drop-circle.svg create mode 100644 src/_icons/elevator.svg create mode 100644 src/_icons/file-dollar.svg create mode 100644 src/_icons/file-euro.svg create mode 100644 src/_icons/ladder.svg create mode 100644 src/_icons/pentagon.svg create mode 100644 src/_icons/picture-in-picture-top.svg create mode 100644 src/_icons/rotate-dot.svg diff --git a/src/_icons/asterisk-simple.svg b/src/_icons/asterisk-simple.svg new file mode 100644 index 00000000..fa233a91 --- /dev/null +++ b/src/_icons/asterisk-simple.svg @@ -0,0 +1,10 @@ +--- +category: Text +--- + + + + + + + diff --git a/src/_icons/asterisk.svg b/src/_icons/asterisk.svg new file mode 100644 index 00000000..d8a609f1 --- /dev/null +++ b/src/_icons/asterisk.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- + + + + + + + + diff --git a/src/_icons/browser-check.svg b/src/_icons/browser-check.svg new file mode 100644 index 00000000..d9be74cb --- /dev/null +++ b/src/_icons/browser-check.svg @@ -0,0 +1,9 @@ +--- +category: Devices +--- + + + + + + diff --git a/src/_icons/browser-plus.svg b/src/_icons/browser-plus.svg new file mode 100644 index 00000000..72ac762c --- /dev/null +++ b/src/_icons/browser-plus.svg @@ -0,0 +1,10 @@ +--- +category: Devices +--- + + + + + + + diff --git a/src/_icons/browser-x.svg b/src/_icons/browser-x.svg new file mode 100644 index 00000000..3212b9a4 --- /dev/null +++ b/src/_icons/browser-x.svg @@ -0,0 +1,10 @@ +--- +category: Devices +--- + + + + + + + diff --git a/src/_icons/browser.svg b/src/_icons/browser.svg index 7794a355..ec08b3d3 100644 --- a/src/_icons/browser.svg +++ b/src/_icons/browser.svg @@ -1,6 +1,7 @@ --- tags: [internet, web, display] version: "1.5" +category: Devices --- diff --git a/src/_icons/butterfly.svg b/src/_icons/butterfly.svg new file mode 100644 index 00000000..74992bd3 --- /dev/null +++ b/src/_icons/butterfly.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/cloud-lock-open.svg b/src/_icons/cloud-lock-open.svg new file mode 100644 index 00000000..b361a338 --- /dev/null +++ b/src/_icons/cloud-lock-open.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/cloud-lock.svg b/src/_icons/cloud-lock.svg new file mode 100644 index 00000000..f3de1ab7 --- /dev/null +++ b/src/_icons/cloud-lock.svg @@ -0,0 +1,8 @@ +--- +category: System +--- + + + + + diff --git a/src/_icons/cone-2.svg b/src/_icons/cone-2.svg new file mode 100644 index 00000000..ab336ee2 --- /dev/null +++ b/src/_icons/cone-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/cone.svg b/src/_icons/cone.svg new file mode 100644 index 00000000..371fff18 --- /dev/null +++ b/src/_icons/cone.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/drop-circle.svg b/src/_icons/drop-circle.svg new file mode 100644 index 00000000..7bd52cd2 --- /dev/null +++ b/src/_icons/drop-circle.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/elevator.svg b/src/_icons/elevator.svg new file mode 100644 index 00000000..617f614d --- /dev/null +++ b/src/_icons/elevator.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/file-dollar.svg b/src/_icons/file-dollar.svg new file mode 100644 index 00000000..1453f40c --- /dev/null +++ b/src/_icons/file-dollar.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/file-euro.svg b/src/_icons/file-euro.svg new file mode 100644 index 00000000..8ab71af7 --- /dev/null +++ b/src/_icons/file-euro.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/ladder.svg b/src/_icons/ladder.svg new file mode 100644 index 00000000..c7e96197 --- /dev/null +++ b/src/_icons/ladder.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/pentagon.svg b/src/_icons/pentagon.svg new file mode 100644 index 00000000..60a37242 --- /dev/null +++ b/src/_icons/pentagon.svg @@ -0,0 +1,6 @@ +--- +category: Shapes +--- + + + diff --git a/src/_icons/picture-in-picture-top.svg b/src/_icons/picture-in-picture-top.svg new file mode 100644 index 00000000..2461e5a2 --- /dev/null +++ b/src/_icons/picture-in-picture-top.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/rotate-dot.svg b/src/_icons/rotate-dot.svg new file mode 100644 index 00000000..66974fb3 --- /dev/null +++ b/src/_icons/rotate-dot.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/editor.html b/src/editor.html index 08fbbc93..bbf39269 100644 --- a/src/editor.html +++ b/src/editor.html @@ -75,9 +75,7 @@ layout: default
- {% include toolbar.html - toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,quote|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|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,quote|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|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