diff --git a/CHANGELOG.md b/CHANGELOG.md index a484ff7..b2a8327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `mail` - `folder` - `camera` + - `search` ### 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 ad0d553..9c3f4f3 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -2,6 +2,7 @@ "feather", "eye", "eye-off", + "search", "mail", "scissors", "lock", diff --git a/icons/search.svg b/icons/search.svg new file mode 100644 index 0000000..f4ea4f5 --- /dev/null +++ b/icons/search.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file