mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add play pause icons
This commit is contained in:
@ -104,6 +104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `minimize-2`
|
- `minimize-2`
|
||||||
- `minus`
|
- `minus`
|
||||||
- `moon`
|
- `moon`
|
||||||
|
- `pause`
|
||||||
|
- `play`
|
||||||
- `plus`
|
- `plus`
|
||||||
- `printer`
|
- `printer`
|
||||||
- `refresh-cw`
|
- `refresh-cw`
|
||||||
|
@ -67,6 +67,8 @@
|
|||||||
"music",
|
"music",
|
||||||
"radio",
|
"radio",
|
||||||
"headphones",
|
"headphones",
|
||||||
|
"play",
|
||||||
|
"pause",
|
||||||
"layout",
|
"layout",
|
||||||
"align-left",
|
"align-left",
|
||||||
"align-center",
|
"align-center",
|
||||||
|
4
icons/pause.svg
Normal file
4
icons/pause.svg
Normal 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
3
icons/play.svg
Normal 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 |
Reference in New Issue
Block a user