diff options
author | codecalm <codecalm@gmail.com> | 2020-03-28 15:27:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-28 15:27:57 +0100 |
commit | be0bc14339540c096266105b38f2d7cee47548ea (patch) | |
tree | dc919470537a9f0252299a3d4996432d8420d80c /src/_icons/logout.svg | |
parent | gitignore fixes (diff) | |
download | tabler-icons-be0bc14339540c096266105b38f2d7cee47548ea.tar.xz |
missing tabler icons
Diffstat (limited to 'src/_icons/logout.svg')
-rw-r--r-- | src/_icons/logout.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/logout.svg b/src/_icons/logout.svg new file mode 100644 index 0000000..2137545 --- /dev/null +++ b/src/_icons/logout.svg @@ -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> |