{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWorld/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 IconWorld: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconWorld\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.73992 8.6352C4.26506 9.65805 4 10.7981 4 12C4 13.8488 4.62711 15.551 5.68021 16.9057L8.47727 14.1087C6.99489 12.5171 5.82474 10.8846 5.10603 9.4472C4.96965 9.17444 4.84662 8.90299 4.73992 8.6352ZM8.63595 4.73957C8.90364 4.84625 9.175 4.96923 9.44767 5.10556C10.8851 5.82428 12.5176 6.99443 14.1091 8.4768L16.9057 5.68021C15.551 4.62711 13.8488 4 12 4C10.7984 4 9.6586 4.26493 8.63595 4.73957ZM18.3288 4.25712C16.6049 2.84639 14.4013 2 12 2C6.47715 2 2 6.47715 2 12C2 14.4013 2.84639 16.6049 4.25712 18.3288L2.80776 19.7782L4.22197 21.1924L5.67135 19.743C7.39521 21.1537 9.59877 22 12 22C14.7469 22 17.2352 20.8924 19.0425 19.0995C19.0522 19.0902 19.0619 19.0807 19.0715 19.0711C19.0812 19.0614 19.0907 19.0517 19.1001 19.0419C20.8927 17.2346 22 14.7466 22 12C22 9.59877 21.1537 7.39521 19.743 5.67135L21.1925 4.22183L19.7783 2.80762L18.3288 4.25712ZM18.3199 7.09444L15.5234 9.89101C17.0059 11.4827 18.1761 13.1153 18.8949 14.5528C19.0311 14.8252 19.154 15.0963 19.2606 15.3637C19.7351 14.3412 20 13.2015 20 12C20 10.1513 19.3729 8.44911 18.3199 7.09444ZM17.6598 17.6539C17.6613 17.6519 17.6633 17.6488 17.666 17.6439C17.6714 17.6336 17.6811 17.6121 17.6901 17.5745C17.709 17.4956 17.7213 17.3608 17.697 17.1558C17.6475 16.7383 17.4625 16.1601 17.106 15.4472C16.4978 14.2307 15.4665 12.7726 14.1082 11.3062L11.3066 14.1077C12.773 15.466 14.2311 16.4973 15.4477 17.1056C16.1605 17.462 16.7388 17.647 17.1563 17.6965C17.3613 17.7208 17.496 17.7085 17.5749 17.6896C17.6126 17.6806 17.6341 17.671 17.6443 17.6655C17.6492 17.6629 17.6524 17.6608 17.6544 17.6593C17.6562 17.6575 17.658 17.6557 17.6598 17.6539ZM15.3645 19.2602C15.0969 19.1536 14.8257 19.0307 14.5532 18.8944C13.1157 18.1757 11.4831 17.0054 9.89147 15.5229L7.09444 18.3199C8.44911 19.3729 10.1513 20 12 20C13.2018 20 14.3417 19.735 15.3645 19.2602ZM9.89243 12.6935L12.694 9.89197C11.2277 8.53384 9.76971 7.50265 8.55324 6.89442C7.84038 6.53799 7.26209 6.35295 6.84463 6.30348C6.6396 6.27918 6.50488 6.29148 6.42598 6.31036C6.38834 6.31936 6.36685 6.329 6.35657 6.33448C6.34727 6.33944 6.34364 6.34309 6.34364 6.34309C6.34364 6.34309 6.3399 6.34681 6.33495 6.35611C6.32947 6.36639 6.31982 6.38788 6.31082 6.42552C6.29194 6.50442 6.27964 6.63914 6.30394 6.84417C6.35342 7.26163 6.53845 7.83991 6.89488 8.55278C7.50311 9.76924 8.5343 11.2272 9.89243 12.6935Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconWorld;\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,EAA8D,EAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,gBAAo6E,EAAp6E,IAAqB,EAAO,OAAO,6CAA4C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gxEAAgxE,KAAK,eAAc,CAAI,EAC56E,EAEc",
  "debugId": "77F943B5192EF6DD64756E2164756E21",
  "names": []
}