diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a9a8a..0460cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - 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: + - `anchor` - `bell` - `bookmark` - `camera` diff --git a/icons-manifest.json b/icons-manifest.json index 590c393..6af90c7 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -36,6 +36,7 @@ "star", "cloud", "cloud-off", + "anchor", "square", "circle", "circle-plus", diff --git a/icons/anchor.svg b/icons/anchor.svg new file mode 100644 index 0000000..65d06d3 --- /dev/null +++ b/icons/anchor.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file