diff --git a/CHANGELOG.md b/CHANGELOG.md index 866f900..975ca8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `search` - `unlock` - `zoom-in` + - `zoom-out` ### 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 74fa4b2..5e9d76e 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -5,6 +5,7 @@ "eye-off", "search", "zoom-in", + "zoom-out", "mail", "scissors", "lock", diff --git a/icons/zoom-out.svg b/icons/zoom-out.svg new file mode 100644 index 0000000..d3262e8 --- /dev/null +++ b/icons/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file