diff options
Diffstat (limited to 'src/icons/arrow-autofit-width.svg')
-rw-r--r-- | src/icons/arrow-autofit-width.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/arrow-autofit-width.svg b/src/icons/arrow-autofit-width.svg new file mode 100644 index 00000000..daac3bc6 --- /dev/null +++ b/src/icons/arrow-autofit-width.svg @@ -0,0 +1,13 @@ +--- +tags: [direction, east, west] +category: Arrows +version: "1.42" +unicode: "ef37" +--- +<svg> + <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" /> + <path d="M10 18h-7" /> + <path d="M21 18h-7" /> + <path d="M6 15l-3 3l3 3" /> + <path d="M18 15l3 3l-3 3" /> +</svg> |