mirror of
https://gitlab.com/arnekeller/yt-addiction-control.git
synced 2024-11-08 09:50:39 +00:00
6 lines
267 B
XML
6 lines
267 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
|
|
<rect x="20" y="77.5" width="460" height="345" fill="#888"/>
|
|
<path fill="#fff" stroke-width="1" stroke="fff" d="M 150 150 l 200 100 l -200 100 l 0 -200"/>
|
|
</svg>
|