aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-26 20:45:43 +0200
committercodecalm <codecalm@gmail.com>2020-09-26 20:45:43 +0200
commit7c8df9b3f53d5d624e464ad9b59feb4a1e41c072 (patch)
treeec9556c342f283c8bbf5c06f40ae141de19e9d4f
parent2 new icons: `picture-in-picture`, `traffic-lights` (diff)
downloadtabler-icons-7c8df9b3f53d5d624e464ad9b59feb4a1e41c072.tar.xz
1 new icon: `karate`
-rw-r--r--src/_icons/karate.svg9
-rw-r--r--src/editor.html2
2 files changed, 10 insertions, 1 deletions
diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg
new file mode 100644
index 0000000..20bf772
--- /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 b6c3af7..8c926ff 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>