diff --git a/CHANGELOG.md b/CHANGELOG.md index 1150288..62b8a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,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: + - `bell` - `bookmark` - `camera` - `folder` diff --git a/icons-manifest.json b/icons-manifest.json index 7d76970..b62c3af 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -28,6 +28,7 @@ "phone-incoming", "phone-missed", "phone-forwarded", + "bell", "square", "circle" ] \ No newline at end of file diff --git a/icons/bell.svg b/icons/bell.svg new file mode 100644 index 0000000..c1bd882 --- /dev/null +++ b/icons/bell.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file