CartDownFilledIcon
CartDownIcon
CartFilledIcon
CartIcon
CartSaleIcon
CartUpIcon
Used to represent saving the contents of a shopping cart. cart checkout
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { CartDownIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={CartDownIcon} tone="base" />