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