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