{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSmartwatch2/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 IconSmartwatch2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconSmartwatch2\"><Path d=\"M8 1.5V1H7.55248L7.50306 1.44478L8 1.5ZM16 1.5L16.4969 1.44478L16.4475 1H16V1.5ZM15.6338 5.4375L15.3912 5.8747L15.6338 5.4375ZM8.36624 5.4375L8.60885 5.8747L8.36624 5.4375ZM12.5 8.5V8H11.5V8.5H12.5ZM12 12H11.5V12.2071L11.6464 12.3536L12 12ZM13.3964 14.1036L13.75 14.4571L14.4571 13.75L14.1036 13.3964L13.3964 14.1036ZM8 22.5L7.50306 22.5552L7.55248 23H8V22.5ZM16 22.5V23H16.4475L16.4969 22.5552L16 22.5ZM7.99694 6.05522L8.49694 1.55522L7.50306 1.44478L7.00306 5.94478L7.99694 6.05522ZM8 2H16V1H8V2ZM15.5031 1.55522L16.0031 6.05522L16.9969 5.94478L16.4969 1.44478L15.5031 1.55522ZM19 12C19 15.866 15.866 19 12 19V20C16.4183 20 20 16.4183 20 12H19ZM12 19C8.13401 19 5 15.866 5 12H4C4 16.4183 7.58172 20 12 20V19ZM12 5C13.2313 5 14.387 5.31749 15.3912 5.8747L15.8764 5.0003C14.7276 4.36283 13.4054 4 12 4V5ZM15.3912 5.8747C17.5444 7.06956 19 9.36514 19 12H20C20 8.98731 18.3345 6.36431 15.8764 5.0003L15.3912 5.8747ZM5 12C5 9.36514 6.45556 7.06956 8.60885 5.8747L8.12364 5.0003C5.66552 6.36431 4 8.98731 4 12H5ZM8.60885 5.8747C9.613 5.31749 10.7687 5 12 5V4C10.5946 4 9.27245 4.36283 8.12364 5.0003L8.60885 5.8747ZM11.5 8.5V12H12.5V8.5H11.5ZM11.6464 12.3536L13.3964 14.1036L14.1036 13.3964L12.3536 11.6464L11.6464 12.3536ZM7.00306 18.0552L7.50306 22.5552L8.49694 22.4448L7.99694 17.9448L7.00306 18.0552ZM8 23H16V22H8V23ZM16.4969 22.5552L16.9969 18.0552L16.0031 17.9448L15.5031 22.4448L16.4969 22.5552Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSmartwatch2;\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,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA++C,EAA/+C,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,EAAE,y3CAAy3C,KAAK,eAAc,CAAI,EACv/C,EAEc",
  "debugId": "91F2832D102F126B64756E2164756E21",
  "names": []
}