fix audio icon with picture in picture

This commit is contained in:
bmFtZQ 2021-04-03 22:52:16 +08:00 committed by GitHub
parent 0f24a7341a
commit 0c2cf110c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 8 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<path style="fill:context-fill;fill-opacity:context-fill-opacity" d="M4 3c-1.099 0-2 .901-2 2v6c0 1.099.901 2 2 2h8c1.099 0 2-.901 2-2V5c0-1.099-.901-2-2-2H4zm0 1h8c.558 0 1 .442 1 1v6c0 .558-.442 1-1 1H4c-.558 0-1-.442-1-1V5c0-.558.442-1 1-1zm2.5 2a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-5zM7 7h4v3h-.793L8.604 8.396a.5.5 0 0 0-.708 0L7 9.293V7zm2.988.5A.5.5 0 0 0 9.5 8a.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5.5.5 0 0 0-.012 0zM8.25 9.457l.543.543H7.707l.543-.543z"/>
</svg>

After

Width:  |  Height:  |  Size: 588 B