{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGroup3/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 IconGroup3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"group-3\"><path d=\"M8.00036 12C6.03886 12 4.44728 12.7834 3.28345 14.0851C2.13487 15.3698 1.42905 17.1263 1.12973 19.0665C0.964659 20.1364 1.82816 21 2.82615 21H13.1746C14.1726 21 15.0361 20.1364 14.871 19.0665C14.5717 17.1263 13.8659 15.3698 12.7173 14.0851C11.5534 12.7834 9.96186 12 8.00036 12Z\" fill=\"currentColor\"/><path d=\"M4.00049 7C4.00049 4.79086 5.79135 3 8.00049 3C10.2096 3 12.0005 4.79086 12.0005 7C12.0005 9.20914 10.2096 11 8.00049 11C5.79135 11 4.00049 9.20914 4.00049 7Z\" fill=\"currentColor\"/><path d=\"M13.5005 7.5C13.5005 5.567 15.0675 4 17.0005 4C18.9335 4 20.5005 5.567 20.5005 7.5C20.5005 9.433 18.9335 11 17.0005 11C15.0675 11 13.5005 9.433 13.5005 7.5Z\" fill=\"currentColor\"/><path d=\"M14.2083 12.7521C15.6839 14.4025 16.5074 16.5561 16.8477 18.7615C16.9118 19.1771 16.9068 19.5754 16.8438 19.95H21.3695C22.3917 19.95 23.2958 19.0603 23.1004 17.9479C22.8111 16.3007 22.1731 14.8085 21.1505 13.7168C20.1137 12.6098 18.712 11.95 17.0004 11.95C15.9213 11.95 14.9653 12.2123 14.1464 12.6835C14.1671 12.7062 14.1878 12.7291 14.2083 12.7521Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGroup3;\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,gBAAgmC,EAAhmC,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,yRAAyR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iKAAiK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iWAAiW,KAAK,eAAc,CAAI,GAG1lC",
  "debugId": "7765AD1E6BF5A89B64756E2164756E21",
  "names": []
}