23 lines
463 B
XML
23 lines
463 B
XML
<!--
|
|
tags: [layout, pattern, matrix, arrangement, gridlines, cell, structure, block, squares, grid-pattern]
|
|
category: Design
|
|
version: "2.36"
|
|
unicode: "fca4"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M3 8h18" />
|
|
<path d="M3 16h18" />
|
|
<path d="M8 3v18" />
|
|
<path d="M16 3v18" />
|
|
</svg>
|