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