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