diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 21:31:43 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 21:31:43 +0100 |
commit | 3de421eb6ba92054020a098d4b985db8ffeb1018 (patch) | |
tree | 99124e5c990df9a4d51549997c9b11b786319b39 /_icons/arrow-left.svg | |
parent | share, folders, target (diff) | |
download | tabler-icons-3de421eb6ba92054020a098d4b985db8ffeb1018.tar.xz |
arrows, maximize, minimize, eye
Diffstat (limited to '_icons/arrow-left.svg')
-rw-r--r-- | _icons/arrow-left.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg index 3d833119..c078b7b7 100644 --- a/_icons/arrow-left.svg +++ b/_icons/arrow-left.svg @@ -2,6 +2,6 @@ --- <svg> <line x1="5" y1="12" x2="19" y2="12" /> - <line x1="5" y1="12" x2="12" y2="19" /> - <line x1="5" y1="12" x2="12" y2="5" /> + <line x1="5" y1="12" x2="11" y2="18" /> + <line x1="5" y1="12" x2="11" y2="6" /> </svg> |