From 8061874aea675eab5debd3853b8180a38388114f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 10 Mar 2017 13:45:37 -0800 Subject: [PATCH] Add file icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/file.svg | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 icons/file.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9b4c4..eb70e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `camera` - `check` - `cloud` + - `file` - `folder` - `heart` - `lock` diff --git a/icons-manifest.json b/icons-manifest.json index ee1a79a..d8ba7c3 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -14,6 +14,7 @@ "unlock", "map-pin", "user", + "file", "folder", "camera", "camera-off", diff --git a/icons/file.svg b/icons/file.svg new file mode 100644 index 0000000..59d810a --- /dev/null +++ b/icons/file.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file