How do we override the styles of the icon ?. (apart from the size props of icon size="largest") tried the below :
const myTheme: ThemeInput = { componentStyles: { EmojiSadIcon
: {
root: {
width:100,
height:100
},
} }}
as well tried to give in styles