diff options
Diffstat (limited to 'wwwroot/images/grid-small.svg')
| -rw-r--r-- | wwwroot/images/grid-small.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wwwroot/images/grid-small.svg b/wwwroot/images/grid-small.svg new file mode 100644 index 0000000..5a7396f --- /dev/null +++ b/wwwroot/images/grid-small.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 70 70" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="5px"> + <rect x="10" y="10" width="10" height="10"/> + <rect x="30" y="10" width="10" height="10"/> + <rect x="50" y="10" width="10" height="10"/> + + <rect x="10" y="30" width="10" height="10"/> + <rect x="30" y="30" width="10" height="10"/> + <rect x="50" y="30" width="10" height="10"/> + + <rect x="10" y="50" width="10" height="10"/> + <rect x="30" y="50" width="10" height="10"/> + <rect x="50" y="50" width="10" height="10"/> +</svg> |
