{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDeepSearch/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 IconDeepSearch: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconDeepSearch\"><Path d=\"M15.8896 21.2148C14.6928 21.7205 13.3775 22 12 22C10.6225 22 9.30717 21.7205 8.11035 21.2148L8.88965 19.373C9.84449 19.7764 10.8948 20 12 20C13.1052 20 14.1555 19.7764 15.1104 19.373L15.8896 21.2148Z\" fill=\"currentColor\"/><Path d=\"M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.0191 16.6944 13.9664 16.1709 14.7568L18.457 17.043L17.043 18.457L14.7568 16.1709C13.9664 16.6944 13.0191 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9Z\" fill=\"currentColor\"/><Path d=\"M4.62695 8.88965C4.22359 9.84449 4 10.8948 4 12C4 13.1052 4.22359 14.1555 4.62695 15.1104L2.78516 15.8896C2.27949 14.6928 2 13.3775 2 12C2 10.6225 2.27949 9.30717 2.78516 8.11035L4.62695 8.88965Z\" fill=\"currentColor\"/><Path d=\"M21.2148 8.11035C21.7205 9.30717 22 10.6225 22 12C22 13.3775 21.7205 14.6928 21.2148 15.8896L19.373 15.1104C19.7764 14.1555 20 13.1052 20 12C20 10.8948 19.7764 9.84449 19.373 8.88965L21.2148 8.11035Z\" fill=\"currentColor\"/><Path d=\"M12 2C13.3775 2 14.6928 2.27949 15.8896 2.78516L15.1104 4.62695C14.1555 4.22359 13.1052 4 12 4C10.8948 4 9.84449 4.22359 8.88965 4.62695L8.11035 2.78516C9.30717 2.27949 10.6225 2 12 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDeepSearch;\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,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAw/C,EAAx/C,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,0MAA0M,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+TAA+T,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sMAAsM,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0MAA0M,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,CAAI,EAChgD,EAEc",
  "debugId": "11F7ED5FCD055B1264756E2164756E21",
  "names": []
}