Used to represent an action to make a viewport, item or resource wider. viewport wide arrows horizontal left right
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
ViewportWideIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={ViewportWideIcon}
tone="base"
/>