summaryrefslogtreecommitdiff
path: root/wwwroot/images
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-25 02:43:28 +1000
committerJake Mannens <jake@asger.xyz>2026-06-27 01:21:42 +1000
commitebbfaf81c41bb4302564dc81c6079783a8f3f753 (patch)
treedef080518978e0f17627b91462d66e4838883f5b /wwwroot/images
parentb58eed8cb52a49933f57ffa52e5c51b7ed8741fc (diff)
Added grid iconsdev
Diffstat (limited to 'wwwroot/images')
-rw-r--r--wwwroot/images/grid-large.svg3
-rw-r--r--wwwroot/images/grid-medium.svg7
-rw-r--r--wwwroot/images/grid-small.svg13
3 files changed, 23 insertions, 0 deletions
diff --git a/wwwroot/images/grid-large.svg b/wwwroot/images/grid-large.svg
new file mode 100644
index 0000000..b458975
--- /dev/null
+++ b/wwwroot/images/grid-large.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 70 70" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="5px">
+ <rect x="10" y="10" width="50" height="50"/>
+</svg>
diff --git a/wwwroot/images/grid-medium.svg b/wwwroot/images/grid-medium.svg
new file mode 100644
index 0000000..410b362
--- /dev/null
+++ b/wwwroot/images/grid-medium.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 70 70" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="5px">
+ <rect x="10" y="10" width="20" height="20"/>
+ <rect x="40" y="10" width="20" height="20"/>
+
+ <rect x="10" y="40" width="20" height="20"/>
+ <rect x="40" y="40" width="20" height="20"/>
+</svg>
diff --git a/wwwroot/images/grid-small.svg b/wwwroot/images/grid-small.svg
new file mode 100644
index 0000000..fb75516
--- /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="#fff" 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>