{
  "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=\"M4.00146 7C4.00146 4.79086 5.79233 3 8.00146 3C10.2106 3 12.0015 4.79086 12.0015 7C12.0015 9.20914 10.2106 11 8.00146 11C5.79233 11 4.00146 9.20914 4.00146 7Z\" fill=\"currentColor\"/><path d=\"M13.5015 7.5C13.5015 5.567 15.0685 4 17.0015 4C18.9345 4 20.5015 5.567 20.5015 7.5C20.5015 9.433 18.9345 11 17.0015 11C15.0685 11 13.5015 9.433 13.5015 7.5Z\" fill=\"currentColor\"/><path d=\"M8.00139 12C4.81696 12 2.69919 14.0433 1.68843 16.8419C1.29068 17.9432 1.58284 19.0116 2.24229 19.7775C2.89073 20.5305 3.89448 21 4.97876 21H11.024C12.1083 21 13.1121 20.5305 13.7605 19.7775C14.4199 19.0116 14.7121 17.9432 14.3144 16.8419C13.3036 14.0433 11.1858 12 8.00139 12Z\" fill=\"currentColor\"/><path d=\"M15.9915 20C16.5394 18.884 16.6907 17.5339 16.1954 16.1625C15.7377 14.8953 15.0638 13.7067 14.1734 12.7179C14.9785 12.26 15.9224 12 17.0012 12C19.6647 12 21.5056 13.5844 22.4657 15.8202C22.9354 16.9139 22.6635 17.9959 22.0076 18.7692C21.3658 19.5259 20.3553 20 19.2703 20H15.9915Z\" 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,gBAAyhC,EAAzhC,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,iKAAiK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wRAAwR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2RAA2R,KAAK,eAAc,CAAI,GAGnhC",
  "debugId": "4653D876548306DC64756E2164756E21",
  "names": []
}