add svg for controls

This commit is contained in:
Julien Calixte
2023-04-17 23:00:05 +02:00
parent 666f4b042f
commit a356185317
4 changed files with 20 additions and 0 deletions

5
public/icons/pause.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-player-pause" width="22" height="22" viewBox="0 0 24 24" stroke-width="2" stroke="#4d70cb" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="6" y="5" width="4" height="14" rx="1" />
<rect x="14" y="5" width="4" height="14" rx="1" />
</svg>

After

Width:  |  Height:  |  Size: 392 B