{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGift2/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 IconGift2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconGift2\"><Path d=\"M3 21V13H9.98093C9.24799 13.8269 8.42349 14.5365 7.45773 15.1598L6.61753 15.7021L7.70206 17.3825L8.54227 16.8402C9.46268 16.2462 10.2726 15.5833 11 14.8396V21H3Z\" fill=\"currentColor\"/><Path d=\"M13 14.8396V21H21V13H14.0191C14.752 13.8269 15.5765 14.5365 16.5423 15.1598L17.3825 15.7021L16.2979 17.3825L15.4577 16.8402C14.5373 16.2462 13.7274 15.5833 13 14.8396Z\" fill=\"currentColor\"/><Path d=\"M9 9.33333C9 10.2538 9.74619 11 10.6667 11H11V10.6667C11 9.74619 10.2538 9 9.33333 9C9.14924 9 9 9.14924 9 9.33333Z\" fill=\"currentColor\"/><Path d=\"M13 10.6667V11H13.3333C14.2538 11 15 10.2538 15 9.33333C15 9.14924 14.8508 9 14.6667 9C13.7462 9 13 9.74619 13 10.6667Z\" fill=\"currentColor\"/><Path d=\"M16.6002 11C16.8558 10.5 17 9.93348 17 9.33333C17 8.04467 15.9553 7 14.6667 7C14.0665 7 13.5 7.14419 13 7.39981V3H21V11H16.6002Z\" fill=\"currentColor\"/><Path d=\"M9.33333 7C9.93348 7 10.5 7.14419 11 7.39981V3H3V11H7.39981C7.14419 10.5 7 9.93348 7 9.33333C7 8.04467 8.04467 7 9.33333 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconGift2;\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,EAA8D,EAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,gBAA8jC,EAA9jC,IAAqB,EAAO,OAAO,6CAA4C,gBAAC,EAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0KAA0K,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sHAAsH,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mIAAmI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8HAA8H,KAAK,eAAc,CAAI,EACtkC,EAEc",
  "debugId": "4575B4979B88FAEE64756E2164756E21",
  "names": []
}