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