This commit is contained in:
freedakgmail
2025-12-10 11:13:16 +08:00
parent e9b1641509
commit 77df6a0e74
143 changed files with 857 additions and 553 deletions
+22
View File
@@ -0,0 +1,22 @@
<svg width="32" height="32" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#b45309"/>
<stop offset="100%" style="stop-color:#92400e"/>
</linearGradient>
<linearGradient id="treeGradient" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:#fef3c7"/>
<stop offset="100%" style="stop-color:#fcd34d"/>
</linearGradient>
</defs>
<rect width="180" height="180" rx="36" fill="url(#bgGradient)"/>
<g transform="translate(90, 90)">
<rect x="-6" y="10" width="12" height="50" rx="3" fill="url(#treeGradient)"/>
<circle cx="0" cy="-15" r="28" fill="url(#treeGradient)"/>
<circle cx="-30" cy="0" r="20" fill="url(#treeGradient)"/>
<circle cx="30" cy="0" r="20" fill="url(#treeGradient)"/>
<circle cx="-22" cy="-28" r="16" fill="url(#treeGradient)"/>
<circle cx="22" cy="-28" r="16" fill="url(#treeGradient)"/>
<circle cx="0" cy="-42" r="14" fill="url(#treeGradient)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB