@zonos/amino 5.5.31 → 5.5.33

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 (767) 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.emitDeclarationOnly.tsbuildinfo +1 -1
  761. package/tsconfig.tsbuildinfo +1 -1
  762. package/utils/getProductDetails.js +1 -1
  763. package/utils/hooks/useNotify.js +1 -1
  764. package/utils/unitedStates.js +1 -1
  765. package/CountryMultiSelectExpandedOption-e473f7c0.js +0 -1
  766. package/DateControlsWrapper-4385a75c.js +0 -1
  767. package/_rollupPluginBabelHelpers-77a6284f.js +0 -1
package/icons/flags/CL.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,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,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",transform:"scale(.9375)"},React.createElement("path",{d:"M256 0h512v256H256z",fill:"#fff"}),React.createElement("path",{d:"M0 0h256v256H0z",fill:"#0039a6"}),React.createElement("path",{d:"M167.8 191.7 128.2 162l-39.5 30 14.7-48.8L64 113.1l48.7-.5L127.8 64l15.5 48.5 48.7.1-39.2 30.4 15 48.7z",fill:"#fff"}),React.createElement("path",{d:"M0 256h768v256H0z",fill:"#d52b1e"})))}));exports.CL=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 l=e.forwardRef((function(l,s){var a=l.borderRadius,t=l.height,d=l.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:t,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",transform:"scale(.9375)",children:[i.jsx("path",{d:"M256 0h512v256H256z",fill:"#fff"}),i.jsx("path",{d:"M0 0h256v256H0z",fill:"#0039a6"}),i.jsx("path",{d:"M167.8 191.7 128.2 162l-39.5 30 14.7-48.8L64 113.1l48.7-.5L127.8 64l15.5 48.5 48.7.1-39.2 30.4 15 48.7z",fill:"#fff"}),i.jsx("path",{d:"M0 256h768v256H0z",fill:"#d52b1e"})]})]})}));exports.CL=l;
package/icons/flags/CM.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,l=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 24 25",width:i},React.createElement("path",{d:"M8 4.111v17.333h8V4.111H8Zm5.255 10.393L12 13.594l-1.255.91.48-1.474-1.255-.912h1.55l.48-1.475.48 1.475h1.55l-1.255.911.48 1.475Z",fill:"#CC212D"}),React.createElement("path",{d:"M2.667 4.111A2.667 2.667 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666H8V4.111H2.667Z",fill:"#288541"}),React.createElement("path",{d:"M21.333 4.111H16v17.333h5.333A2.667 2.667 0 0 0 24 18.778v-12a2.667 2.667 0 0 0-2.667-2.667Zm-8.854 8.007L12 10.643l-.48 1.475H9.97l1.255.912-.48 1.474 1.255-.91 1.255.91-.48-1.474 1.255-.912h-1.55Z",fill:"#FEE833"}))}));exports.CM=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 s=e.borderRadius,t=e.height,l=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 24 25",width:l,children:[i.jsx("path",{d:"M8 4.111v17.333h8V4.111H8Zm5.255 10.393L12 13.594l-1.255.91.48-1.474-1.255-.912h1.55l.48-1.475.48 1.475h1.55l-1.255.911.48 1.475Z",fill:"#CC212D"}),i.jsx("path",{d:"M2.667 4.111A2.667 2.667 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666H8V4.111H2.667Z",fill:"#288541"}),i.jsx("path",{d:"M21.333 4.111H16v17.333h5.333A2.667 2.667 0 0 0 24 18.778v-12a2.667 2.667 0 0 0-2.667-2.667Zm-8.854 8.007L12 10.643l-.48 1.475H9.97l1.255.912-.48 1.474 1.255-.91 1.255.91-.48-1.474 1.255-.912h-1.55Z",fill:"#FEE833"})]})}));exports.CM=a;
package/icons/flags/CN.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(r,a){var c=r.borderRadius,i=r.height,n=r.width,h=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:i,viewBox:"0 0 640 480",width:n},React.createElement("defs",null,React.createElement("path",{d:"M-.6.8 0-1 .6.8-1-.3h2z",fill:"#ffde00",id:"".concat(h,"-0")})),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#de2910"}),React.createElement("use",{height:"20",transform:"matrix(71.9991 0 0 72 120 120)",width:"30",xlinkHref:"#".concat(h,"-0")}),React.createElement("use",{height:"20",transform:"matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)",width:"30",xlinkHref:"#".concat(h,"-0")}),React.createElement("use",{height:"20",transform:"matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)",width:"30",xlinkHref:"#".concat(h,"-0")}),React.createElement("use",{height:"20",transform:"matrix(6.5991 -23.0749 23.0746 6.59919 288 168)",width:"30",xlinkHref:"#".concat(h,"-0")}),React.createElement("use",{height:"20",transform:"matrix(14.9991 -18.73557 18.73533 14.99929 240 216)",width:"30",xlinkHref:"#".concat(h,"-0")}))}));exports.CN=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(i,s){var a=i.borderRadius,h=i.height,n=i.width,c=e.useId();return t.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:n,children:[t.jsx("defs",{children:t.jsx("path",{d:"M-.6.8 0-1 .6.8-1-.3h2z",fill:"#ffde00",id:"".concat(c,"-0")})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#de2910"}),t.jsx("use",{height:"20",transform:"matrix(71.9991 0 0 72 120 120)",width:"30",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"20",transform:"matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)",width:"30",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"20",transform:"matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)",width:"30",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"20",transform:"matrix(6.5991 -23.0749 23.0746 6.59919 288 168)",width:"30",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"20",transform:"matrix(14.9991 -18.73557 18.73533 14.99929 240 216)",width:"30",xlinkHref:"#".concat(c,"-0")})]})}));exports.CN=i;
package/icons/flags/CO.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,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ffe800"}),React.createElement("path",{d:"M0 240h640v240H0z",fill:"#00148e"}),React.createElement("path",{d:"M0 360h640v120H0z",fill:"#da0010"})))}));exports.CO=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:"#ffe800"}),i.jsx("path",{d:"M0 240h640v240H0z",fill:"#00148e"}),i.jsx("path",{d:"M0 360h640v120H0z",fill:"#da0010"})]})})}));exports.CO=t;
package/icons/flags/CR.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,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#0000b4"}),React.createElement("path",{d:"M0 75.4h640v322.3H0z",fill:"#fff"}),React.createElement("path",{d:"M0 157.7h640v157.7H0z",fill:"#d90000"})))}));exports.CR=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:"#0000b4"}),i.jsx("path",{d:"M0 75.4h640v322.3H0z",fill:"#fff"}),i.jsx("path",{d:"M0 157.7h640v157.7H0z",fill:"#d90000"})]})})}));exports.CR=t;
package/icons/flags/CU.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-32 0h682.7v512H-32z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(30) scale(.94)"},React.createElement("path",{d:"M-32 0h768v512H-32z",fill:"#0050f0"}),React.createElement("path",{d:"M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z",fill:"#fff"}),React.createElement("path",{d:"m-32 0 440.7 255.7L-32 511V0z",fill:"#ed0000"}),React.createElement("path",{d:"M161.8 325.5 114.3 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})))}));exports.CU=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 l=s.borderRadius,t=s.height,d=s.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M-32 0h682.7v512H-32z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",transform:"translate(30) scale(.94)",children:[i.jsx("path",{d:"M-32 0h768v512H-32z",fill:"#0050f0"}),i.jsx("path",{d:"M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z",fill:"#fff"}),i.jsx("path",{d:"m-32 0 440.7 255.7L-32 511V0z",fill:"#ed0000"}),i.jsx("path",{d:"M161.8 325.5 114.3 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.CU=s;
package/icons/flags/CV.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 h=l.borderRadius,c=l.height,r=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:h,height:c,viewBox:"0 0 640 480",width:r},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M-123.4 0h682.6v512h-682.6z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),fillRule:"evenodd",transform:"translate(115.7) scale(.94)"},React.createElement("path",{d:"M-123.4 233H723v206h-846.5z",fill:"#fff"}),React.createElement("path",{d:"M-122.8 0h846v256.6h-846zm.3 385.9h852.1V512h-852.1z",fill:"#081873"}),React.createElement("path",{d:"M-122.5 302.6h846v39.6h-846z",fill:"#de3929"}),React.createElement("path",{d:"m131 399.2 6.6 20.4H159l-17.4 12.7 6.6 20.5L131 440l-17.4 12.7 6.7-20.5-17.4-12.7h21.5M317 250.4l6.7 20.5H345l-17.4 12.6 6.6 20.5-17.4-12.7-17.4 12.7 6.6-20.5-17.4-12.6h21.6m-222 64.4 6.6 20.5h21.5L99 368.6l6.7 20.4-17.4-12.6L70.9 389l6.6-20.4-17.4-12.7h21.5M317 329.5l6.7 20.4H345l-17.4 12.7 6.6 20.4-17.4-12.6-17.4 12.7 6.6-20.5-17.4-12.7h21.6m-40.5-161.7 6.7 20.4H298l-17.4 12.7 6.6 20.5-17.4-12.7-17.4 12.7 6.7-20.5-17.5-12.7h21.6m-64.5-45.2 6.7 20.5h21.5l-17.4 12.6 6.6 20.5-17.4-12.6-17.4 12.6 6.7-20.5-17.4-12.6H192m-64.5 2.9 6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H121m-34.8 43.2 6.6 20.5h21.6l-17.5 12.6 6.7 20.5-17.4-12.7-17.4 12.7 6.6-20.5L58 271h21.5m119.2 149.4 6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H192m82.2-41.7 6.6 20.4h21.5L285 432.3l6.7 20.5-17.4-12.7-17.5 12.7 6.7-20.5-17.4-12.7h21.5",fill:"#ffce08"})))}));exports.CV=l;
1
+ "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=l.forwardRef((function(r,i){var s=r.borderRadius,a=r.height,t=r.width,d=l.useId();return h.jsxs(e.FlagIconBase,{ref:i,borderRadius:s,height:a,viewBox:"0 0 640 480",width:t,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(d,"-0"),children:h.jsx("path",{d:"M-123.4 0h682.6v512h-682.6z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(115.7) scale(.94)",children:[h.jsx("path",{d:"M-123.4 233H723v206h-846.5z",fill:"#fff"}),h.jsx("path",{d:"M-122.8 0h846v256.6h-846zm.3 385.9h852.1V512h-852.1z",fill:"#081873"}),h.jsx("path",{d:"M-122.5 302.6h846v39.6h-846z",fill:"#de3929"}),h.jsx("path",{d:"m131 399.2 6.6 20.4H159l-17.4 12.7 6.6 20.5L131 440l-17.4 12.7 6.7-20.5-17.4-12.7h21.5M317 250.4l6.7 20.5H345l-17.4 12.6 6.6 20.5-17.4-12.7-17.4 12.7 6.6-20.5-17.4-12.6h21.6m-222 64.4 6.6 20.5h21.5L99 368.6l6.7 20.4-17.4-12.6L70.9 389l6.6-20.4-17.4-12.7h21.5M317 329.5l6.7 20.4H345l-17.4 12.7 6.6 20.4-17.4-12.6-17.4 12.7 6.6-20.5-17.4-12.7h21.6m-40.5-161.7 6.7 20.4H298l-17.4 12.7 6.6 20.5-17.4-12.7-17.4 12.7 6.7-20.5-17.5-12.7h21.6m-64.5-45.2 6.7 20.5h21.5l-17.4 12.6 6.6 20.5-17.4-12.6-17.4 12.6 6.7-20.5-17.4-12.6H192m-64.5 2.9 6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H121m-34.8 43.2 6.6 20.5h21.6l-17.5 12.6 6.7 20.5-17.4-12.7-17.4 12.7 6.6-20.5L58 271h21.5m119.2 149.4 6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H192m82.2-41.7 6.6 20.4h21.5L285 432.3l6.7 20.5-17.4-12.7-17.5 12.7 6.7-20.5-17.4-12.7h21.5",fill:"#ffce08"})]})]})}));exports.CV=r;
package/icons/flags/CW.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 0h682.7v512H0z",fillOpacity:".7"})),React.createElement("path",{d:"m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z",id:"".concat(n,"-1")})),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"scale(.94)"},React.createElement("path",{d:"M0 0h768v512H0z",fill:"#002b7f"}),React.createElement("path",{d:"M0 320h768v64H0z",fill:"#f9e814"}),React.createElement("use",{fill:"#fff",height:"9000",transform:"scale(42.67)",width:"13500",x:"2",xlinkHref:"#".concat(n,"-1"),y:"2"}),React.createElement("use",{fill:"#fff",height:"9000",transform:"scale(56.9)",width:"13500",x:"3",xlinkHref:"#".concat(n,"-1"),y:"3"})))}));exports.CW=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,c=s.height,l=s.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:a,height:c,viewBox:"0 0 640 480",width:l,children:[i.jsxs("defs",{children:[i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})}),i.jsx("path",{d:"m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z",id:"".concat(h,"-1")})]}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),transform:"scale(.94)",children:[i.jsx("path",{d:"M0 0h768v512H0z",fill:"#002b7f"}),i.jsx("path",{d:"M0 320h768v64H0z",fill:"#f9e814"}),i.jsx("use",{fill:"#fff",height:"9000",transform:"scale(42.67)",width:"13500",x:"2",xlinkHref:"#".concat(h,"-1"),y:"2"}),i.jsx("use",{fill:"#fff",height:"9000",transform:"scale(56.9)",width:"13500",x:"3",xlinkHref:"#".concat(h,"-1"),y:"3"})]})]})}));exports.CW=s;
package/icons/flags/CX.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("path",{d:"M0 0h640v480H0z",fill:"#0021ad"}),React.createElement("path",{d:"M0 0h640v480z",fill:"#1c8a42"}),React.createElement("circle",{cx:"320",cy:"240",fill:"#ffc639",r:"57.8"}),React.createElement("path",{d:"M284.7 214c4 5.5 10 14.6 14.8 12.2 3.7 0 5.7.3 6.2 2.8a37 37 0 0 0 33-14.3s.8 0 .5-4.5c0-2 2.8-1.6 2.8-1 .4 1 .4 1.7.9 1.8 1-.4 2.7-3 4-4.6.3-.7.1-1.5.2-2.4.7-1.7 2.4-1.3 2.8-.4l.6 1.6c1.8 1.2 5 0 5.2 0 .3-1.4 1.2-1.2 1.2-1.2 1.2-.3.7-.2 1.5.2-.7 7.7 1.5 8 1.3 12 .1 4.4-1.3 5.6-1.3 7.3.4 2 7 2.1 4.6 3.9-2 1 0 3-3 3.8-8.8 4.5-10.4 8.3-10.4 8.3s-2.2 4.2-2.5 4.2c-1.5 2.8-3.3 1.2-4.4 2.6-.5 1.7-1 5.5 0 7.4.5 2.7 0 4.2-.7 6.9-.6 5.6-2.8 6.5-3.1 8.4-1 2.2.2 12-.8 12-6.5.2-11.5-1.2-14.1-1.7 2.5-10.9 1.5-20.4 1.5-21.4-.6-7.8-11.6-5.9-13.3-7-1.4-.2-2.3-1.3-2.7-1.8-1.6-.2-2.2-.6-3.7-.7-.8.4-.3.8-2 1.3-4.5.5-6.4-3.8-6.4-3.8.2-1.5-9.9.3-15.3-1-2.3 1.3-3.3 5-5.1 5.4 0 1.1-3-1-3.6-2-.2-3.4 2.8-4.8 2.8-4.8 2.4-1.7 3.8-2 5-3.1.5-2.9.2-5 1.5-7.1 1-1.7 2.5-1 3.5-1.6 1.1-.8 1.6-5.6.6-7l-4.7-4.2c-1.4-4.1 1.7-6.8 2.6-6.5z",fill:"#1c8a42"}),React.createElement("path",{d:"M561.9 142.4c-2.6-10.3-26-32.7-43.7-46.9-4.2-2.8-7-1.1-6.4 3 2.2 3.6 3.8 7.6 6 11.3.6 2.5 1.8 4.2 2.4 6.6 0 0 .2 4.2.6 4.6 5.4 6 6.2 11.1 6.2 11.1a49 49 0 0 0 11.5 15.6c6.2 3.9 1.6 16 1.8 22.5 0 4-2.9 3.6-5.5 3-20.1-18.5-40.1-18.5-57.8-23.9-6.8-.7-7 2.6-4.7 4.4a129 129 0 0 0 39.1 29.6l7.7 4.8 8.8 7.3c6.8 4.4 7.3 8.4 7.3 8.8.2 8.2-4.2 14.6-5.5 17.2-2.3 8.7-7 10.2-7 10.2-37.6 25.4-57.4 32-118.4 24.1-1-.4-6.8.5 0 3 15.5 5.2 53.7 13.5 90.6-4 9-6.2 14.8-4.2 21.3-8a287.3 287.3 0 0 1 28.3-15.4c8.3-4.5 31.3-9.4 36.6-13.8 6.1-.5 12.4-1.3 12.8-6.5 2-1.3 5-.3 7.2-4.6 4.8-.9 4-2.6 4-2.6-1.2-3.4-5.8-4.8-9-7.3-4.8-1.6-8-2-11.5-.4l-3.3 1.5s-5.1-.7-5.1-1.1c-11.4-.6-10.3-38.3-14.3-54z",fill:"#ffc639"}),React.createElement("path",{d:"M588.6 204.2a2.8 1.8 16 1 1-5.4-1.7 2.8 1.8 16 0 1 5.4 1.7z",fill:"#1c8a42"}),React.createElement("g",{fill:"#fff",transform:"matrix(.64 0 0 .64 0 80)"},React.createElement("path",{d:"m188.2 191-12.8-12-12.9 11.8 1.4-17.4-17.3-2.8 14.5-9.8-8.6-15.2 16.7 5.3 6.5-16.2L182 151l16.7-5-8.8 15 14.4 10-17.3 2.5 1.2 17.4z",id:"".concat(n,"-0")}),React.createElement("path",{d:"m233.4 335.5-13.8-9.1-13.4 9.6 4.8-15.5-13.6-9.5 16.6-.4 5-15.5 5.6 15.3 16.7-.1L228 320l5.3 15.4z"}),React.createElement("use",{height:"100%",width:"100%",x:"2.5",xlinkHref:"#".concat(n,"-0"),y:"269.1"}),React.createElement("use",{height:"100%",width:"100%",x:"-112.1",xlinkHref:"#".concat(n,"-0"),y:"123.2"}),React.createElement("use",{height:"100%",width:"100%",x:"108.4",xlinkHref:"#".concat(n,"-0"),y:"85"})))}));exports.CX=a;
1
+ "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var s=a.borderRadius,t=a.height,l=a.width,h=e.useId();return i.jsxs(c.FlagIconBase,{ref:r,borderRadius:s,height:t,viewBox:"0 0 640 480",width:l,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#0021ad"}),i.jsx("path",{d:"M0 0h640v480z",fill:"#1c8a42"}),i.jsx("circle",{cx:"320",cy:"240",fill:"#ffc639",r:"57.8"}),i.jsx("path",{d:"M284.7 214c4 5.5 10 14.6 14.8 12.2 3.7 0 5.7.3 6.2 2.8a37 37 0 0 0 33-14.3s.8 0 .5-4.5c0-2 2.8-1.6 2.8-1 .4 1 .4 1.7.9 1.8 1-.4 2.7-3 4-4.6.3-.7.1-1.5.2-2.4.7-1.7 2.4-1.3 2.8-.4l.6 1.6c1.8 1.2 5 0 5.2 0 .3-1.4 1.2-1.2 1.2-1.2 1.2-.3.7-.2 1.5.2-.7 7.7 1.5 8 1.3 12 .1 4.4-1.3 5.6-1.3 7.3.4 2 7 2.1 4.6 3.9-2 1 0 3-3 3.8-8.8 4.5-10.4 8.3-10.4 8.3s-2.2 4.2-2.5 4.2c-1.5 2.8-3.3 1.2-4.4 2.6-.5 1.7-1 5.5 0 7.4.5 2.7 0 4.2-.7 6.9-.6 5.6-2.8 6.5-3.1 8.4-1 2.2.2 12-.8 12-6.5.2-11.5-1.2-14.1-1.7 2.5-10.9 1.5-20.4 1.5-21.4-.6-7.8-11.6-5.9-13.3-7-1.4-.2-2.3-1.3-2.7-1.8-1.6-.2-2.2-.6-3.7-.7-.8.4-.3.8-2 1.3-4.5.5-6.4-3.8-6.4-3.8.2-1.5-9.9.3-15.3-1-2.3 1.3-3.3 5-5.1 5.4 0 1.1-3-1-3.6-2-.2-3.4 2.8-4.8 2.8-4.8 2.4-1.7 3.8-2 5-3.1.5-2.9.2-5 1.5-7.1 1-1.7 2.5-1 3.5-1.6 1.1-.8 1.6-5.6.6-7l-4.7-4.2c-1.4-4.1 1.7-6.8 2.6-6.5z",fill:"#1c8a42"}),i.jsx("path",{d:"M561.9 142.4c-2.6-10.3-26-32.7-43.7-46.9-4.2-2.8-7-1.1-6.4 3 2.2 3.6 3.8 7.6 6 11.3.6 2.5 1.8 4.2 2.4 6.6 0 0 .2 4.2.6 4.6 5.4 6 6.2 11.1 6.2 11.1a49 49 0 0 0 11.5 15.6c6.2 3.9 1.6 16 1.8 22.5 0 4-2.9 3.6-5.5 3-20.1-18.5-40.1-18.5-57.8-23.9-6.8-.7-7 2.6-4.7 4.4a129 129 0 0 0 39.1 29.6l7.7 4.8 8.8 7.3c6.8 4.4 7.3 8.4 7.3 8.8.2 8.2-4.2 14.6-5.5 17.2-2.3 8.7-7 10.2-7 10.2-37.6 25.4-57.4 32-118.4 24.1-1-.4-6.8.5 0 3 15.5 5.2 53.7 13.5 90.6-4 9-6.2 14.8-4.2 21.3-8a287.3 287.3 0 0 1 28.3-15.4c8.3-4.5 31.3-9.4 36.6-13.8 6.1-.5 12.4-1.3 12.8-6.5 2-1.3 5-.3 7.2-4.6 4.8-.9 4-2.6 4-2.6-1.2-3.4-5.8-4.8-9-7.3-4.8-1.6-8-2-11.5-.4l-3.3 1.5s-5.1-.7-5.1-1.1c-11.4-.6-10.3-38.3-14.3-54z",fill:"#ffc639"}),i.jsx("path",{d:"M588.6 204.2a2.8 1.8 16 1 1-5.4-1.7 2.8 1.8 16 0 1 5.4 1.7z",fill:"#1c8a42"}),i.jsxs("g",{fill:"#fff",transform:"matrix(.64 0 0 .64 0 80)",children:[i.jsx("path",{d:"m188.2 191-12.8-12-12.9 11.8 1.4-17.4-17.3-2.8 14.5-9.8-8.6-15.2 16.7 5.3 6.5-16.2L182 151l16.7-5-8.8 15 14.4 10-17.3 2.5 1.2 17.4z",id:"".concat(h,"-0")}),i.jsx("path",{d:"m233.4 335.5-13.8-9.1-13.4 9.6 4.8-15.5-13.6-9.5 16.6-.4 5-15.5 5.6 15.3 16.7-.1L228 320l5.3 15.4z"}),i.jsx("use",{height:"100%",width:"100%",x:"2.5",xlinkHref:"#".concat(h,"-0"),y:"269.1"}),i.jsx("use",{height:"100%",width:"100%",x:"-112.1",xlinkHref:"#".concat(h,"-0"),y:"123.2"}),i.jsx("use",{height:"100%",width:"100%",x:"108.4",xlinkHref:"#".concat(h,"-0"),y:"85"})]})]})}));exports.CX=a;
package/icons/flags/CY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var h=l.forwardRef((function(h,c){var e=h.borderRadius,t=h.height,r=h.width,m=l.useId();return React.createElement(a.FlagIconBase,{ref:c,borderRadius:e,height:t,viewBox:"0 0 640 480",width:r},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M307.8 398.6a.8.8 0 0 1-.2-.2h-.1l-1.3-1.4-3.8-4.5-4.9-6.3-.6-.9-6.2-1.9-4.6-2.1 2.4-2.7 8.4 3.5 6.2 1.3 11.5 8.5-3.3 2.9a37.2 37.2 0 0 0-3.3 3.5l.7-.5.8.6-1.6.2zm-42.6-12.8a31.7 31.7 0 0 1-16-4.5s.7-1.3 2.3-2.4c1.6-1.2 4.4-2.5 9-2.6 5.4 0 12 1.9 19.5 5.4a28.8 28.8 0 0 1-14.8 4zm-23.5-5.2c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.6 1.7 4.3 3.4.4 1 .5 1.8.2 2.5-.2.6-1 1-1.8 1zm41.3-4.8c-13.9-2-19.8-7-22.3-10.9-2.6-4.1-2-8-2-8s.8-.2 2-.2c3.8 0 13.2 1.9 22.3 19zm-28.5-2.8c-5.9 0-10.4-1-13.4-3a8.3 8.3 0 0 1-3-3.3 5.4 5.4 0 0 1-.4-1.6 18.2 18.2 0 0 1 7.2-1.4 27 27 0 0 1 18.9 8.7c-3.4.4-6.5.6-9.3.6zm-28.7-1c-6.2 0-14.8-2-20.2-7.3 0 0 5.9-1.5 12.4-1.7h1.2c5.9 0 10.4 1.1 13.4 3.4 1 .8 1.6 1.5 1.7 2.2.1.6-.2 1.2-.8 1.7-1.4 1-3.8 1.6-7.2 1.6h-.5zm-20.3-10.5a2.6 2.6 0 0 1-2-1 4.7 4.7 0 0 1-.8-2c-.3-1.4-.2-2.8-.2-2.9a2.4 2.4 0 0 1 1-.2c.9 0 1.6.5 2 1a5.6 5.6 0 0 1 1.4 2c.2.9.3 1.6 0 2.2 0 .4-.6 1-1.3 1zm46.9-1c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.7 1.7 4.3 3.4.4 1 .5 1.8.3 2.5-.3.6-1 1-2 1zm-22.8-1c-12.6-.4-19.2-4-22.4-7a14.6 14.6 0 0 1-3.4-4.3c-.5-1-.7-1.8-.7-2s1.2-.4 3-.4h.4c4.2 0 12.9 1.8 23 13.7zm13.6-1.2a30.8 30.8 0 0 1-18.9-9.3 19.4 19.4 0 0 1-4.1-7s1.2-.3 3-.4a14.2 14.2 0 0 1 1 0c5 .1 14.3 2.4 19 16.7zm-52-5a42 42 0 0 1-9.5-1c-5.3-1.4-7.6-3.4-8.6-4.9a5 5 0 0 1-.8-2 3.4 3.4 0 0 1 0-.8s3.5-1 8.4-1.1a35 35 0 0 1 7.4.6 21.7 21.7 0 0 1 12.8 8.1s-4 1.2-9.7 1.2zm23.5-8.4a3.4 3.4 0 0 1-2.5-1 5.2 5.2 0 0 1-1.1-2.4c-.4-1.6-.3-3.2-.3-3.4a3.5 3.5 0 0 1 1.2-.3h.1c2 0 3.6 1.8 4.3 3.5.4 1 .4 1.8.2 2.4-.3.7-1 1.1-1.9 1.1zm-17.6-2.5a38.6 38.6 0 0 1-9.6-4.2c-4.4-2.7-9.9-7.5-10.5-15l1-.1h.3c1.3 0 4 .3 7.3 2.8 4.2 3.2 8 8.8 11.5 16.5zm11.5-.4a31.2 31.2 0 0 1-7.6-4.9 48.5 48.5 0 0 1-13.3-18.6s.9-.5 2.3-.6a3.3 3.3 0 0 1 .2 0h.4c2 0 4.9.9 8.1 4.4 3.8 4 7.1 10.6 10 19.7zm-29.9-.9c-3.9 0-5.2-2-5.6-3a6 6 0 0 1-.4-3 8.5 8.5 0 0 1 2-.2 8 8 0 0 1 6.5 3c.2.4.8 1.4.3 2.3-.4.6-1.3 1-2.8 1zm-8.5-10.8a51.1 51.1 0 0 1-9-.7c-3.4-.6-5.3-3.5-6.4-5.9-1-2.5-1.4-5-1.4-5 10.6.3 15.7 3.4 18 6a9.4 9.4 0 0 1 2.6 5.5s-1.6.2-3.8.2zm11-11a42.7 42.7 0 0 1-2.4-3.4c-1.3-2-2.4-4-2.4-5.6 0-1.7-.4-5-.6-7l-.6-4.5c.3 0 6.6 2.4 6.6 8.4s-.6 12-.6 12v.1zm-8.2-.6h-.2a43.7 43.7 0 0 1-18.2-10.8c-1.7-2-2.8-5.2-3.1-9.4-.2-3 0-5.5 0-5.8a3.3 3.3 0 0 1 1.1-.1c1.4 0 3 .6 5 2a39.6 39.6 0 0 1 5.2 4.4c3.2 3.2 5.7 6.4 5.7 6.4.3.4 2 3.7 3.5 6.9a22 22 0 0 1 1.6 4.6c.1.6.2 1 0 1.4a.7.7 0 0 1-.3.4.9.9 0 0 1-.4 0z",fill:"#435125",id:"".concat(m,"-0")}),React.createElement("use",{height:"100%",transform:"matrix(-1 0 0 1 593.7 0)",width:"100%",xlinkHref:"#".concat(m,"-0")}),React.createElement("path",{d:"m519 76.4-1.8.7-.8.3-2.2-.1-2.2 1-3.8 2.6-.1.1-1.5.4-1.3-.6-.7.4-.3 1.5-.7 1.1-.9.6-3 .3-2.5 1.4-3.4-1-1.5.7-3.3 3-1.7.7h-.5l-2.3-.1-.9.3-1.4 1.3-2.6.2-.9.6-1.3 2.6L476 96l-.8.1-.8-.3-.7.1-.3 1.7-.6.7-1.8.6-1.4 1.2-1.3.6h-2l-1.7 1-3.1.2-1.3 1.2-.3.3-.6.3-1 .6-.2.2-1.2-.2-1.4.5-.6-.8-1 .5-1.2.1-1.6-.7-1.3-.6-.9.2-.3 1.5v.2l-1 1.2-1.7 1.1-.2.3-2 2.6-3.8 4-3.2 1.6-3.3 1-2.3 1.9-6 3-9.7 4.8-2 .6-2.8.4-5 1.9-4.4 1.3-.3.1-.8.3-6.3 1.9-2.9-.4-1.7.7-4.5-.5h-3.1l-2 .4-3.7 1.8-6.3 3-2 2-3.2 1.6-3.8 1.2v-1.6l-1.3.4-1 .3-3 .4h-1.7l-1.1-.3h-.2l-6.2 2.1-7 .7-3.5 1.1H333l-1.6.5-3.2.4-1.2-.3-.2-.1-9.4.4-4.3-.5-2 .5-3.5-1.2-5-.6-1.2-.3-2.6-.8-1.2.7-1 .1-2-.8h-.8l-1.8.6-1-.2-1-.8-2.1-.3-1.4-1.1-7.5 1-2-.6-6.9-2h-1l-1.4 1-2 .8-1.9.4-2.4.1-2.8-.7-2.8-1.4-1.1-.3-2.4.3h-.7l-4.4-2.3-5.6-3.5-3.8-1.9-1.5-.2-.2.7.7 2.2.3 2.3v2l-.1 1.3.3 1.1 1.4 1.6.6 1.5.4 4.2v4.3l-.7 6.8-.2 1-.8 3.6-.7 3.3-2.9 8.7-.7 1-2 1.3-4.3 3-3.2 1.8-1 .4-2.6.2H219l-2-1.1-2-.5-2.6-1.9-2.8-.6-3.2-1.8-.8-1-1.7-.2-2.4-.7-.9-.3-.6-.1-3-.1-2.9-1.3-1.5-.4h-2l-2.1 1-1.1.4-1.4-.5h-1l-1 1.7-.2.3-.8.4h-1.7l-.8.3-1.1.5-1 .4-.5.2h-.3l-.5.2h-.6l-1.2-.6-.6-.3-1-.2-.5.3-.1 1.9-.5 1.1-1.6 1.4-1.6 1.4-1 1.6-3 6.7-1.9 2.7-.5.7-2 2.1-1.7 1.3-3.9 3-3.7 1.5-3.2.6h-1.6l-3-.4-2.6-.8-3-1.8-3.1-2.6-4.7-4.5-.6-.4-.2-.1-1.4-1h-1.1l-.4.8-.3 1-.2.9-.5 5v.3l.3 2.1 3.6 5 1 2.6.2.3.7 1.2.6 1 1.3 3.6-.9 2 .4 1.4-1 .8-.2 1.2 3.1 4 .7 1.7-.7 2.4-1.3 1.4-.3.3.2 1 1.4 1.4 2.5 2.2 1.3 3.2 1 1 1.2-.3.6.5h1l1 1 .6.2 1 .5.8 1 .1 3.2 1.5 3.8v2.5l1 1.5.2 1.2-.5 3.3 1.2 1 1.2-.2.8.1 1.3 1.1 1.6 2.4 1.6-.2 1 .4 4.7 4.3 1 .6.9.4 1 1 1.4-1h.2l1.6-.2.7.5 1.4.9h1.7l4 1.2 1.6.4 3.4 2.1 1.5.9.8.7 1.2 1 2.2 1 2 .4 1 .2.9.3 4.2 1.7 2.3.5 2 .8 1.6.5h1.2l1.6-1.3h1.5l1.3.2 1.3-.2 2-1.2.3-.6 1.4-.6 4.8-.6 1.4.4 3.6-1.5 2.4.6 2-.7 4.7 1 1.2.9 1.4 1.5h1.7l-.7 1.1 2 2.2 1.9 2.7.1.4 1.3 3.9 1 1.4.7 1.9v1.2l-1 .9-.2.4v.2l.2.5.4-.2.7-.4 1-.2 1.6.2 1.1.1 1.7-.8 1.2-.6 1.8.8h2l.9.3 2.4 1.1 1.2.1.4-.3.3-.6-.1-.8-1-1.1-2-2.4-.8-1.2-.6-1.7-.2-2.2-.2-1.5.3-2 .5-.7.4-1.6.1-.4 1.2-1.5 3-2 3.2-2.8 2.5-1.7 2.6-1.1v-.3l.4.1 6.6-2.3 3-.5 20 1.4.7-.2.7-1.9.3-.3.3-.2 2.2-1 1-.2 2.8.7 1.2.3 1.9-1h1.3l2.7-1.5h1.7l.7-.2 3.3-2.4 3.1-.9.8-.4.3-.2 3.3-1.7 2-1.6 1.8-1 2-.4 5-.4 1.1-1.7 2.2-.3 1.3-1.5 1.5-.6 1.1-1.6 1-1.3 1.2-.7 4.1-.3 4.8.6.7-.4 1-3.9 1.2-.7 3-4.5v-1.6l.1-1.4.5-2-.3-3.4.4-3.6 1.9-4.5 1.7-1.8 2.7-1.9 1.4-.6 2-.3h.2l.5-.2h9.2l2.3-.1 5.7 1h.4l1.9.7 2.2 1.7 2.4 2.3.4.4 1.5.7.5.2 1.2-.2 1.8-1 1.4-1 1.8-1v-.2l1.1-1.5.4-.7 3.6-1.4 4.2-.2.5-.3h.2l1.1-1.4h1l2.6 1 1.7-.4 1.4.5 1.1-.1 2-.3 2.3 1.6 1.3.2 4.5 2.6h.4l.2.1.5-.2.8-.2h.1l.1.1.6.7.7.1.8-1-.3-.6-.1-.2-1.7-.3-1.4-2.5 1.4-1.5-2.2-2.6-.4-.5v-.1l-.8-1.2-3.8-5.8-5-4-1.7-1.3-.6-.5-2.7-2.7-1.9-2.5-.2-.5-.4-.9-1.1-2.4-2-1.5-1.6-1.8-3.4-4.6-.5-.7-.8-.5h-1.7l-.1-.2h-.1v-.1l.8-.8 1-.2.3-.9-1.7-4.9v-.2l-.1-1.5 1.3-7.1.2-.9 2.4-4.7 1.4-1.2 1.6-3.1 1.4-2 1.3-1.3.2-.1 2.3-1.4 2-.3 1.9-.3 3.3 1h3l.7-.1 1.4-.2 2.3-.7 1.1-.7.6-.8 1.2-4 .4-1.3.7-1.4 4.3-4.9 3.2-3 7.2-5.2 3.5-2.1 1.8-1.1 16.1-7.2 4.2-4.2 2.2-2.2 3.8-2.6 4.5-1.9 4-3 .8-1.1 1-3.5 1-.2.7-1.7.3-.5 3.1-2.2.4-.2 12.3-6.2 1.8.3 1-1.5 3.5-.6h.7l.9-.5.7-1.3v-.3l.1-3.4.8-.9.4-2.2.4-.6.4-.5 1-.7-.2-.4z",fill:"#d47600"}))}));exports.CY=h;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var c=l.forwardRef((function(c,e){var r=c.borderRadius,s=c.height,i=c.width,t=l.useId();return a.jsxs(h.FlagIconBase,{ref:e,borderRadius:r,height:s,viewBox:"0 0 640 480",width:i,children:[a.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),a.jsx("path",{d:"M307.8 398.6a.8.8 0 0 1-.2-.2h-.1l-1.3-1.4-3.8-4.5-4.9-6.3-.6-.9-6.2-1.9-4.6-2.1 2.4-2.7 8.4 3.5 6.2 1.3 11.5 8.5-3.3 2.9a37.2 37.2 0 0 0-3.3 3.5l.7-.5.8.6-1.6.2zm-42.6-12.8a31.7 31.7 0 0 1-16-4.5s.7-1.3 2.3-2.4c1.6-1.2 4.4-2.5 9-2.6 5.4 0 12 1.9 19.5 5.4a28.8 28.8 0 0 1-14.8 4zm-23.5-5.2c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.6 1.7 4.3 3.4.4 1 .5 1.8.2 2.5-.2.6-1 1-1.8 1zm41.3-4.8c-13.9-2-19.8-7-22.3-10.9-2.6-4.1-2-8-2-8s.8-.2 2-.2c3.8 0 13.2 1.9 22.3 19zm-28.5-2.8c-5.9 0-10.4-1-13.4-3a8.3 8.3 0 0 1-3-3.3 5.4 5.4 0 0 1-.4-1.6 18.2 18.2 0 0 1 7.2-1.4 27 27 0 0 1 18.9 8.7c-3.4.4-6.5.6-9.3.6zm-28.7-1c-6.2 0-14.8-2-20.2-7.3 0 0 5.9-1.5 12.4-1.7h1.2c5.9 0 10.4 1.1 13.4 3.4 1 .8 1.6 1.5 1.7 2.2.1.6-.2 1.2-.8 1.7-1.4 1-3.8 1.6-7.2 1.6h-.5zm-20.3-10.5a2.6 2.6 0 0 1-2-1 4.7 4.7 0 0 1-.8-2c-.3-1.4-.2-2.8-.2-2.9a2.4 2.4 0 0 1 1-.2c.9 0 1.6.5 2 1a5.6 5.6 0 0 1 1.4 2c.2.9.3 1.6 0 2.2 0 .4-.6 1-1.3 1zm46.9-1c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.7 1.7 4.3 3.4.4 1 .5 1.8.3 2.5-.3.6-1 1-2 1zm-22.8-1c-12.6-.4-19.2-4-22.4-7a14.6 14.6 0 0 1-3.4-4.3c-.5-1-.7-1.8-.7-2s1.2-.4 3-.4h.4c4.2 0 12.9 1.8 23 13.7zm13.6-1.2a30.8 30.8 0 0 1-18.9-9.3 19.4 19.4 0 0 1-4.1-7s1.2-.3 3-.4a14.2 14.2 0 0 1 1 0c5 .1 14.3 2.4 19 16.7zm-52-5a42 42 0 0 1-9.5-1c-5.3-1.4-7.6-3.4-8.6-4.9a5 5 0 0 1-.8-2 3.4 3.4 0 0 1 0-.8s3.5-1 8.4-1.1a35 35 0 0 1 7.4.6 21.7 21.7 0 0 1 12.8 8.1s-4 1.2-9.7 1.2zm23.5-8.4a3.4 3.4 0 0 1-2.5-1 5.2 5.2 0 0 1-1.1-2.4c-.4-1.6-.3-3.2-.3-3.4a3.5 3.5 0 0 1 1.2-.3h.1c2 0 3.6 1.8 4.3 3.5.4 1 .4 1.8.2 2.4-.3.7-1 1.1-1.9 1.1zm-17.6-2.5a38.6 38.6 0 0 1-9.6-4.2c-4.4-2.7-9.9-7.5-10.5-15l1-.1h.3c1.3 0 4 .3 7.3 2.8 4.2 3.2 8 8.8 11.5 16.5zm11.5-.4a31.2 31.2 0 0 1-7.6-4.9 48.5 48.5 0 0 1-13.3-18.6s.9-.5 2.3-.6a3.3 3.3 0 0 1 .2 0h.4c2 0 4.9.9 8.1 4.4 3.8 4 7.1 10.6 10 19.7zm-29.9-.9c-3.9 0-5.2-2-5.6-3a6 6 0 0 1-.4-3 8.5 8.5 0 0 1 2-.2 8 8 0 0 1 6.5 3c.2.4.8 1.4.3 2.3-.4.6-1.3 1-2.8 1zm-8.5-10.8a51.1 51.1 0 0 1-9-.7c-3.4-.6-5.3-3.5-6.4-5.9-1-2.5-1.4-5-1.4-5 10.6.3 15.7 3.4 18 6a9.4 9.4 0 0 1 2.6 5.5s-1.6.2-3.8.2zm11-11a42.7 42.7 0 0 1-2.4-3.4c-1.3-2-2.4-4-2.4-5.6 0-1.7-.4-5-.6-7l-.6-4.5c.3 0 6.6 2.4 6.6 8.4s-.6 12-.6 12v.1zm-8.2-.6h-.2a43.7 43.7 0 0 1-18.2-10.8c-1.7-2-2.8-5.2-3.1-9.4-.2-3 0-5.5 0-5.8a3.3 3.3 0 0 1 1.1-.1c1.4 0 3 .6 5 2a39.6 39.6 0 0 1 5.2 4.4c3.2 3.2 5.7 6.4 5.7 6.4.3.4 2 3.7 3.5 6.9a22 22 0 0 1 1.6 4.6c.1.6.2 1 0 1.4a.7.7 0 0 1-.3.4.9.9 0 0 1-.4 0z",fill:"#435125",id:"".concat(t,"-0")}),a.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 593.7 0)",width:"100%",xlinkHref:"#".concat(t,"-0")}),a.jsx("path",{d:"m519 76.4-1.8.7-.8.3-2.2-.1-2.2 1-3.8 2.6-.1.1-1.5.4-1.3-.6-.7.4-.3 1.5-.7 1.1-.9.6-3 .3-2.5 1.4-3.4-1-1.5.7-3.3 3-1.7.7h-.5l-2.3-.1-.9.3-1.4 1.3-2.6.2-.9.6-1.3 2.6L476 96l-.8.1-.8-.3-.7.1-.3 1.7-.6.7-1.8.6-1.4 1.2-1.3.6h-2l-1.7 1-3.1.2-1.3 1.2-.3.3-.6.3-1 .6-.2.2-1.2-.2-1.4.5-.6-.8-1 .5-1.2.1-1.6-.7-1.3-.6-.9.2-.3 1.5v.2l-1 1.2-1.7 1.1-.2.3-2 2.6-3.8 4-3.2 1.6-3.3 1-2.3 1.9-6 3-9.7 4.8-2 .6-2.8.4-5 1.9-4.4 1.3-.3.1-.8.3-6.3 1.9-2.9-.4-1.7.7-4.5-.5h-3.1l-2 .4-3.7 1.8-6.3 3-2 2-3.2 1.6-3.8 1.2v-1.6l-1.3.4-1 .3-3 .4h-1.7l-1.1-.3h-.2l-6.2 2.1-7 .7-3.5 1.1H333l-1.6.5-3.2.4-1.2-.3-.2-.1-9.4.4-4.3-.5-2 .5-3.5-1.2-5-.6-1.2-.3-2.6-.8-1.2.7-1 .1-2-.8h-.8l-1.8.6-1-.2-1-.8-2.1-.3-1.4-1.1-7.5 1-2-.6-6.9-2h-1l-1.4 1-2 .8-1.9.4-2.4.1-2.8-.7-2.8-1.4-1.1-.3-2.4.3h-.7l-4.4-2.3-5.6-3.5-3.8-1.9-1.5-.2-.2.7.7 2.2.3 2.3v2l-.1 1.3.3 1.1 1.4 1.6.6 1.5.4 4.2v4.3l-.7 6.8-.2 1-.8 3.6-.7 3.3-2.9 8.7-.7 1-2 1.3-4.3 3-3.2 1.8-1 .4-2.6.2H219l-2-1.1-2-.5-2.6-1.9-2.8-.6-3.2-1.8-.8-1-1.7-.2-2.4-.7-.9-.3-.6-.1-3-.1-2.9-1.3-1.5-.4h-2l-2.1 1-1.1.4-1.4-.5h-1l-1 1.7-.2.3-.8.4h-1.7l-.8.3-1.1.5-1 .4-.5.2h-.3l-.5.2h-.6l-1.2-.6-.6-.3-1-.2-.5.3-.1 1.9-.5 1.1-1.6 1.4-1.6 1.4-1 1.6-3 6.7-1.9 2.7-.5.7-2 2.1-1.7 1.3-3.9 3-3.7 1.5-3.2.6h-1.6l-3-.4-2.6-.8-3-1.8-3.1-2.6-4.7-4.5-.6-.4-.2-.1-1.4-1h-1.1l-.4.8-.3 1-.2.9-.5 5v.3l.3 2.1 3.6 5 1 2.6.2.3.7 1.2.6 1 1.3 3.6-.9 2 .4 1.4-1 .8-.2 1.2 3.1 4 .7 1.7-.7 2.4-1.3 1.4-.3.3.2 1 1.4 1.4 2.5 2.2 1.3 3.2 1 1 1.2-.3.6.5h1l1 1 .6.2 1 .5.8 1 .1 3.2 1.5 3.8v2.5l1 1.5.2 1.2-.5 3.3 1.2 1 1.2-.2.8.1 1.3 1.1 1.6 2.4 1.6-.2 1 .4 4.7 4.3 1 .6.9.4 1 1 1.4-1h.2l1.6-.2.7.5 1.4.9h1.7l4 1.2 1.6.4 3.4 2.1 1.5.9.8.7 1.2 1 2.2 1 2 .4 1 .2.9.3 4.2 1.7 2.3.5 2 .8 1.6.5h1.2l1.6-1.3h1.5l1.3.2 1.3-.2 2-1.2.3-.6 1.4-.6 4.8-.6 1.4.4 3.6-1.5 2.4.6 2-.7 4.7 1 1.2.9 1.4 1.5h1.7l-.7 1.1 2 2.2 1.9 2.7.1.4 1.3 3.9 1 1.4.7 1.9v1.2l-1 .9-.2.4v.2l.2.5.4-.2.7-.4 1-.2 1.6.2 1.1.1 1.7-.8 1.2-.6 1.8.8h2l.9.3 2.4 1.1 1.2.1.4-.3.3-.6-.1-.8-1-1.1-2-2.4-.8-1.2-.6-1.7-.2-2.2-.2-1.5.3-2 .5-.7.4-1.6.1-.4 1.2-1.5 3-2 3.2-2.8 2.5-1.7 2.6-1.1v-.3l.4.1 6.6-2.3 3-.5 20 1.4.7-.2.7-1.9.3-.3.3-.2 2.2-1 1-.2 2.8.7 1.2.3 1.9-1h1.3l2.7-1.5h1.7l.7-.2 3.3-2.4 3.1-.9.8-.4.3-.2 3.3-1.7 2-1.6 1.8-1 2-.4 5-.4 1.1-1.7 2.2-.3 1.3-1.5 1.5-.6 1.1-1.6 1-1.3 1.2-.7 4.1-.3 4.8.6.7-.4 1-3.9 1.2-.7 3-4.5v-1.6l.1-1.4.5-2-.3-3.4.4-3.6 1.9-4.5 1.7-1.8 2.7-1.9 1.4-.6 2-.3h.2l.5-.2h9.2l2.3-.1 5.7 1h.4l1.9.7 2.2 1.7 2.4 2.3.4.4 1.5.7.5.2 1.2-.2 1.8-1 1.4-1 1.8-1v-.2l1.1-1.5.4-.7 3.6-1.4 4.2-.2.5-.3h.2l1.1-1.4h1l2.6 1 1.7-.4 1.4.5 1.1-.1 2-.3 2.3 1.6 1.3.2 4.5 2.6h.4l.2.1.5-.2.8-.2h.1l.1.1.6.7.7.1.8-1-.3-.6-.1-.2-1.7-.3-1.4-2.5 1.4-1.5-2.2-2.6-.4-.5v-.1l-.8-1.2-3.8-5.8-5-4-1.7-1.3-.6-.5-2.7-2.7-1.9-2.5-.2-.5-.4-.9-1.1-2.4-2-1.5-1.6-1.8-3.4-4.6-.5-.7-.8-.5h-1.7l-.1-.2h-.1v-.1l.8-.8 1-.2.3-.9-1.7-4.9v-.2l-.1-1.5 1.3-7.1.2-.9 2.4-4.7 1.4-1.2 1.6-3.1 1.4-2 1.3-1.3.2-.1 2.3-1.4 2-.3 1.9-.3 3.3 1h3l.7-.1 1.4-.2 2.3-.7 1.1-.7.6-.8 1.2-4 .4-1.3.7-1.4 4.3-4.9 3.2-3 7.2-5.2 3.5-2.1 1.8-1.1 16.1-7.2 4.2-4.2 2.2-2.2 3.8-2.6 4.5-1.9 4-3 .8-1.1 1-3.5 1-.2.7-1.7.3-.5 3.1-2.2.4-.2 12.3-6.2 1.8.3 1-1.5 3.5-.6h.7l.9-.5.7-1.3v-.3l.1-3.4.8-.9.4-2.2.4-.6.4-.5 1-.7-.2-.4z",fill:"#d47600"})]})}));exports.CY=c;
package/icons/flags/CZ.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-74 0h682.7v512H-74z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(69.4) scale(.94)"},React.createElement("path",{d:"M-74 0h768v512H-74z",fill:"#e80000"}),React.createElement("path",{d:"M-74 0h768v256H-74z",fill:"#fff"}),React.createElement("path",{d:"m-74 0 382.7 255.7L-74 511V0z",fill:"#00006f"})))}));exports.CZ=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,l=t.height,d=t.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:l,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-74 0h682.7v512H-74z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(69.4) scale(.94)",children:[i.jsx("path",{d:"M-74 0h768v512H-74z",fill:"#e80000"}),i.jsx("path",{d:"M-74 0h768v256H-74z",fill:"#fff"}),i.jsx("path",{d:"m-74 0 382.7 255.7L-74 511V0z",fill:"#00006f"})]})]})}));exports.CZ=t;
package/icons/flags/DE.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("path",{d:"M0 320h640v160H0z",fill:"#ffce00"}),React.createElement("path",{d:"M0 0h640v160H0z"}),React.createElement("path",{d:"M0 160h640v160H0z",fill:"#d00"}))}));exports.DE=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 s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[i.jsx("path",{d:"M0 320h640v160H0z",fill:"#ffce00"}),i.jsx("path",{d:"M0 0h640v160H0z"}),i.jsx("path",{d:"M0 160h640v160H0z",fill:"#d00"})]})}));exports.DE=s;
package/icons/flags/DJ.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-40 0h682.7v512H-40z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(37.5) scale(.94)"},React.createElement("path",{d:"M-40 0h768v512H-40z",fill:"#0c0"}),React.createElement("path",{d:"M-40 0h768v256H-40z",fill:"#69f"}),React.createElement("path",{d:"m-40 0 382.7 255.7L-40 511V0z",fill:"#fffefe"}),React.createElement("path",{d:"M119.8 292 89 270l-30.7 22.4L69.7 256l-30.6-22.5 37.9-.3 11.7-36.3 12 36.2h37.9l-30.5 22.7 11.7 36.4z",fill:"red"})))}));exports.DJ=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 l=e.forwardRef((function(l,s){var a=l.borderRadius,t=l.height,d=l.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,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-40 0h682.7v512H-40z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",transform:"translate(37.5) scale(.94)",children:[i.jsx("path",{d:"M-40 0h768v512H-40z",fill:"#0c0"}),i.jsx("path",{d:"M-40 0h768v256H-40z",fill:"#69f"}),i.jsx("path",{d:"m-40 0 382.7 255.7L-40 511V0z",fill:"#fffefe"}),i.jsx("path",{d:"M119.8 292 89 270l-30.7 22.4L69.7 256l-30.6-22.5 37.9-.3 11.7-36.3 12 36.2h37.9l-30.5 22.7 11.7 36.4z",fill:"red"})]})]})}));exports.DJ=l;
package/icons/flags/DK.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 0h640.1v480H0z",fill:"#c8102e"}),React.createElement("path",{d:"M205.7 0h68.6v480h-68.6z",fill:"#fff"}),React.createElement("path",{d:"M0 205.7h640.1v68.6H0z",fill:"#fff"}))}));exports.DK=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 s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,f=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:f,children:[i.jsx("path",{d:"M0 0h640.1v480H0z",fill:"#c8102e"}),i.jsx("path",{d:"M205.7 0h68.6v480h-68.6z",fill:"#fff"}),i.jsx("path",{d:"M0 205.7h640.1v68.6H0z",fill:"#fff"})]})}));exports.DK=s;
package/icons/flags/DM.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 l=e.borderRadius,c=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:l,height:c,viewBox:"0 0 24 25",width:h},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:"#006B3F"}),React.createElement("path",{d:"M24 10.444H14V3.778h-4v6.666H0v4h10v6.667h4v-6.667h10v-4Z",fill:"#EEE"}),React.createElement("path",{d:"M10 3.778h1.333V21.11H10V3.778Z",fill:"#FCD116"}),React.createElement("path",{d:"M0 10.444h24v1.334H0v-1.334Z",fill:"#FCD116"}),React.createElement("path",{d:"M11.333 3.778h1.334V21.11h-1.334V3.778Z",fill:"#141414"}),React.createElement("path",{d:"M0 11.778h24v1.333H0v-1.333Z",fill:"#141414"}),React.createElement("path",{d:"M12 16.444a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",fill:"#DD2E44"}),React.createElement("path",{d:"m12 8.871-.113.35h-.37l.301.216-.115.35L12 9.57l.297.216-.114-.352.299-.213h-.368L12 8.871Zm-2.053.667.114.348-.299.218h.37l.112.35.113-.35h.368l-.299-.218.117-.348-.298.216-.298-.216Zm-1.27 1.747.298.215-.114.351.299-.218.297.217-.115-.35.298-.215h-.37l-.11-.35-.114.35h-.369Zm0 2.16.367-.002.114.351.114-.352.368.001-.298-.215.115-.35-.3.217-.295-.218.114.35-.299.217Zm1.27 1.745.296-.216.298.218-.114-.353.298-.215-.368.001-.113-.35-.115.351-.366-.002.298.216-.114.35Zm2.053.667.113-.349h.369l-.3-.217.115-.35-.297.218-.297-.217.114.351-.299.214h.368l.114.35Zm2.053-.667-.114-.348.298-.218-.37.001-.112-.35-.112.35h-.368l.298.217-.116.348.298-.217.298.217Zm1.269-1.747-.297-.215.114-.35-.3.217-.296-.217.114.35-.297.215h.37l.11.35.114-.35h.368Zm0-2.159-.367.001-.114-.351-.114.352-.368-.002.298.216-.114.35.3-.217.294.218-.114-.35.298-.217Zm-1.27-1.746-.295.216-.299-.217.114.352-.298.215h.368l.113.35.115-.353.366.003-.297-.216.114-.35Z",fill:"#006000"}),React.createElement("path",{d:"M13.063 14.323a8.744 8.744 0 0 1-.046-.708c-.004-.184-.338-.43-.558-.429-.151-.308-.592-.68-.888-.384-.028.206.023.607.12.76l.452.103a.314.314 0 0 0 .114-.153c.013-.004.021-.016.033-.022.084.325.251.832.299.953.051.131.126.4.292.447.074.039.177.01.131-.332.05-.012.061-.144.05-.235Z",fill:"#00693F"}),React.createElement("path",{d:"M12.573 10.951a.298.298 0 0 0 .103.18.177.177 0 0 0-.06.085c-.189.163-.626 1.294-.634 1.543-.03.133-.09.343-.142.433-.291-.26-.591-.75-.541-.97a.371.371 0 0 1-.072-.014 1.5 1.5 0 0 0 .02-.18c-.017 0-.048 0-.074-.008a1.84 1.84 0 0 0 .017-.195.23.23 0 0 1-.089-.066c.02-.051.072-.151.098-.211-.043-.006-.074-.049-.089-.074a.374.374 0 0 0 .105-.129.307.307 0 0 1-.074-.08c.04-.037.158-.165.209-.237a.254.254 0 0 1-.07-.008c.043-.017.093-.08.15-.134.098.085.285.07.375.018.163.094.339.108.566.034.044.013.16.03.202.013Z",fill:"#7D76B6"}),React.createElement("path",{d:"M13.225 14.063c.034-1.209-.172-2.315-.488-2.717-.318-.404-.9-.314-1.063.034-.07.146-.079.494-.01.643.121.257.584 1.071.901 1.38.317.308.54.514.66.66Z",fill:"#00693F"}),React.createElement("path",{d:"M12.748 13.775a.564.564 0 0 1-.286-.052c-.086-.04-.16-.08-.251-.08-.092 0-.589-.035-.669-.063a1.512 1.512 0 0 0-.395-.063c-.091.005-.234.07-.292.07-.057 0-.085.045-.085.09 0 .046.011.132.08.178.12-.005.291-.017.314-.04.166.045.389.093.526.097.137.006.383.017.475.012.091-.006.108-.035.228.006.12.04.28.126.354.148.074.024.12-.05.137-.13.019-.082-.039-.18-.136-.173Z",fill:"#FFD420"}),React.createElement("path",{d:"M11.52 10.446c-.004 0-.008.004-.011.004-.026-.116-.146-.197-.214-.194-.209.056-.197.442-.008.575a.263.263 0 0 1 .052-.174c.015.047.051.09.145.102.1-.035.065-.254.035-.313Z",fill:"#fff"}),React.createElement("path",{d:"M11.43 10.886c.099.085.286.07.376.018.163.094.339.108.566.034.043.014.158.03.201.014a.453.453 0 0 1 .078-.06.468.468 0 0 1-.129-.197s.043-.052.06-.077a1.162 1.162 0 0 0-.171-.138c.026-.025.051-.102.051-.102a.556.556 0 0 1-.206-.12l.009-.052c-.14-.008-.134-.18-.437-.231-.206-.035-.515.051-.532.283.115.11.29.26.189.502a.395.395 0 0 1-.103.095c.017.019.029.021.049.03Z",fill:"#7D76B6"}),React.createElement("path",{d:"M12.228 13.924c-.057-.007-.114-.07-.114-.12 0-.052.005-.156.103-.167-.032-.055-.078-.07-.122-.063-.041-.05-.107-.06-.17-.046.002-.003.003-.009.006-.011-.054-.043-.115-.034-.168-.007-.099-.058-.249.014-.272.196-.023.177.068.303.2.296V14c.059.03.144.003.166-.032l-.001-.012c.055.036.11.036.158.002.017.016.034.033.06.039.075.018.131-.045.154-.073Z",fill:"#fff"}),React.createElement("path",{d:"M11.708 10.17c-.154 0-.15.232 0 .232s.154-.231 0-.231Z",fill:"#FFD420"}),React.createElement("path",{d:"M11.708 10.258c-.039 0-.037.057 0 .057s.039-.057 0-.057Z",fill:"#000"}))}));exports.DM=a;
1
+ "use strict";var l=require("react"),a=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(l,i){var s=l.borderRadius,t=l.height,c=l.width;return h.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:t,viewBox:"0 0 24 25",width:c,children:[h.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:"#006B3F"}),h.jsx("path",{d:"M24 10.444H14V3.778h-4v6.666H0v4h10v6.667h4v-6.667h10v-4Z",fill:"#EEE"}),h.jsx("path",{d:"M10 3.778h1.333V21.11H10V3.778Z",fill:"#FCD116"}),h.jsx("path",{d:"M0 10.444h24v1.334H0v-1.334Z",fill:"#FCD116"}),h.jsx("path",{d:"M11.333 3.778h1.334V21.11h-1.334V3.778Z",fill:"#141414"}),h.jsx("path",{d:"M0 11.778h24v1.333H0v-1.333Z",fill:"#141414"}),h.jsx("path",{d:"M12 16.444a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",fill:"#DD2E44"}),h.jsx("path",{d:"m12 8.871-.113.35h-.37l.301.216-.115.35L12 9.57l.297.216-.114-.352.299-.213h-.368L12 8.871Zm-2.053.667.114.348-.299.218h.37l.112.35.113-.35h.368l-.299-.218.117-.348-.298.216-.298-.216Zm-1.27 1.747.298.215-.114.351.299-.218.297.217-.115-.35.298-.215h-.37l-.11-.35-.114.35h-.369Zm0 2.16.367-.002.114.351.114-.352.368.001-.298-.215.115-.35-.3.217-.295-.218.114.35-.299.217Zm1.27 1.745.296-.216.298.218-.114-.353.298-.215-.368.001-.113-.35-.115.351-.366-.002.298.216-.114.35Zm2.053.667.113-.349h.369l-.3-.217.115-.35-.297.218-.297-.217.114.351-.299.214h.368l.114.35Zm2.053-.667-.114-.348.298-.218-.37.001-.112-.35-.112.35h-.368l.298.217-.116.348.298-.217.298.217Zm1.269-1.747-.297-.215.114-.35-.3.217-.296-.217.114.35-.297.215h.37l.11.35.114-.35h.368Zm0-2.159-.367.001-.114-.351-.114.352-.368-.002.298.216-.114.35.3-.217.294.218-.114-.35.298-.217Zm-1.27-1.746-.295.216-.299-.217.114.352-.298.215h.368l.113.35.115-.353.366.003-.297-.216.114-.35Z",fill:"#006000"}),h.jsx("path",{d:"M13.063 14.323a8.744 8.744 0 0 1-.046-.708c-.004-.184-.338-.43-.558-.429-.151-.308-.592-.68-.888-.384-.028.206.023.607.12.76l.452.103a.314.314 0 0 0 .114-.153c.013-.004.021-.016.033-.022.084.325.251.832.299.953.051.131.126.4.292.447.074.039.177.01.131-.332.05-.012.061-.144.05-.235Z",fill:"#00693F"}),h.jsx("path",{d:"M12.573 10.951a.298.298 0 0 0 .103.18.177.177 0 0 0-.06.085c-.189.163-.626 1.294-.634 1.543-.03.133-.09.343-.142.433-.291-.26-.591-.75-.541-.97a.371.371 0 0 1-.072-.014 1.5 1.5 0 0 0 .02-.18c-.017 0-.048 0-.074-.008a1.84 1.84 0 0 0 .017-.195.23.23 0 0 1-.089-.066c.02-.051.072-.151.098-.211-.043-.006-.074-.049-.089-.074a.374.374 0 0 0 .105-.129.307.307 0 0 1-.074-.08c.04-.037.158-.165.209-.237a.254.254 0 0 1-.07-.008c.043-.017.093-.08.15-.134.098.085.285.07.375.018.163.094.339.108.566.034.044.013.16.03.202.013Z",fill:"#7D76B6"}),h.jsx("path",{d:"M13.225 14.063c.034-1.209-.172-2.315-.488-2.717-.318-.404-.9-.314-1.063.034-.07.146-.079.494-.01.643.121.257.584 1.071.901 1.38.317.308.54.514.66.66Z",fill:"#00693F"}),h.jsx("path",{d:"M12.748 13.775a.564.564 0 0 1-.286-.052c-.086-.04-.16-.08-.251-.08-.092 0-.589-.035-.669-.063a1.512 1.512 0 0 0-.395-.063c-.091.005-.234.07-.292.07-.057 0-.085.045-.085.09 0 .046.011.132.08.178.12-.005.291-.017.314-.04.166.045.389.093.526.097.137.006.383.017.475.012.091-.006.108-.035.228.006.12.04.28.126.354.148.074.024.12-.05.137-.13.019-.082-.039-.18-.136-.173Z",fill:"#FFD420"}),h.jsx("path",{d:"M11.52 10.446c-.004 0-.008.004-.011.004-.026-.116-.146-.197-.214-.194-.209.056-.197.442-.008.575a.263.263 0 0 1 .052-.174c.015.047.051.09.145.102.1-.035.065-.254.035-.313Z",fill:"#fff"}),h.jsx("path",{d:"M11.43 10.886c.099.085.286.07.376.018.163.094.339.108.566.034.043.014.158.03.201.014a.453.453 0 0 1 .078-.06.468.468 0 0 1-.129-.197s.043-.052.06-.077a1.162 1.162 0 0 0-.171-.138c.026-.025.051-.102.051-.102a.556.556 0 0 1-.206-.12l.009-.052c-.14-.008-.134-.18-.437-.231-.206-.035-.515.051-.532.283.115.11.29.26.189.502a.395.395 0 0 1-.103.095c.017.019.029.021.049.03Z",fill:"#7D76B6"}),h.jsx("path",{d:"M12.228 13.924c-.057-.007-.114-.07-.114-.12 0-.052.005-.156.103-.167-.032-.055-.078-.07-.122-.063-.041-.05-.107-.06-.17-.046.002-.003.003-.009.006-.011-.054-.043-.115-.034-.168-.007-.099-.058-.249.014-.272.196-.023.177.068.303.2.296V14c.059.03.144.003.166-.032l-.001-.012c.055.036.11.036.158.002.017.016.034.033.06.039.075.018.131-.045.154-.073Z",fill:"#fff"}),h.jsx("path",{d:"M11.708 10.17c-.154 0-.15.232 0 .232s.154-.231 0-.231Z",fill:"#FFD420"}),h.jsx("path",{d:"M11.708 10.258c-.039 0-.037.057 0 .057s.039-.057 0-.057Z",fill:"#000"})]})}));exports.DM=i;
package/icons/flags/DO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var e=c.forwardRef((function(e,t){var l=e.borderRadius,v=e.height,r=e.width,h=c.useId();return React.createElement(a.FlagIconBase,{ref:t,borderRadius:l,height:v,viewBox:"0 0 24 25",width:r},React.createElement("g",{clipPath:"url(#".concat(h,"-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:"#002D62"}),React.createElement("path",{d:"M21.333 3.778h-8v7.333H24V6.444a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#DD2E44"}),React.createElement("path",{d:"M2.667 21.11h8v-7.332H0v4.666a2.667 2.667 0 0 0 2.667 2.667Z",fill:"#CE1225"}),React.createElement("path",{d:"M24 10.444H14V3.778h-4v6.666H0v4h10v6.667h4v-6.667h10v-4Z",fill:"#EEE"}),React.createElement("path",{d:"M12.015 11.074h-1.278l.223.216v1.103h1.055v-1.319Zm0 2.624c.17-.185.286-.178.766-.178.257 0 .287-.174.287-.514v-.613h-1.053v1.305Z",fill:"#002D62"}),React.createElement("path",{d:"M12.015 13.698c-.17-.185-.286-.178-.768-.178-.257 0-.287-.174-.287-.514v-.613h1.055v1.305Zm0-2.624h1.276l-.223.216v1.103h-1.053v-1.319Z",fill:"#CE1225"}),React.createElement("path",{d:"M12.197 13.562v-2.488h-.365v2.49a.461.461 0 0 1 .183.134.497.497 0 0 1 .182-.136Z",fill:"#fff"}),React.createElement("path",{d:"M10.96 12.207h2.107v.365H10.96v-.365Z",fill:"#fff"}),React.createElement("path",{d:"m12.015 12.148.692-.738v.223l.128-.107v1.234c0 .458-.722.412-.821.201-.1.211-.821.257-.821-.201v-1.234l.128.107v-.223l.694.738Z",fill:"#002D62"}),React.createElement("path",{d:"M12.015 12.94c-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108v-.182c0 .054.216.103.274.103v-.639l.12.096V11.7l.183.186v.131l-.12-.102v.54c.124 0 .221.074.365.074.142 0 .24-.074.364-.074v-.54l-.12.102v-.13l.182-.187v.166l.121-.096v.639c.058 0 .273-.05.273-.103v.182c0 .042-.145.108-.273.108v.212c0 .17-.216.31-.547.132v-.186c.178.103.364.128.364.016v-.132c-.124 0-.222.074-.364.074-.144 0-.241-.074-.366-.074v.132c0 .112.188.087.366-.016v.186Z",fill:"#fff"}),React.createElement("path",{d:"M12.26 11.887v.13l.12-.101v.54c-.125 0-.223.074-.365.074-.144 0-.241-.074-.366-.074v-.54l.121.102v-.131l.245.262.244-.262Z",fill:"#CE1225"}),React.createElement("path",{d:"M11.193 12.488v.272c0 .458.722.412.822.2.098.212.82.258.82-.2v-.272c0 .04-.145.108-.273.108v.212c0 .169-.216.31-.547.132-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108Z",fill:"#CE1225"}),React.createElement("path",{d:"M12.292 10.632c.013-.033.025-.081.037-.125a2.61 2.61 0 0 0-.63 0c.012.044.025.092.038.125.008.026-.042.088-.22.077a2.778 2.778 0 0 0-.569.04c.033.05.045.06.041.098-.004.043-.106.084-.284.11-.178.024-.247.209-.308.473a1.237 1.237 0 0 0-.25-.067c.04-.172.178-.563.35-.602-.042-.093-.032-.14.129-.215.174-.082.469-.131.793-.143-.02-.079 0-.11.102-.154.088-.038.226-.067.494-.067.267 0 .406.029.493.067.103.043.123.075.103.154.324.012.619.061.792.143.161.074.171.122.129.215.172.04.31.43.35.602-.067.01-.18.039-.249.067-.061-.264-.13-.449-.309-.474-.178-.025-.28-.066-.285-.109-.004-.039.009-.049.041-.099a2.775 2.775 0 0 0-.569-.039c-.177.01-.226-.052-.219-.077Z",fill:"#002D62"}),React.createElement("path",{d:"m12.015 12.211.848-.727.019.022-.867.742v-.037Zm0-.081.716-.778.021.02-.737.8v-.042Zm0-.107.569-.786.023.017-.592.818v-.049Zm0 .188-.849-.727-.019.022.868.742v-.037Z",fill:"#996B38"}),React.createElement("path",{d:"m12.015 12.13-.717-.778-.02.02.737.8v-.042Zm0-.107-.57-.786-.024.017.594.818v-.049Z",fill:"#996B38"}),React.createElement("path",{d:"m12.85 11.474.121-.064-.081.111c-.007.006-.046-.042-.04-.047Zm-.134-.13.115-.078-.068.12c-.007.006-.052-.037-.047-.042Zm-.147-.115.104-.091-.054.127c-.006.008-.055-.03-.05-.036Zm-1.39.245-.122-.064.082.111c.006.006.046-.042.04-.047Zm.133-.13-.113-.078.068.12c.006.006.051-.037.045-.042Zm.148-.115-.104-.091.053.127c.006.008.056-.03.051-.036Z",fill:"#FFCE46"}),React.createElement("path",{d:"M11.809 12.026c.033-.028.127-.073.182-.044.043-.05.144-.092.2-.063l.117.362c-.033.023-.099.011-.14.037-.011.006-.043.024-.049.038-.02-.01-.065-.004-.097.006-.03.009-.05.04-.085.044l-.128-.38Z",fill:"#fff"}),React.createElement("path",{d:"m11.939 12.41-.132-.384.001-.002c.036-.029.13-.071.185-.043.038-.047.143-.093.199-.063l.119.363c-.018.014-.042.017-.068.02a.179.179 0 0 0-.073.02c-.015.008-.043.024-.048.037a.202.202 0 0 0-.098.007c-.013.004-.023.012-.035.02a.124.124 0 0 1-.05.025Zm-.128-.384.129.38a.136.136 0 0 0 .046-.025.14.14 0 0 1 .036-.02c.03-.01.076-.017.099-.007.002-.012.03-.028.044-.036a.192.192 0 0 1 .077-.021.139.139 0 0 0 .065-.017l-.119-.36c-.05-.026-.15.013-.195.064-.054-.028-.146.014-.182.042Z",fill:"#000"}),React.createElement("path",{d:"M13.138 13.964c.109 0 .253.03.298.046a.692.692 0 0 0-.19-.1c.1.016.125.033.191.05.046.013.054.018.056.084 0 .045 0 .103.028.01.025-.084.034-.096-.01-.124a.916.916 0 0 0-.174-.09c.128.033.232.074.294.115a.494.494 0 0 0-.158-.153c.075.018.175.058.245.096a.495.495 0 0 0-.163-.152c.114.024.234.061.3.098a.48.48 0 0 0-.23-.186.873.873 0 0 1 .299.086c-.073-.07-.15-.144-.225-.169.103.014.199.04.255.066a.578.578 0 0 0-.3-.147c.079.002.179.01.263.026a.517.517 0 0 0-.245-.072.797.797 0 0 1 .431.027 1.057 1.057 0 0 0-.295-.114c.063-.003.154-.018.213-.01a1.107 1.107 0 0 0-.29-.049 3.28 3.28 0 0 1 .329-.075c-.133-.009-.282 0-.415.021.147-.124.254-.124.349-.14.095-.017.166-.038.067-.048a3.412 3.412 0 0 0-.16-.012 1.71 1.71 0 0 0 .277-.12c.043-.023.15-.1.035-.048-.114.052-.277.06-.425.076a.407.407 0 0 0-.153.043c.08-.046.17-.095.264-.14.094-.045.074-.06.156.033.039.046.036 0-.015-.119-.041-.092-.077-.05-.167-.014a1.18 1.18 0 0 0-.125.059c.052-.062.232-.27.261-.306.032-.035.08.006.141.046.059.04.039.002-.017-.063-.057-.064-.084-.074-.121-.043-.037.032-.217.146-.317.241.184-.174.397-.37.446-.426-.106.057-.2.12-.285.185.03-.04.083-.118.11-.15-.042.028-.1.058-.134.09.05-.088.101-.169.109-.183.011-.023.023-.028.04-.03l.094-.007c.053-.004.032-.016.009-.022-.148-.038-.142-.022-.175.01a1.323 1.323 0 0 0-.091.107c.037-.115.15-.223.167-.255a.68.68 0 0 0-.218.166c.052-.085.218-.216.268-.268a.709.709 0 0 0-.188.108c.028-.048.054-.099.078-.15a.632.632 0 0 0-.208.222 1.25 1.25 0 0 1 .022-.08c.03-.057.11-.135.151-.18.042-.046.051-.059.17.016a.438.438 0 0 0-.061-.116c-.034-.052-.05-.03-.097.01-.026.02-.05.05-.097.09.051-.13.11-.27.142-.362a.975.975 0 0 0-.204.324c.004-.092.054-.278.045-.374a.575.575 0 0 0-.103.235c-.002-.1-.004-.225-.028-.297.007.062-.057.204-.074.304-.04-.095-.084-.186-.109-.25.002.05.016.164.037.298-.033-.103-.154-.21-.158-.294-.003.12.084.324.093.382.001.018.009.046.015.078-.041-.066-.14-.186-.166-.265 0 .05.019.136.028.19-.052-.048-.088-.02-.176.146.028-.009.062-.045.086-.062.025-.017.048-.035.075.008.033.055.123.18.172.34-.014-.046-.097-.154-.127-.201.007.022.022.097.032.14a1.102 1.102 0 0 0-.112-.23c-.002.054.038.206.044.27-.024-.055-.05-.104-.07-.145.015.043.038.195.035.273a1.654 1.654 0 0 0-.095-.149c.022.063.04.187.043.258a.66.66 0 0 0-.03-.055c-.041-.066-.069.054-.093.116-.026.062-.012.054.016.011.044-.066.038-.057.064.015.016.042.06.144.097.278-.036-.059-.086-.137-.113-.195-.027-.058-.029-.055 0 .06.019.076.066.216.047.365a4.153 4.153 0 0 0-.1-.31c.006.065.014.188.014.24a.27.27 0 0 0-.055-.074c.027.088.034.24.034.334a.636.636 0 0 0-.056-.153c-.002.069.017.23.034.304a.69.69 0 0 0-.06-.158.76.76 0 0 1-.004.287.541.541 0 0 0-.032-.126c-.007.04-.016.152-.044.2a.54.54 0 0 0 .011-.178.957.957 0 0 1-.08.21.944.944 0 0 0 .029-.176c-.01.043-.039.078-.055.116a.69.69 0 0 0 .007-.137.816.816 0 0 1-.136.26.675.675 0 0 0 .041-.227c-.053.094-.058.134-.143.246a.33.33 0 0 0 .028-.216.97.97 0 0 1-.079.168.628.628 0 0 1 .02-.222c-.037.024-.087.096-.087.15a.31.31 0 0 0-.066-.138c.028.186.018.347-.094.421-.248.163-.458.523-.761.657.021.012.07.054.096.084.29-.128.485-.417.71-.578.107-.058.351.071.621.001.104-.027.307.033.398.07-.043-.057-.125-.104-.271-.133Z",fill:"#549334"}),React.createElement("path",{d:"M11.05 13.777c.05-.009.187-.007.295.01-.072-.027-.026-.198-.113-.262.09.041.127.027.175.035l.016.004a.162.162 0 0 1 .021-.098c.012.045.062.055.105.088l.022.019c.002-.054.08-.125.089-.16.017.048.06.082.077.15.041.175-.096.211-.046.336.248.163.469.487.772.622a.491.491 0 0 0-.096.083c-.402-.178-.661-.693-1.029-.718l-.028.01c-.091.045-.177.078-.257.06a.358.358 0 0 0-.22.04c.102-.157.154-.202.217-.22a.346.346 0 0 1-.232.006c-.045.11-.152.14-.247.153-.096.013-.166.051-.196.104a.353.353 0 0 1 .007-.156.511.511 0 0 0-.151.003c.056-.022.108-.182.246-.202a.254.254 0 0 1-.068-.065c.033.019.062-.002.122-.018a.434.434 0 0 1 .122-.013.242.242 0 0 1-.091-.136c-.043.129-.184.164-.267.17-.1.006-.148.039-.166.066 0-.061.02-.111.042-.144-.041.004-.079.005-.1.014a.264.264 0 0 1 .114-.184c-.061-.014-.145-.121-.15-.197.048.055.245-.002.341.105a.27.27 0 0 1-.098-.191c.022.03.07.03.116.057-.065-.235-.227-.182-.323-.257-.122-.096-.073-.262-.17-.34.042 0 .078.002.106.01a.642.642 0 0 1-.018-.211c.024.074.106.064.158.137a.11.11 0 0 0 .01-.06c.038.044.072.083.094.124-.006-.079.026-.125.05-.146a.35.35 0 0 0 .037.158c.031.062.043.133.02.247-.021.108.023.19.078.27a.844.844 0 0 0-.015-.228.422.422 0 0 1-.007-.198.336.336 0 0 0 .09.122.1.1 0 0 1 .023.042l.032-.077c.013-.037-.16-.1-.15-.295-.116-.064-.221-.15-.25-.306a.195.195 0 0 0 .064.034c-.064-.096-.08-.216-.058-.276.016.05.066.062.121.1.013-.102-.096-.177-.093-.276.004-.158.086-.16.115-.258a.44.44 0 0 1 .051.105c.019-.066.099-.115.1-.165.042.06.072.127.05.195a.187.187 0 0 1 .15.02c-.101.019-.095.14-.162.172-.066.031-.191.119-.16.25a.47.47 0 0 1 .102.243c.02.02.038.044.051.072a.482.482 0 0 0 .044-.1c-.006-.051-.075-.108-.093-.16-.026-.066.034-.17.01-.26a.272.272 0 0 1 .128.083c.031-.072.09-.117.092-.238.024.047.045.1.058.15a.365.365 0 0 1 .18-.13c-.048.083-.031.165-.033.233-.002.068-.004.183-.103.259-.1.077-.126.098-.147.292.042-.091.143-.162.147-.21.02.086.037.153.034.212.034-.04.094-.061.164-.065-.05.058-.087.284-.22.31-.132.028-.185.162-.221.216-.045.069-.057.122-.011.212a.464.464 0 0 1 .036-.197c.044-.088.138-.125.144-.187.013.066.02.118.017.16.067-.134.207-.095.247-.134a.352.352 0 0 0-.069.158.256.256 0 0 1-.147.178c-.061.029-.114.034-.146.097-.008.037.024.069.024.125a.133.133 0 0 1 .018-.053c.038-.055.063-.096.063-.127.083.083.101.164.075.25-.027.089-.047.16.007.229.032.027.07.047.104.058.044-.044-.007-.097-.057-.15-.05-.05-.046-.173-.004-.223.041-.051.077-.104.074-.15a.327.327 0 0 1 .074.103.194.194 0 0 1 .071-.095c.007.073.054.106.054.185a.181.181 0 0 1 .104-.104c-.01.04.026.1.031.139.004.03 0 .064-.014.1a.193.193 0 0 1-.102.11c-.019.01-.049.02-.079.034.07-.01.2.014.229.066-.053-.02-.167.022-.223.045Z",fill:"#549334"}),React.createElement("path",{d:"M12.08 14.236c-.013-.012-.033-.018-.065-.018s-.052.006-.065.018c-.13-.045-.215-.026-.215.015v.125c0 .022.048.048.224.006a.095.095 0 0 0 .056.014.093.093 0 0 0 .058-.016v.001c.177.043.225.016.225-.005v-.126c0-.041-.085-.061-.218-.014Z",fill:"#CE1225"}),React.createElement("path",{d:"M12.285 14.23a.534.534 0 0 1 .158.037 1.399 1.399 0 0 0-.019.15.378.378 0 0 0-.139-.047v-.14Zm-.537 0a.538.538 0 0 0-.159.037c.007.027.02.127.02.15a.375.375 0 0 1 .138-.047v-.14h.001Z",fill:"#CE1225"}),React.createElement("path",{d:"M12.015 14.101c.378 0 .682.023.924.075-.03.022-.056.052-.075.067-.022.019-.014.07.036.115.05.043.171.081.292.028l.07-.03c-.035.028-.063.066-.047.102.071.159.346-.05.51.15.044-.056.154-.172.199-.216-.093-.113-.223-.094-.33-.086.039-.064.043-.114-.043-.175-.035-.025-.156-.021-.266.029.02-.052.016-.138-.155-.213-.261-.117-.705-.141-1.115-.141-.41 0-.854.024-1.116.141-.171.075-.175.16-.154.213-.112-.05-.231-.054-.267-.029-.085.061-.08.11-.041.175-.108-.008-.238-.027-.332.086.046.044.156.16.199.216.164-.201.44.009.51-.15.016-.036-.012-.074-.045-.102l.068.03a.293.293 0 0 0 .292-.028c.05-.044.058-.096.036-.115-.02-.015-.044-.045-.075-.067.242-.052.546-.075.925-.075Z",fill:"#CE1225"})),React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(h,"-0")},React.createElement("path",{d:"M0 .444h24v24H0z",fill:"#fff"}))))}));exports.DO=e;
1
+ "use strict";var c=require("react"),a=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var v=c.forwardRef((function(v,h){var i=v.borderRadius,f=v.height,s=v.width,t=c.useId();return l.jsxs(a.FlagIconBase,{ref:h,borderRadius:i,height:f,viewBox:"0 0 24 25",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),children:[l.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:"#002D62"}),l.jsx("path",{d:"M21.333 3.778h-8v7.333H24V6.444a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#DD2E44"}),l.jsx("path",{d:"M2.667 21.11h8v-7.332H0v4.666a2.667 2.667 0 0 0 2.667 2.667Z",fill:"#CE1225"}),l.jsx("path",{d:"M24 10.444H14V3.778h-4v6.666H0v4h10v6.667h4v-6.667h10v-4Z",fill:"#EEE"}),l.jsx("path",{d:"M12.015 11.074h-1.278l.223.216v1.103h1.055v-1.319Zm0 2.624c.17-.185.286-.178.766-.178.257 0 .287-.174.287-.514v-.613h-1.053v1.305Z",fill:"#002D62"}),l.jsx("path",{d:"M12.015 13.698c-.17-.185-.286-.178-.768-.178-.257 0-.287-.174-.287-.514v-.613h1.055v1.305Zm0-2.624h1.276l-.223.216v1.103h-1.053v-1.319Z",fill:"#CE1225"}),l.jsx("path",{d:"M12.197 13.562v-2.488h-.365v2.49a.461.461 0 0 1 .183.134.497.497 0 0 1 .182-.136Z",fill:"#fff"}),l.jsx("path",{d:"M10.96 12.207h2.107v.365H10.96v-.365Z",fill:"#fff"}),l.jsx("path",{d:"m12.015 12.148.692-.738v.223l.128-.107v1.234c0 .458-.722.412-.821.201-.1.211-.821.257-.821-.201v-1.234l.128.107v-.223l.694.738Z",fill:"#002D62"}),l.jsx("path",{d:"M12.015 12.94c-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108v-.182c0 .054.216.103.274.103v-.639l.12.096V11.7l.183.186v.131l-.12-.102v.54c.124 0 .221.074.365.074.142 0 .24-.074.364-.074v-.54l-.12.102v-.13l.182-.187v.166l.121-.096v.639c.058 0 .273-.05.273-.103v.182c0 .042-.145.108-.273.108v.212c0 .17-.216.31-.547.132v-.186c.178.103.364.128.364.016v-.132c-.124 0-.222.074-.364.074-.144 0-.241-.074-.366-.074v.132c0 .112.188.087.366-.016v.186Z",fill:"#fff"}),l.jsx("path",{d:"M12.26 11.887v.13l.12-.101v.54c-.125 0-.223.074-.365.074-.144 0-.241-.074-.366-.074v-.54l.121.102v-.131l.245.262.244-.262Z",fill:"#CE1225"}),l.jsx("path",{d:"M11.193 12.488v.272c0 .458.722.412.822.2.098.212.82.258.82-.2v-.272c0 .04-.145.108-.273.108v.212c0 .169-.216.31-.547.132-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108Z",fill:"#CE1225"}),l.jsx("path",{d:"M12.292 10.632c.013-.033.025-.081.037-.125a2.61 2.61 0 0 0-.63 0c.012.044.025.092.038.125.008.026-.042.088-.22.077a2.778 2.778 0 0 0-.569.04c.033.05.045.06.041.098-.004.043-.106.084-.284.11-.178.024-.247.209-.308.473a1.237 1.237 0 0 0-.25-.067c.04-.172.178-.563.35-.602-.042-.093-.032-.14.129-.215.174-.082.469-.131.793-.143-.02-.079 0-.11.102-.154.088-.038.226-.067.494-.067.267 0 .406.029.493.067.103.043.123.075.103.154.324.012.619.061.792.143.161.074.171.122.129.215.172.04.31.43.35.602-.067.01-.18.039-.249.067-.061-.264-.13-.449-.309-.474-.178-.025-.28-.066-.285-.109-.004-.039.009-.049.041-.099a2.775 2.775 0 0 0-.569-.039c-.177.01-.226-.052-.219-.077Z",fill:"#002D62"}),l.jsx("path",{d:"m12.015 12.211.848-.727.019.022-.867.742v-.037Zm0-.081.716-.778.021.02-.737.8v-.042Zm0-.107.569-.786.023.017-.592.818v-.049Zm0 .188-.849-.727-.019.022.868.742v-.037Z",fill:"#996B38"}),l.jsx("path",{d:"m12.015 12.13-.717-.778-.02.02.737.8v-.042Zm0-.107-.57-.786-.024.017.594.818v-.049Z",fill:"#996B38"}),l.jsx("path",{d:"m12.85 11.474.121-.064-.081.111c-.007.006-.046-.042-.04-.047Zm-.134-.13.115-.078-.068.12c-.007.006-.052-.037-.047-.042Zm-.147-.115.104-.091-.054.127c-.006.008-.055-.03-.05-.036Zm-1.39.245-.122-.064.082.111c.006.006.046-.042.04-.047Zm.133-.13-.113-.078.068.12c.006.006.051-.037.045-.042Zm.148-.115-.104-.091.053.127c.006.008.056-.03.051-.036Z",fill:"#FFCE46"}),l.jsx("path",{d:"M11.809 12.026c.033-.028.127-.073.182-.044.043-.05.144-.092.2-.063l.117.362c-.033.023-.099.011-.14.037-.011.006-.043.024-.049.038-.02-.01-.065-.004-.097.006-.03.009-.05.04-.085.044l-.128-.38Z",fill:"#fff"}),l.jsx("path",{d:"m11.939 12.41-.132-.384.001-.002c.036-.029.13-.071.185-.043.038-.047.143-.093.199-.063l.119.363c-.018.014-.042.017-.068.02a.179.179 0 0 0-.073.02c-.015.008-.043.024-.048.037a.202.202 0 0 0-.098.007c-.013.004-.023.012-.035.02a.124.124 0 0 1-.05.025Zm-.128-.384.129.38a.136.136 0 0 0 .046-.025.14.14 0 0 1 .036-.02c.03-.01.076-.017.099-.007.002-.012.03-.028.044-.036a.192.192 0 0 1 .077-.021.139.139 0 0 0 .065-.017l-.119-.36c-.05-.026-.15.013-.195.064-.054-.028-.146.014-.182.042Z",fill:"#000"}),l.jsx("path",{d:"M13.138 13.964c.109 0 .253.03.298.046a.692.692 0 0 0-.19-.1c.1.016.125.033.191.05.046.013.054.018.056.084 0 .045 0 .103.028.01.025-.084.034-.096-.01-.124a.916.916 0 0 0-.174-.09c.128.033.232.074.294.115a.494.494 0 0 0-.158-.153c.075.018.175.058.245.096a.495.495 0 0 0-.163-.152c.114.024.234.061.3.098a.48.48 0 0 0-.23-.186.873.873 0 0 1 .299.086c-.073-.07-.15-.144-.225-.169.103.014.199.04.255.066a.578.578 0 0 0-.3-.147c.079.002.179.01.263.026a.517.517 0 0 0-.245-.072.797.797 0 0 1 .431.027 1.057 1.057 0 0 0-.295-.114c.063-.003.154-.018.213-.01a1.107 1.107 0 0 0-.29-.049 3.28 3.28 0 0 1 .329-.075c-.133-.009-.282 0-.415.021.147-.124.254-.124.349-.14.095-.017.166-.038.067-.048a3.412 3.412 0 0 0-.16-.012 1.71 1.71 0 0 0 .277-.12c.043-.023.15-.1.035-.048-.114.052-.277.06-.425.076a.407.407 0 0 0-.153.043c.08-.046.17-.095.264-.14.094-.045.074-.06.156.033.039.046.036 0-.015-.119-.041-.092-.077-.05-.167-.014a1.18 1.18 0 0 0-.125.059c.052-.062.232-.27.261-.306.032-.035.08.006.141.046.059.04.039.002-.017-.063-.057-.064-.084-.074-.121-.043-.037.032-.217.146-.317.241.184-.174.397-.37.446-.426-.106.057-.2.12-.285.185.03-.04.083-.118.11-.15-.042.028-.1.058-.134.09.05-.088.101-.169.109-.183.011-.023.023-.028.04-.03l.094-.007c.053-.004.032-.016.009-.022-.148-.038-.142-.022-.175.01a1.323 1.323 0 0 0-.091.107c.037-.115.15-.223.167-.255a.68.68 0 0 0-.218.166c.052-.085.218-.216.268-.268a.709.709 0 0 0-.188.108c.028-.048.054-.099.078-.15a.632.632 0 0 0-.208.222 1.25 1.25 0 0 1 .022-.08c.03-.057.11-.135.151-.18.042-.046.051-.059.17.016a.438.438 0 0 0-.061-.116c-.034-.052-.05-.03-.097.01-.026.02-.05.05-.097.09.051-.13.11-.27.142-.362a.975.975 0 0 0-.204.324c.004-.092.054-.278.045-.374a.575.575 0 0 0-.103.235c-.002-.1-.004-.225-.028-.297.007.062-.057.204-.074.304-.04-.095-.084-.186-.109-.25.002.05.016.164.037.298-.033-.103-.154-.21-.158-.294-.003.12.084.324.093.382.001.018.009.046.015.078-.041-.066-.14-.186-.166-.265 0 .05.019.136.028.19-.052-.048-.088-.02-.176.146.028-.009.062-.045.086-.062.025-.017.048-.035.075.008.033.055.123.18.172.34-.014-.046-.097-.154-.127-.201.007.022.022.097.032.14a1.102 1.102 0 0 0-.112-.23c-.002.054.038.206.044.27-.024-.055-.05-.104-.07-.145.015.043.038.195.035.273a1.654 1.654 0 0 0-.095-.149c.022.063.04.187.043.258a.66.66 0 0 0-.03-.055c-.041-.066-.069.054-.093.116-.026.062-.012.054.016.011.044-.066.038-.057.064.015.016.042.06.144.097.278-.036-.059-.086-.137-.113-.195-.027-.058-.029-.055 0 .06.019.076.066.216.047.365a4.153 4.153 0 0 0-.1-.31c.006.065.014.188.014.24a.27.27 0 0 0-.055-.074c.027.088.034.24.034.334a.636.636 0 0 0-.056-.153c-.002.069.017.23.034.304a.69.69 0 0 0-.06-.158.76.76 0 0 1-.004.287.541.541 0 0 0-.032-.126c-.007.04-.016.152-.044.2a.54.54 0 0 0 .011-.178.957.957 0 0 1-.08.21.944.944 0 0 0 .029-.176c-.01.043-.039.078-.055.116a.69.69 0 0 0 .007-.137.816.816 0 0 1-.136.26.675.675 0 0 0 .041-.227c-.053.094-.058.134-.143.246a.33.33 0 0 0 .028-.216.97.97 0 0 1-.079.168.628.628 0 0 1 .02-.222c-.037.024-.087.096-.087.15a.31.31 0 0 0-.066-.138c.028.186.018.347-.094.421-.248.163-.458.523-.761.657.021.012.07.054.096.084.29-.128.485-.417.71-.578.107-.058.351.071.621.001.104-.027.307.033.398.07-.043-.057-.125-.104-.271-.133Z",fill:"#549334"}),l.jsx("path",{d:"M11.05 13.777c.05-.009.187-.007.295.01-.072-.027-.026-.198-.113-.262.09.041.127.027.175.035l.016.004a.162.162 0 0 1 .021-.098c.012.045.062.055.105.088l.022.019c.002-.054.08-.125.089-.16.017.048.06.082.077.15.041.175-.096.211-.046.336.248.163.469.487.772.622a.491.491 0 0 0-.096.083c-.402-.178-.661-.693-1.029-.718l-.028.01c-.091.045-.177.078-.257.06a.358.358 0 0 0-.22.04c.102-.157.154-.202.217-.22a.346.346 0 0 1-.232.006c-.045.11-.152.14-.247.153-.096.013-.166.051-.196.104a.353.353 0 0 1 .007-.156.511.511 0 0 0-.151.003c.056-.022.108-.182.246-.202a.254.254 0 0 1-.068-.065c.033.019.062-.002.122-.018a.434.434 0 0 1 .122-.013.242.242 0 0 1-.091-.136c-.043.129-.184.164-.267.17-.1.006-.148.039-.166.066 0-.061.02-.111.042-.144-.041.004-.079.005-.1.014a.264.264 0 0 1 .114-.184c-.061-.014-.145-.121-.15-.197.048.055.245-.002.341.105a.27.27 0 0 1-.098-.191c.022.03.07.03.116.057-.065-.235-.227-.182-.323-.257-.122-.096-.073-.262-.17-.34.042 0 .078.002.106.01a.642.642 0 0 1-.018-.211c.024.074.106.064.158.137a.11.11 0 0 0 .01-.06c.038.044.072.083.094.124-.006-.079.026-.125.05-.146a.35.35 0 0 0 .037.158c.031.062.043.133.02.247-.021.108.023.19.078.27a.844.844 0 0 0-.015-.228.422.422 0 0 1-.007-.198.336.336 0 0 0 .09.122.1.1 0 0 1 .023.042l.032-.077c.013-.037-.16-.1-.15-.295-.116-.064-.221-.15-.25-.306a.195.195 0 0 0 .064.034c-.064-.096-.08-.216-.058-.276.016.05.066.062.121.1.013-.102-.096-.177-.093-.276.004-.158.086-.16.115-.258a.44.44 0 0 1 .051.105c.019-.066.099-.115.1-.165.042.06.072.127.05.195a.187.187 0 0 1 .15.02c-.101.019-.095.14-.162.172-.066.031-.191.119-.16.25a.47.47 0 0 1 .102.243c.02.02.038.044.051.072a.482.482 0 0 0 .044-.1c-.006-.051-.075-.108-.093-.16-.026-.066.034-.17.01-.26a.272.272 0 0 1 .128.083c.031-.072.09-.117.092-.238.024.047.045.1.058.15a.365.365 0 0 1 .18-.13c-.048.083-.031.165-.033.233-.002.068-.004.183-.103.259-.1.077-.126.098-.147.292.042-.091.143-.162.147-.21.02.086.037.153.034.212.034-.04.094-.061.164-.065-.05.058-.087.284-.22.31-.132.028-.185.162-.221.216-.045.069-.057.122-.011.212a.464.464 0 0 1 .036-.197c.044-.088.138-.125.144-.187.013.066.02.118.017.16.067-.134.207-.095.247-.134a.352.352 0 0 0-.069.158.256.256 0 0 1-.147.178c-.061.029-.114.034-.146.097-.008.037.024.069.024.125a.133.133 0 0 1 .018-.053c.038-.055.063-.096.063-.127.083.083.101.164.075.25-.027.089-.047.16.007.229.032.027.07.047.104.058.044-.044-.007-.097-.057-.15-.05-.05-.046-.173-.004-.223.041-.051.077-.104.074-.15a.327.327 0 0 1 .074.103.194.194 0 0 1 .071-.095c.007.073.054.106.054.185a.181.181 0 0 1 .104-.104c-.01.04.026.1.031.139.004.03 0 .064-.014.1a.193.193 0 0 1-.102.11c-.019.01-.049.02-.079.034.07-.01.2.014.229.066-.053-.02-.167.022-.223.045Z",fill:"#549334"}),l.jsx("path",{d:"M12.08 14.236c-.013-.012-.033-.018-.065-.018s-.052.006-.065.018c-.13-.045-.215-.026-.215.015v.125c0 .022.048.048.224.006a.095.095 0 0 0 .056.014.093.093 0 0 0 .058-.016v.001c.177.043.225.016.225-.005v-.126c0-.041-.085-.061-.218-.014Z",fill:"#CE1225"}),l.jsx("path",{d:"M12.285 14.23a.534.534 0 0 1 .158.037 1.399 1.399 0 0 0-.019.15.378.378 0 0 0-.139-.047v-.14Zm-.537 0a.538.538 0 0 0-.159.037c.007.027.02.127.02.15a.375.375 0 0 1 .138-.047v-.14h.001Z",fill:"#CE1225"}),l.jsx("path",{d:"M12.015 14.101c.378 0 .682.023.924.075-.03.022-.056.052-.075.067-.022.019-.014.07.036.115.05.043.171.081.292.028l.07-.03c-.035.028-.063.066-.047.102.071.159.346-.05.51.15.044-.056.154-.172.199-.216-.093-.113-.223-.094-.33-.086.039-.064.043-.114-.043-.175-.035-.025-.156-.021-.266.029.02-.052.016-.138-.155-.213-.261-.117-.705-.141-1.115-.141-.41 0-.854.024-1.116.141-.171.075-.175.16-.154.213-.112-.05-.231-.054-.267-.029-.085.061-.08.11-.041.175-.108-.008-.238-.027-.332.086.046.044.156.16.199.216.164-.201.44.009.51-.15.016-.036-.012-.074-.045-.102l.068.03a.293.293 0 0 0 .292-.028c.05-.044.058-.096.036-.115-.02-.015-.044-.045-.075-.067.242-.052.546-.075.925-.075Z",fill:"#CE1225"})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t,"-0"),children:l.jsx("path",{d:"M0 .444h24v24H0z",fill:"#fff"})})})]})}));exports.DO=v;
package/icons/flags/DZ.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:"M320 0h320v480H320z",fill:"#fff"}),React.createElement("path",{d:"M0 0h320v480H0z",fill:"#006233"}),React.createElement("path",{d:"M424 180a120 120 0 1 0 0 120 96 96 0 1 1 0-120m4 60-108-35.2 67.2 92V183.2l-67.2 92z",fill:"#d21034"}))}));exports.DZ=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:"M320 0h320v480H320z",fill:"#fff"}),i.jsx("path",{d:"M0 0h320v480H0z",fill:"#006233"}),i.jsx("path",{d:"M424 180a120 120 0 1 0 0 120 96 96 0 1 1 0-120m4 60-108-35.2 67.2 92V183.2l-67.2 92z",fill:"#d21034"})]})}));exports.DZ=a;
@@ -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,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:i,viewBox:"0 0 24 25",width:c},React.createElement("path",{d:"M0 10.111h24v6H0v-6Z",fill:"#9898A0"}),React.createElement("path",{d:"M21.333 4.111H2.667A2.667 2.667 0 0 0 0 6.778v3.333h24V6.778a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#D6D6D9"}),React.createElement("path",{d:"M21.333 21.445H2.667A2.667 2.667 0 0 1 0 18.778V16.11h24v2.667a2.667 2.667 0 0 1-2.667 2.667Z",fill:"#5B5B60"}))}));exports.Default=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 t=e.borderRadius,s=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:t,height:s,viewBox:"0 0 24 25",width:h,children:[i.jsx("path",{d:"M0 10.111h24v6H0v-6Z",fill:"#9898A0"}),i.jsx("path",{d:"M21.333 4.111H2.667A2.667 2.667 0 0 0 0 6.778v3.333h24V6.778a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#D6D6D9"}),i.jsx("path",{d:"M21.333 21.445H2.667A2.667 2.667 0 0 1 0 18.778V16.11h24v2.667a2.667 2.667 0 0 1-2.667 2.667Z",fill:"#5B5B60"})]})}));exports.Default=a;
package/icons/flags/EC.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,l=e.height,r=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:l,viewBox:"0 0 24 25",width:r},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:"#ED1C23"}),React.createElement("path",{d:"M0 11.778h24v4.666H0v-4.666Z",fill:"#034EA2"}),React.createElement("path",{d:"M24 11.778V6.444a2.667 2.667 0 0 0-2.667-2.666H2.667A2.667 2.667 0 0 0 0 6.444v5.334h24Z",fill:"#FD0"}),React.createElement("path",{d:"M15.333 13.11c0 .737-.597 1.334-1.333 1.334h-4a1.334 1.334 0 0 1-1.333-1.333v-2c0-.736.597-1.333 1.333-1.333h4c.736 0 1.333.597 1.333 1.333v2Z",fill:"#FD0"}),React.createElement("path",{d:"M14.667 12.444c0 .736-.598 2-1.334 2h-2.666c-.736 0-1.334-1.264-1.334-2v-.666c0-.736.598-1.334 1.334-1.334h2.666c.736 0 1.334.598 1.334 1.334v.666Z",fill:"#034EA2"}),React.createElement("path",{d:"M14 12.444c0 .736-.597 2-1.333 2h-1.334c-.736 0-1.333-1.264-1.333-2v-.666c0-.736.597-1.334 1.333-1.334h1.334c.736 0 1.333.598 1.333 1.334v.666Z",fill:"#ED1C23"}),React.createElement("path",{d:"M13.315 9.868c-.088.325-.64.576-1.315.576-.675 0-1.227-.251-1.315-.576-.804.114-.685.328-.685.576 0 .368.527.667 2 .667 1.473 0 2-.299 2-.667 0-.248.119-.462-.685-.576Z",fill:"#6DBE46"}),React.createElement("path",{d:"M12.667 13.111a.666.666 0 1 1-1.334 0v-2a.667.667 0 0 1 1.334 0v2Z",fill:"#A6D388"}),React.createElement("path",{d:"M14.333 8.444c.294 0 .572.035.831.092-.415-.718-1.83-1.425-3.164-.092-1.333-1.333-2.749-.626-3.164.092a3.88 3.88 0 0 1 .83-.092c1.29 0 2.334.598 2.334 1.334 0-.736 1.044-1.334 2.333-1.334Z",fill:"#662113"}),React.createElement("path",{d:"M12 14.444c.736 0 1.333-1.044 1.333-2.333 0-1.289-.597-2.333-1.333-2.333s-1.333 1.044-1.333 2.333c0 1.289.597 2.333 1.333 2.333Z",fill:"#8ED2E7"}),React.createElement("path",{d:"M11.667 11.778c-.358 0-.692.086-.994.23-.001.034-.006.068-.006.103 0 1.289.597 2.333 1.333 2.333.669 0 1.217-.863 1.313-1.986a2.328 2.328 0 0 0-1.646-.68Z",fill:"#6DBE46"}),React.createElement("path",{d:"M12 15.778c1.105 0 2-.299 2-.667 0-.368-.895-.667-2-.667s-2 .299-2 .667c0 .368.895.667 2 .667Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M13.333 15.778c0 .552-.597.666-1.333.666s-1.333-.114-1.333-.666.597-1.334 1.333-1.334 1.333.782 1.333 1.334Z",fill:"#034EA2"}),React.createElement("path",{d:"M11.333 15.778c0-.552.299-1.334.667-1.334.368 0 .667.782.667 1.334s-.299.666-.667.666c-.368 0-.667-.114-.667-.666Z",fill:"#ED1C23"}),React.createElement("path",{d:"M11.333 7.778c0-.368.299 0 .667 0 .368 0 .667-.368.667 0a.667.667 0 0 1-1.334 0Z",fill:"#CCD6DD"}),React.createElement("path",{d:"M12 12.444c.368 0 .667-.149.667-.333 0-.184-.299-.333-.667-.333-.368 0-.667.149-.667.333 0 .184.299.333.667.333Z",fill:"#fff"}),React.createElement("path",{d:"M8.667 11.111c.368 0 .666-.15.666-.333 0-.184-.298-.334-.666-.334-.369 0-.667.15-.667.334 0 .184.298.333.667.333Zm.666-1.333c.369 0 .667-.15.667-.334 0-.184-.298-.333-.667-.333-.368 0-.666.15-.666.333 0 .185.298.334.666.334Zm6 1.333c.368 0 .667-.15.667-.333 0-.184-.299-.334-.667-.334-.368 0-.666.15-.666.334 0 .184.298.333.666.333Zm-.666-1.333c.368 0 .666-.15.666-.334 0-.184-.298-.333-.666-.333-.368 0-.667.15-.667.333 0 .185.299.334.667.334Z",fill:"#C1694F"}))}));exports.EC=a;
1
+ "use strict";var a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),c=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=a.forwardRef((function(a,s){var i=a.borderRadius,h=a.height,t=a.width;return c.jsxs(l.FlagIconBase,{ref:s,borderRadius:i,height:h,viewBox:"0 0 24 25",width:t,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:"#ED1C23"}),c.jsx("path",{d:"M0 11.778h24v4.666H0v-4.666Z",fill:"#034EA2"}),c.jsx("path",{d:"M24 11.778V6.444a2.667 2.667 0 0 0-2.667-2.666H2.667A2.667 2.667 0 0 0 0 6.444v5.334h24Z",fill:"#FD0"}),c.jsx("path",{d:"M15.333 13.11c0 .737-.597 1.334-1.333 1.334h-4a1.334 1.334 0 0 1-1.333-1.333v-2c0-.736.597-1.333 1.333-1.333h4c.736 0 1.333.597 1.333 1.333v2Z",fill:"#FD0"}),c.jsx("path",{d:"M14.667 12.444c0 .736-.598 2-1.334 2h-2.666c-.736 0-1.334-1.264-1.334-2v-.666c0-.736.598-1.334 1.334-1.334h2.666c.736 0 1.334.598 1.334 1.334v.666Z",fill:"#034EA2"}),c.jsx("path",{d:"M14 12.444c0 .736-.597 2-1.333 2h-1.334c-.736 0-1.333-1.264-1.333-2v-.666c0-.736.597-1.334 1.333-1.334h1.334c.736 0 1.333.598 1.333 1.334v.666Z",fill:"#ED1C23"}),c.jsx("path",{d:"M13.315 9.868c-.088.325-.64.576-1.315.576-.675 0-1.227-.251-1.315-.576-.804.114-.685.328-.685.576 0 .368.527.667 2 .667 1.473 0 2-.299 2-.667 0-.248.119-.462-.685-.576Z",fill:"#6DBE46"}),c.jsx("path",{d:"M12.667 13.111a.666.666 0 1 1-1.334 0v-2a.667.667 0 0 1 1.334 0v2Z",fill:"#A6D388"}),c.jsx("path",{d:"M14.333 8.444c.294 0 .572.035.831.092-.415-.718-1.83-1.425-3.164-.092-1.333-1.333-2.749-.626-3.164.092a3.88 3.88 0 0 1 .83-.092c1.29 0 2.334.598 2.334 1.334 0-.736 1.044-1.334 2.333-1.334Z",fill:"#662113"}),c.jsx("path",{d:"M12 14.444c.736 0 1.333-1.044 1.333-2.333 0-1.289-.597-2.333-1.333-2.333s-1.333 1.044-1.333 2.333c0 1.289.597 2.333 1.333 2.333Z",fill:"#8ED2E7"}),c.jsx("path",{d:"M11.667 11.778c-.358 0-.692.086-.994.23-.001.034-.006.068-.006.103 0 1.289.597 2.333 1.333 2.333.669 0 1.217-.863 1.313-1.986a2.328 2.328 0 0 0-1.646-.68Z",fill:"#6DBE46"}),c.jsx("path",{d:"M12 15.778c1.105 0 2-.299 2-.667 0-.368-.895-.667-2-.667s-2 .299-2 .667c0 .368.895.667 2 .667Z",fill:"#FFCC4D"}),c.jsx("path",{d:"M13.333 15.778c0 .552-.597.666-1.333.666s-1.333-.114-1.333-.666.597-1.334 1.333-1.334 1.333.782 1.333 1.334Z",fill:"#034EA2"}),c.jsx("path",{d:"M11.333 15.778c0-.552.299-1.334.667-1.334.368 0 .667.782.667 1.334s-.299.666-.667.666c-.368 0-.667-.114-.667-.666Z",fill:"#ED1C23"}),c.jsx("path",{d:"M11.333 7.778c0-.368.299 0 .667 0 .368 0 .667-.368.667 0a.667.667 0 0 1-1.334 0Z",fill:"#CCD6DD"}),c.jsx("path",{d:"M12 12.444c.368 0 .667-.149.667-.333 0-.184-.299-.333-.667-.333-.368 0-.667.149-.667.333 0 .184.299.333.667.333Z",fill:"#fff"}),c.jsx("path",{d:"M8.667 11.111c.368 0 .666-.15.666-.333 0-.184-.298-.334-.666-.334-.369 0-.667.15-.667.334 0 .184.298.333.667.333Zm.666-1.333c.369 0 .667-.15.667-.334 0-.184-.298-.333-.667-.333-.368 0-.666.15-.666.333 0 .185.298.334.666.334Zm6 1.333c.368 0 .667-.15.667-.333 0-.184-.299-.334-.667-.334-.368 0-.666.15-.666.334 0 .184.298.333.666.333Zm-.666-1.333c.368 0 .666-.15.666-.334 0-.184-.298-.333-.666-.333-.368 0-.667.15-.667.333 0 .185.299.334.667.334Z",fill:"#C1694F"})]})}));exports.EC=s;
package/icons/flags/EE.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("rect",{height:"477.9",rx:"0",ry:"0",width:"640"}),React.createElement("rect",{fill:"#fff",height:"159.3",rx:"0",ry:"0",width:"640",y:"320.7"}),React.createElement("path",{d:"M0 0h640v159.3H0z",fill:"#1291ff"})))}));exports.EE=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,h=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:t,borderRadius:s,height:h,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("rect",{height:"477.9",rx:"0",ry:"0",width:"640"}),i.jsx("rect",{fill:"#fff",height:"159.3",rx:"0",ry:"0",width:"640",y:"320.7"}),i.jsx("path",{d:"M0 0h640v159.3H0z",fill:"#1291ff"})]})})}));exports.EE=t;
package/icons/flags/EG.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,l=e.height,s=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:l,viewBox:"0 0 24 25",width:s},React.createElement("path",{d:"M24 18.333A2.667 2.667 0 0 1 21.333 21H2.667A2.667 2.667 0 0 1 0 18.333v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.333v12Z",fill:"#141414"}),React.createElement("path",{d:"M0 9h24v6.667H0V9Z",fill:"#EEE"}),React.createElement("path",{d:"M21.333 3.667H2.667A2.667 2.667 0 0 0 0 6.332V9h24V6.333a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#CE1225"}),React.createElement("path",{d:"M9.833 14.708s.011.167.156.25c0 0-.041.125.115.198.156.073.719.187 1.698.187.98 0 1.531-.104 1.677-.177.146-.073.156-.24.156-.24s.156-.083.146-.187c-.01-.104-.218-.218-.218-.218s-.052-.136-.198-.188c-.146-.052-.615.23-1.511.188-.896-.042-1.406-.178-1.573-.167-.166.01-.239.177-.239.177s-.188.084-.209.177Z",fill:"#BF9300"}),React.createElement("path",{d:"M9.948 14.698c-.009.062.125.198.125.198s0 .156.136.198c.135.042.687.146 1.583.135.896-.01 1.531-.063 1.604-.125.073-.063.135-.198.135-.198s.146-.104.136-.188c-.011-.083-.219-.135-.219-.135s-.059-.125-.128-.177c-.07-.052-.517.208-1.476.208-.938 0-1.48-.23-1.573-.219-.094.01-.156.188-.156.188s-.156.042-.167.115Z",fill:"#EEE"}),React.createElement("path",{d:"M13.906 10.656s-.02-.49-.469-.427c-.448.062-.479.281-.958.333l-.099.01a2.128 2.128 0 0 1-.13-.677c0-.312.093-.448-.23-.604-.323-.156-.385-.01-.385-.01s-.25-.126-.365-.032c-.115.094-.052.334 0 .261.052-.073.26.135.26.135.071.346-.13.721-.267.93-.047-.005-.085-.007-.138-.013-.48-.052-.511-.27-.959-.333-.448-.063-.469.427-.469.427l-.177 3.781.365-.281.002-.045.758-.674.127-.126-.314.918s-.48-.032-.344.354c0 0 .073-.219.198-.178.125.042.49.136.49.136l.125.198.156-.146.489-.021s.156.041.146.177a.297.297 0 0 0 .025-.188l.147-.01a.297.297 0 0 0 .023.199c-.011-.135.146-.177.146-.177l.489.02.157.146.125-.198s.364-.094.489-.135c.124-.041.198.177.198.177.135-.385-.344-.354-.344-.354l-.3-.875.084.084.759.674.002.045.365.281-.177-3.782Zm-2.071 2.292c-.752-.464-.814-1.635-.814-1.635s.465-.024.802-.261c.304.27.823.24.823.24s-.035 1.175-.811 1.656Zm1.717-2.437-.635.604-.107.042c-.11.004-.641.006-.977-.292-.416.292-.989.312-.989.312l-.089-.035-.703-.631-.185.076c.008-.076.05-.245.279-.212.376.054.531.261.927.302l.112.012-.039.05c.061 0 .152-.018.219-.032l.075.007-.034.119a.937.937 0 0 0 .194-.103l.173.017.04.054.132-.066.088-.008c.077.044.186.084.186.084l.021-.104c.094.063.25.063.25.063-.018-.015-.036-.052-.055-.084l.096-.01c.396-.041.551-.248.928-.302.229-.033.27.136.278.211l-.185-.074Z",fill:"#BF9300"}),React.createElement("path",{d:"m11.583 12.927-.375 1.427-.625-.125.646-1.833.354.531Zm.466 0 .375 1.427.625-.125-.646-1.833-.354.531Z",fill:"#EEE"}),React.createElement("path",{d:"M11.177 11.427s.052.604.323 1.073v-1.208s-.177.104-.323.135Zm1.302.021s-.052.604-.322 1.073v-1.208a1.3 1.3 0 0 0 .322.135Z",fill:"#BF9300"}),React.createElement("path",{d:"M11.302 9.385s.073-.072.281.073a4.9 4.9 0 0 0 .256.167s.085-.09.21-.07c.126.021.056.195.076.559.021.365.167.52.167.52l-.177-.103.01.114-.198-.094-.094.136-.094-.146-.152.092-.046-.124-.177.094s.26-.322.281-.677a3.045 3.045 0 0 0-.02-.344s-.166-.207-.323-.197Z",fill:"#EEE"}),React.createElement("path",{d:"M10.365 14.77c-.12.072-.073.115 0 .146.072.032.51.085 1.396.104.906.021 1.468-.083 1.541-.125.073-.041.083-.114-.041-.135-.126-.02-.75.083-1.511.083-.937 0-1.333-.104-1.385-.072Z",fill:"#BF9300"}))}));exports.EG=a;
1
+ "use strict";var s=require("react"),l=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var c=s.forwardRef((function(s,c){var e=s.borderRadius,i=s.height,r=s.width;return a.jsxs(l.FlagIconBase,{ref:c,borderRadius:e,height:i,viewBox:"0 0 24 25",width:r,children:[a.jsx("path",{d:"M24 18.333A2.667 2.667 0 0 1 21.333 21H2.667A2.667 2.667 0 0 1 0 18.333v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.333v12Z",fill:"#141414"}),a.jsx("path",{d:"M0 9h24v6.667H0V9Z",fill:"#EEE"}),a.jsx("path",{d:"M21.333 3.667H2.667A2.667 2.667 0 0 0 0 6.332V9h24V6.333a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#CE1225"}),a.jsx("path",{d:"M9.833 14.708s.011.167.156.25c0 0-.041.125.115.198.156.073.719.187 1.698.187.98 0 1.531-.104 1.677-.177.146-.073.156-.24.156-.24s.156-.083.146-.187c-.01-.104-.218-.218-.218-.218s-.052-.136-.198-.188c-.146-.052-.615.23-1.511.188-.896-.042-1.406-.178-1.573-.167-.166.01-.239.177-.239.177s-.188.084-.209.177Z",fill:"#BF9300"}),a.jsx("path",{d:"M9.948 14.698c-.009.062.125.198.125.198s0 .156.136.198c.135.042.687.146 1.583.135.896-.01 1.531-.063 1.604-.125.073-.063.135-.198.135-.198s.146-.104.136-.188c-.011-.083-.219-.135-.219-.135s-.059-.125-.128-.177c-.07-.052-.517.208-1.476.208-.938 0-1.48-.23-1.573-.219-.094.01-.156.188-.156.188s-.156.042-.167.115Z",fill:"#EEE"}),a.jsx("path",{d:"M13.906 10.656s-.02-.49-.469-.427c-.448.062-.479.281-.958.333l-.099.01a2.128 2.128 0 0 1-.13-.677c0-.312.093-.448-.23-.604-.323-.156-.385-.01-.385-.01s-.25-.126-.365-.032c-.115.094-.052.334 0 .261.052-.073.26.135.26.135.071.346-.13.721-.267.93-.047-.005-.085-.007-.138-.013-.48-.052-.511-.27-.959-.333-.448-.063-.469.427-.469.427l-.177 3.781.365-.281.002-.045.758-.674.127-.126-.314.918s-.48-.032-.344.354c0 0 .073-.219.198-.178.125.042.49.136.49.136l.125.198.156-.146.489-.021s.156.041.146.177a.297.297 0 0 0 .025-.188l.147-.01a.297.297 0 0 0 .023.199c-.011-.135.146-.177.146-.177l.489.02.157.146.125-.198s.364-.094.489-.135c.124-.041.198.177.198.177.135-.385-.344-.354-.344-.354l-.3-.875.084.084.759.674.002.045.365.281-.177-3.782Zm-2.071 2.292c-.752-.464-.814-1.635-.814-1.635s.465-.024.802-.261c.304.27.823.24.823.24s-.035 1.175-.811 1.656Zm1.717-2.437-.635.604-.107.042c-.11.004-.641.006-.977-.292-.416.292-.989.312-.989.312l-.089-.035-.703-.631-.185.076c.008-.076.05-.245.279-.212.376.054.531.261.927.302l.112.012-.039.05c.061 0 .152-.018.219-.032l.075.007-.034.119a.937.937 0 0 0 .194-.103l.173.017.04.054.132-.066.088-.008c.077.044.186.084.186.084l.021-.104c.094.063.25.063.25.063-.018-.015-.036-.052-.055-.084l.096-.01c.396-.041.551-.248.928-.302.229-.033.27.136.278.211l-.185-.074Z",fill:"#BF9300"}),a.jsx("path",{d:"m11.583 12.927-.375 1.427-.625-.125.646-1.833.354.531Zm.466 0 .375 1.427.625-.125-.646-1.833-.354.531Z",fill:"#EEE"}),a.jsx("path",{d:"M11.177 11.427s.052.604.323 1.073v-1.208s-.177.104-.323.135Zm1.302.021s-.052.604-.322 1.073v-1.208a1.3 1.3 0 0 0 .322.135Z",fill:"#BF9300"}),a.jsx("path",{d:"M11.302 9.385s.073-.072.281.073a4.9 4.9 0 0 0 .256.167s.085-.09.21-.07c.126.021.056.195.076.559.021.365.167.52.167.52l-.177-.103.01.114-.198-.094-.094.136-.094-.146-.152.092-.046-.124-.177.094s.26-.322.281-.677a3.045 3.045 0 0 0-.02-.344s-.166-.207-.323-.197Z",fill:"#EEE"}),a.jsx("path",{d:"M10.365 14.77c-.12.072-.073.115 0 .146.072.032.51.085 1.396.104.906.021 1.468-.083 1.541-.125.073-.041.083-.114-.041-.135-.126-.02-.75.083-1.511.083-.937 0-1.333-.104-1.385-.072Z",fill:"#BF9300"})]})}));exports.EG=c;
package/icons/flags/EH.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,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,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-158.7 0H524v512h-682.7z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(148.8) scale(.94)"},React.createElement("path",{d:"M-180 0H844v256H-180z"}),React.createElement("path",{d:"M-180 256H844v256H-180z",fill:"#107b00"}),React.createElement("path",{d:"M-180 169.3H844v176.1H-180z",fill:"#fff"}),React.createElement("path",{d:"M310 195.6c-45.2-19.5-84.1 20.6-84 58 0 39.2 38 81 86 62.5-34-10-48-35.3-48-60.7-.3-25.2 15.8-54.6 46-59.9z",fill:"#f0f"}),React.createElement("path",{d:"m363.1 294.2-25.8-18.9-26 19 10-30.5-26-18.8h32l9.9-30.5 9.8 30.4h32.1l-25.9 18.8",fill:"#ff1800"}),React.createElement("path",{d:"M314.3 315.6a65.2 65.2 0 0 1-89.2-59.4 65 65 0 0 1 89.5-60.9 60.6 60.6 0 0 0-51.2 59.2 61.3 61.3 0 0 0 51 61.1zM-180 0l348.6 256.6L-180 512V0z",fill:"red"})))}));exports.EH=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 l=e.forwardRef((function(l,a){var s=l.borderRadius,t=l.height,d=l.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M-158.7 0H524v512h-682.7z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",transform:"translate(148.8) scale(.94)",children:[i.jsx("path",{d:"M-180 0H844v256H-180z"}),i.jsx("path",{d:"M-180 256H844v256H-180z",fill:"#107b00"}),i.jsx("path",{d:"M-180 169.3H844v176.1H-180z",fill:"#fff"}),i.jsx("path",{d:"M310 195.6c-45.2-19.5-84.1 20.6-84 58 0 39.2 38 81 86 62.5-34-10-48-35.3-48-60.7-.3-25.2 15.8-54.6 46-59.9z",fill:"#f0f"}),i.jsx("path",{d:"m363.1 294.2-25.8-18.9-26 19 10-30.5-26-18.8h32l9.9-30.5 9.8 30.4h32.1l-25.9 18.8",fill:"#ff1800"}),i.jsx("path",{d:"M314.3 315.6a65.2 65.2 0 0 1-89.2-59.4 65 65 0 0 1 89.5-60.9 60.6 60.6 0 0 0-51.2 59.2 61.3 61.3 0 0 0 51 61.1zM-180 0l348.6 256.6L-180 512V0z",fill:"red"})]})]})}));exports.EH=l;
package/icons/flags/ER.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var c=e.borderRadius,r=e.height,l=e.width;return React.createElement(a.FlagIconBase,{ref:t,borderRadius:c,height:r,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#be0027"}),React.createElement("path",{d:"m0 480 640-.3V240L0 480z",fill:"#b4d7f4"}),React.createElement("path",{d:"m0 0 640 .3V240L0 0z",fill:"#239e46"}),React.createElement("path",{d:"M186.2 360.4c-10.7 3-16.8 11.3-16.7 19.1l52.8-.2c.4-8.4-6.5-16.2-17-19.3 51.6-1 96.4-20.4 104.6-32.8-8-3.5-17.4 2.1-24 .8 15.7-7.3 63-37.9 55.3-70.7-6 18.2-24 33.3-31.8 37.4 17.7-26.8 41.8-54.8 20.9-76.4 1 12.5-8 26.3-12 27.4 10.3-28.4 20-64-2.1-87.4 2.9 8.5 1.7 32.4-2.3 33.5-1.2-19.3-4.5-59.8-24.8-59.3 6.4 5.8 9.2 21.4 9.4 37.2a57.5 57.5 0 0 0-21.1-27 118.3 118.3 0 0 0-41.5-42.2c1.8 12.7 3.3 22.7 21 35.9-9.2-.6-18.4-18.1-28.3-18.6-7.9-.4-14 7.1-26.9 2.8 1.4 4.2 7.4 6.1 8.7 9.2-2.8 2-9.3-.3-14.7-3 7.5 10 19 16 28.8 14 11.7-2.2 24.2-1 36.2 5.8a63 63 0 0 1-22.5.6c6.9 7 11.5 11.7 23.6 11.6 10.7 0 16.4-5.8 19.1-2.2 6.8 8 11.3 16 17 25.4-12.5 1.3-8.7-14.1-22.6-22-7.9 16 9 35.2 20.3 43.2a65 65 0 0 0 7.1 31.5c3.5 6.5 8 13.2 6.3 27.9-6.9-5-13.5-21.8-11-35.1-8.6 2.3-12 17.4-8 25 3 5.7 5 16.8 1.6 21.7-3.4 4.6-3.7 4-3.7 14 .1 5.8-3.2 12.8-8.5 17.7a35.5 35.5 0 0 0 1.1-15.8c-4.2 7.2-14.9 14.6-18.2 22.4-3.3 7.7-4.1 21.2-20 24.3-20.6 4-27.7 7.6-40.8 13-1.5-10 2.9-31 11.3-29.7 8.1 1.4 33-8.6 24-29.5-1.7 6.6-7.5 13-13.9 13.3 6.9-8.8 19-18 13.1-32.8a42.6 42.6 0 0 1-16.3 18c8.4-16 1-21-9-7.6-3.8 5.1-6.1 15.4-8.5 28.5-4-10.6-3.7-24.6-8.4-36-4.8-12.3 6.5-15.5 11.8-14.5 13 3.5 34.9 3.5 33.3-18.1-5.7 7.3-15.5 9.5-26.2 7 12-8.8 21.4-25.3 8-34a31 31 0 0 1-16.9 24.1 50.8 50.8 0 0 1-.3-24.8c-5.2 5.6-9 17-12.1 30.2-.3-13 2.2-22.3 4-29.3 2.8-10.1 9.6-3.5 20-2.8 10.2.6 24-5 21.4-18.7-3.4 5.5-10.5 7.6-17.7 7 8.7-5.3 23.8-14.6 15.5-29-3.5 5.4-4.6 10-14.7 11.7 2.6-6 3-14.7 11-18-14-2.9-22 6.3-26.2 20.7-1.6-10-3.6-13.6-4-21 7.6-8.3 8.4-24.8-8-28.4a35 35 0 0 0 1.2 17.4c-7.7-4.6-18.5-7.1-25.8-.7 5 5.3 12.5 10 24.2 4.2-2.8 9-10 7.5-19.8 4 6 11.3 13.6 13.3 22 12 4.4 11.6 4.6 20.4-8.3 37.2.6-10.4-.1-18.2-8.4-26.7-7.2-7-13 .3-1.8 15.8-6.8-5-14.4-15-16.7-25.1-2.2 12.4-.2 27.1 6.7 35.4-3.3 3.5-7-.4-12.5-9 2 27.4 13.7 32.7 29.4 26.6.4 15 .4 28.9 1.3 47-9.1-13.2-20.7-23-27.1-25.4-2 7.3 5.5 17 9.8 22.3-6.5-1.4-20.5-12-20.5-12-1.4 12.1 14.3 23.4 24.5 28.4-12-.5-17.3-5-25-12.4.2 33.8 36.6 27.9 43.5 22.7l3 52.5c-10.3-1.8-9.5-5-18.3-5.7-24.5-1-43.9-29.4-50.3-50.3-1.9 3.4-.4 7-2.1 11.3-4-10.3-9-23.6-15.9-29.8 1.8 6 2 12.1 1.4 23.3-2.4-7.2-4.5-9.5-4.7-18 .1-6.5 6.3-11.3 6-20.5-.3-6.7-6.4-21.3-7.3-32.5-3 11.6-4.8 23.8-9.4 31 2.3-12.4 1.6-21 5.4-29.3 4.4-8.7 8.1-16.6 5.2-25.4-2.8 3.4-1.9 6.5-9 14.8-1.5-9 9.2-23.5 19.6-29.3 7.3-3.8 16.5-17.6 10.5-27-6.9 5-10 11.6-19.7 23 7-27 25-34.2 46.5-34.3 4.7 0 14.3-1.7 17-8-6 2.3-13.2 2.6-19.6 1.4 4.7-6.9 14.4-6 23.6-6 7.1 0 18.3-1 22.8-11.2a50.8 50.8 0 0 1-31 1.9c13.7-7 35-7.8 46-17.1-12.5-9.3-43.7 2.2-63.4 15.7 5.5-5 14.2-14 19-21.2-10.8-5.2-38 25-47.4 43-9 5-12.5 13-16 18.5 4.7-16.1 5.2-27.8 9.2-41C80 138 92.6 194.6 86 208.2c.8-15 .1-34.1-6-44-9.4 7.2-10.2 49.5-1.4 84.7-3.2-9.4-9.2-18.2-11.1-29.7-14 25.4 8.2 55.5 26.7 79.2-14-7.3-27.7-22.9-36.8-36 2.5 45.6 50 55 57.4 66.2-10-4.7-29.1-13.9-37.3-4.2a99 99 0 0 1 32.3 12.1c12.4 15.4 35.7 22.2 76.4 23.9z",fill:"#f3e295"})))}));exports.ER=t;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var i=e.borderRadius,l=e.height,s=e.width;return a.jsx(r.FlagIconBase,{ref:c,borderRadius:i,height:l,viewBox:"0 0 640 480",width:s,children:a.jsxs("g",{fillRule:"evenodd",children:[a.jsx("path",{d:"M0 0h640v480H0z",fill:"#be0027"}),a.jsx("path",{d:"m0 480 640-.3V240L0 480z",fill:"#b4d7f4"}),a.jsx("path",{d:"m0 0 640 .3V240L0 0z",fill:"#239e46"}),a.jsx("path",{d:"M186.2 360.4c-10.7 3-16.8 11.3-16.7 19.1l52.8-.2c.4-8.4-6.5-16.2-17-19.3 51.6-1 96.4-20.4 104.6-32.8-8-3.5-17.4 2.1-24 .8 15.7-7.3 63-37.9 55.3-70.7-6 18.2-24 33.3-31.8 37.4 17.7-26.8 41.8-54.8 20.9-76.4 1 12.5-8 26.3-12 27.4 10.3-28.4 20-64-2.1-87.4 2.9 8.5 1.7 32.4-2.3 33.5-1.2-19.3-4.5-59.8-24.8-59.3 6.4 5.8 9.2 21.4 9.4 37.2a57.5 57.5 0 0 0-21.1-27 118.3 118.3 0 0 0-41.5-42.2c1.8 12.7 3.3 22.7 21 35.9-9.2-.6-18.4-18.1-28.3-18.6-7.9-.4-14 7.1-26.9 2.8 1.4 4.2 7.4 6.1 8.7 9.2-2.8 2-9.3-.3-14.7-3 7.5 10 19 16 28.8 14 11.7-2.2 24.2-1 36.2 5.8a63 63 0 0 1-22.5.6c6.9 7 11.5 11.7 23.6 11.6 10.7 0 16.4-5.8 19.1-2.2 6.8 8 11.3 16 17 25.4-12.5 1.3-8.7-14.1-22.6-22-7.9 16 9 35.2 20.3 43.2a65 65 0 0 0 7.1 31.5c3.5 6.5 8 13.2 6.3 27.9-6.9-5-13.5-21.8-11-35.1-8.6 2.3-12 17.4-8 25 3 5.7 5 16.8 1.6 21.7-3.4 4.6-3.7 4-3.7 14 .1 5.8-3.2 12.8-8.5 17.7a35.5 35.5 0 0 0 1.1-15.8c-4.2 7.2-14.9 14.6-18.2 22.4-3.3 7.7-4.1 21.2-20 24.3-20.6 4-27.7 7.6-40.8 13-1.5-10 2.9-31 11.3-29.7 8.1 1.4 33-8.6 24-29.5-1.7 6.6-7.5 13-13.9 13.3 6.9-8.8 19-18 13.1-32.8a42.6 42.6 0 0 1-16.3 18c8.4-16 1-21-9-7.6-3.8 5.1-6.1 15.4-8.5 28.5-4-10.6-3.7-24.6-8.4-36-4.8-12.3 6.5-15.5 11.8-14.5 13 3.5 34.9 3.5 33.3-18.1-5.7 7.3-15.5 9.5-26.2 7 12-8.8 21.4-25.3 8-34a31 31 0 0 1-16.9 24.1 50.8 50.8 0 0 1-.3-24.8c-5.2 5.6-9 17-12.1 30.2-.3-13 2.2-22.3 4-29.3 2.8-10.1 9.6-3.5 20-2.8 10.2.6 24-5 21.4-18.7-3.4 5.5-10.5 7.6-17.7 7 8.7-5.3 23.8-14.6 15.5-29-3.5 5.4-4.6 10-14.7 11.7 2.6-6 3-14.7 11-18-14-2.9-22 6.3-26.2 20.7-1.6-10-3.6-13.6-4-21 7.6-8.3 8.4-24.8-8-28.4a35 35 0 0 0 1.2 17.4c-7.7-4.6-18.5-7.1-25.8-.7 5 5.3 12.5 10 24.2 4.2-2.8 9-10 7.5-19.8 4 6 11.3 13.6 13.3 22 12 4.4 11.6 4.6 20.4-8.3 37.2.6-10.4-.1-18.2-8.4-26.7-7.2-7-13 .3-1.8 15.8-6.8-5-14.4-15-16.7-25.1-2.2 12.4-.2 27.1 6.7 35.4-3.3 3.5-7-.4-12.5-9 2 27.4 13.7 32.7 29.4 26.6.4 15 .4 28.9 1.3 47-9.1-13.2-20.7-23-27.1-25.4-2 7.3 5.5 17 9.8 22.3-6.5-1.4-20.5-12-20.5-12-1.4 12.1 14.3 23.4 24.5 28.4-12-.5-17.3-5-25-12.4.2 33.8 36.6 27.9 43.5 22.7l3 52.5c-10.3-1.8-9.5-5-18.3-5.7-24.5-1-43.9-29.4-50.3-50.3-1.9 3.4-.4 7-2.1 11.3-4-10.3-9-23.6-15.9-29.8 1.8 6 2 12.1 1.4 23.3-2.4-7.2-4.5-9.5-4.7-18 .1-6.5 6.3-11.3 6-20.5-.3-6.7-6.4-21.3-7.3-32.5-3 11.6-4.8 23.8-9.4 31 2.3-12.4 1.6-21 5.4-29.3 4.4-8.7 8.1-16.6 5.2-25.4-2.8 3.4-1.9 6.5-9 14.8-1.5-9 9.2-23.5 19.6-29.3 7.3-3.8 16.5-17.6 10.5-27-6.9 5-10 11.6-19.7 23 7-27 25-34.2 46.5-34.3 4.7 0 14.3-1.7 17-8-6 2.3-13.2 2.6-19.6 1.4 4.7-6.9 14.4-6 23.6-6 7.1 0 18.3-1 22.8-11.2a50.8 50.8 0 0 1-31 1.9c13.7-7 35-7.8 46-17.1-12.5-9.3-43.7 2.2-63.4 15.7 5.5-5 14.2-14 19-21.2-10.8-5.2-38 25-47.4 43-9 5-12.5 13-16 18.5 4.7-16.1 5.2-27.8 9.2-41C80 138 92.6 194.6 86 208.2c.8-15 .1-34.1-6-44-9.4 7.2-10.2 49.5-1.4 84.7-3.2-9.4-9.2-18.2-11.1-29.7-14 25.4 8.2 55.5 26.7 79.2-14-7.3-27.7-22.9-36.8-36 2.5 45.6 50 55 57.4 66.2-10-4.7-29.1-13.9-37.3-4.2a99 99 0 0 1 32.3 12.1c12.4 15.4 35.7 22.2 76.4 23.9z",fill:"#f3e295"})]})})}));exports.ER=c;
package/icons/flags/ES.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 l=e.borderRadius,r=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:l,height:r,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M24 18.333A2.667 2.667 0 0 1 21.333 21H2.667A2.667 2.667 0 0 1 0 18.333v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.333v12Z",fill:"#C60A1D"}),React.createElement("path",{d:"M0 8.333h24v8H0v-8Z",fill:"#FFC400"}),React.createElement("path",{d:"M6 11.666v2a2 2 0 1 0 4 0v-2H6Z",fill:"#EA596E"}),React.createElement("path",{d:"M8 11h2v2H8v-2Z",fill:"#F4A2B2"}),React.createElement("path",{d:"M6 11h2v2H6v-2Z",fill:"#DD2E44"}),React.createElement("path",{d:"M8 11c1.105 0 2-.448 2-1s-.895-1-2-1-2 .448-2 1 .895 1 2 1Z",fill:"#EA596E"}),React.createElement("path",{d:"M8 10c1.105 0 2-.224 2-.5S9.105 9 8 9s-2 .224-2 .5.895.5 2 .5Z",fill:"#FFAC33"}),React.createElement("path",{d:"M4.667 11h.666v4.667h-.666V11Zm6 0h.666v4.667h-.666V11Z",fill:"#99AAB5"}),React.createElement("path",{d:"M4 15h2v.667H4V15Zm6 0h2v.667h-2V15Zm-5.333-4.667h.666V11h-.666v-.667Zm6 0h.666V11h-.666v-.667Z",fill:"#66757F"}))}));exports.ES=a;
1
+ "use strict";var h=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=h.forwardRef((function(h,r){var s=h.borderRadius,a=h.height,l=h.width;return i.jsxs(e.FlagIconBase,{ref:r,borderRadius:s,height:a,viewBox:"0 0 24 25",width:l,children:[i.jsx("path",{d:"M24 18.333A2.667 2.667 0 0 1 21.333 21H2.667A2.667 2.667 0 0 1 0 18.333v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.333v12Z",fill:"#C60A1D"}),i.jsx("path",{d:"M0 8.333h24v8H0v-8Z",fill:"#FFC400"}),i.jsx("path",{d:"M6 11.666v2a2 2 0 1 0 4 0v-2H6Z",fill:"#EA596E"}),i.jsx("path",{d:"M8 11h2v2H8v-2Z",fill:"#F4A2B2"}),i.jsx("path",{d:"M6 11h2v2H6v-2Z",fill:"#DD2E44"}),i.jsx("path",{d:"M8 11c1.105 0 2-.448 2-1s-.895-1-2-1-2 .448-2 1 .895 1 2 1Z",fill:"#EA596E"}),i.jsx("path",{d:"M8 10c1.105 0 2-.224 2-.5S9.105 9 8 9s-2 .224-2 .5.895.5 2 .5Z",fill:"#FFAC33"}),i.jsx("path",{d:"M4.667 11h.666v4.667h-.666V11Zm6 0h.666v4.667h-.666V11Z",fill:"#99AAB5"}),i.jsx("path",{d:"M4 15h2v.667H4V15Zm6 0h2v.667h-2V15Zm-5.333-4.667h.666V11h-.666v-.667Zm6 0h.666V11h-.666v-.667Z",fill:"#66757F"})]})}));exports.ES=r;
package/icons/flags/ET.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:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)"},React.createElement("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),React.createElement("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),React.createElement("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),React.createElement("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),React.createElement("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})))}));exports.ET=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,l){var s=t.borderRadius,a=t.height,c=t.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:a,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)",children:[i.jsx("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),i.jsx("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),i.jsx("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),i.jsx("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),i.jsx("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})]})]})}));exports.ET=t;
package/icons/flags/FI.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 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 174.5h640v131H0z",fill:"#003580"}),React.createElement("path",{d:"M175.5 0h130.9v480h-131z",fill:"#003580"}))}));exports.FI=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 s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 174.5h640v131H0z",fill:"#003580"}),i.jsx("path",{d:"M175.5 0h130.9v480h-131z",fill:"#003580"})]})}));exports.FI=s;
package/icons/flags/FJ.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 25",width:h},React.createElement("path",{d:"M21.333 3.555H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.222v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#68BFE5"}),React.createElement("path",{d:"M18.43 7.972h-3.25v5.5c0 1.86 3.25 2.903 3.25 2.903s3.25-1.042 3.25-2.903v-5.5h-3.25Z",fill:"#000"}),React.createElement("path",{d:"M18.43 16.235c-.37-.127-3.116-1.13-3.116-2.763V8.105h6.233v5.367c0 1.633-2.746 2.635-3.116 2.763Z",fill:"#fff"}),React.createElement("path",{d:"M21.547 10.153V8.105h-6.233v2.048h2.672v2.264h-2.672v.874h2.672v2.773c.211.087.373.145.445.17a8.09 8.09 0 0 0 .43-.165v-2.777h2.686v-.875h-2.686v-2.264h2.686Z",fill:"#D21034"}),React.createElement("path",{d:"M16.123 9.35c0 .183-.172.332-.382.332-.21 0-.381-.149-.381-.332 0-.183.17-.332.381-.332.21 0 .382.149.382.332Z",fill:"#fff"}),React.createElement("path",{d:"M15.813 9.087c-.218.038-.323-.094-.282-.219.042-.124.25-.24.448-.26.198-.021.386.177.542.187.156.01.239-.076.27-.19.032-.113.25-.37.115-.435.177 0 .177.187.177.187s.198-.198.344-.187c.084.146 0 .354 0 .354s.208-.084.354.01c-.281.042-.322.208-.322.208s.052.136-.021.208c-.073.073.573.208.927.104.354-.104 1.032-.344 1.469-.344.437 0 .531.167.635.02.104-.145-.125-.301-.5-.27-.374.032-1.01.466-1.26.176-.063 0-.094.074-.094.074s-.156-.052-.313-.135c-.156-.083-.125.198-.041.24-.261-.011-.252-.18-.252-.18s-.322-.235-.113-.413c.015.324.302.23.459.167a.473.473 0 0 1 .448.073c.094.083.364.156.708-.042s1.27-.27 1.281.146c.01.417-.459.448-.459.448s.052.25.344.198c.292-.052.48-.135.563.094.083.23.27.24.209.428-.063.187-.271.274-.552.226-.282-.05-.313-.164-.084-.206.23-.041.271-.218.188-.26-.084-.042-.24.125-.448.04a3.998 3.998 0 0 1-.48-.25s.011.116-.177.178c-.187.063-.031.136.02.25.053.115-.187.208-.437.26-.25.052-.437.188-.677-.104-.24-.292.063-.374.187-.281.125.093.25.26.354.177.104-.083-.072-.135-.094-.292-.02-.156.011-.343.011-.343s-.333.52-1.041.624c-.708.104-.834.104-.834.104l-.208-.146-.25.167-.01-.188s-.396.31-.604.359c-.208.048-.778-.087-.79-.244-.013-.156.05-.23.237-.292.187-.063.219.041.313.125.094.084.198.198.333.084.135-.115.208-.156.208-.156l.041-.198-.198-.011.073-.229s-.146.03-.25-.063c-.104-.094-.115-.187-.208-.156-.093.032-.02.136-.26.178Z",fill:"#FFD101"}),React.createElement("path",{d:"M16.313 12.107c-.178.073-.448-.51-.292-.677.156-.166.468.605.292.678Zm.343-.072c-.166.014-.104-.792 0-.792.105 0 .23.771 0 .792Zm.292.127c-.207-.038.104-.523.187-.523.084 0 .052.567-.187.523Zm3.291.133c-.406.011-.177-.072-.135-.181.041-.111.017-.934.017-.934h.233s-.073.709 0 .855c.073.146.26.25-.115.26Zm.802 1.438c.097-.108-.146-.282-.312-.282-.167 0-.356.095-.496.49-.14.396.157.281.233.063.076-.22.138-.345.253-.354.114-.011.156.27.322.083Zm-1.593 1.385c-.214-.016-.396.541-.396.541s.959-.5.396-.54Z",fill:"#964B36"}),React.createElement("path",{d:"M16.123 11.639c.052.166-.477-.027-.487.262-.219-.033.094-.46.292-.398-.041-.229-.337-.322-.367.052-.331-.292.091-.572.281-.448-.101-.354-.295-.348-.32-.135-.25-.208.003-.541.22-.385.217.156.233.322.233.322s.152-.539.537-.363c-.467.197-.559.55-.39 1.093Z",fill:"#00A651"}),React.createElement("path",{d:"M16.67 11.407a1.394 1.394 0 0 1-.222-.279s.147.396-.083.563c.01-.365-.24-.49-.104-.635.135-.146.364 0 .364 0s.054-.085-.18-.292c-.235-.207-.403-.198-.414-.375.236.14.596.14.638.531.05-.468.261-.48.358-.49.098-.01.327.042.41-.04 0 .166-.187.114-.312.166.166.115.177.485.177.485s-.24-.422-.344-.39c-.104.03-.173.343-.173.343s.38-.011.242.5c-.059-.281-.122-.312-.194-.312-.073 0-.164.225-.164.225Z",fill:"#00A651"}),React.createElement("path",{d:"M17.027 11.76c.014-.194.108-.528.212-.554.035-.213.146-.515.375-.567.23-.052.281.187.23.322-.136-.197-.323-.25-.365.22.198-.053.312.103.26.312-.187-.219-.322-.245-.406-.086.219.086.223.273.112.43-.049-.27-.194-.25-.27 0-.078.25-.148-.077-.148-.077Zm3.17-.353c-.238 0-.551.246-.572.628-.25-.376.056-.792.377-.938-.565.01-.773.26-.845.469-.073-.553.628-.771.845-.678-.137-.24-.679-.22-.95-.021 0-.458.81-.568 1.145-.154-.041-.335.095-.419.095-.419v.448s.754-.708 1.169.146c-.669-.344-.994.01-.994.01s.692-.166.597.636c-.22-.49-.679-.437-.679-.437s.532.24.323.833c-.208-.572-.511-.523-.511-.523Z",fill:"#00A651"}),React.createElement("path",{d:"M19.687 14.014c-.031-.312.365-.49.365-.49s.667.407.76.49c.095.084-.057.432-.346.524-.289.09-.779-.524-.779-.524Z",fill:"#FFF202"}),React.createElement("path",{d:"M19.504 15.125c-.157-.098-.257-.653 0-.706-.097-.333.11-.5.183-.52.073-.02.343.101.546.295.204.194.381.24.397.317.016.075-.127.304-.373.325.076.23-.51.443-.753.29Z",fill:"#00A651"}),React.createElement("path",{d:"M16.031 13.827s.156-.064.25-.157.219-.094.323.078c.104.172.18.39.18.39s-.035-.312.289-.479c.323-.166.372-.208.372-.208l-.112.446s.386-.237.448-.373c.084.531-.312.911-.562 1.013.135.227.072.414.072.414l.459.375-.5.156-.223-.48s-.578.021-.662-.416c-.084-.437.116-.672 0-.69-.115-.018-.334-.07-.334-.07Z",fill:"#000"}),React.createElement("path",{d:"m17.07 14.935-.045.002c-.098 0-.528-.019-.594-.363a1.162 1.162 0 0 1 .019-.51c.019-.086.031-.143 0-.19l-.017-.023-.057-.02a2.913 2.913 0 0 1-.153-.03.584.584 0 0 0 .106-.084c.02-.02.05-.044.085-.044.043 0 .091.039.133.109.1.164.175.377.176.378l.129-.03a.432.432 0 0 1 .252-.412c.105-.054.18-.095.237-.126l-.112.447.14-.086c.046-.03.23-.144.356-.261-.014.426-.355.71-.532.783l-.071.029.04.067c.117.195.069.352.067.359l-.014.043.398.326-.326.102-.218-.466Z",fill:"#fff"}),React.createElement("path",{d:"M16.17 13.755c-.076-.178-.076-.178-.196-.23-.005.114 0 .186 0 .186s-.067-.218-.172-.187a.231.231 0 0 0 .161.303s-.098.032-.088.208c.177.072.156-.084.156-.084s-.037.16.091.252c.086-.137.048-.448.048-.448Z",fill:"#00A651"}),React.createElement("path",{d:"M12.667 12.222V3.555h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.222v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.555h-1.554L8 5.735v-2.18H4.667v1.713L2.264 3.585a2.63 2.63 0 0 0-1.115.444l3.135 2.193H3.127L.645 4.482a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.4v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555V10.87L10.79 9.555h1.877V6.222H10.79l1.876-1.314V3.555Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.555h-2V6.89H0v2h5.333v3.333h2V8.89h5.334v-2H7.333V3.555Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.555h-.974L8 6.141v.081h1.047l3.62-2.535v-.132ZM1.149 4.03c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.028Zm3.142 5.526L.49 12.222h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.FJ=t;
1
+ "use strict";var c=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=c.forwardRef((function(c,h){var a=c.borderRadius,i=c.height,f=c.width;return s.jsxs(l.FlagIconBase,{ref:h,borderRadius:a,height:i,viewBox:"0 0 24 25",width:f,children:[s.jsx("path",{d:"M21.333 3.555H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.222v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#68BFE5"}),s.jsx("path",{d:"M18.43 7.972h-3.25v5.5c0 1.86 3.25 2.903 3.25 2.903s3.25-1.042 3.25-2.903v-5.5h-3.25Z",fill:"#000"}),s.jsx("path",{d:"M18.43 16.235c-.37-.127-3.116-1.13-3.116-2.763V8.105h6.233v5.367c0 1.633-2.746 2.635-3.116 2.763Z",fill:"#fff"}),s.jsx("path",{d:"M21.547 10.153V8.105h-6.233v2.048h2.672v2.264h-2.672v.874h2.672v2.773c.211.087.373.145.445.17a8.09 8.09 0 0 0 .43-.165v-2.777h2.686v-.875h-2.686v-2.264h2.686Z",fill:"#D21034"}),s.jsx("path",{d:"M16.123 9.35c0 .183-.172.332-.382.332-.21 0-.381-.149-.381-.332 0-.183.17-.332.381-.332.21 0 .382.149.382.332Z",fill:"#fff"}),s.jsx("path",{d:"M15.813 9.087c-.218.038-.323-.094-.282-.219.042-.124.25-.24.448-.26.198-.021.386.177.542.187.156.01.239-.076.27-.19.032-.113.25-.37.115-.435.177 0 .177.187.177.187s.198-.198.344-.187c.084.146 0 .354 0 .354s.208-.084.354.01c-.281.042-.322.208-.322.208s.052.136-.021.208c-.073.073.573.208.927.104.354-.104 1.032-.344 1.469-.344.437 0 .531.167.635.02.104-.145-.125-.301-.5-.27-.374.032-1.01.466-1.26.176-.063 0-.094.074-.094.074s-.156-.052-.313-.135c-.156-.083-.125.198-.041.24-.261-.011-.252-.18-.252-.18s-.322-.235-.113-.413c.015.324.302.23.459.167a.473.473 0 0 1 .448.073c.094.083.364.156.708-.042s1.27-.27 1.281.146c.01.417-.459.448-.459.448s.052.25.344.198c.292-.052.48-.135.563.094.083.23.27.24.209.428-.063.187-.271.274-.552.226-.282-.05-.313-.164-.084-.206.23-.041.271-.218.188-.26-.084-.042-.24.125-.448.04a3.998 3.998 0 0 1-.48-.25s.011.116-.177.178c-.187.063-.031.136.02.25.053.115-.187.208-.437.26-.25.052-.437.188-.677-.104-.24-.292.063-.374.187-.281.125.093.25.26.354.177.104-.083-.072-.135-.094-.292-.02-.156.011-.343.011-.343s-.333.52-1.041.624c-.708.104-.834.104-.834.104l-.208-.146-.25.167-.01-.188s-.396.31-.604.359c-.208.048-.778-.087-.79-.244-.013-.156.05-.23.237-.292.187-.063.219.041.313.125.094.084.198.198.333.084.135-.115.208-.156.208-.156l.041-.198-.198-.011.073-.229s-.146.03-.25-.063c-.104-.094-.115-.187-.208-.156-.093.032-.02.136-.26.178Z",fill:"#FFD101"}),s.jsx("path",{d:"M16.313 12.107c-.178.073-.448-.51-.292-.677.156-.166.468.605.292.678Zm.343-.072c-.166.014-.104-.792 0-.792.105 0 .23.771 0 .792Zm.292.127c-.207-.038.104-.523.187-.523.084 0 .052.567-.187.523Zm3.291.133c-.406.011-.177-.072-.135-.181.041-.111.017-.934.017-.934h.233s-.073.709 0 .855c.073.146.26.25-.115.26Zm.802 1.438c.097-.108-.146-.282-.312-.282-.167 0-.356.095-.496.49-.14.396.157.281.233.063.076-.22.138-.345.253-.354.114-.011.156.27.322.083Zm-1.593 1.385c-.214-.016-.396.541-.396.541s.959-.5.396-.54Z",fill:"#964B36"}),s.jsx("path",{d:"M16.123 11.639c.052.166-.477-.027-.487.262-.219-.033.094-.46.292-.398-.041-.229-.337-.322-.367.052-.331-.292.091-.572.281-.448-.101-.354-.295-.348-.32-.135-.25-.208.003-.541.22-.385.217.156.233.322.233.322s.152-.539.537-.363c-.467.197-.559.55-.39 1.093Z",fill:"#00A651"}),s.jsx("path",{d:"M16.67 11.407a1.394 1.394 0 0 1-.222-.279s.147.396-.083.563c.01-.365-.24-.49-.104-.635.135-.146.364 0 .364 0s.054-.085-.18-.292c-.235-.207-.403-.198-.414-.375.236.14.596.14.638.531.05-.468.261-.48.358-.49.098-.01.327.042.41-.04 0 .166-.187.114-.312.166.166.115.177.485.177.485s-.24-.422-.344-.39c-.104.03-.173.343-.173.343s.38-.011.242.5c-.059-.281-.122-.312-.194-.312-.073 0-.164.225-.164.225Z",fill:"#00A651"}),s.jsx("path",{d:"M17.027 11.76c.014-.194.108-.528.212-.554.035-.213.146-.515.375-.567.23-.052.281.187.23.322-.136-.197-.323-.25-.365.22.198-.053.312.103.26.312-.187-.219-.322-.245-.406-.086.219.086.223.273.112.43-.049-.27-.194-.25-.27 0-.078.25-.148-.077-.148-.077Zm3.17-.353c-.238 0-.551.246-.572.628-.25-.376.056-.792.377-.938-.565.01-.773.26-.845.469-.073-.553.628-.771.845-.678-.137-.24-.679-.22-.95-.021 0-.458.81-.568 1.145-.154-.041-.335.095-.419.095-.419v.448s.754-.708 1.169.146c-.669-.344-.994.01-.994.01s.692-.166.597.636c-.22-.49-.679-.437-.679-.437s.532.24.323.833c-.208-.572-.511-.523-.511-.523Z",fill:"#00A651"}),s.jsx("path",{d:"M19.687 14.014c-.031-.312.365-.49.365-.49s.667.407.76.49c.095.084-.057.432-.346.524-.289.09-.779-.524-.779-.524Z",fill:"#FFF202"}),s.jsx("path",{d:"M19.504 15.125c-.157-.098-.257-.653 0-.706-.097-.333.11-.5.183-.52.073-.02.343.101.546.295.204.194.381.24.397.317.016.075-.127.304-.373.325.076.23-.51.443-.753.29Z",fill:"#00A651"}),s.jsx("path",{d:"M16.031 13.827s.156-.064.25-.157.219-.094.323.078c.104.172.18.39.18.39s-.035-.312.289-.479c.323-.166.372-.208.372-.208l-.112.446s.386-.237.448-.373c.084.531-.312.911-.562 1.013.135.227.072.414.072.414l.459.375-.5.156-.223-.48s-.578.021-.662-.416c-.084-.437.116-.672 0-.69-.115-.018-.334-.07-.334-.07Z",fill:"#000"}),s.jsx("path",{d:"m17.07 14.935-.045.002c-.098 0-.528-.019-.594-.363a1.162 1.162 0 0 1 .019-.51c.019-.086.031-.143 0-.19l-.017-.023-.057-.02a2.913 2.913 0 0 1-.153-.03.584.584 0 0 0 .106-.084c.02-.02.05-.044.085-.044.043 0 .091.039.133.109.1.164.175.377.176.378l.129-.03a.432.432 0 0 1 .252-.412c.105-.054.18-.095.237-.126l-.112.447.14-.086c.046-.03.23-.144.356-.261-.014.426-.355.71-.532.783l-.071.029.04.067c.117.195.069.352.067.359l-.014.043.398.326-.326.102-.218-.466Z",fill:"#fff"}),s.jsx("path",{d:"M16.17 13.755c-.076-.178-.076-.178-.196-.23-.005.114 0 .186 0 .186s-.067-.218-.172-.187a.231.231 0 0 0 .161.303s-.098.032-.088.208c.177.072.156-.084.156-.084s-.037.16.091.252c.086-.137.048-.448.048-.448Z",fill:"#00A651"}),s.jsx("path",{d:"M12.667 12.222V3.555h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.222v6h12.667Z",fill:"#00247D"}),s.jsx("path",{d:"M12.667 3.555h-1.554L8 5.735v-2.18H4.667v1.713L2.264 3.585a2.63 2.63 0 0 0-1.115.444l3.135 2.193H3.127L.645 4.482a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.4v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555V10.87L10.79 9.555h1.877V6.222H10.79l1.876-1.314V3.555Z",fill:"#EEE"}),s.jsx("path",{d:"M7.333 3.555h-2V6.89H0v2h5.333v3.333h2V8.89h5.334v-2H7.333V3.555Z",fill:"#CF1B2B"}),s.jsx("path",{d:"M12.667 3.555h-.974L8 6.141v.081h1.047l3.62-2.535v-.132ZM1.149 4.03c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.028Zm3.142 5.526L.49 12.222h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.FJ=h;
package/icons/flags/FK.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(e,c){var a=e.borderRadius,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:c,borderRadius:a,height:l,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M21.333 3.444H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.111v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.11v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M15.519 15.215c.184-.344.312-.687.461-.792.15-.104.99-.02 1.153.167.163.187.08 1.156-.243 1.698-.323.541-.925.75-1.15.708-.225-.042-.371-.448-.413-.594-.041-.146.096-.198.413-.104.317.094.785-.708.775-1-.271-.198-.508-.042-.614.198-.104.24-.382-.281-.382-.281Z",fill:"#BA6747"}),React.createElement("path",{d:"M15.099 15.913c.044.194.225.655.42.91-.095-.567.33-.39.298-.16.146.041-.039-.323-.076-.531-.038-.208-.007-.615-.35-.594-.344.021-.324.236-.292.375Z",fill:"#D7A896"}),React.createElement("path",{d:"M21.741 15.215c-.184-.344-.312-.687-.461-.792-.15-.104-.99-.02-1.153.167-.164.187-.08 1.156.242 1.698.323.541.925.75 1.15.708.226-.042.366-.448.408-.594.041-.146-.096-.198-.413-.104-.317.094-.78-.708-.77-1 .271-.198.509-.042.614.198.105.24.383-.281.383-.281Z",fill:"#BA6747"}),React.createElement("path",{d:"M21.94 15.746c.048-.208-.199-.531-.355-.842-.636 1.195-2.313 1.35-2.955 1.352-.642-.002-2.319-.157-2.955-1.352-.156.311-.403.634-.354.842.048.208 1.558 1.292 3.298 1.301v.001h.021v-.001c1.741-.009 3.25-1.093 3.3-1.3Z",fill:"#E9CFC6"}),React.createElement("path",{d:"M22.161 15.913c-.044.194-.225.655-.42.91.095-.567-.33-.39-.298-.16-.146.041.039-.323.076-.531.038-.208.007-.615.35-.594.344.021.324.236.292.375Z",fill:"#D7A896"}),React.createElement("path",{d:"M18.639 7.208h-3.126v4.334c0 3.805 3.126 4.638 3.126 4.638s3.125-.833 3.125-4.638V7.209h-3.125Z",fill:"#fff"}),React.createElement("path",{d:"M18.638 15.913c-.345-.103-2.903-.987-2.903-4.367V7.471h5.806v4.075c0 3.349-2.581 4.266-2.903 4.367Z",fill:"#0072C4"}),React.createElement("path",{d:"M17.396 11.236c.073-.292.125-.697-.052-.76-.177-.063-.49-.25-.595-.584-.103-.333-.051-1.104-.145-1.156-.094-.052-.375.073-.541-.135-.167-.208-.063-.282.052-.355.114-.072.437-.239.416-.302-.02-.062.021-.162.218-.229.366-.125.657.198.772.323.114.125.416.292.552.302.135.01 1.77.031 1.958.052.188.02.667.146.626.718-.042.573-.123 1.126-.202 1.23a.566.566 0 0 1-.132.135s.084.459.073.542c-.01.083-.156.114-.167-.032a9.623 9.623 0 0 0-.062-.49l-.282-.05s.011.5-.083.646c-.094.146-.333.052-.27-.052a.583.583 0 0 0 .093-.323c0-.125-.031-.313-.094-.333-.062-.021-.374.104-.604.104-.229 0-.739-.146-.833-.063-.094.083-.219.51-.281.75-.063.24-.167.094-.156-.02.01-.115.052-.5-.011-.438-.063.063-.041.354-.083.448-.042.093-.167.072-.167.072Z",fill:"#fff"}),React.createElement("path",{d:"M16.656 10.715s.135.777.646 1.115c.51.337 2.653.25 3.02-.01.37-.262.709-.897.709-.897s-.302 0-.406-.115c-.302.167-.48.094-.542-.01-.239.24-.218.094-.25.02-.208.24-.51.094-.604.011-.208.135-.52.052-.583-.031-.24.208-.594.156-.667.062-.156.261-.385.167-.51.084-.178.166-.25-.02-.313-.136-.145.251-.385.074-.5-.093Z",fill:"#015121"}),React.createElement("path",{d:"M15.615 11.694s.322.042.572-.187c.25-.23.678-.344.99 0 .312.344.666.334.937.052.27-.281.677-.414 1.063-.03.385.385.718.22.948 0 .229-.22.708-.363 1.02 0 .313.364.532.166.532.166l-.136.959s-.094.02-.385-.23c-.292-.25-.698-.343-.99-.03-.291.312-.729.322-1.04.02-.313-.302-.678-.27-.949-.031-.27.239-.739.354-1.114 0-.375-.354-.698-.178-.886.01-.187.188-.441.26-.441.26l-.121-.959Zm.32 1.71a.697.697 0 0 0 .252-.147c.25-.23.678-.345.99 0 .312.344.666.333.937.052.27-.282.677-.415 1.063-.03.385.383.718.219.948 0 .229-.22.708-.364 1.02 0a.806.806 0 0 0 .176.155c.054.208-.24.68-.28.653-.276-.181-.62-.22-.874.054-.292.313-.73.323-1.042.02-.312-.301-.677-.27-.948-.03-.27.239-.739.354-1.114 0-.324-.307-.61-.215-.802-.064-.03.025-.498-.603-.326-.662Zm.814 1.367a.618.618 0 0 1 .428.215c.313.344.667.333.938.052.27-.281.677-.415 1.062-.03.386.384.719.22.948 0 .084-.08.2-.15.33-.19-.43.617-1.653 1.241-1.816 1.24-.166 0-1.493-.582-1.89-1.287Z",fill:"#fff"}),React.createElement("path",{d:"M16.469 8.174c.052-.115.228-.083.28 0 .053.083-.332.115-.28 0Z",fill:"#000"}),React.createElement("path",{d:"M15.897 13.257c-.063.077.801.455.801.455s.077.41.146.358c.07-.052.365.005.365.005s.07 1.224 1.437 1.224 1.734-1.308 1.734-1.308.493.005.551.036c.058.03-.118-.162-.045-.315s.25-.33.146-.371c-.104-.042-1.208.26-1.208.26s.02.99-1.177.99c-1.198 0-1.042-.646-1.042-.646s-1.61-.807-1.708-.688Z",fill:"#DD8B59"}),React.createElement("path",{d:"M17.656 14.326a.057.057 0 0 1-.057.057.057.057 0 0 1-.058-.057v-2.637a.057.057 0 0 1 .115 0v2.637Zm.99.322c0 .026-.02.046-.047.046a.046.046 0 0 1-.046-.046v-3.146a.046.046 0 1 1 .093 0v3.146Zm1.031-.172a.052.052 0 0 1-.104 0v-2.792a.052.052 0 0 1 .104 0v2.792Z",fill:"#DD8B59"}),React.createElement("path",{d:"M17.25 12.111s.094.187.406.104c.313-.083.323-.344.323-.344l-.729.24Zm1.719-.417-.708.178s.072.231.338.178c.266-.054.37-.356.37-.356Zm.312.334s.167.198.396.125c.23-.073.375-.344.375-.344l-.77.219Zm-1.198.208-.893.246s-.086.16-.055.326c.032.167.115.323.115.323s.083-.208.292-.25c.209-.042.354.125.354.125s-.08-.381.187-.77Zm.178 0s-.182.104-.178.417c.003.171.178.387.178.387s.094-.168.292-.231c.198-.063.416.115.416.115s-.082-.253-.052-.448c.03-.196.167-.426.167-.426l-.823.186Zm.958.156s-.063.136-.063.292c0 .156.125.448.125.448s.063-.219.292-.271c.23-.052.354.104.354.104s-.076-.154-.043-.38c.033-.224.263-.416.263-.416l-.928.223Zm-1.292.688-.78.146s.093.25.39.218c.296-.031.39-.364.39-.364Zm1.084-.04s-.75.041-.75.092.072.24.322.198c.25-.041.428-.29.428-.29Zm.968.04-.739.165s.104.189.37.137a.544.544 0 0 0 .37-.302Z",fill:"#FECF3D"}),React.createElement("path",{d:"m17.541 11.689-.552.183.552.058v-.241Zm1.052-.178-.552.183.552.058v-.241Zm1.042.12-.552.183.552.06v-.242Z",fill:"#FF0100"}),React.createElement("path",{d:"M12.667 12.111V3.444h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.11v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.444h-1.554L8 5.624v-2.18H4.667v1.713L2.264 3.474a2.63 2.63 0 0 0-1.115.444L4.284 6.11H3.127L.645 4.371a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.288v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353L10.79 9.444h1.877V6.111H10.79l1.876-1.314V3.444Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.444h-2v3.334H0v2h5.333v3.333h2V8.778h5.334v-2H7.333V3.444Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.444h-.974L8 6.03v.081h1.047l3.62-2.535v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6.11h1.156L1.15 3.918Zm3.142 5.526L.49 12.111h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.FK=c;
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 a=l.forwardRef((function(l,a){var h=l.borderRadius,i=l.height,Z=l.width;return c.jsxs(s.FlagIconBase,{ref:a,borderRadius:h,height:i,viewBox:"0 0 24 25",width:Z,children:[c.jsx("path",{d:"M21.333 3.444H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.111v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.11v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),c.jsx("path",{d:"M15.519 15.215c.184-.344.312-.687.461-.792.15-.104.99-.02 1.153.167.163.187.08 1.156-.243 1.698-.323.541-.925.75-1.15.708-.225-.042-.371-.448-.413-.594-.041-.146.096-.198.413-.104.317.094.785-.708.775-1-.271-.198-.508-.042-.614.198-.104.24-.382-.281-.382-.281Z",fill:"#BA6747"}),c.jsx("path",{d:"M15.099 15.913c.044.194.225.655.42.91-.095-.567.33-.39.298-.16.146.041-.039-.323-.076-.531-.038-.208-.007-.615-.35-.594-.344.021-.324.236-.292.375Z",fill:"#D7A896"}),c.jsx("path",{d:"M21.741 15.215c-.184-.344-.312-.687-.461-.792-.15-.104-.99-.02-1.153.167-.164.187-.08 1.156.242 1.698.323.541.925.75 1.15.708.226-.042.366-.448.408-.594.041-.146-.096-.198-.413-.104-.317.094-.78-.708-.77-1 .271-.198.509-.042.614.198.105.24.383-.281.383-.281Z",fill:"#BA6747"}),c.jsx("path",{d:"M21.94 15.746c.048-.208-.199-.531-.355-.842-.636 1.195-2.313 1.35-2.955 1.352-.642-.002-2.319-.157-2.955-1.352-.156.311-.403.634-.354.842.048.208 1.558 1.292 3.298 1.301v.001h.021v-.001c1.741-.009 3.25-1.093 3.3-1.3Z",fill:"#E9CFC6"}),c.jsx("path",{d:"M22.161 15.913c-.044.194-.225.655-.42.91.095-.567-.33-.39-.298-.16-.146.041.039-.323.076-.531.038-.208.007-.615.35-.594.344.021.324.236.292.375Z",fill:"#D7A896"}),c.jsx("path",{d:"M18.639 7.208h-3.126v4.334c0 3.805 3.126 4.638 3.126 4.638s3.125-.833 3.125-4.638V7.209h-3.125Z",fill:"#fff"}),c.jsx("path",{d:"M18.638 15.913c-.345-.103-2.903-.987-2.903-4.367V7.471h5.806v4.075c0 3.349-2.581 4.266-2.903 4.367Z",fill:"#0072C4"}),c.jsx("path",{d:"M17.396 11.236c.073-.292.125-.697-.052-.76-.177-.063-.49-.25-.595-.584-.103-.333-.051-1.104-.145-1.156-.094-.052-.375.073-.541-.135-.167-.208-.063-.282.052-.355.114-.072.437-.239.416-.302-.02-.062.021-.162.218-.229.366-.125.657.198.772.323.114.125.416.292.552.302.135.01 1.77.031 1.958.052.188.02.667.146.626.718-.042.573-.123 1.126-.202 1.23a.566.566 0 0 1-.132.135s.084.459.073.542c-.01.083-.156.114-.167-.032a9.623 9.623 0 0 0-.062-.49l-.282-.05s.011.5-.083.646c-.094.146-.333.052-.27-.052a.583.583 0 0 0 .093-.323c0-.125-.031-.313-.094-.333-.062-.021-.374.104-.604.104-.229 0-.739-.146-.833-.063-.094.083-.219.51-.281.75-.063.24-.167.094-.156-.02.01-.115.052-.5-.011-.438-.063.063-.041.354-.083.448-.042.093-.167.072-.167.072Z",fill:"#fff"}),c.jsx("path",{d:"M16.656 10.715s.135.777.646 1.115c.51.337 2.653.25 3.02-.01.37-.262.709-.897.709-.897s-.302 0-.406-.115c-.302.167-.48.094-.542-.01-.239.24-.218.094-.25.02-.208.24-.51.094-.604.011-.208.135-.52.052-.583-.031-.24.208-.594.156-.667.062-.156.261-.385.167-.51.084-.178.166-.25-.02-.313-.136-.145.251-.385.074-.5-.093Z",fill:"#015121"}),c.jsx("path",{d:"M15.615 11.694s.322.042.572-.187c.25-.23.678-.344.99 0 .312.344.666.334.937.052.27-.281.677-.414 1.063-.03.385.385.718.22.948 0 .229-.22.708-.363 1.02 0 .313.364.532.166.532.166l-.136.959s-.094.02-.385-.23c-.292-.25-.698-.343-.99-.03-.291.312-.729.322-1.04.02-.313-.302-.678-.27-.949-.031-.27.239-.739.354-1.114 0-.375-.354-.698-.178-.886.01-.187.188-.441.26-.441.26l-.121-.959Zm.32 1.71a.697.697 0 0 0 .252-.147c.25-.23.678-.345.99 0 .312.344.666.333.937.052.27-.282.677-.415 1.063-.03.385.383.718.219.948 0 .229-.22.708-.364 1.02 0a.806.806 0 0 0 .176.155c.054.208-.24.68-.28.653-.276-.181-.62-.22-.874.054-.292.313-.73.323-1.042.02-.312-.301-.677-.27-.948-.03-.27.239-.739.354-1.114 0-.324-.307-.61-.215-.802-.064-.03.025-.498-.603-.326-.662Zm.814 1.367a.618.618 0 0 1 .428.215c.313.344.667.333.938.052.27-.281.677-.415 1.062-.03.386.384.719.22.948 0 .084-.08.2-.15.33-.19-.43.617-1.653 1.241-1.816 1.24-.166 0-1.493-.582-1.89-1.287Z",fill:"#fff"}),c.jsx("path",{d:"M16.469 8.174c.052-.115.228-.083.28 0 .053.083-.332.115-.28 0Z",fill:"#000"}),c.jsx("path",{d:"M15.897 13.257c-.063.077.801.455.801.455s.077.41.146.358c.07-.052.365.005.365.005s.07 1.224 1.437 1.224 1.734-1.308 1.734-1.308.493.005.551.036c.058.03-.118-.162-.045-.315s.25-.33.146-.371c-.104-.042-1.208.26-1.208.26s.02.99-1.177.99c-1.198 0-1.042-.646-1.042-.646s-1.61-.807-1.708-.688Z",fill:"#DD8B59"}),c.jsx("path",{d:"M17.656 14.326a.057.057 0 0 1-.057.057.057.057 0 0 1-.058-.057v-2.637a.057.057 0 0 1 .115 0v2.637Zm.99.322c0 .026-.02.046-.047.046a.046.046 0 0 1-.046-.046v-3.146a.046.046 0 1 1 .093 0v3.146Zm1.031-.172a.052.052 0 0 1-.104 0v-2.792a.052.052 0 0 1 .104 0v2.792Z",fill:"#DD8B59"}),c.jsx("path",{d:"M17.25 12.111s.094.187.406.104c.313-.083.323-.344.323-.344l-.729.24Zm1.719-.417-.708.178s.072.231.338.178c.266-.054.37-.356.37-.356Zm.312.334s.167.198.396.125c.23-.073.375-.344.375-.344l-.77.219Zm-1.198.208-.893.246s-.086.16-.055.326c.032.167.115.323.115.323s.083-.208.292-.25c.209-.042.354.125.354.125s-.08-.381.187-.77Zm.178 0s-.182.104-.178.417c.003.171.178.387.178.387s.094-.168.292-.231c.198-.063.416.115.416.115s-.082-.253-.052-.448c.03-.196.167-.426.167-.426l-.823.186Zm.958.156s-.063.136-.063.292c0 .156.125.448.125.448s.063-.219.292-.271c.23-.052.354.104.354.104s-.076-.154-.043-.38c.033-.224.263-.416.263-.416l-.928.223Zm-1.292.688-.78.146s.093.25.39.218c.296-.031.39-.364.39-.364Zm1.084-.04s-.75.041-.75.092.072.24.322.198c.25-.041.428-.29.428-.29Zm.968.04-.739.165s.104.189.37.137a.544.544 0 0 0 .37-.302Z",fill:"#FECF3D"}),c.jsx("path",{d:"m17.541 11.689-.552.183.552.058v-.241Zm1.052-.178-.552.183.552.058v-.241Zm1.042.12-.552.183.552.06v-.242Z",fill:"#FF0100"}),c.jsx("path",{d:"M12.667 12.111V3.444h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.11v6h12.667Z",fill:"#00247D"}),c.jsx("path",{d:"M12.667 3.444h-1.554L8 5.624v-2.18H4.667v1.713L2.264 3.474a2.63 2.63 0 0 0-1.115.444L4.284 6.11H3.127L.645 4.371a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.288v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353L10.79 9.444h1.877V6.111H10.79l1.876-1.314V3.444Z",fill:"#EEE"}),c.jsx("path",{d:"M7.333 3.444h-2v3.334H0v2h5.333v3.333h2V8.778h5.334v-2H7.333V3.444Z",fill:"#CF1B2B"}),c.jsx("path",{d:"M12.667 3.444h-.974L8 6.03v.081h1.047l3.62-2.535v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6.11h1.156L1.15 3.918Zm3.142 5.526L.49 12.111h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.FK=a;
package/icons/flags/FM.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 l=a.borderRadius,c=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:l,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-81.3 0h682.6v512H-81.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)"},React.createElement("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),React.createElement("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})))}));exports.FM=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,l){var s=t.borderRadius,a=t.height,d=t.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:a,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-81.3 0h682.6v512H-81.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)",children:[i.jsx("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),i.jsx("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})]})]})}));exports.FM=t;
package/icons/flags/FO.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:"M-78 32h640v480H-78z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)"},React.createElement("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),React.createElement("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),React.createElement("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})))}));exports.FO=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,h=t.height,l=t.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:h,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-78 32h640v480H-78z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)",children:[i.jsx("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),i.jsx("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),i.jsx("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})]})]})}));exports.FO=t;
package/icons/flags/FR.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,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})))}));exports.FR=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:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]})})}));exports.FR=t;
package/icons/flags/GA.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,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M640 480H0V0h640z",fill:"#ffe700"}),React.createElement("path",{d:"M640 160H0V0h640z",fill:"#36a100"}),React.createElement("path",{d:"M640 480H0V320h640z",fill:"#006dbc"})))}));exports.GA=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 a=e.borderRadius,t=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M640 480H0V0h640z",fill:"#ffe700"}),i.jsx("path",{d:"M640 160H0V0h640z",fill:"#36a100"}),i.jsx("path",{d:"M640 480H0V320h640z",fill:"#006dbc"})]})})}));exports.GA=s;
package/icons/flags/GB.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:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"translate(80) scale(.94)"},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),React.createElement("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),React.createElement("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),React.createElement("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"}))))}));exports.GB=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,h=s.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),i.jsx("g",{clipPath:"url(#".concat(c,"-0)"),transform:"translate(80) scale(.94)",children:i.jsxs("g",{strokeWidth:"1pt",children:[i.jsx("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),i.jsx("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),i.jsx("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),i.jsx("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"})]})})]})}));exports.GB=s;
package/icons/flags/GD.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,n=a.height,l=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:n,viewBox:"0 0 640 480",width:l},React.createElement("defs",null,React.createElement("g",{id:"".concat(i,"-0")},React.createElement("g",{id:"".concat(i,"-1")},React.createElement("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(i,"-2"),transform:"rotate(18 0 -1)"}),React.createElement("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(i,"-2")})),React.createElement("use",{transform:"rotate(72)",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{transform:"rotate(144)",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{transform:"rotate(216)",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{transform:"rotate(288)",xlinkHref:"#".concat(i,"-1")}))),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),React.createElement("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),React.createElement("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),React.createElement("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),React.createElement("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{height:"100%",id:"".concat(i,"-3"),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(i,"-3")}),React.createElement("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),React.createElement("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),React.createElement("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(i,"-3")}))}));exports.GD=a;
1
+ "use strict";var t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=t.forwardRef((function(s,a){var i=s.borderRadius,c=s.height,n=s.width,x=t.useId();return e.jsxs(r.FlagIconBase,{ref:a,borderRadius:i,height:c,viewBox:"0 0 640 480",width:n,children:[e.jsx("defs",{children:e.jsxs("g",{id:"".concat(x,"-0"),children:[e.jsxs("g",{id:"".concat(x,"-1"),children:[e.jsx("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(x,"-2"),transform:"rotate(18 0 -1)"}),e.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(x,"-2")})]}),e.jsx("use",{transform:"rotate(72)",xlinkHref:"#".concat(x,"-1")}),e.jsx("use",{transform:"rotate(144)",xlinkHref:"#".concat(x,"-1")}),e.jsx("use",{transform:"rotate(216)",xlinkHref:"#".concat(x,"-1")}),e.jsx("use",{transform:"rotate(288)",xlinkHref:"#".concat(x,"-1")})]})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),e.jsx("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),e.jsx("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),e.jsx("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(x,"-0")}),e.jsx("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(x,"-3")}),e.jsx("use",{height:"100%",id:"".concat(x,"-3"),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(x,"-0")}),e.jsx("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(x,"-3")}),e.jsx("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),e.jsx("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),e.jsx("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(x,"-3")}),e.jsx("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(x,"-0")}),e.jsx("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(x,"-3")})]})}));exports.GD=s;