src/gg_icon.app.src
{application, gg_icon, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
lustre]},
{description, "Set-agnostic icon interface for Lustre — the shared contract every gg_icons_* set builds on (size scale, the svg wrapper, the authoring placeholder). No Tailwind, no concrete icon set."},
{modules, [gg_icon@@main,
gg_icon@icon]},
{registered, []}
]}.