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