I am faced with the task of changing the error icon of a default MUI Stepper, which currently looks like this: https://i.stack.imgur.com/jZlOn.png
However, I need it to display the following icon instead: https://i.stack.imgur.com/uTGSw.png
Although I am aware that labelprops.StepIconComponent can be used for this purpose, I am struggling to successfully integrate it into the code.
For reference, here is the link to the Sandbox containing the code: https://codesandbox.io/s/horizontal...23olc?fontsize=14&hidenavigation=1&theme=dark
Thank you for your assistance in advance.