react-heroicons-ui

React components for Steve Schroger's heroicons-ui

Usage no npm install needed!

<script type="module">
  import reactHeroiconsUi from 'https://cdn.skypack.dev/react-heroicons-ui';
</script>

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.