diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 22:04:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 22:04:22 +0100 |
commit | 9559205815693ba49868d1b83555fff846394288 (patch) | |
tree | ee59247a98c896c30c0ce5eb4ef909ba78c564de /icons/sort-ascending.svg | |
parent | changelog image fix (diff) | |
download | tabler-icons-9559205815693ba49868d1b83555fff846394288.tar.xz |
Release 1.3.0v1.3.0
Diffstat (limited to 'icons/sort-ascending.svg')
-rw-r--r-- | icons/sort-ascending.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/icons/sort-ascending.svg b/icons/sort-ascending.svg index c17b26e3..aaa91edd 100644 --- a/icons/sort-ascending.svg +++ b/icons/sort-ascending.svg @@ -1,10 +1,10 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sort-ascending" 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"/> - <line x1="3" y1="4" x2="16" y2="4" /> - <line x1="3" y1="8" x2="12" y2="8" /> - <line x1="3" y1="12" x2="9" y2="12" /> - <polyline points="13 12 17 8 21 12" /> - <line x1="17" y1="8" x2="17" y2="20" /> + <line x1="4" y1="6" x2="11" y2="6" /> + <line x1="4" y1="12" x2="11" y2="12" /> + <line x1="4" y1="18" x2="13" y2="18" /> + <polyline points="15 9 18 6 21 9" /> + <line x1="18" y1="6" x2="18" y2="18" /> </svg> |