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