diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 18:31:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 18:31:02 +0100 |
commit | d3bae6bc18c842a7567e8b7a3b9d159a0a280b49 (patch) | |
tree | cf416ef9f756955865db3331a12e66761fe61be8 /_icons/layout.svg | |
parent | home icon (diff) | |
download | tabler-icons-d3bae6bc18c842a7567e8b7a3b9d159a0a280b49.tar.xz |
photo, icon fixes
Diffstat (limited to '_icons/layout.svg')
-rw-r--r-- | _icons/layout.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/layout.svg b/_icons/layout.svg index 9b75459c..0fe5fea7 100644 --- a/_icons/layout.svg +++ b/_icons/layout.svg @@ -1,7 +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> + <rect x="3" y="3" width="8" height="6" rx="2"></rect> + <rect x="3" y="13" width="8" height="8" rx="2"></rect> + <rect x="15" y="3" width="6" height="18" rx="2"></rect> </svg> |