{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMathScientific/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 IconMathScientific: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"math-scientific, function\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.25 6.5C6.34335 6.5 5.60582 7.12712 5.46612 7.93308L5.15118 9.75H6.5C6.91421 9.75 7.25 10.0858 7.25 10.5C7.25 10.9142 6.91421 11.25 6.5 11.25H4.89118L4.01185 16.3231C3.74045 17.8888 2.34392 19 0.75 19C0.335786 19 0 18.6642 0 18.25C0 17.8358 0.335786 17.5 0.75 17.5C1.65665 17.5 2.39418 16.8729 2.53388 16.0669L3.36882 11.25H2.5C2.08579 11.25 1.75 10.9142 1.75 10.5C1.75 10.0858 2.08579 9.75 2.5 9.75H3.62882L3.98815 7.6769C4.25955 6.11117 5.65608 5 7.25 5C7.66421 5 8 5.33579 8 5.75C8 6.16421 7.66421 6.5 7.25 6.5ZM11.2704 6.30046C11.6568 6.44981 11.8489 6.88409 11.6995 7.27044C10.4335 10.5454 10.4335 13.4546 11.6995 16.7296C11.8489 17.1159 11.6568 17.5502 11.2704 17.6995C10.8841 17.8489 10.4498 17.6568 10.3005 17.2704C8.89985 13.6475 8.89985 10.3525 10.3005 6.72956C10.4498 6.34321 10.8841 6.1511 11.2704 6.30046ZM21.7296 6.30046C22.1159 6.1511 22.5502 6.34321 22.6995 6.72956C24.1002 10.3525 24.1002 13.6475 22.6995 17.2704C22.5502 17.6568 22.1159 17.8489 21.7296 17.6995C21.3432 17.5502 21.1511 17.1159 21.3005 16.7296C22.5665 13.4546 22.5665 10.5454 21.3005 7.27044C21.1511 6.88409 21.3432 6.44981 21.7296 6.30046ZM14.0315 8.91435C14.3549 8.65559 14.8269 8.70803 15.0857 9.03148L16.5 10.7994L17.9143 9.03148C18.1731 8.70803 18.6451 8.65559 18.9685 8.91435C19.292 9.17311 19.3444 9.64507 19.0857 9.96852L17.4605 12L19.0857 14.0315C19.3444 14.3549 19.292 14.8269 18.9685 15.0857C18.6451 15.3444 18.1731 15.292 17.9143 14.9685L16.5 13.2006L15.0857 14.9685C14.8269 15.292 14.3549 15.3444 14.0315 15.0857C13.708 14.8269 13.6556 14.3549 13.9143 14.0315L15.5395 12L13.9143 9.96852C13.6556 9.64507 13.708 9.17311 14.0315 8.91435Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMathScientific;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAyuD,EAAzuD,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kmDAAkmD,KAAK,eAAc,CAAI,GAGnuD",
  "debugId": "BCAE271763BDC5BE64756E2164756E21",
  "names": []
}