diff options
Diffstat (limited to 'src/icons/arrow-autofit-down.svg')
-rw-r--r-- | src/icons/arrow-autofit-down.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-autofit-down.svg b/src/icons/arrow-autofit-down.svg new file mode 100644 index 00000000..79b8faa8 --- /dev/null +++ b/src/icons/arrow-autofit-down.svg @@ -0,0 +1,11 @@ +--- +tags: [direction, south] +category: Arrows +version: "1.42" +unicode: "ef32" +--- +<svg> + <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> |