1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 09:10:59 +02:00

missing tabler icons

This commit is contained in:
codecalm
2020-03-28 15:27:57 +01:00
parent 733e914cee
commit be0bc14339
3 changed files with 18 additions and 0 deletions

6
src/_icons/checkbox.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="9 11 12 14 20 6" />
<path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" />
</svg>

6
src/_icons/login.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" />
<path d="M20 12h-13l3 -3m0 6l-3 -3" />
</svg>

6
src/_icons/logout.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" />
<path d="M7 12h14l-3 -3m0 6l3 -3" />
</svg>