Add map-pin icon

This commit is contained in:
Cole Bemis 2017-03-01 23:02:23 -08:00
parent 39ef807031
commit 8c7750354b
3 changed files with 11 additions and 5 deletions

View File

@ -8,19 +8,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add # new icons:
- `feather`
- `scissors`
- `eye-off`
- `camera-off`
- `eye-off`
- `feather`
- `map-pin`
- `scissors`
### 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

View File

@ -7,6 +7,7 @@
"scissors",
"lock",
"unlock",
"map-pin",
"folder",
"camera",
"camera-off",

4
icons/map-pin.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="M21,10c0,7-9,13-9,13S3,17,3,10a9,9,0,0,1,18,0Z"/>
<circle cx="12" cy="10" r="3"/>
</svg>

After

Width:  |  Height:  |  Size: 275 B