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