aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-29 17:56:03 +0100
committercodecalm <codecalm@gmail.com>2020-02-29 17:56:03 +0100
commite0eddc5e49c87bcf42df8f9e0a6bfedb61f7b204 (patch)
tree58ea88ef8ed6b4ed8ce998fa7fb691c2bfb02eb1 /_icons
parentmore icons (diff)
downloadtabler-icons-e0eddc5e49c87bcf42df8f9e0a6bfedb61f7b204.tar.xz
arrows, border fixes
Diffstat (limited to '_icons')
-rw-r--r--_icons/arrow-down-circle.svg9
-rw-r--r--_icons/arrow-down-left-circle.svg8
-rw-r--r--_icons/arrow-left-circle.svg9
-rw-r--r--_icons/arrow-right-circle.svg9
-rw-r--r--_icons/arrow-up-circle.svg9
-rw-r--r--_icons/border-all.svg6
-rw-r--r--_icons/border-bottom.svg14
-rw-r--r--_icons/border-horizontal.svg14
-rw-r--r--_icons/border-inner.svg14
-rw-r--r--_icons/border-left.svg14
-rw-r--r--_icons/border-none.svg14
-rw-r--r--_icons/border-outer.svg8
-rw-r--r--_icons/border-right.svg14
-rw-r--r--_icons/border-top.svg14
-rw-r--r--_icons/border-vertical.svg14
-rw-r--r--_icons/mood-confuzed.svg (renamed from _icons/face-confuzed.svg)2
-rw-r--r--_icons/mood-happy.svg (renamed from _icons/face-happy.svg)0
-rw-r--r--_icons/mood-neutral.svg (renamed from _icons/face-neutral.svg)0
-rw-r--r--_icons/mood-sad.svg (renamed from _icons/face-sad.svg)0
-rw-r--r--_icons/mood-smile.svg (renamed from _icons/face-smile.svg)0
20 files changed, 108 insertions, 64 deletions
diff --git a/_icons/arrow-down-circle.svg b/_icons/arrow-down-circle.svg
new file mode 100644
index 0000000..a13d80f
--- /dev/null
+++ b/_icons/arrow-down-circle.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9"></circle>
+
+ <line x1="8" y1="12" x2="12" y2="16"></line>
+ <line x1="12" y1="8" x2="12" y2="16"></line>
+ <line x1="16" y1="12" x2="12" y2="16"></line>
+</svg>
diff --git a/_icons/arrow-down-left-circle.svg b/_icons/arrow-down-left-circle.svg
new file mode 100644
index 0000000..5313ef0
--- /dev/null
+++ b/_icons/arrow-down-left-circle.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9"></circle>
+
+ <line x1="15" y1="9" x2="9" y2="15" />
+ <polyline points="15 15 9 15 9 9" />
+</svg>
diff --git a/_icons/arrow-left-circle.svg b/_icons/arrow-left-circle.svg
new file mode 100644
index 0000000..4f9c09d
--- /dev/null
+++ b/_icons/arrow-left-circle.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9"></circle>
+
+ <line x1="8" y1="12" x2="16" y2="12"></line>
+ <line x1="8" y1="12" x2="12" y2="16"></line>
+ <line x1="8" y1="12" x2="12" y2="8"></line>
+</svg>
diff --git a/_icons/arrow-right-circle.svg b/_icons/arrow-right-circle.svg
new file mode 100644
index 0000000..d24d3c7
--- /dev/null
+++ b/_icons/arrow-right-circle.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9"></circle>
+
+ <line x1="16" y1="12" x2="8" y2="12"></line>
+ <line x1="16" y1="12" x2="12" y2="16"></line>
+ <line x1="16" y1="12" x2="12" y2="8"></line>
+</svg>
diff --git a/_icons/arrow-up-circle.svg b/_icons/arrow-up-circle.svg
new file mode 100644
index 0000000..37343c9
--- /dev/null
+++ b/_icons/arrow-up-circle.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9"></circle>
+
+ <line x1="12" y1="8" x2="8" y2="12"></line>
+ <line x1="12" y1="8" x2="12" y2="16"></line>
+ <line x1="16" y1="12" x2="12" y2="8"></line>
+</svg>
diff --git a/_icons/border-all.svg b/_icons/border-all.svg
index a85d984..80a175e 100644
--- a/_icons/border-all.svg
+++ b/_icons/border-all.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</svg>
diff --git a/_icons/border-bottom.svg b/_icons/border-bottom.svg
index e7164a7..3fe1034 100644
--- a/_icons/border-bottom.svg
+++ b/_icons/border-bottom.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="21" y1="3" x2="21" y2="21"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-horizontal.svg b/_icons/border-horizontal.svg
index 95b355c..6cf8ca9 100644
--- a/_icons/border-horizontal.svg
+++ b/_icons/border-horizontal.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="21" y1="3" x2="21" y2="21"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-inner.svg b/_icons/border-inner.svg
index 26d846e..b11ac79 100644
--- a/_icons/border-inner.svg
+++ b/_icons/border-inner.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="21" y1="3" x2="21" y2="21"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-left.svg b/_icons/border-left.svg
index 3aa4ce3..b7d53f2 100644
--- a/_icons/border-left.svg
+++ b/_icons/border-left.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="21" y1="3" x2="21" y2="21"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-none.svg b/_icons/border-none.svg
index 9d1a940..d0cc436 100644
--- a/_icons/border-none.svg
+++ b/_icons/border-none.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="21" y1="3" x2="21" y2="21"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg
index 38284c8..fa28e69 100644
--- a/_icons/border-outer.svg
+++ b/_icons/border-outer.svg
@@ -1,9 +1,9 @@
---
---
<svg>
- <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-right.svg b/_icons/border-right.svg
index 0251e9d..e91ada4 100644
--- a/_icons/border-right.svg
+++ b/_icons/border-right.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="21" y1="3" x2="21" y2="21"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-top.svg b/_icons/border-top.svg
index 58be7df..93fbe93 100644
--- a/_icons/border-top.svg
+++ b/_icons/border-top.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="21" y1="3" x2="21" y2="21"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="12" y1="3" x2="12" y2="21"></line>
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="20" y1="4" x2="20" y2="20"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
</g>
</svg>
diff --git a/_icons/border-vertical.svg b/_icons/border-vertical.svg
index 9dcdb5d..fe594ed 100644
--- a/_icons/border-vertical.svg
+++ b/_icons/border-vertical.svg
@@ -1,12 +1,12 @@
---
---
<svg>
- <line x1="12" y1="3" x2="12" y2="21"></line>
- <g stroke-dasharray=".001 4.5">
- <line x1="3" y1="12" x2="21" y2="12"></line>
- <line x1="3" y1="3" x2="21" y2="3"></line>
- <line x1="3" y1="21" x2="3" y2="3"></line>
- <line x1="21" y1="21" x2="3" y2="21"></line>
- <line x1="21" y1="3" x2="21" y2="21"></line>
+ <line x1="12" y1="4" x2="12" y2="20"></line>
+ <g stroke-dasharray=".001 4">
+ <line x1="4" y1="12" x2="20" y2="12"></line>
+ <line x1="4" y1="4" x2="20" y2="4"></line>
+ <line x1="4" y1="20" x2="4" y2="4"></line>
+ <line x1="20" y1="20" x2="4" y2="20"></line>
+ <line x1="20" y1="4" x2="20" y2="20"></line>
</g>
</svg>
diff --git a/_icons/face-confuzed.svg b/_icons/mood-confuzed.svg
index bb3051d..127d389 100644
--- a/_icons/face-confuzed.svg
+++ b/_icons/mood-confuzed.svg
@@ -4,5 +4,5 @@
<circle cx="12" cy="12" r="9"></circle>
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
- <line x1="9" y1="15" x2="15.5" y2="14" />
+ <line x1="9" y1="15" x2="16" y2="13.5" />
</svg>
diff --git a/_icons/face-happy.svg b/_icons/mood-happy.svg
index 37097cc..37097cc 100644
--- a/_icons/face-happy.svg
+++ b/_icons/mood-happy.svg
diff --git a/_icons/face-neutral.svg b/_icons/mood-neutral.svg
index 81ecbfe..81ecbfe 100644
--- a/_icons/face-neutral.svg
+++ b/_icons/mood-neutral.svg
diff --git a/_icons/face-sad.svg b/_icons/mood-sad.svg
index e60d7b6..e60d7b6 100644
--- a/_icons/face-sad.svg
+++ b/_icons/mood-sad.svg
diff --git a/_icons/face-smile.svg b/_icons/mood-smile.svg
index 30d4532..30d4532 100644
--- a/_icons/face-smile.svg
+++ b/_icons/mood-smile.svg