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