Composable icon button style selector
Creates icon button styles with configurable theme options. Icon buttons are small, compact buttons that contain only an icon.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Light theme (default)const styles = composeIcon();// Dark themeconst styles = composeIcon({ theme: 'dark' }); Copy
// Light theme (default)const styles = composeIcon();// Dark themeconst styles = composeIcon({ theme: 'dark' });
1.7.0
Composable icon button style selector
Creates icon button styles with configurable theme options. Icon buttons are small, compact buttons that contain only an icon.