@anywayseo/tools 6.0.0 → 6.2.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.
- package/dist/components/index.cjs +3 -3
- package/dist/components/index.mjs +3 -3
- package/dist/components/seo/href-langs/index.d.ts +2 -2
- package/dist/components/seo/index.d.ts +2 -8
- package/dist/components/seo/open-graph/index.d.ts +8 -0
- package/dist/components/seo/utils.d.ts +2 -2
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/i18n/index.cjs +24 -12
- package/dist/i18n/index.mjs +24 -12
- package/dist/i18n/resources/bn/index.d.ts +331 -0
- package/dist/i18n/resources/cs/index.d.ts +331 -0
- package/dist/i18n/resources/el/index.d.ts +331 -0
- package/dist/i18n/resources/hu/index.d.ts +331 -0
- package/dist/i18n/resources/nb/index.d.ts +331 -0
- package/dist/i18n/resources/nl/index.d.ts +331 -0
- package/dist/i18n/resources/pl/index.d.ts +331 -0
- package/dist/i18n/resources/ro/index.d.ts +331 -0
- package/dist/i18n/resources/sr/index.d.ts +331 -0
- package/dist/i18n/resources/sv/index.d.ts +331 -0
- package/dist/i18n/resources/tr/index.d.ts +331 -0
- package/dist/i18n/resources/uz/index.d.ts +331 -0
- package/dist/{index-C7buhUOk.mjs → index-2sU4ya6z.mjs} +3 -3
- package/dist/{index-CUDzMwnz.mjs → index-B--qmL1V.mjs} +29 -20
- package/dist/{index-U-DmPFa7.mjs → index-B5WurBlm.mjs} +1 -1
- package/dist/{index-DJSBjQzq.js → index-BAxlqkw0.js} +2 -2
- package/dist/{index-BJsA8Upb.js → index-BKWX6mIo.js} +29 -20
- package/dist/{index-C1kr7Vd-.mjs → index-BS5T9Il4.mjs} +1 -1
- package/dist/{index-0AAkKSsc.mjs → index-BTfTkIed.mjs} +63 -9
- package/dist/{index-BhzKUTPZ.mjs → index-BtS01kyg.mjs} +45 -33
- package/dist/{index-RzByAgHO.mjs → index-C6A-3gBz.mjs} +4577 -432
- package/dist/{index-CBRFCYhV.js → index-CMLDQbgR.js} +4577 -432
- package/dist/{index-CVv755RW.js → index-CuIVcnIS.js} +1 -1
- package/dist/{index-BSAasfl2.js → index-CxuOu0E2.js} +3 -3
- package/dist/{index-DZc8PJET.js → index-DAPaiozu.js} +1 -1
- package/dist/{index-BU1gLt1p.js → index-DHKoOk4o.js} +54 -0
- package/dist/{index-B5SWTYZm.js → index-ISfgFSXE.js} +45 -33
- package/dist/{index-B5C9u9UE.mjs → index-TcBorTSf.mjs} +2 -2
- package/dist/index.cjs +11 -9
- package/dist/index.mjs +20 -18
- package/dist/layout/header/locale-switcher/icons/bangladesh/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/belgium/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/canada/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/czechia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/greece/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/hungary/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/index.d.ts +20 -1
- package/dist/layout/header/locale-switcher/icons/india/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/morocco/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/netherlands/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/nigeria/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/norway/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/poland/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/romania/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/serbia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/south-africa/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/sweden/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/switzerland/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/turkey/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/uzbekistan/index.d.ts +2 -0
- package/dist/layout/index.cjs +392 -48
- package/dist/layout/index.mjs +392 -48
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.mjs +2 -2
- package/dist/types/api/strapi-page.d.ts +13 -12
- package/dist/types/content/seo/index.d.ts +56 -3
- package/dist/types/i18n/index.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/seo/index.d.ts +2 -0
- package/dist/types/seo/open-graph/index.d.ts +11 -0
- package/dist/utils/api/strapi-guards.d.ts +2 -1
- package/dist/utils/api/strapi-seo.d.ts +2 -13
- package/dist/utils/index.cjs +5 -3
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +14 -12
- package/dist/utils/seo/index.d.ts +2 -0
- package/dist/utils/{json-ld → seo/json-ld}/index.d.ts +1 -1
- package/dist/utils/seo/open-graph/index.d.ts +15 -0
- package/package.json +1 -1
- package/dist/components/seo/types.d.ts +0 -14
- /package/dist/types/{json-ld → seo/json-ld}/index.d.ts +0 -0
package/dist/layout/index.cjs
CHANGED
|
@@ -3,13 +3,13 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
3
3
|
const react = require("@chakra-ui/react");
|
|
4
4
|
const reactI18next = require("react-i18next");
|
|
5
5
|
require("@mdx-js/react");
|
|
6
|
-
const index$1 = require("../index-
|
|
6
|
+
const index$1 = require("../index-DAPaiozu.js");
|
|
7
7
|
require("../index-C6MG_f24.js");
|
|
8
|
-
require("../index-
|
|
8
|
+
require("../index-CMLDQbgR.js");
|
|
9
9
|
const icons = require("@chakra-ui/icons");
|
|
10
10
|
require("react-medium-image-zoom");
|
|
11
11
|
const react$1 = require("react");
|
|
12
|
-
const index = require("../index-
|
|
12
|
+
const index = require("../index-CxuOu0E2.js");
|
|
13
13
|
require("i18next");
|
|
14
14
|
require("react-markdown");
|
|
15
15
|
const index$2 = require("../index-ov4J7p3D.js");
|
|
@@ -115,6 +115,25 @@ const ArgentinaIcon = (props) => {
|
|
|
115
115
|
] })
|
|
116
116
|
] });
|
|
117
117
|
};
|
|
118
|
+
const BangladeshIcon = (props) => {
|
|
119
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
120
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsBd0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
121
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsBd0)", children: [
|
|
122
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#496e2d", d: "M0 0h512v512H0z" }),
|
|
123
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "200.3", cy: "256", r: "111.3", fill: "#d80027" })
|
|
124
|
+
] })
|
|
125
|
+
] });
|
|
126
|
+
};
|
|
127
|
+
const BelgiumIcon = (props) => {
|
|
128
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
129
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsBe0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
130
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsBe0)", children: [
|
|
131
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#333", d: "M0 0h167l38.2 252.6L167 512H0z" }),
|
|
132
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M345 0h167v512H345l-36.7-256z" }),
|
|
133
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#ffda44", d: "M167 0h178v512H167z" })
|
|
134
|
+
] })
|
|
135
|
+
] });
|
|
136
|
+
};
|
|
118
137
|
const BoliviaIcon = (props) => {
|
|
119
138
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
120
139
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsBo0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -158,6 +177,22 @@ const BulgariaIcon = (props) => {
|
|
|
158
177
|
] })
|
|
159
178
|
] });
|
|
160
179
|
};
|
|
180
|
+
const CanadaIcon = (props) => {
|
|
181
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
182
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsCa0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
183
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsCa0)", children: [
|
|
184
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M0 0v512h144l112-64l112 64h144V0H368L256 64L144 0Z" }),
|
|
185
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M144 0h224v512H144Z" }),
|
|
186
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
187
|
+
"path",
|
|
188
|
+
{
|
|
189
|
+
fill: "#d80027",
|
|
190
|
+
d: "m301 289l44-22l-22-11v-22l-45 22l23-44h-23l-22-34l-22 33h-23l23 45l-45-22v22l-22 11l45 22l-12 23h45v33h22v-33h45z"
|
|
191
|
+
}
|
|
192
|
+
)
|
|
193
|
+
] })
|
|
194
|
+
] });
|
|
195
|
+
};
|
|
161
196
|
const ChileIcon = (props) => {
|
|
162
197
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
163
198
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsCl0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -194,6 +229,16 @@ const CostaRicaIcon = (props) => {
|
|
|
194
229
|
] })
|
|
195
230
|
] });
|
|
196
231
|
};
|
|
232
|
+
const CzechiaIcon = (props) => {
|
|
233
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
234
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsCz0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
235
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsCz0)", children: [
|
|
236
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M0 0h512v256l-265 45.2z" }),
|
|
237
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M210 256h302v256H0z" }),
|
|
238
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "M0 0v512l256-256z" })
|
|
239
|
+
] })
|
|
240
|
+
] });
|
|
241
|
+
};
|
|
197
242
|
const DenmarkIcon = (props) => {
|
|
198
243
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
199
244
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsDk0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -312,6 +357,27 @@ const GlobeIcon = (props) => {
|
|
|
312
357
|
}
|
|
313
358
|
) });
|
|
314
359
|
};
|
|
360
|
+
const GreeceIcon = (props) => {
|
|
361
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
362
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsGr0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
363
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsGr0)", children: [
|
|
364
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
365
|
+
"path",
|
|
366
|
+
{
|
|
367
|
+
fill: "#0052b4",
|
|
368
|
+
d: "M0 0h99l29 32l28-32h356v57l-32 28l32 29v57l-32 28l32 29v57l-32 28l32 28v57l-32 29l32 28v57H0v-57l32-28l-32-29v-56l32-29l-32-28V171l32-29l-32-28Z"
|
|
369
|
+
}
|
|
370
|
+
),
|
|
371
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
372
|
+
"path",
|
|
373
|
+
{
|
|
374
|
+
fill: "#eee",
|
|
375
|
+
d: "M99 0v114H0v57h99v114H0v57h512v-57H156V171h100v-57H156V0Zm157 57v57h256V57Zm0 114v57h256v-57ZM0 398v57h512v-57z"
|
|
376
|
+
}
|
|
377
|
+
)
|
|
378
|
+
] })
|
|
379
|
+
] });
|
|
380
|
+
};
|
|
315
381
|
const GuatemalaIcon = (props) => {
|
|
316
382
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
317
383
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsGt0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -370,6 +436,29 @@ const HondurasIcon = (props) => {
|
|
|
370
436
|
] })
|
|
371
437
|
] });
|
|
372
438
|
};
|
|
439
|
+
const HungaryIcon = (props) => {
|
|
440
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
441
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsHu0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
442
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsHu0)", children: [
|
|
443
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "m0 167l253.8-19.3L512 167v178l-254.9 32.3L0 345z" }),
|
|
444
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M0 0h512v167H0z" }),
|
|
445
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#6da544", d: "M0 345h512v167H0z" })
|
|
446
|
+
] })
|
|
447
|
+
] });
|
|
448
|
+
};
|
|
449
|
+
const IndiaIcon = (props) => {
|
|
450
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
451
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsIn0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
452
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsIn0)", children: [
|
|
453
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "m0 160l256-32l256 32v192l-256 32L0 352z" }),
|
|
454
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#ff9811", d: "M0 0h512v160H0Z" }),
|
|
455
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#6da544", d: "M0 352h512v160H0Z" }),
|
|
456
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "72", fill: "#0052b4" }),
|
|
457
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "48", fill: "#eee" }),
|
|
458
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "24", fill: "#0052b4" })
|
|
459
|
+
] })
|
|
460
|
+
] });
|
|
461
|
+
};
|
|
373
462
|
const ItalyIcon = (props) => {
|
|
374
463
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
375
464
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsIt0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -421,6 +510,31 @@ const MexicoIcon = (props) => {
|
|
|
421
510
|
] })
|
|
422
511
|
] });
|
|
423
512
|
};
|
|
513
|
+
const MoroccoIcon = (props) => {
|
|
514
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
515
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsMa0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
516
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsMa0)", children: [
|
|
517
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M0 0h512v512H0z" }),
|
|
518
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
519
|
+
"path",
|
|
520
|
+
{
|
|
521
|
+
fill: "#496e2d",
|
|
522
|
+
d: "M407.3 210H291.7L256 100.3L220.3 210H104.7l93.5 68l-35.7 109.8L256 320l93.5 68l-35.7-110zm-183 59.5l12.2-37.1h39l12.1 37.1l-31.6 23l-31.6-23zm44-59.4h-24.6l12.3-37.9zm38.3 45.7l-7.7-23.4h39.9zM213 232.4l-7.7 23.4l-32.2-23.4zm-8.3 97.3l12.3-38l20 14.5zm70.1-23.4l20-14.5l12.3 37.9z"
|
|
523
|
+
}
|
|
524
|
+
)
|
|
525
|
+
] })
|
|
526
|
+
] });
|
|
527
|
+
};
|
|
528
|
+
const NetherlandsIcon = (props) => {
|
|
529
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
530
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsNl0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
531
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsNl0)", children: [
|
|
532
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "m0 167l253.8-19.3L512 167v178l-254.9 32.3L0 345z" }),
|
|
533
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#a2001d", d: "M0 0h512v167H0z" }),
|
|
534
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "M0 345h512v167H0z" })
|
|
535
|
+
] })
|
|
536
|
+
] });
|
|
537
|
+
};
|
|
424
538
|
const NicaraguaIcon = (props) => {
|
|
425
539
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
426
540
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsNi0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -440,6 +554,37 @@ const NicaraguaIcon = (props) => {
|
|
|
440
554
|
] })
|
|
441
555
|
] });
|
|
442
556
|
};
|
|
557
|
+
const NigeriaIcon = (props) => {
|
|
558
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
559
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsNg0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
560
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsNg0)", children: [
|
|
561
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#6da544", d: "M0 0v512h160l96-64l96 64h160V0H352l-96 64l-96-64Z" }),
|
|
562
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M160 0h192v512H160Z" })
|
|
563
|
+
] })
|
|
564
|
+
] });
|
|
565
|
+
};
|
|
566
|
+
const NorwayIcon = (props) => {
|
|
567
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
568
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsNo0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
569
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsNo0)", children: [
|
|
570
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
571
|
+
"path",
|
|
572
|
+
{
|
|
573
|
+
fill: "#d80027",
|
|
574
|
+
d: "M0 0h100.2l66.1 53.5L233.7 0H512v189.3L466.3 257l45.7 65.8V512H233.7l-68-50.7l-65.5 50.7H0V322.8l51.4-68.5l-51.4-65z"
|
|
575
|
+
}
|
|
576
|
+
),
|
|
577
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
578
|
+
"path",
|
|
579
|
+
{
|
|
580
|
+
fill: "#eee",
|
|
581
|
+
d: "M100.2 0v189.3H0v33.4l24.6 33L0 289.5v33.4h100.2V512h33.4l30.6-26.3l36.1 26.3h33.4V322.8H512v-33.4l-24.6-33.7l24.6-33v-33.4H233.7V0h-33.4l-33.8 25.3L133.6 0z"
|
|
582
|
+
}
|
|
583
|
+
),
|
|
584
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "M133.6 0v222.7H0v66.7h133.6V512h66.7V289.4H512v-66.7H200.3V0z" })
|
|
585
|
+
] })
|
|
586
|
+
] });
|
|
587
|
+
};
|
|
443
588
|
const PanamaIcon = (props) => {
|
|
444
589
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
445
590
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsPa0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -497,6 +642,35 @@ const PeruIcon = (props) => {
|
|
|
497
642
|
] })
|
|
498
643
|
] });
|
|
499
644
|
};
|
|
645
|
+
const PolandIcon = (props) => {
|
|
646
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
647
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsPl0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
648
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsPl0)", children: [
|
|
649
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "m0 256l256.4-44.3L512 256v256H0z" }),
|
|
650
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M0 0h512v256H0z" })
|
|
651
|
+
] })
|
|
652
|
+
] });
|
|
653
|
+
};
|
|
654
|
+
const RomaniaIcon = (props) => {
|
|
655
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
656
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsRo0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
657
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsRo0)", children: [
|
|
658
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#ffda44", d: "M167 0h178l25.9 252.3L345 512H167l-29.8-253.4z" }),
|
|
659
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "M0 0h167v512H0z" }),
|
|
660
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M345 0h167v512H345z" })
|
|
661
|
+
] })
|
|
662
|
+
] });
|
|
663
|
+
};
|
|
664
|
+
const RussiaIcon = (props) => {
|
|
665
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
666
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsRu0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
667
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsRu0)", children: [
|
|
668
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "M512 170v172l-256 32L0 342V170l256-32z" }),
|
|
669
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M512 0v170H0V0Z" }),
|
|
670
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M512 342v170H0V342Z" })
|
|
671
|
+
] })
|
|
672
|
+
] });
|
|
673
|
+
};
|
|
500
674
|
const SalvadorIcon = (props) => {
|
|
501
675
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
502
676
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsSv0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -515,13 +689,41 @@ const SalvadorIcon = (props) => {
|
|
|
515
689
|
] })
|
|
516
690
|
] });
|
|
517
691
|
};
|
|
518
|
-
const
|
|
692
|
+
const SerbiaIcon = (props) => {
|
|
519
693
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
520
|
-
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "
|
|
521
|
-
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#
|
|
522
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "
|
|
523
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#
|
|
524
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#
|
|
694
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsRs0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
695
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsRs0)", children: [
|
|
696
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "m0 167l253.8-19.3L512 167v178l-254.9 32.3L0 345z" }),
|
|
697
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M0 0h512v167H0z" }),
|
|
698
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M0 345h512v167H0z" }),
|
|
699
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M66.2 144.7v127.7c0 72.6 94.9 95 94.9 95s94.9-22.4 94.9-95V144.7z" }),
|
|
700
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
701
|
+
"path",
|
|
702
|
+
{
|
|
703
|
+
fill: "#ffda44",
|
|
704
|
+
d: "M105.4 167h111.4v-44.6l-22.3 11.2l-33.4-33.4l-33.4 33.4l-22.3-11.2zm128.3 123.2l-72.3-72.4L89 290.2l23.7 23.6l48.7-48.7l48.7 48.7z"
|
|
705
|
+
}
|
|
706
|
+
),
|
|
707
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
708
|
+
"path",
|
|
709
|
+
{
|
|
710
|
+
fill: "#eee",
|
|
711
|
+
d: "M233.7 222.6H200a22.1 22.1 0 0 0 3-11.1a22.3 22.3 0 0 0-42-10.5a22.3 22.3 0 0 0-41.9 10.5a22.1 22.1 0 0 0 3 11.1H89a23 23 0 0 0 23 22.3h-.7c0 12.3 10 22.2 22.3 22.2c0 11 7.8 20 18.1 21.9l-17.5 39.6a72.1 72.1 0 0 0 27.2 5.3a72.1 72.1 0 0 0 27.2-5.3L171.1 289c10.3-2 18.1-11 18.1-21.9c12.3 0 22.3-10 22.3-22.2h-.8a23 23 0 0 0 23-22.3"
|
|
712
|
+
}
|
|
713
|
+
)
|
|
714
|
+
] })
|
|
715
|
+
] });
|
|
716
|
+
};
|
|
717
|
+
const SouthAfricaIcon = (props) => {
|
|
718
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
719
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsZa0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
720
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsZa0)", children: [
|
|
721
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "m0 0l192 256L0 512h47l465-189v-34l-32-33l32-33v-34L47 0Z" }),
|
|
722
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#333", d: "M0 142v228l140-114z" }),
|
|
723
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#ffda44", d: "M192 256L0 95v47l114 114L0 370v47z" }),
|
|
724
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#6da544", d: "M512 223H223L0 0v94l161 162L0 418v94l223-223h289z" }),
|
|
725
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M512 0H47l189 189h276z" }),
|
|
726
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#0052b4", d: "M512 512H47l189-189h276z" })
|
|
525
727
|
] })
|
|
526
728
|
] });
|
|
527
729
|
};
|
|
@@ -585,6 +787,42 @@ const SpainIcon = (props) => {
|
|
|
585
787
|
] })
|
|
586
788
|
] });
|
|
587
789
|
};
|
|
790
|
+
const SwedenIcon = (props) => {
|
|
791
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
792
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsSe0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
793
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsSe0)", children: [
|
|
794
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
795
|
+
"path",
|
|
796
|
+
{
|
|
797
|
+
fill: "#0052b4",
|
|
798
|
+
d: "M0 0h133.6l35.3 16.7L200.3 0H512v222.6l-22.6 31.7l22.6 35.1V512H200.3l-32-19.8l-34.7 19.8H0V289.4l22.1-33.3L0 222.6z"
|
|
799
|
+
}
|
|
800
|
+
),
|
|
801
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#ffda44", d: "M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0z" })
|
|
802
|
+
] })
|
|
803
|
+
] });
|
|
804
|
+
};
|
|
805
|
+
const SwitzerlandIcon = (props) => {
|
|
806
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
807
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsCh0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
808
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsCh0)", children: [
|
|
809
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M0 0h512v512H0z" }),
|
|
810
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M389.6 211.5h-89v-89h-89.1v89h-89v89h89v89h89v-89h89z" })
|
|
811
|
+
] })
|
|
812
|
+
] });
|
|
813
|
+
};
|
|
814
|
+
const TurkeyIcon = (props) => {
|
|
815
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
816
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsTr0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
817
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsTr0)", children: [
|
|
818
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#d80027", d: "M0 0h512v512H0z" }),
|
|
819
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#eee", children: [
|
|
820
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m350 182l33 46l54-18l-33 46l33 46l-54-18l-33 46v-57l-54-17l54-18z" }),
|
|
821
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M260 370a114 114 0 1 1 54-215a141 141 0 1 0 0 202c-17 9-35 13-54 13" })
|
|
822
|
+
] })
|
|
823
|
+
] })
|
|
824
|
+
] });
|
|
825
|
+
};
|
|
588
826
|
const UruguayIcon = (props) => {
|
|
589
827
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
590
828
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsUy0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -614,6 +852,30 @@ const UruguayIcon = (props) => {
|
|
|
614
852
|
] })
|
|
615
853
|
] });
|
|
616
854
|
};
|
|
855
|
+
const UzbekistanIcon = (props) => {
|
|
856
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
857
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsUz0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
858
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { mask: "url(#circleFlagsUz0)", children: [
|
|
859
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
860
|
+
"path",
|
|
861
|
+
{
|
|
862
|
+
fill: "#d80027",
|
|
863
|
+
d: "m0 178l254.2-22L512 178v22.3l-40.2 54.1l40.2 57.3V334l-254 23.4L0 334v-22.3l36.7-59.4l-36.7-52z"
|
|
864
|
+
}
|
|
865
|
+
),
|
|
866
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#338af3", d: "M0 0h512v178H0z" }),
|
|
867
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#eee", d: "M0 200.3h512v111.4H0z" }),
|
|
868
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#6da544", d: "M0 334h512v178H0z" }),
|
|
869
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
870
|
+
"path",
|
|
871
|
+
{
|
|
872
|
+
fill: "#eee",
|
|
873
|
+
d: "M117.2 105.7a50 50 0 0 1 39.3-48.9a50.2 50.2 0 0 0-10.7-1.1a50 50 0 1 0 10.7 99c-22.5-5-39.3-25-39.3-49m69 22.8l3.3 10.4h11l-9 6.5l3.5 10.4l-9-6.4l-8.7 6.4l3.4-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.4 10.4l-8.8-6.4l-9 6.4l3.5-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.5 10.4l-9-6.4l-8.8 6.4l3.4-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.5 10.4l-9-6.4l-8.8 6.4l3.4-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.5 10.4l-9-6.4l-8.8 6.4l3.4-10.4l-8.8-6.5h11zm-105-36.4l3.4 10.4h11l-9 6.5l3.4 10.4l-8.8-6.5l-9 6.5l3.5-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.5 10.4l-9-6.5l-8.8 6.5l3.4-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.5 10.4l-9-6.5l-8.8 6.5l3.4-10.4l-9-6.5h11zm35 0l3.4 10.4h11l-9 6.5l3.5 10.4l-9-6.5l-8.8 6.5l3.4-10.4l-8.8-6.5h11zm-70-36.4l3.4 10.4h11l-9 6.4l3.6 10.5l-9-6.5l-8.8 6.5l3.4-10.5l-9-6.4h11zm35 0l3.4 10.4h11l-9 6.4l3.6 10.5l-9-6.5l-8.8 6.5l3.4-10.5l-9-6.4h11zm35 0l3.4 10.4h11l-9 6.4l3.6 10.5l-9-6.5l-8.8 6.5l3.4-10.5l-8.8-6.4h11z"
|
|
874
|
+
}
|
|
875
|
+
)
|
|
876
|
+
] })
|
|
877
|
+
] });
|
|
878
|
+
};
|
|
617
879
|
const VenezuelaIcon = (props) => {
|
|
618
880
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "1em", height: "1em", ...props, children: [
|
|
619
881
|
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "circleFlagsVe0", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) }),
|
|
@@ -634,6 +896,23 @@ const VenezuelaIcon = (props) => {
|
|
|
634
896
|
function getMappedIcon(code) {
|
|
635
897
|
let icon = GlobeIcon;
|
|
636
898
|
switch (code) {
|
|
899
|
+
case "es-AR":
|
|
900
|
+
icon = ArgentinaIcon;
|
|
901
|
+
break;
|
|
902
|
+
case "bn":
|
|
903
|
+
case "bn-BD":
|
|
904
|
+
case "en-BD":
|
|
905
|
+
icon = BangladeshIcon;
|
|
906
|
+
break;
|
|
907
|
+
case "nl-BE":
|
|
908
|
+
case "en-BE":
|
|
909
|
+
case "fr-BE":
|
|
910
|
+
case "de-BE":
|
|
911
|
+
icon = BelgiumIcon;
|
|
912
|
+
break;
|
|
913
|
+
case "es-BO":
|
|
914
|
+
icon = BoliviaIcon;
|
|
915
|
+
break;
|
|
637
916
|
case "pt-BR":
|
|
638
917
|
icon = BrazilIcon;
|
|
639
918
|
break;
|
|
@@ -641,20 +920,9 @@ function getMappedIcon(code) {
|
|
|
641
920
|
case "bg-BG":
|
|
642
921
|
icon = BulgariaIcon;
|
|
643
922
|
break;
|
|
644
|
-
case "
|
|
645
|
-
case "
|
|
646
|
-
|
|
647
|
-
icon = DenmarkIcon;
|
|
648
|
-
break;
|
|
649
|
-
case "es":
|
|
650
|
-
case "es-ES":
|
|
651
|
-
icon = SpainIcon;
|
|
652
|
-
break;
|
|
653
|
-
case "es-AR":
|
|
654
|
-
icon = ArgentinaIcon;
|
|
655
|
-
break;
|
|
656
|
-
case "es-BO":
|
|
657
|
-
icon = BoliviaIcon;
|
|
923
|
+
case "en-CA":
|
|
924
|
+
case "fr-CA":
|
|
925
|
+
icon = CanadaIcon;
|
|
658
926
|
break;
|
|
659
927
|
case "es-CL":
|
|
660
928
|
icon = ChileIcon;
|
|
@@ -665,12 +933,44 @@ function getMappedIcon(code) {
|
|
|
665
933
|
case "es-CR":
|
|
666
934
|
icon = CostaRicaIcon;
|
|
667
935
|
break;
|
|
936
|
+
case "cs":
|
|
937
|
+
case "cs-CZ":
|
|
938
|
+
icon = CzechiaIcon;
|
|
939
|
+
break;
|
|
940
|
+
case "da":
|
|
941
|
+
case "da-DK":
|
|
942
|
+
case "en-DK":
|
|
943
|
+
icon = DenmarkIcon;
|
|
944
|
+
break;
|
|
668
945
|
case "es-DO":
|
|
669
946
|
icon = DominicanRepublicIcon;
|
|
670
947
|
break;
|
|
671
948
|
case "es-EC":
|
|
672
949
|
icon = EcuadorIcon;
|
|
673
950
|
break;
|
|
951
|
+
case "fi":
|
|
952
|
+
case "fi-FI":
|
|
953
|
+
case "sv-FI":
|
|
954
|
+
case "en-FI":
|
|
955
|
+
icon = FinlandIcon;
|
|
956
|
+
break;
|
|
957
|
+
case "fr":
|
|
958
|
+
case "fr-FR":
|
|
959
|
+
icon = FranceIcon;
|
|
960
|
+
break;
|
|
961
|
+
case "ka":
|
|
962
|
+
case "ka-GE":
|
|
963
|
+
icon = GeorgiaIcon;
|
|
964
|
+
break;
|
|
965
|
+
case "de":
|
|
966
|
+
case "de-DE":
|
|
967
|
+
case "en-DE":
|
|
968
|
+
icon = GermanyIcon;
|
|
969
|
+
break;
|
|
970
|
+
case "el":
|
|
971
|
+
case "el-GR":
|
|
972
|
+
icon = GreeceIcon;
|
|
973
|
+
break;
|
|
674
974
|
case "es-GT":
|
|
675
975
|
icon = GuatemalaIcon;
|
|
676
976
|
break;
|
|
@@ -680,12 +980,39 @@ function getMappedIcon(code) {
|
|
|
680
980
|
case "es-HN":
|
|
681
981
|
icon = HondurasIcon;
|
|
682
982
|
break;
|
|
983
|
+
case "hu":
|
|
984
|
+
case "hu-HU":
|
|
985
|
+
icon = HungaryIcon;
|
|
986
|
+
break;
|
|
987
|
+
case "en-IN":
|
|
988
|
+
icon = IndiaIcon;
|
|
989
|
+
break;
|
|
990
|
+
case "it":
|
|
991
|
+
case "it-IT":
|
|
992
|
+
icon = ItalyIcon;
|
|
993
|
+
break;
|
|
683
994
|
case "es-MX":
|
|
684
995
|
icon = MexicoIcon;
|
|
685
996
|
break;
|
|
997
|
+
case "fr-MA":
|
|
998
|
+
icon = MoroccoIcon;
|
|
999
|
+
break;
|
|
1000
|
+
case "nl":
|
|
1001
|
+
case "nl-NL":
|
|
1002
|
+
case "en-NL":
|
|
1003
|
+
icon = NetherlandsIcon;
|
|
1004
|
+
break;
|
|
686
1005
|
case "es-NI":
|
|
687
1006
|
icon = NicaraguaIcon;
|
|
688
1007
|
break;
|
|
1008
|
+
case "en-NG":
|
|
1009
|
+
icon = NigeriaIcon;
|
|
1010
|
+
break;
|
|
1011
|
+
case "nb":
|
|
1012
|
+
case "nb-NO":
|
|
1013
|
+
case "en-NO":
|
|
1014
|
+
icon = NorwayIcon;
|
|
1015
|
+
break;
|
|
689
1016
|
case "es-PA":
|
|
690
1017
|
icon = PanamaIcon;
|
|
691
1018
|
break;
|
|
@@ -695,41 +1022,58 @@ function getMappedIcon(code) {
|
|
|
695
1022
|
case "es-PE":
|
|
696
1023
|
icon = PeruIcon;
|
|
697
1024
|
break;
|
|
1025
|
+
case "pl":
|
|
1026
|
+
case "pl-PL":
|
|
1027
|
+
icon = PolandIcon;
|
|
1028
|
+
break;
|
|
1029
|
+
case "ro":
|
|
1030
|
+
case "ro-RO":
|
|
1031
|
+
icon = RomaniaIcon;
|
|
1032
|
+
break;
|
|
1033
|
+
case "ru":
|
|
1034
|
+
case "ru-RU":
|
|
1035
|
+
icon = RussiaIcon;
|
|
1036
|
+
break;
|
|
698
1037
|
case "es-SV":
|
|
699
1038
|
icon = SalvadorIcon;
|
|
700
1039
|
break;
|
|
701
|
-
case "
|
|
702
|
-
|
|
1040
|
+
case "sr":
|
|
1041
|
+
case "sr-RS":
|
|
1042
|
+
icon = SerbiaIcon;
|
|
703
1043
|
break;
|
|
704
|
-
case "
|
|
705
|
-
icon =
|
|
1044
|
+
case "en-ZA":
|
|
1045
|
+
icon = SouthAfricaIcon;
|
|
706
1046
|
break;
|
|
707
|
-
case "
|
|
708
|
-
case "
|
|
709
|
-
|
|
710
|
-
case "en-FI":
|
|
711
|
-
icon = FinlandIcon;
|
|
1047
|
+
case "es":
|
|
1048
|
+
case "es-ES":
|
|
1049
|
+
icon = SpainIcon;
|
|
712
1050
|
break;
|
|
713
|
-
case "
|
|
714
|
-
case "
|
|
715
|
-
|
|
1051
|
+
case "sv-SE":
|
|
1052
|
+
case "en-SE":
|
|
1053
|
+
case "de-SE":
|
|
1054
|
+
case "fr-SE":
|
|
1055
|
+
icon = SwedenIcon;
|
|
716
1056
|
break;
|
|
717
|
-
case "
|
|
718
|
-
case "
|
|
719
|
-
|
|
1057
|
+
case "en-CH":
|
|
1058
|
+
case "fr-CH":
|
|
1059
|
+
case "de-CH":
|
|
1060
|
+
case "it-CH":
|
|
1061
|
+
icon = SwitzerlandIcon;
|
|
720
1062
|
break;
|
|
721
|
-
case "
|
|
722
|
-
case "
|
|
723
|
-
|
|
724
|
-
icon = GermanyIcon;
|
|
1063
|
+
case "tr":
|
|
1064
|
+
case "tr-TR":
|
|
1065
|
+
icon = TurkeyIcon;
|
|
725
1066
|
break;
|
|
726
|
-
case "
|
|
727
|
-
|
|
728
|
-
icon = ItalyIcon;
|
|
1067
|
+
case "es-UY":
|
|
1068
|
+
icon = UruguayIcon;
|
|
729
1069
|
break;
|
|
730
|
-
case "
|
|
731
|
-
case "
|
|
732
|
-
|
|
1070
|
+
case "uz":
|
|
1071
|
+
case "uz-UZ":
|
|
1072
|
+
case "ru-UZ":
|
|
1073
|
+
icon = UzbekistanIcon;
|
|
1074
|
+
break;
|
|
1075
|
+
case "es-VE":
|
|
1076
|
+
icon = VenezuelaIcon;
|
|
733
1077
|
break;
|
|
734
1078
|
case "en":
|
|
735
1079
|
default:
|