From cc7185cb8ef0c576b7e2cd6fed8dc8fa4653837f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 30 Apr 2017 17:45:36 -0700 Subject: [PATCH] Add trash icons --- CHANGELOG.md | 1 + icons-manifest.json | 2 ++ icons/trash-2.svg | 7 +++++++ icons/trash.svg | 5 +++++ 4 files changed, 15 insertions(+) create mode 100644 icons/trash-2.svg create mode 100644 icons/trash.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index bb35c65..bc4e375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `sunset` - `thumbs-down` - `thumbs-up` + - `trash-2` - `triangle` - `twitter` - `user-minus` diff --git a/icons-manifest.json b/icons-manifest.json index 7cb7483..0634f36 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -91,6 +91,8 @@ "cog", "map", "slash", + "trash", + "trash-2", "arrow-up", "arrow-down", "arrow-left", diff --git a/icons/trash-2.svg b/icons/trash-2.svg new file mode 100644 index 0000000..ebee3f7 --- /dev/null +++ b/icons/trash-2.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/icons/trash.svg b/icons/trash.svg new file mode 100644 index 0000000..814576e --- /dev/null +++ b/icons/trash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file