{
  "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=\"M13.7497 9.56276L14.6325 4.08949C14.8938 2.46919 13.6426 1 12.0013 1C10.3589 1 9.10739 2.47118 9.37067 4.09235L10.2582 9.55723C9.57218 10.0473 9.10129 10.8191 9.01455 11.7036L3.83331 13.6757C2.29943 14.2596 1.65268 16.0777 2.4733 17.4991C3.29451 18.9215 5.19436 19.2697 6.46669 18.2311L10.7553 14.7304C11.1345 14.9035 11.556 15 12.0001 15C12.4409 15 12.8596 14.9049 13.2366 14.7341L17.5346 18.2348C18.8072 19.2712 20.7051 18.9223 21.5258 17.5009C22.347 16.0785 21.6986 14.2591 20.163 13.6765L14.9865 11.7126C14.9024 10.8277 14.4339 10.0547 13.7497 9.56276ZM17.432 4.50351C17.7012 4.18876 18.1747 4.15189 18.4894 4.42115C19.3292 5.13955 20.0625 6.01014 20.6452 7.01983C21.2279 8.02953 21.6148 9.10019 21.8168 10.1869C21.8925 10.5941 21.6237 10.9856 21.2165 11.0613C20.8093 11.137 20.4178 10.8682 20.3421 10.461C20.1707 9.53931 19.8425 8.62979 19.346 7.76958C18.8496 6.90937 18.2265 6.1702 17.5143 5.56097C17.1996 5.2917 17.1627 4.81826 17.432 4.50351ZM6.56814 4.50362C6.83741 4.81837 6.80054 5.29181 6.48579 5.56108C5.77364 6.17031 5.15049 6.90949 4.65408 7.76969C4.15766 8.6299 3.82937 9.53942 3.65805 10.4611C3.58236 10.8684 3.19087 11.1371 2.78363 11.0614C2.37639 10.9857 2.10762 10.5942 2.18331 10.187C2.3853 9.1003 2.77221 8.02964 3.35489 7.01995C3.93758 6.01025 4.67094 5.13966 5.51068 4.42127C5.82543 4.152 6.29887 4.18887 6.56814 4.50362ZM12.0001 10.5C11.1717 10.5 10.5001 11.1716 10.5001 12C10.5001 12.8284 11.1717 13.5 12.0001 13.5C12.8285 13.5 13.5001 12.8284 13.5001 12C13.5001 11.1716 12.8285 10.5 12.0001 10.5ZM8.21541 20.4744C8.3535 20.0839 8.78203 19.8792 9.17254 20.0173C10.056 20.3297 11.0073 20.5 12.0001 20.5C12.9928 20.5 13.9442 20.3297 14.8276 20.0173C15.2181 19.8792 15.6466 20.0839 15.7847 20.4744C15.9228 20.8649 15.7182 21.2934 15.3276 21.4315C14.2859 21.7999 13.1655 22 12.0001 22C10.8346 22 9.71425 21.7999 8.67247 21.4315C8.28196 21.2934 8.07732 20.8649 8.21541 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,gBAA2+D,EAA3+D,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,62DAA62D,KAAK,eAAc,CAAI,GAGr+D",
  "debugId": "54F1D94FC59E835864756E2164756E21",
  "names": []
}