1.7.0 • Published 1 year ago

react-web3-icons v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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!🎉

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago