🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ledgerhq/crypto-icons-ui

Package Overview
Dependencies
Maintainers
7
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/crypto-icons-ui

Crypto icons used by Ledger Live.

latest
npmnpm
Version
1.21.0
Version published
Weekly downloads
875
-15.46%
Maintainers
7
Weekly downloads
 
Created
Source

@ledgerhq/crypto-icons-ui

npm

A collection of cryptocurrency icons

This package contains a collection of React and React Native cryptocurrency icon components.

Reference

đź”— Icons list

Installation

Note: Do not install this package directly if your project is using @ledgerhq/react-ui or @ledgerhq/native-ui. Both packages include icons-ui as a dependency and the icon components are re-exported and are accessible from there.

Package

npm i @ledgerhq/crypto-icons-ui

Usage

Props

declare type Props = {
  /**
   *  Icon size, defaults to 16.
   */
  size?: number | string;
  /**
   * Icon color, defaults to currentColor.
   */
  color?: string;
};

React

import { BTC, ETH } from "@ledgerhq/crypto-icons-ui/react"

/* … */

<BTC color="green" />
<ETH size={20} color="red" />

React Native

import { BTC, ETH } from "@ledgerhq/crypto-icons-ui/native"

/* … */

<BTC color="green" />
<ETH size={20} color="red" />

FAQs

Package last updated on 16 Oct 2025

Did you know?

Socket

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.

Install

Related posts