{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEinstein/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 IconEinstein: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"einstein, thinking, physics\"><path d=\"M5.93561 13.8721C7.58679 12.6747 9.73709 12.4939 12.0264 13.7275C14.3186 12.6549 16.5194 12.6921 18.2061 13.7744C19.9725 14.9082 20.9796 17.0634 21.0001 19.7451C21.0015 19.9449 20.923 20.1375 20.7823 20.2793C20.6415 20.421 20.4498 20.501 20.2501 20.501H17.5001C17.2811 20.501 17.0732 20.4045 16.9307 20.2383L16.6036 19.8574C16.1809 19.3642 15.4565 19.2637 14.9161 19.624C14.6872 19.7766 14.3927 19.7915 14.1495 19.6631L13.0508 19.083C12.3936 18.7361 11.6065 18.7361 10.9493 19.083L9.85065 19.6631C9.60741 19.7915 9.3129 19.7766 9.08405 19.624C8.5436 19.2638 7.81918 19.3642 7.39655 19.8574L7.0694 20.2383C6.92692 20.4045 6.71903 20.501 6.50007 20.501H3.75007C3.53955 20.501 3.33842 20.4122 3.19636 20.2568C3.0543 20.1015 2.98422 19.8933 3.003 19.6836C3.21873 17.2749 4.25216 15.0929 5.93561 13.8721Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.0001 3.25C19.0711 3.25 20.7501 4.92893 20.7501 7C20.7501 9.07107 19.0711 10.75 17.0001 10.75C15.0935 10.75 13.5204 9.32705 13.2823 7.48535C12.4635 7.13378 11.5355 7.13439 10.7169 7.48633C10.4783 9.32752 8.90624 10.75 7.00007 10.75C4.92903 10.75 3.25007 9.07104 3.25007 7C3.25007 4.92895 4.92903 3.25004 7.00007 3.25C8.70117 3.25 10.1358 4.38325 10.5948 5.93555C11.5097 5.65209 12.4894 5.6523 13.4044 5.93555C13.8632 4.38311 15.2989 3.25003 17.0001 3.25ZM7.00007 4.75C5.75746 4.75004 4.75007 5.75738 4.75007 7C4.75007 8.24262 5.75746 9.24996 7.00007 9.25C8.24271 9.25 9.25007 8.24264 9.25007 7C9.25007 5.75736 8.24271 4.75 7.00007 4.75ZM17.0001 4.75C15.7575 4.75004 14.7501 5.75738 14.7501 7C14.7501 8.24262 15.7575 9.24996 17.0001 9.25C18.2427 9.25 19.2501 8.24264 19.2501 7C19.2501 5.75736 18.2427 4.75 17.0001 4.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEinstein;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAgwD,EAAhwD,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,kyBAAkyB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wzBAAwzB,KAAK,eAAc,CAAI,GAG1vD",
  "debugId": "948D8B8270E8F5FC64756E2164756E21",
  "names": []
}