From ecddc421d8b26d9b4391af4dd8fb453025f82fae Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 14 May 2017 00:00:17 -0700 Subject: [PATCH] Add music control icons --- CHANGELOG.md | 4 ++++ icons/fast-forward.svg | 4 ++++ icons/play.svg | 2 +- icons/rewind.svg | 4 ++++ icons/skip-back.svg | 4 ++++ icons/skip-forward.svg | 4 ++++ 6 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 icons/fast-forward.svg create mode 100644 icons/rewind.svg create mode 100644 icons/skip-back.svg create mode 100644 icons/skip-forward.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index ceceaaa..e72bbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `download-cloud` - `droplet` - `external-link` + - `fast-forward` - `file` - `flag` - `folder` @@ -125,7 +126,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `printer` - `search` - `share` + - `skip-back` + - `skip-forward` - `star` + - `rewind` - `tag` - `unlock` - `upload` diff --git a/icons/fast-forward.svg b/icons/fast-forward.svg new file mode 100644 index 0000000..d9c76e4 --- /dev/null +++ b/icons/fast-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/play.svg b/icons/play.svg index ca69ecc..ce6f54b 100644 --- a/icons/play.svg +++ b/icons/play.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/rewind.svg b/icons/rewind.svg new file mode 100644 index 0000000..e7c26de --- /dev/null +++ b/icons/rewind.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/skip-back.svg b/icons/skip-back.svg new file mode 100644 index 0000000..5b0868f --- /dev/null +++ b/icons/skip-back.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg new file mode 100644 index 0000000..b4fd3b0 --- /dev/null +++ b/icons/skip-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file