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
|
### Added
|
||||||
- Add # new icons:
|
- Add # new icons:
|
||||||
- `feather`
|
|
||||||
- `scissors`
|
|
||||||
- `eye-off`
|
|
||||||
- `camera-off`
|
- `camera-off`
|
||||||
|
- `eye-off`
|
||||||
|
- `feather`
|
||||||
|
- `map-pin`
|
||||||
|
- `scissors`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Redesign project website
|
- Redesign project website
|
||||||
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
|
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
|
||||||
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
|
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
|
||||||
- Change # icons:
|
- Change # icons:
|
||||||
- `mail`
|
|
||||||
- `folder`
|
|
||||||
- `camera`
|
- `camera`
|
||||||
|
- `folder`
|
||||||
|
- `mail`
|
||||||
- `search`
|
- `search`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"scissors",
|
"scissors",
|
||||||
"lock",
|
"lock",
|
||||||
"unlock",
|
"unlock",
|
||||||
|
"map-pin",
|
||||||
"folder",
|
"folder",
|
||||||
"camera",
|
"camera",
|
||||||
"camera-off",
|
"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