From bd385999bab6aceea9dc8f7ba5daab93e8953884 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 3 May 2017 19:12:27 -0700 Subject: [PATCH] Add download-cloud and upload-cloud icons --- CHANGELOG.md | 2 ++ icons-manifest.json | 2 ++ icons/download-cloud.svg | 5 +++++ icons/upload-cloud.svg | 6 ++++++ 4 files changed, 15 insertions(+) create mode 100644 icons/download-cloud.svg create mode 100644 icons/upload-cloud.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 2567aea..c80d6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `cog` - `comment-square` - `download` + - `download-cloud` - `droplet` - `external-link` - `file` @@ -115,6 +116,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `star` - `unlock` - `upload` + - `upload-cloud` - `user` - `video` - `watch` diff --git a/icons-manifest.json b/icons-manifest.json index 77ceaee..b90deb2 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -93,6 +93,8 @@ "zap", "download", "upload", + "download-cloud", + "upload-cloud", "box", "target", "loader", diff --git a/icons/download-cloud.svg b/icons/download-cloud.svg new file mode 100644 index 0000000..3bd0128 --- /dev/null +++ b/icons/download-cloud.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/upload-cloud.svg b/icons/upload-cloud.svg new file mode 100644 index 0000000..4d4c33f --- /dev/null +++ b/icons/upload-cloud.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file