1.1.0 • Published 2 months ago

@ledgerhq/crypto-icons-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@ledgerhq/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" />
1.1.0-next.0

2 months ago

1.0.2

3 months ago

1.1.0

3 months ago

1.1.0-new-wc.0

3 months ago

1.1.0-nightly.3

3 months ago

1.0.2-nightly.2

3 months ago

1.0.2-wc-test.0

3 months ago

1.0.2-next.0

3 months ago

1.0.2-nightly.1

3 months ago

1.0.2-nightly.0

3 months ago

1.0.1

4 months ago

1.0.1-next.0

4 months ago

1.0.0

4 months ago

0.7.1-nightly.0

4 months ago

1.0.0-next.0

5 months ago

1.0.0-nightly.1

5 months ago

0.7.0

5 months ago

0.6.2-nightly.0

5 months ago

0.7.0-next.0

5 months ago

0.6.1-nightly.0

6 months ago

0.4.1-nightly.0

9 months ago

0.5.2-tag-word.0

7 months ago

0.6.1-next.0

6 months ago

0.5.1-hotfix.0

9 months ago

0.6.0-next.0

6 months ago

0.5.0-hotfix.0

10 months ago

0.4.0-next.0

10 months ago

0.5.1-next.0

9 months ago

0.5.0-next.0

9 months ago

0.6.0-nightly.2

6 months ago

0.7.0-nightly.1

6 months ago

0.4.0-nightly.1

10 months ago

0.4.0-nightly.0

10 months ago

0.5.2-nightly.1

6 months ago

0.5.2-nightly.0

7 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.1

9 months ago

0.3.0-nightly.0

1 year ago

0.3.0

1 year ago

0.3.0-next.0

1 year ago

0.2.2-nightly.0

1 year ago

0.2.2-next.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.1-nightly.0

2 years ago

0.2.1-next.0

1 year ago

0.2.1-ts-llm.0

2 years ago

0.2.0

2 years ago

0.2.0-next.0

2 years ago

0.2.0-nightly.0

2 years ago