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
+5
View File
@@ -0,0 +1,5 @@
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="40" height="40" rx="8.71" fill="#00f0ff"/>
<path d="M18.46 15.77h7.47l7.64 7.59c0.5 0.49 0.5 1.3 0.01 1.79L23.78 35h-7.69l2.33-2.26 8.54-8.49-8.43-8.49" fill="#1b1b1b"/>
<path d="M21.53 24.23h-7.47l-7.64-7.59c-0.5-0.49-0.5-1.3-0.01-1.79L16.21 5h7.69l-2.33 2.26-8.54 8.49 8.43 8.49" fill="#1b1b1b"/>
</svg>

After

Width:  |  Height:  |  Size: 398 B