{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCosmos/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 IconCosmos: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cosmos\"><path d=\"M12.0011 7.67314C13.5727 7.67314 14.8477 6.40434 14.8477 4.83657C14.8477 3.2688 13.5741 2 12.0011 2C10.4281 2 9.15451 3.26928 9.15451 4.83705C9.15451 6.40434 10.4281 7.67314 12.0011 7.67314ZM12.0011 22C13.5727 22 14.8477 20.7307 14.8477 19.163C14.8477 17.5957 13.5741 16.3264 12.0011 16.3264C10.4281 16.3264 9.15451 17.5957 9.15451 19.1634C9.15451 20.7307 10.4281 22 12.0011 22ZM5.77627 11.255C7.34785 11.255 8.62286 9.9857 8.62286 8.41793C8.62286 6.85064 7.34881 5.58136 5.77627 5.58136C4.20278 5.58136 2.92969 6.85159 2.92969 8.41936C2.92969 9.9876 4.20278 11.2564 5.77627 11.2564V11.255ZM18.2259 18.4186C19.7975 18.4186 21.0725 17.1494 21.0725 15.5816C21.0725 14.0143 19.7989 12.745 18.2259 12.745C16.6529 12.745 15.3793 14.0143 15.3793 15.5821C15.3793 17.1494 16.6529 18.4186 18.2259 18.4186ZM18.2259 11.255C19.7975 11.255 21.0725 9.9857 21.0725 8.41793C21.0725 6.85111 19.7989 5.58183 18.2259 5.58183C16.6529 5.58183 15.3793 6.85111 15.3793 8.41841C15.3793 9.9857 16.6529 11.255 18.2259 11.255ZM5.77627 18.4182C7.34785 18.4182 8.62286 17.1489 8.62286 15.5811C8.62286 14.0138 7.34881 12.745 5.77627 12.745C4.20278 12.745 2.92969 14.0167 2.92969 15.5825C2.92969 17.1489 4.20278 18.4196 5.77627 18.4196V18.4182Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCosmos;\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,gBAA8wC,EAA9wC,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,gsCAAgsC,KAAK,eAAc,CAAI,GAGxwC",
  "debugId": "352F414FFF5F98C164756E2164756E21",
  "names": []
}