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