{
  "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 12C5.84779 12 4.14873 12.9424 2.96812 14.4633C1.80473 15.962 1.16305 17.9927 1.002 20.1953C0.986801 20.4032 1.05878 20.608 1.20068 20.7606C1.34257 20.9133 1.54159 21 1.75 21H14.25C14.4584 21 14.6574 20.9133 14.7993 20.7606C14.9412 20.608 15.0132 20.4032 14.998 20.1953C14.837 17.9927 14.1953 15.962 13.0319 14.4633C11.8513 12.9424 10.1522 12 8 12Z\" fill=\"currentColor\"/><path d=\"M8 3C5.79086 3 4 4.79086 4 7C4 9.20914 5.79086 11 8 11C10.2091 11 12 9.20914 12 7C12 4.79086 10.2091 3 8 3Z\" fill=\"currentColor\"/><path d=\"M17 4C15.067 4 13.5 5.567 13.5 7.5C13.5 9.433 15.067 11 17 11C18.933 11 20.5 9.433 20.5 7.5C20.5 5.567 18.933 4 17 4Z\" fill=\"currentColor\"/><path d=\"M16.4875 20C16.3014 17.6273 15.5954 15.3194 14.2168 13.5435C14.0671 13.3507 13.9102 13.1652 13.7462 12.9876C14.6455 12.3593 15.7363 12 17 12C18.9189 12 20.439 12.8285 21.4957 14.1691C22.5354 15.4881 23.1051 17.2701 23.2479 19.1945C23.2634 19.4025 23.1915 19.6075 23.0496 19.7603C22.9077 19.9132 22.7086 20 22.5 20H16.4875Z\" 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,gBAAkjC,EAAljC,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,iWAAiW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wHAAwH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qUAAqU,KAAK,eAAc,CAAI,GAG5iC",
  "debugId": "441F9F400A447FBF64756E2164756E21",
  "names": []
}