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