@zonos/amino 5.5.31 → 5.5.32

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 (766) hide show
  1. package/CountryMultiSelectExpandedOption-22d4110d.js +1 -0
  2. package/DateControlsWrapper-8bc4369f.js +1 -0
  3. package/_rollupPluginBabelHelpers-697f213c.js +1 -0
  4. package/components/avatar/AvatarBase.js +1 -1
  5. package/components/avatar/ImageAvatar.js +1 -1
  6. package/components/avatar/UserAvatar.js +1 -1
  7. package/components/badge/Badge.js +1 -1
  8. package/components/banner/Banner.js +1 -1
  9. package/components/button/Button.js +1 -1
  10. package/components/button/ButtonIcon.js +1 -1
  11. package/components/button/MenuButton.js +1 -1
  12. package/components/button/RippleGroup.js +1 -1
  13. package/components/button/_Ripple.js +1 -1
  14. package/components/button/button-group/ButtonGroup.js +1 -1
  15. package/components/card/Card.js +1 -1
  16. package/components/checkbox/Checkbox.js +1 -1
  17. package/components/collapse/Collapse.js +1 -1
  18. package/components/connection-map/ConnectionMap.js +1 -1
  19. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  20. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -1
  21. package/components/cover-sheet/CoverSheet.js +1 -1
  22. package/components/cover-sheet/CoverSheetActions.js +1 -1
  23. package/components/currency/Currency.js +1 -1
  24. package/components/currency/DualCurrency.js +1 -1
  25. package/components/danger-zone/DangerZone.js +1 -1
  26. package/components/dialog/BaseDialog.js +1 -1
  27. package/components/dialog/Dialog.js +1 -1
  28. package/components/dialog/DismissableDialog.js +1 -1
  29. package/components/dialog/alert/AlertContext.js +1 -1
  30. package/components/dialog/alert/AlertDialog.js +1 -1
  31. package/components/dialog/alert/useAlert.js +1 -1
  32. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  33. package/components/dialog/confirm/ConfirmContext.js +1 -1
  34. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  35. package/components/dialog/confirm/useConfirm.js +1 -1
  36. package/components/divider/Divider.js +1 -1
  37. package/components/drop-zone/DropZone.js +1 -1
  38. package/components/file-upload/FileUpload.js +1 -1
  39. package/components/filter/FilterWrapper.js +1 -1
  40. package/components/filter/filter-amount/FilterAmount.js +1 -1
  41. package/components/filter/filter-date/DateControls.js +1 -1
  42. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  43. package/components/filter/filter-date/FilterDate.js +1 -1
  44. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  45. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  46. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  47. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  48. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  49. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  50. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  51. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  52. package/components/filter/filter-select/FilterSelect.js +1 -1
  53. package/components/filter/filter-text/FilterText.js +1 -1
  54. package/components/filter/useFilterWrapper.js +1 -1
  55. package/components/flex/Flex.js +1 -1
  56. package/components/glow/GlowWrapper.js +1 -1
  57. package/components/help-text/HelpText.js +1 -1
  58. package/components/input/Input.js +1 -1
  59. package/components/input/MultiInput.js +1 -1
  60. package/components/input/input-simple/InputSimple.js +1 -1
  61. package/components/input/input-simple/input-type/_DateInput.js +1 -1
  62. package/components/input/input-simple/input-type/_InputBase.js +1 -1
  63. package/components/input/input-simple/input-type/_NumberInput.js +1 -1
  64. package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
  65. package/components/input/input-simple/input-type/_TimeInput.js +1 -1
  66. package/components/input/input-type/_DateInput.js +1 -1
  67. package/components/input/input-type/_FloatLabelInput.js +1 -1
  68. package/components/input/input-type/_NumberInput.js +1 -1
  69. package/components/input/input-type/_PasswordInput.js +1 -1
  70. package/components/input/input-type/_TimeInput.js +1 -1
  71. package/components/layout/Layout.js +1 -1
  72. package/components/layout/NavigationGroup.js +1 -1
  73. package/components/lightbox/LightBox.js +1 -1
  74. package/components/list/CollapsibleList.js +1 -1
  75. package/components/list/List.js +1 -1
  76. package/components/list-item/ListItem.js +1 -1
  77. package/components/menu/Menu.js +1 -1
  78. package/components/menu/MenuItem.js +1 -1
  79. package/components/nested-data-table/NestedDataTable.js +1 -1
  80. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  81. package/components/nested-data-table/_Filter.js +1 -1
  82. package/components/nested-data-table/_TableData.js +1 -1
  83. package/components/pivot-table/PivotTable.js +1 -1
  84. package/components/progress-bar/ProgressBar.js +1 -1
  85. package/components/radio/Radio.js +1 -1
  86. package/components/radio/RadioGroup.js +1 -1
  87. package/components/rest-state/RestState.js +1 -1
  88. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  89. package/components/rich-checkbox/RichCheckbox.js +1 -1
  90. package/components/rich-radio/RichRadio.js +1 -1
  91. package/components/rounded-icon/RoundedIcon.js +1 -1
  92. package/components/section/HSection.js +1 -1
  93. package/components/section/VSection.js +1 -1
  94. package/components/section/_SectionHeader.js +1 -1
  95. package/components/section/_SectionInnerWrapper.js +1 -1
  96. package/components/section/_SectionSubheader.js +1 -1
  97. package/components/select/CountryMultiSelect.js +1 -1
  98. package/components/select/CountrySelect.js +1 -1
  99. package/components/select/MultiSelect.js +1 -1
  100. package/components/select/Select.js +1 -1
  101. package/components/select/_StyledReactSelect.js +1 -1
  102. package/components/simple-table/SimpleTable.js +1 -1
  103. package/components/simple-table/SimpleTableRow.js +1 -1
  104. package/components/skeleton/Skeleton.js +1 -1
  105. package/components/slide-over/SlideOver.js +1 -1
  106. package/components/spinner/Spinner.js +1 -1
  107. package/components/split-panel/SplitPanel.js +1 -1
  108. package/components/stack/HStack.js +1 -1
  109. package/components/stack/Stack.js +1 -1
  110. package/components/stack/VStack.js +1 -1
  111. package/components/surface/Surface.js +1 -1
  112. package/components/switch/Switch.js +1 -1
  113. package/components/table/Table.js +1 -1
  114. package/components/table/TableBody.js +1 -1
  115. package/components/table/TableCell.js +1 -1
  116. package/components/table/TableFooter.js +1 -1
  117. package/components/table/TableHead.js +1 -1
  118. package/components/table/TableRow.js +1 -1
  119. package/components/table/TableRowCollapse.js +1 -1
  120. package/components/tabs/Tabs.js +1 -1
  121. package/components/tag/Tag.js +1 -1
  122. package/components/text/Text.js +1 -1
  123. package/components/text-avatar/TextAvatar.js +1 -1
  124. package/components/textarea/Textarea.js +1 -1
  125. package/components/theme-select/ThemeSelect.js +1 -1
  126. package/components/thumbnail/Thumbnail.js +1 -1
  127. package/components/toast/Toast.js +1 -1
  128. package/components/toast/ToastContext.js +1 -1
  129. package/components/toggle/Toggle.js +1 -1
  130. package/components/tooltip/Tooltip.js +1 -1
  131. package/icons/AIDuotoneIcon.js +1 -1
  132. package/icons/AIIcon.js +1 -1
  133. package/icons/ArrowDownDuotoneIcon.js +1 -1
  134. package/icons/ArrowDownIcon.js +1 -1
  135. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  136. package/icons/ArrowLeftIcon.js +1 -1
  137. package/icons/ArrowRightDuotoneIcon.js +1 -1
  138. package/icons/ArrowRightIcon.js +1 -1
  139. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  140. package/icons/ArrowSwapIcon.js +1 -1
  141. package/icons/ArrowUpDuotoneIcon.js +1 -1
  142. package/icons/ArrowUpIcon.js +1 -1
  143. package/icons/BagDuotoneIcon.js +1 -1
  144. package/icons/BagIcon.js +1 -1
  145. package/icons/BankDuotoneIcon.js +1 -1
  146. package/icons/BankIcon.js +1 -1
  147. package/icons/BellDuotoneIcon.js +1 -1
  148. package/icons/BellIcon.js +1 -1
  149. package/icons/BellOffDuotoneIcon.js +1 -1
  150. package/icons/BellOffIcon.js +1 -1
  151. package/icons/BookDuotoneIcon.js +1 -1
  152. package/icons/BookIcon.js +1 -1
  153. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  154. package/icons/BookmarkAddIcon.js +1 -1
  155. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  156. package/icons/BookmarkCheckIcon.js +1 -1
  157. package/icons/BookmarkDuotoneIcon.js +1 -1
  158. package/icons/BookmarkIcon.js +1 -1
  159. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  160. package/icons/BookmarkOffIcon.js +1 -1
  161. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  162. package/icons/BookmarkRemoveIcon.js +1 -1
  163. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  164. package/icons/BookmarkSubtractIcon.js +1 -1
  165. package/icons/BoxesDuotoneIcon.js +1 -1
  166. package/icons/BoxesIcon.js +1 -1
  167. package/icons/BufferDuotoneIcon.js +1 -1
  168. package/icons/BufferIcon.js +1 -1
  169. package/icons/CalculatorDuotoneIcon.js +1 -1
  170. package/icons/CalculatorIcon.js +1 -1
  171. package/icons/CalendarDuotoneIcon.js +1 -1
  172. package/icons/CalendarIcon.js +1 -1
  173. package/icons/CardDuotoneIcon.js +1 -1
  174. package/icons/CardIcon.js +1 -1
  175. package/icons/CaretDownDuotoneIcon.js +1 -1
  176. package/icons/CaretDownIcon.js +1 -1
  177. package/icons/CaretLeftDuotoneIcon.js +1 -1
  178. package/icons/CaretLeftIcon.js +1 -1
  179. package/icons/CaretRightDuotoneIcon.js +1 -1
  180. package/icons/CaretRightIcon.js +1 -1
  181. package/icons/CaretUpDuotoneIcon.js +1 -1
  182. package/icons/CaretUpIcon.js +1 -1
  183. package/icons/CartDuotoneIcon.js +1 -1
  184. package/icons/CartIcon.js +1 -1
  185. package/icons/ChartDuotoneIcon.js +1 -1
  186. package/icons/ChartIcon.js +1 -1
  187. package/icons/CheckCircleDuotoneIcon.js +1 -1
  188. package/icons/CheckCircleIcon.js +1 -1
  189. package/icons/CheckmarkDuotoneIcon.js +1 -1
  190. package/icons/CheckmarkIcon.js +1 -1
  191. package/icons/CheckoutDuotoneIcon.js +1 -1
  192. package/icons/CheckoutIcon.js +1 -1
  193. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  194. package/icons/ChevronDownCircleIcon.js +1 -1
  195. package/icons/ChevronDownDuotoneIcon.js +1 -1
  196. package/icons/ChevronDownIcon.js +1 -1
  197. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  198. package/icons/ChevronLeftCircleIcon.js +1 -1
  199. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  200. package/icons/ChevronLeftIcon.js +1 -1
  201. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  202. package/icons/ChevronRightCircleIcon.js +1 -1
  203. package/icons/ChevronRightDuotoneIcon.js +1 -1
  204. package/icons/ChevronRightIcon.js +1 -1
  205. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  206. package/icons/ChevronUpCircleIcon.js +1 -1
  207. package/icons/ChevronUpDuotoneIcon.js +1 -1
  208. package/icons/ChevronUpIcon.js +1 -1
  209. package/icons/CircleDuotoneIcon.js +1 -1
  210. package/icons/CircleIcon.js +1 -1
  211. package/icons/ClassifyDuotoneIcon.js +1 -1
  212. package/icons/ClassifyIcon.js +1 -1
  213. package/icons/ClearDuotoneIcon.js +1 -1
  214. package/icons/ClearIcon.js +1 -1
  215. package/icons/ClockDuotoneIcon.js +1 -1
  216. package/icons/ClockIcon.js +1 -1
  217. package/icons/CodeCircleDuotoneIcon.js +1 -1
  218. package/icons/CodeCircleIcon.js +1 -1
  219. package/icons/CodeDuotoneIcon.js +1 -1
  220. package/icons/CodeIcon.js +1 -1
  221. package/icons/CoinsDuotoneIcon.js +1 -1
  222. package/icons/CoinsIcon.js +1 -1
  223. package/icons/CollectDuotoneIcon.js +1 -1
  224. package/icons/CollectIcon.js +1 -1
  225. package/icons/CommentDuotoneIcon.js +1 -1
  226. package/icons/CommentIcon.js +1 -1
  227. package/icons/CopilotDuotoneIcon.js +1 -1
  228. package/icons/CopilotIcon.js +1 -1
  229. package/icons/CopyDuotoneIcon.js +1 -1
  230. package/icons/CopyIDIcon.js +1 -1
  231. package/icons/CopyIcon.js +1 -1
  232. package/icons/CubeDuotoneIcon.js +1 -1
  233. package/icons/CubeIcon.js +1 -1
  234. package/icons/DashboardDuotoneIcon.js +1 -1
  235. package/icons/DashboardIcon.js +1 -1
  236. package/icons/DiamondDuotoneIcon.js +1 -1
  237. package/icons/DiamondIcon.js +1 -1
  238. package/icons/DislikeDuotoneIcon.js +1 -1
  239. package/icons/DislikeIcon.js +1 -1
  240. package/icons/DocsDuotoneIcon.js +1 -1
  241. package/icons/DocsIcon.js +1 -1
  242. package/icons/DollarDuotoneIcon.js +1 -1
  243. package/icons/DollarIcon.js +1 -1
  244. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  245. package/icons/DoubleChevronIcon.js +1 -1
  246. package/icons/DragDuotoneIcon.js +1 -1
  247. package/icons/DragIcon.js +1 -1
  248. package/icons/EditDuotoneIcon.js +1 -1
  249. package/icons/EditIcon.js +1 -1
  250. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  251. package/icons/ExclamationMarkIcon.js +1 -1
  252. package/icons/ExportDuotoneIcon.js +1 -1
  253. package/icons/ExportIcon.js +1 -1
  254. package/icons/ExternalDuotoneIcon.js +1 -1
  255. package/icons/ExternalIcon.js +1 -1
  256. package/icons/EyeDuotoneIcon.js +1 -1
  257. package/icons/EyeIcon.js +1 -1
  258. package/icons/EyeOffDuotoneIcon.js +1 -1
  259. package/icons/EyeOffIcon.js +1 -1
  260. package/icons/FileDuotoneIcon.js +1 -1
  261. package/icons/FileIcon.js +1 -1
  262. package/icons/FileUploadDuotoneIcon.js +1 -1
  263. package/icons/FileUploadIcon.js +1 -1
  264. package/icons/FilterDuotoneIcon.js +1 -1
  265. package/icons/FilterIcon.js +1 -1
  266. package/icons/FolderListDuotoneIcon.js +1 -1
  267. package/icons/FolderListIcon.js +1 -1
  268. package/icons/FolderUploadDuotoneIcon.js +1 -1
  269. package/icons/FolderUploadIcon.js +1 -1
  270. package/icons/FusionDuotoneIcon.js +1 -1
  271. package/icons/FusionIcon.js +1 -1
  272. package/icons/GlobeDuotoneIcon.js +1 -1
  273. package/icons/GlobeIcon.js +1 -1
  274. package/icons/GraphQLDuotoneIcon.js +1 -1
  275. package/icons/GraphQLIcon.js +1 -1
  276. package/icons/GridDuotoneIcon.js +1 -1
  277. package/icons/GridIcon.js +1 -1
  278. package/icons/HelloDuotoneIcon.js +1 -1
  279. package/icons/HelloIcon.js +1 -1
  280. package/icons/HelpDuotoneIcon.js +1 -1
  281. package/icons/HelpIcon.js +1 -1
  282. package/icons/HexagonDuotoneIcon.js +1 -1
  283. package/icons/HexagonIcon.js +1 -1
  284. package/icons/HomeDuotoneIcon.js +1 -1
  285. package/icons/HomeIcon.js +1 -1
  286. package/icons/ImageDuotoneIcon.js +1 -1
  287. package/icons/ImageIcon.js +1 -1
  288. package/icons/ImportDuotoneIcon.js +1 -1
  289. package/icons/ImportIcon.js +1 -1
  290. package/icons/InfoDuotoneIcon.js +1 -1
  291. package/icons/InfoIcon.js +1 -1
  292. package/icons/IntegrationDuotoneIcon.js +1 -1
  293. package/icons/IntegrationIcon.js +1 -1
  294. package/icons/LandedCostDuotoneIcon.js +1 -1
  295. package/icons/LandedCostIcon.js +1 -1
  296. package/icons/LaptopDuotoneIcon.js +1 -1
  297. package/icons/LaptopIcon.js +1 -1
  298. package/icons/LeftPanelClosedDuotoneIcon.js +1 -1
  299. package/icons/LeftPanelClosedIcon.js +1 -1
  300. package/icons/LeftPanelOpenDuotoneIcon.js +1 -1
  301. package/icons/LeftPanelOpenIcon.js +1 -1
  302. package/icons/LightDuotoneIcon.js +1 -1
  303. package/icons/LightIcon.js +1 -1
  304. package/icons/LikeDuotoneIcon.js +1 -1
  305. package/icons/LikeIcon.js +1 -1
  306. package/icons/LineDownDuotoneIcon.js +1 -1
  307. package/icons/LineDownIcon.js +1 -1
  308. package/icons/LineUpDuotoneIcon.js +1 -1
  309. package/icons/LineUpIcon.js +1 -1
  310. package/icons/LinkDuotoneIcon.js +1 -1
  311. package/icons/LinkIcon.js +1 -1
  312. package/icons/LocationDuotoneIcon.js +1 -1
  313. package/icons/LocationIcon.js +1 -1
  314. package/icons/LockDuotoneIcon.js +1 -1
  315. package/icons/LockIcon.js +1 -1
  316. package/icons/LoginDuotoneIcon.js +1 -1
  317. package/icons/LoginIcon.js +1 -1
  318. package/icons/LogoutDuotoneIcon.js +1 -1
  319. package/icons/LogoutIcon.js +1 -1
  320. package/icons/MailDuotoneIcon.js +1 -1
  321. package/icons/MailIcon.js +1 -1
  322. package/icons/MaximizeDuotoneIcon.js +1 -1
  323. package/icons/MaximizeIcon.js +1 -1
  324. package/icons/MenuDuotoneIcon.js +1 -1
  325. package/icons/MenuIcon.js +1 -1
  326. package/icons/MinimizeDuotoneIcon.js +1 -1
  327. package/icons/MinimizeIcon.js +1 -1
  328. package/icons/MinusCircleDuotoneIcon.js +1 -1
  329. package/icons/MinusCircleIcon.js +1 -1
  330. package/icons/MinusDuotoneIcon.js +1 -1
  331. package/icons/MinusIcon.js +1 -1
  332. package/icons/MobileDuotoneIcon.js +1 -1
  333. package/icons/MobileIcon.js +1 -1
  334. package/icons/MoneyDuotoneIcon.js +1 -1
  335. package/icons/MoneyIcon.js +1 -1
  336. package/icons/MonitorDuotoneIcon.js +1 -1
  337. package/icons/MonitorIcon.js +1 -1
  338. package/icons/NightDuotoneIcon.js +1 -1
  339. package/icons/NightIcon.js +1 -1
  340. package/icons/NoteIcon.js +1 -1
  341. package/icons/PaletteDuotoneIcon.js +1 -1
  342. package/icons/PaletteIcon.js +1 -1
  343. package/icons/PauseCircleDuotoneIcon.js +1 -1
  344. package/icons/PauseCircleIcon.js +1 -1
  345. package/icons/PenDuotoneIcon.js +1 -1
  346. package/icons/PenIcon.js +1 -1
  347. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  348. package/icons/PercentBadgeIcon.js +1 -1
  349. package/icons/PercentDuotoneIcon.js +1 -1
  350. package/icons/PercentIcon.js +1 -1
  351. package/icons/PlaneDuotoneIcon.js +1 -1
  352. package/icons/PlaneIcon.js +1 -1
  353. package/icons/PlayCircleDuotoneIcon.js +1 -1
  354. package/icons/PlayCircleIcon.js +1 -1
  355. package/icons/PlayDuotoneIcon.js +1 -1
  356. package/icons/PlayIcon.js +1 -1
  357. package/icons/PlusCircleDuotoneIcon.js +1 -1
  358. package/icons/PlusCircleIcon.js +1 -1
  359. package/icons/PlusDuotoneIcon.js +1 -1
  360. package/icons/PlusIcon.js +1 -1
  361. package/icons/PrepayDuotoneIcon.js +1 -1
  362. package/icons/PrepayIcon.js +1 -1
  363. package/icons/PrinterDuotoneIcon.js +1 -1
  364. package/icons/PrinterIcon.js +1 -1
  365. package/icons/RadioIcon.js +1 -1
  366. package/icons/RateDuotoneIcon.js +1 -1
  367. package/icons/RateIcon.js +1 -1
  368. package/icons/ReceiptDuotoneIcon.js +1 -1
  369. package/icons/ReceiptIcon.js +1 -1
  370. package/icons/RefreshDuotoneIcon.js +1 -1
  371. package/icons/RefreshIcon.js +1 -1
  372. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  373. package/icons/RemoveCircleIcon.js +1 -1
  374. package/icons/RemoveDuotoneIcon.js +1 -1
  375. package/icons/RemoveIcon.js +1 -1
  376. package/icons/RestrictDuotoneIcon.js +1 -1
  377. package/icons/RestrictIcon.js +1 -1
  378. package/icons/RightPanelClosedDuotoneIcon.js +1 -1
  379. package/icons/RightPanelClosedIcon.js +1 -1
  380. package/icons/RightPanelOpenDuotoneIcon.js +1 -1
  381. package/icons/RightPanelOpenIcon.js +1 -1
  382. package/icons/RocketDuotoneIcon.js +1 -1
  383. package/icons/RocketIcon.js +1 -1
  384. package/icons/RulesIcon.js +1 -1
  385. package/icons/ScanDuotoneIcon.js +1 -1
  386. package/icons/ScanIcon.js +1 -1
  387. package/icons/ScreenDuotoneIcon.js +1 -1
  388. package/icons/ScreenIcon.js +1 -1
  389. package/icons/SearchDuotoneIcon.js +1 -1
  390. package/icons/SearchIcon.js +1 -1
  391. package/icons/SendDuotoneIcon.js +1 -1
  392. package/icons/SendIcon.js +1 -1
  393. package/icons/SettingsDuotoneIcon.js +1 -1
  394. package/icons/SettingsIcon.js +1 -1
  395. package/icons/ShoppingListDuotoneIcon.js +1 -1
  396. package/icons/ShoppingListIcon.js +1 -1
  397. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  398. package/icons/ShoppingTagIcon.js +1 -1
  399. package/icons/SquareDuotoneIcon.js +1 -1
  400. package/icons/SquareIcon.js +1 -1
  401. package/icons/StarDuotoneIcon.js +1 -1
  402. package/icons/StarIcon.js +1 -1
  403. package/icons/StarOffDuotoneIcon.js +1 -1
  404. package/icons/StarOffIcon.js +1 -1
  405. package/icons/StarsDuotoneIcon.js +1 -1
  406. package/icons/StarsIcon.js +1 -1
  407. package/icons/SunnyDuotoneIcon.js +1 -1
  408. package/icons/SunnyIcon.js +1 -1
  409. package/icons/TagDuotoneIcon.js +1 -1
  410. package/icons/TagIcon.js +1 -1
  411. package/icons/TaxDuotoneIcon.js +1 -1
  412. package/icons/TaxIcon.js +1 -1
  413. package/icons/ThreeDotDuotoneIcon.js +1 -1
  414. package/icons/ThreeDotIcon.js +1 -1
  415. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  416. package/icons/TotalLandedCostIcon.js +1 -1
  417. package/icons/TrashCanDuotoneIcon.js +1 -1
  418. package/icons/TrashCanIcon.js +1 -1
  419. package/icons/TriangleDuotoneIcon.js +1 -1
  420. package/icons/TriangleIcon.js +1 -1
  421. package/icons/TruckDuotoneIcon.js +1 -1
  422. package/icons/TruckIcon.js +1 -1
  423. package/icons/UFODuotoneIcon.js +1 -1
  424. package/icons/UFOIcon.js +1 -1
  425. package/icons/UserDuotoneIcon.js +1 -1
  426. package/icons/UserIcon.js +1 -1
  427. package/icons/UsersIcon.js +1 -1
  428. package/icons/UtahDuotoneIcon.js +1 -1
  429. package/icons/UtahIcon.js +1 -1
  430. package/icons/WarningDuotoneIcon.js +1 -1
  431. package/icons/WarningIcon.js +1 -1
  432. package/icons/custom/AvatarIcon.js +1 -1
  433. package/icons/custom/logo/ZonosIcon.js +1 -1
  434. package/icons/custom/logo/ZonosLogoIcon.js +1 -1
  435. package/icons/custom/logo/ZonosWordmark.js +1 -1
  436. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  437. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  438. package/icons/custom/products/ClearColorIcon.js +1 -1
  439. package/icons/custom/products/CollectColorIcon.js +1 -1
  440. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  441. package/icons/custom/products/DashboardColorIcon.js +1 -1
  442. package/icons/custom/products/HelloColorIcon.js +1 -1
  443. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  444. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  445. package/icons/custom/products/PrepayColorIcon.js +1 -1
  446. package/icons/custom/products/RateColorIcon.js +1 -1
  447. package/icons/custom/products/RestrictColorIcon.js +1 -1
  448. package/icons/custom/products/ScreenColorIcon.js +1 -1
  449. package/icons/custom/products/TaxColorIcon.js +1 -1
  450. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  451. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  452. package/icons/custom/us-states/AlabamaIcon.js +1 -1
  453. package/icons/custom/us-states/AlaskaIcon.js +1 -1
  454. package/icons/custom/us-states/ArizonaIcon.js +1 -1
  455. package/icons/custom/us-states/ArkansasIcon.js +1 -1
  456. package/icons/custom/us-states/CaliforniaIcon.js +1 -1
  457. package/icons/custom/us-states/ColoradoIcon.js +1 -1
  458. package/icons/custom/us-states/ConnecticutIcon.js +1 -1
  459. package/icons/custom/us-states/DelawareIcon.js +1 -1
  460. package/icons/custom/us-states/FloridaIcon.js +1 -1
  461. package/icons/custom/us-states/GeorgiaIcon.js +1 -1
  462. package/icons/custom/us-states/HawaiiIcon.js +1 -1
  463. package/icons/custom/us-states/IdahoIcon.js +1 -1
  464. package/icons/custom/us-states/IllinoisIcon.js +1 -1
  465. package/icons/custom/us-states/IndianaIcon.js +1 -1
  466. package/icons/custom/us-states/IowaIcon.js +1 -1
  467. package/icons/custom/us-states/KansasIcon.js +1 -1
  468. package/icons/custom/us-states/KentuckyIcon.js +1 -1
  469. package/icons/custom/us-states/LouisianaIcon.js +1 -1
  470. package/icons/custom/us-states/MaineIcon.js +1 -1
  471. package/icons/custom/us-states/MarylandIcon.js +1 -1
  472. package/icons/custom/us-states/MassachusettsIcon.js +1 -1
  473. package/icons/custom/us-states/MichiganIcon.js +1 -1
  474. package/icons/custom/us-states/MinnesotaIcon.js +1 -1
  475. package/icons/custom/us-states/MississippiIcon.js +1 -1
  476. package/icons/custom/us-states/MissouriIcon.js +1 -1
  477. package/icons/custom/us-states/MontanaIcon.js +1 -1
  478. package/icons/custom/us-states/NebraskaIcon.js +1 -1
  479. package/icons/custom/us-states/NevadaIcon.js +1 -1
  480. package/icons/custom/us-states/NewHampshireIcon.js +1 -1
  481. package/icons/custom/us-states/NewJerseyIcon.js +1 -1
  482. package/icons/custom/us-states/NewMexicoIcon.js +1 -1
  483. package/icons/custom/us-states/NewYorkIcon.js +1 -1
  484. package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
  485. package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
  486. package/icons/custom/us-states/OhioIcon.js +1 -1
  487. package/icons/custom/us-states/OklahomaIcon.js +1 -1
  488. package/icons/custom/us-states/OregonIcon.js +1 -1
  489. package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
  490. package/icons/custom/us-states/PuertoRicoIcon.js +1 -1
  491. package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
  492. package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
  493. package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
  494. package/icons/custom/us-states/TennesseeIcon.js +1 -1
  495. package/icons/custom/us-states/TexasIcon.js +1 -1
  496. package/icons/custom/us-states/UtahIcon.js +1 -1
  497. package/icons/custom/us-states/VermontIcon.js +1 -1
  498. package/icons/custom/us-states/VirginiaIcon.js +1 -1
  499. package/icons/custom/us-states/WashingtonIcon.js +1 -1
  500. package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
  501. package/icons/custom/us-states/WisconsinIcon.js +1 -1
  502. package/icons/custom/us-states/WyomingIcon.js +1 -1
  503. package/icons/flag-icon/FlagIcon.js +1 -1
  504. package/icons/flag-icon/_FlagIconBase.js +1 -1
  505. package/icons/flags/AD.js +1 -1
  506. package/icons/flags/AE.js +1 -1
  507. package/icons/flags/AF.js +1 -1
  508. package/icons/flags/AG.js +1 -1
  509. package/icons/flags/AI.js +1 -1
  510. package/icons/flags/AL.js +1 -1
  511. package/icons/flags/AM.js +1 -1
  512. package/icons/flags/AO.js +1 -1
  513. package/icons/flags/AQ.js +1 -1
  514. package/icons/flags/AR.js +1 -1
  515. package/icons/flags/AS.js +1 -1
  516. package/icons/flags/AT.js +1 -1
  517. package/icons/flags/AU.js +1 -1
  518. package/icons/flags/AW.js +1 -1
  519. package/icons/flags/AX.js +1 -1
  520. package/icons/flags/AZ.js +1 -1
  521. package/icons/flags/BA.js +1 -1
  522. package/icons/flags/BB.js +1 -1
  523. package/icons/flags/BD.js +1 -1
  524. package/icons/flags/BE.js +1 -1
  525. package/icons/flags/BF.js +1 -1
  526. package/icons/flags/BG.js +1 -1
  527. package/icons/flags/BH.js +1 -1
  528. package/icons/flags/BI.js +1 -1
  529. package/icons/flags/BJ.js +1 -1
  530. package/icons/flags/BL.js +1 -1
  531. package/icons/flags/BM.js +1 -1
  532. package/icons/flags/BN.js +1 -1
  533. package/icons/flags/BO.js +1 -1
  534. package/icons/flags/BQ.js +1 -1
  535. package/icons/flags/BR.js +1 -1
  536. package/icons/flags/BS.js +1 -1
  537. package/icons/flags/BT.js +1 -1
  538. package/icons/flags/BV.js +1 -1
  539. package/icons/flags/BW.js +1 -1
  540. package/icons/flags/BY.js +1 -1
  541. package/icons/flags/BZ.js +1 -1
  542. package/icons/flags/CA.js +1 -1
  543. package/icons/flags/CC.js +1 -1
  544. package/icons/flags/CD.js +1 -1
  545. package/icons/flags/CF.js +1 -1
  546. package/icons/flags/CG.js +1 -1
  547. package/icons/flags/CH.js +1 -1
  548. package/icons/flags/CI.js +1 -1
  549. package/icons/flags/CK.js +1 -1
  550. package/icons/flags/CL.js +1 -1
  551. package/icons/flags/CM.js +1 -1
  552. package/icons/flags/CN.js +1 -1
  553. package/icons/flags/CO.js +1 -1
  554. package/icons/flags/CR.js +1 -1
  555. package/icons/flags/CU.js +1 -1
  556. package/icons/flags/CV.js +1 -1
  557. package/icons/flags/CW.js +1 -1
  558. package/icons/flags/CX.js +1 -1
  559. package/icons/flags/CY.js +1 -1
  560. package/icons/flags/CZ.js +1 -1
  561. package/icons/flags/DE.js +1 -1
  562. package/icons/flags/DJ.js +1 -1
  563. package/icons/flags/DK.js +1 -1
  564. package/icons/flags/DM.js +1 -1
  565. package/icons/flags/DO.js +1 -1
  566. package/icons/flags/DZ.js +1 -1
  567. package/icons/flags/Default.js +1 -1
  568. package/icons/flags/EC.js +1 -1
  569. package/icons/flags/EE.js +1 -1
  570. package/icons/flags/EG.js +1 -1
  571. package/icons/flags/EH.js +1 -1
  572. package/icons/flags/ER.js +1 -1
  573. package/icons/flags/ES.js +1 -1
  574. package/icons/flags/ET.js +1 -1
  575. package/icons/flags/FI.js +1 -1
  576. package/icons/flags/FJ.js +1 -1
  577. package/icons/flags/FK.js +1 -1
  578. package/icons/flags/FM.js +1 -1
  579. package/icons/flags/FO.js +1 -1
  580. package/icons/flags/FR.js +1 -1
  581. package/icons/flags/GA.js +1 -1
  582. package/icons/flags/GB.js +1 -1
  583. package/icons/flags/GD.js +1 -1
  584. package/icons/flags/GE.js +1 -1
  585. package/icons/flags/GF.js +1 -1
  586. package/icons/flags/GG.js +1 -1
  587. package/icons/flags/GH.js +1 -1
  588. package/icons/flags/GI.js +1 -1
  589. package/icons/flags/GL.js +1 -1
  590. package/icons/flags/GM.js +1 -1
  591. package/icons/flags/GN.js +1 -1
  592. package/icons/flags/GP.js +1 -1
  593. package/icons/flags/GQ.js +1 -1
  594. package/icons/flags/GR.js +1 -1
  595. package/icons/flags/GS.js +1 -1
  596. package/icons/flags/GT.js +1 -1
  597. package/icons/flags/GU.js +1 -1
  598. package/icons/flags/GW.js +1 -1
  599. package/icons/flags/GY.js +1 -1
  600. package/icons/flags/HK.js +1 -1
  601. package/icons/flags/HM.js +1 -1
  602. package/icons/flags/HN.js +1 -1
  603. package/icons/flags/HR.js +1 -1
  604. package/icons/flags/HT.js +1 -1
  605. package/icons/flags/HU.js +1 -1
  606. package/icons/flags/IC.js +1 -1
  607. package/icons/flags/ID.js +1 -1
  608. package/icons/flags/IE.js +1 -1
  609. package/icons/flags/IL.js +1 -1
  610. package/icons/flags/IM.js +1 -1
  611. package/icons/flags/IN.js +1 -1
  612. package/icons/flags/IO.js +1 -1
  613. package/icons/flags/IQ.js +1 -1
  614. package/icons/flags/IR.js +1 -1
  615. package/icons/flags/IS.js +1 -1
  616. package/icons/flags/IT.js +1 -1
  617. package/icons/flags/JE.js +1 -1
  618. package/icons/flags/JM.js +1 -1
  619. package/icons/flags/JO.js +1 -1
  620. package/icons/flags/JP.js +1 -1
  621. package/icons/flags/KE.js +1 -1
  622. package/icons/flags/KG.js +1 -1
  623. package/icons/flags/KH.js +1 -1
  624. package/icons/flags/KI.js +1 -1
  625. package/icons/flags/KM.js +1 -1
  626. package/icons/flags/KN.js +1 -1
  627. package/icons/flags/KP.js +1 -1
  628. package/icons/flags/KR.js +1 -1
  629. package/icons/flags/KW.js +1 -1
  630. package/icons/flags/KY.js +1 -1
  631. package/icons/flags/KZ.js +1 -1
  632. package/icons/flags/LA.js +1 -1
  633. package/icons/flags/LB.js +1 -1
  634. package/icons/flags/LC.js +1 -1
  635. package/icons/flags/LI.js +1 -1
  636. package/icons/flags/LK.js +1 -1
  637. package/icons/flags/LR.js +1 -1
  638. package/icons/flags/LS.js +1 -1
  639. package/icons/flags/LT.js +1 -1
  640. package/icons/flags/LU.js +1 -1
  641. package/icons/flags/LV.js +1 -1
  642. package/icons/flags/LY.js +1 -1
  643. package/icons/flags/MA.js +1 -1
  644. package/icons/flags/MC.js +1 -1
  645. package/icons/flags/MD.js +1 -1
  646. package/icons/flags/ME.js +1 -1
  647. package/icons/flags/MF.js +1 -1
  648. package/icons/flags/MG.js +1 -1
  649. package/icons/flags/MH.js +1 -1
  650. package/icons/flags/MK.js +1 -1
  651. package/icons/flags/ML.js +1 -1
  652. package/icons/flags/MM.js +1 -1
  653. package/icons/flags/MN.js +1 -1
  654. package/icons/flags/MO.js +1 -1
  655. package/icons/flags/MP.js +1 -1
  656. package/icons/flags/MQ.js +1 -1
  657. package/icons/flags/MR.js +1 -1
  658. package/icons/flags/MS.js +1 -1
  659. package/icons/flags/MT.js +1 -1
  660. package/icons/flags/MU.js +1 -1
  661. package/icons/flags/MV.js +1 -1
  662. package/icons/flags/MW.js +1 -1
  663. package/icons/flags/MX.js +1 -1
  664. package/icons/flags/MY.js +1 -1
  665. package/icons/flags/MZ.js +1 -1
  666. package/icons/flags/NA.js +1 -1
  667. package/icons/flags/NC.js +1 -1
  668. package/icons/flags/NE.js +1 -1
  669. package/icons/flags/NF.js +1 -1
  670. package/icons/flags/NG.js +1 -1
  671. package/icons/flags/NI.js +1 -1
  672. package/icons/flags/NL.js +1 -1
  673. package/icons/flags/NO.js +1 -1
  674. package/icons/flags/NP.js +1 -1
  675. package/icons/flags/NR.js +1 -1
  676. package/icons/flags/NU.js +1 -1
  677. package/icons/flags/NZ.js +1 -1
  678. package/icons/flags/OM.js +1 -1
  679. package/icons/flags/PA.js +1 -1
  680. package/icons/flags/PE.js +1 -1
  681. package/icons/flags/PF.js +1 -1
  682. package/icons/flags/PG.js +1 -1
  683. package/icons/flags/PH.js +1 -1
  684. package/icons/flags/PK.js +1 -1
  685. package/icons/flags/PL.js +1 -1
  686. package/icons/flags/PM.js +1 -1
  687. package/icons/flags/PN.js +1 -1
  688. package/icons/flags/PR.js +1 -1
  689. package/icons/flags/PS.js +1 -1
  690. package/icons/flags/PT.js +1 -1
  691. package/icons/flags/PW.js +1 -1
  692. package/icons/flags/PY.js +1 -1
  693. package/icons/flags/QA.js +1 -1
  694. package/icons/flags/RE.js +1 -1
  695. package/icons/flags/RO.js +1 -1
  696. package/icons/flags/RS.js +1 -1
  697. package/icons/flags/RU.js +1 -1
  698. package/icons/flags/RW.js +1 -1
  699. package/icons/flags/SA.js +1 -1
  700. package/icons/flags/SB.js +1 -1
  701. package/icons/flags/SC.js +1 -1
  702. package/icons/flags/SD.js +1 -1
  703. package/icons/flags/SE.js +1 -1
  704. package/icons/flags/SG.js +1 -1
  705. package/icons/flags/SH.js +1 -1
  706. package/icons/flags/SI.js +1 -1
  707. package/icons/flags/SJ.js +1 -1
  708. package/icons/flags/SK.js +1 -1
  709. package/icons/flags/SL.js +1 -1
  710. package/icons/flags/SM.js +1 -1
  711. package/icons/flags/SN.js +1 -1
  712. package/icons/flags/SO.js +1 -1
  713. package/icons/flags/SR.js +1 -1
  714. package/icons/flags/SS.js +1 -1
  715. package/icons/flags/ST.js +1 -1
  716. package/icons/flags/SV.js +1 -1
  717. package/icons/flags/SX.js +1 -1
  718. package/icons/flags/SY.js +1 -1
  719. package/icons/flags/SZ.js +1 -1
  720. package/icons/flags/TC.js +1 -1
  721. package/icons/flags/TD.js +1 -1
  722. package/icons/flags/TF.js +1 -1
  723. package/icons/flags/TG.js +1 -1
  724. package/icons/flags/TH.js +1 -1
  725. package/icons/flags/TJ.js +1 -1
  726. package/icons/flags/TK.js +1 -1
  727. package/icons/flags/TL.js +1 -1
  728. package/icons/flags/TM.js +1 -1
  729. package/icons/flags/TN.js +1 -1
  730. package/icons/flags/TO.js +1 -1
  731. package/icons/flags/TR.js +1 -1
  732. package/icons/flags/TT.js +1 -1
  733. package/icons/flags/TV.js +1 -1
  734. package/icons/flags/TW.js +1 -1
  735. package/icons/flags/TZ.js +1 -1
  736. package/icons/flags/UA.js +1 -1
  737. package/icons/flags/UG.js +1 -1
  738. package/icons/flags/UM.js +1 -1
  739. package/icons/flags/US.js +1 -1
  740. package/icons/flags/UY.js +1 -1
  741. package/icons/flags/UZ.js +1 -1
  742. package/icons/flags/VA.js +1 -1
  743. package/icons/flags/VC.js +1 -1
  744. package/icons/flags/VE.js +1 -1
  745. package/icons/flags/VG.js +1 -1
  746. package/icons/flags/VI.js +1 -1
  747. package/icons/flags/VN.js +1 -1
  748. package/icons/flags/VU.js +1 -1
  749. package/icons/flags/WF.js +1 -1
  750. package/icons/flags/WS.js +1 -1
  751. package/icons/flags/YE.js +1 -1
  752. package/icons/flags/YT.js +1 -1
  753. package/icons/flags/ZA.js +1 -1
  754. package/icons/flags/ZM.js +1 -1
  755. package/icons/flags/ZW.js +1 -1
  756. package/icons/icon-base/_IconBase.js +1 -1
  757. package/icons/icon-base/_StateIconBase.js +1 -1
  758. package/icons/icon-base/_ThemeIconBase.js +1 -1
  759. package/package.json +1 -1
  760. package/tsconfig.tsbuildinfo +1 -1
  761. package/utils/getProductDetails.js +1 -1
  762. package/utils/hooks/useNotify.js +1 -1
  763. package/utils/unitedStates.js +1 -1
  764. package/CountryMultiSelectExpandedOption-e473f7c0.js +0 -1
  765. package/DateControlsWrapper-4385a75c.js +0 -1
  766. package/_rollupPluginBabelHelpers-77a6284f.js +0 -1
package/icons/flags/SJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,l=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ef2b2d"}),React.createElement("path",{d:"M180 0h120v480H180z",fill:"#fff"}),React.createElement("path",{d:"M0 180h640v120H0z",fill:"#fff"}),React.createElement("path",{d:"M210 0h60v480h-60z",fill:"#002868"}),React.createElement("path",{d:"M0 210h640v60H0z",fill:"#002868"}))}));exports.SJ=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#ef2b2d"}),i.jsx("path",{d:"M180 0h120v480H180z",fill:"#fff"}),i.jsx("path",{d:"M0 180h640v120H0z",fill:"#fff"}),i.jsx("path",{d:"M210 0h60v480h-60z",fill:"#002868"}),i.jsx("path",{d:"M0 210h640v60H0z",fill:"#002868"})]})}));exports.SJ=s;
package/icons/flags/SK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,r=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ee1c25"}),React.createElement("path",{d:"M0 0h640v320H0z",fill:"#0b4ea2"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#fff"}),React.createElement("path",{d:"M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z",fill:"#fff"}),React.createElement("path",{d:"M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z",fill:"#ee1c25"}),React.createElement("path",{d:"M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 0 0-39.7-5.7v26z",fill:"#fff"}),React.createElement("path",{d:"M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z",fill:"#0b4ea2"}))}));exports.SK=a;
1
+ "use strict";var e=require("react"),s=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(e,i){var a=e.borderRadius,c=e.height,f=e.width;return r.jsxs(s.FlagIconBase,{ref:i,borderRadius:a,height:c,viewBox:"0 0 640 480",width:f,children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#ee1c25"}),r.jsx("path",{d:"M0 0h640v320H0z",fill:"#0b4ea2"}),r.jsx("path",{d:"M0 0h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z",fill:"#fff"}),r.jsx("path",{d:"M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z",fill:"#ee1c25"}),r.jsx("path",{d:"M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 0 0-39.7-5.7v26z",fill:"#fff"}),r.jsx("path",{d:"M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z",fill:"#0b4ea2"})]})}));exports.SK=i;
package/icons/flags/SL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:c,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 320.3h640V480H0z",fill:"#0000cd"}),React.createElement("path",{d:"M0 160.7h640v159.6H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v160.7H0z",fill:"#00cd00"})))}));exports.SL=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 320.3h640V480H0z",fill:"#0000cd"}),i.jsx("path",{d:"M0 160.7h640v159.6H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h640v160.7H0z",fill:"#00cd00"})]})})}));exports.SL=s;
package/icons/flags/SM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var s=c.forwardRef((function(c,s){var l=c.borderRadius,t=c.height,a=c.width;return React.createElement(e.FlagIconBase,{ref:s,borderRadius:l,height:t,viewBox:"0 0 24 25",width:a},React.createElement("path",{d:"M0 12.222v6a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-6H0Z",fill:"#5EB6E4"}),React.createElement("path",{d:"M21.333 3.583H2.667A2.667 2.667 0 0 0 0 6.249v5.973h24V6.25a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#EEE"}),React.createElement("path",{d:"M12 9.729c-1.622 0-1.77-.656 0-.656s1.622.656 0 .656Z",fill:"#F4900C"}),React.createElement("path",{d:"M13.25 9.542c-.406 0-.73.25-1.02.406-.084-.104-.23-.094-.23-.094s-.146-.011-.23.094c-.291-.156-.614-.406-1.02-.406s-1.365.396-1.365 2.406c0 2.646 2.615 3.489 2.615 3.489s2.615-.844 2.615-3.49c0-2.01-.959-2.405-1.365-2.405Zm-3.125-.886c.261.052.603.53.603.744.24-.265 1.272-.286 1.272-.286s1.031.02 1.272.286c0-.213.343-.692.603-.744-.052-.104-.198-.073-.198-.073s.322-.552.198-.813c-.126-.26-.615-.25-1.011-.292-.396-.041-.469-.218-.469-.218l.104-.126s-.198-.041-.156-.177c.042-.135-.125-.125-.125-.125s.125-.126.073-.24a.28.28 0 0 0-.167-.146s-.073-.166 0-.218c.073-.052.24.146.24-.052 0-.198-.188-.032-.24-.104-.051-.072.095-.26-.124-.26s-.073.188-.125.26c-.052.074-.24-.093-.24.105s.167 0 .24.052c.072.052 0 .219 0 .219s-.115.03-.167.146c-.052.114.073.239.073.239s-.167-.01-.126.125c.042.136-.156.178-.156.178l.104.125s-.072.177-.468.219c-.396.04-.886.03-1.011.292-.125.26.198.812.198.812s-.145-.032-.197.072Zm2.75-.948c.354.063.927.188.25.636.01-.156-.073-.282-.073-.282s-.167.02-.302.146c-.058-.206-.156-.27-.156-.27s-.198.062-.26.218a.622.622 0 0 0-.097-.172.802.802 0 0 0 .096-.394c0-.032-.008-.061-.011-.092.172.105.381.18.553.21Zm-1.75 0c.17-.03.378-.104.549-.208-.003.03-.01.058-.01.09a.8.8 0 0 0 .097.398.626.626 0 0 0-.094.168c-.062-.156-.26-.218-.26-.218s-.099.064-.156.27c-.136-.125-.302-.146-.302-.146s-.084.126-.073.282c-.678-.448-.105-.574.25-.636Z",fill:"#FFAC33"}),React.createElement("path",{d:"M13.925 12.208c0-1.552-.448-1.73-.448-1.73s-.216.261-.525.157c-.309-.104-.746-.448-.746-.448s-.077.097-.217.102c-.141-.004-.218-.102-.218-.102s-.438.344-.746.448c-.308.104-.525-.156-.525-.156s-.448.177-.448 1.73c0 1.467 1.739 2.85 1.927 2.995v.014l.01-.007.009.007v-.014c.188-.145 1.927-1.528 1.927-2.996Z",fill:"#A0CFEB"}),React.createElement("path",{d:"M11.541 13.687c.104-.302.167-.5.167-.678v-.76s-.167-.084-.167-.178v-.28l.167-.064v.188l.167-.063v-.167H12v.178l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .073.219.678.219.678h-.865Zm.433-2.146s-.047-.197-.161-.364c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.214-.146-.152c-.041.063.11.302.041.438l-.067.135Zm-1.052.188s-.047-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.041.437l-.067.135Zm2.087 0s-.046-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.042.437l-.068.135Zm-2.441 1.91c.056-.179.088-.316.088-.441v-.761s-.167-.083-.167-.178v-.28l.167-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .074.219.678.219.678s-.809-.165-.786-.236Zm2.009.236c.104-.302.166-.5.166-.678v-.76s-.166-.083-.166-.178v-.28l.166-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.188.052v.26s-.146.157-.146.199v.76c0 .046.087.305.152.49.036.106-.798.188-.798.188Z",fill:"#CCD6DD"}),React.createElement("path",{d:"M10.922 11.875h-.099v.166l-.166.063v-.187l-.167.062v.282c0 .094.167.177.167.177v.76a1.5 1.5 0 0 1-.088.442c-.011.034.165.089.354.137v-1.902h-.001Zm1.045-.188h-.099v.166l-.167.063v-.187l-.166.062v.282c0 .094.166.177.166.177v.76a1.5 1.5 0 0 1-.088.442c-.01.034.166.089.354.137v-1.902Zm1.068.218-.131-.03v.166l-.167.062v-.187l-.166.063v.281c0 .094.166.177.166.177v.761a1.5 1.5 0 0 1-.088.441c-.011.034.165.09.386.168v-1.902Z",fill:"#99AAB5"}),React.createElement("path",{d:"M12.656 13.578s-.219-.282-.656-.282c-.437 0-.625.292-.625.292s-.386-.152-.834.062c.529.833 1.315 1.46 1.438 1.554v.014l.009-.007.01.007v-.014c.123-.095.913-.727 1.443-1.563-.478-.203-.785-.063-.785-.063Z",fill:"#8BB273"}),React.createElement("path",{d:"M12.57 16.583c-.295-.482-.56-1.031-1.278-1.365-.719-.333-.833-.427-1.041-.77-.208-.344-.615-.573-.615-.573s.01-.323-.125-.531c-.136-.208-.126-.47-.126-.47s-.166.09-.125-.236c.041-.325-.167-.544-.167-.544s.261-.344.042-.787c.25-.431.135-.921.135-.921s.219-.406 0-.845c-.698.293-.74 1.22-.74 1.22l-.395-.573s-.334.218-.25.625c.083.406.062.494.062.494l-.374-.317s-.271.448.104.802c.374.354.437.459.437.459s-.187-.104-.187.063c0 .166.041.239.041.239l-.49-.406s-.145.552.198.864c.344.313.552.428.552.428s-.656-.188-.646-.14c.01.046.135.39.469.577.333.188.583.26.583.26l-.677.123s.166.482.562.482.771-.125.771-.125-.281.23-.365.406c-.083.178-.322.198-.322.198s.218.23.625.156c.406-.072.459-.625.959-.448.5.177 1.396.5 1.687.948.291.448.396.552.459.708.063.155.323.14.237-.001Z",fill:"#658D5C"}),React.createElement("path",{d:"M11.351 16.583c.294-.482.56-1.031 1.278-1.365.719-.333.834-.427 1.042-.77.208-.344.614-.573.614-.573s-.01-.323.126-.531c.136-.21.125-.47.125-.47s.167.09.125-.236c-.041-.325.167-.544.167-.544s-.26-.344-.041-.787c-.25-.431-.136-.921-.136-.921s-.218-.406 0-.845c.698.293.74 1.22.74 1.22l.396-.573s.333.218.25.625c-.084.406-.063.494-.063.494l.375-.317s.27.448-.104.802c-.375.354-.438.459-.438.459s.188-.104.188.063c0 .166-.042.239-.042.239l.49-.406s.146.552-.198.864c-.344.313-.552.428-.552.428s.656-.188.646-.14c-.011.046-.136.39-.469.577-.333.188-.583.26-.583.26l.677.123s-.167.482-.563.482c-.396 0-.77-.125-.77-.125s.281.23.364.406c.084.178.323.198.323.198s-.219.23-.625.156c-.407-.073-.459-.625-.959-.448-.5.177-1.396.5-1.687.948-.292.448-.396.552-.459.708-.063.155-.323.14-.237-.001Z",fill:"#658D5C"}),React.createElement("path",{d:"M10.417 15.651c-.49.057-.615.38-1.302.078-.032.156.218.396.218.396s-.374.01-.552-.052c.094.385.532.531.896.5.365-.032.594-.302 1.016-.208.422.094.726.223.642-.532-.283-.302-.918-.182-.918-.182Zm3.166 0c.49.057.615.38 1.302.078.032.156-.218.396-.218.396s.374.01.552-.052c-.094.385-.532.531-.896.5-.365-.032-.594-.302-1.016-.208-.422.094-.726.223-.642-.532.283-.302.918-.182.918-.182Z",fill:"#E1E8ED"}),React.createElement("path",{d:"M13.615 15.166c-.282-.125-.896.188-1.615.188s-1.333-.313-1.615-.188c-.281.125-.229.167-.208.27.021.105.052.386.073.542.02.156.187.26.385.126.198-.136.448-.199.792-.095.344.104.556.098.556.098s.246.006.59-.098c.344-.104.594-.04.792.095.198.135.365.03.386-.126.02-.156.052-.437.072-.541.021-.104.073-.146-.208-.27Z",fill:"#F5F8FA"}),React.createElement("path",{d:"M13.225 15.437c0 .064-.127.32-1.301.32s-1.261-.257-1.261-.32c0-.064.192.141 1.365.141s1.197-.204 1.197-.141Z",fill:"#99AAB5"}))}));exports.SM=s;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var v=s.forwardRef((function(s,v){var a=s.borderRadius,i=s.height,h=s.width;return l.jsxs(c.FlagIconBase,{ref:v,borderRadius:a,height:i,viewBox:"0 0 24 25",width:h,children:[l.jsx("path",{d:"M0 12.222v6a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-6H0Z",fill:"#5EB6E4"}),l.jsx("path",{d:"M21.333 3.583H2.667A2.667 2.667 0 0 0 0 6.249v5.973h24V6.25a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#EEE"}),l.jsx("path",{d:"M12 9.729c-1.622 0-1.77-.656 0-.656s1.622.656 0 .656Z",fill:"#F4900C"}),l.jsx("path",{d:"M13.25 9.542c-.406 0-.73.25-1.02.406-.084-.104-.23-.094-.23-.094s-.146-.011-.23.094c-.291-.156-.614-.406-1.02-.406s-1.365.396-1.365 2.406c0 2.646 2.615 3.489 2.615 3.489s2.615-.844 2.615-3.49c0-2.01-.959-2.405-1.365-2.405Zm-3.125-.886c.261.052.603.53.603.744.24-.265 1.272-.286 1.272-.286s1.031.02 1.272.286c0-.213.343-.692.603-.744-.052-.104-.198-.073-.198-.073s.322-.552.198-.813c-.126-.26-.615-.25-1.011-.292-.396-.041-.469-.218-.469-.218l.104-.126s-.198-.041-.156-.177c.042-.135-.125-.125-.125-.125s.125-.126.073-.24a.28.28 0 0 0-.167-.146s-.073-.166 0-.218c.073-.052.24.146.24-.052 0-.198-.188-.032-.24-.104-.051-.072.095-.26-.124-.26s-.073.188-.125.26c-.052.074-.24-.093-.24.105s.167 0 .24.052c.072.052 0 .219 0 .219s-.115.03-.167.146c-.052.114.073.239.073.239s-.167-.01-.126.125c.042.136-.156.178-.156.178l.104.125s-.072.177-.468.219c-.396.04-.886.03-1.011.292-.125.26.198.812.198.812s-.145-.032-.197.072Zm2.75-.948c.354.063.927.188.25.636.01-.156-.073-.282-.073-.282s-.167.02-.302.146c-.058-.206-.156-.27-.156-.27s-.198.062-.26.218a.622.622 0 0 0-.097-.172.802.802 0 0 0 .096-.394c0-.032-.008-.061-.011-.092.172.105.381.18.553.21Zm-1.75 0c.17-.03.378-.104.549-.208-.003.03-.01.058-.01.09a.8.8 0 0 0 .097.398.626.626 0 0 0-.094.168c-.062-.156-.26-.218-.26-.218s-.099.064-.156.27c-.136-.125-.302-.146-.302-.146s-.084.126-.073.282c-.678-.448-.105-.574.25-.636Z",fill:"#FFAC33"}),l.jsx("path",{d:"M13.925 12.208c0-1.552-.448-1.73-.448-1.73s-.216.261-.525.157c-.309-.104-.746-.448-.746-.448s-.077.097-.217.102c-.141-.004-.218-.102-.218-.102s-.438.344-.746.448c-.308.104-.525-.156-.525-.156s-.448.177-.448 1.73c0 1.467 1.739 2.85 1.927 2.995v.014l.01-.007.009.007v-.014c.188-.145 1.927-1.528 1.927-2.996Z",fill:"#A0CFEB"}),l.jsx("path",{d:"M11.541 13.687c.104-.302.167-.5.167-.678v-.76s-.167-.084-.167-.178v-.28l.167-.064v.188l.167-.063v-.167H12v.178l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .073.219.678.219.678h-.865Zm.433-2.146s-.047-.197-.161-.364c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.214-.146-.152c-.041.063.11.302.041.438l-.067.135Zm-1.052.188s-.047-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.041.437l-.067.135Zm2.087 0s-.046-.198-.161-.365c-.115-.167-.077-.479.176-.48.47 0 .157.423.157.423s-.104-.213-.146-.15c-.041.062.11.301.042.437l-.068.135Zm-2.441 1.91c.056-.179.088-.316.088-.441v-.761s-.167-.083-.167-.178v-.28l.167-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.187.052v.26s-.146.157-.146.199v.76c0 .074.219.678.219.678s-.809-.165-.786-.236Zm2.009.236c.104-.302.166-.5.166-.678v-.76s-.166-.083-.166-.178v-.28l.166-.063v.187l.167-.063v-.166h.125v.177l.146.031v-.156l.188.052v.26s-.146.157-.146.199v.76c0 .046.087.305.152.49.036.106-.798.188-.798.188Z",fill:"#CCD6DD"}),l.jsx("path",{d:"M10.922 11.875h-.099v.166l-.166.063v-.187l-.167.062v.282c0 .094.167.177.167.177v.76a1.5 1.5 0 0 1-.088.442c-.011.034.165.089.354.137v-1.902h-.001Zm1.045-.188h-.099v.166l-.167.063v-.187l-.166.062v.282c0 .094.166.177.166.177v.76a1.5 1.5 0 0 1-.088.442c-.01.034.166.089.354.137v-1.902Zm1.068.218-.131-.03v.166l-.167.062v-.187l-.166.063v.281c0 .094.166.177.166.177v.761a1.5 1.5 0 0 1-.088.441c-.011.034.165.09.386.168v-1.902Z",fill:"#99AAB5"}),l.jsx("path",{d:"M12.656 13.578s-.219-.282-.656-.282c-.437 0-.625.292-.625.292s-.386-.152-.834.062c.529.833 1.315 1.46 1.438 1.554v.014l.009-.007.01.007v-.014c.123-.095.913-.727 1.443-1.563-.478-.203-.785-.063-.785-.063Z",fill:"#8BB273"}),l.jsx("path",{d:"M12.57 16.583c-.295-.482-.56-1.031-1.278-1.365-.719-.333-.833-.427-1.041-.77-.208-.344-.615-.573-.615-.573s.01-.323-.125-.531c-.136-.208-.126-.47-.126-.47s-.166.09-.125-.236c.041-.325-.167-.544-.167-.544s.261-.344.042-.787c.25-.431.135-.921.135-.921s.219-.406 0-.845c-.698.293-.74 1.22-.74 1.22l-.395-.573s-.334.218-.25.625c.083.406.062.494.062.494l-.374-.317s-.271.448.104.802c.374.354.437.459.437.459s-.187-.104-.187.063c0 .166.041.239.041.239l-.49-.406s-.145.552.198.864c.344.313.552.428.552.428s-.656-.188-.646-.14c.01.046.135.39.469.577.333.188.583.26.583.26l-.677.123s.166.482.562.482.771-.125.771-.125-.281.23-.365.406c-.083.178-.322.198-.322.198s.218.23.625.156c.406-.072.459-.625.959-.448.5.177 1.396.5 1.687.948.291.448.396.552.459.708.063.155.323.14.237-.001Z",fill:"#658D5C"}),l.jsx("path",{d:"M11.351 16.583c.294-.482.56-1.031 1.278-1.365.719-.333.834-.427 1.042-.77.208-.344.614-.573.614-.573s-.01-.323.126-.531c.136-.21.125-.47.125-.47s.167.09.125-.236c-.041-.325.167-.544.167-.544s-.26-.344-.041-.787c-.25-.431-.136-.921-.136-.921s-.218-.406 0-.845c.698.293.74 1.22.74 1.22l.396-.573s.333.218.25.625c-.084.406-.063.494-.063.494l.375-.317s.27.448-.104.802c-.375.354-.438.459-.438.459s.188-.104.188.063c0 .166-.042.239-.042.239l.49-.406s.146.552-.198.864c-.344.313-.552.428-.552.428s.656-.188.646-.14c-.011.046-.136.39-.469.577-.333.188-.583.26-.583.26l.677.123s-.167.482-.563.482c-.396 0-.77-.125-.77-.125s.281.23.364.406c.084.178.323.198.323.198s-.219.23-.625.156c-.407-.073-.459-.625-.959-.448-.5.177-1.396.5-1.687.948-.292.448-.396.552-.459.708-.063.155-.323.14-.237-.001Z",fill:"#658D5C"}),l.jsx("path",{d:"M10.417 15.651c-.49.057-.615.38-1.302.078-.032.156.218.396.218.396s-.374.01-.552-.052c.094.385.532.531.896.5.365-.032.594-.302 1.016-.208.422.094.726.223.642-.532-.283-.302-.918-.182-.918-.182Zm3.166 0c.49.057.615.38 1.302.078.032.156-.218.396-.218.396s.374.01.552-.052c-.094.385-.532.531-.896.5-.365-.032-.594-.302-1.016-.208-.422.094-.726.223-.642-.532.283-.302.918-.182.918-.182Z",fill:"#E1E8ED"}),l.jsx("path",{d:"M13.615 15.166c-.282-.125-.896.188-1.615.188s-1.333-.313-1.615-.188c-.281.125-.229.167-.208.27.021.105.052.386.073.542.02.156.187.26.385.126.198-.136.448-.199.792-.095.344.104.556.098.556.098s.246.006.59-.098c.344-.104.594-.04.792.095.198.135.365.03.386-.126.02-.156.052-.437.072-.541.021-.104.073-.146-.208-.27Z",fill:"#F5F8FA"}),l.jsx("path",{d:"M13.225 15.437c0 .064-.127.32-1.301.32s-1.261-.257-1.261-.32c0-.064.192.141 1.365.141s1.197-.204 1.197-.141Z",fill:"#99AAB5"})]})}));exports.SM=v;
package/icons/flags/SN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,l=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#0b7226"}),React.createElement("path",{d:"M213.3 0h213.3v480H213.3z",fill:"#ff0"}),React.createElement("path",{d:"M426.6 0H640v480H426.6z",fill:"#bc0000"})),React.createElement("path",{d:"M342 218.8h71.8l-56.6 43.6 20.7 69.3-56.6-43.6-56.6 41.6 20.7-67.3-56.6-43.6h69.8l22.7-71.3z",fill:"#0b7226"}))}));exports.SN=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,l=e.height,a=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:l,viewBox:"0 0 640 480",width:a,children:[i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#0b7226"}),i.jsx("path",{d:"M213.3 0h213.3v480H213.3z",fill:"#ff0"}),i.jsx("path",{d:"M426.6 0H640v480H426.6z",fill:"#bc0000"})]}),i.jsx("path",{d:"M342 218.8h71.8l-56.6 43.6 20.7 69.3-56.6-43.6-56.6 41.6 20.7-67.3-56.6-43.6h69.8l22.7-71.3z",fill:"#0b7226"})]})}));exports.SN=s;
package/icons/flags/SO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#40a6ff"}),React.createElement("path",{d:"M336.5 381.2 254 327.7l-82.1 54 30.5-87.7-82-54.2L222 239l31.4-87.5 32.1 87.3 101.4.1-81.5 54.7 31.2 87.6z",fill:"#fff"})))}));exports.SO=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,s){var t=a.borderRadius,l=a.height,c=a.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:l,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[i.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#40a6ff"}),i.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/SR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M.1 0h640v480H.1z",fill:"#377e3f"}),React.createElement("path",{d:"M.1 96h640v288H.1z",fill:"#fff"}),React.createElement("path",{d:"M.1 144h640v192H.1z",fill:"#b40a2d"}),React.createElement("path",{d:"m320 153.2 56.4 173.6-147.7-107.3h182.6L263.6 326.8z",fill:"#ecc81d"}))}));exports.SR=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var s=e.borderRadius,t=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:h,children:[i.jsx("path",{d:"M.1 0h640v480H.1z",fill:"#377e3f"}),i.jsx("path",{d:"M.1 96h640v288H.1z",fill:"#fff"}),i.jsx("path",{d:"M.1 144h640v192H.1z",fill:"#b40a2d"}),i.jsx("path",{d:"m320 153.2 56.4 173.6-147.7-107.3h182.6L263.6 326.8z",fill:"#ecc81d"})]})}));exports.SR=a;
package/icons/flags/SS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 336h640v144H0z",fill:"#078930"}),React.createElement("path",{d:"M0 144h640v192H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v144H0z"}),React.createElement("path",{d:"M0 168h640v144H0z",fill:"#da121a"}),React.createElement("path",{d:"m0 0 415.7 240L0 480z",fill:"#0f47af"}),React.createElement("path",{d:"M200.7 194.8 61.7 240l139 45.1L114.9 167v146z",fill:"#fcdd09"}))}));exports.SS=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(e,i){var s=e.borderRadius,t=e.height,d=e.width;return a.jsxs(r.FlagIconBase,{ref:i,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[a.jsx("path",{d:"M0 336h640v144H0z",fill:"#078930"}),a.jsx("path",{d:"M0 144h640v192H0z",fill:"#fff"}),a.jsx("path",{d:"M0 0h640v144H0z"}),a.jsx("path",{d:"M0 168h640v144H0z",fill:"#da121a"}),a.jsx("path",{d:"m0 0 415.7 240L0 480z",fill:"#0f47af"}),a.jsx("path",{d:"M200.7 194.8 61.7 240l139 45.1L114.9 167v146z",fill:"#fcdd09"})]})}));exports.SS=i;
package/icons/flags/ST.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,n=a.height,i=a.width,l=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:n,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#12ad2b"}),React.createElement("path",{d:"M0 137.1h640V343H0z",fill:"#ffce00"}),React.createElement("path",{d:"M0 0v480l240-240",fill:"#d21034"}),React.createElement("g",{id:"".concat(l,"-0"),transform:"translate(351.6 240) scale(.34286)"},React.createElement("g",{id:"".concat(l,"-1")},React.createElement("path",{d:"M0-200V0h100",id:"".concat(l,"-2"),transform:"rotate(18 0 -200)"}),React.createElement("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(l,"-2")})),React.createElement("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(l,"-1")}),React.createElement("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(l,"-1")})),React.createElement("use",{height:"100%",transform:"translate(-523.2)",width:"100%",x:"700",xlinkHref:"#".concat(l,"-0")}))}));exports.ST=a;
1
+ "use strict";var t=require("react"),e=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=t.forwardRef((function(s,a){var i=s.borderRadius,n=s.height,h=s.width,c=t.useId();return r.jsxs(e.FlagIconBase,{ref:a,borderRadius:i,height:n,viewBox:"0 0 640 480",width:h,children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#12ad2b"}),r.jsx("path",{d:"M0 137.1h640V343H0z",fill:"#ffce00"}),r.jsx("path",{d:"M0 0v480l240-240",fill:"#d21034"}),r.jsxs("g",{id:"".concat(c,"-0"),transform:"translate(351.6 240) scale(.34286)",children:[r.jsxs("g",{id:"".concat(c,"-1"),children:[r.jsx("path",{d:"M0-200V0h100",id:"".concat(c,"-2"),transform:"rotate(18 0 -200)"}),r.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c,"-2")})]}),r.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c,"-1")})]}),r.jsx("use",{height:"100%",transform:"translate(-523.2)",width:"100%",x:"700",xlinkHref:"#".concat(c,"-0")})]})}));exports.ST=s;
package/icons/flags/SV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,l=e.height,m=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 24 25",width:m},React.createElement("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#0F47AF"}),React.createElement("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),React.createElement("path",{d:"M11.641 14.31c.164-.51-.406-.605-.406-.605s.042.292-.302.302c.115.23.011.417-.135.428.24.217.74.197.843-.126Zm-.846-.31c.315-.385-.148-.66-.148-.66s-.063.266-.364.159c.022.236-.133.364-.263.323.134.273.575.424.775.179Zm-.597-.53c.376-.2.101-.57.101-.57s-.138.188-.34.006c-.061.194-.224.244-.314.17.016.258.314.522.553.394Zm-.23-.672c.395-.08.247-.49.247-.49s-.177.134-.312-.087c-.108.16-.27.16-.331.07-.055.238.144.558.395.507Zm-.094-.577c.363-.002.303-.39.303-.39s-.179.088-.26-.13c-.123.121-.266.094-.304.003-.089.201.03.518.261.517Zm.086-.55c.283.098.328-.264.328-.264s-.16.03-.171-.187c-.125.075-.23.012-.238-.08-.118.154-.1.47.081.531Zm.218-.455c.141.083.3-.192.3-.192s-.123-.044-.091-.246c-.11.05-.184.02-.174-.067-.119.125-.168.428-.035.505Zm2.077 3.093c-.164-.51.406-.604.406-.604s-.041.292.302.302c-.114.23-.01.417.136.428-.24.217-.74.197-.844-.126Zm.846-.308c-.315-.386.148-.662.148-.662s.064.267.364.16c-.021.236.133.364.264.323-.135.273-.575.424-.776.179Zm.598-.53c-.376-.202-.101-.572-.101-.572s.138.19.34.007c.061.194.225.244.314.17-.017.258-.315.522-.553.394Zm.23-.673c-.396-.08-.246-.49-.246-.49s.176.134.311-.087c.108.16.27.16.33.07.055.238-.143.558-.395.507Zm.093-.577c-.363-.002-.303-.39-.303-.39s.18.088.26-.13c.122.121.266.094.304.003.09.201-.03.518-.261.517Zm-.086-.55c-.283.098-.328-.264-.328-.264s.161.03.172-.187c.125.075.23.012.237-.08.118.154.1.47-.081.531Zm-.217-.455c-.142.083-.3-.192-.3-.192s.123-.044.092-.246c.108.05.183.02.173-.067.118.125.167.428.035.505Z",fill:"#1F601A"}),React.createElement("path",{d:"M11.937 14.579a.267.267 0 1 0 0-.534.267.267 0 0 0 0 .534Zm-.057-2.619-1.239-1.328s-.208 1.531.396 1.937c.604.407.844-.609.844-.609Z",fill:"#06209F"}),React.createElement("path",{d:"m11.236 11.27-.276-.296s-.142 1.189.462 1.596c-.291-.594-.186-1.3-.186-1.3Z",fill:"#fff"}),React.createElement("path",{d:"m11.88 12.512-1.699-.963s-.083.99.215 1.469c.297.48 1.39.51 1.541.041.152-.469-.056-.547-.056-.547Z",fill:"#06209F"}),React.createElement("path",{d:"m10.796 11.897-.318-.18s-.19 1.988 1.318 1.531c-.999-.046-1-1.351-1-1.351Z",fill:"#fff"}),React.createElement("path",{d:"m11.993 11.96 1.239-1.328s.208 1.531-.396 1.937c-.603.407-.843-.609-.843-.609Z",fill:"#06209F"}),React.createElement("path",{d:"m12.637 11.27.276-.296s.142 1.189-.462 1.596c.292-.594.186-1.3.186-1.3Z",fill:"#fff"}),React.createElement("path",{d:"m11.993 12.512 1.699-.963s.083.99-.214 1.469c-.297.48-1.39.51-1.541.041-.152-.469.056-.547.056-.547Z",fill:"#06209F"}),React.createElement("path",{d:"m13.077 11.897.32-.18s.188 1.988-1.32 1.531c.999-.046 1-1.351 1-1.351Z",fill:"#fff"}),React.createElement("path",{d:"m11.88 10.31-1.649 2.842h3.3l-1.65-2.843Z",fill:"#FFCC01"}),React.createElement("path",{d:"m10.463 13.02 1.418-2.445 1.418 2.444h-2.836Z",fill:"#fff"}),React.createElement("path",{d:"m10.869 12.32-.406.7h2.836l-.406-.7h-2.024Z",fill:"#017E93"}),React.createElement("path",{d:"M10.735 12.665s.459-.648.636-.648.26.203.26.203.07-.109.165-.109.141.11.141.11.069-.107.11-.087c.042.02.178.186.178.186s.041-.072.135-.099c.094-.027.156.099.156.099s.092-.198.113-.099c.022.099.362.445.362.445h-2.256Z",fill:"#FFCC01"}),React.createElement("path",{d:"M11.922 11.728a.126.126 0 1 0 0-.252.126.126 0 0 0 0 .252Z",fill:"#E60000"}),React.createElement("path",{d:"M9.335 10.938c-.17.336-.276.706-.306 1.1l.332.01c.029-.348.123-.672.274-.968l-.3-.142Zm3.169-1.239a2.6 2.6 0 0 1 1.12.55l.23-.24a2.935 2.935 0 0 0-1.277-.634l-.073.324Zm1.625 1.086c.289.422.46.932.46 1.483 0 .1-.018.195-.03.292l.327.06c.015-.117.036-.232.036-.352a2.94 2.94 0 0 0-.515-1.666l-.278.183Zm-3.314 3.832a2.61 2.61 0 0 1-1.447-2.065l-.33.037a2.945 2.945 0 0 0 1.64 2.332l.137-.304Zm-.89-3.983a2.611 2.611 0 0 1 2.04-.992c.017 0 .033.005.05.006l.021-.332c-.024 0-.047-.007-.071-.007a2.94 2.94 0 0 0-2.313 1.134l.273.19Zm4.533 2.414a2.616 2.616 0 0 1-1.379 1.588l.136.304a2.952 2.952 0 0 0 1.558-1.786l-.315-.106Z",fill:"#FFCC01"}))}));exports.SV=t;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=s.forwardRef((function(s,a){var f=s.borderRadius,Z=s.height,i=s.width;return l.jsxs(c.FlagIconBase,{ref:a,borderRadius:f,height:Z,viewBox:"0 0 24 25",width:i,children:[l.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#0F47AF"}),l.jsx("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),l.jsx("path",{d:"M11.641 14.31c.164-.51-.406-.605-.406-.605s.042.292-.302.302c.115.23.011.417-.135.428.24.217.74.197.843-.126Zm-.846-.31c.315-.385-.148-.66-.148-.66s-.063.266-.364.159c.022.236-.133.364-.263.323.134.273.575.424.775.179Zm-.597-.53c.376-.2.101-.57.101-.57s-.138.188-.34.006c-.061.194-.224.244-.314.17.016.258.314.522.553.394Zm-.23-.672c.395-.08.247-.49.247-.49s-.177.134-.312-.087c-.108.16-.27.16-.331.07-.055.238.144.558.395.507Zm-.094-.577c.363-.002.303-.39.303-.39s-.179.088-.26-.13c-.123.121-.266.094-.304.003-.089.201.03.518.261.517Zm.086-.55c.283.098.328-.264.328-.264s-.16.03-.171-.187c-.125.075-.23.012-.238-.08-.118.154-.1.47.081.531Zm.218-.455c.141.083.3-.192.3-.192s-.123-.044-.091-.246c-.11.05-.184.02-.174-.067-.119.125-.168.428-.035.505Zm2.077 3.093c-.164-.51.406-.604.406-.604s-.041.292.302.302c-.114.23-.01.417.136.428-.24.217-.74.197-.844-.126Zm.846-.308c-.315-.386.148-.662.148-.662s.064.267.364.16c-.021.236.133.364.264.323-.135.273-.575.424-.776.179Zm.598-.53c-.376-.202-.101-.572-.101-.572s.138.19.34.007c.061.194.225.244.314.17-.017.258-.315.522-.553.394Zm.23-.673c-.396-.08-.246-.49-.246-.49s.176.134.311-.087c.108.16.27.16.33.07.055.238-.143.558-.395.507Zm.093-.577c-.363-.002-.303-.39-.303-.39s.18.088.26-.13c.122.121.266.094.304.003.09.201-.03.518-.261.517Zm-.086-.55c-.283.098-.328-.264-.328-.264s.161.03.172-.187c.125.075.23.012.237-.08.118.154.1.47-.081.531Zm-.217-.455c-.142.083-.3-.192-.3-.192s.123-.044.092-.246c.108.05.183.02.173-.067.118.125.167.428.035.505Z",fill:"#1F601A"}),l.jsx("path",{d:"M11.937 14.579a.267.267 0 1 0 0-.534.267.267 0 0 0 0 .534Zm-.057-2.619-1.239-1.328s-.208 1.531.396 1.937c.604.407.844-.609.844-.609Z",fill:"#06209F"}),l.jsx("path",{d:"m11.236 11.27-.276-.296s-.142 1.189.462 1.596c-.291-.594-.186-1.3-.186-1.3Z",fill:"#fff"}),l.jsx("path",{d:"m11.88 12.512-1.699-.963s-.083.99.215 1.469c.297.48 1.39.51 1.541.041.152-.469-.056-.547-.056-.547Z",fill:"#06209F"}),l.jsx("path",{d:"m10.796 11.897-.318-.18s-.19 1.988 1.318 1.531c-.999-.046-1-1.351-1-1.351Z",fill:"#fff"}),l.jsx("path",{d:"m11.993 11.96 1.239-1.328s.208 1.531-.396 1.937c-.603.407-.843-.609-.843-.609Z",fill:"#06209F"}),l.jsx("path",{d:"m12.637 11.27.276-.296s.142 1.189-.462 1.596c.292-.594.186-1.3.186-1.3Z",fill:"#fff"}),l.jsx("path",{d:"m11.993 12.512 1.699-.963s.083.99-.214 1.469c-.297.48-1.39.51-1.541.041-.152-.469.056-.547.056-.547Z",fill:"#06209F"}),l.jsx("path",{d:"m13.077 11.897.32-.18s.188 1.988-1.32 1.531c.999-.046 1-1.351 1-1.351Z",fill:"#fff"}),l.jsx("path",{d:"m11.88 10.31-1.649 2.842h3.3l-1.65-2.843Z",fill:"#FFCC01"}),l.jsx("path",{d:"m10.463 13.02 1.418-2.445 1.418 2.444h-2.836Z",fill:"#fff"}),l.jsx("path",{d:"m10.869 12.32-.406.7h2.836l-.406-.7h-2.024Z",fill:"#017E93"}),l.jsx("path",{d:"M10.735 12.665s.459-.648.636-.648.26.203.26.203.07-.109.165-.109.141.11.141.11.069-.107.11-.087c.042.02.178.186.178.186s.041-.072.135-.099c.094-.027.156.099.156.099s.092-.198.113-.099c.022.099.362.445.362.445h-2.256Z",fill:"#FFCC01"}),l.jsx("path",{d:"M11.922 11.728a.126.126 0 1 0 0-.252.126.126 0 0 0 0 .252Z",fill:"#E60000"}),l.jsx("path",{d:"M9.335 10.938c-.17.336-.276.706-.306 1.1l.332.01c.029-.348.123-.672.274-.968l-.3-.142Zm3.169-1.239a2.6 2.6 0 0 1 1.12.55l.23-.24a2.935 2.935 0 0 0-1.277-.634l-.073.324Zm1.625 1.086c.289.422.46.932.46 1.483 0 .1-.018.195-.03.292l.327.06c.015-.117.036-.232.036-.352a2.94 2.94 0 0 0-.515-1.666l-.278.183Zm-3.314 3.832a2.61 2.61 0 0 1-1.447-2.065l-.33.037a2.945 2.945 0 0 0 1.64 2.332l.137-.304Zm-.89-3.983a2.611 2.611 0 0 1 2.04-.992c.017 0 .033.005.05.006l.021-.332c-.024 0-.047-.007-.071-.007a2.94 2.94 0 0 0-2.313 1.134l.273.19Zm4.533 2.414a2.616 2.616 0 0 1-1.379 1.588l.136.304a2.952 2.952 0 0 0 1.558-1.786l-.315-.106Z",fill:"#FFCC01"})]})}));exports.SV=a;
package/icons/flags/SX.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var a=e.borderRadius,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:c,borderRadius:a,height:l,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#032A87"}),React.createElement("path",{d:"M21.333 3.444H2.667A2.667 2.667 0 0 0 0 6.111v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#DC181E"}),React.createElement("path",{d:"m.875 20.074 10.479-7.92L.887 4.138A2.65 2.65 0 0 0 0 6.111v12c0 .78.341 1.476.875 1.963Z",fill:"#EEE"}),React.createElement("path",{d:"M5.75 9.937c0 .61-.641 1.105-1.432 1.105-.791 0-1.432-.495-1.432-1.105s.641-1.104 1.432-1.104c.79 0 1.432.495 1.432 1.104Z",fill:"#FADA10"}),React.createElement("path",{d:"M2.57 9.472c.306-.306 1.412-.292 1.747-.097-.373-.503.142-.264.544-.264.403 0 .514.124.25.152-.264.029-.486-.013-.416.07.069.083.472.013.833-.07s.777.223.805.279c.028.056-.638-.084-.874 0-.236.083-.612.07-.584.152.028.084-.392.14-.557.098-.165-.042-.846-.028-.735-.098a5.92 5.92 0 0 1 .306-.18c.056-.028-.834-.056-1.32-.042Z",fill:"#BD725F"}),React.createElement("path",{d:"M6.77 9.82s-.625.317-1.26.166c-.698-.167-1.208-.093-1.208.094 0-.187-.51-.26-1.208-.094-.634.151-1.26-.167-1.26-.167s.462.74.187 2.219c-.282 1.51-.198 2.198.993 2.242 1.007.038 1.288.341 1.288.341s.28-.303 1.288-.34c1.191-.045 1.275-.733.993-2.243-.275-1.479.188-2.219.188-2.219Z",fill:"#DC181E"}),React.createElement("path",{d:"M6.313 12.496c-.354-1.218.02-2.218.02-2.218s-.552.166-1.166-.01c-.615-.178-.865.124-.865.124s-.25-.301-.865-.125c-.614.178-1.166.01-1.166.01s.374 1 .02 2.22c-.354 1.218.511 1.396 1.094 1.385.584-.01.917.322.917.322s.333-.333.917-.322c.583.01 1.448-.167 1.094-1.386Z",fill:"#63B0E2"}),React.createElement("path",{d:"M5.698 13.372v-.605h.135v-.24h-.146v-.645h.136l-1.115-.74v-.301h.167l-.573-.386-.573.386h.167v.302l-1.115.739h.136v.646H2.77v.24h.135v.604h-.167v.302h3.126v-.302h-.167Zm.11-2.516c0 .239-.05.328-.11.328s-.11-.09-.11-.328c0-.239.11-.432.11-.432s.11.193.11.432Z",fill:"#fff"}),React.createElement("path",{d:"M6.12 11.215h-.844c0-.115.189-.208.422-.208.233 0 .422.093.422.208Z",fill:"#fff"}),React.createElement("path",{d:"M3.25 10.903s-.156.281-.187.448c-.032.167-.126-.104-.126-.104s-.166.167-.208.23c-.041.062-.052-.48 0-.553.052-.072-.125-.052-.187-.083-.063-.031.135-.23.135-.23s-.27-.125-.177-.155c.094-.032.437-.01.552.083.115.094.385-.063.49-.083.103-.02 0 .104-.084.177-.083.073-.041.26-.041.354 0 .093-.167-.084-.167-.084Z",fill:"#018830"}),React.createElement("path",{d:"M3.719 12.246h1.229v.354h-1.23v-.354Zm-.594-.29H3.5v.489h-.375v-.49Zm0 .822H3.5v.49h-.375v-.49Zm2.01-.823h.375v.49h-.375v-.49Zm0 .823h.375v.49h-.375v-.49Zm-1.104-1.854h.563v.26h-.563v-.26Z",fill:"#B6B6B6"}),React.createElement("path",{d:"m7.667 12.622-.104-.594-.552.177.166.802.126.032s.01.646-.48 1.146c-.49.5-1.354.5-1.354.5s-.448.322-1.166.322c-.719 0-1.167-.322-1.167-.322s-.865 0-1.354-.5c-.49-.5-.48-1.146-.48-1.146l.126-.032.167-.802-.552-.177-.104.594-.198.02s.01 1.167.416 1.782c.406.615 1.313.802 1.313.802s.01.072.031.146c.594.344 1.802.364 1.802.364s1.208-.02 1.802-.364c.021-.073.032-.146.032-.146s.906-.188 1.312-.802c.406-.615.417-1.781.417-1.781l-.2-.021Z",fill:"#FADA10"}))}));exports.SX=c;
1
+ "use strict";var s=require("react"),h=require("../flag-icon/_FlagIconBase.js"),c=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=s.forwardRef((function(s,l){var v=s.borderRadius,a=s.height,i=s.width;return c.jsxs(h.FlagIconBase,{ref:l,borderRadius:v,height:a,viewBox:"0 0 24 25",width:i,children:[c.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#032A87"}),c.jsx("path",{d:"M21.333 3.444H2.667A2.667 2.667 0 0 0 0 6.111v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#DC181E"}),c.jsx("path",{d:"m.875 20.074 10.479-7.92L.887 4.138A2.65 2.65 0 0 0 0 6.111v12c0 .78.341 1.476.875 1.963Z",fill:"#EEE"}),c.jsx("path",{d:"M5.75 9.937c0 .61-.641 1.105-1.432 1.105-.791 0-1.432-.495-1.432-1.105s.641-1.104 1.432-1.104c.79 0 1.432.495 1.432 1.104Z",fill:"#FADA10"}),c.jsx("path",{d:"M2.57 9.472c.306-.306 1.412-.292 1.747-.097-.373-.503.142-.264.544-.264.403 0 .514.124.25.152-.264.029-.486-.013-.416.07.069.083.472.013.833-.07s.777.223.805.279c.028.056-.638-.084-.874 0-.236.083-.612.07-.584.152.028.084-.392.14-.557.098-.165-.042-.846-.028-.735-.098a5.92 5.92 0 0 1 .306-.18c.056-.028-.834-.056-1.32-.042Z",fill:"#BD725F"}),c.jsx("path",{d:"M6.77 9.82s-.625.317-1.26.166c-.698-.167-1.208-.093-1.208.094 0-.187-.51-.26-1.208-.094-.634.151-1.26-.167-1.26-.167s.462.74.187 2.219c-.282 1.51-.198 2.198.993 2.242 1.007.038 1.288.341 1.288.341s.28-.303 1.288-.34c1.191-.045 1.275-.733.993-2.243-.275-1.479.188-2.219.188-2.219Z",fill:"#DC181E"}),c.jsx("path",{d:"M6.313 12.496c-.354-1.218.02-2.218.02-2.218s-.552.166-1.166-.01c-.615-.178-.865.124-.865.124s-.25-.301-.865-.125c-.614.178-1.166.01-1.166.01s.374 1 .02 2.22c-.354 1.218.511 1.396 1.094 1.385.584-.01.917.322.917.322s.333-.333.917-.322c.583.01 1.448-.167 1.094-1.386Z",fill:"#63B0E2"}),c.jsx("path",{d:"M5.698 13.372v-.605h.135v-.24h-.146v-.645h.136l-1.115-.74v-.301h.167l-.573-.386-.573.386h.167v.302l-1.115.739h.136v.646H2.77v.24h.135v.604h-.167v.302h3.126v-.302h-.167Zm.11-2.516c0 .239-.05.328-.11.328s-.11-.09-.11-.328c0-.239.11-.432.11-.432s.11.193.11.432Z",fill:"#fff"}),c.jsx("path",{d:"M6.12 11.215h-.844c0-.115.189-.208.422-.208.233 0 .422.093.422.208Z",fill:"#fff"}),c.jsx("path",{d:"M3.25 10.903s-.156.281-.187.448c-.032.167-.126-.104-.126-.104s-.166.167-.208.23c-.041.062-.052-.48 0-.553.052-.072-.125-.052-.187-.083-.063-.031.135-.23.135-.23s-.27-.125-.177-.155c.094-.032.437-.01.552.083.115.094.385-.063.49-.083.103-.02 0 .104-.084.177-.083.073-.041.26-.041.354 0 .093-.167-.084-.167-.084Z",fill:"#018830"}),c.jsx("path",{d:"M3.719 12.246h1.229v.354h-1.23v-.354Zm-.594-.29H3.5v.489h-.375v-.49Zm0 .822H3.5v.49h-.375v-.49Zm2.01-.823h.375v.49h-.375v-.49Zm0 .823h.375v.49h-.375v-.49Zm-1.104-1.854h.563v.26h-.563v-.26Z",fill:"#B6B6B6"}),c.jsx("path",{d:"m7.667 12.622-.104-.594-.552.177.166.802.126.032s.01.646-.48 1.146c-.49.5-1.354.5-1.354.5s-.448.322-1.166.322c-.719 0-1.167-.322-1.167-.322s-.865 0-1.354-.5c-.49-.5-.48-1.146-.48-1.146l.126-.032.167-.802-.552-.177-.104.594-.198.02s.01 1.167.416 1.782c.406.615 1.313.802 1.313.802s.01.072.031.146c.594.344 1.802.364 1.802.364s1.208-.02 1.802-.364c.021-.073.032-.146.032-.146s.906-.188 1.312-.802c.406-.615.417-1.781.417-1.781l-.2-.021Z",fill:"#FADA10"})]})}));exports.SX=l;
package/icons/flags/SY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var l=e.borderRadius,i=e.height,a=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:l,height:i,viewBox:"0 0 640 480",width:a},React.createElement("rect",{fill:"#fff",fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"160"}),React.createElement("rect",{fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"320"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"red",fillRule:"evenodd"}),React.createElement("path",{d:"m201.9 281-28.8-20.9-28.7 21.1 10.7-34.2-28.7-21.2 35.4-.3 11-34.1 11.3 34h35.4L191 246.9l10.9 34.2zm307.6 0-28.8-20.9-28.7 21.1 10.7-34.2-28.6-21.2 35.4-.3 11-34.1 11.2 34h35.4l-28.5 21.4 11 34.2z",fill:"#090",fillRule:"evenodd"}))}));exports.SY=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var t=e.borderRadius,d=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:t,height:d,viewBox:"0 0 640 480",width:h,children:[i.jsx("rect",{fill:"#fff",fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"160"}),i.jsx("rect",{fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"320"}),i.jsx("path",{d:"M0 0h640v160H0z",fill:"red",fillRule:"evenodd"}),i.jsx("path",{d:"m201.9 281-28.8-20.9-28.7 21.1 10.7-34.2-28.7-21.2 35.4-.3 11-34.1 11.3 34h35.4L191 246.9l10.9 34.2zm307.6 0-28.8-20.9-28.7 21.1 10.7-34.2-28.6-21.2 35.4-.3 11-34.1 11.2 34h35.4l-28.5 21.4 11 34.2z",fill:"#090",fillRule:"evenodd"})]})}));exports.SY=l;
package/icons/flags/SZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var r=a.borderRadius,c=a.height,h=a.width,m=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:r,height:c,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(m,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(m,"-0)"),transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),React.createElement("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),React.createElement("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"11",rx:"5.8",ry:"5.8",stroke:"#000",strokeWidth:"1.5",width:"621.7",x:"-51.4",y:"250.5"}),React.createElement("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)"},React.createElement("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})),React.createElement("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)"},React.createElement("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M338-.4c-5.5 12.4 4.3-4.1 28.4 16.7 4.4 3.8 8.3 14 8.3 21.1-1.1-1-2-3-3.2-4.5-1.8 2.3 1.7 12.6 2.2 17.5-3.8-2.7-3.4-4-4.7-7.4.3 4-.6 15.2.9 19.4-3-1-2.8-4.1-4.3-4.8 1 4.9-1 10.1-.4 15.6-1.8-2.2-3.6-4-4.4-4.9-.1 2.6-3.3 9.4-3.4 11.9-1.5-1.2-1.9-3-2.1-4.2-1.8 3-8.3 14-8.7 17.2-5-5.7-17.8-19.5-19.5-26.9-1.5 4.2-3.6 5.6-7.8 8.7-1.7-11.7-8-24.8-4.6-34.8a84.4 84.4 0 0 0-6.6 5.9A67.9 67.9 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9944 0 0 .77118 190.4 252)"}),React.createElement("path",{d:"M505.9 299.2c2.3-4.6 4.4-6 5.9-9 2.6-5.2 3-9.4 5.3-8.8 2.3.6 2.3 2.8-.7 7.9-3 5-4.4 6.2-10.5 9.9zm15.5 11c-.3-3.6.8-5 .6-7.3-.3-4-2-6.7.1-6.9 2.1-.2 3.1 1.2 3.1 5.2s-.6 5-3.8 9zm11.8 6.8c-.9-5-.2-7-.8-10.2-1-5.6-3-9.2-1-9.7 1.9-.5 3 1.3 3.8 6.9.7 5.6.3 7.2-2 13zm12.3-34.3c-2.9-2.1-4.6-2.3-6.4-3.7-3.3-2.5-5-5.1-6-3.8-1 1.3-.3 2.7 3.1 5 3.5 2.3 4.6 2.5 9.3 2.5zm-2 16.3c-1.5-3.2-3.1-4-4.1-6-1.8-3.6-1.8-6.7-3.6-5.9-2 .8-2 2.4 0 5.9 2 3.4 3 4 7.7 6z",fill:"#a70000"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M329.6 20.7c-.3-2.7.3-3-1.3-5 2.2 1 2.3 3.7 5 1.8 1-.6 1.4-.6.2-3.5 2.8 0 12 3.5 13.4 3.6 3.9.2 10.9-4.4 15.7 1.2 4.7 5.1 3.1 10.4 3.1 17.5-1.8-1-1-1.4-3-4 1.6 6.2 0 17.4 0 24-.8-1.6-.7-1-1.4-2.6-2 6-4.4 7.3-4.4 14.3-.7-2.7 0-2.2-.8-3.6-2 4.5-15 8.4-10 13-4.4-2.8-6.4-2.5-8.5-5.1-.9.6-1.6 1.8-2.4 3.4-8-4-5-12.5-11.3-18.2-1 2.4-.6 2-1.8 5.9-1.2-5.4-1.6-8.9-3-12.8-1.2 2.2-1 1.3-3.3 4.7-1-6.6-2.4-8.2-1.8-12.5-2.4 1.8-.8 1-3.2 3.3 2.2-17 11.9-29.4 18.8-25.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(1.1372 0 0 1.0495 -399.4 239.2)"}),React.createElement("path",{d:"M-35.7 289.8c2.3-5.7 4.4-7.5 6-11.2 2.6-6.4 3-11.6 5.2-10.8 2.3.8 2.2 3.4-.8 9.8a25 25 0 0 1-10.4 12.2zm8.8 14.3c1-5.1 2.4-7 3-10.3 1-5.8.5-10.1 2.6-9.9 2 .3 2.5 2.4 1.1 8.2-1.4 5.8-2.3 7.1-6.7 12zm10.5 9.9c.3-5 1.5-6.9 1.6-10 .3-5.7-.7-9.7 1.2-9.7 2 0 2.7 2 2.1 7.6-.6 5.6-1.3 7-4.9 12zm22.7-32.4c-4.4-4.3-7-5.1-9.8-8-4.9-4.8-7.3-9.4-9-7.7-1.8 1.6-.7 4 4.5 8.7 5.2 4.6 7 5.2 14.3 7zm-2.7 16.6C.8 294-1.2 292.8-3 290c-3.2-4.9-4.3-9.1-6-8-2 1-1.5 3.2 2 8 3.4 4.7 4.8 5.5 10.7 8.2z",fill:"#a70000"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M637.8 230.3c-53.1 59-124 177.2-265.8 177.2-124 0-212.6-118.1-265.7-177.2C159.4 171.3 248 53.2 372 53.2c141.8 0 212.6 118 265.8 177.1z",fill:"#fff",stroke:"#000",strokeWidth:"2.1",transform:"matrix(.68807 0 0 .61926 0 113.4)"}),React.createElement("path",{d:"M243.2 184.4c9.8 11 1.6 15.4 12 16.1 10.8.8 4.6 11.6 13.8 12 6.4.2-.7 25.7 5.5 34.2 6.3 8.7 11.5 2.5 11.6 8.9.1 6.5-17 5.9-17.3 26-.5 11.7-14.5 12.5-15.2 20-.8 7 27.5 11 27.2 17.3-.4 6.3-30.7 5.3-32 12.4-.6 6.5 41.6 11.8 45 30.4-6.3 2-24.3 4-37.8 4-85.3 0-146.3-73.1-182.9-109.7 36.6-36.6 97.6-109.7 182.9-109.7 0 0-25.3 23.1-12.8 38.2z"}),React.createElement("path",{d:"M141.4 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM177 217h8.8v29.2H177zm0 48.8h8.8V295H177zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z",fill:"#fff"}),React.createElement("path",{d:"M275.5 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM311 217h8.8v29.2H311zm0 48.8h8.8V295H311zm17.7-48.8h8.9v29.2h-9zm0 48.8h8.9V295h-9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M338-.4c-5.5 12.4 9.8-4.1 33.8 16.7a51.2 51.2 0 0 1 10.9 26.2c-5.1-1.2-14.2-7-14.2-7s10.6 12.2 10.6 26.4c-3.7-2.7-5.6-2.3-6.8-5.6 0 4.5 3.3 7.5 3.3 14.6a49.8 49.8 0 0 0-7.3-5.7c3.5 7.1-6.5 20.9-1.5 25.5-8.7-1.5-17.7-8-21.2-15-1.9 1.4-2 3.7-2.2 6.2.3.2-13.3-11.7-12-16.3-1.9 3-2.1 4.6-2.5 8a44 44 0 0 1-11.3-18.8l-4.6 6.7c-1.6-11.7-1.6-11.3 1.7-21.3a84.4 84.4 0 0 0-6.6 5.9A67.8 67.8 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9094 0 0 .78749 -110.6 166.1)"}),React.createElement("path",{d:"M184.4 213.6c.8-6.7 2.5-9.3 3-13.6 1-7.7-.1-13.2 2.6-13.1 2.7.1 3.5 3 2.2 10.6-1.4 7.6-2.5 9.5-7.8 16.1zm14.1 12.4c-.5-5.7.5-8.1.2-11.8-.6-6.4-2.6-10.8-.3-11.2 2.4-.4 3.6 1.7 3.8 8.3.3 6.5-.3 8.2-3.7 14.7zm22.1 10c-2.4-4.8-4.5-6.3-6-9.5-2.8-5.6-3.3-10.1-5.4-9.3-2.2.8-2 3.2 1 8.7 3 5.4 4.5 6.5 10.4 10.2zm7.6-44c-6-3.3-9.2-3.3-13.2-5.4-6.9-3.6-11-7.7-12.4-5.5-1.4 2.3.5 4.5 7.7 7.8 7.1 3.3 9.3 3.5 18 3zm2.3 18.4c-4.5-3.7-7.1-4.3-10-6.7-5-4.1-7.6-8.2-9.3-6.6-1.6 1.7-.5 3.9 4.8 7.8 5.3 4 7.1 4.5 14.5 5.5z",fill:"#a70000"}))))}));exports.SZ=a;
1
+ "use strict";var t=require("react"),e=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=t.forwardRef((function(r,s){var l=r.borderRadius,i=r.height,d=r.width,a=t.useId();return h.jsxs(e.FlagIconBase,{ref:s,borderRadius:l,height:i,viewBox:"0 0 640 480",width:d,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(a,"-0"),children:h.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(a,"-0)"),transform:"translate(80) scale(.9375)",children:[h.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),h.jsx("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),h.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),h.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"}),h.jsxs("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)",children:[h.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)"}),h.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"}),h.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)"}),h.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)"}),h.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)"})]}),h.jsxs("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)",children:[h.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)"}),h.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"}),h.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)"}),h.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)"}),h.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)"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.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)"}),h.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"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.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)"}),h.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"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.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)"}),h.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"}),h.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"}),h.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"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.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)"}),h.jsx("path",{d:"M184.4 213.6c.8-6.7 2.5-9.3 3-13.6 1-7.7-.1-13.2 2.6-13.1 2.7.1 3.5 3 2.2 10.6-1.4 7.6-2.5 9.5-7.8 16.1zm14.1 12.4c-.5-5.7.5-8.1.2-11.8-.6-6.4-2.6-10.8-.3-11.2 2.4-.4 3.6 1.7 3.8 8.3.3 6.5-.3 8.2-3.7 14.7zm22.1 10c-2.4-4.8-4.5-6.3-6-9.5-2.8-5.6-3.3-10.1-5.4-9.3-2.2.8-2 3.2 1 8.7 3 5.4 4.5 6.5 10.4 10.2zm7.6-44c-6-3.3-9.2-3.3-13.2-5.4-6.9-3.6-11-7.7-12.4-5.5-1.4 2.3.5 4.5 7.7 7.8 7.1 3.3 9.3 3.5 18 3zm2.3 18.4c-4.5-3.7-7.1-4.3-10-6.7-5-4.1-7.6-8.2-9.3-6.6-1.6 1.7-.5 3.9 4.8 7.8 5.3 4 7.1 4.5 14.5 5.5z",fill:"#a70000"})]})]})]})}));exports.SZ=r;
package/icons/flags/TC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:l,viewBox:"0 0 24 24",width:h},React.createElement("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M15.333 8v2.484c0 3.453 1.925 4.715 3.438 5.537 1.513-.822 3.201-2.084 3.201-5.537V8h-6.639Z",fill:"#fff"}),React.createElement("path",{d:"M18.77 15.62c-1.467-.82-3.159-2.005-3.159-5.136v-2.04h6.131v2.04c0 3.13-1.503 4.315-2.971 5.136Z",fill:"#FEC400"}),React.createElement("path",{d:"M19.969 13.99c-.042-.365-.344-1.511-.698-1.855-.354-.344-.5-.078-.5-.078s-.146-.265-.5.078c-.354.344-.656 1.49-.698 1.854-.042.365.041.448.229.448.083.178.406.208.406.208s.365.24.563 0c.198.24.562 0 .562 0s.323-.031.406-.208c.188 0 .272-.083.23-.448Z",fill:"#00A728"}),React.createElement("path",{d:"M19.302 11.717c0 .318.084.574-.52.574-.605 0-.521-.257-.521-.574 0-.317.233-.574.52-.574.288 0 .521.257.521.574Z",fill:"#F0082D"}),React.createElement("path",{d:"M17.656 11.302c-.167.281-.427.083-.541-.25-.114-.333-.573-.427-.74-.52-.166-.094-.208-.25 0-.365.208-.115.084-.26.23-.302-.188-.042-.356.062-.371 0-.015-.063.13-.236.37-.264-.197-.247-.083-.768 0-.778.084-.01.255.146.341.302.087.156.337.125.316.344.052.052.23.02.396.292.166.27-.001 1.541-.001 1.541Z",fill:"#FF9F3E"}),React.createElement("path",{d:"M17.73 11.26c-.235.019-.323-.187-.365-.489-.042-.302-.469-.19-.271-.641.198-.452.272-.178.292-.529.02-.35.135-.642.239-.642.104 0 .239.323.292.459.052.136.252.104.34.573.087.468-.017.812-.132.916-.114.104-.166.12-.187.237-.021.117-.053.105-.207.117Z",fill:"#FF927F"}),React.createElement("path",{d:"M17.73 9.27c.072.053.075.126 0 .25-.073.126.049.25.055.46.007.207-.101.28-.078.385.022.104.189.302.168.541-.02.24-.07.313-.144.354-.074.041-.043-.125-.028-.281.016-.156-.088-.334-.14-.49-.052-.156.07-.27.102-.427.033-.156-.05-.299-.061-.462-.01-.163.127-.33.127-.33Z",fill:"#FE9DE0"}),React.createElement("path",{d:"M20.146 9.667c.031-.23.02-.584-.052-.708-.073-.126-.187-.198-.115-.219.073-.02.417.344.23 1.083-.188.74-.063-.156-.063-.156Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.11 9.603c-.141-.082-.323-.29-.305-.405.018-.115.153-.323.174-.281.021.041-.062.17 0 .34.063.17.094.18.178.293.084.114-.048.053-.048.053Zm-.077.158c-.084-.102-1.012-.698-.918-.74.093-.04.892.46 1.018.74.128.28-.1 0-.1 0Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M19.98 9.937c-.34-.336-1.178-.396-1.136-.448.042-.052 1.116.047 1.266.357.15.31-.13.091-.13.091Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M19.956 10.115c-.383-.198-1.052-.24-1.113-.23-.062.011.646-.198 1.151.114.506.314-.038.116-.038.116Zm.023.281c-.396-.177-.979-.125-1.083-.063-.104.063.302-.236.583-.206.282.03.554.088.631.142.077.054.007.188-.13.127Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.21 9.6c-.048-.255-.049-.471-.392-.445-.343.026-.405.668-.32 1.564.086.896-.018 1.189-.034 1.24-.015.052.191-.178.177-.574-.015-.396-.102-1.266-.074-1.586.028-.32.183-.56.39-.497.206.063.16.224.154.42-.007.195.099-.121.099-.121Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.437 11.267s.104-.06.24-.767c.135-.708-.156-1.01-.417-1.01-.26 0-.552.301-.417 1.01.136.708.24.767.24.767s-.32.303-.274.45c.044.148.451.15.451.15s.406-.002.451-.15c.046-.147-.274-.45-.274-.45Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.378 9.667c-.031-.23-.02-.584.052-.708.073-.125.187-.198.115-.219-.073-.02-.417.344-.23 1.083.188.74.063-.156.063-.156Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.415 9.603c.14-.082.322-.291.304-.405-.018-.114-.153-.323-.174-.281-.021.041.062.17 0 .34-.063.17-.094.18-.178.293-.084.114.048.053.048.053Zm.076.158c.084-.102 1.012-.698.918-.74-.094-.041-.892.459-1.018.74-.127.28.1 0 .1 0Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.545 9.937c.339-.336 1.177-.396 1.135-.448-.042-.052-1.116.047-1.266.357-.15.31.13.091.13.091Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.569 10.115c.382-.198 1.052-.24 1.113-.23.061.011-.646-.198-1.152.114-.506.314.039.116.039.116Zm-.024.281c.396-.177.979-.125 1.083-.063.104.063-.302-.236-.583-.206-.282.03-.554.088-.631.142-.077.054-.007.188.13.127Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.315 9.6c.048-.255.048-.471.392-.445.343.026.404.668.319 1.564-.085.896.019 1.189.035 1.24.016.052-.192-.178-.177-.574.015-.396.102-1.266.074-1.586-.028-.32-.183-.56-.39-.497-.207.063-.16.224-.154.42.006.195-.1-.121-.1-.121Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.TC=a;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=l.forwardRef((function(l,a){var c=l.borderRadius,i=l.height,t=l.width;return s.jsxs(h.FlagIconBase,{ref:a,borderRadius:c,height:i,viewBox:"0 0 24 24",width:t,children:[s.jsx("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),s.jsx("path",{d:"M15.333 8v2.484c0 3.453 1.925 4.715 3.438 5.537 1.513-.822 3.201-2.084 3.201-5.537V8h-6.639Z",fill:"#fff"}),s.jsx("path",{d:"M18.77 15.62c-1.467-.82-3.159-2.005-3.159-5.136v-2.04h6.131v2.04c0 3.13-1.503 4.315-2.971 5.136Z",fill:"#FEC400"}),s.jsx("path",{d:"M19.969 13.99c-.042-.365-.344-1.511-.698-1.855-.354-.344-.5-.078-.5-.078s-.146-.265-.5.078c-.354.344-.656 1.49-.698 1.854-.042.365.041.448.229.448.083.178.406.208.406.208s.365.24.563 0c.198.24.562 0 .562 0s.323-.031.406-.208c.188 0 .272-.083.23-.448Z",fill:"#00A728"}),s.jsx("path",{d:"M19.302 11.717c0 .318.084.574-.52.574-.605 0-.521-.257-.521-.574 0-.317.233-.574.52-.574.288 0 .521.257.521.574Z",fill:"#F0082D"}),s.jsx("path",{d:"M17.656 11.302c-.167.281-.427.083-.541-.25-.114-.333-.573-.427-.74-.52-.166-.094-.208-.25 0-.365.208-.115.084-.26.23-.302-.188-.042-.356.062-.371 0-.015-.063.13-.236.37-.264-.197-.247-.083-.768 0-.778.084-.01.255.146.341.302.087.156.337.125.316.344.052.052.23.02.396.292.166.27-.001 1.541-.001 1.541Z",fill:"#FF9F3E"}),s.jsx("path",{d:"M17.73 11.26c-.235.019-.323-.187-.365-.489-.042-.302-.469-.19-.271-.641.198-.452.272-.178.292-.529.02-.35.135-.642.239-.642.104 0 .239.323.292.459.052.136.252.104.34.573.087.468-.017.812-.132.916-.114.104-.166.12-.187.237-.021.117-.053.105-.207.117Z",fill:"#FF927F"}),s.jsx("path",{d:"M17.73 9.27c.072.053.075.126 0 .25-.073.126.049.25.055.46.007.207-.101.28-.078.385.022.104.189.302.168.541-.02.24-.07.313-.144.354-.074.041-.043-.125-.028-.281.016-.156-.088-.334-.14-.49-.052-.156.07-.27.102-.427.033-.156-.05-.299-.061-.462-.01-.163.127-.33.127-.33Z",fill:"#FE9DE0"}),s.jsx("path",{d:"M20.146 9.667c.031-.23.02-.584-.052-.708-.073-.126-.187-.198-.115-.219.073-.02.417.344.23 1.083-.188.74-.063-.156-.063-.156Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.11 9.603c-.141-.082-.323-.29-.305-.405.018-.115.153-.323.174-.281.021.041-.062.17 0 .34.063.17.094.18.178.293.084.114-.048.053-.048.053Zm-.077.158c-.084-.102-1.012-.698-.918-.74.093-.04.892.46 1.018.74.128.28-.1 0-.1 0Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M19.98 9.937c-.34-.336-1.178-.396-1.136-.448.042-.052 1.116.047 1.266.357.15.31-.13.091-.13.091Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M19.956 10.115c-.383-.198-1.052-.24-1.113-.23-.062.011.646-.198 1.151.114.506.314-.038.116-.038.116Zm.023.281c-.396-.177-.979-.125-1.083-.063-.104.063.302-.236.583-.206.282.03.554.088.631.142.077.054.007.188-.13.127Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.21 9.6c-.048-.255-.049-.471-.392-.445-.343.026-.405.668-.32 1.564.086.896-.018 1.189-.034 1.24-.015.052.191-.178.177-.574-.015-.396-.102-1.266-.074-1.586.028-.32.183-.56.39-.497.206.063.16.224.154.42-.007.195.099-.121.099-.121Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.437 11.267s.104-.06.24-.767c.135-.708-.156-1.01-.417-1.01-.26 0-.552.301-.417 1.01.136.708.24.767.24.767s-.32.303-.274.45c.044.148.451.15.451.15s.406-.002.451-.15c.046-.147-.274-.45-.274-.45Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.378 9.667c-.031-.23-.02-.584.052-.708.073-.125.187-.198.115-.219-.073-.02-.417.344-.23 1.083.188.74.063-.156.063-.156Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.415 9.603c.14-.082.322-.291.304-.405-.018-.114-.153-.323-.174-.281-.021.041.062.17 0 .34-.063.17-.094.18-.178.293-.084.114.048.053.048.053Zm.076.158c.084-.102 1.012-.698.918-.74-.094-.041-.892.459-1.018.74-.127.28.1 0 .1 0Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.545 9.937c.339-.336 1.177-.396 1.135-.448-.042-.052-1.116.047-1.266.357-.15.31.13.091.13.091Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.569 10.115c.382-.198 1.052-.24 1.113-.23.061.011-.646-.198-1.152.114-.506.314.039.116.039.116Zm-.024.281c.396-.177.979-.125 1.083-.063.104.063-.302-.236-.583-.206-.282.03-.554.088-.631.142-.077.054-.007.188.13.127Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.315 9.6c.048-.255.048-.471.392-.445.343.026.404.668.319 1.564-.085.896.019 1.189.035 1.24.016.052-.192-.178-.177-.574.015-.396.102-1.266.074-1.586-.028-.32-.183-.56-.39-.497-.207.063-.16.224-.154.42.006.195-.1-.121-.1-.121Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),s.jsx("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),s.jsx("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),s.jsx("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.TC=a;
package/icons/flags/TD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h214v480H0z",fill:"#000067"}),React.createElement("path",{d:"M426 0h214v480H426z",fill:"red"}),React.createElement("path",{d:"M214 0h212v480H214z",fill:"#ff0"})))}));exports.TD=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h214v480H0z",fill:"#000067"}),i.jsx("path",{d:"M426 0h214v480H426z",fill:"red"}),i.jsx("path",{d:"M214 0h212v480H214z",fill:"#ff0"})]})})}));exports.TD=s;
package/icons/flags/TF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,h=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("path",{d:"m0-21 12.3 38L-20-6.5h40L-12.3 17z",fill:"#fff",id:"".concat(n,"-0")})),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#002395"}),React.createElement("path",{d:"M0 0h292.8v196.8H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h96v192H0z",fill:"#002395"}),React.createElement("path",{d:"M192 0h96v192h-96z",fill:"#ed2939"}),React.createElement("path",{d:"m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z",fill:"#fff"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"416",xlinkHref:"#".concat(n,"-0"),y:"362"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"371",xlinkHref:"#".concat(n,"-0"),y:"328"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"461",xlinkHref:"#".concat(n,"-0"),y:"328"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"333",xlinkHref:"#".concat(n,"-0"),y:"227"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"499",xlinkHref:"#".concat(n,"-0"),y:"227"}))}));exports.TF=a;
1
+ "use strict";var e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(r,t){var i=r.borderRadius,a=r.height,l=r.width,f=e.useId();return s.jsxs(h.FlagIconBase,{ref:t,borderRadius:i,height:a,viewBox:"0 0 640 480",width:l,children:[s.jsx("defs",{children:s.jsx("path",{d:"m0-21 12.3 38L-20-6.5h40L-12.3 17z",fill:"#fff",id:"".concat(f,"-0")})}),s.jsx("path",{d:"M0 0h640v480H0z",fill:"#002395"}),s.jsx("path",{d:"M0 0h292.8v196.8H0z",fill:"#fff"}),s.jsx("path",{d:"M0 0h96v192H0z",fill:"#002395"}),s.jsx("path",{d:"M192 0h96v192h-96z",fill:"#ed2939"}),s.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"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"416",xlinkHref:"#".concat(f,"-0"),y:"362"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"371",xlinkHref:"#".concat(f,"-0"),y:"328"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"461",xlinkHref:"#".concat(f,"-0"),y:"328"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"333",xlinkHref:"#".concat(f,"-0"),y:"227"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"499",xlinkHref:"#".concat(f,"-0"),y:"227"})]})}));exports.TF=r;
package/icons/flags/TG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h767.6v512H0z",fill:"#ffe300"}),React.createElement("path",{d:"M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z",fill:"#118600"}),React.createElement("path",{d:"M0 .3h306.5v310.6H0z",fill:"#d80000"}),React.createElement("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"}),React.createElement("path",{d:"M0 409.2h767.6V512H0z",fill:"#118600"})))}));exports.TG=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,l){var a=s.borderRadius,t=s.height,h=s.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h767.6v512H0z",fill:"#ffe300"}),i.jsx("path",{d:"M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z",fill:"#118600"}),i.jsx("path",{d:"M0 .3h306.5v310.6H0z",fill:"#d80000"}),i.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"}),i.jsx("path",{d:"M0 409.2h767.6V512H0z",fill:"#118600"})]})]})}));exports.TG=s;
package/icons/flags/TH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,i=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#f4f5f8"}),React.createElement("path",{d:"M0 162.5h640v160H0z",fill:"#2d2a4a"}),React.createElement("path",{d:"M0 0h640v82.5H0zm0 400h640v80H0z",fill:"#a51931"})))}));exports.TH=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var s=e.borderRadius,t=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#f4f5f8"}),i.jsx("path",{d:"M0 162.5h640v160H0z",fill:"#2d2a4a"}),i.jsx("path",{d:"M0 0h640v82.5H0zm0 400h640v80H0z",fill:"#a51931"})]})})}));exports.TH=a;
package/icons/flags/TJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,n=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:n},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#060"}),React.createElement("path",{d:"M0 0h640v342.9H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v137.1H0z",fill:"#c00"}),React.createElement("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"}),React.createElement("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"}),React.createElement("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(i,"-0")}),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("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(i,"-1")}),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"rotate(9.4 320 551.3)",width:"100%",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"rotate(18.7 320 551.3)",width:"100%",xlinkHref:"#".concat(i,"-1")}),React.createElement("path",{d:"M253.5 327.8a233.1 233.1 0 0 1 133 0",fill:"none",stroke:"#f8c300",strokeWidth:"11"}),React.createElement("g",{fill:"#f8c300",transform:"translate(320 164.6) scale(.68571)"},React.createElement("path",{d:"m301930 415571-790463-574305h977066l-790463 574305L0-513674z",id:"".concat(i,"-2"),transform:"scale(.00005)"})),React.createElement("g",{fill:"#f8c300",id:"".concat(i,"-3"),transform:"translate(320 260.6) scale(.68571)"},React.createElement("use",{height:"100%",transform:"translate(-70 -121.2)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{height:"100%",transform:"translate(-121.2 -70)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{height:"100%",transform:"translate(-140)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(i,"-3")}))}));exports.TJ=a;
1
+ "use strict";var t=require("react"),a=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=t.forwardRef((function(e,i){var s=e.borderRadius,f=e.height,l=e.width,c=t.useId();return r.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:f,viewBox:"0 0 640 480",width:l,children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#060"}),r.jsx("path",{d:"M0 0h640v342.9H0z",fill:"#fff"}),r.jsx("path",{d:"M0 0h640v137.1H0z",fill:"#c00"}),r.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"}),r.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"}),r.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")}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.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")}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(9.4 320 551.3)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(18.7 320 551.3)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("path",{d:"M253.5 327.8a233.1 233.1 0 0 1 133 0",fill:"none",stroke:"#f8c300",strokeWidth:"11"}),r.jsx("g",{fill:"#f8c300",transform:"translate(320 164.6) scale(.68571)",children:r.jsx("path",{d:"m301930 415571-790463-574305h977066l-790463 574305L0-513674z",id:"".concat(c,"-2"),transform:"scale(.00005)"})}),r.jsxs("g",{fill:"#f8c300",id:"".concat(c,"-3"),transform:"translate(320 260.6) scale(.68571)",children:[r.jsx("use",{height:"100%",transform:"translate(-70 -121.2)",width:"100%",xlinkHref:"#".concat(c,"-2")}),r.jsx("use",{height:"100%",transform:"translate(-121.2 -70)",width:"100%",xlinkHref:"#".concat(c,"-2")}),r.jsx("use",{height:"100%",transform:"translate(-140)",width:"100%",xlinkHref:"#".concat(c,"-2")})]}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c,"-3")})]})}));exports.TJ=e;
package/icons/flags/TK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,l=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#00247d"}),React.createElement("path",{d:"M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4 76.2-62.1 240.3-161.4 288.6-177.6 5-1.7-10.3 8.6-12.3 11.9-51.5 61-10.4 176 54 233.9 19.4 14.8 18.4 15.6 54.3 17v3.4l-505.5-4.2zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5 9.2-6.1-12.8-7.9-495.5-4.3z",fill:"#fed100"}),React.createElement("path",{d:"m106.8 109.1-4 12.2 10.4-7.5 10.3 7.5-3.9-12.2 10.3-7.5h-12.8l-3.9-12.2-4 12.2H96.4zm78.1 57.4 8.6-6.3h-10.7l-3.3-10.1-3.3 10.1h-10.6l8.6 6.3-3.3 10.1 8.6-6.3 8.7 6.3zm-145.2 13-4-12.2-3.9 12.2H19l10.3 7.5-3.9 12.2 10.3-7.5 10.4 7.5-4-12.2 10.4-7.5zm78.1 122.3-4.6-14.2-4.6 14.2h-15l12.1 8.7-4.6 14.3 12.1-8.8 12.1 8.8-4.7-14.3 12.1-8.7z",fill:"#fff"}))}));exports.TK=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var s=e.borderRadius,t=e.height,a=e.width;return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:t,viewBox:"0 0 640 480",width:a,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d"}),i.jsx("path",{d:"M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4 76.2-62.1 240.3-161.4 288.6-177.6 5-1.7-10.3 8.6-12.3 11.9-51.5 61-10.4 176 54 233.9 19.4 14.8 18.4 15.6 54.3 17v3.4l-505.5-4.2zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5 9.2-6.1-12.8-7.9-495.5-4.3z",fill:"#fed100"}),i.jsx("path",{d:"m106.8 109.1-4 12.2 10.4-7.5 10.3 7.5-3.9-12.2 10.3-7.5h-12.8l-3.9-12.2-4 12.2H96.4zm78.1 57.4 8.6-6.3h-10.7l-3.3-10.1-3.3 10.1h-10.6l8.6 6.3-3.3 10.1 8.6-6.3 8.7 6.3zm-145.2 13-4-12.2-3.9 12.2H19l10.3 7.5-3.9 12.2 10.3-7.5 10.4 7.5-4-12.2 10.4-7.5zm78.1 122.3-4.6-14.2-4.6 14.2h-15l12.1 8.7-4.6 14.3 12.1-8.8 12.1 8.8-4.7-14.3 12.1-8.7z",fill:"#fff"})]})}));exports.TK=l;
package/icons/flags/TL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),React.createElement("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),React.createElement("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),React.createElement("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})))}));exports.TL=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,a){var c=s.borderRadius,t=s.height,l=s.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:c,height:t,viewBox:"0 0 640 480",width:l,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),i.jsx("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),i.jsx("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),i.jsx("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})]})]})}));exports.TL=s;
package/icons/flags/TM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var v=l.forwardRef((function(l,v){var h=l.borderRadius,t=l.height,a=l.width;return React.createElement(e.FlagIconBase,{ref:v,borderRadius:h,height:t,viewBox:"0 0 24 25",width:a},React.createElement("path",{d:"M24 18.778a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.778v-12A2.667 2.667 0 0 1 2.667 4.11h18.666A2.667 2.667 0 0 1 24 6.778v12Z",fill:"#29AE66"}),React.createElement("path",{d:"M2.667 4.111h4.666v17.333H2.667V4.111Z",fill:"#CA3745"}),React.createElement("path",{d:"m2.667 6.32.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.183-.194.193.162.161-.536.474v-.25l.294-.278-.159-.128.405-.404.234.202.219-.218-.234-.234-.164.164-.427-.428.16-.16-.328-.296v-.25Zm0 3.083.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.298v-.249Zm0 3.145.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.406.234.204.219-.219-.234-.235-.164.164-.427-.426.16-.16-.328-.298v-.25Zm0 3.104.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.297v-.25ZM7.333 6.32l-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.183.194.193-.162.161.536.474v-.25l-.294-.278.159-.128-.405-.404-.234.202-.219-.218.234-.234.164.164.427-.428-.16-.16.328-.296v-.25ZM3.041 4.57l.194-.193.182.183.437-.437-.01-.01h-.2l.016.016-.219.22-.234-.204-.405.404.159.128-.294.28v.25l.536-.475-.162-.161Zm4.157-.02-.405-.405-.234.203-.219-.22.017-.016h-.201l-.01.01.437.438.182-.183.194.194-.162.161.536.474v-.25l-.294-.279.159-.128Zm.135 4.854-.536.536.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.298v-.249Zm0 3.145-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25L7.04 14.3l.159-.127-.405-.406-.234.204-.219-.219.234-.235.164.164.427-.426-.16-.16.328-.298v-.25Zm0 3.104-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.297v-.25Z",fill:"#FAAE29"}),React.createElement("path",{d:"M6.68 5.403V5.14l-.388-.236H6l-.472-.245H4.472L4 4.903h-.292l-.389.236v.264l-.36.222v.612l.36.222v.264l.389.236H4l.472.245h1.056L6 6.959h.292l.389-.236v-.264l.36-.222v-.612l-.36-.222Z",fill:"#29AE66"}),React.createElement("path",{d:"M3.285 5.93v-.26l.308-.19v-.226l.332-.202h.25l.402-.208h.451V5.93H3.285Z",fill:"#FAAE29"}),React.createElement("path",{d:"M3.258 5.93v.262l.308.19v.225l.332.2h.249l.403.21H5V5.93H3.258Zm3.484 0v-.26l-.308-.19v-.225l-.332-.201h-.249l-.403-.209H5v1.086h1.742Z",fill:"#fff"}),React.createElement("path",{d:"M6.742 5.93v.262l-.308.19v.224l-.332.202h-.249l-.403.208H5V5.93h1.742ZM3.285 8.486h.451v.486h-.45v-.486Zm.451-.07h.45v.486h-.45v-.486Zm.451-.173h.451v.486h-.45v-.486Zm2.09.243h.451v.486h-.45v-.486Zm-.451-.07h.45v.486h-.45v-.486Zm-.451-.173h.45v.486h-.45v-.486ZM4.639 8h.736v.6H4.64V8ZM3.285 9.1h.451v.486h-.45V9.1Zm.451.07h.45v.486h-.45V9.17Zm.451.174h.451v.486h-.45v-.486Zm2.09-.244h.451v.486h-.45V9.1Zm-.451.07h.45v.486h-.45V9.17Zm-.451.174h.45v.486h-.45v-.486Zm-.736.128h.736v.601H4.64v-.6Z",fill:"#FAAE29"}),React.createElement("path",{d:"M5.7 17.183H4.326l-.97.621v.878l.97.62H5.7l.971-.62v-.878l-.97-.62Z",fill:"#fff"}),React.createElement("path",{d:"M5.589 11.209H4.438l-.814.573v.811l.814.573h1.151l.814-.573v-.811l-.814-.573Zm.49 1.29-.624.44h-.883l-.625-.44v-.623l.625-.44h.883l.624.44v.623Zm-.35 4.64H4.298l-1.011.648v.914l1.011.646h1.43l1.011-.646v-.915l-1.01-.647Zm.706 1.48-.834.534H4.425l-.834-.533v-.754l.834-.532h1.177l.833.532v.754Zm.068-3.55v-.295h-.295v-.328H3.813v.329h-.33v.295h-.288v.43h.288v.32h.33v.347h2.396v-.347h.294v-.32h.344v-.43h-.344Zm-.452.917H3.973v-1.39H6.05v1.39Z",fill:"#29AE66"}),React.createElement("path",{d:"m5 14.278-1.264.75v.486l1.264.82 1.277-.792v-.514L5 14.278Z",fill:"#29AE66"}),React.createElement("path",{d:"M4.434 17.955 5 17.628l.565.327v.653L5 18.934l-.566-.326v-.653Z",fill:"#CA3745"}),React.createElement("path",{d:"m5.565 20.834-.162.11s-.139-.264-.514-.291c-.376-.028-.584.125-.903.146-.32.02-1.303-.724-.792-1.865.459.33.22.732.43.927.21.195.43.327.515.556.085.23.484.04.75.083.416.07.676.334.676.334Z",fill:"#FAAE29"}),React.createElement("path",{d:"m4.434 20.834.163.11s.138-.264.514-.291c.375-.028.584.125.903.146.32.02 1.303-.724.791-1.865-.458.33-.22.732-.43.927-.209.195-.43.327-.514.556-.086.23-.484.04-.75.083-.417.07-.677.334-.677.334Z",fill:"#FAAE29"}),React.createElement("path",{d:"M12.12 6.304c.433.376.713.924.713 1.544A2.052 2.052 0 0 1 10.781 9.9c-.39 0-.75-.115-1.06-.304.38.415.922.68 1.529.68 1.15 0 2.083-.934 2.083-2.084 0-.84-.498-1.558-1.213-1.888Zm-1.556-.282-.164.322.255.256-.356-.056-.165.322-.056-.357-.357-.057.322-.164-.057-.358.256.256.322-.164Z",fill:"#fff"}),React.createElement("path",{d:"m11.585 6.641-.164.322.256.256-.358-.057-.164.322-.056-.357-.358-.057.322-.164-.056-.357.256.256.322-.164Zm-1.021.443-.164.322.255.256-.356-.056-.165.322-.056-.358-.357-.056.322-.164-.057-.358.256.256.322-.164Zm-1.063.54-.164.322.256.256-.357-.057-.165.323-.056-.358-.357-.056.322-.164-.056-.358.255.256.322-.164Zm1.063.601-.164.322.255.256-.356-.057-.165.322-.056-.357-.357-.057.322-.164-.057-.357.256.256.322-.164Z",fill:"#fff"}),React.createElement("path",{d:"M4.708 14.625h.61v.41h-.61v-.41Zm0 .934h.61v.41h-.61v-.41Z",fill:"#CA3745"}),React.createElement("path",{d:"M3.736 15.1h.835v.41h-.835v-.41Zm1.723 0h.818v.41H5.46v-.41Z",fill:"#FAAE29"}))}));exports.TM=v;
1
+ "use strict";var l=require("react"),v=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var Z=l.forwardRef((function(l,Z){var m=l.borderRadius,f=l.height,i=l.width;return h.jsxs(v.FlagIconBase,{ref:Z,borderRadius:m,height:f,viewBox:"0 0 24 25",width:i,children:[h.jsx("path",{d:"M24 18.778a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.778v-12A2.667 2.667 0 0 1 2.667 4.11h18.666A2.667 2.667 0 0 1 24 6.778v12Z",fill:"#29AE66"}),h.jsx("path",{d:"M2.667 4.111h4.666v17.333H2.667V4.111Z",fill:"#CA3745"}),h.jsx("path",{d:"m2.667 6.32.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.183-.194.193.162.161-.536.474v-.25l.294-.278-.159-.128.405-.404.234.202.219-.218-.234-.234-.164.164-.427-.428.16-.16-.328-.296v-.25Zm0 3.083.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.298v-.249Zm0 3.145.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.406.234.204.219-.219-.234-.235-.164.164-.427-.426.16-.16-.328-.298v-.25Zm0 3.104.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.297v-.25ZM7.333 6.32l-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.183.194.193-.162.161.536.474v-.25l-.294-.278.159-.128-.405-.404-.234.202-.219-.218.234-.234.164.164.427-.428-.16-.16.328-.296v-.25ZM3.041 4.57l.194-.193.182.183.437-.437-.01-.01h-.2l.016.016-.219.22-.234-.204-.405.404.159.128-.294.28v.25l.536-.475-.162-.161Zm4.157-.02-.405-.405-.234.203-.219-.22.017-.016h-.201l-.01.01.437.438.182-.183.194.194-.162.161.536.474v-.25l-.294-.279.159-.128Zm.135 4.854-.536.536.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.298v-.249Zm0 3.145-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25L7.04 14.3l.159-.127-.405-.406-.234.204-.219-.219.234-.235.164.164.427-.426-.16-.16.328-.298v-.25Zm0 3.104-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.297v-.25Z",fill:"#FAAE29"}),h.jsx("path",{d:"M6.68 5.403V5.14l-.388-.236H6l-.472-.245H4.472L4 4.903h-.292l-.389.236v.264l-.36.222v.612l.36.222v.264l.389.236H4l.472.245h1.056L6 6.959h.292l.389-.236v-.264l.36-.222v-.612l-.36-.222Z",fill:"#29AE66"}),h.jsx("path",{d:"M3.285 5.93v-.26l.308-.19v-.226l.332-.202h.25l.402-.208h.451V5.93H3.285Z",fill:"#FAAE29"}),h.jsx("path",{d:"M3.258 5.93v.262l.308.19v.225l.332.2h.249l.403.21H5V5.93H3.258Zm3.484 0v-.26l-.308-.19v-.225l-.332-.201h-.249l-.403-.209H5v1.086h1.742Z",fill:"#fff"}),h.jsx("path",{d:"M6.742 5.93v.262l-.308.19v.224l-.332.202h-.249l-.403.208H5V5.93h1.742ZM3.285 8.486h.451v.486h-.45v-.486Zm.451-.07h.45v.486h-.45v-.486Zm.451-.173h.451v.486h-.45v-.486Zm2.09.243h.451v.486h-.45v-.486Zm-.451-.07h.45v.486h-.45v-.486Zm-.451-.173h.45v.486h-.45v-.486ZM4.639 8h.736v.6H4.64V8ZM3.285 9.1h.451v.486h-.45V9.1Zm.451.07h.45v.486h-.45V9.17Zm.451.174h.451v.486h-.45v-.486Zm2.09-.244h.451v.486h-.45V9.1Zm-.451.07h.45v.486h-.45V9.17Zm-.451.174h.45v.486h-.45v-.486Zm-.736.128h.736v.601H4.64v-.6Z",fill:"#FAAE29"}),h.jsx("path",{d:"M5.7 17.183H4.326l-.97.621v.878l.97.62H5.7l.971-.62v-.878l-.97-.62Z",fill:"#fff"}),h.jsx("path",{d:"M5.589 11.209H4.438l-.814.573v.811l.814.573h1.151l.814-.573v-.811l-.814-.573Zm.49 1.29-.624.44h-.883l-.625-.44v-.623l.625-.44h.883l.624.44v.623Zm-.35 4.64H4.298l-1.011.648v.914l1.011.646h1.43l1.011-.646v-.915l-1.01-.647Zm.706 1.48-.834.534H4.425l-.834-.533v-.754l.834-.532h1.177l.833.532v.754Zm.068-3.55v-.295h-.295v-.328H3.813v.329h-.33v.295h-.288v.43h.288v.32h.33v.347h2.396v-.347h.294v-.32h.344v-.43h-.344Zm-.452.917H3.973v-1.39H6.05v1.39Z",fill:"#29AE66"}),h.jsx("path",{d:"m5 14.278-1.264.75v.486l1.264.82 1.277-.792v-.514L5 14.278Z",fill:"#29AE66"}),h.jsx("path",{d:"M4.434 17.955 5 17.628l.565.327v.653L5 18.934l-.566-.326v-.653Z",fill:"#CA3745"}),h.jsx("path",{d:"m5.565 20.834-.162.11s-.139-.264-.514-.291c-.376-.028-.584.125-.903.146-.32.02-1.303-.724-.792-1.865.459.33.22.732.43.927.21.195.43.327.515.556.085.23.484.04.75.083.416.07.676.334.676.334Z",fill:"#FAAE29"}),h.jsx("path",{d:"m4.434 20.834.163.11s.138-.264.514-.291c.375-.028.584.125.903.146.32.02 1.303-.724.791-1.865-.458.33-.22.732-.43.927-.209.195-.43.327-.514.556-.086.23-.484.04-.75.083-.417.07-.677.334-.677.334Z",fill:"#FAAE29"}),h.jsx("path",{d:"M12.12 6.304c.433.376.713.924.713 1.544A2.052 2.052 0 0 1 10.781 9.9c-.39 0-.75-.115-1.06-.304.38.415.922.68 1.529.68 1.15 0 2.083-.934 2.083-2.084 0-.84-.498-1.558-1.213-1.888Zm-1.556-.282-.164.322.255.256-.356-.056-.165.322-.056-.357-.357-.057.322-.164-.057-.358.256.256.322-.164Z",fill:"#fff"}),h.jsx("path",{d:"m11.585 6.641-.164.322.256.256-.358-.057-.164.322-.056-.357-.358-.057.322-.164-.056-.357.256.256.322-.164Zm-1.021.443-.164.322.255.256-.356-.056-.165.322-.056-.358-.357-.056.322-.164-.057-.358.256.256.322-.164Zm-1.063.54-.164.322.256.256-.357-.057-.165.323-.056-.358-.357-.056.322-.164-.056-.358.255.256.322-.164Zm1.063.601-.164.322.255.256-.356-.057-.165.322-.056-.357-.357-.057.322-.164-.057-.357.256.256.322-.164Z",fill:"#fff"}),h.jsx("path",{d:"M4.708 14.625h.61v.41h-.61v-.41Zm0 .934h.61v.41h-.61v-.41Z",fill:"#CA3745"}),h.jsx("path",{d:"M3.736 15.1h.835v.41h-.835v-.41Zm1.723 0h.818v.41H5.46v-.41Z",fill:"#FAAE29"})]})}));exports.TM=Z;
package/icons/flags/TN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),React.createElement("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),React.createElement("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),React.createElement("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})))}));exports.TN=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,s){var t=a.borderRadius,l=a.height,c=a.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:l,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[i.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),i.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"}),i.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"}),i.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/TO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#c10000"}),React.createElement("path",{d:"M0 0h250v200.3H0z",fill:"#fff"}),React.createElement("g",{fill:"#c10000"},React.createElement("path",{d:"M102.8 31.2h39.9v139.6h-39.8z"}),React.createElement("path",{d:"M192.6 81v40H53V81z"}))))}));exports.TO=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,h=e.height,a=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:h,viewBox:"0 0 640 480",width:a,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#c10000"}),i.jsx("path",{d:"M0 0h250v200.3H0z",fill:"#fff"}),i.jsxs("g",{fill:"#c10000",children:[i.jsx("path",{d:"M102.8 31.2h39.9v139.6h-39.8z"}),i.jsx("path",{d:"M192.6 81v40H53V81z"})]})]})})}));exports.TO=s;
package/icons/flags/TR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#e30a17"}),React.createElement("path",{d:"M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z",fill:"#fff"}),React.createElement("path",{d:"M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z",fill:"#e30a17"}),React.createElement("path",{d:"m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z",fill:"#fff"})))}));exports.TR=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var a=e.borderRadius,t=e.height,l=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:l,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#e30a17"}),i.jsx("path",{d:"M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z",fill:"#fff"}),i.jsx("path",{d:"M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z",fill:"#e30a17"}),i.jsx("path",{d:"m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z",fill:"#fff"})]})})}));exports.TR=s;
package/icons/flags/TT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,l=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z",fill:"#e00000",fillRule:"evenodd"}),React.createElement("path",{d:"M27.7.2h118.6l468.2 479.3H492.2L27.7.2z",fillRule:"evenodd"}))}));exports.TT=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var s=e.borderRadius,t=e.height,a=e.width;return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:t,viewBox:"0 0 640 480",width:a,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z",fill:"#e00000",fillRule:"evenodd"}),i.jsx("path",{d:"M27.7.2h118.6l468.2 479.3H492.2L27.7.2z",fillRule:"evenodd"})]})}));exports.TT=l;
package/icons/flags/TV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,a){var c=l.borderRadius,r=l.height,h=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)")},React.createElement("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)"},React.createElement("path",{d:"M506-19.8h486V496H506z"}),React.createElement("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})),React.createElement("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),React.createElement("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),React.createElement("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),React.createElement("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),React.createElement("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),React.createElement("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),React.createElement("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),React.createElement("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),React.createElement("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)"},React.createElement("path",{d:"M496 0h496.1v496h-496z"}),React.createElement("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})),React.createElement("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})))}));exports.TV=l;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(i,t){var r=i.borderRadius,s=i.height,d=i.width,a=l.useId();return e.jsxs(h.FlagIconBase,{ref:t,borderRadius:r,height:s,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a,"-0"),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a,"-0)"),children:[e.jsxs("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)",children:[e.jsx("path",{d:"M506-19.8h486V496H506z"}),e.jsx("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})]}),e.jsx("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),e.jsx("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),e.jsx("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),e.jsx("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),e.jsx("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),e.jsx("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),e.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"}),e.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"}),e.jsxs("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)",children:[e.jsx("path",{d:"M496 0h496.1v496h-496z"}),e.jsx("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})]}),e.jsx("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})]})]})}));exports.TV=i;
package/icons/flags/TW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var c=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),React.createElement("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),React.createElement("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),React.createElement("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),React.createElement("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})))}));exports.TW=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,t){var l=s.borderRadius,a=s.height,d=s.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),i.jsx("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),i.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"}),i.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"}),i.jsx("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})]})]})}));exports.TW=s;
package/icons/flags/TZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M10 0h160v120H10z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)"},React.createElement("path",{d:"M0 0h180v120H0z",fill:"#09f"}),React.createElement("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),React.createElement("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),React.createElement("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})))}));exports.TZ=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,s){var a=t.borderRadius,h=t.height,l=t.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:l,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M10 0h160v120H10z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[i.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),i.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),i.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),i.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/UA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ffd500"}),React.createElement("path",{d:"M0 0h640v240H0z",fill:"#005bbb"})))}));exports.UA=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var s=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#ffd500"}),i.jsx("path",{d:"M0 0h640v240H0z",fill:"#005bbb"})]})})}));exports.UA=t;
package/icons/flags/UG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var l=e.borderRadius,c=e.height,r=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:l,height:c,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M24 18.667V18H0v.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667Z",fill:"#D90001"}),React.createElement("path",{d:"M0 15.334h24V18H0v-2.666Z",fill:"#FCDC02"}),React.createElement("path",{d:"M0 12.667h24v2.666H0v-2.666Z",fill:"#141414"}),React.createElement("path",{d:"M0 10h24v2.667H0V10Z",fill:"#D90001"}),React.createElement("path",{d:"M0 7.333h24V10H0V7.333Z",fill:"#FCDC02"}),React.createElement("path",{d:"M0 6.667v.666h24v-.666A2.667 2.667 0 0 0 21.333 4H2.667A2.667 2.667 0 0 0 0 6.667Z",fill:"#141414"}),React.createElement("path",{d:"M12 15.333A2.667 2.667 0 1 0 12 10a2.667 2.667 0 0 0 0 5.333Z",fill:"#fff"}),React.createElement("path",{d:"m11.563 10.688-.178-.47s.386-.134.761 0c.286.104.313.47.313.47l-.448.135-.448-.136Z",fill:"#D90000"}),React.createElement("path",{d:"M11.73 10.615v-.456s.073-.029.281 0a.441.441 0 0 1 .302.174l-.292.355-.292-.073Z",fill:"#FCDC02"}),React.createElement("path",{d:"M11.83 11.93c-.055-.096 0-.666.16-.707.159-.042.465-.542 0-.708-.466-.167-.563.32-.563.32s-.46.134-.403.25c.055.11.445-.042.528.054.083.097-.041.237-.375.626-.333.39-.111.916.042 1.053.152.136.333.239.472.364.138.124.298.194.298.194v.403s-.465.041-.687.014c-.222-.027-.375.125-.43.305-.057.18.083.278.083.14 0-.14.055-.056.068.055.012.111.112.07.112-.07 0-.138.055-.083.069-.014.014.07.111-.027.125-.11.014-.084.139-.126.25-.154.112-.027.41.028.41.028v.736s-.618.041-.674.125c-.055.084.375.07.375.07s-.125.236-.07.25c.057.014.445-.236.598-.264.153-.029.389.069.417 0 .028-.07-.375-.167-.417-.237-.042-.069-.125-.708-.125-.708s.18-.014.403 0c.222.014.167-.18.028-.375-.139-.194-.014-.25.222-.208.236.042.417 0 .417-.375 0-.376-1.278-.959-1.333-1.056Zm.486 1.806h-.153l.056-.278s.194.278.097.278Z",fill:"#141414"}),React.createElement("path",{d:"M11.65 11.208c.019-.166-.25-.152-.265 0-.014.153.237.237.264 0Z",fill:"#D90000"}),React.createElement("path",{d:"M11.833 12.031c.077-.027.938.365 1.167.47.23.103.202.5.163.738-.038.24-.174.313-.174.313s-.15-.387-.625-.573c-.638-.25-.823-.844-.53-.948Z",fill:"#9CA69C"}),React.createElement("path",{d:"M12.802 12.49c.28.073.875.207.927.812.052.604-.566.959-.566.959l.104-.188-.184.063.08-.136-.288.063s.483-.386.314-.73c.013.287-.179.365-.179.365s.165-.397-.552-.833l.187-.048-.186-.15.396.15-.188-.233.374.146-.239-.24Z",fill:"#D90000"}),React.createElement("path",{d:"M11.73 10.89a.068.068 0 1 1-.137 0c0-.037.03-.067.068-.067.038 0 .068.03.068.068Z",fill:"#9CA69C"}))}));exports.UG=a;
1
+ "use strict";var s=require("react"),l=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=s.forwardRef((function(s,i){var h=s.borderRadius,t=s.height,e=s.width;return a.jsxs(l.FlagIconBase,{ref:i,borderRadius:h,height:t,viewBox:"0 0 24 25",width:e,children:[a.jsx("path",{d:"M24 18.667V18H0v.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667Z",fill:"#D90001"}),a.jsx("path",{d:"M0 15.334h24V18H0v-2.666Z",fill:"#FCDC02"}),a.jsx("path",{d:"M0 12.667h24v2.666H0v-2.666Z",fill:"#141414"}),a.jsx("path",{d:"M0 10h24v2.667H0V10Z",fill:"#D90001"}),a.jsx("path",{d:"M0 7.333h24V10H0V7.333Z",fill:"#FCDC02"}),a.jsx("path",{d:"M0 6.667v.666h24v-.666A2.667 2.667 0 0 0 21.333 4H2.667A2.667 2.667 0 0 0 0 6.667Z",fill:"#141414"}),a.jsx("path",{d:"M12 15.333A2.667 2.667 0 1 0 12 10a2.667 2.667 0 0 0 0 5.333Z",fill:"#fff"}),a.jsx("path",{d:"m11.563 10.688-.178-.47s.386-.134.761 0c.286.104.313.47.313.47l-.448.135-.448-.136Z",fill:"#D90000"}),a.jsx("path",{d:"M11.73 10.615v-.456s.073-.029.281 0a.441.441 0 0 1 .302.174l-.292.355-.292-.073Z",fill:"#FCDC02"}),a.jsx("path",{d:"M11.83 11.93c-.055-.096 0-.666.16-.707.159-.042.465-.542 0-.708-.466-.167-.563.32-.563.32s-.46.134-.403.25c.055.11.445-.042.528.054.083.097-.041.237-.375.626-.333.39-.111.916.042 1.053.152.136.333.239.472.364.138.124.298.194.298.194v.403s-.465.041-.687.014c-.222-.027-.375.125-.43.305-.057.18.083.278.083.14 0-.14.055-.056.068.055.012.111.112.07.112-.07 0-.138.055-.083.069-.014.014.07.111-.027.125-.11.014-.084.139-.126.25-.154.112-.027.41.028.41.028v.736s-.618.041-.674.125c-.055.084.375.07.375.07s-.125.236-.07.25c.057.014.445-.236.598-.264.153-.029.389.069.417 0 .028-.07-.375-.167-.417-.237-.042-.069-.125-.708-.125-.708s.18-.014.403 0c.222.014.167-.18.028-.375-.139-.194-.014-.25.222-.208.236.042.417 0 .417-.375 0-.376-1.278-.959-1.333-1.056Zm.486 1.806h-.153l.056-.278s.194.278.097.278Z",fill:"#141414"}),a.jsx("path",{d:"M11.65 11.208c.019-.166-.25-.152-.265 0-.014.153.237.237.264 0Z",fill:"#D90000"}),a.jsx("path",{d:"M11.833 12.031c.077-.027.938.365 1.167.47.23.103.202.5.163.738-.038.24-.174.313-.174.313s-.15-.387-.625-.573c-.638-.25-.823-.844-.53-.948Z",fill:"#9CA69C"}),a.jsx("path",{d:"M12.802 12.49c.28.073.875.207.927.812.052.604-.566.959-.566.959l.104-.188-.184.063.08-.136-.288.063s.483-.386.314-.73c.013.287-.179.365-.179.365s.165-.397-.552-.833l.187-.048-.186-.15.396.15-.188-.233.374.146-.239-.24Z",fill:"#D90000"}),a.jsx("path",{d:"M11.73 10.89a.068.068 0 1 1-.137 0c0-.037.03-.067.068-.067.038 0 .068.03.068.068Z",fill:"#9CA69C"})]})}));exports.UG=i;
package/icons/flags/UM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var e=h.forwardRef((function(e,z){var m=e.borderRadius,t=e.height,a=e.width,H=h.useId();return React.createElement(l.FlagIconBase,{ref:z,borderRadius:m,height:t,viewBox:"0 0 640 480",width:a},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(H,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(H,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z",fill:"#bd3d44"}),React.createElement("path",{d:"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z",fill:"#fff"})),React.createElement("path",{d:"M0 0h389.1v275.7H0z",fill:"#192f5d"}),React.createElement("path",{d:"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z",fill:"#fff"})))}));exports.UM=e;
1
+ "use strict";var h=require("react"),l=require("../flag-icon/_FlagIconBase.js"),z=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var m=h.forwardRef((function(m,e){var H=m.borderRadius,r=m.height,i=m.width,s=h.useId();return z.jsxs(l.FlagIconBase,{ref:e,borderRadius:H,height:r,viewBox:"0 0 640 480",width:i,children:[z.jsx("defs",{children:z.jsx("clipPath",{id:"".concat(s,"-0"),children:z.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),z.jsxs("g",{clipPath:"url(#".concat(s,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[z.jsxs("g",{strokeWidth:"1pt",children:[z.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"}),z.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"})]}),z.jsx("path",{d:"M0 0h389.1v275.7H0z",fill:"#192f5d"}),z.jsx("path",{d:"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z",fill:"#fff"})]})]})}));exports.UM=m;
package/icons/flags/US.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var z=h.forwardRef((function(h,z){var e=h.borderRadius,m=h.height,t=h.width;return React.createElement(l.FlagIconBase,{ref:z,borderRadius:e,height:m,viewBox:"0 0 640 480",width:t},React.createElement("g",{fillRule:"evenodd"},React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v37.031H0zm0 73.875h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v36.938H0zm0 73.875h912V480H0z",fill:"#bd3d44"}),React.createElement("path",{d:"M0 36.938h912v36.937H0zm0 73.874h912v36.844H0zm0 73.782h912v36.937H0zm0 73.875h912v36.937H0zm0 73.875h912v36.937H0zm0 73.781h912v36.938H0z",fill:"#fff"})),React.createElement("path",{d:"M0 0h364.781v258.469H0z",fill:"#192f5d"}),React.createElement("path",{d:"M30.375 11.063 33.75 21.28h10.688l-8.626 6.282 3.282 10.312-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.282h10.875zm60.844 0L94.5 21.28h10.781l-8.719 6.282 3.282 10.312-8.625-6.375L82.5 37.78l3.281-10.218-8.625-6.282h10.688zm60.75 0 3.375 10.218h10.594l-8.625 6.282 3.28 10.312-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.282h10.782zm60.844 0 3.28 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.282h10.688zm60.75 0 3.375 10.218h10.687L279 27.563l3.281 10.312-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.282h10.687zm60.843 0 3.281 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.282h10.781zM60.844 36.936l3.281 10.22h10.781l-8.719 6.28 3.188 10.22-8.438-6.282-8.718 6.281 3.093-10.218-8.437-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.376 10.22-8.72-6.282-8.718 6.281 3.375-10.218-8.719-6.282h10.781zm60.844 0 3.28 10.22H196.5l-8.719 6.28 3.281 10.22-8.625-6.282-8.718 6.281L177 53.438l-8.625-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.375 10.22-8.719-6.282-8.625 6.281 3.282-10.218-8.719-6.282H240zm60.843 0 3.281 10.22h10.782l-8.719 6.28 3.281 10.22-8.625-6.282-8.719 6.281 3.282-10.218-8.625-6.282h10.687zM30.375 62.72l3.375 10.406h10.688l-8.626 6.281 3.282 10.219-8.719-6.375-8.625 6.375 3.281-10.313-8.718-6.28h10.875zm60.844 0L94.5 73.03h10.781l-8.719 6.281 3.282 10.22-8.625-6.376L82.5 89.53l3.281-10.312-8.625-6.281h10.688zm60.75 0 3.375 10.312h10.594l-8.625 6.281 3.28 10.22-8.718-6.376-8.625 6.375 3.281-10.312-8.719-6.281h10.782zm60.844 0 3.28 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.718 6.375 3.375-10.312-8.719-6.281h10.688zm60.75 0 3.375 10.312h10.687L279 79.312l3.281 10.22-8.719-6.376-8.625 6.375 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.719 6.375 3.375-10.312-8.718-6.281h10.781zM60.844 88.594l3.281 10.219h10.781l-8.719 6.28 3.282 10.313-8.625-6.375-8.719 6.281 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.313-8.72-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.313-8.625-6.375-8.718 6.281L177 105.094l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.313-8.625-6.375-8.719 6.281 3.282-10.218-8.625-6.281h10.687zM30.375 114.469l3.375 10.219h10.688l-8.626 6.28 3.282 10.313-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.282-8.719 6.281 3.281-10.218-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.594l-8.625 6.28 3.28 10.313-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.281h10.781zM60.844 140.344l3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.375-8.719 6.375 3.281-10.313-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.22-8.72-6.375-8.718 6.375 3.375-10.313-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.22-8.625-6.375-8.718 6.375L177 156.75l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.22-8.719-6.375-8.625 6.375 3.282-10.313-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.22-8.625-6.375-8.719 6.375 3.282-10.313-8.625-6.281h10.687zM30.375 166.125l3.375 10.313h10.688l-8.626 6.28 3.282 10.126-8.719-6.281-8.625 6.28 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.313h10.781l-8.719 6.28 3.376 10.126-8.72-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.594l-8.625 6.28 3.28 10.126-8.718-6.281-8.625 6.28 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.687l-8.625 6.28 3.281 10.126-8.719-6.281-8.625 6.28 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.719 6.28 3.375-10.218-8.718-6.281h10.781zM60.844 192l3.281 10.219h10.781l-8.719 6.281 3.282 10.313-8.625-6.375-8.719 6.28 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.281 3.376 10.313-8.72-6.375-8.718 6.28 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.281 3.281 10.313-8.625-6.375-8.718 6.28L177 208.5l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.281 3.281 10.313-8.719-6.375-8.625 6.28 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.281 10.313-8.625-6.375-8.719 6.28 3.282-10.218-8.625-6.281h10.687zM30.375 217.875l3.375 10.219h10.688l-8.626 6.281 3.282 10.219-8.719-6.281-8.625 6.28 3.281-10.312L16.313 228h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.281 3.376 10.219-8.72-6.281-8.718 6.28 3.375-10.312L77.156 228h10.688zm60.75 0 3.375 10.219h10.594l-8.438 6.281 3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312L138 228h10.781zm60.844 0 3.28 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.718 6.28 3.375-10.312L198.75 228h10.688zm60.75 0 3.375 10.219h10.687L279 234.375l3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.719 6.28 3.375-10.312-8.718-6.281h10.781z",fill:"#fff"})))}));exports.US=z;
1
+ "use strict";var h=require("react"),l=require("../flag-icon/_FlagIconBase.js"),z=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var m=h.forwardRef((function(h,m){var e=h.borderRadius,r=h.height,i=h.width;return z.jsx(l.FlagIconBase,{ref:m,borderRadius:e,height:r,viewBox:"0 0 640 480",width:i,children:z.jsxs("g",{fillRule:"evenodd",children:[z.jsxs("g",{strokeWidth:"1pt",children:[z.jsx("path",{d:"M0 0h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v37.031H0zm0 73.875h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v36.938H0zm0 73.875h912V480H0z",fill:"#bd3d44"}),z.jsx("path",{d:"M0 36.938h912v36.937H0zm0 73.874h912v36.844H0zm0 73.782h912v36.937H0zm0 73.875h912v36.937H0zm0 73.875h912v36.937H0zm0 73.781h912v36.938H0z",fill:"#fff"})]}),z.jsx("path",{d:"M0 0h364.781v258.469H0z",fill:"#192f5d"}),z.jsx("path",{d:"M30.375 11.063 33.75 21.28h10.688l-8.626 6.282 3.282 10.312-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.282h10.875zm60.844 0L94.5 21.28h10.781l-8.719 6.282 3.282 10.312-8.625-6.375L82.5 37.78l3.281-10.218-8.625-6.282h10.688zm60.75 0 3.375 10.218h10.594l-8.625 6.282 3.28 10.312-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.282h10.782zm60.844 0 3.28 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.282h10.688zm60.75 0 3.375 10.218h10.687L279 27.563l3.281 10.312-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.282h10.687zm60.843 0 3.281 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.282h10.781zM60.844 36.936l3.281 10.22h10.781l-8.719 6.28 3.188 10.22-8.438-6.282-8.718 6.281 3.093-10.218-8.437-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.376 10.22-8.72-6.282-8.718 6.281 3.375-10.218-8.719-6.282h10.781zm60.844 0 3.28 10.22H196.5l-8.719 6.28 3.281 10.22-8.625-6.282-8.718 6.281L177 53.438l-8.625-6.282h10.688zm60.75 0 3.375 10.22h10.687l-8.719 6.28 3.375 10.22-8.719-6.282-8.625 6.281 3.282-10.218-8.719-6.282H240zm60.843 0 3.281 10.22h10.782l-8.719 6.28 3.281 10.22-8.625-6.282-8.719 6.281 3.282-10.218-8.625-6.282h10.687zM30.375 62.72l3.375 10.406h10.688l-8.626 6.281 3.282 10.219-8.719-6.375-8.625 6.375 3.281-10.313-8.718-6.28h10.875zm60.844 0L94.5 73.03h10.781l-8.719 6.281 3.282 10.22-8.625-6.376L82.5 89.53l3.281-10.312-8.625-6.281h10.688zm60.75 0 3.375 10.312h10.594l-8.625 6.281 3.28 10.22-8.718-6.376-8.625 6.375 3.281-10.312-8.719-6.281h10.782zm60.844 0 3.28 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.718 6.375 3.375-10.312-8.719-6.281h10.688zm60.75 0 3.375 10.312h10.687L279 79.312l3.281 10.22-8.719-6.376-8.625 6.375 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.719 6.375 3.375-10.312-8.718-6.281h10.781zM60.844 88.594l3.281 10.219h10.781l-8.719 6.28 3.282 10.313-8.625-6.375-8.719 6.281 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.313-8.72-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.313-8.625-6.375-8.718 6.281L177 105.094l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.313-8.625-6.375-8.719 6.281 3.282-10.218-8.625-6.281h10.687zM30.375 114.469l3.375 10.219h10.688l-8.626 6.28 3.282 10.313-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.282-8.719 6.281 3.281-10.218-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.594l-8.625 6.28 3.28 10.313-8.718-6.375-8.625 6.281 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.281h10.781zM60.844 140.344l3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.375-8.719 6.375 3.281-10.313-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.28 3.376 10.22-8.72-6.375-8.718 6.375 3.375-10.313-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.28 3.281 10.22-8.625-6.375-8.718 6.375L177 156.75l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.28 3.281 10.22-8.719-6.375-8.625 6.375 3.282-10.313-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.28 3.281 10.22-8.625-6.375-8.719 6.375 3.282-10.313-8.625-6.281h10.687zM30.375 166.125l3.375 10.313h10.688l-8.626 6.28 3.282 10.126-8.719-6.281-8.625 6.28 3.281-10.218-8.718-6.281h10.875zm60.844 0 3.281 10.313h10.781l-8.719 6.28 3.376 10.126-8.72-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.594l-8.625 6.28 3.28 10.126-8.718-6.281-8.625 6.28 3.281-10.218-8.719-6.281h10.782zm60.844 0 3.28 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0 3.375 10.313h10.687l-8.625 6.28 3.281 10.126-8.719-6.281-8.625 6.28 3.282-10.218-8.625-6.281h10.687zm60.843 0 3.281 10.313h10.782l-8.719 6.28 3.375 10.126-8.719-6.281-8.719 6.28 3.375-10.218-8.718-6.281h10.781zM60.844 192l3.281 10.219h10.781l-8.719 6.281 3.282 10.313-8.625-6.375-8.719 6.28 3.281-10.218-8.625-6.281H57.47zm60.75 0 3.375 10.219h10.687l-8.719 6.281 3.376 10.313-8.72-6.375-8.718 6.28 3.375-10.218-8.719-6.281h10.781zm60.844 0 3.28 10.219H196.5l-8.719 6.281 3.281 10.313-8.625-6.375-8.718 6.28L177 208.5l-8.625-6.281h10.688zm60.75 0 3.375 10.219h10.687l-8.625 6.281 3.281 10.313-8.719-6.375-8.625 6.28 3.282-10.218-8.719-6.281H240zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.281 10.313-8.625-6.375-8.719 6.28 3.282-10.218-8.625-6.281h10.687zM30.375 217.875l3.375 10.219h10.688l-8.626 6.281 3.282 10.219-8.719-6.281-8.625 6.28 3.281-10.312L16.313 228h10.875zm60.844 0 3.281 10.219h10.781l-8.719 6.281 3.376 10.219-8.72-6.281-8.718 6.28 3.375-10.312L77.156 228h10.688zm60.75 0 3.375 10.219h10.594l-8.438 6.281 3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312L138 228h10.781zm60.844 0 3.28 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.718 6.28 3.375-10.312L198.75 228h10.688zm60.75 0 3.375 10.219h10.687L279 234.375l3.281 10.219-8.719-6.281-8.625 6.28 3.282-10.312-8.625-6.281h10.687zm60.843 0 3.281 10.219h10.782l-8.719 6.281 3.375 10.219-8.719-6.281-8.719 6.28 3.375-10.312-8.718-6.281h10.781z",fill:"#fff"})]})})}));exports.US=m;