From 540783a2ced1b842a719766237e69779a6473b82 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 2 May 2017 15:56:52 -0700 Subject: [PATCH] Add play pause icons --- CHANGELOG.md | 2 ++ icons-manifest.json | 2 ++ icons/pause.svg | 4 ++++ icons/play.svg | 3 +++ 4 files changed, 11 insertions(+) create mode 100644 icons/pause.svg create mode 100644 icons/play.svg 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