New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

react-web3-icons

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-web3-icons

[![npm][npm-image]][npm-url]

74

Supply Chain Security

85

Quality

76

Maintenance

100

Vulnerabilities

100

License


Version published
Weekly downloads
256
increased by42.22%
Maintainers
1
Weekly downloads
 
Created
Issues
0

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

FAQs

Package last updated on 06 Apr 2023

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