tverlaan / elixir-feather

Feather icons for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.1.0"}
  ]
end

About

Feather icons for Elixir

License:MIT License


Languages

Language:Elixir 100.0%