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