{
  "version": 3,
  "sources": ["src/IconRewrite1/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 IconRewrite1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-1-IconRewrite1\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.14645 2.14645C6.34171 1.95118 6.65829 1.95118 6.85355 2.14645L8.85355 4.14645C9.04882 4.34171 9.04882 4.65829 8.85355 4.85355L6.85355 6.85355C6.65829 7.04882 6.34171 7.04882 6.14645 6.85355C5.95118 6.65829 5.95118 6.34171 6.14645 6.14645L7.29289 5H5.7C5.1317 5 4.73554 5.00039 4.42712 5.02559C4.12454 5.05031 3.95069 5.0964 3.81901 5.16349C3.53677 5.3073 3.3073 5.53677 3.16349 5.81901C3.0964 5.95069 3.05031 6.12454 3.02559 6.42712C3.00039 6.73554 3 7.1317 3 7.7V16.3C3 16.8683 3.00039 17.2645 3.02559 17.5729C3.05031 17.8755 3.0964 18.0493 3.16349 18.181C3.3073 18.4632 3.53677 18.6927 3.81901 18.8365C3.95069 18.9036 4.12454 18.9497 4.42712 18.9744C4.73554 18.9996 5.1317 19 5.7 19H11.5C11.7761 19 12 19.2239 12 19.5C12 19.7761 11.7761 20 11.5 20H5.67858C5.1367 20 4.69963 20 4.34569 19.9711C3.98126 19.9413 3.66117 19.8784 3.36502 19.7275C2.89462 19.4878 2.51217 19.1054 2.27248 18.635C2.12159 18.3388 2.05868 18.0187 2.02891 17.6543C1.99999 17.3004 2 16.8633 2 16.3214V7.6786C2 7.1367 1.99999 6.69963 2.02891 6.34569C2.05868 5.98126 2.12159 5.66117 2.27248 5.36502C2.51217 4.89462 2.89462 4.51217 3.36502 4.27248C3.66117 4.12159 3.98126 4.05868 4.34569 4.02891C4.69963 3.99999 5.1367 3.99999 5.6786 4L7.29289 4L6.14645 2.85355C5.95118 2.65829 5.95118 2.34171 6.14645 2.14645ZM19.5729 5.02559C19.2645 5.00039 18.8683 5 18.3 5H12.5C12.2239 5 12 4.77614 12 4.5C12 4.22386 12.2239 4 12.5 4L18.3214 4C18.8633 3.99999 19.3004 3.99999 19.6543 4.02891C20.0187 4.05868 20.3388 4.12159 20.635 4.27248C21.1054 4.51217 21.4878 4.89462 21.7275 5.36502C21.8784 5.66117 21.9413 5.98126 21.9711 6.34569C22 6.69963 22 7.1367 22 7.67858V16.3214C22 16.8633 22 17.3004 21.9711 17.6543C21.9413 18.0187 21.8784 18.3388 21.7275 18.635C21.4878 19.1054 21.1054 19.4878 20.635 19.7275C20.3388 19.8784 20.0187 19.9413 19.6543 19.9711C19.3004 20 18.8633 20 18.3214 20H16.7071L17.8536 21.1464C18.0488 21.3417 18.0488 21.6583 17.8536 21.8536C17.6583 22.0488 17.3417 22.0488 17.1464 21.8536L15.1464 19.8536C14.9512 19.6583 14.9512 19.3417 15.1464 19.1464L17.1464 17.1464C17.3417 16.9512 17.6583 16.9512 17.8536 17.1464C18.0488 17.3417 18.0488 17.6583 17.8536 17.8536L16.7071 19H18.3C18.8683 19 19.2645 18.9996 19.5729 18.9744C19.8755 18.9497 20.0493 18.9036 20.181 18.8365C20.4632 18.6927 20.6927 18.4632 20.8365 18.181C20.9036 18.0493 20.9497 17.8755 20.9744 17.5729C20.9996 17.2645 21 16.8683 21 16.3V7.7C21 7.1317 20.9996 6.73554 20.9744 6.42712C20.9497 6.12454 20.9036 5.95069 20.8365 5.81901C20.6927 5.53677 20.4632 5.3073 20.181 5.16349C20.0493 5.0964 19.8755 5.05031 19.5729 5.02559ZM8.5 11C8.22386 11 8 10.7761 8 10.5C8 10.2239 8.22386 10 8.5 10H15.5C15.7761 10 16 10.2239 16 10.5C16 10.7761 15.7761 11 15.5 11H8.5ZM8 13.5C8 13.2239 8.22386 13 8.5 13H13.5C13.7761 13 14 13.2239 14 13.5C14 13.7761 13.7761 14 13.5 14H8.5C8.22386 14 8 13.7761 8 13.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconRewrite1;\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,EAAiE,EAAM,KAAK,CAAC,IACjF,gBAA06F,EAA16F,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oxFAAoxF,KAAK,eAAc,CAAI,CACl7F,EAEc",
  "debugId": "5E32997E6F0C9D2664756E2164756E21",
  "names": []
}