diff options
Diffstat (limited to 'src/icons/grid-pattern.svg')
-rw-r--r-- | src/icons/grid-pattern.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/grid-pattern.svg b/src/icons/grid-pattern.svg new file mode 100644 index 00000000..7b985c53 --- /dev/null +++ b/src/icons/grid-pattern.svg @@ -0,0 +1,12 @@ +--- +tags: [grid, mesh, net, line] +version: "1.50" +unicode: "efc9" +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M10 8v8" /> + <path d="M14 8v8" /> + <path d="M8 10h8" /> + <path d="M8 14h8" /> +</svg> |