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