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