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