{
  "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=\"M6.08105 13.7695C7.36827 12.8983 8.96651 12.6185 10.7031 13.1631C11.5727 13.4357 12.501 13.4695 13.3447 13.2266C15.1156 12.7168 16.781 12.8983 18.1201 13.7207C19.4551 14.5407 20.377 15.9436 20.7754 17.7109C21.1359 19.3105 19.7572 20.5008 18.3623 20.501H18.2881C17.5692 20.501 16.8858 20.1865 16.418 19.6406L16.1318 19.3066C15.9781 19.1276 15.7149 19.0917 15.5186 19.2227C14.9185 19.6226 14.1476 19.6617 13.5098 19.3252L12.8252 18.9639C12.309 18.6914 11.691 18.6914 11.1748 18.9639L10.4902 19.3252C9.85243 19.6617 9.08153 19.6226 8.48145 19.2227C8.28507 19.0917 8.0219 19.1276 7.86816 19.3066L7.58203 19.6406C7.11201 20.1891 6.42018 20.5008 5.70508 20.501C4.30004 20.501 2.9076 19.2338 3.40234 17.6318C3.9003 16.0195 4.81422 14.6271 6.08105 13.7695Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17 3.25C19.0711 3.25 20.75 4.92893 20.75 7C20.75 9.07107 19.0711 10.75 17 10.75C15.0938 10.75 13.5207 9.32758 13.2822 7.48633C12.4634 7.13459 11.5356 7.13435 10.7168 7.48633C10.4782 9.32752 8.90617 10.75 7 10.75C4.92893 10.75 3.25 9.07107 3.25 7C3.25 4.92893 4.92893 3.25 7 3.25C8.70111 3.25 10.1358 4.38324 10.5947 5.93555C11.5096 5.6521 12.4894 5.65228 13.4043 5.93555C13.8632 4.3831 15.2988 3.25 17 3.25ZM7 4.75C5.75736 4.75 4.75 5.75736 4.75 7C4.75 8.24264 5.75736 9.25 7 9.25C8.24264 9.25 9.25 8.24264 9.25 7C9.25 5.75736 8.24264 4.75 7 4.75ZM17 4.75C15.7574 4.75 14.75 5.75736 14.75 7C14.75 8.24264 15.7574 9.25 17 9.25C18.2426 9.25 19.25 8.24264 19.25 7C19.25 5.75736 18.2426 4.75 17 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,gBAAilD,EAAjlD,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,+uBAA+uB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4rBAA4rB,KAAK,eAAc,CAAI,GAG3kD",
  "debugId": "4F0DD7D7002B497464756E2164756E21",
  "names": []
}