@zonos/amino 5.5.28 → 5.5.30

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 (1607) 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/tsconfig.emitDeclarationOnly.tsbuildinfo +1 -0
  763. package/tsconfig.tsbuildinfo +1 -0
  764. package/tslib.es6-8c21e256.js +1 -0
  765. package/utils/_extractQueryParams.js +1 -1
  766. package/utils/addIndex.js +1 -1
  767. package/utils/flattenRow.js +1 -1
  768. package/utils/formatCurrency.js +1 -1
  769. package/utils/getIsInternalLink.js +1 -1
  770. package/utils/getProductDetails.js +1 -1
  771. package/utils/handleFetch.js +1 -1
  772. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  773. package/utils/hooks/useCountryOptions.js +1 -1
  774. package/utils/hooks/useDropdown.js +1 -1
  775. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  776. package/utils/hooks/useNotify.js +1 -1
  777. package/utils/hooks/useStateUrl.js +1 -1
  778. package/utils/hooks/useSwrt.js +1 -1
  779. package/utils/prepCountryOptions.js +1 -1
  780. package/utils/prepRegionCountryOptions.js +1 -1
  781. package/utils/setupNestedData.js +1 -1
  782. package/utils/unitedStates.js +1 -1
  783. package/utils/useCopyText.js +1 -1
  784. package/CountryMultiSelectExpandedOption-920c1ec2.js +0 -1
  785. package/DateControlsWrapper-4900e6bb.js +0 -1
  786. package/all.d.ts +0 -767
  787. package/components/avatar/AvatarBase.d.ts +0 -36
  788. package/components/avatar/ImageAvatar.d.ts +0 -5
  789. package/components/avatar/UserAvatar.d.ts +0 -3
  790. package/components/badge/Badge.d.ts +0 -26
  791. package/components/banner/Banner.d.ts +0 -12
  792. package/components/button/Button.d.ts +0 -52
  793. package/components/button/ButtonIcon.d.ts +0 -5
  794. package/components/button/MenuButton.d.ts +0 -19
  795. package/components/button/RippleGroup.d.ts +0 -21
  796. package/components/button/_Ripple.d.ts +0 -15
  797. package/components/button/button-group/ButtonGroup.d.ts +0 -9
  798. package/components/button/useRipple.d.ts +0 -17
  799. package/components/card/Card.d.ts +0 -12
  800. package/components/checkbox/Checkbox.d.ts +0 -14
  801. package/components/collapse/Collapse.d.ts +0 -17
  802. package/components/connection-map/ConnectionMap.d.ts +0 -12
  803. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +0 -29
  804. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +0 -23
  805. package/components/cover-sheet/CoverSheet.d.ts +0 -12
  806. package/components/cover-sheet/CoverSheetActions.d.ts +0 -11
  807. package/components/currency/Currency.d.ts +0 -7
  808. package/components/currency/DualCurrency.d.ts +0 -33
  809. package/components/danger-zone/DangerZone.d.ts +0 -6
  810. package/components/dialog/BaseDialog.d.ts +0 -49
  811. package/components/dialog/Dialog.d.ts +0 -28
  812. package/components/dialog/DismissableDialog.d.ts +0 -21
  813. package/components/dialog/alert/AlertContext.d.ts +0 -12
  814. package/components/dialog/alert/AlertDialog.d.ts +0 -6
  815. package/components/dialog/alert/useAlert.d.ts +0 -1
  816. package/components/dialog/announcement/AnnouncementDialog.d.ts +0 -28
  817. package/components/dialog/confirm/ConfirmContext.d.ts +0 -13
  818. package/components/dialog/confirm/ConfirmDialog.d.ts +0 -8
  819. package/components/dialog/confirm/useConfirm.d.ts +0 -1
  820. package/components/divider/Divider.d.ts +0 -13
  821. package/components/drop-zone/DropZone.d.ts +0 -33
  822. package/components/file-upload/FileUpload.d.ts +0 -34
  823. package/components/filter/FilterWrapper.d.ts +0 -18
  824. package/components/filter/filter-amount/FilterAmount.d.ts +0 -9
  825. package/components/filter/filter-amount/filterAmountReducer.d.ts +0 -20
  826. package/components/filter/filter-date/DateControls.d.ts +0 -11
  827. package/components/filter/filter-date/DateControlsWrapper.d.ts +0 -13
  828. package/components/filter/filter-date/FilterDate.d.ts +0 -11
  829. package/components/filter/filter-date/_DateControls/_IsAfter.d.ts +0 -2
  830. package/components/filter/filter-date/_DateControls/_IsBefore.d.ts +0 -2
  831. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.d.ts +0 -2
  832. package/components/filter/filter-date/_DateControls/_IsBetween.d.ts +0 -3
  833. package/components/filter/filter-date/_DateControls/_IsEqualTo.d.ts +0 -2
  834. package/components/filter/filter-date/_DateControls/_IsInTheLast.d.ts +0 -2
  835. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.d.ts +0 -2
  836. package/components/filter/filter-date/filterDateReducer.d.ts +0 -24
  837. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +0 -8
  838. package/components/filter/filter-select/FilterSelect.d.ts +0 -17
  839. package/components/filter/filter-text/FilterText.d.ts +0 -6
  840. package/components/filter/useFilterWrapper.d.ts +0 -29
  841. package/components/flex/Flex.d.ts +0 -42
  842. package/components/glow/GlowWrapper.d.ts +0 -27
  843. package/components/help-text/HelpText.d.ts +0 -19
  844. package/components/input/Input.d.ts +0 -19
  845. package/components/input/MultiInput.d.ts +0 -12
  846. package/components/input/input-simple/InputSimple.d.ts +0 -19
  847. package/components/input/input-simple/input-type/_DateInput.d.ts +0 -21
  848. package/components/input/input-simple/input-type/_InputBase.d.ts +0 -79
  849. package/components/input/input-simple/input-type/_NumberInput.d.ts +0 -22
  850. package/components/input/input-simple/input-type/_PasswordInput.d.ts +0 -21
  851. package/components/input/input-simple/input-type/_TimeInput.d.ts +0 -21
  852. package/components/input/input-type/_DateInput.d.ts +0 -21
  853. package/components/input/input-type/_FloatLabelInput.d.ts +0 -80
  854. package/components/input/input-type/_NumberInput.d.ts +0 -22
  855. package/components/input/input-type/_PasswordInput.d.ts +0 -21
  856. package/components/input/input-type/_TimeInput.d.ts +0 -21
  857. package/components/layout/Layout.d.ts +0 -12
  858. package/components/layout/NavigationGroup.d.ts +0 -21
  859. package/components/lightbox/LightBox.d.ts +0 -5
  860. package/components/list/CollapsibleList.d.ts +0 -12
  861. package/components/list/List.d.ts +0 -8
  862. package/components/list-item/ListItem.d.ts +0 -13
  863. package/components/menu/Menu.d.ts +0 -5
  864. package/components/menu/MenuItem.d.ts +0 -10
  865. package/components/nested-data-table/NestedDataTable.d.ts +0 -28
  866. package/components/nested-data-table/NestedDataTableHasura.d.ts +0 -19
  867. package/components/nested-data-table/_Filter.d.ts +0 -7
  868. package/components/nested-data-table/_TableData.d.ts +0 -16
  869. package/components/pivot-table/PivotTable.d.ts +0 -34
  870. package/components/progress-bar/ProgressBar.d.ts +0 -7
  871. package/components/radio/Radio.d.ts +0 -10
  872. package/components/radio/RadioGroup.d.ts +0 -13
  873. package/components/rest-state/RestState.d.ts +0 -9
  874. package/components/rich-card-select/RichCardStateSelect.d.ts +0 -7
  875. package/components/rich-checkbox/RichCheckbox.d.ts +0 -15
  876. package/components/rich-radio/RichRadio.d.ts +0 -25
  877. package/components/rounded-icon/RoundedIcon.d.ts +0 -11
  878. package/components/section/HSection.d.ts +0 -18
  879. package/components/section/VSection.d.ts +0 -11
  880. package/components/section/_SectionHeader.d.ts +0 -9
  881. package/components/section/_SectionInnerWrapper.d.ts +0 -7
  882. package/components/section/_SectionSubheader.d.ts +0 -7
  883. package/components/select/CountryMultiSelect.d.ts +0 -16
  884. package/components/select/CountrySelect.d.ts +0 -15
  885. package/components/select/MultiSelect.d.ts +0 -27
  886. package/components/select/Select.d.ts +0 -33
  887. package/components/select/_StyledReactSelect.d.ts +0 -22
  888. package/components/simple-table/SimpleTable.d.ts +0 -154
  889. package/components/simple-table/SimpleTableRow.d.ts +0 -17
  890. package/components/skeleton/Skeleton.d.ts +0 -15
  891. package/components/slide-over/SlideOver.d.ts +0 -10
  892. package/components/spinner/Spinner.d.ts +0 -13
  893. package/components/split-panel/SplitPanel.d.ts +0 -30
  894. package/components/stack/HStack.d.ts +0 -8
  895. package/components/stack/Stack.d.ts +0 -18
  896. package/components/stack/VStack.d.ts +0 -8
  897. package/components/surface/Surface.d.ts +0 -13
  898. package/components/switch/Switch.d.ts +0 -14
  899. package/components/table/Table.d.ts +0 -7
  900. package/components/table/TableBody.d.ts +0 -6
  901. package/components/table/TableCell.d.ts +0 -11
  902. package/components/table/TableFooter.d.ts +0 -6
  903. package/components/table/TableHead.d.ts +0 -6
  904. package/components/table/TableRow.d.ts +0 -15
  905. package/components/table/TableRowCollapse.d.ts +0 -19
  906. package/components/tabs/Tabs.d.ts +0 -24
  907. package/components/tag/Tag.d.ts +0 -16
  908. package/components/text/Text.d.ts +0 -110
  909. package/components/text-avatar/TextAvatar.d.ts +0 -6
  910. package/components/textarea/Textarea.d.ts +0 -40
  911. package/components/theme-select/ThemeSelect.d.ts +0 -9
  912. package/components/thumbnail/Thumbnail.d.ts +0 -27
  913. package/components/toast/Toast.d.ts +0 -22
  914. package/components/toast/ToastContext.d.ts +0 -17
  915. package/components/toggle/Toggle.d.ts +0 -18
  916. package/components/tooltip/Tooltip.d.ts +0 -37
  917. package/icons/AIDuotoneIcon.d.ts +0 -6
  918. package/icons/AIIcon.d.ts +0 -3
  919. package/icons/ArrowDownDuotoneIcon.d.ts +0 -3
  920. package/icons/ArrowDownIcon.d.ts +0 -3
  921. package/icons/ArrowLeftDuotoneIcon.d.ts +0 -3
  922. package/icons/ArrowLeftIcon.d.ts +0 -3
  923. package/icons/ArrowRightDuotoneIcon.d.ts +0 -3
  924. package/icons/ArrowRightIcon.d.ts +0 -3
  925. package/icons/ArrowSwapDuotoneIcon.d.ts +0 -6
  926. package/icons/ArrowSwapIcon.d.ts +0 -3
  927. package/icons/ArrowUpDuotoneIcon.d.ts +0 -3
  928. package/icons/ArrowUpIcon.d.ts +0 -3
  929. package/icons/BagDuotoneIcon.d.ts +0 -6
  930. package/icons/BagIcon.d.ts +0 -3
  931. package/icons/BankDuotoneIcon.d.ts +0 -6
  932. package/icons/BankIcon.d.ts +0 -3
  933. package/icons/BellDuotoneIcon.d.ts +0 -6
  934. package/icons/BellIcon.d.ts +0 -3
  935. package/icons/BellOffDuotoneIcon.d.ts +0 -6
  936. package/icons/BellOffIcon.d.ts +0 -3
  937. package/icons/BookDuotoneIcon.d.ts +0 -6
  938. package/icons/BookIcon.d.ts +0 -3
  939. package/icons/BookmarkAddDuotoneIcon.d.ts +0 -6
  940. package/icons/BookmarkAddIcon.d.ts +0 -3
  941. package/icons/BookmarkCheckDuotoneIcon.d.ts +0 -6
  942. package/icons/BookmarkCheckIcon.d.ts +0 -3
  943. package/icons/BookmarkDuotoneIcon.d.ts +0 -3
  944. package/icons/BookmarkIcon.d.ts +0 -3
  945. package/icons/BookmarkOffDuotoneIcon.d.ts +0 -6
  946. package/icons/BookmarkOffIcon.d.ts +0 -3
  947. package/icons/BookmarkRemoveDuotoneIcon.d.ts +0 -6
  948. package/icons/BookmarkRemoveIcon.d.ts +0 -3
  949. package/icons/BookmarkSubtractDuotoneIcon.d.ts +0 -6
  950. package/icons/BookmarkSubtractIcon.d.ts +0 -3
  951. package/icons/BoxesDuotoneIcon.d.ts +0 -6
  952. package/icons/BoxesIcon.d.ts +0 -3
  953. package/icons/BufferDuotoneIcon.d.ts +0 -6
  954. package/icons/BufferIcon.d.ts +0 -3
  955. package/icons/CalculatorDuotoneIcon.d.ts +0 -6
  956. package/icons/CalculatorIcon.d.ts +0 -3
  957. package/icons/CalendarDuotoneIcon.d.ts +0 -6
  958. package/icons/CalendarIcon.d.ts +0 -3
  959. package/icons/CardDuotoneIcon.d.ts +0 -6
  960. package/icons/CardIcon.d.ts +0 -3
  961. package/icons/CaretDownDuotoneIcon.d.ts +0 -3
  962. package/icons/CaretDownIcon.d.ts +0 -3
  963. package/icons/CaretLeftDuotoneIcon.d.ts +0 -3
  964. package/icons/CaretLeftIcon.d.ts +0 -3
  965. package/icons/CaretRightDuotoneIcon.d.ts +0 -3
  966. package/icons/CaretRightIcon.d.ts +0 -3
  967. package/icons/CaretUpDuotoneIcon.d.ts +0 -3
  968. package/icons/CaretUpIcon.d.ts +0 -3
  969. package/icons/CartDuotoneIcon.d.ts +0 -6
  970. package/icons/CartIcon.d.ts +0 -3
  971. package/icons/ChartDuotoneIcon.d.ts +0 -6
  972. package/icons/ChartIcon.d.ts +0 -3
  973. package/icons/CheckCircleDuotoneIcon.d.ts +0 -6
  974. package/icons/CheckCircleIcon.d.ts +0 -3
  975. package/icons/CheckmarkDuotoneIcon.d.ts +0 -3
  976. package/icons/CheckmarkIcon.d.ts +0 -3
  977. package/icons/CheckoutDuotoneIcon.d.ts +0 -6
  978. package/icons/CheckoutIcon.d.ts +0 -3
  979. package/icons/ChevronDownCircleDuotoneIcon.d.ts +0 -6
  980. package/icons/ChevronDownCircleIcon.d.ts +0 -3
  981. package/icons/ChevronDownDuotoneIcon.d.ts +0 -3
  982. package/icons/ChevronDownIcon.d.ts +0 -3
  983. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +0 -6
  984. package/icons/ChevronLeftCircleIcon.d.ts +0 -3
  985. package/icons/ChevronLeftDuotoneIcon.d.ts +0 -3
  986. package/icons/ChevronLeftIcon.d.ts +0 -3
  987. package/icons/ChevronRightCircleDuotoneIcon.d.ts +0 -6
  988. package/icons/ChevronRightCircleIcon.d.ts +0 -3
  989. package/icons/ChevronRightDuotoneIcon.d.ts +0 -3
  990. package/icons/ChevronRightIcon.d.ts +0 -3
  991. package/icons/ChevronUpCircleDuotoneIcon.d.ts +0 -3
  992. package/icons/ChevronUpCircleIcon.d.ts +0 -3
  993. package/icons/ChevronUpDuotoneIcon.d.ts +0 -3
  994. package/icons/ChevronUpIcon.d.ts +0 -3
  995. package/icons/CircleDuotoneIcon.d.ts +0 -3
  996. package/icons/CircleIcon.d.ts +0 -3
  997. package/icons/ClassifyDuotoneIcon.d.ts +0 -6
  998. package/icons/ClassifyIcon.d.ts +0 -3
  999. package/icons/ClearDuotoneIcon.d.ts +0 -6
  1000. package/icons/ClearIcon.d.ts +0 -3
  1001. package/icons/ClockDuotoneIcon.d.ts +0 -6
  1002. package/icons/ClockIcon.d.ts +0 -3
  1003. package/icons/CodeCircleDuotoneIcon.d.ts +0 -6
  1004. package/icons/CodeCircleIcon.d.ts +0 -3
  1005. package/icons/CodeDuotoneIcon.d.ts +0 -6
  1006. package/icons/CodeIcon.d.ts +0 -3
  1007. package/icons/CoinsDuotoneIcon.d.ts +0 -6
  1008. package/icons/CoinsIcon.d.ts +0 -3
  1009. package/icons/CollectDuotoneIcon.d.ts +0 -6
  1010. package/icons/CollectIcon.d.ts +0 -3
  1011. package/icons/CommentDuotoneIcon.d.ts +0 -6
  1012. package/icons/CommentIcon.d.ts +0 -3
  1013. package/icons/CopilotDuotoneIcon.d.ts +0 -6
  1014. package/icons/CopilotIcon.d.ts +0 -3
  1015. package/icons/CopyDuotoneIcon.d.ts +0 -6
  1016. package/icons/CopyIDIcon.d.ts +0 -3
  1017. package/icons/CopyIcon.d.ts +0 -3
  1018. package/icons/CubeDuotoneIcon.d.ts +0 -6
  1019. package/icons/CubeIcon.d.ts +0 -3
  1020. package/icons/DashboardDuotoneIcon.d.ts +0 -6
  1021. package/icons/DashboardIcon.d.ts +0 -3
  1022. package/icons/DiamondDuotoneIcon.d.ts +0 -3
  1023. package/icons/DiamondIcon.d.ts +0 -3
  1024. package/icons/DislikeDuotoneIcon.d.ts +0 -6
  1025. package/icons/DislikeIcon.d.ts +0 -3
  1026. package/icons/DocsDuotoneIcon.d.ts +0 -6
  1027. package/icons/DocsIcon.d.ts +0 -3
  1028. package/icons/DollarDuotoneIcon.d.ts +0 -6
  1029. package/icons/DollarIcon.d.ts +0 -3
  1030. package/icons/DoubleChevronDuotoneIcon.d.ts +0 -6
  1031. package/icons/DoubleChevronIcon.d.ts +0 -3
  1032. package/icons/DragDuotoneIcon.d.ts +0 -6
  1033. package/icons/DragIcon.d.ts +0 -3
  1034. package/icons/EditDuotoneIcon.d.ts +0 -6
  1035. package/icons/EditIcon.d.ts +0 -3
  1036. package/icons/ExclamationMarkDuotoneIcon.d.ts +0 -6
  1037. package/icons/ExclamationMarkIcon.d.ts +0 -3
  1038. package/icons/ExportDuotoneIcon.d.ts +0 -6
  1039. package/icons/ExportIcon.d.ts +0 -3
  1040. package/icons/ExternalDuotoneIcon.d.ts +0 -6
  1041. package/icons/ExternalIcon.d.ts +0 -3
  1042. package/icons/EyeDuotoneIcon.d.ts +0 -6
  1043. package/icons/EyeIcon.d.ts +0 -3
  1044. package/icons/EyeOffDuotoneIcon.d.ts +0 -6
  1045. package/icons/EyeOffIcon.d.ts +0 -3
  1046. package/icons/FileDuotoneIcon.d.ts +0 -6
  1047. package/icons/FileIcon.d.ts +0 -3
  1048. package/icons/FileUploadDuotoneIcon.d.ts +0 -6
  1049. package/icons/FileUploadIcon.d.ts +0 -3
  1050. package/icons/FilterDuotoneIcon.d.ts +0 -6
  1051. package/icons/FilterIcon.d.ts +0 -3
  1052. package/icons/FolderListDuotoneIcon.d.ts +0 -6
  1053. package/icons/FolderListIcon.d.ts +0 -3
  1054. package/icons/FolderUploadDuotoneIcon.d.ts +0 -6
  1055. package/icons/FolderUploadIcon.d.ts +0 -3
  1056. package/icons/FusionDuotoneIcon.d.ts +0 -6
  1057. package/icons/FusionIcon.d.ts +0 -3
  1058. package/icons/GlobeDuotoneIcon.d.ts +0 -6
  1059. package/icons/GlobeIcon.d.ts +0 -3
  1060. package/icons/GraphQLDuotoneIcon.d.ts +0 -3
  1061. package/icons/GraphQLIcon.d.ts +0 -3
  1062. package/icons/GridDuotoneIcon.d.ts +0 -6
  1063. package/icons/GridIcon.d.ts +0 -3
  1064. package/icons/HelloDuotoneIcon.d.ts +0 -6
  1065. package/icons/HelloIcon.d.ts +0 -3
  1066. package/icons/HelpDuotoneIcon.d.ts +0 -6
  1067. package/icons/HelpIcon.d.ts +0 -3
  1068. package/icons/HexagonDuotoneIcon.d.ts +0 -3
  1069. package/icons/HexagonIcon.d.ts +0 -3
  1070. package/icons/HomeDuotoneIcon.d.ts +0 -6
  1071. package/icons/HomeIcon.d.ts +0 -3
  1072. package/icons/ImageDuotoneIcon.d.ts +0 -6
  1073. package/icons/ImageIcon.d.ts +0 -3
  1074. package/icons/ImportDuotoneIcon.d.ts +0 -6
  1075. package/icons/ImportIcon.d.ts +0 -3
  1076. package/icons/InfoDuotoneIcon.d.ts +0 -6
  1077. package/icons/InfoIcon.d.ts +0 -3
  1078. package/icons/IntegrationDuotoneIcon.d.ts +0 -6
  1079. package/icons/IntegrationIcon.d.ts +0 -3
  1080. package/icons/LandedCostDuotoneIcon.d.ts +0 -6
  1081. package/icons/LandedCostIcon.d.ts +0 -3
  1082. package/icons/LaptopDuotoneIcon.d.ts +0 -6
  1083. package/icons/LaptopIcon.d.ts +0 -3
  1084. package/icons/LeftPanelClosedDuotoneIcon.d.ts +0 -6
  1085. package/icons/LeftPanelClosedIcon.d.ts +0 -3
  1086. package/icons/LeftPanelOpenDuotoneIcon.d.ts +0 -6
  1087. package/icons/LeftPanelOpenIcon.d.ts +0 -3
  1088. package/icons/LightDuotoneIcon.d.ts +0 -6
  1089. package/icons/LightIcon.d.ts +0 -3
  1090. package/icons/LikeDuotoneIcon.d.ts +0 -6
  1091. package/icons/LikeIcon.d.ts +0 -3
  1092. package/icons/LineDownDuotoneIcon.d.ts +0 -6
  1093. package/icons/LineDownIcon.d.ts +0 -3
  1094. package/icons/LineUpDuotoneIcon.d.ts +0 -6
  1095. package/icons/LineUpIcon.d.ts +0 -3
  1096. package/icons/LinkDuotoneIcon.d.ts +0 -6
  1097. package/icons/LinkIcon.d.ts +0 -3
  1098. package/icons/LocationDuotoneIcon.d.ts +0 -6
  1099. package/icons/LocationIcon.d.ts +0 -3
  1100. package/icons/LockDuotoneIcon.d.ts +0 -6
  1101. package/icons/LockIcon.d.ts +0 -3
  1102. package/icons/LoginDuotoneIcon.d.ts +0 -6
  1103. package/icons/LoginIcon.d.ts +0 -3
  1104. package/icons/LogoutDuotoneIcon.d.ts +0 -6
  1105. package/icons/LogoutIcon.d.ts +0 -3
  1106. package/icons/MailDuotoneIcon.d.ts +0 -6
  1107. package/icons/MailIcon.d.ts +0 -3
  1108. package/icons/MaximizeDuotoneIcon.d.ts +0 -6
  1109. package/icons/MaximizeIcon.d.ts +0 -3
  1110. package/icons/MenuDuotoneIcon.d.ts +0 -6
  1111. package/icons/MenuIcon.d.ts +0 -3
  1112. package/icons/MinimizeDuotoneIcon.d.ts +0 -6
  1113. package/icons/MinimizeIcon.d.ts +0 -3
  1114. package/icons/MinusCircleDuotoneIcon.d.ts +0 -6
  1115. package/icons/MinusCircleIcon.d.ts +0 -3
  1116. package/icons/MinusDuotoneIcon.d.ts +0 -3
  1117. package/icons/MinusIcon.d.ts +0 -3
  1118. package/icons/MobileDuotoneIcon.d.ts +0 -6
  1119. package/icons/MobileIcon.d.ts +0 -3
  1120. package/icons/MoneyDuotoneIcon.d.ts +0 -6
  1121. package/icons/MoneyIcon.d.ts +0 -3
  1122. package/icons/MonitorDuotoneIcon.d.ts +0 -6
  1123. package/icons/MonitorIcon.d.ts +0 -3
  1124. package/icons/NightDuotoneIcon.d.ts +0 -3
  1125. package/icons/NightIcon.d.ts +0 -3
  1126. package/icons/NoteIcon.d.ts +0 -3
  1127. package/icons/PaletteDuotoneIcon.d.ts +0 -6
  1128. package/icons/PaletteIcon.d.ts +0 -3
  1129. package/icons/PauseCircleDuotoneIcon.d.ts +0 -6
  1130. package/icons/PauseCircleIcon.d.ts +0 -3
  1131. package/icons/PenDuotoneIcon.d.ts +0 -6
  1132. package/icons/PenIcon.d.ts +0 -3
  1133. package/icons/PercentBadgeDuotoneIcon.d.ts +0 -6
  1134. package/icons/PercentBadgeIcon.d.ts +0 -3
  1135. package/icons/PercentDuotoneIcon.d.ts +0 -6
  1136. package/icons/PercentIcon.d.ts +0 -3
  1137. package/icons/PlaneDuotoneIcon.d.ts +0 -6
  1138. package/icons/PlaneIcon.d.ts +0 -3
  1139. package/icons/PlayCircleDuotoneIcon.d.ts +0 -6
  1140. package/icons/PlayCircleIcon.d.ts +0 -3
  1141. package/icons/PlayDuotoneIcon.d.ts +0 -3
  1142. package/icons/PlayIcon.d.ts +0 -3
  1143. package/icons/PlusCircleDuotoneIcon.d.ts +0 -6
  1144. package/icons/PlusCircleIcon.d.ts +0 -3
  1145. package/icons/PlusDuotoneIcon.d.ts +0 -3
  1146. package/icons/PlusIcon.d.ts +0 -3
  1147. package/icons/PrepayDuotoneIcon.d.ts +0 -6
  1148. package/icons/PrepayIcon.d.ts +0 -3
  1149. package/icons/PrinterDuotoneIcon.d.ts +0 -6
  1150. package/icons/PrinterIcon.d.ts +0 -3
  1151. package/icons/RadioIcon.d.ts +0 -3
  1152. package/icons/RateDuotoneIcon.d.ts +0 -6
  1153. package/icons/RateIcon.d.ts +0 -3
  1154. package/icons/ReceiptDuotoneIcon.d.ts +0 -6
  1155. package/icons/ReceiptIcon.d.ts +0 -3
  1156. package/icons/RefreshDuotoneIcon.d.ts +0 -6
  1157. package/icons/RefreshIcon.d.ts +0 -3
  1158. package/icons/RemoveCircleDuotoneIcon.d.ts +0 -6
  1159. package/icons/RemoveCircleIcon.d.ts +0 -3
  1160. package/icons/RemoveDuotoneIcon.d.ts +0 -3
  1161. package/icons/RemoveIcon.d.ts +0 -3
  1162. package/icons/RestrictDuotoneIcon.d.ts +0 -6
  1163. package/icons/RestrictIcon.d.ts +0 -3
  1164. package/icons/RightPanelClosedDuotoneIcon.d.ts +0 -6
  1165. package/icons/RightPanelClosedIcon.d.ts +0 -3
  1166. package/icons/RightPanelOpenDuotoneIcon.d.ts +0 -6
  1167. package/icons/RightPanelOpenIcon.d.ts +0 -3
  1168. package/icons/RocketDuotoneIcon.d.ts +0 -6
  1169. package/icons/RocketIcon.d.ts +0 -3
  1170. package/icons/RulesIcon.d.ts +0 -3
  1171. package/icons/ScanDuotoneIcon.d.ts +0 -6
  1172. package/icons/ScanIcon.d.ts +0 -3
  1173. package/icons/ScreenDuotoneIcon.d.ts +0 -6
  1174. package/icons/ScreenIcon.d.ts +0 -3
  1175. package/icons/SearchDuotoneIcon.d.ts +0 -6
  1176. package/icons/SearchIcon.d.ts +0 -3
  1177. package/icons/SendDuotoneIcon.d.ts +0 -6
  1178. package/icons/SendIcon.d.ts +0 -3
  1179. package/icons/SettingsDuotoneIcon.d.ts +0 -6
  1180. package/icons/SettingsIcon.d.ts +0 -3
  1181. package/icons/ShoppingListDuotoneIcon.d.ts +0 -6
  1182. package/icons/ShoppingListIcon.d.ts +0 -3
  1183. package/icons/ShoppingTagDuotoneIcon.d.ts +0 -6
  1184. package/icons/ShoppingTagIcon.d.ts +0 -3
  1185. package/icons/SquareDuotoneIcon.d.ts +0 -3
  1186. package/icons/SquareIcon.d.ts +0 -3
  1187. package/icons/StarDuotoneIcon.d.ts +0 -3
  1188. package/icons/StarIcon.d.ts +0 -3
  1189. package/icons/StarOffDuotoneIcon.d.ts +0 -6
  1190. package/icons/StarOffIcon.d.ts +0 -3
  1191. package/icons/StarsDuotoneIcon.d.ts +0 -6
  1192. package/icons/StarsIcon.d.ts +0 -3
  1193. package/icons/SunnyDuotoneIcon.d.ts +0 -6
  1194. package/icons/SunnyIcon.d.ts +0 -3
  1195. package/icons/TagDuotoneIcon.d.ts +0 -6
  1196. package/icons/TagIcon.d.ts +0 -3
  1197. package/icons/TaxDuotoneIcon.d.ts +0 -6
  1198. package/icons/TaxIcon.d.ts +0 -3
  1199. package/icons/ThreeDotDuotoneIcon.d.ts +0 -3
  1200. package/icons/ThreeDotIcon.d.ts +0 -3
  1201. package/icons/TotalLandedCostDuotoneIcon.d.ts +0 -6
  1202. package/icons/TotalLandedCostIcon.d.ts +0 -3
  1203. package/icons/TrashCanDuotoneIcon.d.ts +0 -6
  1204. package/icons/TrashCanIcon.d.ts +0 -3
  1205. package/icons/TriangleDuotoneIcon.d.ts +0 -3
  1206. package/icons/TriangleIcon.d.ts +0 -3
  1207. package/icons/TruckDuotoneIcon.d.ts +0 -6
  1208. package/icons/TruckIcon.d.ts +0 -3
  1209. package/icons/UFODuotoneIcon.d.ts +0 -6
  1210. package/icons/UFOIcon.d.ts +0 -3
  1211. package/icons/UserDuotoneIcon.d.ts +0 -6
  1212. package/icons/UserIcon.d.ts +0 -3
  1213. package/icons/UsersIcon.d.ts +0 -3
  1214. package/icons/UtahDuotoneIcon.d.ts +0 -3
  1215. package/icons/UtahIcon.d.ts +0 -3
  1216. package/icons/WarningDuotoneIcon.d.ts +0 -6
  1217. package/icons/WarningIcon.d.ts +0 -3
  1218. package/icons/custom/AvatarIcon.d.ts +0 -3
  1219. package/icons/custom/ZonosIcon.d.ts +0 -3
  1220. package/icons/custom/ZonosIcon.js +0 -1
  1221. package/icons/custom/ZonosLogoIcon.d.ts +0 -3
  1222. package/icons/custom/ZonosLogoIcon.js +0 -1
  1223. package/icons/custom/products/CheckoutColorIcon.d.ts +0 -3
  1224. package/icons/custom/products/ClassifyColorIcon.d.ts +0 -3
  1225. package/icons/custom/products/ClearColorIcon.d.ts +0 -3
  1226. package/icons/custom/products/CollectColorIcon.d.ts +0 -3
  1227. package/icons/custom/products/CounterCompanionColorIcon.d.ts +0 -3
  1228. package/icons/custom/products/DashboardColorIcon.d.ts +0 -3
  1229. package/icons/custom/products/HelloColorIcon.d.ts +0 -3
  1230. package/icons/custom/products/InclusivePricingColorIcon.d.ts +0 -3
  1231. package/icons/custom/products/LandedCostColorIcon.d.ts +0 -3
  1232. package/icons/custom/products/PrepayColorIcon.d.ts +0 -3
  1233. package/icons/custom/products/RateColorIcon.d.ts +0 -3
  1234. package/icons/custom/products/RestrictColorIcon.d.ts +0 -3
  1235. package/icons/custom/products/ScreenColorIcon.d.ts +0 -3
  1236. package/icons/custom/products/TaxColorIcon.d.ts +0 -3
  1237. package/icons/custom/theme/ThemeDarkIcon.d.ts +0 -4
  1238. package/icons/custom/theme/ThemeLightIcon.d.ts +0 -4
  1239. package/icons/custom/us-states/AlabamaIcon.d.ts +0 -3
  1240. package/icons/custom/us-states/AlaskaIcon.d.ts +0 -3
  1241. package/icons/custom/us-states/ArizonaIcon.d.ts +0 -3
  1242. package/icons/custom/us-states/ArkansasIcon.d.ts +0 -3
  1243. package/icons/custom/us-states/CaliforniaIcon.d.ts +0 -3
  1244. package/icons/custom/us-states/ColoradoIcon.d.ts +0 -3
  1245. package/icons/custom/us-states/ConnecticutIcon.d.ts +0 -3
  1246. package/icons/custom/us-states/DelawareIcon.d.ts +0 -3
  1247. package/icons/custom/us-states/FloridaIcon.d.ts +0 -3
  1248. package/icons/custom/us-states/GeorgiaIcon.d.ts +0 -3
  1249. package/icons/custom/us-states/HawaiiIcon.d.ts +0 -3
  1250. package/icons/custom/us-states/IdahoIcon.d.ts +0 -3
  1251. package/icons/custom/us-states/IllinoisIcon.d.ts +0 -3
  1252. package/icons/custom/us-states/IndianaIcon.d.ts +0 -3
  1253. package/icons/custom/us-states/IowaIcon.d.ts +0 -3
  1254. package/icons/custom/us-states/KansasIcon.d.ts +0 -3
  1255. package/icons/custom/us-states/KentuckyIcon.d.ts +0 -3
  1256. package/icons/custom/us-states/LouisianaIcon.d.ts +0 -3
  1257. package/icons/custom/us-states/MaineIcon.d.ts +0 -3
  1258. package/icons/custom/us-states/MarylandIcon.d.ts +0 -3
  1259. package/icons/custom/us-states/MassachusettsIcon.d.ts +0 -3
  1260. package/icons/custom/us-states/MichiganIcon.d.ts +0 -3
  1261. package/icons/custom/us-states/MinnesotaIcon.d.ts +0 -3
  1262. package/icons/custom/us-states/MississippiIcon.d.ts +0 -3
  1263. package/icons/custom/us-states/MissouriIcon.d.ts +0 -3
  1264. package/icons/custom/us-states/MontanaIcon.d.ts +0 -3
  1265. package/icons/custom/us-states/NebraskaIcon.d.ts +0 -3
  1266. package/icons/custom/us-states/NevadaIcon.d.ts +0 -3
  1267. package/icons/custom/us-states/NewHampshireIcon.d.ts +0 -3
  1268. package/icons/custom/us-states/NewJerseyIcon.d.ts +0 -3
  1269. package/icons/custom/us-states/NewMexicoIcon.d.ts +0 -3
  1270. package/icons/custom/us-states/NewYorkIcon.d.ts +0 -3
  1271. package/icons/custom/us-states/NorthCarolinaIcon.d.ts +0 -3
  1272. package/icons/custom/us-states/NorthDakotaIcon.d.ts +0 -3
  1273. package/icons/custom/us-states/OhioIcon.d.ts +0 -3
  1274. package/icons/custom/us-states/OklahomaIcon.d.ts +0 -3
  1275. package/icons/custom/us-states/OregonIcon.d.ts +0 -3
  1276. package/icons/custom/us-states/PennsylvaniaIcon.d.ts +0 -3
  1277. package/icons/custom/us-states/PuertoRicoIcon.d.ts +0 -3
  1278. package/icons/custom/us-states/RhodeIslandIcon.d.ts +0 -3
  1279. package/icons/custom/us-states/SouthCarolinaIcon.d.ts +0 -3
  1280. package/icons/custom/us-states/SouthDakotaIcon.d.ts +0 -3
  1281. package/icons/custom/us-states/TennesseeIcon.d.ts +0 -3
  1282. package/icons/custom/us-states/TexasIcon.d.ts +0 -3
  1283. package/icons/custom/us-states/UtahIcon.d.ts +0 -3
  1284. package/icons/custom/us-states/VermontIcon.d.ts +0 -3
  1285. package/icons/custom/us-states/VirginiaIcon.d.ts +0 -3
  1286. package/icons/custom/us-states/WashingtonIcon.d.ts +0 -3
  1287. package/icons/custom/us-states/WestVirginiaIcon.d.ts +0 -3
  1288. package/icons/custom/us-states/WisconsinIcon.d.ts +0 -3
  1289. package/icons/custom/us-states/WyomingIcon.d.ts +0 -3
  1290. package/icons/flag-icon/FlagIcon.d.ts +0 -14
  1291. package/icons/flag-icon/_FlagIconBase.d.ts +0 -10
  1292. package/icons/flags/AD.d.ts +0 -8
  1293. package/icons/flags/AE.d.ts +0 -8
  1294. package/icons/flags/AF.d.ts +0 -8
  1295. package/icons/flags/AG.d.ts +0 -8
  1296. package/icons/flags/AI.d.ts +0 -8
  1297. package/icons/flags/AL.d.ts +0 -8
  1298. package/icons/flags/AM.d.ts +0 -8
  1299. package/icons/flags/AO.d.ts +0 -8
  1300. package/icons/flags/AQ.d.ts +0 -8
  1301. package/icons/flags/AR.d.ts +0 -8
  1302. package/icons/flags/AS.d.ts +0 -8
  1303. package/icons/flags/AT.d.ts +0 -8
  1304. package/icons/flags/AU.d.ts +0 -8
  1305. package/icons/flags/AW.d.ts +0 -8
  1306. package/icons/flags/AX.d.ts +0 -8
  1307. package/icons/flags/AZ.d.ts +0 -8
  1308. package/icons/flags/BA.d.ts +0 -8
  1309. package/icons/flags/BB.d.ts +0 -8
  1310. package/icons/flags/BD.d.ts +0 -8
  1311. package/icons/flags/BE.d.ts +0 -8
  1312. package/icons/flags/BF.d.ts +0 -8
  1313. package/icons/flags/BG.d.ts +0 -8
  1314. package/icons/flags/BH.d.ts +0 -8
  1315. package/icons/flags/BI.d.ts +0 -8
  1316. package/icons/flags/BJ.d.ts +0 -8
  1317. package/icons/flags/BL.d.ts +0 -8
  1318. package/icons/flags/BM.d.ts +0 -8
  1319. package/icons/flags/BN.d.ts +0 -8
  1320. package/icons/flags/BO.d.ts +0 -8
  1321. package/icons/flags/BQ.d.ts +0 -8
  1322. package/icons/flags/BR.d.ts +0 -8
  1323. package/icons/flags/BS.d.ts +0 -8
  1324. package/icons/flags/BT.d.ts +0 -8
  1325. package/icons/flags/BV.d.ts +0 -8
  1326. package/icons/flags/BW.d.ts +0 -8
  1327. package/icons/flags/BY.d.ts +0 -8
  1328. package/icons/flags/BZ.d.ts +0 -8
  1329. package/icons/flags/CA.d.ts +0 -8
  1330. package/icons/flags/CC.d.ts +0 -8
  1331. package/icons/flags/CD.d.ts +0 -8
  1332. package/icons/flags/CF.d.ts +0 -8
  1333. package/icons/flags/CG.d.ts +0 -8
  1334. package/icons/flags/CH.d.ts +0 -8
  1335. package/icons/flags/CI.d.ts +0 -8
  1336. package/icons/flags/CK.d.ts +0 -8
  1337. package/icons/flags/CL.d.ts +0 -8
  1338. package/icons/flags/CM.d.ts +0 -8
  1339. package/icons/flags/CN.d.ts +0 -8
  1340. package/icons/flags/CO.d.ts +0 -8
  1341. package/icons/flags/CR.d.ts +0 -8
  1342. package/icons/flags/CU.d.ts +0 -8
  1343. package/icons/flags/CV.d.ts +0 -8
  1344. package/icons/flags/CW.d.ts +0 -8
  1345. package/icons/flags/CX.d.ts +0 -8
  1346. package/icons/flags/CY.d.ts +0 -8
  1347. package/icons/flags/CZ.d.ts +0 -8
  1348. package/icons/flags/DE.d.ts +0 -8
  1349. package/icons/flags/DJ.d.ts +0 -8
  1350. package/icons/flags/DK.d.ts +0 -8
  1351. package/icons/flags/DM.d.ts +0 -8
  1352. package/icons/flags/DO.d.ts +0 -8
  1353. package/icons/flags/DZ.d.ts +0 -8
  1354. package/icons/flags/Default.d.ts +0 -8
  1355. package/icons/flags/EC.d.ts +0 -8
  1356. package/icons/flags/EE.d.ts +0 -8
  1357. package/icons/flags/EG.d.ts +0 -8
  1358. package/icons/flags/EH.d.ts +0 -8
  1359. package/icons/flags/ER.d.ts +0 -8
  1360. package/icons/flags/ES.d.ts +0 -8
  1361. package/icons/flags/ET.d.ts +0 -8
  1362. package/icons/flags/FI.d.ts +0 -8
  1363. package/icons/flags/FJ.d.ts +0 -8
  1364. package/icons/flags/FK.d.ts +0 -8
  1365. package/icons/flags/FM.d.ts +0 -8
  1366. package/icons/flags/FO.d.ts +0 -8
  1367. package/icons/flags/FR.d.ts +0 -8
  1368. package/icons/flags/GA.d.ts +0 -8
  1369. package/icons/flags/GB.d.ts +0 -8
  1370. package/icons/flags/GD.d.ts +0 -8
  1371. package/icons/flags/GE.d.ts +0 -8
  1372. package/icons/flags/GF.d.ts +0 -8
  1373. package/icons/flags/GG.d.ts +0 -8
  1374. package/icons/flags/GH.d.ts +0 -8
  1375. package/icons/flags/GI.d.ts +0 -8
  1376. package/icons/flags/GL.d.ts +0 -8
  1377. package/icons/flags/GM.d.ts +0 -8
  1378. package/icons/flags/GN.d.ts +0 -8
  1379. package/icons/flags/GP.d.ts +0 -8
  1380. package/icons/flags/GQ.d.ts +0 -8
  1381. package/icons/flags/GR.d.ts +0 -8
  1382. package/icons/flags/GS.d.ts +0 -8
  1383. package/icons/flags/GT.d.ts +0 -8
  1384. package/icons/flags/GU.d.ts +0 -8
  1385. package/icons/flags/GW.d.ts +0 -8
  1386. package/icons/flags/GY.d.ts +0 -8
  1387. package/icons/flags/HK.d.ts +0 -8
  1388. package/icons/flags/HM.d.ts +0 -8
  1389. package/icons/flags/HN.d.ts +0 -8
  1390. package/icons/flags/HR.d.ts +0 -8
  1391. package/icons/flags/HT.d.ts +0 -8
  1392. package/icons/flags/HU.d.ts +0 -8
  1393. package/icons/flags/IC.d.ts +0 -8
  1394. package/icons/flags/ID.d.ts +0 -8
  1395. package/icons/flags/IE.d.ts +0 -8
  1396. package/icons/flags/IL.d.ts +0 -8
  1397. package/icons/flags/IM.d.ts +0 -8
  1398. package/icons/flags/IN.d.ts +0 -8
  1399. package/icons/flags/IO.d.ts +0 -8
  1400. package/icons/flags/IQ.d.ts +0 -8
  1401. package/icons/flags/IR.d.ts +0 -8
  1402. package/icons/flags/IS.d.ts +0 -8
  1403. package/icons/flags/IT.d.ts +0 -8
  1404. package/icons/flags/JE.d.ts +0 -8
  1405. package/icons/flags/JM.d.ts +0 -8
  1406. package/icons/flags/JO.d.ts +0 -8
  1407. package/icons/flags/JP.d.ts +0 -8
  1408. package/icons/flags/KE.d.ts +0 -8
  1409. package/icons/flags/KG.d.ts +0 -8
  1410. package/icons/flags/KH.d.ts +0 -8
  1411. package/icons/flags/KI.d.ts +0 -8
  1412. package/icons/flags/KM.d.ts +0 -8
  1413. package/icons/flags/KN.d.ts +0 -8
  1414. package/icons/flags/KP.d.ts +0 -8
  1415. package/icons/flags/KR.d.ts +0 -8
  1416. package/icons/flags/KW.d.ts +0 -8
  1417. package/icons/flags/KY.d.ts +0 -8
  1418. package/icons/flags/KZ.d.ts +0 -8
  1419. package/icons/flags/LA.d.ts +0 -8
  1420. package/icons/flags/LB.d.ts +0 -8
  1421. package/icons/flags/LC.d.ts +0 -8
  1422. package/icons/flags/LI.d.ts +0 -8
  1423. package/icons/flags/LK.d.ts +0 -8
  1424. package/icons/flags/LR.d.ts +0 -8
  1425. package/icons/flags/LS.d.ts +0 -8
  1426. package/icons/flags/LT.d.ts +0 -8
  1427. package/icons/flags/LU.d.ts +0 -8
  1428. package/icons/flags/LV.d.ts +0 -8
  1429. package/icons/flags/LY.d.ts +0 -8
  1430. package/icons/flags/MA.d.ts +0 -8
  1431. package/icons/flags/MC.d.ts +0 -8
  1432. package/icons/flags/MD.d.ts +0 -8
  1433. package/icons/flags/ME.d.ts +0 -8
  1434. package/icons/flags/MF.d.ts +0 -8
  1435. package/icons/flags/MG.d.ts +0 -8
  1436. package/icons/flags/MH.d.ts +0 -8
  1437. package/icons/flags/MK.d.ts +0 -8
  1438. package/icons/flags/ML.d.ts +0 -8
  1439. package/icons/flags/MM.d.ts +0 -8
  1440. package/icons/flags/MN.d.ts +0 -8
  1441. package/icons/flags/MO.d.ts +0 -8
  1442. package/icons/flags/MP.d.ts +0 -8
  1443. package/icons/flags/MQ.d.ts +0 -8
  1444. package/icons/flags/MR.d.ts +0 -8
  1445. package/icons/flags/MS.d.ts +0 -8
  1446. package/icons/flags/MT.d.ts +0 -8
  1447. package/icons/flags/MU.d.ts +0 -8
  1448. package/icons/flags/MV.d.ts +0 -8
  1449. package/icons/flags/MW.d.ts +0 -8
  1450. package/icons/flags/MX.d.ts +0 -8
  1451. package/icons/flags/MY.d.ts +0 -8
  1452. package/icons/flags/MZ.d.ts +0 -8
  1453. package/icons/flags/NA.d.ts +0 -8
  1454. package/icons/flags/NC.d.ts +0 -8
  1455. package/icons/flags/NE.d.ts +0 -8
  1456. package/icons/flags/NF.d.ts +0 -8
  1457. package/icons/flags/NG.d.ts +0 -8
  1458. package/icons/flags/NI.d.ts +0 -8
  1459. package/icons/flags/NL.d.ts +0 -8
  1460. package/icons/flags/NO.d.ts +0 -8
  1461. package/icons/flags/NP.d.ts +0 -8
  1462. package/icons/flags/NR.d.ts +0 -8
  1463. package/icons/flags/NU.d.ts +0 -8
  1464. package/icons/flags/NZ.d.ts +0 -8
  1465. package/icons/flags/OM.d.ts +0 -8
  1466. package/icons/flags/PA.d.ts +0 -8
  1467. package/icons/flags/PE.d.ts +0 -8
  1468. package/icons/flags/PF.d.ts +0 -8
  1469. package/icons/flags/PG.d.ts +0 -8
  1470. package/icons/flags/PH.d.ts +0 -8
  1471. package/icons/flags/PK.d.ts +0 -8
  1472. package/icons/flags/PL.d.ts +0 -8
  1473. package/icons/flags/PM.d.ts +0 -8
  1474. package/icons/flags/PN.d.ts +0 -8
  1475. package/icons/flags/PR.d.ts +0 -8
  1476. package/icons/flags/PS.d.ts +0 -8
  1477. package/icons/flags/PT.d.ts +0 -8
  1478. package/icons/flags/PW.d.ts +0 -8
  1479. package/icons/flags/PY.d.ts +0 -8
  1480. package/icons/flags/QA.d.ts +0 -8
  1481. package/icons/flags/RE.d.ts +0 -8
  1482. package/icons/flags/RO.d.ts +0 -8
  1483. package/icons/flags/RS.d.ts +0 -8
  1484. package/icons/flags/RU.d.ts +0 -8
  1485. package/icons/flags/RW.d.ts +0 -8
  1486. package/icons/flags/SA.d.ts +0 -8
  1487. package/icons/flags/SB.d.ts +0 -8
  1488. package/icons/flags/SC.d.ts +0 -8
  1489. package/icons/flags/SD.d.ts +0 -8
  1490. package/icons/flags/SE.d.ts +0 -8
  1491. package/icons/flags/SG.d.ts +0 -8
  1492. package/icons/flags/SH.d.ts +0 -8
  1493. package/icons/flags/SI.d.ts +0 -8
  1494. package/icons/flags/SJ.d.ts +0 -8
  1495. package/icons/flags/SK.d.ts +0 -8
  1496. package/icons/flags/SL.d.ts +0 -8
  1497. package/icons/flags/SM.d.ts +0 -8
  1498. package/icons/flags/SN.d.ts +0 -8
  1499. package/icons/flags/SO.d.ts +0 -8
  1500. package/icons/flags/SR.d.ts +0 -8
  1501. package/icons/flags/SS.d.ts +0 -8
  1502. package/icons/flags/ST.d.ts +0 -8
  1503. package/icons/flags/SV.d.ts +0 -8
  1504. package/icons/flags/SX.d.ts +0 -8
  1505. package/icons/flags/SY.d.ts +0 -8
  1506. package/icons/flags/SZ.d.ts +0 -8
  1507. package/icons/flags/TC.d.ts +0 -8
  1508. package/icons/flags/TD.d.ts +0 -8
  1509. package/icons/flags/TF.d.ts +0 -8
  1510. package/icons/flags/TG.d.ts +0 -8
  1511. package/icons/flags/TH.d.ts +0 -8
  1512. package/icons/flags/TJ.d.ts +0 -8
  1513. package/icons/flags/TK.d.ts +0 -8
  1514. package/icons/flags/TL.d.ts +0 -8
  1515. package/icons/flags/TM.d.ts +0 -8
  1516. package/icons/flags/TN.d.ts +0 -8
  1517. package/icons/flags/TO.d.ts +0 -8
  1518. package/icons/flags/TR.d.ts +0 -8
  1519. package/icons/flags/TT.d.ts +0 -8
  1520. package/icons/flags/TV.d.ts +0 -8
  1521. package/icons/flags/TW.d.ts +0 -8
  1522. package/icons/flags/TZ.d.ts +0 -8
  1523. package/icons/flags/UA.d.ts +0 -8
  1524. package/icons/flags/UG.d.ts +0 -8
  1525. package/icons/flags/UM.d.ts +0 -8
  1526. package/icons/flags/US.d.ts +0 -8
  1527. package/icons/flags/UY.d.ts +0 -8
  1528. package/icons/flags/UZ.d.ts +0 -8
  1529. package/icons/flags/VA.d.ts +0 -8
  1530. package/icons/flags/VC.d.ts +0 -8
  1531. package/icons/flags/VE.d.ts +0 -8
  1532. package/icons/flags/VG.d.ts +0 -8
  1533. package/icons/flags/VI.d.ts +0 -8
  1534. package/icons/flags/VN.d.ts +0 -8
  1535. package/icons/flags/VU.d.ts +0 -8
  1536. package/icons/flags/WF.d.ts +0 -8
  1537. package/icons/flags/WS.d.ts +0 -8
  1538. package/icons/flags/YE.d.ts +0 -8
  1539. package/icons/flags/YT.d.ts +0 -8
  1540. package/icons/flags/ZA.d.ts +0 -8
  1541. package/icons/flags/ZM.d.ts +0 -8
  1542. package/icons/flags/ZW.d.ts +0 -8
  1543. package/icons/flags/_FlagIndex.d.ts +0 -251
  1544. package/icons/icon-base/_IconBase.d.ts +0 -6
  1545. package/icons/icon-base/_StateIconBase.d.ts +0 -6
  1546. package/icons/icon-base/_ThemeIconBase.d.ts +0 -8
  1547. package/styles/constants/theme.d.ts +0 -534
  1548. package/styles/devices.d.ts +0 -10
  1549. package/tslib.es6-5672428a.js +0 -1
  1550. package/types/BaseProps.d.ts +0 -7
  1551. package/types/Color.d.ts +0 -5
  1552. package/types/Depth.d.ts +0 -1
  1553. package/types/GeoJsonWorld.d.ts +0 -21
  1554. package/types/GridSpacing.d.ts +0 -2
  1555. package/types/IconProps.d.ts +0 -10
  1556. package/types/Intent.d.ts +0 -1
  1557. package/types/ReactComponent.d.ts +0 -2
  1558. package/types/SectionLayout.d.ts +0 -1
  1559. package/types/SelectOption.d.ts +0 -12
  1560. package/types/Size.d.ts +0 -1
  1561. package/types/Theme.d.ts +0 -3
  1562. package/types/UnitedStates.d.ts +0 -12
  1563. package/types/UploadedFile.d.ts +0 -5
  1564. package/types/Variant.d.ts +0 -1
  1565. package/types/deep/Deep.test-d.d.ts +0 -1
  1566. package/types/deep/DeepKeyof.d.ts +0 -18
  1567. package/types/deep/DeepKeyofAtIndex.d.ts +0 -12
  1568. package/types/deep/DeepKeyofAtIndex.test-d.d.ts +0 -1
  1569. package/types/deep/DeepReducerActions.d.ts +0 -25
  1570. package/types/deep/deep.d.ts +0 -4
  1571. package/utils/_extractQueryParams.d.ts +0 -5
  1572. package/utils/addIndex.d.ts +0 -6
  1573. package/utils/changeDeepProperty.d.ts +0 -44
  1574. package/utils/changeDeepPropertyAtIndex.d.ts +0 -68
  1575. package/utils/countryPhoneCodes.d.ts +0 -4
  1576. package/utils/flattenRow.d.ts +0 -8
  1577. package/utils/formatCurrency.d.ts +0 -49
  1578. package/utils/getAminoColor.d.ts +0 -2
  1579. package/utils/getCountryCodeByName.d.ts +0 -2
  1580. package/utils/getCountryUrls.d.ts +0 -1
  1581. package/utils/getFuzzySearch.d.ts +0 -8
  1582. package/utils/getHashId.d.ts +0 -2
  1583. package/utils/getIsInternalLink.d.ts +0 -8
  1584. package/utils/getProductDetails.d.ts +0 -19
  1585. package/utils/getTestId.d.ts +0 -5
  1586. package/utils/handleFetch.d.ts +0 -23
  1587. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +0 -13
  1588. package/utils/hooks/useAminoTheme.d.ts +0 -12
  1589. package/utils/hooks/useCountryOptions.d.ts +0 -71
  1590. package/utils/hooks/useDropdown.d.ts +0 -32
  1591. package/utils/hooks/useHeightAdjustTextarea.d.ts +0 -15
  1592. package/utils/hooks/useNotify.d.ts +0 -5
  1593. package/utils/hooks/usePrevious.d.ts +0 -1
  1594. package/utils/hooks/useStateUrl.d.ts +0 -24
  1595. package/utils/hooks/useStorage.d.ts +0 -19
  1596. package/utils/hooks/useSwr.d.ts +0 -1
  1597. package/utils/hooks/useSwrt.d.ts +0 -29
  1598. package/utils/isKeyInObj.d.ts +0 -5
  1599. package/utils/jsonParse.d.ts +0 -1
  1600. package/utils/multiinput/parseStringIntoTags.d.ts +0 -2
  1601. package/utils/prepCountryOptions.d.ts +0 -19
  1602. package/utils/prepRegionCountryOptions.d.ts +0 -5
  1603. package/utils/setupNestedData.d.ts +0 -2
  1604. package/utils/storage.d.ts +0 -21
  1605. package/utils/truncateText.d.ts +0 -25
  1606. package/utils/unitedStates.d.ts +0 -2
  1607. package/utils/useCopyText.d.ts +0 -13
package/icons/flags/PW.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,a){var s=t.borderRadius,d=t.height,l=t.width,h=r.useId();return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:s,height:d,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h,"-0"),children:e.jsx("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(70.3)",children:[e.jsx("path",{d:"M-173.4 0h846.3v480h-846.3z",fill:"#4aadd6"}),e.jsx("path",{d:"M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z",fill:"#ffde00"})]})]})}));exports.PW=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:"M-70.3 0h640v480h-640z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(70.3)"},React.createElement("path",{d:"M-173.4 0h846.3v480h-846.3z",fill:"#4aadd6"}),React.createElement("path",{d:"M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z",fill:"#ffde00"})))}));exports.PW=a;
package/icons/flags/PY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var a=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(l,i){var t=l.borderRadius,e=l.height,h=l.width;return a.jsxs(s.FlagIconBase,{ref:i,borderRadius:t,height:e,viewBox:"0 0 24 25",width:h,children:[a.jsx("path",{d:"M0 18.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667V16H0v2.667Z",fill:"#0038A8"}),a.jsx("path",{d:"M0 9.334h24V16H0V9.334Z",fill:"#EEE"}),a.jsx("path",{d:"M21.333 4H2.667A2.667 2.667 0 0 0 0 6.667v2.666h24V6.667A2.667 2.667 0 0 0 21.333 4Z",fill:"#D52B1E"}),a.jsx("path",{d:"M14.667 12.667a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z",fill:"#000"}),a.jsx("path",{d:"M14.5 12.667a2.5 2.5 0 1 1-5-.001 2.5 2.5 0 0 1 5 0Z",fill:"#EEE"}),a.jsx("path",{d:"M14.167 12.667a2.167 2.167 0 1 1-4.334 0 2.167 2.167 0 0 1 4.334 0Z",fill:"#000"}),a.jsx("path",{d:"M14.084 12.667a2.084 2.084 0 1 1-4.169-.001 2.084 2.084 0 0 1 4.169 0Z",fill:"#EEE"}),a.jsx("path",{d:"M14.088 12.653a2.088 2.088 0 1 0-3.894 1.05l1.808-.995 1.805.994c.178-.309.281-.667.281-1.049Z",fill:"#99AAB5"}),a.jsx("path",{d:"M13.667 12.667a1.666 1.666 0 1 1-3.333 0 1.666 1.666 0 0 1 3.333 0Z",fill:"#000"}),a.jsx("path",{d:"M12 14.267a1.6 1.6 0 1 0 0-3.2 1.6 1.6 0 0 0 0 3.2Z",fill:"#EEE"}),a.jsx("path",{d:"m12 12.121.123.377h.396l-.321.233.122.377-.32-.233-.32.233.122-.377-.32-.233h.395l.123-.377Z",fill:"#FFAC33"}),a.jsx("path",{d:"M12.331 11.678s.2-.046.318-.059c.117-.011.222.26.363.306.143.048.141.188.2.352.059.165.023.2.023.388s.106.282.082.423c-.023.14-.14.176-.21.27-.07.094-.012.21-.083.281-.07.07-.305.06-.387.13-.082.07-.235.176-.341.117-.105-.058-.329-.082-.329-.082s.059-.211.224-.282c.164-.07.234-.059.387-.105.153-.047.14-.118.247-.211.105-.095.117-.224.176-.318.059-.094.07-.165.047-.294a2.197 2.197 0 0 0-.118-.388 1.426 1.426 0 0 0-.223-.34c-.07-.082-.376-.188-.376-.188Z",fill:"#007127"}),a.jsx("path",{d:"M11.603 11.748s.117-.255 0-.27c-.47-.059-.564.364-.704.41-.142.049-.165.283-.223.447-.059.164-.035.199-.035.388 0 .188.003.222.027.364.023.14.055.246.125.34.071.094.098.141.168.211s.208.141.29.211c.082.07.332.094.438.036.106-.059.29-.082.29-.082s-.078-.142-.242-.212c-.165-.07-.176-.128-.329-.176-.153-.047-.14-.118-.247-.211-.105-.094-.117-.223-.176-.317-.058-.094-.027-.118-.003-.247.023-.13.07-.235.117-.352.047-.117.165-.27.235-.352.07-.082.27-.188.27-.188Z",fill:"#007127"}),a.jsx("path",{d:"m11.615 13.909.153.105.2-.14.187.129.247-.094-.247.176-.176-.14-.188.128-.188-.106.012-.058Z",fill:"#007127"})]})}));exports.PY=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:"M0 18.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667V16H0v2.667Z",fill:"#0038A8"}),React.createElement("path",{d:"M0 9.334h24V16H0V9.334Z",fill:"#EEE"}),React.createElement("path",{d:"M21.333 4H2.667A2.667 2.667 0 0 0 0 6.667v2.666h24V6.667A2.667 2.667 0 0 0 21.333 4Z",fill:"#D52B1E"}),React.createElement("path",{d:"M14.667 12.667a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z",fill:"#000"}),React.createElement("path",{d:"M14.5 12.667a2.5 2.5 0 1 1-5-.001 2.5 2.5 0 0 1 5 0Z",fill:"#EEE"}),React.createElement("path",{d:"M14.167 12.667a2.167 2.167 0 1 1-4.334 0 2.167 2.167 0 0 1 4.334 0Z",fill:"#000"}),React.createElement("path",{d:"M14.084 12.667a2.084 2.084 0 1 1-4.169-.001 2.084 2.084 0 0 1 4.169 0Z",fill:"#EEE"}),React.createElement("path",{d:"M14.088 12.653a2.088 2.088 0 1 0-3.894 1.05l1.808-.995 1.805.994c.178-.309.281-.667.281-1.049Z",fill:"#99AAB5"}),React.createElement("path",{d:"M13.667 12.667a1.666 1.666 0 1 1-3.333 0 1.666 1.666 0 0 1 3.333 0Z",fill:"#000"}),React.createElement("path",{d:"M12 14.267a1.6 1.6 0 1 0 0-3.2 1.6 1.6 0 0 0 0 3.2Z",fill:"#EEE"}),React.createElement("path",{d:"m12 12.121.123.377h.396l-.321.233.122.377-.32-.233-.32.233.122-.377-.32-.233h.395l.123-.377Z",fill:"#FFAC33"}),React.createElement("path",{d:"M12.331 11.678s.2-.046.318-.059c.117-.011.222.26.363.306.143.048.141.188.2.352.059.165.023.2.023.388s.106.282.082.423c-.023.14-.14.176-.21.27-.07.094-.012.21-.083.281-.07.07-.305.06-.387.13-.082.07-.235.176-.341.117-.105-.058-.329-.082-.329-.082s.059-.211.224-.282c.164-.07.234-.059.387-.105.153-.047.14-.118.247-.211.105-.095.117-.224.176-.318.059-.094.07-.165.047-.294a2.197 2.197 0 0 0-.118-.388 1.426 1.426 0 0 0-.223-.34c-.07-.082-.376-.188-.376-.188Z",fill:"#007127"}),React.createElement("path",{d:"M11.603 11.748s.117-.255 0-.27c-.47-.059-.564.364-.704.41-.142.049-.165.283-.223.447-.059.164-.035.199-.035.388 0 .188.003.222.027.364.023.14.055.246.125.34.071.094.098.141.168.211s.208.141.29.211c.082.07.332.094.438.036.106-.059.29-.082.29-.082s-.078-.142-.242-.212c-.165-.07-.176-.128-.329-.176-.153-.047-.14-.118-.247-.211-.105-.094-.117-.223-.176-.317-.058-.094-.027-.118-.003-.247.023-.13.07-.235.117-.352.047-.117.165-.27.235-.352.07-.082.27-.188.27-.188Z",fill:"#007127"}),React.createElement("path",{d:"m11.615 13.909.153.105.2-.14.187.129.247-.094-.247.176-.176-.14-.188.128-.188-.106.012-.058Z",fill:"#007127"}))}));exports.PY=a;
package/icons/flags/QA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,d=r.width;return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#8d1b3d"}),e.jsx("path",{d:"M0 0v480h158.4l97.8-26.7-97.8-26.6 97.7-26.7-97.7-26.7 97.7-26.6-97.7-26.7 97.8-26.7-97.8-26.6 97.7-26.7-97.7-26.7 97.7-26.6-97.7-26.7 97.8-26.7-97.8-26.6L256.1 80l-97.7-26.7 97.8-26.6L158.3 0H0z",fill:"#fff"})]})}));exports.QA=s;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(r.FlagIconBase,{ref:t,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#8d1b3d"}),React.createElement("path",{d:"M0 0v480h158.4l97.8-26.7-97.8-26.6 97.7-26.7-97.7-26.7 97.7-26.6-97.7-26.7 97.8-26.7-97.8-26.6 97.7-26.7-97.7-26.7 97.7-26.6-97.7-26.7 97.8-26.7-97.8-26.6L256.1 80l-97.7-26.7 97.8-26.6L158.3 0H0z",fill:"#fff"}))}));exports.QA=t;
package/icons/flags/RE.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.RE=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.RE=r;
package/icons/flags/RO.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,d=r.height,a=r.width;return e.jsx(i.FlagIconBase,{ref:t,borderRadius:s,height:d,viewBox:"0 0 640 480",width:a,children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00319c"}),e.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ffde00"}),e.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#de2110"})]})})}));exports.RO=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 0h213.3v480H0z",fill:"#00319c"}),React.createElement("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ffde00"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#de2110"})))}));exports.RO=r;
package/icons/flags/RS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),c=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=c.forwardRef((function(c,a){var h=c.borderRadius,i=c.height,t=c.width;return s.jsxs(l.FlagIconBase,{ref:a,borderRadius:h,height:i,viewBox:"0 0 24 25",width:t,children:[s.jsx("path",{d:"M0 9.222h24v6.667H0V9.222Z",fill:"#0C4076"}),s.jsx("path",{d:"M0 18.556a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.556v-2.667H0v2.667Z",fill:"#EEE"}),s.jsx("path",{d:"M24 6.556a2.667 2.667 0 0 0-2.667-2.667H2.667A2.667 2.667 0 0 0 0 6.556v2.666h24V6.556ZM4.667 9.222v6.334a3.667 3.667 0 0 0 7.333 0V9.222H4.667Z",fill:"#C6363C"}),s.jsx("path",{d:"M8.333 5.264c-2.625 0-3.448 1.114-3.229 1.531.219.417.875 1.49.875 1.49s-.208.083 0 .5c.208.416 1.02.135 2.354.135 1.333 0 2.146.281 2.354-.136.208-.416 0-.5 0-.5s.656-1.072.875-1.489c.22-.417-.603-1.531-3.229-1.531ZM6.041 7.243c-.188.059 0 .635-.066.386-.055-.206-.267-.292-.267-.177 0 .114-.083 0-.063-.208.021-.209-.041-.334-.166-.511s-.125-.333.032-.438c.156-.104.5-.187.5-.187s.135.594.208.729c.072.135.208.224.208.224s-.063.099 0 .15a.847.847 0 0 1 .135.178s-.229-.187-.27-.146c-.041.041.052.094.041.167-.01.073-.125-.219-.292-.167Zm2.126.01c-.052.053-.094-.041-.198-.114-.104-.073-.167-.03-.146.053.02.083-.126.072-.126.198 0 .125-.135.072-.135.072s.167-.437-.115-.427c-.159.006-.104.333 0 .448-.046-.07-.177-.073-.286-.156-.11-.083.015-.22-.068-.188-.084.031-.136.167-.219.198-.083.031-.041-.095 0-.198a.124.124 0 0 0-.048-.156s.007-.073.07-.115c.062-.041.083-.114 0-.198-.084-.083-.385-.552-.292-.708.094-.156.406-.334 1.281-.313.156.719-.083 1.073-.083 1.073s.177.114.23.177c-.126.053-.032.105.051.177.084.074.136.126.084.178Zm1.625-.114c.041.104.083.23 0 .198-.083-.031-.135-.167-.219-.198-.083-.031.042.105-.068.188-.109.083-.24.086-.286.156.104-.115.159-.442 0-.448-.282-.01-.115.427-.115.427s-.135.052-.135-.072c0-.125-.146-.115-.126-.198.021-.084-.041-.126-.146-.053-.104.073-.146.167-.198.115-.052-.052 0-.104.084-.178.084-.072.178-.124.052-.176.052-.063.23-.178.23-.178s-.24-.354-.084-1.072c.875-.021 1.188.156 1.282.312.094.156-.208.626-.292.708-.084.083-.063.156 0 .198.062.042.069.115.069.115s-.09.052-.048.156Zm1.395-.406c-.125.177-.187.302-.166.51.02.209-.063.323-.063.209 0-.115-.212-.028-.267.177-.066.25.122-.327-.066-.386-.167-.052-.386.448-.334.396.052-.052.126-.354.084-.396-.042-.042-.271.146-.271.146s.073-.125.135-.177c.063-.052 0-.151 0-.151s.136-.089.208-.224c.073-.135.208-.73.208-.73s.344.084.5.188c.156.104.158.26.032.438Z",fill:"#EDB92E"}),s.jsx("path",{d:"M8.406 5.384a.12.12 0 0 1-.12.12.12.12 0 0 1-.12-.12V4.332a.12.12 0 0 1 .12-.12.12.12 0 0 1 .12.12v1.052Z",fill:"#FFAC33"}),s.jsx("path",{d:"M8.646 4.613a.11.11 0 0 1-.11.11h-.52a.109.109 0 0 1-.11-.11c0-.06.05-.11.11-.11h.52c.061 0 .11.05.11.11Z",fill:"#EDB92E"}),s.jsx("path",{d:"M8.677 5.264a.401.401 0 1 1-.802 0 .401.401 0 0 1 .802 0ZM6.403 8.74c0 .098-.113.177-.252.177-.14 0-.252-.08-.252-.177 0-.098.112-.177.252-.177.139 0 .252.079.252.177Z",fill:"#0C4076"}),s.jsx("path",{d:"M7.417 8.68c0 .097-.113.176-.252.176-.14 0-.252-.079-.252-.177 0-.097.112-.177.252-.177.138 0 .252.08.252.177Zm2.25 0c0 .097-.113.176-.252.176-.14 0-.252-.079-.252-.177 0-.097.112-.177.252-.177.138 0 .252.08.252.177Z",fill:"#C6363C"}),s.jsx("path",{d:"M10.708 8.74c0 .098-.113.177-.252.177-.14 0-.252-.08-.252-.177 0-.098.113-.177.252-.177.14 0 .252.079.252.177Zm-2.17-.074c0 .098-.112.178-.251.178-.14 0-.252-.08-.252-.178 0-.098.112-.176.252-.176.139 0 .252.078.252.176Z",fill:"#0C4076"}),s.jsx("path",{d:"M6.857 15.597c-.228.517-.252.772-.522.754-.27-.018-.461-.064-.461.045s.43.064.43.064-.406.173-.326.372c.08.2.43-.254.43-.254s.071.018.207-.091c.135-.109.493-.635.493-.635l-.25-.255Zm2.942 0c.228.517.252.772.522.754.27-.018.461-.064.461.045s-.43.064-.43.064.407.173.327.372c-.08.2-.43-.254-.43-.254s-.072.018-.207-.091-.493-.635-.493-.635l.25-.255Z",fill:"#EDB92E"}),s.jsx("path",{d:"M11.41 11.014c-.118-.805-.876-.555-1.198 0-.322.556-.6.89-.898.5-.298-.388-.495-.805-.064-1.333l.43-.528c-.06-.32-.319-.25-.688-.097-.37.152-.603.083-.566.25.037.166.172.18.172.18s-.233.227-.294 1.01c-.061-.783-.294-1.01-.294-1.01s.135-.014.172-.18c.037-.167-.197-.098-.566-.25-.37-.153-.627-.222-.689.097l.431.528c.43.528.234.945-.064 1.333-.297.39-.576.098-.898-.458-.322-.556-1.08-.806-1.197 0-.118.805.018 2.208.018 2.208s-.074.764.074 1.416c.148.653.234 1.236 0 1.736.258-.069.418-.402.418-.402s-.086.402.074.361c.16-.041.197-.347.32-.459.123-.11.222-.36.222-.36s.258-.098 0 .333a.47.47 0 0 0 .344-.125l.074.39.123-.209.061.375.222-.362.145.167s.027-.708.224-.57c.197.14.209.598.074.875-.135.278 0 .39 0 .39s-.197.292-.297.458c-.101.167.052.361.052.361s-.382.57-.276.792c.103.213.738.35 1.203.36l.004.001h.052l.004-.002c.465-.01 1.1-.146 1.203-.359.106-.222-.276-.792-.276-.792s.152-.194.052-.36c-.1-.167-.298-.46-.298-.46s.136-.111 0-.389c-.134-.277-.122-.736.074-.874.197-.139.224.57.224.57l.145-.168.221.362.062-.375.123.208.073-.39s.136.14.345.126c-.259-.43 0-.333 0-.333s.099.25.221.361c.123.111.16.417.32.459.16.041.074-.362.074-.362s.16.334.418.403c-.233-.5-.147-1.084 0-1.736.148-.653.074-1.417.074-1.417s.138-1.444.02-2.25Z",fill:"#fff"}),s.jsx("path",{d:"M7.927 10.097c-.293-.281-1.025-.646-1.268-.594-.242.053-.437.22-.256.48.18.26.256.25.256.25s.289-.26.414-.115c.126.146.021.198-.208.219-.229.02-.462-.135-.462-.135s.076.27.394.302c.214.208.484.052.62.052s.77-.208.51-.459Zm.754 0c.294-.281 1.026-.646 1.268-.594.243.052.438.219.257.48-.18.26-.257.25-.257.25s-.288-.261-.414-.115c-.125.146-.02.198.208.218.23.021.462-.135.462-.135s-.075.27-.393.302c-.214.209-.484.053-.62.053s-.771-.208-.51-.459Zm-2.035 7.258c.091-.21.027-.24-.046-.314-.074-.073-.11-.175-.11-.175s-.037.102-.111.175c-.074.073-.138.103-.047.314-.222-.131-.259.11-.157.255.029-.131.204-.101.204.059s-.145.087-.128.153c.018.066.15.204.238.204.087 0 .22-.138.237-.204.018-.066-.127.007-.127-.153s.174-.19.204-.059c.102-.146.066-.386-.157-.255Zm3.625 0c.092-.21.028-.24-.046-.314-.074-.073-.111-.175-.111-.175s-.037.102-.11.175c-.075.073-.139.103-.047.314-.222-.131-.259.11-.157.255.029-.131.203-.101.203.059s-.144.087-.126.153c.017.066.15.204.237.204s.22-.138.237-.204c.018-.066-.126.007-.126-.153s.174-.19.203-.059c.102-.146.066-.386-.157-.255Z",fill:"#EDB92E"}),s.jsx("path",{d:"M6.83 11.806v2.572a1.49 1.49 0 0 0 2.978 0v-2.572H6.829Z",fill:"#C6363C"}),s.jsx("path",{d:"M9.808 13.337H8.64v-1.531h-.641v1.531H6.83v.642h1.169v1.853c.103.022.21.036.32.036.111 0 .218-.014.322-.036v-1.853h1.168v-.642h-.001Z",fill:"#EEE"})]})}));exports.RS=a;
1
+ "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=c.forwardRef((function(c,t){var a=c.borderRadius,s=c.height,l=c.width;return React.createElement(e.FlagIconBase,{ref:t,borderRadius:a,height:s,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M0 9.222h24v6.667H0V9.222Z",fill:"#0C4076"}),React.createElement("path",{d:"M0 18.556a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.556v-2.667H0v2.667Z",fill:"#EEE"}),React.createElement("path",{d:"M24 6.556a2.667 2.667 0 0 0-2.667-2.667H2.667A2.667 2.667 0 0 0 0 6.556v2.666h24V6.556ZM4.667 9.222v6.334a3.667 3.667 0 0 0 7.333 0V9.222H4.667Z",fill:"#C6363C"}),React.createElement("path",{d:"M8.333 5.264c-2.625 0-3.448 1.114-3.229 1.531.219.417.875 1.49.875 1.49s-.208.083 0 .5c.208.416 1.02.135 2.354.135 1.333 0 2.146.281 2.354-.136.208-.416 0-.5 0-.5s.656-1.072.875-1.489c.22-.417-.603-1.531-3.229-1.531ZM6.041 7.243c-.188.059 0 .635-.066.386-.055-.206-.267-.292-.267-.177 0 .114-.083 0-.063-.208.021-.209-.041-.334-.166-.511s-.125-.333.032-.438c.156-.104.5-.187.5-.187s.135.594.208.729c.072.135.208.224.208.224s-.063.099 0 .15a.847.847 0 0 1 .135.178s-.229-.187-.27-.146c-.041.041.052.094.041.167-.01.073-.125-.219-.292-.167Zm2.126.01c-.052.053-.094-.041-.198-.114-.104-.073-.167-.03-.146.053.02.083-.126.072-.126.198 0 .125-.135.072-.135.072s.167-.437-.115-.427c-.159.006-.104.333 0 .448-.046-.07-.177-.073-.286-.156-.11-.083.015-.22-.068-.188-.084.031-.136.167-.219.198-.083.031-.041-.095 0-.198a.124.124 0 0 0-.048-.156s.007-.073.07-.115c.062-.041.083-.114 0-.198-.084-.083-.385-.552-.292-.708.094-.156.406-.334 1.281-.313.156.719-.083 1.073-.083 1.073s.177.114.23.177c-.126.053-.032.105.051.177.084.074.136.126.084.178Zm1.625-.114c.041.104.083.23 0 .198-.083-.031-.135-.167-.219-.198-.083-.031.042.105-.068.188-.109.083-.24.086-.286.156.104-.115.159-.442 0-.448-.282-.01-.115.427-.115.427s-.135.052-.135-.072c0-.125-.146-.115-.126-.198.021-.084-.041-.126-.146-.053-.104.073-.146.167-.198.115-.052-.052 0-.104.084-.178.084-.072.178-.124.052-.176.052-.063.23-.178.23-.178s-.24-.354-.084-1.072c.875-.021 1.188.156 1.282.312.094.156-.208.626-.292.708-.084.083-.063.156 0 .198.062.042.069.115.069.115s-.09.052-.048.156Zm1.395-.406c-.125.177-.187.302-.166.51.02.209-.063.323-.063.209 0-.115-.212-.028-.267.177-.066.25.122-.327-.066-.386-.167-.052-.386.448-.334.396.052-.052.126-.354.084-.396-.042-.042-.271.146-.271.146s.073-.125.135-.177c.063-.052 0-.151 0-.151s.136-.089.208-.224c.073-.135.208-.73.208-.73s.344.084.5.188c.156.104.158.26.032.438Z",fill:"#EDB92E"}),React.createElement("path",{d:"M8.406 5.384a.12.12 0 0 1-.12.12.12.12 0 0 1-.12-.12V4.332a.12.12 0 0 1 .12-.12.12.12 0 0 1 .12.12v1.052Z",fill:"#FFAC33"}),React.createElement("path",{d:"M8.646 4.613a.11.11 0 0 1-.11.11h-.52a.109.109 0 0 1-.11-.11c0-.06.05-.11.11-.11h.52c.061 0 .11.05.11.11Z",fill:"#EDB92E"}),React.createElement("path",{d:"M8.677 5.264a.401.401 0 1 1-.802 0 .401.401 0 0 1 .802 0ZM6.403 8.74c0 .098-.113.177-.252.177-.14 0-.252-.08-.252-.177 0-.098.112-.177.252-.177.139 0 .252.079.252.177Z",fill:"#0C4076"}),React.createElement("path",{d:"M7.417 8.68c0 .097-.113.176-.252.176-.14 0-.252-.079-.252-.177 0-.097.112-.177.252-.177.138 0 .252.08.252.177Zm2.25 0c0 .097-.113.176-.252.176-.14 0-.252-.079-.252-.177 0-.097.112-.177.252-.177.138 0 .252.08.252.177Z",fill:"#C6363C"}),React.createElement("path",{d:"M10.708 8.74c0 .098-.113.177-.252.177-.14 0-.252-.08-.252-.177 0-.098.113-.177.252-.177.14 0 .252.079.252.177Zm-2.17-.074c0 .098-.112.178-.251.178-.14 0-.252-.08-.252-.178 0-.098.112-.176.252-.176.139 0 .252.078.252.176Z",fill:"#0C4076"}),React.createElement("path",{d:"M6.857 15.597c-.228.517-.252.772-.522.754-.27-.018-.461-.064-.461.045s.43.064.43.064-.406.173-.326.372c.08.2.43-.254.43-.254s.071.018.207-.091c.135-.109.493-.635.493-.635l-.25-.255Zm2.942 0c.228.517.252.772.522.754.27-.018.461-.064.461.045s-.43.064-.43.064.407.173.327.372c-.08.2-.43-.254-.43-.254s-.072.018-.207-.091-.493-.635-.493-.635l.25-.255Z",fill:"#EDB92E"}),React.createElement("path",{d:"M11.41 11.014c-.118-.805-.876-.555-1.198 0-.322.556-.6.89-.898.5-.298-.388-.495-.805-.064-1.333l.43-.528c-.06-.32-.319-.25-.688-.097-.37.152-.603.083-.566.25.037.166.172.18.172.18s-.233.227-.294 1.01c-.061-.783-.294-1.01-.294-1.01s.135-.014.172-.18c.037-.167-.197-.098-.566-.25-.37-.153-.627-.222-.689.097l.431.528c.43.528.234.945-.064 1.333-.297.39-.576.098-.898-.458-.322-.556-1.08-.806-1.197 0-.118.805.018 2.208.018 2.208s-.074.764.074 1.416c.148.653.234 1.236 0 1.736.258-.069.418-.402.418-.402s-.086.402.074.361c.16-.041.197-.347.32-.459.123-.11.222-.36.222-.36s.258-.098 0 .333a.47.47 0 0 0 .344-.125l.074.39.123-.209.061.375.222-.362.145.167s.027-.708.224-.57c.197.14.209.598.074.875-.135.278 0 .39 0 .39s-.197.292-.297.458c-.101.167.052.361.052.361s-.382.57-.276.792c.103.213.738.35 1.203.36l.004.001h.052l.004-.002c.465-.01 1.1-.146 1.203-.359.106-.222-.276-.792-.276-.792s.152-.194.052-.36c-.1-.167-.298-.46-.298-.46s.136-.111 0-.389c-.134-.277-.122-.736.074-.874.197-.139.224.57.224.57l.145-.168.221.362.062-.375.123.208.073-.39s.136.14.345.126c-.259-.43 0-.333 0-.333s.099.25.221.361c.123.111.16.417.32.459.16.041.074-.362.074-.362s.16.334.418.403c-.233-.5-.147-1.084 0-1.736.148-.653.074-1.417.074-1.417s.138-1.444.02-2.25Z",fill:"#fff"}),React.createElement("path",{d:"M7.927 10.097c-.293-.281-1.025-.646-1.268-.594-.242.053-.437.22-.256.48.18.26.256.25.256.25s.289-.26.414-.115c.126.146.021.198-.208.219-.229.02-.462-.135-.462-.135s.076.27.394.302c.214.208.484.052.62.052s.77-.208.51-.459Zm.754 0c.294-.281 1.026-.646 1.268-.594.243.052.438.219.257.48-.18.26-.257.25-.257.25s-.288-.261-.414-.115c-.125.146-.02.198.208.218.23.021.462-.135.462-.135s-.075.27-.393.302c-.214.209-.484.053-.62.053s-.771-.208-.51-.459Zm-2.035 7.258c.091-.21.027-.24-.046-.314-.074-.073-.11-.175-.11-.175s-.037.102-.111.175c-.074.073-.138.103-.047.314-.222-.131-.259.11-.157.255.029-.131.204-.101.204.059s-.145.087-.128.153c.018.066.15.204.238.204.087 0 .22-.138.237-.204.018-.066-.127.007-.127-.153s.174-.19.204-.059c.102-.146.066-.386-.157-.255Zm3.625 0c.092-.21.028-.24-.046-.314-.074-.073-.111-.175-.111-.175s-.037.102-.11.175c-.075.073-.139.103-.047.314-.222-.131-.259.11-.157.255.029-.131.203-.101.203.059s-.144.087-.126.153c.017.066.15.204.237.204s.22-.138.237-.204c.018-.066-.126.007-.126-.153s.174-.19.203-.059c.102-.146.066-.386-.157-.255Z",fill:"#EDB92E"}),React.createElement("path",{d:"M6.83 11.806v2.572a1.49 1.49 0 0 0 2.978 0v-2.572H6.829Z",fill:"#C6363C"}),React.createElement("path",{d:"M9.808 13.337H8.64v-1.531h-.641v1.531H6.83v.642h1.169v1.853c.103.022.21.036.32.036.111 0 .218-.014.322-.036v-1.853h1.168v-.642h-.001Z",fill:"#EEE"}))}));exports.RS=t;
package/icons/flags/RU.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 160h640v320H0z",fill:"#0039a6"}),e.jsx("path",{d:"M0 320h640v160H0z",fill:"#d52b1e"})]})})}));exports.RU=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 160h640v320H0z",fill:"#0039a6"}),React.createElement("path",{d:"M0 320h640v160H0z",fill:"#d52b1e"})))}));exports.RU=r;
package/icons/flags/RW.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 i=r.forwardRef((function(i,t){var a=i.borderRadius,l=i.height,c=i.width,d=r.useId();return e.jsxs(s.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:c,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#20603d"}),e.jsx("path",{d:"M0 0h640v360H0z",fill:"#fad201"}),e.jsx("path",{d:"M0 0h640v240H0z",fill:"#00a1de"}),e.jsxs("g",{transform:"translate(511 125.4) scale(.66667)",children:[e.jsxs("g",{id:"".concat(d,"-0"),children:[e.jsx("path",{d:"M116.1 0 35.7 4.7l76.4 25.4-78.8-16.3L100.6 58l-72-36.2L82 82.1 21.9 28.6l36.2 72-44.3-67.3L30 112 4.7 35.7 0 116.1-1-1z",fill:"#e5be01",id:"".concat(d,"-1")}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(d,"-1")})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(d,"-0")}),e.jsx("circle",{fill:"#e5be01",r:"34.3",stroke:"#00a1de",strokeWidth:"3.4"})]})]})}));exports.RW=i;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,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("path",{d:"M0 0h640v480H0z",fill:"#20603d"}),React.createElement("path",{d:"M0 0h640v360H0z",fill:"#fad201"}),React.createElement("path",{d:"M0 0h640v240H0z",fill:"#00a1de"}),React.createElement("g",{transform:"translate(511 125.4) scale(.66667)"},React.createElement("g",{id:"".concat(n,"-0")},React.createElement("path",{d:"M116.1 0 35.7 4.7l76.4 25.4-78.8-16.3L100.6 58l-72-36.2L82 82.1 21.9 28.6l36.2 72-44.3-67.3L30 112 4.7 35.7 0 116.1-1-1z",fill:"#e5be01",id:"".concat(n,"-1")}),React.createElement("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(n,"-1")})),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n,"-0")}),React.createElement("circle",{fill:"#e5be01",r:"34.3",stroke:"#00a1de",strokeWidth:"3.4"})))}));exports.RW=a;
package/icons/flags/SA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var f=a.forwardRef((function(f,s){var i=f.borderRadius,t=f.height,z=f.width,e=a.useId();return c.jsxs(l.FlagIconBase,{ref:s,borderRadius:i,height:t,viewBox:"0 0 640 480",width:z,children:[c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(e,"-0"),children:c.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),c.jsxs("g",{clipPath:"url(#".concat(e,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[c.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#199d00"}),c.jsx("path",{d:"M65.5 145.1c-.8 12-2 33 8.3 35.2 12.3 1.2 5.5-20.8 10-24.8.8-2 2.3-2 2.4.5v18.7c0 6 4 7.8 7 9 3.2-.2 5.4 0 6.6 3l1.6 32.3s7.4 2.2 7.8-18.1c.3-12-2.4-21.9-.8-24.2 0-2.3 3-2.4 5-1.3 3.2 2.2 4.6 5 9.6 4 7.6-2.2 12.2-5.9 12.3-11.7a47 47 0 0 0-3.5-16.6c.4-1-1.4-3.7-1-4.7 1.3 2.2 3.4 2 3.8 0-1.3-4.2-3.3-8.3-6.5-10-2.7-2.4-6.7-2-8 3-.8 5.7 2 12.4 6.1 18 .9 2.1 2.1 5.7 1.6 8.9-2.2 1.3-4.4.7-6.3-1.2 0 0-6-4.5-6-5.6 1.6-10.2.3-11.4-.6-14.3-.6-3.9-2.5-5.2-4-7.8-1.5-1.6-3.5-1.6-4.5 0-2.7 4.6-1.4 14.5.5 19 1.4 4.1 3.5 6.7 2.5 6.7-.8 2.3-2.5 1.7-3.8-1a66.6 66.6 0 0 1-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17-1.8-2.4-4.5-1.2-5.5 1a82.4 82.4 0 0 0 .3 13.4c2 7.4 2.7 14 3.7 21.5.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9 0-6.8 5.3-8.2 14.3 0 0-1.2 4.6-1.7 8.7-.7 4.6-3.7 8-5.9-.6-1.8-6.3-3-21.6-6-18z",fill:"#fff"}),c.jsx("path",{d:"m99 194.2-32 15.4c.3-7.3 15.1-20.4 25.3-20.5 6.5.1 4.9 2.5 6.6 5.1z",fill:"#fff"}),c.jsx("path",{d:"M93.3 204.2c-16.8 43.5 39.5 49.6 45.8 1.8.6-2 3-3.9 3.4-.7-1.3 43.3-43.6 46.2-50.8 32.6a41.9 41.9 0 0 1-2.5-14.6c-1-8.5-5.5-5.2-6.2 3.2-.7 4.7-.5 6-.5 10.5 2.2 34.2 56.7 19.5 65.6-8.7 4.7-15.6-.8-27.1 1.7-27.1 5.4 5.8 13 .8 14.7-1.2.7-1 2.5-1.7 3.7-.4 4.2 3 11.6 1.6 13.2-3.7.9-5.3 1.6-10.7 1.8-16.2-3.5 1-6 1.7-6.3 3.2l-.7 4.6c-.3 1.5-3.2 1.5-3.4-.4-1.3-6-6.7-6.7-10 2.5-2.1 1.8-6.1 2.2-6.5-.5.5-6.2-2-7-7-4.1l-4.8-36.2c2 0 4 1.5 5.9-.9-2-6.5-6.5-19.7-9-20.7-1.1-1.4-2.1-.5-3.7-.1-2.6.8-5 3-4.2 7.4 3 18.8 5 33.1 8.1 52 .5 2.1-1.3 5-3.7 4.7-4-2.7-5-8.2-12-8-5 0-10.6 5.5-11.3 10.7-.9 4.2-1.2 8.7 0 12.3 3.5 4.2 7.7 3.8 11.4 2.9 3-1.3 5.5-4.3 6.6-3.6.7.9.1 10.9-14.3 18.5-8.7 4-15.7 4.8-19.4-2.3-2.3-4.5.2-21.4-5.6-17.5z",fill:"#fff"}),c.jsx("path",{d:"M165 160c3.3-1.2 19.3-19.6 19.3-19.6l-2.4-2c-.9-.7-.8-1.5 0-2.2 4-2.4 2.7-7.4.7-9.8a9.7 9.7 0 0 0-8.7.1c-2.8 2.7-3.4 7-1.2 9.6 2.1 1 4.2 3.2 2.8 4.4-6.6 7-24.5 19.1-22.4 19.5.4.6 11.5.6 11.8 0zm-97 65c-6 9.6-6.5 23.9-3.2 28.2 1.8 2 4.7 2.9 6.8 2.2 3.8-1.6 5.5-9.3 4.6-12-1.3-2-2.3-2.3-3.6-.7-2.6 5.4-3.7 1.7-4-1.3a70 70 0 0 1 .8-15.2c.7-4.2 0-3-1.4-1.2zm257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a557.6 557.6 0 0 0-24.8-36c-6.2-7.4 10.2 3.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2-.4 3.8-.2 5.8.4 8.9.5 2 3.5 5.5 5 7.5a565 565 0 0 1 53.8 86.5c2.6-1.3 2-16.1.5-18.2z",fill:"#fff"}),c.jsx("path",{d:"M299.6 251.5c-1.2 1.3 2.8 6.8 8 6.8 8.6-1 16.2-5.8 23.2-18.6a33 33 0 0 0 5.3-14.2 317 317 0 0 0-5.8-72.4c-.3-2 0-4.4.2-5 .6-.7 2.5 0 3.5-1.7 1.5-1.5-4-14-7-18.7-1-2.2-1.5-3.6-3.3.2a27 27 0 0 0-3 13.6c4.1 28.5 5.4 53.4 8 81.9.3 2.8-.1 6.8-2 8.4a80.2 80.2 0 0 1-27.1 19.7zm116.5-.1c-6.2 3.6-6.2 7.7-1.2 7.8 8.6-1 18.8-1.7 25.8-12.3a41 41 0 0 0 4.2-16 303 303 0 0 0-4.7-71.4c-.2-2-1.1-6.7-.8-7.3.6-1.4 3.4.1 4.4-1.5 1.4-1.5-7.3-12.7-10.4-17.5-1-2.2-1.4-3.6-3.3.2a22.3 22.3 0 0 0-1.8 13.6c4.6 31 8 54.2 8.7 81.6-.4 2.6-.5 4-1.7 7.3-2.7 3.4-5.7 7.8-8.5 9.9-2.8 2-8.8 4-10.7 5.6z",fill:"#fff"}),c.jsx("path",{d:"M420.7 223.7c0-7.3.1-13.5-.1-19a34 34 0 0 0-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8-.8-4.4-.6-11-1.8-16.1-.4-2-1.4-8.5-1.1-9.2.5-1.4 2.4 0 3.4-1.6 1.4-1.5-5-18-8.2-22.7-1.1-2.1-3.3-1.4-5.8 2-2.5 2.3-1.6 7.4-.6 12.3 6.1 32.3 10.8 61.6 9.8 92.3-.4 2.6 9-7.8 9-12.7zm-45.7-40c-3.9-.2-12-7.7-14.4-12a8 8 0 0 1 .4-6.5c1.5-1 3.7-2 5.4-1 0 0 1.7 2.4 1.4 2.7 2 1 3 .5 3.2-.4.1-1.5-.6-2.4-.6-4 .9-4.6 6-5.3 8-2.4 1.4 1.8 2 5.5 2.1 8 0 1.3-2-.2-3.3 0-1.1.4-1.4 1.8-1.5 3-.2 3.3-.6 8.6-.7 12.5zm-71.8 48c1-9.8-.4-27.3-.5-33.1A477 477 0 0 0 299 154c-1.2-8.4 3.4.9 2.8-4-1.5-8.3-6.1-14-11.6-21.5-1.7-2.5-1.7-3-4.4.6-3 6.7-.4 11.4.4 16.7 3.9 17.2 6.2 33 7.3 48.7a393.4 393.4 0 0 1 .4 49c3 .1 7.6-4.7 9.3-11.8z",fill:"#fff"}),c.jsx("path",{d:"M434 216c-6.9-11.6-17.2-24-20-28.7a658 658 0 0 0-29.2-37.8c-8.5-9 4-1.5-1.6-8.5-4.7-5.1-6-6.8-10.1-9.9-2-1.3-3.2-3.8-4 .5a83 83 0 0 0-.2 11.2c0 1.7 1.8 5 3.4 7 20.7 25.5 43.4 51.5 61.6 84.2 2.6-1.3 1.7-16 0-18z",fill:"#fff"}),c.jsx("path",{d:"M122.6 194.7c-.5.9-1.6 2-1.2 3.1.7 1 1.4 1.3 2.6 1.3 1.1 0 2.7.3 3-.3.6-.7 1-2 .6-3.3-1.2-3-4.4-1.8-5-.8z",fill:"#1ba400"}),c.jsx("path",{d:"M354.2 362.5c9.2.4 15.2.5 23.3 1.4l9.6-1c10.6-1 11 15.1 11 15.1 0 9.5-3.7 10-8.4 11-2.7.4-4-1.6-5.5-3.6a14 14 0 0 1-7 .4c-3.9-.2-7.7-.2-11.5-.5-4-.3-6.2.5-10.3.1-.8 1.3-2 3.1-4.4 2.6-2-.3-4.5-6-3.8-10.5 1.5-3.2 1-2.1 1-3.5-37.6-1-75.5-2.7-112.3-2.2-28.8.1-57.2 1.3-85.7 2.5-15.2-.2-26.8-2.6-34.8-14.3.8 0 38.8 2.1 49.9 1.4 20.5-.2 39.3-1.9 60.2-2.5 41.2.7 82.1.7 123.3 3.6-4-2.7-4-9 2-10.6.5-.4.8 3.1 1.7 3 4.9-.3 2.7 6.3 1.7 7.6zM188.6 135.3c-6.2 17.8 3.6 37.4 10.4 35.5 5 2 8-7.4 10-17.6 1.5-2.9 2.5-3.2 3.2-1.7-.2 13.6 1 16.7 4.5 20.8 7.8 6 14.3.8 14.8.3l6-6.1c1.4-1.5 3.2-1.5 5.1-.3 1.9 1.7 1.6 4.6 5.6 6.6 3.4 1.4 10.5.4 12.2-2.5 2.2-3.9 2.8-5.2 3.8-6.6 1.6-2.1 4.3-1.2 4.3-.5-.3 1.2-1.9 2.3-.8 4.5 2 1.4 2.4.5 3.5.2 4-2 7-10.6 7-10.6.1-3.2-1.7-3-2.9-2.2l-3.1 2.1c-2 .3-5.7 1.6-7.6-1.3-1.9-3.4-1.9-8.3-3.3-11.8 0-.2-2.6-5.5-.2-5.8 1.2.2 3.7.9 4.1-1.2 1.2-2.1-2.6-8-5.3-11-2.3-2.5-5.5-2.8-8.6-.2-2.2 2-1.9 4.2-2.3 6.3a9.8 9.8 0 0 0 2 8.7c2.2 4.2 6.1 9.7 4.8 17.5 0 0-2.3 3.6-6.3 3.1-1.7-.3-4.4-1-5.8-11.8-1.1-8 .2-19.4-3.2-24.7-1.3-3.3-2.2-6.4-5.2-.9-.8 2.2-4.3 5.5-1.8 12.2a36 36 0 0 1 2 19c-1.5 2.2-1.8 2.9-3.7 5-2.6 3-5.5 2.2-7.7 1.1-2-1.3-3.6-2-4.6-6.5.2-7 .6-18.5-.7-20.9-1.9-3.8-5-2.4-6.3-1.2a47.7 47.7 0 0 0-11.5 23.5c-1.8 5.8-3.7 4.1-5 1.8-3.2-3-3.5-26.7-7.4-22.8z",fill:"#fff"}),c.jsx("path",{d:"M207.4 174.1c2.9-2 1.6-3.4 5.8.8a72 72 0 0 1 9.2 31.3c-.2 2.6 1.6 4.2 2.5 3.6.4-6 15.1-14.4 28.6-15.6 2-.5 1-4.4 1.3-6.4-.8-7.5 4.2-14.3 11.2-14.8 9.6 1.4 12.8 6.5 13 14.2-1.1 15-16.7 17.5-25.4 18.7-1.3.5-1.9 1.1 0 1.8l36.6.2 1.9 1c.2 1-.6.2-2 2.6a29.5 29.5 0 0 0-3.7 11.5c-10.9 3.6-22.2 5-33.6 6.5-4 2-6 4.7-5.2 7.7 1.4 3.3 10.2 6.7 10.2 6.8 1.7 1 3.6 3.5-.5 8.6-17.8-.8-31.7-8.4-36.5-19.1-1.4-1.1-3 0-4 1.4-7 9-13.8 17-25.7 21.4-7 1.8-14.3-1.1-17.7-5.7-2.3-2.7-2.2-5.6-3-6.2-3.9 1.7-36.9 15.7-32.7 9.1 8-8.5 22-14.9 34.2-23.3.9-2.9 2.5-12.5 7.3-15.6.3 0-.7 5.6-.6 8 0 2-.2 2.7.2 2.2.9-.5 15.7-12.2 17-15.8 1.4-2 .3-7.2.3-7.4-2.8-7.2-6.7-7.8-8.1-11.4-1.3-4.7-.7-10.1 2-11.7 2.4-2.1 5.2-1.9 7.9.5 3 2.7 5.6 8 6.4 11.9-.5 1.5-4-1-5-.3a16 16 0 0 1 3.7 7.8c2 8.2 1.4 11.4-.6 16.7-6.6 13.9-15 18-22.4 23.2-.2 0-.3 3.5 2.4 5.4 1 1 4.9 1.5 9.4 0a54.5 54.5 0 0 0 22.3-23.3 51 51 0 0 0-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4-.1-4.2.2-5.6 2-7.7zm-95.8-38.6c4.2 2 12.2 1.1 11.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5-.2.7.3 1.8-.3 2.1-.4.4-1.7.2-1.7-1.7 0-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2-.6 0-.6.1-.9.6-.1.5-.3 1-.3 1.6 0 .7-.4.9-.8 1-.6 0-.5 0-1-.2-.2-.3-.5-.4-.5-1l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.7-2.3 3.7-.2.2-.3 4.9 2.8 6.2z",fill:"#fff"}),c.jsx("path",{d:"M235.1 187.7c4.2 2 14.3.9 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6-.2.6.3 1.7-.4 2-.3.4-1.7.2-1.6-1.6 0-.6-.4-1.3-.7-1.7-.3-.1-.4-.2-1-.2-.5 0-.5.2-.8.7-.2.5-.3 1-.3 1.6-.1.6-.4.8-.9 1-.5 0-.4 0-.8-.3-.3-.3-.6-.4-.6-.9l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 5 3 6.2zm72-21.6c4.2 2 12.1 1.1 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5-.2.7.3 1.8-.4 2.2-.3.3-1.7.1-1.6-1.8 0-.6-.4-1.2-.7-1.6-.3-.2-.4-.2-1-.2-.5 0-.5.2-.8.7l-.3 1.5c-.1.7-.4 1-.9 1s-.4 0-.8-.2c-.3-.3-.6-.4-.6-.9s-.1-1.3-.3-1.7c-.2-.3-.6-.4-1-.5-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 4.9 3 6.2zm37.3 54.3c-7.3 8.3-4.1 22-2.4 25 2.4 4.8 4.3 7.9 9 10.3 4.3 3.1 7.7 1.2 9.5-1 4.3-4.5 4.4-16 6.4-18.2 1.4-4.2 5-3.5 6.7-1.6a16.5 16.5 0 0 0 6.2 5.3c4 3.5 8.8 4.2 13.6 1 3.2-1.9 5.3-4.2 7.2-8.9 2-5.6 1-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5 0-1-.3-1.3.7-1.2 1.1 1 1.2 1 2 1.3 1 .2 2-1.7 1.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7.3 7.3 0 0 0-2.4 5.5c.3 4.4 1 8.9 1.3 13.3l4 22.6c1.3 16 1.6 29.2 2.9 45.3-.2 6.8-2.3 12.7-4.3 13.6 0 0-3 1.7-5-.2-1.5-.6-7.4-9.9-7.4-9.9-3-2.7-5-2-7.1 0-6 5.8-8.6 16.4-12.7 23.8-1 1.7-4 3-7.2-.1-8.2-11.3-3.4-27.3-4.4-23.2zM309 126.7c3.8 1.5 6.4 9.2 5.6 13-.8 4.5-2.8 9.5-4.2 8.9-1.6-.6 1-4.6-.5-8.8-.8-2.8-6-7.8-5.4-9.2-1-3.1 2.2-4.5 4.5-4z",fill:"#fff"}),c.jsx("path",{d:"M356.6 225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8 5.7-1 4.9-5.6-2.5-5.6-8.6-13.9-10.5-18.8-1.2-2-.7-4-3.3-.5a42.3 42.3 0 0 0-2.3 19.2c6.2 32.3 12.5 59.1 11.5 89.8 3 0 6.3-6.7 7.8-13.3zm64.4-85.3c3.5 1.7 5.5 11.3 5.1 14-.7 5-2.5 10.4-3.8 9.7-1.5-.6.3-7.4-.4-9.5-.8-3-5.5-8.4-5-10-1-3.4 2-4.8 4.1-4.2zm-255.7 67.9c3.3 1.3 5.3 8.3 5 10.3-.8 3.7-2.5 7.7-3.8 7.1-1.3-.4.3-5.4-.3-7-.3-3.7-4.9-5.7-4.8-7.3-.8-3 2-3.5 4-3.1z",fill:"#fff"}),c.jsx("path",{d:"M244.9 218.2c4.2.2 6.3 3.6 2.4 5-4 1.3-7.7 2.4-7.8 8 1.5 8-2 5.2-4 4.2-2.4-1.8-9.2-6-10.2-15-.1-2.1 1.6-4 4.3-4 4 1.1 10 1.2 15.3 1.8z",fill:"#1b9d00"}),c.jsx("path",{d:"M77.4 124.4c4.8 1.4 5.1 8.6 4.8 10.7-.7 3.8-2.4 7.9-3.6 7.4-1.4-.5 0-5.7-.7-7.3-.7-2.2-4.8-6.4-4.4-7.6-.9-2.5 2-3.7 3.9-3.2zm95.9 33.6c-3.8 2-5.2 8-2.9 11.6 2.2 3 5.6 1.9 6 1.9 3.7.4 5.9-6.9 5.9-6.9s.1-2-4.2 1.9c-1.9.3-2-.4-2.5-1.4a9 9 0 0 1 .5-5.7c.7-1.8-.7-2.6-2.8-1.4zm28-36.4c-2 1.3-5.7 5.2-5.8 9.6-.1 2.5-.6 2.5 1 4 1.3 1.8 2.4 1.7 4.8.4a5.1 5.1 0 0 0 2.3-3.4c.6-2.8-3 1.4-3.4-1.8-.8-3 1.5-4.2 3.7-7 0-2 0-3.3-2.7-1.8zm22.4 4a59.5 59.5 0 0 0-1.6 11.1c-.6 2.8 3 4 4.5.4 2.4-6.5 2.4-9.3 2.6-12-.7-4.3-3.6-4.2-5.5.5zm142 72.3c.4-.5 20-14.4 20-14.4 2-.7 1.5 7.2.6 7.1a77.8 77.8 0 0 1-20.7 14.3c-1 .7-1.9-5.3 0-7zm17.7-.2c3.5 1.7 4.9 11.8 4.5 14.5 0 5.4-3.3 9.6-4.7 9-1.4-.7.2-6.7-.5-8.8-.8-3-3.7-8.5-3.2-10.1-1-3.4 1.8-5.2 4-4.6zm-116 43.4a26 26 0 0 1 5.6-4.9c2-1 3.8.8 3.7.7.3 2-1.2 3.7-.7 6.3.4 1 .7 2.2 2.6 1.8 3.1-2.5 6-2.7 9-2.8 2.5.1 2.6 4.2 1 4.2-5.7 1.2-8.2 2.8-12.3 4.3-2 1.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7c.2-2-.6-3.2-2.4-3-1.2.8-2.4 1.2-3-.3-.3-1-.4-1.6.5-2.2zm136.6 5.4c.8 1 1.4 2-.1 3.8l-3.7 3.2c-.6 1-1 2.8 1 3.3 3.6 1 12-4.5 12-4.6 1.4-1 1-3 .8-3-.8-.9-2.6-.3-3.8-.5-.6 0-2.5-.2-1.6-2a11.4 11.4 0 0 0 1.6-2.9c.5-1.2 0-2-2-2.7-2.1-.4-3-.2-5.3 0-1.2.2-1.6.8-1.9 2.3.1 2.3 1.5 2.2 3 3z",fill:"#fff"}),c.jsx("path",{d:"M268.1 189.7c-.5 1-2.3 1-4 0s-2.7-2.6-2.1-3.5 2.3-.9 4 0 2.6 2.6 2.1 3.5zm-89-53.6c-1 .3-2.4-.6-3-2s-.3-2.6.7-2.9 2.3.7 3 2 .3 2.7-.8 3z",fill:"#259f00"}),c.jsx("path",{d:"M355.2 375c9.4.4 18.2 0 27.5.5 1.7 1.5.5 5-.6 4.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1-4.1.5-7.8-.1-12-.3-1.2-1.5-1-4.2.4-4.8z",fill:"#209000"})]})]})}));exports.SA=f;
1
+ "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=c.forwardRef((function(a,t){var l=a.borderRadius,f=a.height,r=a.width,m=c.useId();return React.createElement(e.FlagIconBase,{ref:t,borderRadius:l,height:f,viewBox:"0 0 640 480",width:r},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(m,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(m,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#199d00"}),React.createElement("path",{d:"M65.5 145.1c-.8 12-2 33 8.3 35.2 12.3 1.2 5.5-20.8 10-24.8.8-2 2.3-2 2.4.5v18.7c0 6 4 7.8 7 9 3.2-.2 5.4 0 6.6 3l1.6 32.3s7.4 2.2 7.8-18.1c.3-12-2.4-21.9-.8-24.2 0-2.3 3-2.4 5-1.3 3.2 2.2 4.6 5 9.6 4 7.6-2.2 12.2-5.9 12.3-11.7a47 47 0 0 0-3.5-16.6c.4-1-1.4-3.7-1-4.7 1.3 2.2 3.4 2 3.8 0-1.3-4.2-3.3-8.3-6.5-10-2.7-2.4-6.7-2-8 3-.8 5.7 2 12.4 6.1 18 .9 2.1 2.1 5.7 1.6 8.9-2.2 1.3-4.4.7-6.3-1.2 0 0-6-4.5-6-5.6 1.6-10.2.3-11.4-.6-14.3-.6-3.9-2.5-5.2-4-7.8-1.5-1.6-3.5-1.6-4.5 0-2.7 4.6-1.4 14.5.5 19 1.4 4.1 3.5 6.7 2.5 6.7-.8 2.3-2.5 1.7-3.8-1a66.6 66.6 0 0 1-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17-1.8-2.4-4.5-1.2-5.5 1a82.4 82.4 0 0 0 .3 13.4c2 7.4 2.7 14 3.7 21.5.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9 0-6.8 5.3-8.2 14.3 0 0-1.2 4.6-1.7 8.7-.7 4.6-3.7 8-5.9-.6-1.8-6.3-3-21.6-6-18z",fill:"#fff"}),React.createElement("path",{d:"m99 194.2-32 15.4c.3-7.3 15.1-20.4 25.3-20.5 6.5.1 4.9 2.5 6.6 5.1z",fill:"#fff"}),React.createElement("path",{d:"M93.3 204.2c-16.8 43.5 39.5 49.6 45.8 1.8.6-2 3-3.9 3.4-.7-1.3 43.3-43.6 46.2-50.8 32.6a41.9 41.9 0 0 1-2.5-14.6c-1-8.5-5.5-5.2-6.2 3.2-.7 4.7-.5 6-.5 10.5 2.2 34.2 56.7 19.5 65.6-8.7 4.7-15.6-.8-27.1 1.7-27.1 5.4 5.8 13 .8 14.7-1.2.7-1 2.5-1.7 3.7-.4 4.2 3 11.6 1.6 13.2-3.7.9-5.3 1.6-10.7 1.8-16.2-3.5 1-6 1.7-6.3 3.2l-.7 4.6c-.3 1.5-3.2 1.5-3.4-.4-1.3-6-6.7-6.7-10 2.5-2.1 1.8-6.1 2.2-6.5-.5.5-6.2-2-7-7-4.1l-4.8-36.2c2 0 4 1.5 5.9-.9-2-6.5-6.5-19.7-9-20.7-1.1-1.4-2.1-.5-3.7-.1-2.6.8-5 3-4.2 7.4 3 18.8 5 33.1 8.1 52 .5 2.1-1.3 5-3.7 4.7-4-2.7-5-8.2-12-8-5 0-10.6 5.5-11.3 10.7-.9 4.2-1.2 8.7 0 12.3 3.5 4.2 7.7 3.8 11.4 2.9 3-1.3 5.5-4.3 6.6-3.6.7.9.1 10.9-14.3 18.5-8.7 4-15.7 4.8-19.4-2.3-2.3-4.5.2-21.4-5.6-17.5z",fill:"#fff"}),React.createElement("path",{d:"M165 160c3.3-1.2 19.3-19.6 19.3-19.6l-2.4-2c-.9-.7-.8-1.5 0-2.2 4-2.4 2.7-7.4.7-9.8a9.7 9.7 0 0 0-8.7.1c-2.8 2.7-3.4 7-1.2 9.6 2.1 1 4.2 3.2 2.8 4.4-6.6 7-24.5 19.1-22.4 19.5.4.6 11.5.6 11.8 0zm-97 65c-6 9.6-6.5 23.9-3.2 28.2 1.8 2 4.7 2.9 6.8 2.2 3.8-1.6 5.5-9.3 4.6-12-1.3-2-2.3-2.3-3.6-.7-2.6 5.4-3.7 1.7-4-1.3a70 70 0 0 1 .8-15.2c.7-4.2 0-3-1.4-1.2zm257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a557.6 557.6 0 0 0-24.8-36c-6.2-7.4 10.2 3.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2-.4 3.8-.2 5.8.4 8.9.5 2 3.5 5.5 5 7.5a565 565 0 0 1 53.8 86.5c2.6-1.3 2-16.1.5-18.2z",fill:"#fff"}),React.createElement("path",{d:"M299.6 251.5c-1.2 1.3 2.8 6.8 8 6.8 8.6-1 16.2-5.8 23.2-18.6a33 33 0 0 0 5.3-14.2 317 317 0 0 0-5.8-72.4c-.3-2 0-4.4.2-5 .6-.7 2.5 0 3.5-1.7 1.5-1.5-4-14-7-18.7-1-2.2-1.5-3.6-3.3.2a27 27 0 0 0-3 13.6c4.1 28.5 5.4 53.4 8 81.9.3 2.8-.1 6.8-2 8.4a80.2 80.2 0 0 1-27.1 19.7zm116.5-.1c-6.2 3.6-6.2 7.7-1.2 7.8 8.6-1 18.8-1.7 25.8-12.3a41 41 0 0 0 4.2-16 303 303 0 0 0-4.7-71.4c-.2-2-1.1-6.7-.8-7.3.6-1.4 3.4.1 4.4-1.5 1.4-1.5-7.3-12.7-10.4-17.5-1-2.2-1.4-3.6-3.3.2a22.3 22.3 0 0 0-1.8 13.6c4.6 31 8 54.2 8.7 81.6-.4 2.6-.5 4-1.7 7.3-2.7 3.4-5.7 7.8-8.5 9.9-2.8 2-8.8 4-10.7 5.6z",fill:"#fff"}),React.createElement("path",{d:"M420.7 223.7c0-7.3.1-13.5-.1-19a34 34 0 0 0-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8-.8-4.4-.6-11-1.8-16.1-.4-2-1.4-8.5-1.1-9.2.5-1.4 2.4 0 3.4-1.6 1.4-1.5-5-18-8.2-22.7-1.1-2.1-3.3-1.4-5.8 2-2.5 2.3-1.6 7.4-.6 12.3 6.1 32.3 10.8 61.6 9.8 92.3-.4 2.6 9-7.8 9-12.7zm-45.7-40c-3.9-.2-12-7.7-14.4-12a8 8 0 0 1 .4-6.5c1.5-1 3.7-2 5.4-1 0 0 1.7 2.4 1.4 2.7 2 1 3 .5 3.2-.4.1-1.5-.6-2.4-.6-4 .9-4.6 6-5.3 8-2.4 1.4 1.8 2 5.5 2.1 8 0 1.3-2-.2-3.3 0-1.1.4-1.4 1.8-1.5 3-.2 3.3-.6 8.6-.7 12.5zm-71.8 48c1-9.8-.4-27.3-.5-33.1A477 477 0 0 0 299 154c-1.2-8.4 3.4.9 2.8-4-1.5-8.3-6.1-14-11.6-21.5-1.7-2.5-1.7-3-4.4.6-3 6.7-.4 11.4.4 16.7 3.9 17.2 6.2 33 7.3 48.7a393.4 393.4 0 0 1 .4 49c3 .1 7.6-4.7 9.3-11.8z",fill:"#fff"}),React.createElement("path",{d:"M434 216c-6.9-11.6-17.2-24-20-28.7a658 658 0 0 0-29.2-37.8c-8.5-9 4-1.5-1.6-8.5-4.7-5.1-6-6.8-10.1-9.9-2-1.3-3.2-3.8-4 .5a83 83 0 0 0-.2 11.2c0 1.7 1.8 5 3.4 7 20.7 25.5 43.4 51.5 61.6 84.2 2.6-1.3 1.7-16 0-18z",fill:"#fff"}),React.createElement("path",{d:"M122.6 194.7c-.5.9-1.6 2-1.2 3.1.7 1 1.4 1.3 2.6 1.3 1.1 0 2.7.3 3-.3.6-.7 1-2 .6-3.3-1.2-3-4.4-1.8-5-.8z",fill:"#1ba400"}),React.createElement("path",{d:"M354.2 362.5c9.2.4 15.2.5 23.3 1.4l9.6-1c10.6-1 11 15.1 11 15.1 0 9.5-3.7 10-8.4 11-2.7.4-4-1.6-5.5-3.6a14 14 0 0 1-7 .4c-3.9-.2-7.7-.2-11.5-.5-4-.3-6.2.5-10.3.1-.8 1.3-2 3.1-4.4 2.6-2-.3-4.5-6-3.8-10.5 1.5-3.2 1-2.1 1-3.5-37.6-1-75.5-2.7-112.3-2.2-28.8.1-57.2 1.3-85.7 2.5-15.2-.2-26.8-2.6-34.8-14.3.8 0 38.8 2.1 49.9 1.4 20.5-.2 39.3-1.9 60.2-2.5 41.2.7 82.1.7 123.3 3.6-4-2.7-4-9 2-10.6.5-.4.8 3.1 1.7 3 4.9-.3 2.7 6.3 1.7 7.6zM188.6 135.3c-6.2 17.8 3.6 37.4 10.4 35.5 5 2 8-7.4 10-17.6 1.5-2.9 2.5-3.2 3.2-1.7-.2 13.6 1 16.7 4.5 20.8 7.8 6 14.3.8 14.8.3l6-6.1c1.4-1.5 3.2-1.5 5.1-.3 1.9 1.7 1.6 4.6 5.6 6.6 3.4 1.4 10.5.4 12.2-2.5 2.2-3.9 2.8-5.2 3.8-6.6 1.6-2.1 4.3-1.2 4.3-.5-.3 1.2-1.9 2.3-.8 4.5 2 1.4 2.4.5 3.5.2 4-2 7-10.6 7-10.6.1-3.2-1.7-3-2.9-2.2l-3.1 2.1c-2 .3-5.7 1.6-7.6-1.3-1.9-3.4-1.9-8.3-3.3-11.8 0-.2-2.6-5.5-.2-5.8 1.2.2 3.7.9 4.1-1.2 1.2-2.1-2.6-8-5.3-11-2.3-2.5-5.5-2.8-8.6-.2-2.2 2-1.9 4.2-2.3 6.3a9.8 9.8 0 0 0 2 8.7c2.2 4.2 6.1 9.7 4.8 17.5 0 0-2.3 3.6-6.3 3.1-1.7-.3-4.4-1-5.8-11.8-1.1-8 .2-19.4-3.2-24.7-1.3-3.3-2.2-6.4-5.2-.9-.8 2.2-4.3 5.5-1.8 12.2a36 36 0 0 1 2 19c-1.5 2.2-1.8 2.9-3.7 5-2.6 3-5.5 2.2-7.7 1.1-2-1.3-3.6-2-4.6-6.5.2-7 .6-18.5-.7-20.9-1.9-3.8-5-2.4-6.3-1.2a47.7 47.7 0 0 0-11.5 23.5c-1.8 5.8-3.7 4.1-5 1.8-3.2-3-3.5-26.7-7.4-22.8z",fill:"#fff"}),React.createElement("path",{d:"M207.4 174.1c2.9-2 1.6-3.4 5.8.8a72 72 0 0 1 9.2 31.3c-.2 2.6 1.6 4.2 2.5 3.6.4-6 15.1-14.4 28.6-15.6 2-.5 1-4.4 1.3-6.4-.8-7.5 4.2-14.3 11.2-14.8 9.6 1.4 12.8 6.5 13 14.2-1.1 15-16.7 17.5-25.4 18.7-1.3.5-1.9 1.1 0 1.8l36.6.2 1.9 1c.2 1-.6.2-2 2.6a29.5 29.5 0 0 0-3.7 11.5c-10.9 3.6-22.2 5-33.6 6.5-4 2-6 4.7-5.2 7.7 1.4 3.3 10.2 6.7 10.2 6.8 1.7 1 3.6 3.5-.5 8.6-17.8-.8-31.7-8.4-36.5-19.1-1.4-1.1-3 0-4 1.4-7 9-13.8 17-25.7 21.4-7 1.8-14.3-1.1-17.7-5.7-2.3-2.7-2.2-5.6-3-6.2-3.9 1.7-36.9 15.7-32.7 9.1 8-8.5 22-14.9 34.2-23.3.9-2.9 2.5-12.5 7.3-15.6.3 0-.7 5.6-.6 8 0 2-.2 2.7.2 2.2.9-.5 15.7-12.2 17-15.8 1.4-2 .3-7.2.3-7.4-2.8-7.2-6.7-7.8-8.1-11.4-1.3-4.7-.7-10.1 2-11.7 2.4-2.1 5.2-1.9 7.9.5 3 2.7 5.6 8 6.4 11.9-.5 1.5-4-1-5-.3a16 16 0 0 1 3.7 7.8c2 8.2 1.4 11.4-.6 16.7-6.6 13.9-15 18-22.4 23.2-.2 0-.3 3.5 2.4 5.4 1 1 4.9 1.5 9.4 0a54.5 54.5 0 0 0 22.3-23.3 51 51 0 0 0-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4-.1-4.2.2-5.6 2-7.7zm-95.8-38.6c4.2 2 12.2 1.1 11.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5-.2.7.3 1.8-.3 2.1-.4.4-1.7.2-1.7-1.7 0-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2-.6 0-.6.1-.9.6-.1.5-.3 1-.3 1.6 0 .7-.4.9-.8 1-.6 0-.5 0-1-.2-.2-.3-.5-.4-.5-1l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.7-2.3 3.7-.2.2-.3 4.9 2.8 6.2z",fill:"#fff"}),React.createElement("path",{d:"M235.1 187.7c4.2 2 14.3.9 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6-.2.6.3 1.7-.4 2-.3.4-1.7.2-1.6-1.6 0-.6-.4-1.3-.7-1.7-.3-.1-.4-.2-1-.2-.5 0-.5.2-.8.7-.2.5-.3 1-.3 1.6-.1.6-.4.8-.9 1-.5 0-.4 0-.8-.3-.3-.3-.6-.4-.6-.9l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 5 3 6.2zm72-21.6c4.2 2 12.1 1.1 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5-.2.7.3 1.8-.4 2.2-.3.3-1.7.1-1.6-1.8 0-.6-.4-1.2-.7-1.6-.3-.2-.4-.2-1-.2-.5 0-.5.2-.8.7l-.3 1.5c-.1.7-.4 1-.9 1s-.4 0-.8-.2c-.3-.3-.6-.4-.6-.9s-.1-1.3-.3-1.7c-.2-.3-.6-.4-1-.5-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 4.9 3 6.2zm37.3 54.3c-7.3 8.3-4.1 22-2.4 25 2.4 4.8 4.3 7.9 9 10.3 4.3 3.1 7.7 1.2 9.5-1 4.3-4.5 4.4-16 6.4-18.2 1.4-4.2 5-3.5 6.7-1.6a16.5 16.5 0 0 0 6.2 5.3c4 3.5 8.8 4.2 13.6 1 3.2-1.9 5.3-4.2 7.2-8.9 2-5.6 1-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5 0-1-.3-1.3.7-1.2 1.1 1 1.2 1 2 1.3 1 .2 2-1.7 1.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7.3 7.3 0 0 0-2.4 5.5c.3 4.4 1 8.9 1.3 13.3l4 22.6c1.3 16 1.6 29.2 2.9 45.3-.2 6.8-2.3 12.7-4.3 13.6 0 0-3 1.7-5-.2-1.5-.6-7.4-9.9-7.4-9.9-3-2.7-5-2-7.1 0-6 5.8-8.6 16.4-12.7 23.8-1 1.7-4 3-7.2-.1-8.2-11.3-3.4-27.3-4.4-23.2zM309 126.7c3.8 1.5 6.4 9.2 5.6 13-.8 4.5-2.8 9.5-4.2 8.9-1.6-.6 1-4.6-.5-8.8-.8-2.8-6-7.8-5.4-9.2-1-3.1 2.2-4.5 4.5-4z",fill:"#fff"}),React.createElement("path",{d:"M356.6 225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8 5.7-1 4.9-5.6-2.5-5.6-8.6-13.9-10.5-18.8-1.2-2-.7-4-3.3-.5a42.3 42.3 0 0 0-2.3 19.2c6.2 32.3 12.5 59.1 11.5 89.8 3 0 6.3-6.7 7.8-13.3zm64.4-85.3c3.5 1.7 5.5 11.3 5.1 14-.7 5-2.5 10.4-3.8 9.7-1.5-.6.3-7.4-.4-9.5-.8-3-5.5-8.4-5-10-1-3.4 2-4.8 4.1-4.2zm-255.7 67.9c3.3 1.3 5.3 8.3 5 10.3-.8 3.7-2.5 7.7-3.8 7.1-1.3-.4.3-5.4-.3-7-.3-3.7-4.9-5.7-4.8-7.3-.8-3 2-3.5 4-3.1z",fill:"#fff"}),React.createElement("path",{d:"M244.9 218.2c4.2.2 6.3 3.6 2.4 5-4 1.3-7.7 2.4-7.8 8 1.5 8-2 5.2-4 4.2-2.4-1.8-9.2-6-10.2-15-.1-2.1 1.6-4 4.3-4 4 1.1 10 1.2 15.3 1.8z",fill:"#1b9d00"}),React.createElement("path",{d:"M77.4 124.4c4.8 1.4 5.1 8.6 4.8 10.7-.7 3.8-2.4 7.9-3.6 7.4-1.4-.5 0-5.7-.7-7.3-.7-2.2-4.8-6.4-4.4-7.6-.9-2.5 2-3.7 3.9-3.2zm95.9 33.6c-3.8 2-5.2 8-2.9 11.6 2.2 3 5.6 1.9 6 1.9 3.7.4 5.9-6.9 5.9-6.9s.1-2-4.2 1.9c-1.9.3-2-.4-2.5-1.4a9 9 0 0 1 .5-5.7c.7-1.8-.7-2.6-2.8-1.4zm28-36.4c-2 1.3-5.7 5.2-5.8 9.6-.1 2.5-.6 2.5 1 4 1.3 1.8 2.4 1.7 4.8.4a5.1 5.1 0 0 0 2.3-3.4c.6-2.8-3 1.4-3.4-1.8-.8-3 1.5-4.2 3.7-7 0-2 0-3.3-2.7-1.8zm22.4 4a59.5 59.5 0 0 0-1.6 11.1c-.6 2.8 3 4 4.5.4 2.4-6.5 2.4-9.3 2.6-12-.7-4.3-3.6-4.2-5.5.5zm142 72.3c.4-.5 20-14.4 20-14.4 2-.7 1.5 7.2.6 7.1a77.8 77.8 0 0 1-20.7 14.3c-1 .7-1.9-5.3 0-7zm17.7-.2c3.5 1.7 4.9 11.8 4.5 14.5 0 5.4-3.3 9.6-4.7 9-1.4-.7.2-6.7-.5-8.8-.8-3-3.7-8.5-3.2-10.1-1-3.4 1.8-5.2 4-4.6zm-116 43.4a26 26 0 0 1 5.6-4.9c2-1 3.8.8 3.7.7.3 2-1.2 3.7-.7 6.3.4 1 .7 2.2 2.6 1.8 3.1-2.5 6-2.7 9-2.8 2.5.1 2.6 4.2 1 4.2-5.7 1.2-8.2 2.8-12.3 4.3-2 1.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7c.2-2-.6-3.2-2.4-3-1.2.8-2.4 1.2-3-.3-.3-1-.4-1.6.5-2.2zm136.6 5.4c.8 1 1.4 2-.1 3.8l-3.7 3.2c-.6 1-1 2.8 1 3.3 3.6 1 12-4.5 12-4.6 1.4-1 1-3 .8-3-.8-.9-2.6-.3-3.8-.5-.6 0-2.5-.2-1.6-2a11.4 11.4 0 0 0 1.6-2.9c.5-1.2 0-2-2-2.7-2.1-.4-3-.2-5.3 0-1.2.2-1.6.8-1.9 2.3.1 2.3 1.5 2.2 3 3z",fill:"#fff"}),React.createElement("path",{d:"M268.1 189.7c-.5 1-2.3 1-4 0s-2.7-2.6-2.1-3.5 2.3-.9 4 0 2.6 2.6 2.1 3.5zm-89-53.6c-1 .3-2.4-.6-3-2s-.3-2.6.7-2.9 2.3.7 3 2 .3 2.7-.8 3z",fill:"#259f00"}),React.createElement("path",{d:"M355.2 375c9.4.4 18.2 0 27.5.5 1.7 1.5.5 5-.6 4.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1-4.1.5-7.8-.1-12-.3-1.2-1.5-1-4.2.4-4.8z",fill:"#209000"})))}));exports.SA=a;
package/icons/flags/SB.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 h=r.forwardRef((function(h,i){var s=h.borderRadius,t=h.height,a=h.width,d=r.useId();return e.jsxs(l.FlagIconBase,{ref:i,borderRadius:s,height:t,viewBox:"0 0 640 480",width:a,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",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 507.2 987.4 0H0v507.2z",fill:"#0000d6"}),e.jsx("path",{d:"M1024 0 27.2 512H1024V0z",fill:"#006000"}),e.jsx("path",{d:"M1024 0h-54.9L0 485.4V512h54.9L1024 27.6V0z",fill:"#fc0"}),e.jsx("path",{d:"m71.4 9.1 11.8 34.5h38.5L90.6 64.7l11.9 34.4L71.4 78 40.3 99.2l11.9-34.4-31.1-21.3h38.4zm191.1 0 11.9 34.5h38.5l-31.2 21.2 12 34.4L262.4 78l-31 21.3 11.9-34.4-31.2-21.3h38.5zm0 144.5 11.9 34.5h38.5l-31.2 21.2 12 34.4-31.2-21.3-31 21.3 11.9-34.4-31.2-21.3h38.5zm-95-71.4 11.9 34.4h38.4l-31 21.3 11.8 34.4-31-21.3-31.2 21.3 12-34.4-31.2-21.3h38.5zm-96.1 71.4 11.8 34.5h38.5l-31.1 21.2 11.9 34.4-31.1-21.3-31.1 21.3 12-34.4L21 188h38.4z",fill:"#fff"})]})]})}));exports.SB=h;
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,h=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:l,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 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)"},React.createElement("path",{d:"M0 507.2 987.4 0H0v507.2z",fill:"#0000d6"}),React.createElement("path",{d:"M1024 0 27.2 512H1024V0z",fill:"#006000"}),React.createElement("path",{d:"M1024 0h-54.9L0 485.4V512h54.9L1024 27.6V0z",fill:"#fc0"}),React.createElement("path",{d:"m71.4 9.1 11.8 34.5h38.5L90.6 64.7l11.9 34.4L71.4 78 40.3 99.2l11.9-34.4-31.1-21.3h38.4zm191.1 0 11.9 34.5h38.5l-31.2 21.2 12 34.4L262.4 78l-31 21.3 11.9-34.4-31.2-21.3h38.5zm0 144.5 11.9 34.5h38.5l-31.2 21.2 12 34.4-31.2-21.3-31 21.3 11.9-34.4-31.2-21.3h38.5zm-95-71.4 11.9 34.4h38.4l-31 21.3 11.8 34.4-31-21.3-31.2 21.3 12-34.4-31.2-21.3h38.5zm-96.1 71.4 11.8 34.5h38.5l-31.1 21.2 11.9 34.4-31.1-21.3-31.1 21.3 12-34.4L21 188h38.4z",fill:"#fff"})))}));exports.SB=a;
package/icons/flags/SC.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 0h992.1v512H0z",fill:"red"}),e.jsx("path",{d:"m0 512 992.1-170.7V512H0z",fill:"#090"}),e.jsx("path",{d:"m0 512 992.1-341.3v170.6L0 512z",fill:"#fff"}),e.jsx("path",{d:"M0 512V0h330.7L0 512z",fill:"#009"}),e.jsx("path",{d:"M0 512 330.7 0h330.7L0 512z",fill:"#ff0"})]})]})}));exports.SC=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:"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 0h992.1v512H0z",fill:"red"}),React.createElement("path",{d:"m0 512 992.1-170.7V512H0z",fill:"#090"}),React.createElement("path",{d:"m0 512 992.1-341.3v170.6L0 512z",fill:"#fff"}),React.createElement("path",{d:"M0 512V0h330.7L0 512z",fill:"#009"}),React.createElement("path",{d:"M0 512 330.7 0h330.7L0 512z",fill:"#ff0"})))}));exports.SC=a;
package/icons/flags/SD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(s,t){var a=s.borderRadius,l=s.height,d=s.width,h=r.useId();return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,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 341.3h1024V512H0z"}),e.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h1024.8v170.7H0z",fill:"red"}),e.jsx("path",{d:"M0 0v512l341.3-256L0 0z",fill:"#009a00"})]})]})}));exports.SD=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:"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 341.3h1024V512H0z"}),React.createElement("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h1024.8v170.7H0z",fill:"red"}),React.createElement("path",{d:"M0 0v512l341.3-256L0 0z",fill:"#009a00"})))}));exports.SD=a;
package/icons/flags/SE.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 v=r.forwardRef((function(r,v){var a=r.borderRadius,s=r.height,t=r.width;return e.jsxs(i.FlagIconBase,{ref:v,borderRadius:a,height:s,viewBox:"0 0 24 25",width:t,children:[e.jsx("path",{d:"M10.333 21.11h11c1.473 0 2.667-1.193 2.667-3v-4H10.333v7Zm11-17.332h-11v7H24V6.444a2.667 2.667 0 0 0-2.667-2.666ZM7 3.778H2.667A2.667 2.667 0 0 0 0 6.442v4.336h7v-7ZM0 14.11v4.003c.001 1.804 1.195 2.997 2.667 2.997H7v-7H0Z",fill:"#006AA7"}),e.jsx("path",{d:"M10.333 3.778H7v7H0v3.333h7v7h3.333v-7H24v-3.333H10.333v-7Z",fill:"#FECC00"})]})}));exports.SE=v;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,v=e.height,i=e.width;return React.createElement(r.FlagIconBase,{ref:t,borderRadius:a,height:v,viewBox:"0 0 24 25",width:i},React.createElement("path",{d:"M10.333 21.11h11c1.473 0 2.667-1.193 2.667-3v-4H10.333v7Zm11-17.332h-11v7H24V6.444a2.667 2.667 0 0 0-2.667-2.666ZM7 3.778H2.667A2.667 2.667 0 0 0 0 6.442v4.336h7v-7ZM0 14.11v4.003c.001 1.804 1.195 2.997 2.667 2.997H7v-7H0Z",fill:"#006AA7"}),React.createElement("path",{d:"M10.333 3.778H7v7H0v3.333h7v7h3.333v-7H24v-3.333H10.333v-7Z",fill:"#FECC00"}))}));exports.SE=t;
package/icons/flags/SG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var h=i.forwardRef((function(h,s){var a=h.borderRadius,l=h.height,t=h.width,d=i.useId();return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:l,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d,"-0"),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",children:[e.jsx("path",{d:"M-20 0h720v480H-20z",fill:"#fff"}),e.jsx("path",{d:"M-20 0h720v240H-20z",fill:"#df0000"}),e.jsx("path",{d:"M146 40.2a84.4 84.4 0 0 0 .8 165.2 86 86 0 0 1-106.6-59 86 86 0 0 1 59-106c16-4.6 30.8-4.7 46.9-.2z",fill:"#fff"}),e.jsx("path",{d:"m133 110 4.9 15-13-9.2-12.8 9.4 4.7-15.2-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.5 52 5 15.1-13-9.2-12.9 9.3 4.8-15.1-12.8-9.4 15.9-.1 4.9-15.1 5 15h16zm58.5-.4 4.9 15.2-13-9.3-12.8 9.3 4.7-15.1-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.4-51.6 4.9 15.1-13-9.2-12.8 9.3 4.8-15.1-12.9-9.4 16-.1 4.8-15.1 5 15h16zm-46.3-34.3 5 15.2-13-9.3-12.9 9.4 4.8-15.2-12.8-9.4 15.8-.1 5-15.1 5 15h16z",fill:"#fff"})]})]})}));exports.SG=h;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,f=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(f,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(f,"-0)"),fillRule:"evenodd"},React.createElement("path",{d:"M-20 0h720v480H-20z",fill:"#fff"}),React.createElement("path",{d:"M-20 0h720v240H-20z",fill:"#df0000"}),React.createElement("path",{d:"M146 40.2a84.4 84.4 0 0 0 .8 165.2 86 86 0 0 1-106.6-59 86 86 0 0 1 59-106c16-4.6 30.8-4.7 46.9-.2z",fill:"#fff"}),React.createElement("path",{d:"m133 110 4.9 15-13-9.2-12.8 9.4 4.7-15.2-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.5 52 5 15.1-13-9.2-12.9 9.3 4.8-15.1-12.8-9.4 15.9-.1 4.9-15.1 5 15h16zm58.5-.4 4.9 15.2-13-9.3-12.8 9.3 4.7-15.1-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.4-51.6 4.9 15.1-13-9.2-12.8 9.3 4.8-15.1-12.9-9.4 16-.1 4.8-15.1 5 15h16zm-46.3-34.3 5 15.2-13-9.3-12.9 9.4 4.8-15.2-12.8-9.4 15.8-.1 5-15.1 5 15h16z",fill:"#fff"})))}));exports.SG=a;
package/icons/flags/SH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=a.forwardRef((function(a,c){var Z=a.borderRadius,i=a.height,s=a.width;return h.jsxs(l.FlagIconBase,{ref:c,borderRadius:Z,height:i,viewBox:"0 0 24 25",width:s,children:[h.jsx("path",{d:"M21.333 3.667H2.667c-.137 0-.272.01-.403.03l-.003 1.169-1.82-.003A2.656 2.656 0 0 0 0 6.333v12A2.667 2.667 0 0 0 2.667 21h18.666A2.667 2.667 0 0 0 24 18.333v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),h.jsx("path",{d:"M18.313 16.009c-3.067-1.198-2.95-3.981-2.826-6.926l.008-.167.137-.094c.253-.173 1.47-.51 2.803-.51 1.332 0 2.55.337 2.802.51l.138.095.007.166c.125 2.945.242 5.728-2.826 6.926l-.121.047-.122-.047Z",fill:"#EEE"}),h.jsx("path",{d:"M21.048 9.097c-.183-.125-1.321-.451-2.614-.451s-2.431.326-2.614.451c-.126 2.986-.186 5.508 2.614 6.601 2.801-1.094 2.74-3.615 2.614-6.6Z",fill:"#FF0"}),h.jsx("path",{d:"M15.779 11c.031 2.127.475 3.847 2.655 4.698 2.18-.851 2.625-2.57 2.655-4.698h-5.31Z",fill:"#8FC5FF"}),h.jsx("path",{d:"M18.434 15.698c1.15-.449 1.813-1.14 2.191-2.004h-4.382c.378.863 1.042 1.555 2.191 2.004Z",fill:"#366CC9"}),h.jsx("path",{d:"M18.41 14.195a.118.118 0 1 0 0 .236h1.78c.059-.076.114-.155.165-.235h-1.946Zm-.215.604c0 .066.052.118.118.118h1.428a3.34 3.34 0 0 0 .24-.235h-1.669a.117.117 0 0 0-.117.117Zm-.306.487c0 .065.052.118.118.118h1.044c.132-.075.258-.153.374-.236h-1.418a.118.118 0 0 0-.118.118Z",fill:"#00D860"}),h.jsx("path",{d:"M16.375 12.257c.112-.299.36-.722.458-.736.098-.014 1.164 2.076 1.081 2.174-.083.098-1.275.16-1.511.118-.237-.041-.028-1.556-.028-1.556Z",fill:"#5D3100"}),h.jsx("path",{d:"M17.625 14.041c-.083-.264-1.402-2.722-1.486-2.722-.058 0-.212.226-.328.429.074 1.013.293 1.91.821 2.632.445-.037 1.052-.151.993-.339Z",fill:"#CF6200"}),h.jsx("path",{d:"M18.066 11.18h.087v2.529h-.087V11.18Zm.889-.07h.087v2.599h-.087V11.11Zm.819.07h.087v2.529h-.087V11.18Z",fill:"#FF0"}),h.jsx("path",{d:"M16.875 13.065c.132.037.692.348 1.039.452.417.125 1.03.108 1.197.108.167 0 .486-.486.625-.486h.834c.125 0 .083.834-.236.834h-2.25c-.209 0-.917-.653-1.055-.723-.139-.069-.272-.217-.154-.185Z",fill:"#000"}),h.jsx("path",{d:"M18.434 11.451c0 .073-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.059.132.132Zm.883-.132a.132.132 0 0 1-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.059.132.132Zm.908.264c0 .073-.06.132-.132.132h-.462a.132.132 0 0 1 0-.264h.462c.072 0 .132.06.132.132Zm0 .73c0 .072-.06.132-.132.132h-.462a.132.132 0 0 1 0-.264h.462c.072 0 .132.058.132.132Zm0 .483c0 .073-.06.132-.132.132h-.462a.132.132 0 0 1 0-.264h.462c.072 0 .132.06.132.132Zm-.908-.99a.132.132 0 0 1-.132.131h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.06.132.132Zm0 .507a.133.133 0 0 1-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.058.132.132Zm0 .483a.132.132 0 0 1-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.06.132.132Zm-.883-.859c0 .073-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.06.132.132Zm0 .508c0 .072-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.059.132.132Zm0 .484c0 .072-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461a.13.13 0 0 1 .132.132Z",fill:"#EEE"}),h.jsx("path",{d:"M17.245 9.16c.015-.11.297-.02.408-.118.11-.097.411-.332.656-.028.136.17.102.287.254.426.153.14.964.49 1.228.407-.014.167-.25.25-.25.25s.224.166.252.361c.028.195-.335-.302-.849-.166-.205.055-.434.269-.85.166-.417-.103-.429-.729-.44-.991-.003-.096-.42-.233-.41-.306Z",fill:"#AC5F1A"}),h.jsx("path",{d:"M17.453 9.104c.02-.09.243.002.34-.07.096-.07.358-.242.537.022.099.148.063.24.179.364.114.124.75.465.971.416-.022.134-.22.186-.22.186s.17.15.18.311c.01.16-.252-.27-.68-.193-.17.03-.371.19-.703.076-.332-.11-.299-.622-.29-.836.002-.078-.328-.218-.314-.276Z",fill:"#EEE"}),h.jsx("path",{d:"M18.25 10.773a.05.05 0 0 1-.1 0v-.313a.05.05 0 0 1 .1 0v.313Zm.37 0a.05.05 0 0 1-.05.05.05.05 0 0 1-.05-.05v-.313a.05.05 0 0 1 .05-.05.05.05 0 0 1 .05.05v.313Zm-.44-1.596a.094.094 0 1 1-.188 0c0-.052.041-.094.094-.094.051 0 .094.042.094.094Z",fill:"#000"}),h.jsx("path",{d:"M12.667 12.333V3.667h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003S.413 4.903.357 5A2.659 2.659 0 0 0 0 6.333v6h12.667Z",fill:"#00247D"}),h.jsx("path",{d:"M12.667 3.667h-1.554L8 5.845v-2.18H4.667V5.38L2.264 3.697c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.593a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.511v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555V10.98L10.79 9.666h1.877V6.333H10.79l1.876-1.314V3.666Z",fill:"#EEE"}),h.jsx("path",{d:"M7.333 3.667h-2V7H0v2h5.333v3.333h2V9h5.334V7H7.333V3.667Z",fill:"#CF1B2B"}),h.jsx("path",{d:"M12.667 3.667h-.974L8 6.252v.08h1.047l3.62-2.534v-.132ZM1.149 4.14c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.14Zm3.142 5.526L.49 12.333h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.SH=c;
1
+ "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var t=e.borderRadius,h=e.height,l=e.width;return React.createElement(a.FlagIconBase,{ref:c,borderRadius:t,height:h,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M21.333 3.667H2.667c-.137 0-.272.01-.403.03l-.003 1.169-1.82-.003A2.656 2.656 0 0 0 0 6.333v12A2.667 2.667 0 0 0 2.667 21h18.666A2.667 2.667 0 0 0 24 18.333v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M18.313 16.009c-3.067-1.198-2.95-3.981-2.826-6.926l.008-.167.137-.094c.253-.173 1.47-.51 2.803-.51 1.332 0 2.55.337 2.802.51l.138.095.007.166c.125 2.945.242 5.728-2.826 6.926l-.121.047-.122-.047Z",fill:"#EEE"}),React.createElement("path",{d:"M21.048 9.097c-.183-.125-1.321-.451-2.614-.451s-2.431.326-2.614.451c-.126 2.986-.186 5.508 2.614 6.601 2.801-1.094 2.74-3.615 2.614-6.6Z",fill:"#FF0"}),React.createElement("path",{d:"M15.779 11c.031 2.127.475 3.847 2.655 4.698 2.18-.851 2.625-2.57 2.655-4.698h-5.31Z",fill:"#8FC5FF"}),React.createElement("path",{d:"M18.434 15.698c1.15-.449 1.813-1.14 2.191-2.004h-4.382c.378.863 1.042 1.555 2.191 2.004Z",fill:"#366CC9"}),React.createElement("path",{d:"M18.41 14.195a.118.118 0 1 0 0 .236h1.78c.059-.076.114-.155.165-.235h-1.946Zm-.215.604c0 .066.052.118.118.118h1.428a3.34 3.34 0 0 0 .24-.235h-1.669a.117.117 0 0 0-.117.117Zm-.306.487c0 .065.052.118.118.118h1.044c.132-.075.258-.153.374-.236h-1.418a.118.118 0 0 0-.118.118Z",fill:"#00D860"}),React.createElement("path",{d:"M16.375 12.257c.112-.299.36-.722.458-.736.098-.014 1.164 2.076 1.081 2.174-.083.098-1.275.16-1.511.118-.237-.041-.028-1.556-.028-1.556Z",fill:"#5D3100"}),React.createElement("path",{d:"M17.625 14.041c-.083-.264-1.402-2.722-1.486-2.722-.058 0-.212.226-.328.429.074 1.013.293 1.91.821 2.632.445-.037 1.052-.151.993-.339Z",fill:"#CF6200"}),React.createElement("path",{d:"M18.066 11.18h.087v2.529h-.087V11.18Zm.889-.07h.087v2.599h-.087V11.11Zm.819.07h.087v2.529h-.087V11.18Z",fill:"#FF0"}),React.createElement("path",{d:"M16.875 13.065c.132.037.692.348 1.039.452.417.125 1.03.108 1.197.108.167 0 .486-.486.625-.486h.834c.125 0 .083.834-.236.834h-2.25c-.209 0-.917-.653-1.055-.723-.139-.069-.272-.217-.154-.185Z",fill:"#000"}),React.createElement("path",{d:"M18.434 11.451c0 .073-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.059.132.132Zm.883-.132a.132.132 0 0 1-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.059.132.132Zm.908.264c0 .073-.06.132-.132.132h-.462a.132.132 0 0 1 0-.264h.462c.072 0 .132.06.132.132Zm0 .73c0 .072-.06.132-.132.132h-.462a.132.132 0 0 1 0-.264h.462c.072 0 .132.058.132.132Zm0 .483c0 .073-.06.132-.132.132h-.462a.132.132 0 0 1 0-.264h.462c.072 0 .132.06.132.132Zm-.908-.99a.132.132 0 0 1-.132.131h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.06.132.132Zm0 .507a.133.133 0 0 1-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.058.132.132Zm0 .483a.132.132 0 0 1-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.06.132.132Zm-.883-.859c0 .073-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.06.132.132Zm0 .508c0 .072-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461c.073 0 .132.059.132.132Zm0 .484c0 .072-.06.132-.132.132h-.461a.132.132 0 0 1 0-.264h.461a.13.13 0 0 1 .132.132Z",fill:"#EEE"}),React.createElement("path",{d:"M17.245 9.16c.015-.11.297-.02.408-.118.11-.097.411-.332.656-.028.136.17.102.287.254.426.153.14.964.49 1.228.407-.014.167-.25.25-.25.25s.224.166.252.361c.028.195-.335-.302-.849-.166-.205.055-.434.269-.85.166-.417-.103-.429-.729-.44-.991-.003-.096-.42-.233-.41-.306Z",fill:"#AC5F1A"}),React.createElement("path",{d:"M17.453 9.104c.02-.09.243.002.34-.07.096-.07.358-.242.537.022.099.148.063.24.179.364.114.124.75.465.971.416-.022.134-.22.186-.22.186s.17.15.18.311c.01.16-.252-.27-.68-.193-.17.03-.371.19-.703.076-.332-.11-.299-.622-.29-.836.002-.078-.328-.218-.314-.276Z",fill:"#EEE"}),React.createElement("path",{d:"M18.25 10.773a.05.05 0 0 1-.1 0v-.313a.05.05 0 0 1 .1 0v.313Zm.37 0a.05.05 0 0 1-.05.05.05.05 0 0 1-.05-.05v-.313a.05.05 0 0 1 .05-.05.05.05 0 0 1 .05.05v.313Zm-.44-1.596a.094.094 0 1 1-.188 0c0-.052.041-.094.094-.094.051 0 .094.042.094.094Z",fill:"#000"}),React.createElement("path",{d:"M12.667 12.333V3.667h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003S.413 4.903.357 5A2.659 2.659 0 0 0 0 6.333v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.667h-1.554L8 5.845v-2.18H4.667V5.38L2.264 3.697c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.593a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.511v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555V10.98L10.79 9.666h1.877V6.333H10.79l1.876-1.314V3.666Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.667h-2V7H0v2h5.333v3.333h2V9h5.334V7H7.333V3.667Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.667h-.974L8 6.252v.08h1.047l3.62-2.534v-.132ZM1.149 4.14c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.14Zm3.142 5.526L.49 12.333h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.SH=c;
package/icons/flags/SI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,a){var r=t.borderRadius,s=t.height,h=t.width,c=e.useId();return l.jsxs(i.FlagIconBase,{ref:a,borderRadius:r,height:s,viewBox:"0 0 640 480",width:h,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(c,"-0"),children:l.jsx("path",{d:"M-15 0h682.6v512H-15.1z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(14.1) scale(.9375)",children:[l.jsx("path",{d:"M-62 0H962v512H-62z",fill:"#fff"}),l.jsx("path",{d:"M-62 341.3H962V512H-62z",fill:"#de2918"}),l.jsx("path",{d:"M-62 170.7H962v170.6H-62z",fill:"#08399c"}),l.jsx("path",{d:"M228.4 93c-4 61.6-6.4 95.4-15.7 111-10.2 16.8-20 29.1-59.7 44-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6 20.6-6.5 27.1-7.8 9.3-2 17.3-4.2 42.3-4.7 25 .4 33 2.8 42.3 4.8 6.4 1.4 15.6 4 27.3 7.7l5.9 2z",fill:"#de2918"}),l.jsx("path",{d:"M222.6 91c-3.8 61.5-7 89.7-12 103.2-9.6 23.2-24.8 35.9-57.6 48-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3 11.6-3.6 20.6-6.4 27.1-7.7 9.3-2 17.3-4.3 42.3-4.7 25 .4 33 2.7 42.3 4.7a284 284 0 0 1 27.4 7.7z",fill:"#08399c"}),l.jsx("path",{d:"m153 109.8 1.5 3.7 7 1-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),l.jsx("path",{d:"m208.3 179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5 4.3-2.6 4.7-3.3 3-3.7-2.9-2.7-4.8-10.3-18.3-10.3 18.3-2.7 4.8-3.7 2.9-3.3-3-2.7-4.7-4.9-4.3-1.9 1.8-2.9 2.4-2.6 4.7-5.4 4.9-2.9 4.7-5.4 4.7-2.7 4.6-3.9 3a65.8 65.8 0 0 0 18.6 36.3 107 107 0 0 0 36.6 20.5 104.1 104.1 0 0 0 36.8-20.5c5.8-6 16.6-19.3 18.6-36.3z",fill:"#fff"}),l.jsx("path",{d:"m169.4 83.9 1.6 3.7 7 1-4.6 2.7 4.4 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.6-1 1.6-3.7zm-33 0 1.6 3.7 7 .9-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.4-6-.9 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),l.jsx("path",{d:"M199.7 203h-7.4l-7-.5-8.3-4h-9.4l-8.1 4-6.5.6-6.4-.6-8.1-4H129l-8.4 4-6.9.6-7.6-.1-3.6-6.2.1-.2 11.2 1.9 6.9-.5 8.3-4.1h9.4l8.2 4 6.4.6 6.5-.6 8.1-4h9.4l8.4 4 6.9.6 10.8-2 .2.4-3.7 6.1zm-86.4 9.5 7.4-.5 8.3-4h9.4l8.2 4 6.4.5 6.4-.5 8.2-4h9.4l8.3 4 7.5.5 4.8-6h-.1l-5.2 1.4-6.9-.5-8.3-4h-9.4l-8.2 4-6.4.6-6.5-.6-8.1-4H129l-8.4 4-6.9.6-5-1.3v.2l4.5 5.6z",fill:"#08399c"})]})]})}));exports.SI=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,l){var c=a.borderRadius,r=a.height,i=a.width,h=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(h,"-0")},React.createElement("path",{d:"M-15 0h682.6v512H-15.1z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(14.1) scale(.9375)"},React.createElement("path",{d:"M-62 0H962v512H-62z",fill:"#fff"}),React.createElement("path",{d:"M-62 341.3H962V512H-62z",fill:"#de2918"}),React.createElement("path",{d:"M-62 170.7H962v170.6H-62z",fill:"#08399c"}),React.createElement("path",{d:"M228.4 93c-4 61.6-6.4 95.4-15.7 111-10.2 16.8-20 29.1-59.7 44-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6 20.6-6.5 27.1-7.8 9.3-2 17.3-4.2 42.3-4.7 25 .4 33 2.8 42.3 4.8 6.4 1.4 15.6 4 27.3 7.7l5.9 2z",fill:"#de2918"}),React.createElement("path",{d:"M222.6 91c-3.8 61.5-7 89.7-12 103.2-9.6 23.2-24.8 35.9-57.6 48-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3 11.6-3.6 20.6-6.4 27.1-7.7 9.3-2 17.3-4.3 42.3-4.7 25 .4 33 2.7 42.3 4.7a284 284 0 0 1 27.4 7.7z",fill:"#08399c"}),React.createElement("path",{d:"m153 109.8 1.5 3.7 7 1-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),React.createElement("path",{d:"m208.3 179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5 4.3-2.6 4.7-3.3 3-3.7-2.9-2.7-4.8-10.3-18.3-10.3 18.3-2.7 4.8-3.7 2.9-3.3-3-2.7-4.7-4.9-4.3-1.9 1.8-2.9 2.4-2.6 4.7-5.4 4.9-2.9 4.7-5.4 4.7-2.7 4.6-3.9 3a65.8 65.8 0 0 0 18.6 36.3 107 107 0 0 0 36.6 20.5 104.1 104.1 0 0 0 36.8-20.5c5.8-6 16.6-19.3 18.6-36.3z",fill:"#fff"}),React.createElement("path",{d:"m169.4 83.9 1.6 3.7 7 1-4.6 2.7 4.4 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.6-1 1.6-3.7zm-33 0 1.6 3.7 7 .9-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.4-6-.9 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),React.createElement("path",{d:"M199.7 203h-7.4l-7-.5-8.3-4h-9.4l-8.1 4-6.5.6-6.4-.6-8.1-4H129l-8.4 4-6.9.6-7.6-.1-3.6-6.2.1-.2 11.2 1.9 6.9-.5 8.3-4.1h9.4l8.2 4 6.4.6 6.5-.6 8.1-4h9.4l8.4 4 6.9.6 10.8-2 .2.4-3.7 6.1zm-86.4 9.5 7.4-.5 8.3-4h9.4l8.2 4 6.4.5 6.4-.5 8.2-4h9.4l8.3 4 7.5.5 4.8-6h-.1l-5.2 1.4-6.9-.5-8.3-4h-9.4l-8.2 4-6.4.6-6.5-.6-8.1-4H129l-8.4 4-6.9.6-5-1.3v.2l4.5 5.6z",fill:"#08399c"})))}));exports.SI=a;
package/icons/flags/SJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,h=r.width;return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#ef2b2d"}),e.jsx("path",{d:"M180 0h120v480H180z",fill:"#fff"}),e.jsx("path",{d:"M0 180h640v120H0z",fill:"#fff"}),e.jsx("path",{d:"M210 0h60v480h-60z",fill:"#002868"}),e.jsx("path",{d:"M0 210h640v60H0z",fill:"#002868"})]})}));exports.SJ=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,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("path",{d:"M0 0h640v480H0z",fill:"#ef2b2d"}),React.createElement("path",{d:"M180 0h120v480H180z",fill:"#fff"}),React.createElement("path",{d:"M0 180h640v120H0z",fill:"#fff"}),React.createElement("path",{d:"M210 0h60v480h-60z",fill:"#002868"}),React.createElement("path",{d:"M0 210h640v60H0z",fill:"#002868"}))}));exports.SJ=a;
package/icons/flags/SK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=s.forwardRef((function(s,i){var a=s.borderRadius,c=s.height,f=s.width;return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:a,height:c,viewBox:"0 0 640 480",width:f,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#ee1c25"}),e.jsx("path",{d:"M0 0h640v320H0z",fill:"#0b4ea2"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#fff"}),e.jsx("path",{d:"M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z",fill:"#fff"}),e.jsx("path",{d:"M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z",fill:"#ee1c25"}),e.jsx("path",{d:"M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 0 0-39.7-5.7v26z",fill:"#fff"}),e.jsx("path",{d:"M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z",fill:"#0b4ea2"})]})}));exports.SK=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 c=e.borderRadius,r=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ee1c25"}),React.createElement("path",{d:"M0 0h640v320H0z",fill:"#0b4ea2"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#fff"}),React.createElement("path",{d:"M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z",fill:"#fff"}),React.createElement("path",{d:"M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z",fill:"#ee1c25"}),React.createElement("path",{d:"M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 0 0-39.7-5.7v26z",fill:"#fff"}),React.createElement("path",{d:"M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z",fill:"#0b4ea2"}))}));exports.SK=a;
package/icons/flags/SL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M0 320.3h640V480H0z",fill:"#0000cd"}),e.jsx("path",{d:"M0 160.7h640v159.6H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h640v160.7H0z",fill:"#00cd00"})]})})}));exports.SL=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:c,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 320.3h640V480H0z",fill:"#0000cd"}),React.createElement("path",{d:"M0 160.7h640v159.6H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v160.7H0z",fill:"#00cd00"})))}));exports.SL=r;
package/icons/flags/SM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),c=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var v=c.forwardRef((function(c,v){var a=c.borderRadius,i=c.height,h=c.width;return s.jsxs(l.FlagIconBase,{ref:v,borderRadius:a,height:i,viewBox:"0 0 24 25",width:h,children:[s.jsx("path",{d:"M0 12.222v6a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-6H0Z",fill:"#5EB6E4"}),s.jsx("path",{d:"M21.333 3.583H2.667A2.667 2.667 0 0 0 0 6.249v5.973h24V6.25a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#EEE"}),s.jsx("path",{d:"M12 9.729c-1.622 0-1.77-.656 0-.656s1.622.656 0 .656Z",fill:"#F4900C"}),s.jsx("path",{d:"M13.25 9.542c-.406 0-.73.25-1.02.406-.084-.104-.23-.094-.23-.094s-.146-.011-.23.094c-.291-.156-.614-.406-1.02-.406s-1.365.396-1.365 2.406c0 2.646 2.615 3.489 2.615 3.489s2.615-.844 2.615-3.49c0-2.01-.959-2.405-1.365-2.405Zm-3.125-.886c.261.052.603.53.603.744.24-.265 1.272-.286 1.272-.286s1.031.02 1.272.286c0-.213.343-.692.603-.744-.052-.104-.198-.073-.198-.073s.322-.552.198-.813c-.126-.26-.615-.25-1.011-.292-.396-.041-.469-.218-.469-.218l.104-.126s-.198-.041-.156-.177c.042-.135-.125-.125-.125-.125s.125-.126.073-.24a.28.28 0 0 0-.167-.146s-.073-.166 0-.218c.073-.052.24.146.24-.052 0-.198-.188-.032-.24-.104-.051-.072.095-.26-.124-.26s-.073.188-.125.26c-.052.074-.24-.093-.24.105s.167 0 .24.052c.072.052 0 .219 0 .219s-.115.03-.167.146c-.052.114.073.239.073.239s-.167-.01-.126.125c.042.136-.156.178-.156.178l.104.125s-.072.177-.468.219c-.396.04-.886.03-1.011.292-.125.26.198.812.198.812s-.145-.032-.197.072Zm2.75-.948c.354.063.927.188.25.636.01-.156-.073-.282-.073-.282s-.167.02-.302.146c-.058-.206-.156-.27-.156-.27s-.198.062-.26.218a.622.622 0 0 0-.097-.172.802.802 0 0 0 .096-.394c0-.032-.008-.061-.011-.092.172.105.381.18.553.21Zm-1.75 0c.17-.03.378-.104.549-.208-.003.03-.01.058-.01.09a.8.8 0 0 0 .097.398.626.626 0 0 0-.094.168c-.062-.156-.26-.218-.26-.218s-.099.064-.156.27c-.136-.125-.302-.146-.302-.146s-.084.126-.073.282c-.678-.448-.105-.574.25-.636Z",fill:"#FFAC33"}),s.jsx("path",{d:"M13.925 12.208c0-1.552-.448-1.73-.448-1.73s-.216.261-.525.157c-.309-.104-.746-.448-.746-.448s-.077.097-.217.102c-.141-.004-.218-.102-.218-.102s-.438.344-.746.448c-.308.104-.525-.156-.525-.156s-.448.177-.448 1.73c0 1.467 1.739 2.85 1.927 2.995v.014l.01-.007.009.007v-.014c.188-.145 1.927-1.528 1.927-2.996Z",fill:"#A0CFEB"}),s.jsx("path",{d:"M11.541 13.687c.104-.302.167-.5.167-.678v-.76s-.167-.084-.167-.178v-.28l.167-.064v.188l.167-.063v-.167H12v.178l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .073.219.678.219.678h-.865Zm.433-2.146s-.047-.197-.161-.364c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.214-.146-.152c-.041.063.11.302.041.438l-.067.135Zm-1.052.188s-.047-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.041.437l-.067.135Zm2.087 0s-.046-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.042.437l-.068.135Zm-2.441 1.91c.056-.179.088-.316.088-.441v-.761s-.167-.083-.167-.178v-.28l.167-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .074.219.678.219.678s-.809-.165-.786-.236Zm2.009.236c.104-.302.166-.5.166-.678v-.76s-.166-.083-.166-.178v-.28l.166-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.188.052v.26s-.146.157-.146.199v.76c0 .046.087.305.152.49.036.106-.798.188-.798.188Z",fill:"#CCD6DD"}),s.jsx("path",{d:"M10.922 11.875h-.099v.166l-.166.063v-.187l-.167.062v.282c0 .094.167.177.167.177v.76a1.5 1.5 0 0 1-.088.442c-.011.034.165.089.354.137v-1.902h-.001Zm1.045-.188h-.099v.166l-.167.063v-.187l-.166.062v.282c0 .094.166.177.166.177v.76a1.5 1.5 0 0 1-.088.442c-.01.034.166.089.354.137v-1.902Zm1.068.218-.131-.03v.166l-.167.062v-.187l-.166.063v.281c0 .094.166.177.166.177v.761a1.5 1.5 0 0 1-.088.441c-.011.034.165.09.386.168v-1.902Z",fill:"#99AAB5"}),s.jsx("path",{d:"M12.656 13.578s-.219-.282-.656-.282c-.437 0-.625.292-.625.292s-.386-.152-.834.062c.529.833 1.315 1.46 1.438 1.554v.014l.009-.007.01.007v-.014c.123-.095.913-.727 1.443-1.563-.478-.203-.785-.063-.785-.063Z",fill:"#8BB273"}),s.jsx("path",{d:"M12.57 16.583c-.295-.482-.56-1.031-1.278-1.365-.719-.333-.833-.427-1.041-.77-.208-.344-.615-.573-.615-.573s.01-.323-.125-.531c-.136-.208-.126-.47-.126-.47s-.166.09-.125-.236c.041-.325-.167-.544-.167-.544s.261-.344.042-.787c.25-.431.135-.921.135-.921s.219-.406 0-.845c-.698.293-.74 1.22-.74 1.22l-.395-.573s-.334.218-.25.625c.083.406.062.494.062.494l-.374-.317s-.271.448.104.802c.374.354.437.459.437.459s-.187-.104-.187.063c0 .166.041.239.041.239l-.49-.406s-.145.552.198.864c.344.313.552.428.552.428s-.656-.188-.646-.14c.01.046.135.39.469.577.333.188.583.26.583.26l-.677.123s.166.482.562.482.771-.125.771-.125-.281.23-.365.406c-.083.178-.322.198-.322.198s.218.23.625.156c.406-.072.459-.625.959-.448.5.177 1.396.5 1.687.948.291.448.396.552.459.708.063.155.323.14.237-.001Z",fill:"#658D5C"}),s.jsx("path",{d:"M11.351 16.583c.294-.482.56-1.031 1.278-1.365.719-.333.834-.427 1.042-.77.208-.344.614-.573.614-.573s-.01-.323.126-.531c.136-.21.125-.47.125-.47s.167.09.125-.236c-.041-.325.167-.544.167-.544s-.26-.344-.041-.787c-.25-.431-.136-.921-.136-.921s-.218-.406 0-.845c.698.293.74 1.22.74 1.22l.396-.573s.333.218.25.625c-.084.406-.063.494-.063.494l.375-.317s.27.448-.104.802c-.375.354-.438.459-.438.459s.188-.104.188.063c0 .166-.042.239-.042.239l.49-.406s.146.552-.198.864c-.344.313-.552.428-.552.428s.656-.188.646-.14c-.011.046-.136.39-.469.577-.333.188-.583.26-.583.26l.677.123s-.167.482-.563.482c-.396 0-.77-.125-.77-.125s.281.23.364.406c.084.178.323.198.323.198s-.219.23-.625.156c-.407-.073-.459-.625-.959-.448-.5.177-1.396.5-1.687.948-.292.448-.396.552-.459.708-.063.155-.323.14-.237-.001Z",fill:"#658D5C"}),s.jsx("path",{d:"M10.417 15.651c-.49.057-.615.38-1.302.078-.032.156.218.396.218.396s-.374.01-.552-.052c.094.385.532.531.896.5.365-.032.594-.302 1.016-.208.422.094.726.223.642-.532-.283-.302-.918-.182-.918-.182Zm3.166 0c.49.057.615.38 1.302.078.032.156-.218.396-.218.396s.374.01.552-.052c-.094.385-.532.531-.896.5-.365-.032-.594-.302-1.016-.208-.422.094-.726.223-.642-.532.283-.302.918-.182.918-.182Z",fill:"#E1E8ED"}),s.jsx("path",{d:"M13.615 15.166c-.282-.125-.896.188-1.615.188s-1.333-.313-1.615-.188c-.281.125-.229.167-.208.27.021.105.052.386.073.542.02.156.187.26.385.126.198-.136.448-.199.792-.095.344.104.556.098.556.098s.246.006.59-.098c.344-.104.594-.04.792.095.198.135.365.03.386-.126.02-.156.052-.437.072-.541.021-.104.073-.146-.208-.27Z",fill:"#F5F8FA"}),s.jsx("path",{d:"M13.225 15.437c0 .064-.127.32-1.301.32s-1.261-.257-1.261-.32c0-.064.192.141 1.365.141s1.197-.204 1.197-.141Z",fill:"#99AAB5"})]})}));exports.SM=v;
1
+ "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=c.forwardRef((function(c,s){var l=c.borderRadius,t=c.height,a=c.width;return React.createElement(e.FlagIconBase,{ref:s,borderRadius:l,height:t,viewBox:"0 0 24 25",width:a},React.createElement("path",{d:"M0 12.222v6a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-6H0Z",fill:"#5EB6E4"}),React.createElement("path",{d:"M21.333 3.583H2.667A2.667 2.667 0 0 0 0 6.249v5.973h24V6.25a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#EEE"}),React.createElement("path",{d:"M12 9.729c-1.622 0-1.77-.656 0-.656s1.622.656 0 .656Z",fill:"#F4900C"}),React.createElement("path",{d:"M13.25 9.542c-.406 0-.73.25-1.02.406-.084-.104-.23-.094-.23-.094s-.146-.011-.23.094c-.291-.156-.614-.406-1.02-.406s-1.365.396-1.365 2.406c0 2.646 2.615 3.489 2.615 3.489s2.615-.844 2.615-3.49c0-2.01-.959-2.405-1.365-2.405Zm-3.125-.886c.261.052.603.53.603.744.24-.265 1.272-.286 1.272-.286s1.031.02 1.272.286c0-.213.343-.692.603-.744-.052-.104-.198-.073-.198-.073s.322-.552.198-.813c-.126-.26-.615-.25-1.011-.292-.396-.041-.469-.218-.469-.218l.104-.126s-.198-.041-.156-.177c.042-.135-.125-.125-.125-.125s.125-.126.073-.24a.28.28 0 0 0-.167-.146s-.073-.166 0-.218c.073-.052.24.146.24-.052 0-.198-.188-.032-.24-.104-.051-.072.095-.26-.124-.26s-.073.188-.125.26c-.052.074-.24-.093-.24.105s.167 0 .24.052c.072.052 0 .219 0 .219s-.115.03-.167.146c-.052.114.073.239.073.239s-.167-.01-.126.125c.042.136-.156.178-.156.178l.104.125s-.072.177-.468.219c-.396.04-.886.03-1.011.292-.125.26.198.812.198.812s-.145-.032-.197.072Zm2.75-.948c.354.063.927.188.25.636.01-.156-.073-.282-.073-.282s-.167.02-.302.146c-.058-.206-.156-.27-.156-.27s-.198.062-.26.218a.622.622 0 0 0-.097-.172.802.802 0 0 0 .096-.394c0-.032-.008-.061-.011-.092.172.105.381.18.553.21Zm-1.75 0c.17-.03.378-.104.549-.208-.003.03-.01.058-.01.09a.8.8 0 0 0 .097.398.626.626 0 0 0-.094.168c-.062-.156-.26-.218-.26-.218s-.099.064-.156.27c-.136-.125-.302-.146-.302-.146s-.084.126-.073.282c-.678-.448-.105-.574.25-.636Z",fill:"#FFAC33"}),React.createElement("path",{d:"M13.925 12.208c0-1.552-.448-1.73-.448-1.73s-.216.261-.525.157c-.309-.104-.746-.448-.746-.448s-.077.097-.217.102c-.141-.004-.218-.102-.218-.102s-.438.344-.746.448c-.308.104-.525-.156-.525-.156s-.448.177-.448 1.73c0 1.467 1.739 2.85 1.927 2.995v.014l.01-.007.009.007v-.014c.188-.145 1.927-1.528 1.927-2.996Z",fill:"#A0CFEB"}),React.createElement("path",{d:"M11.541 13.687c.104-.302.167-.5.167-.678v-.76s-.167-.084-.167-.178v-.28l.167-.064v.188l.167-.063v-.167H12v.178l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .073.219.678.219.678h-.865Zm.433-2.146s-.047-.197-.161-.364c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.214-.146-.152c-.041.063.11.302.041.438l-.067.135Zm-1.052.188s-.047-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.041.437l-.067.135Zm2.087 0s-.046-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.042.437l-.068.135Zm-2.441 1.91c.056-.179.088-.316.088-.441v-.761s-.167-.083-.167-.178v-.28l.167-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .074.219.678.219.678s-.809-.165-.786-.236Zm2.009.236c.104-.302.166-.5.166-.678v-.76s-.166-.083-.166-.178v-.28l.166-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.188.052v.26s-.146.157-.146.199v.76c0 .046.087.305.152.49.036.106-.798.188-.798.188Z",fill:"#CCD6DD"}),React.createElement("path",{d:"M10.922 11.875h-.099v.166l-.166.063v-.187l-.167.062v.282c0 .094.167.177.167.177v.76a1.5 1.5 0 0 1-.088.442c-.011.034.165.089.354.137v-1.902h-.001Zm1.045-.188h-.099v.166l-.167.063v-.187l-.166.062v.282c0 .094.166.177.166.177v.76a1.5 1.5 0 0 1-.088.442c-.01.034.166.089.354.137v-1.902Zm1.068.218-.131-.03v.166l-.167.062v-.187l-.166.063v.281c0 .094.166.177.166.177v.761a1.5 1.5 0 0 1-.088.441c-.011.034.165.09.386.168v-1.902Z",fill:"#99AAB5"}),React.createElement("path",{d:"M12.656 13.578s-.219-.282-.656-.282c-.437 0-.625.292-.625.292s-.386-.152-.834.062c.529.833 1.315 1.46 1.438 1.554v.014l.009-.007.01.007v-.014c.123-.095.913-.727 1.443-1.563-.478-.203-.785-.063-.785-.063Z",fill:"#8BB273"}),React.createElement("path",{d:"M12.57 16.583c-.295-.482-.56-1.031-1.278-1.365-.719-.333-.833-.427-1.041-.77-.208-.344-.615-.573-.615-.573s.01-.323-.125-.531c-.136-.208-.126-.47-.126-.47s-.166.09-.125-.236c.041-.325-.167-.544-.167-.544s.261-.344.042-.787c.25-.431.135-.921.135-.921s.219-.406 0-.845c-.698.293-.74 1.22-.74 1.22l-.395-.573s-.334.218-.25.625c.083.406.062.494.062.494l-.374-.317s-.271.448.104.802c.374.354.437.459.437.459s-.187-.104-.187.063c0 .166.041.239.041.239l-.49-.406s-.145.552.198.864c.344.313.552.428.552.428s-.656-.188-.646-.14c.01.046.135.39.469.577.333.188.583.26.583.26l-.677.123s.166.482.562.482.771-.125.771-.125-.281.23-.365.406c-.083.178-.322.198-.322.198s.218.23.625.156c.406-.072.459-.625.959-.448.5.177 1.396.5 1.687.948.291.448.396.552.459.708.063.155.323.14.237-.001Z",fill:"#658D5C"}),React.createElement("path",{d:"M11.351 16.583c.294-.482.56-1.031 1.278-1.365.719-.333.834-.427 1.042-.77.208-.344.614-.573.614-.573s-.01-.323.126-.531c.136-.21.125-.47.125-.47s.167.09.125-.236c-.041-.325.167-.544.167-.544s-.26-.344-.041-.787c-.25-.431-.136-.921-.136-.921s-.218-.406 0-.845c.698.293.74 1.22.74 1.22l.396-.573s.333.218.25.625c-.084.406-.063.494-.063.494l.375-.317s.27.448-.104.802c-.375.354-.438.459-.438.459s.188-.104.188.063c0 .166-.042.239-.042.239l.49-.406s.146.552-.198.864c-.344.313-.552.428-.552.428s.656-.188.646-.14c-.011.046-.136.39-.469.577-.333.188-.583.26-.583.26l.677.123s-.167.482-.563.482c-.396 0-.77-.125-.77-.125s.281.23.364.406c.084.178.323.198.323.198s-.219.23-.625.156c-.407-.073-.459-.625-.959-.448-.5.177-1.396.5-1.687.948-.292.448-.396.552-.459.708-.063.155-.323.14-.237-.001Z",fill:"#658D5C"}),React.createElement("path",{d:"M10.417 15.651c-.49.057-.615.38-1.302.078-.032.156.218.396.218.396s-.374.01-.552-.052c.094.385.532.531.896.5.365-.032.594-.302 1.016-.208.422.094.726.223.642-.532-.283-.302-.918-.182-.918-.182Zm3.166 0c.49.057.615.38 1.302.078.032.156-.218.396-.218.396s.374.01.552-.052c-.094.385-.532.531-.896.5-.365-.032-.594-.302-1.016-.208-.422.094-.726.223-.642-.532.283-.302.918-.182.918-.182Z",fill:"#E1E8ED"}),React.createElement("path",{d:"M13.615 15.166c-.282-.125-.896.188-1.615.188s-1.333-.313-1.615-.188c-.281.125-.229.167-.208.27.021.105.052.386.073.542.02.156.187.26.385.126.198-.136.448-.199.792-.095.344.104.556.098.556.098s.246.006.59-.098c.344-.104.594-.04.792.095.198.135.365.03.386-.126.02-.156.052-.437.072-.541.021-.104.073-.146-.208-.27Z",fill:"#F5F8FA"}),React.createElement("path",{d:"M13.225 15.437c0 .064-.127.32-1.301.32s-1.261-.257-1.261-.32c0-.064.192.141 1.365.141s1.197-.204 1.197-.141Z",fill:"#99AAB5"}))}));exports.SM=s;
package/icons/flags/SN.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,l=r.height,a=r.width;return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:l,viewBox:"0 0 640 480",width:a,children:[e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#0b7226"}),e.jsx("path",{d:"M213.3 0h213.3v480H213.3z",fill:"#ff0"}),e.jsx("path",{d:"M426.6 0H640v480H426.6z",fill:"#bc0000"})]}),e.jsx("path",{d:"M342 218.8h71.8l-56.6 43.6 20.7 69.3-56.6-43.6-56.6 41.6 20.7-67.3-56.6-43.6h69.8l22.7-71.3z",fill:"#0b7226"})]})}));exports.SN=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,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",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#0b7226"}),React.createElement("path",{d:"M213.3 0h213.3v480H213.3z",fill:"#ff0"}),React.createElement("path",{d:"M426.6 0H640v480H426.6z",fill:"#bc0000"})),React.createElement("path",{d:"M342 218.8h71.8l-56.6 43.6 20.7 69.3-56.6-43.6-56.6 41.6 20.7-67.3-56.6-43.6h69.8l22.7-71.3z",fill:"#0b7226"}))}));exports.SN=a;
package/icons/flags/SO.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:"#40a6ff"}),e.jsx("path",{d:"M336.5 381.2 254 327.7l-82.1 54 30.5-87.7-82-54.2L222 239l31.4-87.5 32.1 87.3 101.4.1-81.5 54.7 31.2 87.6z",fill:"#fff"})]})]})}));exports.SO=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,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:"#40a6ff"}),React.createElement("path",{d:"M336.5 381.2 254 327.7l-82.1 54 30.5-87.7-82-54.2L222 239l31.4-87.5 32.1 87.3 101.4.1-81.5 54.7 31.2 87.6z",fill:"#fff"})))}));exports.SO=a;
package/icons/flags/SR.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,h=r.width;return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M.1 0h640v480H.1z",fill:"#377e3f"}),e.jsx("path",{d:"M.1 96h640v288H.1z",fill:"#fff"}),e.jsx("path",{d:"M.1 144h640v192H.1z",fill:"#b40a2d"}),e.jsx("path",{d:"m320 153.2 56.4 173.6-147.7-107.3h182.6L263.6 326.8z",fill:"#ecc81d"})]})}));exports.SR=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,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M.1 0h640v480H.1z",fill:"#377e3f"}),React.createElement("path",{d:"M.1 96h640v288H.1z",fill:"#fff"}),React.createElement("path",{d:"M.1 144h640v192H.1z",fill:"#b40a2d"}),React.createElement("path",{d:"m320 153.2 56.4 173.6-147.7-107.3h182.6L263.6 326.8z",fill:"#ecc81d"}))}));exports.SR=a;
package/icons/flags/SS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var i=r.forwardRef((function(r,i){var s=r.borderRadius,t=r.height,d=r.width;return e.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 336h640v144H0z",fill:"#078930"}),e.jsx("path",{d:"M0 144h640v192H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h640v144H0z"}),e.jsx("path",{d:"M0 168h640v144H0z",fill:"#da121a"}),e.jsx("path",{d:"m0 0 415.7 240L0 480z",fill:"#0f47af"}),e.jsx("path",{d:"M200.7 194.8 61.7 240l139 45.1L114.9 167v146z",fill:"#fcdd09"})]})}));exports.SS=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 r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 336h640v144H0z",fill:"#078930"}),React.createElement("path",{d:"M0 144h640v192H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v144H0z"}),React.createElement("path",{d:"M0 168h640v144H0z",fill:"#da121a"}),React.createElement("path",{d:"m0 0 415.7 240L0 480z",fill:"#0f47af"}),React.createElement("path",{d:"M200.7 194.8 61.7 240l139 45.1L114.9 167v146z",fill:"#fcdd09"}))}));exports.SS=a;
package/icons/flags/ST.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,a){var i=s.borderRadius,n=s.height,h=s.width,c=e.useId();return t.jsxs(r.FlagIconBase,{ref:a,borderRadius:i,height:n,viewBox:"0 0 640 480",width:h,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#12ad2b"}),t.jsx("path",{d:"M0 137.1h640V343H0z",fill:"#ffce00"}),t.jsx("path",{d:"M0 0v480l240-240",fill:"#d21034"}),t.jsxs("g",{id:"".concat(c,"-0"),transform:"translate(351.6 240) scale(.34286)",children:[t.jsxs("g",{id:"".concat(c,"-1"),children:[t.jsx("path",{d:"M0-200V0h100",id:"".concat(c,"-2"),transform:"rotate(18 0 -200)"}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c,"-2")})]}),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c,"-1")}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c,"-1")}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c,"-1")}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c,"-1")})]}),t.jsx("use",{height:"100%",transform:"translate(-523.2)",width:"100%",x:"700",xlinkHref:"#".concat(c,"-0")})]})}));exports.ST=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,n=a.height,i=a.width,l=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:n,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#12ad2b"}),React.createElement("path",{d:"M0 137.1h640V343H0z",fill:"#ffce00"}),React.createElement("path",{d:"M0 0v480l240-240",fill:"#d21034"}),React.createElement("g",{id:"".concat(l,"-0"),transform:"translate(351.6 240) scale(.34286)"},React.createElement("g",{id:"".concat(l,"-1")},React.createElement("path",{d:"M0-200V0h100",id:"".concat(l,"-2"),transform:"rotate(18 0 -200)"}),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(l,"-2")})),React.createElement("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(l,"-1")})),React.createElement("use",{height:"100%",transform:"translate(-523.2)",width:"100%",x:"700",xlinkHref:"#".concat(l,"-0")}))}));exports.ST=a;
package/icons/flags/SV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),c=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=c.forwardRef((function(c,a){var f=c.borderRadius,Z=c.height,i=c.width;return s.jsxs(l.FlagIconBase,{ref:a,borderRadius:f,height:Z,viewBox:"0 0 24 25",width:i,children:[s.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#0F47AF"}),s.jsx("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),s.jsx("path",{d:"M11.641 14.31c.164-.51-.406-.605-.406-.605s.042.292-.302.302c.115.23.011.417-.135.428.24.217.74.197.843-.126Zm-.846-.31c.315-.385-.148-.66-.148-.66s-.063.266-.364.159c.022.236-.133.364-.263.323.134.273.575.424.775.179Zm-.597-.53c.376-.2.101-.57.101-.57s-.138.188-.34.006c-.061.194-.224.244-.314.17.016.258.314.522.553.394Zm-.23-.672c.395-.08.247-.49.247-.49s-.177.134-.312-.087c-.108.16-.27.16-.331.07-.055.238.144.558.395.507Zm-.094-.577c.363-.002.303-.39.303-.39s-.179.088-.26-.13c-.123.121-.266.094-.304.003-.089.201.03.518.261.517Zm.086-.55c.283.098.328-.264.328-.264s-.16.03-.171-.187c-.125.075-.23.012-.238-.08-.118.154-.1.47.081.531Zm.218-.455c.141.083.3-.192.3-.192s-.123-.044-.091-.246c-.11.05-.184.02-.174-.067-.119.125-.168.428-.035.505Zm2.077 3.093c-.164-.51.406-.604.406-.604s-.041.292.302.302c-.114.23-.01.417.136.428-.24.217-.74.197-.844-.126Zm.846-.308c-.315-.386.148-.662.148-.662s.064.267.364.16c-.021.236.133.364.264.323-.135.273-.575.424-.776.179Zm.598-.53c-.376-.202-.101-.572-.101-.572s.138.19.34.007c.061.194.225.244.314.17-.017.258-.315.522-.553.394Zm.23-.673c-.396-.08-.246-.49-.246-.49s.176.134.311-.087c.108.16.27.16.33.07.055.238-.143.558-.395.507Zm.093-.577c-.363-.002-.303-.39-.303-.39s.18.088.26-.13c.122.121.266.094.304.003.09.201-.03.518-.261.517Zm-.086-.55c-.283.098-.328-.264-.328-.264s.161.03.172-.187c.125.075.23.012.237-.08.118.154.1.47-.081.531Zm-.217-.455c-.142.083-.3-.192-.3-.192s.123-.044.092-.246c.108.05.183.02.173-.067.118.125.167.428.035.505Z",fill:"#1F601A"}),s.jsx("path",{d:"M11.937 14.579a.267.267 0 1 0 0-.534.267.267 0 0 0 0 .534Zm-.057-2.619-1.239-1.328s-.208 1.531.396 1.937c.604.407.844-.609.844-.609Z",fill:"#06209F"}),s.jsx("path",{d:"m11.236 11.27-.276-.296s-.142 1.189.462 1.596c-.291-.594-.186-1.3-.186-1.3Z",fill:"#fff"}),s.jsx("path",{d:"m11.88 12.512-1.699-.963s-.083.99.215 1.469c.297.48 1.39.51 1.541.041.152-.469-.056-.547-.056-.547Z",fill:"#06209F"}),s.jsx("path",{d:"m10.796 11.897-.318-.18s-.19 1.988 1.318 1.531c-.999-.046-1-1.351-1-1.351Z",fill:"#fff"}),s.jsx("path",{d:"m11.993 11.96 1.239-1.328s.208 1.531-.396 1.937c-.603.407-.843-.609-.843-.609Z",fill:"#06209F"}),s.jsx("path",{d:"m12.637 11.27.276-.296s.142 1.189-.462 1.596c.292-.594.186-1.3.186-1.3Z",fill:"#fff"}),s.jsx("path",{d:"m11.993 12.512 1.699-.963s.083.99-.214 1.469c-.297.48-1.39.51-1.541.041-.152-.469.056-.547.056-.547Z",fill:"#06209F"}),s.jsx("path",{d:"m13.077 11.897.32-.18s.188 1.988-1.32 1.531c.999-.046 1-1.351 1-1.351Z",fill:"#fff"}),s.jsx("path",{d:"m11.88 10.31-1.649 2.842h3.3l-1.65-2.843Z",fill:"#FFCC01"}),s.jsx("path",{d:"m10.463 13.02 1.418-2.445 1.418 2.444h-2.836Z",fill:"#fff"}),s.jsx("path",{d:"m10.869 12.32-.406.7h2.836l-.406-.7h-2.024Z",fill:"#017E93"}),s.jsx("path",{d:"M10.735 12.665s.459-.648.636-.648.26.203.26.203.07-.109.165-.109.141.11.141.11.069-.107.11-.087c.042.02.178.186.178.186s.041-.072.135-.099c.094-.027.156.099.156.099s.092-.198.113-.099c.022.099.362.445.362.445h-2.256Z",fill:"#FFCC01"}),s.jsx("path",{d:"M11.922 11.728a.126.126 0 1 0 0-.252.126.126 0 0 0 0 .252Z",fill:"#E60000"}),s.jsx("path",{d:"M9.335 10.938c-.17.336-.276.706-.306 1.1l.332.01c.029-.348.123-.672.274-.968l-.3-.142Zm3.169-1.239a2.6 2.6 0 0 1 1.12.55l.23-.24a2.935 2.935 0 0 0-1.277-.634l-.073.324Zm1.625 1.086c.289.422.46.932.46 1.483 0 .1-.018.195-.03.292l.327.06c.015-.117.036-.232.036-.352a2.94 2.94 0 0 0-.515-1.666l-.278.183Zm-3.314 3.832a2.61 2.61 0 0 1-1.447-2.065l-.33.037a2.945 2.945 0 0 0 1.64 2.332l.137-.304Zm-.89-3.983a2.611 2.611 0 0 1 2.04-.992c.017 0 .033.005.05.006l.021-.332c-.024 0-.047-.007-.071-.007a2.94 2.94 0 0 0-2.313 1.134l.273.19Zm4.533 2.414a2.616 2.616 0 0 1-1.379 1.588l.136.304a2.952 2.952 0 0 0 1.558-1.786l-.315-.106Z",fill:"#FFCC01"})]})}));exports.SV=a;
1
+ "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,l=e.height,m=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 24 25",width:m},React.createElement("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#0F47AF"}),React.createElement("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),React.createElement("path",{d:"M11.641 14.31c.164-.51-.406-.605-.406-.605s.042.292-.302.302c.115.23.011.417-.135.428.24.217.74.197.843-.126Zm-.846-.31c.315-.385-.148-.66-.148-.66s-.063.266-.364.159c.022.236-.133.364-.263.323.134.273.575.424.775.179Zm-.597-.53c.376-.2.101-.57.101-.57s-.138.188-.34.006c-.061.194-.224.244-.314.17.016.258.314.522.553.394Zm-.23-.672c.395-.08.247-.49.247-.49s-.177.134-.312-.087c-.108.16-.27.16-.331.07-.055.238.144.558.395.507Zm-.094-.577c.363-.002.303-.39.303-.39s-.179.088-.26-.13c-.123.121-.266.094-.304.003-.089.201.03.518.261.517Zm.086-.55c.283.098.328-.264.328-.264s-.16.03-.171-.187c-.125.075-.23.012-.238-.08-.118.154-.1.47.081.531Zm.218-.455c.141.083.3-.192.3-.192s-.123-.044-.091-.246c-.11.05-.184.02-.174-.067-.119.125-.168.428-.035.505Zm2.077 3.093c-.164-.51.406-.604.406-.604s-.041.292.302.302c-.114.23-.01.417.136.428-.24.217-.74.197-.844-.126Zm.846-.308c-.315-.386.148-.662.148-.662s.064.267.364.16c-.021.236.133.364.264.323-.135.273-.575.424-.776.179Zm.598-.53c-.376-.202-.101-.572-.101-.572s.138.19.34.007c.061.194.225.244.314.17-.017.258-.315.522-.553.394Zm.23-.673c-.396-.08-.246-.49-.246-.49s.176.134.311-.087c.108.16.27.16.33.07.055.238-.143.558-.395.507Zm.093-.577c-.363-.002-.303-.39-.303-.39s.18.088.26-.13c.122.121.266.094.304.003.09.201-.03.518-.261.517Zm-.086-.55c-.283.098-.328-.264-.328-.264s.161.03.172-.187c.125.075.23.012.237-.08.118.154.1.47-.081.531Zm-.217-.455c-.142.083-.3-.192-.3-.192s.123-.044.092-.246c.108.05.183.02.173-.067.118.125.167.428.035.505Z",fill:"#1F601A"}),React.createElement("path",{d:"M11.937 14.579a.267.267 0 1 0 0-.534.267.267 0 0 0 0 .534Zm-.057-2.619-1.239-1.328s-.208 1.531.396 1.937c.604.407.844-.609.844-.609Z",fill:"#06209F"}),React.createElement("path",{d:"m11.236 11.27-.276-.296s-.142 1.189.462 1.596c-.291-.594-.186-1.3-.186-1.3Z",fill:"#fff"}),React.createElement("path",{d:"m11.88 12.512-1.699-.963s-.083.99.215 1.469c.297.48 1.39.51 1.541.041.152-.469-.056-.547-.056-.547Z",fill:"#06209F"}),React.createElement("path",{d:"m10.796 11.897-.318-.18s-.19 1.988 1.318 1.531c-.999-.046-1-1.351-1-1.351Z",fill:"#fff"}),React.createElement("path",{d:"m11.993 11.96 1.239-1.328s.208 1.531-.396 1.937c-.603.407-.843-.609-.843-.609Z",fill:"#06209F"}),React.createElement("path",{d:"m12.637 11.27.276-.296s.142 1.189-.462 1.596c.292-.594.186-1.3.186-1.3Z",fill:"#fff"}),React.createElement("path",{d:"m11.993 12.512 1.699-.963s.083.99-.214 1.469c-.297.48-1.39.51-1.541.041-.152-.469.056-.547.056-.547Z",fill:"#06209F"}),React.createElement("path",{d:"m13.077 11.897.32-.18s.188 1.988-1.32 1.531c.999-.046 1-1.351 1-1.351Z",fill:"#fff"}),React.createElement("path",{d:"m11.88 10.31-1.649 2.842h3.3l-1.65-2.843Z",fill:"#FFCC01"}),React.createElement("path",{d:"m10.463 13.02 1.418-2.445 1.418 2.444h-2.836Z",fill:"#fff"}),React.createElement("path",{d:"m10.869 12.32-.406.7h2.836l-.406-.7h-2.024Z",fill:"#017E93"}),React.createElement("path",{d:"M10.735 12.665s.459-.648.636-.648.26.203.26.203.07-.109.165-.109.141.11.141.11.069-.107.11-.087c.042.02.178.186.178.186s.041-.072.135-.099c.094-.027.156.099.156.099s.092-.198.113-.099c.022.099.362.445.362.445h-2.256Z",fill:"#FFCC01"}),React.createElement("path",{d:"M11.922 11.728a.126.126 0 1 0 0-.252.126.126 0 0 0 0 .252Z",fill:"#E60000"}),React.createElement("path",{d:"M9.335 10.938c-.17.336-.276.706-.306 1.1l.332.01c.029-.348.123-.672.274-.968l-.3-.142Zm3.169-1.239a2.6 2.6 0 0 1 1.12.55l.23-.24a2.935 2.935 0 0 0-1.277-.634l-.073.324Zm1.625 1.086c.289.422.46.932.46 1.483 0 .1-.018.195-.03.292l.327.06c.015-.117.036-.232.036-.352a2.94 2.94 0 0 0-.515-1.666l-.278.183Zm-3.314 3.832a2.61 2.61 0 0 1-1.447-2.065l-.33.037a2.945 2.945 0 0 0 1.64 2.332l.137-.304Zm-.89-3.983a2.611 2.611 0 0 1 2.04-.992c.017 0 .033.005.05.006l.021-.332c-.024 0-.047-.007-.071-.007a2.94 2.94 0 0 0-2.313 1.134l.273.19Zm4.533 2.414a2.616 2.616 0 0 1-1.379 1.588l.136.304a2.952 2.952 0 0 0 1.558-1.786l-.315-.106Z",fill:"#FFCC01"}))}));exports.SV=t;
package/icons/flags/SX.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),h=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=h.forwardRef((function(h,l){var v=h.borderRadius,a=h.height,i=h.width;return s.jsxs(c.FlagIconBase,{ref:l,borderRadius:v,height:a,viewBox:"0 0 24 25",width:i,children:[s.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#032A87"}),s.jsx("path",{d:"M21.333 3.444H2.667A2.667 2.667 0 0 0 0 6.111v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#DC181E"}),s.jsx("path",{d:"m.875 20.074 10.479-7.92L.887 4.138A2.65 2.65 0 0 0 0 6.111v12c0 .78.341 1.476.875 1.963Z",fill:"#EEE"}),s.jsx("path",{d:"M5.75 9.937c0 .61-.641 1.105-1.432 1.105-.791 0-1.432-.495-1.432-1.105s.641-1.104 1.432-1.104c.79 0 1.432.495 1.432 1.104Z",fill:"#FADA10"}),s.jsx("path",{d:"M2.57 9.472c.306-.306 1.412-.292 1.747-.097-.373-.503.142-.264.544-.264.403 0 .514.124.25.152-.264.029-.486-.013-.416.07.069.083.472.013.833-.07s.777.223.805.279c.028.056-.638-.084-.874 0-.236.083-.612.07-.584.152.028.084-.392.14-.557.098-.165-.042-.846-.028-.735-.098a5.92 5.92 0 0 1 .306-.18c.056-.028-.834-.056-1.32-.042Z",fill:"#BD725F"}),s.jsx("path",{d:"M6.77 9.82s-.625.317-1.26.166c-.698-.167-1.208-.093-1.208.094 0-.187-.51-.26-1.208-.094-.634.151-1.26-.167-1.26-.167s.462.74.187 2.219c-.282 1.51-.198 2.198.993 2.242 1.007.038 1.288.341 1.288.341s.28-.303 1.288-.34c1.191-.045 1.275-.733.993-2.243-.275-1.479.188-2.219.188-2.219Z",fill:"#DC181E"}),s.jsx("path",{d:"M6.313 12.496c-.354-1.218.02-2.218.02-2.218s-.552.166-1.166-.01c-.615-.178-.865.124-.865.124s-.25-.301-.865-.125c-.614.178-1.166.01-1.166.01s.374 1 .02 2.22c-.354 1.218.511 1.396 1.094 1.385.584-.01.917.322.917.322s.333-.333.917-.322c.583.01 1.448-.167 1.094-1.386Z",fill:"#63B0E2"}),s.jsx("path",{d:"M5.698 13.372v-.605h.135v-.24h-.146v-.645h.136l-1.115-.74v-.301h.167l-.573-.386-.573.386h.167v.302l-1.115.739h.136v.646H2.77v.24h.135v.604h-.167v.302h3.126v-.302h-.167Zm.11-2.516c0 .239-.05.328-.11.328s-.11-.09-.11-.328c0-.239.11-.432.11-.432s.11.193.11.432Z",fill:"#fff"}),s.jsx("path",{d:"M6.12 11.215h-.844c0-.115.189-.208.422-.208.233 0 .422.093.422.208Z",fill:"#fff"}),s.jsx("path",{d:"M3.25 10.903s-.156.281-.187.448c-.032.167-.126-.104-.126-.104s-.166.167-.208.23c-.041.062-.052-.48 0-.553.052-.072-.125-.052-.187-.083-.063-.031.135-.23.135-.23s-.27-.125-.177-.155c.094-.032.437-.01.552.083.115.094.385-.063.49-.083.103-.02 0 .104-.084.177-.083.073-.041.26-.041.354 0 .093-.167-.084-.167-.084Z",fill:"#018830"}),s.jsx("path",{d:"M3.719 12.246h1.229v.354h-1.23v-.354Zm-.594-.29H3.5v.489h-.375v-.49Zm0 .822H3.5v.49h-.375v-.49Zm2.01-.823h.375v.49h-.375v-.49Zm0 .823h.375v.49h-.375v-.49Zm-1.104-1.854h.563v.26h-.563v-.26Z",fill:"#B6B6B6"}),s.jsx("path",{d:"m7.667 12.622-.104-.594-.552.177.166.802.126.032s.01.646-.48 1.146c-.49.5-1.354.5-1.354.5s-.448.322-1.166.322c-.719 0-1.167-.322-1.167-.322s-.865 0-1.354-.5c-.49-.5-.48-1.146-.48-1.146l.126-.032.167-.802-.552-.177-.104.594-.198.02s.01 1.167.416 1.782c.406.615 1.313.802 1.313.802s.01.072.031.146c.594.344 1.802.364 1.802.364s1.208-.02 1.802-.364c.021-.073.032-.146.032-.146s.906-.188 1.312-.802c.406-.615.417-1.781.417-1.781l-.2-.021Z",fill:"#FADA10"})]})}));exports.SX=l;
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:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#032A87"}),React.createElement("path",{d:"M21.333 3.444H2.667A2.667 2.667 0 0 0 0 6.111v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#DC181E"}),React.createElement("path",{d:"m.875 20.074 10.479-7.92L.887 4.138A2.65 2.65 0 0 0 0 6.111v12c0 .78.341 1.476.875 1.963Z",fill:"#EEE"}),React.createElement("path",{d:"M5.75 9.937c0 .61-.641 1.105-1.432 1.105-.791 0-1.432-.495-1.432-1.105s.641-1.104 1.432-1.104c.79 0 1.432.495 1.432 1.104Z",fill:"#FADA10"}),React.createElement("path",{d:"M2.57 9.472c.306-.306 1.412-.292 1.747-.097-.373-.503.142-.264.544-.264.403 0 .514.124.25.152-.264.029-.486-.013-.416.07.069.083.472.013.833-.07s.777.223.805.279c.028.056-.638-.084-.874 0-.236.083-.612.07-.584.152.028.084-.392.14-.557.098-.165-.042-.846-.028-.735-.098a5.92 5.92 0 0 1 .306-.18c.056-.028-.834-.056-1.32-.042Z",fill:"#BD725F"}),React.createElement("path",{d:"M6.77 9.82s-.625.317-1.26.166c-.698-.167-1.208-.093-1.208.094 0-.187-.51-.26-1.208-.094-.634.151-1.26-.167-1.26-.167s.462.74.187 2.219c-.282 1.51-.198 2.198.993 2.242 1.007.038 1.288.341 1.288.341s.28-.303 1.288-.34c1.191-.045 1.275-.733.993-2.243-.275-1.479.188-2.219.188-2.219Z",fill:"#DC181E"}),React.createElement("path",{d:"M6.313 12.496c-.354-1.218.02-2.218.02-2.218s-.552.166-1.166-.01c-.615-.178-.865.124-.865.124s-.25-.301-.865-.125c-.614.178-1.166.01-1.166.01s.374 1 .02 2.22c-.354 1.218.511 1.396 1.094 1.385.584-.01.917.322.917.322s.333-.333.917-.322c.583.01 1.448-.167 1.094-1.386Z",fill:"#63B0E2"}),React.createElement("path",{d:"M5.698 13.372v-.605h.135v-.24h-.146v-.645h.136l-1.115-.74v-.301h.167l-.573-.386-.573.386h.167v.302l-1.115.739h.136v.646H2.77v.24h.135v.604h-.167v.302h3.126v-.302h-.167Zm.11-2.516c0 .239-.05.328-.11.328s-.11-.09-.11-.328c0-.239.11-.432.11-.432s.11.193.11.432Z",fill:"#fff"}),React.createElement("path",{d:"M6.12 11.215h-.844c0-.115.189-.208.422-.208.233 0 .422.093.422.208Z",fill:"#fff"}),React.createElement("path",{d:"M3.25 10.903s-.156.281-.187.448c-.032.167-.126-.104-.126-.104s-.166.167-.208.23c-.041.062-.052-.48 0-.553.052-.072-.125-.052-.187-.083-.063-.031.135-.23.135-.23s-.27-.125-.177-.155c.094-.032.437-.01.552.083.115.094.385-.063.49-.083.103-.02 0 .104-.084.177-.083.073-.041.26-.041.354 0 .093-.167-.084-.167-.084Z",fill:"#018830"}),React.createElement("path",{d:"M3.719 12.246h1.229v.354h-1.23v-.354Zm-.594-.29H3.5v.489h-.375v-.49Zm0 .822H3.5v.49h-.375v-.49Zm2.01-.823h.375v.49h-.375v-.49Zm0 .823h.375v.49h-.375v-.49Zm-1.104-1.854h.563v.26h-.563v-.26Z",fill:"#B6B6B6"}),React.createElement("path",{d:"m7.667 12.622-.104-.594-.552.177.166.802.126.032s.01.646-.48 1.146c-.49.5-1.354.5-1.354.5s-.448.322-1.166.322c-.719 0-1.167-.322-1.167-.322s-.865 0-1.354-.5c-.49-.5-.48-1.146-.48-1.146l.126-.032.167-.802-.552-.177-.104.594-.198.02s.01 1.167.416 1.782c.406.615 1.313.802 1.313.802s.01.072.031.146c.594.344 1.802.364 1.802.364s1.208-.02 1.802-.364c.021-.073.032-.146.032-.146s.906-.188 1.312-.802c.406-.615.417-1.781.417-1.781l-.2-.021Z",fill:"#FADA10"}))}));exports.SX=c;
package/icons/flags/SY.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 t=r.borderRadius,d=r.height,h=r.width;return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:t,height:d,viewBox:"0 0 640 480",width:h,children:[e.jsx("rect",{fill:"#fff",fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"160"}),e.jsx("rect",{fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"320"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"red",fillRule:"evenodd"}),e.jsx("path",{d:"m201.9 281-28.8-20.9-28.7 21.1 10.7-34.2-28.7-21.2 35.4-.3 11-34.1 11.3 34h35.4L191 246.9l10.9 34.2zm307.6 0-28.8-20.9-28.7 21.1 10.7-34.2-28.6-21.2 35.4-.3 11-34.1 11.2 34h35.4l-28.5 21.4 11 34.2z",fill:"#090",fillRule:"evenodd"})]})}));exports.SY=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 l=e.borderRadius,i=e.height,a=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:l,height:i,viewBox:"0 0 640 480",width:a},React.createElement("rect",{fill:"#fff",fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"160"}),React.createElement("rect",{fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"320"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"red",fillRule:"evenodd"}),React.createElement("path",{d:"m201.9 281-28.8-20.9-28.7 21.1 10.7-34.2-28.7-21.2 35.4-.3 11-34.1 11.3 34h35.4L191 246.9l10.9 34.2zm307.6 0-28.8-20.9-28.7 21.1 10.7-34.2-28.6-21.2 35.4-.3 11-34.1 11.2 34h35.4l-28.5 21.4 11 34.2z",fill:"#090",fillRule:"evenodd"}))}));exports.SY=r;
package/icons/flags/SZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(r,s){var l=r.borderRadius,i=r.height,d=r.width,a=e.useId();return t.jsxs(h.FlagIconBase,{ref:s,borderRadius:l,height:i,viewBox:"0 0 640 480",width:d,children:[t.jsx("defs",{children:t.jsx("clipPath",{id:"".concat(a,"-0"),children:t.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),t.jsxs("g",{clipPath:"url(#".concat(a,"-0)"),transform:"translate(80) scale(.9375)",children:[t.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),t.jsx("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),t.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),t.jsx("rect",{fill:"#ffd900",fillRule:"evenodd",height:"11",rx:"5.8",ry:"5.8",stroke:"#000",strokeWidth:"1.5",width:"621.7",x:"-51.4",y:"250.5"}),t.jsxs("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)",children:[t.jsx("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),t.jsx("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),t.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),t.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),t.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})]}),t.jsxs("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)",children:[t.jsx("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),t.jsx("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),t.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),t.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),t.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})]}),t.jsxs("g",{fillRule:"evenodd",children:[t.jsx("path",{d:"M338-.4c-5.5 12.4 4.3-4.1 28.4 16.7 4.4 3.8 8.3 14 8.3 21.1-1.1-1-2-3-3.2-4.5-1.8 2.3 1.7 12.6 2.2 17.5-3.8-2.7-3.4-4-4.7-7.4.3 4-.6 15.2.9 19.4-3-1-2.8-4.1-4.3-4.8 1 4.9-1 10.1-.4 15.6-1.8-2.2-3.6-4-4.4-4.9-.1 2.6-3.3 9.4-3.4 11.9-1.5-1.2-1.9-3-2.1-4.2-1.8 3-8.3 14-8.7 17.2-5-5.7-17.8-19.5-19.5-26.9-1.5 4.2-3.6 5.6-7.8 8.7-1.7-11.7-8-24.8-4.6-34.8a84.4 84.4 0 0 0-6.6 5.9A67.9 67.9 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9944 0 0 .77118 190.4 252)"}),t.jsx("path",{d:"M505.9 299.2c2.3-4.6 4.4-6 5.9-9 2.6-5.2 3-9.4 5.3-8.8 2.3.6 2.3 2.8-.7 7.9-3 5-4.4 6.2-10.5 9.9zm15.5 11c-.3-3.6.8-5 .6-7.3-.3-4-2-6.7.1-6.9 2.1-.2 3.1 1.2 3.1 5.2s-.6 5-3.8 9zm11.8 6.8c-.9-5-.2-7-.8-10.2-1-5.6-3-9.2-1-9.7 1.9-.5 3 1.3 3.8 6.9.7 5.6.3 7.2-2 13zm12.3-34.3c-2.9-2.1-4.6-2.3-6.4-3.7-3.3-2.5-5-5.1-6-3.8-1 1.3-.3 2.7 3.1 5 3.5 2.3 4.6 2.5 9.3 2.5zm-2 16.3c-1.5-3.2-3.1-4-4.1-6-1.8-3.6-1.8-6.7-3.6-5.9-2 .8-2 2.4 0 5.9 2 3.4 3 4 7.7 6z",fill:"#a70000"})]}),t.jsxs("g",{fillRule:"evenodd",children:[t.jsx("path",{d:"M329.6 20.7c-.3-2.7.3-3-1.3-5 2.2 1 2.3 3.7 5 1.8 1-.6 1.4-.6.2-3.5 2.8 0 12 3.5 13.4 3.6 3.9.2 10.9-4.4 15.7 1.2 4.7 5.1 3.1 10.4 3.1 17.5-1.8-1-1-1.4-3-4 1.6 6.2 0 17.4 0 24-.8-1.6-.7-1-1.4-2.6-2 6-4.4 7.3-4.4 14.3-.7-2.7 0-2.2-.8-3.6-2 4.5-15 8.4-10 13-4.4-2.8-6.4-2.5-8.5-5.1-.9.6-1.6 1.8-2.4 3.4-8-4-5-12.5-11.3-18.2-1 2.4-.6 2-1.8 5.9-1.2-5.4-1.6-8.9-3-12.8-1.2 2.2-1 1.3-3.3 4.7-1-6.6-2.4-8.2-1.8-12.5-2.4 1.8-.8 1-3.2 3.3 2.2-17 11.9-29.4 18.8-25.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(1.1372 0 0 1.0495 -399.4 239.2)"}),t.jsx("path",{d:"M-35.7 289.8c2.3-5.7 4.4-7.5 6-11.2 2.6-6.4 3-11.6 5.2-10.8 2.3.8 2.2 3.4-.8 9.8a25 25 0 0 1-10.4 12.2zm8.8 14.3c1-5.1 2.4-7 3-10.3 1-5.8.5-10.1 2.6-9.9 2 .3 2.5 2.4 1.1 8.2-1.4 5.8-2.3 7.1-6.7 12zm10.5 9.9c.3-5 1.5-6.9 1.6-10 .3-5.7-.7-9.7 1.2-9.7 2 0 2.7 2 2.1 7.6-.6 5.6-1.3 7-4.9 12zm22.7-32.4c-4.4-4.3-7-5.1-9.8-8-4.9-4.8-7.3-9.4-9-7.7-1.8 1.6-.7 4 4.5 8.7 5.2 4.6 7 5.2 14.3 7zm-2.7 16.6C.8 294-1.2 292.8-3 290c-3.2-4.9-4.3-9.1-6-8-2 1-1.5 3.2 2 8 3.4 4.7 4.8 5.5 10.7 8.2z",fill:"#a70000"})]}),t.jsxs("g",{fillRule:"evenodd",children:[t.jsx("path",{d:"M637.8 230.3c-53.1 59-124 177.2-265.8 177.2-124 0-212.6-118.1-265.7-177.2C159.4 171.3 248 53.2 372 53.2c141.8 0 212.6 118 265.8 177.1z",fill:"#fff",stroke:"#000",strokeWidth:"2.1",transform:"matrix(.68807 0 0 .61926 0 113.4)"}),t.jsx("path",{d:"M243.2 184.4c9.8 11 1.6 15.4 12 16.1 10.8.8 4.6 11.6 13.8 12 6.4.2-.7 25.7 5.5 34.2 6.3 8.7 11.5 2.5 11.6 8.9.1 6.5-17 5.9-17.3 26-.5 11.7-14.5 12.5-15.2 20-.8 7 27.5 11 27.2 17.3-.4 6.3-30.7 5.3-32 12.4-.6 6.5 41.6 11.8 45 30.4-6.3 2-24.3 4-37.8 4-85.3 0-146.3-73.1-182.9-109.7 36.6-36.6 97.6-109.7 182.9-109.7 0 0-25.3 23.1-12.8 38.2z"}),t.jsx("path",{d:"M141.4 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM177 217h8.8v29.2H177zm0 48.8h8.8V295H177zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z",fill:"#fff"}),t.jsx("path",{d:"M275.5 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM311 217h8.8v29.2H311zm0 48.8h8.8V295H311zm17.7-48.8h8.9v29.2h-9zm0 48.8h8.9V295h-9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z"})]}),t.jsxs("g",{fillRule:"evenodd",children:[t.jsx("path",{d:"M338-.4c-5.5 12.4 9.8-4.1 33.8 16.7a51.2 51.2 0 0 1 10.9 26.2c-5.1-1.2-14.2-7-14.2-7s10.6 12.2 10.6 26.4c-3.7-2.7-5.6-2.3-6.8-5.6 0 4.5 3.3 7.5 3.3 14.6a49.8 49.8 0 0 0-7.3-5.7c3.5 7.1-6.5 20.9-1.5 25.5-8.7-1.5-17.7-8-21.2-15-1.9 1.4-2 3.7-2.2 6.2.3.2-13.3-11.7-12-16.3-1.9 3-2.1 4.6-2.5 8a44 44 0 0 1-11.3-18.8l-4.6 6.7c-1.6-11.7-1.6-11.3 1.7-21.3a84.4 84.4 0 0 0-6.6 5.9A67.8 67.8 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9094 0 0 .78749 -110.6 166.1)"}),t.jsx("path",{d:"M184.4 213.6c.8-6.7 2.5-9.3 3-13.6 1-7.7-.1-13.2 2.6-13.1 2.7.1 3.5 3 2.2 10.6-1.4 7.6-2.5 9.5-7.8 16.1zm14.1 12.4c-.5-5.7.5-8.1.2-11.8-.6-6.4-2.6-10.8-.3-11.2 2.4-.4 3.6 1.7 3.8 8.3.3 6.5-.3 8.2-3.7 14.7zm22.1 10c-2.4-4.8-4.5-6.3-6-9.5-2.8-5.6-3.3-10.1-5.4-9.3-2.2.8-2 3.2 1 8.7 3 5.4 4.5 6.5 10.4 10.2zm7.6-44c-6-3.3-9.2-3.3-13.2-5.4-6.9-3.6-11-7.7-12.4-5.5-1.4 2.3.5 4.5 7.7 7.8 7.1 3.3 9.3 3.5 18 3zm2.3 18.4c-4.5-3.7-7.1-4.3-10-6.7-5-4.1-7.6-8.2-9.3-6.6-1.6 1.7-.5 3.9 4.8 7.8 5.3 4 7.1 4.5 14.5 5.5z",fill:"#a70000"})]})]})]})}));exports.SZ=r;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var r=a.borderRadius,c=a.height,h=a.width,m=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:r,height:c,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(m,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(m,"-0)"),transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),React.createElement("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),React.createElement("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"11",rx:"5.8",ry:"5.8",stroke:"#000",strokeWidth:"1.5",width:"621.7",x:"-51.4",y:"250.5"}),React.createElement("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)"},React.createElement("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})),React.createElement("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)"},React.createElement("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M338-.4c-5.5 12.4 4.3-4.1 28.4 16.7 4.4 3.8 8.3 14 8.3 21.1-1.1-1-2-3-3.2-4.5-1.8 2.3 1.7 12.6 2.2 17.5-3.8-2.7-3.4-4-4.7-7.4.3 4-.6 15.2.9 19.4-3-1-2.8-4.1-4.3-4.8 1 4.9-1 10.1-.4 15.6-1.8-2.2-3.6-4-4.4-4.9-.1 2.6-3.3 9.4-3.4 11.9-1.5-1.2-1.9-3-2.1-4.2-1.8 3-8.3 14-8.7 17.2-5-5.7-17.8-19.5-19.5-26.9-1.5 4.2-3.6 5.6-7.8 8.7-1.7-11.7-8-24.8-4.6-34.8a84.4 84.4 0 0 0-6.6 5.9A67.9 67.9 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9944 0 0 .77118 190.4 252)"}),React.createElement("path",{d:"M505.9 299.2c2.3-4.6 4.4-6 5.9-9 2.6-5.2 3-9.4 5.3-8.8 2.3.6 2.3 2.8-.7 7.9-3 5-4.4 6.2-10.5 9.9zm15.5 11c-.3-3.6.8-5 .6-7.3-.3-4-2-6.7.1-6.9 2.1-.2 3.1 1.2 3.1 5.2s-.6 5-3.8 9zm11.8 6.8c-.9-5-.2-7-.8-10.2-1-5.6-3-9.2-1-9.7 1.9-.5 3 1.3 3.8 6.9.7 5.6.3 7.2-2 13zm12.3-34.3c-2.9-2.1-4.6-2.3-6.4-3.7-3.3-2.5-5-5.1-6-3.8-1 1.3-.3 2.7 3.1 5 3.5 2.3 4.6 2.5 9.3 2.5zm-2 16.3c-1.5-3.2-3.1-4-4.1-6-1.8-3.6-1.8-6.7-3.6-5.9-2 .8-2 2.4 0 5.9 2 3.4 3 4 7.7 6z",fill:"#a70000"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M329.6 20.7c-.3-2.7.3-3-1.3-5 2.2 1 2.3 3.7 5 1.8 1-.6 1.4-.6.2-3.5 2.8 0 12 3.5 13.4 3.6 3.9.2 10.9-4.4 15.7 1.2 4.7 5.1 3.1 10.4 3.1 17.5-1.8-1-1-1.4-3-4 1.6 6.2 0 17.4 0 24-.8-1.6-.7-1-1.4-2.6-2 6-4.4 7.3-4.4 14.3-.7-2.7 0-2.2-.8-3.6-2 4.5-15 8.4-10 13-4.4-2.8-6.4-2.5-8.5-5.1-.9.6-1.6 1.8-2.4 3.4-8-4-5-12.5-11.3-18.2-1 2.4-.6 2-1.8 5.9-1.2-5.4-1.6-8.9-3-12.8-1.2 2.2-1 1.3-3.3 4.7-1-6.6-2.4-8.2-1.8-12.5-2.4 1.8-.8 1-3.2 3.3 2.2-17 11.9-29.4 18.8-25.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(1.1372 0 0 1.0495 -399.4 239.2)"}),React.createElement("path",{d:"M-35.7 289.8c2.3-5.7 4.4-7.5 6-11.2 2.6-6.4 3-11.6 5.2-10.8 2.3.8 2.2 3.4-.8 9.8a25 25 0 0 1-10.4 12.2zm8.8 14.3c1-5.1 2.4-7 3-10.3 1-5.8.5-10.1 2.6-9.9 2 .3 2.5 2.4 1.1 8.2-1.4 5.8-2.3 7.1-6.7 12zm10.5 9.9c.3-5 1.5-6.9 1.6-10 .3-5.7-.7-9.7 1.2-9.7 2 0 2.7 2 2.1 7.6-.6 5.6-1.3 7-4.9 12zm22.7-32.4c-4.4-4.3-7-5.1-9.8-8-4.9-4.8-7.3-9.4-9-7.7-1.8 1.6-.7 4 4.5 8.7 5.2 4.6 7 5.2 14.3 7zm-2.7 16.6C.8 294-1.2 292.8-3 290c-3.2-4.9-4.3-9.1-6-8-2 1-1.5 3.2 2 8 3.4 4.7 4.8 5.5 10.7 8.2z",fill:"#a70000"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M637.8 230.3c-53.1 59-124 177.2-265.8 177.2-124 0-212.6-118.1-265.7-177.2C159.4 171.3 248 53.2 372 53.2c141.8 0 212.6 118 265.8 177.1z",fill:"#fff",stroke:"#000",strokeWidth:"2.1",transform:"matrix(.68807 0 0 .61926 0 113.4)"}),React.createElement("path",{d:"M243.2 184.4c9.8 11 1.6 15.4 12 16.1 10.8.8 4.6 11.6 13.8 12 6.4.2-.7 25.7 5.5 34.2 6.3 8.7 11.5 2.5 11.6 8.9.1 6.5-17 5.9-17.3 26-.5 11.7-14.5 12.5-15.2 20-.8 7 27.5 11 27.2 17.3-.4 6.3-30.7 5.3-32 12.4-.6 6.5 41.6 11.8 45 30.4-6.3 2-24.3 4-37.8 4-85.3 0-146.3-73.1-182.9-109.7 36.6-36.6 97.6-109.7 182.9-109.7 0 0-25.3 23.1-12.8 38.2z"}),React.createElement("path",{d:"M141.4 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM177 217h8.8v29.2H177zm0 48.8h8.8V295H177zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z",fill:"#fff"}),React.createElement("path",{d:"M275.5 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM311 217h8.8v29.2H311zm0 48.8h8.8V295H311zm17.7-48.8h8.9v29.2h-9zm0 48.8h8.9V295h-9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M338-.4c-5.5 12.4 9.8-4.1 33.8 16.7a51.2 51.2 0 0 1 10.9 26.2c-5.1-1.2-14.2-7-14.2-7s10.6 12.2 10.6 26.4c-3.7-2.7-5.6-2.3-6.8-5.6 0 4.5 3.3 7.5 3.3 14.6a49.8 49.8 0 0 0-7.3-5.7c3.5 7.1-6.5 20.9-1.5 25.5-8.7-1.5-17.7-8-21.2-15-1.9 1.4-2 3.7-2.2 6.2.3.2-13.3-11.7-12-16.3-1.9 3-2.1 4.6-2.5 8a44 44 0 0 1-11.3-18.8l-4.6 6.7c-1.6-11.7-1.6-11.3 1.7-21.3a84.4 84.4 0 0 0-6.6 5.9A67.8 67.8 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9094 0 0 .78749 -110.6 166.1)"}),React.createElement("path",{d:"M184.4 213.6c.8-6.7 2.5-9.3 3-13.6 1-7.7-.1-13.2 2.6-13.1 2.7.1 3.5 3 2.2 10.6-1.4 7.6-2.5 9.5-7.8 16.1zm14.1 12.4c-.5-5.7.5-8.1.2-11.8-.6-6.4-2.6-10.8-.3-11.2 2.4-.4 3.6 1.7 3.8 8.3.3 6.5-.3 8.2-3.7 14.7zm22.1 10c-2.4-4.8-4.5-6.3-6-9.5-2.8-5.6-3.3-10.1-5.4-9.3-2.2.8-2 3.2 1 8.7 3 5.4 4.5 6.5 10.4 10.2zm7.6-44c-6-3.3-9.2-3.3-13.2-5.4-6.9-3.6-11-7.7-12.4-5.5-1.4 2.3.5 4.5 7.7 7.8 7.1 3.3 9.3 3.5 18 3zm2.3 18.4c-4.5-3.7-7.1-4.3-10-6.7-5-4.1-7.6-8.2-9.3-6.6-1.6 1.7-.5 3.9 4.8 7.8 5.3 4 7.1 4.5 14.5 5.5z",fill:"#a70000"}))))}));exports.SZ=a;
package/icons/flags/TC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),h=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=h.forwardRef((function(h,a){var c=h.borderRadius,i=h.height,t=h.width;return l.jsxs(s.FlagIconBase,{ref:a,borderRadius:c,height:i,viewBox:"0 0 24 24",width:t,children:[l.jsx("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),l.jsx("path",{d:"M15.333 8v2.484c0 3.453 1.925 4.715 3.438 5.537 1.513-.822 3.201-2.084 3.201-5.537V8h-6.639Z",fill:"#fff"}),l.jsx("path",{d:"M18.77 15.62c-1.467-.82-3.159-2.005-3.159-5.136v-2.04h6.131v2.04c0 3.13-1.503 4.315-2.971 5.136Z",fill:"#FEC400"}),l.jsx("path",{d:"M19.969 13.99c-.042-.365-.344-1.511-.698-1.855-.354-.344-.5-.078-.5-.078s-.146-.265-.5.078c-.354.344-.656 1.49-.698 1.854-.042.365.041.448.229.448.083.178.406.208.406.208s.365.24.563 0c.198.24.562 0 .562 0s.323-.031.406-.208c.188 0 .272-.083.23-.448Z",fill:"#00A728"}),l.jsx("path",{d:"M19.302 11.717c0 .318.084.574-.52.574-.605 0-.521-.257-.521-.574 0-.317.233-.574.52-.574.288 0 .521.257.521.574Z",fill:"#F0082D"}),l.jsx("path",{d:"M17.656 11.302c-.167.281-.427.083-.541-.25-.114-.333-.573-.427-.74-.52-.166-.094-.208-.25 0-.365.208-.115.084-.26.23-.302-.188-.042-.356.062-.371 0-.015-.063.13-.236.37-.264-.197-.247-.083-.768 0-.778.084-.01.255.146.341.302.087.156.337.125.316.344.052.052.23.02.396.292.166.27-.001 1.541-.001 1.541Z",fill:"#FF9F3E"}),l.jsx("path",{d:"M17.73 11.26c-.235.019-.323-.187-.365-.489-.042-.302-.469-.19-.271-.641.198-.452.272-.178.292-.529.02-.35.135-.642.239-.642.104 0 .239.323.292.459.052.136.252.104.34.573.087.468-.017.812-.132.916-.114.104-.166.12-.187.237-.021.117-.053.105-.207.117Z",fill:"#FF927F"}),l.jsx("path",{d:"M17.73 9.27c.072.053.075.126 0 .25-.073.126.049.25.055.46.007.207-.101.28-.078.385.022.104.189.302.168.541-.02.24-.07.313-.144.354-.074.041-.043-.125-.028-.281.016-.156-.088-.334-.14-.49-.052-.156.07-.27.102-.427.033-.156-.05-.299-.061-.462-.01-.163.127-.33.127-.33Z",fill:"#FE9DE0"}),l.jsx("path",{d:"M20.146 9.667c.031-.23.02-.584-.052-.708-.073-.126-.187-.198-.115-.219.073-.02.417.344.23 1.083-.188.74-.063-.156-.063-.156Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.11 9.603c-.141-.082-.323-.29-.305-.405.018-.115.153-.323.174-.281.021.041-.062.17 0 .34.063.17.094.18.178.293.084.114-.048.053-.048.053Zm-.077.158c-.084-.102-1.012-.698-.918-.74.093-.04.892.46 1.018.74.128.28-.1 0-.1 0Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M19.98 9.937c-.34-.336-1.178-.396-1.136-.448.042-.052 1.116.047 1.266.357.15.31-.13.091-.13.091Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M19.956 10.115c-.383-.198-1.052-.24-1.113-.23-.062.011.646-.198 1.151.114.506.314-.038.116-.038.116Zm.023.281c-.396-.177-.979-.125-1.083-.063-.104.063.302-.236.583-.206.282.03.554.088.631.142.077.054.007.188-.13.127Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.21 9.6c-.048-.255-.049-.471-.392-.445-.343.026-.405.668-.32 1.564.086.896-.018 1.189-.034 1.24-.015.052.191-.178.177-.574-.015-.396-.102-1.266-.074-1.586.028-.32.183-.56.39-.497.206.063.16.224.154.42-.007.195.099-.121.099-.121Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.437 11.267s.104-.06.24-.767c.135-.708-.156-1.01-.417-1.01-.26 0-.552.301-.417 1.01.136.708.24.767.24.767s-.32.303-.274.45c.044.148.451.15.451.15s.406-.002.451-.15c.046-.147-.274-.45-.274-.45Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.378 9.667c-.031-.23-.02-.584.052-.708.073-.125.187-.198.115-.219-.073-.02-.417.344-.23 1.083.188.74.063-.156.063-.156Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.415 9.603c.14-.082.322-.291.304-.405-.018-.114-.153-.323-.174-.281-.021.041.062.17 0 .34-.063.17-.094.18-.178.293-.084.114.048.053.048.053Zm.076.158c.084-.102 1.012-.698.918-.74-.094-.041-.892.459-1.018.74-.127.28.1 0 .1 0Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.545 9.937c.339-.336 1.177-.396 1.135-.448-.042-.052-1.116.047-1.266.357-.15.31.13.091.13.091Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.569 10.115c.382-.198 1.052-.24 1.113-.23.061.011-.646-.198-1.152.114-.506.314.039.116.039.116Zm-.024.281c.396-.177.979-.125 1.083-.063.104.063-.302-.236-.583-.206-.282.03-.554.088-.631.142-.077.054-.007.188.13.127Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M20.315 9.6c.048-.255.048-.471.392-.445.343.026.404.668.319 1.564-.085.896.019 1.189.035 1.24.016.052-.192-.178-.177-.574.015-.396.102-1.266.074-1.586-.028-.32-.183-.56-.39-.497-.207.063-.16.224-.154.42.006.195-.1-.121-.1-.121Z",fill:"#BA5B1F"}),l.jsx("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),l.jsx("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),l.jsx("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),l.jsx("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.TC=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,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:l,viewBox:"0 0 24 24",width:h},React.createElement("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M15.333 8v2.484c0 3.453 1.925 4.715 3.438 5.537 1.513-.822 3.201-2.084 3.201-5.537V8h-6.639Z",fill:"#fff"}),React.createElement("path",{d:"M18.77 15.62c-1.467-.82-3.159-2.005-3.159-5.136v-2.04h6.131v2.04c0 3.13-1.503 4.315-2.971 5.136Z",fill:"#FEC400"}),React.createElement("path",{d:"M19.969 13.99c-.042-.365-.344-1.511-.698-1.855-.354-.344-.5-.078-.5-.078s-.146-.265-.5.078c-.354.344-.656 1.49-.698 1.854-.042.365.041.448.229.448.083.178.406.208.406.208s.365.24.563 0c.198.24.562 0 .562 0s.323-.031.406-.208c.188 0 .272-.083.23-.448Z",fill:"#00A728"}),React.createElement("path",{d:"M19.302 11.717c0 .318.084.574-.52.574-.605 0-.521-.257-.521-.574 0-.317.233-.574.52-.574.288 0 .521.257.521.574Z",fill:"#F0082D"}),React.createElement("path",{d:"M17.656 11.302c-.167.281-.427.083-.541-.25-.114-.333-.573-.427-.74-.52-.166-.094-.208-.25 0-.365.208-.115.084-.26.23-.302-.188-.042-.356.062-.371 0-.015-.063.13-.236.37-.264-.197-.247-.083-.768 0-.778.084-.01.255.146.341.302.087.156.337.125.316.344.052.052.23.02.396.292.166.27-.001 1.541-.001 1.541Z",fill:"#FF9F3E"}),React.createElement("path",{d:"M17.73 11.26c-.235.019-.323-.187-.365-.489-.042-.302-.469-.19-.271-.641.198-.452.272-.178.292-.529.02-.35.135-.642.239-.642.104 0 .239.323.292.459.052.136.252.104.34.573.087.468-.017.812-.132.916-.114.104-.166.12-.187.237-.021.117-.053.105-.207.117Z",fill:"#FF927F"}),React.createElement("path",{d:"M17.73 9.27c.072.053.075.126 0 .25-.073.126.049.25.055.46.007.207-.101.28-.078.385.022.104.189.302.168.541-.02.24-.07.313-.144.354-.074.041-.043-.125-.028-.281.016-.156-.088-.334-.14-.49-.052-.156.07-.27.102-.427.033-.156-.05-.299-.061-.462-.01-.163.127-.33.127-.33Z",fill:"#FE9DE0"}),React.createElement("path",{d:"M20.146 9.667c.031-.23.02-.584-.052-.708-.073-.126-.187-.198-.115-.219.073-.02.417.344.23 1.083-.188.74-.063-.156-.063-.156Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.11 9.603c-.141-.082-.323-.29-.305-.405.018-.115.153-.323.174-.281.021.041-.062.17 0 .34.063.17.094.18.178.293.084.114-.048.053-.048.053Zm-.077.158c-.084-.102-1.012-.698-.918-.74.093-.04.892.46 1.018.74.128.28-.1 0-.1 0Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M19.98 9.937c-.34-.336-1.178-.396-1.136-.448.042-.052 1.116.047 1.266.357.15.31-.13.091-.13.091Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M19.956 10.115c-.383-.198-1.052-.24-1.113-.23-.062.011.646-.198 1.151.114.506.314-.038.116-.038.116Zm.023.281c-.396-.177-.979-.125-1.083-.063-.104.063.302-.236.583-.206.282.03.554.088.631.142.077.054.007.188-.13.127Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.21 9.6c-.048-.255-.049-.471-.392-.445-.343.026-.405.668-.32 1.564.086.896-.018 1.189-.034 1.24-.015.052.191-.178.177-.574-.015-.396-.102-1.266-.074-1.586.028-.32.183-.56.39-.497.206.063.16.224.154.42-.007.195.099-.121.099-.121Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.437 11.267s.104-.06.24-.767c.135-.708-.156-1.01-.417-1.01-.26 0-.552.301-.417 1.01.136.708.24.767.24.767s-.32.303-.274.45c.044.148.451.15.451.15s.406-.002.451-.15c.046-.147-.274-.45-.274-.45Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.378 9.667c-.031-.23-.02-.584.052-.708.073-.125.187-.198.115-.219-.073-.02-.417.344-.23 1.083.188.74.063-.156.063-.156Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.415 9.603c.14-.082.322-.291.304-.405-.018-.114-.153-.323-.174-.281-.021.041.062.17 0 .34-.063.17-.094.18-.178.293-.084.114.048.053.048.053Zm.076.158c.084-.102 1.012-.698.918-.74-.094-.041-.892.459-1.018.74-.127.28.1 0 .1 0Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.545 9.937c.339-.336 1.177-.396 1.135-.448-.042-.052-1.116.047-1.266.357-.15.31.13.091.13.091Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.569 10.115c.382-.198 1.052-.24 1.113-.23.061.011-.646-.198-1.152.114-.506.314.039.116.039.116Zm-.024.281c.396-.177.979-.125 1.083-.063.104.063-.302-.236-.583-.206-.282.03-.554.088-.631.142-.077.054-.007.188.13.127Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.315 9.6c.048-.255.048-.471.392-.445.343.026.404.668.319 1.564-.085.896.019 1.189.035 1.24.016.052-.192-.178-.177-.574.015-.396.102-1.266.074-1.586-.028-.32-.183-.56-.39-.497-.207.063-.16.224-.154.42.006.195-.1-.121-.1-.121Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.TC=a;
package/icons/flags/TD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,d=r.width;return e.jsx(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M0 0h214v480H0z",fill:"#000067"}),e.jsx("path",{d:"M426 0h214v480H426z",fill:"red"}),e.jsx("path",{d:"M214 0h212v480H214z",fill:"#ff0"})]})})}));exports.TD=s;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h214v480H0z",fill:"#000067"}),React.createElement("path",{d:"M426 0h214v480H426z",fill:"red"}),React.createElement("path",{d:"M214 0h212v480H214z",fill:"#ff0"})))}));exports.TD=r;
package/icons/flags/TF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),h=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=h.forwardRef((function(r,t){var i=r.borderRadius,a=r.height,l=r.width,f=h.useId();return e.jsxs(s.FlagIconBase,{ref:t,borderRadius:i,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("path",{d:"m0-21 12.3 38L-20-6.5h40L-12.3 17z",fill:"#fff",id:"".concat(f,"-0")})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#002395"}),e.jsx("path",{d:"M0 0h292.8v196.8H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h96v192H0z",fill:"#002395"}),e.jsx("path",{d:"M192 0h96v192h-96z",fill:"#ed2939"}),e.jsx("path",{d:"m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z",fill:"#fff"}),e.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"416",xlinkHref:"#".concat(f,"-0"),y:"362"}),e.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"371",xlinkHref:"#".concat(f,"-0"),y:"328"}),e.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"461",xlinkHref:"#".concat(f,"-0"),y:"328"}),e.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"333",xlinkHref:"#".concat(f,"-0"),y:"227"}),e.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"499",xlinkHref:"#".concat(f,"-0"),y:"227"})]})}));exports.TF=r;
1
+ "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,h=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("path",{d:"m0-21 12.3 38L-20-6.5h40L-12.3 17z",fill:"#fff",id:"".concat(n,"-0")})),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#002395"}),React.createElement("path",{d:"M0 0h292.8v196.8H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h96v192H0z",fill:"#002395"}),React.createElement("path",{d:"M192 0h96v192h-96z",fill:"#ed2939"}),React.createElement("path",{d:"m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z",fill:"#fff"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"416",xlinkHref:"#".concat(n,"-0"),y:"362"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"371",xlinkHref:"#".concat(n,"-0"),y:"328"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"461",xlinkHref:"#".concat(n,"-0"),y:"328"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"333",xlinkHref:"#".concat(n,"-0"),y:"227"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"499",xlinkHref:"#".concat(n,"-0"),y:"227"}))}));exports.TF=a;