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