From 19a2438f3ad6343064cd1957b7482a091ebe0adb Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 2 Mar 2017 10:54:19 -0800 Subject: [PATCH] Add thumbs-down icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/thumbs-down.svg | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 icons/thumbs-down.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index a520451..6eff554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `phone` - `scissors` - `square` + - `thumbs-down` - `thumbs-up` ### Changed diff --git a/icons-manifest.json b/icons-manifest.json index f44f241..978b919 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -14,6 +14,7 @@ "camera-off", "bookmark", "thumbs-up", + "thumbs-down", "at-sign", "hash", "phone", diff --git a/icons/thumbs-down.svg b/icons/thumbs-down.svg new file mode 100644 index 0000000..99b2da1 --- /dev/null +++ b/icons/thumbs-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file