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

https://github.com/marmelasoft/ex_icons

🌀 Icon collections as HEEX components
https://github.com/marmelasoft/ex_icons

elixir icons

Last synced: about 1 year ago
JSON representation

🌀 Icon collections as HEEX components

Awesome Lists containing this project

README

          

# Icons

Collections of SVG Icons provided as HEEX components for Phoenix apps.

## Installation

[Available in Hex](https://hex.pm/icons), the package can be installed
by adding `icons` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:icons, "~> 0.11"}
]
end
```

The docs can be found at .