UNPKG

@pushchain/ui-kit

Version:

Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.

15 lines (14 loc) 816 B
export { default as DashIcon } from './DashIcon'; export { default as CrossIcon } from './CrossIcon'; export { default as Ellipse } from './EllipseIcon'; export { default as PushLogo } from './PushLogo'; export { default as PushMonotone } from './PushMonotone'; export { default as EthereumMonotone } from './EthereumMonotone'; export { default as ArbitrumMonotone } from './ArbitrumMonotone'; export { default as AvalancheMonotone } from './AvalancheMonotone'; export { default as BnbMonotone } from './BnbMonotone'; export { default as OptimismMonotone } from './OptimismMonotone'; export { default as PolygonMonotone } from './PolygonMonotone'; export { default as SolanaMonotone } from './SolanaMonotone'; export { default as TickIcon } from './TickIcon'; export { default as WarningIcon } from './WarningIcon';