aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 23:46:09 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 23:46:09 +0100
commit7acfa29f11000c7d56c247c37f8ea932f0b51163 (patch)
treebd7970ad47a7e116f9c9419117288b0151925ffa
parentsubscript, superscript #11 (diff)
downloadtabler-icons-7acfa29f11000c7d56c247c37f8ea932f0b51163.tar.xz
columns icon #11
-rw-r--r--src/_icons/columns.svg13
-rw-r--r--src/_icons/subscript.svg4
-rw-r--r--src/_icons/superscript.svg4
3 files changed, 17 insertions, 4 deletions
diff --git a/src/_icons/columns.svg b/src/_icons/columns.svg
new file mode 100644
index 0000000..e2036d0
--- /dev/null
+++ b/src/_icons/columns.svg
@@ -0,0 +1,13 @@
+---
+tags: [text, gap]
+---
+<svg>
+ <line x1="4" y1="6" x2="9.5" y2="6" />
+ <line x1="4" y1="10" x2="9.5" y2="10" />
+ <line x1="4" y1="14" x2="9.5" y2="14" />
+ <line x1="4" y1="18" x2="9.5" y2="18" />
+ <line x1="14.5" y1="6" x2="20" y2="6" />
+ <line x1="14.5" y1="10" x2="20" y2="10" />
+ <line x1="14.5" y1="14" x2="20" y2="14" />
+ <line x1="14.5" y1="18" x2="20" y2="18" />
+</svg>
diff --git a/src/_icons/subscript.svg b/src/_icons/subscript.svg
index 88e7246..8f73bef 100644
--- a/src/_icons/subscript.svg
+++ b/src/_icons/subscript.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <path d="M4 7l8 10m-8 0l8 -10"></path>
- <path d="M21 20h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
+ <path d="M4 7l8 10m-8 0l8 -10" />
+ <path d="M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />
</svg>
diff --git a/src/_icons/superscript.svg b/src/_icons/superscript.svg
index cb263a5..7e42c30 100644
--- a/src/_icons/superscript.svg
+++ b/src/_icons/superscript.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <path d="M4 7l8 10m-8 0l8 -10"></path>
- <path d="M21 11h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
+ <path d="M4 7l8 10m-8 0l8 -10" />
+ <path d="M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />
</svg>