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