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