diff options
Diffstat (limited to 'icons/arrow-top-bar.svg')
-rw-r--r-- | icons/arrow-top-bar.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/arrow-top-bar.svg b/icons/arrow-top-bar.svg index 2fb718d1..2ae1e19f 100644 --- a/icons/arrow-top-bar.svg +++ b/icons/arrow-top-bar.svg @@ -1,8 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-top-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="M12 21v-18" /> + <line x1="12" y1="21" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> - <path d="M9 21h6" /> + <line x1="9" y1="21" x2="15" y2="21" /> </svg> |