add zeus logo
This commit is contained in:
parent
4ba9a411e7
commit
94e871c0fa
|
@ -0,0 +1,19 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_242_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="#16161B"/>
|
||||
<path d="M7.64016 8L6 14.3188H12.4636L9.54577 24.0996L24.9547 14.3188H18.7172L20.422 8H7.64016Z" fill="url(#paint0_linear_242_2)"/>
|
||||
<path d="M20.4112 8H23.0464L21.4265 14.3188H18.7064L20.4112 8Z" fill="white"/>
|
||||
<path d="M24.9528 14.3149H30.09L9.54175 24.0956L24.9528 14.3149Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_242_2" x1="15.4773" y1="8" x2="15.4773" y2="20.9528" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFEB83"/>
|
||||
<stop offset="0.247213" stop-color="#FFBF83"/>
|
||||
<stop offset="0.682213" stop-color="#E677E9"/>
|
||||
<stop offset="1" stop-color="#B283FF"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_242_2">
|
||||
<rect width="32" height="32" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 974 B |
|
@ -195,6 +195,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = {
|
|||
wen: true,
|
||||
$wif: true,
|
||||
wif: true,
|
||||
zeus: true,
|
||||
}
|
||||
|
||||
export const DEFAULT_FAVORITE_MKTS = ['SOL-PERP', 'ETH-PERP', 'BTC-PERP']
|
||||
|
|
Loading…
Reference in New Issue