Add sounds

This commit is contained in:
schmelczerandras 2020-10-24 13:26:03 +02:00
parent f6f54483db
commit d79900e3ea
11 changed files with 106 additions and 3 deletions

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="6" cy="17" r="3" />
<circle cx="16" cy="17" r="3" />
<polyline points="9 17 9 4 19 4 19 17" />
<line x1="9" y1="8" x2="19" y2="8" />
</svg>

After

Width:  |  Height:  |  Size: 392 B