Setting up your dashboard0 entities found · 9/32 branches scanned
ID:WORK-419Status:pending
icon: image-src resolver
The inline icon shorthand discussed when the icon rune landed:  resolves to the named icon's inline SVG — the same source the {% icon %} rune uses.
Register an icon:<name> resolver (via WORK-418) that looks the name up in the theme's global icon group and inlines its SVG, with alt as the accessible label (aria-label/role="img").
Unknown icon name → dev warning + graceful fallback (neutral glyph or passthrough), not a hard error.
Reuse the {% icon %} rune's resolution path rather than duplicating it.
Acceptance Criteria
 renders the icon set's SVG inline, with alt exposed as the accessible label.
An unknown icon name warns (dev) and falls back gracefully.
Resolution shares the {% icon %} rune's icon source; tests cover a known + unknown name.