This commit is contained in:
2026-01-27 06:59:40 +00:00
parent ccfbb7a1df
commit 945125b069
18 changed files with 1842 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192">
<rect width="192" height="192" rx="40" fill="#f3f6fb"/>
<rect x="26" y="26" width="140" height="140" rx="28" fill="#0f766e"/>
<rect x="52" y="54" width="88" height="16" rx="8" fill="#ecfeff"/>
<rect x="52" y="80" width="88" height="16" rx="8" fill="#cffafe"/>
<rect x="52" y="106" width="88" height="16" rx="8" fill="#99f6e4"/>
<rect x="52" y="132" width="60" height="16" rx="8" fill="#5eead4"/>
</svg>

After

Width:  |  Height:  |  Size: 503 B

+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<rect width="512" height="512" rx="96" fill="#f3f6fb"/>
<rect x="72" y="72" width="368" height="368" rx="72" fill="#0f766e"/>
<rect x="144" y="152" width="224" height="36" rx="18" fill="#ecfeff"/>
<rect x="144" y="212" width="224" height="36" rx="18" fill="#cffafe"/>
<rect x="144" y="272" width="224" height="36" rx="18" fill="#99f6e4"/>
<rect x="144" y="332" width="156" height="36" rx="18" fill="#5eead4"/>
</svg>

After

Width:  |  Height:  |  Size: 517 B