Components
TokenIcon
StableToken and network icon registry. Renders inline SVG icons for crypto tokens with an optional network badge overlay. Falls back to colored initials when no icon is registered.
Tokens
Sizes
Network badge
BN
AV
Fallback (unregistered tokens)
AA
LI
UN
Usage
import { TokenIcon } from "@mnee-ui/ui"<TokenIcon token="USDC" network="base" size="lg" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| token | string | — | Token symbol (e.g. "USDC", "ETH") |
| network | string | — | Optional network badge (e.g. "base", "ethereum") |
| size | "sm" | "md" | "lg" | "md" | Icon size: 20px / 28px / 36px |
| className | string | — | Additional container classes |