add tnsr logo

This commit is contained in:
saml33 2024-04-09 09:22:34 +10:00
parent fc19b8f2d0
commit 131f0f584f
3 changed files with 13 additions and 1 deletions

View File

@ -44,6 +44,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = {
step: true,
stsol: true,
tbtc: true,
tnsr: true,
usdc: true,
usdh: true,
usdt: true,

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_244_4)">
<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="#111314"/>
<path d="M14.204 5L3 16.2378H7.89822L10.9723 13.1637V24.0974L14.204 27.3291V5ZM17.796 5L29 16.2378H24.1018L21.0277 13.1637V24.0974L17.796 27.3291V5Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_244_4">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 547 B

File diff suppressed because one or more lines are too long