diff options
Diffstat (limited to 'src/_icons/layout-board-split.svg')
-rw-r--r-- | src/_icons/layout-board-split.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/layout-board-split.svg b/src/_icons/layout-board-split.svg new file mode 100644 index 00000000..57f6425a --- /dev/null +++ b/src/_icons/layout-board-split.svg @@ -0,0 +1,11 @@ +--- +category: Design +tags: [grid, columns, masonry, collage] +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M4 12h8" /> + <path d="M12 15h8" /> + <path d="M12 9h8" /> + <path d="M12 4v16" /> +</svg> |