@zonos/amino 5.1.87 → 5.1.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/_tslib-bd4862e8.js +1 -0
  2. package/all.d.ts +0 -1
  3. package/components/alert-dialog/AlertContext.js +1 -1
  4. package/components/alert-dialog/AlertDialog.js +1 -1
  5. package/components/alert-dialog/useAlert.js +1 -1
  6. package/components/announcement-dialog/AnnouncementDialog.js +1 -1
  7. package/components/avatar/AvatarBase.js +1 -1
  8. package/components/avatar/ImageAvatar.js +1 -1
  9. package/components/avatar/UserAvatar.js +1 -1
  10. package/components/badge/Badge.js +1 -1
  11. package/components/banner/Banner.js +1 -1
  12. package/components/button/Button.js +1 -1
  13. package/components/button/ButtonIcon.js +1 -1
  14. package/components/button/MenuButton.js +1 -1
  15. package/components/button/RippleGroup.js +1 -1
  16. package/components/button/_Ripple.js +1 -1
  17. package/components/card/Card.js +1 -1
  18. package/components/checkbox/Checkbox.js +1 -1
  19. package/components/confirm-dialog/ConfirmContext.js +1 -1
  20. package/components/confirm-dialog/ConfirmDialog.js +1 -1
  21. package/components/confirm-dialog/useConfirm.js +1 -1
  22. package/components/connection-map/ConnectionMap.js +1 -1
  23. package/components/cover-sheet/CoverSheet.js +1 -1
  24. package/components/cover-sheet/CoverSheetActions.d.ts +1 -1
  25. package/components/cover-sheet/CoverSheetActions.js +1 -1
  26. package/components/currency/Currency.js +1 -1
  27. package/components/currency/DualCurrency.js +1 -1
  28. package/components/danger-zone/DangerZone.js +1 -1
  29. package/components/dialog/BaseDialog.js +1 -1
  30. package/components/dialog/Dialog.js +1 -1
  31. package/components/drop-zone/DropZone.js +1 -1
  32. package/components/file-upload/FileUpload.js +1 -1
  33. package/components/filter/FilterWrapper.js +1 -1
  34. package/components/filter/filter-amount/FilterAmount.js +1 -1
  35. package/components/filter/filter-date/DateControls.js +1 -1
  36. package/components/filter/filter-date/FilterDate.js +1 -1
  37. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  38. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  39. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  40. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  41. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  42. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  43. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  44. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  45. package/components/filter/filter-select/FilterSelect.js +1 -1
  46. package/components/filter/filter-text/FilterText.js +1 -1
  47. package/components/filter/useFilterWrapper.js +1 -1
  48. package/components/glow/GlowWrapper.js +1 -1
  49. package/components/graph-matrix/GraphMatrix.js +1 -1
  50. package/components/graph-matrix/_Graphiql.js +1 -1
  51. package/components/graph-matrix/_LoadingIcon.js +1 -1
  52. package/components/help-text/HelpText.js +1 -1
  53. package/components/input/Input.js +1 -1
  54. package/components/input/SearchInput.js +1 -1
  55. package/components/input/input-type/_DateInput.js +1 -1
  56. package/components/input/input-type/_FloatLabelInput.js +1 -1
  57. package/components/input/input-type/_NumberInput.js +1 -1
  58. package/components/input/input-type/_PasswordInput.js +1 -1
  59. package/components/input/input-type/_TimeInput.js +1 -1
  60. package/components/layout/Layout.d.ts +1 -1
  61. package/components/layout/Layout.js +1 -1
  62. package/components/layout/NavigationGroup.d.ts +5 -6
  63. package/components/layout/NavigationGroup.js +1 -1
  64. package/components/lightbox/LightBox.js +1 -1
  65. package/components/list/CollapsibleList.js +1 -1
  66. package/components/list-item/ListItem.js +1 -1
  67. package/components/nested-data-table/NestedDataTable.d.ts +3 -2
  68. package/components/nested-data-table/NestedDataTable.js +1 -1
  69. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  70. package/components/nested-data-table/_Filter.js +1 -1
  71. package/components/nested-data-table/_TableData.js +1 -1
  72. package/components/pivot-table/PivotTable.d.ts +3 -2
  73. package/components/pivot-table/PivotTable.js +1 -1
  74. package/components/profile-icon/ProfileIcon.js +1 -1
  75. package/components/progress-bar/ProgressBar.d.ts +1 -1
  76. package/components/progress-bar/ProgressBar.js +1 -1
  77. package/components/radio/Radio.d.ts +3 -2
  78. package/components/radio/Radio.js +1 -1
  79. package/components/radio/RadioGroup.d.ts +3 -3
  80. package/components/radio/RadioGroup.js +1 -1
  81. package/components/rest-state/RestState.d.ts +3 -3
  82. package/components/rest-state/RestState.js +1 -1
  83. package/components/rich-card-select/RichCardStateSelect.d.ts +1 -1
  84. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  85. package/components/rich-checkbox/RichCheckbox.d.ts +3 -2
  86. package/components/rich-checkbox/RichCheckbox.js +1 -1
  87. package/components/rich-radio/RichRadio.d.ts +3 -3
  88. package/components/rich-radio/RichRadio.js +1 -1
  89. package/components/rounded-icon/RoundedIcon.d.ts +3 -3
  90. package/components/rounded-icon/RoundedIcon.js +1 -1
  91. package/components/section/HSection.d.ts +3 -3
  92. package/components/section/HSection.js +1 -1
  93. package/components/section/VSection.d.ts +3 -3
  94. package/components/section/VSection.js +1 -1
  95. package/components/section/_SectionHeader.js +1 -1
  96. package/components/section/_SectionSubheader.js +1 -1
  97. package/components/select/CountryMultiSelect.js +1 -1
  98. package/components/select/CountryPhoneSelect.d.ts +2 -1
  99. package/components/select/CountryPhoneSelect.js +1 -1
  100. package/components/select/CountrySelect.d.ts +2 -1
  101. package/components/select/CountrySelect.js +1 -1
  102. package/components/select/MultiSelect.d.ts +2 -1
  103. package/components/select/MultiSelect.js +1 -1
  104. package/components/select/Select.js +1 -1
  105. package/components/select/_StyledReactSelect.js +1 -1
  106. package/components/simple-table/SimpleTable.d.ts +1 -1
  107. package/components/simple-table/SimpleTable.js +1 -1
  108. package/components/skeleton/Skeleton.js +1 -1
  109. package/components/slide-over/SlideOver.js +1 -1
  110. package/components/slider/Slider.d.ts +3 -3
  111. package/components/slider/Slider.js +1 -1
  112. package/components/sortable-list/SortableListItem.d.ts +3 -2
  113. package/components/sortable-list/SortableListItem.js +1 -1
  114. package/components/spinner/Spinner.js +1 -1
  115. package/components/split-panel/SplitPanel.js +1 -1
  116. package/components/stack/HStack.js +1 -1
  117. package/components/stack/Stack.js +1 -1
  118. package/components/stack/VStack.js +1 -1
  119. package/components/switch/Switch.d.ts +1 -1
  120. package/components/switch/Switch.js +1 -1
  121. package/components/table/TableCell.js +1 -1
  122. package/components/table/TableFooter.d.ts +3 -3
  123. package/components/table/TableFooter.js +1 -1
  124. package/components/table/TableHead.d.ts +3 -3
  125. package/components/table/TableHead.js +1 -1
  126. package/components/table/TableRowCollapse.js +1 -1
  127. package/components/tabs/Tabs.d.ts +3 -3
  128. package/components/tabs/Tabs.js +1 -1
  129. package/components/tag/Tag.d.ts +3 -3
  130. package/components/tag/Tag.js +1 -1
  131. package/components/text/Text.js +1 -1
  132. package/components/textarea/Textarea.js +1 -1
  133. package/components/theme-select/ThemeSelect.js +1 -1
  134. package/components/thumbnail/Thumbnail.d.ts +1 -1
  135. package/components/thumbnail/Thumbnail.js +1 -1
  136. package/components/toast/Toast.d.ts +3 -2
  137. package/components/toast/Toast.js +1 -1
  138. package/components/toast/ToastContext.js +1 -1
  139. package/components/tooltip/Tooltip.js +1 -1
  140. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  141. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  142. package/icons/custom/products/ClearColorIcon.js +1 -1
  143. package/icons/custom/products/CollectColorIcon.js +1 -1
  144. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  145. package/icons/custom/products/DashboardColorIcon.js +1 -1
  146. package/icons/custom/products/HelloColorIcon.js +1 -1
  147. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  148. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  149. package/icons/custom/products/PrepayColorIcon.js +1 -1
  150. package/icons/custom/products/RateColorIcon.js +1 -1
  151. package/icons/custom/products/RestrictColorIcon.js +1 -1
  152. package/icons/custom/products/ScreenColorIcon.js +1 -1
  153. package/icons/custom/products/TaxColorIcon.js +1 -1
  154. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  155. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  156. package/icons/flag-icon/FlagIcon.js +1 -1
  157. package/icons/flag-icon/useStableUniqueId.js +1 -1
  158. package/icons/flags/AD.js +1 -1
  159. package/icons/flags/AF.js +1 -1
  160. package/icons/flags/AG.js +1 -1
  161. package/icons/flags/AI.js +1 -1
  162. package/icons/flags/AL.js +1 -1
  163. package/icons/flags/AR.js +1 -1
  164. package/icons/flags/AS.js +1 -1
  165. package/icons/flags/AW.js +1 -1
  166. package/icons/flags/AX.js +1 -1
  167. package/icons/flags/BA.js +1 -1
  168. package/icons/flags/BB.js +1 -1
  169. package/icons/flags/BH.js +1 -1
  170. package/icons/flags/BI.js +1 -1
  171. package/icons/flags/BJ.js +1 -1
  172. package/icons/flags/BM.js +1 -1
  173. package/icons/flags/BN.js +1 -1
  174. package/icons/flags/BO.js +1 -1
  175. package/icons/flags/BR.js +1 -1
  176. package/icons/flags/BS.js +1 -1
  177. package/icons/flags/BT.js +1 -1
  178. package/icons/flags/BY.js +1 -1
  179. package/icons/flags/BZ.js +1 -1
  180. package/icons/flags/CF.js +1 -1
  181. package/icons/flags/CG.js +1 -1
  182. package/icons/flags/CL.js +1 -1
  183. package/icons/flags/CM.js +1 -1
  184. package/icons/flags/CN.js +1 -1
  185. package/icons/flags/CU.js +1 -1
  186. package/icons/flags/CV.js +1 -1
  187. package/icons/flags/CW.js +1 -1
  188. package/icons/flags/CY.js +1 -1
  189. package/icons/flags/CZ.js +1 -1
  190. package/icons/flags/DJ.js +1 -1
  191. package/icons/flags/DM.js +1 -1
  192. package/icons/flags/DO.js +1 -1
  193. package/icons/flags/Default.js +1 -1
  194. package/icons/flags/EC.js +1 -1
  195. package/icons/flags/EG.js +1 -1
  196. package/icons/flags/EH.js +1 -1
  197. package/icons/flags/ER.js +1 -1
  198. package/icons/flags/ES.js +1 -1
  199. package/icons/flags/ET.js +1 -1
  200. package/icons/flags/FJ.js +1 -1
  201. package/icons/flags/FK.js +1 -1
  202. package/icons/flags/FM.js +1 -1
  203. package/icons/flags/FO.js +1 -1
  204. package/icons/flags/GB.js +1 -1
  205. package/icons/flags/GD.js +1 -1
  206. package/icons/flags/GG.js +1 -1
  207. package/icons/flags/GI.js +1 -1
  208. package/icons/flags/GM.js +1 -1
  209. package/icons/flags/GQ.js +1 -1
  210. package/icons/flags/GR.js +1 -1
  211. package/icons/flags/GT.js +1 -1
  212. package/icons/flags/GW.js +1 -1
  213. package/icons/flags/HK.js +1 -1
  214. package/icons/flags/HN.js +1 -1
  215. package/icons/flags/HR.js +1 -1
  216. package/icons/flags/HT.js +1 -1
  217. package/icons/flags/IL.js +1 -1
  218. package/icons/flags/IM.js +1 -1
  219. package/icons/flags/IN.js +1 -1
  220. package/icons/flags/IR.js +1 -1
  221. package/icons/flags/IS.js +1 -1
  222. package/icons/flags/JE.js +1 -1
  223. package/icons/flags/JO.js +1 -1
  224. package/icons/flags/JP.js +1 -1
  225. package/icons/flags/KE.js +1 -1
  226. package/icons/flags/KG.js +1 -1
  227. package/icons/flags/KH.js +1 -1
  228. package/icons/flags/KI.js +1 -1
  229. package/icons/flags/KM.js +1 -1
  230. package/icons/flags/KN.js +1 -1
  231. package/icons/flags/KP.js +1 -1
  232. package/icons/flags/KR.js +1 -1
  233. package/icons/flags/KW.js +1 -1
  234. package/icons/flags/LA.js +1 -1
  235. package/icons/flags/LB.js +1 -1
  236. package/icons/flags/LI.js +1 -1
  237. package/icons/flags/LK.js +1 -1
  238. package/icons/flags/LR.js +1 -1
  239. package/icons/flags/LY.js +1 -1
  240. package/icons/flags/MD.js +1 -1
  241. package/icons/flags/ME.js +1 -1
  242. package/icons/flags/MM.js +1 -1
  243. package/icons/flags/MO.js +1 -1
  244. package/icons/flags/MP.js +1 -1
  245. package/icons/flags/MS.js +1 -1
  246. package/icons/flags/MT.js +1 -1
  247. package/icons/flags/MW.js +1 -1
  248. package/icons/flags/MX.js +1 -1
  249. package/icons/flags/MY.js +1 -1
  250. package/icons/flags/MZ.js +1 -1
  251. package/icons/flags/NA.js +1 -1
  252. package/icons/flags/NI.js +1 -1
  253. package/icons/flags/NP.js +1 -1
  254. package/icons/flags/NR.js +1 -1
  255. package/icons/flags/NU.js +1 -1
  256. package/icons/flags/NZ.js +1 -1
  257. package/icons/flags/OM.js +1 -1
  258. package/icons/flags/PA.js +1 -1
  259. package/icons/flags/PE.js +1 -1
  260. package/icons/flags/PF.js +1 -1
  261. package/icons/flags/PK.js +1 -1
  262. package/icons/flags/PN.js +1 -1
  263. package/icons/flags/PR.js +1 -1
  264. package/icons/flags/PS.js +1 -1
  265. package/icons/flags/PT.js +1 -1
  266. package/icons/flags/PW.js +1 -1
  267. package/icons/flags/PY.js +1 -1
  268. package/icons/flags/RS.js +1 -1
  269. package/icons/flags/RW.js +1 -1
  270. package/icons/flags/SA.js +1 -1
  271. package/icons/flags/SB.js +1 -1
  272. package/icons/flags/SC.js +1 -1
  273. package/icons/flags/SD.js +1 -1
  274. package/icons/flags/SE.js +1 -1
  275. package/icons/flags/SG.js +1 -1
  276. package/icons/flags/SH.js +1 -1
  277. package/icons/flags/SI.js +1 -1
  278. package/icons/flags/SO.js +1 -1
  279. package/icons/flags/ST.js +1 -1
  280. package/icons/flags/SV.js +1 -1
  281. package/icons/flags/SX.js +1 -1
  282. package/icons/flags/SZ.js +1 -1
  283. package/icons/flags/TC.js +1 -1
  284. package/icons/flags/TF.js +1 -1
  285. package/icons/flags/TG.js +1 -1
  286. package/icons/flags/TJ.js +1 -1
  287. package/icons/flags/TL.js +1 -1
  288. package/icons/flags/TM.js +1 -1
  289. package/icons/flags/TN.js +1 -1
  290. package/icons/flags/TV.js +1 -1
  291. package/icons/flags/TW.js +1 -1
  292. package/icons/flags/TZ.js +1 -1
  293. package/icons/flags/UG.js +1 -1
  294. package/icons/flags/UM.js +1 -1
  295. package/icons/flags/US.js +1 -1
  296. package/icons/flags/UY.js +1 -1
  297. package/icons/flags/UZ.js +1 -1
  298. package/icons/flags/VA.js +1 -1
  299. package/icons/flags/VE.js +1 -1
  300. package/icons/flags/VG.js +1 -1
  301. package/icons/flags/VI.js +1 -1
  302. package/icons/flags/VN.js +1 -1
  303. package/icons/flags/VU.js +1 -1
  304. package/icons/flags/ZA.js +1 -1
  305. package/icons/flags/ZM.js +1 -1
  306. package/icons/flags/ZW.js +1 -1
  307. package/package.json +1 -2
  308. package/types/BaseProps.d.ts +0 -1
  309. package/utils/_extractQueryParams.js +1 -1
  310. package/utils/_graphiqlFetcher.js +1 -1
  311. package/utils/addIndex.js +1 -1
  312. package/utils/flattenRow.js +1 -1
  313. package/utils/formatCurrency.js +1 -1
  314. package/utils/getIsInternalLink.js +1 -1
  315. package/utils/getProductDetails.js +1 -1
  316. package/utils/handleFetch.js +1 -1
  317. package/utils/hooks/_useGraphiqlExplorer.js +1 -1
  318. package/utils/hooks/_useGraphiqlFetcher.js +1 -1
  319. package/utils/hooks/_useGraphiqlStorage.js +1 -1
  320. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  321. package/utils/hooks/useAminoTheme.js +1 -1
  322. package/utils/hooks/useCurrentShema.js +1 -1
  323. package/utils/hooks/useDropdown.js +1 -1
  324. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  325. package/utils/hooks/useNotify.js +1 -1
  326. package/utils/hooks/useStorage.js +1 -1
  327. package/utils/hooks/useSwrt.js +1 -1
  328. package/utils/prepCountryOptions.js +1 -1
  329. package/utils/setupNestedData.js +1 -1
  330. package/utils/storage.js +1 -1
  331. package/utils/useCopyText.js +1 -1
  332. package/_tslib-ccfac372.js +0 -1
  333. package/animations/DropdownAnimation.d.ts +0 -2
  334. package/animations/DropdownAnimation.js +0 -1
package/icons/flags/GW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=t.forwardRef((function(t,a){var s=t.height,h=t.width,n=i.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h220v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M220 0h420v240H220z",fill:"#fcd116"}),e.jsx("path",{d:"M220 240h420v240H220z",fill:"#009e49"}),e.jsxs("g",{id:"".concat(n[0]),transform:"matrix(80 0 0 80 110 240)",children:[e.jsx("path",{d:"M0-1v1h.5",id:"".concat(n[1]),transform:"rotate(18 0 -1)"}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[1])})]}),e.jsx("use",{height:"100%",transform:"rotate(72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])})]})}));exports.GW=a;
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=t.forwardRef((function(t,a){var s=t.height,h=t.width,n=i.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h220v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M220 0h420v240H220z",fill:"#fcd116"}),e.jsx("path",{d:"M220 240h420v240H220z",fill:"#009e49"}),e.jsxs("g",{id:"".concat(n[0]),transform:"matrix(80 0 0 80 110 240)",children:[e.jsx("path",{d:"M0-1v1h.5",id:"".concat(n[1]),transform:"rotate(18 0 -1)"}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[1])})]}),e.jsx("use",{height:"100%",transform:"rotate(72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])})]})}));exports.GW=a;
package/icons/flags/HK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=i.forwardRef((function(i,r){var c=i.height,t=i.width,d=l.useStableUniqueId(3);return e.jsxs(s.FlagIconBase,{ref:r,height:c,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(d[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(d[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(d[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#EA1A1A",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(d[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(d[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M7.935 5.787s-2.895-2.581.56-4.085c0 0 1.004 1.108.25 2.352-.247.408-.455.7-.612.919-.321.448-.425.593-.198.814ZM3.662 3.934C3.464 7.696 7.067 6.26 7.067 6.26c-.3.104-.382-.054-.64-.541-.126-.238-.293-.555-.548-.959-.776-1.23-2.217-.827-2.217-.827Zm5.457 1.98s3.716 1.112 1.224 3.938c0 0-1.38-.579-1.224-2.025.051-.474.117-.826.166-1.091.1-.543.133-.718-.166-.822Zm-.977.867s.667 3.821-2.975 2.855c0 0-.1-1.492 1.264-2 .447-.166.791-.265 1.05-.34.53-.152.701-.2.661-.515Zm4.597-1.643c-2.277-3.001-4.102.421-4.102.421.162-.272.327-.206.838 0 .25.1.582.235 1.038.378 1.387.439 2.226-.8 2.226-.8Z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M5.08 5.104S5.81 6.25 7 6.25m.93-2.725s-.653 1.205-.093 2.258m3.218-.903s-1.525-.23-2.323.656m1.432 2.136S9.86 6.16 8.754 5.714M6.967 8.493S8.284 7.69 8.325 6.5",stroke:"#EA1A1A",strokeWidth:".5"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HK=r;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=i.forwardRef((function(i,r){var c=i.height,t=i.width,d=l.useStableUniqueId(3);return e.jsxs(s.FlagIconBase,{ref:r,height:c,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(d[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(d[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(d[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#EA1A1A",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(d[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(d[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M7.935 5.787s-2.895-2.581.56-4.085c0 0 1.004 1.108.25 2.352-.247.408-.455.7-.612.919-.321.448-.425.593-.198.814ZM3.662 3.934C3.464 7.696 7.067 6.26 7.067 6.26c-.3.104-.382-.054-.64-.541-.126-.238-.293-.555-.548-.959-.776-1.23-2.217-.827-2.217-.827Zm5.457 1.98s3.716 1.112 1.224 3.938c0 0-1.38-.579-1.224-2.025.051-.474.117-.826.166-1.091.1-.543.133-.718-.166-.822Zm-.977.867s.667 3.821-2.975 2.855c0 0-.1-1.492 1.264-2 .447-.166.791-.265 1.05-.34.53-.152.701-.2.661-.515Zm4.597-1.643c-2.277-3.001-4.102.421-4.102.421.162-.272.327-.206.838 0 .25.1.582.235 1.038.378 1.387.439 2.226-.8 2.226-.8Z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M5.08 5.104S5.81 6.25 7 6.25m.93-2.725s-.653 1.205-.093 2.258m3.218-.903s-1.525-.23-2.323.656m1.432 2.136S9.86 6.16 8.754 5.714M6.967 8.493S8.284 7.69 8.325 6.5",stroke:"#EA1A1A",strokeWidth:".5"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HK=r;
package/icons/flags/HN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,n=e.width,h=i.useStableUniqueId(3);return t.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:n,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsxs("g",{fill:"#0073cf",id:"".concat(h[0]),transform:"translate(320 240) scale(26.66665)",children:[t.jsxs("g",{id:"".concat(h[1]),children:[t.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(h[2])}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[2])})]}),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(h[1])})]}),t.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])})]})}));exports.HN=s;
1
+ "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,n=e.width,h=i.useStableUniqueId(3);return t.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:n,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsxs("g",{fill:"#0073cf",id:"".concat(h[0]),transform:"translate(320 240) scale(26.66665)",children:[t.jsxs("g",{id:"".concat(h[1]),children:[t.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(h[2])}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[2])})]}),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(h[1])})]}),t.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])})]})}));exports.HN=s;
package/icons/flags/HR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=l.forwardRef((function(l,s){var d=l.height,t=l.width,a=h.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{d:"M5.038 3.199h5.7v2h-5.7z",fill:"#E31D1C"}),e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:".563"}),e.jsx("mask",{height:"7",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"4",children:e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#fff",stroke:"#fff",strokeWidth:".563"})}),e.jsx("g",{mask:"url(#".concat(a[2],")"),children:e.jsx("path",{clipRule:"evenodd",d:"M5.25 4.52h1.054v1.071H5.249V4.52Zm2.109 1.071H6.304v1.07H5.249v1.072h1.055v1.07H5.249v1.072h1.055V8.804h1.055v1.07h1.054v-1.07h1.055v1.07h1.055v-1.07H9.468V7.733h1.055V6.662H9.468V5.59h1.055V4.52H9.468v1.071H8.413V4.52H7.36v1.071Zm0 1.07v-1.07h1.054v1.07H7.36Zm0 1.072V6.662H6.304v1.07h1.055Zm1.054 0v1.07H7.36v-1.07h1.054Zm0 0V6.662h1.055v1.07H8.413Z",fill:"#F50100",fillRule:"evenodd"})}),e.jsx("path",{clipRule:"evenodd",d:"M5.227 4.081s.326-.174.604-.264c.278-.09.498-.139.498-.139l-.414-1.526-.829-.31-.47.775.61 1.464Zm2.043-.543s.279-.025.57-.02c.293.006.54.009.54.009l.143-1.505-.626-.566-.696.58.07 1.502Z",fill:"#56C6F5",fillRule:"evenodd",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m6.234 3.666.022.073.073-.023h.003l.01-.004.04-.012.13-.037c.104-.03.23-.06.322-.073a4.597 4.597 0 0 1 .422-.036l.035-.001h.011v-.001l.08-.003-.008-.078-.126-1.463-.003-.034-.028-.02-.681-.484-.053-.037-.045.046-.62.642-.03.031.013.042.433 1.472Zm3.236-.002-.02.076-.075-.024h-.003l-.01-.004-.04-.012a5.925 5.925 0 0 0-.13-.037 2.826 2.826 0 0 0-.322-.073 4.598 4.598 0 0 0-.423-.036l-.034-.001h-.011v-.001l-.08-.003.007-.078.127-1.463.003-.034.028-.02.681-.484.054-.039.045.05.584.639.028.03-.011.04-.398 1.474Z",fill:"#2E42A5",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m10.63 4.073-.032.075-.072-.039-.003-.001-.01-.006-.04-.02a3.55 3.55 0 0 0-.538-.23 6.569 6.569 0 0 0-.455-.13l-.028-.006-.007-.002h-.002l-.078-.018.022-.076.423-1.488.01-.037.036-.013.829-.31.058-.021.032.053.47.774.02.033-.016.035-.619 1.427Z",fill:"#56C6F5",stroke:"#fff",strokeWidth:".15"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HR=s;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=l.forwardRef((function(l,s){var d=l.height,t=l.width,a=h.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{d:"M5.038 3.199h5.7v2h-5.7z",fill:"#E31D1C"}),e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:".563"}),e.jsx("mask",{height:"7",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"4",children:e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#fff",stroke:"#fff",strokeWidth:".563"})}),e.jsx("g",{mask:"url(#".concat(a[2],")"),children:e.jsx("path",{clipRule:"evenodd",d:"M5.25 4.52h1.054v1.071H5.249V4.52Zm2.109 1.071H6.304v1.07H5.249v1.072h1.055v1.07H5.249v1.072h1.055V8.804h1.055v1.07h1.054v-1.07h1.055v1.07h1.055v-1.07H9.468V7.733h1.055V6.662H9.468V5.59h1.055V4.52H9.468v1.071H8.413V4.52H7.36v1.071Zm0 1.07v-1.07h1.054v1.07H7.36Zm0 1.072V6.662H6.304v1.07h1.055Zm1.054 0v1.07H7.36v-1.07h1.054Zm0 0V6.662h1.055v1.07H8.413Z",fill:"#F50100",fillRule:"evenodd"})}),e.jsx("path",{clipRule:"evenodd",d:"M5.227 4.081s.326-.174.604-.264c.278-.09.498-.139.498-.139l-.414-1.526-.829-.31-.47.775.61 1.464Zm2.043-.543s.279-.025.57-.02c.293.006.54.009.54.009l.143-1.505-.626-.566-.696.58.07 1.502Z",fill:"#56C6F5",fillRule:"evenodd",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m6.234 3.666.022.073.073-.023h.003l.01-.004.04-.012.13-.037c.104-.03.23-.06.322-.073a4.597 4.597 0 0 1 .422-.036l.035-.001h.011v-.001l.08-.003-.008-.078-.126-1.463-.003-.034-.028-.02-.681-.484-.053-.037-.045.046-.62.642-.03.031.013.042.433 1.472Zm3.236-.002-.02.076-.075-.024h-.003l-.01-.004-.04-.012a5.925 5.925 0 0 0-.13-.037 2.826 2.826 0 0 0-.322-.073 4.598 4.598 0 0 0-.423-.036l-.034-.001h-.011v-.001l-.08-.003.007-.078.127-1.463.003-.034.028-.02.681-.484.054-.039.045.05.584.639.028.03-.011.04-.398 1.474Z",fill:"#2E42A5",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m10.63 4.073-.032.075-.072-.039-.003-.001-.01-.006-.04-.02a3.55 3.55 0 0 0-.538-.23 6.569 6.569 0 0 0-.455-.13l-.028-.006-.007-.002h-.002l-.078-.018.022-.076.423-1.488.01-.037.036-.013.829-.31.058-.021.032.053.47.774.02.033-.016.035-.619 1.427Z",fill:"#56C6F5",stroke:"#fff",strokeWidth:".15"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HR=s;
package/icons/flags/HT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var h=e.height,c=e.width,a=d.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:s,height:h,viewBox:"0 0 16 12",width:c,children:[l.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 6v6h16V6H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"}),l.jsx("mask",{height:"8",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"10",x:"3",y:"2",children:l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[2],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3 8.385s2.4-1.064 5-.999c2.6.065 5 1.248 5 1.248V10H3V8.385Z",fill:"#279E19",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.72 3.51a.094.094 0 0 0-.006.111c.16.254.866 1.257 2.01 1.257 1.103 0 1.924-.93 2.157-1.226a.1.1 0 0 0-.026-.15C9.685 3.4 9.302 3.2 8.86 3.2c-.597 0-1.135.255-1.135.255S6.924 3.2 6.414 3.2a.893.893 0 0 0-.694.31Z",fill:"#026A16",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m7.895 7.407-.896-.567c-.524.242-.786.722-.786 1.44l.694 1.139h2.117l.5-1.14s.196-1.473-.5-1.71l-1.13.838Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.934 5.816s-1.353.47-1.353 2.202l1.805.357s-.022-.993.518-1.458l-.97-1.101Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m5.268 5.264.215-.218L8 7.523l-.215.218-2.517-2.477Zm-.787.581.177-.252 3.237 2.463-.177.252L4.48 5.845Zm-.538.965.14-.276 3.676 2.004-.139.276-3.677-2.003Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m4.59 8.004 2.421.317-.136.396h-.384l.262.224.589.161v-.385h.516v.819H6.753l-.424-.595s-.357.411-.704.411c-.348 0-.69-.133-.69-.582v-.312L4.59 8.32v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M9.808 5.723s1.586.563 1.586 2.295l-1.82.356s-.083-1.28-.644-1.746l.878-.905Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m10.68 5.264-.225-.218-2.712 2.277.225.217 2.711-2.276Zm.819.581-.185-.252-3.37 2.463v.461l3.555-2.672Z",fill:"#FFD018"}),l.jsx("path",{d:"m12.058 6.811-.143-.278-4.058 1.972.143.278 4.058-1.972Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m11.385 8.004-2.522.317.142.396h.4l-.272.224-.614.161v-.385H7.98v.819h1.152l.441-.595s.371.411.733.411.72-.133.72-.582v-.312l.358-.137v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.692 4.679s-.164 1.203-.164 1.693.164 3.094.164 3.094h.42V6.372c0-.409-.247-1.693-.247-1.693h-.173Z",fill:"#FECA00",fillRule:"evenodd"})]})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HT=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var h=e.height,c=e.width,a=d.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:s,height:h,viewBox:"0 0 16 12",width:c,children:[l.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 6v6h16V6H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"}),l.jsx("mask",{height:"8",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"10",x:"3",y:"2",children:l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[2],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3 8.385s2.4-1.064 5-.999c2.6.065 5 1.248 5 1.248V10H3V8.385Z",fill:"#279E19",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.72 3.51a.094.094 0 0 0-.006.111c.16.254.866 1.257 2.01 1.257 1.103 0 1.924-.93 2.157-1.226a.1.1 0 0 0-.026-.15C9.685 3.4 9.302 3.2 8.86 3.2c-.597 0-1.135.255-1.135.255S6.924 3.2 6.414 3.2a.893.893 0 0 0-.694.31Z",fill:"#026A16",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m7.895 7.407-.896-.567c-.524.242-.786.722-.786 1.44l.694 1.139h2.117l.5-1.14s.196-1.473-.5-1.71l-1.13.838Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.934 5.816s-1.353.47-1.353 2.202l1.805.357s-.022-.993.518-1.458l-.97-1.101Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m5.268 5.264.215-.218L8 7.523l-.215.218-2.517-2.477Zm-.787.581.177-.252 3.237 2.463-.177.252L4.48 5.845Zm-.538.965.14-.276 3.676 2.004-.139.276-3.677-2.003Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m4.59 8.004 2.421.317-.136.396h-.384l.262.224.589.161v-.385h.516v.819H6.753l-.424-.595s-.357.411-.704.411c-.348 0-.69-.133-.69-.582v-.312L4.59 8.32v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M9.808 5.723s1.586.563 1.586 2.295l-1.82.356s-.083-1.28-.644-1.746l.878-.905Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m10.68 5.264-.225-.218-2.712 2.277.225.217 2.711-2.276Zm.819.581-.185-.252-3.37 2.463v.461l3.555-2.672Z",fill:"#FFD018"}),l.jsx("path",{d:"m12.058 6.811-.143-.278-4.058 1.972.143.278 4.058-1.972Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m11.385 8.004-2.522.317.142.396h.4l-.272.224-.614.161v-.385H7.98v.819h1.152l.441-.595s.371.411.733.411.72-.133.72-.582v-.312l.358-.137v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.692 4.679s-.164 1.203-.164 1.693.164 3.094.164 3.094h.42V6.372c0-.409-.247-1.693-.247-1.693h-.173Z",fill:"#FECA00",fillRule:"evenodd"})]})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HT=s;
package/icons/flags/IL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)",children:[e.jsx("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),e.jsx("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),e.jsx("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})]})]})}));exports.IL=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)",children:[e.jsx("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),e.jsx("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),e.jsx("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})]})]})}));exports.IL=a;
package/icons/flags/IM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var c=e.height,a=e.width,n=d.useStableUniqueId(3);return l.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(n[2],")"),children:[l.jsx("mask",{height:"12",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(n[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(n[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3.047 2.07c-.004-.046.051-.068.083-.034.224.246.818.858 1.16.858.43 0 2.117-1.421 2.616-1.19.498.232 1.508 2.653 1.508 2.653l-.658.825-.85-.464-.236-1.546s-1.561.782-2.38.477l-.459.167s-.442-.876-.617-1.144c-.115-.178-.154-.442-.167-.601Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m4 4.138-.588.309.112-.655-.475-.463.657-.096L4 2.638l.294.595.657.096-.475.463.112.655L4 4.137Zm2.566-2.37a.18.18 0 0 1 .36.03l-.11 1.381a.18.18 0 1 1-.36-.029l.11-1.382Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.61 2.552c.041.021.031.08-.015.088-.327.06-1.16.24-1.343.53-.227.365.084 2.548-.376 2.849-.46.3-3.049-.127-3.049-.127l-.35-.995.843-.476 1.481.59s.14-1.678.832-2.21l.08-.51s.979.09 1.298.084c.212-.004.457.104.6.177Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m10.253 2.428.049-.662.496.442.645-.158-.268.608.35.565-.661-.066-.43.506-.14-.648-.615-.252.574-.335Zm.724 3.172a.195.195 0 1 1-.235.31l-.962-.746a.177.177 0 0 1 .213-.282l.984.717Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.431 10.492c-.039.025-.085-.014-.069-.057.112-.314.373-1.125.212-1.428-.201-.38-2.248-1.202-2.278-1.75-.03-.55 1.634-2.577 1.634-2.577l1.037.193-.01.969-1.346.986s1.516.95 1.63 1.816l.363.335s-.566.803-.72 1.083c-.103.185-.319.344-.453.43Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m8.946 8.457.549.374-.63.208-.187.638-.393-.536-.663.02.387-.539-.224-.625.633.202.525-.406.003.664Zm-3.394-.979a.203.203 0 0 1-.147-.379l1.01-.394a.207.207 0 1 1 .148.385l-1.011.388Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{d:"M6.831 4.883a.123.123 0 0 1-.074-.155c.021-.064.121-.17.183-.149l.868.304a.121.121 0 0 1 .08.105l.078.952c.005.067-.092.121-.158.127a.12.12 0 0 1-.128-.112l-.072-.818-.777-.254Z",fill:"#FECA00"}),l.jsx("path",{d:"M8.34 4.384c.052-.042.145.006.185.06.04.053.031.13-.02.17l-.602.617c-.052.041-.168-.04-.209-.093-.04-.053-.052-.197 0-.239l.646-.515Z",fill:"#FECA00"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(n[2]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IM=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var c=e.height,a=e.width,n=d.useStableUniqueId(3);return l.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(n[2],")"),children:[l.jsx("mask",{height:"12",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(n[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(n[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3.047 2.07c-.004-.046.051-.068.083-.034.224.246.818.858 1.16.858.43 0 2.117-1.421 2.616-1.19.498.232 1.508 2.653 1.508 2.653l-.658.825-.85-.464-.236-1.546s-1.561.782-2.38.477l-.459.167s-.442-.876-.617-1.144c-.115-.178-.154-.442-.167-.601Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m4 4.138-.588.309.112-.655-.475-.463.657-.096L4 2.638l.294.595.657.096-.475.463.112.655L4 4.137Zm2.566-2.37a.18.18 0 0 1 .36.03l-.11 1.381a.18.18 0 1 1-.36-.029l.11-1.382Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.61 2.552c.041.021.031.08-.015.088-.327.06-1.16.24-1.343.53-.227.365.084 2.548-.376 2.849-.46.3-3.049-.127-3.049-.127l-.35-.995.843-.476 1.481.59s.14-1.678.832-2.21l.08-.51s.979.09 1.298.084c.212-.004.457.104.6.177Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m10.253 2.428.049-.662.496.442.645-.158-.268.608.35.565-.661-.066-.43.506-.14-.648-.615-.252.574-.335Zm.724 3.172a.195.195 0 1 1-.235.31l-.962-.746a.177.177 0 0 1 .213-.282l.984.717Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.431 10.492c-.039.025-.085-.014-.069-.057.112-.314.373-1.125.212-1.428-.201-.38-2.248-1.202-2.278-1.75-.03-.55 1.634-2.577 1.634-2.577l1.037.193-.01.969-1.346.986s1.516.95 1.63 1.816l.363.335s-.566.803-.72 1.083c-.103.185-.319.344-.453.43Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m8.946 8.457.549.374-.63.208-.187.638-.393-.536-.663.02.387-.539-.224-.625.633.202.525-.406.003.664Zm-3.394-.979a.203.203 0 0 1-.147-.379l1.01-.394a.207.207 0 1 1 .148.385l-1.011.388Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{d:"M6.831 4.883a.123.123 0 0 1-.074-.155c.021-.064.121-.17.183-.149l.868.304a.121.121 0 0 1 .08.105l.078.952c.005.067-.092.121-.158.127a.12.12 0 0 1-.128-.112l-.072-.818-.777-.254Z",fill:"#FECA00"}),l.jsx("path",{d:"M8.34 4.384c.052-.042.145.006.185.06.04.053.031.13-.02.17l-.602.617c-.052.041-.168-.04-.209-.093-.04-.053-.052-.197 0-.239l.646-.515Z",fill:"#FECA00"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(n[2]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IM=s;
package/icons/flags/IN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var r=require("react/jsx-runtime"),e=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,c=e.width,l=i.useStableUniqueId(4);return r.jsxs(t.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:c,children:[r.jsx("path",{d:"M0 0h640v160H0z",fill:"#f93"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M0 320h640v160H0z",fill:"#128807"}),r.jsxs("g",{transform:"matrix(3.2 0 0 3.2 320 240)",children:[r.jsx("circle",{fill:"#008",r:"20"}),r.jsx("circle",{fill:"#fff",r:"17.5"}),r.jsx("circle",{fill:"#008",r:"3.5"}),r.jsxs("g",{id:"".concat(l[0]),children:[r.jsxs("g",{id:"".concat(l[1]),children:[r.jsxs("g",{id:"".concat(l[2]),children:[r.jsxs("g",{fill:"#008",id:"".concat(l[3]),children:[r.jsx("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),r.jsx("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})]}),r.jsx("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(l[3])})]}),r.jsx("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(l[2])})]}),r.jsx("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(l[1])})]}),r.jsx("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(l[0])}),r.jsx("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(l[0])})]})]})}));exports.IN=s;
1
+ "use strict";var r=require("react/jsx-runtime"),e=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,c=e.width,l=i.useStableUniqueId(4);return r.jsxs(t.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:c,children:[r.jsx("path",{d:"M0 0h640v160H0z",fill:"#f93"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M0 320h640v160H0z",fill:"#128807"}),r.jsxs("g",{transform:"matrix(3.2 0 0 3.2 320 240)",children:[r.jsx("circle",{fill:"#008",r:"20"}),r.jsx("circle",{fill:"#fff",r:"17.5"}),r.jsx("circle",{fill:"#008",r:"3.5"}),r.jsxs("g",{id:"".concat(l[0]),children:[r.jsxs("g",{id:"".concat(l[1]),children:[r.jsxs("g",{id:"".concat(l[2]),children:[r.jsxs("g",{fill:"#008",id:"".concat(l[3]),children:[r.jsx("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),r.jsx("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})]}),r.jsx("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(l[3])})]}),r.jsx("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(l[2])})]}),r.jsx("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(l[1])})]}),r.jsx("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(l[0])}),r.jsx("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(l[0])})]})]})}));exports.IN=s;
package/icons/flags/IR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),v=require("react"),e=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var l=v.forwardRef((function(v,l){var i=v.height,s=v.width,c=m.useStableUniqueId(3);return h.jsxs(e.FlagIconBase,{ref:l,height:i,viewBox:"0 0 16 12",width:s,children:[h.jsxs("g",{clipPath:"url(#".concat(c[2],")"),children:[h.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),h.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),h.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#5EAA22",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#E31D1C",fillRule:"evenodd"}),h.jsx("path",{d:"M.186 8.684H-.95m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421H.572m1.566-.441H1m-.011.45v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H2.56m1.564-.441H2.987m-.012.45v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H4.51m1.565-.441H4.938m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421H6.46m1.566-.441H6.889m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441H8.875m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421h-.187m1.565-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441h-1.137m-.012.45v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.421h-.186m1.564-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446M.186 2.583H-.95m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42H.572m1.566-.441H1m-.011.451v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H2.56m1.564-.441H2.987m-.012.451v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H4.51m1.565-.441H4.938m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42H6.46m1.566-.441H6.889m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441H8.875m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42h-.187m1.565-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441h-1.137m-.012.451v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.42h-.186m1.564-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446",stroke:"#F7FCFF",strokeWidth:".5"}),h.jsx("path",{clipRule:"evenodd",d:"M7.303 4.125s.214.112.432.112c.22 0 .44-.112.44-.112v.15s-.241.112-.454.112c-.213 0-.418-.112-.418-.112v-.15Zm-1.575 1.77c0-.889 1.221-1.47 1.221-1.47s-.706.378-.706 1.433c0 1.055.367 1.512.367 1.512s-.882-.586-.882-1.475Zm4.119-.049c0-.889-1.22-1.421-1.22-1.421s.706.378.706 1.433c0 1.055-.366 1.512-.366 1.512s.88-.635.88-1.524Zm-3.285.243c-.047-.888.692-1.684.692-1.684s-.27.366-.214 1.42c.02.361.162.9.341 1.217v-2.58h.75v2.602c.18-.296.318-.802.338-1.169.055-1.053-.201-1.49-.201-1.49s.738.796.692 1.684c-.028.529-.435 1.088-.76 1.454.158.035.37.078.66.135.007.032-.058.03-.187.028a4.118 4.118 0 0 0-.65.028c-.133.136-.225.216-.225.216l-.037-.047a1.24 1.24 0 0 0-.037.047s-.093-.08-.225-.216a4.118 4.118 0 0 0-.65-.028c-.13.003-.194.004-.188-.028.29-.057.502-.1.66-.135-.325-.366-.732-.925-.76-1.454Z",fill:"#E31D1C",fillRule:"evenodd"})]})]})]}),h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(c[2]),children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IR=l;
1
+ "use strict";var h=require("react/jsx-runtime"),v=require("react"),e=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var l=v.forwardRef((function(v,l){var i=v.height,s=v.width,c=m.useStableUniqueId(3);return h.jsxs(e.FlagIconBase,{ref:l,height:i,viewBox:"0 0 16 12",width:s,children:[h.jsxs("g",{clipPath:"url(#".concat(c[2],")"),children:[h.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),h.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),h.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#5EAA22",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#E31D1C",fillRule:"evenodd"}),h.jsx("path",{d:"M.186 8.684H-.95m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421H.572m1.566-.441H1m-.011.45v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H2.56m1.564-.441H2.987m-.012.45v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H4.51m1.565-.441H4.938m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421H6.46m1.566-.441H6.889m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441H8.875m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421h-.187m1.565-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441h-1.137m-.012.45v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.421h-.186m1.564-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446M.186 2.583H-.95m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42H.572m1.566-.441H1m-.011.451v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H2.56m1.564-.441H2.987m-.012.451v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H4.51m1.565-.441H4.938m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42H6.46m1.566-.441H6.889m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441H8.875m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42h-.187m1.565-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441h-1.137m-.012.451v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.42h-.186m1.564-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446",stroke:"#F7FCFF",strokeWidth:".5"}),h.jsx("path",{clipRule:"evenodd",d:"M7.303 4.125s.214.112.432.112c.22 0 .44-.112.44-.112v.15s-.241.112-.454.112c-.213 0-.418-.112-.418-.112v-.15Zm-1.575 1.77c0-.889 1.221-1.47 1.221-1.47s-.706.378-.706 1.433c0 1.055.367 1.512.367 1.512s-.882-.586-.882-1.475Zm4.119-.049c0-.889-1.22-1.421-1.22-1.421s.706.378.706 1.433c0 1.055-.366 1.512-.366 1.512s.88-.635.88-1.524Zm-3.285.243c-.047-.888.692-1.684.692-1.684s-.27.366-.214 1.42c.02.361.162.9.341 1.217v-2.58h.75v2.602c.18-.296.318-.802.338-1.169.055-1.053-.201-1.49-.201-1.49s.738.796.692 1.684c-.028.529-.435 1.088-.76 1.454.158.035.37.078.66.135.007.032-.058.03-.187.028a4.118 4.118 0 0 0-.65.028c-.133.136-.225.216-.225.216l-.037-.047a1.24 1.24 0 0 0-.037.047s-.093-.08-.225-.216a4.118 4.118 0 0 0-.65-.028c-.13.003-.194.004-.188-.028.29-.057.502-.1.66-.135-.325-.366-.732-.925-.76-1.454Z",fill:"#E31D1C",fillRule:"evenodd"})]})]})]}),h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(c[2]),children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IR=l;
package/icons/flags/IS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=i.forwardRef((function(i,t){var l=i.height,s=i.width,a=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:l,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),fillRule:"evenodd",strokeWidth:"0",children:[e.jsx("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),e.jsx("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),e.jsx("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})]})]})}));exports.IS=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=i.forwardRef((function(i,t){var l=i.height,s=i.width,a=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:l,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),fillRule:"evenodd",strokeWidth:"0",children:[e.jsx("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),e.jsx("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),e.jsx("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})]})]})}));exports.IS=t;
package/icons/flags/JE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=i.forwardRef((function(i,r){var t=i.height,d=i.width,a=s.useStableUniqueId(2);return e.jsxs(l.FlagIconBase,{ref:r,height:t,viewBox:"0 0 16 12",width:d,children:[e.jsxs("g",{clipPath:"url(#".concat(a[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{d:"M-1.35.622-2.376.003v12.394l1.024-.62 8.27-5 .954-.577-.955-.578-8.269-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{d:"m17.46.616 1.014-.589v12.346l-1.014-.59-8.609-5L7.846 6.2l1.005-.584 8.61-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{clipRule:"evenodd",d:"M6.837 2.351s-.429 1.9 1.053 2.629c0 0 1.423-.776 1.104-2.629 0 0-.611-.204-1.097-.204s-1.06.204-1.06.204Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{d:"m6.71 2.548-.324-.946c.605-.208 1.128-.314 1.574-.314.458 0 .935.111 1.43.329l-.401.915c-.375-.164-.718-.244-1.029-.244-.322 0-.74.085-1.25.26ZM7.925 3.95a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25Z",fill:"#FECA00"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.JE=r;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=i.forwardRef((function(i,r){var t=i.height,d=i.width,a=s.useStableUniqueId(2);return e.jsxs(l.FlagIconBase,{ref:r,height:t,viewBox:"0 0 16 12",width:d,children:[e.jsxs("g",{clipPath:"url(#".concat(a[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{d:"M-1.35.622-2.376.003v12.394l1.024-.62 8.27-5 .954-.577-.955-.578-8.269-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{d:"m17.46.616 1.014-.589v12.346l-1.014-.59-8.609-5L7.846 6.2l1.005-.584 8.61-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{clipRule:"evenodd",d:"M6.837 2.351s-.429 1.9 1.053 2.629c0 0 1.423-.776 1.104-2.629 0 0-.611-.204-1.097-.204s-1.06.204-1.06.204Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{d:"m6.71 2.548-.324-.946c.605-.208 1.128-.314 1.574-.314.458 0 .935.111 1.43.329l-.401.915c-.375-.164-.718-.244-1.029-.244-.322 0-.74.085-1.25.26ZM7.925 3.95a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25Z",fill:"#FECA00"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.JE=r;
package/icons/flags/JO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=i.forwardRef((function(i,t){var s=i.height,a=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-117.8 0h682.6v512h-682.6z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(110.5) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-117.8 0h1024v170.7h-1024z"}),e.jsx("path",{d:"M-117.8 170.7h1024v170.6h-1024z",fill:"#fff"}),e.jsx("path",{d:"M-117.8 341.3h1024V512h-1024z",fill:"#090"}),e.jsx("path",{d:"m-117.8 512 512-256-512-256v512z",fill:"red"}),e.jsx("path",{d:"m24.5 289 5.7-24.9H4.7l23-11-15.9-19.9 23 11 5.6-24.8 5.7 24.9L69 233.2l-16 19.9 23 11H50.6l5.7 24.9-15.9-20z",fill:"#fff"})]})})]})}));exports.JO=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=i.forwardRef((function(i,t){var s=i.height,a=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-117.8 0h682.6v512h-682.6z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(110.5) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-117.8 0h1024v170.7h-1024z"}),e.jsx("path",{d:"M-117.8 170.7h1024v170.6h-1024z",fill:"#fff"}),e.jsx("path",{d:"M-117.8 341.3h1024V512h-1024z",fill:"#090"}),e.jsx("path",{d:"m-117.8 512 512-256-512-256v512z",fill:"red"}),e.jsx("path",{d:"m24.5 289 5.7-24.9H4.7l23-11-15.9-19.9 23 11 5.6-24.8 5.7 24.9L69 233.2l-16 19.9 23 11H50.6l5.7 24.9-15.9-20z",fill:"#fff"})]})})]})}));exports.JO=t;
package/icons/flags/JP.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.height,l=r.width,c=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-88 32h640v480H-88z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(88 -32)",children:[e.jsx("path",{d:"M-128 32h720v480h-720z",fill:"#fff"}),e.jsx("circle",{cx:"523.1",cy:"344.1",fill:"#d30000",r:"194.9",transform:"translate(-168.4 8.6) scale(.76554)"})]})]})}));exports.JP=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.height,l=r.width,c=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-88 32h640v480H-88z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(88 -32)",children:[e.jsx("path",{d:"M-128 32h720v480h-720z",fill:"#fff"}),e.jsx("circle",{cx:"523.1",cy:"344.1",fill:"#d30000",r:"194.9",transform:"translate(-168.4 8.6) scale(.76554)"})]})]})}));exports.JP=a;
package/icons/flags/KE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=i.forwardRef((function(i,r){var a=i.height,c=i.width,h=s.useStableUniqueId(4);return e.jsxs(t.FlagIconBase,{ref:r,height:a,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("path",{d:"m-28.6 47.5 1.8 1 46.7-81c2.7-.6 4.2-3.2 5.7-5.8 1-1.8 5-8.7 6.7-17.7a58 58 0 0 0-11.9 14.7c-1.5 2.6-3 5.2-2.3 7.9z",id:"".concat(h[0]),strokeMiterlimit:"10"})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h640v144H0z"}),e.jsx("path",{d:"M0 336h640v144H0z",fill:"#060"}),e.jsxs("g",{id:"".concat(h[1]),transform:"matrix(3 0 0 3 320 240)",children:[e.jsx("use",{height:"100%",stroke:"#000",width:"100%",xlinkHref:"#".concat(h[0])}),e.jsx("use",{fill:"#fff",height:"100%",width:"100%",xlinkHref:"#".concat(h[0])})]}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(h[1])}),e.jsx("path",{d:"M640.5 168H377c-9-24-39-72-57-72s-48 48-57 72H-.2v144H263c9 24 39 72 57 72s48-48 57-72h263.5V168z",fill:"#b00"}),e.jsx("path",{d:"M377 312c9-24 15-48 15-72s-6-48-15-72c-9 24-15 48-15 72s6 48 15 72",id:"".concat(h[2])}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(h[2])}),e.jsxs("g",{fill:"#fff",transform:"matrix(3 0 0 3 320 240)",children:[e.jsx("ellipse",{rx:"4",ry:"6"}),e.jsx("path",{d:"M1 5.8s4 8 4 21-4 21-4 21z",id:"".concat(h[3])}),e.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(h[3])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[3])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(h[3])})]})]})}));exports.KE=r;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=i.forwardRef((function(i,r){var a=i.height,c=i.width,h=s.useStableUniqueId(4);return e.jsxs(t.FlagIconBase,{ref:r,height:a,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("path",{d:"m-28.6 47.5 1.8 1 46.7-81c2.7-.6 4.2-3.2 5.7-5.8 1-1.8 5-8.7 6.7-17.7a58 58 0 0 0-11.9 14.7c-1.5 2.6-3 5.2-2.3 7.9z",id:"".concat(h[0]),strokeMiterlimit:"10"})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h640v144H0z"}),e.jsx("path",{d:"M0 336h640v144H0z",fill:"#060"}),e.jsxs("g",{id:"".concat(h[1]),transform:"matrix(3 0 0 3 320 240)",children:[e.jsx("use",{height:"100%",stroke:"#000",width:"100%",xlinkHref:"#".concat(h[0])}),e.jsx("use",{fill:"#fff",height:"100%",width:"100%",xlinkHref:"#".concat(h[0])})]}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(h[1])}),e.jsx("path",{d:"M640.5 168H377c-9-24-39-72-57-72s-48 48-57 72H-.2v144H263c9 24 39 72 57 72s48-48 57-72h263.5V168z",fill:"#b00"}),e.jsx("path",{d:"M377 312c9-24 15-48 15-72s-6-48-15-72c-9 24-15 48-15 72s6 48 15 72",id:"".concat(h[2])}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(h[2])}),e.jsxs("g",{fill:"#fff",transform:"matrix(3 0 0 3 320 240)",children:[e.jsx("ellipse",{rx:"4",ry:"6"}),e.jsx("path",{d:"M1 5.8s4 8 4 21-4 21-4 21z",id:"".concat(h[3])}),e.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(h[3])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[3])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(h[3])})]})]})}));exports.KE=r;
package/icons/flags/KG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),a=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=a.forwardRef((function(a,r){var t=a.height,s=a.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:r,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-85 0h682.7v512H-85z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(79.6) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768.8v512H-128z",fill:"#be0027"}),e.jsx("path",{d:"M105.5 261.1c13.6-16.6 41.9-.4 65-12.3-27.4 1.5-42.3-13.2-63.9-11.1 22.4-13.8 41.5 4.5 66.5-2.8-33.1-2.8-31.7-17.7-61.9-19.8 26.8-11.4 40 11.8 66.3 6.5-31-7.1-35-25.3-58-29.2 33.6-5 31.4 14.8 64.3 17.2-33.4-14.3-24.7-26.8-52.6-37.7 31.3-.7 29.2 21 61 26.6-27.2-17.2-23.9-32.9-46.2-45.2 26.5.5 29 27.6 56.1 36-24.1-19.1-17.8-35.3-38.6-52.4 26.4 6.2 22.5 29.6 50 44.6-20.4-22.6-12.6-38.8-30.3-57.3 25.4 8.1 15.7 30.4 42 51.6-15-24.9-5.7-40.8-20.6-61.7 23.6 12.1 12.2 34.9 34 57.5-10.3-25.5 0-41.3-10.5-63.9 20.2 15 8.2 39.3 24.5 62.5-6-32 7.8-37.2 3.5-65.2 15.3 18.8-1.8 37.6 10 65.3-1.5-31.5 15.3-38.8 12.4-64 15.1 22.6-8.5 42.3 1.4 66.5 2.5-29.8 22.1-37.6 22.4-60.8 12 21.3-14 36.7-9.8 65 8.5-31.2 29.4-35 32-56 7.1 24.6-21.4 36-19.7 63.4 8.5-27.7 34.6-31 40-51.4 3.3 26-22.4 30.7-29.7 59.5 13.5-23.5 37.2-25.4 47.8-44-.8 25.8-29.8 29.2-38.7 53.3 16.7-20.5 37.7-17 54.4-35.1-1.8 23.3-31.3 22-47 46.1 18.1-16.7 45.4-11.7 59.3-26.1-.7 20.6-36.9 19-54 37.5 21-11.6 47.8-4.8 63.2-15.5-2.8 18-41 13.8-59.3 28 25.2-7 44.7 3.7 65-4-9.9 17.5-44.6 6.4-63 17.8 22-3.7 45.2 9.6 65.1 5.3-6.5 15.2-44.6-1-65 8.5 24.4-.2 40.3 15.5 63 14.4-12.3 13.8-45.7-5.1-65.2-1.9 23.8 5 42 24.6 60 25.6-14.9 11.3-42.5-14.5-65-11.3 23.2 6.2 42.6 32.5 55.8 33.1-14.3 9.8-42.5-22.5-61.8-21.3 23.5 10.6 34.2 37.5 49.7 41.3-19.1 6.1-37.9-29.2-58.4-30.5 23.8 15 25.1 38 43.4 48.2-19.3 4.7-33-35.2-53.3-38.6 19.5 14.3 22.5 45 35.4 54.6-19.6 1-26.7-40.7-46.8-46.7 17.2 14.4 13.1 45.6 26.5 59-20.4-4.3-17.8-40.6-39.1-52.9 15.3 19.4 7.5 46.9 17.5 62.4-19.9-8-11.3-40.6-30.2-59 10.3 20.6-.8 44.6 7.4 64.5-18.2-8.9-6-47.4-19.9-62.7 6.4 23.8-5.4 43.5-.6 64.8-18.6-21.5 2.8-43.2-13.3-65.1 4.2 25.1-13.4 42.7-10.6 63.7-14.7-17.2 8-44.7-3.5-66.4 2.4 24.7-20.3 46.4-18.7 62-12-20 13.3-43.6 6.5-66.3-1.4 23.6-24.4 36.4-28.7 57.9-7.7-23.7 19.6-40.8 17.2-64.1-7.8 22.1-30 31-37.8 52.5-6.4-23.7 26-36.2 26.8-61-10 23.2-36.5 28.4-45.3 46.2-3.3-23.5 33.8-34 35.2-56.3-12 21.4-41 22.3-51 39.3-1.5-23.4 37.6-26.3 43.7-50.8-11.9 18.2-43.7 15.9-57 30.7 2.1-21.7 44.4-23 51.2-42.6-15.8 15.2-45 9-61.5 21 9.2-21.4 48.9-16.9 57.8-32.3-17.5 9.1-48.6.2-64 9.4 14-20.2 44.8-8.1 62.3-22-28.4 4.1-45.5-7.2-65.2-2z",fill:"#ff0"}),e.jsx("path",{d:"M356 256.1a99.2 99.2 0 1 1-198.5 0 99.2 99.2 0 0 1 198.4 0z",fill:"#ff0"}),e.jsx("path",{d:"M343.2 256.3a86.3 86.3 0 1 1-172.6 0 86.3 86.3 0 0 1 172.6 0z",fill:"#be0027"}),e.jsx("path",{d:"M331.2 256.5a74 74 0 1 1-148.2 0 74 74 0 0 1 148.2 0z",fill:"#ff0"}),e.jsx("path",{d:"M194 208c20.5-.5 46 1.4 62.9 14.8a97.1 97.1 0 0 1 60.5-14.3l11 20.1a101 101 0 0 0-50 8.2 85.3 85.3 0 0 1 34.6 72.1c-2.7 3.4-7 7.1-9.7 10.5 4-28.5-11-60.3-32.9-77 17.8 25.6 28.3 48.6 25.4 80.4l-10 6.4c4.6-28-2-61-22.7-80 12 17.5 23.8 49 16.4 81-3.2 1-8.2 3.7-11.4 4.6a96 96 0 0 0-10.8-78.7c-13.8 19.8-18.3 50-10.5 78-3.8-1-6.7-2.2-10.6-3.1-5.7-30 2.2-64 15.9-81.7-14 8.1-27.1 42.7-23.4 78l-9.3-4.3c-4.5-26.3 7.4-60.6 24.5-80.4-19.4 12.2-35.2 42.3-32.5 74.6-3-2.6-5.7-3.9-8.7-6.6-3.4-28.2 13-56.6 32.1-73.6-16.1-7.3-30-8.7-50-8.4 3.1-6.5 6-14.1 9.2-20.7z",fill:"#be0027"})]})]})}));exports.KG=r;
1
+ "use strict";var e=require("react/jsx-runtime"),a=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=a.forwardRef((function(a,r){var t=a.height,s=a.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:r,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-85 0h682.7v512H-85z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(79.6) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768.8v512H-128z",fill:"#be0027"}),e.jsx("path",{d:"M105.5 261.1c13.6-16.6 41.9-.4 65-12.3-27.4 1.5-42.3-13.2-63.9-11.1 22.4-13.8 41.5 4.5 66.5-2.8-33.1-2.8-31.7-17.7-61.9-19.8 26.8-11.4 40 11.8 66.3 6.5-31-7.1-35-25.3-58-29.2 33.6-5 31.4 14.8 64.3 17.2-33.4-14.3-24.7-26.8-52.6-37.7 31.3-.7 29.2 21 61 26.6-27.2-17.2-23.9-32.9-46.2-45.2 26.5.5 29 27.6 56.1 36-24.1-19.1-17.8-35.3-38.6-52.4 26.4 6.2 22.5 29.6 50 44.6-20.4-22.6-12.6-38.8-30.3-57.3 25.4 8.1 15.7 30.4 42 51.6-15-24.9-5.7-40.8-20.6-61.7 23.6 12.1 12.2 34.9 34 57.5-10.3-25.5 0-41.3-10.5-63.9 20.2 15 8.2 39.3 24.5 62.5-6-32 7.8-37.2 3.5-65.2 15.3 18.8-1.8 37.6 10 65.3-1.5-31.5 15.3-38.8 12.4-64 15.1 22.6-8.5 42.3 1.4 66.5 2.5-29.8 22.1-37.6 22.4-60.8 12 21.3-14 36.7-9.8 65 8.5-31.2 29.4-35 32-56 7.1 24.6-21.4 36-19.7 63.4 8.5-27.7 34.6-31 40-51.4 3.3 26-22.4 30.7-29.7 59.5 13.5-23.5 37.2-25.4 47.8-44-.8 25.8-29.8 29.2-38.7 53.3 16.7-20.5 37.7-17 54.4-35.1-1.8 23.3-31.3 22-47 46.1 18.1-16.7 45.4-11.7 59.3-26.1-.7 20.6-36.9 19-54 37.5 21-11.6 47.8-4.8 63.2-15.5-2.8 18-41 13.8-59.3 28 25.2-7 44.7 3.7 65-4-9.9 17.5-44.6 6.4-63 17.8 22-3.7 45.2 9.6 65.1 5.3-6.5 15.2-44.6-1-65 8.5 24.4-.2 40.3 15.5 63 14.4-12.3 13.8-45.7-5.1-65.2-1.9 23.8 5 42 24.6 60 25.6-14.9 11.3-42.5-14.5-65-11.3 23.2 6.2 42.6 32.5 55.8 33.1-14.3 9.8-42.5-22.5-61.8-21.3 23.5 10.6 34.2 37.5 49.7 41.3-19.1 6.1-37.9-29.2-58.4-30.5 23.8 15 25.1 38 43.4 48.2-19.3 4.7-33-35.2-53.3-38.6 19.5 14.3 22.5 45 35.4 54.6-19.6 1-26.7-40.7-46.8-46.7 17.2 14.4 13.1 45.6 26.5 59-20.4-4.3-17.8-40.6-39.1-52.9 15.3 19.4 7.5 46.9 17.5 62.4-19.9-8-11.3-40.6-30.2-59 10.3 20.6-.8 44.6 7.4 64.5-18.2-8.9-6-47.4-19.9-62.7 6.4 23.8-5.4 43.5-.6 64.8-18.6-21.5 2.8-43.2-13.3-65.1 4.2 25.1-13.4 42.7-10.6 63.7-14.7-17.2 8-44.7-3.5-66.4 2.4 24.7-20.3 46.4-18.7 62-12-20 13.3-43.6 6.5-66.3-1.4 23.6-24.4 36.4-28.7 57.9-7.7-23.7 19.6-40.8 17.2-64.1-7.8 22.1-30 31-37.8 52.5-6.4-23.7 26-36.2 26.8-61-10 23.2-36.5 28.4-45.3 46.2-3.3-23.5 33.8-34 35.2-56.3-12 21.4-41 22.3-51 39.3-1.5-23.4 37.6-26.3 43.7-50.8-11.9 18.2-43.7 15.9-57 30.7 2.1-21.7 44.4-23 51.2-42.6-15.8 15.2-45 9-61.5 21 9.2-21.4 48.9-16.9 57.8-32.3-17.5 9.1-48.6.2-64 9.4 14-20.2 44.8-8.1 62.3-22-28.4 4.1-45.5-7.2-65.2-2z",fill:"#ff0"}),e.jsx("path",{d:"M356 256.1a99.2 99.2 0 1 1-198.5 0 99.2 99.2 0 0 1 198.4 0z",fill:"#ff0"}),e.jsx("path",{d:"M343.2 256.3a86.3 86.3 0 1 1-172.6 0 86.3 86.3 0 0 1 172.6 0z",fill:"#be0027"}),e.jsx("path",{d:"M331.2 256.5a74 74 0 1 1-148.2 0 74 74 0 0 1 148.2 0z",fill:"#ff0"}),e.jsx("path",{d:"M194 208c20.5-.5 46 1.4 62.9 14.8a97.1 97.1 0 0 1 60.5-14.3l11 20.1a101 101 0 0 0-50 8.2 85.3 85.3 0 0 1 34.6 72.1c-2.7 3.4-7 7.1-9.7 10.5 4-28.5-11-60.3-32.9-77 17.8 25.6 28.3 48.6 25.4 80.4l-10 6.4c4.6-28-2-61-22.7-80 12 17.5 23.8 49 16.4 81-3.2 1-8.2 3.7-11.4 4.6a96 96 0 0 0-10.8-78.7c-13.8 19.8-18.3 50-10.5 78-3.8-1-6.7-2.2-10.6-3.1-5.7-30 2.2-64 15.9-81.7-14 8.1-27.1 42.7-23.4 78l-9.3-4.3c-4.5-26.3 7.4-60.6 24.5-80.4-19.4 12.2-35.2 42.3-32.5 74.6-3-2.6-5.7-3.9-8.7-6.6-3.4-28.2 13-56.6 32.1-73.6-16.1-7.3-30-8.7-50-8.4 3.1-6.5 6-14.1 9.2-20.7z",fill:"#be0027"})]})]})}));exports.KG=r;
package/icons/flags/KH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),v=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=v.forwardRef((function(v,a){var e=v.height,z=v.width,c=t.useStableUniqueId(1);return h.jsxs(s.FlagIconBase,{ref:a,height:e,viewBox:"0 0 640 480",width:z,children:[h.jsx("path",{d:"M0 0h640v480H0z",fill:"#032ea1"}),h.jsx("path",{d:"M0 120h640v240H0z",fill:"#e00025"}),h.jsxs("g",{fill:"#fff",stroke:"#000",transform:"matrix(1.2 0 0 1.2 85.6 -522)",children:[h.jsxs("g",{strokeLinejoin:"bevel",children:[h.jsx("path",{d:"M139 623.5h113.8v43.8H139z"}),h.jsx("path",{d:"M247 647.6h3.5v16.5H247zm-108-8.1h113.8v5H139zm0-7h113.8v4.6H139z"}),h.jsx("path",{d:"M139 625.7h113.8v4.3H139z",strokeWidth:".9"}),h.jsx("path",{d:"M169 647.6h3.6v16.5H169zm49 0h3.6v16.5H218zm-78 0h3.5v16.5H140zm7 0h3.5v16.5H147zm7.5 0h3.5v16.5h-3.5zm7.5 0h3.5v16.5H162zm62.8 0h3.6v16.5h-3.6zm7.5 0h3.6v16.5h-3.6zm7.5 0h3.6v16.5h-3.6z"}),h.jsx("path",{d:"M94.5 669.5a9.3 9.3 0 0 0 4.4-5.3H292a9.3 9.3 0 0 0 4.4 5.3z",strokeLinejoin:"miter"})]}),h.jsx("path",{d:"M193 556.8s-.1-4.1 2.3-4.2c2.3 0 2.2 4.2 2.2 4.2zm-12.5 54.5v-5.5c0-2.8-2.8-3-2.8-5 0 0-.4-3 .4-4.4 1.1 4 3 3.3 3 1.6 0-1.4-1-2.8-3.3-6.3-.8-1.1-.3-4.6.7-5.9.4 3 .9 4.5 2.2 4.5.8 0 1.4-.5 1.4-2 0-2-1.3-3-2-4.8a5 5 0 0 1 1.1-5.3c.5 3 .4 4.2 1.7 4.2 2.7-.9 0-4.8-.6-5.8-.6-1.1 1-3.4 1-3.4.8 2.7 1 2.9 2 2.6 1.2-.3 1-2-.4-3.4-.9-1-.8-2.3.2-3.3 1 1.9 2.2 1.8 2.3.6l-.8-4.4H204l-.9 4.3c-.2 1.2 1.4 1.5 2.4-.5 1 1 1.1 2.4.2 3.3-1.4 1.4-1.6 3.1-.4 3.4 1 .3 1.2 0 2-2.6 0 0 1.5 1.5 1 3.4-.6 1-3.3 5-.6 5.8 1.3 0 1.2-1.2 1.7-4.2a5 5 0 0 1 1 5.3c-.6 1.8-2 2.8-2 4.8 0 1.5.7 2 1.5 2 1.3 0 1.8-1.4 2.2-4.5 1 1.3 1.5 4.8.7 6-2.3 3.4-3.4 4.8-3.4 6.2 0 1.7 2 2.4 3-1.6.9 1.4.5 4.4.5 4.4 0 2-2.7 2.2-2.8 5v5.5zm7.2-46-.4-3.1h15.9l-.4 3.1zm1-3.2-.2-2.5H202l-.3 2.5zm2.3-2.6-.3-2.6h9l-.1 2.6zm33 110c-2-.7-5-2.9-5-5v-24.3l2.6-3.4H169l2.5 3.4v24.3c0 2.1-2 4.3-4 5z"}),h.jsx("path",{d:"M178.2 647.6h3.6v16.5h-3.6zm30.4 0h3.6v16.5h-3.6z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M168 609.2v27.6h54v-27.6a4.2 4.2 0 0 0-2.6 2.8v11.8h-48.7V612s-.6-2-2.8-2.8z"}),h.jsx("path",{d:"M214.6 669.5c-1.8-.7-5.6-2.9-5.6-5v-27.2c.4-1.5 2.4-2.4 3.7-3.4H177c1.7 1 3.6 1.7 4.3 3.4v27.2c0 2.1-3 4.3-4.8 5z"}),h.jsx("path",{d:"M219.4 634.2v-19.6h-4.9v-1.9h-38.8v2h-5v19.5zM207 669.5c-1.8-.7-4.3-2.9-4.3-5v-23.2l1.4-2.1h-17.7l1.5 2v23.3c0 2.1-2.6 4.3-4.3 5z"}),h.jsx("path",{d:"M190.7 639.2h9v30.3h-9z"}),h.jsx("path",{d:"M204.4 632.5c0-2 5.8-2.1 8.8-3.8h-36c3 1.7 8.7 1.8 8.7 3.8l1.2 3.9 15 .6z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M211.4 611.3c0-4.9.2-6.7 1.7-6.7V620c-3.7 1.4-6.3 6-6.3 6h-23.2s-2.6-4.6-6.3-6v-15.5c1.8 0 1.8 2 1.8 6.7zm1.7-2c0-5.6 4.9-6.2 4.9-6.2v5c-1.9-.1-2.8 1.6-2.8 4 0 2.5 1.5 2.5 1.5 2.5v14.2h-3.6z"}),h.jsx("path",{d:"M177.3 609.3c0-5.6-4.9-6.2-4.9-6.2v5c1.9-.1 2.8 1.6 2.8 4 0 2.5-1.5 2.5-1.5 2.5v14.2h3.6z"}),h.jsxs("g",{fill:"none",strokeWidth:".8",children:[h.jsx("path",{d:"M186.8 570.6H204m-19.2 5.4h21m-23 6.5h24.9m-27 7.9h29.5m-30.2 9h30.4"}),h.jsx("path",{d:"M170.8 629h48.6m-33.2 0h18v6.6h-18z",strokeWidth:"1"})]}),h.jsx("path",{d:"M184 614.2c3 3.6 2.6 9.7 2.6 13.3H204c0-3.6-.4-9.7 2.6-13.3zm9.7-41-2.4-1.3v-3.5c1 .3 2 .4 2.2 2 .3-2.3 1-2.1 1.9-3 1 .9 1.5.7 1.9 3 0-1.6 1.2-1.7 2.1-2v3.5l-2.3 1.2z"}),h.jsx("path",{d:"m193.5 578.9-4-2.8V573c1.5.3 3 .5 3.2 2.2.4-2.5 1.3-3.7 2.7-4.7 1.3 1 2.2 2.2 2.7 4.7.1-1.7 1.7-1.9 3-2.2v3.2l-3.9 2.7z"}),h.jsx("path",{d:"m193.2 587.8-4.5-4v-4.7c1.6.4 3.4.6 3.6 3.1.5-3.5 1.5-5.4 3-6.8 1.6 1.4 2.6 3.3 3.2 6.8.2-2.5 2-2.7 3.6-3.1v4.7l-4.6 4zm8.4 5.3-4 5.7h-4.7l-4.1-5.7zm-15.2 9.5c2 1.1 2.8 3.4 3 7.6H201c.2-4.2 1-6.5 3-7.6z"}),h.jsx("path",{d:"M204.2 593v-5.6a5.2 5.2 0 0 0-3.8 3.3c0-2-2.5-6.3-5.2-8.5-2.7 2.4-5.3 6.4-5.2 8.4-.5-1.5-1.8-2.7-3.8-3.2v5.7z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M205 602.6V597c-2.1.6-3.5 1.7-4.1 3.3 0-2-2.7-6.3-5.7-8.5-3 2.5-5.8 6.4-5.7 8.5-.5-1.5-2-2.7-4.1-3.3v5.7z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M207.4 614.3v-6.6a9.6 9.6 0 0 0-5.1 3.8c0-3.5-4-9-7.1-10.7-3.2 1.8-7.1 7.4-7.1 10.7a9.7 9.7 0 0 0-5.2-3.8v6.6z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M206 629v-6.8c-2.4.9-3 3.1-3.8 4.7.3-6.9-3.8-14.2-7-16.1-3.2 1.9-7.4 9.4-7 16-.8-1.4-1.5-3.7-3.8-4.6v6.7z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M204.4 639.2v-6.8c-2.5.6-2.6 1.5-3.4 3 .3-4.1-2.6-8.8-5.8-10.6-3.2 1.8-6 6.5-5.8 10.6-.8-1.5-.9-2.4-3.4-3v6.8z"}),h.jsxs("g",{id:"".concat(c[0]),children:[h.jsx("path",{d:"M99 664.2v-20.4c-.7-2.6-3-5-4.6-5.4v-18l3.7 2 4.3 18.9v23z"}),h.jsx("path",{d:"M99 664.3v-20.5c-.7-2.6-3-5-4.6-5.4v-19.2c2.5 0 3.7 3.2 3.7 3.2l4.3 18.9v22.9z"}),h.jsx("path",{d:"M96.3 669.5c1.7-.7 4.2-2.9 4.2-5v-25.6l-1.2-2H143l-1.7 2v25.6a6 6 0 0 0 3.4 5z"}),h.jsx("path",{d:"M135.8 669.5c-1.7-.7-4.2-2.9-4.2-5v-24.3l3.6-3.4h-29.6l3.6 3.4v24.3c0 2.1-2.5 4.3-4.2 5z"}),h.jsx("path",{d:"M131.7 669.5c-1.7-.7-4.3-2.9-4.3-5v-22l2.4-3.3H111l2.4 3.3v22c0 2.1-2.5 4.3-4.3 5z"}),h.jsx("path",{d:"M116 639.2h8.9v30.4h-9z"}),h.jsx("path",{d:"M103.7 647.6h3.6v16.5h-3.6zm30.8 0h3.5v16.5h-3.6zm-33.9-27.8h4.4v17h-4.4zm0-3.2h4.3v3.2h-4.3zm35.6 6.9h6.1v13h-6.1z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M104.9 636.6v-29c1.2 0 1.4 4.3 4.2 4.3 1.5 0 1.4-1.8.5-3.2-.7-1.3-1.6-3-.4-6.3.9 2.5 3.1 3.3 2.7 1.8-.7-2.7-2.8-3.2-1.2-7.3.5 3.4 2.7 3.3 2.2 1.3-.6-2.3-1.9-3.3-.3-6.5.9 3.7 2 3.5 2 1.2 0-3.4 0-7 4.2-8.3 0 0 .3-3 1.9-3 1.5 0 1.8 3 1.8 3 4.3 1.3 4.2 5 4.2 8.3 0 2.3 1.1 2.5 2-1.2 1.6 3.2.3 4.2-.3 6.5-.5 2 1.7 2.1 2.2-1.3 1.6 4.1-.5 4.6-1.2 7.3-.4 1.5 1.8.7 2.7-1.8 1.2 3.3.3 5-.4 6.3-.8 1.4-1 3.2.5 3.2 2.8 0 3-4.2 4.2-4.2v28.9zM98 614.7v22.1h2.5v-22.1c-.9-.5-1.7-.5-2.5 0z"}),h.jsx("path",{d:"M98.2 629c3.1 1.6 6.2 3.5 7 7.8h-7zm43.2-6.6v14.4h2v-14.4c-.6-.3-1.5-.4-2 0z"}),h.jsx("path",{d:"M143.4 629c-3.1 1.5-6.2 3.3-7 7.7h7zm-20.6-33.7 1.8-1.5v-2c-.6 0-1 .3-1.5 1a5 5 0 0 0-2.5-3 5 5 0 0 0-2.6 2.9c-.5-.7-.8-.8-1.5-1v2l1.8 1.6z"}),h.jsx("path",{d:"m123.8 600.2.8-1.9v-2.5c-.6 0-1 .3-1.5 1a5 5 0 0 0-2.5-3 5 5 0 0 0-2.6 2.9c-.5-.7-.8-.8-1.5-.9v2.5l.8 1.9z"}),h.jsx("path",{d:"m124 606.8 2.6-3.3v-3.2c-1 0-1.5.5-2.2 1.6-.7-2.3-2-2.7-3.8-3.8-1.9 1-3.2 1.5-3.8 3.7-.8-1.1-1.3-1.4-2.3-1.5v3.2l2.7 3.3z"}),h.jsx("path",{d:"M124.7 613.3s3.2-2.7 3.3-4.2v-3.5c-1.2.1-2.3.4-3.2 1.9-.8-2.9-2-3.7-4.2-5-2.3 1.3-3.5 2.1-4.2 5-1-1.5-2-1.8-3.3-2v3.6a15 15 0 0 0 3.3 4.2z"}),h.jsx("path",{d:"M126 625.3s4.4-4.7 4.5-6.6v-5.4c-1.6.2-3.2 1.3-4.4 3.6-1-4.5-2.6-7.6-5.5-9.8-3 2.2-4.6 5.3-5.6 9.8-1.2-2.3-2.7-3.4-4.3-3.6v5.4c.3 1.9 4.4 6.6 4.4 6.6z"}),h.jsx("path",{d:"M126 632.4s3.7-3.7 4.5-5.3v-5.4c-1.6.2-3.2 1.3-4.4 3.5a14 14 0 0 0-5.5-9.2c-3 2.2-4.6 4.7-5.6 9.2-1.2-2.2-2.7-3.3-4.3-3.5v5.4c1 1.6 4.4 5.3 4.4 5.3z"}),h.jsx("path",{d:"M127.5 636.6c-1-4.7-2-8.2-7.1-11.7-5.2 3.5-6.1 7-7.2 11.7z"}),h.jsx("path",{d:"M130.2 639.2v-6.8c-2.4 1-4.5 2.3-5.3 3.8-.8-3.8-2.5-5.4-4.6-7.7-2.1 2.3-3.5 4-4.4 7.7-.8-1.5-2.9-2.9-5.2-3.8v6.8z"})]}),h.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 390.7 0)",width:"100%",xlinkHref:"#".concat(c[0])}),h.jsx("path",{d:"M72.7 694.3H318v12.5H72.7zm-6.5 12.5h258.3v12.5H66.2zm19.4-31.3H305v8.1H85.6z"}),h.jsx("path",{d:"M79.2 683.6h232.4v10.6H79.2zm10.2-14.3h212v6.2h-212z"}),h.jsx("path",{d:"M112.4 669.3h16v50h-16z"}),h.jsx("path",{d:"M116 669.3h8.9v50h-9zm71 0h16v50h-16z"}),h.jsx("path",{d:"M190.7 669.3h9v50h-9zm71.5 0h16v50h-16z"}),h.jsx("path",{d:"M265.7 669.3h9v50h-9z"}),h.jsx("path",{d:"M99 664.2h193M115.8 713h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m65.8 37.5h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m66.2 37.5h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2",fill:"none"})]})]})}));exports.KH=a;
1
+ "use strict";var h=require("react/jsx-runtime"),v=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=v.forwardRef((function(v,a){var e=v.height,z=v.width,c=t.useStableUniqueId(1);return h.jsxs(s.FlagIconBase,{ref:a,height:e,viewBox:"0 0 640 480",width:z,children:[h.jsx("path",{d:"M0 0h640v480H0z",fill:"#032ea1"}),h.jsx("path",{d:"M0 120h640v240H0z",fill:"#e00025"}),h.jsxs("g",{fill:"#fff",stroke:"#000",transform:"matrix(1.2 0 0 1.2 85.6 -522)",children:[h.jsxs("g",{strokeLinejoin:"bevel",children:[h.jsx("path",{d:"M139 623.5h113.8v43.8H139z"}),h.jsx("path",{d:"M247 647.6h3.5v16.5H247zm-108-8.1h113.8v5H139zm0-7h113.8v4.6H139z"}),h.jsx("path",{d:"M139 625.7h113.8v4.3H139z",strokeWidth:".9"}),h.jsx("path",{d:"M169 647.6h3.6v16.5H169zm49 0h3.6v16.5H218zm-78 0h3.5v16.5H140zm7 0h3.5v16.5H147zm7.5 0h3.5v16.5h-3.5zm7.5 0h3.5v16.5H162zm62.8 0h3.6v16.5h-3.6zm7.5 0h3.6v16.5h-3.6zm7.5 0h3.6v16.5h-3.6z"}),h.jsx("path",{d:"M94.5 669.5a9.3 9.3 0 0 0 4.4-5.3H292a9.3 9.3 0 0 0 4.4 5.3z",strokeLinejoin:"miter"})]}),h.jsx("path",{d:"M193 556.8s-.1-4.1 2.3-4.2c2.3 0 2.2 4.2 2.2 4.2zm-12.5 54.5v-5.5c0-2.8-2.8-3-2.8-5 0 0-.4-3 .4-4.4 1.1 4 3 3.3 3 1.6 0-1.4-1-2.8-3.3-6.3-.8-1.1-.3-4.6.7-5.9.4 3 .9 4.5 2.2 4.5.8 0 1.4-.5 1.4-2 0-2-1.3-3-2-4.8a5 5 0 0 1 1.1-5.3c.5 3 .4 4.2 1.7 4.2 2.7-.9 0-4.8-.6-5.8-.6-1.1 1-3.4 1-3.4.8 2.7 1 2.9 2 2.6 1.2-.3 1-2-.4-3.4-.9-1-.8-2.3.2-3.3 1 1.9 2.2 1.8 2.3.6l-.8-4.4H204l-.9 4.3c-.2 1.2 1.4 1.5 2.4-.5 1 1 1.1 2.4.2 3.3-1.4 1.4-1.6 3.1-.4 3.4 1 .3 1.2 0 2-2.6 0 0 1.5 1.5 1 3.4-.6 1-3.3 5-.6 5.8 1.3 0 1.2-1.2 1.7-4.2a5 5 0 0 1 1 5.3c-.6 1.8-2 2.8-2 4.8 0 1.5.7 2 1.5 2 1.3 0 1.8-1.4 2.2-4.5 1 1.3 1.5 4.8.7 6-2.3 3.4-3.4 4.8-3.4 6.2 0 1.7 2 2.4 3-1.6.9 1.4.5 4.4.5 4.4 0 2-2.7 2.2-2.8 5v5.5zm7.2-46-.4-3.1h15.9l-.4 3.1zm1-3.2-.2-2.5H202l-.3 2.5zm2.3-2.6-.3-2.6h9l-.1 2.6zm33 110c-2-.7-5-2.9-5-5v-24.3l2.6-3.4H169l2.5 3.4v24.3c0 2.1-2 4.3-4 5z"}),h.jsx("path",{d:"M178.2 647.6h3.6v16.5h-3.6zm30.4 0h3.6v16.5h-3.6z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M168 609.2v27.6h54v-27.6a4.2 4.2 0 0 0-2.6 2.8v11.8h-48.7V612s-.6-2-2.8-2.8z"}),h.jsx("path",{d:"M214.6 669.5c-1.8-.7-5.6-2.9-5.6-5v-27.2c.4-1.5 2.4-2.4 3.7-3.4H177c1.7 1 3.6 1.7 4.3 3.4v27.2c0 2.1-3 4.3-4.8 5z"}),h.jsx("path",{d:"M219.4 634.2v-19.6h-4.9v-1.9h-38.8v2h-5v19.5zM207 669.5c-1.8-.7-4.3-2.9-4.3-5v-23.2l1.4-2.1h-17.7l1.5 2v23.3c0 2.1-2.6 4.3-4.3 5z"}),h.jsx("path",{d:"M190.7 639.2h9v30.3h-9z"}),h.jsx("path",{d:"M204.4 632.5c0-2 5.8-2.1 8.8-3.8h-36c3 1.7 8.7 1.8 8.7 3.8l1.2 3.9 15 .6z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M211.4 611.3c0-4.9.2-6.7 1.7-6.7V620c-3.7 1.4-6.3 6-6.3 6h-23.2s-2.6-4.6-6.3-6v-15.5c1.8 0 1.8 2 1.8 6.7zm1.7-2c0-5.6 4.9-6.2 4.9-6.2v5c-1.9-.1-2.8 1.6-2.8 4 0 2.5 1.5 2.5 1.5 2.5v14.2h-3.6z"}),h.jsx("path",{d:"M177.3 609.3c0-5.6-4.9-6.2-4.9-6.2v5c1.9-.1 2.8 1.6 2.8 4 0 2.5-1.5 2.5-1.5 2.5v14.2h3.6z"}),h.jsxs("g",{fill:"none",strokeWidth:".8",children:[h.jsx("path",{d:"M186.8 570.6H204m-19.2 5.4h21m-23 6.5h24.9m-27 7.9h29.5m-30.2 9h30.4"}),h.jsx("path",{d:"M170.8 629h48.6m-33.2 0h18v6.6h-18z",strokeWidth:"1"})]}),h.jsx("path",{d:"M184 614.2c3 3.6 2.6 9.7 2.6 13.3H204c0-3.6-.4-9.7 2.6-13.3zm9.7-41-2.4-1.3v-3.5c1 .3 2 .4 2.2 2 .3-2.3 1-2.1 1.9-3 1 .9 1.5.7 1.9 3 0-1.6 1.2-1.7 2.1-2v3.5l-2.3 1.2z"}),h.jsx("path",{d:"m193.5 578.9-4-2.8V573c1.5.3 3 .5 3.2 2.2.4-2.5 1.3-3.7 2.7-4.7 1.3 1 2.2 2.2 2.7 4.7.1-1.7 1.7-1.9 3-2.2v3.2l-3.9 2.7z"}),h.jsx("path",{d:"m193.2 587.8-4.5-4v-4.7c1.6.4 3.4.6 3.6 3.1.5-3.5 1.5-5.4 3-6.8 1.6 1.4 2.6 3.3 3.2 6.8.2-2.5 2-2.7 3.6-3.1v4.7l-4.6 4zm8.4 5.3-4 5.7h-4.7l-4.1-5.7zm-15.2 9.5c2 1.1 2.8 3.4 3 7.6H201c.2-4.2 1-6.5 3-7.6z"}),h.jsx("path",{d:"M204.2 593v-5.6a5.2 5.2 0 0 0-3.8 3.3c0-2-2.5-6.3-5.2-8.5-2.7 2.4-5.3 6.4-5.2 8.4-.5-1.5-1.8-2.7-3.8-3.2v5.7z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M205 602.6V597c-2.1.6-3.5 1.7-4.1 3.3 0-2-2.7-6.3-5.7-8.5-3 2.5-5.8 6.4-5.7 8.5-.5-1.5-2-2.7-4.1-3.3v5.7z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M207.4 614.3v-6.6a9.6 9.6 0 0 0-5.1 3.8c0-3.5-4-9-7.1-10.7-3.2 1.8-7.1 7.4-7.1 10.7a9.7 9.7 0 0 0-5.2-3.8v6.6z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M206 629v-6.8c-2.4.9-3 3.1-3.8 4.7.3-6.9-3.8-14.2-7-16.1-3.2 1.9-7.4 9.4-7 16-.8-1.4-1.5-3.7-3.8-4.6v6.7z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M204.4 639.2v-6.8c-2.5.6-2.6 1.5-3.4 3 .3-4.1-2.6-8.8-5.8-10.6-3.2 1.8-6 6.5-5.8 10.6-.8-1.5-.9-2.4-3.4-3v6.8z"}),h.jsxs("g",{id:"".concat(c[0]),children:[h.jsx("path",{d:"M99 664.2v-20.4c-.7-2.6-3-5-4.6-5.4v-18l3.7 2 4.3 18.9v23z"}),h.jsx("path",{d:"M99 664.3v-20.5c-.7-2.6-3-5-4.6-5.4v-19.2c2.5 0 3.7 3.2 3.7 3.2l4.3 18.9v22.9z"}),h.jsx("path",{d:"M96.3 669.5c1.7-.7 4.2-2.9 4.2-5v-25.6l-1.2-2H143l-1.7 2v25.6a6 6 0 0 0 3.4 5z"}),h.jsx("path",{d:"M135.8 669.5c-1.7-.7-4.2-2.9-4.2-5v-24.3l3.6-3.4h-29.6l3.6 3.4v24.3c0 2.1-2.5 4.3-4.2 5z"}),h.jsx("path",{d:"M131.7 669.5c-1.7-.7-4.3-2.9-4.3-5v-22l2.4-3.3H111l2.4 3.3v22c0 2.1-2.5 4.3-4.3 5z"}),h.jsx("path",{d:"M116 639.2h8.9v30.4h-9z"}),h.jsx("path",{d:"M103.7 647.6h3.6v16.5h-3.6zm30.8 0h3.5v16.5h-3.6zm-33.9-27.8h4.4v17h-4.4zm0-3.2h4.3v3.2h-4.3zm35.6 6.9h6.1v13h-6.1z",strokeLinejoin:"bevel"}),h.jsx("path",{d:"M104.9 636.6v-29c1.2 0 1.4 4.3 4.2 4.3 1.5 0 1.4-1.8.5-3.2-.7-1.3-1.6-3-.4-6.3.9 2.5 3.1 3.3 2.7 1.8-.7-2.7-2.8-3.2-1.2-7.3.5 3.4 2.7 3.3 2.2 1.3-.6-2.3-1.9-3.3-.3-6.5.9 3.7 2 3.5 2 1.2 0-3.4 0-7 4.2-8.3 0 0 .3-3 1.9-3 1.5 0 1.8 3 1.8 3 4.3 1.3 4.2 5 4.2 8.3 0 2.3 1.1 2.5 2-1.2 1.6 3.2.3 4.2-.3 6.5-.5 2 1.7 2.1 2.2-1.3 1.6 4.1-.5 4.6-1.2 7.3-.4 1.5 1.8.7 2.7-1.8 1.2 3.3.3 5-.4 6.3-.8 1.4-1 3.2.5 3.2 2.8 0 3-4.2 4.2-4.2v28.9zM98 614.7v22.1h2.5v-22.1c-.9-.5-1.7-.5-2.5 0z"}),h.jsx("path",{d:"M98.2 629c3.1 1.6 6.2 3.5 7 7.8h-7zm43.2-6.6v14.4h2v-14.4c-.6-.3-1.5-.4-2 0z"}),h.jsx("path",{d:"M143.4 629c-3.1 1.5-6.2 3.3-7 7.7h7zm-20.6-33.7 1.8-1.5v-2c-.6 0-1 .3-1.5 1a5 5 0 0 0-2.5-3 5 5 0 0 0-2.6 2.9c-.5-.7-.8-.8-1.5-1v2l1.8 1.6z"}),h.jsx("path",{d:"m123.8 600.2.8-1.9v-2.5c-.6 0-1 .3-1.5 1a5 5 0 0 0-2.5-3 5 5 0 0 0-2.6 2.9c-.5-.7-.8-.8-1.5-.9v2.5l.8 1.9z"}),h.jsx("path",{d:"m124 606.8 2.6-3.3v-3.2c-1 0-1.5.5-2.2 1.6-.7-2.3-2-2.7-3.8-3.8-1.9 1-3.2 1.5-3.8 3.7-.8-1.1-1.3-1.4-2.3-1.5v3.2l2.7 3.3z"}),h.jsx("path",{d:"M124.7 613.3s3.2-2.7 3.3-4.2v-3.5c-1.2.1-2.3.4-3.2 1.9-.8-2.9-2-3.7-4.2-5-2.3 1.3-3.5 2.1-4.2 5-1-1.5-2-1.8-3.3-2v3.6a15 15 0 0 0 3.3 4.2z"}),h.jsx("path",{d:"M126 625.3s4.4-4.7 4.5-6.6v-5.4c-1.6.2-3.2 1.3-4.4 3.6-1-4.5-2.6-7.6-5.5-9.8-3 2.2-4.6 5.3-5.6 9.8-1.2-2.3-2.7-3.4-4.3-3.6v5.4c.3 1.9 4.4 6.6 4.4 6.6z"}),h.jsx("path",{d:"M126 632.4s3.7-3.7 4.5-5.3v-5.4c-1.6.2-3.2 1.3-4.4 3.5a14 14 0 0 0-5.5-9.2c-3 2.2-4.6 4.7-5.6 9.2-1.2-2.2-2.7-3.3-4.3-3.5v5.4c1 1.6 4.4 5.3 4.4 5.3z"}),h.jsx("path",{d:"M127.5 636.6c-1-4.7-2-8.2-7.1-11.7-5.2 3.5-6.1 7-7.2 11.7z"}),h.jsx("path",{d:"M130.2 639.2v-6.8c-2.4 1-4.5 2.3-5.3 3.8-.8-3.8-2.5-5.4-4.6-7.7-2.1 2.3-3.5 4-4.4 7.7-.8-1.5-2.9-2.9-5.2-3.8v6.8z"})]}),h.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 390.7 0)",width:"100%",xlinkHref:"#".concat(c[0])}),h.jsx("path",{d:"M72.7 694.3H318v12.5H72.7zm-6.5 12.5h258.3v12.5H66.2zm19.4-31.3H305v8.1H85.6z"}),h.jsx("path",{d:"M79.2 683.6h232.4v10.6H79.2zm10.2-14.3h212v6.2h-212z"}),h.jsx("path",{d:"M112.4 669.3h16v50h-16z"}),h.jsx("path",{d:"M116 669.3h8.9v50h-9zm71 0h16v50h-16z"}),h.jsx("path",{d:"M190.7 669.3h9v50h-9zm71.5 0h16v50h-16z"}),h.jsx("path",{d:"M265.7 669.3h9v50h-9z"}),h.jsx("path",{d:"M99 664.2h193M115.8 713h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m65.8 37.5h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m66.2 37.5h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2",fill:"none"})]})]})}));exports.KH=a;
package/icons/flags/KI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),d=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=l.forwardRef((function(l,a){var f=l.height,i=l.width,s=t.useStableUniqueId(1);return e.jsxs(d.FlagIconBase,{ref:a,height:f,viewBox:"0 0 640 480",width:i,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(s[0]),children:e.jsx("path",{d:"M-86.3 0h682.6v512H-86.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(s[0],")"),transform:"translate(81) scale(.9375)",children:[e.jsx("path",{d:"M-164.3 0h835.8v306.5h-835.8z",fill:"#e73e2d",fillRule:"evenodd"}),e.jsx("path",{d:"M204.3 282.1c-19.4-15.2-55.6-10-61.6-51.3 27.7 21.5 22.7-1.2 64 19.3l-2.4 32z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M209.5 263.4c-13.9-20.4-50-26.6-43-67.7 19.9 28.9 22 5.7 55.2 37.9l-12.2 29.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M215.8 250c-5-24.1-36-43.6-13.8-79 7.2 34.4 18 13.8 36.4 56.2L215.8 250z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M230.3 237.6c2.7-24.5-20.8-52.6 11.1-79.4-3.6 34.9 13 18.7 17.5 64.6l-28.6 14.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M243.3 227.7c12.4-21.3 2.5-56.5 42.6-67.9-17.6 30.3 4.2 22.3-10.5 66l-32.1 1.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M262 230.3c18.6-16.2 20.4-52.8 62-50.9-26.3 23.2-3 22.5-31 59.4l-31-8.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M278.6 239.9c22.5-10.1 34.9-44.5 74.1-30.5-32 14.5-9.5 20.7-47 47.7l-27.1-17.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M292.5 255c24.4-3.4 46-33 79.7-8.4-34.7 4.9-15 17.1-58.5 32.5l-21.2-24.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m379.5 259.6-112.1 2.5 4.7 30.2 107.4-32.7z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m363 218.4-103.8 39.9 17.3 33.3 86.5-73.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m280.6 280.7 53.7-97.6-82.4 76.7 28.7 20.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m279.5 272.6 17.2-109.4-53.8 97.2 36.6 12.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m273 263.7-18-110.2-20 110.7 38-.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m263.7 254.3-52.3-92 20 111.8 32.3-19.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m255.6 253.6-81.1-68.5 57.6 98 23.5-29.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m146 218.9 87 71.9 13.4-37.6L146 218.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m232.1 260.9-102.3-1.5 101.9 34 .4-32.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M315.1 279.2a61.4 61.4 0 1 1-122.7 0 61.4 61.4 0 0 1 122.7 0z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M-165.1 303.4h839.9V512h-840z",fill:"#005989",fillRule:"evenodd"}),e.jsx("path",{d:"M-165.6 454c15.6 7.2 38 25.3 62 25.3 40-.3 41-27.4 81.6-26.1 40.7 1 33.3 29.6 88.2 29.5 45.4-.2 60-34.7 99.2-30.6 29-1.5 40.8 32.7 85.3 33.2 46.2 1 63.1-37.3 92-34.1 31 0 41 30.8 84.3 31 55.2.3 64.9-32 99.3-30 24.6-.5 44 23.7 80 24.3 28.6.5 52.7-21.2 69-29l.7-36.8c-17 6.3-42.4 27.1-67.7 27.3-36.6 1.4-59.1-24-84.5-23.7-30.4.3-42.5 31.3-94 31.3-47.2 0-58-31.3-88.4-31.3-29.7.2-38.8 34-90.3 33.4-42-.5-58.3-32.3-88-32-31.5 0-64 30.9-99 29.4-48-2-58.5-29.4-90-29.4-23.5 0-49 25.6-77.3 26-28.2.5-59.9-25.5-62.8-26l.4 38.3zm0-73c15.6 7.3 38 25.4 62 25.4 40-.3 41-27.4 81.6-26.2 40.7 1 33.3 29.7 88.2 29.5 45.4 0 60-34.6 99.2-30.5 29-1.5 40.8 32.7 85.3 33.1 46.2 1 63.1-37.2 92-34 31 0 41 30.8 84.3 31 55.2.3 64.9-32 99.3-30 24.6-.5 44 23.7 80 24.3 28.6.5 52.7-21.2 69-29l.7-36.8c-17 6.3-42.4 27-67.7 27.3-36.6 1.3-59.1-24-84.5-23.7-30.4.3-42.5 31.3-94 31.3-47.2 0-58-31.3-88.4-31.3-29.7.2-38.8 34-90.3 33.4-42-.5-58.3-32.3-88-32-31.5 0-64 30.8-99 29.3-48-2-58.5-29.4-90-29.4-23.5 0-49 25.7-77.3 26.1-28.2.4-59.9-25.5-62.8-26l.4 38.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M-165.6 309c15.6 7.2 38 25.2 61.9 25.2 40-.2 41-27.4 81.6-26.1 40.6 1 33.2 29.6 88.1 29.5 45.3-.1 60-34.7 99-30.5 29-1.5 40.8 32.7 85.3 33.1 46.1 1 63-37.3 92-34.1 30.8 0 41 30.8 84.2 31 55 .3 64.7-32 99.2-30 24.5-.5 43.9 23.7 79.8 24.3 28.7.5 52.7-21.2 69-29l.7-36.8c-17 6.4-42.3 27.1-67.7 27.3-36.4 1.4-59-23.9-84.4-23.7-30.3.3-42.4 31.3-94 31.3-47 0-57.8-31.3-88.2-31.3-29.7.3-38.8 34-90.1 33.4-42-.5-58.3-32.2-88-32-31.5 0-64 30.9-98.8 29.4-48.1-2-58.5-29.4-90-29.4-23.5 0-48.9 25.6-77.2 26-28.2.5-59.8-25.4-62.8-26l.4 38.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M136.8 76c61-4.2 50-9.4 74.5-13.4 31 4.3 34.5 23 51.8 34.5 0 0-6.5 22-27.7 18.9-2.9-8.8 10.2-11.6-27.5-34.6-22-1.3-61.3 3.9-71-5.4zm189.3 33.9-44 1.8v10.9c29.7 1 35-3 44-12.7z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.8"}),e.jsx("path",{d:"M174.8 108c7.7-3.9 11.5-2.3 18.2-2.5 4.5 8.3 8.8 9 18.8 10a49.5 49.5 0 0 0 39.9 21.8c29.9-.8 39.4-21.7 59.5-24h21.2c-3.5-6-6.3-9.5-14-9.9-15.8-.8-36.2-.4-54 3.6l-25.1 6.3c-7.4-3.6-25.3-22.4-36.8-22-6.7 1.8-6.7 4.1-10 6.7-6.5 2.8-13 1.4-17.7 10z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeLinejoin:"round",strokeWidth:"1.7"}),e.jsx("path",{d:"M205.1 99a3.2 3.2 0 1 1-6.3 0 3.2 3.2 0 0 1 6.3 0z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M225.6 107.8c44.9-54.1 84.1-47.5 135.3-51.2 1.7 6.3 1 15.7-23.3 24-33.4 5-93.1 40.2-93.4 40.2-11.1-.6-18.9-12.2-18.6-13z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.8"}),e.jsx("path",{d:"M317.9 72.5 351 74m-36.7 4 24.1 2",fill:"none",stroke:"#d9a43e",strokeLinecap:"round",strokeWidth:"1.8"})]})]})}));exports.KI=a;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),d=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=l.forwardRef((function(l,a){var f=l.height,i=l.width,s=t.useStableUniqueId(1);return e.jsxs(d.FlagIconBase,{ref:a,height:f,viewBox:"0 0 640 480",width:i,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(s[0]),children:e.jsx("path",{d:"M-86.3 0h682.6v512H-86.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(s[0],")"),transform:"translate(81) scale(.9375)",children:[e.jsx("path",{d:"M-164.3 0h835.8v306.5h-835.8z",fill:"#e73e2d",fillRule:"evenodd"}),e.jsx("path",{d:"M204.3 282.1c-19.4-15.2-55.6-10-61.6-51.3 27.7 21.5 22.7-1.2 64 19.3l-2.4 32z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M209.5 263.4c-13.9-20.4-50-26.6-43-67.7 19.9 28.9 22 5.7 55.2 37.9l-12.2 29.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M215.8 250c-5-24.1-36-43.6-13.8-79 7.2 34.4 18 13.8 36.4 56.2L215.8 250z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M230.3 237.6c2.7-24.5-20.8-52.6 11.1-79.4-3.6 34.9 13 18.7 17.5 64.6l-28.6 14.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M243.3 227.7c12.4-21.3 2.5-56.5 42.6-67.9-17.6 30.3 4.2 22.3-10.5 66l-32.1 1.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M262 230.3c18.6-16.2 20.4-52.8 62-50.9-26.3 23.2-3 22.5-31 59.4l-31-8.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M278.6 239.9c22.5-10.1 34.9-44.5 74.1-30.5-32 14.5-9.5 20.7-47 47.7l-27.1-17.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M292.5 255c24.4-3.4 46-33 79.7-8.4-34.7 4.9-15 17.1-58.5 32.5l-21.2-24.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m379.5 259.6-112.1 2.5 4.7 30.2 107.4-32.7z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m363 218.4-103.8 39.9 17.3 33.3 86.5-73.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m280.6 280.7 53.7-97.6-82.4 76.7 28.7 20.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m279.5 272.6 17.2-109.4-53.8 97.2 36.6 12.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m273 263.7-18-110.2-20 110.7 38-.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m263.7 254.3-52.3-92 20 111.8 32.3-19.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m255.6 253.6-81.1-68.5 57.6 98 23.5-29.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m146 218.9 87 71.9 13.4-37.6L146 218.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m232.1 260.9-102.3-1.5 101.9 34 .4-32.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M315.1 279.2a61.4 61.4 0 1 1-122.7 0 61.4 61.4 0 0 1 122.7 0z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M-165.1 303.4h839.9V512h-840z",fill:"#005989",fillRule:"evenodd"}),e.jsx("path",{d:"M-165.6 454c15.6 7.2 38 25.3 62 25.3 40-.3 41-27.4 81.6-26.1 40.7 1 33.3 29.6 88.2 29.5 45.4-.2 60-34.7 99.2-30.6 29-1.5 40.8 32.7 85.3 33.2 46.2 1 63.1-37.3 92-34.1 31 0 41 30.8 84.3 31 55.2.3 64.9-32 99.3-30 24.6-.5 44 23.7 80 24.3 28.6.5 52.7-21.2 69-29l.7-36.8c-17 6.3-42.4 27.1-67.7 27.3-36.6 1.4-59.1-24-84.5-23.7-30.4.3-42.5 31.3-94 31.3-47.2 0-58-31.3-88.4-31.3-29.7.2-38.8 34-90.3 33.4-42-.5-58.3-32.3-88-32-31.5 0-64 30.9-99 29.4-48-2-58.5-29.4-90-29.4-23.5 0-49 25.6-77.3 26-28.2.5-59.9-25.5-62.8-26l.4 38.3zm0-73c15.6 7.3 38 25.4 62 25.4 40-.3 41-27.4 81.6-26.2 40.7 1 33.3 29.7 88.2 29.5 45.4 0 60-34.6 99.2-30.5 29-1.5 40.8 32.7 85.3 33.1 46.2 1 63.1-37.2 92-34 31 0 41 30.8 84.3 31 55.2.3 64.9-32 99.3-30 24.6-.5 44 23.7 80 24.3 28.6.5 52.7-21.2 69-29l.7-36.8c-17 6.3-42.4 27-67.7 27.3-36.6 1.3-59.1-24-84.5-23.7-30.4.3-42.5 31.3-94 31.3-47.2 0-58-31.3-88.4-31.3-29.7.2-38.8 34-90.3 33.4-42-.5-58.3-32.3-88-32-31.5 0-64 30.8-99 29.3-48-2-58.5-29.4-90-29.4-23.5 0-49 25.7-77.3 26.1-28.2.4-59.9-25.5-62.8-26l.4 38.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M-165.6 309c15.6 7.2 38 25.2 61.9 25.2 40-.2 41-27.4 81.6-26.1 40.6 1 33.2 29.6 88.1 29.5 45.3-.1 60-34.7 99-30.5 29-1.5 40.8 32.7 85.3 33.1 46.1 1 63-37.3 92-34.1 30.8 0 41 30.8 84.2 31 55 .3 64.7-32 99.2-30 24.5-.5 43.9 23.7 79.8 24.3 28.7.5 52.7-21.2 69-29l.7-36.8c-17 6.4-42.3 27.1-67.7 27.3-36.4 1.4-59-23.9-84.4-23.7-30.3.3-42.4 31.3-94 31.3-47 0-57.8-31.3-88.2-31.3-29.7.3-38.8 34-90.1 33.4-42-.5-58.3-32.2-88-32-31.5 0-64 30.9-98.8 29.4-48.1-2-58.5-29.4-90-29.4-23.5 0-48.9 25.6-77.2 26-28.2.5-59.8-25.4-62.8-26l.4 38.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M136.8 76c61-4.2 50-9.4 74.5-13.4 31 4.3 34.5 23 51.8 34.5 0 0-6.5 22-27.7 18.9-2.9-8.8 10.2-11.6-27.5-34.6-22-1.3-61.3 3.9-71-5.4zm189.3 33.9-44 1.8v10.9c29.7 1 35-3 44-12.7z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.8"}),e.jsx("path",{d:"M174.8 108c7.7-3.9 11.5-2.3 18.2-2.5 4.5 8.3 8.8 9 18.8 10a49.5 49.5 0 0 0 39.9 21.8c29.9-.8 39.4-21.7 59.5-24h21.2c-3.5-6-6.3-9.5-14-9.9-15.8-.8-36.2-.4-54 3.6l-25.1 6.3c-7.4-3.6-25.3-22.4-36.8-22-6.7 1.8-6.7 4.1-10 6.7-6.5 2.8-13 1.4-17.7 10z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeLinejoin:"round",strokeWidth:"1.7"}),e.jsx("path",{d:"M205.1 99a3.2 3.2 0 1 1-6.3 0 3.2 3.2 0 0 1 6.3 0z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M225.6 107.8c44.9-54.1 84.1-47.5 135.3-51.2 1.7 6.3 1 15.7-23.3 24-33.4 5-93.1 40.2-93.4 40.2-11.1-.6-18.9-12.2-18.6-13z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.8"}),e.jsx("path",{d:"M317.9 72.5 351 74m-36.7 4 24.1 2",fill:"none",stroke:"#d9a43e",strokeLinecap:"round",strokeWidth:"1.8"})]})]})}));exports.KI=a;
package/icons/flags/KM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var s=i.height,t=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h768.8v128H0z",fill:"#ff0"}),e.jsx("path",{d:"M0 128h768.8v128H0z",fill:"#fff"}),e.jsx("path",{d:"M0 256h768.8v128H0z",fill:"#be0027"}),e.jsx("path",{d:"M0 384h768.8v128H0z",fill:"#3b5aa3"}),e.jsx("path",{d:"M0 0v512l381.9-255.3L0 0z",fill:"#239e46"}),e.jsx("path",{d:"M157.2 141.4c-85-4.3-123.9 63.5-123.8 115.9-.2 62 58.6 113 112.8 110C117 353.5 81.2 314.6 81 257c-.3-52.1 29.5-97.5 76.3-115.6z",fill:"#fff"}),e.jsx("path",{d:"m156 197-12-9.3-14.6 4.6 5.2-14.4-8.8-12.4 15.2.6 9-12.3 4.3 14.7 14.4 4.8-12.6 8.5zm-.3 52.1-12-9.4-14.6 4.6 5.3-14.3-8.9-12.4 15.3.5 9-12.2 4.2 14.6 14.5 4.9-12.7 8.5zm.2 52.6-12-9.4-14.5 4.6 5.2-14.3-8.8-12.4 15.2.5 9-12.2 4.3 14.6 14.4 4.8-12.6 8.6zm-.2 53-12-9.3L129 350l5.3-14.4-8.9-12.4 15.3.6 9-12.3 4.2 14.7 14.5 4.8-12.7 8.5z",fill:"#fff"})]})]})}));exports.KM=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var s=i.height,t=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h768.8v128H0z",fill:"#ff0"}),e.jsx("path",{d:"M0 128h768.8v128H0z",fill:"#fff"}),e.jsx("path",{d:"M0 256h768.8v128H0z",fill:"#be0027"}),e.jsx("path",{d:"M0 384h768.8v128H0z",fill:"#3b5aa3"}),e.jsx("path",{d:"M0 0v512l381.9-255.3L0 0z",fill:"#239e46"}),e.jsx("path",{d:"M157.2 141.4c-85-4.3-123.9 63.5-123.8 115.9-.2 62 58.6 113 112.8 110C117 353.5 81.2 314.6 81 257c-.3-52.1 29.5-97.5 76.3-115.6z",fill:"#fff"}),e.jsx("path",{d:"m156 197-12-9.3-14.6 4.6 5.2-14.4-8.8-12.4 15.2.6 9-12.3 4.3 14.7 14.4 4.8-12.6 8.5zm-.3 52.1-12-9.4-14.6 4.6 5.3-14.3-8.9-12.4 15.3.5 9-12.2 4.2 14.6 14.5 4.9-12.7 8.5zm.2 52.6-12-9.4-14.5 4.6 5.2-14.3-8.8-12.4 15.2.5 9-12.2 4.3 14.6 14.4 4.8-12.6 8.6zm-.2 53-12-9.3L129 350l5.3-14.4-8.9-12.4 15.3.6 9-12.3 4.2 14.7 14.5 4.8-12.7 8.5z",fill:"#fff"})]})]})}));exports.KM=a;
package/icons/flags/KN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-80.1 0h682.7v512H-80.1z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(75.1) scale(.9375)",children:[e.jsx("path",{d:"M-107.8.2h737.6v511.3h-737.6z",fill:"#ffe900"}),e.jsx("path",{d:"m-108.2.2.8 368.6L466.6 0l-574.8.2z",fill:"#35a100"}),e.jsx("path",{d:"m630.7 511.5-1.4-383.2-579 383.5 580.4-.3z",fill:"#c70000"}),e.jsx("path",{d:"m-107.9 396.6.5 115.4 125.3-.2 611.7-410.1L629 1.4 505.2.2l-613 396.4z"}),e.jsx("path",{d:"m380.4 156.6-9.8-42.2 33.3 27 38-24.6-17.4 41.3 33.4 27-44.2-1.5-17.3 41.3-9.9-42.2-44.1-1.5zm-275.2 179-9.9-42.3 33.3 27 38-24.6-17.4 41.3 33.4 27-44.1-1.5-17.4 41.3-9.8-42.2-44.1-1.5z",fill:"#fff"})]})]})}));exports.KN=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-80.1 0h682.7v512H-80.1z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(75.1) scale(.9375)",children:[e.jsx("path",{d:"M-107.8.2h737.6v511.3h-737.6z",fill:"#ffe900"}),e.jsx("path",{d:"m-108.2.2.8 368.6L466.6 0l-574.8.2z",fill:"#35a100"}),e.jsx("path",{d:"m630.7 511.5-1.4-383.2-579 383.5 580.4-.3z",fill:"#c70000"}),e.jsx("path",{d:"m-107.9 396.6.5 115.4 125.3-.2 611.7-410.1L629 1.4 505.2.2l-613 396.4z"}),e.jsx("path",{d:"m380.4 156.6-9.8-42.2 33.3 27 38-24.6-17.4 41.3 33.4 27-44.2-1.5-17.3 41.3-9.9-42.2-44.1-1.5zm-275.2 179-9.9-42.3 33.3 27 38-24.6-17.4 41.3 33.4 27-44.1-1.5-17.4 41.3-9.8-42.2-44.1-1.5z",fill:"#fff"})]})]})}));exports.KN=a;
package/icons/flags/KP.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=i.forwardRef((function(i,s){var t=i.height,a=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,height:t,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M5 .1h682.6V512H5.1z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(-4.8 -.1) scale(.93768)",children:[e.jsx("path",{d:"M776 511.5H-76V.5h852z",fill:"#fff",stroke:"#000"}),e.jsx("path",{d:"M776 419H-76v92.5h852z",fill:"#3e5698"}),e.jsx("path",{d:"M776 397.6H-76V114.4h852z",fill:"#c60000"}),e.jsx("path",{d:"M776 .6H-76V93h852z",fill:"#3e5698"}),e.jsx("path",{d:"M328.5 256c0 63.5-53 115-118.6 115S91.3 319.5 91.3 256s53-114.8 118.6-114.8c65.5 0 118.6 51.4 118.6 114.9z",fill:"#fff"}),e.jsx("path",{d:"m175.8 270.6-57-40.7 71-.2 22.7-66.4 21.1 66.1 71-.4-57.9 41.2 21.3 66.1-57-40.7-58 41.3z",fill:"#c40000"})]})]})}));exports.KP=s;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=i.forwardRef((function(i,s){var t=i.height,a=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,height:t,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M5 .1h682.6V512H5.1z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(-4.8 -.1) scale(.93768)",children:[e.jsx("path",{d:"M776 511.5H-76V.5h852z",fill:"#fff",stroke:"#000"}),e.jsx("path",{d:"M776 419H-76v92.5h852z",fill:"#3e5698"}),e.jsx("path",{d:"M776 397.6H-76V114.4h852z",fill:"#c60000"}),e.jsx("path",{d:"M776 .6H-76V93h852z",fill:"#3e5698"}),e.jsx("path",{d:"M328.5 256c0 63.5-53 115-118.6 115S91.3 319.5 91.3 256s53-114.8 118.6-114.8c65.5 0 118.6 51.4 118.6 114.9z",fill:"#fff"}),e.jsx("path",{d:"m175.8 270.6-57-40.7 71-.2 22.7-66.4 21.1 66.1 71-.4-57.9 41.2 21.3 66.1-57-40.7-58 41.3z",fill:"#c40000"})]})]})}));exports.KP=s;
package/icons/flags/KR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=a.forwardRef((function(a,t){var i=a.height,r=a.width,f=s.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:t,height:i,viewBox:"0 0 640 480",width:r,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-95.8-.4h682.7v512H-95.8z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(89.8 .4) scale(.9375)",children:[e.jsx("path",{d:"M610.6 511.6h-730.2V-.4h730.2z",fill:"#fff"}),e.jsx("path",{d:"M251.9 256a112.5 112.5 0 1 1-225 0 112.5 112.5 0 0 1 225 0z",fill:"#fff"}),e.jsx("path",{d:"M393 262.6c0 81-65 146.8-145.3 146.8s-145.2-65.8-145.2-146.8 65-146.9 145.3-146.9S393 181.6 393 262.6z",fill:"#c70000"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7 83.6-96.7 19.9 17-83.7 96.9z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48 83.6-96.9 19.9 17.2-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8 83 97.4-20 17-83-97.4zm-55.7 47.5 83 97.4-20 17-83-97.4z"}),e.jsx("path",{d:"M417.6 133.2 496 65.4l14.7 17-84 75.4-9.3-24.6z",fill:"#fff"}),e.jsx("path",{d:"m514.2 372-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z"}),e.jsx("path",{d:"M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z",fill:"#3d5897"}),e.jsx("path",{d:"m436 370.6 78.6 67.6-14.6 17-87.1-71.8 23-12.8z",fill:"#fff"}),e.jsx("path",{d:"m-1.9 357.2 83 97.3-20 17-83-97.3z"}),e.jsx("path",{d:"m-16.2 437.3 78.6-67.9 14.7 17-84 75.5-9.3-24.7z",fill:"#fff"}),e.jsx("path",{d:"m25.7 333.7 83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z"})]})]})}));exports.KR=t;
1
+ "use strict";var e=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=a.forwardRef((function(a,t){var i=a.height,r=a.width,f=s.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:t,height:i,viewBox:"0 0 640 480",width:r,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-95.8-.4h682.7v512H-95.8z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(89.8 .4) scale(.9375)",children:[e.jsx("path",{d:"M610.6 511.6h-730.2V-.4h730.2z",fill:"#fff"}),e.jsx("path",{d:"M251.9 256a112.5 112.5 0 1 1-225 0 112.5 112.5 0 0 1 225 0z",fill:"#fff"}),e.jsx("path",{d:"M393 262.6c0 81-65 146.8-145.3 146.8s-145.2-65.8-145.2-146.8 65-146.9 145.3-146.9S393 181.6 393 262.6z",fill:"#c70000"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7 83.6-96.7 19.9 17-83.7 96.9z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48 83.6-96.9 19.9 17.2-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8 83 97.4-20 17-83-97.4zm-55.7 47.5 83 97.4-20 17-83-97.4z"}),e.jsx("path",{d:"M417.6 133.2 496 65.4l14.7 17-84 75.4-9.3-24.6z",fill:"#fff"}),e.jsx("path",{d:"m514.2 372-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z"}),e.jsx("path",{d:"M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z",fill:"#3d5897"}),e.jsx("path",{d:"m436 370.6 78.6 67.6-14.6 17-87.1-71.8 23-12.8z",fill:"#fff"}),e.jsx("path",{d:"m-1.9 357.2 83 97.3-20 17-83-97.3z"}),e.jsx("path",{d:"m-16.2 437.3 78.6-67.9 14.7 17-84 75.5-9.3-24.7z",fill:"#fff"}),e.jsx("path",{d:"m25.7 333.7 83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z"})]})]})}));exports.KR=t;
package/icons/flags/KW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var l=i.forwardRef((function(i,l){var s=i.height,a=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),e.jsx("path",{d:"M0 341.3h1024V512H0z",fill:"#f31830"}),e.jsx("path",{d:"M0 0h1024v170.7H0z",fill:"#00d941"}),e.jsx("path",{d:"M0 0v512l255.4-170.7.6-170.8L0 0z"})]})]})}));exports.KW=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var s=i.height,a=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),e.jsx("path",{d:"M0 341.3h1024V512H0z",fill:"#f31830"}),e.jsx("path",{d:"M0 0h1024v170.7H0z",fill:"#00d941"}),e.jsx("path",{d:"M0 0v512l255.4-170.7.6-170.8L0 0z"})]})]})}));exports.KW=l;
package/icons/flags/LA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",children:[e.jsx("path",{d:"M-40 0h720v480H-40z",fill:"#ce1126"}),e.jsx("path",{d:"M-40 119.3h720v241.4H-40z",fill:"#002868"}),e.jsx("path",{d:"M423.4 240a103.4 103.4 0 1 1-206.8 0 103.4 103.4 0 1 1 206.8 0z",fill:"#fff"})]})]})}));exports.LA=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",children:[e.jsx("path",{d:"M-40 0h720v480H-40z",fill:"#ce1126"}),e.jsx("path",{d:"M-40 119.3h720v241.4H-40z",fill:"#002868"}),e.jsx("path",{d:"M423.4 240a103.4 103.4 0 1 1-206.8 0 103.4 103.4 0 1 1 206.8 0z",fill:"#fff"})]})]})}));exports.LA=a;
package/icons/flags/LB.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.height,c=i.width,a=s.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:l,height:t,viewBox:"0 0 16 12",width:c,children:[e.jsxs("g",{clipPath:"url(#".concat(a[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{d:"M16 0H0v3h16V0Zm0 9H0v3h16V9Z",fill:"#F50101"}),e.jsx("path",{d:"M0 3h16v6H0V3Z",fill:"#F7FCFF"}),e.jsx("path",{d:"M10.757 6.257c.038.433-1.563-.18-1.563-.007 0 .174 1.715.479 1.712.867-.003.39-2.033-.11-1.578.064.455.175 1.433.594 1.322.854-.238.557-1.813-.386-1.944-.2-.212.3 1.162 1 1.15 1.066-.022.128-.938-.201-1.15.065-.172-.049-.252-.28-.305-.311l-.339-4.362s.304 4.107-.084 4.225c-.388.118-1.466.477-1.497.298-.012-.067 1.298-.681 1.086-.981-.156-.221-1.736.563-1.836.109-.45-.324 1.454-.604 1.454-.935 0-.331-1.741.392-1.533-.069.208-.46 1.602-.626 1.628-.69.048-.116-1.55.182-1.55 0 0-.344.957-.411 1.55-.72.035-.354-1.44.347-1.55.064-.11-.283 1.886-1.016 1.837-1.074-.077-.09-1.685.317-1.42.103.515-.414 1.52-.979 1.75-1.13 0 0 .028-.056.058-.037l.063-.04s0 .355-.005.078c-.005-.277 2.355.935 2.382 1.243.03.359-1.459-.27-1.424.082.303.188 1.164.55 1.52.71.161.073-1.189-.153-1.16-.042.072.282 1.388.317 1.426.77Z",fill:"#52AB0B"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.LB=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.height,c=i.width,a=s.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:l,height:t,viewBox:"0 0 16 12",width:c,children:[e.jsxs("g",{clipPath:"url(#".concat(a[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{d:"M16 0H0v3h16V0Zm0 9H0v3h16V9Z",fill:"#F50101"}),e.jsx("path",{d:"M0 3h16v6H0V3Z",fill:"#F7FCFF"}),e.jsx("path",{d:"M10.757 6.257c.038.433-1.563-.18-1.563-.007 0 .174 1.715.479 1.712.867-.003.39-2.033-.11-1.578.064.455.175 1.433.594 1.322.854-.238.557-1.813-.386-1.944-.2-.212.3 1.162 1 1.15 1.066-.022.128-.938-.201-1.15.065-.172-.049-.252-.28-.305-.311l-.339-4.362s.304 4.107-.084 4.225c-.388.118-1.466.477-1.497.298-.012-.067 1.298-.681 1.086-.981-.156-.221-1.736.563-1.836.109-.45-.324 1.454-.604 1.454-.935 0-.331-1.741.392-1.533-.069.208-.46 1.602-.626 1.628-.69.048-.116-1.55.182-1.55 0 0-.344.957-.411 1.55-.72.035-.354-1.44.347-1.55.064-.11-.283 1.886-1.016 1.837-1.074-.077-.09-1.685.317-1.42.103.515-.414 1.52-.979 1.75-1.13 0 0 .028-.056.058-.037l.063-.04s0 .355-.005.078c-.005-.277 2.355.935 2.382 1.243.03.359-1.459-.27-1.424.082.303.188 1.164.55 1.52.71.161.073-1.189-.153-1.16-.042.072.282 1.388.317 1.426.77Z",fill:"#52AB0B"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.LB=l;
package/icons/flags/LI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var d=e.height,a=e.width,t=i.useStableUniqueId(4);return l.jsxs(h.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(t[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(t[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(t[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v6h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.4 5.527s.603.375 2 .375c1.399 0 2.14-.375 2.14-.375s-1.096-.638-2.076-.638-2.065.638-2.065.638Z",fill:"#000",fillRule:"evenodd"}),l.jsx("path",{d:"m2.435 3.371-.108.063.036.062H6.69l.027-.087-.119-.038.12.038v-.004l.003-.01a1.616 1.616 0 0 0 .041-.165c.023-.107.047-.256.054-.422.014-.324-.04-.747-.354-1.02-.296-.257-.71-.385-1.1-.451a6.302 6.302 0 0 0-1.035-.072c-.53 0-1.015.063-1.802.508a.838.838 0 0 0-.404.487 1.16 1.16 0 0 0-.02.552 2.055 2.055 0 0 0 .218.608l.006.01.001.003h.001v.001l.108-.063Z",fill:"#FFD83D",stroke:"#000",strokeWidth:".25"}),l.jsx("path",{d:"m1.943 3.453.058.11-.058-.11h.001l.003-.002.009-.004a2.363 2.363 0 0 1 .154-.067c.106-.042.265-.097.476-.152a7.568 7.568 0 0 1 1.902-.22c.846 0 1.478.11 1.9.22a4.222 4.222 0 0 1 .6.204l.032.015.008.004.003.001.001.001-.058.11.058-.11.097.051-.038.103-.593 1.585-.04.11-4.515-1.849Zm0 0-.096.05.037.103.576 1.585.04.11.113-.033-.67-1.815Zm4.402 1.814H2.613h.003l.007-.002.031-.009.119-.031c.103-.027.25-.062.427-.097.355-.07.826-.14 1.297-.14s.933.07 1.279.14a7.53 7.53 0 0 1 .53.128l.03.008.006.003h.002Z",fill:"#FFD83D",stroke:"#000",strokeWidth:".25"}),l.jsxs("mask",{fill:"#000",height:"3",id:"".concat(t[2]),maskUnits:"userSpaceOnUse",width:"3",x:"3.059",y:"-1",children:[l.jsx("path",{d:"M3.059-1h3v3h-3z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"M4.563 0h-.252l.032.461L4.06.423V.74L4.348.7l-.037.726h.252L4.526.7l.29.04V.424l-.285.04L4.563 0Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"M4.563 0h-.252l.032.461L4.06.423V.74L4.348.7l-.037.726h.252L4.526.7l.29.04V.424l-.285.04L4.563 0Z",fill:"#FFD83D",fillRule:"evenodd"}),l.jsx("path",{d:"M4.31 0v-.25h-.267l.019.268L4.31 0Zm.253 0 .25.017.018-.267h-.268V0Zm-.22.461L4.31.71l.304.042-.021-.307-.25.017ZM4.06.423l.034-.248L3.81.136v.287h.25Zm0 .317h-.25v.286l.284-.039L4.059.74ZM4.348.7l.25.012.015-.301-.3.041.035.248Zm-.037.726-.25-.012-.013.262h.263v-.25Zm.252 0v.25h.263l-.013-.262-.25.012ZM4.526.7 4.56.45l-.3-.04.015.302.25-.012Zm.29.04L4.78.988l.285.04V.74h-.25Zm0-.316h.25v-.29L4.78.175l.035.248Zm-.285.04-.25-.017-.02.309.305-.044-.035-.248ZM4.311.25h.252v-.5h-.252v.5Zm.282.194L4.56-.018l-.498.036.032.46.499-.034ZM4.025.67l.285.04.067-.496-.284-.04-.068.496Zm.284.07V.423h-.5V.74h.5Zm.005-.288-.29.04.069.495.289-.04-.068-.495Zm.247.987.036-.727-.499-.025-.037.727.5.025Zm.002-.263h-.252v.5h.252v-.5ZM4.276.711l.037.728.5-.025-.038-.728-.499.025ZM4.85.492l-.29-.04-.07.494.29.041.07-.495Zm-.285-.07V.74h.5V.423h-.5Zm.001.289.285-.04L4.78.174l-.285.041.071.495Zm-.252-.728-.032.463.498.035.032-.464-.498-.034Z",fill:"#000",mask:"url(#".concat(t[2],")")})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.LI=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var d=e.height,a=e.width,t=i.useStableUniqueId(4);return l.jsxs(h.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(t[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(t[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(t[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v6h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.4 5.527s.603.375 2 .375c1.399 0 2.14-.375 2.14-.375s-1.096-.638-2.076-.638-2.065.638-2.065.638Z",fill:"#000",fillRule:"evenodd"}),l.jsx("path",{d:"m2.435 3.371-.108.063.036.062H6.69l.027-.087-.119-.038.12.038v-.004l.003-.01a1.616 1.616 0 0 0 .041-.165c.023-.107.047-.256.054-.422.014-.324-.04-.747-.354-1.02-.296-.257-.71-.385-1.1-.451a6.302 6.302 0 0 0-1.035-.072c-.53 0-1.015.063-1.802.508a.838.838 0 0 0-.404.487 1.16 1.16 0 0 0-.02.552 2.055 2.055 0 0 0 .218.608l.006.01.001.003h.001v.001l.108-.063Z",fill:"#FFD83D",stroke:"#000",strokeWidth:".25"}),l.jsx("path",{d:"m1.943 3.453.058.11-.058-.11h.001l.003-.002.009-.004a2.363 2.363 0 0 1 .154-.067c.106-.042.265-.097.476-.152a7.568 7.568 0 0 1 1.902-.22c.846 0 1.478.11 1.9.22a4.222 4.222 0 0 1 .6.204l.032.015.008.004.003.001.001.001-.058.11.058-.11.097.051-.038.103-.593 1.585-.04.11-4.515-1.849Zm0 0-.096.05.037.103.576 1.585.04.11.113-.033-.67-1.815Zm4.402 1.814H2.613h.003l.007-.002.031-.009.119-.031c.103-.027.25-.062.427-.097.355-.07.826-.14 1.297-.14s.933.07 1.279.14a7.53 7.53 0 0 1 .53.128l.03.008.006.003h.002Z",fill:"#FFD83D",stroke:"#000",strokeWidth:".25"}),l.jsxs("mask",{fill:"#000",height:"3",id:"".concat(t[2]),maskUnits:"userSpaceOnUse",width:"3",x:"3.059",y:"-1",children:[l.jsx("path",{d:"M3.059-1h3v3h-3z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"M4.563 0h-.252l.032.461L4.06.423V.74L4.348.7l-.037.726h.252L4.526.7l.29.04V.424l-.285.04L4.563 0Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"M4.563 0h-.252l.032.461L4.06.423V.74L4.348.7l-.037.726h.252L4.526.7l.29.04V.424l-.285.04L4.563 0Z",fill:"#FFD83D",fillRule:"evenodd"}),l.jsx("path",{d:"M4.31 0v-.25h-.267l.019.268L4.31 0Zm.253 0 .25.017.018-.267h-.268V0Zm-.22.461L4.31.71l.304.042-.021-.307-.25.017ZM4.06.423l.034-.248L3.81.136v.287h.25Zm0 .317h-.25v.286l.284-.039L4.059.74ZM4.348.7l.25.012.015-.301-.3.041.035.248Zm-.037.726-.25-.012-.013.262h.263v-.25Zm.252 0v.25h.263l-.013-.262-.25.012ZM4.526.7 4.56.45l-.3-.04.015.302.25-.012Zm.29.04L4.78.988l.285.04V.74h-.25Zm0-.316h.25v-.29L4.78.175l.035.248Zm-.285.04-.25-.017-.02.309.305-.044-.035-.248ZM4.311.25h.252v-.5h-.252v.5Zm.282.194L4.56-.018l-.498.036.032.46.499-.034ZM4.025.67l.285.04.067-.496-.284-.04-.068.496Zm.284.07V.423h-.5V.74h.5Zm.005-.288-.29.04.069.495.289-.04-.068-.495Zm.247.987.036-.727-.499-.025-.037.727.5.025Zm.002-.263h-.252v.5h.252v-.5ZM4.276.711l.037.728.5-.025-.038-.728-.499.025ZM4.85.492l-.29-.04-.07.494.29.041.07-.495Zm-.285-.07V.74h.5V.423h-.5Zm.001.289.285-.04L4.78.174l-.285.041.071.495Zm-.252-.728-.032.463.498.035.032-.464-.498-.034Z",fill:"#000",mask:"url(#".concat(t[2],")")})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.LI=s;
package/icons/flags/LK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=s.forwardRef((function(s,a){var i=s.height,d=s.width,h=l.useStableUniqueId(2);return c.jsxs(e.FlagIconBase,{ref:a,height:i,viewBox:"0 0 16 12",width:d,children:[c.jsxs("g",{clipPath:"url(#".concat(h[1],")"),children:[c.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:c.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),c.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[c.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#FECA00",fillRule:"evenodd"}),c.jsx("path",{d:"M1 1h3v10H1z",fill:"#1F8A6E"}),c.jsx("path",{d:"M4 1h3v10H4z",fill:"#F56800"}),c.jsx("path",{d:"M7 1h8v10H7z",fill:"#B01D00"}),c.jsx("path",{clipRule:"evenodd",d:"M8.471 3s-.643-.002-.643 1.119v1.643s-.307.054-.307.245c0 .19.065.357.186.357.12 0 .241.558.12.558-.12 0-.24.24-.12.24.029 0 .05-.005.068-.007.017-.004.029-.006.037-.001.016.01.016.046.016.157 0 .217-.12.305-.12.305s-.115-.032-.115.096.114.16.114.16.065.029-.06.09c-.126.06-.126.09-.126.09h.307l.153.28.147-.28h.302s-.152-.098-.17-.118c-.018-.02-.04-.05 0-.085.011-.01.028-.017.046-.025.044-.02.096-.043.096-.112 0-.096-.193-.096-.193-.096s-.118-.213-.081-.305a.534.534 0 0 0 .02-.07c.014-.05.021-.08.085-.08.087 0 .138-.11.027-.24 0 0 .127.138.09.315-.038.178.039.258.08.258s.107-.06.107-.06.343.306.494.306c.151 0 .367-.246.367-.246l.311.175s.227.318.194.537c-.034.22-.163.341-.316.307-.152-.034-.4.036-.42.13a1.353 1.353 0 0 1-.01.051c-.027.107-.066.268.053.228.141-.046.169-.082.169-.082s-.019.082.095.082c.113 0 .146-.082.146-.082s.118.082.2.082c.083 0 .175-.063.175-.063s.061.094.196.063c.134-.03.236-.382.138-.46 0 0 .325-.048.409-.33 0 0-.315-.005-.282-.198.032-.194.198-.318.198-.318s.478-.231.684-.305c.205-.075.547-.15.632-.15.034 0 .059.08.092.19.049.159.116.378.259.498.242.202.077.664.077.664s-.538.054-.538.2c0 .146.009.21.11.21.1 0 .098-.083.098-.083s.06.082.157.082c.096 0 .173-.082.173-.082s.026.082.152.082c.127 0 .126-.082.126-.082s.022.082.134.082c.111 0 .34-.082.34-.082s.036.082.152.082c.115 0 .118-.082.118-.082s.062.082.162.082.16-.082.16-.082.143.082.243.082.064-.149 0-.279a.758.758 0 0 0-.052-.086c-.05-.076-.087-.13-.001-.225.024-.027.052-.053.08-.08.103-.1.207-.202.13-.29a.38.38 0 0 0-.075-.064c-.087-.06-.176-.122-.135-.465a3.35 3.35 0 0 1 .114-.527c.05-.183.096-.35.096-.542 0-.357-.21-.765-.21-.765s.283-.198.283-.601c0-.403-.633-.447-.633-.447s-.629.162-.906.081c-.063-.018-.116-.031-.16-.042-.149-.038-.195-.05-.195-.153 0-.134-.202.114-.202.114s-.159-.063-.05-.195c.107-.132.155-.183.155-.183s-.094-.108-.255-.054c-.16.054-.188.143-.188.143s-.183-.186-.069-.322c.114-.136.258 0 .258 0s.163.085.176-.027c.013-.112 0-.201 0-.201s.41.117.294.3c-.115.183-.042.25-.042.25s.282.018.333-.177a.41.41 0 0 0 .002-.2c.081.038.173.083.147.158-.047.138-.15.313-.15.313s.283-.017.367-.237c.084-.221.053.054.053.054s.108-.004.27.09c.162.093 0-.144 0-.144s.337.417.655.367c.318-.05.3-.313.3-.313s-.075-.13-.233-.13c-.157 0-.067.13-.067.13s.153.087-.09 0c-.07-.026-.176-.107-.307-.209-.32-.249-.793-.616-1.28-.56-.686.08-.925.386-.925.386v-.256s-.116.178-.223.178-.406-.178-.406-.178l-.19.178s-.072-.178-.198-.178c-.127 0-.127.178-.127.178s-.159-.078-.334-.078a.449.449 0 0 1-.18-.047c-.067-.029-.106-.046-.106.047v.053c.004.125.006.203-.176.226-.206.027-.365.027-.365.027s-.124-.15-.22-.15-.207.116-.207.222c0 .107.124.41.207.474.022.017.018.016 0 .007-.05-.023-.207-.095-.207.058 0 .106.026.132.046.151.018.02.03.031.005.102-.01.03-.025.064-.04.1-.058.138-.126.299-.01.299.061 0 .12-.014.161-.024.056-.013.081-.019.045.024a1.204 1.204 0 0 1-.053.057c-.066.07-.134.14-.016.087a.79.79 0 0 0 .157-.104c.063-.05.107-.084.132-.04.016.027.003.065-.008.096-.018.053-.031.092.101.048a.524.524 0 0 0 .09-.036c0 .008.007.02.028.036.044.032.036.063.03.087-.008.027-.013.044.065.044.074 0 .179-.057.241-.091.06-.033.08-.045-.006.04a.755.755 0 0 1-.22.128c-.195.088-.433.195-.54.56-.146.493-.08.594-.071.606l-.448-.49s.107-.084.107-.224-.277-.245-.277-.245.01-1.747.09-2.128c.08-.382.12-.634.12-.634Zm.893 2.294a.015.015 0 0 0-.014.017c.02-.011.02-.017.014-.017Zm3.369-1.41-.006-.002c-.066-.031-.122-.058-.1-.092.03-.049.083.002.106.094Zm.296 3.78s-.212.209-.077.254c.04.014.09.022.136.03.107.016.194.03.114.108-.116.113-.213.265-.213.404s.003.256.04.197c.02-.032.104-.066.194-.102.075-.03.153-.061.205-.095.096-.064.095-.133.093-.258l-.001-.07c0-.17-.49-.467-.49-.467Zm-1.646-2.786c.05-.04.053-.525.053-.525s.173.058.173.134a.232.232 0 0 1-.033.115.961.961 0 0 0-.042.096c-.038.105.066.17.162.23l.022.014c.065.042.084-.048.098-.118.008-.039.014-.071.027-.071.035 0 .298.06.496.16.172.088.342.045.73-.054l.185-.047c.523-.13.592.066.645.219.054.154-.352.366-.645.405-.13.017-.24.011-.343.006a.92.92 0 0 0-.367.03c-.186.067-.77.06-.998.058h-.072c-.105 0-.125-.034-.164-.1a1.114 1.114 0 0 0-.036-.057c-.071-.104.015-.172.07-.172.056 0 .039-.123 0-.17-.037-.047-.01-.114.039-.153Z",fill:"#FECA00",fillRule:"evenodd"}),c.jsx("path",{d:"M6 1h1v10H6z",fill:"#E8AA00"}),c.jsx("path",{clipRule:"evenodd",d:"M7.086 1.061v.18c0 .023-.01.053-.02.087-.035.108-.08.252.13.293.278.054.483.175.545.29.04.073.029-.05.016-.193a2.871 2.871 0 0 1-.016-.232c0-.177-.198-.522-.339-.425-.14.097-.316 0-.316 0Zm0 9.693v.18s.176-.097.316 0 .34-.248.34-.425c0-.063.007-.15.015-.231.013-.144.024-.267-.016-.193-.062.114-.267.236-.544.29-.212.04-.166.184-.132.292a.32.32 0 0 1 .02.087Zm7.832 0v.18s-.176-.097-.317 0c-.14.097-.339-.248-.339-.425a2.87 2.87 0 0 0-.015-.231c-.013-.144-.025-.267.015-.193.062.114.267.236.545.29.211.04.165.184.131.292a.334.334 0 0 0-.02.087Zm0-9.512v-.18s-.176.096-.317 0c-.14-.098-.339.247-.339.424 0 .063-.008.151-.015.232-.013.144-.025.266.015.193.062-.115.267-.236.545-.29.211-.04.165-.185.131-.293a.334.334 0 0 1-.02-.086Z",fill:"#FECA00",fillRule:"evenodd"})]})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(h[1]),children:c.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.LK=a;
1
+ "use strict";var c=require("react/jsx-runtime"),s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=s.forwardRef((function(s,a){var i=s.height,d=s.width,h=l.useStableUniqueId(2);return c.jsxs(e.FlagIconBase,{ref:a,height:i,viewBox:"0 0 16 12",width:d,children:[c.jsxs("g",{clipPath:"url(#".concat(h[1],")"),children:[c.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:c.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),c.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[c.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#FECA00",fillRule:"evenodd"}),c.jsx("path",{d:"M1 1h3v10H1z",fill:"#1F8A6E"}),c.jsx("path",{d:"M4 1h3v10H4z",fill:"#F56800"}),c.jsx("path",{d:"M7 1h8v10H7z",fill:"#B01D00"}),c.jsx("path",{clipRule:"evenodd",d:"M8.471 3s-.643-.002-.643 1.119v1.643s-.307.054-.307.245c0 .19.065.357.186.357.12 0 .241.558.12.558-.12 0-.24.24-.12.24.029 0 .05-.005.068-.007.017-.004.029-.006.037-.001.016.01.016.046.016.157 0 .217-.12.305-.12.305s-.115-.032-.115.096.114.16.114.16.065.029-.06.09c-.126.06-.126.09-.126.09h.307l.153.28.147-.28h.302s-.152-.098-.17-.118c-.018-.02-.04-.05 0-.085.011-.01.028-.017.046-.025.044-.02.096-.043.096-.112 0-.096-.193-.096-.193-.096s-.118-.213-.081-.305a.534.534 0 0 0 .02-.07c.014-.05.021-.08.085-.08.087 0 .138-.11.027-.24 0 0 .127.138.09.315-.038.178.039.258.08.258s.107-.06.107-.06.343.306.494.306c.151 0 .367-.246.367-.246l.311.175s.227.318.194.537c-.034.22-.163.341-.316.307-.152-.034-.4.036-.42.13a1.353 1.353 0 0 1-.01.051c-.027.107-.066.268.053.228.141-.046.169-.082.169-.082s-.019.082.095.082c.113 0 .146-.082.146-.082s.118.082.2.082c.083 0 .175-.063.175-.063s.061.094.196.063c.134-.03.236-.382.138-.46 0 0 .325-.048.409-.33 0 0-.315-.005-.282-.198.032-.194.198-.318.198-.318s.478-.231.684-.305c.205-.075.547-.15.632-.15.034 0 .059.08.092.19.049.159.116.378.259.498.242.202.077.664.077.664s-.538.054-.538.2c0 .146.009.21.11.21.1 0 .098-.083.098-.083s.06.082.157.082c.096 0 .173-.082.173-.082s.026.082.152.082c.127 0 .126-.082.126-.082s.022.082.134.082c.111 0 .34-.082.34-.082s.036.082.152.082c.115 0 .118-.082.118-.082s.062.082.162.082.16-.082.16-.082.143.082.243.082.064-.149 0-.279a.758.758 0 0 0-.052-.086c-.05-.076-.087-.13-.001-.225.024-.027.052-.053.08-.08.103-.1.207-.202.13-.29a.38.38 0 0 0-.075-.064c-.087-.06-.176-.122-.135-.465a3.35 3.35 0 0 1 .114-.527c.05-.183.096-.35.096-.542 0-.357-.21-.765-.21-.765s.283-.198.283-.601c0-.403-.633-.447-.633-.447s-.629.162-.906.081c-.063-.018-.116-.031-.16-.042-.149-.038-.195-.05-.195-.153 0-.134-.202.114-.202.114s-.159-.063-.05-.195c.107-.132.155-.183.155-.183s-.094-.108-.255-.054c-.16.054-.188.143-.188.143s-.183-.186-.069-.322c.114-.136.258 0 .258 0s.163.085.176-.027c.013-.112 0-.201 0-.201s.41.117.294.3c-.115.183-.042.25-.042.25s.282.018.333-.177a.41.41 0 0 0 .002-.2c.081.038.173.083.147.158-.047.138-.15.313-.15.313s.283-.017.367-.237c.084-.221.053.054.053.054s.108-.004.27.09c.162.093 0-.144 0-.144s.337.417.655.367c.318-.05.3-.313.3-.313s-.075-.13-.233-.13c-.157 0-.067.13-.067.13s.153.087-.09 0c-.07-.026-.176-.107-.307-.209-.32-.249-.793-.616-1.28-.56-.686.08-.925.386-.925.386v-.256s-.116.178-.223.178-.406-.178-.406-.178l-.19.178s-.072-.178-.198-.178c-.127 0-.127.178-.127.178s-.159-.078-.334-.078a.449.449 0 0 1-.18-.047c-.067-.029-.106-.046-.106.047v.053c.004.125.006.203-.176.226-.206.027-.365.027-.365.027s-.124-.15-.22-.15-.207.116-.207.222c0 .107.124.41.207.474.022.017.018.016 0 .007-.05-.023-.207-.095-.207.058 0 .106.026.132.046.151.018.02.03.031.005.102-.01.03-.025.064-.04.1-.058.138-.126.299-.01.299.061 0 .12-.014.161-.024.056-.013.081-.019.045.024a1.204 1.204 0 0 1-.053.057c-.066.07-.134.14-.016.087a.79.79 0 0 0 .157-.104c.063-.05.107-.084.132-.04.016.027.003.065-.008.096-.018.053-.031.092.101.048a.524.524 0 0 0 .09-.036c0 .008.007.02.028.036.044.032.036.063.03.087-.008.027-.013.044.065.044.074 0 .179-.057.241-.091.06-.033.08-.045-.006.04a.755.755 0 0 1-.22.128c-.195.088-.433.195-.54.56-.146.493-.08.594-.071.606l-.448-.49s.107-.084.107-.224-.277-.245-.277-.245.01-1.747.09-2.128c.08-.382.12-.634.12-.634Zm.893 2.294a.015.015 0 0 0-.014.017c.02-.011.02-.017.014-.017Zm3.369-1.41-.006-.002c-.066-.031-.122-.058-.1-.092.03-.049.083.002.106.094Zm.296 3.78s-.212.209-.077.254c.04.014.09.022.136.03.107.016.194.03.114.108-.116.113-.213.265-.213.404s.003.256.04.197c.02-.032.104-.066.194-.102.075-.03.153-.061.205-.095.096-.064.095-.133.093-.258l-.001-.07c0-.17-.49-.467-.49-.467Zm-1.646-2.786c.05-.04.053-.525.053-.525s.173.058.173.134a.232.232 0 0 1-.033.115.961.961 0 0 0-.042.096c-.038.105.066.17.162.23l.022.014c.065.042.084-.048.098-.118.008-.039.014-.071.027-.071.035 0 .298.06.496.16.172.088.342.045.73-.054l.185-.047c.523-.13.592.066.645.219.054.154-.352.366-.645.405-.13.017-.24.011-.343.006a.92.92 0 0 0-.367.03c-.186.067-.77.06-.998.058h-.072c-.105 0-.125-.034-.164-.1a1.114 1.114 0 0 0-.036-.057c-.071-.104.015-.172.07-.172.056 0 .039-.123 0-.17-.037-.047-.01-.114.039-.153Z",fill:"#FECA00",fillRule:"evenodd"}),c.jsx("path",{d:"M6 1h1v10H6z",fill:"#E8AA00"}),c.jsx("path",{clipRule:"evenodd",d:"M7.086 1.061v.18c0 .023-.01.053-.02.087-.035.108-.08.252.13.293.278.054.483.175.545.29.04.073.029-.05.016-.193a2.871 2.871 0 0 1-.016-.232c0-.177-.198-.522-.339-.425-.14.097-.316 0-.316 0Zm0 9.693v.18s.176-.097.316 0 .34-.248.34-.425c0-.063.007-.15.015-.231.013-.144.024-.267-.016-.193-.062.114-.267.236-.544.29-.212.04-.166.184-.132.292a.32.32 0 0 1 .02.087Zm7.832 0v.18s-.176-.097-.317 0c-.14.097-.339-.248-.339-.425a2.87 2.87 0 0 0-.015-.231c-.013-.144-.025-.267.015-.193.062.114.267.236.545.29.211.04.165.184.131.292a.334.334 0 0 0-.02.087Zm0-9.512v-.18s-.176.096-.317 0c-.14-.098-.339.247-.339.424 0 .063-.008.151-.015.232-.013.144-.025.266.015.193.062-.115.267-.236.545-.29.211-.04.165-.185.131-.293a.334.334 0 0 1-.02-.086Z",fill:"#FECA00",fillRule:"evenodd"})]})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(h[1]),children:c.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.LK=a;
package/icons/flags/LR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var h=i.forwardRef((function(i,h){var a=i.height,s=i.width,t=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:h,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h767.9v512H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h232.7v232.8H0z",fill:"#006"}),e.jsx("path",{d:"M0 464.9h767.9V512H0z",fill:"#c00"}),e.jsx("path",{d:"M0 465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7 0h535.1v46.5H232.7zm0 186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z",fill:"#c00"}),e.jsx("path",{d:"m166.3 177.5-50.7-31-50.4 31.3 18.7-50.9-50.3-31.4 62.3-.4 19.3-50.7L135 95h62.3l-50.1 31.7 19.1 50.8z",fill:"#fff"})]})]})}));exports.LR=h;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var h=i.forwardRef((function(i,h){var a=i.height,s=i.width,t=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:h,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h767.9v512H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h232.7v232.8H0z",fill:"#006"}),e.jsx("path",{d:"M0 464.9h767.9V512H0z",fill:"#c00"}),e.jsx("path",{d:"M0 465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7 0h535.1v46.5H232.7zm0 186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z",fill:"#c00"}),e.jsx("path",{d:"m166.3 177.5-50.7-31-50.4 31.3 18.7-50.9-50.3-31.4 62.3-.4 19.3-50.7L135 95h62.3l-50.1 31.7 19.1 50.8z",fill:"#fff"})]})]})}));exports.LR=h;
package/icons/flags/LY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=r.forwardRef((function(r,t){var s=r.height,l=r.width,h=a.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M166.7-20h666.6v500H166.7z"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),transform:"matrix(.96 0 0 .96 -160 19.2)",children:[e.jsx("path",{d:"M0-20h1000v500H0z",fill:"#239e46"}),e.jsx("path",{d:"M0-20h1000v375H0z"}),e.jsx("path",{d:"M0-20h1000v125H0z",fill:"#e70013"}),e.jsx("path",{d:"M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z",fill:"#fff"})]})]})}));exports.LY=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var s=r.height,l=r.width,h=a.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M166.7-20h666.6v500H166.7z"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),transform:"matrix(.96 0 0 .96 -160 19.2)",children:[e.jsx("path",{d:"M0-20h1000v500H0z",fill:"#239e46"}),e.jsx("path",{d:"M0-20h1000v375H0z"}),e.jsx("path",{d:"M0-20h1000v125H0z",fill:"#e70013"}),e.jsx("path",{d:"M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z",fill:"#fff"})]})]})}));exports.LY=t;
package/icons/flags/MD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),d=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var c=e.height,h=e.width,v=i.useStableUniqueId(3);return l.jsxs(d.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:h,children:[l.jsxs("g",{clipPath:"url(#".concat(v[2],")"),children:[l.jsx("mask",{height:"12",id:"".concat(v[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(v[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M11 0h5v12h-5V0Z",fill:"#D9071E",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 0h6v12H0V0Z",fill:"#3D58DB",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5 0h6v12H5V0Z",fill:"#FBCD17",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m10.86 9.807-.527.288L8.587 6.9l.527-.287 1.745 3.194Zm-5.603.077.526.288L7.53 6.977l-.527-.287-1.745 3.194Z",fill:"#FD1900",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.689 4.695V7.47c0 .617-.53 1.42-.799 1.72-.267.298-.8.983-.8.983V2.704c0-.838.8-1.125.8-1.125s.664.131.799 1.125v.97c.206.161.892.657 1.335.448.526-.249.708-.962.708-.962s-.05-.72-.265-.72c-.216 0-.233-1.014.594-1.014s.924.39.924.702c0 .163-.131.426-.256.675-.113.226-.22.442-.22.565 0 .256.193.754.476.754.198 0 1.153-.371 1.706-.593v-.825c.134-.994.798-1.125.798-1.125s.8.287.8 1.125v7.47s-.532-.686-.8-.985c-.267-.299-.798-1.102-.798-1.719V4.695H5.689Zm.886 5.221c.54-.352 1.332-1.93 1.332-1.93l.263.06s.4 1.046 1.58 1.87c-1.257.336-1.58 1.01-1.58 1.01 0-.54-1.595-1.01-1.595-1.01Zm-.087-1c.365 0 .66-.28.66-.624 0-.345-.295-.625-.66-.625-.365 0-.66.28-.66.625s.295.625.66.625Zm3.872-.624c0 .345-.295.625-.66.625-.365 0-.66-.28-.66-.625s.295-.625.66-.625c.365 0 .66.28.66.625Z",fill:"#A77B3B",fillRule:"evenodd"}),l.jsx("path",{d:"m12.57 5.204.459.198-1.87 4.326-.459-.198 1.87-4.326Z",fill:"#FDFF00"}),l.jsx("path",{clipRule:"evenodd",d:"M5.52 3.917h5.28v3.82s-1.344.404-2.64 1.068c-.957-.71-2.64-1.069-2.64-1.069v-3.82Z",fill:"#E1E5E8",fillRule:"evenodd",opacity:".3"}),l.jsx("mask",{height:"6",id:"".concat(v[1]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"3",children:l.jsx("path",{clipRule:"evenodd",d:"M5.52 3.917h5.28v3.82s-1.344.404-2.64 1.068c-.957-.71-2.64-1.069-2.64-1.069v-3.82Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(v[1],")"),children:[l.jsx("path",{d:"M5.52 6.417h5.28v2.5H5.52z",fill:"#3D58DB"}),l.jsx("path",{d:"M5.52 3.917h5.28v2.5H5.52z",fill:"#FD1900"}),l.jsx("path",{clipRule:"evenodd",d:"m7.893 5.041-.4.033.23-.311-.245-.323.402.052.154-.355.172.363.4-.033-.23.311.245.322-.402-.051-.154.355-.172-.363Z",fill:"#FDFF00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.175 4.336S6.1 4.99 6.458 5.459c.359.47.81.53.81.53s-1.1 1.65.835 2.592c2.072-.91.983-2.592.983-2.592s.638-.141.765-.649c.128-.507-.833-1.09-.833-1.09s.6.87.462 1.09c-.136.22-.87.445-1.377.445-.506 0-1.288-.142-1.415-.527-.126-.385.487-.922.487-.922Z",fill:"#FDFF00",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"M2.368 5.765s.527.623 1.024.419c.496-.204.376-.934.376-.934l-.376.34h-.32v.175l-.25-.174v.174h-.454Zm.357.957s.642.56 1.075.402c.433-.158.324-.917.324-.917l-.376.341h-.32v.174l-.25-.174v.174h-.453Zm1.73 1.271c-.433.159-1.076-.401-1.076-.401h.454v-.174l.25.174v-.174h.32l.376-.341s.108.758-.324.916Z",fill:"#048F02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.99 1.124h-.5v.298h-.236v.5h.236v.872h.5v-.872h.286v-.5H6.99v-.298Z",fill:"#FDFF00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m7.58 1.692-1.159.299 1.158.366v-.665Z",fill:"#DB4400",fillRule:"evenodd"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(v[2]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.MD=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),d=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var c=e.height,h=e.width,v=i.useStableUniqueId(3);return l.jsxs(d.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:h,children:[l.jsxs("g",{clipPath:"url(#".concat(v[2],")"),children:[l.jsx("mask",{height:"12",id:"".concat(v[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(v[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M11 0h5v12h-5V0Z",fill:"#D9071E",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 0h6v12H0V0Z",fill:"#3D58DB",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5 0h6v12H5V0Z",fill:"#FBCD17",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m10.86 9.807-.527.288L8.587 6.9l.527-.287 1.745 3.194Zm-5.603.077.526.288L7.53 6.977l-.527-.287-1.745 3.194Z",fill:"#FD1900",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.689 4.695V7.47c0 .617-.53 1.42-.799 1.72-.267.298-.8.983-.8.983V2.704c0-.838.8-1.125.8-1.125s.664.131.799 1.125v.97c.206.161.892.657 1.335.448.526-.249.708-.962.708-.962s-.05-.72-.265-.72c-.216 0-.233-1.014.594-1.014s.924.39.924.702c0 .163-.131.426-.256.675-.113.226-.22.442-.22.565 0 .256.193.754.476.754.198 0 1.153-.371 1.706-.593v-.825c.134-.994.798-1.125.798-1.125s.8.287.8 1.125v7.47s-.532-.686-.8-.985c-.267-.299-.798-1.102-.798-1.719V4.695H5.689Zm.886 5.221c.54-.352 1.332-1.93 1.332-1.93l.263.06s.4 1.046 1.58 1.87c-1.257.336-1.58 1.01-1.58 1.01 0-.54-1.595-1.01-1.595-1.01Zm-.087-1c.365 0 .66-.28.66-.624 0-.345-.295-.625-.66-.625-.365 0-.66.28-.66.625s.295.625.66.625Zm3.872-.624c0 .345-.295.625-.66.625-.365 0-.66-.28-.66-.625s.295-.625.66-.625c.365 0 .66.28.66.625Z",fill:"#A77B3B",fillRule:"evenodd"}),l.jsx("path",{d:"m12.57 5.204.459.198-1.87 4.326-.459-.198 1.87-4.326Z",fill:"#FDFF00"}),l.jsx("path",{clipRule:"evenodd",d:"M5.52 3.917h5.28v3.82s-1.344.404-2.64 1.068c-.957-.71-2.64-1.069-2.64-1.069v-3.82Z",fill:"#E1E5E8",fillRule:"evenodd",opacity:".3"}),l.jsx("mask",{height:"6",id:"".concat(v[1]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"3",children:l.jsx("path",{clipRule:"evenodd",d:"M5.52 3.917h5.28v3.82s-1.344.404-2.64 1.068c-.957-.71-2.64-1.069-2.64-1.069v-3.82Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(v[1],")"),children:[l.jsx("path",{d:"M5.52 6.417h5.28v2.5H5.52z",fill:"#3D58DB"}),l.jsx("path",{d:"M5.52 3.917h5.28v2.5H5.52z",fill:"#FD1900"}),l.jsx("path",{clipRule:"evenodd",d:"m7.893 5.041-.4.033.23-.311-.245-.323.402.052.154-.355.172.363.4-.033-.23.311.245.322-.402-.051-.154.355-.172-.363Z",fill:"#FDFF00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.175 4.336S6.1 4.99 6.458 5.459c.359.47.81.53.81.53s-1.1 1.65.835 2.592c2.072-.91.983-2.592.983-2.592s.638-.141.765-.649c.128-.507-.833-1.09-.833-1.09s.6.87.462 1.09c-.136.22-.87.445-1.377.445-.506 0-1.288-.142-1.415-.527-.126-.385.487-.922.487-.922Z",fill:"#FDFF00",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"M2.368 5.765s.527.623 1.024.419c.496-.204.376-.934.376-.934l-.376.34h-.32v.175l-.25-.174v.174h-.454Zm.357.957s.642.56 1.075.402c.433-.158.324-.917.324-.917l-.376.341h-.32v.174l-.25-.174v.174h-.453Zm1.73 1.271c-.433.159-1.076-.401-1.076-.401h.454v-.174l.25.174v-.174h.32l.376-.341s.108.758-.324.916Z",fill:"#048F02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.99 1.124h-.5v.298h-.236v.5h.236v.872h.5v-.872h.286v-.5H6.99v-.298Z",fill:"#FDFF00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m7.58 1.692-1.159.299 1.158.366v-.665Z",fill:"#DB4400",fillRule:"evenodd"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(v[2]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.MD=s;
package/icons/flags/ME.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=e.forwardRef((function(e,d){var s=e.height,a=e.width,h=c.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:d,height:s,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(h[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E8AA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2 2h12v8H2V2Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("mask",{height:"8",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"12",x:"2",y:"2",children:l.jsx("path",{clipRule:"evenodd",d:"M2 2h12v8H2V2Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(h[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M10.115 7.876c.204 0 .37-.17.37-.378a.374.374 0 0 0-.37-.379.374.374 0 0 0-.369.379c0 .208.165.378.37.378Z",fill:"#1E5E91",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.314 6.166c-.969-1.126.42-3.08.42-3.08s.207 1.167.975 1.953c0 .055-.072.138-.146.22a1.087 1.087 0 0 0-.13.168c-.068.123.164.193.276.193.05 0 .078.073.104.14.03.08.057.15.117.061.108-.161-.108-.517-.108-.517l.342-.36.115-.233h-.115v-.24l-.081.066s-.09-.214-.261-.214c-.172 0-.225-.098-.225-.098h.225c.113 0-.018-.15-.113-.227-.042-.035-.107-.023-.165-.012-.072.013-.134.024-.134-.055 0-.088.068-.1.147-.113a.356.356 0 0 0 .152-.05c.074-.053.173-.037.28-.02.057.01.116.02.175.02h.278c.1 0-.163.163-.163.163l.163.144.242.248-.12.072.25.242s-.086.138 0 .138c.034 0 .057.029.072.063.015-.034.038-.063.073-.063.085 0 0-.138 0-.138l.25-.242-.121-.072.242-.248.163-.144s-.263-.163-.163-.163h.279c.059 0 .118-.01.174-.02.108-.017.207-.033.28.02.045.032.1.041.152.05.079.014.147.025.147.113 0 .08-.062.068-.134.055-.058-.011-.122-.023-.165.012-.094.077-.225.227-.113.227h.226s-.054.098-.226.098c-.171 0-.26.214-.26.214l-.081-.066v.24h-.116l.116.233.341.36s-.215.356-.107.517c.059.09.086.02.117-.062.025-.066.053-.14.103-.14.113 0 .345-.07.277-.192-.028-.05-.08-.109-.13-.167-.074-.083-.147-.166-.147-.221.768-.786.976-1.952.976-1.952s1.388 1.953.42 3.079c-.969 1.126-1.68.786-1.68.786s.858.799.953.799c.013 0-.017-.074-.047-.147-.029-.072-.058-.144-.045-.143.028.001.082.067.137.133a.776.776 0 0 0 .117.125c.02.013.095-.014.166-.038.06-.02.115-.04.13-.033.059.03.043.09.029.148l-.01.044c-.002.013.074-.037.154-.089.085-.054.173-.112.18-.103l.004.006c.029.034.075.09-.265.351 0 .05.002.092.003.125.005.107.006.135-.067.135a.466.466 0 0 0-.13.035c-.134.048-.316.112-.448-.035-.183-.204-1.31-1.024-1.31-1.024l-.12.067s.412 1.14.633 1.147c.11.004-.057.11-.278.252-.223.142-.502.32-.606.464-.03.042-.055-.023-.073-.164-.018.141-.042.206-.073.164-.103-.144-.382-.322-.606-.464-.22-.141-.387-.248-.277-.252.22-.008.633-1.147.633-1.147l-.12-.067-.45.515s-.678.305-.86.51c-.133.146-.314.082-.449.034a.454.454 0 0 0-.13-.035c-.115 0-.154-.161 0-.359.09-.116.229-.132.36-.146a.544.544 0 0 0 .25-.066c.164-.107.433-.386.433-.386l.397-.356s-.712.34-1.68-.786Z",fill:"#F6C540",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m6.217 8.515-.438-.767S5.207 6.43 5.207 6.27c0-.16-.23-.634-.23-.497 0 .138-.02 1.242-.02 1.242l.985 1.43v.17h.13l.145-.099Z",fill:"#F6C540",fillRule:"evenodd"}),l.jsx("path",{d:"m9.72 7.483.067-.221.813.245-.066.22-.813-.244Z",fill:"#F6C540"}),l.jsx("path",{d:"m10.154 7.08.22.072-.215.69-.22-.073.215-.689Z",fill:"#F6C540"}),l.jsx("path",{clipRule:"evenodd",d:"M8.069 2.646a1.306 1.306 0 0 0-.102-.035l-.003.01a.485.485 0 0 0-.116-.008V2.61l-.007.002a.957.957 0 0 0-.194.045c-.364.041-.552.202-.532.478.011.141.059.242.138.3v.084s.416.27.624.27c.208 0 .624-.27.624-.27v-.053c.114-.045.183-.158.196-.331.021-.284-.18-.446-.565-.481l-.001.011a1.685 1.685 0 0 0-.062-.02Zm.432.655v-.367a.25.25 0 0 1 .058.192c-.006.08-.025.138-.058.175Zm-1.248-.182v-.04.04Z",fill:"#F6C540",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.977 5.18s.569-.107.877-.107c.276 0 .877.107.877.107 0 .68.191 1.096 0 1.56-.192.465-.66.242-.87.686-.271-.421-.637-.19-.884-.79-.247-.6.15-.876 0-1.456Z",fill:"#1E5E91",fillRule:"evenodd"}),l.jsx("mask",{height:"3",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"3",x:"6",y:"5",children:l.jsx("path",{clipRule:"evenodd",d:"M6.977 5.18s.569-.107.877-.107c.276 0 .877.107.877.107 0 .68.191 1.096 0 1.56-.192.465-.66.242-.87.686-.271-.421-.637-.19-.884-.79-.247-.6.15-.876 0-1.456Z",fill:"#fff",fillRule:"evenodd"})}),l.jsx("g",{mask:"url(#".concat(h[2],")"),children:l.jsx("path",{d:"M6.977 6.599h1.754v.851H6.977z",fill:"#5EAA22"})}),l.jsx("path",{clipRule:"evenodd",d:"M7.9 6.4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#F6C540",fillRule:"evenodd"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ME=d;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=e.forwardRef((function(e,d){var s=e.height,a=e.width,h=c.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:d,height:s,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(h[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E8AA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2 2h12v8H2V2Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("mask",{height:"8",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"12",x:"2",y:"2",children:l.jsx("path",{clipRule:"evenodd",d:"M2 2h12v8H2V2Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(h[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M10.115 7.876c.204 0 .37-.17.37-.378a.374.374 0 0 0-.37-.379.374.374 0 0 0-.369.379c0 .208.165.378.37.378Z",fill:"#1E5E91",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.314 6.166c-.969-1.126.42-3.08.42-3.08s.207 1.167.975 1.953c0 .055-.072.138-.146.22a1.087 1.087 0 0 0-.13.168c-.068.123.164.193.276.193.05 0 .078.073.104.14.03.08.057.15.117.061.108-.161-.108-.517-.108-.517l.342-.36.115-.233h-.115v-.24l-.081.066s-.09-.214-.261-.214c-.172 0-.225-.098-.225-.098h.225c.113 0-.018-.15-.113-.227-.042-.035-.107-.023-.165-.012-.072.013-.134.024-.134-.055 0-.088.068-.1.147-.113a.356.356 0 0 0 .152-.05c.074-.053.173-.037.28-.02.057.01.116.02.175.02h.278c.1 0-.163.163-.163.163l.163.144.242.248-.12.072.25.242s-.086.138 0 .138c.034 0 .057.029.072.063.015-.034.038-.063.073-.063.085 0 0-.138 0-.138l.25-.242-.121-.072.242-.248.163-.144s-.263-.163-.163-.163h.279c.059 0 .118-.01.174-.02.108-.017.207-.033.28.02.045.032.1.041.152.05.079.014.147.025.147.113 0 .08-.062.068-.134.055-.058-.011-.122-.023-.165.012-.094.077-.225.227-.113.227h.226s-.054.098-.226.098c-.171 0-.26.214-.26.214l-.081-.066v.24h-.116l.116.233.341.36s-.215.356-.107.517c.059.09.086.02.117-.062.025-.066.053-.14.103-.14.113 0 .345-.07.277-.192-.028-.05-.08-.109-.13-.167-.074-.083-.147-.166-.147-.221.768-.786.976-1.952.976-1.952s1.388 1.953.42 3.079c-.969 1.126-1.68.786-1.68.786s.858.799.953.799c.013 0-.017-.074-.047-.147-.029-.072-.058-.144-.045-.143.028.001.082.067.137.133a.776.776 0 0 0 .117.125c.02.013.095-.014.166-.038.06-.02.115-.04.13-.033.059.03.043.09.029.148l-.01.044c-.002.013.074-.037.154-.089.085-.054.173-.112.18-.103l.004.006c.029.034.075.09-.265.351 0 .05.002.092.003.125.005.107.006.135-.067.135a.466.466 0 0 0-.13.035c-.134.048-.316.112-.448-.035-.183-.204-1.31-1.024-1.31-1.024l-.12.067s.412 1.14.633 1.147c.11.004-.057.11-.278.252-.223.142-.502.32-.606.464-.03.042-.055-.023-.073-.164-.018.141-.042.206-.073.164-.103-.144-.382-.322-.606-.464-.22-.141-.387-.248-.277-.252.22-.008.633-1.147.633-1.147l-.12-.067-.45.515s-.678.305-.86.51c-.133.146-.314.082-.449.034a.454.454 0 0 0-.13-.035c-.115 0-.154-.161 0-.359.09-.116.229-.132.36-.146a.544.544 0 0 0 .25-.066c.164-.107.433-.386.433-.386l.397-.356s-.712.34-1.68-.786Z",fill:"#F6C540",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m6.217 8.515-.438-.767S5.207 6.43 5.207 6.27c0-.16-.23-.634-.23-.497 0 .138-.02 1.242-.02 1.242l.985 1.43v.17h.13l.145-.099Z",fill:"#F6C540",fillRule:"evenodd"}),l.jsx("path",{d:"m9.72 7.483.067-.221.813.245-.066.22-.813-.244Z",fill:"#F6C540"}),l.jsx("path",{d:"m10.154 7.08.22.072-.215.69-.22-.073.215-.689Z",fill:"#F6C540"}),l.jsx("path",{clipRule:"evenodd",d:"M8.069 2.646a1.306 1.306 0 0 0-.102-.035l-.003.01a.485.485 0 0 0-.116-.008V2.61l-.007.002a.957.957 0 0 0-.194.045c-.364.041-.552.202-.532.478.011.141.059.242.138.3v.084s.416.27.624.27c.208 0 .624-.27.624-.27v-.053c.114-.045.183-.158.196-.331.021-.284-.18-.446-.565-.481l-.001.011a1.685 1.685 0 0 0-.062-.02Zm.432.655v-.367a.25.25 0 0 1 .058.192c-.006.08-.025.138-.058.175Zm-1.248-.182v-.04.04Z",fill:"#F6C540",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.977 5.18s.569-.107.877-.107c.276 0 .877.107.877.107 0 .68.191 1.096 0 1.56-.192.465-.66.242-.87.686-.271-.421-.637-.19-.884-.79-.247-.6.15-.876 0-1.456Z",fill:"#1E5E91",fillRule:"evenodd"}),l.jsx("mask",{height:"3",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"3",x:"6",y:"5",children:l.jsx("path",{clipRule:"evenodd",d:"M6.977 5.18s.569-.107.877-.107c.276 0 .877.107.877.107 0 .68.191 1.096 0 1.56-.192.465-.66.242-.87.686-.271-.421-.637-.19-.884-.79-.247-.6.15-.876 0-1.456Z",fill:"#fff",fillRule:"evenodd"})}),l.jsx("g",{mask:"url(#".concat(h[2],")"),children:l.jsx("path",{d:"M6.977 6.599h1.754v.851H6.977z",fill:"#5EAA22"})}),l.jsx("path",{clipRule:"evenodd",d:"M7.9 6.4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#F6C540",fillRule:"evenodd"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ME=d;
package/icons/flags/MM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=t.forwardRef((function(t,s){var a=t.height,h=t.width,n=i.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsxs("defs",{children:[e.jsx("path",{d:"m0-.5.2.5h-.4z",fill:"#fff",id:"".concat(n[0]),transform:"scale(8.844)"}),e.jsxs("g",{id:"".concat(n[1]),children:[e.jsx("use",{height:"12",transform:"rotate(-144)",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",transform:"rotate(-72)",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",transform:"rotate(72)",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",transform:"rotate(144)",width:"18",xlinkHref:"#".concat(n[0])})]})]}),e.jsx("path",{d:"M0-.1h640V160H0z",fill:"#fecb00"}),e.jsx("path",{d:"M0 320h640v160H0z",fill:"#ea2839"}),e.jsx("path",{d:"M0 160h640v160H0z",fill:"#34b233"}),e.jsx("use",{height:"12",transform:"matrix(40 0 0 40 -40 0)",width:"18",x:"9",xlinkHref:"#".concat(n[1]),y:"6.4"})]})}));exports.MM=s;
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=t.forwardRef((function(t,s){var a=t.height,h=t.width,n=i.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsxs("defs",{children:[e.jsx("path",{d:"m0-.5.2.5h-.4z",fill:"#fff",id:"".concat(n[0]),transform:"scale(8.844)"}),e.jsxs("g",{id:"".concat(n[1]),children:[e.jsx("use",{height:"12",transform:"rotate(-144)",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",transform:"rotate(-72)",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",transform:"rotate(72)",width:"18",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"12",transform:"rotate(144)",width:"18",xlinkHref:"#".concat(n[0])})]})]}),e.jsx("path",{d:"M0-.1h640V160H0z",fill:"#fecb00"}),e.jsx("path",{d:"M0 320h640v160H0z",fill:"#ea2839"}),e.jsx("path",{d:"M0 160h640v160H0z",fill:"#34b233"}),e.jsx("use",{height:"12",transform:"matrix(40 0 0 40 -40 0)",width:"18",x:"9",xlinkHref:"#".concat(n[1]),y:"6.4"})]})}));exports.MM=s;