@zonos/amino 5.5.27 → 5.5.29

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 (1610) hide show
  1. package/CountryMultiSelectExpandedOption-e473f7c0.js +1 -0
  2. package/DateControlsWrapper-4385a75c.js +1 -0
  3. package/_rollupPluginBabelHelpers-77a6284f.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-amount/filterAmountReducer.js +1 -1
  42. package/components/filter/filter-date/DateControls.js +1 -1
  43. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  44. package/components/filter/filter-date/FilterDate.js +1 -1
  45. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  46. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  47. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  48. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  49. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  50. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  51. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  52. package/components/filter/filter-date/filterDateReducer.js +1 -1
  53. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  54. package/components/filter/filter-select/FilterSelect.js +1 -1
  55. package/components/filter/filter-text/FilterText.js +1 -1
  56. package/components/filter/useFilterWrapper.js +1 -1
  57. package/components/flex/Flex.js +1 -1
  58. package/components/glow/GlowWrapper.js +1 -1
  59. package/components/help-text/HelpText.js +1 -1
  60. package/components/input/Input.js +1 -1
  61. package/components/input/MultiInput.js +1 -1
  62. package/components/input/input-simple/InputSimple.js +1 -1
  63. package/components/input/input-simple/input-type/_DateInput.js +1 -1
  64. package/components/input/input-simple/input-type/_InputBase.js +1 -1
  65. package/components/input/input-simple/input-type/_NumberInput.js +1 -1
  66. package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
  67. package/components/input/input-simple/input-type/_TimeInput.js +1 -1
  68. package/components/input/input-type/_DateInput.js +1 -1
  69. package/components/input/input-type/_FloatLabelInput.js +1 -1
  70. package/components/input/input-type/_NumberInput.js +1 -1
  71. package/components/input/input-type/_PasswordInput.js +1 -1
  72. package/components/input/input-type/_TimeInput.js +1 -1
  73. package/components/layout/Layout.js +1 -1
  74. package/components/layout/NavigationGroup.js +1 -1
  75. package/components/lightbox/LightBox.js +1 -1
  76. package/components/list/CollapsibleList.js +1 -1
  77. package/components/list/List.js +1 -1
  78. package/components/list-item/ListItem.js +1 -1
  79. package/components/menu/Menu.js +1 -1
  80. package/components/menu/MenuItem.js +1 -1
  81. package/components/nested-data-table/NestedDataTable.js +1 -1
  82. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  83. package/components/nested-data-table/_Filter.js +1 -1
  84. package/components/nested-data-table/_TableData.js +1 -1
  85. package/components/pivot-table/PivotTable.js +1 -1
  86. package/components/progress-bar/ProgressBar.js +1 -1
  87. package/components/radio/Radio.js +1 -1
  88. package/components/radio/RadioGroup.js +1 -1
  89. package/components/rest-state/RestState.js +1 -1
  90. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  91. package/components/rich-checkbox/RichCheckbox.js +1 -1
  92. package/components/rich-radio/RichRadio.js +1 -1
  93. package/components/rounded-icon/RoundedIcon.js +1 -1
  94. package/components/section/HSection.js +1 -1
  95. package/components/section/VSection.js +1 -1
  96. package/components/section/_SectionHeader.js +1 -1
  97. package/components/section/_SectionInnerWrapper.js +1 -1
  98. package/components/section/_SectionSubheader.js +1 -1
  99. package/components/select/CountryMultiSelect.js +1 -1
  100. package/components/select/CountrySelect.js +1 -1
  101. package/components/select/MultiSelect.js +1 -1
  102. package/components/select/Select.js +1 -1
  103. package/components/select/_StyledReactSelect.js +1 -1
  104. package/components/simple-table/SimpleTable.js +1 -1
  105. package/components/simple-table/SimpleTableRow.js +1 -1
  106. package/components/skeleton/Skeleton.js +1 -1
  107. package/components/slide-over/SlideOver.js +1 -1
  108. package/components/spinner/Spinner.js +1 -1
  109. package/components/split-panel/SplitPanel.js +1 -1
  110. package/components/stack/HStack.js +1 -1
  111. package/components/stack/Stack.js +1 -1
  112. package/components/stack/VStack.js +1 -1
  113. package/components/surface/Surface.js +1 -1
  114. package/components/switch/Switch.js +1 -1
  115. package/components/table/Table.js +1 -1
  116. package/components/table/TableBody.js +1 -1
  117. package/components/table/TableCell.js +1 -1
  118. package/components/table/TableFooter.js +1 -1
  119. package/components/table/TableHead.js +1 -1
  120. package/components/table/TableRow.js +1 -1
  121. package/components/table/TableRowCollapse.js +1 -1
  122. package/components/tabs/Tabs.js +1 -1
  123. package/components/tag/Tag.js +1 -1
  124. package/components/text/Text.js +1 -1
  125. package/components/text-avatar/TextAvatar.js +1 -1
  126. package/components/textarea/Textarea.js +1 -1
  127. package/components/theme-select/ThemeSelect.js +1 -1
  128. package/components/thumbnail/Thumbnail.js +1 -1
  129. package/components/toast/Toast.js +1 -1
  130. package/components/toast/ToastContext.js +1 -1
  131. package/components/toggle/Toggle.js +1 -1
  132. package/components/tooltip/Tooltip.js +1 -1
  133. package/icons/AIDuotoneIcon.js +1 -1
  134. package/icons/AIIcon.js +1 -1
  135. package/icons/ArrowDownDuotoneIcon.js +1 -1
  136. package/icons/ArrowDownIcon.js +1 -1
  137. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  138. package/icons/ArrowLeftIcon.js +1 -1
  139. package/icons/ArrowRightDuotoneIcon.js +1 -1
  140. package/icons/ArrowRightIcon.js +1 -1
  141. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  142. package/icons/ArrowSwapIcon.js +1 -1
  143. package/icons/ArrowUpDuotoneIcon.js +1 -1
  144. package/icons/ArrowUpIcon.js +1 -1
  145. package/icons/BagDuotoneIcon.js +1 -1
  146. package/icons/BagIcon.js +1 -1
  147. package/icons/BankDuotoneIcon.js +1 -1
  148. package/icons/BankIcon.js +1 -1
  149. package/icons/BellDuotoneIcon.js +1 -1
  150. package/icons/BellIcon.js +1 -1
  151. package/icons/BellOffDuotoneIcon.js +1 -1
  152. package/icons/BellOffIcon.js +1 -1
  153. package/icons/BookDuotoneIcon.js +1 -1
  154. package/icons/BookIcon.js +1 -1
  155. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  156. package/icons/BookmarkAddIcon.js +1 -1
  157. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  158. package/icons/BookmarkCheckIcon.js +1 -1
  159. package/icons/BookmarkDuotoneIcon.js +1 -1
  160. package/icons/BookmarkIcon.js +1 -1
  161. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  162. package/icons/BookmarkOffIcon.js +1 -1
  163. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  164. package/icons/BookmarkRemoveIcon.js +1 -1
  165. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  166. package/icons/BookmarkSubtractIcon.js +1 -1
  167. package/icons/BoxesDuotoneIcon.js +1 -1
  168. package/icons/BoxesIcon.js +1 -1
  169. package/icons/BufferDuotoneIcon.js +1 -1
  170. package/icons/BufferIcon.js +1 -1
  171. package/icons/CalculatorDuotoneIcon.js +1 -1
  172. package/icons/CalculatorIcon.js +1 -1
  173. package/icons/CalendarDuotoneIcon.js +1 -1
  174. package/icons/CalendarIcon.js +1 -1
  175. package/icons/CardDuotoneIcon.js +1 -1
  176. package/icons/CardIcon.js +1 -1
  177. package/icons/CaretDownDuotoneIcon.js +1 -1
  178. package/icons/CaretDownIcon.js +1 -1
  179. package/icons/CaretLeftDuotoneIcon.js +1 -1
  180. package/icons/CaretLeftIcon.js +1 -1
  181. package/icons/CaretRightDuotoneIcon.js +1 -1
  182. package/icons/CaretRightIcon.js +1 -1
  183. package/icons/CaretUpDuotoneIcon.js +1 -1
  184. package/icons/CaretUpIcon.js +1 -1
  185. package/icons/CartDuotoneIcon.js +1 -1
  186. package/icons/CartIcon.js +1 -1
  187. package/icons/ChartDuotoneIcon.js +1 -1
  188. package/icons/ChartIcon.js +1 -1
  189. package/icons/CheckCircleDuotoneIcon.js +1 -1
  190. package/icons/CheckCircleIcon.js +1 -1
  191. package/icons/CheckmarkDuotoneIcon.js +1 -1
  192. package/icons/CheckmarkIcon.js +1 -1
  193. package/icons/CheckoutDuotoneIcon.js +1 -1
  194. package/icons/CheckoutIcon.js +1 -1
  195. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  196. package/icons/ChevronDownCircleIcon.js +1 -1
  197. package/icons/ChevronDownDuotoneIcon.js +1 -1
  198. package/icons/ChevronDownIcon.js +1 -1
  199. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  200. package/icons/ChevronLeftCircleIcon.js +1 -1
  201. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  202. package/icons/ChevronLeftIcon.js +1 -1
  203. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  204. package/icons/ChevronRightCircleIcon.js +1 -1
  205. package/icons/ChevronRightDuotoneIcon.js +1 -1
  206. package/icons/ChevronRightIcon.js +1 -1
  207. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  208. package/icons/ChevronUpCircleIcon.js +1 -1
  209. package/icons/ChevronUpDuotoneIcon.js +1 -1
  210. package/icons/ChevronUpIcon.js +1 -1
  211. package/icons/CircleDuotoneIcon.js +1 -1
  212. package/icons/CircleIcon.js +1 -1
  213. package/icons/ClassifyDuotoneIcon.js +1 -1
  214. package/icons/ClassifyIcon.js +1 -1
  215. package/icons/ClearDuotoneIcon.js +1 -1
  216. package/icons/ClearIcon.js +1 -1
  217. package/icons/ClockDuotoneIcon.js +1 -1
  218. package/icons/ClockIcon.js +1 -1
  219. package/icons/CodeCircleDuotoneIcon.js +1 -1
  220. package/icons/CodeCircleIcon.js +1 -1
  221. package/icons/CodeDuotoneIcon.js +1 -1
  222. package/icons/CodeIcon.js +1 -1
  223. package/icons/CoinsDuotoneIcon.js +1 -1
  224. package/icons/CoinsIcon.js +1 -1
  225. package/icons/CollectDuotoneIcon.js +1 -1
  226. package/icons/CollectIcon.js +1 -1
  227. package/icons/CommentDuotoneIcon.js +1 -1
  228. package/icons/CommentIcon.js +1 -1
  229. package/icons/CopilotDuotoneIcon.js +1 -1
  230. package/icons/CopilotIcon.js +1 -1
  231. package/icons/CopyDuotoneIcon.js +1 -1
  232. package/icons/CopyIDIcon.js +1 -1
  233. package/icons/CopyIcon.js +1 -1
  234. package/icons/CubeDuotoneIcon.js +1 -1
  235. package/icons/CubeIcon.js +1 -1
  236. package/icons/DashboardDuotoneIcon.js +1 -1
  237. package/icons/DashboardIcon.js +1 -1
  238. package/icons/DiamondDuotoneIcon.js +1 -1
  239. package/icons/DiamondIcon.js +1 -1
  240. package/icons/DislikeDuotoneIcon.js +1 -1
  241. package/icons/DislikeIcon.js +1 -1
  242. package/icons/DocsDuotoneIcon.js +1 -1
  243. package/icons/DocsIcon.js +1 -1
  244. package/icons/DollarDuotoneIcon.js +1 -1
  245. package/icons/DollarIcon.js +1 -1
  246. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  247. package/icons/DoubleChevronIcon.js +1 -1
  248. package/icons/DragDuotoneIcon.js +1 -1
  249. package/icons/DragIcon.js +1 -1
  250. package/icons/EditDuotoneIcon.js +1 -1
  251. package/icons/EditIcon.js +1 -1
  252. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  253. package/icons/ExclamationMarkIcon.js +1 -1
  254. package/icons/ExportDuotoneIcon.js +1 -1
  255. package/icons/ExportIcon.js +1 -1
  256. package/icons/ExternalDuotoneIcon.js +1 -1
  257. package/icons/ExternalIcon.js +1 -1
  258. package/icons/EyeDuotoneIcon.js +1 -1
  259. package/icons/EyeIcon.js +1 -1
  260. package/icons/EyeOffDuotoneIcon.js +1 -1
  261. package/icons/EyeOffIcon.js +1 -1
  262. package/icons/FileDuotoneIcon.js +1 -1
  263. package/icons/FileIcon.js +1 -1
  264. package/icons/FileUploadDuotoneIcon.js +1 -1
  265. package/icons/FileUploadIcon.js +1 -1
  266. package/icons/FilterDuotoneIcon.js +1 -1
  267. package/icons/FilterIcon.js +1 -1
  268. package/icons/FolderListDuotoneIcon.js +1 -1
  269. package/icons/FolderListIcon.js +1 -1
  270. package/icons/FolderUploadDuotoneIcon.js +1 -1
  271. package/icons/FolderUploadIcon.js +1 -1
  272. package/icons/FusionDuotoneIcon.js +1 -1
  273. package/icons/FusionIcon.js +1 -1
  274. package/icons/GlobeDuotoneIcon.js +1 -1
  275. package/icons/GlobeIcon.js +1 -1
  276. package/icons/GraphQLDuotoneIcon.js +1 -1
  277. package/icons/GraphQLIcon.js +1 -1
  278. package/icons/GridDuotoneIcon.js +1 -1
  279. package/icons/GridIcon.js +1 -1
  280. package/icons/HelloDuotoneIcon.js +1 -1
  281. package/icons/HelloIcon.js +1 -1
  282. package/icons/HelpDuotoneIcon.js +1 -1
  283. package/icons/HelpIcon.js +1 -1
  284. package/icons/HexagonDuotoneIcon.js +1 -1
  285. package/icons/HexagonIcon.js +1 -1
  286. package/icons/HomeDuotoneIcon.js +1 -1
  287. package/icons/HomeIcon.js +1 -1
  288. package/icons/ImageDuotoneIcon.js +1 -1
  289. package/icons/ImageIcon.js +1 -1
  290. package/icons/ImportDuotoneIcon.js +1 -1
  291. package/icons/ImportIcon.js +1 -1
  292. package/icons/InfoDuotoneIcon.js +1 -1
  293. package/icons/InfoIcon.js +1 -1
  294. package/icons/IntegrationDuotoneIcon.js +1 -1
  295. package/icons/IntegrationIcon.js +1 -1
  296. package/icons/LandedCostDuotoneIcon.js +1 -1
  297. package/icons/LandedCostIcon.js +1 -1
  298. package/icons/LaptopDuotoneIcon.js +1 -1
  299. package/icons/LaptopIcon.js +1 -1
  300. package/icons/LeftPanelClosedDuotoneIcon.js +1 -1
  301. package/icons/LeftPanelClosedIcon.js +1 -1
  302. package/icons/LeftPanelOpenDuotoneIcon.js +1 -1
  303. package/icons/LeftPanelOpenIcon.js +1 -1
  304. package/icons/LightDuotoneIcon.js +1 -1
  305. package/icons/LightIcon.js +1 -1
  306. package/icons/LikeDuotoneIcon.js +1 -1
  307. package/icons/LikeIcon.js +1 -1
  308. package/icons/LineDownDuotoneIcon.js +1 -1
  309. package/icons/LineDownIcon.js +1 -1
  310. package/icons/LineUpDuotoneIcon.js +1 -1
  311. package/icons/LineUpIcon.js +1 -1
  312. package/icons/LinkDuotoneIcon.js +1 -1
  313. package/icons/LinkIcon.js +1 -1
  314. package/icons/LocationDuotoneIcon.js +1 -1
  315. package/icons/LocationIcon.js +1 -1
  316. package/icons/LockDuotoneIcon.js +1 -1
  317. package/icons/LockIcon.js +1 -1
  318. package/icons/LoginDuotoneIcon.js +1 -1
  319. package/icons/LoginIcon.js +1 -1
  320. package/icons/LogoutDuotoneIcon.js +1 -1
  321. package/icons/LogoutIcon.js +1 -1
  322. package/icons/MailDuotoneIcon.js +1 -1
  323. package/icons/MailIcon.js +1 -1
  324. package/icons/MaximizeDuotoneIcon.js +1 -1
  325. package/icons/MaximizeIcon.js +1 -1
  326. package/icons/MenuDuotoneIcon.js +1 -1
  327. package/icons/MenuIcon.js +1 -1
  328. package/icons/MinimizeDuotoneIcon.js +1 -1
  329. package/icons/MinimizeIcon.js +1 -1
  330. package/icons/MinusCircleDuotoneIcon.js +1 -1
  331. package/icons/MinusCircleIcon.js +1 -1
  332. package/icons/MinusDuotoneIcon.js +1 -1
  333. package/icons/MinusIcon.js +1 -1
  334. package/icons/MobileDuotoneIcon.js +1 -1
  335. package/icons/MobileIcon.js +1 -1
  336. package/icons/MoneyDuotoneIcon.js +1 -1
  337. package/icons/MoneyIcon.js +1 -1
  338. package/icons/MonitorDuotoneIcon.js +1 -1
  339. package/icons/MonitorIcon.js +1 -1
  340. package/icons/NightDuotoneIcon.js +1 -1
  341. package/icons/NightIcon.js +1 -1
  342. package/icons/NoteIcon.js +1 -1
  343. package/icons/PaletteDuotoneIcon.js +1 -1
  344. package/icons/PaletteIcon.js +1 -1
  345. package/icons/PauseCircleDuotoneIcon.js +1 -1
  346. package/icons/PauseCircleIcon.js +1 -1
  347. package/icons/PenDuotoneIcon.js +1 -1
  348. package/icons/PenIcon.js +1 -1
  349. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  350. package/icons/PercentBadgeIcon.js +1 -1
  351. package/icons/PercentDuotoneIcon.js +1 -1
  352. package/icons/PercentIcon.js +1 -1
  353. package/icons/PlaneDuotoneIcon.js +1 -1
  354. package/icons/PlaneIcon.js +1 -1
  355. package/icons/PlayCircleDuotoneIcon.js +1 -1
  356. package/icons/PlayCircleIcon.js +1 -1
  357. package/icons/PlayDuotoneIcon.js +1 -1
  358. package/icons/PlayIcon.js +1 -1
  359. package/icons/PlusCircleDuotoneIcon.js +1 -1
  360. package/icons/PlusCircleIcon.js +1 -1
  361. package/icons/PlusDuotoneIcon.js +1 -1
  362. package/icons/PlusIcon.js +1 -1
  363. package/icons/PrepayDuotoneIcon.js +1 -1
  364. package/icons/PrepayIcon.js +1 -1
  365. package/icons/PrinterDuotoneIcon.js +1 -1
  366. package/icons/PrinterIcon.js +1 -1
  367. package/icons/RadioIcon.js +1 -1
  368. package/icons/RateDuotoneIcon.js +1 -1
  369. package/icons/RateIcon.js +1 -1
  370. package/icons/ReceiptDuotoneIcon.js +1 -1
  371. package/icons/ReceiptIcon.js +1 -1
  372. package/icons/RefreshDuotoneIcon.js +1 -1
  373. package/icons/RefreshIcon.js +1 -1
  374. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  375. package/icons/RemoveCircleIcon.js +1 -1
  376. package/icons/RemoveDuotoneIcon.js +1 -1
  377. package/icons/RemoveIcon.js +1 -1
  378. package/icons/RestrictDuotoneIcon.js +1 -1
  379. package/icons/RestrictIcon.js +1 -1
  380. package/icons/RightPanelClosedDuotoneIcon.js +1 -1
  381. package/icons/RightPanelClosedIcon.js +1 -1
  382. package/icons/RightPanelOpenDuotoneIcon.js +1 -1
  383. package/icons/RightPanelOpenIcon.js +1 -1
  384. package/icons/RocketDuotoneIcon.js +1 -1
  385. package/icons/RocketIcon.js +1 -1
  386. package/icons/RulesIcon.js +1 -1
  387. package/icons/ScanDuotoneIcon.js +1 -1
  388. package/icons/ScanIcon.js +1 -1
  389. package/icons/ScreenDuotoneIcon.js +1 -1
  390. package/icons/ScreenIcon.js +1 -1
  391. package/icons/SearchDuotoneIcon.js +1 -1
  392. package/icons/SearchIcon.js +1 -1
  393. package/icons/SendDuotoneIcon.js +1 -1
  394. package/icons/SendIcon.js +1 -1
  395. package/icons/SettingsDuotoneIcon.js +1 -1
  396. package/icons/SettingsIcon.js +1 -1
  397. package/icons/ShoppingListDuotoneIcon.js +1 -1
  398. package/icons/ShoppingListIcon.js +1 -1
  399. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  400. package/icons/ShoppingTagIcon.js +1 -1
  401. package/icons/SquareDuotoneIcon.js +1 -1
  402. package/icons/SquareIcon.js +1 -1
  403. package/icons/StarDuotoneIcon.js +1 -1
  404. package/icons/StarIcon.js +1 -1
  405. package/icons/StarOffDuotoneIcon.js +1 -1
  406. package/icons/StarOffIcon.js +1 -1
  407. package/icons/StarsDuotoneIcon.js +1 -1
  408. package/icons/StarsIcon.js +1 -1
  409. package/icons/SunnyDuotoneIcon.js +1 -1
  410. package/icons/SunnyIcon.js +1 -1
  411. package/icons/TagDuotoneIcon.js +1 -1
  412. package/icons/TagIcon.js +1 -1
  413. package/icons/TaxDuotoneIcon.js +1 -1
  414. package/icons/TaxIcon.js +1 -1
  415. package/icons/ThreeDotDuotoneIcon.js +1 -1
  416. package/icons/ThreeDotIcon.js +1 -1
  417. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  418. package/icons/TotalLandedCostIcon.js +1 -1
  419. package/icons/TrashCanDuotoneIcon.js +1 -1
  420. package/icons/TrashCanIcon.js +1 -1
  421. package/icons/TriangleDuotoneIcon.js +1 -1
  422. package/icons/TriangleIcon.js +1 -1
  423. package/icons/TruckDuotoneIcon.js +1 -1
  424. package/icons/TruckIcon.js +1 -1
  425. package/icons/UFODuotoneIcon.js +1 -1
  426. package/icons/UFOIcon.js +1 -1
  427. package/icons/UserDuotoneIcon.js +1 -1
  428. package/icons/UserIcon.js +1 -1
  429. package/icons/UsersIcon.js +1 -1
  430. package/icons/UtahDuotoneIcon.js +1 -1
  431. package/icons/UtahIcon.js +1 -1
  432. package/icons/WarningDuotoneIcon.js +1 -1
  433. package/icons/WarningIcon.js +1 -1
  434. package/icons/custom/AvatarIcon.js +1 -1
  435. package/icons/custom/logo/ZonosIcon.js +1 -0
  436. package/icons/custom/logo/ZonosLogoIcon.js +1 -0
  437. package/icons/custom/logo/ZonosWordmark.js +1 -0
  438. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  439. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  440. package/icons/custom/products/ClearColorIcon.js +1 -1
  441. package/icons/custom/products/CollectColorIcon.js +1 -1
  442. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  443. package/icons/custom/products/DashboardColorIcon.js +1 -1
  444. package/icons/custom/products/HelloColorIcon.js +1 -1
  445. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  446. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  447. package/icons/custom/products/PrepayColorIcon.js +1 -1
  448. package/icons/custom/products/RateColorIcon.js +1 -1
  449. package/icons/custom/products/RestrictColorIcon.js +1 -1
  450. package/icons/custom/products/ScreenColorIcon.js +1 -1
  451. package/icons/custom/products/TaxColorIcon.js +1 -1
  452. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  453. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  454. package/icons/custom/us-states/AlabamaIcon.js +1 -1
  455. package/icons/custom/us-states/AlaskaIcon.js +1 -1
  456. package/icons/custom/us-states/ArizonaIcon.js +1 -1
  457. package/icons/custom/us-states/ArkansasIcon.js +1 -1
  458. package/icons/custom/us-states/CaliforniaIcon.js +1 -1
  459. package/icons/custom/us-states/ColoradoIcon.js +1 -1
  460. package/icons/custom/us-states/ConnecticutIcon.js +1 -1
  461. package/icons/custom/us-states/DelawareIcon.js +1 -1
  462. package/icons/custom/us-states/FloridaIcon.js +1 -1
  463. package/icons/custom/us-states/GeorgiaIcon.js +1 -1
  464. package/icons/custom/us-states/HawaiiIcon.js +1 -1
  465. package/icons/custom/us-states/IdahoIcon.js +1 -1
  466. package/icons/custom/us-states/IllinoisIcon.js +1 -1
  467. package/icons/custom/us-states/IndianaIcon.js +1 -1
  468. package/icons/custom/us-states/IowaIcon.js +1 -1
  469. package/icons/custom/us-states/KansasIcon.js +1 -1
  470. package/icons/custom/us-states/KentuckyIcon.js +1 -1
  471. package/icons/custom/us-states/LouisianaIcon.js +1 -1
  472. package/icons/custom/us-states/MaineIcon.js +1 -1
  473. package/icons/custom/us-states/MarylandIcon.js +1 -1
  474. package/icons/custom/us-states/MassachusettsIcon.js +1 -1
  475. package/icons/custom/us-states/MichiganIcon.js +1 -1
  476. package/icons/custom/us-states/MinnesotaIcon.js +1 -1
  477. package/icons/custom/us-states/MississippiIcon.js +1 -1
  478. package/icons/custom/us-states/MissouriIcon.js +1 -1
  479. package/icons/custom/us-states/MontanaIcon.js +1 -1
  480. package/icons/custom/us-states/NebraskaIcon.js +1 -1
  481. package/icons/custom/us-states/NevadaIcon.js +1 -1
  482. package/icons/custom/us-states/NewHampshireIcon.js +1 -1
  483. package/icons/custom/us-states/NewJerseyIcon.js +1 -1
  484. package/icons/custom/us-states/NewMexicoIcon.js +1 -1
  485. package/icons/custom/us-states/NewYorkIcon.js +1 -1
  486. package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
  487. package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
  488. package/icons/custom/us-states/OhioIcon.js +1 -1
  489. package/icons/custom/us-states/OklahomaIcon.js +1 -1
  490. package/icons/custom/us-states/OregonIcon.js +1 -1
  491. package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
  492. package/icons/custom/us-states/PuertoRicoIcon.js +1 -1
  493. package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
  494. package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
  495. package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
  496. package/icons/custom/us-states/TennesseeIcon.js +1 -1
  497. package/icons/custom/us-states/TexasIcon.js +1 -1
  498. package/icons/custom/us-states/UtahIcon.js +1 -1
  499. package/icons/custom/us-states/VermontIcon.js +1 -1
  500. package/icons/custom/us-states/VirginiaIcon.js +1 -1
  501. package/icons/custom/us-states/WashingtonIcon.js +1 -1
  502. package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
  503. package/icons/custom/us-states/WisconsinIcon.js +1 -1
  504. package/icons/custom/us-states/WyomingIcon.js +1 -1
  505. package/icons/flag-icon/FlagIcon.js +1 -1
  506. package/icons/flag-icon/_FlagIconBase.js +1 -1
  507. package/icons/flags/AD.js +1 -1
  508. package/icons/flags/AE.js +1 -1
  509. package/icons/flags/AF.js +1 -1
  510. package/icons/flags/AG.js +1 -1
  511. package/icons/flags/AI.js +1 -1
  512. package/icons/flags/AL.js +1 -1
  513. package/icons/flags/AM.js +1 -1
  514. package/icons/flags/AO.js +1 -1
  515. package/icons/flags/AQ.js +1 -1
  516. package/icons/flags/AR.js +1 -1
  517. package/icons/flags/AS.js +1 -1
  518. package/icons/flags/AT.js +1 -1
  519. package/icons/flags/AU.js +1 -1
  520. package/icons/flags/AW.js +1 -1
  521. package/icons/flags/AX.js +1 -1
  522. package/icons/flags/AZ.js +1 -1
  523. package/icons/flags/BA.js +1 -1
  524. package/icons/flags/BB.js +1 -1
  525. package/icons/flags/BD.js +1 -1
  526. package/icons/flags/BE.js +1 -1
  527. package/icons/flags/BF.js +1 -1
  528. package/icons/flags/BG.js +1 -1
  529. package/icons/flags/BH.js +1 -1
  530. package/icons/flags/BI.js +1 -1
  531. package/icons/flags/BJ.js +1 -1
  532. package/icons/flags/BL.js +1 -1
  533. package/icons/flags/BM.js +1 -1
  534. package/icons/flags/BN.js +1 -1
  535. package/icons/flags/BO.js +1 -1
  536. package/icons/flags/BQ.js +1 -1
  537. package/icons/flags/BR.js +1 -1
  538. package/icons/flags/BS.js +1 -1
  539. package/icons/flags/BT.js +1 -1
  540. package/icons/flags/BV.js +1 -1
  541. package/icons/flags/BW.js +1 -1
  542. package/icons/flags/BY.js +1 -1
  543. package/icons/flags/BZ.js +1 -1
  544. package/icons/flags/CA.js +1 -1
  545. package/icons/flags/CC.js +1 -1
  546. package/icons/flags/CD.js +1 -1
  547. package/icons/flags/CF.js +1 -1
  548. package/icons/flags/CG.js +1 -1
  549. package/icons/flags/CH.js +1 -1
  550. package/icons/flags/CI.js +1 -1
  551. package/icons/flags/CK.js +1 -1
  552. package/icons/flags/CL.js +1 -1
  553. package/icons/flags/CM.js +1 -1
  554. package/icons/flags/CN.js +1 -1
  555. package/icons/flags/CO.js +1 -1
  556. package/icons/flags/CR.js +1 -1
  557. package/icons/flags/CU.js +1 -1
  558. package/icons/flags/CV.js +1 -1
  559. package/icons/flags/CW.js +1 -1
  560. package/icons/flags/CX.js +1 -1
  561. package/icons/flags/CY.js +1 -1
  562. package/icons/flags/CZ.js +1 -1
  563. package/icons/flags/DE.js +1 -1
  564. package/icons/flags/DJ.js +1 -1
  565. package/icons/flags/DK.js +1 -1
  566. package/icons/flags/DM.js +1 -1
  567. package/icons/flags/DO.js +1 -1
  568. package/icons/flags/DZ.js +1 -1
  569. package/icons/flags/Default.js +1 -1
  570. package/icons/flags/EC.js +1 -1
  571. package/icons/flags/EE.js +1 -1
  572. package/icons/flags/EG.js +1 -1
  573. package/icons/flags/EH.js +1 -1
  574. package/icons/flags/ER.js +1 -1
  575. package/icons/flags/ES.js +1 -1
  576. package/icons/flags/ET.js +1 -1
  577. package/icons/flags/FI.js +1 -1
  578. package/icons/flags/FJ.js +1 -1
  579. package/icons/flags/FK.js +1 -1
  580. package/icons/flags/FM.js +1 -1
  581. package/icons/flags/FO.js +1 -1
  582. package/icons/flags/FR.js +1 -1
  583. package/icons/flags/GA.js +1 -1
  584. package/icons/flags/GB.js +1 -1
  585. package/icons/flags/GD.js +1 -1
  586. package/icons/flags/GE.js +1 -1
  587. package/icons/flags/GF.js +1 -1
  588. package/icons/flags/GG.js +1 -1
  589. package/icons/flags/GH.js +1 -1
  590. package/icons/flags/GI.js +1 -1
  591. package/icons/flags/GL.js +1 -1
  592. package/icons/flags/GM.js +1 -1
  593. package/icons/flags/GN.js +1 -1
  594. package/icons/flags/GP.js +1 -1
  595. package/icons/flags/GQ.js +1 -1
  596. package/icons/flags/GR.js +1 -1
  597. package/icons/flags/GS.js +1 -1
  598. package/icons/flags/GT.js +1 -1
  599. package/icons/flags/GU.js +1 -1
  600. package/icons/flags/GW.js +1 -1
  601. package/icons/flags/GY.js +1 -1
  602. package/icons/flags/HK.js +1 -1
  603. package/icons/flags/HM.js +1 -1
  604. package/icons/flags/HN.js +1 -1
  605. package/icons/flags/HR.js +1 -1
  606. package/icons/flags/HT.js +1 -1
  607. package/icons/flags/HU.js +1 -1
  608. package/icons/flags/IC.js +1 -1
  609. package/icons/flags/ID.js +1 -1
  610. package/icons/flags/IE.js +1 -1
  611. package/icons/flags/IL.js +1 -1
  612. package/icons/flags/IM.js +1 -1
  613. package/icons/flags/IN.js +1 -1
  614. package/icons/flags/IO.js +1 -1
  615. package/icons/flags/IQ.js +1 -1
  616. package/icons/flags/IR.js +1 -1
  617. package/icons/flags/IS.js +1 -1
  618. package/icons/flags/IT.js +1 -1
  619. package/icons/flags/JE.js +1 -1
  620. package/icons/flags/JM.js +1 -1
  621. package/icons/flags/JO.js +1 -1
  622. package/icons/flags/JP.js +1 -1
  623. package/icons/flags/KE.js +1 -1
  624. package/icons/flags/KG.js +1 -1
  625. package/icons/flags/KH.js +1 -1
  626. package/icons/flags/KI.js +1 -1
  627. package/icons/flags/KM.js +1 -1
  628. package/icons/flags/KN.js +1 -1
  629. package/icons/flags/KP.js +1 -1
  630. package/icons/flags/KR.js +1 -1
  631. package/icons/flags/KW.js +1 -1
  632. package/icons/flags/KY.js +1 -1
  633. package/icons/flags/KZ.js +1 -1
  634. package/icons/flags/LA.js +1 -1
  635. package/icons/flags/LB.js +1 -1
  636. package/icons/flags/LC.js +1 -1
  637. package/icons/flags/LI.js +1 -1
  638. package/icons/flags/LK.js +1 -1
  639. package/icons/flags/LR.js +1 -1
  640. package/icons/flags/LS.js +1 -1
  641. package/icons/flags/LT.js +1 -1
  642. package/icons/flags/LU.js +1 -1
  643. package/icons/flags/LV.js +1 -1
  644. package/icons/flags/LY.js +1 -1
  645. package/icons/flags/MA.js +1 -1
  646. package/icons/flags/MC.js +1 -1
  647. package/icons/flags/MD.js +1 -1
  648. package/icons/flags/ME.js +1 -1
  649. package/icons/flags/MF.js +1 -1
  650. package/icons/flags/MG.js +1 -1
  651. package/icons/flags/MH.js +1 -1
  652. package/icons/flags/MK.js +1 -1
  653. package/icons/flags/ML.js +1 -1
  654. package/icons/flags/MM.js +1 -1
  655. package/icons/flags/MN.js +1 -1
  656. package/icons/flags/MO.js +1 -1
  657. package/icons/flags/MP.js +1 -1
  658. package/icons/flags/MQ.js +1 -1
  659. package/icons/flags/MR.js +1 -1
  660. package/icons/flags/MS.js +1 -1
  661. package/icons/flags/MT.js +1 -1
  662. package/icons/flags/MU.js +1 -1
  663. package/icons/flags/MV.js +1 -1
  664. package/icons/flags/MW.js +1 -1
  665. package/icons/flags/MX.js +1 -1
  666. package/icons/flags/MY.js +1 -1
  667. package/icons/flags/MZ.js +1 -1
  668. package/icons/flags/NA.js +1 -1
  669. package/icons/flags/NC.js +1 -1
  670. package/icons/flags/NE.js +1 -1
  671. package/icons/flags/NF.js +1 -1
  672. package/icons/flags/NG.js +1 -1
  673. package/icons/flags/NI.js +1 -1
  674. package/icons/flags/NL.js +1 -1
  675. package/icons/flags/NO.js +1 -1
  676. package/icons/flags/NP.js +1 -1
  677. package/icons/flags/NR.js +1 -1
  678. package/icons/flags/NU.js +1 -1
  679. package/icons/flags/NZ.js +1 -1
  680. package/icons/flags/OM.js +1 -1
  681. package/icons/flags/PA.js +1 -1
  682. package/icons/flags/PE.js +1 -1
  683. package/icons/flags/PF.js +1 -1
  684. package/icons/flags/PG.js +1 -1
  685. package/icons/flags/PH.js +1 -1
  686. package/icons/flags/PK.js +1 -1
  687. package/icons/flags/PL.js +1 -1
  688. package/icons/flags/PM.js +1 -1
  689. package/icons/flags/PN.js +1 -1
  690. package/icons/flags/PR.js +1 -1
  691. package/icons/flags/PS.js +1 -1
  692. package/icons/flags/PT.js +1 -1
  693. package/icons/flags/PW.js +1 -1
  694. package/icons/flags/PY.js +1 -1
  695. package/icons/flags/QA.js +1 -1
  696. package/icons/flags/RE.js +1 -1
  697. package/icons/flags/RO.js +1 -1
  698. package/icons/flags/RS.js +1 -1
  699. package/icons/flags/RU.js +1 -1
  700. package/icons/flags/RW.js +1 -1
  701. package/icons/flags/SA.js +1 -1
  702. package/icons/flags/SB.js +1 -1
  703. package/icons/flags/SC.js +1 -1
  704. package/icons/flags/SD.js +1 -1
  705. package/icons/flags/SE.js +1 -1
  706. package/icons/flags/SG.js +1 -1
  707. package/icons/flags/SH.js +1 -1
  708. package/icons/flags/SI.js +1 -1
  709. package/icons/flags/SJ.js +1 -1
  710. package/icons/flags/SK.js +1 -1
  711. package/icons/flags/SL.js +1 -1
  712. package/icons/flags/SM.js +1 -1
  713. package/icons/flags/SN.js +1 -1
  714. package/icons/flags/SO.js +1 -1
  715. package/icons/flags/SR.js +1 -1
  716. package/icons/flags/SS.js +1 -1
  717. package/icons/flags/ST.js +1 -1
  718. package/icons/flags/SV.js +1 -1
  719. package/icons/flags/SX.js +1 -1
  720. package/icons/flags/SY.js +1 -1
  721. package/icons/flags/SZ.js +1 -1
  722. package/icons/flags/TC.js +1 -1
  723. package/icons/flags/TD.js +1 -1
  724. package/icons/flags/TF.js +1 -1
  725. package/icons/flags/TG.js +1 -1
  726. package/icons/flags/TH.js +1 -1
  727. package/icons/flags/TJ.js +1 -1
  728. package/icons/flags/TK.js +1 -1
  729. package/icons/flags/TL.js +1 -1
  730. package/icons/flags/TM.js +1 -1
  731. package/icons/flags/TN.js +1 -1
  732. package/icons/flags/TO.js +1 -1
  733. package/icons/flags/TR.js +1 -1
  734. package/icons/flags/TT.js +1 -1
  735. package/icons/flags/TV.js +1 -1
  736. package/icons/flags/TW.js +1 -1
  737. package/icons/flags/TZ.js +1 -1
  738. package/icons/flags/UA.js +1 -1
  739. package/icons/flags/UG.js +1 -1
  740. package/icons/flags/UM.js +1 -1
  741. package/icons/flags/US.js +1 -1
  742. package/icons/flags/UY.js +1 -1
  743. package/icons/flags/UZ.js +1 -1
  744. package/icons/flags/VA.js +1 -1
  745. package/icons/flags/VC.js +1 -1
  746. package/icons/flags/VE.js +1 -1
  747. package/icons/flags/VG.js +1 -1
  748. package/icons/flags/VI.js +1 -1
  749. package/icons/flags/VN.js +1 -1
  750. package/icons/flags/VU.js +1 -1
  751. package/icons/flags/WF.js +1 -1
  752. package/icons/flags/WS.js +1 -1
  753. package/icons/flags/YE.js +1 -1
  754. package/icons/flags/YT.js +1 -1
  755. package/icons/flags/ZA.js +1 -1
  756. package/icons/flags/ZM.js +1 -1
  757. package/icons/flags/ZW.js +1 -1
  758. package/icons/icon-base/_IconBase.js +1 -1
  759. package/icons/icon-base/_StateIconBase.js +1 -1
  760. package/icons/icon-base/_ThemeIconBase.js +1 -1
  761. package/package.json +3 -1
  762. package/styles/constants/theme.js +1 -1
  763. package/theme.css +72 -0
  764. package/theme.scss +8 -0
  765. package/tsconfig.emitDeclarationOnly.tsbuildinfo +1 -0
  766. package/tsconfig.tsbuildinfo +1 -0
  767. package/tslib.es6-8c21e256.js +1 -0
  768. package/utils/_extractQueryParams.js +1 -1
  769. package/utils/addIndex.js +1 -1
  770. package/utils/flattenRow.js +1 -1
  771. package/utils/formatCurrency.js +1 -1
  772. package/utils/getIsInternalLink.js +1 -1
  773. package/utils/getProductDetails.js +1 -1
  774. package/utils/handleFetch.js +1 -1
  775. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  776. package/utils/hooks/useCountryOptions.js +1 -1
  777. package/utils/hooks/useDropdown.js +1 -1
  778. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  779. package/utils/hooks/useNotify.js +1 -1
  780. package/utils/hooks/useStateUrl.js +1 -1
  781. package/utils/hooks/useSwrt.js +1 -1
  782. package/utils/prepCountryOptions.js +1 -1
  783. package/utils/prepRegionCountryOptions.js +1 -1
  784. package/utils/setupNestedData.js +1 -1
  785. package/utils/unitedStates.js +1 -1
  786. package/utils/useCopyText.js +1 -1
  787. package/CountryMultiSelectExpandedOption-920c1ec2.js +0 -1
  788. package/DateControlsWrapper-4900e6bb.js +0 -1
  789. package/all.d.ts +0 -767
  790. package/components/avatar/AvatarBase.d.ts +0 -36
  791. package/components/avatar/ImageAvatar.d.ts +0 -5
  792. package/components/avatar/UserAvatar.d.ts +0 -3
  793. package/components/badge/Badge.d.ts +0 -26
  794. package/components/banner/Banner.d.ts +0 -12
  795. package/components/button/Button.d.ts +0 -51
  796. package/components/button/ButtonIcon.d.ts +0 -5
  797. package/components/button/MenuButton.d.ts +0 -19
  798. package/components/button/RippleGroup.d.ts +0 -21
  799. package/components/button/_Ripple.d.ts +0 -15
  800. package/components/button/button-group/ButtonGroup.d.ts +0 -9
  801. package/components/button/useRipple.d.ts +0 -17
  802. package/components/card/Card.d.ts +0 -12
  803. package/components/checkbox/Checkbox.d.ts +0 -14
  804. package/components/collapse/Collapse.d.ts +0 -17
  805. package/components/connection-map/ConnectionMap.d.ts +0 -12
  806. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +0 -29
  807. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +0 -23
  808. package/components/cover-sheet/CoverSheet.d.ts +0 -12
  809. package/components/cover-sheet/CoverSheetActions.d.ts +0 -11
  810. package/components/currency/Currency.d.ts +0 -7
  811. package/components/currency/DualCurrency.d.ts +0 -33
  812. package/components/danger-zone/DangerZone.d.ts +0 -6
  813. package/components/dialog/BaseDialog.d.ts +0 -49
  814. package/components/dialog/Dialog.d.ts +0 -28
  815. package/components/dialog/DismissableDialog.d.ts +0 -21
  816. package/components/dialog/alert/AlertContext.d.ts +0 -12
  817. package/components/dialog/alert/AlertDialog.d.ts +0 -6
  818. package/components/dialog/alert/useAlert.d.ts +0 -1
  819. package/components/dialog/announcement/AnnouncementDialog.d.ts +0 -28
  820. package/components/dialog/confirm/ConfirmContext.d.ts +0 -13
  821. package/components/dialog/confirm/ConfirmDialog.d.ts +0 -8
  822. package/components/dialog/confirm/useConfirm.d.ts +0 -1
  823. package/components/divider/Divider.d.ts +0 -13
  824. package/components/drop-zone/DropZone.d.ts +0 -33
  825. package/components/file-upload/FileUpload.d.ts +0 -34
  826. package/components/filter/FilterWrapper.d.ts +0 -18
  827. package/components/filter/filter-amount/FilterAmount.d.ts +0 -9
  828. package/components/filter/filter-amount/filterAmountReducer.d.ts +0 -20
  829. package/components/filter/filter-date/DateControls.d.ts +0 -11
  830. package/components/filter/filter-date/DateControlsWrapper.d.ts +0 -13
  831. package/components/filter/filter-date/FilterDate.d.ts +0 -11
  832. package/components/filter/filter-date/_DateControls/_IsAfter.d.ts +0 -2
  833. package/components/filter/filter-date/_DateControls/_IsBefore.d.ts +0 -2
  834. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.d.ts +0 -2
  835. package/components/filter/filter-date/_DateControls/_IsBetween.d.ts +0 -3
  836. package/components/filter/filter-date/_DateControls/_IsEqualTo.d.ts +0 -2
  837. package/components/filter/filter-date/_DateControls/_IsInTheLast.d.ts +0 -2
  838. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.d.ts +0 -2
  839. package/components/filter/filter-date/filterDateReducer.d.ts +0 -24
  840. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +0 -8
  841. package/components/filter/filter-select/FilterSelect.d.ts +0 -17
  842. package/components/filter/filter-text/FilterText.d.ts +0 -6
  843. package/components/filter/useFilterWrapper.d.ts +0 -29
  844. package/components/flex/Flex.d.ts +0 -42
  845. package/components/glow/GlowWrapper.d.ts +0 -27
  846. package/components/help-text/HelpText.d.ts +0 -19
  847. package/components/input/Input.d.ts +0 -19
  848. package/components/input/MultiInput.d.ts +0 -12
  849. package/components/input/input-simple/InputSimple.d.ts +0 -19
  850. package/components/input/input-simple/input-type/_DateInput.d.ts +0 -21
  851. package/components/input/input-simple/input-type/_InputBase.d.ts +0 -79
  852. package/components/input/input-simple/input-type/_NumberInput.d.ts +0 -22
  853. package/components/input/input-simple/input-type/_PasswordInput.d.ts +0 -21
  854. package/components/input/input-simple/input-type/_TimeInput.d.ts +0 -21
  855. package/components/input/input-type/_DateInput.d.ts +0 -21
  856. package/components/input/input-type/_FloatLabelInput.d.ts +0 -80
  857. package/components/input/input-type/_NumberInput.d.ts +0 -22
  858. package/components/input/input-type/_PasswordInput.d.ts +0 -21
  859. package/components/input/input-type/_TimeInput.d.ts +0 -21
  860. package/components/layout/Layout.d.ts +0 -12
  861. package/components/layout/NavigationGroup.d.ts +0 -21
  862. package/components/lightbox/LightBox.d.ts +0 -5
  863. package/components/list/CollapsibleList.d.ts +0 -12
  864. package/components/list/List.d.ts +0 -8
  865. package/components/list-item/ListItem.d.ts +0 -13
  866. package/components/menu/Menu.d.ts +0 -5
  867. package/components/menu/MenuItem.d.ts +0 -10
  868. package/components/nested-data-table/NestedDataTable.d.ts +0 -28
  869. package/components/nested-data-table/NestedDataTableHasura.d.ts +0 -19
  870. package/components/nested-data-table/_Filter.d.ts +0 -7
  871. package/components/nested-data-table/_TableData.d.ts +0 -16
  872. package/components/pivot-table/PivotTable.d.ts +0 -34
  873. package/components/progress-bar/ProgressBar.d.ts +0 -7
  874. package/components/radio/Radio.d.ts +0 -10
  875. package/components/radio/RadioGroup.d.ts +0 -13
  876. package/components/rest-state/RestState.d.ts +0 -9
  877. package/components/rich-card-select/RichCardStateSelect.d.ts +0 -7
  878. package/components/rich-checkbox/RichCheckbox.d.ts +0 -15
  879. package/components/rich-radio/RichRadio.d.ts +0 -25
  880. package/components/rounded-icon/RoundedIcon.d.ts +0 -11
  881. package/components/section/HSection.d.ts +0 -18
  882. package/components/section/VSection.d.ts +0 -11
  883. package/components/section/_SectionHeader.d.ts +0 -9
  884. package/components/section/_SectionInnerWrapper.d.ts +0 -7
  885. package/components/section/_SectionSubheader.d.ts +0 -7
  886. package/components/select/CountryMultiSelect.d.ts +0 -16
  887. package/components/select/CountrySelect.d.ts +0 -15
  888. package/components/select/MultiSelect.d.ts +0 -27
  889. package/components/select/Select.d.ts +0 -33
  890. package/components/select/_StyledReactSelect.d.ts +0 -22
  891. package/components/simple-table/SimpleTable.d.ts +0 -154
  892. package/components/simple-table/SimpleTableRow.d.ts +0 -17
  893. package/components/skeleton/Skeleton.d.ts +0 -15
  894. package/components/slide-over/SlideOver.d.ts +0 -10
  895. package/components/spinner/Spinner.d.ts +0 -13
  896. package/components/split-panel/SplitPanel.d.ts +0 -30
  897. package/components/stack/HStack.d.ts +0 -8
  898. package/components/stack/Stack.d.ts +0 -18
  899. package/components/stack/VStack.d.ts +0 -8
  900. package/components/surface/Surface.d.ts +0 -13
  901. package/components/switch/Switch.d.ts +0 -14
  902. package/components/table/Table.d.ts +0 -7
  903. package/components/table/TableBody.d.ts +0 -6
  904. package/components/table/TableCell.d.ts +0 -11
  905. package/components/table/TableFooter.d.ts +0 -6
  906. package/components/table/TableHead.d.ts +0 -6
  907. package/components/table/TableRow.d.ts +0 -15
  908. package/components/table/TableRowCollapse.d.ts +0 -19
  909. package/components/tabs/Tabs.d.ts +0 -18
  910. package/components/tag/Tag.d.ts +0 -16
  911. package/components/text/Text.d.ts +0 -110
  912. package/components/text-avatar/TextAvatar.d.ts +0 -6
  913. package/components/textarea/Textarea.d.ts +0 -40
  914. package/components/theme-select/ThemeSelect.d.ts +0 -9
  915. package/components/thumbnail/Thumbnail.d.ts +0 -27
  916. package/components/toast/Toast.d.ts +0 -22
  917. package/components/toast/ToastContext.d.ts +0 -17
  918. package/components/toggle/Toggle.d.ts +0 -18
  919. package/components/tooltip/Tooltip.d.ts +0 -37
  920. package/icons/AIDuotoneIcon.d.ts +0 -6
  921. package/icons/AIIcon.d.ts +0 -3
  922. package/icons/ArrowDownDuotoneIcon.d.ts +0 -3
  923. package/icons/ArrowDownIcon.d.ts +0 -3
  924. package/icons/ArrowLeftDuotoneIcon.d.ts +0 -3
  925. package/icons/ArrowLeftIcon.d.ts +0 -3
  926. package/icons/ArrowRightDuotoneIcon.d.ts +0 -3
  927. package/icons/ArrowRightIcon.d.ts +0 -3
  928. package/icons/ArrowSwapDuotoneIcon.d.ts +0 -6
  929. package/icons/ArrowSwapIcon.d.ts +0 -3
  930. package/icons/ArrowUpDuotoneIcon.d.ts +0 -3
  931. package/icons/ArrowUpIcon.d.ts +0 -3
  932. package/icons/BagDuotoneIcon.d.ts +0 -6
  933. package/icons/BagIcon.d.ts +0 -3
  934. package/icons/BankDuotoneIcon.d.ts +0 -6
  935. package/icons/BankIcon.d.ts +0 -3
  936. package/icons/BellDuotoneIcon.d.ts +0 -6
  937. package/icons/BellIcon.d.ts +0 -3
  938. package/icons/BellOffDuotoneIcon.d.ts +0 -6
  939. package/icons/BellOffIcon.d.ts +0 -3
  940. package/icons/BookDuotoneIcon.d.ts +0 -6
  941. package/icons/BookIcon.d.ts +0 -3
  942. package/icons/BookmarkAddDuotoneIcon.d.ts +0 -6
  943. package/icons/BookmarkAddIcon.d.ts +0 -3
  944. package/icons/BookmarkCheckDuotoneIcon.d.ts +0 -6
  945. package/icons/BookmarkCheckIcon.d.ts +0 -3
  946. package/icons/BookmarkDuotoneIcon.d.ts +0 -3
  947. package/icons/BookmarkIcon.d.ts +0 -3
  948. package/icons/BookmarkOffDuotoneIcon.d.ts +0 -6
  949. package/icons/BookmarkOffIcon.d.ts +0 -3
  950. package/icons/BookmarkRemoveDuotoneIcon.d.ts +0 -6
  951. package/icons/BookmarkRemoveIcon.d.ts +0 -3
  952. package/icons/BookmarkSubtractDuotoneIcon.d.ts +0 -6
  953. package/icons/BookmarkSubtractIcon.d.ts +0 -3
  954. package/icons/BoxesDuotoneIcon.d.ts +0 -6
  955. package/icons/BoxesIcon.d.ts +0 -3
  956. package/icons/BufferDuotoneIcon.d.ts +0 -6
  957. package/icons/BufferIcon.d.ts +0 -3
  958. package/icons/CalculatorDuotoneIcon.d.ts +0 -6
  959. package/icons/CalculatorIcon.d.ts +0 -3
  960. package/icons/CalendarDuotoneIcon.d.ts +0 -6
  961. package/icons/CalendarIcon.d.ts +0 -3
  962. package/icons/CardDuotoneIcon.d.ts +0 -6
  963. package/icons/CardIcon.d.ts +0 -3
  964. package/icons/CaretDownDuotoneIcon.d.ts +0 -3
  965. package/icons/CaretDownIcon.d.ts +0 -3
  966. package/icons/CaretLeftDuotoneIcon.d.ts +0 -3
  967. package/icons/CaretLeftIcon.d.ts +0 -3
  968. package/icons/CaretRightDuotoneIcon.d.ts +0 -3
  969. package/icons/CaretRightIcon.d.ts +0 -3
  970. package/icons/CaretUpDuotoneIcon.d.ts +0 -3
  971. package/icons/CaretUpIcon.d.ts +0 -3
  972. package/icons/CartDuotoneIcon.d.ts +0 -6
  973. package/icons/CartIcon.d.ts +0 -3
  974. package/icons/ChartDuotoneIcon.d.ts +0 -6
  975. package/icons/ChartIcon.d.ts +0 -3
  976. package/icons/CheckCircleDuotoneIcon.d.ts +0 -6
  977. package/icons/CheckCircleIcon.d.ts +0 -3
  978. package/icons/CheckmarkDuotoneIcon.d.ts +0 -3
  979. package/icons/CheckmarkIcon.d.ts +0 -3
  980. package/icons/CheckoutDuotoneIcon.d.ts +0 -6
  981. package/icons/CheckoutIcon.d.ts +0 -3
  982. package/icons/ChevronDownCircleDuotoneIcon.d.ts +0 -6
  983. package/icons/ChevronDownCircleIcon.d.ts +0 -3
  984. package/icons/ChevronDownDuotoneIcon.d.ts +0 -3
  985. package/icons/ChevronDownIcon.d.ts +0 -3
  986. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +0 -6
  987. package/icons/ChevronLeftCircleIcon.d.ts +0 -3
  988. package/icons/ChevronLeftDuotoneIcon.d.ts +0 -3
  989. package/icons/ChevronLeftIcon.d.ts +0 -3
  990. package/icons/ChevronRightCircleDuotoneIcon.d.ts +0 -6
  991. package/icons/ChevronRightCircleIcon.d.ts +0 -3
  992. package/icons/ChevronRightDuotoneIcon.d.ts +0 -3
  993. package/icons/ChevronRightIcon.d.ts +0 -3
  994. package/icons/ChevronUpCircleDuotoneIcon.d.ts +0 -3
  995. package/icons/ChevronUpCircleIcon.d.ts +0 -3
  996. package/icons/ChevronUpDuotoneIcon.d.ts +0 -3
  997. package/icons/ChevronUpIcon.d.ts +0 -3
  998. package/icons/CircleDuotoneIcon.d.ts +0 -3
  999. package/icons/CircleIcon.d.ts +0 -3
  1000. package/icons/ClassifyDuotoneIcon.d.ts +0 -6
  1001. package/icons/ClassifyIcon.d.ts +0 -3
  1002. package/icons/ClearDuotoneIcon.d.ts +0 -6
  1003. package/icons/ClearIcon.d.ts +0 -3
  1004. package/icons/ClockDuotoneIcon.d.ts +0 -6
  1005. package/icons/ClockIcon.d.ts +0 -3
  1006. package/icons/CodeCircleDuotoneIcon.d.ts +0 -6
  1007. package/icons/CodeCircleIcon.d.ts +0 -3
  1008. package/icons/CodeDuotoneIcon.d.ts +0 -6
  1009. package/icons/CodeIcon.d.ts +0 -3
  1010. package/icons/CoinsDuotoneIcon.d.ts +0 -6
  1011. package/icons/CoinsIcon.d.ts +0 -3
  1012. package/icons/CollectDuotoneIcon.d.ts +0 -6
  1013. package/icons/CollectIcon.d.ts +0 -3
  1014. package/icons/CommentDuotoneIcon.d.ts +0 -6
  1015. package/icons/CommentIcon.d.ts +0 -3
  1016. package/icons/CopilotDuotoneIcon.d.ts +0 -6
  1017. package/icons/CopilotIcon.d.ts +0 -3
  1018. package/icons/CopyDuotoneIcon.d.ts +0 -6
  1019. package/icons/CopyIDIcon.d.ts +0 -3
  1020. package/icons/CopyIcon.d.ts +0 -3
  1021. package/icons/CubeDuotoneIcon.d.ts +0 -6
  1022. package/icons/CubeIcon.d.ts +0 -3
  1023. package/icons/DashboardDuotoneIcon.d.ts +0 -6
  1024. package/icons/DashboardIcon.d.ts +0 -3
  1025. package/icons/DiamondDuotoneIcon.d.ts +0 -3
  1026. package/icons/DiamondIcon.d.ts +0 -3
  1027. package/icons/DislikeDuotoneIcon.d.ts +0 -6
  1028. package/icons/DislikeIcon.d.ts +0 -3
  1029. package/icons/DocsDuotoneIcon.d.ts +0 -6
  1030. package/icons/DocsIcon.d.ts +0 -3
  1031. package/icons/DollarDuotoneIcon.d.ts +0 -6
  1032. package/icons/DollarIcon.d.ts +0 -3
  1033. package/icons/DoubleChevronDuotoneIcon.d.ts +0 -6
  1034. package/icons/DoubleChevronIcon.d.ts +0 -3
  1035. package/icons/DragDuotoneIcon.d.ts +0 -6
  1036. package/icons/DragIcon.d.ts +0 -3
  1037. package/icons/EditDuotoneIcon.d.ts +0 -6
  1038. package/icons/EditIcon.d.ts +0 -3
  1039. package/icons/ExclamationMarkDuotoneIcon.d.ts +0 -6
  1040. package/icons/ExclamationMarkIcon.d.ts +0 -3
  1041. package/icons/ExportDuotoneIcon.d.ts +0 -6
  1042. package/icons/ExportIcon.d.ts +0 -3
  1043. package/icons/ExternalDuotoneIcon.d.ts +0 -6
  1044. package/icons/ExternalIcon.d.ts +0 -3
  1045. package/icons/EyeDuotoneIcon.d.ts +0 -6
  1046. package/icons/EyeIcon.d.ts +0 -3
  1047. package/icons/EyeOffDuotoneIcon.d.ts +0 -6
  1048. package/icons/EyeOffIcon.d.ts +0 -3
  1049. package/icons/FileDuotoneIcon.d.ts +0 -6
  1050. package/icons/FileIcon.d.ts +0 -3
  1051. package/icons/FileUploadDuotoneIcon.d.ts +0 -6
  1052. package/icons/FileUploadIcon.d.ts +0 -3
  1053. package/icons/FilterDuotoneIcon.d.ts +0 -6
  1054. package/icons/FilterIcon.d.ts +0 -3
  1055. package/icons/FolderListDuotoneIcon.d.ts +0 -6
  1056. package/icons/FolderListIcon.d.ts +0 -3
  1057. package/icons/FolderUploadDuotoneIcon.d.ts +0 -6
  1058. package/icons/FolderUploadIcon.d.ts +0 -3
  1059. package/icons/FusionDuotoneIcon.d.ts +0 -6
  1060. package/icons/FusionIcon.d.ts +0 -3
  1061. package/icons/GlobeDuotoneIcon.d.ts +0 -6
  1062. package/icons/GlobeIcon.d.ts +0 -3
  1063. package/icons/GraphQLDuotoneIcon.d.ts +0 -3
  1064. package/icons/GraphQLIcon.d.ts +0 -3
  1065. package/icons/GridDuotoneIcon.d.ts +0 -6
  1066. package/icons/GridIcon.d.ts +0 -3
  1067. package/icons/HelloDuotoneIcon.d.ts +0 -6
  1068. package/icons/HelloIcon.d.ts +0 -3
  1069. package/icons/HelpDuotoneIcon.d.ts +0 -6
  1070. package/icons/HelpIcon.d.ts +0 -3
  1071. package/icons/HexagonDuotoneIcon.d.ts +0 -3
  1072. package/icons/HexagonIcon.d.ts +0 -3
  1073. package/icons/HomeDuotoneIcon.d.ts +0 -6
  1074. package/icons/HomeIcon.d.ts +0 -3
  1075. package/icons/ImageDuotoneIcon.d.ts +0 -6
  1076. package/icons/ImageIcon.d.ts +0 -3
  1077. package/icons/ImportDuotoneIcon.d.ts +0 -6
  1078. package/icons/ImportIcon.d.ts +0 -3
  1079. package/icons/InfoDuotoneIcon.d.ts +0 -6
  1080. package/icons/InfoIcon.d.ts +0 -3
  1081. package/icons/IntegrationDuotoneIcon.d.ts +0 -6
  1082. package/icons/IntegrationIcon.d.ts +0 -3
  1083. package/icons/LandedCostDuotoneIcon.d.ts +0 -6
  1084. package/icons/LandedCostIcon.d.ts +0 -3
  1085. package/icons/LaptopDuotoneIcon.d.ts +0 -6
  1086. package/icons/LaptopIcon.d.ts +0 -3
  1087. package/icons/LeftPanelClosedDuotoneIcon.d.ts +0 -6
  1088. package/icons/LeftPanelClosedIcon.d.ts +0 -3
  1089. package/icons/LeftPanelOpenDuotoneIcon.d.ts +0 -6
  1090. package/icons/LeftPanelOpenIcon.d.ts +0 -3
  1091. package/icons/LightDuotoneIcon.d.ts +0 -6
  1092. package/icons/LightIcon.d.ts +0 -3
  1093. package/icons/LikeDuotoneIcon.d.ts +0 -6
  1094. package/icons/LikeIcon.d.ts +0 -3
  1095. package/icons/LineDownDuotoneIcon.d.ts +0 -6
  1096. package/icons/LineDownIcon.d.ts +0 -3
  1097. package/icons/LineUpDuotoneIcon.d.ts +0 -6
  1098. package/icons/LineUpIcon.d.ts +0 -3
  1099. package/icons/LinkDuotoneIcon.d.ts +0 -6
  1100. package/icons/LinkIcon.d.ts +0 -3
  1101. package/icons/LocationDuotoneIcon.d.ts +0 -6
  1102. package/icons/LocationIcon.d.ts +0 -3
  1103. package/icons/LockDuotoneIcon.d.ts +0 -6
  1104. package/icons/LockIcon.d.ts +0 -3
  1105. package/icons/LoginDuotoneIcon.d.ts +0 -6
  1106. package/icons/LoginIcon.d.ts +0 -3
  1107. package/icons/LogoutDuotoneIcon.d.ts +0 -6
  1108. package/icons/LogoutIcon.d.ts +0 -3
  1109. package/icons/MailDuotoneIcon.d.ts +0 -6
  1110. package/icons/MailIcon.d.ts +0 -3
  1111. package/icons/MaximizeDuotoneIcon.d.ts +0 -6
  1112. package/icons/MaximizeIcon.d.ts +0 -3
  1113. package/icons/MenuDuotoneIcon.d.ts +0 -6
  1114. package/icons/MenuIcon.d.ts +0 -3
  1115. package/icons/MinimizeDuotoneIcon.d.ts +0 -6
  1116. package/icons/MinimizeIcon.d.ts +0 -3
  1117. package/icons/MinusCircleDuotoneIcon.d.ts +0 -6
  1118. package/icons/MinusCircleIcon.d.ts +0 -3
  1119. package/icons/MinusDuotoneIcon.d.ts +0 -3
  1120. package/icons/MinusIcon.d.ts +0 -3
  1121. package/icons/MobileDuotoneIcon.d.ts +0 -6
  1122. package/icons/MobileIcon.d.ts +0 -3
  1123. package/icons/MoneyDuotoneIcon.d.ts +0 -6
  1124. package/icons/MoneyIcon.d.ts +0 -3
  1125. package/icons/MonitorDuotoneIcon.d.ts +0 -6
  1126. package/icons/MonitorIcon.d.ts +0 -3
  1127. package/icons/NightDuotoneIcon.d.ts +0 -3
  1128. package/icons/NightIcon.d.ts +0 -3
  1129. package/icons/NoteIcon.d.ts +0 -3
  1130. package/icons/PaletteDuotoneIcon.d.ts +0 -6
  1131. package/icons/PaletteIcon.d.ts +0 -3
  1132. package/icons/PauseCircleDuotoneIcon.d.ts +0 -6
  1133. package/icons/PauseCircleIcon.d.ts +0 -3
  1134. package/icons/PenDuotoneIcon.d.ts +0 -6
  1135. package/icons/PenIcon.d.ts +0 -3
  1136. package/icons/PercentBadgeDuotoneIcon.d.ts +0 -6
  1137. package/icons/PercentBadgeIcon.d.ts +0 -3
  1138. package/icons/PercentDuotoneIcon.d.ts +0 -6
  1139. package/icons/PercentIcon.d.ts +0 -3
  1140. package/icons/PlaneDuotoneIcon.d.ts +0 -6
  1141. package/icons/PlaneIcon.d.ts +0 -3
  1142. package/icons/PlayCircleDuotoneIcon.d.ts +0 -6
  1143. package/icons/PlayCircleIcon.d.ts +0 -3
  1144. package/icons/PlayDuotoneIcon.d.ts +0 -3
  1145. package/icons/PlayIcon.d.ts +0 -3
  1146. package/icons/PlusCircleDuotoneIcon.d.ts +0 -6
  1147. package/icons/PlusCircleIcon.d.ts +0 -3
  1148. package/icons/PlusDuotoneIcon.d.ts +0 -3
  1149. package/icons/PlusIcon.d.ts +0 -3
  1150. package/icons/PrepayDuotoneIcon.d.ts +0 -6
  1151. package/icons/PrepayIcon.d.ts +0 -3
  1152. package/icons/PrinterDuotoneIcon.d.ts +0 -6
  1153. package/icons/PrinterIcon.d.ts +0 -3
  1154. package/icons/RadioIcon.d.ts +0 -3
  1155. package/icons/RateDuotoneIcon.d.ts +0 -6
  1156. package/icons/RateIcon.d.ts +0 -3
  1157. package/icons/ReceiptDuotoneIcon.d.ts +0 -6
  1158. package/icons/ReceiptIcon.d.ts +0 -3
  1159. package/icons/RefreshDuotoneIcon.d.ts +0 -6
  1160. package/icons/RefreshIcon.d.ts +0 -3
  1161. package/icons/RemoveCircleDuotoneIcon.d.ts +0 -6
  1162. package/icons/RemoveCircleIcon.d.ts +0 -3
  1163. package/icons/RemoveDuotoneIcon.d.ts +0 -3
  1164. package/icons/RemoveIcon.d.ts +0 -3
  1165. package/icons/RestrictDuotoneIcon.d.ts +0 -6
  1166. package/icons/RestrictIcon.d.ts +0 -3
  1167. package/icons/RightPanelClosedDuotoneIcon.d.ts +0 -6
  1168. package/icons/RightPanelClosedIcon.d.ts +0 -3
  1169. package/icons/RightPanelOpenDuotoneIcon.d.ts +0 -6
  1170. package/icons/RightPanelOpenIcon.d.ts +0 -3
  1171. package/icons/RocketDuotoneIcon.d.ts +0 -6
  1172. package/icons/RocketIcon.d.ts +0 -3
  1173. package/icons/RulesIcon.d.ts +0 -3
  1174. package/icons/ScanDuotoneIcon.d.ts +0 -6
  1175. package/icons/ScanIcon.d.ts +0 -3
  1176. package/icons/ScreenDuotoneIcon.d.ts +0 -6
  1177. package/icons/ScreenIcon.d.ts +0 -3
  1178. package/icons/SearchDuotoneIcon.d.ts +0 -6
  1179. package/icons/SearchIcon.d.ts +0 -3
  1180. package/icons/SendDuotoneIcon.d.ts +0 -6
  1181. package/icons/SendIcon.d.ts +0 -3
  1182. package/icons/SettingsDuotoneIcon.d.ts +0 -6
  1183. package/icons/SettingsIcon.d.ts +0 -3
  1184. package/icons/ShoppingListDuotoneIcon.d.ts +0 -6
  1185. package/icons/ShoppingListIcon.d.ts +0 -3
  1186. package/icons/ShoppingTagDuotoneIcon.d.ts +0 -6
  1187. package/icons/ShoppingTagIcon.d.ts +0 -3
  1188. package/icons/SquareDuotoneIcon.d.ts +0 -3
  1189. package/icons/SquareIcon.d.ts +0 -3
  1190. package/icons/StarDuotoneIcon.d.ts +0 -3
  1191. package/icons/StarIcon.d.ts +0 -3
  1192. package/icons/StarOffDuotoneIcon.d.ts +0 -6
  1193. package/icons/StarOffIcon.d.ts +0 -3
  1194. package/icons/StarsDuotoneIcon.d.ts +0 -6
  1195. package/icons/StarsIcon.d.ts +0 -3
  1196. package/icons/SunnyDuotoneIcon.d.ts +0 -6
  1197. package/icons/SunnyIcon.d.ts +0 -3
  1198. package/icons/TagDuotoneIcon.d.ts +0 -6
  1199. package/icons/TagIcon.d.ts +0 -3
  1200. package/icons/TaxDuotoneIcon.d.ts +0 -6
  1201. package/icons/TaxIcon.d.ts +0 -3
  1202. package/icons/ThreeDotDuotoneIcon.d.ts +0 -3
  1203. package/icons/ThreeDotIcon.d.ts +0 -3
  1204. package/icons/TotalLandedCostDuotoneIcon.d.ts +0 -6
  1205. package/icons/TotalLandedCostIcon.d.ts +0 -3
  1206. package/icons/TrashCanDuotoneIcon.d.ts +0 -6
  1207. package/icons/TrashCanIcon.d.ts +0 -3
  1208. package/icons/TriangleDuotoneIcon.d.ts +0 -3
  1209. package/icons/TriangleIcon.d.ts +0 -3
  1210. package/icons/TruckDuotoneIcon.d.ts +0 -6
  1211. package/icons/TruckIcon.d.ts +0 -3
  1212. package/icons/UFODuotoneIcon.d.ts +0 -6
  1213. package/icons/UFOIcon.d.ts +0 -3
  1214. package/icons/UserDuotoneIcon.d.ts +0 -6
  1215. package/icons/UserIcon.d.ts +0 -3
  1216. package/icons/UsersIcon.d.ts +0 -3
  1217. package/icons/UtahDuotoneIcon.d.ts +0 -3
  1218. package/icons/UtahIcon.d.ts +0 -3
  1219. package/icons/WarningDuotoneIcon.d.ts +0 -6
  1220. package/icons/WarningIcon.d.ts +0 -3
  1221. package/icons/custom/AvatarIcon.d.ts +0 -3
  1222. package/icons/custom/ZonosIcon.d.ts +0 -3
  1223. package/icons/custom/ZonosIcon.js +0 -1
  1224. package/icons/custom/ZonosLogoIcon.d.ts +0 -3
  1225. package/icons/custom/ZonosLogoIcon.js +0 -1
  1226. package/icons/custom/products/CheckoutColorIcon.d.ts +0 -3
  1227. package/icons/custom/products/ClassifyColorIcon.d.ts +0 -3
  1228. package/icons/custom/products/ClearColorIcon.d.ts +0 -3
  1229. package/icons/custom/products/CollectColorIcon.d.ts +0 -3
  1230. package/icons/custom/products/CounterCompanionColorIcon.d.ts +0 -3
  1231. package/icons/custom/products/DashboardColorIcon.d.ts +0 -3
  1232. package/icons/custom/products/HelloColorIcon.d.ts +0 -3
  1233. package/icons/custom/products/InclusivePricingColorIcon.d.ts +0 -3
  1234. package/icons/custom/products/LandedCostColorIcon.d.ts +0 -3
  1235. package/icons/custom/products/PrepayColorIcon.d.ts +0 -3
  1236. package/icons/custom/products/RateColorIcon.d.ts +0 -3
  1237. package/icons/custom/products/RestrictColorIcon.d.ts +0 -3
  1238. package/icons/custom/products/ScreenColorIcon.d.ts +0 -3
  1239. package/icons/custom/products/TaxColorIcon.d.ts +0 -3
  1240. package/icons/custom/theme/ThemeDarkIcon.d.ts +0 -4
  1241. package/icons/custom/theme/ThemeLightIcon.d.ts +0 -4
  1242. package/icons/custom/us-states/AlabamaIcon.d.ts +0 -3
  1243. package/icons/custom/us-states/AlaskaIcon.d.ts +0 -3
  1244. package/icons/custom/us-states/ArizonaIcon.d.ts +0 -3
  1245. package/icons/custom/us-states/ArkansasIcon.d.ts +0 -3
  1246. package/icons/custom/us-states/CaliforniaIcon.d.ts +0 -3
  1247. package/icons/custom/us-states/ColoradoIcon.d.ts +0 -3
  1248. package/icons/custom/us-states/ConnecticutIcon.d.ts +0 -3
  1249. package/icons/custom/us-states/DelawareIcon.d.ts +0 -3
  1250. package/icons/custom/us-states/FloridaIcon.d.ts +0 -3
  1251. package/icons/custom/us-states/GeorgiaIcon.d.ts +0 -3
  1252. package/icons/custom/us-states/HawaiiIcon.d.ts +0 -3
  1253. package/icons/custom/us-states/IdahoIcon.d.ts +0 -3
  1254. package/icons/custom/us-states/IllinoisIcon.d.ts +0 -3
  1255. package/icons/custom/us-states/IndianaIcon.d.ts +0 -3
  1256. package/icons/custom/us-states/IowaIcon.d.ts +0 -3
  1257. package/icons/custom/us-states/KansasIcon.d.ts +0 -3
  1258. package/icons/custom/us-states/KentuckyIcon.d.ts +0 -3
  1259. package/icons/custom/us-states/LouisianaIcon.d.ts +0 -3
  1260. package/icons/custom/us-states/MaineIcon.d.ts +0 -3
  1261. package/icons/custom/us-states/MarylandIcon.d.ts +0 -3
  1262. package/icons/custom/us-states/MassachusettsIcon.d.ts +0 -3
  1263. package/icons/custom/us-states/MichiganIcon.d.ts +0 -3
  1264. package/icons/custom/us-states/MinnesotaIcon.d.ts +0 -3
  1265. package/icons/custom/us-states/MississippiIcon.d.ts +0 -3
  1266. package/icons/custom/us-states/MissouriIcon.d.ts +0 -3
  1267. package/icons/custom/us-states/MontanaIcon.d.ts +0 -3
  1268. package/icons/custom/us-states/NebraskaIcon.d.ts +0 -3
  1269. package/icons/custom/us-states/NevadaIcon.d.ts +0 -3
  1270. package/icons/custom/us-states/NewHampshireIcon.d.ts +0 -3
  1271. package/icons/custom/us-states/NewJerseyIcon.d.ts +0 -3
  1272. package/icons/custom/us-states/NewMexicoIcon.d.ts +0 -3
  1273. package/icons/custom/us-states/NewYorkIcon.d.ts +0 -3
  1274. package/icons/custom/us-states/NorthCarolinaIcon.d.ts +0 -3
  1275. package/icons/custom/us-states/NorthDakotaIcon.d.ts +0 -3
  1276. package/icons/custom/us-states/OhioIcon.d.ts +0 -3
  1277. package/icons/custom/us-states/OklahomaIcon.d.ts +0 -3
  1278. package/icons/custom/us-states/OregonIcon.d.ts +0 -3
  1279. package/icons/custom/us-states/PennsylvaniaIcon.d.ts +0 -3
  1280. package/icons/custom/us-states/PuertoRicoIcon.d.ts +0 -3
  1281. package/icons/custom/us-states/RhodeIslandIcon.d.ts +0 -3
  1282. package/icons/custom/us-states/SouthCarolinaIcon.d.ts +0 -3
  1283. package/icons/custom/us-states/SouthDakotaIcon.d.ts +0 -3
  1284. package/icons/custom/us-states/TennesseeIcon.d.ts +0 -3
  1285. package/icons/custom/us-states/TexasIcon.d.ts +0 -3
  1286. package/icons/custom/us-states/UtahIcon.d.ts +0 -3
  1287. package/icons/custom/us-states/VermontIcon.d.ts +0 -3
  1288. package/icons/custom/us-states/VirginiaIcon.d.ts +0 -3
  1289. package/icons/custom/us-states/WashingtonIcon.d.ts +0 -3
  1290. package/icons/custom/us-states/WestVirginiaIcon.d.ts +0 -3
  1291. package/icons/custom/us-states/WisconsinIcon.d.ts +0 -3
  1292. package/icons/custom/us-states/WyomingIcon.d.ts +0 -3
  1293. package/icons/flag-icon/FlagIcon.d.ts +0 -14
  1294. package/icons/flag-icon/_FlagIconBase.d.ts +0 -10
  1295. package/icons/flags/AD.d.ts +0 -8
  1296. package/icons/flags/AE.d.ts +0 -8
  1297. package/icons/flags/AF.d.ts +0 -8
  1298. package/icons/flags/AG.d.ts +0 -8
  1299. package/icons/flags/AI.d.ts +0 -8
  1300. package/icons/flags/AL.d.ts +0 -8
  1301. package/icons/flags/AM.d.ts +0 -8
  1302. package/icons/flags/AO.d.ts +0 -8
  1303. package/icons/flags/AQ.d.ts +0 -8
  1304. package/icons/flags/AR.d.ts +0 -8
  1305. package/icons/flags/AS.d.ts +0 -8
  1306. package/icons/flags/AT.d.ts +0 -8
  1307. package/icons/flags/AU.d.ts +0 -8
  1308. package/icons/flags/AW.d.ts +0 -8
  1309. package/icons/flags/AX.d.ts +0 -8
  1310. package/icons/flags/AZ.d.ts +0 -8
  1311. package/icons/flags/BA.d.ts +0 -8
  1312. package/icons/flags/BB.d.ts +0 -8
  1313. package/icons/flags/BD.d.ts +0 -8
  1314. package/icons/flags/BE.d.ts +0 -8
  1315. package/icons/flags/BF.d.ts +0 -8
  1316. package/icons/flags/BG.d.ts +0 -8
  1317. package/icons/flags/BH.d.ts +0 -8
  1318. package/icons/flags/BI.d.ts +0 -8
  1319. package/icons/flags/BJ.d.ts +0 -8
  1320. package/icons/flags/BL.d.ts +0 -8
  1321. package/icons/flags/BM.d.ts +0 -8
  1322. package/icons/flags/BN.d.ts +0 -8
  1323. package/icons/flags/BO.d.ts +0 -8
  1324. package/icons/flags/BQ.d.ts +0 -8
  1325. package/icons/flags/BR.d.ts +0 -8
  1326. package/icons/flags/BS.d.ts +0 -8
  1327. package/icons/flags/BT.d.ts +0 -8
  1328. package/icons/flags/BV.d.ts +0 -8
  1329. package/icons/flags/BW.d.ts +0 -8
  1330. package/icons/flags/BY.d.ts +0 -8
  1331. package/icons/flags/BZ.d.ts +0 -8
  1332. package/icons/flags/CA.d.ts +0 -8
  1333. package/icons/flags/CC.d.ts +0 -8
  1334. package/icons/flags/CD.d.ts +0 -8
  1335. package/icons/flags/CF.d.ts +0 -8
  1336. package/icons/flags/CG.d.ts +0 -8
  1337. package/icons/flags/CH.d.ts +0 -8
  1338. package/icons/flags/CI.d.ts +0 -8
  1339. package/icons/flags/CK.d.ts +0 -8
  1340. package/icons/flags/CL.d.ts +0 -8
  1341. package/icons/flags/CM.d.ts +0 -8
  1342. package/icons/flags/CN.d.ts +0 -8
  1343. package/icons/flags/CO.d.ts +0 -8
  1344. package/icons/flags/CR.d.ts +0 -8
  1345. package/icons/flags/CU.d.ts +0 -8
  1346. package/icons/flags/CV.d.ts +0 -8
  1347. package/icons/flags/CW.d.ts +0 -8
  1348. package/icons/flags/CX.d.ts +0 -8
  1349. package/icons/flags/CY.d.ts +0 -8
  1350. package/icons/flags/CZ.d.ts +0 -8
  1351. package/icons/flags/DE.d.ts +0 -8
  1352. package/icons/flags/DJ.d.ts +0 -8
  1353. package/icons/flags/DK.d.ts +0 -8
  1354. package/icons/flags/DM.d.ts +0 -8
  1355. package/icons/flags/DO.d.ts +0 -8
  1356. package/icons/flags/DZ.d.ts +0 -8
  1357. package/icons/flags/Default.d.ts +0 -8
  1358. package/icons/flags/EC.d.ts +0 -8
  1359. package/icons/flags/EE.d.ts +0 -8
  1360. package/icons/flags/EG.d.ts +0 -8
  1361. package/icons/flags/EH.d.ts +0 -8
  1362. package/icons/flags/ER.d.ts +0 -8
  1363. package/icons/flags/ES.d.ts +0 -8
  1364. package/icons/flags/ET.d.ts +0 -8
  1365. package/icons/flags/FI.d.ts +0 -8
  1366. package/icons/flags/FJ.d.ts +0 -8
  1367. package/icons/flags/FK.d.ts +0 -8
  1368. package/icons/flags/FM.d.ts +0 -8
  1369. package/icons/flags/FO.d.ts +0 -8
  1370. package/icons/flags/FR.d.ts +0 -8
  1371. package/icons/flags/GA.d.ts +0 -8
  1372. package/icons/flags/GB.d.ts +0 -8
  1373. package/icons/flags/GD.d.ts +0 -8
  1374. package/icons/flags/GE.d.ts +0 -8
  1375. package/icons/flags/GF.d.ts +0 -8
  1376. package/icons/flags/GG.d.ts +0 -8
  1377. package/icons/flags/GH.d.ts +0 -8
  1378. package/icons/flags/GI.d.ts +0 -8
  1379. package/icons/flags/GL.d.ts +0 -8
  1380. package/icons/flags/GM.d.ts +0 -8
  1381. package/icons/flags/GN.d.ts +0 -8
  1382. package/icons/flags/GP.d.ts +0 -8
  1383. package/icons/flags/GQ.d.ts +0 -8
  1384. package/icons/flags/GR.d.ts +0 -8
  1385. package/icons/flags/GS.d.ts +0 -8
  1386. package/icons/flags/GT.d.ts +0 -8
  1387. package/icons/flags/GU.d.ts +0 -8
  1388. package/icons/flags/GW.d.ts +0 -8
  1389. package/icons/flags/GY.d.ts +0 -8
  1390. package/icons/flags/HK.d.ts +0 -8
  1391. package/icons/flags/HM.d.ts +0 -8
  1392. package/icons/flags/HN.d.ts +0 -8
  1393. package/icons/flags/HR.d.ts +0 -8
  1394. package/icons/flags/HT.d.ts +0 -8
  1395. package/icons/flags/HU.d.ts +0 -8
  1396. package/icons/flags/IC.d.ts +0 -8
  1397. package/icons/flags/ID.d.ts +0 -8
  1398. package/icons/flags/IE.d.ts +0 -8
  1399. package/icons/flags/IL.d.ts +0 -8
  1400. package/icons/flags/IM.d.ts +0 -8
  1401. package/icons/flags/IN.d.ts +0 -8
  1402. package/icons/flags/IO.d.ts +0 -8
  1403. package/icons/flags/IQ.d.ts +0 -8
  1404. package/icons/flags/IR.d.ts +0 -8
  1405. package/icons/flags/IS.d.ts +0 -8
  1406. package/icons/flags/IT.d.ts +0 -8
  1407. package/icons/flags/JE.d.ts +0 -8
  1408. package/icons/flags/JM.d.ts +0 -8
  1409. package/icons/flags/JO.d.ts +0 -8
  1410. package/icons/flags/JP.d.ts +0 -8
  1411. package/icons/flags/KE.d.ts +0 -8
  1412. package/icons/flags/KG.d.ts +0 -8
  1413. package/icons/flags/KH.d.ts +0 -8
  1414. package/icons/flags/KI.d.ts +0 -8
  1415. package/icons/flags/KM.d.ts +0 -8
  1416. package/icons/flags/KN.d.ts +0 -8
  1417. package/icons/flags/KP.d.ts +0 -8
  1418. package/icons/flags/KR.d.ts +0 -8
  1419. package/icons/flags/KW.d.ts +0 -8
  1420. package/icons/flags/KY.d.ts +0 -8
  1421. package/icons/flags/KZ.d.ts +0 -8
  1422. package/icons/flags/LA.d.ts +0 -8
  1423. package/icons/flags/LB.d.ts +0 -8
  1424. package/icons/flags/LC.d.ts +0 -8
  1425. package/icons/flags/LI.d.ts +0 -8
  1426. package/icons/flags/LK.d.ts +0 -8
  1427. package/icons/flags/LR.d.ts +0 -8
  1428. package/icons/flags/LS.d.ts +0 -8
  1429. package/icons/flags/LT.d.ts +0 -8
  1430. package/icons/flags/LU.d.ts +0 -8
  1431. package/icons/flags/LV.d.ts +0 -8
  1432. package/icons/flags/LY.d.ts +0 -8
  1433. package/icons/flags/MA.d.ts +0 -8
  1434. package/icons/flags/MC.d.ts +0 -8
  1435. package/icons/flags/MD.d.ts +0 -8
  1436. package/icons/flags/ME.d.ts +0 -8
  1437. package/icons/flags/MF.d.ts +0 -8
  1438. package/icons/flags/MG.d.ts +0 -8
  1439. package/icons/flags/MH.d.ts +0 -8
  1440. package/icons/flags/MK.d.ts +0 -8
  1441. package/icons/flags/ML.d.ts +0 -8
  1442. package/icons/flags/MM.d.ts +0 -8
  1443. package/icons/flags/MN.d.ts +0 -8
  1444. package/icons/flags/MO.d.ts +0 -8
  1445. package/icons/flags/MP.d.ts +0 -8
  1446. package/icons/flags/MQ.d.ts +0 -8
  1447. package/icons/flags/MR.d.ts +0 -8
  1448. package/icons/flags/MS.d.ts +0 -8
  1449. package/icons/flags/MT.d.ts +0 -8
  1450. package/icons/flags/MU.d.ts +0 -8
  1451. package/icons/flags/MV.d.ts +0 -8
  1452. package/icons/flags/MW.d.ts +0 -8
  1453. package/icons/flags/MX.d.ts +0 -8
  1454. package/icons/flags/MY.d.ts +0 -8
  1455. package/icons/flags/MZ.d.ts +0 -8
  1456. package/icons/flags/NA.d.ts +0 -8
  1457. package/icons/flags/NC.d.ts +0 -8
  1458. package/icons/flags/NE.d.ts +0 -8
  1459. package/icons/flags/NF.d.ts +0 -8
  1460. package/icons/flags/NG.d.ts +0 -8
  1461. package/icons/flags/NI.d.ts +0 -8
  1462. package/icons/flags/NL.d.ts +0 -8
  1463. package/icons/flags/NO.d.ts +0 -8
  1464. package/icons/flags/NP.d.ts +0 -8
  1465. package/icons/flags/NR.d.ts +0 -8
  1466. package/icons/flags/NU.d.ts +0 -8
  1467. package/icons/flags/NZ.d.ts +0 -8
  1468. package/icons/flags/OM.d.ts +0 -8
  1469. package/icons/flags/PA.d.ts +0 -8
  1470. package/icons/flags/PE.d.ts +0 -8
  1471. package/icons/flags/PF.d.ts +0 -8
  1472. package/icons/flags/PG.d.ts +0 -8
  1473. package/icons/flags/PH.d.ts +0 -8
  1474. package/icons/flags/PK.d.ts +0 -8
  1475. package/icons/flags/PL.d.ts +0 -8
  1476. package/icons/flags/PM.d.ts +0 -8
  1477. package/icons/flags/PN.d.ts +0 -8
  1478. package/icons/flags/PR.d.ts +0 -8
  1479. package/icons/flags/PS.d.ts +0 -8
  1480. package/icons/flags/PT.d.ts +0 -8
  1481. package/icons/flags/PW.d.ts +0 -8
  1482. package/icons/flags/PY.d.ts +0 -8
  1483. package/icons/flags/QA.d.ts +0 -8
  1484. package/icons/flags/RE.d.ts +0 -8
  1485. package/icons/flags/RO.d.ts +0 -8
  1486. package/icons/flags/RS.d.ts +0 -8
  1487. package/icons/flags/RU.d.ts +0 -8
  1488. package/icons/flags/RW.d.ts +0 -8
  1489. package/icons/flags/SA.d.ts +0 -8
  1490. package/icons/flags/SB.d.ts +0 -8
  1491. package/icons/flags/SC.d.ts +0 -8
  1492. package/icons/flags/SD.d.ts +0 -8
  1493. package/icons/flags/SE.d.ts +0 -8
  1494. package/icons/flags/SG.d.ts +0 -8
  1495. package/icons/flags/SH.d.ts +0 -8
  1496. package/icons/flags/SI.d.ts +0 -8
  1497. package/icons/flags/SJ.d.ts +0 -8
  1498. package/icons/flags/SK.d.ts +0 -8
  1499. package/icons/flags/SL.d.ts +0 -8
  1500. package/icons/flags/SM.d.ts +0 -8
  1501. package/icons/flags/SN.d.ts +0 -8
  1502. package/icons/flags/SO.d.ts +0 -8
  1503. package/icons/flags/SR.d.ts +0 -8
  1504. package/icons/flags/SS.d.ts +0 -8
  1505. package/icons/flags/ST.d.ts +0 -8
  1506. package/icons/flags/SV.d.ts +0 -8
  1507. package/icons/flags/SX.d.ts +0 -8
  1508. package/icons/flags/SY.d.ts +0 -8
  1509. package/icons/flags/SZ.d.ts +0 -8
  1510. package/icons/flags/TC.d.ts +0 -8
  1511. package/icons/flags/TD.d.ts +0 -8
  1512. package/icons/flags/TF.d.ts +0 -8
  1513. package/icons/flags/TG.d.ts +0 -8
  1514. package/icons/flags/TH.d.ts +0 -8
  1515. package/icons/flags/TJ.d.ts +0 -8
  1516. package/icons/flags/TK.d.ts +0 -8
  1517. package/icons/flags/TL.d.ts +0 -8
  1518. package/icons/flags/TM.d.ts +0 -8
  1519. package/icons/flags/TN.d.ts +0 -8
  1520. package/icons/flags/TO.d.ts +0 -8
  1521. package/icons/flags/TR.d.ts +0 -8
  1522. package/icons/flags/TT.d.ts +0 -8
  1523. package/icons/flags/TV.d.ts +0 -8
  1524. package/icons/flags/TW.d.ts +0 -8
  1525. package/icons/flags/TZ.d.ts +0 -8
  1526. package/icons/flags/UA.d.ts +0 -8
  1527. package/icons/flags/UG.d.ts +0 -8
  1528. package/icons/flags/UM.d.ts +0 -8
  1529. package/icons/flags/US.d.ts +0 -8
  1530. package/icons/flags/UY.d.ts +0 -8
  1531. package/icons/flags/UZ.d.ts +0 -8
  1532. package/icons/flags/VA.d.ts +0 -8
  1533. package/icons/flags/VC.d.ts +0 -8
  1534. package/icons/flags/VE.d.ts +0 -8
  1535. package/icons/flags/VG.d.ts +0 -8
  1536. package/icons/flags/VI.d.ts +0 -8
  1537. package/icons/flags/VN.d.ts +0 -8
  1538. package/icons/flags/VU.d.ts +0 -8
  1539. package/icons/flags/WF.d.ts +0 -8
  1540. package/icons/flags/WS.d.ts +0 -8
  1541. package/icons/flags/YE.d.ts +0 -8
  1542. package/icons/flags/YT.d.ts +0 -8
  1543. package/icons/flags/ZA.d.ts +0 -8
  1544. package/icons/flags/ZM.d.ts +0 -8
  1545. package/icons/flags/ZW.d.ts +0 -8
  1546. package/icons/flags/_FlagIndex.d.ts +0 -251
  1547. package/icons/icon-base/_IconBase.d.ts +0 -6
  1548. package/icons/icon-base/_StateIconBase.d.ts +0 -6
  1549. package/icons/icon-base/_ThemeIconBase.d.ts +0 -8
  1550. package/styles/constants/theme.d.ts +0 -518
  1551. package/styles/devices.d.ts +0 -10
  1552. package/tslib.es6-5672428a.js +0 -1
  1553. package/types/BaseProps.d.ts +0 -7
  1554. package/types/Color.d.ts +0 -5
  1555. package/types/Depth.d.ts +0 -1
  1556. package/types/GeoJsonWorld.d.ts +0 -21
  1557. package/types/GridSpacing.d.ts +0 -2
  1558. package/types/IconProps.d.ts +0 -10
  1559. package/types/Intent.d.ts +0 -1
  1560. package/types/ReactComponent.d.ts +0 -2
  1561. package/types/SectionLayout.d.ts +0 -1
  1562. package/types/SelectOption.d.ts +0 -12
  1563. package/types/Size.d.ts +0 -1
  1564. package/types/Theme.d.ts +0 -3
  1565. package/types/UnitedStates.d.ts +0 -12
  1566. package/types/UploadedFile.d.ts +0 -5
  1567. package/types/Variant.d.ts +0 -1
  1568. package/types/deep/Deep.test-d.d.ts +0 -1
  1569. package/types/deep/DeepKeyof.d.ts +0 -18
  1570. package/types/deep/DeepKeyofAtIndex.d.ts +0 -12
  1571. package/types/deep/DeepKeyofAtIndex.test-d.d.ts +0 -1
  1572. package/types/deep/DeepReducerActions.d.ts +0 -25
  1573. package/types/deep/deep.d.ts +0 -4
  1574. package/utils/_extractQueryParams.d.ts +0 -5
  1575. package/utils/addIndex.d.ts +0 -6
  1576. package/utils/changeDeepProperty.d.ts +0 -44
  1577. package/utils/changeDeepPropertyAtIndex.d.ts +0 -68
  1578. package/utils/countryPhoneCodes.d.ts +0 -4
  1579. package/utils/flattenRow.d.ts +0 -8
  1580. package/utils/formatCurrency.d.ts +0 -49
  1581. package/utils/getAminoColor.d.ts +0 -2
  1582. package/utils/getCountryCodeByName.d.ts +0 -2
  1583. package/utils/getCountryUrls.d.ts +0 -1
  1584. package/utils/getFuzzySearch.d.ts +0 -8
  1585. package/utils/getHashId.d.ts +0 -2
  1586. package/utils/getIsInternalLink.d.ts +0 -8
  1587. package/utils/getProductDetails.d.ts +0 -19
  1588. package/utils/getTestId.d.ts +0 -5
  1589. package/utils/handleFetch.d.ts +0 -23
  1590. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +0 -13
  1591. package/utils/hooks/useAminoTheme.d.ts +0 -12
  1592. package/utils/hooks/useCountryOptions.d.ts +0 -71
  1593. package/utils/hooks/useDropdown.d.ts +0 -32
  1594. package/utils/hooks/useHeightAdjustTextarea.d.ts +0 -15
  1595. package/utils/hooks/useNotify.d.ts +0 -5
  1596. package/utils/hooks/usePrevious.d.ts +0 -1
  1597. package/utils/hooks/useStateUrl.d.ts +0 -24
  1598. package/utils/hooks/useStorage.d.ts +0 -19
  1599. package/utils/hooks/useSwr.d.ts +0 -1
  1600. package/utils/hooks/useSwrt.d.ts +0 -29
  1601. package/utils/isKeyInObj.d.ts +0 -5
  1602. package/utils/jsonParse.d.ts +0 -1
  1603. package/utils/multiinput/parseStringIntoTags.d.ts +0 -2
  1604. package/utils/prepCountryOptions.d.ts +0 -19
  1605. package/utils/prepRegionCountryOptions.d.ts +0 -5
  1606. package/utils/setupNestedData.d.ts +0 -2
  1607. package/utils/storage.d.ts +0 -21
  1608. package/utils/truncateText.d.ts +0 -25
  1609. package/utils/unitedStates.d.ts +0 -2
  1610. package/utils/useCopyText.d.ts +0 -13
package/icons/flags/ET.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(t,l){var s=t.borderRadius,a=t.height,c=t.width,d=r.useId();return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:s,height:a,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d,"-0"),children:e.jsx("path",{d:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)",children:[e.jsx("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),e.jsx("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),e.jsx("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),e.jsx("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),e.jsx("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})]})]})}));exports.ET=t;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)"},React.createElement("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),React.createElement("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),React.createElement("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),React.createElement("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),React.createElement("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})))}));exports.ET=a;
package/icons/flags/FI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,h=r.width;return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 174.5h640v131H0z",fill:"#003580"}),e.jsx("path",{d:"M175.5 0h130.9v480h-131z",fill:"#003580"})]})}));exports.FI=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 174.5h640v131H0z",fill:"#003580"}),React.createElement("path",{d:"M175.5 0h130.9v480h-131z",fill:"#003580"}))}));exports.FI=r;
package/icons/flags/FJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var h=l.forwardRef((function(l,h){var a=l.borderRadius,i=l.height,f=l.width;return c.jsxs(s.FlagIconBase,{ref:h,borderRadius:a,height:i,viewBox:"0 0 24 25",width:f,children:[c.jsx("path",{d:"M21.333 3.555H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.222v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#68BFE5"}),c.jsx("path",{d:"M18.43 7.972h-3.25v5.5c0 1.86 3.25 2.903 3.25 2.903s3.25-1.042 3.25-2.903v-5.5h-3.25Z",fill:"#000"}),c.jsx("path",{d:"M18.43 16.235c-.37-.127-3.116-1.13-3.116-2.763V8.105h6.233v5.367c0 1.633-2.746 2.635-3.116 2.763Z",fill:"#fff"}),c.jsx("path",{d:"M21.547 10.153V8.105h-6.233v2.048h2.672v2.264h-2.672v.874h2.672v2.773c.211.087.373.145.445.17a8.09 8.09 0 0 0 .43-.165v-2.777h2.686v-.875h-2.686v-2.264h2.686Z",fill:"#D21034"}),c.jsx("path",{d:"M16.123 9.35c0 .183-.172.332-.382.332-.21 0-.381-.149-.381-.332 0-.183.17-.332.381-.332.21 0 .382.149.382.332Z",fill:"#fff"}),c.jsx("path",{d:"M15.813 9.087c-.218.038-.323-.094-.282-.219.042-.124.25-.24.448-.26.198-.021.386.177.542.187.156.01.239-.076.27-.19.032-.113.25-.37.115-.435.177 0 .177.187.177.187s.198-.198.344-.187c.084.146 0 .354 0 .354s.208-.084.354.01c-.281.042-.322.208-.322.208s.052.136-.021.208c-.073.073.573.208.927.104.354-.104 1.032-.344 1.469-.344.437 0 .531.167.635.02.104-.145-.125-.301-.5-.27-.374.032-1.01.466-1.26.176-.063 0-.094.074-.094.074s-.156-.052-.313-.135c-.156-.083-.125.198-.041.24-.261-.011-.252-.18-.252-.18s-.322-.235-.113-.413c.015.324.302.23.459.167a.473.473 0 0 1 .448.073c.094.083.364.156.708-.042s1.27-.27 1.281.146c.01.417-.459.448-.459.448s.052.25.344.198c.292-.052.48-.135.563.094.083.23.27.24.209.428-.063.187-.271.274-.552.226-.282-.05-.313-.164-.084-.206.23-.041.271-.218.188-.26-.084-.042-.24.125-.448.04a3.998 3.998 0 0 1-.48-.25s.011.116-.177.178c-.187.063-.031.136.02.25.053.115-.187.208-.437.26-.25.052-.437.188-.677-.104-.24-.292.063-.374.187-.281.125.093.25.26.354.177.104-.083-.072-.135-.094-.292-.02-.156.011-.343.011-.343s-.333.52-1.041.624c-.708.104-.834.104-.834.104l-.208-.146-.25.167-.01-.188s-.396.31-.604.359c-.208.048-.778-.087-.79-.244-.013-.156.05-.23.237-.292.187-.063.219.041.313.125.094.084.198.198.333.084.135-.115.208-.156.208-.156l.041-.198-.198-.011.073-.229s-.146.03-.25-.063c-.104-.094-.115-.187-.208-.156-.093.032-.02.136-.26.178Z",fill:"#FFD101"}),c.jsx("path",{d:"M16.313 12.107c-.178.073-.448-.51-.292-.677.156-.166.468.605.292.678Zm.343-.072c-.166.014-.104-.792 0-.792.105 0 .23.771 0 .792Zm.292.127c-.207-.038.104-.523.187-.523.084 0 .052.567-.187.523Zm3.291.133c-.406.011-.177-.072-.135-.181.041-.111.017-.934.017-.934h.233s-.073.709 0 .855c.073.146.26.25-.115.26Zm.802 1.438c.097-.108-.146-.282-.312-.282-.167 0-.356.095-.496.49-.14.396.157.281.233.063.076-.22.138-.345.253-.354.114-.011.156.27.322.083Zm-1.593 1.385c-.214-.016-.396.541-.396.541s.959-.5.396-.54Z",fill:"#964B36"}),c.jsx("path",{d:"M16.123 11.639c.052.166-.477-.027-.487.262-.219-.033.094-.46.292-.398-.041-.229-.337-.322-.367.052-.331-.292.091-.572.281-.448-.101-.354-.295-.348-.32-.135-.25-.208.003-.541.22-.385.217.156.233.322.233.322s.152-.539.537-.363c-.467.197-.559.55-.39 1.093Z",fill:"#00A651"}),c.jsx("path",{d:"M16.67 11.407a1.394 1.394 0 0 1-.222-.279s.147.396-.083.563c.01-.365-.24-.49-.104-.635.135-.146.364 0 .364 0s.054-.085-.18-.292c-.235-.207-.403-.198-.414-.375.236.14.596.14.638.531.05-.468.261-.48.358-.49.098-.01.327.042.41-.04 0 .166-.187.114-.312.166.166.115.177.485.177.485s-.24-.422-.344-.39c-.104.03-.173.343-.173.343s.38-.011.242.5c-.059-.281-.122-.312-.194-.312-.073 0-.164.225-.164.225Z",fill:"#00A651"}),c.jsx("path",{d:"M17.027 11.76c.014-.194.108-.528.212-.554.035-.213.146-.515.375-.567.23-.052.281.187.23.322-.136-.197-.323-.25-.365.22.198-.053.312.103.26.312-.187-.219-.322-.245-.406-.086.219.086.223.273.112.43-.049-.27-.194-.25-.27 0-.078.25-.148-.077-.148-.077Zm3.17-.353c-.238 0-.551.246-.572.628-.25-.376.056-.792.377-.938-.565.01-.773.26-.845.469-.073-.553.628-.771.845-.678-.137-.24-.679-.22-.95-.021 0-.458.81-.568 1.145-.154-.041-.335.095-.419.095-.419v.448s.754-.708 1.169.146c-.669-.344-.994.01-.994.01s.692-.166.597.636c-.22-.49-.679-.437-.679-.437s.532.24.323.833c-.208-.572-.511-.523-.511-.523Z",fill:"#00A651"}),c.jsx("path",{d:"M19.687 14.014c-.031-.312.365-.49.365-.49s.667.407.76.49c.095.084-.057.432-.346.524-.289.09-.779-.524-.779-.524Z",fill:"#FFF202"}),c.jsx("path",{d:"M19.504 15.125c-.157-.098-.257-.653 0-.706-.097-.333.11-.5.183-.52.073-.02.343.101.546.295.204.194.381.24.397.317.016.075-.127.304-.373.325.076.23-.51.443-.753.29Z",fill:"#00A651"}),c.jsx("path",{d:"M16.031 13.827s.156-.064.25-.157.219-.094.323.078c.104.172.18.39.18.39s-.035-.312.289-.479c.323-.166.372-.208.372-.208l-.112.446s.386-.237.448-.373c.084.531-.312.911-.562 1.013.135.227.072.414.072.414l.459.375-.5.156-.223-.48s-.578.021-.662-.416c-.084-.437.116-.672 0-.69-.115-.018-.334-.07-.334-.07Z",fill:"#000"}),c.jsx("path",{d:"m17.07 14.935-.045.002c-.098 0-.528-.019-.594-.363a1.162 1.162 0 0 1 .019-.51c.019-.086.031-.143 0-.19l-.017-.023-.057-.02a2.913 2.913 0 0 1-.153-.03.584.584 0 0 0 .106-.084c.02-.02.05-.044.085-.044.043 0 .091.039.133.109.1.164.175.377.176.378l.129-.03a.432.432 0 0 1 .252-.412c.105-.054.18-.095.237-.126l-.112.447.14-.086c.046-.03.23-.144.356-.261-.014.426-.355.71-.532.783l-.071.029.04.067c.117.195.069.352.067.359l-.014.043.398.326-.326.102-.218-.466Z",fill:"#fff"}),c.jsx("path",{d:"M16.17 13.755c-.076-.178-.076-.178-.196-.23-.005.114 0 .186 0 .186s-.067-.218-.172-.187a.231.231 0 0 0 .161.303s-.098.032-.088.208c.177.072.156-.084.156-.084s-.037.16.091.252c.086-.137.048-.448.048-.448Z",fill:"#00A651"}),c.jsx("path",{d:"M12.667 12.222V3.555h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.222v6h12.667Z",fill:"#00247D"}),c.jsx("path",{d:"M12.667 3.555h-1.554L8 5.735v-2.18H4.667v1.713L2.264 3.585a2.63 2.63 0 0 0-1.115.444l3.135 2.193H3.127L.645 4.482a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.4v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555V10.87L10.79 9.555h1.877V6.222H10.79l1.876-1.314V3.555Z",fill:"#EEE"}),c.jsx("path",{d:"M7.333 3.555h-2V6.89H0v2h5.333v3.333h2V8.89h5.334v-2H7.333V3.555Z",fill:"#CF1B2B"}),c.jsx("path",{d:"M12.667 3.555h-.974L8 6.141v.081h1.047l3.62-2.535v-.132ZM1.149 4.03c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.028Zm3.142 5.526L.49 12.222h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.FJ=h;
1
+ "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,l=e.height,h=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M21.333 3.555H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.222v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#68BFE5"}),React.createElement("path",{d:"M18.43 7.972h-3.25v5.5c0 1.86 3.25 2.903 3.25 2.903s3.25-1.042 3.25-2.903v-5.5h-3.25Z",fill:"#000"}),React.createElement("path",{d:"M18.43 16.235c-.37-.127-3.116-1.13-3.116-2.763V8.105h6.233v5.367c0 1.633-2.746 2.635-3.116 2.763Z",fill:"#fff"}),React.createElement("path",{d:"M21.547 10.153V8.105h-6.233v2.048h2.672v2.264h-2.672v.874h2.672v2.773c.211.087.373.145.445.17a8.09 8.09 0 0 0 .43-.165v-2.777h2.686v-.875h-2.686v-2.264h2.686Z",fill:"#D21034"}),React.createElement("path",{d:"M16.123 9.35c0 .183-.172.332-.382.332-.21 0-.381-.149-.381-.332 0-.183.17-.332.381-.332.21 0 .382.149.382.332Z",fill:"#fff"}),React.createElement("path",{d:"M15.813 9.087c-.218.038-.323-.094-.282-.219.042-.124.25-.24.448-.26.198-.021.386.177.542.187.156.01.239-.076.27-.19.032-.113.25-.37.115-.435.177 0 .177.187.177.187s.198-.198.344-.187c.084.146 0 .354 0 .354s.208-.084.354.01c-.281.042-.322.208-.322.208s.052.136-.021.208c-.073.073.573.208.927.104.354-.104 1.032-.344 1.469-.344.437 0 .531.167.635.02.104-.145-.125-.301-.5-.27-.374.032-1.01.466-1.26.176-.063 0-.094.074-.094.074s-.156-.052-.313-.135c-.156-.083-.125.198-.041.24-.261-.011-.252-.18-.252-.18s-.322-.235-.113-.413c.015.324.302.23.459.167a.473.473 0 0 1 .448.073c.094.083.364.156.708-.042s1.27-.27 1.281.146c.01.417-.459.448-.459.448s.052.25.344.198c.292-.052.48-.135.563.094.083.23.27.24.209.428-.063.187-.271.274-.552.226-.282-.05-.313-.164-.084-.206.23-.041.271-.218.188-.26-.084-.042-.24.125-.448.04a3.998 3.998 0 0 1-.48-.25s.011.116-.177.178c-.187.063-.031.136.02.25.053.115-.187.208-.437.26-.25.052-.437.188-.677-.104-.24-.292.063-.374.187-.281.125.093.25.26.354.177.104-.083-.072-.135-.094-.292-.02-.156.011-.343.011-.343s-.333.52-1.041.624c-.708.104-.834.104-.834.104l-.208-.146-.25.167-.01-.188s-.396.31-.604.359c-.208.048-.778-.087-.79-.244-.013-.156.05-.23.237-.292.187-.063.219.041.313.125.094.084.198.198.333.084.135-.115.208-.156.208-.156l.041-.198-.198-.011.073-.229s-.146.03-.25-.063c-.104-.094-.115-.187-.208-.156-.093.032-.02.136-.26.178Z",fill:"#FFD101"}),React.createElement("path",{d:"M16.313 12.107c-.178.073-.448-.51-.292-.677.156-.166.468.605.292.678Zm.343-.072c-.166.014-.104-.792 0-.792.105 0 .23.771 0 .792Zm.292.127c-.207-.038.104-.523.187-.523.084 0 .052.567-.187.523Zm3.291.133c-.406.011-.177-.072-.135-.181.041-.111.017-.934.017-.934h.233s-.073.709 0 .855c.073.146.26.25-.115.26Zm.802 1.438c.097-.108-.146-.282-.312-.282-.167 0-.356.095-.496.49-.14.396.157.281.233.063.076-.22.138-.345.253-.354.114-.011.156.27.322.083Zm-1.593 1.385c-.214-.016-.396.541-.396.541s.959-.5.396-.54Z",fill:"#964B36"}),React.createElement("path",{d:"M16.123 11.639c.052.166-.477-.027-.487.262-.219-.033.094-.46.292-.398-.041-.229-.337-.322-.367.052-.331-.292.091-.572.281-.448-.101-.354-.295-.348-.32-.135-.25-.208.003-.541.22-.385.217.156.233.322.233.322s.152-.539.537-.363c-.467.197-.559.55-.39 1.093Z",fill:"#00A651"}),React.createElement("path",{d:"M16.67 11.407a1.394 1.394 0 0 1-.222-.279s.147.396-.083.563c.01-.365-.24-.49-.104-.635.135-.146.364 0 .364 0s.054-.085-.18-.292c-.235-.207-.403-.198-.414-.375.236.14.596.14.638.531.05-.468.261-.48.358-.49.098-.01.327.042.41-.04 0 .166-.187.114-.312.166.166.115.177.485.177.485s-.24-.422-.344-.39c-.104.03-.173.343-.173.343s.38-.011.242.5c-.059-.281-.122-.312-.194-.312-.073 0-.164.225-.164.225Z",fill:"#00A651"}),React.createElement("path",{d:"M17.027 11.76c.014-.194.108-.528.212-.554.035-.213.146-.515.375-.567.23-.052.281.187.23.322-.136-.197-.323-.25-.365.22.198-.053.312.103.26.312-.187-.219-.322-.245-.406-.086.219.086.223.273.112.43-.049-.27-.194-.25-.27 0-.078.25-.148-.077-.148-.077Zm3.17-.353c-.238 0-.551.246-.572.628-.25-.376.056-.792.377-.938-.565.01-.773.26-.845.469-.073-.553.628-.771.845-.678-.137-.24-.679-.22-.95-.021 0-.458.81-.568 1.145-.154-.041-.335.095-.419.095-.419v.448s.754-.708 1.169.146c-.669-.344-.994.01-.994.01s.692-.166.597.636c-.22-.49-.679-.437-.679-.437s.532.24.323.833c-.208-.572-.511-.523-.511-.523Z",fill:"#00A651"}),React.createElement("path",{d:"M19.687 14.014c-.031-.312.365-.49.365-.49s.667.407.76.49c.095.084-.057.432-.346.524-.289.09-.779-.524-.779-.524Z",fill:"#FFF202"}),React.createElement("path",{d:"M19.504 15.125c-.157-.098-.257-.653 0-.706-.097-.333.11-.5.183-.52.073-.02.343.101.546.295.204.194.381.24.397.317.016.075-.127.304-.373.325.076.23-.51.443-.753.29Z",fill:"#00A651"}),React.createElement("path",{d:"M16.031 13.827s.156-.064.25-.157.219-.094.323.078c.104.172.18.39.18.39s-.035-.312.289-.479c.323-.166.372-.208.372-.208l-.112.446s.386-.237.448-.373c.084.531-.312.911-.562 1.013.135.227.072.414.072.414l.459.375-.5.156-.223-.48s-.578.021-.662-.416c-.084-.437.116-.672 0-.69-.115-.018-.334-.07-.334-.07Z",fill:"#000"}),React.createElement("path",{d:"m17.07 14.935-.045.002c-.098 0-.528-.019-.594-.363a1.162 1.162 0 0 1 .019-.51c.019-.086.031-.143 0-.19l-.017-.023-.057-.02a2.913 2.913 0 0 1-.153-.03.584.584 0 0 0 .106-.084c.02-.02.05-.044.085-.044.043 0 .091.039.133.109.1.164.175.377.176.378l.129-.03a.432.432 0 0 1 .252-.412c.105-.054.18-.095.237-.126l-.112.447.14-.086c.046-.03.23-.144.356-.261-.014.426-.355.71-.532.783l-.071.029.04.067c.117.195.069.352.067.359l-.014.043.398.326-.326.102-.218-.466Z",fill:"#fff"}),React.createElement("path",{d:"M16.17 13.755c-.076-.178-.076-.178-.196-.23-.005.114 0 .186 0 .186s-.067-.218-.172-.187a.231.231 0 0 0 .161.303s-.098.032-.088.208c.177.072.156-.084.156-.084s-.037.16.091.252c.086-.137.048-.448.048-.448Z",fill:"#00A651"}),React.createElement("path",{d:"M12.667 12.222V3.555h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.222v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.555h-1.554L8 5.735v-2.18H4.667v1.713L2.264 3.585a2.63 2.63 0 0 0-1.115.444l3.135 2.193H3.127L.645 4.482a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.4v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555V10.87L10.79 9.555h1.877V6.222H10.79l1.876-1.314V3.555Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.555h-2V6.89H0v2h5.333v3.333h2V8.89h5.334v-2H7.333V3.555Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.555h-.974L8 6.141v.081h1.047l3.62-2.535v-.132ZM1.149 4.03c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.028Zm3.142 5.526L.49 12.222h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.FJ=t;
package/icons/flags/FK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),s=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=s.forwardRef((function(s,a){var h=s.borderRadius,i=s.height,Z=s.width;return l.jsxs(c.FlagIconBase,{ref:a,borderRadius:h,height:i,viewBox:"0 0 24 25",width:Z,children:[l.jsx("path",{d:"M21.333 3.444H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.111v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.11v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),l.jsx("path",{d:"M15.519 15.215c.184-.344.312-.687.461-.792.15-.104.99-.02 1.153.167.163.187.08 1.156-.243 1.698-.323.541-.925.75-1.15.708-.225-.042-.371-.448-.413-.594-.041-.146.096-.198.413-.104.317.094.785-.708.775-1-.271-.198-.508-.042-.614.198-.104.24-.382-.281-.382-.281Z",fill:"#BA6747"}),l.jsx("path",{d:"M15.099 15.913c.044.194.225.655.42.91-.095-.567.33-.39.298-.16.146.041-.039-.323-.076-.531-.038-.208-.007-.615-.35-.594-.344.021-.324.236-.292.375Z",fill:"#D7A896"}),l.jsx("path",{d:"M21.741 15.215c-.184-.344-.312-.687-.461-.792-.15-.104-.99-.02-1.153.167-.164.187-.08 1.156.242 1.698.323.541.925.75 1.15.708.226-.042.366-.448.408-.594.041-.146-.096-.198-.413-.104-.317.094-.78-.708-.77-1 .271-.198.509-.042.614.198.105.24.383-.281.383-.281Z",fill:"#BA6747"}),l.jsx("path",{d:"M21.94 15.746c.048-.208-.199-.531-.355-.842-.636 1.195-2.313 1.35-2.955 1.352-.642-.002-2.319-.157-2.955-1.352-.156.311-.403.634-.354.842.048.208 1.558 1.292 3.298 1.301v.001h.021v-.001c1.741-.009 3.25-1.093 3.3-1.3Z",fill:"#E9CFC6"}),l.jsx("path",{d:"M22.161 15.913c-.044.194-.225.655-.42.91.095-.567-.33-.39-.298-.16-.146.041.039-.323.076-.531.038-.208.007-.615.35-.594.344.021.324.236.292.375Z",fill:"#D7A896"}),l.jsx("path",{d:"M18.639 7.208h-3.126v4.334c0 3.805 3.126 4.638 3.126 4.638s3.125-.833 3.125-4.638V7.209h-3.125Z",fill:"#fff"}),l.jsx("path",{d:"M18.638 15.913c-.345-.103-2.903-.987-2.903-4.367V7.471h5.806v4.075c0 3.349-2.581 4.266-2.903 4.367Z",fill:"#0072C4"}),l.jsx("path",{d:"M17.396 11.236c.073-.292.125-.697-.052-.76-.177-.063-.49-.25-.595-.584-.103-.333-.051-1.104-.145-1.156-.094-.052-.375.073-.541-.135-.167-.208-.063-.282.052-.355.114-.072.437-.239.416-.302-.02-.062.021-.162.218-.229.366-.125.657.198.772.323.114.125.416.292.552.302.135.01 1.77.031 1.958.052.188.02.667.146.626.718-.042.573-.123 1.126-.202 1.23a.566.566 0 0 1-.132.135s.084.459.073.542c-.01.083-.156.114-.167-.032a9.623 9.623 0 0 0-.062-.49l-.282-.05s.011.5-.083.646c-.094.146-.333.052-.27-.052a.583.583 0 0 0 .093-.323c0-.125-.031-.313-.094-.333-.062-.021-.374.104-.604.104-.229 0-.739-.146-.833-.063-.094.083-.219.51-.281.75-.063.24-.167.094-.156-.02.01-.115.052-.5-.011-.438-.063.063-.041.354-.083.448-.042.093-.167.072-.167.072Z",fill:"#fff"}),l.jsx("path",{d:"M16.656 10.715s.135.777.646 1.115c.51.337 2.653.25 3.02-.01.37-.262.709-.897.709-.897s-.302 0-.406-.115c-.302.167-.48.094-.542-.01-.239.24-.218.094-.25.02-.208.24-.51.094-.604.011-.208.135-.52.052-.583-.031-.24.208-.594.156-.667.062-.156.261-.385.167-.51.084-.178.166-.25-.02-.313-.136-.145.251-.385.074-.5-.093Z",fill:"#015121"}),l.jsx("path",{d:"M15.615 11.694s.322.042.572-.187c.25-.23.678-.344.99 0 .312.344.666.334.937.052.27-.281.677-.414 1.063-.03.385.385.718.22.948 0 .229-.22.708-.363 1.02 0 .313.364.532.166.532.166l-.136.959s-.094.02-.385-.23c-.292-.25-.698-.343-.99-.03-.291.312-.729.322-1.04.02-.313-.302-.678-.27-.949-.031-.27.239-.739.354-1.114 0-.375-.354-.698-.178-.886.01-.187.188-.441.26-.441.26l-.121-.959Zm.32 1.71a.697.697 0 0 0 .252-.147c.25-.23.678-.345.99 0 .312.344.666.333.937.052.27-.282.677-.415 1.063-.03.385.383.718.219.948 0 .229-.22.708-.364 1.02 0a.806.806 0 0 0 .176.155c.054.208-.24.68-.28.653-.276-.181-.62-.22-.874.054-.292.313-.73.323-1.042.02-.312-.301-.677-.27-.948-.03-.27.239-.739.354-1.114 0-.324-.307-.61-.215-.802-.064-.03.025-.498-.603-.326-.662Zm.814 1.367a.618.618 0 0 1 .428.215c.313.344.667.333.938.052.27-.281.677-.415 1.062-.03.386.384.719.22.948 0 .084-.08.2-.15.33-.19-.43.617-1.653 1.241-1.816 1.24-.166 0-1.493-.582-1.89-1.287Z",fill:"#fff"}),l.jsx("path",{d:"M16.469 8.174c.052-.115.228-.083.28 0 .053.083-.332.115-.28 0Z",fill:"#000"}),l.jsx("path",{d:"M15.897 13.257c-.063.077.801.455.801.455s.077.41.146.358c.07-.052.365.005.365.005s.07 1.224 1.437 1.224 1.734-1.308 1.734-1.308.493.005.551.036c.058.03-.118-.162-.045-.315s.25-.33.146-.371c-.104-.042-1.208.26-1.208.26s.02.99-1.177.99c-1.198 0-1.042-.646-1.042-.646s-1.61-.807-1.708-.688Z",fill:"#DD8B59"}),l.jsx("path",{d:"M17.656 14.326a.057.057 0 0 1-.057.057.057.057 0 0 1-.058-.057v-2.637a.057.057 0 0 1 .115 0v2.637Zm.99.322c0 .026-.02.046-.047.046a.046.046 0 0 1-.046-.046v-3.146a.046.046 0 1 1 .093 0v3.146Zm1.031-.172a.052.052 0 0 1-.104 0v-2.792a.052.052 0 0 1 .104 0v2.792Z",fill:"#DD8B59"}),l.jsx("path",{d:"M17.25 12.111s.094.187.406.104c.313-.083.323-.344.323-.344l-.729.24Zm1.719-.417-.708.178s.072.231.338.178c.266-.054.37-.356.37-.356Zm.312.334s.167.198.396.125c.23-.073.375-.344.375-.344l-.77.219Zm-1.198.208-.893.246s-.086.16-.055.326c.032.167.115.323.115.323s.083-.208.292-.25c.209-.042.354.125.354.125s-.08-.381.187-.77Zm.178 0s-.182.104-.178.417c.003.171.178.387.178.387s.094-.168.292-.231c.198-.063.416.115.416.115s-.082-.253-.052-.448c.03-.196.167-.426.167-.426l-.823.186Zm.958.156s-.063.136-.063.292c0 .156.125.448.125.448s.063-.219.292-.271c.23-.052.354.104.354.104s-.076-.154-.043-.38c.033-.224.263-.416.263-.416l-.928.223Zm-1.292.688-.78.146s.093.25.39.218c.296-.031.39-.364.39-.364Zm1.084-.04s-.75.041-.75.092.072.24.322.198c.25-.041.428-.29.428-.29Zm.968.04-.739.165s.104.189.37.137a.544.544 0 0 0 .37-.302Z",fill:"#FECF3D"}),l.jsx("path",{d:"m17.541 11.689-.552.183.552.058v-.241Zm1.052-.178-.552.183.552.058v-.241Zm1.042.12-.552.183.552.06v-.242Z",fill:"#FF0100"}),l.jsx("path",{d:"M12.667 12.111V3.444h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.11v6h12.667Z",fill:"#00247D"}),l.jsx("path",{d:"M12.667 3.444h-1.554L8 5.624v-2.18H4.667v1.713L2.264 3.474a2.63 2.63 0 0 0-1.115.444L4.284 6.11H3.127L.645 4.371a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.288v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353L10.79 9.444h1.877V6.111H10.79l1.876-1.314V3.444Z",fill:"#EEE"}),l.jsx("path",{d:"M7.333 3.444h-2v3.334H0v2h5.333v3.333h2V8.778h5.334v-2H7.333V3.444Z",fill:"#CF1B2B"}),l.jsx("path",{d:"M12.667 3.444h-.974L8 6.03v.081h1.047l3.62-2.535v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6.11h1.156L1.15 3.918Zm3.142 5.526L.49 12.111h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.FK=a;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var a=e.borderRadius,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:c,borderRadius:a,height:l,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M21.333 3.444H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.111v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.11v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M15.519 15.215c.184-.344.312-.687.461-.792.15-.104.99-.02 1.153.167.163.187.08 1.156-.243 1.698-.323.541-.925.75-1.15.708-.225-.042-.371-.448-.413-.594-.041-.146.096-.198.413-.104.317.094.785-.708.775-1-.271-.198-.508-.042-.614.198-.104.24-.382-.281-.382-.281Z",fill:"#BA6747"}),React.createElement("path",{d:"M15.099 15.913c.044.194.225.655.42.91-.095-.567.33-.39.298-.16.146.041-.039-.323-.076-.531-.038-.208-.007-.615-.35-.594-.344.021-.324.236-.292.375Z",fill:"#D7A896"}),React.createElement("path",{d:"M21.741 15.215c-.184-.344-.312-.687-.461-.792-.15-.104-.99-.02-1.153.167-.164.187-.08 1.156.242 1.698.323.541.925.75 1.15.708.226-.042.366-.448.408-.594.041-.146-.096-.198-.413-.104-.317.094-.78-.708-.77-1 .271-.198.509-.042.614.198.105.24.383-.281.383-.281Z",fill:"#BA6747"}),React.createElement("path",{d:"M21.94 15.746c.048-.208-.199-.531-.355-.842-.636 1.195-2.313 1.35-2.955 1.352-.642-.002-2.319-.157-2.955-1.352-.156.311-.403.634-.354.842.048.208 1.558 1.292 3.298 1.301v.001h.021v-.001c1.741-.009 3.25-1.093 3.3-1.3Z",fill:"#E9CFC6"}),React.createElement("path",{d:"M22.161 15.913c-.044.194-.225.655-.42.91.095-.567-.33-.39-.298-.16-.146.041.039-.323.076-.531.038-.208.007-.615.35-.594.344.021.324.236.292.375Z",fill:"#D7A896"}),React.createElement("path",{d:"M18.639 7.208h-3.126v4.334c0 3.805 3.126 4.638 3.126 4.638s3.125-.833 3.125-4.638V7.209h-3.125Z",fill:"#fff"}),React.createElement("path",{d:"M18.638 15.913c-.345-.103-2.903-.987-2.903-4.367V7.471h5.806v4.075c0 3.349-2.581 4.266-2.903 4.367Z",fill:"#0072C4"}),React.createElement("path",{d:"M17.396 11.236c.073-.292.125-.697-.052-.76-.177-.063-.49-.25-.595-.584-.103-.333-.051-1.104-.145-1.156-.094-.052-.375.073-.541-.135-.167-.208-.063-.282.052-.355.114-.072.437-.239.416-.302-.02-.062.021-.162.218-.229.366-.125.657.198.772.323.114.125.416.292.552.302.135.01 1.77.031 1.958.052.188.02.667.146.626.718-.042.573-.123 1.126-.202 1.23a.566.566 0 0 1-.132.135s.084.459.073.542c-.01.083-.156.114-.167-.032a9.623 9.623 0 0 0-.062-.49l-.282-.05s.011.5-.083.646c-.094.146-.333.052-.27-.052a.583.583 0 0 0 .093-.323c0-.125-.031-.313-.094-.333-.062-.021-.374.104-.604.104-.229 0-.739-.146-.833-.063-.094.083-.219.51-.281.75-.063.24-.167.094-.156-.02.01-.115.052-.5-.011-.438-.063.063-.041.354-.083.448-.042.093-.167.072-.167.072Z",fill:"#fff"}),React.createElement("path",{d:"M16.656 10.715s.135.777.646 1.115c.51.337 2.653.25 3.02-.01.37-.262.709-.897.709-.897s-.302 0-.406-.115c-.302.167-.48.094-.542-.01-.239.24-.218.094-.25.02-.208.24-.51.094-.604.011-.208.135-.52.052-.583-.031-.24.208-.594.156-.667.062-.156.261-.385.167-.51.084-.178.166-.25-.02-.313-.136-.145.251-.385.074-.5-.093Z",fill:"#015121"}),React.createElement("path",{d:"M15.615 11.694s.322.042.572-.187c.25-.23.678-.344.99 0 .312.344.666.334.937.052.27-.281.677-.414 1.063-.03.385.385.718.22.948 0 .229-.22.708-.363 1.02 0 .313.364.532.166.532.166l-.136.959s-.094.02-.385-.23c-.292-.25-.698-.343-.99-.03-.291.312-.729.322-1.04.02-.313-.302-.678-.27-.949-.031-.27.239-.739.354-1.114 0-.375-.354-.698-.178-.886.01-.187.188-.441.26-.441.26l-.121-.959Zm.32 1.71a.697.697 0 0 0 .252-.147c.25-.23.678-.345.99 0 .312.344.666.333.937.052.27-.282.677-.415 1.063-.03.385.383.718.219.948 0 .229-.22.708-.364 1.02 0a.806.806 0 0 0 .176.155c.054.208-.24.68-.28.653-.276-.181-.62-.22-.874.054-.292.313-.73.323-1.042.02-.312-.301-.677-.27-.948-.03-.27.239-.739.354-1.114 0-.324-.307-.61-.215-.802-.064-.03.025-.498-.603-.326-.662Zm.814 1.367a.618.618 0 0 1 .428.215c.313.344.667.333.938.052.27-.281.677-.415 1.062-.03.386.384.719.22.948 0 .084-.08.2-.15.33-.19-.43.617-1.653 1.241-1.816 1.24-.166 0-1.493-.582-1.89-1.287Z",fill:"#fff"}),React.createElement("path",{d:"M16.469 8.174c.052-.115.228-.083.28 0 .053.083-.332.115-.28 0Z",fill:"#000"}),React.createElement("path",{d:"M15.897 13.257c-.063.077.801.455.801.455s.077.41.146.358c.07-.052.365.005.365.005s.07 1.224 1.437 1.224 1.734-1.308 1.734-1.308.493.005.551.036c.058.03-.118-.162-.045-.315s.25-.33.146-.371c-.104-.042-1.208.26-1.208.26s.02.99-1.177.99c-1.198 0-1.042-.646-1.042-.646s-1.61-.807-1.708-.688Z",fill:"#DD8B59"}),React.createElement("path",{d:"M17.656 14.326a.057.057 0 0 1-.057.057.057.057 0 0 1-.058-.057v-2.637a.057.057 0 0 1 .115 0v2.637Zm.99.322c0 .026-.02.046-.047.046a.046.046 0 0 1-.046-.046v-3.146a.046.046 0 1 1 .093 0v3.146Zm1.031-.172a.052.052 0 0 1-.104 0v-2.792a.052.052 0 0 1 .104 0v2.792Z",fill:"#DD8B59"}),React.createElement("path",{d:"M17.25 12.111s.094.187.406.104c.313-.083.323-.344.323-.344l-.729.24Zm1.719-.417-.708.178s.072.231.338.178c.266-.054.37-.356.37-.356Zm.312.334s.167.198.396.125c.23-.073.375-.344.375-.344l-.77.219Zm-1.198.208-.893.246s-.086.16-.055.326c.032.167.115.323.115.323s.083-.208.292-.25c.209-.042.354.125.354.125s-.08-.381.187-.77Zm.178 0s-.182.104-.178.417c.003.171.178.387.178.387s.094-.168.292-.231c.198-.063.416.115.416.115s-.082-.253-.052-.448c.03-.196.167-.426.167-.426l-.823.186Zm.958.156s-.063.136-.063.292c0 .156.125.448.125.448s.063-.219.292-.271c.23-.052.354.104.354.104s-.076-.154-.043-.38c.033-.224.263-.416.263-.416l-.928.223Zm-1.292.688-.78.146s.093.25.39.218c.296-.031.39-.364.39-.364Zm1.084-.04s-.75.041-.75.092.072.24.322.198c.25-.041.428-.29.428-.29Zm.968.04-.739.165s.104.189.37.137a.544.544 0 0 0 .37-.302Z",fill:"#FECF3D"}),React.createElement("path",{d:"m17.541 11.689-.552.183.552.058v-.241Zm1.052-.178-.552.183.552.058v-.241Zm1.042.12-.552.183.552.06v-.242Z",fill:"#FF0100"}),React.createElement("path",{d:"M12.667 12.111V3.444h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.11v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.444h-1.554L8 5.624v-2.18H4.667v1.713L2.264 3.474a2.63 2.63 0 0 0-1.115.444L4.284 6.11H3.127L.645 4.371a2.81 2.81 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.288v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353L10.79 9.444h1.877V6.111H10.79l1.876-1.314V3.444Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.444h-2v3.334H0v2h5.333v3.333h2V8.778h5.334v-2H7.333V3.444Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.444h-.974L8 6.03v.081h1.047l3.62-2.535v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6.11h1.156L1.15 3.918Zm3.142 5.526L.49 12.111h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.FK=c;
package/icons/flags/FM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(t,l){var s=t.borderRadius,a=t.height,d=t.width,c=r.useId();return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c,"-0"),children:e.jsx("path",{d:"M-81.3 0h682.6v512H-81.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)",children:[e.jsx("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),e.jsx("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})]})]})}));exports.FM=t;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var l=a.borderRadius,c=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:l,height:c,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-81.3 0h682.6v512H-81.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)"},React.createElement("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),React.createElement("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})))}));exports.FM=a;
package/icons/flags/FO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(t,s){var a=t.borderRadius,h=t.height,l=t.width,d=r.useId();return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d,"-0"),children:e.jsx("path",{d:"M-78 32h640v480H-78z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)",children:[e.jsx("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),e.jsx("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),e.jsx("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})]})]})}));exports.FO=t;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,h=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(h,"-0")},React.createElement("path",{d:"M-78 32h640v480H-78z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)"},React.createElement("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),React.createElement("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),React.createElement("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})))}));exports.FO=a;
package/icons/flags/FR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(r,t){var s=r.borderRadius,a=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),e.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]})})}));exports.FR=t;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})))}));exports.FR=r;
package/icons/flags/GA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var a=r.borderRadius,t=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M640 480H0V0h640z",fill:"#ffe700"}),e.jsx("path",{d:"M640 160H0V0h640z",fill:"#36a100"}),e.jsx("path",{d:"M640 480H0V320h640z",fill:"#006dbc"})]})})}));exports.GA=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M640 480H0V0h640z",fill:"#ffe700"}),React.createElement("path",{d:"M640 160H0V0h640z",fill:"#36a100"}),React.createElement("path",{d:"M640 480H0V320h640z",fill:"#006dbc"})))}));exports.GA=a;
package/icons/flags/GB.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(s,t){var a=s.borderRadius,l=s.height,h=s.width,c=r.useId();return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c,"-0"),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(c,"-0)"),transform:"translate(80) scale(.94)",children:e.jsxs("g",{strokeWidth:"1pt",children:[e.jsx("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),e.jsx("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),e.jsx("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),e.jsx("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"})]})})]})}));exports.GB=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"translate(80) scale(.94)"},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),React.createElement("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),React.createElement("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),React.createElement("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"}))))}));exports.GB=a;
package/icons/flags/GD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),r=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(s,a){var i=s.borderRadius,c=s.height,n=s.width,x=r.useId();return t.jsxs(e.FlagIconBase,{ref:a,borderRadius:i,height:c,viewBox:"0 0 640 480",width:n,children:[t.jsx("defs",{children:t.jsxs("g",{id:"".concat(x,"-0"),children:[t.jsxs("g",{id:"".concat(x,"-1"),children:[t.jsx("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(x,"-2"),transform:"rotate(18 0 -1)"}),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(x,"-2")})]}),t.jsx("use",{transform:"rotate(72)",xlinkHref:"#".concat(x,"-1")}),t.jsx("use",{transform:"rotate(144)",xlinkHref:"#".concat(x,"-1")}),t.jsx("use",{transform:"rotate(216)",xlinkHref:"#".concat(x,"-1")}),t.jsx("use",{transform:"rotate(288)",xlinkHref:"#".concat(x,"-1")})]})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),t.jsx("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),t.jsx("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),t.jsx("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),t.jsx("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(x,"-0")}),t.jsx("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(x,"-3")}),t.jsx("use",{height:"100%",id:"".concat(x,"-3"),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(x,"-0")}),t.jsx("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(x,"-3")}),t.jsx("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),t.jsx("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),t.jsx("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(x,"-3")}),t.jsx("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(x,"-0")}),t.jsx("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(x,"-3")})]})}));exports.GD=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,n=a.height,l=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:n,viewBox:"0 0 640 480",width:l},React.createElement("defs",null,React.createElement("g",{id:"".concat(i,"-0")},React.createElement("g",{id:"".concat(i,"-1")},React.createElement("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(i,"-2"),transform:"rotate(18 0 -1)"}),React.createElement("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(i,"-2")})),React.createElement("use",{transform:"rotate(72)",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{transform:"rotate(144)",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{transform:"rotate(216)",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{transform:"rotate(288)",xlinkHref:"#".concat(i,"-1")}))),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),React.createElement("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),React.createElement("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),React.createElement("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),React.createElement("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{height:"100%",id:"".concat(i,"-3"),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(i,"-3")}),React.createElement("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),React.createElement("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),React.createElement("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(i,"-3")}))}));exports.GD=a;
package/icons/flags/GE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var i=e.borderRadius,t=e.height,a=e.width;return s.jsxs(c.FlagIconBase,{ref:r,borderRadius:i,height:t,viewBox:"0 0 640 480",width:a,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M272 0h96v480h-96z",fill:"red"}),s.jsx("path",{d:"M0 192h640v96H0z",fill:"red"}),s.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;
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;
package/icons/flags/GF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=r.forwardRef((function(r,a){var s=r.borderRadius,t=r.height,d=r.width;return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 0h640v480z",fill:"#078930"}),e.jsx("path",{d:"m0 0 640 480H0z",fill:"#fcdd09"}),e.jsx("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"),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;
package/icons/flags/GG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=r.forwardRef((function(i,s){var a=i.borderRadius,h=i.height,d=i.width,f=r.useId();return e.jsxs(t.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M256 0h128v480H256z",fill:"#e8112d"}),e.jsx("path",{d:"M0 176h640v128H0z",fill:"#e8112d"}),e.jsx("path",{d:"m110 286.7 23.3-23.4h210v-46.6h-210L110 193.3z",fill:"#f9dd16",id:"".concat(f,"-0")}),e.jsx("use",{height:"24",transform:"rotate(90 320 240)",width:"36",xlinkHref:"#".concat(f,"-0")}),e.jsx("use",{height:"24",transform:"rotate(-90 320 240)",width:"36",xlinkHref:"#".concat(f,"-0")}),e.jsx("use",{height:"24",transform:"rotate(180 320 240)",width:"36",xlinkHref:"#".concat(f,"-0")})]})}));exports.GG=i;
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;
package/icons/flags/GH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,h=r.width;return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#006b3f"}),e.jsx("path",{d:"M0 0h640v320H0z",fill:"#fcd116"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#ce1126"}),e.jsx("path",{d:"m320 160 52 160-136.1-98.9H404L268 320z"})]})}));exports.GH=s;
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;
package/icons/flags/GI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),v=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=v.forwardRef((function(a,e){var t=a.borderRadius,r=a.height,d=a.width,i=v.useId();return h.jsxs(s.FlagIconBase,{ref:e,borderRadius:t,height:r,viewBox:"0 0 640 480",width:d,children:[h.jsx("path",{d:"M0 0h640v480H0z",fill:"#da000c"}),h.jsx("path",{d:"M0 0h640v321.6H0z",fill:"#fff"}),h.jsxs("g",{stroke:"#000",transform:"translate(-160) scale(1.875)",children:[h.jsxs("g",{fill:"#da000c",id:"".concat(i,"-0"),strokeLinecap:"square",children:[h.jsx("path",{d:"M196.6 116.3h64v44h-64z",fill:"#000",stroke:"none"}),h.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"}),h.jsx("path",{d:"M204.5 60h18.6v34h-18.6z",fill:"#000",stroke:"none"}),h.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"}),h.jsx("path",{d:"M218.8 161.5H262",strokeLinecap:"butt"})]}),h.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 512 0)",width:"100%",xlinkHref:"#".concat(i,"-0")}),h.jsxs("g",{fill:"#f8d80e",children:[h.jsxs("g",{strokeLinecap:"round",children:[h.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"}),h.jsx("path",{d:"M260.4 157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4"}),h.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"}),h.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"})]}),h.jsx("path",{d:"M235.8 227.6v8h5v-4h6.9v4h5.4v-8zm0 11v8H253v-8h-5.4v4h-6.9v-4z"}),h.jsx("path",{d:"M253 193.7h5v58h-5z"}),h.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"}),h.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"})]}),h.jsxs("g",{fill:"#da000c",children:[h.jsx("path",{d:"M240.8 38.4h29.3v53.2h-29.3z",fill:"#000",stroke:"none"}),h.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"}),h.jsx("path",{d:"M220 82.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z"}),h.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;
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;
package/icons/flags/GL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=r.forwardRef((function(r,a){var s=r.borderRadius,t=r.height,d=r.width;return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 240h640v240H0zm80 0a160 160 0 1 0 320 0 160 160 0 0 0-320 0",fill:"#d00c33"})]})}));exports.GL=a;
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;
package/icons/flags/GM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(t,s){var a=t.borderRadius,l=t.height,h=t.width,d=r.useId();return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:a,height:l,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d,"-0"),children:e.jsx("path",{d:"M0-48h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(0 48)",children:[e.jsx("path",{d:"M0-128h640V85.3H0z",fill:"red"}),e.jsx("path",{d:"M0 85.3h640V121H0z",fill:"#fff"}),e.jsx("path",{d:"M0 120.9h640V263H0z",fill:"#009"}),e.jsx("path",{d:"M0 263.1h640v35.6H0z",fill:"#fff"}),e.jsx("path",{d:"M0 298.7h640V512H0z",fill:"#090"})]})]})}));exports.GM=t;
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;
package/icons/flags/GN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(r,t){var s=r.borderRadius,a=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h213.3v480H0z",fill:"red"}),e.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ff0"}),e.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#090"})]})})}));exports.GN=t;
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;
package/icons/flags/GP.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=r.forwardRef((function(r,t){var s=r.borderRadius,a=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),e.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]})})}));exports.GP=t;
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;
package/icons/flags/GQ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var h=l.forwardRef((function(l,h){var m=l.borderRadius,t=l.height,z=l.width;return c.jsxs(s.FlagIconBase,{ref:h,borderRadius:m,height:t,viewBox:"0 0 640 480",width:z,children:[c.jsx("path",{d:"M0 0h640v480H0z",fill:"#e32118"}),c.jsx("path",{d:"M0 0h640v320H0z",fill:"#fff"}),c.jsx("path",{d:"M0 0h640v160H0z",fill:"#3e9a00"}),c.jsx("path",{d:"M0 0v480l180-240z",fill:"#0073ce"}),c.jsxs("g",{stroke:"#000",children:[c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.jsxs("g",{fill:"#fff",strokeWidth:".7",children:[c.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"}),c.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"}),c.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"}),c.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"})]}),c.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;
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;
package/icons/flags/GR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),f=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=f.forwardRef((function(i,l){var a=i.borderRadius,s=i.height,d=i.width,t=f.useId();return e.jsxs(h.FlagIconBase,{ref:l,borderRadius:a,height:s,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t,"-0"),children:e.jsx("path",{d:"M0 0h120v90H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(5.33)",children:[e.jsx("path",{d:"M0 0h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 10h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 20h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 30h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 40h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 50h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 60h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 70h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 80h135v10H0zM0 0h50v50H0z",fill:"#0d5eaf"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"M20 0h10v50H20z"}),e.jsx("path",{d:"M0 20h50v10H0z"})]})]})]})}));exports.GR=i;
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;
package/icons/flags/GS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),c=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=c.forwardRef((function(c,a){var f=c.borderRadius,h=c.height,i=c.width;return l.jsxs(s.FlagIconBase,{ref:a,borderRadius:f,height:h,viewBox:"0 0 24 25",width:i,children:[l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.jsx("path",{d:"M21.02 11.178c.062-.322-.52-.015-.551.068-.032.084.49.26.552-.068Z",fill:"#F66B01"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.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"}),l.jsx("path",{d:"M7.333 4.111h-2v3.333H0v2h5.333v3.334h2V9.444h5.334v-2H7.333V4.111Z",fill:"#CF1B2B"}),l.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;
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;
package/icons/flags/GT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=a.forwardRef((function(a,s){var i=a.borderRadius,Z=a.height,h=a.width;return c.jsxs(l.FlagIconBase,{ref:s,borderRadius:i,height:Z,viewBox:"0 0 24 25",width:h,children:[c.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"}),c.jsx("path",{d:"M8 4.111h8v17.333H8V4.111Z",fill:"#EEE"}),c.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"}),c.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"}),c.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"}),c.jsx("path",{d:"m9.64 10.098 1.008 1.05.25-.126-.079-.112-.171.04-1.008-.852Z",fill:"#B1B6BA"}),c.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"}),c.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"}),c.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"}),c.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"}),c.jsx("path",{d:"m12.523 11.62-.117.333 1.003-1.003-.154-.028-.732.698Z",fill:"#B1B6BA"}),c.jsx("path",{d:"m14.417 10.098-1.008 1.05-.248-.126.248-.072 1.008-.852Z",fill:"#B1B6BA"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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;
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;
package/icons/flags/GU.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(l,i){var a=l.borderRadius,f=l.height,d=l.width;return e.jsxs(t.FlagIconBase,{ref:i,borderRadius:a,height:f,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#be0027",fillRule:"evenodd"}),e.jsx("path",{d:"M25.6 27.3h589.5v428.4H25.6z",fill:"#3b5aa3",fillRule:"evenodd"}),e.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"}),e.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"}),e.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"}),e.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"}),e.jsx("path",{d:"m301.8 294.4 119.4-.6v-3.2l-122.2.6 2.7 3.2z",fill:"#fdf9a1",fillRule:"evenodd"}),e.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"}),e.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:e.jsx("tspan",{children:"G"})}),e.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:e.jsx("tspan",{children:"U"})}),e.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:e.jsx("tspan",{children:"A"})}),e.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:e.jsx("tspan",{children:"M"})}),e.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"}),e.jsx("path",{d:"M295.3 310.6h4.7v7.9h-4.7z",fillRule:"evenodd"}),e.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"}),e.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"}),e.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"}),e.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:e.jsx("tspan",{children:"G"})}),e.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:e.jsx("tspan",{children:"U"})}),e.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:e.jsx("tspan",{children:"A"})}),e.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:e.jsx("tspan",{children:"M"})})]})}));exports.GU=i;
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;
package/icons/flags/GW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=r.forwardRef((function(r,a){var l=r.borderRadius,s=r.height,t=r.width;return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:s,viewBox:"0 0 24 25",width:t,children:[e.jsx("path",{d:"M21.333 4H10v8.667h14v-6A2.667 2.667 0 0 0 21.333 4Z",fill:"#FCD116"}),e.jsx("path",{d:"M10 21.333h11.333A2.667 2.667 0 0 0 24 18.667v-6H10v8.666Z",fill:"#009E49"}),e.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"}),e.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;
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;
package/icons/flags/GY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M2.4 0H640v480H2.4z",fill:"#399408"}),e.jsx("path",{d:"M.2 0c-.9 0 619.6 241.5 619.6 241.5L0 479.8.2 0z",fill:"#fff"}),e.jsx("path",{d:"M.3 20.2c3.4 0 559 217.9 555.9 220L1.9 463.2.3 20.3z",fill:"#ffde08"}),e.jsx("path",{d:"M1.9.8c1.8 0 290.9 240.9 290.9 240.9L1.8 477V.8z"}),e.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;
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;
package/icons/flags/HK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),d=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=l.forwardRef((function(t,i){var s=t.borderRadius,a=t.height,f=t.width,o=l.useId();return e.jsxs(d.FlagIconBase,{ref:i,borderRadius:s,height:a,viewBox:"0 0 640 480",width:f,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(o,"-0"),children:e.jsx("path",{d:"M-89 0h682.6v512H-89z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(o,"-0)"),transform:"translate(83.5) scale(.94)",children:[e.jsx("path",{d:"M618 512h-731.4V0H618z",fill:"#ba0000",fillRule:"evenodd"}),e.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"}),e.jsx("path",{d:"M232 164.5v-.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M235.3 241.8c-20-17.7-18.3-62.4-3-77.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.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"}),e.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"}),e.jsx("path",{d:"M323 210.2h.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M250 236c11.2-24.4 54.4-35.8 73.1-25.6",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.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"}),e.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"}),e.jsx("path",{d:"m306.5 310.1.2.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M259 249c26.6 2.9 51.1 40.2 47.4 61.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.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"}),e.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"}),e.jsx("path",{d:"m205.1 325.3-.1.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.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"}),e.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"}),e.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"}),e.jsx("path",{d:"m160.7 235.2-.2-.1",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M235 256.9c-23.2 13.3-65-2.7-74.2-22",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.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;
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;
package/icons/flags/HM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=l.forwardRef((function(l,r){var i=l.borderRadius,t=l.height,s=l.width;return e.jsx(h.FlagIconBase,{ref:r,borderRadius:i,height:t,viewBox:"0 0 640 480",width:s,children:e.jsxs("g",{strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#006"}),e.jsx("path",{d:"M0 0v30.6l372.6 243h46.9V243L46.9 0H0zm419.5 0v30.6l-372.6 243H0V243L372.6 0h46.9z",fill:"#fff"}),e.jsx("path",{d:"M174.8 0v273.6h69.9V0h-70zM0 91.2v91.2h419.5V91.2H0z",fill:"#fff"}),e.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"}),e.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;
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;
package/icons/flags/HN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,a){var i=s.borderRadius,n=s.height,h=s.width,c=e.useId();return t.jsxs(r.FlagIconBase,{ref:a,borderRadius:i,height:n,viewBox:"0 0 640 480",width:h,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsxs("g",{fill:"#0073cf",id:"".concat(c,"-0"),transform:"translate(320 240) scale(26.66665)",children:[t.jsxs("g",{id:"".concat(c,"-1"),children:[t.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(c,"-2")}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c,"-2")})]}),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c,"-1")}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c,"-1")}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c,"-1")}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c,"-1")})]}),t.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(c,"-0")}),t.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(c,"-0")})]})}));exports.HN=s;
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;
package/icons/flags/HR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),h=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=h.forwardRef((function(h,r){var a=h.borderRadius,i=h.height,s=h.width;return l.jsxs(e.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 24 25",width:s,children:[l.jsx("path",{d:"M0 9.267h24v6.8H0v-6.8Z",fill:"#EEE"}),l.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"}),l.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"}),l.jsx("path",{d:"M7.606 5.624v7.69a4.394 4.394 0 0 0 8.788 0v-7.69H7.606Z",fill:"#D52B1E"}),l.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"}),l.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"}),l.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;
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;