Add phone-off icon

This commit is contained in:
Cole Bemis 2017-03-02 11:07:35 -08:00
parent 19a2438f3a
commit 8daf3c462b
3 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `home`
- `map-pin`
- `phone`
- `phone-off`
- `scissors`
- `square`
- `thumbs-down`

View File

@ -18,6 +18,7 @@
"at-sign",
"hash",
"phone",
"phone-off",
"square",
"circle"
]

5
icons/phone-off.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">
<path d="M10.68,13.31a16,16,0,0,0,3.41,2.6l1.27-1.27a2,2,0,0,1,2.11-.45,12.84,12.84,0,0,0,2.81.7,2,2,0,0,1,1.72,2v3a2,2,0,0,1-2.18,2,19.79,19.79,0,0,1-8.63-3.07,19.42,19.42,0,0,1-3.33-2.67"/>
<path d="M5.19,12.81A19.79,19.79,0,0,1,2.12,4.18,2,2,0,0,1,4.11,2h3a2,2,0,0,1,2,1.72,12.84,12.84,0,0,0,.7,2.81,2,2,0,0,1-.45,2.11L8.09,9.91"/>
<line x1="23" y1="1" x2="1" y2="23"/>
</svg>

After

Width:  |  Height:  |  Size: 559 B