{
  "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.625 11.9414C16.7631 12.7976 17.5 14.1585 17.5 15.6924C17.5 17.5191 16.0191 19 14.1924 19H9.80762C7.98089 19 6.50004 17.5191 6.5 15.6924C6.5 14.1588 7.23625 12.7977 8.37402 11.9414C9.28508 12.901 10.5723 13.5 12 13.5C13.4274 13.5 14.714 12.9007 15.625 11.9414Z\" fill=\"currentColor\"/><path d=\"M1.10156 12.6074C1.86084 13.3159 2.87956 13.75 4 13.75C4.48946 13.75 4.95909 13.6661 5.39648 13.5137C5.1414 14.1915 5 14.9254 5 15.6924C5.00002 16.521 5.20902 17.3009 5.57812 17.9814C5.47679 17.9929 5.37392 18 5.26953 18H2.73047C1.22254 17.9998 0.000162329 16.7775 0 15.2695C0 14.2302 0.421112 13.2894 1.10156 12.6074Z\" fill=\"currentColor\"/><path d=\"M22.8975 12.6074C23.5782 13.2894 24 14.2299 24 15.2695C23.9998 16.7775 22.7775 17.9998 21.2695 18H18.7305C18.6258 18 18.5225 17.9929 18.4209 17.9814C18.7901 17.3008 19 16.5211 19 15.6924C19 14.9251 18.8578 14.1914 18.6025 13.5137C19.0402 13.6662 19.5103 13.75 20 13.75C21.1202 13.75 22.1382 13.3157 22.8975 12.6074Z\" 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,gBAAgkD,EAAhkD,IAAqB,EAAO,UAAU,sDAAqD,gBAAC,OAAD,CAAM,EAAE,0QAA0Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iUAAiU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8TAA8T,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,GAG1jD",
  "debugId": "7CF109DE7A8FA44064756E2164756E21",
  "names": []
}