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