From 45006143a4fc98b1fe78b4d7db8726ee42cc5de9 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 2 Mar 2017 00:21:55 -0800 Subject: [PATCH] Add bookmark icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/bookmark.svg | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 icons/bookmark.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index e52c7c2..4ea99f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`: - [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/) - Change # icons: + - `bookmark` - `camera` - `folder` - `mail` diff --git a/icons-manifest.json b/icons-manifest.json index 3648fc6..3af05c5 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -12,6 +12,7 @@ "folder", "camera", "camera-off", + "bookmark", "at-sign", "hash", "square", diff --git a/icons/bookmark.svg b/icons/bookmark.svg new file mode 100644 index 0000000..20a1918 --- /dev/null +++ b/icons/bookmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file