aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-02 21:51:57 +0100
committercodecalm <codecalm@gmail.com>2020-03-02 21:51:57 +0100
commit8bf53e6b777dce7269ff48052939f6d6e4f6e152 (patch)
treef136fac4c70b9547cd2c2d8efd4fc95f2321cc3c /_icons
parentarrows, maximize, minimize, eye (diff)
downloadtabler-icons-8bf53e6b777dce7269ff48052939f6d6e4f6e152.tar.xz
shields, selector
Diffstat (limited to '_icons')
-rw-r--r--_icons/selector.svg6
-rw-r--r--_icons/shield-check.svg6
-rw-r--r--_icons/shield.svg5
3 files changed, 17 insertions, 0 deletions
diff --git a/_icons/selector.svg b/_icons/selector.svg
new file mode 100644
index 0000000..91f2b02
--- /dev/null
+++ b/_icons/selector.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <polyline points="8 9 12 5 16 9" />
+ <polyline points="16 15 12 19 8 15" />
+</svg>
diff --git a/_icons/shield-check.svg b/_icons/shield-check.svg
new file mode 100644
index 0000000..b8f349e
--- /dev/null
+++ b/_icons/shield-check.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M9 12l2 2l4 -4" />
+ <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" />
+</svg>
diff --git a/_icons/shield.svg b/_icons/shield.svg
new file mode 100644
index 0000000..0212f0d
--- /dev/null
+++ b/_icons/shield.svg
@@ -0,0 +1,5 @@
+---
+---
+<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" />
+</svg>