From 3b0545b34978d7d3b750ae8b18be8a43368676d7 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 6 Mar 2017 13:26:57 -0800 Subject: [PATCH] Add x icon --- CHANGELOG.md | 1 + icons-manifest.json | 3 ++- icons/x.svg | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/x.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 300e75d..b1c93b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `star` - `unlock` - `video` + - `x` - `zoom-in` - `zoom-out` diff --git a/icons-manifest.json b/icons-manifest.json index f90a16b..7af3d52 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -51,5 +51,6 @@ "circle-minus", "plus", "minus", - "check" + "check", + "x" ] \ No newline at end of file diff --git a/icons/x.svg b/icons/x.svg new file mode 100644 index 0000000..d32aa96 --- /dev/null +++ b/icons/x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file