summaryrefslogtreecommitdiffstats
path: root/img
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-04-17 09:04:10 +0200
committerJoas Schilling <coding@schilljs.com>2020-05-08 16:44:48 +0200
commitd50f6c55bd1e66a633450bbfa5b041762a8a0b23 (patch)
treed5335af848feea6c3879799bb98749613afd688c /img
parenta3273c7e42b60126a394cead2c524ea6ab598d82 (diff)
Add ability to toggle between grid-view and promoted-view
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'img')
-rw-r--r--img/grid-view.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/img/grid-view.svg b/img/grid-view.svg
new file mode 100644
index 000000000..617730dbb
--- /dev/null
+++ b/img/grid-view.svg
@@ -0,0 +1,6 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect width="7" height="7" rx="2" fill="black"/>
+<rect y="9" width="7" height="7" rx="2" fill="black"/>
+<rect x="9" width="7" height="7" rx="2" fill="black"/>
+<rect x="9" y="9" width="7" height="7" rx="2" fill="black"/>
+</svg>