{
  "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=\"M17.6706 18.3423C17.9793 18.0661 18.4539 18.0923 18.7302 18.4009C19.006 18.7095 18.9798 19.1833 18.6716 19.4595C17.1623 20.8104 15.2376 21.711 13.113 21.9459C12.7016 21.9911 12.3315 21.6942 12.2859 21.2828C12.2404 20.8711 12.5372 20.5001 12.9489 20.4546C14.7525 20.2552 16.3865 19.4916 17.6706 18.3423ZM7.11203 15.8355C7.4049 15.543 7.87979 15.5429 8.17258 15.8355C9.1538 16.8167 10.5074 17.4224 12.0036 17.4224C12.4176 17.4226 12.7535 17.7585 12.7536 18.1724C12.7536 18.5865 12.4177 18.9222 12.0036 18.9224C10.0938 18.9224 8.36303 18.1479 7.11203 16.897C6.81914 16.6041 6.81914 16.1284 7.11203 15.8355ZM2.72629 12.2877C3.13778 12.2424 3.50785 12.5393 3.55344 12.9507C3.73648 14.6062 4.39486 16.119 5.39035 17.3492C5.65082 17.6712 5.60099 18.1433 5.27902 18.4039C4.95704 18.664 4.48477 18.6144 4.22433 18.2925C3.05399 16.8462 2.27879 15.0653 2.0632 13.1158C2.01768 12.7041 2.31458 12.3332 2.72629 12.2877ZM17.4206 12.0054C17.4206 10.6308 16.9096 9.37697 16.0661 8.42144C15.7923 8.1109 15.8221 7.63689 16.1325 7.36285C16.4431 7.08882 16.917 7.11875 17.1911 7.42926C18.2671 8.64827 18.9206 10.2515 18.9206 12.0054C18.9205 13.7593 18.2671 15.3626 17.1911 16.5816C16.917 16.892 16.443 16.9211 16.1325 16.647C15.8221 16.3729 15.7921 15.899 16.0661 15.5884C16.9095 14.633 17.4205 13.3799 17.4206 12.0054ZM8.16965 12.0054C8.16965 10.947 8.59973 9.98745 9.29269 9.29449C9.69217 8.89501 10.1798 8.58204 10.7253 8.38922C11.1158 8.25121 11.5443 8.4567 11.6823 8.84723C11.8202 9.23768 11.6157 9.66626 11.2253 9.80426C10.8947 9.92113 10.5975 10.1108 10.3532 10.355C9.93008 10.7782 9.66965 11.3608 9.66965 12.0054C9.66973 12.65 9.93015 13.2327 10.3532 13.6558C10.7764 14.0788 11.3591 14.3384 12.0036 14.3384C12.6482 14.3383 13.2309 14.0789 13.654 13.6558C13.8981 13.4117 14.0879 13.1142 14.2048 12.7837C14.3429 12.3932 14.7713 12.1877 15.1618 12.3257C15.5523 12.4639 15.7569 12.8933 15.6189 13.2837C15.426 13.829 15.1139 14.317 14.7146 14.7164C14.0217 15.4093 13.062 15.8383 12.0036 15.8384C10.9453 15.8384 9.98563 15.4091 9.29269 14.7164C8.5998 14.0235 8.16974 13.0638 8.16965 12.0054ZM5.08566 12.0054C5.08566 10.0954 5.861 8.36485 7.11203 7.11383C7.40492 6.82094 7.87969 6.82094 8.17258 7.11383C8.46528 7.40673 8.4654 7.88154 8.17258 8.17437C7.19136 9.15559 6.58566 10.5092 6.58566 12.0054C6.58549 12.4195 6.24976 12.7554 5.83566 12.7554C5.42156 12.7554 5.08584 12.4195 5.08566 12.0054ZM18.3991 5.27887C18.7077 5.00272 19.1815 5.02905 19.4577 5.33746C20.8085 6.84677 21.7093 8.77056 21.9441 10.8951C21.9895 11.3067 21.6925 11.6776 21.281 11.7232C20.8694 11.7687 20.4985 11.4717 20.4529 11.0601C20.2535 9.2564 19.4899 7.62169 18.3405 6.33746C18.0645 6.0288 18.0905 5.55505 18.3991 5.27887ZM10.8933 2.065C11.3049 2.01966 11.6749 2.31648 11.7204 2.72808C11.7657 3.13966 11.4689 3.50973 11.0573 3.55523C9.25375 3.75469 7.61978 4.5192 6.33566 5.66851C6.02713 5.94442 5.55328 5.91816 5.27707 5.60992C5.00082 5.30128 5.02702 4.82659 5.33566 4.55035C6.84492 3.1996 8.76883 2.29984 10.8933 2.065Z\" fill=\"currentColor\"/></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,gBAA0/F,EAA1/F,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,k6FAAk6F,KAAK,eAAc,CAAI,GAGp/F",
  "debugId": "9BED99198BA3716264756E2164756E21",
  "names": []
}