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