{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMathNotes/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 IconMathNotes: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"math-notes, function\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V9.24397C13.3728 8.25124 14.0451 7.30341 14.8073 6.49956C16.1973 5.0338 17.9291 4 20.25 4C20.6642 4 21 4.33579 21 4.75C21 5.16421 20.6642 5.5 20.25 5.5C18.4459 5.5 17.084 6.2787 15.8958 7.53169C14.9327 8.54733 14.1127 9.84313 13.2945 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H12.75V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V14.756C10.6272 15.7488 9.95493 16.6966 9.19266 17.5004C7.80271 18.9662 6.07085 20 3.75 20C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5C5.55415 18.5 6.91604 17.7213 8.10422 16.4683C9.06732 15.4527 9.88733 14.1569 10.7055 12.75H3.75C3.33579 12.75 3 12.4142 3 12C3 11.5858 3.33579 11.25 3.75 11.25H11.25V3.75C11.25 3.33579 11.5858 3 12 3ZM4.71423 4.72517C5.00409 4.42927 5.47894 4.42437 5.77483 4.71423L7 5.91439L8.22516 4.71423C8.52106 4.42437 8.99591 4.42927 9.28577 4.72517C9.57563 5.02106 9.57073 5.49591 9.27484 5.78577L7.75 7.27948V9.25C7.75 9.66421 7.41421 10 7 10C6.58579 10 6.25 9.66421 6.25 9.25V7.27948L4.72517 5.78577C4.42927 5.49591 4.42437 5.02106 4.71423 4.72517ZM14.7197 14.7197C15.0126 14.4268 15.4874 14.4268 15.7803 14.7197L17 15.9393L18.2197 14.7197C18.5126 14.4268 18.9874 14.4268 19.2803 14.7197C19.5732 15.0126 19.5732 15.4874 19.2803 15.7803L18.0607 17L19.2803 18.2197C19.5732 18.5126 19.5732 18.9874 19.2803 19.2803C18.9874 19.5732 18.5126 19.5732 18.2197 19.2803L17 18.0607L15.7803 19.2803C15.4874 19.5732 15.0126 19.5732 14.7197 19.2803C14.4268 18.9874 14.4268 18.5126 14.7197 18.2197L15.9393 17L14.7197 15.7803C14.4268 15.4874 14.4268 15.0126 14.7197 14.7197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMathNotes;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAwuD,EAAxuD,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,smDAAsmD,KAAK,eAAc,CAAI,GAGluD",
  "debugId": "42D6016B937FC93E64756E2164756E21",
  "names": []
}