diff --git a/CHANGELOG.md b/CHANGELOG.md index 468999f..416d8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `layout` - `lock` - `mail` + - `maximize` + - `minimize` - `minus` - `moon` - `plus` diff --git a/icons-manifest.json b/icons-manifest.json index 58b5f75..108b623 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -53,6 +53,8 @@ "alert-circle", "alert-triangle", "alert-octagon", + "maximize", + "minimize", "bell", "bell-off", "activity", diff --git a/icons/maximize.svg b/icons/maximize.svg new file mode 100644 index 0000000..13d6721 --- /dev/null +++ b/icons/maximize.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/minimize.svg b/icons/minimize.svg new file mode 100644 index 0000000..013ead9 --- /dev/null +++ b/icons/minimize.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file