aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-22 12:20:11 +0200
committercodecalm <codecalm@gmail.com>2020-09-22 12:20:11 +0200
commite6457baedec356b7dc193e189769d1e7ff85fff6 (patch)
tree5c78eec8f275768bacea0ca88704c61096fb260f
parentRelease 1.24.0 (diff)
downloadtabler-icons-e6457baedec356b7dc193e189769d1e7ff85fff6.tar.xz
2 new icons: `access-point-off`, `access-point`
-rw-r--r--src/_icons/access-point-off.svg9
-rw-r--r--src/_icons/access-point.svg9
2 files changed, 18 insertions, 0 deletions
diff --git a/src/_icons/access-point-off.svg b/src/_icons/access-point-off.svg
new file mode 100644
index 0000000..fc2f99d
--- /dev/null
+++ b/src/_icons/access-point-off.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="3" y1="3" x2="21" y2="21" />
+ <path d="M14.828 9.172a4 4 0 0 1 1.172 2.828" />
+ <path d="M17.657 6.343a8 8 0 0 1 1.635 8.952" />
+ <path d="M9.168 14.828a4 4 0 0 1 0 -5.656" />
+ <path d="M6.337 17.657a8 8 0 0 1 0 -11.314" />
+</svg>
diff --git a/src/_icons/access-point.svg b/src/_icons/access-point.svg
new file mode 100644
index 0000000..69e2b0c
--- /dev/null
+++ b/src/_icons/access-point.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <path d="M14.828 9.172a4 4 0 0 1 0 5.656" />
+ <path d="M17.657 6.343a8 8 0 0 1 0 11.314" />
+ <path d="M9.168 14.828a4 4 0 0 1 0 -5.656" />
+ <path d="M6.337 17.657a8 8 0 0 1 0 -11.314" />
+</svg>