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