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:
authorMark Otto <markdotto@gmail.com>2019-08-01 00:37:35 +0300
committerMark Otto <markdotto@gmail.com>2019-08-01 00:37:35 +0300
commit059acd786cd59371ccb8d1591c9789518bd86bfb (patch)
tree395b794955adce013685ce36156768b076136280 /icons/grid-fill.svg
parent46f69056f637f42acd75b28ba6a9d3898647830e (diff)
add new icons, process them
Diffstat (limited to 'icons/grid-fill.svg')
-rw-r--r--icons/grid-fill.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/icons/grid-fill.svg b/icons/grid-fill.svg
new file mode 100644
index 000000000..9823f3e1b
--- /dev/null
+++ b/icons/grid-fill.svg
@@ -0,0 +1,8 @@
+<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>