aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 00:06:38 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 00:06:38 +0100
commit9b4d7a4b6823441efb788d231754855b15a631c9 (patch)
tree152f3e7b262273c089fab64b7b4442aa41a984d1 /src
parenttoggle, phone fixes, box (diff)
downloadtabler-icons-9b4d7a4b6823441efb788d231754855b15a631c9.tar.xz
tools, new build - 292 icons
Diffstat (limited to 'src')
-rw-r--r--src/_icons/dashboard.svg11
-rw-r--r--src/_icons/device-tv.svg6
-rw-r--r--src/_icons/shield-x.svg6
-rw-r--r--src/_icons/tool.svg5
-rw-r--r--src/_icons/trending-down.svg2
-rw-r--r--src/_icons/trending-up.svg2
6 files changed, 22 insertions, 10 deletions
diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg
index 14d5b22..c95cb49 100644
--- a/src/_icons/dashboard.svg
+++ b/src/_icons/dashboard.svg
@@ -1,12 +1,7 @@
---
---
<svg>
- <circle cx="12" cy="12" r="9" />
- <line x1="12" y1="3" x2="12" y2="5" />
- <line x1="3" y1="12" x2="5" y2="12" />
- <line x1="19" y1="12" x2="21" y2="12" />
- <line x1="7" y1="7" x2="5.65" y2="5.65" />
- <line x1="17" y1="7" x2="18.35" y2="5.65" />
- <line x1="12" y1="9" x2="12" y2="15" />
- <path d="M5.35 18a9 9 0 0113.3 0" />
+ <circle cx="12" cy="13" r="2" />
+ <line x1="13.45" y1="11.55" x2="15.5" y2="9.5" />
+ <path d="M6.4 20a9 9 0 1111.2 0Z" />
</svg>
diff --git a/src/_icons/device-tv.svg b/src/_icons/device-tv.svg
new file mode 100644
index 0000000..72aa7d1
--- /dev/null
+++ b/src/_icons/device-tv.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="7" width="18" height="13" rx="2" />
+ <polyline points="16 3 12 7 8 3" />
+</svg>
diff --git a/src/_icons/shield-x.svg b/src/_icons/shield-x.svg
new file mode 100644
index 0000000..5dac34a
--- /dev/null
+++ b/src/_icons/shield-x.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M12 3a12 12 0 008.5 3a12 12 0 01-8.5 15a12 12 0 01-8.5 -15a12 12 0 008.5 -3" />
+ <path d="M10 10l4 4m0 -4l-4 4" />
+</svg>
diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg
new file mode 100644
index 0000000..b90abe5
--- /dev/null
+++ b/src/_icons/tool.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 018 8l6 6a2 2 0 01-3 3l-6-6a6 6 0 01-8 -8l3.5 3.5" />
+</svg>
diff --git a/src/_icons/trending-down.svg b/src/_icons/trending-down.svg
index a1f179c..4b8b375 100644
--- a/src/_icons/trending-down.svg
+++ b/src/_icons/trending-down.svg
@@ -2,5 +2,5 @@
---
<svg>
<polyline points="3 7 9 13 13 9 21 17" />
- <polyline points="21 9 21 17 13 17" />
+ <polyline points="21 10 21 17 14 17" />
</svg>
diff --git a/src/_icons/trending-up.svg b/src/_icons/trending-up.svg
index 6ebd42d..cb7601d 100644
--- a/src/_icons/trending-up.svg
+++ b/src/_icons/trending-up.svg
@@ -2,5 +2,5 @@
---
<svg>
<polyline points="3 17 9 11 13 15 21 7" />
- <polyline points="13 7 21 7 21 15" />
+ <polyline points="14 7 21 7 21 14" />
</svg>