Square shaped button with icon in Mui [v6.1.3]
Use the sx prop to add css directly to the components.
within sx: {{}}
p: 1 or any other valueminWidth: 0So it comes out to be
<Button variant="outlined" color="text" sx={{ minWidth: 0, p: 1 }}>
<NavigateNext />
</Button>