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