{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPayment/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 IconPayment: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconPayment\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.94108 6.70189C9.5391 7.77452 10.6849 8.5 12.0002 8.5C13.9332 8.5 15.5002 6.933 15.5002 5C15.5002 3.067 13.9332 1.5 12.0002 1.5C10.1679 1.5 8.66448 2.90794 8.51276 4.70096C6.12554 5.70517 4.26371 7.70789 3.4486 10.1878L3.13636 11.1378L5.03636 11.7623L5.3486 10.8123C5.9421 9.00664 7.25203 7.52406 8.94108 6.70189ZM18.1308 6.3359L18.7878 7.08982C20.1651 8.67037 21.0002 10.7389 21.0002 13.0001C21.0002 13.3835 20.9762 13.7617 20.9295 14.1332C22.4023 15.162 22.8678 17.165 21.9528 18.7498C20.9864 20.4236 18.8461 20.9971 17.1723 20.0307C15.4984 19.0643 14.9249 16.924 15.8913 15.2502C16.5498 14.1098 17.7532 13.4801 18.9827 13.5003C18.9943 13.3352 19.0002 13.1684 19.0002 13.0001C19.0002 11.2401 18.352 9.63404 17.28 8.40375L16.623 7.64983L18.1308 6.3359ZM3.32069 13.9693C4.99451 13.0029 7.13482 13.5764 8.10121 15.2502C8.75844 16.3886 8.70343 17.7427 8.07444 18.7966C9.19406 19.5566 10.5445 20.0001 12.0002 20.0001C12.4501 20.0001 12.8891 19.9578 13.3138 19.8772L14.2963 19.6908L14.669 21.6558L13.6865 21.8422C13.1395 21.9459 12.5757 22.0001 12.0002 22.0001C9.95563 22.0001 8.06857 21.3172 6.55735 20.1682C4.92844 20.9349 2.95621 20.3371 2.03975 18.7498C1.07337 17.076 1.64686 14.9357 3.32069 13.9693Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconPayment;\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,EAAgE,EAAM,KAAK,CAAC,IAAU,CACjG,OAAO,gBAA20C,EAA30C,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qrCAAqrC,KAAK,eAAc,CAAI,EACn1C,EAEc",
  "debugId": "735E0A60C7F8E8C064756E2164756E21",
  "names": []
}