README.md

# Feathericons

[Feather icons](https://feathericons.com/) for your Elixir/Phoenix project.

## Credits

This repo is an adaption of https://github.com/mveytsman/heroicons_elixir.


## Installation

The package can be installed by adding `feathericons` to your list of dependencies in `mix.exs`:

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