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