This commit is contained in:
dlandy
2026-03-27 10:02:59 +08:00
commit 188b497e15
204 changed files with 17633 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" fill="none">
<defs>
<linearGradient id="xomBgLight" x1="4" y1="4" x2="36" y2="36" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#1E293B"/>
<stop offset="1" stop-color="#334155"/>
</linearGradient>
<linearGradient id="xomOLight" x1="15.2" y1="13.6" x2="23.8" y2="26.4" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#34D399"/>
<stop offset="1" stop-color="#22C55E"/>
</linearGradient>
</defs>
<rect x="2" y="2" width="36" height="36" rx="9" fill="url(#xomBgLight)"/>
<rect x="2.5" y="2.5" width="35" height="35" rx="8.5" stroke="#CBD5E1" stroke-opacity="0.34"/>
<path d="M6.6 13.6L12.4 26.4M12.4 13.6L6.6 26.4" stroke="#F8FAFC" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<ellipse cx="19.5" cy="20" rx="4.3" ry="6.2" stroke="url(#xomOLight)" stroke-width="2.4"/>
<path d="M25.3 26.4V13.6L28.7 20.8L32.1 13.6V26.4" stroke="#F8FAFC" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB