{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserGroup/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 IconUserGroup: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-group, team, club, member, friends, community\"><path d=\"M15.3916 12.1729C16.6744 13.1797 17.5 14.7427 17.5 16.5V17.333C17.5 18.2535 16.7535 19 15.833 19H8.16699C7.24652 19 6.5 18.2535 6.5 17.333V16.5C6.5 14.743 7.32493 13.1798 8.60742 12.1729C9.49879 12.9966 10.6906 13.5 12 13.5C13.3092 13.5 14.5003 12.9963 15.3916 12.1729Z\" fill=\"currentColor\"/><path d=\"M1.17188 12.6719C1.92319 13.3422 2.91387 13.75 4 13.75C4.61849 13.75 5.20546 13.6167 5.73535 13.3789C5.26621 14.3185 5 15.3781 5 16.5V17.333C5 17.5619 5.02515 17.7849 5.07129 18H1.5C0.671573 18 0 17.3284 0 16.5V15.5C0 14.3954 0.448017 13.3957 1.17188 12.6719Z\" fill=\"currentColor\"/><path d=\"M22.8271 12.6719C23.5513 13.3958 24 14.3952 24 15.5V16.5C24 17.3284 23.3284 18 22.5 18H18.9287C18.9748 17.7849 19 17.5619 19 17.333V16.5C19 15.3777 18.733 14.3185 18.2637 13.3789C18.7939 13.6167 19.3812 13.75 20 13.75C21.0859 13.75 22.0759 13.3419 22.8271 12.6719Z\" fill=\"currentColor\"/><path d=\"M4 6.75C5.51878 6.75 6.75 7.98122 6.75 9.5C6.75 11.0188 5.51878 12.25 4 12.25C2.48122 12.25 1.25 11.0188 1.25 9.5C1.25 7.98122 2.48122 6.75 4 6.75Z\" fill=\"currentColor\"/><path d=\"M20 6.75C21.5188 6.75 22.75 7.98122 22.75 9.5C22.75 11.0188 21.5188 12.25 20 12.25C18.4812 12.25 17.25 11.0188 17.25 9.5C17.25 7.98122 18.4812 6.75 20 6.75Z\" fill=\"currentColor\"/><path d=\"M12 5C13.933 5 15.5 6.567 15.5 8.5C15.5 10.433 13.933 12 12 12C10.067 12 8.5 10.433 8.5 8.5C8.5 6.567 10.067 5 12 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserGroup;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAw9C,EAAx9C,IAAqB,EAAO,UAAU,sDAAqD,gBAAC,OAAD,CAAM,EAAE,gRAAgR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sQAAsQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2QAA2Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uHAAuH,KAAK,eAAc,CAAI,GAGl9C",
  "debugId": "681699FF404E0A6F64756E2164756E21",
  "names": []
}