Add pocket icon

This commit is contained in:
Cole Bemis 2017-03-26 00:14:25 -07:00
parent 5900bf55f8
commit 99d3e02104
3 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `phone-missed`
- `phone-off`
- `phone-outgoing`
- `pocket`
- `radio`
- `scissors`
- `square`

View File

@ -33,6 +33,7 @@
"thumbs-down",
"facebook",
"instagram",
"pocket",
"at-sign",
"hash",
"phone",

4
icons/pocket.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">
<path d="M4,3H20a2,2,0,0,1,2,2v6A10,10,0,0,1,12,21h0A10,10,0,0,1,2,11V5A2,2,0,0,1,4,3Z"/>
<polyline points="8 10 12 14 16 10"/>
</svg>

After

Width:  |  Height:  |  Size: 312 B