From 747c29430917368dbb8ac0ef03873fa525a2055e Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 25 Dec 2021 22:02:57 +0100 Subject: 18 new icons: `brand-meta`, `circle-dot`, `clipboard-plus`, `creative-commons`, `exclamation-mark`, `face-mask`, `free-rights`, `git-pull-request-draft`, `kering`, `no-copyright`, `no-creative-commons`, `no-derivatives`, `player-eject`, `premium-rights`, `quote`, `refresh-dot`, `tag-off`, `tags-off` Fixed icons: `copyleft`, `copyright`, `registered`, `copyleft`, `copyright`, `heading`, `registered` --- src/_icons/brand-meta.svg | 7 +++++++ src/_icons/circle-dot.svg | 6 ++++++ src/_icons/clipboard-plus.svg | 9 +++++++++ src/_icons/copyleft.svg | 2 +- src/_icons/copyright.svg | 2 +- src/_icons/creative-commons.svg | 7 +++++++ src/_icons/exclamation-mark.svg | 6 ++++++ src/_icons/face-mask.svg | 9 +++++++++ src/_icons/free-rights.svg | 10 ++++++++++ src/_icons/git-pull-request-draft.svg | 10 ++++++++++ src/_icons/heading.svg | 12 ++++++------ src/_icons/kering.svg | 8 ++++++++ src/_icons/no-copyright.svg | 8 ++++++++ src/_icons/no-creative-commons.svg | 9 +++++++++ src/_icons/no-derivatives.svg | 7 +++++++ src/_icons/player-eject.svg | 7 +++++++ src/_icons/premium-rights.svg | 8 ++++++++ src/_icons/quote.svg | 7 +++++++ src/_icons/refresh-dot.svg | 7 +++++++ src/_icons/registered.svg | 3 ++- src/_icons/tag-off.svg | 7 +++++++ src/_icons/tags-off.svg | 8 ++++++++ src/editor.html | 2 +- 23 files changed, 151 insertions(+), 10 deletions(-) create mode 100644 src/_icons/brand-meta.svg create mode 100644 src/_icons/circle-dot.svg create mode 100644 src/_icons/clipboard-plus.svg create mode 100644 src/_icons/creative-commons.svg create mode 100644 src/_icons/exclamation-mark.svg create mode 100644 src/_icons/face-mask.svg create mode 100644 src/_icons/free-rights.svg create mode 100644 src/_icons/git-pull-request-draft.svg create mode 100644 src/_icons/kering.svg create mode 100644 src/_icons/no-copyright.svg create mode 100644 src/_icons/no-creative-commons.svg create mode 100644 src/_icons/no-derivatives.svg create mode 100644 src/_icons/player-eject.svg create mode 100644 src/_icons/premium-rights.svg create mode 100644 src/_icons/quote.svg create mode 100644 src/_icons/refresh-dot.svg create mode 100644 src/_icons/tag-off.svg create mode 100644 src/_icons/tags-off.svg (limited to 'src') diff --git a/src/_icons/brand-meta.svg b/src/_icons/brand-meta.svg new file mode 100644 index 00000000..f7e022e7 --- /dev/null +++ b/src/_icons/brand-meta.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/circle-dot.svg b/src/_icons/circle-dot.svg new file mode 100644 index 00000000..35d50864 --- /dev/null +++ b/src/_icons/circle-dot.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/clipboard-plus.svg b/src/_icons/clipboard-plus.svg new file mode 100644 index 00000000..90b53af2 --- /dev/null +++ b/src/_icons/clipboard-plus.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/copyleft.svg b/src/_icons/copyleft.svg index 1ef3f4de..01e1789e 100644 --- a/src/_icons/copyleft.svg +++ b/src/_icons/copyleft.svg @@ -5,5 +5,5 @@ category: Symbols --- - + diff --git a/src/_icons/copyright.svg b/src/_icons/copyright.svg index 2ce7d328..9cb4aa9e 100644 --- a/src/_icons/copyright.svg +++ b/src/_icons/copyright.svg @@ -5,5 +5,5 @@ category: Symbols --- - + diff --git a/src/_icons/creative-commons.svg b/src/_icons/creative-commons.svg new file mode 100644 index 00000000..809fa98a --- /dev/null +++ b/src/_icons/creative-commons.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/exclamation-mark.svg b/src/_icons/exclamation-mark.svg new file mode 100644 index 00000000..b711c2d2 --- /dev/null +++ b/src/_icons/exclamation-mark.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/face-mask.svg b/src/_icons/face-mask.svg new file mode 100644 index 00000000..376cda48 --- /dev/null +++ b/src/_icons/face-mask.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/free-rights.svg b/src/_icons/free-rights.svg new file mode 100644 index 00000000..7cbb33f7 --- /dev/null +++ b/src/_icons/free-rights.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/git-pull-request-draft.svg b/src/_icons/git-pull-request-draft.svg new file mode 100644 index 00000000..4e927d05 --- /dev/null +++ b/src/_icons/git-pull-request-draft.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/heading.svg b/src/_icons/heading.svg index 9fc878fa..6c39379d 100644 --- a/src/_icons/heading.svg +++ b/src/_icons/heading.svg @@ -5,10 +5,10 @@ version: "1.39" --- - - - - - - + + + + + + diff --git a/src/_icons/kering.svg b/src/_icons/kering.svg new file mode 100644 index 00000000..7f353f15 --- /dev/null +++ b/src/_icons/kering.svg @@ -0,0 +1,8 @@ +--- +category: Text +--- + + + + + diff --git a/src/_icons/no-copyright.svg b/src/_icons/no-copyright.svg new file mode 100644 index 00000000..189f3941 --- /dev/null +++ b/src/_icons/no-copyright.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/no-creative-commons.svg b/src/_icons/no-creative-commons.svg new file mode 100644 index 00000000..b93f0c6a --- /dev/null +++ b/src/_icons/no-creative-commons.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/no-derivatives.svg b/src/_icons/no-derivatives.svg new file mode 100644 index 00000000..5ba2aec6 --- /dev/null +++ b/src/_icons/no-derivatives.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/player-eject.svg b/src/_icons/player-eject.svg new file mode 100644 index 00000000..a872d2f1 --- /dev/null +++ b/src/_icons/player-eject.svg @@ -0,0 +1,7 @@ +--- +category: Media +--- + + + + diff --git a/src/_icons/premium-rights.svg b/src/_icons/premium-rights.svg new file mode 100644 index 00000000..cddb64f6 --- /dev/null +++ b/src/_icons/premium-rights.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/quote.svg b/src/_icons/quote.svg new file mode 100644 index 00000000..01c4f65f --- /dev/null +++ b/src/_icons/quote.svg @@ -0,0 +1,7 @@ +--- +category: Text +--- + + + + diff --git a/src/_icons/refresh-dot.svg b/src/_icons/refresh-dot.svg new file mode 100644 index 00000000..3f2887f7 --- /dev/null +++ b/src/_icons/refresh-dot.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/registered.svg b/src/_icons/registered.svg index d02c3f6d..770b3347 100644 --- a/src/_icons/registered.svg +++ b/src/_icons/registered.svg @@ -4,5 +4,6 @@ version: "1.0" --- - + + diff --git a/src/_icons/tag-off.svg b/src/_icons/tag-off.svg new file mode 100644 index 00000000..38ddcb7d --- /dev/null +++ b/src/_icons/tag-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/tags-off.svg b/src/_icons/tags-off.svg new file mode 100644 index 00000000..9948292d --- /dev/null +++ b/src/_icons/tags-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/editor.html b/src/editor.html index f573cc88..08fbbc93 100644 --- a/src/editor.html +++ b/src/editor.html @@ -76,7 +76,7 @@ layout: default
{% include toolbar.html - toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|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' + 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' %}
-- cgit v1.2.1