mljr-ui · showcase

Icon

Iconify-generated SVGs rendered inline. All registered icons shown below — searchable and copy-on-click.

primitive icon

Usage

// import "mljr-web/ui/icon"
icon.Icon("lucide:check")         // inline SVG, currentColor
icon.Icon("simple-icons:github")  // brand icon
icon.Icon("lucide:star", icon.Props{Size: "2rem"})

// Check availability at runtime
icon.Has("lucide:foo") // bool
icon.All()             // []string — all registered names