aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-10 15:49:00 +0200
committercodecalm <codecalm@gmail.com>2020-04-10 15:49:00 +0200
commita2aa6422b1af849527a33dbf989154d47f4f1265 (patch)
treef2a877902e517ebcab8d6babf4cbc37f599b6feb
parent14 new icons: `apps`, `browser`, `brush`, `calendar-minus`, `calendar-plus`, ... (diff)
downloadtabler-icons-a2aa6422b1af849527a33dbf989154d47f4f1265.tar.xz
`typography` icon
-rw-r--r--src/_icons/typography.svg9
-rw-r--r--src/_icons/underline.svg4
-rw-r--r--src/editor.html2
3 files changed, 12 insertions, 3 deletions
diff --git a/src/_icons/typography.svg b/src/_icons/typography.svg
new file mode 100644
index 0000000..165200a
--- /dev/null
+++ b/src/_icons/typography.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <polyline points="4 20 7 20"></polyline>
+ <polyline points="14 20 21 20"></polyline>
+ <polyline points="6.9 15 13.8 15"></polyline>
+ <polyline points="10.2 6.3 16 20"></polyline>
+ <polyline points="5 20 11 4 13 4 20 20"></polyline>
+</svg>
diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg
index 94a68c2..fc61e7f 100644
--- a/src/_icons/underline.svg
+++ b/src/_icons/underline.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <line x1="7" y1="19" x2="17" y2="19" />
- <path d="M8 5v6a4 4 0 0 0 8 0v-6" />
+ <line x1="7" y1="20" x2="17" y2="20" />
+ <path d="M7 5v6a5 5 0 0 0 10 0v-6" />
</svg>
diff --git a/src/editor.html b/src/editor.html
index 8a55e13..f182aa4 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|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' %}
+ {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|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' %}
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
</div>