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