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