I want to add an icon like this to my react app:
I see material-ui has a similar icon but it's yellow and I'm not aware that it can be changed. How can I add this?
<WarningAmberIcon sx={{ color: "#cc0000" }} />
This is the package which must be installed.