package ui type IconButtonProps struct { Label string Icon string Variant IconButtonVariant Tone IconButtonTone Type string Attrs templ.Attributes } templ IconButton(props IconButtonProps) { } templ UIIcon(kind string) { switch kind { case "plus": case "grid3x3": case "list": case "filter": case "search": case "calendar": case "pencil": case "trash": case "download": case "chat": default: } }