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