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