From 12ddf707296a334f710606bae8c93da2a4cc8736 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 5 Mar 2017 13:28:52 -0800 Subject: [PATCH] Add heart icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/heart.svg | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 icons/heart.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 0460cdd..53d1681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `camera` - `cloud` - `folder` + - `heart` - `mail` - `lock` - `search` diff --git a/icons-manifest.json b/icons-manifest.json index 963800b..6db62d6 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -1,6 +1,7 @@ [ "feather", "home", + "heart", "eye", "eye-off", "search", diff --git a/icons/heart.svg b/icons/heart.svg new file mode 100644 index 0000000..029452a --- /dev/null +++ b/icons/heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file