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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'icons/grid-fill.svg')
-rw-r--r--icons/grid-fill.svg12
1 files changed, 5 insertions, 7 deletions
diff --git a/icons/grid-fill.svg b/icons/grid-fill.svg
index 9823f3e1b..d4eda6ab4 100644
--- a/icons/grid-fill.svg
+++ b/icons/grid-fill.svg
@@ -1,8 +1,6 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-grid-fill" viewBox="0 0 20 20">
- <g fill-rule="evenodd" transform="translate(3.5 3.5)">
- <rect width="6" height="6" y="7" rx="1"/>
- <rect width="6" height="6" x="7" y="7" rx="1"/>
- <rect width="6" height="6" x="7" rx="1"/>
- <rect width="6" height="6" rx="1"/>
- </g>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-grid-fill" viewBox="0 0 20 20">
+ <rect width="6" height="6" x="3.5" y="10.5" rx="1"/>
+ <rect width="6" height="6" x="10.5" y="10.5" rx="1"/>
+ <rect width="6" height="6" x="10.5" y="3.5" rx="1"/>
+ <rect width="6" height="6" x="3.5" y="3.5" rx="1"/>
</svg>