diff options
-rw-r--r-- | src/_icons/ambulance.svg | 8 | ||||
-rw-r--r-- | src/editor.html | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/_icons/ambulance.svg b/src/_icons/ambulance.svg new file mode 100644 index 00000000..e39ec039 --- /dev/null +++ b/src/_icons/ambulance.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="7" cy="17" r="2" /> + <circle cx="17" cy="17" r="2" /> + <path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" /> + <path d="M6 10h4m-2 -2v4" /> +</svg> diff --git a/src/editor.html b/src/editor.html index b1eaa942..b7d7283d 100644 --- a/src/editor.html +++ b/src/editor.html @@ -72,7 +72,7 @@ layout: default <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' %} - {% 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' %} + {% 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' %} </div> <h2 class="icon-subtitle">{{ site.icons.size }} icons</h2> |