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