mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add map-pin icon
This commit is contained in:
parent
39ef807031
commit
8c7750354b
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
|
@ -7,6 +7,7 @@
|
||||
"scissors",
|
||||
"lock",
|
||||
"unlock",
|
||||
"map-pin",
|
||||
"folder",
|
||||
"camera",
|
||||
"camera-off",
|
||||
|
4
icons/map-pin.svg
Normal file
4
icons/map-pin.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="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 |
Loading…
Reference in New Issue
Block a user