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