From c25430db2c462bf8d8083fbbfa4af4ce3c3ec25a Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 3 Mar 2017 15:22:08 -0800 Subject: [PATCH] Add star icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/star.svg | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 icons/star.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 2458b65..5f2a7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `mail` - `lock` - `search` + - `star` - `unlock` - `zoom-in` - `zoom-out` diff --git a/icons-manifest.json b/icons-manifest.json index 6dcbc1e..f50efb1 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -30,6 +30,7 @@ "phone-forwarded", "bell", "bell-off", + "star", "square", "circle", "circle-plus", diff --git a/icons/star.svg b/icons/star.svg new file mode 100644 index 0000000..7de8d90 --- /dev/null +++ b/icons/star.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file