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