import Stepper from '@mui/joy/Stepper'; import Step, { stepClasses } from '@mui/joy/Step'; import StepIndicator, { stepIndicatorClasses } from '@mui/joy/StepIndicator'; import Typography from '@mui/joy/Typography'; import ShoppingCartRoundedIcon from '@mui/icons-material/ShoppingCartRounded'; import ContactsRoundedIcon from '@mui/icons-material/ContactsRounded'; import LocalShippingRoundedIcon from '@mui/icons-material/LocalShippingRounded'; import CreditCardRoundedIcon from '@mui/icons-material/CreditCardRounded'; import CheckCircleRoundedIcon from '@mui/icons-material/CheckCircleRounded'; export default function IconStepper() { return ( } /> } /> } /> } > Payment and Billing } /> ); }