Add menu icon

This commit is contained in:
Cole Bemis 2017-04-29 22:04:17 -07:00
parent 385aa9e7ac
commit ff4e6836bf
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"comment-square", "comment-square",
"file", "file",
"folder", "folder",
"menu",
"aperture", "aperture",
"camera", "camera",
"camera-off", "camera-off",

5
icons/menu.svg Normal file
View File

@ -0,0 +1,5 @@
<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">
<line x1="3" y1="12" x2="21" y2="12"/>
<line x1="3" y1="6" x2="21" y2="6"/>
<line x1="3" y1="18" x2="21" y2="18"/>
</svg>

After

Width:  |  Height:  |  Size: 301 B