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