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