perf(icons): shrink ccsub and shengsuanyun embedded-image SVGs

Both were "fake vector" SVGs wrapping a single oversized base64 PNG
(ccsub embedded 1446x1328 / 1.16MB, shengsuanyun 720x720 / 212KB),
rendered at ~32px. Downscale the embedded bitmap to a 256px max dimension
and re-embed, keeping the SVG wrapper, filename, and import unchanged
(no code change). Result: ccsub 1.16MB -> 60KB, shengsuanyun 212KB -> 51KB.
This commit is contained in:
Jason
2026-06-30 17:00:53 +08:00
parent 6f8e12a1ac
commit 37f2e248dc
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 51 KiB