update: svg,qt6,frontends (3 files)

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

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="#0f172a"/>
<path d="M22 28h52v8H22z" fill="#fef3c7"/>
<path d="M22 44h45v8H22z" fill="#e0f2fe"/>
<path d="M22 60h40v8H22z" fill="#c4b5fd"/>
<rect x="22" y="70" width="12" height="12" rx="4" fill="#f472b6"/>
<rect x="36" y="70" width="12" height="12" rx="4" fill="#a855f7"/>
<rect x="50" y="70" width="12" height="12" rx="4" fill="#22d3ee"/>
</svg>

After

Width:  |  Height:  |  Size: 489 B

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="#0f172a"/>
<circle cx="24" cy="32" r="8" fill="#e0f2fe"/>
<circle cx="48" cy="32" r="8" fill="#f472b6"/>
<circle cx="72" cy="32" r="8" fill="#22d3ee"/>
<path d="M18 64h12v8H18z" fill="#34d399"/>
<path d="M40 64h12v8H40z" fill="#a855f7"/>
<path d="M62 64h12v8H62z" fill="#fbbf24"/>
<path d="M24 44h48v10H24z" fill="#cbd5f5"/>
</svg>

After

Width:  |  Height:  |  Size: 475 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"/>
<rect x="24" y="30" width="48" height="40" rx="10" fill="#111827"/>
<rect x="34" y="42" width="10" height="10" rx="2" fill="#38bdf8"/>
<rect x="52" y="42" width="10" height="10" rx="2" fill="#f472b6"/>
<path d="M30 62h34" stroke="#facc15" stroke-width="4" stroke-linecap="round"/>
<circle cx="48" cy="66" r="6" fill="#a855f7"/>
</svg>

After

Width:  |  Height:  |  Size: 485 B