
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
crypto-token-icon
Advanced tools
yarn add @mui/icons-material @mui/material @emotion/styled @emotion/react crypto-token-icon
crypto-token-icon ⇒ For type and common components
crypto-token-icon/tokens ⇒ Icon for crypto tokens
crypto-token-icon/systems ⇒ Icon for crypto systems
crypto-token-icon/wallets ⇒ Icon for crypto wallets
crypto-token-icon/imageUrls ⇒ Url image png of tokens
import { IconKeplr } from 'crypto-token-icon/wallets';
function App() {
return (
<>
<IconKeplr />
</>
);
}
import { IconHT, IconHTX } from 'crypto-token-icon/tokens';
function App() {
return (
<>
<IconHT />
<IconHTX />
</>
);
}
import { Icon } from 'crypto-token-icon';
function App() {
return (
<>
<Icon tokenName={'BTC'} sx={{ fontSize: '40px' }} />
<Icon tokenName={'other string' as any} sx={{ fontSize: '40px' }} />
</>
);
}
import { TokenName } from 'crypto-token-icon';
const x: TokenName = TokenName.BTC;
import { mapNameToIcon, SvgComponent } from 'crypto-token-icon';
const x: SvgComponent = mapNameToIcon['BTC'];
import { WalletName } from 'crypto-token-icon';
WalletName.metaMask;
import { IconAndName } from 'crypto-token-icon'
<IconAndName tokenName={TokenName.BTC} />
<IconAndName tokenName={TokenName.BTC} reverse={true} />
import { PNG_AAVE_ALLMODE } from 'crypto-token-icon/imageUrls';
prepare for vite:
yarn add @types/node vite-plugin-dts
FAQs
Crypto token icon, using mui icon as base interface.
The npm package crypto-token-icon receives a total of 77 weekly downloads. As such, crypto-token-icon popularity was classified as not popular.
We found that crypto-token-icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.