refactor: replace inline SVG exchange icons with local image files (#1224)

This commit is contained in:
Ember
2025-12-12 21:09:57 +08:00
committed by GitHub
parent dcc16fec82
commit ed041b9183
8 changed files with 91 additions and 243 deletions

View File

@@ -0,0 +1,8 @@
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="40" height="40" rx="8" fill="#000"/>
<rect x="7" y="7" width="8" height="8" rx="1" fill="#fff"/>
<rect x="16" y="16" width="8" height="8" rx="1" fill="#fff"/>
<rect x="25" y="7" width="8" height="8" rx="1" fill="#fff"/>
<rect x="7" y="25" width="8" height="8" rx="1" fill="#fff"/>
<rect x="25" y="25" width="8" height="8" rx="1" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 448 B