1.0.10 • Published 3 years ago
react-remix-icons v1.0.10
react-remix-icons
This package provides the Remix Icons packaged as a set of React components.
Installation
Install the package in your project directory with:
npm:
  npm install react-remix-iconsor yarn:
  yarn add react-remix-iconsUsage/Examples
To see the full list of icons on this library, go to Remix Icon List
import { AccountBoxFill } from 'react-remix-icons'
function App() {
  return <AccountBoxFill />
}