From 2ba9d51f8e9f9b75e773d79cd3d0cd43128a43a4 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 10 Mar 2017 13:53:57 -0800 Subject: [PATCH] Add sunrise and sunset icons --- CHANGELOG.md | 2 ++ icons-manifest.json | 2 ++ icons/sunrise.svg | 10 ++++++++++ icons/sunset.svg | 10 ++++++++++ 4 files changed, 24 insertions(+) create mode 100644 icons/sunrise.svg create mode 100644 icons/sunset.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index eb70e41..50fe4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `phone-outgoing` - `scissors` - `square` + - `sunrise` + - `sunset` - `thumbs-down` - `thumbs-up` - `video-off` diff --git a/icons-manifest.json b/icons-manifest.json index d8ba7c3..eb7b73c 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -41,6 +41,8 @@ "award", "cloud", "cloud-off", + "sunrise", + "sunset", "anchor", "globe", "zap", diff --git a/icons/sunrise.svg b/icons/sunrise.svg new file mode 100644 index 0000000..8e6ac29 --- /dev/null +++ b/icons/sunrise.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/icons/sunset.svg b/icons/sunset.svg new file mode 100644 index 0000000..9d3f054 --- /dev/null +++ b/icons/sunset.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file