Skip to content

React

Install

npm install @rss3/web-icons-react

Usage

import { IconBitcoin } from '@rss3/web-icons-react'
 
const App = () => {
  return <IconBitcoin />
}