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