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/next.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-player-track-next" 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"/>
<path d="M3 5v14l8 -7z" />
<path d="M14 5v14l8 -7z" />
</svg>

After

Width:  |  Height:  |  Size: 351 B