Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-04-17 10:42:04 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 17:46:17 +0300
commit3472ffd5260cf138846db2bf74364ca125b8f4cf (patch)
tree33f4ea9fd805a9d02265e51b52fb43d4ed76a4dc /img
parent6c1f3d2cd22b46ebd0b65d4f28bfecb7bc12ef0d (diff)
Add icons
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'img')
-rw-r--r--img/grid-view.svg8
1 files changed, 4 insertions, 4 deletions
diff --git a/img/grid-view.svg b/img/grid-view.svg
index 617730dbb..191e3c1b4 100644
--- a/img/grid-view.svg
+++ b/img/grid-view.svg
@@ -1,6 +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"/>
+<rect width="7" height="7" rx="2" fill="white"/>
+<rect y="9" width="7" height="7" rx="2" fill="white"/>
+<rect x="9" width="7" height="7" rx="2" fill="white"/>
+<rect x="9" y="9" width="7" height="7" rx="2" fill="white"/>
</svg>