{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRadar1/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 IconRadar1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconRadar1\"><Path d=\"M12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75Z\" fill=\"currentColor\"/><Path d=\"M12 12.0003L11.5712 12.2575C11.6616 12.4081 11.8244 12.5003 12 12.5003C12.1756 12.5003 12.3384 12.4081 12.4287 12.2575L12 12.0003ZM6.68263 4.10982L11.5712 12.2575L12.4287 11.743L7.54013 3.59532L6.68263 4.10982ZM12.4287 12.2575L17.3174 4.10983L16.4599 3.59533L11.5712 11.743L12.4287 12.2575ZM12 21C7.02944 21 3 16.9706 3 12H2C2 17.5228 6.47715 22 12 22V21ZM3 12C3 7.02944 7.02944 3 12 3V2C6.47715 2 2 6.47715 2 12H3ZM12 3C16.9706 3 21 7.02944 21 12H22C22 6.47715 17.5228 2 12 2V3ZM21 12C21 16.9706 16.9706 21 12 21V22C17.5228 22 22 17.5228 22 12H21ZM12 16.9288C9.23858 16.9288 7 14.6903 7 11.9288H6C6 15.2425 8.68629 17.9288 12 17.9288V16.9288ZM17 11.9288C17 14.6903 14.7614 16.9288 12 16.9288V17.9288C15.3137 17.9288 18 15.2425 18 11.9288H17ZM14.5725 7.64042C16.028 8.51562 17 10.109 17 11.9288H18C18 9.74368 16.8316 7.83192 15.0878 6.78341L14.5725 7.64042ZM7 11.9288C7 10.109 7.97197 8.51562 9.4275 7.64042L8.91219 6.78341C7.16843 7.83192 6 9.74368 6 11.9288H7ZM12 12.25C11.8619 12.25 11.75 12.1381 11.75 12H10.75C10.75 12.6904 11.3096 13.25 12 13.25V12.25ZM11.75 12C11.75 11.8619 11.8619 11.75 12 11.75V10.75C11.3096 10.75 10.75 11.3096 10.75 12H11.75ZM12 11.75C12.1381 11.75 12.25 11.8619 12.25 12H13.25C13.25 11.3096 12.6904 10.75 12 10.75V11.75ZM12.25 12C12.25 12.1381 12.1381 12.25 12 12.25V13.25C12.6904 13.25 13.25 12.6904 13.25 12H12.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconRadar1;\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,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAAonD,EAApnD,IAAqB,EAAO,OAAO,gDAA+C,gBAAC,EAAD,CAAM,EAAE,iKAAiK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,q0CAAq0C,KAAK,eAAc,CAAI,EAC5nD,EAEc",
  "debugId": "F54B4ED36162AE7564756E2164756E21",
  "names": []
}