0.0.7 • Published 5 years ago

react-hero-icon v0.0.7

Weekly downloads
511
License
MIT
Repository
-
Last release
5 years ago

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!

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago