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