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