diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d2d1a..866f900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `lock` - `search` - `unlock` + - `zoom-in` ### Removed - Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons: diff --git a/icons-manifest.json b/icons-manifest.json index e160a39..74fa4b2 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -4,6 +4,7 @@ "eye", "eye-off", "search", + "zoom-in", "mail", "scissors", "lock", diff --git a/icons/zoom-in.svg b/icons/zoom-in.svg new file mode 100644 index 0000000..6495bd3 --- /dev/null +++ b/icons/zoom-in.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file