aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-04 23:22:31 +0200
committercodecalm <codecalm@gmail.com>2020-08-04 23:22:31 +0200
commita5bf959c7c4ba35e4f0ba9908b3efb1a6cc4d49f (patch)
tree25796a4f3de83715b2d11d703ccd45151393be0c
parent1 new icon: `copyleft` (diff)
downloadtabler-icons-a5bf959c7c4ba35e4f0ba9908b3efb1a6cc4d49f.tar.xz
Fixed icons: `a-b`, `layout-kanban`, `line`, `markdown`, `tallymark-1`, `tallymark-2`, `tallymark-3`, `tallymark-4`, `tallymarks`, `truck-delivery`, `truck-return`
-rw-r--r--src/_icons/a-b.svg6
-rw-r--r--src/_icons/layout-kanban.svg4
-rw-r--r--src/_icons/line.svg6
-rw-r--r--src/_icons/markdown.svg4
-rw-r--r--src/_icons/tallymark-1.svg2
-rw-r--r--src/_icons/tallymark-2.svg4
-rw-r--r--src/_icons/tallymark-3.svg6
-rw-r--r--src/_icons/tallymark-4.svg8
-rw-r--r--src/_icons/tallymarks.svg10
-rw-r--r--src/_icons/truck-delivery.svg2
-rw-r--r--src/_icons/truck-return.svg4
11 files changed, 28 insertions, 28 deletions
diff --git a/src/_icons/a-b.svg b/src/_icons/a-b.svg
index e6217bb..38683e7 100644
--- a/src/_icons/a-b.svg
+++ b/src/_icons/a-b.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <path d="M3 16v-5.5a2.5 2.5 0 01 5 0v5.5m0 -4h-5"></path>
- <path d="M12 6v12"></path>
- <path d="M16 16v-8h3a2 2 0 01 0 4h-3m3 0a2 2 0 01 0 4h-3"></path>
+ <path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />
+ <path d="M12 6v12" />
+ <path d="M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3" />
</svg>
diff --git a/src/_icons/layout-kanban.svg b/src/_icons/layout-kanban.svg
index ed42301..fa0e34c 100644
--- a/src/_icons/layout-kanban.svg
+++ b/src/_icons/layout-kanban.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <polyline points="4 4 10 4"></polyline>
- <polyline points="14 4 20 4"></polyline>
+ <line x1="4" y1="4" x2="10" y2="4" />
+ <line x1="14" y1="4" x2="20" y2="4" />
<rect x="4" y="8" width="6" height="12" rx="2" />
<rect x="14" y="8" width="6" height="6" rx="2" />
</svg>
diff --git a/src/_icons/line.svg b/src/_icons/line.svg
index 0da9b6d..26b70c7 100644
--- a/src/_icons/line.svg
+++ b/src/_icons/line.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="6" cy="18" r="2"></circle>
- <circle cx="18" cy="6" r="2"></circle>
- <polyline points="7.5 16.5 16.5 7.5"></polyline>
+ <circle cx="6" cy="18" r="2" />
+ <circle cx="18" cy="6" r="2" />
+ <line x1="7.5" y1="16.5" x2="16.5" y2="7.5" />
</svg>
diff --git a/src/_icons/markdown.svg b/src/_icons/markdown.svg
index e8b2c7b..293f775 100644
--- a/src/_icons/markdown.svg
+++ b/src/_icons/markdown.svg
@@ -2,6 +2,6 @@
---
<svg>
<rect x="3" y="5" width="18" height="14" rx="2" />
- <path d="M7 15v-6l2 2l2 -2v6"></path>
- <path d="M14 13l2 2l2 -2m-2 2v-6"></path>
+ <path d="M7 15v-6l2 2l2 -2v6" />
+ <path d="M14 13l2 2l2 -2m-2 2v-6" />
</svg>
diff --git a/src/_icons/tallymark-1.svg b/src/_icons/tallymark-1.svg
index 4d9205c..2265f85 100644
--- a/src/_icons/tallymark-1.svg
+++ b/src/_icons/tallymark-1.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <polyline points="12 5 12 19"></polyline>
+ <line x1="12" y1="5" x2="12" y2="19" />
</svg>
diff --git a/src/_icons/tallymark-2.svg b/src/_icons/tallymark-2.svg
index 587a9fb..d5bbd10 100644
--- a/src/_icons/tallymark-2.svg
+++ b/src/_icons/tallymark-2.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <polyline points="10 5 10 19"></polyline>
- <polyline points="14 5 14 19"></polyline>
+ <line x1="10" y1="5" x2="10" y2="19" />
+ <line x1="14" y1="5" x2="14" y2="19" />
</svg>
diff --git a/src/_icons/tallymark-3.svg b/src/_icons/tallymark-3.svg
index da29081..a8bfcb0 100644
--- a/src/_icons/tallymark-3.svg
+++ b/src/_icons/tallymark-3.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <polyline points="8 5 8 19"></polyline>
- <polyline points="12 5 12 19"></polyline>
- <polyline points="16 5 16 19"></polyline>
+ <line x1="8" y1="5" x2="8" y2="19" />
+ <line x1="12" y1="5" x2="12" y2="19" />
+ <line x1="16" y1="5" x2="16" y2="19" />
</svg>
diff --git a/src/_icons/tallymark-4.svg b/src/_icons/tallymark-4.svg
index 1b6c2b1..0856d10 100644
--- a/src/_icons/tallymark-4.svg
+++ b/src/_icons/tallymark-4.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <polyline points="6 5 6 19"></polyline>
- <polyline points="10 5 10 19"></polyline>
- <polyline points="14 5 14 19"></polyline>
- <polyline points="18 5 18 19"></polyline>
+ <line x1="6" y1="5" x2="6" y2="19" />
+ <line x1="10" y1="5" x2="10" y2="19" />
+ <line x1="14" y1="5" x2="14" y2="19" />
+ <line x1="18" y1="5" x2="18" y2="19" />
</svg>
diff --git a/src/_icons/tallymarks.svg b/src/_icons/tallymarks.svg
index 0364f53..3308150 100644
--- a/src/_icons/tallymarks.svg
+++ b/src/_icons/tallymarks.svg
@@ -1,9 +1,9 @@
---
---
<svg>
- <polyline points="6 5 6 19"></polyline>
- <polyline points="10 5 10 19"></polyline>
- <polyline points="14 5 14 19"></polyline>
- <polyline points="18 5 18 19"></polyline>
- <polyline points="3 17 21 7"></polyline>
+ <line x1="6" y1="5" x2="6" y2="19" />
+ <line x1="10" y1="5" x2="10" y2="19" />
+ <line x1="14" y1="5" x2="14" y2="19" />
+ <line x1="18" y1="5" x2="18" y2="19" />
+ <line x1="3" y1="17" x2="21" y2="7" />
</svg>
diff --git a/src/_icons/truck-delivery.svg b/src/_icons/truck-delivery.svg
index 21f40a9..2201d3b 100644
--- a/src/_icons/truck-delivery.svg
+++ b/src/_icons/truck-delivery.svg
@@ -4,5 +4,5 @@
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />
- <polyline points="3 9 7 9"></polyline>
+ <line x1="3" y1="9" x2="7" y2="9" />
</svg>
diff --git a/src/_icons/truck-return.svg b/src/_icons/truck-return.svg
index cdf3bd1..282228a 100644
--- a/src/_icons/truck-return.svg
+++ b/src/_icons/truck-return.svg
@@ -4,6 +4,6 @@
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
<path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2" />
- <path d="M9 17h6"></path>
- <path d="M13 6h5l3 5v6h-2"></path>
+ <path d="M9 17h6" />
+ <path d="M13 6h5l3 5v6h-2" />
</svg>