{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNfc2/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 IconNfc2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconNfc2\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.5288 3.99316L20.04 4.85263C21.2847 6.94552 21.9994 9.39068 21.9994 11.9997C21.9994 14.6087 21.2847 17.0539 20.04 19.1468L19.5288 20.0062L17.8098 18.9839L18.321 18.1244C19.3869 16.3323 19.9994 14.239 19.9994 11.9997C19.9994 9.76038 19.3869 7.66715 18.321 5.87501L17.8098 5.01554L19.5288 3.99316ZM16.3672 6.43205L16.8363 7.31522C17.579 8.71368 17.9994 10.3091 17.9994 11.9997C17.9994 13.6903 17.579 15.2857 16.8363 16.6842L16.3672 17.5674L14.6009 16.6293L15.07 15.7461C15.663 14.6295 15.9994 13.3554 15.9994 11.9997C15.9994 10.644 15.663 9.36992 15.07 8.25331L14.6009 7.37014L16.3672 6.43205ZM10.8017 6.59964L11.6012 7.20031C13.0559 8.29329 14 10.0364 14 11.9998C14 12.7418 13.8649 13.4544 13.617 14.1131C13.2111 15.1916 12.5046 16.1206 11.6009 16.7995L11.0347 17.2248L5.61325 13.6106L6.72263 11.9465L10.9136 14.7404C11.2729 14.3587 11.5576 13.9069 11.7452 13.4085C11.9096 12.9717 12 12.4975 12 11.9998C12 10.692 11.3734 9.53078 10.3998 8.7993L9.60032 8.19863L10.8017 6.59964ZM4.96498 6.77496L10.3867 10.3892L9.2774 12.0533L5.08618 9.2594C4.72702 9.64111 4.44231 10.0929 4.25479 10.5912C4.0904 11.028 4 11.5022 4 11.9998C4 13.3076 4.6266 14.4688 5.60019 15.2003L6.39968 15.801L5.19833 17.4L4.39884 16.7993C2.94409 15.7063 2 13.9632 2 11.9998C2 11.2579 2.13511 10.5453 2.38296 9.88674C2.78883 8.80828 3.49516 7.87926 4.39884 7.20031L4.96498 6.77496Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconNfc2;\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,EAA6D,EAAM,KAAK,CAAC,IAAU,CAC9F,OAAO,gBAA49C,EAA59C,IAAqB,EAAO,OAAO,4CAA2C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y0CAAy0C,KAAK,eAAc,CAAI,EACp+C,EAEc",
  "debugId": "E1AA2B16B62B020D64756E2164756E21",
  "names": []
}