@zonos/amino 5.5.31 → 5.5.33

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 (767) 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.emitDeclarationOnly.tsbuildinfo +1 -1
  761. package/tsconfig.tsbuildinfo +1 -1
  762. package/utils/getProductDetails.js +1 -1
  763. package/utils/hooks/useNotify.js +1 -1
  764. package/utils/unitedStates.js +1 -1
  765. package/CountryMultiSelectExpandedOption-e473f7c0.js +0 -1
  766. package/DateControlsWrapper-4385a75c.js +0 -1
  767. package/_rollupPluginBabelHelpers-77a6284f.js +0 -1
package/icons/flags/LV.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"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v192H0zm0 288h640v192H0z",fill:"#981e32"})))}));exports.LV=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 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h640v192H0zm0 288h640v192H0z",fill:"#981e32"})]})})}));exports.LV=s;
package/icons/flags/LY.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:"M166.7-20h666.6v500H166.7z"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"matrix(.96 0 0 .96 -160 19.2)"},React.createElement("path",{d:"M0-20h1000v500H0z",fill:"#239e46"}),React.createElement("path",{d:"M0-20h1000v375H0z"}),React.createElement("path",{d:"M0-20h1000v125H0z",fill:"#e70013"}),React.createElement("path",{d:"M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z",fill:"#fff"})))}));exports.LY=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 t=s.borderRadius,h=s.height,d=s.width,l=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:t,height:h,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(l,"-0"),children:i.jsx("path",{d:"M166.7-20h666.6v500H166.7z"})})}),i.jsxs("g",{clipPath:"url(#".concat(l,"-0)"),transform:"matrix(.96 0 0 .96 -160 19.2)",children:[i.jsx("path",{d:"M0-20h1000v500H0z",fill:"#239e46"}),i.jsx("path",{d:"M0-20h1000v375H0z"}),i.jsx("path",{d:"M0-20h1000v125H0z",fill:"#e70013"}),i.jsx("path",{d:"M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z",fill:"#fff"})]})]})}));exports.LY=s;
package/icons/flags/MA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(r.FlagIconBase,{ref:t,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M640 0H0v480h640z",fill:"#c1272d"}),React.createElement("path",{d:"M320 179.4 284.4 289l93.2-67.6H262.4l93.2 67.6z",fill:"none",stroke:"#006233",strokeWidth:"11.7"}))}));exports.MA=t;
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.jsxs(r.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:[i.jsx("path",{d:"M640 0H0v480h640z",fill:"#c1272d"}),i.jsx("path",{d:"M320 179.4 284.4 289l93.2-67.6H262.4l93.2 67.6z",fill:"none",stroke:"#006233",strokeWidth:"11.7"})]})}));exports.MA=t;
package/icons/flags/MC.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 0h640v240H0z",fill:"#f31830"}),React.createElement("path",{d:"M0 240h640v240H0z",fill:"#fff"})))}));exports.MC=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 0h640v240H0z",fill:"#f31830"}),i.jsx("path",{d:"M0 240h640v240H0z",fill:"#fff"})]})})}));exports.MC=t;
package/icons/flags/MD.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(e,l){var a=e.borderRadius,c=e.height,r=e.width;return React.createElement(t.FlagIconBase,{ref:l,borderRadius:a,height:c,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M21.333 4H16v17.333h5.333A2.667 2.667 0 0 0 24 18.667v-12A2.667 2.667 0 0 0 21.333 4Z",fill:"#DD2E44"}),React.createElement("path",{d:"M2.667 4A2.667 2.667 0 0 0 0 6.667v12a2.667 2.667 0 0 0 2.667 2.666H8V4H2.667Z",fill:"#265FB5"}),React.createElement("path",{d:"M8 4h8v17.333H8V4Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M10.667 10.667h2.666v2h-2.666v-2Z",fill:"#DD2E44"}),React.createElement("path",{d:"M10.667 12.667V14l1.333.667L13.333 14v-1.333h-2.666Z",fill:"#269"}),React.createElement("path",{d:"M10.667 8v.667h.666V10h1.334V8h-2Zm2 6.667-.667.416-.667-.416-.666 2 1.333.666 1.333-.666-.666-2ZM10 9.333l-.667-.666-.666.666V16L10 14.667V10h.667L10 9.333Zm4.667-.666L14 9.333l-.667.667H14v4.667L15.333 16V9.333l-.666-.666Z",fill:"#A0724A"}),React.createElement("path",{d:"M10.823 12.396h.354v.27h-.354v-.27Zm2 0h.354v.27h-.354v-.27Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M10.425 15.829c-.071.041-.176-.007-.234-.106l-1.488-2.578c-.057-.1-.046-.214.025-.255l.09-.052c.071-.041.176.007.233.106l1.488 2.578c.058.1.047.213-.024.255l-.09.052Z",fill:"#77B255"}),React.createElement("path",{d:"M15.211 12.929c.072.04.084.153.026.251l-1.46 2.532c-.058.098-.16.144-.232.103l-.09-.052c-.071-.041-.083-.153-.026-.252l1.461-2.532c.057-.097.16-.144.231-.102l.09.052Z",fill:"#FFCC4D"}),React.createElement("path",{d:"m10.667 14.667-.667.666V16l.667-.667v-.666Zm2.666 0v.666L14 16v-.667l-.667-.666Z",fill:"#DD2E44"}),React.createElement("path",{d:"m12 12-.667-.666v1.972L12 14l.667-.694v-1.972L12 12Z",fill:"#FFCC4D"}))}));exports.MD=l;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=l.forwardRef((function(l,e){var r=l.borderRadius,a=l.height,s=l.width;return i.jsxs(h.FlagIconBase,{ref:e,borderRadius:r,height:a,viewBox:"0 0 24 25",width:s,children:[i.jsx("path",{d:"M21.333 4H16v17.333h5.333A2.667 2.667 0 0 0 24 18.667v-12A2.667 2.667 0 0 0 21.333 4Z",fill:"#DD2E44"}),i.jsx("path",{d:"M2.667 4A2.667 2.667 0 0 0 0 6.667v12a2.667 2.667 0 0 0 2.667 2.666H8V4H2.667Z",fill:"#265FB5"}),i.jsx("path",{d:"M8 4h8v17.333H8V4Z",fill:"#FFCC4D"}),i.jsx("path",{d:"M10.667 10.667h2.666v2h-2.666v-2Z",fill:"#DD2E44"}),i.jsx("path",{d:"M10.667 12.667V14l1.333.667L13.333 14v-1.333h-2.666Z",fill:"#269"}),i.jsx("path",{d:"M10.667 8v.667h.666V10h1.334V8h-2Zm2 6.667-.667.416-.667-.416-.666 2 1.333.666 1.333-.666-.666-2ZM10 9.333l-.667-.666-.666.666V16L10 14.667V10h.667L10 9.333Zm4.667-.666L14 9.333l-.667.667H14v4.667L15.333 16V9.333l-.666-.666Z",fill:"#A0724A"}),i.jsx("path",{d:"M10.823 12.396h.354v.27h-.354v-.27Zm2 0h.354v.27h-.354v-.27Z",fill:"#FFCC4D"}),i.jsx("path",{d:"M10.425 15.829c-.071.041-.176-.007-.234-.106l-1.488-2.578c-.057-.1-.046-.214.025-.255l.09-.052c.071-.041.176.007.233.106l1.488 2.578c.058.1.047.213-.024.255l-.09.052Z",fill:"#77B255"}),i.jsx("path",{d:"M15.211 12.929c.072.04.084.153.026.251l-1.46 2.532c-.058.098-.16.144-.232.103l-.09-.052c-.071-.041-.083-.153-.026-.252l1.461-2.532c.057-.097.16-.144.231-.102l.09.052Z",fill:"#FFCC4D"}),i.jsx("path",{d:"m10.667 14.667-.667.666V16l.667-.667v-.666Zm2.666 0v.666L14 16v-.667l-.667-.666Z",fill:"#DD2E44"}),i.jsx("path",{d:"m12 12-.667-.666v1.972L12 14l.667-.694v-1.972L12 12Z",fill:"#FFCC4D"})]})}));exports.MD=e;
package/icons/flags/ME.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var t=e.borderRadius,l=e.height,r=e.width;return React.createElement(a.FlagIconBase,{ref:c,borderRadius:t,height:l,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M24 18.667a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.667v-12A2.667 2.667 0 0 1 2.667 4h18.666A2.667 2.667 0 0 1 24 6.667v12Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M23.333 18.667a2 2 0 0 1-2 2H2.667a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h18.666a2 2 0 0 1 2 2v12Z",fill:"#DD2E44"}),React.createElement("path",{d:"M15.257 12.267c.402-1.606-.903-3.028-.903-3.028l-.342 1.668-.703.926.292.52-.292.161-.691-.958.256-.58.89-.459-.985-.326-.598.696-.181.768-.228-.768-.645-.696-.926.211.776.517.31.637-.636.989-.347-.193.292-.52-.703-.926-.342-1.667s-1.304 1.421-.902 3.028c.402 1.606 2.134 1.831 2.134 1.831l-1.102.745-.644.052-.11.708.584.271.513-.563 1.279-.468-.73 1.062 1.427.762 1.38-.76-.713-1.006v-.042l1.226.454.508.563.581-.271-.112-.708-.646-.052-1.101-.745c0-.001 1.731-.227 2.134-1.833Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M12 13.667v.864s-.12-.18-.5-.292c-.5-.146-.583-.572-.583-.572H12Zm.001 0v.864s.121-.18.5-.292c.5-.146.584-.572.584-.572H12Z",fill:"#5C913B"}),React.createElement("path",{d:"M11.156 11.865s.49.198.844.02v1.698h-1.083s-.042-.364.104-.844c.091-.299-.084-.54-.084-.54l.219-.334Zm1.69 0s-.49.198-.845.02v1.698h1.084s.041-.364-.104-.844c-.092-.299.083-.54.083-.54l-.219-.334Zm2.54 2.916a.531.531 0 1 1-1.063.001.531.531 0 0 1 1.062 0Z",fill:"#269"}),React.createElement("path",{d:"M12.687 10.015c0 .147-.291.266-.651.266-.36 0-.651-.119-.651-.266 0-.146.291-.265.651-.265.36 0 .651.119.651.265Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M12.02 8.834c-.563 0-1.02.263-1.02.588 0 .325.457.589 1.02.589.565 0 1.021-.263 1.021-.589 0-.325-.456-.588-1.02-.588Zm-.718.835c-.125-.055-.125-.2-.104-.305.02-.104.198-.208.198-.208s-.12.253-.019.36c.102.11.05.207-.075.153Zm.43-.009c-.045-.014-.05-.064-.079-.149-.028-.084-.06-.146-.039-.25.02-.105.28-.192.28-.192s-.072.212-.051.316c.02.104.104.215.104.215s-.169.074-.214.06Zm.645-.149c-.028.085-.034.135-.079.15-.045.013-.215-.06-.215-.06s.084-.11.104-.215c.021-.104-.052-.316-.052-.316s.26.087.281.191c.021.104-.01.167-.039.25Zm.352.158c-.125.054-.177-.044-.075-.152s-.019-.36-.019-.36.178.103.198.207c.021.105.021.25-.104.305Zm2.654 5.17a.136.136 0 0 1-.164.098l-.736-.191a.135.135 0 1 1 .067-.263l.736.191a.133.133 0 0 1 .097.165Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M14.997 14.754a.119.119 0 0 1-.146.086.119.119 0 0 1-.086-.147l.165-.754a.12.12 0 0 1 .146-.085.119.119 0 0 1 .085.146l-.164.754Zm-5.107 1.83c-.04.015-.11-.069-.157-.186l-1.296-3.294c-.047-.118-.052-.227-.012-.243l.066-.026c.04-.015.209.029.256.146l1.296 3.294c.047.118-.047.266-.087.282l-.066.026Zm1.566-3.752h1.087v.751h-1.087v-.751Z",fill:"#FFCC4D"}))}));exports.ME=c;
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 c=s.forwardRef((function(s,c){var e=s.borderRadius,r=s.height,i=s.width;return a.jsxs(l.FlagIconBase,{ref:c,borderRadius:e,height:r,viewBox:"0 0 24 25",width:i,children:[a.jsx("path",{d:"M24 18.667a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.667v-12A2.667 2.667 0 0 1 2.667 4h18.666A2.667 2.667 0 0 1 24 6.667v12Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M23.333 18.667a2 2 0 0 1-2 2H2.667a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2h18.666a2 2 0 0 1 2 2v12Z",fill:"#DD2E44"}),a.jsx("path",{d:"M15.257 12.267c.402-1.606-.903-3.028-.903-3.028l-.342 1.668-.703.926.292.52-.292.161-.691-.958.256-.58.89-.459-.985-.326-.598.696-.181.768-.228-.768-.645-.696-.926.211.776.517.31.637-.636.989-.347-.193.292-.52-.703-.926-.342-1.667s-1.304 1.421-.902 3.028c.402 1.606 2.134 1.831 2.134 1.831l-1.102.745-.644.052-.11.708.584.271.513-.563 1.279-.468-.73 1.062 1.427.762 1.38-.76-.713-1.006v-.042l1.226.454.508.563.581-.271-.112-.708-.646-.052-1.101-.745c0-.001 1.731-.227 2.134-1.833Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M12 13.667v.864s-.12-.18-.5-.292c-.5-.146-.583-.572-.583-.572H12Zm.001 0v.864s.121-.18.5-.292c.5-.146.584-.572.584-.572H12Z",fill:"#5C913B"}),a.jsx("path",{d:"M11.156 11.865s.49.198.844.02v1.698h-1.083s-.042-.364.104-.844c.091-.299-.084-.54-.084-.54l.219-.334Zm1.69 0s-.49.198-.845.02v1.698h1.084s.041-.364-.104-.844c-.092-.299.083-.54.083-.54l-.219-.334Zm2.54 2.916a.531.531 0 1 1-1.063.001.531.531 0 0 1 1.062 0Z",fill:"#269"}),a.jsx("path",{d:"M12.687 10.015c0 .147-.291.266-.651.266-.36 0-.651-.119-.651-.266 0-.146.291-.265.651-.265.36 0 .651.119.651.265Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M12.02 8.834c-.563 0-1.02.263-1.02.588 0 .325.457.589 1.02.589.565 0 1.021-.263 1.021-.589 0-.325-.456-.588-1.02-.588Zm-.718.835c-.125-.055-.125-.2-.104-.305.02-.104.198-.208.198-.208s-.12.253-.019.36c.102.11.05.207-.075.153Zm.43-.009c-.045-.014-.05-.064-.079-.149-.028-.084-.06-.146-.039-.25.02-.105.28-.192.28-.192s-.072.212-.051.316c.02.104.104.215.104.215s-.169.074-.214.06Zm.645-.149c-.028.085-.034.135-.079.15-.045.013-.215-.06-.215-.06s.084-.11.104-.215c.021-.104-.052-.316-.052-.316s.26.087.281.191c.021.104-.01.167-.039.25Zm.352.158c-.125.054-.177-.044-.075-.152s-.019-.36-.019-.36.178.103.198.207c.021.105.021.25-.104.305Zm2.654 5.17a.136.136 0 0 1-.164.098l-.736-.191a.135.135 0 1 1 .067-.263l.736.191a.133.133 0 0 1 .097.165Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M14.997 14.754a.119.119 0 0 1-.146.086.119.119 0 0 1-.086-.147l.165-.754a.12.12 0 0 1 .146-.085.119.119 0 0 1 .085.146l-.164.754Zm-5.107 1.83c-.04.015-.11-.069-.157-.186l-1.296-3.294c-.047-.118-.052-.227-.012-.243l.066-.026c.04-.015.209.029.256.146l1.296 3.294c.047.118-.047.266-.087.282l-.066.026Zm1.566-3.752h1.087v.751h-1.087v-.751Z",fill:"#FFCC4D"})]})}));exports.ME=c;
package/icons/flags/MF.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",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})))}));exports.MF=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:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]})})}));exports.MF=t;
package/icons/flags/MG.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",strokeWidth:"1pt"},React.createElement("path",{d:"M213.3 0H640v240H213.3z",fill:"#ff3319"}),React.createElement("path",{d:"M213.3 240H640v240H213.3z",fill:"#00cc28"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#fff"})))}));exports.MG=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:"M213.3 0H640v240H213.3z",fill:"#ff3319"}),i.jsx("path",{d:"M213.3 240H640v240H213.3z",fill:"#00cc28"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#fff"})]})})}));exports.MG=t;
package/icons/flags/MH.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,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h639.9v480H0z",fill:"#3b5aa3"}),React.createElement("path",{d:"M0 467 639.9 0v87L0 480v-13z",fill:"#e2ae57"}),React.createElement("path",{d:"M22.4 480 640 179.2l-.1-95.5L0 480h22.4zm153-464.8L169 118l-27-65.6 10.4 69.8-41.9-56.4 27.5 64.3-55-42.6 42.8 53.6-62.1-27.6 54.4 41.2-67.7-9 64 25.4L14 180.3l100.6 6.7-63.7 26.2 67-9-54.3 40 63-27.6-43 54 54.6-41.3-27 62.9 43.6-54.7-11.8 68.1 27.5-63.7 6.2 100.7 9.7-100.4 23.7 64-9-69 43.4 54.8-28.6-64 54.6 44-43.4-54.9 64.9 27-57.4-41.9 69.9 11.8-67-25.7 104.1-6.5-104-9.7 68.5-22.8-71 9 58.6-41-66 26.5 45.6-55.3-55.6 43.4 26.7-66.4-43.1 56.4 9.3-70.4-25.7 66.5-9.6-102.8z",fill:"#fff"})))}));exports.MH=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 l=e.borderRadius,s=e.height,t=e.width;return i.jsx(r.FlagIconBase,{ref:a,borderRadius:l,height:s,viewBox:"0 0 640 480",width:t,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h639.9v480H0z",fill:"#3b5aa3"}),i.jsx("path",{d:"M0 467 639.9 0v87L0 480v-13z",fill:"#e2ae57"}),i.jsx("path",{d:"M22.4 480 640 179.2l-.1-95.5L0 480h22.4zm153-464.8L169 118l-27-65.6 10.4 69.8-41.9-56.4 27.5 64.3-55-42.6 42.8 53.6-62.1-27.6 54.4 41.2-67.7-9 64 25.4L14 180.3l100.6 6.7-63.7 26.2 67-9-54.3 40 63-27.6-43 54 54.6-41.3-27 62.9 43.6-54.7-11.8 68.1 27.5-63.7 6.2 100.7 9.7-100.4 23.7 64-9-69 43.4 54.8-28.6-64 54.6 44-43.4-54.9 64.9 27-57.4-41.9 69.9 11.8-67-25.7 104.1-6.5-104-9.7 68.5-22.8-71 9 58.6-41-66 26.5 45.6-55.3-55.6 43.4 26.7-66.4-43.1 56.4 9.3-70.4-25.7 66.5-9.6-102.8z",fill:"#fff"})]})})}));exports.MH=a;
package/icons/flags/MK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,c=e.height,i=e.width;return React.createElement(r.FlagIconBase,{ref:t,borderRadius:a,height:c,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#d20000"}),React.createElement("path",{d:"M0 0h96l224 231.4L544 0h96L0 480h96l224-231.4L544 480h96zm640 192v96L0 192v96zM280 0l40 205.7L360 0zm0 480 40-205.7L360 480z",fill:"#ffe600"}),React.createElement("circle",{cx:"320",cy:"240",fill:"#ffe600",r:"77.1",stroke:"#d20000",strokeWidth:"17.1"}))}));exports.MK=t;
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:"#d20000"}),i.jsx("path",{d:"M0 0h96l224 231.4L544 0h96L0 480h96l224-231.4L544 480h96zm640 192v96L0 192v96zM280 0l40 205.7L360 0zm0 480 40-205.7L360 480z",fill:"#ffe600"}),i.jsx("circle",{cx:"320",cy:"240",fill:"#ffe600",r:"77.1",stroke:"#d20000",strokeWidth:"17.1"})]})}));exports.MK=s;
package/icons/flags/ML.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:"M425.8 0H640v480H425.7z",fill:"red"}),React.createElement("path",{d:"M0 0h212.9v480H0z",fill:"#009a00"}),React.createElement("path",{d:"M212.9 0h214v480h-214z",fill:"#ff0"})))}));exports.ML=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 a=e.borderRadius,t=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M425.8 0H640v480H425.7z",fill:"red"}),i.jsx("path",{d:"M0 0h212.9v480H0z",fill:"#009a00"}),i.jsx("path",{d:"M212.9 0h214v480h-214z",fill:"#ff0"})]})})}));exports.ML=s;
package/icons/flags/MM.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,i=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 24 25",width:i},React.createElement("path",{d:"M0 18.556a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.556v-2.667H0v2.667Z",fill:"#EA2839"}),React.createElement("path",{d:"M0 9.222h24v6.667H0V9.222Z",fill:"#34B232"}),React.createElement("path",{d:"M21.333 3.889H2.667A2.667 2.667 0 0 0 0 6.556v2.666h24V6.556a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#FECB01"}),React.createElement("path",{d:"m12 6.396 1.569 4.826h5.075l-4.106 2.89 1.568 4.778L12 15.884l-4.106 2.972 1.569-4.738-4.106-2.896h5.075L12 6.396Z",fill:"#fff"}))}));exports.MM=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 24 25",width:h,children:[i.jsx("path",{d:"M0 18.556a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.556v-2.667H0v2.667Z",fill:"#EA2839"}),i.jsx("path",{d:"M0 9.222h24v6.667H0V9.222Z",fill:"#34B232"}),i.jsx("path",{d:"M21.333 3.889H2.667A2.667 2.667 0 0 0 0 6.556v2.666h24V6.556a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#FECB01"}),i.jsx("path",{d:"m12 6.396 1.569 4.826h5.075l-4.106 2.89 1.568 4.778L12 15.884l-4.106 2.972 1.569-4.738-4.106-2.896h5.075L12 6.396Z",fill:"#fff"})]})}));exports.MM=a;
package/icons/flags/MN.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 r=e.borderRadius,l=e.height,a=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:r,height:l,viewBox:"0 0 640 480",width:a},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#c4272f"}),React.createElement("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#015197"}),React.createElement("circle",{cx:"107",cy:"189.1",fill:"#f9cf02",r:"35"}),React.createElement("circle",{cx:"107",cy:"173.2",fill:"#c4272f",r:"38.2"}),React.createElement("path",{d:"M91.1 131.8a15.9 15.9 0 0 0 31.8 0c0-6.3-4-7.2-4-9.5 0-2.4 2.4-5.6-2.4-9.6 2.4 4-1.6 4.8-1.6 8.8 0 4 1.6 4 1.6 7.1a3.2 3.2 0 0 1-6.3 0c0-3.1 3.1-6.3 3.1-11 0-4.9-.7-6.5-3.1-10.4-2.4-4-6.4-7.2-3.2-10.4-4.8 1.6-2.4 8-2.4 12s-3.2 6.3-3.2 11 2.4 5.7 2.4 8.8a3.2 3.2 0 0 1-6.3 0c0-3.1 1.6-3.1 1.6-7.1s-4-4.8-1.6-8.8c-4.8 4-2.4 7.2-2.4 9.6 0 2.4-4 3.1-4 9.5z",fill:"#f9cf02",fillRule:"evenodd"}),React.createElement("circle",{cx:"107",cy:"179.5",fill:"#f9cf02",r:"25.4"}),React.createElement("path",{d:"M37 230.4v152.7h31.8V230.4zm108.2 0v152.7H177V230.4zm-70 25.5v12.7h63.6v-12.7zm0 89v12.8h63.6V345zm0-114.5h63.6L107 249.5zm0 133.7h63.6L107 383z",fill:"#f9cf02"}),React.createElement("circle",{cx:"107",cy:"306.8",fill:"#f9cf02",r:"33.7",stroke:"#c4272f",strokeWidth:"3.8"}),React.createElement("path",{d:"M107 273a16.9 16.9 0 0 1 0 33.8 16.9 16.9 0 1 0 0 33.7",fill:"none",stroke:"#c4272f",strokeWidth:"3.8"}),React.createElement("circle",{cx:"107",cy:"289.9",fill:"#c4272f",r:"6.4"}),React.createElement("circle",{cx:"107",cy:"323.6",fill:"#c4272f",r:"6.4"}))}));exports.MN=t;
1
+ "use strict";var c=require("react"),r=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=c.forwardRef((function(c,i){var l=c.borderRadius,f=c.height,s=c.width;return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:l,height:f,viewBox:"0 0 640 480",width:s,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#c4272f"}),e.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#015197"}),e.jsx("circle",{cx:"107",cy:"189.1",fill:"#f9cf02",r:"35"}),e.jsx("circle",{cx:"107",cy:"173.2",fill:"#c4272f",r:"38.2"}),e.jsx("path",{d:"M91.1 131.8a15.9 15.9 0 0 0 31.8 0c0-6.3-4-7.2-4-9.5 0-2.4 2.4-5.6-2.4-9.6 2.4 4-1.6 4.8-1.6 8.8 0 4 1.6 4 1.6 7.1a3.2 3.2 0 0 1-6.3 0c0-3.1 3.1-6.3 3.1-11 0-4.9-.7-6.5-3.1-10.4-2.4-4-6.4-7.2-3.2-10.4-4.8 1.6-2.4 8-2.4 12s-3.2 6.3-3.2 11 2.4 5.7 2.4 8.8a3.2 3.2 0 0 1-6.3 0c0-3.1 1.6-3.1 1.6-7.1s-4-4.8-1.6-8.8c-4.8 4-2.4 7.2-2.4 9.6 0 2.4-4 3.1-4 9.5z",fill:"#f9cf02",fillRule:"evenodd"}),e.jsx("circle",{cx:"107",cy:"179.5",fill:"#f9cf02",r:"25.4"}),e.jsx("path",{d:"M37 230.4v152.7h31.8V230.4zm108.2 0v152.7H177V230.4zm-70 25.5v12.7h63.6v-12.7zm0 89v12.8h63.6V345zm0-114.5h63.6L107 249.5zm0 133.7h63.6L107 383z",fill:"#f9cf02"}),e.jsx("circle",{cx:"107",cy:"306.8",fill:"#f9cf02",r:"33.7",stroke:"#c4272f",strokeWidth:"3.8"}),e.jsx("path",{d:"M107 273a16.9 16.9 0 0 1 0 33.8 16.9 16.9 0 1 0 0 33.7",fill:"none",stroke:"#c4272f",strokeWidth:"3.8"}),e.jsx("circle",{cx:"107",cy:"289.9",fill:"#c4272f",r:"6.4"}),e.jsx("circle",{cx:"107",cy:"323.6",fill:"#c4272f",r:"6.4"})]})}));exports.MN=i;
package/icons/flags/MO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,r){var c=t.borderRadius,i=t.height,l=t.width,h=e.useId();return React.createElement(a.FlagIconBase,{ref:r,borderRadius:c,height:i,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#00785e"}),React.createElement("path",{d:"m295 108.7 40.5 29.5L320 90.5l-15.5 47.7 40.6-29.5z",fill:"#fbd116"}),React.createElement("g",{id:"".concat(h,"-0")},React.createElement("path",{d:"M320 331.6H217.5a146.3 146.3 0 0 1-3.8-4H320a2.1 2.1 0 0 1 1.4 2c0 .8-.5 1.7-1.4 2zm0-31.3a13 13 0 0 0 1.2-7.6 12.4 12.4 0 0 0-1.2-3.8 82 82 0 0 1-32.5 19 81 81 0 0 1-23.5 3.5h-63.1a144.4 144.4 0 0 0 5.8 8h61c20 0 38.2-7.2 52.3-19.1zm-109.6-24.7a32.3 32.3 0 0 1-9.7 2 81 81 0 0 0 60.8 27.5 80.9 80.9 0 0 0 58.5-25 441 441 0 0 0 4.5-58.8 441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a80.7 80.7 0 0 0 13.7 45 80.7 80.7 0 0 1-17-49.5c0-12.4 2.8-24.2 7.8-34.7a32.5 32.5 0 0 1-7.5-13 80.7 80.7 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4 32.6 32.6 0 0 1 6.8 8.9 95 95 0 0 1 68.6 29.4 95 95 0 0 0-61-22.2 95 95 0 0 0-36.7 7.3 81.2 81.2 0 0 0 82.6 52.2c-4.7.8-9.5 1.3-14.4 1.3a80.8 80.8 0 0 1-56.4-22.8zM320 364.4h-53.1a143.5 143.5 0 0 0 53.1 10.1 11 11 0 0 0 1.3-5 11 11 0 0 0-1.3-5.1zm0-24.5h-93.6a143.8 143.8 0 0 0 7.8 6.2H320a4.6 4.6 0 0 0 1.3-3.1 4 4 0 0 0-1.3-3.1zm0 12.5h-76.7a143.6 143.6 0 0 0 14.4 8H320a7.6 7.6 0 0 0 1.2-4.2 7.5 7.5 0 0 0-1.2-3.8z",fill:"#fff"}),React.createElement("path",{d:"m200.5 174.8 25.4 23.6-6.7-34-14.6 31.4 30.3-16.8zm36.9-32 34.7.6-27.7-21 10.1 33.3 11.3-32.9z",fill:"#fbd116"})),React.createElement("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(h,"-0")}))}));exports.MO=t;
1
+ "use strict";var a=require("react"),e=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=a.forwardRef((function(i,s){var t=i.borderRadius,h=i.height,c=i.width,d=a.useId();return r.jsxs(e.FlagIconBase,{ref:s,borderRadius:t,height:h,viewBox:"0 0 640 480",width:c,children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#00785e"}),r.jsx("path",{d:"m295 108.7 40.5 29.5L320 90.5l-15.5 47.7 40.6-29.5z",fill:"#fbd116"}),r.jsxs("g",{id:"".concat(d,"-0"),children:[r.jsx("path",{d:"M320 331.6H217.5a146.3 146.3 0 0 1-3.8-4H320a2.1 2.1 0 0 1 1.4 2c0 .8-.5 1.7-1.4 2zm0-31.3a13 13 0 0 0 1.2-7.6 12.4 12.4 0 0 0-1.2-3.8 82 82 0 0 1-32.5 19 81 81 0 0 1-23.5 3.5h-63.1a144.4 144.4 0 0 0 5.8 8h61c20 0 38.2-7.2 52.3-19.1zm-109.6-24.7a32.3 32.3 0 0 1-9.7 2 81 81 0 0 0 60.8 27.5 80.9 80.9 0 0 0 58.5-25 441 441 0 0 0 4.5-58.8 441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a80.7 80.7 0 0 0 13.7 45 80.7 80.7 0 0 1-17-49.5c0-12.4 2.8-24.2 7.8-34.7a32.5 32.5 0 0 1-7.5-13 80.7 80.7 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4 32.6 32.6 0 0 1 6.8 8.9 95 95 0 0 1 68.6 29.4 95 95 0 0 0-61-22.2 95 95 0 0 0-36.7 7.3 81.2 81.2 0 0 0 82.6 52.2c-4.7.8-9.5 1.3-14.4 1.3a80.8 80.8 0 0 1-56.4-22.8zM320 364.4h-53.1a143.5 143.5 0 0 0 53.1 10.1 11 11 0 0 0 1.3-5 11 11 0 0 0-1.3-5.1zm0-24.5h-93.6a143.8 143.8 0 0 0 7.8 6.2H320a4.6 4.6 0 0 0 1.3-3.1 4 4 0 0 0-1.3-3.1zm0 12.5h-76.7a143.6 143.6 0 0 0 14.4 8H320a7.6 7.6 0 0 0 1.2-4.2 7.5 7.5 0 0 0-1.2-3.8z",fill:"#fff"}),r.jsx("path",{d:"m200.5 174.8 25.4 23.6-6.7-34-14.6 31.4 30.3-16.8zm36.9-32 34.7.6-27.7-21 10.1 33.3 11.3-32.9z",fill:"#fbd116"})]}),r.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(d,"-0")})]})}));exports.MO=i;
package/icons/flags/MP.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(c,a){var s=c.borderRadius,r=c.height,m=c.width,l=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:s,height:r,viewBox:"0 0 640 480",width:m},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(l,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(l,"-0)")},React.createElement("path",{d:"M-160 0h960v480h-960z",fill:"#0071bc",fillRule:"evenodd"}),React.createElement("path",{d:"M370 365.7s15.2-16.1 29.8-13c4.4-17 21-18.4 21-18.4s-1.7-18.7 19.5-22.8c.6-12.7 13.5-23.3 13.5-23.3s-2.6-19.7 10.8-24.3c-8.2-15.6 2.8-27 2.7-27.3-.2-.3-14-24.8-1.6-31.8-13-11-8.8-23.4-8.8-23.4s-14.2-3.7-9.1-20.7c-11.7-2-14-20.9-14-20.9s-18 3.7-20.2-12c-12 1.9-13.2-9.8-13.4-9.8-.1 0-23.5 6.3-28.2-11.4-9.1 4.7-13-3.7-13-3.7s-13 6.5-20.8-6c-15.5 9.7-24.2-.4-24.2-.4s-20.3 13.4-27 3c-12 12.2-22.8 7-22.8 7s-9 16-23.7 12c-3.3 14.9-20.2 15.2-20.2 15.2s1.8 13.1-18.4 16.7c-2.6 15.5-13.2 18-13.2 18s1 15.2-8.5 20c3.4 8.5-5.4 18.9-5.4 18.9s9.4 11.7-3.4 24.9c12.3 3.2 3.4 24.4 3.4 24.4s17 7.6 6.3 21.7c12.2 4 8.4 13.6 8.5 19.3 7.8 3.5 14.6 1.8 11.3 17.4 23.8 2.7 12.6 15.8 12.6 15.8s11 .5 6.7 9.3c20.3-.5 23.3 15.2 23.3 15.2s18.8-5 21.3 2.3-8.2 56.7-8.2 56.7-16 0-27.8-12.8c-27.8-.7-21.6-19-22-19-.5 0-9.3 3.4-13.8-11.9-18.6 3.8-18-11.8-18.2-12-.1-.1-8.3-3.8-5.3-11.5-19.1 1.7-17.7-17-17.7-17-4.2-1.7-5.7-5.6-5.1-9.5-2.5-.9-19.5-1.2-10.7-23.6-16.2-9.8-6.1-21-6.1-21s-22.4-11.6-5.1-25c-13-19 1-28.5 1-28.5s-17.9-18.1.3-31c-3-27.5 13.4-34.1 13.4-34.1s-8.6-22.4 14.8-31.8c1.5-22.7 17.9-23.3 17.9-23.3s.4-18 26.2-16.2c5-16.1 22.5-12.9 22.5-12.9s5.4-19.5 29.3-10.1c12.1-23.7 30.2-11.6 30.2-11.6s11.4-7.4 17-5c7.3-12.5 22.8-.6 32.7 1.9 3.7-1.5 16.6-11.2 26.5 1 13.2-8.5 24.5 7 24.5 7s18.1-9.2 26.6 11.8c38.5-3.5 33 21.7 33 21.7s30.2-6.9 23.6 23.3c27.6 1.9 24.8 20 24.8 20s17.4 13.2 9.8 25c15.5.8 9.8 15.7 9.8 15.7s11.9 4.6 2 23c22.7 18.1 4.4 36.2 4.3 36-.2-.1 12.1 14.6 1 31.6 3.4 27-10.2 33.8-10.2 33.8s3.5 17.5-11.7 22.4c-.3 20.5-19.7 23-19.7 23s5.2 9-14 18.3c-.8 13.7-20.8 14.8-20.8 14.8s-1.9 25.2-27.4 18.4c-6.1 20.2-36 14.2-36.6 14-.5-.3-5.7-43.4-5.7-43.5z",fill:"#fff",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),React.createElement("path",{d:"M185 124s6.4 5.6 5.2 14c-1.2 8.3-6 19.9-5 28.5.6 3.5.3 9.7.3 9.7s-5.7-8.2-5.8-17 6.2-17.1 6.2-23.6-1.1-11.7-1-11.5zm-3.2 2.6s-8.4 8-9.5 15.7c-.8 4-1 22.7-1.2 31-.2 2.5-1.2 12.5-1.4 16.2-.3 3.6 6.1-6.2 6.5-14.3-.2-8.3-.2-25.8.6-28.5.8-3.4.6-7.1 1.8-10.5l3.2-9.6z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),React.createElement("g",{fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10"},React.createElement("path",{d:"M366 100.5s10.8-5 14-14.4-9.5-9.4-11.1-6.4c-1.7 3 1.4 10.3.6 12.3-.8 2-5.2 6.6-3.5 8.4z",strokeWidth:"1.9"}),React.createElement("path",{d:"M269.8 103.9s7-9.7 5.2-19.4c-1.9-9.6-12.8-3.6-12.8-.2s6.2 8.3 6.5 10.4c.3 2.1-1.3 8.4 1 9.1zm-19.1 5.7s7-9.7 5.2-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.6 10.5.2 2-1.3 8.3 1 9.1zm-21.1 6.5s7-9.6 5.2-19.3c-1.9-9.7-12.8-3.7-12.8-.3 0 3.4 6.2 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zm-15 14.9s7.1-9.7 5.3-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zM199 145.4s7-9.7 5.2-19.4-12.8-3.6-12.8-.2 6.3 8.3 6.6 10.4c.2 2.1-1.3 8.4 1 9.2z",strokeWidth:"2.5"}),React.createElement("path",{d:"M235 61.7s-9.4 7.4-10.2 17.2c-.8 9.8 11.3 7 12.2 3.7 1-3.3-3.7-9.7-3.4-11.8.3-2 3.5-7.7 1.4-9zm31.3-9.6s-9.3 7.4-10.2 17.2c-.8 9.8 11.3 7 12.3 3.7.9-3.3-3.8-9.8-3.5-11.9.3-2 3.5-7.7 1.4-9zm-116.7 84.5s2 11.8 10.2 17.3c8.2 5.4 11.5-6.6 9.1-9s-10.3-1.4-12-2.6c-1.7-1.3-5-6.8-7.3-5.7zm-15.6 40s0 12 7.3 18.7c7.2 6.6 12.4-4.7 10.4-7.4s-10-3-11.4-4.5c-1.5-1.6-4-7.5-6.3-6.7zm36 44.8s-4.2-11.2-13.3-15c-9.1-3.6-10 8.8-7.2 10.7 2.9 1.8 10.4-.7 12.3.2 2 .9 6.3 5.6 8.3 4zm-7.4-19.4s7.2-9.5 5.6-19.1c-1.7-9.7-12.7-4-12.8-.6 0 3.4 6 8.5 6.3 10.6.2 2.1-1.5 8.3.9 9.2zm225.6-91.9s10.8-5 14-14.3-9.5-9.4-11.1-6.5c-1.7 3 1.4 10.4.6 12.3-.8 2-5.2 6.7-3.5 8.5zm32.8 16.4s6.4-10.1 3.9-19.6c-2.5-9.5-13-2.8-12.8.6.2 3.3 6.8 7.9 7.2 10 .4 2-.7 8.4 1.7 9zm89.6 93s-4.3-11.1-13.4-14.9c-9.1-3.7-10 8.8-7.2 10.6 2.9 1.9 10.5-.7 12.3.2 2 1 6.3 5.7 8.3 4.1zm-43.8 7s.2-12 7.5-18.6c7.3-6.6 12.4 4.9 10.4 7.6-2.1 2.7-10 2.8-11.6 4.3-1.4 1.5-4 7.4-6.3 6.6zm-7-126.8s-11.3-4.3-20 0c-9 4.4-.2 13.4 3 12.5 3.3-1 6.4-8.3 8.4-9.1 2-.8 8.4-1 8.5-3.4zM434 78.3s-11.1-4.3-20 0c-8.8 4.4-.1 13.4 3.2 12.5 3.2-1 6.4-8.3 8.3-9.1 2-.8 8.4-1 8.5-3.4zm-38-20.4s-9.5 7.3-10.4 17c-1 9.8 11.2 7.1 12.2 3.9 1-3.3-3.7-9.8-3.4-11.9.4-2 3.6-7.6 1.6-9zm-24.8-6s-4.4 11.1-.1 20c4.3 8.9 13.3.2 12.4-3-.9-3.3-8.2-6.5-9-8.4-.8-2-.9-8.5-3.3-8.6zm-70.5 43s7.7-9.2 6.6-19c-1.1-9.7-12.5-4.5-12.7-1.1-.3 3.4 5.6 8.8 5.7 10.9.1 2-1.9 8.2.4 9.1z",strokeWidth:"1.9"})),React.createElement("path",{d:"M342.8 114.4s18.5 1.2 19.4 11.8-4.4 17.1-4.4 17.1 2.3 23-15.8 29.7c-19.4 2.3-49.9.5-49.9.5s-9 2.2-12.6-16.3a305 305 0 0 1-4.6-31.6s1.8-10.4 14.9-11c13-.7 52.8 0 53-.2z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),React.createElement("path",{d:"M357.7 143.2s-10 12.4-9 17.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.9"}),React.createElement("path",{d:"M344.3 172.3c2.5 2.1 4.8 4.4 5.3 12l1 15.4 13 116.6 11.4 84.3.8 13s-2.7 9.7-10.4 10.5c-5.5 11.6-35.7 15-38.7 14.9-2.7-.2-12.3-4.2-18.1-3.7-5.9.5-16 4.4-20.5 3.8-4.5-.7-14.8-4.2-16.6-11.6-12.7-4-14.7-13.7-14.7-13.7l13.7-97.5 13.3-123.4s1.6-16.4 8.2-18.9c6.9-.6 42.4.7 52.3-1.7z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),React.createElement("path",{d:"m274.4 341.1-2.7 86.3m86.5-74.9 7.6 71.2",fill:"none",stroke:"#000",strokeWidth:"1.9"}),React.createElement("path",{d:"m136.6 296.3-.3 1m358.7-4.1.3 1",fill:"none",stroke:"#000"}),React.createElement("path",{d:"M127 179.8s5.6 7.9 6.7 12.4c1 4.5 2.9 13.4 5.3 17 2.5 3.7 16.6 23.9 17.4 32.3.1 5.6-5.9 15-14.7 15.2-5.6-.2-19.8-3.8-20.4-16-.6-12.3 4.3-12.5 5-20 .5-7.4.7-40.7.7-40.9z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round",strokeWidth:"1.9"}),React.createElement("path",{d:"M224.5 72.8s-6 .4-10.4 2.9c-3.5 2.1-9.5 5.3-13.6 11-10.6 8.2-26.5 12-31.5 19-3 4.6-2.8 15.7 4.7 20.5 4.8 2.7 19 7 25.8-3.1 6.8-10.2 2.7-13 6-19.6a117.4 117.4 0 0 1 19-30.7zM367 58s-4.4-4-9.3-5.5c-4-1-10.6-.6-17.5-1.3-13.3-1.8-27-11.4-35.3-10.2-5.4 1-13.3 9-11.5 17.6 1.3 5.4 7.3 16.2 19.4 14.1 12-2.1 12-4.8 19-7 17.4-9.7 35-7.7 35.2-7.7zm141.4 137.4c1-2.3-.9-6.6-2.2-11.5-1.2-4-3.1-10-7.7-15.5-5.4-12.2-4.5-29-10-35.4-3.7-4-14.6-6.6-21-.4-3.9 4-11.4 16.6-3.2 25.7 8.2 9 11.8 5.7 17.4 10.5 13.5 9 20 25 26.7 26.6zM503.5 302c1.9-2.5 5.2-7.4 4.8-11.5-.3-3.2 1.5-13 1.7-17.3 1.2-13.3 9.5-24.2 7.2-35.7-1.3-5.4-9.2-13-17.8-10.8-5.2 1.6-17 8-14.3 20 2.7 12 6.6 11.7 9.1 18.7 7.3 14.5 2.7 31.7 9.3 36.6z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round"}),React.createElement("path",{d:"M405.5 386.8s-2.3 4.4 6.8 8.2m11.3-18.4s10-2.5 16.8 0m13.2-25.4c0 .2-1.4 4.5 6.6 10.8m-.8-22s5.9 4.3 15.8 4m-75.4 8.6s.3 11.5-5.6 16.8m25.4-34.5s9.7 2.4 17.7-1.6m44.6-15.3s2.1 3 12.9 2.5m-54.9-9.3c.3.2 12.7 4.2 20.5.6m4.2-47.8s.5-.7 4.3 12.7m5.2-50.4s-.5 7.1-6.2 10.2m42.9-39.4s-8.4 6.8-6.8 9.5m-34.7-14.4s4.3 7.3-2.8 12.3M448.2 161s7.5-.3 10.8 6.1m-24.8-27.3h5.7m24-26c0 .1 1.5 1.5-1.4 4.5m-52-3.8s4 6.2 3.3 13.9m19.8-35.1c1.8-.2 7.7-2.8 7.7-2.8m-33.4-22c-.1 0-2.2 7.7 1.6 10.5m-11.1 25c0 8.4 6.6 6.3 2 14.3M382.2 97a57 57 0 0 0-10.4 9.4m-16.4-13.7s4.4 4.3 3.3 10.2m-16-13.7s-2.2 6.6-5.1 8.3m-18-10c-.1.3-3.6 7.8-6 9.1m-25.6-9c.2 0 3.5 7-.8 12m-6.5-48c.2.2.7 5.4-2.6 10m-28.7 1.9c0 .1 1.4 5.9-7.8 7.8m-9.9 45.2c.2.3 8.9 1.7 8.9 1.7M210 136.6c.2-.2 10.6-3.3 10.6-3.3m-27.4 16.3c.3 0 7.3 1.3 9 .4m-14 6s2.3 1.3.4 13m-34.2-43.5 4.2 6.2m-18.5 26c0-.2 4.2 6.2 9.8 7.4m23 25.2a49 49 0 0 0 8-2M170 213.8c.2 0-.1-4.3 5.2-7.3M163 224.7c0 .2 5 6.4 8.5 7.3m-11.5 4.7c.6-.2 6-4.9 12.2-4.5m-13.9 20.6s.2 5.4 16.2 4m-14.6 15c0-.2 4.7-10.8 14.2-14.8m-1.4 28.4s1.4-4.6 9.4-7.7m-.5 25.5s5.7-4.7 7.8-5.3m-.7 19.3s3.5 3.6 12.2-2.7m-54 5.6c1-.2 13.7-3.1 18 3.5m-13 7s13.4-1.8 15.1-.4m32.7 3.1s-1.8 3.7 14.7-2.4m5.8 9c-3 5 .7 9-3.2 11.3m-47-4.3c.5-.4 6-2.3 5.2-10.3m-.2 22.3c.7-.2 9.9-4.2 11.8-2.1m6.3 13.7s1.2-8.2 3.8-9m10 21.3s7.7-.1 11-2.6m3.8-25c.2.2 7.1 3.8 22 .2m-16.4 33s2 10.6 2 13",fill:"none",stroke:"#000",strokeWidth:"1.9"}),React.createElement("g",{fill:"#de2010",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.5"},React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 94.8 75)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 93.4 57.3)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.58497 -.3417 .35206 1.633 78 74)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 55.9 163)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 48.9 147.1)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.3781 -.85423 .88011 1.41987 40 167.4)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.28907 -.98346 1.01327 1.32812 33.8 193)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.1329 -1.15994 1.19508 1.16722 35.3 239)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.02138 -1.25922 1.29739 1.05234 34.3 262.7)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.79817 -1.41132 1.45408 .82236 51.9 315)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.66642 -1.4781 1.52289 .6866 56.8 337.4)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.56582 -1.51945 1.5655 .58296 57.9 352.4)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.4482 -1.5582 1.60543 .46178 63 370.4)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.20288 -1.60864 1.65738 .20903 94.7 408.9)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 106.3 427.4)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 88.8 428)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.36132 -1.5806 1.62852 -.37226 172.5 473.5)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.49045 -1.54542 1.59227 -.50531 188.3 485.8)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.67103 -1.476 1.52073 -.69138 221.9 499.1)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.7945 -1.41337 1.4562 -.81858 241.4 508.3)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.94339 -1.31867 1.35863 -.97197 271.6 515.4)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.05159 -1.2341 1.27151 -1.08344 292.4 520.2)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.13737 -1.15553 1.19056 -1.17183 308.9 526.1)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.2301 -1.05628 1.08829 -1.26738 331.4 529.6)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.33573 -.91908 .94693 -1.3762 362.5 526.1)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.47374 -.67597 .69645 -1.51841 415.9 504)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.52895 -.53958 .55593 -1.5753 438.7 497.5)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.61445 -.12005 .15429 -1.33344 500.5 406)"}),React.createElement("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.58082 -.36035 .37125 -1.62873 468.4 480.8)"})),React.createElement("path",{d:"M480 194.7c2.2-2.3 4.2-3 6.7-2.1-1-6.1-2.8-8.2-5.2-7.4-2.3.7-3.4 3.8-1.5 9.5zm3.3 18.2c2.3-2.1 4.3-2.6 6.8-1.6-.4-6-2.2-8.3-4.6-7.7-2.4.5-3.6 3.6-2.2 9.3zm-7.8-35c1.5-2.7 3.3-3.8 6-3.7-2.5-5.6-4.8-7.1-7-5.8-2 1.3-2.2 4.6 1 9.6zm-8.1-16.6c1.5-2.8 3.3-3.9 6-3.7-2.5-5.7-4.9-7.2-7-5.9-2 1.3-2.2 4.6 1 9.6zm-19.5-30.5c1-3 2.6-4.4 5.2-4.6-3.3-5.2-5.9-6.3-7.7-4.7s-1.5 5 2.5 9.3zM435 117.5c1-3 2.4-4.4 5-4.8-3.4-5-6-6-7.8-4.4-1.8 1.7-1.4 5 2.8 9.2zM408.3 95c0-3.2 1-5 3.3-6.2-4.8-3.7-7.7-3.8-8.8-1.7s.2 5.1 5.5 7.9zm14 10.5c.4-3.1 1.7-4.8 4.3-5.5-4.2-4.5-6.9-5.2-8.4-3.3-1.5 2-.7 5.1 4 8.8zm-30-19.3c-.3-3.1.5-5 2.7-6.5-5.2-3.2-8-3-9-.8-.9 2.3.8 5.1 6.4 7.3zM376.2 79c-.8-3-.3-5 1.7-6.8-5.6-2.4-8.4-1.9-9 .5-.6 2.4 1.5 4.9 7.3 6.3zm-17.5-5.4c-1.1-3-.8-5 1.1-7-5.8-1.9-8.5-1.1-9 1.3-.3 2.4 2 4.8 7.9 5.7zm-17.3-3.4c-1.2-2.8-1-5 .7-7-6-1.5-8.6-.5-8.8 2-.3 2.4 2.2 4.6 8.1 5zm-18.2-1.4c-1.6-2.7-1.6-4.8 0-7-6.1-.9-8.7.4-8.6 2.8 0 2.5 2.7 4.4 8.6 4.2zm-35.7 2.7c-2.2-2.2-2.7-4.3-1.8-6.8-6 .6-8.2 2.4-7.6 4.8.6 2.4 3.7 3.6 9.4 2zm17.6-2.3c-1.9-2.5-2.2-4.6-.9-7-6.1-.2-8.5 1.3-8.2 3.8.3 2.4 3.2 4 9 3.2zm-34.9 6c-2.4-1.9-3.3-3.8-2.7-6.4-6 1.5-7.8 3.6-6.9 5.8 1 2.3 4.2 3 9.6.6zm-33 15.2c-2.8-1.4-4-3.1-3.9-5.8-5.6 2.6-7 5-5.6 7 1.3 2 4.6 2.2 9.5-1.2zm16-8.1c-2.7-1.7-3.6-3.6-3.2-6.2-5.9 1.8-7.6 4-6.5 6.2 1.1 2.2 4.4 2.8 9.6 0zm-45.6 28.8c-3-.8-4.6-2.3-5-5-5 3.8-5.8 6.4-4.1 8.1 1.8 1.7 5 1.2 9-3.1zm14.1-11.6c-3-1-4.4-2.6-4.6-5.2-5.2 3.2-6.3 5.8-4.7 7.7 1.6 1.8 5 1.5 9.3-2.5zm-26.7 24c-3-.6-4.7-1.9-5.4-4.5-4.6 4.1-5.2 6.9-3.3 8.4 1.9 1.6 5 .7 8.7-4zM183.7 138c-3.2-.2-5-1.3-5.8-3.8-4.2 4.5-4.6 7.2-2.6 8.6 2 1.4 5.1.2 8.4-4.8zm-9.4 15c-3.2.2-5-.7-6.4-3-3.4 5.1-3.4 8-1.2 9s5.1-.6 7.6-6zm-8.3 16c-3 .6-5 0-6.7-2.2-2.7 5.5-2.3 8.3 0 9 2.3.8 5-1.2 6.7-6.9zm-6.6 16.3c-3 1.1-5 .8-7-1-1.8 5.8-1 8.5 1.5 8.9 2.4.3 4.7-2 5.5-8zm-4.5 18.2c-2.8 1.3-4.9 1.2-7-.5-1.4 6-.4 8.5 2 8.7 2.5.3 4.7-2.2 5-8.2zm-1.8 15.2c-2.6 1.4-4.7 1.6-7 .5-.7 4.9.6 6.8 3 6.6 2.4-.2 4.3-2.4 4-7.1zm307-72.2c1.1-3 2.7-4.4 5.3-4.6-3.2-5.2-5.7-6.3-7.6-4.8-1.9 1.6-1.6 5 2.3 9.4zm25.2 85c2.3-2.2 4.4-2.7 6.8-1.6-.4-6.1-2.2-8.3-4.6-7.8-2.3.6-3.6 3.6-2.2 9.4z",fill:"#ffe300",fillRule:"evenodd"}),React.createElement("path",{d:"M461.3 132s-7 6.9-5.7 15.2c1.2 8.3 6.5 18.6 5.5 27.3-1 8.6-2.5 14.3-2.5 14.3s8-9.1 8-18c.2-8.7-5.4-20.3-5.4-26.7s.3-12.2.1-12zm12.7 28s-5.3 4-4.8 13c.5 9.1 10 25.8 10 25.8s6.8 14 6.5 17.7c-.2 3.7 1.3-3.5.6-11.5s-11-25.8-11-25.8-2.2-3.6-2-9.7c.2-6 .8-9.4.8-9.5z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),React.createElement("path",{d:"M313 47.4c0-1.8-2.2-3.4-4.8-3.4s-4.7 1.6-4.7 3.4 2 3.4 4.7 3.4 4.7-1.5 4.7-3.4zm2 8c0-1.8-2.2-3.3-5-3.3-2.6 0-4.8 1.4-4.8 3.2s2.2 3.3 4.9 3.3 4.8-1.5 4.8-3.3zm6-9.4s-5.6 4.1-3.3 5.8c2.3 1.7 8.6-3.6 8.6-3.6L321 46zm163.3 95.4c0-1.2-.5-2.3-1.4-2.9a2.6 2.6 0 0 0-3 0c-.9.6-1.4 1.7-1.4 2.9s.5 2.3 1.4 2.9a2.6 2.6 0 0 0 3 0c.9-.6 1.4-1.7 1.4-2.9zm-2.1-8c0-2-1.4-3.5-3-3.5s-3.1 1.6-3.1 3.6 1.4 3.5 3 3.5 3.1-1.6 3.1-3.5zm1.5 16.2c0-1-.6-1.8-1.2-1.8s-1.2.8-1.2 1.8.5 1.9 1.2 1.9 1.2-.9 1.2-1.9zm4.9-14.4c0-1.2-.6-2.1-1.2-2.1-.7 0-1.2.9-1.2 2s.5 2.2 1.2 2.2c.6 0 1.2-1 1.2-2.1zm-13.4 1.4c0-1-.6-1.7-1.2-1.7s-1.2.8-1.2 1.7.5 1.8 1.2 1.8 1.2-.8 1.2-1.8zm2.1 11.4c0-1.5-1.1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7c0 1.6 1 2.8 2.5 2.8s2.5-1.2 2.5-2.8zm-6.6-5c0-1.3-1-2.4-2.1-2.4-1.2 0-2.2 1-2.2 2.4s1 2.4 2.2 2.4c1.1 0 2-1 2-2.4zm-1-6.8a2 2 0 0 0-1-1.7 1.8 1.8 0 0 0-1.9 0 2 2 0 0 0-.9 1.7 2 2 0 0 0 1 1.8 1.8 1.8 0 0 0 1.8 0c.6-.4 1-1 1-1.8zm30.1 34.4c-2.7-3.6-7.1-5.1-9.8-3.4-2.6 1.7-2.6 6 .2 9.7 2.7 3.6 7 5.1 9.7 3.4 2.7-1.8 2.7-6 0-9.7zm7.8 66.7c.5-4.5-1.6-8.4-4.8-8.8-3.2-.3-6.2 3-6.8 7.4-.5 4.4 1.7 8.3 4.9 8.7 3.2.4 6.2-3 6.7-7.3zm1.6 38.8c1-4.4-.9-8.5-4-9.2-3.2-.6-6.5 2.4-7.4 6.8-.9 4.3 1 8.4 4 9 3.2.7 6.5-2.3 7.4-6.7zm7.5-36.4c0-1.7-1.2-3.1-2.6-3.1s-2.7 1.4-2.7 3.1c0 1.8 1.2 3.2 2.7 3.2s2.6-1.4 2.6-3.2zm-6.5 7.3-5.4 6.2s-5.1.1-4.8 1.8c.2 1.6 7 6.6 7 8.6-.1 2 4.4-.5 4.4-.5l3.7-11.1s-.2-7.7-2.2-7.6c-2 .2-2.5 2.5-2.7 2.6zm-357.4-2.4a2.6 2.6 0 1 0-5.1 0 2.6 2.6 0 0 0 5.1 0zm2.5-8c0-1.4-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.7 1.2 2.7 2.6 2.7a2.7 2.7 0 0 0 2.6-2.7zM134 199.2c-1-2.2-3-3.4-4.5-2.7-1.5.7-2 3-1 5.2s3 3.4 4.5 2.7c1.6-.7 2-3 1-5.2zm6.5 23.4c-1.4-2.8-4.1-4.4-6.2-3.5s-2.7 3.9-1.4 6.7 4 4.4 6.2 3.5 2.7-3.9 1.4-6.7zm6.8 17.2c.5-3.5-1-6.8-3.2-7.2-2.3-.5-4.4 2-4.9 5.5-.4 3.5 1 6.7 3.3 7.2 2.2.5 4.4-2 4.8-5.5zm-11 2.5c1.4-3.3.9-6.8-1.1-7.8s-4.8.7-6.2 4-.9 6.7 1.2 7.8 4.7-.7 6.1-4z",fill:"#6b18b5",fillRule:"evenodd"}),React.createElement("path",{d:"M131.3 234.8c0-1.7-1.3-3-2.9-3s-2.9 1.4-2.9 3 1.3 3 3 3 2.8-1.3 2.8-3zm-2.3-7.5c0-1.5-1.2-2.7-2.6-2.7a2.7 2.7 0 0 0-2.6 2.8c0 1.4 1.2 2.7 2.6 2.7s2.6-1.3 2.6-2.8zm2.4-14.3c0-2.6-1.1-4.6-2.5-4.6s-2.5 2-2.5 4.6c0 2.5 1.1 4.6 2.5 4.6s2.5-2 2.5-4.6zm7.8-1.1c.3-2.5-.5-4.7-2-5-1.3-.1-2.7 1.8-3 4.3-.4 2.5.5 4.7 1.9 4.9 1.3.2 2.7-1.7 3-4.2zm55-110c1.1-3.6 0-7.2-2.3-8-2.3-.9-5 1.3-6 4.9-1 3.6 0 7.2 2.3 8 2.3.9 5-1.3 6-4.9zm-10.4 15.9c3-2.7 4.4-6.3 3-8.1-1.5-1.9-5.2-1.2-8.3 1.4s-4.3 6.2-2.9 8c1.5 1.9 5.2 1.3 8.2-1.3zm-6-8.8c3-2.3 4.2-5.4 2.8-7s-5-1-8 1.2c-3.1 2.3-4.4 5.4-3 7s5 1 8.1-1.2zm23.5-15.5c2-1.6 2.9-3.8 2-4.9-1-1-3.5-.7-5.6.9s-2.9 3.7-1.9 4.8c1 1.1 3.4.7 5.5-.8z",fill:"#6b18b5",fillRule:"evenodd"}),React.createElement("path",{d:"M189 108.5c1.4-2.2 1.5-4.5.2-5.2-1.3-.7-3.5.4-4.9 2.6s-1.5 4.5-.2 5.2c1.3.7 3.5-.5 4.9-2.6zm17.7-9.3c2.2-1.9 3-4.3 2-5.5-1.2-1.2-4-.6-6.2 1.2s-3 4.3-1.9 5.5c1.2 1.2 3.9.6 6.1-1.2zm-32 21.6c2 0 3.6-1.1 3.4-2.3 0-1.1-1.9-2-4-1.9-2 .1-3.6 1.2-3.4 2.3.1 1.2 2 2 4 2zm38.7-33.1c1.4-2.2 1.5-4.5.2-5.2-1.2-.7-3.4.4-4.8 2.6s-1.5 4.5-.2 5.2c1.3.7 3.4-.4 4.8-2.6z",fill:"#6b18b5",fillRule:"evenodd"}),React.createElement("path",{d:"M446.8 153.4s6.4-10.1 4-19.7c-2.5-9.5-13-2.7-12.8.7.2 3.3 6.8 7.9 7.2 10 .4 2-.8 8.3 1.6 9z",fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10"}),React.createElement("path",{d:"M324.9 69.3s23 .9 23.1 15.8c0 2.3 0 5-.8 11.7 4.6-2.5 7.6-9.3 7-13.7.1-15.1-20.5-25.5-29.3-13.8z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),React.createElement("path",{d:"M310.3 68.6s18.5-3.8 18.7 11c.1 15-6 17.3-6 17.3s14.3-3 14.4-18.1c0-15.2-18.3-21.9-27.1-10.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),React.createElement("path",{d:"M373.3 390s86.8-24.6 113-131C471 368.1 376 403 376 403l-2.8-13z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),React.createElement("path",{d:"M382.2 396.6c2.7 0 9.3-7.4 13.1-8.2 3.8-.8 4.2-4.7-.1-4.8-4.4-.2-8.2 5-8.2 5s-3.8 3.2-7.8 3.6c-4 .4-1.4 5.4 3 4.4z",fill:"#8c1800",fillRule:"evenodd"}),React.createElement("path",{d:"M432.2 359.3s-9 5.2-7.8 6.5c1.3 1.3 9.3-5 9.5-5 .1-.2 3.4-4.2-1.7-1.5z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"2.5"}),React.createElement("path",{d:"M400.7 383s-2.7-1 4.2-3.6c7-2.7 6.5-5.8 8.8-7.1 2.2-1.3 7-4.7 8-2.7s-5 6-6.5 6.4c-1.4.4-8.3 6.8-10.3 7.3-2 .6-3.4.3-4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),React.createElement("path",{d:"M445.6 346c-6 6.7-6 6.5-6 6.5",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"3"}),React.createElement("path",{d:"m454.5 335.2-5.7 6.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.8"}),React.createElement("path",{d:"m463.4 321-6.4 10.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.5"}),React.createElement("path",{d:"m470.9 306.6-5.3 10.5m8.6-18-1.6 3.6",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.3"}),React.createElement("path",{d:"m478 289-1.4 4.4",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4"}),React.createElement("path",{d:"M160.3 216s52-14.7 67.6-78.5c-9.1 65.5-66 86.2-66 86.2l-1.6-7.7z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"M250.7 394.4c-2.7 0-9.2-7.5-13-8.3-3.8-.9-4.2-4.8.1-5 4.4 0 8.1 5.1 8.1 5.1s3.8 3.3 7.7 3.8c4 .4 1.4 5.4-2.9 4.4z",fill:"#8c1800",fillRule:"evenodd"}),React.createElement("path",{d:"M195.5 197.6s-5.4 3.2-4.6 4c.7.7 5.5-3 5.6-3.1.1-.1 2-2.5-1-.9z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"M232.4 380.6s2.6-1-4.2-3.7-6.5-6-8.7-7.2c-2.2-1.3-7-4.7-8-2.7s5 6 6.5 6.4c1.4.5 8.2 7 10.2 7.5 2 .6 3.3.3 4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),React.createElement("path",{d:"m203.5 189.7-3.5 3.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"m208.9 183.2-3.4 4.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.7",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"m214.2 174.7-3.8 6.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"m218.7 166.1-3.2 6.3m5.2-10.9-1 2.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"m223 155.5-.9 2.7",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:".8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),React.createElement("path",{d:"M490.4 239.3c.5 6.7 7 13 4.4 24.7-3.2 13.3-14.8 44.7-12.8 50.2-3.4-4.7-2.8-9-3-15.6-.4-6.5 9.4-30.9 10.3-39.1 0-7.4.7-17.5 1.1-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),React.createElement("path",{d:"M490.4 239.4s10.7 13.5 10.1 24.2c-.5 10.7-6.5 23.2-4.5 28.7a21.7 21.7 0 0 1-4.6-14.2c-.3-6.5 5.3-13.8 4.1-20.9-1.1-7-5.2-17.8-5-17.8zm-349.3 3c-.4 6.7-5.4 12.7-2.8 24.3 3.2 13.3 15 30 13 49.2 3.5-4.7 4.5-10 4.8-16.5.2-6.5-13-28.5-13.8-36.8 0-7.4-.8-17.5-1.2-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),React.createElement("path",{d:"M141.1 242.6s-10.4 13-9.8 23.7c.1 7.1 13.2 36.8 11.2 42.4 3.5-4.7 4.4-4.1 4.3-11.2-3.8-18.3-10.7-29.9-9.5-37 1.1-7.1 4-18 3.8-18z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),React.createElement("path",{d:"m100 125.8 22 68.2h72l-58 42.2 22.1 68.2-58-42.1-58 42.1 22-68.2L6 194h71.8z",fill:"#fff",stroke:"#000",strokeDashoffset:"1",strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"1.7",transform:"matrix(1.16516 0 0 1.16534 202 -23.6)"})))}));exports.MP=c;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),t=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=s.forwardRef((function(r,e){var o=r.borderRadius,m=r.height,d=r.width,i=s.useId();return t.jsxs(c.FlagIconBase,{ref:e,borderRadius:o,height:m,viewBox:"0 0 640 480",width:d,children:[t.jsx("defs",{children:t.jsx("clipPath",{id:"".concat(i,"-0"),children:t.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),t.jsxs("g",{clipPath:"url(#".concat(i,"-0)"),children:[t.jsx("path",{d:"M-160 0h960v480h-960z",fill:"#0071bc",fillRule:"evenodd"}),t.jsx("path",{d:"M370 365.7s15.2-16.1 29.8-13c4.4-17 21-18.4 21-18.4s-1.7-18.7 19.5-22.8c.6-12.7 13.5-23.3 13.5-23.3s-2.6-19.7 10.8-24.3c-8.2-15.6 2.8-27 2.7-27.3-.2-.3-14-24.8-1.6-31.8-13-11-8.8-23.4-8.8-23.4s-14.2-3.7-9.1-20.7c-11.7-2-14-20.9-14-20.9s-18 3.7-20.2-12c-12 1.9-13.2-9.8-13.4-9.8-.1 0-23.5 6.3-28.2-11.4-9.1 4.7-13-3.7-13-3.7s-13 6.5-20.8-6c-15.5 9.7-24.2-.4-24.2-.4s-20.3 13.4-27 3c-12 12.2-22.8 7-22.8 7s-9 16-23.7 12c-3.3 14.9-20.2 15.2-20.2 15.2s1.8 13.1-18.4 16.7c-2.6 15.5-13.2 18-13.2 18s1 15.2-8.5 20c3.4 8.5-5.4 18.9-5.4 18.9s9.4 11.7-3.4 24.9c12.3 3.2 3.4 24.4 3.4 24.4s17 7.6 6.3 21.7c12.2 4 8.4 13.6 8.5 19.3 7.8 3.5 14.6 1.8 11.3 17.4 23.8 2.7 12.6 15.8 12.6 15.8s11 .5 6.7 9.3c20.3-.5 23.3 15.2 23.3 15.2s18.8-5 21.3 2.3-8.2 56.7-8.2 56.7-16 0-27.8-12.8c-27.8-.7-21.6-19-22-19-.5 0-9.3 3.4-13.8-11.9-18.6 3.8-18-11.8-18.2-12-.1-.1-8.3-3.8-5.3-11.5-19.1 1.7-17.7-17-17.7-17-4.2-1.7-5.7-5.6-5.1-9.5-2.5-.9-19.5-1.2-10.7-23.6-16.2-9.8-6.1-21-6.1-21s-22.4-11.6-5.1-25c-13-19 1-28.5 1-28.5s-17.9-18.1.3-31c-3-27.5 13.4-34.1 13.4-34.1s-8.6-22.4 14.8-31.8c1.5-22.7 17.9-23.3 17.9-23.3s.4-18 26.2-16.2c5-16.1 22.5-12.9 22.5-12.9s5.4-19.5 29.3-10.1c12.1-23.7 30.2-11.6 30.2-11.6s11.4-7.4 17-5c7.3-12.5 22.8-.6 32.7 1.9 3.7-1.5 16.6-11.2 26.5 1 13.2-8.5 24.5 7 24.5 7s18.1-9.2 26.6 11.8c38.5-3.5 33 21.7 33 21.7s30.2-6.9 23.6 23.3c27.6 1.9 24.8 20 24.8 20s17.4 13.2 9.8 25c15.5.8 9.8 15.7 9.8 15.7s11.9 4.6 2 23c22.7 18.1 4.4 36.2 4.3 36-.2-.1 12.1 14.6 1 31.6 3.4 27-10.2 33.8-10.2 33.8s3.5 17.5-11.7 22.4c-.3 20.5-19.7 23-19.7 23s5.2 9-14 18.3c-.8 13.7-20.8 14.8-20.8 14.8s-1.9 25.2-27.4 18.4c-6.1 20.2-36 14.2-36.6 14-.5-.3-5.7-43.4-5.7-43.5z",fill:"#fff",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),t.jsx("path",{d:"M185 124s6.4 5.6 5.2 14c-1.2 8.3-6 19.9-5 28.5.6 3.5.3 9.7.3 9.7s-5.7-8.2-5.8-17 6.2-17.1 6.2-23.6-1.1-11.7-1-11.5zm-3.2 2.6s-8.4 8-9.5 15.7c-.8 4-1 22.7-1.2 31-.2 2.5-1.2 12.5-1.4 16.2-.3 3.6 6.1-6.2 6.5-14.3-.2-8.3-.2-25.8.6-28.5.8-3.4.6-7.1 1.8-10.5l3.2-9.6z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),t.jsxs("g",{fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10",children:[t.jsx("path",{d:"M366 100.5s10.8-5 14-14.4-9.5-9.4-11.1-6.4c-1.7 3 1.4 10.3.6 12.3-.8 2-5.2 6.6-3.5 8.4z",strokeWidth:"1.9"}),t.jsx("path",{d:"M269.8 103.9s7-9.7 5.2-19.4c-1.9-9.6-12.8-3.6-12.8-.2s6.2 8.3 6.5 10.4c.3 2.1-1.3 8.4 1 9.1zm-19.1 5.7s7-9.7 5.2-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.6 10.5.2 2-1.3 8.3 1 9.1zm-21.1 6.5s7-9.6 5.2-19.3c-1.9-9.7-12.8-3.7-12.8-.3 0 3.4 6.2 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zm-15 14.9s7.1-9.7 5.3-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zM199 145.4s7-9.7 5.2-19.4-12.8-3.6-12.8-.2 6.3 8.3 6.6 10.4c.2 2.1-1.3 8.4 1 9.2z",strokeWidth:"2.5"}),t.jsx("path",{d:"M235 61.7s-9.4 7.4-10.2 17.2c-.8 9.8 11.3 7 12.2 3.7 1-3.3-3.7-9.7-3.4-11.8.3-2 3.5-7.7 1.4-9zm31.3-9.6s-9.3 7.4-10.2 17.2c-.8 9.8 11.3 7 12.3 3.7.9-3.3-3.8-9.8-3.5-11.9.3-2 3.5-7.7 1.4-9zm-116.7 84.5s2 11.8 10.2 17.3c8.2 5.4 11.5-6.6 9.1-9s-10.3-1.4-12-2.6c-1.7-1.3-5-6.8-7.3-5.7zm-15.6 40s0 12 7.3 18.7c7.2 6.6 12.4-4.7 10.4-7.4s-10-3-11.4-4.5c-1.5-1.6-4-7.5-6.3-6.7zm36 44.8s-4.2-11.2-13.3-15c-9.1-3.6-10 8.8-7.2 10.7 2.9 1.8 10.4-.7 12.3.2 2 .9 6.3 5.6 8.3 4zm-7.4-19.4s7.2-9.5 5.6-19.1c-1.7-9.7-12.7-4-12.8-.6 0 3.4 6 8.5 6.3 10.6.2 2.1-1.5 8.3.9 9.2zm225.6-91.9s10.8-5 14-14.3-9.5-9.4-11.1-6.5c-1.7 3 1.4 10.4.6 12.3-.8 2-5.2 6.7-3.5 8.5zm32.8 16.4s6.4-10.1 3.9-19.6c-2.5-9.5-13-2.8-12.8.6.2 3.3 6.8 7.9 7.2 10 .4 2-.7 8.4 1.7 9zm89.6 93s-4.3-11.1-13.4-14.9c-9.1-3.7-10 8.8-7.2 10.6 2.9 1.9 10.5-.7 12.3.2 2 1 6.3 5.7 8.3 4.1zm-43.8 7s.2-12 7.5-18.6c7.3-6.6 12.4 4.9 10.4 7.6-2.1 2.7-10 2.8-11.6 4.3-1.4 1.5-4 7.4-6.3 6.6zm-7-126.8s-11.3-4.3-20 0c-9 4.4-.2 13.4 3 12.5 3.3-1 6.4-8.3 8.4-9.1 2-.8 8.4-1 8.5-3.4zM434 78.3s-11.1-4.3-20 0c-8.8 4.4-.1 13.4 3.2 12.5 3.2-1 6.4-8.3 8.3-9.1 2-.8 8.4-1 8.5-3.4zm-38-20.4s-9.5 7.3-10.4 17c-1 9.8 11.2 7.1 12.2 3.9 1-3.3-3.7-9.8-3.4-11.9.4-2 3.6-7.6 1.6-9zm-24.8-6s-4.4 11.1-.1 20c4.3 8.9 13.3.2 12.4-3-.9-3.3-8.2-6.5-9-8.4-.8-2-.9-8.5-3.3-8.6zm-70.5 43s7.7-9.2 6.6-19c-1.1-9.7-12.5-4.5-12.7-1.1-.3 3.4 5.6 8.8 5.7 10.9.1 2-1.9 8.2.4 9.1z",strokeWidth:"1.9"})]}),t.jsx("path",{d:"M342.8 114.4s18.5 1.2 19.4 11.8-4.4 17.1-4.4 17.1 2.3 23-15.8 29.7c-19.4 2.3-49.9.5-49.9.5s-9 2.2-12.6-16.3a305 305 0 0 1-4.6-31.6s1.8-10.4 14.9-11c13-.7 52.8 0 53-.2z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),t.jsx("path",{d:"M357.7 143.2s-10 12.4-9 17.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.9"}),t.jsx("path",{d:"M344.3 172.3c2.5 2.1 4.8 4.4 5.3 12l1 15.4 13 116.6 11.4 84.3.8 13s-2.7 9.7-10.4 10.5c-5.5 11.6-35.7 15-38.7 14.9-2.7-.2-12.3-4.2-18.1-3.7-5.9.5-16 4.4-20.5 3.8-4.5-.7-14.8-4.2-16.6-11.6-12.7-4-14.7-13.7-14.7-13.7l13.7-97.5 13.3-123.4s1.6-16.4 8.2-18.9c6.9-.6 42.4.7 52.3-1.7z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),t.jsx("path",{d:"m274.4 341.1-2.7 86.3m86.5-74.9 7.6 71.2",fill:"none",stroke:"#000",strokeWidth:"1.9"}),t.jsx("path",{d:"m136.6 296.3-.3 1m358.7-4.1.3 1",fill:"none",stroke:"#000"}),t.jsx("path",{d:"M127 179.8s5.6 7.9 6.7 12.4c1 4.5 2.9 13.4 5.3 17 2.5 3.7 16.6 23.9 17.4 32.3.1 5.6-5.9 15-14.7 15.2-5.6-.2-19.8-3.8-20.4-16-.6-12.3 4.3-12.5 5-20 .5-7.4.7-40.7.7-40.9z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round",strokeWidth:"1.9"}),t.jsx("path",{d:"M224.5 72.8s-6 .4-10.4 2.9c-3.5 2.1-9.5 5.3-13.6 11-10.6 8.2-26.5 12-31.5 19-3 4.6-2.8 15.7 4.7 20.5 4.8 2.7 19 7 25.8-3.1 6.8-10.2 2.7-13 6-19.6a117.4 117.4 0 0 1 19-30.7zM367 58s-4.4-4-9.3-5.5c-4-1-10.6-.6-17.5-1.3-13.3-1.8-27-11.4-35.3-10.2-5.4 1-13.3 9-11.5 17.6 1.3 5.4 7.3 16.2 19.4 14.1 12-2.1 12-4.8 19-7 17.4-9.7 35-7.7 35.2-7.7zm141.4 137.4c1-2.3-.9-6.6-2.2-11.5-1.2-4-3.1-10-7.7-15.5-5.4-12.2-4.5-29-10-35.4-3.7-4-14.6-6.6-21-.4-3.9 4-11.4 16.6-3.2 25.7 8.2 9 11.8 5.7 17.4 10.5 13.5 9 20 25 26.7 26.6zM503.5 302c1.9-2.5 5.2-7.4 4.8-11.5-.3-3.2 1.5-13 1.7-17.3 1.2-13.3 9.5-24.2 7.2-35.7-1.3-5.4-9.2-13-17.8-10.8-5.2 1.6-17 8-14.3 20 2.7 12 6.6 11.7 9.1 18.7 7.3 14.5 2.7 31.7 9.3 36.6z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round"}),t.jsx("path",{d:"M405.5 386.8s-2.3 4.4 6.8 8.2m11.3-18.4s10-2.5 16.8 0m13.2-25.4c0 .2-1.4 4.5 6.6 10.8m-.8-22s5.9 4.3 15.8 4m-75.4 8.6s.3 11.5-5.6 16.8m25.4-34.5s9.7 2.4 17.7-1.6m44.6-15.3s2.1 3 12.9 2.5m-54.9-9.3c.3.2 12.7 4.2 20.5.6m4.2-47.8s.5-.7 4.3 12.7m5.2-50.4s-.5 7.1-6.2 10.2m42.9-39.4s-8.4 6.8-6.8 9.5m-34.7-14.4s4.3 7.3-2.8 12.3M448.2 161s7.5-.3 10.8 6.1m-24.8-27.3h5.7m24-26c0 .1 1.5 1.5-1.4 4.5m-52-3.8s4 6.2 3.3 13.9m19.8-35.1c1.8-.2 7.7-2.8 7.7-2.8m-33.4-22c-.1 0-2.2 7.7 1.6 10.5m-11.1 25c0 8.4 6.6 6.3 2 14.3M382.2 97a57 57 0 0 0-10.4 9.4m-16.4-13.7s4.4 4.3 3.3 10.2m-16-13.7s-2.2 6.6-5.1 8.3m-18-10c-.1.3-3.6 7.8-6 9.1m-25.6-9c.2 0 3.5 7-.8 12m-6.5-48c.2.2.7 5.4-2.6 10m-28.7 1.9c0 .1 1.4 5.9-7.8 7.8m-9.9 45.2c.2.3 8.9 1.7 8.9 1.7M210 136.6c.2-.2 10.6-3.3 10.6-3.3m-27.4 16.3c.3 0 7.3 1.3 9 .4m-14 6s2.3 1.3.4 13m-34.2-43.5 4.2 6.2m-18.5 26c0-.2 4.2 6.2 9.8 7.4m23 25.2a49 49 0 0 0 8-2M170 213.8c.2 0-.1-4.3 5.2-7.3M163 224.7c0 .2 5 6.4 8.5 7.3m-11.5 4.7c.6-.2 6-4.9 12.2-4.5m-13.9 20.6s.2 5.4 16.2 4m-14.6 15c0-.2 4.7-10.8 14.2-14.8m-1.4 28.4s1.4-4.6 9.4-7.7m-.5 25.5s5.7-4.7 7.8-5.3m-.7 19.3s3.5 3.6 12.2-2.7m-54 5.6c1-.2 13.7-3.1 18 3.5m-13 7s13.4-1.8 15.1-.4m32.7 3.1s-1.8 3.7 14.7-2.4m5.8 9c-3 5 .7 9-3.2 11.3m-47-4.3c.5-.4 6-2.3 5.2-10.3m-.2 22.3c.7-.2 9.9-4.2 11.8-2.1m6.3 13.7s1.2-8.2 3.8-9m10 21.3s7.7-.1 11-2.6m3.8-25c.2.2 7.1 3.8 22 .2m-16.4 33s2 10.6 2 13",fill:"none",stroke:"#000",strokeWidth:"1.9"}),t.jsxs("g",{fill:"#de2010",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.5",children:[t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 94.8 75)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 93.4 57.3)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.58497 -.3417 .35206 1.633 78 74)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 55.9 163)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 48.9 147.1)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.3781 -.85423 .88011 1.41987 40 167.4)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.28907 -.98346 1.01327 1.32812 33.8 193)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.1329 -1.15994 1.19508 1.16722 35.3 239)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.02138 -1.25922 1.29739 1.05234 34.3 262.7)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.79817 -1.41132 1.45408 .82236 51.9 315)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.66642 -1.4781 1.52289 .6866 56.8 337.4)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.56582 -1.51945 1.5655 .58296 57.9 352.4)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.4482 -1.5582 1.60543 .46178 63 370.4)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.20288 -1.60864 1.65738 .20903 94.7 408.9)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 106.3 427.4)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 88.8 428)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.36132 -1.5806 1.62852 -.37226 172.5 473.5)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.49045 -1.54542 1.59227 -.50531 188.3 485.8)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.67103 -1.476 1.52073 -.69138 221.9 499.1)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.7945 -1.41337 1.4562 -.81858 241.4 508.3)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.94339 -1.31867 1.35863 -.97197 271.6 515.4)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.05159 -1.2341 1.27151 -1.08344 292.4 520.2)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.13737 -1.15553 1.19056 -1.17183 308.9 526.1)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.2301 -1.05628 1.08829 -1.26738 331.4 529.6)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.33573 -.91908 .94693 -1.3762 362.5 526.1)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.47374 -.67597 .69645 -1.51841 415.9 504)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.52895 -.53958 .55593 -1.5753 438.7 497.5)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.61445 -.12005 .15429 -1.33344 500.5 406)"}),t.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.58082 -.36035 .37125 -1.62873 468.4 480.8)"})]}),t.jsx("path",{d:"M480 194.7c2.2-2.3 4.2-3 6.7-2.1-1-6.1-2.8-8.2-5.2-7.4-2.3.7-3.4 3.8-1.5 9.5zm3.3 18.2c2.3-2.1 4.3-2.6 6.8-1.6-.4-6-2.2-8.3-4.6-7.7-2.4.5-3.6 3.6-2.2 9.3zm-7.8-35c1.5-2.7 3.3-3.8 6-3.7-2.5-5.6-4.8-7.1-7-5.8-2 1.3-2.2 4.6 1 9.6zm-8.1-16.6c1.5-2.8 3.3-3.9 6-3.7-2.5-5.7-4.9-7.2-7-5.9-2 1.3-2.2 4.6 1 9.6zm-19.5-30.5c1-3 2.6-4.4 5.2-4.6-3.3-5.2-5.9-6.3-7.7-4.7s-1.5 5 2.5 9.3zM435 117.5c1-3 2.4-4.4 5-4.8-3.4-5-6-6-7.8-4.4-1.8 1.7-1.4 5 2.8 9.2zM408.3 95c0-3.2 1-5 3.3-6.2-4.8-3.7-7.7-3.8-8.8-1.7s.2 5.1 5.5 7.9zm14 10.5c.4-3.1 1.7-4.8 4.3-5.5-4.2-4.5-6.9-5.2-8.4-3.3-1.5 2-.7 5.1 4 8.8zm-30-19.3c-.3-3.1.5-5 2.7-6.5-5.2-3.2-8-3-9-.8-.9 2.3.8 5.1 6.4 7.3zM376.2 79c-.8-3-.3-5 1.7-6.8-5.6-2.4-8.4-1.9-9 .5-.6 2.4 1.5 4.9 7.3 6.3zm-17.5-5.4c-1.1-3-.8-5 1.1-7-5.8-1.9-8.5-1.1-9 1.3-.3 2.4 2 4.8 7.9 5.7zm-17.3-3.4c-1.2-2.8-1-5 .7-7-6-1.5-8.6-.5-8.8 2-.3 2.4 2.2 4.6 8.1 5zm-18.2-1.4c-1.6-2.7-1.6-4.8 0-7-6.1-.9-8.7.4-8.6 2.8 0 2.5 2.7 4.4 8.6 4.2zm-35.7 2.7c-2.2-2.2-2.7-4.3-1.8-6.8-6 .6-8.2 2.4-7.6 4.8.6 2.4 3.7 3.6 9.4 2zm17.6-2.3c-1.9-2.5-2.2-4.6-.9-7-6.1-.2-8.5 1.3-8.2 3.8.3 2.4 3.2 4 9 3.2zm-34.9 6c-2.4-1.9-3.3-3.8-2.7-6.4-6 1.5-7.8 3.6-6.9 5.8 1 2.3 4.2 3 9.6.6zm-33 15.2c-2.8-1.4-4-3.1-3.9-5.8-5.6 2.6-7 5-5.6 7 1.3 2 4.6 2.2 9.5-1.2zm16-8.1c-2.7-1.7-3.6-3.6-3.2-6.2-5.9 1.8-7.6 4-6.5 6.2 1.1 2.2 4.4 2.8 9.6 0zm-45.6 28.8c-3-.8-4.6-2.3-5-5-5 3.8-5.8 6.4-4.1 8.1 1.8 1.7 5 1.2 9-3.1zm14.1-11.6c-3-1-4.4-2.6-4.6-5.2-5.2 3.2-6.3 5.8-4.7 7.7 1.6 1.8 5 1.5 9.3-2.5zm-26.7 24c-3-.6-4.7-1.9-5.4-4.5-4.6 4.1-5.2 6.9-3.3 8.4 1.9 1.6 5 .7 8.7-4zM183.7 138c-3.2-.2-5-1.3-5.8-3.8-4.2 4.5-4.6 7.2-2.6 8.6 2 1.4 5.1.2 8.4-4.8zm-9.4 15c-3.2.2-5-.7-6.4-3-3.4 5.1-3.4 8-1.2 9s5.1-.6 7.6-6zm-8.3 16c-3 .6-5 0-6.7-2.2-2.7 5.5-2.3 8.3 0 9 2.3.8 5-1.2 6.7-6.9zm-6.6 16.3c-3 1.1-5 .8-7-1-1.8 5.8-1 8.5 1.5 8.9 2.4.3 4.7-2 5.5-8zm-4.5 18.2c-2.8 1.3-4.9 1.2-7-.5-1.4 6-.4 8.5 2 8.7 2.5.3 4.7-2.2 5-8.2zm-1.8 15.2c-2.6 1.4-4.7 1.6-7 .5-.7 4.9.6 6.8 3 6.6 2.4-.2 4.3-2.4 4-7.1zm307-72.2c1.1-3 2.7-4.4 5.3-4.6-3.2-5.2-5.7-6.3-7.6-4.8-1.9 1.6-1.6 5 2.3 9.4zm25.2 85c2.3-2.2 4.4-2.7 6.8-1.6-.4-6.1-2.2-8.3-4.6-7.8-2.3.6-3.6 3.6-2.2 9.4z",fill:"#ffe300",fillRule:"evenodd"}),t.jsx("path",{d:"M461.3 132s-7 6.9-5.7 15.2c1.2 8.3 6.5 18.6 5.5 27.3-1 8.6-2.5 14.3-2.5 14.3s8-9.1 8-18c.2-8.7-5.4-20.3-5.4-26.7s.3-12.2.1-12zm12.7 28s-5.3 4-4.8 13c.5 9.1 10 25.8 10 25.8s6.8 14 6.5 17.7c-.2 3.7 1.3-3.5.6-11.5s-11-25.8-11-25.8-2.2-3.6-2-9.7c.2-6 .8-9.4.8-9.5z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),t.jsx("path",{d:"M313 47.4c0-1.8-2.2-3.4-4.8-3.4s-4.7 1.6-4.7 3.4 2 3.4 4.7 3.4 4.7-1.5 4.7-3.4zm2 8c0-1.8-2.2-3.3-5-3.3-2.6 0-4.8 1.4-4.8 3.2s2.2 3.3 4.9 3.3 4.8-1.5 4.8-3.3zm6-9.4s-5.6 4.1-3.3 5.8c2.3 1.7 8.6-3.6 8.6-3.6L321 46zm163.3 95.4c0-1.2-.5-2.3-1.4-2.9a2.6 2.6 0 0 0-3 0c-.9.6-1.4 1.7-1.4 2.9s.5 2.3 1.4 2.9a2.6 2.6 0 0 0 3 0c.9-.6 1.4-1.7 1.4-2.9zm-2.1-8c0-2-1.4-3.5-3-3.5s-3.1 1.6-3.1 3.6 1.4 3.5 3 3.5 3.1-1.6 3.1-3.5zm1.5 16.2c0-1-.6-1.8-1.2-1.8s-1.2.8-1.2 1.8.5 1.9 1.2 1.9 1.2-.9 1.2-1.9zm4.9-14.4c0-1.2-.6-2.1-1.2-2.1-.7 0-1.2.9-1.2 2s.5 2.2 1.2 2.2c.6 0 1.2-1 1.2-2.1zm-13.4 1.4c0-1-.6-1.7-1.2-1.7s-1.2.8-1.2 1.7.5 1.8 1.2 1.8 1.2-.8 1.2-1.8zm2.1 11.4c0-1.5-1.1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7c0 1.6 1 2.8 2.5 2.8s2.5-1.2 2.5-2.8zm-6.6-5c0-1.3-1-2.4-2.1-2.4-1.2 0-2.2 1-2.2 2.4s1 2.4 2.2 2.4c1.1 0 2-1 2-2.4zm-1-6.8a2 2 0 0 0-1-1.7 1.8 1.8 0 0 0-1.9 0 2 2 0 0 0-.9 1.7 2 2 0 0 0 1 1.8 1.8 1.8 0 0 0 1.8 0c.6-.4 1-1 1-1.8zm30.1 34.4c-2.7-3.6-7.1-5.1-9.8-3.4-2.6 1.7-2.6 6 .2 9.7 2.7 3.6 7 5.1 9.7 3.4 2.7-1.8 2.7-6 0-9.7zm7.8 66.7c.5-4.5-1.6-8.4-4.8-8.8-3.2-.3-6.2 3-6.8 7.4-.5 4.4 1.7 8.3 4.9 8.7 3.2.4 6.2-3 6.7-7.3zm1.6 38.8c1-4.4-.9-8.5-4-9.2-3.2-.6-6.5 2.4-7.4 6.8-.9 4.3 1 8.4 4 9 3.2.7 6.5-2.3 7.4-6.7zm7.5-36.4c0-1.7-1.2-3.1-2.6-3.1s-2.7 1.4-2.7 3.1c0 1.8 1.2 3.2 2.7 3.2s2.6-1.4 2.6-3.2zm-6.5 7.3-5.4 6.2s-5.1.1-4.8 1.8c.2 1.6 7 6.6 7 8.6-.1 2 4.4-.5 4.4-.5l3.7-11.1s-.2-7.7-2.2-7.6c-2 .2-2.5 2.5-2.7 2.6zm-357.4-2.4a2.6 2.6 0 1 0-5.1 0 2.6 2.6 0 0 0 5.1 0zm2.5-8c0-1.4-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.7 1.2 2.7 2.6 2.7a2.7 2.7 0 0 0 2.6-2.7zM134 199.2c-1-2.2-3-3.4-4.5-2.7-1.5.7-2 3-1 5.2s3 3.4 4.5 2.7c1.6-.7 2-3 1-5.2zm6.5 23.4c-1.4-2.8-4.1-4.4-6.2-3.5s-2.7 3.9-1.4 6.7 4 4.4 6.2 3.5 2.7-3.9 1.4-6.7zm6.8 17.2c.5-3.5-1-6.8-3.2-7.2-2.3-.5-4.4 2-4.9 5.5-.4 3.5 1 6.7 3.3 7.2 2.2.5 4.4-2 4.8-5.5zm-11 2.5c1.4-3.3.9-6.8-1.1-7.8s-4.8.7-6.2 4-.9 6.7 1.2 7.8 4.7-.7 6.1-4z",fill:"#6b18b5",fillRule:"evenodd"}),t.jsx("path",{d:"M131.3 234.8c0-1.7-1.3-3-2.9-3s-2.9 1.4-2.9 3 1.3 3 3 3 2.8-1.3 2.8-3zm-2.3-7.5c0-1.5-1.2-2.7-2.6-2.7a2.7 2.7 0 0 0-2.6 2.8c0 1.4 1.2 2.7 2.6 2.7s2.6-1.3 2.6-2.8zm2.4-14.3c0-2.6-1.1-4.6-2.5-4.6s-2.5 2-2.5 4.6c0 2.5 1.1 4.6 2.5 4.6s2.5-2 2.5-4.6zm7.8-1.1c.3-2.5-.5-4.7-2-5-1.3-.1-2.7 1.8-3 4.3-.4 2.5.5 4.7 1.9 4.9 1.3.2 2.7-1.7 3-4.2zm55-110c1.1-3.6 0-7.2-2.3-8-2.3-.9-5 1.3-6 4.9-1 3.6 0 7.2 2.3 8 2.3.9 5-1.3 6-4.9zm-10.4 15.9c3-2.7 4.4-6.3 3-8.1-1.5-1.9-5.2-1.2-8.3 1.4s-4.3 6.2-2.9 8c1.5 1.9 5.2 1.3 8.2-1.3zm-6-8.8c3-2.3 4.2-5.4 2.8-7s-5-1-8 1.2c-3.1 2.3-4.4 5.4-3 7s5 1 8.1-1.2zm23.5-15.5c2-1.6 2.9-3.8 2-4.9-1-1-3.5-.7-5.6.9s-2.9 3.7-1.9 4.8c1 1.1 3.4.7 5.5-.8z",fill:"#6b18b5",fillRule:"evenodd"}),t.jsx("path",{d:"M189 108.5c1.4-2.2 1.5-4.5.2-5.2-1.3-.7-3.5.4-4.9 2.6s-1.5 4.5-.2 5.2c1.3.7 3.5-.5 4.9-2.6zm17.7-9.3c2.2-1.9 3-4.3 2-5.5-1.2-1.2-4-.6-6.2 1.2s-3 4.3-1.9 5.5c1.2 1.2 3.9.6 6.1-1.2zm-32 21.6c2 0 3.6-1.1 3.4-2.3 0-1.1-1.9-2-4-1.9-2 .1-3.6 1.2-3.4 2.3.1 1.2 2 2 4 2zm38.7-33.1c1.4-2.2 1.5-4.5.2-5.2-1.2-.7-3.4.4-4.8 2.6s-1.5 4.5-.2 5.2c1.3.7 3.4-.4 4.8-2.6z",fill:"#6b18b5",fillRule:"evenodd"}),t.jsx("path",{d:"M446.8 153.4s6.4-10.1 4-19.7c-2.5-9.5-13-2.7-12.8.7.2 3.3 6.8 7.9 7.2 10 .4 2-.8 8.3 1.6 9z",fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10"}),t.jsx("path",{d:"M324.9 69.3s23 .9 23.1 15.8c0 2.3 0 5-.8 11.7 4.6-2.5 7.6-9.3 7-13.7.1-15.1-20.5-25.5-29.3-13.8z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),t.jsx("path",{d:"M310.3 68.6s18.5-3.8 18.7 11c.1 15-6 17.3-6 17.3s14.3-3 14.4-18.1c0-15.2-18.3-21.9-27.1-10.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),t.jsx("path",{d:"M373.3 390s86.8-24.6 113-131C471 368.1 376 403 376 403l-2.8-13z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),t.jsx("path",{d:"M382.2 396.6c2.7 0 9.3-7.4 13.1-8.2 3.8-.8 4.2-4.7-.1-4.8-4.4-.2-8.2 5-8.2 5s-3.8 3.2-7.8 3.6c-4 .4-1.4 5.4 3 4.4z",fill:"#8c1800",fillRule:"evenodd"}),t.jsx("path",{d:"M432.2 359.3s-9 5.2-7.8 6.5c1.3 1.3 9.3-5 9.5-5 .1-.2 3.4-4.2-1.7-1.5z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"2.5"}),t.jsx("path",{d:"M400.7 383s-2.7-1 4.2-3.6c7-2.7 6.5-5.8 8.8-7.1 2.2-1.3 7-4.7 8-2.7s-5 6-6.5 6.4c-1.4.4-8.3 6.8-10.3 7.3-2 .6-3.4.3-4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),t.jsx("path",{d:"M445.6 346c-6 6.7-6 6.5-6 6.5",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"3"}),t.jsx("path",{d:"m454.5 335.2-5.7 6.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.8"}),t.jsx("path",{d:"m463.4 321-6.4 10.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.5"}),t.jsx("path",{d:"m470.9 306.6-5.3 10.5m8.6-18-1.6 3.6",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.3"}),t.jsx("path",{d:"m478 289-1.4 4.4",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4"}),t.jsx("path",{d:"M160.3 216s52-14.7 67.6-78.5c-9.1 65.5-66 86.2-66 86.2l-1.6-7.7z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"M250.7 394.4c-2.7 0-9.2-7.5-13-8.3-3.8-.9-4.2-4.8.1-5 4.4 0 8.1 5.1 8.1 5.1s3.8 3.3 7.7 3.8c4 .4 1.4 5.4-2.9 4.4z",fill:"#8c1800",fillRule:"evenodd"}),t.jsx("path",{d:"M195.5 197.6s-5.4 3.2-4.6 4c.7.7 5.5-3 5.6-3.1.1-.1 2-2.5-1-.9z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"M232.4 380.6s2.6-1-4.2-3.7-6.5-6-8.7-7.2c-2.2-1.3-7-4.7-8-2.7s5 6 6.5 6.4c1.4.5 8.2 7 10.2 7.5 2 .6 3.3.3 4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),t.jsx("path",{d:"m203.5 189.7-3.5 3.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"m208.9 183.2-3.4 4.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.7",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"m214.2 174.7-3.8 6.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"m218.7 166.1-3.2 6.3m5.2-10.9-1 2.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"m223 155.5-.9 2.7",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:".8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),t.jsx("path",{d:"M490.4 239.3c.5 6.7 7 13 4.4 24.7-3.2 13.3-14.8 44.7-12.8 50.2-3.4-4.7-2.8-9-3-15.6-.4-6.5 9.4-30.9 10.3-39.1 0-7.4.7-17.5 1.1-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),t.jsx("path",{d:"M490.4 239.4s10.7 13.5 10.1 24.2c-.5 10.7-6.5 23.2-4.5 28.7a21.7 21.7 0 0 1-4.6-14.2c-.3-6.5 5.3-13.8 4.1-20.9-1.1-7-5.2-17.8-5-17.8zm-349.3 3c-.4 6.7-5.4 12.7-2.8 24.3 3.2 13.3 15 30 13 49.2 3.5-4.7 4.5-10 4.8-16.5.2-6.5-13-28.5-13.8-36.8 0-7.4-.8-17.5-1.2-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),t.jsx("path",{d:"M141.1 242.6s-10.4 13-9.8 23.7c.1 7.1 13.2 36.8 11.2 42.4 3.5-4.7 4.4-4.1 4.3-11.2-3.8-18.3-10.7-29.9-9.5-37 1.1-7.1 4-18 3.8-18z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),t.jsx("path",{d:"m100 125.8 22 68.2h72l-58 42.2 22.1 68.2-58-42.1-58 42.1 22-68.2L6 194h71.8z",fill:"#fff",stroke:"#000",strokeDashoffset:"1",strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"1.7",transform:"matrix(1.16516 0 0 1.16534 202 -23.6)"})]})]})}));exports.MP=r;
package/icons/flags/MQ.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",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})))}));exports.MQ=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:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]})})}));exports.MQ=t;
package/icons/flags/MR.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:"M0 0h640v480H0z",fill:"#cd2a3e"}),React.createElement("path",{d:"M0 72h640v336H0z",fill:"#006233"}),React.createElement("path",{d:"M470 154.6a150 150 0 0 1-300 0 154.9 154.9 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2z",fill:"#ffc400"}),React.createElement("path",{d:"m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z",fill:"#ffc400"}))}));exports.MR=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:"M0 0h640v480H0z",fill:"#cd2a3e"}),i.jsx("path",{d:"M0 72h640v336H0z",fill:"#006233"}),i.jsx("path",{d:"M470 154.6a150 150 0 0 1-300 0 154.9 154.9 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2z",fill:"#ffc400"}),i.jsx("path",{d:"m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z",fill:"#ffc400"})]})}));exports.MR=a;
package/icons/flags/MS.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,n=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:n},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#006"}),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M408.3 192.3h214.3l-.3 153.4c1.8 61.7-36.4 100-106.7 117.2-50-12.5-107.5-38.3-107.6-115.5l.3-155.2z",fill:"#fff"}),React.createElement("path",{d:"M44 22.7h169.4l-.2 120.8c1.4 48.6-28.8 78.7-84.3 92.3-39.5-9.8-85-30.2-85-91l.2-122z",fill:"#00a2bd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M616.3 361.3c-7.5 56.4-50.7 81.1-100.7 94.2-44.3-12-92-31-101.1-93.9l201.8-.3z",fill:"#a53d08"})),React.createElement("g",{fillRule:"evenodd",stroke:"#000"},React.createElement("path",{d:"M155.8 197.2s.6 9.3-4.4 14.9c4.5 1.4 7.5-.3 8.9-2 1.4-1.8 1.9-4.1 1.9-4.1s1.2-.8 1.4-2.5c0-2.3-1-2.3-1.8-2.8l.2-5.2s-5.1-3.1-6.2 1.7z",fill:"#ffc6b5",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m155.5 210.3-1.5-1.2",fill:"#ff9a08",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"})),React.createElement("path",{d:"M141.6 69.4s.2 5.6-.2 6.2c-.4.6-3.6 2-3.6 2l2.8 5.9 7.7-1.1 3.3-8.7s-1.7-2.9-1.3-6c-2.5-8-8.6 1.7-8.7 1.7z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M131.4 203s4.4 4.4 9.3 3.9c11.3-1.3 14.6-11.3 18-11.4s5.7 6 9 5.3a56.2 56.2 0 0 1-5.4-24.7c.5-8 .5-42 .5-42s-5.6-17.6-8.3-20.5a19 19 0 0 0 4.4-13.2V88.9s1.3-1.5 1.2-5.7c-.1-4.2-7.1-10.3-8-10-1 .2-9.9 7.8-10.6 9.6-.8 1.8-1.8-6.5-.1-7.2 1.7-.8-4-1.2-7.5 3-3.6 4.2-2.5 124.7-2.5 124.5z",fill:"#005121",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m467.5 224.1 40 .2-.3-18.6 14.6.2.1 18.4h39.8l.2 14.3-40 .2-.3 169.4h-14.2l-.2-169.6-39.7.2V224z",fillRule:"evenodd"}),React.createElement("path",{d:"M122 82s-2.2-.4-4 0 2.7-19.5 2.7-21.2c1.5-.7 9.2-2 9-7.5-.6-3.2-11.8.2-11.6 4.3-.8 2.1-8.1 23.1-6.7 30 2.6 2 7.4 1.7 10.6 1.1V82z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M124.2 53.2s-.6 3.7 2.7 4.3",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:".6",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m129.2 53.1-4.4 2.8m4.1-1.1-3 2.2m2-4.7-3.4 2",fill:"none",stroke:"#000",strokeWidth:".4",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m95.5 163.6 30.1 31.2c10.5-11.4 3.2-54.3-10.5-62.1-1.6 5-4.4 11.1-7.4 13-6.5 4.5-22.5 9.7-17.2 13 1.2-1.6 4.4-3.2 6 .5 1.7 6-6.7 6.3-6.7 6.3s-5.4-.6-6.3-6c-1-5.5 8-10.5 8.7-10.9.8-.2 12.4-3.3 14.4-13.7 2.4-10.1 5-8.6 5.4-8.8 15.2 1.5 25.2 28.7 25.7 47.9.6 19.1-7.7 31.8-9.3 32.7-1.5.8-36.2-41.3-36.2-41.3l3.3-1.8z",fill:"#ff9a08",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m117.5 134.4.1 56.5m-3.5-55.4.2 51.2m-3.9-43.8.2 40.8m-3.2-37.9.2 33.7m-3.4-32.2v28.5m-3.5-26.2V172m-3-20.8v17.3",fill:"none",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m95 167.1 31.1 35.6m1.5-58s14 30.8 1 56.1m-37.2-40.2s1-2.7 2.3-1.6m-4.8-6.2s-5.6 5-2.5 8.1",fill:"none",stroke:"#ffdf00",strokeLinecap:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M141 83s.5 4.3-.4 7.6 3.5 12.4 1.8 14.3m.5 8.8 11.8-.1",fill:"none",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M138.6 118.5c0 .2 1.4 6.2 1 10.3m2.8-8.2c-.3 1.3-5.2 15.2-5 15.7m8-22c0 .3-.4 8.9-1.7 10.1m7.7-10.7s7.7 17.8 7.6 24.9 2.6 21.3.8 27.6m-6-27.8s-.6 13.2-6.1 18.4c-5.5 5.2 13.2 19.9 13.2 19.9",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M153.6 175.9s2 18.2 5.6 19.5m-22.6-50c.1.1-1.9 12.2-.3 14.2 1.6 2 14.9 20.5 14.3 39.6m-3.7-5.7s-.4 11.6-11.1 12.5m7.9-20s3.2 12-7.7 19.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M147.9 156.9s12.3 12.8 12.8 18.4m-9.2-61.3s2.1 9 1.3 10.7",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M113.5 132.7s-1.3-2.3-1.1-4.9-.5-6.5 7.8-9.7c5-5 10.6-8.1 13.6-9.7 4.5-2.9 7.4-2.2 10-3.2 1.7-2 1.6-6.3 3.5-10.2 1.8-3.9 5-11.9 8.4-10.6 3.5 1.2.8 11.6-.5 15.2s-2.5 7.4-4.8 9.6c-2.3 2.3-12.8 6.3-14.8 7s-11.5 3-13.9 6.2c-2.4 3.3-2.2 8.2-8.2 10.3z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M112.8 125.8c.3-.1 4.2-1.3 6 2.1",fill:"none",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M142 55.2s-1.8 2.8-2.3 4.6c-.4 1.3-1.6-.1-2.2 2.7l1 .2c-.4.8-.5 2.2-.6 2.5-.1.3-.7 1.8-.6 3 0 .5 1.1 3 10.1-.8s-2.9-14.8-5.5-12.2z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M140.9 55.6c1-.5 7.5-1.1 6.4 11.7 1.2-.2 2-.4 2.7.9.8 1.2.7 2.7 2 2.7 1.4 0 1.5-.3 1.9-1.3.3-1 5.5 1.2 6.9-3.4-.3-1-3.2-2.3-3.6-4 .8-2.3-.3-9.8-9.9-10.2-4.9 0-5.9 2-6.4 3.6z",fill:"#c59200",fillRule:"evenodd",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M140.4 58.1c.1.1 3 1 3.3 2.3",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M531.7 244.1c0 .5-.4 1-.9 1s-.9-.5-.9-1 .4-1 1-1 .8.5.8 1z",fillRule:"evenodd"}),React.createElement("path",{d:"M154.4 61.5s-1 5.1 3.6 7.1m-7-6.4s1.7 0 1.7 1.6c0 1.7-1.4 1.9-1.3 3.1 0 1.3 2.4 1.8 2.5 2.8m-10.5-16.9s8.2 1 7.8 3c-.5 2-1.8 1.2-1.7 3s3.2.6 3.2.6.2-1.4 1.6-1.3.7 1.6 2.6 1.6",fill:"none",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"m138.4 65.5 2-.1",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("path",{d:"M143.4 73.7s.8 3.4-2 3",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),React.createElement("g",{strokeWidth:"1pt"},React.createElement("path",{d:"M0 0v28.5l343.6 226H387V226L43.3 0H0zm386.9 0v28.5l-343.6 226H0V226L343.6 0H387z",fill:"#fff"}),React.createElement("path",{d:"M161.2 0v254.4h64.5V.1h-64.5zM0 85v84.7h386.9V84.8H0z",fill:"#fff"}),React.createElement("path",{d:"M0 101.8v50.9h386.9v-50.9H0zM174.1.1v254.3h38.7V.1h-38.7zM0 254.4l129-84.8h28.8l-129 84.8H0zM0 .1l129 84.8h-29L0 19V0zm229.1 84.8L358.1 0h28.8l-129 84.8h-28.8zm157.8 169.5-129-84.8h28.9l100.1 65.9v19z",fill:"#c00"})))}));exports.MS=r;
1
+ "use strict";var t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=t.forwardRef((function(t,e){var o=t.borderRadius,i=t.height,l=t.width;return s.jsxs(r.FlagIconBase,{ref:e,borderRadius:o,height:i,viewBox:"0 0 640 480",width:l,children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#006"}),s.jsxs("g",{fillRule:"evenodd",children:[s.jsx("path",{d:"M408.3 192.3h214.3l-.3 153.4c1.8 61.7-36.4 100-106.7 117.2-50-12.5-107.5-38.3-107.6-115.5l.3-155.2z",fill:"#fff"}),s.jsx("path",{d:"M44 22.7h169.4l-.2 120.8c1.4 48.6-28.8 78.7-84.3 92.3-39.5-9.8-85-30.2-85-91l.2-122z",fill:"#00a2bd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M616.3 361.3c-7.5 56.4-50.7 81.1-100.7 94.2-44.3-12-92-31-101.1-93.9l201.8-.3z",fill:"#a53d08"})]}),s.jsxs("g",{fillRule:"evenodd",stroke:"#000",children:[s.jsx("path",{d:"M155.8 197.2s.6 9.3-4.4 14.9c4.5 1.4 7.5-.3 8.9-2 1.4-1.8 1.9-4.1 1.9-4.1s1.2-.8 1.4-2.5c0-2.3-1-2.3-1.8-2.8l.2-5.2s-5.1-3.1-6.2 1.7z",fill:"#ffc6b5",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m155.5 210.3-1.5-1.2",fill:"#ff9a08",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"})]}),s.jsx("path",{d:"M141.6 69.4s.2 5.6-.2 6.2c-.4.6-3.6 2-3.6 2l2.8 5.9 7.7-1.1 3.3-8.7s-1.7-2.9-1.3-6c-2.5-8-8.6 1.7-8.7 1.7z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M131.4 203s4.4 4.4 9.3 3.9c11.3-1.3 14.6-11.3 18-11.4s5.7 6 9 5.3a56.2 56.2 0 0 1-5.4-24.7c.5-8 .5-42 .5-42s-5.6-17.6-8.3-20.5a19 19 0 0 0 4.4-13.2V88.9s1.3-1.5 1.2-5.7c-.1-4.2-7.1-10.3-8-10-1 .2-9.9 7.8-10.6 9.6-.8 1.8-1.8-6.5-.1-7.2 1.7-.8-4-1.2-7.5 3-3.6 4.2-2.5 124.7-2.5 124.5z",fill:"#005121",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m467.5 224.1 40 .2-.3-18.6 14.6.2.1 18.4h39.8l.2 14.3-40 .2-.3 169.4h-14.2l-.2-169.6-39.7.2V224z",fillRule:"evenodd"}),s.jsx("path",{d:"M122 82s-2.2-.4-4 0 2.7-19.5 2.7-21.2c1.5-.7 9.2-2 9-7.5-.6-3.2-11.8.2-11.6 4.3-.8 2.1-8.1 23.1-6.7 30 2.6 2 7.4 1.7 10.6 1.1V82z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M124.2 53.2s-.6 3.7 2.7 4.3",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:".6",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m129.2 53.1-4.4 2.8m4.1-1.1-3 2.2m2-4.7-3.4 2",fill:"none",stroke:"#000",strokeWidth:".4",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m95.5 163.6 30.1 31.2c10.5-11.4 3.2-54.3-10.5-62.1-1.6 5-4.4 11.1-7.4 13-6.5 4.5-22.5 9.7-17.2 13 1.2-1.6 4.4-3.2 6 .5 1.7 6-6.7 6.3-6.7 6.3s-5.4-.6-6.3-6c-1-5.5 8-10.5 8.7-10.9.8-.2 12.4-3.3 14.4-13.7 2.4-10.1 5-8.6 5.4-8.8 15.2 1.5 25.2 28.7 25.7 47.9.6 19.1-7.7 31.8-9.3 32.7-1.5.8-36.2-41.3-36.2-41.3l3.3-1.8z",fill:"#ff9a08",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m117.5 134.4.1 56.5m-3.5-55.4.2 51.2m-3.9-43.8.2 40.8m-3.2-37.9.2 33.7m-3.4-32.2v28.5m-3.5-26.2V172m-3-20.8v17.3",fill:"none",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m95 167.1 31.1 35.6m1.5-58s14 30.8 1 56.1m-37.2-40.2s1-2.7 2.3-1.6m-4.8-6.2s-5.6 5-2.5 8.1",fill:"none",stroke:"#ffdf00",strokeLinecap:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M141 83s.5 4.3-.4 7.6 3.5 12.4 1.8 14.3m.5 8.8 11.8-.1",fill:"none",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M138.6 118.5c0 .2 1.4 6.2 1 10.3m2.8-8.2c-.3 1.3-5.2 15.2-5 15.7m8-22c0 .3-.4 8.9-1.7 10.1m7.7-10.7s7.7 17.8 7.6 24.9 2.6 21.3.8 27.6m-6-27.8s-.6 13.2-6.1 18.4c-5.5 5.2 13.2 19.9 13.2 19.9",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M153.6 175.9s2 18.2 5.6 19.5m-22.6-50c.1.1-1.9 12.2-.3 14.2 1.6 2 14.9 20.5 14.3 39.6m-3.7-5.7s-.4 11.6-11.1 12.5m7.9-20s3.2 12-7.7 19.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M147.9 156.9s12.3 12.8 12.8 18.4m-9.2-61.3s2.1 9 1.3 10.7",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M113.5 132.7s-1.3-2.3-1.1-4.9-.5-6.5 7.8-9.7c5-5 10.6-8.1 13.6-9.7 4.5-2.9 7.4-2.2 10-3.2 1.7-2 1.6-6.3 3.5-10.2 1.8-3.9 5-11.9 8.4-10.6 3.5 1.2.8 11.6-.5 15.2s-2.5 7.4-4.8 9.6c-2.3 2.3-12.8 6.3-14.8 7s-11.5 3-13.9 6.2c-2.4 3.3-2.2 8.2-8.2 10.3z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M112.8 125.8c.3-.1 4.2-1.3 6 2.1",fill:"none",stroke:"#000",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M142 55.2s-1.8 2.8-2.3 4.6c-.4 1.3-1.6-.1-2.2 2.7l1 .2c-.4.8-.5 2.2-.6 2.5-.1.3-.7 1.8-.6 3 0 .5 1.1 3 10.1-.8s-2.9-14.8-5.5-12.2z",fill:"#ffc6b5",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M140.9 55.6c1-.5 7.5-1.1 6.4 11.7 1.2-.2 2-.4 2.7.9.8 1.2.7 2.7 2 2.7 1.4 0 1.5-.3 1.9-1.3.3-1 5.5 1.2 6.9-3.4-.3-1-3.2-2.3-3.6-4 .8-2.3-.3-9.8-9.9-10.2-4.9 0-5.9 2-6.4 3.6z",fill:"#c59200",fillRule:"evenodd",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M140.4 58.1c.1.1 3 1 3.3 2.3",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M531.7 244.1c0 .5-.4 1-.9 1s-.9-.5-.9-1 .4-1 1-1 .8.5.8 1z",fillRule:"evenodd"}),s.jsx("path",{d:"M154.4 61.5s-1 5.1 3.6 7.1m-7-6.4s1.7 0 1.7 1.6c0 1.7-1.4 1.9-1.3 3.1 0 1.3 2.4 1.8 2.5 2.8m-10.5-16.9s8.2 1 7.8 3c-.5 2-1.8 1.2-1.7 3s3.2.6 3.2.6.2-1.4 1.6-1.3.7 1.6 2.6 1.6",fill:"none",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"m138.4 65.5 2-.1",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.3",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsx("path",{d:"M143.4 73.7s.8 3.4-2 3",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1pt",transform:"matrix(1.2096 0 0 1.2172 359.7 169.2)"}),s.jsxs("g",{strokeWidth:"1pt",children:[s.jsx("path",{d:"M0 0v28.5l343.6 226H387V226L43.3 0H0zm386.9 0v28.5l-343.6 226H0V226L343.6 0H387z",fill:"#fff"}),s.jsx("path",{d:"M161.2 0v254.4h64.5V.1h-64.5zM0 85v84.7h386.9V84.8H0z",fill:"#fff"}),s.jsx("path",{d:"M0 101.8v50.9h386.9v-50.9H0zM174.1.1v254.3h38.7V.1h-38.7zM0 254.4l129-84.8h28.8l-129 84.8H0zM0 .1l129 84.8h-29L0 19V0zm229.1 84.8L358.1 0h28.8l-129 84.8h-28.8zm157.8 169.5-129-84.8h28.9l100.1 65.9v19z",fill:"#c00"})]})]})}));exports.MS=e;
package/icons/flags/MT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var c=e.borderRadius,l=e.height,r=e.width;return React.createElement(a.FlagIconBase,{ref:t,borderRadius:c,height:l,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M21.333 3.667H12V21h9.333A2.667 2.667 0 0 0 24 18.333v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#CF142B"}),React.createElement("path",{d:"M2.667 3.667A2.667 2.667 0 0 0 0 6.332v12A2.667 2.667 0 0 0 2.667 21H12V3.666H2.667Z",fill:"#EEE"}),React.createElement("path",{d:"M1.103 6.77h5.794v1.793H1.103V6.77Z",fill:"#CF142B"}),React.createElement("path",{d:"M3.104 4.77h1.792v5.793H3.104V4.77Z",fill:"#CF142B"}),React.createElement("path",{d:"M3.14 9.128a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228Zm1.763 0a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228ZM3.14 7.497a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228Zm1.763 0a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228Z",fill:"#CF142B"}),React.createElement("path",{d:"M3.139 8.986a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944Zm1.764 0a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944ZM3.139 7.355a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944Zm1.764 0a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944Z",fill:"#99AAB5"}),React.createElement("path",{d:"M4.021 8.9a1.211 1.211 0 1 0 0-2.423 1.211 1.211 0 0 0 0 2.422Z",fill:"#CCD6DD"}),React.createElement("path",{d:"M3.333 5h1.334v5.333H3.333V5Z",fill:"#CCD6DD"}),React.createElement("path",{d:"M1.333 7h5.334v1.333H1.333V7Z",fill:"#CCD6DD"}),React.createElement("path",{d:"M4.021 8.525a.803.803 0 1 0 0-1.606.803.803 0 0 0 0 1.606Z",fill:"#B2C0C9"}),React.createElement("path",{d:"M4.431 7.682c.01-.012.022-.022.032-.032l.006-.004a.837.837 0 0 1 .082.048c.054.032.223-.044.146-.092-.066-.04-.132-.088-.213-.074a.335.335 0 0 0-.159.082 1.258 1.258 0 0 0-.019-.123c.013-.013.02-.028.017-.046-.008-.039.014-.081.027-.117.007-.017-.003-.029-.017-.036l.016-.025a.638.638 0 0 0 .072.02.175.175 0 0 0 .13-.034c.031-.024.021-.049-.014-.055-.063-.013-.121-.045-.18-.07-.038-.017-.095 0-.129.02-.022.011-.056.043-.02.06-.005.004-.01.147-.011.152-.03.063-.079-.356-.113.31h-.012a.95.95 0 0 1-.09-.276c.05-.01.018-.176.018-.21v-.019c0-.01.075-.017.07-.022.02-.013.078-.03.06-.045-.028-.023-.067-.007-.097.005-.01-.005-.01-.008-.019-.01h-.015c.036-.014.066-.038.057-.065-.005-.017-.01-.03 0-.047.045-.077-.14-.06-.171-.006a.117.117 0 0 0-.012.102c.008.025.041.034.076.03a.11.11 0 0 0-.046.044l-.002.006a.229.229 0 0 0-.079.017c-.107.046-.22.08-.321.14-.017.01-.063.041-.021.054a.158.158 0 0 0 .087-.004l.004.012a.299.299 0 0 0 .103.084c.04.02.095.01.13-.015.025-.015.05-.054.02-.075.012-.016.03-.028.046-.04a.555.555 0 0 0 .018.122.06.06 0 0 0 .015.026.184.184 0 0 0-.06.022c-.022.014-.048.044-.028.064a.557.557 0 0 0-.136.042c-.017.007-.054.028-.057.052l-.064.008c-.034.005-.09.021-.102.06a.259.259 0 0 0-.048.007c-.04.005-.113.023-.117.057-.005.062.026.112.052.164a.166.166 0 0 0-.049.088c-.016.08.17.051.185-.02.002-.01.003-.02.012-.028.024-.016.047-.049.026-.072.008-.006.014-.012.011-.016-.023-.046-.048-.09-.051-.14.01.004.02.006.031.006a.34.34 0 0 0 .114.174c.012.01.034.012.058.008a.065.065 0 0 0-.023.028.689.689 0 0 0-.039.176c-.003.024.016.048.04.054.077.018.14.055.202.103.065.05.226-.041.142-.106A.685.685 0 0 0 3.81 8.1a.427.427 0 0 1 .023-.1.062.062 0 0 0 .005-.031.289.289 0 0 0 .043-.02c.119-.073.264-.088.392-.146-.006.018.006.036.032.042.055.013.154.012.172.075.018.063-.003.14.038.195.037.052.215-.01.17-.072-.015-.022-.012-.064-.014-.089-.002-.04-.004-.08-.022-.117-.038-.072-.162-.077-.231-.094-.024-.005-.05-.036-.076-.028.002-.005-.002-.048-.014-.048h-.004l.001.032c.041-.003.08.015.106-.016Z",fill:"#99AAB5"}))}));exports.MT=t;
1
+ "use strict";var a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),c=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=a.forwardRef((function(a,i){var e=a.borderRadius,h=a.height,r=a.width;return c.jsxs(l.FlagIconBase,{ref:i,borderRadius:e,height:h,viewBox:"0 0 24 25",width:r,children:[c.jsx("path",{d:"M21.333 3.667H12V21h9.333A2.667 2.667 0 0 0 24 18.333v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#CF142B"}),c.jsx("path",{d:"M2.667 3.667A2.667 2.667 0 0 0 0 6.332v12A2.667 2.667 0 0 0 2.667 21H12V3.666H2.667Z",fill:"#EEE"}),c.jsx("path",{d:"M1.103 6.77h5.794v1.793H1.103V6.77Z",fill:"#CF142B"}),c.jsx("path",{d:"M3.104 4.77h1.792v5.793H3.104V4.77Z",fill:"#CF142B"}),c.jsx("path",{d:"M3.14 9.128a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228Zm1.763 0a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228ZM3.14 7.497a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228Zm1.763 0a.614.614 0 1 0 0-1.228.614.614 0 0 0 0 1.228Z",fill:"#CF142B"}),c.jsx("path",{d:"M3.139 8.986a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944Zm1.764 0a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944ZM3.139 7.355a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944Zm1.764 0a.472.472 0 1 0 0-.944.472.472 0 0 0 0 .944Z",fill:"#99AAB5"}),c.jsx("path",{d:"M4.021 8.9a1.211 1.211 0 1 0 0-2.423 1.211 1.211 0 0 0 0 2.422Z",fill:"#CCD6DD"}),c.jsx("path",{d:"M3.333 5h1.334v5.333H3.333V5Z",fill:"#CCD6DD"}),c.jsx("path",{d:"M1.333 7h5.334v1.333H1.333V7Z",fill:"#CCD6DD"}),c.jsx("path",{d:"M4.021 8.525a.803.803 0 1 0 0-1.606.803.803 0 0 0 0 1.606Z",fill:"#B2C0C9"}),c.jsx("path",{d:"M4.431 7.682c.01-.012.022-.022.032-.032l.006-.004a.837.837 0 0 1 .082.048c.054.032.223-.044.146-.092-.066-.04-.132-.088-.213-.074a.335.335 0 0 0-.159.082 1.258 1.258 0 0 0-.019-.123c.013-.013.02-.028.017-.046-.008-.039.014-.081.027-.117.007-.017-.003-.029-.017-.036l.016-.025a.638.638 0 0 0 .072.02.175.175 0 0 0 .13-.034c.031-.024.021-.049-.014-.055-.063-.013-.121-.045-.18-.07-.038-.017-.095 0-.129.02-.022.011-.056.043-.02.06-.005.004-.01.147-.011.152-.03.063-.079-.356-.113.31h-.012a.95.95 0 0 1-.09-.276c.05-.01.018-.176.018-.21v-.019c0-.01.075-.017.07-.022.02-.013.078-.03.06-.045-.028-.023-.067-.007-.097.005-.01-.005-.01-.008-.019-.01h-.015c.036-.014.066-.038.057-.065-.005-.017-.01-.03 0-.047.045-.077-.14-.06-.171-.006a.117.117 0 0 0-.012.102c.008.025.041.034.076.03a.11.11 0 0 0-.046.044l-.002.006a.229.229 0 0 0-.079.017c-.107.046-.22.08-.321.14-.017.01-.063.041-.021.054a.158.158 0 0 0 .087-.004l.004.012a.299.299 0 0 0 .103.084c.04.02.095.01.13-.015.025-.015.05-.054.02-.075.012-.016.03-.028.046-.04a.555.555 0 0 0 .018.122.06.06 0 0 0 .015.026.184.184 0 0 0-.06.022c-.022.014-.048.044-.028.064a.557.557 0 0 0-.136.042c-.017.007-.054.028-.057.052l-.064.008c-.034.005-.09.021-.102.06a.259.259 0 0 0-.048.007c-.04.005-.113.023-.117.057-.005.062.026.112.052.164a.166.166 0 0 0-.049.088c-.016.08.17.051.185-.02.002-.01.003-.02.012-.028.024-.016.047-.049.026-.072.008-.006.014-.012.011-.016-.023-.046-.048-.09-.051-.14.01.004.02.006.031.006a.34.34 0 0 0 .114.174c.012.01.034.012.058.008a.065.065 0 0 0-.023.028.689.689 0 0 0-.039.176c-.003.024.016.048.04.054.077.018.14.055.202.103.065.05.226-.041.142-.106A.685.685 0 0 0 3.81 8.1a.427.427 0 0 1 .023-.1.062.062 0 0 0 .005-.031.289.289 0 0 0 .043-.02c.119-.073.264-.088.392-.146-.006.018.006.036.032.042.055.013.154.012.172.075.018.063-.003.14.038.195.037.052.215-.01.17-.072-.015-.022-.012-.064-.014-.089-.002-.04-.004-.08-.022-.117-.038-.072-.162-.077-.231-.094-.024-.005-.05-.036-.076-.028.002-.005-.002-.048-.014-.048h-.004l.001.032c.041-.003.08.015.106-.016Z",fill:"#99AAB5"})]})}));exports.MT=i;
package/icons/flags/MU.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"},React.createElement("path",{d:"M0 360h640v120H0z",fill:"#00a04d"}),React.createElement("path",{d:"M0 120h640v120H0z",fill:"#151f6d"}),React.createElement("path",{d:"M0 0h640v120H0z",fill:"#ee2737"}),React.createElement("path",{d:"M0 240h640v120H0z",fill:"#ffcd00"})))}));exports.MU=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,d=e.height,t=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:a,height:d,viewBox:"0 0 640 480",width:t,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 360h640v120H0z",fill:"#00a04d"}),i.jsx("path",{d:"M0 120h640v120H0z",fill:"#151f6d"}),i.jsx("path",{d:"M0 0h640v120H0z",fill:"#ee2737"}),i.jsx("path",{d:"M0 240h640v120H0z",fill:"#ffcd00"})]})})}));exports.MU=s;
package/icons/flags/MV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,c=e.height,i=e.width;return React.createElement(r.FlagIconBase,{ref:t,borderRadius:a,height:c,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#d21034"}),React.createElement("path",{d:"M120 120h400v240H120z",fill:"#007e3a"}),React.createElement("circle",{cx:"350",cy:"240",fill:"#fff",r:"80"}),React.createElement("circle",{cx:"380",cy:"240",fill:"#007e3a",r:"80"}))}));exports.MV=t;
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,c=e.height,t=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:c,viewBox:"0 0 640 480",width:t,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#d21034"}),i.jsx("path",{d:"M120 120h400v240H120z",fill:"#007e3a"}),i.jsx("circle",{cx:"350",cy:"240",fill:"#fff",r:"80"}),i.jsx("circle",{cx:"380",cy:"240",fill:"#007e3a",r:"80"})]})}));exports.MV=s;
package/icons/flags/MW.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,m=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:m,viewBox:"0 0 24 25",width:l},React.createElement("path",{d:"M24 18.333A2.667 2.667 0 0 1 21.333 21H2.667A2.667 2.667 0 0 1 0 18.333v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.333v12Z",fill:"#77B255"}),React.createElement("path",{d:"M0 9h24v6.667H0V9Z",fill:"#DD2E44"}),React.createElement("path",{d:"M21.333 3.667H2.667A2.667 2.667 0 0 0 0 6.332V9h24V6.333a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#141414"}),React.createElement("path",{d:"M15.46 8.333a3.995 3.995 0 0 0-6.92 0h6.92Zm-3.661-4h.402L12 5.775l-.201-1.442Zm-1.01.12.396-.068.046 1.456-.442-1.388Zm-.975.289.38-.134.29 1.427-.67-1.293Zm-.912.449.351-.196.527 1.358-.878-1.162Zm-.823.596.313-.252.748 1.249-1.061-.997Zm-.712.727.268-.301.947 1.105-1.215-.804Zm-.577.837.211-.342 1.121.928-1.332-.586Zm.475.982L6.512 7.9l-.15.373.242.06h.661Zm10.237 0 .145-.036-.147-.371-.716.407h.718Zm-.487-1.3.208.34-1.334.582 1.126-.922Zm-.629-.8.263.302-1.218.798.955-1.1Zm-.755-.681.31.253-1.064.992.754-1.245Zm-.858-.544.347.197-.882 1.157.535-1.354Zm-.939-.392.376.136-.674 1.29.298-1.426Zm-.991-.227.393.07-.447 1.385.054-1.455Z",fill:"#DD2E44"}))}));exports.MW=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 Z=e.borderRadius,h=e.height,s=e.width;return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:Z,height:h,viewBox:"0 0 24 25",width:s,children:[i.jsx("path",{d:"M24 18.333A2.667 2.667 0 0 1 21.333 21H2.667A2.667 2.667 0 0 1 0 18.333v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.333v12Z",fill:"#77B255"}),i.jsx("path",{d:"M0 9h24v6.667H0V9Z",fill:"#DD2E44"}),i.jsx("path",{d:"M21.333 3.667H2.667A2.667 2.667 0 0 0 0 6.332V9h24V6.333a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#141414"}),i.jsx("path",{d:"M15.46 8.333a3.995 3.995 0 0 0-6.92 0h6.92Zm-3.661-4h.402L12 5.775l-.201-1.442Zm-1.01.12.396-.068.046 1.456-.442-1.388Zm-.975.289.38-.134.29 1.427-.67-1.293Zm-.912.449.351-.196.527 1.358-.878-1.162Zm-.823.596.313-.252.748 1.249-1.061-.997Zm-.712.727.268-.301.947 1.105-1.215-.804Zm-.577.837.211-.342 1.121.928-1.332-.586Zm.475.982L6.512 7.9l-.15.373.242.06h.661Zm10.237 0 .145-.036-.147-.371-.716.407h.718Zm-.487-1.3.208.34-1.334.582 1.126-.922Zm-.629-.8.263.302-1.218.798.955-1.1Zm-.755-.681.31.253-1.064.992.754-1.245Zm-.858-.544.347.197-.882 1.157.535-1.354Zm-.939-.392.376.136-.674 1.29.298-1.426Zm-.991-.227.393.07-.447 1.385.054-1.455Z",fill:"#DD2E44"})]})}));exports.MW=a;
package/icons/flags/MX.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react"),a=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=l.forwardRef((function(l,c){var e=l.borderRadius,h=l.height,t=l.width;return React.createElement(a.FlagIconBase,{ref:c,borderRadius:e,height:h,viewBox:"0 0 24 25",width:t},React.createElement("path",{d:"M2.667 3.667A2.667 2.667 0 0 0 0 6.332v12A2.667 2.667 0 0 0 2.667 21h4.666V3.666H2.667Z",fill:"#006847"}),React.createElement("path",{d:"M21.333 3.667h-4.666V21h4.666A2.667 2.667 0 0 0 24 18.333v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#CE1126"}),React.createElement("path",{d:"M7.333 3.667h9.334V21H7.333V3.666Z",fill:"#EEE"}),React.createElement("path",{d:"M15.333 12.333a3.333 3.333 0 1 1-6.666 0H8a4 4 0 0 0 8 0h-.667Z",fill:"#A6D388"}),React.createElement("path",{d:"M9.029 13.846a.332.332 0 0 0-.449-.145.334.334 0 0 0-.146.448c.06.118.126.234.197.344v.001l.003.004.005.008.002.005.001.001.003.003v.001l.002.003v.002l.002.003v.001l.002.004.001.001.002.003.001.002.002.002v.002l.002.003h.001l.001.003.002.004.001.001.002.003v.002l.005.006v.001l.004.005c.034.052.07.101.107.151a.332.332 0 0 0 .465.067.332.332 0 0 0 .068-.466 3.974 3.974 0 0 1-.286-.473Zm-.332-1.055a3.523 3.523 0 0 1-.03-.555.333.333 0 0 0-.324-.343l-.024.001a.333.333 0 0 0-.318.323c-.002.07-.002.138-.001.208v.082l.001.002v.024l.001.002v.02l.001.006v.007c.006.107.017.213.031.318a.333.333 0 0 0 .375.283.335.335 0 0 0 .288-.378Zm3.53 2.867h-.004l-.083.006a3.39 3.39 0 0 1-.473-.014.334.334 0 0 0-.067.663l.083.008h.008l.004.001h.016l.004.001.003.001h.021c.102.007.204.01.306.009h.026l.005-.001h.052l.004-.001h.013l.004-.001h.019l.003-.001h.012l.084-.005a.33.33 0 0 0 .302-.35.328.328 0 0 0-.342-.316Zm-1.626-.299a3.375 3.375 0 0 1-.483-.274.33.33 0 0 0-.202-.058.333.333 0 0 0-.175.607v.001l.004.002.004.004.004.003.004.003c.178.121.366.227.562.318a.332.332 0 0 0 .442-.162.332.332 0 0 0-.16-.444Zm3.353-.265a.331.331 0 0 0-.165.053 3.419 3.419 0 0 1-.49.258.332.332 0 0 0 .142.64.352.352 0 0 0 .116-.025l.089-.04h.001l.004-.003h.002l.002-.002h.003l.003-.001.001-.001.004-.001.001-.001.002-.002.004-.001h.002l.003-.002h.001l.004-.002h.001l.003-.003h.002l.004-.002h.001l.004-.002.004-.002.001-.001.004-.002h.001l.004-.003.005-.001.005-.003h.001l.003-.002h.001l.004-.003.006-.001.004-.003.005-.003.01-.004.005-.002.009-.006.005-.002.004-.002h.001l.01-.005.003-.002h.001l.015-.008.004-.001.01-.006.004-.002h.001c0-.001.002-.002.005-.002a.008.008 0 0 1 .004-.003l.005-.003.004-.002.01-.004.005-.003.004-.003.005-.002.004-.002h.001l.004-.003.005-.003.005-.002v-.001l.004-.001.001-.001.003-.002h.002l.003-.003h.001l.004-.002.001-.001.004-.001v-.001l.005-.002h.001l.003-.003h.001l.004-.002.001-.001.003-.002h.002l.003-.002.002-.001.002-.002.002-.001.002-.001.002-.002.004-.001h.002l.002-.002.002-.001.003-.002.001-.001.003-.001.003-.002.002-.002h.003l.001-.002.003-.001.002-.001.002-.002.003-.001.002-.002h.002c.001-.001.004-.001.005-.003-.001 0-.001 0 0 0l.003-.002.004-.003H14l.004-.003.008-.004.006-.004a.062.062 0 0 1 .013-.007c.043-.025.086-.051.127-.078a.333.333 0 0 0 .102-.46.37.37 0 0 0-.305-.15Zm1.714-3.079-.016.001a.333.333 0 0 0-.32.332c0 .185-.016.371-.047.553a.334.334 0 1 0 .658.112v-.005l.001-.001v-.008l.001-.001v-.006c.002 0 .002-.002.002-.003v-.004c.014-.086.026-.172.034-.26v-.003l.001-.003v-.008l.001-.002V12.7l.002-.001-.002-.002v-.003c.002 0 .002-.001.002-.002v-.012l.001-.002v-.001c.009-.109.014-.219.014-.33a.334.334 0 0 0-.332-.333Zm-.295 1.798a.334.334 0 0 0-.454.13 3.173 3.173 0 0 1-.308.462.333.333 0 0 0 .522.414 4.417 4.417 0 0 0 .227-.316v-.001l.003-.004.003-.005.003-.004.003-.004a.007.007 0 0 0 .002-.005h.001l.003-.005.002-.004.003-.004.001-.002.001-.003.002-.001.002-.004h.001l.001-.004.001-.001.003-.003v-.001l.002-.003.001-.002.003-.002.001-.002v-.003l.002-.001.002-.004v-.001l.003-.004.001-.001.001-.003.002-.002.001-.002.001-.002.002-.003.001-.002.001-.002.002-.002.001-.002.001-.003.002-.002.002-.003.002-.002v-.002l.001-.002.002-.003.002-.002v-.002l.003-.003v-.002l.002-.003.001-.001.001-.002.002-.004.002-.002v-.001l.002-.003c0-.001 0-.002.002-.002v-.002l.002-.003.002-.003.001-.002.001-.002c0-.001 0-.002.002-.002l.001-.003.001-.001.002-.004.001-.001.001-.003.002-.001.001-.003.001-.002.002-.004v-.001l.002-.003.001-.002.003-.003.002-.005.001-.001.001-.004.004-.004.002-.004.002-.005.002-.001.016-.031a.332.332 0 0 0-.132-.448Z",fill:"#5C913B"}),React.createElement("path",{d:"M12 15c1.105 0 2-.299 2-.667 0-.368-.895-.667-2-.667s-2 .299-2 .667c0 .368.895.667 2 .667Z",fill:"#55ACEE"}),React.createElement("path",{d:"M12.333 15c.553 0 1-.299 1-.667 0-.368-.447-.667-1-.667-.552 0-1 .299-1 .667 0 .368.448.667 1 .667Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M12.745 14.516a.333.333 0 0 1-.293-.493c.106-.196.218-.374.334-.53a6.669 6.669 0 0 1-.287.006c-.184 0-.352-.15-.352-.334 0-.184.13-.333.315-.333h.055c.197 0 .4-.011.581-.028a.327.327 0 0 1 .273.104 1.609 1.609 0 0 1 .215-.128.326.326 0 0 1 .141-.063l.024-.004a.837.837 0 0 1 .249-.046.332.332 0 0 1 .318.431c-.055.177-.177.217-.39.26a.8.8 0 0 0-.16.085.338.338 0 0 1-.399-.022.333.333 0 0 1-.001.409 3.664 3.664 0 0 0-.33.512.332.332 0 0 1-.293.174Zm-.947-1.06a.33.33 0 0 1-.044-.002 4.656 4.656 0 0 1-.704-.147.333.333 0 0 1-.225-.415l.004-.013-.008.015a.333.333 0 0 1-.454.128 2.753 2.753 0 0 1-.604-.454.334.334 0 0 1 .471-.471c.131.131.285.246.459.343.142.08.204.25.152.398a.334.334 0 0 1 .394-.17c.184.054.386.096.6.125a.333.333 0 0 1-.041.664Zm-1.635-1.559c-.284 0-.651-.11-.874-.372-.341-.403-.542-.92-.511-1.316.008-.106-.095-.191-.197-.218-.058-.015-.16-.024-.208.079a.167.167 0 0 1-.303-.14c.105-.226.338-.327.595-.261.239.062.468.276.445.566-.024.308.15.74.433 1.074.149.176.408.247.584.254.143.007.216-.026.231-.04-.037-.088-.531-.348-.742-.459-.18-.094-.233-.223-.246-.315-.045-.303.267-.61.568-.906.106-.105.207-.204.261-.276.062-.082.052-.137.04-.171-.046-.125-.245-.248-.485-.301-.222-.05-.372-.157-.445-.32-.097-.214-.046-.494.156-.856a.166.166 0 1 1 .291.162c-.19.341-.171.496-.143.558.028.061.099.104.213.13.282.062.621.23.725.51.06.162.03.335-.085.488-.07.092-.179.2-.294.314-.172.169-.493.484-.472.62.004.028.04.053.071.068.501.263.834.453.902.686a.304.304 0 0 1-.028.239c-.065.113-.2.182-.39.2a.989.989 0 0 1-.092.003Z",fill:"#5C913B"}),React.createElement("path",{d:"M13 13c.184 0 .333-.299.333-.667 0-.368-.149-.667-.333-.667-.184 0-.333.299-.333.667 0 .368.149.667.333.667Zm-1.472-1.208c0 .192-.23.347-.514.347-.283 0-.514-.155-.514-.347 0-.192.23-.347.514-.347.283 0 .514.155.514.347Zm-.791-3.085c.033.142-.152.307-.413.369s-.5-.003-.534-.144c-.033-.142.151-.307.412-.37.262-.06.501.003.535.145Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M15.022 12.303c.06.047.162-.486.147-.652 0-.011-.02-.364.055-.616.046-.085.049-.722-.022-.889.056-.005.123-.023.131-.09-.258.095-.319-.545-.568-.913-.241-.369-.54-.584-.853-.808a.653.653 0 0 1 .108-.18c-.383.192-.98-.503-1.863-.451-.198.02-.292.031-.343.153-.165.013-.332.05-.332.267 0 .052.047.147.153.147.144.042.261.01.359.211l.026.208s-.129-.165-.2-.19l.044-.09c-.067-.038-.185-.007-.185-.007s-.256-.12-.462-.088l-.04-.166c-.036.102-.117.097-.128.194-.023-.07-.053-.156-.074-.225-.073.099-.052.205-.078.308-.028.024-.085.025-.1-.041-.007-.082-.017-.089-.017-.186-.052.092-.115.136-.135.293l-.056-.173c.002.204-.174.326-.34.471-.048.087.007.087.011.132l.088.044.158-.011c.026.032.005.035.073.056.184.051.414-.17.594.178-.083.069-.166.231-.14.262.034 0-.066.046.068.004a1.17 1.17 0 0 0-.234.326c-.016.038.056-.006.041.064l.033-.004c-.319.346-.01.717-.044.916.053.086.06-.002.126-.01.056.245.218.394.316.588l-.208.002c.005.092.088.179.154.26l-.139.044a.753.753 0 0 0-.235.182c-.046.112.222.139.352.159l-.005.135c.202.02.435-.04.435-.052l.051-.039.114.063c.038 0 .097-.152.07-.269.073.087.143.228.216.316l.069-.01c.062.1.148.199.211.298l.07.027c.04-.014.075-.019.097-.099l.032.056.111-.076.077-.015.058.094c.034-.012.068-.086.07-.165.034.069.044.063.069.081l.051-.108.277.259.21.012c.074.05.279.083.313 0 .168.073.366-.009.356-.089a.71.71 0 0 0 .393.01c.029-.003.102-.075.033-.129-.512-.356-1.27-.945-1.562-1.087 0-.106-.08-.485-.165-.589l.07-.116c.199.186.27.168.377.197.113.09.152.227.266.352l.101.018a1.721 1.721 0 0 0-.37-.582c.11.055.291.201.413.307.08.134.103.24.176.409.054.034.108.158.101.055-.013-.194-.15-.501-.15-.523.218.172.215.44.281.603.056.083.084.193.108.167l-.064-.504-.038-.184c.161.092.218.446.294.87 0 .067.027.141.023.184.035.043.074.161.073.091 0 0 0-.69-.047-.847-.012-.085.02-.222.02-.222l.18.881v.21l.089.089c.016-.174.036-.346.054-.518l-.066-.616v-.176c-.002-.062.056-.051.093.02.009.151.009.269.015.42.026.172.044.298.056.517.008.177.016.603.053.595Z",fill:"#C1694F"}))}));exports.MX=c;
1
+ "use strict";var l=require("react"),c=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var h=l.forwardRef((function(l,h){var v=l.borderRadius,s=l.height,e=l.width;return a.jsxs(c.FlagIconBase,{ref:h,borderRadius:v,height:s,viewBox:"0 0 24 25",width:e,children:[a.jsx("path",{d:"M2.667 3.667A2.667 2.667 0 0 0 0 6.332v12A2.667 2.667 0 0 0 2.667 21h4.666V3.666H2.667Z",fill:"#006847"}),a.jsx("path",{d:"M21.333 3.667h-4.666V21h4.666A2.667 2.667 0 0 0 24 18.333v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#CE1126"}),a.jsx("path",{d:"M7.333 3.667h9.334V21H7.333V3.666Z",fill:"#EEE"}),a.jsx("path",{d:"M15.333 12.333a3.333 3.333 0 1 1-6.666 0H8a4 4 0 0 0 8 0h-.667Z",fill:"#A6D388"}),a.jsx("path",{d:"M9.029 13.846a.332.332 0 0 0-.449-.145.334.334 0 0 0-.146.448c.06.118.126.234.197.344v.001l.003.004.005.008.002.005.001.001.003.003v.001l.002.003v.002l.002.003v.001l.002.004.001.001.002.003.001.002.002.002v.002l.002.003h.001l.001.003.002.004.001.001.002.003v.002l.005.006v.001l.004.005c.034.052.07.101.107.151a.332.332 0 0 0 .465.067.332.332 0 0 0 .068-.466 3.974 3.974 0 0 1-.286-.473Zm-.332-1.055a3.523 3.523 0 0 1-.03-.555.333.333 0 0 0-.324-.343l-.024.001a.333.333 0 0 0-.318.323c-.002.07-.002.138-.001.208v.082l.001.002v.024l.001.002v.02l.001.006v.007c.006.107.017.213.031.318a.333.333 0 0 0 .375.283.335.335 0 0 0 .288-.378Zm3.53 2.867h-.004l-.083.006a3.39 3.39 0 0 1-.473-.014.334.334 0 0 0-.067.663l.083.008h.008l.004.001h.016l.004.001.003.001h.021c.102.007.204.01.306.009h.026l.005-.001h.052l.004-.001h.013l.004-.001h.019l.003-.001h.012l.084-.005a.33.33 0 0 0 .302-.35.328.328 0 0 0-.342-.316Zm-1.626-.299a3.375 3.375 0 0 1-.483-.274.33.33 0 0 0-.202-.058.333.333 0 0 0-.175.607v.001l.004.002.004.004.004.003.004.003c.178.121.366.227.562.318a.332.332 0 0 0 .442-.162.332.332 0 0 0-.16-.444Zm3.353-.265a.331.331 0 0 0-.165.053 3.419 3.419 0 0 1-.49.258.332.332 0 0 0 .142.64.352.352 0 0 0 .116-.025l.089-.04h.001l.004-.003h.002l.002-.002h.003l.003-.001.001-.001.004-.001.001-.001.002-.002.004-.001h.002l.003-.002h.001l.004-.002h.001l.003-.003h.002l.004-.002h.001l.004-.002.004-.002.001-.001.004-.002h.001l.004-.003.005-.001.005-.003h.001l.003-.002h.001l.004-.003.006-.001.004-.003.005-.003.01-.004.005-.002.009-.006.005-.002.004-.002h.001l.01-.005.003-.002h.001l.015-.008.004-.001.01-.006.004-.002h.001c0-.001.002-.002.005-.002a.008.008 0 0 1 .004-.003l.005-.003.004-.002.01-.004.005-.003.004-.003.005-.002.004-.002h.001l.004-.003.005-.003.005-.002v-.001l.004-.001.001-.001.003-.002h.002l.003-.003h.001l.004-.002.001-.001.004-.001v-.001l.005-.002h.001l.003-.003h.001l.004-.002.001-.001.003-.002h.002l.003-.002.002-.001.002-.002.002-.001.002-.001.002-.002.004-.001h.002l.002-.002.002-.001.003-.002.001-.001.003-.001.003-.002.002-.002h.003l.001-.002.003-.001.002-.001.002-.002.003-.001.002-.002h.002c.001-.001.004-.001.005-.003-.001 0-.001 0 0 0l.003-.002.004-.003H14l.004-.003.008-.004.006-.004a.062.062 0 0 1 .013-.007c.043-.025.086-.051.127-.078a.333.333 0 0 0 .102-.46.37.37 0 0 0-.305-.15Zm1.714-3.079-.016.001a.333.333 0 0 0-.32.332c0 .185-.016.371-.047.553a.334.334 0 1 0 .658.112v-.005l.001-.001v-.008l.001-.001v-.006c.002 0 .002-.002.002-.003v-.004c.014-.086.026-.172.034-.26v-.003l.001-.003v-.008l.001-.002V12.7l.002-.001-.002-.002v-.003c.002 0 .002-.001.002-.002v-.012l.001-.002v-.001c.009-.109.014-.219.014-.33a.334.334 0 0 0-.332-.333Zm-.295 1.798a.334.334 0 0 0-.454.13 3.173 3.173 0 0 1-.308.462.333.333 0 0 0 .522.414 4.417 4.417 0 0 0 .227-.316v-.001l.003-.004.003-.005.003-.004.003-.004a.007.007 0 0 0 .002-.005h.001l.003-.005.002-.004.003-.004.001-.002.001-.003.002-.001.002-.004h.001l.001-.004.001-.001.003-.003v-.001l.002-.003.001-.002.003-.002.001-.002v-.003l.002-.001.002-.004v-.001l.003-.004.001-.001.001-.003.002-.002.001-.002.001-.002.002-.003.001-.002.001-.002.002-.002.001-.002.001-.003.002-.002.002-.003.002-.002v-.002l.001-.002.002-.003.002-.002v-.002l.003-.003v-.002l.002-.003.001-.001.001-.002.002-.004.002-.002v-.001l.002-.003c0-.001 0-.002.002-.002v-.002l.002-.003.002-.003.001-.002.001-.002c0-.001 0-.002.002-.002l.001-.003.001-.001.002-.004.001-.001.001-.003.002-.001.001-.003.001-.002.002-.004v-.001l.002-.003.001-.002.003-.003.002-.005.001-.001.001-.004.004-.004.002-.004.002-.005.002-.001.016-.031a.332.332 0 0 0-.132-.448Z",fill:"#5C913B"}),a.jsx("path",{d:"M12 15c1.105 0 2-.299 2-.667 0-.368-.895-.667-2-.667s-2 .299-2 .667c0 .368.895.667 2 .667Z",fill:"#55ACEE"}),a.jsx("path",{d:"M12.333 15c.553 0 1-.299 1-.667 0-.368-.447-.667-1-.667-.552 0-1 .299-1 .667 0 .368.448.667 1 .667Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M12.745 14.516a.333.333 0 0 1-.293-.493c.106-.196.218-.374.334-.53a6.669 6.669 0 0 1-.287.006c-.184 0-.352-.15-.352-.334 0-.184.13-.333.315-.333h.055c.197 0 .4-.011.581-.028a.327.327 0 0 1 .273.104 1.609 1.609 0 0 1 .215-.128.326.326 0 0 1 .141-.063l.024-.004a.837.837 0 0 1 .249-.046.332.332 0 0 1 .318.431c-.055.177-.177.217-.39.26a.8.8 0 0 0-.16.085.338.338 0 0 1-.399-.022.333.333 0 0 1-.001.409 3.664 3.664 0 0 0-.33.512.332.332 0 0 1-.293.174Zm-.947-1.06a.33.33 0 0 1-.044-.002 4.656 4.656 0 0 1-.704-.147.333.333 0 0 1-.225-.415l.004-.013-.008.015a.333.333 0 0 1-.454.128 2.753 2.753 0 0 1-.604-.454.334.334 0 0 1 .471-.471c.131.131.285.246.459.343.142.08.204.25.152.398a.334.334 0 0 1 .394-.17c.184.054.386.096.6.125a.333.333 0 0 1-.041.664Zm-1.635-1.559c-.284 0-.651-.11-.874-.372-.341-.403-.542-.92-.511-1.316.008-.106-.095-.191-.197-.218-.058-.015-.16-.024-.208.079a.167.167 0 0 1-.303-.14c.105-.226.338-.327.595-.261.239.062.468.276.445.566-.024.308.15.74.433 1.074.149.176.408.247.584.254.143.007.216-.026.231-.04-.037-.088-.531-.348-.742-.459-.18-.094-.233-.223-.246-.315-.045-.303.267-.61.568-.906.106-.105.207-.204.261-.276.062-.082.052-.137.04-.171-.046-.125-.245-.248-.485-.301-.222-.05-.372-.157-.445-.32-.097-.214-.046-.494.156-.856a.166.166 0 1 1 .291.162c-.19.341-.171.496-.143.558.028.061.099.104.213.13.282.062.621.23.725.51.06.162.03.335-.085.488-.07.092-.179.2-.294.314-.172.169-.493.484-.472.62.004.028.04.053.071.068.501.263.834.453.902.686a.304.304 0 0 1-.028.239c-.065.113-.2.182-.39.2a.989.989 0 0 1-.092.003Z",fill:"#5C913B"}),a.jsx("path",{d:"M13 13c.184 0 .333-.299.333-.667 0-.368-.149-.667-.333-.667-.184 0-.333.299-.333.667 0 .368.149.667.333.667Zm-1.472-1.208c0 .192-.23.347-.514.347-.283 0-.514-.155-.514-.347 0-.192.23-.347.514-.347.283 0 .514.155.514.347Zm-.791-3.085c.033.142-.152.307-.413.369s-.5-.003-.534-.144c-.033-.142.151-.307.412-.37.262-.06.501.003.535.145Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M15.022 12.303c.06.047.162-.486.147-.652 0-.011-.02-.364.055-.616.046-.085.049-.722-.022-.889.056-.005.123-.023.131-.09-.258.095-.319-.545-.568-.913-.241-.369-.54-.584-.853-.808a.653.653 0 0 1 .108-.18c-.383.192-.98-.503-1.863-.451-.198.02-.292.031-.343.153-.165.013-.332.05-.332.267 0 .052.047.147.153.147.144.042.261.01.359.211l.026.208s-.129-.165-.2-.19l.044-.09c-.067-.038-.185-.007-.185-.007s-.256-.12-.462-.088l-.04-.166c-.036.102-.117.097-.128.194-.023-.07-.053-.156-.074-.225-.073.099-.052.205-.078.308-.028.024-.085.025-.1-.041-.007-.082-.017-.089-.017-.186-.052.092-.115.136-.135.293l-.056-.173c.002.204-.174.326-.34.471-.048.087.007.087.011.132l.088.044.158-.011c.026.032.005.035.073.056.184.051.414-.17.594.178-.083.069-.166.231-.14.262.034 0-.066.046.068.004a1.17 1.17 0 0 0-.234.326c-.016.038.056-.006.041.064l.033-.004c-.319.346-.01.717-.044.916.053.086.06-.002.126-.01.056.245.218.394.316.588l-.208.002c.005.092.088.179.154.26l-.139.044a.753.753 0 0 0-.235.182c-.046.112.222.139.352.159l-.005.135c.202.02.435-.04.435-.052l.051-.039.114.063c.038 0 .097-.152.07-.269.073.087.143.228.216.316l.069-.01c.062.1.148.199.211.298l.07.027c.04-.014.075-.019.097-.099l.032.056.111-.076.077-.015.058.094c.034-.012.068-.086.07-.165.034.069.044.063.069.081l.051-.108.277.259.21.012c.074.05.279.083.313 0 .168.073.366-.009.356-.089a.71.71 0 0 0 .393.01c.029-.003.102-.075.033-.129-.512-.356-1.27-.945-1.562-1.087 0-.106-.08-.485-.165-.589l.07-.116c.199.186.27.168.377.197.113.09.152.227.266.352l.101.018a1.721 1.721 0 0 0-.37-.582c.11.055.291.201.413.307.08.134.103.24.176.409.054.034.108.158.101.055-.013-.194-.15-.501-.15-.523.218.172.215.44.281.603.056.083.084.193.108.167l-.064-.504-.038-.184c.161.092.218.446.294.87 0 .067.027.141.023.184.035.043.074.161.073.091 0 0 0-.69-.047-.847-.012-.085.02-.222.02-.222l.18.881v.21l.089.089c.016-.174.036-.346.054-.518l-.066-.616v-.176c-.002-.062.056-.051.093.02.009.151.009.269.015.42.026.172.044.298.056.517.008.177.016.603.053.595Z",fill:"#C1694F"})]})}));exports.MX=h;
package/icons/flags/MY.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,l=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:n,viewBox:"0 0 640 480",width:l},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#cc0001"}),React.createElement("path",{d:"M0 445.8h640V480H0z",fill:"#fff",id:"".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(0 -68.6)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(0 -137.2)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(0 -205.8)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(0 -274.3)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(0 -343)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("use",{height:"100%",transform:"translate(0 -411.5)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("path",{d:"M0 0h372.6v274.3H0z",fill:"#010066"}),React.createElement("g",{fill:"#fc0"},React.createElement("path",{d:"M149.7 48.5c-49 0-88.9 39.7-88.9 88.6a88.8 88.8 0 0 0 89 88.6 88.7 88.7 0 0 0 48-14 78.9 78.9 0 0 1-25.8 4.2 78.7 78.7 0 0 1-78.8-78.5 78.7 78.7 0 0 1 106.2-73.7 88.7 88.7 0 0 0-49.7-15.2z"}),React.createElement("path",{d:"m297.1 183.2-37.4-19.5 11 40-25-33.5-7.8 40.7-7.7-40.7-25.1 33.4 11.2-40-37.6 19.5 28-31.3-42.5 1.6 39-16.3-39-16.5 42.5 1.7L178.9 91l37.4 19.5-11-40 25 33.5 7.8-40.7 7.7 40.7 25.1-33.3-11.2 39.9 37.6-19.4-28 31.2 42.5-1.6-39 16.4 39 16.5-42.5-1.8z"})))}));exports.MY=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:"#cc0001"}),r.jsx("path",{d:"M0 445.8h640V480H0z",fill:"#fff",id:"".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(0 -68.6)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(0 -137.2)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(0 -205.8)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(0 -274.3)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(0 -343)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("use",{height:"100%",transform:"translate(0 -411.5)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("path",{d:"M0 0h372.6v274.3H0z",fill:"#010066"}),r.jsxs("g",{fill:"#fc0",children:[r.jsx("path",{d:"M149.7 48.5c-49 0-88.9 39.7-88.9 88.6a88.8 88.8 0 0 0 89 88.6 88.7 88.7 0 0 0 48-14 78.9 78.9 0 0 1-25.8 4.2 78.7 78.7 0 0 1-78.8-78.5 78.7 78.7 0 0 1 106.2-73.7 88.7 88.7 0 0 0-49.7-15.2z"}),r.jsx("path",{d:"m297.1 183.2-37.4-19.5 11 40-25-33.5-7.8 40.7-7.7-40.7-25.1 33.4 11.2-40-37.6 19.5 28-31.3-42.5 1.6 39-16.3-39-16.5 42.5 1.7L178.9 91l37.4 19.5-11-40 25 33.5 7.8-40.7 7.7 40.7 25.1-33.3-11.2 39.9 37.6-19.4-28 31.2 42.5-1.6-39 16.4 39 16.5-42.5-1.8z"})]})]})}));exports.MY=s;
package/icons/flags/MZ.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.222a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.222v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.222v12Z",fill:"#FCE100"}),React.createElement("path",{d:"M0 8.889h24v6.667H0V8.889Z",fill:"#141414"}),React.createElement("path",{d:"M21.333 3.555H2.667A2.667 2.667 0 0 0 0 6.222V8.89h24V6.222a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#007168"}),React.createElement("path",{d:"M0 8.889h24v.667H0v-.667Zm0 6h24v.667H0v-.667Z",fill:"#EEE"}),React.createElement("path",{d:"m.875 20.186 10.48-7.921L.887 4.25A2.65 2.65 0 0 0 0 6.222v12c0 .78.341 1.476.875 1.963Z",fill:"#DD2E44"}),React.createElement("path",{d:"M6.319 15.597 4.138 14 1.96 15.597l.845-2.567-2.192-1.578 2.703.01.823-2.572.826 2.573 2.7-.011-2.192 1.58.846 2.565Z",fill:"#FCE100"}),React.createElement("path",{d:"M2.246 14.023h1.57c.127.142.41.2.678 0 .492-.27 1.445 0 1.445 0l.187-.199-.457-1.5-.164-.176s-.352-.211-1.02-.14c-.668.07-.903-.025-.903-.025s-.586.071-.75.153c-.018.015-.188.187-.188.187l-.398 1.7Z",fill:"#141414"}),React.createElement("path",{d:"M2.246 13.806h1.57c.127.142.41.2.678-.001.492-.27 1.445.001 1.445.001l.187-.2-.457-1.5-.164-.175s-.352-.212-1.02-.14c-.668.07-.903-.025-.903-.025s-.586.07-.75.153a9.9 9.9 0 0 0-.188.187l-.398 1.7Z",fill:"#fff"}),React.createElement("path",{d:"m1.475 11.563.842-1.234.516.083.297-.307 1.027 1.26.824-.586.505-.422.303.187 1.071-.691-.969.908-.803.57-.64.289 2.162 2.547-.283.201-2.06-2.5-.668.537.878.28-.028.421-1.234-.34.056.873-.285.123-.252-.503-1.09 1.278-.393-.674 1.234-1.037.028-.365.674-.617.196-.028.561-.225-.842-.897-1.124 1.568-.481-.58",fill:"#141414"}))}));exports.MZ=a;
1
+ "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=l.forwardRef((function(l,a){var i=l.borderRadius,r=l.height,h=l.width;return s.jsxs(e.FlagIconBase,{ref:a,borderRadius:i,height:r,viewBox:"0 0 24 25",width:h,children:[s.jsx("path",{d:"M24 18.222a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.222v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.222v12Z",fill:"#FCE100"}),s.jsx("path",{d:"M0 8.889h24v6.667H0V8.889Z",fill:"#141414"}),s.jsx("path",{d:"M21.333 3.555H2.667A2.667 2.667 0 0 0 0 6.222V8.89h24V6.222a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#007168"}),s.jsx("path",{d:"M0 8.889h24v.667H0v-.667Zm0 6h24v.667H0v-.667Z",fill:"#EEE"}),s.jsx("path",{d:"m.875 20.186 10.48-7.921L.887 4.25A2.65 2.65 0 0 0 0 6.222v12c0 .78.341 1.476.875 1.963Z",fill:"#DD2E44"}),s.jsx("path",{d:"M6.319 15.597 4.138 14 1.96 15.597l.845-2.567-2.192-1.578 2.703.01.823-2.572.826 2.573 2.7-.011-2.192 1.58.846 2.565Z",fill:"#FCE100"}),s.jsx("path",{d:"M2.246 14.023h1.57c.127.142.41.2.678 0 .492-.27 1.445 0 1.445 0l.187-.199-.457-1.5-.164-.176s-.352-.211-1.02-.14c-.668.07-.903-.025-.903-.025s-.586.071-.75.153c-.018.015-.188.187-.188.187l-.398 1.7Z",fill:"#141414"}),s.jsx("path",{d:"M2.246 13.806h1.57c.127.142.41.2.678-.001.492-.27 1.445.001 1.445.001l.187-.2-.457-1.5-.164-.175s-.352-.212-1.02-.14c-.668.07-.903-.025-.903-.025s-.586.07-.75.153a9.9 9.9 0 0 0-.188.187l-.398 1.7Z",fill:"#fff"}),s.jsx("path",{d:"m1.475 11.563.842-1.234.516.083.297-.307 1.027 1.26.824-.586.505-.422.303.187 1.071-.691-.969.908-.803.57-.64.289 2.162 2.547-.283.201-2.06-2.5-.668.537.878.28-.028.421-1.234-.34.056.873-.285.123-.252-.503-1.09 1.278-.393-.674 1.234-1.037.028-.365.674-.617.196-.028.561-.225-.842-.897-1.124 1.568-.481-.58",fill:"#141414"})]})}));exports.MZ=a;
package/icons/flags/NA.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 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"m-26.4.2.8 345.6L512.5 0-26.4.2z",fill:"#3662a2"}),React.createElement("path",{d:"M666.4 479.6 665 120.3 122.3 479.8l544-.2z",fill:"#38a100"}),React.createElement("path",{d:"m-26 371.8.4 108.2 117.5-.1L665.4 95.4l-.7-94.1-116-1L-26 371.7z",fill:"#c70000"}),React.createElement("path",{d:"m219.6 172-21.8-13.2-12.6 22.1-12.2-22.2-22 12.9.6-25.4-25.4.2 13.2-21.8-22.1-12.5 22.2-12.3-12.8-22 25.4.6-.1-25.5 21.7 13.2L186.3 44l12.2 22.2 22-12.9-.6 25.4 25.4-.2-13.2 21.8 22.1 12.5-22.2 12.3 12.8 22-25.4-.6z",fill:"#ffe700"}),React.createElement("path",{d:"M232.4 112.4c0 25.6-20.9 46.3-46.6 46.3s-46.6-20.7-46.6-46.3 20.8-46.2 46.6-46.2 46.6 20.7 46.6 46.2z",fill:"#3662a2"}),React.createElement("path",{d:"M222.3 112.4a36.5 36.5 0 1 1-73 0 36.5 36.5 0 0 1 73 0z",fill:"#ffe700"})))}));exports.NA=a;
1
+ "use strict";var e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var s=a.borderRadius,t=a.height,d=a.width,f=e.useId();return l.jsxs(i.FlagIconBase,{ref:r,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(f,"-0"),children:l.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(f,"-0)"),fillRule:"evenodd",children:[l.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),l.jsx("path",{d:"m-26.4.2.8 345.6L512.5 0-26.4.2z",fill:"#3662a2"}),l.jsx("path",{d:"M666.4 479.6 665 120.3 122.3 479.8l544-.2z",fill:"#38a100"}),l.jsx("path",{d:"m-26 371.8.4 108.2 117.5-.1L665.4 95.4l-.7-94.1-116-1L-26 371.7z",fill:"#c70000"}),l.jsx("path",{d:"m219.6 172-21.8-13.2-12.6 22.1-12.2-22.2-22 12.9.6-25.4-25.4.2 13.2-21.8-22.1-12.5 22.2-12.3-12.8-22 25.4.6-.1-25.5 21.7 13.2L186.3 44l12.2 22.2 22-12.9-.6 25.4 25.4-.2-13.2 21.8 22.1 12.5-22.2 12.3 12.8 22-25.4-.6z",fill:"#ffe700"}),l.jsx("path",{d:"M232.4 112.4c0 25.6-20.9 46.3-46.6 46.3s-46.6-20.7-46.6-46.3 20.8-46.2 46.6-46.2 46.6 20.7 46.6 46.2z",fill:"#3662a2"}),l.jsx("path",{d:"M222.3 112.4a36.5 36.5 0 1 1-73 0 36.5 36.5 0 0 1 73 0z",fill:"#ffe700"})]})]})}));exports.NA=a;
package/icons/flags/NC.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",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),React.createElement("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})))}));exports.NC=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:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]})})}));exports.NC=t;
package/icons/flags/NE.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("path",{d:"M0 0h640v480H0z",fill:"#0db02b"}),React.createElement("path",{d:"M0 0h640v320H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"#e05206"}),React.createElement("circle",{cx:"320",cy:"240",fill:"#e05206",r:"68"}))}));exports.NE=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,l=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:l,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#0db02b"}),i.jsx("path",{d:"M0 0h640v320H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h640v160H0z",fill:"#e05206"}),i.jsx("circle",{cx:"320",cy:"240",fill:"#e05206",r:"68"})]})}));exports.NE=s;
package/icons/flags/NF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var e=c.forwardRef((function(c,e){var t=c.borderRadius,r=c.height,a=c.width;return React.createElement(s.FlagIconBase,{ref:e,borderRadius:t,height:r,viewBox:"0 0 640 480",width:a},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M194.8 0h250.4v480H194.8z",fill:"#fff"}),React.createElement("path",{d:"M0 0h194.8v480H0zm445.2 0H640v480H445.2z",fill:"#198200"}),React.createElement("path",{d:"M313.5 351.3v52.6l21.3.2s-6.8-45.8-3.1-52c3.7-6 7.2-5.2 7.2-5.2s13.9 4.2 15.4 3.5c1.5-.6-.2-5.2 7.2-4.6 2.4-.9 1.1-5 3.3-5.2 2.2-.3 44.5 11.8 53.7.4-2.4-6.4-10.7-.5-12.9-.2-2 0-10.3-4-15.1 0-4.4-3.3-24.4-5.5-24.4-5.5-2.6-2.6 47.6 1.3 50.5-.7 5.9-5.9-11-5.2-13.6-3.3a14.8 14.8 0 0 0-14.2-.6c-1.7-4.1-18-2.4-27-3.5-3-1.7-2.5-2.7-.5-3.8 19 .8 37.8 3.3 56.8 2.5 5.1-6.7-6.5-9.3-13.6-3.5-4.2-7-12.7-.3-18.4-1-5.7-.6-3-7.6 4.2-6.5 7.2 1 20.1-.4 22.5-3.7s-1.4-6.7-13.3-3.5c-4-4-13 0-17.1 1.3-5.6-3.1-18.5-.5-22.8.6-4.3-2.6 22.5-7 22.5-7 10.4-.2 16.3-2 19.5-2.8 15.7-8.4-.2-9.3-8.4-3.2-5.1-4-10 .3-14.6 1.8a38.2 38.2 0 0 1-13.4 2c0-.6 12.6-8.3 12.6-8.3s15.3-1.1 18.4-1.5c3-.5 18.8-8.5-2.7-3.1-7.4.6-11.8.2-14.7.4-16.5-1.7 1.6-3.3 1.6-3.3s23.4-2.1 23.7-3.3c.4-9-19.1-4.8-19.3-4.8 0-6.5-18.2.2-18.2 0-3.5-2 2-4.1 2-4.1 4.8-1.2 12-1.6 13.9-3.1 0 0 13.6-.1 15.2-3.7-3.3-9.3-28.8 1.6-32.2 3.2-4.6 0 3-7.4 3.3-7.6.2-.3 21-1.1 30.9-14.5.7-8.1-11.6 4.6-11.6 4.6-1-10.6-13.4.7-20.6 1.5-7.3 1-7.5-3.3-2.5-4 5-.6 10.8-.1 13.6-7.8 2.9-7.7 11.4.4 13-2.4 1.5-2.9-3.1-5.3-3.1-5.3s6.4-6.6-4-6.3c-10.2.2-23.6-1.4-23.6-1.4s10.7-4.1 20.8-4c10 .3 4.6-7.1-5-7.1-9.7 0-14.7-3.3-14.7-3.3l16.4-6.2-1-4.6s9.6-7.7-4-5.9l-15.2 2-27.4 4.1c-.2 0-7.4-2.2-.4-4s31.8-6.7 35.5-5.4c3.7 1.3-.4-9.2-13.6-10.5-13.1-1.3-21.3 3.3-21.3 3.3s-8.5-3.1-.6-5.7c7.9-2.7 20.4.9 20.4.9s14-4.2 2.4-6c-11.6-1.7-15.3 1.6-20.6 1.8-2.1-2.7 18.2-3.3 19.5-5.5-2.2-4-14.8 0-22.2 0-3-1.3-3.3-3.5.3-4.8 7.5-.3 14.6.1 22.1-.2-.2-4 0-8.7-.2-12.8-9.6-1.7-20.8 1.3-26.1 1 1.4-4.3 22-5.5 24.3-6.7 4.8-6-20.1 0-20.4 0-4.3-.6-4-3.4-1.3-5 6.4-.7 20.6 1 19.6-3.4-.8-4-10-1.9-13.6-1-3.8.9-9.3.2-9.3.2-2.3-3.2 21.5-1.9 21.3-4.4-.3-2.8-15.1-.8-20.2-.6-3.9-2.7 19-4.5 19.3-4.8.9-7.3-15.3 0-18.4 0-3 0-1.5-4.6-1.5-4.6s6.3-2.9 6.1-3.3a22 22 0 0 0-5.2-2c-.5 0 0-5 0-5s5.2-4 4.8-5.1c-.5-1.1-6.2.9-6.2.9v-4.4s4.2-.4 4.6-2.4c.5-2-5-2.2-5-2.2l-2.2-23-2 21.5-7.2 1s5 2.9 6 5.8c.8 2.8-6.2 2-6.2 2s5.7 4.8 6.1 6.5c.5 1.8-7.9 2.2-7.9 2.2s7 5 7.5 7.9c.4 2.8 0 4.4 0 4.4s-11.6-10.1-19-7.3c-4 2 8.8 3 17.2 10.3 0 1.7-20.5-5-21.2-.8.4 1.1 21.9 4.2 23.4 7-7.8.3-24-1.7-23.4.9-1.7 3 15.2 1.3 22.3 3.7 2.1 2.4 1.9 4.4-1.7 4.6-6.9-3.3-22.1-5.7-22.2-1.5.1 1 15.8.4 21.5 4.1-7.6 1.8-33.4-3.5-33.5-1 .7 1.3 4.8 6.5 11.8 6.3 7-.2 23.3 2.8 24.4 5 1 2.2-21.1-4.6-29.4-.6-8.4 4 23.9 1.5 29.1 6.3 5.3 4.9-10.5-.4-10.5-.4s-22-3-25.2-1.5c-3.3 1.5-7 5-7 5s2.2 4.4 4.4 3.5c2.2-.9-.7 2.7-.7 2.7s30.7 7.4 37.5 14c6.8 6.6-39-10.3-39-10.3s-18.5 6.8 1 7.2c-2.2 3.3 1.2 5.3 1.2 5.3s32.4 6.8 35.7 12c3.3 5.3-22.1-5-27.9-7.9-5.7-2.8-21.9 1.8-21.7 2.9.3 1 8 2.6 8.1 4.6.3 2-9.4 2.6-9.4 4.4 0 1.7 41 10.3 52 19.5s-32.2-11-32.2-11 2.4 3.3 0 4.2c-2.5.9-11-12.3-25-4.2-2.6 3.4 12.2 6 16 6.4-1.3 3.3-2.4 4.4 2.8 7.7s-10.3-4.8-10.3-4.4l1.1 5.7c-4.8-4-10.7-5.1-16.2-1.1 0 0-.2 4 5.5 6.4-3.1 6.3 3.5 4.3 14 10.3-15.6-4.1-16.9 3.5-5.7 5.2s41.9 2.9 49.1 12.3c7.3 9.4-10.3-3.6-12.3-4-.4.3-.8 4.9-.8 4.9-4.7-2.7-9-5.2-14.6-6.3-.5.9-.3 2.1-.8 3-5-3.7-9.5-6.2-16.9-6.6l-.9 3.5s-6.1-7.7-18.2 0c-6.7 4.9 25.5 1.8 30.7 7.5 5.3 5.7 1.1 6.6 1.1 6.6l-13.1-4.9s-15.6-2.8-20 .7 64 12 66 21.5c1.4 5-16-5.4-31.1-9.9l-1.8 5s-6-6-12.7-7c-.2 0 1.3 6 1.3 6s-16.8-8-25.4-3.8c-8.5 4.2 29.8 6.4 33.3 10.3 3.5 4-11.6-2.6-13 0-1.2 2.7-19.9-4.8-19.6-1.3.2 3.5 2.6 5.5 2.6 5.5s38.8 3.7 40.1 8.3c1.3 4.6-21.5-2.6-21.5-2.6s-2.2 3.3-.4 4.8c1.7 1.6-13.2-8.7-11.8-2-4.9-1.9-17.4-7.8-15.6-3.2 1.7 4.6 35.3 11.2 35.3 11.2s-14.7 1-14 4.8c-19-11.5-18.5-4.2-18-4 .4.2-24.4-6.1-5.7 4s10 8.3 10.3 8.5c.2.2 2 5 1.5 5-.4 0-12.7-6.5-16.9-7-4.1-.4-23.9 5.5-2.8 14.8s34-2.2 45.6-1c11.6 1.4 17 3.4 16 7-1.1 3.8-11.9-12.1-23.2 1.7-13-2.6-21.7-4-15 5.4-21-7.9-34 2.4-7.4 6.6 26 .8 42-6.4 42-6.4s4.5 8.1 10.8 2.4c6.4-5.7 6.6 2.2 6.8 2.2l6.2-2.6h1.5z",fill:"#198200",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".7"}),React.createElement("path",{d:"M316 320.2v-3.7s-8.2-1.5-12.3-.7c-2.3-1.3-4.6-3.1-7.5-1.6-.5 1.2 5.3 4.3 7.2 4.3a41.1 41.1 0 0 0 12.7 1.7zm0 6s-8.3-3.1-11.6.4c.5 3.7 9.7 5.5 11.7 4.5 1.9-1 0-4.8-.1-5zm14 1.4v2.6s9.8 1.9 11.6-.2c1.7-2.1-8-3.5-11.7-2.4zm-.5-10.2.3 2.9s8.6 1.9 11.9-2.8c3.3-4.7-7.5 0-12.2-.1zm.4-10v2s6.5 1 8-1.8c1.4-2.8-7.8 0-8-.2zm-13.4-6c-1-1.3-4.5-4.8-13.8-5.8-6.5 0 11.7 9.5 13.8 5.9zm13.2-9.7-.2 2.7s22-6.6 27.1-6.1c4.6-1.3 5.6-4.5 5.4-4.5-4-2.9-22.9 2.3-32.3 7.9zm.5-7.8-.3 2.6s15.5-3 19.7-6c4.1-3-19.2 3.5-19.4 3.4zm-.6-7.6v2.6s10.3-.4 12.5-2.4c1.3-2.1-9.2-.3-12.5-.2zm21.6 21.7s5.4.8 6.4-.8c-.2-2.8-6.4 1-6.4.8zM330 266.6l.1 5.7s24.9-7.9 26.5-9.3c1.5-1.5 5-6-26.6 3.6zm-.7-7.9v4.2s10-.8 14.6-4.5c4.6-3.8-14.6.4-14.6.3zm-12-9.3.6 3.7-32.9-10.6c.1 0-1.6-5.4 32.3 6.9zm.5-13.3c0 .4 0 3.6-.2 3.5 0 0-22.8-9.5-23.7-8.7-3-7 24 5.4 24 5.2zm11.1 6 .4 3.1s14-2.9 14.8-4.3c.8-1.4-15.2 1.2-15.2 1.1zm.3 7.4c.2.7.4 3.3.4 3.3s5.6-.5 6.5-1.8c.8-1.3-6.9-1.5-6.9-1.5zm-.8-17v3s15.4-3 17-4.4c1.7-1.5-17.3 1.4-17 1.4zm0-8.5c0 .2-.5 3.1-.1 3.1s18.6-3 21.5-5.7c2.8-2.5-21 2.9-21.3 2.6zm-.2-14.9v3.3s11.8-2.5 14-5c2.2-2.5-14 2-14 1.7zm-2-21.6.2 4.8s16-2.2 18.2-4.8c2.3-2.7-18.5 0-18.4 0zm-7.4-36.5v3s-7.5-.3-5.7-1.6 5.7-1.1 5.7-1.4zm7 4 .2 4.2s9.7-1 10.4-2.5c.8-1.5-10.4-1.6-10.6-1.6zm-.6 6s.2 2.6.4 2.6 3.9-.3 4.7-1.3c.8-1-4.7-1-5-1.3zm-8.2 11.8c0 .3.3 4 0 3.8s-21.2-6.1-23.2-6c-1.9 0-2.4-4.9 23.2 2.2zm1.7 6.9c0 .7.5 4.6-.3 4.4-.7-.2-14.3-4.5-12.9-5.8 1.4-1.3 13.2 1.7 13.2 1.4zm-1.2 29 .1 3.5s-23.7-7.2-24.5-8.4c-.8-1.2-3.1-6.8 24.4 4.9zm1 8.5v3.3l-32.2-11.3s-2.6-8.4 32.1 8z",fill:"#fff",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".8"}),React.createElement("path",{d:"m280.3 328.7-.2 3.5s-6.2-1.8-8.2-5.3c3.6-1 8.5 1.9 8.4 1.8z",fill:"#fff",stroke:"#000",strokeLinejoin:"round",strokeWidth:".8"})))}));exports.NF=e;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=s.forwardRef((function(s,r){var i=s.borderRadius,t=s.height,z=s.width;return e.jsx(c.FlagIconBase,{ref:r,borderRadius:i,height:t,viewBox:"0 0 640 480",width:z,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M194.8 0h250.4v480H194.8z",fill:"#fff"}),e.jsx("path",{d:"M0 0h194.8v480H0zm445.2 0H640v480H445.2z",fill:"#198200"}),e.jsx("path",{d:"M313.5 351.3v52.6l21.3.2s-6.8-45.8-3.1-52c3.7-6 7.2-5.2 7.2-5.2s13.9 4.2 15.4 3.5c1.5-.6-.2-5.2 7.2-4.6 2.4-.9 1.1-5 3.3-5.2 2.2-.3 44.5 11.8 53.7.4-2.4-6.4-10.7-.5-12.9-.2-2 0-10.3-4-15.1 0-4.4-3.3-24.4-5.5-24.4-5.5-2.6-2.6 47.6 1.3 50.5-.7 5.9-5.9-11-5.2-13.6-3.3a14.8 14.8 0 0 0-14.2-.6c-1.7-4.1-18-2.4-27-3.5-3-1.7-2.5-2.7-.5-3.8 19 .8 37.8 3.3 56.8 2.5 5.1-6.7-6.5-9.3-13.6-3.5-4.2-7-12.7-.3-18.4-1-5.7-.6-3-7.6 4.2-6.5 7.2 1 20.1-.4 22.5-3.7s-1.4-6.7-13.3-3.5c-4-4-13 0-17.1 1.3-5.6-3.1-18.5-.5-22.8.6-4.3-2.6 22.5-7 22.5-7 10.4-.2 16.3-2 19.5-2.8 15.7-8.4-.2-9.3-8.4-3.2-5.1-4-10 .3-14.6 1.8a38.2 38.2 0 0 1-13.4 2c0-.6 12.6-8.3 12.6-8.3s15.3-1.1 18.4-1.5c3-.5 18.8-8.5-2.7-3.1-7.4.6-11.8.2-14.7.4-16.5-1.7 1.6-3.3 1.6-3.3s23.4-2.1 23.7-3.3c.4-9-19.1-4.8-19.3-4.8 0-6.5-18.2.2-18.2 0-3.5-2 2-4.1 2-4.1 4.8-1.2 12-1.6 13.9-3.1 0 0 13.6-.1 15.2-3.7-3.3-9.3-28.8 1.6-32.2 3.2-4.6 0 3-7.4 3.3-7.6.2-.3 21-1.1 30.9-14.5.7-8.1-11.6 4.6-11.6 4.6-1-10.6-13.4.7-20.6 1.5-7.3 1-7.5-3.3-2.5-4 5-.6 10.8-.1 13.6-7.8 2.9-7.7 11.4.4 13-2.4 1.5-2.9-3.1-5.3-3.1-5.3s6.4-6.6-4-6.3c-10.2.2-23.6-1.4-23.6-1.4s10.7-4.1 20.8-4c10 .3 4.6-7.1-5-7.1-9.7 0-14.7-3.3-14.7-3.3l16.4-6.2-1-4.6s9.6-7.7-4-5.9l-15.2 2-27.4 4.1c-.2 0-7.4-2.2-.4-4s31.8-6.7 35.5-5.4c3.7 1.3-.4-9.2-13.6-10.5-13.1-1.3-21.3 3.3-21.3 3.3s-8.5-3.1-.6-5.7c7.9-2.7 20.4.9 20.4.9s14-4.2 2.4-6c-11.6-1.7-15.3 1.6-20.6 1.8-2.1-2.7 18.2-3.3 19.5-5.5-2.2-4-14.8 0-22.2 0-3-1.3-3.3-3.5.3-4.8 7.5-.3 14.6.1 22.1-.2-.2-4 0-8.7-.2-12.8-9.6-1.7-20.8 1.3-26.1 1 1.4-4.3 22-5.5 24.3-6.7 4.8-6-20.1 0-20.4 0-4.3-.6-4-3.4-1.3-5 6.4-.7 20.6 1 19.6-3.4-.8-4-10-1.9-13.6-1-3.8.9-9.3.2-9.3.2-2.3-3.2 21.5-1.9 21.3-4.4-.3-2.8-15.1-.8-20.2-.6-3.9-2.7 19-4.5 19.3-4.8.9-7.3-15.3 0-18.4 0-3 0-1.5-4.6-1.5-4.6s6.3-2.9 6.1-3.3a22 22 0 0 0-5.2-2c-.5 0 0-5 0-5s5.2-4 4.8-5.1c-.5-1.1-6.2.9-6.2.9v-4.4s4.2-.4 4.6-2.4c.5-2-5-2.2-5-2.2l-2.2-23-2 21.5-7.2 1s5 2.9 6 5.8c.8 2.8-6.2 2-6.2 2s5.7 4.8 6.1 6.5c.5 1.8-7.9 2.2-7.9 2.2s7 5 7.5 7.9c.4 2.8 0 4.4 0 4.4s-11.6-10.1-19-7.3c-4 2 8.8 3 17.2 10.3 0 1.7-20.5-5-21.2-.8.4 1.1 21.9 4.2 23.4 7-7.8.3-24-1.7-23.4.9-1.7 3 15.2 1.3 22.3 3.7 2.1 2.4 1.9 4.4-1.7 4.6-6.9-3.3-22.1-5.7-22.2-1.5.1 1 15.8.4 21.5 4.1-7.6 1.8-33.4-3.5-33.5-1 .7 1.3 4.8 6.5 11.8 6.3 7-.2 23.3 2.8 24.4 5 1 2.2-21.1-4.6-29.4-.6-8.4 4 23.9 1.5 29.1 6.3 5.3 4.9-10.5-.4-10.5-.4s-22-3-25.2-1.5c-3.3 1.5-7 5-7 5s2.2 4.4 4.4 3.5c2.2-.9-.7 2.7-.7 2.7s30.7 7.4 37.5 14c6.8 6.6-39-10.3-39-10.3s-18.5 6.8 1 7.2c-2.2 3.3 1.2 5.3 1.2 5.3s32.4 6.8 35.7 12c3.3 5.3-22.1-5-27.9-7.9-5.7-2.8-21.9 1.8-21.7 2.9.3 1 8 2.6 8.1 4.6.3 2-9.4 2.6-9.4 4.4 0 1.7 41 10.3 52 19.5s-32.2-11-32.2-11 2.4 3.3 0 4.2c-2.5.9-11-12.3-25-4.2-2.6 3.4 12.2 6 16 6.4-1.3 3.3-2.4 4.4 2.8 7.7s-10.3-4.8-10.3-4.4l1.1 5.7c-4.8-4-10.7-5.1-16.2-1.1 0 0-.2 4 5.5 6.4-3.1 6.3 3.5 4.3 14 10.3-15.6-4.1-16.9 3.5-5.7 5.2s41.9 2.9 49.1 12.3c7.3 9.4-10.3-3.6-12.3-4-.4.3-.8 4.9-.8 4.9-4.7-2.7-9-5.2-14.6-6.3-.5.9-.3 2.1-.8 3-5-3.7-9.5-6.2-16.9-6.6l-.9 3.5s-6.1-7.7-18.2 0c-6.7 4.9 25.5 1.8 30.7 7.5 5.3 5.7 1.1 6.6 1.1 6.6l-13.1-4.9s-15.6-2.8-20 .7 64 12 66 21.5c1.4 5-16-5.4-31.1-9.9l-1.8 5s-6-6-12.7-7c-.2 0 1.3 6 1.3 6s-16.8-8-25.4-3.8c-8.5 4.2 29.8 6.4 33.3 10.3 3.5 4-11.6-2.6-13 0-1.2 2.7-19.9-4.8-19.6-1.3.2 3.5 2.6 5.5 2.6 5.5s38.8 3.7 40.1 8.3c1.3 4.6-21.5-2.6-21.5-2.6s-2.2 3.3-.4 4.8c1.7 1.6-13.2-8.7-11.8-2-4.9-1.9-17.4-7.8-15.6-3.2 1.7 4.6 35.3 11.2 35.3 11.2s-14.7 1-14 4.8c-19-11.5-18.5-4.2-18-4 .4.2-24.4-6.1-5.7 4s10 8.3 10.3 8.5c.2.2 2 5 1.5 5-.4 0-12.7-6.5-16.9-7-4.1-.4-23.9 5.5-2.8 14.8s34-2.2 45.6-1c11.6 1.4 17 3.4 16 7-1.1 3.8-11.9-12.1-23.2 1.7-13-2.6-21.7-4-15 5.4-21-7.9-34 2.4-7.4 6.6 26 .8 42-6.4 42-6.4s4.5 8.1 10.8 2.4c6.4-5.7 6.6 2.2 6.8 2.2l6.2-2.6h1.5z",fill:"#198200",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".7"}),e.jsx("path",{d:"M316 320.2v-3.7s-8.2-1.5-12.3-.7c-2.3-1.3-4.6-3.1-7.5-1.6-.5 1.2 5.3 4.3 7.2 4.3a41.1 41.1 0 0 0 12.7 1.7zm0 6s-8.3-3.1-11.6.4c.5 3.7 9.7 5.5 11.7 4.5 1.9-1 0-4.8-.1-5zm14 1.4v2.6s9.8 1.9 11.6-.2c1.7-2.1-8-3.5-11.7-2.4zm-.5-10.2.3 2.9s8.6 1.9 11.9-2.8c3.3-4.7-7.5 0-12.2-.1zm.4-10v2s6.5 1 8-1.8c1.4-2.8-7.8 0-8-.2zm-13.4-6c-1-1.3-4.5-4.8-13.8-5.8-6.5 0 11.7 9.5 13.8 5.9zm13.2-9.7-.2 2.7s22-6.6 27.1-6.1c4.6-1.3 5.6-4.5 5.4-4.5-4-2.9-22.9 2.3-32.3 7.9zm.5-7.8-.3 2.6s15.5-3 19.7-6c4.1-3-19.2 3.5-19.4 3.4zm-.6-7.6v2.6s10.3-.4 12.5-2.4c1.3-2.1-9.2-.3-12.5-.2zm21.6 21.7s5.4.8 6.4-.8c-.2-2.8-6.4 1-6.4.8zM330 266.6l.1 5.7s24.9-7.9 26.5-9.3c1.5-1.5 5-6-26.6 3.6zm-.7-7.9v4.2s10-.8 14.6-4.5c4.6-3.8-14.6.4-14.6.3zm-12-9.3.6 3.7-32.9-10.6c.1 0-1.6-5.4 32.3 6.9zm.5-13.3c0 .4 0 3.6-.2 3.5 0 0-22.8-9.5-23.7-8.7-3-7 24 5.4 24 5.2zm11.1 6 .4 3.1s14-2.9 14.8-4.3c.8-1.4-15.2 1.2-15.2 1.1zm.3 7.4c.2.7.4 3.3.4 3.3s5.6-.5 6.5-1.8c.8-1.3-6.9-1.5-6.9-1.5zm-.8-17v3s15.4-3 17-4.4c1.7-1.5-17.3 1.4-17 1.4zm0-8.5c0 .2-.5 3.1-.1 3.1s18.6-3 21.5-5.7c2.8-2.5-21 2.9-21.3 2.6zm-.2-14.9v3.3s11.8-2.5 14-5c2.2-2.5-14 2-14 1.7zm-2-21.6.2 4.8s16-2.2 18.2-4.8c2.3-2.7-18.5 0-18.4 0zm-7.4-36.5v3s-7.5-.3-5.7-1.6 5.7-1.1 5.7-1.4zm7 4 .2 4.2s9.7-1 10.4-2.5c.8-1.5-10.4-1.6-10.6-1.6zm-.6 6s.2 2.6.4 2.6 3.9-.3 4.7-1.3c.8-1-4.7-1-5-1.3zm-8.2 11.8c0 .3.3 4 0 3.8s-21.2-6.1-23.2-6c-1.9 0-2.4-4.9 23.2 2.2zm1.7 6.9c0 .7.5 4.6-.3 4.4-.7-.2-14.3-4.5-12.9-5.8 1.4-1.3 13.2 1.7 13.2 1.4zm-1.2 29 .1 3.5s-23.7-7.2-24.5-8.4c-.8-1.2-3.1-6.8 24.4 4.9zm1 8.5v3.3l-32.2-11.3s-2.6-8.4 32.1 8z",fill:"#fff",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".8"}),e.jsx("path",{d:"m280.3 328.7-.2 3.5s-6.2-1.8-8.2-5.3c3.6-1 8.5 1.9 8.4 1.8z",fill:"#fff",stroke:"#000",strokeLinejoin:"round",strokeWidth:".8"})]})})}));exports.NF=r;
package/icons/flags/NG.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:"#fff"}),React.createElement("path",{d:"M426.6 0H640v480H426.6zM0 0h213.3v480H0z",fill:"#008753"})))}));exports.NG=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:"#fff"}),i.jsx("path",{d:"M426.6 0H640v480H426.6zM0 0h213.3v480H0z",fill:"#008753"})]})})}));exports.NG=t;
package/icons/flags/NI.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.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:"#265FB5"}),React.createElement("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),React.createElement("path",{d:"M15.038 12.111a3.038 3.038 0 1 1-6.076 0 3.038 3.038 0 0 1 6.076 0Z",fill:"#A9BF4C"}),React.createElement("path",{d:"M12 14.778a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334Z",fill:"#EEE"}),React.createElement("path",{d:"M9.839 13.548 11.99 9.82l2.152 3.728H9.839Z",fill:"#265FB5"}),React.createElement("path",{d:"m10.077 13.403 1.914-3.313 1.912 3.313h-3.826Z",fill:"#55ACEE"}),React.createElement("path",{d:"m10.077 13.403.462-.8 2.882-.035.482.835h-3.826Z",fill:"#BBDDF5"}),React.createElement("path",{d:"m10.448 12.882.719-.584.312.354.271-.292.23.23.218-.24.26.24.24-.25.219.25.208-.23.344.428.062.125s-.364.073-.864.031c-.5-.041-.792.073-1.188.126-.396.052-1.104-.052-1.104-.052l.073-.136Z",fill:"#5C913B"}),React.createElement("path",{d:"m11.156 12.424.48.52-.24.021-.27-.395.03-.146Zm.573.041.386.344-.178.032-.187-.261-.02-.115Zm.49-.02.333.312-.083.052-.271-.292.02-.072Zm.437 0-.135.125.062.072.073-.197Zm.417.01-.156.197.052.095.114-.22-.01-.072Z",fill:"#E2F09F"}),React.createElement("path",{d:"m12.02 11.065.045.619.354-.509-.266.553.554-.265-.509.354.62.044-.62.044.509.355-.554-.266.266.553-.354-.508-.044.619-.044-.62-.354.51.265-.554-.553.266.509-.355-.62-.044.62-.044-.51-.354.554.266-.265-.554.354.509.044-.62Z",fill:"#BBDDF5"}),React.createElement("path",{d:"m12 11.58-.125.125s.031.188.02.219c-.01.031.105.187.105.187l.156-.187-.041-.25L12 11.58Z",fill:"#DD2E44"}),React.createElement("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.188-.333s-.302-.23-.656-.23c-.354 0-.75.282-.75.282l-.177.354s.458-.323.969-.323Z",fill:"#269"}),React.createElement("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.136-.24s-.364-.218-.718-.218-.792.281-.792.281l-.126.25c.001 0 .459-.323.97-.323Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.094-.156s-.282-.198-.761-.177c-.354 0-.844.26-.844.26l-.073.146c.001 0 .459-.323.97-.323Z",fill:"#DD2E44"}),React.createElement("path",{d:"M11.725 14.609h.664v.637h-.664v-.637Zm-.106-4.937h-.478l-.238-.583.477-.053.239.636Zm1.088.266-.318-.106.159-.77.61.053-.451.823ZM9.84 13.202l-.929.212-.027-.636.929-.133.027.557Zm.239.664-.77.318-.186-.504.717-.239.239.425Zm5.122-.584-.85-.239v-.45l.956-.134-.106.823Zm-.425.876-.796-.372.265-.478.877.266-.346.584Z",fill:"#EEE"}))}));exports.NI=a;
1
+ "use strict";var l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(l,i){var h=l.borderRadius,t=l.height,e=l.width;return a.jsxs(s.FlagIconBase,{ref:i,borderRadius:h,height:t,viewBox:"0 0 24 25",width:e,children:[a.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:"#265FB5"}),a.jsx("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),a.jsx("path",{d:"M15.038 12.111a3.038 3.038 0 1 1-6.076 0 3.038 3.038 0 0 1 6.076 0Z",fill:"#A9BF4C"}),a.jsx("path",{d:"M12 14.778a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334Z",fill:"#EEE"}),a.jsx("path",{d:"M9.839 13.548 11.99 9.82l2.152 3.728H9.839Z",fill:"#265FB5"}),a.jsx("path",{d:"m10.077 13.403 1.914-3.313 1.912 3.313h-3.826Z",fill:"#55ACEE"}),a.jsx("path",{d:"m10.077 13.403.462-.8 2.882-.035.482.835h-3.826Z",fill:"#BBDDF5"}),a.jsx("path",{d:"m10.448 12.882.719-.584.312.354.271-.292.23.23.218-.24.26.24.24-.25.219.25.208-.23.344.428.062.125s-.364.073-.864.031c-.5-.041-.792.073-1.188.126-.396.052-1.104-.052-1.104-.052l.073-.136Z",fill:"#5C913B"}),a.jsx("path",{d:"m11.156 12.424.48.52-.24.021-.27-.395.03-.146Zm.573.041.386.344-.178.032-.187-.261-.02-.115Zm.49-.02.333.312-.083.052-.271-.292.02-.072Zm.437 0-.135.125.062.072.073-.197Zm.417.01-.156.197.052.095.114-.22-.01-.072Z",fill:"#E2F09F"}),a.jsx("path",{d:"m12.02 11.065.045.619.354-.509-.266.553.554-.265-.509.354.62.044-.62.044.509.355-.554-.266.266.553-.354-.508-.044.619-.044-.62-.354.51.265-.554-.553.266.509-.355-.62-.044.62-.044-.51-.354.554.266-.265-.554.354.509.044-.62Z",fill:"#BBDDF5"}),a.jsx("path",{d:"m12 11.58-.125.125s.031.188.02.219c-.01.031.105.187.105.187l.156-.187-.041-.25L12 11.58Z",fill:"#DD2E44"}),a.jsx("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.188-.333s-.302-.23-.656-.23c-.354 0-.75.282-.75.282l-.177.354s.458-.323.969-.323Z",fill:"#269"}),a.jsx("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.136-.24s-.364-.218-.718-.218-.792.281-.792.281l-.126.25c.001 0 .459-.323.97-.323Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.094-.156s-.282-.198-.761-.177c-.354 0-.844.26-.844.26l-.073.146c.001 0 .459-.323.97-.323Z",fill:"#DD2E44"}),a.jsx("path",{d:"M11.725 14.609h.664v.637h-.664v-.637Zm-.106-4.937h-.478l-.238-.583.477-.053.239.636Zm1.088.266-.318-.106.159-.77.61.053-.451.823ZM9.84 13.202l-.929.212-.027-.636.929-.133.027.557Zm.239.664-.77.318-.186-.504.717-.239.239.425Zm5.122-.584-.85-.239v-.45l.956-.134-.106.823Zm-.425.876-.796-.372.265-.478.877.266-.346.584Z",fill:"#EEE"})]})}));exports.NI=i;