{
  "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.5002 6.25C13.5002 3.90279 11.5974 2 9.25023 2C6.90302 2 5.00023 3.90279 5.00023 6.25C5.00023 8.59721 6.90302 10.5 9.25023 10.5C11.5974 10.5 13.5002 8.59721 13.5002 6.25Z\" fill=\"currentColor\"/><path d=\"M17.7502 6.25C17.7502 4.73122 16.519 3.5 15.0002 3.5C14.586 3.5 14.2502 3.16421 14.2502 2.75C14.2502 2.33579 14.586 2 15.0002 2C17.3474 2 19.2502 3.90279 19.2502 6.25C19.2502 8.59721 17.3474 10.5 15.0002 10.5C14.586 10.5 14.2502 10.1642 14.2502 9.75C14.2502 9.33579 14.586 9 15.0002 9C16.519 9 17.7502 7.76878 17.7502 6.25Z\" fill=\"currentColor\"/><path d=\"M18.1646 19.1073C18.3322 20.186 17.4301 20.9688 16.5006 20.9688H2.0006C1.07114 20.9688 0.169013 20.186 0.336638 19.1073C0.951223 15.1521 4.74717 12 9.2506 12C13.754 12 17.55 15.1521 18.1646 19.1073Z\" fill=\"currentColor\"/><path d=\"M22.25 20.9999C23.1787 20.9999 24.0831 20.2172 23.9118 19.1366C23.4626 16.301 21.3433 13.8087 18.5004 12.8018C18.1099 12.6635 17.6813 12.8679 17.543 13.2583C17.4047 13.6488 17.6091 14.0774 17.9996 14.2157C20.3517 15.0488 22.0716 17.1071 22.4303 19.3713C22.4331 19.389 22.431 19.3988 22.4289 19.4052C22.4263 19.413 22.4204 19.4251 22.4067 19.4395C22.3777 19.47 22.3229 19.4999 22.25 19.4999H20.75C20.3358 19.4999 20 19.8357 20 20.2499C20 20.6641 20.3358 20.9999 20.75 20.9999H22.25Z\" 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,gBAAg1C,EAAh1C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,gLAAgL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sUAAsU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oeAAoe,KAAK,eAAc,CAAI,GAG10C",
  "debugId": "92A0D0B2C96E1BF164756E2164756E21",
  "names": []
}