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
- Host: GitHub
- URL: https://github.com/marmelasoft/ex_icons
- Owner: marmelasoft
- License: mit
- Created: 2022-05-16T21:00:26.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-29T08:31:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T14:17:44.633Z (about 1 year ago)
- Topics: elixir, icons
- Language: Elixir
- Homepage:
- Size: 1.34 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 .