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