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