diff options
author | codecalm <codecalm@gmail.com> | 2021-11-03 13:30:30 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-03 13:30:30 +0100 |
commit | 944a657e3d68ccf06e58b605ab90ff5c7d70a557 (patch) | |
tree | 1671e31bc7bf2be0a85189a0e5739235e48e3777 /src/_icons/arrow-autofit-height.svg | |
parent | Merge pull request #119 from DevSrSouza/patch-1 (diff) | |
download | tabler-icons-944a657e3d68ccf06e58b605ab90ff5c7d70a557.tar.xz |
10 new icons: `arrow-autofit-down`, `arrow-autofit-height`, `arrow-autofit-left`, `arrow-autofit-right`, `arrow-autofit-up`, `arrow-autofit-width`, `arrows-diagonal-minimize-2`, `arrows-diagonal-minimize`, `brand-bootstrap`, `highlight`
Diffstat (limited to 'src/_icons/arrow-autofit-height.svg')
-rw-r--r-- | src/_icons/arrow-autofit-height.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-autofit-height.svg b/src/_icons/arrow-autofit-height.svg new file mode 100644 index 00000000..b1c1663d --- /dev/null +++ b/src/_icons/arrow-autofit-height.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6"/> + <path d="M18 14v7"/> + <path d="M18 3v7"/> + <path d="M15 18l3 3 3-3"/> + <path d="M15 6l3-3 3 3"/> +</svg> |