add wormhole icon

This commit is contained in:
saml33 2024-03-30 21:44:07 +11:00
parent c51c4c1d8b
commit d4556de3a3
2 changed files with 12 additions and 0 deletions

View File

@ -47,6 +47,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = {
usdc: true,
usdh: true,
usdt: true,
w: true,
wbtcpo: true,
'wbtc (portal)': true,
wen: true,

11
public/icons/tokens/w.svg Normal file
View File

@ -0,0 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_231_2)">
<path d="M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z" fill="white"/>
<path d="M24.0933 21.4072C23.25 22.8745 21.6899 23.7768 19.9993 23.7768H17.265V14.5557L13.3185 21.4093C12.4753 22.8765 10.9152 23.7788 9.22452 23.7788H6.50923V10.1708H11.9715V19.3686L17.265 10.175V10.1708H22.725V19.4066L28.4614 9.43926C28.6932 9.03449 28.6891 8.53275 28.4381 8.13853C25.7924 3.9602 21.1018 1.20485 15.7725 1.28495C7.64551 1.41144 1.24308 7.95301 1.28524 16.08C1.32741 24.1709 7.9006 30.7168 16.0001 30.7168C24.0997 30.7168 30.715 24.1288 30.715 16.002C30.715 14.6927 30.542 13.4237 30.2195 12.2135C30.1225 11.8468 29.6334 11.7793 29.4437 12.106L24.0911 21.4051L24.0933 21.4072Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_231_2">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 991 B