diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9e54f..cea2d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `minimize-2` - `minus` - `moon` + - `pause` + - `play` - `plus` - `printer` - `refresh-cw` diff --git a/icons-manifest.json b/icons-manifest.json index cc6eb39..ebf7ba4 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -67,6 +67,8 @@ "music", "radio", "headphones", + "play", + "pause", "layout", "align-left", "align-center", diff --git a/icons/pause.svg b/icons/pause.svg new file mode 100644 index 0000000..1244431 --- /dev/null +++ b/icons/pause.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/play.svg b/icons/play.svg new file mode 100644 index 0000000..ca69ecc --- /dev/null +++ b/icons/play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file