diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a8327..2718402 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/icons-manifest.json b/icons-manifest.json index 9c3f4f3..d21bdfa 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -7,6 +7,7 @@ "scissors", "lock", "unlock", + "map-pin", "folder", "camera", "camera-off", diff --git a/icons/map-pin.svg b/icons/map-pin.svg new file mode 100644 index 0000000..a7358a2 --- /dev/null +++ b/icons/map-pin.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file