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