{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAlpha/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 IconAlpha: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"alpha\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.74262 7.42214C4.95758 8.63929 4.51487 10.306 4.50037 12.0064C4.48586 13.7073 4.9003 15.3691 5.67468 16.5804C6.43735 17.7734 7.52035 18.5 8.91663 18.5C9.71962 18.5 10.4889 18.0924 11.2364 17.2758C11.9873 16.4555 12.6563 15.2833 13.2331 13.9214C13.3234 13.7082 13.411 13.4914 13.4958 13.272C13.4153 12.9017 13.3342 12.5315 13.251 12.1669C12.8368 10.3522 12.3646 8.63959 11.6502 7.38725C10.9503 6.16032 10.0979 5.5 8.91663 5.5C7.59071 5.5 6.51928 6.21797 5.74262 7.42214ZM14.3964 10.5215C14.0367 9.13182 13.5891 7.75898 12.9531 6.644C12.1021 5.15218 10.8354 4 8.91663 4C6.95517 4 5.45894 5.09453 4.48207 6.60911C3.51356 8.11071 3.01684 10.069 3.00042 11.9936C2.98401 13.9177 3.44716 15.8809 4.41087 17.3883C5.38628 18.9141 6.90185 20 8.91663 20C10.285 20 11.4262 19.2899 12.3428 18.2886C12.9928 17.5786 13.5596 16.6921 14.052 15.7213C14.1874 16.26 14.3303 16.7689 14.4869 17.227C14.7292 17.9358 15.0282 18.6012 15.4342 19.1002C15.8561 19.6189 16.433 20 17.1833 20C17.7881 20 18.303 19.8223 18.718 19.5083C19.1232 19.2018 19.3939 18.7958 19.5754 18.3929C19.9313 17.603 20 16.7015 20 16.1429C20 15.7286 19.6642 15.3929 19.25 15.3929C18.8358 15.3929 18.5 15.7286 18.5 16.1429C18.5 16.6199 18.4352 17.272 18.2078 17.7767C18.0977 18.0212 17.9641 18.1978 17.8131 18.312C17.6719 18.4188 17.4785 18.5 17.1833 18.5C17.0051 18.5 16.821 18.428 16.5978 18.1537C16.3588 17.8598 16.1287 17.3923 15.9063 16.7418C15.5859 15.8045 15.331 14.6494 15.056 13.385C16.0149 10.7701 16.611 7.89674 16.8927 5.88998C16.9503 5.47979 16.6644 5.10058 16.2542 5.043C15.844 4.98541 15.4648 5.27126 15.4073 5.68145C15.2187 7.02471 14.8849 8.75922 14.3964 10.5215Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAlpha;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAotD,EAAptD,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,imDAAimD,KAAK,eAAc,CAAI,GAG9sD",
  "debugId": "55CBB79A41732BAD64756E2164756E21",
  "names": []
}