Commit d417af50 authored by Cole Bemis's avatar Cole Bemis

Add camera icon

parent 3e913c80
......@@ -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:
......
......@@ -7,6 +7,7 @@
"lock",
"unlock",
"folder",
"camera",
"square",
"circle"
]
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment