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