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