diff options
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> |