Add eye-off icon

This commit is contained in:
Cole Bemis 2017-03-01 22:20:27 -08:00
parent cb7be17f1e
commit e1011bd10c
3 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add # new icons:
- `feather`
- `scissors`
- `eye-off`
### Changed
- Redesign project website

View File

@ -1,6 +1,7 @@
[
"feather",
"eye",
"eye-off",
"mail",
"scissors",
"lock",

6
icons/eye-off.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">
<path d="M17.94,17.94A10.07,10.07,0,0,1,12,20C5,20,1,12,1,12A18.45,18.45,0,0,1,6.06,6.06"/>
<path d="M9.9,4.24A9.12,9.12,0,0,1,12,4c7,0,11,8,11,8a18.5,18.5,0,0,1-2.16,3.19"/>
<path d="M14.12,14.12A3,3,0,1,1,9.88,9.88"/>
<line x1="1" y1="1" x2="23" y2="23"/>
</svg>

After

Width:  |  Height:  |  Size: 446 B