diff options
Diffstat (limited to '_icons/arrow-right.svg')
-rw-r--r-- | _icons/arrow-right.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_icons/arrow-right.svg b/_icons/arrow-right.svg index 59e7ba17..5869438e 100644 --- a/_icons/arrow-right.svg +++ b/_icons/arrow-right.svg @@ -1,6 +1,7 @@ --- --- <svg> - <line x1="19" y1="12" x2="5" y2="12" /> - <polyline points="12 19 5 12 12 5" /> + <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" /> </svg> |