mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add camera icon
This commit is contained in:
parent
3e913c80bb
commit
d417af500b
@ -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"
|
||||
]
|
4
icons/camera.svg
Normal file
4
icons/camera.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user