diff --git a/CHANGELOG.md b/CHANGELOG.md index 079df79..be594ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `sunset` - `thumbs-down` - `thumbs-up` + - `user-minus` + - `user-plus` - `video-off` - `wind` - `zap` diff --git a/icons-manifest.json b/icons-manifest.json index ff452ec..709442b 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -15,6 +15,8 @@ "unlock", "map-pin", "user", + "user-plus", + "user-minus", "comment-circle", "comment-square", "file", diff --git a/icons/user-minus.svg b/icons/user-minus.svg new file mode 100644 index 0000000..540df35 --- /dev/null +++ b/icons/user-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/user-plus.svg b/icons/user-plus.svg new file mode 100644 index 0000000..56eb13d --- /dev/null +++ b/icons/user-plus.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file