feat(StatusIcon): add `play-filled` and `pause-filled` icons
Closes #310
This commit is contained in:
parent
ca9f761251
commit
1eedf66fcd
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="8.125" y="6.5" width="2.5" height="11" rx="1.25" fill="black"/>
|
||||
<rect x="13.375" y="6.5" width="2.5" height="11" rx="1.25" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 250 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 7.5224C8 6.3159 9.30206 5.59038 10.2858 6.24874L17.5201 11.0902C18.16 11.5185 18.16 12.4815 17.5201 12.9098L10.2858 17.7513C9.30206 18.4096 8 17.6841 8 16.4776V7.5224Z" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 339 B |
Loading…
Reference in New Issue