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