@zonos/amino 5.4.36 → 5.5.0

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 (442) hide show
  1. package/CountryMultiSelectExpandedOption-920c1ec2.js +1 -0
  2. package/{DateControlsWrapper-d09e2e06.js → DateControlsWrapper-4900e6bb.js} +1 -1
  3. package/all.d.ts +1 -4
  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.d.ts +2 -2
  9. package/components/banner/Banner.js +1 -1
  10. package/components/button/Button.d.ts +1 -1
  11. package/components/button/Button.js +1 -1
  12. package/components/button/ButtonIcon.js +1 -1
  13. package/components/button/MenuButton.js +1 -1
  14. package/components/button/RippleGroup.d.ts +1 -1
  15. package/components/button/RippleGroup.js +1 -1
  16. package/components/button/_Ripple.d.ts +2 -2
  17. package/components/button/_Ripple.js +1 -1
  18. package/components/button/button-group/ButtonGroup.js +1 -1
  19. package/components/card/Card.js +1 -1
  20. package/components/checkbox/Checkbox.d.ts +1 -1
  21. package/components/checkbox/Checkbox.js +1 -1
  22. package/components/connection-map/ConnectionMap.js +1 -1
  23. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +2 -16
  24. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  25. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +23 -0
  26. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -0
  27. package/components/cover-sheet/CoverSheet.js +1 -1
  28. package/components/cover-sheet/CoverSheetActions.js +1 -1
  29. package/components/currency/Currency.js +1 -1
  30. package/components/currency/DualCurrency.js +1 -1
  31. package/components/danger-zone/DangerZone.js +1 -1
  32. package/components/dialog/BaseDialog.d.ts +1 -1
  33. package/components/dialog/BaseDialog.js +1 -1
  34. package/components/dialog/Dialog.d.ts +3 -3
  35. package/components/dialog/Dialog.js +1 -1
  36. package/components/dialog/DismissableDialog.d.ts +2 -2
  37. package/components/dialog/DismissableDialog.js +1 -1
  38. package/components/dialog/alert/AlertContext.js +1 -1
  39. package/components/dialog/alert/AlertDialog.d.ts +1 -1
  40. package/components/dialog/alert/AlertDialog.js +1 -1
  41. package/components/dialog/alert/useAlert.js +1 -1
  42. package/components/dialog/announcement/AnnouncementDialog.d.ts +1 -1
  43. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  44. package/components/dialog/confirm/ConfirmContext.js +1 -1
  45. package/components/dialog/confirm/ConfirmDialog.d.ts +2 -2
  46. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  47. package/components/dialog/confirm/useConfirm.js +1 -1
  48. package/components/drop-zone/DropZone.d.ts +2 -2
  49. package/components/drop-zone/DropZone.js +1 -1
  50. package/components/file-upload/FileUpload.d.ts +1 -1
  51. package/components/file-upload/FileUpload.js +1 -1
  52. package/components/filter/FilterWrapper.d.ts +2 -2
  53. package/components/filter/FilterWrapper.js +1 -1
  54. package/components/filter/filter-amount/FilterAmount.js +1 -1
  55. package/components/filter/filter-amount/filterAmountReducer.js +1 -1
  56. package/components/filter/filter-date/DateControls.d.ts +2 -2
  57. package/components/filter/filter-date/DateControls.js +1 -1
  58. package/components/filter/filter-date/DateControlsWrapper.d.ts +1 -1
  59. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  60. package/components/filter/filter-date/FilterDate.js +1 -1
  61. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  62. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  63. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  64. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  65. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  66. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  67. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  68. package/components/filter/filter-date/filterDateReducer.js +1 -1
  69. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +1 -1
  70. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  71. package/components/filter/filter-select/FilterSelect.d.ts +3 -3
  72. package/components/filter/filter-select/FilterSelect.js +1 -1
  73. package/components/filter/filter-text/FilterText.d.ts +1 -1
  74. package/components/filter/filter-text/FilterText.js +1 -1
  75. package/components/filter/useFilterWrapper.js +1 -1
  76. package/components/flex/Flex.js +1 -1
  77. package/components/glow/GlowWrapper.js +1 -1
  78. package/components/help-text/HelpText.js +1 -1
  79. package/components/input/Input.js +1 -1
  80. package/components/input/MultiInput.d.ts +2 -2
  81. package/components/input/MultiInput.js +1 -1
  82. package/components/input/input-type/_DateInput.d.ts +1 -1
  83. package/components/input/input-type/_DateInput.js +1 -1
  84. package/components/input/input-type/_FloatLabelInput.d.ts +1 -1
  85. package/components/input/input-type/_FloatLabelInput.js +1 -1
  86. package/components/input/input-type/_NumberInput.d.ts +1 -1
  87. package/components/input/input-type/_NumberInput.js +1 -1
  88. package/components/input/input-type/_PasswordInput.d.ts +1 -1
  89. package/components/input/input-type/_PasswordInput.js +1 -1
  90. package/components/input/input-type/_TimeInput.d.ts +1 -1
  91. package/components/input/input-type/_TimeInput.js +1 -1
  92. package/components/layout/Layout.js +1 -1
  93. package/components/lightbox/LightBox.js +1 -1
  94. package/components/list/CollapsibleList.js +1 -1
  95. package/components/list-item/ListItem.js +1 -1
  96. package/components/nested-data-table/NestedDataTable.d.ts +1 -1
  97. package/components/nested-data-table/NestedDataTable.js +1 -1
  98. package/components/nested-data-table/NestedDataTableHasura.d.ts +2 -2
  99. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  100. package/components/nested-data-table/_Filter.js +1 -1
  101. package/components/nested-data-table/_TableData.js +1 -1
  102. package/components/pivot-table/PivotTable.d.ts +2 -2
  103. package/components/pivot-table/PivotTable.js +1 -1
  104. package/components/progress-bar/ProgressBar.d.ts +1 -1
  105. package/components/progress-bar/ProgressBar.js +1 -1
  106. package/components/radio/Radio.d.ts +1 -1
  107. package/components/radio/Radio.js +1 -1
  108. package/components/radio/RadioGroup.js +1 -1
  109. package/components/rest-state/RestState.js +1 -1
  110. package/components/rich-card-select/RichCardStateSelect.d.ts +1 -1
  111. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  112. package/components/rich-checkbox/RichCheckbox.js +1 -1
  113. package/components/rich-radio/RichRadio.d.ts +1 -1
  114. package/components/rich-radio/RichRadio.js +1 -1
  115. package/components/rounded-icon/RoundedIcon.js +1 -1
  116. package/components/section/HSection.js +1 -1
  117. package/components/section/VSection.js +1 -1
  118. package/components/section/_SectionHeader.js +1 -1
  119. package/components/section/_SectionSubheader.js +1 -1
  120. package/components/select/CountryMultiSelect.d.ts +1 -1
  121. package/components/select/CountryMultiSelect.js +1 -1
  122. package/components/select/CountrySelect.d.ts +1 -1
  123. package/components/select/CountrySelect.js +1 -1
  124. package/components/select/MultiSelect.js +1 -1
  125. package/components/select/Select.d.ts +9 -9
  126. package/components/select/Select.js +1 -1
  127. package/components/select/_StyledReactSelect.d.ts +1 -1
  128. package/components/select/_StyledReactSelect.js +1 -1
  129. package/components/simple-table/SimpleTable.d.ts +18 -18
  130. package/components/simple-table/SimpleTable.js +1 -1
  131. package/components/skeleton/Skeleton.js +1 -1
  132. package/components/slide-over/SlideOver.js +1 -1
  133. package/components/spinner/Spinner.js +1 -1
  134. package/components/split-panel/SplitPanel.js +1 -1
  135. package/components/stack/HStack.js +1 -1
  136. package/components/stack/Stack.d.ts +1 -1
  137. package/components/stack/Stack.js +1 -1
  138. package/components/stack/VStack.js +1 -1
  139. package/components/switch/Switch.d.ts +1 -1
  140. package/components/switch/Switch.js +1 -1
  141. package/components/table/TableCell.js +1 -1
  142. package/components/table/TableRowCollapse.js +1 -1
  143. package/components/tabs/Tabs.d.ts +1 -1
  144. package/components/tabs/Tabs.js +1 -1
  145. package/components/tag/Tag.d.ts +1 -1
  146. package/components/text/Text.d.ts +1 -1
  147. package/components/text/Text.js +1 -1
  148. package/components/text-avatar/TextAvatar.js +1 -1
  149. package/components/textarea/Textarea.js +1 -1
  150. package/components/theme-select/ThemeSelect.js +1 -1
  151. package/components/thumbnail/Thumbnail.js +1 -1
  152. package/components/toast/Toast.d.ts +2 -2
  153. package/components/toast/Toast.js +1 -1
  154. package/components/toast/ToastContext.d.ts +1 -1
  155. package/components/toast/ToastContext.js +1 -1
  156. package/components/toggle/Toggle.d.ts +1 -1
  157. package/components/toggle/Toggle.js +1 -1
  158. package/components/tooltip/Tooltip.d.ts +1 -1
  159. package/components/tooltip/Tooltip.js +1 -1
  160. package/icons/AIDuotoneIcon.d.ts +1 -1
  161. package/icons/ArrowSwapDuotoneIcon.d.ts +1 -1
  162. package/icons/BagDuotoneIcon.d.ts +1 -1
  163. package/icons/BankDuotoneIcon.d.ts +1 -1
  164. package/icons/BellDuotoneIcon.d.ts +1 -1
  165. package/icons/BellOffDuotoneIcon.d.ts +1 -1
  166. package/icons/BookDuotoneIcon.d.ts +1 -1
  167. package/icons/BookmarkAddDuotoneIcon.d.ts +1 -1
  168. package/icons/BookmarkCheckDuotoneIcon.d.ts +1 -1
  169. package/icons/BookmarkOffDuotoneIcon.d.ts +1 -1
  170. package/icons/BookmarkRemoveDuotoneIcon.d.ts +1 -1
  171. package/icons/BookmarkSubtractDuotoneIcon.d.ts +1 -1
  172. package/icons/BoxesDuotoneIcon.d.ts +1 -1
  173. package/icons/BufferDuotoneIcon.d.ts +1 -1
  174. package/icons/CalculatorDuotoneIcon.d.ts +1 -1
  175. package/icons/CalendarDuotoneIcon.d.ts +1 -1
  176. package/icons/CardDuotoneIcon.d.ts +1 -1
  177. package/icons/CartDuotoneIcon.d.ts +1 -1
  178. package/icons/ChartDuotoneIcon.d.ts +1 -1
  179. package/icons/CheckCircleDuotoneIcon.d.ts +1 -1
  180. package/icons/CheckoutDuotoneIcon.d.ts +1 -1
  181. package/icons/ChevronDownCircleDuotoneIcon.d.ts +1 -1
  182. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +1 -1
  183. package/icons/ChevronRightCircleDuotoneIcon.d.ts +1 -1
  184. package/icons/ClassifyDuotoneIcon.d.ts +1 -1
  185. package/icons/ClearDuotoneIcon.d.ts +1 -1
  186. package/icons/ClockDuotoneIcon.d.ts +1 -1
  187. package/icons/CodeCircleDuotoneIcon.d.ts +1 -1
  188. package/icons/CodeDuotoneIcon.d.ts +1 -1
  189. package/icons/CoinsDuotoneIcon.d.ts +1 -1
  190. package/icons/CollectDuotoneIcon.d.ts +1 -1
  191. package/icons/CommentDuotoneIcon.d.ts +1 -1
  192. package/icons/CopilotDuotoneIcon.d.ts +1 -1
  193. package/icons/CopyDuotoneIcon.d.ts +1 -1
  194. package/icons/CubeDuotoneIcon.d.ts +1 -1
  195. package/icons/DashboardDuotoneIcon.d.ts +1 -1
  196. package/icons/DislikeDuotoneIcon.d.ts +1 -1
  197. package/icons/DocsDuotoneIcon.d.ts +1 -1
  198. package/icons/DollarDuotoneIcon.d.ts +1 -1
  199. package/icons/DoubleChevronDuotoneIcon.d.ts +1 -1
  200. package/icons/DragDuotoneIcon.d.ts +1 -1
  201. package/icons/EditDuotoneIcon.d.ts +1 -1
  202. package/icons/ExclamationMarkDuotoneIcon.d.ts +1 -1
  203. package/icons/ExportDuotoneIcon.d.ts +1 -1
  204. package/icons/ExternalDuotoneIcon.d.ts +1 -1
  205. package/icons/EyeDuotoneIcon.d.ts +1 -1
  206. package/icons/EyeOffDuotoneIcon.d.ts +1 -1
  207. package/icons/FileDuotoneIcon.d.ts +1 -1
  208. package/icons/FileUploadDuotoneIcon.d.ts +1 -1
  209. package/icons/FilterDuotoneIcon.d.ts +1 -1
  210. package/icons/FolderListDuotoneIcon.d.ts +1 -1
  211. package/icons/FolderUploadDuotoneIcon.d.ts +1 -1
  212. package/icons/FusionDuotoneIcon.d.ts +1 -1
  213. package/icons/GlobeDuotoneIcon.d.ts +1 -1
  214. package/icons/GridDuotoneIcon.d.ts +1 -1
  215. package/icons/HelloDuotoneIcon.d.ts +1 -1
  216. package/icons/HelpDuotoneIcon.d.ts +1 -1
  217. package/icons/HomeDuotoneIcon.d.ts +1 -1
  218. package/icons/ImageDuotoneIcon.d.ts +1 -1
  219. package/icons/ImportDuotoneIcon.d.ts +1 -1
  220. package/icons/InfoDuotoneIcon.d.ts +1 -1
  221. package/icons/IntegrationDuotoneIcon.d.ts +1 -1
  222. package/icons/LandedCostDuotoneIcon.d.ts +1 -1
  223. package/icons/LaptopDuotoneIcon.d.ts +1 -1
  224. package/icons/LeftPanelClosedDuotoneIcon.d.ts +1 -1
  225. package/icons/LeftPanelOpenDuotoneIcon.d.ts +1 -1
  226. package/icons/LightDuotoneIcon.d.ts +1 -1
  227. package/icons/LikeDuotoneIcon.d.ts +1 -1
  228. package/icons/LineDownDuotoneIcon.d.ts +1 -1
  229. package/icons/LineUpDuotoneIcon.d.ts +1 -1
  230. package/icons/LinkDuotoneIcon.d.ts +1 -1
  231. package/icons/LocationDuotoneIcon.d.ts +1 -1
  232. package/icons/LockDuotoneIcon.d.ts +1 -1
  233. package/icons/LoginDuotoneIcon.d.ts +1 -1
  234. package/icons/LogoutDuotoneIcon.d.ts +1 -1
  235. package/icons/MailDuotoneIcon.d.ts +1 -1
  236. package/icons/MaximizeDuotoneIcon.d.ts +1 -1
  237. package/icons/MenuDuotoneIcon.d.ts +1 -1
  238. package/icons/MinimizeDuotoneIcon.d.ts +1 -1
  239. package/icons/MinusCircleDuotoneIcon.d.ts +1 -1
  240. package/icons/MobileDuotoneIcon.d.ts +1 -1
  241. package/icons/MoneyDuotoneIcon.d.ts +1 -1
  242. package/icons/MonitorDuotoneIcon.d.ts +1 -1
  243. package/icons/PaletteDuotoneIcon.d.ts +1 -1
  244. package/icons/PauseCircleDuotoneIcon.d.ts +1 -1
  245. package/icons/PenDuotoneIcon.d.ts +1 -1
  246. package/icons/PercentBadgeDuotoneIcon.d.ts +1 -1
  247. package/icons/PercentDuotoneIcon.d.ts +1 -1
  248. package/icons/PlaneDuotoneIcon.d.ts +1 -1
  249. package/icons/PlayCircleDuotoneIcon.d.ts +1 -1
  250. package/icons/PlusCircleDuotoneIcon.d.ts +1 -1
  251. package/icons/PrepayDuotoneIcon.d.ts +1 -1
  252. package/icons/PrinterDuotoneIcon.d.ts +1 -1
  253. package/icons/RateDuotoneIcon.d.ts +1 -1
  254. package/icons/ReceiptDuotoneIcon.d.ts +1 -1
  255. package/icons/RefreshDuotoneIcon.d.ts +1 -1
  256. package/icons/RemoveCircleDuotoneIcon.d.ts +1 -1
  257. package/icons/RestrictDuotoneIcon.d.ts +1 -1
  258. package/icons/RightPanelClosedDuotoneIcon.d.ts +1 -1
  259. package/icons/RightPanelOpenDuotoneIcon.d.ts +1 -1
  260. package/icons/RocketDuotoneIcon.d.ts +1 -1
  261. package/icons/ScanDuotoneIcon.d.ts +1 -1
  262. package/icons/ScreenDuotoneIcon.d.ts +1 -1
  263. package/icons/SearchDuotoneIcon.d.ts +1 -1
  264. package/icons/SendDuotoneIcon.d.ts +1 -1
  265. package/icons/SettingsDuotoneIcon.d.ts +1 -1
  266. package/icons/ShoppingListDuotoneIcon.d.ts +1 -1
  267. package/icons/ShoppingTagDuotoneIcon.d.ts +1 -1
  268. package/icons/StarOffDuotoneIcon.d.ts +1 -1
  269. package/icons/StarsDuotoneIcon.d.ts +1 -1
  270. package/icons/SunnyDuotoneIcon.d.ts +1 -1
  271. package/icons/TagDuotoneIcon.d.ts +1 -1
  272. package/icons/TaxDuotoneIcon.d.ts +1 -1
  273. package/icons/TotalLandedCostDuotoneIcon.d.ts +1 -1
  274. package/icons/TrashCanDuotoneIcon.d.ts +1 -1
  275. package/icons/TruckDuotoneIcon.d.ts +1 -1
  276. package/icons/UFODuotoneIcon.d.ts +1 -1
  277. package/icons/UserDuotoneIcon.d.ts +1 -1
  278. package/icons/WarningDuotoneIcon.d.ts +1 -1
  279. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  280. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  281. package/icons/custom/products/ClearColorIcon.js +1 -1
  282. package/icons/custom/products/CollectColorIcon.js +1 -1
  283. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  284. package/icons/custom/products/DashboardColorIcon.js +1 -1
  285. package/icons/custom/products/HelloColorIcon.js +1 -1
  286. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  287. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  288. package/icons/custom/products/PrepayColorIcon.js +1 -1
  289. package/icons/custom/products/RateColorIcon.js +1 -1
  290. package/icons/custom/products/RestrictColorIcon.js +1 -1
  291. package/icons/custom/products/ScreenColorIcon.js +1 -1
  292. package/icons/custom/products/TaxColorIcon.js +1 -1
  293. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  294. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  295. package/icons/flag-icon/FlagIcon.d.ts +1 -1
  296. package/icons/flag-icon/FlagIcon.js +1 -1
  297. package/icons/flag-icon/_FlagIconBase.js +1 -1
  298. package/icons/flag-icon/useStableUniqueId.js +1 -1
  299. package/icons/flags/AF.js +1 -1
  300. package/icons/flags/AG.js +1 -1
  301. package/icons/flags/AL.js +1 -1
  302. package/icons/flags/AR.js +1 -1
  303. package/icons/flags/AS.js +1 -1
  304. package/icons/flags/AX.js +1 -1
  305. package/icons/flags/BA.js +1 -1
  306. package/icons/flags/BB.js +1 -1
  307. package/icons/flags/BH.js +1 -1
  308. package/icons/flags/BI.js +1 -1
  309. package/icons/flags/BS.js +1 -1
  310. package/icons/flags/BV.js +1 -1
  311. package/icons/flags/CF.js +1 -1
  312. package/icons/flags/CG.js +1 -1
  313. package/icons/flags/CL.js +1 -1
  314. package/icons/flags/CN.js +1 -1
  315. package/icons/flags/CU.js +1 -1
  316. package/icons/flags/CV.js +1 -1
  317. package/icons/flags/CW.js +1 -1
  318. package/icons/flags/CX.js +1 -1
  319. package/icons/flags/CY.js +1 -1
  320. package/icons/flags/CZ.js +1 -1
  321. package/icons/flags/DJ.js +1 -1
  322. package/icons/flags/DO.js +1 -1
  323. package/icons/flags/EH.js +1 -1
  324. package/icons/flags/ET.js +1 -1
  325. package/icons/flags/FM.js +1 -1
  326. package/icons/flags/FO.js +1 -1
  327. package/icons/flags/GB.js +1 -1
  328. package/icons/flags/GD.js +1 -1
  329. package/icons/flags/GG.js +1 -1
  330. package/icons/flags/GI.js +1 -1
  331. package/icons/flags/GM.js +1 -1
  332. package/icons/flags/GR.js +1 -1
  333. package/icons/flags/HK.js +1 -1
  334. package/icons/flags/HN.js +1 -1
  335. package/icons/flags/IL.js +1 -1
  336. package/icons/flags/IN.js +1 -1
  337. package/icons/flags/IO.js +1 -1
  338. package/icons/flags/IS.js +1 -1
  339. package/icons/flags/JE.js +1 -1
  340. package/icons/flags/JO.js +1 -1
  341. package/icons/flags/JP.js +1 -1
  342. package/icons/flags/KE.js +1 -1
  343. package/icons/flags/KG.js +1 -1
  344. package/icons/flags/KI.js +1 -1
  345. package/icons/flags/KM.js +1 -1
  346. package/icons/flags/KN.js +1 -1
  347. package/icons/flags/KP.js +1 -1
  348. package/icons/flags/KR.js +1 -1
  349. package/icons/flags/KW.js +1 -1
  350. package/icons/flags/LA.js +1 -1
  351. package/icons/flags/LB.js +1 -1
  352. package/icons/flags/LR.js +1 -1
  353. package/icons/flags/LY.js +1 -1
  354. package/icons/flags/MO.js +1 -1
  355. package/icons/flags/MP.js +1 -1
  356. package/icons/flags/MR.js +1 -1
  357. package/icons/flags/MY.js +1 -1
  358. package/icons/flags/NA.js +1 -1
  359. package/icons/flags/NP.js +1 -1
  360. package/icons/flags/NR.js +1 -1
  361. package/icons/flags/NU.js +1 -1
  362. package/icons/flags/NZ.js +1 -1
  363. package/icons/flags/OM.js +1 -1
  364. package/icons/flags/PA.js +1 -1
  365. package/icons/flags/PF.js +1 -1
  366. package/icons/flags/PK.js +1 -1
  367. package/icons/flags/PR.js +1 -1
  368. package/icons/flags/PS.js +1 -1
  369. package/icons/flags/PW.js +1 -1
  370. package/icons/flags/RW.js +1 -1
  371. package/icons/flags/SA.js +1 -1
  372. package/icons/flags/SB.js +1 -1
  373. package/icons/flags/SC.js +1 -1
  374. package/icons/flags/SD.js +1 -1
  375. package/icons/flags/SG.js +1 -1
  376. package/icons/flags/SI.js +1 -1
  377. package/icons/flags/SO.js +1 -1
  378. package/icons/flags/ST.js +1 -1
  379. package/icons/flags/SZ.js +1 -1
  380. package/icons/flags/TF.js +1 -1
  381. package/icons/flags/TG.js +1 -1
  382. package/icons/flags/TJ.js +1 -1
  383. package/icons/flags/TL.js +1 -1
  384. package/icons/flags/TN.js +1 -1
  385. package/icons/flags/TV.js +1 -1
  386. package/icons/flags/TW.js +1 -1
  387. package/icons/flags/TZ.js +1 -1
  388. package/icons/flags/UM.js +1 -1
  389. package/icons/flags/UY.js +1 -1
  390. package/icons/flags/UZ.js +1 -1
  391. package/icons/flags/VE.js +1 -1
  392. package/icons/flags/VI.js +1 -1
  393. package/icons/flags/VN.js +1 -1
  394. package/icons/flags/ZA.js +1 -1
  395. package/icons/flags/ZW.js +1 -1
  396. package/icons/icon-base/_StateIconBase.d.ts +1 -1
  397. package/package.json +3 -9
  398. package/theme.css +2 -1
  399. package/tslib.es6-5672428a.js +1 -0
  400. package/utils/_extractQueryParams.js +1 -1
  401. package/utils/addIndex.js +1 -1
  402. package/utils/flattenRow.js +1 -1
  403. package/utils/formatCurrency.js +1 -1
  404. package/utils/getAminoColor.d.ts +1 -1
  405. package/utils/getFuzzySearch.d.ts +1 -1
  406. package/utils/getIsInternalLink.js +1 -1
  407. package/utils/getProductDetails.js +1 -1
  408. package/utils/handleFetch.d.ts +10 -6
  409. package/utils/handleFetch.js +1 -1
  410. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  411. package/utils/hooks/useAminoTheme.d.ts +1 -1
  412. package/utils/hooks/useCountryOptions.d.ts +2 -2
  413. package/utils/hooks/useCountryOptions.js +1 -1
  414. package/utils/hooks/useDropdown.js +1 -1
  415. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  416. package/utils/hooks/useNotify.d.ts +1 -1
  417. package/utils/hooks/useNotify.js +1 -1
  418. package/utils/hooks/usePrevious.d.ts +1 -1
  419. package/utils/hooks/useStateUrl.js +1 -1
  420. package/utils/hooks/useStorage.d.ts +3 -3
  421. package/utils/hooks/useSwrt.d.ts +9 -1
  422. package/utils/hooks/useSwrt.js +1 -1
  423. package/utils/jsonParse.d.ts +1 -1
  424. package/utils/prepCountryOptions.js +1 -1
  425. package/utils/prepRegionCountryOptions.js +1 -1
  426. package/utils/setupNestedData.js +1 -1
  427. package/utils/storage.d.ts +4 -4
  428. package/utils/useCopyText.js +1 -1
  429. package/_tslib-bd4862e8.js +0 -1
  430. package/components/slider/Slider.d.ts +0 -21
  431. package/components/slider/Slider.js +0 -1
  432. package/components/sortable-list/SortableList.d.ts +0 -10
  433. package/components/sortable-list/SortableList.js +0 -1
  434. package/components/sortable-list/SortableListDeps.d.ts +0 -2
  435. package/components/sortable-list/SortableListDeps.js +0 -1
  436. package/components/sortable-list/SortableListItem.d.ts +0 -10
  437. package/components/sortable-list/SortableListItem.js +0 -1
  438. package/types/FetcherError.d.ts +0 -5
  439. package/types/JsonError.d.ts +0 -5
  440. package/types/NoInfer.d.ts +0 -5
  441. package/types/SwrtParams.d.ts +0 -4
  442. package/types/index.d.ts +0 -9
package/icons/flags/PA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var d=i.forwardRef((function(i,d){var s=i.borderRadius,a=i.height,t=i.width,h=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:d,borderRadius:s,height:a,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M92.5 0h477.2v480H92.4z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M323 3.6h358v221.7H323z",fill:"#db0000",fillRule:"evenodd"}),e.jsx("path",{d:"M3.2 225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z",fill:"#0000ab",fillRule:"evenodd"}),e.jsx("path",{d:"m516.9 413.9-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z",fill:"#d80000",fillRule:"evenodd"})]})]})}));exports.PA=d;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var d=i.forwardRef((function(i,d){var s=i.borderRadius,a=i.height,t=i.width,h=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:d,borderRadius:s,height:a,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M92.5 0h477.2v480H92.4z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M323 3.6h358v221.7H323z",fill:"#db0000",fillRule:"evenodd"}),e.jsx("path",{d:"M3.2 225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z",fill:"#0000ab",fillRule:"evenodd"}),e.jsx("path",{d:"m516.9 413.9-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z",fill:"#d80000",fillRule:"evenodd"})]})]})}));exports.PA=d;
package/icons/flags/PF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var r=l.borderRadius,c=l.height,t=l.width,o=i.useStableUniqueId(1);return e.jsxs(s.FlagIconBase,{ref:d,borderRadius:r,height:c,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(o[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(o[0],")"),children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M80 0h480v480H80z",fill:"#fff"}),e.jsx("path",{d:"M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13 135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16 167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),e.jsx("path",{d:"m301.3 218.9 38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),e.jsx("path",{d:"m277 258.7 86.7.3",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeLinecap:"round",strokeWidth:"5"}),e.jsx("path",{d:"m281.1 238 10.3 13.7m-10.3 0 11.1-13.5M287 237l-.3 8.5m10.8-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.1-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.7-7.6 10.2 13.8m-10.2 0 11.1-13.5m-5.3-1.2-.2 8.5m11-7.6 10.3 13.8m-10.2 0 11.1-13.5M354 237l-.3 8.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"4"}),e.jsx("path",{d:"m218.7 259.6 36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32 39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7 30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6L384.5 210c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1 16.7-.7.3-6.7-17 7.4zm-51-.5-17.5-.5v-7l17.6 7.5zm0-2-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4 23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z",fill:"#ef7d08",fillRule:"evenodd"}),e.jsx("path",{d:"M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),e.jsx("path",{d:"M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16 36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),e.jsx("path",{d:"M-40 360h720v120H-40zm0-360h720v120H-40z",fill:"#de2010",fillRule:"evenodd"})]})]})}));exports.PF=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var d=l.forwardRef((function(l,d){var r=l.borderRadius,c=l.height,t=l.width,o=i.useStableUniqueId(1);return e.jsxs(s.FlagIconBase,{ref:d,borderRadius:r,height:c,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(o[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(o[0],")"),children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M80 0h480v480H80z",fill:"#fff"}),e.jsx("path",{d:"M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13 135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16 167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),e.jsx("path",{d:"m301.3 218.9 38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),e.jsx("path",{d:"m277 258.7 86.7.3",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeLinecap:"round",strokeWidth:"5"}),e.jsx("path",{d:"m281.1 238 10.3 13.7m-10.3 0 11.1-13.5M287 237l-.3 8.5m10.8-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.1-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.7-7.6 10.2 13.8m-10.2 0 11.1-13.5m-5.3-1.2-.2 8.5m11-7.6 10.3 13.8m-10.2 0 11.1-13.5M354 237l-.3 8.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"4"}),e.jsx("path",{d:"m218.7 259.6 36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32 39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7 30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6L384.5 210c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1 16.7-.7.3-6.7-17 7.4zm-51-.5-17.5-.5v-7l17.6 7.5zm0-2-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4 23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z",fill:"#ef7d08",fillRule:"evenodd"}),e.jsx("path",{d:"M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),e.jsx("path",{d:"M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16 36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),e.jsx("path",{d:"M-40 360h720v120H-40zm0-360h720v120H-40z",fill:"#de2010",fillRule:"evenodd"})]})]})}));exports.PF=d;
package/icons/flags/PK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,c=s.useStableUniqueId(1);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(c[0]),children:e.jsx("path",{d:"M-52.3 0h682.6v512H-52.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(49) scale(.9375)",children:[e.jsx("path",{d:"M-95 0h768v512H-95z",fill:"#0c590b"}),e.jsx("path",{d:"M-95 0H97.5v512H-95z",fill:"#fff"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"m403.7 225.4-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"}),e.jsx("path",{d:"M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"})]})]})]})}));exports.PK=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,c=s.useStableUniqueId(1);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(c[0]),children:e.jsx("path",{d:"M-52.3 0h682.6v512H-52.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(49) scale(.9375)",children:[e.jsx("path",{d:"M-95 0h768v512H-95z",fill:"#0c590b"}),e.jsx("path",{d:"M-95 0H97.5v512H-95z",fill:"#fff"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"m403.7 225.4-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"}),e.jsx("path",{d:"M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"})]})]})]})}));exports.PK=t;
package/icons/flags/PR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var l=r.forwardRef((function(r,l){var a=r.borderRadius,t=r.height,d=r.width,h=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-37.3 0h682.7v512H-37.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",transform:"translate(35) scale(.9375)",children:[e.jsx("path",{d:"M-37.3 0h768v512h-768z",fill:"#ed0000"}),e.jsx("path",{d:"M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z",fill:"#fff"}),e.jsx("path",{d:"m-37.3 0 440.7 255.7L-37.3 511V0z",fill:"#0050f0"}),e.jsx("path",{d:"M156.4 325.5 109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.PR=l;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=r.forwardRef((function(r,l){var a=r.borderRadius,t=r.height,d=r.width,h=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-37.3 0h682.7v512H-37.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",transform:"translate(35) scale(.9375)",children:[e.jsx("path",{d:"M-37.3 0h768v512h-768z",fill:"#ed0000"}),e.jsx("path",{d:"M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z",fill:"#fff"}),e.jsx("path",{d:"m-37.3 0 440.7 255.7L-37.3 511V0z",fill:"#0050f0"}),e.jsx("path",{d:"M156.4 325.5 109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.PR=l;
package/icons/flags/PS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,c=s.useStableUniqueId(1);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(c[0]),children:e.jsx("path",{d:"M-118 0h682.7v512H-118z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"translate(110.6) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-246 0H778v170.7H-246z"}),e.jsx("path",{d:"M-246 170.7H778v170.6H-246z",fill:"#fff"}),e.jsx("path",{d:"M-246 341.3H778V512H-246z",fill:"#090"}),e.jsx("path",{d:"m-246 512 512-256L-246 0v512z",fill:"red"})]})})]})}));exports.PS=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,c=s.useStableUniqueId(1);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(c[0]),children:e.jsx("path",{d:"M-118 0h682.7v512H-118z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"translate(110.6) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-246 0H778v170.7H-246z"}),e.jsx("path",{d:"M-246 170.7H778v170.6H-246z",fill:"#fff"}),e.jsx("path",{d:"M-246 341.3H778V512H-246z",fill:"#090"}),e.jsx("path",{d:"m-246 512 512-256L-246 0v512z",fill:"red"})]})})]})}));exports.PS=t;
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"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.borderRadius,d=r.height,l=r.width,u=t.useStableUniqueId(1);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(u[0]),children:e.jsx("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(u[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=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,d=r.height,l=r.width,u=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:d,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(u[0]),children:e.jsx("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(u[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;
package/icons/flags/RW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,c=s.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,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(c[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(c[1])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("circle",{fill:"#e5be01",r:"34.3",stroke:"#00a1de",strokeWidth:"3.4"})]})]})}));exports.RW=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,c=s.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,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(c[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(c[1])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("circle",{fill:"#e5be01",r:"34.3",stroke:"#00a1de",strokeWidth:"3.4"})]})]})}));exports.RW=t;
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"),f=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=a.forwardRef((function(a,s){var i=a.borderRadius,e=a.height,t=a.width,r=f.useStableUniqueId(1);return c.jsxs(l.FlagIconBase,{ref:s,borderRadius:i,height:e,viewBox:"0 0 640 480",width:t,children:[c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(r[0]),children:c.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),c.jsxs("g",{clipPath:"url(#".concat(r[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=s;
1
+ "use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),f=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=a.forwardRef((function(a,s){var i=a.borderRadius,e=a.height,t=a.width,r=f.useStableUniqueId(1);return c.jsxs(l.FlagIconBase,{ref:s,borderRadius:i,height:e,viewBox:"0 0 640 480",width:t,children:[c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(r[0]),children:c.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),c.jsxs("g",{clipPath:"url(#".concat(r[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=s;
package/icons/flags/SB.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=i.forwardRef((function(i,s){var h=i.borderRadius,t=i.height,a=i.width,d=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:h,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=s;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=i.forwardRef((function(i,s){var h=i.borderRadius,t=i.height,a=i.width,d=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:h,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=s;
package/icons/flags/SC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var t=i.forwardRef((function(i,t){var l=i.borderRadius,a=i.height,d=i.width,h=s.useStableUniqueId(1);return e.jsxs(r.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=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=i.forwardRef((function(i,t){var l=i.borderRadius,a=i.height,d=i.width,h=s.useStableUniqueId(1);return e.jsxs(r.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=t;
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"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,h=s.useStableUniqueId(1);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=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,h=s.useStableUniqueId(1);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=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"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.borderRadius,t=i.height,h=i.width,d=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 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=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.borderRadius,t=i.height,h=i.width,d=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 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=l;
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"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,h=e.width,d=r.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(d[0]),children:l.jsx("path",{d:"M-15 0h682.6v512H-15.1z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(d[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=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,h=e.width,d=r.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(d[0]),children:l.jsx("path",{d:"M-15 0h682.6v512H-15.1z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(d[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=s;
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"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#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/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#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;
package/icons/flags/ST.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=t.forwardRef((function(t,s){var a=t.borderRadius,n=t.height,h=t.width,c=i.useStableUniqueId(3);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:n,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#12ad2b"}),e.jsx("path",{d:"M0 137.1h640V343H0z",fill:"#ffce00"}),e.jsx("path",{d:"M0 0v480l240-240",fill:"#d21034"}),e.jsxs("g",{id:"".concat(c[0]),transform:"translate(351.6 240) scale(.34286)",children:[e.jsxs("g",{id:"".concat(c[1]),children:[e.jsx("path",{d:"M0-200V0h100",id:"".concat(c[2]),transform:"rotate(18 0 -200)"}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[2])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.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/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=t.forwardRef((function(t,i){var a=t.borderRadius,n=t.height,h=t.width,c=s.useStableUniqueId(3);return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:a,height:n,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#12ad2b"}),e.jsx("path",{d:"M0 137.1h640V343H0z",fill:"#ffce00"}),e.jsx("path",{d:"M0 0v480l240-240",fill:"#d21034"}),e.jsxs("g",{id:"".concat(c[0]),transform:"translate(351.6 240) scale(.34286)",children:[e.jsxs("g",{id:"".concat(c[1]),children:[e.jsx("path",{d:"M0-200V0h100",id:"".concat(c[2]),transform:"rotate(18 0 -200)"}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[2])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.jsx("use",{height:"100%",transform:"translate(-523.2)",width:"100%",x:"700",xlinkHref:"#".concat(c[0])})]})}));exports.ST=i;
package/icons/flags/SZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=t.forwardRef((function(t,s){var l=t.borderRadius,i=t.height,d=t.width,a=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:l,height:i,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),e.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"}),e.jsxs("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)",children:[e.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)"}),e.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"}),e.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)"}),e.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)"}),e.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)"})]}),e.jsxs("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)",children:[e.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)"}),e.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"}),e.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)"}),e.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)"}),e.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)"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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"}),e.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"}),e.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"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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=s;
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=t.forwardRef((function(t,s){var l=t.borderRadius,i=t.height,d=t.width,a=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:l,height:i,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),e.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),e.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"}),e.jsxs("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)",children:[e.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)"}),e.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"}),e.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)"}),e.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)"}),e.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)"})]}),e.jsxs("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)",children:[e.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)"}),e.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"}),e.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)"}),e.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)"}),e.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)"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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"}),e.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"}),e.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"})]}),e.jsxs("g",{fillRule:"evenodd",children:[e.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)"}),e.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=s;
package/icons/flags/TF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var h=i.forwardRef((function(i,h){var t=i.borderRadius,a=i.height,l=i.width,f=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:h,borderRadius:t,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=h;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var h=i.forwardRef((function(i,h){var t=i.borderRadius,a=i.height,l=i.width,f=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:h,borderRadius:t,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=h;
package/icons/flags/TG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.borderRadius,t=i.height,d=i.width,c=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h767.6v512H0z",fill:"#ffe300"}),e.jsx("path",{d:"M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z",fill:"#118600"}),e.jsx("path",{d:"M0 .3h306.5v310.6H0z",fill:"#d80000"}),e.jsx("path",{d:"M134.4 128.4c0-.8 18.9-53 18.9-53l17 52.2s57.4 1.7 57.4.8-45.3 34.3-45.3 34.3 21.4 60 20.5 58.2c-.8-1.7-49.6-36-49.6-36s-49.7 34.3-48.8 34.3c.8 0 18.8-56.5 18.8-56.5l-44.5-33.4 55.6-.9z",fill:"#fff"}),e.jsx("path",{d:"M0 409.2h767.6V512H0z",fill:"#118600"})]})]})}));exports.TG=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.borderRadius,t=i.height,d=i.width,c=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h767.6v512H0z",fill:"#ffe300"}),e.jsx("path",{d:"M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z",fill:"#118600"}),e.jsx("path",{d:"M0 .3h306.5v310.6H0z",fill:"#d80000"}),e.jsx("path",{d:"M134.4 128.4c0-.8 18.9-53 18.9-53l17 52.2s57.4 1.7 57.4.8-45.3 34.3-45.3 34.3 21.4 60 20.5 58.2c-.8-1.7-49.6-36-49.6-36s-49.7 34.3-48.8 34.3c.8 0 18.8-56.5 18.8-56.5l-44.5-33.4 55.6-.9z",fill:"#fff"}),e.jsx("path",{d:"M0 409.2h767.6V512H0z",fill:"#118600"})]})]})}));exports.TG=l;
package/icons/flags/TJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var i=e.forwardRef((function(e,i){var s=e.borderRadius,l=e.height,f=e.width,c=a.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:i,borderRadius:s,height:l,viewBox:"0 0 640 480",width:f,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#060"}),t.jsx("path",{d:"M0 0h640v342.9H0z",fill:"#fff"}),t.jsx("path",{d:"M0 0h640v137.1H0z",fill:"#c00"}),t.jsx("path",{d:"M300.8 233.6a8.6 8.6 0 0 1 16 4V272h6.4v-34.3a8.6 8.6 0 0 1 16-4 20.2 20.2 0 1 0-38.4 0",fill:"#f8c300"}),t.jsx("path",{d:"M305.4 224.7a13.7 13.7 0 0 1 14.6 6.5 13.7 13.7 0 0 1 14.6-6.5 14.7 14.7 0 0 0-29.2 0",fill:"#fff"}),t.jsx("path",{d:"M316.8 258.3a26 26 0 0 1-43.8 16.6 27 27 0 0 1-41 12c2.5 25 40 19.9 42.8-4.4 11.7 20.7 37.6 14.7 45.2-10.6z",fill:"#f8c300",id:"".concat(c[0])}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("path",{d:"M291.8 302.6c-5.3 11.3-15.7 13.2-24.8 4.1 0 0 3.6-2.6 7.6-3.3-.8-3.1.7-7.5 2.9-9.8a15 15 0 0 1 6.1 8.1c5.5-.7 8.2 1 8.2 1z",fill:"#f8c300",id:"".concat(c[1])}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(9.4 320 551.3)",width:"100%",xlinkHref:"#".concat(c[1])}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(18.7 320 551.3)",width:"100%",xlinkHref:"#".concat(c[1])}),t.jsx("path",{d:"M253.5 327.8a233.1 233.1 0 0 1 133 0",fill:"none",stroke:"#f8c300",strokeWidth:"11"}),t.jsx("g",{fill:"#f8c300",transform:"translate(320 164.6) scale(.68571)",children:t.jsx("path",{d:"m301930 415571-790463-574305h977066l-790463 574305L0-513674z",id:"".concat(c[2]),transform:"scale(.00005)"})}),t.jsxs("g",{fill:"#f8c300",id:"".concat(c[3]),transform:"translate(320 260.6) scale(.68571)",children:[t.jsx("use",{height:"100%",transform:"translate(-70 -121.2)",width:"100%",xlinkHref:"#".concat(c[2])}),t.jsx("use",{height:"100%",transform:"translate(-121.2 -70)",width:"100%",xlinkHref:"#".concat(c[2])}),t.jsx("use",{height:"100%",transform:"translate(-140)",width:"100%",xlinkHref:"#".concat(c[2])})]}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c[3])})]})}));exports.TJ=i;
1
+ "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=e.forwardRef((function(e,i){var s=e.borderRadius,l=e.height,f=e.width,c=a.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:i,borderRadius:s,height:l,viewBox:"0 0 640 480",width:f,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#060"}),t.jsx("path",{d:"M0 0h640v342.9H0z",fill:"#fff"}),t.jsx("path",{d:"M0 0h640v137.1H0z",fill:"#c00"}),t.jsx("path",{d:"M300.8 233.6a8.6 8.6 0 0 1 16 4V272h6.4v-34.3a8.6 8.6 0 0 1 16-4 20.2 20.2 0 1 0-38.4 0",fill:"#f8c300"}),t.jsx("path",{d:"M305.4 224.7a13.7 13.7 0 0 1 14.6 6.5 13.7 13.7 0 0 1 14.6-6.5 14.7 14.7 0 0 0-29.2 0",fill:"#fff"}),t.jsx("path",{d:"M316.8 258.3a26 26 0 0 1-43.8 16.6 27 27 0 0 1-41 12c2.5 25 40 19.9 42.8-4.4 11.7 20.7 37.6 14.7 45.2-10.6z",fill:"#f8c300",id:"".concat(c[0])}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("path",{d:"M291.8 302.6c-5.3 11.3-15.7 13.2-24.8 4.1 0 0 3.6-2.6 7.6-3.3-.8-3.1.7-7.5 2.9-9.8a15 15 0 0 1 6.1 8.1c5.5-.7 8.2 1 8.2 1z",fill:"#f8c300",id:"".concat(c[1])}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(9.4 320 551.3)",width:"100%",xlinkHref:"#".concat(c[1])}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(18.7 320 551.3)",width:"100%",xlinkHref:"#".concat(c[1])}),t.jsx("path",{d:"M253.5 327.8a233.1 233.1 0 0 1 133 0",fill:"none",stroke:"#f8c300",strokeWidth:"11"}),t.jsx("g",{fill:"#f8c300",transform:"translate(320 164.6) scale(.68571)",children:t.jsx("path",{d:"m301930 415571-790463-574305h977066l-790463 574305L0-513674z",id:"".concat(c[2]),transform:"scale(.00005)"})}),t.jsxs("g",{fill:"#f8c300",id:"".concat(c[3]),transform:"translate(320 260.6) scale(.68571)",children:[t.jsx("use",{height:"100%",transform:"translate(-70 -121.2)",width:"100%",xlinkHref:"#".concat(c[2])}),t.jsx("use",{height:"100%",transform:"translate(-121.2 -70)",width:"100%",xlinkHref:"#".concat(c[2])}),t.jsx("use",{height:"100%",transform:"translate(-140)",width:"100%",xlinkHref:"#".concat(c[2])})]}),t.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c[3])})]})}));exports.TJ=i;
package/icons/flags/TL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),e.jsx("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),e.jsx("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),e.jsx("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})]})]})}));exports.TL=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),e.jsx("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),e.jsx("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),e.jsx("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})]})]})}));exports.TL=a;
package/icons/flags/TN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),e.jsx("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),e.jsx("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),e.jsx("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})]})]})}));exports.TN=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),e.jsx("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),e.jsx("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),e.jsx("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})]})]})}));exports.TN=a;
package/icons/flags/TV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var r=e.forwardRef((function(e,r){var s=e.borderRadius,t=e.height,d=e.width,a=i.useStableUniqueId(1);return l.jsxs(h.FlagIconBase,{ref:r,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[0]),children:l.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(a[0],")"),children:[l.jsxs("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)",children:[l.jsx("path",{d:"M506-19.8h486V496H506z"}),l.jsx("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})]}),l.jsx("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),l.jsx("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),l.jsx("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),l.jsx("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),l.jsx("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),l.jsx("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),l.jsx("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),l.jsx("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),l.jsxs("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)",children:[l.jsx("path",{d:"M496 0h496.1v496h-496z"}),l.jsx("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})]}),l.jsx("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})]})]})}));exports.TV=r;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var r=e.forwardRef((function(e,r){var s=e.borderRadius,t=e.height,d=e.width,a=i.useStableUniqueId(1);return l.jsxs(h.FlagIconBase,{ref:r,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[0]),children:l.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(a[0],")"),children:[l.jsxs("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)",children:[l.jsx("path",{d:"M506-19.8h486V496H506z"}),l.jsx("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})]}),l.jsx("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),l.jsx("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),l.jsx("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),l.jsx("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),l.jsx("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),l.jsx("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),l.jsx("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),l.jsx("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),l.jsxs("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)",children:[l.jsx("path",{d:"M496 0h496.1v496h-496z"}),l.jsx("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})]}),l.jsx("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})]})]})}));exports.TV=r;
package/icons/flags/TW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.borderRadius,a=i.height,d=i.width,f=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),e.jsx("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),e.jsx("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),e.jsx("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),e.jsx("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})]})]})}));exports.TW=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.borderRadius,a=i.height,d=i.width,f=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),e.jsx("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),e.jsx("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),e.jsx("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),e.jsx("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})]})]})}));exports.TW=l;
package/icons/flags/TZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=r.forwardRef((function(r,s){var a=r.borderRadius,l=r.height,d=r.width,h=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,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:"M10 0h160v120H10z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[e.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),e.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),e.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),e.jsx("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})]})]})}));exports.TZ=s;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,h=s.useStableUniqueId(1);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:"M10 0h160v120H10z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[e.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),e.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),e.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),e.jsx("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})]})]})}));exports.TZ=t;
package/icons/flags/UM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),l=require("react"),z=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var e=l.forwardRef((function(l,e){var i=l.borderRadius,r=l.height,H=l.width,s=m.useStableUniqueId(1);return h.jsxs(z.FlagIconBase,{ref:e,borderRadius:i,height:r,viewBox:"0 0 640 480",width:H,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(s[0]),children:h.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(s[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[h.jsxs("g",{strokeWidth:"1pt",children:[h.jsx("path",{d:"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z",fill:"#bd3d44"}),h.jsx("path",{d:"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z",fill:"#fff"})]}),h.jsx("path",{d:"M0 0h389.1v275.7H0z",fill:"#192f5d"}),h.jsx("path",{d:"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z",fill:"#fff"})]})]})}));exports.UM=e;
1
+ "use strict";var h=require("react/jsx-runtime"),l=require("react"),z=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var e=l.forwardRef((function(l,e){var i=l.borderRadius,r=l.height,H=l.width,s=m.useStableUniqueId(1);return h.jsxs(z.FlagIconBase,{ref:e,borderRadius:i,height:r,viewBox:"0 0 640 480",width:H,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(s[0]),children:h.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(s[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[h.jsxs("g",{strokeWidth:"1pt",children:[h.jsx("path",{d:"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z",fill:"#bd3d44"}),h.jsx("path",{d:"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z",fill:"#fff"})]}),h.jsx("path",{d:"M0 0h389.1v275.7H0z",fill:"#192f5d"}),h.jsx("path",{d:"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z",fill:"#fff"})]})]})}));exports.UM=e;
package/icons/flags/UY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var i=s.forwardRef((function(s,i){var c=s.borderRadius,a=s.height,h=s.width,n=t.useStableUniqueId(4);return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:c,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z",fill:"#0038a8"}),e.jsxs("g",{fill:"#fcd116",stroke:"#000",strokeMiterlimit:"20",strokeWidth:".6",transform:"translate(133.3 133.3) scale(2.93333)",children:[e.jsxs("g",{id:"".concat(n[0]),children:[e.jsxs("g",{id:"".concat(n[1]),children:[e.jsxs("g",{id:"".concat(n[2]),children:[e.jsx("path",{d:"m-2.058 8.889 3.01 4.494c-12.367 8.949-4.817 14.24-13.58 17.105 5.45-5.32-.859-5.767 3.733-16.854",strokeLinecap:"square"}),e.jsx("path",{d:"M-4.21 10.163c-6.822 11.245-2.348 17.428-8.419 20.325",fill:"none"}),e.jsx("path",{d:"M0 0h6L0 33-6 0h6v33"})]}),e.jsx("use",{height:"100%",transform:"rotate(45)",width:"100%",xlinkHref:"#".concat(n[2])})]}),e.jsx("use",{height:"100%",transform:"rotate(90)",width:"100%",xlinkHref:"#".concat(n[1])})]}),e.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("circle",{r:"11"})]}),e.jsxs("g",{transform:"translate(133.3 133.3) scale(.29333)",children:[e.jsxs("g",{id:"".concat(n[3]),children:[e.jsx("path",{d:"M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"}),e.jsx("path",{d:"M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"}),e.jsx("path",{d:"M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[3])}),e.jsx("path",{d:"M0 76c-5 0-18 3 0 3s5-3 0-3"})]})]})}));exports.UY=i;
1
+ "use strict";var e=require("react/jsx-runtime"),s=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=s.forwardRef((function(s,i){var c=s.borderRadius,a=s.height,h=s.width,n=t.useStableUniqueId(4);return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:c,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z",fill:"#0038a8"}),e.jsxs("g",{fill:"#fcd116",stroke:"#000",strokeMiterlimit:"20",strokeWidth:".6",transform:"translate(133.3 133.3) scale(2.93333)",children:[e.jsxs("g",{id:"".concat(n[0]),children:[e.jsxs("g",{id:"".concat(n[1]),children:[e.jsxs("g",{id:"".concat(n[2]),children:[e.jsx("path",{d:"m-2.058 8.889 3.01 4.494c-12.367 8.949-4.817 14.24-13.58 17.105 5.45-5.32-.859-5.767 3.733-16.854",strokeLinecap:"square"}),e.jsx("path",{d:"M-4.21 10.163c-6.822 11.245-2.348 17.428-8.419 20.325",fill:"none"}),e.jsx("path",{d:"M0 0h6L0 33-6 0h6v33"})]}),e.jsx("use",{height:"100%",transform:"rotate(45)",width:"100%",xlinkHref:"#".concat(n[2])})]}),e.jsx("use",{height:"100%",transform:"rotate(90)",width:"100%",xlinkHref:"#".concat(n[1])})]}),e.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("circle",{r:"11"})]}),e.jsxs("g",{transform:"translate(133.3 133.3) scale(.29333)",children:[e.jsxs("g",{id:"".concat(n[3]),children:[e.jsx("path",{d:"M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"}),e.jsx("path",{d:"M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"}),e.jsx("path",{d:"M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[3])}),e.jsx("path",{d:"M0 76c-5 0-18 3 0 3s5-3 0-3"})]})]})}));exports.UY=i;
package/icons/flags/UZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=i.forwardRef((function(i,s){var c=i.borderRadius,h=i.height,n=i.width,a=r.useStableUniqueId(5);return e.jsxs(t.FlagIconBase,{ref:s,borderRadius:c,height:h,viewBox:"0 0 640 480",width:n,children:[e.jsx("path",{d:"M0 320h640v160H0z",fill:"#1eb53a"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#0099b5"}),e.jsx("path",{d:"M0 153.6h640v172.8H0z",fill:"#ce1126"}),e.jsx("path",{d:"M0 163.2h640v153.6H0z",fill:"#fff"}),e.jsx("circle",{cx:"134.4",cy:"76.8",fill:"#fff",r:"57.6"}),e.jsx("circle",{cx:"153.6",cy:"76.8",fill:"#0099b5",r:"57.6"}),e.jsxs("g",{fill:"#fff",transform:"matrix(1.92 0 0 1.92 261.1 122.9)",children:[e.jsxs("g",{id:"".concat(a[0]),children:[e.jsxs("g",{id:"".concat(a[1]),children:[e.jsxs("g",{id:"".concat(a[2]),children:[e.jsxs("g",{id:"".concat(a[3]),children:[e.jsx("path",{d:"M0-6-1.9-.3 1 .7",id:"".concat(a[4])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(a[4])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(a[3])})]}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(a[3])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(a[2])})]}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(a[1]),y:"-24"}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(a[1]),y:"-48"})]}),e.jsx("use",{height:"100%",width:"100%",x:"24",xlinkHref:"#".concat(a[0])}),e.jsx("use",{height:"100%",width:"100%",x:"48",xlinkHref:"#".concat(a[0])}),e.jsx("use",{height:"100%",width:"100%",x:"-48",xlinkHref:"#".concat(a[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(a[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(a[1]),y:"-24"})]})]})}));exports.UZ=s;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=i.forwardRef((function(i,s){var c=i.borderRadius,h=i.height,n=i.width,a=r.useStableUniqueId(5);return e.jsxs(t.FlagIconBase,{ref:s,borderRadius:c,height:h,viewBox:"0 0 640 480",width:n,children:[e.jsx("path",{d:"M0 320h640v160H0z",fill:"#1eb53a"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#0099b5"}),e.jsx("path",{d:"M0 153.6h640v172.8H0z",fill:"#ce1126"}),e.jsx("path",{d:"M0 163.2h640v153.6H0z",fill:"#fff"}),e.jsx("circle",{cx:"134.4",cy:"76.8",fill:"#fff",r:"57.6"}),e.jsx("circle",{cx:"153.6",cy:"76.8",fill:"#0099b5",r:"57.6"}),e.jsxs("g",{fill:"#fff",transform:"matrix(1.92 0 0 1.92 261.1 122.9)",children:[e.jsxs("g",{id:"".concat(a[0]),children:[e.jsxs("g",{id:"".concat(a[1]),children:[e.jsxs("g",{id:"".concat(a[2]),children:[e.jsxs("g",{id:"".concat(a[3]),children:[e.jsx("path",{d:"M0-6-1.9-.3 1 .7",id:"".concat(a[4])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(a[4])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(a[3])})]}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(a[3])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(a[2])})]}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(a[1]),y:"-24"}),e.jsx("use",{height:"100%",width:"100%",xlinkHref:"#".concat(a[1]),y:"-48"})]}),e.jsx("use",{height:"100%",width:"100%",x:"24",xlinkHref:"#".concat(a[0])}),e.jsx("use",{height:"100%",width:"100%",x:"48",xlinkHref:"#".concat(a[0])}),e.jsx("use",{height:"100%",width:"100%",x:"-48",xlinkHref:"#".concat(a[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(a[1])}),e.jsx("use",{height:"100%",width:"100%",x:"-24",xlinkHref:"#".concat(a[1]),y:"-24"})]})]})}));exports.UZ=s;
package/icons/flags/VE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=t.forwardRef((function(t,s){var a=t.borderRadius,n=t.height,c=t.width,h=i.useStableUniqueId(6);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:n,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsxs("g",{id:"".concat(h[0]),transform:"translate(0 -36)",children:[e.jsxs("g",{id:"".concat(h[1]),children:[e.jsxs("g",{id:"".concat(h[2]),children:[e.jsx("path",{d:"M0-5-1.5-.2l2.8.9z",fill:"#fff",id:"".concat(h[3])}),e.jsx("use",{height:"120",transform:"scale(-1 1)",width:"180",xlinkHref:"#".concat(h[3])})]}),e.jsx("use",{height:"120",transform:"rotate(72)",width:"180",xlinkHref:"#".concat(h[2])})]}),e.jsx("use",{height:"120",transform:"rotate(-72)",width:"180",xlinkHref:"#".concat(h[2])}),e.jsx("use",{height:"120",transform:"rotate(144)",width:"180",xlinkHref:"#".concat(h[1])})]})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#cf142b"}),e.jsx("path",{d:"M0 0h640v320H0z",fill:"#00247d"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#fc0"}),e.jsxs("g",{id:"".concat(h[4]),transform:"matrix(4 0 0 4 320 336)",children:[e.jsxs("g",{id:"".concat(h[5]),children:[e.jsx("use",{height:"120",transform:"rotate(10)",width:"180",xlinkHref:"#".concat(h[0])}),e.jsx("use",{height:"120",transform:"rotate(30)",width:"180",xlinkHref:"#".concat(h[0])})]}),e.jsx("use",{height:"120",transform:"rotate(40)",width:"180",xlinkHref:"#".concat(h[5])})]}),e.jsx("use",{height:"120",transform:"rotate(-80 320 336)",width:"180",xlinkHref:"#".concat(h[4])})]})}));exports.VE=s;
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=t.forwardRef((function(t,s){var a=t.borderRadius,n=t.height,c=t.width,h=i.useStableUniqueId(6);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:n,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsxs("g",{id:"".concat(h[0]),transform:"translate(0 -36)",children:[e.jsxs("g",{id:"".concat(h[1]),children:[e.jsxs("g",{id:"".concat(h[2]),children:[e.jsx("path",{d:"M0-5-1.5-.2l2.8.9z",fill:"#fff",id:"".concat(h[3])}),e.jsx("use",{height:"120",transform:"scale(-1 1)",width:"180",xlinkHref:"#".concat(h[3])})]}),e.jsx("use",{height:"120",transform:"rotate(72)",width:"180",xlinkHref:"#".concat(h[2])})]}),e.jsx("use",{height:"120",transform:"rotate(-72)",width:"180",xlinkHref:"#".concat(h[2])}),e.jsx("use",{height:"120",transform:"rotate(144)",width:"180",xlinkHref:"#".concat(h[1])})]})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#cf142b"}),e.jsx("path",{d:"M0 0h640v320H0z",fill:"#00247d"}),e.jsx("path",{d:"M0 0h640v160H0z",fill:"#fc0"}),e.jsxs("g",{id:"".concat(h[4]),transform:"matrix(4 0 0 4 320 336)",children:[e.jsxs("g",{id:"".concat(h[5]),children:[e.jsx("use",{height:"120",transform:"rotate(10)",width:"180",xlinkHref:"#".concat(h[0])}),e.jsx("use",{height:"120",transform:"rotate(30)",width:"180",xlinkHref:"#".concat(h[0])})]}),e.jsx("use",{height:"120",transform:"rotate(40)",width:"180",xlinkHref:"#".concat(h[5])})]}),e.jsx("use",{height:"120",transform:"rotate(-80 320 336)",width:"180",xlinkHref:"#".concat(h[4])})]})}));exports.VE=s;
package/icons/flags/VI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var s=require("react/jsx-runtime"),t=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var r=t.forwardRef((function(t,r){var c=t.borderRadius,l=t.height,h=t.width,a=i.useStableUniqueId(1);return s.jsxs(e.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:h,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M204.3 315s-.5-3.6 6.2-6.1c6.6-2.6 7.2-12.2 5.8-18.6 0 0-3.4 6-7.7 8.1 0 0-6.8 3.6-7.2 10.4 0 0 0 2.5-.5 4.5-.3 1-3.4-8.6 2.4-15.8 6-7.3 7.6-13.3 2.9-25 0 0-.5 7-5.1 11.1-4.7 4-5.3 4.4-5.2 14 0 0 0 3.4-1.7 4.5 0 0-3.6-5.3-4.6-8.8-1-3.5-1.4-5 2.8-9 0 0 13.2-8.7 3.7-27.4 0 0-.3 6.4-5 10.2-4.5 3.9-4.2 6.4-4.4 13-.2 6.7-.6 6.2-1.1 7.2 0 0-8.5-15.6-2-23.8 6.5-8.3 10.2-10 3-25.4 0 0 .3 8-5.5 11.8-5.7 4-4.4 13-4.4 13s.4 3.5-.8 6c0 0-8.1-15.9-.4-24.4 6.6-7.3 7-12.4 3.5-22.6 0 0-.4 4.7-4 7.3-3.7 2.6-6.6 5.1-5.9 15 0 0 .3 7-.6 9 0 0-3.4-6.4-4.4-10.5-1-4.2-1.3-6.6 1.2-10.7s12.5-16 .6-33c0 0-.3 5.5-3.4 10.5-3 5-1.6 10.9-1 15.4.7 4.5-1.5 8.9-1.5 8.9s-5.2-9.5-4-20.4c1-11-3.4-20-13.5-26.4 0 0-7.3 17 2.7 25.7 0 0 8.5 8.4 10.7 18.6 0 0-6.5-.6-12.3-12-5.9-11.4-18-9.6-18.8-9.7 0 0 2 17.6 20.6 22.6 0 0 12 2 14.2 10.8 0 0 2 6 2.8 9.2 0 0-3.8-1.5-7.3-6.7-3.5-5-3-5.7-14.8-6.9 0 0-4.7-.5-7.2-3.9 0 0 5 18.6 17.7 18.5 0 0 11.6-1.3 18 14l-2.9-2c-1.7-1.1-6-3.3-14.5-2.3s-10.9-.4-13-1c0 0 8.6 15.7 20.7 11 12.2-4.7 18 12.4 18.2 12.7 0 0-1.7-1.2-3.8-3.3-2.2-2.1-6.6-4.7-15-2 0 0-6.1 2.3-12.3.4 0 0 6 11.5 19.8 9.5a15.1 15.1 0 0 1 17.3 10.2s-1.8-1-3-2c-1.3-1-6-3.7-16-.8-10 3-13.6-.4-13.6-.4s5.5 10 16.2 11.3c0 0 6-.1 8.4-1 2.5-1 9.2-2.5 13.8 4.2 0 0-1.3.2-3.2-.7 0 0-7-2.5-12.5 2 0 0-4.8 4.9-11.6 4 0 0 8.8 8.5 22.8 1.3 0 0 4.7-3.4 8.2-.8 3.5 2.7 11.5-2.6 11.5-2.6z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsxs("g",{fill:"#f4c53d",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5",children:[s.jsx("path",{d:"M282.2 103.7s-1.6-14.5 10-16a38 38 0 0 1 18 1.2l5.5 10.6-2 7.2-7.4 3.4s1.3-11-8.8-11.2c-2.6 0-4 1-8.1.3s-6.3 3.8-7.2 4.5z"}),s.jsx("path",{d:"M363.8 139.6c-1.8 2.2-8.7 3-8.7 3s7.1 5.5 10.2 13.3c3 7.7-82.4 0-82.4 0s3.8-2.6 6.3-7.6c0 0-3.8 1.4-7.6-2.4 0 0 2.8 1 6.5-4.6 0 0 5.5-7 9.4-9 0 0-1.8 1.2-6.1-1.2 0 0 7.4-1 10-13.5 0 0 .5-2.8 3.3-7 2.8-4 2.2.9 7.4-5.4 0 0 2.4-4.4.3-7-2-2.8-4.3-1.8-8.6-4.4-4.4-2.6-6.3-4-4.8-8s5.3-3.4 5.9-3.4.8-3.5 5.5-5.9 17.4-1.3 19.2-.3c2 1 9.5 3.3 14 14.5 4.4 11.2-1.2 15.4 10.8 32.4 0 0-4.8 1-7.9 0 0 0 6.3 11.2 17.3 16.5z"}),s.jsx("path",{d:"M311 92.2c-10-.5-6.1-9.8-6.1-9.8",fill:"none"}),s.jsx("path",{d:"M328 93.5s-1.7-.8-3.2-2.8c-2-2.7-6.7-4-9.1-1.4 0 0-2.5 2.8-4.8 3 0 0 2.6.7 4.3 2.3 1.7 1.6 3.5 2.8 6.1 2.4 2.6-.3 3-1.7 4.2-2.5 1.3-.8 2.5-1 2.5-1z"})]}),s.jsx("path",{d:"M202.8 336.5s-.2-6.4 7.8-6.8l23.5 32.7s-.9 2.1-11.5 1.9c0 0-1.2 0-1.8 1.2-.9 2-18-29-18-29z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsxs("g",{fill:"#f4c53d",id:"".concat(a[0]),stroke:"#010002",strokeWidth:"10",transform:"translate(3.6 26.2) scale(.15055)",children:[s.jsx("path",{d:"M1495 1807.9s-49.9 85.6-110.2 87c0 0-103.7-12.6-133 14.5-20.5 18.9-41.4 34.5-50 82.8-8.4 48.3 16.5 58.7 22.4 60.8 0 0 4.6 34.5 38.7 25.5 0 0 2 36 62.2 18.7 60.3-17.3 85.3-11.8 97-71.8 11.9-60.1 22.8-59.1 33.5-66.3 14.4-9.7 41.5-18.8 61.6-30.4 18-10.4 87.2-45.6 110.8-48.3 23.6-2.8 18.4-82.2 18.4-82.2h-61l-29.5-43.5-61 53.2zm192-429.4s-61 49.7-112.2 0c0 0-20.6 24.8-62 17.6-41.2-7.3-48.1-29-52-41.4 0 0-35.8 20.8-66 4.3-30-16.4-30-41.3-30-41.3s-52.5 10.4-79.4-25.2c-26.9-35.5-10.5-70.7 4-74.9 0 0-56.7 14.9-72.2-33.8a56 56 0 0 1 16.4-62.8s-119.4-.6-168.4-38c0 0-40.7-25.6-16.4-52.5 0 0-107.5-17.2-134.4-60 0 0-11.8-11.8-7.9-32.5 0 0 .7-11.7 12.5-12.4 0 0-122.6-19-158-59.4 0 0-17-18.6-8.5-43.5 0 0 1.8-6.5 4.7-11 0 0-111.6-23.5-166.6-73.2 0 0-31.8-28.3-15.4-66.3 0 0-186.5-51-143.3-133.2 0 0-87.2-28.3-59.6-107 0 0-72.1-36.6-40.7-94.6 30.1-55.5 122.6 9.7 232 40 0 0 296.4 93.2 442.3 118l414.6 617.3 241.9 93.2 24.5 172.6z"}),s.jsx("path",{d:"M1689.9 923.9s-38.9-29.2-108.2 5.1c0 0-23.3 16.1-41.7-1.5a37.3 37.3 0 0 1 4.3-57.5c51.7-38.3 70.8-153.2-7.8-200.9 0 0-114-67.6-532.3-174 0 0-35-9.8-53.8-5.1a52 52 0 0 0-37.6 37.8S894 581.1 957 611.6c0 0 28.4 13 57.7 21.4 0 0-32.2-7-46 24.8-13 30.4 6 61.5 65 81.5 0 0 16 6.2 38.7 11.7 0 0-50.5 14.5-26.2 55.3 0 0 21.6 42.8 98 50.4 0 0-57 6.2-16.8 60.4 0 0 17.7 29.7 73.4 40.7 0 0-42.2 1.4-21 39.3 21.4 38 71.5 59.4 120.9 62.9 0 0 26.7 1.4 45.4-2.8 0 0-47 23.5-19.4 62.8 0 0 20.3 28 71.1 26.6 0 0-13.1 44 24.1 60.6 29 13 53.1-7.8 53.1-7.8s-9.8 47.1 32.5 63.7c0 0 21.1 10.9 52.6 0 0 0 24 53.9 109.6 16 85.6-37.7 20.2-355.1 20.2-355.1zm5 489.4s-12.5 67.4-112 152.2c0 0-76.8 67.7-74.9 145.7 2 79.5-13.7 88.4-43.9 115.3 0 0 62.3 4.9 92.4-36.6 0 0-1.3 69-10.5 75.3 0 0 19.6 1.2 47.9-29.7 0 0 17-18 32.8-24.9 0 0-18.4 47.7-4 91.9 0 0 4.6-17.3 28.9-24.9 0 0 44-9 61-72.5 0 0 11.1-42 80-79.4 0 0 78-29.4 76-67.8-2-38.5-173.6-244.6-173.6-244.6z"}),s.jsx("path",{d:"M2056.5 2282.2s-17.9 78.8-80 72.5c0 0-43.9-4.2-40.6-77.4 0 0-64.9 34.6-75.4-51 0 0-59 13.7-58.3-66.3 0 0-55 9.6-48.5-61.5 0 0-59.7 16-59.7-51 0 0-139.6-23.2 151.4-288.6l259.6 154.6-48.5 368.7z",strokeMiterlimit:"10"}),s.jsx("path",{d:"M2085.4 1928.3s-43.3 38.4-74.1-19c0 0-42-2-48.5-33.8 0 0-34.1-3.4-40.7-35.9 0 0-46.5-4.8-45.2-44.1 0 0-84.6-6.6 0-102.4 84.6-95.8 228.1 159 228.1 159l-19.6 76.2zm48.2-23.8c42 0 89.5 262 77.2 419.9-4.5 57.3-35.2 104.1-77.2 104.1s-72.6-46.8-77-104.1c-12.4-157.9 35.1-419.9 77-419.9"}),s.jsx("ellipse",{cx:"2133.6",cy:"1902.5",rx:"58",ry:"86"}),s.jsx("path",{d:"M1935.9 2277.3s6.6-138.7 126.8-337.6m-202.2 286.6s-18.7-80.1 150.8-317c0 0-19.7-56.5 40.6-92.8M1802.2 2160s-5.3-86.7 160.6-284.5c0 0-14.7-51 45.4-91.8m-254.5 314.8s6.2-87.6 168.4-258.9c0 0-8-52.4 50-84.9m-278 292.8s11.7-100.1 182.8-252c0 0-5.9-39.4 51.1-79.4",fill:"none",strokeMiterlimit:"10"}),s.jsx("path",{d:"M372.3 432s134.3 77.8 552.9 155.6M431.9 539S795.6 657.6 965 672.2m-389.9 0s213.4 67 463.3 109.3m-281.2 30.3s241 57.9 356.2 67.5M919 925.6s203.9 42.5 255.5 47.6m-125.7 57.3s148.8 22.6 208 21.4m-23.2 69s60.2-2.8 89.1-7.6m-33.4 104.3s51.2-13.8 81.3-33.1m-5.9 133.2s39.4-15.2 58.4-56.6m37.7 93.6s30.4-27.3 32.4-57.7m81.6 81.5s-11.4-9.9-3.6-52.7m-11.1-62.8s-6-12.2-4-31.6m-211-581.3s68.8 27.6 91.7 65.6c23 38 7.9 74.9 0 96-3.9 10.7-52.4 104.2 4.6 171.9M1346 1057s.4-.3 24.6-8m-169.8-91.4s41 8.2 81.3 8.6m-138-109.8s48.2 4.9 93.5 4.2m-165.2-109.8s69.5 13.8 106.8 14.5M1014.7 633s85.7 24.4 149.4 33.1m141.6 50.4s-61.6 57.3 12.5 110.5c0 0-30.8 48.3 30.8 98.7m-16.4 23.8s-9.2 92.2 103.6 92.2c0 0-21.7 82.1 87.2 79.4 0 0 12.4 65.6 91 52.4M1441.3 1895s-17.9 4-56.6 0m-108.8 48.3s-54.4-8.3-51.8 109.8m84.6-82.9s-49.2-6.2-46 108.4m520.7-384.5s-23.6 4.8-40 23.5c-16.3 18.6-47.8 15.1-47.8 15.1s17-13.8 23-48.3c5.8-34.5 24.9-44.9 24.9-44.9m-56.3-32.6s-23.6 4.8-40 23.4c-16.4 18.7-47.9 15.2-47.9 15.2s17-13.8 23-48.3c5.9-34.5 24.9-44.9 24.9-44.9m23.7 188.5s-20.6 4.3-34.9 20.5c-14.3 16.3-41.8 13.3-41.8 13.3s15-12 20-42.2c5.2-30.1 21.8-39.2 21.8-39.2",fill:"none"})]}),s.jsx("use",{height:"100%",stroke:"#010002",strokeWidth:"10",transform:"matrix(-1 0 0 1 647.2 0)",width:"100%",xlinkHref:"#".concat(a[0])}),s.jsx("path",{d:"m466 256-14.3 61.7-5.9-4.2 14-59.2-9.8.2 23.1-42.3 1.5 48.7zm37 13-43 50.8-4.6-5.2 42.8-50.2-8.7-4.6 39.2-26-20.3 43.8z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m492.6 242-38.5 74-5.9-3.5 38.7-73.8-9.4-2.4 32.7-34.6-10.5 47.5zm-48 96.6-2.9 11.7 8 8-11.2 47-10-13.3-14.6 6.8 11.1-47 10.4-3 2.6-11.7s3.2-1.2 6.6 1.5z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m447.3 330.8-5.7 10.6 5.7 9.7-22.4 42.5-6.3-15.6-15.9 2.6 22.4-42.4h10.7l5.5-10.6s4 0 6 3.2z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m448.2 333.9-15 19.2 3.4 10.8-30.9 36-2.8-16.6-16-1.2 30.8-36 10.4 2.5 16-20.4s4.4 2.2 4.1 5.7zm-382.7-45c3.6-1.5 6.2-2.9 6.2-6.7 0-1-.5-3-1.5-6.1L46 202a59 59 0 0 0-3-7.9c-1.1-2-3.2-2.9-6.1-4h30.7c-3.3 1.5-6.4 2.7-6.3 6.3 0 1.3.4 3.2 1.1 5.7l18.6 58 18.5-58a20 20 0 0 0 1.1-5.7c0-3.7-3.2-5-6.3-6.4h29.8c-2.7 1.1-5 2-6 4.1a63 63 0 0 0-3.1 8L90.8 276a37.9 37.9 0 0 0-1.5 6.1s-1.1 4.7 6.2 6.7h-30zm515.3-7.6v-83.7c0-1.4-.3-2.5-.8-3.3s-2.5-3-5.5-4.2h27.7a11.5 11.5 0 0 0-5.5 4.2c-.5.8-.7 1.9-.7 3.3v83.7c0 1.5.2 2.6.7 3.4.5.8 2.5 2.8 5.5 4.2h-27.7c3-1.4 5-3.4 5.5-4.2.5-.8.8-1.9.8-3.4z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"M324.8 309.8S399 276.9 399.1 201H250.5c.2 76 74.3 108.8 74.3 108.8z",fill:"#fff",stroke:"#010002",strokeWidth:"1.5"}),s.jsx("path",{d:"M262 201v48.5s5.6 11.3 11.4 18.3V201H262zm22.8 0v80s7.2 7 11.4 10.4V201h-11.4zm22.9 0v98.9s8.1 5.2 11.4 7v-106h-11.4zm80 0v48.5s-5.7 11.3-11.5 18.3V201h11.5zm-22.9 0v80s-7.1 7-11.4 10.4V201h11.4zm-22.8 0v98.9s-8.2 5.2-11.5 7v-106H342z",fill:"#a60032",stroke:"#010002",strokeWidth:"1.5"}),s.jsx("path",{d:"M399.1 145.8s-36.4 19-74.3-1.6c-37.9 20.6-74.3 1.6-74.3 1.6V201h148.6v-55.2z",fill:"#162667",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"})]})}));exports.VI=r;
1
+ "use strict";var s=require("react/jsx-runtime"),t=require("react"),e=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var r=t.forwardRef((function(t,r){var c=t.borderRadius,l=t.height,h=t.width,a=i.useStableUniqueId(1);return s.jsxs(e.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:h,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M204.3 315s-.5-3.6 6.2-6.1c6.6-2.6 7.2-12.2 5.8-18.6 0 0-3.4 6-7.7 8.1 0 0-6.8 3.6-7.2 10.4 0 0 0 2.5-.5 4.5-.3 1-3.4-8.6 2.4-15.8 6-7.3 7.6-13.3 2.9-25 0 0-.5 7-5.1 11.1-4.7 4-5.3 4.4-5.2 14 0 0 0 3.4-1.7 4.5 0 0-3.6-5.3-4.6-8.8-1-3.5-1.4-5 2.8-9 0 0 13.2-8.7 3.7-27.4 0 0-.3 6.4-5 10.2-4.5 3.9-4.2 6.4-4.4 13-.2 6.7-.6 6.2-1.1 7.2 0 0-8.5-15.6-2-23.8 6.5-8.3 10.2-10 3-25.4 0 0 .3 8-5.5 11.8-5.7 4-4.4 13-4.4 13s.4 3.5-.8 6c0 0-8.1-15.9-.4-24.4 6.6-7.3 7-12.4 3.5-22.6 0 0-.4 4.7-4 7.3-3.7 2.6-6.6 5.1-5.9 15 0 0 .3 7-.6 9 0 0-3.4-6.4-4.4-10.5-1-4.2-1.3-6.6 1.2-10.7s12.5-16 .6-33c0 0-.3 5.5-3.4 10.5-3 5-1.6 10.9-1 15.4.7 4.5-1.5 8.9-1.5 8.9s-5.2-9.5-4-20.4c1-11-3.4-20-13.5-26.4 0 0-7.3 17 2.7 25.7 0 0 8.5 8.4 10.7 18.6 0 0-6.5-.6-12.3-12-5.9-11.4-18-9.6-18.8-9.7 0 0 2 17.6 20.6 22.6 0 0 12 2 14.2 10.8 0 0 2 6 2.8 9.2 0 0-3.8-1.5-7.3-6.7-3.5-5-3-5.7-14.8-6.9 0 0-4.7-.5-7.2-3.9 0 0 5 18.6 17.7 18.5 0 0 11.6-1.3 18 14l-2.9-2c-1.7-1.1-6-3.3-14.5-2.3s-10.9-.4-13-1c0 0 8.6 15.7 20.7 11 12.2-4.7 18 12.4 18.2 12.7 0 0-1.7-1.2-3.8-3.3-2.2-2.1-6.6-4.7-15-2 0 0-6.1 2.3-12.3.4 0 0 6 11.5 19.8 9.5a15.1 15.1 0 0 1 17.3 10.2s-1.8-1-3-2c-1.3-1-6-3.7-16-.8-10 3-13.6-.4-13.6-.4s5.5 10 16.2 11.3c0 0 6-.1 8.4-1 2.5-1 9.2-2.5 13.8 4.2 0 0-1.3.2-3.2-.7 0 0-7-2.5-12.5 2 0 0-4.8 4.9-11.6 4 0 0 8.8 8.5 22.8 1.3 0 0 4.7-3.4 8.2-.8 3.5 2.7 11.5-2.6 11.5-2.6z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsxs("g",{fill:"#f4c53d",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5",children:[s.jsx("path",{d:"M282.2 103.7s-1.6-14.5 10-16a38 38 0 0 1 18 1.2l5.5 10.6-2 7.2-7.4 3.4s1.3-11-8.8-11.2c-2.6 0-4 1-8.1.3s-6.3 3.8-7.2 4.5z"}),s.jsx("path",{d:"M363.8 139.6c-1.8 2.2-8.7 3-8.7 3s7.1 5.5 10.2 13.3c3 7.7-82.4 0-82.4 0s3.8-2.6 6.3-7.6c0 0-3.8 1.4-7.6-2.4 0 0 2.8 1 6.5-4.6 0 0 5.5-7 9.4-9 0 0-1.8 1.2-6.1-1.2 0 0 7.4-1 10-13.5 0 0 .5-2.8 3.3-7 2.8-4 2.2.9 7.4-5.4 0 0 2.4-4.4.3-7-2-2.8-4.3-1.8-8.6-4.4-4.4-2.6-6.3-4-4.8-8s5.3-3.4 5.9-3.4.8-3.5 5.5-5.9 17.4-1.3 19.2-.3c2 1 9.5 3.3 14 14.5 4.4 11.2-1.2 15.4 10.8 32.4 0 0-4.8 1-7.9 0 0 0 6.3 11.2 17.3 16.5z"}),s.jsx("path",{d:"M311 92.2c-10-.5-6.1-9.8-6.1-9.8",fill:"none"}),s.jsx("path",{d:"M328 93.5s-1.7-.8-3.2-2.8c-2-2.7-6.7-4-9.1-1.4 0 0-2.5 2.8-4.8 3 0 0 2.6.7 4.3 2.3 1.7 1.6 3.5 2.8 6.1 2.4 2.6-.3 3-1.7 4.2-2.5 1.3-.8 2.5-1 2.5-1z"})]}),s.jsx("path",{d:"M202.8 336.5s-.2-6.4 7.8-6.8l23.5 32.7s-.9 2.1-11.5 1.9c0 0-1.2 0-1.8 1.2-.9 2-18-29-18-29z",fill:"#369443",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsxs("g",{fill:"#f4c53d",id:"".concat(a[0]),stroke:"#010002",strokeWidth:"10",transform:"translate(3.6 26.2) scale(.15055)",children:[s.jsx("path",{d:"M1495 1807.9s-49.9 85.6-110.2 87c0 0-103.7-12.6-133 14.5-20.5 18.9-41.4 34.5-50 82.8-8.4 48.3 16.5 58.7 22.4 60.8 0 0 4.6 34.5 38.7 25.5 0 0 2 36 62.2 18.7 60.3-17.3 85.3-11.8 97-71.8 11.9-60.1 22.8-59.1 33.5-66.3 14.4-9.7 41.5-18.8 61.6-30.4 18-10.4 87.2-45.6 110.8-48.3 23.6-2.8 18.4-82.2 18.4-82.2h-61l-29.5-43.5-61 53.2zm192-429.4s-61 49.7-112.2 0c0 0-20.6 24.8-62 17.6-41.2-7.3-48.1-29-52-41.4 0 0-35.8 20.8-66 4.3-30-16.4-30-41.3-30-41.3s-52.5 10.4-79.4-25.2c-26.9-35.5-10.5-70.7 4-74.9 0 0-56.7 14.9-72.2-33.8a56 56 0 0 1 16.4-62.8s-119.4-.6-168.4-38c0 0-40.7-25.6-16.4-52.5 0 0-107.5-17.2-134.4-60 0 0-11.8-11.8-7.9-32.5 0 0 .7-11.7 12.5-12.4 0 0-122.6-19-158-59.4 0 0-17-18.6-8.5-43.5 0 0 1.8-6.5 4.7-11 0 0-111.6-23.5-166.6-73.2 0 0-31.8-28.3-15.4-66.3 0 0-186.5-51-143.3-133.2 0 0-87.2-28.3-59.6-107 0 0-72.1-36.6-40.7-94.6 30.1-55.5 122.6 9.7 232 40 0 0 296.4 93.2 442.3 118l414.6 617.3 241.9 93.2 24.5 172.6z"}),s.jsx("path",{d:"M1689.9 923.9s-38.9-29.2-108.2 5.1c0 0-23.3 16.1-41.7-1.5a37.3 37.3 0 0 1 4.3-57.5c51.7-38.3 70.8-153.2-7.8-200.9 0 0-114-67.6-532.3-174 0 0-35-9.8-53.8-5.1a52 52 0 0 0-37.6 37.8S894 581.1 957 611.6c0 0 28.4 13 57.7 21.4 0 0-32.2-7-46 24.8-13 30.4 6 61.5 65 81.5 0 0 16 6.2 38.7 11.7 0 0-50.5 14.5-26.2 55.3 0 0 21.6 42.8 98 50.4 0 0-57 6.2-16.8 60.4 0 0 17.7 29.7 73.4 40.7 0 0-42.2 1.4-21 39.3 21.4 38 71.5 59.4 120.9 62.9 0 0 26.7 1.4 45.4-2.8 0 0-47 23.5-19.4 62.8 0 0 20.3 28 71.1 26.6 0 0-13.1 44 24.1 60.6 29 13 53.1-7.8 53.1-7.8s-9.8 47.1 32.5 63.7c0 0 21.1 10.9 52.6 0 0 0 24 53.9 109.6 16 85.6-37.7 20.2-355.1 20.2-355.1zm5 489.4s-12.5 67.4-112 152.2c0 0-76.8 67.7-74.9 145.7 2 79.5-13.7 88.4-43.9 115.3 0 0 62.3 4.9 92.4-36.6 0 0-1.3 69-10.5 75.3 0 0 19.6 1.2 47.9-29.7 0 0 17-18 32.8-24.9 0 0-18.4 47.7-4 91.9 0 0 4.6-17.3 28.9-24.9 0 0 44-9 61-72.5 0 0 11.1-42 80-79.4 0 0 78-29.4 76-67.8-2-38.5-173.6-244.6-173.6-244.6z"}),s.jsx("path",{d:"M2056.5 2282.2s-17.9 78.8-80 72.5c0 0-43.9-4.2-40.6-77.4 0 0-64.9 34.6-75.4-51 0 0-59 13.7-58.3-66.3 0 0-55 9.6-48.5-61.5 0 0-59.7 16-59.7-51 0 0-139.6-23.2 151.4-288.6l259.6 154.6-48.5 368.7z",strokeMiterlimit:"10"}),s.jsx("path",{d:"M2085.4 1928.3s-43.3 38.4-74.1-19c0 0-42-2-48.5-33.8 0 0-34.1-3.4-40.7-35.9 0 0-46.5-4.8-45.2-44.1 0 0-84.6-6.6 0-102.4 84.6-95.8 228.1 159 228.1 159l-19.6 76.2zm48.2-23.8c42 0 89.5 262 77.2 419.9-4.5 57.3-35.2 104.1-77.2 104.1s-72.6-46.8-77-104.1c-12.4-157.9 35.1-419.9 77-419.9"}),s.jsx("ellipse",{cx:"2133.6",cy:"1902.5",rx:"58",ry:"86"}),s.jsx("path",{d:"M1935.9 2277.3s6.6-138.7 126.8-337.6m-202.2 286.6s-18.7-80.1 150.8-317c0 0-19.7-56.5 40.6-92.8M1802.2 2160s-5.3-86.7 160.6-284.5c0 0-14.7-51 45.4-91.8m-254.5 314.8s6.2-87.6 168.4-258.9c0 0-8-52.4 50-84.9m-278 292.8s11.7-100.1 182.8-252c0 0-5.9-39.4 51.1-79.4",fill:"none",strokeMiterlimit:"10"}),s.jsx("path",{d:"M372.3 432s134.3 77.8 552.9 155.6M431.9 539S795.6 657.6 965 672.2m-389.9 0s213.4 67 463.3 109.3m-281.2 30.3s241 57.9 356.2 67.5M919 925.6s203.9 42.5 255.5 47.6m-125.7 57.3s148.8 22.6 208 21.4m-23.2 69s60.2-2.8 89.1-7.6m-33.4 104.3s51.2-13.8 81.3-33.1m-5.9 133.2s39.4-15.2 58.4-56.6m37.7 93.6s30.4-27.3 32.4-57.7m81.6 81.5s-11.4-9.9-3.6-52.7m-11.1-62.8s-6-12.2-4-31.6m-211-581.3s68.8 27.6 91.7 65.6c23 38 7.9 74.9 0 96-3.9 10.7-52.4 104.2 4.6 171.9M1346 1057s.4-.3 24.6-8m-169.8-91.4s41 8.2 81.3 8.6m-138-109.8s48.2 4.9 93.5 4.2m-165.2-109.8s69.5 13.8 106.8 14.5M1014.7 633s85.7 24.4 149.4 33.1m141.6 50.4s-61.6 57.3 12.5 110.5c0 0-30.8 48.3 30.8 98.7m-16.4 23.8s-9.2 92.2 103.6 92.2c0 0-21.7 82.1 87.2 79.4 0 0 12.4 65.6 91 52.4M1441.3 1895s-17.9 4-56.6 0m-108.8 48.3s-54.4-8.3-51.8 109.8m84.6-82.9s-49.2-6.2-46 108.4m520.7-384.5s-23.6 4.8-40 23.5c-16.3 18.6-47.8 15.1-47.8 15.1s17-13.8 23-48.3c5.8-34.5 24.9-44.9 24.9-44.9m-56.3-32.6s-23.6 4.8-40 23.4c-16.4 18.7-47.9 15.2-47.9 15.2s17-13.8 23-48.3c5.9-34.5 24.9-44.9 24.9-44.9m23.7 188.5s-20.6 4.3-34.9 20.5c-14.3 16.3-41.8 13.3-41.8 13.3s15-12 20-42.2c5.2-30.1 21.8-39.2 21.8-39.2",fill:"none"})]}),s.jsx("use",{height:"100%",stroke:"#010002",strokeWidth:"10",transform:"matrix(-1 0 0 1 647.2 0)",width:"100%",xlinkHref:"#".concat(a[0])}),s.jsx("path",{d:"m466 256-14.3 61.7-5.9-4.2 14-59.2-9.8.2 23.1-42.3 1.5 48.7zm37 13-43 50.8-4.6-5.2 42.8-50.2-8.7-4.6 39.2-26-20.3 43.8z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m492.6 242-38.5 74-5.9-3.5 38.7-73.8-9.4-2.4 32.7-34.6-10.5 47.5zm-48 96.6-2.9 11.7 8 8-11.2 47-10-13.3-14.6 6.8 11.1-47 10.4-3 2.6-11.7s3.2-1.2 6.6 1.5z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m447.3 330.8-5.7 10.6 5.7 9.7-22.4 42.5-6.3-15.6-15.9 2.6 22.4-42.4h10.7l5.5-10.6s4 0 6 3.2z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"m448.2 333.9-15 19.2 3.4 10.8-30.9 36-2.8-16.6-16-1.2 30.8-36 10.4 2.5 16-20.4s4.4 2.2 4.1 5.7zm-382.7-45c3.6-1.5 6.2-2.9 6.2-6.7 0-1-.5-3-1.5-6.1L46 202a59 59 0 0 0-3-7.9c-1.1-2-3.2-2.9-6.1-4h30.7c-3.3 1.5-6.4 2.7-6.3 6.3 0 1.3.4 3.2 1.1 5.7l18.6 58 18.5-58a20 20 0 0 0 1.1-5.7c0-3.7-3.2-5-6.3-6.4h29.8c-2.7 1.1-5 2-6 4.1a63 63 0 0 0-3.1 8L90.8 276a37.9 37.9 0 0 0-1.5 6.1s-1.1 4.7 6.2 6.7h-30zm515.3-7.6v-83.7c0-1.4-.3-2.5-.8-3.3s-2.5-3-5.5-4.2h27.7a11.5 11.5 0 0 0-5.5 4.2c-.5.8-.7 1.9-.7 3.3v83.7c0 1.5.2 2.6.7 3.4.5.8 2.5 2.8 5.5 4.2h-27.7c3-1.4 5-3.4 5.5-4.2.5-.8.8-1.9.8-3.4z",fill:"#0081c6",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"}),s.jsx("path",{d:"M324.8 309.8S399 276.9 399.1 201H250.5c.2 76 74.3 108.8 74.3 108.8z",fill:"#fff",stroke:"#010002",strokeWidth:"1.5"}),s.jsx("path",{d:"M262 201v48.5s5.6 11.3 11.4 18.3V201H262zm22.8 0v80s7.2 7 11.4 10.4V201h-11.4zm22.9 0v98.9s8.1 5.2 11.4 7v-106h-11.4zm80 0v48.5s-5.7 11.3-11.5 18.3V201h11.5zm-22.9 0v80s-7.1 7-11.4 10.4V201h11.4zm-22.8 0v98.9s-8.2 5.2-11.5 7v-106H342z",fill:"#a60032",stroke:"#010002",strokeWidth:"1.5"}),s.jsx("path",{d:"M399.1 145.8s-36.4 19-74.3-1.6c-37.9 20.6-74.3 1.6-74.3 1.6V201h148.6v-55.2z",fill:"#162667",stroke:"#010002",strokeMiterlimit:"10",strokeWidth:"1.5"})]})}));exports.VI=r;
package/icons/flags/VN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var l=r.forwardRef((function(r,l){var a=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#ec0015"}),e.jsx("path",{d:"M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z",fill:"#ff0"})]})]})}));exports.VN=l;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=r.forwardRef((function(r,l){var a=r.borderRadius,t=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#ec0015"}),e.jsx("path",{d:"M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z",fill:"#ff0"})]})]})}));exports.VN=l;
package/icons/flags/ZA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,d=r.width,h=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,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:"M-71.9 0h682.7v512H-71.9z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(67.4) scale(.93748)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-71.9 407.8V104.4L154 256.1-72 407.8z"}),e.jsx("path",{d:"m82.2 512.1 253.6-170.6H696V512H82.2z",fill:"#00c"}),e.jsx("path",{d:"M66 0h630v170.8H335.7S69.3-1.7 66 0z",fill:"red"}),e.jsx("path",{d:"M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z",fill:"#fc0"}),e.jsx("path",{d:"M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z",fill:"#093"}),e.jsx("path",{d:"M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z",fill:"#fff"})]})})]})}));exports.ZA=s;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=r.forwardRef((function(r,s){var t=r.borderRadius,a=r.height,d=r.width,h=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:t,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:"M-71.9 0h682.7v512H-71.9z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(67.4) scale(.93748)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-71.9 407.8V104.4L154 256.1-72 407.8z"}),e.jsx("path",{d:"m82.2 512.1 253.6-170.6H696V512H82.2z",fill:"#00c"}),e.jsx("path",{d:"M66 0h630v170.8H335.7S69.3-1.7 66 0z",fill:"red"}),e.jsx("path",{d:"M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z",fill:"#fc0"}),e.jsx("path",{d:"M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z",fill:"#093"}),e.jsx("path",{d:"M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z",fill:"#fff"})]})})]})}));exports.ZA=s;
package/icons/flags/ZW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,h=e.width,t=s.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 24 25",width:h,children:[l.jsxs("g",{clipPath:"url(#".concat(t[0],")"),children:[l.jsx("path",{d:"M6.77 8.222 1.221 3.98A2.661 2.661 0 0 0 0 6.222v12a2.661 2.661 0 0 0 1.223 2.242L12 12.222l-5.23-4Z",fill:"#EEE"}),l.jsx("path",{d:"m4.455 7.953 1.188 2.409 2.66.387-1.925 1.875.455 2.648-2.378-1.25-2.378 1.25.454-2.648-1.924-1.875 2.658-.387 1.19-2.409Z",fill:"#DE200F"}),l.jsx("path",{d:"M5 10.527c-.611-.5-.861-.86-1.305-1.555-.444-.694-1.028-.611-1.278 0-.389.084-.5.5-.5.5.638-.194 1.055.222 1.111 1.112.056.889-.167 1.138-.555 1.916-.389.778.055.972.055.972l.256 1.35h3.972l.55-2.378h.333S5.611 11.027 5 10.527Z",fill:"#FFD200"}),l.jsx("path",{d:"m3.875 11.243-.23.157s.417.913 1.021 1.044c.604.132 2.558.349 2.558.349l.08-.349s-2.02-.243-2.527-.326c-.508-.084-.902-.875-.902-.875Zm-.5 2.25s.854-.07 1.292 0c.408.067 2.128.162 2.356.175l.075-.327c-.233-.037-2.05-.327-2.557-.357-.541-.032-1.082.23-1.166.51Zm.438.646.104.684h2.838l.122-.523c-1.382-.274-3.064-.161-3.064-.161Z",fill:"#FFAC33"}),l.jsx("path",{d:"M6.782 14.856H2.756l-.005-.027-.253-1.335a.426.426 0 0 1-.185-.23c-.073-.2-.029-.462.129-.78.059-.117.114-.222.165-.32.28-.537.434-.833.388-1.58-.032-.497-.176-.848-.418-1.016-.176-.121-.394-.143-.65-.065l-.058.018.016-.058c.004-.018.117-.426.508-.52.124-.292.329-.472.564-.493.272-.023.543.154.766.503.428.67.68 1.043 1.298 1.548.604.494 2.617 1.902 2.638 1.916l.086.06h-.412l-.551 2.379Zm-3.97-.066h3.917l.55-2.379h.254c-.394-.276-2.021-1.421-2.554-1.858-.626-.512-.88-.888-1.312-1.563-.209-.327-.463-.496-.704-.473-.214.02-.402.19-.516.468L2.441 9l-.018.003c-.278.06-.408.305-.454.418.251-.063.468-.032.646.091.26.18.414.55.446 1.068.048.764-.109 1.066-.394 1.614-.051.098-.106.203-.164.32-.148.294-.192.544-.128.724.054.15.162.2.167.202l.016.008.003.016.25 1.325Z",fill:"#F15A29"}),l.jsx("path",{d:"M23.915 5.555a2.667 2.667 0 0 0-2.582-2H2.667c-.532 0-1.028.156-1.444.424l-.001.001 2.06 1.575h20.633Zm0 13.334c-.296 1.15-1.34 2-2.582 2H2.667a2.658 2.658 0 0 1-1.444-.424h-.001l2.06-1.576h20.633Z",fill:"#319209"}),l.jsx("path",{d:"M3.282 5.556 12 12.222 3.282 18.89h20.633a2.65 2.65 0 0 0 .085-.667v-12c0-.228-.03-.454-.085-.666 0-.002-20.633 0-20.633 0Z",fill:"#FFD200"}),l.jsx("path",{d:"m6.77 8.222 3.487 2.667H24V8.222H6.77Zm0 8H24v-2.667H10.257l-3.488 2.667Z",fill:"#DE200F"}),l.jsx("path",{d:"M10.257 10.889 1.222 3.98a2.76 2.76 0 0 0-.333.254l10.444 7.988L.89 20.21c.104.093.216.178.334.254l9.034-6.908H24v-2.667H10.257Z",fill:"#141414"})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[0]),children:l.jsx("path",{d:"M0 .222h24v24H0z",fill:"#fff"})})})]})}));exports.ZW=a;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,h=e.width,t=s.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 24 25",width:h,children:[l.jsxs("g",{clipPath:"url(#".concat(t[0],")"),children:[l.jsx("path",{d:"M6.77 8.222 1.221 3.98A2.661 2.661 0 0 0 0 6.222v12a2.661 2.661 0 0 0 1.223 2.242L12 12.222l-5.23-4Z",fill:"#EEE"}),l.jsx("path",{d:"m4.455 7.953 1.188 2.409 2.66.387-1.925 1.875.455 2.648-2.378-1.25-2.378 1.25.454-2.648-1.924-1.875 2.658-.387 1.19-2.409Z",fill:"#DE200F"}),l.jsx("path",{d:"M5 10.527c-.611-.5-.861-.86-1.305-1.555-.444-.694-1.028-.611-1.278 0-.389.084-.5.5-.5.5.638-.194 1.055.222 1.111 1.112.056.889-.167 1.138-.555 1.916-.389.778.055.972.055.972l.256 1.35h3.972l.55-2.378h.333S5.611 11.027 5 10.527Z",fill:"#FFD200"}),l.jsx("path",{d:"m3.875 11.243-.23.157s.417.913 1.021 1.044c.604.132 2.558.349 2.558.349l.08-.349s-2.02-.243-2.527-.326c-.508-.084-.902-.875-.902-.875Zm-.5 2.25s.854-.07 1.292 0c.408.067 2.128.162 2.356.175l.075-.327c-.233-.037-2.05-.327-2.557-.357-.541-.032-1.082.23-1.166.51Zm.438.646.104.684h2.838l.122-.523c-1.382-.274-3.064-.161-3.064-.161Z",fill:"#FFAC33"}),l.jsx("path",{d:"M6.782 14.856H2.756l-.005-.027-.253-1.335a.426.426 0 0 1-.185-.23c-.073-.2-.029-.462.129-.78.059-.117.114-.222.165-.32.28-.537.434-.833.388-1.58-.032-.497-.176-.848-.418-1.016-.176-.121-.394-.143-.65-.065l-.058.018.016-.058c.004-.018.117-.426.508-.52.124-.292.329-.472.564-.493.272-.023.543.154.766.503.428.67.68 1.043 1.298 1.548.604.494 2.617 1.902 2.638 1.916l.086.06h-.412l-.551 2.379Zm-3.97-.066h3.917l.55-2.379h.254c-.394-.276-2.021-1.421-2.554-1.858-.626-.512-.88-.888-1.312-1.563-.209-.327-.463-.496-.704-.473-.214.02-.402.19-.516.468L2.441 9l-.018.003c-.278.06-.408.305-.454.418.251-.063.468-.032.646.091.26.18.414.55.446 1.068.048.764-.109 1.066-.394 1.614-.051.098-.106.203-.164.32-.148.294-.192.544-.128.724.054.15.162.2.167.202l.016.008.003.016.25 1.325Z",fill:"#F15A29"}),l.jsx("path",{d:"M23.915 5.555a2.667 2.667 0 0 0-2.582-2H2.667c-.532 0-1.028.156-1.444.424l-.001.001 2.06 1.575h20.633Zm0 13.334c-.296 1.15-1.34 2-2.582 2H2.667a2.658 2.658 0 0 1-1.444-.424h-.001l2.06-1.576h20.633Z",fill:"#319209"}),l.jsx("path",{d:"M3.282 5.556 12 12.222 3.282 18.89h20.633a2.65 2.65 0 0 0 .085-.667v-12c0-.228-.03-.454-.085-.666 0-.002-20.633 0-20.633 0Z",fill:"#FFD200"}),l.jsx("path",{d:"m6.77 8.222 3.487 2.667H24V8.222H6.77Zm0 8H24v-2.667H10.257l-3.488 2.667Z",fill:"#DE200F"}),l.jsx("path",{d:"M10.257 10.889 1.222 3.98a2.76 2.76 0 0 0-.333.254l10.444 7.988L.89 20.21c.104.093.216.178.334.254l9.034-6.908H24v-2.667H10.257Z",fill:"#141414"})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(t[0]),children:l.jsx("path",{d:"M0 .222h24v24H0z",fill:"#fff"})})})]})}));exports.ZW=a;
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode } from 'react';
2
- import type { IconProps } from "../../types";
2
+ import type { IconProps } from "../../types/IconProps";
3
3
  export declare const StateIconBase: import("react").ForwardRefExoticComponent<{
4
4
  children: ReactNode;
5
5
  viewBox?: string | undefined;