@photon-ai/pho-ui 1.4.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/chunks/IconAlertCircleFilled-VxKU8TYK.js +11 -0
  2. package/dist/chunks/IconAlertCircleFilled-VxKU8TYK.js.map +1 -0
  3. package/dist/chunks/IconArrowUpRight-DGgKzQwV.js +14 -0
  4. package/dist/chunks/IconArrowUpRight-DGgKzQwV.js.map +1 -0
  5. package/dist/chunks/IconChevronLeft-CSWMKQ4C.js +11 -0
  6. package/dist/chunks/IconChevronLeft-CSWMKQ4C.js.map +1 -0
  7. package/dist/chunks/IconInfoCircle-L0zfhg7R.js +21 -0
  8. package/dist/chunks/IconInfoCircle-L0zfhg7R.js.map +1 -0
  9. package/dist/chunks/animated-height-DhNSac85.js +50 -0
  10. package/dist/chunks/animated-height-DhNSac85.js.map +1 -0
  11. package/dist/chunks/basic-page-D1zm81YS.js +481 -0
  12. package/dist/chunks/basic-page-D1zm81YS.js.map +1 -0
  13. package/dist/chunks/{close-button-B8gF5UNk.js → button-X5wsWvRa.js} +127 -147
  14. package/dist/chunks/button-X5wsWvRa.js.map +1 -0
  15. package/dist/chunks/close-button-xadxp0j8.js +29 -0
  16. package/dist/chunks/close-button-xadxp0j8.js.map +1 -0
  17. package/dist/chunks/combobox-rLdS6fl-.js +117 -0
  18. package/dist/chunks/combobox-rLdS6fl-.js.map +1 -0
  19. package/dist/chunks/dialog-Caze1vkf.js +252 -0
  20. package/dist/chunks/dialog-Caze1vkf.js.map +1 -0
  21. package/dist/chunks/error-DR6G2LmG.js +251 -0
  22. package/dist/chunks/error-DR6G2LmG.js.map +1 -0
  23. package/dist/chunks/{input-CxS7ndpb.js → input-D3XQcC4J.js} +29 -31
  24. package/dist/chunks/input-D3XQcC4J.js.map +1 -0
  25. package/dist/chunks/{menu-BSXds3Rt.js → menu-BC-9IP29.js} +39 -39
  26. package/dist/chunks/menu-BC-9IP29.js.map +1 -0
  27. package/dist/chunks/popover-EL1SE1kj.js +46 -0
  28. package/dist/chunks/popover-EL1SE1kj.js.map +1 -0
  29. package/dist/chunks/{sidebar-DGpEKxOn.js → sidebar-DDJC1MeD.js} +72 -64
  30. package/dist/chunks/sidebar-DDJC1MeD.js.map +1 -0
  31. package/dist/components/button.js +13 -12
  32. package/dist/components/combobox.js +2 -114
  33. package/dist/components/command.js +242 -0
  34. package/dist/components/command.js.map +1 -0
  35. package/dist/components/context-menu.js +1 -1
  36. package/dist/components/dialog.js +1 -1
  37. package/dist/components/drawer.js.map +1 -1
  38. package/dist/components/error.js +13 -0
  39. package/dist/components/input.js +1 -1
  40. package/dist/components/menu.js +1 -1
  41. package/dist/components/notification.js +27 -39
  42. package/dist/components/notification.js.map +1 -1
  43. package/dist/components/phone-input.js +17001 -0
  44. package/dist/components/phone-input.js.map +1 -0
  45. package/dist/components/popover.js +2 -43
  46. package/dist/components/toast.js.map +1 -1
  47. package/dist/index.js +62 -50
  48. package/dist/primitives.js +1 -1
  49. package/dist/sections/basic-page.js +1 -1
  50. package/dist/sections/sidebar.js +1 -1
  51. package/dist/src/components/command/command.d.ts +114 -0
  52. package/dist/src/components/command/index.d.ts +1 -0
  53. package/dist/src/components/dialog/dialog.d.ts +89 -1
  54. package/dist/src/components/drawer/drawer.d.ts +2 -2
  55. package/dist/src/components/error/error.d.ts +56 -0
  56. package/dist/src/components/error/index.d.ts +2 -0
  57. package/dist/src/components/error/problem.d.ts +80 -0
  58. package/dist/src/components/notification/notification.d.ts +1 -1
  59. package/dist/src/components/phone-input/country-alpha3.d.ts +250 -0
  60. package/dist/src/components/phone-input/country-search.d.ts +8 -0
  61. package/dist/src/components/phone-input/index.d.ts +1 -0
  62. package/dist/src/components/phone-input/phone-input.d.ts +47 -0
  63. package/dist/src/components/toast/toast.d.ts +1 -1
  64. package/dist/src/index.d.ts +1 -0
  65. package/dist/src/sections/basic-page/basic-page.d.ts +165 -45
  66. package/dist/src/sections/sidebar/sidebar.d.ts +8 -3
  67. package/dist/src/utils/animated-height.d.ts +13 -0
  68. package/package.json +16 -5
  69. package/src/styles/theme.css +27 -0
  70. package/dist/chunks/basic-page-4_GZOvRr.js +0 -255
  71. package/dist/chunks/basic-page-4_GZOvRr.js.map +0 -1
  72. package/dist/chunks/close-button-B8gF5UNk.js.map +0 -1
  73. package/dist/chunks/dialog-Ba0UUE5g.js +0 -155
  74. package/dist/chunks/dialog-Ba0UUE5g.js.map +0 -1
  75. package/dist/chunks/input-CxS7ndpb.js.map +0 -1
  76. package/dist/chunks/menu-BSXds3Rt.js.map +0 -1
  77. package/dist/chunks/sidebar-DGpEKxOn.js.map +0 -1
  78. package/dist/components/alert-dialog.js +0 -59
  79. package/dist/components/alert-dialog.js.map +0 -1
  80. package/dist/components/combobox.js.map +0 -1
  81. package/dist/components/popover.js.map +0 -1
  82. package/dist/src/components/alert-dialog/alert-dialog.d.ts +0 -41
  83. package/dist/src/components/alert-dialog/index.d.ts +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phone-input.js","names":["metadata","_typeof","ownKeys","_objectSpread","_defineProperty","_toPropertyKey","_toPrimitive","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","_arrayLikeToArray","_typeof","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","_classCallCheck","_typeof","_classCallCheck","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","getCountryCallingCode","compare","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","USE_NON_GEOGRAPHIC_COUNTRY_CODE","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","USE_NON_GEOGRAPHIC_COUNTRY_CODE","getCountryCallingCode","formatNationalNumber","getCountryCallingCode","_typeof","ownKeys","_objectSpread","_defineProperty","_toPropertyKey","_classCallCheck","_defineProperties","_createClass","_toPrimitive","isPossibleNumber","USE_NON_GEOGRAPHIC_COUNTRY_CODE","parsePhoneNumber","_typeof","ownKeys","_objectSpread","_defineProperty","_toPropertyKey","_toPrimitive","_typeof","_toPropertyKey","_toPrimitive","parsePhoneNumber","parsePhoneNumber","parsePhoneNumber_","_typeof","_classCallCheck","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","_typeof","_classCallCheck","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","_createForOfIteratorHelperLoose","_unsupportedIterableToArray","_arrayLikeToArray","_typeof","_classCallCheck","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","_typeof","_unsupportedIterableToArray","_arrayLikeToArray","_classCallCheck","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","_typeof","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","_arrayLikeToArray","_classCallCheck","_defineProperties","_toPropertyKey","_createClass","_toPrimitive","extractCountryCallingCode","_extractCountryCallingCode","AsYouType","getCountries","formatIncompletePhoneNumber","AsYouType","_parsePhoneNumber","_AsYouType","metadata","_getCountries","_getCountryCallingCode","_formatIncompletePhoneNumber","COUNTRIES"],"sources":["../../../../node_modules/.pnpm/@tabler+icons-react@3.44.0_react@19.2.7/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronDown.mjs","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/metadata.min.json.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/isObject.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/normalizeArguments.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/constants.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/ParseError.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/tools/semver-compare.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/metadata.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/parseDigits.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/isPossible.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/getNumberType.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/isValid.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/RFC3966.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/format.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/PhoneNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/parse.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/parsePhoneNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeState.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouTypeParser.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/AsYouType.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/getCountries.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/min/exports/AsYouType.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/min/exports/getCountries.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js","../../../../node_modules/.pnpm/libphonenumber-js@1.13.10/node_modules/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js","../../../../node_modules/.pnpm/country-flag-icons@1.6.20/node_modules/country-flag-icons/modules/countries.json.js","../../../../node_modules/.pnpm/country-flag-icons@1.6.20/node_modules/country-flag-icons/modules/hasFlag.js","../../../../node_modules/.pnpm/country-flag-icons@1.6.20/node_modules/country-flag-icons/modules/react/3x2/index.js","../../../../node_modules/.pnpm/country-flag-icons@1.6.20/node_modules/country-flag-icons/react/3x2/index.js","../../src/components/phone-input/country-alpha3.ts","../../src/components/phone-input/country-search.ts","../../src/components/phone-input/phone-input.tsx"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.44.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M6 9l6 6l6 -6\", \"key\": \"svg-0\" }]];\nconst IconChevronDown = createReactComponent(\"outline\", \"chevron-down\", \"ChevronDown\", __iconNode);\n\nexport { __iconNode, IconChevronDown as default };\n//# sourceMappingURL=IconChevronDown.mjs.map\n","// This file is a workaround for a bug in web browsers' \"native\"\n// ES6 importing system which is uncapable of importing \"*.json\" files.\n// https://github.com/catamphetamine/libphonenumber-js/issues/239\nexport default {\"version\":4,\"country_calling_codes\":{\"1\":[\"US\",\"AG\",\"AI\",\"AS\",\"BB\",\"BM\",\"BS\",\"CA\",\"DM\",\"DO\",\"GD\",\"GU\",\"JM\",\"KN\",\"KY\",\"LC\",\"MP\",\"MS\",\"PR\",\"SX\",\"TC\",\"TT\",\"VC\",\"VG\",\"VI\"],\"7\":[\"RU\",\"KZ\"],\"20\":[\"EG\"],\"27\":[\"ZA\"],\"30\":[\"GR\"],\"31\":[\"NL\"],\"32\":[\"BE\"],\"33\":[\"FR\"],\"34\":[\"ES\"],\"36\":[\"HU\"],\"39\":[\"IT\",\"VA\"],\"40\":[\"RO\"],\"41\":[\"CH\"],\"43\":[\"AT\"],\"44\":[\"GB\",\"GG\",\"IM\",\"JE\"],\"45\":[\"DK\"],\"46\":[\"SE\"],\"47\":[\"NO\",\"SJ\"],\"48\":[\"PL\"],\"49\":[\"DE\"],\"51\":[\"PE\"],\"52\":[\"MX\"],\"53\":[\"CU\"],\"54\":[\"AR\"],\"55\":[\"BR\"],\"56\":[\"CL\"],\"57\":[\"CO\"],\"58\":[\"VE\"],\"60\":[\"MY\"],\"61\":[\"AU\",\"CC\",\"CX\"],\"62\":[\"ID\"],\"63\":[\"PH\"],\"64\":[\"NZ\"],\"65\":[\"SG\"],\"66\":[\"TH\"],\"81\":[\"JP\"],\"82\":[\"KR\"],\"84\":[\"VN\"],\"86\":[\"CN\"],\"90\":[\"TR\"],\"91\":[\"IN\"],\"92\":[\"PK\"],\"93\":[\"AF\"],\"94\":[\"LK\"],\"95\":[\"MM\"],\"98\":[\"IR\"],\"211\":[\"SS\"],\"212\":[\"MA\",\"EH\"],\"213\":[\"DZ\"],\"216\":[\"TN\"],\"218\":[\"LY\"],\"220\":[\"GM\"],\"221\":[\"SN\"],\"222\":[\"MR\"],\"223\":[\"ML\"],\"224\":[\"GN\"],\"225\":[\"CI\"],\"226\":[\"BF\"],\"227\":[\"NE\"],\"228\":[\"TG\"],\"229\":[\"BJ\"],\"230\":[\"MU\"],\"231\":[\"LR\"],\"232\":[\"SL\"],\"233\":[\"GH\"],\"234\":[\"NG\"],\"235\":[\"TD\"],\"236\":[\"CF\"],\"237\":[\"CM\"],\"238\":[\"CV\"],\"239\":[\"ST\"],\"240\":[\"GQ\"],\"241\":[\"GA\"],\"242\":[\"CG\"],\"243\":[\"CD\"],\"244\":[\"AO\"],\"245\":[\"GW\"],\"246\":[\"IO\"],\"247\":[\"AC\"],\"248\":[\"SC\"],\"249\":[\"SD\"],\"250\":[\"RW\"],\"251\":[\"ET\"],\"252\":[\"SO\"],\"253\":[\"DJ\"],\"254\":[\"KE\"],\"255\":[\"TZ\"],\"256\":[\"UG\"],\"257\":[\"BI\"],\"258\":[\"MZ\"],\"260\":[\"ZM\"],\"261\":[\"MG\"],\"262\":[\"RE\",\"YT\"],\"263\":[\"ZW\"],\"264\":[\"NA\"],\"265\":[\"MW\"],\"266\":[\"LS\"],\"267\":[\"BW\"],\"268\":[\"SZ\"],\"269\":[\"KM\"],\"290\":[\"SH\",\"TA\"],\"291\":[\"ER\"],\"297\":[\"AW\"],\"298\":[\"FO\"],\"299\":[\"GL\"],\"350\":[\"GI\"],\"351\":[\"PT\"],\"352\":[\"LU\"],\"353\":[\"IE\"],\"354\":[\"IS\"],\"355\":[\"AL\"],\"356\":[\"MT\"],\"357\":[\"CY\"],\"358\":[\"FI\",\"AX\"],\"359\":[\"BG\"],\"370\":[\"LT\"],\"371\":[\"LV\"],\"372\":[\"EE\"],\"373\":[\"MD\"],\"374\":[\"AM\"],\"375\":[\"BY\"],\"376\":[\"AD\"],\"377\":[\"MC\"],\"378\":[\"SM\"],\"380\":[\"UA\"],\"381\":[\"RS\"],\"382\":[\"ME\"],\"383\":[\"XK\"],\"385\":[\"HR\"],\"386\":[\"SI\"],\"387\":[\"BA\"],\"389\":[\"MK\"],\"420\":[\"CZ\"],\"421\":[\"SK\"],\"423\":[\"LI\"],\"500\":[\"FK\"],\"501\":[\"BZ\"],\"502\":[\"GT\"],\"503\":[\"SV\"],\"504\":[\"HN\"],\"505\":[\"NI\"],\"506\":[\"CR\"],\"507\":[\"PA\"],\"508\":[\"PM\"],\"509\":[\"HT\"],\"590\":[\"GP\",\"BL\",\"MF\"],\"591\":[\"BO\"],\"592\":[\"GY\"],\"593\":[\"EC\"],\"594\":[\"GF\"],\"595\":[\"PY\"],\"596\":[\"MQ\"],\"597\":[\"SR\"],\"598\":[\"UY\"],\"599\":[\"CW\",\"BQ\"],\"670\":[\"TL\"],\"672\":[\"NF\"],\"673\":[\"BN\"],\"674\":[\"NR\"],\"675\":[\"PG\"],\"676\":[\"TO\"],\"677\":[\"SB\"],\"678\":[\"VU\"],\"679\":[\"FJ\"],\"680\":[\"PW\"],\"681\":[\"WF\"],\"682\":[\"CK\"],\"683\":[\"NU\"],\"685\":[\"WS\"],\"686\":[\"KI\"],\"687\":[\"NC\"],\"688\":[\"TV\"],\"689\":[\"PF\"],\"690\":[\"TK\"],\"691\":[\"FM\"],\"692\":[\"MH\"],\"850\":[\"KP\"],\"852\":[\"HK\"],\"853\":[\"MO\"],\"855\":[\"KH\"],\"856\":[\"LA\"],\"880\":[\"BD\"],\"886\":[\"TW\"],\"960\":[\"MV\"],\"961\":[\"LB\"],\"962\":[\"JO\"],\"963\":[\"SY\"],\"964\":[\"IQ\"],\"965\":[\"KW\"],\"966\":[\"SA\"],\"967\":[\"YE\"],\"968\":[\"OM\"],\"970\":[\"PS\"],\"971\":[\"AE\"],\"972\":[\"IL\"],\"973\":[\"BH\"],\"974\":[\"QA\"],\"975\":[\"BT\"],\"976\":[\"MN\"],\"977\":[\"NP\"],\"992\":[\"TJ\"],\"993\":[\"TM\"],\"994\":[\"AZ\"],\"995\":[\"GE\"],\"996\":[\"KG\"],\"998\":[\"UZ\"]},\"countries\":{\"AC\":[\"247\",\"00\",\"(?:[01589]\\\\d|[2-467])\\\\d{4}\",[5,6]],\"AD\":[\"376\",\"00\",\"(?:1|6\\\\d)\\\\d{7}|[135-9]\\\\d{5}\",[6,8,9],[[\"(\\\\d{3})(\\\\d{3})\",\"$1 $2\",[\"[135-9]\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"1\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"6\"]]]],\"AE\":[\"971\",\"00\",\"(?:[4-7]\\\\d|9[0-689])\\\\d{7}|800\\\\d{2,9}|[2-4679]\\\\d{7}\",[5,6,7,8,9,10,11,12],[[\"(\\\\d{3})(\\\\d{2,9})\",\"$1 $2\",[\"60|8\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[236]|[479][2-8]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d)(\\\\d{5})\",\"$1 $2 $3\",[\"[479]\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"5\"],\"0$1\"]],\"0\"],\"AF\":[\"93\",\"00\",\"[2-7]\\\\d{8}\",[9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2-7]\"],\"0$1\"]],\"0\"],\"AG\":[\"1\",\"011\",\"(?:268|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([457]\\\\d{6})$|1\",\"268$1\",0,\"268\"],\"AI\":[\"1\",\"011\",\"(?:264|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2457]\\\\d{6})$|1\",\"264$1\",0,\"264\"],\"AL\":[\"355\",\"00\",\"(?:700\\\\d\\\\d|900)\\\\d{3}|8\\\\d{5,7}|(?:[2-5]|6\\\\d)\\\\d{7}\",[6,7,8,9],[[\"(\\\\d{3})(\\\\d{3,4})\",\"$1 $2\",[\"80|9\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"4[2-6]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2358][2-5]|4\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"[23578]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"6\"],\"0$1\"]],\"0\"],\"AM\":[\"374\",\"00\",\"(?:[1-489]\\\\d|55|60|77)\\\\d{6}\",[8],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"[89]0\"],\"0 $1\"],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"2|3[12]\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"1|47\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"[3-9]\"],\"0$1\"]],\"0\"],\"AO\":[\"244\",\"00\",\"[29]\\\\d{8}\",[9],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[29]\"]]]],\"AR\":[\"54\",\"00\",\"(?:11|[89]\\\\d\\\\d)\\\\d{8}|[2368]\\\\d{9}\",[10,11],[[\"(\\\\d{4})(\\\\d{2})(\\\\d{4})\",\"$1 $2-$3\",[\"2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])\",\"2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)\",\"2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]\",\"2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]\"],\"0$1\",1],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2-$3\",[\"1\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"[68]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2-$3\",[\"[23]\"],\"0$1\",1],[\"(\\\\d)(\\\\d{4})(\\\\d{2})(\\\\d{4})\",\"$2 15-$3-$4\",[\"9(?:2[2-469]|3[3-578])\",\"9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))\",\"9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)\",\"9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]\",\"9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]\"],\"0$1\",0,\"$1 $2 $3-$4\"],[\"(\\\\d)(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$2 15-$3-$4\",[\"91\"],\"0$1\",0,\"$1 $2 $3-$4\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{5})\",\"$1-$2-$3\",[\"8\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$2 15-$3-$4\",[\"9\"],\"0$1\",0,\"$1 $2 $3-$4\"]],\"0\",0,\"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?\",\"9$1\"],\"AS\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|684|900)\\\\d{7}\",[10],0,\"1\",0,\"([267]\\\\d{6})$|1\",\"684$1\",0,\"684\"],\"AT\":[\"43\",\"00\",\"1\\\\d{3,12}|2\\\\d{6,12}|43(?:(?:0\\\\d|5[02-9])\\\\d{3,9}|2\\\\d{4,5}|[3467]\\\\d{4}|8\\\\d{4,6}|9\\\\d{4,7})|5\\\\d{4,12}|8\\\\d{7,12}|9\\\\d{8,12}|(?:[367]\\\\d|4[0-24-9])\\\\d{4,11}\",[4,5,6,7,8,9,10,11,12,13],[[\"(\\\\d)(\\\\d{3,12})\",\"$1 $2\",[\"1(?:11|[2-9])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})\",\"$1 $2\",[\"517\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3,5})\",\"$1 $2\",[\"5[079]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3,10})\",\"$1 $2\",[\"(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]\",\"(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3,9})\",\"$1 $2\",[\"[2-467]|5[2-6]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"5\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4,7})\",\"$1 $2 $3\",[\"5\"],\"0$1\"]],\"0\"],\"AU\":[\"61\",\"001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011\",\"1(?:[0-79]\\\\d{7}(?:\\\\d(?:\\\\d{2})?)?|8[0-24-9]\\\\d{7})|[2-478]\\\\d{8}|1\\\\d{4,7}\",[5,6,7,8,9,10,12],[[\"(\\\\d{2})(\\\\d{3,4})\",\"$1 $2\",[\"16\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2,4})\",\"$1 $2 $3\",[\"16\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"14|4\"],\"0$1\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[2378]\"],\"(0$1)\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1(?:30|[89])\"]]],\"0\",0,\"(183[12])|0\",0,0,0,[[\"(?:(?:241|349)0\\\\d\\\\d|8(?:51(?:0(?:0[03-9]|[12479]\\\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\\\d|7[89]|9[0-4])|[34]\\\\d\\\\d)|91(?:(?:[0-58]\\\\d|6[0135-9])\\\\d|7(?:0[0-24-9]|[1-9]\\\\d)|9(?:[0-46-9]\\\\d|5[0-79]))))\\\\d{3}|(?:2(?:[0-26-9]\\\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\\\d|2[0-8])|8(?:55|6[0-8]|[78]\\\\d|9[02-9]))\\\\d{6}\",[9]],[\"4(?:79[01]|83[0-36-9]|95[0-3])\\\\d{5}|4(?:[0-36]\\\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\\\d{6}\",[9]],[\"180(?:0\\\\d{3}|2)\\\\d{3}\",[7,10]],[\"190[0-26]\\\\d{6}\",[10]],0,0,0,[\"163\\\\d{2,6}\",[5,6,7,8,9]],[\"14(?:5(?:1[0458]|[23][458])|71\\\\d)\\\\d{4}\",[9]],[\"13(?:00\\\\d{6}(?:\\\\d{2})?|45[0-4]\\\\d{3})|13\\\\d{4}\",[6,8,10,12]]],\"0011\"],\"AW\":[\"297\",\"00\",\"(?:[25-79]\\\\d\\\\d|800)\\\\d{4}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[25-9]\"]]]],\"AX\":[\"358\",\"00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))\",\"2\\\\d{4,9}|35\\\\d{4,5}|(?:60\\\\d\\\\d|800)\\\\d{4,6}|7\\\\d{5,11}|(?:[14]\\\\d|3[0-46-9]|50)\\\\d{4,8}\",[5,6,7,8,9,10,11,12],0,\"0\",0,0,0,0,\"18\",0,\"00\"],\"AZ\":[\"994\",\"00\",\"365\\\\d{6}|(?:[124579]\\\\d|60|88)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"90\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"1[28]|2|365|46\",\"1[28]|2|365[45]|46\",\"1[28]|2|365(?:4|5[02])|46\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[13-9]\"],\"0$1\"]],\"0\"],\"BA\":[\"387\",\"00\",\"6\\\\d{8}|(?:[35689]\\\\d|49|70)\\\\d{6}\",[8,9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"6[1-3]|[7-9]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2-$3\",[\"[3-5]|6[56]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"6\"],\"0$1\"]],\"0\"],\"BB\":[\"1\",\"011\",\"(?:246|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"246$1\",0,\"246\"],\"BD\":[\"880\",\"00\",\"[1-469]\\\\d{9}|8[0-79]\\\\d{7,8}|[2-79]\\\\d{8}|[2-9]\\\\d{7}|[3-9]\\\\d{6}|[57-9]\\\\d{5}\",[6,7,8,9,10],[[\"(\\\\d{2})(\\\\d{4,6})\",\"$1-$2\",[\"31[5-8]|[459]1\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3,7})\",\"$1-$2\",[\"3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3,6})\",\"$1-$2\",[\"[13-9]|2[23]\"],\"0$1\"],[\"(\\\\d)(\\\\d{7,8})\",\"$1-$2\",[\"2\"],\"0$1\"]],\"0\"],\"BE\":[\"32\",\"00\",\"4\\\\d{8}|[1-9]\\\\d{7}\",[8,9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"(?:80|9)0\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[239]|4[23]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[15-8]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"4\"],\"0$1\"]],\"0\"],\"BF\":[\"226\",\"00\",\"[024-7]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[024-7]\"]]]],\"BG\":[\"359\",\"00\",\"00800\\\\d{7}|[2-7]\\\\d{6,7}|[89]\\\\d{6,8}|2\\\\d{5}\",[6,7,8,9,12],[[\"(\\\\d)(\\\\d)(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"2\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"43[1-6]|70[1-9]\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"2\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2,3})\",\"$1 $2 $3\",[\"[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"(?:70|8)0\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{2})\",\"$1 $2 $3\",[\"43[1-7]|7\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[48]|9[08]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"9\"],\"0$1\"]],\"0\"],\"BH\":[\"973\",\"00\",\"[136-9]\\\\d{7}\",[8],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[13679]|8[02-4679]\"]]]],\"BI\":[\"257\",\"00\",\"(?:[267]\\\\d|31)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[2367]\"]]]],\"BJ\":[\"229\",\"00\",\"(?:01\\\\d|8)\\\\d{7}\",[8,10],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4 $5\",[\"0\"]]]],\"BL\":[\"590\",\"00\",\"7090\\\\d{5}|(?:[56]9|[89]\\\\d)\\\\d{7}\",[9],0,\"0\",0,0,0,0,0,[[\"(?:59(?:0(?:2[7-9]|3[3-7]|5[12]|87)|87\\\\d)|80[6-9]\\\\d\\\\d)\\\\d{4}\"],[\"(?:69(?:0\\\\d\\\\d|1(?:2[2-9]|3[0-5]))|7090[0-4])\\\\d{4}\"],[\"80[0-5]\\\\d{6}\"],[\"8[129]\\\\d{7}\"],0,0,0,0,[\"9(?:(?:39[5-7]|76[018])\\\\d|475[0-6])\\\\d{4}\"]]],\"BM\":[\"1\",\"011\",\"(?:441|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"441$1\",0,\"441\"],\"BN\":[\"673\",\"00\",\"[2-578]\\\\d{6}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[2-578]\"]]]],\"BO\":[\"591\",\"00(?:1\\\\d)?\",\"(?:[2-7]\\\\d\\\\d|8001)\\\\d{5}\",[8,9],[[\"(\\\\d)(\\\\d{7})\",\"$1 $2\",[\"[23]|4[46]|50\"]],[\"(\\\\d{8})\",\"$1\",[\"[5-7]\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"]]],\"0\",0,\"0(1\\\\d)?\"],\"BQ\":[\"599\",\"00\",\"(?:[34]1|7\\\\d)\\\\d{5}\",[7],0,0,0,0,0,0,\"[347]\"],\"BR\":[\"55\",\"00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)\",\"[1-467]\\\\d{9,10}|55[0-46-9]\\\\d{8}|[34]\\\\d{7}|55\\\\d{7,8}|(?:5[0-46-9]|[89]\\\\d)\\\\d{7,9}\",[8,9,10,11],[[\"(\\\\d{4})(\\\\d{4})\",\"$1-$2\",[\"300|4(?:0[02]|37|86)\",\"300|4(?:0(?:0|20)|370|864)\"]],[\"(\\\\d{3})(\\\\d{2,3})(\\\\d{4})\",\"$1 $2 $3\",[\"(?:[358]|90)0\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2-$3\",[\"(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]\"],\"($1)\"],[\"(\\\\d{2})(\\\\d{5})(\\\\d{4})\",\"$1 $2-$3\",[\"[16][1-9]|[2-57-9]\"],\"($1)\"]],\"0\",0,\"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\\\d{10,11}))?\",\"$2\"],\"BS\":[\"1\",\"011\",\"(?:242|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([3-8]\\\\d{6})$|1\",\"242$1\",0,\"242\"],\"BT\":[\"975\",\"00\",\"[178]\\\\d{7}|[2-8]\\\\d{6}\",[7,8],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2-6]|7[246]|8[2-4]\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"1[67]|[78]\"]]]],\"BW\":[\"267\",\"00\",\"(?:0800|(?:[37]|800)\\\\d)\\\\d{6}|(?:[2-6]\\\\d|90)\\\\d{5}\",[7,8,10],[[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"90\"]],[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[24-6]|3[15-9]\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[37]\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"0\"]],[\"(\\\\d{3})(\\\\d{4})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"]]]],\"BY\":[\"375\",\"810\",\"(?:[12]\\\\d|33|44|902)\\\\d{7}|8(?:0[0-79]\\\\d{5,7}|[1-7]\\\\d{9})|8(?:1[0-489]|[5-79]\\\\d)\\\\d{7}|8[1-79]\\\\d{6,7}|8[0-79]\\\\d{5}|8\\\\d{5}\",[6,7,8,9,10,11],[[\"(\\\\d{3})(\\\\d{3})\",\"$1 $2\",[\"800\"],\"8 $1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2,4})\",\"$1 $2 $3\",[\"800\"],\"8 $1\"],[\"(\\\\d{4})(\\\\d{2})(\\\\d{3})\",\"$1 $2-$3\",[\"1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])\",\"1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])\"],\"8 0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2-$3-$4\",[\"1(?:[56]|7[467])|2[1-3]\"],\"8 0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2-$3-$4\",[\"[1-4]\"],\"8 0$1\"],[\"(\\\\d{3})(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"[89]\"],\"8 $1\"]],\"8\",0,\"0|80?\",0,0,0,0,\"8~10\"],\"BZ\":[\"501\",\"00\",\"(?:0800\\\\d|[2-8])\\\\d{6}\",[7,11],[[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"[2-8]\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{4})(\\\\d{3})\",\"$1-$2-$3-$4\",[\"0\"]]]],\"CA\":[\"1\",\"011\",\"[2-9]\\\\d{9}|3\\\\d{6}\",[7,10],0,\"1\",0,0,0,0,0,[[\"(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\\\d{6}\",[10]],[\"\",[10]],[\"8(?:00|33|44|55|66|77|88)[2-9]\\\\d{6}\",[10]],[\"900[2-9]\\\\d{6}\",[10]],[\"52(?:3(?:[2-46-9][02-9]\\\\d|5(?:[02-46-9]\\\\d|5[0-46-9]))|4(?:[2-478][02-9]\\\\d|5(?:[034]\\\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\\\d)|9(?:[05-9]\\\\d|2[0-5]|49)))\\\\d{4}|52[34][2-9]1[02-9]\\\\d{4}|(?:5(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[2-9]\\\\d{6}\",[10]],0,[\"310\\\\d{4}\",[7]],0,[\"600[2-9]\\\\d{6}\",[10]]]],\"CC\":[\"61\",\"001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011\",\"1(?:[0-79]\\\\d{8}(?:\\\\d{2})?|8[0-24-9]\\\\d{7})|[148]\\\\d{8}|1\\\\d{5,7}\",[6,7,8,9,10,12],0,\"0\",0,\"([59]\\\\d{7})$|0\",\"8$1\",0,0,[[\"8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\\\d|70[23]|959))\\\\d{3}\",[9]],[\"4(?:79[01]|83[0-36-9]|95[0-3])\\\\d{5}|4(?:[0-36]\\\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\\\d{6}\",[9]],[\"180(?:0\\\\d{3}|2)\\\\d{3}\",[7,10]],[\"190[0-26]\\\\d{6}\",[10]],0,0,0,0,[\"14(?:5(?:1[0458]|[23][458])|71\\\\d)\\\\d{4}\",[9]],[\"13(?:00\\\\d{6}(?:\\\\d{2})?|45[0-4]\\\\d{3})|13\\\\d{4}\",[6,8,10,12]]],\"0011\"],\"CD\":[\"243\",\"00\",\"(?:(?:[189]|5\\\\d)\\\\d|2)\\\\d{7}|[1-68]\\\\d{6}\",[7,8,9,10],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"88\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"[1-6]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"2\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[89]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"5\"],\"0$1\"]],\"0\"],\"CF\":[\"236\",\"00\",\"8776\\\\d{4}|(?:[27]\\\\d|61)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[26-8]\"]]]],\"CG\":[\"242\",\"00\",\"222\\\\d{6}|(?:0\\\\d|80)\\\\d{7}\",[9],[[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[02]\"]]]],\"CH\":[\"41\",\"00\",\"8\\\\d{11}|[2-9]\\\\d{8}\",[9,12],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8[047]|90\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[2-79]|81\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4 $5\",[\"8\"],\"0$1\"]],\"0\"],\"CI\":[\"225\",\"00\",\"[02]\\\\d{9}\",[10],[[\"(\\\\d{2})(\\\\d{2})(\\\\d)(\\\\d{5})\",\"$1 $2 $3 $4\",[\"2\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3 $4\",[\"0\"]]]],\"CK\":[\"682\",\"00\",\"[2-578]\\\\d{4}\",[5],[[\"(\\\\d{2})(\\\\d{3})\",\"$1 $2\",[\"[2-578]\"]]]],\"CL\":[\"56\",\"(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0\",\"12300\\\\d{6}|6\\\\d{9,10}|[2-9]\\\\d{8}\",[9,10,11],[[\"(\\\\d{5})(\\\\d{4})\",\"$1 $2\",[\"219\",\"2196\"],\"($1)\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"60|809\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"44\"]],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"2[1-36]\"],\"($1)\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"9(?:10|[2-9])\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])\"],\"($1)\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"60|8\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"60\"]]]],\"CM\":[\"237\",\"00\",\"[26]\\\\d{8}|88\\\\d{6,7}\",[8,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"88\"]],[\"(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4 $5\",[\"[26]|88\"]]]],\"CN\":[\"86\",\"00|1(?:[12]\\\\d|79)\\\\d\\\\d00\",\"(?:(?:1[03-689]|2\\\\d)\\\\d\\\\d|6)\\\\d{8}|1\\\\d{10}|[126]\\\\d{6}(?:\\\\d(?:\\\\d{2})?)?|86\\\\d{5,6}|(?:[3-579]\\\\d|8[0-57-9])\\\\d{5,9}\",[7,8,9,10,11,12],[[\"(\\\\d{2})(\\\\d{5,6})\",\"$1 $2\",[\"(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]\",\"(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\\\d|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1\",\"10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\\\d|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12\",\"10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\\\d|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123\",\"10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\\\d|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5,6})\",\"$1 $2\",[\"3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]\",\"(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:[17]\\\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\\\d|4[13]|5[1-5]))[19]\",\"85[23](?:10|95)|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:[17]\\\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\\\d|4[13]|5[1-5]))(?:10|9[56])\",\"85[23](?:100|95)|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:[17]\\\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\\\d|4[13]|5[1-5]))(?:100|9[56])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"(?:4|80)0\"]],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"10|2(?:[02-57-9]|1[1-9])\",\"10|2(?:[02-57-9]|1[1-9])\",\"10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{7,8})\",\"$1 $2\",[\"9\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"80\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[3-578]\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"1[3-9]\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3 $4\",[\"[12]\"],\"0$1\",1]],\"0\",0,\"(1(?:[12]\\\\d|79)\\\\d\\\\d)|0\",0,0,0,0,\"00\"],\"CO\":[\"57\",\"00(?:4(?:[14]4|56)|[579])\",\"(?:46|60\\\\d\\\\d)\\\\d{6}|(?:1\\\\d|[39])\\\\d{9}\",[8,10,11],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"46\"]],[\"(\\\\d{3})(\\\\d{7})\",\"$1 $2\",[\"6|90\"],\"($1)\"],[\"(\\\\d{3})(\\\\d{7})\",\"$1 $2\",[\"3[0-357]|9[14]\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{7})\",\"$1-$2-$3\",[\"1\"],\"0$1\",0,\"$1 $2 $3\"]],\"0\",0,\"0([3579]|4(?:[14]4|56))?\"],\"CR\":[\"506\",\"00\",\"(?:8\\\\d|90)\\\\d{8}|(?:[24-8]\\\\d{3}|3005)\\\\d{4}\",[8,10],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[2-7]|8[3-9]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"[89]\"]]],0,0,\"(19(?:0[0-2468]|1[09]|20|66|77|99))\"],\"CU\":[\"53\",\"119\",\"(?:[2-7]|8\\\\d\\\\d)\\\\d{7}|[2-47]\\\\d{6}|[34]\\\\d{5}\",[6,7,8,10],[[\"(\\\\d{2})(\\\\d{4,6})\",\"$1 $2\",[\"2[1-4]|[34]\"],\"(0$1)\"],[\"(\\\\d)(\\\\d{6,7})\",\"$1 $2\",[\"7\"],\"(0$1)\"],[\"(\\\\d)(\\\\d{7})\",\"$1 $2\",[\"[56]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{7})\",\"$1 $2\",[\"8\"],\"0$1\"]],\"0\"],\"CV\":[\"238\",\"0\",\"(?:[2-59]\\\\d\\\\d|800)\\\\d{4}\",[7],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"[2-589]\"]]]],\"CW\":[\"599\",\"00\",\"(?:[34]1|60|(?:7|9\\\\d)\\\\d)\\\\d{5}\",[7,8],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[3467]\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"9[4-8]\"]]],0,0,0,0,0,\"[69]\"],\"CX\":[\"61\",\"001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011\",\"1(?:[0-79]\\\\d{8}(?:\\\\d{2})?|8[0-24-9]\\\\d{7})|[148]\\\\d{8}|1\\\\d{5,7}\",[6,7,8,9,10,12],0,\"0\",0,\"([59]\\\\d{7})$|0\",\"8$1\",0,0,[[\"8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\\\d|7(?:0[01]|1[0-2])|958))\\\\d{3}\",[9]],[\"4(?:79[01]|83[0-36-9]|95[0-3])\\\\d{5}|4(?:[0-36]\\\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\\\d{6}\",[9]],[\"180(?:0\\\\d{3}|2)\\\\d{3}\",[7,10]],[\"190[0-26]\\\\d{6}\",[10]],0,0,0,0,[\"14(?:5(?:1[0458]|[23][458])|71\\\\d)\\\\d{4}\",[9]],[\"13(?:00\\\\d{6}(?:\\\\d{2})?|45[0-4]\\\\d{3})|13\\\\d{4}\",[6,8,10,12]]],\"0011\"],\"CY\":[\"357\",\"00\",\"(?:[279]\\\\d|[58]0)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"[257-9]\"]]]],\"CZ\":[\"420\",\"00\",\"(?:[2-578]\\\\d|60)\\\\d{7}|9\\\\d{8,11}\",[9,10,11,12],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2-8]|9[015-7]\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"96\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"9\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"9\"]]]],\"DE\":[\"49\",\"00\",\"[2579]\\\\d{5,14}|49(?:[34]0|69|8\\\\d)\\\\d\\\\d?|49(?:37|49|60|7[089]|9\\\\d)\\\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\\\d{1,8}|(?:1|[368]\\\\d|4[0-8])\\\\d{3,13}|49(?:[015]\\\\d|2[13]|31|[46][1-8])\\\\d{1,9}\",[4,5,6,7,8,9,10,11,12,13,14,15],[[\"(\\\\d{2})(\\\\d{3,13})\",\"$1 $2\",[\"3[02]|40|[68]9\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3,12})\",\"$1 $2\",[\"2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1\",\"2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{2,11})\",\"$1 $2\",[\"[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]\",\"[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"138\"],\"0$1\"],[\"(\\\\d{5})(\\\\d{2,10})\",\"$1 $2\",[\"3\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5,11})\",\"$1 $2\",[\"181\"],\"0$1\"],[\"(\\\\d{3})(\\\\d)(\\\\d{4,10})\",\"$1 $2 $3\",[\"1(?:3|80)|9\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{7,8})\",\"$1 $2\",[\"1[67]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{7,12})\",\"$1 $2\",[\"8\"],\"0$1\"],[\"(\\\\d{5})(\\\\d{6})\",\"$1 $2\",[\"185\",\"1850\",\"18500\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"7\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{7})\",\"$1 $2\",[\"18[68]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{7})\",\"$1 $2\",[\"15[1279]\"],\"0$1\"],[\"(\\\\d{5})(\\\\d{6})\",\"$1 $2\",[\"15[03568]\",\"15(?:[0568]|3[13])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{8})\",\"$1 $2\",[\"18\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{7,8})\",\"$1 $2 $3\",[\"1(?:6[023]|7)\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{2})(\\\\d{7})\",\"$1 $2 $3\",[\"15[279]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{8})\",\"$1 $2 $3\",[\"15\"],\"0$1\"]],\"0\"],\"DJ\":[\"253\",\"00\",\"(?:2\\\\d|77)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[27]\"]]]],\"DK\":[\"45\",\"00\",\"[2-9]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[2-9]\"]]]],\"DM\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|767|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-7]\\\\d{6})$|1\",\"767$1\",0,\"767\"],\"DO\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,0,0,0,\"8001|8[024]9\"],\"DZ\":[\"213\",\"00\",\"(?:[1-4]|[5-79]\\\\d|80)\\\\d{7}\",[8,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[1-4]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"9\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[5-8]\"],\"0$1\"]],\"0\"],\"EC\":[\"593\",\"00\",\"1\\\\d{9,10}|(?:[2-7]|9\\\\d)\\\\d{7}\",[8,9,10,11],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2-$3\",[\"[2-7]\"],\"(0$1)\",0,\"$1-$2-$3\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"9\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"1\"]]],\"0\"],\"EE\":[\"372\",\"00\",\"8\\\\d{9}|[4578]\\\\d{7}|(?:[3-8]\\\\d|90)\\\\d{5}\",[7,8,10],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88\",\"[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88\"]],[\"(\\\\d{4})(\\\\d{3,4})\",\"$1 $2\",[\"[45]|8(?:00|[1-49])\",\"[45]|8(?:00[1-9]|[1-49])\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"7\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"]]]],\"EG\":[\"20\",\"00\",\"[189]\\\\d{8,9}|[24-6]\\\\d{8}|[135]\\\\d{7}\",[8,9,10],[[\"(\\\\d)(\\\\d{7,8})\",\"$1 $2\",[\"[23]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{6,7})\",\"$1 $2\",[\"1[35]|[4-6]|8[2468]|9[235-7]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[89]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{8})\",\"$1 $2\",[\"1\"],\"0$1\"]],\"0\"],\"EH\":[\"212\",\"00\",\"[5-8]\\\\d{8}\",[9],0,\"0\",0,0,0,0,0,[[\"528[89]\\\\d{5}\"],[\"(?:6(?:[0-79]\\\\d|8[0-247-9])|7(?:[016-8]\\\\d|2[0-8]|3[01]|5[0-5]))\\\\d{6}\"],[\"80[0-7]\\\\d{6}\"],[\"89\\\\d{7}\"],0,0,0,0,[\"(?:592(?:4[0-2]|93)|80[89]\\\\d\\\\d)\\\\d{4}\"]]],\"ER\":[\"291\",\"00\",\"[178]\\\\d{6}\",[7],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[178]\"],\"0$1\"]],\"0\"],\"ES\":[\"34\",\"00\",\"(?:400|[5-9]\\\\d\\\\d)\\\\d{6}\",[9],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[89]00\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[4-9]\"]]]],\"ET\":[\"251\",\"00\",\"(?:11|[2-57-9]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[1-57-9]\"],\"0$1\"]],\"0\"],\"FI\":[\"358\",\"00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))\",\"[1-35689]\\\\d{4}|7\\\\d{10,11}|(?:[124-7]\\\\d|3[0-46-9])\\\\d{8}|[1-9]\\\\d{5,8}\",[5,6,7,8,9,10,11,12],[[\"(\\\\d{5})\",\"$1\",[\"20[2-59]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3,7})\",\"$1 $2\",[\"(?:[1-3]0|[68])0|70[07-9]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4,8})\",\"$1 $2\",[\"[14]|2[09]|50|7[135]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{6,10})\",\"$1 $2\",[\"7\"],\"0$1\"],[\"(\\\\d)(\\\\d{4,9})\",\"$1 $2\",[\"(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9\"],\"0$1\"]],\"0\",0,0,0,0,\"1[03-79]|[2-9]\",0,\"00\"],\"FJ\":[\"679\",\"0(?:0|52)\",\"45\\\\d{5}|(?:0800\\\\d|[235-9])\\\\d{6}\",[7,11],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[235-9]|45\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"0\"]]],0,0,0,0,0,0,0,\"00\"],\"FK\":[\"500\",\"00\",\"[2-7]\\\\d{4}\",[5]],\"FM\":[\"691\",\"00\",\"(?:[39]\\\\d\\\\d|820)\\\\d{4}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[389]\"]]]],\"FO\":[\"298\",\"00\",\"[2-9]\\\\d{5}\",[6],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"[2-9]\"]]],0,0,\"(10(?:01|[12]0|88))\"],\"FR\":[\"33\",\"00\",\"[1-9]\\\\d{8}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"],\"0 $1\"],[\"(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4 $5\",[\"[1-79]\"],\"0$1\"]],\"0\"],\"GA\":[\"241\",\"00\",\"(?:[067]\\\\d|11)\\\\d{6}|[2-7]\\\\d{6}\",[7,8],[[\"(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[2-7]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"0\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"11|[67]\"],\"0$1\"]],0,0,\"0(11\\\\d{6}|60\\\\d{6}|61\\\\d{6}|6[256]\\\\d{6}|7[467]\\\\d{6})\",\"$1\"],\"GB\":[\"44\",\"00\",\"[1-357-9]\\\\d{9}|[18]\\\\d{8}|8\\\\d{6}\",[7,9,10],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"800\",\"8001\",\"80011\",\"800111\",\"8001111\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"845\",\"8454\",\"84546\",\"845464\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{6})\",\"$1 $2\",[\"800\"],\"0$1\"],[\"(\\\\d{5})(\\\\d{4,5})\",\"$1 $2\",[\"1(?:38|5[23]|69|76|94)\",\"1(?:(?:38|69)7|5(?:24|39)|768|946)\",\"1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{5,6})\",\"$1 $2\",[\"1(?:[2-69][02-9]|[78])\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[25]|7(?:0|6[02-9])\",\"[25]|7(?:0|6(?:[03-9]|2[356]))\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{6})\",\"$1 $2\",[\"7\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[1389]\"],\"0$1\"]],\"0\",0,\"0|180020\",0,0,0,[[\"(?:1(?:1(?:3(?:[0-58]\\\\d\\\\d|73[0-5])|4(?:(?:[0-5]\\\\d|70)\\\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\\\d|6(?:[0-4]\\\\d|5[01]))\\\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\\\d)\\\\d|1(?:[0-7]\\\\d|8[0-3]))|(?:3(?:0\\\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\\\d)\\\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\\\d{3})\\\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\\\d)|76\\\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\\\d|7[4-79])|295[5-7]|35[34]\\\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\\\d{3}\",[9,10]],[\"7(?:457[0-57-9]|700[01]|911[028])\\\\d{5}|7(?:[1-3]\\\\d\\\\d|4(?:[0-46-9]\\\\d|5[0-689])|5(?:0[0-8]|[13-9]\\\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\\\d|8[02-9]|9[0-689])|8(?:[014-9]\\\\d|[23][0-8])|9(?:[024-9]\\\\d|1[02-9]|3[0-689]))\\\\d{6}\",[10]],[\"80[08]\\\\d{7}|800\\\\d{6}|8001111\"],[\"(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\\\d|8[2-49]))\\\\d{7}|845464\\\\d\",[7,10]],[\"70\\\\d{8}\",[10]],0,[\"(?:3[0347]|55)\\\\d{8}\",[10]],[\"76(?:464|652)\\\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\\\d{6}\",[10]],[\"56\\\\d{8}\",[10]]],0,\" x\"],\"GD\":[\"1\",\"011\",\"(?:473|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"473$1\",0,\"473\"],\"GE\":[\"995\",\"00\",\"(?:[3-57]\\\\d\\\\d|800)\\\\d{6}\",[9],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"70\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"32\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[57]\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[348]\"],\"0$1\"]],\"0\"],\"GF\":[\"594\",\"00\",\"(?:694\\\\d|7093)\\\\d{5}|(?:59|[89]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[5-7]|80[6-9]|9[47]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[89]\"],\"0$1\"]],\"0\"],\"GG\":[\"44\",\"00\",\"(?:1481|[357-9]\\\\d{3})\\\\d{6}|8\\\\d{6}(?:\\\\d{2})?\",[7,9,10],0,\"0\",0,\"([25-9]\\\\d{5})$|0|180020\",\"1481$1\",0,0,[[\"1481[25-9]\\\\d{5}\",[10]],[\"7(?:(?:781|839)\\\\d|911[17])\\\\d{5}\",[10]],[\"80[08]\\\\d{7}|800\\\\d{6}|8001111\"],[\"(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\\\d|8[0-3]))\\\\d{7}|845464\\\\d\",[7,10]],[\"70\\\\d{8}\",[10]],0,[\"(?:3[0347]|55)\\\\d{8}\",[10]],[\"76(?:464|652)\\\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\\\d{6}\",[10]],[\"56\\\\d{8}\",[10]]]],\"GH\":[\"233\",\"00\",\"[235]\\\\d{8}|800\\\\d{5,6}\",[8,9],[[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"8\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2358]\"],\"0$1\"]],\"0\"],\"GI\":[\"350\",\"00\",\"(?:[25]\\\\d|60)\\\\d{6}\",[8],[[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"2\"]]]],\"GL\":[\"299\",\"00\",\"(?:19|[2-689]\\\\d|70)\\\\d{4}\",[6],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"19|[2-9]\"]]]],\"GM\":[\"220\",\"00\",\"[2-9]\\\\d{6}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[2-9]\"]]]],\"GN\":[\"224\",\"00\",\"722\\\\d{6}|(?:3|6\\\\d)\\\\d{7}\",[8,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"3\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[67]\"]]]],\"GP\":[\"590\",\"00\",\"7090\\\\d{5}|(?:[56]9|[89]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[5-79]|80[6-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"],\"0$1\"]],\"0\",0,0,0,0,0,[[\"(?:59(?:0(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\\\d)|87\\\\d)|80[6-9]\\\\d\\\\d)\\\\d{4}\"],[\"(?:69(?:0\\\\d\\\\d|1(?:2[2-9]|3[0-5]))|7090[0-4])\\\\d{4}\"],[\"80[0-5]\\\\d{6}\"],[\"8[129]\\\\d{7}\"],0,0,0,0,[\"9(?:(?:39[5-7]|76[018])\\\\d|475[0-6])\\\\d{4}\"]]],\"GQ\":[\"240\",\"00\",\"222\\\\d{6}|(?:3\\\\d|55|[89]0)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[235]\"]],[\"(\\\\d{3})(\\\\d{6})\",\"$1 $2\",[\"[89]\"]]]],\"GR\":[\"30\",\"00\",\"5005000\\\\d{3}|8\\\\d{9,11}|(?:[269]\\\\d|70)\\\\d{8}\",[10,11,12],[[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"21|7\"]],[\"(\\\\d{4})(\\\\d{6})\",\"$1 $2\",[\"2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2689]\"]],[\"(\\\\d{3})(\\\\d{3,4})(\\\\d{5})\",\"$1 $2 $3\",[\"8\"]]]],\"GT\":[\"502\",\"00\",\"80\\\\d{6}|(?:1\\\\d{3}|[2-7])\\\\d{7}\",[8,11],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[2-8]\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"]]]],\"GU\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|671|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"671$1\",0,\"671\"],\"GW\":[\"245\",\"00\",\"[49]\\\\d{8}|4\\\\d{6}\",[7,9],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"40\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[49]\"]]]],\"GY\":[\"592\",\"001\",\"(?:[2-8]\\\\d{3}|9008)\\\\d{3}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[2-9]\"]]]],\"HK\":[\"852\",\"00(?:30|5[09]|[126-9]?)\",\"8[0-46-9]\\\\d{6,7}|9\\\\d{4,7}|(?:[2-7]|9\\\\d{3})\\\\d{7}\",[5,6,7,8,9,11],[[\"(\\\\d{3})(\\\\d{2,5})\",\"$1 $2\",[\"900\",\"9003\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[2-7]|8[1-4]|9(?:0[1-9]|[1-8])\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"9\"]]],0,0,0,0,0,0,0,\"00\"],\"HN\":[\"504\",\"00\",\"8\\\\d{10}|[237-9]\\\\d{7}\",[8,11],[[\"(\\\\d{4})(\\\\d{4})\",\"$1-$2\",[\"[237-9]\"]]]],\"HR\":[\"385\",\"00\",\"[2-69]\\\\d{8}|80\\\\d{5,7}|[1-79]\\\\d{7}|6\\\\d{6}\",[7,8,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"6[01]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2,3})\",\"$1 $2 $3\",[\"8\"],\"0$1\"],[\"(\\\\d)(\\\\d{4})(\\\\d{3})\",\"$1 $2 $3\",[\"1\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"6|7[245]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"9\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[2-57]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"],\"0$1\"]],\"0\"],\"HT\":[\"509\",\"00\",\"[2-589]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"[2-589]\"]]]],\"HU\":[\"36\",\"00\",\"[235-7]\\\\d{8}|[1-9]\\\\d{7}\",[8,9],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"],\"(06 $1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]\"],\"(06 $1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[2-9]\"],\"06 $1\"]],\"06\"],\"ID\":[\"62\",\"00[89]\",\"00[1-9]\\\\d{9,14}|(?:[1-36]|8\\\\d{5})\\\\d{6}|00\\\\d{9}|[1-9]\\\\d{8,10}|[2-9]\\\\d{7}\",[7,8,9,10,11,12,13,14,15,16,17],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"15\"]],[\"(\\\\d{2})(\\\\d{5,9})\",\"$1 $2\",[\"2[124]|[36]1\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{5,7})\",\"$1 $2\",[\"800\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5,8})\",\"$1 $2\",[\"[2-79]\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{3,4})(\\\\d{3})\",\"$1-$2-$3\",[\"8[1-35-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{6,8})\",\"$1 $2\",[\"1\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"804\"],\"0$1\"],[\"(\\\\d{3})(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"80\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4,5})\",\"$1-$2-$3\",[\"8\"],\"0$1\"]],\"0\"],\"IE\":[\"353\",\"00\",\"(?:1\\\\d|[2569])\\\\d{6,8}|4\\\\d{6,9}|7\\\\d{8}|8\\\\d{8,9}\",[7,8,9,10],[[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"2[24-9]|47|58|6[237-9]|9[35-9]\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"[45]0\"],\"(0$1)\"],[\"(\\\\d)(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[2569]|4[1-69]|7[14]\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"70\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"81\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[78]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1\"]],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"4\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3 $4\",[\"8\"],\"0$1\"]],\"0\"],\"IL\":[\"972\",\"0(?:0|1[2-9])\",\"1\\\\d{6}(?:\\\\d{3,5})?|[57]\\\\d{8}|[1-489]\\\\d{7}\",[7,8,9,10,11,12],[[\"(\\\\d{4})(\\\\d{3})\",\"$1-$2\",[\"125\"]],[\"(\\\\d{4})(\\\\d{2})(\\\\d{2})\",\"$1-$2-$3\",[\"121\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"[2-489]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"[57]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1-$2-$3\",[\"12\"]],[\"(\\\\d{4})(\\\\d{6})\",\"$1-$2\",[\"159\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1-$2-$3-$4\",[\"1[7-9]\"]],[\"(\\\\d{3})(\\\\d{1,2})(\\\\d{3})(\\\\d{4})\",\"$1-$2 $3-$4\",[\"15\"]]],\"0\"],\"IM\":[\"44\",\"00\",\"1624\\\\d{6}|(?:[3578]\\\\d|90)\\\\d{8}\",[10],0,\"0\",0,\"([25-8]\\\\d{5})$|0|180020\",\"1624$1\",0,\"74576|(?:16|7[56])24\"],\"IN\":[\"91\",\"00\",\"(?:000800|[2-9]\\\\d\\\\d)\\\\d{7}|1\\\\d{7,12}\",[8,9,10,11,12,13],[[\"(\\\\d{8})\",\"$1\",[\"5(?:0|2[23]|3[03]|[67]1|88)\",\"5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)\",\"5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)\"],0,1],[\"(\\\\d{4})(\\\\d{4,5})\",\"$1 $2\",[\"180\",\"1800\"],0,1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"140\"],0,1],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"11|2[02]|33|4[04]|79[1-7]|80[2-46]\",\"11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])\",\"11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67)[14]\",\"1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31)|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]\",\"1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:3171|5[15][2-6]|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|8(?:16|2[014]|3[126]|6[136]|7[78]|83)(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]\"],\"0$1\",1],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|3[129]|5[29]|6[02-5]|70)|807\",\"1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7(?:[23569]|8[0-57-9])|8[1-6])|7(?:1(?:[013-8]|9[6-9])|3(?:17|2[0-49]|9[2-57])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]\",\"1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|8(?:28[235-7]|3))|73179|807(?:1|9[1-3])|(?:1552|6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578])\\\\d|7(?:[23569]\\\\d|8[0-57-9])|8(?:[14-6]\\\\d|2[0-79]))|7(?:1(?:[013-8]\\\\d|9[6-9])|3(?:2[0-49]|9[2-57])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\\\d|5[0-367])|70[13-7]))[2-7]\"],\"0$1\",1],[\"(\\\\d{5})(\\\\d{5})\",\"$1 $2\",[\"16|[6-9]\"],\"0$1\",1],[\"(\\\\d{4})(\\\\d{2,4})(\\\\d{4})\",\"$1 $2 $3\",[\"18[06]\",\"18[06]0\"],0,1],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"18\"],0,1]],\"0\"],\"IO\":[\"246\",\"00\",\"3\\\\d{6}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"3\"]]]],\"IQ\":[\"964\",\"00\",\"(?:1|7\\\\d\\\\d)\\\\d{7}|[2-6]\\\\d{7,8}\",[8,9,10],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[2-6]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"7\"],\"0$1\"]],\"0\"],\"IR\":[\"98\",\"00\",\"[1-9]\\\\d{9}|(?:[1-8]\\\\d\\\\d|9)\\\\d{3,4}\",[4,5,6,7,10],[[\"(\\\\d{4,5})\",\"$1\",[\"96\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4,5})\",\"$1 $2\",[\"(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"9\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[1-8]\"],\"0$1\"]],\"0\"],\"IS\":[\"354\",\"00|1(?:0(?:01|[12]0)|100)\",\"(?:38\\\\d|[4-9])\\\\d{6}\",[7,9],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[4-9]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"3\"]]],0,0,0,0,0,0,0,\"00\"],\"IT\":[\"39\",\"00\",\"0\\\\d{5,11}|1\\\\d{8,10}|3(?:[0-8]\\\\d{7,10}|9\\\\d{7,8})|(?:43|55|70)\\\\d{8}|8\\\\d{5}(?:\\\\d{2,4})?\",[6,7,8,9,10,11,12],[[\"(\\\\d{2})(\\\\d{4,6})\",\"$1 $2\",[\"0[26]\"]],[\"(\\\\d{3})(\\\\d{3,6})\",\"$1 $2\",[\"0[13-57-9][0159]|8(?:03|4[17]|9[2-5])\",\"0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))\"]],[\"(\\\\d{4})(\\\\d{2,6})\",\"$1 $2\",[\"0(?:[13-579][2-46-8]|8[236-8])\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"894\"]],[\"(\\\\d{2})(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"0[26]|5\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"1(?:44|[679])|[378]|43\"]],[\"(\\\\d{3})(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"0[13-57-9][0159]|14\"]],[\"(\\\\d{2})(\\\\d{4})(\\\\d{5})\",\"$1 $2 $3\",[\"0[26]\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"0\"]],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4,5})\",\"$1 $2 $3\",[\"[03]\"]]],0,0,0,0,0,0,[[\"0(?:669[0-79]\\\\d{1,6}|831\\\\d{2,8})|0(?:1(?:[0159]\\\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\\\d\\\\d|3(?:[0159]\\\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\\\d|6[0-8])|7(?:[0159]\\\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\\\d{2,7}\"],[\"3[2-9]\\\\d{7,8}|(?:31|43)\\\\d{8}\",[9,10]],[\"80(?:0\\\\d{3}|3)\\\\d{3}\",[6,9]],[\"(?:0878\\\\d{3}|89(?:2\\\\d|3[04]|4(?:[0-4]|[5-9]\\\\d\\\\d)|5[0-4]))\\\\d\\\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\\\d{6}\",[6,8,9,10]],[\"1(?:78\\\\d|99)\\\\d{6}\",[9,10]],[\"3[2-8]\\\\d{9,10}\",[11,12]],0,0,[\"55\\\\d{8}\",[10]],[\"84(?:[08]\\\\d{3}|[17])\\\\d{3}\",[6,9]]]],\"JE\":[\"44\",\"00\",\"1534\\\\d{6}|(?:[3578]\\\\d|90)\\\\d{8}\",[10],0,\"0\",0,\"([0-24-8]\\\\d{5})$|0|180020\",\"1534$1\",0,0,[[\"1534[0-24-8]\\\\d{5}\"],[\"7(?:(?:(?:50|82)9|937)\\\\d|7(?:00[378]|97\\\\d))\\\\d{5}\"],[\"80(?:07(?:35|81)|8901)\\\\d{4}\"],[\"(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\\\d{4}\"],[\"701511\\\\d{4}\"],0,[\"(?:3(?:0(?:07(?:35|81)|8901)|3\\\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\\\d{4})\\\\d{4}\"],[\"76(?:464|652)\\\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\\\d{6}\"],[\"56\\\\d{8}\"]]],\"JM\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|658|900)\\\\d{7}\",[10],0,\"1\",0,0,0,0,\"658|876\"],\"JO\":[\"962\",\"00\",\"(?:(?:[2689]|7\\\\d)\\\\d|32|427|53)\\\\d{6}\",[8,9],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2356]|87\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{5,6})\",\"$1 $2\",[\"[89]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1 $2\",[\"70\"],\"0$1\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[47]\"],\"0$1\"]],\"0\"],\"JP\":[\"81\",\"010\",\"00[1-9]\\\\d{6,14}|[25-9]\\\\d{9}|(?:00|[1-9]\\\\d\\\\d)\\\\d{6}\",[8,9,10,11,12,13,14,15,16,17],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1-$2-$3\",[\"(?:12|57|99)0\"],\"0$1\"],[\"(\\\\d{4})(\\\\d)(\\\\d{4})\",\"$1-$2-$3\",[\"1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])\",\"1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]\",\"1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"60\"],\"0$1\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1-$2-$3\",[\"3|4(?:2[09]|7[01])|6[1-9]\",\"3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])\",\"1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]\",\"1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{4})\",\"$1-$2-$3\",[\"[14]|[289][2-9]|5[3-9]|7[2-4679]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"800\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1-$2-$3\",[\"[25-9]\"],\"0$1\"]],\"0\",0,\"(000[2569]\\\\d{4,6})$|(?:(?:003768)0?)|0\",\"$1\"],\"KE\":[\"254\",\"000\",\"(?:[17]\\\\d\\\\d|900)\\\\d{6}|(?:2|80)0\\\\d{6,7}|[4-6]\\\\d{6,8}\",[7,8,9,10],[[\"(\\\\d{2})(\\\\d{5,7})\",\"$1 $2\",[\"[24-6]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{6})\",\"$1 $2\",[\"[17]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[89]\"],\"0$1\"]],\"0\"],\"KG\":[\"996\",\"00\",\"8\\\\d{9}|[235-9]\\\\d{8}\",[9,10],[[\"(\\\\d{4})(\\\\d{5})\",\"$1 $2\",[\"3(?:1[346]|[24-79])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[235-79]|88\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d)(\\\\d{2,3})\",\"$1 $2 $3 $4\",[\"8\"],\"0$1\"]],\"0\"],\"KH\":[\"855\",\"00[14-9]\",\"1\\\\d{9}|[1-9]\\\\d{7,8}\",[8,9,10],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[1-9]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1\"]]],\"0\"],\"KI\":[\"686\",\"00\",\"(?:[37]\\\\d|6[0-79])\\\\d{6}|(?:[2-48]\\\\d|50)\\\\d{3}\",[5,8],0,\"0\"],\"KM\":[\"269\",\"00\",\"[3478]\\\\d{6}\",[7],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"[3478]\"]]]],\"KN\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-7]\\\\d{6})$|1\",\"869$1\",0,\"869\"],\"KP\":[\"850\",\"00|99\",\"85\\\\d{6}|(?:19\\\\d|[2-7])\\\\d{7}\",[8,10],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2-7]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"],\"0$1\"]],\"0\"],\"KR\":[\"82\",\"00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))\",\"00[1-9]\\\\d{8,11}|(?:[12]|5\\\\d{3})\\\\d{7}|[13-6]\\\\d{9}|(?:[1-6]\\\\d|80)\\\\d{7}|[3-6]\\\\d{4,5}|(?:00|7)0\\\\d{8}\",[5,6,8,9,10,11,12,13,14],[[\"(\\\\d{2})(\\\\d{3,4})\",\"$1-$2\",[\"(?:3[1-3]|[46][1-4]|5[1-5])1\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{4})\",\"$1-$2\",[\"1\"]],[\"(\\\\d)(\\\\d{3,4})(\\\\d{4})\",\"$1-$2-$3\",[\"2\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1-$2-$3\",[\"[36]0|8\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3,4})(\\\\d{4})\",\"$1-$2-$3\",[\"[1346]|5[1-5]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1-$2-$3\",[\"[57]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{5})(\\\\d{4})\",\"$1-$2-$3\",[\"5\"],\"0$1\"]],\"0\",0,\"0(8(?:[1-46-8]|5\\\\d\\\\d))?\"],\"KW\":[\"965\",\"00\",\"18\\\\d{5}|(?:[2569]\\\\d|41)\\\\d{6}\",[7,8],[[\"(\\\\d{4})(\\\\d{3,4})\",\"$1 $2\",[\"[169]|2(?:[235]|4[1-35-9])|52\"]],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"[245]\"]]]],\"KY\":[\"1\",\"011\",\"(?:345|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"345$1\",0,\"345\"],\"KZ\":[\"7\",\"810\",\"8\\\\d{13}|[78]\\\\d{9}\",[10,14],0,\"8\",0,0,0,0,\"7\",0,\"8~10\"],\"LA\":[\"856\",\"00\",\"[23]\\\\d{9}|3\\\\d{8}|(?:[235-8]\\\\d|41)\\\\d{6}\",[8,9,10],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"2[13]|3[14]|[4-8]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"3\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"[23]\"],\"0$1\"]],\"0\"],\"LB\":[\"961\",\"00\",\"[27-9]\\\\d{7}|[13-9]\\\\d{6}\",[7,8],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[27-9]\"]]],\"0\"],\"LC\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|758|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-8]\\\\d{6})$|1\",\"758$1\",0,\"758\"],\"LI\":[\"423\",\"00\",\"[68]\\\\d{8}|(?:[2378]\\\\d|90)\\\\d{5}\",[7,9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"[2379]|8(?:0[09]|7)\",\"[2379]|8(?:0(?:02|9)|7)\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"69\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"6\"]]],\"0\",0,\"(1001)|0\"],\"LK\":[\"94\",\"00\",\"[1-9]\\\\d{8}\",[9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"7\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[1-689]\"],\"0$1\"]],\"0\"],\"LR\":[\"231\",\"00\",\"(?:[2457]\\\\d|33|88)\\\\d{7}|(?:2\\\\d|[4-6])\\\\d{6}\",[7,8,9],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"4[67]|[56]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"2\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2-578]\"],\"0$1\"]],\"0\"],\"LS\":[\"266\",\"00\",\"(?:[256]\\\\d\\\\d|800)\\\\d{5}\",[8],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[2568]\"]]]],\"LT\":[\"370\",\"00\",\"(?:[3469]\\\\d|52|[78]0)\\\\d{6}\",[8],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"52[0-7]\"],\"(0-$1)\",1],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"[7-9]\"],\"0 $1\",1],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"37|4(?:[15]|6[1-8])\"],\"(0-$1)\",1],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"[3-6]\"],\"(0-$1)\",1]],\"0\",0,\"[08]\"],\"LU\":[\"352\",\"00\",\"35[013-9]\\\\d{4,8}|6\\\\d{8}|35\\\\d{2,4}|(?:[2457-9]\\\\d|3[0-46-9])\\\\d{2,9}\",[4,5,6,7,8,9,10,11],[[\"(\\\\d{2})(\\\\d{3})\",\"$1 $2\",[\"2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"20[2-689]\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{1,2})\",\"$1 $2 $3 $4\",[\"20\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{1,5})\",\"$1 $2 $3 $4\",[\"[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"80[01]|90[015]\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"20\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"6\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{1,2})\",\"$1 $2 $3 $4 $5\",[\"20\"]]],0,0,\"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\\\d)\"],\"LV\":[\"371\",\"00\",\"(?:[268]\\\\d|78|90)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2679]|8[01]\"]]]],\"LY\":[\"218\",\"00\",\"[2-9]\\\\d{8}\",[9],[[\"(\\\\d{2})(\\\\d{7})\",\"$1-$2\",[\"[2-9]\"],\"0$1\"]],\"0\"],\"MA\":[\"212\",\"00\",\"[5-8]\\\\d{8}\",[9],[[\"(\\\\d{4})(\\\\d{5})\",\"$1-$2\",[\"892\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1-$2\",[\"8(?:0[0-7]|9)\"],\"0$1\"],[\"(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4 $5\",[\"[5-8]\"],\"0$1\"]],\"0\",0,0,0,0,\"[5-8]\"],\"MC\":[\"377\",\"00\",\"(?:[3489]|[67]\\\\d)\\\\d{7}\",[8,9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"4\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[389]\"]],[\"(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4 $5\",[\"[67]\"],\"0$1\"]],\"0\"],\"MD\":[\"373\",\"00\",\"(?:[235-7]\\\\d|[89]0)\\\\d{6}\",[8],[[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"[89]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"22|3\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"[25-7]\"],\"0$1\"]],\"0\"],\"ME\":[\"382\",\"00\",\"(?:20|[3-79]\\\\d)\\\\d{6}|80\\\\d{6,7}\",[8,9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[2-9]\"],\"0$1\"]],\"0\"],\"MF\":[\"590\",\"00\",\"7090\\\\d{5}|(?:[56]9|[89]\\\\d)\\\\d{7}\",[9],0,\"0\",0,0,0,0,0,[[\"(?:59(?:0(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)|87\\\\d)|80[6-9]\\\\d\\\\d)\\\\d{4}\"],[\"(?:69(?:0\\\\d\\\\d|1(?:2[2-9]|3[0-5]))|7090[0-4])\\\\d{4}\"],[\"80[0-5]\\\\d{6}\"],[\"8[129]\\\\d{7}\"],0,0,0,0,[\"9(?:(?:39[5-7]|76[018])\\\\d|475[0-6])\\\\d{4}\"]]],\"MG\":[\"261\",\"00\",\"[23]\\\\d{8}\",[9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[23]\"],\"0$1\"]],\"0\",0,\"([24-9]\\\\d{6})$|0\",\"20$1\"],\"MH\":[\"692\",\"011\",\"329\\\\d{4}|(?:[256]\\\\d|45)\\\\d{5}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"[2-6]\"]]],\"1\"],\"MK\":[\"389\",\"00\",\"[2-578]\\\\d{7}\",[8],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"2|34[47]|4(?:[37]7|5[47]|64)\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[347]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d)(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[58]\"],\"0$1\"]],\"0\"],\"ML\":[\"223\",\"00\",\"[24-9]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[24-9]\"]]]],\"MM\":[\"95\",\"00\",\"1\\\\d{5,7}|95\\\\d{6}|(?:[4-7]|9[0-46-9])\\\\d{6,8}|(?:2|8\\\\d)\\\\d{5,8}\",[6,7,8,9,10],[[\"(\\\\d)(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"16|2\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[12]|452|678|86\",\"[12]|452|6788|86\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[4-7]|8[1-35]\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{4,6})\",\"$1 $2 $3\",[\"9(?:2[0-4]|[35-9]|4[137-9])\"],\"0$1\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"2\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"92\"],\"0$1\"],[\"(\\\\d)(\\\\d{5})(\\\\d{4})\",\"$1 $2 $3\",[\"9\"],\"0$1\"]],\"0\"],\"MN\":[\"976\",\"001\",\"[12]\\\\d{7,9}|[5-9]\\\\d{7}\",[8,9,10],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"11|2[16]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[5-9]\"]],[\"(\\\\d{3})(\\\\d{5,6})\",\"$1 $2\",[\"[12]2[1-3]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{5,6})\",\"$1 $2\",[\"[12](?:27|3[2-8]|4[2-68]|5[1-4689])\",\"[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]\"],\"0$1\"],[\"(\\\\d{5})(\\\\d{4,5})\",\"$1 $2\",[\"[12]\"],\"0$1\"]],\"0\"],\"MO\":[\"853\",\"00\",\"0800\\\\d{3}|(?:28|[68]\\\\d)\\\\d{6}\",[7,8],[[\"(\\\\d{4})(\\\\d{3})\",\"$1 $2\",[\"0\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[268]\"]]]],\"MP\":[\"1\",\"011\",\"[58]\\\\d{9}|(?:67|90)0\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"670$1\",0,\"670\"],\"MQ\":[\"596\",\"00\",\"7091\\\\d{5}|(?:[56]9|[89]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[5-79]|8(?:0[6-9]|[36])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"],\"0$1\"]],\"0\"],\"MR\":[\"222\",\"00\",\"(?:[2-4]\\\\d\\\\d|800)\\\\d{5}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[2-48]\"]]]],\"MS\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|664|900)\\\\d{7}\",[10],0,\"1\",0,\"([34]\\\\d{6})$|1\",\"664$1\",0,\"664\"],\"MT\":[\"356\",\"00\",\"3550\\\\d{4}|(?:[2579]\\\\d\\\\d|800)\\\\d{5}\",[8],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[2357-9]\"]]]],\"MU\":[\"230\",\"0(?:0|[24-7]0|3[03])\",\"(?:[57]|8\\\\d\\\\d)\\\\d{7}|[2-468]\\\\d{6}\",[7,8,10],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[2-46]|8[013]\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[57]\"]],[\"(\\\\d{5})(\\\\d{5})\",\"$1 $2\",[\"8\"]]],0,0,0,0,0,0,0,\"020\"],\"MV\":[\"960\",\"0(?:0|19)\",\"(?:800|9[0-57-9]\\\\d)\\\\d{7}|[34679]\\\\d{6}\",[7,10],[[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"[34679]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[89]\"]]],0,0,0,0,0,0,0,\"00\"],\"MW\":[\"265\",\"00\",\"(?:[1289]\\\\d|31|77)\\\\d{7}|1\\\\d{6}\",[7,9],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1[2-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[1-37-9]\"],\"0$1\"]],\"0\"],\"MX\":[\"52\",\"0[09]\",\"[2-9]\\\\d{9}\",[10],[[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"33|5[56]|81\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2-9]\"]]],0,0,0,0,0,0,0,\"00\"],\"MY\":[\"60\",\"00\",\"1\\\\d{8,9}|(?:3\\\\d|[4-9])\\\\d{7}\",[8,9,10],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1-$2 $3\",[\"[4-79]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1-$2 $3\",[\"1(?:[02469]|[378][1-9]|53)|8\",\"1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8\"],\"0$1\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1-$2 $3\",[\"3\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{2})(\\\\d{4})\",\"$1-$2-$3-$4\",[\"1(?:[367]|80)\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1-$2 $3\",[\"15\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1-$2 $3\",[\"1\"],\"0$1\"]],\"0\"],\"MZ\":[\"258\",\"00\",\"(?:2|8\\\\d)\\\\d{7}\",[8,9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"2|8[2-9]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"]]]],\"NA\":[\"264\",\"00\",\"[68]\\\\d{7,8}\",[8,9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"88\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"6\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"87\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"],\"0$1\"]],\"0\"],\"NC\":[\"687\",\"00\",\"(?:050|[2-57-9]\\\\d\\\\d)\\\\d{3}\",[6],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1.$2.$3\",[\"[02-57-9]\"]]]],\"NE\":[\"227\",\"00\",\"[027-9]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"08\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[089]|2[013]|7[0467]\"]]]],\"NF\":[\"672\",\"00\",\"[13]\\\\d{5}\",[6],[[\"(\\\\d{2})(\\\\d{4})\",\"$1 $2\",[\"1[0-3]\"]],[\"(\\\\d)(\\\\d{5})\",\"$1 $2\",[\"[13]\"]]],0,0,\"([0-258]\\\\d{4})$\",\"3$1\"],\"NG\":[\"234\",\"009\",\"(?:20|9\\\\d)\\\\d{8}|[78]\\\\d{9,13}\",[10,11,12,13,14],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[7-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"20[129]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"2\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4,5})\",\"$1 $2 $3\",[\"[78]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5})(\\\\d{5,6})\",\"$1 $2 $3\",[\"[78]\"],\"0$1\"]],\"0\"],\"NI\":[\"505\",\"00\",\"(?:1800|[25-8]\\\\d{3})\\\\d{4}\",[8],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[125-8]\"]]]],\"NL\":[\"31\",\"00\",\"(?:[124-7]\\\\d\\\\d|3(?:[02-9]\\\\d|1[0-8]))\\\\d{6}|8\\\\d{6,9}|9\\\\d{6,10}|1\\\\d{4,5}\",[5,6,7,8,9,10,11],[[\"(\\\\d{3})(\\\\d{4,7})\",\"$1 $2\",[\"[89]0\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1 $2\",[\"66\"],\"0$1\"],[\"(\\\\d)(\\\\d{8})\",\"$1 $2\",[\"6\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1[16-8]|2[259]|3[124]|4[17-9]|5[124679]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[1-578]|91\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{5})\",\"$1 $2 $3\",[\"9\"],\"0$1\"]],\"0\"],\"NO\":[\"47\",\"00\",\"(?:0|[2-9]\\\\d{3})\\\\d{4}\",[5,8],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"8\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[2-79]\"]]],0,0,0,0,0,\"[02-689]|7[0-8]\"],\"NP\":[\"977\",\"00\",\"(?:1\\\\d|9)\\\\d{9}|[1-9]\\\\d{7}\",[8,10,11],[[\"(\\\\d)(\\\\d{7})\",\"$1-$2\",[\"1[2-6]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{6})\",\"$1-$2\",[\"1[01]|[2-8]|9(?:[1-59]|[67][2-6])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{7})\",\"$1-$2\",[\"9\"]]],\"0\"],\"NR\":[\"674\",\"00\",\"(?:222|444|(?:55|8\\\\d)\\\\d|666|777|999)\\\\d{4}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[24-9]\"]]]],\"NU\":[\"683\",\"00\",\"(?:[4-7]|888\\\\d)\\\\d{3}\",[4,7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"8\"]]]],\"NZ\":[\"64\",\"0(?:0|161)\",\"[1289]\\\\d{9}|50\\\\d{5}(?:\\\\d{2,3})?|[27-9]\\\\d{7,8}|(?:[34]\\\\d|6[0-35-9])\\\\d{6}|8\\\\d{4,6}\",[5,6,7,8,9,10],[[\"(\\\\d{2})(\\\\d{3,8})\",\"$1 $2\",[\"8[1-79]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2,3})\",\"$1 $2 $3\",[\"50[036-8]|8|90\",\"50(?:[0367]|88)|8|90\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"24|[346]|7[2-57-9]|9[2-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"2(?:10|74)|[589]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"1|2[028]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,5})\",\"$1 $2 $3\",[\"2(?:[169]|7[0-35-9])|7\"],\"0$1\"]],\"0\",0,0,0,0,0,0,\"00\"],\"OM\":[\"968\",\"00\",\"(?:1505|[279]\\\\d{3}|500)\\\\d{4}|800\\\\d{5,6}\",[7,8,9],[[\"(\\\\d{3})(\\\\d{4,6})\",\"$1 $2\",[\"[58]\"]],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"2\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[179]\"]]]],\"PA\":[\"507\",\"00\",\"(?:00800|8\\\\d{3})\\\\d{6}|[68]\\\\d{7}|[1-57-9]\\\\d{6}\",[7,8,10,11],[[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"[1-57-9]\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1-$2\",[\"[68]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"]]]],\"PE\":[\"51\",\"00|19(?:1[124]|77|90)00\",\"(?:[14-8]|9\\\\d)\\\\d{7}\",[8,9],[[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"80\"],\"(0$1)\"],[\"(\\\\d)(\\\\d{7})\",\"$1 $2\",[\"1\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"[4-8]\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"9\"]]],\"0\",0,0,0,0,0,0,\"00\",\" Anexo \"],\"PF\":[\"689\",\"00\",\"4\\\\d{5}(?:\\\\d{2})?|8\\\\d{7,8}\",[6,8,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"44\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"4|8[7-9]\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"]]]],\"PG\":[\"675\",\"00|140[1-3]\",\"(?:180|[78]\\\\d{3})\\\\d{4}|(?:[2-589]\\\\d|64)\\\\d{5}\",[7,8],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"18|[2-69]|85\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[78]\"]]],0,0,0,0,0,0,0,\"00\"],\"PH\":[\"63\",\"00\",\"(?:[2-7]|9\\\\d)\\\\d{8}|2\\\\d{5}|(?:1800|8)\\\\d{7,9}\",[6,8,9,10,11,12,13],[[\"(\\\\d)(\\\\d{5})\",\"$1 $2\",[\"2\"],\"(0$1)\"],[\"(\\\\d{4})(\\\\d{4,6})\",\"$1 $2\",[\"3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2\",\"3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))\"],\"(0$1)\"],[\"(\\\\d{5})(\\\\d{4})\",\"$1 $2\",[\"346|4(?:27|9[35])|883\",\"3469|4(?:279|9(?:30|56))|8834\"],\"(0$1)\"],[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"2\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[3-7]|8[2-8]\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[89]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"]],[\"(\\\\d{4})(\\\\d{1,2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3 $4\",[\"1\"]]],\"0\"],\"PK\":[\"92\",\"00\",\"122\\\\d{6}|[24-8]\\\\d{10,11}|9(?:[013-9]\\\\d{8,10}|2(?:[01]\\\\d\\\\d|2(?:[06-8]\\\\d|1[01]))\\\\d{7})|(?:[2-8]\\\\d{3}|92(?:[0-7]\\\\d|8[1-9]))\\\\d{6}|[24-9]\\\\d{8}|[89]\\\\d{7}\",[8,9,10,11,12],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{2,7})\",\"$1 $2 $3\",[\"[89]0\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{5})\",\"$1 $2\",[\"1\"]],[\"(\\\\d{3})(\\\\d{6,7})\",\"$1 $2\",[\"2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])\",\"9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{7,8})\",\"$1 $2\",[\"(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]\"],\"(0$1)\"],[\"(\\\\d{5})(\\\\d{5})\",\"$1 $2\",[\"58\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{7})\",\"$1 $2\",[\"3\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"[24-9]\"],\"(0$1)\"]],\"0\"],\"PL\":[\"48\",\"00\",\"(?:6|8\\\\d\\\\d)\\\\d{7}|[1-9]\\\\d{6}(?:\\\\d{2})?|[26]\\\\d{5}\",[6,7,8,9,10],[[\"(\\\\d{5})\",\"$1\",[\"19\"]],[\"(\\\\d{3})(\\\\d{3})\",\"$1 $2\",[\"11|20|64\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1\",\"30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2,3})\",\"$1 $2 $3\",[\"64\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"1[2-8]|[2-7]|8[1-79]|9[145]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"8\"]]]],\"PM\":[\"508\",\"00\",\"[78]\\\\d{8}|[2-9]\\\\d{5}\",[6,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"[2-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"7\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"],\"0$1\"]],\"0\"],\"PR\":[\"1\",\"011\",\"(?:[589]\\\\d\\\\d|787)\\\\d{7}\",[10],0,\"1\",0,0,0,0,\"787|939\"],\"PS\":[\"970\",\"00\",\"[2489]2\\\\d{6}|(?:1\\\\d|5)\\\\d{8}\",[8,9,10],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[2489]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"5\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1\"]]],\"0\"],\"PT\":[\"351\",\"00\",\"1693\\\\d{5}|(?:[26-9]\\\\d|30)\\\\d{7}\",[9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"2[12]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"16|[236-9]\"]]]],\"PW\":[\"680\",\"01[12]\",\"(?:[24-8]\\\\d\\\\d|345|900)\\\\d{4}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[2-9]\"]]]],\"PY\":[\"595\",\"00\",\"[36-8]\\\\d{5,8}|4\\\\d{6,8}|59\\\\d{6}|9\\\\d{5,10}|(?:2\\\\d|5[0-8])\\\\d{6,7}\",[6,7,8,9,10,11],[[\"(\\\\d{3})(\\\\d{3,6})\",\"$1 $2\",[\"[2-9]0\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"3[289]|4[246-8]|61|7[1-3]|8[1-36]\"],\"(0$1)\"],[\"(\\\\d{3})(\\\\d{4,5})\",\"$1 $2\",[\"2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"87\"]],[\"(\\\\d{3})(\\\\d{6})\",\"$1 $2\",[\"9(?:[5-79]|8[1-7])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2-8]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"9\"]]],\"0\"],\"QA\":[\"974\",\"00\",\"800\\\\d{4}|(?:2|800)\\\\d{6}|(?:0080|[3-7])\\\\d{7}\",[7,8,9,11],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"2[136]|8\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[3-7]\"]]]],\"RE\":[\"262\",\"00\",\"709\\\\d{6}|(?:26|[689]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[26-9]\"],\"0$1\"]],\"0\",0,0,0,0,0,[[\"2631[0-6]\\\\d{4}|26(?:2\\\\d|30|88)\\\\d{5}\"],[\"(?:69(?:2\\\\d\\\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\\\d{4}\"],[\"80\\\\d{7}\"],[\"89[1-37-9]\\\\d{6}\"],0,0,0,0,[\"9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\\\d{4}\"],[\"8(?:1[019]|2[0156]|84|90)\\\\d{6}\"]]],\"RO\":[\"40\",\"00\",\"(?:[236-8]\\\\d|90)\\\\d{7}|[23]\\\\d{5}\",[6,9],[[\"(\\\\d{3})(\\\\d{3})\",\"$1 $2\",[\"2[3-6]\",\"2[3-6]\\\\d9\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})\",\"$1 $2\",[\"219|31\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[23]1\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[236-9]\"],\"0$1\"]],\"0\",0,0,0,0,0,0,0,\" int \"],\"RS\":[\"381\",\"00\",\"38[02-9]\\\\d{6,9}|6\\\\d{7,9}|90\\\\d{4,8}|38\\\\d{5,6}|(?:7\\\\d\\\\d|800)\\\\d{3,9}|(?:[12]\\\\d|3[0-79])\\\\d{5,10}\",[6,7,8,9,10,11,12],[[\"(\\\\d{3})(\\\\d{3,9})\",\"$1 $2\",[\"(?:2[389]|39)0|[7-9]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{5,10})\",\"$1 $2\",[\"[1-36]\"],\"0$1\"]],\"0\"],\"RU\":[\"7\",\"810\",\"8\\\\d{13}|[347-9]\\\\d{9}\",[10,14],[[\"(\\\\d{4})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"7(?:1[0-8]|2[1-9])\",\"7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))\",\"7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2\"],\"8 ($1)\",1],[\"(\\\\d{5})(\\\\d)(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"7(?:1[0-68]|2[1-9])\",\"7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))\",\"7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]\"],\"8 ($1)\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"7\"],\"8 ($1)\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2-$3-$4\",[\"[349]|8(?:[02-7]|1[1-8])\"],\"8 ($1)\",1],[\"(\\\\d{4})(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"8\"],\"8 ($1)\"]],\"8\",0,0,0,0,\"[3489]\",0,\"8~10\"],\"RW\":[\"250\",\"00\",\"(?:06|[27]\\\\d\\\\d|[89]00)\\\\d{6}\",[8,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"0\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"2\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[7-9]\"],\"0$1\"]],\"0\"],\"SA\":[\"966\",\"00\",\"(?:[15]\\\\d|800|92)\\\\d{7}\",[9,10],[[\"(\\\\d{4})(\\\\d{5})\",\"$1 $2\",[\"9\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"5\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"]]],\"0\"],\"SB\":[\"677\",\"0[01]\",\"[6-9]\\\\d{6}|[1-6]\\\\d{4}\",[5,7],[[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])\"]]]],\"SC\":[\"248\",\"010|0[0-2]\",\"(?:[2489]\\\\d|64)\\\\d{5}\",[7],[[\"(\\\\d)(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[246]|9[57]\"]]],0,0,0,0,0,0,0,\"00\"],\"SD\":[\"249\",\"00\",\"[19]\\\\d{8}\",[9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[19]\"],\"0$1\"]],\"0\"],\"SE\":[\"46\",\"00\",\"(?:[26]\\\\d\\\\d|9)\\\\d{9}|[1-9]\\\\d{8}|[1-689]\\\\d{7}|[1-4689]\\\\d{6}|2\\\\d{5}\",[6,7,8,9,10,12],[[\"(\\\\d{2})(\\\\d{2,3})(\\\\d{2})\",\"$1-$2 $3\",[\"20\"],\"0$1\",0,\"$1 $2 $3\"],[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"9(?:00|39|44|9)\"],\"0$1\",0,\"$1 $2\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})\",\"$1-$2 $3\",[\"[12][136]|3[356]|4[0246]|6[03]|90[1-9]\"],\"0$1\",0,\"$1 $2 $3\"],[\"(\\\\d)(\\\\d{2,3})(\\\\d{2})(\\\\d{2})\",\"$1-$2 $3 $4\",[\"8\"],\"0$1\",0,\"$1 $2 $3 $4\"],[\"(\\\\d{3})(\\\\d{2,3})(\\\\d{2})\",\"$1-$2 $3\",[\"1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])\"],\"0$1\",0,\"$1 $2 $3\"],[\"(\\\\d{3})(\\\\d{2,3})(\\\\d{3})\",\"$1-$2 $3\",[\"9(?:00|39|44)\"],\"0$1\",0,\"$1 $2 $3\"],[\"(\\\\d{2})(\\\\d{2,3})(\\\\d{2})(\\\\d{2})\",\"$1-$2 $3 $4\",[\"1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]\"],\"0$1\",0,\"$1 $2 $3 $4\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1-$2 $3 $4\",[\"10|7\"],\"0$1\",0,\"$1 $2 $3 $4\"],[\"(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{2})\",\"$1-$2 $3 $4\",[\"8\"],\"0$1\",0,\"$1 $2 $3 $4\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1-$2 $3 $4\",[\"[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])\"],\"0$1\",0,\"$1 $2 $3 $4\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{3})\",\"$1-$2 $3 $4\",[\"9\"],\"0$1\",0,\"$1 $2 $3 $4\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1-$2 $3 $4 $5\",[\"[26]\"],\"0$1\",0,\"$1 $2 $3 $4 $5\"]],\"0\"],\"SG\":[\"65\",\"0[0-3]\\\\d\",\"(?:(?:1\\\\d|8)\\\\d\\\\d|7000)\\\\d{7}|[3689]\\\\d{7}\",[8,10,11],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[369]|8(?:0[1-9]|[1-9])\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"]],[\"(\\\\d{4})(\\\\d{4})(\\\\d{3})\",\"$1 $2 $3\",[\"7\"]],[\"(\\\\d{4})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"1\"]]]],\"SH\":[\"290\",\"00\",\"(?:[256]\\\\d|8)\\\\d{3}\",[4,5],0,0,0,0,0,0,\"[256]\"],\"SI\":[\"386\",\"00|10(?:22|66|88|99)\",\"[1-7]\\\\d{7}|8\\\\d{4,7}|90\\\\d{4,6}\",[5,6,7,8],[[\"(\\\\d{2})(\\\\d{3,6})\",\"$1 $2\",[\"8[09]|9\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"59|8\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[37][01]|4[013]|51|6\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[1-57]\"],\"(0$1)\"]],\"0\",0,0,0,0,0,0,\"00\"],\"SJ\":[\"47\",\"00\",\"0\\\\d{4}|(?:[489]\\\\d|79)\\\\d{6}\",[5,8],0,0,0,0,0,0,\"79\"],\"SK\":[\"421\",\"00\",\"[2-689]\\\\d{8}|[2-59]\\\\d{6}|[2-5]\\\\d{5}\",[6,7,9],[[\"(\\\\d)(\\\\d{2})(\\\\d{3,4})\",\"$1 $2 $3\",[\"21\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{2,3})\",\"$1 $2 $3\",[\"[3-5][1-8]1\",\"[3-5][1-8]1[67]\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"2\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[689]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[3-5]\"],\"0$1\"]],\"0\"],\"SL\":[\"232\",\"00\",\"(?:[237-9]\\\\d|66)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"[236-9]\"],\"(0$1)\"]],\"0\"],\"SM\":[\"378\",\"00\",\"(?:0549|[5-7]\\\\d)\\\\d{6}\",[8,10],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[5-7]\"]],[\"(\\\\d{4})(\\\\d{6})\",\"$1 $2\",[\"0\"]]],0,0,\"([89]\\\\d{5})$\",\"0549$1\"],\"SN\":[\"221\",\"00\",\"(?:[378]\\\\d|93)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[379]\"]]]],\"SO\":[\"252\",\"00\",\"[346-9]\\\\d{8}|[12679]\\\\d{7}|[1-5]\\\\d{6}|[1348]\\\\d{5}\",[6,7,8,9],[[\"(\\\\d{2})(\\\\d{4})\",\"$1 $2\",[\"8[125]\"]],[\"(\\\\d{6})\",\"$1\",[\"[134]\"]],[\"(\\\\d)(\\\\d{6})\",\"$1 $2\",[\"[15]|2[0-79]|3[0-46-8]|4[0-7]\"]],[\"(\\\\d{2})(\\\\d{5,7})\",\"$1 $2\",[\"1|28|9[2-9]\"]],[\"(\\\\d)(\\\\d{7})\",\"$1 $2\",[\"[267]|904\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[346-9]\"]]],\"0\"],\"SR\":[\"597\",\"00\",\"(?:[2-5]|[6-9]\\\\d)\\\\d{5}\",[6,7],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1-$2-$3\",[\"56\"]],[\"(\\\\d{3})(\\\\d{3})\",\"$1-$2\",[\"[2-5]\"]],[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"[6-9]\"]]]],\"SS\":[\"211\",\"00\",\"[19]\\\\d{8}\",[9],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[19]\"],\"0$1\"]],\"0\"],\"ST\":[\"239\",\"00\",\"(?:22|9\\\\d)\\\\d{5}\",[7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[29]\"]]]],\"SV\":[\"503\",\"00\",\"[25-7]\\\\d{7}|(?:80\\\\d|900)\\\\d{4}(?:\\\\d{4})?\",[7,8,11],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[89]\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[25-7]\"]],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[89]\"]]]],\"SX\":[\"1\",\"011\",\"7215\\\\d{6}|(?:[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"(5\\\\d{6})$|1\",\"721$1\",0,\"721\"],\"SY\":[\"963\",\"00\",\"[1-359]\\\\d{8}|[1-5]\\\\d{7}\",[8,9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[1-4]|5[1-3]\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[59]\"],\"0$1\",1]],\"0\"],\"SZ\":[\"268\",\"00\",\"0800\\\\d{4}|(?:[237]\\\\d|900)\\\\d{6}\",[8,9],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[0237]\"]],[\"(\\\\d{5})(\\\\d{4})\",\"$1 $2\",[\"9\"]]]],\"TA\":[\"290\",\"00\",\"8\\\\d{3}\",[4],0,0,0,0,0,0,\"8\"],\"TC\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|649|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-479]\\\\d{6})$|1\",\"649$1\",0,\"649\"],\"TD\":[\"235\",\"00|16\",\"(?:22|[3689]\\\\d|77)\\\\d{6}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[236-9]\"]]],0,0,0,0,0,0,0,\"00\"],\"TG\":[\"228\",\"00\",\"[279]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[279]\"]]]],\"TH\":[\"66\",\"00[1-9]\",\"(?:001800|[2-57]|[689]\\\\d)\\\\d{7}|1\\\\d{7,9}\",[8,9,10,13],[[\"(\\\\d)(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"2\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[13-9]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"1\"]]],\"0\"],\"TJ\":[\"992\",\"810\",\"(?:[0-57-9]\\\\d|66)\\\\d{7}\",[9],[[\"(\\\\d{6})(\\\\d)(\\\\d{2})\",\"$1 $2 $3\",[\"331\",\"3317\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"44[02-479]|[34]7\"]],[\"(\\\\d{4})(\\\\d)(\\\\d{4})\",\"$1 $2 $3\",[\"3(?:[1245]|3[12])\"]],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"\\\\d\"]]],0,0,0,0,0,0,0,\"8~10\"],\"TK\":[\"690\",\"00\",\"[2-47]\\\\d{3,6}\",[4,5,6,7]],\"TL\":[\"670\",\"00\",\"7\\\\d{7}|(?:[2-47]\\\\d|[89]0)\\\\d{5}\",[7,8],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[2-489]|70\"]],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"7\"]]]],\"TM\":[\"993\",\"810\",\"[1-7]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2-$3-$4\",[\"12\"],\"(8 $1)\"],[\"(\\\\d{3})(\\\\d)(\\\\d{2})(\\\\d{2})\",\"$1 $2-$3-$4\",[\"[1-5]\"],\"(8 $1)\"],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"[67]\"],\"8 $1\"]],\"8\",0,0,0,0,0,0,\"8~10\"],\"TN\":[\"216\",\"00\",\"[2-57-9]\\\\d{7}\",[8],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2-57-9]\"]]]],\"TO\":[\"676\",\"00\",\"(?:0800|(?:[5-8]\\\\d\\\\d|999)\\\\d)\\\\d{3}|[2-8]\\\\d{4}\",[5,7],[[\"(\\\\d{2})(\\\\d{3})\",\"$1-$2\",[\"[2-4]|50|6[09]|7[0-24-69]|8[05]\"]],[\"(\\\\d{4})(\\\\d{3})\",\"$1 $2\",[\"0\"]],[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[5-9]\"]]]],\"TR\":[\"90\",\"00\",\"4\\\\d{6}|8\\\\d{11,12}|(?:[2-58]\\\\d\\\\d|900)\\\\d{7}\",[7,10,12,13],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"512|8[01589]|90\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"5[0-79]\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[24][1-8]|3[1-9]\"],\"(0$1)\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{6,7})\",\"$1 $2 $3\",[\"80\"],\"0$1\",1]],\"0\"],\"TT\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-46-8]\\\\d{6})$|1\",\"868$1\",0,\"868\"],\"TV\":[\"688\",\"00\",\"(?:2|7\\\\d\\\\d|90)\\\\d{4}\",[5,6,7],[[\"(\\\\d{2})(\\\\d{3})\",\"$1 $2\",[\"2\"]],[\"(\\\\d{2})(\\\\d{4})\",\"$1 $2\",[\"90\"]],[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"7\"]]]],\"TW\":[\"886\",\"0(?:0[25-79]|19)\",\"[2-689]\\\\d{8}|7\\\\d{9,10}|[2-8]\\\\d{7}|2\\\\d{6}\",[7,8,9,10,11],[[\"(\\\\d{2})(\\\\d)(\\\\d{4})\",\"$1 $2 $3\",[\"202\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"826\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{2})(\\\\d{3})\",\"$1 $2 $3\",[\"83\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"82\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[25]0|37|49|8[09]\"],\"0$1\"],[\"(\\\\d)(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"[23568]|4(?:0[02-48]|[1-478])|7[1-9]\",\"[23568]|4(?:0[2-48]|[1-478])|(?:400|7)[1-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[49]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4,5})\",\"$1 $2 $3\",[\"7\"],\"0$1\"]],\"0\",0,0,0,0,0,0,0,\"#\"],\"TZ\":[\"255\",\"00[056]\",\"(?:[25-8]\\\\d|41|90)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"[89]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[24]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1 $2\",[\"5\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[67]\"],\"0$1\"]],\"0\"],\"UA\":[\"380\",\"00\",\"[89]\\\\d{9}|[3-9]\\\\d{8}\",[9,10],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]\",\"6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{5})\",\"$1 $2\",[\"3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])\",\"3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[3-7]|89|9[1-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[89]\"],\"0$1\"]],\"0\",0,0,0,0,0,0,\"0~0\"],\"UG\":[\"256\",\"00[057]\",\"800\\\\d{6}|(?:[29]0|[347]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{4})(\\\\d{5})\",\"$1 $2\",[\"202\",\"2024\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{6})\",\"$1 $2\",[\"[27-9]|4(?:6[45]|[7-9])\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1 $2\",[\"[34]\"],\"0$1\"]],\"0\"],\"US\":[\"1\",\"011\",\"[2-9]\\\\d{9}|3\\\\d{6}\",[10],[[\"(\\\\d{3})(\\\\d{4})\",\"$1-$2\",[\"310\"],0,1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"($1) $2-$3\",[\"[2-9]\"],0,1,\"$1-$2-$3\"]],\"1\",0,0,0,0,0,[[\"(?:472[2-47-9]|983[2-57-9])\\\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[02469]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-2478]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\\\d{6}\"],[\"\"],[\"8(?:00|33|44|55|66|77|88)[2-9]\\\\d{6}\"],[\"900[2-9]\\\\d{6}\"],[\"52(?:3(?:[2-46-9][02-9]\\\\d|5(?:[02-46-9]\\\\d|5[0-46-9]))|4(?:[2-478][02-9]\\\\d|5(?:[034]\\\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\\\d)|9(?:[05-9]\\\\d|2[0-5]|49)))\\\\d{4}|52[34][2-9]1[02-9]\\\\d{4}|5(?:00|2[125-9]|3[23]|44|66|77|88)[2-9]\\\\d{6}\"]]],\"UY\":[\"598\",\"0(?:0|1[3-9]\\\\d)\",\"0004\\\\d{2,9}|[1249]\\\\d{7}|2\\\\d{3,4}|(?:[49]\\\\d|80)\\\\d{5}\",[4,5,6,7,8,9,10,11,12,13],[[\"(\\\\d{4,5})\",\"$1\",[\"21\"]],[\"(\\\\d{3})(\\\\d{3,4})\",\"$1 $2\",[\"0\"]],[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[49]0|8\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"9\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[124]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{2,4})\",\"$1 $2 $3\",[\"0\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{2,4})\",\"$1 $2 $3 $4\",[\"0\"]]],\"0\",0,0,0,0,0,0,\"00\",\" int. \"],\"UZ\":[\"998\",\"00\",\"(?:20|33|[5-9]\\\\d)\\\\d{7}\",[9],[[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"[235-9]\"]]]],\"VA\":[\"39\",\"00\",\"0\\\\d{5,10}|3[0-8]\\\\d{7,10}|55\\\\d{8}|8\\\\d{5}(?:\\\\d{2,4})?|(?:1\\\\d|39)\\\\d{7,8}\",[6,7,8,9,10,11,12],0,0,0,0,0,0,\"06698\"],\"VC\":[\"1\",\"011\",\"(?:[58]\\\\d\\\\d|784|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-7]\\\\d{6})$|1\",\"784$1\",0,\"784\"],\"VE\":[\"58\",\"00\",\"[68]00\\\\d{7}|(?:[24]\\\\d|[59]0)\\\\d{8}\",[10],[[\"(\\\\d{3})(\\\\d{7})\",\"$1-$2\",[\"[24-689]\"],\"0$1\"]],\"0\"],\"VG\":[\"1\",\"011\",\"(?:284|[58]\\\\d\\\\d|900)\\\\d{7}\",[10],0,\"1\",0,\"([2-578]\\\\d{6})$|1\",\"284$1\",0,\"284\"],\"VI\":[\"1\",\"011\",\"[58]\\\\d{9}|(?:34|90)0\\\\d{7}\",[10],0,\"1\",0,\"([2-9]\\\\d{6})$|1\",\"340$1\",0,\"340\"],\"VN\":[\"84\",\"00\",\"[12]\\\\d{9}|[135-9]\\\\d{8}|[16]\\\\d{6,7}|7\\\\d{6}\",[7,8,9,10],[[\"(\\\\d{4})(\\\\d{4,6})\",\"$1 $2\",[\"1(?:2[02]|[89])\"],0,1],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"1[26]|6\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[357-9]\"],\"0$1\",1],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"2[48]\"],\"0$1\",1],[\"(\\\\d{3})(\\\\d{4})(\\\\d{3})\",\"$1 $2 $3\",[\"2\"],\"0$1\",1]],\"0\"],\"VU\":[\"678\",\"00\",\"[57-9]\\\\d{6}|(?:[238]\\\\d|48)\\\\d{3}\",[5,7],[[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"[57-9]\"]]]],\"WF\":[\"681\",\"00\",\"(?:40|72|8\\\\d{4})\\\\d{4}|[89]\\\\d{5}\",[6,9],[[\"(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3\",[\"[47-9]\"]],[\"(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})\",\"$1 $2 $3 $4\",[\"8\"]]]],\"WS\":[\"685\",\"0\",\"(?:[2-6]|8\\\\d{5})\\\\d{4}|[78]\\\\d{6}|[68]\\\\d{5}\",[5,6,7,10],[[\"(\\\\d{5})\",\"$1\",[\"[2-5]|6[1-9]\"]],[\"(\\\\d{3})(\\\\d{3,7})\",\"$1 $2\",[\"[68]\"]],[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"7\"]]]],\"XK\":[\"383\",\"00\",\"2\\\\d{7,8}|3\\\\d{7,11}|(?:4\\\\d\\\\d|[89]00)\\\\d{5}\",[8,9,10,11,12],[[\"(\\\\d{3})(\\\\d{5})\",\"$1 $2\",[\"[89]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[2-4]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"2|39\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7,10})\",\"$1 $2\",[\"3\"],\"0$1\"]],\"0\"],\"YE\":[\"967\",\"00\",\"(?:1|7\\\\d)\\\\d{7}|[1-7]\\\\d{6}\",[7,8,9],[[\"(\\\\d)(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"[1-6]|7(?:[24-6]|8[0-7])\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"7\"],\"0$1\"]],\"0\"],\"YT\":[\"262\",\"00\",\"(?:639\\\\d|7093)\\\\d{5}|(?:26|80|9\\\\d)\\\\d{7}\",[9],0,\"0\",0,0,0,0,0,[[\"26(?:89\\\\d|9(?:0[0-467]|15|5[0-4]|6\\\\d|[78]0))\\\\d{4}\"],[\"(?:639(?:0[0-79]|1[019]|[267]\\\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\\\d{4}\"],[\"80\\\\d{7}\"],0,0,0,0,0,[\"9(?:(?:39|47)8[01]|769\\\\d)\\\\d{4}\"]]],\"ZA\":[\"27\",\"00\",\"[1-79]\\\\d{8}|8\\\\d{4,9}\",[5,6,7,8,9,10],[[\"(\\\\d{2})(\\\\d{3,4})\",\"$1 $2\",[\"8[1-4]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{2,3})\",\"$1 $2 $3\",[\"8[1-4]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"860\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"[1-9]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"8\"],\"0$1\"]],\"0\"],\"ZM\":[\"260\",\"00\",\"800\\\\d{6}|(?:21|[579]\\\\d|63)\\\\d{7}\",[9],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[28]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1 $2\",[\"[579]\"],\"0$1\"]],\"0\"],\"ZW\":[\"263\",\"00\",\"2(?:[0-57-9]\\\\d{6,8}|6[0-24-9]\\\\d{6,7})|[38]\\\\d{9}|[35-8]\\\\d{8}|[3-6]\\\\d{7}|[1-689]\\\\d{6}|[1-3569]\\\\d{5}|[1356]\\\\d{4}\",[5,6,7,8,9,10],[[\"(\\\\d{3})(\\\\d{3,5})\",\"$1 $2\",[\"2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]\"],\"0$1\"],[\"(\\\\d)(\\\\d{3})(\\\\d{2,4})\",\"$1 $2 $3\",[\"[49]\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{4})\",\"$1 $2\",[\"80\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{7})\",\"$1 $2\",[\"24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2\",\"2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]\"],\"(0$1)\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"7\"],\"0$1\"],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)\",\"2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{6})\",\"$1 $2\",[\"8\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3,5})\",\"$1 $2\",[\"1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]\"],\"0$1\"],[\"(\\\\d{2})(\\\\d{3})(\\\\d{3,4})\",\"$1 $2 $3\",[\"29[013-9]|39|54\"],\"0$1\"],[\"(\\\\d{4})(\\\\d{3,5})\",\"$1 $2\",[\"(?:25|54)8\",\"258|5483\"],\"0$1\"]],\"0\"]},\"nonGeographic\":{\"800\":[\"800\",0,\"(?:00|[1-9]\\\\d)\\\\d{6}\",[8],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"\\\\d\"]]],0,0,0,0,0,0,[0,0,[\"(?:00|[1-9]\\\\d)\\\\d{6}\"]]],\"808\":[\"808\",0,\"[1-9]\\\\d{7}\",[8],[[\"(\\\\d{4})(\\\\d{4})\",\"$1 $2\",[\"[1-9]\"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,[\"[1-9]\\\\d{7}\"]]],\"870\":[\"870\",0,\"7\\\\d{11}|[235-7]\\\\d{8}\",[9,12],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"[235-7]\"]]],0,0,0,0,0,0,[0,[\"(?:[356]|774[45])\\\\d{8}|7[6-8]\\\\d{7}\"],0,0,0,0,0,0,[\"2\\\\d{8}\",[9]]]],\"878\":[\"878\",0,\"10\\\\d{10}\",[12],[[\"(\\\\d{2})(\\\\d{5})(\\\\d{5})\",\"$1 $2 $3\",[\"1\"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,[\"10\\\\d{10}\"]]],\"881\":[\"881\",0,\"6\\\\d{9}|[0-36-9]\\\\d{8}\",[9,10],[[\"(\\\\d)(\\\\d{3})(\\\\d{5})\",\"$1 $2 $3\",[\"[0-37-9]\"]],[\"(\\\\d)(\\\\d{3})(\\\\d{5,6})\",\"$1 $2 $3\",[\"6\"]]],0,0,0,0,0,0,[0,[\"6\\\\d{9}|[0-36-9]\\\\d{8}\"]]],\"882\":[\"882\",0,\"[13]\\\\d{6}(?:\\\\d{2,5})?|[19]\\\\d{7}|(?:[25]\\\\d\\\\d|4)\\\\d{7}(?:\\\\d{2})?\",[7,8,9,10,11,12],[[\"(\\\\d{2})(\\\\d{5})\",\"$1 $2\",[\"16|342\"]],[\"(\\\\d{2})(\\\\d{6})\",\"$1 $2\",[\"49\"]],[\"(\\\\d{2})(\\\\d{2})(\\\\d{4})\",\"$1 $2 $3\",[\"1[36]|9\"]],[\"(\\\\d{2})(\\\\d{4})(\\\\d{3})\",\"$1 $2 $3\",[\"3[23]\"]],[\"(\\\\d{2})(\\\\d{3,4})(\\\\d{4})\",\"$1 $2 $3\",[\"16\"]],[\"(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"10|23|3(?:[15]|4[57])|4|5[12]\"]],[\"(\\\\d{3})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"34\"]],[\"(\\\\d{2})(\\\\d{4,5})(\\\\d{5})\",\"$1 $2 $3\",[\"[1-35]\"]]],0,0,0,0,0,0,[0,[\"342\\\\d{4}|(?:337|49)\\\\d{6}|(?:3(?:2|47|7\\\\d{3})|5(?:0\\\\d{3}|2[0-2]))\\\\d{7}\",[7,8,9,10,12]],0,0,0,[\"348[57]\\\\d{7}\",[11]],0,0,[\"1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\\\d{4}|6\\\\d{5,10})|(?:345\\\\d|9[89])\\\\d{6}|(?:10|2(?:3|85\\\\d)|3(?:[15]|[69]\\\\d\\\\d)|4[15-8]|51)\\\\d{8}\"]]],\"883\":[\"883\",0,\"(?:[1-4]\\\\d|51)\\\\d{6,10}\",[8,9,10,11,12],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{2,8})\",\"$1 $2 $3\",[\"[14]|2[24-689]|3[02-689]|51[24-9]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3\",[\"510\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{4})\",\"$1 $2 $3\",[\"21\"]],[\"(\\\\d{4})(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"51[13]\"]],[\"(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{3})\",\"$1 $2 $3 $4\",[\"[235]\"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,[\"(?:2(?:00\\\\d\\\\d|10)|(?:370[1-9]|51\\\\d0)\\\\d)\\\\d{7}|51(?:00\\\\d{5}|[24-9]0\\\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\\\d{5,9}\"]]],\"888\":[\"888\",0,\"\\\\d{11}\",[11],[[\"(\\\\d{3})(\\\\d{3})(\\\\d{5})\",\"$1 $2 $3\"]],0,0,0,0,0,0,[0,0,0,0,0,0,[\"\\\\d{11}\"]]],\"979\":[\"979\",0,\"[1359]\\\\d{8}\",[9],[[\"(\\\\d)(\\\\d{4})(\\\\d{4})\",\"$1 $2 $3\",[\"[1359]\"]]],0,0,0,0,0,0,[0,0,0,[\"[1359]\\\\d{8}\"]]]}}","// Importing from a \".js\" file is a workaround for Node.js \"ES Modules\"\n// importing system which is even uncapable of importing \"*.json\" files.\nimport metadata from '../../metadata.min.json.js'\n\nexport default function withMetadataArgument(func, _arguments) {\n\tvar args = Array.prototype.slice.call(_arguments)\n\targs.push(metadata)\n\treturn func.apply(this, args)\n}","var objectConstructor = {}.constructor;\nexport default function isObject(object) {\n return object !== undefined && object !== null && object.constructor === objectConstructor;\n}\n//# sourceMappingURL=isObject.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }\nfunction _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }\nfunction _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nfunction _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nfunction _iterableToArrayLimit(r, l) { var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t[\"return\"] && (u = t[\"return\"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }\nfunction _arrayWithHoles(r) { if (Array.isArray(r)) return r; }\nimport isObject from './helpers/isObject.js';\n\n// Extracts the following properties from function arguments:\n// * input `text`\n// * `options` object\n// * `metadata` JSON\nexport default function normalizeArguments(args) {\n var _Array$prototype$slic = Array.prototype.slice.call(args),\n _Array$prototype$slic2 = _slicedToArray(_Array$prototype$slic, 4),\n arg_1 = _Array$prototype$slic2[0],\n arg_2 = _Array$prototype$slic2[1],\n arg_3 = _Array$prototype$slic2[2],\n arg_4 = _Array$prototype$slic2[3];\n var text;\n var options;\n var metadata;\n\n // If the phone number is passed as a string.\n // `parsePhoneNumber('88005553535', ...)`.\n if (typeof arg_1 === 'string') {\n text = arg_1;\n } else throw new TypeError('A text for parsing must be a string.');\n\n // If \"default country\" argument is being passed then move it to `options`.\n // `parsePhoneNumber('88005553535', 'RU', [options], metadata)`.\n if (!arg_2 || typeof arg_2 === 'string') {\n if (arg_4) {\n options = arg_3;\n metadata = arg_4;\n } else {\n options = undefined;\n metadata = arg_3;\n }\n if (arg_2) {\n options = _objectSpread({\n defaultCountry: arg_2\n }, options);\n }\n }\n // `defaultCountry` is not passed.\n // Example: `parsePhoneNumber('+78005553535', [options], metadata)`.\n else if (isObject(arg_2)) {\n if (arg_3) {\n options = arg_2;\n metadata = arg_3;\n } else {\n metadata = arg_2;\n }\n } else throw new Error(\"Invalid second argument: \".concat(arg_2));\n return {\n text: text,\n options: options,\n metadata: metadata\n };\n}\n//# sourceMappingURL=normalizeArguments.js.map","// The minimum length of the national significant number.\nexport var MIN_LENGTH_FOR_NSN = 2;\n\n// The ITU says the maximum length should be 15,\n// but one can find longer numbers in Germany.\nexport var MAX_LENGTH_FOR_NSN = 17;\n\n// The maximum length of the country calling code.\nexport var MAX_LENGTH_COUNTRY_CODE = 3;\n\n// Digits accepted in phone numbers\n// (ascii, fullwidth, arabic-indic, and eastern arabic digits).\nexport var VALID_DIGITS = \"0-9\\uFF10-\\uFF19\\u0660-\\u0669\\u06F0-\\u06F9\";\n\n// `DASHES` will be right after the opening square bracket of the \"character class\"\nvar DASHES = \"-\\u2010-\\u2015\\u2212\\u30FC\\uFF0D\";\nvar SLASHES = \"\\uFF0F/\";\nvar DOTS = \"\\uFF0E.\";\nexport var WHITESPACE = \" \\xA0\\xAD\\u200B\\u2060\\u3000\";\nvar BRACKETS = \"()\\uFF08\\uFF09\\uFF3B\\uFF3D\\\\[\\\\]\";\n// export const OPENING_BRACKETS = '(\\uFF08\\uFF3B\\\\\\['\nvar TILDES = \"~\\u2053\\u223C\\uFF5E\";\n\n// Regular expression of acceptable punctuation found in phone numbers. This\n// excludes punctuation found as a leading character only. This consists of dash\n// characters, white space characters, full stops, slashes, square brackets,\n// parentheses and tildes. Full-width variants are also present.\nexport var VALID_PUNCTUATION = \"\".concat(DASHES).concat(SLASHES).concat(DOTS).concat(WHITESPACE).concat(BRACKETS).concat(TILDES);\nexport var PLUS_CHARS = \"+\\uFF0B\";\n// const LEADING_PLUS_CHARS_PATTERN = new RegExp('^[' + PLUS_CHARS + ']+')\n//# sourceMappingURL=constants.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }\nfunction _possibleConstructorReturn(t, e) { if (e && (\"object\" == _typeof(e) || \"function\" == typeof e)) return e; if (void 0 !== e) throw new TypeError(\"Derived constructors may only return object or undefined\"); return _assertThisInitialized(t); }\nfunction _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); return e; }\nfunction _inherits(t, e) { if (\"function\" != typeof e && null !== e) throw new TypeError(\"Super expression must either be null or a function\"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, \"prototype\", { writable: !1 }), e && _setPrototypeOf(t, e); }\nfunction _wrapNativeSuper(t) { var r = \"function\" == typeof Map ? new Map() : void 0; return _wrapNativeSuper = function _wrapNativeSuper(t) { if (null === t || !_isNativeFunction(t)) return t; if (\"function\" != typeof t) throw new TypeError(\"Super expression must either be null or a function\"); if (void 0 !== r) { if (r.has(t)) return r.get(t); r.set(t, Wrapper); } function Wrapper() { return _construct(t, arguments, _getPrototypeOf(this).constructor); } return Wrapper.prototype = Object.create(t.prototype, { constructor: { value: Wrapper, enumerable: !1, writable: !0, configurable: !0 } }), _setPrototypeOf(Wrapper, t); }, _wrapNativeSuper(t); }\nfunction _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }\nfunction _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }\nfunction _isNativeFunction(t) { try { return -1 !== Function.toString.call(t).indexOf(\"[native code]\"); } catch (n) { return \"function\" == typeof t; } }\nfunction _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }\nfunction _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }\n// https://stackoverflow.com/a/46971044/970769\n// \"Breaking changes in Typescript 2.1\"\n// \"Extending built-ins like Error, Array, and Map may no longer work.\"\n// \"As a recommendation, you can manually adjust the prototype immediately after any super(...) calls.\"\n// https://github.com/Microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work\nvar ParseError = /*#__PURE__*/function (_Error) {\n function ParseError(code) {\n var _this;\n _classCallCheck(this, ParseError);\n _this = _callSuper(this, ParseError, [code]);\n // Set the prototype explicitly.\n // Any subclass of FooError will have to manually set the prototype as well.\n Object.setPrototypeOf(_this, ParseError.prototype);\n _this.name = _this.constructor.name;\n return _this;\n }\n _inherits(ParseError, _Error);\n return _createClass(ParseError);\n}(/*#__PURE__*/_wrapNativeSuper(Error));\nexport { ParseError as default };\n//# sourceMappingURL=ParseError.js.map","// Copy-pasted from:\n// https://github.com/substack/semver-compare/blob/master/index.js\n//\n// Inlining this function because some users reported issues with\n// importing from `semver-compare` in a browser with ES6 \"native\" modules.\n//\n// Fixes `semver-compare` not being able to compare versions with alpha/beta/etc \"tags\".\n// https://github.com/catamphetamine/libphonenumber-js/issues/381\nexport default function (a, b) {\n a = a.split('-');\n b = b.split('-');\n var pa = a[0].split('.');\n var pb = b[0].split('.');\n for (var i = 0; i < 3; i++) {\n var na = Number(pa[i]);\n var nb = Number(pb[i]);\n if (na > nb) return 1;\n if (nb > na) return -1;\n if (!isNaN(na) && isNaN(nb)) return 1;\n if (isNaN(na) && !isNaN(nb)) return -1;\n }\n if (a[1] && b[1]) {\n return a[1] > b[1] ? 1 : a[1] < b[1] ? -1 : 0;\n }\n return !a[1] && b[1] ? 1 : a[1] && !b[1] ? -1 : 0;\n}\n//# sourceMappingURL=semver-compare.js.map","var CALLING_CODE_REG_EXP = /^\\d+$/;\nexport default function isCallingCode(string) {\n return CALLING_CODE_REG_EXP.test(string);\n}\n//# sourceMappingURL=isCallingCode.js.map","function _readOnlyError(r) { throw new TypeError('\"' + r + '\" is read-only'); }\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport compare from './tools/semver-compare.js';\nimport isObject from './helpers/isObject.js';\nimport isCallingCode from './helpers/isCallingCode.js';\n\n// Added \"possibleLengths\" and renamed\n// \"country_phone_code_to_countries\" to \"country_calling_codes\".\nvar V2 = '1.0.18';\n\n// Added \"idd_prefix\" and \"default_idd_prefix\".\nvar V3 = '1.2.0';\n\n// Moved `001` country code to \"nonGeographic\" section of metadata.\nvar V4 = '1.7.35';\nvar DEFAULT_EXT_PREFIX = ' ext. ';\n\n/**\n * See: https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md\n */\nvar Metadata = /*#__PURE__*/function () {\n /**\n * @param {object} metadata — Metadata JSON.\n */\n function Metadata(metadata) {\n _classCallCheck(this, Metadata);\n validateMetadata(metadata);\n this.metadata = metadata;\n setVersion.call(this, metadata);\n }\n return _createClass(Metadata, [{\n key: \"getCountries\",\n value: function getCountries() {\n return Object.keys(this.metadata.countries).filter(function (_) {\n return _ !== '001';\n });\n }\n }, {\n key: \"getCountryMetadata\",\n value: function getCountryMetadata(countryCode) {\n return this.metadata.countries[countryCode];\n }\n }, {\n key: \"nonGeographic\",\n value: function nonGeographic() {\n if (this.v1 || this.v2 || this.v3) return;\n // `nonGeographical` was a typo.\n // It's present in metadata generated from `1.7.35` to `1.7.37`.\n // The test case could be found by searching for \"nonGeographical\".\n return this.metadata.nonGeographic || this.metadata.nonGeographical;\n }\n }, {\n key: \"hasCountry\",\n value: function hasCountry(country) {\n return this.getCountryMetadata(country) !== undefined;\n }\n }, {\n key: \"hasCallingCode\",\n value: function hasCallingCode(callingCode) {\n if (this.getCountryCodesForCallingCode(callingCode)) {\n return true;\n }\n if (this.nonGeographic()) {\n if (this.nonGeographic()[callingCode]) {\n return true;\n }\n } else {\n // A hacky workaround for old custom metadata (generated before V4).\n var countryCodes = this.countryCallingCodes()[callingCode];\n if (countryCodes && countryCodes.length === 1 && countryCodes[0] === '001') {\n return true;\n }\n }\n }\n }, {\n key: \"isNonGeographicCallingCode\",\n value: function isNonGeographicCallingCode(callingCode) {\n if (this.nonGeographic()) {\n return this.nonGeographic()[callingCode] ? true : false;\n } else {\n return this.getCountryCodesForCallingCode(callingCode) ? false : true;\n }\n }\n\n // Deprecated.\n }, {\n key: \"country\",\n value: function country(countryCode) {\n return this.selectNumberingPlan(countryCode);\n }\n\n /**\n * Selects a telephone numbering plan based on either a country code or a calling code.\n * @param {string} argument — Country code or calling code.\n * @param {string} legacyArgumentCallingCode — Legacy argument: calling code, if the first argument is not passed.\n */\n }, {\n key: \"selectNumberingPlan\",\n value: function selectNumberingPlan(argument, legacyArgumentCallingCode) {\n var countryCode;\n var callingCode;\n if (argument) {\n if (isCallingCode(argument)) {\n callingCode = argument;\n } else {\n countryCode = argument;\n }\n }\n // Previously, the signature of this method was: `.selectNumberingPlan(country, callingCode)`.\n // And if `country` argument wasn't passed, it looked into the second argument `callingCode`.\n // Now it's preferred to only pass either `country` or `callingCode` as the first argument.\n if (legacyArgumentCallingCode) {\n callingCode = legacyArgumentCallingCode;\n }\n\n // Select a telephone numbering plan.\n if (countryCode && countryCode !== '001') {\n var countryMetadata = this.getCountryMetadata(countryCode);\n if (!countryMetadata) {\n throw new Error(\"Unknown country: \".concat(countryCode));\n }\n this.numberingPlan = new NumberingPlan(countryMetadata, this);\n } else if (callingCode) {\n if (!this.hasCallingCode(callingCode)) {\n throw new Error(\"Unknown calling code: \".concat(callingCode));\n }\n this.numberingPlan = new NumberingPlan(this.getNumberingPlanMetadata(callingCode), this);\n } else {\n this.numberingPlan = undefined;\n }\n return this;\n }\n }, {\n key: \"getCountryCodesForCallingCode\",\n value: function getCountryCodesForCallingCode(callingCode) {\n var countryCodes = this.countryCallingCodes()[callingCode];\n if (countryCodes) {\n // Metadata before V4 included \"non-geographic entity\" calling codes\n // inside `country_calling_codes` (for example, `\"881\":[\"001\"]`).\n // Now the semantics of `country_calling_codes` has changed:\n // it's specifically for \"countries\" now.\n // Older versions of custom metadata will simply skip parsing\n // \"non-geographic entity\" phone numbers with new versions\n // of this library: it's not considered a bug,\n // because such numbers are extremely rare,\n // and developers extremely rarely use custom metadata.\n if (countryCodes.length === 1 && countryCodes[0].length === 3) {\n return;\n }\n return countryCodes;\n }\n }\n }, {\n key: \"getCountryCodeForCallingCode\",\n value: function getCountryCodeForCallingCode(callingCode) {\n var countryCodes = this.getCountryCodesForCallingCode(callingCode);\n if (countryCodes) {\n return countryCodes[0];\n }\n }\n }, {\n key: \"getNumberingPlanMetadata\",\n value: function getNumberingPlanMetadata(callingCode) {\n // If a calling code is specified, choose the telephone numbering plan\n // of the \"default\" country for this calling code.\n // For example, if calling code `1` is passed,\n // the telephone numbering plan of `US` will be selected.\n var countryCode = this.getCountryCodeForCallingCode(callingCode);\n if (countryCode) {\n return this.getCountryMetadata(countryCode);\n }\n if (this.nonGeographic()) {\n var metadata = this.nonGeographic()[callingCode];\n if (metadata) {\n return metadata;\n }\n } else {\n // A hacky workaround for old custom metadata (generated before V4).\n // In that metadata, there was no concept of \"non-geographic\" metadata\n // so metadata for `001` country code was stored along with other countries.\n // The test case can be found by searching for:\n // \"should work around `nonGeographic` metadata not existing\".\n var countryCodes = this.countryCallingCodes()[callingCode];\n if (countryCodes && countryCodes.length === 1 && countryCodes[0] === '001') {\n return this.metadata.countries['001'];\n }\n }\n }\n\n // Deprecated.\n }, {\n key: \"countryCallingCode\",\n value: function countryCallingCode() {\n return this.numberingPlan.callingCode();\n }\n\n // Deprecated.\n }, {\n key: \"IDDPrefix\",\n value: function IDDPrefix() {\n return this.numberingPlan.IDDPrefix();\n }\n\n // Deprecated.\n }, {\n key: \"defaultIDDPrefix\",\n value: function defaultIDDPrefix() {\n return this.numberingPlan.defaultIDDPrefix();\n }\n\n // Deprecated.\n }, {\n key: \"nationalNumberPattern\",\n value: function nationalNumberPattern() {\n return this.numberingPlan.nationalNumberPattern();\n }\n\n // Deprecated.\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n return this.numberingPlan.possibleLengths();\n }\n\n // Deprecated.\n }, {\n key: \"formats\",\n value: function formats() {\n return this.numberingPlan.formats();\n }\n\n // Deprecated.\n }, {\n key: \"nationalPrefixForParsing\",\n value: function nationalPrefixForParsing() {\n return this.numberingPlan.nationalPrefixForParsing();\n }\n\n // Deprecated.\n }, {\n key: \"nationalPrefixTransformRule\",\n value: function nationalPrefixTransformRule() {\n return this.numberingPlan.nationalPrefixTransformRule();\n }\n\n // Deprecated.\n }, {\n key: \"leadingDigits\",\n value: function leadingDigits() {\n return this.numberingPlan.leadingDigits();\n }\n\n // Deprecated.\n }, {\n key: \"hasTypes\",\n value: function hasTypes() {\n return this.numberingPlan.hasTypes();\n }\n\n // Deprecated.\n }, {\n key: \"type\",\n value: function type(_type) {\n return this.numberingPlan.type(_type);\n }\n\n // Deprecated.\n }, {\n key: \"ext\",\n value: function ext() {\n return this.numberingPlan.ext();\n }\n }, {\n key: \"countryCallingCodes\",\n value: function countryCallingCodes() {\n if (this.v1) return this.metadata.country_phone_code_to_countries;\n return this.metadata.country_calling_codes;\n }\n\n // Deprecated.\n }, {\n key: \"chooseCountryByCountryCallingCode\",\n value: function chooseCountryByCountryCallingCode(callingCode) {\n return this.selectNumberingPlan(callingCode);\n }\n }, {\n key: \"hasSelectedNumberingPlan\",\n value: function hasSelectedNumberingPlan() {\n return this.numberingPlan !== undefined;\n }\n }]);\n}();\nexport { Metadata as default };\nvar NumberingPlan = /*#__PURE__*/function () {\n function NumberingPlan(metadata, globalMetadataObject) {\n _classCallCheck(this, NumberingPlan);\n this.globalMetadataObject = globalMetadataObject;\n this.metadata = metadata;\n setVersion.call(this, globalMetadataObject.metadata);\n }\n return _createClass(NumberingPlan, [{\n key: \"callingCode\",\n value: function callingCode() {\n return this.metadata[0];\n }\n\n // When multiple countries share the same calling code,\n // all phone number formatting rules are included in the metadata\n // of the \"default\" country for that calling code.\n // Any other countries' metdata doesn't include any formatting rules.\n // Google developers said that such storage architecture was chosen for performance reasons.\n //\n // For example, for NANPA region (\"North American Numbering Plan Administration\",\n // which includes USA, Canada, Cayman Islands, Bahamas, etc) all formatting rules\n // are contained in the metadata of `US` country.\n //\n // This is not public API.\n //\n }, {\n key: \"_getDefaultCountryMetadataForThisCallingCode\",\n value: function _getDefaultCountryMetadataForThisCallingCode() {\n return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode());\n }\n\n // Deprecated.\n }, {\n key: \"getDefaultCountryMetadataForRegion\",\n value: function getDefaultCountryMetadataForRegion() {\n return this._getDefaultCountryMetadataForThisCallingCode();\n }\n\n // Is always present.\n }, {\n key: \"IDDPrefix\",\n value: function IDDPrefix() {\n if (this.v1 || this.v2) return;\n return this.metadata[1];\n }\n\n // Is only present when a country supports multiple IDD prefixes.\n }, {\n key: \"defaultIDDPrefix\",\n value: function defaultIDDPrefix() {\n if (this.v1 || this.v2) return;\n return this.metadata[12];\n }\n }, {\n key: \"nationalNumberPattern\",\n value: function nationalNumberPattern() {\n if (this.v1 || this.v2) return this.metadata[1];\n return this.metadata[2];\n }\n\n // \"possible length\" data is always present in Google's metadata.\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n if (this.v1) return;\n return this.metadata[this.v2 ? 2 : 3];\n }\n }, {\n key: \"_getFormats\",\n value: function _getFormats(metadata) {\n return metadata[this.v1 ? 2 : this.v2 ? 3 : 4];\n }\n\n // For countries of the same region (e.g. NANPA)\n // formats are all stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n }, {\n key: \"formats\",\n value: function formats() {\n var _this = this;\n var formats = this._getFormats(this.metadata) || this._getFormats(this._getDefaultCountryMetadataForThisCallingCode()) || [];\n return formats.map(function (_) {\n return new Format(_, _this);\n });\n }\n }, {\n key: \"nationalPrefix\",\n value: function nationalPrefix() {\n return this.metadata[this.v1 ? 3 : this.v2 ? 4 : 5];\n }\n }, {\n key: \"_getNationalPrefixFormattingRule\",\n value: function _getNationalPrefixFormattingRule(metadata) {\n return metadata[this.v1 ? 4 : this.v2 ? 5 : 6];\n }\n\n // For countries of the same region (e.g. NANPA)\n // national prefix formatting rule is stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n }, {\n key: \"nationalPrefixFormattingRule\",\n value: function nationalPrefixFormattingRule() {\n return this._getNationalPrefixFormattingRule(this.metadata) || this._getNationalPrefixFormattingRule(this._getDefaultCountryMetadataForThisCallingCode());\n }\n }, {\n key: \"_nationalPrefixForParsing\",\n value: function _nationalPrefixForParsing() {\n return this.metadata[this.v1 ? 5 : this.v2 ? 6 : 7];\n }\n }, {\n key: \"nationalPrefixForParsing\",\n value: function nationalPrefixForParsing() {\n // If `national_prefix_for_parsing` is not set explicitly,\n // then infer it from `national_prefix` (if any)\n return this._nationalPrefixForParsing() || this.nationalPrefix();\n }\n }, {\n key: \"nationalPrefixTransformRule\",\n value: function nationalPrefixTransformRule() {\n return this.metadata[this.v1 ? 6 : this.v2 ? 7 : 8];\n }\n }, {\n key: \"_getNationalPrefixIsOptionalWhenFormatting\",\n value: function _getNationalPrefixIsOptionalWhenFormatting() {\n return !!this.metadata[this.v1 ? 7 : this.v2 ? 8 : 9];\n }\n\n // For countries of the same region (e.g. NANPA)\n // \"national prefix is optional when formatting\" flag is\n // stored in the \"main\" country for that region.\n // E.g. \"RU\" and \"KZ\", \"US\" and \"CA\".\n }, {\n key: \"nationalPrefixIsOptionalWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsOptionalWhenFormattingInNationalFormat() {\n return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata) || this._getNationalPrefixIsOptionalWhenFormatting(this._getDefaultCountryMetadataForThisCallingCode());\n }\n }, {\n key: \"leadingDigits\",\n value: function leadingDigits() {\n return this.metadata[this.v1 ? 8 : this.v2 ? 9 : 10];\n }\n }, {\n key: \"types\",\n value: function types() {\n return this.metadata[this.v1 ? 9 : this.v2 ? 10 : 11];\n }\n }, {\n key: \"hasTypes\",\n value: function hasTypes() {\n // Versions 1.2.0 - 1.2.4: can be `[]`.\n /* istanbul ignore next */\n if (this.types() && this.types().length === 0) {\n return false;\n }\n // Versions <= 1.2.4: can be `undefined`.\n // Version >= 1.2.5: can be `0`.\n return !!this.types();\n }\n }, {\n key: \"type\",\n value: function type(_type2) {\n if (this.hasTypes() && getType(this.types(), _type2)) {\n return new Type(getType(this.types(), _type2), this);\n }\n }\n }, {\n key: \"ext\",\n value: function ext() {\n if (this.v1 || this.v2) return DEFAULT_EXT_PREFIX;\n return this.metadata[13] || DEFAULT_EXT_PREFIX;\n }\n }]);\n}();\nvar Format = /*#__PURE__*/function () {\n function Format(format, metadata) {\n _classCallCheck(this, Format);\n this._format = format;\n this.metadata = metadata;\n }\n return _createClass(Format, [{\n key: \"pattern\",\n value: function pattern() {\n return this._format[0];\n }\n }, {\n key: \"format\",\n value: function format() {\n return this._format[1];\n }\n }, {\n key: \"leadingDigitsPatterns\",\n value: function leadingDigitsPatterns() {\n return this._format[2] || [];\n }\n }, {\n key: \"nationalPrefixFormattingRule\",\n value: function nationalPrefixFormattingRule() {\n return this._format[3] || this.metadata.nationalPrefixFormattingRule();\n }\n }, {\n key: \"nationalPrefixIsOptionalWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsOptionalWhenFormattingInNationalFormat() {\n return !!this._format[4] || this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat();\n }\n }, {\n key: \"nationalPrefixIsMandatoryWhenFormattingInNationalFormat\",\n value: function nationalPrefixIsMandatoryWhenFormattingInNationalFormat() {\n // National prefix is omitted if there's no national prefix formatting rule\n // set for this country, or when the national prefix formatting rule\n // contains no national prefix itself, or when this rule is set but\n // national prefix is optional for this phone number format\n // (and it is not enforced explicitly)\n return this.usesNationalPrefix() && !this.nationalPrefixIsOptionalWhenFormattingInNationalFormat();\n }\n\n // Checks whether national prefix formatting rule contains national prefix.\n }, {\n key: \"usesNationalPrefix\",\n value: function usesNationalPrefix() {\n return this.nationalPrefixFormattingRule() &&\n // Check that national prefix formatting rule is not a \"dummy\" one.\n !FIRST_GROUP_ONLY_PREFIX_PATTERN.test(this.nationalPrefixFormattingRule())\n // In compressed metadata, `this.nationalPrefixFormattingRule()` is `0`\n // when `national_prefix_formatting_rule` is not present.\n // So, `true` or `false` are returned explicitly here, so that\n // `0` number isn't returned.\n ? true : false;\n }\n }, {\n key: \"internationalFormat\",\n value: function internationalFormat() {\n return this._format[5] || this.format();\n }\n }]);\n}();\n/**\n * A pattern that is used to determine if the national prefix formatting rule\n * has the first group only, i.e., does not start with the national prefix.\n * Note that the pattern explicitly allows for unbalanced parentheses.\n */\nvar FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\\(?\\$1\\)?$/;\nvar Type = /*#__PURE__*/function () {\n function Type(type, metadata) {\n _classCallCheck(this, Type);\n this.type = type;\n this.metadata = metadata;\n }\n return _createClass(Type, [{\n key: \"pattern\",\n value: function pattern() {\n if (this.metadata.v1) return this.type;\n return this.type[0];\n }\n }, {\n key: \"possibleLengths\",\n value: function possibleLengths() {\n if (this.metadata.v1) return;\n return this.type[1] || this.metadata.possibleLengths();\n }\n }]);\n}();\nfunction getType(types, type) {\n switch (type) {\n case 'FIXED_LINE':\n return types[0];\n case 'MOBILE':\n return types[1];\n case 'TOLL_FREE':\n return types[2];\n case 'PREMIUM_RATE':\n return types[3];\n case 'PERSONAL_NUMBER':\n return types[4];\n case 'VOICEMAIL':\n return types[5];\n case 'UAN':\n return types[6];\n case 'PAGER':\n return types[7];\n case 'VOIP':\n return types[8];\n case 'SHARED_COST':\n return types[9];\n }\n}\nexport function validateMetadata(metadata) {\n if (!metadata) {\n throw new Error('[libphonenumber-js] `metadata` argument not passed. Check your arguments.');\n }\n\n // `country_phone_code_to_countries` was renamed to `country_calling_codes` in `1.0.18`.\n // For that reason, it's not used in this detection algorithm.\n // Instead, it detects by `countries: {}` property existence.\n if (!isObject(metadata) || !isObject(metadata.countries)) {\n throw new Error(\"[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got \".concat(isObject(metadata) ? 'an object of shape: { ' + Object.keys(metadata).join(', ') + ' }' : 'a ' + typeOf(metadata) + ': ' + metadata, \".\"));\n }\n}\n\n// Babel transforms `typeof` into some \"branches\"\n// so istanbul will show this as \"branch not covered\".\n/* istanbul ignore next */\nvar typeOf = function typeOf(_) {\n return _typeof(_);\n};\n\n/**\n * Returns extension prefix for a country.\n * @param {string} country\n * @param {object} metadata\n * @return {string?}\n * @example\n * // Returns \" ext. \"\n * getExtPrefix(\"US\")\n */\nexport function getExtPrefix(country, metadataJson) {\n var metadata = new Metadata(metadataJson);\n if (metadata.hasCountry(country)) {\n return metadata.selectNumberingPlan(country).ext();\n }\n return DEFAULT_EXT_PREFIX;\n}\n\n/**\n * Returns \"country calling code\" for a country.\n * Throws an error if the country doesn't exist or isn't supported by this library.\n * @param {string} country\n * @param {object} metadataJson\n * @return {string}\n * @example\n * // Returns \"44\"\n * getCountryCallingCode(\"GB\")\n */\nexport function getCountryCallingCode(country, metadataJson) {\n var metadata = new Metadata(metadataJson);\n if (metadata.hasCountry(country)) {\n return metadata.selectNumberingPlan(country).countryCallingCode();\n }\n throw new Error(\"Unknown country: \".concat(country));\n}\n\n/**\n * Tells if a country code is supported.\n * @param {string} country\n * @param {object} metadataJson\n * @return {boolean}\n * @example\n * // Returns `true`\n * isSupportedCountry(\"GB\")\n */\nexport function isSupportedCountry(country, metadataJson) {\n // const metadata = new Metadata(metadataJson)\n // return metadata.hasCountry(country)\n return metadataJson.countries.hasOwnProperty(country);\n}\n\n/**\n * Sets `v1`/`v2`/`v3`/`v4` properties on `this` object.\n * @param {object} metadata — Metadata JSON\n */\nfunction setVersion(metadata) {\n var version = metadata.version;\n if (typeof version === 'number') {\n this.v1 = version === 1;\n this.v2 = version === 2;\n this.v3 = version === 3;\n this.v4 = version === 4;\n } else {\n if (!version) {\n this.v1 = true;\n } else if (compare(version, V3) === -1) {\n this.v2 = true;\n } else if (compare(version, V4) === -1) {\n this.v3 = true;\n } else {\n this.v4 = true;\n }\n }\n}\n//# sourceMappingURL=metadata.js.map","import { VALID_DIGITS } from '../../constants.js';\n\n// The RFC 3966 format for extensions.\nvar RFC3966_EXTN_PREFIX = ';ext=';\n\n/**\n * Helper method for constructing regular expressions for parsing. Creates\n * an expression that captures up to max_length digits.\n * @return {string} RegEx pattern to capture extension digits.\n */\nvar getExtensionDigitsPattern = function getExtensionDigitsPattern(maxLength) {\n return \"([\".concat(VALID_DIGITS, \"]{1,\").concat(maxLength, \"})\");\n};\n\n/**\n * Helper initialiser method to create the regular-expression pattern to match\n * extensions.\n * Copy-pasted from Google's `libphonenumber`:\n * https://github.com/google/libphonenumber/blob/55b2646ec9393f4d3d6661b9c82ef9e258e8b829/javascript/i18n/phonenumbers/phonenumberutil.js#L759-L766\n * @return {string} RegEx pattern to capture extensions.\n */\nexport default function createExtensionPattern(purpose) {\n // We cap the maximum length of an extension based on the ambiguity of the way\n // the extension is prefixed. As per ITU, the officially allowed length for\n // extensions is actually 40, but we don't support this since we haven't seen real\n // examples and this introduces many false interpretations as the extension labels\n // are not standardized.\n /** @type {string} */\n var extLimitAfterExplicitLabel = '20';\n /** @type {string} */\n var extLimitAfterLikelyLabel = '15';\n /** @type {string} */\n var extLimitAfterAmbiguousChar = '9';\n /** @type {string} */\n var extLimitWhenNotSure = '6';\n\n /** @type {string} */\n var possibleSeparatorsBetweenNumberAndExtLabel = \"[ \\xA0\\\\t,]*\";\n // Optional full stop (.) or colon, followed by zero or more spaces/tabs/commas.\n /** @type {string} */\n var possibleCharsAfterExtLabel = \"[:\\\\.\\uFF0E]?[ \\xA0\\\\t,-]*\";\n /** @type {string} */\n var optionalExtnSuffix = \"#?\";\n\n // Here the extension is called out in more explicit way, i.e mentioning it obvious\n // patterns like \"ext.\".\n /** @type {string} */\n var explicitExtLabels = \"(?:e?xt(?:ensi(?:o\\u0301?|\\xF3))?n?|\\uFF45?\\uFF58\\uFF54\\uFF4E?|\\u0434\\u043E\\u0431|anexo)\";\n // One-character symbols that can be used to indicate an extension, and less\n // commonly used or more ambiguous extension labels.\n /** @type {string} */\n var ambiguousExtLabels = \"(?:[x\\uFF58#\\uFF03~\\uFF5E]|int|\\uFF49\\uFF4E\\uFF54)\";\n // When extension is not separated clearly.\n /** @type {string} */\n var ambiguousSeparator = \"[- ]+\";\n // This is the same as possibleSeparatorsBetweenNumberAndExtLabel, but not matching\n // comma as extension label may have it.\n /** @type {string} */\n var possibleSeparatorsNumberExtLabelNoComma = \"[ \\xA0\\\\t]*\";\n // \",,\" is commonly used for auto dialling the extension when connected. First\n // comma is matched through possibleSeparatorsBetweenNumberAndExtLabel, so we do\n // not repeat it here. Semi-colon works in Iphone and Android also to pop up a\n // button with the extension number following.\n /** @type {string} */\n var autoDiallingAndExtLabelsFound = \"(?:,{2}|;)\";\n\n /** @type {string} */\n var rfcExtn = RFC3966_EXTN_PREFIX + getExtensionDigitsPattern(extLimitAfterExplicitLabel);\n /** @type {string} */\n var explicitExtn = possibleSeparatorsBetweenNumberAndExtLabel + explicitExtLabels + possibleCharsAfterExtLabel + getExtensionDigitsPattern(extLimitAfterExplicitLabel) + optionalExtnSuffix;\n /** @type {string} */\n var ambiguousExtn = possibleSeparatorsBetweenNumberAndExtLabel + ambiguousExtLabels + possibleCharsAfterExtLabel + getExtensionDigitsPattern(extLimitAfterAmbiguousChar) + optionalExtnSuffix;\n /** @type {string} */\n var americanStyleExtnWithSuffix = ambiguousSeparator + getExtensionDigitsPattern(extLimitWhenNotSure) + \"#\";\n\n /** @type {string} */\n var autoDiallingExtn = possibleSeparatorsNumberExtLabelNoComma + autoDiallingAndExtLabelsFound + possibleCharsAfterExtLabel + getExtensionDigitsPattern(extLimitAfterLikelyLabel) + optionalExtnSuffix;\n /** @type {string} */\n var onlyCommasExtn = possibleSeparatorsNumberExtLabelNoComma + \"(?:,)+\" + possibleCharsAfterExtLabel + getExtensionDigitsPattern(extLimitAfterAmbiguousChar) + optionalExtnSuffix;\n\n // The first regular expression covers RFC 3966 format, where the extension is added\n // using \";ext=\". The second more generic where extension is mentioned with explicit\n // labels like \"ext:\". In both the above cases we allow more numbers in extension than\n // any other extension labels. The third one captures when single character extension\n // labels or less commonly used labels are used. In such cases we capture fewer\n // extension digits in order to reduce the chance of falsely interpreting two\n // numbers beside each other as a number + extension. The fourth one covers the\n // special case of American numbers where the extension is written with a hash\n // at the end, such as \"- 503#\". The fifth one is exclusively for extension\n // autodialling formats which are used when dialling and in this case we accept longer\n // extensions. The last one is more liberal on the number of commas that acts as\n // extension labels, so we have a strict cap on the number of digits in such extensions.\n return rfcExtn + \"|\" + explicitExtn + \"|\" + ambiguousExtn + \"|\" + americanStyleExtnWithSuffix + \"|\" + autoDiallingExtn + \"|\" + onlyCommasExtn;\n}\n//# sourceMappingURL=createExtensionPattern.js.map","import { MIN_LENGTH_FOR_NSN, VALID_DIGITS, VALID_PUNCTUATION, PLUS_CHARS } from '../constants.js';\nimport createExtensionPattern from './extension/createExtensionPattern.js';\n\n// Regular expression of viable phone numbers. This is location independent.\n// Checks we have at least three leading digits, and only valid punctuation,\n// alpha characters and digits in the phone number. Does not include extension\n// data. The symbol 'x' is allowed here as valid punctuation since it is often\n// used as a placeholder for carrier codes, for example in Brazilian phone\n// numbers. We also allow multiple '+' characters at the start.\n//\n// Corresponds to the following:\n// [digits]{minLengthNsn}|\n// plus_sign*\n// (([punctuation]|[star])*[digits]){3,}([punctuation]|[star]|[digits]|[alpha])*\n//\n// The first reg-ex is to allow short numbers (two digits long) to be parsed if\n// they are entered as \"15\" etc, but only if there is no punctuation in them.\n// The second expression restricts the number of digits to three or more, but\n// then allows them to be in international form, and to have alpha-characters\n// and punctuation. We split up the two reg-exes here and combine them when\n// creating the reg-ex VALID_PHONE_NUMBER_PATTERN itself so we can prefix it\n// with ^ and append $ to each branch.\n//\n// \"Note VALID_PUNCTUATION starts with a -,\n// so must be the first in the range\" (c) Google devs.\n// (wtf did they mean by saying that; probably nothing)\n//\nvar MIN_LENGTH_PHONE_NUMBER_PATTERN = '[' + VALID_DIGITS + ']{' + MIN_LENGTH_FOR_NSN + '}';\n//\n// And this is the second reg-exp:\n// (see MIN_LENGTH_PHONE_NUMBER_PATTERN for a full description of this reg-exp)\n//\nexport var VALID_PHONE_NUMBER = '[' + PLUS_CHARS + ']{0,1}' + '(?:' + '[' + VALID_PUNCTUATION + ']*' + '[' + VALID_DIGITS + ']' + '){3,}' + '[' + VALID_PUNCTUATION + VALID_DIGITS + ']*';\n\n// This regular expression isn't present in Google's `libphonenumber`\n// and is only used to determine whether the phone number being input\n// is too short for it to even consider it a \"valid\" number.\n// This is just a way to differentiate between a really invalid phone\n// number like \"abcde\" and a valid phone number that a user has just\n// started inputting, like \"+1\" or \"1\": both these cases would be\n// considered `NOT_A_NUMBER` by Google's `libphonenumber`, but this\n// library can provide a more detailed error message — whether it's\n// really \"not a number\", or is it just a start of a valid phone number.\nvar VALID_PHONE_NUMBER_START_REG_EXP = new RegExp('^' + '[' + PLUS_CHARS + ']{0,1}' + '(?:' + '[' + VALID_PUNCTUATION + ']*' + '[' + VALID_DIGITS + ']' + '){1,2}' + '$', 'i');\nexport var VALID_PHONE_NUMBER_WITH_EXTENSION = VALID_PHONE_NUMBER +\n// Phone number extensions\n'(?:' + createExtensionPattern() + ')?';\n\n// The combined regular expression for valid phone numbers:\n//\nvar VALID_PHONE_NUMBER_PATTERN = new RegExp(\n// Either a short two-digit-only phone number\n'^' + MIN_LENGTH_PHONE_NUMBER_PATTERN + '$' + '|' +\n// Or a longer fully parsed phone number (min 3 characters)\n'^' + VALID_PHONE_NUMBER_WITH_EXTENSION + '$', 'i');\n\n// Checks to see if the string of characters could possibly be a phone number at\n// all. At the moment, checks to see that the string begins with at least 2\n// digits, ignoring any punctuation commonly found in phone numbers. This method\n// does not require the number to be normalized in advance - but does assume\n// that leading non-number symbols have been removed, such as by the method\n// `extract_possible_number`.\n//\nexport default function isViablePhoneNumber(number) {\n return number.length >= MIN_LENGTH_FOR_NSN && VALID_PHONE_NUMBER_PATTERN.test(number);\n}\n\n// This is just a way to differentiate between a really invalid phone\n// number like \"abcde\" and a valid phone number that a user has just\n// started inputting, like \"+1\" or \"1\": both these cases would be\n// considered `NOT_A_NUMBER` by Google's `libphonenumber`, but this\n// library can provide a more detailed error message — whether it's\n// really \"not a number\", or is it just a start of a valid phone number.\nexport function isViablePhoneNumberStart(number) {\n return VALID_PHONE_NUMBER_START_REG_EXP.test(number);\n}\n//# sourceMappingURL=isViablePhoneNumber.js.map","import createExtensionPattern from './createExtensionPattern.js';\n\n// Regexp of all known extension prefixes used by different regions followed by\n// 1 or more valid digits, for use when parsing.\nvar EXTN_PATTERN = new RegExp('(?:' + createExtensionPattern() + ')$', 'i');\n\n// Strips any extension (as in, the part of the number dialled after the call is\n// connected, usually indicated with extn, ext, x or similar) from the end of\n// the number, and returns it.\nexport default function extractExtension(number) {\n var start = number.search(EXTN_PATTERN);\n if (start < 0) {\n return {};\n }\n // If we find a potential extension, and the number preceding this is a viable\n // number, we assume it is an extension.\n var numberWithoutExtension = number.slice(0, start);\n var matches = number.match(EXTN_PATTERN);\n var i = 1;\n while (i < matches.length) {\n if (matches[i]) {\n return {\n number: numberWithoutExtension,\n ext: matches[i]\n };\n }\n i++;\n }\n}\n//# sourceMappingURL=extractExtension.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\n// These mappings map a character (key) to a specific digit that should\n// replace it for normalization purposes. Non-European digits that\n// may be used in phone numbers are mapped to a European equivalent.\n//\n// E.g. in Iraq they don't write `+442323234` but rather `+٤٤٢٣٢٣٢٣٤`.\n//\nexport var DIGITS = {\n '0': '0',\n '1': '1',\n '2': '2',\n '3': '3',\n '4': '4',\n '5': '5',\n '6': '6',\n '7': '7',\n '8': '8',\n '9': '9',\n \"\\uFF10\": '0',\n // Fullwidth digit 0\n \"\\uFF11\": '1',\n // Fullwidth digit 1\n \"\\uFF12\": '2',\n // Fullwidth digit 2\n \"\\uFF13\": '3',\n // Fullwidth digit 3\n \"\\uFF14\": '4',\n // Fullwidth digit 4\n \"\\uFF15\": '5',\n // Fullwidth digit 5\n \"\\uFF16\": '6',\n // Fullwidth digit 6\n \"\\uFF17\": '7',\n // Fullwidth digit 7\n \"\\uFF18\": '8',\n // Fullwidth digit 8\n \"\\uFF19\": '9',\n // Fullwidth digit 9\n \"\\u0660\": '0',\n // Arabic-indic digit 0\n \"\\u0661\": '1',\n // Arabic-indic digit 1\n \"\\u0662\": '2',\n // Arabic-indic digit 2\n \"\\u0663\": '3',\n // Arabic-indic digit 3\n \"\\u0664\": '4',\n // Arabic-indic digit 4\n \"\\u0665\": '5',\n // Arabic-indic digit 5\n \"\\u0666\": '6',\n // Arabic-indic digit 6\n \"\\u0667\": '7',\n // Arabic-indic digit 7\n \"\\u0668\": '8',\n // Arabic-indic digit 8\n \"\\u0669\": '9',\n // Arabic-indic digit 9\n \"\\u06F0\": '0',\n // Eastern-Arabic digit 0\n \"\\u06F1\": '1',\n // Eastern-Arabic digit 1\n \"\\u06F2\": '2',\n // Eastern-Arabic digit 2\n \"\\u06F3\": '3',\n // Eastern-Arabic digit 3\n \"\\u06F4\": '4',\n // Eastern-Arabic digit 4\n \"\\u06F5\": '5',\n // Eastern-Arabic digit 5\n \"\\u06F6\": '6',\n // Eastern-Arabic digit 6\n \"\\u06F7\": '7',\n // Eastern-Arabic digit 7\n \"\\u06F8\": '8',\n // Eastern-Arabic digit 8\n \"\\u06F9\": '9' // Eastern-Arabic digit 9\n};\nexport function parseDigit(character) {\n return DIGITS[character];\n}\n\n/**\n * Parses phone number digits from a string.\n * Drops all punctuation leaving only digits.\n * Also converts wide-ascii and arabic-indic numerals to conventional numerals.\n * E.g. in Iraq they don't write `+442323234` but rather `+٤٤٢٣٢٣٢٣٤`.\n * @param {string} string\n * @return {string}\n * @example\n * ```js\n * parseDigits('8 (800) 555')\n * // Outputs '8800555'.\n * ```\n */\nexport default function parseDigits(string) {\n var result = '';\n // Using `.split('')` here instead of normal `for ... of`\n // because the importing application doesn't neccessarily include an ES6 polyfill.\n // The `.split('')` approach discards \"exotic\" UTF-8 characters\n // (the ones consisting of four bytes) but digits\n // (including non-European ones) don't fall into that range\n // so such \"exotic\" characters would be discarded anyway.\n for (var _iterator = _createForOfIteratorHelperLoose(string.split('')), _step; !(_step = _iterator()).done;) {\n var character = _step.value;\n var digit = parseDigit(character);\n if (digit) {\n result += digit;\n }\n }\n return result;\n}\n//# sourceMappingURL=parseDigits.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nimport { parseDigit } from './helpers/parseDigits.js';\n\n/**\n * Parses phone number characters from a string.\n * Drops all punctuation leaving only digits and the leading `+` sign (if any).\n * Also converts wide-ascii and arabic-indic numerals to conventional numerals.\n * E.g. in Iraq they don't write `+442323234` but rather `+٤٤٢٣٢٣٢٣٤`.\n * @param {string} string\n * @return {string}\n * @example\n * ```js\n * // Outputs '8800555'.\n * parseIncompletePhoneNumber('8 (800) 555')\n * // Outputs '+7800555'.\n * parseIncompletePhoneNumber('+7 800 555')\n * ```\n */\nexport default function parseIncompletePhoneNumber(string) {\n var result = '';\n // Using `.split('')` here instead of normal `for ... of`\n // because the importing application doesn't neccessarily include an ES6 polyfill.\n // The `.split('')` approach discards \"exotic\" UTF-8 characters\n // (the ones consisting of four bytes) but digits\n // (including non-European ones) don't fall into that range\n // so such \"exotic\" characters would be discarded anyway.\n for (var _iterator = _createForOfIteratorHelperLoose(string.split('')), _step; !(_step = _iterator()).done;) {\n var character = _step.value;\n result += parsePhoneNumberCharacter(character, result) || '';\n }\n return result;\n}\n\n/**\n * Parses next character while parsing phone number digits (including a `+`)\n * from text: discards everything except `+` and digits, and `+` is only allowed\n * at the start of a phone number.\n * For example, is used in `react-phone-number-input` where it uses\n * [`input-format`](https://gitlab.com/catamphetamine/input-format).\n * @param {string} character - Yet another character from raw input string.\n * @param {string?} prevParsedCharacters - Previous parsed characters.\n * @param {function?} eventListener - An optional \"on event\" function.\n * @return {string?} The parsed character.\n */\nexport function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListener) {\n // Only allow a leading `+`.\n if (character === '+') {\n // If this `+` is not the first parsed character\n // then discard it.\n if (prevParsedCharacters) {\n // `eventListener` argument was added to this `export`ed function on Dec 26th, 2023.\n // Any 3rd-party code that used to `import` and call this function before that\n // won't be passing any `eventListener` argument.\n //\n // The addition of the `eventListener` argument was to fix the slightly-weird behavior\n // of parsing an input string when the user inputs something like `\"2+7\"\n // https://github.com/catamphetamine/react-phone-number-input/issues/437\n //\n // If the parser encounters an unexpected `+` in a string being parsed\n // then it simply discards that out-of-place `+` and any following characters.\n //\n if (typeof eventListener === 'function') {\n eventListener('end');\n }\n return;\n }\n return '+';\n }\n // Allow digits.\n return parseDigit(character);\n}\n//# sourceMappingURL=parseIncompletePhoneNumber.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\n/**\n * Merges two arrays.\n * @param {*} a\n * @param {*} b\n * @return {*}\n */\nexport default function mergeArrays(a, b) {\n var merged = a.slice();\n for (var _iterator = _createForOfIteratorHelperLoose(b), _step; !(_step = _iterator()).done;) {\n var element = _step.value;\n if (a.indexOf(element) < 0) {\n merged.push(element);\n }\n }\n return merged.sort(function (a, b) {\n return a - b;\n });\n\n // ES6 version, requires Set polyfill.\n // let merged = new Set(a)\n // for (const element of b) {\n // \tmerged.add(i)\n // }\n // return Array.from(merged).sort((a, b) => a - b)\n}\n//# sourceMappingURL=mergeArrays.js.map","import Metadata from '../metadata.js';\nimport mergeArrays from './mergeArrays.js';\n\n/**\n * Checks phone number length against the phone numbering plan selected in metadata.\n * Optionally, it could be restrained by a specific country.\n * @param {string} nationalNumber\n * @param {string?} country — Specific country to use rather than the one that is pre-selected in the metadata instance.\n * @param {Metadata} metadata — Metadata instance with a selected numbering plan.\n * @returns {string}\n */\nexport default function checkNumberLength(nationalNumber, country, metadata) {\n return checkNumberLengthForType(nationalNumber, undefined, country, metadata);\n}\n\n/**\n * Checks phone number length against the phone numbering plan selected in metadata.\n * Optionally, it could be restrained by a specific phone number type or a specific country.\n * @param {string} nationalNumber\n * @param {string?} type — Specific phone number type.\n * @param {string?} country — Specific country to use instead of the one that is pre-selected in the metadata instance.\n * @param {Metadata} metadata — Metadata instance with a selected numbering plan.\n * @returns {string} See the README on `validatePhoneNumberLength()` function, with an addition of a special case: when phone numbers of type `type` aren't possible in the telephone numbering plan, it will return \"INVALID_LENGTH\".\n */\n// Checks whether a number is possible for a certain `country` based on the number length.\n//\n// This function is not supported by metadata generated with ancient versions of\n// `libphonenumber-js` (before version `1.0.18`) which didn't include \"possible lengths\".\n//\n// There was also a known issue with `checkNumberLength()` function:\n// if a number is possible only in a certain `country` among several `countries`\n// that share the same \"country calling code\", that function would check\n// the possibility of the phone number only in the \"main\" `country` for the \"country calling code\"\n// and would not check if it's actually be possible in the speciifc `country`.\n//\n// For example, \"+1310xxxx\" numbers are valid in Canada.\n// However, they are not possible in the US due to being too short.\n// Since Canada and the US share the same country calling code — \"+1\" —\n// `checkNumberLength()` function used to return not \"IS_POSSIBLE\" for \"+1310xxxx\" numbers.\n//\n// In such cases, when using \"/max\" metadata, `isValid()` could output `true`\n// but at the same time `isPossible()` could output `false`, which was contradictory.\n//\n// See https://issuetracker.google.com/issues/335892662 for the discusson in Google's issues.\n//\n// The solution suggested by Google was implemented: an optional `country` argument\n// was added to `checkNumberLength()` function. If present, that `country` will be used\n// to check phone number length for that specific `country` rather than the \"main\" country\n// for the shared \"country calling code\".\n//\nexport function checkNumberLengthForType(nationalNumber, type, country, metadata) {\n if (country) {\n // If a specific `country` is specified, re-create a metadata instance with it.\n metadata = new Metadata(metadata.metadata);\n metadata.selectNumberingPlan(country);\n }\n var type_info = metadata.type(type);\n\n // There should always be \"<possiblePengths/>\" set for every type element.\n // This is declared in the XML schema.\n // For size efficiency, where a sub-description (e.g. fixed-line)\n // has the same \"<possiblePengths/>\" as the \"general description\", this is missing,\n // so we fall back to the \"general description\". Where no numbers of the type\n // exist at all, there is one possible length (-1) which is guaranteed\n // not to match the length of any real phone number.\n var possible_lengths = type_info && type_info.possibleLengths() || metadata.possibleLengths();\n // let local_lengths = type_info && type.possibleLengthsLocal() || metadata.possibleLengthsLocal()\n\n // Metadata before version `1.0.18` didn't contain `possible_lengths`.\n if (!possible_lengths) {\n return 'IS_POSSIBLE';\n }\n if (type === 'FIXED_LINE_OR_MOBILE') {\n // No such country in metadata.\n /* istanbul ignore next */\n if (!metadata.type('FIXED_LINE')) {\n // The rare case has been encountered where no fixedLine data is available\n // (true for some non-geographic entities), so we just check mobile.\n return checkNumberLengthForType(nationalNumber, 'MOBILE', country, metadata);\n }\n var mobile_type = metadata.type('MOBILE');\n if (mobile_type) {\n // Merge the mobile data in if there was any. \"Concat\" creates a new\n // array, it doesn't edit possible_lengths in place, so we don't need a copy.\n // Note that when adding the possible lengths from mobile, we have\n // to again check they aren't empty since if they are this indicates\n // they are the same as the general desc and should be obtained from there.\n possible_lengths = mergeArrays(possible_lengths, mobile_type.possibleLengths());\n // The current list is sorted; we need to merge in the new list and\n // re-sort (duplicates are okay). Sorting isn't so expensive because\n // the lists are very small.\n\n // if (local_lengths) {\n // \tlocal_lengths = mergeArrays(local_lengths, mobile_type.possibleLengthsLocal())\n // } else {\n // \tlocal_lengths = mobile_type.possibleLengthsLocal()\n // }\n }\n }\n // If the type doesn't exist then return 'INVALID_LENGTH'.\n else if (type && !type_info) {\n return 'INVALID_LENGTH';\n }\n var actual_length = nationalNumber.length;\n\n // In `libphonenumber-js` all \"local-only\" formats are dropped for simplicity.\n // // This is safe because there is never an overlap beween the possible lengths\n // // and the local-only lengths; this is checked at build time.\n // if (local_lengths && local_lengths.indexOf(nationalNumber.length) >= 0)\n // {\n // \treturn 'IS_POSSIBLE_LOCAL_ONLY'\n // }\n\n var minimum_length = possible_lengths[0];\n if (minimum_length === actual_length) {\n return 'IS_POSSIBLE';\n }\n if (minimum_length > actual_length) {\n return 'TOO_SHORT';\n }\n if (possible_lengths[possible_lengths.length - 1] < actual_length) {\n return 'TOO_LONG';\n }\n\n // We skip the first element since we've already checked it.\n return possible_lengths.indexOf(actual_length, 1) >= 0 ? 'IS_POSSIBLE' : 'INVALID_LENGTH';\n}\n//# sourceMappingURL=checkNumberLength.js.map","import Metadata from './metadata.js';\nimport checkNumberLength from './helpers/checkNumberLength.js';\n\n/**\n * Checks if a phone number is \"possible\" (basically just checks its length).\n *\n * isPossible(phoneNumberInstance, { ..., v2: true }, metadata)\n *\n * isPossible({ phone: '8005553535', country: 'RU' }, { ... }, metadata)\n * isPossible({ phone: '8005553535', country: 'RU' }, undefined, metadata)\n *\n * @param {object|PhoneNumber} input — If `options.v2: true` flag is passed, the `input` should be a `PhoneNumber` instance. Otherwise, it should be an object of shape `{ phone: '...', country: '...' }`.\n * @param {object} [options]\n * @param {object} metadataJson\n * @return {string}\n */\nexport default function isPossiblePhoneNumber(input, options, metadataJson) {\n /* istanbul ignore if */\n if (options === undefined) {\n options = {};\n }\n var metadata = new Metadata(metadataJson);\n if (options.v2) {\n if (!input.countryCallingCode) {\n throw new Error('Invalid phone number object passed');\n }\n metadata.selectNumberingPlan(input.country || input.countryCallingCode);\n } else {\n if (!input.phone) {\n return false;\n }\n if (input.country) {\n if (!metadata.hasCountry(input.country)) {\n throw new Error(\"Unknown country: \".concat(input.country));\n }\n metadata.selectNumberingPlan(input.country);\n } else {\n if (!input.countryCallingCode) {\n throw new Error('Invalid phone number object passed');\n }\n metadata.selectNumberingPlan(input.countryCallingCode);\n }\n }\n\n // Old (legacy) metadata (< 1.0.18) had no \"possible length\" data.\n // So `isPossibleNumber()` function is supported only for non-legacy metadata.\n if (metadata.possibleLengths()) {\n return isPossibleNumber(input.phone || input.nationalNumber, metadata);\n }\n\n // There was a bug in versions from `1.7.35` to `1.7.37` of `libphonenumber-js`\n // where \"possible_lengths\" property was missing from \"non-geographical\" numbering plans' metadata.\n // After that, the bug was noticed and fixed.\n // So for versions from `1.7.35` to `1.7.37`, just assume that all \"non=geotraphical\" numbers are possible.\n // The reason is that the bug was noticed relatively quickly (within a day or so)\n // and it's unlikely that anyone generated their custom metadata in that short time span.\n // And if they didn't generate any custom metadata then a follow-up package update would've silently fixed the bug.\n if (input.countryCallingCode && metadata.isNonGeographicCallingCode(input.countryCallingCode)) {\n return true;\n }\n\n // `isPossibleNumber()` function is not supported.\n throw new Error('Missing \"possibleLengths\" in metadata. Perhaps the metadata has been generated before v1.0.18.');\n}\n\n/**\n * Tells if a given national (significant) number is possible\n * @param {string} nationalNumber\n * @param {Metadata} metadata = Metadata instance with a pre-selected telephone numbering plan.\n * @returns {boolean}\n */\nexport function isPossibleNumber(nationalNumber, metadata) {\n switch (checkNumberLength(nationalNumber, undefined, metadata)) {\n case 'IS_POSSIBLE':\n return true;\n // This library ignores \"local-only\" phone numbers (for simplicity).\n // See the readme for more info on what are \"local-only\" phone numbers.\n // case 'IS_POSSIBLE_LOCAL_ONLY':\n // \treturn !isInternational\n default:\n return false;\n }\n}\n//# sourceMappingURL=isPossible.js.map","/**\n * Checks whether the entire input sequence can be matched\n * against the regular expression.\n * @return {boolean}\n */\nexport default function matchesEntirely(text, regularExpressionText) {\n // If the assigning of the `''` default value is moved to the arguments above,\n // the code coverage would decrease for some weird reason.\n text = text || '';\n return new RegExp('^(?:' + regularExpressionText + ')$').test(text);\n}\n//# sourceMappingURL=matchesEntirely.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nimport Metadata from '../metadata.js';\nimport matchesEntirely from './matchesEntirely.js';\nvar NON_FIXED_LINE_PHONE_TYPES = ['MOBILE', 'PREMIUM_RATE', 'TOLL_FREE', 'SHARED_COST', 'VOIP', 'PERSONAL_NUMBER', 'PAGER', 'UAN', 'VOICEMAIL'];\n\n// Finds out national phone number type (fixed line, mobile, etc)\nexport default function getNumberType(input, options, metadataJson) {\n // If assigning the `{}` default value is moved to the arguments above,\n // code coverage would decrease for some weird reason.\n options = options || {};\n\n // When `parse()` returns an empty object — `{}` —\n // that means that the phone number is malformed,\n // so it can't possibly be valid.\n if (!input.country && !input.countryCallingCode) {\n return;\n }\n var metadata = new Metadata(metadataJson);\n metadata.selectNumberingPlan(input.country || input.countryCallingCode);\n var nationalNumber = options.v2 ? input.nationalNumber : input.phone;\n\n // The following is copy-pasted from the original function:\n // https://github.com/googlei18n/libphonenumber/blob/3ea547d4fbaa2d0b67588904dfa5d3f2557c27ff/javascript/i18n/phonenumbers/phonenumberutil.js#L2835\n\n // Is this national number even valid for this country\n if (!matchesEntirely(nationalNumber, metadata.nationalNumberPattern())) {\n return;\n }\n\n // Is it fixed line number\n if (isNumberTypeEqualTo(nationalNumber, 'FIXED_LINE', metadata)) {\n // Because duplicate regular expressions are removed\n // to reduce metadata size, if \"mobile\" pattern is \"\"\n // then it means it was removed due to being a duplicate of the fixed-line pattern.\n //\n if (metadata.type('MOBILE') && metadata.type('MOBILE').pattern() === '') {\n return 'FIXED_LINE_OR_MOBILE';\n }\n\n // `MOBILE` type pattern isn't included if it matched `FIXED_LINE` one.\n // For example, for \"US\" country.\n // Old metadata (< `1.0.18`) had a specific \"types\" data structure\n // that happened to be `undefined` for `MOBILE` in that case.\n // Newer metadata (>= `1.0.18`) has another data structure that is\n // not `undefined` for `MOBILE` in that case (it's just an empty array).\n // So this `if` is just for backwards compatibility with old metadata.\n if (!metadata.type('MOBILE')) {\n return 'FIXED_LINE_OR_MOBILE';\n }\n\n // Check if the number happens to qualify as both fixed line and mobile.\n // (no such country in the minimal metadata set)\n /* istanbul ignore if */\n if (isNumberTypeEqualTo(nationalNumber, 'MOBILE', metadata)) {\n return 'FIXED_LINE_OR_MOBILE';\n }\n return 'FIXED_LINE';\n }\n for (var _iterator = _createForOfIteratorHelperLoose(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done;) {\n var type = _step.value;\n if (isNumberTypeEqualTo(nationalNumber, type, metadata)) {\n return type;\n }\n }\n}\nexport function isNumberTypeEqualTo(nationalNumber, type, metadata) {\n var typeDefinition = metadata.type(type);\n if (!typeDefinition || !typeDefinition.pattern()) {\n return false;\n }\n\n // Check if any possible number lengths are present;\n // if so, we use them to avoid checking\n // the validation pattern if they don't match.\n // If they are absent, this means they match\n // the general description, which we have\n // already checked before a specific number type.\n if (typeDefinition.possibleLengths() && typeDefinition.possibleLengths().indexOf(nationalNumber.length) < 0) {\n return false;\n }\n return matchesEntirely(nationalNumber, typeDefinition.pattern());\n}\n//# sourceMappingURL=getNumberType.js.map","import Metadata from './metadata.js';\nimport matchesEntirely from './helpers/matchesEntirely.js';\nimport getNumberType from './helpers/getNumberType.js';\n\n/**\n * Checks if a given phone number is valid.\n *\n * isValid(phoneNumberInstance, { ..., v2: true }, metadata)\n *\n * isPossible({ phone: '8005553535', country: 'RU' }, { ... }, metadata)\n * isPossible({ phone: '8005553535', country: 'RU' }, undefined, metadata)\n *\n * If the `number` is a string, it will be parsed to an object,\n * but only if it contains only valid phone number characters (including punctuation).\n * If the `number` is an object, it is used as is.\n *\n * The optional `defaultCountry` argument is the default country.\n * I.e. it does not restrict to just that country,\n * e.g. in those cases where several countries share\n * the same phone numbering rules (NANPA, Britain, etc).\n * For example, even though the number `07624 369230`\n * belongs to the Isle of Man (\"IM\" country code)\n * calling `isValidNumber('07624369230', 'GB', metadata)`\n * still returns `true` because the country is not restricted to `GB`,\n * it's just that `GB` is the default one for the phone numbering rules.\n * For restricting the country see `isValidNumberForRegion()`\n * though restricting a country might not be a good idea.\n * https://github.com/googlei18n/libphonenumber/blob/master/FAQ.md#when-should-i-use-isvalidnumberforregion\n *\n * Examples:\n *\n * ```js\n * isValidNumber('+78005553535', metadata)\n * isValidNumber('8005553535', 'RU', metadata)\n * isValidNumber('88005553535', 'RU', metadata)\n * isValidNumber({ phone: '8005553535', country: 'RU' }, metadata)\n * ```\n */\nexport default function isValidNumber(input, options, metadataJson) {\n // If assigning the `{}` default value is moved to the arguments above,\n // code coverage would decrease for some weird reason.\n options = options || {};\n var metadata = new Metadata(metadataJson);\n metadata.selectNumberingPlan(input.country || input.countryCallingCode);\n\n // By default, countries only have type regexps when it's required for\n // distinguishing different countries having the same `countryCallingCode`.\n if (metadata.hasTypes()) {\n return getNumberType(input, options, metadata.metadata) !== undefined;\n }\n\n // If there are no type regexps for this country in metadata then use\n // `nationalNumberPattern` as a \"better than nothing\" replacement.\n var nationalNumber = options.v2 ? input.nationalNumber : input.phone;\n return matchesEntirely(nationalNumber, metadata.nationalNumberPattern());\n}\n//# sourceMappingURL=isValid.js.map","var COUNTRY_CODE_REG_EXP = /^[A-Z]{2}$/;\nexport default function isCountryCode(string) {\n return COUNTRY_CODE_REG_EXP.test(string);\n}\n//# sourceMappingURL=isCountryCode.js.map","import Metadata from '../metadata.js';\nimport isCountryCode from './isCountryCode.js';\nvar USE_NON_GEOGRAPHIC_COUNTRY_CODE = false;\nexport default function getCountryAndCallingCodeFromOneOfThem(countryOrCallingCode, metadataJson) {\n var country;\n var callingCode;\n var metadata = new Metadata(metadataJson);\n // If country code is passed then derive `countryCallingCode` from it.\n // Also store the country code as `.country`.\n if (isCountryCode(countryOrCallingCode)) {\n country = countryOrCallingCode;\n metadata.selectNumberingPlan(country);\n callingCode = metadata.countryCallingCode();\n } else {\n callingCode = countryOrCallingCode;\n /* istanbul ignore if */\n if (USE_NON_GEOGRAPHIC_COUNTRY_CODE) {\n if (metadata.isNonGeographicCallingCode(callingCode)) {\n country = '001';\n }\n }\n }\n return {\n country: country,\n callingCode: callingCode\n };\n}\n//# sourceMappingURL=getCountryAndCallingCodeFromOneOfThem.js.map","import Metadata from '../metadata.js';\n\n/**\n * Returns a list of countries that the phone number could potentially belong to.\n * @param {string} callingCode — Calling code.\n * @param {string} nationalNumber — National (significant) number.\n * @param {object} metadata — Metadata.\n * @return {string[]} A list of possible countries.\n */\nexport default function getPossibleCountriesForNumber(callingCode, nationalNumber, metadata) {\n var _metadata = new Metadata(metadata);\n var possibleCountries = _metadata.getCountryCodesForCallingCode(callingCode);\n if (!possibleCountries) {\n return [];\n }\n return possibleCountries.filter(function (country) {\n return couldNationalNumberBelongToCountry(nationalNumber, country, metadata);\n });\n}\nfunction couldNationalNumberBelongToCountry(nationalNumber, country, metadataJson) {\n var metadata = new Metadata(metadataJson);\n metadata.selectNumberingPlan(country);\n return metadata.numberingPlan.possibleLengths().indexOf(nationalNumber.length) >= 0;\n}\n//# sourceMappingURL=getPossibleCountriesForNumber.js.map","import Metadata from '../metadata.js';\nimport { VALID_DIGITS } from '../constants.js';\nvar CAPTURING_DIGIT_PATTERN = new RegExp('([' + VALID_DIGITS + '])');\nexport default function stripIddPrefix(number, country, callingCode, metadataJson) {\n if (!country) {\n return;\n }\n\n // Get the IDD prefix pattern.\n var metadata = new Metadata(metadataJson);\n metadata.selectNumberingPlan(country || callingCode);\n var IDDPrefixPattern = new RegExp(metadata.IDDPrefix());\n\n // Check if the number is IDD-prefixed.\n if (number.search(IDDPrefixPattern) !== 0) {\n return;\n }\n\n // Strip IDD prefix.\n number = number.slice(number.match(IDDPrefixPattern)[0].length);\n\n // If there're any digits after an IDD prefix,\n // then those digits are a country calling code.\n // Since no country code starts with a `0`,\n // the code below validates that the next digit (if present) is not `0`.\n var matchedGroups = number.match(CAPTURING_DIGIT_PATTERN);\n if (matchedGroups && matchedGroups[1] != null && matchedGroups[1].length > 0) {\n if (matchedGroups[1] === '0') {\n return;\n }\n }\n return number;\n}\n//# sourceMappingURL=stripIddPrefix.js.map","/**\n * Strips any national prefix (such as 0, 1) present in a\n * (possibly incomplete) number provided.\n * \"Carrier codes\" are only used in Colombia and Brazil,\n * and only when dialing within those countries from a mobile phone to a fixed line number.\n * Sometimes it won't actually strip national prefix\n * and will instead prepend some digits to the `number`:\n * for example, when number `2345678` is passed with `VI` country selected,\n * it will return `{ number: \"3402345678\" }`, because `340` area code is prepended.\n * @param {string} number — National number digits.\n * @param {object} metadata — Metadata with country selected.\n * @return {object} `{ nationalNumber: string, nationalPrefix: string? carrierCode: string? }`. Even if a national prefix was extracted, it's not necessarily present in the returned object, so don't rely on its presence in the returned object in order to find out whether a national prefix has been extracted or not.\n */\nexport default function extractNationalNumberFromPossiblyIncompleteNumber(number, metadata) {\n if (number && metadata.numberingPlan.nationalPrefixForParsing()) {\n // See METADATA.md for the description of\n // `national_prefix_for_parsing` and `national_prefix_transform_rule`.\n // Attempt to parse the first digits as a national prefix.\n var prefixPattern = new RegExp('^(?:' + metadata.numberingPlan.nationalPrefixForParsing() + ')');\n var prefixMatch = prefixPattern.exec(number);\n if (prefixMatch) {\n var nationalNumber;\n var carrierCode;\n // https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule\n // If a `national_prefix_for_parsing` has any \"capturing groups\"\n // then it means that the national (significant) number is equal to\n // those \"capturing groups\" transformed via `national_prefix_transform_rule`,\n // and nothing could be said about the actual national prefix:\n // what is it and was it even there.\n // If a `national_prefix_for_parsing` doesn't have any \"capturing groups\",\n // then everything it matches is a national prefix.\n // To determine whether `national_prefix_for_parsing` matched any\n // \"capturing groups\", the value of the result of calling `.exec()`\n // is looked at, and if it has non-undefined values where there're\n // \"capturing groups\" in the regular expression, then it means\n // that \"capturing groups\" have been matched.\n // It's not possible to tell whether there'll be any \"capturing gropus\"\n // before the matching process, because a `national_prefix_for_parsing`\n // could exhibit both behaviors.\n var capturedGroupsCount = prefixMatch.length - 1;\n var hasCapturedGroups = capturedGroupsCount > 0 && prefixMatch[capturedGroupsCount];\n if (metadata.nationalPrefixTransformRule() && hasCapturedGroups) {\n nationalNumber = number.replace(prefixPattern, metadata.nationalPrefixTransformRule());\n // If there's more than one captured group,\n // then carrier code is the second one.\n if (capturedGroupsCount > 1) {\n carrierCode = prefixMatch[1];\n }\n }\n // If there're no \"capturing groups\",\n // or if there're \"capturing groups\" but no\n // `national_prefix_transform_rule`,\n // then just strip the national prefix from the number,\n // and possibly a carrier code.\n // Seems like there could be more.\n else {\n // `prefixBeforeNationalNumber` is the whole substring matched by\n // the `national_prefix_for_parsing` regular expression.\n // There seem to be no guarantees that it's just a national prefix.\n // For example, if there's a carrier code, it's gonna be a\n // part of `prefixBeforeNationalNumber` too.\n var prefixBeforeNationalNumber = prefixMatch[0];\n nationalNumber = number.slice(prefixBeforeNationalNumber.length);\n // If there's at least one captured group,\n // then carrier code is the first one.\n if (hasCapturedGroups) {\n carrierCode = prefixMatch[1];\n }\n }\n // Tries to guess whether a national prefix was present in the input.\n // This is not something copy-pasted from Google's library:\n // they don't seem to have an equivalent for that.\n // So this isn't an \"officially approved\" way of doing something like that.\n // But since there seems no other existing method, this library uses it.\n var nationalPrefix;\n if (hasCapturedGroups) {\n var possiblePositionOfTheFirstCapturedGroup = number.indexOf(prefixMatch[1]);\n var possibleNationalPrefix = number.slice(0, possiblePositionOfTheFirstCapturedGroup);\n // Example: an Argentinian (AR) phone number `0111523456789`.\n // `prefixMatch[0]` is `01115`, and `$1` is `11`,\n // and the rest of the phone number is `23456789`.\n // The national number is transformed via `9$1` to `91123456789`.\n // National prefix `0` is detected being present at the start.\n // if (possibleNationalPrefix.indexOf(metadata.numberingPlan.nationalPrefix()) === 0) {\n if (possibleNationalPrefix === metadata.numberingPlan.nationalPrefix()) {\n nationalPrefix = metadata.numberingPlan.nationalPrefix();\n }\n } else {\n nationalPrefix = prefixMatch[0];\n }\n return {\n nationalNumber: nationalNumber,\n nationalPrefix: nationalPrefix,\n carrierCode: carrierCode\n };\n }\n }\n return {\n nationalNumber: number\n };\n}\n//# sourceMappingURL=extractNationalNumberFromPossiblyIncompleteNumber.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nimport Metadata from '../metadata.js';\nimport getNumberType from './getNumberType.js';\n\n/**\n * Returns the exact country that a given national (significant) number belongs to\n * in case of ambiguity, i.e. when multiple countries share the same \"country calling code\".\n * @param {string} [nationalNumber]\n * @param {string[]} countries — A list of countries that share the same calling code.\n * @param {object} metadata — Metadata JSON.\n * @returns {string?} Returns the exact country this number belongs to, or `undefined` if the exact country couldn't be determined.\n */\nexport default function getCountryByNationalNumber(nationalNumber, countries, metadataJson) {\n // Create a new `metadata` instance because it will be selecting a `country`.\n var metadata = new Metadata(metadataJson);\n\n // const matchingCountries = []\n\n for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done;) {\n var country = _step.value;\n metadata.selectNumberingPlan(country);\n // \"Leading digits\" patterns are only defined for about 20% of all countries.\n // By definition, matching \"leading digits\" is a sufficient but not a necessary\n // condition for a phone number to belong to a country.\n // The point of \"leading digits\" check is that it's the fastest one to get a match.\n // https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/METADATA.md#leading_digits\n // I'd suppose that \"leading digits\" patterns are mutually exclusive for different countries\n // because of the intended use of that feature.\n if (metadata.leadingDigits()) {\n if (nationalNumber && nationalNumber.search(metadata.leadingDigits()) === 0) {\n return country;\n }\n }\n // Else perform full validation with all of those\n // fixed-line/mobile/etc regular expressions.\n else if (getNumberType({\n phone: nationalNumber,\n country: country\n }, undefined, metadata.metadata)) {\n // When multiple countries share the same \"country calling code\",\n // type patterns aren't guaranteed to be unique among them.\n // For example, both `US` and `CA` have the same pattern for `toll_free` numbers.\n // https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/103#note_1417147572\n //\n // That means that this `if` condition could be `true` for multiple countries from the list.\n // Currently, it just returns the first one, which is also the \"main\" country for the \"country calling code\".\n // In an example with `toll_free` numbers above, `\"US\"` would be returned even though\n // it could as well be `\"CA\"`.\n //\n // There was also a time when this attempted to be overly smart\n // and kept track of all such multiple matching countries\n // and then picked the one that matched the `defaultCountry`, if provided.\n // For example, with `toll_free` numbers above, and with `defaultCountry: \"CA\"`,\n // it would've returned `\"CA\"` instead of `\"US\"`.\n // Later it turned out that such \"overly smart\" behavior turned out to be just confusing,\n // so this \"overly smart\" country detection was reverted to returning the \"main\" country\n // for the \"country calling code\".\n // https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/154\n //\n return country;\n //\n // The \"overly smart\" behavior code:\n //\n // if (defaultCountry) {\n // \tif (country === defaultCountry) {\n // \t\treturn country\n // \t} else {\n // \t\tmatchingCountries.push(country)\n // \t}\n // } else {\n // \treturn country\n // }\n }\n }\n\n // // Return the first (\"main\") one of the `matchingCountries`.\n // if (matchingCountries.length > 0) {\n // \treturn matchingCountries[0]\n // }\n}\n//# sourceMappingURL=getCountryByNationalNumber.js.map","import getCountryByNationalNumber from './getCountryByNationalNumber.js';\nvar USE_NON_GEOGRAPHIC_COUNTRY_CODE = false;\n\n/**\n * Returns the exact country that a given national (significant) number belongs to\n * in case of ambiguity, i.e. when multiple countries share the same \"country calling code\".\n * @param {string} [callingCode]\n * @param {string} [options.nationalNumber] — National (significant) number.\n * @param {Metadata} options.metadata — Metadata instance.\n * @returns {string?} Returns the most suitable country for this calling code and national (significant) number.\n */\nexport default function getCountryByCallingCode(callingCode, _ref) {\n var nationalNumber = _ref.nationalNumber,\n metadata = _ref.metadata;\n /* istanbul ignore if */\n if (USE_NON_GEOGRAPHIC_COUNTRY_CODE) {\n if (metadata.isNonGeographicCallingCode(callingCode)) {\n return '001';\n }\n }\n var possibleCountries = metadata.getCountryCodesForCallingCode(callingCode);\n if (!possibleCountries) {\n return;\n }\n // If there's just one country corresponding to the country code,\n // then just return it, without further phone number digits validation.\n if (possibleCountries.length === 1) {\n return possibleCountries[0];\n }\n return getCountryByNationalNumber(nationalNumber, possibleCountries, metadata.metadata);\n}\n//# sourceMappingURL=getCountryByCallingCode.js.map","import extractNationalNumberFromPossiblyIncompleteNumber from './extractNationalNumberFromPossiblyIncompleteNumber.js';\nimport matchesEntirely from './matchesEntirely.js';\nimport checkNumberLength from './checkNumberLength.js';\nimport getCountryByCallingCode from './getCountryByCallingCode.js';\n\n/**\n * Strips national prefix and carrier code from a complete phone number.\n * The difference from the non-\"FromCompleteNumber\" function is that\n * it won't extract national prefix if the resultant number is too short\n * to be a complete number for the selected phone numbering plan.\n * @param {string} number — Complete phone number digits.\n * @param {string?} country — Specific country to use instead of the one that is pre-selected in the metadata instance.\n * @param {Metadata} metadata — Metadata instance with a selected numbering plan.\n * @return {object} `{ nationalNumber: string, carrierCode: string? }`.\n */\nexport default function extractNationalNumber(number, country, metadata) {\n // Parsing national prefixes and carrier codes\n // is only required for local phone numbers\n // but some people don't understand that\n // and sometimes write international phone numbers\n // with national prefixes (or maybe even carrier codes).\n // http://ucken.blogspot.ru/2016/03/trunk-prefixes-in-skype4b.html\n // Google's original library forgives such mistakes\n // and so does this library, because it has been requested:\n // https://github.com/catamphetamine/libphonenumber-js/issues/127\n var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number, metadata),\n carrierCode = _extractNationalNumbe.carrierCode,\n nationalNumber = _extractNationalNumbe.nationalNumber;\n if (nationalNumber !== number) {\n if (!shouldHaveExtractedNationalPrefix(number, nationalNumber, metadata)) {\n // Don't strip the national prefix.\n return {\n nationalNumber: number\n };\n }\n // Check the national (significant) number length after extracting national prefix and carrier code.\n // Legacy generated metadata (before `1.0.18`) didn't support the \"possible lengths\" feature,\n // so this `if` will only be executed with newer metadata.\n if (metadata.numberingPlan.possibleLengths()) {\n // If an exact `country` is not specified, attempt to detect it from the assumed national number.\n if (!country) {\n country = getCountryByCallingCode(metadata.numberingPlan.callingCode(), {\n nationalNumber: nationalNumber,\n metadata: metadata\n });\n }\n\n // The number remaining after stripping the national prefix and carrier code\n // should be long enough to have a possible length for the country.\n // Otherwise, don't strip the national prefix and carrier code,\n // since the original number could be a valid number.\n // This check has been copy-pasted \"as is\" from Google's original library:\n // https://github.com/google/libphonenumber/blob/876268eb1ad6cdc1b7b5bef17fc5e43052702d57/java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java#L3236-L3250\n // It doesn't check for the \"possibility\" of the original `number`.\n // I guess it's fine not checking that one. It works as is anyway.\n if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata)) {\n // Don't strip the national prefix.\n return {\n nationalNumber: number\n };\n }\n }\n }\n return {\n nationalNumber: nationalNumber,\n carrierCode: carrierCode\n };\n}\n\n// In some countries, the same digit could be a national prefix\n// or a leading digit of a valid phone number.\n// For example, in Russia, national prefix is `8`,\n// and also `800 555 35 35` is a valid number\n// in which `8` is not a national prefix, but the first digit\n// of a national (significant) number.\n// Same's with Belarus:\n// `82004910060` is a valid national (significant) number,\n// but `2004910060` is not.\n// To support such cases (to prevent the code from always stripping\n// national prefix), a condition is imposed: a national prefix\n// is not extracted when the original number is \"viable\" and the\n// resultant number is not, a \"viable\" national number being the one\n// that matches `national_number_pattern`.\nfunction shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberAfter, metadata) {\n // The equivalent in Google's code is:\n // https://github.com/google/libphonenumber/blob/e326fa1fc4283bb05eb35cb3c15c18f98a31af33/java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java#L2969-L3004\n if (matchesEntirely(nationalNumberBefore, metadata.nationalNumberPattern()) && !matchesEntirely(nationalNumberAfter, metadata.nationalNumberPattern())) {\n return false;\n }\n // This \"is possible\" national number (length) check has been commented out\n // because it's superceded by the (effectively) same check done in the\n // `extractNationalNumber()` function after it calls `shouldHaveExtractedNationalPrefix()`.\n // In other words, why run the same check twice if it could only be run once.\n // // Check the national (significant) number length after extracting national prefix and carrier code.\n // // Fixes a minor \"weird behavior\" bug: https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/57\n // // (Legacy generated metadata (before `1.0.18`) didn't support the \"possible lengths\" feature).\n // if (metadata.possibleLengths()) {\n // \tif (isPossibleIncompleteNationalNumber(nationalNumberBefore, metadata) &&\n // \t\t!isPossibleIncompleteNationalNumber(nationalNumberAfter, metadata)) {\n // \t\treturn false\n // \t}\n // }\n return true;\n}\n\n/**\n * Tells if a given incomplete national number is possible or not.\n * @param {string} nationalNumber\n * @param {string?} country — Specific country rather than the one that is pre-selected in the metadata instance.\n * @param {Metadata} metadata — Metadata instance with a selected numbering plan.\n * @returns {boolean}\n */\nfunction isPossibleIncompleteNationalNumber(nationalNumber, country, metadata) {\n switch (checkNumberLength(nationalNumber, country, metadata)) {\n case 'TOO_SHORT':\n case 'INVALID_LENGTH':\n // This library ignores \"local-only\" phone numbers (for simplicity).\n // See the readme for more info on what are \"local-only\" phone numbers.\n // case 'IS_POSSIBLE_LOCAL_ONLY':\n return false;\n default:\n return true;\n }\n}\n//# sourceMappingURL=extractNationalNumber.js.map","import Metadata from '../metadata.js';\nimport matchesEntirely from './matchesEntirely.js';\nimport extractNationalNumber from './extractNationalNumber.js';\nimport checkNumberLength from './checkNumberLength.js';\nimport getCountryCallingCode from '../getCountryCallingCode.js';\n\n/**\n * Sometimes some people incorrectly input international phone numbers\n * without the leading `+`. This function corrects such input.\n * @param {string} number — Phone number digits (only digits, no `+`).\n * @param {string} [country] — Exact country of the phone number.\n * @param {string} [defaultCountry]\n * @param {string} [defaultCallingCode]\n * @param {object} metadataJson\n * @return {object} `{ countryCallingCode: string?, number: string }`, where `countryCallingCode` is the calling code that was extracted from the input `number` string, and `number` is the originally passed `number` without the extracted calling code.\n */\nexport default function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number, country, defaultCountry, defaultCallingCode, metadataJson) {\n // Validate arguments.\n // The `number` is known to be in a non-international form\n // because there's no leading \"+\" character.\n // Therefore, there must be either `country` or `defaultCountry` or `defaultCallingCode`.\n // Otherwise, there'd be no source for the calling code to search for in the `number`.\n if (!(country || defaultCountry || defaultCallingCode)) {\n // There's no source for the calling code to search for in the `number`.\n return {\n number: number\n };\n }\n var countryCallingCode = country || defaultCountry ? getCountryCallingCode(country || defaultCountry, metadataJson) : defaultCallingCode;\n if (number.indexOf(countryCallingCode) === 0) {\n var metadata = new Metadata(metadataJson);\n metadata.selectNumberingPlan(country || defaultCountry || defaultCallingCode);\n var possibleShorterNumber = number.slice(countryCallingCode.length);\n var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, undefined, metadata),\n possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;\n var _extractNationalNumbe2 = extractNationalNumber(number, undefined, metadata),\n nationalNumber = _extractNationalNumbe2.nationalNumber;\n\n // If the number was not valid before but is valid now,\n // or if it was too long before, we consider the number\n // with the country calling code stripped to be a better result\n // and keep that instead.\n // For example, in Germany (+49), `49` is a valid area code,\n // so if a number starts with `49`, it could be both a valid\n // national German number or an international number without\n // a leading `+`.\n if (!matchesEntirely(nationalNumber, metadata.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata.nationalNumberPattern()) || checkNumberLength(nationalNumber, undefined, metadata) === 'TOO_LONG') {\n return {\n countryCallingCode: countryCallingCode,\n number: possibleShorterNumber\n };\n }\n }\n return {\n number: number\n };\n}\n//# sourceMappingURL=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map","import stripIddPrefix from './stripIddPrefix.js';\nimport extractCountryCallingCodeFromInternationalNumberWithoutPlusSign from './extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js';\nimport Metadata from '../metadata.js';\nimport { MAX_LENGTH_COUNTRY_CODE } from '../constants.js';\n\n/**\n * Attempts to extract a calling code from a phone number.\n * * If the phone number is found to be \"international\":\n * * It will attempt to identify the calling code part of it and whether that part is complete and valid.\n * * If the calling code part is complete and valid, it will return two properties:\n * that calling code part (without `+`) and the rest of the digits.\n * * Otherwise, i.e. if the calling code part is incomplete or invalid,\n * it will return an empty object.\n * * Otherwise, i.e. if the phone number is national, there's no callind code to extract\n * so it will just return the originally-passed `number` string as the only property.\n * @param {string} number — Phone number digits (possibly with a `+`).\n * @param {string} [country] — Country.\n * @param {string} [defaultCountry] — Default country.\n * @param {string} [defaultCallingCode] — Default calling code (some phone numbering plans are non-geographic).\n * @param {object} metadataJson\n * @return {object} `{ countryCallingCodeSource: string?, countryCallingCode: string?, number: string }`, where `countryCallingCodeSource` tells how the returned calling code was extracted (if it was extracted), `countryCallingCode` is the calling code that was extracted from the input `number` string, and `number` is the originally passed `number` without the extracted calling code (and without a `+`). If the calling code is present but incomplete or invalid, it will return an empty object.\n * @example\n * // Returns `{ countryCallingCode: \"1\", number: \"2133734253\" }`.\n * extractCountryCallingCode('2133734253', 'US', null, null, metadata)\n * extractCountryCallingCode('2133734253', null, 'US', null, metadata)\n * extractCountryCallingCode('2133734253', null, null, '1', metadata)\n * extractCountryCallingCode('+12133734253', null, null, null, metadata)\n * extractCountryCallingCode('+12133734253', null, 'RU', null, metadata)\n */\nexport default function extractCountryCallingCode(number, country, defaultCountry, defaultCallingCode, metadataJson) {\n if (!number) {\n return {};\n }\n var isNumberWithIddPrefix;\n\n // If this is not an international phone number,\n // then either extract an \"IDD\" prefix, or extract a\n // country calling code from a number by autocorrecting it\n // by prepending a leading `+` in cases when it starts\n // with the country calling code.\n // https://wikitravel.org/en/International_dialling_prefix\n // https://github.com/catamphetamine/libphonenumber-js/issues/376\n if (number[0] !== '+') {\n // Convert an \"out-of-country\" dialing phone number\n // to a proper international phone number.\n var numberWithoutIDD = stripIddPrefix(number, country || defaultCountry, defaultCallingCode, metadataJson);\n // If an IDD prefix was stripped then\n // convert the number to international one\n // for subsequent parsing.\n if (numberWithoutIDD && numberWithoutIDD !== number) {\n isNumberWithIddPrefix = true;\n number = '+' + numberWithoutIDD;\n } else {\n // Check to see if the number starts with the country calling code\n // for the default country. If so, we remove the country calling code,\n // and do some checks on the validity of the number before and after.\n // https://github.com/catamphetamine/libphonenumber-js/issues/376\n if (country || defaultCountry || defaultCallingCode) {\n var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number, country, defaultCountry, defaultCallingCode, metadataJson),\n countryCallingCode = _extractCountryCallin.countryCallingCode,\n shorterNumber = _extractCountryCallin.number;\n if (countryCallingCode) {\n return {\n countryCallingCodeSource: 'FROM_NUMBER_WITHOUT_PLUS_SIGN',\n countryCallingCode: countryCallingCode,\n number: shorterNumber\n };\n }\n }\n return {\n // No need to set it to `UNSPECIFIED`. It can be just `undefined`.\n // countryCallingCodeSource: 'UNSPECIFIED',\n number: number\n };\n }\n }\n\n // `number` can only be international at this point.\n\n // Fast abortion: country codes do not begin with a '0'\n if (number[1] === '0') {\n return {};\n }\n var metadata = new Metadata(metadataJson);\n\n // The thing with country phone codes\n // is that they are orthogonal to each other\n // i.e. there's no such country phone code A\n // for which country phone code B exists\n // where B starts with A.\n // Therefore, while scanning digits,\n // if a valid country code is found,\n // that means that it is the country code.\n //\n var i = 2;\n while (i - 1 <= MAX_LENGTH_COUNTRY_CODE && i <= number.length) {\n var _countryCallingCode = number.slice(1, i);\n if (metadata.hasCallingCode(_countryCallingCode)) {\n metadata.selectNumberingPlan(_countryCallingCode);\n return {\n countryCallingCodeSource: isNumberWithIddPrefix ? 'FROM_NUMBER_WITH_IDD' : 'FROM_NUMBER_WITH_PLUS_SIGN',\n countryCallingCode: _countryCallingCode,\n number: number.slice(i)\n };\n }\n i++;\n }\n return {};\n}\n\n// The possible values for the returned `countryCallingCodeSource` are:\n//\n// Copy-pasted from:\n// https://github.com/google/libphonenumber/blob/master/resources/phonenumber.proto\n//\n// // The source from which the country_code is derived. This is not set in the\n// // general parsing method, but in the method that parses and keeps raw_input.\n// // New fields could be added upon request.\n// enum CountryCodeSource {\n// // Default value returned if this is not set, because the phone number was\n// // created using parse, not parseAndKeepRawInput. hasCountryCodeSource will\n// // return false if this is the case.\n// UNSPECIFIED = 0;\n//\n// // The country_code is derived based on a phone number with a leading \"+\",\n// // e.g. the French number \"+33 1 42 68 53 00\".\n// FROM_NUMBER_WITH_PLUS_SIGN = 1;\n//\n// // The country_code is derived based on a phone number with a leading IDD,\n// // e.g. the French number \"011 33 1 42 68 53 00\", as it is dialled from US.\n// FROM_NUMBER_WITH_IDD = 5;\n//\n// // The country_code is derived based on a phone number without a leading\n// // \"+\", e.g. the French number \"33 1 42 68 53 00\" when defaultCountry is\n// // supplied as France.\n// FROM_NUMBER_WITHOUT_PLUS_SIGN = 10;\n//\n// // The country_code is derived NOT based on the phone number itself, but\n// // from the defaultCountry parameter provided in the parsing function by the\n// // clients. This happens mostly for numbers written in the national format\n// // (without country code). For example, this would be set when parsing the\n// // French number \"01 42 68 53 00\", when defaultCountry is supplied as\n// // France.\n// FROM_DEFAULT_COUNTRY = 20;\n// }\n//# sourceMappingURL=extractCountryCallingCode.js.map","import { VALID_PUNCTUATION } from '../constants.js';\n\n// Removes brackets and replaces dashes with spaces.\n//\n// E.g. \"(999) 111-22-33\" -> \"999 111 22 33\"\n//\n// For some reason Google's metadata contains `<intlFormat/>`s with brackets and dashes.\n// Meanwhile, there's no single opinion about using punctuation in international phone numbers.\n//\n// For example, Google's `<intlFormat/>` for USA is `+1 213-373-4253`.\n// And here's a quote from WikiPedia's \"North American Numbering Plan\" page:\n// https://en.wikipedia.org/wiki/North_American_Numbering_Plan\n//\n// \"The country calling code for all countries participating in the NANP is 1.\n// In international format, an NANP number should be listed as +1 301 555 01 00,\n// where 301 is an area code (Maryland).\"\n//\n// I personally prefer the international format without any punctuation.\n// For example, brackets are remnants of the old age, meaning that the\n// phone number part in brackets (so called \"area code\") can be omitted\n// if dialing within the same \"area\".\n// And hyphens were clearly introduced for splitting local numbers into memorizable groups.\n// For example, remembering \"5553535\" is difficult but \"555-35-35\" is much simpler.\n// Imagine a man taking a bus from home to work and seeing an ad with a phone number.\n// He has a couple of seconds to memorize that number until it passes by.\n// If it were spaces instead of hyphens the man wouldn't necessarily get it,\n// but with hyphens instead of spaces the grouping is more explicit.\n// I personally think that hyphens introduce visual clutter,\n// so I prefer replacing them with spaces in international numbers.\n// In the modern age all output is done on displays where spaces are clearly distinguishable\n// so hyphens can be safely replaced with spaces without losing any legibility.\n//\nexport default function applyInternationalSeparatorStyle(formattedNumber) {\n return formattedNumber.replace(new RegExp(\"[\".concat(VALID_PUNCTUATION, \"]+\"), 'g'), ' ').trim();\n}\n//# sourceMappingURL=applyInternationalSeparatorStyle.js.map","import applyInternationalSeparatorStyle from './applyInternationalSeparatorStyle.js';\n\n// This was originally set to $1 but there are some countries for which the\n// first group is not used in the national pattern (e.g. Argentina) so the $1\n// group does not match correctly. Therefore, we use `\\d`, so that the first\n// group actually used in the pattern will be matched.\nexport var FIRST_GROUP_PATTERN = /(\\$\\d)/;\nexport default function formatNationalNumberUsingFormat(number, format, _ref) {\n var useInternationalFormat = _ref.useInternationalFormat,\n withNationalPrefix = _ref.withNationalPrefix,\n carrierCode = _ref.carrierCode,\n metadata = _ref.metadata;\n var formattedNumber = number.replace(new RegExp(format.pattern()), useInternationalFormat ? format.internationalFormat() :\n // This library doesn't use `domestic_carrier_code_formatting_rule`,\n // because that one is only used when formatting phone numbers\n // for dialing from a mobile phone, and this is not a dialing library.\n // carrierCode && format.domesticCarrierCodeFormattingRule()\n // \t// First, replace the $CC in the formatting rule with the desired carrier code.\n // \t// Then, replace the $FG in the formatting rule with the first group\n // \t// and the carrier code combined in the appropriate way.\n // \t? format.format().replace(FIRST_GROUP_PATTERN, format.domesticCarrierCodeFormattingRule().replace('$CC', carrierCode))\n // \t: (\n // \t\twithNationalPrefix && format.nationalPrefixFormattingRule()\n // \t\t\t? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())\n // \t\t\t: format.format()\n // \t)\n withNationalPrefix && format.nationalPrefixFormattingRule() ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule()) : format.format());\n if (useInternationalFormat) {\n return applyInternationalSeparatorStyle(formattedNumber);\n }\n return formattedNumber;\n}\n//# sourceMappingURL=formatNationalNumberUsingFormat.js.map","import Metadata from '../metadata.js';\n\n/**\n * Pattern that makes it easy to distinguish whether a region has a single\n * international dialing prefix or not. If a region has a single international\n * prefix (e.g. 011 in USA), it will be represented as a string that contains\n * a sequence of ASCII digits, and possibly a tilde, which signals waiting for\n * the tone. If there are multiple available international prefixes in a\n * region, they will be represented as a regex string that always contains one\n * or more characters that are not ASCII digits or a tilde.\n */\nvar SINGLE_IDD_PREFIX_REG_EXP = /^[\\d]+(?:[~\\u2053\\u223C\\uFF5E][\\d]+)?$/;\n\n// If the `country` supports IDD calling, it returns a preferred IDD prefix.\n// If the `country` doesn't support IDD calling, it returns `undefined`.\nexport default function getIddPrefix(country, callingCode, metadata) {\n var countryMetadata = new Metadata(metadata);\n countryMetadata.selectNumberingPlan(country || callingCode);\n if (countryMetadata.defaultIDDPrefix()) {\n return countryMetadata.defaultIDDPrefix();\n }\n if (SINGLE_IDD_PREFIX_REG_EXP.test(countryMetadata.IDDPrefix())) {\n return countryMetadata.IDDPrefix();\n }\n}\n//# sourceMappingURL=getIddPrefix.js.map","function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _iterableToArrayLimit(r, l) { var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t[\"return\"] && (u = t[\"return\"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }\nfunction _arrayWithHoles(r) { if (Array.isArray(r)) return r; }\nfunction _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nimport isViablePhoneNumber from './isViablePhoneNumber.js';\n\n// https://www.ietf.org/rfc/rfc3966.txt\n\n/**\n * @param {string} text - Phone URI (RFC 3966).\n * @return {object} `{ ?number, ?ext }`.\n */\nexport function parseRFC3966(text) {\n var number;\n var ext;\n\n // Replace \"tel:\" with \"tel=\" for parsing convenience.\n text = text.replace(/^tel:/, 'tel=');\n for (var _iterator = _createForOfIteratorHelperLoose(text.split(';')), _step; !(_step = _iterator()).done;) {\n var part = _step.value;\n var _part$split = part.split('='),\n _part$split2 = _slicedToArray(_part$split, 2),\n name = _part$split2[0],\n value = _part$split2[1];\n switch (name) {\n case 'tel':\n number = value;\n break;\n case 'ext':\n ext = value;\n break;\n case 'phone-context':\n // Only \"country contexts\" are supported.\n // \"Domain contexts\" are ignored.\n if (value[0] === '+') {\n number = value + number;\n }\n break;\n }\n }\n\n // If the phone number is not viable, then abort.\n if (!isViablePhoneNumber(number)) {\n return {};\n }\n var result = {\n number: number\n };\n if (ext) {\n result.ext = ext;\n }\n return result;\n}\n\n/**\n * @param {object} - `{ ?number, ?extension }`.\n * @return {string} Phone URI (RFC 3966).\n */\nexport function formatRFC3966(_ref) {\n var number = _ref.number,\n ext = _ref.ext;\n if (!number) {\n return '';\n }\n if (number[0] !== '+') {\n throw new Error(\"\\\"formatRFC3966()\\\" expects \\\"number\\\" to be in E.164 format.\");\n }\n return \"tel:\".concat(number).concat(ext ? ';ext=' + ext : '');\n}\n//# sourceMappingURL=RFC3966.js.map","// This is a port of Google Android `libphonenumber`'s\n// `phonenumberutil.js` of December 31th, 2018.\n//\n// https://github.com/googlei18n/libphonenumber/commits/master/javascript/i18n/phonenumbers/phonenumberutil.js\n\nimport matchesEntirely from './helpers/matchesEntirely.js';\nimport formatNationalNumberUsingFormat from './helpers/formatNationalNumberUsingFormat.js';\nimport Metadata, { getCountryCallingCode } from './metadata.js';\nimport getIddPrefix from './helpers/getIddPrefix.js';\nimport { formatRFC3966 } from './helpers/RFC3966.js';\nvar DEFAULT_OPTIONS = {\n formatExtension: function formatExtension(formattedNumber, extension, metadata) {\n return \"\".concat(formattedNumber).concat(metadata.ext()).concat(extension);\n }\n};\n\n/**\n * Formats a phone number.\n *\n * format(phoneNumberInstance, 'INTERNATIONAL', { ..., v2: true }, metadata)\n * format(phoneNumberInstance, 'NATIONAL', { ..., v2: true }, metadata)\n *\n * format({ phone: '8005553535', country: 'RU' }, 'INTERNATIONAL', { ... }, metadata)\n * format({ phone: '8005553535', country: 'RU' }, 'NATIONAL', undefined, metadata)\n *\n * @param {object|PhoneNumber} input — If `options.v2: true` flag is passed, the `input` should be a `PhoneNumber` instance. Otherwise, it should be an object of shape `{ phone: '...', country: '...' }`.\n * @param {string} format\n * @param {object} [options]\n * @param {object} metadataJson\n * @return {string}\n */\nexport default function formatNumber(input, format, options, metadataJson) {\n // Apply default options.\n if (options) {\n // Using ES6 \"rest spread\" syntax here didn't work with `babel`/`istanbul`\n // for some weird reason: this line of code would cause the code coverage\n // to show as not 100%. That's because `babel`/`istanbul`, for some weird reason,\n // apparently doesn't know how to properly exclude Babel polyfills from code coverage.\n //\n // options = { ...DEFAULT_OPTIONS, ...options }\n //\n options = merge({}, DEFAULT_OPTIONS, options);\n } else {\n options = DEFAULT_OPTIONS;\n }\n var metadata = new Metadata(metadataJson);\n\n // Normally, the `input` object is supposed to be a `PhoneNumber` class instance.\n // Also, according to the `PhoneNumber` class source code, `country` can't be \"001\".\n // It means that normally `input.country` or `input.countryCallingCode` is supposed\n // to be present because either of the two is always required to exist in a `PhoneNumber` instance.\n // This means that realistically, it's gonna step into either the first `if`\n // or the following `else if`, and normally it won't even reach the legacy-compatibility\n // `else return input.phone || ''` part.\n // So normally, it won't ever return an empty string here.\n if (input.country && input.country !== '001') {\n // Validate `input.country`.\n if (!metadata.hasCountry(input.country)) {\n throw new Error(\"Unknown country: \".concat(input.country));\n }\n metadata.selectNumberingPlan(input.country);\n } else if (input.countryCallingCode) {\n metadata.selectNumberingPlan(input.countryCallingCode);\n } else return input.phone || '';\n var countryCallingCode = metadata.countryCallingCode();\n var nationalNumber = options.v2 ? input.nationalNumber : input.phone;\n\n // This variable should have been declared inside `case`s\n // but Babel has a bug and it says \"duplicate variable declaration\".\n var number;\n switch (format) {\n case 'NATIONAL':\n // Normally, the `input` object is supposed to be a `PhoneNumber` class instance,\n // and a `PhoneNumber` class instance is always required to have a `nationalNumber`.\n // This means that the `if (!nationalNumber)` below is just for legacy-compatibility\n // and it normally can't really happen, so normally it won't ever return an empty string here.\n if (!nationalNumber) {\n return '';\n }\n number = formatNationalNumber(nationalNumber, input.carrierCode, 'NATIONAL', metadata, options);\n return addExtension(number, input.ext, metadata, options.formatExtension);\n case 'INTERNATIONAL':\n // Legacy argument support.\n // (`{ country: ..., phone: '' }`)\n if (!nationalNumber) {\n return \"+\".concat(countryCallingCode);\n }\n number = formatNationalNumber(nationalNumber, null, 'INTERNATIONAL', metadata, options);\n number = \"+\".concat(countryCallingCode, \" \").concat(number);\n return addExtension(number, input.ext, metadata, options.formatExtension);\n case 'E.164':\n // `E.164` doesn't define \"phone number extensions\".\n return \"+\".concat(countryCallingCode).concat(nationalNumber);\n case 'RFC3966':\n return formatRFC3966({\n number: \"+\".concat(countryCallingCode).concat(nationalNumber),\n ext: input.ext\n });\n\n // For reference, here's Google's IDD formatter:\n // https://github.com/google/libphonenumber/blob/32719cf74e68796788d1ca45abc85dcdc63ba5b9/java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java#L1546\n // Not saying that this IDD formatter replicates it 1:1, but it seems to work.\n // Who would even need to format phone numbers in IDD format anyway?\n case 'IDD':\n // If the required `fromCountry` parameter is not passed, it will return `undefined`.\n if (!options.fromCountry) {\n return;\n // throw new Error('`fromCountry` option not passed for IDD-prefixed formatting.')\n }\n var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata);\n // If the country of the phone number doesn't support IDD calling, it will return `undefined`.\n if (!formattedNumber) {\n return;\n }\n return addExtension(formattedNumber, input.ext, metadata, options.formatExtension);\n default:\n throw new Error(\"Unknown \\\"format\\\" argument passed to \\\"formatNumber()\\\": \\\"\".concat(format, \"\\\"\"));\n }\n}\nfunction formatNationalNumber(number, carrierCode, formatAs, metadata, options) {\n var format = chooseFormatForNumber(metadata.formats(), number);\n if (!format) {\n return number;\n }\n return formatNationalNumberUsingFormat(number, format, {\n useInternationalFormat: formatAs === 'INTERNATIONAL',\n withNationalPrefix: format.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true,\n carrierCode: carrierCode,\n metadata: metadata\n });\n}\nexport function chooseFormatForNumber(availableFormats, nationalNumber) {\n // Using a `for ... of` loop here didn't work with `babel`/`istanbul`:\n // for some weird reason, it showed code coverage less than 100%.\n // That's because `babel`/`istanbul`, for some weird reason,\n // apparently doesn't know how to properly exclude Babel polyfills from code coverage.\n //\n // for (const format of availableFormats) { ... }\n //\n return pickFirstMatchingElement(availableFormats, function (format) {\n // Validate leading digits.\n // The test case for \"else path\" could be found by searching for\n // \"format.leadingDigitsPatterns().length === 0\".\n if (format.leadingDigitsPatterns().length > 0) {\n // The last leading_digits_pattern is used here, as it is the most detailed\n var lastLeadingDigitsPattern = format.leadingDigitsPatterns()[format.leadingDigitsPatterns().length - 1];\n // If leading digits don't match then move on to the next phone number format\n if (nationalNumber.search(lastLeadingDigitsPattern) !== 0) {\n return false;\n }\n }\n // Check that the national number matches the phone number format regular expression\n return matchesEntirely(nationalNumber, format.pattern());\n });\n}\nfunction addExtension(formattedNumber, ext, metadata, formatExtension) {\n return ext ? formatExtension(formattedNumber, ext, metadata) : formattedNumber;\n}\nfunction formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry, metadata) {\n var fromCountryCallingCode = getCountryCallingCode(fromCountry, metadata.metadata);\n // When calling within the same country calling code.\n if (fromCountryCallingCode === countryCallingCode) {\n var formattedNumber = formatNationalNumber(nationalNumber, carrierCode, 'NATIONAL', metadata);\n // For NANPA regions, return the national format for these regions\n // but prefix it with the country calling code.\n if (countryCallingCode === '1') {\n return countryCallingCode + ' ' + formattedNumber;\n }\n // If regions share a country calling code, the country calling code need\n // not be dialled. This also applies when dialling within a region, so this\n // if clause covers both these cases. Technically this is the case for\n // dialling from La Reunion to other overseas departments of France (French\n // Guiana, Martinique, Guadeloupe), but not vice versa - so we don't cover\n // this edge case for now and for those cases return the version including\n // country calling code. Details here:\n // http://www.petitfute.com/voyage/225-info-pratiques-reunion\n //\n return formattedNumber;\n }\n var iddPrefix = getIddPrefix(fromCountry, undefined, metadata.metadata);\n if (iddPrefix) {\n return \"\".concat(iddPrefix, \" \").concat(countryCallingCode, \" \").concat(formatNationalNumber(nationalNumber, null, 'INTERNATIONAL', metadata));\n }\n}\nfunction merge() {\n var i = 1;\n for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {\n objects[_key] = arguments[_key];\n }\n while (i < objects.length) {\n if (objects[i]) {\n for (var key in objects[i]) {\n objects[0][key] = objects[i][key];\n }\n }\n i++;\n }\n return objects[0];\n}\nfunction pickFirstMatchingElement(elements, testFunction) {\n var i = 0;\n while (i < elements.length) {\n if (testFunction(elements[i])) {\n return elements[i];\n }\n i++;\n }\n}\n//# sourceMappingURL=format.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }\nfunction _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }\nfunction _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport Metadata, { validateMetadata } from './metadata.js';\nimport isPossibleNumber from './isPossible.js';\nimport isValidNumber from './isValid.js';\nimport getNumberType from './helpers/getNumberType.js';\nimport getCountryAndCallingCodeFromOneOfThem from './helpers/getCountryAndCallingCodeFromOneOfThem.js';\nimport getPossibleCountriesForNumber from './helpers/getPossibleCountriesForNumber.js';\nimport extractCountryCallingCode from './helpers/extractCountryCallingCode.js';\nimport isObject from './helpers/isObject.js';\nimport formatNumber from './format.js';\nvar USE_NON_GEOGRAPHIC_COUNTRY_CODE = false;\nvar PhoneNumber = /*#__PURE__*/function () {\n /**\n * @param {string} countryOrCountryCallingCode\n * @param {string} nationalNumber\n * @param {object} metadata — Metadata JSON\n * @return {PhoneNumber}\n */\n function PhoneNumber(countryOrCountryCallingCode, nationalNumber, metadata) {\n _classCallCheck(this, PhoneNumber);\n // Validate `countryOrCountryCallingCode` argument.\n if (!countryOrCountryCallingCode) {\n throw new TypeError('First argument is required');\n }\n if (typeof countryOrCountryCallingCode !== 'string') {\n throw new TypeError('First argument must be a string');\n }\n\n // In case of public API use: `constructor(number, metadata)`.\n // Transform the arguments from `constructor(number, metadata)` to\n // `constructor(countryOrCountryCallingCode, nationalNumber, metadata)`.\n if (countryOrCountryCallingCode[0] === '+' && !nationalNumber) {\n throw new TypeError('`metadata` argument not passed');\n }\n if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {\n metadata = nationalNumber;\n var e164Number = countryOrCountryCallingCode;\n if (!E164_NUMBER_REGEXP.test(e164Number)) {\n throw new Error('Invalid `number` argument passed: must consist of a \"+\" followed by digits');\n }\n var _extractCountryCallin = extractCountryCallingCode(e164Number, undefined, undefined, undefined, metadata),\n _countryCallingCode = _extractCountryCallin.countryCallingCode,\n number = _extractCountryCallin.number;\n nationalNumber = number;\n countryOrCountryCallingCode = _countryCallingCode;\n if (!nationalNumber) {\n throw new Error('Invalid `number` argument passed: too short');\n }\n }\n\n // Validate `nationalNumber` argument.\n if (!nationalNumber) {\n throw new TypeError('`nationalNumber` argument is required');\n }\n if (typeof nationalNumber !== 'string') {\n throw new TypeError('`nationalNumber` argument must be a string');\n }\n\n // Validate `metadata` argument.\n validateMetadata(metadata);\n\n // Initialize properties.\n var _getCountryAndCalling = getCountryAndCallingCodeFromOneOfThem(countryOrCountryCallingCode, metadata),\n country = _getCountryAndCalling.country,\n countryCallingCode = _getCountryAndCalling.callingCode;\n this.country = country;\n this.countryCallingCode = countryCallingCode;\n this.nationalNumber = nationalNumber;\n this.number = '+' + this.countryCallingCode + this.nationalNumber;\n // Exclude `metadata` property output from `PhoneNumber.toString()`\n // so that it doesn't clutter the console output of Node.js.\n // Previously, when Node.js did `console.log(new PhoneNumber(...))`,\n // it would output the whole internal structure of the `metadata` object.\n this.getMetadata = function () {\n return metadata;\n };\n }\n return _createClass(PhoneNumber, [{\n key: \"setExt\",\n value: function setExt(ext) {\n this.ext = ext;\n }\n }, {\n key: \"getPossibleCountries\",\n value: function getPossibleCountries() {\n if (this.country) {\n return [this.country];\n }\n return getPossibleCountriesForNumber(this.countryCallingCode, this.nationalNumber, this.getMetadata());\n }\n }, {\n key: \"isPossible\",\n value: function isPossible() {\n return isPossibleNumber(this, {\n v2: true\n }, this.getMetadata());\n }\n }, {\n key: \"isValid\",\n value: function isValid() {\n return isValidNumber(this, {\n v2: true\n }, this.getMetadata());\n }\n }, {\n key: \"isNonGeographic\",\n value: function isNonGeographic() {\n var metadata = new Metadata(this.getMetadata());\n return metadata.isNonGeographicCallingCode(this.countryCallingCode);\n }\n }, {\n key: \"isEqual\",\n value: function isEqual(phoneNumber) {\n return this.number === phoneNumber.number && this.ext === phoneNumber.ext;\n }\n\n // `validateLength()` method was originally meant to be an equivalent for `validatePhoneNumberLength()`.\n //\n // Later, it became apparent that it's not really a true equivalent.\n // The reason is that a `PhoneNumber` instance is not created\n // when the phone number string is too short for it to be considered a valid phone number:\n // * When there must be at least 2 national (significant) number digits: `\"1\"`.\n // * When the country calling code part of an international number is incomplete: `\"+12\"`.\n //\n // So leaving this `validateLength()` method here would suggest a hidden anti-pattern\n // of using it instead of `validatePhoneNumberLength()` while ignoring\n // the \"too short to be even possible\" case from phone number length validation.\n // And ignoring that case wouldn't make any sense in a real-world application\n // because it would still be a valid case that should be handled.\n //\n // Because of that, this method was eventually commented out in order to not introduce\n // that kind of an anti-pattern.\n //\n // validateLength() {\n // \tconst result = checkNumberLength(\n // \t\tthis.nationalNumber,\n // \t\tundefined,\n // \t\tthis.getMetadata()\n // \t)\n // \tif (result !== 'IS_POSSIBLE') {\n // \t\treturn result\n // \t}\n // }\n }, {\n key: \"getType\",\n value: function getType() {\n return getNumberType(this, {\n v2: true\n }, this.getMetadata());\n }\n }, {\n key: \"format\",\n value: function format(_format, options) {\n return formatNumber(this, _format, options ? _objectSpread(_objectSpread({}, options), {}, {\n v2: true\n }) : {\n v2: true\n }, this.getMetadata());\n }\n }, {\n key: \"formatNational\",\n value: function formatNational(options) {\n return this.format('NATIONAL', options);\n }\n }, {\n key: \"formatInternational\",\n value: function formatInternational(options) {\n return this.format('INTERNATIONAL', options);\n }\n }, {\n key: \"getURI\",\n value: function getURI(options) {\n return this.format('RFC3966', options);\n }\n }]);\n}();\nexport { PhoneNumber as default };\nvar E164_NUMBER_REGEXP = /^\\+\\d+$/;\n//# sourceMappingURL=PhoneNumber.js.map","// When phone numbers are written in `RFC3966` format — `\"tel:+12133734253\"` —\n// they can have their \"calling code\" part written separately in a `phone-context` parameter.\n// Example: `\"tel:12133734253;phone-context=+1\"`.\n// This function parses the full phone number from the local number and the `phone-context`\n// when the `phone-context` contains a `+` sign.\n\nimport { VALID_DIGITS\n// PLUS_CHARS\n} from '../constants.js';\nexport var PLUS_SIGN = '+';\nvar RFC3966_VISUAL_SEPARATOR_ = '[\\\\-\\\\.\\\\(\\\\)]?';\nvar RFC3966_PHONE_DIGIT_ = '(' + '[' + VALID_DIGITS + ']' + '|' + RFC3966_VISUAL_SEPARATOR_ + ')';\nvar RFC3966_GLOBAL_NUMBER_DIGITS_ = '^' + '\\\\' + PLUS_SIGN + RFC3966_PHONE_DIGIT_ + '*' + '[' + VALID_DIGITS + ']' + RFC3966_PHONE_DIGIT_ + '*' + '$';\n\n/**\n * Regular expression of valid global-number-digits for the phone-context\n * parameter, following the syntax defined in RFC3966.\n */\nvar RFC3966_GLOBAL_NUMBER_DIGITS_PATTERN_ = new RegExp(RFC3966_GLOBAL_NUMBER_DIGITS_, 'g');\n\n// In this port of Google's library, we don't accept alpha characters in phone numbers.\n// const ALPHANUM_ = VALID_ALPHA_ + VALID_DIGITS\nvar ALPHANUM_ = VALID_DIGITS;\nvar RFC3966_DOMAINLABEL_ = '[' + ALPHANUM_ + ']+((\\\\-)*[' + ALPHANUM_ + '])*';\nvar VALID_ALPHA_ = 'a-zA-Z';\nvar RFC3966_TOPLABEL_ = '[' + VALID_ALPHA_ + ']+((\\\\-)*[' + ALPHANUM_ + '])*';\nvar RFC3966_DOMAINNAME_ = '^(' + RFC3966_DOMAINLABEL_ + '\\\\.)*' + RFC3966_TOPLABEL_ + '\\\\.?$';\n\n/**\n * Regular expression of valid domainname for the phone-context parameter,\n * following the syntax defined in RFC3966.\n */\nvar RFC3966_DOMAINNAME_PATTERN_ = new RegExp(RFC3966_DOMAINNAME_, 'g');\nexport var RFC3966_PREFIX_ = 'tel:';\nexport var RFC3966_PHONE_CONTEXT_ = ';phone-context=';\nexport var RFC3966_ISDN_SUBADDRESS_ = ';isub=';\n\n/**\n * Extracts the value of the phone-context parameter of `numberToExtractFrom`,\n * following the syntax defined in RFC3966.\n *\n * @param {string} numberToExtractFrom\n * @return {string|null} the extracted string (possibly empty), or `null` if no phone-context parameter is found.\n */\nexport default function extractPhoneContext(numberToExtractFrom) {\n var indexOfPhoneContext = numberToExtractFrom.indexOf(RFC3966_PHONE_CONTEXT_);\n // If no phone-context parameter is present\n if (indexOfPhoneContext < 0) {\n return null;\n }\n var phoneContextStart = indexOfPhoneContext + RFC3966_PHONE_CONTEXT_.length;\n // If phone-context parameter is empty\n if (phoneContextStart >= numberToExtractFrom.length) {\n return '';\n }\n var phoneContextEnd = numberToExtractFrom.indexOf(';', phoneContextStart);\n // If phone-context is not the last parameter\n if (phoneContextEnd >= 0) {\n return numberToExtractFrom.substring(phoneContextStart, phoneContextEnd);\n } else {\n return numberToExtractFrom.substring(phoneContextStart);\n }\n}\n\n/**\n * Returns whether the value of phoneContext follows the syntax defined in RFC3966.\n *\n * @param {string|null} phoneContext\n * @return {boolean}\n */\nexport function isPhoneContextValid(phoneContext) {\n if (phoneContext === null) {\n return true;\n }\n if (phoneContext.length === 0) {\n return false;\n }\n\n // Does phone-context value match pattern of global-number-digits or domainname.\n return RFC3966_GLOBAL_NUMBER_DIGITS_PATTERN_.test(phoneContext) || RFC3966_DOMAINNAME_PATTERN_.test(phoneContext);\n}\n//# sourceMappingURL=extractPhoneContext.js.map","import extractPhoneContext, { isPhoneContextValid, PLUS_SIGN, RFC3966_PREFIX_, RFC3966_PHONE_CONTEXT_, RFC3966_ISDN_SUBADDRESS_ } from './extractPhoneContext.js';\nimport ParseError from '../ParseError.js';\n\n/**\n * @param {string} numberToParse\n * @param {string} nationalNumber\n * @return {}\n */\nexport default function extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(numberToParse, _ref) {\n var extractFormattedPhoneNumber = _ref.extractFormattedPhoneNumber;\n var phoneContext = extractPhoneContext(numberToParse);\n if (!isPhoneContextValid(phoneContext)) {\n throw new ParseError('NOT_A_NUMBER');\n }\n var phoneNumberString;\n if (phoneContext === null) {\n // Extract a possible number from the string passed in.\n // (this strips leading characters that could not be the start of a phone number)\n phoneNumberString = extractFormattedPhoneNumber(numberToParse) || '';\n } else {\n phoneNumberString = '';\n\n // If the phone context contains a phone number prefix, we need to capture\n // it, whereas domains will be ignored.\n if (phoneContext.charAt(0) === PLUS_SIGN) {\n phoneNumberString += phoneContext;\n }\n\n // Now append everything between the \"tel:\" prefix and the phone-context.\n // This should include the national number, an optional extension or\n // isdn-subaddress component. Note we also handle the case when \"tel:\" is\n // missing, as we have seen in some of the phone number inputs.\n // In that case, we append everything from the beginning.\n var indexOfRfc3966Prefix = numberToParse.indexOf(RFC3966_PREFIX_);\n var indexOfNationalNumber;\n // RFC 3966 \"tel:\" prefix is preset at this stage because\n // `isPhoneContextValid()` requires it to be present.\n /* istanbul ignore else */\n if (indexOfRfc3966Prefix >= 0) {\n indexOfNationalNumber = indexOfRfc3966Prefix + RFC3966_PREFIX_.length;\n } else {\n indexOfNationalNumber = 0;\n }\n var indexOfPhoneContext = numberToParse.indexOf(RFC3966_PHONE_CONTEXT_);\n phoneNumberString += numberToParse.substring(indexOfNationalNumber, indexOfPhoneContext);\n }\n\n // Delete the isdn-subaddress and everything after it if it is present.\n // Note extension won't appear at the same time with isdn-subaddress\n // according to paragraph 5.3 of the RFC3966 spec.\n var indexOfIsdn = phoneNumberString.indexOf(RFC3966_ISDN_SUBADDRESS_);\n if (indexOfIsdn > 0) {\n phoneNumberString = phoneNumberString.substring(0, indexOfIsdn);\n }\n // If both phone context and isdn-subaddress are absent but other\n // parameters are present, the parameters are left in nationalNumber.\n // This is because we are concerned about deleting content from a potential\n // number string when there is no strong evidence that the number is\n // actually written in RFC3966.\n\n if (phoneNumberString !== '') {\n return phoneNumberString;\n }\n}\n//# sourceMappingURL=extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js.map","// This is a port of Google Android `libphonenumber`'s\n// `phonenumberutil.js` of December 31th, 2018.\n//\n// https://github.com/googlei18n/libphonenumber/commits/master/javascript/i18n/phonenumbers/phonenumberutil.js\n\nimport { VALID_DIGITS, PLUS_CHARS, MIN_LENGTH_FOR_NSN, MAX_LENGTH_FOR_NSN } from './constants.js';\nimport ParseError from './ParseError.js';\nimport Metadata from './metadata.js';\nimport isViablePhoneNumber, { isViablePhoneNumberStart } from './helpers/isViablePhoneNumber.js';\nimport extractExtension from './helpers/extension/extractExtension.js';\nimport parseIncompletePhoneNumber from './parseIncompletePhoneNumber.js';\nimport getCountryCallingCode from './getCountryCallingCode.js';\nimport { isPossibleNumber } from './isPossible.js';\n// import { parseRFC3966 } from './helpers/RFC3966.js'\nimport PhoneNumber from './PhoneNumber.js';\nimport matchesEntirely from './helpers/matchesEntirely.js';\nimport extractCountryCallingCode from './helpers/extractCountryCallingCode.js';\nimport extractNationalNumber from './helpers/extractNationalNumber.js';\n// import stripIddPrefix from './helpers/stripIddPrefix.js'\nimport getCountryByCallingCode from './helpers/getCountryByCallingCode.js';\nimport extractFormattedPhoneNumberFromPossibleRfc3966NumberUri from './helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js';\n\n// We don't allow input strings for parsing to be longer than 250 chars.\n// This prevents malicious input from consuming CPU.\nvar MAX_INPUT_STRING_LENGTH = 250;\n\n// This consists of the plus symbol, digits, and arabic-indic digits.\nvar PHONE_NUMBER_START_PATTERN = new RegExp('[' + PLUS_CHARS + VALID_DIGITS + ']');\n\n// Regular expression of trailing characters that we want to remove.\n// A trailing `#` is sometimes used when writing phone numbers with extensions in US.\n// Example: \"+1 (645) 123 1234-910#\" number has extension \"910\".\nvar AFTER_PHONE_NUMBER_END_PATTERN = new RegExp('[^' + VALID_DIGITS + '#' + ']+$');\nvar USE_NON_GEOGRAPHIC_COUNTRY_CODE = false;\n\n// Examples:\n//\n// ```js\n// parse('8 (800) 555-35-35', 'RU')\n// parse('8 (800) 555-35-35', 'RU', metadata)\n// parse('8 (800) 555-35-35', { country: { default: 'RU' } })\n// parse('8 (800) 555-35-35', { country: { default: 'RU' } }, metadata)\n// parse('+7 800 555 35 35')\n// parse('+7 800 555 35 35', metadata)\n// ```\n//\n\n/**\n * Parses a phone number.\n *\n * parse('123456789', { defaultCountry: 'RU', v2: true }, metadata)\n * parse('123456789', { defaultCountry: 'RU' }, metadata)\n * parse('123456789', undefined, metadata)\n *\n * @param {string} input\n * @param {object} [options]\n * @param {object} metadataJson\n * @return {object|PhoneNumber?} If `options.v2: true` flag is passed, it returns a `PhoneNumber?` instance. Otherwise, returns an object of shape `{ phone: '...', country: '...' }` (or just `{}` if no phone number was parsed).\n */\nexport default function parse(text, options, metadataJson) {\n // If assigning the `{}` default value is moved to the arguments above,\n // code coverage would decrease for some weird reason.\n options = options || {};\n var metadata = new Metadata(metadataJson);\n\n // Validate `defaultCountry`.\n if (options.defaultCountry && !metadata.hasCountry(options.defaultCountry)) {\n if (options.v2) {\n throw new ParseError('INVALID_COUNTRY');\n }\n throw new Error(\"Unknown country: \".concat(options.defaultCountry));\n }\n\n // Parse the phone number.\n var _parseInput = parseInput(text, options.v2, options.extract),\n formattedPhoneNumber = _parseInput.number,\n ext = _parseInput.ext,\n error = _parseInput.error;\n\n // If the phone number is not viable then return nothing.\n if (!formattedPhoneNumber) {\n if (options.v2) {\n if (error === 'TOO_SHORT') {\n throw new ParseError('TOO_SHORT');\n }\n throw new ParseError('NOT_A_NUMBER');\n }\n return {};\n }\n var _parsePhoneNumber = parsePhoneNumber(formattedPhoneNumber, options.defaultCountry, options.defaultCallingCode,\n // If `country` is returned, its numbering plan will also be selected in `metadata`.\n // Otherwise, if `countryCallingCode` is returned, its numbering plan will also be selected in `metadata`.\n // Otherwise, if neither `country` nor `countryCallingCode` are returned, no numbering plan will be selected in `metadata`.\n metadata),\n country = _parsePhoneNumber.country,\n nationalNumber = _parsePhoneNumber.nationalNumber,\n countryCallingCode = _parsePhoneNumber.countryCallingCode,\n countryCallingCodeSource = _parsePhoneNumber.countryCallingCodeSource,\n carrierCode = _parsePhoneNumber.carrierCode;\n if (!metadata.hasSelectedNumberingPlan()) {\n if (options.v2) {\n throw new ParseError('INVALID_COUNTRY');\n }\n return {};\n }\n\n // Validate national (significant) number length.\n if (!nationalNumber || nationalNumber.length < MIN_LENGTH_FOR_NSN) {\n // Won't throw here because the regexp already demands length > 1.\n /* istanbul ignore if */\n if (options.v2) {\n throw new ParseError('TOO_SHORT');\n }\n // Google's demo just throws an error in this case.\n return {};\n }\n\n // Validate national (significant) number length.\n //\n // A sidenote:\n //\n // They say that sometimes national (significant) numbers\n // can be longer than `MAX_LENGTH_FOR_NSN` (e.g. in Germany).\n // https://github.com/googlei18n/libphonenumber/blob/7e1748645552da39c4e1ba731e47969d97bdb539/resources/phonenumber.proto#L36\n // Such numbers will just be discarded.\n //\n if (nationalNumber.length > MAX_LENGTH_FOR_NSN) {\n if (options.v2) {\n throw new ParseError('TOO_LONG');\n }\n // Google's demo just throws an error in this case.\n return {};\n }\n if (options.v2) {\n var phoneNumber = new PhoneNumber(countryCallingCode, nationalNumber, metadata.metadata);\n if (country) {\n phoneNumber.country = country;\n }\n if (carrierCode) {\n phoneNumber.carrierCode = carrierCode;\n }\n if (ext) {\n phoneNumber.ext = ext;\n }\n phoneNumber.__countryCallingCodeSource = countryCallingCodeSource;\n return phoneNumber;\n }\n\n // Check if national phone number pattern matches the number.\n // National number pattern is different for each country,\n // even for those ones which are part of the \"NANPA\" group.\n var valid = (options.extended ? metadata.hasSelectedNumberingPlan() : country) ? matchesEntirely(nationalNumber, metadata.nationalNumberPattern()) : false;\n if (!options.extended) {\n return valid ? result(country, nationalNumber, ext) : {};\n }\n\n // isInternational: countryCallingCode !== undefined\n\n return {\n country: country,\n countryCallingCode: countryCallingCode,\n carrierCode: carrierCode,\n valid: valid,\n possible: valid ? true : options.extended === true && metadata.possibleLengths() && isPossibleNumber(nationalNumber, metadata) ? true : false,\n phone: nationalNumber,\n ext: ext\n };\n}\n\n/**\n * Extracts a formatted phone number from text.\n * Doesn't guarantee that the extracted phone number\n * is a valid phone number (for example, doesn't validate its length).\n * @param {string} text\n * @param {boolean} [extract] — If `false`, then will parse the entire `text` as a phone number.\n * @param {boolean} [throwOnError] — By default, it won't throw if the text is too long.\n * @return {string}\n * @example\n * // Returns \"(213) 373-4253\".\n * extractFormattedPhoneNumber(\"Call (213) 373-4253 for assistance.\")\n */\nfunction _extractFormattedPhoneNumber(text, extract, throwOnError) {\n if (!text) {\n return;\n }\n if (text.length > MAX_INPUT_STRING_LENGTH) {\n if (throwOnError) {\n throw new ParseError('TOO_LONG');\n }\n return;\n }\n if (extract === false) {\n return text;\n }\n // Attempt to extract a possible number from the string passed in\n var startsAt = text.search(PHONE_NUMBER_START_PATTERN);\n if (startsAt < 0) {\n return;\n }\n return text\n // Trim everything to the left of the phone number\n .slice(startsAt)\n // Remove trailing non-numerical characters\n .replace(AFTER_PHONE_NUMBER_END_PATTERN, '');\n}\n\n/**\n * @param {string} text - Input.\n * @param {boolean} v2 - Legacy API functions don't pass `v2: true` flag.\n * @param {boolean} [extract] - Whether to extract a phone number from `text`, or attempt to parse the entire text as a phone number.\n * @return {object} `{ ?number, ?ext }`.\n */\nfunction parseInput(text, v2, extract) {\n // // Parse RFC 3966 phone number URI.\n // if (text && text.indexOf('tel:') === 0) {\n // \treturn parseRFC3966(text)\n // }\n // let number = extractFormattedPhoneNumber(text, extract, v2)\n var number = extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(text, {\n extractFormattedPhoneNumber: function extractFormattedPhoneNumber(text) {\n return _extractFormattedPhoneNumber(text, extract, v2);\n }\n });\n // If the phone number is not viable, then abort.\n if (!number) {\n return {};\n }\n if (!isViablePhoneNumber(number)) {\n if (isViablePhoneNumberStart(number)) {\n return {\n error: 'TOO_SHORT'\n };\n }\n return {};\n }\n // Attempt to parse extension first, since it doesn't require region-specific\n // data and we want to have the non-normalised number here.\n var withExtensionStripped = extractExtension(number);\n if (withExtensionStripped.ext) {\n return withExtensionStripped;\n }\n return {\n number: number\n };\n}\n\n/**\n * Creates `parse()` result object.\n */\nfunction result(country, nationalNumber, ext) {\n var result = {\n country: country,\n phone: nationalNumber\n };\n if (ext) {\n result.ext = ext;\n }\n return result;\n}\n\n/**\n * Parses a viable phone number.\n * @param {string} formattedPhoneNumber — Example: \"(213) 373-4253\".\n * @param {string} [defaultCountry]\n * @param {string} [defaultCallingCode]\n * @param {Metadata} metadata — Metadata instance with no pre-selected numbering plan. If `country` is returned, its numbering plan will also be selected in `metadata`. Otherwise, if `countryCallingCode` is returned, its numbering plan will also be selected in `metadata`. Otherwise, if neither `country` nor `countryCallingCode` are returned, no numbering plan will be selected in `metadata`.\n * @return {object} Returns `{ country: string?, countryCallingCode: string?, nationalNumber: string? }`.\n */\nfunction parsePhoneNumber(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata) {\n // Attempt to extract a calling code from a phone number.\n // * If the phone number is found to be \"international\":\n // * It will attempt to identify the calling code part of it and whether that part is complete and valid.\n // * If the calling code part is complete and valid, it will return two properties:\n // that calling code part (without `+`) and the rest of the digits.\n // * Otherwise, i.e. if the calling code part is incomplete or invalid,\n // it will return an empty object.\n // * Otherwise, i.e. if the phone number is national, there's no callind code to extract\n // so it will just return the originally-passed `number` string as the only property.\n var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), undefined,\n // `defaultCountry` and `defaultCallingCode` are only used to detect\n // if it's an \"international\" phone number or not. They won't be used\n // to derive the resulting `countryCallingCode` from them, or anything like that.\n defaultCountry, defaultCallingCode, metadata.metadata),\n countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource,\n countryCallingCode = _extractCountryCallin.countryCallingCode,\n number = _extractCountryCallin.number;\n\n // The exact country of the phone number\n var country;\n\n // If `formattedPhoneNumber` is passed in \"international\" format,\n // choose a country by `countryCallingCode`.\n if (countryCallingCode) {\n metadata.selectNumberingPlan(countryCallingCode);\n }\n // Else, if `formattedPhoneNumber` is passed in \"national\" format,\n // then `number` is defined and `countryCallingCode` is `undefined`.\n else if (number && (defaultCountry || defaultCallingCode)) {\n if (defaultCountry) {\n country = defaultCountry;\n metadata.selectNumberingPlan(defaultCountry);\n countryCallingCode = metadata.numberingPlan.callingCode();\n } else {\n metadata.selectNumberingPlan(defaultCallingCode);\n countryCallingCode = defaultCallingCode;\n /* istanbul ignore if */\n if (USE_NON_GEOGRAPHIC_COUNTRY_CODE) {\n if (metadata.isNonGeographicCallingCode(countryCallingCode)) {\n country = '001';\n }\n }\n }\n } else return {};\n\n // At this point, `country` could be `undefined` but `countryCallingCode` is always defined.\n //\n // Also, if `country` is defined, its numbering plan is selected in `metadata`.\n // Otherwise, the numering plan for the `countryCallingCode` is selected in `metadata`.\n\n if (!number) {\n return {\n countryCallingCodeSource: countryCallingCodeSource,\n countryCallingCode: countryCallingCode\n };\n }\n var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number), undefined, metadata),\n nationalNumber = _extractNationalNumbe.nationalNumber,\n carrierCode = _extractNationalNumbe.carrierCode;\n\n // Sometimes there are several countries\n // corresponding to the same country phone code\n // (e.g. NANPA countries all having `1` country phone code).\n // Therefore, to reliably determine the exact country,\n // national (significant) number should have been parsed first.\n //\n // When `metadata.json` is generated, all \"ambiguous\" country phone codes\n // get their countries populated with the full set of\n // \"phone number type\" regular expressions.\n //\n var exactCountry = getCountryByCallingCode(countryCallingCode, {\n nationalNumber: nationalNumber,\n metadata: metadata\n });\n if (exactCountry) {\n country = exactCountry;\n /* istanbul ignore if */\n if (exactCountry === '001') {\n // Can't happen with `USE_NON_GEOGRAPHIC_COUNTRY_CODE` being `false`.\n // If `USE_NON_GEOGRAPHIC_COUNTRY_CODE` is set to `true` for some reason,\n // then remove the \"istanbul ignore if\".\n } else {\n metadata.selectNumberingPlan(country);\n }\n }\n return {\n country: country,\n countryCallingCode: countryCallingCode,\n countryCallingCodeSource: countryCallingCodeSource,\n nationalNumber: nationalNumber,\n carrierCode: carrierCode\n };\n}\n//# sourceMappingURL=parse.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }\nfunction _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }\nfunction _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport parse from './parse.js';\nexport default function parsePhoneNumberWithError(text, options, metadata) {\n return parse(text, _objectSpread(_objectSpread({}, options), {}, {\n v2: true\n }), metadata);\n}\n//# sourceMappingURL=parsePhoneNumberWithError_.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }\nfunction _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }\nfunction _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport parsePhoneNumberWithError from './parsePhoneNumberWithError_.js';\nimport ParseError from './ParseError.js';\nimport { isSupportedCountry } from './metadata.js';\nexport default function parsePhoneNumber(text, options, metadata) {\n // Validate `defaultCountry`.\n if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata)) {\n options = _objectSpread(_objectSpread({}, options), {}, {\n defaultCountry: undefined\n });\n }\n // Parse phone number.\n try {\n return parsePhoneNumberWithError(text, options, metadata);\n } catch (error) {\n /* istanbul ignore else */\n if (error instanceof ParseError) {\n //\n } else {\n throw error;\n }\n }\n}\n//# sourceMappingURL=parsePhoneNumber_.js.map","import normalizeArguments from './normalizeArguments.js';\nimport parsePhoneNumber_ from './parsePhoneNumber_.js';\nexport default function parsePhoneNumber() {\n var _normalizeArguments = normalizeArguments(arguments),\n text = _normalizeArguments.text,\n options = _normalizeArguments.options,\n metadata = _normalizeArguments.metadata;\n return parsePhoneNumber_(text, options, metadata);\n}\n//# sourceMappingURL=parsePhoneNumber.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\n// This \"state\" object simply holds the state of the \"AsYouType\" parser:\n//\n// Sidenote:\n// `state.callingCode` and `state.country` are somewhat independent from one another\n// and there could be situations when one is defined but the other is not.\n// * Situations when `state.country` would be defined but `state.callingCode` would be `undefined`:\n// \t\t * When `defaultCountry` is specified and inputting a phone number not in \"international\" format.\n// * When `defaultCountry` is specified and inputting a phone number in \"international\" format,\n// but before the `+` character has been input.\n// * Situations when `state.country` would be `undefined` but `state.callingCode` would be defined:\n// * When `defaultCountry` is not specified and inputting a phone number in \"international\" format,\n// and the \"calling code\" part is already complete, but multiple countries share this \"calling code\"\n// and there's not enough national (significant) number digits yet to determine the exact country.\n// * In any other sigutations, `state.country` and `state.callingCode` are either both defined or both `undefined`.\n// * When they're both defined, `state.callingCode` always corresponds to `state.country`.\n// So both are always consistent in this case.\n//\n// * `country?: string` — The exact country of the phone number, if it could be determined.\n// When inputting a phone number in \"international\" format, it will derive the `country` from \"country calling code\" and the phone number digits.\n// When inputting a phone number in \"national\" format, it will derive the `country` from `defaultCountry` that was specified when creating the `AsYouType` formatter.\n// Sidenote: If `USE_NON_GEOGRAPHIC_COUNTRY_CODE` flag was `true`, then for \"non-geographic phone numbers\" `state.country` would've been \"001\".\n// * `callingCode?: string` — \"Country calling code\" that has been extracted from the input phone number.\n// When inputting a phone number in \"international\" format, it will extract the \"country calling code\" from the digits that follow the \"+\" character.\n// When inputting a phone number in \"national\" format, `callingCode` will be `undefined`.\n// * `digits: string` — Phone number digits that have been input so far, including the \"+\" character, if present. In case of inputting non-arabic digits, those will be converted to arabic ones.\n// * `international: boolean` — Whether the phone number is being input in \"international\" format, i.e. with a \"+\" character.\n// * `missingPlus: boolean` — Whether it's a phone number in \"international\" format that is missing the leading \"+\" character for some reason — apparently, Google thinks that it's a common mistake when inputting a phone number.\n// * `IDDPrefix?: string` — An \"IDD prefix\", when the phone number is being input in an \"out-of-country dialing\" format. https://wikitravel.org/en/International_dialling_prefix\n// * `carrierCode?: string` — A \"carrier code\", if the phone number contains it. Normally, those can only be present in Colombia or Brazil, and only when calling from mobile phones to fixed-line numbers.\n// * `nationalPrefix?: string` — \"National prefix\", if present in the phone number input.\n// * `nationalSignificantNumber?: string` — National (significant) number digits that have been input so far.\n// * `nationalSignificantNumberIsModified: boolean` — Tells if the parsed national (significant) number is present as-is in the input string. For example, when inputting \"0343515551212999\" Argentinian mobile number, the parsed national (significant) number is \"93435551212999\". There, one can see how it stripped \"0\" national prefix and prepended a \"9\", because that's how it is instructed to do in Argentina's metadata. So in the described example, the parsed national (significant) number is not present as-is in the input string. Instead, it's \"modified\" in the input string. https://gitlab.com/caamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule\n// * `prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix?: string` — In some countries, a phone number could have a prefix that is not a \"national prefix\" but rather some other type of \"utility\" prefix.\n// For example, when calling within Australia, one could prepend `1831` prefix to hide caller's phone number.\n// https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule\n//\nvar AsYouTypeState = /*#__PURE__*/function () {\n function AsYouTypeState(_ref) {\n var onCountryChange = _ref.onCountryChange,\n onCallingCodeChange = _ref.onCallingCodeChange;\n _classCallCheck(this, AsYouTypeState);\n this.onCountryChange = onCountryChange;\n this.onCallingCodeChange = onCallingCodeChange;\n }\n return _createClass(AsYouTypeState, [{\n key: \"reset\",\n value: function reset(_ref2) {\n var country = _ref2.country,\n callingCode = _ref2.callingCode;\n this.international = false;\n this.missingPlus = false;\n this.IDDPrefix = undefined;\n this.callingCode = undefined;\n this.digits = '';\n this.resetNationalSignificantNumber();\n this.initCountryAndCallingCode(country, callingCode);\n }\n }, {\n key: \"resetNationalSignificantNumber\",\n value: function resetNationalSignificantNumber() {\n this.nationalSignificantNumber = this.getNationalDigits();\n this.nationalSignificantNumberIsModified = false;\n this.nationalPrefix = undefined;\n this.carrierCode = undefined;\n this.prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix = undefined;\n }\n }, {\n key: \"update\",\n value: function update(properties) {\n for (var _i = 0, _Object$keys = Object.keys(properties); _i < _Object$keys.length; _i++) {\n var key = _Object$keys[_i];\n this[key] = properties[key];\n }\n }\n }, {\n key: \"initCountryAndCallingCode\",\n value: function initCountryAndCallingCode(country, callingCode) {\n this.setCountry(country);\n this.setCallingCode(callingCode);\n }\n }, {\n key: \"setCountry\",\n value: function setCountry(country) {\n this.country = country;\n this.onCountryChange(country);\n }\n }, {\n key: \"setCallingCode\",\n value: function setCallingCode(callingCode) {\n this.callingCode = callingCode;\n this.onCallingCodeChange(callingCode, this.country);\n }\n }, {\n key: \"startInternationalNumber\",\n value: function startInternationalNumber(country, callingCode) {\n // Prepend the `+` to parsed input.\n this.international = true;\n // If a default country was set then reset it\n // because an explicitly international phone\n // number is being entered.\n this.initCountryAndCallingCode(country, callingCode);\n }\n }, {\n key: \"appendDigits\",\n value: function appendDigits(nextDigits) {\n this.digits += nextDigits;\n }\n }, {\n key: \"appendNationalSignificantNumberDigits\",\n value: function appendNationalSignificantNumberDigits(nextDigits) {\n this.nationalSignificantNumber += nextDigits;\n }\n\n /**\n * Returns the part of `this.digits` that corresponds to the national number.\n * Basically, all digits that have been input by the user, except for the\n * international prefix and the country calling code part\n * (if the number is an international one).\n * @return {string}\n */\n }, {\n key: \"getNationalDigits\",\n value: function getNationalDigits() {\n if (this.international) {\n return this.digits.slice((this.IDDPrefix ? this.IDDPrefix.length : 0) + (this.callingCode ? this.callingCode.length : 0));\n }\n return this.digits;\n }\n }, {\n key: \"getDigitsWithoutInternationalPrefix\",\n value: function getDigitsWithoutInternationalPrefix() {\n if (this.international) {\n if (this.IDDPrefix) {\n return this.digits.slice(this.IDDPrefix.length);\n }\n }\n return this.digits;\n }\n }]);\n}();\nexport { AsYouTypeState as default };\n//# sourceMappingURL=AsYouTypeState.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\n// Should be the same as `DIGIT_PLACEHOLDER` in `libphonenumber-metadata-generator`.\nexport var DIGIT_PLACEHOLDER = 'x'; // '\\u2008' (punctuation space)\nvar DIGIT_PLACEHOLDER_MATCHER = new RegExp(DIGIT_PLACEHOLDER);\n\n// Counts all occurences of a symbol in a string.\n// Unicode-unsafe (because using `.split()`).\nexport function countOccurences(symbol, string) {\n var count = 0;\n // Using `.split('')` to iterate through a string here\n // to avoid requiring `Symbol.iterator` polyfill.\n // `.split('')` is generally not safe for Unicode,\n // but in this particular case for counting brackets it is safe.\n // for (const character of string)\n for (var _iterator = _createForOfIteratorHelperLoose(string.split('')), _step; !(_step = _iterator()).done;) {\n var character = _step.value;\n if (character === symbol) {\n count++;\n }\n }\n return count;\n}\n\n// Repeats a string (or a symbol) N times.\n// http://stackoverflow.com/questions/202605/repeat-string-javascript\nexport function repeat(string, times) {\n if (times < 1) {\n return '';\n }\n var result = '';\n while (times > 1) {\n if (times & 1) {\n result += string;\n }\n times >>= 1;\n string += string;\n }\n return result + string;\n}\nexport function cutAndStripNonPairedParens(string, cutBeforeIndex) {\n if (string[cutBeforeIndex] === ')') {\n cutBeforeIndex++;\n }\n return stripNonPairedParens(string.slice(0, cutBeforeIndex));\n}\nexport function closeNonPairedParens(template, cut_before) {\n var retained_template = template.slice(0, cut_before);\n var opening_braces = countOccurences('(', retained_template);\n var closing_braces = countOccurences(')', retained_template);\n var dangling_braces = opening_braces - closing_braces;\n while (dangling_braces > 0 && cut_before < template.length) {\n if (template[cut_before] === ')') {\n dangling_braces--;\n }\n cut_before++;\n }\n return template.slice(0, cut_before);\n}\nexport function stripNonPairedParens(string) {\n var dangling_braces = [];\n var i = 0;\n while (i < string.length) {\n if (string[i] === '(') {\n dangling_braces.push(i);\n } else if (string[i] === ')') {\n dangling_braces.pop();\n }\n i++;\n }\n var start = 0;\n var cleared_string = '';\n dangling_braces.push(string.length);\n for (var _i = 0, _dangling_braces = dangling_braces; _i < _dangling_braces.length; _i++) {\n var index = _dangling_braces[_i];\n cleared_string += string.slice(start, index);\n start = index + 1;\n }\n return cleared_string;\n}\nexport function populateTemplateWithDigits(template, position, digits) {\n // Using `.split('')` to iterate through a string here\n // to avoid requiring `Symbol.iterator` polyfill.\n // `.split('')` is generally not safe for Unicode,\n // but in this particular case for `digits` it is safe.\n // for (const digit of digits)\n for (var _iterator2 = _createForOfIteratorHelperLoose(digits.split('')), _step2; !(_step2 = _iterator2()).done;) {\n var digit = _step2.value;\n // If there is room for more digits in current `template`,\n // then set the next digit in the `template`,\n // and return the formatted digits so far.\n // If more digits are entered than the current format could handle.\n if (template.slice(position + 1).search(DIGIT_PLACEHOLDER_MATCHER) < 0) {\n return;\n }\n position = template.search(DIGIT_PLACEHOLDER_MATCHER);\n template = template.replace(DIGIT_PLACEHOLDER_MATCHER, digit);\n }\n return [template, position];\n}\n//# sourceMappingURL=AsYouTypeFormatter.util.js.map","import checkNumberLength from './helpers/checkNumberLength.js';\nimport parseDigits from './helpers/parseDigits.js';\nimport formatNationalNumberUsingFormat from './helpers/formatNationalNumberUsingFormat.js';\nexport default function formatCompleteNumber(state, format, _ref) {\n var metadata = _ref.metadata,\n shouldTryNationalPrefixFormattingRule = _ref.shouldTryNationalPrefixFormattingRule,\n getSeparatorAfterNationalPrefix = _ref.getSeparatorAfterNationalPrefix;\n var matcher = new RegExp(\"^(?:\".concat(format.pattern(), \")$\"));\n if (matcher.test(state.nationalSignificantNumber)) {\n return formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(state, format, {\n metadata: metadata,\n shouldTryNationalPrefixFormattingRule: shouldTryNationalPrefixFormattingRule,\n getSeparatorAfterNationalPrefix: getSeparatorAfterNationalPrefix\n });\n }\n}\nexport function canFormatCompleteNumber(nationalSignificantNumber, metadata) {\n return checkNumberLength(nationalSignificantNumber, undefined, metadata) === 'IS_POSSIBLE';\n}\nfunction formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(state, format, _ref2) {\n var metadata = _ref2.metadata,\n shouldTryNationalPrefixFormattingRule = _ref2.shouldTryNationalPrefixFormattingRule,\n getSeparatorAfterNationalPrefix = _ref2.getSeparatorAfterNationalPrefix;\n // `format` has already been checked for `nationalPrefix` requirement.\n\n var nationalSignificantNumber = state.nationalSignificantNumber,\n international = state.international,\n nationalPrefix = state.nationalPrefix,\n carrierCode = state.carrierCode;\n\n // Format the number with using `national_prefix_formatting_rule`.\n // If the resulting formatted number is a valid formatted number, then return it.\n //\n // Google's AsYouType formatter is different in a way that it doesn't try\n // to format using the \"national prefix formatting rule\", and instead it\n // simply prepends a national prefix followed by a \" \" character.\n // This code does that too, but as a fallback.\n // The reason is that \"national prefix formatting rule\" may use parentheses,\n // which wouldn't be included has it used the simpler Google's way.\n //\n if (shouldTryNationalPrefixFormattingRule(format)) {\n var formattedNumber = formatNationalNumber(state, format, {\n useNationalPrefixFormattingRule: true,\n getSeparatorAfterNationalPrefix: getSeparatorAfterNationalPrefix,\n metadata: metadata\n });\n if (formattedNumber) {\n return formattedNumber;\n }\n }\n\n // Format the number without using `national_prefix_formatting_rule`.\n return formatNationalNumber(state, format, {\n useNationalPrefixFormattingRule: false,\n getSeparatorAfterNationalPrefix: getSeparatorAfterNationalPrefix,\n metadata: metadata\n });\n}\nfunction formatNationalNumber(state, format, _ref3) {\n var metadata = _ref3.metadata,\n useNationalPrefixFormattingRule = _ref3.useNationalPrefixFormattingRule,\n getSeparatorAfterNationalPrefix = _ref3.getSeparatorAfterNationalPrefix;\n var formattedNationalNumber = formatNationalNumberUsingFormat(state.nationalSignificantNumber, format, {\n carrierCode: state.carrierCode,\n useInternationalFormat: state.international,\n withNationalPrefix: useNationalPrefixFormattingRule,\n metadata: metadata\n });\n if (!useNationalPrefixFormattingRule) {\n if (state.nationalPrefix) {\n // If a national prefix was extracted, then just prepend it,\n // followed by a \" \" character.\n formattedNationalNumber = state.nationalPrefix + getSeparatorAfterNationalPrefix(format) + formattedNationalNumber;\n } else if (state.prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix) {\n formattedNationalNumber = state.prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix + ' ' + formattedNationalNumber;\n }\n }\n if (isValidFormattedNationalNumber(formattedNationalNumber, state)) {\n return formattedNationalNumber;\n }\n}\n\n// Check that the formatted phone number contains exactly\n// the same digits that have been input by the user.\n// For example, when \"0111523456789\" is input for `AR` country,\n// the extracted `this.nationalSignificantNumber` is \"91123456789\",\n// which means that the national part of `this.digits` isn't simply equal to\n// `this.nationalPrefix` + `this.nationalSignificantNumber`.\n//\n// Also, a `format` can add extra digits to the `this.nationalSignificantNumber`\n// being formatted via `metadata[country].national_prefix_transform_rule`.\n// For example, for `VI` country, it prepends `340` to the national number,\n// and if this check hasn't been implemented, then there would be a bug\n// when `340` \"area coude\" is \"duplicated\" during input for `VI` country:\n// https://github.com/catamphetamine/libphonenumber-js/issues/318\n//\n// So, all these \"gotchas\" are filtered out.\n//\n// In the original Google's code, the comments say:\n// \"Check that we didn't remove nor add any extra digits when we matched\n// this formatting pattern. This usually happens after we entered the last\n// digit during AYTF. Eg: In case of MX, we swallow mobile token (1) when\n// formatted but AYTF should retain all the number entered and not change\n// in order to match a format (of same leading digits and length) display\n// in that way.\"\n// \"If it's the same (i.e entered number and format is same), then it's\n// safe to return this in formatted number as nothing is lost / added.\"\n// Otherwise, don't use this format.\n// https://github.com/google/libphonenumber/commit/3e7c1f04f5e7200f87fb131e6f85c6e99d60f510#diff-9149457fa9f5d608a11bb975c6ef4bc5\n// https://github.com/google/libphonenumber/commit/3ac88c7106e7dcb553bcc794b15f19185928a1c6#diff-2dcb77e833422ee304da348b905cde0b\n//\nfunction isValidFormattedNationalNumber(formattedNationalNumber, state) {\n return parseDigits(formattedNationalNumber) === state.getNationalDigits();\n}\n//# sourceMappingURL=AsYouTypeFormatter.complete.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nvar PatternParser = /*#__PURE__*/function () {\n function PatternParser() {\n _classCallCheck(this, PatternParser);\n }\n return _createClass(PatternParser, [{\n key: \"parse\",\n value: function parse(pattern) {\n this.context = [{\n or: true,\n instructions: []\n }];\n this.parsePattern(pattern);\n if (this.context.length !== 1) {\n throw new Error('Non-finalized contexts left when pattern parse ended');\n }\n var _this$context$ = this.context[0],\n branches = _this$context$.branches,\n instructions = _this$context$.instructions;\n if (branches) {\n return {\n op: '|',\n args: branches.concat([expandSingleElementArray(instructions)])\n };\n }\n\n /* istanbul ignore if */\n if (instructions.length === 0) {\n throw new Error('Pattern is required');\n }\n if (instructions.length === 1) {\n return instructions[0];\n }\n return instructions;\n }\n }, {\n key: \"startContext\",\n value: function startContext(context) {\n this.context.push(context);\n }\n }, {\n key: \"endContext\",\n value: function endContext() {\n this.context.pop();\n }\n }, {\n key: \"getContext\",\n value: function getContext() {\n return this.context[this.context.length - 1];\n }\n }, {\n key: \"parsePattern\",\n value: function parsePattern(pattern) {\n if (!pattern) {\n throw new Error('Pattern is required');\n }\n var match = pattern.match(OPERATOR);\n if (!match) {\n if (ILLEGAL_CHARACTER_REGEXP.test(pattern)) {\n throw new Error(\"Illegal characters found in a pattern: \".concat(pattern));\n }\n this.getContext().instructions = this.getContext().instructions.concat(pattern.split(''));\n return;\n }\n var operator = match[1];\n var before = pattern.slice(0, match.index);\n var rightPart = pattern.slice(match.index + operator.length);\n switch (operator) {\n case '(?:':\n if (before) {\n this.parsePattern(before);\n }\n this.startContext({\n or: true,\n instructions: [],\n branches: []\n });\n break;\n case ')':\n if (!this.getContext().or) {\n throw new Error('\")\" operator must be preceded by \"(?:\" operator');\n }\n if (before) {\n this.parsePattern(before);\n }\n if (this.getContext().instructions.length === 0) {\n throw new Error('No instructions found after \"|\" operator in an \"or\" group');\n }\n var _this$getContext = this.getContext(),\n branches = _this$getContext.branches;\n branches.push(expandSingleElementArray(this.getContext().instructions));\n this.endContext();\n this.getContext().instructions.push({\n op: '|',\n args: branches\n });\n break;\n case '|':\n if (!this.getContext().or) {\n throw new Error('\"|\" operator can only be used inside \"or\" groups');\n }\n if (before) {\n this.parsePattern(before);\n }\n // The top-level is an implicit \"or\" group, if required.\n if (!this.getContext().branches) {\n // `branches` are not defined only for the root implicit \"or\" operator.\n /* istanbul ignore else */\n if (this.context.length === 1) {\n this.getContext().branches = [];\n } else {\n throw new Error('\"branches\" not found in an \"or\" group context');\n }\n }\n this.getContext().branches.push(expandSingleElementArray(this.getContext().instructions));\n this.getContext().instructions = [];\n break;\n case '[':\n if (before) {\n this.parsePattern(before);\n }\n this.startContext({\n oneOfSet: true\n });\n break;\n case ']':\n if (!this.getContext().oneOfSet) {\n throw new Error('\"]\" operator must be preceded by \"[\" operator');\n }\n this.endContext();\n this.getContext().instructions.push({\n op: '[]',\n args: parseOneOfSet(before)\n });\n break;\n\n /* istanbul ignore next */\n default:\n throw new Error(\"Unknown operator: \".concat(operator));\n }\n if (rightPart) {\n this.parsePattern(rightPart);\n }\n }\n }]);\n}();\nexport { PatternParser as default };\nfunction parseOneOfSet(pattern) {\n var values = [];\n var i = 0;\n while (i < pattern.length) {\n if (pattern[i] === '-') {\n if (i === 0 || i === pattern.length - 1) {\n throw new Error(\"Couldn't parse a one-of set pattern: \".concat(pattern));\n }\n var prevValue = pattern[i - 1].charCodeAt(0) + 1;\n var nextValue = pattern[i + 1].charCodeAt(0) - 1;\n var value = prevValue;\n while (value <= nextValue) {\n values.push(String.fromCharCode(value));\n value++;\n }\n } else {\n values.push(pattern[i]);\n }\n i++;\n }\n return values;\n}\nvar ILLEGAL_CHARACTER_REGEXP = /[\\(\\)\\[\\]\\?\\:\\|]/;\nvar OPERATOR = new RegExp(\n// any of:\n'(' +\n// or operator\n'\\\\|' +\n// or\n'|' +\n// or group start\n'\\\\(\\\\?\\\\:' +\n// or\n'|' +\n// or group end\n'\\\\)' +\n// or\n'|' +\n// one-of set start\n'\\\\[' +\n// or\n'|' +\n// one-of set end\n'\\\\]' + ')');\nfunction expandSingleElementArray(array) {\n if (array.length === 1) {\n return array[0];\n }\n return array;\n}\n//# sourceMappingURL=AsYouTypeFormatter.PatternParser.js.map","function _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport PatternParser from './AsYouTypeFormatter.PatternParser.js';\nvar PatternMatcher = /*#__PURE__*/function () {\n function PatternMatcher(pattern) {\n _classCallCheck(this, PatternMatcher);\n this.matchTree = new PatternParser().parse(pattern);\n }\n return _createClass(PatternMatcher, [{\n key: \"match\",\n value: function match(string) {\n var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n allowOverflow = _ref.allowOverflow;\n if (!string) {\n throw new Error('String is required');\n }\n var result = _match(string.split(''), this.matchTree, true);\n if (result && result.match) {\n delete result.matchedChars;\n }\n if (result && result.overflow) {\n if (!allowOverflow) {\n return;\n }\n }\n return result;\n }\n }]);\n}();\n/**\n * Matches `characters` against a pattern compiled into a `tree`.\n * @param {string[]} characters\n * @param {Tree} tree — A pattern compiled into a `tree`. See the `*.d.ts` file for the description of the `tree` structure.\n * @param {boolean} last — Whether it's the last (rightmost) subtree on its level of the match tree.\n * @return {object} See the `*.d.ts` file for the description of the result object.\n */\nexport { PatternMatcher as default };\nfunction _match(characters, tree, last) {\n // If `tree` is a string, then `tree` is a single character.\n // That's because when a pattern is parsed, multi-character-string parts\n // of a pattern are compiled into arrays of single characters.\n // I still wrote this piece of code for a \"general\" hypothetical case\n // when `tree` could be a string of several characters, even though\n // such case is not possible with the current implementation.\n if (typeof tree === 'string') {\n var characterString = characters.join('');\n if (tree.indexOf(characterString) === 0) {\n // `tree` is always a single character.\n // If `tree.indexOf(characterString) === 0`\n // then `characters.length === tree.length`.\n /* istanbul ignore else */\n if (characters.length === tree.length) {\n return {\n match: true,\n matchedChars: characters\n };\n }\n // `tree` is always a single character.\n // If `tree.indexOf(characterString) === 0`\n // then `characters.length === tree.length`.\n /* istanbul ignore next */\n return {\n partialMatch: true\n // matchedChars: characters\n };\n }\n if (characterString.indexOf(tree) === 0) {\n if (last) {\n // The `else` path is not possible because `tree` is always a single character.\n // The `else` case for `characters.length > tree.length` would be\n // `characters.length <= tree.length` which means `characters.length <= 1`.\n // `characters` array can't be empty, so that means `characters === [tree]`,\n // which would also mean `tree.indexOf(characterString) === 0` and that'd mean\n // that the `if (tree.indexOf(characterString) === 0)` condition before this\n // `if` condition would be entered, and returned from there, not reaching this code.\n /* istanbul ignore else */\n if (characters.length > tree.length) {\n return {\n overflow: true\n };\n }\n }\n return {\n match: true,\n matchedChars: characters.slice(0, tree.length)\n };\n }\n return;\n }\n if (Array.isArray(tree)) {\n var restCharacters = characters.slice();\n var i = 0;\n while (i < tree.length) {\n var subtree = tree[i];\n var result = _match(restCharacters, subtree, last && i === tree.length - 1);\n if (!result) {\n return;\n } else if (result.overflow) {\n return result;\n } else if (result.match) {\n // Continue with the next subtree with the rest of the characters.\n restCharacters = restCharacters.slice(result.matchedChars.length);\n if (restCharacters.length === 0) {\n if (i === tree.length - 1) {\n return {\n match: true,\n matchedChars: characters\n };\n } else {\n return {\n partialMatch: true\n // matchedChars: characters\n };\n }\n }\n } else {\n /* istanbul ignore else */\n if (result.partialMatch) {\n return {\n partialMatch: true\n // matchedChars: characters\n };\n } else {\n throw new Error(\"Unsupported match result:\\n\".concat(JSON.stringify(result, null, 2)));\n }\n }\n i++;\n }\n // If `last` then overflow has already been checked\n // by the last element of the `tree` array.\n /* istanbul ignore if */\n if (last) {\n return {\n overflow: true\n };\n }\n return {\n match: true,\n matchedChars: characters.slice(0, characters.length - restCharacters.length)\n };\n }\n switch (tree.op) {\n case '|':\n var partialMatch;\n for (var _iterator = _createForOfIteratorHelperLoose(tree.args), _step; !(_step = _iterator()).done;) {\n var branch = _step.value;\n var _result = _match(characters, branch, last);\n if (_result) {\n if (_result.overflow) {\n return _result;\n } else if (_result.match) {\n return {\n match: true,\n matchedChars: _result.matchedChars\n };\n } else {\n /* istanbul ignore else */\n if (_result.partialMatch) {\n partialMatch = true;\n } else {\n throw new Error(\"Unsupported match result:\\n\".concat(JSON.stringify(_result, null, 2)));\n }\n }\n }\n }\n if (partialMatch) {\n return {\n partialMatch: true\n // matchedChars: ...\n };\n }\n // Not even a partial match.\n return;\n case '[]':\n for (var _iterator2 = _createForOfIteratorHelperLoose(tree.args), _step2; !(_step2 = _iterator2()).done;) {\n var _char = _step2.value;\n if (characters[0] === _char) {\n if (characters.length === 1) {\n return {\n match: true,\n matchedChars: characters\n };\n }\n if (last) {\n return {\n overflow: true\n };\n }\n return {\n match: true,\n matchedChars: [_char]\n };\n }\n }\n // No character matches.\n return;\n\n /* istanbul ignore next */\n default:\n throw new Error(\"Unsupported instruction tree: \".concat(tree));\n }\n}\n//# sourceMappingURL=AsYouTypeFormatter.PatternMatcher.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _createForOfIteratorHelperLoose(r, e) { var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && \"number\" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport { DIGIT_PLACEHOLDER, countOccurences, repeat, cutAndStripNonPairedParens, closeNonPairedParens, stripNonPairedParens, populateTemplateWithDigits } from './AsYouTypeFormatter.util.js';\nimport formatCompleteNumber, { canFormatCompleteNumber } from './AsYouTypeFormatter.complete.js';\nimport PatternMatcher from './AsYouTypeFormatter.PatternMatcher.js';\nimport parseDigits from './helpers/parseDigits.js';\nexport { DIGIT_PLACEHOLDER } from './AsYouTypeFormatter.util.js';\nimport { FIRST_GROUP_PATTERN } from './helpers/formatNationalNumberUsingFormat.js';\nimport { VALID_PUNCTUATION } from './constants.js';\nimport applyInternationalSeparatorStyle from './helpers/applyInternationalSeparatorStyle.js';\n\n// Used in phone number format template creation.\n// Could be any digit, I guess.\nvar DUMMY_DIGIT = '9';\n// I don't know why is it exactly `15`\nvar LONGEST_NATIONAL_PHONE_NUMBER_LENGTH = 15;\n// Create a phone number consisting only of the digit 9 that matches the\n// `number_pattern` by applying the pattern to the \"longest phone number\" string.\nvar LONGEST_DUMMY_PHONE_NUMBER = repeat(DUMMY_DIGIT, LONGEST_NATIONAL_PHONE_NUMBER_LENGTH);\n\n// A set of characters that, if found in a national prefix formatting rules, are an indicator to\n// us that we should separate the national prefix from the number when formatting.\nvar NATIONAL_PREFIX_SEPARATORS_PATTERN = /[- ]/;\n\n// Deprecated: Google has removed some formatting pattern related code from their repo.\n// https://github.com/googlei18n/libphonenumber/commit/a395b4fef3caf57c4bc5f082e1152a4d2bd0ba4c\n// \"We no longer have numbers in formatting matching patterns, only \\d.\"\n// Because this library supports generating custom metadata\n// some users may still be using old metadata so the relevant\n// code seems to stay until some next major version update.\nvar SUPPORT_LEGACY_FORMATTING_PATTERNS = true;\n\n// A pattern that is used to match character classes in regular expressions.\n// An example of a character class is \"[1-4]\".\nvar CREATE_CHARACTER_CLASS_PATTERN = SUPPORT_LEGACY_FORMATTING_PATTERNS && function () {\n return /\\[([^\\[\\]])*\\]/g;\n};\n\n// Any digit in a regular expression that actually denotes a digit. For\n// example, in the regular expression \"80[0-2]\\d{6,10}\", the first 2 digits\n// (8 and 0) are standalone digits, but the rest are not.\n// Two look-aheads are needed because the number following \\\\d could be a\n// two-digit number, since the phone number can be as long as 15 digits.\nvar CREATE_STANDALONE_DIGIT_PATTERN = SUPPORT_LEGACY_FORMATTING_PATTERNS && function () {\n return /\\d(?=[^,}][^,}])/g;\n};\n\n// A regular expression that is used to determine if a `format` is\n// suitable to be used in the \"as you type formatter\".\n// A `format` is suitable when the resulting formatted number has\n// the same digits as the user has entered.\n//\n// In the simplest case, that would mean that the format\n// doesn't add any additional digits when formatting a number.\n// Google says that it also shouldn't add \"star\" (`*`) characters,\n// like it does in some Israeli formats.\n// Such basic format would only contain \"valid punctuation\"\n// and \"captured group\" identifiers ($1, $2, etc).\n//\n// An example of a format that adds additional digits:\n//\n// Country: `AR` (Argentina).\n// Format:\n// {\n// \"pattern\": \"(\\\\d)(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\n// \"leading_digits_patterns\": [\"91\"],\n// \"national_prefix_formatting_rule\": \"0$1\",\n// \"format\": \"$2 15-$3-$4\",\n// \"international_format\": \"$1 $2 $3-$4\"\n// }\n//\n// In the format above, the `format` adds `15` to the digits when formatting a number.\n// A sidenote: this format actually is suitable because `national_prefix_for_parsing`\n// has previously removed `15` from a national number, so re-adding `15` in `format`\n// doesn't actually result in any extra digits added to user's input.\n// But verifying that would be a complex procedure, so the code chooses a simpler path:\n// it simply filters out all `format`s that contain anything but \"captured group\" ids.\n//\n// This regular expression is called `ELIGIBLE_FORMAT_PATTERN` in Google's\n// `libphonenumber` code.\n//\nvar NON_ALTERING_FORMAT_REG_EXP = new RegExp('[' + VALID_PUNCTUATION + ']*' +\n// Google developers say:\n// \"We require that the first matching group is present in the\n// output pattern to ensure no data is lost while formatting.\"\n'\\\\$1' + '[' + VALID_PUNCTUATION + ']*' + '(\\\\$\\\\d[' + VALID_PUNCTUATION + ']*)*' + '$');\n\n// This is the minimum length of the leading digits of a phone number\n// to guarantee the first \"leading digits pattern\" for a phone number format\n// to be preemptive.\nvar MIN_LEADING_DIGITS_LENGTH = 3;\nvar AsYouTypeFormatter = /*#__PURE__*/function () {\n function AsYouTypeFormatter(_ref) {\n var state = _ref.state,\n metadata = _ref.metadata;\n _classCallCheck(this, AsYouTypeFormatter);\n this.metadata = metadata;\n this.resetFormat();\n }\n return _createClass(AsYouTypeFormatter, [{\n key: \"resetFormat\",\n value: function resetFormat() {\n this.chosenFormat = undefined;\n this.template = undefined;\n this.nationalNumberTemplate = undefined;\n this.populatedNationalNumberTemplate = undefined;\n this.populatedNationalNumberTemplatePosition = -1;\n }\n }, {\n key: \"reset\",\n value: function reset(numberingPlan, state) {\n this.resetFormat();\n if (numberingPlan) {\n this.isNANP = numberingPlan.callingCode() === '1';\n this.matchingFormats = numberingPlan.formats();\n if (state.nationalSignificantNumber) {\n this.narrowDownMatchingFormats(state);\n }\n } else {\n this.isNANP = undefined;\n this.matchingFormats = [];\n }\n }\n\n /**\n * Formats an updated phone number.\n * @param {string} nextDigits — Additional phone number digits.\n * @param {object} state — `AsYouType` state.\n * @return {[string]} Returns undefined if the updated phone number can't be formatted using any of the available formats.\n */\n }, {\n key: \"format\",\n value: function format(nextDigits, state) {\n var _this = this;\n // See if the phone number digits can be formatted as a complete phone number.\n // If not, use the results from `formatNationalNumberWithNextDigits()`,\n // which formats based on the chosen formatting pattern.\n //\n // Attempting to format complete phone number first is how it's done\n // in Google's `libphonenumber`, so this library just follows it.\n // Google's `libphonenumber` code doesn't explain in detail why does it\n // attempt to format digits as a complete phone number\n // instead of just going with a previoulsy (or newly) chosen `format`:\n //\n // \"Checks to see if there is an exact pattern match for these digits.\n // If so, we should use this instead of any other formatting template\n // whose leadingDigitsPattern also matches the input.\"\n //\n if (canFormatCompleteNumber(state.nationalSignificantNumber, this.metadata)) {\n for (var _iterator = _createForOfIteratorHelperLoose(this.matchingFormats), _step; !(_step = _iterator()).done;) {\n var _format = _step.value;\n var formattedCompleteNumber = formatCompleteNumber(state, _format, {\n metadata: this.metadata,\n shouldTryNationalPrefixFormattingRule: function shouldTryNationalPrefixFormattingRule(format) {\n return _this.shouldTryNationalPrefixFormattingRule(format, {\n international: state.international,\n nationalPrefix: state.nationalPrefix\n });\n },\n getSeparatorAfterNationalPrefix: function getSeparatorAfterNationalPrefix(format) {\n return _this.getSeparatorAfterNationalPrefix(format);\n }\n });\n if (formattedCompleteNumber) {\n this.resetFormat();\n this.chosenFormat = _format;\n this.setNationalNumberTemplate(formattedCompleteNumber.replace(/\\d/g, DIGIT_PLACEHOLDER), state);\n this.populatedNationalNumberTemplate = formattedCompleteNumber;\n // With a new formatting template, the matched position\n // using the old template needs to be reset.\n this.populatedNationalNumberTemplatePosition = this.template.lastIndexOf(DIGIT_PLACEHOLDER);\n return formattedCompleteNumber;\n }\n }\n }\n // Format the digits as a partial (incomplete) phone number\n // using the previously chosen formatting pattern (or a newly chosen one).\n return this.formatNationalNumberWithNextDigits(nextDigits, state);\n }\n\n // Formats the next phone number digits.\n }, {\n key: \"formatNationalNumberWithNextDigits\",\n value: function formatNationalNumberWithNextDigits(nextDigits, state) {\n var previouslyChosenFormat = this.chosenFormat;\n\n // Choose a format from the list of matching ones.\n var newlyChosenFormat = this.chooseFormat(state);\n if (newlyChosenFormat) {\n if (newlyChosenFormat === previouslyChosenFormat) {\n // If it can format the next (current) digits\n // using the previously chosen phone number format\n // then return the updated formatted number.\n return this.formatNextNationalNumberDigits(nextDigits);\n } else {\n // If a more appropriate phone number format\n // has been chosen for these \"leading digits\",\n // then re-format the national phone number part\n // using the newly selected format.\n return this.formatNextNationalNumberDigits(state.getNationalDigits());\n }\n }\n }\n }, {\n key: \"narrowDownMatchingFormats\",\n value: function narrowDownMatchingFormats(_ref2) {\n var _this2 = this;\n var nationalSignificantNumber = _ref2.nationalSignificantNumber,\n nationalPrefix = _ref2.nationalPrefix,\n international = _ref2.international;\n var leadingDigits = nationalSignificantNumber;\n\n // \"leading digits\" pattern list starts with a\n // \"leading digits\" pattern fitting a maximum of 3 leading digits.\n // So, after a user inputs 3 digits of a national (significant) phone number\n // this national (significant) number can already be formatted.\n // The next \"leading digits\" pattern is for 4 leading digits max,\n // and the \"leading digits\" pattern after it is for 5 leading digits max, etc.\n\n // This implementation is different from Google's\n // in that it searches for a fitting format\n // even if the user has entered less than\n // `MIN_LEADING_DIGITS_LENGTH` digits of a national number.\n // Because some leading digit patterns already match for a single first digit.\n var leadingDigitsPatternIndex = leadingDigits.length - MIN_LEADING_DIGITS_LENGTH;\n if (leadingDigitsPatternIndex < 0) {\n leadingDigitsPatternIndex = 0;\n }\n this.matchingFormats = this.matchingFormats.filter(function (format) {\n return _this2.formatSuits(format, international, nationalPrefix) && _this2.formatMatches(format, leadingDigits, leadingDigitsPatternIndex);\n });\n\n // If there was a phone number format chosen\n // and it no longer holds given the new leading digits then reset it.\n // The test for this `if` condition is marked as:\n // \"Reset a chosen format when it no longer holds given the new leading digits\".\n // To construct a valid test case for this one can find a country\n // in `PhoneNumberMetadata.xml` yielding one format for 3 `<leadingDigits>`\n // and yielding another format for 4 `<leadingDigits>` (Australia in this case).\n if (this.chosenFormat && this.matchingFormats.indexOf(this.chosenFormat) === -1) {\n this.resetFormat();\n }\n }\n }, {\n key: \"formatSuits\",\n value: function formatSuits(format, international, nationalPrefix) {\n // When a prefix before a national (significant) number is\n // simply a national prefix, then it's parsed as `this.nationalPrefix`.\n // In more complex cases, a prefix before national (significant) number\n // could include a national prefix as well as some \"capturing groups\",\n // and in that case there's no info whether a national prefix has been parsed.\n // If national prefix is not used when formatting a phone number\n // using this format, but a national prefix has been entered by the user,\n // and was extracted, then discard such phone number format.\n // In Google's \"AsYouType\" formatter code, the equivalent would be this part:\n // https://github.com/google/libphonenumber/blob/0a45cfd96e71cad8edb0e162a70fcc8bd9728933/java/libphonenumber/src/com/google/i18n/phonenumbers/AsYouTypeFormatter.java#L175-L184\n if (nationalPrefix && !format.usesNationalPrefix() &&\n // !format.domesticCarrierCodeFormattingRule() &&\n !format.nationalPrefixIsOptionalWhenFormattingInNationalFormat()) {\n return false;\n }\n // If national prefix is mandatory for this phone number format\n // and there're no guarantees that a national prefix is present in user input\n // then discard this phone number format as not suitable.\n // In Google's \"AsYouType\" formatter code, the equivalent would be this part:\n // https://github.com/google/libphonenumber/blob/0a45cfd96e71cad8edb0e162a70fcc8bd9728933/java/libphonenumber/src/com/google/i18n/phonenumbers/AsYouTypeFormatter.java#L185-L193\n if (!international && !nationalPrefix && format.nationalPrefixIsMandatoryWhenFormattingInNationalFormat()) {\n return false;\n }\n return true;\n }\n }, {\n key: \"formatMatches\",\n value: function formatMatches(format, leadingDigits, leadingDigitsPatternIndex) {\n var leadingDigitsPatternsCount = format.leadingDigitsPatterns().length;\n\n // If this format is not restricted to a certain\n // leading digits pattern then it fits.\n // The test case could be found by searching for \"leadingDigitsPatternsCount === 0\".\n if (leadingDigitsPatternsCount === 0) {\n return true;\n }\n\n // Start narrowing down the list of possible formats based on the leading digits.\n // (only previously matched formats take part in the narrowing down process)\n\n // `leading_digits_patterns` start with 3 digits min\n // and then go up from there one digit at a time.\n leadingDigitsPatternIndex = Math.min(leadingDigitsPatternIndex, leadingDigitsPatternsCount - 1);\n var leadingDigitsPattern = format.leadingDigitsPatterns()[leadingDigitsPatternIndex];\n\n // Google imposes a requirement on the leading digits\n // to be minimum 3 digits long in order to be eligible\n // for checking those with a leading digits pattern.\n //\n // Since `leading_digits_patterns` start with 3 digits min,\n // Google's original `libphonenumber` library only starts\n // excluding any non-matching formats only when the\n // national number entered so far is at least 3 digits long,\n // otherwise format matching would give false negatives.\n //\n // For example, when the digits entered so far are `2`\n // and the leading digits pattern is `21` –\n // it's quite obvious in this case that the format could be the one\n // but due to the absence of further digits it would give false negative.\n //\n // Also, `leading_digits_patterns` doesn't always correspond to a single\n // digits count. For example, `60|8` pattern would already match `8`\n // but the `60` part would require having at least two leading digits,\n // so the whole pattern would require inputting two digits first in order to\n // decide on whether it matches the input, even when the input is \"80\".\n //\n // This library — `libphonenumber-js` — allows filtering by `leading_digits_patterns`\n // even when there's only 1 or 2 digits of the national (significant) number.\n // To do that, it uses a non-strict pattern matcher written specifically for that.\n //\n if (leadingDigits.length < MIN_LEADING_DIGITS_LENGTH) {\n // Before leading digits < 3 matching was implemented:\n // return true\n //\n // After leading digits < 3 matching was implemented:\n try {\n return new PatternMatcher(leadingDigitsPattern).match(leadingDigits, {\n allowOverflow: true\n }) !== undefined;\n } catch (error) /* istanbul ignore next */{\n // There's a slight possibility that there could be some undiscovered bug\n // in the pattern matcher code. Since the \"leading digits < 3 matching\"\n // feature is not \"essential\" for operation, it can fall back to the old way\n // in case of any issues rather than halting the application's execution.\n console.error(error);\n return true;\n }\n }\n\n // If at least `MIN_LEADING_DIGITS_LENGTH` digits of a national number are\n // available then use the usual regular expression matching.\n //\n // The whole pattern is wrapped in round brackets (`()`) because\n // the pattern can use \"or\" operator (`|`) at the top level of the pattern.\n //\n return new RegExp(\"^(\".concat(leadingDigitsPattern, \")\")).test(leadingDigits);\n }\n }, {\n key: \"getFormatFormat\",\n value: function getFormatFormat(format, international) {\n return international ? format.internationalFormat() : format.format();\n }\n }, {\n key: \"chooseFormat\",\n value: function chooseFormat(state) {\n var _this3 = this;\n var _loop = function _loop() {\n var format = _step2.value;\n // If this format is currently being used\n // and is still suitable, then stick to it.\n if (_this3.chosenFormat === format) {\n return 0; // break\n }\n // Sometimes, a formatting rule inserts additional digits in a phone number,\n // and \"as you type\" formatter can't do that: it should only use the digits\n // that the user has input.\n //\n // For example, in Argentina, there's a format for mobile phone numbers:\n //\n // {\n // \"pattern\": \"(\\\\d)(\\\\d{2})(\\\\d{4})(\\\\d{4})\",\n // \"leading_digits_patterns\": [\"91\"],\n // \"national_prefix_formatting_rule\": \"0$1\",\n // \"format\": \"$2 15-$3-$4\",\n // \"international_format\": \"$1 $2 $3-$4\"\n // }\n //\n // In that format, `international_format` is used instead of `format`\n // because `format` inserts `15` in the formatted number,\n // and `AsYouType` formatter should only use the digits\n // the user has actually input, without adding any extra digits.\n // In this case, it wouldn't make a difference, because the `15`\n // is first stripped when applying `national_prefix_for_parsing`\n // and then re-added when using `format`, so in reality it doesn't\n // add any new digits to the number, but to detect that, the code\n // would have to be more complex: it would have to try formatting\n // the digits using the format and then see if any digits have\n // actually been added or removed, and then, every time a new digit\n // is input, it should re-check whether the chosen format doesn't\n // alter the digits.\n //\n // Google's code doesn't go that far, and so does this library:\n // it simply requires that a `format` doesn't add any additonal\n // digits to user's input.\n //\n // Also, people in general should move from inputting phone numbers\n // in national format (possibly with national prefixes)\n // and use international phone number format instead:\n // it's a logical thing in the modern age of mobile phones,\n // globalization and the internet.\n //\n /* istanbul ignore if */\n if (!NON_ALTERING_FORMAT_REG_EXP.test(_this3.getFormatFormat(format, state.international))) {\n return 1; // continue\n }\n if (!_this3.createTemplateForFormat(format, state)) {\n // Remove the format if it can't generate a template.\n _this3.matchingFormats = _this3.matchingFormats.filter(function (_) {\n return _ !== format;\n });\n return 1; // continue\n }\n _this3.chosenFormat = format;\n return 0; // break\n },\n _ret;\n // When there are multiple available formats, the formatter uses the first\n // format where a formatting template could be created.\n //\n // For some weird reason, `istanbul` says \"else path not taken\"\n // for the `for of` line below. Supposedly that means that\n // the loop doesn't ever go over the last element in the list.\n // That's true because there always is `this.chosenFormat`\n // when `this.matchingFormats` is non-empty.\n // And, for some weird reason, it doesn't think that the case\n // with empty `this.matchingFormats` qualifies for a valid \"else\" path.\n // So simply muting this `istanbul` warning.\n // It doesn't skip the contents of the `for of` loop,\n // it just skips the `for of` line.\n //\n /* istanbul ignore next */\n for (var _iterator2 = _createForOfIteratorHelperLoose(this.matchingFormats.slice()), _step2; !(_step2 = _iterator2()).done;) {\n _ret = _loop();\n if (_ret === 0) break;\n if (_ret === 1) continue;\n }\n if (!this.chosenFormat) {\n // No format matches the national (significant) phone number.\n this.resetFormat();\n }\n return this.chosenFormat;\n }\n }, {\n key: \"createTemplateForFormat\",\n value: function createTemplateForFormat(format, state) {\n // The formatter doesn't format numbers when numberPattern contains '|', e.g.\n // (20|3)\\d{4}. In those cases we quickly return.\n // (Though there's no such format in current metadata)\n /* istanbul ignore if */\n if (SUPPORT_LEGACY_FORMATTING_PATTERNS && format.pattern().indexOf('|') >= 0) {\n return;\n }\n // Get formatting template for this phone number format\n var template = this.getTemplateForFormat(format, state);\n // If the national number entered is too long\n // for any phone number format, then abort.\n if (template) {\n this.setNationalNumberTemplate(template, state);\n return true;\n }\n }\n }, {\n key: \"getSeparatorAfterNationalPrefix\",\n value: function getSeparatorAfterNationalPrefix(format) {\n // `US` metadata doesn't have a `national_prefix_formatting_rule`,\n // so the `if` condition below doesn't apply to `US`,\n // but in reality there shoudl be a separator\n // between a national prefix and a national (significant) number.\n // So `US` national prefix separator is a \"special\" \"hardcoded\" case.\n if (this.isNANP) {\n return ' ';\n }\n // If a `format` has a `national_prefix_formatting_rule`\n // and that rule has a separator after a national prefix,\n // then it means that there should be a separator\n // between a national prefix and a national (significant) number.\n if (format && format.nationalPrefixFormattingRule() && NATIONAL_PREFIX_SEPARATORS_PATTERN.test(format.nationalPrefixFormattingRule())) {\n return ' ';\n }\n // At this point, there seems to be no clear evidence that\n // there should be a separator between a national prefix\n // and a national (significant) number. So don't insert one.\n return '';\n }\n }, {\n key: \"getInternationalPrefixBeforeCountryCallingCode\",\n value: function getInternationalPrefixBeforeCountryCallingCode(_ref3, options) {\n var IDDPrefix = _ref3.IDDPrefix,\n missingPlus = _ref3.missingPlus;\n if (IDDPrefix) {\n return options && options.spacing === false ? IDDPrefix : IDDPrefix + ' ';\n }\n if (missingPlus) {\n return '';\n }\n return '+';\n }\n }, {\n key: \"getTemplate\",\n value: function getTemplate(state) {\n if (!this.template) {\n return;\n }\n // `this.template` holds the template for a \"complete\" phone number.\n // The currently entered phone number is most likely not \"complete\",\n // so trim all non-populated digits.\n var index = -1;\n var i = 0;\n var internationalPrefix = state.international ? this.getInternationalPrefixBeforeCountryCallingCode(state, {\n spacing: false\n }) : '';\n while (i < internationalPrefix.length + state.getDigitsWithoutInternationalPrefix().length) {\n index = this.template.indexOf(DIGIT_PLACEHOLDER, index + 1);\n i++;\n }\n return cutAndStripNonPairedParens(this.template, index + 1);\n }\n }, {\n key: \"setNationalNumberTemplate\",\n value: function setNationalNumberTemplate(template, state) {\n this.nationalNumberTemplate = template;\n this.populatedNationalNumberTemplate = template;\n // With a new formatting template, the matched position\n // using the old template needs to be reset.\n this.populatedNationalNumberTemplatePosition = -1;\n // For convenience, the public `.template` property\n // contains the whole international number\n // if the phone number being input is international:\n // 'x' for the '+' sign, 'x'es for the country phone code,\n // a spacebar and then the template for the formatted national number.\n if (state.international) {\n this.template = this.getInternationalPrefixBeforeCountryCallingCode(state).replace(/[\\d\\+]/g, DIGIT_PLACEHOLDER) + repeat(DIGIT_PLACEHOLDER, state.callingCode.length) + ' ' + template;\n } else {\n this.template = template;\n }\n }\n\n /**\n * Generates formatting template for a national phone number,\n * optionally containing a national prefix, for a format.\n * @param {Format} format\n * @param {string} nationalPrefix\n * @return {string}\n */\n }, {\n key: \"getTemplateForFormat\",\n value: function getTemplateForFormat(format, _ref4) {\n var nationalSignificantNumber = _ref4.nationalSignificantNumber,\n international = _ref4.international,\n nationalPrefix = _ref4.nationalPrefix,\n prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix = _ref4.prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix;\n var pattern = format.pattern();\n\n /* istanbul ignore else */\n if (SUPPORT_LEGACY_FORMATTING_PATTERNS) {\n pattern = pattern\n // Replace anything in the form of [..] with \\d\n .replace(CREATE_CHARACTER_CLASS_PATTERN(), '\\\\d')\n // Replace any standalone digit (not the one in `{}`) with \\d\n .replace(CREATE_STANDALONE_DIGIT_PATTERN(), '\\\\d');\n }\n\n // Generate a dummy national number (consisting of `9`s)\n // that fits this format's `pattern`.\n //\n // This match will always succeed,\n // because the \"longest dummy phone number\"\n // has enough length to accomodate any possible\n // national phone number format pattern.\n //\n var digits = LONGEST_DUMMY_PHONE_NUMBER.match(pattern)[0];\n\n // If the national number entered is too long\n // for any phone number format, then abort.\n if (nationalSignificantNumber.length > digits.length) {\n return;\n }\n\n // Get a formatting template which can be used to efficiently format\n // a partial number where digits are added one by one.\n\n // Below `strictPattern` is used for the\n // regular expression (with `^` and `$`).\n // This wasn't originally in Google's `libphonenumber`\n // and I guess they don't really need it\n // because they're not using \"templates\" to format phone numbers\n // but I added `strictPattern` after encountering\n // South Korean phone number formatting bug.\n //\n // Non-strict regular expression bug demonstration:\n //\n // this.nationalSignificantNumber : `111111111` (9 digits)\n //\n // pattern : (\\d{2})(\\d{3,4})(\\d{4})\n // format : `$1 $2 $3`\n // digits : `9999999999` (10 digits)\n //\n // '9999999999'.replace(new RegExp(/(\\d{2})(\\d{3,4})(\\d{4})/g), '$1 $2 $3') = \"99 9999 9999\"\n //\n // template : xx xxxx xxxx\n //\n // But the correct template in this case is `xx xxx xxxx`.\n // The template was generated incorrectly because of the\n // `{3,4}` variability in the `pattern`.\n //\n // The fix is, if `this.nationalSignificantNumber` has already sufficient length\n // to satisfy the `pattern` completely then `this.nationalSignificantNumber`\n // is used instead of `digits`.\n\n var strictPattern = new RegExp('^' + pattern + '$');\n var nationalNumberDummyDigits = nationalSignificantNumber.replace(/\\d/g, DUMMY_DIGIT);\n\n // If `this.nationalSignificantNumber` has already sufficient length\n // to satisfy the `pattern` completely then use it\n // instead of `digits`.\n if (strictPattern.test(nationalNumberDummyDigits)) {\n digits = nationalNumberDummyDigits;\n }\n var numberFormat = this.getFormatFormat(format, international);\n var nationalPrefixIncludedInTemplate;\n\n // If a user did input a national prefix (and that's guaranteed),\n // and if a `format` does have a national prefix formatting rule,\n // then see if that national prefix formatting rule\n // prepends exactly the same national prefix the user has input.\n // If that's the case, then use the `format` with the national prefix formatting rule.\n // Otherwise, use the `format` without the national prefix formatting rule,\n // and prepend a national prefix manually to it.\n if (this.shouldTryNationalPrefixFormattingRule(format, {\n international: international,\n nationalPrefix: nationalPrefix\n })) {\n var numberFormatWithNationalPrefix = numberFormat.replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule());\n // If `national_prefix_formatting_rule` of a `format` simply prepends\n // national prefix at the start of a national (significant) number,\n // then such formatting can be used with `AsYouType` formatter.\n // There seems to be no `else` case: everywhere in metadata,\n // national prefix formatting rule is national prefix + $1,\n // or `($1)`, in which case such format isn't even considered\n // when the user has input a national prefix.\n /* istanbul ignore else */\n if (parseDigits(format.nationalPrefixFormattingRule()) === (nationalPrefix || '') + parseDigits('$1')) {\n numberFormat = numberFormatWithNationalPrefix;\n nationalPrefixIncludedInTemplate = true;\n // Replace all digits of the national prefix in the formatting template\n // with `DIGIT_PLACEHOLDER`s.\n if (nationalPrefix) {\n var i = nationalPrefix.length;\n while (i > 0) {\n numberFormat = numberFormat.replace(/\\d/, DIGIT_PLACEHOLDER);\n i--;\n }\n }\n }\n }\n\n // Generate formatting template for this phone number format.\n var template = digits\n // Format the dummy phone number according to the format.\n .replace(new RegExp(pattern), numberFormat)\n // Replace each dummy digit with a DIGIT_PLACEHOLDER.\n .replace(new RegExp(DUMMY_DIGIT, 'g'), DIGIT_PLACEHOLDER);\n\n // If a prefix of a national (significant) number is not as simple\n // as just a basic national prefix, then just prepend such prefix\n // before the national (significant) number, optionally spacing\n // the two with a whitespace.\n if (!nationalPrefixIncludedInTemplate) {\n if (prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix) {\n // Prepend the prefix to the template manually.\n template = repeat(DIGIT_PLACEHOLDER, prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix.length) + ' ' + template;\n } else if (nationalPrefix) {\n // Prepend national prefix to the template manually.\n template = repeat(DIGIT_PLACEHOLDER, nationalPrefix.length) + this.getSeparatorAfterNationalPrefix(format) + template;\n }\n }\n if (international) {\n template = applyInternationalSeparatorStyle(template);\n }\n return template;\n }\n }, {\n key: \"formatNextNationalNumberDigits\",\n value: function formatNextNationalNumberDigits(digits) {\n var result = populateTemplateWithDigits(this.populatedNationalNumberTemplate, this.populatedNationalNumberTemplatePosition, digits);\n if (!result) {\n // Reset the format.\n this.resetFormat();\n return;\n }\n this.populatedNationalNumberTemplate = result[0];\n this.populatedNationalNumberTemplatePosition = result[1];\n\n // Return the formatted phone number so far.\n return cutAndStripNonPairedParens(this.populatedNationalNumberTemplate, this.populatedNationalNumberTemplatePosition + 1);\n\n // The old way which was good for `input-format` but is not so good\n // for `react-phone-number-input`'s default input (`InputBasic`).\n // return closeNonPairedParens(this.populatedNationalNumberTemplate, this.populatedNationalNumberTemplatePosition + 1)\n // \t.replace(new RegExp(DIGIT_PLACEHOLDER, 'g'), ' ')\n }\n }, {\n key: \"shouldTryNationalPrefixFormattingRule\",\n value: function shouldTryNationalPrefixFormattingRule(format, _ref5) {\n var international = _ref5.international,\n nationalPrefix = _ref5.nationalPrefix;\n if (format.nationalPrefixFormattingRule()) {\n // In some countries, `national_prefix_formatting_rule` is `($1)`,\n // so it applies even if the user hasn't input a national prefix.\n // `format.usesNationalPrefix()` detects such cases.\n var usesNationalPrefix = format.usesNationalPrefix();\n if (usesNationalPrefix && nationalPrefix || !usesNationalPrefix && !international) {\n return true;\n }\n }\n }\n }]);\n}();\nexport { AsYouTypeFormatter as default };\n//# sourceMappingURL=AsYouTypeFormatter.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nfunction _iterableToArrayLimit(r, l) { var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t[\"return\"] && (u = t[\"return\"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }\nfunction _arrayWithHoles(r) { if (Array.isArray(r)) return r; }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport _extractCountryCallingCode from './helpers/extractCountryCallingCode.js';\nimport extractCountryCallingCodeFromInternationalNumberWithoutPlusSign from './helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js';\nimport extractNationalNumberFromPossiblyIncompleteNumber from './helpers/extractNationalNumberFromPossiblyIncompleteNumber.js';\nimport stripIddPrefix from './helpers/stripIddPrefix.js';\nimport parseDigits from './helpers/parseDigits.js';\nimport { VALID_DIGITS, VALID_PUNCTUATION, PLUS_CHARS } from './constants.js';\nvar VALID_FORMATTED_PHONE_NUMBER_DIGITS_PART = '[' + VALID_PUNCTUATION + VALID_DIGITS + ']+';\nvar VALID_FORMATTED_PHONE_NUMBER_DIGITS_PART_PATTERN = new RegExp('^' + VALID_FORMATTED_PHONE_NUMBER_DIGITS_PART + '$', 'i');\nvar VALID_FORMATTED_PHONE_NUMBER_PART = '(?:' + '[' + PLUS_CHARS + ']' + '[' + VALID_PUNCTUATION + VALID_DIGITS + ']*' + '|' + '[' + VALID_PUNCTUATION + VALID_DIGITS + ']+' + ')';\nvar AFTER_PHONE_NUMBER_DIGITS_END_PATTERN = new RegExp('[^' + VALID_PUNCTUATION + VALID_DIGITS + ']+' + '.*' + '$');\n\n// Tests whether `national_prefix_for_parsing` could match\n// different national prefixes.\n// Matches anything that's not a digit or a square bracket.\nvar COMPLEX_NATIONAL_PREFIX = /[^\\d\\[\\]]/;\nvar AsYouTypeParser = /*#__PURE__*/function () {\n function AsYouTypeParser(_ref) {\n var defaultCountry = _ref.defaultCountry,\n defaultCallingCode = _ref.defaultCallingCode,\n metadata = _ref.metadata,\n onNationalSignificantNumberChange = _ref.onNationalSignificantNumberChange;\n _classCallCheck(this, AsYouTypeParser);\n this.defaultCountry = defaultCountry;\n this.defaultCallingCode = defaultCallingCode;\n this.metadata = metadata;\n this.onNationalSignificantNumberChange = onNationalSignificantNumberChange;\n }\n return _createClass(AsYouTypeParser, [{\n key: \"input\",\n value: function input(text, state) {\n var _extractFormattedDigi = extractFormattedDigitsAndPlus(text),\n _extractFormattedDigi2 = _slicedToArray(_extractFormattedDigi, 2),\n formattedDigits = _extractFormattedDigi2[0],\n hasPlus = _extractFormattedDigi2[1];\n var digits = parseDigits(formattedDigits);\n // Checks for a special case: just a leading `+` has been entered.\n var justLeadingPlus;\n if (hasPlus) {\n if (!state.digits) {\n state.startInternationalNumber(undefined, undefined);\n if (!digits) {\n justLeadingPlus = true;\n }\n }\n }\n if (digits) {\n this.inputDigits(digits, state);\n }\n return {\n digits: digits,\n justLeadingPlus: justLeadingPlus\n };\n }\n\n /**\n * Inputs \"next\" phone number digits.\n * @param {string} digits\n * @return {string} [formattedNumber] Formatted national phone number (if it can be formatted at this stage). Returning `undefined` means \"don't format the national phone number at this stage\".\n */\n }, {\n key: \"inputDigits\",\n value: function inputDigits(nextDigits, state) {\n var digits = state.digits;\n var hasReceivedThreeLeadingDigits = digits.length < 3 && digits.length + nextDigits.length >= 3;\n\n // Append phone number digits.\n state.appendDigits(nextDigits);\n\n // Attempt to extract IDD prefix:\n // Some users input their phone number in international format,\n // but in an \"out-of-country\" dialing format instead of using the leading `+`.\n // https://github.com/catamphetamine/libphonenumber-js/issues/185\n // Detect such numbers as soon as there're at least 3 digits.\n // Google's library attempts to extract IDD prefix at 3 digits,\n // so this library just copies that behavior.\n // I guess that's because the most commot IDD prefixes are\n // `00` (Europe) and `011` (US).\n // There exist really long IDD prefixes too:\n // for example, in Australia the default IDD prefix is `0011`,\n // and it could even be as long as `14880011`.\n // An IDD prefix is extracted here, and then every time when\n // there's a new digit and the number couldn't be formatted.\n if (hasReceivedThreeLeadingDigits) {\n this.extractIddPrefix(state);\n }\n if (this.isWaitingForCountryCallingCode(state)) {\n if (!this.extractCountryCallingCode(state)) {\n return;\n }\n } else {\n state.appendNationalSignificantNumberDigits(nextDigits);\n }\n\n // If a phone number is being input in international format,\n // then it's not valid for it to have a national prefix.\n // Still, some people incorrectly input such numbers with a national prefix.\n // In such cases, only attempt to strip a national prefix if the number becomes too long.\n // (but that is done later, not here)\n if (!state.international) {\n if (!this.hasExtractedNationalSignificantNumber) {\n this.extractNationalSignificantNumber(state.getNationalDigits(), function (stateUpdate) {\n return state.update(stateUpdate);\n });\n }\n }\n }\n }, {\n key: \"isWaitingForCountryCallingCode\",\n value: function isWaitingForCountryCallingCode(_ref2) {\n var international = _ref2.international,\n callingCode = _ref2.callingCode;\n return international && !callingCode;\n }\n\n // Extracts a country calling code from a number\n // being entered in internatonal format.\n }, {\n key: \"extractCountryCallingCode\",\n value: function extractCountryCallingCode(state) {\n var _extractCountryCallin = _extractCountryCallingCode('+' + state.getDigitsWithoutInternationalPrefix(), state.country, this.defaultCountry, this.defaultCallingCode, this.metadata.metadata),\n countryCallingCode = _extractCountryCallin.countryCallingCode,\n number = _extractCountryCallin.number;\n if (countryCallingCode) {\n state.setCallingCode(countryCallingCode);\n state.update({\n nationalSignificantNumber: number\n });\n return true;\n }\n }\n }, {\n key: \"reset\",\n value: function reset(numberingPlan) {\n if (numberingPlan) {\n this.hasSelectedNumberingPlan = true;\n var nationalPrefixForParsing = numberingPlan._nationalPrefixForParsing();\n this.couldPossiblyExtractAnotherNationalSignificantNumber = nationalPrefixForParsing && COMPLEX_NATIONAL_PREFIX.test(nationalPrefixForParsing);\n } else {\n this.hasSelectedNumberingPlan = undefined;\n this.couldPossiblyExtractAnotherNationalSignificantNumber = undefined;\n }\n }\n\n /**\n * Extracts a national (significant) number from user input.\n * Google's library is different in that it only applies `national_prefix_for_parsing`\n * and doesn't apply `national_prefix_transform_rule` after that.\n * https://github.com/google/libphonenumber/blob/a3d70b0487875475e6ad659af404943211d26456/java/libphonenumber/src/com/google/i18n/phonenumbers/AsYouTypeFormatter.java#L539\n * @return {boolean} [extracted]\n */\n }, {\n key: \"extractNationalSignificantNumber\",\n value: function extractNationalSignificantNumber(nationalDigits, setState) {\n if (!this.hasSelectedNumberingPlan) {\n return;\n }\n var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(nationalDigits, this.metadata),\n nationalPrefix = _extractNationalNumbe.nationalPrefix,\n nationalNumber = _extractNationalNumbe.nationalNumber,\n carrierCode = _extractNationalNumbe.carrierCode;\n if (nationalNumber === nationalDigits) {\n return;\n }\n this.onExtractedNationalNumber(nationalPrefix, carrierCode, nationalNumber, nationalDigits, setState);\n return true;\n }\n\n /**\n * In Google's code this function is called \"attempt to extract longer NDD\".\n * \"Some national prefixes are a substring of others\", they say.\n * @return {boolean} [result] — Returns `true` if extracting a national prefix produced different results from what they were.\n */\n }, {\n key: \"extractAnotherNationalSignificantNumber\",\n value: function extractAnotherNationalSignificantNumber(nationalDigits, prevNationalSignificantNumber, setState) {\n if (!this.hasExtractedNationalSignificantNumber) {\n return this.extractNationalSignificantNumber(nationalDigits, setState);\n }\n if (!this.couldPossiblyExtractAnotherNationalSignificantNumber) {\n return;\n }\n var _extractNationalNumbe2 = extractNationalNumberFromPossiblyIncompleteNumber(nationalDigits, this.metadata),\n nationalPrefix = _extractNationalNumbe2.nationalPrefix,\n nationalNumber = _extractNationalNumbe2.nationalNumber,\n carrierCode = _extractNationalNumbe2.carrierCode;\n // If a national prefix has been extracted previously,\n // then it's always extracted as additional digits are added.\n // That's assuming `extractNationalNumberFromPossiblyIncompleteNumber()`\n // doesn't do anything different from what it currently does.\n // So, just in case, here's this check, though it doesn't occur.\n /* istanbul ignore if */\n if (nationalNumber === prevNationalSignificantNumber) {\n return;\n }\n this.onExtractedNationalNumber(nationalPrefix, carrierCode, nationalNumber, nationalDigits, setState);\n return true;\n }\n }, {\n key: \"onExtractedNationalNumber\",\n value: function onExtractedNationalNumber(nationalPrefix, carrierCode, nationalSignificantNumber, nationalDigits, setState) {\n // Tells if the parsed national (significant) number is present as-is in the input string.\n // For example, when inputting \"0343515551212999\" Argentinian mobile number,\n // the parsed national (significant) number is \"93435551212999\".\n // There, one can see how it stripped \"0\" national prefix and prepended a \"9\",\n // because that's how it is instructed to do in Argentina's metadata.\n // So in the described example, the parsed national (significant) number is not present\n // as-is in the input string. Instead, it's \"modified\" in the input string.\n // https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule\n var nationalSignificantNumberIsModified = false;\n\n // In some countries, a phone number could have a prefix that is not a \"national prefix\"\n // but rather some other type of \"utility\" prefix.\n // For example, when calling within Australia, one could prepend `1831` prefix to hide\n // caller's phone number.\n // https://gitlab.com/catamphetamine/libphonenumber-js/-/blob/master/METADATA.md#national_prefix_for_parsing--national_prefix_transform_rule\n var prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix;\n\n // `nationalSignificantNumber` could be empty. In that case, `.lastIndexOf()` still works correctly.\n var nationalSignificantNumberIndex = nationalDigits.lastIndexOf(nationalSignificantNumber);\n\n // If the parsed national (significant) number is the last substring of the `nationalDigits`,\n // then it means that it's present as-is in the input string.\n // In any other case, the parsed national (significant) number is \"modified\" in the input string.\n if (nationalSignificantNumberIndex < 0 || nationalSignificantNumberIndex !== nationalDigits.length - nationalSignificantNumber.length) {\n nationalSignificantNumberIsModified = true;\n } else {\n var prefixBeforeNationalNumber = nationalDigits.slice(0, nationalSignificantNumberIndex);\n // When national (significant) number is equal to the `nationalDigits`,\n // this `onExtractedNationalNumber()` function simply doesn't get called.\n // This means that at this point, `prefixBeforeNationalNumber` is always non-empty.\n // Still, added this `if` check just to prevent potential silly bugs.\n // The `!prefixBeforeNationalNumber` case is not really testable\n // so this line is exluded from the code coverage.\n /* istanbul ignore if */\n if (prefixBeforeNationalNumber) {\n if (prefixBeforeNationalNumber !== nationalPrefix) {\n prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix = prefixBeforeNationalNumber;\n }\n }\n }\n setState({\n nationalPrefix: nationalPrefix,\n carrierCode: carrierCode,\n nationalSignificantNumber: nationalSignificantNumber,\n nationalSignificantNumberIsModified: nationalSignificantNumberIsModified,\n prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix: prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix\n });\n // `onExtractedNationalNumber()` is only called when\n // the national (significant) number actually did change.\n this.hasExtractedNationalSignificantNumber = true;\n this.onNationalSignificantNumberChange();\n }\n }, {\n key: \"reExtractNationalSignificantNumber\",\n value: function reExtractNationalSignificantNumber(state) {\n // Attempt to extract a national prefix.\n //\n // Some people incorrectly input national prefix\n // in an international phone number.\n // For example, some people write British phone numbers as `+44(0)...`.\n //\n // Also, in some rare cases, it is valid for a national prefix\n // to be a part of an international phone number.\n // For example, mobile phone numbers in Mexico are supposed to be\n // dialled internationally using a `1` national prefix,\n // so the national prefix will be part of an international number.\n //\n // Quote from:\n // https://www.mexperience.com/dialing-cell-phones-in-mexico/\n //\n // \"Dialing a Mexican cell phone from abroad\n // When you are calling a cell phone number in Mexico from outside Mexico,\n // it’s necessary to dial an additional “1” after Mexico’s country code\n // (which is “52”) and before the area code.\n // You also ignore the 045, and simply dial the area code and the\n // cell phone’s number.\n //\n // If you don’t add the “1”, you’ll receive a recorded announcement\n // asking you to redial using it.\n //\n // For example, if you are calling from the USA to a cell phone\n // in Mexico City, you would dial +52 – 1 – 55 – 1234 5678.\n // (Note that this is different to calling a land line in Mexico City\n // from abroad, where the number dialed would be +52 – 55 – 1234 5678)\".\n //\n // Google's demo output:\n // https://libphonenumber.appspot.com/phonenumberparser?number=%2b5215512345678&country=MX\n //\n if (this.extractAnotherNationalSignificantNumber(state.getNationalDigits(), state.nationalSignificantNumber, function (stateUpdate) {\n return state.update(stateUpdate);\n })) {\n return true;\n }\n // If no format matches the phone number, then it could be\n // \"a really long IDD\" (quote from a comment in Google's library).\n // An IDD prefix is first extracted when the user has entered at least 3 digits,\n // and then here — every time when there's a new digit and the number\n // couldn't be formatted.\n // For example, in Australia the default IDD prefix is `0011`,\n // and it could even be as long as `14880011`.\n //\n // Could also check `!hasReceivedThreeLeadingDigits` here\n // to filter out the case when this check duplicates the one\n // already performed when there're 3 leading digits,\n // but it's not a big deal, and in most cases there\n // will be a suitable `format` when there're 3 leading digits.\n //\n if (this.extractIddPrefix(state)) {\n this.extractCallingCodeAndNationalSignificantNumber(state);\n return true;\n }\n // Google's AsYouType formatter supports sort of an \"autocorrection\" feature\n // when it \"autocorrects\" numbers that have been input for a country\n // with that country's calling code.\n // Such \"autocorrection\" feature looks weird, but different people have been requesting it:\n // https://github.com/catamphetamine/libphonenumber-js/issues/376\n // https://github.com/catamphetamine/libphonenumber-js/issues/375\n // https://github.com/catamphetamine/libphonenumber-js/issues/316\n if (this.fixMissingPlus(state)) {\n this.extractCallingCodeAndNationalSignificantNumber(state);\n return true;\n }\n }\n }, {\n key: \"extractIddPrefix\",\n value: function extractIddPrefix(state) {\n // An IDD prefix can't be present in a number written with a `+`.\n // Also, don't re-extract an IDD prefix if has already been extracted.\n var international = state.international,\n IDDPrefix = state.IDDPrefix,\n digits = state.digits,\n nationalSignificantNumber = state.nationalSignificantNumber;\n if (international || IDDPrefix) {\n return;\n }\n // Some users input their phone number in \"out-of-country\"\n // dialing format instead of using the leading `+`.\n // https://github.com/catamphetamine/libphonenumber-js/issues/185\n // Detect such numbers.\n var numberWithoutIDD = stripIddPrefix(digits, this.defaultCountry, this.defaultCallingCode, this.metadata.metadata);\n if (numberWithoutIDD !== undefined && numberWithoutIDD !== digits) {\n // If an IDD prefix was stripped then convert the IDD-prefixed number\n // to international number for subsequent parsing.\n state.update({\n IDDPrefix: digits.slice(0, digits.length - numberWithoutIDD.length)\n });\n this.startInternationalNumber(state, {\n country: undefined,\n callingCode: undefined\n });\n return true;\n }\n }\n }, {\n key: \"fixMissingPlus\",\n value: function fixMissingPlus(state) {\n if (!state.international) {\n var _extractCountryCallin2 = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(state.digits, state.country, this.defaultCountry, this.defaultCallingCode, this.metadata.metadata),\n newCallingCode = _extractCountryCallin2.countryCallingCode;\n if (newCallingCode) {\n state.update({\n missingPlus: true\n });\n this.startInternationalNumber(state, {\n country: state.country,\n callingCode: newCallingCode\n });\n return true;\n }\n }\n }\n }, {\n key: \"startInternationalNumber\",\n value: function startInternationalNumber(state, _ref3) {\n var country = _ref3.country,\n callingCode = _ref3.callingCode;\n state.startInternationalNumber(country, callingCode);\n // If a national (significant) number has been extracted before, reset it.\n if (state.nationalSignificantNumber) {\n state.resetNationalSignificantNumber();\n this.onNationalSignificantNumberChange();\n this.hasExtractedNationalSignificantNumber = undefined;\n }\n }\n }, {\n key: \"extractCallingCodeAndNationalSignificantNumber\",\n value: function extractCallingCodeAndNationalSignificantNumber(state) {\n if (this.extractCountryCallingCode(state)) {\n // `this.extractCallingCode()` is currently called when the number\n // couldn't be formatted during the standard procedure.\n // Normally, the national prefix would be re-extracted\n // for an international number if such number couldn't be formatted,\n // but since it's already not able to be formatted,\n // there won't be yet another retry, so also extract national prefix here.\n this.extractNationalSignificantNumber(state.getNationalDigits(), function (stateUpdate) {\n return state.update(stateUpdate);\n });\n }\n }\n }]);\n}();\n/**\n * Extracts formatted phone number from text (if there's any).\n * @param {string} text\n * @return {string} [formattedPhoneNumber]\n */\nexport { AsYouTypeParser as default };\nfunction extractFormattedPhoneNumber(text) {\n // Attempt to extract a possible number from the string passed in.\n var startsAt = text.search(VALID_FORMATTED_PHONE_NUMBER_PART);\n if (startsAt < 0) {\n return;\n }\n // Trim everything to the left of the phone number.\n text = text.slice(startsAt);\n // Trim the `+`.\n var hasPlus;\n if (text[0] === '+') {\n hasPlus = true;\n text = text.slice('+'.length);\n }\n // Trim everything to the right of the phone number.\n text = text.replace(AFTER_PHONE_NUMBER_DIGITS_END_PATTERN, '');\n // Re-add the previously trimmed `+`.\n if (hasPlus) {\n text = '+' + text;\n }\n return text;\n}\n\n/**\n * Extracts formatted phone number digits (and a `+`) from text (if there're any).\n * @param {string} text\n * @return {any[]}\n */\nfunction _extractFormattedDigitsAndPlus(text) {\n // Extract a formatted phone number part from text.\n var extractedNumber = extractFormattedPhoneNumber(text) || '';\n // Trim a `+`.\n if (extractedNumber[0] === '+') {\n return [extractedNumber.slice('+'.length), true];\n }\n return [extractedNumber];\n}\n\n/**\n * Extracts formatted phone number digits (and a `+`) from text (if there're any).\n * @param {string} text\n * @return {any[]}\n */\nexport function extractFormattedDigitsAndPlus(text) {\n var _extractFormattedDigi3 = _extractFormattedDigitsAndPlus(text),\n _extractFormattedDigi4 = _slicedToArray(_extractFormattedDigi3, 2),\n formattedDigits = _extractFormattedDigi4[0],\n hasPlus = _extractFormattedDigi4[1];\n // If the extracted phone number part\n // can possibly be a part of some valid phone number\n // then parse phone number characters from a formatted phone number.\n if (!VALID_FORMATTED_PHONE_NUMBER_DIGITS_PART_PATTERN.test(formattedDigits)) {\n formattedDigits = '';\n }\n return [formattedDigits, hasPlus];\n}\n//# sourceMappingURL=AsYouTypeParser.js.map","function _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\nfunction _unsupportedIterableToArray(r, a) { if (r) { if (\"string\" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }\nfunction _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }\nfunction _iterableToArrayLimit(r, l) { var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t[\"return\"] && (u = t[\"return\"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }\nfunction _arrayWithHoles(r) { if (Array.isArray(r)) return r; }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nimport Metadata from './metadata.js';\nimport PhoneNumber from './PhoneNumber.js';\nimport checkNumberLength from './helpers/checkNumberLength.js';\nimport AsYouTypeState from './AsYouTypeState.js';\nimport AsYouTypeFormatter, { DIGIT_PLACEHOLDER } from './AsYouTypeFormatter.js';\nimport AsYouTypeParser, { extractFormattedDigitsAndPlus } from './AsYouTypeParser.js';\nimport getCountryByCallingCode from './helpers/getCountryByCallingCode.js';\nimport getCountryByNationalNumber from './helpers/getCountryByNationalNumber.js';\nimport isObject from './helpers/isObject.js';\nvar USE_NON_GEOGRAPHIC_COUNTRY_CODE = false;\nvar AsYouType = /*#__PURE__*/function () {\n /**\n * @param {(string|object)?} [optionsOrDefaultCountry] - The default country used for parsing non-international phone numbers. Can also be an `options` object.\n * @param {Object} metadata\n */\n function AsYouType(optionsOrDefaultCountry, metadata) {\n _classCallCheck(this, AsYouType);\n // Metadata instance is created once and stays constant.\n // This is required because other utility classes such as `AsYouTypeFormatter`\n // will use this metadata instance \"reference\" and will assume that it stays constant.\n this.metadata = new Metadata(metadata);\n var _this$getCountryAndCa = this.getCountryAndCallingCode(optionsOrDefaultCountry),\n _this$getCountryAndCa2 = _slicedToArray(_this$getCountryAndCa, 2),\n defaultCountry = _this$getCountryAndCa2[0],\n defaultCallingCode = _this$getCountryAndCa2[1];\n // `this.defaultCountry` and `this.defaultCallingCode` aren't required to be in sync.\n // For example, `this.defaultCountry` could be `\"AR\"` and `this.defaultCallingCode` could be `undefined`.\n // So `this.defaultCountry` and `this.defaultCallingCode` are totally independent.\n this.defaultCountry = defaultCountry;\n this.defaultCallingCode = defaultCallingCode;\n this.reset();\n }\n return _createClass(AsYouType, [{\n key: \"getCountryAndCallingCode\",\n value: function getCountryAndCallingCode(optionsOrDefaultCountry) {\n // Set `defaultCountry` and `defaultCallingCode` options.\n var defaultCountry;\n var defaultCallingCode;\n // Turns out `null` also has type \"object\". Weird.\n if (optionsOrDefaultCountry) {\n if (isObject(optionsOrDefaultCountry)) {\n defaultCountry = optionsOrDefaultCountry.defaultCountry;\n defaultCallingCode = optionsOrDefaultCountry.defaultCallingCode;\n } else {\n defaultCountry = optionsOrDefaultCountry;\n }\n }\n if (defaultCountry && !this.metadata.hasCountry(defaultCountry)) {\n defaultCountry = undefined;\n }\n if (defaultCallingCode) {\n /* istanbul ignore if */\n if (USE_NON_GEOGRAPHIC_COUNTRY_CODE) {\n if (this.metadata.isNonGeographicCallingCode(defaultCallingCode)) {\n defaultCountry = '001';\n }\n }\n }\n return [defaultCountry, defaultCallingCode];\n }\n\n /**\n * Inputs \"next\" phone number characters.\n * @param {string} text\n * @return {string} Formatted phone number characters that have been input so far.\n */\n }, {\n key: \"input\",\n value: function input(text) {\n var _this$parser$input = this.parser.input(text, this.state),\n digits = _this$parser$input.digits,\n justLeadingPlus = _this$parser$input.justLeadingPlus;\n if (justLeadingPlus) {\n this.formattedOutput = '+';\n } else if (digits) {\n this.determineTheCountryIfNeeded();\n // Match the available formats by the currently available leading digits.\n if (this.state.nationalSignificantNumber) {\n this.formatter.narrowDownMatchingFormats(this.state);\n }\n var formattedNationalNumber;\n if (this.metadata.hasSelectedNumberingPlan()) {\n formattedNationalNumber = this.formatter.format(digits, this.state);\n }\n if (formattedNationalNumber === undefined) {\n // See if another national (significant) number could be re-extracted.\n if (this.parser.reExtractNationalSignificantNumber(this.state)) {\n this.determineTheCountryIfNeeded();\n // If it could, then re-try formatting the new national (significant) number.\n var nationalDigits = this.state.getNationalDigits();\n if (nationalDigits) {\n formattedNationalNumber = this.formatter.format(nationalDigits, this.state);\n }\n }\n }\n this.formattedOutput = formattedNationalNumber ? this.getFullNumber(formattedNationalNumber) : this.getNonFormattedNumber();\n }\n return this.formattedOutput;\n }\n }, {\n key: \"reset\",\n value: function reset() {\n var _this = this;\n this.state = new AsYouTypeState({\n onCountryChange: function onCountryChange(country) {\n // Before version `1.6.0`, the official `AsYouType` formatter API\n // included a `.country` property on an `AsYouType` instance.\n // Since that property (along with the others) have been moved to\n // `this.state`, `this.country` property is emulated for compatibility\n // with the old versions.\n _this.country = country;\n },\n onCallingCodeChange: function onCallingCodeChange(callingCode, country) {\n _this.metadata.selectNumberingPlan(country || callingCode);\n _this.formatter.reset(_this.metadata.numberingPlan, _this.state);\n _this.parser.reset(_this.metadata.numberingPlan);\n }\n });\n this.formatter = new AsYouTypeFormatter({\n state: this.state,\n metadata: this.metadata\n });\n this.parser = new AsYouTypeParser({\n defaultCountry: this.defaultCountry,\n defaultCallingCode: this.defaultCallingCode,\n metadata: this.metadata,\n state: this.state,\n onNationalSignificantNumberChange: function onNationalSignificantNumberChange() {\n _this.determineTheCountryIfNeeded();\n _this.formatter.reset(_this.metadata.numberingPlan, _this.state);\n }\n });\n this.state.reset({\n country: this.defaultCountry,\n callingCode: this.defaultCallingCode\n });\n this.formattedOutput = '';\n return this;\n }\n\n /**\n * Returns `true` if the phone number is being input in international format.\n * In other words, returns `true` if and only if the parsed phone number starts with a `\"+\"`.\n * @return {boolean}\n */\n }, {\n key: \"isInternational\",\n value: function isInternational() {\n return this.state.international;\n }\n\n /**\n * Returns the \"calling code\" part of the phone number when it's being input\n * in an international format.\n * If no valid calling code has been entered so far, returns `undefined`.\n * @return {string} [callingCode]\n */\n }, {\n key: \"getCallingCode\",\n value: function getCallingCode() {\n // If the number is being input in national format and some \"default calling code\"\n // has been passed to `AsYouType` constructor, then `this.state.callingCode`\n // is equal to that \"default calling code\".\n //\n // If the number is being input in national format and no \"default calling code\"\n // has been passed to `AsYouType` constructor, then returns `undefined`,\n // even if a \"default country\" has been passed to `AsYouType` constructor.\n //\n if (this.isInternational()) {\n return this.state.callingCode;\n }\n }\n\n // A legacy alias.\n }, {\n key: \"getCountryCallingCode\",\n value: function getCountryCallingCode() {\n return this.getCallingCode();\n }\n\n /**\n * Returns a two-letter country code of the phone number.\n * Returns `undefined` for \"non-geographic\" phone numbering plans.\n * Returns `undefined` if no phone number has been input yet.\n * @return {string} [country]\n */\n }, {\n key: \"getCountry\",\n value: function getCountry() {\n var digits = this.state.digits;\n // Return `undefined` if no digits have been input yet.\n if (digits) {\n return this._getCountry();\n }\n }\n\n /**\n * Returns a two-letter country code of the phone number.\n * Returns `undefined` for \"non-geographic\" phone numbering plans.\n * @return {string} [country]\n */\n }, {\n key: \"_getCountry\",\n value: function _getCountry() {\n var country = this.state.country;\n /* istanbul ignore if */\n if (USE_NON_GEOGRAPHIC_COUNTRY_CODE) {\n // `AsYouType.getCountry()` returns `undefined`\n // for \"non-geographic\" phone numbering plans.\n if (country === '001') {\n return;\n }\n }\n return country;\n }\n }, {\n key: \"determineTheCountryIfNeeded\",\n value: function determineTheCountryIfNeeded() {\n // Suppose a user enters a phone number in international format,\n // and there're several countries corresponding to that country calling code,\n // and a country has been derived from the number, and then\n // a user enters one more digit and the number is no longer\n // valid for the derived country, so the country should be re-derived\n // on every new digit in those cases.\n //\n // If the phone number is being input in national format,\n // then it could be a case when `defaultCountry` wasn't specified\n // when creating `AsYouType` instance, and just `defaultCallingCode` was specified,\n // and that \"calling code\" could correspond to a \"non-geographic entity\",\n // or there could be several countries corresponding to that country calling code.\n // In those cases, `this.country` is `undefined` and should be derived\n // from the number. Again, if country calling code is ambiguous, then\n // `this.country` should be re-derived with each new digit.\n //\n if (!this.state.country || this.isCountryCallingCodeAmbiguous()) {\n this.determineTheCountry();\n }\n }\n\n // Prepends `+CountryCode ` in case of an international phone number\n }, {\n key: \"getFullNumber\",\n value: function getFullNumber(formattedNationalNumber) {\n var _this2 = this;\n if (this.isInternational()) {\n var prefix = function prefix(text) {\n return _this2.formatter.getInternationalPrefixBeforeCountryCallingCode(_this2.state, {\n spacing: text ? true : false\n }) + text;\n };\n var callingCode = this.state.callingCode;\n if (!callingCode) {\n return prefix(\"\".concat(this.state.getDigitsWithoutInternationalPrefix()));\n }\n if (!formattedNationalNumber) {\n return prefix(callingCode);\n }\n return prefix(\"\".concat(callingCode, \" \").concat(formattedNationalNumber));\n }\n return formattedNationalNumber;\n }\n }, {\n key: \"getNonFormattedNationalNumberWithPrefix\",\n value: function getNonFormattedNationalNumberWithPrefix() {\n var _this$state = this.state,\n nationalSignificantNumber = _this$state.nationalSignificantNumber,\n prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix = _this$state.prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix,\n nationalPrefix = _this$state.nationalPrefix;\n var number = nationalSignificantNumber;\n var prefix = prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix || nationalPrefix;\n if (prefix) {\n number = prefix + number;\n }\n return number;\n }\n }, {\n key: \"getNonFormattedNumber\",\n value: function getNonFormattedNumber() {\n var nationalSignificantNumberIsModified = this.state.nationalSignificantNumberIsModified;\n return this.getFullNumber(nationalSignificantNumberIsModified ? this.state.getNationalDigits() : this.getNonFormattedNationalNumberWithPrefix());\n }\n }, {\n key: \"getNonFormattedTemplate\",\n value: function getNonFormattedTemplate() {\n var number = this.getNonFormattedNumber();\n if (number) {\n return number.replace(/[\\+\\d]/g, DIGIT_PLACEHOLDER);\n }\n }\n }, {\n key: \"isCountryCallingCodeAmbiguous\",\n value: function isCountryCallingCodeAmbiguous() {\n var callingCode = this.state.callingCode;\n var countryCodes = this.metadata.getCountryCodesForCallingCode(callingCode);\n return countryCodes && countryCodes.length > 1;\n }\n\n // Determines the exact country of the phone number\n // entered so far based on the country phone code\n // and the national phone number.\n }, {\n key: \"determineTheCountry\",\n value: function determineTheCountry() {\n // Get a more precise country code for this national number.\n // It is possible that the precise country couldn't be determined\n // in cases when there're multiple countries sharing the same calling code.\n // In that case, `country` will be `undefined`.\n var country = getCountryByCallingCode(this.isInternational() ? this.state.callingCode : this.defaultCallingCode, {\n nationalNumber: this.state.nationalSignificantNumber,\n metadata: this.metadata\n });\n // If the derived country is indeed more precise,\n // or if no country could be derived for the updated phone number.\n if (country !== this.state.country) {\n // Set (or reset) the more precise country.\n this.state.setCountry(country);\n // If a more precise country could be derived.\n if (country) {\n // Select a more precise telephone numbering plan.\n // For example, consider that `AsYouType` instance was created with `defaultCountry: \"US\"` argument.\n // In that case, the metadata instance will be using \"US\" metadata.\n // But then the user could input a Canadian phone number, in which case\n // the metadata instance should be switched to Canadian telephone numbering plan.\n // It is required to do that because later `canFormatCompleteNumber()` function will be called,\n // and that function relies on the precise country being pre-selected in the metadata instance.\n // Or, for example, `checkNumberLength()` function also relies on same thing.\n this.metadata.selectNumberingPlan(country);\n }\n }\n }\n\n /**\n * Returns a E.164 phone number value for the user's input.\n *\n * For example, for country `\"US\"` and input `\"(222) 333-4444\"`\n * it will return `\"+12223334444\"`.\n *\n * For international phone number input, it will also auto-correct\n * some minor errors such as using a national prefix when writing\n * an international phone number. For example, if the user inputs\n * `\"+44 0 7400 000000\"` then it will return an auto-corrected\n * `\"+447400000000\"` phone number value.\n *\n * Will return `undefined` if no digits have been input,\n * or when inputting a phone number in national format and no\n * default country or default \"country calling code\" have been set.\n *\n * @return {string} [value]\n */\n }, {\n key: \"getNumberValue\",\n value: function getNumberValue() {\n var _this$state2 = this.state,\n digits = _this$state2.digits,\n callingCode = _this$state2.callingCode,\n country = _this$state2.country,\n nationalSignificantNumber = _this$state2.nationalSignificantNumber;\n\n // Will return `undefined` if no digits have been input.\n if (!digits) {\n return;\n }\n if (this.isInternational()) {\n if (callingCode) {\n return '+' + callingCode + nationalSignificantNumber;\n } else {\n return '+' + digits;\n }\n } else {\n if (country || callingCode) {\n var callingCode_ = country ? this.metadata.countryCallingCode() : callingCode;\n return '+' + callingCode_ + nationalSignificantNumber;\n }\n }\n }\n\n /**\n * Returns an instance of `PhoneNumber` class.\n * Will return `undefined` if no national (significant) number\n * digits have been entered so far, or if no `defaultCountry` has been\n * set and the user enters a phone number not in international format.\n */\n }, {\n key: \"getNumber\",\n value: function getNumber() {\n var _this$state3 = this.state,\n nationalSignificantNumber = _this$state3.nationalSignificantNumber,\n carrierCode = _this$state3.carrierCode,\n callingCode = _this$state3.callingCode;\n if (!nationalSignificantNumber) {\n return;\n }\n\n // `this._getCountry()` is basically same as `this.state.country`\n // with the only change that it returns `undefined` in case of a\n // \"non-geographic\" numbering plan instead of `\"001\"` \"internal use\" value.\n var country = this._getCountry();\n\n // Sidenote:\n // `state.callingCode` and `state.country` are somewhat independent from one another\n // and there could be situations when one is defined but the other is not.\n // See the comment in `AsYouTypeState.js` for more info on when that is possible.\n\n if (!country && !callingCode) {\n return;\n }\n\n // By default, if `defaultCountry` parameter was passed when\n // creating `AsYouType` instance, `state.country` is gonna be\n // that `defaultCountry`, which doesn't entirely conform with\n // `parsePhoneNumber()`'s behavior where it attempts to determine\n // the country more precisely in cases when multiple countries\n // could correspond to the same `countryCallingCode`.\n // https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/103#note_1417192969\n //\n // Because `AsYouType.getNumber()` method is supposed to be a 1:1\n // equivalent for `parsePhoneNumber(AsYouType.getNumberValue())`,\n // it means that it should also behave accordingly in such cases of `country` ambiguity.\n // That's how users of this library would expect it to behave anyway.\n //\n // So here it checks if `state.country` is same as the `defaultCountry`,\n // and if it is, it attempts to get rid of any potential ambiguity.\n //\n if (country) {\n if (country === this.defaultCountry) {\n // // Create a `Metadata` instance just to get the calling code of the `country`.\n // const metadata = new Metadata(this.metadata.metadata)\n // // `state.callingCode` and `state.country` are somewhat independent from one another\n // // and there could be situations when one is defined but the other is not.\n // // See the comment in `AsYouTypeState.js` for more info on when that is possible.\n // // Here, it only passes `state.country` because there's no need to pass `state.callingCode`\n // // because `state.country` is known to be defined.\n // metadata.selectNumberingPlan(country)\n // const countryCallingCode = metadata.numberingPlan.callingCode()\n\n // Instead of getting `countryCallingCode` value above,\n // it could simply read it from the existing metadata instance.\n var countryCallingCode = this.metadata.numberingPlan.callingCode();\n\n // Attempt to rule out any potential country code ambiguity, if present.\n var exactCountry = getExactCountryForMultiCountryCallingCode(countryCallingCode, nationalSignificantNumber, this.metadata);\n if (exactCountry) {\n country = exactCountry;\n }\n }\n }\n var phoneNumber = new PhoneNumber(country || callingCode, nationalSignificantNumber, this.metadata.metadata);\n if (carrierCode) {\n phoneNumber.carrierCode = carrierCode;\n }\n // Phone number extensions are not supported by \"As You Type\" formatter.\n return phoneNumber;\n }\n\n /**\n * Returns `true` if the phone number is \"possible\".\n * Is just a shortcut for `PhoneNumber.isPossible()`.\n * @return {boolean}\n */\n }, {\n key: \"isPossible\",\n value: function isPossible() {\n var phoneNumber = this.getNumber();\n if (!phoneNumber) {\n return false;\n }\n return phoneNumber.isPossible();\n }\n\n /**\n * Returns `true` if the phone number is \"valid\".\n * Is just a shortcut for `PhoneNumber.isValid()`.\n * @return {boolean}\n */\n }, {\n key: \"isValid\",\n value: function isValid() {\n var phoneNumber = this.getNumber();\n if (!phoneNumber) {\n return false;\n }\n return phoneNumber.isValid();\n }\n\n /**\n * Checks if the phone number length is valid.\n * If it is, nothing is returned.\n * Otherwise, a rejection reason is returned.\n * @return {string?}\n */\n }, {\n key: \"validateLength\",\n value: function validateLength() {\n var _this$state4 = this.state,\n digits = _this$state4.digits,\n nationalSignificantNumber = _this$state4.nationalSignificantNumber;\n if (!digits) {\n return 'NOT_A_NUMBER';\n }\n if (!this.metadata.numberingPlan) {\n return 'INVALID_COUNTRY';\n }\n if (!nationalSignificantNumber) {\n return 'TOO_SHORT';\n }\n\n // `state.callingCode` and `state.country` are somewhat independent from one another\n // and there could be situations when one is defined but the other is not.\n // See the comment in `AsYouTypeState.js` for more info on when that is possible.\n // Here, it uses both: if `country` is defined then it will use that,\n // otherwise it will use `callingCode`.\n var result = checkNumberLength(nationalSignificantNumber, undefined, this.metadata);\n if (result !== 'IS_POSSIBLE') {\n return result;\n }\n }\n\n /**\n * @deprecated\n * This method is used in `react-phone-number-input/source/input-control.js`\n * in versions before `3.0.16`.\n */\n }, {\n key: \"getNationalNumber\",\n value: function getNationalNumber() {\n return this.state.nationalSignificantNumber;\n }\n\n /**\n * Returns the phone number characters entered by the user.\n * @return {string}\n */\n }, {\n key: \"getChars\",\n value: function getChars() {\n return (this.state.international ? '+' : '') + this.state.digits;\n }\n\n /**\n * Returns the template for the formatted phone number.\n * @return {string}\n */\n }, {\n key: \"getTemplate\",\n value: function getTemplate() {\n return this.formatter.getTemplate(this.state) || this.getNonFormattedTemplate() || '';\n }\n }]);\n}(); // In situations when multiple countries use the same calling code,\n// this function tells what exact country does a given national (significant) number belong to.\nexport { AsYouType as default };\nfunction getExactCountryForMultiCountryCallingCode(callingCode, nationalSignificantNumber, metadata) {\n var ambiguousCountries = metadata.getCountryCodesForCallingCode(callingCode);\n if (ambiguousCountries.length > 1) {\n return getCountryByNationalNumber(nationalSignificantNumber, ambiguousCountries, metadata.metadata);\n }\n}\n//# sourceMappingURL=AsYouType.js.map","import Metadata from './metadata.js';\nexport default function getCountries(metadata) {\n return new Metadata(metadata).getCountries();\n}\n//# sourceMappingURL=getCountries.js.map","import AsYouType from './AsYouType.js';\n\n/**\n * Formats a (possibly incomplete) phone number.\n * The phone number can be either in E.164 format\n * or in a form of national number digits.\n * @param {string} value - A possibly incomplete phone number. Either in E.164 format or in a form of national number digits.\n * @param {string|object} [optionsOrDefaultCountry] - A two-letter (\"ISO 3166-1 alpha-2\") country code, or an object of shape `{ defaultCountry?: string, defaultCallingCode?: string }`.\n * @return {string} Formatted (possibly incomplete) phone number.\n */\nexport default function formatIncompletePhoneNumber(value, optionsOrDefaultCountry, metadata) {\n if (!metadata) {\n metadata = optionsOrDefaultCountry;\n optionsOrDefaultCountry = undefined;\n }\n return new AsYouType(optionsOrDefaultCountry, metadata).input(value);\n}\n//# sourceMappingURL=formatIncompletePhoneNumber.js.map","import withMetadataArgument from './withMetadataArgument.js'\nimport { default as _parsePhoneNumber } from '../../core/index.js'\n\nexport function parsePhoneNumber() {\n\treturn withMetadataArgument(_parsePhoneNumber, arguments)\n}","// Importing from a \".js\" file is a workaround for Node.js \"ES Modules\"\n// importing system which is even uncapable of importing \"*.json\" files.\nimport metadata from '../../metadata.min.json.js'\n\nimport { AsYouType as _AsYouType } from '../../core/index.js'\n\nexport function AsYouType(country) {\n\treturn _AsYouType.call(this, country, metadata)\n}\n\nAsYouType.prototype = Object.create(_AsYouType.prototype, {})\nAsYouType.prototype.constructor = AsYouType","import withMetadataArgument from './withMetadataArgument.js'\nimport { getCountries as _getCountries } from '../../core/index.js'\n\nexport function getCountries() {\n\treturn withMetadataArgument(_getCountries, arguments)\n}","import withMetadataArgument from './withMetadataArgument.js'\nimport { getCountryCallingCode as _getCountryCallingCode } from '../../core/index.js'\n\nexport function getCountryCallingCode() {\n\treturn withMetadataArgument(_getCountryCallingCode, arguments)\n}","import withMetadataArgument from './withMetadataArgument.js'\nimport { formatIncompletePhoneNumber as _formatIncompletePhoneNumber } from '../../core/index.js'\n\nexport function formatIncompletePhoneNumber() {\n\treturn withMetadataArgument(_formatIncompletePhoneNumber, arguments)\n}","export default [\"AC\", \"AD\", \"AE\", \"AF\", \"AG\", \"AI\", \"AL\", \"AM\", \"AO\", \"AQ\", \"AR\", \"AS\", \"AT\", \"AU\", \"AW\", \"AX\", \"AZ\", \"BA\", \"BB\", \"BD\", \"BE\", \"BF\", \"BG\", \"BH\", \"BI\", \"BJ\", \"BL\", \"BM\", \"BN\", \"BO\", \"BQ-BO\", \"BQ-SA\", \"BQ-SE\", \"BQ\", \"BR\", \"BS\", \"BT\", \"BV\", \"BW\", \"BY\", \"BZ\", \"CA\", \"CC\", \"CD\", \"CF\", \"CG\", \"CH\", \"CI\", \"CK\", \"CL\", \"CM\", \"CN\", \"CO\", \"CR\", \"CU\", \"CV\", \"CW\", \"CX\", \"CY\", \"CZ\", \"DE\", \"DJ\", \"DK\", \"DM\", \"DO\", \"DZ\", \"EC\", \"EE\", \"EG\", \"EH\", \"ER\", \"ES-CT\", \"ES\", \"ET\", \"EU\", \"FI\", \"FJ\", \"FK\", \"FM\", \"FO\", \"FR\", \"GA\", \"GB-ENG\", \"GB-NIR\", \"GB-SCT\", \"GB-WLS\", \"GB\", \"GD\", \"GE\", \"GF\", \"GG\", \"GH\", \"GI\", \"GL\", \"GM\", \"GN\", \"GP\", \"GQ\", \"GR\", \"GS\", \"GT\", \"GU\", \"GW\", \"GY\", \"HK\", \"HM\", \"HN\", \"HR\", \"HT\", \"HU\", \"IC\", \"ID\", \"IE\", \"IL\", \"IM\", \"IN\", \"IO\", \"IQ\", \"IR\", \"IS\", \"IT\", \"JE\", \"JM\", \"JO\", \"JP\", \"KE\", \"KG\", \"KH\", \"KI\", \"KM\", \"KN\", \"KP\", \"KR\", \"KW\", \"KY\", \"KZ\", \"LA\", \"LB\", \"LC\", \"LI\", \"LK\", \"LR\", \"LS\", \"LT\", \"LU\", \"LV\", \"LY\", \"MA\", \"MC\", \"MD\", \"ME\", \"MF\", \"MG\", \"MH\", \"MK\", \"ML\", \"MM\", \"MN\", \"MO\", \"MP\", \"MQ\", \"MR\", \"MS\", \"MT\", \"MU\", \"MV\", \"MW\", \"MX\", \"MY\", \"MZ\", \"NA\", \"NC\", \"NE\", \"NF\", \"NG\", \"NI\", \"NL\", \"NO\", \"NP\", \"NR\", \"NU\", \"NZ\", \"OM\", \"PA\", \"PE\", \"PF\", \"PG\", \"PH\", \"PK\", \"PL\", \"PM\", \"PN\", \"PR\", \"PS\", \"PT\", \"PW\", \"PY\", \"QA\", \"RE\", \"RO\", \"RS\", \"RU\", \"RW\", \"SA\", \"SB\", \"SC\", \"SD\", \"SE\", \"SG\", \"SH\", \"SI\", \"SJ\", \"SK\", \"SL\", \"SM\", \"SN\", \"SO\", \"SR\", \"SS\", \"ST\", \"SV\", \"SX\", \"SY\", \"SZ\", \"TA\", \"TC\", \"TD\", \"TF\", \"TG\", \"TH\", \"TJ\", \"TK\", \"TL\", \"TM\", \"TN\", \"TO\", \"TR\", \"TT\", \"TV\", \"TW\", \"TZ\", \"UA\", \"UG\", \"UM\", \"US\", \"UY\", \"UZ\", \"VA\", \"VC\", \"VE\", \"VG\", \"VI\", \"VN\", \"VU\", \"WF\", \"WS\", \"XA\", \"XC\", \"XK\", \"XO\", \"YE\", \"YT\", \"ZA\", \"ZM\", \"ZW\"];\n//# sourceMappingURL=countries.json.js.map","import COUNTRIES from './countries.json.js';\nexport default function hasFlag(country) {\n return COUNTRIES.indexOf(country) >= 0;\n}\n//# sourceMappingURL=hasFlag.js.map","var _excluded = [\"title\"],\n _excluded2 = [\"title\"],\n _excluded3 = [\"title\"],\n _excluded4 = [\"title\"],\n _excluded5 = [\"title\"],\n _excluded6 = [\"title\"],\n _excluded7 = [\"title\"],\n _excluded8 = [\"title\"],\n _excluded9 = [\"title\"],\n _excluded10 = [\"title\"],\n _excluded11 = [\"title\"],\n _excluded12 = [\"title\"],\n _excluded13 = [\"title\"],\n _excluded14 = [\"title\"],\n _excluded15 = [\"title\"],\n _excluded16 = [\"title\"],\n _excluded17 = [\"title\"],\n _excluded18 = [\"title\"],\n _excluded19 = [\"title\"],\n _excluded20 = [\"title\"],\n _excluded21 = [\"title\"],\n _excluded22 = [\"title\"],\n _excluded23 = [\"title\"],\n _excluded24 = [\"title\"],\n _excluded25 = [\"title\"],\n _excluded26 = [\"title\"],\n _excluded27 = [\"title\"],\n _excluded28 = [\"title\"],\n _excluded29 = [\"title\"],\n _excluded30 = [\"title\"],\n _excluded31 = [\"title\"],\n _excluded32 = [\"title\"],\n _excluded33 = [\"title\"],\n _excluded34 = [\"title\"],\n _excluded35 = [\"title\"],\n _excluded36 = [\"title\"],\n _excluded37 = [\"title\"],\n _excluded38 = [\"title\"],\n _excluded39 = [\"title\"],\n _excluded40 = [\"title\"],\n _excluded41 = [\"title\"],\n _excluded42 = [\"title\"],\n _excluded43 = [\"title\"],\n _excluded44 = [\"title\"],\n _excluded45 = [\"title\"],\n _excluded46 = [\"title\"],\n _excluded47 = [\"title\"],\n _excluded48 = [\"title\"],\n _excluded49 = [\"title\"],\n _excluded50 = [\"title\"],\n _excluded51 = [\"title\"],\n _excluded52 = [\"title\"],\n _excluded53 = [\"title\"],\n _excluded54 = [\"title\"],\n _excluded55 = [\"title\"],\n _excluded56 = [\"title\"],\n _excluded57 = [\"title\"],\n _excluded58 = [\"title\"],\n _excluded59 = [\"title\"],\n _excluded60 = [\"title\"],\n _excluded61 = [\"title\"],\n _excluded62 = [\"title\"],\n _excluded63 = [\"title\"],\n _excluded64 = [\"title\"],\n _excluded65 = [\"title\"],\n _excluded66 = [\"title\"],\n _excluded67 = [\"title\"],\n _excluded68 = [\"title\"],\n _excluded69 = [\"title\"],\n _excluded70 = [\"title\"],\n _excluded71 = [\"title\"],\n _excluded72 = [\"title\"],\n _excluded73 = [\"title\"],\n _excluded74 = [\"title\"],\n _excluded75 = [\"title\"],\n _excluded76 = [\"title\"],\n _excluded77 = [\"title\"],\n _excluded78 = [\"title\"],\n _excluded79 = [\"title\"],\n _excluded80 = [\"title\"],\n _excluded81 = [\"title\"],\n _excluded82 = [\"title\"],\n _excluded83 = [\"title\"],\n _excluded84 = [\"title\"],\n _excluded85 = [\"title\"],\n _excluded86 = [\"title\"],\n _excluded87 = [\"title\"],\n _excluded88 = [\"title\"],\n _excluded89 = [\"title\"],\n _excluded90 = [\"title\"],\n _excluded91 = [\"title\"],\n _excluded92 = [\"title\"],\n _excluded93 = [\"title\"],\n _excluded94 = [\"title\"],\n _excluded95 = [\"title\"],\n _excluded96 = [\"title\"],\n _excluded97 = [\"title\"],\n _excluded98 = [\"title\"],\n _excluded99 = [\"title\"],\n _excluded100 = [\"title\"],\n _excluded101 = [\"title\"],\n _excluded102 = [\"title\"],\n _excluded103 = [\"title\"],\n _excluded104 = [\"title\"],\n _excluded105 = [\"title\"],\n _excluded106 = [\"title\"],\n _excluded107 = [\"title\"],\n _excluded108 = [\"title\"],\n _excluded109 = [\"title\"],\n _excluded110 = [\"title\"],\n _excluded111 = [\"title\"],\n _excluded112 = [\"title\"],\n _excluded113 = [\"title\"],\n _excluded114 = [\"title\"],\n _excluded115 = [\"title\"],\n _excluded116 = [\"title\"],\n _excluded117 = [\"title\"],\n _excluded118 = [\"title\"],\n _excluded119 = [\"title\"],\n _excluded120 = [\"title\"],\n _excluded121 = [\"title\"],\n _excluded122 = [\"title\"],\n _excluded123 = [\"title\"],\n _excluded124 = [\"title\"],\n _excluded125 = [\"title\"],\n _excluded126 = [\"title\"],\n _excluded127 = [\"title\"],\n _excluded128 = [\"title\"],\n _excluded129 = [\"title\"],\n _excluded130 = [\"title\"],\n _excluded131 = [\"title\"],\n _excluded132 = [\"title\"],\n _excluded133 = [\"title\"],\n _excluded134 = [\"title\"],\n _excluded135 = [\"title\"],\n _excluded136 = [\"title\"],\n _excluded137 = [\"title\"],\n _excluded138 = [\"title\"],\n _excluded139 = [\"title\"],\n _excluded140 = [\"title\"],\n _excluded141 = [\"title\"],\n _excluded142 = [\"title\"],\n _excluded143 = [\"title\"],\n _excluded144 = [\"title\"],\n _excluded145 = [\"title\"],\n _excluded146 = [\"title\"],\n _excluded147 = [\"title\"],\n _excluded148 = [\"title\"],\n _excluded149 = [\"title\"],\n _excluded150 = [\"title\"],\n _excluded151 = [\"title\"],\n _excluded152 = [\"title\"],\n _excluded153 = [\"title\"],\n _excluded154 = [\"title\"],\n _excluded155 = [\"title\"],\n _excluded156 = [\"title\"],\n _excluded157 = [\"title\"],\n _excluded158 = [\"title\"],\n _excluded159 = [\"title\"],\n _excluded160 = [\"title\"],\n _excluded161 = [\"title\"],\n _excluded162 = [\"title\"],\n _excluded163 = [\"title\"],\n _excluded164 = [\"title\"],\n _excluded165 = [\"title\"],\n _excluded166 = [\"title\"],\n _excluded167 = [\"title\"],\n _excluded168 = [\"title\"],\n _excluded169 = [\"title\"],\n _excluded170 = [\"title\"],\n _excluded171 = [\"title\"],\n _excluded172 = [\"title\"],\n _excluded173 = [\"title\"],\n _excluded174 = [\"title\"],\n _excluded175 = [\"title\"],\n _excluded176 = [\"title\"],\n _excluded177 = [\"title\"],\n _excluded178 = [\"title\"],\n _excluded179 = [\"title\"],\n _excluded180 = [\"title\"],\n _excluded181 = [\"title\"],\n _excluded182 = [\"title\"],\n _excluded183 = [\"title\"],\n _excluded184 = [\"title\"],\n _excluded185 = [\"title\"],\n _excluded186 = [\"title\"],\n _excluded187 = [\"title\"],\n _excluded188 = [\"title\"],\n _excluded189 = [\"title\"],\n _excluded190 = [\"title\"],\n _excluded191 = [\"title\"],\n _excluded192 = [\"title\"],\n _excluded193 = [\"title\"],\n _excluded194 = [\"title\"],\n _excluded195 = [\"title\"],\n _excluded196 = [\"title\"],\n _excluded197 = [\"title\"],\n _excluded198 = [\"title\"],\n _excluded199 = [\"title\"],\n _excluded200 = [\"title\"],\n _excluded201 = [\"title\"],\n _excluded202 = [\"title\"],\n _excluded203 = [\"title\"],\n _excluded204 = [\"title\"],\n _excluded205 = [\"title\"],\n _excluded206 = [\"title\"],\n _excluded207 = [\"title\"],\n _excluded208 = [\"title\"],\n _excluded209 = [\"title\"],\n _excluded210 = [\"title\"],\n _excluded211 = [\"title\"],\n _excluded212 = [\"title\"],\n _excluded213 = [\"title\"],\n _excluded214 = [\"title\"],\n _excluded215 = [\"title\"],\n _excluded216 = [\"title\"],\n _excluded217 = [\"title\"],\n _excluded218 = [\"title\"],\n _excluded219 = [\"title\"],\n _excluded220 = [\"title\"],\n _excluded221 = [\"title\"],\n _excluded222 = [\"title\"],\n _excluded223 = [\"title\"],\n _excluded224 = [\"title\"],\n _excluded225 = [\"title\"],\n _excluded226 = [\"title\"],\n _excluded227 = [\"title\"],\n _excluded228 = [\"title\"],\n _excluded229 = [\"title\"],\n _excluded230 = [\"title\"],\n _excluded231 = [\"title\"],\n _excluded232 = [\"title\"],\n _excluded233 = [\"title\"],\n _excluded234 = [\"title\"],\n _excluded235 = [\"title\"],\n _excluded236 = [\"title\"],\n _excluded237 = [\"title\"],\n _excluded238 = [\"title\"],\n _excluded239 = [\"title\"],\n _excluded240 = [\"title\"],\n _excluded241 = [\"title\"],\n _excluded242 = [\"title\"],\n _excluded243 = [\"title\"],\n _excluded244 = [\"title\"],\n _excluded245 = [\"title\"],\n _excluded246 = [\"title\"],\n _excluded247 = [\"title\"],\n _excluded248 = [\"title\"],\n _excluded249 = [\"title\"],\n _excluded250 = [\"title\"],\n _excluded251 = [\"title\"],\n _excluded252 = [\"title\"],\n _excluded253 = [\"title\"],\n _excluded254 = [\"title\"],\n _excluded255 = [\"title\"],\n _excluded256 = [\"title\"],\n _excluded257 = [\"title\"],\n _excluded258 = [\"title\"],\n _excluded259 = [\"title\"],\n _excluded260 = [\"title\"],\n _excluded261 = [\"title\"],\n _excluded262 = [\"title\"],\n _excluded263 = [\"title\"],\n _excluded264 = [\"title\"],\n _excluded265 = [\"title\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport React from \"react\";\nexport var AC = function AC(_ref) {\n var title = _ref.title,\n rest = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M440.1 181.1c-.1 39.2-6.4 81.4-57.4 101.5-51.1-20.1-57.3-62.3-57.4-101.5h114.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1B81B6\",\n d: \"M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M437.8 214.1c-3.2 24.3-16.7 53.5-55.1 68.6-38.4-15.1-50.5-42.5-55.1-68.4\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1B81B6\",\n d: \"M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M426.7 246.9c-6.5 11.3-17.7 25.4-44 35.9-27.5-11.5-37.4-25.3-44-36.1\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1B81B6\",\n d: \"M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#288549\",\n d: \"M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M275.9 223.6c3.6-26.7 13.5-47.3 22.1-46.2s12.6 23.7 9 50.4-13.5 47.3-22.1 46.2c-8.6-1.2-12.6-23.7-9-50.4zm191.2-45.9c8.6-1.2 18.5 19.5 22.1 46.2s-.4 49.2-9 50.4-18.5-19.6-22.2-46.3c-3.6-26.6.5-49.2 9.1-50.3z\",\n fill: \"#F0955D\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M296.4 162c2.4-6 7.4-9.7 11-8.2 3.7 1.5 4.7 7.5 2.3 13.5s-7.4 9.7-11 8.2c-3.6-1.5-4.7-7.5-2.3-13.5zm-8 109.2c.9-6.2 3.1-11.1 4.9-10.8s2.5 5.5 1.6 11.8c-.9 6.2-3.1 11.1-4.9 10.8s-2.5-5.5-1.6-11.8zm10.6-12.8c1.8-.1 3.6 4.7 3.9 10.8s-.9 11.1-2.7 11.2c-1.8.1-3.6-4.7-3.9-10.8-.3-6.1.9-11.1 2.7-11.2zm10.5-70c2.1-.8 6.1 4.2 8.8 11.2 2.8 7 3.3 13.4 1.2 14.2-2.1.8-6.1-4.2-8.8-11.2-2.8-7-3.3-13.4-1.2-14.2zm6.5-14.1c7-2.8 13.4-3.3 14.2-1.2.8 2.1-4.2 6.1-11.2 8.8-7 2.8-13.4 3.3-14.2 1.2-.9-2.1 4.2-6 11.2-8.8zm141.6-20.2c3.7-1.5 8.6 2.2 11 8.2 2.4 6 1.4 12.1-2.3 13.5-3.7 1.5-8.6-2.2-11-8.2-2.4-6-1.3-12.1 2.3-13.5zm14.2 106.5c1.8-.3 4 4.6 4.9 10.8.9 6.2.2 11.5-1.6 11.8-1.8.3-4-4.6-4.9-10.8-1-6.3-.2-11.5 1.6-11.8zm-9.6 8.8c.3-6.1 2.1-10.9 3.9-10.8 1.8.1 3 5.1 2.7 11.2-.3 6.1-2.1 10.9-3.9 10.8-1.8-.1-3-5.1-2.7-11.2zm-15.5-69.7c2.8-7 6.7-12.1 8.8-11.2 2.1.8 1.6 7.2-1.2 14.2-2.8 7-6.7 12.1-8.8 11.2s-1.6-7.2 1.2-14.2zm-11.8-26.5c.8-2.1 7.2-1.6 14.2 1.2 7 2.8 12.1 6.7 11.2 8.8-.8 2.1-7.2 1.6-14.2-1.2-7-2.7-12.1-6.7-11.2-8.8z\",\n fill: \"#EADFD5\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#B0C6CC\",\n d: \"M373.3 130.3 356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var AD = function AD(_ref2) {\n var title = _ref2.title,\n rest = _objectWithoutProperties(_ref2, _excluded2);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fedd00\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#10069f\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d50032\",\n d: \"M342 0h171v342H342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M198.9 113.6H256v64.8h-57.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7\",\n stroke: \"#D80027\",\n strokeWidth: 7\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M247.4 178.4v64.7m-13.3-64.7v64.7m-13.3-64.6v53.9m-13.7-53.9v47.1\",\n stroke: \"#D80027\",\n strokeWidth: 5\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m199.9 146 27.6-32.4 28.5 32.3-28.1 32.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#BC8B00\",\n d: \"M182.2 95.9v92.2c0 34.3 27.3 54.2 48.6 64.5-.8 1.4 25.1 8.3 25.1 8.3s25.9-6.9 25.1-8.3c21.4-10.3 48.6-30.1 48.6-64.5V95.9H182.2zm129.9 92.2c0 16.9-10 29.4-32.8 43.9-8.6 5.5-17.5 9-23.3 11-5.8-2-14.7-5.5-23.3-11-22.8-14.5-32.8-28-32.8-43.9v-74.5h112.2v74.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z\"\n }));\n};\nexport var AE = function AE(_ref3) {\n var title = _ref3.title,\n rest = _objectWithoutProperties(_ref3, _excluded3);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00843d\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c8102e\",\n d: \"M0 0h171v342H0z\"\n }));\n};\nexport var AF = function AF(_ref4) {\n var title = _ref4.title,\n rest = _objectWithoutProperties(_ref4, _excluded4);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D32011\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007A36\",\n d: \"M342 0h171v342H342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256.5 131.3c-17.5 0-31.8 14.3-31.8 31.8v47.7h63.6v-47.7c0-17.7-14.3-31.8-31.8-31.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256.5 93c-43.1 0-78 34.9-78 78s34.9 77.9 78 77.9 78-34.9 78-78-34.9-77.9-78-77.9zm0 142.4c-35.6 0-64.5-28.9-64.5-64.5s28.9-64.5 64.5-64.5 64.5 29 64.5 64.6c0 35.6-28.9 64.4-64.5 64.4z\"\n }));\n};\nexport var AG = function AG(_ref5) {\n var title = _ref5.title,\n rest = _objectWithoutProperties(_ref5, _excluded5);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0072c6\",\n d: \"M88.8 136.5c-2.2 12.9-3.4 26.2-3.4 39.8 0 13.6 1.2 27 3.4 39.8L256 228.3l167.2-12.1c2.2-12.9 3.4-26.2 3.4-39.8s-1.2-27-3.4-39.8\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M365.9 136.5H146.1l44.9-21.1-23.9-43.5 48.8 9.4L222 32l34 36.2L290 32l6.1 49.3 48.8-9.4-23.9 43.5z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#ce1126\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 342 0 0v342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M513 342V0L256 342z\"\n })));\n};\nexport var AI = function AI(_ref6) {\n var title = _ref6.title,\n rest = _objectWithoutProperties(_ref6, _excluded6);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 0 1-36.02 12.01c-19.64 0-37.07-9.43-48.03-24.01-10.95 14.58-28.39 24.01-48.03 24.01-13.52 0-25.99-4.47-36.02-12v120.06c0 16.16 5.3 29.5 13.24 40.42H454.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#9cf\",\n d: \"M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#f90\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var AL = function AL(_ref7) {\n var title = _ref7.title,\n rest = _objectWithoutProperties(_ref7, _excluded7);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 90 60\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ED2024\",\n d: \"M0 0h90v60H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#212121\",\n d: \"M32.5 12.2v16l7.1 2.5-5 4.9 2.4 3 5.3-5.5 1.2 2.3-3 4.9 3.6 5.6-1.8 2.6 2.8 3.6 2.7-3.7-1.5-2.6 3-5.8-2.7-4.6 1.2-2.3 5.2 5.5 2.5-2.9-5.2-5.1 7.2-2.6V12.2l-5.2 1.9-.1 3.8-3.3.3v-2.6l1.7-2.3 5.6-2.2-2.3-.4 1.4-1.2.9.4-.8-1.4L54 9l-1-1.1L47.5 9l1.4 1.1-3.8 4.9-3.8-4.8 1.3-1.1-5-1.2L36.2 9l-1.5-.4-.8 1.4.9-.6 1.6 1.1-2.3.5 5.5 2 1.6 2.3v2.9l-3.3-.3v-3.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M26.2 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM57.4 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM53.4 36.1h6.4V38h-6.4zm-23.2 0h6.4V38h-6.4z\",\n fill: \"#212121\"\n }));\n};\nexport var AM = function AM(_ref8) {\n var title = _ref8.title,\n rest = _objectWithoutProperties(_ref8, _excluded8);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF9811\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var AO = function AO(_ref9) {\n var title = _ref9.title,\n rest = _objectWithoutProperties(_ref9, _excluded9);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 171h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFDA44\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m332.7 135.6 17.5-8.6-7.4-19-18.7 6.2zm-45.6-56 5.5-18.8-19.1-7.2-8 18zm29.4 23.2 12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9 19.5-.8v-21.3l-22.9.2zm-12.6 38.1 18.8 5.5 7.3-19-18-8zm-29 32.4 14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7 9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m250.8 61.3-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#000\",\n d: \"m291.9 223.4-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1 7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z\"\n })));\n};\nexport var AQ = function AQ(_ref10) {\n var title = _ref10.title,\n rest = _objectWithoutProperties(_ref10, _excluded10);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 744 496\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3A7DCE\",\n d: \"M0 0h744v496H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fff\",\n d: \"m120 125 90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z\"\n }));\n};\nexport var AR = function AR(_ref11) {\n var title = _ref11.title,\n rest = _objectWithoutProperties(_ref11, _excluded11);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h512v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 0h512v114H0zm0 228h512v114H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFDA44\",\n stroke: \"#d6ab00\",\n strokeWidth: 5,\n cx: 256.5,\n cy: 171,\n r: 40\n }));\n};\nexport var AS = function AS(_ref12) {\n var title = _ref12.title,\n rest = _objectWithoutProperties(_ref12, _excluded12);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#10338c\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M513 33 95.3 171 513 310.76V342L0 171 513 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 287.18v24.58L81.72 171 513 30v24.16\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A2001D\",\n d: \"m476.98 140.21-21.89 10.68-3.18-15.32 31.19-29.77s-9.42-40.65-13.75-44.98l-112.32 55.82-6.84 36.76-31.9 28.59-.4 34.2 34.29-22.76 67.23-2.66-1.51 38.11h22.23l11.9-44.64 31.55-24.61-6.6-19.42z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#EFC100\",\n stroke: \"#231F20\",\n strokeMiterlimit: 10,\n d: \"m317.89 238.41-22.24-11.11 22.24-11.11h144.46v22.22z\"\n }));\n};\nexport var AT = function AT(_ref13) {\n var title = _ref13.title,\n rest = _objectWithoutProperties(_ref13, _excluded13);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0zm0 228h513v114H0z\"\n }));\n};\nexport var AU = function AU(_ref14) {\n var title = _ref14.title,\n rest = _objectWithoutProperties(_ref14, _excluded14);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00008b\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m188 212.6 11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00008b\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"red\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var AW = function AW(_ref15) {\n var title = _ref15.title,\n rest = _objectWithoutProperties(_ref15, _excluded15);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 363 242\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 0h363v242H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M57 96.9 14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f30028\",\n d: \"m75.6 40.6 11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z\",\n fill: \"#FFDA44\"\n }));\n};\nexport var AX = function AX(_ref16) {\n var title = _ref16.title,\n rest = _objectWithoutProperties(_ref16, _excluded16);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z\"\n }));\n};\nexport var AZ = function AZ(_ref17) {\n var title = _ref17.title,\n rest = _objectWithoutProperties(_ref17, _excluded17);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ef3340\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00b5e2\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#509e2f\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m297.6 142.2 5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z\"\n })));\n};\nexport var BA = function BA(_ref18) {\n var title = _ref18.title,\n rest = _objectWithoutProperties(_ref18, _excluded18);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#10338C\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F6C500\",\n d: \"M99.9 0h342v342\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M92.3 25.5 84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m136.3 69.2-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m179.4 112.3-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m222.5 155.3-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m265.6 198.4-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m308.7 241.5-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m351.7 284.6-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z\"\n })));\n};\nexport var BB = function BB(_ref19) {\n var title = _ref19.title,\n rest = _objectWithoutProperties(_ref19, _excluded19);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc726\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0zm342 0h171v342H342z\",\n fill: \"#00267f\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m325.74 101.02-31.97 12.4c-.68 1.35-5.79 7.54-8.18 53.06h-17.05v-60.42L256 78.68l-12.54 27v60.8H226.4c-2.39-45.53-7.8-52.48-8.47-53.84l-31.68-11.63c.15.31 15.4 31.34 15.4 78.01v12.54h41.81v71.07h25.08v-71.07h41.81v-12.54c0-24.13 4.17-44.02 7.68-56.46 3.82-13.57 7.7-21.49 7.74-21.57l-.03.03z\"\n }));\n};\nexport var BD = function BD(_ref20) {\n var title = _ref20.title,\n rest = _objectWithoutProperties(_ref20, _excluded20);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2d6e41\",\n d: \"M0 85.331h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#F40B32\",\n cx: 218.902,\n cy: 256.5,\n r: 115\n }));\n};\nexport var BE = function BE(_ref21) {\n var title = _ref21.title,\n rest = _objectWithoutProperties(_ref21, _excluded21);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fdda25\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ef3340\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var BF = function BF(_ref22) {\n var title = _ref22.title,\n rest = _objectWithoutProperties(_ref22, _excluded22);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3d944f\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ef2b2d\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m256 102.6 16.9 52h54.7l-44.2 32.2 16.8 52-44.2-32.1-44.2 32.1 16.8-52-44.2-32.2h54.7z\"\n }));\n};\nexport var BG = function BG(_ref23) {\n var title = _ref23.title,\n rest = _objectWithoutProperties(_ref23, _excluded23);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00966e\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d62612\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var BH = function BH(_ref24) {\n var title = _ref24.title,\n rest = _objectWithoutProperties(_ref24, _excluded24);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z\"\n }));\n};\nexport var BI = function BI(_ref25) {\n var title = _ref25.title,\n rest = _objectWithoutProperties(_ref25, _excluded25);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z\",\n fill: \"#47a644\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 251.6,\n cy: 170.7,\n r: 100.2\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m251.4 103.6 7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7 7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0 7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z\",\n fill: \"#D80027\",\n stroke: \"#47a644\",\n strokeWidth: 3\n }));\n};\nexport var BJ = function BJ(_ref26) {\n var title = _ref26.title,\n rest = _objectWithoutProperties(_ref26, _excluded26);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#008751\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fcd116\",\n d: \"M197 0h316v171H197z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#e8112d\",\n d: \"M197 171h316v171H197z\"\n }));\n};\nexport var BL = function BL(_ref27) {\n var title = _ref27.title,\n rest = _objectWithoutProperties(_ref27, _excluded27);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M157.3 199.8s-9 43.9-19.3 40.4c-10.6-3.5-17.5-18.8-17.5-18.8L106 242.6s38.2 8.5 41 5.5c1.2-1.1 8.2-15.1 10.3-26.1v-22.2zm-56.1 60.5s-2.5 20.2-1.1 22.7c1.2 2.3 39.5 11.3 39.5 11.3s-25 16.5-29.7 20.5l-18.1-29.9-.7-24.6h10.1zm11.3-165.7s39.7 41.6 40.4 45.5c.7 3.7-4.2 3.2-4.2 3.2s-44.8-37.5-49.9-41.1c-5.4-3.5 13.7-7.6 13.7-7.6zm246.7 106.7s9 42.4 19.2 38.9c10.6-3.5 17.5-18.8 17.5-18.8l14.5 21.2s-37 8.5-39.8 5.5c-1.2-1.1-9.3-13.8-11.5-24.7l.1-22.1zm56 59s2.5 20.2 1.1 22.7c-1.2 2.3-39.5 11.3-39.5 11.3s25 16.5 29.7 20.5l18.1-29.9.7-24.6h-10.1zM403.9 94.6s-39.6 41.6-40.4 45.5c-.7 3.7 4.2 3.2 4.2 3.2s44.8-37.5 49.9-41.1c5.2-3.5-13.7-7.6-13.7-7.6z\",\n fill: \"#E6BC00\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M99.4 104.7s17-.7 16.6-11.5c-.4-10.6-11.2-14.9-19.1-12.4-8 2.3-23 13.4-13.6 35.1 9.4 21.4 23.4 29.4 26.2 47.8 0 0-5.5 9.9-19.1.4-16.9-11.8-6.2-38.2-10.4-45-4.2-7.1-41-38.9-41-38.9s-30.2 39.4-18 74.9c17 49.2 51.7 32 64.6 36.8 0 0-42.1 62-49.6 67.1 0 0 24.1 8.3 47.8-18.8 0 0 5.8 9.7 7.1 20.2h10.3c4.8-26.2 51.5-64.3 49.9-82.3-1.8-21.3-49.2-49.5-51.7-73.4zM365.1 178c-1.6 18.1 45.1 56.1 49.9 82.3h10.3c1.2-10.4 7.1-20.2 7.1-20.2 23.7 27.1 47.8 18.8 47.8 18.8-7.4-5.1-49.6-67.1-49.6-67.1 12.9-4.8 47.7 12.4 64.6-36.8 12.2-35.6-18-74.9-18-74.9s-36.7 31.8-41 38.9c-4.2 6.7 6.5 33.2-10.4 45-13.7 9.5-19.1-.4-19.1-.4 2.8-18.4 16.8-26.4 26.2-47.8 9.4-21.6-5.7-32.8-13.6-35.1-8-2.5-18.8 1.8-19.1 12.4-.4 10.8 16.6 11.5 16.6 11.5-2.5 24-49.9 52.2-51.7 73.4z\",\n fill: \"#ADADAD\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#125ECC\",\n d: \"M157.3 87.1h201.8v145.5c0 16.1-9.7 21.4-21.9 31.8l-45.9 39.4c-18.2 15.6-47.9 15.6-66.1 0l-46-39.4c-12.1-10.4-21.9-15.7-21.9-31.8V87.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFE600\",\n d: \"M200.6 147.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm57.6-3c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 3c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zM215 274.4c-8 0-14.4-6.5-14.4-14.4 0-8 6.4-14.4 14.4-14.4s14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm43.2 14.5c-8 0-14.4-6.5-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm43.2-14.5c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4s14.4 6.4 14.4 14.4c.1 8-6.4 14.4-14.4 14.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D60537\",\n d: \"M157.3 175.4h201.8V233H157.3v-57.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#EACE00\",\n d: \"M142.9 43.8s57.6-14.4 115.3-14.4 115.3 14.4 115.3 14.4l-14.4 57.7s-50.5-14.4-100.9-14.4-100.9 14.4-100.9 14.4l-14.4-57.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#7A6920\",\n d: \"M258.2 72.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 5c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.5 14.4-14.4 14.4zm-115.3 0c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4S215 55.3 215 63.2s-6.5 14.5-14.4 14.5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 258.2,\n cy: 204.2,\n r: 16.9\n }));\n};\nexport var BM = function BM(_ref28) {\n var title = _ref28.title,\n rest = _objectWithoutProperties(_ref28, _excluded28);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c8102e\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fff\",\n stroke: \"#000\",\n strokeWidth: 2,\n d: \"M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2F8F22\",\n d: \"M436.37 254.44H330.93c23.13 25.08 52.72 39.88 52.72 39.88s29.59-14.8 52.72-39.88z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#65B5D2\",\n cx: 383.65,\n cy: 214.56,\n r: 39.88\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#c8102e\",\n cx: 343.77,\n cy: 194.63,\n r: 19.94\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#c8102e\",\n cx: 423.52,\n cy: 194.63,\n r: 19.94\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#c8102e\",\n cx: 383.65,\n cy: 154.75,\n r: 19.94\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#c8102e\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var BN = function BN(_ref29) {\n var title = _ref29.title,\n rest = _objectWithoutProperties(_ref29, _excluded29);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m0 193.74 513 127.19V214.26L0 97.08z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 234.26v-86.67L0 20.41v86.67\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\",\n stroke: \"#231F20\",\n strokeWidth: 3,\n strokeMiterlimit: 10\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M306.4 134.01a50.28 50.28 0 0 1 6.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z\"\n })));\n};\nexport var BO = function BO(_ref30) {\n var title = _ref30.title,\n rest = _objectWithoutProperties(_ref30, _excluded30);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d52b1e\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f9e300\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007934\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var BQ_BO = function BQ_BO(_ref31) {\n var title = _ref31.title,\n rest = _objectWithoutProperties(_ref31, _excluded31);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012a87\",\n d: \"M0 342h513V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f9d90f\",\n d: \"M250.4 0H0v166.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#dc171d\",\n d: \"m140.4 118.3 12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"none\",\n stroke: \"#000\",\n strokeWidth: 9,\n strokeMiterlimit: 10,\n cx: 140.4,\n cy: 160.6,\n r: 57.7\n }));\n};\nexport var BQ_SA = function BQ_SA(_ref32) {\n var title = _ref32.title,\n rest = _objectWithoutProperties(_ref32, _excluded32);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#DC171D\",\n d: \"M512 342H0V.7h512V342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012A87\",\n d: \"M512 342H0V171.3h512V342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256 342 0 171.3 256 .7l256 170.7L256 342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F9D90F\",\n d: \"m199.2 249.5 21.7-66.8-56.8-41.2h70.5L256 74.7l21.7 66.8h70.2l-56.8 41.2 21.7 66.8-56.8-41.3z\"\n }));\n};\nexport var BQ_SE = function BQ_SE(_ref33) {\n var title = _ref33.title,\n rest = _objectWithoutProperties(_ref33, _excluded33);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h900v600H0z\",\n fill: \"#dc171d\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M450 168.787 215.691 300 450 431.213 684.309 300z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M281.477 336.852V376h69.961l290.727-52.4V376h-93.668z\",\n fill: \"#dc171f\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M188 288H20V20h418v128zm524 0h168V20H462v128zm-524 24H20v268h418V452zm524 0h168v268H462V452z\",\n fill: \"#012a87\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m450 199.5 8.068 24.827h26.105l-21.12 15.346 8.067 24.827L450 249.157 428.88 264.5l8.066-24.827-21.119-15.345 26.105-.001z\",\n fill: \"#f9d90f\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M281.477 336.852c2.712-8.848 8.614-12.77 16.594-10.995 4.94-18.73 27.739-22.07 36.786-12.857l22.273 22.37c4.837 2.251 12.207 3.095 17.326 3.095 6.33.1 5.621 3.005 10.91 3.106 14.096.27 51.143.458 57.857 0 2.75-.187 64.134-67.857 64.134-67.857 5.12-6.31 18.453-8.333 25.714-3.214 6.786 6.429 13.929 7.143 18.929 2.857 4.405-6.547 14.392-7.309 20.714-3.571l69.45 53.815L548.497 376H351.438l-69.96-39.148z\",\n fill: \"#008830\"\n }));\n};\nexport var BQ = function BQ(_ref34) {\n var title = _ref34.title,\n rest = _objectWithoutProperties(_ref34, _excluded34);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012a87\",\n d: \"M0 342h513V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f9d90f\",\n d: \"M250.4 0H0v166.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#dc171d\",\n d: \"m140.4 118.3 12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"none\",\n stroke: \"#000\",\n strokeWidth: 9,\n strokeMiterlimit: 10,\n cx: 140.4,\n cy: 160.6,\n r: 57.7\n }));\n};\nexport var BR = function BR(_ref35) {\n var title = _ref35.title,\n rest = _objectWithoutProperties(_ref35, _excluded35);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009b3a\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fedf00\",\n d: \"m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 256.5,\n cy: 171,\n r: 80.4\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002776\",\n d: \"M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z\"\n }));\n};\nexport var BS = function BS(_ref36) {\n var title = _ref36.title,\n rest = _objectWithoutProperties(_ref36, _excluded36);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc72c\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0zm0 228h513v114H0z\",\n fill: \"#00778b\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256 171 0 342V0z\"\n }));\n};\nexport var BT = function BT(_ref37) {\n var title = _ref37.title,\n rest = _objectWithoutProperties(_ref37, _excluded37);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF7415\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M513 0H0v342\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"none\",\n stroke: \"#FFF\",\n strokeWidth: 42,\n strokeMiterlimit: 10,\n d: \"M128.7 255.5s35 54 67.3 32.4c56.9-37.9-68.9-108.6-2.9-152.6 58.3-38.8 76.6 103.5 137.6 62.8 59-39.3-64.7-111.4-9.2-148.4 33.4-22.2 67.1 32.6 67.1 32.6\"\n }));\n};\nexport var BV = function BV(_ref38) {\n var title = _ref38.title,\n rest = _objectWithoutProperties(_ref38, _excluded38);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#EF2B2D\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n className: \"prefix__st1\",\n d: \"M139.9 0h93.3v342h-93.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n className: \"prefix__st1\",\n d: \"M0 119h513v104.1H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002868\",\n d: \"M163.2 0h46.6v342h-46.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002868\",\n d: \"M0 145h513v52H0z\"\n }));\n};\nexport var BW = function BW(_ref39) {\n var title = _ref39.title,\n rest = _objectWithoutProperties(_ref39, _excluded39);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 238h513v104H0zM0 0h513v104H0z\",\n fill: \"#6da9d2\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 125.5h513v89.656H0z\"\n }));\n};\nexport var BY = function BY(_ref40) {\n var title = _ref40.title,\n rest = _objectWithoutProperties(_ref40, _excluded40);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007C30\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CE1720\",\n d: \"M0 230h513V0H0\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M100 230V0H0v342h513-413z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M28 159.6 8.6 128.2 28 97.4l19.3 30.8zm44.6 0-19.3-31.4 19.3-30.8L92 128.2zM28 241.2 8.6 209.8 28 179l19.3 30.8zm44.6 0-19.3-31.4L72.6 179 92 209.8z\",\n fill: \"#CE1720\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m28 73.8-16.1-26L28 22.2l16 25.6zm44.6 0-16-26 16-25.6 16.1 25.6zM28 318l-16.1-26.1L28 266.3l16 25.6zm44.6 0-16-26.1 16-25.6 16.1 25.6z\",\n fill: \"none\",\n stroke: \"#CE1720\",\n strokeWidth: 7\n }));\n};\nexport var BZ = function BZ(_ref41) {\n var title = _ref41.title,\n rest = _objectWithoutProperties(_ref41, _excluded41);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#003e87\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 260.9,\n cy: 170.9,\n r: 118.9\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"none\",\n stroke: \"#6DA544\",\n strokeWidth: 18,\n strokeMiterlimit: 10,\n cx: 261.9,\n cy: 173.1,\n r: 94.5\n }), /*#__PURE__*/React.createElement(\"g\", {\n stroke: \"#000\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#003e87\",\n d: \"m261.9 151.5-50.6 23.4v20c0 11.8 6.1 22.8 16.2 28.9L262 239l34.5-15.2c10-6.2 16.2-17.1 16.2-28.9v-20l-50.8-23.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M211.3 128.1h101.3v46.7H211.3z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v35H0zm0 306h513v35H0z\",\n fill: \"#ce1127\"\n }));\n};\nexport var CA = function CA(_ref42) {\n var title = _ref42.title,\n rest = _objectWithoutProperties(_ref42, _excluded42);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h142v342H0zm371 0h142v342H371zm-64.5 206 50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z\",\n fill: \"red\"\n }));\n};\nexport var CC = function CC(_ref43) {\n var title = _ref43.title,\n rest = _objectWithoutProperties(_ref43, _excluded43);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"green\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m422.7 252.4 6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.2V301l-11.1-8.9-11.1 8.9v-14.2l-13.8-3.2 11.1-8.8-6.2-12.8 13.9 3.2zm-46.6-136.3 6.2 12.9 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.1v14.3l-11.1-8.9-11.1 8.9.1-14.3-13.9-3.1 11.1-8.8-6.2-12.8L370 129zm37-77.8 6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.9-13.9 3.1v14.2L413.1 78 402 86.9l.1-14.2-13.9-3.1 11.1-8.9-6.2-12.8 13.9 3.2zm51.8 58.4 6.2 12.8 13.9-3.2-6.3 12.8 11.2 8.9-13.9 3.1.1 14.2-11.2-8.9-11.1 8.9.1-14.2L440 128l11.2-8.9-6.3-12.8 13.9 3.2zm-28 68.1 4.9 14.8h15.6l-12.6 9.2 4.8 14.9-12.7-9.2-12.6 9.2 4.8-14.9-12.6-9.2h15.6zM306.8 254.7c-49.2 0-89.1-39.9-89.1-89.1s39.9-89.1 89.1-89.1c15.3 0 29.8 3.9 42.4 10.7C329.4 67.9 302.3 56 272.5 56c-60.5 0-109.6 49.1-109.6 109.6S212 275.3 272.5 275.3c29.8 0 56.9-11.9 76.6-31.3-12.6 6.8-27 10.7-42.3 10.7zM140.4 59.5C129.7 41 109.7 28.6 86.8 28.6S44 41 33.3 59.5h107.1zm.2.4-53.8 53.8-53.7-53.8C28 68.9 25 79.3 25 90.5c0 34.2 27.7 61.9 61.9 61.9s61.9-27.7 61.9-61.9c-.1-11.2-3.1-21.6-8.2-30.6z\",\n fill: \"#FFDA44\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A2001D\",\n d: \"M71.4 98.2v52.2c4.9 1.3 10.1 1.9 15.5 1.9s10.5-.7 15.5-1.9V98.2h-31z\"\n }));\n};\nexport var CD = function CD(_ref44) {\n var title = _ref44.title,\n rest = _objectWithoutProperties(_ref44, _excluded44);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M513 66.9V0H411.7L0 274.4V342h100.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M513 0v40.1L60.2 342H0v-40.8L451.8 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m93.6 31.2 16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z\"\n }));\n};\nexport var CF = function CF(_ref45) {\n var title = _ref45.title,\n rest = _objectWithoutProperties(_ref45, _excluded45);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d21034\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z\",\n fill: \"#3a9927\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#003082\",\n d: \"M0 0v85.3h211.5V0h89v85.3H513V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M300.5 342h-89v-86H0v86h513v-86H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z\",\n fill: \"#ffce00\"\n }));\n};\nexport var CG = function CG(_ref46) {\n var title = _ref46.title,\n rest = _objectWithoutProperties(_ref46, _excluded46);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009739\",\n d: \"M0 0h900v600H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 600 600 0h300v600z\",\n fill: \"#ffd100\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M900 0v600H300z\",\n fill: \"#dc241f\"\n }));\n};\nexport var CH = function CH(_ref47) {\n var title = _ref47.title,\n rest = _objectWithoutProperties(_ref47, _excluded47);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 768 512\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"red\",\n d: \"M0 0h768v512H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M336 96h96v112h112v96H432v112h-96V304H224v-96h112V96z\"\n }));\n};\nexport var CI = function CI(_ref48) {\n var title = _ref48.title,\n rest = _objectWithoutProperties(_ref48, _excluded48);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009e60\",\n d: \"M342 0h171v342H342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f77f00\",\n d: \"M0 0h171v342H0z\"\n }));\n};\nexport var CK = function CK(_ref49) {\n var title = _ref49.title,\n rest = _objectWithoutProperties(_ref49, _excluded49);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m384 71.4 5.3 16.2h17.1l-13.9 10.1 5.3 16.2-13.8-10-13.8 10 5.3-16.2-13.9-10.1h17.1zm-70.2 29.1 15.2 7.7 12.1-12.1-2.7 16.9 15.3 7.8-16.9 2.6-2.7 16.9-7.8-15.2-16.8 2.7 12.1-12.1zm-29.1 70.2 16.3-5.3v-17.1l10 13.8 16.3-5.3-10.1 13.9 10.1 13.8-16.3-5.3-10 13.8v-17.1zm29.1 70.2 7.7-15.3-12-12 16.8 2.6 7.8-15.2 2.7 16.9 16.9 2.7-15.3 7.7 2.7 16.9-12.1-12.1zM384 270l-5.3-16.3h-17.1l13.9-10-5.3-16.3 13.8 10 13.8-10-5.3 16.3 13.9 10h-17.1zm70.2-29.1-15.2-7.8-12.1 12.1 2.7-16.9-15.3-7.7 16.9-2.7 2.7-16.9 7.8 15.2 16.8-2.6-12.1 12zm29.1-70.2-16.3 5.2V193l-10-13.8-16.3 5.3 10.1-13.8-10.1-13.9 16.3 5.3 10-13.8v17.1zm-29.1-70.2-7.7 15.2 12 12.1-16.8-2.7-7.8 15.2-2.7-16.9-16.9-2.6 15.3-7.8-2.7-16.9 12.1 12.1z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var CL = function CL(_ref50) {\n var title = _ref50.title,\n rest = _objectWithoutProperties(_ref50, _excluded50);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M196 0h317v171H196z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0037A1\",\n d: \"M0 0h196v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M98 24.5 113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z\"\n }));\n};\nexport var CM = function CM(_ref51) {\n var title = _ref51.title,\n rest = _objectWithoutProperties(_ref51, _excluded51);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ce1126\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007a5e\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M342 0h171v342H342zm-86 102.2 17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z\",\n fill: \"#fcd116\"\n }));\n};\nexport var CN = function CN(_ref52) {\n var title = _ref52.title,\n rest = _objectWithoutProperties(_ref52, _excluded52);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z\",\n fill: \"#FFDA44\"\n }));\n};\nexport var CO = function CO(_ref53) {\n var title = _ref53.title,\n rest = _objectWithoutProperties(_ref53, _excluded53);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 256.5h513V342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 171h513v85.5H0z\"\n }));\n};\nexport var CR = function CR(_ref54) {\n var title = _ref54.title,\n rest = _objectWithoutProperties(_ref54, _excluded54);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 285h513v57H0zM0 0h513v57H0z\"\n }));\n};\nexport var CU = function CU(_ref55) {\n var title = _ref55.title,\n rest = _objectWithoutProperties(_ref55, _excluded55);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF9811\",\n d: \"M0-40.8v422.9-211.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z\",\n fill: \"#0052B4\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M256 170.7 0 342V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m86.5 111.4 12.7 39.2h41.3l-33.4 24.2 12.8 39.3-33.4-24.2-33.4 24.2 12.8-39.3-33.4-24.2h41.2z\"\n }));\n};\nexport var CV = function CV(_ref56) {\n var title = _ref56.title,\n rest = _objectWithoutProperties(_ref56, _excluded56);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#003893\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#cf2027\",\n d: \"M0 182.2h513v41.4H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 140.8h513v41.4H0zm0 82.8h513V265H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m150.4 70 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13.1-17.9 13.1 6.8-21.1-17.9-13.1h22.2zm0 209.7 6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zm-97.6-70.9 6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13H46zM90.1 91l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-18-13h22.3zm-66.3 71H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zm48.4 148.9 6.8-21.1-18-13h22.3l6.8-21.2 6.9 21.2h22.2l-18 13 6.9 21.1-18-13zM248 208.8l-6.9 21.1h-22.2l18 13-6.9 21.2 18-13.1 18 13.1-6.9-21.2 18-13h-22.2zM210.7 91l-6.8 21.1h-22.2l17.9 13-6.8 21.2 17.9-13.1 18 13.1-6.9-21.2 18-13h-22.2zm66.4 71h-22.2l-6.9-21.1-6.9 21.1h-22.2l18 13.1-6.9 21.1 18-13 18 13-6.9-21.1zm-48.4 148.9-6.9-21.1 18-13h-22.2l-6.9-21.2-6.8 21.2h-22.2l17.9 13-6.8 21.1 17.9-13z\",\n fill: \"#f7d116\",\n stroke: \"#000\"\n }));\n};\nexport var CW = function CW(_ref57) {\n var title = _ref57.title,\n rest = _objectWithoutProperties(_ref57, _excluded57);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002b7f\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f9e814\",\n d: \"M0 233.5h513v51H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m168.7 86.5 12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zm-83.3-54 7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z\",\n fill: \"#FFF\"\n }));\n};\nexport var CX = function CX(_ref58) {\n var title = _ref58.title,\n rest = _objectWithoutProperties(_ref58, _excluded58);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0021ad\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1c8a42\",\n d: \"M0 0h513v342\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m77.6 272 5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9V317l-10.3-8.3-10.2 8.3v-13.2l-12.8-2.9 10.3-8.1-5.8-11.9 12.9 3zm-37.1-98.9 5.7 11.9 12.8-3-5.7 11.8 10.3 8.2-12.9 2.9.1 13.2-10.3-8.3-10.3 8.3.1-13.2-12.9-2.9 10.4-8.2L22 182l12.8 3zm37.1-80.9 5.7 11.8 12.8-2.9-5.7 11.8 10.3 8.2-12.8 2.9v13.1l-10.3-8.2-10.2 8.2V124l-12.8-2.9 10.3-8.2-5.8-11.8L72 104zm46.1 62.9 5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9v13.2l-10.3-8.2-10.2 8.2v-13.2l-12.8-2.9 10.3-8.1-5.7-11.9 12.8 3zm-32.9 54 4.4 13.7h14.5L98 231.3l4.5 13.7-11.7-8.4-11.7 8.4 4.5-13.7-11.7-8.5h14.4z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#ffc639\",\n cx: 267.1,\n cy: 170.7,\n r: 74.5\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1c8a42\",\n d: \"M267.1 220.3h24.8s10.8-19 0-37.2l24.8-24.8-12.4-24.8h-12.4s-6.2 18.6-31 18.6-31-18.6-31-18.6h-12.4l12.4 24.8-12.4 24.8 12.4 12.4s12.4-24.8 37.2-12.4c0 0 10.5 15.5 0 37.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc639\",\n d: \"M464.4 92.2c.6-2.9-.2-17.6-.2-20.7 0-21.3-13.9-39.4-33.2-45.7 5.9 12 9.2 25.4 9.2 39.7 0 4.8-.4 9.5-1.1 14.1-2.9-4.7-6.6-8.9-11.2-12.6-17.1-13.6-40.6-14-57.9-2.5 13.4 2.9 26.3 8.9 37.7 18 9 7.1 16.2 16.8 21.7 26.1 0 0-17.8 10.9-31 15.1s-42.3 7.9-42.3 7.9c72 12 132-36 132-36-6.5-13.4-15.8-4-23.7-3.4z\"\n }));\n};\nexport var CY = function CY(_ref59) {\n var title = _ref59.title,\n rest = _objectWithoutProperties(_ref59, _excluded59);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#DB7D00\",\n d: \"M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#006651\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z\"\n })));\n};\nexport var CZ = function CZ(_ref60) {\n var title = _ref60.title,\n rest = _objectWithoutProperties(_ref60, _excluded60);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#11457e\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d7141a\",\n d: \"M513 171v171H0l256.5-171z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 0v171H256.5L0 0z\"\n }));\n};\nexport var DE = function DE(_ref61) {\n var title = _ref61.title,\n rest = _objectWithoutProperties(_ref61, _excluded61);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var DJ = function DJ(_ref62) {\n var title = _ref62.title,\n rest = _objectWithoutProperties(_ref62, _excluded62);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#12ad2b\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6ab2e7\",\n d: \"M513 0v166.7L0 170.8V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256 170.7 0 342V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d7141a\",\n d: \"m89.8 92.5 17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z\"\n }));\n};\nexport var DK = function DK(_ref63) {\n var title = _ref63.title,\n rest = _objectWithoutProperties(_ref63, _excluded63);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c60c30\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M190 0h-60v140H0v60h130v142h60V200h323v-60H190z\"\n }));\n};\nexport var DM = function DM(_ref64) {\n var title = _ref64.title,\n rest = _objectWithoutProperties(_ref64, _excluded64);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 110.7v120h513v-120z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 110.7h513v40H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 190.7h513v40H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M196 0h120v342H196z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M196 0h40v342h-40z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M274.7 0h40v342h-40z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#D80027\",\n cx: 256,\n cy: 170.7,\n r: 123.1\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m256 58.6 4.6 14.2h15l-12.1 8.9 4.6 14.2-12.1-8.8-12.1 8.8 4.6-14.2-12.1-8.9h15zM190.1 80l12.2 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15l-4.6 14.2-4.7-14.2h-15l12.1-8.8zm-40.7 56h15l4.6-14.2 4.7 14.2h15l-12.2 8.8 4.7 14.3-12.2-8.8-12.1 8.8 4.6-14.3zm0 69.3 12.1-8.8-4.6-14.3L169 191l12.2-8.8-4.7 14.3 12.2 8.8h-15l-4.7 14.3-4.6-14.3zm40.7 56.1 4.6-14.3-12.1-8.8h15l4.7-14.3 4.6 14.3h15l-12.1 8.8 4.6 14.3-12.1-8.9zm65.9 21.4-4.6-14.3h-15l12.1-8.8-4.6-14.3 12.1 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15zm65.9-21.4-12.2-8.9-12.1 8.9 4.6-14.3-12.1-8.8h15l4.6-14.3 4.7 14.3h15l-12.1 8.8zm40.7-56.1h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zm0-69.3-12.1 8.8 4.6 14.3-12.1-8.8-12.2 8.8 4.7-14.3-12.2-8.8h15l4.7-14.2 4.6 14.2zm-40.7-56-4.6 14.3 12.1 8.8h-15l-4.7 14.2-4.6-14.2h-15l12.1-8.8-4.6-14.3 12.1 8.8zM279.3 168.7c-11-21.1-14.5-25.1-14.5-25.1s.4-9.7.4-15.6c0-8.8-7.4-15.8-16.5-15.8-8.6 0-15.7 2.9-16.5 11-4.2.9-8.6 4.1-8.6 10.7 0 4.8 1 7.3 5.2 9.3 2.1-4.6 4.3-4.8 9.3-6.4.8.6 1.7 3 2.6 3.4l.3 1s-13.3 6.6-13.3 30.9c0 29.5 22 45.4 22 45.4l-1.8.3-1.9 7.1h22v-7.2l11 17.5c.3-.3 10.2-47.6.3-66.5z\",\n fill: \"#496E2D\"\n }));\n};\nexport var DO = function DO(_ref65) {\n var title = _ref65.title,\n rest = _objectWithoutProperties(_ref65, _excluded65);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 216h211v126H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h211v126H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M302 0h211v126H302z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M302 216h211v126H302z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n stroke: \"#FFF\",\n strokeWidth: 5,\n strokeMiterlimit: 10\n }, /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M256 130h-49.9v49.4s19.5 6 49.9 6V130z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M206.1 179.4v6c0 27.5 22.3 49.9 49.9 49.9v-49.9c-30.4 0-49.9-6-49.9-6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z\"\n })));\n};\nexport var DZ = function DZ(_ref66) {\n var title = _ref66.title,\n rest = _objectWithoutProperties(_ref66, _excluded66);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#41662E\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256.5 0H513v342H256.5z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m341.5 105.3-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z\"\n })));\n};\nexport var EC = function EC(_ref67) {\n var title = _ref67.title,\n rest = _objectWithoutProperties(_ref67, _excluded67);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 170.7h513V256H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 256h513v85.3H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFDA44\",\n cx: 256,\n cy: 171,\n r: 60\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#4C1F00\",\n d: \"M369.2 79.9s-27.2-13.8-33.9-16c-6.7-2.2-49.1-13.2-49.1-7 0 10.3-13.5 12-15.5 12s-2-5.3-14.8-5.3-13.7 4.8-15.8 4.8c-2.2 0-14.5-1-14.5-11.5 0-5.2-42.9 4-49.1 7-6.1 3.1-33.9 16-33.9 16s45.8 2.7 53.9 6.2 43.8 16.5 43.8 16.5l-2.8 13.3h37.8l-3.8-13.3s35.1-12.7 43.8-16.5 53.9-6.2 53.9-6.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#57BA17\",\n d: \"M217.7 171.7c0 21.1 17.2 38.3 38.3 38.3 21.1 0 38.3-17.2 38.3-38.3v-11.5h-76.5v11.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M256 110.5c-21.1 0-38.3 17.2-38.3 38.3v11.5h76.5v-11.5c.1-21.1-17.1-38.3-38.2-38.3z\"\n }));\n};\nexport var EE = function EE(_ref68) {\n var title = _ref68.title,\n rest = _objectWithoutProperties(_ref68, _excluded68);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#111\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#368FD8\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var EG = function EG(_ref69) {\n var title = _ref69.title,\n rest = _objectWithoutProperties(_ref69, _excluded69);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#C09300\",\n d: \"M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z\"\n }));\n};\nexport var EH = function EH(_ref70) {\n var title = _ref70.title,\n rest = _objectWithoutProperties(_ref70, _excluded70);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#428823\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256 171 0 342V0zm53.1 0c0-22.9 13.1-42.1 34.6-46.8-3.3-.7-6.7-1.1-10.3-1.1-26.4 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9c3.5 0 7-.4 10.3-1.1-21.5-5.1-34.6-24.2-34.6-46.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m365 129.2 10.3 31.7h33.3l-27 19.6 10.3 31.7-26.9-19.6-27 19.6 10.3-31.7-27-19.6h33.4z\"\n })));\n};\nexport var ER = function ER(_ref71) {\n var title = _ref71.title,\n rest = _objectWithoutProperties(_ref71, _excluded71);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#56AF35\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"m0 342 513-171L0 0v342z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#ffc945\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 119.5,\n cy: 148.3,\n r: 17.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 148.9,\n cy: 158.5,\n r: 17.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 134.7,\n cy: 135.2,\n r: 17.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 119.5,\n cy: 172.7,\n r: 17.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 149.9,\n cy: 182.8,\n r: 17.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 122.5,\n cy: 198,\n r: 17.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 145.9,\n cy: 205.2,\n r: 17.5\n })));\n};\nexport var ES_CT = function ES_CT(_ref72) {\n var title = _ref72.title,\n rest = _objectWithoutProperties(_ref72, _excluded72);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 810 540\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FCDD09\",\n d: \"M0 0h810v540H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n stroke: \"#DA121A\",\n strokeWidth: 60,\n d: \"M0 90h810m0 120H0m0 120h810m0 120H0\"\n }));\n};\nexport var ES = function ES(_ref73) {\n var title = _ref73.title,\n rest = _objectWithoutProperties(_ref73, _excluded73);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 22.5 15\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h22.5v15H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D03433\",\n d: \"M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FBCA46\",\n d: \"M0 4h22.5v7H0V4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M7.8 7h1v.5h-1V7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A41517\",\n d: \"M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A41517\",\n d: \"M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z\"\n }));\n};\nexport var ET = function ET(_ref74) {\n var title = _ref74.title,\n rest = _objectWithoutProperties(_ref74, _excluded74);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 22.5 15\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#20AA46\",\n d: \"M0 0h22.5v5H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#E92F3B\",\n d: \"M0 10h22.5v5H0v-5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FADF50\",\n d: \"M0 5h22.5v5H0V5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#205CCA\",\n cx: 11.3,\n cy: 7.5,\n r: 5.2\n }), /*#__PURE__*/React.createElement(\"g\", {\n stroke: \"#FFDB3D\",\n fill: \"none\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m11.3 8.8-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1\",\n strokeWidth: 0.5\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m8.7 3.9 1.1 1.6m4-1.7-1 1.6m-1.5 4.7V12M8.9 8.3 7.1 9m8.4 0-1.8-.7\",\n strokeWidth: 0.25\n })));\n};\nexport var EU = function EU(_ref75) {\n var title = _ref75.title,\n rest = _objectWithoutProperties(_ref75, _excluded75);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 810 540\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#039\",\n d: \"M0 0h810v540H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FC0\",\n d: \"m404.951 59.865 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-90 24 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-66 66 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-24 89.999 6.735 20.719h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm24 90.001 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm66 66 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm180-312 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm66 66 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm24 90 6.735 20.718h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm-24 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm-156 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm90-24.001 6.735 20.719h21.894l-17.633 12.812 6.639 20.74-17.635-12.812-17.633 12.812 6.735-20.73-17.633-12.811h21.797z\"\n }));\n};\nexport var FI = function FI(_ref76) {\n var title = _ref76.title,\n rest = _objectWithoutProperties(_ref76, _excluded76);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2E52B2\",\n d: \"M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z\"\n }));\n};\nexport var FJ = function FJ(_ref77) {\n var title = _ref77.title,\n rest = _objectWithoutProperties(_ref77, _excluded77);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#62B5E5\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F3F3F3\",\n d: \"M307.1 127.1v92c0 61.6 80.5 80.5 80.5 80.5s80.4-19 80.4-80.6v-92l-80.5-23-80.4 23.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c8102e\",\n d: \"M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var FK = function FK(_ref78) {\n var title = _ref78.title,\n rest = _objectWithoutProperties(_ref78, _excluded78);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2a7fff\",\n d: \"M311.2 190.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M311.2 190.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3e6d1e\",\n d: \"M346.1 189.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8s-19.1 4.8-19.1 4.8c-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#e5e5e5\",\n d: \"M356.4 175.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1s-45.1 13.5-45.1 30.1c-.1 8.5 6.6 28.5 15 30.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M355 266.7c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM321.1 206c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z\"\n }));\n};\nexport var FM = function FM(_ref79) {\n var title = _ref79.title,\n rest = _objectWithoutProperties(_ref79, _excluded79);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m256 37.9 10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zm132.8-132.8-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z\",\n fill: \"#FFF\"\n }));\n};\nexport var FO = function FO(_ref80) {\n var title = _ref80.title,\n rest = _objectWithoutProperties(_ref80, _excluded80);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0F61A5\",\n d: \"M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#E50E3D\",\n d: \"M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z\"\n }));\n};\nexport var FR = function FR(_ref81) {\n var title = _ref81.title,\n rest = _objectWithoutProperties(_ref81, _excluded81);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00318A\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var GA = function GA(_ref82) {\n var title = _ref82.title,\n rest = _objectWithoutProperties(_ref82, _excluded82);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var GB_ENG = function GB_ENG(_ref83) {\n var title = _ref83.title,\n rest = _objectWithoutProperties(_ref83, _excluded83);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 136h513v70H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M221.5 0h70v342h-70z\"\n }));\n};\nexport var GB_NIR = function GB_NIR(_ref84) {\n var title = _ref84.title,\n rest = _objectWithoutProperties(_ref84, _excluded84);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 136h513v70H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M221.5 0h70v342h-70z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n stroke: \"#231F20\",\n strokeMiterlimit: 10,\n d: \"m256.5 87.8-24 41.4h-48.8l24.7 42.1-24.7 42.1h48.8l24 42.1 24-42.1h48.8l-24.7-42.1 24.7-42.1h-48.8l-24-41.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M258.6 130.6c-3.3 0-3.3 3.3-3.3 3.3V160h-2v-22s0-4-3.3-4c-4 0-4 4-4 4v23.4l-2 .7v-16.7s0-4-3.3-4c-4 0-4 4-4 4V174c0 6.7 3.3 13.4 8 17.4v14h24V194c6-3.3 10.7-9.4 12-16.7 0-4 1.3-7.3 2.7-10.7l2.7-9.4s.7-3.3-2.7-4.7-4.7 2-4.7 2l-5.3 12.7h-2v-31.4s0-3.3-3.3-3.3c-4 0-4 3.3-4 3.3v24h-1.3v-26.1c-.2.2-.2-3.1-4.2-3.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n stroke: \"#231F20\",\n strokeMiterlimit: 10,\n d: \"M249.2 25.7V33h-7.3v14.7h7.3v14c-4-4-9.4-6-14.7-6-12.2-.1-22.1 9.6-22.3 21.8-.1 6.1 2.4 12 6.9 16.3v13.4h74.8V93.8c4-4.7 6.7-10 6.7-16-.2-12.2-10.3-21.9-22.4-21.6-5.3.1-10.4 2.1-14.3 5.6v-14h7.3V33.1h-7.3v-7.3l-14.7-.1z\"\n }));\n};\nexport var GB_SCT = function GB_SCT(_ref85) {\n var title = _ref85.title,\n rest = _objectWithoutProperties(_ref85, _excluded85);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#005EB8\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 302.1V342h59.9l196.6-131.1L453.1 342H513v-39.9L316.4 171 513 39.9V0h-59.9L256.5 131.1 59.9 0H0v39.9L196.7 171z\"\n }));\n};\nexport var GB_WLS = function GB_WLS(_ref86) {\n var title = _ref86.title,\n rest = _objectWithoutProperties(_ref86, _excluded86);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#529E3C\",\n d: \"M0 171h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D11C1C\",\n d: \"m201 259.8 28.2-4.8-21.8-10.3 14.9-8.4s25.2 21.2 25.2 14.4c0-7.3 23.7-4.1 22.7-14.4-1.3-14.1-26.2-1-30.6-18.7-2.5-9.9-10.3-8.6-10.3-8.6l-25.1 8.6-12.5 18.7-6.2-18.7s-14.6 11.9-19.5 18.7c-5.2 7.3-10.7 23.5-10.7 23.5l25.6 10.7-37.3-6.6-27.2 6.6-16.7 4.6 7.3-7.7-15-7.6 15-9-7.3-6.1 32.3 6.1s11.8-1.2 16.3-6.1c5.6-6.2 10.1-27.1 10.1-27.1l-14.8-8.6-11.6 21s-8-19.9-15.6-31c-5.7-8.3-24.3-27.3-24.3-27.3l-24 12.6 13.4-26.7s10.6-9.3 3.9-18.8c-6.8-9.5-12.4-30.9-12.4-30.9s14.1 24.4 19.2 22.5c7.2-2.7-9-25 0-28.9 6.5-2.9 7.6 25.5 7.6 25.5l7.3-13.9v17.3s-4.3 20.7 3 33c7.2 12.3 28.7 20.9 28.7 20.9s-5.6-12.3 0-36c3.8-16 17.2-43.4 23.6-52.1 3.3-4.6-26.7 17-26.7 17v-17l-28.6-2.9-7.3 8.3-18.3-30L104 83.1h34.6l-6.7-8.3H104s5.9-12.1 34.6-12.1l13.6-9.2s18.6.5 29 .9c9.3.4 26.1-11.5 26.1-11.5l4.7 11.5-11 17.3 11.1 11.4-4.7 7 8.1 11.5H201l11.1 17.9-11.1-6.3 6.4 17.3-6.4 17.8 28.2-9.5s0-25.6 10.3-37.2C271.1 69.2 322.6 43 322.6 43s-2.7 23.5 4.9 25.4c11.1 2.7 59.4-19.4 59.4-19.4s-29 31.3-23.1 34.1c3.2 1.5 8.5 7 8.5 7s-25.1 20.5-29.3 29.3c-4.2 8.8 6.1 19.4 6.1 19.4s-21.7 0-32.5 9.5c32.5 0 59.1 15.4 74.8 4 10.5-7.6-37.7-2.9-31.4-21.9 2.4-7.1 8.5-15.2 22.6-17.3s19.1 6.3 19.1 6.3l7.6-11.5h-22.4l40.6-39.6 5.3 51.1-13.7-11.4-6.2 19.2c14.6 44.6-52.8 54.1-52.8 54.1l41.6 27.8-14.8 4.2-4.2 41.7 19.1 15.5-25-6.6-49.2 11.2 9.8-15.3-20.6 4.1 13.7-13.1-13.7-6.1 17.6-4.9 22.1 15.2s11-14.2 12.2-21.7c1.3-7.8-4.8-24.2-4.8-24.2s-32.6-.7-44.1-3.5-18.2-11.9-18.2-11.9l-13.1 15.4s45.5 17.1 34.1 24.2c-2.6 1.7-15.7-3.2-15.7-3.2s-22.4 26.2-36.8 29.7c-6.5 1.6 18.3 10.7 18.3 10.7s-21.2-3.4-32-6.6c-11.3-3.4-44.4 6.6-44.4 6.6l-11-10.7zM383.9 138c3.1 0 5.7-2.6 5.7-5.7s-2.6-5.7-5.7-5.7-5.7 2.6-5.7 5.7 2.5 5.7 5.7 5.7z\"\n }));\n};\nexport var GB = function GB(_ref87) {\n var title = _ref87.title,\n rest = _objectWithoutProperties(_ref87, _excluded87);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v341.3H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z\",\n fill: \"#012169\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#c8102e\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z\"\n })));\n};\nexport var GD = function GD(_ref88) {\n var title = _ref88.title,\n rest = _objectWithoutProperties(_ref88, _excluded88);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c60a0a\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3E8446\",\n d: \"m256.5 170.7-212 126.1V44.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z\",\n fill: \"#FFDA44\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3E8446\",\n d: \"M467.5 44.5v252.3l-211-126.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m256.5 10.4 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0 3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm-85.4 293.8 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0 3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7z\",\n fill: \"#FFDA44\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#c60a0a\",\n cx: 244.5,\n cy: 170.7,\n r: 76.2\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m244.5 110.1 13.6 41.8h44l-35.6 25.8 13.6 41.8-35.6-25.8-35.5 25.8 13.6-41.8-35.6-25.8h44zm-136.8 57.7c4.4 6.9 2.3 16.1-4.6 20.5s-16.1 2.3-20.5-4.6c-7.9-12.5-3.3-33-3.3-33s20.4 4.6 28.4 17.1z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#A2001D\",\n cx: 99.1,\n cy: 182.1,\n r: 7.4\n }));\n};\nexport var GE = function GE(_ref89) {\n var title = _ref89.title,\n rest = _objectWithoutProperties(_ref89, _excluded89);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 22.5 15\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fff\",\n d: \"M0 0h22.5v15H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#eb000e\",\n d: \"M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#eb000e\",\n d: \"m17.3 2.7-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm-12.7 0-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm0 9-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm12.7 0-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2z\"\n }));\n};\nexport var GF = function GF(_ref90) {\n var title = _ref90.title,\n rest = _objectWithoutProperties(_ref90, _excluded90);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 90 60\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FDEB01\",\n d: \"m0 0 90 60H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#58A846\",\n d: \"M90 0v60L0 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ED3D24\",\n d: \"m50.7 33.3 9.3-6.7H48.5L45 15.7l-3.5 10.9H30l9.3 6.7-3.6 11 9.3-6.7 9.3 6.7z\"\n }));\n};\nexport var GG = function GG(_ref91) {\n var title = _ref91.title,\n rest = _objectWithoutProperties(_ref91, _excluded91);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m368.6 188 26 17.3V136l-26 17.3h-95.3V58.1l17.3-26h-69.2l17.3 26v95.2h-95.3l-26-17.3v69.3l26-17.3h95.3v95.2l-17.3 26h69.2l-17.3-26V188z\"\n }));\n};\nexport var GH = function GH(_ref92) {\n var title = _ref92.title,\n rest = _objectWithoutProperties(_ref92, _excluded92);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z\"\n }));\n};\nexport var GI = function GI(_ref93) {\n var title = _ref93.title,\n rest = _objectWithoutProperties(_ref93, _excluded93);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 230h513v112H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n stroke: \"#000\",\n strokeMiterlimit: 10,\n d: \"M363.1 131.8V99.1H374V77.3h-21.9v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7h-21.8V55.5h10.9V33.7h-21.8v10.9h-10.9V33.7H254v10.9h-10.9V33.7h-21.8v21.8h10.9v76.3h-21.8V99.1h10.9V77.3h-21.8v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7H145V219h239.9v-87.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n stroke: \"#000\",\n strokeMiterlimit: 10,\n d: \"m264.9 235.5-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zm-69.1 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm151.8 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm8.4-77.7v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zm-78.8 0v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zm-73 0v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z\"\n }));\n};\nexport var GL = function GL(_ref94) {\n var title = _ref94.title,\n rest = _objectWithoutProperties(_ref94, _excluded94);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 0v171H0V0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 185.8,\n cy: 171.2,\n r: 117.8\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8\"\n }));\n};\nexport var GM = function GM(_ref95) {\n var title = _ref95.title,\n rest = _objectWithoutProperties(_ref95, _excluded95);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#cf0d19\",\n d: \"M0 0h513v100H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 121h513v100H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1a7e25\",\n d: \"M0 242h513v100H0z\"\n }));\n};\nexport var GN = function GN(_ref96) {\n var title = _ref96.title,\n rest = _objectWithoutProperties(_ref96, _excluded96);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h512v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M342 0h171v342H342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h171v342H0z\"\n }));\n};\nexport var GP = function GP(_ref97) {\n var title = _ref97.title,\n rest = _objectWithoutProperties(_ref97, _excluded97);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00318A\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var GQ = function GQ(_ref98) {\n var title = _ref98.title,\n rest = _objectWithoutProperties(_ref98, _excluded98);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h513v113.8H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 227.6h513V342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0070C8\",\n d: \"M126 171 0 342V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"none\",\n stroke: \"#000\",\n strokeMiterlimit: 10,\n d: \"M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#786145\",\n d: \"M264.5 179.8h9.8l4 25.8h-17.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m230.7 120 1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zm15.3 0 1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zm15.3 0 1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zm15.8 0 1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zm16 0 1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zm15 0 1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z\",\n fill: \"#FFDA00\",\n stroke: \"#000\",\n strokeMiterlimit: 10\n }));\n};\nexport var GR = function GR(_ref99) {\n var title = _ref99.title,\n rest = _objectWithoutProperties(_ref99, _excluded99);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#0d5eaf\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h190v190H0z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 76h190v38H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M76 0h38v190H76z\"\n })));\n};\nexport var GS = function GS(_ref100) {\n var title = _ref100.title,\n rest = _objectWithoutProperties(_ref100, _excluded100);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#FFF\",\n cx: 443.4,\n cy: 233.6,\n rx: 29,\n ry: 43.5\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#FFCE00\",\n cx: 406.9,\n cy: 317.7,\n rx: 22,\n ry: 9.3\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#FFCE00\",\n cx: 364,\n cy: 317.7,\n rx: 22,\n ry: 9.3\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#39B200\",\n d: \"m342 190.1 43.4 86.9 43.5-86.9z\"\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#9B9B9B\",\n cx: 327.5,\n cy: 233.6,\n rx: 29,\n ry: 43.5\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#757575\",\n d: \"m371 175.6-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#C6B56F\",\n cx: 385.4,\n cy: 67,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#923f00\",\n cx: 386,\n cy: 88.7,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 443.4,\n cy: 117.7,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#0049FF\",\n cx: 342.2,\n cy: 146.7,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#0041F9\",\n cx: 429.8,\n cy: 146.7,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#F7D71E\",\n cx: 386,\n cy: 233.6,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#CEC851\",\n cx: 457.9,\n cy: 190.1,\n r: 29\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 385.4,\n cy: 289.5,\n r: 29\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#7C0B29\",\n d: \"m371 135.7 14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 327.5,\n cy: 117.4,\n r: 29\n }));\n};\nexport var GT = function GT(_ref101) {\n var title = _ref101.title,\n rest = _objectWithoutProperties(_ref101, _excluded101);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0zm342 0h171v342H342z\",\n fill: \"#338AF3\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#DCC26D\",\n cx: 256,\n cy: 155.8,\n r: 25.5\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#628A40\",\n d: \"M194.2 155.9c0 22.1 11.8 42.5 30.8 53.5 5.9 3.4 13.5 1.4 16.9-4.5 3.4-5.9 1.4-13.5-4.5-16.9-11.5-6.6-18.5-18.9-18.5-32.1 0-6.8-5.5-12.4-12.4-12.4s-12.3 5.5-12.3 12.4zm95.1 52.1c17.8-11.4 28.6-31 28.5-52.1 0-6.8-5.5-12.4-12.4-12.4-6.8 0-12.4 5.5-12.4 12.4 0 12.7-6.5 24.5-17.1 31.3-5.8 3.6-7.7 11.2-4.1 17 3.6 5.8 11.2 7.7 17 4.1.2-.1.3-.2.5-.3z\"\n }));\n};\nexport var GU = function GU(_ref102) {\n var title = _ref102.title,\n rest = _objectWithoutProperties(_ref102, _excluded102);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M11.1 11.1h489.7v319.1H11.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#7DBEF1\",\n d: \"M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1C8AE6\",\n d: \"M179.8 180.7h152.6l-29.3 64.9h-95.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF042\",\n d: \"M192.3 205.9s40.5 38.2 51 38.2c12.4 0 12.6-18.4 25.5-25.5 20.2-11.1 51-12.7 51-12.7L297 248.7l-41 36.6-46.8-39.7-16.9-39.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#259C7B\",\n d: \"m256 157.5-22.5 15.6 7.9-26.2-21.8-16.5 27.4-.5 9-25.9 9 25.9 27.4.5-21.8 16.6 7.9 26.2-22.5-15.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#8E5715\",\n d: \"M249.7 144.6c-.9 9.2-1.5 18.4-1.7 27.6-.3 11.9.3 20.7 2 26 2.2 6.6 7.2 12.9 14.2 18.9 5.3 4.6 10.6 8.1 14.2 10.1 3.1 1.7 7 .6 8.7-2.4 1.7-3.1.6-7-2.4-8.7-4.3-2.5-8.4-5.4-12.2-8.7-5.4-4.6-9.1-9.2-10.4-13.3-1.1-3.4-1.6-11.3-1.4-21.7.2-8.9.8-17.8 1.7-26.6.4-3.5-2.2-6.6-5.7-7-3.6-.3-6.7 2.3-7 5.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m217.8 170.7 25.5 38.2h-25.5v-38.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"none\",\n stroke: \"#D80027\",\n strokeWidth: 12,\n strokeMiterlimit: 10,\n d: \"M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z\"\n }));\n};\nexport var GW = function GW(_ref103) {\n var title = _ref103.title,\n rest = _objectWithoutProperties(_ref103, _excluded103);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h512v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h512v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h182v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m98.3 109.8 15.1 46.5h48.9L122.8 185l15.1 46.5-39.6-28.7-39.5 28.7L73.9 185l-39.6-28.7h48.9z\"\n }));\n};\nexport var GY = function GY(_ref104) {\n var title = _ref104.title,\n rest = _objectWithoutProperties(_ref104, _excluded104);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009E49\",\n d: \"M0 0h900v600H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m0 0 947 300L0 600V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFD00D\",\n d: \"M0 26.1 870 300 0 573.9V26.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2D2D2D\",\n d: \"m0 0 450 300L0 600V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D3132F\",\n d: \"m0 35 397.5 265L0 565V35z\"\n }));\n};\nexport var HK = function HK(_ref105) {\n var title = _ref105.title,\n rest = _objectWithoutProperties(_ref105, _excluded105);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 21 14\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h21v14H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#EE1C25\",\n d: \"M0 0h21v14H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z\"\n }));\n};\nexport var HM = function HM(_ref106) {\n var title = _ref106.title,\n rest = _objectWithoutProperties(_ref106, _excluded106);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m189.2 212.6 11 22.9 24.7-5.7-11.1 22.8 19.9 15.8L209 274v25.4l-19.8-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.9-2.6 9.5-7.5-5.3-10.9 11.9 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6v-12.1l-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9 11.9 2.7zm42.4 49.7 5.3 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.5-7.6-9.4 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-30.3 57.9 4.1 12.7h13.3l-10.8 7.8 4.1 12.6-10.7-7.8-10.8 7.8 4.1-12.6-10.7-7.8h13.3z\",\n fill: \"#FFF\"\n }));\n};\nexport var HN = function HN(_ref107) {\n var title = _ref107.title,\n rest = _objectWithoutProperties(_ref107, _excluded107);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0zm0 228h513v114H0zm203.5-110.1 6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zm105 0 6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM256 147.6l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zm-52.5 29.7 6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1zm105 0 6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1z\",\n fill: \"#338AF3\"\n }));\n};\nexport var HR = function HR(_ref108) {\n var title = _ref108.title,\n rest = _objectWithoutProperties(_ref108, _excluded108);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z\",\n fill: \"#338AF3\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z\",\n fill: \"#0052B4\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n stroke: \"#D80027\",\n fill: \"#FFF\",\n d: \"M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z\",\n fill: \"#D80027\"\n }));\n};\nexport var HT = function HT(_ref109) {\n var title = _ref109.title,\n rest = _objectWithoutProperties(_ref109, _excluded109);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00209f\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d21034\",\n d: \"M0 171h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m381.4 251.5-110.7-13.8-110.8 13.8V85.4h221.5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#00209f\",\n cx: 270.7,\n cy: 182.3,\n r: 55.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#d21034\",\n cx: 270.7,\n cy: 182.3,\n r: 27.7\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#016a16\",\n d: \"M229.1 100h83.1l-41.5 54.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f1b517\",\n d: \"M265.5 140.8h10v83h-10z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#016a16\",\n d: \"M314.9 215.5h-88.5l-66.5 36h221.5z\"\n }));\n};\nexport var HU = function HU(_ref110) {\n var title = _ref110.title,\n rest = _objectWithoutProperties(_ref110, _excluded110);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var IC = function IC(_ref111) {\n var title = _ref111.title,\n rest = _objectWithoutProperties(_ref111, _excluded111);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 300 200\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fc0\",\n d: \"M0 0h300v200H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0768a9\",\n d: \"M0 0h200v200H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fff\",\n d: \"M0 0h100v200H0z\"\n }));\n};\nexport var ID = function ID(_ref112) {\n var title = _ref112.title,\n rest = _objectWithoutProperties(_ref112, _excluded112);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#E00\",\n d: \"M0 0h513v171H0z\"\n }));\n};\nexport var IE = function IE(_ref113) {\n var title = _ref113.title,\n rest = _objectWithoutProperties(_ref113, _excluded113);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF9811\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var IL = function IL(_ref114) {\n var title = _ref114.title,\n rest = _objectWithoutProperties(_ref114, _excluded114);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171 276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8 11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4 13-22.1 11.9 22.1h-24.9zm58.3 37.5-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zm0 256h512V320H0z\",\n fill: \"#2E52B2\"\n }));\n};\nexport var IM = function IM(_ref115) {\n var title = _ref115.title,\n rest = _objectWithoutProperties(_ref115, _excluded115);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#E52D42\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F8DD4E\",\n d: \"M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z\"\n }));\n};\nexport var IN = function IN(_ref116) {\n var title = _ref116.title,\n rest = _objectWithoutProperties(_ref116, _excluded116);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ff6820\",\n d: \"M0 0h513v114H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 114h513v114H0V114z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#046a38\",\n d: \"M0 228h513v114H0V228z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"none\",\n stroke: \"#07038d\",\n strokeWidth: 4,\n d: \"M256.5 136.8c18.9 0 34.2 15.3 34.2 34.2s-15.3 34.2-34.2 34.2-34.2-15.3-34.2-34.2 15.3-34.2 34.2-34.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m265.3 138.2-17.6 65.7m17.6-65.7-17.6 65.7m25.8-62.3-34 58.9m41-53.5-48 48m53.4-41L227 188m62.3-25.8-65.7 17.6m66.9-8.8h-68m66.8 8.8-65.7-17.6m62.3 25.8L227 154m53.5 41-48-48m41 53.4-34-58.9m25.8 62.3-17.6-65.7m8.8 66.9v-68m-8.8 66.8 17.6-65.7m-25.8 62.3 34-58.9m-41 53.5 48.1-48.1M227.1 188l58.9-34m-62.3 25.8 65.7-17.6m-66.9 8.8h68m-66.8-8.8 65.7 17.6M227.1 154l58.9 34m-53.5-41 48.1 48.1m-41.1-53.5 34 58.9m-25.8-62.3 17.6 65.7\",\n stroke: \"#07038d\",\n strokeWidth: 2\n }));\n};\nexport var IO = function IO(_ref117) {\n var title = _ref117.title,\n rest = _objectWithoutProperties(_ref117, _excluded117);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0-.3h513V342H0V-.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n strokeWidth: 2,\n strokeMiterlimit: 10\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z\",\n fill: \"#a24300\",\n stroke: \"#000\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#006d00\",\n stroke: \"#004100\",\n d: \"M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fed100\",\n stroke: \"#525625\",\n d: \"M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var IQ = function IQ(_ref118) {\n var title = _ref118.title,\n rest = _objectWithoutProperties(_ref118, _excluded118);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CE1126\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z\",\n fill: \"#547C31\"\n }));\n};\nexport var IR = function IR(_ref119) {\n var title = _ref119.title,\n rest = _objectWithoutProperties(_ref119, _excluded119);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h512v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 227.9h513v114H0zm278.8-93.1c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zm89.2 0h22.3v24.4H89.2zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4H223zm44.7 0H290v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0H513v24.4h-22.3zm-446.1 118h22.3v25.5H44.6zm-44.6 0h22.3v25.5H0zm89.2 0h22.3v25.5H89.2zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5H223zm44.7 0H290v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0H513v25.5h-22.3z\",\n fill: \"#FFF\",\n opacity: 0.5\n }));\n};\nexport var IS = function IS(_ref120) {\n var title = _ref120.title,\n rest = _objectWithoutProperties(_ref120, _excluded120);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z\"\n }));\n};\nexport var IT = function IT(_ref121) {\n var title = _ref121.title,\n rest = _objectWithoutProperties(_ref121, _excluded121);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F4F5F0\",\n d: \"M342 0H0v341.3h512V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#008C45\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CD212A\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var JE = function JE(_ref122) {\n var title = _ref122.title,\n rest = _objectWithoutProperties(_ref122, _excluded122);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M301.8 171 513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m233.7 44.6 22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z\"\n }));\n};\nexport var JM = function JM(_ref123) {\n var title = _ref123.title,\n rest = _objectWithoutProperties(_ref123, _excluded123);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z\"\n }));\n};\nexport var JO = function JO(_ref124) {\n var title = _ref124.title,\n rest = _objectWithoutProperties(_ref124, _excluded124);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M256.5 170.7 0 341.3V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z\"\n }));\n};\nexport var JP = function JP(_ref125) {\n var title = _ref125.title,\n rest = _objectWithoutProperties(_ref125, _excluded125);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h512v342H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#D80027\",\n cx: 256.5,\n cy: 171,\n r: 96\n }));\n};\nexport var KE = function KE(_ref126) {\n var title = _ref126.title,\n rest = _objectWithoutProperties(_ref126, _excluded126);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h512v90.579H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 251h513v91H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A2001D\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z\",\n fill: \"#A2001D\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z\"\n }));\n};\nexport var KG = function KG(_ref127) {\n var title = _ref127.title,\n rest = _objectWithoutProperties(_ref127, _excluded127);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 256,\n cy: 171,\n r: 171\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M382.4 170.7 330.8 195l27.5 50-56.1-10.7-7.1 56.6-39.1-41.7-39.1 41.7-7.1-56.6-56.1 10.7 27.5-50-51.6-24.3 51.6-24.3-27.5-50.1 56.1 10.8 7.1-56.7L256 92.1l39.1-41.7 7.1 56.7 56.1-10.8-27.5 50.1z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#D80027\",\n cx: 257.4,\n cy: 170.7,\n r: 71.6\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M214.2 170.7c-2.1 0-4.1.1-6.2.3.1 12 4.4 22.9 11.6 31.5 3.8-10.3 9.5-19.6 16.7-27.7-6.9-2.7-14.3-4.1-22.1-4.1zm26.6 46.5c5.2 1.9 10.8 2.9 16.6 2.9 5.8 0 11.4-1 16.6-2.9-2.8-11.1-8.7-21-16.6-28.8-7.9 7.8-13.8 17.7-16.6 28.8zm59.4-71.2c-8.5-14.8-24.5-24.7-42.8-24.7-18.3 0-34.2 9.9-42.8 24.7 15.6.1 30.2 4.3 42.8 11.6 12.6-7.3 27.2-11.6 42.8-11.6zm-21.7 28.8c7.2 8 12.9 17.4 16.7 27.7 7.2-8.5 11.5-19.5 11.6-31.5-2-.2-4.1-.3-6.2-.3-7.7 0-15.2 1.4-22.1 4.1z\",\n fill: \"#FFDA44\"\n }));\n};\nexport var KH = function KH(_ref128) {\n var title = _ref128.title,\n rest = _objectWithoutProperties(_ref128, _excluded128);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0zm0 228h513v114H0z\",\n fill: \"#0052B4\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z\"\n }));\n};\nexport var KI = function KI(_ref129) {\n var title = _ref129.title,\n rest = _objectWithoutProperties(_ref129, _excluded129);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 450 300\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CE1126\",\n d: \"M0 0h450v300H0V0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FCD116\"\n }, /*#__PURE__*/React.createElement(\"circle\", {\n cx: 227.6,\n cy: 161.2,\n r: 56.2\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m254.1 73.4-23.7 26 28.6 6.5zm-51.5.2-4.8 33.1 28.5-8zm94.3 26.7-34.7 8.5 20.1 23.7zm-138.3-1.8 15.5 32.7 20.2-22.7zm159 45.3-34.4-9.9 5.6 29.5zm-182-2.6 31.9 19.8 5.2-27.7z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#003F87\",\n d: \"M0 175h450v125H0V175z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 267c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n fill: \"#FCD116\",\n d: \"m183.2 48.3-1.1-5.3 22.4-3.7s-30.1-7.1-40-10.7c-14.3-5.1-16.3-12.1-16.3-12.1s44.7 11 64.8 11c4.3 0 12.8 10.7 12.8 10.7s14.8-14.9 21.9-15.4c32.1-2.3 66.6-6.4 66.6-6.4s-10 6.7-16 8.5c-16.2 4.9-50.6 11.7-50.6 11.7l-4.8 7.5H277l-14.4 4.3 7.4 6.9s-7.8-4.1-18.1-2.1c-7.1 1.3-15.4 6-22.9 8-18.7 4.8-29.9-12.8-29.9-12.8l-15.9-.1z\"\n }));\n};\nexport var KM = function KM(_ref130) {\n var title = _ref130.title,\n rest = _objectWithoutProperties(_ref130, _excluded130);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v85.5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.5h513V171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 171h513v85.5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M256.5 171 0 342V0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M68.6 170.7c0-24.9 17.5-45.6 40.8-50.7-3.6-.8-7.3-1.2-11.1-1.2-28.7 0-51.9 23.3-51.9 51.9s23.3 51.9 51.9 51.9c3.8 0 7.5-.4 11.1-1.2-23.3-5.1-40.8-25.9-40.8-50.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m108.9 126.1 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.3h8.9zm0 22.3 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m108.9 170.7 2.7 8.5h9l-7.3 5.2 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.2h8.9zm0 22.2 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z\"\n })));\n};\nexport var KN = function KN(_ref131) {\n var title = _ref131.title,\n rest = _objectWithoutProperties(_ref131, _excluded131);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M512 0H0v342\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M307.7 0 0 194.5V342h206.9L513 148.5V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m141.1 187 31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z\",\n fill: \"#FFF\"\n }));\n};\nexport var KP = function KP(_ref132) {\n var title = _ref132.title,\n rest = _objectWithoutProperties(_ref132, _excluded132);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#91DC5A\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v57.188H0zm0 284.1h513v57.177H0z\",\n fill: \"#0052B4\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 79.9h513v181.582H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 190.33,\n cy: 171,\n r: 65.668\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"m190.3 105 14.8 45.3h47.7l-38.6 28.1 14.8 45.5-38.7-28.2-38.6 28.1 14.8-45.4-38.6-28.1h47.7z\"\n }));\n};\nexport var KR = function KR(_ref133) {\n var title = _ref133.title,\n rest = _objectWithoutProperties(_ref133, _excluded133);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M84.6 107.8 132 36.6m-29.7 83 47.4-71.1m-29.6 83 47.4-71.1m177.9 221.3 47.4-71.1m-29.6 82.9 47.4-71.1m-29.6 83 47.4-71.1M132 305.4l-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3-47.4-71.1m272.6-79.1-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3L381 36.6\",\n stroke: \"#000\",\n strokeWidth: 14.25\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m357.3 238.2 59.3 39.5m-299.4-13.8L135 252m222.3-148.2L378 90m17.8-11.9 17.8-11.9\",\n stroke: \"#FFF\",\n strokeWidth: 12.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#CA163A\",\n cx: 256.5,\n cy: 171,\n r: 85.5\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0E4896\",\n d: \"M185.3 123.6c-13.1 19.6-7.8 46.2 11.9 59.3s46.2 7.8 59.3-11.9 39.6-24.9 59.3-11.9c19.6 13.1 24.9 39.6 11.9 59.3-26.2 39.3-79.3 49.9-118.6 23.7s-49.9-79.3-23.8-118.5z\"\n }));\n};\nexport var KW = function KW(_ref134) {\n var title = _ref134.title,\n rest = _objectWithoutProperties(_ref134, _excluded134);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M167 227.6 0 341.3V0l167 113.8z\"\n }));\n};\nexport var KY = function KY(_ref135) {\n var title = _ref135.title,\n rest = _objectWithoutProperties(_ref135, _excluded135);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n stroke: \"#fff\"\n }, /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#059334\",\n cx: 384,\n cy: 96.5,\n r: 29.7\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c8102e\",\n d: \"M332.1 89H436v44.5H332.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fcea83\",\n d: \"M332.1 200.3V230h15.6c9.4 9.2 22.2 14.8 36.3 14.8 14.1 0 27-5.7 36.3-14.8h15.6v-29.7H332.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#004b9e\",\n d: \"M332.1 126.1v44.5c0 39.8 51.9 51.9 51.9 51.9s51.9-12.2 51.9-51.9v-44.5H332.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M384 149.9c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9zm0-41.6c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9z\",\n fill: \"#F3F3F3\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var KZ = function KZ(_ref136) {\n var title = _ref136.title,\n rest = _objectWithoutProperties(_ref136, _excluded136);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#36B6CC\",\n d: \"M0 0h513v342H0V0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFD400\",\n cx: 256.5,\n cy: 170.9,\n r: 68.4\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFD400\",\n d: \"m256.5 251.5-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V28.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z\"\n }));\n};\nexport var LA = function LA(_ref137) {\n var title = _ref137.title,\n rest = _objectWithoutProperties(_ref137, _excluded137);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 .1h513v90.7H0zm0 251.2h513V342H0z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 256.5,\n cy: 171,\n r: 65.9\n }));\n};\nexport var LB = function LB(_ref138) {\n var title = _ref138.title,\n rest = _objectWithoutProperties(_ref138, _excluded138);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 .2h513v90.7H0zm.5 251.1H513V342H.5z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#14AF5A\",\n d: \"M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z\"\n }));\n};\nexport var LC = function LC(_ref139) {\n var title = _ref139.title,\n rest = _objectWithoutProperties(_ref139, _excluded139);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#55B2FF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F3F3F3\",\n d: \"M148.5 298.1h216l-108-254.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#333\",\n d: \"m186 272.7 70.5-160.3L327 272.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M148.5 298.1h216l-108-101.7z\"\n }));\n};\nexport var LI = function LI(_ref140) {\n var title = _ref140.title,\n rest = _objectWithoutProperties(_ref140, _excluded140);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M149.3 98.1c0-14-11.3-25.3-25.3-25.3-6.5 0-12.4 2.4-16.9 6.4V64.4h8.4V47.5h-8.4v-8.4H90.3v8.4h-8.4v16.9h8.4v14.9c-4.5-4-10.4-6.4-16.9-6.4-14 0-25.3 11.3-25.3 25.3 0 7.5 3.3 14.2 8.4 18.8v14.9h84.3V117c5.3-4.7 8.5-11.5 8.5-18.9z\"\n }));\n};\nexport var LK = function LK(_ref141) {\n var title = _ref141.title,\n rest = _objectWithoutProperties(_ref141, _excluded141);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A2001D\",\n d: \"M222.6 22.3h267.1v296.8H222.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M22.3 22.3h200.3v296.8H22.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M200.3 0h22.3v342h-22.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M22.3 22.3h89v296.8h-89z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF9811\",\n d: \"M111.3 22.3h89v296.8h-89z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M368.2 156.8c-1.4-2 0-37.9 0-37.9.9-7.4.1-8.4 1-11.4.9-2.9 5.4-11.6 5.4-11.6s-6-2.3-10.3-.6c-4.3 1.7-24.7-7.5-31.2 3.4-4.4 7-23.6 16.2-24.6 14-1-2.2-5.9-5-6.9-2.9s-.7 13.9 0 16c.8 2.6 9.8 2 12.3 3.1 3.7 1.8 12.2 8.2 11.9 10.7-.3 2.5-22.5-6-24.2-4.5-1.4 1.2-1.9 13.2-.4 15 1.8 2.1 23.4 5.6 25 7.5 1.6 1.9-13.1 7.4-12.3 25 .7 14.7 8 17.4 8 17.4s-2.4 3.6-7.8 3.1c-6.2-.6-27.4-17.7-27.4-17.7s-3.5-109 3.6-121.4c4.9-8.5-22.7 10.1-22.7 50.8V151c0 6.6-1.4 22.4 2.6 34 0 0-.4 46.9 1.5 49.6s12.7 2.2 14.8 0 0-30 0-30c7.7.2 18.3 17.5 32.5 16.4 20.6-1.6 28.7-9.9 34.3-5 8.1 7.1 5.5 23.2.4 31.5-2.2 3.5-14.3 4.7-15.7 7.6-1.4 2.9.5 5.4.5 5.4h29.7s1.4-20.5 2.7-26.1c1.3-5.7-.6-10.7 5.9-10.4 23.5 1.1 39.8-15.3 45.5-8 3.2 4.1 5.6 29.9 3.3 33.3-2.2 3.4-13.8 2.8-15.2 6.7-1.4 4 .8 4.4.8 4.4h29.7s-.4-21.2 2.5-27.7 4.9-10.4 9.3-17.2c4.4-6.8 11.3-15.7 11.3-36.2 0-14.2-8.1-22.8-8.1-22.8H417c-14.1.2-47.4 2.3-48.8.3zm-136-124.5c10.7-10.6 20.2-2.7 22.2 2.1 1.9 4.8 2.1 8.2 2.8 13.6.9 6.9 4.9 14 4.9 14s-7.1-3.8-14.7-4.2c-4.7-.3-9-.6-13.6-2.5-5.7-2.3-11.7-12.9-1.6-23zm248.4-.1c10.7 10.6 2.8 20.2-2 22.2s-8.2 2.1-13.6 2.8c-6.9.9-14 5-14 5s3.7-7.1 4.2-14.7c.3-4.7.6-9.1 2.4-13.6 2.2-5.7 12.8-11.8 23-1.7zm.1 276.9c-10.7 10.6-20.2 2.6-22.2-2.2-1.9-4.8-2.1-8.2-2.7-13.6-.8-6.9-4.9-14.1-4.9-14.1s7 3.8 14.7 4.3c4.7.3 9 .6 13.6 2.5 5.7 2.4 11.7 13.1 1.5 23.1zm-248.2-.1c-10.6-10.7-2.7-20.2 2.1-22.2 4.8-1.9 8.2-2.1 13.6-2.8 6.9-.9 14-4.9 14-4.9s-3.8 7.1-4.2 14.7c-.3 4.7-.6 9-2.5 13.6-2.3 5.7-12.9 11.8-23 1.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"none\",\n stroke: \"#FFDA44\",\n strokeWidth: 6,\n strokeMiterlimit: 10,\n d: \"M446.9 162.4s7.5-2.6 8.4-16.1c.6-8.6-19.8-16-39-11.5-19.7 4.6-34-3.1-34-14.6 0-22.9 29.7-16.2 38.9-11.3 9.1 4.9 29.7 23.5 35.1 9.4\"\n }));\n};\nexport var LR = function LR(_ref142) {\n var title = _ref142.title,\n rest = _objectWithoutProperties(_ref142, _excluded142);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z\",\n fill: \"#bf0a30\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002868\",\n d: \"M0 0h155.6v155.6H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m77.8 30.2 10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z\"\n }));\n};\nexport var LS = function LS(_ref143) {\n var title = _ref143.title,\n rest = _objectWithoutProperties(_ref143, _excluded143);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 227.6h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m245.2 171 7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z\"\n }));\n};\nexport var LT = function LT(_ref144) {\n var title = _ref144.title,\n rest = _objectWithoutProperties(_ref144, _excluded144);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var LU = function LU(_ref145) {\n var title = _ref145.title,\n rest = _objectWithoutProperties(_ref145, _excluded145);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var LV = function LV(_ref146) {\n var title = _ref146.title,\n rest = _objectWithoutProperties(_ref146, _excluded146);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n className: \"prefix__st1\",\n d: \"M0 0h513v127.6H0zm0 214.4h513V342H0z\",\n fill: \"#A2001D\"\n }));\n};\nexport var LY = function LY(_ref147) {\n var title = _ref147.title,\n rest = _objectWithoutProperties(_ref147, _excluded147);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z\"\n })));\n};\nexport var MA = function MA(_ref148) {\n var title = _ref148.title,\n rest = _objectWithoutProperties(_ref148, _excluded148);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d12a46\",\n d: \"M0 .3V342h513V.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#316525\",\n d: \"M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z\"\n }));\n};\nexport var MC = function MC(_ref149) {\n var title = _ref149.title,\n rest = _objectWithoutProperties(_ref149, _excluded149);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 171h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ce1126\",\n d: \"M0 0h513v171H0z\"\n }));\n};\nexport var MD = function MD(_ref150) {\n var title = _ref150.title,\n rest = _objectWithoutProperties(_ref150, _excluded150);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M342 0h171v342H342z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#AF7F59\",\n stroke: \"#231F20\",\n strokeWidth: 3,\n strokeMiterlimit: 10,\n d: \"m240.4 105.7 9.7 11.6-7.5 17.4-26.1-24.3-12.7 13.2v106.1l24.6-36 20.6 12.4-18 27.8 25.2 15.8 26.5-15.8-19.7-27.8 22.3-12.4 23.9 33.8v-106l-12.4-12-26.8 24.7-6.5-16.5 3.5-12.3-11.7-7.5z\"\n }));\n};\nexport var ME = function ME(_ref151) {\n var title = _ref151.title,\n rest = _objectWithoutProperties(_ref151, _excluded151);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc000\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#e30000\",\n d: \"M20 20h473v302H20z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc000\",\n d: \"M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c3-1 6.9-7.5 10.8-7.5 3.9 0 7.8 6.5 10.8 7.5l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9l-6.8-6.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0371ba\",\n d: \"M275 201.3h-37c-4.9 0-8.8-3.9-8.8-8.8v-34.2c0-4.9 3.9-8.8 8.8-8.8h37c4.9 0 8.8 3.9 8.8 8.8v34.2c0 4.8-3.9 8.8-8.8 8.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#39B54A\",\n d: \"m230.8 212.8 24.4 17.9c.8.6 1.8.6 2.6 0l24.4-17.9c2.1-1.6 1.2-5.4-1.3-5.4h-48.8c-2.5 0-3.4 3.9-1.3 5.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc000\",\n d: \"M262.8 186.5h-12.5c-3.3 0-5.9-2.6-5.9-5.9V170c0-3.3 2.6-5.9 5.9-5.9h12.5c3.3 0 5.9 2.6 5.9 5.9v10.6c-.1 3.3-2.7 5.9-5.9 5.9z\"\n }));\n};\nexport var MF = function MF(_ref152) {\n var title = _ref152.title,\n rest = _objectWithoutProperties(_ref152, _excluded152);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 108 72\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h108v72H0z\",\n fill: \"#003787\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h108L60 48v24H48V48z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 54,\n cy: 30,\n r: 8,\n fill: \"#f9d90f\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M44 30h20L54 48z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M54 48 38 33h32z\",\n fill: \"#cf142b\"\n }));\n};\nexport var MG = function MG(_ref153) {\n var title = _ref153.title,\n rest = _objectWithoutProperties(_ref153, _excluded153);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f9423a\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00843d\",\n d: \"M0 171h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h171v342H0z\"\n }));\n};\nexport var MH = function MH(_ref154) {\n var title = _ref154.title,\n rest = _objectWithoutProperties(_ref154, _excluded154);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1E509C\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 176.1V81.3L0 342l513-165.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F18D36\",\n d: \"M513 0v81.3L0 342 513 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m126.7 99.3-7.8-54.1-7.7 54.1-20.8-23.7 10.7 31.6-31.5-10.7 23.6 20.8-54.1 7.7 54.1 7.7-23.6 20.8 31.5-10.7-10.7 31.6 20.8-23.7 7.7 54.1 7.8-54.1 20.7 23.7-10.6-31.6 31.5 10.7-23.6-20.8 54-7.7-54-7.7 23.6-20.8-31.5 10.7 10.6-31.6z\"\n }));\n};\nexport var MK = function MK(_ref155) {\n var title = _ref155.title,\n rest = _objectWithoutProperties(_ref155, _excluded155);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M384.6 342 256.5 167.3 283.4 342zM133.8 0l122.7 167.3L230.8 0zm95.8 342 26.9-174.7L128.4 342zM0 0v127.8l256.5 39.5L28.4 0zm0 342h18.2l238.3-174.7L0 206.7zm256.5-174.7L513 127.8V0h-28.4zM282.2 0l-25.7 167.3L379.2 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M513 342V206.7l-256.5-39.4L494.8 342z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 256.5,\n cy: 171,\n r: 59.5\n })), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFDA44\",\n cx: 256.5,\n cy: 171,\n r: 44.5\n }));\n};\nexport var ML = function ML(_ref156) {\n var title = _ref156.title,\n rest = _objectWithoutProperties(_ref156, _excluded156);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#14b53a\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fcd116\",\n d: \"M171 0h171v342H171z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ce1126\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var MM = function MM(_ref157) {\n var title = _ref157.title,\n rest = _objectWithoutProperties(_ref157, _excluded157);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fecb00\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#34b233\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ea2839\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M384.8 142.2h-98L256.5 49l-30.3 93.2h-98l79.3 57.6-30.3 93.2 79.3-56.9 79.3 56.9-30.3-93.2 79.3-57.6z\"\n }));\n};\nexport var MN = function MN(_ref158) {\n var title = _ref158.title,\n rest = _objectWithoutProperties(_ref158, _excluded158);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0066b2\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M342 0h171v342H342zM0 0h171v342H0z\",\n fill: \"#da2031\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#ffd300\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 86,\n cy: 203.4,\n r: 14.8\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 86,\n cy: 144,\n r: 14.8\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M76.3 123.9h19.5L86 108.3z\"\n })));\n};\nexport var MO = function MO(_ref159) {\n var title = _ref159.title,\n rest = _objectWithoutProperties(_ref159, _excluded159);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0F7562\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M286.2 168.5c-4.2 0-8.2.8-11.9 2.2 2-4.5 3.4-9.5 3.4-14.9 0-21.2-21.2-37.1-21.2-37.1s-21.2 15.9-21.2 37.1c0 5.4 1.4 10.4 3.4 14.9-3.7-1.3-7.7-2.2-11.9-2.2-25.6 0-37.1 11.2-37.1 11.2s15.9 31.2 37.1 31.2c12.4 0 23-7.3 29.7-13.3 6.6 6 17.3 13.3 29.7 13.3 21.2 0 37.1-31.2 37.1-31.2s-10.8-11.2-37.1-11.2zm-29.7-96.8 4.4 13.5h14.2l-11.5 8.3L268 107l-11.5-8.3L245 107l4.4-13.5-11.5-8.3h14.2zm-53.9 23.6 8.4 7.6 9.9-5.7-4.7 10.4 8.5 7.6-11.3-1.2-4.6 10.3-2.4-11.1-11.3-1.1 9.9-5.7zm-39.4 39.5 11.1 2.3 5.6-9.8 1.2 11.3 11.1 2.3-10.4 4.6 1.2 11.3-7.6-8.4-10.3 4.6 5.6-9.8zm147.2-39.5-8.4 7.6-9.9-5.7 4.7 10.4-8.5 7.6 11.3-1.2 4.6 10.3 2.4-11.1 11.3-1.1-9.9-5.7zm39.4 39.5-11.1 2.3-5.6-9.8-1.2 11.3-11.1 2.3 10.4 4.6-1.2 11.3 7.6-8.4 10.3 4.6-5.6-9.8z\",\n fill: \"#FFDA44\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 270.3c16.8 0 32.4-5.6 44.8-15.1h-89.6c12.4 9.4 28 15.1 44.8 15.1zm-68-44.6c2.4 5.4 5.3 10.4 8.9 15.1H238c13.9 0 18.5-7 18.5-7s5.3 7 18.6 7h40.6c3.5-4.6 6.5-9.7 8.9-15.1h-49.5c-15.5 0-18.6-10-18.6-10s-5.3 10-18.5 10h-49.5z\",\n fill: \"#FFF\"\n }));\n};\nexport var MP = function MP(_ref160) {\n var title = _ref160.title,\n rest = _objectWithoutProperties(_ref160, _excluded160);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 750 500\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0071BC\",\n d: \"M0 0h750v500H0V0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\",\n stroke: \"#000\",\n strokeWidth: 1.9\n }, /*#__PURE__*/React.createElement(\"circle\", {\n cx: 375,\n cy: 245,\n r: 225,\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 375,\n cy: 245,\n r: 165,\n fill: \"#0071BC\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n stroke: \"#000\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#8C8A8C\",\n strokeWidth: 1.9,\n d: \"M444.7 450c.7 11-7.8 20-18.8 20H323.6c-11 0-19.5-9-19-20l16.7-325c.6-11 10-20 21-20h61.4c11 0 20.5 9 21.2 20l19.8 325z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n strokeWidth: 2,\n strokeLinejoin: \"round\",\n d: \"m373 114 30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z\"\n })));\n};\nexport var MQ = function MQ(_ref161) {\n var title = _ref161.title,\n rest = _objectWithoutProperties(_ref161, _excluded161);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n viewBox: \"0 0 900 600\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#231f1e\",\n d: \"M0 0h900v600H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00a650\",\n d: \"M0 0h900v300H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ef1923\",\n d: \"m0 0 450 300L0 600z\"\n }));\n};\nexport var MR = function MR(_ref162) {\n var title = _ref162.title,\n rest = _objectWithoutProperties(_ref162, _excluded162);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00a95c\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d01c1f\",\n d: \"M0 0h513v46H0zm0 296h513v46H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"gold\",\n d: \"M256 213.9c-46 0-84.3-32.3-93.8-75.4-1.4 6.6-2.2 13.5-2.2 20.6 0 53 43 96 96 96s96-43 96-96c0-7.1-.8-13.9-2.2-20.6-9.5 43.1-47.8 75.4-93.8 75.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"gold\",\n d: \"m256 87 8.9 27.5h29l-23.4 17 8.9 27.5-23.4-17-23.4 17 8.9-27.5-23.4-17h29z\"\n }));\n};\nexport var MS = function MS(_ref163) {\n var title = _ref163.title,\n rest = _objectWithoutProperties(_ref163, _excluded163);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00A2B8\",\n stroke: \"#FFF\",\n strokeWidth: 3,\n d: \"M318.2 106.7v106.5c0 51.9 67.8 67.8 67.8 67.8s67.8-15.9 67.8-67.8V106.7H318.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A35023\",\n d: \"M319.7 212.7c0 50.8 66.3 66.3 66.3 66.3s66.3-15.6 66.3-66.3H319.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#510\",\n d: \"M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var MT = function MT(_ref164) {\n var title = _ref164.title,\n rest = _objectWithoutProperties(_ref164, _excluded164);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#cf142b\",\n d: \"M256 0h256.5v342H256z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n stroke: \"#cf142b\",\n strokeWidth: 10,\n d: \"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fff\",\n stroke: \"#acacac\",\n strokeWidth: 5,\n d: \"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 85,\n cy: 85,\n r: 26,\n fill: \"none\",\n stroke: \"#acacac\",\n strokeWidth: 5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 85,\n cy: 85,\n r: 18,\n fill: \"#dedede\",\n stroke: \"#acacac\",\n strokeWidth: 5\n }));\n};\nexport var MU = function MU(_ref165) {\n var title = _ref165.title,\n rest = _objectWithoutProperties(_ref165, _excluded165);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d01c1f\",\n d: \"M0 0h513v85.5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2d3359\",\n d: \"M0 85.5h513V171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f7b718\",\n d: \"M0 171h513v85.5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#008658\",\n d: \"M0 256.5h513V342H0z\"\n }));\n};\nexport var MV = function MV(_ref166) {\n var title = _ref166.title,\n rest = _objectWithoutProperties(_ref166, _excluded166);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 720 480\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007E3A\",\n stroke: \"#D21034\",\n strokeWidth: 120,\n d: \"M60 60h600v360H60z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 390,\n cy: 240,\n r: 80\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#007E3A\",\n cx: 420,\n cy: 240,\n r: 80\n }));\n};\nexport var MW = function MW(_ref167) {\n var title = _ref167.title,\n rest = _objectWithoutProperties(_ref167, _excluded167);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ce1126\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#339e35\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#ce1126\",\n cx: 256.5,\n cy: 125,\n r: 95\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 100h513v14H0z\"\n }));\n};\nexport var MX = function MX(_ref168) {\n var title = _ref168.title,\n rest = _objectWithoutProperties(_ref168, _excluded168);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#dc2339\",\n d: \"M342 0H0v341.3h513V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#11865d\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M171 0h171v342H171z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#8C9157\",\n d: \"M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z\"\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#C59262\",\n cx: 256.5,\n cy: 159.1,\n rx: 24.3,\n ry: 36.4\n }));\n};\nexport var MY = function MY(_ref169) {\n var title = _ref169.title,\n rest = _objectWithoutProperties(_ref169, _excluded169);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z\",\n fill: \"#c00\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#006\",\n d: \"M0 0h256.5v195.4H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z\",\n fill: \"#fc0\"\n }));\n};\nexport var MZ = function MZ(_ref170) {\n var title = _ref170.title,\n rest = _objectWithoutProperties(_ref170, _excluded170);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#006d66\",\n d: \"M0 0h513v104H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 119h513v104H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f4d900\",\n d: \"M0 238h513v104H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#cb0f31\",\n d: \"M256 171 0 342V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f4d900\",\n d: \"m83.5 109.8 15.1 46.5h48.9L107.9 185l15.1 46.5-39.5-28.7-39.6 28.7L59 185l-39.5-28.7h48.9z\"\n }));\n};\nexport var NA = function NA(_ref171) {\n var title = _ref171.title,\n rest = _objectWithoutProperties(_ref171, _excluded171);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009a44\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002f6c\",\n d: \"M0 342V0h513\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 67V0H412.5L0 275v67h100.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c8102e\",\n d: \"M513 0v40.2L60.3 342H0v-40.2L452.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffcd00\",\n d: \"m188.1 104.1-22.8 10.7 12.2 22.1-24.8-4.8-3.1 25-17.3-18.4-17.2 18.4-3.1-25-24.8 4.8 12.2-22.1-22.8-10.7 22.8-10.7-12.2-22.1L112 76l3.1-25 17.2 18.4L149.6 51l3.1 25 24.8-4.7-12.2 22.1z\"\n }));\n};\nexport var NC = function NC(_ref172) {\n var title = _ref172.title,\n rest = _objectWithoutProperties(_ref172, _excluded172);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009543\",\n d: \"M0 234.8h513V342H0V234.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ED4135\",\n d: \"M0 105.8h513v129.3H0V105.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0035AD\",\n d: \"M0 0h513v106.8H0V0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FAE600\",\n stroke: \"#000\",\n strokeWidth: 5.3,\n cx: 192.4,\n cy: 171,\n r: 126.1\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m246.8 284.1-25.5 9.6-28.9 3.4-30.3-1.9-28.8-12.4s22.9-23.5 32.6-26.9c6.9-2.4 18-3 18-3V97.8l-.2-52.9h13.5l-.4 54.1v153.7s12.3 1 17.7 3.3c9 3.8 32.3 28.1 32.3 28.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m168.3 80.8 39.5-19.7 5.1 10.3-39.5 19.7-5.1-10.3z\"\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n cx: 190.6,\n cy: 224.8,\n rx: 13.5,\n ry: 21.2\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 190.3,\n cy: 114.9,\n r: 16.8\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n cx: 191.1,\n cy: 169.2,\n rx: 16,\n ry: 9.7\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M171.4 146.7h37.7v8h-37.7zm0 36h37.7v8h-37.7z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"none\",\n stroke: \"#000\",\n strokeWidth: 10,\n strokeMiterlimit: 10\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M163.4 112.2s.8 26.8 27.3 26.8 26.5-26.8 26.5-26.8\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n className: \"prefix__st4\",\n d: \"M163.4 224.8s1.9-26.6 27.3-26.6 26.5 26.6 26.5 26.6\"\n })));\n};\nexport var NE = function NE(_ref173) {\n var title = _ref173.title,\n rest = _objectWithoutProperties(_ref173, _excluded173);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#e05206\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0db02b\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#e05206\",\n cx: 256.5,\n cy: 171,\n r: 32\n }));\n};\nexport var NF = function NF(_ref174) {\n var title = _ref174.title,\n rest = _objectWithoutProperties(_ref174, _excluded174);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0zm342 0h171v342H342zm-38 227L256 75l-48 152h41v40h14v-40z\",\n fill: \"#007934\"\n }));\n};\nexport var NG = function NG(_ref175) {\n var title = _ref175.title,\n rest = _objectWithoutProperties(_ref175, _excluded175);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0zm342 0h171v342H342z\",\n fill: \"#008751\"\n }));\n};\nexport var NI = function NI(_ref176) {\n var title = _ref176.title,\n rest = _objectWithoutProperties(_ref176, _excluded176);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0zm0 228h513v114H0z\",\n fill: \"#0067c6\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"none\",\n stroke: \"#FFDA44\",\n strokeWidth: 5,\n cx: 256.5,\n cy: 171,\n r: 50\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0a47a5\",\n d: \"M285.7 176.7h-58.4l-9.8 16.9h78z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6fd8f3\",\n d: \"m256.5 126.1-29.2 50.6h58.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#97c924\",\n d: \"M221.7 186.4h69.6l-8-13.9h-53.6z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"red\",\n cx: 256.5,\n cy: 161,\n r: 5\n }));\n};\nexport var NL = function NL(_ref177) {\n var title = _ref177.title,\n rest = _objectWithoutProperties(_ref177, _excluded177);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#cd1f2a\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1d4185\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var NO = function NO(_ref178) {\n var title = _ref178.title,\n rest = _objectWithoutProperties(_ref178, _excluded178);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ba0c2f\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00205b\",\n d: \"M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z\"\n }));\n};\nexport var NP = function NP(_ref179) {\n var title = _ref179.title,\n rest = _objectWithoutProperties(_ref179, _excluded179);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 342V-.2L281.1 175H87.8l184 167z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M243.4 164.8 9.2 19.3v313.5h235.2l-184.1-168z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m62.4 204.1 7.9 16.2 14.9-10.1-1.3 18 18-1.3-10.1 14.9 16.2 7.9-16.2 7.8 10.1 15-18-1.3 1.3 17.9L70.3 279l-7.9 16.2-7.8-16.2-14.9 10.1 1.3-17.9-18 1.3 10.1-15-16.2-7.8 16.2-7.9L23 226.9l18 1.3-1.3-18 14.9 10.1zm-5.3-103.7 5.3 7.7 5.4-7.7 2 9.1 7.9-5-1.7 9.2 9.3-1.7-5.1 7.9 9.2 2-7.8 5.4 7.8 5.3-9.2 2 5.1 7.9-9.3-1.7 1.7 9.3-7.9-5.1-2 9.2-5.4-7.7-5.3 7.7-2-9.2-7.9 5.1 1.7-9.3-9.3 1.7 5.1-7.9-9.2-2 7.7-5.3-7.7-5.4 9.2-2-5.1-7.9 9.3 1.7-1.7-9.2 7.9 5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M18.5 108.7s4.8 27.7 44 27.7 44-27.7 44-27.7c0 9.4-6 46.5-44 46.5s-44-38.2-44-46.5z\"\n }));\n};\nexport var NR = function NR(_ref180) {\n var title = _ref180.title,\n rest = _objectWithoutProperties(_ref180, _excluded180);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc72c\",\n d: \"M0 155h513v32H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m164.2 189 7.9 27.7 20.7-20-7 27.9 28-7-20.1 20.7 27.8 7.9-27.8 7.9 20.1 20.7-28-7 7 28-20.7-20.1-7.9 27.8-7.9-27.8-20.7 20.1 7-28-27.9 7 20-20.7-27.7-7.9 27.7-7.9-20-20.7 27.9 7-7-27.9 20.7 20z\"\n }));\n};\nexport var NU = function NU(_ref181) {\n var title = _ref181.title,\n rest = _objectWithoutProperties(_ref181, _excluded181);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fedd00\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#012169\",\n cx: 126.8,\n cy: 85.7,\n r: 29.9\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m128.3 128.6 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm-.1-115.4 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm76.4 58.1 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H201zm-151.8.1 3.6 10.9h11.4l-9.3 6.8 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.8-9.3-6.8h11.5zm74-15.6 6.7 20.7h21.8l-17.7 12.8 6.8 20.6-17.6-12.7-17.7 12.7 6.8-20.6-17.6-12.8H120z\",\n fill: \"#fedd00\"\n }));\n};\nexport var NZ = function NZ(_ref182) {\n var title = _ref182.title,\n rest = _objectWithoutProperties(_ref182, _excluded182);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m448.9 107.7 4.2 13.1h13.8l-11.1 8.1L460 142l-11.1-8.1-11.1 8.1 4.2-13.1-11.1-8.1h13.7zm-64.2 145.9 5.1 15.6h16.4l-13.2 9.7 5 15.6-13.3-9.7-13.2 9.7 5-15.6-13.3-9.7h16.5zm.1-210.2 4.7 14.6h15.3l-12.4 8.9 4.7 14.6-12.3-9-12.4 9 4.7-14.6-12.3-8.9H380zm-64.2 86 4.7 14.5h15.3l-12.3 9 4.7 14.5-12.4-8.9-12.3 8.9 4.7-14.5-12.4-9h15.3z\",\n fill: \"#D80027\",\n stroke: \"#FFF\",\n strokeWidth: 2,\n strokeMiterlimit: 10\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var OM = function OM(_ref183) {\n var title = _ref183.title,\n rest = _objectWithoutProperties(_ref183, _excluded183);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M138 0h377v114H138z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#4A7C3A\",\n d: \"M138 230h377v114H138z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"none\",\n stroke: \"#FFF\",\n strokeWidth: 10,\n strokeMiterlimit: 2\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1\"\n })));\n};\nexport var PA = function PA(_ref184) {\n var title = _ref184.title,\n rest = _objectWithoutProperties(_ref184, _excluded184);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#da121a\",\n d: \"M256.5 0H513v171H256.5z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#072357\",\n d: \"M0 171h256.5v171H0zM128 37.9l11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#da121a\",\n d: \"m384 208.9 11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z\"\n }));\n};\nexport var PE = function PE(_ref185) {\n var title = _ref185.title,\n rest = _objectWithoutProperties(_ref185, _excluded185);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h171v342H0zm342 0h171v342H342z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00A854\",\n d: \"M224.3 119c4.3 7.6-17.1 71.9-6.5 87.8s21.9 22.4 38.2 22.4c16.3 0 30.7-6.8 39.6-24.7s-14.2-76.3-6.8-85.4c7.4-9.1 29.3 8.5 35.5 35.2 6.2 26.7-8.4 60.2-20.7 70-12.3 9.7-20.3 9.7-47.6 9.7s-32.4-1.4-45-10.7c-12.5-9.4-28.9-35.8-22.7-67.3 6.2-31.7 31.7-44.6 36-37z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D91023\",\n stroke: \"#E7CA00\",\n strokeWidth: 2,\n d: \"M272.6 218.9H240c-7.5 0-13.6-6.1-13.6-13.6v-45c0-7.5 6.1-13.6 13.6-13.6h32.6c7.5 0 13.6 6.1 13.6 13.6v45c.1 7.5-6 13.6-13.6 13.6z\"\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#E7CA00\",\n cx: 256.4,\n cy: 200.9,\n rx: 25,\n ry: 13.2\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256.4 147.6v35.1h28.9c0-38.3 3.9-35.1-28.9-35.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007EA8\",\n d: \"M256.4 147.6v35.1h-28.9c0-37.9-3.7-35.1 28.9-35.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#947245\",\n d: \"M270.1 158.1h1.6v21.5h-1.6z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#D18219\",\n stroke: \"#FFF\",\n cx: 241.8,\n cy: 165.2,\n r: 8.1\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"none\",\n stroke: \"#00A854\",\n strokeWidth: 6,\n cx: 256.4,\n cy: 122.2,\n rx: 20.5,\n ry: 16.5\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"none\",\n stroke: \"#E7CA00\",\n strokeWidth: 3,\n cx: 256.4,\n cy: 122.2,\n rx: 20.5,\n ry: 16.5\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#E7CA00\",\n cx: 270.9,\n cy: 163.1,\n r: 8.9\n }));\n};\nexport var PF = function PF(_ref186) {\n var title = _ref186.title,\n rest = _objectWithoutProperties(_ref186, _excluded186);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v85H0zm0 257h513v85H0z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1481DB\",\n d: \"M329.5 171c0 40.3-32.7 73-73 73s-73-32.7-73-73\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFAB50\",\n d: \"M256.5 98c-40.3 0-73 32.7-73 73h146c0-40.3-32.7-73-73-73z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M181.9 169.3h150.5v4.5H181.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M222.4 162.9h66.5v10.9h-66.5z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M212.8 131.1H223s-1.6 55.5.1 57.4c11.9 13.5 25.3 0 25.3 0s-2.7 18.9-17.8 18.9-17.8-18.7-17.8-18.7v-57.6zm85.6 0h-10.2s1.6 55.5-.1 57.4c-11.9 13.5-25.3 0-25.3 0s2.7 18.9 17.8 18.9c15.1 0 17.8-18.7 17.8-18.7v-57.6zM242.6 156l25.9 6.9v-36.4s-14-3.8-14-16.8 14-9.6 14-9.6-25.9-4.6-25.9 8.1V156z\",\n fill: \"#D80027\",\n stroke: \"#630810\",\n strokeWidth: 2\n }));\n};\nexport var PG = function PG(_ref187) {\n var title = _ref187.title,\n rest = _objectWithoutProperties(_ref187, _excluded187);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#C8102E\",\n d: \"M0 0h513v342\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m153.7 225 2.7 8.5h9l-7.2 5.2 2.7 8.6-7.2-5.3-7.3 5.3 2.8-8.6-7.3-5.2h9zm-25.3-120 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm0 160.3 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm50.7-96.1 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm-107.3 4.1 5.2 16h16.8l-13.6 9.9 5.2 15.9-13.6-9.8-13.6 9.8 5.2-15.9-13.6-9.9h16.8z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFCD00\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M288 79.9s33 13.8 30 19.7c-2.9 5.9-17.4-7.1-30-3.5-12.7 3.5-28.6 32.4-28.6 32.4s18.6 2.7 34.2 1.5c15.6-1.2 19.7-7.4 19.7-7.4s.7 15.3 12.7 24.3c18.2 13.6 56.2 22.3 56.2 22.3s.6-6.5-2.7-20.7-8-21.4-8-21.4 55.7 38.3 51.2 59.3-30.1 19.6-30.1 19.6 28.4 12.5 37.4-13.5c12.4-35.6-42.4-65.2-42.4-65.2s6.5 3.1 17.1 4.6 20.3-.3 20.3-.3-13.8-43.6-29.2-52.1c-15.3-8.5-37.1-.9-37.1-.9s9.1-5.9 10-15.9c.9-10-3.5-24.1-3.5-24.1-50.1 21.2-21.2 41.2-33 49.2-2 1.4-9.5-9.9-18.8-8.2-11.5 1.8-25.4.3-25.4.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M404.7 131.8s15.3 17.7 8.2 35.9c-7.1 18.3-37.7 13.5-37.7 13.5s24.7 13.9 40.6-5.3-2.4-43.6-2.4-43.6l-8.7-.5z\"\n })));\n};\nexport var PH = function PH(_ref188) {\n var title = _ref188.title,\n rest = _objectWithoutProperties(_ref188, _excluded188);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0038A8\",\n d: \"M513 0v171H256.5L0 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CE1126\",\n d: \"M513 171v171H0l256.5-171z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FCD116\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m22.1 33.8 8.5 11.9 13.8-4.5-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7V57.2L8.2 52.7 22 48.4zm0 236.4 8.5 11.8 13.8-4.4-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7v-14.6l-13.7-4.5 13.8-4.3zM210.5 152l-8.5 11.8-13.8-4.4 8.6 11.7-8.4 11.8 13.7-4.6 8.6 11.7v-14.6l13.7-4.5-13.8-4.3z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 95,\n cy: 171,\n r: 32\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m95 171 11.2 56.5-3.4 3.4-3.7 3.5-4.2 4.2-4.2-4.2-3.7-3.5-3.4-3.4L95 171zm0 0-11.2-56.5 3.4-3.4 3.7-3.5 4.2-4.2 4.2 4.2 3.7 3.5 3.4 3.4L95 171zm0 0 56.5-11.2 3.4 3.4 3.5 3.7 4.2 4.2-4.2 4.2-3.5 3.7-3.4 3.4L95 171zm0 0-56.5 11.2-3.4-3.4-3.5-3.7-4.2-4.2 4.2-4.2 3.5-3.7 3.4-3.4L95 171zm0 0 32-47.9h4.8l5.1.2h5.9v5.9l.2 5.1v4.8L95 171zm0 0-32 47.9h-4.8l-5.1-.2h-5.9v-5.9l-.2-5.1v-4.8L95 171zm0 0 47.9 32v4.8l-.2 5.1v5.9h-5.9l-5.1.2h-4.8L95 171zm0 0-47.9-32v-4.8l.2-5.1v-5.9h5.9l5.1-.2h4.8L95 171z\"\n })));\n};\nexport var PK = function PK(_ref189) {\n var title = _ref189.title,\n rest = _objectWithoutProperties(_ref189, _excluded189);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h900v600H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#01411C\",\n d: \"M225 0h675v600H225z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M562.5 120c99.4 0 180 80.6 180 180s-80.6 180-180 180-180-80.6-180-180 80.6-180 180-180z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#01411C\",\n d: \"M498.9 135.8c68.1-60.5 172.4-54.4 232.9 13.7s54.4 172.4-13.7 232.9-172.4 54.4-232.9-13.7-54.4-172.4 13.7-232.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m628.1 165.3 75.8 85.3-111.5-24.4L697 180.4l-57.7 98.5-11.2-113.6z\"\n }));\n};\nexport var PL = function PL(_ref190) {\n var title = _ref190.title,\n rest = _objectWithoutProperties(_ref190, _excluded190);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#dc143c\",\n d: \"M0 171h513v171H0z\"\n }));\n};\nexport var PM = function PM(_ref191) {\n var title = _ref191.title,\n rest = _objectWithoutProperties(_ref191, _excluded191);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00318A\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var PN = function PN(_ref192) {\n var title = _ref192.title,\n rest = _objectWithoutProperties(_ref192, _excluded192);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n stroke: \"#000\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#96877d\",\n d: \"m400.7 134.5-16.7 5.6-16.7-5.6-5.6-13.9 5.6-13.9h33.4l-5.6 13.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#006ec7\",\n d: \"M345 134.5v61.2c0 29.8 39 39 39 39s39-9.1 39-39v-61.2h-78z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#337321\",\n d: \"M348.6 210.2c9.6 18.4 35.4 24.5 35.4 24.5s25.9-6.1 35.4-24.5l-35.4-59-35.4 59z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f7e017\",\n d: \"m423 195.1-39-60.6-39 60.6v.6c0 5.5 1.3 10.3 3.5 14.5l35.4-55.1 35.4 55.1c2.2-4.2 3.5-9 3.5-14.5v-.6z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f7e017\",\n d: \"M375 189.5h18.3l.1 5.5h-5.8v25.2l12.3-6.1 3 5-18.9 9.7-18.4-9.8 2.9-5.1 12.6 6.3V195H375z\"\n }));\n};\nexport var PR = function PR(_ref193) {\n var title = _ref193.title,\n rest = _objectWithoutProperties(_ref193, _excluded193);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v68.4H0zm0 136.8h513v68.4H0zm0 136.8h513V342H0z\",\n fill: \"#E00\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#04F\",\n d: \"M256.5 171 0 342V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m84 110.1 15.1 46.5H148l-39.6 28.8 15.1 46.5L84 203.1l-39.6 28.8 15.1-46.5L20 156.6h48.9z\"\n }));\n};\nexport var PS = function PS(_ref194) {\n var title = _ref194.title,\n rest = _objectWithoutProperties(_ref194, _excluded194);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007A3D\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CE1126\",\n d: \"M256.5 171 0 342V0z\"\n }));\n};\nexport var PT = function PT(_ref195) {\n var title = _ref195.title,\n rest = _objectWithoutProperties(_ref195, _excluded195);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"red\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#060\",\n d: \"M197 0v342H0V0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FF0\",\n cx: 197.1,\n cy: 171,\n r: 64\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"red\",\n d: \"M161.1 139v40c0 19.9 16.1 36 36 36s36-16.1 36-36v-40h-72z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M197.1 191c-6.6 0-12-5.4-12-12v-16h24v16c0 6.6-5.3 12-12 12z\"\n }));\n};\nexport var PW = function PW(_ref196) {\n var title = _ref196.title,\n rest = _objectWithoutProperties(_ref196, _excluded196);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#09f\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#ff0\",\n cx: 220,\n cy: 171,\n r: 74\n }));\n};\nexport var PY = function PY(_ref197) {\n var title = _ref197.title,\n rest = _objectWithoutProperties(_ref197, _excluded197);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D52B1E\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0038A8\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009B3A\",\n d: \"m279.7 148-8.7 8.7c3.7 3.7 6 8.8 6 14.5 0 11.3-9.2 20.5-20.5 20.5s-20.5-9.2-20.5-20.5c0-5.7 2.3-10.8 6-14.5l-8.7-8.7c-5.9 5.9-9.6 14.1-9.6 23.2 0 18.1 14.7 32.8 32.8 32.8s32.8-14.7 32.8-32.8c0-9.1-3.7-17.3-9.6-23.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FEDF00\",\n stroke: \"#000\",\n d: \"m256.5 157.2 3.2 9.9h10.5l-8.5 6.2 3.2 9.9-8.4-6.2-8.4 6.2 3.2-9.9-8.5-6.2h10.5z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"none\",\n stroke: \"#000\",\n strokeWidth: 2,\n cx: 256.5,\n cy: 171,\n r: 45\n }));\n};\nexport var QA = function QA(_ref198) {\n var title = _ref198.title,\n rest = _objectWithoutProperties(_ref198, _excluded198);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#8a1538\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z\"\n }));\n};\nexport var RE = function RE(_ref199) {\n var title = _ref199.title,\n rest = _objectWithoutProperties(_ref199, _excluded199);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00318A\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var RO = function RO(_ref200) {\n var title = _ref200.title,\n rest = _objectWithoutProperties(_ref200, _excluded200);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002b7f\",\n d: \"M0 0h171v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fcd116\",\n d: \"M171 0h171v342H171z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ce1126\",\n d: \"M342 0h171v342H342z\"\n }));\n};\nexport var RS = function RS(_ref201) {\n var title = _ref201.title,\n rest = _objectWithoutProperties(_ref201, _excluded201);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c6363c\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0c4076\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#c6363c\",\n d: \"M120 96.8v85.1c0 48.4 63.3 63.3 63.3 63.3s63.3-14.8 63.3-63.3V96.8H120z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M146.1 111.6h74.2V82l-14.8 7.4-22.3-22.3L161 89.4 146.1 82zm85.6 82.2-48.3-48.2-48.2 48.2 15.7 15.7 32.5-32.5 32.5 32.5z\",\n fill: \"#edb92e\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M231.7 148.7h-22.5c1.3-2.2 2-4.7 2-7.4 0-8.2-6.6-14.8-14.8-14.8-5.7 0-10.6 3.2-13.1 7.8-2.5-4.7-7.4-7.8-13.1-7.8-8.2 0-14.8 6.6-14.8 14.8 0 2.7.7 5.2 2 7.4h-22.1c0 8.2 7.1 14.8 15.3 14.8h-.6c0 8.2 6.6 14.8 14.8 14.8 0 7.3 5.2 13.3 12.1 14.6l-11.7 26.4c5.6 2.3 11.7 3.5 18.1 3.5s12.5-1.3 18.1-3.5L189.9 193c6.9-1.3 12.1-7.3 12.1-14.6 8.2 0 14.8-6.6 14.8-14.8h-.5c8.2 0 15.4-6.7 15.4-14.9z\"\n }));\n};\nexport var RU = function RU(_ref202) {\n var title = _ref202.title,\n rest = _objectWithoutProperties(_ref202, _excluded202);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0039a6\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#d52b1e\",\n d: \"M0 228h513v114H0z\"\n }));\n};\nexport var RW = function RW(_ref203) {\n var title = _ref203.title,\n rest = _objectWithoutProperties(_ref203, _excluded203);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00A5E0\",\n d: \"M0 0h513v171H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F9D202\",\n d: \"M0 171h513v85.5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1E5F3D\",\n d: \"M0 256.5h513V342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F9D202\",\n d: \"m420.6 36.1 2.3 35.9 11.6-34.1-7 35.3 19.9-29.9-15.8 32.2 27-23.7-23.7 27L467.1 63l-29.9 19.9 35.3-7-34.1 11.6 35.9 2.3-35.9 2.3 34.1 11.6-35.3-7 29.9 19.9-32.2-15.8 23.7 27-27-23.7 15.8 32.2-19.9-29.9 7 35.3-11.6-34.1-2.3 35.9-2.3-35.9-11.6 34.1 7-35.3-19.9 29.9 15.8-32.2-27 23.7 23.7-27-32.2 15.8L404 96.7l-35.3 7 34.1-11.6-35.9-2.3 35.9-2.3-34.1-11.6 35.3 7L374.1 63l32.2 15.8-23.7-27 27 23.7-15.8-32.2 19.9 29.9-7-35.3L418.3 72z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#F9D202\",\n stroke: \"#00A5E0\",\n strokeWidth: 2,\n cx: 420.6,\n cy: 89.8,\n r: 15.9\n }));\n};\nexport var SA = function SA(_ref204) {\n var title = _ref204.title,\n rest = _objectWithoutProperties(_ref204, _excluded204);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v342H0z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#00512e\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0v342h513V0zm218 76q1 2-2 5-3 2-1 4 3 4 0 6-2 1-5-1-6-6 0-14 6-4 8 0m-102 2 1 6q0 4-2 4-5 1-5-6l2-4zm39 1 1 2q-1 4-5 4-5 0-6-4c0-4 7-6 10-2m47 2q3 4 2 9c-1 2-22 19-24 19q-3 0-4-4l6-6 6-5v-3c-5-10 7-18 14-10m35-3q3 1 0 7-2 8-6 6c-3-1-3 14 0 19q2 4 7-1c2-3 2-5 2-15 0-12 0-13 2-13q5-2 5 13 1 11 3 13 3 6 6 3 3-2-1-12-3-12 1-16h9q2-2 9 1l6 2 1-2q4-4 6-1l3 17c3 16 3 16 7 24l15 30q1 6-4 5l-8-14-6-12 1 20c1 21 1 23-4 23q-4 2-4-15l-1-27-1-16-9-13c-8-12-8-13-11-13q-6-1-2 6l2 7q0 4 3 2 6-2 6 3-1 4-8 5l-5 2-5 2q-6 0-10-3-2-3-5 1-5 5-12 2-5-1-7-10l-1-3-1 3q-3 7-9 8-7 0-9-11-3-10 2-10 4-1 5 7l2 6q1 0 4-7 6-17 13-12h1c-1-1 2-10 4-11zm-97 10 2 16 1 9h4q5 2 6-1c2-1 2-2-1-11l-3-12 3-1 11 5V82q4-2 6 1l3 23 1 20h2q5 0 5 5 1 6 3 0 3-9 8-2 1 3 2 0 3-7 4-6c5 0 6 7 1 13q-3 3-7 3l-6 1q-5 4-10 0l-2-2v5c0 21-16 42-33 42q-21-1-23-21 0-5 2-6 4-1 6 6 1 12 12 13 14 2 24-15 6-11 1-5-12 18-28 11-7-5-9-17-2-6 1-7 5-3 6 6 1 12 10 12 7 0 13-8 5-8-1-7-11-1-8-12 8-11 17-5l3 2-1-12-4-22q-3 1 0 7c2 6 2 6 0 10l-5 5q-3 3-7 1h-5l-1 16c-1 19-1 20-4 21-4 1-4-2-4-19l1-15-3 1q-3 1-6-2c-2-2-2-2-3-14l-1-12q-2-1-2 10l-1 13q-3 6-8 4c-3-2-4-4-7-15q-4-15 2-14 4-1 5 8l1 5 1-6q0-13 9-12l6 2c2 3 2 4 2 14l1 11 2-1 1-8-2-16q-3-12 2-11 3-1 5 7m163-3q4 10 1 13-4 3-7-7-3-11 2-10zm12-3 3 7q2 6 1 8v16l2 27c2 22 2 21 6 21h3l-1-5-2-23-3-33c-2-16-1-19 3-19 3 0 8 14 6 16v24c5 47 5 48 0 47q-3-2-1 4l2 6q2 1 5-9 7-18 10-16 3 0 7 5 4 7 7 7 4-1 1-33l-1-21-10-12-9-15q0-5 8-1 5 2 6 6l2 6q3 4 1-4 0-10 3-10c4 0 9 10 7 13l-1 8q1 8 4 12l3 3-2-15c-2-16-2-19 1-20q3 0 5 4l4 5h2q6-4 8 9 0 8-4 8-3 0-4-6 1-8-3-5c-1 2-1 3 1 19l2 17 5 7c6 10 12 21 11 22q-2 3-5 2l-5-8-5-8 1 8c0 11 0 11-3 11q-5 3-5-7l-1-16c0-8-1-10-4-15l-4-5v19c1 21 0 25-5 28q-6 5-13-3l-4-5-4 9q-6 14-11 15-9-1-11-16-1-8-5-1c-3 5-12 13-19 17q-8 4-8-2-1-2 6-6c9-5 17-14 17-18l-5-78q2-4 5-1m89 5 4 6q1 1-2 3l-2 2 4 24q4 25 4 35c0 10 0 11-3 17q-7 13-19 14-8 0-7-2-2-4 7-6 15-2 14-23a708 708 0 0 0-8-75c3-2 3-1 8 5m-211 19 1 4q0 3 2 2 5 0 5 4c0 4-9 6-13 2-4-5 0-17 5-12m108 1h2l4-1q4 2 0 7-7 6-11-1v-5q3-2 5 0m55 2q3 4-1 6-2 0-1 5t-1 6q-1 2-10-6-8-7-6-9 3-4 7 0l2 2 2-3q5-3 8-1m-131 13c3 2 6 14 6 17q-1 6 6 1l10-4q5-1 7-4 4-9 10-12 10 0 11 9 0 7-16 13l-2 1 13 1c16 0 16 0 13 9q-2 7-4 7l-10 2q-19 3-17 9 1 2 4 3 6 3 3 7l-7 1q-13-2-21-10l-3-3-2 3q-7 10-19 13-10 2-15-10l-5 2q-18 10-19 8l-2-3c0-2 1-2 15-11l9-6q1-3 5-4c3 1 10-5 12-9q3-6-1-15l-2-8q1-5 6-6c3 0 8 5 8 7q-1 4-4 3v1l1 10c1 9-1 13-10 21l-7 6 2 3q5 9 15-2 10-8 10-23 0-10-6-24v-4q3-4 6 1m17 2q2 3 4 0 11-3 5 5c-4 5-12 5-15-1v-4zm118 5 1 2q1 2-7 8c-8 6-9 7-11 5q-5-4 6-10c8-6 8-6 11-5m-229 3q3 2-10 10-12 8-13 3-5-3 9-10 13-8 14-3m229 10c3 2 4 9 3 11q-3 3-6 1c-2-2-3-11-1-13q1-2 4 1m-172 7q3 3 2 7 1 5-3 5-3 1-3-3l-2-4q-3-3-1-6 4-2 7 1m-79 9 1 8q0 9 3 6 4-1 4 3-1 7-7 7-7-1-7-14-1-9 2-10zm168 12q0 4 3 2t4 3q-2 6-8 8l-4-2q-3-3-4-2-4 0-5-4l5-6q7-6 7-4 3 1 2 5m102 3q4 4 1 9-7 7-7-4t6-5m-42 73c0 2 1 2 12 2q24-1 22 11 0 7-6 10c-4 1-31 2-34 0q-2-1-2-6v-4h-82l-74-1c-16 0-28-10-28-10h92c91 0 92-1 92-2q-1-3 4-5c5-2 4 4 4 5\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m195 86 1 1 1-1-1-1q-2 0-1 1m84 5q-2 2 1 5l3 3-1-4-1-5zm-125 45q-3 3-1 4 5-1 6-4zm110-7q-4 5 0 3 6-4 2-4zm-31 30q0 6 4 8l5 4q3 2 2-3 0-3 4-7 4-3 2-4l-13-3h-5zm104 101q-1 3 13 2c11 0 13 0 14-2l-13-1z\"\n })));\n};\nexport var SB = function SB(_ref205) {\n var title = _ref205.title,\n rest = _objectWithoutProperties(_ref205, _excluded205);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#205831\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#004EB4\",\n d: \"M0 342V0h513\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F4CA15\",\n d: \"M0 328v14h28L513 14V0h-28z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M47.2 11.5 54 32.6h22.3l-18 13.2 6.9 21.1-18-13.1-18 13.1L36 45.8 18 32.6h22.3zm113.6 0 6.9 21.1H190l-18 13.2 6.8 21.1-18-13.1-18 13.1 6.9-21.1-18-13.2H154zM47.2 122.3l6.8 21.1h22.3l-18 13.2 6.9 21.1-18-13-18 13 6.8-21.1-18-13.2h22.3zm113.6 0 6.9 21.1H190l-18 13.2 6.8 21.1-18-13-18 13 6.9-21.1-18-13.2H154zM104 66.9l6.8 21.2h22.3l-18 13 6.9 21.2-18-13.1-18 13.1 6.8-21.2-18-13h22.3z\",\n fill: \"#FFF\"\n }));\n};\nexport var SC = function SC(_ref206) {\n var title = _ref206.title,\n rest = _objectWithoutProperties(_ref206, _excluded206);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F6CA3F\",\n d: \"M185.9 0 0 342 368.2 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007631\",\n d: \"M513 224.5 0 342h513z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#CB262E\",\n d: \"M513 0H358.2L0 342l513-224.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#002E69\",\n d: \"M0 0v342L185.9 0z\"\n }));\n};\nexport var SD = function SD(_ref207) {\n var title = _ref207.title,\n rest = _objectWithoutProperties(_ref207, _excluded207);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#cb0f32\",\n d: \"M0 0h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 114h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 228h513v114H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#006e28\",\n d: \"m0 0 200 171L0 342z\"\n }));\n};\nexport var SE = function SE(_ref208) {\n var title = _ref208.title,\n rest = _objectWithoutProperties(_ref208, _excluded208);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#004F8E\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F6C500\",\n d: \"M192.4.3h-64.2v138.8H0v64.1h128.2V342h64.2V203.2H513v-64.1H192.4z\"\n }));\n};\nexport var SG = function SG(_ref209) {\n var title = _ref209.title,\n rest = _objectWithoutProperties(_ref209, _excluded209);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h900v600H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ED2939\",\n d: \"M0 0h900v300H0V0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M129.7 150c0-48.8 29-90.9 70.6-109.9-3.4-.3-6.8-.5-10.2-.5-61 0-110.4 49.4-110.4 110.4s49.4 110.4 110.4 110.4c3.4 0 6.9-.2 10.2-.5-41.7-19-70.6-61.1-70.6-109.9zm131.2-59.9 16.9-12.3H257l-6.5-19.9-6.5 19.9h-20.8l16.9 12.3-6.5 19.8 16.9-12.3 16.9 12.3zm37.3 114.5 16.9-12.2h-20.9l-6.5-19.9-6.4 19.9h-20.9l16.9 12.2-6.5 19.9 16.9-12.3 16.9 12.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m200.7 133.8 16.9-12.3h-20.9l-6.4-19.8-6.5 19.8h-20.9l16.9 12.3-6.4 19.9 16.9-12.3 16.9 12.3zm137.4-12.3h-20.9l-6.5-19.8-6.4 19.8h-20.9l16.9 12.3-6.5 19.9 16.9-12.3 16.9 12.3-6.4-19.9zm-114.4 83.1 16.9-12.2h-20.9l-6.4-19.9-6.5 19.9h-20.9l16.9 12.2-6.4 19.9 16.9-12.3 16.9 12.3z\"\n })));\n};\nexport var SH = function SH(_ref210) {\n var title = _ref210.title,\n rest = _objectWithoutProperties(_ref210, _excluded210);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#5f7dbd\",\n d: \"M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#f2d049\",\n d: \"M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#b38c79\",\n d: \"m369.5 204.5.3 10.3-12.8.2 4.9 13.2h-17.3c-18-20.2-23.4-42.4-24.9-68.1l9.1-9.7 8.3 14.3 10.8-12.8 7 7.8.8 15.7 13.8 29.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#5c5568\",\n d: \"m436.6 192.5-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var SI = function SI(_ref211) {\n var title = _ref211.title,\n rest = _objectWithoutProperties(_ref211, _excluded211);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 240 160\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF0D0B\",\n d: \"M0 0h240v160H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0E55BD\",\n d: \"M0 0h240v106.7H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h240v53.3H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0E55BD\",\n d: \"M99.5 30.8c-12.4-5.5-26.4-5.5-38.8 0-2.2 28.7 4.4 44.8 19.3 48.7 14.9-3.9 21.5-20 19.5-48.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m82 37.1-1.5.1-.5-1.3-.5 1.3-1.5-.1.8 1.2-.8 1.2 1.5-.2.5 1.2.5-1.2 1.5.2-.8-1.2zm-5.5-7.4-1.4.2-.6-1.4-.6 1.4-1.4-.2.8 1.2-.8 1.2 1.4-.1.6 1.3.6-1.3 1.4.1-.8-1.2zm11 0-1.4.2-.6-1.4-.6 1.4-1.4-.2.8 1.2-.8 1.2 1.4-.1.6 1.3.6-1.3 1.4.1-.8-1.2z\",\n fill: \"#FF0\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m87.9 48.7-3.1 4.1-4.7-9.3-4.7 9.3-3.1-4.1-7.9 10.4c0 .5.1.9.3 1.5 2.1 7.6 8 13.7 15.5 16.3 7.5-2.5 13.3-8.7 15.5-16.3.1-.4.3-.9.3-1.5l-8.1-10.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0E55BD\",\n d: \"M64.5 60.5c.8 2.8 3.7 4.4 6.4 3.6.4-.1.8-.3 1.2-.5 1.6-.9 3.6-.9 5.2 0s3.6.9 5.2 0 3.6-.9 5.2 0c2.5 1.5 5.7.5 7.1-1.9.3-.4.4-.8.5-1.2l.3.1v3.9c-.9 0-1.9.3-2.7.7-1.6.9-3.6.9-5.2 0s-3.6-.9-5.2 0-3.6.9-5.2 0-3.6-.9-5.2 0-3.6.9-5.2 0c-.8-.4-1.7-.7-2.7-.7v-3.9\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0E55BD\",\n d: \"M64.5 63.6c.8 2.8 3.7 4.4 6.4 3.6.4-.1.8-.3 1.2-.5 1.6-.9 3.6-.9 5.2 0s3.6.9 5.2 0 3.6-.9 5.2 0c2.5 1.5 5.7.5 7.1-1.9.3-.4.4-.8.5-1.2l.3.1v3.9c-.9 0-1.9.3-2.7.7-1.6.9-3.6.9-5.2 0s-3.6-.9-5.2 0-3.6.9-5.2 0-3.6-.9-5.2 0-3.6.9-5.2 0c-.8-.4-1.7-.7-2.7-.7v-3.9\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF0D0B\",\n d: \"m99.5 30.8-1.6 24.8c-.7 10.5-7.8 19.7-17.9 22.9-10.1-3.2-17.2-12.3-17.9-22.9l-1.6-24.8c-.5.3-.9.4-1.5.7l1.5 24.1C61.3 66.9 69.1 76.7 80 80c10.9-3.3 18.7-13.1 19.3-24.4l1.5-24.1c-.4-.3-.9-.6-1.3-.7z\"\n }));\n};\nexport var SJ = function SJ(_ref212) {\n var title = _ref212.title,\n rest = _objectWithoutProperties(_ref212, _excluded212);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ba0c2f\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00205b\",\n d: \"M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z\"\n }));\n};\nexport var SK = function SK(_ref213) {\n var title = _ref213.title,\n rest = _objectWithoutProperties(_ref213, _excluded213);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 196.641h512v118.717H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 315.359h512v111.304H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 0 0-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 0 0-5.682-.657 24.88 24.88 0 0 0-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z\"\n }));\n};\nexport var SL = function SL(_ref214) {\n var title = _ref214.title,\n rest = _objectWithoutProperties(_ref214, _excluded214);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 85.337h512v113.775H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 312.888h512v113.775H0z\"\n }));\n};\nexport var SM = function SM(_ref215) {\n var title = _ref215.title,\n rest = _objectWithoutProperties(_ref215, _excluded215);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 85.34h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M512 85.334v166.69L0 256.175V85.334z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M323.744 203.099 256 270.843l-67.744-67.744a81.156 81.156 0 0 0-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 0 0-13.881-45.483z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 0 0-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 0 0-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z\"\n }));\n};\nexport var SN = function SN(_ref216) {\n var title = _ref216.title,\n rest = _objectWithoutProperties(_ref216, _excluded216);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.331h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M330.207 85.331H512v341.337H330.207z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.331h181.793v341.337H0zm255.999 111.301 14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z\",\n fill: \"#496E2D\"\n }));\n};\nexport var SO = function SO(_ref217) {\n var title = _ref217.title,\n rest = _objectWithoutProperties(_ref217, _excluded217);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m256 157.273 22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z\"\n }));\n};\nexport var SR = function SR(_ref218) {\n var title = _ref218.title,\n rest = _objectWithoutProperties(_ref218, _excluded218);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A2001D\",\n d: \"M0 196.636h512v118.728H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z\",\n fill: \"#6DA544\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m256.742 218.003 9.43 29.021h30.518L272 264.963l9.431 29.023-24.689-17.937-24.689 17.937 9.431-29.023-24.69-17.939h30.518z\"\n }));\n};\nexport var SS = function SS(_ref219) {\n var title = _ref219.title,\n rest = _objectWithoutProperties(_ref219, _excluded219);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 322.783h512v103.88H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.337h512v104.515H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#A2001D\",\n d: \"M0 210.877h512v89.656H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M256 256.006 0 426.668V85.331z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m73.178 209.188 20.831 29.067 34.084-10.83-21.207 28.795 20.83 29.069-33.939-11.271-21.208 28.794.234-35.762-33.94-11.273 34.083-10.83z\"\n }));\n};\nexport var ST = function ST(_ref220) {\n var title = _ref220.title,\n rest = _objectWithoutProperties(_ref220, _excluded220);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z\",\n fill: \"#6DA544\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M256 256.006 0 426.668V85.331z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m302.049 226.318 7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zm74.203 0 7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z\"\n }));\n};\nexport var SV = function SV(_ref221) {\n var title = _ref221.title,\n rest = _objectWithoutProperties(_ref221, _excluded221);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z\",\n fill: \"#0052B4\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M228.582 261.936 256 214.447l27.418 47.489z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M291.616 277.616 256 295.425l-35.616-17.809v-23.744h71.232z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m289.579 216.485-12.592 12.592c5.37 5.372 8.693 12.791 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.114-5.316-24.987-13.91-33.579z\"\n }));\n};\nexport var SX = function SX(_ref222) {\n var title = _ref222.title,\n rest = _objectWithoutProperties(_ref222, _excluded222);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M512 85.331v166.69L0 256.173V85.331z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256 256.006 0 426.668V85.331z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFDA44\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M59.621 256a59.546 59.546 0 0 0-.193 4.57c0 32.821 26.607 59.429 59.429 59.429s59.429-26.607 59.429-59.429c0-1.539-.078-3.061-.193-4.57H59.621z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 118.862,\n cy: 210.287,\n r: 18.286\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M77.715 205.714v59.429c0 31.494 41.144 41.143 41.144 41.143s41.144-9.649 41.144-41.143v-59.429H77.715z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M118.877 287.148c-7.632-2.746-22.876-9.767-22.876-22.006v-41.144h45.715v41.144c-.001 12.28-15.244 19.283-22.839 22.006z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#F3F3F3\",\n d: \"M128.001 246.856v-9.142l-9.144-4.571-9.142 4.571v9.142l-4.571 4.573v18.285h27.428v-18.285z\"\n }));\n};\nexport var SY = function SY(_ref223) {\n var title = _ref223.title,\n rest = _objectWithoutProperties(_ref223, _excluded223);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h900v600H0z\",\n fill: \"#0f0f0f\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h900v400H0z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h900v200H0z\",\n fill: \"#047a3f\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m176.26 375 48.738-150 48.738 150-127.6-92.705h157.72M626.256 375l48.738-150 48.738 150-127.6-92.705h157.72M401.252 375l48.738-150 48.738 150-127.6-92.705h157.72\",\n fill: \"#ce1126\"\n }));\n};\nexport var SZ = function SZ(_ref224) {\n var title = _ref224.title,\n rest = _objectWithoutProperties(_ref224, _excluded224);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2B5DEA\",\n d: \"M0 0h900v600H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDF29\",\n d: \"M0 100h900v400H0V100z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D70000\",\n d: \"M0 150h900v300H0V150z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z\"\n }));\n};\nexport var TA = function TA(_ref225) {\n var title = _ref225.title,\n rest = _objectWithoutProperties(_ref225, _excluded225);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1799f8\",\n d: \"M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M447.5 208.7c-.2 1.6-.4 3.3-.6 4.9-4.8 33.1-22.9 65.4-61.5 81-43.2-17-59.4-47.9-64.2-81-.2-1.6-.4-3.2-.6-4.9\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1799f8\",\n d: \"m385.4 251.7-22.9-43h45.8z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m385.4 165.8-22.9 42.9h45.8z\"\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#dcb072\",\n cx: 474.8,\n cy: 236.8,\n rx: 16.8,\n ry: 43.3\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#dcb072\",\n cx: 295.3,\n cy: 236.8,\n rx: 16.8,\n ry: 43.3\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m385.4 31.5-33.4 44h68.5zM315.5 280s33.8 29.5 69.9 29.5 67.1-29.5 67.1-29.5l8.5 14.6S439.2 326 385.4 326 307 294.6 307 294.6l8.5-14.6z\"\n }), /*#__PURE__*/React.createElement(\"ellipse\", {\n fill: \"#A5A5A5\",\n cx: 386.3,\n cy: 104.3,\n rx: 34.3,\n ry: 23.3\n }));\n};\nexport var TC = function TC(_ref226) {\n var title = _ref226.title,\n rest = _objectWithoutProperties(_ref226, _excluded226);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n stroke: \"#fff\",\n strokeWidth: 4,\n d: \"M332.1 106.7v78.2c0 38.1 51.9 49.8 51.9 49.8s51.9-11.7 51.9-49.8v-78.2H332.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#fcad56\",\n d: \"M376.6 135.1c0 7.9-6.6 28.4-14.8 28.4S347 142.9 347 135.1c0-7.9 14.8-14.2 14.8-14.2s14.8 6.4 14.8 14.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#9e540a\",\n d: \"M416 150.6c2.4-5.6 4.3-13.8 4.3-17.9 0-6.5-8.9-11.9-8.9-11.9s-8.9 5.3-8.9 11.9c0 4.1 1.9 12.3 4.3 17.9l-5.1 11.1c3 1.2 6.3 1.8 9.8 1.8 3.5 0 6.8-.7 9.8-1.8l-5.3-11.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#009e49\",\n d: \"M372.9 184.9s-7.4 14.2-7.4 28.4h37.1c0-14.2-7.4-28.4-7.4-28.4l-11.1-7.1-11.2 7.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ce1126\",\n d: \"M395.1 184.9v-3.6c0-5.9-5-10.7-11.1-10.7s-11.1 4.8-11.1 10.7v3.6h22.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var TD = function TD(_ref227) {\n var title = _ref227.title,\n rest = _objectWithoutProperties(_ref227, _excluded227);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 85.331h170.663v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M341.337 85.331H512v341.337H341.337z\"\n }));\n};\nexport var TF = function TF(_ref228) {\n var title = _ref228.title,\n rest = _objectWithoutProperties(_ref228, _excluded228);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 22.5 15\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h21v15H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0A388A\",\n d: \"M0 0h22.5v15H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h11.3v7.5H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M7.1 0h3.6v7H7.1V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0A388A\",\n d: \"M0 0h3.6v7H0V0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M3.6 0h3.6v7H3.6V0zm10.9 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5 1 1.5h-2l1-1.5zm-3 0 1 1.5h-2l1-1.5zm1.5 3L16 10h2l-1 1.5zM20 8c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-6 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm1 4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm4 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-2 1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5z\"\n }));\n};\nexport var TG = function TG(_ref229) {\n var title = _ref229.title,\n rest = _objectWithoutProperties(_ref229, _excluded229);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z\",\n fill: \"#496E2D\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.337h204.054v204.054H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m102.026 133.938 13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z\"\n }));\n};\nexport var TH = function TH(_ref230) {\n var title = _ref230.title,\n rest = _objectWithoutProperties(_ref230, _excluded230);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.334h512V426.66H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 194.056h512v123.882H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z\",\n fill: \"#D80027\"\n }));\n};\nexport var TJ = function TJ(_ref231) {\n var title = _ref231.title,\n rest = _objectWithoutProperties(_ref231, _excluded231);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.337h512v113.775H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 312.888h512v113.775H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zm-33.963-29.682 2.763 8.504h8.94l-7.233 5.255 2.763 8.502-7.233-5.255-7.234 5.255 2.763-8.502-7.233-5.255h8.94zm8.566-29.68 2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zm24.488-22.261 2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zm94.236 51.941-2.763 8.504h-8.94l7.233 5.255-2.763 8.502 7.233-5.255 7.234 5.255-2.763-8.502 7.233-5.255h-8.94zm-8.566-29.68-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zm-24.488-22.261-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM256 207.767l2.763 8.503h8.941l-7.234 5.256 2.763 8.502-7.233-5.254-7.233 5.254 2.763-8.502-7.234-5.256h8.941z\",\n fill: \"#FFDA44\"\n }));\n};\nexport var TK = function TK(_ref232) {\n var title = _ref232.title,\n rest = _objectWithoutProperties(_ref232, _excluded232);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m210.715 174.377 3.684 11.338h11.919l-9.643 7.006 3.684 11.337-9.644-7.007-9.644 7.007 3.684-11.337-9.645-7.006h11.921zm-93.899 107.594 4.605 14.172h14.9l-12.055 8.757 4.606 14.173-12.056-8.76-12.055 8.76 4.604-14.173-12.054-8.757h14.899zm27.88-162.292 4.604 14.172h14.901l-12.056 8.758 4.606 14.171-12.055-8.759-12.056 8.759 4.606-14.171-12.055-8.758h14.9zm-75.157 55.652 4.604 14.172h14.9l-12.055 8.758 4.606 14.171-12.055-8.758-12.056 8.758 4.606-14.171-12.055-8.758h14.9z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zm-365.585 11.586c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z\",\n fill: \"#FFDA44\"\n }));\n};\nexport var TL = function TL(_ref233) {\n var title = _ref233.title,\n rest = _objectWithoutProperties(_ref233, _excluded233);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M256 256 0 90.691v44.242L155.826 256 0 377.067v44.242z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 90.691v330.618L189.217 256z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m44.184 213.36 24.912 23.577 30.121-16.41-14.723 30.98 24.911 23.575-34.012-4.43L60.67 301.63l-6.296-33.716-34.012-4.43 30.119-16.408z\"\n }));\n};\nexport var TM = function TM(_ref234) {\n var title = _ref234.title,\n rest = _objectWithoutProperties(_ref234, _excluded234);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0 1 10.884 2.621c27.002 9.688 41.038 39.428 31.35 66.431s-39.428 41.038-66.431 31.35a52.182 52.182 0 0 1-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zm-46.571-67.95-7.297 9.427-11.22-4.026 6.712 9.852-7.296 9.427 11.443-3.338 6.712 9.852.361-11.914 11.444-3.339-11.221-4.025z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m330.338 146.448-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.443-3.339 6.712 9.853.36-11.915 11.445-3.34-11.221-4.024zM275.9 126.916l-7.296 9.427-11.219-4.024 6.711 9.851-7.296 9.426 11.443-3.338 6.712 9.852.361-11.915 11.444-3.337-11.221-4.027zm-.799 35.189-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.444-3.338 6.711 9.852.362-11.915 11.443-3.338-11.22-4.026zm33.484 12.013-7.296 9.427-11.22-4.026 6.712 9.853-7.297 9.426 11.444-3.338 6.712 9.852.36-11.915 11.443-3.338-11.219-4.025z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M83.478 85.337h89.043v341.326H83.478z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m117.458 175.191-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z\",\n fill: \"#FF9811\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m117.458 374.725-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z\",\n fill: \"#FF9811\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m117.458 274.957-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zm36.513 24.434h-6.493v-6.493h-11.411l-8.068-8.068-8.067 8.068h-11.41v6.493h-6.493v12.986h6.493v6.492h11.41l8.068 8.069 8.068-8.069h11.41v-6.492h6.493zm0-99.768h-6.493v-6.492h-11.411l-8.068-8.069-8.067 8.069h-11.41v6.492h-6.493v12.986h6.493v6.492h11.41l8.068 8.07 8.068-8.07h11.41v-6.492h6.493z\",\n fill: \"#496E2D\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M120.576 248.576h14.84v14.84h-14.84z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 128,\n cy: 206.113,\n r: 7.421\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 128,\n cy: 305.887,\n r: 7.421\n })));\n};\nexport var TN = function TN(_ref235) {\n var title = _ref235.title,\n rest = _objectWithoutProperties(_ref235, _excluded235);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 256,\n cy: 255.994,\n r: 96\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"m267.826 219.291 16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z\"\n })));\n};\nexport var TO = function TO(_ref236) {\n var title = _ref236.title,\n rest = _objectWithoutProperties(_ref236, _excluded236);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.331h256v170.663H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z\"\n }));\n};\nexport var TR = function TR(_ref237) {\n var title = _ref237.title,\n rest = _objectWithoutProperties(_ref237, _excluded237);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#E30A17\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z\"\n }));\n};\nexport var TT = function TT(_ref238) {\n var title = _ref238.title,\n rest = _objectWithoutProperties(_ref238, _excluded238);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m6.066 85.337 207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M43.364 85.337 384.69 426.663h83.946L127.31 85.337z\"\n }));\n};\nexport var TV = function TV(_ref239) {\n var title = _ref239.title,\n rest = _objectWithoutProperties(_ref239, _excluded239);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00B2EE\",\n d: \"M0 171h256.5V0H513v342H0V171z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m196.8 274.1 16.8 51.6-43.9-31.9H224l-43.9 31.9 16.7-51.6zm205.8-80.3 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm60.7-44.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm0-127.8L480.1 73l-44-32h54.3l-43.9 32 16.8-51.7zm-53 53.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9L410.3 75zm-77.4 32 16.8 51.6-43.9-31.9H360l-43.9 31.9 16.8-51.6zM350 245.4l16.8 51.6-43.9-31.9h54.3L333.3 297l16.7-51.6zm-71.8-56.2 16.8 51.6-44-31.8h54.3l-43.9 31.9 16.8-51.7zm0 75.3 16.8 51.6-44-31.9h54.3l-43.9 31.9 16.8-51.6z\",\n fill: \"#FFDA44\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var TW = function TW(_ref240) {\n var title = _ref240.title,\n rest = _objectWithoutProperties(_ref240, _excluded240);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 85.337h256V256H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#0052B4\",\n cx: 128,\n cy: 170.674,\n r: 29.006\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z\"\n }));\n};\nexport var TZ = function TZ(_ref241) {\n var title = _ref241.title,\n rest = _objectWithoutProperties(_ref241, _excluded241);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M0 426.663V85.337h512\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z\"\n }));\n};\nexport var UA = function UA(_ref242) {\n var title = _ref242.title,\n rest = _objectWithoutProperties(_ref242, _excluded242);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 85.337h512V256H0z\"\n }));\n};\nexport var UG = function UG(_ref243) {\n var title = _ref243.title,\n rest = _objectWithoutProperties(_ref243, _excluded243);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 341.3\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#232323\",\n d: \"M0 0h512v341.3H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 56.9h512v56.9H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D32300\",\n d: \"M0 113.8h512v56.9H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 227.6h512v56.9H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D32300\",\n d: \"M0 284.4h512v56.9H0z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 256,\n cy: 170.7,\n r: 80.7\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z\"\n }));\n};\nexport var UM = function UM(_ref244) {\n var title = _ref244.title,\n rest = _objectWithoutProperties(_ref244, _excluded244);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2E52B2\",\n d: \"M0 0h256.5v184.1H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z\",\n fill: \"#FFF\"\n }));\n};\nexport var US = function US(_ref245) {\n var title = _ref245.title,\n rest = _objectWithoutProperties(_ref245, _excluded245);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#2E52B2\",\n d: \"M0 0h256.5v184.1H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z\",\n fill: \"#FFF\"\n }));\n};\nexport var UY = function UY(_ref246) {\n var title = _ref246.title,\n rest = _objectWithoutProperties(_ref246, _excluded246);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z\",\n fill: \"#0038a8\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h256.5v190H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FED443\",\n d: \"m128.3 138.7-15.1 22.6-3.8-26.9L86 148.2l8.2-25.9-27.2 2.2 18.6-19.8L60.3 95l25.4-9.7L67 65.5l27.1 2.3-8.2-25.9 23.4 13.8 3.9-26.9 15.1 22.6 15.1-22.6 3.8 26.9 23.4-13.8-8.2 25.9 27.1-2.2-18.6 19.8 25.4 9.7-25.4 9.7 18.6 19.8-27.1-2.2 8.2 25.9-23.4-13.8-3.9 26.9-15-22.7zm0-.5c23.9.9 44-17.6 44.9-41.5.9-23.9-17.6-44-41.5-44.9h-3.4c-23.9.8-42.6 20.8-41.8 44.6.6 22.8 19 41.1 41.8 41.8zm0-10.6c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.3 34-34 34z\"\n }));\n};\nexport var UZ = function UZ(_ref247) {\n var title = _ref247.title,\n rest = _objectWithoutProperties(_ref247, _excluded247);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3081f7\",\n d: \"M0 0h513v108H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ee162e\",\n d: \"M0 108h513v9H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 117h513v108H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ee162e\",\n d: \"M0 225h513v9H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#308738\",\n d: \"M0 233h513v108H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M53.5 54c0-23.1 16.4-35 34.3-38.9-2.7-.6-5.6-.9-8.5-.9-22 0-39.8 17.8-39.8 39.8s17.8 39.8 39.8 39.8c2.9 0 5.8-.3 8.5-.9C69.9 89 53.5 77.1 53.5 54zm57.9 21.3 1.8 5.9h6.2l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-83.5-28.9 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-55.7-29 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.9-4.9-3.6-5 3.6 1.9-5.9-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1z\",\n fill: \"#FFF\"\n }));\n};\nexport var VA = function VA(_ref248) {\n var title = _ref248.title,\n rest = _objectWithoutProperties(_ref248, _excluded248);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.331h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M256 85.331h256v341.337H256z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ACABB1\",\n d: \"m321.353 233.837 32.073 42.43c-5.053 7.651-5.026 17.961.817 25.692 7.414 9.807 21.374 11.748 31.182 4.335 9.807-7.414 11.748-21.374 4.334-31.182-5.843-7.731-15.756-10.568-24.495-7.795l-49.988-66.129-11.838 8.949-17.759 13.424 17.899 23.677 17.775-13.401zm46.175 48.78a7.421 7.421 0 1 1 8.95 11.84 7.421 7.421 0 0 1-8.95-11.84z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m376.367 247.24 17.899-23.677-17.759-13.424-11.838-8.949-49.988 66.129c-8.74-2.775-18.651.063-24.495 7.795-7.414 9.808-5.473 23.768 4.334 31.182 9.808 7.414 23.768 5.473 31.182-4.335 5.845-7.731 5.871-18.041.817-25.692l32.073-42.43 17.775 13.401zm-62.504 45.771a7.42 7.42 0 1 1-11.84-8.95 7.42 7.42 0 0 1 11.84 8.95z\"\n }));\n};\nexport var VC = function VC(_ref249) {\n var title = _ref249.title,\n rest = _objectWithoutProperties(_ref249, _excluded249);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#338AF3\",\n d: \"M0 85.331h170.663v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zm83.478 0-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z\",\n fill: \"#6DA544\"\n }));\n};\nexport var VE = function VE(_ref250) {\n var title = _ref250.title,\n rest = _objectWithoutProperties(_ref250, _excluded250);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 22.5 15\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFCE00\",\n d: \"M0 0h22.5v5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#203899\",\n d: \"M0 5h22.5v5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D82B2B\",\n d: \"M0 10h22.5v5H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m12.13 5.38.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zm-1.77 0 .27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zm3.44.56-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zm-5.11.02.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zm6.55 1.17-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zm.19 1.12.21.43.47.07-.34.33.08.46-.42-.22-.42.22.08-.46-.34-.33.47-.07zM7 8.2l.21.43.47.06-.34.33.08.47L7 9.27l-.42.22.08-.47-.34-.33.47-.06zm.31-1.15.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z\"\n }));\n};\nexport var VG = function VG(_ref251) {\n var title = _ref251.title,\n rest = _objectWithoutProperties(_ref251, _excluded251);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffc72c\",\n d: \"m384.8 174.7-46.2 46.2c8.7 16.7 26.1 28.1 46.2 28.1s37.6-11.4 46.2-28.1l-46.2-46.2z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#006129\",\n stroke: \"#fff\",\n strokeWidth: 3,\n d: \"M332.7 93v81.8c0 39.8 52 52 52 52s52-12.2 52-52V93h-104z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M373.6 130.1h22.3v59.5h-22.3z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#9c4c00\",\n cx: 384.8,\n cy: 130.1,\n r: 11.2\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M347.6 107.8h14.9v14.9h-14.9zm0 33.5h14.9v14.9h-14.9zm0 33.4h14.9v14.9h-14.9zm59.5-66.9H422v14.9h-14.9zm0 33.5H422v14.9h-14.9zm0 33.4H422v14.9h-14.9z\",\n fill: \"#ffc72c\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#012169\",\n d: \"M0 0h256.5v171H0z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFF\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z\"\n })), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#D80027\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z\"\n })));\n};\nexport var VI = function VI(_ref252) {\n var title = _ref252.title,\n rest = _objectWithoutProperties(_ref252, _excluded252);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 341.3\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h512v341.3H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1583C4\",\n d: \"m397.7 166.3-51 97.7c-1.1 2-.3 4.5 1.8 5.6 2 1.1 4.5.3 5.6-1.8l51-97.7c1-2.1.1-4.6-2-5.5-2-.9-4.3-.2-5.4 1.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1583C4\",\n d: \"m404.9 188-57.8 75.4c-1.3 1.9-.8 4.5 1.1 5.8 1.7 1.2 4.1.9 5.5-.7l57.8-75.4c1.4-1.8 1.1-4.4-.8-5.8-1.8-1.5-4.4-1.1-5.8.7z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1583C4\",\n d: \"m379 181.3-32.5 83.1c-.8 2.1.2 4.6 2.4 5.4 2.1.8 4.6-.2 5.4-2.4l32.5-83.1c.7-2.2-.4-4.5-2.6-5.3-2.1-.6-4.3.4-5.2 2.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#409347\",\n d: \"M122.1 171.9c.4 1.7 1.2 4.7 2.2 8.5 1.7 6.4 3.6 12.8 5.6 18.7 2.3 6.9 14.7 31.4 20.2 39.1 6.9 9.7 14.1 19.3 21.5 28.6 1.6 1.9 4.5 2.1 6.4.5 1.8-1.6 2.1-4.3.7-6.2-7.3-9.2-14.4-18.6-21.2-28.2-4.2-5.8-17.2-31.1-19-36.7-2.9-8.7-5.4-17.6-7.6-26.5-.5-2.4-2.9-4-5.3-3.5s-4 2.9-3.5 5.3c-.1.2 0 .3 0 .4z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFD836\",\n stroke: \"#231F20\",\n strokeMiterlimit: 10\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M297.1 114.9S279.5 42.8 261 42.8c-6.9 0-11.9-.6-15.4 6.4-.9 1.7-20.7-1.6-19.1 20.8.5 6.9 1.1-9.8 14.9-3.4 6.3 3-16.4 48.2-16.4 48.2h72.1z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m466.1 48.4-90.9 22c-75.3 18.3-42.1 44.4-42.1 44.4l-72.1 12-72.1-12s33.2-26.1-42.1-44.4l-90.9-22C43.1 45.3 38.1 51.8 45.3 63c0 0 106.6 104 126.8 112 20.2 8.1 40.8 0 40.8 0s-14.9 8.7-24 24c-9.2 15.3-4.6 34.7-38.9 40.2-5.5 6.6-5 14 2.9 19.9 7.9 5.8 72.1-48.1 72.1-48.1s-24 24.4-24 36.1c0 5.1 44.1 53.8 60.1 53.8s60.1-48.7 60.1-53.8c0-11.7-24-36.1-24-36.1s64.2 53.9 72.1 48.1 11.4-19.3 2.8-19.9c-28-1.8-29.7-24.9-38.9-40.2-9.2-15.3-24-24-24-24s20.6 8.1 40.8 0S476.7 63 476.7 63c7.2-11.2 2.3-17.7-10.6-14.6z\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n stroke: \"#231F20\",\n strokeMiterlimit: 10,\n d: \"M201.3 111.8v80.3c0 45.7 59.7 59.7 59.7 59.7s59.7-14 59.7-59.7v-80.3H201.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zm71.6 0V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M201.3 111.8h119.4v37.9H201.3z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#1583C4\",\n d: \"m60.1 210.5-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zm391.4-58.6h18.9v81.7h-18.9z\"\n }));\n};\nexport var VN = function VN(_ref253) {\n var title = _ref253.title,\n rest = _objectWithoutProperties(_ref253, _excluded253);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M196.641 85.337H0v341.326h512V85.337z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m256 157.279 22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z\"\n }));\n};\nexport var VU = function VU(_ref254) {\n var title = _ref254.title,\n rest = _objectWithoutProperties(_ref254, _excluded254);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#6DA544\",\n d: \"M512 256v170.663H0L215.185 256z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M512 85.337V256H215.185L0 85.337z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M221.001 239.304 26.868 85.337H8.956l208.168 165.098H512v-11.131zM8.956 426.663h17.912l194.133-153.967H512v-11.131H217.124zM0 92.44v14.206L188.317 256 0 405.354v14.205L206.229 256z\"\n }), /*#__PURE__*/React.createElement(\"g\", {\n fill: \"#FFDA44\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M63.718 292.382v-14.295c14.265 0 25.87-11.606 25.87-25.869 0-10.092-8.211-18.303-18.304-18.303-6.875 0-12.469 5.593-12.469 12.469 0 4.397 3.577 7.974 7.974 7.974a4.514 4.514 0 0 0 4.508-4.508h14.295c0 10.368-8.435 18.804-18.802 18.804-12.279-.002-22.269-9.993-22.269-22.271 0-14.758 12.006-26.764 26.764-26.764 17.975 0 32.599 14.623 32.599 32.599 0 22.145-18.018 40.164-40.166 40.164z\"\n })));\n};\nexport var WF = function WF(_ref255) {\n var title = _ref255.title,\n rest = _objectWithoutProperties(_ref255, _excluded255);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 150 100\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80B30\",\n d: \"M0 0h150v100H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#00318A\",\n d: \"M0 0h20v44.33H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M20 0h20v44.33H20z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"none\",\n stroke: \"#FFF\",\n strokeWidth: 3,\n d: \"M0 44.33h62.75V0\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M108.08 43.29 87.96 23.17h40.25l-20.13 20.12zm-6.7 6.71L81.25 29.88v40.25L101.38 50zm6.7 6.71L87.96 76.83h40.25l-20.13-20.12zm6.71-6.71 20.13-20.13v40.25L114.79 50z\"\n }));\n};\nexport var WS = function WS(_ref256) {\n var title = _ref256.title,\n rest = _objectWithoutProperties(_ref256, _excluded256);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 85.331h256v170.663H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m165.483 181.79 2.764 8.504h8.939l-7.232 5.254 2.763 8.503-7.234-5.255-7.233 5.255 2.763-8.503-7.233-5.254h8.94zm-44.904-66.783 4.606 14.173h14.9l-12.055 8.757 4.605 14.171-12.056-8.758-12.054 8.758 4.605-14.171-12.056-8.757h14.901zm44.522 14.841 4.606 14.172h14.9l-12.055 8.757 4.604 14.173-12.055-8.76-12.054 8.76 4.604-14.173-12.055-8.757h14.9zm-35.192 59.363 4.606 14.172h14.9l-12.055 8.758 4.604 14.171-12.055-8.759-12.054 8.759 4.604-14.171-12.055-8.758h14.9zm-39.01-37.103 4.605 14.173h14.9l-12.055 8.757 4.604 14.173-12.054-8.76-12.055 8.76 4.604-14.173-12.055-8.757h14.9z\",\n fill: \"#FFF\"\n }));\n};\nexport var XA = function XA(_ref257) {\n var title = _ref257.title,\n rest = _objectWithoutProperties(_ref257, _excluded257);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 513 342\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h513v342H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h513v48.8H0zm0 97.5h513v48.8H0zM0 195h513v48.8H0zm0 97.6h513v48.8H0z\",\n fill: \"#6DA544\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 0h256.5v146.3H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"m116.9 114.4-7.5-14.8V69.9L128 59l18.6 10.9v22.3l7.4-7.4 4.2 3-4.2 11.8-14.9 14.8z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 82,\n cy: 82.8,\n r: 5.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 90.8,\n cy: 61.7,\n r: 5.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 106.6,\n cy: 46.2,\n r: 5.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 128,\n cy: 40.8,\n r: 5.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 149.4,\n cy: 46.2,\n r: 5.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 165.2,\n cy: 61.7,\n r: 5.4\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FFF\",\n cx: 174,\n cy: 82.8,\n r: 5.4\n }));\n};\nexport var XC = function XC(_ref258) {\n var title = _ref258.title,\n rest = _objectWithoutProperties(_ref258, _excluded258);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 900 600\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 0h900v600H0z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#e30a17\",\n cx: 300,\n cy: 300,\n r: 150\n }), /*#__PURE__*/React.createElement(\"circle\", {\n cx: 337.5,\n cy: 300,\n r: 120,\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#e30a17\",\n d: \"M0 60h900v60H0zm0 420h900v60H0zm417.5-180 135.676-44.084-83.852 115.413V228.671l83.852 115.413z\"\n }));\n};\nexport var XK = function XK(_ref259) {\n var title = _ref259.title,\n rest = _objectWithoutProperties(_ref259, _excluded259);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 341.33\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#0052B4\",\n d: \"M0 0h512v341.34H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"m220.72 42.63 7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.36-15.9 8.36 3.03-17.7-12.86-12.54 17.78-2.58zm70.56-.06 7.95 16.1 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59zm62.08 11.36 7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.87-12.54 17.78-2.58zm63.01 18.3 7.95 16.11 17.77 2.59-12.86 12.53 3.04 17.71-15.9-8.36-15.9 8.36 3.03-17.71-12.86-12.53 17.78-2.59zm-257.73-18.3 7.95 16.11 17.78 2.58-12.87 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.86-12.54 17.77-2.58zm-63.01 18.3 7.95 16.11 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59z\",\n fill: \"#FFF\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m217.53 259.33-27.22-13.61-27.22-54.43h27.22l27.22-27.22 13.61-27.22 27.22-13.61 13.61 13.61 27.22 13.61v13.61l13.61 13.61 40.83 27.22L340 245.73l-40.83 40.83-13.61-27.22-40.83 27.22v27.22l-13.61-13.61-13.59-40.84z\"\n }));\n};\nexport var XO = function XO(_ref260) {\n var title = _ref260.title,\n rest = _objectWithoutProperties(_ref260, _excluded260);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 450 300\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h450v300H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"red\",\n d: \"M0 100h450v200H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDF00\",\n d: \"M0 200h450v100H0z\"\n }));\n};\nexport var YE = function YE(_ref261) {\n var title = _ref261.title,\n rest = _objectWithoutProperties(_ref261, _excluded261);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M0 85.337h512v113.775H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 312.888h512v113.775H0z\"\n }));\n};\nexport var YT = function YT(_ref262) {\n var title = _ref262.title,\n rest = _objectWithoutProperties(_ref262, _excluded262);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 90 60\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 0h90v60H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n stroke: \"#7f7f7f\",\n strokeWidth: 0.25,\n fill: \"#ABABAB\",\n d: \"M75.6 39.6c-1.1.7 0 1.8-.6 1.9-.6.1-1.5-1.4-.2-2.5 1.6-1.5 5.8 0 5.9 4.3 0 2.2-.9 6.8-7.2 6.8-7.6 0-11.4-5.7-11.4-11.4 0-4.8 3.7-13.5 6.5-14.6 3.1-1.2 6.7-3.5 6.8-5 0-.5-1.4-.1-3.3.9-3.1 1.7-6.6 2.5-6.6 1.4s2.9-3.1 4-4.6c1.2-1.6.9-5.5 3-5.5 7.6 0 9.9 7.7 7 11.7-1.9 2.6 4.3 1 4.3 1s0 5.3-3.2 7.3c-3 1.8-4.8 3.9-4.8 3.9s.2-4.6-.5-3.9c-.6.7-11.1 4.5-10.3 12 .3 3 4.5 5.4 8.5 5.2s5.7-2.4 5.8-4.9c.1-3.9-3-4.4-3.7-4zm-64.9 4c.1 2.5 1.8 4.7 5.8 4.9s8.2-2.2 8.5-5.2c.8-7.5-9.7-11.3-10.3-12-.7-.7-.5 3.9-.5 3.9s-1.8-2.1-4.8-3.9c-3.2-2-3.2-7.3-3.2-7.3s6.2 1.6 4.3-1c-2.9-4-.6-11.7 7-11.7 2.1 0 1.8 3.9 3 5.5 1.1 1.5 4 3.5 4 4.6s-3.5.3-6.6-1.4c-1.9-1-3.3-1.4-3.3-.9.1 1.5 3.7 3.8 6.8 5 2.8 1.1 6.5 9.8 6.5 14.6 0 5.7-3.8 11.4-11.4 11.4-6.3 0-7.2-4.6-7.2-6.8.1-4.3 4.3-5.8 5.9-4.3 1.2 1.1.4 2.7-.2 2.5-.6-.1.6-1.2-.6-1.9-.6-.4-3.7.1-3.7 4z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#DE393A\",\n d: \"M31 28.8v14c0 1.9 2.1 1.6 2.1 1.6h9.3c1.2 0 2.6 2.3 2.6 2.3s1.4-2.3 2.5-2.3h9.6s2 .2 2-1.8V28.7H31z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#3951A3\",\n d: \"M31 13.1h28v15.7H31z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M50.1 16.5c-.4 2.4-2.5 4.2-5.1 4.2-2.5 0-4.6-1.8-5.1-4.2-.5.9-.8 1.9-.8 3 0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-1.1-.3-2.1-.8-3z\"\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FEE05F\",\n cx: 39.1,\n cy: 36.5,\n r: 3\n }), /*#__PURE__*/React.createElement(\"circle\", {\n fill: \"#FEE05F\",\n cx: 50.9,\n cy: 36.5,\n r: 3\n }));\n};\nexport var ZA = function ZA(_ref263) {\n var title = _ref263.title,\n rest = _objectWithoutProperties(_ref263, _excluded263);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M0 85.337h512v341.326H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M114.024 256.001 0 141.926v228.17z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#ffb915\",\n d: \"M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#007847\",\n d: \"M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#000c8a\",\n d: \"M503.181 322.783H236.433l-103.881 103.88H512v-103.88z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#e1392d\",\n d: \"M503.181 189.217H512V85.337H132.552l103.881 103.88z\"\n }));\n};\nexport var ZM = function ZM(_ref264) {\n var title = _ref264.title,\n rest = _objectWithoutProperties(_ref264, _excluded264);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#496E2D\",\n d: \"M0 85.331h512v341.337H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF9811\",\n d: \"M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"M341.337 255.994h56.888v170.663h-56.888z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FF9811\",\n d: \"M455.112 255.994H512v170.663h-56.888z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M398.225 255.994h56.888v170.663h-56.888z\"\n }));\n};\nexport var ZW = function ZW(_ref265) {\n var title = _ref265.title,\n rest = _objectWithoutProperties(_ref265, _excluded265);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 85.333 512 341.333\"\n }, rest), title && /*#__PURE__*/React.createElement(\"title\", null, title), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 85.333h512V426.67H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z\",\n fill: \"#FFDA44\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#057f44\",\n d: \"M0 85.333h512v48.868H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z\",\n fill: \"#D80027\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#057f44\",\n d: \"M0 378.542h512v48.128H0z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFF\",\n d: \"M276.992 255.996 106.329 426.659H0V85.333h106.329z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#D80027\",\n d: \"m102.465 202.57 13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n fill: \"#FFDA44\",\n d: \"m138.94 259.335-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z\"\n }));\n};\nexport default {\n AC: AC,\n AD: AD,\n AE: AE,\n AF: AF,\n AG: AG,\n AI: AI,\n AL: AL,\n AM: AM,\n AO: AO,\n AQ: AQ,\n AR: AR,\n AS: AS,\n AT: AT,\n AU: AU,\n AW: AW,\n AX: AX,\n AZ: AZ,\n BA: BA,\n BB: BB,\n BD: BD,\n BE: BE,\n BF: BF,\n BG: BG,\n BH: BH,\n BI: BI,\n BJ: BJ,\n BL: BL,\n BM: BM,\n BN: BN,\n BO: BO,\n BQ_BO: BQ_BO,\n BQ_SA: BQ_SA,\n BQ_SE: BQ_SE,\n BQ: BQ,\n BR: BR,\n BS: BS,\n BT: BT,\n BV: BV,\n BW: BW,\n BY: BY,\n BZ: BZ,\n CA: CA,\n CC: CC,\n CD: CD,\n CF: CF,\n CG: CG,\n CH: CH,\n CI: CI,\n CK: CK,\n CL: CL,\n CM: CM,\n CN: CN,\n CO: CO,\n CR: CR,\n CU: CU,\n CV: CV,\n CW: CW,\n CX: CX,\n CY: CY,\n CZ: CZ,\n DE: DE,\n DJ: DJ,\n DK: DK,\n DM: DM,\n DO: DO,\n DZ: DZ,\n EC: EC,\n EE: EE,\n EG: EG,\n EH: EH,\n ER: ER,\n ES_CT: ES_CT,\n ES: ES,\n ET: ET,\n EU: EU,\n FI: FI,\n FJ: FJ,\n FK: FK,\n FM: FM,\n FO: FO,\n FR: FR,\n GA: GA,\n GB_ENG: GB_ENG,\n GB_NIR: GB_NIR,\n GB_SCT: GB_SCT,\n GB_WLS: GB_WLS,\n GB: GB,\n GD: GD,\n GE: GE,\n GF: GF,\n GG: GG,\n GH: GH,\n GI: GI,\n GL: GL,\n GM: GM,\n GN: GN,\n GP: GP,\n GQ: GQ,\n GR: GR,\n GS: GS,\n GT: GT,\n GU: GU,\n GW: GW,\n GY: GY,\n HK: HK,\n HM: HM,\n HN: HN,\n HR: HR,\n HT: HT,\n HU: HU,\n IC: IC,\n ID: ID,\n IE: IE,\n IL: IL,\n IM: IM,\n IN: IN,\n IO: IO,\n IQ: IQ,\n IR: IR,\n IS: IS,\n IT: IT,\n JE: JE,\n JM: JM,\n JO: JO,\n JP: JP,\n KE: KE,\n KG: KG,\n KH: KH,\n KI: KI,\n KM: KM,\n KN: KN,\n KP: KP,\n KR: KR,\n KW: KW,\n KY: KY,\n KZ: KZ,\n LA: LA,\n LB: LB,\n LC: LC,\n LI: LI,\n LK: LK,\n LR: LR,\n LS: LS,\n LT: LT,\n LU: LU,\n LV: LV,\n LY: LY,\n MA: MA,\n MC: MC,\n MD: MD,\n ME: ME,\n MF: MF,\n MG: MG,\n MH: MH,\n MK: MK,\n ML: ML,\n MM: MM,\n MN: MN,\n MO: MO,\n MP: MP,\n MQ: MQ,\n MR: MR,\n MS: MS,\n MT: MT,\n MU: MU,\n MV: MV,\n MW: MW,\n MX: MX,\n MY: MY,\n MZ: MZ,\n NA: NA,\n NC: NC,\n NE: NE,\n NF: NF,\n NG: NG,\n NI: NI,\n NL: NL,\n NO: NO,\n NP: NP,\n NR: NR,\n NU: NU,\n NZ: NZ,\n OM: OM,\n PA: PA,\n PE: PE,\n PF: PF,\n PG: PG,\n PH: PH,\n PK: PK,\n PL: PL,\n PM: PM,\n PN: PN,\n PR: PR,\n PS: PS,\n PT: PT,\n PW: PW,\n PY: PY,\n QA: QA,\n RE: RE,\n RO: RO,\n RS: RS,\n RU: RU,\n RW: RW,\n SA: SA,\n SB: SB,\n SC: SC,\n SD: SD,\n SE: SE,\n SG: SG,\n SH: SH,\n SI: SI,\n SJ: SJ,\n SK: SK,\n SL: SL,\n SM: SM,\n SN: SN,\n SO: SO,\n SR: SR,\n SS: SS,\n ST: ST,\n SV: SV,\n SX: SX,\n SY: SY,\n SZ: SZ,\n TA: TA,\n TC: TC,\n TD: TD,\n TF: TF,\n TG: TG,\n TH: TH,\n TJ: TJ,\n TK: TK,\n TL: TL,\n TM: TM,\n TN: TN,\n TO: TO,\n TR: TR,\n TT: TT,\n TV: TV,\n TW: TW,\n TZ: TZ,\n UA: UA,\n UG: UG,\n UM: UM,\n US: US,\n UY: UY,\n UZ: UZ,\n VA: VA,\n VC: VC,\n VE: VE,\n VG: VG,\n VI: VI,\n VN: VN,\n VU: VU,\n WF: WF,\n WS: WS,\n XA: XA,\n XC: XC,\n XK: XK,\n XO: XO,\n YE: YE,\n YT: YT,\n ZA: ZA,\n ZM: ZM,\n ZW: ZW\n};\n//# sourceMappingURL=index.js.map","export {\n\tAC,\n\tAD,\n\tAE,\n\tAF,\n\tAG,\n\tAI,\n\tAL,\n\tAM,\n\tAO,\n\tAQ,\n\tAR,\n\tAS,\n\tAT,\n\tAU,\n\tAW,\n\tAX,\n\tAZ,\n\tBA,\n\tBB,\n\tBD,\n\tBE,\n\tBF,\n\tBG,\n\tBH,\n\tBI,\n\tBJ,\n\tBL,\n\tBM,\n\tBN,\n\tBO,\n\tBQ_BO,\n\tBQ_SA,\n\tBQ_SE,\n\tBQ,\n\tBR,\n\tBS,\n\tBT,\n\tBV,\n\tBW,\n\tBY,\n\tBZ,\n\tCA,\n\tCC,\n\tCD,\n\tCF,\n\tCG,\n\tCH,\n\tCI,\n\tCK,\n\tCL,\n\tCM,\n\tCN,\n\tCO,\n\tCR,\n\tCU,\n\tCV,\n\tCW,\n\tCX,\n\tCY,\n\tCZ,\n\tDE,\n\tDJ,\n\tDK,\n\tDM,\n\tDO,\n\tDZ,\n\tEC,\n\tEE,\n\tEG,\n\tEH,\n\tER,\n\tES_CT,\n\tES,\n\tET,\n\tEU,\n\tFI,\n\tFJ,\n\tFK,\n\tFM,\n\tFO,\n\tFR,\n\tGA,\n\tGB_ENG,\n\tGB_NIR,\n\tGB_SCT,\n\tGB_WLS,\n\tGB,\n\tGD,\n\tGE,\n\tGF,\n\tGG,\n\tGH,\n\tGI,\n\tGL,\n\tGM,\n\tGN,\n\tGP,\n\tGQ,\n\tGR,\n\tGS,\n\tGT,\n\tGU,\n\tGW,\n\tGY,\n\tHK,\n\tHM,\n\tHN,\n\tHR,\n\tHT,\n\tHU,\n\tIC,\n\tID,\n\tIE,\n\tIL,\n\tIM,\n\tIN,\n\tIO,\n\tIQ,\n\tIR,\n\tIS,\n\tIT,\n\tJE,\n\tJM,\n\tJO,\n\tJP,\n\tKE,\n\tKG,\n\tKH,\n\tKI,\n\tKM,\n\tKN,\n\tKP,\n\tKR,\n\tKW,\n\tKY,\n\tKZ,\n\tLA,\n\tLB,\n\tLC,\n\tLI,\n\tLK,\n\tLR,\n\tLS,\n\tLT,\n\tLU,\n\tLV,\n\tLY,\n\tMA,\n\tMC,\n\tMD,\n\tME,\n\tMF,\n\tMG,\n\tMH,\n\tMK,\n\tML,\n\tMM,\n\tMN,\n\tMO,\n\tMP,\n\tMQ,\n\tMR,\n\tMS,\n\tMT,\n\tMU,\n\tMV,\n\tMW,\n\tMX,\n\tMY,\n\tMZ,\n\tNA,\n\tNC,\n\tNE,\n\tNF,\n\tNG,\n\tNI,\n\tNL,\n\tNO,\n\tNP,\n\tNR,\n\tNU,\n\tNZ,\n\tOM,\n\tPA,\n\tPE,\n\tPF,\n\tPG,\n\tPH,\n\tPK,\n\tPL,\n\tPM,\n\tPN,\n\tPR,\n\tPS,\n\tPT,\n\tPW,\n\tPY,\n\tQA,\n\tRE,\n\tRO,\n\tRS,\n\tRU,\n\tRW,\n\tSA,\n\tSB,\n\tSC,\n\tSD,\n\tSE,\n\tSG,\n\tSH,\n\tSI,\n\tSJ,\n\tSK,\n\tSL,\n\tSM,\n\tSN,\n\tSO,\n\tSR,\n\tSS,\n\tST,\n\tSV,\n\tSX,\n\tSY,\n\tSZ,\n\tTA,\n\tTC,\n\tTD,\n\tTF,\n\tTG,\n\tTH,\n\tTJ,\n\tTK,\n\tTL,\n\tTM,\n\tTN,\n\tTO,\n\tTR,\n\tTT,\n\tTV,\n\tTW,\n\tTZ,\n\tUA,\n\tUG,\n\tUM,\n\tUS,\n\tUY,\n\tUZ,\n\tVA,\n\tVC,\n\tVE,\n\tVG,\n\tVI,\n\tVN,\n\tVU,\n\tWF,\n\tWS,\n\tXA,\n\tXC,\n\tXK,\n\tXO,\n\tYE,\n\tYT,\n\tZA,\n\tZM,\n\tZW,\n\tdefault as default\n} from '../../modules/react/3x2/index.js'","import type { CountryCode } from \"libphonenumber-js/min\";\n\n/** ISO 3166-1 alpha-3 for every country code `libphonenumber-js` exposes. */\nexport const COUNTRY_ALPHA3 = {\n AC: \"ASC\",\n AD: \"AND\",\n AE: \"ARE\",\n AF: \"AFG\",\n AG: \"ATG\",\n AI: \"AIA\",\n AL: \"ALB\",\n AM: \"ARM\",\n AO: \"AGO\",\n AR: \"ARG\",\n AS: \"ASM\",\n AT: \"AUT\",\n AU: \"AUS\",\n AW: \"ABW\",\n AX: \"ALA\",\n AZ: \"AZE\",\n BA: \"BIH\",\n BB: \"BRB\",\n BD: \"BGD\",\n BE: \"BEL\",\n BF: \"BFA\",\n BG: \"BGR\",\n BH: \"BHR\",\n BI: \"BDI\",\n BJ: \"BEN\",\n BL: \"BLM\",\n BM: \"BMU\",\n BN: \"BRN\",\n BO: \"BOL\",\n BQ: \"BES\",\n BR: \"BRA\",\n BS: \"BHS\",\n BT: \"BTN\",\n BW: \"BWA\",\n BY: \"BLR\",\n BZ: \"BLZ\",\n CA: \"CAN\",\n CC: \"CCK\",\n CD: \"COD\",\n CF: \"CAF\",\n CG: \"COG\",\n CH: \"CHE\",\n CI: \"CIV\",\n CK: \"COK\",\n CL: \"CHL\",\n CM: \"CMR\",\n CN: \"CHN\",\n CO: \"COL\",\n CR: \"CRI\",\n CU: \"CUB\",\n CV: \"CPV\",\n CW: \"CUW\",\n CX: \"CXR\",\n CY: \"CYP\",\n CZ: \"CZE\",\n DE: \"DEU\",\n DJ: \"DJI\",\n DK: \"DNK\",\n DM: \"DMA\",\n DO: \"DOM\",\n DZ: \"DZA\",\n EC: \"ECU\",\n EE: \"EST\",\n EG: \"EGY\",\n EH: \"ESH\",\n ER: \"ERI\",\n ES: \"ESP\",\n ET: \"ETH\",\n FI: \"FIN\",\n FJ: \"FJI\",\n FK: \"FLK\",\n FM: \"FSM\",\n FO: \"FRO\",\n FR: \"FRA\",\n GA: \"GAB\",\n GB: \"GBR\",\n GD: \"GRD\",\n GE: \"GEO\",\n GF: \"GUF\",\n GG: \"GGY\",\n GH: \"GHA\",\n GI: \"GIB\",\n GL: \"GRL\",\n GM: \"GMB\",\n GN: \"GIN\",\n GP: \"GLP\",\n GQ: \"GNQ\",\n GR: \"GRC\",\n GT: \"GTM\",\n GU: \"GUM\",\n GW: \"GNB\",\n GY: \"GUY\",\n HK: \"HKG\",\n HN: \"HND\",\n HR: \"HRV\",\n HT: \"HTI\",\n HU: \"HUN\",\n ID: \"IDN\",\n IE: \"IRL\",\n IL: \"ISR\",\n IM: \"IMN\",\n IN: \"IND\",\n IO: \"IOT\",\n IQ: \"IRQ\",\n IR: \"IRN\",\n IS: \"ISL\",\n IT: \"ITA\",\n JE: \"JEY\",\n JM: \"JAM\",\n JO: \"JOR\",\n JP: \"JPN\",\n KE: \"KEN\",\n KG: \"KGZ\",\n KH: \"KHM\",\n KI: \"KIR\",\n KM: \"COM\",\n KN: \"KNA\",\n KP: \"PRK\",\n KR: \"KOR\",\n KW: \"KWT\",\n KY: \"CYM\",\n KZ: \"KAZ\",\n LA: \"LAO\",\n LB: \"LBN\",\n LC: \"LCA\",\n LI: \"LIE\",\n LK: \"LKA\",\n LR: \"LBR\",\n LS: \"LSO\",\n LT: \"LTU\",\n LU: \"LUX\",\n LV: \"LVA\",\n LY: \"LBY\",\n MA: \"MAR\",\n MC: \"MCO\",\n MD: \"MDA\",\n ME: \"MNE\",\n MF: \"MAF\",\n MG: \"MDG\",\n MH: \"MHL\",\n MK: \"MKD\",\n ML: \"MLI\",\n MM: \"MMR\",\n MN: \"MNG\",\n MO: \"MAC\",\n MP: \"MNP\",\n MQ: \"MTQ\",\n MR: \"MRT\",\n MS: \"MSR\",\n MT: \"MLT\",\n MU: \"MUS\",\n MV: \"MDV\",\n MW: \"MWI\",\n MX: \"MEX\",\n MY: \"MYS\",\n MZ: \"MOZ\",\n NA: \"NAM\",\n NC: \"NCL\",\n NE: \"NER\",\n NF: \"NFK\",\n NG: \"NGA\",\n NI: \"NIC\",\n NL: \"NLD\",\n NO: \"NOR\",\n NP: \"NPL\",\n NR: \"NRU\",\n NU: \"NIU\",\n NZ: \"NZL\",\n OM: \"OMN\",\n PA: \"PAN\",\n PE: \"PER\",\n PF: \"PYF\",\n PG: \"PNG\",\n PH: \"PHL\",\n PK: \"PAK\",\n PL: \"POL\",\n PM: \"SPM\",\n PR: \"PRI\",\n PS: \"PSE\",\n PT: \"PRT\",\n PW: \"PLW\",\n PY: \"PRY\",\n QA: \"QAT\",\n RE: \"REU\",\n RO: \"ROU\",\n RS: \"SRB\",\n RU: \"RUS\",\n RW: \"RWA\",\n SA: \"SAU\",\n SB: \"SLB\",\n SC: \"SYC\",\n SD: \"SDN\",\n SE: \"SWE\",\n SG: \"SGP\",\n SH: \"SHN\",\n SI: \"SVN\",\n SJ: \"SJM\",\n SK: \"SVK\",\n SL: \"SLE\",\n SM: \"SMR\",\n SN: \"SEN\",\n SO: \"SOM\",\n SR: \"SUR\",\n SS: \"SSD\",\n ST: \"STP\",\n SV: \"SLV\",\n SX: \"SXM\",\n SY: \"SYR\",\n SZ: \"SWZ\",\n TA: \"TAA\",\n TC: \"TCA\",\n TD: \"TCD\",\n TG: \"TGO\",\n TH: \"THA\",\n TJ: \"TJK\",\n TK: \"TKL\",\n TL: \"TLS\",\n TM: \"TKM\",\n TN: \"TUN\",\n TO: \"TON\",\n TR: \"TUR\",\n TT: \"TTO\",\n TV: \"TUV\",\n TW: \"TWN\",\n TZ: \"TZA\",\n UA: \"UKR\",\n UG: \"UGA\",\n US: \"USA\",\n UY: \"URY\",\n UZ: \"UZB\",\n VA: \"VAT\",\n VC: \"VCT\",\n VE: \"VEN\",\n VG: \"VGB\",\n VI: \"VIR\",\n VN: \"VNM\",\n VU: \"VUT\",\n WF: \"WLF\",\n WS: \"WSM\",\n XK: \"XKX\",\n YE: \"YEM\",\n YT: \"MYT\",\n ZA: \"ZAF\",\n ZM: \"ZMB\",\n ZW: \"ZWE\",\n} as const satisfies Record<CountryCode, string>;\n\nexport function getCountryAlpha3(country: CountryCode): string {\n // Fall back to the ISO2 code if a region is missing from the hand map\n // (newer libphonenumber metadata / alternate bundles) so callers can\n // safely `.toLowerCase()` without throwing.\n return COUNTRY_ALPHA3[country] ?? country;\n}\n","import type { CountryCode } from \"libphonenumber-js/min\";\n\n/**\n * Fold a search string for accent-insensitive matching — `Åland` ↔ `aland`,\n * `Côte` ↔ `cote`. NFD splits base letters from combining marks; we drop the\n * marks and lowercase.\n */\nexport function foldSearch(value: string): string {\n return value.normalize(\"NFD\").replace(/\\p{M}/gu, \"\").toLowerCase();\n}\n\n/**\n * Common English search terms that `Intl.DisplayNames` no longer surfaces\n * (CLDR renamed Türkiye / Czechia / …). Kept small — only aliases that don't\n * already match the folded English display name via `includes`.\n */\nconst COUNTRY_SEARCH_ALIASES: Partial<Record<CountryCode, readonly string[]>> =\n {\n TR: [\"turkey\"],\n CZ: [\"czech republic\"],\n CI: [\"ivory coast\"],\n SZ: [\"swaziland\"],\n TL: [\"east timor\"],\n PS: [\"palestine\"],\n VA: [\"holy see\"],\n CD: [\"drc\", \"democratic republic of the congo\", \"congo kinshasa\"],\n CG: [\"congo brazzaville\"],\n BO: [\"bolivia\"],\n VE: [\"venezuela\"],\n IR: [\"persia\"],\n LA: [\"lao\"],\n KR: [\"korea\"],\n KP: [\"korea\"],\n };\n\nexport function countrySearchAliases(country: CountryCode): readonly string[] {\n return COUNTRY_SEARCH_ALIASES[country] ?? [];\n}\n","import {\n useEffect,\n useId,\n useLayoutEffect,\n useMemo,\n useRef,\n useState,\n type InputHTMLAttributes,\n type KeyboardEvent,\n type ReactNode,\n type Ref,\n} from \"react\";\nimport { Combobox as BaseCombobox } from \"@base-ui/react/combobox\";\nimport { motion } from \"motion/react\";\nimport { IconCheck, IconChevronDown } from \"@tabler/icons-react\";\nimport {\n AsYouType,\n formatIncompletePhoneNumber,\n getCountries,\n getCountryCallingCode,\n parseIncompletePhoneNumber,\n parsePhoneNumberFromString,\n type CountryCode,\n} from \"libphonenumber-js/min\";\nimport { hasFlag } from \"country-flag-icons\";\nimport * as Flags from \"country-flag-icons/react/3x2\";\nimport { Combobox } from \"../combobox\";\nimport { InputGroup, type InputGroupSize } from \"../input-group\";\nimport { cn } from \"../../utils/cn\";\nimport { usePressPulse } from \"../../utils/use-press-pulse\";\nimport { getCountryAlpha3 } from \"./country-alpha3\";\nimport { countrySearchAliases, foldSearch } from \"./country-search\";\n\n// Match Select's `variant=\"inline\"` press — shallower/snappier than the\n// default field pulse, since this trigger rides the Input Group surface.\nconst INLINE_PRESS_SCALE = 0.99;\nconst INLINE_PRESS_SPRING = {\n type: \"spring\",\n stiffness: 1100,\n damping: 40,\n mass: 0.04,\n} as const;\n\n/** 3:2 SVG flag for a libphonenumber country code; null when unknown. */\nfunction CountryFlag({\n country,\n className,\n}: {\n country: CountryCode;\n className?: string;\n}) {\n if (!hasFlag(country)) return null;\n const Flag = Flags[country as keyof typeof Flags];\n if (!Flag) return null;\n return (\n <Flag\n aria-hidden\n // Important beats InputGroup.Addon's `[&_svg]:size-*` so the 3:2\n // aspect ratio isn't squashed to a square icon slot.\n className={cn(\"h-3.5! w-[1.3125rem]! shrink-0 rounded-[2px]\", className)}\n />\n );\n}\n\nexport type { CountryCode };\n\nexport interface PhoneInputChangeMeta {\n country: CountryCode;\n isValid: boolean;\n}\n\nexport interface PhoneInputProps extends Omit<\n InputHTMLAttributes<HTMLInputElement>,\n \"size\" | \"type\" | \"value\" | \"defaultValue\" | \"onChange\"\n> {\n /** Controlled E.164 value (`+14155550123`), or `\"\"` when empty. */\n value?: string;\n /** Uncontrolled initial E.164 value. */\n defaultValue?: string;\n /** Fires with the E.164 value (or `\"\"`) and validity metadata. */\n onValueChange?: (value: string, meta: PhoneInputChangeMeta) => void;\n /** Country used when the value has no country. @default `\"US\"` */\n defaultCountry?: CountryCode;\n /** Countries offered in the picker. Defaults to every libphonenumber country. */\n countries?: CountryCode[];\n /**\n * Pin the calling-code addon — flag + `+N` stay visible, but the country\n * picker is replaced by a static label. Use when the number's region is\n * already known (e.g. confirm-to-destroy flows).\n */\n lockCountry?: boolean;\n /** Size variant, matching Input / Input Group. @default `\"md\"` */\n size?: InputGroupSize;\n /** Render the invalid state (error ring + error-colored hint). */\n invalid?: boolean;\n /** Field label (associated for accessibility). */\n label?: ReactNode;\n /** Helper text below the field; rendered in the error color when `invalid`. */\n hint?: ReactNode;\n /** Node rendered at the right edge of the label row. */\n labelTrailing?: ReactNode;\n /** Class applied to the Input Group surface. */\n wrapperClassName?: string;\n ref?: Ref<HTMLInputElement>;\n}\n\ntype ResolvedPhone = {\n country: CountryCode;\n national: string;\n e164: string;\n isValid: boolean;\n};\n\nfunction regionName(\n names: Intl.DisplayNames | null,\n country: CountryCode,\n): string {\n return names?.of(country) ?? country;\n}\n\nfunction resolvePhone(country: CountryCode, text: string): ResolvedPhone {\n const trimmed = text.trim();\n if (!trimmed) {\n return { country, national: \"\", e164: \"\", isValid: false };\n }\n\n // International entry (`+…`) — keep the as-you-type international display.\n // Flipping to `formatNational()` once the number becomes valid would yank\n // `+1 415 555 0123` into `(415) 555-0123` on the last keystroke.\n if (trimmed.startsWith(\"+\")) {\n const typer = new AsYouType();\n const formatted = typer.input(trimmed);\n const number = typer.getNumber();\n return {\n country: number?.country ?? typer.getCountry() ?? country,\n national: formatted,\n e164: number?.number ?? \"\",\n isValid: number?.isValid() ?? false,\n };\n }\n\n const typer = new AsYouType(country);\n const national = typer.input(text);\n const number = typer.getNumber();\n return {\n country,\n national,\n e164: number?.number ?? \"\",\n isValid: number?.isValid() ?? false,\n };\n}\n\nfunction initialFromE164(\n e164: string | undefined,\n fallbackCountry: CountryCode,\n): { country: CountryCode; national: string } {\n if (!e164) return { country: fallbackCountry, national: \"\" };\n const parsed = parsePhoneNumberFromString(e164);\n if (parsed?.country) {\n return { country: parsed.country, national: parsed.formatNational() };\n }\n return { country: fallbackCountry, national: e164 };\n}\n\nfunction formatParsedInput(parsed: string, country: CountryCode): string {\n return parsed.startsWith(\"+\")\n ? formatIncompletePhoneNumber(parsed)\n : formatIncompletePhoneNumber(parsed, country);\n}\n\n/**\n * Map a count of meaningful phone chars (digits / leading `+`) to a caret\n * offset in a formatted display string.\n */\nfunction caretForDigitCount(formatted: string, digitCount: number): number {\n if (digitCount <= 0) return 0;\n for (let i = 1; i <= formatted.length; i++) {\n if (\n parseIncompletePhoneNumber(formatted.slice(0, i)).length >= digitCount\n ) {\n return i;\n }\n }\n return formatted.length;\n}\n\n/**\n * Normalize a field edit into digits (optional leading `+`).\n *\n * Safety net for paste / IME / anything that bypasses our keydown handler:\n * backspace on a trailing format character — e.g. `(908)` → `(908` — leaves\n * the same digits, which AsYouType would immediately reformat back to\n * `(908)`. Detect that (same digits, typed text is a prefix of the\n * reformatted value) and drop the rightmost digit instead. Same heuristic as\n * `react-phone-number-input`'s InputBasic.\n */\nfunction normalizePhoneInput(\n nextText: string,\n previousFormatted: string,\n country: CountryCode,\n): string {\n let next = parseIncompletePhoneNumber(nextText);\n const previous = parseIncompletePhoneNumber(previousFormatted);\n if (next === previous && next) {\n const reformatted = formatParsedInput(next, country);\n if (reformatted.indexOf(nextText) === 0) {\n next = next.slice(0, -1);\n }\n }\n return next;\n}\n\n/**\n * National significant digits for country switching — strips a leading `+`\n * calling-code prefix when the display is in international form so we don't\n * feed `14155550123` into Canada as a national number.\n */\nfunction nationalDigitsForCountrySwitch(displayText: string): string {\n const parsed = parseIncompletePhoneNumber(displayText);\n if (!parsed) return \"\";\n if (parsed.startsWith(\"+\")) {\n const number = parsePhoneNumberFromString(parsed);\n if (number?.nationalNumber) return number.nationalNumber;\n // Incomplete international — AsYouType can still expose the national part.\n const typer = new AsYouType();\n typer.input(parsed);\n const national = typer.getNumber()?.nationalNumber;\n if (national) return national;\n return parsed.slice(1);\n }\n return parsed;\n}\n\n/**\n * Phone number field — country picker (searchable Combobox) + national number\n * input on a shared Input Group surface. The committed value is always E.164.\n */\nexport function PhoneInput({\n value,\n defaultValue,\n onValueChange,\n defaultCountry = \"US\",\n countries: countriesProp,\n lockCountry = false,\n size = \"md\",\n invalid,\n label,\n hint,\n labelTrailing,\n disabled,\n required,\n placeholder = \"Phone number\",\n className,\n wrapperClassName,\n id,\n ref,\n \"aria-label\": ariaLabel,\n onKeyDown,\n ...props\n}: PhoneInputProps) {\n const countries = countriesProp ?? getCountries();\n const controlled = value !== undefined;\n\n const [country, setCountry] = useState<CountryCode>(\n () => initialFromE164(value ?? defaultValue, defaultCountry).country,\n );\n const [displayText, setDisplayText] = useState(\n () => initialFromE164(value ?? defaultValue, defaultCountry).national,\n );\n\n const inputRef = useRef<HTMLInputElement | null>(null);\n const caretRef = useRef<number | null>(null);\n\n const { englishNames, localNames } = useMemo(() => {\n const locale = typeof navigator !== \"undefined\" ? navigator.language : \"en\";\n return {\n englishNames: new Intl.DisplayNames([\"en\"], { type: \"region\" }),\n localNames: new Intl.DisplayNames([locale], { type: \"region\" }),\n };\n }, []);\n\n // Sync display state when a controlled value changes from outside.\n useEffect(() => {\n if (!controlled) return;\n const current = resolvePhone(country, displayText).e164;\n if (value === current) return;\n if (!value) {\n setDisplayText(\"\");\n return;\n }\n // Pinned region: never let an external E.164 flip the calling-code addon.\n if (lockCountry) {\n const parsed = parsePhoneNumberFromString(value);\n setDisplayText(\n parsed?.country === country\n ? parsed.formatNational()\n : formatIncompletePhoneNumber(\n nationalDigitsForCountrySwitch(value),\n country,\n ),\n );\n return;\n }\n const next = initialFromE164(value, country);\n setCountry(next.country);\n setDisplayText(next.national);\n // Only re-run when the controlled E.164 value itself changes.\n // eslint-disable-next-line react-hooks/exhaustive-deps -- intentional\n }, [value, controlled, lockCountry]);\n\n // Restore caret after digit-oriented Backspace/Delete reformats the value.\n useLayoutEffect(() => {\n const el = inputRef.current;\n const caret = caretRef.current;\n if (!el || caret === null) return;\n el.setSelectionRange(caret, caret);\n caretRef.current = null;\n });\n\n const commit = (nextCountry: CountryCode, nextText: string) => {\n // Pinned region: always parse as national digits for that country so a\n // pasted `+CC…` can't flip the calling-code addon.\n const text = lockCountry\n ? nationalDigitsForCountrySwitch(nextText)\n : nextText;\n const resolved = resolvePhone(nextCountry, text);\n const pinnedCountry = lockCountry ? nextCountry : resolved.country;\n setCountry(pinnedCountry);\n setDisplayText(resolved.national);\n onValueChange?.(resolved.e164, {\n country: pinnedCountry,\n isValid: resolved.isValid,\n });\n return { ...resolved, country: pinnedCountry };\n };\n\n const setRefs = (node: HTMLInputElement | null) => {\n inputRef.current = node;\n if (typeof ref === \"function\") ref(node);\n else if (ref) ref.current = node;\n };\n\n /**\n * Backspace / Delete erase the nearest meaningful phone character (digit or\n * `+`), skipping punctuation — so a caret sitting on `)`, `-`, or a space\n * still removes a digit instead of bouncing off a regenerating format char.\n * Same idea as `input-format` / react-phone-number-input's InputSmart.\n */\n const handleKeyDown = (event: KeyboardEvent<HTMLInputElement>) => {\n onKeyDown?.(event);\n if (event.defaultPrevented) return;\n if (event.key !== \"Backspace\" && event.key !== \"Delete\") return;\n if (event.metaKey || event.ctrlKey || event.altKey) return;\n\n const input = event.currentTarget;\n const start = input.selectionStart;\n const end = input.selectionEnd;\n if (start === null || end === null) return;\n // Selection deletes go through the browser + onChange normalize path.\n if (start !== end) return;\n\n const digits = parseIncompletePhoneNumber(input.value);\n if (!digits) return;\n\n if (event.key === \"Backspace\") {\n if (start === 0) return;\n const digitsBefore = parseIncompletePhoneNumber(\n input.value.slice(0, start),\n ).length;\n if (digitsBefore === 0) return;\n event.preventDefault();\n const removeAt = digitsBefore - 1;\n const nextDigits = digits.slice(0, removeAt) + digits.slice(removeAt + 1);\n const resolved = commit(country, nextDigits);\n caretRef.current = caretForDigitCount(resolved.national, removeAt);\n return;\n }\n\n // Delete (forward)\n if (start >= input.value.length) return;\n const digitsBefore = parseIncompletePhoneNumber(\n input.value.slice(0, start),\n ).length;\n if (digitsBefore >= digits.length) return;\n event.preventDefault();\n const removeAt = digitsBefore;\n const nextDigits = digits.slice(0, removeAt) + digits.slice(removeAt + 1);\n const resolved = commit(country, nextDigits);\n caretRef.current = caretForDigitCount(resolved.national, removeAt);\n };\n\n const countryFilter = (item: CountryCode, query: string) => {\n const q = foldSearch(query.trim().replace(/^\\+/, \"\"));\n if (!q) return true;\n const callingCode = getCountryCallingCode(item);\n const english = foldSearch(regionName(englishNames, item));\n const local = foldSearch(regionName(localNames, item));\n const alpha2 = item.toLowerCase();\n const alpha3 = getCountryAlpha3(item).toLowerCase();\n const aliases = countrySearchAliases(item);\n return (\n english.includes(q) ||\n local.includes(q) ||\n callingCode.includes(q) ||\n alpha2.includes(q) ||\n alpha3.includes(q) ||\n aliases.some((alias) => foldSearch(alias).includes(q))\n );\n };\n\n const sortedCountries = useMemo(() => {\n return [...countries].sort((a, b) =>\n regionName(englishNames, a).localeCompare(regionName(englishNames, b)),\n );\n }, [countries, englishNames]);\n\n // The country picker and the national-number input are two independent\n // controls sharing one visual surface — unlike `Input`'s single control,\n // they can't both sit inside one Base UI `Field.Root` (each auto-registers\n // as *the* field control, colliding on the same generated id and stealing\n // the other's label). Wire the label/hint to the number input by hand\n // instead, matching Input Group's own standalone convention (see\n // `SelectDemo.InlineDemo`) — the country trigger keeps its own `aria-label`.\n const generatedId = useId();\n const inputId = id ?? generatedId;\n const hintId = hint ? `${inputId}-hint` : undefined;\n\n // Same press pulse as Select's inline trigger (Input Group addon).\n const { motionProps: countryTriggerMotion } = usePressPulse({\n scale: INLINE_PRESS_SCALE,\n transition: INLINE_PRESS_SPRING,\n disabled: Boolean(disabled),\n });\n\n // Anchor the country popup to the Input Group surface (not the inset\n // trigger) so its left edge lines up with the field ring.\n const groupRef = useRef<HTMLDivElement>(null);\n\n return (\n <div className=\"flex w-full flex-col gap-1.5\">\n {label ? (\n <div className=\"flex items-center justify-between gap-2\">\n <label\n htmlFor={inputId}\n className=\"text-pho-secondary flex cursor-default items-center gap-0.5 text-base font-medium\"\n >\n {label}\n {required ? <span className=\"text-pho-brand\">*</span> : null}\n </label>\n {labelTrailing}\n </div>\n ) : null}\n\n <InputGroup.Root\n ref={groupRef}\n size={size}\n invalid={invalid}\n className={wrapperClassName}\n >\n <InputGroup.Addon>\n {lockCountry ? (\n <span\n aria-label={`Country +${getCountryCallingCode(country)}`}\n className=\"text-pho-secondary flex min-w-20 items-center gap-1.5 text-sm select-none\"\n >\n <CountryFlag country={country} />\n <span className=\"tabular-nums\">\n +{getCountryCallingCode(country)}\n </span>\n </span>\n ) : (\n <Combobox.Root\n items={sortedCountries}\n value={country}\n onValueChange={(next) => {\n if (!next || next === country) return;\n // Keep the national digits; reformat for the new country.\n commit(next, nationalDigitsForCountrySwitch(displayText));\n }}\n filter={countryFilter}\n itemToStringLabel={(code) => regionName(englishNames, code)}\n disabled={disabled}\n >\n {/*\n pho-ui's `Combobox.Trigger` is styled `absolute right-2.5` — it's\n meant to pair with `Combobox.InputGroup` (an always-visible\n search box), not to be the control itself. This is the\n \"input inside popup\" pattern instead, so render Base UI's\n trigger directly and style it like Select's `variant=\"inline\"`:\n in-flow, left-aligned value + chevron, with the same press pulse.\n */}\n <BaseCombobox.Trigger\n aria-label=\"Country\"\n disabled={disabled}\n render={<motion.button {...countryTriggerMotion} />}\n className={cn(\n \"text-pho-secondary flex min-w-20 cursor-pointer items-center justify-between gap-2 text-sm select-none\",\n \"transition-[color,background-color,box-shadow,outline-color] duration-150 ease-out\",\n \"rounded-base bg-transparent focus-visible:outline-none\",\n \"data-[disabled]:cursor-not-allowed data-[disabled]:opacity-50\",\n // Scope to the chevron only — the flag is also an SVG.\n \"[&>svg]:text-pho-secondary [&>svg]:size-4 [&>svg]:shrink-0\",\n )}\n >\n <span className=\"flex min-w-0 items-center gap-1.5\">\n <CountryFlag country={country} />\n <span className=\"tabular-nums\">\n +{getCountryCallingCode(country)}\n </span>\n </span>\n <IconChevronDown />\n </BaseCombobox.Trigger>\n <Combobox.Portal>\n <Combobox.Positioner\n align=\"start\"\n sideOffset={8}\n anchor={groupRef}\n >\n <Combobox.Popup className=\"w-72 max-w-[var(--available-width)]\">\n <div className=\"p-1 pb-0\">\n <Combobox.Input\n placeholder=\"Search country\"\n aria-label=\"Search country\"\n className=\"text-sm\"\n />\n </div>\n <Combobox.Empty>No countries found.</Combobox.Empty>\n <Combobox.List>\n {(item: CountryCode) => (\n <Combobox.Item key={item} value={item}>\n <Combobox.ItemIndicator>\n <IconCheck />\n </Combobox.ItemIndicator>\n <span className=\"col-start-2 flex min-w-0 items-center justify-between gap-3\">\n <span className=\"flex min-w-0 items-center gap-2\">\n <CountryFlag country={item} />\n <span className=\"truncate\">\n {regionName(localNames, item)}\n </span>\n </span>\n <span className=\"text-pho-description shrink-0 tabular-nums\">\n +{getCountryCallingCode(item)}\n </span>\n </span>\n </Combobox.Item>\n )}\n </Combobox.List>\n </Combobox.Popup>\n </Combobox.Positioner>\n </Combobox.Portal>\n </Combobox.Root>\n )}\n </InputGroup.Addon>\n <InputGroup.Separator />\n <InputGroup.Input\n ref={setRefs}\n id={inputId}\n type=\"tel\"\n inputMode=\"tel\"\n autoComplete=\"tel\"\n spellCheck={false}\n required={required}\n disabled={disabled}\n placeholder={placeholder}\n aria-label={ariaLabel ?? (label ? undefined : \"Phone number\")}\n aria-describedby={hintId}\n value={displayText}\n onKeyDown={handleKeyDown}\n onChange={(event) => {\n const next = normalizePhoneInput(\n event.target.value,\n displayText,\n country,\n );\n commit(country, next);\n }}\n className={className}\n {...props}\n />\n </InputGroup.Root>\n\n {hint ? (\n <p\n id={hintId}\n className={cn(\n \"text-pho-description text-base\",\n invalid && \"text-pho-error\",\n )}\n >\n {hint}\n </p>\n ) : null}\n </div>\n );\n}\n\nPhoneInput.displayName = \"PhoneInput\";\n"],"x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61],"mappings":";;;;;;;;;;;;AASA,IAAM,KAAa,CAAC,CAAC,QAAQ;AAAA,EAAE,GAAK;AAAA,EAAiB,KAAO;AAAQ,CAAC,CAAC,GAChE,KAAkB,GAAqB,WAAW,gBAAgB,eAAe,EAAU,GCPjG,KAAe;AAAA,EAAC,SAAU;AAAA,EAAE,uBAAwB;AAAA,IAAC,GAAI;AAAA,MAAC;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,IAAI;AAAA,IAAE,GAAI,CAAC,MAAK,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,MAAK,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK;AAAA,MAAC;AAAA,MAAK;AAAA,MAAK;AAAA,MAAK;AAAA,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,MAAK,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK;AAAA,MAAC;AAAA,MAAK;AAAA,MAAK;AAAA,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,IAAK,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,MAAK,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,MAAK,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,MAAK,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,MAAK,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM;AAAA,MAAC;AAAA,MAAK;AAAA,MAAK;AAAA,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,MAAK,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM,CAAC,IAAI;AAAA,IAAE,KAAM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AAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAU;AAAA,EAAU;AAAA,EAAU;AAAA,EAAU;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAA,EAAM;AAAI;ACChmD,SAAwB,GAAQ,GAAS;AACvC,SAAOC,GAAU,QAAQ,CAAO,KAAK;AACvC;ACHA,IAAI,KAAY,CAAC,OAAO,GACpB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAa,CAAC,OAAO,GACrB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAc,CAAC,OAAO,GACtB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,OAAO,GACvB,KAAe,CAAC,O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AAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACG,OAAA;AAAA,EACA,OAAA;AAAA,EACA,OAAA;AAAA,EACH,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACG,OAAA;AAAA,EACH,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACI,QAAA;AAAA,EACA,QAAA;AAAA,EACA,QAAA;AAAA,EACA,QAAA;AAAA,EACJ,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AAAA,EACA,IAAA;AACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IE75Na,KAAiB;AAAA,EAC5B,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,I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"}