{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRainbow/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 IconRainbow: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rainbow\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9989 7.5C6.43539 7.5 1.88201 11.8274 1.52185 17.2993C1.49464 17.7126 1.13753 18.0256 0.724207 17.9984C0.310887 17.9712 -0.00212009 17.6141 0.0250847 17.2007C0.436801 10.9456 5.63997 6 11.9989 6C18.3578 6 23.5609 10.9456 23.9726 17.2007C23.9998 17.6141 23.6868 17.9712 23.2735 17.9984C22.8602 18.0256 22.5031 17.7126 22.4759 17.2993C22.1157 11.8274 17.5623 7.5 11.9989 7.5ZM11.9989 10.5C8.08697 10.5 4.87387 13.4955 4.52947 17.3173C4.49229 17.7299 4.12772 18.0341 3.71518 17.997C3.30264 17.9598 2.99834 17.5952 3.03552 17.1827C3.44896 12.5948 7.30369 9 11.9989 9C16.694 9 20.5488 12.5948 20.9622 17.1827C20.9994 17.5952 20.6951 17.9598 20.2825 17.997C19.87 18.0341 19.5054 17.7299 19.4683 17.3173C19.1239 13.4955 15.9108 10.5 11.9989 10.5ZM11.9989 13.5C9.73249 13.5 7.8563 15.1761 7.54447 17.3562C7.48582 17.7662 7.10587 18.0511 6.69583 17.9924C6.28579 17.9338 6.00093 17.5538 6.05959 17.1438C6.4756 14.2354 8.97553 12 11.9989 12C15.0222 12 17.5221 14.2354 17.9381 17.1438C17.9968 17.5538 17.7119 17.9338 17.3019 17.9924C16.8919 18.0511 16.5119 17.7662 16.4533 17.3562C16.1414 15.1761 14.2652 13.5 11.9989 13.5ZM11.9989 16.5C11.3469 16.5 10.7903 16.9163 10.584 17.4999C10.446 17.8905 10.0175 18.0952 9.62696 17.9571C9.23642 17.8191 9.03172 17.3906 9.16976 17.0001C9.58124 15.8359 10.6915 15 11.9989 15C13.3063 15 14.4165 15.8359 14.828 17.0001C14.966 17.3906 14.7613 17.8191 14.3708 17.9571C13.9802 18.0952 13.5517 17.8905 13.4137 17.4999C13.2074 16.9163 12.6508 16.5 11.9989 16.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRainbow;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAokD,EAApkD,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+8CAA+8C,KAAK,eAAc,CAAI,GAG9jD",
  "debugId": "336D3A9E8327E97664756E2164756E21",
  "names": []
}