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