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