react-hero-icon

0.0.7 • Public • Published

Install

npm install react-hero-icon

Usage

import Icon from "react-hero-icon";
 
<Icon icon="paper-clip" />;

Specify the variant with a type attribute (outline-md is the default set)

import Icon from "react-hero-icon";
 
<Icon icon="paper-clip" type="solid" />
<Icon icon="paper-clip" type="outline" />

Or import the icon directly from the set

import { PaperClip } from "react-hero-icon/solid";
 
<PaperClip />;

Enjoy!

Readme

Keywords

none

Package Sidebar

Install

npm i react-hero-icon

Weekly Downloads

157

Version

0.0.7

License

MIT

Unpacked Size

25.7 MB

Total Files

26

Last publish

Collaborators

  • subhero