package templates // Icon renders an inline SVG from the built-in icon set. All icons share the // same 24x24 viewBox, 1.75 stroke width, and round line caps so the UI has one // consistent visual language (replacing the mixed emoji/SVG iconography). // `extra` is appended to the class list (e.g. "h-5 w-5"). templ Icon(name string, extra string) { }