diff options
Diffstat (limited to 'src/_icons/arrow-autofit-up.svg')
-rw-r--r-- | src/_icons/arrow-autofit-up.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/_icons/arrow-autofit-up.svg b/src/_icons/arrow-autofit-up.svg index bb1872eb..e925560d 100644 --- a/src/_icons/arrow-autofit-up.svg +++ b/src/_icons/arrow-autofit-up.svg @@ -1,7 +1,8 @@ --- +category: Arrows --- <svg> - <path d="M12 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8"/> - <path d="M18 20V3"/> - <path d="M15 6l3-3 3 3"/> + <path d="M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8" /> + <path d="M18 20v-17" /> + <path d="M15 6l3 -3l3 3" /> </svg> |