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