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