Add grid icon

This commit is contained in:
Cole Bemis 2017-04-30 23:42:43 -07:00
parent d19af5edfb
commit 6ca1993653
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"file",
"folder",
"menu",
"grid",
"aperture",
"camera",
"camera-off",

6
icons/grid.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="7" height="7" rx="1" ry="1"/>
<rect x="14" y="3" width="7" height="7" rx="1" ry="1"/>
<rect x="14" y="14" width="7" height="7" rx="1" ry="1"/>
<rect x="3" y="14" width="7" height="7" rx="1" ry="1"/>
</svg>

After

Width:  |  Height:  |  Size: 412 B