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