{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPeopleAdded/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPeopleAdded: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"people-added, user-added\"><path d=\"M12.0005 2C9.51521 2 7.50049 4.01472 7.50049 6.5C7.50049 8.98528 9.51521 11 12.0005 11C14.4858 11 16.5005 8.98528 16.5005 6.5C16.5005 4.01472 14.4858 2 12.0005 2Z\" fill=\"currentColor\"/><path d=\"M17.6441 14.7211C16.1659 13.327 14.1827 12.5 12.0004 12.5C8.21185 12.5 4.7686 15.3152 3.9402 19.0012C3.69057 20.1119 4.60008 21 5.59881 21H14.2006L13.4006 20.4C12.4065 19.6544 12.205 18.2441 12.9506 17.25C13.6962 16.2559 15.1065 16.0544 16.1006 16.8L16.3048 16.9531L17.6441 14.7211Z\" fill=\"currentColor\"/><path d=\"M20.8937 15.1359C21.1068 14.7807 20.9916 14.32 20.6364 14.1069C20.2812 13.8938 19.8205 14.0089 19.6074 14.3641L16.7353 19.151L15.2005 18C14.8692 17.7515 14.3991 17.8186 14.1505 18.15C13.902 18.4814 13.9692 18.9515 14.3005 19.2L16.5005 20.85C16.6704 20.9774 16.8863 21.0268 17.0947 20.986C17.3031 20.9452 17.4844 20.8179 17.5937 20.6359L20.8937 15.1359Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPeopleAdded;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA+7B,EAA/7B,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,qKAAqK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6RAA6R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mWAAmW,KAAK,eAAc,CAAI,GAGz7B",
  "debugId": "E5B5C1CAD4DD3F3464756E2164756E21",
  "names": []
}