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