diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b84226..300e75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `bell` - `bookmark` - `camera` + - `check` - `cloud` - `folder` - `heart` diff --git a/icons-manifest.json b/icons-manifest.json index b498705..f90a16b 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -50,5 +50,6 @@ "circle-plus", "circle-minus", "plus", - "minus" + "minus", + "check" ] \ No newline at end of file diff --git a/icons/check.svg b/icons/check.svg new file mode 100644 index 0000000..f053b26 --- /dev/null +++ b/icons/check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file