From d417af500b9b1264edb41ceb74e28667642e0c14 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 1 Mar 2017 22:33:44 -0800 Subject: [PATCH] Add camera icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/camera.svg | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 icons/camera.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index c638e4a..a768fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Change # icons: - `mail` - `folder` + - `camera` ### 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 e73f2b6..153524e 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -7,6 +7,7 @@ "lock", "unlock", "folder", + "camera", "square", "circle" ] \ No newline at end of file diff --git a/icons/camera.svg b/icons/camera.svg new file mode 100644 index 0000000..e99d16f --- /dev/null +++ b/icons/camera.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file