From d6d5eccaafe64c46d52e568cfa1155414b3b5e99 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 29 Apr 2017 22:31:50 -0700 Subject: [PATCH] Add check-circle and x-circle icons --- CHANGELOG.md | 1 + icons-manifest.json | 2 ++ icons/check-circle.svg | 4 ++++ icons/x-circle.svg | 5 +++++ 4 files changed, 12 insertions(+) create mode 100644 icons/check-circle.svg create mode 100644 icons/x-circle.svg 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