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