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