diff options
author | codecalm <codecalm@gmail.com> | 2022-01-16 22:08:51 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-01-16 22:08:51 +0100 |
commit | ad702b5366828b549cb422d31a431f06bbd1b09d (patch) | |
tree | 67093c11e6dab990e74c0e6bc21d50c633f0990d /icons/arrow-big-left-line.svg | |
parent | 22 new icons: `app-window`, `armchair-2`, `arrow-big-down-line`, `arrow-big-d... (diff) | |
download | tabler-icons-ad702b5366828b549cb422d31a431f06bbd1b09d.tar.xz |
Release 1.52.0v1.52.0
Diffstat (limited to 'icons/arrow-big-left-line.svg')
-rw-r--r-- | icons/arrow-big-left-line.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icons/arrow-big-left-line.svg b/icons/arrow-big-left-line.svg new file mode 100644 index 00000000..6e284708 --- /dev/null +++ b/icons/arrow-big-left-line.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-big-left-line" 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" fill="none"/> + <path d="M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h6v6h-6z" /> + <path d="M21 15v-6" /> +</svg> + + |