<Steps
position="inline"
color="primary"
current={currentStepIndex}
steps={[
{
title: "Step 1",
description: "First step",
icon: <UserIcon width={16} height={16} />,
},
{
title: "Step 2",
description: "Second step",
icon: <CalendarIcon width={16} height={16} />,
},
{
title: "Step 3",
description: "Final step",
icon: <WalletIcon width={16} height={16} />,
},
]}
/>