View Source Phosphoricons.Generator (Phosphoricons v0.0.4)
Goes through all weight variants and generates alphabet modules for
each of the icons. For example the alarm
icon will be under
- Fill.A.alarm/0
- Regular.A.alarm/0
- Thin.A.alarm/0
- and so on
This was necessary because erlang seems to have a 1024 limit when adding functions dynamically to a module.