Commit 540783a2 authored by Cole Bemis's avatar Cole Bemis

Add play pause icons

parent eb0123d0
...@@ -104,6 +104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -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 @@ ...@@ -67,6 +67,8 @@
"music", "music",
"radio", "radio",
"headphones", "headphones",
"play",
"pause",
"layout", "layout",
"align-left", "align-left",
"align-center", "align-center",
......
<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>
\ 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">
<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>
\ 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