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-right.svg | |
parent | share, folders, target (diff) | |
download | tabler-icons-3de421eb6ba92054020a098d4b985db8ffeb1018.tar.xz |
arrows, maximize, minimize, eye
Diffstat (limited to '_icons/arrow-right.svg')
-rw-r--r-- | _icons/arrow-right.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/arrow-right.svg b/_icons/arrow-right.svg index 5869438e..87b75b95 100644 --- a/_icons/arrow-right.svg +++ b/_icons/arrow-right.svg @@ -2,6 +2,6 @@ --- <svg> <line x1="5" y1="12" x2="19" y2="12" /> - <line x1="12" y1="19" x2="19" y2="12" /> - <line x1="12" y1="5" x2="19" y2="12" /> + <line x1="13" y1="18" x2="19" y2="12" /> + <line x1="13" y1="6" x2="19" y2="12" /> </svg> |