{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHeartDonation/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 IconHeartDonation: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconHeartDonation\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9998 4.42536C13.6162 3.1422 15.4713 2.76091 17.1687 3.13923C19.0967 3.56911 20.7316 4.96098 21.5105 6.9029C23.1147 10.9028 21.0168 16.5928 12.489 21.3726L11.9998 21.647L11.5115 21.3726C2.98354 16.5928 0.884871 10.9028 2.48902 6.9029C3.2679 4.96092 4.90281 3.56912 6.83082 3.13923C8.52821 2.7608 10.3832 3.14226 11.9998 4.42536ZM11.1697 8.00056V8.79548C10.7864 8.86528 10.4076 9.00463 10.0847 9.23786C9.59939 9.58862 9.26549 10.1359 9.26539 10.8336C9.26551 11.6743 9.66348 12.2523 10.2107 12.6246C10.691 12.9513 11.298 13.1247 11.7429 13.2564C12.254 13.4077 12.6004 13.5167 12.8367 13.6734C13.0047 13.7849 13.0749 13.8855 13.075 14.1099C13.0749 14.2329 13.0316 14.324 12.8982 14.4176C12.7399 14.5283 12.4696 14.6206 12.1218 14.6373C11.7802 14.6536 11.4264 14.5938 11.1375 14.4693C10.8471 14.3442 10.6712 14.1775 10.5877 14.0133L9.16187 14.7379C9.45934 15.3233 9.97394 15.7094 10.5046 15.9381C10.7177 16.0299 10.9418 16.0994 11.1697 16.149V17.0006H12.7703V16.1627C13.1407 16.0854 13.5039 15.9467 13.8162 15.7281C14.3133 15.3798 14.6744 14.8283 14.6746 14.1099C14.6745 13.272 14.2677 12.7029 13.7214 12.3404C13.2435 12.0234 12.6378 11.8527 12.197 11.7222C11.6897 11.5721 11.344 11.4614 11.1101 11.3023C10.9433 11.1888 10.8651 11.0785 10.865 10.8336C10.8651 10.6974 10.913 10.6137 11.0222 10.5347C11.1577 10.4371 11.3961 10.3519 11.7136 10.3404C12.3957 10.3159 12.9749 10.6199 13.1619 10.9879L14.5877 10.2633C14.2085 9.51686 13.5029 9.07782 12.7703 8.87556V8.00056H11.1697Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconHeartDonation;\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,EAAsE,EAAM,KAAK,CAAC,IAAU,CACvG,OAAO,gBAAgmD,EAAhmD,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,o8CAAo8C,KAAK,eAAc,CAAI,EACxmD,EAEc",
  "debugId": "9DE67430B32AF25B64756E2164756E21",
  "names": []
}