diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/google.svg | 5 | ||||
-rw-r--r-- | src/editor.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/_icons/google.svg b/src/_icons/google.svg new file mode 100644 index 00000000..9ce8aff3 --- /dev/null +++ b/src/_icons/google.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M17.788 5.108A9 9 0 1021 12h-8" /> +</svg> diff --git a/src/editor.html b/src/editor.html index 6d0937a9..37423d78 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,7 +71,7 @@ layout: default </div> <div class="mb"> - {% 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='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,google' %} {% 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' %} </div> |