react-heroicons-ui
v1.0.2
Published
React components for Steve Schroger's heroicons-ui
Downloads
4
Readme
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.