Having some trouble incorporating a custom Step Label Icon within the nodes of the Stepper Component provided by Material UI. I want to add an icon to each circle, similar to what is shown in this Material UI demo: https://i.sstatic.net/WLOcS.png
However, I keep encountering an error: https://i.sstatic.net/GvpEK.png
Below is my code. Appreciate any help!
import React from 'react';
import { Typography } from '@material-ui/core';
import { withStyles, styles } from '@material-ui/core/styles';
// Code continues...
I'm getting an undefined styled component error. Any suggestions on how to resolve this?