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