diff options
Diffstat (limited to 'icons/arrow-left-bar.svg')
-rw-r--r-- | icons/arrow-left-bar.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/arrow-left-bar.svg b/icons/arrow-left-bar.svg index e85359ce..36358254 100644 --- a/icons/arrow-left-bar.svg +++ b/icons/arrow-left-bar.svg @@ -1,8 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-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"/> - <line x1="21" y1="12" x2="3" y2="12" /> + <path d="M21 12h-18" /> <path d="M6 9l-3 3l3 3" /> - <line x1="21" y1="9" x2="21" y2="15" /> + <path d="M21 9v6" /> </svg> |