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