Add play pause icons

This commit is contained in:
Cole Bemis 2017-05-02 15:56:52 -07:00
parent eb0123d0bd
commit 540783a2ce
4 changed files with 11 additions and 0 deletions

View File

@ -104,6 +104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `minimize-2`
- `minus`
- `moon`
- `pause`
- `play`
- `plus`
- `printer`
- `refresh-cw`

View File

@ -67,6 +67,8 @@
"music",
"radio",
"headphones",
"play",
"pause",
"layout",
"align-left",
"align-center",

4
icons/pause.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">
<rect x="6" y="4" width="4" height="16" rx="1" ry="1"/>
<rect x="14" y="4" width="4" height="16" rx="1" ry="1"/>
</svg>

After

Width:  |  Height:  |  Size: 297 B

3
icons/play.svg Normal file
View File

@ -0,0 +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"/>
</svg>

After

Width:  |  Height:  |  Size: 282 B