mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-19 02:14:35 +08:00
refactor: replace inline SVG exchange icons with local image files (#1224)
This commit is contained in:
8
web/public/exchange-icons/okx.svg
Normal file
8
web/public/exchange-icons/okx.svg
Normal 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 |
Reference in New Issue
Block a user