diff options
author | codecalm <codecalm@gmail.com> | 2020-03-28 15:37:54 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-28 15:37:54 +0100 |
commit | bca342c37fbdd0e2951b19c2df5b4974b9e01247 (patch) | |
tree | d1f4df2142c84039832ace164261bbfaedc4565a /icons/login.svg | |
parent | missing tabler icons (diff) | |
download | tabler-icons-bca342c37fbdd0e2951b19c2df5b4974b9e01247.tar.xz |
Release 1.3.1
Diffstat (limited to 'icons/login.svg')
-rw-r--r-- | icons/login.svg | 7 |
1 files changed, 7 insertions, 0 deletions
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> + + |