@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/TL.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,a){var c=s.borderRadius,t=s.height,l=s.width,d=r.useId();return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:c,height:t,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d,"-0"),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),e.jsx("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),e.jsx("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),e.jsx("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})]})]})}));exports.TL=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:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),React.createElement("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),React.createElement("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),React.createElement("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})))}));exports.TL=a;
package/icons/flags/TM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),v=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var Z=v.forwardRef((function(v,Z){var m=v.borderRadius,f=v.height,i=v.width;return l.jsxs(h.FlagIconBase,{ref:Z,borderRadius:m,height:f,viewBox:"0 0 24 25",width:i,children:[l.jsx("path",{d:"M24 18.778a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.778v-12A2.667 2.667 0 0 1 2.667 4.11h18.666A2.667 2.667 0 0 1 24 6.778v12Z",fill:"#29AE66"}),l.jsx("path",{d:"M2.667 4.111h4.666v17.333H2.667V4.111Z",fill:"#CA3745"}),l.jsx("path",{d:"m2.667 6.32.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.183-.194.193.162.161-.536.474v-.25l.294-.278-.159-.128.405-.404.234.202.219-.218-.234-.234-.164.164-.427-.428.16-.16-.328-.296v-.25Zm0 3.083.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.298v-.249Zm0 3.145.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.406.234.204.219-.219-.234-.235-.164.164-.427-.426.16-.16-.328-.298v-.25Zm0 3.104.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.297v-.25ZM7.333 6.32l-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.183.194.193-.162.161.536.474v-.25l-.294-.278.159-.128-.405-.404-.234.202-.219-.218.234-.234.164.164.427-.428-.16-.16.328-.296v-.25ZM3.041 4.57l.194-.193.182.183.437-.437-.01-.01h-.2l.016.016-.219.22-.234-.204-.405.404.159.128-.294.28v.25l.536-.475-.162-.161Zm4.157-.02-.405-.405-.234.203-.219-.22.017-.016h-.201l-.01.01.437.438.182-.183.194.194-.162.161.536.474v-.25l-.294-.279.159-.128Zm.135 4.854-.536.536.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.298v-.249Zm0 3.145-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25L7.04 14.3l.159-.127-.405-.406-.234.204-.219-.219.234-.235.164.164.427-.426-.16-.16.328-.298v-.25Zm0 3.104-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.297v-.25Z",fill:"#FAAE29"}),l.jsx("path",{d:"M6.68 5.403V5.14l-.388-.236H6l-.472-.245H4.472L4 4.903h-.292l-.389.236v.264l-.36.222v.612l.36.222v.264l.389.236H4l.472.245h1.056L6 6.959h.292l.389-.236v-.264l.36-.222v-.612l-.36-.222Z",fill:"#29AE66"}),l.jsx("path",{d:"M3.285 5.93v-.26l.308-.19v-.226l.332-.202h.25l.402-.208h.451V5.93H3.285Z",fill:"#FAAE29"}),l.jsx("path",{d:"M3.258 5.93v.262l.308.19v.225l.332.2h.249l.403.21H5V5.93H3.258Zm3.484 0v-.26l-.308-.19v-.225l-.332-.201h-.249l-.403-.209H5v1.086h1.742Z",fill:"#fff"}),l.jsx("path",{d:"M6.742 5.93v.262l-.308.19v.224l-.332.202h-.249l-.403.208H5V5.93h1.742ZM3.285 8.486h.451v.486h-.45v-.486Zm.451-.07h.45v.486h-.45v-.486Zm.451-.173h.451v.486h-.45v-.486Zm2.09.243h.451v.486h-.45v-.486Zm-.451-.07h.45v.486h-.45v-.486Zm-.451-.173h.45v.486h-.45v-.486ZM4.639 8h.736v.6H4.64V8ZM3.285 9.1h.451v.486h-.45V9.1Zm.451.07h.45v.486h-.45V9.17Zm.451.174h.451v.486h-.45v-.486Zm2.09-.244h.451v.486h-.45V9.1Zm-.451.07h.45v.486h-.45V9.17Zm-.451.174h.45v.486h-.45v-.486Zm-.736.128h.736v.601H4.64v-.6Z",fill:"#FAAE29"}),l.jsx("path",{d:"M5.7 17.183H4.326l-.97.621v.878l.97.62H5.7l.971-.62v-.878l-.97-.62Z",fill:"#fff"}),l.jsx("path",{d:"M5.589 11.209H4.438l-.814.573v.811l.814.573h1.151l.814-.573v-.811l-.814-.573Zm.49 1.29-.624.44h-.883l-.625-.44v-.623l.625-.44h.883l.624.44v.623Zm-.35 4.64H4.298l-1.011.648v.914l1.011.646h1.43l1.011-.646v-.915l-1.01-.647Zm.706 1.48-.834.534H4.425l-.834-.533v-.754l.834-.532h1.177l.833.532v.754Zm.068-3.55v-.295h-.295v-.328H3.813v.329h-.33v.295h-.288v.43h.288v.32h.33v.347h2.396v-.347h.294v-.32h.344v-.43h-.344Zm-.452.917H3.973v-1.39H6.05v1.39Z",fill:"#29AE66"}),l.jsx("path",{d:"m5 14.278-1.264.75v.486l1.264.82 1.277-.792v-.514L5 14.278Z",fill:"#29AE66"}),l.jsx("path",{d:"M4.434 17.955 5 17.628l.565.327v.653L5 18.934l-.566-.326v-.653Z",fill:"#CA3745"}),l.jsx("path",{d:"m5.565 20.834-.162.11s-.139-.264-.514-.291c-.376-.028-.584.125-.903.146-.32.02-1.303-.724-.792-1.865.459.33.22.732.43.927.21.195.43.327.515.556.085.23.484.04.75.083.416.07.676.334.676.334Z",fill:"#FAAE29"}),l.jsx("path",{d:"m4.434 20.834.163.11s.138-.264.514-.291c.375-.028.584.125.903.146.32.02 1.303-.724.791-1.865-.458.33-.22.732-.43.927-.209.195-.43.327-.514.556-.086.23-.484.04-.75.083-.417.07-.677.334-.677.334Z",fill:"#FAAE29"}),l.jsx("path",{d:"M12.12 6.304c.433.376.713.924.713 1.544A2.052 2.052 0 0 1 10.781 9.9c-.39 0-.75-.115-1.06-.304.38.415.922.68 1.529.68 1.15 0 2.083-.934 2.083-2.084 0-.84-.498-1.558-1.213-1.888Zm-1.556-.282-.164.322.255.256-.356-.056-.165.322-.056-.357-.357-.057.322-.164-.057-.358.256.256.322-.164Z",fill:"#fff"}),l.jsx("path",{d:"m11.585 6.641-.164.322.256.256-.358-.057-.164.322-.056-.357-.358-.057.322-.164-.056-.357.256.256.322-.164Zm-1.021.443-.164.322.255.256-.356-.056-.165.322-.056-.358-.357-.056.322-.164-.057-.358.256.256.322-.164Zm-1.063.54-.164.322.256.256-.357-.057-.165.323-.056-.358-.357-.056.322-.164-.056-.358.255.256.322-.164Zm1.063.601-.164.322.255.256-.356-.057-.165.322-.056-.357-.357-.057.322-.164-.057-.357.256.256.322-.164Z",fill:"#fff"}),l.jsx("path",{d:"M4.708 14.625h.61v.41h-.61v-.41Zm0 .934h.61v.41h-.61v-.41Z",fill:"#CA3745"}),l.jsx("path",{d:"M3.736 15.1h.835v.41h-.835v-.41Zm1.723 0h.818v.41H5.46v-.41Z",fill:"#FAAE29"})]})}));exports.TM=Z;
1
+ "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var v=l.forwardRef((function(l,v){var h=l.borderRadius,t=l.height,a=l.width;return React.createElement(e.FlagIconBase,{ref:v,borderRadius:h,height:t,viewBox:"0 0 24 25",width:a},React.createElement("path",{d:"M24 18.778a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.778v-12A2.667 2.667 0 0 1 2.667 4.11h18.666A2.667 2.667 0 0 1 24 6.778v12Z",fill:"#29AE66"}),React.createElement("path",{d:"M2.667 4.111h4.666v17.333H2.667V4.111Z",fill:"#CA3745"}),React.createElement("path",{d:"m2.667 6.32.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.183-.194.193.162.161-.536.474v-.25l.294-.278-.159-.128.405-.404.234.202.219-.218-.234-.234-.164.164-.427-.428.16-.16-.328-.296v-.25Zm0 3.083.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.298v-.249Zm0 3.145.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.406.234.204.219-.219-.234-.235-.164.164-.427-.426.16-.16-.328-.298v-.25Zm0 3.104.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.297v-.25ZM7.333 6.32l-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.183.194.193-.162.161.536.474v-.25l-.294-.278.159-.128-.405-.404-.234.202-.219-.218.234-.234.164.164.427-.428-.16-.16.328-.296v-.25ZM3.041 4.57l.194-.193.182.183.437-.437-.01-.01h-.2l.016.016-.219.22-.234-.204-.405.404.159.128-.294.28v.25l.536-.475-.162-.161Zm4.157-.02-.405-.405-.234.203-.219-.22.017-.016h-.201l-.01.01.437.438.182-.183.194.194-.162.161.536.474v-.25l-.294-.279.159-.128Zm.135 4.854-.536.536.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.298v-.249Zm0 3.145-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25L7.04 14.3l.159-.127-.405-.406-.234.204-.219-.219.234-.235.164.164.427-.426-.16-.16.328-.298v-.25Zm0 3.104-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.297v-.25Z",fill:"#FAAE29"}),React.createElement("path",{d:"M6.68 5.403V5.14l-.388-.236H6l-.472-.245H4.472L4 4.903h-.292l-.389.236v.264l-.36.222v.612l.36.222v.264l.389.236H4l.472.245h1.056L6 6.959h.292l.389-.236v-.264l.36-.222v-.612l-.36-.222Z",fill:"#29AE66"}),React.createElement("path",{d:"M3.285 5.93v-.26l.308-.19v-.226l.332-.202h.25l.402-.208h.451V5.93H3.285Z",fill:"#FAAE29"}),React.createElement("path",{d:"M3.258 5.93v.262l.308.19v.225l.332.2h.249l.403.21H5V5.93H3.258Zm3.484 0v-.26l-.308-.19v-.225l-.332-.201h-.249l-.403-.209H5v1.086h1.742Z",fill:"#fff"}),React.createElement("path",{d:"M6.742 5.93v.262l-.308.19v.224l-.332.202h-.249l-.403.208H5V5.93h1.742ZM3.285 8.486h.451v.486h-.45v-.486Zm.451-.07h.45v.486h-.45v-.486Zm.451-.173h.451v.486h-.45v-.486Zm2.09.243h.451v.486h-.45v-.486Zm-.451-.07h.45v.486h-.45v-.486Zm-.451-.173h.45v.486h-.45v-.486ZM4.639 8h.736v.6H4.64V8ZM3.285 9.1h.451v.486h-.45V9.1Zm.451.07h.45v.486h-.45V9.17Zm.451.174h.451v.486h-.45v-.486Zm2.09-.244h.451v.486h-.45V9.1Zm-.451.07h.45v.486h-.45V9.17Zm-.451.174h.45v.486h-.45v-.486Zm-.736.128h.736v.601H4.64v-.6Z",fill:"#FAAE29"}),React.createElement("path",{d:"M5.7 17.183H4.326l-.97.621v.878l.97.62H5.7l.971-.62v-.878l-.97-.62Z",fill:"#fff"}),React.createElement("path",{d:"M5.589 11.209H4.438l-.814.573v.811l.814.573h1.151l.814-.573v-.811l-.814-.573Zm.49 1.29-.624.44h-.883l-.625-.44v-.623l.625-.44h.883l.624.44v.623Zm-.35 4.64H4.298l-1.011.648v.914l1.011.646h1.43l1.011-.646v-.915l-1.01-.647Zm.706 1.48-.834.534H4.425l-.834-.533v-.754l.834-.532h1.177l.833.532v.754Zm.068-3.55v-.295h-.295v-.328H3.813v.329h-.33v.295h-.288v.43h.288v.32h.33v.347h2.396v-.347h.294v-.32h.344v-.43h-.344Zm-.452.917H3.973v-1.39H6.05v1.39Z",fill:"#29AE66"}),React.createElement("path",{d:"m5 14.278-1.264.75v.486l1.264.82 1.277-.792v-.514L5 14.278Z",fill:"#29AE66"}),React.createElement("path",{d:"M4.434 17.955 5 17.628l.565.327v.653L5 18.934l-.566-.326v-.653Z",fill:"#CA3745"}),React.createElement("path",{d:"m5.565 20.834-.162.11s-.139-.264-.514-.291c-.376-.028-.584.125-.903.146-.32.02-1.303-.724-.792-1.865.459.33.22.732.43.927.21.195.43.327.515.556.085.23.484.04.75.083.416.07.676.334.676.334Z",fill:"#FAAE29"}),React.createElement("path",{d:"m4.434 20.834.163.11s.138-.264.514-.291c.375-.028.584.125.903.146.32.02 1.303-.724.791-1.865-.458.33-.22.732-.43.927-.209.195-.43.327-.514.556-.086.23-.484.04-.75.083-.417.07-.677.334-.677.334Z",fill:"#FAAE29"}),React.createElement("path",{d:"M12.12 6.304c.433.376.713.924.713 1.544A2.052 2.052 0 0 1 10.781 9.9c-.39 0-.75-.115-1.06-.304.38.415.922.68 1.529.68 1.15 0 2.083-.934 2.083-2.084 0-.84-.498-1.558-1.213-1.888Zm-1.556-.282-.164.322.255.256-.356-.056-.165.322-.056-.357-.357-.057.322-.164-.057-.358.256.256.322-.164Z",fill:"#fff"}),React.createElement("path",{d:"m11.585 6.641-.164.322.256.256-.358-.057-.164.322-.056-.357-.358-.057.322-.164-.056-.357.256.256.322-.164Zm-1.021.443-.164.322.255.256-.356-.056-.165.322-.056-.358-.357-.056.322-.164-.057-.358.256.256.322-.164Zm-1.063.54-.164.322.256.256-.357-.057-.165.323-.056-.358-.357-.056.322-.164-.056-.358.255.256.322-.164Zm1.063.601-.164.322.255.256-.356-.057-.165.322-.056-.357-.357-.057.322-.164-.057-.357.256.256.322-.164Z",fill:"#fff"}),React.createElement("path",{d:"M4.708 14.625h.61v.41h-.61v-.41Zm0 .934h.61v.41h-.61v-.41Z",fill:"#CA3745"}),React.createElement("path",{d:"M3.736 15.1h.835v.41h-.835v-.41Zm1.723 0h.818v.41H5.46v-.41Z",fill:"#FAAE29"}))}));exports.TM=v;
package/icons/flags/TN.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(a,s){var t=a.borderRadius,l=a.height,c=a.width,d=r.useId();return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:l,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-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),e.jsx("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),e.jsx("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),e.jsx("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})]})]})}));exports.TN=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,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)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),React.createElement("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),React.createElement("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),React.createElement("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})))}));exports.TN=a;
package/icons/flags/TO.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,h=r.height,a=r.width;return e.jsx(i.FlagIconBase,{ref:s,borderRadius:t,height:h,viewBox:"0 0 640 480",width:a,children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#c10000"}),e.jsx("path",{d:"M0 0h250v200.3H0z",fill:"#fff"}),e.jsxs("g",{fill:"#c10000",children:[e.jsx("path",{d:"M102.8 31.2h39.9v139.6h-39.8z"}),e.jsx("path",{d:"M192.6 81v40H53V81z"})]})]})})}));exports.TO=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",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#c10000"}),React.createElement("path",{d:"M0 0h250v200.3H0z",fill:"#fff"}),React.createElement("g",{fill:"#c10000"},React.createElement("path",{d:"M102.8 31.2h39.9v139.6h-39.8z"}),React.createElement("path",{d:"M192.6 81v40H53V81z"}))))}));exports.TO=a;
package/icons/flags/TR.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,l=r.width;return e.jsx(i.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:l,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#e30a17"}),e.jsx("path",{d:"M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z",fill:"#fff"}),e.jsx("path",{d:"M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z",fill:"#e30a17"}),e.jsx("path",{d:"m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z",fill:"#fff"})]})})}));exports.TR=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:"M0 0h640v480H0z",fill:"#e30a17"}),React.createElement("path",{d:"M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z",fill:"#fff"}),React.createElement("path",{d:"M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z",fill:"#e30a17"}),React.createElement("path",{d:"m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z",fill:"#fff"})))}));exports.TR=a;
package/icons/flags/TT.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 l=r.forwardRef((function(r,l){var s=r.borderRadius,t=r.height,a=r.width;return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:s,height:t,viewBox:"0 0 640 480",width:a,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z",fill:"#e00000",fillRule:"evenodd"}),e.jsx("path",{d:"M27.7.2h118.6l468.2 479.3H492.2L27.7.2z",fillRule:"evenodd"})]})}));exports.TT=l;
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,l=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z",fill:"#e00000",fillRule:"evenodd"}),React.createElement("path",{d:"M27.7.2h118.6l468.2 479.3H492.2L27.7.2z",fillRule:"evenodd"}))}));exports.TT=r;
package/icons/flags/TV.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 i=h.forwardRef((function(i,t){var r=i.borderRadius,s=i.height,d=i.width,a=h.useId();return l.jsxs(e.FlagIconBase,{ref:t,borderRadius:r,height:s,viewBox:"0 0 640 480",width:d,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a,"-0"),children:l.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(a,"-0)"),children:[l.jsxs("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)",children:[l.jsx("path",{d:"M506-19.8h486V496H506z"}),l.jsx("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})]}),l.jsx("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),l.jsx("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),l.jsx("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),l.jsx("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),l.jsx("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),l.jsx("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),l.jsx("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),l.jsx("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),l.jsxs("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)",children:[l.jsx("path",{d:"M496 0h496.1v496h-496z"}),l.jsx("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})]}),l.jsx("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})]})]})}));exports.TV=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(l,a){var c=l.borderRadius,r=l.height,h=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)")},React.createElement("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)"},React.createElement("path",{d:"M506-19.8h486V496H506z"}),React.createElement("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})),React.createElement("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),React.createElement("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),React.createElement("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),React.createElement("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),React.createElement("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),React.createElement("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),React.createElement("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),React.createElement("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),React.createElement("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)"},React.createElement("path",{d:"M496 0h496.1v496h-496z"}),React.createElement("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})),React.createElement("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})))}));exports.TV=l;
package/icons/flags/TW.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 l=s.borderRadius,a=s.height,d=s.width,h=r.useId();return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h,"-0"),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),e.jsx("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),e.jsx("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),e.jsx("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),e.jsx("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})]})]})}));exports.TW=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,l){var c=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),React.createElement("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),React.createElement("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),React.createElement("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),React.createElement("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})))}));exports.TW=a;
package/icons/flags/TZ.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:"M10 0h160v120H10z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[e.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),e.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),e.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),e.jsx("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})]})]})}));exports.TZ=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,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M10 0h160v120H10z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)"},React.createElement("path",{d:"M0 0h180v120H0z",fill:"#09f"}),React.createElement("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),React.createElement("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),React.createElement("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})))}));exports.TZ=a;
package/icons/flags/UA.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:"#ffd500"}),e.jsx("path",{d:"M0 0h640v240H0z",fill:"#005bbb"})]})})}));exports.UA=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,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ffd500"}),React.createElement("path",{d:"M0 0h640v240H0z",fill:"#005bbb"})))}));exports.UA=r;
package/icons/flags/UG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),l=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(l,i){var h=l.borderRadius,t=l.height,e=l.width;return s.jsxs(a.FlagIconBase,{ref:i,borderRadius:h,height:t,viewBox:"0 0 24 25",width:e,children:[s.jsx("path",{d:"M24 18.667V18H0v.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667Z",fill:"#D90001"}),s.jsx("path",{d:"M0 15.334h24V18H0v-2.666Z",fill:"#FCDC02"}),s.jsx("path",{d:"M0 12.667h24v2.666H0v-2.666Z",fill:"#141414"}),s.jsx("path",{d:"M0 10h24v2.667H0V10Z",fill:"#D90001"}),s.jsx("path",{d:"M0 7.333h24V10H0V7.333Z",fill:"#FCDC02"}),s.jsx("path",{d:"M0 6.667v.666h24v-.666A2.667 2.667 0 0 0 21.333 4H2.667A2.667 2.667 0 0 0 0 6.667Z",fill:"#141414"}),s.jsx("path",{d:"M12 15.333A2.667 2.667 0 1 0 12 10a2.667 2.667 0 0 0 0 5.333Z",fill:"#fff"}),s.jsx("path",{d:"m11.563 10.688-.178-.47s.386-.134.761 0c.286.104.313.47.313.47l-.448.135-.448-.136Z",fill:"#D90000"}),s.jsx("path",{d:"M11.73 10.615v-.456s.073-.029.281 0a.441.441 0 0 1 .302.174l-.292.355-.292-.073Z",fill:"#FCDC02"}),s.jsx("path",{d:"M11.83 11.93c-.055-.096 0-.666.16-.707.159-.042.465-.542 0-.708-.466-.167-.563.32-.563.32s-.46.134-.403.25c.055.11.445-.042.528.054.083.097-.041.237-.375.626-.333.39-.111.916.042 1.053.152.136.333.239.472.364.138.124.298.194.298.194v.403s-.465.041-.687.014c-.222-.027-.375.125-.43.305-.057.18.083.278.083.14 0-.14.055-.056.068.055.012.111.112.07.112-.07 0-.138.055-.083.069-.014.014.07.111-.027.125-.11.014-.084.139-.126.25-.154.112-.027.41.028.41.028v.736s-.618.041-.674.125c-.055.084.375.07.375.07s-.125.236-.07.25c.057.014.445-.236.598-.264.153-.029.389.069.417 0 .028-.07-.375-.167-.417-.237-.042-.069-.125-.708-.125-.708s.18-.014.403 0c.222.014.167-.18.028-.375-.139-.194-.014-.25.222-.208.236.042.417 0 .417-.375 0-.376-1.278-.959-1.333-1.056Zm.486 1.806h-.153l.056-.278s.194.278.097.278Z",fill:"#141414"}),s.jsx("path",{d:"M11.65 11.208c.019-.166-.25-.152-.265 0-.014.153.237.237.264 0Z",fill:"#D90000"}),s.jsx("path",{d:"M11.833 12.031c.077-.027.938.365 1.167.47.23.103.202.5.163.738-.038.24-.174.313-.174.313s-.15-.387-.625-.573c-.638-.25-.823-.844-.53-.948Z",fill:"#9CA69C"}),s.jsx("path",{d:"M12.802 12.49c.28.073.875.207.927.812.052.604-.566.959-.566.959l.104-.188-.184.063.08-.136-.288.063s.483-.386.314-.73c.013.287-.179.365-.179.365s.165-.397-.552-.833l.187-.048-.186-.15.396.15-.188-.233.374.146-.239-.24Z",fill:"#D90000"}),s.jsx("path",{d:"M11.73 10.89a.068.068 0 1 1-.137 0c0-.037.03-.067.068-.067.038 0 .068.03.068.068Z",fill:"#9CA69C"})]})}));exports.UG=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(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:"M24 18.667V18H0v.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667Z",fill:"#D90001"}),React.createElement("path",{d:"M0 15.334h24V18H0v-2.666Z",fill:"#FCDC02"}),React.createElement("path",{d:"M0 12.667h24v2.666H0v-2.666Z",fill:"#141414"}),React.createElement("path",{d:"M0 10h24v2.667H0V10Z",fill:"#D90001"}),React.createElement("path",{d:"M0 7.333h24V10H0V7.333Z",fill:"#FCDC02"}),React.createElement("path",{d:"M0 6.667v.666h24v-.666A2.667 2.667 0 0 0 21.333 4H2.667A2.667 2.667 0 0 0 0 6.667Z",fill:"#141414"}),React.createElement("path",{d:"M12 15.333A2.667 2.667 0 1 0 12 10a2.667 2.667 0 0 0 0 5.333Z",fill:"#fff"}),React.createElement("path",{d:"m11.563 10.688-.178-.47s.386-.134.761 0c.286.104.313.47.313.47l-.448.135-.448-.136Z",fill:"#D90000"}),React.createElement("path",{d:"M11.73 10.615v-.456s.073-.029.281 0a.441.441 0 0 1 .302.174l-.292.355-.292-.073Z",fill:"#FCDC02"}),React.createElement("path",{d:"M11.83 11.93c-.055-.096 0-.666.16-.707.159-.042.465-.542 0-.708-.466-.167-.563.32-.563.32s-.46.134-.403.25c.055.11.445-.042.528.054.083.097-.041.237-.375.626-.333.39-.111.916.042 1.053.152.136.333.239.472.364.138.124.298.194.298.194v.403s-.465.041-.687.014c-.222-.027-.375.125-.43.305-.057.18.083.278.083.14 0-.14.055-.056.068.055.012.111.112.07.112-.07 0-.138.055-.083.069-.014.014.07.111-.027.125-.11.014-.084.139-.126.25-.154.112-.027.41.028.41.028v.736s-.618.041-.674.125c-.055.084.375.07.375.07s-.125.236-.07.25c.057.014.445-.236.598-.264.153-.029.389.069.417 0 .028-.07-.375-.167-.417-.237-.042-.069-.125-.708-.125-.708s.18-.014.403 0c.222.014.167-.18.028-.375-.139-.194-.014-.25.222-.208.236.042.417 0 .417-.375 0-.376-1.278-.959-1.333-1.056Zm.486 1.806h-.153l.056-.278s.194.278.097.278Z",fill:"#141414"}),React.createElement("path",{d:"M11.65 11.208c.019-.166-.25-.152-.265 0-.014.153.237.237.264 0Z",fill:"#D90000"}),React.createElement("path",{d:"M11.833 12.031c.077-.027.938.365 1.167.47.23.103.202.5.163.738-.038.24-.174.313-.174.313s-.15-.387-.625-.573c-.638-.25-.823-.844-.53-.948Z",fill:"#9CA69C"}),React.createElement("path",{d:"M12.802 12.49c.28.073.875.207.927.812.052.604-.566.959-.566.959l.104-.188-.184.063.08-.136-.288.063s.483-.386.314-.73c.013.287-.179.365-.179.365s.165-.397-.552-.833l.187-.048-.186-.15.396.15-.188-.233.374.146-.239-.24Z",fill:"#D90000"}),React.createElement("path",{d:"M11.73 10.89a.068.068 0 1 1-.137 0c0-.037.03-.067.068-.067.038 0 .068.03.068.068Z",fill:"#9CA69C"}))}));exports.UG=a;
package/icons/flags/UM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),l=require("react"),z=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var m=l.forwardRef((function(m,e){var H=m.borderRadius,r=m.height,i=m.width,s=l.useId();return h.jsxs(z.FlagIconBase,{ref:e,borderRadius:H,height:r,viewBox:"0 0 640 480",width:i,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(s,"-0"),children:h.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(s,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[h.jsxs("g",{strokeWidth:"1pt",children:[h.jsx("path",{d:"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z",fill:"#bd3d44"}),h.jsx("path",{d:"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z",fill:"#fff"})]}),h.jsx("path",{d:"M0 0h389.1v275.7H0z",fill:"#192f5d"}),h.jsx("path",{d:"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z",fill:"#fff"})]})]})}));exports.UM=m;
1
+ "use strict";var h=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var e=h.forwardRef((function(e,z){var m=e.borderRadius,t=e.height,a=e.width,H=h.useId();return React.createElement(l.FlagIconBase,{ref:z,borderRadius:m,height:t,viewBox:"0 0 640 480",width:a},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(H,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(H,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z",fill:"#bd3d44"}),React.createElement("path",{d:"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z",fill:"#fff"})),React.createElement("path",{d:"M0 0h389.1v275.7H0z",fill:"#192f5d"}),React.createElement("path",{d:"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z",fill:"#fff"})))}));exports.UM=e;
package/icons/flags/US.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),l=require("react"),z=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var m=l.forwardRef((function(l,m){var e=l.borderRadius,r=l.height,i=l.width;return h.jsx(z.FlagIconBase,{ref:m,borderRadius:e,height:r,viewBox:"0 0 640 480",width:i,children:h.jsxs("g",{fillRule:"evenodd",children:[h.jsxs("g",{strokeWidth:"1pt",children:[h.jsx("path",{d:"M0 0h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v37.031H0zm0 73.875h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v36.938H0zm0 73.875h912V480H0z",fill:"#bd3d44"}),h.jsx("path",{d:"M0 36.938h912v36.937H0zm0 73.874h912v36.844H0zm0 73.782h912v36.937H0zm0 73.875h912v36.937H0zm0 73.875h912v36.937H0zm0 73.781h912v36.938H0z",fill:"#fff"})]}),h.jsx("path",{d:"M0 0h364.781v258.469H0z",fill:"#192f5d"}),h.jsx("path",{d:"M30.375 11.063 33.75 21.28h10.688l-8.626 6.282 3.282 10.312-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.282h10.875zm60.844 0L94.5 21.28h10.781l-8.719 6.282 3.282 10.312-8.625-6.375L82.5 37.78l3.281-10.218-8.625-6.282h10.688zm60.75 0 3.375 10.218h10.594l-8.625 6.282 3.28 10.312-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.282h10.782zm60.844 0 3.28 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.282h10.688zm60.75 0 3.375 10.218h10.687L279 27.563l3.281 10.312-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.282h10.687zm60.843 0 3.281 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.282h10.781zM60.844 36.936l3.281 10.22h10.781l-8.719 6.28 3.188 10.22-8.438-6.282-8.718 6.281 3.093-10.218-8.437-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.376 10.22-8.72-6.282-8.718 6.281 3.375-10.218-8.719-6.282h10.781zm60.844 0 3.28 10.22H196.5l-8.719 6.28 3.281 10.22-8.625-6.282-8.718 6.281L177 53.438l-8.625-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.375 10.22-8.719-6.282-8.625 6.281 3.282-10.218-8.719-6.282H240zm60.843 0 3.281 10.22h10.782l-8.719 6.28 3.281 10.22-8.625-6.282-8.719 6.281 3.282-10.218-8.625-6.282h10.687zM30.375 62.72l3.375 10.406h10.688l-8.626 6.281 3.282 10.219-8.719-6.375-8.625 6.375 3.281-10.313-8.718-6.28h10.875zm60.844 0L94.5 73.03h10.781l-8.719 6.281 3.282 10.22-8.625-6.376L82.5 89.53l3.281-10.312-8.625-6.281h10.688zm60.75 0 3.375 10.312h10.594l-8.625 6.281 3.28 10.22-8.718-6.376-8.625 6.375 3.281-10.312-8.719-6.281h10.782zm60.844 0 3.28 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.718 6.375 3.375-10.312-8.719-6.281h10.688zm60.75 0 3.375 10.312h10.687L279 79.312l3.281 10.22-8.719-6.376-8.625 6.375 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.719 6.375 3.375-10.312-8.718-6.281h10.781zM60.844 88.594l3.281 10.219h10.781l-8.719 6.28 3.282 10.313-8.625-6.375-8.719 6.281 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.313-8.72-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.313-8.625-6.375-8.718 6.281L177 105.094l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.313-8.625-6.375-8.719 6.281 3.282-10.218-8.625-6.281h10.687zM30.375 114.469l3.375 10.219h10.688l-8.626 6.28 3.282 10.313-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.282-8.719 6.281 3.281-10.218-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.594l-8.625 6.28 3.28 10.313-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.281h10.781zM60.844 140.344l3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.375-8.719 6.375 3.281-10.313-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.22-8.72-6.375-8.718 6.375 3.375-10.313-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.22-8.625-6.375-8.718 6.375L177 156.75l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.22-8.719-6.375-8.625 6.375 3.282-10.313-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.22-8.625-6.375-8.719 6.375 3.282-10.313-8.625-6.281h10.687zM30.375 166.125l3.375 10.313h10.688l-8.626 6.28 3.282 10.126-8.719-6.281-8.625 6.28 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.313h10.781l-8.719 6.28 3.376 10.126-8.72-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.594l-8.625 6.28 3.28 10.126-8.718-6.281-8.625 6.28 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.687l-8.625 6.28 3.281 10.126-8.719-6.281-8.625 6.28 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.719 6.28 3.375-10.218-8.718-6.281h10.781zM60.844 192l3.281 10.219h10.781l-8.719 6.281 3.282 10.313-8.625-6.375-8.719 6.28 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.281 3.376 10.313-8.72-6.375-8.718 6.28 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.281 3.281 10.313-8.625-6.375-8.718 6.28L177 208.5l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.281 3.281 10.313-8.719-6.375-8.625 6.28 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.281 10.313-8.625-6.375-8.719 6.28 3.282-10.218-8.625-6.281h10.687zM30.375 217.875l3.375 10.219h10.688l-8.626 6.281 3.282 10.219-8.719-6.281-8.625 6.28 3.281-10.312L16.313 228h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.281 3.376 10.219-8.72-6.281-8.718 6.28 3.375-10.312L77.156 228h10.688zm60.75 0 3.375 10.219h10.594l-8.438 6.281 3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312L138 228h10.781zm60.844 0 3.28 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.718 6.28 3.375-10.312L198.75 228h10.688zm60.75 0 3.375 10.219h10.687L279 234.375l3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.719 6.28 3.375-10.312-8.718-6.281h10.781z",fill:"#fff"})]})})}));exports.US=m;
1
+ "use strict";var h=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var z=h.forwardRef((function(h,z){var e=h.borderRadius,m=h.height,t=h.width;return React.createElement(l.FlagIconBase,{ref:z,borderRadius:e,height:m,viewBox:"0 0 640 480",width:t},React.createElement("g",{fillRule:"evenodd"},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v37.031H0zm0 73.875h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v36.938H0zm0 73.875h912V480H0z",fill:"#bd3d44"}),React.createElement("path",{d:"M0 36.938h912v36.937H0zm0 73.874h912v36.844H0zm0 73.782h912v36.937H0zm0 73.875h912v36.937H0zm0 73.875h912v36.937H0zm0 73.781h912v36.938H0z",fill:"#fff"})),React.createElement("path",{d:"M0 0h364.781v258.469H0z",fill:"#192f5d"}),React.createElement("path",{d:"M30.375 11.063 33.75 21.28h10.688l-8.626 6.282 3.282 10.312-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.282h10.875zm60.844 0L94.5 21.28h10.781l-8.719 6.282 3.282 10.312-8.625-6.375L82.5 37.78l3.281-10.218-8.625-6.282h10.688zm60.75 0 3.375 10.218h10.594l-8.625 6.282 3.28 10.312-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.282h10.782zm60.844 0 3.28 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.282h10.688zm60.75 0 3.375 10.218h10.687L279 27.563l3.281 10.312-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.282h10.687zm60.843 0 3.281 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.282h10.781zM60.844 36.936l3.281 10.22h10.781l-8.719 6.28 3.188 10.22-8.438-6.282-8.718 6.281 3.093-10.218-8.437-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.376 10.22-8.72-6.282-8.718 6.281 3.375-10.218-8.719-6.282h10.781zm60.844 0 3.28 10.22H196.5l-8.719 6.28 3.281 10.22-8.625-6.282-8.718 6.281L177 53.438l-8.625-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.375 10.22-8.719-6.282-8.625 6.281 3.282-10.218-8.719-6.282H240zm60.843 0 3.281 10.22h10.782l-8.719 6.28 3.281 10.22-8.625-6.282-8.719 6.281 3.282-10.218-8.625-6.282h10.687zM30.375 62.72l3.375 10.406h10.688l-8.626 6.281 3.282 10.219-8.719-6.375-8.625 6.375 3.281-10.313-8.718-6.28h10.875zm60.844 0L94.5 73.03h10.781l-8.719 6.281 3.282 10.22-8.625-6.376L82.5 89.53l3.281-10.312-8.625-6.281h10.688zm60.75 0 3.375 10.312h10.594l-8.625 6.281 3.28 10.22-8.718-6.376-8.625 6.375 3.281-10.312-8.719-6.281h10.782zm60.844 0 3.28 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.718 6.375 3.375-10.312-8.719-6.281h10.688zm60.75 0 3.375 10.312h10.687L279 79.312l3.281 10.22-8.719-6.376-8.625 6.375 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.719 6.375 3.375-10.312-8.718-6.281h10.781zM60.844 88.594l3.281 10.219h10.781l-8.719 6.28 3.282 10.313-8.625-6.375-8.719 6.281 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.313-8.72-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.313-8.625-6.375-8.718 6.281L177 105.094l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.313-8.625-6.375-8.719 6.281 3.282-10.218-8.625-6.281h10.687zM30.375 114.469l3.375 10.219h10.688l-8.626 6.28 3.282 10.313-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.282-8.719 6.281 3.281-10.218-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.594l-8.625 6.28 3.28 10.313-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.281h10.781zM60.844 140.344l3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.375-8.719 6.375 3.281-10.313-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.22-8.72-6.375-8.718 6.375 3.375-10.313-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.22-8.625-6.375-8.718 6.375L177 156.75l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.22-8.719-6.375-8.625 6.375 3.282-10.313-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.22-8.625-6.375-8.719 6.375 3.282-10.313-8.625-6.281h10.687zM30.375 166.125l3.375 10.313h10.688l-8.626 6.28 3.282 10.126-8.719-6.281-8.625 6.28 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.313h10.781l-8.719 6.28 3.376 10.126-8.72-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.594l-8.625 6.28 3.28 10.126-8.718-6.281-8.625 6.28 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.687l-8.625 6.28 3.281 10.126-8.719-6.281-8.625 6.28 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.719 6.28 3.375-10.218-8.718-6.281h10.781zM60.844 192l3.281 10.219h10.781l-8.719 6.281 3.282 10.313-8.625-6.375-8.719 6.28 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.281 3.376 10.313-8.72-6.375-8.718 6.28 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.281 3.281 10.313-8.625-6.375-8.718 6.28L177 208.5l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.281 3.281 10.313-8.719-6.375-8.625 6.28 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.281 10.313-8.625-6.375-8.719 6.28 3.282-10.218-8.625-6.281h10.687zM30.375 217.875l3.375 10.219h10.688l-8.626 6.281 3.282 10.219-8.719-6.281-8.625 6.28 3.281-10.312L16.313 228h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.281 3.376 10.219-8.72-6.281-8.718 6.28 3.375-10.312L77.156 228h10.688zm60.75 0 3.375 10.219h10.594l-8.438 6.281 3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312L138 228h10.781zm60.844 0 3.28 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.718 6.28 3.375-10.312L198.75 228h10.688zm60.75 0 3.375 10.219h10.687L279 234.375l3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.719 6.28 3.375-10.312-8.718-6.281h10.781z",fill:"#fff"})))}));exports.US=z;
package/icons/flags/UY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,c){var a=t.borderRadius,i=t.height,h=t.width,n=e.useId();return s.jsxs(r.FlagIconBase,{ref:c,borderRadius:a,height:i,viewBox:"0 0 640 480",width:h,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z",fill:"#0038a8"}),s.jsxs("g",{fill:"#fcd116",stroke:"#000",strokeMiterlimit:"20",strokeWidth:".6",transform:"translate(133.3 133.3) scale(2.93333)",children:[s.jsxs("g",{id:"".concat(n,"-0"),children:[s.jsxs("g",{id:"".concat(n,"-1"),children:[s.jsxs("g",{id:"".concat(n,"-2"),children:[s.jsx("path",{d:"m-2.058 8.889 3.01 4.494c-12.367 8.949-4.817 14.24-13.58 17.105 5.45-5.32-.859-5.767 3.733-16.854",strokeLinecap:"square"}),s.jsx("path",{d:"M-4.21 10.163c-6.822 11.245-2.348 17.428-8.419 20.325",fill:"none"}),s.jsx("path",{d:"M0 0h6L0 33-6 0h6v33"})]}),s.jsx("use",{height:"100%",transform:"rotate(45)",width:"100%",xlinkHref:"#".concat(n,"-2")})]}),s.jsx("use",{height:"100%",transform:"rotate(90)",width:"100%",xlinkHref:"#".concat(n,"-1")})]}),s.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(n,"-0")}),s.jsx("circle",{r:"11"})]}),s.jsxs("g",{transform:"translate(133.3 133.3) scale(.29333)",children:[s.jsxs("g",{id:"".concat(n,"-3"),children:[s.jsx("path",{d:"M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"}),s.jsx("path",{d:"M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"}),s.jsx("path",{d:"M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"})]}),s.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n,"-3")}),s.jsx("path",{d:"M0 76c-5 0-18 3 0 3s5-3 0-3"})]})]})}));exports.UY=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,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("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z",fill:"#0038a8"}),React.createElement("g",{fill:"#fcd116",stroke:"#000",strokeMiterlimit:"20",strokeWidth:".6",transform:"translate(133.3 133.3) scale(2.93333)"},React.createElement("g",{id:"".concat(i,"-0")},React.createElement("g",{id:"".concat(i,"-1")},React.createElement("g",{id:"".concat(i,"-2")},React.createElement("path",{d:"m-2.058 8.889 3.01 4.494c-12.367 8.949-4.817 14.24-13.58 17.105 5.45-5.32-.859-5.767 3.733-16.854",strokeLinecap:"square"}),React.createElement("path",{d:"M-4.21 10.163c-6.822 11.245-2.348 17.428-8.419 20.325",fill:"none"}),React.createElement("path",{d:"M0 0h6L0 33-6 0h6v33"})),React.createElement("use",{height:"100%",transform:"rotate(45)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("use",{height:"100%",transform:"rotate(90)",width:"100%",xlinkHref:"#".concat(i,"-1")})),React.createElement("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("circle",{r:"11"})),React.createElement("g",{transform:"translate(133.3 133.3) scale(.29333)"},React.createElement("g",{id:"".concat(i,"-3")},React.createElement("path",{d:"M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"}),React.createElement("path",{d:"M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"}),React.createElement("path",{d:"M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"})),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(i,"-3")}),React.createElement("path",{d:"M0 76c-5 0-18 3 0 3s5-3 0-3"})))}));exports.UY=a;
package/icons/flags/UZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=i.forwardRef((function(r,s){var c=r.borderRadius,h=r.height,n=r.width,x=i.useId();return e.jsxs(t.FlagIconBase,{ref:s,borderRadius:c,height:h,viewBox:"0 0 640 480",width:n,children:[e.jsx("path",{d:"M0 320h640v160H0z",fill:"#1eb53a"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#0099b5"}),e.jsx("path",{d:"M0 153.6h640v172.8H0z",fill:"#ce1126"}),e.jsx("path",{d:"M0 163.2h640v153.6H0z",fill:"#fff"}),e.jsx("circle",{cx:"134.4",cy:"76.8",fill:"#fff",r:"57.6"}),e.jsx("circle",{cx:"153.6",cy:"76.8",fill:"#0099b5",r:"57.6"}),e.jsxs("g",{fill:"#fff",transform:"matrix(1.92 0 0 1.92 261.1 122.9)",children:[e.jsxs("g",{id:"".concat(x,"-0"),children:[e.jsxs("g",{id:"".concat(x,"-1"),children:[e.jsxs("g",{id:"".concat(x,"-2"),children:[e.jsxs("g",{id:"".concat(x,"-3"),children:[e.jsx("path",{d:"M0-6-1.9-.3 1 .7",id:"".concat(x,"-4")}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(x,"-4")})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(x,"-3")})]}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(x,"-3")}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(x,"-2")})]}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(x,"-1"),y:"-24"}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(x,"-1"),y:"-48"})]}),e.jsx("use",{height:"100%",width:"100%",x:"24",xlinkHref:"#".concat(x,"-0")}),e.jsx("use",{height:"100%",width:"100%",x:"48",xlinkHref:"#".concat(x,"-0")}),e.jsx("use",{height:"100%",width:"100%",x:"-48",xlinkHref:"#".concat(x,"-1")}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(x,"-1")}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(x,"-1"),y:"-24"})]})]})}));exports.UZ=r;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(c,a){var r=c.borderRadius,n=c.height,i=c.width,l=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:n,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 320h640v160H0z",fill:"#1eb53a"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#0099b5"}),React.createElement("path",{d:"M0 153.6h640v172.8H0z",fill:"#ce1126"}),React.createElement("path",{d:"M0 163.2h640v153.6H0z",fill:"#fff"}),React.createElement("circle",{cx:"134.4",cy:"76.8",fill:"#fff",r:"57.6"}),React.createElement("circle",{cx:"153.6",cy:"76.8",fill:"#0099b5",r:"57.6"}),React.createElement("g",{fill:"#fff",transform:"matrix(1.92 0 0 1.92 261.1 122.9)"},React.createElement("g",{id:"".concat(l,"-0")},React.createElement("g",{id:"".concat(l,"-1")},React.createElement("g",{id:"".concat(l,"-2")},React.createElement("g",{id:"".concat(l,"-3")},React.createElement("path",{d:"M0-6-1.9-.3 1 .7",id:"".concat(l,"-4")}),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(l,"-4")})),React.createElement("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(l,"-3")})),React.createElement("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(l,"-3")}),React.createElement("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(l,"-2")})),React.createElement("use",{height:"100%",width:"100%",xlinkHref:"#".concat(l,"-1"),y:"-24"}),React.createElement("use",{height:"100%",width:"100%",xlinkHref:"#".concat(l,"-1"),y:"-48"})),React.createElement("use",{height:"100%",width:"100%",x:"24",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{height:"100%",width:"100%",x:"48",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{height:"100%",width:"100%",x:"-48",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(l,"-1"),y:"-24"})))}));exports.UZ=c;
package/icons/flags/VA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),a=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=a.forwardRef((function(a,c){var i=a.borderRadius,t=a.height,h=a.width;return l.jsxs(s.FlagIconBase,{ref:c,borderRadius:i,height:t,viewBox:"0 0 24 25",width:h,children:[l.jsx("path",{d:"M12.667 21.222H6a2.667 2.667 0 0 1-2.667-2.666v-12A2.667 2.667 0 0 1 6 3.889h6.667v17.333Z",fill:"#FDDF00"}),l.jsx("path",{d:"M20.667 18.556A2.667 2.667 0 0 1 18 21.222h-6V3.89h6a2.667 2.667 0 0 1 2.667 2.667v12Z",fill:"#EEE"}),l.jsx("path",{d:"m19.21 10.045.22-.406-.448.203.229.203Z",fill:"#A1A1A1"}),l.jsx("path",{d:"M19.23 9.677a.165.165 0 1 0 .33.001.165.165 0 0 0-.33 0Zm-.383.097c-.078.076-.038.241.087.366.125.126.29.165.366.087.077-.077.039-.24-.087-.366-.124-.125-.289-.165-.366-.087Z",fill:"#A1A1A1"}),l.jsx("path",{d:"M15.04 13.597c.253.24.468-.07.871-.427.369-.327 2.792-2.58 3.052-2.81.261-.229.019-.576-.283-.294-.302.281-3.2 2.708-3.418 2.906-.218.198-.501.36-.221.625Z",fill:"#CB9C2B"}),l.jsx("path",{d:"m18.899 10.261.291.325-.146.126.146.124.146-.124.208.229v.229l-.406.344-.24-.156v-.188h-.197v.178l.104.01.094.104.01.24-.36.291-.739-.7 1.089-1.032Zm-5.792 4.069a.993.993 0 1 0 1.986-.001.993.993 0 0 0-1.986 0Zm.636 0a.325.325 0 1 1 .329-.324v.005c.009 0 .017-.006.027-.006a.326.326 0 0 1 .65.001.325.325 0 0 1-.32.324.326.326 0 1 1-.33.326c-.01 0-.018-.006-.028-.006l.001.005a.326.326 0 0 1-.65 0c0-.177.143-.321.32-.325Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M14.748 13.387c-.077.077-.038.242.087.366.126.126.29.165.366.088.078-.077.039-.241-.087-.366-.125-.126-.29-.165-.366-.088Zm-1.596.125a.17.17 0 0 0 .34 0 .17.17 0 1 0-.34 0Zm1.482 1.641a.17.17 0 0 0 .34 0 .17.17 0 1 0-.34 0Zm-1.527-.055a.17.17 0 0 0 .34 0 .17.17 0 1 0-.34 0Z",fill:"#A1A1A1"}),l.jsx("path",{d:"M17.847 11.944a.576.576 0 0 0 .21-.246c.2-.435-.048-1.134-.199-1.404-.185-.332-.071-.548.017-.65a.248.248 0 0 0-.087-.018c-.073 0-.143.036-.208.106-.195.207-.103.484.169 1.113.204.47.283.81.098 1.1Z",fill:"#B4B4B5"}),l.jsx("path",{d:"M17.474 9.918a.493.493 0 0 1 .422-.216c.146 0 .297.054.423.15l.187-.281c-.083-.069-.282-.211-.507-.211-.06 0-.117.01-.172.029-.256.091-.342.327-.353.529Z",fill:"#B4B4B5"}),l.jsx("path",{d:"m13.456 10.045-.22-.406.449.203-.229.203Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M13.436 9.677a.165.165 0 1 1-.33.001.165.165 0 0 1 .33 0Zm.383.097c.078.076.038.241-.087.366-.125.126-.29.165-.366.087-.077-.077-.039-.24.087-.366.125-.125.29-.165.366-.087Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M17.626 13.597c-.253.24-.467-.07-.87-.427-.37-.327-2.793-2.58-3.053-2.81-.26-.229-.018-.576.284-.294.302.281 3.2 2.708 3.418 2.906.218.198.501.36.221.625Z",fill:"#A1A1A1"}),l.jsx("path",{d:"m13.768 10.261-.291.325.146.126-.146.124-.146-.124-.208.229v.229l.406.344.239-.156v-.188h.198v.178l-.104.01-.094.104-.01.24.36.291.739-.7-1.089-1.032Zm4.8 3.076a.993.993 0 1 0 0 1.986.993.993 0 0 0 0-1.986Zm.677 1.318a.326.326 0 0 1-.651 0l.001-.005c-.01 0-.018.006-.028.006a.326.326 0 0 1-.65-.001c0-.178.143-.321.32-.325a.324.324 0 0 1 .005-.649c.18 0 .325.145.325.324.01 0 .018.005.028.006l-.001-.005a.325.325 0 1 1 .33.324c.177.004.32.148.32.325Z",fill:"#A1A1A1"}),l.jsx("path",{d:"M17.919 13.387c.077.077.038.242-.088.366-.125.126-.289.165-.366.088-.077-.077-.038-.241.088-.366.124-.126.289-.165.366-.088Zm1.596.125a.17.17 0 0 1-.341 0 .17.17 0 1 1 .34 0Zm-1.482 1.641a.17.17 0 0 1-.341 0 .17.17 0 1 1 .34 0Zm1.527-.055a.17.17 0 0 1-.34 0 .17.17 0 1 1 .34 0Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M17.279 9.702c0 .978-.426.951-.952.951s-.952.027-.952-.951.426-2.035.952-2.035.952 1.057.952 2.035Z",fill:"#000"}),l.jsx("path",{d:"M16.285 10.586c-.283 0-.48-.008-.616-.113-.154-.12-.227-.365-.227-.771 0-.994.438-1.968.885-1.968.446 0 .885.974.885 1.968 0 .884-.355.884-.805.884h-.122Z",fill:"#fff"}),l.jsx("path",{d:"M16.824 9.917c-.333-.097-.28-.417-.497-.417-.218 0-.164.32-.498.417-.332.097-.497-.055-.497-.055l.155.638s.28-.236.84-.236c.56 0 .839.236.839.236l.155-.638c0-.001-.164.152-.497.055Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M16.879 9.072c-.37-.102-.31-.439-.552-.439-.242 0-.183.337-.552.439-.37.102-.552-.058-.552-.058l.172.672s.311-.249.932-.249.931.249.931.249l.172-.672s-.182.16-.551.058Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M16.791 8.186c-.311-.086-.261-.37-.464-.37-.204 0-.154.284-.465.37-.31.086-.464-.049-.464-.049l.145.566s.262-.157.784-.157c.523 0 .784.157.784.157l.146-.566c-.001 0-.155.135-.466.049Zm-.583-.632c0 .099.053.18.119.18.065 0 .118-.08.118-.18 0-.099-.053-.179-.118-.179s-.119.08-.119.18Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M16.027 7.36c0 .068.134.123.3.123.165 0 .299-.055.299-.123 0-.07-.134-.124-.3-.124-.165 0-.299.056-.299.124Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M16.208 7.179c0 .069.053.124.119.124a.121.121 0 0 0 .118-.124.12.12 0 0 0-.118-.123.122.122 0 0 0-.119.123Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M14.807 11.944a.576.576 0 0 1-.21-.246c-.2-.435.048-1.134.199-1.404.185-.332.071-.548-.017-.65a.249.249 0 0 1 .087-.018c.073 0 .143.036.208.106.195.207.103.484-.169 1.113-.204.47-.283.81-.098 1.1Z",fill:"#B4B4B5"}),l.jsx("path",{d:"M15.18 9.918a.493.493 0 0 0-.422-.216.712.712 0 0 0-.423.15l-.187-.281c.083-.069.282-.211.507-.211.06 0 .117.01.172.029.255.091.341.327.353.529Z",fill:"#B4B4B5"}),l.jsx("path",{d:"M16.327 11.889c.133.103.164.5.164.969v3.656s.204.052.142.594c-.018.154-.323.125-.375 0-.052-.126-.027-.528.07-.584V12.89c0-.541-.091-.751-.12-.854-.028-.103.055-.196.119-.146Z",fill:"#EC1C24"}),l.jsx("path",{d:"M17.583 14.422c-.13-.092-.314-.322-.471-.542-.208-.292-.26-.49-.467-.74-.207-.25-.748-.768-.876-.75-.051.007-.104.125-.056.166.049.042.202.208.545.469.344.26.396.552.683.969.264.384.493.647.699.682a1.012 1.012 0 0 1-.057-.254Z",fill:"#EC1C24"}),l.jsx("path",{d:"M16.907 12.256c-.122.117-.5.486-.705.726-.205.24-.465.814-.695 1.074a2.83 2.83 0 0 1-.428.397.984.984 0 0 1-.064.26c.165-.056.401-.208.697-.636.41-.594.607-1.031.805-1.198.198-.167.278-.216.389-.332.112-.117.123-.408 0-.29Z",fill:"#EC1C24"}),l.jsx("path",{d:"M16.083 12.743v3.854c-.221.177-.158.471-.117.616.041.145.402.144.458.072.056-.072.071-.563-.135-.73v-3.572c0-.094-.206-.383-.206-.24Z",fill:"#EC1C24"}),l.jsx("path",{d:"M14.73 14.544c-.198.138-.368.376.075.553.442.177 1.028.417 1.522.417.493 0 1.415-.335 1.631-.486.216-.15.31-.33-.035-.43-.18-.054-.208.082-.114.114.094.031.204.128-.034.215-.236.087-.778.34-1.486.34s-1.375-.301-1.484-.34c-.11-.039-.14-.163-.062-.215.077-.052.076-.23-.013-.168Z",fill:"#EC1C24"}),l.jsx("path",{d:"M16.57 16.395a.14.14 0 1 1-.281 0 .14.14 0 0 1 .282 0Z",fill:"#CB9C2B"}),l.jsx("path",{d:"M16.333 16.488a.14.14 0 1 1-.281 0 .14.14 0 0 1 .281 0Z",fill:"#CB9C2B"})]})}));exports.VA=c;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,l=e.height,r=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:l,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M12.667 21.222H6a2.667 2.667 0 0 1-2.667-2.666v-12A2.667 2.667 0 0 1 6 3.889h6.667v17.333Z",fill:"#FDDF00"}),React.createElement("path",{d:"M20.667 18.556A2.667 2.667 0 0 1 18 21.222h-6V3.89h6a2.667 2.667 0 0 1 2.667 2.667v12Z",fill:"#EEE"}),React.createElement("path",{d:"m19.21 10.045.22-.406-.448.203.229.203Z",fill:"#A1A1A1"}),React.createElement("path",{d:"M19.23 9.677a.165.165 0 1 0 .33.001.165.165 0 0 0-.33 0Zm-.383.097c-.078.076-.038.241.087.366.125.126.29.165.366.087.077-.077.039-.24-.087-.366-.124-.125-.289-.165-.366-.087Z",fill:"#A1A1A1"}),React.createElement("path",{d:"M15.04 13.597c.253.24.468-.07.871-.427.369-.327 2.792-2.58 3.052-2.81.261-.229.019-.576-.283-.294-.302.281-3.2 2.708-3.418 2.906-.218.198-.501.36-.221.625Z",fill:"#CB9C2B"}),React.createElement("path",{d:"m18.899 10.261.291.325-.146.126.146.124.146-.124.208.229v.229l-.406.344-.24-.156v-.188h-.197v.178l.104.01.094.104.01.24-.36.291-.739-.7 1.089-1.032Zm-5.792 4.069a.993.993 0 1 0 1.986-.001.993.993 0 0 0-1.986 0Zm.636 0a.325.325 0 1 1 .329-.324v.005c.009 0 .017-.006.027-.006a.326.326 0 0 1 .65.001.325.325 0 0 1-.32.324.326.326 0 1 1-.33.326c-.01 0-.018-.006-.028-.006l.001.005a.326.326 0 0 1-.65 0c0-.177.143-.321.32-.325Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M14.748 13.387c-.077.077-.038.242.087.366.126.126.29.165.366.088.078-.077.039-.241-.087-.366-.125-.126-.29-.165-.366-.088Zm-1.596.125a.17.17 0 0 0 .34 0 .17.17 0 1 0-.34 0Zm1.482 1.641a.17.17 0 0 0 .34 0 .17.17 0 1 0-.34 0Zm-1.527-.055a.17.17 0 0 0 .34 0 .17.17 0 1 0-.34 0Z",fill:"#A1A1A1"}),React.createElement("path",{d:"M17.847 11.944a.576.576 0 0 0 .21-.246c.2-.435-.048-1.134-.199-1.404-.185-.332-.071-.548.017-.65a.248.248 0 0 0-.087-.018c-.073 0-.143.036-.208.106-.195.207-.103.484.169 1.113.204.47.283.81.098 1.1Z",fill:"#B4B4B5"}),React.createElement("path",{d:"M17.474 9.918a.493.493 0 0 1 .422-.216c.146 0 .297.054.423.15l.187-.281c-.083-.069-.282-.211-.507-.211-.06 0-.117.01-.172.029-.256.091-.342.327-.353.529Z",fill:"#B4B4B5"}),React.createElement("path",{d:"m13.456 10.045-.22-.406.449.203-.229.203Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M13.436 9.677a.165.165 0 1 1-.33.001.165.165 0 0 1 .33 0Zm.383.097c.078.076.038.241-.087.366-.125.126-.29.165-.366.087-.077-.077-.039-.24.087-.366.125-.125.29-.165.366-.087Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M17.626 13.597c-.253.24-.467-.07-.87-.427-.37-.327-2.793-2.58-3.053-2.81-.26-.229-.018-.576.284-.294.302.281 3.2 2.708 3.418 2.906.218.198.501.36.221.625Z",fill:"#A1A1A1"}),React.createElement("path",{d:"m13.768 10.261-.291.325.146.126-.146.124-.146-.124-.208.229v.229l.406.344.239-.156v-.188h.198v.178l-.104.01-.094.104-.01.24.36.291.739-.7-1.089-1.032Zm4.8 3.076a.993.993 0 1 0 0 1.986.993.993 0 0 0 0-1.986Zm.677 1.318a.326.326 0 0 1-.651 0l.001-.005c-.01 0-.018.006-.028.006a.326.326 0 0 1-.65-.001c0-.178.143-.321.32-.325a.324.324 0 0 1 .005-.649c.18 0 .325.145.325.324.01 0 .018.005.028.006l-.001-.005a.325.325 0 1 1 .33.324c.177.004.32.148.32.325Z",fill:"#A1A1A1"}),React.createElement("path",{d:"M17.919 13.387c.077.077.038.242-.088.366-.125.126-.289.165-.366.088-.077-.077-.038-.241.088-.366.124-.126.289-.165.366-.088Zm1.596.125a.17.17 0 0 1-.341 0 .17.17 0 1 1 .34 0Zm-1.482 1.641a.17.17 0 0 1-.341 0 .17.17 0 1 1 .34 0Zm1.527-.055a.17.17 0 0 1-.34 0 .17.17 0 1 1 .34 0Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M17.279 9.702c0 .978-.426.951-.952.951s-.952.027-.952-.951.426-2.035.952-2.035.952 1.057.952 2.035Z",fill:"#000"}),React.createElement("path",{d:"M16.285 10.586c-.283 0-.48-.008-.616-.113-.154-.12-.227-.365-.227-.771 0-.994.438-1.968.885-1.968.446 0 .885.974.885 1.968 0 .884-.355.884-.805.884h-.122Z",fill:"#fff"}),React.createElement("path",{d:"M16.824 9.917c-.333-.097-.28-.417-.497-.417-.218 0-.164.32-.498.417-.332.097-.497-.055-.497-.055l.155.638s.28-.236.84-.236c.56 0 .839.236.839.236l.155-.638c0-.001-.164.152-.497.055Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M16.879 9.072c-.37-.102-.31-.439-.552-.439-.242 0-.183.337-.552.439-.37.102-.552-.058-.552-.058l.172.672s.311-.249.932-.249.931.249.931.249l.172-.672s-.182.16-.551.058Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M16.791 8.186c-.311-.086-.261-.37-.464-.37-.204 0-.154.284-.465.37-.31.086-.464-.049-.464-.049l.145.566s.262-.157.784-.157c.523 0 .784.157.784.157l.146-.566c-.001 0-.155.135-.466.049Zm-.583-.632c0 .099.053.18.119.18.065 0 .118-.08.118-.18 0-.099-.053-.179-.118-.179s-.119.08-.119.18Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M16.027 7.36c0 .068.134.123.3.123.165 0 .299-.055.299-.123 0-.07-.134-.124-.3-.124-.165 0-.299.056-.299.124Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M16.208 7.179c0 .069.053.124.119.124a.121.121 0 0 0 .118-.124.12.12 0 0 0-.118-.123.122.122 0 0 0-.119.123Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M14.807 11.944a.576.576 0 0 1-.21-.246c-.2-.435.048-1.134.199-1.404.185-.332.071-.548-.017-.65a.249.249 0 0 1 .087-.018c.073 0 .143.036.208.106.195.207.103.484-.169 1.113-.204.47-.283.81-.098 1.1Z",fill:"#B4B4B5"}),React.createElement("path",{d:"M15.18 9.918a.493.493 0 0 0-.422-.216.712.712 0 0 0-.423.15l-.187-.281c.083-.069.282-.211.507-.211.06 0 .117.01.172.029.255.091.341.327.353.529Z",fill:"#B4B4B5"}),React.createElement("path",{d:"M16.327 11.889c.133.103.164.5.164.969v3.656s.204.052.142.594c-.018.154-.323.125-.375 0-.052-.126-.027-.528.07-.584V12.89c0-.541-.091-.751-.12-.854-.028-.103.055-.196.119-.146Z",fill:"#EC1C24"}),React.createElement("path",{d:"M17.583 14.422c-.13-.092-.314-.322-.471-.542-.208-.292-.26-.49-.467-.74-.207-.25-.748-.768-.876-.75-.051.007-.104.125-.056.166.049.042.202.208.545.469.344.26.396.552.683.969.264.384.493.647.699.682a1.012 1.012 0 0 1-.057-.254Z",fill:"#EC1C24"}),React.createElement("path",{d:"M16.907 12.256c-.122.117-.5.486-.705.726-.205.24-.465.814-.695 1.074a2.83 2.83 0 0 1-.428.397.984.984 0 0 1-.064.26c.165-.056.401-.208.697-.636.41-.594.607-1.031.805-1.198.198-.167.278-.216.389-.332.112-.117.123-.408 0-.29Z",fill:"#EC1C24"}),React.createElement("path",{d:"M16.083 12.743v3.854c-.221.177-.158.471-.117.616.041.145.402.144.458.072.056-.072.071-.563-.135-.73v-3.572c0-.094-.206-.383-.206-.24Z",fill:"#EC1C24"}),React.createElement("path",{d:"M14.73 14.544c-.198.138-.368.376.075.553.442.177 1.028.417 1.522.417.493 0 1.415-.335 1.631-.486.216-.15.31-.33-.035-.43-.18-.054-.208.082-.114.114.094.031.204.128-.034.215-.236.087-.778.34-1.486.34s-1.375-.301-1.484-.34c-.11-.039-.14-.163-.062-.215.077-.052.076-.23-.013-.168Z",fill:"#EC1C24"}),React.createElement("path",{d:"M16.57 16.395a.14.14 0 1 1-.281 0 .14.14 0 0 1 .282 0Z",fill:"#CB9C2B"}),React.createElement("path",{d:"M16.333 16.488a.14.14 0 1 1-.281 0 .14.14 0 0 1 .281 0Z",fill:"#CB9C2B"}))}));exports.VA=a;
package/icons/flags/VC.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,l=r.width;return e.jsx(i.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:l,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#f4f100"}),e.jsx("path",{d:"M490 0h150v480H490z",fill:"#199a00"}),e.jsx("path",{d:"M0 0h150v480H0z",fill:"#0058aa"}),e.jsx("path",{d:"m259.3 130-46.4 71.3 44.7 74.4 43.8-73.7-42.1-72zm121.2 0-46.3 71.3 44.7 74.4 43.8-73.7-42.2-72zm-61.2 97.3-46.4 71.4 44.8 74.4 43.8-73.7-42.2-72z",fill:"#199a00"})]})})}));exports.VC=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,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#f4f100"}),React.createElement("path",{d:"M490 0h150v480H490z",fill:"#199a00"}),React.createElement("path",{d:"M0 0h150v480H0z",fill:"#0058aa"}),React.createElement("path",{d:"m259.3 130-46.4 71.3 44.7 74.4 43.8-73.7-42.1-72zm121.2 0-46.3 71.3 44.7 74.4 43.8-73.7-42.2-72zm-61.2 97.3-46.4 71.4 44.8 74.4 43.8-73.7-42.2-72z",fill:"#199a00"})))}));exports.VC=a;
package/icons/flags/VE.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,i){var a=s.borderRadius,n=s.height,c=s.width,h=r.useId();return t.jsxs(e.FlagIconBase,{ref:i,borderRadius:a,height:n,viewBox:"0 0 640 480",width:c,children:[t.jsx("defs",{children:t.jsxs("g",{id:"".concat(h,"-0"),transform:"translate(0 -36)",children:[t.jsxs("g",{id:"".concat(h,"-1"),children:[t.jsxs("g",{id:"".concat(h,"-2"),children:[t.jsx("path",{d:"M0-5-1.5-.2l2.8.9z",fill:"#fff",id:"".concat(h,"-3")}),t.jsx("use",{height:"120",transform:"scale(-1 1)",width:"180",xlinkHref:"#".concat(h,"-3")})]}),t.jsx("use",{height:"120",transform:"rotate(72)",width:"180",xlinkHref:"#".concat(h,"-2")})]}),t.jsx("use",{height:"120",transform:"rotate(-72)",width:"180",xlinkHref:"#".concat(h,"-2")}),t.jsx("use",{height:"120",transform:"rotate(144)",width:"180",xlinkHref:"#".concat(h,"-1")})]})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#cf142b"}),t.jsx("path",{d:"M0 0h640v320H0z",fill:"#00247d"}),t.jsx("path",{d:"M0 0h640v160H0z",fill:"#fc0"}),t.jsxs("g",{id:"".concat(h,"-4"),transform:"matrix(4 0 0 4 320 336)",children:[t.jsxs("g",{id:"".concat(h,"-5"),children:[t.jsx("use",{height:"120",transform:"rotate(10)",width:"180",xlinkHref:"#".concat(h,"-0")}),t.jsx("use",{height:"120",transform:"rotate(30)",width:"180",xlinkHref:"#".concat(h,"-0")})]}),t.jsx("use",{height:"120",transform:"rotate(40)",width:"180",xlinkHref:"#".concat(h,"-5")})]}),t.jsx("use",{height:"120",transform:"rotate(-80 320 336)",width:"180",xlinkHref:"#".concat(h,"-4")})]})}));exports.VE=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("defs",null,React.createElement("g",{id:"".concat(l,"-0"),transform:"translate(0 -36)"},React.createElement("g",{id:"".concat(l,"-1")},React.createElement("g",{id:"".concat(l,"-2")},React.createElement("path",{d:"M0-5-1.5-.2l2.8.9z",fill:"#fff",id:"".concat(l,"-3")}),React.createElement("use",{height:"120",transform:"scale(-1 1)",width:"180",xlinkHref:"#".concat(l,"-3")})),React.createElement("use",{height:"120",transform:"rotate(72)",width:"180",xlinkHref:"#".concat(l,"-2")})),React.createElement("use",{height:"120",transform:"rotate(-72)",width:"180",xlinkHref:"#".concat(l,"-2")}),React.createElement("use",{height:"120",transform:"rotate(144)",width:"180",xlinkHref:"#".concat(l,"-1")}))),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#cf142b"}),React.createElement("path",{d:"M0 0h640v320H0z",fill:"#00247d"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#fc0"}),React.createElement("g",{id:"".concat(l,"-4"),transform:"matrix(4 0 0 4 320 336)"},React.createElement("g",{id:"".concat(l,"-5")},React.createElement("use",{height:"120",transform:"rotate(10)",width:"180",xlinkHref:"#".concat(l,"-0")}),React.createElement("use",{height:"120",transform:"rotate(30)",width:"180",xlinkHref:"#".concat(l,"-0")})),React.createElement("use",{height:"120",transform:"rotate(40)",width:"180",xlinkHref:"#".concat(l,"-5")})),React.createElement("use",{height:"120",transform:"rotate(-80 320 336)",width:"180",xlinkHref:"#".concat(l,"-4")}))}));exports.VE=a;
package/icons/flags/VG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),s=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=s.forwardRef((function(s,c){var a=s.borderRadius,d=s.height,i=s.width;return l.jsxs(h.FlagIconBase,{ref:c,borderRadius:a,height:d,viewBox:"0 0 24 25",width:i,children:[l.jsx("path",{d:"M21.333 3.778H2.667c-.137 0-.272.01-.403.03l-.003 1.169-1.82-.003A2.656 2.656 0 0 0 0 6.444v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.444v-12a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#00247D"}),l.jsx("path",{d:"M22.31 15.54c-.187-.122-.462-.384-.51-.462-.188-.312-.403-.377-.551-.377-.018 0-.039.003-.06.005a.695.695 0 0 0 .117-.344V8.209h-6.723v6.153c0 .11.046.226.117.344-.02-.002-.041-.005-.06-.005-.147 0-.363.065-.55.377-.048.078-.323.34-.511.462a.56.56 0 0 0-.256.448c-.016.266.137.574.39.786a.548.548 0 0 0 .356.131.7.7 0 0 0 .438-.175c1.107.915 2.235 1.36 3.437 1.36s2.33-.445 3.437-1.36a.698.698 0 0 0 .438.175.548.548 0 0 0 .356-.131c.253-.211.406-.519.39-.786a.555.555 0 0 0-.254-.448Z",fill:"#fff"}),l.jsx("path",{d:"M17.945 16.47c-1.487-.664-3.028-1.648-3.028-2.109v-5.82h6.056v5.82c0 .462-1.542 1.445-3.028 2.108Z",fill:"#006129"}),l.jsx("path",{d:"M16.719 12.372c-.136.052-.178-.313 0-.573.177-.26.698-.792.812-1.281.115-.49.317-.417.414-.552.097-.136.111-.292 0-.323-.112-.03-.268-.073-.164-.48.104-.405.552-.364.552-.083 0 .282-.104.532 0 .75.104.219.344.167.49.584.146.416.198.822.104 1-.094.177-.146.854-.271 1.031-.125.177-.292.104-.26-.219.03-.322.239-.76.301-.989.063-.23-.094-.698-.322-.75-.23-.052-.646.48-.834.698-.187.219-.594.385-.614.563-.021.176-.073.571-.208.624Z",fill:"#FFC6B5"}),l.jsx("path",{d:"M19.177 15.028c-.239.052-.77.25-1.062.177-.292-.073-.813.115-.886.016-.072-.1.073-.64.094-.89.021-.25.052-.5.011-.5-.041 0-.217 0-.125-.449.094-.448.25-1.27.25-1.27s-.156-.063-.063-.313c.094-.25.208-.844.177-.98-.03-.135-.26-.093-.177-.301.083-.208.146-.25.208-.406.063-.156.19-.28.281-.24.091.04.193.156.294.094.102-.062.112-.156.248-.146.135.011.425.283.364.344-.06.062-.17.274-.189.538-.019.264-.185.91-.237 1.119-.052.209.177.708.302 1.177.125.467.51 2.03.51 2.03Z",fill:"#fff"}),l.jsx("path",{d:"M17.788 8.863c.06-.16.358-.294.608-.096.25.198.354.563.177.781-.177.219-.28.167-.348 0-.068-.166.005-.316-.089-.366-.094-.05-.01-.196-.094-.227-.083-.031-.341.14-.254-.092Z",fill:"#9C5100"}),l.jsx("path",{d:"M15.41 8.767c-.043-.047-.15.147-.107.282.041.136.03.263.112.243.082-.021.062-.14.116-.234.042-.073-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M15.24 9.246h.551s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.114-.073.396.01.178.135-.219.126-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.29-.04-.27-.124.021-.083-.114-.115-.27-.146-.157-.03-.22-.177-.22-.177Z",fill:"#F8C600"}),l.jsx("path",{d:"M15.41 9.826c-.043-.047-.15.146-.107.282.042.135.03.264.112.243.082-.02.062-.14.116-.233.042-.074-.125-.052-.072-.136l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M15.24 10.305h.551s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0s-.24.187-.219.24c.021.051-.065.093-.24.093-.176 0-.29-.041-.27-.124.021-.084-.114-.115-.27-.146-.157-.031-.22-.177-.22-.177Z",fill:"#F8C600"}),l.jsx("path",{d:"M15.41 11.003c-.043-.047-.15.147-.107.282.042.135.03.263.112.243.082-.021.062-.139.116-.234.042-.073-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M15.24 11.482h.551s.073-.25.188-.26c.114-.01.146.25.146.25s.26.062.374-.01c.114-.074.396.01.178.134-.219.126-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.29-.041-.27-.125.021-.083-.114-.114-.27-.146a.323.323 0 0 1-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M16.076 12.149c-.042-.047-.149.147-.107.282.042.135.031.263.113.243.082-.021.062-.139.116-.234.041-.073-.125-.052-.073-.135l-.049-.156Z",fill:"red"}),l.jsx("path",{d:"M15.906 12.628h.552s.073-.25.187-.261c.115-.01.146.25.146.25s.261.063.375-.01c.115-.073.396.01.177.135-.218.125-.094-.136-.218 0-.126.135-.24.187-.219.239.02.052-.065.093-.24.093-.177 0-.29-.041-.27-.124.02-.084-.115-.115-.27-.146a.328.328 0 0 1-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M15.37 13.082c-.041-.046-.148.147-.106.283.041.135.03.263.113.242.082-.02.062-.139.116-.233.041-.073-.126-.052-.073-.136l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M15.2 13.562h.553s.072-.25.187-.26c.115-.012.146.25.146.25s.26.062.375-.012c.114-.072.396.011.177.136-.219.125-.094-.136-.219 0-.125.135-.239.187-.218.24.02.051-.066.092-.241.092-.176 0-.29-.04-.27-.124.021-.084-.114-.115-.27-.146a.331.331 0 0 1-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M15.37 14.197c-.041-.047-.148.147-.106.283.041.135.03.263.113.242.082-.02.062-.139.116-.234.041-.072-.126-.052-.073-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M15.2 14.676h.553s.072-.25.187-.26c.115-.011.146.25.146.25s.26.062.375-.011c.114-.073.396.01.177.135-.219.126-.094-.135-.219 0-.125.136-.239.188-.218.24.02.052-.066.093-.241.093-.176 0-.29-.041-.27-.125.021-.083-.114-.114-.27-.146-.156-.031-.22-.176-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M19.347 14.197c-.042-.047-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.139.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M19.177 14.676h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.291-.041-.27-.125.021-.083-.114-.114-.27-.146a.321.321 0 0 1-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M19.347 13.15c-.042-.046-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.139.116-.233.042-.073-.125-.052-.072-.136l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M19.177 13.629h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0s-.24.187-.219.24c.021.051-.065.093-.24.093-.176 0-.291-.042-.27-.125.021-.083-.114-.115-.27-.146-.158-.03-.22-.176-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M19.347 12.079c-.042-.047-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.14.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M19.177 12.558h.552s.073-.25.188-.261c.114-.01.146.25.146.25s.26.063.374-.01c.115-.073.396.01.178.135-.219.124-.094-.136-.219 0-.125.135-.24.187-.219.239.021.052-.065.093-.24.093-.176 0-.291-.04-.27-.124.021-.083-.114-.114-.27-.146-.158-.03-.22-.176-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M19.347 11.003c-.042-.047-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.139.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M19.177 11.482h.552s.073-.25.188-.26c.114-.01.146.25.146.25s.26.062.374-.01c.115-.074.396.01.178.134-.219.125-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.291-.041-.27-.125.021-.083-.114-.114-.27-.146a.321.321 0 0 1-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M19.347 9.894c-.042-.047-.148.146-.106.282.041.136.03.263.112.242.082-.02.062-.138.116-.233.042-.073-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M19.177 10.373h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0s-.24.187-.219.24c.021.051-.065.093-.24.093-.176 0-.291-.042-.27-.125.021-.083-.114-.115-.27-.146a.321.321 0 0 1-.22-.176Z",fill:"#F8C600"}),l.jsx("path",{d:"M19.347 8.767c-.042-.047-.148.147-.106.283.041.135.03.262.112.242.082-.02.062-.14.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),l.jsx("path",{d:"M19.177 9.246h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.291-.04-.27-.124.021-.083-.114-.115-.27-.146a.32.32 0 0 1-.22-.177Zm2.952 6.573c-.208-.135-.532-.43-.615-.57-.083-.138-.25-.332-.427-.125-.178.206-1.588 1.581-3.143 1.581-1.555 0-2.965-1.375-3.143-1.581-.177-.207-.344-.013-.427.126-.083.138-.406.434-.615.569-.208.135-.083.49.167.698.25.209.552-.25.552-.25.865.77 1.99 1.49 3.465 1.49 1.476 0 2.601-.72 3.466-1.49 0 0 .302.459.552.25.25-.209.376-.562.168-.698Z",fill:"#F8C600"}),l.jsx("path",{d:"M12.667 12.444V3.778h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.444v6h12.667Z",fill:"#00247D"}),l.jsx("path",{d:"M12.667 3.778h-1.554L8 5.957v-2.18H4.667V5.49L2.264 3.808c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.704a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.334h2.59L0 11.622v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.352L10.79 9.778h1.877V6.444H10.79l1.876-1.314V3.778Z",fill:"#EEE"}),l.jsx("path",{d:"M7.333 3.778h-2V7.11H0v2h5.333v3.333h2V9.111h5.334v-2H7.333V3.778Z",fill:"#CF1B2B"}),l.jsx("path",{d:"M12.667 3.778h-.974L8 6.364v.08h1.047l3.62-2.534v-.132ZM1.149 4.25c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.25Zm3.142 5.527L.49 12.444h1.152l3.026-2.118v-.548H4.29Zm8.376 2.534V11.5l-2.458-1.721H9.047l3.62 2.534Z",fill:"#CF1B2B"})]})}));exports.VG=c;
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.778H2.667c-.137 0-.272.01-.403.03l-.003 1.169-1.82-.003A2.656 2.656 0 0 0 0 6.444v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.444v-12a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#00247D"}),React.createElement("path",{d:"M22.31 15.54c-.187-.122-.462-.384-.51-.462-.188-.312-.403-.377-.551-.377-.018 0-.039.003-.06.005a.695.695 0 0 0 .117-.344V8.209h-6.723v6.153c0 .11.046.226.117.344-.02-.002-.041-.005-.06-.005-.147 0-.363.065-.55.377-.048.078-.323.34-.511.462a.56.56 0 0 0-.256.448c-.016.266.137.574.39.786a.548.548 0 0 0 .356.131.7.7 0 0 0 .438-.175c1.107.915 2.235 1.36 3.437 1.36s2.33-.445 3.437-1.36a.698.698 0 0 0 .438.175.548.548 0 0 0 .356-.131c.253-.211.406-.519.39-.786a.555.555 0 0 0-.254-.448Z",fill:"#fff"}),React.createElement("path",{d:"M17.945 16.47c-1.487-.664-3.028-1.648-3.028-2.109v-5.82h6.056v5.82c0 .462-1.542 1.445-3.028 2.108Z",fill:"#006129"}),React.createElement("path",{d:"M16.719 12.372c-.136.052-.178-.313 0-.573.177-.26.698-.792.812-1.281.115-.49.317-.417.414-.552.097-.136.111-.292 0-.323-.112-.03-.268-.073-.164-.48.104-.405.552-.364.552-.083 0 .282-.104.532 0 .75.104.219.344.167.49.584.146.416.198.822.104 1-.094.177-.146.854-.271 1.031-.125.177-.292.104-.26-.219.03-.322.239-.76.301-.989.063-.23-.094-.698-.322-.75-.23-.052-.646.48-.834.698-.187.219-.594.385-.614.563-.021.176-.073.571-.208.624Z",fill:"#FFC6B5"}),React.createElement("path",{d:"M19.177 15.028c-.239.052-.77.25-1.062.177-.292-.073-.813.115-.886.016-.072-.1.073-.64.094-.89.021-.25.052-.5.011-.5-.041 0-.217 0-.125-.449.094-.448.25-1.27.25-1.27s-.156-.063-.063-.313c.094-.25.208-.844.177-.98-.03-.135-.26-.093-.177-.301.083-.208.146-.25.208-.406.063-.156.19-.28.281-.24.091.04.193.156.294.094.102-.062.112-.156.248-.146.135.011.425.283.364.344-.06.062-.17.274-.189.538-.019.264-.185.91-.237 1.119-.052.209.177.708.302 1.177.125.467.51 2.03.51 2.03Z",fill:"#fff"}),React.createElement("path",{d:"M17.788 8.863c.06-.16.358-.294.608-.096.25.198.354.563.177.781-.177.219-.28.167-.348 0-.068-.166.005-.316-.089-.366-.094-.05-.01-.196-.094-.227-.083-.031-.341.14-.254-.092Z",fill:"#9C5100"}),React.createElement("path",{d:"M15.41 8.767c-.043-.047-.15.147-.107.282.041.136.03.263.112.243.082-.021.062-.14.116-.234.042-.073-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M15.24 9.246h.551s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.114-.073.396.01.178.135-.219.126-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.29-.04-.27-.124.021-.083-.114-.115-.27-.146-.157-.03-.22-.177-.22-.177Z",fill:"#F8C600"}),React.createElement("path",{d:"M15.41 9.826c-.043-.047-.15.146-.107.282.042.135.03.264.112.243.082-.02.062-.14.116-.233.042-.074-.125-.052-.072-.136l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M15.24 10.305h.551s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0s-.24.187-.219.24c.021.051-.065.093-.24.093-.176 0-.29-.041-.27-.124.021-.084-.114-.115-.27-.146-.157-.031-.22-.177-.22-.177Z",fill:"#F8C600"}),React.createElement("path",{d:"M15.41 11.003c-.043-.047-.15.147-.107.282.042.135.03.263.112.243.082-.021.062-.139.116-.234.042-.073-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M15.24 11.482h.551s.073-.25.188-.26c.114-.01.146.25.146.25s.26.062.374-.01c.114-.074.396.01.178.134-.219.126-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.29-.041-.27-.125.021-.083-.114-.114-.27-.146a.323.323 0 0 1-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M16.076 12.149c-.042-.047-.149.147-.107.282.042.135.031.263.113.243.082-.021.062-.139.116-.234.041-.073-.125-.052-.073-.135l-.049-.156Z",fill:"red"}),React.createElement("path",{d:"M15.906 12.628h.552s.073-.25.187-.261c.115-.01.146.25.146.25s.261.063.375-.01c.115-.073.396.01.177.135-.218.125-.094-.136-.218 0-.126.135-.24.187-.219.239.02.052-.065.093-.24.093-.177 0-.29-.041-.27-.124.02-.084-.115-.115-.27-.146a.328.328 0 0 1-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M15.37 13.082c-.041-.046-.148.147-.106.283.041.135.03.263.113.242.082-.02.062-.139.116-.233.041-.073-.126-.052-.073-.136l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M15.2 13.562h.553s.072-.25.187-.26c.115-.012.146.25.146.25s.26.062.375-.012c.114-.072.396.011.177.136-.219.125-.094-.136-.219 0-.125.135-.239.187-.218.24.02.051-.066.092-.241.092-.176 0-.29-.04-.27-.124.021-.084-.114-.115-.27-.146a.331.331 0 0 1-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M15.37 14.197c-.041-.047-.148.147-.106.283.041.135.03.263.113.242.082-.02.062-.139.116-.234.041-.072-.126-.052-.073-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M15.2 14.676h.553s.072-.25.187-.26c.115-.011.146.25.146.25s.26.062.375-.011c.114-.073.396.01.177.135-.219.126-.094-.135-.219 0-.125.136-.239.188-.218.24.02.052-.066.093-.241.093-.176 0-.29-.041-.27-.125.021-.083-.114-.114-.27-.146-.156-.031-.22-.176-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M19.347 14.197c-.042-.047-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.139.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M19.177 14.676h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.291-.041-.27-.125.021-.083-.114-.114-.27-.146a.321.321 0 0 1-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M19.347 13.15c-.042-.046-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.139.116-.233.042-.073-.125-.052-.072-.136l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M19.177 13.629h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0s-.24.187-.219.24c.021.051-.065.093-.24.093-.176 0-.291-.042-.27-.125.021-.083-.114-.115-.27-.146-.158-.03-.22-.176-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M19.347 12.079c-.042-.047-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.14.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M19.177 12.558h.552s.073-.25.188-.261c.114-.01.146.25.146.25s.26.063.374-.01c.115-.073.396.01.178.135-.219.124-.094-.136-.219 0-.125.135-.24.187-.219.239.021.052-.065.093-.24.093-.176 0-.291-.04-.27-.124.021-.083-.114-.114-.27-.146-.158-.03-.22-.176-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M19.347 11.003c-.042-.047-.148.147-.106.283.041.135.03.263.112.242.082-.02.062-.139.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M19.177 11.482h.552s.073-.25.188-.26c.114-.01.146.25.146.25s.26.062.374-.01c.115-.074.396.01.178.134-.219.125-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.291-.041-.27-.125.021-.083-.114-.114-.27-.146a.321.321 0 0 1-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M19.347 9.894c-.042-.047-.148.146-.106.282.041.136.03.263.112.242.082-.02.062-.138.116-.233.042-.073-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M19.177 10.373h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0s-.24.187-.219.24c.021.051-.065.093-.24.093-.176 0-.291-.042-.27-.125.021-.083-.114-.115-.27-.146a.321.321 0 0 1-.22-.176Z",fill:"#F8C600"}),React.createElement("path",{d:"M19.347 8.767c-.042-.047-.148.147-.106.283.041.135.03.262.112.242.082-.02.062-.14.116-.234.042-.072-.125-.052-.072-.135l-.05-.156Z",fill:"red"}),React.createElement("path",{d:"M19.177 9.246h.552s.073-.25.188-.26c.114-.011.146.25.146.25s.26.062.374-.011c.115-.073.396.01.178.135-.219.125-.094-.135-.219 0-.125.136-.24.188-.219.24.021.052-.065.093-.24.093-.176 0-.291-.04-.27-.124.021-.083-.114-.115-.27-.146a.32.32 0 0 1-.22-.177Zm2.952 6.573c-.208-.135-.532-.43-.615-.57-.083-.138-.25-.332-.427-.125-.178.206-1.588 1.581-3.143 1.581-1.555 0-2.965-1.375-3.143-1.581-.177-.207-.344-.013-.427.126-.083.138-.406.434-.615.569-.208.135-.083.49.167.698.25.209.552-.25.552-.25.865.77 1.99 1.49 3.465 1.49 1.476 0 2.601-.72 3.466-1.49 0 0 .302.459.552.25.25-.209.376-.562.168-.698Z",fill:"#F8C600"}),React.createElement("path",{d:"M12.667 12.444V3.778h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.444v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.778h-1.554L8 5.957v-2.18H4.667V5.49L2.264 3.808c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.704a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.334h2.59L0 11.622v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.352L10.79 9.778h1.877V6.444H10.79l1.876-1.314V3.778Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.778h-2V7.11H0v2h5.333v3.333h2V9.111h5.334v-2H7.333V3.778Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.778h-.974L8 6.364v.08h1.047l3.62-2.534v-.132ZM1.149 4.25c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.25Zm3.142 5.527L.49 12.444h1.152l3.026-2.118v-.548H4.29Zm8.376 2.534V11.5l-2.458-1.721H9.047l3.62 2.534Z",fill:"#CF1B2B"}))}));exports.VG=c;
package/icons/flags/VI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),t=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=t.forwardRef((function(i,r){var c=i.borderRadius,l=i.height,h=i.width,m=t.useId();return s.jsxs(e.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:h,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M204.3 315s-.5-3.6 6.2-6.1c6.6-2.6 7.2-12.2 5.8-18.6 0 0-3.4 6-7.7 8.1 0 0-6.8 3.6-7.2 10.4 0 0 0 2.5-.5 4.5-.3 1-3.4-8.6 2.4-15.8 6-7.3 7.6-13.3 2.9-25 0 0-.5 7-5.1 11.1-4.7 4-5.3 4.4-5.2 14 0 0 0 3.4-1.7 4.5 0 0-3.6-5.3-4.6-8.8-1-3.5-1.4-5 2.8-9 0 0 13.2-8.7 3.7-27.4 0 0-.3 6.4-5 10.2-4.5 3.9-4.2 6.4-4.4 13-.2 6.7-.6 6.2-1.1 7.2 0 0-8.5-15.6-2-23.8 6.5-8.3 10.2-10 3-25.4 0 0 .3 8-5.5 11.8-5.7 4-4.4 13-4.4 13s.4 3.5-.8 6c0 0-8.1-15.9-.4-24.4 6.6-7.3 7-12.4 3.5-22.6 0 0-.4 4.7-4 7.3-3.7 2.6-6.6 5.1-5.9 15 0 0 .3 7-.6 9 0 0-3.4-6.4-4.4-10.5-1-4.2-1.3-6.6 1.2-10.7s12.5-16 .6-33c0 0-.3 5.5-3.4 10.5-3 5-1.6 10.9-1 15.4.7 4.5-1.5 8.9-1.5 8.9s-5.2-9.5-4-20.4c1-11-3.4-20-13.5-26.4 0 0-7.3 17 2.7 25.7 0 0 8.5 8.4 10.7 18.6 0 0-6.5-.6-12.3-12-5.9-11.4-18-9.6-18.8-9.7 0 0 2 17.6 20.6 22.6 0 0 12 2 14.2 10.8 0 0 2 6 2.8 9.2 0 0-3.8-1.5-7.3-6.7-3.5-5-3-5.7-14.8-6.9 0 0-4.7-.5-7.2-3.9 0 0 5 18.6 17.7 18.5 0 0 11.6-1.3 18 14l-2.9-2c-1.7-1.1-6-3.3-14.5-2.3s-10.9-.4-13-1c0 0 8.6 15.7 20.7 11 12.2-4.7 18 12.4 18.2 12.7 0 0-1.7-1.2-3.8-3.3-2.2-2.1-6.6-4.7-15-2 0 0-6.1 2.3-12.3.4 0 0 6 11.5 19.8 9.5a15.1 15.1 0 0 1 17.3 10.2s-1.8-1-3-2c-1.3-1-6-3.7-16-.8-10 3-13.6-.4-13.6-.4s5.5 10 16.2 11.3c0 0 6-.1 8.4-1 2.5-1 9.2-2.5 13.8 4.2 0 0-1.3.2-3.2-.7 0 0-7-2.5-12.5 2 0 0-4.8 4.9-11.6 4 0 0 8.8 8.5 22.8 1.3 0 0 4.7-3.4 8.2-.8 3.5 2.7 11.5-2.6 11.5-2.6z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsxs("g",{fill:"#f4c53d",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5",children:[s.jsx("path",{d:"M282.2 103.7s-1.6-14.5 10-16a38 38 0 0 1 18 1.2l5.5 10.6-2 7.2-7.4 3.4s1.3-11-8.8-11.2c-2.6 0-4 1-8.1.3s-6.3 3.8-7.2 4.5z"}),s.jsx("path",{d:"M363.8 139.6c-1.8 2.2-8.7 3-8.7 3s7.1 5.5 10.2 13.3c3 7.7-82.4 0-82.4 0s3.8-2.6 6.3-7.6c0 0-3.8 1.4-7.6-2.4 0 0 2.8 1 6.5-4.6 0 0 5.5-7 9.4-9 0 0-1.8 1.2-6.1-1.2 0 0 7.4-1 10-13.5 0 0 .5-2.8 3.3-7 2.8-4 2.2.9 7.4-5.4 0 0 2.4-4.4.3-7-2-2.8-4.3-1.8-8.6-4.4-4.4-2.6-6.3-4-4.8-8s5.3-3.4 5.9-3.4.8-3.5 5.5-5.9 17.4-1.3 19.2-.3c2 1 9.5 3.3 14 14.5 4.4 11.2-1.2 15.4 10.8 32.4 0 0-4.8 1-7.9 0 0 0 6.3 11.2 17.3 16.5z"}),s.jsx("path",{d:"M311 92.2c-10-.5-6.1-9.8-6.1-9.8",fill:"none"}),s.jsx("path",{d:"M328 93.5s-1.7-.8-3.2-2.8c-2-2.7-6.7-4-9.1-1.4 0 0-2.5 2.8-4.8 3 0 0 2.6.7 4.3 2.3 1.7 1.6 3.5 2.8 6.1 2.4 2.6-.3 3-1.7 4.2-2.5 1.3-.8 2.5-1 2.5-1z"})]}),s.jsx("path",{d:"M202.8 336.5s-.2-6.4 7.8-6.8l23.5 32.7s-.9 2.1-11.5 1.9c0 0-1.2 0-1.8 1.2-.9 2-18-29-18-29z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsxs("g",{fill:"#f4c53d",id:"".concat(m,"-0"),stroke:"#010002",strokeWidth:"10",transform:"translate(3.6 26.2) scale(.15055)",children:[s.jsx("path",{d:"M1495 1807.9s-49.9 85.6-110.2 87c0 0-103.7-12.6-133 14.5-20.5 18.9-41.4 34.5-50 82.8-8.4 48.3 16.5 58.7 22.4 60.8 0 0 4.6 34.5 38.7 25.5 0 0 2 36 62.2 18.7 60.3-17.3 85.3-11.8 97-71.8 11.9-60.1 22.8-59.1 33.5-66.3 14.4-9.7 41.5-18.8 61.6-30.4 18-10.4 87.2-45.6 110.8-48.3 23.6-2.8 18.4-82.2 18.4-82.2h-61l-29.5-43.5-61 53.2zm192-429.4s-61 49.7-112.2 0c0 0-20.6 24.8-62 17.6-41.2-7.3-48.1-29-52-41.4 0 0-35.8 20.8-66 4.3-30-16.4-30-41.3-30-41.3s-52.5 10.4-79.4-25.2c-26.9-35.5-10.5-70.7 4-74.9 0 0-56.7 14.9-72.2-33.8a56 56 0 0 1 16.4-62.8s-119.4-.6-168.4-38c0 0-40.7-25.6-16.4-52.5 0 0-107.5-17.2-134.4-60 0 0-11.8-11.8-7.9-32.5 0 0 .7-11.7 12.5-12.4 0 0-122.6-19-158-59.4 0 0-17-18.6-8.5-43.5 0 0 1.8-6.5 4.7-11 0 0-111.6-23.5-166.6-73.2 0 0-31.8-28.3-15.4-66.3 0 0-186.5-51-143.3-133.2 0 0-87.2-28.3-59.6-107 0 0-72.1-36.6-40.7-94.6 30.1-55.5 122.6 9.7 232 40 0 0 296.4 93.2 442.3 118l414.6 617.3 241.9 93.2 24.5 172.6z"}),s.jsx("path",{d:"M1689.9 923.9s-38.9-29.2-108.2 5.1c0 0-23.3 16.1-41.7-1.5a37.3 37.3 0 0 1 4.3-57.5c51.7-38.3 70.8-153.2-7.8-200.9 0 0-114-67.6-532.3-174 0 0-35-9.8-53.8-5.1a52 52 0 0 0-37.6 37.8S894 581.1 957 611.6c0 0 28.4 13 57.7 21.4 0 0-32.2-7-46 24.8-13 30.4 6 61.5 65 81.5 0 0 16 6.2 38.7 11.7 0 0-50.5 14.5-26.2 55.3 0 0 21.6 42.8 98 50.4 0 0-57 6.2-16.8 60.4 0 0 17.7 29.7 73.4 40.7 0 0-42.2 1.4-21 39.3 21.4 38 71.5 59.4 120.9 62.9 0 0 26.7 1.4 45.4-2.8 0 0-47 23.5-19.4 62.8 0 0 20.3 28 71.1 26.6 0 0-13.1 44 24.1 60.6 29 13 53.1-7.8 53.1-7.8s-9.8 47.1 32.5 63.7c0 0 21.1 10.9 52.6 0 0 0 24 53.9 109.6 16 85.6-37.7 20.2-355.1 20.2-355.1zm5 489.4s-12.5 67.4-112 152.2c0 0-76.8 67.7-74.9 145.7 2 79.5-13.7 88.4-43.9 115.3 0 0 62.3 4.9 92.4-36.6 0 0-1.3 69-10.5 75.3 0 0 19.6 1.2 47.9-29.7 0 0 17-18 32.8-24.9 0 0-18.4 47.7-4 91.9 0 0 4.6-17.3 28.9-24.9 0 0 44-9 61-72.5 0 0 11.1-42 80-79.4 0 0 78-29.4 76-67.8-2-38.5-173.6-244.6-173.6-244.6z"}),s.jsx("path",{d:"M2056.5 2282.2s-17.9 78.8-80 72.5c0 0-43.9-4.2-40.6-77.4 0 0-64.9 34.6-75.4-51 0 0-59 13.7-58.3-66.3 0 0-55 9.6-48.5-61.5 0 0-59.7 16-59.7-51 0 0-139.6-23.2 151.4-288.6l259.6 154.6-48.5 368.7z",strokeMiterlimit:"10"}),s.jsx("path",{d:"M2085.4 1928.3s-43.3 38.4-74.1-19c0 0-42-2-48.5-33.8 0 0-34.1-3.4-40.7-35.9 0 0-46.5-4.8-45.2-44.1 0 0-84.6-6.6 0-102.4 84.6-95.8 228.1 159 228.1 159l-19.6 76.2zm48.2-23.8c42 0 89.5 262 77.2 419.9-4.5 57.3-35.2 104.1-77.2 104.1s-72.6-46.8-77-104.1c-12.4-157.9 35.1-419.9 77-419.9"}),s.jsx("ellipse",{cx:"2133.6",cy:"1902.5",rx:"58",ry:"86"}),s.jsx("path",{d:"M1935.9 2277.3s6.6-138.7 126.8-337.6m-202.2 286.6s-18.7-80.1 150.8-317c0 0-19.7-56.5 40.6-92.8M1802.2 2160s-5.3-86.7 160.6-284.5c0 0-14.7-51 45.4-91.8m-254.5 314.8s6.2-87.6 168.4-258.9c0 0-8-52.4 50-84.9m-278 292.8s11.7-100.1 182.8-252c0 0-5.9-39.4 51.1-79.4",fill:"none",strokeMiterlimit:"10"}),s.jsx("path",{d:"M372.3 432s134.3 77.8 552.9 155.6M431.9 539S795.6 657.6 965 672.2m-389.9 0s213.4 67 463.3 109.3m-281.2 30.3s241 57.9 356.2 67.5M919 925.6s203.9 42.5 255.5 47.6m-125.7 57.3s148.8 22.6 208 21.4m-23.2 69s60.2-2.8 89.1-7.6m-33.4 104.3s51.2-13.8 81.3-33.1m-5.9 133.2s39.4-15.2 58.4-56.6m37.7 93.6s30.4-27.3 32.4-57.7m81.6 81.5s-11.4-9.9-3.6-52.7m-11.1-62.8s-6-12.2-4-31.6m-211-581.3s68.8 27.6 91.7 65.6c23 38 7.9 74.9 0 96-3.9 10.7-52.4 104.2 4.6 171.9M1346 1057s.4-.3 24.6-8m-169.8-91.4s41 8.2 81.3 8.6m-138-109.8s48.2 4.9 93.5 4.2m-165.2-109.8s69.5 13.8 106.8 14.5M1014.7 633s85.7 24.4 149.4 33.1m141.6 50.4s-61.6 57.3 12.5 110.5c0 0-30.8 48.3 30.8 98.7m-16.4 23.8s-9.2 92.2 103.6 92.2c0 0-21.7 82.1 87.2 79.4 0 0 12.4 65.6 91 52.4M1441.3 1895s-17.9 4-56.6 0m-108.8 48.3s-54.4-8.3-51.8 109.8m84.6-82.9s-49.2-6.2-46 108.4m520.7-384.5s-23.6 4.8-40 23.5c-16.3 18.6-47.8 15.1-47.8 15.1s17-13.8 23-48.3c5.8-34.5 24.9-44.9 24.9-44.9m-56.3-32.6s-23.6 4.8-40 23.4c-16.4 18.7-47.9 15.2-47.9 15.2s17-13.8 23-48.3c5.9-34.5 24.9-44.9 24.9-44.9m23.7 188.5s-20.6 4.3-34.9 20.5c-14.3 16.3-41.8 13.3-41.8 13.3s15-12 20-42.2c5.2-30.1 21.8-39.2 21.8-39.2",fill:"none"})]}),s.jsx("use",{height:"100%",stroke:"#010002",strokeWidth:"10",transform:"matrix(-1 0 0 1 647.2 0)",width:"100%",xlinkHref:"#".concat(m,"-0")}),s.jsx("path",{d:"m466 256-14.3 61.7-5.9-4.2 14-59.2-9.8.2 23.1-42.3 1.5 48.7zm37 13-43 50.8-4.6-5.2 42.8-50.2-8.7-4.6 39.2-26-20.3 43.8z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m492.6 242-38.5 74-5.9-3.5 38.7-73.8-9.4-2.4 32.7-34.6-10.5 47.5zm-48 96.6-2.9 11.7 8 8-11.2 47-10-13.3-14.6 6.8 11.1-47 10.4-3 2.6-11.7s3.2-1.2 6.6 1.5z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m447.3 330.8-5.7 10.6 5.7 9.7-22.4 42.5-6.3-15.6-15.9 2.6 22.4-42.4h10.7l5.5-10.6s4 0 6 3.2z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m448.2 333.9-15 19.2 3.4 10.8-30.9 36-2.8-16.6-16-1.2 30.8-36 10.4 2.5 16-20.4s4.4 2.2 4.1 5.7zm-382.7-45c3.6-1.5 6.2-2.9 6.2-6.7 0-1-.5-3-1.5-6.1L46 202a59 59 0 0 0-3-7.9c-1.1-2-3.2-2.9-6.1-4h30.7c-3.3 1.5-6.4 2.7-6.3 6.3 0 1.3.4 3.2 1.1 5.7l18.6 58 18.5-58a20 20 0 0 0 1.1-5.7c0-3.7-3.2-5-6.3-6.4h29.8c-2.7 1.1-5 2-6 4.1a63 63 0 0 0-3.1 8L90.8 276a37.9 37.9 0 0 0-1.5 6.1s-1.1 4.7 6.2 6.7h-30zm515.3-7.6v-83.7c0-1.4-.3-2.5-.8-3.3s-2.5-3-5.5-4.2h27.7a11.5 11.5 0 0 0-5.5 4.2c-.5.8-.7 1.9-.7 3.3v83.7c0 1.5.2 2.6.7 3.4.5.8 2.5 2.8 5.5 4.2h-27.7c3-1.4 5-3.4 5.5-4.2.5-.8.8-1.9.8-3.4z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"M324.8 309.8S399 276.9 399.1 201H250.5c.2 76 74.3 108.8 74.3 108.8z",fill:"#fff",stroke:"#010002",strokeWidth:"1.5"}),s.jsx("path",{d:"M262 201v48.5s5.6 11.3 11.4 18.3V201H262zm22.8 0v80s7.2 7 11.4 10.4V201h-11.4zm22.9 0v98.9s8.1 5.2 11.4 7v-106h-11.4zm80 0v48.5s-5.7 11.3-11.5 18.3V201h11.5zm-22.9 0v80s-7.1 7-11.4 10.4V201h11.4zm-22.8 0v98.9s-8.2 5.2-11.5 7v-106H342z",fill:"#a60032",stroke:"#010002",strokeWidth:"1.5"}),s.jsx("path",{d:"M399.1 145.8s-36.4 19-74.3-1.6c-37.9 20.6-74.3 1.6-74.3 1.6V201h148.6v-55.2z",fill:"#162667",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"})]})}));exports.VI=i;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(c,s){var a=c.borderRadius,r=c.height,l=c.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:s,borderRadius:a,height:r,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M204.3 315s-.5-3.6 6.2-6.1c6.6-2.6 7.2-12.2 5.8-18.6 0 0-3.4 6-7.7 8.1 0 0-6.8 3.6-7.2 10.4 0 0 0 2.5-.5 4.5-.3 1-3.4-8.6 2.4-15.8 6-7.3 7.6-13.3 2.9-25 0 0-.5 7-5.1 11.1-4.7 4-5.3 4.4-5.2 14 0 0 0 3.4-1.7 4.5 0 0-3.6-5.3-4.6-8.8-1-3.5-1.4-5 2.8-9 0 0 13.2-8.7 3.7-27.4 0 0-.3 6.4-5 10.2-4.5 3.9-4.2 6.4-4.4 13-.2 6.7-.6 6.2-1.1 7.2 0 0-8.5-15.6-2-23.8 6.5-8.3 10.2-10 3-25.4 0 0 .3 8-5.5 11.8-5.7 4-4.4 13-4.4 13s.4 3.5-.8 6c0 0-8.1-15.9-.4-24.4 6.6-7.3 7-12.4 3.5-22.6 0 0-.4 4.7-4 7.3-3.7 2.6-6.6 5.1-5.9 15 0 0 .3 7-.6 9 0 0-3.4-6.4-4.4-10.5-1-4.2-1.3-6.6 1.2-10.7s12.5-16 .6-33c0 0-.3 5.5-3.4 10.5-3 5-1.6 10.9-1 15.4.7 4.5-1.5 8.9-1.5 8.9s-5.2-9.5-4-20.4c1-11-3.4-20-13.5-26.4 0 0-7.3 17 2.7 25.7 0 0 8.5 8.4 10.7 18.6 0 0-6.5-.6-12.3-12-5.9-11.4-18-9.6-18.8-9.7 0 0 2 17.6 20.6 22.6 0 0 12 2 14.2 10.8 0 0 2 6 2.8 9.2 0 0-3.8-1.5-7.3-6.7-3.5-5-3-5.7-14.8-6.9 0 0-4.7-.5-7.2-3.9 0 0 5 18.6 17.7 18.5 0 0 11.6-1.3 18 14l-2.9-2c-1.7-1.1-6-3.3-14.5-2.3s-10.9-.4-13-1c0 0 8.6 15.7 20.7 11 12.2-4.7 18 12.4 18.2 12.7 0 0-1.7-1.2-3.8-3.3-2.2-2.1-6.6-4.7-15-2 0 0-6.1 2.3-12.3.4 0 0 6 11.5 19.8 9.5a15.1 15.1 0 0 1 17.3 10.2s-1.8-1-3-2c-1.3-1-6-3.7-16-.8-10 3-13.6-.4-13.6-.4s5.5 10 16.2 11.3c0 0 6-.1 8.4-1 2.5-1 9.2-2.5 13.8 4.2 0 0-1.3.2-3.2-.7 0 0-7-2.5-12.5 2 0 0-4.8 4.9-11.6 4 0 0 8.8 8.5 22.8 1.3 0 0 4.7-3.4 8.2-.8 3.5 2.7 11.5-2.6 11.5-2.6z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),React.createElement("g",{fill:"#f4c53d",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"},React.createElement("path",{d:"M282.2 103.7s-1.6-14.5 10-16a38 38 0 0 1 18 1.2l5.5 10.6-2 7.2-7.4 3.4s1.3-11-8.8-11.2c-2.6 0-4 1-8.1.3s-6.3 3.8-7.2 4.5z"}),React.createElement("path",{d:"M363.8 139.6c-1.8 2.2-8.7 3-8.7 3s7.1 5.5 10.2 13.3c3 7.7-82.4 0-82.4 0s3.8-2.6 6.3-7.6c0 0-3.8 1.4-7.6-2.4 0 0 2.8 1 6.5-4.6 0 0 5.5-7 9.4-9 0 0-1.8 1.2-6.1-1.2 0 0 7.4-1 10-13.5 0 0 .5-2.8 3.3-7 2.8-4 2.2.9 7.4-5.4 0 0 2.4-4.4.3-7-2-2.8-4.3-1.8-8.6-4.4-4.4-2.6-6.3-4-4.8-8s5.3-3.4 5.9-3.4.8-3.5 5.5-5.9 17.4-1.3 19.2-.3c2 1 9.5 3.3 14 14.5 4.4 11.2-1.2 15.4 10.8 32.4 0 0-4.8 1-7.9 0 0 0 6.3 11.2 17.3 16.5z"}),React.createElement("path",{d:"M311 92.2c-10-.5-6.1-9.8-6.1-9.8",fill:"none"}),React.createElement("path",{d:"M328 93.5s-1.7-.8-3.2-2.8c-2-2.7-6.7-4-9.1-1.4 0 0-2.5 2.8-4.8 3 0 0 2.6.7 4.3 2.3 1.7 1.6 3.5 2.8 6.1 2.4 2.6-.3 3-1.7 4.2-2.5 1.3-.8 2.5-1 2.5-1z"})),React.createElement("path",{d:"M202.8 336.5s-.2-6.4 7.8-6.8l23.5 32.7s-.9 2.1-11.5 1.9c0 0-1.2 0-1.8 1.2-.9 2-18-29-18-29z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),React.createElement("g",{fill:"#f4c53d",id:"".concat(i,"-0"),stroke:"#010002",strokeWidth:"10",transform:"translate(3.6 26.2) scale(.15055)"},React.createElement("path",{d:"M1495 1807.9s-49.9 85.6-110.2 87c0 0-103.7-12.6-133 14.5-20.5 18.9-41.4 34.5-50 82.8-8.4 48.3 16.5 58.7 22.4 60.8 0 0 4.6 34.5 38.7 25.5 0 0 2 36 62.2 18.7 60.3-17.3 85.3-11.8 97-71.8 11.9-60.1 22.8-59.1 33.5-66.3 14.4-9.7 41.5-18.8 61.6-30.4 18-10.4 87.2-45.6 110.8-48.3 23.6-2.8 18.4-82.2 18.4-82.2h-61l-29.5-43.5-61 53.2zm192-429.4s-61 49.7-112.2 0c0 0-20.6 24.8-62 17.6-41.2-7.3-48.1-29-52-41.4 0 0-35.8 20.8-66 4.3-30-16.4-30-41.3-30-41.3s-52.5 10.4-79.4-25.2c-26.9-35.5-10.5-70.7 4-74.9 0 0-56.7 14.9-72.2-33.8a56 56 0 0 1 16.4-62.8s-119.4-.6-168.4-38c0 0-40.7-25.6-16.4-52.5 0 0-107.5-17.2-134.4-60 0 0-11.8-11.8-7.9-32.5 0 0 .7-11.7 12.5-12.4 0 0-122.6-19-158-59.4 0 0-17-18.6-8.5-43.5 0 0 1.8-6.5 4.7-11 0 0-111.6-23.5-166.6-73.2 0 0-31.8-28.3-15.4-66.3 0 0-186.5-51-143.3-133.2 0 0-87.2-28.3-59.6-107 0 0-72.1-36.6-40.7-94.6 30.1-55.5 122.6 9.7 232 40 0 0 296.4 93.2 442.3 118l414.6 617.3 241.9 93.2 24.5 172.6z"}),React.createElement("path",{d:"M1689.9 923.9s-38.9-29.2-108.2 5.1c0 0-23.3 16.1-41.7-1.5a37.3 37.3 0 0 1 4.3-57.5c51.7-38.3 70.8-153.2-7.8-200.9 0 0-114-67.6-532.3-174 0 0-35-9.8-53.8-5.1a52 52 0 0 0-37.6 37.8S894 581.1 957 611.6c0 0 28.4 13 57.7 21.4 0 0-32.2-7-46 24.8-13 30.4 6 61.5 65 81.5 0 0 16 6.2 38.7 11.7 0 0-50.5 14.5-26.2 55.3 0 0 21.6 42.8 98 50.4 0 0-57 6.2-16.8 60.4 0 0 17.7 29.7 73.4 40.7 0 0-42.2 1.4-21 39.3 21.4 38 71.5 59.4 120.9 62.9 0 0 26.7 1.4 45.4-2.8 0 0-47 23.5-19.4 62.8 0 0 20.3 28 71.1 26.6 0 0-13.1 44 24.1 60.6 29 13 53.1-7.8 53.1-7.8s-9.8 47.1 32.5 63.7c0 0 21.1 10.9 52.6 0 0 0 24 53.9 109.6 16 85.6-37.7 20.2-355.1 20.2-355.1zm5 489.4s-12.5 67.4-112 152.2c0 0-76.8 67.7-74.9 145.7 2 79.5-13.7 88.4-43.9 115.3 0 0 62.3 4.9 92.4-36.6 0 0-1.3 69-10.5 75.3 0 0 19.6 1.2 47.9-29.7 0 0 17-18 32.8-24.9 0 0-18.4 47.7-4 91.9 0 0 4.6-17.3 28.9-24.9 0 0 44-9 61-72.5 0 0 11.1-42 80-79.4 0 0 78-29.4 76-67.8-2-38.5-173.6-244.6-173.6-244.6z"}),React.createElement("path",{d:"M2056.5 2282.2s-17.9 78.8-80 72.5c0 0-43.9-4.2-40.6-77.4 0 0-64.9 34.6-75.4-51 0 0-59 13.7-58.3-66.3 0 0-55 9.6-48.5-61.5 0 0-59.7 16-59.7-51 0 0-139.6-23.2 151.4-288.6l259.6 154.6-48.5 368.7z",strokeMiterlimit:"10"}),React.createElement("path",{d:"M2085.4 1928.3s-43.3 38.4-74.1-19c0 0-42-2-48.5-33.8 0 0-34.1-3.4-40.7-35.9 0 0-46.5-4.8-45.2-44.1 0 0-84.6-6.6 0-102.4 84.6-95.8 228.1 159 228.1 159l-19.6 76.2zm48.2-23.8c42 0 89.5 262 77.2 419.9-4.5 57.3-35.2 104.1-77.2 104.1s-72.6-46.8-77-104.1c-12.4-157.9 35.1-419.9 77-419.9"}),React.createElement("ellipse",{cx:"2133.6",cy:"1902.5",rx:"58",ry:"86"}),React.createElement("path",{d:"M1935.9 2277.3s6.6-138.7 126.8-337.6m-202.2 286.6s-18.7-80.1 150.8-317c0 0-19.7-56.5 40.6-92.8M1802.2 2160s-5.3-86.7 160.6-284.5c0 0-14.7-51 45.4-91.8m-254.5 314.8s6.2-87.6 168.4-258.9c0 0-8-52.4 50-84.9m-278 292.8s11.7-100.1 182.8-252c0 0-5.9-39.4 51.1-79.4",fill:"none",strokeMiterlimit:"10"}),React.createElement("path",{d:"M372.3 432s134.3 77.8 552.9 155.6M431.9 539S795.6 657.6 965 672.2m-389.9 0s213.4 67 463.3 109.3m-281.2 30.3s241 57.9 356.2 67.5M919 925.6s203.9 42.5 255.5 47.6m-125.7 57.3s148.8 22.6 208 21.4m-23.2 69s60.2-2.8 89.1-7.6m-33.4 104.3s51.2-13.8 81.3-33.1m-5.9 133.2s39.4-15.2 58.4-56.6m37.7 93.6s30.4-27.3 32.4-57.7m81.6 81.5s-11.4-9.9-3.6-52.7m-11.1-62.8s-6-12.2-4-31.6m-211-581.3s68.8 27.6 91.7 65.6c23 38 7.9 74.9 0 96-3.9 10.7-52.4 104.2 4.6 171.9M1346 1057s.4-.3 24.6-8m-169.8-91.4s41 8.2 81.3 8.6m-138-109.8s48.2 4.9 93.5 4.2m-165.2-109.8s69.5 13.8 106.8 14.5M1014.7 633s85.7 24.4 149.4 33.1m141.6 50.4s-61.6 57.3 12.5 110.5c0 0-30.8 48.3 30.8 98.7m-16.4 23.8s-9.2 92.2 103.6 92.2c0 0-21.7 82.1 87.2 79.4 0 0 12.4 65.6 91 52.4M1441.3 1895s-17.9 4-56.6 0m-108.8 48.3s-54.4-8.3-51.8 109.8m84.6-82.9s-49.2-6.2-46 108.4m520.7-384.5s-23.6 4.8-40 23.5c-16.3 18.6-47.8 15.1-47.8 15.1s17-13.8 23-48.3c5.8-34.5 24.9-44.9 24.9-44.9m-56.3-32.6s-23.6 4.8-40 23.4c-16.4 18.7-47.9 15.2-47.9 15.2s17-13.8 23-48.3c5.9-34.5 24.9-44.9 24.9-44.9m23.7 188.5s-20.6 4.3-34.9 20.5c-14.3 16.3-41.8 13.3-41.8 13.3s15-12 20-42.2c5.2-30.1 21.8-39.2 21.8-39.2",fill:"none"})),React.createElement("use",{height:"100%",stroke:"#010002",strokeWidth:"10",transform:"matrix(-1 0 0 1 647.2 0)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("path",{d:"m466 256-14.3 61.7-5.9-4.2 14-59.2-9.8.2 23.1-42.3 1.5 48.7zm37 13-43 50.8-4.6-5.2 42.8-50.2-8.7-4.6 39.2-26-20.3 43.8z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),React.createElement("path",{d:"m492.6 242-38.5 74-5.9-3.5 38.7-73.8-9.4-2.4 32.7-34.6-10.5 47.5zm-48 96.6-2.9 11.7 8 8-11.2 47-10-13.3-14.6 6.8 11.1-47 10.4-3 2.6-11.7s3.2-1.2 6.6 1.5z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),React.createElement("path",{d:"m447.3 330.8-5.7 10.6 5.7 9.7-22.4 42.5-6.3-15.6-15.9 2.6 22.4-42.4h10.7l5.5-10.6s4 0 6 3.2z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),React.createElement("path",{d:"m448.2 333.9-15 19.2 3.4 10.8-30.9 36-2.8-16.6-16-1.2 30.8-36 10.4 2.5 16-20.4s4.4 2.2 4.1 5.7zm-382.7-45c3.6-1.5 6.2-2.9 6.2-6.7 0-1-.5-3-1.5-6.1L46 202a59 59 0 0 0-3-7.9c-1.1-2-3.2-2.9-6.1-4h30.7c-3.3 1.5-6.4 2.7-6.3 6.3 0 1.3.4 3.2 1.1 5.7l18.6 58 18.5-58a20 20 0 0 0 1.1-5.7c0-3.7-3.2-5-6.3-6.4h29.8c-2.7 1.1-5 2-6 4.1a63 63 0 0 0-3.1 8L90.8 276a37.9 37.9 0 0 0-1.5 6.1s-1.1 4.7 6.2 6.7h-30zm515.3-7.6v-83.7c0-1.4-.3-2.5-.8-3.3s-2.5-3-5.5-4.2h27.7a11.5 11.5 0 0 0-5.5 4.2c-.5.8-.7 1.9-.7 3.3v83.7c0 1.5.2 2.6.7 3.4.5.8 2.5 2.8 5.5 4.2h-27.7c3-1.4 5-3.4 5.5-4.2.5-.8.8-1.9.8-3.4z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),React.createElement("path",{d:"M324.8 309.8S399 276.9 399.1 201H250.5c.2 76 74.3 108.8 74.3 108.8z",fill:"#fff",stroke:"#010002",strokeWidth:"1.5"}),React.createElement("path",{d:"M262 201v48.5s5.6 11.3 11.4 18.3V201H262zm22.8 0v80s7.2 7 11.4 10.4V201h-11.4zm22.9 0v98.9s8.1 5.2 11.4 7v-106h-11.4zm80 0v48.5s-5.7 11.3-11.5 18.3V201h11.5zm-22.9 0v80s-7.1 7-11.4 10.4V201h11.4zm-22.8 0v98.9s-8.2 5.2-11.5 7v-106H342z",fill:"#a60032",stroke:"#010002",strokeWidth:"1.5"}),React.createElement("path",{d:"M399.1 145.8s-36.4 19-74.3-1.6c-37.9 20.6-74.3 1.6-74.3 1.6V201h148.6v-55.2z",fill:"#162667",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}))}));exports.VI=c;
package/icons/flags/VN.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,a){var l=s.borderRadius,t=s.height,c=s.width,d=r.useId();return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,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-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#ec0015"}),e.jsx("path",{d:"M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z",fill:"#ff0"})]})]})}));exports.VN=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,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#ec0015"}),React.createElement("path",{d:"M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z",fill:"#ff0"})))}));exports.VN=a;
package/icons/flags/VU.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=r.forwardRef((function(r,a){var i=r.borderRadius,l=r.height,t=r.width;return e.jsxs(s.FlagIconBase,{ref:a,borderRadius:i,height:l,viewBox:"0 0 24 25",width:t,children:[e.jsx("path",{d:"M21.333 3.667H2.667A2.667 2.667 0 0 0 0 6.332v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#D21034"}),e.jsx("path",{d:"M2.667 21h18.666A2.667 2.667 0 0 0 24 18.333v-6H0v6A2.667 2.667 0 0 0 2.667 21Z",fill:"#009543"}),e.jsx("path",{d:"M11.333 10.333 1.155 4.137a2.685 2.685 0 0 0-.78.833l-.002.001A2.66 2.66 0 0 0 0 6.333v12c0 .498.137.965.375 1.364v.002c.201.336.474.624.797.843l10.161-6.209H24v-4H11.333Z",fill:"#141414"}),e.jsx("path",{d:"m.375 4.97-.002.001A2.66 2.66 0 0 0 0 6.333l10 6-10 6c0 .498.137.965.375 1.364L11.333 13H24v-1.333H11.333L.375 4.97Z",fill:"#FDCE12"}),e.jsx("path",{d:"M2.917 14.737s2.166-.333 2.166-2.473c0-1.316-1.138-2.041-2.028-2.041-.888 0-1.833.666-1.833 1.833 0 1.167 1.083 1.528 1.611 1.528s1.334-.417 1.222-1.333c-.309 1.275-1.608 1.238-2.111.472-.555-.848.306-2.056 1.417-1.723 1.053.316 1.108 1.387.75 2.056-.444.833-1.18.792-1.18.792l-.014.89Z",fill:"#FDCE12"}),e.jsx("path",{d:"M3.584 12.347a2.731 2.731 0 0 0-.424-.435c.328-.337.607-.432.52-.481-.059-.034-.365.104-.693.344-.328-.24-.635-.378-.694-.344-.087.05.192.145.52.481a2.703 2.703 0 0 0-.424.435c-.132.176-.111.472-.111.472s.18-.072.333-.222c.125-.12.232-.297.376-.482.144.185.25.362.375.482.154.15.333.222.333.222s.022-.296-.111-.472Z",fill:"#FDCE12"})]})}));exports.VU=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 c=e.borderRadius,r=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M21.333 3.667H2.667A2.667 2.667 0 0 0 0 6.332v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#D21034"}),React.createElement("path",{d:"M2.667 21h18.666A2.667 2.667 0 0 0 24 18.333v-6H0v6A2.667 2.667 0 0 0 2.667 21Z",fill:"#009543"}),React.createElement("path",{d:"M11.333 10.333 1.155 4.137a2.685 2.685 0 0 0-.78.833l-.002.001A2.66 2.66 0 0 0 0 6.333v12c0 .498.137.965.375 1.364v.002c.201.336.474.624.797.843l10.161-6.209H24v-4H11.333Z",fill:"#141414"}),React.createElement("path",{d:"m.375 4.97-.002.001A2.66 2.66 0 0 0 0 6.333l10 6-10 6c0 .498.137.965.375 1.364L11.333 13H24v-1.333H11.333L.375 4.97Z",fill:"#FDCE12"}),React.createElement("path",{d:"M2.917 14.737s2.166-.333 2.166-2.473c0-1.316-1.138-2.041-2.028-2.041-.888 0-1.833.666-1.833 1.833 0 1.167 1.083 1.528 1.611 1.528s1.334-.417 1.222-1.333c-.309 1.275-1.608 1.238-2.111.472-.555-.848.306-2.056 1.417-1.723 1.053.316 1.108 1.387.75 2.056-.444.833-1.18.792-1.18.792l-.014.89Z",fill:"#FDCE12"}),React.createElement("path",{d:"M3.584 12.347a2.731 2.731 0 0 0-.424-.435c.328-.337.607-.432.52-.481-.059-.034-.365.104-.693.344-.328-.24-.635-.378-.694-.344-.087.05.192.145.52.481a2.703 2.703 0 0 0-.424.435c-.132.176-.111.472-.111.472s.18-.072.333-.222c.125-.12.232-.297.376-.482.144.185.25.362.375.482.154.15.333.222.333.222s.022-.296-.111-.472Z",fill:"#FDCE12"}))}));exports.VU=a;
package/icons/flags/WF.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.WF=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.WF=r;
package/icons/flags/WS.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,l=r.height,a=r.width;return e.jsx(i.FlagIconBase,{ref:t,borderRadius:s,height:l,viewBox:"0 0 640 480",width:a,children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M0 0h320v240H0z",fill:"#002b7f"}),e.jsx("path",{d:"m180 229.3-20.7-14-19.9 14.1 6.5-24.9-19-15.2 24.5-1.5 8.1-23.6 8.8 24 24 .7-19 16.3zm-3.6-165.6L159.8 53l-16 10.4 4.4-20-14.6-12.7 19.4-1.6 7.2-18.6 7.4 18.7 19.1 1.7L172 44.3zm-73 59.5-16-11-16.7 11 5.2-19.4L60.8 91 80 90l7-19 6.8 18.9 19.6 1.1-15 12.5zM250 110l-15.4-10-15 10 4.4-18.3-14-11.8 18.3-1.5 6.3-17.2 7 17.4 17.7 1-13.7 12.3zm-43.1 43.4-10.3-6.4-10.3 6.6 2.7-12.3-9.2-8.3 12-1 4.6-11.6 4.9 11.6 11.9 1-9.1 8.3z",fill:"#fff"})]})})}));exports.WS=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,l=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),React.createElement("path",{d:"M0 0h320v240H0z",fill:"#002b7f"}),React.createElement("path",{d:"m180 229.3-20.7-14-19.9 14.1 6.5-24.9-19-15.2 24.5-1.5 8.1-23.6 8.8 24 24 .7-19 16.3zm-3.6-165.6L159.8 53l-16 10.4 4.4-20-14.6-12.7 19.4-1.6 7.2-18.6 7.4 18.7 19.1 1.7L172 44.3zm-73 59.5-16-11-16.7 11 5.2-19.4L60.8 91 80 90l7-19 6.8 18.9 19.6 1.1-15 12.5zM250 110l-15.4-10-15 10 4.4-18.3-14-11.8 18.3-1.5 6.3-17.2 7 17.4 17.7 1-13.7 12.3zm-43.1 43.4-10.3-6.4-10.3 6.6 2.7-12.3-9.2-8.3 12-1 4.6-11.6 4.9 11.6 11.9 1-9.1 8.3z",fill:"#fff"})))}));exports.WS=r;
package/icons/flags/YE.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 0h640v472.8H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h640v157.4H0z",fill:"#f10600"}),e.jsx("path",{d:"M0 322.6h640V480H0z"})]})})}));exports.YE=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,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v472.8H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v157.4H0z",fill:"#f10600"}),React.createElement("path",{d:"M0 322.6h640V480H0z"})))}));exports.YE=r;
package/icons/flags/YT.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.YT=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.YT=r;
package/icons/flags/ZA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=r.forwardRef((function(i,s){var t=i.borderRadius,a=i.height,h=i.width,d=r.useId();return e.jsxs(l.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d,"-0"),children:e.jsx("path",{d:"M-71.9 0h682.7v512H-71.9z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(d,"-0)"),transform:"translate(67.4) scale(.93748)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-71.9 407.8V104.4L154 256.1-72 407.8z"}),e.jsx("path",{d:"m82.2 512.1 253.6-170.6H696V512H82.2z",fill:"#00c"}),e.jsx("path",{d:"M66 0h630v170.8H335.7S69.3-1.7 66 0z",fill:"red"}),e.jsx("path",{d:"M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z",fill:"#fc0"}),e.jsx("path",{d:"M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z",fill:"#093"}),e.jsx("path",{d:"M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z",fill:"#fff"})]})})]})}));exports.ZA=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,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-71.9 0h682.7v512H-71.9z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"translate(67.4) scale(.93748)"},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M-71.9 407.8V104.4L154 256.1-72 407.8z"}),React.createElement("path",{d:"m82.2 512.1 253.6-170.6H696V512H82.2z",fill:"#00c"}),React.createElement("path",{d:"M66 0h630v170.8H335.7S69.3-1.7 66 0z",fill:"red"}),React.createElement("path",{d:"M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z",fill:"#fc0"}),React.createElement("path",{d:"M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z",fill:"#093"}),React.createElement("path",{d:"M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z",fill:"#fff"}))))}));exports.ZA=a;
package/icons/flags/ZM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=c.forwardRef((function(c,r){var i=c.borderRadius,a=c.height,t=c.width;return s.jsxs(e.FlagIconBase,{ref:r,borderRadius:i,height:a,viewBox:"0 0 24 25",width:t,children:[s.jsx("path",{d:"M21.333 3.555H2.667A2.667 2.667 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:"#1A8A00"}),s.jsx("path",{d:"M20.667 20.889h.666A2.667 2.667 0 0 0 24 18.222v-8h-3.333V20.89Z",fill:"#EF7D00"}),s.jsx("path",{d:"M17.333 10.222h3.334V20.89h-3.334V10.222Z",fill:"#141414"}),s.jsx("path",{d:"M14 10.222h3.333V20.89H14V10.222Z",fill:"#DE200F"}),s.jsx("path",{d:"M23.389 5.726c-.073-.014-.478.217-.478.217s.376-.433.29-.433c-.087 0-.578.23-.578.23s.304-.375.202-.332c-.101.044-.65.289-1.069.464.059-.1.043-.248 0-.248s-.29.159-.665.246c-.376.087-.938.405-1.184.362-.246-.044-.737 0-.737 0s-.144-.217-.029-.275c.115-.058.203.087.203.087s.203-.087.203-.21c0-.122-.348-.137-.348-.137s-.145-.187-.375-.187c-.607 0-.65.65-.65.65s-.247-.087-.477-.145c-.232-.058-.636-.029-1.04-.275-.404-.246-.665-.332-.174.188-.723-.246-1.098-.736-1.2-.524-.101.214.275.466.275.466s-.203-.057-.375-.216c-.174-.16-.42-.26-.188.086-.303-.086-.086.232-.086.232s-.246.072 0 .245c.245.173.693.246.693.246s-.203.144-.073.202c.13.058.348.015.348.015s-.174.144 0 .202c.173.058.39 0 .39 0s-.072.144.1.209c.174.065.449-.08.449-.08s-.13.087 0 .16c.13.071.332-.08.332-.08s-.115.195 0 .224c.115.029.303-.115.303-.115s-.115.187 0 .202c.116.014.376-.13.376-.13s-.159.202 0 .202.347-.101.347-.101-.043.159.087.217c.13.058.317-.102.317-.102s.044.304.015.477c-.029.173.187.043.187.043s-.03.26-.203.246c-.173-.014-.347.217-.288.275.058.058.288-.043.288-.043s-.014.318.072.29c.087-.026.232-.204.232-.204s.086.232.145.203c.058-.03.087-.159.087-.231 0-.073.158-.102.158-.102s.043.289.101.233c.059-.057.072-.247.159-.305.086-.057.058.332.144.304.088-.03.044-.29.015-.376-.029-.087.174.072.16 0-.015-.073-.175-.217-.175-.217s.202.073.145 0c-.057-.073-.087-.26 0-.22.087.041.16-.127.16-.127s.23.174.374.116c.144-.058-.187-.26-.187-.26s.506.173.617.144c.112-.03-.17-.216-.17-.216s.318.072.376 0c.057-.073-.207-.13-.207-.13s.35.058.394 0c.044-.058-.1-.13-.1-.13s.577-.014.693-.217c.578.015 1.213-.447 1.271-.549.058-.101-.1-.101-.1-.101s.347-.275.303-.318c-.043-.043-.231.057-.231.057s.448-.39.376-.404Zm-4.291 2.485c-.187 0-.059-.1-.088-.202-.03-.101.101-.014.087-.101-.016-.087 0-.506 0-.506.144.145.216.333.202.477-.014.145.072.159.101.231.03.073-.115.1-.302.1Z",fill:"#EF7D00"})]})}));exports.ZM=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,a=e.height,r=e.width;return React.createElement(c.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M21.333 3.555H2.667A2.667 2.667 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:"#1A8A00"}),React.createElement("path",{d:"M20.667 20.889h.666A2.667 2.667 0 0 0 24 18.222v-8h-3.333V20.89Z",fill:"#EF7D00"}),React.createElement("path",{d:"M17.333 10.222h3.334V20.89h-3.334V10.222Z",fill:"#141414"}),React.createElement("path",{d:"M14 10.222h3.333V20.89H14V10.222Z",fill:"#DE200F"}),React.createElement("path",{d:"M23.389 5.726c-.073-.014-.478.217-.478.217s.376-.433.29-.433c-.087 0-.578.23-.578.23s.304-.375.202-.332c-.101.044-.65.289-1.069.464.059-.1.043-.248 0-.248s-.29.159-.665.246c-.376.087-.938.405-1.184.362-.246-.044-.737 0-.737 0s-.144-.217-.029-.275c.115-.058.203.087.203.087s.203-.087.203-.21c0-.122-.348-.137-.348-.137s-.145-.187-.375-.187c-.607 0-.65.65-.65.65s-.247-.087-.477-.145c-.232-.058-.636-.029-1.04-.275-.404-.246-.665-.332-.174.188-.723-.246-1.098-.736-1.2-.524-.101.214.275.466.275.466s-.203-.057-.375-.216c-.174-.16-.42-.26-.188.086-.303-.086-.086.232-.086.232s-.246.072 0 .245c.245.173.693.246.693.246s-.203.144-.073.202c.13.058.348.015.348.015s-.174.144 0 .202c.173.058.39 0 .39 0s-.072.144.1.209c.174.065.449-.08.449-.08s-.13.087 0 .16c.13.071.332-.08.332-.08s-.115.195 0 .224c.115.029.303-.115.303-.115s-.115.187 0 .202c.116.014.376-.13.376-.13s-.159.202 0 .202.347-.101.347-.101-.043.159.087.217c.13.058.317-.102.317-.102s.044.304.015.477c-.029.173.187.043.187.043s-.03.26-.203.246c-.173-.014-.347.217-.288.275.058.058.288-.043.288-.043s-.014.318.072.29c.087-.026.232-.204.232-.204s.086.232.145.203c.058-.03.087-.159.087-.231 0-.073.158-.102.158-.102s.043.289.101.233c.059-.057.072-.247.159-.305.086-.057.058.332.144.304.088-.03.044-.29.015-.376-.029-.087.174.072.16 0-.015-.073-.175-.217-.175-.217s.202.073.145 0c-.057-.073-.087-.26 0-.22.087.041.16-.127.16-.127s.23.174.374.116c.144-.058-.187-.26-.187-.26s.506.173.617.144c.112-.03-.17-.216-.17-.216s.318.072.376 0c.057-.073-.207-.13-.207-.13s.35.058.394 0c.044-.058-.1-.13-.1-.13s.577-.014.693-.217c.578.015 1.213-.447 1.271-.549.058-.101-.1-.101-.1-.101s.347-.275.303-.318c-.043-.043-.231.057-.231.057s.448-.39.376-.404Zm-4.291 2.485c-.187 0-.059-.1-.088-.202-.03-.101.101-.014.087-.101-.016-.087 0-.506 0-.506.144.145.216.333.202.477-.014.145.072.159.101.231.03.073-.115.1-.302.1Z",fill:"#EF7D00"}))}));exports.ZM=s;
package/icons/flags/ZW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),a=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=a.forwardRef((function(i,s){var c=i.borderRadius,e=i.height,r=i.width,t=a.useId();return l.jsxs(h.FlagIconBase,{ref:s,borderRadius:c,height:e,viewBox:"0 0 24 25",width:r,children:[l.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),children:[l.jsx("path",{d:"M6.77 8.222 1.221 3.98A2.661 2.661 0 0 0 0 6.222v12a2.661 2.661 0 0 0 1.223 2.242L12 12.222l-5.23-4Z",fill:"#EEE"}),l.jsx("path",{d:"m4.455 7.953 1.188 2.409 2.66.387-1.925 1.875.455 2.648-2.378-1.25-2.378 1.25.454-2.648-1.924-1.875 2.658-.387 1.19-2.409Z",fill:"#DE200F"}),l.jsx("path",{d:"M5 10.527c-.611-.5-.861-.86-1.305-1.555-.444-.694-1.028-.611-1.278 0-.389.084-.5.5-.5.5.638-.194 1.055.222 1.111 1.112.056.889-.167 1.138-.555 1.916-.389.778.055.972.055.972l.256 1.35h3.972l.55-2.378h.333S5.611 11.027 5 10.527Z",fill:"#FFD200"}),l.jsx("path",{d:"m3.875 11.243-.23.157s.417.913 1.021 1.044c.604.132 2.558.349 2.558.349l.08-.349s-2.02-.243-2.527-.326c-.508-.084-.902-.875-.902-.875Zm-.5 2.25s.854-.07 1.292 0c.408.067 2.128.162 2.356.175l.075-.327c-.233-.037-2.05-.327-2.557-.357-.541-.032-1.082.23-1.166.51Zm.438.646.104.684h2.838l.122-.523c-1.382-.274-3.064-.161-3.064-.161Z",fill:"#FFAC33"}),l.jsx("path",{d:"M6.782 14.856H2.756l-.005-.027-.253-1.335a.426.426 0 0 1-.185-.23c-.073-.2-.029-.462.129-.78.059-.117.114-.222.165-.32.28-.537.434-.833.388-1.58-.032-.497-.176-.848-.418-1.016-.176-.121-.394-.143-.65-.065l-.058.018.016-.058c.004-.018.117-.426.508-.52.124-.292.329-.472.564-.493.272-.023.543.154.766.503.428.67.68 1.043 1.298 1.548.604.494 2.617 1.902 2.638 1.916l.086.06h-.412l-.551 2.379Zm-3.97-.066h3.917l.55-2.379h.254c-.394-.276-2.021-1.421-2.554-1.858-.626-.512-.88-.888-1.312-1.563-.209-.327-.463-.496-.704-.473-.214.02-.402.19-.516.468L2.441 9l-.018.003c-.278.06-.408.305-.454.418.251-.063.468-.032.646.091.26.18.414.55.446 1.068.048.764-.109 1.066-.394 1.614-.051.098-.106.203-.164.32-.148.294-.192.544-.128.724.054.15.162.2.167.202l.016.008.003.016.25 1.325Z",fill:"#F15A29"}),l.jsx("path",{d:"M23.915 5.555a2.667 2.667 0 0 0-2.582-2H2.667c-.532 0-1.028.156-1.444.424l-.001.001 2.06 1.575h20.633Zm0 13.334c-.296 1.15-1.34 2-2.582 2H2.667a2.658 2.658 0 0 1-1.444-.424h-.001l2.06-1.576h20.633Z",fill:"#319209"}),l.jsx("path",{d:"M3.282 5.556 12 12.222 3.282 18.89h20.633a2.65 2.65 0 0 0 .085-.667v-12c0-.228-.03-.454-.085-.666 0-.002-20.633 0-20.633 0Z",fill:"#FFD200"}),l.jsx("path",{d:"m6.77 8.222 3.487 2.667H24V8.222H6.77Zm0 8H24v-2.667H10.257l-3.488 2.667Z",fill:"#DE200F"}),l.jsx("path",{d:"M10.257 10.889 1.222 3.98a2.76 2.76 0 0 0-.333.254l10.444 7.988L.89 20.21c.104.093.216.178.334.254l9.034-6.908H24v-2.667H10.257Z",fill:"#141414"})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t,"-0"),children:l.jsx("path",{d:"M0 .222h24v24H0z",fill:"#fff"})})})]})}));exports.ZW=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(l,a){var c=l.borderRadius,r=l.height,h=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 24 25",width:h},React.createElement("g",{clipPath:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M6.77 8.222 1.221 3.98A2.661 2.661 0 0 0 0 6.222v12a2.661 2.661 0 0 0 1.223 2.242L12 12.222l-5.23-4Z",fill:"#EEE"}),React.createElement("path",{d:"m4.455 7.953 1.188 2.409 2.66.387-1.925 1.875.455 2.648-2.378-1.25-2.378 1.25.454-2.648-1.924-1.875 2.658-.387 1.19-2.409Z",fill:"#DE200F"}),React.createElement("path",{d:"M5 10.527c-.611-.5-.861-.86-1.305-1.555-.444-.694-1.028-.611-1.278 0-.389.084-.5.5-.5.5.638-.194 1.055.222 1.111 1.112.056.889-.167 1.138-.555 1.916-.389.778.055.972.055.972l.256 1.35h3.972l.55-2.378h.333S5.611 11.027 5 10.527Z",fill:"#FFD200"}),React.createElement("path",{d:"m3.875 11.243-.23.157s.417.913 1.021 1.044c.604.132 2.558.349 2.558.349l.08-.349s-2.02-.243-2.527-.326c-.508-.084-.902-.875-.902-.875Zm-.5 2.25s.854-.07 1.292 0c.408.067 2.128.162 2.356.175l.075-.327c-.233-.037-2.05-.327-2.557-.357-.541-.032-1.082.23-1.166.51Zm.438.646.104.684h2.838l.122-.523c-1.382-.274-3.064-.161-3.064-.161Z",fill:"#FFAC33"}),React.createElement("path",{d:"M6.782 14.856H2.756l-.005-.027-.253-1.335a.426.426 0 0 1-.185-.23c-.073-.2-.029-.462.129-.78.059-.117.114-.222.165-.32.28-.537.434-.833.388-1.58-.032-.497-.176-.848-.418-1.016-.176-.121-.394-.143-.65-.065l-.058.018.016-.058c.004-.018.117-.426.508-.52.124-.292.329-.472.564-.493.272-.023.543.154.766.503.428.67.68 1.043 1.298 1.548.604.494 2.617 1.902 2.638 1.916l.086.06h-.412l-.551 2.379Zm-3.97-.066h3.917l.55-2.379h.254c-.394-.276-2.021-1.421-2.554-1.858-.626-.512-.88-.888-1.312-1.563-.209-.327-.463-.496-.704-.473-.214.02-.402.19-.516.468L2.441 9l-.018.003c-.278.06-.408.305-.454.418.251-.063.468-.032.646.091.26.18.414.55.446 1.068.048.764-.109 1.066-.394 1.614-.051.098-.106.203-.164.32-.148.294-.192.544-.128.724.054.15.162.2.167.202l.016.008.003.016.25 1.325Z",fill:"#F15A29"}),React.createElement("path",{d:"M23.915 5.555a2.667 2.667 0 0 0-2.582-2H2.667c-.532 0-1.028.156-1.444.424l-.001.001 2.06 1.575h20.633Zm0 13.334c-.296 1.15-1.34 2-2.582 2H2.667a2.658 2.658 0 0 1-1.444-.424h-.001l2.06-1.576h20.633Z",fill:"#319209"}),React.createElement("path",{d:"M3.282 5.556 12 12.222 3.282 18.89h20.633a2.65 2.65 0 0 0 .085-.667v-12c0-.228-.03-.454-.085-.666 0-.002-20.633 0-20.633 0Z",fill:"#FFD200"}),React.createElement("path",{d:"m6.77 8.222 3.487 2.667H24V8.222H6.77Zm0 8H24v-2.667H10.257l-3.488 2.667Z",fill:"#DE200F"}),React.createElement("path",{d:"M10.257 10.889 1.222 3.98a2.76 2.76 0 0 0-.333.254l10.444 7.988L.89 20.21c.104.093.216.178.334.254l9.034-6.908H24v-2.667H10.257Z",fill:"#141414"})),React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 .222h24v24H0z",fill:"#fff"}))))}));exports.ZW=l;
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("../../styles/constants/theme.js"),i=r.forwardRef((function(r,i){var t=r.children,o=r.className,c=r.color,l=r.inlineBlock,n=r.size,a=void 0===n?24:n,h=r.viewBox;return e.jsx("svg",{ref:i,className:o,color:c&&"".concat(s.theme[c]),fill:"none",height:a,style:{display:l?"inline-block":"block"},viewBox:h||"0 0 24 24",width:a,xmlns:"http://www.w3.org/2000/svg",children:t})}));exports.IconBase=i;
1
+ "use strict";var e=require("react"),t=require("../../styles/constants/theme.js"),r=e.forwardRef((function(e,r){var s=e.children,o=e.className,c=e.color,i=e.inlineBlock,l=e.size,n=void 0===l?24:l,a=e.viewBox;return React.createElement("svg",{ref:r,className:o,color:c&&"".concat(t.theme[c]),fill:"none",height:n,style:{display:i?"inline-block":"block"},viewBox:a||"0 0 24 24",width:n,xmlns:"http://www.w3.org/2000/svg"},s)}));exports.IconBase=r;