Add camera icon

This commit is contained in:
Cole Bemis 2017-03-01 22:33:44 -08:00
parent 3e913c80bb
commit d417af500b
3 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Change # icons:
- `mail`
- `folder`
- `camera`
### Removed
- Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons:

View File

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

4
icons/camera.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="M23,19a2,2,0,0,1-2,2H3a2,2,0,0,1-2-2V8A2,2,0,0,1,3,6H7L9,3h6l2,3h4a2,2,0,0,1,2,2Z"/>
<circle cx="12" cy="13" r="4"/>
</svg>

After

Width:  |  Height:  |  Size: 310 B