From cbcc81b9f4fbfbea165b2a016a22f158a64be9c1 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 3 Mar 2017 13:17:06 -0800 Subject: [PATCH] Add zoom-in icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/zoom-in.svg | 6 ++++++ 3 files changed, 8 insertions(+) create mode 100644 icons/zoom-in.svg 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