CartAbandonedFilledIcon
CartAbandonedIcon
TaxFilledIcon
TaxIcon
CartSaleIcon
ReceiptIcon
Used to represent a sales receipt or invoice. invoice receipt sale
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { ReceiptIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={ReceiptIcon} tone="base" />