From 3f8b1a6716537070db24016744897e5ce0dba998 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 5 Mar 2017 18:48:19 -0800 Subject: [PATCH] Add plus icon --- CHANGELOG.md | 3 ++- icons-manifest.json | 3 ++- icons/plus.svg | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 icons/plus.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2aa18..0912df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,8 +48,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `cloud` - `folder` - `heart` - - `mail` - `lock` + - `mail` + - `plus` - `search` - `star` - `unlock` diff --git a/icons-manifest.json b/icons-manifest.json index c3d3a2c..e4b0aef 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -48,5 +48,6 @@ "square-minus", "circle", "circle-plus", - "circle-minus" + "circle-minus", + "plus" ] \ No newline at end of file diff --git a/icons/plus.svg b/icons/plus.svg new file mode 100644 index 0000000..a74308e --- /dev/null +++ b/icons/plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file