Used to represent a prospective purchase that a buyer didn’t complete. orders sales funnel
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
CartAbandonedFilledIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={CartAbandonedFilledIcon}
tone="base"
/>