Add music control icons

This commit is contained in:
Cole Bemis 2017-05-14 00:00:17 -07:00
parent c1493e73ab
commit ecddc421d8
6 changed files with 21 additions and 1 deletions

View File

@ -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`

4
icons/fast-forward.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="13 19 22 12 13 5 13 19"/>
<polygon points="2 19 11 12 2 5 2 19"/>
</svg>

After

Width:  |  Height:  |  Size: 267 B

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5,4.77V19.23a1,1,0,0,0,1.51.86l12.06-7.23a1,1,0,0,0,0-1.71L6.51,3.91A1,1,0,0,0,5,4.77Z"/>
<polygon points="5 3 19 12 5 21 5 3"/>
</svg>

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 221 B

4
icons/rewind.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="11 19 2 12 11 5 11 19"/>
<polygon points="22 19 13 12 22 5 22 19"/>
</svg>

After

Width:  |  Height:  |  Size: 269 B

4
icons/skip-back.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="20 20 8 12 20 4 20 20"/>
<line x1="4" y1="20" x2="4" y2="4"/>
</svg>

After

Width:  |  Height:  |  Size: 263 B

4
icons/skip-forward.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="4 4 16 12 4 20 4 4"/>
<line x1="20" y1="4" x2="20" y2="20"/>
</svg>

After

Width:  |  Height:  |  Size: 262 B