{
  "version": 3,
  "sources": ["src/IconGift2/index.tsx", "src/CentralIconBase/index.tsx"],
  "sourcesContent": [
    "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=\"round-filled-radius-2-stroke-1-IconGift2\"><Path d=\"M11.5 3H5.5C4.11929 3 3 4.11929 3 5.5V11.5H8.05051C7.40223 10.8647 7 9.97934 7 9C7 7.89543 7.89543 7 9 7C9.97935 7 10.8647 7.40223 11.5 8.05051V3Z\" fill=\"currentColor\"/><Path d=\"M3 12.5V18.5C3 19.8807 4.11929 21 5.5 21H11.5V13.5411C10.4503 14.8613 9.241 15.9715 7.77113 16.9201C7.53912 17.0698 7.22964 17.0032 7.0799 16.7711C6.93015 16.5391 6.99685 16.2296 7.22887 16.0799C8.75287 15.0963 9.97759 13.9287 11.0391 12.5H3Z\" fill=\"currentColor\"/><Path d=\"M12.5 21H18.5C19.8807 21 21 19.8807 21 18.5V12.5H12.9609C14.0224 13.9287 15.2471 15.0963 16.7711 16.0799C17.0032 16.2296 17.0698 16.5391 16.9201 16.7711C16.7704 17.0032 16.4609 17.0698 16.2289 16.9201C14.759 15.9715 13.5497 14.8613 12.5 13.5411V21Z\" fill=\"currentColor\"/><Path d=\"M21 11.5V5.5C21 4.11929 19.8807 3 18.5 3H12.5V8.05051C13.1353 7.40223 14.0207 7 15 7C16.1046 7 17 7.89543 17 9C17 9.97935 16.5978 10.8647 15.9495 11.5H21Z\" fill=\"currentColor\"/><Path d=\"M9 8C10.3807 8 11.5 9.11929 11.5 10.5V11.5H10.5C9.11929 11.5 8 10.3807 8 9C8 8.44772 8.44772 8 9 8Z\" fill=\"currentColor\"/><Path d=\"M12.5 10.5V11.5H13.5C14.8807 11.5 16 10.3807 16 9C16 8.44771 15.5523 8 15 8C13.6193 8 12.5 9.11929 12.5 10.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconGift2;\n",
    "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\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n  const instanceId = React.useId();\n  return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n  typeof React.useId === \"function\"\n    ? undefined\n    : class extends React.Component<\n        { iconProps: Props },\n        { instanceId?: string }\n      > {\n        state: { instanceId?: string } = {};\n\n        componentDidMount() {\n          // Defer legacy IDs until mount so server and initial client markup agree.\n          this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n        }\n\n        render() {\n          return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n        }\n      };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n  LegacyCentralIconBase ? (\n    <LegacyCentralIconBase iconProps={props} />\n  ) : (\n    <ModernCentralIconBase {...props} />\n  );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  instanceId,\n  ...props\n}) => {\n  const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\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={uniqueMaskId}\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(#${uniqueMaskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </Svg>\n  );\n};\n"
  ],
  "mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAU1B,IAAM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,EAAM,MAAM,EAC/B,OAAO,gBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,EAAM,QAAU,WACnB,OACA,cAAc,EAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,gBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,gBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,gBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,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,GDrFN,eAAS,yBAEF,IAAM,EAA8D,EAAM,KAAK,CAAC,IAC9E,gBAAsvC,EAAtvC,IAAqB,EAAO,OAAO,4CAA2C,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qPAAqP,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,2PAA2P,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6JAA6J,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sGAAsG,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gHAAgH,KAAK,eAAc,CAAI,CAC9vC,EAEc",
  "debugId": "C5B2681E19D2D69064756E2164756E21",
  "names": []
}