import React from "react"; import type { Props } from "./types"; export const PeopleGroupIcon: React.FC = ({ width = "24", height = "16", color = "var(--color-neutral-110)", className, }) => ( );