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