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.
Type Declaration
Section titled “Type Declaration”name:
LucideIconName
The Lucide icon to render.
Must be a valid LucideIconName (e.g. "FileText", "Users").