Feathericons

Feather icons 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:

def deps do
  [
    {:feathericons, "~> 0.2.0"}
  ]
end