From 0d4c3244680ed9c3602f6d662b189acc1fed8241 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 5 Mar 2017 19:11:30 -0800 Subject: [PATCH] Add check icon --- CHANGELOG.md | 1 + icons-manifest.json | 3 ++- icons/check.svg | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 icons/check.svg 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