diff --git a/components/lib/utils/utils.d.ts b/components/lib/utils/utils.d.ts index 801519bb55..f1123e34d5 100644 --- a/components/lib/utils/utils.d.ts +++ b/components/lib/utils/utils.d.ts @@ -174,7 +174,7 @@ export type IconOptions = AdditionalProps & { /** * Icon specific properties. */ - iconProps: React.HTMLProps; + iconProps: React.HTMLProps | React.SVGProps; /** * The element representing the icon. */