Used as a navigation item in our emoji picker for the transport category. transport plane airplane emoji navigation
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
AirplaneIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={AirplaneIcon}
tone="base"
/>