diff options
Diffstat (limited to 'icons')
-rw-r--r-- | icons/checkbox.svg | 7 | ||||
-rw-r--r-- | icons/login.svg | 7 | ||||
-rw-r--r-- | icons/logout.svg | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/icons/checkbox.svg b/icons/checkbox.svg new file mode 100644 index 00000000..33241bd2 --- /dev/null +++ b/icons/checkbox.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-checkbox" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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> + + diff --git a/icons/login.svg b/icons/login.svg new file mode 100644 index 00000000..9c5587da --- /dev/null +++ b/icons/login.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-login" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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> + + diff --git a/icons/logout.svg b/icons/logout.svg new file mode 100644 index 00000000..22920001 --- /dev/null +++ b/icons/logout.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logout" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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> + + |