From 096ce92877b0039e88b2d65d17e3c5049b6eb99f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 24 Mar 2017 01:27:45 -0700 Subject: [PATCH] Add triangle icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/triangle.svg | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 icons/triangle.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 0605a61..1e997ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `sunset` - `thumbs-down` - `thumbs-up` + - `triangle` - `user-minus` - `user-plus` - `video-off` diff --git a/icons-manifest.json b/icons-manifest.json index 1b29c2c..7b81d3b 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -68,6 +68,7 @@ "printer", "edit", "octagon", + "triangle", "square", "plus-square", "minus-square", diff --git a/icons/triangle.svg b/icons/triangle.svg new file mode 100644 index 0000000..0ff0ae5 --- /dev/null +++ b/icons/triangle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file