{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTestflight/index.tsx"],
  "sourcesContent": [
    "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\n  return (\n    <Svg\n      {...props}\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    >\n      {masked ? (\n        <>\n          <Mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <G color=\"#fff\">{children}</G>\n          </Mask>\n          <Rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </Svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTestflight: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconTestflight\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.85756 1H15.1419L14.0532 9.16539C14.838 9.73493 15.3771 10.6225 15.4813 11.6388L23.0971 14.7787L19.955 20.2211L13.4285 15.196C12.9923 15.3914 12.5087 15.5 11.9997 15.5C11.4908 15.5 11.0072 15.3914 10.571 15.196L4.04453 20.2211L0.902344 14.7787L8.51815 11.6388C8.62234 10.6225 9.16143 9.73493 9.94627 9.16539L8.85756 1ZM17.7402 3.74804L18.5002 4.39794C19.3417 5.11749 20.0764 5.98933 20.6599 6.99998C21.2434 8.01063 21.6311 9.08279 21.8335 10.1713L22.0163 11.1544L20.05 11.5201L19.8672 10.5369C19.7057 9.66854 19.3962 8.81128 18.9278 7.99998C18.4594 7.18867 17.8717 6.49202 17.2004 5.91798L16.4404 5.26808L17.7402 3.74804ZM7.55907 5.26819L6.79905 5.91809C6.12774 6.49213 5.54008 7.18878 5.07167 8.00008C4.60326 8.81139 4.29378 9.66864 4.1323 10.537L3.94948 11.5202L1.98319 11.1545L2.16601 10.1714C2.36842 9.08289 2.75612 8.01073 3.33962 7.00008C3.92312 5.98944 4.65779 5.11759 5.49925 4.39805L6.25927 3.74815L7.55907 5.26819ZM11.9997 10.5C11.1713 10.5 10.4997 11.1716 10.4997 12C10.4997 12.8284 11.1713 13.5 11.9997 13.5C12.8282 13.5 13.4997 12.8284 13.4997 12C13.4997 11.1716 12.8282 10.5 11.9997 10.5ZM8.39015 19.2118L9.33299 19.5451C10.1658 19.8394 11.0629 20 11.9997 20C12.9366 20 13.8337 19.8394 14.6665 19.5451L15.6093 19.2118L16.2758 21.0975L15.333 21.4307C14.2891 21.7997 13.1667 22 11.9997 22C10.8327 22 9.71037 21.7997 8.66649 21.4307L7.72365 21.0975L8.39015 19.2118Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconTestflight;\n"
  ],
  "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAA8/C,EAA9/C,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q2CAAq2C,KAAK,eAAc,CAAI,EACtgD,EAEc",
  "debugId": "741C1E2BDEDD1F9B64756E2164756E21",
  "names": []
}