@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
package/icons/flags/NF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react"),s=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var e=c.forwardRef((function(c,e){var t=c.borderRadius,r=c.height,a=c.width;return React.createElement(s.FlagIconBase,{ref:e,borderRadius:t,height:r,viewBox:"0 0 640 480",width:a},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M194.8 0h250.4v480H194.8z",fill:"#fff"}),React.createElement("path",{d:"M0 0h194.8v480H0zm445.2 0H640v480H445.2z",fill:"#198200"}),React.createElement("path",{d:"M313.5 351.3v52.6l21.3.2s-6.8-45.8-3.1-52c3.7-6 7.2-5.2 7.2-5.2s13.9 4.2 15.4 3.5c1.5-.6-.2-5.2 7.2-4.6 2.4-.9 1.1-5 3.3-5.2 2.2-.3 44.5 11.8 53.7.4-2.4-6.4-10.7-.5-12.9-.2-2 0-10.3-4-15.1 0-4.4-3.3-24.4-5.5-24.4-5.5-2.6-2.6 47.6 1.3 50.5-.7 5.9-5.9-11-5.2-13.6-3.3a14.8 14.8 0 0 0-14.2-.6c-1.7-4.1-18-2.4-27-3.5-3-1.7-2.5-2.7-.5-3.8 19 .8 37.8 3.3 56.8 2.5 5.1-6.7-6.5-9.3-13.6-3.5-4.2-7-12.7-.3-18.4-1-5.7-.6-3-7.6 4.2-6.5 7.2 1 20.1-.4 22.5-3.7s-1.4-6.7-13.3-3.5c-4-4-13 0-17.1 1.3-5.6-3.1-18.5-.5-22.8.6-4.3-2.6 22.5-7 22.5-7 10.4-.2 16.3-2 19.5-2.8 15.7-8.4-.2-9.3-8.4-3.2-5.1-4-10 .3-14.6 1.8a38.2 38.2 0 0 1-13.4 2c0-.6 12.6-8.3 12.6-8.3s15.3-1.1 18.4-1.5c3-.5 18.8-8.5-2.7-3.1-7.4.6-11.8.2-14.7.4-16.5-1.7 1.6-3.3 1.6-3.3s23.4-2.1 23.7-3.3c.4-9-19.1-4.8-19.3-4.8 0-6.5-18.2.2-18.2 0-3.5-2 2-4.1 2-4.1 4.8-1.2 12-1.6 13.9-3.1 0 0 13.6-.1 15.2-3.7-3.3-9.3-28.8 1.6-32.2 3.2-4.6 0 3-7.4 3.3-7.6.2-.3 21-1.1 30.9-14.5.7-8.1-11.6 4.6-11.6 4.6-1-10.6-13.4.7-20.6 1.5-7.3 1-7.5-3.3-2.5-4 5-.6 10.8-.1 13.6-7.8 2.9-7.7 11.4.4 13-2.4 1.5-2.9-3.1-5.3-3.1-5.3s6.4-6.6-4-6.3c-10.2.2-23.6-1.4-23.6-1.4s10.7-4.1 20.8-4c10 .3 4.6-7.1-5-7.1-9.7 0-14.7-3.3-14.7-3.3l16.4-6.2-1-4.6s9.6-7.7-4-5.9l-15.2 2-27.4 4.1c-.2 0-7.4-2.2-.4-4s31.8-6.7 35.5-5.4c3.7 1.3-.4-9.2-13.6-10.5-13.1-1.3-21.3 3.3-21.3 3.3s-8.5-3.1-.6-5.7c7.9-2.7 20.4.9 20.4.9s14-4.2 2.4-6c-11.6-1.7-15.3 1.6-20.6 1.8-2.1-2.7 18.2-3.3 19.5-5.5-2.2-4-14.8 0-22.2 0-3-1.3-3.3-3.5.3-4.8 7.5-.3 14.6.1 22.1-.2-.2-4 0-8.7-.2-12.8-9.6-1.7-20.8 1.3-26.1 1 1.4-4.3 22-5.5 24.3-6.7 4.8-6-20.1 0-20.4 0-4.3-.6-4-3.4-1.3-5 6.4-.7 20.6 1 19.6-3.4-.8-4-10-1.9-13.6-1-3.8.9-9.3.2-9.3.2-2.3-3.2 21.5-1.9 21.3-4.4-.3-2.8-15.1-.8-20.2-.6-3.9-2.7 19-4.5 19.3-4.8.9-7.3-15.3 0-18.4 0-3 0-1.5-4.6-1.5-4.6s6.3-2.9 6.1-3.3a22 22 0 0 0-5.2-2c-.5 0 0-5 0-5s5.2-4 4.8-5.1c-.5-1.1-6.2.9-6.2.9v-4.4s4.2-.4 4.6-2.4c.5-2-5-2.2-5-2.2l-2.2-23-2 21.5-7.2 1s5 2.9 6 5.8c.8 2.8-6.2 2-6.2 2s5.7 4.8 6.1 6.5c.5 1.8-7.9 2.2-7.9 2.2s7 5 7.5 7.9c.4 2.8 0 4.4 0 4.4s-11.6-10.1-19-7.3c-4 2 8.8 3 17.2 10.3 0 1.7-20.5-5-21.2-.8.4 1.1 21.9 4.2 23.4 7-7.8.3-24-1.7-23.4.9-1.7 3 15.2 1.3 22.3 3.7 2.1 2.4 1.9 4.4-1.7 4.6-6.9-3.3-22.1-5.7-22.2-1.5.1 1 15.8.4 21.5 4.1-7.6 1.8-33.4-3.5-33.5-1 .7 1.3 4.8 6.5 11.8 6.3 7-.2 23.3 2.8 24.4 5 1 2.2-21.1-4.6-29.4-.6-8.4 4 23.9 1.5 29.1 6.3 5.3 4.9-10.5-.4-10.5-.4s-22-3-25.2-1.5c-3.3 1.5-7 5-7 5s2.2 4.4 4.4 3.5c2.2-.9-.7 2.7-.7 2.7s30.7 7.4 37.5 14c6.8 6.6-39-10.3-39-10.3s-18.5 6.8 1 7.2c-2.2 3.3 1.2 5.3 1.2 5.3s32.4 6.8 35.7 12c3.3 5.3-22.1-5-27.9-7.9-5.7-2.8-21.9 1.8-21.7 2.9.3 1 8 2.6 8.1 4.6.3 2-9.4 2.6-9.4 4.4 0 1.7 41 10.3 52 19.5s-32.2-11-32.2-11 2.4 3.3 0 4.2c-2.5.9-11-12.3-25-4.2-2.6 3.4 12.2 6 16 6.4-1.3 3.3-2.4 4.4 2.8 7.7s-10.3-4.8-10.3-4.4l1.1 5.7c-4.8-4-10.7-5.1-16.2-1.1 0 0-.2 4 5.5 6.4-3.1 6.3 3.5 4.3 14 10.3-15.6-4.1-16.9 3.5-5.7 5.2s41.9 2.9 49.1 12.3c7.3 9.4-10.3-3.6-12.3-4-.4.3-.8 4.9-.8 4.9-4.7-2.7-9-5.2-14.6-6.3-.5.9-.3 2.1-.8 3-5-3.7-9.5-6.2-16.9-6.6l-.9 3.5s-6.1-7.7-18.2 0c-6.7 4.9 25.5 1.8 30.7 7.5 5.3 5.7 1.1 6.6 1.1 6.6l-13.1-4.9s-15.6-2.8-20 .7 64 12 66 21.5c1.4 5-16-5.4-31.1-9.9l-1.8 5s-6-6-12.7-7c-.2 0 1.3 6 1.3 6s-16.8-8-25.4-3.8c-8.5 4.2 29.8 6.4 33.3 10.3 3.5 4-11.6-2.6-13 0-1.2 2.7-19.9-4.8-19.6-1.3.2 3.5 2.6 5.5 2.6 5.5s38.8 3.7 40.1 8.3c1.3 4.6-21.5-2.6-21.5-2.6s-2.2 3.3-.4 4.8c1.7 1.6-13.2-8.7-11.8-2-4.9-1.9-17.4-7.8-15.6-3.2 1.7 4.6 35.3 11.2 35.3 11.2s-14.7 1-14 4.8c-19-11.5-18.5-4.2-18-4 .4.2-24.4-6.1-5.7 4s10 8.3 10.3 8.5c.2.2 2 5 1.5 5-.4 0-12.7-6.5-16.9-7-4.1-.4-23.9 5.5-2.8 14.8s34-2.2 45.6-1c11.6 1.4 17 3.4 16 7-1.1 3.8-11.9-12.1-23.2 1.7-13-2.6-21.7-4-15 5.4-21-7.9-34 2.4-7.4 6.6 26 .8 42-6.4 42-6.4s4.5 8.1 10.8 2.4c6.4-5.7 6.6 2.2 6.8 2.2l6.2-2.6h1.5z",fill:"#198200",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".7"}),React.createElement("path",{d:"M316 320.2v-3.7s-8.2-1.5-12.3-.7c-2.3-1.3-4.6-3.1-7.5-1.6-.5 1.2 5.3 4.3 7.2 4.3a41.1 41.1 0 0 0 12.7 1.7zm0 6s-8.3-3.1-11.6.4c.5 3.7 9.7 5.5 11.7 4.5 1.9-1 0-4.8-.1-5zm14 1.4v2.6s9.8 1.9 11.6-.2c1.7-2.1-8-3.5-11.7-2.4zm-.5-10.2.3 2.9s8.6 1.9 11.9-2.8c3.3-4.7-7.5 0-12.2-.1zm.4-10v2s6.5 1 8-1.8c1.4-2.8-7.8 0-8-.2zm-13.4-6c-1-1.3-4.5-4.8-13.8-5.8-6.5 0 11.7 9.5 13.8 5.9zm13.2-9.7-.2 2.7s22-6.6 27.1-6.1c4.6-1.3 5.6-4.5 5.4-4.5-4-2.9-22.9 2.3-32.3 7.9zm.5-7.8-.3 2.6s15.5-3 19.7-6c4.1-3-19.2 3.5-19.4 3.4zm-.6-7.6v2.6s10.3-.4 12.5-2.4c1.3-2.1-9.2-.3-12.5-.2zm21.6 21.7s5.4.8 6.4-.8c-.2-2.8-6.4 1-6.4.8zM330 266.6l.1 5.7s24.9-7.9 26.5-9.3c1.5-1.5 5-6-26.6 3.6zm-.7-7.9v4.2s10-.8 14.6-4.5c4.6-3.8-14.6.4-14.6.3zm-12-9.3.6 3.7-32.9-10.6c.1 0-1.6-5.4 32.3 6.9zm.5-13.3c0 .4 0 3.6-.2 3.5 0 0-22.8-9.5-23.7-8.7-3-7 24 5.4 24 5.2zm11.1 6 .4 3.1s14-2.9 14.8-4.3c.8-1.4-15.2 1.2-15.2 1.1zm.3 7.4c.2.7.4 3.3.4 3.3s5.6-.5 6.5-1.8c.8-1.3-6.9-1.5-6.9-1.5zm-.8-17v3s15.4-3 17-4.4c1.7-1.5-17.3 1.4-17 1.4zm0-8.5c0 .2-.5 3.1-.1 3.1s18.6-3 21.5-5.7c2.8-2.5-21 2.9-21.3 2.6zm-.2-14.9v3.3s11.8-2.5 14-5c2.2-2.5-14 2-14 1.7zm-2-21.6.2 4.8s16-2.2 18.2-4.8c2.3-2.7-18.5 0-18.4 0zm-7.4-36.5v3s-7.5-.3-5.7-1.6 5.7-1.1 5.7-1.4zm7 4 .2 4.2s9.7-1 10.4-2.5c.8-1.5-10.4-1.6-10.6-1.6zm-.6 6s.2 2.6.4 2.6 3.9-.3 4.7-1.3c.8-1-4.7-1-5-1.3zm-8.2 11.8c0 .3.3 4 0 3.8s-21.2-6.1-23.2-6c-1.9 0-2.4-4.9 23.2 2.2zm1.7 6.9c0 .7.5 4.6-.3 4.4-.7-.2-14.3-4.5-12.9-5.8 1.4-1.3 13.2 1.7 13.2 1.4zm-1.2 29 .1 3.5s-23.7-7.2-24.5-8.4c-.8-1.2-3.1-6.8 24.4 4.9zm1 8.5v3.3l-32.2-11.3s-2.6-8.4 32.1 8z",fill:"#fff",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".8"}),React.createElement("path",{d:"m280.3 328.7-.2 3.5s-6.2-1.8-8.2-5.3c3.6-1 8.5 1.9 8.4 1.8z",fill:"#fff",stroke:"#000",strokeLinejoin:"round",strokeWidth:".8"})))}));exports.NF=e;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=s.forwardRef((function(s,r){var i=s.borderRadius,t=s.height,z=s.width;return e.jsx(c.FlagIconBase,{ref:r,borderRadius:i,height:t,viewBox:"0 0 640 480",width:z,children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M194.8 0h250.4v480H194.8z",fill:"#fff"}),e.jsx("path",{d:"M0 0h194.8v480H0zm445.2 0H640v480H445.2z",fill:"#198200"}),e.jsx("path",{d:"M313.5 351.3v52.6l21.3.2s-6.8-45.8-3.1-52c3.7-6 7.2-5.2 7.2-5.2s13.9 4.2 15.4 3.5c1.5-.6-.2-5.2 7.2-4.6 2.4-.9 1.1-5 3.3-5.2 2.2-.3 44.5 11.8 53.7.4-2.4-6.4-10.7-.5-12.9-.2-2 0-10.3-4-15.1 0-4.4-3.3-24.4-5.5-24.4-5.5-2.6-2.6 47.6 1.3 50.5-.7 5.9-5.9-11-5.2-13.6-3.3a14.8 14.8 0 0 0-14.2-.6c-1.7-4.1-18-2.4-27-3.5-3-1.7-2.5-2.7-.5-3.8 19 .8 37.8 3.3 56.8 2.5 5.1-6.7-6.5-9.3-13.6-3.5-4.2-7-12.7-.3-18.4-1-5.7-.6-3-7.6 4.2-6.5 7.2 1 20.1-.4 22.5-3.7s-1.4-6.7-13.3-3.5c-4-4-13 0-17.1 1.3-5.6-3.1-18.5-.5-22.8.6-4.3-2.6 22.5-7 22.5-7 10.4-.2 16.3-2 19.5-2.8 15.7-8.4-.2-9.3-8.4-3.2-5.1-4-10 .3-14.6 1.8a38.2 38.2 0 0 1-13.4 2c0-.6 12.6-8.3 12.6-8.3s15.3-1.1 18.4-1.5c3-.5 18.8-8.5-2.7-3.1-7.4.6-11.8.2-14.7.4-16.5-1.7 1.6-3.3 1.6-3.3s23.4-2.1 23.7-3.3c.4-9-19.1-4.8-19.3-4.8 0-6.5-18.2.2-18.2 0-3.5-2 2-4.1 2-4.1 4.8-1.2 12-1.6 13.9-3.1 0 0 13.6-.1 15.2-3.7-3.3-9.3-28.8 1.6-32.2 3.2-4.6 0 3-7.4 3.3-7.6.2-.3 21-1.1 30.9-14.5.7-8.1-11.6 4.6-11.6 4.6-1-10.6-13.4.7-20.6 1.5-7.3 1-7.5-3.3-2.5-4 5-.6 10.8-.1 13.6-7.8 2.9-7.7 11.4.4 13-2.4 1.5-2.9-3.1-5.3-3.1-5.3s6.4-6.6-4-6.3c-10.2.2-23.6-1.4-23.6-1.4s10.7-4.1 20.8-4c10 .3 4.6-7.1-5-7.1-9.7 0-14.7-3.3-14.7-3.3l16.4-6.2-1-4.6s9.6-7.7-4-5.9l-15.2 2-27.4 4.1c-.2 0-7.4-2.2-.4-4s31.8-6.7 35.5-5.4c3.7 1.3-.4-9.2-13.6-10.5-13.1-1.3-21.3 3.3-21.3 3.3s-8.5-3.1-.6-5.7c7.9-2.7 20.4.9 20.4.9s14-4.2 2.4-6c-11.6-1.7-15.3 1.6-20.6 1.8-2.1-2.7 18.2-3.3 19.5-5.5-2.2-4-14.8 0-22.2 0-3-1.3-3.3-3.5.3-4.8 7.5-.3 14.6.1 22.1-.2-.2-4 0-8.7-.2-12.8-9.6-1.7-20.8 1.3-26.1 1 1.4-4.3 22-5.5 24.3-6.7 4.8-6-20.1 0-20.4 0-4.3-.6-4-3.4-1.3-5 6.4-.7 20.6 1 19.6-3.4-.8-4-10-1.9-13.6-1-3.8.9-9.3.2-9.3.2-2.3-3.2 21.5-1.9 21.3-4.4-.3-2.8-15.1-.8-20.2-.6-3.9-2.7 19-4.5 19.3-4.8.9-7.3-15.3 0-18.4 0-3 0-1.5-4.6-1.5-4.6s6.3-2.9 6.1-3.3a22 22 0 0 0-5.2-2c-.5 0 0-5 0-5s5.2-4 4.8-5.1c-.5-1.1-6.2.9-6.2.9v-4.4s4.2-.4 4.6-2.4c.5-2-5-2.2-5-2.2l-2.2-23-2 21.5-7.2 1s5 2.9 6 5.8c.8 2.8-6.2 2-6.2 2s5.7 4.8 6.1 6.5c.5 1.8-7.9 2.2-7.9 2.2s7 5 7.5 7.9c.4 2.8 0 4.4 0 4.4s-11.6-10.1-19-7.3c-4 2 8.8 3 17.2 10.3 0 1.7-20.5-5-21.2-.8.4 1.1 21.9 4.2 23.4 7-7.8.3-24-1.7-23.4.9-1.7 3 15.2 1.3 22.3 3.7 2.1 2.4 1.9 4.4-1.7 4.6-6.9-3.3-22.1-5.7-22.2-1.5.1 1 15.8.4 21.5 4.1-7.6 1.8-33.4-3.5-33.5-1 .7 1.3 4.8 6.5 11.8 6.3 7-.2 23.3 2.8 24.4 5 1 2.2-21.1-4.6-29.4-.6-8.4 4 23.9 1.5 29.1 6.3 5.3 4.9-10.5-.4-10.5-.4s-22-3-25.2-1.5c-3.3 1.5-7 5-7 5s2.2 4.4 4.4 3.5c2.2-.9-.7 2.7-.7 2.7s30.7 7.4 37.5 14c6.8 6.6-39-10.3-39-10.3s-18.5 6.8 1 7.2c-2.2 3.3 1.2 5.3 1.2 5.3s32.4 6.8 35.7 12c3.3 5.3-22.1-5-27.9-7.9-5.7-2.8-21.9 1.8-21.7 2.9.3 1 8 2.6 8.1 4.6.3 2-9.4 2.6-9.4 4.4 0 1.7 41 10.3 52 19.5s-32.2-11-32.2-11 2.4 3.3 0 4.2c-2.5.9-11-12.3-25-4.2-2.6 3.4 12.2 6 16 6.4-1.3 3.3-2.4 4.4 2.8 7.7s-10.3-4.8-10.3-4.4l1.1 5.7c-4.8-4-10.7-5.1-16.2-1.1 0 0-.2 4 5.5 6.4-3.1 6.3 3.5 4.3 14 10.3-15.6-4.1-16.9 3.5-5.7 5.2s41.9 2.9 49.1 12.3c7.3 9.4-10.3-3.6-12.3-4-.4.3-.8 4.9-.8 4.9-4.7-2.7-9-5.2-14.6-6.3-.5.9-.3 2.1-.8 3-5-3.7-9.5-6.2-16.9-6.6l-.9 3.5s-6.1-7.7-18.2 0c-6.7 4.9 25.5 1.8 30.7 7.5 5.3 5.7 1.1 6.6 1.1 6.6l-13.1-4.9s-15.6-2.8-20 .7 64 12 66 21.5c1.4 5-16-5.4-31.1-9.9l-1.8 5s-6-6-12.7-7c-.2 0 1.3 6 1.3 6s-16.8-8-25.4-3.8c-8.5 4.2 29.8 6.4 33.3 10.3 3.5 4-11.6-2.6-13 0-1.2 2.7-19.9-4.8-19.6-1.3.2 3.5 2.6 5.5 2.6 5.5s38.8 3.7 40.1 8.3c1.3 4.6-21.5-2.6-21.5-2.6s-2.2 3.3-.4 4.8c1.7 1.6-13.2-8.7-11.8-2-4.9-1.9-17.4-7.8-15.6-3.2 1.7 4.6 35.3 11.2 35.3 11.2s-14.7 1-14 4.8c-19-11.5-18.5-4.2-18-4 .4.2-24.4-6.1-5.7 4s10 8.3 10.3 8.5c.2.2 2 5 1.5 5-.4 0-12.7-6.5-16.9-7-4.1-.4-23.9 5.5-2.8 14.8s34-2.2 45.6-1c11.6 1.4 17 3.4 16 7-1.1 3.8-11.9-12.1-23.2 1.7-13-2.6-21.7-4-15 5.4-21-7.9-34 2.4-7.4 6.6 26 .8 42-6.4 42-6.4s4.5 8.1 10.8 2.4c6.4-5.7 6.6 2.2 6.8 2.2l6.2-2.6h1.5z",fill:"#198200",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".7"}),e.jsx("path",{d:"M316 320.2v-3.7s-8.2-1.5-12.3-.7c-2.3-1.3-4.6-3.1-7.5-1.6-.5 1.2 5.3 4.3 7.2 4.3a41.1 41.1 0 0 0 12.7 1.7zm0 6s-8.3-3.1-11.6.4c.5 3.7 9.7 5.5 11.7 4.5 1.9-1 0-4.8-.1-5zm14 1.4v2.6s9.8 1.9 11.6-.2c1.7-2.1-8-3.5-11.7-2.4zm-.5-10.2.3 2.9s8.6 1.9 11.9-2.8c3.3-4.7-7.5 0-12.2-.1zm.4-10v2s6.5 1 8-1.8c1.4-2.8-7.8 0-8-.2zm-13.4-6c-1-1.3-4.5-4.8-13.8-5.8-6.5 0 11.7 9.5 13.8 5.9zm13.2-9.7-.2 2.7s22-6.6 27.1-6.1c4.6-1.3 5.6-4.5 5.4-4.5-4-2.9-22.9 2.3-32.3 7.9zm.5-7.8-.3 2.6s15.5-3 19.7-6c4.1-3-19.2 3.5-19.4 3.4zm-.6-7.6v2.6s10.3-.4 12.5-2.4c1.3-2.1-9.2-.3-12.5-.2zm21.6 21.7s5.4.8 6.4-.8c-.2-2.8-6.4 1-6.4.8zM330 266.6l.1 5.7s24.9-7.9 26.5-9.3c1.5-1.5 5-6-26.6 3.6zm-.7-7.9v4.2s10-.8 14.6-4.5c4.6-3.8-14.6.4-14.6.3zm-12-9.3.6 3.7-32.9-10.6c.1 0-1.6-5.4 32.3 6.9zm.5-13.3c0 .4 0 3.6-.2 3.5 0 0-22.8-9.5-23.7-8.7-3-7 24 5.4 24 5.2zm11.1 6 .4 3.1s14-2.9 14.8-4.3c.8-1.4-15.2 1.2-15.2 1.1zm.3 7.4c.2.7.4 3.3.4 3.3s5.6-.5 6.5-1.8c.8-1.3-6.9-1.5-6.9-1.5zm-.8-17v3s15.4-3 17-4.4c1.7-1.5-17.3 1.4-17 1.4zm0-8.5c0 .2-.5 3.1-.1 3.1s18.6-3 21.5-5.7c2.8-2.5-21 2.9-21.3 2.6zm-.2-14.9v3.3s11.8-2.5 14-5c2.2-2.5-14 2-14 1.7zm-2-21.6.2 4.8s16-2.2 18.2-4.8c2.3-2.7-18.5 0-18.4 0zm-7.4-36.5v3s-7.5-.3-5.7-1.6 5.7-1.1 5.7-1.4zm7 4 .2 4.2s9.7-1 10.4-2.5c.8-1.5-10.4-1.6-10.6-1.6zm-.6 6s.2 2.6.4 2.6 3.9-.3 4.7-1.3c.8-1-4.7-1-5-1.3zm-8.2 11.8c0 .3.3 4 0 3.8s-21.2-6.1-23.2-6c-1.9 0-2.4-4.9 23.2 2.2zm1.7 6.9c0 .7.5 4.6-.3 4.4-.7-.2-14.3-4.5-12.9-5.8 1.4-1.3 13.2 1.7 13.2 1.4zm-1.2 29 .1 3.5s-23.7-7.2-24.5-8.4c-.8-1.2-3.1-6.8 24.4 4.9zm1 8.5v3.3l-32.2-11.3s-2.6-8.4 32.1 8z",fill:"#fff",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".8"}),e.jsx("path",{d:"m280.3 328.7-.2 3.5s-6.2-1.8-8.2-5.3c3.6-1 8.5 1.9 8.4 1.8z",fill:"#fff",stroke:"#000",strokeLinejoin:"round",strokeWidth:".8"})]})})}));exports.NF=r;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NG: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M426.6 0H640v480H426.6zM0 0h213.3v480H0z",fill:"#008753"})))}));exports.NG=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var s=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M426.6 0H640v480H426.6zM0 0h213.3v480H0z",fill:"#008753"})]})})}));exports.NG=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NI: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var l=e.borderRadius,c=e.height,r=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:l,height:c,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#265FB5"}),React.createElement("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),React.createElement("path",{d:"M15.038 12.111a3.038 3.038 0 1 1-6.076 0 3.038 3.038 0 0 1 6.076 0Z",fill:"#A9BF4C"}),React.createElement("path",{d:"M12 14.778a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334Z",fill:"#EEE"}),React.createElement("path",{d:"M9.839 13.548 11.99 9.82l2.152 3.728H9.839Z",fill:"#265FB5"}),React.createElement("path",{d:"m10.077 13.403 1.914-3.313 1.912 3.313h-3.826Z",fill:"#55ACEE"}),React.createElement("path",{d:"m10.077 13.403.462-.8 2.882-.035.482.835h-3.826Z",fill:"#BBDDF5"}),React.createElement("path",{d:"m10.448 12.882.719-.584.312.354.271-.292.23.23.218-.24.26.24.24-.25.219.25.208-.23.344.428.062.125s-.364.073-.864.031c-.5-.041-.792.073-1.188.126-.396.052-1.104-.052-1.104-.052l.073-.136Z",fill:"#5C913B"}),React.createElement("path",{d:"m11.156 12.424.48.52-.24.021-.27-.395.03-.146Zm.573.041.386.344-.178.032-.187-.261-.02-.115Zm.49-.02.333.312-.083.052-.271-.292.02-.072Zm.437 0-.135.125.062.072.073-.197Zm.417.01-.156.197.052.095.114-.22-.01-.072Z",fill:"#E2F09F"}),React.createElement("path",{d:"m12.02 11.065.045.619.354-.509-.266.553.554-.265-.509.354.62.044-.62.044.509.355-.554-.266.266.553-.354-.508-.044.619-.044-.62-.354.51.265-.554-.553.266.509-.355-.62-.044.62-.044-.51-.354.554.266-.265-.554.354.509.044-.62Z",fill:"#BBDDF5"}),React.createElement("path",{d:"m12 11.58-.125.125s.031.188.02.219c-.01.031.105.187.105.187l.156-.187-.041-.25L12 11.58Z",fill:"#DD2E44"}),React.createElement("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.188-.333s-.302-.23-.656-.23c-.354 0-.75.282-.75.282l-.177.354s.458-.323.969-.323Z",fill:"#269"}),React.createElement("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.136-.24s-.364-.218-.718-.218-.792.281-.792.281l-.126.25c.001 0 .459-.323.97-.323Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.094-.156s-.282-.198-.761-.177c-.354 0-.844.26-.844.26l-.073.146c.001 0 .459-.323.97-.323Z",fill:"#DD2E44"}),React.createElement("path",{d:"M11.725 14.609h.664v.637h-.664v-.637Zm-.106-4.937h-.478l-.238-.583.477-.053.239.636Zm1.088.266-.318-.106.159-.77.61.053-.451.823ZM9.84 13.202l-.929.212-.027-.636.929-.133.027.557Zm.239.664-.77.318-.186-.504.717-.239.239.425Zm5.122-.584-.85-.239v-.45l.956-.134-.106.823Zm-.425.876-.796-.372.265-.478.877.266-.346.584Z",fill:"#EEE"}))}));exports.NI=a;
1
+ "use strict";var l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(l,i){var h=l.borderRadius,t=l.height,e=l.width;return a.jsxs(s.FlagIconBase,{ref:i,borderRadius:h,height:t,viewBox:"0 0 24 25",width:e,children:[a.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#265FB5"}),a.jsx("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),a.jsx("path",{d:"M15.038 12.111a3.038 3.038 0 1 1-6.076 0 3.038 3.038 0 0 1 6.076 0Z",fill:"#A9BF4C"}),a.jsx("path",{d:"M12 14.778a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334Z",fill:"#EEE"}),a.jsx("path",{d:"M9.839 13.548 11.99 9.82l2.152 3.728H9.839Z",fill:"#265FB5"}),a.jsx("path",{d:"m10.077 13.403 1.914-3.313 1.912 3.313h-3.826Z",fill:"#55ACEE"}),a.jsx("path",{d:"m10.077 13.403.462-.8 2.882-.035.482.835h-3.826Z",fill:"#BBDDF5"}),a.jsx("path",{d:"m10.448 12.882.719-.584.312.354.271-.292.23.23.218-.24.26.24.24-.25.219.25.208-.23.344.428.062.125s-.364.073-.864.031c-.5-.041-.792.073-1.188.126-.396.052-1.104-.052-1.104-.052l.073-.136Z",fill:"#5C913B"}),a.jsx("path",{d:"m11.156 12.424.48.52-.24.021-.27-.395.03-.146Zm.573.041.386.344-.178.032-.187-.261-.02-.115Zm.49-.02.333.312-.083.052-.271-.292.02-.072Zm.437 0-.135.125.062.072.073-.197Zm.417.01-.156.197.052.095.114-.22-.01-.072Z",fill:"#E2F09F"}),a.jsx("path",{d:"m12.02 11.065.045.619.354-.509-.266.553.554-.265-.509.354.62.044-.62.044.509.355-.554-.266.266.553-.354-.508-.044.619-.044-.62-.354.51.265-.554-.553.266.509-.355-.62-.044.62-.044-.51-.354.554.266-.265-.554.354.509.044-.62Z",fill:"#BBDDF5"}),a.jsx("path",{d:"m12 11.58-.125.125s.031.188.02.219c-.01.031.105.187.105.187l.156-.187-.041-.25L12 11.58Z",fill:"#DD2E44"}),a.jsx("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.188-.333s-.302-.23-.656-.23c-.354 0-.75.282-.75.282l-.177.354s.458-.323.969-.323Z",fill:"#269"}),a.jsx("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.136-.24s-.364-.218-.718-.218-.792.281-.792.281l-.126.25c.001 0 .459-.323.97-.323Z",fill:"#FFCC4D"}),a.jsx("path",{d:"M12.063 11.361c.51 0 .802.25.802.25l-.094-.156s-.282-.198-.761-.177c-.354 0-.844.26-.844.26l-.073.146c.001 0 .459-.323.97-.323Z",fill:"#DD2E44"}),a.jsx("path",{d:"M11.725 14.609h.664v.637h-.664v-.637Zm-.106-4.937h-.478l-.238-.583.477-.053.239.636Zm1.088.266-.318-.106.159-.77.61.053-.451.823ZM9.84 13.202l-.929.212-.027-.636.929-.133.027.557Zm.239.664-.77.318-.186-.504.717-.239.239.425Zm5.122-.584-.85-.239v-.45l.956-.134-.106.823Zm-.425.876-.796-.372.265-.478.877.266-.346.584Z",fill:"#EEE"})]})}));exports.NI=i;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NL: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(1.25 .9375)"},React.createElement("rect",{fill:"#fff",height:"509.8",rx:"0",ry:"0",width:"512"}),React.createElement("rect",{fill:"#21468b",height:"169.9",rx:"0",ry:"0",width:"512",y:"342.1"}),React.createElement("path",{d:"M0 0h512v170H0z",fill:"#ae1c28"})))}));exports.NL=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,h=e.width;return i.jsx(r.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:h,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(1.25 .9375)",children:[i.jsx("rect",{fill:"#fff",height:"509.8",rx:"0",ry:"0",width:"512"}),i.jsx("rect",{fill:"#21468b",height:"169.9",rx:"0",ry:"0",width:"512",y:"342.1"}),i.jsx("path",{d:"M0 0h512v170H0z",fill:"#ae1c28"})]})})}));exports.NL=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NO: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,l=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:l,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ed2939"}),React.createElement("path",{d:"M180 0h120v480H180z",fill:"#fff"}),React.createElement("path",{d:"M0 180h640v120H0z",fill:"#fff"}),React.createElement("path",{d:"M210 0h60v480h-60z",fill:"#002664"}),React.createElement("path",{d:"M0 210h640v60H0z",fill:"#002664"}))}));exports.NO=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#ed2939"}),i.jsx("path",{d:"M180 0h120v480H180z",fill:"#fff"}),i.jsx("path",{d:"M0 180h640v120H0z",fill:"#fff"}),i.jsx("path",{d:"M210 0h60v480h-60z",fill:"#002664"}),i.jsx("path",{d:"M0 210h640v60H0z",fill:"#002664"})]})}));exports.NO=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NP: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NP.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0-16h512v512H0z",fillOpacity:".7"}))),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"translate(0 15) scale(.9375)"},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M6.5 489.5h378.8L137.4 238.1l257.3.3L6.6-9.5v499z",fill:"#ce0000",stroke:"#000063",strokeWidth:"13.8"}),React.createElement("path",{d:"m180.7 355.8-27 9 21.2 19.8-28.5-1.8 11.7 26.2-25.5-12.3.5 28.6-18.8-20.9-10.7 26.6-9.2-26.3-20.3 20.6 1.8-27.7L49 409l12.6-25-29.3.6 21.5-18.3-27.3-10.5 27-9L32.2 327l28.4 1.8L49 302.6l25.6 12.3-.5-28.6 18.8 20.9 10.7-26.6 9.1 26.3 20.4-20.6-1.9 27.7 27-11.4-12.7 25 29.4-.6-21.5 18.3zm-32.4-184.7-11.3 8.4 5.6 4.6a93.8 93.8 0 0 0 30.7-36c1.8 21.3-17.7 69-68.7 69.5a70.6 70.6 0 0 1-71.5-70.3c10 18.2 16.2 27 32 36.5l4.7-4.4-10.6-8.9 13.7-3.6-7.4-12.4 14.4 1-1.8-14.4 12.6 7.4 4-13.5 9 10.8 8.5-10.3 4.6 14 11.8-8.2-1.5 14.3 14.2-1.7-6.7 13.2 13.7 4z",fill:"#fff"}))))}));exports.NP=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 l=e.forwardRef((function(l,s){var t=l.borderRadius,a=l.height,c=l.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M0-16h512v512H0z",fillOpacity:".7"})})}),i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("g",{clipPath:"url(#".concat(d,"-0)"),transform:"translate(0 15) scale(.9375)",children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M6.5 489.5h378.8L137.4 238.1l257.3.3L6.6-9.5v499z",fill:"#ce0000",stroke:"#000063",strokeWidth:"13.8"}),i.jsx("path",{d:"m180.7 355.8-27 9 21.2 19.8-28.5-1.8 11.7 26.2-25.5-12.3.5 28.6-18.8-20.9-10.7 26.6-9.2-26.3-20.3 20.6 1.8-27.7L49 409l12.6-25-29.3.6 21.5-18.3-27.3-10.5 27-9L32.2 327l28.4 1.8L49 302.6l25.6 12.3-.5-28.6 18.8 20.9 10.7-26.6 9.1 26.3 20.4-20.6-1.9 27.7 27-11.4-12.7 25 29.4-.6-21.5 18.3zm-32.4-184.7-11.3 8.4 5.6 4.6a93.8 93.8 0 0 0 30.7-36c1.8 21.3-17.7 69-68.7 69.5a70.6 70.6 0 0 1-71.5-70.3c10 18.2 16.2 27 32 36.5l4.7-4.4-10.6-8.9 13.7-3.6-7.4-12.4 14.4 1-1.8-14.4 12.6 7.4 4-13.5 9 10.8 8.5-10.3 4.6 14 11.8-8.2-1.5 14.3 14.2-1.7-6.7 13.2 13.7 4z",fill:"#fff"})]})})]})}));exports.NP=l;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NR: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NR.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 l=a.borderRadius,c=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:l,height:c,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-54.7 0H628v512H-54.7z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(51.3) scale(.9375)"},React.createElement("path",{d:"M-140 0H884v512H-140z",fill:"#002170"}),React.createElement("path",{d:"M-140 234.1H884V278H-140z",fill:"#ffb20d"}),React.createElement("path",{d:"m161.8 438-33-33-10.5 45.4-12-45-31.9 34 12.1-45L42 407.9l33-33-45.4-10.6 45-12-34-31.8 45 12L72 288l33 33 10.6-45.4 12 45 31.8-34-12 45 44.5-13.5-33 33 45.4 10.5-45 12 34 32-45-12.2z",fill:"#fff"})))}));exports.NR=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,s){var a=t.borderRadius,l=t.height,d=t.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M-54.7 0H628v512H-54.7z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(51.3) scale(.9375)",children:[i.jsx("path",{d:"M-140 0H884v512H-140z",fill:"#002170"}),i.jsx("path",{d:"M-140 234.1H884V278H-140z",fill:"#ffb20d"}),i.jsx("path",{d:"m161.8 438-33-33-10.5 45.4-12-45-31.9 34 12.1-45L42 407.9l33-33-45.4-10.6 45-12-34-31.8 45 12L72 288l33 33 10.6-45.4 12 45 31.8-34-12 45 44.5-13.5-33 33 45.4 10.5-45 12 34 32-45-12.2z",fill:"#fff"})]})]})}));exports.NR=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NU: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NU.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,a){var c=l.borderRadius,r=l.height,h=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h496v372H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)"),transform:"scale(1.2902)"},React.createElement("path",{d:"M0 0h499.6v248.1H0z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M0 0v18.6L119.2 80l44.9 1.3L0 0z",fill:"#c00"}),React.createElement("path",{d:"m51 0 144.6 75.5V0H51z",fill:"#006"}),React.createElement("path",{d:"M214.9 0v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z",fill:"#c00"}),React.createElement("path",{d:"M300.2 0v71.1L441.6.6 300.2 0z",fill:"#006"}),React.createElement("path",{d:"m304.7 78.9 39.8-.3L498.9.6l-41 .6L304.8 79z",fill:"#c00"}),React.createElement("path",{d:"M0 167.5v52.8L99.2 168 0 167.6z",fill:"#006"}),React.createElement("path",{d:"m381.9 169.7-41.4-.3 155.8 77.5-1-17.7-113.5-59.5zM38.7 248.3l146.1-76.8-38.3.3L0 248.1",fill:"#c00"}),React.createElement("path",{d:"m497.9 21.8-118 58.5 116.4.5v87.1h-99.1l98.2 53.3 1.4 27-52.4-.6-143.6-70.5v71.2H196V177L61.3 248l-60.9.2V496H992V.4L499 0M.6 28 0 79.4l104.4 1.3L.5 28z",fill:"#006"}),React.createElement("g",{fill:"#ffd900",fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M496 0h496.1v496h-496z"}),React.createElement("path",{d:"M0 248h523.5v248H0z"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M290.9 125.3a42.8 42.8 0 1 1-85.5 0 42.8 42.8 0 0 1 85.5 0z",fill:"#000067"}),React.createElement("path",{d:"m240.2 114.3 8.2-24.6 8.2 24.6h26.7l-21.6 15.2L270 154l-21.6-15.3-21.6 15.2 8.3-24.5-21.6-15.2zm148.5 4 4.1-11.5 4 11.6h13.3l-10.7 7 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM244.1 204l4-11.5 4.1 11.5h13.2l-10.7 7 4.1 11.6-10.7-7.1-10.7 7 4.1-11.4-10.7-7.1zm0-167 4-11.6 4.1 11.5h13.2L254.7 44l4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM98.9 118.2l4.1-11.5 4 11.5h13.3l-10.7 7.1 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7z",fill:"#fff40d"}))))}));exports.NU=l;
1
+ "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(i,s){var d=i.borderRadius,t=i.height,a=i.width,r=l.useId();return h.jsxs(e.FlagIconBase,{ref:s,borderRadius:d,height:t,viewBox:"0 0 640 480",width:a,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(r,"-0"),children:h.jsx("path",{d:"M0 0h496v372H0z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(r,"-0)"),transform:"scale(1.2902)",children:[h.jsx("path",{d:"M0 0h499.6v248.1H0z",fill:"#fff",fillRule:"evenodd"}),h.jsx("path",{d:"M0 0v18.6L119.2 80l44.9 1.3L0 0z",fill:"#c00"}),h.jsx("path",{d:"m51 0 144.6 75.5V0H51z",fill:"#006"}),h.jsx("path",{d:"M214.9 0v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z",fill:"#c00"}),h.jsx("path",{d:"M300.2 0v71.1L441.6.6 300.2 0z",fill:"#006"}),h.jsx("path",{d:"m304.7 78.9 39.8-.3L498.9.6l-41 .6L304.8 79z",fill:"#c00"}),h.jsx("path",{d:"M0 167.5v52.8L99.2 168 0 167.6z",fill:"#006"}),h.jsx("path",{d:"m381.9 169.7-41.4-.3 155.8 77.5-1-17.7-113.5-59.5zM38.7 248.3l146.1-76.8-38.3.3L0 248.1",fill:"#c00"}),h.jsx("path",{d:"m497.9 21.8-118 58.5 116.4.5v87.1h-99.1l98.2 53.3 1.4 27-52.4-.6-143.6-70.5v71.2H196V177L61.3 248l-60.9.2V496H992V.4L499 0M.6 28 0 79.4l104.4 1.3L.5 28z",fill:"#006"}),h.jsxs("g",{fill:"#ffd900",fillRule:"evenodd",strokeWidth:"1pt",children:[h.jsx("path",{d:"M496 0h496.1v496h-496z"}),h.jsx("path",{d:"M0 248h523.5v248H0z"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.jsx("path",{d:"M290.9 125.3a42.8 42.8 0 1 1-85.5 0 42.8 42.8 0 0 1 85.5 0z",fill:"#000067"}),h.jsx("path",{d:"m240.2 114.3 8.2-24.6 8.2 24.6h26.7l-21.6 15.2L270 154l-21.6-15.3-21.6 15.2 8.3-24.5-21.6-15.2zm148.5 4 4.1-11.5 4 11.6h13.3l-10.7 7 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM244.1 204l4-11.5 4.1 11.5h13.2l-10.7 7 4.1 11.6-10.7-7.1-10.7 7 4.1-11.4-10.7-7.1zm0-167 4-11.6 4.1 11.5h13.2L254.7 44l4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM98.9 118.2l4.1-11.5 4 11.5h13.3l-10.7 7.1 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7z",fill:"#fff40d"})]})]})]})}));exports.NU=i;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const NZ: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/NZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,n=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:n},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h600v300H0z"})),React.createElement("clipPath",{id:"".concat(i,"-1")},React.createElement("path",{d:"m0 0 300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"})),React.createElement("g",{id:"".concat(i,"-2")},React.createElement("g",{id:"".concat(i,"-3")},React.createElement("path",{d:"M0-.3v.5l1-.5z"}),React.createElement("path",{d:"M.213.256-.081-.15l1.103-.183z"})),React.createElement("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{transform:"rotate(72 0 0)",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{transform:"rotate(-72 0 0)",xlinkHref:"#".concat(i,"-3")}),React.createElement("use",{transform:"scale(-1 1) rotate(72)",xlinkHref:"#".concat(i,"-3")}))),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#00247d",fillRule:"evenodd"}),React.createElement("g",{transform:"translate(-93 36.1) scale(.66825)"},React.createElement("use",{fill:"#fff",height:"100%",transform:"matrix(45.4 0 0 45.4 900 120)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{fill:"#cc142b",height:"100%",transform:"matrix(30 0 0 30 900 120)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("g",{transform:"rotate(82 534.2 125) scale(.66825)"},React.createElement("use",{fill:"#fff",height:"100%",transform:"rotate(-82 519 -457.7) scale(40.4)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 519 -457.7) scale(25)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("g",{transform:"rotate(82 534.2 125) scale(.66825)"},React.createElement("use",{fill:"#fff",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(45.4)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(30)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("g",{transform:"translate(-93 36.1) scale(.66825)"},React.createElement("use",{fill:"#fff",height:"100%",transform:"matrix(50.4 0 0 50.4 900 480)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{fill:"#cc142b",height:"100%",transform:"matrix(35 0 0 35 900 480)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("path",{clipPath:"url(#".concat(i,"-0)"),d:"m0 0 600 300M0 300 600 0",stroke:"#fff",strokeWidth:"60",transform:"scale(.60681 .73139)"}),React.createElement("path",{clipPath:"url(#".concat(i,"-1)"),d:"m0 0 600 300M0 300 600 0",stroke:"#cc142b",strokeWidth:"40",transform:"scale(.60681 .73139)"}),React.createElement("path",{clipPath:"url(#".concat(i,"-0)"),color:"#000",d:"M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z",fill:"#fff",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}),React.createElement("path",{color:"#000",d:"M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z",fill:"#cc142b",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}))}));exports.NZ=a;
1
+ "use strict";var t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=t.forwardRef((function(s,a){var i=s.borderRadius,c=s.height,l=s.width,n=t.useId();return e.jsxs(r.FlagIconBase,{ref:a,borderRadius:i,height:c,viewBox:"0 0 640 480",width:l,children:[e.jsxs("defs",{children:[e.jsx("clipPath",{id:"".concat(n,"-0"),children:e.jsx("path",{d:"M0 0h600v300H0z"})}),e.jsx("clipPath",{id:"".concat(n,"-1"),children:e.jsx("path",{d:"m0 0 300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"})}),e.jsxs("g",{id:"".concat(n,"-2"),children:[e.jsxs("g",{id:"".concat(n,"-3"),children:[e.jsx("path",{d:"M0-.3v.5l1-.5z"}),e.jsx("path",{d:"M.213.256-.081-.15l1.103-.183z"})]}),e.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(n,"-3")}),e.jsx("use",{transform:"rotate(72 0 0)",xlinkHref:"#".concat(n,"-3")}),e.jsx("use",{transform:"rotate(-72 0 0)",xlinkHref:"#".concat(n,"-3")}),e.jsx("use",{transform:"scale(-1 1) rotate(72)",xlinkHref:"#".concat(n,"-3")})]})]}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d",fillRule:"evenodd"}),e.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[e.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(45.4 0 0 45.4 900 120)",width:"100%",xlinkHref:"#".concat(n,"-2")}),e.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(30 0 0 30 900 120)",width:"100%",xlinkHref:"#".concat(n,"-2")})]}),e.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[e.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 519 -457.7) scale(40.4)",width:"100%",xlinkHref:"#".concat(n,"-2")}),e.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 519 -457.7) scale(25)",width:"100%",xlinkHref:"#".concat(n,"-2")})]}),e.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[e.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(45.4)",width:"100%",xlinkHref:"#".concat(n,"-2")}),e.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(30)",width:"100%",xlinkHref:"#".concat(n,"-2")})]}),e.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[e.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(50.4 0 0 50.4 900 480)",width:"100%",xlinkHref:"#".concat(n,"-2")}),e.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(35 0 0 35 900 480)",width:"100%",xlinkHref:"#".concat(n,"-2")})]}),e.jsx("path",{clipPath:"url(#".concat(n,"-0)"),d:"m0 0 600 300M0 300 600 0",stroke:"#fff",strokeWidth:"60",transform:"scale(.60681 .73139)"}),e.jsx("path",{clipPath:"url(#".concat(n,"-1)"),d:"m0 0 600 300M0 300 600 0",stroke:"#cc142b",strokeWidth:"40",transform:"scale(.60681 .73139)"}),e.jsx("path",{clipPath:"url(#".concat(n,"-0)"),color:"#000",d:"M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z",fill:"#fff",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}),e.jsx("path",{color:"#000",d:"M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z",fill:"#cc142b",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"})]})}));exports.NZ=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const OM: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/OM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,h=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 24 24",width:h},React.createElement("g",{clipPath:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M5.333 20.667h16A2.667 2.667 0 0 0 24 18v-2.667H5.333v5.334Z",fill:"green"}),React.createElement("path",{d:"M21.333 3.333h-16v5.334H24V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#EEE"}),React.createElement("path",{d:"M24 8.667H6V3.333H2.667A2.667 2.667 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667H6v-5.334h18V8.667Z",fill:"#DB161B"}),React.createElement("path",{d:"M2.417 5.635c.208.378.208.526.148.56-.06.033-.159-.06-.367-.438-.209-.378-.448-.897-.388-.93.06-.034.398.431.607.808Zm1.26-.232c-.208.378-.328.711-.268.744.06.034.278-.246.487-.623.208-.378.329-.711.268-.745-.06-.033-.279.246-.487.624Zm-.375.608-.198-.948-.019-.004c.069-.033.123-.084.123-.158 0-.107-.098-.193-.219-.193-.12 0-.218.087-.218.193 0 .072.05.129.116.162l-.189.958.604-.01Z",fill:"#EEE"}),React.createElement("path",{d:"M4.469 7.844c-.181-.15-.9-.773-1.241-1.144.03-.107.049-.221.041-.344h.012v.005h.594v.115h.729v-.354h-.73v.115h-.593v.005h-.02v-.18h-.542v.18H2.5v.01h-.427v-.146h-.688v.385h.688v-.145H2.5v.01h.184l-.024.25s-.693.03-.879.06c-.458.073-.312.209.063.334.173.057.345.08.507.089a6.474 6.474 0 0 1-.934.776c-.146.083-.146.187.135.125.273-.06.903-.617 1.123-.899l.19-.008c.1-.004.179-.066.246-.149.284.337.842.836 1.066.972.24.146.352.143.436.129.085-.014.043-.035-.144-.19Z",fill:"#EEE"})),React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h24v24H0z",fill:"#fff"}))))}));exports.OM=a;
1
+ "use strict";var e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=e.forwardRef((function(i,s){var a=i.borderRadius,l=i.height,c=i.width,t=e.useId();return r.jsxs(h.FlagIconBase,{ref:s,borderRadius:a,height:l,viewBox:"0 0 24 24",width:c,children:[r.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),children:[r.jsx("path",{d:"M5.333 20.667h16A2.667 2.667 0 0 0 24 18v-2.667H5.333v5.334Z",fill:"green"}),r.jsx("path",{d:"M21.333 3.333h-16v5.334H24V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#EEE"}),r.jsx("path",{d:"M24 8.667H6V3.333H2.667A2.667 2.667 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667H6v-5.334h18V8.667Z",fill:"#DB161B"}),r.jsx("path",{d:"M2.417 5.635c.208.378.208.526.148.56-.06.033-.159-.06-.367-.438-.209-.378-.448-.897-.388-.93.06-.034.398.431.607.808Zm1.26-.232c-.208.378-.328.711-.268.744.06.034.278-.246.487-.623.208-.378.329-.711.268-.745-.06-.033-.279.246-.487.624Zm-.375.608-.198-.948-.019-.004c.069-.033.123-.084.123-.158 0-.107-.098-.193-.219-.193-.12 0-.218.087-.218.193 0 .072.05.129.116.162l-.189.958.604-.01Z",fill:"#EEE"}),r.jsx("path",{d:"M4.469 7.844c-.181-.15-.9-.773-1.241-1.144.03-.107.049-.221.041-.344h.012v.005h.594v.115h.729v-.354h-.73v.115h-.593v.005h-.02v-.18h-.542v.18H2.5v.01h-.427v-.146h-.688v.385h.688v-.145H2.5v.01h.184l-.024.25s-.693.03-.879.06c-.458.073-.312.209.063.334.173.057.345.08.507.089a6.474 6.474 0 0 1-.934.776c-.146.083-.146.187.135.125.273-.06.903-.617 1.123-.899l.19-.008c.1-.004.179-.066.246-.149.284.337.842.836 1.066.972.24.146.352.143.436.129.085-.014.043-.035-.144-.19Z",fill:"#EEE"})]}),r.jsx("defs",{children:r.jsx("clipPath",{id:"".concat(t,"-0"),children:r.jsx("path",{d:"M0 0h24v24H0z",fill:"#fff"})})})]})}));exports.OM=i;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PA: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,a){var c=l.borderRadius,r=l.height,i=l.width,d=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(d,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(d,"-0)")},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M92.5 0h477.2v480H92.4z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M323 3.6h358v221.7H323z",fill:"#db0000",fillRule:"evenodd"}),React.createElement("path",{d:"M3.2 225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z",fill:"#0000ab",fillRule:"evenodd"}),React.createElement("path",{d:"m516.9 413.9-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z",fill:"#d80000",fillRule:"evenodd"})))}));exports.PA=l;
1
+ "use strict";var e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var d=e.forwardRef((function(d,r){var s=d.borderRadius,a=d.height,h=d.width,t=e.useId();return i.jsxs(l.FlagIconBase,{ref:r,borderRadius:s,height:a,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(t,"-0"),children:i.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M92.5 0h477.2v480H92.4z",fill:"#fff",fillRule:"evenodd"}),i.jsx("path",{d:"M323 3.6h358v221.7H323z",fill:"#db0000",fillRule:"evenodd"}),i.jsx("path",{d:"M3.2 225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z",fill:"#0000ab",fillRule:"evenodd"}),i.jsx("path",{d:"m516.9 413.9-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z",fill:"#d80000",fillRule:"evenodd"})]})]})}));exports.PA=d;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PE: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:i,viewBox:"0 0 24 25",width:c},React.createElement("path",{d:"M2.667 4.222A2.667 2.667 0 0 0 0 6.89v12a2.667 2.667 0 0 0 2.667 2.666H8V4.223H2.667Z",fill:"#D91023"}),React.createElement("path",{d:"M8 4.222h8v17.333H8V4.222Z",fill:"#EEE"}),React.createElement("path",{d:"M21.333 4.222H16v17.333h5.333A2.667 2.667 0 0 0 24 18.89v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#D91023"}))}));exports.PE=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:"M2.667 4.222A2.667 2.667 0 0 0 0 6.89v12a2.667 2.667 0 0 0 2.667 2.666H8V4.223H2.667Z",fill:"#D91023"}),i.jsx("path",{d:"M8 4.222h8v17.333H8V4.222Z",fill:"#EEE"}),i.jsx("path",{d:"M21.333 4.222H16v17.333h5.333A2.667 2.667 0 0 0 24 18.89v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#D91023"})]})}));exports.PE=a;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PF: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,c){var a=l.borderRadius,r=l.height,d=l.width,m=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:a,height:r,viewBox:"0 0 640 480",width:d},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(m,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(m,"-0)")},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M80 0h480v480H80z",fill:"#fff"}),React.createElement("path",{d:"M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13 135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16 167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),React.createElement("path",{d:"m301.3 218.9 38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),React.createElement("path",{d:"m277 258.7 86.7.3",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeLinecap:"round",strokeWidth:"5"}),React.createElement("path",{d:"m281.1 238 10.3 13.7m-10.3 0 11.1-13.5M287 237l-.3 8.5m10.8-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.1-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.7-7.6 10.2 13.8m-10.2 0 11.1-13.5m-5.3-1.2-.2 8.5m11-7.6 10.3 13.8m-10.2 0 11.1-13.5M354 237l-.3 8.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"4"}),React.createElement("path",{d:"m218.7 259.6 36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32 39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7 30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6L384.5 210c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1 16.7-.7.3-6.7-17 7.4zm-51-.5-17.5-.5v-7l17.6 7.5zm0-2-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4 23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z",fill:"#ef7d08",fillRule:"evenodd"}),React.createElement("path",{d:"M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),React.createElement("path",{d:"M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16 36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),React.createElement("path",{d:"M-40 360h720v120H-40zm0-360h720v120H-40z",fill:"#de2010",fillRule:"evenodd"})))}));exports.PF=l;
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 d=l.forwardRef((function(d,c){var i=d.borderRadius,t=d.height,r=d.width,o=l.useId();return s.jsxs(e.FlagIconBase,{ref:c,borderRadius:i,height:t,viewBox:"0 0 640 480",width:r,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(o,"-0"),children:s.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(o,"-0)"),children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M80 0h480v480H80z",fill:"#fff"}),s.jsx("path",{d:"M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13 135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16 167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),s.jsx("path",{d:"m301.3 218.9 38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),s.jsx("path",{d:"m277 258.7 86.7.3",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeLinecap:"round",strokeWidth:"5"}),s.jsx("path",{d:"m281.1 238 10.3 13.7m-10.3 0 11.1-13.5M287 237l-.3 8.5m10.8-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.1-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.7-7.6 10.2 13.8m-10.2 0 11.1-13.5m-5.3-1.2-.2 8.5m11-7.6 10.3 13.8m-10.2 0 11.1-13.5M354 237l-.3 8.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"4"}),s.jsx("path",{d:"m218.7 259.6 36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32 39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7 30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6L384.5 210c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1 16.7-.7.3-6.7-17 7.4zm-51-.5-17.5-.5v-7l17.6 7.5zm0-2-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4 23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z",fill:"#ef7d08",fillRule:"evenodd"}),s.jsx("path",{d:"M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),s.jsx("path",{d:"M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16 36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),s.jsx("path",{d:"M-40 360h720v120H-40zm0-360h720v120H-40z",fill:"#de2010",fillRule:"evenodd"})]})]})}));exports.PF=d;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PG: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var r=e.borderRadius,a=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:l,borderRadius:r,height:a,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"m1.6 0-.5 480h640L1.6 0z"}),React.createElement("path",{d:"m640.6 480 .5-480H1.1l639.5 480z",fill:"red"})),React.createElement("path",{d:"m178 54-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6A333 333 0 0 1 156 51l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9-5 3-5 6.5-7.7 12.3-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4 4 1 1-4c6 8 8 16 19 18l-1-4a262.2 262.2 0 0 1 8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5 2 1-3-8 3 1-4-6 1.5-1-.5-3c6 2 14 5 15 12 1 11-11 14-19 13 6 5 17 3 22-2 2-2 3-5 4-8 1 3 3 7 3 11-1 9-13 12-21 13 9 5 25-1 26-14 0-11-7-16-10-21l-1-5.4 3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4-8.2-10.3 2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3-1.8.2v-3.5L198 36l-3-1 2-5-3 1 1-5s-2.2 1-3.6.9a51.7 51.7 0 0 0 1.6-3.4c-1-1.5 0-4.5 0-4.5-7 1-8 2-12 8-6 11-4 16-3 27z",fill:"#fc0",stroke:"#fc0",strokeWidth:"1.1",transform:"matrix(2.21989 0 0 2.21194 1.1 0)"}),React.createElement("path",{d:"M215.8 70.4c.5.9 6.2 3.6 10.4 6-1.1-4.6-9.4-5.6-10.4-6z",fill:"red",fillRule:"evenodd",stroke:"red",strokeWidth:"1.4",transform:"matrix(2.21989 0 0 2.21194 1.1 0)"}),React.createElement("path",{d:"m175 399-14.2-9-19 9.1 4.3-16.2-14.5-15.1 16.7-1 10-18.4 6.1 15.5 20.7 3.8-13 10.6zm36.2-79-6.6-3-6.3 3.6 1-7.2-5.4-4.9 7.1-1.3 3-6.6 3.5 6.4 7.2.8-5 5.2zm32-45.2-14.5-7-13.9 7.8 2.3-15.7-11.8-10.8 15.7-2.8 6.6-14.4 7.6 14 15.8 1.8-11 11.5zm-65.8-63-17-8.5-16.5 9.1 2.8-18.6-13.8-13 18.7-3 8-17 8.7 16.7 18.8 2.3-13.3 13.4zm-60.8 65.4-17-10-17 10.3 4.3-19.3-15.1-13 19.7-1.8 7.7-18.3 7.9 18.2 19.8 1.6-14.9 13z",fill:"#fff",fillRule:"evenodd"}))}));exports.PG=l;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var i=e.borderRadius,t=e.height,d=e.width;return l.jsxs(r.FlagIconBase,{ref:s,borderRadius:i,height:t,viewBox:"0 0 640 480",width:d,children:[l.jsxs("g",{fillRule:"evenodd",children:[l.jsx("path",{d:"m1.6 0-.5 480h640L1.6 0z"}),l.jsx("path",{d:"m640.6 480 .5-480H1.1l639.5 480z",fill:"red"})]}),l.jsx("path",{d:"m178 54-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6A333 333 0 0 1 156 51l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9-5 3-5 6.5-7.7 12.3-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4 4 1 1-4c6 8 8 16 19 18l-1-4a262.2 262.2 0 0 1 8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5 2 1-3-8 3 1-4-6 1.5-1-.5-3c6 2 14 5 15 12 1 11-11 14-19 13 6 5 17 3 22-2 2-2 3-5 4-8 1 3 3 7 3 11-1 9-13 12-21 13 9 5 25-1 26-14 0-11-7-16-10-21l-1-5.4 3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4-8.2-10.3 2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3-1.8.2v-3.5L198 36l-3-1 2-5-3 1 1-5s-2.2 1-3.6.9a51.7 51.7 0 0 0 1.6-3.4c-1-1.5 0-4.5 0-4.5-7 1-8 2-12 8-6 11-4 16-3 27z",fill:"#fc0",stroke:"#fc0",strokeWidth:"1.1",transform:"matrix(2.21989 0 0 2.21194 1.1 0)"}),l.jsx("path",{d:"M215.8 70.4c.5.9 6.2 3.6 10.4 6-1.1-4.6-9.4-5.6-10.4-6z",fill:"red",fillRule:"evenodd",stroke:"red",strokeWidth:"1.4",transform:"matrix(2.21989 0 0 2.21194 1.1 0)"}),l.jsx("path",{d:"m175 399-14.2-9-19 9.1 4.3-16.2-14.5-15.1 16.7-1 10-18.4 6.1 15.5 20.7 3.8-13 10.6zm36.2-79-6.6-3-6.3 3.6 1-7.2-5.4-4.9 7.1-1.3 3-6.6 3.5 6.4 7.2.8-5 5.2zm32-45.2-14.5-7-13.9 7.8 2.3-15.7-11.8-10.8 15.7-2.8 6.6-14.4 7.6 14 15.8 1.8-11 11.5zm-65.8-63-17-8.5-16.5 9.1 2.8-18.6-13.8-13 18.7-3 8-17 8.7 16.7 18.8 2.3-13.3 13.4zm-60.8 65.4-17-10-17 10.3 4.3-19.3-15.1-13 19.7-1.8 7.7-18.3 7.9 18.2 19.8 1.6-14.9 13z",fill:"#fff",fillRule:"evenodd"})]})}));exports.PG=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PH: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),l=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var t=e.borderRadius,c=e.height,r=e.width;return React.createElement(l.FlagIconBase,{ref:a,borderRadius:t,height:c,viewBox:"0 0 640 480",width:r},React.createElement("path",{d:"M0 0h640v240H0z",fill:"#0038a8"}),React.createElement("path",{d:"M0 240h640v240H0z",fill:"#ce1126"}),React.createElement("path",{d:"M415.7 240 0 480V0",fill:"#fff"}),React.createElement("path",{d:"M26.7 42.4 41 55l16.6-9.2-7.4 17.5 14 13-19-1.6-8.1 17.2-4.3-18.5L14 71l16.3-10zm323.8 172.3.4 19 18 6.3-18 6.2-.4 19-11.5-15.1-18.2 5.5 10.8-15.6-10.8-15.6 18.2 5.5zM37.2 388.1l8 17.2 19-1.6-13.9 13 7.4 17.5-16.6-9.1-14.4 12.4 3.6-18.7L14 409l18.9-2.4zm114.2-249-6.2 6.2 3.1 47-3 .3-5.7-42.9-5.1 5 7.6 38.4a47.5 47.5 0 0 0-17.2 7.1l-21.7-32.4H96l26.4 34.3a48 48 0 0 0-2.4 2l-31.1-35.5h-8.8v8.8l35.4 31-2 2.5-34.3-26.3v7.1l32.5 21.7c-3.4 5.2-5.9 11-7.1 17.2L66.3 223l-5.1 5 42.9 5.7c-.2 1-.3 2.1-.3 3.1l-47-3-6.2 6.2 6.2 6.2 47-3.1.3 3.1-42.9 5.7 5 5 38.4-7.6a47.5 47.5 0 0 0 7.1 17.2l-32.5 21.7v7.2l34.3-26.3a48 48 0 0 0 2 2.4l-35.4 31v8.8H89l31-35.4 2.5 2L96 312.2h7.2l21.7-32.5c5.1 3.4 11 5.9 17.2 7.1l-7.6 38.4 5 5 5.7-42.9c1 .2 2 .3 3.1.3l-3 47 6.1 6.2 6.3-6.2-3.1-47 3-.3 5.7 43 5.1-5.1-7.6-38.4a47.5 47.5 0 0 0 17.2-7.1l21.7 32.5h7.2l-26.4-34.3a48 48 0 0 0 2.4-2l31.1 35.4h8.8v-8.8l-35.4-31 2-2.4 34.3 26.3v-7.2l-32.5-21.7c3.4-5.1 5.9-11 7.1-17.2l38.3 7.6 5.1-5-42.9-5.7c.2-1 .3-2 .3-3.1l47 3 6.2-6.1-6.2-6.2-47 3-.3-3 42.9-5.7-5-5-38.4 7.5a47.5 47.5 0 0 0-7.1-17.2l32.5-21.7v-7.1l-34.3 26.3a48 48 0 0 0-2-2.4l35.4-31v-8.9H214l-31 35.5a48 48 0 0 0-2.5-2l26.4-34.3h-7.2L178 200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7 42.8-3.1-.3 3-47z",fill:"#fcd116"}))}));exports.PH=a;
1
+ "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=l.forwardRef((function(l,r){var i=l.borderRadius,c=l.height,h=l.width;return a.jsxs(e.FlagIconBase,{ref:r,borderRadius:i,height:c,viewBox:"0 0 640 480",width:h,children:[a.jsx("path",{d:"M0 0h640v240H0z",fill:"#0038a8"}),a.jsx("path",{d:"M0 240h640v240H0z",fill:"#ce1126"}),a.jsx("path",{d:"M415.7 240 0 480V0",fill:"#fff"}),a.jsx("path",{d:"M26.7 42.4 41 55l16.6-9.2-7.4 17.5 14 13-19-1.6-8.1 17.2-4.3-18.5L14 71l16.3-10zm323.8 172.3.4 19 18 6.3-18 6.2-.4 19-11.5-15.1-18.2 5.5 10.8-15.6-10.8-15.6 18.2 5.5zM37.2 388.1l8 17.2 19-1.6-13.9 13 7.4 17.5-16.6-9.1-14.4 12.4 3.6-18.7L14 409l18.9-2.4zm114.2-249-6.2 6.2 3.1 47-3 .3-5.7-42.9-5.1 5 7.6 38.4a47.5 47.5 0 0 0-17.2 7.1l-21.7-32.4H96l26.4 34.3a48 48 0 0 0-2.4 2l-31.1-35.5h-8.8v8.8l35.4 31-2 2.5-34.3-26.3v7.1l32.5 21.7c-3.4 5.2-5.9 11-7.1 17.2L66.3 223l-5.1 5 42.9 5.7c-.2 1-.3 2.1-.3 3.1l-47-3-6.2 6.2 6.2 6.2 47-3.1.3 3.1-42.9 5.7 5 5 38.4-7.6a47.5 47.5 0 0 0 7.1 17.2l-32.5 21.7v7.2l34.3-26.3a48 48 0 0 0 2 2.4l-35.4 31v8.8H89l31-35.4 2.5 2L96 312.2h7.2l21.7-32.5c5.1 3.4 11 5.9 17.2 7.1l-7.6 38.4 5 5 5.7-42.9c1 .2 2 .3 3.1.3l-3 47 6.1 6.2 6.3-6.2-3.1-47 3-.3 5.7 43 5.1-5.1-7.6-38.4a47.5 47.5 0 0 0 17.2-7.1l21.7 32.5h7.2l-26.4-34.3a48 48 0 0 0 2.4-2l31.1 35.4h8.8v-8.8l-35.4-31 2-2.4 34.3 26.3v-7.2l-32.5-21.7c3.4-5.1 5.9-11 7.1-17.2l38.3 7.6 5.1-5-42.9-5.7c.2-1 .3-2 .3-3.1l47 3 6.2-6.1-6.2-6.2-47 3-.3-3 42.9-5.7-5-5-38.4 7.5a47.5 47.5 0 0 0-7.1-17.2l32.5-21.7v-7.1l-34.3 26.3a48 48 0 0 0-2-2.4l35.4-31v-8.9H214l-31 35.5a48 48 0 0 0-2.5-2l26.4-34.3h-7.2L178 200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7 42.8-3.1-.3 3-47z",fill:"#fcd116"})]})}));exports.PH=r;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PK: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-52.3 0h682.6v512H-52.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(49) scale(.9375)"},React.createElement("path",{d:"M-95 0h768v512H-95z",fill:"#0c590b"}),React.createElement("path",{d:"M-95 0H97.5v512H-95z",fill:"#fff"}),React.createElement("g",{fill:"#fff"},React.createElement("path",{d:"m403.7 225.4-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"}),React.createElement("path",{d:"M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"}))))}));exports.PK=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,t){var a=s.borderRadius,l=s.height,d=s.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M-52.3 0h682.6v512H-52.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(49) scale(.9375)",children:[i.jsx("path",{d:"M-95 0h768v512H-95z",fill:"#0c590b"}),i.jsx("path",{d:"M-95 0H97.5v512H-95z",fill:"#fff"}),i.jsxs("g",{fill:"#fff",children:[i.jsx("path",{d:"m403.7 225.4-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"}),i.jsx("path",{d:"M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"})]})]})]})}));exports.PK=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PL: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,c=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:c,viewBox:"0 0 640 480",width:i},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M640 480H0V0h640z",fill:"#fff"}),React.createElement("path",{d:"M640 480H0V240h640z",fill:"#dc143c"})))}));exports.PL=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M640 480H0V0h640z",fill:"#fff"}),i.jsx("path",{d:"M640 480H0V240h640z",fill:"#dc143c"})]})})}));exports.PL=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PM: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PM.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.PM=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.PM=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PN: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var l=e.borderRadius,a=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:a,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M21.333 4.111H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.778v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M20.31 14.213c0 .327-.375.592-.836.592-.46 0-.835-.264-.835-.592 0-.327.374-.592.835-.592.461 0 .835.265.835.592Z",fill:"#DD2E44"}),React.createElement("path",{d:"M16.496 13.292c0 .28.845.61 1.524-.217.68-.829.482.298.203.473-.278.175-.576.596-1.178.531-.6-.065-.754-.303-.892-.65-.139-.346.343-.137.343-.137Z",fill:"#009A67"}),React.createElement("path",{d:"M16.617 11.526a.334.334 0 0 1-.182.434l-.618.252a.333.333 0 1 1-.252-.616l.618-.253c.17-.07.364.012.434.183Zm5.315 1.877c-.1.155-.28.216-.4.138l-.873-.566c-.121-.079-.138-.266-.038-.421.1-.155.28-.217.401-.139l.873.567c.12.079.138.267.037.421Z",fill:"#FFF100"}),React.createElement("path",{d:"M22.045 13.198a.333.333 0 1 1-.642.18l-.358-1.286a.333.333 0 0 1 .642-.179l.358 1.285Z",fill:"#FFF100"}),React.createElement("path",{d:"M22.32 13.346a.333.333 0 1 1-.667 0 .333.333 0 0 1 .666 0Z",fill:"#FFF100"}),React.createElement("path",{d:"M16.667 13.195c0 .138-.15.25-.334.25-.184 0-.333-.112-.333-.25v-1.5c0-.14.15-.25.333-.25.184 0 .334.11.334.25v1.5Z",fill:"#009A67"}),React.createElement("path",{d:"M17.146 12.502c.11.148.111.333.002.415l-.79.593c-.109.082-.287.029-.398-.119-.11-.148-.111-.333-.002-.415l.79-.593c.109-.081.287-.028.398.12Z",fill:"#009A67"}),React.createElement("path",{d:"M16.357 13.188c0 .181-.16.328-.357.328-.197 0-.357-.147-.357-.328 0-.182.16-.329.357-.329.197 0 .357.147.357.329Zm6.207-1.076c-.073.172-.438.18-.817.02-.377-.162-.624-.432-.55-.604.072-.172.438-.18.816-.019.378.16.624.43.551.603Z",fill:"#009A67"}),React.createElement("path",{d:"M18.537 12.281c-.387.251-.905.718-.905.718l.289.036s.352.37.414.72c.061.349-.079.112-.108.383-.03.27.122.453.122.453s.419-.141.694-.352c.274-.21.458-.526.615-.364.157.162.138.236.138.236H20s-.337-.329-.332-.518c.005-.188-.295-1.126-.295-1.126l-.836-.186Zm-.454-.84s.316-.241.283-.211c-.033.03.358.167.596.07.237-.098.701-.567.815-.497.114.068-.575.472-.287.536.288.064.379-.178.557-.266.178-.088.456-.099.187.079s-.64.948-.64.948l-1.086-.085-.285-.209-.14-.365Z",fill:"#D4D5D6"}),React.createElement("path",{d:"M19.937 12.246c0 .154-.402.278-.896.278s-.896-.124-.896-.277c0-.154.401-.278.896-.278.495-.001.896.123.896.277Zm-2.96 3.296c-.046.146-.38.17-.746.054-.366-.116-.626-.328-.58-.473.047-.147.381-.171.748-.055.365.116.624.329.578.474Zm5.07 1.082c-.02.113-.35.15-.738.081-.388-.067-.687-.214-.667-.327.02-.113.35-.15.738-.08.388.067.687.214.667.326Z",fill:"#009A67"}),React.createElement("path",{d:"M21.388 16.679c-.105.504-.282.893-.395.87-.112-.024-.119-.451-.014-.955s.282-.893.394-.87c.113.023.12.451.015.955Zm-1.675-4.343c.182.477.699 1.42 1.192 1.426.492.007.558-.207.558-.207s.018.375-.43.444c-.448.07-.703-.152-.621-.075.082.076.263.25.68.359.418.109 1.131.238 1.11.637-.021.4-.3.554-.272.378.028-.176-.286-.496-.837-.62-.552-.124-1.176-.425-1.448-1.318-.273-.894-.051-.082-.051-.082s-.54.165-.537-.105c.004-.27.419-.128.334-.47-.086-.343-.288-.577-.087-.504.202.073.409.137.409.137Zm-1.359 1.22c-.27.416-1.057 1.001-1.31 1.276-.253.275-.437.794-.49 1.139-.055.344.049.875.24.279.193-.596.533-.827.876-1.212.344-.385.577-.64.703-.896.126-.257-.019-.586-.019-.586Z",fill:"#009A67"}),React.createElement("path",{d:"M19.97 13.837c.085.28.076.529-.02.557-.095.03-.24-.174-.324-.453-.085-.28-.075-.53.02-.558.095-.029.24.175.324.454Zm-2.36-.004c0 .085-.205.153-.458.153s-.459-.069-.459-.153c0-.085.206-.153.459-.153s.459.068.459.153Zm-.733 2.763c.099.515.084.95-.032.972-.116.022-.291-.376-.389-.89-.1-.516-.085-.952.032-.974.116-.022.29.377.389.892Z",fill:"#FFF100"}),React.createElement("path",{d:"M17.214 16.501c0 .104-.295.188-.657.188-.364 0-.658-.084-.658-.188 0-.103.294-.187.658-.187.362 0 .657.084.657.187Zm.15 1.462c.125.255.16.496.074.538-.085.042-.256-.13-.383-.385-.125-.255-.159-.497-.074-.538.086-.043.256.13.383.385Zm3.62.163c-.184.264-.433.41-.555.324-.124-.086-.072-.37.112-.634.185-.265.434-.41.557-.324.122.085.071.37-.113.634Zm1.52-3.065c.083.135-.169.44-.563.68-.393.24-.779.326-.862.19-.083-.136.168-.44.562-.681.394-.24.78-.325.863-.19Zm-6.742-.14c.187-.442.769-.678 1.153-.78.384-.1.47-.216.781-.46.31-.245.236-.41.387-.3.152.11.278.162.132.369-.146.207-.655.644-.986.771-.33.128-.979.4-1.02.475-.042.074-.51.072-.447-.075Z",fill:"#FFF100"}),React.createElement("path",{d:"M17.253 14.24h3.184v2.42c0 1.032-1.592 2.103-1.592 2.103s-1.592-1.051-1.592-2.152v-2.372Z",fill:"#4D8FCC"}),React.createElement("path",{d:"m20.236 17.323-1.373-2.719-1.478 2.554c.372.877 1.459 1.605 1.459 1.605s.97-.659 1.392-1.44Z",fill:"#009A67"}),React.createElement("path",{d:"m17.381 16.986.105.257 1.378-2.494 1.337 2.474.108-.275-1.416-2.709-1.512 2.747Zm2.98-2.49c.222.365.628.257.803.874.175.618.082 1.287-.1.758-.183-.53-.237-.827-.755-.963-.517-.137.052-.67.052-.67Zm-3.317 3.197-.13.772.697-.354-.567-.418Zm3.69.123-.656.305.72.432-.064-.737Z",fill:"#FFF100"}),React.createElement("path",{d:"M19.5 16.653a.125.125 0 0 1-.123.125h-.971a.124.124 0 1 1 0-.249h.97c.069 0 .125.056.125.124Z",fill:"#FFF100"}),React.createElement("path",{d:"M18.952 17.937c0 .096-.025.174-.056.174h-.103c-.03 0-.056-.078-.056-.174v-1.652c0-.096.026-.174.056-.174h.103c.03 0 .056.078.056.174v1.652Z",fill:"#FFF100"}),React.createElement("path",{d:"m18.033 17.331.389.407-.068.083.44.29.6-.29-.128-.08.435-.328-.062.555-.16-.046-.628.53-.661-.56-.126.013-.031-.574Z",fill:"#FFF100"}),React.createElement("path",{d:"M12.667 12.778V4.11h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.136A2.659 2.659 0 0 0 0 6.778v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 4.111h-1.554L8 6.291V4.11H4.667v1.713L2.264 4.14c-.41.063-.793.217-1.115.443l3.135 2.194H3.127L.645 5.038a2.69 2.69 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.955v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353l-1.877-1.314h1.877V6.778H10.79l1.876-1.314V4.11Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 4.111h-2v3.333H0v2h5.333v3.334h2V9.444h5.334v-2H7.333V4.111Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 4.111h-.974L8 6.697v.08h1.047l3.62-2.534v-.132Zm-11.518.473c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.584Zm3.142 5.527L.49 12.778h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.814l-2.458-1.72H9.047l3.62 2.534Z",fill:"#CF1B2B"}))}));exports.PN=c;
1
+ "use strict";var l=require("react"),c=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=l.forwardRef((function(l,s){var a=l.borderRadius,Z=l.height,i=l.width;return h.jsxs(c.FlagIconBase,{ref:s,borderRadius:a,height:Z,viewBox:"0 0 24 25",width:i,children:[h.jsx("path",{d:"M21.333 4.111H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6.778v12a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.778v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),h.jsx("path",{d:"M20.31 14.213c0 .327-.375.592-.836.592-.46 0-.835-.264-.835-.592 0-.327.374-.592.835-.592.461 0 .835.265.835.592Z",fill:"#DD2E44"}),h.jsx("path",{d:"M16.496 13.292c0 .28.845.61 1.524-.217.68-.829.482.298.203.473-.278.175-.576.596-1.178.531-.6-.065-.754-.303-.892-.65-.139-.346.343-.137.343-.137Z",fill:"#009A67"}),h.jsx("path",{d:"M16.617 11.526a.334.334 0 0 1-.182.434l-.618.252a.333.333 0 1 1-.252-.616l.618-.253c.17-.07.364.012.434.183Zm5.315 1.877c-.1.155-.28.216-.4.138l-.873-.566c-.121-.079-.138-.266-.038-.421.1-.155.28-.217.401-.139l.873.567c.12.079.138.267.037.421Z",fill:"#FFF100"}),h.jsx("path",{d:"M22.045 13.198a.333.333 0 1 1-.642.18l-.358-1.286a.333.333 0 0 1 .642-.179l.358 1.285Z",fill:"#FFF100"}),h.jsx("path",{d:"M22.32 13.346a.333.333 0 1 1-.667 0 .333.333 0 0 1 .666 0Z",fill:"#FFF100"}),h.jsx("path",{d:"M16.667 13.195c0 .138-.15.25-.334.25-.184 0-.333-.112-.333-.25v-1.5c0-.14.15-.25.333-.25.184 0 .334.11.334.25v1.5Z",fill:"#009A67"}),h.jsx("path",{d:"M17.146 12.502c.11.148.111.333.002.415l-.79.593c-.109.082-.287.029-.398-.119-.11-.148-.111-.333-.002-.415l.79-.593c.109-.081.287-.028.398.12Z",fill:"#009A67"}),h.jsx("path",{d:"M16.357 13.188c0 .181-.16.328-.357.328-.197 0-.357-.147-.357-.328 0-.182.16-.329.357-.329.197 0 .357.147.357.329Zm6.207-1.076c-.073.172-.438.18-.817.02-.377-.162-.624-.432-.55-.604.072-.172.438-.18.816-.019.378.16.624.43.551.603Z",fill:"#009A67"}),h.jsx("path",{d:"M18.537 12.281c-.387.251-.905.718-.905.718l.289.036s.352.37.414.72c.061.349-.079.112-.108.383-.03.27.122.453.122.453s.419-.141.694-.352c.274-.21.458-.526.615-.364.157.162.138.236.138.236H20s-.337-.329-.332-.518c.005-.188-.295-1.126-.295-1.126l-.836-.186Zm-.454-.84s.316-.241.283-.211c-.033.03.358.167.596.07.237-.098.701-.567.815-.497.114.068-.575.472-.287.536.288.064.379-.178.557-.266.178-.088.456-.099.187.079s-.64.948-.64.948l-1.086-.085-.285-.209-.14-.365Z",fill:"#D4D5D6"}),h.jsx("path",{d:"M19.937 12.246c0 .154-.402.278-.896.278s-.896-.124-.896-.277c0-.154.401-.278.896-.278.495-.001.896.123.896.277Zm-2.96 3.296c-.046.146-.38.17-.746.054-.366-.116-.626-.328-.58-.473.047-.147.381-.171.748-.055.365.116.624.329.578.474Zm5.07 1.082c-.02.113-.35.15-.738.081-.388-.067-.687-.214-.667-.327.02-.113.35-.15.738-.08.388.067.687.214.667.326Z",fill:"#009A67"}),h.jsx("path",{d:"M21.388 16.679c-.105.504-.282.893-.395.87-.112-.024-.119-.451-.014-.955s.282-.893.394-.87c.113.023.12.451.015.955Zm-1.675-4.343c.182.477.699 1.42 1.192 1.426.492.007.558-.207.558-.207s.018.375-.43.444c-.448.07-.703-.152-.621-.075.082.076.263.25.68.359.418.109 1.131.238 1.11.637-.021.4-.3.554-.272.378.028-.176-.286-.496-.837-.62-.552-.124-1.176-.425-1.448-1.318-.273-.894-.051-.082-.051-.082s-.54.165-.537-.105c.004-.27.419-.128.334-.47-.086-.343-.288-.577-.087-.504.202.073.409.137.409.137Zm-1.359 1.22c-.27.416-1.057 1.001-1.31 1.276-.253.275-.437.794-.49 1.139-.055.344.049.875.24.279.193-.596.533-.827.876-1.212.344-.385.577-.64.703-.896.126-.257-.019-.586-.019-.586Z",fill:"#009A67"}),h.jsx("path",{d:"M19.97 13.837c.085.28.076.529-.02.557-.095.03-.24-.174-.324-.453-.085-.28-.075-.53.02-.558.095-.029.24.175.324.454Zm-2.36-.004c0 .085-.205.153-.458.153s-.459-.069-.459-.153c0-.085.206-.153.459-.153s.459.068.459.153Zm-.733 2.763c.099.515.084.95-.032.972-.116.022-.291-.376-.389-.89-.1-.516-.085-.952.032-.974.116-.022.29.377.389.892Z",fill:"#FFF100"}),h.jsx("path",{d:"M17.214 16.501c0 .104-.295.188-.657.188-.364 0-.658-.084-.658-.188 0-.103.294-.187.658-.187.362 0 .657.084.657.187Zm.15 1.462c.125.255.16.496.074.538-.085.042-.256-.13-.383-.385-.125-.255-.159-.497-.074-.538.086-.043.256.13.383.385Zm3.62.163c-.184.264-.433.41-.555.324-.124-.086-.072-.37.112-.634.185-.265.434-.41.557-.324.122.085.071.37-.113.634Zm1.52-3.065c.083.135-.169.44-.563.68-.393.24-.779.326-.862.19-.083-.136.168-.44.562-.681.394-.24.78-.325.863-.19Zm-6.742-.14c.187-.442.769-.678 1.153-.78.384-.1.47-.216.781-.46.31-.245.236-.41.387-.3.152.11.278.162.132.369-.146.207-.655.644-.986.771-.33.128-.979.4-1.02.475-.042.074-.51.072-.447-.075Z",fill:"#FFF100"}),h.jsx("path",{d:"M17.253 14.24h3.184v2.42c0 1.032-1.592 2.103-1.592 2.103s-1.592-1.051-1.592-2.152v-2.372Z",fill:"#4D8FCC"}),h.jsx("path",{d:"m20.236 17.323-1.373-2.719-1.478 2.554c.372.877 1.459 1.605 1.459 1.605s.97-.659 1.392-1.44Z",fill:"#009A67"}),h.jsx("path",{d:"m17.381 16.986.105.257 1.378-2.494 1.337 2.474.108-.275-1.416-2.709-1.512 2.747Zm2.98-2.49c.222.365.628.257.803.874.175.618.082 1.287-.1.758-.183-.53-.237-.827-.755-.963-.517-.137.052-.67.052-.67Zm-3.317 3.197-.13.772.697-.354-.567-.418Zm3.69.123-.656.305.72.432-.064-.737Z",fill:"#FFF100"}),h.jsx("path",{d:"M19.5 16.653a.125.125 0 0 1-.123.125h-.971a.124.124 0 1 1 0-.249h.97c.069 0 .125.056.125.124Z",fill:"#FFF100"}),h.jsx("path",{d:"M18.952 17.937c0 .096-.025.174-.056.174h-.103c-.03 0-.056-.078-.056-.174v-1.652c0-.096.026-.174.056-.174h.103c.03 0 .056.078.056.174v1.652Z",fill:"#FFF100"}),h.jsx("path",{d:"m18.033 17.331.389.407-.068.083.44.29.6-.29-.128-.08.435-.328-.062.555-.16-.046-.628.53-.661-.56-.126.013-.031-.574Z",fill:"#FFF100"}),h.jsx("path",{d:"M12.667 12.778V4.11h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.136A2.659 2.659 0 0 0 0 6.778v6h12.667Z",fill:"#00247D"}),h.jsx("path",{d:"M12.667 4.111h-1.554L8 6.291V4.11H4.667v1.713L2.264 4.14c-.41.063-.793.217-1.115.443l3.135 2.194H3.127L.645 5.038a2.69 2.69 0 0 0-.204.27l2.101 1.47H0v3.333h2.59L0 11.955v.823h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.353l-1.877-1.314h1.877V6.778H10.79l1.876-1.314V4.11Z",fill:"#EEE"}),h.jsx("path",{d:"M7.333 4.111h-2v3.333H0v2h5.333v3.334h2V9.444h5.334v-2H7.333V4.111Z",fill:"#CF1B2B"}),h.jsx("path",{d:"M12.667 4.111h-.974L8 6.697v.08h1.047l3.62-2.534v-.132Zm-11.518.473c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.584Zm3.142 5.527L.49 12.778h1.152l3.026-2.119v-.548H4.29Zm8.376 2.535v-.814l-2.458-1.72H9.047l3.62 2.534Z",fill:"#CF1B2B"})]})}));exports.PN=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PR: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var r=a.borderRadius,c=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:r,height:c,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-37.3 0h682.7v512H-37.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(35) scale(.9375)"},React.createElement("path",{d:"M-37.3 0h768v512h-768z",fill:"#ed0000"}),React.createElement("path",{d:"M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z",fill:"#fff"}),React.createElement("path",{d:"m-37.3 0 440.7 255.7L-37.3 511V0z",fill:"#0050f0"}),React.createElement("path",{d:"M156.4 325.5 109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})))}));exports.PR=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,a){var l=s.borderRadius,t=s.height,h=s.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-37.3 0h682.7v512H-37.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(35) scale(.9375)",children:[i.jsx("path",{d:"M-37.3 0h768v512h-768z",fill:"#ed0000"}),i.jsx("path",{d:"M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z",fill:"#fff"}),i.jsx("path",{d:"m-37.3 0 440.7 255.7L-37.3 511V0z",fill:"#0050f0"}),i.jsx("path",{d:"M156.4 325.5 109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.PR=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PS: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-118 0h682.7v512H-118z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),transform:"translate(110.6) scale(.9375)"},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M-246 0H778v170.7H-246z"}),React.createElement("path",{d:"M-246 170.7H778v170.6H-246z",fill:"#fff"}),React.createElement("path",{d:"M-246 341.3H778V512H-246z",fill:"#090"}),React.createElement("path",{d:"m-246 512 512-256L-246 0v512z",fill:"red"}))))}));exports.PS=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,t){var a=s.borderRadius,l=s.height,d=s.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M-118 0h682.7v512H-118z",fillOpacity:".7"})})}),i.jsx("g",{clipPath:"url(#".concat(c,"-0)"),transform:"translate(110.6) scale(.9375)",children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M-246 0H778v170.7H-246z"}),i.jsx("path",{d:"M-246 170.7H778v170.6H-246z",fill:"#fff"}),i.jsx("path",{d:"M-246 341.3H778V512H-246z",fill:"#090"}),i.jsx("path",{d:"m-246 512 512-256L-246 0v512z",fill:"red"})]})})]})}));exports.PS=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PT: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PT.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 l=e.borderRadius,r=e.height,c=e.width;return React.createElement(a.FlagIconBase,{ref:t,borderRadius:l,height:r,viewBox:"0 0 24 25",width:c},React.createElement("path",{d:"M24 18.667a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.667v-12A2.667 2.667 0 0 1 2.667 4h18.666A2.667 2.667 0 0 1 24 6.667v12Z",fill:"#060"}),React.createElement("path",{d:"M21.333 4H10v17.333h11.333A2.667 2.667 0 0 0 24 18.667v-12A2.667 2.667 0 0 0 21.333 4Z",fill:"#D52B1E"}),React.createElement("path",{d:"M10 7.333a5.334 5.334 0 1 0 0 10.668 5.334 5.334 0 0 0 0-10.668Zm2.663 3.96 1.392-.93a4.62 4.62 0 0 1 .592 1.921l-1.984-.992Zm-1.996 5.374h1.728a4.63 4.63 0 0 1-1.728.613v-.613Zm-5.314-4.383a4.63 4.63 0 0 1 .572-1.888l1.068 1.068-1.64.82Zm0 .765 2.498 1.25.298-.598-2.07-1.034 1.41-.706.942.942.471-.472-.784-.783.03-.016-.297-.596-.23.114-.65-.65.974.163.11-.658-1.676-.279a4.655 4.655 0 0 1 2.954-1.672V16H7.267l1.584-1.056-.37-.555-2 1.334.01.014a4.645 4.645 0 0 1-1.138-2.688Zm3.98 4.231a4.64 4.64 0 0 1-1.728-.613h1.728v.613Zm4.192-1.56-1.956-1.955-.471.471.314.314-.263.395L12.733 16h-2.066V8.053c.88.127 1.682.494 2.332 1.041l-1.771.59.21.633 2-.667-.068-.205c.111.116.215.238.314.365l-1.87 1.246.186.278-.15.298 2.071 1.035-2.07 1.035.298.597 2.498-1.25a4.643 4.643 0 0 1-1.122 2.671Z",fill:"#FFCC4D"}),React.createElement("path",{d:"M7.333 9.334V14a2.667 2.667 0 0 0 5.334 0V9.334H7.333Z",fill:"#D52B1E"}),React.createElement("path",{d:"M8 10v4a2 2 0 0 0 4 0v-4H8Z",fill:"#fff"}),React.createElement("path",{d:"M8.667 12h2.666v1.333H8.667V12Z",fill:"#829ACD"}),React.createElement("path",{d:"M9.333 11.334h1.334V14H9.333v-2.666Z",fill:"#829ACD"}),React.createElement("path",{d:"M8 12h.667v1.333H8V12Zm1.333 0h1.334v1.333H9.333V12Zm2 0H12v1.333h-.667V12Zm-2 2h1.334v1.333H9.333V14Zm0-4h1.334v1.333H9.333V10Z",fill:"#039"}))}));exports.PT=t;
1
+ "use strict";var a=require("react"),e=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=a.forwardRef((function(a,l){var r=a.borderRadius,i=a.height,s=a.width;return h.jsxs(e.FlagIconBase,{ref:l,borderRadius:r,height:i,viewBox:"0 0 24 25",width:s,children:[h.jsx("path",{d:"M24 18.667a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.667v-12A2.667 2.667 0 0 1 2.667 4h18.666A2.667 2.667 0 0 1 24 6.667v12Z",fill:"#060"}),h.jsx("path",{d:"M21.333 4H10v17.333h11.333A2.667 2.667 0 0 0 24 18.667v-12A2.667 2.667 0 0 0 21.333 4Z",fill:"#D52B1E"}),h.jsx("path",{d:"M10 7.333a5.334 5.334 0 1 0 0 10.668 5.334 5.334 0 0 0 0-10.668Zm2.663 3.96 1.392-.93a4.62 4.62 0 0 1 .592 1.921l-1.984-.992Zm-1.996 5.374h1.728a4.63 4.63 0 0 1-1.728.613v-.613Zm-5.314-4.383a4.63 4.63 0 0 1 .572-1.888l1.068 1.068-1.64.82Zm0 .765 2.498 1.25.298-.598-2.07-1.034 1.41-.706.942.942.471-.472-.784-.783.03-.016-.297-.596-.23.114-.65-.65.974.163.11-.658-1.676-.279a4.655 4.655 0 0 1 2.954-1.672V16H7.267l1.584-1.056-.37-.555-2 1.334.01.014a4.645 4.645 0 0 1-1.138-2.688Zm3.98 4.231a4.64 4.64 0 0 1-1.728-.613h1.728v.613Zm4.192-1.56-1.956-1.955-.471.471.314.314-.263.395L12.733 16h-2.066V8.053c.88.127 1.682.494 2.332 1.041l-1.771.59.21.633 2-.667-.068-.205c.111.116.215.238.314.365l-1.87 1.246.186.278-.15.298 2.071 1.035-2.07 1.035.298.597 2.498-1.25a4.643 4.643 0 0 1-1.122 2.671Z",fill:"#FFCC4D"}),h.jsx("path",{d:"M7.333 9.334V14a2.667 2.667 0 0 0 5.334 0V9.334H7.333Z",fill:"#D52B1E"}),h.jsx("path",{d:"M8 10v4a2 2 0 0 0 4 0v-4H8Z",fill:"#fff"}),h.jsx("path",{d:"M8.667 12h2.666v1.333H8.667V12Z",fill:"#829ACD"}),h.jsx("path",{d:"M9.333 11.334h1.334V14H9.333v-2.666Z",fill:"#829ACD"}),h.jsx("path",{d:"M8 12h.667v1.333H8V12Zm1.333 0h1.334v1.333H9.333V12Zm2 0H12v1.333h-.667V12Zm-2 2h1.334v1.333H9.333V14Zm0-4h1.334v1.333H9.333V10Z",fill:"#039"})]})}));exports.PT=l;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PW: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/PW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(70.3)"},React.createElement("path",{d:"M-173.4 0h846.3v480h-846.3z",fill:"#4aadd6"}),React.createElement("path",{d:"M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z",fill:"#ffde00"})))}));exports.PW=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,a){var s=t.borderRadius,d=t.height,l=t.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:s,height:d,viewBox:"0 0 640 480",width:l,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(70.3)",children:[i.jsx("path",{d:"M-173.4 0h846.3v480h-846.3z",fill:"#4aadd6"}),i.jsx("path",{d:"M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z",fill:"#ffde00"})]})]})}));exports.PW=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const PY: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};