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