This commit is contained in:
relikd
2023-03-19 13:19:25 +01:00
commit 65ab9c3115
11 changed files with 251 additions and 0 deletions

8
img/icon-16-alt.svg Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<clipPath id="c"><circle cx="512" cy="512" r="512"/></clipPath>
<circle cx="512" cy="512" r="512" fill="#740"/>
<path clip-path="url(#c)" fill="#C90" d="
M-999,-999H9999V9999H-999z
M250,412 a450,450,1,0,0,900,0 a450,450,1,0,0,-900,0z"/>
</svg>

After

Width:  |  Height:  |  Size: 356 B

9
img/icon-16.svg Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<clipPath id="c"><circle cx="512" cy="512" r="512"/></clipPath>
<g clip-path="url(#c)"><rect width="1024" height="1024" fill="#740"/></g>
<g clip-path="url(#c)" transform="translate(512,512)scale(0.75)translate(-512,-512)">
<path fill="#FFF" d="M-999,-999H9999V9999H-999z
M250,412a450,450,1,0,0,900,0a450,450,1,0,0,-900,0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 446 B

15
img/icon-512.svg Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<clipPath id="c"><circle cx="512" cy="512" r="512"/></clipPath>
<g clip-path="url(#c)">
<rect width="1024" height="1024" fill="#960"/>
<rect y="0" width="1024" height="256" style="opacity:0.2"/>
<rect y="256" width="1024" height="256" style="opacity:0.4"/>
<rect y="512" width="1024" height="256" style="opacity:0.6"/>
<rect y="768" width="1024" height="256" style="opacity:0.8"/>
</g>
<g clip-path="url(#c)" transform="translate(512,512)scale(0.75)translate(-512,-512)">
<path fill="#FFF" d="M-999,-999H9999V9999H-999z
M250,412a450,450,1,0,0,900,0a450,450,1,0,0,-900,0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 706 B

BIN
img/screen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB