We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad12bc9 commit 5faf97fCopy full SHA for 5faf97f
src/components/composites/IconButton/index.tsx
@@ -51,6 +51,7 @@ const IconButton = (
51
if (icon) {
52
clonedIcon = React.cloneElement(icon, {
53
..._icon,
54
+ ...icon?.props,
55
});
56
}
57
0 commit comments