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