diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 17:05:07 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 17:05:07 +0100 |
commit | 28731a1350a33423e5594e57eb3bedb511a3820f (patch) | |
tree | 55a40920efcc28a8e69b05149868996c20adcc62 /_icons/layout.svg | |
parent | align fixes, menu, plus/minus variants (diff) | |
download | tabler-icons-28731a1350a33423e5594e57eb3bedb511a3820f.tar.xz |
files
Diffstat (limited to '_icons/layout.svg')
-rw-r--r-- | _icons/layout.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/layout.svg b/_icons/layout.svg new file mode 100644 index 00000000..9b75459c --- /dev/null +++ b/_icons/layout.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="3" y="3" width="8" height="6" rx="2" ry="2"></rect> + <rect x="3" y="13" width="8" height="8" rx="2" ry="2"></rect> + <rect x="15" y="3" width="6" height="18" rx="2" ry="2"></rect> +</svg> |