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