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