{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTestflight/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 IconTestflight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"testflight, beta\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.17844 1.26403C9.32094 1.09652 9.52978 1 9.7497 1H14.2497C14.4695 1 14.6782 1.0964 14.8207 1.26372C14.9632 1.43104 15.0251 1.65245 14.9901 1.86942L13.7493 9.56276C14.4335 10.0547 14.902 10.8277 14.9861 11.7126L22.2675 14.475C22.4731 14.553 22.6341 14.7174 22.708 14.9245C22.7818 15.1317 22.7609 15.3608 22.651 15.5513L20.401 19.4484C20.2911 19.6387 20.1033 19.7713 19.8871 19.811C19.6709 19.8508 19.4482 19.7937 19.2778 19.6549L13.2362 14.7341C12.8592 14.9049 12.4405 15 11.9997 15C11.5556 15 11.1341 14.9035 10.7549 14.7304L4.72232 19.6547C4.55195 19.7938 4.32913 19.8511 4.11282 19.8114C3.8965 19.7718 3.70849 19.6392 3.59853 19.4487L1.34853 15.5516C1.23864 15.3613 1.21777 15.1323 1.29142 14.9253C1.36508 14.7182 1.52585 14.5539 1.73125 14.4757L9.01416 11.7036C9.1009 10.8191 9.57179 10.0473 10.2578 9.55723L9.0094 1.87023C8.97415 1.65315 9.03594 1.43154 9.17844 1.26403ZM17.4316 4.50351C17.7009 4.18876 18.1743 4.15189 18.489 4.42115C19.3288 5.13955 20.0621 6.01014 20.6448 7.01983C21.2275 8.02953 21.6144 9.10019 21.8164 10.1869C21.8921 10.5941 21.6233 10.9856 21.2161 11.0613C20.8089 11.137 20.4174 10.8682 20.3417 10.461C20.1704 9.53931 19.8421 8.62979 19.3456 7.76958C18.8492 6.90937 18.2261 6.1702 17.5139 5.56097C17.1992 5.2917 17.1623 4.81826 17.4316 4.50351ZM6.56775 4.50362C6.83701 4.81837 6.80014 5.29181 6.48539 5.56108C5.77325 6.17031 5.1501 6.90949 4.65369 7.76969C4.15727 8.6299 3.82898 9.53942 3.65766 10.4611C3.58197 10.8684 3.19047 11.1371 2.78323 11.0614C2.376 10.9857 2.10722 10.5942 2.18292 10.187C2.3849 9.1003 2.77182 8.02964 3.3545 7.01995C3.93718 6.01025 4.67054 5.13966 5.51029 4.42127C5.82504 4.152 6.29848 4.18887 6.56775 4.50362ZM11.9997 10.5C11.1713 10.5 10.4997 11.1716 10.4997 12C10.4997 12.8284 11.1713 13.5 11.9997 13.5C12.8281 13.5 13.4997 12.8284 13.4997 12C13.4997 11.1716 12.8281 10.5 11.9997 10.5ZM8.21502 20.4744C8.35311 20.0839 8.78163 19.8792 9.17215 20.0173C10.0556 20.3297 11.0069 20.5 11.9997 20.5C12.9924 20.5 13.9438 20.3297 14.8272 20.0173C15.2177 19.8792 15.6462 20.0839 15.7843 20.4744C15.9224 20.8649 15.7178 21.2934 15.3273 21.4315C14.2855 21.7999 13.1651 22 11.9997 22C10.8342 22 9.71385 21.7999 8.67208 21.4315C8.28156 21.2934 8.07693 20.8649 8.21502 20.4744Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTestflight;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA2yE,EAA3yE,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6qEAA6qE,KAAK,eAAc,CAAI,GAGryE",
  "debugId": "0D42777B84D2CE6064756E2164756E21",
  "names": []
}