{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSubscript/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 IconSubscript: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"subscript\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.26762 5.17574C2.58479 4.90932 3.05788 4.95046 3.3243 5.26762L8.00002 10.834L12.6757 5.26762C12.9422 4.95046 13.4152 4.90932 13.7324 5.17574C14.0496 5.44216 14.0907 5.91525 13.8243 6.23241L8.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.23241C1.90932 5.91525 1.95046 5.44216 2.26762 5.17574ZM19.0058 13.5C18.2869 13.5 17.8139 13.9094 17.6108 14.4924C17.4744 14.8835 17.0469 15.0901 16.6557 14.9538C16.2646 14.8175 16.058 14.3899 16.1943 13.9988C16.584 12.8805 17.5803 12 19.0058 12C20.6225 12 22 13.1694 22 14.9459C22 15.8285 21.5895 16.4953 21.0752 17.0056C20.5938 17.4833 19.972 17.8714 19.4366 18.2056L19.3972 18.2301C18.8168 18.5925 18.3326 18.8994 17.9823 19.2481C17.8971 19.333 17.8237 19.4165 17.7617 19.5H21.25C21.6642 19.5 22 19.8358 22 20.25C22 20.6642 21.6642 21 21.25 21H16.75C16.3358 21 16 20.6642 16 20.25C16 19.366 16.4094 18.6973 16.924 18.1851C17.4073 17.704 18.032 17.314 18.5692 16.9787L18.6028 16.9577C19.1837 16.5951 19.668 16.2888 20.0186 15.9409C20.348 15.614 20.5 15.308 20.5 14.9459C20.5 14.076 19.8745 13.5 19.0058 13.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSubscript;\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,gBAAi3C,EAAj3C,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0vCAA0vC,KAAK,eAAc,CAAI,GAG32C",
  "debugId": "9EADF3E112CDD4C764756E2164756E21",
  "names": []
}