update: svg,qt6,frontends (3 files)

This commit is contained in:
2025-12-26 07:25:50 +00:00
parent 0ff745cc32
commit 3c2d04acd5
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<svg width="96" height="96" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
<rect width="96" height="96" rx="18" fill="#030712"/>
<circle cx="48" cy="48" r="32" fill="#0f172a"/>
<circle cx="48" cy="30" r="6" fill="#f472b6"/>
<circle cx="30" cy="60" r="6" fill="#22d3ee"/>
<circle cx="66" cy="60" r="6" fill="#fbbf24"/>
<path d="M48 36v36" stroke="#a855f7" stroke-width="3" stroke-linecap="round"/>
<path d="M34 52h28" stroke="#38bdf8" stroke-width="3" stroke-linecap="round"/>
<path d="M40 40l16 16" stroke="#34d399" stroke-width="3" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 590 B

View File

@@ -0,0 +1,8 @@
<svg width="96" height="96" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
<rect width="96" height="96" rx="18" fill="#030712"/>
<path d="M28 44h40v6H28z" fill="#f87171"/>
<path d="M28 56h40v12H28z" fill="#1e40af"/>
<circle cx="60" cy="32" r="8" fill="#facc15"/>
<path d="M24 72h48v8H24z" fill="#22d3ee"/>
<path d="M36 36l8-12h8l8 12h-24z" fill="#a855f7"/>
</svg>

After

Width:  |  Height:  |  Size: 385 B

View File

@@ -0,0 +1,9 @@
<svg width="96" height="96" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
<rect width="96" height="96" rx="18" fill="#030712"/>
<circle cx="48" cy="48" r="32" fill="#111827"/>
<path d="M30 38h36v6H30z" fill="#f472b6"/>
<path d="M30 52h36v6H30z" fill="#38bdf8"/>
<path d="M30 66h36v6H30z" fill="#a855f7"/>
<circle cx="62" cy="34" r="4" fill="#facc15"/>
<circle cx="62" cy="62" r="4" fill="#22d3ee"/>
</svg>

After

Width:  |  Height:  |  Size: 430 B