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