diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a47a01..17931b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `box` - `camera` - `check` + - `check-circle` - `cloud` - `cog` - `comment-square` diff --git a/icons-manifest.json b/icons-manifest.json index 4d3ee3d..d2c0869 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -92,6 +92,8 @@ "circle", "plus-circle", "minus-circle", + "check-circle", + "x-circle", "plus", "minus", "check", diff --git a/icons/check-circle.svg b/icons/check-circle.svg new file mode 100644 index 0000000..80b010a --- /dev/null +++ b/icons/check-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/x-circle.svg b/icons/x-circle.svg new file mode 100644 index 0000000..0978b4c --- /dev/null +++ b/icons/x-circle.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file