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