{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSunburstChart2/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 IconSunburstChart2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sunburst-chart-2\"><path d=\"M5.83333 12C5.83333 10.2971 6.52356 8.75546 7.63951 7.63951M7.63951 16.3605C8.75546 17.4764 10.2971 18.1667 12 18.1667M5.45926 5.45926C7.13318 3.78534 9.44568 2.75 12 2.75M18.5407 5.45926C20.2147 7.13318 21.25 9.44568 21.25 12M16.3605 7.63951C17.4764 8.75546 18.1667 10.2971 18.1667 12C18.1667 13.7029 17.4764 15.2445 16.3605 16.3605M18.5407 18.5407C16.8668 20.2147 14.5543 21.25 12 21.25M5.45926 18.5407C3.78534 16.8668 2.75 14.5543 2.75 12M12 8.91667C11.1486 8.91667 10.3777 9.26178 9.81975 9.81975C9.26178 10.3777 8.91667 11.1486 8.91667 12C8.91667 12.8514 9.26178 13.6223 9.81975 14.1802C10.3777 14.7382 11.1486 15.0833 12 15.0833C12.8514 15.0833 13.6223 14.7382 14.1802 14.1802C14.7382 13.6223 15.0833 12.8514 15.0833 12\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconSunburstChart2;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAo0B,EAAp0B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,wtBAAwtB,OAAO,eAAe,YAAY,MAAK,CAAI,GAG9zB",
  "debugId": "4B6BFD6C8BFDEC3C64756E2164756E21",
  "names": []
}