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