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