@bgd-labs/react-web3-icons
Version:
Svg set of web3 icons.
19 lines (13 loc) • 435 B
text/typescript
declare const assetsAliases: Record<string, {
iconSymbol: string;
symbol: string;
tokenTag: string;
}>;
declare const assetsNames: Record<string, string>;
declare const brands: Record<string, string>;
declare const chainsNames: Record<number | string, string>;
declare const wallets: Record<string, {
name: string;
identityFlag: string;
}>;
export { assetsAliases, assetsNames, brands, chainsNames, wallets };