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