diff options
author | codecalm <codecalm@gmail.com> | 2020-02-29 17:25:14 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-29 17:25:14 +0100 |
commit | 0195c493c1690ae51c642a2c6d5a07e20719040a (patch) | |
tree | ab1f3aa0c0022886df496513885cfd8ab9042b5b /_icons/arrow-up-left.svg | |
parent | icons (diff) | |
download | tabler-icons-0195c493c1690ae51c642a2c6d5a07e20719040a.tar.xz |
arrows, faces
Diffstat (limited to '_icons/arrow-up-left.svg')
-rw-r--r-- | _icons/arrow-up-left.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_icons/arrow-up-left.svg b/_icons/arrow-up-left.svg new file mode 100644 index 00000000..b1908b78 --- /dev/null +++ b/_icons/arrow-up-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="7" y1="7" x2="17" y2="17" /> + <polyline points="16 7 7 7 7 16" /> +</svg> |