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