diff options
Diffstat (limited to 'src/_icons/grid-pattern.svg')
-rw-r--r-- | src/_icons/grid-pattern.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/grid-pattern.svg b/src/_icons/grid-pattern.svg new file mode 100644 index 00000000..1cd9b633 --- /dev/null +++ b/src/_icons/grid-pattern.svg @@ -0,0 +1,9 @@ +--- +--- +<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> |