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