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