{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSuperscript/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 IconSuperscript: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"superscript\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.0058 4.5C18.2869 4.5 17.8139 4.90943 17.6108 5.49235C17.4744 5.88349 17.0469 6.09008 16.6557 5.95378C16.2646 5.81748 16.058 5.3899 16.1943 4.99875C16.584 3.88044 17.5803 3 19.0058 3C20.6225 3 22 4.1694 22 5.9459C22 6.82844 21.5895 7.49527 21.0752 8.00563C20.5938 8.48326 19.972 8.87137 19.4366 9.20555L19.3972 9.23011C18.8168 9.59245 18.3326 9.89937 17.9823 10.2481C17.8971 10.3329 17.8237 10.4165 17.7617 10.5H21.25C21.6642 10.5 22 10.8358 22 11.25C22 11.6642 21.6642 12 21.25 12H16.75C16.3358 12 16 11.6642 16 11.25C16 10.3659 16.4094 9.69732 16.924 9.18507C17.4073 8.70395 18.032 8.31403 18.5692 7.9787L18.6028 7.95773C19.1837 7.59507 19.668 7.28877 20.0186 6.94089C20.348 6.61399 20.5 6.30799 20.5 5.9459C20.5 5.07601 19.8745 4.5 19.0058 4.5ZM2.26762 5.17572C2.58479 4.9093 3.05788 4.95044 3.3243 5.26761L8.00002 10.8339L12.6757 5.26761C12.9422 4.95044 13.4152 4.9093 13.7324 5.17572C14.0496 5.44214 14.0907 5.91523 13.8243 6.23239L8.97951 12L13.8243 17.7676C14.0907 18.0848 14.0496 18.5579 13.7324 18.8243C13.4152 19.0907 12.9422 19.0496 12.6757 18.7324L8.00002 13.1661L3.3243 18.7324C3.05788 19.0496 2.58479 19.0907 2.26762 18.8243C1.95046 18.5579 1.90932 18.0848 2.17574 17.7676L7.02053 12L2.17574 6.23239C1.90932 5.91523 1.95046 5.44214 2.26762 5.17572Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSuperscript;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA62C,EAA72C,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ovCAAovC,KAAK,eAAc,CAAI,GAGv2C",
  "debugId": "FB178938B82508B164756E2164756E21",
  "names": []
}