Add camera-off icon

This commit is contained in:
Cole Bemis 2017-03-01 22:45:19 -08:00
parent d417af500b
commit 3e0d4614a0
3 changed files with 8 additions and 0 deletions

View File

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

View File

@ -8,6 +8,7 @@
"unlock",
"folder",
"camera",
"camera-off",
"square",
"circle"
]

6
icons/camera-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">
<line x1="1" y1="1" x2="23" y2="23"/>
<path d="M21,21H3a2,2,0,0,1-2-2V8A2,2,0,0,1,3,6H6"/>
<path d="M9,3h6l2,3h4a2,2,0,0,1,2,2v9.34"/>
<path d="M15.28,15.28A4,4,0,1,1,9.72,9.72"/>
</svg>

After

Width:  |  Height:  |  Size: 368 B