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