{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEyeSlash2/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 IconEyeSlash2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconEyeSlash2\"><Path d=\"M8.19141 5.36379C13.059 3.09109 18.7664 5.30312 21.9993 11.9999C21.1721 13.7134 20.1829 15.1333 19.0872 16.2596\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2.75 2.75L6.42049 6.42049L17.5795 17.5795L21.25 21.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2 12L1.54972 11.7827L1.44479 12L1.54972 12.2174L2 12ZM3.9022 8.90219L3.50773 8.59496L3.9022 8.90219ZM6.42923 7.04218L6.82199 6.73277L6.20317 5.94724L5.81041 6.25665L6.42923 7.04218ZM14.2135 19.2135L14.3399 19.6973L14.2135 19.2135ZM17.5916 18.1848L18.0031 17.9008L17.435 17.0778L17.0235 17.3618L17.5916 18.1848ZM2 12L2.45028 12.2174C3.0006 11.0774 3.62227 10.0753 4.29667 9.20942L3.9022 8.90219L3.50773 8.59496C2.78663 9.52082 2.1284 10.5839 1.54972 11.7827L2 12ZM2 12L1.54972 12.2174C4.50744 18.3443 9.57356 20.9425 14.3399 19.6973L14.2135 19.2135L14.0872 18.7298C9.91066 19.8208 5.26343 17.6101 2.45028 11.7827L2 12ZM3.9022 8.90219L4.29667 9.20942C4.96218 8.35494 5.67889 7.63328 6.42923 7.04218L6.11982 6.64941L5.81041 6.25665C4.99237 6.90108 4.21936 7.68126 3.50773 8.59496L3.9022 8.90219ZM14.2135 19.2135L14.3399 19.6973C15.4631 19.4039 16.558 18.8983 17.5916 18.1848L17.3076 17.7733L17.0235 17.3618C16.0804 18.0129 15.0914 18.4674 14.0872 18.7298L14.2135 19.2135Z\" fill=\"currentColor\"/><Path d=\"M4.12451 9.12463L13.9999 19\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M14.3285 13.8921C15.2884 12.7138 15.2193 10.9766 14.1214 9.87868C13.0355 8.7928 11.3243 8.71337 10.147 9.6404\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconEyeSlash2;\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,EAAkE,EAAM,KAAK,CAAC,IAAU,CACnG,OAAO,gBAA+nD,EAA/nD,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,kHAAkH,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,yDAAyD,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,48BAA48B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gHAAgH,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,CAAI,EACvoD,EAEc",
  "debugId": "07EAAF62E362D50564756E2164756E21",
  "names": []
}