diff --git a/src/lib/components/icon/Icon.component.tsx b/src/lib/components/icon/Icon.component.tsx index d771ceae84..d20923847c 100644 --- a/src/lib/components/icon/Icon.component.tsx +++ b/src/lib/components/icon/Icon.component.tsx @@ -204,7 +204,7 @@ type Props = { ariaLabel?: string; withWrapper?: boolean; style?: CSSProperties; - onClick?: () => void; + onClick?: (event: MouseEvent) => void; }; const DelayedFallback = ({