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.
2 parents ad12bc9 + 5faf97f commit 6b3063cCopy full SHA for 6b3063c
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