@sikka/hawa 0.0.94 → 0.0.96
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.
- package/dist/styles.css +279 -211
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +18 -6
- package/rollup.config.js +14 -2
- package/src/blocks/Account/{UserProfileForm.js → UserProfileForm.tsx} +42 -41
- package/src/blocks/Account/UserSettingsForm.tsx +28 -0
- package/src/blocks/Account/index.ts +2 -0
- package/src/blocks/AuthForms/AppLanding.tsx +33 -0
- package/src/blocks/AuthForms/CodeConfirmation.tsx +59 -0
- package/src/blocks/AuthForms/{NewPasswordForm.js → NewPasswordForm.tsx} +49 -53
- package/src/blocks/AuthForms/{ResetPasswordForm.js → ResetPasswordForm.tsx} +35 -38
- package/src/blocks/AuthForms/{SignInForm.js → SignInForm.tsx} +73 -65
- package/src/blocks/AuthForms/SignInPhone.tsx +68 -0
- package/src/blocks/AuthForms/{SignUpForm.js → SignUpForm.tsx} +88 -82
- package/src/blocks/AuthForms/index.ts +7 -0
- package/src/blocks/Misc/NotFound.tsx +28 -0
- package/src/blocks/Misc/index.ts +1 -0
- package/src/blocks/Payment/ChargeWalletForm.tsx +70 -0
- package/src/blocks/Payment/{CheckoutForm.js → CheckoutForm.tsx} +82 -81
- package/src/blocks/Payment/Confirmation.tsx +96 -0
- package/src/blocks/Payment/{CreditCardForm.js → CreditCardForm.tsx} +48 -33
- package/src/blocks/Payment/PayWithWallet.tsx +29 -0
- package/src/blocks/Payment/{SelectPayment.js → SelectPayment.tsx} +33 -29
- package/src/blocks/Payment/{index.js → index.ts} +0 -0
- package/src/blocks/Pricing/{ComparingPlans.js → ComparingPlans.tsx} +51 -53
- package/src/blocks/Pricing/PricingPlans.tsx +72 -0
- package/src/blocks/Pricing/{index.js → index.ts} +0 -0
- package/src/blocks/{index.js → index.ts} +0 -0
- package/{countries.js → src/countries.ts} +245 -245
- package/src/elements/{AutoCompleteField.js → AutoCompleteField.tsx} +16 -9
- package/src/elements/{DragDropImages.js → DragDropImages.tsx} +78 -53
- package/src/elements/DraggableCard.tsx +29 -0
- package/src/elements/{HawaAccordian.js → HawaAccordian.tsx} +27 -23
- package/src/elements/HawaAdCard.tsx +48 -0
- package/src/elements/HawaAlert.tsx +30 -0
- package/src/elements/HawaButton.tsx +120 -0
- package/src/elements/HawaCheckbox.tsx +37 -0
- package/src/elements/HawaChip.tsx +12 -0
- package/src/elements/HawaColorPicker.tsx +38 -0
- package/src/elements/{HawaCopyrights.js → HawaCopyrights.tsx} +15 -8
- package/src/elements/HawaDrawer.tsx +84 -0
- package/src/elements/{HawaDrawerItem.js → HawaDrawerItem.tsx} +12 -7
- package/src/elements/{HawaItemCard.js → HawaItemCard.tsx} +35 -36
- package/src/elements/{HawaLogoButton.js → HawaLogoButton.tsx} +52 -56
- package/src/elements/HawaMenu.tsx +75 -0
- package/src/elements/{HawaModal.js → HawaModal.tsx} +30 -21
- package/src/elements/{HawaPanelTabs.js → HawaPanelTabs.tsx} +27 -27
- package/src/elements/HawaPhoneInput.tsx +112 -0
- package/src/elements/{HawaPricingCard.js → HawaPricingCard.tsx} +86 -47
- package/src/elements/HawaRadio.tsx +34 -0
- package/src/elements/HawaRange.tsx +47 -0
- package/src/elements/HawaSearchBar.tsx +9 -0
- package/src/elements/{HawaSelect.js → HawaSelect.tsx} +74 -31
- package/src/elements/HawaSettingsRow.tsx +56 -0
- package/src/elements/HawaSnackbar.tsx +73 -0
- package/src/elements/HawaSwitch.tsx +25 -0
- package/src/elements/{HawaTable.js → HawaTable.tsx} +33 -31
- package/src/elements/{HawaTabs.js → HawaTabs.tsx} +17 -12
- package/src/elements/HawaTextField.tsx +71 -0
- package/src/elements/HawaTooltip.tsx +35 -0
- package/src/elements/HawaTypography.tsx +11 -0
- package/src/elements/{TabPanel.js → TabPanel.tsx} +10 -5
- package/src/elements/{index.js → index.ts} +7 -4
- package/src/index.ts +3 -0
- package/src/layout/Box.tsx +5 -0
- package/src/layout/HawaBottomAppBar.tsx +54 -0
- package/src/layout/HawaContainer.tsx +24 -0
- package/src/layout/{HawaLayout.js → HawaLayout.tsx} +54 -49
- package/src/layout/{index.js → index.ts} +0 -0
- package/src/styles.css +279 -211
- package/src/{util.js → util.ts} +0 -0
- package/storybook-static/229.a3257e00.iframe.bundle.js +1 -0
- package/storybook-static/229.d6fb4f8f665962cef844.manager.bundle.js +1 -0
- package/storybook-static/295.67c251ec00675ab59b60.manager.bundle.js +1 -0
- package/storybook-static/51.786e9bbba427ee454dc0.manager.bundle.js +2 -0
- package/storybook-static/{0.1104ca18.iframe.bundle.js.LICENSE.txt → 51.786e9bbba427ee454dc0.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/51.acbbdb95.iframe.bundle.js +2 -0
- package/storybook-static/{0.cf71f8aa82edef0a7186.manager.bundle.js.LICENSE.txt → 51.acbbdb95.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/551.67cd309b0648b0a52636.manager.bundle.js +1 -0
- package/storybook-static/551.c82ea8f1.iframe.bundle.js +1 -0
- package/storybook-static/701.bcf1e718.iframe.bundle.js +1 -0
- package/storybook-static/733.8d2de9f8.iframe.bundle.js +2 -0
- package/storybook-static/{vendors~main.30019f92.iframe.bundle.js.LICENSE.txt → 733.8d2de9f8.iframe.bundle.js.LICENSE.txt} +0 -10
- package/storybook-static/767.2f9c96fa3338c8d16078.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.d13ba71108048897ea4a.manager.bundle.js.LICENSE.txt → 767.2f9c96fa3338c8d16078.manager.bundle.js.LICENSE.txt} +0 -10
- package/storybook-static/807.14b8bfa7.iframe.bundle.js +2 -0
- package/storybook-static/{5.5b799f3fbf64cec8e51a.manager.bundle.js.LICENSE.txt → 807.14b8bfa7.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/807.4f52b2d047c5e8c5872f.manager.bundle.js +2 -0
- package/storybook-static/{6.6023eba1.iframe.bundle.js.LICENSE.txt → 807.4f52b2d047c5e8c5872f.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/897.386c170cbd1467abc7ca.manager.bundle.js +2 -0
- package/storybook-static/{8.f9b98ef3e089be1a16d6.manager.bundle.js.LICENSE.txt → 897.386c170cbd1467abc7ca.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/897.d9a35fd0.iframe.bundle.js +2 -0
- package/storybook-static/{9.63a5cf7a.iframe.bundle.js.LICENSE.txt → 897.d9a35fd0.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/935.07c1b6ea.iframe.bundle.js +1 -0
- package/storybook-static/935.0b4e9c201c33f3e66e81.manager.bundle.js +1 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.051275cac7b0dc69501c.manager.bundle.js +1 -0
- package/storybook-static/main.71507dcb.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.25eae181fe0f96887a15.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.4d0bf318.iframe.bundle.js +1 -0
- package/tailwind.config.js +16 -1
- package/tsconfig.json +25 -0
- package/src/blocks/Account/UserSettingsForm.js +0 -17
- package/src/blocks/Account/index.js +0 -2
- package/src/blocks/AuthForms/AppLanding.js +0 -40
- package/src/blocks/AuthForms/CodeConfirmation.js +0 -78
- package/src/blocks/AuthForms/SignInPhone.js +0 -38
- package/src/blocks/AuthForms/index.js +0 -7
- package/src/blocks/Misc/NotFound.js +0 -32
- package/src/blocks/Misc/index.js +0 -1
- package/src/blocks/Payment/ChargeWalletForm.js +0 -81
- package/src/blocks/Payment/Confirmation.js +0 -104
- package/src/blocks/Payment/Form/CForm.js +0 -316
- package/src/blocks/Payment/Form/Card.js +0 -242
- package/src/blocks/Payment/Form/PaymentMethod.js +0 -118
- package/src/blocks/Payment/Gateway/GooglePay.js +0 -251
- package/src/blocks/Payment/Gateway/Payfort.js +0 -90
- package/src/blocks/Payment/Gateway/Paypal.js +0 -138
- package/src/blocks/Payment/Gateway/Wallet.js +0 -148
- package/src/blocks/Payment/PayWithWallet.js +0 -20
- package/src/blocks/Pricing/PricingPlans.js +0 -88
- package/src/elements/DraggableCard.js +0 -24
- package/src/elements/HawaAlert.js +0 -41
- package/src/elements/HawaButton.js +0 -62
- package/src/elements/HawaCheckbox.js +0 -28
- package/src/elements/HawaChip.js +0 -9
- package/src/elements/HawaColorPicker.js +0 -57
- package/src/elements/HawaDrawer.js +0 -68
- package/src/elements/HawaMenu.js +0 -59
- package/src/elements/HawaPhoneInput.js +0 -106
- package/src/elements/HawaRadio.js +0 -31
- package/src/elements/HawaRange.js +0 -54
- package/src/elements/HawaSearchBar.js +0 -15
- package/src/elements/HawaSettingsRow.js +0 -34
- package/src/elements/HawaSnackbar.js +0 -44
- package/src/elements/HawaSwitch.js +0 -21
- package/src/elements/HawaTextField.js +0 -34
- package/src/elements/HawaTooltip.js +0 -19
- package/src/elements/HawaTypography.js +0 -5
- package/src/elements/PinInput.js +0 -141
- package/src/elements/SelectedField.js +0 -46
- package/src/index.js +0 -3
- package/src/layout/Box.js +0 -5
- package/src/layout/HawaAppLayout.js +0 -245
- package/src/layout/HawaAppLayout2.js +0 -254
- package/src/layout/HawaBottomAppBar.js +0 -76
- package/src/layout/HawaContainer.js +0 -8
- package/storybook-static/0.1104ca18.iframe.bundle.js +0 -3
- package/storybook-static/0.1104ca18.iframe.bundle.js.map +0 -1
- package/storybook-static/0.cf71f8aa82edef0a7186.manager.bundle.js +0 -2
- package/storybook-static/1.7e6ec5c45ae5b70c5149.manager.bundle.js +0 -1
- package/storybook-static/1.e3eafd38.iframe.bundle.js +0 -1
- package/storybook-static/2.3841b1a5.iframe.bundle.js +0 -1
- package/storybook-static/5.5b799f3fbf64cec8e51a.manager.bundle.js +0 -2
- package/storybook-static/6.6023eba1.iframe.bundle.js +0 -3
- package/storybook-static/6.6023eba1.iframe.bundle.js.map +0 -1
- package/storybook-static/6.b34ce31193a7fa1dd965.manager.bundle.js +0 -1
- package/storybook-static/7.632f8551.iframe.bundle.js +0 -1
- package/storybook-static/7.72879af713f755a7aa7e.manager.bundle.js +0 -1
- package/storybook-static/8.9a8f8b69.iframe.bundle.js +0 -1
- package/storybook-static/8.f9b98ef3e089be1a16d6.manager.bundle.js +0 -2
- package/storybook-static/9.1e1335092fade49cc986.manager.bundle.js +0 -1
- package/storybook-static/9.63a5cf7a.iframe.bundle.js +0 -3
- package/storybook-static/9.63a5cf7a.iframe.bundle.js.map +0 -1
- package/storybook-static/main.4bd27e4e7faa098302d1.manager.bundle.js +0 -1
- package/storybook-static/main.c9ced472.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.67ec6e92.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.a58df7ba92d01c5088d3.manager.bundle.js +0 -1
- package/storybook-static/vendors~main.30019f92.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.30019f92.iframe.bundle.js.map +0 -1
- package/storybook-static/vendors~main.d13ba71108048897ea4a.manager.bundle.js +0 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
let countries = [
|
|
1
|
+
let countries: any = [
|
|
2
2
|
{
|
|
3
3
|
country_label: "Saudi Arabia",
|
|
4
4
|
code: "SA",
|
|
5
5
|
unicode: "🇸🇦",
|
|
6
6
|
image:
|
|
7
7
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SA.svg",
|
|
8
|
-
label: "+966"
|
|
8
|
+
label: "+966",
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
country_label: "United Arab Emirates",
|
|
@@ -13,7 +13,7 @@ let countries = [
|
|
|
13
13
|
unicode: "🇦🇪",
|
|
14
14
|
image:
|
|
15
15
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AE.svg",
|
|
16
|
-
label: "+971"
|
|
16
|
+
label: "+971",
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
country_label: "Bahrain",
|
|
@@ -21,7 +21,7 @@ let countries = [
|
|
|
21
21
|
unicode: "🇧🇭",
|
|
22
22
|
image:
|
|
23
23
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BH.svg",
|
|
24
|
-
label: "+973"
|
|
24
|
+
label: "+973",
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
country_label: "Kuwait",
|
|
@@ -29,7 +29,7 @@ let countries = [
|
|
|
29
29
|
unicode: "🇰🇼",
|
|
30
30
|
image:
|
|
31
31
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KW.svg",
|
|
32
|
-
label: "+965"
|
|
32
|
+
label: "+965",
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
country_label: "Qatar",
|
|
@@ -37,7 +37,7 @@ let countries = [
|
|
|
37
37
|
unicode: "🇶🇦",
|
|
38
38
|
image:
|
|
39
39
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/QA.svg",
|
|
40
|
-
label: "+974"
|
|
40
|
+
label: "+974",
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
country_label: "Oman",
|
|
@@ -45,7 +45,7 @@ let countries = [
|
|
|
45
45
|
unicode: "🇴🇲",
|
|
46
46
|
image:
|
|
47
47
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/OM.svg",
|
|
48
|
-
label: "+968"
|
|
48
|
+
label: "+968",
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
country_label: "Andorra",
|
|
@@ -54,7 +54,7 @@ let countries = [
|
|
|
54
54
|
unicode: "🇦🇩",
|
|
55
55
|
image:
|
|
56
56
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AD.svg",
|
|
57
|
-
label: "+376"
|
|
57
|
+
label: "+376",
|
|
58
58
|
},
|
|
59
59
|
|
|
60
60
|
{
|
|
@@ -63,7 +63,7 @@ let countries = [
|
|
|
63
63
|
unicode: "🇦🇫",
|
|
64
64
|
image:
|
|
65
65
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AF.svg",
|
|
66
|
-
label: "+93"
|
|
66
|
+
label: "+93",
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
country_label: "Antigua & Barbuda",
|
|
@@ -71,7 +71,7 @@ let countries = [
|
|
|
71
71
|
unicode: "🇦🇬",
|
|
72
72
|
image:
|
|
73
73
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AG.svg",
|
|
74
|
-
label: "+1268"
|
|
74
|
+
label: "+1268",
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
country_label: "Anguilla",
|
|
@@ -79,7 +79,7 @@ let countries = [
|
|
|
79
79
|
unicode: "🇦🇮",
|
|
80
80
|
image:
|
|
81
81
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AI.svg",
|
|
82
|
-
label: "+1264"
|
|
82
|
+
label: "+1264",
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
country_label: "Albania",
|
|
@@ -87,7 +87,7 @@ let countries = [
|
|
|
87
87
|
unicode: "🇦🇱",
|
|
88
88
|
image:
|
|
89
89
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AL.svg",
|
|
90
|
-
label: "+355"
|
|
90
|
+
label: "+355",
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
country_label: "Armenia",
|
|
@@ -95,7 +95,7 @@ let countries = [
|
|
|
95
95
|
unicode: "🇦🇲",
|
|
96
96
|
image:
|
|
97
97
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AM.svg",
|
|
98
|
-
label: "+374"
|
|
98
|
+
label: "+374",
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
country_label: "Angola",
|
|
@@ -103,7 +103,7 @@ let countries = [
|
|
|
103
103
|
unicode: "🇦🇴",
|
|
104
104
|
image:
|
|
105
105
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AO.svg",
|
|
106
|
-
label: "+244"
|
|
106
|
+
label: "+244",
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
country_label: "Antarctica",
|
|
@@ -111,7 +111,7 @@ let countries = [
|
|
|
111
111
|
unicode: "🇦🇶",
|
|
112
112
|
image:
|
|
113
113
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AQ.svg",
|
|
114
|
-
label: "+672"
|
|
114
|
+
label: "+672",
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
country_label: "Argentina",
|
|
@@ -119,7 +119,7 @@ let countries = [
|
|
|
119
119
|
unicode: "🇦🇷",
|
|
120
120
|
image:
|
|
121
121
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AR.svg",
|
|
122
|
-
label: "+54"
|
|
122
|
+
label: "+54",
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
country_label: "American Samoa",
|
|
@@ -127,7 +127,7 @@ let countries = [
|
|
|
127
127
|
unicode: "🇦🇸",
|
|
128
128
|
image:
|
|
129
129
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AS.svg",
|
|
130
|
-
label: "+1684"
|
|
130
|
+
label: "+1684",
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
country_label: "Austria",
|
|
@@ -135,7 +135,7 @@ let countries = [
|
|
|
135
135
|
unicode: "🇦🇹",
|
|
136
136
|
image:
|
|
137
137
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AT.svg",
|
|
138
|
-
label: "+43"
|
|
138
|
+
label: "+43",
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
country_label: "Australia",
|
|
@@ -143,7 +143,7 @@ let countries = [
|
|
|
143
143
|
unicode: "🇦🇺",
|
|
144
144
|
image:
|
|
145
145
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AU.svg",
|
|
146
|
-
label: "+61"
|
|
146
|
+
label: "+61",
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
country_label: "Aruba",
|
|
@@ -151,7 +151,7 @@ let countries = [
|
|
|
151
151
|
unicode: "🇦🇼",
|
|
152
152
|
image:
|
|
153
153
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AW.svg",
|
|
154
|
-
label: "+297"
|
|
154
|
+
label: "+297",
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
country_label: "Åland Islands",
|
|
@@ -159,7 +159,7 @@ let countries = [
|
|
|
159
159
|
unicode: "🇦🇽",
|
|
160
160
|
image:
|
|
161
161
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AX.svg",
|
|
162
|
-
label: "+358"
|
|
162
|
+
label: "+358",
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
country_label: "Azerbaijan",
|
|
@@ -167,7 +167,7 @@ let countries = [
|
|
|
167
167
|
unicode: "🇦🇿",
|
|
168
168
|
image:
|
|
169
169
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/AZ.svg",
|
|
170
|
-
label: "+994"
|
|
170
|
+
label: "+994",
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
country_label: "Bosnia & Herzegovina",
|
|
@@ -175,7 +175,7 @@ let countries = [
|
|
|
175
175
|
unicode: "🇧🇦",
|
|
176
176
|
image:
|
|
177
177
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BA.svg",
|
|
178
|
-
label: "+387"
|
|
178
|
+
label: "+387",
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
country_label: "Barbados",
|
|
@@ -183,7 +183,7 @@ let countries = [
|
|
|
183
183
|
unicode: "🇧🇧",
|
|
184
184
|
image:
|
|
185
185
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BB.svg",
|
|
186
|
-
label: "+1246"
|
|
186
|
+
label: "+1246",
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
country_label: "Bangladesh",
|
|
@@ -191,7 +191,7 @@ let countries = [
|
|
|
191
191
|
unicode: "🇧🇩",
|
|
192
192
|
image:
|
|
193
193
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BD.svg",
|
|
194
|
-
label: "+880"
|
|
194
|
+
label: "+880",
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
country_label: "Belgium",
|
|
@@ -199,7 +199,7 @@ let countries = [
|
|
|
199
199
|
unicode: "🇧🇪",
|
|
200
200
|
image:
|
|
201
201
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BE.svg",
|
|
202
|
-
label: "+32"
|
|
202
|
+
label: "+32",
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
country_label: "Burkina Faso",
|
|
@@ -207,7 +207,7 @@ let countries = [
|
|
|
207
207
|
unicode: "🇧🇫",
|
|
208
208
|
image:
|
|
209
209
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BF.svg",
|
|
210
|
-
label: "+226"
|
|
210
|
+
label: "+226",
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
country_label: "Bulgaria",
|
|
@@ -215,7 +215,7 @@ let countries = [
|
|
|
215
215
|
unicode: "🇧🇬",
|
|
216
216
|
image:
|
|
217
217
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BG.svg",
|
|
218
|
-
label: "+359"
|
|
218
|
+
label: "+359",
|
|
219
219
|
},
|
|
220
220
|
|
|
221
221
|
{
|
|
@@ -224,7 +224,7 @@ let countries = [
|
|
|
224
224
|
unicode: "🇧🇮",
|
|
225
225
|
image:
|
|
226
226
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BI.svg",
|
|
227
|
-
label: "+257"
|
|
227
|
+
label: "+257",
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
country_label: "Benin",
|
|
@@ -232,7 +232,7 @@ let countries = [
|
|
|
232
232
|
unicode: "🇧🇯",
|
|
233
233
|
image:
|
|
234
234
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BJ.svg",
|
|
235
|
-
label: "+229"
|
|
235
|
+
label: "+229",
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
country_label: "St. Barthélemy",
|
|
@@ -240,7 +240,7 @@ let countries = [
|
|
|
240
240
|
unicode: "🇧🇱",
|
|
241
241
|
image:
|
|
242
242
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BL.svg",
|
|
243
|
-
label: "+590"
|
|
243
|
+
label: "+590",
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
country_label: "Bermuda",
|
|
@@ -248,7 +248,7 @@ let countries = [
|
|
|
248
248
|
unicode: "🇧🇲",
|
|
249
249
|
image:
|
|
250
250
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BM.svg",
|
|
251
|
-
label: "+1441"
|
|
251
|
+
label: "+1441",
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
country_label: "Brunei",
|
|
@@ -256,7 +256,7 @@ let countries = [
|
|
|
256
256
|
unicode: "🇧🇳",
|
|
257
257
|
image:
|
|
258
258
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BN.svg",
|
|
259
|
-
label: "+673"
|
|
259
|
+
label: "+673",
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
country_label: "Bolivia",
|
|
@@ -264,7 +264,7 @@ let countries = [
|
|
|
264
264
|
unicode: "🇧🇴",
|
|
265
265
|
image:
|
|
266
266
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BO.svg",
|
|
267
|
-
label: "+591"
|
|
267
|
+
label: "+591",
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
country_label: "Brazil",
|
|
@@ -272,7 +272,7 @@ let countries = [
|
|
|
272
272
|
unicode: "🇧🇷",
|
|
273
273
|
image:
|
|
274
274
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BR.svg",
|
|
275
|
-
label: "+55"
|
|
275
|
+
label: "+55",
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
country_label: "Bahamas",
|
|
@@ -280,7 +280,7 @@ let countries = [
|
|
|
280
280
|
unicode: "🇧🇸",
|
|
281
281
|
image:
|
|
282
282
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BS.svg",
|
|
283
|
-
label: "+1242"
|
|
283
|
+
label: "+1242",
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
country_label: "Bhutan",
|
|
@@ -288,7 +288,7 @@ let countries = [
|
|
|
288
288
|
unicode: "🇧🇹",
|
|
289
289
|
image:
|
|
290
290
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BT.svg",
|
|
291
|
-
label: "+975"
|
|
291
|
+
label: "+975",
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
country_label: "Botswana",
|
|
@@ -296,7 +296,7 @@ let countries = [
|
|
|
296
296
|
unicode: "🇧🇼",
|
|
297
297
|
image:
|
|
298
298
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BW.svg",
|
|
299
|
-
label: "+267"
|
|
299
|
+
label: "+267",
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
country_label: "Belarus",
|
|
@@ -304,7 +304,7 @@ let countries = [
|
|
|
304
304
|
unicode: "🇧🇾",
|
|
305
305
|
image:
|
|
306
306
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BY.svg",
|
|
307
|
-
label: "+375"
|
|
307
|
+
label: "+375",
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
country_label: "Belize",
|
|
@@ -312,7 +312,7 @@ let countries = [
|
|
|
312
312
|
unicode: "🇧🇿",
|
|
313
313
|
image:
|
|
314
314
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/BZ.svg",
|
|
315
|
-
label: "+501"
|
|
315
|
+
label: "+501",
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
country_label: "Canada",
|
|
@@ -320,7 +320,7 @@ let countries = [
|
|
|
320
320
|
unicode: "🇨🇦",
|
|
321
321
|
image:
|
|
322
322
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CA.svg",
|
|
323
|
-
label: "+1"
|
|
323
|
+
label: "+1",
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
country_label: "Cocos (Keeling) Islands",
|
|
@@ -328,7 +328,7 @@ let countries = [
|
|
|
328
328
|
unicode: "🇨🇨",
|
|
329
329
|
image:
|
|
330
330
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CC.svg",
|
|
331
|
-
label: "+61"
|
|
331
|
+
label: "+61",
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
country_label: "Congo - Kinshasa",
|
|
@@ -336,7 +336,7 @@ let countries = [
|
|
|
336
336
|
unicode: "🇨🇩",
|
|
337
337
|
image:
|
|
338
338
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CD.svg",
|
|
339
|
-
label: "+243"
|
|
339
|
+
label: "+243",
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
country_label: "Central African Republic",
|
|
@@ -344,7 +344,7 @@ let countries = [
|
|
|
344
344
|
unicode: "🇨🇫",
|
|
345
345
|
image:
|
|
346
346
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CF.svg",
|
|
347
|
-
label: "+236"
|
|
347
|
+
label: "+236",
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
country_label: "Congo - Brazzaville",
|
|
@@ -352,7 +352,7 @@ let countries = [
|
|
|
352
352
|
unicode: "🇨🇬",
|
|
353
353
|
image:
|
|
354
354
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CG.svg",
|
|
355
|
-
label: "+242"
|
|
355
|
+
label: "+242",
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
country_label: "Switzerland",
|
|
@@ -360,7 +360,7 @@ let countries = [
|
|
|
360
360
|
unicode: "🇨🇭",
|
|
361
361
|
image:
|
|
362
362
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CH.svg",
|
|
363
|
-
label: "+41"
|
|
363
|
+
label: "+41",
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
country_label: "Côte d’Ivoire",
|
|
@@ -368,7 +368,7 @@ let countries = [
|
|
|
368
368
|
unicode: "🇨🇮",
|
|
369
369
|
image:
|
|
370
370
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CI.svg",
|
|
371
|
-
label: "+225"
|
|
371
|
+
label: "+225",
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
country_label: "Cook Islands",
|
|
@@ -376,7 +376,7 @@ let countries = [
|
|
|
376
376
|
unicode: "🇨🇰",
|
|
377
377
|
image:
|
|
378
378
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CK.svg",
|
|
379
|
-
label: "+682"
|
|
379
|
+
label: "+682",
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
country_label: "Chile",
|
|
@@ -384,7 +384,7 @@ let countries = [
|
|
|
384
384
|
unicode: "🇨🇱",
|
|
385
385
|
image:
|
|
386
386
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CL.svg",
|
|
387
|
-
label: "+56"
|
|
387
|
+
label: "+56",
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
country_label: "Cameroon",
|
|
@@ -392,7 +392,7 @@ let countries = [
|
|
|
392
392
|
unicode: "🇨🇲",
|
|
393
393
|
image:
|
|
394
394
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CM.svg",
|
|
395
|
-
label: "+237"
|
|
395
|
+
label: "+237",
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
country_label: "China",
|
|
@@ -400,7 +400,7 @@ let countries = [
|
|
|
400
400
|
unicode: "🇨🇳",
|
|
401
401
|
image:
|
|
402
402
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CN.svg",
|
|
403
|
-
label: "+86"
|
|
403
|
+
label: "+86",
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
406
|
country_label: "Colombia",
|
|
@@ -408,7 +408,7 @@ let countries = [
|
|
|
408
408
|
unicode: "🇨🇴",
|
|
409
409
|
image:
|
|
410
410
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CO.svg",
|
|
411
|
-
label: "+57"
|
|
411
|
+
label: "+57",
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
country_label: "Costa Rica",
|
|
@@ -416,7 +416,7 @@ let countries = [
|
|
|
416
416
|
unicode: "🇨🇷",
|
|
417
417
|
image:
|
|
418
418
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CR.svg",
|
|
419
|
-
label: "+506"
|
|
419
|
+
label: "+506",
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
422
|
country_label: "Cuba",
|
|
@@ -424,7 +424,7 @@ let countries = [
|
|
|
424
424
|
unicode: "🇨🇺",
|
|
425
425
|
image:
|
|
426
426
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CU.svg",
|
|
427
|
-
label: "+53"
|
|
427
|
+
label: "+53",
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
country_label: "Cape Verde",
|
|
@@ -432,7 +432,7 @@ let countries = [
|
|
|
432
432
|
unicode: "🇨🇻",
|
|
433
433
|
image:
|
|
434
434
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CV.svg",
|
|
435
|
-
label: "+238"
|
|
435
|
+
label: "+238",
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
438
|
country_label: "Christmas Island",
|
|
@@ -440,7 +440,7 @@ let countries = [
|
|
|
440
440
|
unicode: "🇨🇽",
|
|
441
441
|
image:
|
|
442
442
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CX.svg",
|
|
443
|
-
label: "+61"
|
|
443
|
+
label: "+61",
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
446
|
country_label: "Cyprus",
|
|
@@ -448,7 +448,7 @@ let countries = [
|
|
|
448
448
|
unicode: "🇨🇾",
|
|
449
449
|
image:
|
|
450
450
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CY.svg",
|
|
451
|
-
label: "+357"
|
|
451
|
+
label: "+357",
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
country_label: "Czechia",
|
|
@@ -456,7 +456,7 @@ let countries = [
|
|
|
456
456
|
unicode: "🇨🇿",
|
|
457
457
|
image:
|
|
458
458
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/CZ.svg",
|
|
459
|
-
label: "+420"
|
|
459
|
+
label: "+420",
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
462
|
country_label: "Germany",
|
|
@@ -464,7 +464,7 @@ let countries = [
|
|
|
464
464
|
unicode: "🇩🇪",
|
|
465
465
|
image:
|
|
466
466
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/DE.svg",
|
|
467
|
-
label: "+49"
|
|
467
|
+
label: "+49",
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
country_label: "Djibouti",
|
|
@@ -472,7 +472,7 @@ let countries = [
|
|
|
472
472
|
unicode: "🇩🇯",
|
|
473
473
|
image:
|
|
474
474
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/DJ.svg",
|
|
475
|
-
label: "+253"
|
|
475
|
+
label: "+253",
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
country_label: "Denmark",
|
|
@@ -480,7 +480,7 @@ let countries = [
|
|
|
480
480
|
unicode: "🇩🇰",
|
|
481
481
|
image:
|
|
482
482
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/DK.svg",
|
|
483
|
-
label: "+45"
|
|
483
|
+
label: "+45",
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
country_label: "Dominica",
|
|
@@ -488,7 +488,7 @@ let countries = [
|
|
|
488
488
|
unicode: "🇩🇲",
|
|
489
489
|
image:
|
|
490
490
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/DM.svg",
|
|
491
|
-
label: "+1767"
|
|
491
|
+
label: "+1767",
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
494
|
country_label: "Dominican Republic",
|
|
@@ -496,7 +496,7 @@ let countries = [
|
|
|
496
496
|
unicode: "🇩🇴",
|
|
497
497
|
image:
|
|
498
498
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/DO.svg",
|
|
499
|
-
label: "+1849"
|
|
499
|
+
label: "+1849",
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
502
|
country_label: "Algeria",
|
|
@@ -504,7 +504,7 @@ let countries = [
|
|
|
504
504
|
unicode: "🇩🇿",
|
|
505
505
|
image:
|
|
506
506
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/DZ.svg",
|
|
507
|
-
label: "+213"
|
|
507
|
+
label: "+213",
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
country_label: "Ecuador",
|
|
@@ -512,7 +512,7 @@ let countries = [
|
|
|
512
512
|
unicode: "🇪🇨",
|
|
513
513
|
image:
|
|
514
514
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/EC.svg",
|
|
515
|
-
label: "+593"
|
|
515
|
+
label: "+593",
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
country_label: "Estonia",
|
|
@@ -520,7 +520,7 @@ let countries = [
|
|
|
520
520
|
unicode: "🇪🇪",
|
|
521
521
|
image:
|
|
522
522
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/EE.svg",
|
|
523
|
-
label: "+372"
|
|
523
|
+
label: "+372",
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
526
|
country_label: "Egypt",
|
|
@@ -528,7 +528,7 @@ let countries = [
|
|
|
528
528
|
unicode: "🇪🇬",
|
|
529
529
|
image:
|
|
530
530
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/EG.svg",
|
|
531
|
-
label: "+20"
|
|
531
|
+
label: "+20",
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
534
|
country_label: "Eritrea",
|
|
@@ -536,7 +536,7 @@ let countries = [
|
|
|
536
536
|
unicode: "🇪🇷",
|
|
537
537
|
image:
|
|
538
538
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ER.svg",
|
|
539
|
-
label: "+291"
|
|
539
|
+
label: "+291",
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
542
|
country_label: "Spain",
|
|
@@ -544,7 +544,7 @@ let countries = [
|
|
|
544
544
|
unicode: "🇪🇸",
|
|
545
545
|
image:
|
|
546
546
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ES.svg",
|
|
547
|
-
label: "+34"
|
|
547
|
+
label: "+34",
|
|
548
548
|
},
|
|
549
549
|
{
|
|
550
550
|
country_label: "Ethiopia",
|
|
@@ -552,7 +552,7 @@ let countries = [
|
|
|
552
552
|
unicode: "🇪🇹",
|
|
553
553
|
image:
|
|
554
554
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ET.svg",
|
|
555
|
-
label: "+251"
|
|
555
|
+
label: "+251",
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
558
|
country_label: "Finland",
|
|
@@ -560,7 +560,7 @@ let countries = [
|
|
|
560
560
|
unicode: "🇫🇮",
|
|
561
561
|
image:
|
|
562
562
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/FI.svg",
|
|
563
|
-
label: "+358"
|
|
563
|
+
label: "+358",
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
country_label: "Fiji",
|
|
@@ -568,7 +568,7 @@ let countries = [
|
|
|
568
568
|
unicode: "🇫🇯",
|
|
569
569
|
image:
|
|
570
570
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/FJ.svg",
|
|
571
|
-
label: "+679"
|
|
571
|
+
label: "+679",
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
country_label: "Falkland Islands",
|
|
@@ -576,7 +576,7 @@ let countries = [
|
|
|
576
576
|
unicode: "🇫🇰",
|
|
577
577
|
image:
|
|
578
578
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/FK.svg",
|
|
579
|
-
label: "+500"
|
|
579
|
+
label: "+500",
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
country_label: "Micronesia",
|
|
@@ -584,7 +584,7 @@ let countries = [
|
|
|
584
584
|
unicode: "🇫🇲",
|
|
585
585
|
image:
|
|
586
586
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/FM.svg",
|
|
587
|
-
label: "+691"
|
|
587
|
+
label: "+691",
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
country_label: "Faroe Islands",
|
|
@@ -592,7 +592,7 @@ let countries = [
|
|
|
592
592
|
unicode: "🇫🇴",
|
|
593
593
|
image:
|
|
594
594
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/FO.svg",
|
|
595
|
-
label: "+298"
|
|
595
|
+
label: "+298",
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
country_label: "France",
|
|
@@ -600,7 +600,7 @@ let countries = [
|
|
|
600
600
|
unicode: "🇫🇷",
|
|
601
601
|
image:
|
|
602
602
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/FR.svg",
|
|
603
|
-
label: "+33"
|
|
603
|
+
label: "+33",
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
country_label: "Gabon",
|
|
@@ -608,7 +608,7 @@ let countries = [
|
|
|
608
608
|
unicode: "🇬🇦",
|
|
609
609
|
image:
|
|
610
610
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GA.svg",
|
|
611
|
-
label: "+241"
|
|
611
|
+
label: "+241",
|
|
612
612
|
},
|
|
613
613
|
{
|
|
614
614
|
country_label: "United Kingdom",
|
|
@@ -616,7 +616,7 @@ let countries = [
|
|
|
616
616
|
unicode: "🇬🇧",
|
|
617
617
|
image:
|
|
618
618
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GB.svg",
|
|
619
|
-
label: "+44"
|
|
619
|
+
label: "+44",
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
country_label: "Grenada",
|
|
@@ -624,7 +624,7 @@ let countries = [
|
|
|
624
624
|
unicode: "🇬🇩",
|
|
625
625
|
image:
|
|
626
626
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GD.svg",
|
|
627
|
-
label: "+1473"
|
|
627
|
+
label: "+1473",
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
630
|
country_label: "Georgia",
|
|
@@ -632,7 +632,7 @@ let countries = [
|
|
|
632
632
|
unicode: "🇬🇪",
|
|
633
633
|
image:
|
|
634
634
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GE.svg",
|
|
635
|
-
label: "+995"
|
|
635
|
+
label: "+995",
|
|
636
636
|
},
|
|
637
637
|
{
|
|
638
638
|
country_label: "French Guiana",
|
|
@@ -640,7 +640,7 @@ let countries = [
|
|
|
640
640
|
unicode: "🇬🇫",
|
|
641
641
|
image:
|
|
642
642
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GF.svg",
|
|
643
|
-
label: "+594"
|
|
643
|
+
label: "+594",
|
|
644
644
|
},
|
|
645
645
|
{
|
|
646
646
|
country_label: "Guernsey",
|
|
@@ -648,7 +648,7 @@ let countries = [
|
|
|
648
648
|
unicode: "🇬🇬",
|
|
649
649
|
image:
|
|
650
650
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GG.svg",
|
|
651
|
-
label: "+44"
|
|
651
|
+
label: "+44",
|
|
652
652
|
},
|
|
653
653
|
{
|
|
654
654
|
country_label: "Ghana",
|
|
@@ -656,7 +656,7 @@ let countries = [
|
|
|
656
656
|
unicode: "🇬🇭",
|
|
657
657
|
image:
|
|
658
658
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GH.svg",
|
|
659
|
-
label: "+233"
|
|
659
|
+
label: "+233",
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
662
|
country_label: "Gibraltar",
|
|
@@ -664,7 +664,7 @@ let countries = [
|
|
|
664
664
|
unicode: "🇬🇮",
|
|
665
665
|
image:
|
|
666
666
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GI.svg",
|
|
667
|
-
label: "+350"
|
|
667
|
+
label: "+350",
|
|
668
668
|
},
|
|
669
669
|
{
|
|
670
670
|
country_label: "Greenland",
|
|
@@ -672,7 +672,7 @@ let countries = [
|
|
|
672
672
|
unicode: "🇬🇱",
|
|
673
673
|
image:
|
|
674
674
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GL.svg",
|
|
675
|
-
label: "+299"
|
|
675
|
+
label: "+299",
|
|
676
676
|
},
|
|
677
677
|
{
|
|
678
678
|
country_label: "Gambia",
|
|
@@ -680,7 +680,7 @@ let countries = [
|
|
|
680
680
|
unicode: "🇬🇲",
|
|
681
681
|
image:
|
|
682
682
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GM.svg",
|
|
683
|
-
label: "+220"
|
|
683
|
+
label: "+220",
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
686
|
country_label: "Guinea",
|
|
@@ -688,7 +688,7 @@ let countries = [
|
|
|
688
688
|
unicode: "🇬🇳",
|
|
689
689
|
image:
|
|
690
690
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GN.svg",
|
|
691
|
-
label: "+224"
|
|
691
|
+
label: "+224",
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
694
|
country_label: "Guadeloupe",
|
|
@@ -696,7 +696,7 @@ let countries = [
|
|
|
696
696
|
unicode: "🇬🇵",
|
|
697
697
|
image:
|
|
698
698
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GP.svg",
|
|
699
|
-
label: "+590"
|
|
699
|
+
label: "+590",
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
702
|
country_label: "Equatorial Guinea",
|
|
@@ -704,7 +704,7 @@ let countries = [
|
|
|
704
704
|
unicode: "🇬🇶",
|
|
705
705
|
image:
|
|
706
706
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GQ.svg",
|
|
707
|
-
label: "+240"
|
|
707
|
+
label: "+240",
|
|
708
708
|
},
|
|
709
709
|
{
|
|
710
710
|
country_label: "Greece",
|
|
@@ -712,7 +712,7 @@ let countries = [
|
|
|
712
712
|
unicode: "🇬🇷",
|
|
713
713
|
image:
|
|
714
714
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GR.svg",
|
|
715
|
-
label: "+30"
|
|
715
|
+
label: "+30",
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
718
|
country_label: "South Georgia & South Sandwich Islands",
|
|
@@ -720,7 +720,7 @@ let countries = [
|
|
|
720
720
|
unicode: "🇬🇸",
|
|
721
721
|
image:
|
|
722
722
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GS.svg",
|
|
723
|
-
label: "+500"
|
|
723
|
+
label: "+500",
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
country_label: "Guatemala",
|
|
@@ -728,7 +728,7 @@ let countries = [
|
|
|
728
728
|
unicode: "🇬🇹",
|
|
729
729
|
image:
|
|
730
730
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GT.svg",
|
|
731
|
-
label: "+502"
|
|
731
|
+
label: "+502",
|
|
732
732
|
},
|
|
733
733
|
{
|
|
734
734
|
country_label: "Guam",
|
|
@@ -736,7 +736,7 @@ let countries = [
|
|
|
736
736
|
unicode: "🇬🇺",
|
|
737
737
|
image:
|
|
738
738
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GU.svg",
|
|
739
|
-
label: "+1671"
|
|
739
|
+
label: "+1671",
|
|
740
740
|
},
|
|
741
741
|
{
|
|
742
742
|
country_label: "Guinea-Bissau",
|
|
@@ -744,7 +744,7 @@ let countries = [
|
|
|
744
744
|
unicode: "🇬🇼",
|
|
745
745
|
image:
|
|
746
746
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GW.svg",
|
|
747
|
-
label: "+245"
|
|
747
|
+
label: "+245",
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
country_label: "Guyana",
|
|
@@ -752,7 +752,7 @@ let countries = [
|
|
|
752
752
|
unicode: "🇬🇾",
|
|
753
753
|
image:
|
|
754
754
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/GY.svg",
|
|
755
|
-
label: "+595"
|
|
755
|
+
label: "+595",
|
|
756
756
|
},
|
|
757
757
|
{
|
|
758
758
|
country_label: "Hong Kong SAR China",
|
|
@@ -760,7 +760,7 @@ let countries = [
|
|
|
760
760
|
unicode: "🇭🇰",
|
|
761
761
|
image:
|
|
762
762
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/HK.svg",
|
|
763
|
-
label: "+852"
|
|
763
|
+
label: "+852",
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
766
|
country_label: "Honduras",
|
|
@@ -768,7 +768,7 @@ let countries = [
|
|
|
768
768
|
unicode: "🇭🇳",
|
|
769
769
|
image:
|
|
770
770
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/HN.svg",
|
|
771
|
-
label: "+504"
|
|
771
|
+
label: "+504",
|
|
772
772
|
},
|
|
773
773
|
{
|
|
774
774
|
country_label: "Croatia",
|
|
@@ -776,7 +776,7 @@ let countries = [
|
|
|
776
776
|
unicode: "🇭🇷",
|
|
777
777
|
image:
|
|
778
778
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/HR.svg",
|
|
779
|
-
label: "+385"
|
|
779
|
+
label: "+385",
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
782
|
country_label: "Haiti",
|
|
@@ -784,7 +784,7 @@ let countries = [
|
|
|
784
784
|
unicode: "🇭🇹",
|
|
785
785
|
image:
|
|
786
786
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/HT.svg",
|
|
787
|
-
label: "+509"
|
|
787
|
+
label: "+509",
|
|
788
788
|
},
|
|
789
789
|
{
|
|
790
790
|
country_label: "Hungary",
|
|
@@ -792,7 +792,7 @@ let countries = [
|
|
|
792
792
|
unicode: "🇭🇺",
|
|
793
793
|
image:
|
|
794
794
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/HU.svg",
|
|
795
|
-
label: "+36"
|
|
795
|
+
label: "+36",
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
798
|
country_label: "Indonesia",
|
|
@@ -800,7 +800,7 @@ let countries = [
|
|
|
800
800
|
unicode: "🇮🇩",
|
|
801
801
|
image:
|
|
802
802
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ID.svg",
|
|
803
|
-
label: "+62"
|
|
803
|
+
label: "+62",
|
|
804
804
|
},
|
|
805
805
|
{
|
|
806
806
|
country_label: "Ireland",
|
|
@@ -808,7 +808,7 @@ let countries = [
|
|
|
808
808
|
unicode: "🇮🇪",
|
|
809
809
|
image:
|
|
810
810
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IE.svg",
|
|
811
|
-
label: "+353"
|
|
811
|
+
label: "+353",
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
country_label: "Israel",
|
|
@@ -816,7 +816,7 @@ let countries = [
|
|
|
816
816
|
unicode: "🇮🇱",
|
|
817
817
|
image:
|
|
818
818
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IL.svg",
|
|
819
|
-
label: "+972"
|
|
819
|
+
label: "+972",
|
|
820
820
|
},
|
|
821
821
|
{
|
|
822
822
|
country_label: "Isle of Man",
|
|
@@ -824,7 +824,7 @@ let countries = [
|
|
|
824
824
|
unicode: "🇮🇲",
|
|
825
825
|
image:
|
|
826
826
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IM.svg",
|
|
827
|
-
label: "+44"
|
|
827
|
+
label: "+44",
|
|
828
828
|
},
|
|
829
829
|
{
|
|
830
830
|
country_label: "India",
|
|
@@ -832,7 +832,7 @@ let countries = [
|
|
|
832
832
|
unicode: "🇮🇳",
|
|
833
833
|
image:
|
|
834
834
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IN.svg",
|
|
835
|
-
label: "+91"
|
|
835
|
+
label: "+91",
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
838
|
country_label: "British Indian Ocean Territory",
|
|
@@ -840,7 +840,7 @@ let countries = [
|
|
|
840
840
|
unicode: "🇮🇴",
|
|
841
841
|
image:
|
|
842
842
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IO.svg",
|
|
843
|
-
label: "+246"
|
|
843
|
+
label: "+246",
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
country_label: "Iraq",
|
|
@@ -848,7 +848,7 @@ let countries = [
|
|
|
848
848
|
unicode: "🇮🇶",
|
|
849
849
|
image:
|
|
850
850
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IQ.svg",
|
|
851
|
-
label: "+964"
|
|
851
|
+
label: "+964",
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
854
|
country_label: "Iran",
|
|
@@ -856,7 +856,7 @@ let countries = [
|
|
|
856
856
|
unicode: "🇮🇷",
|
|
857
857
|
image:
|
|
858
858
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IR.svg",
|
|
859
|
-
label: "+98"
|
|
859
|
+
label: "+98",
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
862
|
country_label: "Iceland",
|
|
@@ -864,7 +864,7 @@ let countries = [
|
|
|
864
864
|
unicode: "🇮🇸",
|
|
865
865
|
image:
|
|
866
866
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IS.svg",
|
|
867
|
-
label: "+354"
|
|
867
|
+
label: "+354",
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
870
|
country_label: "Italy",
|
|
@@ -872,7 +872,7 @@ let countries = [
|
|
|
872
872
|
unicode: "🇮🇹",
|
|
873
873
|
image:
|
|
874
874
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/IT.svg",
|
|
875
|
-
label: "+39"
|
|
875
|
+
label: "+39",
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
878
|
country_label: "Jersey",
|
|
@@ -880,7 +880,7 @@ let countries = [
|
|
|
880
880
|
unicode: "🇯🇪",
|
|
881
881
|
image:
|
|
882
882
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/JE.svg",
|
|
883
|
-
label: "+44"
|
|
883
|
+
label: "+44",
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
886
|
country_label: "Jamaica",
|
|
@@ -888,7 +888,7 @@ let countries = [
|
|
|
888
888
|
unicode: "🇯🇲",
|
|
889
889
|
image:
|
|
890
890
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/JM.svg",
|
|
891
|
-
label: "+1876"
|
|
891
|
+
label: "+1876",
|
|
892
892
|
},
|
|
893
893
|
{
|
|
894
894
|
country_label: "Jordan",
|
|
@@ -896,7 +896,7 @@ let countries = [
|
|
|
896
896
|
unicode: "🇯🇴",
|
|
897
897
|
image:
|
|
898
898
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/JO.svg",
|
|
899
|
-
label: "+962"
|
|
899
|
+
label: "+962",
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
902
|
country_label: "Japan",
|
|
@@ -904,7 +904,7 @@ let countries = [
|
|
|
904
904
|
unicode: "🇯🇵",
|
|
905
905
|
image:
|
|
906
906
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/JP.svg",
|
|
907
|
-
label: "+81"
|
|
907
|
+
label: "+81",
|
|
908
908
|
},
|
|
909
909
|
{
|
|
910
910
|
country_label: "Kenya",
|
|
@@ -912,7 +912,7 @@ let countries = [
|
|
|
912
912
|
unicode: "🇰🇪",
|
|
913
913
|
image:
|
|
914
914
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KE.svg",
|
|
915
|
-
label: "+254"
|
|
915
|
+
label: "+254",
|
|
916
916
|
},
|
|
917
917
|
{
|
|
918
918
|
country_label: "Kyrgyzstan",
|
|
@@ -920,7 +920,7 @@ let countries = [
|
|
|
920
920
|
unicode: "🇰🇬",
|
|
921
921
|
image:
|
|
922
922
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KG.svg",
|
|
923
|
-
label: "+996"
|
|
923
|
+
label: "+996",
|
|
924
924
|
},
|
|
925
925
|
{
|
|
926
926
|
country_label: "Cambodia",
|
|
@@ -928,7 +928,7 @@ let countries = [
|
|
|
928
928
|
unicode: "🇰🇭",
|
|
929
929
|
image:
|
|
930
930
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KH.svg",
|
|
931
|
-
label: "+855"
|
|
931
|
+
label: "+855",
|
|
932
932
|
},
|
|
933
933
|
{
|
|
934
934
|
country_label: "Kiribati",
|
|
@@ -936,7 +936,7 @@ let countries = [
|
|
|
936
936
|
unicode: "🇰🇮",
|
|
937
937
|
image:
|
|
938
938
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KI.svg",
|
|
939
|
-
label: "+686"
|
|
939
|
+
label: "+686",
|
|
940
940
|
},
|
|
941
941
|
{
|
|
942
942
|
country_label: "Comoros",
|
|
@@ -944,7 +944,7 @@ let countries = [
|
|
|
944
944
|
unicode: "🇰🇲",
|
|
945
945
|
image:
|
|
946
946
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KM.svg",
|
|
947
|
-
label: "+269"
|
|
947
|
+
label: "+269",
|
|
948
948
|
},
|
|
949
949
|
{
|
|
950
950
|
country_label: "St. Kitts & Nevis",
|
|
@@ -952,7 +952,7 @@ let countries = [
|
|
|
952
952
|
unicode: "🇰🇳",
|
|
953
953
|
image:
|
|
954
954
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KN.svg",
|
|
955
|
-
label: "+1869"
|
|
955
|
+
label: "+1869",
|
|
956
956
|
},
|
|
957
957
|
{
|
|
958
958
|
country_label: "North Korea",
|
|
@@ -960,7 +960,7 @@ let countries = [
|
|
|
960
960
|
unicode: "🇰🇵",
|
|
961
961
|
image:
|
|
962
962
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KP.svg",
|
|
963
|
-
label: "+850"
|
|
963
|
+
label: "+850",
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
966
|
country_label: "South Korea",
|
|
@@ -968,7 +968,7 @@ let countries = [
|
|
|
968
968
|
unicode: "🇰🇷",
|
|
969
969
|
image:
|
|
970
970
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KR.svg",
|
|
971
|
-
label: "+82"
|
|
971
|
+
label: "+82",
|
|
972
972
|
},
|
|
973
973
|
|
|
974
974
|
{
|
|
@@ -977,7 +977,7 @@ let countries = [
|
|
|
977
977
|
unicode: "🇰🇾",
|
|
978
978
|
image:
|
|
979
979
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KY.svg",
|
|
980
|
-
label: "+ 345"
|
|
980
|
+
label: "+ 345",
|
|
981
981
|
},
|
|
982
982
|
{
|
|
983
983
|
country_label: "Kazakhstan",
|
|
@@ -985,7 +985,7 @@ let countries = [
|
|
|
985
985
|
unicode: "🇰🇿",
|
|
986
986
|
image:
|
|
987
987
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/KZ.svg",
|
|
988
|
-
label: "+77"
|
|
988
|
+
label: "+77",
|
|
989
989
|
},
|
|
990
990
|
{
|
|
991
991
|
country_label: "Laos",
|
|
@@ -993,7 +993,7 @@ let countries = [
|
|
|
993
993
|
unicode: "🇱🇦",
|
|
994
994
|
image:
|
|
995
995
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LA.svg",
|
|
996
|
-
label: "+856"
|
|
996
|
+
label: "+856",
|
|
997
997
|
},
|
|
998
998
|
{
|
|
999
999
|
country_label: "Lebanon",
|
|
@@ -1001,7 +1001,7 @@ let countries = [
|
|
|
1001
1001
|
unicode: "🇱🇧",
|
|
1002
1002
|
image:
|
|
1003
1003
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LB.svg",
|
|
1004
|
-
label: "+961"
|
|
1004
|
+
label: "+961",
|
|
1005
1005
|
},
|
|
1006
1006
|
{
|
|
1007
1007
|
country_label: "St. Lucia",
|
|
@@ -1009,7 +1009,7 @@ let countries = [
|
|
|
1009
1009
|
unicode: "🇱🇨",
|
|
1010
1010
|
image:
|
|
1011
1011
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LC.svg",
|
|
1012
|
-
label: "+1758"
|
|
1012
|
+
label: "+1758",
|
|
1013
1013
|
},
|
|
1014
1014
|
{
|
|
1015
1015
|
country_label: "Liechtenstein",
|
|
@@ -1017,7 +1017,7 @@ let countries = [
|
|
|
1017
1017
|
unicode: "🇱🇮",
|
|
1018
1018
|
image:
|
|
1019
1019
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LI.svg",
|
|
1020
|
-
label: "+423"
|
|
1020
|
+
label: "+423",
|
|
1021
1021
|
},
|
|
1022
1022
|
{
|
|
1023
1023
|
country_label: "Sri Lanka",
|
|
@@ -1025,7 +1025,7 @@ let countries = [
|
|
|
1025
1025
|
unicode: "🇱🇰",
|
|
1026
1026
|
image:
|
|
1027
1027
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LK.svg",
|
|
1028
|
-
label: "+94"
|
|
1028
|
+
label: "+94",
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
1031
|
country_label: "Liberia",
|
|
@@ -1033,7 +1033,7 @@ let countries = [
|
|
|
1033
1033
|
unicode: "🇱🇷",
|
|
1034
1034
|
image:
|
|
1035
1035
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LR.svg",
|
|
1036
|
-
label: "+231"
|
|
1036
|
+
label: "+231",
|
|
1037
1037
|
},
|
|
1038
1038
|
{
|
|
1039
1039
|
country_label: "Lesotho",
|
|
@@ -1041,7 +1041,7 @@ let countries = [
|
|
|
1041
1041
|
unicode: "🇱🇸",
|
|
1042
1042
|
image:
|
|
1043
1043
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LS.svg",
|
|
1044
|
-
label: "+266"
|
|
1044
|
+
label: "+266",
|
|
1045
1045
|
},
|
|
1046
1046
|
{
|
|
1047
1047
|
country_label: "Lithuania",
|
|
@@ -1049,7 +1049,7 @@ let countries = [
|
|
|
1049
1049
|
unicode: "🇱🇹",
|
|
1050
1050
|
image:
|
|
1051
1051
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LT.svg",
|
|
1052
|
-
label: "+370"
|
|
1052
|
+
label: "+370",
|
|
1053
1053
|
},
|
|
1054
1054
|
{
|
|
1055
1055
|
country_label: "Luxembourg",
|
|
@@ -1057,7 +1057,7 @@ let countries = [
|
|
|
1057
1057
|
unicode: "🇱🇺",
|
|
1058
1058
|
image:
|
|
1059
1059
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LU.svg",
|
|
1060
|
-
label: "+352"
|
|
1060
|
+
label: "+352",
|
|
1061
1061
|
},
|
|
1062
1062
|
{
|
|
1063
1063
|
country_label: "Latvia",
|
|
@@ -1065,7 +1065,7 @@ let countries = [
|
|
|
1065
1065
|
unicode: "🇱🇻",
|
|
1066
1066
|
image:
|
|
1067
1067
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LV.svg",
|
|
1068
|
-
label: "+371"
|
|
1068
|
+
label: "+371",
|
|
1069
1069
|
},
|
|
1070
1070
|
{
|
|
1071
1071
|
country_label: "Libya",
|
|
@@ -1073,7 +1073,7 @@ let countries = [
|
|
|
1073
1073
|
unicode: "🇱🇾",
|
|
1074
1074
|
image:
|
|
1075
1075
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/LY.svg",
|
|
1076
|
-
label: "+218"
|
|
1076
|
+
label: "+218",
|
|
1077
1077
|
},
|
|
1078
1078
|
{
|
|
1079
1079
|
country_label: "Morocco",
|
|
@@ -1081,7 +1081,7 @@ let countries = [
|
|
|
1081
1081
|
unicode: "🇲🇦",
|
|
1082
1082
|
image:
|
|
1083
1083
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MA.svg",
|
|
1084
|
-
label: "+212"
|
|
1084
|
+
label: "+212",
|
|
1085
1085
|
},
|
|
1086
1086
|
{
|
|
1087
1087
|
country_label: "Monaco",
|
|
@@ -1089,7 +1089,7 @@ let countries = [
|
|
|
1089
1089
|
unicode: "🇲🇨",
|
|
1090
1090
|
image:
|
|
1091
1091
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MC.svg",
|
|
1092
|
-
label: "+377"
|
|
1092
|
+
label: "+377",
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
1095
|
country_label: "Moldova",
|
|
@@ -1097,7 +1097,7 @@ let countries = [
|
|
|
1097
1097
|
unicode: "🇲🇩",
|
|
1098
1098
|
image:
|
|
1099
1099
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MD.svg",
|
|
1100
|
-
label: "+373"
|
|
1100
|
+
label: "+373",
|
|
1101
1101
|
},
|
|
1102
1102
|
{
|
|
1103
1103
|
country_label: "Montenegro",
|
|
@@ -1105,7 +1105,7 @@ let countries = [
|
|
|
1105
1105
|
unicode: "🇲🇪",
|
|
1106
1106
|
image:
|
|
1107
1107
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ME.svg",
|
|
1108
|
-
label: "+382"
|
|
1108
|
+
label: "+382",
|
|
1109
1109
|
},
|
|
1110
1110
|
{
|
|
1111
1111
|
country_label: "St. Martin",
|
|
@@ -1113,7 +1113,7 @@ let countries = [
|
|
|
1113
1113
|
unicode: "🇲🇫",
|
|
1114
1114
|
image:
|
|
1115
1115
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MF.svg",
|
|
1116
|
-
label: "+590"
|
|
1116
|
+
label: "+590",
|
|
1117
1117
|
},
|
|
1118
1118
|
{
|
|
1119
1119
|
country_label: "Madagascar",
|
|
@@ -1121,7 +1121,7 @@ let countries = [
|
|
|
1121
1121
|
unicode: "🇲🇬",
|
|
1122
1122
|
image:
|
|
1123
1123
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MG.svg",
|
|
1124
|
-
label: "+261"
|
|
1124
|
+
label: "+261",
|
|
1125
1125
|
},
|
|
1126
1126
|
{
|
|
1127
1127
|
country_label: "Marshall Islands",
|
|
@@ -1129,7 +1129,7 @@ let countries = [
|
|
|
1129
1129
|
unicode: "🇲🇭",
|
|
1130
1130
|
image:
|
|
1131
1131
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MH.svg",
|
|
1132
|
-
label: "+692"
|
|
1132
|
+
label: "+692",
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
|
1135
1135
|
country_label: "North Macedonia",
|
|
@@ -1137,7 +1137,7 @@ let countries = [
|
|
|
1137
1137
|
unicode: "🇲🇰",
|
|
1138
1138
|
image:
|
|
1139
1139
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MK.svg",
|
|
1140
|
-
label: "+389"
|
|
1140
|
+
label: "+389",
|
|
1141
1141
|
},
|
|
1142
1142
|
{
|
|
1143
1143
|
country_label: "Mali",
|
|
@@ -1145,7 +1145,7 @@ let countries = [
|
|
|
1145
1145
|
unicode: "🇲🇱",
|
|
1146
1146
|
image:
|
|
1147
1147
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ML.svg",
|
|
1148
|
-
label: "+223"
|
|
1148
|
+
label: "+223",
|
|
1149
1149
|
},
|
|
1150
1150
|
{
|
|
1151
1151
|
country_label: "Myanmar (Burma)",
|
|
@@ -1153,7 +1153,7 @@ let countries = [
|
|
|
1153
1153
|
unicode: "🇲🇲",
|
|
1154
1154
|
image:
|
|
1155
1155
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MM.svg",
|
|
1156
|
-
label: "+95"
|
|
1156
|
+
label: "+95",
|
|
1157
1157
|
},
|
|
1158
1158
|
{
|
|
1159
1159
|
country_label: "Mongolia",
|
|
@@ -1161,7 +1161,7 @@ let countries = [
|
|
|
1161
1161
|
unicode: "🇲🇳",
|
|
1162
1162
|
image:
|
|
1163
1163
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MN.svg",
|
|
1164
|
-
label: "+976"
|
|
1164
|
+
label: "+976",
|
|
1165
1165
|
},
|
|
1166
1166
|
{
|
|
1167
1167
|
country_label: "Macao SAR China",
|
|
@@ -1169,7 +1169,7 @@ let countries = [
|
|
|
1169
1169
|
unicode: "🇲🇴",
|
|
1170
1170
|
image:
|
|
1171
1171
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MO.svg",
|
|
1172
|
-
label: "+853"
|
|
1172
|
+
label: "+853",
|
|
1173
1173
|
},
|
|
1174
1174
|
{
|
|
1175
1175
|
country_label: "Northern Mariana Islands",
|
|
@@ -1177,7 +1177,7 @@ let countries = [
|
|
|
1177
1177
|
unicode: "🇲🇵",
|
|
1178
1178
|
image:
|
|
1179
1179
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MP.svg",
|
|
1180
|
-
label: "+1670"
|
|
1180
|
+
label: "+1670",
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
|
1183
1183
|
country_label: "Martinique",
|
|
@@ -1185,7 +1185,7 @@ let countries = [
|
|
|
1185
1185
|
unicode: "🇲🇶",
|
|
1186
1186
|
image:
|
|
1187
1187
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MQ.svg",
|
|
1188
|
-
label: "+596"
|
|
1188
|
+
label: "+596",
|
|
1189
1189
|
},
|
|
1190
1190
|
{
|
|
1191
1191
|
country_label: "Mauritania",
|
|
@@ -1193,7 +1193,7 @@ let countries = [
|
|
|
1193
1193
|
unicode: "🇲🇷",
|
|
1194
1194
|
image:
|
|
1195
1195
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MR.svg",
|
|
1196
|
-
label: "+222"
|
|
1196
|
+
label: "+222",
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
country_label: "Montserrat",
|
|
@@ -1201,7 +1201,7 @@ let countries = [
|
|
|
1201
1201
|
unicode: "🇲🇸",
|
|
1202
1202
|
image:
|
|
1203
1203
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MS.svg",
|
|
1204
|
-
label: "+1664"
|
|
1204
|
+
label: "+1664",
|
|
1205
1205
|
},
|
|
1206
1206
|
{
|
|
1207
1207
|
country_label: "Malta",
|
|
@@ -1209,7 +1209,7 @@ let countries = [
|
|
|
1209
1209
|
unicode: "🇲🇹",
|
|
1210
1210
|
image:
|
|
1211
1211
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MT.svg",
|
|
1212
|
-
label: "+356"
|
|
1212
|
+
label: "+356",
|
|
1213
1213
|
},
|
|
1214
1214
|
{
|
|
1215
1215
|
country_label: "Mauritius",
|
|
@@ -1217,7 +1217,7 @@ let countries = [
|
|
|
1217
1217
|
unicode: "🇲🇺",
|
|
1218
1218
|
image:
|
|
1219
1219
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MU.svg",
|
|
1220
|
-
label: "+230"
|
|
1220
|
+
label: "+230",
|
|
1221
1221
|
},
|
|
1222
1222
|
{
|
|
1223
1223
|
country_label: "Maldives",
|
|
@@ -1225,7 +1225,7 @@ let countries = [
|
|
|
1225
1225
|
unicode: "🇲🇻",
|
|
1226
1226
|
image:
|
|
1227
1227
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MV.svg",
|
|
1228
|
-
label: "+960"
|
|
1228
|
+
label: "+960",
|
|
1229
1229
|
},
|
|
1230
1230
|
{
|
|
1231
1231
|
country_label: "Malawi",
|
|
@@ -1233,7 +1233,7 @@ let countries = [
|
|
|
1233
1233
|
unicode: "🇲🇼",
|
|
1234
1234
|
image:
|
|
1235
1235
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MW.svg",
|
|
1236
|
-
label: "+265"
|
|
1236
|
+
label: "+265",
|
|
1237
1237
|
},
|
|
1238
1238
|
{
|
|
1239
1239
|
country_label: "Mexico",
|
|
@@ -1241,7 +1241,7 @@ let countries = [
|
|
|
1241
1241
|
unicode: "🇲🇽",
|
|
1242
1242
|
image:
|
|
1243
1243
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MX.svg",
|
|
1244
|
-
label: "+52"
|
|
1244
|
+
label: "+52",
|
|
1245
1245
|
},
|
|
1246
1246
|
{
|
|
1247
1247
|
country_label: "Malaysia",
|
|
@@ -1249,7 +1249,7 @@ let countries = [
|
|
|
1249
1249
|
unicode: "🇲🇾",
|
|
1250
1250
|
image:
|
|
1251
1251
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MY.svg",
|
|
1252
|
-
label: "+60"
|
|
1252
|
+
label: "+60",
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
country_label: "Mozambique",
|
|
@@ -1257,7 +1257,7 @@ let countries = [
|
|
|
1257
1257
|
unicode: "🇲🇿",
|
|
1258
1258
|
image:
|
|
1259
1259
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/MZ.svg",
|
|
1260
|
-
label: "+258"
|
|
1260
|
+
label: "+258",
|
|
1261
1261
|
},
|
|
1262
1262
|
{
|
|
1263
1263
|
country_label: "Namibia",
|
|
@@ -1265,7 +1265,7 @@ let countries = [
|
|
|
1265
1265
|
unicode: "🇳🇦",
|
|
1266
1266
|
image:
|
|
1267
1267
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NA.svg",
|
|
1268
|
-
label: "+264"
|
|
1268
|
+
label: "+264",
|
|
1269
1269
|
},
|
|
1270
1270
|
{
|
|
1271
1271
|
country_label: "New Caledonia",
|
|
@@ -1273,7 +1273,7 @@ let countries = [
|
|
|
1273
1273
|
unicode: "🇳🇨",
|
|
1274
1274
|
image:
|
|
1275
1275
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NC.svg",
|
|
1276
|
-
label: "+687"
|
|
1276
|
+
label: "+687",
|
|
1277
1277
|
},
|
|
1278
1278
|
{
|
|
1279
1279
|
country_label: "Niger",
|
|
@@ -1281,7 +1281,7 @@ let countries = [
|
|
|
1281
1281
|
unicode: "🇳🇪",
|
|
1282
1282
|
image:
|
|
1283
1283
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NE.svg",
|
|
1284
|
-
label: "+227"
|
|
1284
|
+
label: "+227",
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
1287
|
country_label: "Norfolk Island",
|
|
@@ -1289,7 +1289,7 @@ let countries = [
|
|
|
1289
1289
|
unicode: "🇳🇫",
|
|
1290
1290
|
image:
|
|
1291
1291
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NF.svg",
|
|
1292
|
-
label: "+672"
|
|
1292
|
+
label: "+672",
|
|
1293
1293
|
},
|
|
1294
1294
|
{
|
|
1295
1295
|
country_label: "Nigeria",
|
|
@@ -1297,7 +1297,7 @@ let countries = [
|
|
|
1297
1297
|
unicode: "🇳🇬",
|
|
1298
1298
|
image:
|
|
1299
1299
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NG.svg",
|
|
1300
|
-
label: "+234"
|
|
1300
|
+
label: "+234",
|
|
1301
1301
|
},
|
|
1302
1302
|
{
|
|
1303
1303
|
country_label: "Nicaragua",
|
|
@@ -1305,7 +1305,7 @@ let countries = [
|
|
|
1305
1305
|
unicode: "🇳🇮",
|
|
1306
1306
|
image:
|
|
1307
1307
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NI.svg",
|
|
1308
|
-
label: "+505"
|
|
1308
|
+
label: "+505",
|
|
1309
1309
|
},
|
|
1310
1310
|
{
|
|
1311
1311
|
country_label: "Netherlands",
|
|
@@ -1313,7 +1313,7 @@ let countries = [
|
|
|
1313
1313
|
unicode: "🇳🇱",
|
|
1314
1314
|
image:
|
|
1315
1315
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NL.svg",
|
|
1316
|
-
label: "+31"
|
|
1316
|
+
label: "+31",
|
|
1317
1317
|
},
|
|
1318
1318
|
{
|
|
1319
1319
|
country_label: "Norway",
|
|
@@ -1321,7 +1321,7 @@ let countries = [
|
|
|
1321
1321
|
unicode: "🇳🇴",
|
|
1322
1322
|
image:
|
|
1323
1323
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NO.svg",
|
|
1324
|
-
label: "+47"
|
|
1324
|
+
label: "+47",
|
|
1325
1325
|
},
|
|
1326
1326
|
{
|
|
1327
1327
|
country_label: "Nepal",
|
|
@@ -1329,7 +1329,7 @@ let countries = [
|
|
|
1329
1329
|
unicode: "🇳🇵",
|
|
1330
1330
|
image:
|
|
1331
1331
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NP.svg",
|
|
1332
|
-
label: "+977"
|
|
1332
|
+
label: "+977",
|
|
1333
1333
|
},
|
|
1334
1334
|
{
|
|
1335
1335
|
country_label: "Nauru",
|
|
@@ -1337,7 +1337,7 @@ let countries = [
|
|
|
1337
1337
|
unicode: "🇳🇷",
|
|
1338
1338
|
image:
|
|
1339
1339
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NR.svg",
|
|
1340
|
-
label: "+674"
|
|
1340
|
+
label: "+674",
|
|
1341
1341
|
},
|
|
1342
1342
|
{
|
|
1343
1343
|
country_label: "Niue",
|
|
@@ -1345,7 +1345,7 @@ let countries = [
|
|
|
1345
1345
|
unicode: "🇳🇺",
|
|
1346
1346
|
image:
|
|
1347
1347
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NU.svg",
|
|
1348
|
-
label: "+683"
|
|
1348
|
+
label: "+683",
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
country_label: "New Zealand",
|
|
@@ -1353,7 +1353,7 @@ let countries = [
|
|
|
1353
1353
|
unicode: "🇳🇿",
|
|
1354
1354
|
image:
|
|
1355
1355
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/NZ.svg",
|
|
1356
|
-
label: "+64"
|
|
1356
|
+
label: "+64",
|
|
1357
1357
|
},
|
|
1358
1358
|
|
|
1359
1359
|
{
|
|
@@ -1362,7 +1362,7 @@ let countries = [
|
|
|
1362
1362
|
unicode: "🇵🇦",
|
|
1363
1363
|
image:
|
|
1364
1364
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PA.svg",
|
|
1365
|
-
label: "+507"
|
|
1365
|
+
label: "+507",
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
1368
|
country_label: "Peru",
|
|
@@ -1370,7 +1370,7 @@ let countries = [
|
|
|
1370
1370
|
unicode: "🇵🇪",
|
|
1371
1371
|
image:
|
|
1372
1372
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PE.svg",
|
|
1373
|
-
label: "+51"
|
|
1373
|
+
label: "+51",
|
|
1374
1374
|
},
|
|
1375
1375
|
{
|
|
1376
1376
|
country_label: "French Polynesia",
|
|
@@ -1378,7 +1378,7 @@ let countries = [
|
|
|
1378
1378
|
unicode: "🇵🇫",
|
|
1379
1379
|
image:
|
|
1380
1380
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PF.svg",
|
|
1381
|
-
label: "+689"
|
|
1381
|
+
label: "+689",
|
|
1382
1382
|
},
|
|
1383
1383
|
{
|
|
1384
1384
|
country_label: "Papua New Guinea",
|
|
@@ -1386,7 +1386,7 @@ let countries = [
|
|
|
1386
1386
|
unicode: "🇵🇬",
|
|
1387
1387
|
image:
|
|
1388
1388
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PG.svg",
|
|
1389
|
-
label: "+675"
|
|
1389
|
+
label: "+675",
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
1392
1392
|
country_label: "Philippines",
|
|
@@ -1394,7 +1394,7 @@ let countries = [
|
|
|
1394
1394
|
unicode: "🇵🇭",
|
|
1395
1395
|
image:
|
|
1396
1396
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PH.svg",
|
|
1397
|
-
label: "+63"
|
|
1397
|
+
label: "+63",
|
|
1398
1398
|
},
|
|
1399
1399
|
{
|
|
1400
1400
|
country_label: "Pakistan",
|
|
@@ -1402,7 +1402,7 @@ let countries = [
|
|
|
1402
1402
|
unicode: "🇵🇰",
|
|
1403
1403
|
image:
|
|
1404
1404
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PK.svg",
|
|
1405
|
-
label: "+92"
|
|
1405
|
+
label: "+92",
|
|
1406
1406
|
},
|
|
1407
1407
|
{
|
|
1408
1408
|
country_label: "Poland",
|
|
@@ -1410,7 +1410,7 @@ let countries = [
|
|
|
1410
1410
|
unicode: "🇵🇱",
|
|
1411
1411
|
image:
|
|
1412
1412
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PL.svg",
|
|
1413
|
-
label: "+48"
|
|
1413
|
+
label: "+48",
|
|
1414
1414
|
},
|
|
1415
1415
|
{
|
|
1416
1416
|
country_label: "St. Pierre & Miquelon",
|
|
@@ -1418,7 +1418,7 @@ let countries = [
|
|
|
1418
1418
|
unicode: "🇵🇲",
|
|
1419
1419
|
image:
|
|
1420
1420
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PM.svg",
|
|
1421
|
-
label: "+508"
|
|
1421
|
+
label: "+508",
|
|
1422
1422
|
},
|
|
1423
1423
|
{
|
|
1424
1424
|
country_label: "Pitcairn Islands",
|
|
@@ -1426,7 +1426,7 @@ let countries = [
|
|
|
1426
1426
|
unicode: "🇵🇳",
|
|
1427
1427
|
image:
|
|
1428
1428
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PN.svg",
|
|
1429
|
-
label: "+872"
|
|
1429
|
+
label: "+872",
|
|
1430
1430
|
},
|
|
1431
1431
|
{
|
|
1432
1432
|
country_label: "Puerto Rico",
|
|
@@ -1434,7 +1434,7 @@ let countries = [
|
|
|
1434
1434
|
unicode: "🇵🇷",
|
|
1435
1435
|
image:
|
|
1436
1436
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PR.svg",
|
|
1437
|
-
label: "+1939"
|
|
1437
|
+
label: "+1939",
|
|
1438
1438
|
},
|
|
1439
1439
|
{
|
|
1440
1440
|
country_label: "Palestinian Territories",
|
|
@@ -1442,7 +1442,7 @@ let countries = [
|
|
|
1442
1442
|
unicode: "🇵🇸",
|
|
1443
1443
|
image:
|
|
1444
1444
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PS.svg",
|
|
1445
|
-
label: "+970"
|
|
1445
|
+
label: "+970",
|
|
1446
1446
|
},
|
|
1447
1447
|
{
|
|
1448
1448
|
country_label: "Portugal",
|
|
@@ -1450,7 +1450,7 @@ let countries = [
|
|
|
1450
1450
|
unicode: "🇵🇹",
|
|
1451
1451
|
image:
|
|
1452
1452
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PT.svg",
|
|
1453
|
-
label: "+351"
|
|
1453
|
+
label: "+351",
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
1456
1456
|
country_label: "Palau",
|
|
@@ -1458,7 +1458,7 @@ let countries = [
|
|
|
1458
1458
|
unicode: "🇵🇼",
|
|
1459
1459
|
image:
|
|
1460
1460
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PW.svg",
|
|
1461
|
-
label: "+680"
|
|
1461
|
+
label: "+680",
|
|
1462
1462
|
},
|
|
1463
1463
|
{
|
|
1464
1464
|
country_label: "Paraguay",
|
|
@@ -1466,7 +1466,7 @@ let countries = [
|
|
|
1466
1466
|
unicode: "🇵🇾",
|
|
1467
1467
|
image:
|
|
1468
1468
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/PY.svg",
|
|
1469
|
-
label: "+595"
|
|
1469
|
+
label: "+595",
|
|
1470
1470
|
},
|
|
1471
1471
|
|
|
1472
1472
|
{
|
|
@@ -1475,7 +1475,7 @@ let countries = [
|
|
|
1475
1475
|
unicode: "🇷🇪",
|
|
1476
1476
|
image:
|
|
1477
1477
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/RE.svg",
|
|
1478
|
-
label: "+262"
|
|
1478
|
+
label: "+262",
|
|
1479
1479
|
},
|
|
1480
1480
|
{
|
|
1481
1481
|
country_label: "Romania",
|
|
@@ -1483,7 +1483,7 @@ let countries = [
|
|
|
1483
1483
|
unicode: "🇷🇴",
|
|
1484
1484
|
image:
|
|
1485
1485
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/RO.svg",
|
|
1486
|
-
label: "+40"
|
|
1486
|
+
label: "+40",
|
|
1487
1487
|
},
|
|
1488
1488
|
{
|
|
1489
1489
|
country_label: "Serbia",
|
|
@@ -1491,7 +1491,7 @@ let countries = [
|
|
|
1491
1491
|
unicode: "🇷🇸",
|
|
1492
1492
|
image:
|
|
1493
1493
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/RS.svg",
|
|
1494
|
-
label: "+381"
|
|
1494
|
+
label: "+381",
|
|
1495
1495
|
},
|
|
1496
1496
|
{
|
|
1497
1497
|
country_label: "Russia",
|
|
@@ -1499,7 +1499,7 @@ let countries = [
|
|
|
1499
1499
|
unicode: "🇷🇺",
|
|
1500
1500
|
image:
|
|
1501
1501
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/RU.svg",
|
|
1502
|
-
label: "+7"
|
|
1502
|
+
label: "+7",
|
|
1503
1503
|
},
|
|
1504
1504
|
{
|
|
1505
1505
|
country_label: "Rwanda",
|
|
@@ -1507,7 +1507,7 @@ let countries = [
|
|
|
1507
1507
|
unicode: "🇷🇼",
|
|
1508
1508
|
image:
|
|
1509
1509
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/RW.svg",
|
|
1510
|
-
label: "+250"
|
|
1510
|
+
label: "+250",
|
|
1511
1511
|
},
|
|
1512
1512
|
|
|
1513
1513
|
{
|
|
@@ -1516,7 +1516,7 @@ let countries = [
|
|
|
1516
1516
|
unicode: "🇸🇧",
|
|
1517
1517
|
image:
|
|
1518
1518
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SB.svg",
|
|
1519
|
-
label: "+677"
|
|
1519
|
+
label: "+677",
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
country_label: "Seychelles",
|
|
@@ -1524,7 +1524,7 @@ let countries = [
|
|
|
1524
1524
|
unicode: "🇸🇨",
|
|
1525
1525
|
image:
|
|
1526
1526
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SC.svg",
|
|
1527
|
-
label: "+248"
|
|
1527
|
+
label: "+248",
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|
|
1530
1530
|
country_label: "Sudan",
|
|
@@ -1532,7 +1532,7 @@ let countries = [
|
|
|
1532
1532
|
unicode: "🇸🇩",
|
|
1533
1533
|
image:
|
|
1534
1534
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SD.svg",
|
|
1535
|
-
label: "+249"
|
|
1535
|
+
label: "+249",
|
|
1536
1536
|
},
|
|
1537
1537
|
{
|
|
1538
1538
|
country_label: "Sweden",
|
|
@@ -1540,7 +1540,7 @@ let countries = [
|
|
|
1540
1540
|
unicode: "🇸🇪",
|
|
1541
1541
|
image:
|
|
1542
1542
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SE.svg",
|
|
1543
|
-
label: "+46"
|
|
1543
|
+
label: "+46",
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
1546
|
country_label: "Singapore",
|
|
@@ -1548,7 +1548,7 @@ let countries = [
|
|
|
1548
1548
|
unicode: "🇸🇬",
|
|
1549
1549
|
image:
|
|
1550
1550
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SG.svg",
|
|
1551
|
-
label: "+65"
|
|
1551
|
+
label: "+65",
|
|
1552
1552
|
},
|
|
1553
1553
|
{
|
|
1554
1554
|
country_label: "St. Helena",
|
|
@@ -1556,7 +1556,7 @@ let countries = [
|
|
|
1556
1556
|
unicode: "🇸🇭",
|
|
1557
1557
|
image:
|
|
1558
1558
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SH.svg",
|
|
1559
|
-
label: "+290"
|
|
1559
|
+
label: "+290",
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
country_label: "Slovenia",
|
|
@@ -1564,7 +1564,7 @@ let countries = [
|
|
|
1564
1564
|
unicode: "🇸🇮",
|
|
1565
1565
|
image:
|
|
1566
1566
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SI.svg",
|
|
1567
|
-
label: "+386"
|
|
1567
|
+
label: "+386",
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
country_label: "Svalbard & Jan Mayen",
|
|
@@ -1572,7 +1572,7 @@ let countries = [
|
|
|
1572
1572
|
unicode: "🇸🇯",
|
|
1573
1573
|
image:
|
|
1574
1574
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SJ.svg",
|
|
1575
|
-
label: "+47"
|
|
1575
|
+
label: "+47",
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
country_label: "Slovakia",
|
|
@@ -1580,7 +1580,7 @@ let countries = [
|
|
|
1580
1580
|
unicode: "🇸🇰",
|
|
1581
1581
|
image:
|
|
1582
1582
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SK.svg",
|
|
1583
|
-
label: "+421"
|
|
1583
|
+
label: "+421",
|
|
1584
1584
|
},
|
|
1585
1585
|
{
|
|
1586
1586
|
country_label: "Sierra Leone",
|
|
@@ -1588,7 +1588,7 @@ let countries = [
|
|
|
1588
1588
|
unicode: "🇸🇱",
|
|
1589
1589
|
image:
|
|
1590
1590
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SL.svg",
|
|
1591
|
-
label: "+232"
|
|
1591
|
+
label: "+232",
|
|
1592
1592
|
},
|
|
1593
1593
|
{
|
|
1594
1594
|
country_label: "San Marino",
|
|
@@ -1596,7 +1596,7 @@ let countries = [
|
|
|
1596
1596
|
unicode: "🇸🇲",
|
|
1597
1597
|
image:
|
|
1598
1598
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SM.svg",
|
|
1599
|
-
label: "+378"
|
|
1599
|
+
label: "+378",
|
|
1600
1600
|
},
|
|
1601
1601
|
{
|
|
1602
1602
|
country_label: "Senegal",
|
|
@@ -1604,7 +1604,7 @@ let countries = [
|
|
|
1604
1604
|
unicode: "🇸🇳",
|
|
1605
1605
|
image:
|
|
1606
1606
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SN.svg",
|
|
1607
|
-
label: "+221"
|
|
1607
|
+
label: "+221",
|
|
1608
1608
|
},
|
|
1609
1609
|
{
|
|
1610
1610
|
country_label: "Somalia",
|
|
@@ -1612,7 +1612,7 @@ let countries = [
|
|
|
1612
1612
|
unicode: "🇸🇴",
|
|
1613
1613
|
image:
|
|
1614
1614
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SO.svg",
|
|
1615
|
-
label: "+252"
|
|
1615
|
+
label: "+252",
|
|
1616
1616
|
},
|
|
1617
1617
|
{
|
|
1618
1618
|
country_label: "Suriname",
|
|
@@ -1620,7 +1620,7 @@ let countries = [
|
|
|
1620
1620
|
unicode: "🇸🇷",
|
|
1621
1621
|
image:
|
|
1622
1622
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SR.svg",
|
|
1623
|
-
label: "+597"
|
|
1623
|
+
label: "+597",
|
|
1624
1624
|
},
|
|
1625
1625
|
{
|
|
1626
1626
|
country_label: "South Sudan",
|
|
@@ -1628,7 +1628,7 @@ let countries = [
|
|
|
1628
1628
|
unicode: "🇸🇸",
|
|
1629
1629
|
image:
|
|
1630
1630
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SS.svg",
|
|
1631
|
-
label: "+211"
|
|
1631
|
+
label: "+211",
|
|
1632
1632
|
},
|
|
1633
1633
|
{
|
|
1634
1634
|
country_label: "São Tomé & Príncipe",
|
|
@@ -1636,7 +1636,7 @@ let countries = [
|
|
|
1636
1636
|
unicode: "🇸🇹",
|
|
1637
1637
|
image:
|
|
1638
1638
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ST.svg",
|
|
1639
|
-
label: "+239"
|
|
1639
|
+
label: "+239",
|
|
1640
1640
|
},
|
|
1641
1641
|
{
|
|
1642
1642
|
country_label: "El Salvador",
|
|
@@ -1644,7 +1644,7 @@ let countries = [
|
|
|
1644
1644
|
unicode: "🇸🇻",
|
|
1645
1645
|
image:
|
|
1646
1646
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SV.svg",
|
|
1647
|
-
label: "+503"
|
|
1647
|
+
label: "+503",
|
|
1648
1648
|
},
|
|
1649
1649
|
{
|
|
1650
1650
|
country_label: "Syria",
|
|
@@ -1652,7 +1652,7 @@ let countries = [
|
|
|
1652
1652
|
unicode: "🇸🇾",
|
|
1653
1653
|
image:
|
|
1654
1654
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SY.svg",
|
|
1655
|
-
label: "+963"
|
|
1655
|
+
label: "+963",
|
|
1656
1656
|
},
|
|
1657
1657
|
{
|
|
1658
1658
|
country_label: "Eswatini",
|
|
@@ -1660,7 +1660,7 @@ let countries = [
|
|
|
1660
1660
|
unicode: "🇸🇿",
|
|
1661
1661
|
image:
|
|
1662
1662
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/SZ.svg",
|
|
1663
|
-
label: "+268"
|
|
1663
|
+
label: "+268",
|
|
1664
1664
|
},
|
|
1665
1665
|
{
|
|
1666
1666
|
country_label: "Turks & Caicos Islands",
|
|
@@ -1668,7 +1668,7 @@ let countries = [
|
|
|
1668
1668
|
unicode: "🇹🇨",
|
|
1669
1669
|
image:
|
|
1670
1670
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TC.svg",
|
|
1671
|
-
label: "+1649"
|
|
1671
|
+
label: "+1649",
|
|
1672
1672
|
},
|
|
1673
1673
|
{
|
|
1674
1674
|
country_label: "Chad",
|
|
@@ -1676,7 +1676,7 @@ let countries = [
|
|
|
1676
1676
|
unicode: "🇹🇩",
|
|
1677
1677
|
image:
|
|
1678
1678
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TD.svg",
|
|
1679
|
-
label: "+235"
|
|
1679
|
+
label: "+235",
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
1682
|
country_label: "Togo",
|
|
@@ -1684,7 +1684,7 @@ let countries = [
|
|
|
1684
1684
|
unicode: "🇹🇬",
|
|
1685
1685
|
image:
|
|
1686
1686
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TG.svg",
|
|
1687
|
-
label: "+228"
|
|
1687
|
+
label: "+228",
|
|
1688
1688
|
},
|
|
1689
1689
|
{
|
|
1690
1690
|
country_label: "Thailand",
|
|
@@ -1692,7 +1692,7 @@ let countries = [
|
|
|
1692
1692
|
unicode: "🇹🇭",
|
|
1693
1693
|
image:
|
|
1694
1694
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TH.svg",
|
|
1695
|
-
label: "+66"
|
|
1695
|
+
label: "+66",
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
1698
1698
|
country_label: "Tajikistan",
|
|
@@ -1700,7 +1700,7 @@ let countries = [
|
|
|
1700
1700
|
unicode: "🇹🇯",
|
|
1701
1701
|
image:
|
|
1702
1702
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TJ.svg",
|
|
1703
|
-
label: "+992"
|
|
1703
|
+
label: "+992",
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
1706
|
country_label: "Tokelau",
|
|
@@ -1708,7 +1708,7 @@ let countries = [
|
|
|
1708
1708
|
unicode: "🇹🇰",
|
|
1709
1709
|
image:
|
|
1710
1710
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TK.svg",
|
|
1711
|
-
label: "+690"
|
|
1711
|
+
label: "+690",
|
|
1712
1712
|
},
|
|
1713
1713
|
{
|
|
1714
1714
|
country_label: "Timor-Leste",
|
|
@@ -1716,7 +1716,7 @@ let countries = [
|
|
|
1716
1716
|
unicode: "🇹🇱",
|
|
1717
1717
|
image:
|
|
1718
1718
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TL.svg",
|
|
1719
|
-
label: "+670"
|
|
1719
|
+
label: "+670",
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
1722
|
country_label: "Turkmenistan",
|
|
@@ -1724,7 +1724,7 @@ let countries = [
|
|
|
1724
1724
|
unicode: "🇹🇲",
|
|
1725
1725
|
image:
|
|
1726
1726
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TM.svg",
|
|
1727
|
-
label: "+993"
|
|
1727
|
+
label: "+993",
|
|
1728
1728
|
},
|
|
1729
1729
|
{
|
|
1730
1730
|
country_label: "Tunisia",
|
|
@@ -1732,7 +1732,7 @@ let countries = [
|
|
|
1732
1732
|
unicode: "🇹🇳",
|
|
1733
1733
|
image:
|
|
1734
1734
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TN.svg",
|
|
1735
|
-
label: "+216"
|
|
1735
|
+
label: "+216",
|
|
1736
1736
|
},
|
|
1737
1737
|
{
|
|
1738
1738
|
country_label: "Tonga",
|
|
@@ -1740,7 +1740,7 @@ let countries = [
|
|
|
1740
1740
|
unicode: "🇹🇴",
|
|
1741
1741
|
image:
|
|
1742
1742
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TO.svg",
|
|
1743
|
-
label: "+676"
|
|
1743
|
+
label: "+676",
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
1746
|
country_label: "Turkey",
|
|
@@ -1748,7 +1748,7 @@ let countries = [
|
|
|
1748
1748
|
unicode: "🇹🇷",
|
|
1749
1749
|
image:
|
|
1750
1750
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TR.svg",
|
|
1751
|
-
label: "+90"
|
|
1751
|
+
label: "+90",
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
country_label: "Trinidad & Tobago",
|
|
@@ -1756,7 +1756,7 @@ let countries = [
|
|
|
1756
1756
|
unicode: "🇹🇹",
|
|
1757
1757
|
image:
|
|
1758
1758
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TT.svg",
|
|
1759
|
-
label: "+1868"
|
|
1759
|
+
label: "+1868",
|
|
1760
1760
|
},
|
|
1761
1761
|
{
|
|
1762
1762
|
country_label: "Tuvalu",
|
|
@@ -1764,7 +1764,7 @@ let countries = [
|
|
|
1764
1764
|
unicode: "🇹🇻",
|
|
1765
1765
|
image:
|
|
1766
1766
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TV.svg",
|
|
1767
|
-
label: "+688"
|
|
1767
|
+
label: "+688",
|
|
1768
1768
|
},
|
|
1769
1769
|
{
|
|
1770
1770
|
country_label: "Taiwan",
|
|
@@ -1772,7 +1772,7 @@ let countries = [
|
|
|
1772
1772
|
unicode: "🇹🇼",
|
|
1773
1773
|
image:
|
|
1774
1774
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TW.svg",
|
|
1775
|
-
label: "+886"
|
|
1775
|
+
label: "+886",
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
1778
|
country_label: "Tanzania",
|
|
@@ -1780,7 +1780,7 @@ let countries = [
|
|
|
1780
1780
|
unicode: "🇹🇿",
|
|
1781
1781
|
image:
|
|
1782
1782
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/TZ.svg",
|
|
1783
|
-
label: "+255"
|
|
1783
|
+
label: "+255",
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
country_label: "Ukraine",
|
|
@@ -1788,7 +1788,7 @@ let countries = [
|
|
|
1788
1788
|
unicode: "🇺🇦",
|
|
1789
1789
|
image:
|
|
1790
1790
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/UA.svg",
|
|
1791
|
-
label: "+380"
|
|
1791
|
+
label: "+380",
|
|
1792
1792
|
},
|
|
1793
1793
|
{
|
|
1794
1794
|
country_label: "Uganda",
|
|
@@ -1796,7 +1796,7 @@ let countries = [
|
|
|
1796
1796
|
unicode: "🇺🇬",
|
|
1797
1797
|
image:
|
|
1798
1798
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/UG.svg",
|
|
1799
|
-
label: "+256"
|
|
1799
|
+
label: "+256",
|
|
1800
1800
|
},
|
|
1801
1801
|
{
|
|
1802
1802
|
country_label: "United States",
|
|
@@ -1804,7 +1804,7 @@ let countries = [
|
|
|
1804
1804
|
unicode: "🇺🇸",
|
|
1805
1805
|
image:
|
|
1806
1806
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/US.svg",
|
|
1807
|
-
label: "+1"
|
|
1807
|
+
label: "+1",
|
|
1808
1808
|
},
|
|
1809
1809
|
{
|
|
1810
1810
|
country_label: "Uruguay",
|
|
@@ -1812,7 +1812,7 @@ let countries = [
|
|
|
1812
1812
|
unicode: "🇺🇾",
|
|
1813
1813
|
image:
|
|
1814
1814
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/UY.svg",
|
|
1815
|
-
label: "+598"
|
|
1815
|
+
label: "+598",
|
|
1816
1816
|
},
|
|
1817
1817
|
{
|
|
1818
1818
|
country_label: "Uzbekistan",
|
|
@@ -1821,7 +1821,7 @@ let countries = [
|
|
|
1821
1821
|
unicode: "🇺🇿",
|
|
1822
1822
|
image:
|
|
1823
1823
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/UZ.svg",
|
|
1824
|
-
label: "+998"
|
|
1824
|
+
label: "+998",
|
|
1825
1825
|
},
|
|
1826
1826
|
{
|
|
1827
1827
|
country_label: "Vatican City",
|
|
@@ -1829,7 +1829,7 @@ let countries = [
|
|
|
1829
1829
|
unicode: "🇻🇦",
|
|
1830
1830
|
image:
|
|
1831
1831
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VA.svg",
|
|
1832
|
-
label: "+379"
|
|
1832
|
+
label: "+379",
|
|
1833
1833
|
},
|
|
1834
1834
|
{
|
|
1835
1835
|
country_label: "St. Vincent & Grenadines",
|
|
@@ -1837,7 +1837,7 @@ let countries = [
|
|
|
1837
1837
|
unicode: "🇻🇨",
|
|
1838
1838
|
image:
|
|
1839
1839
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VC.svg",
|
|
1840
|
-
label: "+1784"
|
|
1840
|
+
label: "+1784",
|
|
1841
1841
|
},
|
|
1842
1842
|
{
|
|
1843
1843
|
country_label: "Venezuela",
|
|
@@ -1845,7 +1845,7 @@ let countries = [
|
|
|
1845
1845
|
unicode: "🇻🇪",
|
|
1846
1846
|
image:
|
|
1847
1847
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VE.svg",
|
|
1848
|
-
label: "+58"
|
|
1848
|
+
label: "+58",
|
|
1849
1849
|
},
|
|
1850
1850
|
{
|
|
1851
1851
|
country_label: "British Virgin Islands",
|
|
@@ -1853,7 +1853,7 @@ let countries = [
|
|
|
1853
1853
|
unicode: "🇻🇬",
|
|
1854
1854
|
image:
|
|
1855
1855
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VG.svg",
|
|
1856
|
-
label: "+1284"
|
|
1856
|
+
label: "+1284",
|
|
1857
1857
|
},
|
|
1858
1858
|
{
|
|
1859
1859
|
country_label: "U.S. Virgin Islands",
|
|
@@ -1861,7 +1861,7 @@ let countries = [
|
|
|
1861
1861
|
unicode: "🇻🇮",
|
|
1862
1862
|
image:
|
|
1863
1863
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VI.svg",
|
|
1864
|
-
label: "+1340"
|
|
1864
|
+
label: "+1340",
|
|
1865
1865
|
},
|
|
1866
1866
|
{
|
|
1867
1867
|
country_label: "Vietnam",
|
|
@@ -1869,7 +1869,7 @@ let countries = [
|
|
|
1869
1869
|
unicode: "🇻🇳",
|
|
1870
1870
|
image:
|
|
1871
1871
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VN.svg",
|
|
1872
|
-
label: "+84"
|
|
1872
|
+
label: "+84",
|
|
1873
1873
|
},
|
|
1874
1874
|
{
|
|
1875
1875
|
country_label: "Vanuatu",
|
|
@@ -1877,7 +1877,7 @@ let countries = [
|
|
|
1877
1877
|
unicode: "🇻🇺",
|
|
1878
1878
|
image:
|
|
1879
1879
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/VU.svg",
|
|
1880
|
-
label: "+678"
|
|
1880
|
+
label: "+678",
|
|
1881
1881
|
},
|
|
1882
1882
|
{
|
|
1883
1883
|
country_label: "Wallis & Futuna",
|
|
@@ -1885,7 +1885,7 @@ let countries = [
|
|
|
1885
1885
|
unicode: "🇼🇫",
|
|
1886
1886
|
image:
|
|
1887
1887
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/WF.svg",
|
|
1888
|
-
label: "+681"
|
|
1888
|
+
label: "+681",
|
|
1889
1889
|
},
|
|
1890
1890
|
{
|
|
1891
1891
|
country_label: "Samoa",
|
|
@@ -1893,7 +1893,7 @@ let countries = [
|
|
|
1893
1893
|
unicode: "🇼🇸",
|
|
1894
1894
|
image:
|
|
1895
1895
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/WS.svg",
|
|
1896
|
-
label: "+685"
|
|
1896
|
+
label: "+685",
|
|
1897
1897
|
},
|
|
1898
1898
|
{
|
|
1899
1899
|
country_label: "Yemen",
|
|
@@ -1901,7 +1901,7 @@ let countries = [
|
|
|
1901
1901
|
unicode: "🇾🇪",
|
|
1902
1902
|
image:
|
|
1903
1903
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/YE.svg",
|
|
1904
|
-
label: "+967"
|
|
1904
|
+
label: "+967",
|
|
1905
1905
|
},
|
|
1906
1906
|
{
|
|
1907
1907
|
country_label: "Mayotte",
|
|
@@ -1909,7 +1909,7 @@ let countries = [
|
|
|
1909
1909
|
unicode: "🇾🇹",
|
|
1910
1910
|
image:
|
|
1911
1911
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/YT.svg",
|
|
1912
|
-
label: "+262"
|
|
1912
|
+
label: "+262",
|
|
1913
1913
|
},
|
|
1914
1914
|
{
|
|
1915
1915
|
country_label: "South Africa",
|
|
@@ -1917,7 +1917,7 @@ let countries = [
|
|
|
1917
1917
|
unicode: "🇿🇦",
|
|
1918
1918
|
image:
|
|
1919
1919
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ZA.svg",
|
|
1920
|
-
label: "+27"
|
|
1920
|
+
label: "+27",
|
|
1921
1921
|
},
|
|
1922
1922
|
{
|
|
1923
1923
|
country_label: "Zambia",
|
|
@@ -1925,7 +1925,7 @@ let countries = [
|
|
|
1925
1925
|
unicode: "🇿🇲",
|
|
1926
1926
|
image:
|
|
1927
1927
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ZM.svg",
|
|
1928
|
-
label: "+260"
|
|
1928
|
+
label: "+260",
|
|
1929
1929
|
},
|
|
1930
1930
|
{
|
|
1931
1931
|
country_label: "Zimbabwe",
|
|
@@ -1933,8 +1933,8 @@ let countries = [
|
|
|
1933
1933
|
unicode: "🇿🇼",
|
|
1934
1934
|
image:
|
|
1935
1935
|
"https://cdn.jsdelivr.net/npm/country-flag-emoji-json@2.0.0/dist/images/ZW.svg",
|
|
1936
|
-
label: "+263"
|
|
1937
|
-
}
|
|
1938
|
-
]
|
|
1936
|
+
label: "+263",
|
|
1937
|
+
},
|
|
1938
|
+
]
|
|
1939
1939
|
|
|
1940
|
-
export default countries
|
|
1940
|
+
export default countries
|