Commit ecddc421 authored by Cole Bemis's avatar Cole Bemis

Add music control icons

parent c1493e73
...@@ -102,6 +102,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -102,6 +102,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `download-cloud` - `download-cloud`
- `droplet` - `droplet`
- `external-link` - `external-link`
- `fast-forward`
- `file` - `file`
- `flag` - `flag`
- `folder` - `folder`
...@@ -125,7 +126,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -125,7 +126,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `printer` - `printer`
- `search` - `search`
- `share` - `share`
- `skip-back`
- `skip-forward`
- `star` - `star`
- `rewind`
- `tag` - `tag`
- `unlock` - `unlock`
- `upload` - `upload`
......
<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>
\ No newline at end of file
<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"> <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> </svg>
\ No newline at end of file
<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>
\ No newline at end of file
<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>
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment