How to use cryptocurrency-icons - 1 common examples

To help you get started, we’ve selected a few cryptocurrency-icons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github MyCryptoHQ / MyCrypto / common / v2 / components / AssetIcon.tsx View on Github external
function getIconUrl(symbol: TSymbol) {
  const curr = manifest.find((c: IAsset) => c.symbol === symbol);
  return curr ? buildUrl(symbol) : buildUrl('generic' as TSymbol);
}

cryptocurrency-icons

A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes

CC0-1.0
Latest version published 2 years ago

Package Health Score

57 / 100
Full package analysis

Popular cryptocurrency-icons functions