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
- Host: GitHub
- URL: https://github.com/treebee/elixir-feather
- Owner: treebee
- License: mit
- Created: 2021-05-31T18:52:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T07:40:49.000Z (over 4 years ago)
- Last Synced: 2025-10-21T18:48:39.232Z (6 months ago)
- Language: Elixir
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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
```