react-web3-icons
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

npm

React Web3 Icons

This library provides SVG icons related to Web3.

icons

Find icons

https://react-web3-icons-mu.vercel.app/

Install

npm install react-web3-icons  # for npm users
yarn add react-web3-icons     # for yarn users
pnpm add react-web3-icons     # for pnpm users

Quick Start

import { Btc, BtcMono } from 'react-web3-icons';

function App() {
  return (
    <div>
      <Btc style={{ fontSize: '1.5rem' }} />
      <BtcMono style={{ color: '#1f2937', fontSize: '1.5rem' }} />
    </div>
  );
}

Contribution

We welcome your contributions!🎉

Package Sidebar

Install

npm i react-web3-icons

Weekly Downloads

205

Version

1.7.0

License

MIT

Unpacked Size

1.7 MB

Total Files

341

Last publish

Collaborators

  • derodero24