1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 17:42:15 +02:00

shields, selector

This commit is contained in:
codecalm
2020-03-02 21:51:57 +01:00
parent 3de421eb6b
commit 8bf53e6b77
3 changed files with 17 additions and 0 deletions

6
_icons/selector.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="8 9 12 5 16 9" />
<polyline points="16 15 12 19 8 15" />
</svg>

6
_icons/shield-check.svg Normal file
View File

@@ -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>

5
_icons/shield.svg Normal file
View File

@@ -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>