{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGalaxy/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 IconGalaxy: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"galaxy, dark-hole\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.907 7.00532C7.40426 6.89758 3.9799 8.33171 2.94344 11.2733C2.7599 11.7942 2.18885 12.0677 1.66795 11.8841C1.14706 11.7006 0.87357 11.1296 1.05711 10.6087C2.52065 6.45494 7.09628 4.88716 10.9685 5.00627C12.9418 5.06697 14.8901 5.5587 16.3792 6.48307C17.8804 7.4149 19.0003 8.85518 19.0003 10.7569C19.0003 11.9252 18.4482 12.846 17.683 13.4976C16.9372 14.1328 15.9772 14.5296 15.0368 14.7403C14.0916 14.952 13.0912 14.9929 12.2137 14.8526C11.3819 14.7195 10.4513 14.3878 9.91097 13.6556C9.5093 13.1113 9.57658 12.4898 9.82366 12.0519C10.0484 11.6536 10.4239 11.3729 10.8106 11.2309L11.7328 10.8921C11.653 10.8732 11.5658 10.8558 11.471 10.8407C10.8676 10.7441 10.1235 10.7677 9.40097 10.9296C8.67366 11.0925 8.04259 11.3785 7.61427 11.7433C7.20535 12.0915 7.00027 12.4877 7.00027 12.9613C7.00027 14.0265 7.61872 14.9633 8.81527 15.7032C10.0194 16.4478 11.7021 16.9106 13.4814 16.9882C15.2584 17.0658 17.0328 16.7549 18.4166 16.056C19.784 15.3654 20.7238 14.3274 21.0219 12.9174C21.1361 12.3771 21.6668 12.0316 22.2071 12.1459C22.7474 12.2601 23.0929 12.7907 22.9786 13.3311C22.5267 15.4688 21.0916 16.9456 19.3183 17.8412C17.5614 18.7285 15.4297 19.0752 13.3942 18.9863C11.3609 18.8976 9.32491 18.3698 7.7634 17.4042C6.19433 16.434 5.00027 14.941 5.00027 12.9613C5.00027 11.793 5.55236 10.8722 6.31756 10.2206C7.06334 9.58549 8.02332 9.18866 8.96376 8.97798C9.90894 8.76624 10.9094 8.72541 11.7869 8.86577C12.6187 8.99881 13.5492 9.33054 14.0896 10.0628C14.4912 10.6071 14.424 11.2286 14.1769 11.6664C13.9521 12.0647 13.5766 12.3454 13.19 12.4875L12.2678 12.8262C12.3476 12.8451 12.4347 12.8625 12.5295 12.8777C13.133 12.9742 13.877 12.9506 14.5996 12.7887C15.3269 12.6257 15.9579 12.3397 16.3863 11.975C16.7952 11.6267 17.0003 11.2305 17.0003 10.7569C17.0003 9.74881 16.4327 8.87023 15.3244 8.18231C14.2042 7.48695 12.6212 7.05805 10.907 7.00532Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGalaxy;\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,gBAA27D,EAA37D,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4zDAA4zD,KAAK,eAAc,CAAI,GAGr7D",
  "debugId": "8404D12B092B0D9B64756E2164756E21",
  "names": []
}