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