From ef6c3fc836cdb796827618ad4bca9bfb53e1b3b8 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 24 Mar 2017 01:07:30 -0700 Subject: [PATCH] Add edit icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/edit.svg | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 icons/edit.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 8217c21..2c36648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `circle` - `cloud-off` - `comment-circle` + - `edit` - `eye-off` - `facebook` - `feather` diff --git a/icons-manifest.json b/icons-manifest.json index d26228a..0767f51 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -66,6 +66,7 @@ "loader", "clock", "printer", + "edit", "square", "plus-square", "minus-square", diff --git a/icons/edit.svg b/icons/edit.svg new file mode 100644 index 0000000..17adda7 --- /dev/null +++ b/icons/edit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file