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