0.0.7 • Published 4 years ago

react-hero-icon v0.0.7

Weekly downloads
511
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago