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