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