diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 21:51:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 21:51:57 +0100 |
commit | 8bf53e6b777dce7269ff48052939f6d6e4f6e152 (patch) | |
tree | f136fac4c70b9547cd2c2d8efd4fc95f2321cc3c | |
parent | arrows, maximize, minimize, eye (diff) | |
download | tabler-icons-8bf53e6b777dce7269ff48052939f6d6e4f6e152.tar.xz |
shields, selector
-rw-r--r-- | _icons/selector.svg | 6 | ||||
-rw-r--r-- | _icons/shield-check.svg | 6 | ||||
-rw-r--r-- | _icons/shield.svg | 5 |
3 files changed, 17 insertions, 0 deletions
diff --git a/_icons/selector.svg b/_icons/selector.svg new file mode 100644 index 00000000..91f2b021 --- /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 00000000..b8f349eb --- /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 00000000..0212f0d5 --- /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> |