{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGroup1/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 IconGroup1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"group-1, users\"><path d=\"M13.499 6.25C13.499 3.90279 11.5962 2 9.24898 2C6.90177 2 4.99898 3.90279 4.99898 6.25C4.99898 8.59721 6.90177 10.5 9.24898 10.5C11.5962 10.5 13.499 8.59721 13.499 6.25Z\" fill=\"currentColor\"/><path d=\"M17.749 6.25C17.749 4.73122 16.5178 3.5 14.999 3.5C14.5848 3.5 14.249 3.16421 14.249 2.75C14.249 2.33579 14.5848 2 14.999 2C17.3462 2 19.249 3.90279 19.249 6.25C19.249 8.59721 17.3462 10.5 14.999 10.5C14.5848 10.5 14.249 10.1642 14.249 9.75C14.249 9.33579 14.5848 9 14.999 9C16.5178 9 17.749 7.76878 17.749 6.25Z\" fill=\"currentColor\"/><path d=\"M17.1204 19.8199C16.5033 20.5345 15.5289 20.9688 14.4985 20.9688H3.99851C2.96809 20.9688 1.99377 20.5345 1.37663 19.8199C0.739185 19.0819 0.492531 18.041 0.994203 16.9958C2.38778 14.0926 5.57207 12 9.24851 12C12.925 12 16.1092 14.0926 17.5028 16.9958C18.0045 18.041 17.7578 19.0819 17.1204 19.8199Z\" fill=\"currentColor\"/><path d=\"M18.4996 12.8018C18.1091 12.6635 17.6805 12.8679 17.5422 13.2583C17.4039 13.6488 17.6083 14.0774 17.9988 14.2157C19.8572 14.874 21.3536 16.4372 22.0621 18.1093C22.2066 18.4504 22.1347 18.7566 21.9077 19.0145C21.6634 19.2921 21.2378 19.4999 20.7492 19.4999C20.335 19.4999 19.9992 19.8357 19.9992 20.2499C19.9992 20.6641 20.335 20.9999 20.7492 20.9999C21.6413 20.9999 22.4868 20.6268 23.0336 20.0056C23.5979 19.3646 23.8373 18.4543 23.4432 17.5241C22.5888 15.5077 20.797 13.6155 18.4996 12.8018Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGroup1;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAi7C,EAAj7C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,4KAA4K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2TAA2T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gfAAgf,KAAK,eAAc,CAAI,GAG36C",
  "debugId": "4B7BCFBEE3B126C364756E2164756E21",
  "names": []
}