Systemcluster / remixicon-react

React package for Remix Icon 3 in a single tree-shakable module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remixicon-react

Remix Icons 3 for React.

Installation

npm install github:Systemcluster/remixicon-react
# or with pnpm
pnpm i github:Systemcluster/remixicon-react
# or with yarn
yarn add github:Systemcluster/remixicon-react

Usage

import { IconQuillPenFill, IconUserSettingsLine } from 'remixicon-react'

const Component = () => {
    return <div>
        <IconQuillPenFill color="#fff" />
        <IconUserSettingsLine size={32} />
    </div>
}

About

React package for Remix Icon 3 in a single tree-shakable module.


Languages

Language:JavaScript 100.0%