diff options
author | codecalm <codecalm@gmail.com> | 2020-10-24 00:00:15 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-24 00:00:15 +0200 |
commit | 96f6145a8765fd93c1309ff87868171f7a4424a8 (patch) | |
tree | e3bec571d45aeadde4d49cd0d31e462ec920f355 /src/_icons/arrows-left-down.svg | |
parent | 4 new icons: `brand-open-source`, `brand-patreon`, `mailbox`, `vaccine` (diff) | |
download | tabler-icons-96f6145a8765fd93c1309ff87868171f7a4424a8.tar.xz |
4 new icons: `arrows-left-down`, `arrows-right-down`, `arrows-up-left`, `arrows-up-right`
Diffstat (limited to 'src/_icons/arrows-left-down.svg')
-rw-r--r-- | src/_icons/arrows-left-down.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/arrows-left-down.svg b/src/_icons/arrows-left-down.svg new file mode 100644 index 00000000..10a74bef --- /dev/null +++ b/src/_icons/arrows-left-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M7 3l-4 4l4 4" /> + <path d="M3 7h11a3 3 0 0 1 3 3v11" /> + <path d="M13 17l4 4l4 -4" /> +</svg> |