@zonos/amino 5.5.30 → 5.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1591) 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/all.d.ts +768 -0
  5. package/components/avatar/AvatarBase.d.ts +73 -0
  6. package/components/avatar/AvatarBase.js +1 -1
  7. package/components/avatar/ImageAvatar.d.ts +56 -0
  8. package/components/avatar/ImageAvatar.js +1 -1
  9. package/components/avatar/UserAvatar.d.ts +35 -0
  10. package/components/avatar/UserAvatar.js +1 -1
  11. package/components/badge/Badge.d.ts +72 -0
  12. package/components/badge/Badge.js +1 -1
  13. package/components/banner/Banner.d.ts +83 -0
  14. package/components/banner/Banner.js +1 -1
  15. package/components/button/Button.d.ts +140 -0
  16. package/components/button/Button.js +1 -1
  17. package/components/button/ButtonIcon.d.ts +5 -0
  18. package/components/button/ButtonIcon.js +1 -1
  19. package/components/button/MenuButton.d.ts +19 -0
  20. package/components/button/MenuButton.js +1 -1
  21. package/components/button/RippleGroup.d.ts +21 -0
  22. package/components/button/RippleGroup.js +1 -1
  23. package/components/button/_Ripple.d.ts +15 -0
  24. package/components/button/_Ripple.js +1 -1
  25. package/components/button/button-group/ButtonGroup.d.ts +9 -0
  26. package/components/button/button-group/ButtonGroup.js +1 -1
  27. package/components/button/useRipple.d.ts +17 -0
  28. package/components/card/Card.d.ts +68 -0
  29. package/components/card/Card.js +1 -1
  30. package/components/checkbox/Checkbox.d.ts +86 -0
  31. package/components/checkbox/Checkbox.js +1 -1
  32. package/components/collapse/Collapse.d.ts +87 -0
  33. package/components/collapse/Collapse.js +1 -1
  34. package/components/connection-map/ConnectionMap.d.ts +75 -0
  35. package/components/connection-map/ConnectionMap.js +1 -1
  36. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +123 -0
  37. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  38. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +23 -0
  39. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -1
  40. package/components/cover-sheet/CoverSheet.d.ts +119 -0
  41. package/components/cover-sheet/CoverSheet.js +1 -1
  42. package/components/cover-sheet/CoverSheetActions.d.ts +115 -0
  43. package/components/cover-sheet/CoverSheetActions.js +1 -1
  44. package/components/currency/Currency.d.ts +40 -0
  45. package/components/currency/Currency.js +1 -1
  46. package/components/currency/DualCurrency.d.ts +33 -0
  47. package/components/currency/DualCurrency.js +1 -1
  48. package/components/danger-zone/DangerZone.d.ts +71 -0
  49. package/components/danger-zone/DangerZone.js +1 -1
  50. package/components/dialog/BaseDialog.d.ts +49 -0
  51. package/components/dialog/BaseDialog.js +1 -1
  52. package/components/dialog/Dialog.d.ts +105 -0
  53. package/components/dialog/Dialog.js +1 -1
  54. package/components/dialog/DismissableDialog.d.ts +21 -0
  55. package/components/dialog/DismissableDialog.js +1 -1
  56. package/components/dialog/alert/AlertContext.d.ts +12 -0
  57. package/components/dialog/alert/AlertContext.js +1 -1
  58. package/components/dialog/alert/AlertDialog.d.ts +6 -0
  59. package/components/dialog/alert/AlertDialog.js +1 -1
  60. package/components/dialog/alert/useAlert.d.ts +1 -0
  61. package/components/dialog/alert/useAlert.js +1 -1
  62. package/components/dialog/announcement/AnnouncementDialog.d.ts +28 -0
  63. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  64. package/components/dialog/confirm/ConfirmContext.d.ts +13 -0
  65. package/components/dialog/confirm/ConfirmContext.js +1 -1
  66. package/components/dialog/confirm/ConfirmDialog.d.ts +8 -0
  67. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  68. package/components/dialog/confirm/useConfirm.d.ts +1 -0
  69. package/components/dialog/confirm/useConfirm.js +1 -1
  70. package/components/divider/Divider.d.ts +58 -0
  71. package/components/divider/Divider.js +1 -1
  72. package/components/drop-zone/DropZone.d.ts +178 -0
  73. package/components/drop-zone/DropZone.js +1 -1
  74. package/components/file-upload/FileUpload.d.ts +112 -0
  75. package/components/file-upload/FileUpload.js +1 -1
  76. package/components/filter/FilterWrapper.d.ts +115 -0
  77. package/components/filter/FilterWrapper.js +1 -1
  78. package/components/filter/filter-amount/FilterAmount.d.ts +55 -0
  79. package/components/filter/filter-amount/FilterAmount.js +1 -1
  80. package/components/filter/filter-amount/filterAmountReducer.d.ts +20 -0
  81. package/components/filter/filter-date/DateControls.d.ts +11 -0
  82. package/components/filter/filter-date/DateControls.js +1 -1
  83. package/components/filter/filter-date/DateControlsWrapper.d.ts +13 -0
  84. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  85. package/components/filter/filter-date/FilterDate.d.ts +64 -0
  86. package/components/filter/filter-date/FilterDate.js +1 -1
  87. package/components/filter/filter-date/_DateControls/_IsAfter.d.ts +2 -0
  88. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  89. package/components/filter/filter-date/_DateControls/_IsBefore.d.ts +2 -0
  90. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  91. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.d.ts +2 -0
  92. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  93. package/components/filter/filter-date/_DateControls/_IsBetween.d.ts +3 -0
  94. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  95. package/components/filter/filter-date/_DateControls/_IsEqualTo.d.ts +2 -0
  96. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  97. package/components/filter/filter-date/_DateControls/_IsInTheLast.d.ts +2 -0
  98. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  99. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.d.ts +2 -0
  100. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  101. package/components/filter/filter-date/filterDateReducer.d.ts +24 -0
  102. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +64 -0
  103. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  104. package/components/filter/filter-select/FilterSelect.d.ts +88 -0
  105. package/components/filter/filter-select/FilterSelect.js +1 -1
  106. package/components/filter/filter-text/FilterText.d.ts +48 -0
  107. package/components/filter/filter-text/FilterText.js +1 -1
  108. package/components/filter/useFilterWrapper.d.ts +154 -0
  109. package/components/filter/useFilterWrapper.js +1 -1
  110. package/components/flex/Flex.d.ts +108 -0
  111. package/components/flex/Flex.js +1 -1
  112. package/components/glow/GlowWrapper.d.ts +84 -0
  113. package/components/glow/GlowWrapper.js +1 -1
  114. package/components/help-text/HelpText.d.ts +79 -0
  115. package/components/help-text/HelpText.js +1 -1
  116. package/components/input/Input.d.ts +112 -0
  117. package/components/input/Input.js +1 -1
  118. package/components/input/MultiInput.d.ts +94 -0
  119. package/components/input/MultiInput.js +1 -1
  120. package/components/input/input-simple/InputSimple.d.ts +130 -0
  121. package/components/input/input-simple/InputSimple.js +1 -1
  122. package/components/input/input-simple/input-type/_DateInput.d.ts +20 -0
  123. package/components/input/input-simple/input-type/_DateInput.js +1 -1
  124. package/components/input/input-simple/input-type/_InputBase.d.ts +125 -0
  125. package/components/input/input-simple/input-type/_InputBase.js +1 -1
  126. package/components/input/input-simple/input-type/_NumberInput.d.ts +21 -0
  127. package/components/input/input-simple/input-type/_NumberInput.js +1 -1
  128. package/components/input/input-simple/input-type/_PasswordInput.d.ts +20 -0
  129. package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
  130. package/components/input/input-simple/input-type/_TimeInput.d.ts +20 -0
  131. package/components/input/input-simple/input-type/_TimeInput.js +1 -1
  132. package/components/input/input-type/_DateInput.d.ts +20 -0
  133. package/components/input/input-type/_DateInput.js +1 -1
  134. package/components/input/input-type/_FloatLabelInput.d.ts +127 -0
  135. package/components/input/input-type/_FloatLabelInput.js +1 -1
  136. package/components/input/input-type/_NumberInput.d.ts +21 -0
  137. package/components/input/input-type/_NumberInput.js +1 -1
  138. package/components/input/input-type/_PasswordInput.d.ts +20 -0
  139. package/components/input/input-type/_PasswordInput.js +1 -1
  140. package/components/input/input-type/_TimeInput.d.ts +20 -0
  141. package/components/input/input-type/_TimeInput.js +1 -1
  142. package/components/layout/Layout.d.ts +98 -0
  143. package/components/layout/Layout.js +1 -1
  144. package/components/layout/NavigationGroup.d.ts +160 -0
  145. package/components/layout/NavigationGroup.js +1 -1
  146. package/components/lightbox/LightBox.d.ts +90 -0
  147. package/components/lightbox/LightBox.js +1 -1
  148. package/components/list/CollapsibleList.d.ts +101 -0
  149. package/components/list/CollapsibleList.js +1 -1
  150. package/components/list/List.d.ts +88 -0
  151. package/components/list/List.js +1 -1
  152. package/components/list-item/ListItem.d.ts +35 -0
  153. package/components/list-item/ListItem.js +1 -1
  154. package/components/menu/Menu.d.ts +51 -0
  155. package/components/menu/Menu.js +1 -1
  156. package/components/menu/MenuItem.d.ts +74 -0
  157. package/components/menu/MenuItem.js +1 -1
  158. package/components/nested-data-table/NestedDataTable.d.ts +121 -0
  159. package/components/nested-data-table/NestedDataTable.js +1 -1
  160. package/components/nested-data-table/NestedDataTableHasura.d.ts +19 -0
  161. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  162. package/components/nested-data-table/_Filter.d.ts +7 -0
  163. package/components/nested-data-table/_Filter.js +1 -1
  164. package/components/nested-data-table/_TableData.d.ts +16 -0
  165. package/components/nested-data-table/_TableData.js +1 -1
  166. package/components/pivot-table/PivotTable.d.ts +130 -0
  167. package/components/pivot-table/PivotTable.js +1 -1
  168. package/components/progress-bar/ProgressBar.d.ts +58 -0
  169. package/components/progress-bar/ProgressBar.js +1 -1
  170. package/components/radio/Radio.d.ts +76 -0
  171. package/components/radio/Radio.js +1 -1
  172. package/components/radio/RadioGroup.d.ts +105 -0
  173. package/components/radio/RadioGroup.js +1 -1
  174. package/components/rest-state/RestState.d.ts +72 -0
  175. package/components/rest-state/RestState.js +1 -1
  176. package/components/rich-card-select/RichCardStateSelect.d.ts +75 -0
  177. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  178. package/components/rich-checkbox/RichCheckbox.d.ts +104 -0
  179. package/components/rich-checkbox/RichCheckbox.js +1 -1
  180. package/components/rich-radio/RichRadio.d.ts +177 -0
  181. package/components/rich-radio/RichRadio.js +1 -1
  182. package/components/rounded-icon/RoundedIcon.d.ts +56 -0
  183. package/components/rounded-icon/RoundedIcon.js +1 -1
  184. package/components/section/HSection.d.ts +87 -0
  185. package/components/section/HSection.js +1 -1
  186. package/components/section/VSection.d.ts +94 -0
  187. package/components/section/VSection.js +1 -1
  188. package/components/section/_SectionHeader.d.ts +9 -0
  189. package/components/section/_SectionHeader.js +1 -1
  190. package/components/section/_SectionInnerWrapper.d.ts +7 -0
  191. package/components/section/_SectionInnerWrapper.js +1 -1
  192. package/components/section/_SectionSubheader.d.ts +7 -0
  193. package/components/section/_SectionSubheader.js +1 -1
  194. package/components/select/CountryMultiSelect.d.ts +89 -0
  195. package/components/select/CountryMultiSelect.js +1 -1
  196. package/components/select/CountrySelect.d.ts +102 -0
  197. package/components/select/CountrySelect.js +1 -1
  198. package/components/select/MultiSelect.d.ts +27 -0
  199. package/components/select/MultiSelect.js +1 -1
  200. package/components/select/Select.d.ts +127 -0
  201. package/components/select/Select.js +1 -1
  202. package/components/select/_StyledReactSelect.d.ts +22 -0
  203. package/components/select/_StyledReactSelect.js +1 -1
  204. package/components/simple-table/SimpleTable.d.ts +242 -0
  205. package/components/simple-table/SimpleTable.js +1 -1
  206. package/components/simple-table/SimpleTableRow.d.ts +34 -0
  207. package/components/simple-table/SimpleTableRow.js +1 -1
  208. package/components/skeleton/Skeleton.d.ts +50 -0
  209. package/components/skeleton/Skeleton.js +1 -1
  210. package/components/slide-over/SlideOver.d.ts +112 -0
  211. package/components/slide-over/SlideOver.js +1 -1
  212. package/components/spinner/Spinner.d.ts +55 -0
  213. package/components/spinner/Spinner.js +1 -1
  214. package/components/split-panel/SplitPanel.d.ts +113 -0
  215. package/components/split-panel/SplitPanel.js +1 -1
  216. package/components/stack/HStack.d.ts +44 -0
  217. package/components/stack/HStack.js +1 -1
  218. package/components/stack/Stack.d.ts +64 -0
  219. package/components/stack/Stack.js +1 -1
  220. package/components/stack/VStack.d.ts +53 -0
  221. package/components/stack/VStack.js +1 -1
  222. package/components/surface/Surface.d.ts +65 -0
  223. package/components/surface/Surface.js +1 -1
  224. package/components/switch/Switch.d.ts +86 -0
  225. package/components/switch/Switch.js +1 -1
  226. package/components/table/Table.d.ts +121 -0
  227. package/components/table/Table.js +1 -1
  228. package/components/table/TableBody.d.ts +6 -0
  229. package/components/table/TableBody.js +1 -1
  230. package/components/table/TableCell.d.ts +11 -0
  231. package/components/table/TableCell.js +1 -1
  232. package/components/table/TableFooter.d.ts +6 -0
  233. package/components/table/TableFooter.js +1 -1
  234. package/components/table/TableHead.d.ts +6 -0
  235. package/components/table/TableHead.js +1 -1
  236. package/components/table/TableRow.d.ts +15 -0
  237. package/components/table/TableRow.js +1 -1
  238. package/components/table/TableRowCollapse.d.ts +19 -0
  239. package/components/table/TableRowCollapse.js +1 -1
  240. package/components/tabs/Tabs.d.ts +76 -0
  241. package/components/tabs/Tabs.js +1 -1
  242. package/components/tag/Tag.d.ts +46 -0
  243. package/components/tag/Tag.js +1 -1
  244. package/components/text/Text.d.ts +159 -0
  245. package/components/text/Text.js +1 -1
  246. package/components/text-avatar/TextAvatar.d.ts +25 -0
  247. package/components/text-avatar/TextAvatar.js +1 -1
  248. package/components/textarea/Textarea.d.ts +141 -0
  249. package/components/textarea/Textarea.js +1 -1
  250. package/components/theme-select/ThemeSelect.d.ts +28 -0
  251. package/components/theme-select/ThemeSelect.js +1 -1
  252. package/components/thumbnail/Thumbnail.d.ts +64 -0
  253. package/components/thumbnail/Thumbnail.js +1 -1
  254. package/components/toast/Toast.d.ts +97 -0
  255. package/components/toast/Toast.js +1 -1
  256. package/components/toast/ToastContext.d.ts +17 -0
  257. package/components/toast/ToastContext.js +1 -1
  258. package/components/toggle/Toggle.d.ts +118 -0
  259. package/components/toggle/Toggle.js +1 -1
  260. package/components/tooltip/Tooltip.d.ts +37 -0
  261. package/components/tooltip/Tooltip.js +1 -1
  262. package/icons/AIDuotoneIcon.d.ts +5 -0
  263. package/icons/AIDuotoneIcon.js +1 -1
  264. package/icons/AIIcon.d.ts +2 -0
  265. package/icons/AIIcon.js +1 -1
  266. package/icons/ArrowDownDuotoneIcon.d.ts +2 -0
  267. package/icons/ArrowDownDuotoneIcon.js +1 -1
  268. package/icons/ArrowDownIcon.d.ts +2 -0
  269. package/icons/ArrowDownIcon.js +1 -1
  270. package/icons/ArrowLeftDuotoneIcon.d.ts +2 -0
  271. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  272. package/icons/ArrowLeftIcon.d.ts +2 -0
  273. package/icons/ArrowLeftIcon.js +1 -1
  274. package/icons/ArrowRightDuotoneIcon.d.ts +2 -0
  275. package/icons/ArrowRightDuotoneIcon.js +1 -1
  276. package/icons/ArrowRightIcon.d.ts +2 -0
  277. package/icons/ArrowRightIcon.js +1 -1
  278. package/icons/ArrowSwapDuotoneIcon.d.ts +5 -0
  279. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  280. package/icons/ArrowSwapIcon.d.ts +2 -0
  281. package/icons/ArrowSwapIcon.js +1 -1
  282. package/icons/ArrowUpDuotoneIcon.d.ts +2 -0
  283. package/icons/ArrowUpDuotoneIcon.js +1 -1
  284. package/icons/ArrowUpIcon.d.ts +2 -0
  285. package/icons/ArrowUpIcon.js +1 -1
  286. package/icons/BagDuotoneIcon.d.ts +5 -0
  287. package/icons/BagDuotoneIcon.js +1 -1
  288. package/icons/BagIcon.d.ts +2 -0
  289. package/icons/BagIcon.js +1 -1
  290. package/icons/BankDuotoneIcon.d.ts +5 -0
  291. package/icons/BankDuotoneIcon.js +1 -1
  292. package/icons/BankIcon.d.ts +2 -0
  293. package/icons/BankIcon.js +1 -1
  294. package/icons/BellDuotoneIcon.d.ts +5 -0
  295. package/icons/BellDuotoneIcon.js +1 -1
  296. package/icons/BellIcon.d.ts +2 -0
  297. package/icons/BellIcon.js +1 -1
  298. package/icons/BellOffDuotoneIcon.d.ts +5 -0
  299. package/icons/BellOffDuotoneIcon.js +1 -1
  300. package/icons/BellOffIcon.d.ts +2 -0
  301. package/icons/BellOffIcon.js +1 -1
  302. package/icons/BookDuotoneIcon.d.ts +5 -0
  303. package/icons/BookDuotoneIcon.js +1 -1
  304. package/icons/BookIcon.d.ts +2 -0
  305. package/icons/BookIcon.js +1 -1
  306. package/icons/BookmarkAddDuotoneIcon.d.ts +5 -0
  307. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  308. package/icons/BookmarkAddIcon.d.ts +2 -0
  309. package/icons/BookmarkAddIcon.js +1 -1
  310. package/icons/BookmarkCheckDuotoneIcon.d.ts +5 -0
  311. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  312. package/icons/BookmarkCheckIcon.d.ts +2 -0
  313. package/icons/BookmarkCheckIcon.js +1 -1
  314. package/icons/BookmarkDuotoneIcon.d.ts +2 -0
  315. package/icons/BookmarkDuotoneIcon.js +1 -1
  316. package/icons/BookmarkIcon.d.ts +2 -0
  317. package/icons/BookmarkIcon.js +1 -1
  318. package/icons/BookmarkOffDuotoneIcon.d.ts +5 -0
  319. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  320. package/icons/BookmarkOffIcon.d.ts +2 -0
  321. package/icons/BookmarkOffIcon.js +1 -1
  322. package/icons/BookmarkRemoveDuotoneIcon.d.ts +5 -0
  323. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  324. package/icons/BookmarkRemoveIcon.d.ts +2 -0
  325. package/icons/BookmarkRemoveIcon.js +1 -1
  326. package/icons/BookmarkSubtractDuotoneIcon.d.ts +5 -0
  327. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  328. package/icons/BookmarkSubtractIcon.d.ts +2 -0
  329. package/icons/BookmarkSubtractIcon.js +1 -1
  330. package/icons/BoxesDuotoneIcon.d.ts +5 -0
  331. package/icons/BoxesDuotoneIcon.js +1 -1
  332. package/icons/BoxesIcon.d.ts +2 -0
  333. package/icons/BoxesIcon.js +1 -1
  334. package/icons/BufferDuotoneIcon.d.ts +5 -0
  335. package/icons/BufferDuotoneIcon.js +1 -1
  336. package/icons/BufferIcon.d.ts +2 -0
  337. package/icons/BufferIcon.js +1 -1
  338. package/icons/CalculatorDuotoneIcon.d.ts +5 -0
  339. package/icons/CalculatorDuotoneIcon.js +1 -1
  340. package/icons/CalculatorIcon.d.ts +2 -0
  341. package/icons/CalculatorIcon.js +1 -1
  342. package/icons/CalendarDuotoneIcon.d.ts +5 -0
  343. package/icons/CalendarDuotoneIcon.js +1 -1
  344. package/icons/CalendarIcon.d.ts +2 -0
  345. package/icons/CalendarIcon.js +1 -1
  346. package/icons/CardDuotoneIcon.d.ts +5 -0
  347. package/icons/CardDuotoneIcon.js +1 -1
  348. package/icons/CardIcon.d.ts +2 -0
  349. package/icons/CardIcon.js +1 -1
  350. package/icons/CaretDownDuotoneIcon.d.ts +2 -0
  351. package/icons/CaretDownDuotoneIcon.js +1 -1
  352. package/icons/CaretDownIcon.d.ts +2 -0
  353. package/icons/CaretDownIcon.js +1 -1
  354. package/icons/CaretLeftDuotoneIcon.d.ts +2 -0
  355. package/icons/CaretLeftDuotoneIcon.js +1 -1
  356. package/icons/CaretLeftIcon.d.ts +2 -0
  357. package/icons/CaretLeftIcon.js +1 -1
  358. package/icons/CaretRightDuotoneIcon.d.ts +2 -0
  359. package/icons/CaretRightDuotoneIcon.js +1 -1
  360. package/icons/CaretRightIcon.d.ts +2 -0
  361. package/icons/CaretRightIcon.js +1 -1
  362. package/icons/CaretUpDuotoneIcon.d.ts +2 -0
  363. package/icons/CaretUpDuotoneIcon.js +1 -1
  364. package/icons/CaretUpIcon.d.ts +2 -0
  365. package/icons/CaretUpIcon.js +1 -1
  366. package/icons/CartDuotoneIcon.d.ts +5 -0
  367. package/icons/CartDuotoneIcon.js +1 -1
  368. package/icons/CartIcon.d.ts +2 -0
  369. package/icons/CartIcon.js +1 -1
  370. package/icons/ChartDuotoneIcon.d.ts +5 -0
  371. package/icons/ChartDuotoneIcon.js +1 -1
  372. package/icons/ChartIcon.d.ts +2 -0
  373. package/icons/ChartIcon.js +1 -1
  374. package/icons/CheckCircleDuotoneIcon.d.ts +5 -0
  375. package/icons/CheckCircleDuotoneIcon.js +1 -1
  376. package/icons/CheckCircleIcon.d.ts +2 -0
  377. package/icons/CheckCircleIcon.js +1 -1
  378. package/icons/CheckmarkDuotoneIcon.d.ts +2 -0
  379. package/icons/CheckmarkDuotoneIcon.js +1 -1
  380. package/icons/CheckmarkIcon.d.ts +2 -0
  381. package/icons/CheckmarkIcon.js +1 -1
  382. package/icons/CheckoutDuotoneIcon.d.ts +5 -0
  383. package/icons/CheckoutDuotoneIcon.js +1 -1
  384. package/icons/CheckoutIcon.d.ts +2 -0
  385. package/icons/CheckoutIcon.js +1 -1
  386. package/icons/ChevronDownCircleDuotoneIcon.d.ts +5 -0
  387. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  388. package/icons/ChevronDownCircleIcon.d.ts +2 -0
  389. package/icons/ChevronDownCircleIcon.js +1 -1
  390. package/icons/ChevronDownDuotoneIcon.d.ts +2 -0
  391. package/icons/ChevronDownDuotoneIcon.js +1 -1
  392. package/icons/ChevronDownIcon.d.ts +2 -0
  393. package/icons/ChevronDownIcon.js +1 -1
  394. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +5 -0
  395. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  396. package/icons/ChevronLeftCircleIcon.d.ts +2 -0
  397. package/icons/ChevronLeftCircleIcon.js +1 -1
  398. package/icons/ChevronLeftDuotoneIcon.d.ts +2 -0
  399. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  400. package/icons/ChevronLeftIcon.d.ts +2 -0
  401. package/icons/ChevronLeftIcon.js +1 -1
  402. package/icons/ChevronRightCircleDuotoneIcon.d.ts +5 -0
  403. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  404. package/icons/ChevronRightCircleIcon.d.ts +2 -0
  405. package/icons/ChevronRightCircleIcon.js +1 -1
  406. package/icons/ChevronRightDuotoneIcon.d.ts +2 -0
  407. package/icons/ChevronRightDuotoneIcon.js +1 -1
  408. package/icons/ChevronRightIcon.d.ts +2 -0
  409. package/icons/ChevronRightIcon.js +1 -1
  410. package/icons/ChevronUpCircleDuotoneIcon.d.ts +2 -0
  411. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  412. package/icons/ChevronUpCircleIcon.d.ts +2 -0
  413. package/icons/ChevronUpCircleIcon.js +1 -1
  414. package/icons/ChevronUpDuotoneIcon.d.ts +2 -0
  415. package/icons/ChevronUpDuotoneIcon.js +1 -1
  416. package/icons/ChevronUpIcon.d.ts +2 -0
  417. package/icons/ChevronUpIcon.js +1 -1
  418. package/icons/CircleDuotoneIcon.d.ts +2 -0
  419. package/icons/CircleDuotoneIcon.js +1 -1
  420. package/icons/CircleIcon.d.ts +2 -0
  421. package/icons/CircleIcon.js +1 -1
  422. package/icons/ClassifyDuotoneIcon.d.ts +5 -0
  423. package/icons/ClassifyDuotoneIcon.js +1 -1
  424. package/icons/ClassifyIcon.d.ts +2 -0
  425. package/icons/ClassifyIcon.js +1 -1
  426. package/icons/ClearDuotoneIcon.d.ts +5 -0
  427. package/icons/ClearDuotoneIcon.js +1 -1
  428. package/icons/ClearIcon.d.ts +2 -0
  429. package/icons/ClearIcon.js +1 -1
  430. package/icons/ClockDuotoneIcon.d.ts +5 -0
  431. package/icons/ClockDuotoneIcon.js +1 -1
  432. package/icons/ClockIcon.d.ts +2 -0
  433. package/icons/ClockIcon.js +1 -1
  434. package/icons/CodeCircleDuotoneIcon.d.ts +5 -0
  435. package/icons/CodeCircleDuotoneIcon.js +1 -1
  436. package/icons/CodeCircleIcon.d.ts +2 -0
  437. package/icons/CodeCircleIcon.js +1 -1
  438. package/icons/CodeDuotoneIcon.d.ts +5 -0
  439. package/icons/CodeDuotoneIcon.js +1 -1
  440. package/icons/CodeIcon.d.ts +2 -0
  441. package/icons/CodeIcon.js +1 -1
  442. package/icons/CoinsDuotoneIcon.d.ts +5 -0
  443. package/icons/CoinsDuotoneIcon.js +1 -1
  444. package/icons/CoinsIcon.d.ts +2 -0
  445. package/icons/CoinsIcon.js +1 -1
  446. package/icons/CollectDuotoneIcon.d.ts +5 -0
  447. package/icons/CollectDuotoneIcon.js +1 -1
  448. package/icons/CollectIcon.d.ts +2 -0
  449. package/icons/CollectIcon.js +1 -1
  450. package/icons/CommentDuotoneIcon.d.ts +5 -0
  451. package/icons/CommentDuotoneIcon.js +1 -1
  452. package/icons/CommentIcon.d.ts +2 -0
  453. package/icons/CommentIcon.js +1 -1
  454. package/icons/CopilotDuotoneIcon.d.ts +5 -0
  455. package/icons/CopilotDuotoneIcon.js +1 -1
  456. package/icons/CopilotIcon.d.ts +2 -0
  457. package/icons/CopilotIcon.js +1 -1
  458. package/icons/CopyDuotoneIcon.d.ts +5 -0
  459. package/icons/CopyDuotoneIcon.js +1 -1
  460. package/icons/CopyIDIcon.d.ts +2 -0
  461. package/icons/CopyIDIcon.js +1 -1
  462. package/icons/CopyIcon.d.ts +2 -0
  463. package/icons/CopyIcon.js +1 -1
  464. package/icons/CubeDuotoneIcon.d.ts +5 -0
  465. package/icons/CubeDuotoneIcon.js +1 -1
  466. package/icons/CubeIcon.d.ts +2 -0
  467. package/icons/CubeIcon.js +1 -1
  468. package/icons/DashboardDuotoneIcon.d.ts +5 -0
  469. package/icons/DashboardDuotoneIcon.js +1 -1
  470. package/icons/DashboardIcon.d.ts +2 -0
  471. package/icons/DashboardIcon.js +1 -1
  472. package/icons/DiamondDuotoneIcon.d.ts +2 -0
  473. package/icons/DiamondDuotoneIcon.js +1 -1
  474. package/icons/DiamondIcon.d.ts +2 -0
  475. package/icons/DiamondIcon.js +1 -1
  476. package/icons/DislikeDuotoneIcon.d.ts +5 -0
  477. package/icons/DislikeDuotoneIcon.js +1 -1
  478. package/icons/DislikeIcon.d.ts +2 -0
  479. package/icons/DislikeIcon.js +1 -1
  480. package/icons/DocsDuotoneIcon.d.ts +5 -0
  481. package/icons/DocsDuotoneIcon.js +1 -1
  482. package/icons/DocsIcon.d.ts +2 -0
  483. package/icons/DocsIcon.js +1 -1
  484. package/icons/DollarDuotoneIcon.d.ts +5 -0
  485. package/icons/DollarDuotoneIcon.js +1 -1
  486. package/icons/DollarIcon.d.ts +2 -0
  487. package/icons/DollarIcon.js +1 -1
  488. package/icons/DoubleChevronDuotoneIcon.d.ts +5 -0
  489. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  490. package/icons/DoubleChevronIcon.d.ts +2 -0
  491. package/icons/DoubleChevronIcon.js +1 -1
  492. package/icons/DragDuotoneIcon.d.ts +5 -0
  493. package/icons/DragDuotoneIcon.js +1 -1
  494. package/icons/DragIcon.d.ts +2 -0
  495. package/icons/DragIcon.js +1 -1
  496. package/icons/EditDuotoneIcon.d.ts +5 -0
  497. package/icons/EditDuotoneIcon.js +1 -1
  498. package/icons/EditIcon.d.ts +2 -0
  499. package/icons/EditIcon.js +1 -1
  500. package/icons/ExclamationMarkDuotoneIcon.d.ts +5 -0
  501. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  502. package/icons/ExclamationMarkIcon.d.ts +2 -0
  503. package/icons/ExclamationMarkIcon.js +1 -1
  504. package/icons/ExportDuotoneIcon.d.ts +5 -0
  505. package/icons/ExportDuotoneIcon.js +1 -1
  506. package/icons/ExportIcon.d.ts +2 -0
  507. package/icons/ExportIcon.js +1 -1
  508. package/icons/ExternalDuotoneIcon.d.ts +5 -0
  509. package/icons/ExternalDuotoneIcon.js +1 -1
  510. package/icons/ExternalIcon.d.ts +2 -0
  511. package/icons/ExternalIcon.js +1 -1
  512. package/icons/EyeDuotoneIcon.d.ts +5 -0
  513. package/icons/EyeDuotoneIcon.js +1 -1
  514. package/icons/EyeIcon.d.ts +2 -0
  515. package/icons/EyeIcon.js +1 -1
  516. package/icons/EyeOffDuotoneIcon.d.ts +5 -0
  517. package/icons/EyeOffDuotoneIcon.js +1 -1
  518. package/icons/EyeOffIcon.d.ts +2 -0
  519. package/icons/EyeOffIcon.js +1 -1
  520. package/icons/FileDuotoneIcon.d.ts +5 -0
  521. package/icons/FileDuotoneIcon.js +1 -1
  522. package/icons/FileIcon.d.ts +2 -0
  523. package/icons/FileIcon.js +1 -1
  524. package/icons/FileUploadDuotoneIcon.d.ts +5 -0
  525. package/icons/FileUploadDuotoneIcon.js +1 -1
  526. package/icons/FileUploadIcon.d.ts +2 -0
  527. package/icons/FileUploadIcon.js +1 -1
  528. package/icons/FilterDuotoneIcon.d.ts +5 -0
  529. package/icons/FilterDuotoneIcon.js +1 -1
  530. package/icons/FilterIcon.d.ts +2 -0
  531. package/icons/FilterIcon.js +1 -1
  532. package/icons/FolderListDuotoneIcon.d.ts +5 -0
  533. package/icons/FolderListDuotoneIcon.js +1 -1
  534. package/icons/FolderListIcon.d.ts +2 -0
  535. package/icons/FolderListIcon.js +1 -1
  536. package/icons/FolderUploadDuotoneIcon.d.ts +5 -0
  537. package/icons/FolderUploadDuotoneIcon.js +1 -1
  538. package/icons/FolderUploadIcon.d.ts +2 -0
  539. package/icons/FolderUploadIcon.js +1 -1
  540. package/icons/FusionDuotoneIcon.d.ts +5 -0
  541. package/icons/FusionDuotoneIcon.js +1 -1
  542. package/icons/FusionIcon.d.ts +2 -0
  543. package/icons/FusionIcon.js +1 -1
  544. package/icons/GlobeDuotoneIcon.d.ts +5 -0
  545. package/icons/GlobeDuotoneIcon.js +1 -1
  546. package/icons/GlobeIcon.d.ts +2 -0
  547. package/icons/GlobeIcon.js +1 -1
  548. package/icons/GraphQLDuotoneIcon.d.ts +2 -0
  549. package/icons/GraphQLDuotoneIcon.js +1 -1
  550. package/icons/GraphQLIcon.d.ts +2 -0
  551. package/icons/GraphQLIcon.js +1 -1
  552. package/icons/GridDuotoneIcon.d.ts +5 -0
  553. package/icons/GridDuotoneIcon.js +1 -1
  554. package/icons/GridIcon.d.ts +2 -0
  555. package/icons/GridIcon.js +1 -1
  556. package/icons/HelloDuotoneIcon.d.ts +5 -0
  557. package/icons/HelloDuotoneIcon.js +1 -1
  558. package/icons/HelloIcon.d.ts +2 -0
  559. package/icons/HelloIcon.js +1 -1
  560. package/icons/HelpDuotoneIcon.d.ts +5 -0
  561. package/icons/HelpDuotoneIcon.js +1 -1
  562. package/icons/HelpIcon.d.ts +2 -0
  563. package/icons/HelpIcon.js +1 -1
  564. package/icons/HexagonDuotoneIcon.d.ts +2 -0
  565. package/icons/HexagonDuotoneIcon.js +1 -1
  566. package/icons/HexagonIcon.d.ts +2 -0
  567. package/icons/HexagonIcon.js +1 -1
  568. package/icons/HomeDuotoneIcon.d.ts +5 -0
  569. package/icons/HomeDuotoneIcon.js +1 -1
  570. package/icons/HomeIcon.d.ts +2 -0
  571. package/icons/HomeIcon.js +1 -1
  572. package/icons/ImageDuotoneIcon.d.ts +5 -0
  573. package/icons/ImageDuotoneIcon.js +1 -1
  574. package/icons/ImageIcon.d.ts +2 -0
  575. package/icons/ImageIcon.js +1 -1
  576. package/icons/ImportDuotoneIcon.d.ts +5 -0
  577. package/icons/ImportDuotoneIcon.js +1 -1
  578. package/icons/ImportIcon.d.ts +2 -0
  579. package/icons/ImportIcon.js +1 -1
  580. package/icons/InfoDuotoneIcon.d.ts +5 -0
  581. package/icons/InfoDuotoneIcon.js +1 -1
  582. package/icons/InfoIcon.d.ts +2 -0
  583. package/icons/InfoIcon.js +1 -1
  584. package/icons/IntegrationDuotoneIcon.d.ts +5 -0
  585. package/icons/IntegrationDuotoneIcon.js +1 -1
  586. package/icons/IntegrationIcon.d.ts +2 -0
  587. package/icons/IntegrationIcon.js +1 -1
  588. package/icons/LandedCostDuotoneIcon.d.ts +5 -0
  589. package/icons/LandedCostDuotoneIcon.js +1 -1
  590. package/icons/LandedCostIcon.d.ts +2 -0
  591. package/icons/LandedCostIcon.js +1 -1
  592. package/icons/LaptopDuotoneIcon.d.ts +5 -0
  593. package/icons/LaptopDuotoneIcon.js +1 -1
  594. package/icons/LaptopIcon.d.ts +2 -0
  595. package/icons/LaptopIcon.js +1 -1
  596. package/icons/LeftPanelClosedDuotoneIcon.d.ts +5 -0
  597. package/icons/LeftPanelClosedDuotoneIcon.js +1 -1
  598. package/icons/LeftPanelClosedIcon.d.ts +2 -0
  599. package/icons/LeftPanelClosedIcon.js +1 -1
  600. package/icons/LeftPanelOpenDuotoneIcon.d.ts +5 -0
  601. package/icons/LeftPanelOpenDuotoneIcon.js +1 -1
  602. package/icons/LeftPanelOpenIcon.d.ts +2 -0
  603. package/icons/LeftPanelOpenIcon.js +1 -1
  604. package/icons/LightDuotoneIcon.d.ts +5 -0
  605. package/icons/LightDuotoneIcon.js +1 -1
  606. package/icons/LightIcon.d.ts +2 -0
  607. package/icons/LightIcon.js +1 -1
  608. package/icons/LikeDuotoneIcon.d.ts +5 -0
  609. package/icons/LikeDuotoneIcon.js +1 -1
  610. package/icons/LikeIcon.d.ts +2 -0
  611. package/icons/LikeIcon.js +1 -1
  612. package/icons/LineDownDuotoneIcon.d.ts +5 -0
  613. package/icons/LineDownDuotoneIcon.js +1 -1
  614. package/icons/LineDownIcon.d.ts +2 -0
  615. package/icons/LineDownIcon.js +1 -1
  616. package/icons/LineUpDuotoneIcon.d.ts +5 -0
  617. package/icons/LineUpDuotoneIcon.js +1 -1
  618. package/icons/LineUpIcon.d.ts +2 -0
  619. package/icons/LineUpIcon.js +1 -1
  620. package/icons/LinkDuotoneIcon.d.ts +5 -0
  621. package/icons/LinkDuotoneIcon.js +1 -1
  622. package/icons/LinkIcon.d.ts +2 -0
  623. package/icons/LinkIcon.js +1 -1
  624. package/icons/LocationDuotoneIcon.d.ts +5 -0
  625. package/icons/LocationDuotoneIcon.js +1 -1
  626. package/icons/LocationIcon.d.ts +2 -0
  627. package/icons/LocationIcon.js +1 -1
  628. package/icons/LockDuotoneIcon.d.ts +5 -0
  629. package/icons/LockDuotoneIcon.js +1 -1
  630. package/icons/LockIcon.d.ts +2 -0
  631. package/icons/LockIcon.js +1 -1
  632. package/icons/LoginDuotoneIcon.d.ts +5 -0
  633. package/icons/LoginDuotoneIcon.js +1 -1
  634. package/icons/LoginIcon.d.ts +2 -0
  635. package/icons/LoginIcon.js +1 -1
  636. package/icons/LogoutDuotoneIcon.d.ts +5 -0
  637. package/icons/LogoutDuotoneIcon.js +1 -1
  638. package/icons/LogoutIcon.d.ts +2 -0
  639. package/icons/LogoutIcon.js +1 -1
  640. package/icons/MailDuotoneIcon.d.ts +5 -0
  641. package/icons/MailDuotoneIcon.js +1 -1
  642. package/icons/MailIcon.d.ts +2 -0
  643. package/icons/MailIcon.js +1 -1
  644. package/icons/MaximizeDuotoneIcon.d.ts +5 -0
  645. package/icons/MaximizeDuotoneIcon.js +1 -1
  646. package/icons/MaximizeIcon.d.ts +2 -0
  647. package/icons/MaximizeIcon.js +1 -1
  648. package/icons/MenuDuotoneIcon.d.ts +5 -0
  649. package/icons/MenuDuotoneIcon.js +1 -1
  650. package/icons/MenuIcon.d.ts +2 -0
  651. package/icons/MenuIcon.js +1 -1
  652. package/icons/MinimizeDuotoneIcon.d.ts +5 -0
  653. package/icons/MinimizeDuotoneIcon.js +1 -1
  654. package/icons/MinimizeIcon.d.ts +2 -0
  655. package/icons/MinimizeIcon.js +1 -1
  656. package/icons/MinusCircleDuotoneIcon.d.ts +5 -0
  657. package/icons/MinusCircleDuotoneIcon.js +1 -1
  658. package/icons/MinusCircleIcon.d.ts +2 -0
  659. package/icons/MinusCircleIcon.js +1 -1
  660. package/icons/MinusDuotoneIcon.d.ts +2 -0
  661. package/icons/MinusDuotoneIcon.js +1 -1
  662. package/icons/MinusIcon.d.ts +2 -0
  663. package/icons/MinusIcon.js +1 -1
  664. package/icons/MobileDuotoneIcon.d.ts +5 -0
  665. package/icons/MobileDuotoneIcon.js +1 -1
  666. package/icons/MobileIcon.d.ts +2 -0
  667. package/icons/MobileIcon.js +1 -1
  668. package/icons/MoneyDuotoneIcon.d.ts +5 -0
  669. package/icons/MoneyDuotoneIcon.js +1 -1
  670. package/icons/MoneyIcon.d.ts +2 -0
  671. package/icons/MoneyIcon.js +1 -1
  672. package/icons/MonitorDuotoneIcon.d.ts +5 -0
  673. package/icons/MonitorDuotoneIcon.js +1 -1
  674. package/icons/MonitorIcon.d.ts +2 -0
  675. package/icons/MonitorIcon.js +1 -1
  676. package/icons/NightDuotoneIcon.d.ts +2 -0
  677. package/icons/NightDuotoneIcon.js +1 -1
  678. package/icons/NightIcon.d.ts +2 -0
  679. package/icons/NightIcon.js +1 -1
  680. package/icons/NoteIcon.d.ts +2 -0
  681. package/icons/NoteIcon.js +1 -1
  682. package/icons/PaletteDuotoneIcon.d.ts +5 -0
  683. package/icons/PaletteDuotoneIcon.js +1 -1
  684. package/icons/PaletteIcon.d.ts +2 -0
  685. package/icons/PaletteIcon.js +1 -1
  686. package/icons/PauseCircleDuotoneIcon.d.ts +5 -0
  687. package/icons/PauseCircleDuotoneIcon.js +1 -1
  688. package/icons/PauseCircleIcon.d.ts +2 -0
  689. package/icons/PauseCircleIcon.js +1 -1
  690. package/icons/PenDuotoneIcon.d.ts +5 -0
  691. package/icons/PenDuotoneIcon.js +1 -1
  692. package/icons/PenIcon.d.ts +2 -0
  693. package/icons/PenIcon.js +1 -1
  694. package/icons/PercentBadgeDuotoneIcon.d.ts +5 -0
  695. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  696. package/icons/PercentBadgeIcon.d.ts +2 -0
  697. package/icons/PercentBadgeIcon.js +1 -1
  698. package/icons/PercentDuotoneIcon.d.ts +5 -0
  699. package/icons/PercentDuotoneIcon.js +1 -1
  700. package/icons/PercentIcon.d.ts +2 -0
  701. package/icons/PercentIcon.js +1 -1
  702. package/icons/PlaneDuotoneIcon.d.ts +5 -0
  703. package/icons/PlaneDuotoneIcon.js +1 -1
  704. package/icons/PlaneIcon.d.ts +2 -0
  705. package/icons/PlaneIcon.js +1 -1
  706. package/icons/PlayCircleDuotoneIcon.d.ts +5 -0
  707. package/icons/PlayCircleDuotoneIcon.js +1 -1
  708. package/icons/PlayCircleIcon.d.ts +2 -0
  709. package/icons/PlayCircleIcon.js +1 -1
  710. package/icons/PlayDuotoneIcon.d.ts +2 -0
  711. package/icons/PlayDuotoneIcon.js +1 -1
  712. package/icons/PlayIcon.d.ts +2 -0
  713. package/icons/PlayIcon.js +1 -1
  714. package/icons/PlusCircleDuotoneIcon.d.ts +5 -0
  715. package/icons/PlusCircleDuotoneIcon.js +1 -1
  716. package/icons/PlusCircleIcon.d.ts +2 -0
  717. package/icons/PlusCircleIcon.js +1 -1
  718. package/icons/PlusDuotoneIcon.d.ts +2 -0
  719. package/icons/PlusDuotoneIcon.js +1 -1
  720. package/icons/PlusIcon.d.ts +2 -0
  721. package/icons/PlusIcon.js +1 -1
  722. package/icons/PrepayDuotoneIcon.d.ts +5 -0
  723. package/icons/PrepayDuotoneIcon.js +1 -1
  724. package/icons/PrepayIcon.d.ts +2 -0
  725. package/icons/PrepayIcon.js +1 -1
  726. package/icons/PrinterDuotoneIcon.d.ts +5 -0
  727. package/icons/PrinterDuotoneIcon.js +1 -1
  728. package/icons/PrinterIcon.d.ts +2 -0
  729. package/icons/PrinterIcon.js +1 -1
  730. package/icons/RadioIcon.d.ts +2 -0
  731. package/icons/RadioIcon.js +1 -1
  732. package/icons/RateDuotoneIcon.d.ts +5 -0
  733. package/icons/RateDuotoneIcon.js +1 -1
  734. package/icons/RateIcon.d.ts +2 -0
  735. package/icons/RateIcon.js +1 -1
  736. package/icons/ReceiptDuotoneIcon.d.ts +5 -0
  737. package/icons/ReceiptDuotoneIcon.js +1 -1
  738. package/icons/ReceiptIcon.d.ts +2 -0
  739. package/icons/ReceiptIcon.js +1 -1
  740. package/icons/RefreshDuotoneIcon.d.ts +5 -0
  741. package/icons/RefreshDuotoneIcon.js +1 -1
  742. package/icons/RefreshIcon.d.ts +2 -0
  743. package/icons/RefreshIcon.js +1 -1
  744. package/icons/RemoveCircleDuotoneIcon.d.ts +5 -0
  745. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  746. package/icons/RemoveCircleIcon.d.ts +2 -0
  747. package/icons/RemoveCircleIcon.js +1 -1
  748. package/icons/RemoveDuotoneIcon.d.ts +2 -0
  749. package/icons/RemoveDuotoneIcon.js +1 -1
  750. package/icons/RemoveIcon.d.ts +2 -0
  751. package/icons/RemoveIcon.js +1 -1
  752. package/icons/RestrictDuotoneIcon.d.ts +5 -0
  753. package/icons/RestrictDuotoneIcon.js +1 -1
  754. package/icons/RestrictIcon.d.ts +2 -0
  755. package/icons/RestrictIcon.js +1 -1
  756. package/icons/RightPanelClosedDuotoneIcon.d.ts +5 -0
  757. package/icons/RightPanelClosedDuotoneIcon.js +1 -1
  758. package/icons/RightPanelClosedIcon.d.ts +2 -0
  759. package/icons/RightPanelClosedIcon.js +1 -1
  760. package/icons/RightPanelOpenDuotoneIcon.d.ts +5 -0
  761. package/icons/RightPanelOpenDuotoneIcon.js +1 -1
  762. package/icons/RightPanelOpenIcon.d.ts +2 -0
  763. package/icons/RightPanelOpenIcon.js +1 -1
  764. package/icons/RocketDuotoneIcon.d.ts +5 -0
  765. package/icons/RocketDuotoneIcon.js +1 -1
  766. package/icons/RocketIcon.d.ts +2 -0
  767. package/icons/RocketIcon.js +1 -1
  768. package/icons/RulesIcon.d.ts +2 -0
  769. package/icons/RulesIcon.js +1 -1
  770. package/icons/ScanDuotoneIcon.d.ts +5 -0
  771. package/icons/ScanDuotoneIcon.js +1 -1
  772. package/icons/ScanIcon.d.ts +2 -0
  773. package/icons/ScanIcon.js +1 -1
  774. package/icons/ScreenDuotoneIcon.d.ts +5 -0
  775. package/icons/ScreenDuotoneIcon.js +1 -1
  776. package/icons/ScreenIcon.d.ts +2 -0
  777. package/icons/ScreenIcon.js +1 -1
  778. package/icons/SearchDuotoneIcon.d.ts +5 -0
  779. package/icons/SearchDuotoneIcon.js +1 -1
  780. package/icons/SearchIcon.d.ts +2 -0
  781. package/icons/SearchIcon.js +1 -1
  782. package/icons/SendDuotoneIcon.d.ts +5 -0
  783. package/icons/SendDuotoneIcon.js +1 -1
  784. package/icons/SendIcon.d.ts +2 -0
  785. package/icons/SendIcon.js +1 -1
  786. package/icons/SettingsDuotoneIcon.d.ts +5 -0
  787. package/icons/SettingsDuotoneIcon.js +1 -1
  788. package/icons/SettingsIcon.d.ts +2 -0
  789. package/icons/SettingsIcon.js +1 -1
  790. package/icons/ShoppingListDuotoneIcon.d.ts +5 -0
  791. package/icons/ShoppingListDuotoneIcon.js +1 -1
  792. package/icons/ShoppingListIcon.d.ts +2 -0
  793. package/icons/ShoppingListIcon.js +1 -1
  794. package/icons/ShoppingTagDuotoneIcon.d.ts +5 -0
  795. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  796. package/icons/ShoppingTagIcon.d.ts +2 -0
  797. package/icons/ShoppingTagIcon.js +1 -1
  798. package/icons/SquareDuotoneIcon.d.ts +2 -0
  799. package/icons/SquareDuotoneIcon.js +1 -1
  800. package/icons/SquareIcon.d.ts +2 -0
  801. package/icons/SquareIcon.js +1 -1
  802. package/icons/StarDuotoneIcon.d.ts +2 -0
  803. package/icons/StarDuotoneIcon.js +1 -1
  804. package/icons/StarIcon.d.ts +2 -0
  805. package/icons/StarIcon.js +1 -1
  806. package/icons/StarOffDuotoneIcon.d.ts +5 -0
  807. package/icons/StarOffDuotoneIcon.js +1 -1
  808. package/icons/StarOffIcon.d.ts +2 -0
  809. package/icons/StarOffIcon.js +1 -1
  810. package/icons/StarsDuotoneIcon.d.ts +5 -0
  811. package/icons/StarsDuotoneIcon.js +1 -1
  812. package/icons/StarsIcon.d.ts +2 -0
  813. package/icons/StarsIcon.js +1 -1
  814. package/icons/SunnyDuotoneIcon.d.ts +5 -0
  815. package/icons/SunnyDuotoneIcon.js +1 -1
  816. package/icons/SunnyIcon.d.ts +2 -0
  817. package/icons/SunnyIcon.js +1 -1
  818. package/icons/TagDuotoneIcon.d.ts +5 -0
  819. package/icons/TagDuotoneIcon.js +1 -1
  820. package/icons/TagIcon.d.ts +2 -0
  821. package/icons/TagIcon.js +1 -1
  822. package/icons/TaxDuotoneIcon.d.ts +5 -0
  823. package/icons/TaxDuotoneIcon.js +1 -1
  824. package/icons/TaxIcon.d.ts +2 -0
  825. package/icons/TaxIcon.js +1 -1
  826. package/icons/ThreeDotDuotoneIcon.d.ts +2 -0
  827. package/icons/ThreeDotDuotoneIcon.js +1 -1
  828. package/icons/ThreeDotIcon.d.ts +2 -0
  829. package/icons/ThreeDotIcon.js +1 -1
  830. package/icons/TotalLandedCostDuotoneIcon.d.ts +5 -0
  831. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  832. package/icons/TotalLandedCostIcon.d.ts +2 -0
  833. package/icons/TotalLandedCostIcon.js +1 -1
  834. package/icons/TrashCanDuotoneIcon.d.ts +5 -0
  835. package/icons/TrashCanDuotoneIcon.js +1 -1
  836. package/icons/TrashCanIcon.d.ts +2 -0
  837. package/icons/TrashCanIcon.js +1 -1
  838. package/icons/TriangleDuotoneIcon.d.ts +2 -0
  839. package/icons/TriangleDuotoneIcon.js +1 -1
  840. package/icons/TriangleIcon.d.ts +2 -0
  841. package/icons/TriangleIcon.js +1 -1
  842. package/icons/TruckDuotoneIcon.d.ts +5 -0
  843. package/icons/TruckDuotoneIcon.js +1 -1
  844. package/icons/TruckIcon.d.ts +2 -0
  845. package/icons/TruckIcon.js +1 -1
  846. package/icons/UFODuotoneIcon.d.ts +5 -0
  847. package/icons/UFODuotoneIcon.js +1 -1
  848. package/icons/UFOIcon.d.ts +2 -0
  849. package/icons/UFOIcon.js +1 -1
  850. package/icons/UserDuotoneIcon.d.ts +5 -0
  851. package/icons/UserDuotoneIcon.js +1 -1
  852. package/icons/UserIcon.d.ts +2 -0
  853. package/icons/UserIcon.js +1 -1
  854. package/icons/UsersIcon.d.ts +2 -0
  855. package/icons/UsersIcon.js +1 -1
  856. package/icons/UtahDuotoneIcon.d.ts +2 -0
  857. package/icons/UtahDuotoneIcon.js +1 -1
  858. package/icons/UtahIcon.d.ts +2 -0
  859. package/icons/UtahIcon.js +1 -1
  860. package/icons/WarningDuotoneIcon.d.ts +5 -0
  861. package/icons/WarningDuotoneIcon.js +1 -1
  862. package/icons/WarningIcon.d.ts +2 -0
  863. package/icons/WarningIcon.js +1 -1
  864. package/icons/custom/AvatarIcon.d.ts +2 -0
  865. package/icons/custom/AvatarIcon.js +1 -1
  866. package/icons/custom/logo/ZonosIcon.d.ts +2 -0
  867. package/icons/custom/logo/ZonosIcon.js +1 -1
  868. package/icons/custom/logo/ZonosLogoIcon.d.ts +2 -0
  869. package/icons/custom/logo/ZonosLogoIcon.js +1 -1
  870. package/icons/custom/logo/ZonosWordmark.d.ts +2 -0
  871. package/icons/custom/logo/ZonosWordmark.js +1 -1
  872. package/icons/custom/products/CheckoutColorIcon.d.ts +2 -0
  873. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  874. package/icons/custom/products/ClassifyColorIcon.d.ts +2 -0
  875. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  876. package/icons/custom/products/ClearColorIcon.d.ts +2 -0
  877. package/icons/custom/products/ClearColorIcon.js +1 -1
  878. package/icons/custom/products/CollectColorIcon.d.ts +2 -0
  879. package/icons/custom/products/CollectColorIcon.js +1 -1
  880. package/icons/custom/products/CounterCompanionColorIcon.d.ts +2 -0
  881. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  882. package/icons/custom/products/DashboardColorIcon.d.ts +2 -0
  883. package/icons/custom/products/DashboardColorIcon.js +1 -1
  884. package/icons/custom/products/HelloColorIcon.d.ts +2 -0
  885. package/icons/custom/products/HelloColorIcon.js +1 -1
  886. package/icons/custom/products/InclusivePricingColorIcon.d.ts +2 -0
  887. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  888. package/icons/custom/products/LandedCostColorIcon.d.ts +2 -0
  889. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  890. package/icons/custom/products/PrepayColorIcon.d.ts +2 -0
  891. package/icons/custom/products/PrepayColorIcon.js +1 -1
  892. package/icons/custom/products/RateColorIcon.d.ts +2 -0
  893. package/icons/custom/products/RateColorIcon.js +1 -1
  894. package/icons/custom/products/RestrictColorIcon.d.ts +2 -0
  895. package/icons/custom/products/RestrictColorIcon.js +1 -1
  896. package/icons/custom/products/ScreenColorIcon.d.ts +2 -0
  897. package/icons/custom/products/ScreenColorIcon.js +1 -1
  898. package/icons/custom/products/TaxColorIcon.d.ts +2 -0
  899. package/icons/custom/products/TaxColorIcon.js +1 -1
  900. package/icons/custom/theme/ThemeDarkIcon.d.ts +3 -0
  901. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  902. package/icons/custom/theme/ThemeLightIcon.d.ts +3 -0
  903. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  904. package/icons/custom/us-states/AlabamaIcon.d.ts +2 -0
  905. package/icons/custom/us-states/AlabamaIcon.js +1 -1
  906. package/icons/custom/us-states/AlaskaIcon.d.ts +2 -0
  907. package/icons/custom/us-states/AlaskaIcon.js +1 -1
  908. package/icons/custom/us-states/ArizonaIcon.d.ts +2 -0
  909. package/icons/custom/us-states/ArizonaIcon.js +1 -1
  910. package/icons/custom/us-states/ArkansasIcon.d.ts +2 -0
  911. package/icons/custom/us-states/ArkansasIcon.js +1 -1
  912. package/icons/custom/us-states/CaliforniaIcon.d.ts +2 -0
  913. package/icons/custom/us-states/CaliforniaIcon.js +1 -1
  914. package/icons/custom/us-states/ColoradoIcon.d.ts +2 -0
  915. package/icons/custom/us-states/ColoradoIcon.js +1 -1
  916. package/icons/custom/us-states/ConnecticutIcon.d.ts +2 -0
  917. package/icons/custom/us-states/ConnecticutIcon.js +1 -1
  918. package/icons/custom/us-states/DelawareIcon.d.ts +2 -0
  919. package/icons/custom/us-states/DelawareIcon.js +1 -1
  920. package/icons/custom/us-states/FloridaIcon.d.ts +2 -0
  921. package/icons/custom/us-states/FloridaIcon.js +1 -1
  922. package/icons/custom/us-states/GeorgiaIcon.d.ts +2 -0
  923. package/icons/custom/us-states/GeorgiaIcon.js +1 -1
  924. package/icons/custom/us-states/HawaiiIcon.d.ts +2 -0
  925. package/icons/custom/us-states/HawaiiIcon.js +1 -1
  926. package/icons/custom/us-states/IdahoIcon.d.ts +2 -0
  927. package/icons/custom/us-states/IdahoIcon.js +1 -1
  928. package/icons/custom/us-states/IllinoisIcon.d.ts +2 -0
  929. package/icons/custom/us-states/IllinoisIcon.js +1 -1
  930. package/icons/custom/us-states/IndianaIcon.d.ts +2 -0
  931. package/icons/custom/us-states/IndianaIcon.js +1 -1
  932. package/icons/custom/us-states/IowaIcon.d.ts +2 -0
  933. package/icons/custom/us-states/IowaIcon.js +1 -1
  934. package/icons/custom/us-states/KansasIcon.d.ts +2 -0
  935. package/icons/custom/us-states/KansasIcon.js +1 -1
  936. package/icons/custom/us-states/KentuckyIcon.d.ts +2 -0
  937. package/icons/custom/us-states/KentuckyIcon.js +1 -1
  938. package/icons/custom/us-states/LouisianaIcon.d.ts +2 -0
  939. package/icons/custom/us-states/LouisianaIcon.js +1 -1
  940. package/icons/custom/us-states/MaineIcon.d.ts +2 -0
  941. package/icons/custom/us-states/MaineIcon.js +1 -1
  942. package/icons/custom/us-states/MarylandIcon.d.ts +2 -0
  943. package/icons/custom/us-states/MarylandIcon.js +1 -1
  944. package/icons/custom/us-states/MassachusettsIcon.d.ts +2 -0
  945. package/icons/custom/us-states/MassachusettsIcon.js +1 -1
  946. package/icons/custom/us-states/MichiganIcon.d.ts +2 -0
  947. package/icons/custom/us-states/MichiganIcon.js +1 -1
  948. package/icons/custom/us-states/MinnesotaIcon.d.ts +2 -0
  949. package/icons/custom/us-states/MinnesotaIcon.js +1 -1
  950. package/icons/custom/us-states/MississippiIcon.d.ts +2 -0
  951. package/icons/custom/us-states/MississippiIcon.js +1 -1
  952. package/icons/custom/us-states/MissouriIcon.d.ts +2 -0
  953. package/icons/custom/us-states/MissouriIcon.js +1 -1
  954. package/icons/custom/us-states/MontanaIcon.d.ts +2 -0
  955. package/icons/custom/us-states/MontanaIcon.js +1 -1
  956. package/icons/custom/us-states/NebraskaIcon.d.ts +2 -0
  957. package/icons/custom/us-states/NebraskaIcon.js +1 -1
  958. package/icons/custom/us-states/NevadaIcon.d.ts +2 -0
  959. package/icons/custom/us-states/NevadaIcon.js +1 -1
  960. package/icons/custom/us-states/NewHampshireIcon.d.ts +2 -0
  961. package/icons/custom/us-states/NewHampshireIcon.js +1 -1
  962. package/icons/custom/us-states/NewJerseyIcon.d.ts +2 -0
  963. package/icons/custom/us-states/NewJerseyIcon.js +1 -1
  964. package/icons/custom/us-states/NewMexicoIcon.d.ts +2 -0
  965. package/icons/custom/us-states/NewMexicoIcon.js +1 -1
  966. package/icons/custom/us-states/NewYorkIcon.d.ts +2 -0
  967. package/icons/custom/us-states/NewYorkIcon.js +1 -1
  968. package/icons/custom/us-states/NorthCarolinaIcon.d.ts +2 -0
  969. package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
  970. package/icons/custom/us-states/NorthDakotaIcon.d.ts +2 -0
  971. package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
  972. package/icons/custom/us-states/OhioIcon.d.ts +2 -0
  973. package/icons/custom/us-states/OhioIcon.js +1 -1
  974. package/icons/custom/us-states/OklahomaIcon.d.ts +2 -0
  975. package/icons/custom/us-states/OklahomaIcon.js +1 -1
  976. package/icons/custom/us-states/OregonIcon.d.ts +2 -0
  977. package/icons/custom/us-states/OregonIcon.js +1 -1
  978. package/icons/custom/us-states/PennsylvaniaIcon.d.ts +2 -0
  979. package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
  980. package/icons/custom/us-states/PuertoRicoIcon.d.ts +2 -0
  981. package/icons/custom/us-states/PuertoRicoIcon.js +1 -1
  982. package/icons/custom/us-states/RhodeIslandIcon.d.ts +2 -0
  983. package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
  984. package/icons/custom/us-states/SouthCarolinaIcon.d.ts +2 -0
  985. package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
  986. package/icons/custom/us-states/SouthDakotaIcon.d.ts +2 -0
  987. package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
  988. package/icons/custom/us-states/TennesseeIcon.d.ts +2 -0
  989. package/icons/custom/us-states/TennesseeIcon.js +1 -1
  990. package/icons/custom/us-states/TexasIcon.d.ts +2 -0
  991. package/icons/custom/us-states/TexasIcon.js +1 -1
  992. package/icons/custom/us-states/UtahIcon.d.ts +2 -0
  993. package/icons/custom/us-states/UtahIcon.js +1 -1
  994. package/icons/custom/us-states/VermontIcon.d.ts +2 -0
  995. package/icons/custom/us-states/VermontIcon.js +1 -1
  996. package/icons/custom/us-states/VirginiaIcon.d.ts +2 -0
  997. package/icons/custom/us-states/VirginiaIcon.js +1 -1
  998. package/icons/custom/us-states/WashingtonIcon.d.ts +2 -0
  999. package/icons/custom/us-states/WashingtonIcon.js +1 -1
  1000. package/icons/custom/us-states/WestVirginiaIcon.d.ts +2 -0
  1001. package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
  1002. package/icons/custom/us-states/WisconsinIcon.d.ts +2 -0
  1003. package/icons/custom/us-states/WisconsinIcon.js +1 -1
  1004. package/icons/custom/us-states/WyomingIcon.d.ts +2 -0
  1005. package/icons/custom/us-states/WyomingIcon.js +1 -1
  1006. package/icons/flag-icon/FlagIcon.d.ts +13 -0
  1007. package/icons/flag-icon/FlagIcon.js +1 -1
  1008. package/icons/flag-icon/_FlagIconBase.d.ts +10 -0
  1009. package/icons/flag-icon/_FlagIconBase.js +1 -1
  1010. package/icons/flags/AD.d.ts +7 -0
  1011. package/icons/flags/AD.js +1 -1
  1012. package/icons/flags/AE.d.ts +7 -0
  1013. package/icons/flags/AE.js +1 -1
  1014. package/icons/flags/AF.d.ts +7 -0
  1015. package/icons/flags/AF.js +1 -1
  1016. package/icons/flags/AG.d.ts +7 -0
  1017. package/icons/flags/AG.js +1 -1
  1018. package/icons/flags/AI.d.ts +7 -0
  1019. package/icons/flags/AI.js +1 -1
  1020. package/icons/flags/AL.d.ts +7 -0
  1021. package/icons/flags/AL.js +1 -1
  1022. package/icons/flags/AM.d.ts +7 -0
  1023. package/icons/flags/AM.js +1 -1
  1024. package/icons/flags/AO.d.ts +7 -0
  1025. package/icons/flags/AO.js +1 -1
  1026. package/icons/flags/AQ.d.ts +7 -0
  1027. package/icons/flags/AQ.js +1 -1
  1028. package/icons/flags/AR.d.ts +7 -0
  1029. package/icons/flags/AR.js +1 -1
  1030. package/icons/flags/AS.d.ts +7 -0
  1031. package/icons/flags/AS.js +1 -1
  1032. package/icons/flags/AT.d.ts +7 -0
  1033. package/icons/flags/AT.js +1 -1
  1034. package/icons/flags/AU.d.ts +7 -0
  1035. package/icons/flags/AU.js +1 -1
  1036. package/icons/flags/AW.d.ts +7 -0
  1037. package/icons/flags/AW.js +1 -1
  1038. package/icons/flags/AX.d.ts +7 -0
  1039. package/icons/flags/AX.js +1 -1
  1040. package/icons/flags/AZ.d.ts +7 -0
  1041. package/icons/flags/AZ.js +1 -1
  1042. package/icons/flags/BA.d.ts +7 -0
  1043. package/icons/flags/BA.js +1 -1
  1044. package/icons/flags/BB.d.ts +7 -0
  1045. package/icons/flags/BB.js +1 -1
  1046. package/icons/flags/BD.d.ts +7 -0
  1047. package/icons/flags/BD.js +1 -1
  1048. package/icons/flags/BE.d.ts +7 -0
  1049. package/icons/flags/BE.js +1 -1
  1050. package/icons/flags/BF.d.ts +7 -0
  1051. package/icons/flags/BF.js +1 -1
  1052. package/icons/flags/BG.d.ts +7 -0
  1053. package/icons/flags/BG.js +1 -1
  1054. package/icons/flags/BH.d.ts +7 -0
  1055. package/icons/flags/BH.js +1 -1
  1056. package/icons/flags/BI.d.ts +7 -0
  1057. package/icons/flags/BI.js +1 -1
  1058. package/icons/flags/BJ.d.ts +7 -0
  1059. package/icons/flags/BJ.js +1 -1
  1060. package/icons/flags/BL.d.ts +7 -0
  1061. package/icons/flags/BL.js +1 -1
  1062. package/icons/flags/BM.d.ts +7 -0
  1063. package/icons/flags/BM.js +1 -1
  1064. package/icons/flags/BN.d.ts +7 -0
  1065. package/icons/flags/BN.js +1 -1
  1066. package/icons/flags/BO.d.ts +7 -0
  1067. package/icons/flags/BO.js +1 -1
  1068. package/icons/flags/BQ.d.ts +7 -0
  1069. package/icons/flags/BQ.js +1 -1
  1070. package/icons/flags/BR.d.ts +7 -0
  1071. package/icons/flags/BR.js +1 -1
  1072. package/icons/flags/BS.d.ts +7 -0
  1073. package/icons/flags/BS.js +1 -1
  1074. package/icons/flags/BT.d.ts +7 -0
  1075. package/icons/flags/BT.js +1 -1
  1076. package/icons/flags/BV.d.ts +7 -0
  1077. package/icons/flags/BV.js +1 -1
  1078. package/icons/flags/BW.d.ts +7 -0
  1079. package/icons/flags/BW.js +1 -1
  1080. package/icons/flags/BY.d.ts +7 -0
  1081. package/icons/flags/BY.js +1 -1
  1082. package/icons/flags/BZ.d.ts +7 -0
  1083. package/icons/flags/BZ.js +1 -1
  1084. package/icons/flags/CA.d.ts +7 -0
  1085. package/icons/flags/CA.js +1 -1
  1086. package/icons/flags/CC.d.ts +7 -0
  1087. package/icons/flags/CC.js +1 -1
  1088. package/icons/flags/CD.d.ts +7 -0
  1089. package/icons/flags/CD.js +1 -1
  1090. package/icons/flags/CF.d.ts +7 -0
  1091. package/icons/flags/CF.js +1 -1
  1092. package/icons/flags/CG.d.ts +7 -0
  1093. package/icons/flags/CG.js +1 -1
  1094. package/icons/flags/CH.d.ts +7 -0
  1095. package/icons/flags/CH.js +1 -1
  1096. package/icons/flags/CI.d.ts +7 -0
  1097. package/icons/flags/CI.js +1 -1
  1098. package/icons/flags/CK.d.ts +7 -0
  1099. package/icons/flags/CK.js +1 -1
  1100. package/icons/flags/CL.d.ts +7 -0
  1101. package/icons/flags/CL.js +1 -1
  1102. package/icons/flags/CM.d.ts +7 -0
  1103. package/icons/flags/CM.js +1 -1
  1104. package/icons/flags/CN.d.ts +7 -0
  1105. package/icons/flags/CN.js +1 -1
  1106. package/icons/flags/CO.d.ts +7 -0
  1107. package/icons/flags/CO.js +1 -1
  1108. package/icons/flags/CR.d.ts +7 -0
  1109. package/icons/flags/CR.js +1 -1
  1110. package/icons/flags/CU.d.ts +7 -0
  1111. package/icons/flags/CU.js +1 -1
  1112. package/icons/flags/CV.d.ts +7 -0
  1113. package/icons/flags/CV.js +1 -1
  1114. package/icons/flags/CW.d.ts +7 -0
  1115. package/icons/flags/CW.js +1 -1
  1116. package/icons/flags/CX.d.ts +7 -0
  1117. package/icons/flags/CX.js +1 -1
  1118. package/icons/flags/CY.d.ts +7 -0
  1119. package/icons/flags/CY.js +1 -1
  1120. package/icons/flags/CZ.d.ts +7 -0
  1121. package/icons/flags/CZ.js +1 -1
  1122. package/icons/flags/DE.d.ts +7 -0
  1123. package/icons/flags/DE.js +1 -1
  1124. package/icons/flags/DJ.d.ts +7 -0
  1125. package/icons/flags/DJ.js +1 -1
  1126. package/icons/flags/DK.d.ts +7 -0
  1127. package/icons/flags/DK.js +1 -1
  1128. package/icons/flags/DM.d.ts +7 -0
  1129. package/icons/flags/DM.js +1 -1
  1130. package/icons/flags/DO.d.ts +7 -0
  1131. package/icons/flags/DO.js +1 -1
  1132. package/icons/flags/DZ.d.ts +7 -0
  1133. package/icons/flags/DZ.js +1 -1
  1134. package/icons/flags/Default.d.ts +7 -0
  1135. package/icons/flags/Default.js +1 -1
  1136. package/icons/flags/EC.d.ts +7 -0
  1137. package/icons/flags/EC.js +1 -1
  1138. package/icons/flags/EE.d.ts +7 -0
  1139. package/icons/flags/EE.js +1 -1
  1140. package/icons/flags/EG.d.ts +7 -0
  1141. package/icons/flags/EG.js +1 -1
  1142. package/icons/flags/EH.d.ts +7 -0
  1143. package/icons/flags/EH.js +1 -1
  1144. package/icons/flags/ER.d.ts +7 -0
  1145. package/icons/flags/ER.js +1 -1
  1146. package/icons/flags/ES.d.ts +7 -0
  1147. package/icons/flags/ES.js +1 -1
  1148. package/icons/flags/ET.d.ts +7 -0
  1149. package/icons/flags/ET.js +1 -1
  1150. package/icons/flags/FI.d.ts +7 -0
  1151. package/icons/flags/FI.js +1 -1
  1152. package/icons/flags/FJ.d.ts +7 -0
  1153. package/icons/flags/FJ.js +1 -1
  1154. package/icons/flags/FK.d.ts +7 -0
  1155. package/icons/flags/FK.js +1 -1
  1156. package/icons/flags/FM.d.ts +7 -0
  1157. package/icons/flags/FM.js +1 -1
  1158. package/icons/flags/FO.d.ts +7 -0
  1159. package/icons/flags/FO.js +1 -1
  1160. package/icons/flags/FR.d.ts +7 -0
  1161. package/icons/flags/FR.js +1 -1
  1162. package/icons/flags/GA.d.ts +7 -0
  1163. package/icons/flags/GA.js +1 -1
  1164. package/icons/flags/GB.d.ts +7 -0
  1165. package/icons/flags/GB.js +1 -1
  1166. package/icons/flags/GD.d.ts +7 -0
  1167. package/icons/flags/GD.js +1 -1
  1168. package/icons/flags/GE.d.ts +7 -0
  1169. package/icons/flags/GE.js +1 -1
  1170. package/icons/flags/GF.d.ts +7 -0
  1171. package/icons/flags/GF.js +1 -1
  1172. package/icons/flags/GG.d.ts +7 -0
  1173. package/icons/flags/GG.js +1 -1
  1174. package/icons/flags/GH.d.ts +7 -0
  1175. package/icons/flags/GH.js +1 -1
  1176. package/icons/flags/GI.d.ts +7 -0
  1177. package/icons/flags/GI.js +1 -1
  1178. package/icons/flags/GL.d.ts +7 -0
  1179. package/icons/flags/GL.js +1 -1
  1180. package/icons/flags/GM.d.ts +7 -0
  1181. package/icons/flags/GM.js +1 -1
  1182. package/icons/flags/GN.d.ts +7 -0
  1183. package/icons/flags/GN.js +1 -1
  1184. package/icons/flags/GP.d.ts +7 -0
  1185. package/icons/flags/GP.js +1 -1
  1186. package/icons/flags/GQ.d.ts +7 -0
  1187. package/icons/flags/GQ.js +1 -1
  1188. package/icons/flags/GR.d.ts +7 -0
  1189. package/icons/flags/GR.js +1 -1
  1190. package/icons/flags/GS.d.ts +7 -0
  1191. package/icons/flags/GS.js +1 -1
  1192. package/icons/flags/GT.d.ts +7 -0
  1193. package/icons/flags/GT.js +1 -1
  1194. package/icons/flags/GU.d.ts +7 -0
  1195. package/icons/flags/GU.js +1 -1
  1196. package/icons/flags/GW.d.ts +7 -0
  1197. package/icons/flags/GW.js +1 -1
  1198. package/icons/flags/GY.d.ts +7 -0
  1199. package/icons/flags/GY.js +1 -1
  1200. package/icons/flags/HK.d.ts +7 -0
  1201. package/icons/flags/HK.js +1 -1
  1202. package/icons/flags/HM.d.ts +7 -0
  1203. package/icons/flags/HM.js +1 -1
  1204. package/icons/flags/HN.d.ts +7 -0
  1205. package/icons/flags/HN.js +1 -1
  1206. package/icons/flags/HR.d.ts +7 -0
  1207. package/icons/flags/HR.js +1 -1
  1208. package/icons/flags/HT.d.ts +7 -0
  1209. package/icons/flags/HT.js +1 -1
  1210. package/icons/flags/HU.d.ts +7 -0
  1211. package/icons/flags/HU.js +1 -1
  1212. package/icons/flags/IC.d.ts +7 -0
  1213. package/icons/flags/IC.js +1 -1
  1214. package/icons/flags/ID.d.ts +7 -0
  1215. package/icons/flags/ID.js +1 -1
  1216. package/icons/flags/IE.d.ts +7 -0
  1217. package/icons/flags/IE.js +1 -1
  1218. package/icons/flags/IL.d.ts +7 -0
  1219. package/icons/flags/IL.js +1 -1
  1220. package/icons/flags/IM.d.ts +7 -0
  1221. package/icons/flags/IM.js +1 -1
  1222. package/icons/flags/IN.d.ts +7 -0
  1223. package/icons/flags/IN.js +1 -1
  1224. package/icons/flags/IO.d.ts +7 -0
  1225. package/icons/flags/IO.js +1 -1
  1226. package/icons/flags/IQ.d.ts +7 -0
  1227. package/icons/flags/IQ.js +1 -1
  1228. package/icons/flags/IR.d.ts +7 -0
  1229. package/icons/flags/IR.js +1 -1
  1230. package/icons/flags/IS.d.ts +7 -0
  1231. package/icons/flags/IS.js +1 -1
  1232. package/icons/flags/IT.d.ts +7 -0
  1233. package/icons/flags/IT.js +1 -1
  1234. package/icons/flags/JE.d.ts +7 -0
  1235. package/icons/flags/JE.js +1 -1
  1236. package/icons/flags/JM.d.ts +7 -0
  1237. package/icons/flags/JM.js +1 -1
  1238. package/icons/flags/JO.d.ts +7 -0
  1239. package/icons/flags/JO.js +1 -1
  1240. package/icons/flags/JP.d.ts +7 -0
  1241. package/icons/flags/JP.js +1 -1
  1242. package/icons/flags/KE.d.ts +7 -0
  1243. package/icons/flags/KE.js +1 -1
  1244. package/icons/flags/KG.d.ts +7 -0
  1245. package/icons/flags/KG.js +1 -1
  1246. package/icons/flags/KH.d.ts +7 -0
  1247. package/icons/flags/KH.js +1 -1
  1248. package/icons/flags/KI.d.ts +7 -0
  1249. package/icons/flags/KI.js +1 -1
  1250. package/icons/flags/KM.d.ts +7 -0
  1251. package/icons/flags/KM.js +1 -1
  1252. package/icons/flags/KN.d.ts +7 -0
  1253. package/icons/flags/KN.js +1 -1
  1254. package/icons/flags/KP.d.ts +7 -0
  1255. package/icons/flags/KP.js +1 -1
  1256. package/icons/flags/KR.d.ts +7 -0
  1257. package/icons/flags/KR.js +1 -1
  1258. package/icons/flags/KW.d.ts +7 -0
  1259. package/icons/flags/KW.js +1 -1
  1260. package/icons/flags/KY.d.ts +7 -0
  1261. package/icons/flags/KY.js +1 -1
  1262. package/icons/flags/KZ.d.ts +7 -0
  1263. package/icons/flags/KZ.js +1 -1
  1264. package/icons/flags/LA.d.ts +7 -0
  1265. package/icons/flags/LA.js +1 -1
  1266. package/icons/flags/LB.d.ts +7 -0
  1267. package/icons/flags/LB.js +1 -1
  1268. package/icons/flags/LC.d.ts +7 -0
  1269. package/icons/flags/LC.js +1 -1
  1270. package/icons/flags/LI.d.ts +7 -0
  1271. package/icons/flags/LI.js +1 -1
  1272. package/icons/flags/LK.d.ts +7 -0
  1273. package/icons/flags/LK.js +1 -1
  1274. package/icons/flags/LR.d.ts +7 -0
  1275. package/icons/flags/LR.js +1 -1
  1276. package/icons/flags/LS.d.ts +7 -0
  1277. package/icons/flags/LS.js +1 -1
  1278. package/icons/flags/LT.d.ts +7 -0
  1279. package/icons/flags/LT.js +1 -1
  1280. package/icons/flags/LU.d.ts +7 -0
  1281. package/icons/flags/LU.js +1 -1
  1282. package/icons/flags/LV.d.ts +7 -0
  1283. package/icons/flags/LV.js +1 -1
  1284. package/icons/flags/LY.d.ts +7 -0
  1285. package/icons/flags/LY.js +1 -1
  1286. package/icons/flags/MA.d.ts +7 -0
  1287. package/icons/flags/MA.js +1 -1
  1288. package/icons/flags/MC.d.ts +7 -0
  1289. package/icons/flags/MC.js +1 -1
  1290. package/icons/flags/MD.d.ts +7 -0
  1291. package/icons/flags/MD.js +1 -1
  1292. package/icons/flags/ME.d.ts +7 -0
  1293. package/icons/flags/ME.js +1 -1
  1294. package/icons/flags/MF.d.ts +7 -0
  1295. package/icons/flags/MF.js +1 -1
  1296. package/icons/flags/MG.d.ts +7 -0
  1297. package/icons/flags/MG.js +1 -1
  1298. package/icons/flags/MH.d.ts +7 -0
  1299. package/icons/flags/MH.js +1 -1
  1300. package/icons/flags/MK.d.ts +7 -0
  1301. package/icons/flags/MK.js +1 -1
  1302. package/icons/flags/ML.d.ts +7 -0
  1303. package/icons/flags/ML.js +1 -1
  1304. package/icons/flags/MM.d.ts +7 -0
  1305. package/icons/flags/MM.js +1 -1
  1306. package/icons/flags/MN.d.ts +7 -0
  1307. package/icons/flags/MN.js +1 -1
  1308. package/icons/flags/MO.d.ts +7 -0
  1309. package/icons/flags/MO.js +1 -1
  1310. package/icons/flags/MP.d.ts +7 -0
  1311. package/icons/flags/MP.js +1 -1
  1312. package/icons/flags/MQ.d.ts +7 -0
  1313. package/icons/flags/MQ.js +1 -1
  1314. package/icons/flags/MR.d.ts +7 -0
  1315. package/icons/flags/MR.js +1 -1
  1316. package/icons/flags/MS.d.ts +7 -0
  1317. package/icons/flags/MS.js +1 -1
  1318. package/icons/flags/MT.d.ts +7 -0
  1319. package/icons/flags/MT.js +1 -1
  1320. package/icons/flags/MU.d.ts +7 -0
  1321. package/icons/flags/MU.js +1 -1
  1322. package/icons/flags/MV.d.ts +7 -0
  1323. package/icons/flags/MV.js +1 -1
  1324. package/icons/flags/MW.d.ts +7 -0
  1325. package/icons/flags/MW.js +1 -1
  1326. package/icons/flags/MX.d.ts +7 -0
  1327. package/icons/flags/MX.js +1 -1
  1328. package/icons/flags/MY.d.ts +7 -0
  1329. package/icons/flags/MY.js +1 -1
  1330. package/icons/flags/MZ.d.ts +7 -0
  1331. package/icons/flags/MZ.js +1 -1
  1332. package/icons/flags/NA.d.ts +7 -0
  1333. package/icons/flags/NA.js +1 -1
  1334. package/icons/flags/NC.d.ts +7 -0
  1335. package/icons/flags/NC.js +1 -1
  1336. package/icons/flags/NE.d.ts +7 -0
  1337. package/icons/flags/NE.js +1 -1
  1338. package/icons/flags/NF.d.ts +7 -0
  1339. package/icons/flags/NF.js +1 -1
  1340. package/icons/flags/NG.d.ts +7 -0
  1341. package/icons/flags/NG.js +1 -1
  1342. package/icons/flags/NI.d.ts +7 -0
  1343. package/icons/flags/NI.js +1 -1
  1344. package/icons/flags/NL.d.ts +7 -0
  1345. package/icons/flags/NL.js +1 -1
  1346. package/icons/flags/NO.d.ts +7 -0
  1347. package/icons/flags/NO.js +1 -1
  1348. package/icons/flags/NP.d.ts +7 -0
  1349. package/icons/flags/NP.js +1 -1
  1350. package/icons/flags/NR.d.ts +7 -0
  1351. package/icons/flags/NR.js +1 -1
  1352. package/icons/flags/NU.d.ts +7 -0
  1353. package/icons/flags/NU.js +1 -1
  1354. package/icons/flags/NZ.d.ts +7 -0
  1355. package/icons/flags/NZ.js +1 -1
  1356. package/icons/flags/OM.d.ts +7 -0
  1357. package/icons/flags/OM.js +1 -1
  1358. package/icons/flags/PA.d.ts +7 -0
  1359. package/icons/flags/PA.js +1 -1
  1360. package/icons/flags/PE.d.ts +7 -0
  1361. package/icons/flags/PE.js +1 -1
  1362. package/icons/flags/PF.d.ts +7 -0
  1363. package/icons/flags/PF.js +1 -1
  1364. package/icons/flags/PG.d.ts +7 -0
  1365. package/icons/flags/PG.js +1 -1
  1366. package/icons/flags/PH.d.ts +7 -0
  1367. package/icons/flags/PH.js +1 -1
  1368. package/icons/flags/PK.d.ts +7 -0
  1369. package/icons/flags/PK.js +1 -1
  1370. package/icons/flags/PL.d.ts +7 -0
  1371. package/icons/flags/PL.js +1 -1
  1372. package/icons/flags/PM.d.ts +7 -0
  1373. package/icons/flags/PM.js +1 -1
  1374. package/icons/flags/PN.d.ts +7 -0
  1375. package/icons/flags/PN.js +1 -1
  1376. package/icons/flags/PR.d.ts +7 -0
  1377. package/icons/flags/PR.js +1 -1
  1378. package/icons/flags/PS.d.ts +7 -0
  1379. package/icons/flags/PS.js +1 -1
  1380. package/icons/flags/PT.d.ts +7 -0
  1381. package/icons/flags/PT.js +1 -1
  1382. package/icons/flags/PW.d.ts +7 -0
  1383. package/icons/flags/PW.js +1 -1
  1384. package/icons/flags/PY.d.ts +7 -0
  1385. package/icons/flags/PY.js +1 -1
  1386. package/icons/flags/QA.d.ts +7 -0
  1387. package/icons/flags/QA.js +1 -1
  1388. package/icons/flags/RE.d.ts +7 -0
  1389. package/icons/flags/RE.js +1 -1
  1390. package/icons/flags/RO.d.ts +7 -0
  1391. package/icons/flags/RO.js +1 -1
  1392. package/icons/flags/RS.d.ts +7 -0
  1393. package/icons/flags/RS.js +1 -1
  1394. package/icons/flags/RU.d.ts +7 -0
  1395. package/icons/flags/RU.js +1 -1
  1396. package/icons/flags/RW.d.ts +7 -0
  1397. package/icons/flags/RW.js +1 -1
  1398. package/icons/flags/SA.d.ts +7 -0
  1399. package/icons/flags/SA.js +1 -1
  1400. package/icons/flags/SB.d.ts +7 -0
  1401. package/icons/flags/SB.js +1 -1
  1402. package/icons/flags/SC.d.ts +7 -0
  1403. package/icons/flags/SC.js +1 -1
  1404. package/icons/flags/SD.d.ts +7 -0
  1405. package/icons/flags/SD.js +1 -1
  1406. package/icons/flags/SE.d.ts +7 -0
  1407. package/icons/flags/SE.js +1 -1
  1408. package/icons/flags/SG.d.ts +7 -0
  1409. package/icons/flags/SG.js +1 -1
  1410. package/icons/flags/SH.d.ts +7 -0
  1411. package/icons/flags/SH.js +1 -1
  1412. package/icons/flags/SI.d.ts +7 -0
  1413. package/icons/flags/SI.js +1 -1
  1414. package/icons/flags/SJ.d.ts +7 -0
  1415. package/icons/flags/SJ.js +1 -1
  1416. package/icons/flags/SK.d.ts +7 -0
  1417. package/icons/flags/SK.js +1 -1
  1418. package/icons/flags/SL.d.ts +7 -0
  1419. package/icons/flags/SL.js +1 -1
  1420. package/icons/flags/SM.d.ts +7 -0
  1421. package/icons/flags/SM.js +1 -1
  1422. package/icons/flags/SN.d.ts +7 -0
  1423. package/icons/flags/SN.js +1 -1
  1424. package/icons/flags/SO.d.ts +7 -0
  1425. package/icons/flags/SO.js +1 -1
  1426. package/icons/flags/SR.d.ts +7 -0
  1427. package/icons/flags/SR.js +1 -1
  1428. package/icons/flags/SS.d.ts +7 -0
  1429. package/icons/flags/SS.js +1 -1
  1430. package/icons/flags/ST.d.ts +7 -0
  1431. package/icons/flags/ST.js +1 -1
  1432. package/icons/flags/SV.d.ts +7 -0
  1433. package/icons/flags/SV.js +1 -1
  1434. package/icons/flags/SX.d.ts +7 -0
  1435. package/icons/flags/SX.js +1 -1
  1436. package/icons/flags/SY.d.ts +7 -0
  1437. package/icons/flags/SY.js +1 -1
  1438. package/icons/flags/SZ.d.ts +7 -0
  1439. package/icons/flags/SZ.js +1 -1
  1440. package/icons/flags/TC.d.ts +7 -0
  1441. package/icons/flags/TC.js +1 -1
  1442. package/icons/flags/TD.d.ts +7 -0
  1443. package/icons/flags/TD.js +1 -1
  1444. package/icons/flags/TF.d.ts +7 -0
  1445. package/icons/flags/TF.js +1 -1
  1446. package/icons/flags/TG.d.ts +7 -0
  1447. package/icons/flags/TG.js +1 -1
  1448. package/icons/flags/TH.d.ts +7 -0
  1449. package/icons/flags/TH.js +1 -1
  1450. package/icons/flags/TJ.d.ts +7 -0
  1451. package/icons/flags/TJ.js +1 -1
  1452. package/icons/flags/TK.d.ts +7 -0
  1453. package/icons/flags/TK.js +1 -1
  1454. package/icons/flags/TL.d.ts +7 -0
  1455. package/icons/flags/TL.js +1 -1
  1456. package/icons/flags/TM.d.ts +7 -0
  1457. package/icons/flags/TM.js +1 -1
  1458. package/icons/flags/TN.d.ts +7 -0
  1459. package/icons/flags/TN.js +1 -1
  1460. package/icons/flags/TO.d.ts +7 -0
  1461. package/icons/flags/TO.js +1 -1
  1462. package/icons/flags/TR.d.ts +7 -0
  1463. package/icons/flags/TR.js +1 -1
  1464. package/icons/flags/TT.d.ts +7 -0
  1465. package/icons/flags/TT.js +1 -1
  1466. package/icons/flags/TV.d.ts +7 -0
  1467. package/icons/flags/TV.js +1 -1
  1468. package/icons/flags/TW.d.ts +7 -0
  1469. package/icons/flags/TW.js +1 -1
  1470. package/icons/flags/TZ.d.ts +7 -0
  1471. package/icons/flags/TZ.js +1 -1
  1472. package/icons/flags/UA.d.ts +7 -0
  1473. package/icons/flags/UA.js +1 -1
  1474. package/icons/flags/UG.d.ts +7 -0
  1475. package/icons/flags/UG.js +1 -1
  1476. package/icons/flags/UM.d.ts +7 -0
  1477. package/icons/flags/UM.js +1 -1
  1478. package/icons/flags/US.d.ts +7 -0
  1479. package/icons/flags/US.js +1 -1
  1480. package/icons/flags/UY.d.ts +7 -0
  1481. package/icons/flags/UY.js +1 -1
  1482. package/icons/flags/UZ.d.ts +7 -0
  1483. package/icons/flags/UZ.js +1 -1
  1484. package/icons/flags/VA.d.ts +7 -0
  1485. package/icons/flags/VA.js +1 -1
  1486. package/icons/flags/VC.d.ts +7 -0
  1487. package/icons/flags/VC.js +1 -1
  1488. package/icons/flags/VE.d.ts +7 -0
  1489. package/icons/flags/VE.js +1 -1
  1490. package/icons/flags/VG.d.ts +7 -0
  1491. package/icons/flags/VG.js +1 -1
  1492. package/icons/flags/VI.d.ts +7 -0
  1493. package/icons/flags/VI.js +1 -1
  1494. package/icons/flags/VN.d.ts +7 -0
  1495. package/icons/flags/VN.js +1 -1
  1496. package/icons/flags/VU.d.ts +7 -0
  1497. package/icons/flags/VU.js +1 -1
  1498. package/icons/flags/WF.d.ts +7 -0
  1499. package/icons/flags/WF.js +1 -1
  1500. package/icons/flags/WS.d.ts +7 -0
  1501. package/icons/flags/WS.js +1 -1
  1502. package/icons/flags/YE.d.ts +7 -0
  1503. package/icons/flags/YE.js +1 -1
  1504. package/icons/flags/YT.d.ts +7 -0
  1505. package/icons/flags/YT.js +1 -1
  1506. package/icons/flags/ZA.d.ts +7 -0
  1507. package/icons/flags/ZA.js +1 -1
  1508. package/icons/flags/ZM.d.ts +7 -0
  1509. package/icons/flags/ZM.js +1 -1
  1510. package/icons/flags/ZW.d.ts +7 -0
  1511. package/icons/flags/ZW.js +1 -1
  1512. package/icons/flags/_FlagIndex.d.ts +251 -0
  1513. package/icons/icon-base/_IconBase.d.ts +6 -0
  1514. package/icons/icon-base/_IconBase.js +1 -1
  1515. package/icons/icon-base/_StateIconBase.d.ts +6 -0
  1516. package/icons/icon-base/_StateIconBase.js +1 -1
  1517. package/icons/icon-base/_ThemeIconBase.d.ts +8 -0
  1518. package/icons/icon-base/_ThemeIconBase.js +1 -1
  1519. package/package.json +1 -1
  1520. package/styles/constants/theme.d.ts +534 -0
  1521. package/styles/devices.d.ts +10 -0
  1522. package/tools/mcp/client.d.ts +37 -0
  1523. package/tools/mcp/index.d.ts +3 -0
  1524. package/tools/mcp/tools.d.ts +37 -0
  1525. package/tools/mcp/types.d.ts +124 -0
  1526. package/tsconfig.emitDeclarationOnly.tsbuildinfo +1 -1
  1527. package/tsconfig.tsbuildinfo +1 -1
  1528. package/types/BaseProps.d.ts +7 -0
  1529. package/types/Color.d.ts +5 -0
  1530. package/types/Depth.d.ts +1 -0
  1531. package/types/GeoJsonWorld.d.ts +21 -0
  1532. package/types/GridSpacing.d.ts +2 -0
  1533. package/types/IconProps.d.ts +10 -0
  1534. package/types/Intent.d.ts +1 -0
  1535. package/types/ReactComponent.d.ts +2 -0
  1536. package/types/SectionLayout.d.ts +1 -0
  1537. package/types/SelectOption.d.ts +12 -0
  1538. package/types/Size.d.ts +1 -0
  1539. package/types/Theme.d.ts +3 -0
  1540. package/types/UnitedStates.d.ts +12 -0
  1541. package/types/UploadedFile.d.ts +5 -0
  1542. package/types/Variant.d.ts +1 -0
  1543. package/types/deep/Deep.test-d.d.ts +1 -0
  1544. package/types/deep/DeepKeyof.d.ts +18 -0
  1545. package/types/deep/DeepKeyofAtIndex.d.ts +12 -0
  1546. package/types/deep/DeepKeyofAtIndex.test-d.d.ts +1 -0
  1547. package/types/deep/DeepReducerActions.d.ts +25 -0
  1548. package/types/deep/deep.d.ts +4 -0
  1549. package/utils/_extractQueryParams.d.ts +5 -0
  1550. package/utils/addIndex.d.ts +6 -0
  1551. package/utils/changeDeepProperty.d.ts +45 -0
  1552. package/utils/changeDeepPropertyAtIndex.d.ts +69 -0
  1553. package/utils/countryPhoneCodes.d.ts +4 -0
  1554. package/utils/flattenRow.d.ts +8 -0
  1555. package/utils/formatCurrency.d.ts +49 -0
  1556. package/utils/getAminoColor.d.ts +2 -0
  1557. package/utils/getCountryCodeByName.d.ts +2 -0
  1558. package/utils/getCountryUrls.d.ts +1 -0
  1559. package/utils/getFuzzySearch.d.ts +8 -0
  1560. package/utils/getHashId.d.ts +2 -0
  1561. package/utils/getIsInternalLink.d.ts +8 -0
  1562. package/utils/getProductDetails.d.ts +19 -0
  1563. package/utils/getProductDetails.js +1 -1
  1564. package/utils/getTestId.d.ts +5 -0
  1565. package/utils/handleFetch.d.ts +23 -0
  1566. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +13 -0
  1567. package/utils/hooks/useAminoTheme.d.ts +12 -0
  1568. package/utils/hooks/useCountryOptions.d.ts +71 -0
  1569. package/utils/hooks/useDropdown.d.ts +31 -0
  1570. package/utils/hooks/useHeightAdjustTextarea.d.ts +15 -0
  1571. package/utils/hooks/useNotify.d.ts +5 -0
  1572. package/utils/hooks/useNotify.js +1 -1
  1573. package/utils/hooks/usePrevious.d.ts +1 -0
  1574. package/utils/hooks/useStateUrl.d.ts +24 -0
  1575. package/utils/hooks/useStorage.d.ts +19 -0
  1576. package/utils/hooks/useSwr.d.ts +1 -0
  1577. package/utils/hooks/useSwrt.d.ts +29 -0
  1578. package/utils/isKeyInObj.d.ts +5 -0
  1579. package/utils/jsonParse.d.ts +1 -0
  1580. package/utils/multiinput/parseStringIntoTags.d.ts +2 -0
  1581. package/utils/prepCountryOptions.d.ts +19 -0
  1582. package/utils/prepRegionCountryOptions.d.ts +5 -0
  1583. package/utils/setupNestedData.d.ts +2 -0
  1584. package/utils/storage.d.ts +21 -0
  1585. package/utils/truncateText.d.ts +25 -0
  1586. package/utils/unitedStates.d.ts +2 -0
  1587. package/utils/unitedStates.js +1 -1
  1588. package/utils/useCopyText.d.ts +12 -0
  1589. package/CountryMultiSelectExpandedOption-e473f7c0.js +0 -1
  1590. package/DateControlsWrapper-4385a75c.js +0 -1
  1591. package/_rollupPluginBabelHelpers-77a6284f.js +0 -1
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const ML: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MM: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MN: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MO: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MP: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MQ: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MR: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MS: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MT: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MU: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MV: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MW: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MX: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MY: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const MZ: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NA: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NC: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NE: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
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;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NF: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};