{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconServer2/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 IconServer2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconServer2\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20 5.5V7.5H19.9839C19.9017 8.13364 19.5157 8.63201 19.0951 8.98717C18.616 9.39171 17.982 9.71098 17.2861 9.95951C15.8856 10.4597 14.0166 10.75 12 10.75C9.98341 10.75 8.1144 10.4597 6.71392 9.95951C6.01803 9.71098 5.38405 9.39171 4.90494 8.98717C4.48432 8.63201 4.09828 8.13364 4.01607 7.5H4V5.5C4 4.74631 4.43048 4.16346 4.90494 3.76283C5.38405 3.35829 6.01803 3.03902 6.71392 2.79049C8.1144 2.29032 9.98341 2 12 2C14.0166 2 15.8856 2.29032 17.2861 2.79049C17.982 3.03902 18.616 3.35829 19.0951 3.76283C19.5695 4.16346 20 4.74631 20 5.5ZM6.19525 5.29094C6.07042 5.39634 6.02321 5.46681 6.00633 5.5C6.02321 5.53319 6.07042 5.60366 6.19525 5.70906C6.42458 5.9027 6.81573 6.12215 7.38659 6.32603C8.5196 6.73067 10.1506 7 12 7C13.8494 7 15.4804 6.73067 16.6134 6.32603C17.1843 6.12215 17.5754 5.9027 17.8048 5.70906C17.9296 5.60366 17.9768 5.53319 17.9937 5.5C17.9768 5.46681 17.9296 5.39634 17.8048 5.29094C17.5754 5.0973 17.1843 4.87785 16.6134 4.67397C15.4804 4.26933 13.8494 4 12 4C10.1506 4 8.5196 4.26933 7.38659 4.67397C6.81573 4.87785 6.42458 5.0973 6.19525 5.29094Z\" fill=\"currentColor\"/><Path d=\"M20 11.0638C19.3587 11.5201 18.6396 11.8498 17.9588 12.093C16.2908 12.6887 14.1838 13 12 13C9.81624 13 7.70922 12.6887 6.04124 12.093C5.3604 11.8498 4.6413 11.5201 4 11.0638V13C4 13.7537 4.43048 14.3365 4.90494 14.7372C5.38405 15.1417 6.01803 15.461 6.71392 15.7095C8.1144 16.2097 9.98341 16.5 12 16.5C14.0166 16.5 15.8856 16.2097 17.2861 15.7095C17.982 15.461 18.616 15.1417 19.0951 14.7372C19.5695 14.3365 20 13.7537 20 13V11.0638Z\" fill=\"currentColor\"/><Path d=\"M4 18.5V16.5638C4.6413 17.0201 5.3604 17.3498 6.04124 17.593C7.70922 18.1887 9.81624 18.5 12 18.5C14.1838 18.5 16.2908 18.1887 17.9588 17.593C18.6396 17.3498 19.3587 17.0201 20 16.5638V18.5C20 19.2537 19.5695 19.8365 19.0951 20.2372C18.616 20.6417 17.982 20.961 17.2861 21.2095C15.8856 21.7097 14.0166 22 12 22C9.98341 22 8.1144 21.7097 6.71392 21.2095C6.01803 20.961 5.38405 20.6417 4.90494 20.2372C4.43048 19.8365 4 19.2537 4 18.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconServer2;\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,EAAgE,EAAM,KAAK,CAAC,IAAU,CACjG,OAAO,gBAA0mE,EAA1mE,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kjCAAkjC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,obAAob,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,obAAob,KAAK,eAAc,CAAI,EAClnE,EAEc",
  "debugId": "93AF7396E3089DEE64756E2164756E21",
  "names": []
}