README.md

# Surface Heroicons

A collection of [Surface](https://surface-ui.org) Components for all SVG [Heroicons](https://heroicons.com)

## Installation

```elixir
def deps do
  [
    {:surface_heroicons, "~> 0.1.0"}
  ]
end
```

## Usage

using default classes
```html
<Heroicons.Solid.ArchiveIcon/>
```

specifying classes
```html
<Heroicons.Solid.ArchiveIcon class="h-10 w-10" />
```

## Authors

![Rocket Insights](https://www.rocketinsights.com/images/rocket_partofdept_logo.svg)

* [Jon Principe](https://github.com/jprincipe)