aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-29 16:31:01 +0100
committercodecalm <codecalm@gmail.com>2020-02-29 16:31:01 +0100
commit131bf7d3bde59ab13d79246cfd25d1c58853afe2 (patch)
tree978332891d3ebd1d3a676182bdc724e06996cd61 /_icons
parenticons dist (diff)
downloadtabler-icons-131bf7d3bde59ab13d79246cfd25d1c58853afe2.tar.xz
icons
Diffstat (limited to '_icons')
-rw-r--r--_icons/activity.svg2
-rw-r--r--_icons/alert-circle.svg2
-rw-r--r--_icons/alert-octagon.svg7
-rw-r--r--_icons/align-center.svg8
-rw-r--r--_icons/align-justified.svg8
-rw-r--r--_icons/align-left.svg8
-rw-r--r--_icons/align-right.svg8
-rw-r--r--_icons/arrow-down.svg6
-rw-r--r--_icons/arrow-left.svg6
-rw-r--r--_icons/arrow-narrow-down.svg6
-rw-r--r--_icons/border-all.svg7
-rw-r--r--_icons/border-bottom.svg12
-rw-r--r--_icons/border-horizontal.svg12
-rw-r--r--_icons/border-inner.svg12
-rw-r--r--_icons/border-left.svg12
-rw-r--r--_icons/border-none.svg12
-rw-r--r--_icons/border-outer.svg9
-rw-r--r--_icons/border-right.svg12
-rw-r--r--_icons/border-top.svg12
-rw-r--r--_icons/border-vertical.svg12
-rw-r--r--_icons/check.svg5
-rw-r--r--_icons/circle.svg2
-rw-r--r--_icons/clock.svg6
-rw-r--r--_icons/square.svg2
24 files changed, 152 insertions, 36 deletions
diff --git a/_icons/activity.svg b/_icons/activity.svg
index 6505455..4dca4a3 100644
--- a/_icons/activity.svg
+++ b/_icons/activity.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <polyline points="22 12 18 12 15 21 9 3 6 12 2 12" />
+ <polyline points="21 12 18 12 15 20 9 4 6 12 3 12" />
</svg>
diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg
index 508651a..94f06aa 100644
--- a/_icons/alert-circle.svg
+++ b/_icons/alert-circle.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="12" cy="12" r="10"></circle>
+ <circle cx="12" cy="12" r="9"></circle>
<line x1="12" y1="8" x2="12" y2="12" />
<line x1="12" y1="16" x2="12.01" y2="16" />
</svg>
diff --git a/_icons/alert-octagon.svg b/_icons/alert-octagon.svg
deleted file mode 100644
index f6dc287..0000000
--- a/_icons/alert-octagon.svg
+++ /dev/null
@@ -1,7 +0,0 @@
----
----
-<svg>
- <polygon points="8 2 16 2 22 8 22 16 16 22 8 22 2 16 2 8 8 2" />
- <line x1="12" y1="8" x2="12" y2="12" />
- <line x1="12" y1="16" x2="12.01" y2="16" />
-</svg>
diff --git a/_icons/align-center.svg b/_icons/align-center.svg
index d081f88..a0a1759 100644
--- a/_icons/align-center.svg
+++ b/_icons/align-center.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <line x1="3" y1="6" x2="21" y2="6" />
- <line x1="6" y1="10" x2="18" y2="10" />
- <line x1="3" y1="14" x2="21" y2="14" />
- <line x1="5" y1="18" x2="19" y2="18" />
+ <line x1="3" y1="6" x2="21" y2="6"></line>
+ <line x1="6" y1="10" x2="18" y2="10"></line>
+ <line x1="3" y1="14" x2="21" y2="14"></line>
+ <line x1="5" y1="18" x2="19" y2="18"></line>
</svg>
diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg
index 80987cf..430462d 100644
--- a/_icons/align-justified.svg
+++ b/_icons/align-justified.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <line x1="3" y1="6" x2="21" y2="6" />
- <line x1="3" y1="10" x2="21" y2="10" />
- <line x1="3" y1="14" x2="21" y2="14" />
- <line x1="3" y1="18" x2="21" y2="18" />
+ <line x1="3" y1="6" x2="21" y2="6"></line>
+ <line x1="3" y1="10" x2="21" y2="10"></line>
+ <line x1="3" y1="14" x2="21" y2="14"></line>
+ <line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
diff --git a/_icons/align-left.svg b/_icons/align-left.svg
index 7527417..299cd8e 100644
--- a/_icons/align-left.svg
+++ b/_icons/align-left.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <line x1="3" y1="6" x2="21" y2="6" />
- <line x1="3" y1="10" x2="15" y2="10" />
- <line x1="3" y1="14" x2="21" y2="14" />
- <line x1="3" y1="18" x2="17" y2="18" />
+ <line x1="3" y1="6" x2="21" y2="6"></line>
+ <line x1="3" y1="10" x2="15" y2="10"></line>
+ <line x1="3" y1="14" x2="21" y2="14"></line>
+ <line x1="3" y1="18" x2="17" y2="18"></line>
</svg>
diff --git a/_icons/align-right.svg b/_icons/align-right.svg
index 0b6b22c..4716960 100644
--- a/_icons/align-right.svg
+++ b/_icons/align-right.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <line x1="3" y1="6" x2="21" y2="6" />
- <line x1="9" y1="10" x2="21" y2="10" />
- <line x1="3" y1="14" x2="21" y2="14" />
- <line x1="7" y1="18" x2="21" y2="18" />
+ <line x1="3" y1="6" x2="21" y2="6"></line>
+ <line x1="9" y1="10" x2="21" y2="10"></line>
+ <line x1="3" y1="14" x2="21" y2="14"></line>
+ <line x1="7" y1="18" x2="21" y2="18"></line>
</svg>
diff --git a/_icons/arrow-down.svg b/_icons/arrow-down.svg
index a202dff..f210e11 100644
--- a/_icons/arrow-down.svg
+++ b/_icons/arrow-down.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <line x1="12" y1="5" x2="12" y2="19" />
- <line x1="19" y1="12" x2="12" y2="19" />
- <line x1="5" y1="12" x2="12" y2="19" />
+ <line x1="12" y1="5" x2="12" y2="19"></line>
+ <line x1="19" y1="12" x2="12" y2="19"></line>
+ <line x1="5" y1="12" x2="12" y2="19"></line>
</svg>
diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg
index 3d83311..ac58b69 100644
--- a/_icons/arrow-left.svg
+++ b/_icons/arrow-left.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <line x1="5" y1="12" x2="19" y2="12" />
- <line x1="5" y1="12" x2="12" y2="19" />
- <line x1="5" y1="12" x2="12" y2="5" />
+ <line x1="5" y1="12" x2="19" y2="12"></line>
+ <line x1="5" y1="12" x2="12" y2="19"></line>
+ <line x1="5" y1="12" x2="12" y2="5"></line>
</svg>
diff --git a/_icons/arrow-narrow-down.svg b/_icons/arrow-narrow-down.svg
index 69551bc..8851101 100644
--- a/_icons/arrow-narrow-down.svg
+++ b/_icons/arrow-narrow-down.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <line x1="12" y1="5" x2="12" y2="19" />
- <line x1="16" y1="15" x2="12" y2="19" />
- <line x1="8" y1="15" x2="12" y2="19" />
+ <line x1="12" y1="5" x2="12" y2="19"></line>
+ <line x1="16" y1="15" x2="12" y2="19"></line>
+ <line x1="8" y1="15" x2="12" y2="19"></line>
</svg>
diff --git a/_icons/border-all.svg b/_icons/border-all.svg
new file mode 100644
index 0000000..a85d984
--- /dev/null
+++ b/_icons/border-all.svg
@@ -0,0 +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>
+</svg>
diff --git a/_icons/border-bottom.svg b/_icons/border-bottom.svg
new file mode 100644
index 0000000..e7164a7
--- /dev/null
+++ b/_icons/border-bottom.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-horizontal.svg b/_icons/border-horizontal.svg
new file mode 100644
index 0000000..95b355c
--- /dev/null
+++ b/_icons/border-horizontal.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-inner.svg b/_icons/border-inner.svg
new file mode 100644
index 0000000..26d846e
--- /dev/null
+++ b/_icons/border-inner.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-left.svg b/_icons/border-left.svg
new file mode 100644
index 0000000..3aa4ce3
--- /dev/null
+++ b/_icons/border-left.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-none.svg b/_icons/border-none.svg
new file mode 100644
index 0000000..9d1a940
--- /dev/null
+++ b/_icons/border-none.svg
@@ -0,0 +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>
+</svg>
diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg
new file mode 100644
index 0000000..38284c8
--- /dev/null
+++ b/_icons/border-outer.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-right.svg b/_icons/border-right.svg
new file mode 100644
index 0000000..0251e9d
--- /dev/null
+++ b/_icons/border-right.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-top.svg b/_icons/border-top.svg
new file mode 100644
index 0000000..58be7df
--- /dev/null
+++ b/_icons/border-top.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/border-vertical.svg b/_icons/border-vertical.svg
new file mode 100644
index 0000000..9dcdb5d
--- /dev/null
+++ b/_icons/border-vertical.svg
@@ -0,0 +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>
+ </g>
+</svg>
diff --git a/_icons/check.svg b/_icons/check.svg
new file mode 100644
index 0000000..277cf9c
--- /dev/null
+++ b/_icons/check.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <polyline points="20 7 10 17 5 12" />
+</svg>
diff --git a/_icons/circle.svg b/_icons/circle.svg
index 6132e85..ea19fcd 100644
--- a/_icons/circle.svg
+++ b/_icons/circle.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <circle cx="12" cy="12" r="7"></circle>
+ <circle cx="12" cy="12" r="9"></circle>
</svg>
diff --git a/_icons/clock.svg b/_icons/clock.svg
new file mode 100644
index 0000000..d1a380a
--- /dev/null
+++ b/_icons/clock.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9"></circle>
+ <polyline points="12 7 12 12 9 15" />
+</svg>
diff --git a/_icons/square.svg b/_icons/square.svg
index 159a0b1..657d3cd 100644
--- a/_icons/square.svg
+++ b/_icons/square.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <rect x="5" y="5" width="14" height="14" rx="2" ry="2" />
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
</svg>