add meta logo

This commit is contained in:
saml33 2024-04-16 21:37:16 +10:00
parent c6fb979e4b
commit 5bee2e3184
3 changed files with 14 additions and 1 deletions

View File

@ -26,6 +26,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = {
jto: true,
kin: true,
ldo: true,
meta: true,
mnde: true,
mngo: true,
moutai: true,

View File

@ -0,0 +1,12 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_256_384)">
<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="#F5F5F5"/>
<path d="M9.6746 10.3791C9.89503 10.1313 10.1291 9.89612 10.3756 9.67468L7.69718 6.99444H9.79456C9.92643 6.99444 10.0529 6.94205 10.1461 6.8488C10.2394 6.75556 10.2918 6.62909 10.2918 6.49722C10.2918 6.36535 10.2394 6.23888 10.1461 6.14563C10.0529 6.05239 9.92643 6 9.79456 6H6.49722C6.36535 6 6.23888 6.05239 6.14564 6.14563C6.05239 6.23888 6 6.36535 6 6.49722V9.79456C6 9.92643 6.05239 10.0529 6.14564 10.1461C6.23888 10.2394 6.36535 10.2918 6.49722 10.2918C6.62909 10.2918 6.75556 10.2394 6.8488 10.1461C6.94205 10.0529 6.99444 9.92643 6.99444 9.79456V7.69717L9.6746 10.3791Z" fill="#FF4949"/>
<path d="M14.5462 15.013C14.6779 15.013 14.8043 14.9607 14.8975 14.8676C14.9907 14.7744 15.043 14.648 15.043 14.5162C15.043 14.3845 14.9907 14.2581 14.8975 14.1649L10.3756 9.63979C11.9295 8.24392 13.9782 7.3957 16.2235 7.3957C21.0797 7.3957 25.0164 11.3637 25.0164 16.2584C25.0164 21.1531 21.0797 25.1211 16.2235 25.1211C11.3673 25.1211 7.43054 21.1531 7.43054 16.2584C7.43054 13.9858 8.27921 11.9129 9.67453 10.3443L14.1948 14.8676C14.288 14.9607 14.4144 15.013 14.5462 15.013Z" fill="#FF4949"/>
</g>
<defs>
<clipPath id="clip0_256_384">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long