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