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