1.0.2 • Published 5 years ago

react-heroicons-ui v1.0.2

Weekly downloads
2,316
License
MIT
Repository
-
Last release
5 years ago

react-heroicons-ui

React components for Steve Schroger's heroicons-ui, a set of 104 free premium SVG icons.

Quickstart

Installation:

$ npm install react-heroicons-ui

Usage:

import React from "react";
import { IconThumbsUp } from "react-heroicons-ui";

const YourComponent = () => <IconThumbsUp height={40} fill="rebeccapurple" />;

Props

All props are given directly to the outputted SVG.