aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-17 15:27:12 +0200
committercodecalm <codecalm@gmail.com>2020-08-17 15:27:12 +0200
commit0d5bb873fc2a2a0f02658b079c11f466de9f101b (patch)
tree3c4256acf749141d4ad602a232e805a9eefb8baa
parent1 new icon: `contrast` (diff)
downloadtabler-icons-0d5bb873fc2a2a0f02658b079c11f466de9f101b.tar.xz
25 new icons: `letter-a`, `letter-b`, `letter-c`, `letter-d`, `letter-f`, `letter-g`, `letter-h`, `letter-i`, `letter-j`, `letter-k`, `letter-l`, `letter-m`, `letter-n`, `letter-o`, `letter-p`, `letter-q`, `letter-r`, `letter-s`, `letter-t`, `letter-u`, `letter-v`, `letter-w`, `letter-x`, `letter-y`, `letter-z`
Renamed icons: - `letter-case` renamed to `letters-case`
-rw-r--r--src/_icons/letter-a.svg6
-rw-r--r--src/_icons/letter-b.svg6
-rw-r--r--src/_icons/letter-c.svg5
-rw-r--r--src/_icons/letter-d.svg5
-rw-r--r--src/_icons/letter-f.svg6
-rw-r--r--src/_icons/letter-g.svg5
-rw-r--r--src/_icons/letter-h.svg7
-rw-r--r--src/_icons/letter-i.svg5
-rw-r--r--src/_icons/letter-j.svg5
-rw-r--r--src/_icons/letter-k.svg7
-rw-r--r--src/_icons/letter-l.svg5
-rw-r--r--src/_icons/letter-m.svg5
-rw-r--r--src/_icons/letter-n.svg5
-rw-r--r--src/_icons/letter-o.svg5
-rw-r--r--src/_icons/letter-p.svg5
-rw-r--r--src/_icons/letter-q.svg6
-rw-r--r--src/_icons/letter-r.svg6
-rw-r--r--src/_icons/letter-s.svg5
-rw-r--r--src/_icons/letter-t.svg6
-rw-r--r--src/_icons/letter-u.svg5
-rw-r--r--src/_icons/letter-v.svg5
-rw-r--r--src/_icons/letter-w.svg5
-rw-r--r--src/_icons/letter-x.svg6
-rw-r--r--src/_icons/letter-y.svg6
-rw-r--r--src/_icons/letter-z.svg5
-rw-r--r--src/_icons/letters-case.svg (renamed from src/_icons/letter-case.svg)0
-rw-r--r--src/editor.html3
-rw-r--r--tags.json2
28 files changed, 140 insertions, 2 deletions
diff --git a/src/_icons/letter-a.svg b/src/_icons/letter-a.svg
new file mode 100644
index 0000000..01717a8
--- /dev/null
+++ b/src/_icons/letter-a.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12" />
+ <path d="M7 13h10" />
+</svg>
diff --git a/src/_icons/letter-b.svg b/src/_icons/letter-b.svg
new file mode 100644
index 0000000..b9dab1c
--- /dev/null
+++ b/src/_icons/letter-b.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6" />
+ <path d="M7 12h6" />
+</svg>
diff --git a/src/_icons/letter-c.svg b/src/_icons/letter-c.svg
new file mode 100644
index 0000000..13666e9
--- /dev/null
+++ b/src/_icons/letter-c.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5" />
+</svg>
diff --git a/src/_icons/letter-d.svg b/src/_icons/letter-d.svg
new file mode 100644
index 0000000..5f11d5b
--- /dev/null
+++ b/src/_icons/letter-d.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16" />
+</svg>
diff --git a/src/_icons/letter-f.svg b/src/_icons/letter-f.svg
new file mode 100644
index 0000000..89aae23
--- /dev/null
+++ b/src/_icons/letter-f.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M17 4h-10v16" />
+ <path d="M7 12h8" />
+</svg>
diff --git a/src/_icons/letter-g.svg b/src/_icons/letter-g.svg
new file mode 100644
index 0000000..0e1b612
--- /dev/null
+++ b/src/_icons/letter-g.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4" />
+</svg>
diff --git a/src/_icons/letter-h.svg b/src/_icons/letter-h.svg
new file mode 100644
index 0000000..c5c4f8d
--- /dev/null
+++ b/src/_icons/letter-h.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M17 4v16" />
+ <path d="M7 12h10" />
+ <path d="M7 4v16" />
+</svg>
diff --git a/src/_icons/letter-i.svg b/src/_icons/letter-i.svg
new file mode 100644
index 0000000..2acece1
--- /dev/null
+++ b/src/_icons/letter-i.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M12 4v16" />
+</svg>
diff --git a/src/_icons/letter-j.svg b/src/_icons/letter-j.svg
new file mode 100644
index 0000000..a0b9aae
--- /dev/null
+++ b/src/_icons/letter-j.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4" />
+</svg>
diff --git a/src/_icons/letter-k.svg b/src/_icons/letter-k.svg
new file mode 100644
index 0000000..2f5a61e
--- /dev/null
+++ b/src/_icons/letter-k.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M7 4v16" />
+ <path d="M7 12h2l8 -8" />
+ <path d="M9 12l8 8" />
+</svg>
diff --git a/src/_icons/letter-l.svg b/src/_icons/letter-l.svg
new file mode 100644
index 0000000..cd64a84
--- /dev/null
+++ b/src/_icons/letter-l.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M7 4v16h10" />
+</svg>
diff --git a/src/_icons/letter-m.svg b/src/_icons/letter-m.svg
new file mode 100644
index 0000000..1f33459
--- /dev/null
+++ b/src/_icons/letter-m.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M6 20v-16l6 14l6 -14v16" />
+</svg>
diff --git a/src/_icons/letter-n.svg b/src/_icons/letter-n.svg
new file mode 100644
index 0000000..5d732cd
--- /dev/null
+++ b/src/_icons/letter-n.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M7 20v-16l10 16v-16" />
+</svg>
diff --git a/src/_icons/letter-o.svg b/src/_icons/letter-o.svg
new file mode 100644
index 0000000..0f46812
--- /dev/null
+++ b/src/_icons/letter-o.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" />
+</svg>
diff --git a/src/_icons/letter-p.svg b/src/_icons/letter-p.svg
new file mode 100644
index 0000000..f684997
--- /dev/null
+++ b/src/_icons/letter-p.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" />
+</svg>
diff --git a/src/_icons/letter-q.svg b/src/_icons/letter-q.svg
new file mode 100644
index 0000000..e701859
--- /dev/null
+++ b/src/_icons/letter-q.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" />
+ <path d="M13 15l5 5" />
+</svg>
diff --git a/src/_icons/letter-r.svg b/src/_icons/letter-r.svg
new file mode 100644
index 0000000..33f674f
--- /dev/null
+++ b/src/_icons/letter-r.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" />
+ <path d="M12 13l5 7" />
+</svg>
diff --git a/src/_icons/letter-s.svg b/src/_icons/letter-s.svg
new file mode 100644
index 0000000..521bca3
--- /dev/null
+++ b/src/_icons/letter-s.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4" />
+</svg>
diff --git a/src/_icons/letter-t.svg b/src/_icons/letter-t.svg
new file mode 100644
index 0000000..6932a3d
--- /dev/null
+++ b/src/_icons/letter-t.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M6 4h12" />
+ <path d="M12 4v16" />
+</svg>
diff --git a/src/_icons/letter-u.svg b/src/_icons/letter-u.svg
new file mode 100644
index 0000000..fe6c7dd
--- /dev/null
+++ b/src/_icons/letter-u.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11" />
+</svg>
diff --git a/src/_icons/letter-v.svg b/src/_icons/letter-v.svg
new file mode 100644
index 0000000..2763db4
--- /dev/null
+++ b/src/_icons/letter-v.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M6 4l6 16l6 -16" />
+</svg>
diff --git a/src/_icons/letter-w.svg b/src/_icons/letter-w.svg
new file mode 100644
index 0000000..1a6b0e8
--- /dev/null
+++ b/src/_icons/letter-w.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M4 4l4 16l4 -14l4 14l4 -16" />
+</svg>
diff --git a/src/_icons/letter-x.svg b/src/_icons/letter-x.svg
new file mode 100644
index 0000000..a6df51c
--- /dev/null
+++ b/src/_icons/letter-x.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 4l10 16" />
+ <path d="M17 4l-10 16" />
+</svg>
diff --git a/src/_icons/letter-y.svg b/src/_icons/letter-y.svg
new file mode 100644
index 0000000..2e06f60
--- /dev/null
+++ b/src/_icons/letter-y.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 4l5 9l5 -9" />
+ <path d="M12 13v7" />
+</svg>
diff --git a/src/_icons/letter-z.svg b/src/_icons/letter-z.svg
new file mode 100644
index 0000000..35d8cc1
--- /dev/null
+++ b/src/_icons/letter-z.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M7 4h10l-10 16h10" />
+</svg>
diff --git a/src/_icons/letter-case.svg b/src/_icons/letters-case.svg
index ae75485..ae75485 100644
--- a/src/_icons/letter-case.svg
+++ b/src/_icons/letters-case.svg
diff --git a/src/editor.html b/src/editor.html
index 4da2015..cd48bf3 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -71,8 +71,9 @@ 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' %}
+ {% 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,letters-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,forklift,tir,firetruck,ambulance,tractor,truck,truck-return,truck-delivery' %}
+ {% include toolbar.html toolbar='letter-a,letter-b,letter-c,letter-d,letter-e,letter-f,letter-g,letter-h,letter-i,letter-j,letter-k,letter-l,letter-m,letter-n,letter-o,letter-p,letter-q,letter-r,letter-s,letter-t,letter-u,letter-v,letter-w,letter-x,letter-y,letter-z' %}
{% assign social-icons = '' %}
{% for icon in icons %}
diff --git a/tags.json b/tags.json
index e677fe5..6b0e317 100644
--- a/tags.json
+++ b/tags.json
@@ -348,7 +348,7 @@
"layout-sidebar": ["layout", "sidebar", "grid", "aside", "column", "columns"],
"layout": ["layout", "grid", "columns", "masonry", "collage"],
"lego": ["lego", "toy", "boy", "face", "play"],
- "letter-case": ["letter", "case", "typography", "uppercase", "capitals", "lowercase", "type"],
+ "letters-case": ["letter", "case", "typography", "uppercase", "capitals", "lowercase", "type"],
"license": ["license", "authorisation", "permission", "consent", "permit", "document", "agree"],
"lifebuoy": ["lifebuoy", "life ring", "help", "support"],
"line-height": ["line", "height", "space", "inline", "display"],