{
  "version": 3,
  "sources": ["src/IconImagineAi/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 IconImagineAi: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-1.5-IconImagineAi\"><Path d=\"M13.7598 19.6593C14.1214 19.4577 14.5784 19.5869 14.7803 19.9484C14.982 20.3101 14.8519 20.7671 14.4902 20.9689L13.3398 21.6115C12.5071 22.076 11.4929 22.076 10.6602 21.6115L9.50977 20.9689C9.14812 20.7671 9.01799 20.3101 9.21973 19.9484C9.42158 19.5869 9.87861 19.4577 10.2402 19.6593L11.3906 20.3009C11.7692 20.5122 12.2308 20.5122 12.6094 20.3009L13.7598 19.6593Z\" fill=\"currentColor\"/><Path d=\"M3.5 13.5607C3.91413 13.5607 4.24986 13.8966 4.25 14.3107V15.5793C4.25016 16.0312 4.49454 16.448 4.88867 16.6691L5.99219 17.2883C6.35327 17.491 6.48194 17.9486 6.2793 18.3097C6.07655 18.6707 5.61894 18.7994 5.25781 18.5968L4.1543 17.9777C3.28706 17.4911 2.75016 16.5737 2.75 15.5793V14.3107C2.75014 13.8966 3.08587 13.5607 3.5 13.5607Z\" fill=\"currentColor\"/><Path d=\"M20.5 13.5607C20.9141 13.5607 21.2499 13.8966 21.25 14.3107V15.5793C21.2498 16.5737 20.7129 17.4911 19.8457 17.9777L18.7422 18.5968C18.3811 18.7994 17.9235 18.6707 17.7207 18.3097C17.5181 17.9486 17.6467 17.491 18.0078 17.2883L19.1113 16.6691C19.5055 16.448 19.7498 16.0312 19.75 15.5793V14.3107C19.7501 13.8966 20.0859 13.5607 20.5 13.5607Z\" fill=\"currentColor\"/><Path d=\"M12 7.50017C12.2711 7.50017 12.514 7.66705 12.6113 7.92009L13.2559 9.59489C13.459 10.123 13.8762 10.5411 14.4043 10.7443L16.0801 11.3888C16.333 11.4862 16.5 11.7291 16.5 12.0002C16.4999 12.2712 16.333 12.5142 16.0801 12.6115L14.4043 13.256C13.8763 13.4592 13.459 13.8764 13.2559 14.4045L12.6113 16.0802C12.5139 16.3331 12.271 16.5002 12 16.5002C11.729 16.5002 11.4861 16.3331 11.3887 16.0802L10.7441 14.4045C10.541 13.8764 10.1237 13.4592 9.5957 13.256L7.91992 12.6115C7.66699 12.5142 7.50008 12.2712 7.5 12.0002C7.5 11.7291 7.667 11.4862 7.91992 11.3888L9.5957 10.7443C10.1238 10.5411 10.541 10.123 10.7441 9.59489L11.3887 7.92009C11.486 7.66705 11.7289 7.50017 12 7.50017Z\" fill=\"currentColor\"/><Path d=\"M5.25781 5.40349C5.619 5.20083 6.07658 5.32947 6.2793 5.6906C6.48183 6.05177 6.35328 6.5094 5.99219 6.71208L4.88867 7.33122C4.49454 7.5524 4.25009 7.96912 4.25 8.42107V9.68962C4.24975 10.1036 3.91406 10.4396 3.5 10.4396C3.08594 10.4396 2.75025 10.1036 2.75 9.68962V8.42107C2.75009 7.42663 3.28705 6.50926 4.1543 6.02263L5.25781 5.40349Z\" fill=\"currentColor\"/><Path d=\"M17.7207 5.6906C17.9234 5.32947 18.381 5.20084 18.7422 5.40349L19.8457 6.02263C20.713 6.50926 21.2499 7.42663 21.25 8.42107V9.68962C21.2498 10.1036 20.9141 10.4396 20.5 10.4396C20.0859 10.4396 19.7502 10.1036 19.75 9.68962V8.42107C19.7499 7.96912 19.5055 7.5524 19.1113 7.33122L18.0078 6.71208C17.6467 6.5094 17.5182 6.05178 17.7207 5.6906Z\" fill=\"currentColor\"/><Path d=\"M10.6602 2.38884C11.4929 1.92426 12.5071 1.92426 13.3398 2.38884L14.4902 3.03142C14.8519 3.2333 14.9821 3.69025 14.7803 4.05193C14.5784 4.41332 14.1213 4.54256 13.7598 4.34099L12.6094 3.69939C12.2308 3.48809 11.7692 3.48809 11.3906 3.69939L10.2402 4.34099C9.87867 4.54257 9.42161 4.41332 9.21973 4.05193C9.01789 3.69025 9.14813 3.2333 9.50977 3.03142L10.6602 2.38884Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconImagineAi;\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,EAAkE,EAAM,KAAK,CAAC,IAClF,gBAA6/F,EAA7/F,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kVAAkV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,wVAAwV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qqBAAqqB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mVAAmV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,uVAAuV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kXAAkX,KAAK,eAAc,CAAI,CACrgG,EAEc",
  "debugId": "5BE5E044C6D03AFA64756E2164756E21",
  "names": []
}