Used to represent an outgoing item or resource, or exporting an item or resource. export outbox outgoing
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
OutgoingIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={OutgoingIcon}
tone="base"
/>