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