aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-28 13:23:23 +0100
committercodecalm <codecalm@gmail.com>2020-02-28 13:23:23 +0100
commitd96c9230b60576eac4f58fc8c948b9d6b900018b (patch)
treec940b3e0a07c52d1a7e4c007e1657c462e768b7e /_icons
parenticon manager js (diff)
downloadtabler-icons-d96c9230b60576eac4f58fc8c948b9d6b900018b.tar.xz
icons
Diffstat (limited to '_icons')
-rw-r--r--_icons/activity.svg5
-rw-r--r--_icons/alert-circle.svg7
-rw-r--r--_icons/alert-octagon.svg7
-rw-r--r--_icons/align-left.svg8
-rw-r--r--_icons/align-right.svg8
-rw-r--r--_icons/arrow-narrow-down.svg7
-rw-r--r--_icons/arrow-narrow-left.svg7
-rw-r--r--_icons/arrow-narrow-right.svg7
-rw-r--r--_icons/arrow-narrow-up.svg7
-rw-r--r--_icons/circle.svg5
-rw-r--r--_icons/minus.svg5
-rw-r--r--_icons/plus.svg6
-rw-r--r--_icons/square.svg5
-rw-r--r--_icons/x.svg6
14 files changed, 90 insertions, 0 deletions
diff --git a/_icons/activity.svg b/_icons/activity.svg
new file mode 100644
index 0000000..6505455
--- /dev/null
+++ b/_icons/activity.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <polyline points="22 12 18 12 15 21 9 3 6 12 2 12" />
+</svg>
diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg
new file mode 100644
index 0000000..508651a
--- /dev/null
+++ b/_icons/alert-circle.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="10"></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
new file mode 100644
index 0000000..f6dc287
--- /dev/null
+++ b/_icons/alert-octagon.svg
@@ -0,0 +1,7 @@
+---
+---
+<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-left.svg b/_icons/align-left.svg
new file mode 100644
index 0000000..7527417
--- /dev/null
+++ b/_icons/align-left.svg
@@ -0,0 +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" />
+</svg>
diff --git a/_icons/align-right.svg b/_icons/align-right.svg
new file mode 100644
index 0000000..0b6b22c
--- /dev/null
+++ b/_icons/align-right.svg
@@ -0,0 +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" />
+</svg>
diff --git a/_icons/arrow-narrow-down.svg b/_icons/arrow-narrow-down.svg
new file mode 100644
index 0000000..69551bc
--- /dev/null
+++ b/_icons/arrow-narrow-down.svg
@@ -0,0 +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" />
+</svg>
diff --git a/_icons/arrow-narrow-left.svg b/_icons/arrow-narrow-left.svg
new file mode 100644
index 0000000..94bc7a8
--- /dev/null
+++ b/_icons/arrow-narrow-left.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <line x1="5" y1="12" x2="19" y2="12" />
+ <line x1="5" y1="12" x2="9" y2="16" />
+ <line x1="5" y1="12" x2="9" y2="8" />
+</svg>
diff --git a/_icons/arrow-narrow-right.svg b/_icons/arrow-narrow-right.svg
new file mode 100644
index 0000000..447dd85
--- /dev/null
+++ b/_icons/arrow-narrow-right.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <line x1="5" y1="12" x2="19" y2="12" />
+ <line x1="15" y1="16" x2="19" y2="12" />
+ <line x1="15" y1="8" x2="19" y2="12" />
+</svg>
diff --git a/_icons/arrow-narrow-up.svg b/_icons/arrow-narrow-up.svg
new file mode 100644
index 0000000..41c4997
--- /dev/null
+++ b/_icons/arrow-narrow-up.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+<line x1="12" y1="5" x2="12" y2="19" />
+<line x1="16" y1="9" x2="12" y2="5" />
+<line x1="8" y1="9" x2="12" y2="5" />
+</svg>
diff --git a/_icons/circle.svg b/_icons/circle.svg
new file mode 100644
index 0000000..6132e85
--- /dev/null
+++ b/_icons/circle.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="7"></circle>
+</svg>
diff --git a/_icons/minus.svg b/_icons/minus.svg
new file mode 100644
index 0000000..8ab02a1
--- /dev/null
+++ b/_icons/minus.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <line x1="5" y1="12" x2="19" y2="12" />
+</svg>
diff --git a/_icons/plus.svg b/_icons/plus.svg
new file mode 100644
index 0000000..f114d0f
--- /dev/null
+++ b/_icons/plus.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <line x1="12" y1="5" x2="12" y2="19" />
+ <line x1="5" y1="12" x2="19" y2="12" />
+</svg>
diff --git a/_icons/square.svg b/_icons/square.svg
new file mode 100644
index 0000000..159a0b1
--- /dev/null
+++ b/_icons/square.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <rect x="5" y="5" width="14" height="14" rx="2" ry="2" />
+</svg>
diff --git a/_icons/x.svg b/_icons/x.svg
new file mode 100644
index 0000000..84f8f6f
--- /dev/null
+++ b/_icons/x.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <line x1="18" y1="6" x2="6" y2="18" />
+ <line x1="6" y1="6" x2="18" y2="18" />
+</svg>