diff options
Diffstat (limited to 'src/_icons/arrow-right-bar.svg')
-rw-r--r-- | src/_icons/arrow-right-bar.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/_icons/arrow-right-bar.svg b/src/_icons/arrow-right-bar.svg index ef7920da..e89f7e59 100644 --- a/src/_icons/arrow-right-bar.svg +++ b/src/_icons/arrow-right-bar.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M18 15l3 -3l-3 -3" /> - <path d="M3 12h18" /> - <path d="M3 9v6" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <line x1="3" y1="9" x2="3" y2="15" /> </svg> |