{
  "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.16661 13.7139C7.74045 12.6906 9.73339 12.5555 11.8522 13.6348C11.9637 13.6915 12.0945 13.6946 12.2008 13.6475C14.3528 12.6903 16.4184 12.7172 18.0387 13.6709C19.6536 14.6217 20.6791 16.4055 20.9371 18.6582C21.0574 19.7087 20.1909 20.5008 19.2438 20.501H17.9615C17.4507 20.501 16.9649 20.2775 16.6324 19.8896L16.0084 19.1611C15.9263 19.0653 15.7854 19.0455 15.6803 19.1152L15.4127 19.2939C14.8789 19.6497 14.193 19.6849 13.6256 19.3857L12.1188 18.5898C12.0458 18.5513 11.9574 18.5515 11.8844 18.5898L10.3775 19.3857C9.81018 19.685 9.12426 19.6496 8.59044 19.2939L8.32286 19.1152C8.21777 19.0453 8.07698 19.0654 7.99474 19.1611L7.37071 19.8896C7.03834 20.2775 6.55236 20.5008 6.04161 20.501H4.84532C3.84553 20.501 2.94855 19.617 3.17638 18.5166C3.59633 16.4904 4.63013 14.7131 6.16661 13.7139Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.0016 3.25C19.0725 3.25021 20.7516 4.92906 20.7516 7C20.7516 9.07094 19.0725 10.7498 17.0016 10.75C15.0953 10.75 13.5213 9.32762 13.2828 7.48633C12.4642 7.13485 11.5369 7.13456 10.7184 7.48633C10.4799 9.32742 8.90759 10.7498 7.00157 10.75C4.93051 10.75 3.25157 9.07107 3.25157 7C3.25157 4.92893 4.93051 3.25 7.00157 3.25C8.70255 3.25017 10.1374 4.3833 10.5963 5.93555C11.5109 5.65226 12.4902 5.65249 13.4049 5.93555C13.8637 4.38302 15.3003 3.25 17.0016 3.25ZM7.00157 4.75C5.75893 4.75 4.75157 5.75736 4.75157 7C4.75157 8.24264 5.75893 9.25 7.00157 9.25C8.24404 9.24979 9.25157 8.24251 9.25157 7C9.25157 5.75749 8.24404 4.75021 7.00157 4.75ZM17.0016 4.75C15.7589 4.75 14.7516 5.75736 14.7516 7C14.7516 8.24264 15.7589 9.25 17.0016 9.25C18.244 9.24979 19.2516 8.24251 19.2516 7C19.2516 5.75749 18.244 4.75021 17.0016 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,gBAA6vD,EAA7vD,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,6xBAA6xB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0zBAA0zB,KAAK,eAAc,CAAI,GAGvvD",
  "debugId": "B8D0375592BCAA4664756E2164756E21",
  "names": []
}