diff options
Diffstat (limited to 'src/icons/layout-2.svg')
-rw-r--r-- | src/icons/layout-2.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/layout-2.svg b/src/icons/layout-2.svg new file mode 100644 index 00000000..13b9df6c --- /dev/null +++ b/src/icons/layout-2.svg @@ -0,0 +1,12 @@ +--- +category: Design +tags: [grid, columns, masonry, collage] +version: "1.0" +unicode: "eacc" +--- +<svg> + <rect x="4" y="4" width="6" height="5" rx="2" /> + <rect x="4" y="13" width="6" height="7" rx="2" /> + <rect x="14" y="4" width="6" height="7" rx="2" /> + <rect x="14" y="15" width="6" height="5" rx="2" /> +</svg> |