An open API service indexing awesome lists of open source software.

https://github.com/treebee/elixir-feather

Feather icons for Elixir
https://github.com/treebee/elixir-feather

Last synced: about 1 month ago
JSON representation

Feather icons for Elixir

Awesome Lists containing this project

README

          

# 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.2.0"}
]
end
```