# heroicons-ui

npm package for Steve Schogers [Heroicons UI](https://github.com/sschoger/heroicons-ui)

## Installation

```
yarn add heroicons-ui
// or
npm install --save heroicons-ui
```

## Usage

Just import the icons you need from the package

```
import iconAnnouncement from 'heroicons-ui/icons/icon-announcement.svg';
```
