diff options
-rw-r--r-- | src/_icons/karate.svg | 9 | ||||
-rw-r--r-- | src/editor.html | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg new file mode 100644 index 00000000..20bf7725 --- /dev/null +++ b/src/_icons/karate.svg @@ -0,0 +1,9 @@ +--- +category: Sport +--- +<svg> + <circle cx="18" cy="4" r="1" /> + <path d="M3 9l4.5 1l3 2.5" /> + <path d="M13 21v-8l3-5.5" /> + <path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" /> +</svg> diff --git a/src/editor.html b/src/editor.html index b6c3af72..8c926ff9 100644 --- a/src/editor.html +++ b/src/editor.html @@ -76,7 +76,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|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending|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|repeat,repeat-once,switch,circle,play,pause,square,power,skip-forward,skip-back,track-next,track-prev' + 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|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending|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,circle,play,pause,square,power,skip-forward,skip-back,track-next,track-prev' %} </div> |