Skip to content

IconProps

IconProps = ComponentPropsWithRef<"svg"> & LucideProps & object

Defined in: packages/react/src/components/Icon.tsx:13

Props for the Icon component.

Extends the full Lucide props surface (strokeWidth, absoluteStrokeWidth, all SVG attributes, and ref forwarding) with a required name discriminant.

name: LucideIconName

The Lucide icon to render. Must be a valid LucideIconName (e.g. "FileText", "Users").