Add inbox icon

This commit is contained in:
Cole Bemis 2017-03-11 00:15:41 -08:00
parent 7b0f523daa
commit 9fac706b75
3 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `file`
- `folder`
- `heart`
- `inbox`
- `lock`
- `mail`
- `minus`

View File

@ -9,6 +9,7 @@
"zoom-out",
"filter",
"mail",
"inbox",
"scissors",
"lock",
"unlock",

4
icons/inbox.svg Normal file
View File

@ -0,0 +1,4 @@
<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">
<polyline points="22 13 16 13 14 16 10 16 8 13 2 13"/>
<path d="M5.47,5.19,2,13v5a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V13L18.53,5.19A2,2,0,0,0,16.7,4H7.3A2,2,0,0,0,5.47,5.19Z"/>
</svg>

After

Width:  |  Height:  |  Size: 356 B