@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/GE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,r=e.height,a=e.width;return React.createElement(c.FlagIconBase,{ref:s,borderRadius:t,height:r,viewBox:"0 0 640 480",width:a},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M272 0h96v480h-96z",fill:"red"}),React.createElement("path",{d:"M0 192h640v96H0z",fill:"red"}),React.createElement("path",{d:"M146.8 373.1c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.2c-16.9-1-31.2-4-31.2-4s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.2c16.9 1 31.2 4 31.2 4s-1-9.8-1-14.8c0-4.9 1-14.8 1-14.8s-14.3 3-31.1 4zm368-288c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.1c-16.9-1-31.2-3.9-31.2-3.9s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.1c16.9 1 31.2 4 31.2 4s-1-10-1-14.9 1-14.8 1-14.8-14.3 3-31.2 4zm-368 0c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.2c-16.9-1-31.2-4-31.2-4s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.2c16.9 1 31.2 4 31.2 4s-1-9.8-1-14.8c0-4.9 1-14.8 1-14.8s-14.3 3-31.1 4zm368 288c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.2c-16.9-1-31.2-4-31.2-4s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.2c16.9 1 31.2 4 31.2 4s-1-9.8-1-14.8c0-4.9 1-14.8 1-14.8s-14.3 3-31.2 4z",fill:"red",fillRule:"evenodd"}))}));exports.GE=s;
1
+ "use strict";var s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),c=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=s.forwardRef((function(s,r){var i=s.borderRadius,t=s.height,a=s.width;return c.jsxs(e.FlagIconBase,{ref:r,borderRadius:i,height:t,viewBox:"0 0 640 480",width:a,children:[c.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),c.jsx("path",{d:"M272 0h96v480h-96z",fill:"red"}),c.jsx("path",{d:"M0 192h640v96H0z",fill:"red"}),c.jsx("path",{d:"M146.8 373.1c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.2c-16.9-1-31.2-4-31.2-4s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.2c16.9 1 31.2 4 31.2 4s-1-9.8-1-14.8c0-4.9 1-14.8 1-14.8s-14.3 3-31.1 4zm368-288c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.1c-16.9-1-31.2-3.9-31.2-3.9s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.1c16.9 1 31.2 4 31.2 4s-1-10-1-14.9 1-14.8 1-14.8-14.3 3-31.2 4zm-368 0c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.2c-16.9-1-31.2-4-31.2-4s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.2c16.9 1 31.2 4 31.2 4s-1-9.8-1-14.8c0-4.9 1-14.8 1-14.8s-14.3 3-31.1 4zm368 288c1-16.8 4-31.1 4-31.1s-9.8 1-14.8 1c-4.9 0-14.8-1-14.8-1s3 14.3 4 31.2c-16.9-1-31.2-4-31.2-4s1 7.4 1 14.8-1 14.8-1 14.8 14.3-3 31.2-4c-1 16.9-4 31.2-4 31.2s7.4-1 14.8-1 14.8 1 14.8 1-3-14.3-4-31.2c16.9 1 31.2 4 31.2 4s-1-9.8-1-14.8c0-4.9 1-14.8 1-14.8s-14.3 3-31.2 4z",fill:"red",fillRule:"evenodd"})]})}));exports.GE=r;
package/icons/flags/GF.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,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:i,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480z",fill:"#078930"}),React.createElement("path",{d:"m0 0 640 480H0z",fill:"#fcdd09"}),React.createElement("path",{d:"M252.4 218h135.2l-109.4 79.5L320 169l41.8 128.6z",fill:"#da121a"}))}));exports.GF=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,d=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[i.jsx("path",{d:"M0 0h640v480z",fill:"#078930"}),i.jsx("path",{d:"m0 0 640 480H0z",fill:"#fcdd09"}),i.jsx("path",{d:"M252.4 218h135.2l-109.4 79.5L320 169l41.8 128.6z",fill:"#da121a"})]})}));exports.GF=a;
package/icons/flags/GG.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,i=a.height,n=a.width,h=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:i,viewBox:"0 0 640 480",width:n},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M256 0h128v480H256z",fill:"#e8112d"}),React.createElement("path",{d:"M0 176h640v128H0z",fill:"#e8112d"}),React.createElement("path",{d:"m110 286.7 23.3-23.4h210v-46.6h-210L110 193.3z",fill:"#f9dd16",id:"".concat(h,"-0")}),React.createElement("use",{height:"24",transform:"rotate(90 320 240)",width:"36",xlinkHref:"#".concat(h,"-0")}),React.createElement("use",{height:"24",transform:"rotate(-90 320 240)",width:"36",xlinkHref:"#".concat(h,"-0")}),React.createElement("use",{height:"24",transform:"rotate(180 320 240)",width:"36",xlinkHref:"#".concat(h,"-0")}))}));exports.GG=a;
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,d=i.width,f=e.useId();return t.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:d,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),t.jsx("path",{d:"M256 0h128v480H256z",fill:"#e8112d"}),t.jsx("path",{d:"M0 176h640v128H0z",fill:"#e8112d"}),t.jsx("path",{d:"m110 286.7 23.3-23.4h210v-46.6h-210L110 193.3z",fill:"#f9dd16",id:"".concat(f,"-0")}),t.jsx("use",{height:"24",transform:"rotate(90 320 240)",width:"36",xlinkHref:"#".concat(f,"-0")}),t.jsx("use",{height:"24",transform:"rotate(-90 320 240)",width:"36",xlinkHref:"#".concat(f,"-0")}),t.jsx("use",{height:"24",transform:"rotate(180 320 240)",width:"36",xlinkHref:"#".concat(f,"-0")})]})}));exports.GG=i;
package/icons/flags/GH.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("path",{d:"M0 0h640v480H0z",fill:"#006b3f"}),React.createElement("path",{d:"M0 0h640v320H0z",fill:"#fcd116"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#ce1126"}),React.createElement("path",{d:"m320 160 52 160-136.1-98.9H404L268 320z"}))}));exports.GH=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,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:"#006b3f"}),i.jsx("path",{d:"M0 0h640v320H0z",fill:"#fcd116"}),i.jsx("path",{d:"M0 0h640v160H0z",fill:"#ce1126"}),i.jsx("path",{d:"m320 160 52 160-136.1-98.9H404L268 320z"})]})}));exports.GH=s;
package/icons/flags/GI.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,h){var c=a.borderRadius,v=a.height,r=a.width,m=e.useId();return React.createElement(t.FlagIconBase,{ref:h,borderRadius:c,height:v,viewBox:"0 0 640 480",width:r},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#da000c"}),React.createElement("path",{d:"M0 0h640v321.6H0z",fill:"#fff"}),React.createElement("g",{stroke:"#000",transform:"translate(-160) scale(1.875)"},React.createElement("g",{fill:"#da000c",id:"".concat(m,"-0"),strokeLinecap:"square"},React.createElement("path",{d:"M196.6 116.3h64v44h-64z",fill:"#000",stroke:"none"}),React.createElement("path",{d:"M229.8 153.9h-39l-8.7 5.7v6h47.7m-16.3-37c5.6 0 10.2 4.7 10.2 10.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6 4.5-10.5 10.2-10.5z"}),React.createElement("path",{d:"M204.5 60h18.6v34h-18.6z",fill:"#000",stroke:"none"}),React.createElement("path",{d:"M223 88.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2 0h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6 2.5-6.6 6.1-6.8h.4a6.8 6.8 0 0 1 6.8 6.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182 159.6h48m31-2.8h-32.4l-9.8 4.7v7H261"}),React.createElement("path",{d:"M218.8 161.5H262",strokeLinecap:"butt"})),React.createElement("use",{height:"100%",transform:"matrix(-1 0 0 1 512 0)",width:"100%",xlinkHref:"#".concat(m,"-0")}),React.createElement("g",{fill:"#f8d80e"},React.createElement("g",{strokeLinecap:"round"},React.createElement("path",{d:"M273.3 150c-2.7 1-5 2.4-7.5 3.8a72.4 72.4 0 0 0-8.9 6c-1 .7-2 1.4-2.7 2.4-1 .8-2 2-1.8 3.5 0 .6.8-.8 1.4-.9a4.4 4.4 0 0 1 3.1-.4c1.3-1.4 3-2.3 4.4-3.4a77.4 77.4 0 0 1 13-7.6l-1-3.4z",strokeWidth:".8"}),React.createElement("path",{d:"M260.4 157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4"}),React.createElement("path",{d:"m238.9 150.2-1.2 3.3a86.6 86.6 0 0 1 15.8 8c1.7 1.2 3.5 2.3 4.8 3.9.3.8-.5 1.5-1.3 1.2-.7-.2-1.5-.5-2.2 0-1.1.5-2.1 2.2-.5 2.7 2.4 1.6 6.1.9 7.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89.2 89.2 0 0 0-14.7-7.2z",strokeWidth:".8"}),React.createElement("path",{d:"m254 158-.3 3.4m3.1-1.7-.8 3.3m3.8-1-1.8 2.6m2.7 3.6-2.6-1.4m3.4-1.4-3 .3m-.8 4-.2-2.6m-1-.3-2.4 1.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3"})),React.createElement("path",{d:"M235.8 227.6v8h5v-4h6.9v4h5.4v-8zm0 11v8H253v-8h-5.4v4h-6.9v-4z"}),React.createElement("path",{d:"M253 193.7h5v58h-5z"}),React.createElement("path",{d:"M253 198.7h5v50h-5zm2.6-19.3 10.6 6.2-10.6 6.2-10.7-6.2zm-14.3 4h-2.7v4.4h2.7l14.3 8.3 14.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z"}),React.createElement("path",{d:"M255.3 164.3a5 5 0 0 0-4 5.1v11.2a5 5 0 0 0 4.6 4.6 4.9 4.9 0 0 0 4.8-2.8l-1.7-1a2.9 2.9 0 0 1-3 1.8c-1.6 0-2.9-1.6-2.7-3.1v-11.2a2.9 2.9 0 0 1 3-2.6c.6-.2 1.5.7 1.9 0 .6-.9-.4-1.5-1-2h-1.9zm5.8 3.9a5 5 0 0 1-1.9 1.6v7.5l2 1.1v-10.2z"})),React.createElement("g",{fill:"#da000c"},React.createElement("path",{d:"M240.8 38.4h29.3v53.2h-29.3z",fill:"#000",stroke:"none"}),React.createElement("path",{d:"M238.8 38.4v44.5h9.3V69.7c0-3 2-7.3 7.9-7.3s8 4.3 8 7.3V83h9.2V38.4zm15.8 5h2.8v15.2h-2.8zm-8.3 3h3v11.1h-3zm16.5 0h2.9v11.1h-3zM235.6 32v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9 73.2v4.6h66.5v-4.6z"}),React.createElement("path",{d:"M220 82.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z"}),React.createElement("path",{d:"M228.7 102.4v54.4h12.8v-20.4c0-9.5 6.4-14 14.5-14 7.8 0 14.5 4.5 14.5 14v20.4h12.8v-54.4z",strokeLinejoin:"round"}))))}));exports.GI=a;
1
+ "use strict";var h=require("react"),v=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=h.forwardRef((function(a,e){var t=a.borderRadius,r=a.height,d=a.width,i=h.useId();return s.jsxs(v.FlagIconBase,{ref:e,borderRadius:t,height:r,viewBox:"0 0 640 480",width:d,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#da000c"}),s.jsx("path",{d:"M0 0h640v321.6H0z",fill:"#fff"}),s.jsxs("g",{stroke:"#000",transform:"translate(-160) scale(1.875)",children:[s.jsxs("g",{fill:"#da000c",id:"".concat(i,"-0"),strokeLinecap:"square",children:[s.jsx("path",{d:"M196.6 116.3h64v44h-64z",fill:"#000",stroke:"none"}),s.jsx("path",{d:"M229.8 153.9h-39l-8.7 5.7v6h47.7m-16.3-37c5.6 0 10.2 4.7 10.2 10.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6 4.5-10.5 10.2-10.5z"}),s.jsx("path",{d:"M204.5 60h18.6v34h-18.6z",fill:"#000",stroke:"none"}),s.jsx("path",{d:"M223 88.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2 0h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6 2.5-6.6 6.1-6.8h.4a6.8 6.8 0 0 1 6.8 6.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182 159.6h48m31-2.8h-32.4l-9.8 4.7v7H261"}),s.jsx("path",{d:"M218.8 161.5H262",strokeLinecap:"butt"})]}),s.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 512 0)",width:"100%",xlinkHref:"#".concat(i,"-0")}),s.jsxs("g",{fill:"#f8d80e",children:[s.jsxs("g",{strokeLinecap:"round",children:[s.jsx("path",{d:"M273.3 150c-2.7 1-5 2.4-7.5 3.8a72.4 72.4 0 0 0-8.9 6c-1 .7-2 1.4-2.7 2.4-1 .8-2 2-1.8 3.5 0 .6.8-.8 1.4-.9a4.4 4.4 0 0 1 3.1-.4c1.3-1.4 3-2.3 4.4-3.4a77.4 77.4 0 0 1 13-7.6l-1-3.4z",strokeWidth:".8"}),s.jsx("path",{d:"M260.4 157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4"}),s.jsx("path",{d:"m238.9 150.2-1.2 3.3a86.6 86.6 0 0 1 15.8 8c1.7 1.2 3.5 2.3 4.8 3.9.3.8-.5 1.5-1.3 1.2-.7-.2-1.5-.5-2.2 0-1.1.5-2.1 2.2-.5 2.7 2.4 1.6 6.1.9 7.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89.2 89.2 0 0 0-14.7-7.2z",strokeWidth:".8"}),s.jsx("path",{d:"m254 158-.3 3.4m3.1-1.7-.8 3.3m3.8-1-1.8 2.6m2.7 3.6-2.6-1.4m3.4-1.4-3 .3m-.8 4-.2-2.6m-1-.3-2.4 1.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3"})]}),s.jsx("path",{d:"M235.8 227.6v8h5v-4h6.9v4h5.4v-8zm0 11v8H253v-8h-5.4v4h-6.9v-4z"}),s.jsx("path",{d:"M253 193.7h5v58h-5z"}),s.jsx("path",{d:"M253 198.7h5v50h-5zm2.6-19.3 10.6 6.2-10.6 6.2-10.7-6.2zm-14.3 4h-2.7v4.4h2.7l14.3 8.3 14.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z"}),s.jsx("path",{d:"M255.3 164.3a5 5 0 0 0-4 5.1v11.2a5 5 0 0 0 4.6 4.6 4.9 4.9 0 0 0 4.8-2.8l-1.7-1a2.9 2.9 0 0 1-3 1.8c-1.6 0-2.9-1.6-2.7-3.1v-11.2a2.9 2.9 0 0 1 3-2.6c.6-.2 1.5.7 1.9 0 .6-.9-.4-1.5-1-2h-1.9zm5.8 3.9a5 5 0 0 1-1.9 1.6v7.5l2 1.1v-10.2z"})]}),s.jsxs("g",{fill:"#da000c",children:[s.jsx("path",{d:"M240.8 38.4h29.3v53.2h-29.3z",fill:"#000",stroke:"none"}),s.jsx("path",{d:"M238.8 38.4v44.5h9.3V69.7c0-3 2-7.3 7.9-7.3s8 4.3 8 7.3V83h9.2V38.4zm15.8 5h2.8v15.2h-2.8zm-8.3 3h3v11.1h-3zm16.5 0h2.9v11.1h-3zM235.6 32v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9 73.2v4.6h66.5v-4.6z"}),s.jsx("path",{d:"M220 82.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z"}),s.jsx("path",{d:"M228.7 102.4v54.4h12.8v-20.4c0-9.5 6.4-14 14.5-14 7.8 0 14.5 4.5 14.5 14v20.4h12.8v-54.4z",strokeLinejoin:"round"})]})]})]})}));exports.GI=a;
package/icons/flags/GL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(r.FlagIconBase,{ref:t,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 240h640v240H0zm80 0a160 160 0 1 0 320 0 160 160 0 0 0-320 0",fill:"#d00c33"}))}));exports.GL=t;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var s=e.borderRadius,t=e.height,d=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 240h640v240H0zm80 0a160 160 0 1 0 320 0 160 160 0 0 0-320 0",fill:"#d00c33"})]})}));exports.GL=a;
package/icons/flags/GM.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:"M0-48h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(0 48)"},React.createElement("path",{d:"M0-128h640V85.3H0z",fill:"red"}),React.createElement("path",{d:"M0 85.3h640V121H0z",fill:"#fff"}),React.createElement("path",{d:"M0 120.9h640V263H0z",fill:"#009"}),React.createElement("path",{d:"M0 263.1h640v35.6H0z",fill:"#fff"}),React.createElement("path",{d:"M0 298.7h640V512H0z",fill:"#090"})))}));exports.GM=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,h=t.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:l,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M0-48h640v480H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(0 48)",children:[i.jsx("path",{d:"M0-128h640V85.3H0z",fill:"red"}),i.jsx("path",{d:"M0 85.3h640V121H0z",fill:"#fff"}),i.jsx("path",{d:"M0 120.9h640V263H0z",fill:"#009"}),i.jsx("path",{d:"M0 263.1h640v35.6H0z",fill:"#fff"}),i.jsx("path",{d:"M0 298.7h640V512H0z",fill:"#090"})]})]})}));exports.GM=t;
package/icons/flags/GN.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 0h213.3v480H0z",fill:"red"}),React.createElement("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ff0"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#090"})))}));exports.GN=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 0h213.3v480H0z",fill:"red"}),i.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ff0"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#090"})]})})}));exports.GN=t;
package/icons/flags/GP.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.GP=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.GP=t;
package/icons/flags/GQ.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,m=e.width;return React.createElement(t.FlagIconBase,{ref:c,borderRadius:a,height:l,viewBox:"0 0 640 480",width:m},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#e32118"}),React.createElement("path",{d:"M0 0h640v320H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#3e9a00"}),React.createElement("path",{d:"M0 0v480l180-240z",fill:"#0073ce"}),React.createElement("g",{stroke:"#000"},React.createElement("path",{d:"M281.6 191.8h76.6V272c0 27-35.2 6.2-38.2 20.6-5.2-14.8-38.2 6.6-38.2-22.2l-.2-78.6z",fill:"#fff"}),React.createElement("path",{d:"M325.4 279.8s-1 1-2.8.2c-1.8-.8-2-51.4-2-51.4 4-4.4 7.2-5.8 7.2-5.8l2.4 2c-9 4.6-8.2 11.2-7.4 22.6.2 4.2.2 9.6 1.2 14.8 1.4 6.6 4.2 12.2 4.4 16.4.2 2.6-3 1.2-3 1.2z",fill:"#73452b",strokeWidth:".2"}),React.createElement("path",{d:"M319.2 221.6h3.6c-3 29-.4 46.2-.4 54.6 0 2.8 1.6 3.8 1.4 3.8-3.6 4-5.4-.2-5.4-.2z",fill:"#73452b",strokeWidth:".2"}),React.createElement("path",{d:"M313.6 279.8c-3.4 1.6-3.8-1.6-3.6-2 7.4-15 10.6-48 3.8-51.6l.4-3.2c2.6.8 5 4.2 5 4.2 1 37 0 52.2-.6 52.8-3.6 3.8-5-.6-5.2-1",fill:"#a36629",strokeWidth:".2"}),React.createElement("path",{d:"M313.4 279.2c-.6-3.2 5.2-11.4 4.8-20m5 7c1.8 5 2.6 9.4 2.2 13.6",fill:"none",strokeWidth:".2"}),React.createElement("path",{d:"M331 208c1.2-1.4 1.2-1.4 3.4-1.4.4-3 5.4-3 5.8.8 4-.8 4.8 1.6 3.2 4 3.8-1 7.2 0 6.2 4.4 6.8 1.8 4.2 6.6 1.2 7.6-.4 3-3.2 4-7 2.8-4.8 3.4-7.6 2.2-9.8-1.2-5.4.8-5.8-.4-8.2-3.4-4.2 1.8-5 1.8-8.6-.4-.2 2.8-1.2 2-3 1.8.2 3.6-1.2 5.2-4.4 4 2.4 5-3.8 7.2-6.8 3-2.8.2-3-.6-4.4-1.6-1.2 4-5.6 3.4-6.4 1.2-5.6-.8-5-3.8-.4-4 .4-3.2 3.2-2.6 5-2.2.2-2 1.4-1.6 2.4-1.2-.6-1.4-.2-2.2 1.6-2.6-2.6-3.4-1-4.6 1.6-5.8-1.4-3.2 1-3 2.8-3.2-.2-3.4.8-4 4.4-4.4-.4-1.2.2-2.2 2.2-2.2-1.2-3.4.4-4.2 4-3.6.6-5 11.2-2.6 10.4 4.2 3 .4 4 1 4.8 3.4z",fill:"#009a3b",strokeWidth:".2"}),React.createElement("path",{d:"M309.6 206.2c.8.4 1.8 0 2 2.2 1.6-2.8 3.6-1.2 3.6 2m11-5.8c-.8 1.2-3.8 1.2-3.4 4.4-1-1.4-3-1.8-3.8-.4m12-.6c0 .8-.2 3.2-1 4.4m13.4-1c.2.2-2.8 0-4.2 1m11.6 11c-.8-.4-2.4-1.4-3.6.2 0-.8 0-3-2.2-3m-1.2 5.6c0-2-.4-2.6-.8-3.2m-5.8.4c-1.6-1.2-3.2.6-3.2 1.6m-8.4-3.4c0-.8-.6-2.4.8-3M302.8 230c.4-2 1.8-2 1.6-3-.2-1.6-2-3-4.2-.8m4.2.8c1.2-.4 2.4-.2 2.8.4m-6.2-7.8c.8-.8 2.8-.6 4 0m0-4.8c1 0 2.8-.4 3.4 1.4 2.2-3.4 3.8-3 4.2-2.2m4-.4c1.6-.6 4.4 1 6 3.8.8-2.2 2-1.8 3.2-2m7.6 2c2.6-1.2 4.2 1.2 5 2.2 1.2-1.6 2.2-1.6 3.4-1.6m-32.6 4.2c.6-1 2-1.2 3-.6-.2-1.8 1-2.6 1.8-2.2",fill:"none",strokeWidth:".2"}),React.createElement("path",{d:"m317.4 180.5-4.4.2-2.2 4-2.4-3.8-4.4.2 2-4-2.4-3.7 4.6-.2 2-4 2.4 3.8 4.4-.2-2 4zm-18.8 1.5-4.4 1-1.2 4.3-3.2-3.2-4.2 1 1.2-4.2-3-3.2 4.2-1.1 1.2-4.3 3.2 3.2 4.4-1-1.4 4.3zm-18.2 3.7-4 2-.2 4.4-3.8-2.4-4 2 .4-4.5-3.8-2.4 4-2 .4-4.5 3.6 2.5 4-2-.2 4.4zm42.8-5.2 4.4.2 2 4 2.4-3.8 4.4.2-2-4 2.4-3.7-4.4-.2-2.2-4-2.4 3.8-4.4-.2 2 4zM342 182l4.2 1 1.2 4.3 3.2-3.2 4.2 1-1.2-4.2 3.2-3.2-4.4-1.1-1.2-4.3-3.2 3.2-4.2-1 1.2 4.3zm18 3.7 4 2 .2 4.4 3.8-2.4 4 2-.2-4.5 3.6-2.4-4-2-.2-4.5-3.8 2.5-4-2 .4 4.4z",fill:"gold",strokeWidth:".7"}),React.createElement("g",{fill:"#fff",strokeWidth:".7"},React.createElement("path",{d:"m365.4 270.4 5 7.2 4.6-6.8-3.2-5.8zm-31.8 21 .4 7.2s2 0 3.8-.6c1.6-.6 3-1.8 3-1.8l-.2-3.8zm-26.8 0-.4 7s-1.8 0-3.6-.4c-1.6-.4-3-1.4-3-1.4l-2-4.8zm-32.2-21-5.2 7.2-5.6-9.2 4.2-4.4z"}),React.createElement("path",{d:"M299.6 305.8c0 6.8 41.2 6.8 41.2 0v-9.6c0 5-41.2 4-41.2 0z"}),React.createElement("path",{d:"M262.8 283.6c3.6 18.4 36.8 18.8 36.8 18.8v-6.2c-.8-2.4.6-3.2 6-4 2.2-.2 1.2-3.4 1.2-3.4s-14.4 2.6-24.6-1.4c-13.8-5.6-15.8-16.4-15.8-16.4s-1 8.4-3.6 12.6zm114.6 0c-3.4 18.4-36.6 18.8-36.6 18.8v-6.2c.6-2.4-.8-3.2-6.2-4-2.2-.2-1-3.4-1-3.4s14.4 2.6 24.6-1.4c13.6-5.6 15.2-16.4 15.2-16.4s1.4 8.4 4 12.6z"}),React.createElement("path",{d:"M265.4 276.6c-9.2-5-2-10.2-1.2-25 1.4 9 11.6 12.8 10.4 18.6-4.2.2-6.2-6.2-8.2.8l-1 5.6zm109.4 0c9.2-5.2 1.6-10.2.8-25-1.4 9-11.4 12.8-10.2 18.6 4 .2 6-6.2 8 .8l1.4 5.4z"})),React.createElement("path",{d:"m271 283.4 1 .8-2.2 2.4c-1 1-1.1 1.6-.5 2.2.7.7 1.3.4 2-.4l2.5-2.6.8.8-2.4 2.8c-1.3 1.5-2.5 1.2-3.6.2-.8-.8-1.4-2 0-3.5l2.4-2.7zm4 3.4 1 .6-.2 4.8 2.2-3.4 1 .6-3.2 5.2-1.2-.6.2-4.8-2.2 3.4-1-.6zm1.8 8.4 2.8-5.6 1 .6-2.6 5.4zm4.4-4.8-2.2 5.8 2.2.8c2 .7 3-.2 3.6-1.9.7-1.8.4-3-1.6-3.9l-2-.8zm.8 1.4c2 .7 2.2 1.5 1.6 3-.6 1.3-1 1.8-3 .8l1.4-3.8zm5.8.8-3.6 5.4 1.4.4.8-1.4 2.4.6.2 1.4 1.4.2-1.4-6.4-1.2-.2zm.4 1.4.4 2.4-1.6-.2 1.2-2.2zm3-.9-.2 6.2h2.3c2.2.1 2.8-1 2.9-3 0-1.8-.7-3-2.9-3l-2.1-.2zm1.2 1c2.2.1 2.5.8 2.5 2.3-.1 1.5-.4 2.1-2.6 1.8v-4zm19.8 7.7v6.4h1.4v-2.4s1.2 0 2.2-.2c.7-.2 1.3-.7 1.3-2 0-1.2-.7-1.8-1.9-1.8h-3zm1.4 1h1.4c1.1 0 1 1.8 0 1.8h-1.4v-1.8zm5.8-1-2.6 6.4h1.4l.6-1.6h2.6l.6 1.6h1.4l-2.6-6.4h-1.4zm.6 1.4 1 2.4h-1.8l.8-2.4zm3.4 3.8 3.4-4.2h-3v-1h4.8v1L325 307h3.6v1.2h-5.2zm20.2-12.4 1.2-.2.6 3.6c.2 1.3-.4 2.1-1.3 2.5-1 .4-2.4 0-2.5-1.7l1-.2c.2 1 .6 1.1 1 1 .5-.2.7-.8.6-1.4zm2-.4 1.1-.2.6 3c.2 1.3.6 1.8 1.5 1.7 1-.2 1.1-.8.9-2l-.7-3.1 1.2-.2.8 3.3c.4 2-.6 2.7-2 3-1.1.2-2.4 0-2.8-2zm6.2 2.8 1-.4c.5.9 1.2.8 1.8.6.8-.4 1-1.1.5-1.4-.6-.3-2 .2-2.7 0-.9-.4-1.3-1-1.2-1.7 0-1 .8-1.4 1.7-1.7 1-.3 2-.2 2.7 1l-1.2.4c-.4-.7-1-.6-1.4-.4-.4.2-1 .5-.6 1 .2.5 1.7.2 2.5.2s1.4.6 1.5 1.3c.2 1.1-.2 1.7-1.5 2.2-1.5.6-2.9 0-3.1-1.1zm5.4-5-1.6.8-.4-1 4.4-1.8.4.8-1.6.8 1.8 4.4-1 .6zm2.6-2.2 1-.6 2.8 5.2-1 .6zm6.8.4 1.2-.4a2.4 2.4 0 0 1-2.4 3.3c-3 0-3.4-3.4-2.9-4.5.8-1.9 3-1.8 4-.8l-1 .8c-.6-.8-2-.3-2 .4a2.7 2.7 0 0 0 1.4 3c1 .4 2.4-.8 1.7-1.8zm-.6-4.2 1-.8 3.6 4.8-1 .8zm3.8-3-1 .8 2.2 6 1-1-.6-1.2 1.8-1.6 1.2.6 1-.8-5.6-2.8zm.4 1.4 2 1-1.2 1.2-.8-2.2z",stroke:"none"})))}));exports.GQ=c;
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 m=c.borderRadius,t=c.height,z=c.width;return s.jsxs(l.FlagIconBase,{ref:h,borderRadius:m,height:t,viewBox:"0 0 640 480",width:z,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#e32118"}),s.jsx("path",{d:"M0 0h640v320H0z",fill:"#fff"}),s.jsx("path",{d:"M0 0h640v160H0z",fill:"#3e9a00"}),s.jsx("path",{d:"M0 0v480l180-240z",fill:"#0073ce"}),s.jsxs("g",{stroke:"#000",children:[s.jsx("path",{d:"M281.6 191.8h76.6V272c0 27-35.2 6.2-38.2 20.6-5.2-14.8-38.2 6.6-38.2-22.2l-.2-78.6z",fill:"#fff"}),s.jsx("path",{d:"M325.4 279.8s-1 1-2.8.2c-1.8-.8-2-51.4-2-51.4 4-4.4 7.2-5.8 7.2-5.8l2.4 2c-9 4.6-8.2 11.2-7.4 22.6.2 4.2.2 9.6 1.2 14.8 1.4 6.6 4.2 12.2 4.4 16.4.2 2.6-3 1.2-3 1.2z",fill:"#73452b",strokeWidth:".2"}),s.jsx("path",{d:"M319.2 221.6h3.6c-3 29-.4 46.2-.4 54.6 0 2.8 1.6 3.8 1.4 3.8-3.6 4-5.4-.2-5.4-.2z",fill:"#73452b",strokeWidth:".2"}),s.jsx("path",{d:"M313.6 279.8c-3.4 1.6-3.8-1.6-3.6-2 7.4-15 10.6-48 3.8-51.6l.4-3.2c2.6.8 5 4.2 5 4.2 1 37 0 52.2-.6 52.8-3.6 3.8-5-.6-5.2-1",fill:"#a36629",strokeWidth:".2"}),s.jsx("path",{d:"M313.4 279.2c-.6-3.2 5.2-11.4 4.8-20m5 7c1.8 5 2.6 9.4 2.2 13.6",fill:"none",strokeWidth:".2"}),s.jsx("path",{d:"M331 208c1.2-1.4 1.2-1.4 3.4-1.4.4-3 5.4-3 5.8.8 4-.8 4.8 1.6 3.2 4 3.8-1 7.2 0 6.2 4.4 6.8 1.8 4.2 6.6 1.2 7.6-.4 3-3.2 4-7 2.8-4.8 3.4-7.6 2.2-9.8-1.2-5.4.8-5.8-.4-8.2-3.4-4.2 1.8-5 1.8-8.6-.4-.2 2.8-1.2 2-3 1.8.2 3.6-1.2 5.2-4.4 4 2.4 5-3.8 7.2-6.8 3-2.8.2-3-.6-4.4-1.6-1.2 4-5.6 3.4-6.4 1.2-5.6-.8-5-3.8-.4-4 .4-3.2 3.2-2.6 5-2.2.2-2 1.4-1.6 2.4-1.2-.6-1.4-.2-2.2 1.6-2.6-2.6-3.4-1-4.6 1.6-5.8-1.4-3.2 1-3 2.8-3.2-.2-3.4.8-4 4.4-4.4-.4-1.2.2-2.2 2.2-2.2-1.2-3.4.4-4.2 4-3.6.6-5 11.2-2.6 10.4 4.2 3 .4 4 1 4.8 3.4z",fill:"#009a3b",strokeWidth:".2"}),s.jsx("path",{d:"M309.6 206.2c.8.4 1.8 0 2 2.2 1.6-2.8 3.6-1.2 3.6 2m11-5.8c-.8 1.2-3.8 1.2-3.4 4.4-1-1.4-3-1.8-3.8-.4m12-.6c0 .8-.2 3.2-1 4.4m13.4-1c.2.2-2.8 0-4.2 1m11.6 11c-.8-.4-2.4-1.4-3.6.2 0-.8 0-3-2.2-3m-1.2 5.6c0-2-.4-2.6-.8-3.2m-5.8.4c-1.6-1.2-3.2.6-3.2 1.6m-8.4-3.4c0-.8-.6-2.4.8-3M302.8 230c.4-2 1.8-2 1.6-3-.2-1.6-2-3-4.2-.8m4.2.8c1.2-.4 2.4-.2 2.8.4m-6.2-7.8c.8-.8 2.8-.6 4 0m0-4.8c1 0 2.8-.4 3.4 1.4 2.2-3.4 3.8-3 4.2-2.2m4-.4c1.6-.6 4.4 1 6 3.8.8-2.2 2-1.8 3.2-2m7.6 2c2.6-1.2 4.2 1.2 5 2.2 1.2-1.6 2.2-1.6 3.4-1.6m-32.6 4.2c.6-1 2-1.2 3-.6-.2-1.8 1-2.6 1.8-2.2",fill:"none",strokeWidth:".2"}),s.jsx("path",{d:"m317.4 180.5-4.4.2-2.2 4-2.4-3.8-4.4.2 2-4-2.4-3.7 4.6-.2 2-4 2.4 3.8 4.4-.2-2 4zm-18.8 1.5-4.4 1-1.2 4.3-3.2-3.2-4.2 1 1.2-4.2-3-3.2 4.2-1.1 1.2-4.3 3.2 3.2 4.4-1-1.4 4.3zm-18.2 3.7-4 2-.2 4.4-3.8-2.4-4 2 .4-4.5-3.8-2.4 4-2 .4-4.5 3.6 2.5 4-2-.2 4.4zm42.8-5.2 4.4.2 2 4 2.4-3.8 4.4.2-2-4 2.4-3.7-4.4-.2-2.2-4-2.4 3.8-4.4-.2 2 4zM342 182l4.2 1 1.2 4.3 3.2-3.2 4.2 1-1.2-4.2 3.2-3.2-4.4-1.1-1.2-4.3-3.2 3.2-4.2-1 1.2 4.3zm18 3.7 4 2 .2 4.4 3.8-2.4 4 2-.2-4.5 3.6-2.4-4-2-.2-4.5-3.8 2.5-4-2 .4 4.4z",fill:"gold",strokeWidth:".7"}),s.jsxs("g",{fill:"#fff",strokeWidth:".7",children:[s.jsx("path",{d:"m365.4 270.4 5 7.2 4.6-6.8-3.2-5.8zm-31.8 21 .4 7.2s2 0 3.8-.6c1.6-.6 3-1.8 3-1.8l-.2-3.8zm-26.8 0-.4 7s-1.8 0-3.6-.4c-1.6-.4-3-1.4-3-1.4l-2-4.8zm-32.2-21-5.2 7.2-5.6-9.2 4.2-4.4z"}),s.jsx("path",{d:"M299.6 305.8c0 6.8 41.2 6.8 41.2 0v-9.6c0 5-41.2 4-41.2 0z"}),s.jsx("path",{d:"M262.8 283.6c3.6 18.4 36.8 18.8 36.8 18.8v-6.2c-.8-2.4.6-3.2 6-4 2.2-.2 1.2-3.4 1.2-3.4s-14.4 2.6-24.6-1.4c-13.8-5.6-15.8-16.4-15.8-16.4s-1 8.4-3.6 12.6zm114.6 0c-3.4 18.4-36.6 18.8-36.6 18.8v-6.2c.6-2.4-.8-3.2-6.2-4-2.2-.2-1-3.4-1-3.4s14.4 2.6 24.6-1.4c13.6-5.6 15.2-16.4 15.2-16.4s1.4 8.4 4 12.6z"}),s.jsx("path",{d:"M265.4 276.6c-9.2-5-2-10.2-1.2-25 1.4 9 11.6 12.8 10.4 18.6-4.2.2-6.2-6.2-8.2.8l-1 5.6zm109.4 0c9.2-5.2 1.6-10.2.8-25-1.4 9-11.4 12.8-10.2 18.6 4 .2 6-6.2 8 .8l1.4 5.4z"})]}),s.jsx("path",{d:"m271 283.4 1 .8-2.2 2.4c-1 1-1.1 1.6-.5 2.2.7.7 1.3.4 2-.4l2.5-2.6.8.8-2.4 2.8c-1.3 1.5-2.5 1.2-3.6.2-.8-.8-1.4-2 0-3.5l2.4-2.7zm4 3.4 1 .6-.2 4.8 2.2-3.4 1 .6-3.2 5.2-1.2-.6.2-4.8-2.2 3.4-1-.6zm1.8 8.4 2.8-5.6 1 .6-2.6 5.4zm4.4-4.8-2.2 5.8 2.2.8c2 .7 3-.2 3.6-1.9.7-1.8.4-3-1.6-3.9l-2-.8zm.8 1.4c2 .7 2.2 1.5 1.6 3-.6 1.3-1 1.8-3 .8l1.4-3.8zm5.8.8-3.6 5.4 1.4.4.8-1.4 2.4.6.2 1.4 1.4.2-1.4-6.4-1.2-.2zm.4 1.4.4 2.4-1.6-.2 1.2-2.2zm3-.9-.2 6.2h2.3c2.2.1 2.8-1 2.9-3 0-1.8-.7-3-2.9-3l-2.1-.2zm1.2 1c2.2.1 2.5.8 2.5 2.3-.1 1.5-.4 2.1-2.6 1.8v-4zm19.8 7.7v6.4h1.4v-2.4s1.2 0 2.2-.2c.7-.2 1.3-.7 1.3-2 0-1.2-.7-1.8-1.9-1.8h-3zm1.4 1h1.4c1.1 0 1 1.8 0 1.8h-1.4v-1.8zm5.8-1-2.6 6.4h1.4l.6-1.6h2.6l.6 1.6h1.4l-2.6-6.4h-1.4zm.6 1.4 1 2.4h-1.8l.8-2.4zm3.4 3.8 3.4-4.2h-3v-1h4.8v1L325 307h3.6v1.2h-5.2zm20.2-12.4 1.2-.2.6 3.6c.2 1.3-.4 2.1-1.3 2.5-1 .4-2.4 0-2.5-1.7l1-.2c.2 1 .6 1.1 1 1 .5-.2.7-.8.6-1.4zm2-.4 1.1-.2.6 3c.2 1.3.6 1.8 1.5 1.7 1-.2 1.1-.8.9-2l-.7-3.1 1.2-.2.8 3.3c.4 2-.6 2.7-2 3-1.1.2-2.4 0-2.8-2zm6.2 2.8 1-.4c.5.9 1.2.8 1.8.6.8-.4 1-1.1.5-1.4-.6-.3-2 .2-2.7 0-.9-.4-1.3-1-1.2-1.7 0-1 .8-1.4 1.7-1.7 1-.3 2-.2 2.7 1l-1.2.4c-.4-.7-1-.6-1.4-.4-.4.2-1 .5-.6 1 .2.5 1.7.2 2.5.2s1.4.6 1.5 1.3c.2 1.1-.2 1.7-1.5 2.2-1.5.6-2.9 0-3.1-1.1zm5.4-5-1.6.8-.4-1 4.4-1.8.4.8-1.6.8 1.8 4.4-1 .6zm2.6-2.2 1-.6 2.8 5.2-1 .6zm6.8.4 1.2-.4a2.4 2.4 0 0 1-2.4 3.3c-3 0-3.4-3.4-2.9-4.5.8-1.9 3-1.8 4-.8l-1 .8c-.6-.8-2-.3-2 .4a2.7 2.7 0 0 0 1.4 3c1 .4 2.4-.8 1.7-1.8zm-.6-4.2 1-.8 3.6 4.8-1 .8zm3.8-3-1 .8 2.2 6 1-1-.6-1.2 1.8-1.6 1.2.6 1-.8-5.6-2.8zm.4 1.4 2 1-1.2 1.2-.8-2.2z",stroke:"none"})]})]})}));exports.GQ=h;
package/icons/flags/GR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var c=a.borderRadius,r=a.height,f=a.width,h=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,viewBox:"0 0 640 480",width:f},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(h,"-0")},React.createElement("path",{d:"M0 0h120v90H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(5.33)"},React.createElement("path",{d:"M0 0h135v10H0z",fill:"#0d5eaf"}),React.createElement("path",{d:"M0 10h135v10H0z",fill:"#fff"}),React.createElement("path",{d:"M0 20h135v10H0z",fill:"#0d5eaf"}),React.createElement("path",{d:"M0 30h135v10H0z",fill:"#fff"}),React.createElement("path",{d:"M0 40h135v10H0z",fill:"#0d5eaf"}),React.createElement("path",{d:"M0 50h135v10H0z",fill:"#fff"}),React.createElement("path",{d:"M0 60h135v10H0z",fill:"#0d5eaf"}),React.createElement("path",{d:"M0 70h135v10H0z",fill:"#fff"}),React.createElement("path",{d:"M0 80h135v10H0zM0 0h50v50H0z",fill:"#0d5eaf"}),React.createElement("g",{fill:"#fff"},React.createElement("path",{d:"M20 0h10v50H20z"}),React.createElement("path",{d:"M0 20h50v10H0z"}))))}));exports.GR=a;
1
+ "use strict";var e=require("react"),f=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(i,l){var a=i.borderRadius,s=i.height,d=i.width,t=e.useId();return h.jsxs(f.FlagIconBase,{ref:l,borderRadius:a,height:s,viewBox:"0 0 640 480",width:d,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(t,"-0"),children:h.jsx("path",{d:"M0 0h120v90H0z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(5.33)",children:[h.jsx("path",{d:"M0 0h135v10H0z",fill:"#0d5eaf"}),h.jsx("path",{d:"M0 10h135v10H0z",fill:"#fff"}),h.jsx("path",{d:"M0 20h135v10H0z",fill:"#0d5eaf"}),h.jsx("path",{d:"M0 30h135v10H0z",fill:"#fff"}),h.jsx("path",{d:"M0 40h135v10H0z",fill:"#0d5eaf"}),h.jsx("path",{d:"M0 50h135v10H0z",fill:"#fff"}),h.jsx("path",{d:"M0 60h135v10H0z",fill:"#0d5eaf"}),h.jsx("path",{d:"M0 70h135v10H0z",fill:"#fff"}),h.jsx("path",{d:"M0 80h135v10H0zM0 0h50v50H0z",fill:"#0d5eaf"}),h.jsxs("g",{fill:"#fff",children:[h.jsx("path",{d:"M20 0h10v50H20z"}),h.jsx("path",{d:"M0 20h50v10H0z"})]})]})]})}));exports.GR=i;
package/icons/flags/GS.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 l=e.borderRadius,a=e.height,f=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 24 25",width:f},React.createElement("path",{d:"M21.333 4.111H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.778v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M17.77 7.445a4.168 4.168 0 0 0-.427-.271.396.396 0 0 1-.146-.531c.094-.178.317-.24.262-.073-.054.167-.112.371 0 .389.113.017.082-.222.186-.212.104.01-.104.386 0 .396.104.01.072-.333.187-.292.115.042.094.344 0 .365-.094.02.012.156.08.229.067.072-.047.072-.141 0Zm.533 0c.09-.07.23-.156.428-.271a.396.396 0 0 0 .146-.531c-.094-.178-.317-.24-.263-.073.054.167.113.371 0 .389-.113.017-.081-.222-.185-.212-.104.01.104.386 0 .396-.104.01-.073-.333-.188-.292-.114.042-.094.344 0 .365.094.02-.01.156-.078.23-.068.071.047.07.14-.001Z",fill:"#CDAD57"}),React.createElement("path",{d:"M17.945 8.028c.06-.232-.014-.458-.195-.389-.18.07-.347-.041-.32-.097.029-.056.237-.222.515-.222.277 0 .638.152.61.222-.027.07-.333.132-.333.132s.042.27.556.27.944.126.847.75c-.096.625-.125.708-.208.681-.082-.027-.097-.236-.055-.417.042-.18-.07-.43-.125-.25-.056.181-.168.528-.306.556-.139.027.055-.528.041-.653-.014-.125-.333-.097-.347.097-.014.195.024.514-.092.598-.117.083-.13-.195-.117-.389.013-.194-.125-.5-.139-.236-.014.264-.028.597-.152.639-.125.041 0-.32-.042-.542-.041-.222-.208-.486-.138-.75Z",fill:"#923F00"}),React.createElement("path",{d:"M18.344 11.184c-.177.167-.844.541-1.104-.073.625.25.994-.292.994-.292l.11.365Zm-.917-1.479c-.276-.854-.896-.927-.896-.927s-.031.27.104.463a3.112 3.112 0 0 1-.885-.245c-.125.354.625.73 1.083.708-.218.22-.01.407.198.444-.104-.255.23-.426.302-.226.073.2.094-.217.094-.217Z",fill:"#fff"}),React.createElement("path",{d:"M17.541 11.176c-.562.06-.961-.802-.959-1.058.335.098.606.327.606.327s.089-.761.159-.948c.278.209.351.792.258 1.063.306.014.364.27.27.458-.146-.209-.3-.01-.334.158Z",fill:"#1500FF"}),React.createElement("path",{d:"M19.163 11.184c.178.167.844.541 1.104-.073-.625.25-.994-.292-.994-.292l-.11.365Zm.917-1.479c.277-.854.896-.927.896-.927s.031.27-.104.463a3.11 3.11 0 0 0 .885-.245c.126.354-.625.73-1.083.708.219.22.01.407-.198.444.104-.255-.23-.426-.302-.226-.073.2-.094-.217-.094-.217Z",fill:"#fff"}),React.createElement("path",{d:"M19.966 11.176c.562.06.961-.802.96-1.058-.335.098-.606.327-.606.327s-.089-.761-.159-.948c-.278.209-.351.792-.258 1.063-.306.014-.364.27-.27.458.145-.209.299-.01.333.158Z",fill:"#1500FF"}),React.createElement("path",{d:"M18.802 12.382c-.865 0-1.167-.396-1.083-.667.083-.27.374-.125.468-.198.094-.072.094-.552-.125-.77-.219-.22-.354-.448-.26-.563-.126-.208.07-.302.129-.542.058-.239.12-.462.21-.489.092-.027.139.198.17.156.032-.041.067-.23.221-.24.154-.01.133.157.185.199.052.041.094-.194.24-.198.146-.006.187.198.25.208.062.011.083-.15.208-.125.124.025.083.344.166.48.084.135.261.396.156.552.146.104-.01.291-.187.427-.177.135-.385.469-.26.844.114.25.551-.01.655.146.107.155.066.78-1.143.78Z",fill:"#656263"}),React.createElement("path",{d:"M17.706 10.038c0-.25.67-.333 1.044-.333.375 0 1.063.087 1.063.333 0 .247-.524 0-1.054 0s-1.053.24-1.053 0Z",fill:"#fff"}),React.createElement("path",{d:"M18.392 9.726a2.416 2.416 0 0 0-.34.062.397.397 0 0 0 .045.33 8.92 8.92 0 0 1 .336-.054.314.314 0 0 1-.041-.338Zm.327-.02v.335l.04-.002c.128 0 .256.014.376.033a.215.215 0 0 0 .063-.146c0-.079-.049-.146-.113-.202a5.41 5.41 0 0 0-.366-.018Zm.646.404c.262.046.448.075.448-.072 0-.13-.19-.214-.424-.266.038.048.069.1.069.154 0 .078-.043.136-.093.184Z",fill:"#1500FF"}),React.createElement("path",{d:"M17.775 10.302c.027-.117.984.539.984.539s1.013-.708 1.023-.612c.01.096-1.023.788-1.023.788s-1.012-.598-.984-.715Z",fill:"#ADB0B2"}),React.createElement("path",{d:"M17.792 13.07c-.459.437-2.292 2.02-2.396 2.354-.104.333.115.417.437.198-.114.26.032.364.104.374.073.011.375-.094.5-.364.136.219.48.25.542.208.062-.041.094-.115.094-.115s.06.314.176.271c.116-.042.218-.208.292-.198.074.01-.004.156.165.146.17-.01.238-.084.329-.178.09-.094.236.042.309.021.073-.02.146-.469.26-.792.115-.321-.812-1.925-.812-1.925Z",fill:"#6A4C2D"}),React.createElement("path",{d:"M19.459 14.695c.306.069.646-.014.809.083.163.097.288.18.524.195.236.014.68-.194.778 0 .097.194.222.472.347.514.126.042.598.194.126.222-.472.028-1.528 0-1.528 0l.126.166-.924.056s-.542-.472-.518-.806c.025-.333.26-.43.26-.43Z",fill:"#fff"}),React.createElement("path",{d:"M18.344 14.694c-.377.228-.201.514-.201.514s.06.39.091.348c.03-.041.2-.18.2-.18s-.03.31-.025.297c.004-.012.206 0 .206 0s.073.274.104.328c.032.055.206-.126.206-.126s.166.107.239.137c.073.03.1-.192.1-.192s.198.252.325.181c.126-.07.286-.279.286-.279l-.236-.207s.042-.055 0-.16c-.041-.104-.194-.146-.194-.146s.153-.111.042-.181c-.112-.07-.522-.709-1.143-.334Z",fill:"#00713D"}),React.createElement("path",{d:"M20.043 12.1h-.191l-1.007.678-1.008-.679h-.167l-.087.002v1.479c0 .129.023.331.098.555a1.78 1.78 0 0 0 .544.802c.132.112.295.21.486.297.046.02.084.046.134.065.052-.02.092-.046.14-.068.19-.086.353-.186.485-.298.1-.085.187-.173.259-.265.143-.185.222-.381.287-.555a1.53 1.53 0 0 0 .09-.534V12.1l-.063.002Z",fill:"#fff"}),React.createElement("path",{d:"m20.107 12.725-.272-.353.209-.271-.191-.002-1.008.679-1.008-.679h-.167l.209.272-.296.384v.024l.286.371-.286.372v.024l.276.358-.178.231c.058.177.15.366.294.547l.258-.335.223.289-.231.3c.132.112.295.211.486.297l.138-.18.136.177c.19-.086.353-.186.485-.298l-.229-.296.232-.3.256.332a1.78 1.78 0 0 0 .287-.555l-.161-.21.252-.327v-.085l-.263-.34.263-.341v-.085Zm-.388.425-.246.321-.247-.32.247-.321.246.32Zm-.482.753.236-.307.236.307-.236.307-.236-.307Zm-.766-.753-.238.31-.238-.31.238-.309.238.31Zm-.466.753.228-.296.228.296-.228.296-.228-.296Zm.606.733.237-.308.237.309-.237.308-.237-.309Z",fill:"#1E5AA6"}),React.createElement("path",{d:"M18.845 12.278c-.268-.164-.674-.18-1.008-.179l1.004 2.823c0 .012.008.012.008 0l1.004-2.823c-.335 0-.74.015-1.008.179Z",fill:"#016C00"}),React.createElement("path",{d:"M15.948 12.539c.024-.667.135-1 .125-1.261-.01-.26.219-.26.396-.313.178-.052.261.094.406.104.146.01.23.032.188.208-.042.177-.178.406-.208.469-.032.063.177.459.344.792.166.333.406.76.229 1.427-.177.667-.281.906-.354.959-.073.052-.017-.437-.081-.667-.065-.23-.148-.281-.148-.281s-.282.265-.386.601c-.104.336-.02.58.178.719.198.138.646.221.718.263.073.042-.146.136-.448.115-.302-.02-1.016-.275-1.284-.56-.268-.284-.633-.75-.424-1.263.114-.282.333-.375.406-.47.072-.092.336-.643.343-.842Z",fill:"#8B9497"}),React.createElement("path",{d:"M21.02 11.178c.228-.03.793 1.422.855 2.048.062.625.052 1.75-.323 1.792-.375.041-.712-.104-.83-.73-.118-.625-.028-1.104 0-1.51.028-.407-.035-1.553.299-1.6Z",fill:"#fff"}),React.createElement("path",{d:"M20.926 11.178c.016-.266.272-.359.574-.306.302.052.281.52.27.74-.01.218.475.166.477 1.343.003 1.178-.33 1.844-.237 2.01.094.168.52.386.281.428-.239.042-.541-.208-.75-.281-.208-.073.018-.365.103-.719.085-.354.043-.74-.134-.693-.177.047.073.907-.219.878-.292-.029-.448-.673-.416-1.262.031-.59.146-.632.312-.819.167-.187.063-.27-.114-.469-.178-.197-.115-.354.072-.458.188-.105-.242-.032-.219-.392Z",fill:"#000"}),React.createElement("path",{d:"M20.663 12.184c-.25.02-.507.094-.507.198 0 .104-.01.448 0 .49.01.04.354-.178.507-.168v-.52Z",fill:"#fff"}),React.createElement("path",{d:"M21.02 11.178c.062-.322-.52-.015-.551.068-.032.084.49.26.552-.068Z",fill:"#F66B01"}),React.createElement("path",{d:"M21.198 11.017c.031-.093.73-.208.844-.198.115.01.108-.014.077.038-.012.019-.344.064-.348.097-.009.058.293.021.344.063.034.028-.336.025-.273.07.083.063.399.204.306.17-.161-.06-1.001-.088-.95-.24Z",fill:"#F8F001"}),React.createElement("path",{d:"M21.087 14.933c-.156.029-.639-.007-.472.09a.963.963 0 0 0 .218.109s-.299.11-.17.164c.128.055.424.02.62.017.196-.005.34-.115.259-.203-.081-.087-.223-.219-.455-.177Z",fill:"#F66B01"}),React.createElement("path",{d:"M16.703 17.497c.374.072.864.229.864.229l-.062.677s-.156-.23-.98-.374c-.094-.272.178-.532.178-.532Zm.124-1.136s.011.219-.281.469c-.292.25-.625.23-.604-.052.281-.073.208-.63.442-.703-.025.234.069.39.443.286Zm4.316 1.136a9.096 9.096 0 0 0-.865.229l.063.677s.156-.23.979-.374c.093-.272-.177-.532-.177-.532Z",fill:"#C11600"}),React.createElement("path",{d:"M20.976 16.903c.24-.26.406-.25.531-.5.126-.25-.062-.448-.385-.388-.323.059-.656.575-.656.575s-.614-.364-1.543-.364c-.929 0-1.543.364-1.543.364s-.333-.516-.656-.575c-.323-.06-.51.138-.385.388s.292.24.531.5c-.385.26-.698.782-.698.782l.354.344s.198-.334.615-.678c.364.417.364 1.052.364 1.052s.11-.448.279-.594c-.008-.406-.123-.708-.123-.708s.544-.333 1.262-.333 1.262.333 1.262.333-.114.302-.122.708c.169.146.278.594.278.594s0-.635.365-1.052c.417.344.615.678.615.678l.354-.345c-.001 0-.314-.52-.699-.78Z",fill:"#FFBC00"}),React.createElement("path",{d:"M21.017 16.361s-.01.219.282.469c.292.25.625.23.604-.052-.282-.073-.208-.63-.442-.703.025.234-.068.39-.444.286Z",fill:"#C11600"}),React.createElement("path",{d:"M12.667 12.778V4.11h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.136A2.659 2.659 0 0 0 0 6.778v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 4.111h-1.554L8 6.291V4.11H4.667v1.713L2.264 4.14c-.41.063-.793.217-1.115.443l3.135 2.194H3.127L.645 5.038a2.69 2.69 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.955v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353l-1.877-1.314h1.877V6.778H10.79l1.876-1.314V4.11Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 4.111h-2v3.333H0v2h5.333v3.334h2V9.444h5.334v-2H7.333V4.111Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 4.111h-.974L8 6.697v.08h1.047l3.62-2.534v-.132Zm-11.518.473c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.584Zm3.142 5.527L.49 12.778h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.814l-2.458-1.72H9.047l3.62 2.534Z",fill:"#CF1B2B"}))}));exports.GS=t;
1
+ "use strict";var l=require("react"),c=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=l.forwardRef((function(l,a){var f=l.borderRadius,h=l.height,i=l.width;return s.jsxs(c.FlagIconBase,{ref:a,borderRadius:f,height:h,viewBox:"0 0 24 25",width:i,children:[s.jsx("path",{d:"M21.333 4.111H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.778v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),s.jsx("path",{d:"M17.77 7.445a4.168 4.168 0 0 0-.427-.271.396.396 0 0 1-.146-.531c.094-.178.317-.24.262-.073-.054.167-.112.371 0 .389.113.017.082-.222.186-.212.104.01-.104.386 0 .396.104.01.072-.333.187-.292.115.042.094.344 0 .365-.094.02.012.156.08.229.067.072-.047.072-.141 0Zm.533 0c.09-.07.23-.156.428-.271a.396.396 0 0 0 .146-.531c-.094-.178-.317-.24-.263-.073.054.167.113.371 0 .389-.113.017-.081-.222-.185-.212-.104.01.104.386 0 .396-.104.01-.073-.333-.188-.292-.114.042-.094.344 0 .365.094.02-.01.156-.078.23-.068.071.047.07.14-.001Z",fill:"#CDAD57"}),s.jsx("path",{d:"M17.945 8.028c.06-.232-.014-.458-.195-.389-.18.07-.347-.041-.32-.097.029-.056.237-.222.515-.222.277 0 .638.152.61.222-.027.07-.333.132-.333.132s.042.27.556.27.944.126.847.75c-.096.625-.125.708-.208.681-.082-.027-.097-.236-.055-.417.042-.18-.07-.43-.125-.25-.056.181-.168.528-.306.556-.139.027.055-.528.041-.653-.014-.125-.333-.097-.347.097-.014.195.024.514-.092.598-.117.083-.13-.195-.117-.389.013-.194-.125-.5-.139-.236-.014.264-.028.597-.152.639-.125.041 0-.32-.042-.542-.041-.222-.208-.486-.138-.75Z",fill:"#923F00"}),s.jsx("path",{d:"M18.344 11.184c-.177.167-.844.541-1.104-.073.625.25.994-.292.994-.292l.11.365Zm-.917-1.479c-.276-.854-.896-.927-.896-.927s-.031.27.104.463a3.112 3.112 0 0 1-.885-.245c-.125.354.625.73 1.083.708-.218.22-.01.407.198.444-.104-.255.23-.426.302-.226.073.2.094-.217.094-.217Z",fill:"#fff"}),s.jsx("path",{d:"M17.541 11.176c-.562.06-.961-.802-.959-1.058.335.098.606.327.606.327s.089-.761.159-.948c.278.209.351.792.258 1.063.306.014.364.27.27.458-.146-.209-.3-.01-.334.158Z",fill:"#1500FF"}),s.jsx("path",{d:"M19.163 11.184c.178.167.844.541 1.104-.073-.625.25-.994-.292-.994-.292l-.11.365Zm.917-1.479c.277-.854.896-.927.896-.927s.031.27-.104.463a3.11 3.11 0 0 0 .885-.245c.126.354-.625.73-1.083.708.219.22.01.407-.198.444.104-.255-.23-.426-.302-.226-.073.2-.094-.217-.094-.217Z",fill:"#fff"}),s.jsx("path",{d:"M19.966 11.176c.562.06.961-.802.96-1.058-.335.098-.606.327-.606.327s-.089-.761-.159-.948c-.278.209-.351.792-.258 1.063-.306.014-.364.27-.27.458.145-.209.299-.01.333.158Z",fill:"#1500FF"}),s.jsx("path",{d:"M18.802 12.382c-.865 0-1.167-.396-1.083-.667.083-.27.374-.125.468-.198.094-.072.094-.552-.125-.77-.219-.22-.354-.448-.26-.563-.126-.208.07-.302.129-.542.058-.239.12-.462.21-.489.092-.027.139.198.17.156.032-.041.067-.23.221-.24.154-.01.133.157.185.199.052.041.094-.194.24-.198.146-.006.187.198.25.208.062.011.083-.15.208-.125.124.025.083.344.166.48.084.135.261.396.156.552.146.104-.01.291-.187.427-.177.135-.385.469-.26.844.114.25.551-.01.655.146.107.155.066.78-1.143.78Z",fill:"#656263"}),s.jsx("path",{d:"M17.706 10.038c0-.25.67-.333 1.044-.333.375 0 1.063.087 1.063.333 0 .247-.524 0-1.054 0s-1.053.24-1.053 0Z",fill:"#fff"}),s.jsx("path",{d:"M18.392 9.726a2.416 2.416 0 0 0-.34.062.397.397 0 0 0 .045.33 8.92 8.92 0 0 1 .336-.054.314.314 0 0 1-.041-.338Zm.327-.02v.335l.04-.002c.128 0 .256.014.376.033a.215.215 0 0 0 .063-.146c0-.079-.049-.146-.113-.202a5.41 5.41 0 0 0-.366-.018Zm.646.404c.262.046.448.075.448-.072 0-.13-.19-.214-.424-.266.038.048.069.1.069.154 0 .078-.043.136-.093.184Z",fill:"#1500FF"}),s.jsx("path",{d:"M17.775 10.302c.027-.117.984.539.984.539s1.013-.708 1.023-.612c.01.096-1.023.788-1.023.788s-1.012-.598-.984-.715Z",fill:"#ADB0B2"}),s.jsx("path",{d:"M17.792 13.07c-.459.437-2.292 2.02-2.396 2.354-.104.333.115.417.437.198-.114.26.032.364.104.374.073.011.375-.094.5-.364.136.219.48.25.542.208.062-.041.094-.115.094-.115s.06.314.176.271c.116-.042.218-.208.292-.198.074.01-.004.156.165.146.17-.01.238-.084.329-.178.09-.094.236.042.309.021.073-.02.146-.469.26-.792.115-.321-.812-1.925-.812-1.925Z",fill:"#6A4C2D"}),s.jsx("path",{d:"M19.459 14.695c.306.069.646-.014.809.083.163.097.288.18.524.195.236.014.68-.194.778 0 .097.194.222.472.347.514.126.042.598.194.126.222-.472.028-1.528 0-1.528 0l.126.166-.924.056s-.542-.472-.518-.806c.025-.333.26-.43.26-.43Z",fill:"#fff"}),s.jsx("path",{d:"M18.344 14.694c-.377.228-.201.514-.201.514s.06.39.091.348c.03-.041.2-.18.2-.18s-.03.31-.025.297c.004-.012.206 0 .206 0s.073.274.104.328c.032.055.206-.126.206-.126s.166.107.239.137c.073.03.1-.192.1-.192s.198.252.325.181c.126-.07.286-.279.286-.279l-.236-.207s.042-.055 0-.16c-.041-.104-.194-.146-.194-.146s.153-.111.042-.181c-.112-.07-.522-.709-1.143-.334Z",fill:"#00713D"}),s.jsx("path",{d:"M20.043 12.1h-.191l-1.007.678-1.008-.679h-.167l-.087.002v1.479c0 .129.023.331.098.555a1.78 1.78 0 0 0 .544.802c.132.112.295.21.486.297.046.02.084.046.134.065.052-.02.092-.046.14-.068.19-.086.353-.186.485-.298.1-.085.187-.173.259-.265.143-.185.222-.381.287-.555a1.53 1.53 0 0 0 .09-.534V12.1l-.063.002Z",fill:"#fff"}),s.jsx("path",{d:"m20.107 12.725-.272-.353.209-.271-.191-.002-1.008.679-1.008-.679h-.167l.209.272-.296.384v.024l.286.371-.286.372v.024l.276.358-.178.231c.058.177.15.366.294.547l.258-.335.223.289-.231.3c.132.112.295.211.486.297l.138-.18.136.177c.19-.086.353-.186.485-.298l-.229-.296.232-.3.256.332a1.78 1.78 0 0 0 .287-.555l-.161-.21.252-.327v-.085l-.263-.34.263-.341v-.085Zm-.388.425-.246.321-.247-.32.247-.321.246.32Zm-.482.753.236-.307.236.307-.236.307-.236-.307Zm-.766-.753-.238.31-.238-.31.238-.309.238.31Zm-.466.753.228-.296.228.296-.228.296-.228-.296Zm.606.733.237-.308.237.309-.237.308-.237-.309Z",fill:"#1E5AA6"}),s.jsx("path",{d:"M18.845 12.278c-.268-.164-.674-.18-1.008-.179l1.004 2.823c0 .012.008.012.008 0l1.004-2.823c-.335 0-.74.015-1.008.179Z",fill:"#016C00"}),s.jsx("path",{d:"M15.948 12.539c.024-.667.135-1 .125-1.261-.01-.26.219-.26.396-.313.178-.052.261.094.406.104.146.01.23.032.188.208-.042.177-.178.406-.208.469-.032.063.177.459.344.792.166.333.406.76.229 1.427-.177.667-.281.906-.354.959-.073.052-.017-.437-.081-.667-.065-.23-.148-.281-.148-.281s-.282.265-.386.601c-.104.336-.02.58.178.719.198.138.646.221.718.263.073.042-.146.136-.448.115-.302-.02-1.016-.275-1.284-.56-.268-.284-.633-.75-.424-1.263.114-.282.333-.375.406-.47.072-.092.336-.643.343-.842Z",fill:"#8B9497"}),s.jsx("path",{d:"M21.02 11.178c.228-.03.793 1.422.855 2.048.062.625.052 1.75-.323 1.792-.375.041-.712-.104-.83-.73-.118-.625-.028-1.104 0-1.51.028-.407-.035-1.553.299-1.6Z",fill:"#fff"}),s.jsx("path",{d:"M20.926 11.178c.016-.266.272-.359.574-.306.302.052.281.52.27.74-.01.218.475.166.477 1.343.003 1.178-.33 1.844-.237 2.01.094.168.52.386.281.428-.239.042-.541-.208-.75-.281-.208-.073.018-.365.103-.719.085-.354.043-.74-.134-.693-.177.047.073.907-.219.878-.292-.029-.448-.673-.416-1.262.031-.59.146-.632.312-.819.167-.187.063-.27-.114-.469-.178-.197-.115-.354.072-.458.188-.105-.242-.032-.219-.392Z",fill:"#000"}),s.jsx("path",{d:"M20.663 12.184c-.25.02-.507.094-.507.198 0 .104-.01.448 0 .49.01.04.354-.178.507-.168v-.52Z",fill:"#fff"}),s.jsx("path",{d:"M21.02 11.178c.062-.322-.52-.015-.551.068-.032.084.49.26.552-.068Z",fill:"#F66B01"}),s.jsx("path",{d:"M21.198 11.017c.031-.093.73-.208.844-.198.115.01.108-.014.077.038-.012.019-.344.064-.348.097-.009.058.293.021.344.063.034.028-.336.025-.273.07.083.063.399.204.306.17-.161-.06-1.001-.088-.95-.24Z",fill:"#F8F001"}),s.jsx("path",{d:"M21.087 14.933c-.156.029-.639-.007-.472.09a.963.963 0 0 0 .218.109s-.299.11-.17.164c.128.055.424.02.62.017.196-.005.34-.115.259-.203-.081-.087-.223-.219-.455-.177Z",fill:"#F66B01"}),s.jsx("path",{d:"M16.703 17.497c.374.072.864.229.864.229l-.062.677s-.156-.23-.98-.374c-.094-.272.178-.532.178-.532Zm.124-1.136s.011.219-.281.469c-.292.25-.625.23-.604-.052.281-.073.208-.63.442-.703-.025.234.069.39.443.286Zm4.316 1.136a9.096 9.096 0 0 0-.865.229l.063.677s.156-.23.979-.374c.093-.272-.177-.532-.177-.532Z",fill:"#C11600"}),s.jsx("path",{d:"M20.976 16.903c.24-.26.406-.25.531-.5.126-.25-.062-.448-.385-.388-.323.059-.656.575-.656.575s-.614-.364-1.543-.364c-.929 0-1.543.364-1.543.364s-.333-.516-.656-.575c-.323-.06-.51.138-.385.388s.292.24.531.5c-.385.26-.698.782-.698.782l.354.344s.198-.334.615-.678c.364.417.364 1.052.364 1.052s.11-.448.279-.594c-.008-.406-.123-.708-.123-.708s.544-.333 1.262-.333 1.262.333 1.262.333-.114.302-.122.708c.169.146.278.594.278.594s0-.635.365-1.052c.417.344.615.678.615.678l.354-.345c-.001 0-.314-.52-.699-.78Z",fill:"#FFBC00"}),s.jsx("path",{d:"M21.017 16.361s-.01.219.282.469c.292.25.625.23.604-.052-.282-.073-.208-.63-.442-.703.025.234-.068.39-.444.286Z",fill:"#C11600"}),s.jsx("path",{d:"M12.667 12.778V4.11h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.136A2.659 2.659 0 0 0 0 6.778v6h12.667Z",fill:"#00247D"}),s.jsx("path",{d:"M12.667 4.111h-1.554L8 6.291V4.11H4.667v1.713L2.264 4.14c-.41.063-.793.217-1.115.443l3.135 2.194H3.127L.645 5.038a2.69 2.69 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.955v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353l-1.877-1.314h1.877V6.778H10.79l1.876-1.314V4.11Z",fill:"#EEE"}),s.jsx("path",{d:"M7.333 4.111h-2v3.333H0v2h5.333v3.334h2V9.444h5.334v-2H7.333V4.111Z",fill:"#CF1B2B"}),s.jsx("path",{d:"M12.667 4.111h-.974L8 6.697v.08h1.047l3.62-2.534v-.132Zm-11.518.473c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.584Zm3.142 5.527L.49 12.778h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.814l-2.458-1.72H9.047l3.62 2.534Z",fill:"#CF1B2B"})]})}));exports.GS=a;
package/icons/flags/GT.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(c,e){var l=c.borderRadius,t=c.height,m=c.width;return React.createElement(a.FlagIconBase,{ref:e,borderRadius:l,height:t,viewBox:"0 0 24 25",width:m},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-18.666 0A2.667 2.667 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666H8V4.111H2.667Z",fill:"#4997D0"}),React.createElement("path",{d:"M8 4.111h8v17.333H8V4.111Z",fill:"#EEE"}),React.createElement("path",{d:"M15.105 13.268c.076-.16.065-.264-.022-.172-.077.08-.189.108-.328.206l.011-.039c.122-.23.386-.12.542-.487.027-.068.167-.14-.023-.13a.597.597 0 0 0-.432.262c.095-.257.323-.126.416-.746.017-.114.03-.346-.045-.156-.03.076-.104.152-.181.243a.662.662 0 0 0-.01-.324.589.589 0 0 0 .103-.238c.02-.151-.015-.285-.073-.126a.34.34 0 0 1-.098.133c-.014-.053-.028-.072-.07 0a.74.74 0 0 0-.08.276l-.001.007c-.01-.056-.023-.111-.036-.166.03-.208.351-.202.24-.874-.026-.163-.038-.21-.095-.008-.054.187-.219.203-.227.577l-.014-.043c-.037-.36.21-.66.023-.968-.098-.164-.151-.179-.14-.045.012.155-.081.32-.064.546l-.006-.015c-.04-.278.06-.362-.052-.543-.059-.092-.146-.213-.124-.06.005.03.008.066.011.103-.036-.157-.172-.254-.344-.31-.163-.052-.113.025-.053.088.085.091.063.203.169.341-.115-.055-.214-.06-.28-.143-.13-.16-.063.045-.031.137a.56.56 0 0 0 .292.341c-.012.013-.007.06.028.157.042.12.095.21.152.282a.345.345 0 0 1-.11-.099c-.137-.202-.19-.225-.164.016.023.209.112.32.219.393a.304.304 0 0 0 .06.162c.075.11.155.156.23.184.036.086.056.165.075.247-.004-.003-.008-.01-.013-.013-.205-.144-.153-.06-.137.065.077.594.358.39.301.773l-.025.104c.01-.22-.092-.346-.176-.443-.116-.134-.156-.095-.099.153.013.058.027.13.038.206l-.003-.008c-.116-.234-.15-.167-.139.011.013.171-.131.24-.038.568a.54.54 0 0 1-.051.422l-.016.021c.205-.379-.043-.492-.02-.607.027-.13-.007-.153-.08.008a.612.612 0 0 0-.04.427c-.016.008-.027.013-.047.026-.066.045-.12.088-.164.13.006-.036.016-.07.02-.107.016-.17-.03-.253-.103-.07-.092.227-.256.222-.36.561-.082.274-.142.33-.27.384l-.018.008a.845.845 0 0 0 .327-.584c.03-.258-.034-.22-.121-.065-.084.15-.242.128-.343.455a.483.483 0 0 1-.3.328c.263-.188.379-.497.348-.682-.014-.092-.057-.149-.099.003-.049.187-.186.141-.296.495-.057.18-.106.217-.342.324l.034-.007a2.694 2.694 0 0 0-.358.173 2.467 2.467 0 0 0-.344-.166l.019.004c-.233-.106-.283-.142-.339-.32-.108-.35-.244-.305-.293-.489-.04-.151-.083-.095-.097-.005-.031.183.083.488.34.673a.481.481 0 0 1-.294-.322c-.098-.323-.255-.301-.338-.45-.086-.154-.15-.19-.119.065a.83.83 0 0 0 .322.576l-.04-.017c-.11-.052-.167-.115-.245-.37-.101-.335-.264-.33-.354-.553-.074-.18-.118-.1-.101.068.003.036.013.071.02.106a1.273 1.273 0 0 0-.163-.128c-.02-.013-.031-.018-.046-.026a.609.609 0 0 0-.041-.423c-.072-.157-.105-.135-.08-.008.024.115-.223.227-.015.605l-.016-.02c-.097-.14-.082-.326-.055-.423.093-.324-.05-.391-.037-.56.012-.177-.023-.243-.137-.012l-.003.01c.011-.077.024-.148.038-.205.056-.246.015-.284-.098-.15-.083.096-.184.22-.174.437a2.387 2.387 0 0 1-.026-.104c-.056-.377.222-.177.298-.764.016-.125.068-.207-.136-.064-.005.003-.008.01-.013.013.02-.082.04-.16.077-.245a.462.462 0 0 0 .227-.182.301.301 0 0 0 .058-.16.501.501 0 0 0 .215-.39c.027-.237-.026-.215-.16-.015a.345.345 0 0 1-.109.097.967.967 0 0 0 .15-.277c.033-.096.039-.143.027-.156a.556.556 0 0 0 .288-.338c.032-.092.098-.294-.03-.136-.066.082-.164.088-.277.142.105-.136.083-.247.167-.338.059-.062.109-.138-.052-.086-.171.054-.305.15-.341.306a2.13 2.13 0 0 1 .01-.103c.023-.15-.064-.03-.12.06-.112.179-.015.262-.051.535l-.008.017c.018-.224-.075-.387-.063-.54.01-.132-.04-.117-.138.045-.183.303.058.6.024.954l-.013.042c-.01-.368-.174-.382-.225-.568-.057-.2-.068-.152-.095.008-.109.664.208.658.238.864-.013.055-.026.11-.036.165l-.002-.01c-.004-.035-.014-.065-.022-.097l-.003-.008c-.015-.058-.028-.118-.054-.164-.04-.07-.054-.052-.069 0a.335.335 0 0 1-.096-.132c-.056-.158-.093-.025-.072.125a.588.588 0 0 0 .102.235.66.66 0 0 0-.01.322c-.076-.09-.148-.166-.178-.24-.076-.189-.062.04-.046.154.092.614.318.482.412.738a.588.588 0 0 0-.427-.26c-.188-.012-.05.061-.023.128.154.364.414.254.535.482l.011.04c-.138-.099-.247-.127-.323-.206-.087-.09-.097.012-.022.171a.6.6 0 0 1-.223-.002c-.068-.023-.068.08.121.159.086.036.222.092.353.156.096.072.193.122.276.198-.259-.187-.454-.097-.6-.182-.18-.104-.082.06-.032.11.509.51.589.124.871.395a.495.495 0 0 0-.145-.042c-.226-.026-.306-.06-.188.083.14.171.256.254.357.3a.924.924 0 0 0-.19.014c-.146.03-.096.057.002.086.12.036.196.12.33.175h-.002c-.219.068-.256.093-.09.175.283.142.481.146.639.12a.692.692 0 0 0-.204.101c-.12.089-.087.122.016.105.194-.03.314.027.474.027-.097.071-.178.152-.324.195-.098.03-.13.084.03.1.611.051.766-.332 1.058-.328.15.046.29.101.422.19a.728.728 0 0 0-.106.09c.008.07.165.035.181.073.02-.021.041-.037.062-.055.02.018.041.034.062.055.015-.038.146-.026.153-.094-.018-.023-.053-.046-.081-.07a1.59 1.59 0 0 1 .43-.193c.296-.004.453.383 1.071.33.162-.014.13-.07.032-.1-.148-.043-.231-.125-.33-.197.162 0 .285-.058.481-.027.104.016.137-.017.015-.107a.697.697 0 0 0-.206-.102c.16.026.36.023.647-.121.168-.083.13-.109-.09-.178h-.001c.134-.055.211-.14.332-.176.1-.03.15-.057.002-.088a.898.898 0 0 0-.192-.015c.102-.046.22-.13.363-.303.117-.144.037-.11-.191-.084a.48.48 0 0 0-.15.044c.288-.277.367.116.884-.402.05-.048.149-.216-.034-.109-.147.086-.346-.007-.612.189.086-.08.187-.13.287-.207.131-.065.268-.12.355-.157.192-.08.192-.183.122-.16a.545.545 0 0 1-.224.004Zm-4.626 1.57.07.043a2.165 2.165 0 0 0-.257-.095.41.41 0 0 1 .193.058l-.006-.007Zm.82.215-.036-.01.025.003.01.007Zm-1.412-.96.014.025c.057.09.066.181.122.29l-.078-.072a.264.264 0 0 1-.058-.244Zm-.11-2.996c-.075.1-.198.115-.313.21.066-.115.152-.223.26-.251.042-.012.083-.026.123-.042a.8.8 0 0 0-.07.083Zm-.114 3.027.011.012-.008-.005-.003-.007Zm.758.908c.114-.024.21-.054.303-.048l.04.02a1.152 1.152 0 0 0-.343.028Zm3.958-4.168c-.001 0 0 0 0 0-.001 0 0 0 0 0Zm-.169.183a.873.873 0 0 0-.072-.085c.04.017.081.031.124.043.11.03.197.138.263.253-.116-.095-.24-.11-.315-.21Zm-.52 3.73a2.213 2.213 0 0 0-.258.095l.065-.042-.003.004a.43.43 0 0 1 .197-.058Zm.394-.676.015-.026a.266.266 0 0 1-.059.246c-.026.025-.053.05-.08.073.057-.11.066-.202.124-.293Zm-1.403.94.028-.005-.04.012a.063.063 0 0 0 .012-.008Zm.532-.045.042-.02c.097-.005.196.028.317.051a1.21 1.21 0 0 0-.359-.03Zm1.1-.876.01-.012-.002.007-.008.005Z",fill:"#437E24"}),React.createElement("path",{d:"M11.063 13.06s-.508.456-.571.518c-.062.062-.125.333-.125.333l.166.103.738-.758-.208-.197Z",fill:"#B1B6BA"}),React.createElement("path",{d:"m10.357 13.901.156.124s-.135.135-.156.27c-.02.135-.384.55-.457.654-.073.105-.167.083-.208 0-.04-.083-.134-.145-.145-.207-.011-.062.229-.28.343-.405.113-.125.238-.177.3-.249.063-.074.167-.187.167-.187Zm.738-.728-.315.353.084.084.303-.344-.072-.093Z",fill:"#6C301E"}),React.createElement("path",{d:"m9.64 10.098 1.008 1.05.25-.126-.079-.112-.171.04-1.008-.852Z",fill:"#B1B6BA"}),React.createElement("path",{d:"m10.897 14.46.125.21.113-.105s.092.166 0 .197c-.092.032-.161 0-.161 0l-.316.258s-.125-.075-.229 0c0 0 .022-.153.084-.153.062 0 .29-.301.29-.301s-.121-.034-.096-.105c.024-.072.19 0 .19 0Z",fill:"#FAB81B"}),React.createElement("path",{d:"M10.897 14.544s1.849-1.838 2.618-1.908c0 0-.582.355-.945.645-.364.291-1.547 1.389-1.547 1.389l-.126-.126Z",fill:"#B1B6BA"}),React.createElement("path",{d:"M12.995 13.06s.51.456.57.518c.063.062.126.333.126.333l-.166.103-.738-.758.208-.197Z",fill:"#B1B6BA"}),React.createElement("path",{d:"m13.701 13.901-.156.124s.136.135.156.27c.021.135.386.55.458.654.072.105.166.083.208 0 .041-.083.134-.145.144-.207.012-.062-.229-.28-.342-.405-.114-.125-.238-.177-.301-.249-.063-.074-.167-.187-.167-.187Zm-.738-.728.315.353-.083.084-.304-.344.072-.093Z",fill:"#6C301E"}),React.createElement("path",{d:"m12.523 11.62-.117.333 1.003-1.003-.154-.028-.732.698Z",fill:"#B1B6BA"}),React.createElement("path",{d:"m14.417 10.098-1.008 1.05-.248-.126.248-.072 1.008-.852Z",fill:"#B1B6BA"}),React.createElement("path",{d:"m13.16 14.46-.123.21-.113-.105s-.093.166 0 .197c.091.032.161 0 .161 0l.316.258s.125-.075.228 0c0 0-.021-.153-.084-.153-.062 0-.289-.301-.289-.301s.12-.034.095-.105c-.024-.072-.19 0-.19 0Z",fill:"#FAB81B"}),React.createElement("path",{d:"M13.16 14.544s-1.848-1.838-2.617-1.908c0 0 .583.355.946.645.364.291 1.548 1.389 1.548 1.389l.124-.126Z",fill:"#B1B6BA"}),React.createElement("path",{d:"M10.911 10.887c.302-.017 1.174.01 1.496 0 .322-.01.249.156.27.25.02.093-.176.197-.176.197s.207.125.478.853c.269.727.206 1.058-.156 1.08-.363.02-1.298.084-1.611.084-.311 0-.363-.115-.363-.281 0-.166.249-.416.498-.274 0 0 0-.11-.145-.526-.145-.415-.457-.862-.488-1.06-.032-.198.041-.314.197-.323Z",fill:"#F9F0AA"}),React.createElement("path",{d:"M11.825 10.17c-.124-.114.049-.239.176-.228.125.01.188.082.053.229 0 0 .364.197.654.467.29.27.888.998.945 1.787.073 1.018-.488 1.547-.696 1.91a48.892 48.892 0 0 0-.674 1.278s-.011-.467.602-1.32c0 0-.477.853-1.215 1.009 0 0 .923-.65 1.183-1.17.259-.52.638-1.3.576-1.84-.062-.54-.16-1-.876-1.354 0 0-.454-.025-.654-.186-.323-.26-.074-.582-.074-.582Z",fill:"#437E24"}),React.createElement("path",{d:"M12.5 11.335c0 .03.135.2.117.2H11.03c-.017 0-.107-.11-.107-.142l-.121-.142c.095.037.21 0 .227 0h1.587c.019 0-.115.052-.115.084Zm-1.152 1.838c0 .032-.067.134-.049.134h1.588c.016 0 .163-.11.163-.141l.064-.141c-.095.036-.21 0-.227 0h-1.588c-.017 0 .049.116.049.148Z",fill:"#E2CF81"}))}));exports.GT=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 s=c.forwardRef((function(c,s){var i=c.borderRadius,Z=c.height,h=c.width;return l.jsxs(a.FlagIconBase,{ref:s,borderRadius:i,height:Z,viewBox:"0 0 24 25",width:h,children:[l.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-18.666 0A2.667 2.667 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666H8V4.111H2.667Z",fill:"#4997D0"}),l.jsx("path",{d:"M8 4.111h8v17.333H8V4.111Z",fill:"#EEE"}),l.jsx("path",{d:"M15.105 13.268c.076-.16.065-.264-.022-.172-.077.08-.189.108-.328.206l.011-.039c.122-.23.386-.12.542-.487.027-.068.167-.14-.023-.13a.597.597 0 0 0-.432.262c.095-.257.323-.126.416-.746.017-.114.03-.346-.045-.156-.03.076-.104.152-.181.243a.662.662 0 0 0-.01-.324.589.589 0 0 0 .103-.238c.02-.151-.015-.285-.073-.126a.34.34 0 0 1-.098.133c-.014-.053-.028-.072-.07 0a.74.74 0 0 0-.08.276l-.001.007c-.01-.056-.023-.111-.036-.166.03-.208.351-.202.24-.874-.026-.163-.038-.21-.095-.008-.054.187-.219.203-.227.577l-.014-.043c-.037-.36.21-.66.023-.968-.098-.164-.151-.179-.14-.045.012.155-.081.32-.064.546l-.006-.015c-.04-.278.06-.362-.052-.543-.059-.092-.146-.213-.124-.06.005.03.008.066.011.103-.036-.157-.172-.254-.344-.31-.163-.052-.113.025-.053.088.085.091.063.203.169.341-.115-.055-.214-.06-.28-.143-.13-.16-.063.045-.031.137a.56.56 0 0 0 .292.341c-.012.013-.007.06.028.157.042.12.095.21.152.282a.345.345 0 0 1-.11-.099c-.137-.202-.19-.225-.164.016.023.209.112.32.219.393a.304.304 0 0 0 .06.162c.075.11.155.156.23.184.036.086.056.165.075.247-.004-.003-.008-.01-.013-.013-.205-.144-.153-.06-.137.065.077.594.358.39.301.773l-.025.104c.01-.22-.092-.346-.176-.443-.116-.134-.156-.095-.099.153.013.058.027.13.038.206l-.003-.008c-.116-.234-.15-.167-.139.011.013.171-.131.24-.038.568a.54.54 0 0 1-.051.422l-.016.021c.205-.379-.043-.492-.02-.607.027-.13-.007-.153-.08.008a.612.612 0 0 0-.04.427c-.016.008-.027.013-.047.026-.066.045-.12.088-.164.13.006-.036.016-.07.02-.107.016-.17-.03-.253-.103-.07-.092.227-.256.222-.36.561-.082.274-.142.33-.27.384l-.018.008a.845.845 0 0 0 .327-.584c.03-.258-.034-.22-.121-.065-.084.15-.242.128-.343.455a.483.483 0 0 1-.3.328c.263-.188.379-.497.348-.682-.014-.092-.057-.149-.099.003-.049.187-.186.141-.296.495-.057.18-.106.217-.342.324l.034-.007a2.694 2.694 0 0 0-.358.173 2.467 2.467 0 0 0-.344-.166l.019.004c-.233-.106-.283-.142-.339-.32-.108-.35-.244-.305-.293-.489-.04-.151-.083-.095-.097-.005-.031.183.083.488.34.673a.481.481 0 0 1-.294-.322c-.098-.323-.255-.301-.338-.45-.086-.154-.15-.19-.119.065a.83.83 0 0 0 .322.576l-.04-.017c-.11-.052-.167-.115-.245-.37-.101-.335-.264-.33-.354-.553-.074-.18-.118-.1-.101.068.003.036.013.071.02.106a1.273 1.273 0 0 0-.163-.128c-.02-.013-.031-.018-.046-.026a.609.609 0 0 0-.041-.423c-.072-.157-.105-.135-.08-.008.024.115-.223.227-.015.605l-.016-.02c-.097-.14-.082-.326-.055-.423.093-.324-.05-.391-.037-.56.012-.177-.023-.243-.137-.012l-.003.01c.011-.077.024-.148.038-.205.056-.246.015-.284-.098-.15-.083.096-.184.22-.174.437a2.387 2.387 0 0 1-.026-.104c-.056-.377.222-.177.298-.764.016-.125.068-.207-.136-.064-.005.003-.008.01-.013.013.02-.082.04-.16.077-.245a.462.462 0 0 0 .227-.182.301.301 0 0 0 .058-.16.501.501 0 0 0 .215-.39c.027-.237-.026-.215-.16-.015a.345.345 0 0 1-.109.097.967.967 0 0 0 .15-.277c.033-.096.039-.143.027-.156a.556.556 0 0 0 .288-.338c.032-.092.098-.294-.03-.136-.066.082-.164.088-.277.142.105-.136.083-.247.167-.338.059-.062.109-.138-.052-.086-.171.054-.305.15-.341.306a2.13 2.13 0 0 1 .01-.103c.023-.15-.064-.03-.12.06-.112.179-.015.262-.051.535l-.008.017c.018-.224-.075-.387-.063-.54.01-.132-.04-.117-.138.045-.183.303.058.6.024.954l-.013.042c-.01-.368-.174-.382-.225-.568-.057-.2-.068-.152-.095.008-.109.664.208.658.238.864-.013.055-.026.11-.036.165l-.002-.01c-.004-.035-.014-.065-.022-.097l-.003-.008c-.015-.058-.028-.118-.054-.164-.04-.07-.054-.052-.069 0a.335.335 0 0 1-.096-.132c-.056-.158-.093-.025-.072.125a.588.588 0 0 0 .102.235.66.66 0 0 0-.01.322c-.076-.09-.148-.166-.178-.24-.076-.189-.062.04-.046.154.092.614.318.482.412.738a.588.588 0 0 0-.427-.26c-.188-.012-.05.061-.023.128.154.364.414.254.535.482l.011.04c-.138-.099-.247-.127-.323-.206-.087-.09-.097.012-.022.171a.6.6 0 0 1-.223-.002c-.068-.023-.068.08.121.159.086.036.222.092.353.156.096.072.193.122.276.198-.259-.187-.454-.097-.6-.182-.18-.104-.082.06-.032.11.509.51.589.124.871.395a.495.495 0 0 0-.145-.042c-.226-.026-.306-.06-.188.083.14.171.256.254.357.3a.924.924 0 0 0-.19.014c-.146.03-.096.057.002.086.12.036.196.12.33.175h-.002c-.219.068-.256.093-.09.175.283.142.481.146.639.12a.692.692 0 0 0-.204.101c-.12.089-.087.122.016.105.194-.03.314.027.474.027-.097.071-.178.152-.324.195-.098.03-.13.084.03.1.611.051.766-.332 1.058-.328.15.046.29.101.422.19a.728.728 0 0 0-.106.09c.008.07.165.035.181.073.02-.021.041-.037.062-.055.02.018.041.034.062.055.015-.038.146-.026.153-.094-.018-.023-.053-.046-.081-.07a1.59 1.59 0 0 1 .43-.193c.296-.004.453.383 1.071.33.162-.014.13-.07.032-.1-.148-.043-.231-.125-.33-.197.162 0 .285-.058.481-.027.104.016.137-.017.015-.107a.697.697 0 0 0-.206-.102c.16.026.36.023.647-.121.168-.083.13-.109-.09-.178h-.001c.134-.055.211-.14.332-.176.1-.03.15-.057.002-.088a.898.898 0 0 0-.192-.015c.102-.046.22-.13.363-.303.117-.144.037-.11-.191-.084a.48.48 0 0 0-.15.044c.288-.277.367.116.884-.402.05-.048.149-.216-.034-.109-.147.086-.346-.007-.612.189.086-.08.187-.13.287-.207.131-.065.268-.12.355-.157.192-.08.192-.183.122-.16a.545.545 0 0 1-.224.004Zm-4.626 1.57.07.043a2.165 2.165 0 0 0-.257-.095.41.41 0 0 1 .193.058l-.006-.007Zm.82.215-.036-.01.025.003.01.007Zm-1.412-.96.014.025c.057.09.066.181.122.29l-.078-.072a.264.264 0 0 1-.058-.244Zm-.11-2.996c-.075.1-.198.115-.313.21.066-.115.152-.223.26-.251.042-.012.083-.026.123-.042a.8.8 0 0 0-.07.083Zm-.114 3.027.011.012-.008-.005-.003-.007Zm.758.908c.114-.024.21-.054.303-.048l.04.02a1.152 1.152 0 0 0-.343.028Zm3.958-4.168c-.001 0 0 0 0 0-.001 0 0 0 0 0Zm-.169.183a.873.873 0 0 0-.072-.085c.04.017.081.031.124.043.11.03.197.138.263.253-.116-.095-.24-.11-.315-.21Zm-.52 3.73a2.213 2.213 0 0 0-.258.095l.065-.042-.003.004a.43.43 0 0 1 .197-.058Zm.394-.676.015-.026a.266.266 0 0 1-.059.246c-.026.025-.053.05-.08.073.057-.11.066-.202.124-.293Zm-1.403.94.028-.005-.04.012a.063.063 0 0 0 .012-.008Zm.532-.045.042-.02c.097-.005.196.028.317.051a1.21 1.21 0 0 0-.359-.03Zm1.1-.876.01-.012-.002.007-.008.005Z",fill:"#437E24"}),l.jsx("path",{d:"M11.063 13.06s-.508.456-.571.518c-.062.062-.125.333-.125.333l.166.103.738-.758-.208-.197Z",fill:"#B1B6BA"}),l.jsx("path",{d:"m10.357 13.901.156.124s-.135.135-.156.27c-.02.135-.384.55-.457.654-.073.105-.167.083-.208 0-.04-.083-.134-.145-.145-.207-.011-.062.229-.28.343-.405.113-.125.238-.177.3-.249.063-.074.167-.187.167-.187Zm.738-.728-.315.353.084.084.303-.344-.072-.093Z",fill:"#6C301E"}),l.jsx("path",{d:"m9.64 10.098 1.008 1.05.25-.126-.079-.112-.171.04-1.008-.852Z",fill:"#B1B6BA"}),l.jsx("path",{d:"m10.897 14.46.125.21.113-.105s.092.166 0 .197c-.092.032-.161 0-.161 0l-.316.258s-.125-.075-.229 0c0 0 .022-.153.084-.153.062 0 .29-.301.29-.301s-.121-.034-.096-.105c.024-.072.19 0 .19 0Z",fill:"#FAB81B"}),l.jsx("path",{d:"M10.897 14.544s1.849-1.838 2.618-1.908c0 0-.582.355-.945.645-.364.291-1.547 1.389-1.547 1.389l-.126-.126Z",fill:"#B1B6BA"}),l.jsx("path",{d:"M12.995 13.06s.51.456.57.518c.063.062.126.333.126.333l-.166.103-.738-.758.208-.197Z",fill:"#B1B6BA"}),l.jsx("path",{d:"m13.701 13.901-.156.124s.136.135.156.27c.021.135.386.55.458.654.072.105.166.083.208 0 .041-.083.134-.145.144-.207.012-.062-.229-.28-.342-.405-.114-.125-.238-.177-.301-.249-.063-.074-.167-.187-.167-.187Zm-.738-.728.315.353-.083.084-.304-.344.072-.093Z",fill:"#6C301E"}),l.jsx("path",{d:"m12.523 11.62-.117.333 1.003-1.003-.154-.028-.732.698Z",fill:"#B1B6BA"}),l.jsx("path",{d:"m14.417 10.098-1.008 1.05-.248-.126.248-.072 1.008-.852Z",fill:"#B1B6BA"}),l.jsx("path",{d:"m13.16 14.46-.123.21-.113-.105s-.093.166 0 .197c.091.032.161 0 .161 0l.316.258s.125-.075.228 0c0 0-.021-.153-.084-.153-.062 0-.289-.301-.289-.301s.12-.034.095-.105c-.024-.072-.19 0-.19 0Z",fill:"#FAB81B"}),l.jsx("path",{d:"M13.16 14.544s-1.848-1.838-2.617-1.908c0 0 .583.355.946.645.364.291 1.548 1.389 1.548 1.389l.124-.126Z",fill:"#B1B6BA"}),l.jsx("path",{d:"M10.911 10.887c.302-.017 1.174.01 1.496 0 .322-.01.249.156.27.25.02.093-.176.197-.176.197s.207.125.478.853c.269.727.206 1.058-.156 1.08-.363.02-1.298.084-1.611.084-.311 0-.363-.115-.363-.281 0-.166.249-.416.498-.274 0 0 0-.11-.145-.526-.145-.415-.457-.862-.488-1.06-.032-.198.041-.314.197-.323Z",fill:"#F9F0AA"}),l.jsx("path",{d:"M11.825 10.17c-.124-.114.049-.239.176-.228.125.01.188.082.053.229 0 0 .364.197.654.467.29.27.888.998.945 1.787.073 1.018-.488 1.547-.696 1.91a48.892 48.892 0 0 0-.674 1.278s-.011-.467.602-1.32c0 0-.477.853-1.215 1.009 0 0 .923-.65 1.183-1.17.259-.52.638-1.3.576-1.84-.062-.54-.16-1-.876-1.354 0 0-.454-.025-.654-.186-.323-.26-.074-.582-.074-.582Z",fill:"#437E24"}),l.jsx("path",{d:"M12.5 11.335c0 .03.135.2.117.2H11.03c-.017 0-.107-.11-.107-.142l-.121-.142c.095.037.21 0 .227 0h1.587c.019 0-.115.052-.115.084Zm-1.152 1.838c0 .032-.067.134-.049.134h1.588c.016 0 .163-.11.163-.141l.064-.141c-.095.036-.21 0-.227 0h-1.588c-.017 0 .049.116.049.148Z",fill:"#E2CF81"})]})}));exports.GT=s;
package/icons/flags/GU.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(e,l){var a=e.borderRadius,c=e.height,n=e.width;return React.createElement(t.FlagIconBase,{ref:l,borderRadius:a,height:c,viewBox:"0 0 640 480",width:n},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#be0027",fillRule:"evenodd"}),React.createElement("path",{d:"M25.6 27.3h589.5v428.4H25.6z",fill:"#3b5aa3",fillRule:"evenodd"}),React.createElement("path",{d:"M314.4 413.2a10 10 0 0 0 8.4.1c137.8-73.3 137.8-274.3.1-346.6a10 10 0 0 0-8.7.2c-134.3 73.4-134.7 272.1.1 346.3z",fill:"#cbe0e5",fillRule:"evenodd"}),React.createElement("path",{d:"M314.4 416.9c2 1.7 6.4 1.5 8.4 0 101.5-76 102-123.3 97.6-123.3h-201c-3 0 1.8 48.2 95 123.3z",fill:"#add2d9",fillRule:"evenodd"}),React.createElement("path",{d:"M235.3 331.2a39.2 39.2 0 0 1 27.9 1.7c7.6 4 12 4 20.2 4 8.6.2 15.3 6.5 24.6 6.8 17.1.4 24.3 8.9 11 9-6.2 0-19.7-4.3-26.2-3.4-13.6 1.4-22.2 4.4-35 18.7l14.8 10c12.8-5.1 14.9-11 22-11.2 8-.3 10.7-5.2 20-5.2a92.6 92.6 0 0 0 33-3.2c14.8-3.4 7.8-13.8-1.2-17.5-7.3-3.1-20.8-.1-29.2-3.2-6.4-2.5-1.2-6.5 2.3-7.3 3.4-.7 7.1.5 11.4 1.2 7.7.6 17.4-.1 24.1-1.2 14-2.1 13.4-6.2 20-6.3 5-.3 8.7-1.7 12-4.1 4-2.7 8.1-8 12.9-7.8l12.7.5-18 40.4-50.7 51.7-26.3 10-57.8-37.7-29.1-44.7 4.7-1.2z",fill:"#fdf9a1",fillRule:"evenodd"}),React.createElement("path",{d:"m301.8 292 116-.6 2-10.3s-4.1-.6-7.5-.8c-4.1-.3-11.3 4.4-16 4.3-3.5 0-7.3-6-10.7-6-6 0-6.4 5.3-12 5.5-4.5-.2-6.4-3.6-12.3-3.2-6 .3-5.6 3.7-13.3 3.5-10.2-.3-14.3-9.1-22.5-9.2-13.6-.2-14 13-23.8 16.7z",fill:"#179a3b",fillRule:"evenodd"}),React.createElement("path",{d:"m301.8 294.4 119.4-.6v-3.2l-122.2.6 2.7 3.2z",fill:"#fdf9a1",fillRule:"evenodd"}),React.createElement("path",{d:"M350.8 330.3c1.9 7 3.8 9.4 11.2 11.3 7.3 1.7 18.5-5.4 11.6-12.3-6.6-6.4-13.6-8-19.5-13.8-12.5-12.3-31.3-42.5-31.3-63.8 0-18.3-1.8-55.8-1.8-91.3 0-2.3-7 6.4-7 8.8.4 31.3.4 55 1.6 86.6 2 23.1 13 38.7 22.7 52.7 4.3 6.8 10.6 14 12.5 21.8z",fill:"#a79270",fillRule:"evenodd"}),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"465.1",y:"269.5"},React.createElement("tspan",null,"G")),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"488.1",y:"269.6"},React.createElement("tspan",null,"U")),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"516",y:"269.6"},React.createElement("tspan",null,"A")),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"539.5",y:"269.5"},React.createElement("tspan",null,"M")),React.createElement("path",{d:"M259.6 160.9c-1.5 3 3.6-.9 4.8-1.3 6.7-2.4 9.3-10.8 20.8-5.7 9 3.9 21.1 1.6 14.8 5.6-7.8 4.7-23.5 9.9-23.8 33.2 1.3 2.2 1.4 1.9 2.5-.6 2.4-5.4 13.7-20.1 19.3-18.9 2.3.6 8.9-6.7 9-4.6.7 5.8-9 17.6-8.8 33.3 0 3.7 4.5 4.9 6.6 2.3 2.2-2.3 3.4-4.6 7.2-7.6 6.6-5.4 4.8-28.6 5.6-27.5 4.7 6 5.4 23.3 12.4 30.3 5.9 5.9 10.6 3 9.3-5-2.5-16.4-10.2-11.7-13.9-28.6-.8-3.3-1-6.2 3.4-4.9 5.3 1.6 8.5 4 12.4 10 4 5.8 11.4 11.3 15.7 14.6 7.5 5.8 10.2.8 6.6-6.6a39.6 39.6 0 0 0-21-18.2c-6.2-2.2-8.4-2.4-13.8-3.4-1.5-.3-3-3.4-.4-5.1a42.5 42.5 0 0 1 19.6-7.7c6.7-.2 12 5.2 16.7 6.6 9.4 2.4 9.4-3.5 5.2-8-3.4-3.7-10.6-10-17.3-9.1-13.5 1.7-12.6 1.3-21 6.8-3 1.8-6.4 3.8-5.1 1.6 3-5.5.2-4.5 4.9-10.1 3.6-4 6.3-7 10-8 3.4-.9 8-4.5 9.3-6.4 3.4-4.6.5-7.3-4.7-5.7-4.6 1.2-7 4.2-10 5-7.4 2.4-13.3 19-14.2 21.4-1.1 2.8-2.4 1.4-2.2-1 1-11.7 2-31.5-2-39.6-6.4-12-5.8-6.4-8.2-.7-3.6 9-2.3 17.5 0 26.3 1 4.4 4.6 9.4 5.3 12.9.5 2.7-1.6-.8-2.8-2.5-3.9-6-6.8-10-13.2-13.3a35.3 35.3 0 0 0-20.2-2c-1.8.6 2 3.2 3.5 4.4 4.3 3.4 12.4 4.5 18 7.9 4.6 2.9 8.2 4.7 9.8 8.7.6 3 1.6 7.4-.4 7.3-5.1-.3-13-4.8-29.4-3-8.4 1.2-15.6 8.3-20.3 16.9z",fill:"#239e46",fillRule:"evenodd"}),React.createElement("path",{d:"M295.3 310.6h4.7v7.9h-4.7z",fillRule:"evenodd"}),React.createElement("path",{d:"M271.7 257.9c18.8 26 49 41.2 49.6 53h-58.8c13.5-16.2 21.8-27.2 9.2-53z",fill:"#fdf9ff",fillRule:"evenodd"}),React.createElement("path",{d:"M254.6 311.5c25.6 5.7 56.1 8.9 75.6-.8.2 5.7-6.3 14-11.7 14h-49c5.7-.9 9-2.6 18.2-3l-26 .2c-3 .1-8-7.6-7.1-10.4z",fill:"#a68861",fillRule:"evenodd"}),React.createElement("path",{d:"M312.6 425c2.6 1.5 6.7 1.4 9 .2 147.8-78.7 147.9-294.4.2-372a10.7 10.7 0 0 0-9.4.2c-144 78.8-144.4 292 .2 371.7zm.7-17.7a9.3 9.3 0 0 0 8 .1c123.6-72.8 125.1-265.1.1-334-2.4-1.8-5.9-1.2-8.3 0-118.4 70.1-125 254.5.2 333.9z",fill:"#be0027",fillRule:"evenodd"}),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"465.1",y:"269.5"},React.createElement("tspan",null,"G")),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"488.1",y:"269.6"},React.createElement("tspan",null,"U")),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"516",y:"269.6"},React.createElement("tspan",null,"A")),React.createElement("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"539.5",y:"269.5"},React.createElement("tspan",null,"M")))}));exports.GU=l;
1
+ "use strict";var e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(e,i){var a=e.borderRadius,f=e.height,d=e.width;return t.jsxs(l.FlagIconBase,{ref:i,borderRadius:a,height:f,viewBox:"0 0 640 480",width:d,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#be0027",fillRule:"evenodd"}),t.jsx("path",{d:"M25.6 27.3h589.5v428.4H25.6z",fill:"#3b5aa3",fillRule:"evenodd"}),t.jsx("path",{d:"M314.4 413.2a10 10 0 0 0 8.4.1c137.8-73.3 137.8-274.3.1-346.6a10 10 0 0 0-8.7.2c-134.3 73.4-134.7 272.1.1 346.3z",fill:"#cbe0e5",fillRule:"evenodd"}),t.jsx("path",{d:"M314.4 416.9c2 1.7 6.4 1.5 8.4 0 101.5-76 102-123.3 97.6-123.3h-201c-3 0 1.8 48.2 95 123.3z",fill:"#add2d9",fillRule:"evenodd"}),t.jsx("path",{d:"M235.3 331.2a39.2 39.2 0 0 1 27.9 1.7c7.6 4 12 4 20.2 4 8.6.2 15.3 6.5 24.6 6.8 17.1.4 24.3 8.9 11 9-6.2 0-19.7-4.3-26.2-3.4-13.6 1.4-22.2 4.4-35 18.7l14.8 10c12.8-5.1 14.9-11 22-11.2 8-.3 10.7-5.2 20-5.2a92.6 92.6 0 0 0 33-3.2c14.8-3.4 7.8-13.8-1.2-17.5-7.3-3.1-20.8-.1-29.2-3.2-6.4-2.5-1.2-6.5 2.3-7.3 3.4-.7 7.1.5 11.4 1.2 7.7.6 17.4-.1 24.1-1.2 14-2.1 13.4-6.2 20-6.3 5-.3 8.7-1.7 12-4.1 4-2.7 8.1-8 12.9-7.8l12.7.5-18 40.4-50.7 51.7-26.3 10-57.8-37.7-29.1-44.7 4.7-1.2z",fill:"#fdf9a1",fillRule:"evenodd"}),t.jsx("path",{d:"m301.8 292 116-.6 2-10.3s-4.1-.6-7.5-.8c-4.1-.3-11.3 4.4-16 4.3-3.5 0-7.3-6-10.7-6-6 0-6.4 5.3-12 5.5-4.5-.2-6.4-3.6-12.3-3.2-6 .3-5.6 3.7-13.3 3.5-10.2-.3-14.3-9.1-22.5-9.2-13.6-.2-14 13-23.8 16.7z",fill:"#179a3b",fillRule:"evenodd"}),t.jsx("path",{d:"m301.8 294.4 119.4-.6v-3.2l-122.2.6 2.7 3.2z",fill:"#fdf9a1",fillRule:"evenodd"}),t.jsx("path",{d:"M350.8 330.3c1.9 7 3.8 9.4 11.2 11.3 7.3 1.7 18.5-5.4 11.6-12.3-6.6-6.4-13.6-8-19.5-13.8-12.5-12.3-31.3-42.5-31.3-63.8 0-18.3-1.8-55.8-1.8-91.3 0-2.3-7 6.4-7 8.8.4 31.3.4 55 1.6 86.6 2 23.1 13 38.7 22.7 52.7 4.3 6.8 10.6 14 12.5 21.8z",fill:"#a79270",fillRule:"evenodd"}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"465.1",y:"269.5",children:t.jsx("tspan",{children:"G"})}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"488.1",y:"269.6",children:t.jsx("tspan",{children:"U"})}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"516",y:"269.6",children:t.jsx("tspan",{children:"A"})}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",stroke:"#fff",strokeWidth:"1.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"539.5",y:"269.5",children:t.jsx("tspan",{children:"M"})}),t.jsx("path",{d:"M259.6 160.9c-1.5 3 3.6-.9 4.8-1.3 6.7-2.4 9.3-10.8 20.8-5.7 9 3.9 21.1 1.6 14.8 5.6-7.8 4.7-23.5 9.9-23.8 33.2 1.3 2.2 1.4 1.9 2.5-.6 2.4-5.4 13.7-20.1 19.3-18.9 2.3.6 8.9-6.7 9-4.6.7 5.8-9 17.6-8.8 33.3 0 3.7 4.5 4.9 6.6 2.3 2.2-2.3 3.4-4.6 7.2-7.6 6.6-5.4 4.8-28.6 5.6-27.5 4.7 6 5.4 23.3 12.4 30.3 5.9 5.9 10.6 3 9.3-5-2.5-16.4-10.2-11.7-13.9-28.6-.8-3.3-1-6.2 3.4-4.9 5.3 1.6 8.5 4 12.4 10 4 5.8 11.4 11.3 15.7 14.6 7.5 5.8 10.2.8 6.6-6.6a39.6 39.6 0 0 0-21-18.2c-6.2-2.2-8.4-2.4-13.8-3.4-1.5-.3-3-3.4-.4-5.1a42.5 42.5 0 0 1 19.6-7.7c6.7-.2 12 5.2 16.7 6.6 9.4 2.4 9.4-3.5 5.2-8-3.4-3.7-10.6-10-17.3-9.1-13.5 1.7-12.6 1.3-21 6.8-3 1.8-6.4 3.8-5.1 1.6 3-5.5.2-4.5 4.9-10.1 3.6-4 6.3-7 10-8 3.4-.9 8-4.5 9.3-6.4 3.4-4.6.5-7.3-4.7-5.7-4.6 1.2-7 4.2-10 5-7.4 2.4-13.3 19-14.2 21.4-1.1 2.8-2.4 1.4-2.2-1 1-11.7 2-31.5-2-39.6-6.4-12-5.8-6.4-8.2-.7-3.6 9-2.3 17.5 0 26.3 1 4.4 4.6 9.4 5.3 12.9.5 2.7-1.6-.8-2.8-2.5-3.9-6-6.8-10-13.2-13.3a35.3 35.3 0 0 0-20.2-2c-1.8.6 2 3.2 3.5 4.4 4.3 3.4 12.4 4.5 18 7.9 4.6 2.9 8.2 4.7 9.8 8.7.6 3 1.6 7.4-.4 7.3-5.1-.3-13-4.8-29.4-3-8.4 1.2-15.6 8.3-20.3 16.9z",fill:"#239e46",fillRule:"evenodd"}),t.jsx("path",{d:"M295.3 310.6h4.7v7.9h-4.7z",fillRule:"evenodd"}),t.jsx("path",{d:"M271.7 257.9c18.8 26 49 41.2 49.6 53h-58.8c13.5-16.2 21.8-27.2 9.2-53z",fill:"#fdf9ff",fillRule:"evenodd"}),t.jsx("path",{d:"M254.6 311.5c25.6 5.7 56.1 8.9 75.6-.8.2 5.7-6.3 14-11.7 14h-49c5.7-.9 9-2.6 18.2-3l-26 .2c-3 .1-8-7.6-7.1-10.4z",fill:"#a68861",fillRule:"evenodd"}),t.jsx("path",{d:"M312.6 425c2.6 1.5 6.7 1.4 9 .2 147.8-78.7 147.9-294.4.2-372a10.7 10.7 0 0 0-9.4.2c-144 78.8-144.4 292 .2 371.7zm.7-17.7a9.3 9.3 0 0 0 8 .1c123.6-72.8 125.1-265.1.1-334-2.4-1.8-5.9-1.2-8.3 0-118.4 70.1-125 254.5.2 333.9z",fill:"#be0027",fillRule:"evenodd"}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"465.1",y:"269.5",children:t.jsx("tspan",{children:"G"})}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"488.1",y:"269.6",children:t.jsx("tspan",{children:"U"})}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"516",y:"269.6",children:t.jsx("tspan",{children:"A"})}),t.jsx("text",{fill:"#bd0728",fontFamily:"helvetica",fontSize:"25.6",transform:"matrix(1.33 0 0 1.33 -363 -108)",x:"539.5",y:"269.5",children:t.jsx("tspan",{children:"M"})})]})}));exports.GU=i;
package/icons/flags/GW.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:"M21.333 4H10v8.667h14v-6A2.667 2.667 0 0 0 21.333 4Z",fill:"#FCD116"}),React.createElement("path",{d:"M10 21.333h11.333A2.667 2.667 0 0 0 24 18.667v-6H10v8.666Z",fill:"#009E49"}),React.createElement("path",{d:"M10 4H2.667A2.667 2.667 0 0 0 0 6.667v12a2.667 2.667 0 0 0 2.667 2.666H10V4ZM6.667 15.333 4.969 14.1 3.27 15.333l.648-1.996-1.698-1.234h2.1l.649-1.996.648 1.996h2.099l-1.698 1.234.649 1.996Z",fill:"#CE1126"}),React.createElement("path",{d:"m5.617 12.103-.648-1.996-.649 1.996H2.221l1.698 1.234-.648 1.996L4.969 14.1l1.698 1.234-.649-1.996 1.698-1.234H5.617Z",fill:"#000"}))}));exports.GW=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var l=e.borderRadius,s=e.height,t=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:l,height:s,viewBox:"0 0 24 25",width:t,children:[i.jsx("path",{d:"M21.333 4H10v8.667h14v-6A2.667 2.667 0 0 0 21.333 4Z",fill:"#FCD116"}),i.jsx("path",{d:"M10 21.333h11.333A2.667 2.667 0 0 0 24 18.667v-6H10v8.666Z",fill:"#009E49"}),i.jsx("path",{d:"M10 4H2.667A2.667 2.667 0 0 0 0 6.667v12a2.667 2.667 0 0 0 2.667 2.666H10V4ZM6.667 15.333 4.969 14.1 3.27 15.333l.648-1.996-1.698-1.234h2.1l.649-1.996.648 1.996h2.099l-1.698 1.234.649 1.996Z",fill:"#CE1126"}),i.jsx("path",{d:"m5.617 12.103-.648-1.996-.649 1.996H2.221l1.698 1.234-.648 1.996L4.969 14.1l1.698 1.234-.649-1.996 1.698-1.234H5.617Z",fill:"#000"})]})}));exports.GW=a;
package/icons/flags/GY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M2.4 0H640v480H2.4z",fill:"#399408"}),React.createElement("path",{d:"M.2 0c-.9 0 619.6 241.5 619.6 241.5L0 479.8.2 0z",fill:"#fff"}),React.createElement("path",{d:"M.3 20.2c3.4 0 559 217.9 555.9 220L1.9 463.2.3 20.3z",fill:"#ffde08"}),React.createElement("path",{d:"M1.9.8c1.8 0 290.9 240.9 290.9 240.9L1.8 477V.8z"}),React.createElement("path",{d:"M.3 33.9c1.6-15 260.9 208.4 260.9 208.4L.2 451.7V33.9z",fill:"#de2110"})))}));exports.GY=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M2.4 0H640v480H2.4z",fill:"#399408"}),i.jsx("path",{d:"M.2 0c-.9 0 619.6 241.5 619.6 241.5L0 479.8.2 0z",fill:"#fff"}),i.jsx("path",{d:"M.3 20.2c3.4 0 559 217.9 555.9 220L1.9 463.2.3 20.3z",fill:"#ffde08"}),i.jsx("path",{d:"M1.9.8c1.8 0 290.9 240.9 290.9 240.9L1.8 477V.8z"}),i.jsx("path",{d:"M.3 33.9c1.6-15 260.9 208.4 260.9 208.4L.2 451.7V33.9z",fill:"#de2110"})]})})}));exports.GY=s;
package/icons/flags/HK.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 c=l.borderRadius,d=l.height,r=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:d,viewBox:"0 0 640 480",width:r},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M-89 0h682.6v512H-89z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),transform:"translate(83.5) scale(.94)"},React.createElement("path",{d:"M618 512h-731.4V0H618z",fill:"#ba0000",fillRule:"evenodd"}),React.createElement("path",{d:"M241.9 247.8s-51.6-22.2-44.2-79.8c7.1-27.7 19.8-46.6 42.7-56.9 10.8-3.3 21.8-4.8 33-5.7-3 2.8-5.4 5.6-6.7 9-2.4 6.4-.6 12.4 2.7 18.5 4.1 7 6.6 14.2 7.4 23.6a36.6 36.6 0 0 1-14.6 33.7c-6.6 5.1-14.4 6.9-20.8 12.7-5 4.8-8 9.7-9 18.1-.2 16.1 4.1 18.4 9.5 26.8z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M232 164.5v-.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),React.createElement("path",{d:"M235.3 241.8c-20-17.7-18.3-62.4-3-77.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),React.createElement("path",{d:"m244.6 154.5 3.3 5.5-6-2.5-4.7 5 .8-6.5-6-2.5 6.5-1.5.8-6.4 3.3 5.5 6.6-1.5",fill:"#ba0000",fillRule:"evenodd"}),React.createElement("path",{d:"M246.3 244s6-55.9 63.3-65.7c28.6-1.2 50.4 5.3 67 24.3 6.3 9.3 10.9 19.4 15 29.8-3.5-2-6.8-3.5-10.6-3.7-6.7-.5-12 3-16.8 7.9a53.2 53.2 0 0 1-20.4 14 36.6 36.6 0 0 1-36.5-4c-6.8-4.9-10.8-11.8-18.2-16.2a28.2 28.2 0 0 0-20-3.4c-15.5 4.6-16.3 9.4-22.8 17z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M323 210.2h.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),React.createElement("path",{d:"M250 236c11.2-24.4 54.4-35.8 73.1-25.6",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),React.createElement("path",{d:"M336.3 219.3 332 224l.6-6.5-6-3 6.3-1 .6-6.7 3.4 6 6.4-1.2-4.3 4.7 3.3 6",fill:"#ba0000",fillRule:"evenodd"}),React.createElement("path",{d:"M250.1 248s55-12 82.4 39.3c10.3 26.7 11 49.4-1.7 71.1-6.8 9-15 16.5-23.5 23.8.8-4 1.1-7.6.1-11.2-1.6-6.6-6.6-10.5-12.8-13.5a53.1 53.1 0 0 1-19.8-15 36.6 36.6 0 0 1-7.7-35.8c2.4-8 7.7-14 9.5-22.4a28 28 0 0 0-3.1-20c-9.3-13.2-14.1-12.5-23.4-16.3z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"m306.5 310.1.2.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),React.createElement("path",{d:"M259 249c26.6 2.9 51.1 40.2 47.4 61.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),React.createElement("path",{d:"m302.1 325.6-5.9-2.6 6.5-1.5.8-6.7 3.1 5.7 6.5-1.5-4.5 5 3 5.7-5.8-2.6-4.5 5.1",fill:"#ba0000",fillRule:"evenodd"}),React.createElement("path",{d:"M248.9 253.7s26.9 49.4-14.5 90c-22.8 17.4-44.4 24.5-68.8 18.4-10.5-4-20-9.7-29.5-15.9 4-.3 7.7-1 10.9-3 5.8-3.4 8.1-9.3 9.3-16a53 53 0 0 1 8.8-23.3 36.6 36.6 0 0 1 32.2-17.5c8.4.1 15.6 3.6 24.2 3 6.9-.9 12.3-2.8 18.4-8.8 10-12.5 8-17 9-27z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"m205.1 325.3-.1.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),React.createElement("path",{d:"M250.3 262.4c4.9 26.4-24.1 60.5-45.4 62.7",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),React.createElement("path",{d:"m189 325.4.9-6.4 3.3 5.7 6.6-1-4.6 4.6 3.3 5.7-6.1-2.9-4.6 4.6.8-6.4-6.1-2.9",fill:"#ba0000",fillRule:"evenodd"}),React.createElement("path",{d:"M242.8 252.6S205.2 294.4 153 269c-24-15.7-37.8-33.8-40.1-58.8.3-11.3 2.4-22.1 5.1-33 1.7 3.6 3.6 6.8 6.5 9.2 5.1 4.3 11.5 4.5 18.3 3.4a52 52 0 0 1 24.7.6 36.6 36.6 0 0 1 27.3 24.6c2.7 7.9 1.8 15.9 5.3 23.8 3 6.2 6.6 10.6 14.3 14.4 15.2 5.3 18.7 1.9 28.4-.5z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"m160.7 235.2-.2-.1",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),React.createElement("path",{d:"M235 256.9c-23.2 13.3-65-2.7-74.2-22",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),React.createElement("path",{d:"m155.3 220 6.3-1.3-4.3 5 3.1 5.9-5.8-2.8-4.3 5 .7-6.8-5.9-2.8 6.3-1.3.7-6.8",fill:"#ba0000",fillRule:"evenodd"})))}));exports.HK=l;
1
+ "use strict";var e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),d=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,i){var s=t.borderRadius,a=t.height,f=t.width,o=e.useId();return d.jsxs(l.FlagIconBase,{ref:i,borderRadius:s,height:a,viewBox:"0 0 640 480",width:f,children:[d.jsx("defs",{children:d.jsx("clipPath",{id:"".concat(o,"-0"),children:d.jsx("path",{d:"M-89 0h682.6v512H-89z",fillOpacity:".7"})})}),d.jsxs("g",{clipPath:"url(#".concat(o,"-0)"),transform:"translate(83.5) scale(.94)",children:[d.jsx("path",{d:"M618 512h-731.4V0H618z",fill:"#ba0000",fillRule:"evenodd"}),d.jsx("path",{d:"M241.9 247.8s-51.6-22.2-44.2-79.8c7.1-27.7 19.8-46.6 42.7-56.9 10.8-3.3 21.8-4.8 33-5.7-3 2.8-5.4 5.6-6.7 9-2.4 6.4-.6 12.4 2.7 18.5 4.1 7 6.6 14.2 7.4 23.6a36.6 36.6 0 0 1-14.6 33.7c-6.6 5.1-14.4 6.9-20.8 12.7-5 4.8-8 9.7-9 18.1-.2 16.1 4.1 18.4 9.5 26.8z",fill:"#fff",fillRule:"evenodd"}),d.jsx("path",{d:"M232 164.5v-.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),d.jsx("path",{d:"M235.3 241.8c-20-17.7-18.3-62.4-3-77.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),d.jsx("path",{d:"m244.6 154.5 3.3 5.5-6-2.5-4.7 5 .8-6.5-6-2.5 6.5-1.5.8-6.4 3.3 5.5 6.6-1.5",fill:"#ba0000",fillRule:"evenodd"}),d.jsx("path",{d:"M246.3 244s6-55.9 63.3-65.7c28.6-1.2 50.4 5.3 67 24.3 6.3 9.3 10.9 19.4 15 29.8-3.5-2-6.8-3.5-10.6-3.7-6.7-.5-12 3-16.8 7.9a53.2 53.2 0 0 1-20.4 14 36.6 36.6 0 0 1-36.5-4c-6.8-4.9-10.8-11.8-18.2-16.2a28.2 28.2 0 0 0-20-3.4c-15.5 4.6-16.3 9.4-22.8 17z",fill:"#fff",fillRule:"evenodd"}),d.jsx("path",{d:"M323 210.2h.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),d.jsx("path",{d:"M250 236c11.2-24.4 54.4-35.8 73.1-25.6",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),d.jsx("path",{d:"M336.3 219.3 332 224l.6-6.5-6-3 6.3-1 .6-6.7 3.4 6 6.4-1.2-4.3 4.7 3.3 6",fill:"#ba0000",fillRule:"evenodd"}),d.jsx("path",{d:"M250.1 248s55-12 82.4 39.3c10.3 26.7 11 49.4-1.7 71.1-6.8 9-15 16.5-23.5 23.8.8-4 1.1-7.6.1-11.2-1.6-6.6-6.6-10.5-12.8-13.5a53.1 53.1 0 0 1-19.8-15 36.6 36.6 0 0 1-7.7-35.8c2.4-8 7.7-14 9.5-22.4a28 28 0 0 0-3.1-20c-9.3-13.2-14.1-12.5-23.4-16.3z",fill:"#fff",fillRule:"evenodd"}),d.jsx("path",{d:"m306.5 310.1.2.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),d.jsx("path",{d:"M259 249c26.6 2.9 51.1 40.2 47.4 61.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),d.jsx("path",{d:"m302.1 325.6-5.9-2.6 6.5-1.5.8-6.7 3.1 5.7 6.5-1.5-4.5 5 3 5.7-5.8-2.6-4.5 5.1",fill:"#ba0000",fillRule:"evenodd"}),d.jsx("path",{d:"M248.9 253.7s26.9 49.4-14.5 90c-22.8 17.4-44.4 24.5-68.8 18.4-10.5-4-20-9.7-29.5-15.9 4-.3 7.7-1 10.9-3 5.8-3.4 8.1-9.3 9.3-16a53 53 0 0 1 8.8-23.3 36.6 36.6 0 0 1 32.2-17.5c8.4.1 15.6 3.6 24.2 3 6.9-.9 12.3-2.8 18.4-8.8 10-12.5 8-17 9-27z",fill:"#fff",fillRule:"evenodd"}),d.jsx("path",{d:"m205.1 325.3-.1.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),d.jsx("path",{d:"M250.3 262.4c4.9 26.4-24.1 60.5-45.4 62.7",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),d.jsx("path",{d:"m189 325.4.9-6.4 3.3 5.7 6.6-1-4.6 4.6 3.3 5.7-6.1-2.9-4.6 4.6.8-6.4-6.1-2.9",fill:"#ba0000",fillRule:"evenodd"}),d.jsx("path",{d:"M242.8 252.6S205.2 294.4 153 269c-24-15.7-37.8-33.8-40.1-58.8.3-11.3 2.4-22.1 5.1-33 1.7 3.6 3.6 6.8 6.5 9.2 5.1 4.3 11.5 4.5 18.3 3.4a52 52 0 0 1 24.7.6 36.6 36.6 0 0 1 27.3 24.6c2.7 7.9 1.8 15.9 5.3 23.8 3 6.2 6.6 10.6 14.3 14.4 15.2 5.3 18.7 1.9 28.4-.5z",fill:"#fff",fillRule:"evenodd"}),d.jsx("path",{d:"m160.7 235.2-.2-.1",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),d.jsx("path",{d:"M235 256.9c-23.2 13.3-65-2.7-74.2-22",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),d.jsx("path",{d:"m155.3 220 6.3-1.3-4.3 5 3.1 5.9-5.8-2.8-4.3 5 .7-6.8-5.9-2.8 6.3-1.3.7-6.8",fill:"#ba0000",fillRule:"evenodd"})]})]})}));exports.HK=t;
package/icons/flags/HM.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(e,l){var a=e.borderRadius,r=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:l,borderRadius:a,height:r,viewBox:"0 0 640 480",width:h},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#006"}),React.createElement("path",{d:"M0 0v30.6l372.6 243h46.9V243L46.9 0H0zm419.5 0v30.6l-372.6 243H0V243L372.6 0h46.9z",fill:"#fff"}),React.createElement("path",{d:"M174.8 0v273.6h69.9V0h-70zM0 91.2v91.2h419.5V91.2H0z",fill:"#fff"}),React.createElement("path",{d:"M0 109.4v54.8h419.5v-54.8H0zM188.8 0v273.6h42V0h-42zM0 273.6l139.8-91.2h31.3L31.3 273.6H0zM0 0l139.8 91.2h-31.2L0 20.4V0zm248.4 91.2L388.2 0h31.3L279.6 91.2h-31.2zm171 182.4-139.7-91.2h31.2l108.6 70.8v20.4z",fill:"#c00"}),React.createElement("path",{d:"M125.5 416.5 98 414l23.8-14-15.3-23 25.8 9.7 8.4-26.3 8.5 26.3L175 377l-15.3 23 23.7 14-27.5 2.5 3.8 27.3-19-20-19 20m370.5 1.9-19.4-1.7 16.7-10-10.7-16 18.1 6.8 6-18.5 6 18.5 18-6.9-10.7 16.2L533 444l-19.3 1.7 2.7 19.2-13.4-14-13.4 14m2.7-307-19.4-1.7 16.7-9.9-10.7-16.2 18.1 7 6-18.6 6 18.5 18-6.9-10.7 16.2 16.7 10-19.3 1.6 2.7 19.2-13.4-14-13.4 14m-105.2 97.7-19.4-1.7 16.7-9.9-10.8-16.1 18.2 6.8 6-18.5 5.9 18.5 18.2-6.8-10.8 16.1 16.7 10-19.3 1.6 2.6 19.3L395 280l-13.4 14M588 246l-19.4-1.6 16.8-10-10.8-16.1 18.2 6.9 5.9-18.5 6 18.5 18-7-10.6 16.2 16.7 10-19.4 1.6 2.7 19.3-13.4-14.1-13.4 14M563 305.7l-9.5 8 3 12-10.6-6.5-10.5 6.6 3-12-9.6-8.1 12.4-1 4.7-11.4 4.7 11.5",fill:"#fff",fillRule:"evenodd"})))}));exports.HM=l;
1
+ "use strict";var e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var i=e.borderRadius,t=e.height,s=e.width;return h.jsx(l.FlagIconBase,{ref:r,borderRadius:i,height:t,viewBox:"0 0 640 480",width:s,children:h.jsxs("g",{strokeWidth:"1pt",children:[h.jsx("path",{d:"M0 0h640v480H0z",fill:"#006"}),h.jsx("path",{d:"M0 0v30.6l372.6 243h46.9V243L46.9 0H0zm419.5 0v30.6l-372.6 243H0V243L372.6 0h46.9z",fill:"#fff"}),h.jsx("path",{d:"M174.8 0v273.6h69.9V0h-70zM0 91.2v91.2h419.5V91.2H0z",fill:"#fff"}),h.jsx("path",{d:"M0 109.4v54.8h419.5v-54.8H0zM188.8 0v273.6h42V0h-42zM0 273.6l139.8-91.2h31.3L31.3 273.6H0zM0 0l139.8 91.2h-31.2L0 20.4V0zm248.4 91.2L388.2 0h31.3L279.6 91.2h-31.2zm171 182.4-139.7-91.2h31.2l108.6 70.8v20.4z",fill:"#c00"}),h.jsx("path",{d:"M125.5 416.5 98 414l23.8-14-15.3-23 25.8 9.7 8.4-26.3 8.5 26.3L175 377l-15.3 23 23.7 14-27.5 2.5 3.8 27.3-19-20-19 20m370.5 1.9-19.4-1.7 16.7-10-10.7-16 18.1 6.8 6-18.5 6 18.5 18-6.9-10.7 16.2L533 444l-19.3 1.7 2.7 19.2-13.4-14-13.4 14m2.7-307-19.4-1.7 16.7-9.9-10.7-16.2 18.1 7 6-18.6 6 18.5 18-6.9-10.7 16.2 16.7 10-19.3 1.6 2.7 19.2-13.4-14-13.4 14m-105.2 97.7-19.4-1.7 16.7-9.9-10.8-16.1 18.2 6.8 6-18.5 5.9 18.5 18.2-6.8-10.8 16.1 16.7 10-19.3 1.6 2.6 19.3L395 280l-13.4 14M588 246l-19.4-1.6 16.8-10-10.8-16.1 18.2 6.9 5.9-18.5 6 18.5 18-7-10.6 16.2 16.7 10-19.4 1.6 2.7 19.3-13.4-14.1-13.4 14M563 305.7l-9.5 8 3 12-10.6-6.5-10.5 6.6 3-12-9.6-8.1 12.4-1 4.7-11.4 4.7 11.5",fill:"#fff",fillRule:"evenodd"})]})})}));exports.HM=r;
package/icons/flags/HN.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,n=a.height,i=a.width,l=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:n,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),React.createElement("path",{d:"M0 160h640v160H0z",fill:"#fff"}),React.createElement("g",{fill:"#0073cf",id:"".concat(l,"-0"),transform:"translate(320 240) scale(26.66665)"},React.createElement("g",{id:"".concat(l,"-1")},React.createElement("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(l,"-2")}),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(l,"-2")})),React.createElement("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(l,"-1")})),React.createElement("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(l,"-0")}))}));exports.HN=a;
1
+ "use strict";var t=require("react"),e=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=t.forwardRef((function(s,a){var i=s.borderRadius,n=s.height,h=s.width,c=t.useId();return r.jsxs(e.FlagIconBase,{ref:a,borderRadius:i,height:n,viewBox:"0 0 640 480",width:h,children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsxs("g",{fill:"#0073cf",id:"".concat(c,"-0"),transform:"translate(320 240) scale(26.66665)",children:[r.jsxs("g",{id:"".concat(c,"-1"),children:[r.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(c,"-2")}),r.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c,"-2")})]}),r.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c,"-1")})]}),r.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(c,"-0")})]})}));exports.HN=s;
package/icons/flags/HR.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,r=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:l,height:c,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M0 9.267h24v6.8H0v-6.8Z",fill:"#EEE"}),React.createElement("path",{d:"M24 18.667a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.667V16h24v2.667Z",fill:"#171796"}),React.createElement("path",{d:"M21.333 4H2.667A2.667 2.667 0 0 0 0 6.667v2.666h24V6.667A2.667 2.667 0 0 0 21.333 4Z",fill:"#D52B1E"}),React.createElement("path",{d:"M7.606 5.624v7.69a4.394 4.394 0 0 0 8.788 0v-7.69H7.606Z",fill:"#D52B1E"}),React.createElement("path",{d:"M9.5 12.667h1.667v1.667H9.5v-1.667Zm1.667 1.667h1.666V16h-1.666v-1.666Zm0-3.334h1.666v1.667h-1.666V11Zm1.666 1.667H14.5v1.667h-1.667v-1.667Zm0-3.333H14.5V11h-1.667V9.334ZM14.5 11h1.56v1.667H14.5V11Zm-5-1.666h1.667V11H9.5V9.334Zm5 6.666h.537c.417-.471.726-1.04.889-1.666H14.5V16Zm-1.667 0v1.288a4.048 4.048 0 0 0 1.667-.781V16h-1.667ZM9.5 16v-1.666H8.074A4.03 4.03 0 0 0 8.964 16H9.5Zm-1.56-5H9.5v1.667H7.94V11Zm1.56 5v.507c.481.377 1.047.65 1.667.78V16H9.5Z",fill:"#fff"}),React.createElement("path",{d:"m16.505 6.094-1.332.527-.886-1.121-1.219.75L12 5.3l-1.069.951L9.714 5.5l-.887 1.123-1.33-.529-.748 1.387.887 1.908.117-.055c.52-.242 1.069-.441 1.629-.592l.027-.007a9.974 9.974 0 0 1 1.682-.3l.042-.005c.47-.04 1.264-.04 1.734 0l.039.004c.55.049 1.119.15 1.69.302l.023.006c.557.15 1.105.349 1.627.592l.117.055.887-1.907-.745-1.387Z",fill:"#171796"}),React.createElement("path",{d:"m11.092 6.454.147 1.709A9.76 9.76 0 0 1 12 8.129c.275 0 .54.017.76.034l.148-1.709L12 5.646l-.908.808Zm5.294-.035-1.132.449-.445 1.659a10.4 10.4 0 0 1 1.429.52l.724-1.558-.576-1.07Zm-8.771-.001-.578 1.07.725 1.558c.46-.207.94-.382 1.43-.52l-.447-1.66-1.13-.448Z",fill:"#0193DD"}))}));exports.HR=a;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=l.forwardRef((function(l,r){var a=l.borderRadius,i=l.height,s=l.width;return e.jsxs(h.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 24 25",width:s,children:[e.jsx("path",{d:"M0 9.267h24v6.8H0v-6.8Z",fill:"#EEE"}),e.jsx("path",{d:"M24 18.667a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.667V16h24v2.667Z",fill:"#171796"}),e.jsx("path",{d:"M21.333 4H2.667A2.667 2.667 0 0 0 0 6.667v2.666h24V6.667A2.667 2.667 0 0 0 21.333 4Z",fill:"#D52B1E"}),e.jsx("path",{d:"M7.606 5.624v7.69a4.394 4.394 0 0 0 8.788 0v-7.69H7.606Z",fill:"#D52B1E"}),e.jsx("path",{d:"M9.5 12.667h1.667v1.667H9.5v-1.667Zm1.667 1.667h1.666V16h-1.666v-1.666Zm0-3.334h1.666v1.667h-1.666V11Zm1.666 1.667H14.5v1.667h-1.667v-1.667Zm0-3.333H14.5V11h-1.667V9.334ZM14.5 11h1.56v1.667H14.5V11Zm-5-1.666h1.667V11H9.5V9.334Zm5 6.666h.537c.417-.471.726-1.04.889-1.666H14.5V16Zm-1.667 0v1.288a4.048 4.048 0 0 0 1.667-.781V16h-1.667ZM9.5 16v-1.666H8.074A4.03 4.03 0 0 0 8.964 16H9.5Zm-1.56-5H9.5v1.667H7.94V11Zm1.56 5v.507c.481.377 1.047.65 1.667.78V16H9.5Z",fill:"#fff"}),e.jsx("path",{d:"m16.505 6.094-1.332.527-.886-1.121-1.219.75L12 5.3l-1.069.951L9.714 5.5l-.887 1.123-1.33-.529-.748 1.387.887 1.908.117-.055c.52-.242 1.069-.441 1.629-.592l.027-.007a9.974 9.974 0 0 1 1.682-.3l.042-.005c.47-.04 1.264-.04 1.734 0l.039.004c.55.049 1.119.15 1.69.302l.023.006c.557.15 1.105.349 1.627.592l.117.055.887-1.907-.745-1.387Z",fill:"#171796"}),e.jsx("path",{d:"m11.092 6.454.147 1.709A9.76 9.76 0 0 1 12 8.129c.275 0 .54.017.76.034l.148-1.709L12 5.646l-.908.808Zm5.294-.035-1.132.449-.445 1.659a10.4 10.4 0 0 1 1.429.52l.724-1.558-.576-1.07Zm-8.771-.001-.578 1.07.725 1.558c.46-.207.94-.382 1.43-.52l-.447-1.66-1.13-.448Z",fill:"#0193DD"})]})}));exports.HR=r;
package/icons/flags/HT.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.556a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.556v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.556v12Z",fill:"#D21C33"}),React.createElement("path",{d:"M21.333 3.889H2.667A2.667 2.667 0 0 0 0 6.556v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00209F"}),React.createElement("path",{d:"M8 9.25h7.937v6.64H8V9.25Z",fill:"#fff"}),React.createElement("path",{d:"M15.937 14.97c-.999-.507-2.352-.824-3.934-.824-1.58 0-3.004.317-4.003.824v.92h7.937v-.92Z",fill:"#006A16"}),React.createElement("path",{d:"m10.349 11.702.776.874-.097.548-.168-.095-.151.572h-.04l-.071.302-1.32-.111.033-.942.318.092.038-.879.462.314.024-.532.196-.143Z",fill:"#00209F"}),React.createElement("path",{d:"M12.003 13.41v1.335l-1-.294-.254-.373-.175-.128.095-.337.151-.584h.23l.057-.493.896.874Zm-2.875-.604c.12-.142.342-.047.35 0 .007.048-.088.04-.175.12-.088.079-.064.325-.215.293-.15-.031.04-.413.04-.413Zm.54-.743c.153-.104.341.05.335.097-.006.048-.095.014-.2.066-.106.052-.152.295-.288.223-.136-.073.152-.386.152-.386Zm.635-.455c.166-.083.333.093.321.14-.012.047-.129-.036-.24.002-.112.038-.156.31-.282.22-.126-.088.201-.362.201-.362Z",fill:"#D21C33"}),React.createElement("path",{d:"m9.963 11.238.516.314-.057.15 1.391 1.54v.12l-1.446-1.62-.188-.032-.216-.473Zm-.74.464s.517.199.517.223c0 .024.095.182.095.182l1.882 1.526-.055.072-1.867-1.525-.27-.12-.302-.358Zm-.548.783s.596.083.604.107l.048.16 2.184 1.19-.095.057-2.129-1.177-.246-.016-.366-.321Z",fill:"#F1B517"}),React.createElement("path",{d:"m9.192 13.617 2.245.274-.213.256-.333.033.249.334-.12.136-.334-.366s-.103.532-.556.532c-.453 0-.597-.452-.597-.604 0-.151.04-.23.04-.23h-.429l.048-.365Z",fill:"#F1B517"}),React.createElement("path",{d:"m13.63 11.654-.811.962.033.556.209-.143.15.572h.04l.072.302 1.318-.111-.032-.942-.317.092-.04-.879-.46.314-.025-.532-.137-.19Z",fill:"#00209F"}),React.createElement("path",{d:"M12.003 13.41v1.335l.958-.294.232-.373.164-.128-.1-.337-.157-.584-.177.132-.062-.545-.858.794Zm2.789-.604c-.12-.142-.343-.047-.35 0-.008.048.088.04.175.12.088.079.064.325.215.293.15-.031-.04-.413-.04-.413Zm-.54-.743c-.153-.104-.34.05-.335.097.006.048.095.014.201.066.106.052.15.295.288.223.135-.073-.153-.386-.153-.386Zm-.635-.455c-.166-.083-.332.093-.32.14.012.047.128-.036.239.002.112.038.157.31.283.22.126-.088-.202-.362-.202-.362Z",fill:"#D21C33"}),React.createElement("path",{d:"m13.957 11.238-.515.314.1.15-1.347 1.54v.12l1.402-1.62.167-.032.193-.473Zm.74.464s-.516.199-.516.223c0 .024-.096.182-.096.182l-1.882 1.526.056.072 1.866-1.525.27-.12.302-.358Zm.548.783s-.596.083-.604.107a6.43 6.43 0 0 0-.047.16l-2.185 1.19.096.057 2.128-1.176.247-.016.365-.322Z",fill:"#F1B517"}),React.createElement("path",{d:"m14.729 13.617-2.244.274.212.256.332.033-.248.334.12.136.334-.366s.104.532.556.532c.454 0 .596-.452.596-.603 0-.151-.039-.23-.039-.23h.429l-.048-.366Z",fill:"#F1B517"}),React.createElement("path",{d:"M15.24 15.317s-.393.014-.806-.075c-.413-.09-.484-.252-.663-.216-.18.036-.596.19-.936.234-.342.043-.832.058-.832.058s-.45-.014-.792-.058c-.341-.044-.718-.198-.898-.234-.179-.036-.251.126-.664.216-.413.09-.808.075-.808.075l.108.19-.108.094c.934.017 1.365-.284 1.365-.284.467.31 1.797.318 1.797.318s1.371-.009 1.838-.318c0 0 .45.301 1.384.284l-.099-.093.114-.19Z",fill:"#fff"}),React.createElement("path",{d:"M12.195 12.485c0 .993-.087 1.8-.195 1.8-.107 0-.195-.807-.195-1.8 0-.994.088-1.8.195-1.8.108 0 .195.806.195 1.8Z",fill:"#F1B517"}),React.createElement("path",{d:"M11.623 14.173h.762v.763h-.762v-.763Z",fill:"#D21C33"}),React.createElement("path",{d:"M12.433 14.125c0 .088-.183.159-.41.159-.226 0-.409-.072-.409-.159 0-.087.183-.159.41-.159.226 0 .409.072.409.159Z",fill:"#fff"}),React.createElement("path",{d:"M12.433 14.888c0 .088-.183.158-.41.158-.226 0-.409-.07-.409-.158s.183-.159.41-.159c.226 0 .409.07.409.159Z",fill:"#D21C33"}),React.createElement("path",{d:"M13.676 10.352c-.153-.183-.545-.175-.812-.183-.266-.008-.4.087-.281-.04.119-.126.303-.094.497-.103.195-.008.229-.031.11-.094a.823.823 0 0 0-.607-.071c-.273.07-.445.24-.59.27-.146-.03-.328-.2-.6-.27a.834.834 0 0 0-.612.07c-.12.064-.088.087.107.095.195.008.377-.024.496.104.12.127-.016.03-.282.039-.266.008-.66 0-.812.183-.153.182.133.063.284.039.15-.024.373-.031.373-.031s-.373.11-.476.254c-.104.142.031.27.222.158.191-.111.485-.262.644-.278 0 0-.414.172-.596.32-.183.15.008.134.147.134a.692.692 0 0 0 .4-.144c.12-.087-.078.175-.11.342-.032.167.214.128.258 0 .043-.127.186-.381.186-.381s-.063.365-.055.612.09.262.153.15c.063-.11.283.067.283.067s.2-.178.264-.066c.064.11.124.095.132-.151a3.811 3.811 0 0 0-.056-.612s.143.254.187.381c.043.128.29.167.258 0-.031-.166-.23-.43-.11-.342a.69.69 0 0 0 .4.144c.14 0 .33.016.148-.133-.183-.149-.596-.32-.596-.32.16.015.453.166.643.277.191.112.326-.016.222-.158-.103-.144-.476-.254-.476-.254s.222.008.374.03c.15.026.436.144.283-.038Z",fill:"#006A16"}))}));exports.HT=a;
1
+ "use strict";var l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var c=l.forwardRef((function(l,c){var h=l.borderRadius,i=l.height,f=l.width;return a.jsxs(s.FlagIconBase,{ref:c,borderRadius:h,height:i,viewBox:"0 0 24 25",width:f,children:[a.jsx("path",{d:"M24 18.556a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.556v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.556v12Z",fill:"#D21C33"}),a.jsx("path",{d:"M21.333 3.889H2.667A2.667 2.667 0 0 0 0 6.556v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00209F"}),a.jsx("path",{d:"M8 9.25h7.937v6.64H8V9.25Z",fill:"#fff"}),a.jsx("path",{d:"M15.937 14.97c-.999-.507-2.352-.824-3.934-.824-1.58 0-3.004.317-4.003.824v.92h7.937v-.92Z",fill:"#006A16"}),a.jsx("path",{d:"m10.349 11.702.776.874-.097.548-.168-.095-.151.572h-.04l-.071.302-1.32-.111.033-.942.318.092.038-.879.462.314.024-.532.196-.143Z",fill:"#00209F"}),a.jsx("path",{d:"M12.003 13.41v1.335l-1-.294-.254-.373-.175-.128.095-.337.151-.584h.23l.057-.493.896.874Zm-2.875-.604c.12-.142.342-.047.35 0 .007.048-.088.04-.175.12-.088.079-.064.325-.215.293-.15-.031.04-.413.04-.413Zm.54-.743c.153-.104.341.05.335.097-.006.048-.095.014-.2.066-.106.052-.152.295-.288.223-.136-.073.152-.386.152-.386Zm.635-.455c.166-.083.333.093.321.14-.012.047-.129-.036-.24.002-.112.038-.156.31-.282.22-.126-.088.201-.362.201-.362Z",fill:"#D21C33"}),a.jsx("path",{d:"m9.963 11.238.516.314-.057.15 1.391 1.54v.12l-1.446-1.62-.188-.032-.216-.473Zm-.74.464s.517.199.517.223c0 .024.095.182.095.182l1.882 1.526-.055.072-1.867-1.525-.27-.12-.302-.358Zm-.548.783s.596.083.604.107l.048.16 2.184 1.19-.095.057-2.129-1.177-.246-.016-.366-.321Z",fill:"#F1B517"}),a.jsx("path",{d:"m9.192 13.617 2.245.274-.213.256-.333.033.249.334-.12.136-.334-.366s-.103.532-.556.532c-.453 0-.597-.452-.597-.604 0-.151.04-.23.04-.23h-.429l.048-.365Z",fill:"#F1B517"}),a.jsx("path",{d:"m13.63 11.654-.811.962.033.556.209-.143.15.572h.04l.072.302 1.318-.111-.032-.942-.317.092-.04-.879-.46.314-.025-.532-.137-.19Z",fill:"#00209F"}),a.jsx("path",{d:"M12.003 13.41v1.335l.958-.294.232-.373.164-.128-.1-.337-.157-.584-.177.132-.062-.545-.858.794Zm2.789-.604c-.12-.142-.343-.047-.35 0-.008.048.088.04.175.12.088.079.064.325.215.293.15-.031-.04-.413-.04-.413Zm-.54-.743c-.153-.104-.34.05-.335.097.006.048.095.014.201.066.106.052.15.295.288.223.135-.073-.153-.386-.153-.386Zm-.635-.455c-.166-.083-.332.093-.32.14.012.047.128-.036.239.002.112.038.157.31.283.22.126-.088-.202-.362-.202-.362Z",fill:"#D21C33"}),a.jsx("path",{d:"m13.957 11.238-.515.314.1.15-1.347 1.54v.12l1.402-1.62.167-.032.193-.473Zm.74.464s-.516.199-.516.223c0 .024-.096.182-.096.182l-1.882 1.526.056.072 1.866-1.525.27-.12.302-.358Zm.548.783s-.596.083-.604.107a6.43 6.43 0 0 0-.047.16l-2.185 1.19.096.057 2.128-1.176.247-.016.365-.322Z",fill:"#F1B517"}),a.jsx("path",{d:"m14.729 13.617-2.244.274.212.256.332.033-.248.334.12.136.334-.366s.104.532.556.532c.454 0 .596-.452.596-.603 0-.151-.039-.23-.039-.23h.429l-.048-.366Z",fill:"#F1B517"}),a.jsx("path",{d:"M15.24 15.317s-.393.014-.806-.075c-.413-.09-.484-.252-.663-.216-.18.036-.596.19-.936.234-.342.043-.832.058-.832.058s-.45-.014-.792-.058c-.341-.044-.718-.198-.898-.234-.179-.036-.251.126-.664.216-.413.09-.808.075-.808.075l.108.19-.108.094c.934.017 1.365-.284 1.365-.284.467.31 1.797.318 1.797.318s1.371-.009 1.838-.318c0 0 .45.301 1.384.284l-.099-.093.114-.19Z",fill:"#fff"}),a.jsx("path",{d:"M12.195 12.485c0 .993-.087 1.8-.195 1.8-.107 0-.195-.807-.195-1.8 0-.994.088-1.8.195-1.8.108 0 .195.806.195 1.8Z",fill:"#F1B517"}),a.jsx("path",{d:"M11.623 14.173h.762v.763h-.762v-.763Z",fill:"#D21C33"}),a.jsx("path",{d:"M12.433 14.125c0 .088-.183.159-.41.159-.226 0-.409-.072-.409-.159 0-.087.183-.159.41-.159.226 0 .409.072.409.159Z",fill:"#fff"}),a.jsx("path",{d:"M12.433 14.888c0 .088-.183.158-.41.158-.226 0-.409-.07-.409-.158s.183-.159.41-.159c.226 0 .409.07.409.159Z",fill:"#D21C33"}),a.jsx("path",{d:"M13.676 10.352c-.153-.183-.545-.175-.812-.183-.266-.008-.4.087-.281-.04.119-.126.303-.094.497-.103.195-.008.229-.031.11-.094a.823.823 0 0 0-.607-.071c-.273.07-.445.24-.59.27-.146-.03-.328-.2-.6-.27a.834.834 0 0 0-.612.07c-.12.064-.088.087.107.095.195.008.377-.024.496.104.12.127-.016.03-.282.039-.266.008-.66 0-.812.183-.153.182.133.063.284.039.15-.024.373-.031.373-.031s-.373.11-.476.254c-.104.142.031.27.222.158.191-.111.485-.262.644-.278 0 0-.414.172-.596.32-.183.15.008.134.147.134a.692.692 0 0 0 .4-.144c.12-.087-.078.175-.11.342-.032.167.214.128.258 0 .043-.127.186-.381.186-.381s-.063.365-.055.612.09.262.153.15c.063-.11.283.067.283.067s.2-.178.264-.066c.064.11.124.095.132-.151a3.811 3.811 0 0 0-.056-.612s.143.254.187.381c.043.128.29.167.258 0-.031-.166-.23-.43-.11-.342a.69.69 0 0 0 .4.144c.14 0 .33.016.148-.133-.183-.149-.596-.32-.596-.32.16.015.453.166.643.277.191.112.326-.016.222-.158-.103-.144-.476-.254-.476-.254s.222.008.374.03c.15.026.436.144.283-.038Z",fill:"#006A16"})]})}));exports.HT=c;
package/icons/flags/HU.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"},React.createElement("path",{d:"M640 480H0V0h640z",fill:"#fff"}),React.createElement("path",{d:"M640 480H0V320h640z",fill:"#388d00"}),React.createElement("path",{d:"M640 160.1H0V.1h640z",fill:"#d43516"})))}));exports.HU=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,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M640 480H0V0h640z",fill:"#fff"}),i.jsx("path",{d:"M640 480H0V320h640z",fill:"#388d00"}),i.jsx("path",{d:"M640 160.1H0V.1h640z",fill:"#d43516"})]})})}));exports.HU=s;
package/icons/flags/IC.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,s=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 24 25",width:s},React.createElement("path",{d:"M24 18.556a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.556v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.556v12Z",fill:"#FC0"}),React.createElement("path",{d:"M2.667 3.889A2.667 2.667 0 0 0 0 6.556v12a2.667 2.667 0 0 0 2.667 2.666H8V3.89H2.667Z",fill:"#EEE"}),React.createElement("path",{d:"M8 3.889h8v17.333H8V3.89Z",fill:"#0868A9"}),React.createElement("path",{d:"M14.014 11.422c-.185-.193-.41 0-.508-.058-.097-.059-.224-.103-.214.102.01.206.166.3.254.369s.04.272.04.272-.147-.167-.206-.274c-.059-.107-.107-.205-.215-.205-.107 0-.214.146-.146.204.068.059.312.118.312.274 0 .156.098.312.098.312l-.03.108s-.097-.049-.126-.108c-.03-.058.029-.244-.108-.244-.136 0-.176.303-.088.352.088.048.342.332.342.332s.107.204.273.302c.166.098.381.313.381.313s-.283.205-.302.332c-.02.126.097.175.087.283-.01.107-.136.052-.243.111-.108.059.002.208.002.208h.293l.145-.27v-.196l.309-.069s-.028.118.03.186c.06.069.285.166.285.332s-.088.171-.186.18c-.097.011-.146.124-.146.124h.382s.106-.25.166-.366c.058-.118.018-.199-.05-.229s-.136-.182-.116-.309c0 0 .136.11.292.08a.368.368 0 0 0 .303-.326c.01-.166 0-.33-.156-.388-.156-.058-.126.11-.069.158.059.048.059.264-.019.313-.078.05-.205.108-.244-.029-.04-.136-.124-.35-.29-.409-.167-.059-.393-.43-.383-.693.008-.263.076-.84-.149-1.074Zm-4.04 0c.185-.193.41 0 .507-.058.097-.059.224-.103.214.102-.01.206-.166.3-.253.369-.088.069-.04.272-.04.272s.147-.167.206-.274c.059-.107.107-.205.215-.205.107 0 .214.146.146.204-.068.059-.312.118-.312.274 0 .156-.098.312-.098.312l.03.108s.097-.049.126-.108c.03-.058-.029-.244.108-.244.136 0 .176.303.088.352-.088.048-.342.332-.342.332s-.108.204-.274.302c-.166.098-.38.313-.38.313s.283.205.302.332c.02.126-.097.175-.088.283.01.107.137.052.244.111.108.059.079.205.079.205h-.294l-.224-.266v-.196l-.304-.069s.025.117-.033.185c-.059.07-.286.166-.286.332s.087.172.185.181c.097.01.145.124.145.124h-.38s-.108-.25-.166-.367c-.059-.118-.02-.198.048-.228s.137-.182.118-.309c0 0-.137.11-.293.08a.368.368 0 0 1-.303-.326c-.01-.167 0-.33.156-.388.156-.058.128.11.069.157-.059.049-.059.264.02.314.077.049.205.108.243-.029.04-.137.124-.35.291-.41.166-.058.393-.43.383-.693-.01-.263-.078-.84.146-1.074Z",fill:"#C09B5A"}),React.createElement("path",{d:"M14.15 12.052c-.141.024-.37.006-.536-.004-.059-.004-.081.166-.04.176.131.03.476.05.584-.012.04-.024.056-.17-.007-.16Z",fill:"#8C8D8F"}),React.createElement("path",{d:"M13.45 11.335s-.057.087-.159.103c0 0-.011-.083.048-.115.06-.032.112.012.112.012Zm.237.146c-.086-.017-.152.034-.069.063.084.03.122-.052.069-.063Zm.366.2s-.01.312-.18.307c-.171-.004-.102-.268 0-.38 0 0-.123.313-.01.322.112.01.19-.25.19-.25Z",fill:"#000"}),React.createElement("path",{d:"M9.836 12.052c.142.024.37.006.537-.004.059-.004.082.166.039.176-.13.03-.475.05-.583-.012-.041-.024-.056-.17.007-.16Z",fill:"#8C8D8F"}),React.createElement("path",{d:"M10.537 11.335s.056.087.159.103c0 0 .011-.083-.048-.115-.06-.032-.111.012-.111.012Zm-.237.146c.086-.017.151.034.069.063-.084.03-.122-.052-.069-.063Zm-.366.2s.01.312.18.307c.171-.004.103-.268 0-.38 0 0 .123.313.01.322-.113.01-.19-.25-.19-.25Z",fill:"#000"}),React.createElement("path",{d:"M12.505 10.648s-.198-.19-.411-.142l-.046-.03.004-.209h-.097l.004.209-.046.03c-.212-.048-.41.142-.41.142-.317-.127-.622.082-.622.322 0 .241.182.35.221.392.04.042.25.564.25.564h1.303s.21-.522.25-.564c.039-.042.221-.152.221-.392 0-.24-.305-.45-.621-.322Z",fill:"#EBD11B"}),React.createElement("path",{d:"M11.877 10.856v.156l-.109.122s-.105.01-.154-.027a.428.428 0 0 1-.09-.124s.11-.075.176-.094c.065-.018.177-.033.177-.033Zm-.392.178s-.018.127-.112.16c-.094.034-.187.018-.187.018s.024-.066.102-.12a.43.43 0 0 1 .197-.058Z",fill:"#BE1827"}),React.createElement("path",{d:"M11.671 10.72c.098-.023.206 0 .206 0s-.002.138-.13.158c-.126.02-.178-.037-.178-.037s.027-.103.102-.12Zm-.602.263c-.034-.167.195-.228.31-.1 0 0 .022.172-.112.225-.136.053-.184-.059-.198-.125Zm.312-.233c.028-.064.158-.005.119.064-.04.07-.17.046-.12-.064Z",fill:"#0868A9"}),React.createElement("path",{d:"M11.408 10.914c.06-.064.151.062.077.095-.076.034-.124-.048-.077-.095Z",fill:"#0868A9"}),React.createElement("path",{d:"M12.111 10.856v.156l.118.122s.111.01.159-.027.093-.124.093-.124-.12-.075-.185-.094c-.065-.018-.185-.033-.185-.033Zm.412.178s.018.127.111.16c.094.034.187.018.187.018s-.024-.066-.102-.12a.425.425 0 0 0-.196-.058Z",fill:"#BE1827"}),React.createElement("path",{d:"M12.335 10.72c-.096-.023-.204 0-.204 0s.002.138.129.158c.127.02.179-.037.179-.037s-.028-.103-.104-.12Zm.602.263c.035-.167-.194-.228-.309-.1 0 0-.023.172.113.225.134.053.183-.059.196-.125Zm-.31-.233c-.03-.064-.158-.005-.12.064.04.07.17.046.12-.064Z",fill:"#0868A9"}),React.createElement("path",{d:"M12.599 10.914c-.06-.064-.151.062-.076.095.074.034.122-.048.076-.095Z",fill:"#0868A9"}),React.createElement("path",{d:"M11.352 11.833c0-.124.287-.225.642-.225.355 0 .642.101.642.225s-.287.225-.642.225c-.355 0-.642-.102-.642-.225Z",fill:"#BE1827"}),React.createElement("path",{d:"M12 11.792h-1.25v2.042c0 .804 1.25.804 1.25.804s1.236 0 1.236-.804v-2.042h-1.237Z",fill:"#020202"}),React.createElement("path",{d:"M11.999 11.927H10.89v1.907c0 .664 1.108.654 1.108.654s1.107.01 1.107-.654v-1.907h-1.107Z",fill:"#4C86C7"}),React.createElement("path",{d:"M13.576 10.38c.161-.058.293-.28.293-.28s-.26.034-.423 0c-.163-.032-.285-.15-.285-.15.118-.207-.075-.333-.446-.377-.286-.033-.717-.045-.717-.045s-.438.012-.725.045c-.37.043-.568.17-.45.378 0 0-.124.117-.287.15-.163.033-.423 0-.423 0s.13.221.292.28c0 0-.046.15-.248.182 0 0 .424.071.729-.058.306-.13.475-.24.52-.287.047-.045-.12-.15.003-.162.124-.013.588-.026.588-.026s.457.013.581.026c.124.013-.051.117-.005.162.045.046.214.156.52.287.306.13.729.058.729.058-.2-.032-.246-.182-.246-.182Z",fill:"#A5A7A9"}),React.createElement("path",{d:"M12.371 14.254h-.754l.377-.378.377.378Zm-.546-1.25h-.756l.378-.378.378.378Zm0-.586h-.756l.378-.377.378.377Zm0 1.21h-.756l.378-.376.378.376Zm1.054-.624h-.755l.377-.378.378.378Zm0-.586h-.755l.377-.377.378.377Zm0 1.21h-.755l.377-.376.378.376Z",fill:"#fff"}))}));exports.IC=t;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=s.forwardRef((function(s,h){var a=s.borderRadius,i=s.height,Z=s.width;return l.jsxs(c.FlagIconBase,{ref:h,borderRadius:a,height:i,viewBox:"0 0 24 25",width:Z,children:[l.jsx("path",{d:"M24 18.556a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.556v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.556v12Z",fill:"#FC0"}),l.jsx("path",{d:"M2.667 3.889A2.667 2.667 0 0 0 0 6.556v12a2.667 2.667 0 0 0 2.667 2.666H8V3.89H2.667Z",fill:"#EEE"}),l.jsx("path",{d:"M8 3.889h8v17.333H8V3.89Z",fill:"#0868A9"}),l.jsx("path",{d:"M14.014 11.422c-.185-.193-.41 0-.508-.058-.097-.059-.224-.103-.214.102.01.206.166.3.254.369s.04.272.04.272-.147-.167-.206-.274c-.059-.107-.107-.205-.215-.205-.107 0-.214.146-.146.204.068.059.312.118.312.274 0 .156.098.312.098.312l-.03.108s-.097-.049-.126-.108c-.03-.058.029-.244-.108-.244-.136 0-.176.303-.088.352.088.048.342.332.342.332s.107.204.273.302c.166.098.381.313.381.313s-.283.205-.302.332c-.02.126.097.175.087.283-.01.107-.136.052-.243.111-.108.059.002.208.002.208h.293l.145-.27v-.196l.309-.069s-.028.118.03.186c.06.069.285.166.285.332s-.088.171-.186.18c-.097.011-.146.124-.146.124h.382s.106-.25.166-.366c.058-.118.018-.199-.05-.229s-.136-.182-.116-.309c0 0 .136.11.292.08a.368.368 0 0 0 .303-.326c.01-.166 0-.33-.156-.388-.156-.058-.126.11-.069.158.059.048.059.264-.019.313-.078.05-.205.108-.244-.029-.04-.136-.124-.35-.29-.409-.167-.059-.393-.43-.383-.693.008-.263.076-.84-.149-1.074Zm-4.04 0c.185-.193.41 0 .507-.058.097-.059.224-.103.214.102-.01.206-.166.3-.253.369-.088.069-.04.272-.04.272s.147-.167.206-.274c.059-.107.107-.205.215-.205.107 0 .214.146.146.204-.068.059-.312.118-.312.274 0 .156-.098.312-.098.312l.03.108s.097-.049.126-.108c.03-.058-.029-.244.108-.244.136 0 .176.303.088.352-.088.048-.342.332-.342.332s-.108.204-.274.302c-.166.098-.38.313-.38.313s.283.205.302.332c.02.126-.097.175-.088.283.01.107.137.052.244.111.108.059.079.205.079.205h-.294l-.224-.266v-.196l-.304-.069s.025.117-.033.185c-.059.07-.286.166-.286.332s.087.172.185.181c.097.01.145.124.145.124h-.38s-.108-.25-.166-.367c-.059-.118-.02-.198.048-.228s.137-.182.118-.309c0 0-.137.11-.293.08a.368.368 0 0 1-.303-.326c-.01-.167 0-.33.156-.388.156-.058.128.11.069.157-.059.049-.059.264.02.314.077.049.205.108.243-.029.04-.137.124-.35.291-.41.166-.058.393-.43.383-.693-.01-.263-.078-.84.146-1.074Z",fill:"#C09B5A"}),l.jsx("path",{d:"M14.15 12.052c-.141.024-.37.006-.536-.004-.059-.004-.081.166-.04.176.131.03.476.05.584-.012.04-.024.056-.17-.007-.16Z",fill:"#8C8D8F"}),l.jsx("path",{d:"M13.45 11.335s-.057.087-.159.103c0 0-.011-.083.048-.115.06-.032.112.012.112.012Zm.237.146c-.086-.017-.152.034-.069.063.084.03.122-.052.069-.063Zm.366.2s-.01.312-.18.307c-.171-.004-.102-.268 0-.38 0 0-.123.313-.01.322.112.01.19-.25.19-.25Z",fill:"#000"}),l.jsx("path",{d:"M9.836 12.052c.142.024.37.006.537-.004.059-.004.082.166.039.176-.13.03-.475.05-.583-.012-.041-.024-.056-.17.007-.16Z",fill:"#8C8D8F"}),l.jsx("path",{d:"M10.537 11.335s.056.087.159.103c0 0 .011-.083-.048-.115-.06-.032-.111.012-.111.012Zm-.237.146c.086-.017.151.034.069.063-.084.03-.122-.052-.069-.063Zm-.366.2s.01.312.18.307c.171-.004.103-.268 0-.38 0 0 .123.313.01.322-.113.01-.19-.25-.19-.25Z",fill:"#000"}),l.jsx("path",{d:"M12.505 10.648s-.198-.19-.411-.142l-.046-.03.004-.209h-.097l.004.209-.046.03c-.212-.048-.41.142-.41.142-.317-.127-.622.082-.622.322 0 .241.182.35.221.392.04.042.25.564.25.564h1.303s.21-.522.25-.564c.039-.042.221-.152.221-.392 0-.24-.305-.45-.621-.322Z",fill:"#EBD11B"}),l.jsx("path",{d:"M11.877 10.856v.156l-.109.122s-.105.01-.154-.027a.428.428 0 0 1-.09-.124s.11-.075.176-.094c.065-.018.177-.033.177-.033Zm-.392.178s-.018.127-.112.16c-.094.034-.187.018-.187.018s.024-.066.102-.12a.43.43 0 0 1 .197-.058Z",fill:"#BE1827"}),l.jsx("path",{d:"M11.671 10.72c.098-.023.206 0 .206 0s-.002.138-.13.158c-.126.02-.178-.037-.178-.037s.027-.103.102-.12Zm-.602.263c-.034-.167.195-.228.31-.1 0 0 .022.172-.112.225-.136.053-.184-.059-.198-.125Zm.312-.233c.028-.064.158-.005.119.064-.04.07-.17.046-.12-.064Z",fill:"#0868A9"}),l.jsx("path",{d:"M11.408 10.914c.06-.064.151.062.077.095-.076.034-.124-.048-.077-.095Z",fill:"#0868A9"}),l.jsx("path",{d:"M12.111 10.856v.156l.118.122s.111.01.159-.027.093-.124.093-.124-.12-.075-.185-.094c-.065-.018-.185-.033-.185-.033Zm.412.178s.018.127.111.16c.094.034.187.018.187.018s-.024-.066-.102-.12a.425.425 0 0 0-.196-.058Z",fill:"#BE1827"}),l.jsx("path",{d:"M12.335 10.72c-.096-.023-.204 0-.204 0s.002.138.129.158c.127.02.179-.037.179-.037s-.028-.103-.104-.12Zm.602.263c.035-.167-.194-.228-.309-.1 0 0-.023.172.113.225.134.053.183-.059.196-.125Zm-.31-.233c-.03-.064-.158-.005-.12.064.04.07.17.046.12-.064Z",fill:"#0868A9"}),l.jsx("path",{d:"M12.599 10.914c-.06-.064-.151.062-.076.095.074.034.122-.048.076-.095Z",fill:"#0868A9"}),l.jsx("path",{d:"M11.352 11.833c0-.124.287-.225.642-.225.355 0 .642.101.642.225s-.287.225-.642.225c-.355 0-.642-.102-.642-.225Z",fill:"#BE1827"}),l.jsx("path",{d:"M12 11.792h-1.25v2.042c0 .804 1.25.804 1.25.804s1.236 0 1.236-.804v-2.042h-1.237Z",fill:"#020202"}),l.jsx("path",{d:"M11.999 11.927H10.89v1.907c0 .664 1.108.654 1.108.654s1.107.01 1.107-.654v-1.907h-1.107Z",fill:"#4C86C7"}),l.jsx("path",{d:"M13.576 10.38c.161-.058.293-.28.293-.28s-.26.034-.423 0c-.163-.032-.285-.15-.285-.15.118-.207-.075-.333-.446-.377-.286-.033-.717-.045-.717-.045s-.438.012-.725.045c-.37.043-.568.17-.45.378 0 0-.124.117-.287.15-.163.033-.423 0-.423 0s.13.221.292.28c0 0-.046.15-.248.182 0 0 .424.071.729-.058.306-.13.475-.24.52-.287.047-.045-.12-.15.003-.162.124-.013.588-.026.588-.026s.457.013.581.026c.124.013-.051.117-.005.162.045.046.214.156.52.287.306.13.729.058.729.058-.2-.032-.246-.182-.246-.182Z",fill:"#A5A7A9"}),l.jsx("path",{d:"M12.371 14.254h-.754l.377-.378.377.378Zm-.546-1.25h-.756l.378-.378.378.378Zm0-.586h-.756l.378-.377.378.377Zm0 1.21h-.756l.378-.376.378.376Zm1.054-.624h-.755l.377-.378.378.378Zm0-.586h-.755l.377-.377.378.377Zm0 1.21h-.755l.377-.376.378.376Z",fill:"#fff"})]})}));exports.IC=h;
package/icons/flags/ID.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v249H0z",fill:"#e70011"}),React.createElement("path",{d:"M0 240h640v240H0z",fill:"#fff"})))}));exports.ID=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 0h640v249H0z",fill:"#e70011"}),i.jsx("path",{d:"M0 240h640v240H0z",fill:"#fff"})]})})}));exports.ID=t;
package/icons/flags/IE.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:"#009A49"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#FF7900"})))}));exports.IE=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:"#009A49"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#FF7900"})]})})}));exports.IE=t;
package/icons/flags/IL.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,f=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(f,"-0")},React.createElement("path",{d:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(f,"-0)"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)"},React.createElement("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),React.createElement("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),React.createElement("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),React.createElement("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),React.createElement("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})))}));exports.IL=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(i,s){var a=i.borderRadius,t=i.height,f=i.width,c=e.useId();return l.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:f,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(c,"-0"),children:l.jsx("path",{d:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)",children:[l.jsx("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),l.jsx("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),l.jsx("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),l.jsx("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),l.jsx("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})]})]})}));exports.IL=i;
package/icons/flags/IM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,r=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M24 18.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:"#CF1B2B"}),React.createElement("path",{d:"M11.757 12.416a.922.922 0 1 0 0-1.844.922.922 0 0 0 0 1.844Z",fill:"#F8DC15"}),React.createElement("path",{d:"M11.757 12.91a.922.922 0 1 0 0-1.844.922.922 0 0 0 0 1.844Z",fill:"#F8DC15"}),React.createElement("path",{d:"M6.572 8.518c.271-.136.887 1.03 1.373 1 .486-.028 1.744-.959 2.43-1.023 0 0 0-.293.572-.293s.658.287.715.658c0 0 .457.715.657 1.258.201.544.201.916.201.916s-.43.428-.687.457c-.257.029-.972-.229-.972-.229s-.142-1.084-.2-1.414l-.2-.216s-.285.315-.8.401c-.516.086-1.316.057-1.602.114-.286.057-.257.43-.514.4-.258-.028-.057-.6-.515-.915-.458-.314-.801-.943-.458-1.114Zm5.042 9.386c-.253-.168.448-1.284.18-1.69-.267-.406-1.703-1.03-2.101-1.592 0 0-.253.146-.539-.35-.286-.495-.08-.712.212-.948 0 0 .39-.753.761-1.198.37-.446.692-.632.692-.632s.586.158.74.366c.153.208.288.957.288.957s-.868.665-1.125.88l-.087.281s.415.09.746.494c.333.402.708 1.11.9 1.33.193.218.5.007.605.245.104.235-.492.349-.535.902-.044.554-.417 1.166-.737.955Zm5.577-9.016c-.018.303-1.336.253-1.554.688-.218.435-.041 1.99-.328 2.616 0 0 .253.146-.034.641-.286.495-.576.426-.926.29 0 0-.848.04-1.419-.06-.57-.097-.892-.283-.892-.283s-.157-.586-.054-.823c.104-.237.685-.728.685-.728s1.01.419 1.324.534l.288-.065s-.13-.405.054-.894c.182-.489.608-1.167.701-1.444.093-.276-.242-.437-.09-.646.153-.209.549.251 1.05.012s1.218-.22 1.195.162Z",fill:"#fff"}),React.createElement("path",{d:"m7.752 10.372.25.218.321-.082-.13.305.178.28-.33-.03-.212.255-.074-.323-.308-.122.285-.17.02-.33Zm4.879 5.583.063-.327-.232-.237.33-.04.153-.293.139.302.327.054-.242.227.047.327-.289-.162-.296.15Zm2.364-6.973-.314.108-.089.32-.2-.266-.33.014.19-.27-.115-.312.316.097.26-.205.005.332.277.182Z",fill:"#F8DC15"}))}));exports.IM=a;
1
+ "use strict";var s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=s.forwardRef((function(s,a){var i=s.borderRadius,c=s.height,t=s.width;return r.jsxs(e.FlagIconBase,{ref:a,borderRadius:i,height:c,viewBox:"0 0 24 25",width:t,children:[r.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:"#CF1B2B"}),r.jsx("path",{d:"M11.757 12.416a.922.922 0 1 0 0-1.844.922.922 0 0 0 0 1.844Z",fill:"#F8DC15"}),r.jsx("path",{d:"M11.757 12.91a.922.922 0 1 0 0-1.844.922.922 0 0 0 0 1.844Z",fill:"#F8DC15"}),r.jsx("path",{d:"M6.572 8.518c.271-.136.887 1.03 1.373 1 .486-.028 1.744-.959 2.43-1.023 0 0 0-.293.572-.293s.658.287.715.658c0 0 .457.715.657 1.258.201.544.201.916.201.916s-.43.428-.687.457c-.257.029-.972-.229-.972-.229s-.142-1.084-.2-1.414l-.2-.216s-.285.315-.8.401c-.516.086-1.316.057-1.602.114-.286.057-.257.43-.514.4-.258-.028-.057-.6-.515-.915-.458-.314-.801-.943-.458-1.114Zm5.042 9.386c-.253-.168.448-1.284.18-1.69-.267-.406-1.703-1.03-2.101-1.592 0 0-.253.146-.539-.35-.286-.495-.08-.712.212-.948 0 0 .39-.753.761-1.198.37-.446.692-.632.692-.632s.586.158.74.366c.153.208.288.957.288.957s-.868.665-1.125.88l-.087.281s.415.09.746.494c.333.402.708 1.11.9 1.33.193.218.5.007.605.245.104.235-.492.349-.535.902-.044.554-.417 1.166-.737.955Zm5.577-9.016c-.018.303-1.336.253-1.554.688-.218.435-.041 1.99-.328 2.616 0 0 .253.146-.034.641-.286.495-.576.426-.926.29 0 0-.848.04-1.419-.06-.57-.097-.892-.283-.892-.283s-.157-.586-.054-.823c.104-.237.685-.728.685-.728s1.01.419 1.324.534l.288-.065s-.13-.405.054-.894c.182-.489.608-1.167.701-1.444.093-.276-.242-.437-.09-.646.153-.209.549.251 1.05.012s1.218-.22 1.195.162Z",fill:"#fff"}),r.jsx("path",{d:"m7.752 10.372.25.218.321-.082-.13.305.178.28-.33-.03-.212.255-.074-.323-.308-.122.285-.17.02-.33Zm4.879 5.583.063-.327-.232-.237.33-.04.153-.293.139.302.327.054-.242.227.047.327-.289-.162-.296.15Zm2.364-6.973-.314.108-.089.32-.2-.266-.33.014.19-.27-.115-.312.316.097.26-.205.005.332.277.182Z",fill:"#F8DC15"})]})}));exports.IM=a;
package/icons/flags/IN.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,n=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:n},React.createElement("path",{d:"M0 0h640v160H0z",fill:"#f93"}),React.createElement("path",{d:"M0 160h640v160H0z",fill:"#fff"}),React.createElement("path",{d:"M0 320h640v160H0z",fill:"#128807"}),React.createElement("g",{transform:"matrix(3.2 0 0 3.2 320 240)"},React.createElement("circle",{fill:"#008",r:"20"}),React.createElement("circle",{fill:"#fff",r:"17.5"}),React.createElement("circle",{fill:"#008",r:"3.5"}),React.createElement("g",{id:"".concat(i,"-0")},React.createElement("g",{id:"".concat(i,"-1")},React.createElement("g",{id:"".concat(i,"-2")},React.createElement("g",{fill:"#008",id:"".concat(i,"-3")},React.createElement("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),React.createElement("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})),React.createElement("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(i,"-3")})),React.createElement("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(i,"-1")})),React.createElement("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(i,"-0")})))}));exports.IN=a;
1
+ "use strict";var r=require("react"),e=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=r.forwardRef((function(i,s){var a=i.borderRadius,c=i.height,n=i.width,h=r.useId();return t.jsxs(e.FlagIconBase,{ref:s,borderRadius:a,height:c,viewBox:"0 0 640 480",width:n,children:[t.jsx("path",{d:"M0 0h640v160H0z",fill:"#f93"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsx("path",{d:"M0 320h640v160H0z",fill:"#128807"}),t.jsxs("g",{transform:"matrix(3.2 0 0 3.2 320 240)",children:[t.jsx("circle",{fill:"#008",r:"20"}),t.jsx("circle",{fill:"#fff",r:"17.5"}),t.jsx("circle",{fill:"#008",r:"3.5"}),t.jsxs("g",{id:"".concat(h,"-0"),children:[t.jsxs("g",{id:"".concat(h,"-1"),children:[t.jsxs("g",{id:"".concat(h,"-2"),children:[t.jsxs("g",{fill:"#008",id:"".concat(h,"-3"),children:[t.jsx("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),t.jsx("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})]}),t.jsx("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(h,"-3")})]}),t.jsx("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(h,"-2")})]}),t.jsx("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(h,"-1")})]}),t.jsx("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(h,"-0")}),t.jsx("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(h,"-0")})]})]})}));exports.IN=i;