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