diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e8dd2..ffbd476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `cloud` - `cog` - `comment-square` + - `download` - `droplet` - `file` - `flag` @@ -104,6 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `search` - `star` - `unlock` + - `upload` - `user` - `video` - `watch` diff --git a/icons-manifest.json b/icons-manifest.json index f8b6ff0..28066d1 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -88,6 +88,8 @@ "anchor", "globe", "zap", + "download", + "upload", "box", "target", "loader", diff --git a/icons/download.svg b/icons/download.svg new file mode 100644 index 0000000..29ec61f --- /dev/null +++ b/icons/download.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/upload.svg b/icons/upload.svg new file mode 100644 index 0000000..60c03da --- /dev/null +++ b/icons/upload.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file