{
  "version": 3,
  "sources": ["src/IconDumbell/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 IconDumbell: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"round-filled-radius-1-stroke-1.5-IconDumbell\"><Path d=\"M2.63174 17.48C2.14359 16.9919 2.14359 16.2004 2.63174 15.7122L2.80852 15.5355C3.29667 15.0473 4.08813 15.0473 4.57629 15.5355L8.46537 19.4246C8.95353 19.9127 8.95353 20.7042 8.46537 21.1923L8.2886 21.3691C7.80044 21.8573 7.00898 21.8573 6.52083 21.3691L2.63174 17.48Z\" fill=\"currentColor\"/><Path d=\"M15.5364 4.57531C15.0483 4.08715 15.0483 3.2957 15.5364 2.80754L15.7132 2.63076C16.2014 2.14261 16.9928 2.14261 17.481 2.63076L21.3701 6.51985C21.8582 7.00801 21.8582 7.79946 21.3701 8.28762L21.1933 8.4644C20.7051 8.95255 19.9137 8.95255 19.4255 8.4644L15.5364 4.57531Z\" fill=\"currentColor\"/><Path d=\"M3.51562 13.0606C3.02747 12.5724 3.02747 11.781 3.51562 11.2928L4.04596 10.7625C4.53411 10.2743 5.32557 10.2743 5.81372 10.7625L13.2383 18.1871C13.7265 18.6753 13.7265 19.4667 13.2383 19.9549L12.708 20.4852C12.2199 20.9734 11.4284 20.9734 10.9402 20.4852L3.51562 13.0606Z\" fill=\"currentColor\"/><Path d=\"M10.7635 5.81275C10.2753 5.32459 10.2753 4.53313 10.7635 4.04498L11.2938 3.51465C11.782 3.02649 12.5734 3.02649 13.0616 3.51465L20.4862 10.9393C20.9743 11.4274 20.9743 12.2189 20.4862 12.707L19.9559 13.2374C19.4677 13.7255 18.6762 13.7255 18.1881 13.2374L10.7635 5.81275Z\" fill=\"currentColor\"/><Path d=\"M8.81893 12.3535L12.3545 8.81795L15.1829 11.6464L11.6474 15.1819L8.81893 12.3535Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDumbell;\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,EAAgE,EAAM,KAAK,CAAC,IAChF,gBAA43C,EAA53C,IAAqB,EAAO,OAAO,gDAA+C,gBAAC,EAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gRAAgR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,CACp4C,EAEc",
  "debugId": "59AA5DBB50AFD0DE64756E2164756E21",
  "names": []
}