From 39ef8070317f4c74045b8bcebfe79375c9fbf79d Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 1 Mar 2017 22:49:05 -0800 Subject: [PATCH] Add search icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/search.svg | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 icons/search.svg 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