MinimizeIcon
MaximizeIcon
Used to represent an action to make an item, resource or view smaller. minimise
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { MinimizeIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={MinimizeIcon} tone="base" />