Skip to content

Commit

Permalink
add custom style and onClick on Icon props
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Sep 16, 2024
1 parent 70835ed commit 484c323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/icon/Icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ type Props = {
color?: IconColor | CSSProperties['color'];
ariaLabel?: string;
withWrapper?: boolean;
style?: CSSProperties;
onClick?: () => void;
};

const DelayedFallback = ({
Expand Down

0 comments on commit 484c323

Please sign in to comment.