Automatic Deploy action run by github-actions

This commit is contained in:
github-actions
2024-07-09 14:44:55 +00:00
parent 888df6dd66
commit 5fa284e0d4
330 changed files with 1163 additions and 24645 deletions

19
icon.svg Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg">
<mask id="inner">
<rect x="0" y="0" width="100%" height="100%" fill="white"/>
<circle cx="256" cy="256" r="64" fill="black"/>
<rect x="256" y="192" width="256" height="128" fill="black"/>
</mask>
<mask id="outer">
<rect x="0" y="0" width="100%" height="100%" fill="white"/>
<circle cx="256" cy="256" r="160" fill="black" />
</mask>
<circle cx="256" cy="256" r="256" fill="black"/>
<g mask="url(#inner)">
<circle cx="256" cy="256" r="226" fill="white" mask="url(#outer)" />
<circle cx="256" cy="256" r="146" fill="white" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 685 B