diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 23:46:09 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 23:46:09 +0100 |
commit | 7acfa29f11000c7d56c247c37f8ea932f0b51163 (patch) | |
tree | bd7970ad47a7e116f9c9419117288b0151925ffa /src/_icons/columns.svg | |
parent | subscript, superscript #11 (diff) | |
download | tabler-icons-7acfa29f11000c7d56c247c37f8ea932f0b51163.tar.xz |
columns icon #11
Diffstat (limited to 'src/_icons/columns.svg')
-rw-r--r-- | src/_icons/columns.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/_icons/columns.svg b/src/_icons/columns.svg new file mode 100644 index 00000000..e2036d0b --- /dev/null +++ b/src/_icons/columns.svg @@ -0,0 +1,13 @@ +--- +tags: [text, gap] +--- +<svg> + <line x1="4" y1="6" x2="9.5" y2="6" /> + <line x1="4" y1="10" x2="9.5" y2="10" /> + <line x1="4" y1="14" x2="9.5" y2="14" /> + <line x1="4" y1="18" x2="9.5" y2="18" /> + <line x1="14.5" y1="6" x2="20" y2="6" /> + <line x1="14.5" y1="10" x2="20" y2="10" /> + <line x1="14.5" y1="14" x2="20" y2="14" /> + <line x1="14.5" y1="18" x2="20" y2="18" /> +</svg> |