{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPieChart2/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 IconPieChart2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pie-chart-2, graph, chart, statistics\"><path d=\"M15.8482 2.21121L15.8263 2.20531C15.7094 2.17379 15.5717 2.13664 15.4456 2.11683C15.2914 2.09261 15.1038 2.08447 14.8959 2.14588C14.6075 2.23108 14.3417 2.4348 14.1844 2.6912C14.0656 2.88497 14.028 3.07902 14.0129 3.23196C13.9999 3.363 14 3.51363 14 3.64917L14 8.47026C14 8.59242 13.9999 8.72487 14.0093 8.83951C14.0199 8.96927 14.0462 9.1407 14.1363 9.31753C14.2561 9.55273 14.4473 9.74396 14.6825 9.8638C14.8594 9.9539 15.0308 9.98014 15.1605 9.99074C15.2752 10.0001 15.4076 10.0001 15.5298 10L20.3509 10C20.4864 10.0001 20.637 10.0001 20.7681 9.98718C20.921 9.97205 21.1151 9.93446 21.3089 9.81562C21.5653 9.65838 21.769 9.39257 21.8542 9.10412C21.9156 8.89622 21.9074 8.70869 21.8832 8.55449C21.8634 8.42838 21.8263 8.29062 21.7947 8.17372L21.7888 8.15181C21.0112 5.26254 18.7375 2.98887 15.8482 2.21121Z\" fill=\"currentColor\"/><path d=\"M11 4C6.02944 4 2 8.02944 2 13C2 17.9706 6.02944 22 11 22C15.9706 22 20 17.9706 20 13C20 12.909 19.9986 12.8183 19.996 12.7279C19.9839 12.3226 19.6518 12.0002 19.2463 12.0002H13.6541C13.2217 12.0002 12.9425 11.9996 12.73 11.9823C12.5263 11.9656 12.4507 11.9374 12.4137 11.9185C12.2725 11.8466 12.1578 11.7318 12.0859 11.5907C12.067 11.5536 12.0387 11.4781 12.0221 11.2743C12.0047 11.0618 12.0041 10.7826 12.0041 10.3502V4.75384C12.0041 4.34846 11.682 4.01644 11.2768 4.00418C11.1849 4.0014 11.0926 4 11 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPieChart2;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAi7C,EAAj7C,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,2yBAA2yB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4fAA4f,KAAK,eAAc,CAAI,GAG36C",
  "debugId": "3CC5460A1AFC8C4364756E2164756E21",
  "names": []
}