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