import * as React from 'react'; export interface CartFull32Props extends React.SVGProps { ariaLabel?: string } export default function CartFull32({ ariaLabel, ...props }: CartFull32Props) { return ( ); }