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