@zonos/amino 5.5.31 → 5.5.32

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 (766) hide show
  1. package/CountryMultiSelectExpandedOption-22d4110d.js +1 -0
  2. package/DateControlsWrapper-8bc4369f.js +1 -0
  3. package/_rollupPluginBabelHelpers-697f213c.js +1 -0
  4. package/components/avatar/AvatarBase.js +1 -1
  5. package/components/avatar/ImageAvatar.js +1 -1
  6. package/components/avatar/UserAvatar.js +1 -1
  7. package/components/badge/Badge.js +1 -1
  8. package/components/banner/Banner.js +1 -1
  9. package/components/button/Button.js +1 -1
  10. package/components/button/ButtonIcon.js +1 -1
  11. package/components/button/MenuButton.js +1 -1
  12. package/components/button/RippleGroup.js +1 -1
  13. package/components/button/_Ripple.js +1 -1
  14. package/components/button/button-group/ButtonGroup.js +1 -1
  15. package/components/card/Card.js +1 -1
  16. package/components/checkbox/Checkbox.js +1 -1
  17. package/components/collapse/Collapse.js +1 -1
  18. package/components/connection-map/ConnectionMap.js +1 -1
  19. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  20. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -1
  21. package/components/cover-sheet/CoverSheet.js +1 -1
  22. package/components/cover-sheet/CoverSheetActions.js +1 -1
  23. package/components/currency/Currency.js +1 -1
  24. package/components/currency/DualCurrency.js +1 -1
  25. package/components/danger-zone/DangerZone.js +1 -1
  26. package/components/dialog/BaseDialog.js +1 -1
  27. package/components/dialog/Dialog.js +1 -1
  28. package/components/dialog/DismissableDialog.js +1 -1
  29. package/components/dialog/alert/AlertContext.js +1 -1
  30. package/components/dialog/alert/AlertDialog.js +1 -1
  31. package/components/dialog/alert/useAlert.js +1 -1
  32. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  33. package/components/dialog/confirm/ConfirmContext.js +1 -1
  34. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  35. package/components/dialog/confirm/useConfirm.js +1 -1
  36. package/components/divider/Divider.js +1 -1
  37. package/components/drop-zone/DropZone.js +1 -1
  38. package/components/file-upload/FileUpload.js +1 -1
  39. package/components/filter/FilterWrapper.js +1 -1
  40. package/components/filter/filter-amount/FilterAmount.js +1 -1
  41. package/components/filter/filter-date/DateControls.js +1 -1
  42. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  43. package/components/filter/filter-date/FilterDate.js +1 -1
  44. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  45. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  46. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  47. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  48. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  49. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  50. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  51. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  52. package/components/filter/filter-select/FilterSelect.js +1 -1
  53. package/components/filter/filter-text/FilterText.js +1 -1
  54. package/components/filter/useFilterWrapper.js +1 -1
  55. package/components/flex/Flex.js +1 -1
  56. package/components/glow/GlowWrapper.js +1 -1
  57. package/components/help-text/HelpText.js +1 -1
  58. package/components/input/Input.js +1 -1
  59. package/components/input/MultiInput.js +1 -1
  60. package/components/input/input-simple/InputSimple.js +1 -1
  61. package/components/input/input-simple/input-type/_DateInput.js +1 -1
  62. package/components/input/input-simple/input-type/_InputBase.js +1 -1
  63. package/components/input/input-simple/input-type/_NumberInput.js +1 -1
  64. package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
  65. package/components/input/input-simple/input-type/_TimeInput.js +1 -1
  66. package/components/input/input-type/_DateInput.js +1 -1
  67. package/components/input/input-type/_FloatLabelInput.js +1 -1
  68. package/components/input/input-type/_NumberInput.js +1 -1
  69. package/components/input/input-type/_PasswordInput.js +1 -1
  70. package/components/input/input-type/_TimeInput.js +1 -1
  71. package/components/layout/Layout.js +1 -1
  72. package/components/layout/NavigationGroup.js +1 -1
  73. package/components/lightbox/LightBox.js +1 -1
  74. package/components/list/CollapsibleList.js +1 -1
  75. package/components/list/List.js +1 -1
  76. package/components/list-item/ListItem.js +1 -1
  77. package/components/menu/Menu.js +1 -1
  78. package/components/menu/MenuItem.js +1 -1
  79. package/components/nested-data-table/NestedDataTable.js +1 -1
  80. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  81. package/components/nested-data-table/_Filter.js +1 -1
  82. package/components/nested-data-table/_TableData.js +1 -1
  83. package/components/pivot-table/PivotTable.js +1 -1
  84. package/components/progress-bar/ProgressBar.js +1 -1
  85. package/components/radio/Radio.js +1 -1
  86. package/components/radio/RadioGroup.js +1 -1
  87. package/components/rest-state/RestState.js +1 -1
  88. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  89. package/components/rich-checkbox/RichCheckbox.js +1 -1
  90. package/components/rich-radio/RichRadio.js +1 -1
  91. package/components/rounded-icon/RoundedIcon.js +1 -1
  92. package/components/section/HSection.js +1 -1
  93. package/components/section/VSection.js +1 -1
  94. package/components/section/_SectionHeader.js +1 -1
  95. package/components/section/_SectionInnerWrapper.js +1 -1
  96. package/components/section/_SectionSubheader.js +1 -1
  97. package/components/select/CountryMultiSelect.js +1 -1
  98. package/components/select/CountrySelect.js +1 -1
  99. package/components/select/MultiSelect.js +1 -1
  100. package/components/select/Select.js +1 -1
  101. package/components/select/_StyledReactSelect.js +1 -1
  102. package/components/simple-table/SimpleTable.js +1 -1
  103. package/components/simple-table/SimpleTableRow.js +1 -1
  104. package/components/skeleton/Skeleton.js +1 -1
  105. package/components/slide-over/SlideOver.js +1 -1
  106. package/components/spinner/Spinner.js +1 -1
  107. package/components/split-panel/SplitPanel.js +1 -1
  108. package/components/stack/HStack.js +1 -1
  109. package/components/stack/Stack.js +1 -1
  110. package/components/stack/VStack.js +1 -1
  111. package/components/surface/Surface.js +1 -1
  112. package/components/switch/Switch.js +1 -1
  113. package/components/table/Table.js +1 -1
  114. package/components/table/TableBody.js +1 -1
  115. package/components/table/TableCell.js +1 -1
  116. package/components/table/TableFooter.js +1 -1
  117. package/components/table/TableHead.js +1 -1
  118. package/components/table/TableRow.js +1 -1
  119. package/components/table/TableRowCollapse.js +1 -1
  120. package/components/tabs/Tabs.js +1 -1
  121. package/components/tag/Tag.js +1 -1
  122. package/components/text/Text.js +1 -1
  123. package/components/text-avatar/TextAvatar.js +1 -1
  124. package/components/textarea/Textarea.js +1 -1
  125. package/components/theme-select/ThemeSelect.js +1 -1
  126. package/components/thumbnail/Thumbnail.js +1 -1
  127. package/components/toast/Toast.js +1 -1
  128. package/components/toast/ToastContext.js +1 -1
  129. package/components/toggle/Toggle.js +1 -1
  130. package/components/tooltip/Tooltip.js +1 -1
  131. package/icons/AIDuotoneIcon.js +1 -1
  132. package/icons/AIIcon.js +1 -1
  133. package/icons/ArrowDownDuotoneIcon.js +1 -1
  134. package/icons/ArrowDownIcon.js +1 -1
  135. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  136. package/icons/ArrowLeftIcon.js +1 -1
  137. package/icons/ArrowRightDuotoneIcon.js +1 -1
  138. package/icons/ArrowRightIcon.js +1 -1
  139. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  140. package/icons/ArrowSwapIcon.js +1 -1
  141. package/icons/ArrowUpDuotoneIcon.js +1 -1
  142. package/icons/ArrowUpIcon.js +1 -1
  143. package/icons/BagDuotoneIcon.js +1 -1
  144. package/icons/BagIcon.js +1 -1
  145. package/icons/BankDuotoneIcon.js +1 -1
  146. package/icons/BankIcon.js +1 -1
  147. package/icons/BellDuotoneIcon.js +1 -1
  148. package/icons/BellIcon.js +1 -1
  149. package/icons/BellOffDuotoneIcon.js +1 -1
  150. package/icons/BellOffIcon.js +1 -1
  151. package/icons/BookDuotoneIcon.js +1 -1
  152. package/icons/BookIcon.js +1 -1
  153. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  154. package/icons/BookmarkAddIcon.js +1 -1
  155. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  156. package/icons/BookmarkCheckIcon.js +1 -1
  157. package/icons/BookmarkDuotoneIcon.js +1 -1
  158. package/icons/BookmarkIcon.js +1 -1
  159. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  160. package/icons/BookmarkOffIcon.js +1 -1
  161. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  162. package/icons/BookmarkRemoveIcon.js +1 -1
  163. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  164. package/icons/BookmarkSubtractIcon.js +1 -1
  165. package/icons/BoxesDuotoneIcon.js +1 -1
  166. package/icons/BoxesIcon.js +1 -1
  167. package/icons/BufferDuotoneIcon.js +1 -1
  168. package/icons/BufferIcon.js +1 -1
  169. package/icons/CalculatorDuotoneIcon.js +1 -1
  170. package/icons/CalculatorIcon.js +1 -1
  171. package/icons/CalendarDuotoneIcon.js +1 -1
  172. package/icons/CalendarIcon.js +1 -1
  173. package/icons/CardDuotoneIcon.js +1 -1
  174. package/icons/CardIcon.js +1 -1
  175. package/icons/CaretDownDuotoneIcon.js +1 -1
  176. package/icons/CaretDownIcon.js +1 -1
  177. package/icons/CaretLeftDuotoneIcon.js +1 -1
  178. package/icons/CaretLeftIcon.js +1 -1
  179. package/icons/CaretRightDuotoneIcon.js +1 -1
  180. package/icons/CaretRightIcon.js +1 -1
  181. package/icons/CaretUpDuotoneIcon.js +1 -1
  182. package/icons/CaretUpIcon.js +1 -1
  183. package/icons/CartDuotoneIcon.js +1 -1
  184. package/icons/CartIcon.js +1 -1
  185. package/icons/ChartDuotoneIcon.js +1 -1
  186. package/icons/ChartIcon.js +1 -1
  187. package/icons/CheckCircleDuotoneIcon.js +1 -1
  188. package/icons/CheckCircleIcon.js +1 -1
  189. package/icons/CheckmarkDuotoneIcon.js +1 -1
  190. package/icons/CheckmarkIcon.js +1 -1
  191. package/icons/CheckoutDuotoneIcon.js +1 -1
  192. package/icons/CheckoutIcon.js +1 -1
  193. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  194. package/icons/ChevronDownCircleIcon.js +1 -1
  195. package/icons/ChevronDownDuotoneIcon.js +1 -1
  196. package/icons/ChevronDownIcon.js +1 -1
  197. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  198. package/icons/ChevronLeftCircleIcon.js +1 -1
  199. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  200. package/icons/ChevronLeftIcon.js +1 -1
  201. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  202. package/icons/ChevronRightCircleIcon.js +1 -1
  203. package/icons/ChevronRightDuotoneIcon.js +1 -1
  204. package/icons/ChevronRightIcon.js +1 -1
  205. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  206. package/icons/ChevronUpCircleIcon.js +1 -1
  207. package/icons/ChevronUpDuotoneIcon.js +1 -1
  208. package/icons/ChevronUpIcon.js +1 -1
  209. package/icons/CircleDuotoneIcon.js +1 -1
  210. package/icons/CircleIcon.js +1 -1
  211. package/icons/ClassifyDuotoneIcon.js +1 -1
  212. package/icons/ClassifyIcon.js +1 -1
  213. package/icons/ClearDuotoneIcon.js +1 -1
  214. package/icons/ClearIcon.js +1 -1
  215. package/icons/ClockDuotoneIcon.js +1 -1
  216. package/icons/ClockIcon.js +1 -1
  217. package/icons/CodeCircleDuotoneIcon.js +1 -1
  218. package/icons/CodeCircleIcon.js +1 -1
  219. package/icons/CodeDuotoneIcon.js +1 -1
  220. package/icons/CodeIcon.js +1 -1
  221. package/icons/CoinsDuotoneIcon.js +1 -1
  222. package/icons/CoinsIcon.js +1 -1
  223. package/icons/CollectDuotoneIcon.js +1 -1
  224. package/icons/CollectIcon.js +1 -1
  225. package/icons/CommentDuotoneIcon.js +1 -1
  226. package/icons/CommentIcon.js +1 -1
  227. package/icons/CopilotDuotoneIcon.js +1 -1
  228. package/icons/CopilotIcon.js +1 -1
  229. package/icons/CopyDuotoneIcon.js +1 -1
  230. package/icons/CopyIDIcon.js +1 -1
  231. package/icons/CopyIcon.js +1 -1
  232. package/icons/CubeDuotoneIcon.js +1 -1
  233. package/icons/CubeIcon.js +1 -1
  234. package/icons/DashboardDuotoneIcon.js +1 -1
  235. package/icons/DashboardIcon.js +1 -1
  236. package/icons/DiamondDuotoneIcon.js +1 -1
  237. package/icons/DiamondIcon.js +1 -1
  238. package/icons/DislikeDuotoneIcon.js +1 -1
  239. package/icons/DislikeIcon.js +1 -1
  240. package/icons/DocsDuotoneIcon.js +1 -1
  241. package/icons/DocsIcon.js +1 -1
  242. package/icons/DollarDuotoneIcon.js +1 -1
  243. package/icons/DollarIcon.js +1 -1
  244. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  245. package/icons/DoubleChevronIcon.js +1 -1
  246. package/icons/DragDuotoneIcon.js +1 -1
  247. package/icons/DragIcon.js +1 -1
  248. package/icons/EditDuotoneIcon.js +1 -1
  249. package/icons/EditIcon.js +1 -1
  250. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  251. package/icons/ExclamationMarkIcon.js +1 -1
  252. package/icons/ExportDuotoneIcon.js +1 -1
  253. package/icons/ExportIcon.js +1 -1
  254. package/icons/ExternalDuotoneIcon.js +1 -1
  255. package/icons/ExternalIcon.js +1 -1
  256. package/icons/EyeDuotoneIcon.js +1 -1
  257. package/icons/EyeIcon.js +1 -1
  258. package/icons/EyeOffDuotoneIcon.js +1 -1
  259. package/icons/EyeOffIcon.js +1 -1
  260. package/icons/FileDuotoneIcon.js +1 -1
  261. package/icons/FileIcon.js +1 -1
  262. package/icons/FileUploadDuotoneIcon.js +1 -1
  263. package/icons/FileUploadIcon.js +1 -1
  264. package/icons/FilterDuotoneIcon.js +1 -1
  265. package/icons/FilterIcon.js +1 -1
  266. package/icons/FolderListDuotoneIcon.js +1 -1
  267. package/icons/FolderListIcon.js +1 -1
  268. package/icons/FolderUploadDuotoneIcon.js +1 -1
  269. package/icons/FolderUploadIcon.js +1 -1
  270. package/icons/FusionDuotoneIcon.js +1 -1
  271. package/icons/FusionIcon.js +1 -1
  272. package/icons/GlobeDuotoneIcon.js +1 -1
  273. package/icons/GlobeIcon.js +1 -1
  274. package/icons/GraphQLDuotoneIcon.js +1 -1
  275. package/icons/GraphQLIcon.js +1 -1
  276. package/icons/GridDuotoneIcon.js +1 -1
  277. package/icons/GridIcon.js +1 -1
  278. package/icons/HelloDuotoneIcon.js +1 -1
  279. package/icons/HelloIcon.js +1 -1
  280. package/icons/HelpDuotoneIcon.js +1 -1
  281. package/icons/HelpIcon.js +1 -1
  282. package/icons/HexagonDuotoneIcon.js +1 -1
  283. package/icons/HexagonIcon.js +1 -1
  284. package/icons/HomeDuotoneIcon.js +1 -1
  285. package/icons/HomeIcon.js +1 -1
  286. package/icons/ImageDuotoneIcon.js +1 -1
  287. package/icons/ImageIcon.js +1 -1
  288. package/icons/ImportDuotoneIcon.js +1 -1
  289. package/icons/ImportIcon.js +1 -1
  290. package/icons/InfoDuotoneIcon.js +1 -1
  291. package/icons/InfoIcon.js +1 -1
  292. package/icons/IntegrationDuotoneIcon.js +1 -1
  293. package/icons/IntegrationIcon.js +1 -1
  294. package/icons/LandedCostDuotoneIcon.js +1 -1
  295. package/icons/LandedCostIcon.js +1 -1
  296. package/icons/LaptopDuotoneIcon.js +1 -1
  297. package/icons/LaptopIcon.js +1 -1
  298. package/icons/LeftPanelClosedDuotoneIcon.js +1 -1
  299. package/icons/LeftPanelClosedIcon.js +1 -1
  300. package/icons/LeftPanelOpenDuotoneIcon.js +1 -1
  301. package/icons/LeftPanelOpenIcon.js +1 -1
  302. package/icons/LightDuotoneIcon.js +1 -1
  303. package/icons/LightIcon.js +1 -1
  304. package/icons/LikeDuotoneIcon.js +1 -1
  305. package/icons/LikeIcon.js +1 -1
  306. package/icons/LineDownDuotoneIcon.js +1 -1
  307. package/icons/LineDownIcon.js +1 -1
  308. package/icons/LineUpDuotoneIcon.js +1 -1
  309. package/icons/LineUpIcon.js +1 -1
  310. package/icons/LinkDuotoneIcon.js +1 -1
  311. package/icons/LinkIcon.js +1 -1
  312. package/icons/LocationDuotoneIcon.js +1 -1
  313. package/icons/LocationIcon.js +1 -1
  314. package/icons/LockDuotoneIcon.js +1 -1
  315. package/icons/LockIcon.js +1 -1
  316. package/icons/LoginDuotoneIcon.js +1 -1
  317. package/icons/LoginIcon.js +1 -1
  318. package/icons/LogoutDuotoneIcon.js +1 -1
  319. package/icons/LogoutIcon.js +1 -1
  320. package/icons/MailDuotoneIcon.js +1 -1
  321. package/icons/MailIcon.js +1 -1
  322. package/icons/MaximizeDuotoneIcon.js +1 -1
  323. package/icons/MaximizeIcon.js +1 -1
  324. package/icons/MenuDuotoneIcon.js +1 -1
  325. package/icons/MenuIcon.js +1 -1
  326. package/icons/MinimizeDuotoneIcon.js +1 -1
  327. package/icons/MinimizeIcon.js +1 -1
  328. package/icons/MinusCircleDuotoneIcon.js +1 -1
  329. package/icons/MinusCircleIcon.js +1 -1
  330. package/icons/MinusDuotoneIcon.js +1 -1
  331. package/icons/MinusIcon.js +1 -1
  332. package/icons/MobileDuotoneIcon.js +1 -1
  333. package/icons/MobileIcon.js +1 -1
  334. package/icons/MoneyDuotoneIcon.js +1 -1
  335. package/icons/MoneyIcon.js +1 -1
  336. package/icons/MonitorDuotoneIcon.js +1 -1
  337. package/icons/MonitorIcon.js +1 -1
  338. package/icons/NightDuotoneIcon.js +1 -1
  339. package/icons/NightIcon.js +1 -1
  340. package/icons/NoteIcon.js +1 -1
  341. package/icons/PaletteDuotoneIcon.js +1 -1
  342. package/icons/PaletteIcon.js +1 -1
  343. package/icons/PauseCircleDuotoneIcon.js +1 -1
  344. package/icons/PauseCircleIcon.js +1 -1
  345. package/icons/PenDuotoneIcon.js +1 -1
  346. package/icons/PenIcon.js +1 -1
  347. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  348. package/icons/PercentBadgeIcon.js +1 -1
  349. package/icons/PercentDuotoneIcon.js +1 -1
  350. package/icons/PercentIcon.js +1 -1
  351. package/icons/PlaneDuotoneIcon.js +1 -1
  352. package/icons/PlaneIcon.js +1 -1
  353. package/icons/PlayCircleDuotoneIcon.js +1 -1
  354. package/icons/PlayCircleIcon.js +1 -1
  355. package/icons/PlayDuotoneIcon.js +1 -1
  356. package/icons/PlayIcon.js +1 -1
  357. package/icons/PlusCircleDuotoneIcon.js +1 -1
  358. package/icons/PlusCircleIcon.js +1 -1
  359. package/icons/PlusDuotoneIcon.js +1 -1
  360. package/icons/PlusIcon.js +1 -1
  361. package/icons/PrepayDuotoneIcon.js +1 -1
  362. package/icons/PrepayIcon.js +1 -1
  363. package/icons/PrinterDuotoneIcon.js +1 -1
  364. package/icons/PrinterIcon.js +1 -1
  365. package/icons/RadioIcon.js +1 -1
  366. package/icons/RateDuotoneIcon.js +1 -1
  367. package/icons/RateIcon.js +1 -1
  368. package/icons/ReceiptDuotoneIcon.js +1 -1
  369. package/icons/ReceiptIcon.js +1 -1
  370. package/icons/RefreshDuotoneIcon.js +1 -1
  371. package/icons/RefreshIcon.js +1 -1
  372. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  373. package/icons/RemoveCircleIcon.js +1 -1
  374. package/icons/RemoveDuotoneIcon.js +1 -1
  375. package/icons/RemoveIcon.js +1 -1
  376. package/icons/RestrictDuotoneIcon.js +1 -1
  377. package/icons/RestrictIcon.js +1 -1
  378. package/icons/RightPanelClosedDuotoneIcon.js +1 -1
  379. package/icons/RightPanelClosedIcon.js +1 -1
  380. package/icons/RightPanelOpenDuotoneIcon.js +1 -1
  381. package/icons/RightPanelOpenIcon.js +1 -1
  382. package/icons/RocketDuotoneIcon.js +1 -1
  383. package/icons/RocketIcon.js +1 -1
  384. package/icons/RulesIcon.js +1 -1
  385. package/icons/ScanDuotoneIcon.js +1 -1
  386. package/icons/ScanIcon.js +1 -1
  387. package/icons/ScreenDuotoneIcon.js +1 -1
  388. package/icons/ScreenIcon.js +1 -1
  389. package/icons/SearchDuotoneIcon.js +1 -1
  390. package/icons/SearchIcon.js +1 -1
  391. package/icons/SendDuotoneIcon.js +1 -1
  392. package/icons/SendIcon.js +1 -1
  393. package/icons/SettingsDuotoneIcon.js +1 -1
  394. package/icons/SettingsIcon.js +1 -1
  395. package/icons/ShoppingListDuotoneIcon.js +1 -1
  396. package/icons/ShoppingListIcon.js +1 -1
  397. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  398. package/icons/ShoppingTagIcon.js +1 -1
  399. package/icons/SquareDuotoneIcon.js +1 -1
  400. package/icons/SquareIcon.js +1 -1
  401. package/icons/StarDuotoneIcon.js +1 -1
  402. package/icons/StarIcon.js +1 -1
  403. package/icons/StarOffDuotoneIcon.js +1 -1
  404. package/icons/StarOffIcon.js +1 -1
  405. package/icons/StarsDuotoneIcon.js +1 -1
  406. package/icons/StarsIcon.js +1 -1
  407. package/icons/SunnyDuotoneIcon.js +1 -1
  408. package/icons/SunnyIcon.js +1 -1
  409. package/icons/TagDuotoneIcon.js +1 -1
  410. package/icons/TagIcon.js +1 -1
  411. package/icons/TaxDuotoneIcon.js +1 -1
  412. package/icons/TaxIcon.js +1 -1
  413. package/icons/ThreeDotDuotoneIcon.js +1 -1
  414. package/icons/ThreeDotIcon.js +1 -1
  415. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  416. package/icons/TotalLandedCostIcon.js +1 -1
  417. package/icons/TrashCanDuotoneIcon.js +1 -1
  418. package/icons/TrashCanIcon.js +1 -1
  419. package/icons/TriangleDuotoneIcon.js +1 -1
  420. package/icons/TriangleIcon.js +1 -1
  421. package/icons/TruckDuotoneIcon.js +1 -1
  422. package/icons/TruckIcon.js +1 -1
  423. package/icons/UFODuotoneIcon.js +1 -1
  424. package/icons/UFOIcon.js +1 -1
  425. package/icons/UserDuotoneIcon.js +1 -1
  426. package/icons/UserIcon.js +1 -1
  427. package/icons/UsersIcon.js +1 -1
  428. package/icons/UtahDuotoneIcon.js +1 -1
  429. package/icons/UtahIcon.js +1 -1
  430. package/icons/WarningDuotoneIcon.js +1 -1
  431. package/icons/WarningIcon.js +1 -1
  432. package/icons/custom/AvatarIcon.js +1 -1
  433. package/icons/custom/logo/ZonosIcon.js +1 -1
  434. package/icons/custom/logo/ZonosLogoIcon.js +1 -1
  435. package/icons/custom/logo/ZonosWordmark.js +1 -1
  436. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  437. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  438. package/icons/custom/products/ClearColorIcon.js +1 -1
  439. package/icons/custom/products/CollectColorIcon.js +1 -1
  440. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  441. package/icons/custom/products/DashboardColorIcon.js +1 -1
  442. package/icons/custom/products/HelloColorIcon.js +1 -1
  443. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  444. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  445. package/icons/custom/products/PrepayColorIcon.js +1 -1
  446. package/icons/custom/products/RateColorIcon.js +1 -1
  447. package/icons/custom/products/RestrictColorIcon.js +1 -1
  448. package/icons/custom/products/ScreenColorIcon.js +1 -1
  449. package/icons/custom/products/TaxColorIcon.js +1 -1
  450. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  451. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  452. package/icons/custom/us-states/AlabamaIcon.js +1 -1
  453. package/icons/custom/us-states/AlaskaIcon.js +1 -1
  454. package/icons/custom/us-states/ArizonaIcon.js +1 -1
  455. package/icons/custom/us-states/ArkansasIcon.js +1 -1
  456. package/icons/custom/us-states/CaliforniaIcon.js +1 -1
  457. package/icons/custom/us-states/ColoradoIcon.js +1 -1
  458. package/icons/custom/us-states/ConnecticutIcon.js +1 -1
  459. package/icons/custom/us-states/DelawareIcon.js +1 -1
  460. package/icons/custom/us-states/FloridaIcon.js +1 -1
  461. package/icons/custom/us-states/GeorgiaIcon.js +1 -1
  462. package/icons/custom/us-states/HawaiiIcon.js +1 -1
  463. package/icons/custom/us-states/IdahoIcon.js +1 -1
  464. package/icons/custom/us-states/IllinoisIcon.js +1 -1
  465. package/icons/custom/us-states/IndianaIcon.js +1 -1
  466. package/icons/custom/us-states/IowaIcon.js +1 -1
  467. package/icons/custom/us-states/KansasIcon.js +1 -1
  468. package/icons/custom/us-states/KentuckyIcon.js +1 -1
  469. package/icons/custom/us-states/LouisianaIcon.js +1 -1
  470. package/icons/custom/us-states/MaineIcon.js +1 -1
  471. package/icons/custom/us-states/MarylandIcon.js +1 -1
  472. package/icons/custom/us-states/MassachusettsIcon.js +1 -1
  473. package/icons/custom/us-states/MichiganIcon.js +1 -1
  474. package/icons/custom/us-states/MinnesotaIcon.js +1 -1
  475. package/icons/custom/us-states/MississippiIcon.js +1 -1
  476. package/icons/custom/us-states/MissouriIcon.js +1 -1
  477. package/icons/custom/us-states/MontanaIcon.js +1 -1
  478. package/icons/custom/us-states/NebraskaIcon.js +1 -1
  479. package/icons/custom/us-states/NevadaIcon.js +1 -1
  480. package/icons/custom/us-states/NewHampshireIcon.js +1 -1
  481. package/icons/custom/us-states/NewJerseyIcon.js +1 -1
  482. package/icons/custom/us-states/NewMexicoIcon.js +1 -1
  483. package/icons/custom/us-states/NewYorkIcon.js +1 -1
  484. package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
  485. package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
  486. package/icons/custom/us-states/OhioIcon.js +1 -1
  487. package/icons/custom/us-states/OklahomaIcon.js +1 -1
  488. package/icons/custom/us-states/OregonIcon.js +1 -1
  489. package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
  490. package/icons/custom/us-states/PuertoRicoIcon.js +1 -1
  491. package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
  492. package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
  493. package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
  494. package/icons/custom/us-states/TennesseeIcon.js +1 -1
  495. package/icons/custom/us-states/TexasIcon.js +1 -1
  496. package/icons/custom/us-states/UtahIcon.js +1 -1
  497. package/icons/custom/us-states/VermontIcon.js +1 -1
  498. package/icons/custom/us-states/VirginiaIcon.js +1 -1
  499. package/icons/custom/us-states/WashingtonIcon.js +1 -1
  500. package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
  501. package/icons/custom/us-states/WisconsinIcon.js +1 -1
  502. package/icons/custom/us-states/WyomingIcon.js +1 -1
  503. package/icons/flag-icon/FlagIcon.js +1 -1
  504. package/icons/flag-icon/_FlagIconBase.js +1 -1
  505. package/icons/flags/AD.js +1 -1
  506. package/icons/flags/AE.js +1 -1
  507. package/icons/flags/AF.js +1 -1
  508. package/icons/flags/AG.js +1 -1
  509. package/icons/flags/AI.js +1 -1
  510. package/icons/flags/AL.js +1 -1
  511. package/icons/flags/AM.js +1 -1
  512. package/icons/flags/AO.js +1 -1
  513. package/icons/flags/AQ.js +1 -1
  514. package/icons/flags/AR.js +1 -1
  515. package/icons/flags/AS.js +1 -1
  516. package/icons/flags/AT.js +1 -1
  517. package/icons/flags/AU.js +1 -1
  518. package/icons/flags/AW.js +1 -1
  519. package/icons/flags/AX.js +1 -1
  520. package/icons/flags/AZ.js +1 -1
  521. package/icons/flags/BA.js +1 -1
  522. package/icons/flags/BB.js +1 -1
  523. package/icons/flags/BD.js +1 -1
  524. package/icons/flags/BE.js +1 -1
  525. package/icons/flags/BF.js +1 -1
  526. package/icons/flags/BG.js +1 -1
  527. package/icons/flags/BH.js +1 -1
  528. package/icons/flags/BI.js +1 -1
  529. package/icons/flags/BJ.js +1 -1
  530. package/icons/flags/BL.js +1 -1
  531. package/icons/flags/BM.js +1 -1
  532. package/icons/flags/BN.js +1 -1
  533. package/icons/flags/BO.js +1 -1
  534. package/icons/flags/BQ.js +1 -1
  535. package/icons/flags/BR.js +1 -1
  536. package/icons/flags/BS.js +1 -1
  537. package/icons/flags/BT.js +1 -1
  538. package/icons/flags/BV.js +1 -1
  539. package/icons/flags/BW.js +1 -1
  540. package/icons/flags/BY.js +1 -1
  541. package/icons/flags/BZ.js +1 -1
  542. package/icons/flags/CA.js +1 -1
  543. package/icons/flags/CC.js +1 -1
  544. package/icons/flags/CD.js +1 -1
  545. package/icons/flags/CF.js +1 -1
  546. package/icons/flags/CG.js +1 -1
  547. package/icons/flags/CH.js +1 -1
  548. package/icons/flags/CI.js +1 -1
  549. package/icons/flags/CK.js +1 -1
  550. package/icons/flags/CL.js +1 -1
  551. package/icons/flags/CM.js +1 -1
  552. package/icons/flags/CN.js +1 -1
  553. package/icons/flags/CO.js +1 -1
  554. package/icons/flags/CR.js +1 -1
  555. package/icons/flags/CU.js +1 -1
  556. package/icons/flags/CV.js +1 -1
  557. package/icons/flags/CW.js +1 -1
  558. package/icons/flags/CX.js +1 -1
  559. package/icons/flags/CY.js +1 -1
  560. package/icons/flags/CZ.js +1 -1
  561. package/icons/flags/DE.js +1 -1
  562. package/icons/flags/DJ.js +1 -1
  563. package/icons/flags/DK.js +1 -1
  564. package/icons/flags/DM.js +1 -1
  565. package/icons/flags/DO.js +1 -1
  566. package/icons/flags/DZ.js +1 -1
  567. package/icons/flags/Default.js +1 -1
  568. package/icons/flags/EC.js +1 -1
  569. package/icons/flags/EE.js +1 -1
  570. package/icons/flags/EG.js +1 -1
  571. package/icons/flags/EH.js +1 -1
  572. package/icons/flags/ER.js +1 -1
  573. package/icons/flags/ES.js +1 -1
  574. package/icons/flags/ET.js +1 -1
  575. package/icons/flags/FI.js +1 -1
  576. package/icons/flags/FJ.js +1 -1
  577. package/icons/flags/FK.js +1 -1
  578. package/icons/flags/FM.js +1 -1
  579. package/icons/flags/FO.js +1 -1
  580. package/icons/flags/FR.js +1 -1
  581. package/icons/flags/GA.js +1 -1
  582. package/icons/flags/GB.js +1 -1
  583. package/icons/flags/GD.js +1 -1
  584. package/icons/flags/GE.js +1 -1
  585. package/icons/flags/GF.js +1 -1
  586. package/icons/flags/GG.js +1 -1
  587. package/icons/flags/GH.js +1 -1
  588. package/icons/flags/GI.js +1 -1
  589. package/icons/flags/GL.js +1 -1
  590. package/icons/flags/GM.js +1 -1
  591. package/icons/flags/GN.js +1 -1
  592. package/icons/flags/GP.js +1 -1
  593. package/icons/flags/GQ.js +1 -1
  594. package/icons/flags/GR.js +1 -1
  595. package/icons/flags/GS.js +1 -1
  596. package/icons/flags/GT.js +1 -1
  597. package/icons/flags/GU.js +1 -1
  598. package/icons/flags/GW.js +1 -1
  599. package/icons/flags/GY.js +1 -1
  600. package/icons/flags/HK.js +1 -1
  601. package/icons/flags/HM.js +1 -1
  602. package/icons/flags/HN.js +1 -1
  603. package/icons/flags/HR.js +1 -1
  604. package/icons/flags/HT.js +1 -1
  605. package/icons/flags/HU.js +1 -1
  606. package/icons/flags/IC.js +1 -1
  607. package/icons/flags/ID.js +1 -1
  608. package/icons/flags/IE.js +1 -1
  609. package/icons/flags/IL.js +1 -1
  610. package/icons/flags/IM.js +1 -1
  611. package/icons/flags/IN.js +1 -1
  612. package/icons/flags/IO.js +1 -1
  613. package/icons/flags/IQ.js +1 -1
  614. package/icons/flags/IR.js +1 -1
  615. package/icons/flags/IS.js +1 -1
  616. package/icons/flags/IT.js +1 -1
  617. package/icons/flags/JE.js +1 -1
  618. package/icons/flags/JM.js +1 -1
  619. package/icons/flags/JO.js +1 -1
  620. package/icons/flags/JP.js +1 -1
  621. package/icons/flags/KE.js +1 -1
  622. package/icons/flags/KG.js +1 -1
  623. package/icons/flags/KH.js +1 -1
  624. package/icons/flags/KI.js +1 -1
  625. package/icons/flags/KM.js +1 -1
  626. package/icons/flags/KN.js +1 -1
  627. package/icons/flags/KP.js +1 -1
  628. package/icons/flags/KR.js +1 -1
  629. package/icons/flags/KW.js +1 -1
  630. package/icons/flags/KY.js +1 -1
  631. package/icons/flags/KZ.js +1 -1
  632. package/icons/flags/LA.js +1 -1
  633. package/icons/flags/LB.js +1 -1
  634. package/icons/flags/LC.js +1 -1
  635. package/icons/flags/LI.js +1 -1
  636. package/icons/flags/LK.js +1 -1
  637. package/icons/flags/LR.js +1 -1
  638. package/icons/flags/LS.js +1 -1
  639. package/icons/flags/LT.js +1 -1
  640. package/icons/flags/LU.js +1 -1
  641. package/icons/flags/LV.js +1 -1
  642. package/icons/flags/LY.js +1 -1
  643. package/icons/flags/MA.js +1 -1
  644. package/icons/flags/MC.js +1 -1
  645. package/icons/flags/MD.js +1 -1
  646. package/icons/flags/ME.js +1 -1
  647. package/icons/flags/MF.js +1 -1
  648. package/icons/flags/MG.js +1 -1
  649. package/icons/flags/MH.js +1 -1
  650. package/icons/flags/MK.js +1 -1
  651. package/icons/flags/ML.js +1 -1
  652. package/icons/flags/MM.js +1 -1
  653. package/icons/flags/MN.js +1 -1
  654. package/icons/flags/MO.js +1 -1
  655. package/icons/flags/MP.js +1 -1
  656. package/icons/flags/MQ.js +1 -1
  657. package/icons/flags/MR.js +1 -1
  658. package/icons/flags/MS.js +1 -1
  659. package/icons/flags/MT.js +1 -1
  660. package/icons/flags/MU.js +1 -1
  661. package/icons/flags/MV.js +1 -1
  662. package/icons/flags/MW.js +1 -1
  663. package/icons/flags/MX.js +1 -1
  664. package/icons/flags/MY.js +1 -1
  665. package/icons/flags/MZ.js +1 -1
  666. package/icons/flags/NA.js +1 -1
  667. package/icons/flags/NC.js +1 -1
  668. package/icons/flags/NE.js +1 -1
  669. package/icons/flags/NF.js +1 -1
  670. package/icons/flags/NG.js +1 -1
  671. package/icons/flags/NI.js +1 -1
  672. package/icons/flags/NL.js +1 -1
  673. package/icons/flags/NO.js +1 -1
  674. package/icons/flags/NP.js +1 -1
  675. package/icons/flags/NR.js +1 -1
  676. package/icons/flags/NU.js +1 -1
  677. package/icons/flags/NZ.js +1 -1
  678. package/icons/flags/OM.js +1 -1
  679. package/icons/flags/PA.js +1 -1
  680. package/icons/flags/PE.js +1 -1
  681. package/icons/flags/PF.js +1 -1
  682. package/icons/flags/PG.js +1 -1
  683. package/icons/flags/PH.js +1 -1
  684. package/icons/flags/PK.js +1 -1
  685. package/icons/flags/PL.js +1 -1
  686. package/icons/flags/PM.js +1 -1
  687. package/icons/flags/PN.js +1 -1
  688. package/icons/flags/PR.js +1 -1
  689. package/icons/flags/PS.js +1 -1
  690. package/icons/flags/PT.js +1 -1
  691. package/icons/flags/PW.js +1 -1
  692. package/icons/flags/PY.js +1 -1
  693. package/icons/flags/QA.js +1 -1
  694. package/icons/flags/RE.js +1 -1
  695. package/icons/flags/RO.js +1 -1
  696. package/icons/flags/RS.js +1 -1
  697. package/icons/flags/RU.js +1 -1
  698. package/icons/flags/RW.js +1 -1
  699. package/icons/flags/SA.js +1 -1
  700. package/icons/flags/SB.js +1 -1
  701. package/icons/flags/SC.js +1 -1
  702. package/icons/flags/SD.js +1 -1
  703. package/icons/flags/SE.js +1 -1
  704. package/icons/flags/SG.js +1 -1
  705. package/icons/flags/SH.js +1 -1
  706. package/icons/flags/SI.js +1 -1
  707. package/icons/flags/SJ.js +1 -1
  708. package/icons/flags/SK.js +1 -1
  709. package/icons/flags/SL.js +1 -1
  710. package/icons/flags/SM.js +1 -1
  711. package/icons/flags/SN.js +1 -1
  712. package/icons/flags/SO.js +1 -1
  713. package/icons/flags/SR.js +1 -1
  714. package/icons/flags/SS.js +1 -1
  715. package/icons/flags/ST.js +1 -1
  716. package/icons/flags/SV.js +1 -1
  717. package/icons/flags/SX.js +1 -1
  718. package/icons/flags/SY.js +1 -1
  719. package/icons/flags/SZ.js +1 -1
  720. package/icons/flags/TC.js +1 -1
  721. package/icons/flags/TD.js +1 -1
  722. package/icons/flags/TF.js +1 -1
  723. package/icons/flags/TG.js +1 -1
  724. package/icons/flags/TH.js +1 -1
  725. package/icons/flags/TJ.js +1 -1
  726. package/icons/flags/TK.js +1 -1
  727. package/icons/flags/TL.js +1 -1
  728. package/icons/flags/TM.js +1 -1
  729. package/icons/flags/TN.js +1 -1
  730. package/icons/flags/TO.js +1 -1
  731. package/icons/flags/TR.js +1 -1
  732. package/icons/flags/TT.js +1 -1
  733. package/icons/flags/TV.js +1 -1
  734. package/icons/flags/TW.js +1 -1
  735. package/icons/flags/TZ.js +1 -1
  736. package/icons/flags/UA.js +1 -1
  737. package/icons/flags/UG.js +1 -1
  738. package/icons/flags/UM.js +1 -1
  739. package/icons/flags/US.js +1 -1
  740. package/icons/flags/UY.js +1 -1
  741. package/icons/flags/UZ.js +1 -1
  742. package/icons/flags/VA.js +1 -1
  743. package/icons/flags/VC.js +1 -1
  744. package/icons/flags/VE.js +1 -1
  745. package/icons/flags/VG.js +1 -1
  746. package/icons/flags/VI.js +1 -1
  747. package/icons/flags/VN.js +1 -1
  748. package/icons/flags/VU.js +1 -1
  749. package/icons/flags/WF.js +1 -1
  750. package/icons/flags/WS.js +1 -1
  751. package/icons/flags/YE.js +1 -1
  752. package/icons/flags/YT.js +1 -1
  753. package/icons/flags/ZA.js +1 -1
  754. package/icons/flags/ZM.js +1 -1
  755. package/icons/flags/ZW.js +1 -1
  756. package/icons/icon-base/_IconBase.js +1 -1
  757. package/icons/icon-base/_StateIconBase.js +1 -1
  758. package/icons/icon-base/_ThemeIconBase.js +1 -1
  759. package/package.json +1 -1
  760. package/tsconfig.tsbuildinfo +1 -1
  761. package/utils/getProductDetails.js +1 -1
  762. package/utils/hooks/useNotify.js +1 -1
  763. package/utils/unitedStates.js +1 -1
  764. package/CountryMultiSelectExpandedOption-e473f7c0.js +0 -1
  765. package/DateControlsWrapper-4385a75c.js +0 -1
  766. package/_rollupPluginBabelHelpers-77a6284f.js +0 -1
package/icons/flags/IO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,t){var a=l.borderRadius,s=l.height,h=l.width,r=e.useId();return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:s,viewBox:"0 0 24 25",width:h},React.createElement("g",{clipPath:"url(#".concat(r,"-0)")},React.createElement("path",{d:"M24 18.444a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.444v-12a2.667 2.667 0 0 1 2.667-2.666h18.666A2.667 2.667 0 0 1 24 6.444v12Z",fill:"#EEE"}),React.createElement("path",{d:"M22.909 19.194c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.508 0-.801.12-1.061.256.047.425.185.822.409 1.162.175-.05.383-.084.652-.084 1.212 0 1.212.666 2.425.666 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.419-.666 1.217 0 1.217.666 2.427.666 1.214 0 1.214-.666 2.426-.666 1.213 0 1.213.646 2.425.646.059 0 .105-.007.157-.01.45-.388.772-.915.884-1.522a1.99 1.99 0 0 1-1.043.26ZM24 17.366V16.07a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646a2.16 2.16 0 0 0 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.128-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646.526 0 .822-.124 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646A2.16 2.16 0 0 0 24 11.69Zm0-2.838V7.556a2.001 2.001 0 0 1-1.091.286c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646A2.156 2.156 0 0 0 24 8.852Zm-.041-2.818a2.636 2.636 0 0 0-.437-1.109 2.21 2.21 0 0 1-.613.08c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667c-1.21 0-1.213-.663-2.416-.666a2.65 2.65 0 0 0-1.032 1.57 2.06 2.06 0 0 1 1.023-.238c1.212 0 1.212.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.424.667 1.212-.667 2.42-.667c1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.214 0 1.214.646 2.426.646.5 0 .79-.112 1.049-.241Z",fill:"#00247D"}),React.createElement("path",{d:"M18.165 19.562c0 .12-.095.215-.214.215a.216.216 0 0 1-.216-.215V8.988a.215.215 0 1 1 .43 0v10.574Z",fill:"#C1694F"}),React.createElement("path",{d:"M16.437 14.02s.093-.222.418-.222c.327 0 .405.17.601.248.196.078.444.118.444.118v1.63h-1.75s-.065-.612-.17-.912c-.104-.3-.195-.706.027-.836s.43-.026.43-.026Z",fill:"#DD2E44"}),React.createElement("path",{d:"M17.893 13.596v.235s-.45-.04-.842-.313c-.238-.167-.744-.373-1.135-.039-.255.215-.235.764-.077.979.155.215.312.705-.021.372-.333-.333-.431-.842-.333-1.175.098-.333.314-.665.822-.665.51 0 .843.274 1.078.411.204.118.529.155.508.195Z",fill:"#FFCC4D"}),React.createElement("path",{d:"m15.93 14.777.273-.013-.078.418s.274-.208.288-.157c.012.053.052.43.052.43l-.354-.077.209.3-.273.13s-.105-.352-.131-.521c-.027-.17.014-.51.014-.51Zm.573.223.261-.026s-.225-.51.105-.497c.366.014.117.484.117.484h.275l.039.378-.26-.157v.223l.286.274-.757.077.195-.326-.012-.234-.183.209-.066-.405Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M19.47 14.02s-.092-.222-.418-.222c-.326 0-.404.17-.6.248a2.421 2.421 0 0 1-.444.118v1.63h1.75s.065-.612.17-.912c.104-.3.195-.706-.027-.836s-.431-.026-.431-.026Z",fill:"#DD2E44"}),React.createElement("path",{d:"M18.014 13.596v.235s.45-.04.842-.313c.239-.167.744-.373 1.136-.039.255.215.234.764.077.979-.156.215-.312.705.02.372.333-.333.432-.842.333-1.175-.097-.333-.313-.665-.822-.665-.51 0-.843.274-1.077.411-.203.118-.528.155-.509.195Z",fill:"#FFCC4D"}),React.createElement("path",{d:"m19.98 14.777-.275-.013.078.418s-.274-.208-.287-.157c-.013.053-.052.43-.052.43l.351-.077-.208.3.274.13s.104-.352.131-.52c.025-.17-.013-.51-.013-.51Zm-.576.223-.261-.026s.226-.51-.105-.497c-.365.014-.117.484-.117.484h-.274l-.04.378.262-.157v.223l-.288.274.758.077-.196-.326.014-.234.182.21.065-.406Zm-.997-2.064c0 .26-.205.47-.456.47a.463.463 0 0 1-.458-.47c0-.259.205-.47.458-.47a.464.464 0 0 1 .456.47Zm-.867-1.03h.821v.326h-.821v-.326Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M17.755 11.684h.391v3.015h-.39v-3.015Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M17.627 14.57h.612l-.17.43.392-.209v.573l-.379-.13.327.496h-.848l.26-.496-.378.091v-.509l.353.17-.17-.417Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M17.952 15.534c.81 0 1.319.067 1.893.274 0 0 .04.341-.039.51-.077.17-1.867-.118-1.867-.118l.013-.666Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M17.975 15.534c-.809 0-1.318.067-1.892.274 0 0-.04.341.038.51.079.17 1.867-.118 1.867-.118l-.013-.666Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M20.052 16.664c0 .256-.941.462-2.101.462-1.16 0-2.102-.206-2.102-.462s.942-.464 2.102-.464 2.101.208 2.101.464Z",fill:"#EEE"}),React.createElement("path",{d:"M19.362 16.833c0 .141-.632.256-1.411.256-.78 0-1.413-.115-1.413-.256 0-.14.633-.255 1.413-.255.779 0 1.411.115 1.411.255Z",fill:"#99AAB5"}),React.createElement("path",{d:"m17.103 5.026.431.536s.3-.183.314-.144c.013.04-.026.444-.026.444l.209.052-.17.536s.262-.144.248-.092c-.013.052-.078.51-.078.51l.104.065-.013.51s.105.181.105.143c0-.039.104-.666.104-.666l.144.118.05-.326.118-.562.131.209.274-.927.144.326.326-.378.222-.014.326-.091.066.195h.3s-.156.131-.143.17c.012.039.286.182.247.196-.04.013-.705-.053-.705-.053l-.378.379.235.078-.353.209.3.091-.274.209.236-.026-.379.287.379.079-.51.26.118.131-.509.301-.066.209.483-.379s.392-.261.588-.379c.196-.117.352-.339.68-.43.327-.092.952.013.952.013l-.588.313.118.183-.378.117.052.222-.627.092.013.234-.535.092-.065.222-.366.131.17.143s-.314.105-.274.118c.04.013.457.052.457.052s-.21.182-.17.182c.04 0 .56.026.56.026l-.221.157.523.026-.236.183s.43.039.43.078-.181.235-.181.235l.378.04s-.182.195-.144.209c.04.012.536.352.536.352l-.588-.078s-.144.195-.157.156a3.74 3.74 0 0 0-.155-.274l-.144.156-.156-.313s-.183.104-.171.065c.013-.039-.209-.287-.209-.287l-.052.118-.143-.353-.13.183-.249-.34-.091.143-.34-.3s-.013.196 0 .236c.013.039.249.208.249.208s-.157.066-.157.104c0 .04.314.288.314.288l-.144.104.34.288s-.314.065-.275.091c.04.026.196.235.196.235l-.13.313-.261-.405-.144.04-.027-.34-.142-.013.077-.378-.156.026-.013-.313-.066-.314-.13-.209s-.092.157-.079.195c.013.04.119.288.119.288s-.144.078-.119.117c.027.04.17.326.17.326s-.313.065-.274.065c.04 0 .144.183.144.183l-.17.065-.078.196s-.195-.222-.183-.182c.014.039-.117.404-.117.404l-.195-.222.195-.77-.236-.065-.17.353s-.143-.17-.156-.131c-.013.04-.157.3-.157.3s-.168-.287-.155-.247c.013.038-.197.457-.197.457s-.182-.366-.182-.313c0 .052-.13.509-.13.509s-.208-.353-.196-.287c.014.065-.144.366-.144.366l-.04-.327-.286.17.326-.47.548-.51.418-.313-.276-.038s.398-.138.444-.144c.118-.013-.182-.117-.182-.117l.731-.222s-.326-.17-.365-.13c-.04.039-.432.117-.432.117l-.052-.3-.404.169s-.066-.275-.078-.235c-.013.039-.327.208-.327.208l-.155-.169-.184.287-.209-.156-.377.117.182-.274-.209-.117.43-.274.092-.183.588.04s-.157-.21-.13-.17c.026.039.6.13.6.13l.17-.026.574.209-.47-.379-.405-.079.262-.208-.614-.222.131-.208-.81-.209.497-.13-.34-.575.704.418.314-.105.157.405.287.17.052.3.144-.066.13.352.17-.052.091.248.25.013-.067-.327.104-.156-.288-.236.25-.117-.367-.3.313-.04-.444-.43.354.013-.354-.405.288-.065-.054-.522Z",fill:"#77B255"}),React.createElement("path",{d:"M12.667 12.444V3.778h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.444v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.778h-1.554L8 5.957v-2.18H4.667V5.49L2.264 3.808c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.704a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.334h2.59L0 11.622v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.352L10.79 9.778h1.877V6.444H10.79l1.876-1.314V3.778Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.778h-2V7.11H0v2h5.333v3.333h2V9.111h5.334v-2H7.333V3.778Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.778h-.974L8 6.364v.08h1.047l3.62-2.534v-.132ZM1.149 4.25c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.25Zm3.142 5.527L.49 12.444h1.152l3.026-2.118v-.548H4.29Zm8.376 2.534V11.5l-2.458-1.721H9.047l3.62 2.534Z",fill:"#CF1B2B"})),React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(r,"-0")},React.createElement("path",{d:"M0 .444h24v24H0z",fill:"#fff"}))))}));exports.IO=l;
1
+ "use strict";var l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),c=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=l.forwardRef((function(h,a){var i=h.borderRadius,t=h.height,v=h.width,d=l.useId();return c.jsxs(s.FlagIconBase,{ref:a,borderRadius:i,height:t,viewBox:"0 0 24 25",width:v,children:[c.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),children:[c.jsx("path",{d:"M24 18.444a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.444v-12a2.667 2.667 0 0 1 2.667-2.666h18.666A2.667 2.667 0 0 1 24 6.444v12Z",fill:"#EEE"}),c.jsx("path",{d:"M22.909 19.194c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.508 0-.801.12-1.061.256.047.425.185.822.409 1.162.175-.05.383-.084.652-.084 1.212 0 1.212.666 2.425.666 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.419-.666 1.217 0 1.217.666 2.427.666 1.214 0 1.214-.666 2.426-.666 1.213 0 1.213.646 2.425.646.059 0 .105-.007.157-.01.45-.388.772-.915.884-1.522a1.99 1.99 0 0 1-1.043.26ZM24 17.366V16.07a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646a2.16 2.16 0 0 0 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.128-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646.526 0 .822-.124 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646A2.16 2.16 0 0 0 24 11.69Zm0-2.838V7.556a2.001 2.001 0 0 1-1.091.286c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646A2.156 2.156 0 0 0 24 8.852Zm-.041-2.818a2.636 2.636 0 0 0-.437-1.109 2.21 2.21 0 0 1-.613.08c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667c-1.21 0-1.213-.663-2.416-.666a2.65 2.65 0 0 0-1.032 1.57 2.06 2.06 0 0 1 1.023-.238c1.212 0 1.212.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.424.667 1.212-.667 2.42-.667c1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.214 0 1.214.646 2.426.646.5 0 .79-.112 1.049-.241Z",fill:"#00247D"}),c.jsx("path",{d:"M18.165 19.562c0 .12-.095.215-.214.215a.216.216 0 0 1-.216-.215V8.988a.215.215 0 1 1 .43 0v10.574Z",fill:"#C1694F"}),c.jsx("path",{d:"M16.437 14.02s.093-.222.418-.222c.327 0 .405.17.601.248.196.078.444.118.444.118v1.63h-1.75s-.065-.612-.17-.912c-.104-.3-.195-.706.027-.836s.43-.026.43-.026Z",fill:"#DD2E44"}),c.jsx("path",{d:"M17.893 13.596v.235s-.45-.04-.842-.313c-.238-.167-.744-.373-1.135-.039-.255.215-.235.764-.077.979.155.215.312.705-.021.372-.333-.333-.431-.842-.333-1.175.098-.333.314-.665.822-.665.51 0 .843.274 1.078.411.204.118.529.155.508.195Z",fill:"#FFCC4D"}),c.jsx("path",{d:"m15.93 14.777.273-.013-.078.418s.274-.208.288-.157c.012.053.052.43.052.43l-.354-.077.209.3-.273.13s-.105-.352-.131-.521c-.027-.17.014-.51.014-.51Zm.573.223.261-.026s-.225-.51.105-.497c.366.014.117.484.117.484h.275l.039.378-.26-.157v.223l.286.274-.757.077.195-.326-.012-.234-.183.209-.066-.405Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M19.47 14.02s-.092-.222-.418-.222c-.326 0-.404.17-.6.248a2.421 2.421 0 0 1-.444.118v1.63h1.75s.065-.612.17-.912c.104-.3.195-.706-.027-.836s-.431-.026-.431-.026Z",fill:"#DD2E44"}),c.jsx("path",{d:"M18.014 13.596v.235s.45-.04.842-.313c.239-.167.744-.373 1.136-.039.255.215.234.764.077.979-.156.215-.312.705.02.372.333-.333.432-.842.333-1.175-.097-.333-.313-.665-.822-.665-.51 0-.843.274-1.077.411-.203.118-.528.155-.509.195Z",fill:"#FFCC4D"}),c.jsx("path",{d:"m19.98 14.777-.275-.013.078.418s-.274-.208-.287-.157c-.013.053-.052.43-.052.43l.351-.077-.208.3.274.13s.104-.352.131-.52c.025-.17-.013-.51-.013-.51Zm-.576.223-.261-.026s.226-.51-.105-.497c-.365.014-.117.484-.117.484h-.274l-.04.378.262-.157v.223l-.288.274.758.077-.196-.326.014-.234.182.21.065-.406Zm-.997-2.064c0 .26-.205.47-.456.47a.463.463 0 0 1-.458-.47c0-.259.205-.47.458-.47a.464.464 0 0 1 .456.47Zm-.867-1.03h.821v.326h-.821v-.326Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M17.755 11.684h.391v3.015h-.39v-3.015Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M17.627 14.57h.612l-.17.43.392-.209v.573l-.379-.13.327.496h-.848l.26-.496-.378.091v-.509l.353.17-.17-.417Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M17.952 15.534c.81 0 1.319.067 1.893.274 0 0 .04.341-.039.51-.077.17-1.867-.118-1.867-.118l.013-.666Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M17.975 15.534c-.809 0-1.318.067-1.892.274 0 0-.04.341.038.51.079.17 1.867-.118 1.867-.118l-.013-.666Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M20.052 16.664c0 .256-.941.462-2.101.462-1.16 0-2.102-.206-2.102-.462s.942-.464 2.102-.464 2.101.208 2.101.464Z",fill:"#EEE"}),c.jsx("path",{d:"M19.362 16.833c0 .141-.632.256-1.411.256-.78 0-1.413-.115-1.413-.256 0-.14.633-.255 1.413-.255.779 0 1.411.115 1.411.255Z",fill:"#99AAB5"}),c.jsx("path",{d:"m17.103 5.026.431.536s.3-.183.314-.144c.013.04-.026.444-.026.444l.209.052-.17.536s.262-.144.248-.092c-.013.052-.078.51-.078.51l.104.065-.013.51s.105.181.105.143c0-.039.104-.666.104-.666l.144.118.05-.326.118-.562.131.209.274-.927.144.326.326-.378.222-.014.326-.091.066.195h.3s-.156.131-.143.17c.012.039.286.182.247.196-.04.013-.705-.053-.705-.053l-.378.379.235.078-.353.209.3.091-.274.209.236-.026-.379.287.379.079-.51.26.118.131-.509.301-.066.209.483-.379s.392-.261.588-.379c.196-.117.352-.339.68-.43.327-.092.952.013.952.013l-.588.313.118.183-.378.117.052.222-.627.092.013.234-.535.092-.065.222-.366.131.17.143s-.314.105-.274.118c.04.013.457.052.457.052s-.21.182-.17.182c.04 0 .56.026.56.026l-.221.157.523.026-.236.183s.43.039.43.078-.181.235-.181.235l.378.04s-.182.195-.144.209c.04.012.536.352.536.352l-.588-.078s-.144.195-.157.156a3.74 3.74 0 0 0-.155-.274l-.144.156-.156-.313s-.183.104-.171.065c.013-.039-.209-.287-.209-.287l-.052.118-.143-.353-.13.183-.249-.34-.091.143-.34-.3s-.013.196 0 .236c.013.039.249.208.249.208s-.157.066-.157.104c0 .04.314.288.314.288l-.144.104.34.288s-.314.065-.275.091c.04.026.196.235.196.235l-.13.313-.261-.405-.144.04-.027-.34-.142-.013.077-.378-.156.026-.013-.313-.066-.314-.13-.209s-.092.157-.079.195c.013.04.119.288.119.288s-.144.078-.119.117c.027.04.17.326.17.326s-.313.065-.274.065c.04 0 .144.183.144.183l-.17.065-.078.196s-.195-.222-.183-.182c.014.039-.117.404-.117.404l-.195-.222.195-.77-.236-.065-.17.353s-.143-.17-.156-.131c-.013.04-.157.3-.157.3s-.168-.287-.155-.247c.013.038-.197.457-.197.457s-.182-.366-.182-.313c0 .052-.13.509-.13.509s-.208-.353-.196-.287c.014.065-.144.366-.144.366l-.04-.327-.286.17.326-.47.548-.51.418-.313-.276-.038s.398-.138.444-.144c.118-.013-.182-.117-.182-.117l.731-.222s-.326-.17-.365-.13c-.04.039-.432.117-.432.117l-.052-.3-.404.169s-.066-.275-.078-.235c-.013.039-.327.208-.327.208l-.155-.169-.184.287-.209-.156-.377.117.182-.274-.209-.117.43-.274.092-.183.588.04s-.157-.21-.13-.17c.026.039.6.13.6.13l.17-.026.574.209-.47-.379-.405-.079.262-.208-.614-.222.131-.208-.81-.209.497-.13-.34-.575.704.418.314-.105.157.405.287.17.052.3.144-.066.13.352.17-.052.091.248.25.013-.067-.327.104-.156-.288-.236.25-.117-.367-.3.313-.04-.444-.43.354.013-.354-.405.288-.065-.054-.522Z",fill:"#77B255"}),c.jsx("path",{d:"M12.667 12.444V3.778h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.444v6h12.667Z",fill:"#00247D"}),c.jsx("path",{d:"M12.667 3.778h-1.554L8 5.957v-2.18H4.667V5.49L2.264 3.808c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.704a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.334h2.59L0 11.622v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.352L10.79 9.778h1.877V6.444H10.79l1.876-1.314V3.778Z",fill:"#EEE"}),c.jsx("path",{d:"M7.333 3.778h-2V7.11H0v2h5.333v3.333h2V9.111h5.334v-2H7.333V3.778Z",fill:"#CF1B2B"}),c.jsx("path",{d:"M12.667 3.778h-.974L8 6.364v.08h1.047l3.62-2.534v-.132ZM1.149 4.25c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.25Zm3.142 5.527L.49 12.444h1.152l3.026-2.118v-.548H4.29Zm8.376 2.534V11.5l-2.458-1.721H9.047l3.62 2.534Z",fill:"#CF1B2B"})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(d,"-0"),children:c.jsx("path",{d:"M0 .444h24v24H0z",fill:"#fff"})})})]})}));exports.IO=h;
package/icons/flags/IQ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,r=e.height,l=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:r,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 160h640v160H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#ce1126"}),React.createElement("path",{d:"M0 320h640v160H0z"}),React.createElement("g",{fill:"#007a3d",transform:"translate(-179.3 -92.8) scale(1.75182)"},React.createElement("path",{d:"M325.5 173.2a5 5 0 0 1-1.4-1c-.3-.5-.1-.5 1.2-.2 2.3.7 3.8.4 5.3-.8l1.3-1.1 1.5.7c.9.5 1.8.8 2 .7.7-.2 2.1-2 2-2.6 0-.7.6-.5 1 .3.6 1.6-.3 3.5-2 3.9-.7.2-1.4.1-2.6-.3-1.4-.5-1.7-.5-2.4 0a5.4 5.4 0 0 1-5.9.4zm5.8-5.3a8 8 0 0 1-1-4c.1-.6.3-.8.8-.6 1 .3 1.2 1 1 3 0 1.8-.3 2.3-.8 1.6zm-67.6-1.9c-.1 1.3 2.4 4.6 3.5 5.2-.8.3-1.7.2-2.4.5-4 4-18.4 18-21 21.4 7.8.2 16.4-.1 23.7-.4 0-5.3 5-5.6 8.4-7.5 1.7 2.7 6 2.5 6.6 6.6v17.6H216a9.7 9.7 0 0 1-12.3 7.5c2-2 5.4-2.8 6.6-5.7 1-6.4-2-10.3-4-14a24 24 0 0 0 7-3.6c-2.3 7 6.2 6.3 12.4 6.1.2-2.4.1-5.2-1.7-5.6 2.3-.9 2.7-1.2 6.6-4.4v9.6l46.1-.1c0-3 .8-7.9-1.6-7.9-2.2 0 0 6.2-1.8 6.2h-35.7v-6c1.5-1.6 1.3-1.5 11.6-11.8 1-1 8.3-7.6 14.6-13.7zm89.1-.3c2.5 1.4 4.5 3.2 7.5 4-.3 1.3-1.5 1.8-1.8 3.1v27c3.4.7 4.2-1.3 5.8-2.3.4 4.3 3.2 8.5 3 12h-14.5v-43.7zm-19.4 14.5s5.3-4.5 5.3-4.7V199h3.8l-.1-26.3c1.5-1.6 4.6-3.8 5.3-5.4v42h-33.4c-.5-8.7-.6-17.7 9.6-15.8V190c-.3-.6-.9.1-1-.7 1.6-1.6 2.1-2 6.5-5.8l.1 15.5h3.9v-18.8zm-12.6 18.6c.7 1 3.2 1 3-.8-.3-1.5-3.5-1-3 .8z"}),React.createElement("circle",{cx:"224",cy:"214.4",r:"2"}),React.createElement("path",{d:"M287 165.8c2.5 1.3 4.5 3.2 7.6 4-.4 1.2-1.5 1.7-1.8 3v27c3.4.7 4.1-1.2 5.7-2.3.5 4.3 3.2 8.6 3.1 12H287v-43.7z"})))}));exports.IQ=t;
1
+ "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=c.forwardRef((function(c,a){var s=c.borderRadius,i=c.height,t=c.width;return r.jsxs(e.FlagIconBase,{ref:a,borderRadius:s,height:i,viewBox:"0 0 640 480",width:t,children:[r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M0 0h640v160H0z",fill:"#ce1126"}),r.jsx("path",{d:"M0 320h640v160H0z"}),r.jsxs("g",{fill:"#007a3d",transform:"translate(-179.3 -92.8) scale(1.75182)",children:[r.jsx("path",{d:"M325.5 173.2a5 5 0 0 1-1.4-1c-.3-.5-.1-.5 1.2-.2 2.3.7 3.8.4 5.3-.8l1.3-1.1 1.5.7c.9.5 1.8.8 2 .7.7-.2 2.1-2 2-2.6 0-.7.6-.5 1 .3.6 1.6-.3 3.5-2 3.9-.7.2-1.4.1-2.6-.3-1.4-.5-1.7-.5-2.4 0a5.4 5.4 0 0 1-5.9.4zm5.8-5.3a8 8 0 0 1-1-4c.1-.6.3-.8.8-.6 1 .3 1.2 1 1 3 0 1.8-.3 2.3-.8 1.6zm-67.6-1.9c-.1 1.3 2.4 4.6 3.5 5.2-.8.3-1.7.2-2.4.5-4 4-18.4 18-21 21.4 7.8.2 16.4-.1 23.7-.4 0-5.3 5-5.6 8.4-7.5 1.7 2.7 6 2.5 6.6 6.6v17.6H216a9.7 9.7 0 0 1-12.3 7.5c2-2 5.4-2.8 6.6-5.7 1-6.4-2-10.3-4-14a24 24 0 0 0 7-3.6c-2.3 7 6.2 6.3 12.4 6.1.2-2.4.1-5.2-1.7-5.6 2.3-.9 2.7-1.2 6.6-4.4v9.6l46.1-.1c0-3 .8-7.9-1.6-7.9-2.2 0 0 6.2-1.8 6.2h-35.7v-6c1.5-1.6 1.3-1.5 11.6-11.8 1-1 8.3-7.6 14.6-13.7zm89.1-.3c2.5 1.4 4.5 3.2 7.5 4-.3 1.3-1.5 1.8-1.8 3.1v27c3.4.7 4.2-1.3 5.8-2.3.4 4.3 3.2 8.5 3 12h-14.5v-43.7zm-19.4 14.5s5.3-4.5 5.3-4.7V199h3.8l-.1-26.3c1.5-1.6 4.6-3.8 5.3-5.4v42h-33.4c-.5-8.7-.6-17.7 9.6-15.8V190c-.3-.6-.9.1-1-.7 1.6-1.6 2.1-2 6.5-5.8l.1 15.5h3.9v-18.8zm-12.6 18.6c.7 1 3.2 1 3-.8-.3-1.5-3.5-1-3 .8z"}),r.jsx("circle",{cx:"224",cy:"214.4",r:"2"}),r.jsx("path",{d:"M287 165.8c2.5 1.3 4.5 3.2 7.6 4-.4 1.2-1.5 1.7-1.8 3v27c3.4.7 4.1-1.2 5.7-2.3.5 4.3 3.2 8.6 3.1 12H287v-43.7z"})]})]})}));exports.IQ=a;
package/icons/flags/IR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,r=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M0 18.333A2.667 2.667 0 0 0 2.667 21h18.666A2.667 2.667 0 0 0 24 18.333v-2.666H0v2.666Z",fill:"#DA0001"}),React.createElement("path",{d:"M0 9h24v6.667H0V9Z",fill:"#EEE"}),React.createElement("path",{d:"M24 9V6.333a2.667 2.667 0 0 0-2.667-2.667H2.667A2.667 2.667 0 0 0 0 6.333V9h24Z",fill:"#239F40"}),React.createElement("path",{d:"M0 15.666h24v.667H0v-.666Z",fill:"#E96667"}),React.createElement("path",{d:"M12.977 10.313c.638.326 2.025 1.968.532 3.82.927-.205 2.108-2.938-.532-3.82Zm-1.958 0c-2.64.882-1.46 3.615-.532 3.82-1.494-1.852-.106-3.494.532-3.82Zm.968-.096c.027.132.734.291.65-.382-.112.272-.436.264-.646.138-.288.161-.556.122-.658-.151-.099.503.391.65.654.395Z",fill:"#BE1931"}),React.createElement("path",{d:"M13.692 12.27c-.01-.833-.451-1.569-.886-1.867.287.352 1.168 2.29-.523 3.568l.031-3.398-.317-.28-.316.266.053 3.43-.012-.01c-1.709-1.275-.822-3.224-.535-3.576-.434.298-.876 1.034-.886 1.866-.008.714.318 1.496 1.223 2.137a4.21 4.21 0 0 1-1.119.134c.31.169.894.128 1.338.087l.001.046.265.29.267-.302v-.035c.448.041 1.045.086 1.36-.085a4.201 4.201 0 0 1-1.155-.142c.896-.641 1.22-1.418 1.211-2.13Z",fill:"#BE1931"}),React.createElement("path",{d:"M0 8.333h24V9H0v-.667Z",fill:"#7BC58C"}))}));exports.IR=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var l=e.borderRadius,s=e.height,t=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:l,height:s,viewBox:"0 0 24 25",width:t,children:[i.jsx("path",{d:"M0 18.333A2.667 2.667 0 0 0 2.667 21h18.666A2.667 2.667 0 0 0 24 18.333v-2.666H0v2.666Z",fill:"#DA0001"}),i.jsx("path",{d:"M0 9h24v6.667H0V9Z",fill:"#EEE"}),i.jsx("path",{d:"M24 9V6.333a2.667 2.667 0 0 0-2.667-2.667H2.667A2.667 2.667 0 0 0 0 6.333V9h24Z",fill:"#239F40"}),i.jsx("path",{d:"M0 15.666h24v.667H0v-.666Z",fill:"#E96667"}),i.jsx("path",{d:"M12.977 10.313c.638.326 2.025 1.968.532 3.82.927-.205 2.108-2.938-.532-3.82Zm-1.958 0c-2.64.882-1.46 3.615-.532 3.82-1.494-1.852-.106-3.494.532-3.82Zm.968-.096c.027.132.734.291.65-.382-.112.272-.436.264-.646.138-.288.161-.556.122-.658-.151-.099.503.391.65.654.395Z",fill:"#BE1931"}),i.jsx("path",{d:"M13.692 12.27c-.01-.833-.451-1.569-.886-1.867.287.352 1.168 2.29-.523 3.568l.031-3.398-.317-.28-.316.266.053 3.43-.012-.01c-1.709-1.275-.822-3.224-.535-3.576-.434.298-.876 1.034-.886 1.866-.008.714.318 1.496 1.223 2.137a4.21 4.21 0 0 1-1.119.134c.31.169.894.128 1.338.087l.001.046.265.29.267-.302v-.035c.448.041 1.045.086 1.36-.085a4.201 4.201 0 0 1-1.155-.142c.896-.641 1.22-1.418 1.211-2.13Z",fill:"#BE1931"}),i.jsx("path",{d:"M0 8.333h24V9H0v-.667Z",fill:"#7BC58C"})]})}));exports.IR=a;
package/icons/flags/IS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,h=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(h,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"0"},React.createElement("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),React.createElement("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),React.createElement("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})))}));exports.IS=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=e.forwardRef((function(h,s){var t=h.borderRadius,a=h.height,d=h.width,l=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(l,"-0"),children:i.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(l,"-0)"),fillRule:"evenodd",strokeWidth:"0",children:[i.jsx("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),i.jsx("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),i.jsx("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})]})]})}));exports.IS=h;
package/icons/flags/IT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#009246"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#ce2b37"})))}));exports.IT=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var s=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#009246"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#ce2b37"})]})})}));exports.IT=t;
package/icons/flags/JE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(c,a){var r=c.borderRadius,l=c.height,m=c.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 30 18",width:m},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M-5.3-6h40v30h-40z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),transform:"matrix(.75 0 0 .75 4 2.3)"},React.createElement("path",{d:"M-10.3-6h50v30h-50z",fill:"#fff"}),React.createElement("path",{d:"M-10.3-6v2L11.6 9l-21.8 13v2H-7l21.8-13 21.7 13h3.2v-2L18 9 39.8-4v-2h-3.3L14.7 7-7-6h-3.2z",fill:"#df112d",fillRule:"evenodd"}),React.createElement("g",{transform:"translate(-9.7 -6) scale(.20361)"},React.createElement("path",{d:"M132.7 22.2c3.1 12.8 1.4 28.6-12.9 37.4-14.2-8.8-16-24.6-12.8-37.4 3.4-3 18.6-4.9 25.7 0z",fill:"#e8112d",stroke:"#000",strokeWidth:".1"}),React.createElement("path",{d:"M119.8 19.7a26 26 0 0 1 13 3.1 28 28 0 0 1 4.9-12.1c-2.5 0-3.6 1.3-3.6 2.6-.6-1.7-3-1.6-3.8-.7 2.7 1.8.6 5-1.8 4.4-1.1-.3-1.7-1.1-2-2.3a1.3 1.3 0 1 0-.5 0 2.9 2.9 0 0 1-3.1 1.3c-1.3-.3-1.9-1.5-1.9-2.5 0-2.7 2.6-3.1 3.4-2.6 0-1.8-2.9-3.3-3.8-1.8a4.8 4.8 0 0 0-.8-5.8A4.8 4.8 0 0 0 119 9c-.9-1.5-3.7 0-3.7 1.8.7-.5 3.3-.1 3.3 2.6 0 1-.6 2.2-1.8 2.5a3 3 0 0 1-3.2-1.3 1.3 1.3 0 0 0 .6-.4 1.3 1.3 0 1 0-1.1.4c-.2 1.2-.9 2-2 2.3a2.4 2.4 0 0 1-1.8-4.4c-.8-1-3.2-1-3.8.7 0-1.3-1.1-2.6-3.6-2.6a28 28 0 0 1 5 12.1 26 26 0 0 1 13-3.1z",fill:"#f9dd16",stroke:"#000",strokeWidth:".1"}),React.createElement("g",{id:"".concat(i,"-1"),stroke:"#000"},React.createElement("g",{fill:"#f9dd16",strokeWidth:".1"},React.createElement("path",{d:"M130.7 32.2c-.4 0-.4.5-.5.5.8 0 1.2-.3 1.4-.7v.6c.6-.2.8-.7.6-1l.7.2c-.4-.3-.1-1-.8-1.4.2 0 .6.2.8.5-.1-.7-.2-1.1-.8-1.5h.5a.9.9 0 0 1-.4-.8c0-.4-.2-.4-.6-.3l-1.8.1c-1 0-2 0-2.8-.6 1.3.6 3-.6 3-1.5 0-1-1.4-2-4-1.4-2.6.6-5.8.4-5.8-.5s2.3-1 3.5-.8c1.2.2 2 .3 4.2-.5-.5.2-2.3.3-3.7-.1s-4.8-.4-4.8 1.4c0 1.9 3.6 1.7 6.8 1.2 1.8-.2 2.8 0 2.8.5 0 .6-1.7.8-3 .7a10 10 0 0 0-4.1.3c-1.3.4-2.2 0-3.6.3-.7 0-2.4 0-3.2-1.4-.5.4-2 1.1-2.3 1.9-.3.6 0 1.3.4 2 .6.8-.3.7-1 .7-.8 0-2 0-2.6-.8-.6-.6-1.3-1.1-1.9-.7-.3.3 0 .6.2.5l.8.2a1 1 0 0 0-1 .1c-.3.2 0 .6.3.5.2-.1.7-.2 1 0-.3 0-.7 0-.8.2s0 .4.3.4c.6 0 .7.4 1.3.3a.9.9 0 0 0-.7.4c.6-.3 1.1.4 1.8.2-.2.1-.7.4-.7.6.4-.5 3.2.4 3.2-.7l-.1.8c.3-.2 1.4-.3 1.8-1 0 .2 0 .5-.2.6.3 0 .8-.2 1.3-.9.2-.3.2-.5.2-.7.5 0 .8-.1 1.2-.4.4-.3.8.3 1.5-.2.6-.4 1.2 0 1.6-.2.3-.2.8 0 1.2-.2s1 .1 1.6-.4c1 .4 2.3 1 5.2.5 1.6-.3 2.2.3 2.2 1 0 .6-.4.6-.6.6-1 .1-1.3-.3-1.7-.2-.2.1-.4.5 0 .7-.3.1-.3.4-.1.5s.5 0 .8-.1c-.4.1-.7.4-.5.7.1.2.4.3.7 0 .3-.4.8-.7 1.2-.7zm-18.6-8c-.8-.3-1-.3-.9.4 0 .3.3.7.5.9 0-.3.1-1 .4-1.2z"}),React.createElement("path",{d:"M114.8 24.3c.8-.4 1.1-.4.9.3 0 .3-.3.7-.5.9 0-.3 0-1-.4-1.2z"}),React.createElement("path",{d:"M113.5 23.8c1.6 0 1.8.8 1.7 1.7 0 1-.5.6-.8 2-.1.4-.5.5-1 .5-.3 0-.7 0-.9-.6-.3-1.3-.8-1-.8-2 0-.8.2-1.6 1.8-1.6z"}),React.createElement("path",{d:"M109.4 27.5c-.4-.2-.7 0-.9 0 .6.1.6.8 1.8 1-.3 0-.4.2-.7 0 .5.4 1 .9 2.2.9.7 0 .2.3-.2.1.4.5 1.3.1 1.9 1 0-.7-1-1.7-.5-2.4-1.7-.1-1.8-1-2.7-1.7-.8-.6-.9-1.2-1.2-2.3-.1-.5-.7-.8-1-.7-.3 0-.5.3-.2.5.2.2.6.2.6.7-.3-.4-.8-.5-1-.3-.1.2 0 .5.2.5.5 0 .2.6.7 1-.5-.5-.9-.6-1.2-.3-.1.2 0 .5.4.5.5 0 1 1.2 1.8 1.5zm13 4.6c-.2 0-.1.5-.5.5.8 0 1.3-.2 1.6-.5l-.2.5c.4-.3 1.5-.4 2-.3s.6-.1.8-.4c.2-.4 0-.6-.3-.8-.3-.3-.4-.7-.3-1.3-1.4-2-4-1-4-.2.9 1.1 1 1 1.8 1.1.7.2 1.2.2.7.6-.2.2-1 0-1.5.1-1.3 0-2-.9-2.3-.4-.3.4 0 .6.6.6-.4 0-1 0-.9.4.2.7.8-.1 1.1.1-.2 0-.6.1-.6.3 0 .2.5.5 1 0a1.6 1.6 0 0 1 1-.3z"})),React.createElement("path",{d:"M123.5 29.2c-.4-.2-.9-.3-1.4-.2m-5.6 0c-.4.8-.2 1.2-.1 1.6m-4-5.6c.2.2.4-.2.8.2-.1-.1-.3.3-.6 0m2-.1c-.3 0-.5-.3-.9.1.1-.1.3.3.6 0m-.6 0v.3c.1.7.3 1-.3 1-.5 0-.3-.3-.2-1v-.3",fill:"none",strokeWidth:".1"}),React.createElement("path",{d:"M113.5 27.7c.4 0 .6 0 .6-.6 0-.2.3-.3.1-.7.2.4-.7.4-.7.2 0 .2-1 .2-.8-.2-.1.4.2.5.1.7 0 .6.2.6.7.6z",fill:"#ff0016",strokeWidth:".1"}),React.createElement("path",{d:"m113 26.5-1-.3m1 .3h-1m1 .1-.9.3m1.7-.4 1-.3m-1 .3h1.2m-1.2.1 1 .3",strokeWidth:".1"}),React.createElement("path",{d:"M108.1 23.4c-.3-.4-1 0-1 .4.2-.3.6.1.9 0 .1 0 .3-.2.1-.4zm-.3.9c-.3-.4-1.1 0-1.1.4.2-.3.6.1.9 0 .1 0 .3-.3.2-.4zm-.2 1.2c-.4-.4-1.1 0-1 .5.2-.3.6 0 .8 0 .2-.1.3-.4.1-.5zm.3 3.7c-.4-.4-1 .1-1 .6.2-.4.7 0 1-.2 0 0 .2-.3 0-.5zm0 .7c-.5-.1-1 .6-.7 1 0-.5.6-.3.8-.5l-.1-.5zm.6.7c-.5-.2-1 .4-.7.8 0-.3.6-.2.7-.4v-.5zm11.7 1.1c-.5-.1-1 .5-.7 1 0-.5.6-.3.8-.5l-.1-.5zm.6.6c-.5-.1-.9.6-.6 1 0-.5.6-.4.7-.6.1-.1.1-.4 0-.4zm-.4-1.4c-.4-.2-1 .4-.9.8.2-.4.7-.1.9-.3V31zm8.3 1c-.4-.1-.8.6-.6 1 0-.4.6-.3.8-.5 0-.2 0-.5-.2-.5zm0-.7c-.4-.3-1 .3-.8.7.2-.3.7-.1.9-.3v-.5zm.4 1.3c-.5 0-.9.7-.6 1 0-.4.6-.3.7-.5.1-.2 0-.4-.1-.5zm-15.6-5.2c.3 0 .4.1.4.7 0 1 0 1.6-.4 1.6-.3 0-.3-.5-.3-1.3 0-.4 0-.7-.1-.6 0-.3.1-.4.4-.4z",fill:"#0051ba",strokeWidth:"0"})),React.createElement("use",{height:"18",transform:"matrix(.9 0 0 .9 11.6 13.7)",width:"30",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{height:"18",transform:"matrix(.67 0 0 .75 39.2 27.5)",width:"30",xlinkHref:"#".concat(i,"-1")}))))}));exports.JE=c;
1
+ "use strict";var c=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=c.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,h=e.width,d=c.useId();return t.jsxs(s.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 30 18",width:h,children:[t.jsx("defs",{children:t.jsx("clipPath",{id:"".concat(d,"-0"),children:t.jsx("path",{d:"M-5.3-6h40v30h-40z",fillOpacity:".7"})})}),t.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),transform:"matrix(.75 0 0 .75 4 2.3)",children:[t.jsx("path",{d:"M-10.3-6h50v30h-50z",fill:"#fff"}),t.jsx("path",{d:"M-10.3-6v2L11.6 9l-21.8 13v2H-7l21.8-13 21.7 13h3.2v-2L18 9 39.8-4v-2h-3.3L14.7 7-7-6h-3.2z",fill:"#df112d",fillRule:"evenodd"}),t.jsxs("g",{transform:"translate(-9.7 -6) scale(.20361)",children:[t.jsx("path",{d:"M132.7 22.2c3.1 12.8 1.4 28.6-12.9 37.4-14.2-8.8-16-24.6-12.8-37.4 3.4-3 18.6-4.9 25.7 0z",fill:"#e8112d",stroke:"#000",strokeWidth:".1"}),t.jsx("path",{d:"M119.8 19.7a26 26 0 0 1 13 3.1 28 28 0 0 1 4.9-12.1c-2.5 0-3.6 1.3-3.6 2.6-.6-1.7-3-1.6-3.8-.7 2.7 1.8.6 5-1.8 4.4-1.1-.3-1.7-1.1-2-2.3a1.3 1.3 0 1 0-.5 0 2.9 2.9 0 0 1-3.1 1.3c-1.3-.3-1.9-1.5-1.9-2.5 0-2.7 2.6-3.1 3.4-2.6 0-1.8-2.9-3.3-3.8-1.8a4.8 4.8 0 0 0-.8-5.8A4.8 4.8 0 0 0 119 9c-.9-1.5-3.7 0-3.7 1.8.7-.5 3.3-.1 3.3 2.6 0 1-.6 2.2-1.8 2.5a3 3 0 0 1-3.2-1.3 1.3 1.3 0 0 0 .6-.4 1.3 1.3 0 1 0-1.1.4c-.2 1.2-.9 2-2 2.3a2.4 2.4 0 0 1-1.8-4.4c-.8-1-3.2-1-3.8.7 0-1.3-1.1-2.6-3.6-2.6a28 28 0 0 1 5 12.1 26 26 0 0 1 13-3.1z",fill:"#f9dd16",stroke:"#000",strokeWidth:".1"}),t.jsxs("g",{id:"".concat(d,"-1"),stroke:"#000",children:[t.jsxs("g",{fill:"#f9dd16",strokeWidth:".1",children:[t.jsx("path",{d:"M130.7 32.2c-.4 0-.4.5-.5.5.8 0 1.2-.3 1.4-.7v.6c.6-.2.8-.7.6-1l.7.2c-.4-.3-.1-1-.8-1.4.2 0 .6.2.8.5-.1-.7-.2-1.1-.8-1.5h.5a.9.9 0 0 1-.4-.8c0-.4-.2-.4-.6-.3l-1.8.1c-1 0-2 0-2.8-.6 1.3.6 3-.6 3-1.5 0-1-1.4-2-4-1.4-2.6.6-5.8.4-5.8-.5s2.3-1 3.5-.8c1.2.2 2 .3 4.2-.5-.5.2-2.3.3-3.7-.1s-4.8-.4-4.8 1.4c0 1.9 3.6 1.7 6.8 1.2 1.8-.2 2.8 0 2.8.5 0 .6-1.7.8-3 .7a10 10 0 0 0-4.1.3c-1.3.4-2.2 0-3.6.3-.7 0-2.4 0-3.2-1.4-.5.4-2 1.1-2.3 1.9-.3.6 0 1.3.4 2 .6.8-.3.7-1 .7-.8 0-2 0-2.6-.8-.6-.6-1.3-1.1-1.9-.7-.3.3 0 .6.2.5l.8.2a1 1 0 0 0-1 .1c-.3.2 0 .6.3.5.2-.1.7-.2 1 0-.3 0-.7 0-.8.2s0 .4.3.4c.6 0 .7.4 1.3.3a.9.9 0 0 0-.7.4c.6-.3 1.1.4 1.8.2-.2.1-.7.4-.7.6.4-.5 3.2.4 3.2-.7l-.1.8c.3-.2 1.4-.3 1.8-1 0 .2 0 .5-.2.6.3 0 .8-.2 1.3-.9.2-.3.2-.5.2-.7.5 0 .8-.1 1.2-.4.4-.3.8.3 1.5-.2.6-.4 1.2 0 1.6-.2.3-.2.8 0 1.2-.2s1 .1 1.6-.4c1 .4 2.3 1 5.2.5 1.6-.3 2.2.3 2.2 1 0 .6-.4.6-.6.6-1 .1-1.3-.3-1.7-.2-.2.1-.4.5 0 .7-.3.1-.3.4-.1.5s.5 0 .8-.1c-.4.1-.7.4-.5.7.1.2.4.3.7 0 .3-.4.8-.7 1.2-.7zm-18.6-8c-.8-.3-1-.3-.9.4 0 .3.3.7.5.9 0-.3.1-1 .4-1.2z"}),t.jsx("path",{d:"M114.8 24.3c.8-.4 1.1-.4.9.3 0 .3-.3.7-.5.9 0-.3 0-1-.4-1.2z"}),t.jsx("path",{d:"M113.5 23.8c1.6 0 1.8.8 1.7 1.7 0 1-.5.6-.8 2-.1.4-.5.5-1 .5-.3 0-.7 0-.9-.6-.3-1.3-.8-1-.8-2 0-.8.2-1.6 1.8-1.6z"}),t.jsx("path",{d:"M109.4 27.5c-.4-.2-.7 0-.9 0 .6.1.6.8 1.8 1-.3 0-.4.2-.7 0 .5.4 1 .9 2.2.9.7 0 .2.3-.2.1.4.5 1.3.1 1.9 1 0-.7-1-1.7-.5-2.4-1.7-.1-1.8-1-2.7-1.7-.8-.6-.9-1.2-1.2-2.3-.1-.5-.7-.8-1-.7-.3 0-.5.3-.2.5.2.2.6.2.6.7-.3-.4-.8-.5-1-.3-.1.2 0 .5.2.5.5 0 .2.6.7 1-.5-.5-.9-.6-1.2-.3-.1.2 0 .5.4.5.5 0 1 1.2 1.8 1.5zm13 4.6c-.2 0-.1.5-.5.5.8 0 1.3-.2 1.6-.5l-.2.5c.4-.3 1.5-.4 2-.3s.6-.1.8-.4c.2-.4 0-.6-.3-.8-.3-.3-.4-.7-.3-1.3-1.4-2-4-1-4-.2.9 1.1 1 1 1.8 1.1.7.2 1.2.2.7.6-.2.2-1 0-1.5.1-1.3 0-2-.9-2.3-.4-.3.4 0 .6.6.6-.4 0-1 0-.9.4.2.7.8-.1 1.1.1-.2 0-.6.1-.6.3 0 .2.5.5 1 0a1.6 1.6 0 0 1 1-.3z"})]}),t.jsx("path",{d:"M123.5 29.2c-.4-.2-.9-.3-1.4-.2m-5.6 0c-.4.8-.2 1.2-.1 1.6m-4-5.6c.2.2.4-.2.8.2-.1-.1-.3.3-.6 0m2-.1c-.3 0-.5-.3-.9.1.1-.1.3.3.6 0m-.6 0v.3c.1.7.3 1-.3 1-.5 0-.3-.3-.2-1v-.3",fill:"none",strokeWidth:".1"}),t.jsx("path",{d:"M113.5 27.7c.4 0 .6 0 .6-.6 0-.2.3-.3.1-.7.2.4-.7.4-.7.2 0 .2-1 .2-.8-.2-.1.4.2.5.1.7 0 .6.2.6.7.6z",fill:"#ff0016",strokeWidth:".1"}),t.jsx("path",{d:"m113 26.5-1-.3m1 .3h-1m1 .1-.9.3m1.7-.4 1-.3m-1 .3h1.2m-1.2.1 1 .3",strokeWidth:".1"}),t.jsx("path",{d:"M108.1 23.4c-.3-.4-1 0-1 .4.2-.3.6.1.9 0 .1 0 .3-.2.1-.4zm-.3.9c-.3-.4-1.1 0-1.1.4.2-.3.6.1.9 0 .1 0 .3-.3.2-.4zm-.2 1.2c-.4-.4-1.1 0-1 .5.2-.3.6 0 .8 0 .2-.1.3-.4.1-.5zm.3 3.7c-.4-.4-1 .1-1 .6.2-.4.7 0 1-.2 0 0 .2-.3 0-.5zm0 .7c-.5-.1-1 .6-.7 1 0-.5.6-.3.8-.5l-.1-.5zm.6.7c-.5-.2-1 .4-.7.8 0-.3.6-.2.7-.4v-.5zm11.7 1.1c-.5-.1-1 .5-.7 1 0-.5.6-.3.8-.5l-.1-.5zm.6.6c-.5-.1-.9.6-.6 1 0-.5.6-.4.7-.6.1-.1.1-.4 0-.4zm-.4-1.4c-.4-.2-1 .4-.9.8.2-.4.7-.1.9-.3V31zm8.3 1c-.4-.1-.8.6-.6 1 0-.4.6-.3.8-.5 0-.2 0-.5-.2-.5zm0-.7c-.4-.3-1 .3-.8.7.2-.3.7-.1.9-.3v-.5zm.4 1.3c-.5 0-.9.7-.6 1 0-.4.6-.3.7-.5.1-.2 0-.4-.1-.5zm-15.6-5.2c.3 0 .4.1.4.7 0 1 0 1.6-.4 1.6-.3 0-.3-.5-.3-1.3 0-.4 0-.7-.1-.6 0-.3.1-.4.4-.4z",fill:"#0051ba",strokeWidth:"0"})]}),t.jsx("use",{height:"18",transform:"matrix(.9 0 0 .9 11.6 13.7)",width:"30",xlinkHref:"#".concat(d,"-1")}),t.jsx("use",{height:"18",transform:"matrix(.67 0 0 .75 39.2 27.5)",width:"30",xlinkHref:"#".concat(d,"-1")})]})]})]})}));exports.JE=e;
package/icons/flags/JM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"m0 0 320 240L0 480zm640 0L320 240l320 240z"}),React.createElement("path",{d:"m0 0 320 240L640 0zm0 480 320-240 320 240z",fill:"#090"}),React.createElement("path",{d:"M640 0h-59.6L0 435.3V480h59.6L640 44.7z",fill:"#fc0"}),React.createElement("path",{d:"M0 0v44.7L580.4 480H640v-44.7L59.6 0z",fill:"#fc0"})))}));exports.JM=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,l=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:l,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"m0 0 320 240L0 480zm640 0L320 240l320 240z"}),i.jsx("path",{d:"m0 0 320 240L640 0zm0 480 320-240 320 240z",fill:"#090"}),i.jsx("path",{d:"M640 0h-59.6L0 435.3V480h59.6L640 44.7z",fill:"#fc0"}),i.jsx("path",{d:"M0 0v44.7L580.4 480H640v-44.7L59.6 0z",fill:"#fc0"})]})})}));exports.JM=s;
package/icons/flags/JO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var r=a.borderRadius,c=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:r,height:c,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-117.8 0h682.6v512h-682.6z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"translate(110.5) scale(.9375)"},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M-117.8 0h1024v170.7h-1024z"}),React.createElement("path",{d:"M-117.8 170.7h1024v170.6h-1024z",fill:"#fff"}),React.createElement("path",{d:"M-117.8 341.3h1024V512h-1024z",fill:"#090"}),React.createElement("path",{d:"m-117.8 512 512-256-512-256v512z",fill:"red"}),React.createElement("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=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,t){var l=s.borderRadius,a=s.height,h=s.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-117.8 0h682.6v512h-682.6z",fillOpacity:".7"})})}),i.jsx("g",{clipPath:"url(#".concat(d,"-0)"),transform:"translate(110.5) scale(.9375)",children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M-117.8 0h1024v170.7h-1024z"}),i.jsx("path",{d:"M-117.8 170.7h1024v170.6h-1024z",fill:"#fff"}),i.jsx("path",{d:"M-117.8 341.3h1024V512h-1024z",fill:"#090"}),i.jsx("path",{d:"m-117.8 512 512-256-512-256v512z",fill:"red"}),i.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=s;
package/icons/flags/JP.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-88 32h640v480H-88z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(88 -32)"},React.createElement("path",{d:"M-128 32h720v480h-720z",fill:"#fff"}),React.createElement("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"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,s){var a=t.borderRadius,c=t.height,l=t.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:c,viewBox:"0 0 640 480",width:l,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-88 32h640v480H-88z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(88 -32)",children:[i.jsx("path",{d:"M-128 32h720v480h-720z",fill:"#fff"}),i.jsx("circle",{cx:"523.1",cy:"344.1",fill:"#d30000",r:"194.9",transform:"translate(-168.4 8.6) scale(.76554)"})]})]})}));exports.JP=t;
package/icons/flags/KE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,i=a.height,n=a.width,l=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:i,viewBox:"0 0 640 480",width:n},React.createElement("defs",null,React.createElement("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(l,"-0"),strokeMiterlimit:"10"})),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v144H0z"}),React.createElement("path",{d:"M0 336h640v144H0z",fill:"#060"}),React.createElement("g",{id:"".concat(l,"-1"),transform:"matrix(3 0 0 3 320 240)"},React.createElement("use",{height:"100%",stroke:"#000",width:"100%",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{fill:"#fff",height:"100%",width:"100%",xlinkHref:"#".concat(l,"-0")})),React.createElement("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("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"}),React.createElement("path",{d:"M377 312c9-24 15-48 15-72s-6-48-15-72c-9 24-15 48-15 72s6 48 15 72",id:"".concat(l,"-2")}),React.createElement("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(l,"-2")}),React.createElement("g",{fill:"#fff",transform:"matrix(3 0 0 3 320 240)"},React.createElement("ellipse",{rx:"4",ry:"6"}),React.createElement("path",{d:"M1 5.8s4 8 4 21-4 21-4 21z",id:"".concat(l,"-3")}),React.createElement("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(l,"-3")}),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(l,"-3")}),React.createElement("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(l,"-3")})))}));exports.KE=a;
1
+ "use strict";var e=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(r,i){var a=r.borderRadius,c=r.height,h=r.width,n=e.useId();return t.jsxs(s.FlagIconBase,{ref:i,borderRadius:a,height:c,viewBox:"0 0 640 480",width:h,children:[t.jsx("defs",{children:t.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(n,"-0"),strokeMiterlimit:"10"})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),t.jsx("path",{d:"M0 0h640v144H0z"}),t.jsx("path",{d:"M0 336h640v144H0z",fill:"#060"}),t.jsxs("g",{id:"".concat(n,"-1"),transform:"matrix(3 0 0 3 320 240)",children:[t.jsx("use",{height:"100%",stroke:"#000",width:"100%",xlinkHref:"#".concat(n,"-0")}),t.jsx("use",{fill:"#fff",height:"100%",width:"100%",xlinkHref:"#".concat(n,"-0")})]}),t.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(n,"-1")}),t.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"}),t.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(n,"-2")}),t.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(n,"-2")}),t.jsxs("g",{fill:"#fff",transform:"matrix(3 0 0 3 320 240)",children:[t.jsx("ellipse",{rx:"4",ry:"6"}),t.jsx("path",{d:"M1 5.8s4 8 4 21-4 21-4 21z",id:"".concat(n,"-3")}),t.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(n,"-3")}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n,"-3")}),t.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(n,"-3")})]})]})}));exports.KE=r;
package/icons/flags/KG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-85 0h682.7v512H-85z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(79.6) scale(.9375)"},React.createElement("path",{d:"M-128 0h768.8v512H-128z",fill:"#be0027"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("path",{d:"M331.2 256.5a74 74 0 1 1-148.2 0 74 74 0 0 1 148.2 0z",fill:"#ff0"}),React.createElement("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=a;
1
+ "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(r,i){var s=r.borderRadius,t=r.height,c=r.width,d=e.useId();return l.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:t,viewBox:"0 0 640 480",width:c,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(d,"-0"),children:l.jsx("path",{d:"M-85 0h682.7v512H-85z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(79.6) scale(.9375)",children:[l.jsx("path",{d:"M-128 0h768.8v512H-128z",fill:"#be0027"}),l.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"}),l.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"}),l.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"}),l.jsx("path",{d:"M331.2 256.5a74 74 0 1 1-148.2 0 74 74 0 0 1 148.2 0z",fill:"#ff0"}),l.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 v=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var e=v.forwardRef((function(v,e){var l=v.borderRadius,t=v.height,a=v.width;return React.createElement(h.FlagIconBase,{ref:e,borderRadius:l,height:t,viewBox:"0 0 24 25",width:a},React.createElement("path",{d:"M24 18.222a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.222v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.222v12Z",fill:"#032EA1"}),React.createElement("path",{d:"M0 7.27h24v9.904H0V7.27Z",fill:"#E01E24"}),React.createElement("path",{d:"M18.014 15.487v-.601h-.361v-.601h-.331v-.39h-.15v-.301h-.293l-.158-.228V12.3l.18-.18v-.992l-.15.135v-.316h-.121v.15h-.24v-.481l-.285.256.09-.324-.166-.744h-.09s-.074-.316-.225-.316c0 0 .06-.194-.06-.194-.121 0-.091.15-.091.15s-.21.09-.21.315l-.12-.015-.181.872.127.256-.293-.256v.662h-1.593v-.602l-.09.09v.21h-.21v-.21l.15-.135v-.285l-.121.127-.18-.248v-.21l-.105.104-.031-.18.15-.24-.022-.195-.172.21v-.18l.075-.166-.346-.872-.082-.242-.128-.014v-.121s-.09-.21-.21-.21-.21.21-.21.21v.12l-.128.015-.083.242-.345.872.075.166v.18l-.173-.21-.023.195.15.24-.029.18-.105-.105v.21l-.18.249-.12-.127v.285l.15.135v.21h-.21v-.21l-.09-.09v.602H9.052v-.662l-.293.256.127-.256-.18-.872-.121.015c0-.225-.21-.315-.21-.315s.03-.15-.09-.15-.06.194-.06.194c-.151 0-.226.316-.226.316h-.09l-.165.744.09.324-.286-.256v.48h-.24v-.15h-.121v.316l-.15-.135v.992l.18.18v1.067l-.16.227h-.231v.3h-.21v.391h-.301v.6h-.33v.602h-.331l-.03.66h12.69l.03-.66h-.331Z",fill:"#fff"}),React.createElement("path",{d:"M7.73 12.135v1.156h-.54l-.13.252h.672v2.605h.228v-4.013h-.23Zm9.155 1.409-.119-.253h-.49v-1.156h-.226v4.013h.225v-2.604h.61Zm-5.482-1.41v1.157H8.942v-1.163h-.22v4.014h.22v-2.598h2.461v2.604h.236v-4.013h-.236Zm3.604 0v1.157h-2.399v-1.156h-.233v4.013h.233v-2.604h2.4v2.604h.284v-4.013h-.285Z",fill:"#DB7F86"}))}));exports.KH=e;
1
+ "use strict";var v=require("react"),h=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=v.forwardRef((function(v,e){var r=v.borderRadius,s=v.height,i=v.width;return l.jsxs(h.FlagIconBase,{ref:e,borderRadius:r,height:s,viewBox:"0 0 24 25",width:i,children:[l.jsx("path",{d:"M24 18.222a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.222v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.222v12Z",fill:"#032EA1"}),l.jsx("path",{d:"M0 7.27h24v9.904H0V7.27Z",fill:"#E01E24"}),l.jsx("path",{d:"M18.014 15.487v-.601h-.361v-.601h-.331v-.39h-.15v-.301h-.293l-.158-.228V12.3l.18-.18v-.992l-.15.135v-.316h-.121v.15h-.24v-.481l-.285.256.09-.324-.166-.744h-.09s-.074-.316-.225-.316c0 0 .06-.194-.06-.194-.121 0-.091.15-.091.15s-.21.09-.21.315l-.12-.015-.181.872.127.256-.293-.256v.662h-1.593v-.602l-.09.09v.21h-.21v-.21l.15-.135v-.285l-.121.127-.18-.248v-.21l-.105.104-.031-.18.15-.24-.022-.195-.172.21v-.18l.075-.166-.346-.872-.082-.242-.128-.014v-.121s-.09-.21-.21-.21-.21.21-.21.21v.12l-.128.015-.083.242-.345.872.075.166v.18l-.173-.21-.023.195.15.24-.029.18-.105-.105v.21l-.18.249-.12-.127v.285l.15.135v.21h-.21v-.21l-.09-.09v.602H9.052v-.662l-.293.256.127-.256-.18-.872-.121.015c0-.225-.21-.315-.21-.315s.03-.15-.09-.15-.06.194-.06.194c-.151 0-.226.316-.226.316h-.09l-.165.744.09.324-.286-.256v.48h-.24v-.15h-.121v.316l-.15-.135v.992l.18.18v1.067l-.16.227h-.231v.3h-.21v.391h-.301v.6h-.33v.602h-.331l-.03.66h12.69l.03-.66h-.331Z",fill:"#fff"}),l.jsx("path",{d:"M7.73 12.135v1.156h-.54l-.13.252h.672v2.605h.228v-4.013h-.23Zm9.155 1.409-.119-.253h-.49v-1.156h-.226v4.013h.225v-2.604h.61Zm-5.482-1.41v1.157H8.942v-1.163h-.22v4.014h.22v-2.598h2.461v2.604h.236v-4.013h-.236Zm3.604 0v1.157h-2.399v-1.156h-.233v4.013h.233v-2.604h2.4v2.604h.284v-4.013h-.285Z",fill:"#DB7F86"})]})}));exports.KH=e;
package/icons/flags/KI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,a){var d=l.borderRadius,c=l.height,f=l.width,r=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:d,height:c,viewBox:"0 0 640 480",width:f},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(r,"-0")},React.createElement("path",{d:"M-86.3 0h682.6v512H-86.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(r,"-0)"),transform:"translate(81) scale(.9375)"},React.createElement("path",{d:"M-164.3 0h835.8v306.5h-835.8z",fill:"#e73e2d",fillRule:"evenodd"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("path",{d:"m273 263.7-18-110.2-20 110.7 38-.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),React.createElement("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"}),React.createElement("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"}),React.createElement("path",{d:"m146 218.9 87 71.9 13.4-37.6L146 218.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),React.createElement("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"}),React.createElement("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"}),React.createElement("path",{d:"M-165.1 303.4h839.9V512h-840z",fill:"#005989",fillRule:"evenodd"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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=l;
1
+ "use strict";var e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),d=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,a){var f=t.borderRadius,i=t.height,s=t.width,o=e.useId();return d.jsxs(l.FlagIconBase,{ref:a,borderRadius:f,height:i,viewBox:"0 0 640 480",width:s,children:[d.jsx("defs",{children:d.jsx("clipPath",{id:"".concat(o,"-0"),children:d.jsx("path",{d:"M-86.3 0h682.6v512H-86.3z",fillOpacity:".7"})})}),d.jsxs("g",{clipPath:"url(#".concat(o,"-0)"),transform:"translate(81) scale(.9375)",children:[d.jsx("path",{d:"M-164.3 0h835.8v306.5h-835.8z",fill:"#e73e2d",fillRule:"evenodd"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.jsx("path",{d:"m273 263.7-18-110.2-20 110.7 38-.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),d.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"}),d.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"}),d.jsx("path",{d:"m146 218.9 87 71.9 13.4-37.6L146 218.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),d.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"}),d.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"}),d.jsx("path",{d:"M-165.1 303.4h839.9V512h-840z",fill:"#005989",fillRule:"evenodd"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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"}),d.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=t;
package/icons/flags/KM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var c=a.borderRadius,r=a.height,f=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,viewBox:"0 0 640 480",width:f},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h768.8v128H0z",fill:"#ff0"}),React.createElement("path",{d:"M0 128h768.8v128H0z",fill:"#fff"}),React.createElement("path",{d:"M0 256h768.8v128H0z",fill:"#be0027"}),React.createElement("path",{d:"M0 384h768.8v128H0z",fill:"#3b5aa3"}),React.createElement("path",{d:"M0 0v512l381.9-255.3L0 0z",fill:"#239e46"}),React.createElement("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"}),React.createElement("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"),i=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(r,a){var s=r.borderRadius,t=r.height,f=r.width,h=e.useId();return l.jsxs(i.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:f,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h,"-0"),children:l.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[l.jsx("path",{d:"M0 0h768.8v128H0z",fill:"#ff0"}),l.jsx("path",{d:"M0 128h768.8v128H0z",fill:"#fff"}),l.jsx("path",{d:"M0 256h768.8v128H0z",fill:"#be0027"}),l.jsx("path",{d:"M0 384h768.8v128H0z",fill:"#3b5aa3"}),l.jsx("path",{d:"M0 0v512l381.9-255.3L0 0z",fill:"#239e46"}),l.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"}),l.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=r;
package/icons/flags/KN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-80.1 0h682.7v512H-80.1z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(75.1) scale(.9375)"},React.createElement("path",{d:"M-107.8.2h737.6v511.3h-737.6z",fill:"#ffe900"}),React.createElement("path",{d:"m-108.2.2.8 368.6L466.6 0l-574.8.2z",fill:"#35a100"}),React.createElement("path",{d:"m630.7 511.5-1.4-383.2-579 383.5 580.4-.3z",fill:"#c70000"}),React.createElement("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"}),React.createElement("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"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,s){var l=a.borderRadius,t=a.height,d=a.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:l,height:t,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M-80.1 0h682.7v512H-80.1z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",transform:"translate(75.1) scale(.9375)",children:[i.jsx("path",{d:"M-107.8.2h737.6v511.3h-737.6z",fill:"#ffe900"}),i.jsx("path",{d:"m-108.2.2.8 368.6L466.6 0l-574.8.2z",fill:"#35a100"}),i.jsx("path",{d:"m630.7 511.5-1.4-383.2-579 383.5 580.4-.3z",fill:"#c70000"}),i.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"}),i.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"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M5 .1h682.6V512H5.1z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(-4.8 -.1) scale(.93768)"},React.createElement("path",{d:"M776 511.5H-76V.5h852z",fill:"#fff",stroke:"#000"}),React.createElement("path",{d:"M776 419H-76v92.5h852z",fill:"#3e5698"}),React.createElement("path",{d:"M776 397.6H-76V114.4h852z",fill:"#c60000"}),React.createElement("path",{d:"M776 .6H-76V93h852z",fill:"#3e5698"}),React.createElement("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"}),React.createElement("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=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,l){var t=s.borderRadius,a=s.height,c=s.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:t,height:a,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M5 .1h682.6V512H5.1z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",transform:"translate(-4.8 -.1) scale(.93768)",children:[i.jsx("path",{d:"M776 511.5H-76V.5h852z",fill:"#fff",stroke:"#000"}),i.jsx("path",{d:"M776 419H-76v92.5h852z",fill:"#3e5698"}),i.jsx("path",{d:"M776 397.6H-76V114.4h852z",fill:"#c60000"}),i.jsx("path",{d:"M776 .6H-76V93h852z",fill:"#3e5698"}),i.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"}),i.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"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,m=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:m},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-95.8-.4h682.7v512H-95.8z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(89.8 .4) scale(.9375)"},React.createElement("path",{d:"M610.6 511.6h-730.2V-.4h730.2z",fill:"#fff"}),React.createElement("path",{d:"M251.9 256a112.5 112.5 0 1 1-225 0 112.5 112.5 0 0 1 225 0z",fill:"#fff"}),React.createElement("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"}),React.createElement("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"}),React.createElement("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),React.createElement("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"}),React.createElement("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),React.createElement("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"}),React.createElement("path",{d:"M417.6 133.2 496 65.4l14.7 17-84 75.4-9.3-24.6z",fill:"#fff"}),React.createElement("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"}),React.createElement("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"}),React.createElement("path",{d:"m436 370.6 78.6 67.6-14.6 17-87.1-71.8 23-12.8z",fill:"#fff"}),React.createElement("path",{d:"m-1.9 357.2 83 97.3-20 17-83-97.3z"}),React.createElement("path",{d:"m-16.2 437.3 78.6-67.9 14.7 17-84 75.5-9.3-24.7z",fill:"#fff"}),React.createElement("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=a;
1
+ "use strict";var s=require("react"),a=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=s.forwardRef((function(e,l){var d=e.borderRadius,i=e.height,r=e.width,f=s.useId();return t.jsxs(a.FlagIconBase,{ref:l,borderRadius:d,height:i,viewBox:"0 0 640 480",width:r,children:[t.jsx("defs",{children:t.jsx("clipPath",{id:"".concat(f,"-0"),children:t.jsx("path",{d:"M-95.8-.4h682.7v512H-95.8z",fillOpacity:".7"})})}),t.jsxs("g",{clipPath:"url(#".concat(f,"-0)"),fillRule:"evenodd",transform:"translate(89.8 .4) scale(.9375)",children:[t.jsx("path",{d:"M610.6 511.6h-730.2V-.4h730.2z",fill:"#fff"}),t.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"}),t.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"}),t.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"}),t.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),t.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"}),t.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),t.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"}),t.jsx("path",{d:"M417.6 133.2 496 65.4l14.7 17-84 75.4-9.3-24.6z",fill:"#fff"}),t.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"}),t.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"}),t.jsx("path",{d:"m436 370.6 78.6 67.6-14.6 17-87.1-71.8 23-12.8z",fill:"#fff"}),t.jsx("path",{d:"m-1.9 357.2 83 97.3-20 17-83-97.3z"}),t.jsx("path",{d:"m-16.2 437.3 78.6-67.9 14.7 17-84 75.5-9.3-24.7z",fill:"#fff"}),t.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=e;
package/icons/flags/KW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)"},React.createElement("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),React.createElement("path",{d:"M0 341.3h1024V512H0z",fill:"#f31830"}),React.createElement("path",{d:"M0 0h1024v170.7H0z",fill:"#00d941"}),React.createElement("path",{d:"M0 0v512l255.4-170.7.6-170.8L0 0z"})))}));exports.KW=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,t){var a=s.borderRadius,l=s.height,d=s.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),i.jsx("path",{d:"M0 341.3h1024V512H0z",fill:"#f31830"}),i.jsx("path",{d:"M0 0h1024v170.7H0z",fill:"#00d941"}),i.jsx("path",{d:"M0 0v512l255.4-170.7.6-170.8L0 0z"})]})]})}));exports.KW=s;
package/icons/flags/KY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,l=e.height,h=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 24 24",width:h},React.createElement("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M22.493 15.147c-.186.026-.264.293-.344.453 0 0-.186.16-.48.133 0 0 .135-.213.268-.427.133-.213.054-.48-.133-.506-.186-.027-.213-.134-.453-.347-.24-.213-.667-.24-.747-.053-.08.186-.454.32-.4.587.053.266.186.613.32.826 0 0-.631.4-1.139.587-.506.187-.874.213-.874.213s-.532-.026-1.039-.213c-.507-.187-.99-.587-.99-.587.133-.213.267-.56.321-.826.053-.266-.32-.401-.4-.587-.08-.187-.507-.16-.747.053s-.266.32-.454.347c-.186.026-.267.293-.133.506l.265.427c-.293.027-.48-.133-.48-.133-.08-.16-.163-.427-.35-.453-.187-.027-.19.159-.164.347.027.186.15.533.23.746.08.213.22.24.514.293.293.054.735-.186.735-.186 1.041 1.013 2.538.986 2.538.986s1.644.027 2.684-.986c0 0 .514.24.808.186.294-.053.472-.08.551-.293.08-.213.223-.56.25-.746.027-.188.03-.374-.157-.347Z",fill:"#F9D050"}),React.createElement("path",{d:"M22.392 16.213s.213-.64.266-.854c.053-.212-.16-.293-.32-.16-.16.135-.4.908-.4.908s.08-.16.24-.134c.16.027.214.24.214.24Zm-1.28-.986s.293-.348.32-.56c.026-.213-.267-.48-.481-.454-.213.027-.374.187-.32.373.054.187.24.56.24.56s0-.053.107-.053.133.134.133.134Zm-6.495.986s-.213-.64-.267-.854c-.053-.212.16-.293.32-.16.16.135.4.908.4.908s-.08-.16-.24-.134c-.16.027-.213.24-.213.24Zm1.28-.986s-.293-.348-.32-.56c-.026-.213.267-.48.48-.454.214.027.374.187.32.373-.053.187-.24.56-.24.56s0-.053-.106-.053c-.107 0-.134.134-.134.134Z",fill:"#DB1C1C"}),React.createElement("path",{d:"M18.511 10.559h-2.154v1.952h4.667v-1.952h-2.513Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M20.18 15.572c.374-.454.844-1.28.844-2.427v-.99c-.143-.003-.297-.016-.335-.005-.246.07-.288.329-.586.329-.346 0-.441-.347-.788-.347-.347 0-.46.347-.807.347-.293 0-.537-.347-.803-.347-.267 0-.562.347-.802.347-.212 0-.352-.27-.546-.334l.001 1c0 .798.162 1.431.351 1.91.11.278.416.694.471.738 0 0 .63.136.996.78 0 0 .065.046.343.046.277 0 .338-.06.338-.06.364-.667.99-.582 1.324-.987Z",fill:"#fff"}),React.createElement("path",{d:"M16.82 13.92c.32 0 .72-.293.933-.293.214 0 .4.292.694.292.293 0 .666-.292.853-.292.187 0 .48.292.773.292.293 0 .4-.292.666-.292.053 0 .21.02.253.04.027-.175.04-.466.031-.738-.111-.003-.189-.007-.242-.007-.032 0-.071-.006-.116.01-.226.079-.274.321-.564.321-.346 0-.44-.346-.787-.346-.347 0-.46.346-.807.346-.293 0-.537-.346-.804-.346-.266 0-.562.346-.802.346-.164 0-.284-.163-.42-.265a.382.382 0 0 0-.124-.062c-.016.37.02.735.02.735.132.077.192.258.444.258Zm2.51 1.573c-.343 0-.453.337-.79.344-.337-.007-.447-.344-.79-.344-.232 0-.417.198-.57.3.177.113.436.184.775.436.241.18.585.198.585.198s.344-.02.585-.198c.34-.252.598-.323.776-.436-.154-.102-.339-.3-.571-.3Zm1.54-1.414c-.373 0-.345.347-.69.347-.348 0-.428-.347-.774-.347-.347 0-.454.347-.8.347-.294 0-.534-.347-.8-.347-.267 0-.56.347-.8.347-.183 0-.381-.201-.571-.298 0 0 .092.557.27.916.06.027.142.049.22.049.32 0 .72-.293.934-.293.213 0 .4.293.693.293.293 0 .667-.293.853-.293.187 0 .48.293.773.293.19 0 .32-.128.448-.215.123-.225.215-.485.29-.797a.48.48 0 0 0-.045-.002Z",fill:"#0B50A0"}),React.createElement("path",{d:"m17.227 13.223.237-.805.243.803.839-.024-.688.48.281.79-.668-.507-.665.513.275-.793-.692-.474.838.017Zm2.454 0 .236-.805.244.803.839-.024-.689.48.282.79-.669-.507-.664.513.275-.793-.693-.474.84.017Z",fill:"#059334"}),React.createElement("path",{d:"m18.455 14.663.236-.806.244.804.838-.024-.688.48.282.79-.669-.506-.665.512.275-.792-.693-.475.84.017Z",fill:"#059334"}),React.createElement("path",{d:"M16.79 10.732c.166-.137.32.08.347.213.026.134.186.32.346.32 0 0 .107-.32.187-.48.08-.16.293-.213.427-.16.134.054.374.027.347.267-.027.24-.107.347-.107.347s.48.026.694 0c.213-.027.454-.16.614-.08.159.08.4.106.48.053.08-.053.133-.213-.054-.187-.186.028-.346.028-.506.054-.16.026-.854.054-.854-.16 0-.213.266-.24.32-.213.054.027.454-.267.534-.133.08.133.08.293-.16.293s-.588-.053-.588.027.108.133.268.133c.159 0 .426-.107.612-.107.187 0 .454-.213.614-.08.16.134.293.32.16.4-.133.08-.614.107-.774.08 0 0 .187.107.348.134.16.027.48.08.454.24-.028.16.052.373-.16.346-.214-.026-.187-.133-.134-.213.054-.08-.08-.16-.32-.133-.239.026-.533-.107-.533-.107s-.08.213.027.267c0 0-.32.133-.507.16-.187.026-.373.106-.373 0 0-.107.133-.267.24-.214.106.054.292-.027.347-.027.053 0-.187-.16-.054-.213.133-.054-.106-.08-.24 0-.133.08-.933.293-1.2.4-.266.106-.507.08-.613.133-.107.053-.32-.08-.214-.213.107-.134.16-.214.24-.134.08.08.214.054.4 0 .187-.053-.106-.106-.159-.16-.053-.053-.267-.373-.267-.453-.003-.08-.483-.16-.19-.4Zm.988-2.013c-.16-.24-.64-.56-.64-.56l.453.134s-.213-.294-.453-.347c.053 0 .48.053.613.16 0 0-.374-.427-.56-.507 0 0 .454.134.614.294l-.187-.4s.347.16.453.373c0 0-.106-.427-.32-.64 0 0 .32.187.428.347l.079-.381.235.212.161-.296.188.306.323-.335s-.08.26-.106.5c0 0 .133-.216.426-.323 0 0-.373.572-.426.785 0 0 .533-.528.88-.661 0 0-.481.563-.614.777 0 0 .4-.346.773-.452 0 0-.48.507-.56.614 0 0 .267-.107.613-.08 0 0-.799.453-.986.613-.187.16-1.387-.133-1.387-.133Z",fill:"#F9D050"}),React.createElement("path",{d:"M17.399 9.896c-.288.053-.367.21-.341.367.026.158.21.288.393.21.183-.08.268-.118.341-.131.178-.033.42-.105.42-.105s.288.052.445 0c0 0 .288.13.524.026 0 0 .577.262.839.158.262-.105.048-.456-.079-.498-.236-.08-.812-.158-1.258-.184-.446-.026-1.284.157-1.284.157Z",fill:"#fff"}),React.createElement("path",{d:"M19.965 9.92a3.113 3.113 0 0 0-.437-.096s.037.148.063.308c.018.107.024.226.082.293a.574.574 0 0 0 .372 0c.266-.106.049-.463-.08-.506Zm-1.562-.183c.082.096.132.348.247.505.041.025.305.143.53.03.025-.045-.187-.515-.187-.515a6.529 6.529 0 0 0-.59-.02Zm-.574.598c.041.024.362-.07.362-.092-.004-.042-.04-.1-.092-.218a.851.851 0 0 0-.161-.235 9.98 9.98 0 0 0-.545.099c.112.19.236.326.436.446Z",fill:"#073163"}),React.createElement("path",{d:"M16.525 8.826s.08-.294.426-.294c.347 0 .187.213.587.24.4.027 1.814.213 2.027.32.213.107.48.08.613.053.133-.027.027.134-.106.214-.133.08-.4.026-.4.026s.293.267.373.454c.08.186 0 .266-.133.186-.133-.08-.293.08-.32-.026-.027-.107-.293-.48-.293-.48s-.774-.107-.987.08c-.213.186-.475.256-.907.213-.266-.027-.426-.16-.372-.32a.358.358 0 0 1 .186-.213s-.027-.32-.133-.24c-.107.08-.347.026-.374-.027-.027-.053-.187-.186-.187-.186Z",fill:"#059334"}),React.createElement("path",{d:"M17.377 8.72c.115-.07.667-.32 1.094-.294.427.027.694.133.986.293.294.16.267.294.428.347.16.053.08.133 0 .213-.08.08-.348.534-1.201.507-.853-.027-.933-.267-1.067-.373-.133-.107-.213-.374-.213-.454 0-.08-.16-.16-.027-.24Z",fill:"#059334"}),React.createElement("path",{d:"M18.978 9.52c.29-.08.681-.185.872-.469-.123-.06-.123-.185-.392-.332a2.15 2.15 0 0 0-.986-.293c-.301-.02-.666.1-.894.197-.013.189-.013.416-.013.416s.24.134.427.294c.186.16.692.266.986.186Z",fill:"#00493D"}),React.createElement("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.KY=t;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=s.forwardRef((function(s,h){var a=s.borderRadius,i=s.height,t=s.width;return l.jsxs(c.FlagIconBase,{ref:h,borderRadius:a,height:i,viewBox:"0 0 24 24",width:t,children:[l.jsx("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),l.jsx("path",{d:"M22.493 15.147c-.186.026-.264.293-.344.453 0 0-.186.16-.48.133 0 0 .135-.213.268-.427.133-.213.054-.48-.133-.506-.186-.027-.213-.134-.453-.347-.24-.213-.667-.24-.747-.053-.08.186-.454.32-.4.587.053.266.186.613.32.826 0 0-.631.4-1.139.587-.506.187-.874.213-.874.213s-.532-.026-1.039-.213c-.507-.187-.99-.587-.99-.587.133-.213.267-.56.321-.826.053-.266-.32-.401-.4-.587-.08-.187-.507-.16-.747.053s-.266.32-.454.347c-.186.026-.267.293-.133.506l.265.427c-.293.027-.48-.133-.48-.133-.08-.16-.163-.427-.35-.453-.187-.027-.19.159-.164.347.027.186.15.533.23.746.08.213.22.24.514.293.293.054.735-.186.735-.186 1.041 1.013 2.538.986 2.538.986s1.644.027 2.684-.986c0 0 .514.24.808.186.294-.053.472-.08.551-.293.08-.213.223-.56.25-.746.027-.188.03-.374-.157-.347Z",fill:"#F9D050"}),l.jsx("path",{d:"M22.392 16.213s.213-.64.266-.854c.053-.212-.16-.293-.32-.16-.16.135-.4.908-.4.908s.08-.16.24-.134c.16.027.214.24.214.24Zm-1.28-.986s.293-.348.32-.56c.026-.213-.267-.48-.481-.454-.213.027-.374.187-.32.373.054.187.24.56.24.56s0-.053.107-.053.133.134.133.134Zm-6.495.986s-.213-.64-.267-.854c-.053-.212.16-.293.32-.16.16.135.4.908.4.908s-.08-.16-.24-.134c-.16.027-.213.24-.213.24Zm1.28-.986s-.293-.348-.32-.56c-.026-.213.267-.48.48-.454.214.027.374.187.32.373-.053.187-.24.56-.24.56s0-.053-.106-.053c-.107 0-.134.134-.134.134Z",fill:"#DB1C1C"}),l.jsx("path",{d:"M18.511 10.559h-2.154v1.952h4.667v-1.952h-2.513Z",fill:"#CF1B2B"}),l.jsx("path",{d:"M20.18 15.572c.374-.454.844-1.28.844-2.427v-.99c-.143-.003-.297-.016-.335-.005-.246.07-.288.329-.586.329-.346 0-.441-.347-.788-.347-.347 0-.46.347-.807.347-.293 0-.537-.347-.803-.347-.267 0-.562.347-.802.347-.212 0-.352-.27-.546-.334l.001 1c0 .798.162 1.431.351 1.91.11.278.416.694.471.738 0 0 .63.136.996.78 0 0 .065.046.343.046.277 0 .338-.06.338-.06.364-.667.99-.582 1.324-.987Z",fill:"#fff"}),l.jsx("path",{d:"M16.82 13.92c.32 0 .72-.293.933-.293.214 0 .4.292.694.292.293 0 .666-.292.853-.292.187 0 .48.292.773.292.293 0 .4-.292.666-.292.053 0 .21.02.253.04.027-.175.04-.466.031-.738-.111-.003-.189-.007-.242-.007-.032 0-.071-.006-.116.01-.226.079-.274.321-.564.321-.346 0-.44-.346-.787-.346-.347 0-.46.346-.807.346-.293 0-.537-.346-.804-.346-.266 0-.562.346-.802.346-.164 0-.284-.163-.42-.265a.382.382 0 0 0-.124-.062c-.016.37.02.735.02.735.132.077.192.258.444.258Zm2.51 1.573c-.343 0-.453.337-.79.344-.337-.007-.447-.344-.79-.344-.232 0-.417.198-.57.3.177.113.436.184.775.436.241.18.585.198.585.198s.344-.02.585-.198c.34-.252.598-.323.776-.436-.154-.102-.339-.3-.571-.3Zm1.54-1.414c-.373 0-.345.347-.69.347-.348 0-.428-.347-.774-.347-.347 0-.454.347-.8.347-.294 0-.534-.347-.8-.347-.267 0-.56.347-.8.347-.183 0-.381-.201-.571-.298 0 0 .092.557.27.916.06.027.142.049.22.049.32 0 .72-.293.934-.293.213 0 .4.293.693.293.293 0 .667-.293.853-.293.187 0 .48.293.773.293.19 0 .32-.128.448-.215.123-.225.215-.485.29-.797a.48.48 0 0 0-.045-.002Z",fill:"#0B50A0"}),l.jsx("path",{d:"m17.227 13.223.237-.805.243.803.839-.024-.688.48.281.79-.668-.507-.665.513.275-.793-.692-.474.838.017Zm2.454 0 .236-.805.244.803.839-.024-.689.48.282.79-.669-.507-.664.513.275-.793-.693-.474.84.017Z",fill:"#059334"}),l.jsx("path",{d:"m18.455 14.663.236-.806.244.804.838-.024-.688.48.282.79-.669-.506-.665.512.275-.792-.693-.475.84.017Z",fill:"#059334"}),l.jsx("path",{d:"M16.79 10.732c.166-.137.32.08.347.213.026.134.186.32.346.32 0 0 .107-.32.187-.48.08-.16.293-.213.427-.16.134.054.374.027.347.267-.027.24-.107.347-.107.347s.48.026.694 0c.213-.027.454-.16.614-.08.159.08.4.106.48.053.08-.053.133-.213-.054-.187-.186.028-.346.028-.506.054-.16.026-.854.054-.854-.16 0-.213.266-.24.32-.213.054.027.454-.267.534-.133.08.133.08.293-.16.293s-.588-.053-.588.027.108.133.268.133c.159 0 .426-.107.612-.107.187 0 .454-.213.614-.08.16.134.293.32.16.4-.133.08-.614.107-.774.08 0 0 .187.107.348.134.16.027.48.08.454.24-.028.16.052.373-.16.346-.214-.026-.187-.133-.134-.213.054-.08-.08-.16-.32-.133-.239.026-.533-.107-.533-.107s-.08.213.027.267c0 0-.32.133-.507.16-.187.026-.373.106-.373 0 0-.107.133-.267.24-.214.106.054.292-.027.347-.027.053 0-.187-.16-.054-.213.133-.054-.106-.08-.24 0-.133.08-.933.293-1.2.4-.266.106-.507.08-.613.133-.107.053-.32-.08-.214-.213.107-.134.16-.214.24-.134.08.08.214.054.4 0 .187-.053-.106-.106-.159-.16-.053-.053-.267-.373-.267-.453-.003-.08-.483-.16-.19-.4Zm.988-2.013c-.16-.24-.64-.56-.64-.56l.453.134s-.213-.294-.453-.347c.053 0 .48.053.613.16 0 0-.374-.427-.56-.507 0 0 .454.134.614.294l-.187-.4s.347.16.453.373c0 0-.106-.427-.32-.64 0 0 .32.187.428.347l.079-.381.235.212.161-.296.188.306.323-.335s-.08.26-.106.5c0 0 .133-.216.426-.323 0 0-.373.572-.426.785 0 0 .533-.528.88-.661 0 0-.481.563-.614.777 0 0 .4-.346.773-.452 0 0-.48.507-.56.614 0 0 .267-.107.613-.08 0 0-.799.453-.986.613-.187.16-1.387-.133-1.387-.133Z",fill:"#F9D050"}),l.jsx("path",{d:"M17.399 9.896c-.288.053-.367.21-.341.367.026.158.21.288.393.21.183-.08.268-.118.341-.131.178-.033.42-.105.42-.105s.288.052.445 0c0 0 .288.13.524.026 0 0 .577.262.839.158.262-.105.048-.456-.079-.498-.236-.08-.812-.158-1.258-.184-.446-.026-1.284.157-1.284.157Z",fill:"#fff"}),l.jsx("path",{d:"M19.965 9.92a3.113 3.113 0 0 0-.437-.096s.037.148.063.308c.018.107.024.226.082.293a.574.574 0 0 0 .372 0c.266-.106.049-.463-.08-.506Zm-1.562-.183c.082.096.132.348.247.505.041.025.305.143.53.03.025-.045-.187-.515-.187-.515a6.529 6.529 0 0 0-.59-.02Zm-.574.598c.041.024.362-.07.362-.092-.004-.042-.04-.1-.092-.218a.851.851 0 0 0-.161-.235 9.98 9.98 0 0 0-.545.099c.112.19.236.326.436.446Z",fill:"#073163"}),l.jsx("path",{d:"M16.525 8.826s.08-.294.426-.294c.347 0 .187.213.587.24.4.027 1.814.213 2.027.32.213.107.48.08.613.053.133-.027.027.134-.106.214-.133.08-.4.026-.4.026s.293.267.373.454c.08.186 0 .266-.133.186-.133-.08-.293.08-.32-.026-.027-.107-.293-.48-.293-.48s-.774-.107-.987.08c-.213.186-.475.256-.907.213-.266-.027-.426-.16-.372-.32a.358.358 0 0 1 .186-.213s-.027-.32-.133-.24c-.107.08-.347.026-.374-.027-.027-.053-.187-.186-.187-.186Z",fill:"#059334"}),l.jsx("path",{d:"M17.377 8.72c.115-.07.667-.32 1.094-.294.427.027.694.133.986.293.294.16.267.294.428.347.16.053.08.133 0 .213-.08.08-.348.534-1.201.507-.853-.027-.933-.267-1.067-.373-.133-.107-.213-.374-.213-.454 0-.08-.16-.16-.027-.24Z",fill:"#059334"}),l.jsx("path",{d:"M18.978 9.52c.29-.08.681-.185.872-.469-.123-.06-.123-.185-.392-.332a2.15 2.15 0 0 0-.986-.293c-.301-.02-.666.1-.894.197-.013.189-.013.416-.013.416s.24.134.427.294c.186.16.692.266.986.186Z",fill:"#00493D"}),l.jsx("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),l.jsx("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),l.jsx("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),l.jsx("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.KY=h;
package/icons/flags/KZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=c.forwardRef((function(c,t){var s=c.borderRadius,l=c.height,a=c.width;return React.createElement(e.FlagIconBase,{ref:t,borderRadius:s,height:l,viewBox:"0 0 640 480",width:a},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#6fdcff"}),React.createElement("g",{fill:"#ffe400"},React.createElement("path",{d:"M60.2 467c3.3 3.2 2.2 8.5 11.3 7.8 13.8 0 14.2-8.4 14.2-14.3S65 446.4 64 437.7c-1-8.7 4.8-11 9.6-11 4.7 0 8 2.7 8 5.1S79.4 435 76 435s1.5-1.7-1.4-3-4.8 2-4.8 4c0 2.2 7.2 2.8 12 1.3 1 4.7 1.4 5-5.3 13 4.8-3.1 5.2-3.8 10.5-2-5.3-4.6-1.3-13.8-1.2-16.1s-1-5.1-3-6.5c-3.9-3.5-12.2-3.7-17.2-1.4-7.3 3.2-7.7 12.8-5.8 16L80 460.7c1.4 2.4 2 9.2-6.6 9.5-9 .7-12.2-11.6-13.8-15.7-2.1 4.5-4.5 16.8-13.6 16.1-8.6-.3-10.2-7-8.8-9.5l20.7-21c2-3.2 1.6-12.8-5.7-16-5-2.3-13.3-2-17.1 1.4-2.2 1.4-3.4 4.1-3.2 6.5s4.1 11.5-1.1 16c5.2-1.7 5.7-1 10.5 2-6.7-7.9-6.2-8.2-5.3-13 4.8 1.6 12 1 12-1.1s-2-5.6-4.9-4.2c-2.8 1.4 2 3.1-1.4 3.1-3.3 0-5.7-.7-5.7-3s3.3-5.3 8.1-5.3 10.5 2.4 9.5 11.1-22 18.1-22 24c0 6 1.4 13.1 15.2 13.1 9 .7 10.1-4.6 13.4-7.8z"}),React.createElement("path",{d:"M59.1 343.3c3.3-3.2 6-12.6 15-12 13.8 0 19 7.7 19 13.6 0 5.9-28 54-29 62.7-1 8.7 4.8 11.1 9.5 11.1 4.8 0 8.1-2.7 8.1-5.2s-2.4-3-5.7-3 1.4 1.7-1.4 3-4.8-2-4.8-4.1c0-2.1 7.2-2.8 12-1.2.9-4.7 1.3-5-5.3-13 4.8 3 5.2 3.8 10.5 2-5.3 4.6-1.4 13.7-1.2 16s-1 5.2-3.1 6.6c-3.8 3.5-12.2 3.6-17.2 1.4-7.2-3.3-7.6-12.8-5.7-16L87 346.6c1.5-2.4-2.3-10.4-10.9-10.7-9-.7-12.1 8.8-13.7 12.9l12.3-1s.5 2 0 3.2a110 110 0 0 0-12.3 1.6l-.5 6.2h6l-.4 2.8s-5.1-.4-5.6 0c-.5.3-1 6.2-1 6.2s-1 .4-2 .4-2-.4-2-.4-.4-5.9-.9-6.2c-.5-.4-5.6 0-5.6 0l-.5-2.8H56l-.5-6.2s-6-1.2-12.3-1.6c-.4-1.2 0-3.1 0-3.1l12.3.9c-1.6-4.1-4.7-13.6-13.7-13-8.6.4-12.4 8.4-11 10.8L58 405.2c1.9 3.1 1.5 12.7-5.7 16-5 2.2-13.4 2-17.2-1.4-2.1-1.4-3.3-4.2-3.1-6.5s4-11.6-1.2-16c5.3 1.7 5.8 1 10.5-2.1-6.6 8-6.2 8.3-5.2 13 4.7-1.6 11.9-1 11.9 1.2 0 2-2 5.5-4.8 4.1-2.8-1.4 2-3-1.4-3-3.3 0-5.7.6-5.7 3s3.3 5.2 8 5.2 10.5-2.4 9.6-11c-1-8.7-29-57-29-62.8 0-6 5.2-13.5 19-13.5 9-.7 12.3 8.7 15.5 11.9z"}),React.createElement("path",{d:"M59.1 319.4c3.3 3.2 6 12.6 15 12 13.8 0 19-7.7 19-13.6 0-5.9-28-54-29-62.7-1-8.7 4.8-11.1 9.5-11.1 4.8 0 8.1 2.7 8.1 5.2s-2.4 3-5.7 3 1.4-1.6-1.4-3-4.8 2-4.8 4.1c0 2.1 7.2 2.8 12 1.2.9 4.7 1.3 5-5.3 13 4.8-3 5.2-3.8 10.5-2-5.3-4.6-1.4-13.7-1.2-16s-1-5.2-3.1-6.6c-3.8-3.4-12.2-3.6-17.2-1.4-7.2 3.3-7.6 12.8-5.7 16L87 316c1.5 2.4-2.3 10.4-10.9 10.7-9 .7-12.1-8.8-13.7-12.9l12.3 1s.5-2 0-3.2a110 110 0 0 1-12.3-1.6l-.5-6.2h6l-.4-2.8s-5.1.4-5.6 0c-.5-.3-1-6.2-1-6.2s-1-.4-2-.4-2 .4-2 .4-.4 5.9-.9 6.2c-.5.4-5.6 0-5.6 0l-.5 2.8H56l-.5 6.2s-6 1.2-12.3 1.6c-.4 1.2 0 3.1 0 3.1l12.3-.9c-1.6 4.1-4.7 13.6-13.7 13-8.6-.4-12.4-8.4-11-10.8L58 257.5c1.9-3.2 1.5-12.7-5.7-16-5-2.2-13.4-2-17.2 1.4-2.1 1.4-3.3 4.2-3.1 6.5s4 11.5-1.2 16c5.3-1.7 5.8-1 10.5 2.1-6.6-8-6.2-8.3-5.2-13 4.7 1.6 11.9 1 11.9-1.2 0-2-2-5.5-4.8-4.1-2.8 1.4 2 3-1.4 3-3.3 0-5.7-.6-5.7-3s3.3-5.2 8-5.2 10.5 2.4 9.6 11c-1 8.7-29 57-29 62.8 0 6 5.2 13.5 19 13.5 9 .7 12.3-8.7 15.5-11.9z"}),React.createElement("path",{d:"M59.1 160.6c3.3-3.2 6-12.6 15-12 13.8 0 19 7.7 19 13.6 0 5.9-28 54-29 62.8-1 8.6 4.8 11 9.5 11 4.8 0 8.1-2.7 8.1-5.1s-2.4-3.2-5.7-3.2 1.4 1.8-1.4 3.2-4.8-2.1-4.8-4.2c0-2 7.2-2.8 12-1.2.9-4.7 1.3-5-5.3-13 4.8 3.1 5.2 3.8 10.5 2-5.3 4.6-1.4 13.8-1.2 16s-1 5.2-3.1 6.6c-3.8 3.5-12.2 3.6-17.2 1.4-7.2-3.3-7.6-12.8-5.7-16L87 164c1.5-2.4-2.3-10.4-10.9-10.7-9-.7-12.1 8.8-13.7 12.9l12.3-1s.5 2 0 3.2c-6.4.4-12.3 1.6-12.3 1.6l-.5 6.2h6l-.4 2.8s-5.1-.3-5.6 0-1 6.3-1 6.3-1 .3-2 .3-2-.3-2-.3-.4-6-.9-6.3c-.5-.3-5.6 0-5.6 0l-.5-2.8H56l-.5-6.2s-6-1.2-12.3-1.6c-.4-1.2 0-3.1 0-3.1l12.3.9c-1.6-4.1-4.7-13.6-13.7-13-8.6.4-12.4 8.4-11 10.8L58 222.5c1.9 3.2 1.5 12.7-5.7 16-5 2.2-13.4 2-17.2-1.4-2.1-1.4-3.3-4.2-3.1-6.5s4-11.5-1.2-16c5.3 1.7 5.8 1 10.5-2.1-6.6 8-6.2 8.3-5.2 13 4.7-1.6 11.9-.9 11.9 1.2 0 2-2 5.5-4.8 4.1-2.8-1.3 2-3-1.4-3-3.3 0-5.7.6-5.7 3s3.3 5.2 8 5.2 10.5-2.4 9.6-11c-1-8.7-29-56.9-29-62.8 0-5.9 5.2-13.5 19-13.5 9-.7 12.3 8.7 15.5 12z"}),React.createElement("path",{d:"M59.1 136.7c3.3 3.2 6 12.7 15 12 13.8 0 19-7.7 19-13.6 0-5.9-28-54-29-62.7-1-8.7 4.8-11.1 9.5-11.1 4.8 0 8.1 2.8 8.1 5.2s-2.4 3.1-5.7 3.1 1.4-1.7-1.4-3.1-4.8 2-4.8 4.1c0 2.1 7.2 2.8 12 1.2.9 4.7 1.3 5-5.3 13 4.8-3 5.2-3.8 10.5-2-5.3-4.5-1.4-13.7-1.2-16s-1-5.2-3.1-6.6c-3.8-3.4-12.2-3.6-17.2-1.3-7.2 3.2-7.6 12.8-5.7 15.9L87 133.4c1.5 2.4-2.3 10.4-10.9 10.8-9 .6-12.1-8.8-13.7-13l12.3 1s.5-2 0-3.2a111.5 111.5 0 0 1-12.3-1.5l-.5-6.3h6l-.4-2.8s-5.1.4-5.6 0c-.5-.3-1-6.2-1-6.2s-1-.4-2-.4-2 .4-2 .4-.4 5.9-.9 6.2c-.5.4-5.6 0-5.6 0l-.5 2.8H56l-.5 6.3s-6 1.1-12.3 1.5c-.4 1.3 0 3.2 0 3.2l12.3-1c-1.6 4.2-4.7 13.6-13.7 13-8.6-.4-12.4-8.4-11-10.8L58 74.8c1.9-3.1 1.5-12.7-5.7-16-5-2.2-13.4-2-17.2 1.4-2.1 1.4-3.3 4.2-3.1 6.5s4 11.6-1.2 16c5.3-1.7 5.8-1 10.5 2.1-6.6-8-6.2-8.3-5.2-13 4.8 1.6 11.9 1 11.9-1.2 0-2-2-5.5-4.8-4.1-2.8 1.4 2 3.1-1.4 3.1-3.3 0-5.7-.7-5.7-3.1s3.3-5.2 8-5.2 10.6 2.4 9.6 11c-1 8.7-29 57-29 62.8 0 6 5.2 13.6 19 13.6 9 .7 12.3-8.8 15.5-12z"}),React.createElement("path",{d:"M60.2 13c3.3-3.2 2.2-8.5 11.3-7.8 13.8 0 14.2 8.4 14.2 14.3S65 33.6 64 42.3c-1 8.7 4.8 11 9.6 11 4.7 0 8-2.7 8-5.1S79.4 45 76 45s1.5 1.7-1.4 3-4.8-2-4.8-4c0-2.2 7.2-2.9 12-1.3 1-4.7 1.4-5-5.3-13 4.8 3.1 5.2 3.8 10.5 2-5.3 4.6-1.3 13.8-1.2 16.1s-1 5.1-3 6.5c-4 3.7-12.3 3.7-17.3 1.5-7.3-3.2-7.7-12.8-5.8-16L80 19.3c1.4-2.4 2-9.2-6.6-9.5-9-.7-12.2 11.6-13.8 15.7C57.5 21 55.1 8.6 46 9.3c-8.6.3-10.2 7-8.8 9.5l20.7 21c2 3.2 1.6 12.8-5.7 16-5 2.3-13.3 2.1-17.1-1.4-2.2-1.4-3.4-4.1-3.2-6.5s4.1-11.5-1.1-16c5.2 1.7 5.7 1 10.4-2-6.6 7.9-6.1 8.2-5.2 13 4.8-1.6 12-1 12 1.1s-2 5.6-4.9 4.2c-2.8-1.4 2-3.1-1.4-3.1-3.3 0-5.7.7-5.7 3s3.3 5.3 8.1 5.3 10.5-2.4 9.5-11.1-22-18.1-22-24c0-6 1.4-13.1 15.2-13.1 9-.7 10.1 4.6 13.4 7.8z"})),React.createElement("g",{fill:"#ffe400",transform:"translate(-194.7 8.3) scale(1.0673)"},React.createElement("rect",{height:"161.3",rx:"85.1",ry:"80.7",width:"170.2",x:"425.9",y:"104.5"}),React.createElement("path",{d:"M507 56.4c-.8 0-4.6 26.8-6 32.8-1.4 13.5 18 13 14.8-.5L507 56.3zm6.8 259.8c.7 0 6.5-26.5 8.4-32.4 2.3-13.3-17.1-14-15-.4l6.6 32.8zM378.2 184.6c0 .7 27.9 6.3 34.1 8.1 14 2.3 15-16 .6-14l-34.7 6zm271.7 3.2c0-.7-28.2-5.3-34.5-6.9-14.1-1.7-14.2 16.6 0 14.1l34.5-7.2zM406.8 99.6c-.5.5 17.9 21.3 21.6 26.4 9.6 10 22.3-4 9.6-10.8l-31.2-15.5zm211.1 171c.5-.5-19.7-19.7-23.9-24.4-10.5-9.2-21.8 5.7-8.6 11.5l32.5 13zm-169-200c-.6.3 8 26.1 9.4 32.2 4.8 12.7 22.2 4.4 13.2-6.5L449 70.6zM572 303c.7-.3-6-26.6-6.9-32.7-3.9-13-21.8-6-13.7 5.6l20.7 27zm30.3-214.4c-.6-.5-22.8 16.6-28.2 20-10.7 9 3.8 21.2 11.2 9.3l17-29.3zm-183 193.7c.5.5 24-15 29.6-18.1 11.3-8.2-2.2-21.4-10.5-10l-19 28.1zm-35-144.1c-.3.6 24 14.7 29.3 18.4 12.5 6.5 19.8-10.5 5.5-13.2l-34.8-5.2zM638 236.6c.3-.6-23-16.3-28-20.3-12-7.4-20.5 9.1-6.4 12.7l34.4 7.6zM557.4 63.7c-.7-.2-14.6 23.4-18.3 28.5a7.8 7.8 0 0 0 14 4.7l4.3-33.2zM463.5 308c.7.3 16.3-22.4 20.3-27.3 7.3-11.6-10.4-19-13.7-5.6l-6.6 32.9zM386 238.7c.3.6 28-6 34.5-7 13.6-3.8 6-20.6-6-12.8L386 238.7zM638.1 136c-.2-.6-28.3 4.1-34.8 4.7-14 2.9-7.5 20.2 5 13.2l29.8-17.9z"}),React.createElement("path",{d:"M534.6 58.1c-.7-.1-10.1 25.4-12.9 31-4.1 13 15 16.2 14.7 2.4L534.7 58zM486.1 314c.7.2 12-24.7 15.2-30.2 5-12.6-13.8-17-14.5-3.3L486 314zm-9.7-253.4c-.7.2 1.9 27.2 1.9 33.4 1.9 13.3 20.6 8.7 14.4-3.7l-16.3-29.7zm68 251.9c.7-.1 0-27.2.5-33.4-.9-13.5-20-10.1-14.6 2.7l14 30.7zM428.2 83c-.6.4 12.7 24.3 15.2 30 7.2 11.7 22.7.7 11.8-8.6l-27-21.4zM593 290.9c.6-.4-11-25.2-13-31-6.3-12.1-22.5-2.1-12.4 7.8l25.4 23.2zM393 116.6c-.4.6 21.1 18.4 25.6 23 11.1 8.4 21.4-7.2 7.8-12.1L393 116.6zm234.2 139.7c.4-.6-19.7-19.8-23.9-24.6-10.4-9.1-21.8 5.8-8.6 11.6l32.5 13zm-249.6-97.8c-.2.7 26.3 10.8 32.1 13.7 13.4 4.5 17.7-13.4 3.1-13.8l-35.2.1zM645 216.3c.3-.6-25.4-12.4-31-15.7-13-5.4-18.7 12.2-4.2 13.6l35.2 2.1zM376.7 210c.1.6 28.7.2 35.2.7 14.2-.7 10.8-18.8-2.8-13.9L376.7 210zm270.2-45c0-.7-28.6-2.2-35-3.1-14.3-.2-12.2 18.1 1.7 14l33.3-11zm-245.7 98.4c.4.6 26-11.6 32-13.9 12.4-6.5 1-21.4-8.9-11.3l-23.1 25.2zm222.3-152.3c-.4-.6-26.7 9.9-33 11.8-12.9 5.7-2.6 21.3 8 11.9l25-23.7zM442.8 298.8c.6.3 18.9-20.5 23.5-24.9 8.7-10.7-8-20-12.9-7l-10.6 31.9zM582.5 75c-.5-.4-20.3 19.1-25.2 23.2-9.4 10.1 6.6 20.5 12.4 7.9L582.4 75z"}),React.createElement("g",{transform:"matrix(2.1824 0 0 2.0629 -405 -272.6)"},React.createElement("path",{d:"M360.1 247.9c.7 2.5.8 16.5 14.9 30 14 13.4 38 16.4 38 16.4s.1 1.9-1.6 2c-1.7.2-9.9-1.5-14-2.8-4-1.2-7.6-3.4-8-3.3-.5.2-1.3 1.6-2.5 1.4s-7-6.2-9.6-7.8a80.6 80.6 0 0 1-13.7-15.3c-2.8-4.5-3.5-7.5-4.4-7.5s-4.2 2.2-4.2 2.2-3-4.5-5.6-11.7c-2.7-7.2-2.4-11.4-1.8-11.7.7-.3.7 5.3 2.7 10.4 2 5.2 4.8 6.8 4.8 6.8s-1.8-2.7-3.2-9.4-2-13.2-1-15.2 1.9-2.6 2-2.5c.2.2-1.7 3.1-.4 10.8s4.8 14.2 5.6 13.9c.8-.3-.5-1.9-1-6.4s.5-7.3 1.6-7.7c.5-.4 1.3 5 1.4 7.4zm-9.8 12.8c-2.7-2.5-6.9-11.2-7.8-10.8-1 .5 6.8 13 7 14 .2 1.2 1.9 4.6.6 4.1s-10.6-10.3-9.5-8.4 8.1 10.5 7.7 11-5.8-4.8-6-4.1c-.1.6 5.3 5.8 5.2 6.4s-3.5-3.3-3.5-2.5 3.5 4.7 3.5 5.3-3-2.8-2-1c.9 2 3.5 3.7 3.4 4.3s-2.2-.8-2.2-.5c0 .3 3.9 1.7 4.8 2.8 1 1.1 7.4 8.5 12.2 12.2s18.6 10.2 19.6 10.2c.9 0 2.3-2 2-2.8-.3-.8-13.8-5.4-17.5-8.8-3.8-3.4-13-11.6-13.8-12-.7-.5-2.8-.3-2.8-.8s2.7.3 2.5 0c-.1-.3-3.7-1.9-3.6-2.2.2-.3 2.5.6 2.5.3s-4.2-2.6-4-3.1c.1-.5 3.1 1.4 3.1 1 0-.2-4-3-3.9-3.5.1-.5 3.1 2.2 3 1.6s-2.4-4-2.4-4.4c0-.5 3.6 3.4 4 2.6.2-.7-1.3-7.2-1.2-7.3s2.7 1.4 3.1.5c.5-1-1.8-2.3-4-4.1zm46.1 49.2c-1.9.3-2.8-.4-1.7-2 1.5 0 5.5-1.3 6.9-1.9s2.9-1.4 4.1-2.5c1.2-1.3 2 .7 1.3 1.8-.5.7-2.8 2-4.5 2.7-2.5.8-4.7 2-6.1 1.9zm12.5-5.1c-1.3-1.4-.2-2.4 1.7-3.5 2.8-1.5 2-3.6 5.6-5.3 1.6-1 24-10 31.3-14.8s27.8-20.3 33.3-31c5.4-10.6 2.8-11.4 3.6-11.8.7-.5 1.5 1.5 1.4 3.9-.2 2.3-2 9.3-1.4 10s8.2-5.5 11.4-13 5.6-15.3 7.1-15.3c1.6 0-2.6 12.8-5.3 17.8-2.6 5-5.7 7.5-5 8.6.8 1 8.6-5.5 11.3-10.3 2.6-4.9 5.1-9.2 5.6-8.3a34 34 0 0 1-6.7 16.1c-4.2 4.8-9.2 8.3-8.4 9 .7.8 6.4 1.6 12.3-2.4 6-4.1 6.6-10 7.3-9.7.8.3-.7 8.4-6.4 13.4s-13.2 5.5-13 6.6c.4 1 16.3-4.6 16-3.3-.3 1.2-20.6 9.2-20.8 10 0 .6 3.5.8 9-.5 5.4-1.2 10.6-5.5 11.3-4.5.2 1.4-3.9 4.8-10.1 6.4-6.3 1.6-9.4 3.7-9.6 4.2-.1.5 11.2-1.4 11.2-.8s-14.8 3.5-14.9 4.3c-.2.7 14-2.9 13.8-2-.4.7-19.3 6.3-19.1 6.6.1.4 15.8-3.4 15.5-2.8-.4.7-26.4 8-26.6 8.5-.2.4 23-5.2 22.8-4.7s-12 3.4-12 3.7c0 .3 9.5-1.5 9.3-1-.1.4-24 6.5-24.5 7.4-.5 1 12.4-2.5 12.2-.7s-27.7 11-27.8 9.3c-.2-1.7 16.7-6 16.6-6.5-.2-.5-9.7 1-9.9.1-.1-1 6.3-3 5.8-3.4-.5-.5-5.3 1.4-4.9.3.5-1.1 9.6-5.3 9.4-5.6-.1-.3-3.3 1-3 0 .4-1.1 19.7-6.7 19.4-7.4-.3-.6-8.9 1.4-9.7 1.6-.3-.6 12-5.2 11.8-6-.4-.7-6.6 2.7-7 1.8-.2-1 10.9-5.3 10.2-6s-5.7 1.8-6.4 1.1 10.5-8.4 8.8-8.6c-1.7-.1-3.8 2.4-4 .8.2-2 8.7-5.3 6.8-6.9-3-.9-13.1.7-17.3 3.2s-18.2 16.4-21.6 18.6c-3.4 2.1-15 7-17.2 8-3.4 1.2-4 3-7.5 4.8-6.3 1.7-6.2 3.6-9.2 4.7-1.1.3-12.4 5.7-12.5 5.3zm-15.8 7c-1.9 1-3.6 3.4-2.5 4.4.6 1.2 2.5-2.7 4-2.5l8 .4c4.3.3 6.4-.9 8.8-.7s7.7-1.3 10.2-1.3 3 .3 3.2-.8c.3-1-7.8-.3-11.4-.4-3.6-.2-8.1.7-10.8.7-2.5-.1-6.8-.9-9.5.2z"}),React.createElement("rect",{height:"3",rx:"1.7",ry:"1.5",width:"3.4",x:"401.7",y:"309.1"}),React.createElement("path",{d:"M445 307.7c1.7-.3 6.3 1.3 9.5 2 5.8 2.3 16.6 1.2 16.6 2.3s-.7 2.4-3.2 2.6-8.8-1-8.6-1 5 2.3 3.6 2.9-5.5-1.3-6.2-.8 3.8 1.4 3 1.7c-.6.3-3.7-.4-4.7-.3-1 .2.8 1.3-.4 1.7-1.2.5-3.2-.6-4-.3-.9.3 1.8 2 .6 2.2-1.2.2-4-.8-5.6-1-1.6 0 1.5 1.6.5 1.8-1 .1-3.8-1.3-4.5-1.3s0 2-1 2-2.2-1.7-2.8-1.7 0 2-1 2-1.4-2.1-2.2-2c-1 .2 0 2.7-1.4 2.5-1.3-.1-1.5-2.6-2.6-2.5-1 .2.2 2.5-.8 2.5s-1.2-2.3-2.2-2.5c-1-.1-.6 2.2-1.2 2.2s-1.2-2.2-1.6-2.2c-.3 0 0 2.2-1.2 2s-1.2-2.4-1.5-2.3c-.4.2-.4 1.8-1.2 1.8s-.9-1.6-1.2-1.4c-.4.1-1.6 2.1-2.4 1.8-.9-.3.2-1.9-.2-1.9s-1.4 1.1-2 1 0-1.4-.2-1.4-1.7.8-2.4.8-2.6 1-3.1.1c-.5-1 1.3-1 1.7-1.9.3-.9-1-3.6.4-4.5 1.3-1 5.6 1.3 12-.3 11.6-3.1 20.6-6.7 21.5-6.6z"})))))}));exports.KZ=t;
1
+ "use strict";var c=require("react"),s=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var z=c.forwardRef((function(c,z){var e=c.borderRadius,r=c.height,a=c.width;return l.jsx(s.FlagIconBase,{ref:z,borderRadius:e,height:r,viewBox:"0 0 640 480",width:a,children:l.jsxs("g",{fillRule:"evenodd",children:[l.jsx("path",{d:"M0 0h640v480H0z",fill:"#6fdcff"}),l.jsxs("g",{fill:"#ffe400",children:[l.jsx("path",{d:"M60.2 467c3.3 3.2 2.2 8.5 11.3 7.8 13.8 0 14.2-8.4 14.2-14.3S65 446.4 64 437.7c-1-8.7 4.8-11 9.6-11 4.7 0 8 2.7 8 5.1S79.4 435 76 435s1.5-1.7-1.4-3-4.8 2-4.8 4c0 2.2 7.2 2.8 12 1.3 1 4.7 1.4 5-5.3 13 4.8-3.1 5.2-3.8 10.5-2-5.3-4.6-1.3-13.8-1.2-16.1s-1-5.1-3-6.5c-3.9-3.5-12.2-3.7-17.2-1.4-7.3 3.2-7.7 12.8-5.8 16L80 460.7c1.4 2.4 2 9.2-6.6 9.5-9 .7-12.2-11.6-13.8-15.7-2.1 4.5-4.5 16.8-13.6 16.1-8.6-.3-10.2-7-8.8-9.5l20.7-21c2-3.2 1.6-12.8-5.7-16-5-2.3-13.3-2-17.1 1.4-2.2 1.4-3.4 4.1-3.2 6.5s4.1 11.5-1.1 16c5.2-1.7 5.7-1 10.5 2-6.7-7.9-6.2-8.2-5.3-13 4.8 1.6 12 1 12-1.1s-2-5.6-4.9-4.2c-2.8 1.4 2 3.1-1.4 3.1-3.3 0-5.7-.7-5.7-3s3.3-5.3 8.1-5.3 10.5 2.4 9.5 11.1-22 18.1-22 24c0 6 1.4 13.1 15.2 13.1 9 .7 10.1-4.6 13.4-7.8z"}),l.jsx("path",{d:"M59.1 343.3c3.3-3.2 6-12.6 15-12 13.8 0 19 7.7 19 13.6 0 5.9-28 54-29 62.7-1 8.7 4.8 11.1 9.5 11.1 4.8 0 8.1-2.7 8.1-5.2s-2.4-3-5.7-3 1.4 1.7-1.4 3-4.8-2-4.8-4.1c0-2.1 7.2-2.8 12-1.2.9-4.7 1.3-5-5.3-13 4.8 3 5.2 3.8 10.5 2-5.3 4.6-1.4 13.7-1.2 16s-1 5.2-3.1 6.6c-3.8 3.5-12.2 3.6-17.2 1.4-7.2-3.3-7.6-12.8-5.7-16L87 346.6c1.5-2.4-2.3-10.4-10.9-10.7-9-.7-12.1 8.8-13.7 12.9l12.3-1s.5 2 0 3.2a110 110 0 0 0-12.3 1.6l-.5 6.2h6l-.4 2.8s-5.1-.4-5.6 0c-.5.3-1 6.2-1 6.2s-1 .4-2 .4-2-.4-2-.4-.4-5.9-.9-6.2c-.5-.4-5.6 0-5.6 0l-.5-2.8H56l-.5-6.2s-6-1.2-12.3-1.6c-.4-1.2 0-3.1 0-3.1l12.3.9c-1.6-4.1-4.7-13.6-13.7-13-8.6.4-12.4 8.4-11 10.8L58 405.2c1.9 3.1 1.5 12.7-5.7 16-5 2.2-13.4 2-17.2-1.4-2.1-1.4-3.3-4.2-3.1-6.5s4-11.6-1.2-16c5.3 1.7 5.8 1 10.5-2.1-6.6 8-6.2 8.3-5.2 13 4.7-1.6 11.9-1 11.9 1.2 0 2-2 5.5-4.8 4.1-2.8-1.4 2-3-1.4-3-3.3 0-5.7.6-5.7 3s3.3 5.2 8 5.2 10.5-2.4 9.6-11c-1-8.7-29-57-29-62.8 0-6 5.2-13.5 19-13.5 9-.7 12.3 8.7 15.5 11.9z"}),l.jsx("path",{d:"M59.1 319.4c3.3 3.2 6 12.6 15 12 13.8 0 19-7.7 19-13.6 0-5.9-28-54-29-62.7-1-8.7 4.8-11.1 9.5-11.1 4.8 0 8.1 2.7 8.1 5.2s-2.4 3-5.7 3 1.4-1.6-1.4-3-4.8 2-4.8 4.1c0 2.1 7.2 2.8 12 1.2.9 4.7 1.3 5-5.3 13 4.8-3 5.2-3.8 10.5-2-5.3-4.6-1.4-13.7-1.2-16s-1-5.2-3.1-6.6c-3.8-3.4-12.2-3.6-17.2-1.4-7.2 3.3-7.6 12.8-5.7 16L87 316c1.5 2.4-2.3 10.4-10.9 10.7-9 .7-12.1-8.8-13.7-12.9l12.3 1s.5-2 0-3.2a110 110 0 0 1-12.3-1.6l-.5-6.2h6l-.4-2.8s-5.1.4-5.6 0c-.5-.3-1-6.2-1-6.2s-1-.4-2-.4-2 .4-2 .4-.4 5.9-.9 6.2c-.5.4-5.6 0-5.6 0l-.5 2.8H56l-.5 6.2s-6 1.2-12.3 1.6c-.4 1.2 0 3.1 0 3.1l12.3-.9c-1.6 4.1-4.7 13.6-13.7 13-8.6-.4-12.4-8.4-11-10.8L58 257.5c1.9-3.2 1.5-12.7-5.7-16-5-2.2-13.4-2-17.2 1.4-2.1 1.4-3.3 4.2-3.1 6.5s4 11.5-1.2 16c5.3-1.7 5.8-1 10.5 2.1-6.6-8-6.2-8.3-5.2-13 4.7 1.6 11.9 1 11.9-1.2 0-2-2-5.5-4.8-4.1-2.8 1.4 2 3-1.4 3-3.3 0-5.7-.6-5.7-3s3.3-5.2 8-5.2 10.5 2.4 9.6 11c-1 8.7-29 57-29 62.8 0 6 5.2 13.5 19 13.5 9 .7 12.3-8.7 15.5-11.9z"}),l.jsx("path",{d:"M59.1 160.6c3.3-3.2 6-12.6 15-12 13.8 0 19 7.7 19 13.6 0 5.9-28 54-29 62.8-1 8.6 4.8 11 9.5 11 4.8 0 8.1-2.7 8.1-5.1s-2.4-3.2-5.7-3.2 1.4 1.8-1.4 3.2-4.8-2.1-4.8-4.2c0-2 7.2-2.8 12-1.2.9-4.7 1.3-5-5.3-13 4.8 3.1 5.2 3.8 10.5 2-5.3 4.6-1.4 13.8-1.2 16s-1 5.2-3.1 6.6c-3.8 3.5-12.2 3.6-17.2 1.4-7.2-3.3-7.6-12.8-5.7-16L87 164c1.5-2.4-2.3-10.4-10.9-10.7-9-.7-12.1 8.8-13.7 12.9l12.3-1s.5 2 0 3.2c-6.4.4-12.3 1.6-12.3 1.6l-.5 6.2h6l-.4 2.8s-5.1-.3-5.6 0-1 6.3-1 6.3-1 .3-2 .3-2-.3-2-.3-.4-6-.9-6.3c-.5-.3-5.6 0-5.6 0l-.5-2.8H56l-.5-6.2s-6-1.2-12.3-1.6c-.4-1.2 0-3.1 0-3.1l12.3.9c-1.6-4.1-4.7-13.6-13.7-13-8.6.4-12.4 8.4-11 10.8L58 222.5c1.9 3.2 1.5 12.7-5.7 16-5 2.2-13.4 2-17.2-1.4-2.1-1.4-3.3-4.2-3.1-6.5s4-11.5-1.2-16c5.3 1.7 5.8 1 10.5-2.1-6.6 8-6.2 8.3-5.2 13 4.7-1.6 11.9-.9 11.9 1.2 0 2-2 5.5-4.8 4.1-2.8-1.3 2-3-1.4-3-3.3 0-5.7.6-5.7 3s3.3 5.2 8 5.2 10.5-2.4 9.6-11c-1-8.7-29-56.9-29-62.8 0-5.9 5.2-13.5 19-13.5 9-.7 12.3 8.7 15.5 12z"}),l.jsx("path",{d:"M59.1 136.7c3.3 3.2 6 12.7 15 12 13.8 0 19-7.7 19-13.6 0-5.9-28-54-29-62.7-1-8.7 4.8-11.1 9.5-11.1 4.8 0 8.1 2.8 8.1 5.2s-2.4 3.1-5.7 3.1 1.4-1.7-1.4-3.1-4.8 2-4.8 4.1c0 2.1 7.2 2.8 12 1.2.9 4.7 1.3 5-5.3 13 4.8-3 5.2-3.8 10.5-2-5.3-4.5-1.4-13.7-1.2-16s-1-5.2-3.1-6.6c-3.8-3.4-12.2-3.6-17.2-1.3-7.2 3.2-7.6 12.8-5.7 15.9L87 133.4c1.5 2.4-2.3 10.4-10.9 10.8-9 .6-12.1-8.8-13.7-13l12.3 1s.5-2 0-3.2a111.5 111.5 0 0 1-12.3-1.5l-.5-6.3h6l-.4-2.8s-5.1.4-5.6 0c-.5-.3-1-6.2-1-6.2s-1-.4-2-.4-2 .4-2 .4-.4 5.9-.9 6.2c-.5.4-5.6 0-5.6 0l-.5 2.8H56l-.5 6.3s-6 1.1-12.3 1.5c-.4 1.3 0 3.2 0 3.2l12.3-1c-1.6 4.2-4.7 13.6-13.7 13-8.6-.4-12.4-8.4-11-10.8L58 74.8c1.9-3.1 1.5-12.7-5.7-16-5-2.2-13.4-2-17.2 1.4-2.1 1.4-3.3 4.2-3.1 6.5s4 11.6-1.2 16c5.3-1.7 5.8-1 10.5 2.1-6.6-8-6.2-8.3-5.2-13 4.8 1.6 11.9 1 11.9-1.2 0-2-2-5.5-4.8-4.1-2.8 1.4 2 3.1-1.4 3.1-3.3 0-5.7-.7-5.7-3.1s3.3-5.2 8-5.2 10.6 2.4 9.6 11c-1 8.7-29 57-29 62.8 0 6 5.2 13.6 19 13.6 9 .7 12.3-8.8 15.5-12z"}),l.jsx("path",{d:"M60.2 13c3.3-3.2 2.2-8.5 11.3-7.8 13.8 0 14.2 8.4 14.2 14.3S65 33.6 64 42.3c-1 8.7 4.8 11 9.6 11 4.7 0 8-2.7 8-5.1S79.4 45 76 45s1.5 1.7-1.4 3-4.8-2-4.8-4c0-2.2 7.2-2.9 12-1.3 1-4.7 1.4-5-5.3-13 4.8 3.1 5.2 3.8 10.5 2-5.3 4.6-1.3 13.8-1.2 16.1s-1 5.1-3 6.5c-4 3.7-12.3 3.7-17.3 1.5-7.3-3.2-7.7-12.8-5.8-16L80 19.3c1.4-2.4 2-9.2-6.6-9.5-9-.7-12.2 11.6-13.8 15.7C57.5 21 55.1 8.6 46 9.3c-8.6.3-10.2 7-8.8 9.5l20.7 21c2 3.2 1.6 12.8-5.7 16-5 2.3-13.3 2.1-17.1-1.4-2.2-1.4-3.4-4.1-3.2-6.5s4.1-11.5-1.1-16c5.2 1.7 5.7 1 10.4-2-6.6 7.9-6.1 8.2-5.2 13 4.8-1.6 12-1 12 1.1s-2 5.6-4.9 4.2c-2.8-1.4 2-3.1-1.4-3.1-3.3 0-5.7.7-5.7 3s3.3 5.3 8.1 5.3 10.5-2.4 9.5-11.1-22-18.1-22-24c0-6 1.4-13.1 15.2-13.1 9-.7 10.1 4.6 13.4 7.8z"})]}),l.jsxs("g",{fill:"#ffe400",transform:"translate(-194.7 8.3) scale(1.0673)",children:[l.jsx("rect",{height:"161.3",rx:"85.1",ry:"80.7",width:"170.2",x:"425.9",y:"104.5"}),l.jsx("path",{d:"M507 56.4c-.8 0-4.6 26.8-6 32.8-1.4 13.5 18 13 14.8-.5L507 56.3zm6.8 259.8c.7 0 6.5-26.5 8.4-32.4 2.3-13.3-17.1-14-15-.4l6.6 32.8zM378.2 184.6c0 .7 27.9 6.3 34.1 8.1 14 2.3 15-16 .6-14l-34.7 6zm271.7 3.2c0-.7-28.2-5.3-34.5-6.9-14.1-1.7-14.2 16.6 0 14.1l34.5-7.2zM406.8 99.6c-.5.5 17.9 21.3 21.6 26.4 9.6 10 22.3-4 9.6-10.8l-31.2-15.5zm211.1 171c.5-.5-19.7-19.7-23.9-24.4-10.5-9.2-21.8 5.7-8.6 11.5l32.5 13zm-169-200c-.6.3 8 26.1 9.4 32.2 4.8 12.7 22.2 4.4 13.2-6.5L449 70.6zM572 303c.7-.3-6-26.6-6.9-32.7-3.9-13-21.8-6-13.7 5.6l20.7 27zm30.3-214.4c-.6-.5-22.8 16.6-28.2 20-10.7 9 3.8 21.2 11.2 9.3l17-29.3zm-183 193.7c.5.5 24-15 29.6-18.1 11.3-8.2-2.2-21.4-10.5-10l-19 28.1zm-35-144.1c-.3.6 24 14.7 29.3 18.4 12.5 6.5 19.8-10.5 5.5-13.2l-34.8-5.2zM638 236.6c.3-.6-23-16.3-28-20.3-12-7.4-20.5 9.1-6.4 12.7l34.4 7.6zM557.4 63.7c-.7-.2-14.6 23.4-18.3 28.5a7.8 7.8 0 0 0 14 4.7l4.3-33.2zM463.5 308c.7.3 16.3-22.4 20.3-27.3 7.3-11.6-10.4-19-13.7-5.6l-6.6 32.9zM386 238.7c.3.6 28-6 34.5-7 13.6-3.8 6-20.6-6-12.8L386 238.7zM638.1 136c-.2-.6-28.3 4.1-34.8 4.7-14 2.9-7.5 20.2 5 13.2l29.8-17.9z"}),l.jsx("path",{d:"M534.6 58.1c-.7-.1-10.1 25.4-12.9 31-4.1 13 15 16.2 14.7 2.4L534.7 58zM486.1 314c.7.2 12-24.7 15.2-30.2 5-12.6-13.8-17-14.5-3.3L486 314zm-9.7-253.4c-.7.2 1.9 27.2 1.9 33.4 1.9 13.3 20.6 8.7 14.4-3.7l-16.3-29.7zm68 251.9c.7-.1 0-27.2.5-33.4-.9-13.5-20-10.1-14.6 2.7l14 30.7zM428.2 83c-.6.4 12.7 24.3 15.2 30 7.2 11.7 22.7.7 11.8-8.6l-27-21.4zM593 290.9c.6-.4-11-25.2-13-31-6.3-12.1-22.5-2.1-12.4 7.8l25.4 23.2zM393 116.6c-.4.6 21.1 18.4 25.6 23 11.1 8.4 21.4-7.2 7.8-12.1L393 116.6zm234.2 139.7c.4-.6-19.7-19.8-23.9-24.6-10.4-9.1-21.8 5.8-8.6 11.6l32.5 13zm-249.6-97.8c-.2.7 26.3 10.8 32.1 13.7 13.4 4.5 17.7-13.4 3.1-13.8l-35.2.1zM645 216.3c.3-.6-25.4-12.4-31-15.7-13-5.4-18.7 12.2-4.2 13.6l35.2 2.1zM376.7 210c.1.6 28.7.2 35.2.7 14.2-.7 10.8-18.8-2.8-13.9L376.7 210zm270.2-45c0-.7-28.6-2.2-35-3.1-14.3-.2-12.2 18.1 1.7 14l33.3-11zm-245.7 98.4c.4.6 26-11.6 32-13.9 12.4-6.5 1-21.4-8.9-11.3l-23.1 25.2zm222.3-152.3c-.4-.6-26.7 9.9-33 11.8-12.9 5.7-2.6 21.3 8 11.9l25-23.7zM442.8 298.8c.6.3 18.9-20.5 23.5-24.9 8.7-10.7-8-20-12.9-7l-10.6 31.9zM582.5 75c-.5-.4-20.3 19.1-25.2 23.2-9.4 10.1 6.6 20.5 12.4 7.9L582.4 75z"}),l.jsxs("g",{transform:"matrix(2.1824 0 0 2.0629 -405 -272.6)",children:[l.jsx("path",{d:"M360.1 247.9c.7 2.5.8 16.5 14.9 30 14 13.4 38 16.4 38 16.4s.1 1.9-1.6 2c-1.7.2-9.9-1.5-14-2.8-4-1.2-7.6-3.4-8-3.3-.5.2-1.3 1.6-2.5 1.4s-7-6.2-9.6-7.8a80.6 80.6 0 0 1-13.7-15.3c-2.8-4.5-3.5-7.5-4.4-7.5s-4.2 2.2-4.2 2.2-3-4.5-5.6-11.7c-2.7-7.2-2.4-11.4-1.8-11.7.7-.3.7 5.3 2.7 10.4 2 5.2 4.8 6.8 4.8 6.8s-1.8-2.7-3.2-9.4-2-13.2-1-15.2 1.9-2.6 2-2.5c.2.2-1.7 3.1-.4 10.8s4.8 14.2 5.6 13.9c.8-.3-.5-1.9-1-6.4s.5-7.3 1.6-7.7c.5-.4 1.3 5 1.4 7.4zm-9.8 12.8c-2.7-2.5-6.9-11.2-7.8-10.8-1 .5 6.8 13 7 14 .2 1.2 1.9 4.6.6 4.1s-10.6-10.3-9.5-8.4 8.1 10.5 7.7 11-5.8-4.8-6-4.1c-.1.6 5.3 5.8 5.2 6.4s-3.5-3.3-3.5-2.5 3.5 4.7 3.5 5.3-3-2.8-2-1c.9 2 3.5 3.7 3.4 4.3s-2.2-.8-2.2-.5c0 .3 3.9 1.7 4.8 2.8 1 1.1 7.4 8.5 12.2 12.2s18.6 10.2 19.6 10.2c.9 0 2.3-2 2-2.8-.3-.8-13.8-5.4-17.5-8.8-3.8-3.4-13-11.6-13.8-12-.7-.5-2.8-.3-2.8-.8s2.7.3 2.5 0c-.1-.3-3.7-1.9-3.6-2.2.2-.3 2.5.6 2.5.3s-4.2-2.6-4-3.1c.1-.5 3.1 1.4 3.1 1 0-.2-4-3-3.9-3.5.1-.5 3.1 2.2 3 1.6s-2.4-4-2.4-4.4c0-.5 3.6 3.4 4 2.6.2-.7-1.3-7.2-1.2-7.3s2.7 1.4 3.1.5c.5-1-1.8-2.3-4-4.1zm46.1 49.2c-1.9.3-2.8-.4-1.7-2 1.5 0 5.5-1.3 6.9-1.9s2.9-1.4 4.1-2.5c1.2-1.3 2 .7 1.3 1.8-.5.7-2.8 2-4.5 2.7-2.5.8-4.7 2-6.1 1.9zm12.5-5.1c-1.3-1.4-.2-2.4 1.7-3.5 2.8-1.5 2-3.6 5.6-5.3 1.6-1 24-10 31.3-14.8s27.8-20.3 33.3-31c5.4-10.6 2.8-11.4 3.6-11.8.7-.5 1.5 1.5 1.4 3.9-.2 2.3-2 9.3-1.4 10s8.2-5.5 11.4-13 5.6-15.3 7.1-15.3c1.6 0-2.6 12.8-5.3 17.8-2.6 5-5.7 7.5-5 8.6.8 1 8.6-5.5 11.3-10.3 2.6-4.9 5.1-9.2 5.6-8.3a34 34 0 0 1-6.7 16.1c-4.2 4.8-9.2 8.3-8.4 9 .7.8 6.4 1.6 12.3-2.4 6-4.1 6.6-10 7.3-9.7.8.3-.7 8.4-6.4 13.4s-13.2 5.5-13 6.6c.4 1 16.3-4.6 16-3.3-.3 1.2-20.6 9.2-20.8 10 0 .6 3.5.8 9-.5 5.4-1.2 10.6-5.5 11.3-4.5.2 1.4-3.9 4.8-10.1 6.4-6.3 1.6-9.4 3.7-9.6 4.2-.1.5 11.2-1.4 11.2-.8s-14.8 3.5-14.9 4.3c-.2.7 14-2.9 13.8-2-.4.7-19.3 6.3-19.1 6.6.1.4 15.8-3.4 15.5-2.8-.4.7-26.4 8-26.6 8.5-.2.4 23-5.2 22.8-4.7s-12 3.4-12 3.7c0 .3 9.5-1.5 9.3-1-.1.4-24 6.5-24.5 7.4-.5 1 12.4-2.5 12.2-.7s-27.7 11-27.8 9.3c-.2-1.7 16.7-6 16.6-6.5-.2-.5-9.7 1-9.9.1-.1-1 6.3-3 5.8-3.4-.5-.5-5.3 1.4-4.9.3.5-1.1 9.6-5.3 9.4-5.6-.1-.3-3.3 1-3 0 .4-1.1 19.7-6.7 19.4-7.4-.3-.6-8.9 1.4-9.7 1.6-.3-.6 12-5.2 11.8-6-.4-.7-6.6 2.7-7 1.8-.2-1 10.9-5.3 10.2-6s-5.7 1.8-6.4 1.1 10.5-8.4 8.8-8.6c-1.7-.1-3.8 2.4-4 .8.2-2 8.7-5.3 6.8-6.9-3-.9-13.1.7-17.3 3.2s-18.2 16.4-21.6 18.6c-3.4 2.1-15 7-17.2 8-3.4 1.2-4 3-7.5 4.8-6.3 1.7-6.2 3.6-9.2 4.7-1.1.3-12.4 5.7-12.5 5.3zm-15.8 7c-1.9 1-3.6 3.4-2.5 4.4.6 1.2 2.5-2.7 4-2.5l8 .4c4.3.3 6.4-.9 8.8-.7s7.7-1.3 10.2-1.3 3 .3 3.2-.8c.3-1-7.8-.3-11.4-.4-3.6-.2-8.1.7-10.8.7-2.5-.1-6.8-.9-9.5.2z"}),l.jsx("rect",{height:"3",rx:"1.7",ry:"1.5",width:"3.4",x:"401.7",y:"309.1"}),l.jsx("path",{d:"M445 307.7c1.7-.3 6.3 1.3 9.5 2 5.8 2.3 16.6 1.2 16.6 2.3s-.7 2.4-3.2 2.6-8.8-1-8.6-1 5 2.3 3.6 2.9-5.5-1.3-6.2-.8 3.8 1.4 3 1.7c-.6.3-3.7-.4-4.7-.3-1 .2.8 1.3-.4 1.7-1.2.5-3.2-.6-4-.3-.9.3 1.8 2 .6 2.2-1.2.2-4-.8-5.6-1-1.6 0 1.5 1.6.5 1.8-1 .1-3.8-1.3-4.5-1.3s0 2-1 2-2.2-1.7-2.8-1.7 0 2-1 2-1.4-2.1-2.2-2c-1 .2 0 2.7-1.4 2.5-1.3-.1-1.5-2.6-2.6-2.5-1 .2.2 2.5-.8 2.5s-1.2-2.3-2.2-2.5c-1-.1-.6 2.2-1.2 2.2s-1.2-2.2-1.6-2.2c-.3 0 0 2.2-1.2 2s-1.2-2.4-1.5-2.3c-.4.2-.4 1.8-1.2 1.8s-.9-1.6-1.2-1.4c-.4.1-1.6 2.1-2.4 1.8-.9-.3.2-1.9-.2-1.9s-1.4 1.1-2 1 0-1.4-.2-1.4-1.7.8-2.4.8-2.6 1-3.1.1c-.5-1 1.3-1 1.7-1.9.3-.9-1-3.6.4-4.5 1.3-1 5.6 1.3 12-.3 11.6-3.1 20.6-6.7 21.5-6.6z"})]})]})]})})}));exports.KZ=z;
package/icons/flags/LA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd"},React.createElement("path",{d:"M-40 0h720v480H-40z",fill:"#ce1126"}),React.createElement("path",{d:"M-40 119.3h720v241.4H-40z",fill:"#002868"}),React.createElement("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"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,a){var t=s.borderRadius,l=s.height,c=s.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:t,height:l,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",children:[i.jsx("path",{d:"M-40 0h720v480H-40z",fill:"#ce1126"}),i.jsx("path",{d:"M-40 119.3h720v241.4H-40z",fill:"#002868"}),i.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=s;
package/icons/flags/LB.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,a){var l=t.borderRadius,r=t.height,i=t.width,m=e.useId();return React.createElement(c.FlagIconBase,{ref:a,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(m,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(m,"-0)"),transform:"translate(80) scale(.9375)"},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M-128 384h768v128h-768zm0-384h768v128h-768z",fill:"red"}),React.createElement("path",{d:"M-128 128h768v256h-768z",fill:"#fff"})),React.createElement("path",{d:"M252.1 130c-7.8 15.5-13 15.5-26 26-5.2 5.1-13 7.7-2.6 13-10.5 5.1-15.7 7.7-20.9 18.1l2.6 2.6s10-4.8 10.4-2.6c1.8 2.1-13 10-14.9 11.3l-11 7c-13.1 10.3-21 7.7-28.7 23.3l26-2.6c5.2 18.2-13 20.8-26 28.6l-20.9 13c5.3 18.2 20.9 7.8 33.9 2.6l2.6 2.6v5.2l-26 13s-30.8 17.6-31.3 18.2c-.2 1 0 5.2 0 5.2 10.4 2.6 26 5.2 36.5 0 13-5.2 15.6-10.4 31.2-10.4a100.6 100.6 0 0 1-52 20.8v10.4c15.6 0 26 0 39-2.6l33.8-10.4c7.8 0 15.7 7.8 13 15.6-7.7 28.6-39 23.4-49.4 46.8L213 369c10.4-5.2 20.8-10.3 33.8-7.7 15.6 5.2 15.6 15.6 36.4 20.8l-5.2-13c5.2 2.6 10.4 2.6 15.7 5.2 13 5.2 15.6 10.4 31.2 7.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39 0-41.6l18.2 5.2c18.2 2.6 18.2-2.6 44.2 7.8 15.7 5.2 20.9 13 39 7.8-7.7-18.2-36.3-31.2-54.6-36.4 20.9-13 15.6 5.2 44.3-2.6v-5.2C369.3 278 361.4 265 332.8 265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3 1.4-3.3 4.3-4.5 8.3 5.4 33.3 4.8 34.8 4.7-.8-6.4-12.7-11.7-23-16.9 0 0-44.7-27.5-44.9-29.9.9-7 18.3 1.1 37 6.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z",fill:"#007900"}),React.createElement("path",{d:"M224 303c1.9-6.1 4.4-11.6-7.2-16.9-11.6-5.3 5.8 21.1 7.2 17zm13.7-12.3c-2.3.3-3.6 8.8 1.1 11.2 5.2.8 1-11.1-1.1-11.2zm13.5-1c-2.4.8-2.5 12.8 6 10.6 8.6-2.1 0-11.5-6-10.5zM267 259c1.8-3-.1-15-7.4-10-7.4 5.1 5 10.8 7.4 10zm-16-10c2.3-.9 2.5-8.3-4-6.3-6.3 1.9 2.3 7.8 4 6.3zm-14.4 2.9s-4.5-6.2-8-4.9c-4.3 4.2 8.3 5 8 4.9zM187 271.7c1.9.2 16-2.3 20.9-7.8 4.9-5.5-25.1 2.3-25.1 2.4 0 .1 2.8 4.9 4.2 5.4zm141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3 4.3 12.4 5.7 12.4 4.8zm-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2 5 10.7 9.8 13.7 6.3zm-32.1-5.3s2.5-8.2 8.6-6.6c7 5.3-8.3 6.9-8.6 6.6zm-6-6.2c-1-2.3-7.3-1-14.6 3.9-7.4 4.7 16.8 1.4 14.6-4zm18.7-22.1s6.5-3 8.5 0c2.7 4.3-8.6 0-8.5 0zm-5.5-2.9c-1.3-2.6-8.5-2.9-8.3 1-1.2 3 9.4 2.4 8.3-1zm-17.2 0c-.7-1.5-11 0-14 6.2 5 2.4 16.3-2.3 14-6.2zm-22 6.3s-13.4 8.3-14.3 14.3c.4 5.2 16.8-9.4 16.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7 6.7-5.6 7.2-5.3.5 1.7-5.1 6.3-7.2 5.3zm4.3 31.6c.3-2.5-16-2.3-9.9 5.2 5.2 6.3 11-4.1 9.9-5.2zm-15 10.7c-.8-1.6-2-6-4.2-6.4-1.9 0-11.7 2-12.5 3.6-.4 1.3 4.1 9.4 5.6 9.6 1.8.7 10.9-6 11.2-6.8zm88.4 55.2c.5-1.8 17.3-7.5 23-2 6.8 9.3-23.4 5-23 2zm46 10.9c3.7-6.2-11.3-13.6-17.6-6.5 2.2 8.5 14.6 11.6 17.6 6.5z",fill:"#fff",fillRule:"evenodd",stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"3.2"})))}));exports.LB=t;
1
+ "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=c.forwardRef((function(r,l){var i=r.borderRadius,t=r.height,a=r.width,d=c.useId();return s.jsxs(e.FlagIconBase,{ref:l,borderRadius:i,height:t,viewBox:"0 0 640 480",width:a,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(d,"-0"),children:s.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),transform:"translate(80) scale(.9375)",children:[s.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[s.jsx("path",{d:"M-128 384h768v128h-768zm0-384h768v128h-768z",fill:"red"}),s.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#fff"})]}),s.jsx("path",{d:"M252.1 130c-7.8 15.5-13 15.5-26 26-5.2 5.1-13 7.7-2.6 13-10.5 5.1-15.7 7.7-20.9 18.1l2.6 2.6s10-4.8 10.4-2.6c1.8 2.1-13 10-14.9 11.3l-11 7c-13.1 10.3-21 7.7-28.7 23.3l26-2.6c5.2 18.2-13 20.8-26 28.6l-20.9 13c5.3 18.2 20.9 7.8 33.9 2.6l2.6 2.6v5.2l-26 13s-30.8 17.6-31.3 18.2c-.2 1 0 5.2 0 5.2 10.4 2.6 26 5.2 36.5 0 13-5.2 15.6-10.4 31.2-10.4a100.6 100.6 0 0 1-52 20.8v10.4c15.6 0 26 0 39-2.6l33.8-10.4c7.8 0 15.7 7.8 13 15.6-7.7 28.6-39 23.4-49.4 46.8L213 369c10.4-5.2 20.8-10.3 33.8-7.7 15.6 5.2 15.6 15.6 36.4 20.8l-5.2-13c5.2 2.6 10.4 2.6 15.7 5.2 13 5.2 15.6 10.4 31.2 7.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39 0-41.6l18.2 5.2c18.2 2.6 18.2-2.6 44.2 7.8 15.7 5.2 20.9 13 39 7.8-7.7-18.2-36.3-31.2-54.6-36.4 20.9-13 15.6 5.2 44.3-2.6v-5.2C369.3 278 361.4 265 332.8 265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3 1.4-3.3 4.3-4.5 8.3 5.4 33.3 4.8 34.8 4.7-.8-6.4-12.7-11.7-23-16.9 0 0-44.7-27.5-44.9-29.9.9-7 18.3 1.1 37 6.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z",fill:"#007900"}),s.jsx("path",{d:"M224 303c1.9-6.1 4.4-11.6-7.2-16.9-11.6-5.3 5.8 21.1 7.2 17zm13.7-12.3c-2.3.3-3.6 8.8 1.1 11.2 5.2.8 1-11.1-1.1-11.2zm13.5-1c-2.4.8-2.5 12.8 6 10.6 8.6-2.1 0-11.5-6-10.5zM267 259c1.8-3-.1-15-7.4-10-7.4 5.1 5 10.8 7.4 10zm-16-10c2.3-.9 2.5-8.3-4-6.3-6.3 1.9 2.3 7.8 4 6.3zm-14.4 2.9s-4.5-6.2-8-4.9c-4.3 4.2 8.3 5 8 4.9zM187 271.7c1.9.2 16-2.3 20.9-7.8 4.9-5.5-25.1 2.3-25.1 2.4 0 .1 2.8 4.9 4.2 5.4zm141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3 4.3 12.4 5.7 12.4 4.8zm-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2 5 10.7 9.8 13.7 6.3zm-32.1-5.3s2.5-8.2 8.6-6.6c7 5.3-8.3 6.9-8.6 6.6zm-6-6.2c-1-2.3-7.3-1-14.6 3.9-7.4 4.7 16.8 1.4 14.6-4zm18.7-22.1s6.5-3 8.5 0c2.7 4.3-8.6 0-8.5 0zm-5.5-2.9c-1.3-2.6-8.5-2.9-8.3 1-1.2 3 9.4 2.4 8.3-1zm-17.2 0c-.7-1.5-11 0-14 6.2 5 2.4 16.3-2.3 14-6.2zm-22 6.3s-13.4 8.3-14.3 14.3c.4 5.2 16.8-9.4 16.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7 6.7-5.6 7.2-5.3.5 1.7-5.1 6.3-7.2 5.3zm4.3 31.6c.3-2.5-16-2.3-9.9 5.2 5.2 6.3 11-4.1 9.9-5.2zm-15 10.7c-.8-1.6-2-6-4.2-6.4-1.9 0-11.7 2-12.5 3.6-.4 1.3 4.1 9.4 5.6 9.6 1.8.7 10.9-6 11.2-6.8zm88.4 55.2c.5-1.8 17.3-7.5 23-2 6.8 9.3-23.4 5-23 2zm46 10.9c3.7-6.2-11.3-13.6-17.6-6.5 2.2 8.5 14.6 11.6 17.6 6.5z",fill:"#fff",fillRule:"evenodd",stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"3.2"})]})]})}));exports.LB=r;
package/icons/flags/LC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#65cfff"}),React.createElement("path",{d:"m318.9 42 162.7 395.3-322.6.9L318.9 42z",fill:"#fff"}),React.createElement("path",{d:"m319 96.5 140.8 340-279 .8L319 96.5z"}),React.createElement("path",{d:"m318.9 240.1 162.7 197.6-322.6.5 159.9-198.1z",fill:"#ffce00"})))}));exports.LC=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,f=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:f,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#65cfff"}),i.jsx("path",{d:"m318.9 42 162.7 395.3-322.6.9L318.9 42z",fill:"#fff"}),i.jsx("path",{d:"m319 96.5 140.8 340-279 .8L319 96.5z"}),i.jsx("path",{d:"m318.9 240.1 162.7 197.6-322.6.5 159.9-198.1z",fill:"#ffce00"})]})})}));exports.LC=s;
package/icons/flags/LI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,r=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M24 18.889a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.89v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.89v12Z",fill:"#CE1B26"}),React.createElement("path",{d:"M21.333 4.222H2.667A2.667 2.667 0 0 0 0 6.89v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#002B7F"}),React.createElement("path",{d:"M8.344 8.499c0-.496-.39-.89-.952-.89-.595 0-1.249.2-1.749.313h-.378c-.5-.112-1.154-.312-1.749-.312-.562 0-.952.393-.952.889 0 .593.219 1.03.484 1.545h4.811c.266-.515.485-.952.485-1.545Z",fill:"#B28914"}),React.createElement("path",{d:"m5.217 7.828-.015.218c-.417-.063-1.009-.296-1.56-.296-.51 0-.905.204-.905.718 0 .506.214.967.5 1.435l-.297.14c-.265-.514-.483-.952-.483-1.544 0-.496.389-.983 1.06-.983.594 0 1.201.2 1.7.312Zm.474 0 .016.218c.417-.063 1.008-.296 1.56-.296.51 0 .905.204.905.718 0 .506-.215.967-.5 1.435l.297.14c.264-.514.483-.952.483-1.544 0-.496-.39-.983-1.06-.983-.595 0-1.201.2-1.7.312Zm-.237-2.255-.175.328.175.327.175-.327-.175-.328Zm0 .828-.175.327.175.328.175-.328-.175-.327Zm-.623-.087.276.175.274-.175-.274-.175-.276.175Zm.696 0 .275.175.276-.175-.276-.175-.275.175Z",fill:"#FFD83D"}),React.createElement("path",{d:"M5.454 6.186a.132.132 0 1 1 0 .264.133.133 0 1 1 0-.264Zm0 .624a.355.355 0 1 1 0 .71.355.355 0 0 1 0-.71Zm0 2.212c-.439 0-.76.208-.78.734-.107-.19-.56-.782-.984-.703-.25.047-.473.396-.435.796-.209-.599-.819-.697-1.264-.343.395.325.571 1.284.904 1.7h5.12c.332-.416.509-1.375.904-1.7-.445-.354-1.055-.256-1.263.343.037-.4-.186-.75-.438-.796-.423-.08-.875.514-.983.703-.02-.527-.342-.734-.781-.734Z",fill:"#FFD83D"}),React.createElement("path",{d:"M7.812 11.057c-.394-.109-1.3-.164-2.358-.164-.705 0-1.343.024-1.807.073a3.638 3.638 0 0 0-.551.091c-.13.04-.213.075-.22.15.007.074.089.116.218.166.394.14 1.3.257 2.36.257.705 0 1.344-.052 1.807-.128.232-.038.42-.082.552-.13.13-.048.211-.09.217-.165-.005-.076-.089-.112-.218-.15Z",fill:"#000"}),React.createElement("path",{d:"M5.143 7.811s.39.056.621 0c0 0 .09.798.168 1.094 0 0-.275-.078-.468-.078s-.489.078-.489.078.056-.36.098-.599.07-.495.07-.495Zm-2.935 1.09c-.126-.536-.132-1.083.545-1.55.676-.465 1.805-.072 2.117.005.312.078.319.418-.064.323-.383-.095-1.455-.394-1.973.068-.517.462-.417.803-.338 1.076.23.787-.189.496-.287.078Zm6.493.03c.126-.535.132-1.083-.545-1.549-.677-.466-1.805-.072-2.117.006-.312.078-.319.418.064.322.382-.095 1.455-.394 1.972.068.518.462.414.802.338 1.076-.174.63.189.496.288.078Z",fill:"#FFD83D"}))}));exports.LI=a;
1
+ "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(e,i){var c=e.borderRadius,s=e.height,l=e.width;return r.jsxs(a.FlagIconBase,{ref:i,borderRadius:c,height:s,viewBox:"0 0 24 25",width:l,children:[r.jsx("path",{d:"M24 18.889a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.89v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.89v12Z",fill:"#CE1B26"}),r.jsx("path",{d:"M21.333 4.222H2.667A2.667 2.667 0 0 0 0 6.89v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#002B7F"}),r.jsx("path",{d:"M8.344 8.499c0-.496-.39-.89-.952-.89-.595 0-1.249.2-1.749.313h-.378c-.5-.112-1.154-.312-1.749-.312-.562 0-.952.393-.952.889 0 .593.219 1.03.484 1.545h4.811c.266-.515.485-.952.485-1.545Z",fill:"#B28914"}),r.jsx("path",{d:"m5.217 7.828-.015.218c-.417-.063-1.009-.296-1.56-.296-.51 0-.905.204-.905.718 0 .506.214.967.5 1.435l-.297.14c-.265-.514-.483-.952-.483-1.544 0-.496.389-.983 1.06-.983.594 0 1.201.2 1.7.312Zm.474 0 .016.218c.417-.063 1.008-.296 1.56-.296.51 0 .905.204.905.718 0 .506-.215.967-.5 1.435l.297.14c.264-.514.483-.952.483-1.544 0-.496-.39-.983-1.06-.983-.595 0-1.201.2-1.7.312Zm-.237-2.255-.175.328.175.327.175-.327-.175-.328Zm0 .828-.175.327.175.328.175-.328-.175-.327Zm-.623-.087.276.175.274-.175-.274-.175-.276.175Zm.696 0 .275.175.276-.175-.276-.175-.275.175Z",fill:"#FFD83D"}),r.jsx("path",{d:"M5.454 6.186a.132.132 0 1 1 0 .264.133.133 0 1 1 0-.264Zm0 .624a.355.355 0 1 1 0 .71.355.355 0 0 1 0-.71Zm0 2.212c-.439 0-.76.208-.78.734-.107-.19-.56-.782-.984-.703-.25.047-.473.396-.435.796-.209-.599-.819-.697-1.264-.343.395.325.571 1.284.904 1.7h5.12c.332-.416.509-1.375.904-1.7-.445-.354-1.055-.256-1.263.343.037-.4-.186-.75-.438-.796-.423-.08-.875.514-.983.703-.02-.527-.342-.734-.781-.734Z",fill:"#FFD83D"}),r.jsx("path",{d:"M7.812 11.057c-.394-.109-1.3-.164-2.358-.164-.705 0-1.343.024-1.807.073a3.638 3.638 0 0 0-.551.091c-.13.04-.213.075-.22.15.007.074.089.116.218.166.394.14 1.3.257 2.36.257.705 0 1.344-.052 1.807-.128.232-.038.42-.082.552-.13.13-.048.211-.09.217-.165-.005-.076-.089-.112-.218-.15Z",fill:"#000"}),r.jsx("path",{d:"M5.143 7.811s.39.056.621 0c0 0 .09.798.168 1.094 0 0-.275-.078-.468-.078s-.489.078-.489.078.056-.36.098-.599.07-.495.07-.495Zm-2.935 1.09c-.126-.536-.132-1.083.545-1.55.676-.465 1.805-.072 2.117.005.312.078.319.418-.064.323-.383-.095-1.455-.394-1.973.068-.517.462-.417.803-.338 1.076.23.787-.189.496-.287.078Zm6.493.03c.126-.535.132-1.083-.545-1.549-.677-.466-1.805-.072-2.117.006-.312.078-.319.418.064.322.382-.095 1.455-.394 1.972.068.518.462.414.802.338 1.076-.174.63.189.496.288.078Z",fill:"#FFD83D"})]})}));exports.LI=i;
package/icons/flags/LK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=c.forwardRef((function(c,s){var t=c.borderRadius,a=c.height,r=c.width;return React.createElement(e.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M24 18.889a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.89v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.89v12Z",fill:"#FFB700"}),React.createElement("path",{d:"M21.333 4.889H6.667v16h14.666c1.103 0 2-.897 2-2v-12c0-1.103-.897-2-2-2Z",fill:"#8D2129"}),React.createElement("path",{d:"M2.667 4.889c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h.666v-16h-.666Z",fill:"#005641"}),React.createElement("path",{d:"M3.333 4.889H6v16H3.333v-16Z",fill:"#FF5B00"}),React.createElement("path",{d:"M8.8 7.597s-.045-.64-.024-1.175c.014-.354-.185-.783-.56-.721-.375.062-.792-.014-.792-.014s.083.243 0 .472c-.083.23-.083.708.48.77.562.064.791.355.895.668Zm12.455 0s.045-.64.024-1.175c-.014-.354.184-.783.56-.721.375.062.792-.014.792-.014s-.084.243 0 .472c.083.23.083.708-.48.77-.562.064-.792.355-.896.668ZM8.8 18.181s-.044.64-.023 1.175c.014.355-.185.784-.56.721-.375-.063-.792.014-.792.014s.083-.243 0-.473c-.083-.229-.083-.708.48-.77.562-.063.791-.355.895-.667Zm12.456 0s.045.64.024 1.175c-.014.355.184.784.56.721.374-.063.792.014.792.014s-.084-.243 0-.473c.083-.229.083-.708-.48-.77-.562-.063-.792-.355-.896-.667Zm-8.984-8.375s.396-.021.792-.126c.396-.104.27-.478.27-.478s.354-.188.563 0c.208.187.459.166.333-.084.375-.187.542.23.542.23s.187-.118.229-.278c.333-.035.396.298.604.256.208-.042.354-.259.354-.259s.041.593-.313.739c.292.374.208 1.104.208 1.292l-.208-.126s.126.584.188.667c.062.083-.208 0-.208 0s.146.396.25.459c.104.062 2.062-.126 2.625-.126.563 0 1.333-.083 1.333-.583 0-.5-.646-.459-1.374-.354-.73.104-1.208.083-1.5-.104-.292-.187-.625-.236-.598.236-.444-.208-.125-.653-.125-.653s-.507-.555-.184-1.111c.323-.555 1.573-.723 2.448-.236s1.222.889 1.583.959c-.014-.264.431-.458.486.028.056.486-.556.388-.819.236-.263-.153-.736-.612-.736-.612s-.014.278.167.459c-.5-.055-.611-.43-.611-.43s-.029.401-.487.415c.334-.388.222-.708-.236-.874.264.402.014.75-.374.805.264-.375.042-.805-.444-.889.069.306-.167.389-.167.389s-.11-.278-.333-.125c-.223.152-.279.486.012.694.181-.361.542-.333.667-.18-.375.041-.36.389-.222.569.139-.236.278-.305.417-.055.138.25.555.236 1.305.125.75-.11 1.44-.03 1.555.639.098.569-.472.847-.472.847s.736.555.264 1.764-.277 1.708-.097 1.833c.18.126.459.139.083.472-.375.334-.278.57-.125.764.153.194.111.389-.333.139-.195.195-.389.139-.5-.028-.112.153-.32.195-.459.028-.139.111-.32.111-.222-.125.097-.237.57-.334.708-.375.139-.041.125-.292.083-.57-.042-.277-.278-.569-.778-.833-.222.167-.194.361-.111.459.083.098.347.125.361.208.014.083-.138.264-.305.39-.167.125-.139.347-.083.458.055.111.124.385-.056.512-.181.127-.361-.165-.361-.165s-.112.348-.43.014c-.181.223-.361.14-.445.014-.18.181-.458.167-.319-.083.14-.25.305-.25.5-.264.195-.013.458-.055.43-.444-.027-.39-.103-.785-.374-1.028-.417-.375-.347-.82-.347-.82s-.695-.069-1.236.307c-.542.375-.959.374-.959.374s-.306.334-.333.542c-.028.208.097.278.264.333.166.055.292.041.041.264-.25.223-.459.208-.459.208s-.012.235.015.374-.056.38-.195.405c-.138.025-.347-.155-.347-.155s-.264.278-.472-.014c-.236.222-.445.14-.528 0-.139.222-.361.125-.222-.125.14-.251.333-.279.667-.264.333.014.61-.25.486-.598a9.158 9.158 0 0 1-.236-.819s-.264-.028-.653-.25c-.486.583-.653.375-.792.264-.14-.111-.472-.417-.472-.417s-.18-.014-.153.153c-.194-.014-.125-.32-.125-.472 0-.153-.055-.333-.167-.333-.111 0-.278.028-.278.028s0 .054.167.11.153.168-.014.181c-.167.013-.278.055-.153.153.126.098.139.152.042.25-.098.097-.084.36.083.458.111-.264.32-.11.278.07-.041.18-.347.152-.347.152l.208.236-.318.07s-.016.194-.14.236c-.125.041-.153-.292-.153-.292l-.292-.014.195-.236s-.278-.098-.292-.264c-.014-.167.208-.084.25 0 .222-.098.152-.32.069-.403-.083-.083-.028-.153.055-.25.084-.097.07-.153-.055-.125-.125.027-.333-.223-.125-.223.208 0 .25-.014.222-.167-.25-.027-.098-.222-.098-.222s-.194-.139-.055-.236c-.125-.11-.153-.292-.014-.319-.083-.07.028-.195.028-.195s-.4-.068-.4-.373.347-.25.347-.25-.042-.972.055-2.333c.097-1.362.667-1.834 1.014-1.972-.361.764-.32 2.055-.32 2.847 0 .792-.013 1.417-.013 1.417s.388.027.36.291c-.028.264-.208.32-.208.32l.903.902s-.041-.926.264-1.296.777-.717.917-.829c.139-.111-.086-.406-.194-.083-.158-.02-.292-.278-.292-.278s.014.097-.084.167c-.097.069-.069-.236-.125-.208-.056.028-.208.111-.403.166.014-.111.098-.25.098-.25s-.25.028-.473.056c0-.195.125-.514.236-.542-.278-.138-.208-.402-.083-.361.124.041.708.389 1.361.43-.208-.235-.375-.54-.375-.54l-.069.235-.25-.236-.028.236s-.611-.444-.722-.805c-.11-.36.014-.626.222-.597.403.054.27.43.27.43Z",fill:"#FFB700"}))}));exports.LK=s;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=s.forwardRef((function(s,r){var i=s.borderRadius,a=s.height,l=s.width;return e.jsxs(c.FlagIconBase,{ref:r,borderRadius:i,height:a,viewBox:"0 0 24 25",width:l,children:[e.jsx("path",{d:"M24 18.889a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.89v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.89v12Z",fill:"#FFB700"}),e.jsx("path",{d:"M21.333 4.889H6.667v16h14.666c1.103 0 2-.897 2-2v-12c0-1.103-.897-2-2-2Z",fill:"#8D2129"}),e.jsx("path",{d:"M2.667 4.889c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h.666v-16h-.666Z",fill:"#005641"}),e.jsx("path",{d:"M3.333 4.889H6v16H3.333v-16Z",fill:"#FF5B00"}),e.jsx("path",{d:"M8.8 7.597s-.045-.64-.024-1.175c.014-.354-.185-.783-.56-.721-.375.062-.792-.014-.792-.014s.083.243 0 .472c-.083.23-.083.708.48.77.562.064.791.355.895.668Zm12.455 0s.045-.64.024-1.175c-.014-.354.184-.783.56-.721.375.062.792-.014.792-.014s-.084.243 0 .472c.083.23.083.708-.48.77-.562.064-.792.355-.896.668ZM8.8 18.181s-.044.64-.023 1.175c.014.355-.185.784-.56.721-.375-.063-.792.014-.792.014s.083-.243 0-.473c-.083-.229-.083-.708.48-.77.562-.063.791-.355.895-.667Zm12.456 0s.045.64.024 1.175c-.014.355.184.784.56.721.374-.063.792.014.792.014s-.084-.243 0-.473c.083-.229.083-.708-.48-.77-.562-.063-.792-.355-.896-.667Zm-8.984-8.375s.396-.021.792-.126c.396-.104.27-.478.27-.478s.354-.188.563 0c.208.187.459.166.333-.084.375-.187.542.23.542.23s.187-.118.229-.278c.333-.035.396.298.604.256.208-.042.354-.259.354-.259s.041.593-.313.739c.292.374.208 1.104.208 1.292l-.208-.126s.126.584.188.667c.062.083-.208 0-.208 0s.146.396.25.459c.104.062 2.062-.126 2.625-.126.563 0 1.333-.083 1.333-.583 0-.5-.646-.459-1.374-.354-.73.104-1.208.083-1.5-.104-.292-.187-.625-.236-.598.236-.444-.208-.125-.653-.125-.653s-.507-.555-.184-1.111c.323-.555 1.573-.723 2.448-.236s1.222.889 1.583.959c-.014-.264.431-.458.486.028.056.486-.556.388-.819.236-.263-.153-.736-.612-.736-.612s-.014.278.167.459c-.5-.055-.611-.43-.611-.43s-.029.401-.487.415c.334-.388.222-.708-.236-.874.264.402.014.75-.374.805.264-.375.042-.805-.444-.889.069.306-.167.389-.167.389s-.11-.278-.333-.125c-.223.152-.279.486.012.694.181-.361.542-.333.667-.18-.375.041-.36.389-.222.569.139-.236.278-.305.417-.055.138.25.555.236 1.305.125.75-.11 1.44-.03 1.555.639.098.569-.472.847-.472.847s.736.555.264 1.764-.277 1.708-.097 1.833c.18.126.459.139.083.472-.375.334-.278.57-.125.764.153.194.111.389-.333.139-.195.195-.389.139-.5-.028-.112.153-.32.195-.459.028-.139.111-.32.111-.222-.125.097-.237.57-.334.708-.375.139-.041.125-.292.083-.57-.042-.277-.278-.569-.778-.833-.222.167-.194.361-.111.459.083.098.347.125.361.208.014.083-.138.264-.305.39-.167.125-.139.347-.083.458.055.111.124.385-.056.512-.181.127-.361-.165-.361-.165s-.112.348-.43.014c-.181.223-.361.14-.445.014-.18.181-.458.167-.319-.083.14-.25.305-.25.5-.264.195-.013.458-.055.43-.444-.027-.39-.103-.785-.374-1.028-.417-.375-.347-.82-.347-.82s-.695-.069-1.236.307c-.542.375-.959.374-.959.374s-.306.334-.333.542c-.028.208.097.278.264.333.166.055.292.041.041.264-.25.223-.459.208-.459.208s-.012.235.015.374-.056.38-.195.405c-.138.025-.347-.155-.347-.155s-.264.278-.472-.014c-.236.222-.445.14-.528 0-.139.222-.361.125-.222-.125.14-.251.333-.279.667-.264.333.014.61-.25.486-.598a9.158 9.158 0 0 1-.236-.819s-.264-.028-.653-.25c-.486.583-.653.375-.792.264-.14-.111-.472-.417-.472-.417s-.18-.014-.153.153c-.194-.014-.125-.32-.125-.472 0-.153-.055-.333-.167-.333-.111 0-.278.028-.278.028s0 .054.167.11.153.168-.014.181c-.167.013-.278.055-.153.153.126.098.139.152.042.25-.098.097-.084.36.083.458.111-.264.32-.11.278.07-.041.18-.347.152-.347.152l.208.236-.318.07s-.016.194-.14.236c-.125.041-.153-.292-.153-.292l-.292-.014.195-.236s-.278-.098-.292-.264c-.014-.167.208-.084.25 0 .222-.098.152-.32.069-.403-.083-.083-.028-.153.055-.25.084-.097.07-.153-.055-.125-.125.027-.333-.223-.125-.223.208 0 .25-.014.222-.167-.25-.027-.098-.222-.098-.222s-.194-.139-.055-.236c-.125-.11-.153-.292-.014-.319-.083-.07.028-.195.028-.195s-.4-.068-.4-.373.347-.25.347-.25-.042-.972.055-2.333c.097-1.362.667-1.834 1.014-1.972-.361.764-.32 2.055-.32 2.847 0 .792-.013 1.417-.013 1.417s.388.027.36.291c-.028.264-.208.32-.208.32l.903.902s-.041-.926.264-1.296.777-.717.917-.829c.139-.111-.086-.406-.194-.083-.158-.02-.292-.278-.292-.278s.014.097-.084.167c-.097.069-.069-.236-.125-.208-.056.028-.208.111-.403.166.014-.111.098-.25.098-.25s-.25.028-.473.056c0-.195.125-.514.236-.542-.278-.138-.208-.402-.083-.361.124.041.708.389 1.361.43-.208-.235-.375-.54-.375-.54l-.069.235-.25-.236-.028.236s-.611-.444-.722-.805c-.11-.36.014-.626.222-.597.403.054.27.43.27.43Z",fill:"#FFB700"})]})}));exports.LK=r;
package/icons/flags/LR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,h=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h767.9v512H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h232.7v232.8H0z",fill:"#006"}),React.createElement("path",{d:"M0 464.9h767.9V512H0z",fill:"#c00"}),React.createElement("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"}),React.createElement("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=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=e.forwardRef((function(h,l){var s=h.borderRadius,a=h.height,t=h.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:a,viewBox:"0 0 640 480",width:t,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h767.9v512H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h232.7v232.8H0z",fill:"#006"}),i.jsx("path",{d:"M0 464.9h767.9V512H0z",fill:"#c00"}),i.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"}),i.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/LS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 336h640v144H0z",fill:"#009543"}),React.createElement("path",{d:"M0 0h640v144H0z",fill:"#00209f"}),React.createElement("path",{d:"M319.6 153c-2.7 0-5.4 3-5.4 3l.3 32.4-10.3 10.7h8.3v18.5l-49 66-7.2-2.6-12.7 27s31.3 19.6 76.7 19c49.8-.5 76.9-19.9 76.9-19.9l-13-26.6-6.5 2.8-49.6-65.6v-19.1h8.2L325.1 188v-32.2s-2.7-3-5.5-2.9z",stroke:"#000",strokeWidth:"1.6"}),React.createElement("path",{d:"M336.7 230.4h-33.9s-12.2-25.9-10.3-44c2-18.4 12.6-27.1 26.6-27.3 16.6-.1 25.2 8.1 27.8 26.6 2.6 18.3-10.2 44.7-10.2 44.7z",fill:"none",stroke:"#000",strokeWidth:"8"}),React.createElement("path",{d:"M260.5 292.1c-.6.7-4.7 8.9-4.7 8.9l7-1.5-2.3-7.4zm4 10.5-7.4 2.4 8.9 3.5-1.5-5.9zm3.3-10.3 3.7 10.9 9-2.6-2.3-5.2-10.4-3.1zm5.8 14.8 1.2 4.4 12 3-4.8-10.2-8.4 2.8zm13.2-9.3 4.3 10.2 9-3.5-3-4.5-10.3-2.2zm6 13.9 1.4 3.8 14 2-5.9-9.2-9.6 3.4zm13.4-11 5.2 9.1 13-4.8-1.4-3.5-16.8-.7zm7.6 12.4 2.7 4.8 16.2-.5-6-9-13 4.7zm17.1-12 4.4 7.6 10.4-5-2.8-4-12 1.4zm17 5.8-10.3 5.1 2.7 4.5 13.8-2.2-6.2-7.4zm3.3-8 5.3 6.7 8.7-6.9-3-3-11 3.2zm15.9 3.5-8.3 6.3 2.2 3.9 11.4-3-5.3-7.2zm11.4-13 2 2.9-5.7 8.5-5.9-7.6 9.6-3.8zm3.9 7.3 3.5 7-7 2.4-.6-3.3 4-6z",fill:"#fff"}))}));exports.LS=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var i=e.borderRadius,h=e.height,a=e.width;return s.jsxs(r.FlagIconBase,{ref:t,borderRadius:i,height:h,viewBox:"0 0 640 480",width:a,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M0 336h640v144H0z",fill:"#009543"}),s.jsx("path",{d:"M0 0h640v144H0z",fill:"#00209f"}),s.jsx("path",{d:"M319.6 153c-2.7 0-5.4 3-5.4 3l.3 32.4-10.3 10.7h8.3v18.5l-49 66-7.2-2.6-12.7 27s31.3 19.6 76.7 19c49.8-.5 76.9-19.9 76.9-19.9l-13-26.6-6.5 2.8-49.6-65.6v-19.1h8.2L325.1 188v-32.2s-2.7-3-5.5-2.9z",stroke:"#000",strokeWidth:"1.6"}),s.jsx("path",{d:"M336.7 230.4h-33.9s-12.2-25.9-10.3-44c2-18.4 12.6-27.1 26.6-27.3 16.6-.1 25.2 8.1 27.8 26.6 2.6 18.3-10.2 44.7-10.2 44.7z",fill:"none",stroke:"#000",strokeWidth:"8"}),s.jsx("path",{d:"M260.5 292.1c-.6.7-4.7 8.9-4.7 8.9l7-1.5-2.3-7.4zm4 10.5-7.4 2.4 8.9 3.5-1.5-5.9zm3.3-10.3 3.7 10.9 9-2.6-2.3-5.2-10.4-3.1zm5.8 14.8 1.2 4.4 12 3-4.8-10.2-8.4 2.8zm13.2-9.3 4.3 10.2 9-3.5-3-4.5-10.3-2.2zm6 13.9 1.4 3.8 14 2-5.9-9.2-9.6 3.4zm13.4-11 5.2 9.1 13-4.8-1.4-3.5-16.8-.7zm7.6 12.4 2.7 4.8 16.2-.5-6-9-13 4.7zm17.1-12 4.4 7.6 10.4-5-2.8-4-12 1.4zm17 5.8-10.3 5.1 2.7 4.5 13.8-2.2-6.2-7.4zm3.3-8 5.3 6.7 8.7-6.9-3-3-11 3.2zm15.9 3.5-8.3 6.3 2.2 3.9 11.4-3-5.3-7.2zm11.4-13 2 2.9-5.7 8.5-5.9-7.6 9.6-3.8zm3.9 7.3 3.5 7-7 2.4-.6-3.3 4-6z",fill:"#fff"})]})}));exports.LS=t;
package/icons/flags/LT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:c,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.64143 .96773)"},React.createElement("rect",{fill:"#006a44",height:"708.7",rx:"0",ry:"0",transform:"scale(.93865 .69686)",width:"1063"}),React.createElement("rect",{fill:"#c1272d",height:"236.2",rx:"0",ry:"0",transform:"scale(.93865 .69686)",width:"1063",y:"475.6"}),React.createElement("path",{d:"M0 0h997.8v164.6H0z",fill:"#fdb913"})))}));exports.LT=r;
1
+ "use strict";var r=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(r,t){var s=r.borderRadius,a=r.height,l=r.width;return i.jsx(e.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:l,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.64143 .96773)",children:[i.jsx("rect",{fill:"#006a44",height:"708.7",rx:"0",ry:"0",transform:"scale(.93865 .69686)",width:"1063"}),i.jsx("rect",{fill:"#c1272d",height:"236.2",rx:"0",ry:"0",transform:"scale(.93865 .69686)",width:"1063",y:"475.6"}),i.jsx("path",{d:"M0 0h997.8v164.6H0z",fill:"#fdb913"})]})})}));exports.LT=t;
package/icons/flags/LU.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 240h640v240H0z",fill:"#00a1de"}),React.createElement("path",{d:"M0 0h640v240H0z",fill:"#ed2939"}),React.createElement("path",{d:"M0 160h640v160H0z",fill:"#fff"}))}));exports.LU=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var s=e.borderRadius,t=e.height,d=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[i.jsx("path",{d:"M0 240h640v240H0z",fill:"#00a1de"}),i.jsx("path",{d:"M0 0h640v240H0z",fill:"#ed2939"}),i.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"})]})}));exports.LU=a;