From f6f419811c257f1937870d59cb9682fc4f714c07 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 2 Jun 2020 00:22:31 +0200 Subject: 2 new icons: `dribbble`, `twitter` --- src/_icons/dribbble.svg | 8 ++++++++ src/_icons/twitter.svg | 5 +++++ src/editor.html | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/_icons/dribbble.svg create mode 100644 src/_icons/twitter.svg diff --git a/src/_icons/dribbble.svg b/src/_icons/dribbble.svg new file mode 100644 index 00000000..eff0a1dd --- /dev/null +++ b/src/_icons/dribbble.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/twitter.svg b/src/_icons/twitter.svg new file mode 100644 index 00000000..0dc252be --- /dev/null +++ b/src/_icons/twitter.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/editor.html b/src/editor.html index 34ef9d72..6d0937a9 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,7 +71,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|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case,clear-formatting|parentheses,brackets,braces,terminal' %} + {% 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|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case,clear-formatting|parentheses,brackets,braces,terminal|github,facebook,twitter,dribbble' %} {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen|bike,car,bus,truck,forklift,tir,firetruck,ambulance,tractor' %}
-- cgit v1.2.1