Commit 8c775035 authored by Cole Bemis's avatar Cole Bemis

Add map-pin icon

parent 39ef8070
......@@ -8,19 +8,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add # new icons:
- `camera-off`
- `eye-off`
- `feather`
- `map-pin`
- `scissors`
- `eye-off`
- `camera-off`
### Changed
- Redesign project website
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
- `mail`
- `folder`
- `camera`
- `folder`
- `mail`
- `search`
### Removed
......
......@@ -7,6 +7,7 @@
"scissors",
"lock",
"unlock",
"map-pin",
"folder",
"camera",
"camera-off",
......
<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="M21,10c0,7-9,13-9,13S3,17,3,10a9,9,0,0,1,18,0Z"/>
<circle cx="12" cy="10" r="3"/>
</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