aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-19 22:07:11 +0200
committercodecalm <codecalm@gmail.com>2020-08-19 22:07:11 +0200
commitbab91a3f58f8a2bbb079fc653d04c907c0a1b67b (patch)
tree6dd799da9bdc42f0bc926e2afc07327f5694fa2b
parent`test` icon fix (diff)
downloadtabler-icons-bab91a3f58f8a2bbb079fc653d04c907c0a1b67b.tar.xz
`stroke-dasharray` bug fix #27
-rw-r--r--src/_icons/border-bottom.svg23
-rw-r--r--src/_icons/border-horizontal.svg23
-rw-r--r--src/_icons/border-inner.svg18
-rw-r--r--src/_icons/border-left.svg23
-rw-r--r--src/_icons/border-none.svg29
-rw-r--r--src/_icons/border-outer.svg9
-rw-r--r--src/_icons/border-radius.svg12
-rw-r--r--src/_icons/border-right.svg23
-rw-r--r--src/_icons/border-top.svg23
-rw-r--r--src/_icons/border-vertical.svg23
-rw-r--r--src/_icons/drag-drop-2.svg8
-rw-r--r--src/_icons/drag-drop.svg8
-rw-r--r--src/_icons/layers-difference.svg5
-rw-r--r--src/_icons/live-photo.svg15
-rw-r--r--src/_icons/rotate-2.svg6
-rw-r--r--src/_icons/rotate-clockwise-2.svg6
16 files changed, 187 insertions, 67 deletions
diff --git a/src/_icons/border-bottom.svg b/src/_icons/border-bottom.svg
index aa59128..245a8e3 100644
--- a/src/_icons/border-bottom.svg
+++ b/src/_icons/border-bottom.svg
@@ -3,11 +3,20 @@ tags: [table, side, line]
---
<svg>
<line x1="20" y1="20" x2="4" y2="20" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="20" y1="4" x2="20" y2="20" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="12" y1="4" x2="12" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="4" y1="12" x2="4" y2="12.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="20" y1="12" x2="20" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
</svg>
diff --git a/src/_icons/border-horizontal.svg b/src/_icons/border-horizontal.svg
index 1411e26..3141972 100644
--- a/src/_icons/border-horizontal.svg
+++ b/src/_icons/border-horizontal.svg
@@ -3,11 +3,20 @@ tags: [table, side, line]
---
<svg>
<line x1="4" y1="12" x2="20" y2="12" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="20" y1="4" x2="20" y2="20" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="12" y1="4" x2="12" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="12" y1="20" x2="12" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/border-inner.svg b/src/_icons/border-inner.svg
index 518020d..050e0ad 100644
--- a/src/_icons/border-inner.svg
+++ b/src/_icons/border-inner.svg
@@ -4,10 +4,16 @@ tags: [table, side, line]
<svg>
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="20" y1="4" x2="20" y2="20" />
- </g>
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/border-left.svg b/src/_icons/border-left.svg
index 0e4b967..3deaf79 100644
--- a/src/_icons/border-left.svg
+++ b/src/_icons/border-left.svg
@@ -3,11 +3,20 @@ tags: [table, side, line]
---
<svg>
<line x1="4" y1="20" x2="4" y2="4" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="20" y1="4" x2="20" y2="20" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="12" y1="4" x2="12" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="20" y1="12" x2="20" y2="12.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="12" y1="20" x2="12" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/border-none.svg b/src/_icons/border-none.svg
index 3b3923c..89cdf5c 100644
--- a/src/_icons/border-none.svg
+++ b/src/_icons/border-none.svg
@@ -2,12 +2,25 @@
tags: [table]
---
<svg>
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="20" y1="4" x2="20" y2="20" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="12" y1="4" x2="12" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="4" y1="12" x2="4" y2="12.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="20" y1="12" x2="20" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="12" y1="20" x2="12" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/border-outer.svg b/src/_icons/border-outer.svg
index 712d16e..302e3ad 100644
--- a/src/_icons/border-outer.svg
+++ b/src/_icons/border-outer.svg
@@ -3,8 +3,9 @@ tags: [table, side, line]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
</svg>
diff --git a/src/_icons/border-radius.svg b/src/_icons/border-radius.svg
index 4a4b26f..6e4ea03 100644
--- a/src/_icons/border-radius.svg
+++ b/src/_icons/border-radius.svg
@@ -2,6 +2,16 @@
tags: [corner, rounded, line]
---
<svg>
- <path d="M16.01 4h4v16h-16v-4.01" stroke-dasharray=".001 4" />
<path d="M4 12v-4a4 4 0 0 1 4 -4h4" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="20" y1="12" x2="20" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="12" y1="20" x2="12" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/border-right.svg b/src/_icons/border-right.svg
index 651229c..f1b42b8 100644
--- a/src/_icons/border-right.svg
+++ b/src/_icons/border-right.svg
@@ -3,11 +3,20 @@ tags: [table, side, line]
---
<svg>
<line x1="20" y1="4" x2="20" y2="20" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="12" y1="4" x2="12" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="4" y1="12" x2="4" y2="12.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="12" y1="20" x2="12" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
</svg>
diff --git a/src/_icons/border-top.svg b/src/_icons/border-top.svg
index 0d320ab..1aaace6 100644
--- a/src/_icons/border-top.svg
+++ b/src/_icons/border-top.svg
@@ -3,11 +3,20 @@ tags: [table, side, line]
---
<svg>
<line x1="4" y1="4" x2="20" y2="4" />
- <g stroke-dasharray=".001 4">
- <line x1="20" y1="4" x2="20" y2="20" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="12" y1="4" x2="12" y2="20" />
- </g>
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="12" y1="8" x2="12" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="4" y1="12" x2="4" y2="12.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="20" y1="12" x2="20" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="12" y1="16" x2="12" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="12" y1="20" x2="12" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/border-vertical.svg b/src/_icons/border-vertical.svg
index 98f98de..fc9e039 100644
--- a/src/_icons/border-vertical.svg
+++ b/src/_icons/border-vertical.svg
@@ -3,11 +3,20 @@ tags: [table, side, line]
---
<svg>
<line x1="12" y1="4" x2="12" y2="20" />
- <g stroke-dasharray=".001 4">
- <line x1="4" y1="12" x2="20" y2="12" />
- <line x1="4" y1="4" x2="20" y2="4" />
- <line x1="4" y1="20" x2="4" y2="4" />
- <line x1="20" y1="20" x2="4" y2="20" />
- <line x1="20" y1="4" x2="20" y2="20" />
- </g>
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="20" y1="4" x2="20" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="20" y1="8" x2="20" y2="8.01" />
+ <line x1="4" y1="12" x2="4" y2="12.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+ <line x1="20" y1="12" x2="20" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
+ <line x1="20" y1="16" x2="20" y2="16.01" />
+ <line x1="4" y1="20" x2="4" y2="20.01" />
+ <line x1="8" y1="20" x2="8" y2="20.01" />
+ <line x1="16" y1="20" x2="16" y2="20.01" />
+ <line x1="20" y1="20" x2="20" y2="20.01" />
</svg>
diff --git a/src/_icons/drag-drop-2.svg b/src/_icons/drag-drop-2.svg
index 63afc2a..c371e3d 100644
--- a/src/_icons/drag-drop-2.svg
+++ b/src/_icons/drag-drop-2.svg
@@ -2,6 +2,12 @@
tags: [location, gesture, move]
---
<svg>
- <path d="M16 8v-4h-12v12.01h4" stroke-dasharray=".001 4" />
<rect x="8" y="8" width="12" height="12" rx="2" />
+ <line x1="4" y1="4" x2="4" y2="4.01" />
+ <line x1="8" y1="4" x2="8" y2="4.01" />
+ <line x1="12" y1="4" x2="12" y2="4.01" />
+ <line x1="16" y1="4" x2="16" y2="4.01" />
+ <line x1="4" y1="8" x2="4" y2="8.01" />
+ <line x1="4" y1="12" x2="4" y2="12.01" />
+ <line x1="4" y1="16" x2="4" y2="16.01" />
</svg>
diff --git a/src/_icons/drag-drop.svg b/src/_icons/drag-drop.svg
index 8314690..418661c 100644
--- a/src/_icons/drag-drop.svg
+++ b/src/_icons/drag-drop.svg
@@ -2,7 +2,13 @@
tags: [location, gesture, move]
---
<svg>
- <path d="M15 7v-4h-12v12.01h4" stroke-dasharray=".001 4" />
<path d="M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
<path d="M13 13l9 3l-4 2l-2 4l-3 -9" />
+ <line x1="3" y1="3" x2="3" y2="3.01" />
+ <line x1="7" y1="3" x2="7" y2="3.01" />
+ <line x1="11" y1="3" x2="11" y2="3.01" />
+ <line x1="15" y1="3" x2="15" y2="3.01" />
+ <line x1="3" y1="7" x2="3" y2="7.01" />
+ <line x1="3" y1="11" x2="3" y2="11.01" />
+ <line x1="3" y1="15" x2="3" y2="15.01" />
</svg>
diff --git a/src/_icons/layers-difference.svg b/src/_icons/layers-difference.svg
index e1a952c..fcf060a 100644
--- a/src/_icons/layers-difference.svg
+++ b/src/_icons/layers-difference.svg
@@ -3,5 +3,8 @@ tags: [stack]
---
<svg>
<path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" />
- <polyline points="8 8 16 8 16 16 8 16 8 8" stroke-dasharray="4 4" stroke-dashoffset="2" />
+ <polyline points="10 8 8 8 8 10" />
+ <polyline points="8 14 8 16 10 16" />
+ <polyline points="14 8 16 8 16 10" />
+ <polyline points="16 14 16 16 14 16" />
</svg>
diff --git a/src/_icons/live-photo.svg b/src/_icons/live-photo.svg
index c444b57..9e33938 100644
--- a/src/_icons/live-photo.svg
+++ b/src/_icons/live-photo.svg
@@ -4,5 +4,18 @@ tags: [capture, photo, movement, sound, memory, image, camera]
<svg>
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="12" r="5" />
- <circle cx="12" cy="12" r="9" stroke-dasharray=".001 4.03" />
+ <line x1="15.9" y1="20.11" x2="15.9" y2="20.12" />
+ <line x1="19.04" y1="17.61" x2="19.04" y2="17.62" />
+ <line x1="20.77" y1="14" x2="20.77" y2="14.01" />
+ <line x1="20.77" y1="10" x2="20.77" y2="10.01" />
+ <line x1="19.04" y1="6.39" x2="19.04" y2="6.4" />
+ <line x1="15.9" y1="3.89" x2="15.9" y2="3.9" />
+ <line x1="12" y1="3" x2="12" y2="3.01" />
+ <line x1="8.1" y1="3.89" x2="8.1" y2="3.9" />
+ <line x1="4.96" y1="6.39" x2="4.96" y2="6.4" />
+ <line x1="3.23" y1="10" x2="3.23" y2="10.01" />
+ <line x1="3.23" y1="14" x2="3.23" y2="14.01" />
+ <line x1="4.96" y1="17.61" x2="4.96" y2="17.62" />
+ <line x1="8.1" y1="20.11" x2="8.1" y2="20.12" />
+ <line x1="12" y1="21" x2="12" y2="21.01" />
</svg>
diff --git a/src/_icons/rotate-2.svg b/src/_icons/rotate-2.svg
index d05144e..400e37a 100644
--- a/src/_icons/rotate-2.svg
+++ b/src/_icons/rotate-2.svg
@@ -4,5 +4,9 @@ category: Arrows
---
<svg>
<path d="M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5" />
- <path d="M13 19.95a8 8 0 0 0 5.3 -12.8" stroke-dasharray=".001 4.13" />
+ <line x1="18.37" y1="7.16" x2="18.37" y2="7.17" />
+ <line x1="13" y1="19.94" x2="13" y2="19.95" />
+ <line x1="16.84" y1="18.37" x2="16.84" y2="18.38" />
+ <line x1="19.37" y1="15.1" x2="19.37" y2="15.11" />
+ <line x1="19.94" y1="11" x2="19.94" y2="11.01" />
</svg>
diff --git a/src/_icons/rotate-clockwise-2.svg b/src/_icons/rotate-clockwise-2.svg
index b0a0f12..c3027f2 100644
--- a/src/_icons/rotate-clockwise-2.svg
+++ b/src/_icons/rotate-clockwise-2.svg
@@ -4,5 +4,9 @@ category: Arrows
---
<svg>
<path d="M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5" />
- <path d="M11 19.95a8 8 0 0 1 -5.3 -12.8" stroke-dasharray=".001 4.13" />
+ <line x1="5.63" y1="7.16" x2="5.63" y2="7.17" />
+ <line x1="4.06" y1="11" x2="4.06" y2="11.01" />
+ <line x1="4.63" y1="15.1" x2="4.63" y2="15.11" />
+ <line x1="7.16" y1="18.37" x2="7.16" y2="18.38" />
+ <line x1="11" y1="19.94" x2="11" y2="19.95" />
</svg>