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