diff options
Diffstat (limited to 'icons/arrow-right-bar.svg')
-rw-r--r-- | icons/arrow-right-bar.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/arrow-right-bar.svg b/icons/arrow-right-bar.svg index 0c4b47f5..369de398 100644 --- a/icons/arrow-right-bar.svg +++ b/icons/arrow-right-bar.svg @@ -1,8 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right-bar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M18 15l3 -3l-3 -3" /> - <line x1="3" y1="12" x2="21" y2="12" /> - <line x1="3" y1="9" x2="3" y2="15" /> + <path d="M3 12h18" /> + <path d="M3 9v6" /> </svg> |