From 4d96bf4e8d78ac550486d40f0186e9aad2ce3e71 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 5 Mar 2017 13:17:55 -0800 Subject: [PATCH] Add anchor icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/anchor.svg | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 icons/anchor.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a9a8a..0460cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,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: + - `anchor` - `bell` - `bookmark` - `camera` diff --git a/icons-manifest.json b/icons-manifest.json index 590c393..6af90c7 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -36,6 +36,7 @@ "star", "cloud", "cloud-off", + "anchor", "square", "circle", "circle-plus", diff --git a/icons/anchor.svg b/icons/anchor.svg new file mode 100644 index 0000000..65d06d3 --- /dev/null +++ b/icons/anchor.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file