README.md

# Icons

Collections of SVG Icons provided as HEEX components for Phoenix apps.

## Installation

[Available in Hex](https://hex.pm/icons), the package can be installed
by adding `icons` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:icons, "~> 0.7.2"}
  ]
end
```

The docs can be found at <https://hexdocs.pm/icons>.