@zonos/amino 5.5.30 → 5.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1591) hide show
  1. package/CountryMultiSelectExpandedOption-22d4110d.js +1 -0
  2. package/DateControlsWrapper-8bc4369f.js +1 -0
  3. package/_rollupPluginBabelHelpers-697f213c.js +1 -0
  4. package/all.d.ts +768 -0
  5. package/components/avatar/AvatarBase.d.ts +73 -0
  6. package/components/avatar/AvatarBase.js +1 -1
  7. package/components/avatar/ImageAvatar.d.ts +56 -0
  8. package/components/avatar/ImageAvatar.js +1 -1
  9. package/components/avatar/UserAvatar.d.ts +35 -0
  10. package/components/avatar/UserAvatar.js +1 -1
  11. package/components/badge/Badge.d.ts +72 -0
  12. package/components/badge/Badge.js +1 -1
  13. package/components/banner/Banner.d.ts +83 -0
  14. package/components/banner/Banner.js +1 -1
  15. package/components/button/Button.d.ts +140 -0
  16. package/components/button/Button.js +1 -1
  17. package/components/button/ButtonIcon.d.ts +5 -0
  18. package/components/button/ButtonIcon.js +1 -1
  19. package/components/button/MenuButton.d.ts +19 -0
  20. package/components/button/MenuButton.js +1 -1
  21. package/components/button/RippleGroup.d.ts +21 -0
  22. package/components/button/RippleGroup.js +1 -1
  23. package/components/button/_Ripple.d.ts +15 -0
  24. package/components/button/_Ripple.js +1 -1
  25. package/components/button/button-group/ButtonGroup.d.ts +9 -0
  26. package/components/button/button-group/ButtonGroup.js +1 -1
  27. package/components/button/useRipple.d.ts +17 -0
  28. package/components/card/Card.d.ts +68 -0
  29. package/components/card/Card.js +1 -1
  30. package/components/checkbox/Checkbox.d.ts +86 -0
  31. package/components/checkbox/Checkbox.js +1 -1
  32. package/components/collapse/Collapse.d.ts +87 -0
  33. package/components/collapse/Collapse.js +1 -1
  34. package/components/connection-map/ConnectionMap.d.ts +75 -0
  35. package/components/connection-map/ConnectionMap.js +1 -1
  36. package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +123 -0
  37. package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
  38. package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +23 -0
  39. package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -1
  40. package/components/cover-sheet/CoverSheet.d.ts +119 -0
  41. package/components/cover-sheet/CoverSheet.js +1 -1
  42. package/components/cover-sheet/CoverSheetActions.d.ts +115 -0
  43. package/components/cover-sheet/CoverSheetActions.js +1 -1
  44. package/components/currency/Currency.d.ts +40 -0
  45. package/components/currency/Currency.js +1 -1
  46. package/components/currency/DualCurrency.d.ts +33 -0
  47. package/components/currency/DualCurrency.js +1 -1
  48. package/components/danger-zone/DangerZone.d.ts +71 -0
  49. package/components/danger-zone/DangerZone.js +1 -1
  50. package/components/dialog/BaseDialog.d.ts +49 -0
  51. package/components/dialog/BaseDialog.js +1 -1
  52. package/components/dialog/Dialog.d.ts +105 -0
  53. package/components/dialog/Dialog.js +1 -1
  54. package/components/dialog/DismissableDialog.d.ts +21 -0
  55. package/components/dialog/DismissableDialog.js +1 -1
  56. package/components/dialog/alert/AlertContext.d.ts +12 -0
  57. package/components/dialog/alert/AlertContext.js +1 -1
  58. package/components/dialog/alert/AlertDialog.d.ts +6 -0
  59. package/components/dialog/alert/AlertDialog.js +1 -1
  60. package/components/dialog/alert/useAlert.d.ts +1 -0
  61. package/components/dialog/alert/useAlert.js +1 -1
  62. package/components/dialog/announcement/AnnouncementDialog.d.ts +28 -0
  63. package/components/dialog/announcement/AnnouncementDialog.js +1 -1
  64. package/components/dialog/confirm/ConfirmContext.d.ts +13 -0
  65. package/components/dialog/confirm/ConfirmContext.js +1 -1
  66. package/components/dialog/confirm/ConfirmDialog.d.ts +8 -0
  67. package/components/dialog/confirm/ConfirmDialog.js +1 -1
  68. package/components/dialog/confirm/useConfirm.d.ts +1 -0
  69. package/components/dialog/confirm/useConfirm.js +1 -1
  70. package/components/divider/Divider.d.ts +58 -0
  71. package/components/divider/Divider.js +1 -1
  72. package/components/drop-zone/DropZone.d.ts +178 -0
  73. package/components/drop-zone/DropZone.js +1 -1
  74. package/components/file-upload/FileUpload.d.ts +112 -0
  75. package/components/file-upload/FileUpload.js +1 -1
  76. package/components/filter/FilterWrapper.d.ts +115 -0
  77. package/components/filter/FilterWrapper.js +1 -1
  78. package/components/filter/filter-amount/FilterAmount.d.ts +55 -0
  79. package/components/filter/filter-amount/FilterAmount.js +1 -1
  80. package/components/filter/filter-amount/filterAmountReducer.d.ts +20 -0
  81. package/components/filter/filter-date/DateControls.d.ts +11 -0
  82. package/components/filter/filter-date/DateControls.js +1 -1
  83. package/components/filter/filter-date/DateControlsWrapper.d.ts +13 -0
  84. package/components/filter/filter-date/DateControlsWrapper.js +1 -1
  85. package/components/filter/filter-date/FilterDate.d.ts +64 -0
  86. package/components/filter/filter-date/FilterDate.js +1 -1
  87. package/components/filter/filter-date/_DateControls/_IsAfter.d.ts +2 -0
  88. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  89. package/components/filter/filter-date/_DateControls/_IsBefore.d.ts +2 -0
  90. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  91. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.d.ts +2 -0
  92. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  93. package/components/filter/filter-date/_DateControls/_IsBetween.d.ts +3 -0
  94. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  95. package/components/filter/filter-date/_DateControls/_IsEqualTo.d.ts +2 -0
  96. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  97. package/components/filter/filter-date/_DateControls/_IsInTheLast.d.ts +2 -0
  98. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  99. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.d.ts +2 -0
  100. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  101. package/components/filter/filter-date/filterDateReducer.d.ts +24 -0
  102. package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +64 -0
  103. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  104. package/components/filter/filter-select/FilterSelect.d.ts +88 -0
  105. package/components/filter/filter-select/FilterSelect.js +1 -1
  106. package/components/filter/filter-text/FilterText.d.ts +48 -0
  107. package/components/filter/filter-text/FilterText.js +1 -1
  108. package/components/filter/useFilterWrapper.d.ts +154 -0
  109. package/components/filter/useFilterWrapper.js +1 -1
  110. package/components/flex/Flex.d.ts +108 -0
  111. package/components/flex/Flex.js +1 -1
  112. package/components/glow/GlowWrapper.d.ts +84 -0
  113. package/components/glow/GlowWrapper.js +1 -1
  114. package/components/help-text/HelpText.d.ts +79 -0
  115. package/components/help-text/HelpText.js +1 -1
  116. package/components/input/Input.d.ts +112 -0
  117. package/components/input/Input.js +1 -1
  118. package/components/input/MultiInput.d.ts +94 -0
  119. package/components/input/MultiInput.js +1 -1
  120. package/components/input/input-simple/InputSimple.d.ts +130 -0
  121. package/components/input/input-simple/InputSimple.js +1 -1
  122. package/components/input/input-simple/input-type/_DateInput.d.ts +20 -0
  123. package/components/input/input-simple/input-type/_DateInput.js +1 -1
  124. package/components/input/input-simple/input-type/_InputBase.d.ts +125 -0
  125. package/components/input/input-simple/input-type/_InputBase.js +1 -1
  126. package/components/input/input-simple/input-type/_NumberInput.d.ts +21 -0
  127. package/components/input/input-simple/input-type/_NumberInput.js +1 -1
  128. package/components/input/input-simple/input-type/_PasswordInput.d.ts +20 -0
  129. package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
  130. package/components/input/input-simple/input-type/_TimeInput.d.ts +20 -0
  131. package/components/input/input-simple/input-type/_TimeInput.js +1 -1
  132. package/components/input/input-type/_DateInput.d.ts +20 -0
  133. package/components/input/input-type/_DateInput.js +1 -1
  134. package/components/input/input-type/_FloatLabelInput.d.ts +127 -0
  135. package/components/input/input-type/_FloatLabelInput.js +1 -1
  136. package/components/input/input-type/_NumberInput.d.ts +21 -0
  137. package/components/input/input-type/_NumberInput.js +1 -1
  138. package/components/input/input-type/_PasswordInput.d.ts +20 -0
  139. package/components/input/input-type/_PasswordInput.js +1 -1
  140. package/components/input/input-type/_TimeInput.d.ts +20 -0
  141. package/components/input/input-type/_TimeInput.js +1 -1
  142. package/components/layout/Layout.d.ts +98 -0
  143. package/components/layout/Layout.js +1 -1
  144. package/components/layout/NavigationGroup.d.ts +160 -0
  145. package/components/layout/NavigationGroup.js +1 -1
  146. package/components/lightbox/LightBox.d.ts +90 -0
  147. package/components/lightbox/LightBox.js +1 -1
  148. package/components/list/CollapsibleList.d.ts +101 -0
  149. package/components/list/CollapsibleList.js +1 -1
  150. package/components/list/List.d.ts +88 -0
  151. package/components/list/List.js +1 -1
  152. package/components/list-item/ListItem.d.ts +35 -0
  153. package/components/list-item/ListItem.js +1 -1
  154. package/components/menu/Menu.d.ts +51 -0
  155. package/components/menu/Menu.js +1 -1
  156. package/components/menu/MenuItem.d.ts +74 -0
  157. package/components/menu/MenuItem.js +1 -1
  158. package/components/nested-data-table/NestedDataTable.d.ts +121 -0
  159. package/components/nested-data-table/NestedDataTable.js +1 -1
  160. package/components/nested-data-table/NestedDataTableHasura.d.ts +19 -0
  161. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  162. package/components/nested-data-table/_Filter.d.ts +7 -0
  163. package/components/nested-data-table/_Filter.js +1 -1
  164. package/components/nested-data-table/_TableData.d.ts +16 -0
  165. package/components/nested-data-table/_TableData.js +1 -1
  166. package/components/pivot-table/PivotTable.d.ts +130 -0
  167. package/components/pivot-table/PivotTable.js +1 -1
  168. package/components/progress-bar/ProgressBar.d.ts +58 -0
  169. package/components/progress-bar/ProgressBar.js +1 -1
  170. package/components/radio/Radio.d.ts +76 -0
  171. package/components/radio/Radio.js +1 -1
  172. package/components/radio/RadioGroup.d.ts +105 -0
  173. package/components/radio/RadioGroup.js +1 -1
  174. package/components/rest-state/RestState.d.ts +72 -0
  175. package/components/rest-state/RestState.js +1 -1
  176. package/components/rich-card-select/RichCardStateSelect.d.ts +75 -0
  177. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  178. package/components/rich-checkbox/RichCheckbox.d.ts +104 -0
  179. package/components/rich-checkbox/RichCheckbox.js +1 -1
  180. package/components/rich-radio/RichRadio.d.ts +177 -0
  181. package/components/rich-radio/RichRadio.js +1 -1
  182. package/components/rounded-icon/RoundedIcon.d.ts +56 -0
  183. package/components/rounded-icon/RoundedIcon.js +1 -1
  184. package/components/section/HSection.d.ts +87 -0
  185. package/components/section/HSection.js +1 -1
  186. package/components/section/VSection.d.ts +94 -0
  187. package/components/section/VSection.js +1 -1
  188. package/components/section/_SectionHeader.d.ts +9 -0
  189. package/components/section/_SectionHeader.js +1 -1
  190. package/components/section/_SectionInnerWrapper.d.ts +7 -0
  191. package/components/section/_SectionInnerWrapper.js +1 -1
  192. package/components/section/_SectionSubheader.d.ts +7 -0
  193. package/components/section/_SectionSubheader.js +1 -1
  194. package/components/select/CountryMultiSelect.d.ts +89 -0
  195. package/components/select/CountryMultiSelect.js +1 -1
  196. package/components/select/CountrySelect.d.ts +102 -0
  197. package/components/select/CountrySelect.js +1 -1
  198. package/components/select/MultiSelect.d.ts +27 -0
  199. package/components/select/MultiSelect.js +1 -1
  200. package/components/select/Select.d.ts +127 -0
  201. package/components/select/Select.js +1 -1
  202. package/components/select/_StyledReactSelect.d.ts +22 -0
  203. package/components/select/_StyledReactSelect.js +1 -1
  204. package/components/simple-table/SimpleTable.d.ts +242 -0
  205. package/components/simple-table/SimpleTable.js +1 -1
  206. package/components/simple-table/SimpleTableRow.d.ts +34 -0
  207. package/components/simple-table/SimpleTableRow.js +1 -1
  208. package/components/skeleton/Skeleton.d.ts +50 -0
  209. package/components/skeleton/Skeleton.js +1 -1
  210. package/components/slide-over/SlideOver.d.ts +112 -0
  211. package/components/slide-over/SlideOver.js +1 -1
  212. package/components/spinner/Spinner.d.ts +55 -0
  213. package/components/spinner/Spinner.js +1 -1
  214. package/components/split-panel/SplitPanel.d.ts +113 -0
  215. package/components/split-panel/SplitPanel.js +1 -1
  216. package/components/stack/HStack.d.ts +44 -0
  217. package/components/stack/HStack.js +1 -1
  218. package/components/stack/Stack.d.ts +64 -0
  219. package/components/stack/Stack.js +1 -1
  220. package/components/stack/VStack.d.ts +53 -0
  221. package/components/stack/VStack.js +1 -1
  222. package/components/surface/Surface.d.ts +65 -0
  223. package/components/surface/Surface.js +1 -1
  224. package/components/switch/Switch.d.ts +86 -0
  225. package/components/switch/Switch.js +1 -1
  226. package/components/table/Table.d.ts +121 -0
  227. package/components/table/Table.js +1 -1
  228. package/components/table/TableBody.d.ts +6 -0
  229. package/components/table/TableBody.js +1 -1
  230. package/components/table/TableCell.d.ts +11 -0
  231. package/components/table/TableCell.js +1 -1
  232. package/components/table/TableFooter.d.ts +6 -0
  233. package/components/table/TableFooter.js +1 -1
  234. package/components/table/TableHead.d.ts +6 -0
  235. package/components/table/TableHead.js +1 -1
  236. package/components/table/TableRow.d.ts +15 -0
  237. package/components/table/TableRow.js +1 -1
  238. package/components/table/TableRowCollapse.d.ts +19 -0
  239. package/components/table/TableRowCollapse.js +1 -1
  240. package/components/tabs/Tabs.d.ts +76 -0
  241. package/components/tabs/Tabs.js +1 -1
  242. package/components/tag/Tag.d.ts +46 -0
  243. package/components/tag/Tag.js +1 -1
  244. package/components/text/Text.d.ts +159 -0
  245. package/components/text/Text.js +1 -1
  246. package/components/text-avatar/TextAvatar.d.ts +25 -0
  247. package/components/text-avatar/TextAvatar.js +1 -1
  248. package/components/textarea/Textarea.d.ts +141 -0
  249. package/components/textarea/Textarea.js +1 -1
  250. package/components/theme-select/ThemeSelect.d.ts +28 -0
  251. package/components/theme-select/ThemeSelect.js +1 -1
  252. package/components/thumbnail/Thumbnail.d.ts +64 -0
  253. package/components/thumbnail/Thumbnail.js +1 -1
  254. package/components/toast/Toast.d.ts +97 -0
  255. package/components/toast/Toast.js +1 -1
  256. package/components/toast/ToastContext.d.ts +17 -0
  257. package/components/toast/ToastContext.js +1 -1
  258. package/components/toggle/Toggle.d.ts +118 -0
  259. package/components/toggle/Toggle.js +1 -1
  260. package/components/tooltip/Tooltip.d.ts +37 -0
  261. package/components/tooltip/Tooltip.js +1 -1
  262. package/icons/AIDuotoneIcon.d.ts +5 -0
  263. package/icons/AIDuotoneIcon.js +1 -1
  264. package/icons/AIIcon.d.ts +2 -0
  265. package/icons/AIIcon.js +1 -1
  266. package/icons/ArrowDownDuotoneIcon.d.ts +2 -0
  267. package/icons/ArrowDownDuotoneIcon.js +1 -1
  268. package/icons/ArrowDownIcon.d.ts +2 -0
  269. package/icons/ArrowDownIcon.js +1 -1
  270. package/icons/ArrowLeftDuotoneIcon.d.ts +2 -0
  271. package/icons/ArrowLeftDuotoneIcon.js +1 -1
  272. package/icons/ArrowLeftIcon.d.ts +2 -0
  273. package/icons/ArrowLeftIcon.js +1 -1
  274. package/icons/ArrowRightDuotoneIcon.d.ts +2 -0
  275. package/icons/ArrowRightDuotoneIcon.js +1 -1
  276. package/icons/ArrowRightIcon.d.ts +2 -0
  277. package/icons/ArrowRightIcon.js +1 -1
  278. package/icons/ArrowSwapDuotoneIcon.d.ts +5 -0
  279. package/icons/ArrowSwapDuotoneIcon.js +1 -1
  280. package/icons/ArrowSwapIcon.d.ts +2 -0
  281. package/icons/ArrowSwapIcon.js +1 -1
  282. package/icons/ArrowUpDuotoneIcon.d.ts +2 -0
  283. package/icons/ArrowUpDuotoneIcon.js +1 -1
  284. package/icons/ArrowUpIcon.d.ts +2 -0
  285. package/icons/ArrowUpIcon.js +1 -1
  286. package/icons/BagDuotoneIcon.d.ts +5 -0
  287. package/icons/BagDuotoneIcon.js +1 -1
  288. package/icons/BagIcon.d.ts +2 -0
  289. package/icons/BagIcon.js +1 -1
  290. package/icons/BankDuotoneIcon.d.ts +5 -0
  291. package/icons/BankDuotoneIcon.js +1 -1
  292. package/icons/BankIcon.d.ts +2 -0
  293. package/icons/BankIcon.js +1 -1
  294. package/icons/BellDuotoneIcon.d.ts +5 -0
  295. package/icons/BellDuotoneIcon.js +1 -1
  296. package/icons/BellIcon.d.ts +2 -0
  297. package/icons/BellIcon.js +1 -1
  298. package/icons/BellOffDuotoneIcon.d.ts +5 -0
  299. package/icons/BellOffDuotoneIcon.js +1 -1
  300. package/icons/BellOffIcon.d.ts +2 -0
  301. package/icons/BellOffIcon.js +1 -1
  302. package/icons/BookDuotoneIcon.d.ts +5 -0
  303. package/icons/BookDuotoneIcon.js +1 -1
  304. package/icons/BookIcon.d.ts +2 -0
  305. package/icons/BookIcon.js +1 -1
  306. package/icons/BookmarkAddDuotoneIcon.d.ts +5 -0
  307. package/icons/BookmarkAddDuotoneIcon.js +1 -1
  308. package/icons/BookmarkAddIcon.d.ts +2 -0
  309. package/icons/BookmarkAddIcon.js +1 -1
  310. package/icons/BookmarkCheckDuotoneIcon.d.ts +5 -0
  311. package/icons/BookmarkCheckDuotoneIcon.js +1 -1
  312. package/icons/BookmarkCheckIcon.d.ts +2 -0
  313. package/icons/BookmarkCheckIcon.js +1 -1
  314. package/icons/BookmarkDuotoneIcon.d.ts +2 -0
  315. package/icons/BookmarkDuotoneIcon.js +1 -1
  316. package/icons/BookmarkIcon.d.ts +2 -0
  317. package/icons/BookmarkIcon.js +1 -1
  318. package/icons/BookmarkOffDuotoneIcon.d.ts +5 -0
  319. package/icons/BookmarkOffDuotoneIcon.js +1 -1
  320. package/icons/BookmarkOffIcon.d.ts +2 -0
  321. package/icons/BookmarkOffIcon.js +1 -1
  322. package/icons/BookmarkRemoveDuotoneIcon.d.ts +5 -0
  323. package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
  324. package/icons/BookmarkRemoveIcon.d.ts +2 -0
  325. package/icons/BookmarkRemoveIcon.js +1 -1
  326. package/icons/BookmarkSubtractDuotoneIcon.d.ts +5 -0
  327. package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
  328. package/icons/BookmarkSubtractIcon.d.ts +2 -0
  329. package/icons/BookmarkSubtractIcon.js +1 -1
  330. package/icons/BoxesDuotoneIcon.d.ts +5 -0
  331. package/icons/BoxesDuotoneIcon.js +1 -1
  332. package/icons/BoxesIcon.d.ts +2 -0
  333. package/icons/BoxesIcon.js +1 -1
  334. package/icons/BufferDuotoneIcon.d.ts +5 -0
  335. package/icons/BufferDuotoneIcon.js +1 -1
  336. package/icons/BufferIcon.d.ts +2 -0
  337. package/icons/BufferIcon.js +1 -1
  338. package/icons/CalculatorDuotoneIcon.d.ts +5 -0
  339. package/icons/CalculatorDuotoneIcon.js +1 -1
  340. package/icons/CalculatorIcon.d.ts +2 -0
  341. package/icons/CalculatorIcon.js +1 -1
  342. package/icons/CalendarDuotoneIcon.d.ts +5 -0
  343. package/icons/CalendarDuotoneIcon.js +1 -1
  344. package/icons/CalendarIcon.d.ts +2 -0
  345. package/icons/CalendarIcon.js +1 -1
  346. package/icons/CardDuotoneIcon.d.ts +5 -0
  347. package/icons/CardDuotoneIcon.js +1 -1
  348. package/icons/CardIcon.d.ts +2 -0
  349. package/icons/CardIcon.js +1 -1
  350. package/icons/CaretDownDuotoneIcon.d.ts +2 -0
  351. package/icons/CaretDownDuotoneIcon.js +1 -1
  352. package/icons/CaretDownIcon.d.ts +2 -0
  353. package/icons/CaretDownIcon.js +1 -1
  354. package/icons/CaretLeftDuotoneIcon.d.ts +2 -0
  355. package/icons/CaretLeftDuotoneIcon.js +1 -1
  356. package/icons/CaretLeftIcon.d.ts +2 -0
  357. package/icons/CaretLeftIcon.js +1 -1
  358. package/icons/CaretRightDuotoneIcon.d.ts +2 -0
  359. package/icons/CaretRightDuotoneIcon.js +1 -1
  360. package/icons/CaretRightIcon.d.ts +2 -0
  361. package/icons/CaretRightIcon.js +1 -1
  362. package/icons/CaretUpDuotoneIcon.d.ts +2 -0
  363. package/icons/CaretUpDuotoneIcon.js +1 -1
  364. package/icons/CaretUpIcon.d.ts +2 -0
  365. package/icons/CaretUpIcon.js +1 -1
  366. package/icons/CartDuotoneIcon.d.ts +5 -0
  367. package/icons/CartDuotoneIcon.js +1 -1
  368. package/icons/CartIcon.d.ts +2 -0
  369. package/icons/CartIcon.js +1 -1
  370. package/icons/ChartDuotoneIcon.d.ts +5 -0
  371. package/icons/ChartDuotoneIcon.js +1 -1
  372. package/icons/ChartIcon.d.ts +2 -0
  373. package/icons/ChartIcon.js +1 -1
  374. package/icons/CheckCircleDuotoneIcon.d.ts +5 -0
  375. package/icons/CheckCircleDuotoneIcon.js +1 -1
  376. package/icons/CheckCircleIcon.d.ts +2 -0
  377. package/icons/CheckCircleIcon.js +1 -1
  378. package/icons/CheckmarkDuotoneIcon.d.ts +2 -0
  379. package/icons/CheckmarkDuotoneIcon.js +1 -1
  380. package/icons/CheckmarkIcon.d.ts +2 -0
  381. package/icons/CheckmarkIcon.js +1 -1
  382. package/icons/CheckoutDuotoneIcon.d.ts +5 -0
  383. package/icons/CheckoutDuotoneIcon.js +1 -1
  384. package/icons/CheckoutIcon.d.ts +2 -0
  385. package/icons/CheckoutIcon.js +1 -1
  386. package/icons/ChevronDownCircleDuotoneIcon.d.ts +5 -0
  387. package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
  388. package/icons/ChevronDownCircleIcon.d.ts +2 -0
  389. package/icons/ChevronDownCircleIcon.js +1 -1
  390. package/icons/ChevronDownDuotoneIcon.d.ts +2 -0
  391. package/icons/ChevronDownDuotoneIcon.js +1 -1
  392. package/icons/ChevronDownIcon.d.ts +2 -0
  393. package/icons/ChevronDownIcon.js +1 -1
  394. package/icons/ChevronLeftCircleDuotoneIcon.d.ts +5 -0
  395. package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
  396. package/icons/ChevronLeftCircleIcon.d.ts +2 -0
  397. package/icons/ChevronLeftCircleIcon.js +1 -1
  398. package/icons/ChevronLeftDuotoneIcon.d.ts +2 -0
  399. package/icons/ChevronLeftDuotoneIcon.js +1 -1
  400. package/icons/ChevronLeftIcon.d.ts +2 -0
  401. package/icons/ChevronLeftIcon.js +1 -1
  402. package/icons/ChevronRightCircleDuotoneIcon.d.ts +5 -0
  403. package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
  404. package/icons/ChevronRightCircleIcon.d.ts +2 -0
  405. package/icons/ChevronRightCircleIcon.js +1 -1
  406. package/icons/ChevronRightDuotoneIcon.d.ts +2 -0
  407. package/icons/ChevronRightDuotoneIcon.js +1 -1
  408. package/icons/ChevronRightIcon.d.ts +2 -0
  409. package/icons/ChevronRightIcon.js +1 -1
  410. package/icons/ChevronUpCircleDuotoneIcon.d.ts +2 -0
  411. package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
  412. package/icons/ChevronUpCircleIcon.d.ts +2 -0
  413. package/icons/ChevronUpCircleIcon.js +1 -1
  414. package/icons/ChevronUpDuotoneIcon.d.ts +2 -0
  415. package/icons/ChevronUpDuotoneIcon.js +1 -1
  416. package/icons/ChevronUpIcon.d.ts +2 -0
  417. package/icons/ChevronUpIcon.js +1 -1
  418. package/icons/CircleDuotoneIcon.d.ts +2 -0
  419. package/icons/CircleDuotoneIcon.js +1 -1
  420. package/icons/CircleIcon.d.ts +2 -0
  421. package/icons/CircleIcon.js +1 -1
  422. package/icons/ClassifyDuotoneIcon.d.ts +5 -0
  423. package/icons/ClassifyDuotoneIcon.js +1 -1
  424. package/icons/ClassifyIcon.d.ts +2 -0
  425. package/icons/ClassifyIcon.js +1 -1
  426. package/icons/ClearDuotoneIcon.d.ts +5 -0
  427. package/icons/ClearDuotoneIcon.js +1 -1
  428. package/icons/ClearIcon.d.ts +2 -0
  429. package/icons/ClearIcon.js +1 -1
  430. package/icons/ClockDuotoneIcon.d.ts +5 -0
  431. package/icons/ClockDuotoneIcon.js +1 -1
  432. package/icons/ClockIcon.d.ts +2 -0
  433. package/icons/ClockIcon.js +1 -1
  434. package/icons/CodeCircleDuotoneIcon.d.ts +5 -0
  435. package/icons/CodeCircleDuotoneIcon.js +1 -1
  436. package/icons/CodeCircleIcon.d.ts +2 -0
  437. package/icons/CodeCircleIcon.js +1 -1
  438. package/icons/CodeDuotoneIcon.d.ts +5 -0
  439. package/icons/CodeDuotoneIcon.js +1 -1
  440. package/icons/CodeIcon.d.ts +2 -0
  441. package/icons/CodeIcon.js +1 -1
  442. package/icons/CoinsDuotoneIcon.d.ts +5 -0
  443. package/icons/CoinsDuotoneIcon.js +1 -1
  444. package/icons/CoinsIcon.d.ts +2 -0
  445. package/icons/CoinsIcon.js +1 -1
  446. package/icons/CollectDuotoneIcon.d.ts +5 -0
  447. package/icons/CollectDuotoneIcon.js +1 -1
  448. package/icons/CollectIcon.d.ts +2 -0
  449. package/icons/CollectIcon.js +1 -1
  450. package/icons/CommentDuotoneIcon.d.ts +5 -0
  451. package/icons/CommentDuotoneIcon.js +1 -1
  452. package/icons/CommentIcon.d.ts +2 -0
  453. package/icons/CommentIcon.js +1 -1
  454. package/icons/CopilotDuotoneIcon.d.ts +5 -0
  455. package/icons/CopilotDuotoneIcon.js +1 -1
  456. package/icons/CopilotIcon.d.ts +2 -0
  457. package/icons/CopilotIcon.js +1 -1
  458. package/icons/CopyDuotoneIcon.d.ts +5 -0
  459. package/icons/CopyDuotoneIcon.js +1 -1
  460. package/icons/CopyIDIcon.d.ts +2 -0
  461. package/icons/CopyIDIcon.js +1 -1
  462. package/icons/CopyIcon.d.ts +2 -0
  463. package/icons/CopyIcon.js +1 -1
  464. package/icons/CubeDuotoneIcon.d.ts +5 -0
  465. package/icons/CubeDuotoneIcon.js +1 -1
  466. package/icons/CubeIcon.d.ts +2 -0
  467. package/icons/CubeIcon.js +1 -1
  468. package/icons/DashboardDuotoneIcon.d.ts +5 -0
  469. package/icons/DashboardDuotoneIcon.js +1 -1
  470. package/icons/DashboardIcon.d.ts +2 -0
  471. package/icons/DashboardIcon.js +1 -1
  472. package/icons/DiamondDuotoneIcon.d.ts +2 -0
  473. package/icons/DiamondDuotoneIcon.js +1 -1
  474. package/icons/DiamondIcon.d.ts +2 -0
  475. package/icons/DiamondIcon.js +1 -1
  476. package/icons/DislikeDuotoneIcon.d.ts +5 -0
  477. package/icons/DislikeDuotoneIcon.js +1 -1
  478. package/icons/DislikeIcon.d.ts +2 -0
  479. package/icons/DislikeIcon.js +1 -1
  480. package/icons/DocsDuotoneIcon.d.ts +5 -0
  481. package/icons/DocsDuotoneIcon.js +1 -1
  482. package/icons/DocsIcon.d.ts +2 -0
  483. package/icons/DocsIcon.js +1 -1
  484. package/icons/DollarDuotoneIcon.d.ts +5 -0
  485. package/icons/DollarDuotoneIcon.js +1 -1
  486. package/icons/DollarIcon.d.ts +2 -0
  487. package/icons/DollarIcon.js +1 -1
  488. package/icons/DoubleChevronDuotoneIcon.d.ts +5 -0
  489. package/icons/DoubleChevronDuotoneIcon.js +1 -1
  490. package/icons/DoubleChevronIcon.d.ts +2 -0
  491. package/icons/DoubleChevronIcon.js +1 -1
  492. package/icons/DragDuotoneIcon.d.ts +5 -0
  493. package/icons/DragDuotoneIcon.js +1 -1
  494. package/icons/DragIcon.d.ts +2 -0
  495. package/icons/DragIcon.js +1 -1
  496. package/icons/EditDuotoneIcon.d.ts +5 -0
  497. package/icons/EditDuotoneIcon.js +1 -1
  498. package/icons/EditIcon.d.ts +2 -0
  499. package/icons/EditIcon.js +1 -1
  500. package/icons/ExclamationMarkDuotoneIcon.d.ts +5 -0
  501. package/icons/ExclamationMarkDuotoneIcon.js +1 -1
  502. package/icons/ExclamationMarkIcon.d.ts +2 -0
  503. package/icons/ExclamationMarkIcon.js +1 -1
  504. package/icons/ExportDuotoneIcon.d.ts +5 -0
  505. package/icons/ExportDuotoneIcon.js +1 -1
  506. package/icons/ExportIcon.d.ts +2 -0
  507. package/icons/ExportIcon.js +1 -1
  508. package/icons/ExternalDuotoneIcon.d.ts +5 -0
  509. package/icons/ExternalDuotoneIcon.js +1 -1
  510. package/icons/ExternalIcon.d.ts +2 -0
  511. package/icons/ExternalIcon.js +1 -1
  512. package/icons/EyeDuotoneIcon.d.ts +5 -0
  513. package/icons/EyeDuotoneIcon.js +1 -1
  514. package/icons/EyeIcon.d.ts +2 -0
  515. package/icons/EyeIcon.js +1 -1
  516. package/icons/EyeOffDuotoneIcon.d.ts +5 -0
  517. package/icons/EyeOffDuotoneIcon.js +1 -1
  518. package/icons/EyeOffIcon.d.ts +2 -0
  519. package/icons/EyeOffIcon.js +1 -1
  520. package/icons/FileDuotoneIcon.d.ts +5 -0
  521. package/icons/FileDuotoneIcon.js +1 -1
  522. package/icons/FileIcon.d.ts +2 -0
  523. package/icons/FileIcon.js +1 -1
  524. package/icons/FileUploadDuotoneIcon.d.ts +5 -0
  525. package/icons/FileUploadDuotoneIcon.js +1 -1
  526. package/icons/FileUploadIcon.d.ts +2 -0
  527. package/icons/FileUploadIcon.js +1 -1
  528. package/icons/FilterDuotoneIcon.d.ts +5 -0
  529. package/icons/FilterDuotoneIcon.js +1 -1
  530. package/icons/FilterIcon.d.ts +2 -0
  531. package/icons/FilterIcon.js +1 -1
  532. package/icons/FolderListDuotoneIcon.d.ts +5 -0
  533. package/icons/FolderListDuotoneIcon.js +1 -1
  534. package/icons/FolderListIcon.d.ts +2 -0
  535. package/icons/FolderListIcon.js +1 -1
  536. package/icons/FolderUploadDuotoneIcon.d.ts +5 -0
  537. package/icons/FolderUploadDuotoneIcon.js +1 -1
  538. package/icons/FolderUploadIcon.d.ts +2 -0
  539. package/icons/FolderUploadIcon.js +1 -1
  540. package/icons/FusionDuotoneIcon.d.ts +5 -0
  541. package/icons/FusionDuotoneIcon.js +1 -1
  542. package/icons/FusionIcon.d.ts +2 -0
  543. package/icons/FusionIcon.js +1 -1
  544. package/icons/GlobeDuotoneIcon.d.ts +5 -0
  545. package/icons/GlobeDuotoneIcon.js +1 -1
  546. package/icons/GlobeIcon.d.ts +2 -0
  547. package/icons/GlobeIcon.js +1 -1
  548. package/icons/GraphQLDuotoneIcon.d.ts +2 -0
  549. package/icons/GraphQLDuotoneIcon.js +1 -1
  550. package/icons/GraphQLIcon.d.ts +2 -0
  551. package/icons/GraphQLIcon.js +1 -1
  552. package/icons/GridDuotoneIcon.d.ts +5 -0
  553. package/icons/GridDuotoneIcon.js +1 -1
  554. package/icons/GridIcon.d.ts +2 -0
  555. package/icons/GridIcon.js +1 -1
  556. package/icons/HelloDuotoneIcon.d.ts +5 -0
  557. package/icons/HelloDuotoneIcon.js +1 -1
  558. package/icons/HelloIcon.d.ts +2 -0
  559. package/icons/HelloIcon.js +1 -1
  560. package/icons/HelpDuotoneIcon.d.ts +5 -0
  561. package/icons/HelpDuotoneIcon.js +1 -1
  562. package/icons/HelpIcon.d.ts +2 -0
  563. package/icons/HelpIcon.js +1 -1
  564. package/icons/HexagonDuotoneIcon.d.ts +2 -0
  565. package/icons/HexagonDuotoneIcon.js +1 -1
  566. package/icons/HexagonIcon.d.ts +2 -0
  567. package/icons/HexagonIcon.js +1 -1
  568. package/icons/HomeDuotoneIcon.d.ts +5 -0
  569. package/icons/HomeDuotoneIcon.js +1 -1
  570. package/icons/HomeIcon.d.ts +2 -0
  571. package/icons/HomeIcon.js +1 -1
  572. package/icons/ImageDuotoneIcon.d.ts +5 -0
  573. package/icons/ImageDuotoneIcon.js +1 -1
  574. package/icons/ImageIcon.d.ts +2 -0
  575. package/icons/ImageIcon.js +1 -1
  576. package/icons/ImportDuotoneIcon.d.ts +5 -0
  577. package/icons/ImportDuotoneIcon.js +1 -1
  578. package/icons/ImportIcon.d.ts +2 -0
  579. package/icons/ImportIcon.js +1 -1
  580. package/icons/InfoDuotoneIcon.d.ts +5 -0
  581. package/icons/InfoDuotoneIcon.js +1 -1
  582. package/icons/InfoIcon.d.ts +2 -0
  583. package/icons/InfoIcon.js +1 -1
  584. package/icons/IntegrationDuotoneIcon.d.ts +5 -0
  585. package/icons/IntegrationDuotoneIcon.js +1 -1
  586. package/icons/IntegrationIcon.d.ts +2 -0
  587. package/icons/IntegrationIcon.js +1 -1
  588. package/icons/LandedCostDuotoneIcon.d.ts +5 -0
  589. package/icons/LandedCostDuotoneIcon.js +1 -1
  590. package/icons/LandedCostIcon.d.ts +2 -0
  591. package/icons/LandedCostIcon.js +1 -1
  592. package/icons/LaptopDuotoneIcon.d.ts +5 -0
  593. package/icons/LaptopDuotoneIcon.js +1 -1
  594. package/icons/LaptopIcon.d.ts +2 -0
  595. package/icons/LaptopIcon.js +1 -1
  596. package/icons/LeftPanelClosedDuotoneIcon.d.ts +5 -0
  597. package/icons/LeftPanelClosedDuotoneIcon.js +1 -1
  598. package/icons/LeftPanelClosedIcon.d.ts +2 -0
  599. package/icons/LeftPanelClosedIcon.js +1 -1
  600. package/icons/LeftPanelOpenDuotoneIcon.d.ts +5 -0
  601. package/icons/LeftPanelOpenDuotoneIcon.js +1 -1
  602. package/icons/LeftPanelOpenIcon.d.ts +2 -0
  603. package/icons/LeftPanelOpenIcon.js +1 -1
  604. package/icons/LightDuotoneIcon.d.ts +5 -0
  605. package/icons/LightDuotoneIcon.js +1 -1
  606. package/icons/LightIcon.d.ts +2 -0
  607. package/icons/LightIcon.js +1 -1
  608. package/icons/LikeDuotoneIcon.d.ts +5 -0
  609. package/icons/LikeDuotoneIcon.js +1 -1
  610. package/icons/LikeIcon.d.ts +2 -0
  611. package/icons/LikeIcon.js +1 -1
  612. package/icons/LineDownDuotoneIcon.d.ts +5 -0
  613. package/icons/LineDownDuotoneIcon.js +1 -1
  614. package/icons/LineDownIcon.d.ts +2 -0
  615. package/icons/LineDownIcon.js +1 -1
  616. package/icons/LineUpDuotoneIcon.d.ts +5 -0
  617. package/icons/LineUpDuotoneIcon.js +1 -1
  618. package/icons/LineUpIcon.d.ts +2 -0
  619. package/icons/LineUpIcon.js +1 -1
  620. package/icons/LinkDuotoneIcon.d.ts +5 -0
  621. package/icons/LinkDuotoneIcon.js +1 -1
  622. package/icons/LinkIcon.d.ts +2 -0
  623. package/icons/LinkIcon.js +1 -1
  624. package/icons/LocationDuotoneIcon.d.ts +5 -0
  625. package/icons/LocationDuotoneIcon.js +1 -1
  626. package/icons/LocationIcon.d.ts +2 -0
  627. package/icons/LocationIcon.js +1 -1
  628. package/icons/LockDuotoneIcon.d.ts +5 -0
  629. package/icons/LockDuotoneIcon.js +1 -1
  630. package/icons/LockIcon.d.ts +2 -0
  631. package/icons/LockIcon.js +1 -1
  632. package/icons/LoginDuotoneIcon.d.ts +5 -0
  633. package/icons/LoginDuotoneIcon.js +1 -1
  634. package/icons/LoginIcon.d.ts +2 -0
  635. package/icons/LoginIcon.js +1 -1
  636. package/icons/LogoutDuotoneIcon.d.ts +5 -0
  637. package/icons/LogoutDuotoneIcon.js +1 -1
  638. package/icons/LogoutIcon.d.ts +2 -0
  639. package/icons/LogoutIcon.js +1 -1
  640. package/icons/MailDuotoneIcon.d.ts +5 -0
  641. package/icons/MailDuotoneIcon.js +1 -1
  642. package/icons/MailIcon.d.ts +2 -0
  643. package/icons/MailIcon.js +1 -1
  644. package/icons/MaximizeDuotoneIcon.d.ts +5 -0
  645. package/icons/MaximizeDuotoneIcon.js +1 -1
  646. package/icons/MaximizeIcon.d.ts +2 -0
  647. package/icons/MaximizeIcon.js +1 -1
  648. package/icons/MenuDuotoneIcon.d.ts +5 -0
  649. package/icons/MenuDuotoneIcon.js +1 -1
  650. package/icons/MenuIcon.d.ts +2 -0
  651. package/icons/MenuIcon.js +1 -1
  652. package/icons/MinimizeDuotoneIcon.d.ts +5 -0
  653. package/icons/MinimizeDuotoneIcon.js +1 -1
  654. package/icons/MinimizeIcon.d.ts +2 -0
  655. package/icons/MinimizeIcon.js +1 -1
  656. package/icons/MinusCircleDuotoneIcon.d.ts +5 -0
  657. package/icons/MinusCircleDuotoneIcon.js +1 -1
  658. package/icons/MinusCircleIcon.d.ts +2 -0
  659. package/icons/MinusCircleIcon.js +1 -1
  660. package/icons/MinusDuotoneIcon.d.ts +2 -0
  661. package/icons/MinusDuotoneIcon.js +1 -1
  662. package/icons/MinusIcon.d.ts +2 -0
  663. package/icons/MinusIcon.js +1 -1
  664. package/icons/MobileDuotoneIcon.d.ts +5 -0
  665. package/icons/MobileDuotoneIcon.js +1 -1
  666. package/icons/MobileIcon.d.ts +2 -0
  667. package/icons/MobileIcon.js +1 -1
  668. package/icons/MoneyDuotoneIcon.d.ts +5 -0
  669. package/icons/MoneyDuotoneIcon.js +1 -1
  670. package/icons/MoneyIcon.d.ts +2 -0
  671. package/icons/MoneyIcon.js +1 -1
  672. package/icons/MonitorDuotoneIcon.d.ts +5 -0
  673. package/icons/MonitorDuotoneIcon.js +1 -1
  674. package/icons/MonitorIcon.d.ts +2 -0
  675. package/icons/MonitorIcon.js +1 -1
  676. package/icons/NightDuotoneIcon.d.ts +2 -0
  677. package/icons/NightDuotoneIcon.js +1 -1
  678. package/icons/NightIcon.d.ts +2 -0
  679. package/icons/NightIcon.js +1 -1
  680. package/icons/NoteIcon.d.ts +2 -0
  681. package/icons/NoteIcon.js +1 -1
  682. package/icons/PaletteDuotoneIcon.d.ts +5 -0
  683. package/icons/PaletteDuotoneIcon.js +1 -1
  684. package/icons/PaletteIcon.d.ts +2 -0
  685. package/icons/PaletteIcon.js +1 -1
  686. package/icons/PauseCircleDuotoneIcon.d.ts +5 -0
  687. package/icons/PauseCircleDuotoneIcon.js +1 -1
  688. package/icons/PauseCircleIcon.d.ts +2 -0
  689. package/icons/PauseCircleIcon.js +1 -1
  690. package/icons/PenDuotoneIcon.d.ts +5 -0
  691. package/icons/PenDuotoneIcon.js +1 -1
  692. package/icons/PenIcon.d.ts +2 -0
  693. package/icons/PenIcon.js +1 -1
  694. package/icons/PercentBadgeDuotoneIcon.d.ts +5 -0
  695. package/icons/PercentBadgeDuotoneIcon.js +1 -1
  696. package/icons/PercentBadgeIcon.d.ts +2 -0
  697. package/icons/PercentBadgeIcon.js +1 -1
  698. package/icons/PercentDuotoneIcon.d.ts +5 -0
  699. package/icons/PercentDuotoneIcon.js +1 -1
  700. package/icons/PercentIcon.d.ts +2 -0
  701. package/icons/PercentIcon.js +1 -1
  702. package/icons/PlaneDuotoneIcon.d.ts +5 -0
  703. package/icons/PlaneDuotoneIcon.js +1 -1
  704. package/icons/PlaneIcon.d.ts +2 -0
  705. package/icons/PlaneIcon.js +1 -1
  706. package/icons/PlayCircleDuotoneIcon.d.ts +5 -0
  707. package/icons/PlayCircleDuotoneIcon.js +1 -1
  708. package/icons/PlayCircleIcon.d.ts +2 -0
  709. package/icons/PlayCircleIcon.js +1 -1
  710. package/icons/PlayDuotoneIcon.d.ts +2 -0
  711. package/icons/PlayDuotoneIcon.js +1 -1
  712. package/icons/PlayIcon.d.ts +2 -0
  713. package/icons/PlayIcon.js +1 -1
  714. package/icons/PlusCircleDuotoneIcon.d.ts +5 -0
  715. package/icons/PlusCircleDuotoneIcon.js +1 -1
  716. package/icons/PlusCircleIcon.d.ts +2 -0
  717. package/icons/PlusCircleIcon.js +1 -1
  718. package/icons/PlusDuotoneIcon.d.ts +2 -0
  719. package/icons/PlusDuotoneIcon.js +1 -1
  720. package/icons/PlusIcon.d.ts +2 -0
  721. package/icons/PlusIcon.js +1 -1
  722. package/icons/PrepayDuotoneIcon.d.ts +5 -0
  723. package/icons/PrepayDuotoneIcon.js +1 -1
  724. package/icons/PrepayIcon.d.ts +2 -0
  725. package/icons/PrepayIcon.js +1 -1
  726. package/icons/PrinterDuotoneIcon.d.ts +5 -0
  727. package/icons/PrinterDuotoneIcon.js +1 -1
  728. package/icons/PrinterIcon.d.ts +2 -0
  729. package/icons/PrinterIcon.js +1 -1
  730. package/icons/RadioIcon.d.ts +2 -0
  731. package/icons/RadioIcon.js +1 -1
  732. package/icons/RateDuotoneIcon.d.ts +5 -0
  733. package/icons/RateDuotoneIcon.js +1 -1
  734. package/icons/RateIcon.d.ts +2 -0
  735. package/icons/RateIcon.js +1 -1
  736. package/icons/ReceiptDuotoneIcon.d.ts +5 -0
  737. package/icons/ReceiptDuotoneIcon.js +1 -1
  738. package/icons/ReceiptIcon.d.ts +2 -0
  739. package/icons/ReceiptIcon.js +1 -1
  740. package/icons/RefreshDuotoneIcon.d.ts +5 -0
  741. package/icons/RefreshDuotoneIcon.js +1 -1
  742. package/icons/RefreshIcon.d.ts +2 -0
  743. package/icons/RefreshIcon.js +1 -1
  744. package/icons/RemoveCircleDuotoneIcon.d.ts +5 -0
  745. package/icons/RemoveCircleDuotoneIcon.js +1 -1
  746. package/icons/RemoveCircleIcon.d.ts +2 -0
  747. package/icons/RemoveCircleIcon.js +1 -1
  748. package/icons/RemoveDuotoneIcon.d.ts +2 -0
  749. package/icons/RemoveDuotoneIcon.js +1 -1
  750. package/icons/RemoveIcon.d.ts +2 -0
  751. package/icons/RemoveIcon.js +1 -1
  752. package/icons/RestrictDuotoneIcon.d.ts +5 -0
  753. package/icons/RestrictDuotoneIcon.js +1 -1
  754. package/icons/RestrictIcon.d.ts +2 -0
  755. package/icons/RestrictIcon.js +1 -1
  756. package/icons/RightPanelClosedDuotoneIcon.d.ts +5 -0
  757. package/icons/RightPanelClosedDuotoneIcon.js +1 -1
  758. package/icons/RightPanelClosedIcon.d.ts +2 -0
  759. package/icons/RightPanelClosedIcon.js +1 -1
  760. package/icons/RightPanelOpenDuotoneIcon.d.ts +5 -0
  761. package/icons/RightPanelOpenDuotoneIcon.js +1 -1
  762. package/icons/RightPanelOpenIcon.d.ts +2 -0
  763. package/icons/RightPanelOpenIcon.js +1 -1
  764. package/icons/RocketDuotoneIcon.d.ts +5 -0
  765. package/icons/RocketDuotoneIcon.js +1 -1
  766. package/icons/RocketIcon.d.ts +2 -0
  767. package/icons/RocketIcon.js +1 -1
  768. package/icons/RulesIcon.d.ts +2 -0
  769. package/icons/RulesIcon.js +1 -1
  770. package/icons/ScanDuotoneIcon.d.ts +5 -0
  771. package/icons/ScanDuotoneIcon.js +1 -1
  772. package/icons/ScanIcon.d.ts +2 -0
  773. package/icons/ScanIcon.js +1 -1
  774. package/icons/ScreenDuotoneIcon.d.ts +5 -0
  775. package/icons/ScreenDuotoneIcon.js +1 -1
  776. package/icons/ScreenIcon.d.ts +2 -0
  777. package/icons/ScreenIcon.js +1 -1
  778. package/icons/SearchDuotoneIcon.d.ts +5 -0
  779. package/icons/SearchDuotoneIcon.js +1 -1
  780. package/icons/SearchIcon.d.ts +2 -0
  781. package/icons/SearchIcon.js +1 -1
  782. package/icons/SendDuotoneIcon.d.ts +5 -0
  783. package/icons/SendDuotoneIcon.js +1 -1
  784. package/icons/SendIcon.d.ts +2 -0
  785. package/icons/SendIcon.js +1 -1
  786. package/icons/SettingsDuotoneIcon.d.ts +5 -0
  787. package/icons/SettingsDuotoneIcon.js +1 -1
  788. package/icons/SettingsIcon.d.ts +2 -0
  789. package/icons/SettingsIcon.js +1 -1
  790. package/icons/ShoppingListDuotoneIcon.d.ts +5 -0
  791. package/icons/ShoppingListDuotoneIcon.js +1 -1
  792. package/icons/ShoppingListIcon.d.ts +2 -0
  793. package/icons/ShoppingListIcon.js +1 -1
  794. package/icons/ShoppingTagDuotoneIcon.d.ts +5 -0
  795. package/icons/ShoppingTagDuotoneIcon.js +1 -1
  796. package/icons/ShoppingTagIcon.d.ts +2 -0
  797. package/icons/ShoppingTagIcon.js +1 -1
  798. package/icons/SquareDuotoneIcon.d.ts +2 -0
  799. package/icons/SquareDuotoneIcon.js +1 -1
  800. package/icons/SquareIcon.d.ts +2 -0
  801. package/icons/SquareIcon.js +1 -1
  802. package/icons/StarDuotoneIcon.d.ts +2 -0
  803. package/icons/StarDuotoneIcon.js +1 -1
  804. package/icons/StarIcon.d.ts +2 -0
  805. package/icons/StarIcon.js +1 -1
  806. package/icons/StarOffDuotoneIcon.d.ts +5 -0
  807. package/icons/StarOffDuotoneIcon.js +1 -1
  808. package/icons/StarOffIcon.d.ts +2 -0
  809. package/icons/StarOffIcon.js +1 -1
  810. package/icons/StarsDuotoneIcon.d.ts +5 -0
  811. package/icons/StarsDuotoneIcon.js +1 -1
  812. package/icons/StarsIcon.d.ts +2 -0
  813. package/icons/StarsIcon.js +1 -1
  814. package/icons/SunnyDuotoneIcon.d.ts +5 -0
  815. package/icons/SunnyDuotoneIcon.js +1 -1
  816. package/icons/SunnyIcon.d.ts +2 -0
  817. package/icons/SunnyIcon.js +1 -1
  818. package/icons/TagDuotoneIcon.d.ts +5 -0
  819. package/icons/TagDuotoneIcon.js +1 -1
  820. package/icons/TagIcon.d.ts +2 -0
  821. package/icons/TagIcon.js +1 -1
  822. package/icons/TaxDuotoneIcon.d.ts +5 -0
  823. package/icons/TaxDuotoneIcon.js +1 -1
  824. package/icons/TaxIcon.d.ts +2 -0
  825. package/icons/TaxIcon.js +1 -1
  826. package/icons/ThreeDotDuotoneIcon.d.ts +2 -0
  827. package/icons/ThreeDotDuotoneIcon.js +1 -1
  828. package/icons/ThreeDotIcon.d.ts +2 -0
  829. package/icons/ThreeDotIcon.js +1 -1
  830. package/icons/TotalLandedCostDuotoneIcon.d.ts +5 -0
  831. package/icons/TotalLandedCostDuotoneIcon.js +1 -1
  832. package/icons/TotalLandedCostIcon.d.ts +2 -0
  833. package/icons/TotalLandedCostIcon.js +1 -1
  834. package/icons/TrashCanDuotoneIcon.d.ts +5 -0
  835. package/icons/TrashCanDuotoneIcon.js +1 -1
  836. package/icons/TrashCanIcon.d.ts +2 -0
  837. package/icons/TrashCanIcon.js +1 -1
  838. package/icons/TriangleDuotoneIcon.d.ts +2 -0
  839. package/icons/TriangleDuotoneIcon.js +1 -1
  840. package/icons/TriangleIcon.d.ts +2 -0
  841. package/icons/TriangleIcon.js +1 -1
  842. package/icons/TruckDuotoneIcon.d.ts +5 -0
  843. package/icons/TruckDuotoneIcon.js +1 -1
  844. package/icons/TruckIcon.d.ts +2 -0
  845. package/icons/TruckIcon.js +1 -1
  846. package/icons/UFODuotoneIcon.d.ts +5 -0
  847. package/icons/UFODuotoneIcon.js +1 -1
  848. package/icons/UFOIcon.d.ts +2 -0
  849. package/icons/UFOIcon.js +1 -1
  850. package/icons/UserDuotoneIcon.d.ts +5 -0
  851. package/icons/UserDuotoneIcon.js +1 -1
  852. package/icons/UserIcon.d.ts +2 -0
  853. package/icons/UserIcon.js +1 -1
  854. package/icons/UsersIcon.d.ts +2 -0
  855. package/icons/UsersIcon.js +1 -1
  856. package/icons/UtahDuotoneIcon.d.ts +2 -0
  857. package/icons/UtahDuotoneIcon.js +1 -1
  858. package/icons/UtahIcon.d.ts +2 -0
  859. package/icons/UtahIcon.js +1 -1
  860. package/icons/WarningDuotoneIcon.d.ts +5 -0
  861. package/icons/WarningDuotoneIcon.js +1 -1
  862. package/icons/WarningIcon.d.ts +2 -0
  863. package/icons/WarningIcon.js +1 -1
  864. package/icons/custom/AvatarIcon.d.ts +2 -0
  865. package/icons/custom/AvatarIcon.js +1 -1
  866. package/icons/custom/logo/ZonosIcon.d.ts +2 -0
  867. package/icons/custom/logo/ZonosIcon.js +1 -1
  868. package/icons/custom/logo/ZonosLogoIcon.d.ts +2 -0
  869. package/icons/custom/logo/ZonosLogoIcon.js +1 -1
  870. package/icons/custom/logo/ZonosWordmark.d.ts +2 -0
  871. package/icons/custom/logo/ZonosWordmark.js +1 -1
  872. package/icons/custom/products/CheckoutColorIcon.d.ts +2 -0
  873. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  874. package/icons/custom/products/ClassifyColorIcon.d.ts +2 -0
  875. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  876. package/icons/custom/products/ClearColorIcon.d.ts +2 -0
  877. package/icons/custom/products/ClearColorIcon.js +1 -1
  878. package/icons/custom/products/CollectColorIcon.d.ts +2 -0
  879. package/icons/custom/products/CollectColorIcon.js +1 -1
  880. package/icons/custom/products/CounterCompanionColorIcon.d.ts +2 -0
  881. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  882. package/icons/custom/products/DashboardColorIcon.d.ts +2 -0
  883. package/icons/custom/products/DashboardColorIcon.js +1 -1
  884. package/icons/custom/products/HelloColorIcon.d.ts +2 -0
  885. package/icons/custom/products/HelloColorIcon.js +1 -1
  886. package/icons/custom/products/InclusivePricingColorIcon.d.ts +2 -0
  887. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  888. package/icons/custom/products/LandedCostColorIcon.d.ts +2 -0
  889. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  890. package/icons/custom/products/PrepayColorIcon.d.ts +2 -0
  891. package/icons/custom/products/PrepayColorIcon.js +1 -1
  892. package/icons/custom/products/RateColorIcon.d.ts +2 -0
  893. package/icons/custom/products/RateColorIcon.js +1 -1
  894. package/icons/custom/products/RestrictColorIcon.d.ts +2 -0
  895. package/icons/custom/products/RestrictColorIcon.js +1 -1
  896. package/icons/custom/products/ScreenColorIcon.d.ts +2 -0
  897. package/icons/custom/products/ScreenColorIcon.js +1 -1
  898. package/icons/custom/products/TaxColorIcon.d.ts +2 -0
  899. package/icons/custom/products/TaxColorIcon.js +1 -1
  900. package/icons/custom/theme/ThemeDarkIcon.d.ts +3 -0
  901. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  902. package/icons/custom/theme/ThemeLightIcon.d.ts +3 -0
  903. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  904. package/icons/custom/us-states/AlabamaIcon.d.ts +2 -0
  905. package/icons/custom/us-states/AlabamaIcon.js +1 -1
  906. package/icons/custom/us-states/AlaskaIcon.d.ts +2 -0
  907. package/icons/custom/us-states/AlaskaIcon.js +1 -1
  908. package/icons/custom/us-states/ArizonaIcon.d.ts +2 -0
  909. package/icons/custom/us-states/ArizonaIcon.js +1 -1
  910. package/icons/custom/us-states/ArkansasIcon.d.ts +2 -0
  911. package/icons/custom/us-states/ArkansasIcon.js +1 -1
  912. package/icons/custom/us-states/CaliforniaIcon.d.ts +2 -0
  913. package/icons/custom/us-states/CaliforniaIcon.js +1 -1
  914. package/icons/custom/us-states/ColoradoIcon.d.ts +2 -0
  915. package/icons/custom/us-states/ColoradoIcon.js +1 -1
  916. package/icons/custom/us-states/ConnecticutIcon.d.ts +2 -0
  917. package/icons/custom/us-states/ConnecticutIcon.js +1 -1
  918. package/icons/custom/us-states/DelawareIcon.d.ts +2 -0
  919. package/icons/custom/us-states/DelawareIcon.js +1 -1
  920. package/icons/custom/us-states/FloridaIcon.d.ts +2 -0
  921. package/icons/custom/us-states/FloridaIcon.js +1 -1
  922. package/icons/custom/us-states/GeorgiaIcon.d.ts +2 -0
  923. package/icons/custom/us-states/GeorgiaIcon.js +1 -1
  924. package/icons/custom/us-states/HawaiiIcon.d.ts +2 -0
  925. package/icons/custom/us-states/HawaiiIcon.js +1 -1
  926. package/icons/custom/us-states/IdahoIcon.d.ts +2 -0
  927. package/icons/custom/us-states/IdahoIcon.js +1 -1
  928. package/icons/custom/us-states/IllinoisIcon.d.ts +2 -0
  929. package/icons/custom/us-states/IllinoisIcon.js +1 -1
  930. package/icons/custom/us-states/IndianaIcon.d.ts +2 -0
  931. package/icons/custom/us-states/IndianaIcon.js +1 -1
  932. package/icons/custom/us-states/IowaIcon.d.ts +2 -0
  933. package/icons/custom/us-states/IowaIcon.js +1 -1
  934. package/icons/custom/us-states/KansasIcon.d.ts +2 -0
  935. package/icons/custom/us-states/KansasIcon.js +1 -1
  936. package/icons/custom/us-states/KentuckyIcon.d.ts +2 -0
  937. package/icons/custom/us-states/KentuckyIcon.js +1 -1
  938. package/icons/custom/us-states/LouisianaIcon.d.ts +2 -0
  939. package/icons/custom/us-states/LouisianaIcon.js +1 -1
  940. package/icons/custom/us-states/MaineIcon.d.ts +2 -0
  941. package/icons/custom/us-states/MaineIcon.js +1 -1
  942. package/icons/custom/us-states/MarylandIcon.d.ts +2 -0
  943. package/icons/custom/us-states/MarylandIcon.js +1 -1
  944. package/icons/custom/us-states/MassachusettsIcon.d.ts +2 -0
  945. package/icons/custom/us-states/MassachusettsIcon.js +1 -1
  946. package/icons/custom/us-states/MichiganIcon.d.ts +2 -0
  947. package/icons/custom/us-states/MichiganIcon.js +1 -1
  948. package/icons/custom/us-states/MinnesotaIcon.d.ts +2 -0
  949. package/icons/custom/us-states/MinnesotaIcon.js +1 -1
  950. package/icons/custom/us-states/MississippiIcon.d.ts +2 -0
  951. package/icons/custom/us-states/MississippiIcon.js +1 -1
  952. package/icons/custom/us-states/MissouriIcon.d.ts +2 -0
  953. package/icons/custom/us-states/MissouriIcon.js +1 -1
  954. package/icons/custom/us-states/MontanaIcon.d.ts +2 -0
  955. package/icons/custom/us-states/MontanaIcon.js +1 -1
  956. package/icons/custom/us-states/NebraskaIcon.d.ts +2 -0
  957. package/icons/custom/us-states/NebraskaIcon.js +1 -1
  958. package/icons/custom/us-states/NevadaIcon.d.ts +2 -0
  959. package/icons/custom/us-states/NevadaIcon.js +1 -1
  960. package/icons/custom/us-states/NewHampshireIcon.d.ts +2 -0
  961. package/icons/custom/us-states/NewHampshireIcon.js +1 -1
  962. package/icons/custom/us-states/NewJerseyIcon.d.ts +2 -0
  963. package/icons/custom/us-states/NewJerseyIcon.js +1 -1
  964. package/icons/custom/us-states/NewMexicoIcon.d.ts +2 -0
  965. package/icons/custom/us-states/NewMexicoIcon.js +1 -1
  966. package/icons/custom/us-states/NewYorkIcon.d.ts +2 -0
  967. package/icons/custom/us-states/NewYorkIcon.js +1 -1
  968. package/icons/custom/us-states/NorthCarolinaIcon.d.ts +2 -0
  969. package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
  970. package/icons/custom/us-states/NorthDakotaIcon.d.ts +2 -0
  971. package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
  972. package/icons/custom/us-states/OhioIcon.d.ts +2 -0
  973. package/icons/custom/us-states/OhioIcon.js +1 -1
  974. package/icons/custom/us-states/OklahomaIcon.d.ts +2 -0
  975. package/icons/custom/us-states/OklahomaIcon.js +1 -1
  976. package/icons/custom/us-states/OregonIcon.d.ts +2 -0
  977. package/icons/custom/us-states/OregonIcon.js +1 -1
  978. package/icons/custom/us-states/PennsylvaniaIcon.d.ts +2 -0
  979. package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
  980. package/icons/custom/us-states/PuertoRicoIcon.d.ts +2 -0
  981. package/icons/custom/us-states/PuertoRicoIcon.js +1 -1
  982. package/icons/custom/us-states/RhodeIslandIcon.d.ts +2 -0
  983. package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
  984. package/icons/custom/us-states/SouthCarolinaIcon.d.ts +2 -0
  985. package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
  986. package/icons/custom/us-states/SouthDakotaIcon.d.ts +2 -0
  987. package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
  988. package/icons/custom/us-states/TennesseeIcon.d.ts +2 -0
  989. package/icons/custom/us-states/TennesseeIcon.js +1 -1
  990. package/icons/custom/us-states/TexasIcon.d.ts +2 -0
  991. package/icons/custom/us-states/TexasIcon.js +1 -1
  992. package/icons/custom/us-states/UtahIcon.d.ts +2 -0
  993. package/icons/custom/us-states/UtahIcon.js +1 -1
  994. package/icons/custom/us-states/VermontIcon.d.ts +2 -0
  995. package/icons/custom/us-states/VermontIcon.js +1 -1
  996. package/icons/custom/us-states/VirginiaIcon.d.ts +2 -0
  997. package/icons/custom/us-states/VirginiaIcon.js +1 -1
  998. package/icons/custom/us-states/WashingtonIcon.d.ts +2 -0
  999. package/icons/custom/us-states/WashingtonIcon.js +1 -1
  1000. package/icons/custom/us-states/WestVirginiaIcon.d.ts +2 -0
  1001. package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
  1002. package/icons/custom/us-states/WisconsinIcon.d.ts +2 -0
  1003. package/icons/custom/us-states/WisconsinIcon.js +1 -1
  1004. package/icons/custom/us-states/WyomingIcon.d.ts +2 -0
  1005. package/icons/custom/us-states/WyomingIcon.js +1 -1
  1006. package/icons/flag-icon/FlagIcon.d.ts +13 -0
  1007. package/icons/flag-icon/FlagIcon.js +1 -1
  1008. package/icons/flag-icon/_FlagIconBase.d.ts +10 -0
  1009. package/icons/flag-icon/_FlagIconBase.js +1 -1
  1010. package/icons/flags/AD.d.ts +7 -0
  1011. package/icons/flags/AD.js +1 -1
  1012. package/icons/flags/AE.d.ts +7 -0
  1013. package/icons/flags/AE.js +1 -1
  1014. package/icons/flags/AF.d.ts +7 -0
  1015. package/icons/flags/AF.js +1 -1
  1016. package/icons/flags/AG.d.ts +7 -0
  1017. package/icons/flags/AG.js +1 -1
  1018. package/icons/flags/AI.d.ts +7 -0
  1019. package/icons/flags/AI.js +1 -1
  1020. package/icons/flags/AL.d.ts +7 -0
  1021. package/icons/flags/AL.js +1 -1
  1022. package/icons/flags/AM.d.ts +7 -0
  1023. package/icons/flags/AM.js +1 -1
  1024. package/icons/flags/AO.d.ts +7 -0
  1025. package/icons/flags/AO.js +1 -1
  1026. package/icons/flags/AQ.d.ts +7 -0
  1027. package/icons/flags/AQ.js +1 -1
  1028. package/icons/flags/AR.d.ts +7 -0
  1029. package/icons/flags/AR.js +1 -1
  1030. package/icons/flags/AS.d.ts +7 -0
  1031. package/icons/flags/AS.js +1 -1
  1032. package/icons/flags/AT.d.ts +7 -0
  1033. package/icons/flags/AT.js +1 -1
  1034. package/icons/flags/AU.d.ts +7 -0
  1035. package/icons/flags/AU.js +1 -1
  1036. package/icons/flags/AW.d.ts +7 -0
  1037. package/icons/flags/AW.js +1 -1
  1038. package/icons/flags/AX.d.ts +7 -0
  1039. package/icons/flags/AX.js +1 -1
  1040. package/icons/flags/AZ.d.ts +7 -0
  1041. package/icons/flags/AZ.js +1 -1
  1042. package/icons/flags/BA.d.ts +7 -0
  1043. package/icons/flags/BA.js +1 -1
  1044. package/icons/flags/BB.d.ts +7 -0
  1045. package/icons/flags/BB.js +1 -1
  1046. package/icons/flags/BD.d.ts +7 -0
  1047. package/icons/flags/BD.js +1 -1
  1048. package/icons/flags/BE.d.ts +7 -0
  1049. package/icons/flags/BE.js +1 -1
  1050. package/icons/flags/BF.d.ts +7 -0
  1051. package/icons/flags/BF.js +1 -1
  1052. package/icons/flags/BG.d.ts +7 -0
  1053. package/icons/flags/BG.js +1 -1
  1054. package/icons/flags/BH.d.ts +7 -0
  1055. package/icons/flags/BH.js +1 -1
  1056. package/icons/flags/BI.d.ts +7 -0
  1057. package/icons/flags/BI.js +1 -1
  1058. package/icons/flags/BJ.d.ts +7 -0
  1059. package/icons/flags/BJ.js +1 -1
  1060. package/icons/flags/BL.d.ts +7 -0
  1061. package/icons/flags/BL.js +1 -1
  1062. package/icons/flags/BM.d.ts +7 -0
  1063. package/icons/flags/BM.js +1 -1
  1064. package/icons/flags/BN.d.ts +7 -0
  1065. package/icons/flags/BN.js +1 -1
  1066. package/icons/flags/BO.d.ts +7 -0
  1067. package/icons/flags/BO.js +1 -1
  1068. package/icons/flags/BQ.d.ts +7 -0
  1069. package/icons/flags/BQ.js +1 -1
  1070. package/icons/flags/BR.d.ts +7 -0
  1071. package/icons/flags/BR.js +1 -1
  1072. package/icons/flags/BS.d.ts +7 -0
  1073. package/icons/flags/BS.js +1 -1
  1074. package/icons/flags/BT.d.ts +7 -0
  1075. package/icons/flags/BT.js +1 -1
  1076. package/icons/flags/BV.d.ts +7 -0
  1077. package/icons/flags/BV.js +1 -1
  1078. package/icons/flags/BW.d.ts +7 -0
  1079. package/icons/flags/BW.js +1 -1
  1080. package/icons/flags/BY.d.ts +7 -0
  1081. package/icons/flags/BY.js +1 -1
  1082. package/icons/flags/BZ.d.ts +7 -0
  1083. package/icons/flags/BZ.js +1 -1
  1084. package/icons/flags/CA.d.ts +7 -0
  1085. package/icons/flags/CA.js +1 -1
  1086. package/icons/flags/CC.d.ts +7 -0
  1087. package/icons/flags/CC.js +1 -1
  1088. package/icons/flags/CD.d.ts +7 -0
  1089. package/icons/flags/CD.js +1 -1
  1090. package/icons/flags/CF.d.ts +7 -0
  1091. package/icons/flags/CF.js +1 -1
  1092. package/icons/flags/CG.d.ts +7 -0
  1093. package/icons/flags/CG.js +1 -1
  1094. package/icons/flags/CH.d.ts +7 -0
  1095. package/icons/flags/CH.js +1 -1
  1096. package/icons/flags/CI.d.ts +7 -0
  1097. package/icons/flags/CI.js +1 -1
  1098. package/icons/flags/CK.d.ts +7 -0
  1099. package/icons/flags/CK.js +1 -1
  1100. package/icons/flags/CL.d.ts +7 -0
  1101. package/icons/flags/CL.js +1 -1
  1102. package/icons/flags/CM.d.ts +7 -0
  1103. package/icons/flags/CM.js +1 -1
  1104. package/icons/flags/CN.d.ts +7 -0
  1105. package/icons/flags/CN.js +1 -1
  1106. package/icons/flags/CO.d.ts +7 -0
  1107. package/icons/flags/CO.js +1 -1
  1108. package/icons/flags/CR.d.ts +7 -0
  1109. package/icons/flags/CR.js +1 -1
  1110. package/icons/flags/CU.d.ts +7 -0
  1111. package/icons/flags/CU.js +1 -1
  1112. package/icons/flags/CV.d.ts +7 -0
  1113. package/icons/flags/CV.js +1 -1
  1114. package/icons/flags/CW.d.ts +7 -0
  1115. package/icons/flags/CW.js +1 -1
  1116. package/icons/flags/CX.d.ts +7 -0
  1117. package/icons/flags/CX.js +1 -1
  1118. package/icons/flags/CY.d.ts +7 -0
  1119. package/icons/flags/CY.js +1 -1
  1120. package/icons/flags/CZ.d.ts +7 -0
  1121. package/icons/flags/CZ.js +1 -1
  1122. package/icons/flags/DE.d.ts +7 -0
  1123. package/icons/flags/DE.js +1 -1
  1124. package/icons/flags/DJ.d.ts +7 -0
  1125. package/icons/flags/DJ.js +1 -1
  1126. package/icons/flags/DK.d.ts +7 -0
  1127. package/icons/flags/DK.js +1 -1
  1128. package/icons/flags/DM.d.ts +7 -0
  1129. package/icons/flags/DM.js +1 -1
  1130. package/icons/flags/DO.d.ts +7 -0
  1131. package/icons/flags/DO.js +1 -1
  1132. package/icons/flags/DZ.d.ts +7 -0
  1133. package/icons/flags/DZ.js +1 -1
  1134. package/icons/flags/Default.d.ts +7 -0
  1135. package/icons/flags/Default.js +1 -1
  1136. package/icons/flags/EC.d.ts +7 -0
  1137. package/icons/flags/EC.js +1 -1
  1138. package/icons/flags/EE.d.ts +7 -0
  1139. package/icons/flags/EE.js +1 -1
  1140. package/icons/flags/EG.d.ts +7 -0
  1141. package/icons/flags/EG.js +1 -1
  1142. package/icons/flags/EH.d.ts +7 -0
  1143. package/icons/flags/EH.js +1 -1
  1144. package/icons/flags/ER.d.ts +7 -0
  1145. package/icons/flags/ER.js +1 -1
  1146. package/icons/flags/ES.d.ts +7 -0
  1147. package/icons/flags/ES.js +1 -1
  1148. package/icons/flags/ET.d.ts +7 -0
  1149. package/icons/flags/ET.js +1 -1
  1150. package/icons/flags/FI.d.ts +7 -0
  1151. package/icons/flags/FI.js +1 -1
  1152. package/icons/flags/FJ.d.ts +7 -0
  1153. package/icons/flags/FJ.js +1 -1
  1154. package/icons/flags/FK.d.ts +7 -0
  1155. package/icons/flags/FK.js +1 -1
  1156. package/icons/flags/FM.d.ts +7 -0
  1157. package/icons/flags/FM.js +1 -1
  1158. package/icons/flags/FO.d.ts +7 -0
  1159. package/icons/flags/FO.js +1 -1
  1160. package/icons/flags/FR.d.ts +7 -0
  1161. package/icons/flags/FR.js +1 -1
  1162. package/icons/flags/GA.d.ts +7 -0
  1163. package/icons/flags/GA.js +1 -1
  1164. package/icons/flags/GB.d.ts +7 -0
  1165. package/icons/flags/GB.js +1 -1
  1166. package/icons/flags/GD.d.ts +7 -0
  1167. package/icons/flags/GD.js +1 -1
  1168. package/icons/flags/GE.d.ts +7 -0
  1169. package/icons/flags/GE.js +1 -1
  1170. package/icons/flags/GF.d.ts +7 -0
  1171. package/icons/flags/GF.js +1 -1
  1172. package/icons/flags/GG.d.ts +7 -0
  1173. package/icons/flags/GG.js +1 -1
  1174. package/icons/flags/GH.d.ts +7 -0
  1175. package/icons/flags/GH.js +1 -1
  1176. package/icons/flags/GI.d.ts +7 -0
  1177. package/icons/flags/GI.js +1 -1
  1178. package/icons/flags/GL.d.ts +7 -0
  1179. package/icons/flags/GL.js +1 -1
  1180. package/icons/flags/GM.d.ts +7 -0
  1181. package/icons/flags/GM.js +1 -1
  1182. package/icons/flags/GN.d.ts +7 -0
  1183. package/icons/flags/GN.js +1 -1
  1184. package/icons/flags/GP.d.ts +7 -0
  1185. package/icons/flags/GP.js +1 -1
  1186. package/icons/flags/GQ.d.ts +7 -0
  1187. package/icons/flags/GQ.js +1 -1
  1188. package/icons/flags/GR.d.ts +7 -0
  1189. package/icons/flags/GR.js +1 -1
  1190. package/icons/flags/GS.d.ts +7 -0
  1191. package/icons/flags/GS.js +1 -1
  1192. package/icons/flags/GT.d.ts +7 -0
  1193. package/icons/flags/GT.js +1 -1
  1194. package/icons/flags/GU.d.ts +7 -0
  1195. package/icons/flags/GU.js +1 -1
  1196. package/icons/flags/GW.d.ts +7 -0
  1197. package/icons/flags/GW.js +1 -1
  1198. package/icons/flags/GY.d.ts +7 -0
  1199. package/icons/flags/GY.js +1 -1
  1200. package/icons/flags/HK.d.ts +7 -0
  1201. package/icons/flags/HK.js +1 -1
  1202. package/icons/flags/HM.d.ts +7 -0
  1203. package/icons/flags/HM.js +1 -1
  1204. package/icons/flags/HN.d.ts +7 -0
  1205. package/icons/flags/HN.js +1 -1
  1206. package/icons/flags/HR.d.ts +7 -0
  1207. package/icons/flags/HR.js +1 -1
  1208. package/icons/flags/HT.d.ts +7 -0
  1209. package/icons/flags/HT.js +1 -1
  1210. package/icons/flags/HU.d.ts +7 -0
  1211. package/icons/flags/HU.js +1 -1
  1212. package/icons/flags/IC.d.ts +7 -0
  1213. package/icons/flags/IC.js +1 -1
  1214. package/icons/flags/ID.d.ts +7 -0
  1215. package/icons/flags/ID.js +1 -1
  1216. package/icons/flags/IE.d.ts +7 -0
  1217. package/icons/flags/IE.js +1 -1
  1218. package/icons/flags/IL.d.ts +7 -0
  1219. package/icons/flags/IL.js +1 -1
  1220. package/icons/flags/IM.d.ts +7 -0
  1221. package/icons/flags/IM.js +1 -1
  1222. package/icons/flags/IN.d.ts +7 -0
  1223. package/icons/flags/IN.js +1 -1
  1224. package/icons/flags/IO.d.ts +7 -0
  1225. package/icons/flags/IO.js +1 -1
  1226. package/icons/flags/IQ.d.ts +7 -0
  1227. package/icons/flags/IQ.js +1 -1
  1228. package/icons/flags/IR.d.ts +7 -0
  1229. package/icons/flags/IR.js +1 -1
  1230. package/icons/flags/IS.d.ts +7 -0
  1231. package/icons/flags/IS.js +1 -1
  1232. package/icons/flags/IT.d.ts +7 -0
  1233. package/icons/flags/IT.js +1 -1
  1234. package/icons/flags/JE.d.ts +7 -0
  1235. package/icons/flags/JE.js +1 -1
  1236. package/icons/flags/JM.d.ts +7 -0
  1237. package/icons/flags/JM.js +1 -1
  1238. package/icons/flags/JO.d.ts +7 -0
  1239. package/icons/flags/JO.js +1 -1
  1240. package/icons/flags/JP.d.ts +7 -0
  1241. package/icons/flags/JP.js +1 -1
  1242. package/icons/flags/KE.d.ts +7 -0
  1243. package/icons/flags/KE.js +1 -1
  1244. package/icons/flags/KG.d.ts +7 -0
  1245. package/icons/flags/KG.js +1 -1
  1246. package/icons/flags/KH.d.ts +7 -0
  1247. package/icons/flags/KH.js +1 -1
  1248. package/icons/flags/KI.d.ts +7 -0
  1249. package/icons/flags/KI.js +1 -1
  1250. package/icons/flags/KM.d.ts +7 -0
  1251. package/icons/flags/KM.js +1 -1
  1252. package/icons/flags/KN.d.ts +7 -0
  1253. package/icons/flags/KN.js +1 -1
  1254. package/icons/flags/KP.d.ts +7 -0
  1255. package/icons/flags/KP.js +1 -1
  1256. package/icons/flags/KR.d.ts +7 -0
  1257. package/icons/flags/KR.js +1 -1
  1258. package/icons/flags/KW.d.ts +7 -0
  1259. package/icons/flags/KW.js +1 -1
  1260. package/icons/flags/KY.d.ts +7 -0
  1261. package/icons/flags/KY.js +1 -1
  1262. package/icons/flags/KZ.d.ts +7 -0
  1263. package/icons/flags/KZ.js +1 -1
  1264. package/icons/flags/LA.d.ts +7 -0
  1265. package/icons/flags/LA.js +1 -1
  1266. package/icons/flags/LB.d.ts +7 -0
  1267. package/icons/flags/LB.js +1 -1
  1268. package/icons/flags/LC.d.ts +7 -0
  1269. package/icons/flags/LC.js +1 -1
  1270. package/icons/flags/LI.d.ts +7 -0
  1271. package/icons/flags/LI.js +1 -1
  1272. package/icons/flags/LK.d.ts +7 -0
  1273. package/icons/flags/LK.js +1 -1
  1274. package/icons/flags/LR.d.ts +7 -0
  1275. package/icons/flags/LR.js +1 -1
  1276. package/icons/flags/LS.d.ts +7 -0
  1277. package/icons/flags/LS.js +1 -1
  1278. package/icons/flags/LT.d.ts +7 -0
  1279. package/icons/flags/LT.js +1 -1
  1280. package/icons/flags/LU.d.ts +7 -0
  1281. package/icons/flags/LU.js +1 -1
  1282. package/icons/flags/LV.d.ts +7 -0
  1283. package/icons/flags/LV.js +1 -1
  1284. package/icons/flags/LY.d.ts +7 -0
  1285. package/icons/flags/LY.js +1 -1
  1286. package/icons/flags/MA.d.ts +7 -0
  1287. package/icons/flags/MA.js +1 -1
  1288. package/icons/flags/MC.d.ts +7 -0
  1289. package/icons/flags/MC.js +1 -1
  1290. package/icons/flags/MD.d.ts +7 -0
  1291. package/icons/flags/MD.js +1 -1
  1292. package/icons/flags/ME.d.ts +7 -0
  1293. package/icons/flags/ME.js +1 -1
  1294. package/icons/flags/MF.d.ts +7 -0
  1295. package/icons/flags/MF.js +1 -1
  1296. package/icons/flags/MG.d.ts +7 -0
  1297. package/icons/flags/MG.js +1 -1
  1298. package/icons/flags/MH.d.ts +7 -0
  1299. package/icons/flags/MH.js +1 -1
  1300. package/icons/flags/MK.d.ts +7 -0
  1301. package/icons/flags/MK.js +1 -1
  1302. package/icons/flags/ML.d.ts +7 -0
  1303. package/icons/flags/ML.js +1 -1
  1304. package/icons/flags/MM.d.ts +7 -0
  1305. package/icons/flags/MM.js +1 -1
  1306. package/icons/flags/MN.d.ts +7 -0
  1307. package/icons/flags/MN.js +1 -1
  1308. package/icons/flags/MO.d.ts +7 -0
  1309. package/icons/flags/MO.js +1 -1
  1310. package/icons/flags/MP.d.ts +7 -0
  1311. package/icons/flags/MP.js +1 -1
  1312. package/icons/flags/MQ.d.ts +7 -0
  1313. package/icons/flags/MQ.js +1 -1
  1314. package/icons/flags/MR.d.ts +7 -0
  1315. package/icons/flags/MR.js +1 -1
  1316. package/icons/flags/MS.d.ts +7 -0
  1317. package/icons/flags/MS.js +1 -1
  1318. package/icons/flags/MT.d.ts +7 -0
  1319. package/icons/flags/MT.js +1 -1
  1320. package/icons/flags/MU.d.ts +7 -0
  1321. package/icons/flags/MU.js +1 -1
  1322. package/icons/flags/MV.d.ts +7 -0
  1323. package/icons/flags/MV.js +1 -1
  1324. package/icons/flags/MW.d.ts +7 -0
  1325. package/icons/flags/MW.js +1 -1
  1326. package/icons/flags/MX.d.ts +7 -0
  1327. package/icons/flags/MX.js +1 -1
  1328. package/icons/flags/MY.d.ts +7 -0
  1329. package/icons/flags/MY.js +1 -1
  1330. package/icons/flags/MZ.d.ts +7 -0
  1331. package/icons/flags/MZ.js +1 -1
  1332. package/icons/flags/NA.d.ts +7 -0
  1333. package/icons/flags/NA.js +1 -1
  1334. package/icons/flags/NC.d.ts +7 -0
  1335. package/icons/flags/NC.js +1 -1
  1336. package/icons/flags/NE.d.ts +7 -0
  1337. package/icons/flags/NE.js +1 -1
  1338. package/icons/flags/NF.d.ts +7 -0
  1339. package/icons/flags/NF.js +1 -1
  1340. package/icons/flags/NG.d.ts +7 -0
  1341. package/icons/flags/NG.js +1 -1
  1342. package/icons/flags/NI.d.ts +7 -0
  1343. package/icons/flags/NI.js +1 -1
  1344. package/icons/flags/NL.d.ts +7 -0
  1345. package/icons/flags/NL.js +1 -1
  1346. package/icons/flags/NO.d.ts +7 -0
  1347. package/icons/flags/NO.js +1 -1
  1348. package/icons/flags/NP.d.ts +7 -0
  1349. package/icons/flags/NP.js +1 -1
  1350. package/icons/flags/NR.d.ts +7 -0
  1351. package/icons/flags/NR.js +1 -1
  1352. package/icons/flags/NU.d.ts +7 -0
  1353. package/icons/flags/NU.js +1 -1
  1354. package/icons/flags/NZ.d.ts +7 -0
  1355. package/icons/flags/NZ.js +1 -1
  1356. package/icons/flags/OM.d.ts +7 -0
  1357. package/icons/flags/OM.js +1 -1
  1358. package/icons/flags/PA.d.ts +7 -0
  1359. package/icons/flags/PA.js +1 -1
  1360. package/icons/flags/PE.d.ts +7 -0
  1361. package/icons/flags/PE.js +1 -1
  1362. package/icons/flags/PF.d.ts +7 -0
  1363. package/icons/flags/PF.js +1 -1
  1364. package/icons/flags/PG.d.ts +7 -0
  1365. package/icons/flags/PG.js +1 -1
  1366. package/icons/flags/PH.d.ts +7 -0
  1367. package/icons/flags/PH.js +1 -1
  1368. package/icons/flags/PK.d.ts +7 -0
  1369. package/icons/flags/PK.js +1 -1
  1370. package/icons/flags/PL.d.ts +7 -0
  1371. package/icons/flags/PL.js +1 -1
  1372. package/icons/flags/PM.d.ts +7 -0
  1373. package/icons/flags/PM.js +1 -1
  1374. package/icons/flags/PN.d.ts +7 -0
  1375. package/icons/flags/PN.js +1 -1
  1376. package/icons/flags/PR.d.ts +7 -0
  1377. package/icons/flags/PR.js +1 -1
  1378. package/icons/flags/PS.d.ts +7 -0
  1379. package/icons/flags/PS.js +1 -1
  1380. package/icons/flags/PT.d.ts +7 -0
  1381. package/icons/flags/PT.js +1 -1
  1382. package/icons/flags/PW.d.ts +7 -0
  1383. package/icons/flags/PW.js +1 -1
  1384. package/icons/flags/PY.d.ts +7 -0
  1385. package/icons/flags/PY.js +1 -1
  1386. package/icons/flags/QA.d.ts +7 -0
  1387. package/icons/flags/QA.js +1 -1
  1388. package/icons/flags/RE.d.ts +7 -0
  1389. package/icons/flags/RE.js +1 -1
  1390. package/icons/flags/RO.d.ts +7 -0
  1391. package/icons/flags/RO.js +1 -1
  1392. package/icons/flags/RS.d.ts +7 -0
  1393. package/icons/flags/RS.js +1 -1
  1394. package/icons/flags/RU.d.ts +7 -0
  1395. package/icons/flags/RU.js +1 -1
  1396. package/icons/flags/RW.d.ts +7 -0
  1397. package/icons/flags/RW.js +1 -1
  1398. package/icons/flags/SA.d.ts +7 -0
  1399. package/icons/flags/SA.js +1 -1
  1400. package/icons/flags/SB.d.ts +7 -0
  1401. package/icons/flags/SB.js +1 -1
  1402. package/icons/flags/SC.d.ts +7 -0
  1403. package/icons/flags/SC.js +1 -1
  1404. package/icons/flags/SD.d.ts +7 -0
  1405. package/icons/flags/SD.js +1 -1
  1406. package/icons/flags/SE.d.ts +7 -0
  1407. package/icons/flags/SE.js +1 -1
  1408. package/icons/flags/SG.d.ts +7 -0
  1409. package/icons/flags/SG.js +1 -1
  1410. package/icons/flags/SH.d.ts +7 -0
  1411. package/icons/flags/SH.js +1 -1
  1412. package/icons/flags/SI.d.ts +7 -0
  1413. package/icons/flags/SI.js +1 -1
  1414. package/icons/flags/SJ.d.ts +7 -0
  1415. package/icons/flags/SJ.js +1 -1
  1416. package/icons/flags/SK.d.ts +7 -0
  1417. package/icons/flags/SK.js +1 -1
  1418. package/icons/flags/SL.d.ts +7 -0
  1419. package/icons/flags/SL.js +1 -1
  1420. package/icons/flags/SM.d.ts +7 -0
  1421. package/icons/flags/SM.js +1 -1
  1422. package/icons/flags/SN.d.ts +7 -0
  1423. package/icons/flags/SN.js +1 -1
  1424. package/icons/flags/SO.d.ts +7 -0
  1425. package/icons/flags/SO.js +1 -1
  1426. package/icons/flags/SR.d.ts +7 -0
  1427. package/icons/flags/SR.js +1 -1
  1428. package/icons/flags/SS.d.ts +7 -0
  1429. package/icons/flags/SS.js +1 -1
  1430. package/icons/flags/ST.d.ts +7 -0
  1431. package/icons/flags/ST.js +1 -1
  1432. package/icons/flags/SV.d.ts +7 -0
  1433. package/icons/flags/SV.js +1 -1
  1434. package/icons/flags/SX.d.ts +7 -0
  1435. package/icons/flags/SX.js +1 -1
  1436. package/icons/flags/SY.d.ts +7 -0
  1437. package/icons/flags/SY.js +1 -1
  1438. package/icons/flags/SZ.d.ts +7 -0
  1439. package/icons/flags/SZ.js +1 -1
  1440. package/icons/flags/TC.d.ts +7 -0
  1441. package/icons/flags/TC.js +1 -1
  1442. package/icons/flags/TD.d.ts +7 -0
  1443. package/icons/flags/TD.js +1 -1
  1444. package/icons/flags/TF.d.ts +7 -0
  1445. package/icons/flags/TF.js +1 -1
  1446. package/icons/flags/TG.d.ts +7 -0
  1447. package/icons/flags/TG.js +1 -1
  1448. package/icons/flags/TH.d.ts +7 -0
  1449. package/icons/flags/TH.js +1 -1
  1450. package/icons/flags/TJ.d.ts +7 -0
  1451. package/icons/flags/TJ.js +1 -1
  1452. package/icons/flags/TK.d.ts +7 -0
  1453. package/icons/flags/TK.js +1 -1
  1454. package/icons/flags/TL.d.ts +7 -0
  1455. package/icons/flags/TL.js +1 -1
  1456. package/icons/flags/TM.d.ts +7 -0
  1457. package/icons/flags/TM.js +1 -1
  1458. package/icons/flags/TN.d.ts +7 -0
  1459. package/icons/flags/TN.js +1 -1
  1460. package/icons/flags/TO.d.ts +7 -0
  1461. package/icons/flags/TO.js +1 -1
  1462. package/icons/flags/TR.d.ts +7 -0
  1463. package/icons/flags/TR.js +1 -1
  1464. package/icons/flags/TT.d.ts +7 -0
  1465. package/icons/flags/TT.js +1 -1
  1466. package/icons/flags/TV.d.ts +7 -0
  1467. package/icons/flags/TV.js +1 -1
  1468. package/icons/flags/TW.d.ts +7 -0
  1469. package/icons/flags/TW.js +1 -1
  1470. package/icons/flags/TZ.d.ts +7 -0
  1471. package/icons/flags/TZ.js +1 -1
  1472. package/icons/flags/UA.d.ts +7 -0
  1473. package/icons/flags/UA.js +1 -1
  1474. package/icons/flags/UG.d.ts +7 -0
  1475. package/icons/flags/UG.js +1 -1
  1476. package/icons/flags/UM.d.ts +7 -0
  1477. package/icons/flags/UM.js +1 -1
  1478. package/icons/flags/US.d.ts +7 -0
  1479. package/icons/flags/US.js +1 -1
  1480. package/icons/flags/UY.d.ts +7 -0
  1481. package/icons/flags/UY.js +1 -1
  1482. package/icons/flags/UZ.d.ts +7 -0
  1483. package/icons/flags/UZ.js +1 -1
  1484. package/icons/flags/VA.d.ts +7 -0
  1485. package/icons/flags/VA.js +1 -1
  1486. package/icons/flags/VC.d.ts +7 -0
  1487. package/icons/flags/VC.js +1 -1
  1488. package/icons/flags/VE.d.ts +7 -0
  1489. package/icons/flags/VE.js +1 -1
  1490. package/icons/flags/VG.d.ts +7 -0
  1491. package/icons/flags/VG.js +1 -1
  1492. package/icons/flags/VI.d.ts +7 -0
  1493. package/icons/flags/VI.js +1 -1
  1494. package/icons/flags/VN.d.ts +7 -0
  1495. package/icons/flags/VN.js +1 -1
  1496. package/icons/flags/VU.d.ts +7 -0
  1497. package/icons/flags/VU.js +1 -1
  1498. package/icons/flags/WF.d.ts +7 -0
  1499. package/icons/flags/WF.js +1 -1
  1500. package/icons/flags/WS.d.ts +7 -0
  1501. package/icons/flags/WS.js +1 -1
  1502. package/icons/flags/YE.d.ts +7 -0
  1503. package/icons/flags/YE.js +1 -1
  1504. package/icons/flags/YT.d.ts +7 -0
  1505. package/icons/flags/YT.js +1 -1
  1506. package/icons/flags/ZA.d.ts +7 -0
  1507. package/icons/flags/ZA.js +1 -1
  1508. package/icons/flags/ZM.d.ts +7 -0
  1509. package/icons/flags/ZM.js +1 -1
  1510. package/icons/flags/ZW.d.ts +7 -0
  1511. package/icons/flags/ZW.js +1 -1
  1512. package/icons/flags/_FlagIndex.d.ts +251 -0
  1513. package/icons/icon-base/_IconBase.d.ts +6 -0
  1514. package/icons/icon-base/_IconBase.js +1 -1
  1515. package/icons/icon-base/_StateIconBase.d.ts +6 -0
  1516. package/icons/icon-base/_StateIconBase.js +1 -1
  1517. package/icons/icon-base/_ThemeIconBase.d.ts +8 -0
  1518. package/icons/icon-base/_ThemeIconBase.js +1 -1
  1519. package/package.json +1 -1
  1520. package/styles/constants/theme.d.ts +534 -0
  1521. package/styles/devices.d.ts +10 -0
  1522. package/tools/mcp/client.d.ts +37 -0
  1523. package/tools/mcp/index.d.ts +3 -0
  1524. package/tools/mcp/tools.d.ts +37 -0
  1525. package/tools/mcp/types.d.ts +124 -0
  1526. package/tsconfig.emitDeclarationOnly.tsbuildinfo +1 -1
  1527. package/tsconfig.tsbuildinfo +1 -1
  1528. package/types/BaseProps.d.ts +7 -0
  1529. package/types/Color.d.ts +5 -0
  1530. package/types/Depth.d.ts +1 -0
  1531. package/types/GeoJsonWorld.d.ts +21 -0
  1532. package/types/GridSpacing.d.ts +2 -0
  1533. package/types/IconProps.d.ts +10 -0
  1534. package/types/Intent.d.ts +1 -0
  1535. package/types/ReactComponent.d.ts +2 -0
  1536. package/types/SectionLayout.d.ts +1 -0
  1537. package/types/SelectOption.d.ts +12 -0
  1538. package/types/Size.d.ts +1 -0
  1539. package/types/Theme.d.ts +3 -0
  1540. package/types/UnitedStates.d.ts +12 -0
  1541. package/types/UploadedFile.d.ts +5 -0
  1542. package/types/Variant.d.ts +1 -0
  1543. package/types/deep/Deep.test-d.d.ts +1 -0
  1544. package/types/deep/DeepKeyof.d.ts +18 -0
  1545. package/types/deep/DeepKeyofAtIndex.d.ts +12 -0
  1546. package/types/deep/DeepKeyofAtIndex.test-d.d.ts +1 -0
  1547. package/types/deep/DeepReducerActions.d.ts +25 -0
  1548. package/types/deep/deep.d.ts +4 -0
  1549. package/utils/_extractQueryParams.d.ts +5 -0
  1550. package/utils/addIndex.d.ts +6 -0
  1551. package/utils/changeDeepProperty.d.ts +45 -0
  1552. package/utils/changeDeepPropertyAtIndex.d.ts +69 -0
  1553. package/utils/countryPhoneCodes.d.ts +4 -0
  1554. package/utils/flattenRow.d.ts +8 -0
  1555. package/utils/formatCurrency.d.ts +49 -0
  1556. package/utils/getAminoColor.d.ts +2 -0
  1557. package/utils/getCountryCodeByName.d.ts +2 -0
  1558. package/utils/getCountryUrls.d.ts +1 -0
  1559. package/utils/getFuzzySearch.d.ts +8 -0
  1560. package/utils/getHashId.d.ts +2 -0
  1561. package/utils/getIsInternalLink.d.ts +8 -0
  1562. package/utils/getProductDetails.d.ts +19 -0
  1563. package/utils/getProductDetails.js +1 -1
  1564. package/utils/getTestId.d.ts +5 -0
  1565. package/utils/handleFetch.d.ts +23 -0
  1566. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +13 -0
  1567. package/utils/hooks/useAminoTheme.d.ts +12 -0
  1568. package/utils/hooks/useCountryOptions.d.ts +71 -0
  1569. package/utils/hooks/useDropdown.d.ts +31 -0
  1570. package/utils/hooks/useHeightAdjustTextarea.d.ts +15 -0
  1571. package/utils/hooks/useNotify.d.ts +5 -0
  1572. package/utils/hooks/useNotify.js +1 -1
  1573. package/utils/hooks/usePrevious.d.ts +1 -0
  1574. package/utils/hooks/useStateUrl.d.ts +24 -0
  1575. package/utils/hooks/useStorage.d.ts +19 -0
  1576. package/utils/hooks/useSwr.d.ts +1 -0
  1577. package/utils/hooks/useSwrt.d.ts +29 -0
  1578. package/utils/isKeyInObj.d.ts +5 -0
  1579. package/utils/jsonParse.d.ts +1 -0
  1580. package/utils/multiinput/parseStringIntoTags.d.ts +2 -0
  1581. package/utils/prepCountryOptions.d.ts +19 -0
  1582. package/utils/prepRegionCountryOptions.d.ts +5 -0
  1583. package/utils/setupNestedData.d.ts +2 -0
  1584. package/utils/storage.d.ts +21 -0
  1585. package/utils/truncateText.d.ts +25 -0
  1586. package/utils/unitedStates.d.ts +2 -0
  1587. package/utils/unitedStates.js +1 -1
  1588. package/utils/useCopyText.d.ts +12 -0
  1589. package/CountryMultiSelectExpandedOption-e473f7c0.js +0 -1
  1590. package/DateControlsWrapper-4385a75c.js +0 -1
  1591. package/_rollupPluginBabelHelpers-77a6284f.js +0 -1
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const SV: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/SV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var a=e.borderRadius,l=e.height,m=e.width;return React.createElement(c.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 24 25",width:m},React.createElement("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#0F47AF"}),React.createElement("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),React.createElement("path",{d:"M11.641 14.31c.164-.51-.406-.605-.406-.605s.042.292-.302.302c.115.23.011.417-.135.428.24.217.74.197.843-.126Zm-.846-.31c.315-.385-.148-.66-.148-.66s-.063.266-.364.159c.022.236-.133.364-.263.323.134.273.575.424.775.179Zm-.597-.53c.376-.2.101-.57.101-.57s-.138.188-.34.006c-.061.194-.224.244-.314.17.016.258.314.522.553.394Zm-.23-.672c.395-.08.247-.49.247-.49s-.177.134-.312-.087c-.108.16-.27.16-.331.07-.055.238.144.558.395.507Zm-.094-.577c.363-.002.303-.39.303-.39s-.179.088-.26-.13c-.123.121-.266.094-.304.003-.089.201.03.518.261.517Zm.086-.55c.283.098.328-.264.328-.264s-.16.03-.171-.187c-.125.075-.23.012-.238-.08-.118.154-.1.47.081.531Zm.218-.455c.141.083.3-.192.3-.192s-.123-.044-.091-.246c-.11.05-.184.02-.174-.067-.119.125-.168.428-.035.505Zm2.077 3.093c-.164-.51.406-.604.406-.604s-.041.292.302.302c-.114.23-.01.417.136.428-.24.217-.74.197-.844-.126Zm.846-.308c-.315-.386.148-.662.148-.662s.064.267.364.16c-.021.236.133.364.264.323-.135.273-.575.424-.776.179Zm.598-.53c-.376-.202-.101-.572-.101-.572s.138.19.34.007c.061.194.225.244.314.17-.017.258-.315.522-.553.394Zm.23-.673c-.396-.08-.246-.49-.246-.49s.176.134.311-.087c.108.16.27.16.33.07.055.238-.143.558-.395.507Zm.093-.577c-.363-.002-.303-.39-.303-.39s.18.088.26-.13c.122.121.266.094.304.003.09.201-.03.518-.261.517Zm-.086-.55c-.283.098-.328-.264-.328-.264s.161.03.172-.187c.125.075.23.012.237-.08.118.154.1.47-.081.531Zm-.217-.455c-.142.083-.3-.192-.3-.192s.123-.044.092-.246c.108.05.183.02.173-.067.118.125.167.428.035.505Z",fill:"#1F601A"}),React.createElement("path",{d:"M11.937 14.579a.267.267 0 1 0 0-.534.267.267 0 0 0 0 .534Zm-.057-2.619-1.239-1.328s-.208 1.531.396 1.937c.604.407.844-.609.844-.609Z",fill:"#06209F"}),React.createElement("path",{d:"m11.236 11.27-.276-.296s-.142 1.189.462 1.596c-.291-.594-.186-1.3-.186-1.3Z",fill:"#fff"}),React.createElement("path",{d:"m11.88 12.512-1.699-.963s-.083.99.215 1.469c.297.48 1.39.51 1.541.041.152-.469-.056-.547-.056-.547Z",fill:"#06209F"}),React.createElement("path",{d:"m10.796 11.897-.318-.18s-.19 1.988 1.318 1.531c-.999-.046-1-1.351-1-1.351Z",fill:"#fff"}),React.createElement("path",{d:"m11.993 11.96 1.239-1.328s.208 1.531-.396 1.937c-.603.407-.843-.609-.843-.609Z",fill:"#06209F"}),React.createElement("path",{d:"m12.637 11.27.276-.296s.142 1.189-.462 1.596c.292-.594.186-1.3.186-1.3Z",fill:"#fff"}),React.createElement("path",{d:"m11.993 12.512 1.699-.963s.083.99-.214 1.469c-.297.48-1.39.51-1.541.041-.152-.469.056-.547.056-.547Z",fill:"#06209F"}),React.createElement("path",{d:"m13.077 11.897.32-.18s.188 1.988-1.32 1.531c.999-.046 1-1.351 1-1.351Z",fill:"#fff"}),React.createElement("path",{d:"m11.88 10.31-1.649 2.842h3.3l-1.65-2.843Z",fill:"#FFCC01"}),React.createElement("path",{d:"m10.463 13.02 1.418-2.445 1.418 2.444h-2.836Z",fill:"#fff"}),React.createElement("path",{d:"m10.869 12.32-.406.7h2.836l-.406-.7h-2.024Z",fill:"#017E93"}),React.createElement("path",{d:"M10.735 12.665s.459-.648.636-.648.26.203.26.203.07-.109.165-.109.141.11.141.11.069-.107.11-.087c.042.02.178.186.178.186s.041-.072.135-.099c.094-.027.156.099.156.099s.092-.198.113-.099c.022.099.362.445.362.445h-2.256Z",fill:"#FFCC01"}),React.createElement("path",{d:"M11.922 11.728a.126.126 0 1 0 0-.252.126.126 0 0 0 0 .252Z",fill:"#E60000"}),React.createElement("path",{d:"M9.335 10.938c-.17.336-.276.706-.306 1.1l.332.01c.029-.348.123-.672.274-.968l-.3-.142Zm3.169-1.239a2.6 2.6 0 0 1 1.12.55l.23-.24a2.935 2.935 0 0 0-1.277-.634l-.073.324Zm1.625 1.086c.289.422.46.932.46 1.483 0 .1-.018.195-.03.292l.327.06c.015-.117.036-.232.036-.352a2.94 2.94 0 0 0-.515-1.666l-.278.183Zm-3.314 3.832a2.61 2.61 0 0 1-1.447-2.065l-.33.037a2.945 2.945 0 0 0 1.64 2.332l.137-.304Zm-.89-3.983a2.611 2.611 0 0 1 2.04-.992c.017 0 .033.005.05.006l.021-.332c-.024 0-.047-.007-.071-.007a2.94 2.94 0 0 0-2.313 1.134l.273.19Zm4.533 2.414a2.616 2.616 0 0 1-1.379 1.588l.136.304a2.952 2.952 0 0 0 1.558-1.786l-.315-.106Z",fill:"#FFCC01"}))}));exports.SV=t;
1
+ "use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),l=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=s.forwardRef((function(s,a){var f=s.borderRadius,Z=s.height,i=s.width;return l.jsxs(c.FlagIconBase,{ref:a,borderRadius:f,height:Z,viewBox:"0 0 24 25",width:i,children:[l.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#0F47AF"}),l.jsx("path",{d:"M0 8.778h24v6.666H0V8.778Z",fill:"#EEE"}),l.jsx("path",{d:"M11.641 14.31c.164-.51-.406-.605-.406-.605s.042.292-.302.302c.115.23.011.417-.135.428.24.217.74.197.843-.126Zm-.846-.31c.315-.385-.148-.66-.148-.66s-.063.266-.364.159c.022.236-.133.364-.263.323.134.273.575.424.775.179Zm-.597-.53c.376-.2.101-.57.101-.57s-.138.188-.34.006c-.061.194-.224.244-.314.17.016.258.314.522.553.394Zm-.23-.672c.395-.08.247-.49.247-.49s-.177.134-.312-.087c-.108.16-.27.16-.331.07-.055.238.144.558.395.507Zm-.094-.577c.363-.002.303-.39.303-.39s-.179.088-.26-.13c-.123.121-.266.094-.304.003-.089.201.03.518.261.517Zm.086-.55c.283.098.328-.264.328-.264s-.16.03-.171-.187c-.125.075-.23.012-.238-.08-.118.154-.1.47.081.531Zm.218-.455c.141.083.3-.192.3-.192s-.123-.044-.091-.246c-.11.05-.184.02-.174-.067-.119.125-.168.428-.035.505Zm2.077 3.093c-.164-.51.406-.604.406-.604s-.041.292.302.302c-.114.23-.01.417.136.428-.24.217-.74.197-.844-.126Zm.846-.308c-.315-.386.148-.662.148-.662s.064.267.364.16c-.021.236.133.364.264.323-.135.273-.575.424-.776.179Zm.598-.53c-.376-.202-.101-.572-.101-.572s.138.19.34.007c.061.194.225.244.314.17-.017.258-.315.522-.553.394Zm.23-.673c-.396-.08-.246-.49-.246-.49s.176.134.311-.087c.108.16.27.16.33.07.055.238-.143.558-.395.507Zm.093-.577c-.363-.002-.303-.39-.303-.39s.18.088.26-.13c.122.121.266.094.304.003.09.201-.03.518-.261.517Zm-.086-.55c-.283.098-.328-.264-.328-.264s.161.03.172-.187c.125.075.23.012.237-.08.118.154.1.47-.081.531Zm-.217-.455c-.142.083-.3-.192-.3-.192s.123-.044.092-.246c.108.05.183.02.173-.067.118.125.167.428.035.505Z",fill:"#1F601A"}),l.jsx("path",{d:"M11.937 14.579a.267.267 0 1 0 0-.534.267.267 0 0 0 0 .534Zm-.057-2.619-1.239-1.328s-.208 1.531.396 1.937c.604.407.844-.609.844-.609Z",fill:"#06209F"}),l.jsx("path",{d:"m11.236 11.27-.276-.296s-.142 1.189.462 1.596c-.291-.594-.186-1.3-.186-1.3Z",fill:"#fff"}),l.jsx("path",{d:"m11.88 12.512-1.699-.963s-.083.99.215 1.469c.297.48 1.39.51 1.541.041.152-.469-.056-.547-.056-.547Z",fill:"#06209F"}),l.jsx("path",{d:"m10.796 11.897-.318-.18s-.19 1.988 1.318 1.531c-.999-.046-1-1.351-1-1.351Z",fill:"#fff"}),l.jsx("path",{d:"m11.993 11.96 1.239-1.328s.208 1.531-.396 1.937c-.603.407-.843-.609-.843-.609Z",fill:"#06209F"}),l.jsx("path",{d:"m12.637 11.27.276-.296s.142 1.189-.462 1.596c.292-.594.186-1.3.186-1.3Z",fill:"#fff"}),l.jsx("path",{d:"m11.993 12.512 1.699-.963s.083.99-.214 1.469c-.297.48-1.39.51-1.541.041-.152-.469.056-.547.056-.547Z",fill:"#06209F"}),l.jsx("path",{d:"m13.077 11.897.32-.18s.188 1.988-1.32 1.531c.999-.046 1-1.351 1-1.351Z",fill:"#fff"}),l.jsx("path",{d:"m11.88 10.31-1.649 2.842h3.3l-1.65-2.843Z",fill:"#FFCC01"}),l.jsx("path",{d:"m10.463 13.02 1.418-2.445 1.418 2.444h-2.836Z",fill:"#fff"}),l.jsx("path",{d:"m10.869 12.32-.406.7h2.836l-.406-.7h-2.024Z",fill:"#017E93"}),l.jsx("path",{d:"M10.735 12.665s.459-.648.636-.648.26.203.26.203.07-.109.165-.109.141.11.141.11.069-.107.11-.087c.042.02.178.186.178.186s.041-.072.135-.099c.094-.027.156.099.156.099s.092-.198.113-.099c.022.099.362.445.362.445h-2.256Z",fill:"#FFCC01"}),l.jsx("path",{d:"M11.922 11.728a.126.126 0 1 0 0-.252.126.126 0 0 0 0 .252Z",fill:"#E60000"}),l.jsx("path",{d:"M9.335 10.938c-.17.336-.276.706-.306 1.1l.332.01c.029-.348.123-.672.274-.968l-.3-.142Zm3.169-1.239a2.6 2.6 0 0 1 1.12.55l.23-.24a2.935 2.935 0 0 0-1.277-.634l-.073.324Zm1.625 1.086c.289.422.46.932.46 1.483 0 .1-.018.195-.03.292l.327.06c.015-.117.036-.232.036-.352a2.94 2.94 0 0 0-.515-1.666l-.278.183Zm-3.314 3.832a2.61 2.61 0 0 1-1.447-2.065l-.33.037a2.945 2.945 0 0 0 1.64 2.332l.137-.304Zm-.89-3.983a2.611 2.611 0 0 1 2.04-.992c.017 0 .033.005.05.006l.021-.332c-.024 0-.047-.007-.071-.007a2.94 2.94 0 0 0-2.313 1.134l.273.19Zm4.533 2.414a2.616 2.616 0 0 1-1.379 1.588l.136.304a2.952 2.952 0 0 0 1.558-1.786l-.315-.106Z",fill:"#FFCC01"})]})}));exports.SV=a;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const SX: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/SX.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var c=e.forwardRef((function(e,c){var a=e.borderRadius,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:c,borderRadius:a,height:l,viewBox:"0 0 24 25",width:h},React.createElement("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#032A87"}),React.createElement("path",{d:"M21.333 3.444H2.667A2.667 2.667 0 0 0 0 6.111v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#DC181E"}),React.createElement("path",{d:"m.875 20.074 10.479-7.92L.887 4.138A2.65 2.65 0 0 0 0 6.111v12c0 .78.341 1.476.875 1.963Z",fill:"#EEE"}),React.createElement("path",{d:"M5.75 9.937c0 .61-.641 1.105-1.432 1.105-.791 0-1.432-.495-1.432-1.105s.641-1.104 1.432-1.104c.79 0 1.432.495 1.432 1.104Z",fill:"#FADA10"}),React.createElement("path",{d:"M2.57 9.472c.306-.306 1.412-.292 1.747-.097-.373-.503.142-.264.544-.264.403 0 .514.124.25.152-.264.029-.486-.013-.416.07.069.083.472.013.833-.07s.777.223.805.279c.028.056-.638-.084-.874 0-.236.083-.612.07-.584.152.028.084-.392.14-.557.098-.165-.042-.846-.028-.735-.098a5.92 5.92 0 0 1 .306-.18c.056-.028-.834-.056-1.32-.042Z",fill:"#BD725F"}),React.createElement("path",{d:"M6.77 9.82s-.625.317-1.26.166c-.698-.167-1.208-.093-1.208.094 0-.187-.51-.26-1.208-.094-.634.151-1.26-.167-1.26-.167s.462.74.187 2.219c-.282 1.51-.198 2.198.993 2.242 1.007.038 1.288.341 1.288.341s.28-.303 1.288-.34c1.191-.045 1.275-.733.993-2.243-.275-1.479.188-2.219.188-2.219Z",fill:"#DC181E"}),React.createElement("path",{d:"M6.313 12.496c-.354-1.218.02-2.218.02-2.218s-.552.166-1.166-.01c-.615-.178-.865.124-.865.124s-.25-.301-.865-.125c-.614.178-1.166.01-1.166.01s.374 1 .02 2.22c-.354 1.218.511 1.396 1.094 1.385.584-.01.917.322.917.322s.333-.333.917-.322c.583.01 1.448-.167 1.094-1.386Z",fill:"#63B0E2"}),React.createElement("path",{d:"M5.698 13.372v-.605h.135v-.24h-.146v-.645h.136l-1.115-.74v-.301h.167l-.573-.386-.573.386h.167v.302l-1.115.739h.136v.646H2.77v.24h.135v.604h-.167v.302h3.126v-.302h-.167Zm.11-2.516c0 .239-.05.328-.11.328s-.11-.09-.11-.328c0-.239.11-.432.11-.432s.11.193.11.432Z",fill:"#fff"}),React.createElement("path",{d:"M6.12 11.215h-.844c0-.115.189-.208.422-.208.233 0 .422.093.422.208Z",fill:"#fff"}),React.createElement("path",{d:"M3.25 10.903s-.156.281-.187.448c-.032.167-.126-.104-.126-.104s-.166.167-.208.23c-.041.062-.052-.48 0-.553.052-.072-.125-.052-.187-.083-.063-.031.135-.23.135-.23s-.27-.125-.177-.155c.094-.032.437-.01.552.083.115.094.385-.063.49-.083.103-.02 0 .104-.084.177-.083.073-.041.26-.041.354 0 .093-.167-.084-.167-.084Z",fill:"#018830"}),React.createElement("path",{d:"M3.719 12.246h1.229v.354h-1.23v-.354Zm-.594-.29H3.5v.489h-.375v-.49Zm0 .822H3.5v.49h-.375v-.49Zm2.01-.823h.375v.49h-.375v-.49Zm0 .823h.375v.49h-.375v-.49Zm-1.104-1.854h.563v.26h-.563v-.26Z",fill:"#B6B6B6"}),React.createElement("path",{d:"m7.667 12.622-.104-.594-.552.177.166.802.126.032s.01.646-.48 1.146c-.49.5-1.354.5-1.354.5s-.448.322-1.166.322c-.719 0-1.167-.322-1.167-.322s-.865 0-1.354-.5c-.49-.5-.48-1.146-.48-1.146l.126-.032.167-.802-.552-.177-.104.594-.198.02s.01 1.167.416 1.782c.406.615 1.313.802 1.313.802s.01.072.031.146c.594.344 1.802.364 1.802.364s1.208-.02 1.802-.364c.021-.073.032-.146.032-.146s.906-.188 1.312-.802c.406-.615.417-1.781.417-1.781l-.2-.021Z",fill:"#FADA10"}))}));exports.SX=c;
1
+ "use strict";var s=require("react"),h=require("../flag-icon/_FlagIconBase.js"),c=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=s.forwardRef((function(s,l){var v=s.borderRadius,a=s.height,i=s.width;return c.jsxs(h.FlagIconBase,{ref:l,borderRadius:v,height:a,viewBox:"0 0 24 25",width:i,children:[c.jsx("path",{d:"M24 18.111a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.11v-12a2.667 2.667 0 0 1 2.667-2.667h18.666A2.667 2.667 0 0 1 24 6.111v12Z",fill:"#032A87"}),c.jsx("path",{d:"M21.333 3.444H2.667A2.667 2.667 0 0 0 0 6.111v6h24v-6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#DC181E"}),c.jsx("path",{d:"m.875 20.074 10.479-7.92L.887 4.138A2.65 2.65 0 0 0 0 6.111v12c0 .78.341 1.476.875 1.963Z",fill:"#EEE"}),c.jsx("path",{d:"M5.75 9.937c0 .61-.641 1.105-1.432 1.105-.791 0-1.432-.495-1.432-1.105s.641-1.104 1.432-1.104c.79 0 1.432.495 1.432 1.104Z",fill:"#FADA10"}),c.jsx("path",{d:"M2.57 9.472c.306-.306 1.412-.292 1.747-.097-.373-.503.142-.264.544-.264.403 0 .514.124.25.152-.264.029-.486-.013-.416.07.069.083.472.013.833-.07s.777.223.805.279c.028.056-.638-.084-.874 0-.236.083-.612.07-.584.152.028.084-.392.14-.557.098-.165-.042-.846-.028-.735-.098a5.92 5.92 0 0 1 .306-.18c.056-.028-.834-.056-1.32-.042Z",fill:"#BD725F"}),c.jsx("path",{d:"M6.77 9.82s-.625.317-1.26.166c-.698-.167-1.208-.093-1.208.094 0-.187-.51-.26-1.208-.094-.634.151-1.26-.167-1.26-.167s.462.74.187 2.219c-.282 1.51-.198 2.198.993 2.242 1.007.038 1.288.341 1.288.341s.28-.303 1.288-.34c1.191-.045 1.275-.733.993-2.243-.275-1.479.188-2.219.188-2.219Z",fill:"#DC181E"}),c.jsx("path",{d:"M6.313 12.496c-.354-1.218.02-2.218.02-2.218s-.552.166-1.166-.01c-.615-.178-.865.124-.865.124s-.25-.301-.865-.125c-.614.178-1.166.01-1.166.01s.374 1 .02 2.22c-.354 1.218.511 1.396 1.094 1.385.584-.01.917.322.917.322s.333-.333.917-.322c.583.01 1.448-.167 1.094-1.386Z",fill:"#63B0E2"}),c.jsx("path",{d:"M5.698 13.372v-.605h.135v-.24h-.146v-.645h.136l-1.115-.74v-.301h.167l-.573-.386-.573.386h.167v.302l-1.115.739h.136v.646H2.77v.24h.135v.604h-.167v.302h3.126v-.302h-.167Zm.11-2.516c0 .239-.05.328-.11.328s-.11-.09-.11-.328c0-.239.11-.432.11-.432s.11.193.11.432Z",fill:"#fff"}),c.jsx("path",{d:"M6.12 11.215h-.844c0-.115.189-.208.422-.208.233 0 .422.093.422.208Z",fill:"#fff"}),c.jsx("path",{d:"M3.25 10.903s-.156.281-.187.448c-.032.167-.126-.104-.126-.104s-.166.167-.208.23c-.041.062-.052-.48 0-.553.052-.072-.125-.052-.187-.083-.063-.031.135-.23.135-.23s-.27-.125-.177-.155c.094-.032.437-.01.552.083.115.094.385-.063.49-.083.103-.02 0 .104-.084.177-.083.073-.041.26-.041.354 0 .093-.167-.084-.167-.084Z",fill:"#018830"}),c.jsx("path",{d:"M3.719 12.246h1.229v.354h-1.23v-.354Zm-.594-.29H3.5v.489h-.375v-.49Zm0 .822H3.5v.49h-.375v-.49Zm2.01-.823h.375v.49h-.375v-.49Zm0 .823h.375v.49h-.375v-.49Zm-1.104-1.854h.563v.26h-.563v-.26Z",fill:"#B6B6B6"}),c.jsx("path",{d:"m7.667 12.622-.104-.594-.552.177.166.802.126.032s.01.646-.48 1.146c-.49.5-1.354.5-1.354.5s-.448.322-1.166.322c-.719 0-1.167-.322-1.167-.322s-.865 0-1.354-.5c-.49-.5-.48-1.146-.48-1.146l.126-.032.167-.802-.552-.177-.104.594-.198.02s.01 1.167.416 1.782c.406.615 1.313.802 1.313.802s.01.072.031.146c.594.344 1.802.364 1.802.364s1.208-.02 1.802-.364c.021-.073.032-.146.032-.146s.906-.188 1.312-.802c.406-.615.417-1.781.417-1.781l-.2-.021Z",fill:"#FADA10"})]})}));exports.SX=l;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const SY: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/SY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var l=e.borderRadius,i=e.height,a=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:l,height:i,viewBox:"0 0 640 480",width:a},React.createElement("rect",{fill:"#fff",fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"160"}),React.createElement("rect",{fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"320"}),React.createElement("path",{d:"M0 0h640v160H0z",fill:"red",fillRule:"evenodd"}),React.createElement("path",{d:"m201.9 281-28.8-20.9-28.7 21.1 10.7-34.2-28.7-21.2 35.4-.3 11-34.1 11.3 34h35.4L191 246.9l10.9 34.2zm307.6 0-28.8-20.9-28.7 21.1 10.7-34.2-28.6-21.2 35.4-.3 11-34.1 11.2 34h35.4l-28.5 21.4 11 34.2z",fill:"#090",fillRule:"evenodd"}))}));exports.SY=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var t=e.borderRadius,d=e.height,h=e.width;return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:t,height:d,viewBox:"0 0 640 480",width:h,children:[i.jsx("rect",{fill:"#fff",fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"160"}),i.jsx("rect",{fillRule:"evenodd",height:"160",rx:"0",ry:"0",width:"640",y:"320"}),i.jsx("path",{d:"M0 0h640v160H0z",fill:"red",fillRule:"evenodd"}),i.jsx("path",{d:"m201.9 281-28.8-20.9-28.7 21.1 10.7-34.2-28.7-21.2 35.4-.3 11-34.1 11.3 34h35.4L191 246.9l10.9 34.2zm307.6 0-28.8-20.9-28.7 21.1 10.7-34.2-28.6-21.2 35.4-.3 11-34.1 11.2 34h35.4l-28.5 21.4 11 34.2z",fill:"#090",fillRule:"evenodd"})]})}));exports.SY=l;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const SZ: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/SZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var r=a.borderRadius,c=a.height,h=a.width,m=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:r,height:c,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(m,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(m,"-0)"),transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),React.createElement("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),React.createElement("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"11",rx:"5.8",ry:"5.8",stroke:"#000",strokeWidth:"1.5",width:"621.7",x:"-51.4",y:"250.5"}),React.createElement("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)"},React.createElement("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})),React.createElement("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)"},React.createElement("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),React.createElement("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),React.createElement("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M338-.4c-5.5 12.4 4.3-4.1 28.4 16.7 4.4 3.8 8.3 14 8.3 21.1-1.1-1-2-3-3.2-4.5-1.8 2.3 1.7 12.6 2.2 17.5-3.8-2.7-3.4-4-4.7-7.4.3 4-.6 15.2.9 19.4-3-1-2.8-4.1-4.3-4.8 1 4.9-1 10.1-.4 15.6-1.8-2.2-3.6-4-4.4-4.9-.1 2.6-3.3 9.4-3.4 11.9-1.5-1.2-1.9-3-2.1-4.2-1.8 3-8.3 14-8.7 17.2-5-5.7-17.8-19.5-19.5-26.9-1.5 4.2-3.6 5.6-7.8 8.7-1.7-11.7-8-24.8-4.6-34.8a84.4 84.4 0 0 0-6.6 5.9A67.9 67.9 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9944 0 0 .77118 190.4 252)"}),React.createElement("path",{d:"M505.9 299.2c2.3-4.6 4.4-6 5.9-9 2.6-5.2 3-9.4 5.3-8.8 2.3.6 2.3 2.8-.7 7.9-3 5-4.4 6.2-10.5 9.9zm15.5 11c-.3-3.6.8-5 .6-7.3-.3-4-2-6.7.1-6.9 2.1-.2 3.1 1.2 3.1 5.2s-.6 5-3.8 9zm11.8 6.8c-.9-5-.2-7-.8-10.2-1-5.6-3-9.2-1-9.7 1.9-.5 3 1.3 3.8 6.9.7 5.6.3 7.2-2 13zm12.3-34.3c-2.9-2.1-4.6-2.3-6.4-3.7-3.3-2.5-5-5.1-6-3.8-1 1.3-.3 2.7 3.1 5 3.5 2.3 4.6 2.5 9.3 2.5zm-2 16.3c-1.5-3.2-3.1-4-4.1-6-1.8-3.6-1.8-6.7-3.6-5.9-2 .8-2 2.4 0 5.9 2 3.4 3 4 7.7 6z",fill:"#a70000"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M329.6 20.7c-.3-2.7.3-3-1.3-5 2.2 1 2.3 3.7 5 1.8 1-.6 1.4-.6.2-3.5 2.8 0 12 3.5 13.4 3.6 3.9.2 10.9-4.4 15.7 1.2 4.7 5.1 3.1 10.4 3.1 17.5-1.8-1-1-1.4-3-4 1.6 6.2 0 17.4 0 24-.8-1.6-.7-1-1.4-2.6-2 6-4.4 7.3-4.4 14.3-.7-2.7 0-2.2-.8-3.6-2 4.5-15 8.4-10 13-4.4-2.8-6.4-2.5-8.5-5.1-.9.6-1.6 1.8-2.4 3.4-8-4-5-12.5-11.3-18.2-1 2.4-.6 2-1.8 5.9-1.2-5.4-1.6-8.9-3-12.8-1.2 2.2-1 1.3-3.3 4.7-1-6.6-2.4-8.2-1.8-12.5-2.4 1.8-.8 1-3.2 3.3 2.2-17 11.9-29.4 18.8-25.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(1.1372 0 0 1.0495 -399.4 239.2)"}),React.createElement("path",{d:"M-35.7 289.8c2.3-5.7 4.4-7.5 6-11.2 2.6-6.4 3-11.6 5.2-10.8 2.3.8 2.2 3.4-.8 9.8a25 25 0 0 1-10.4 12.2zm8.8 14.3c1-5.1 2.4-7 3-10.3 1-5.8.5-10.1 2.6-9.9 2 .3 2.5 2.4 1.1 8.2-1.4 5.8-2.3 7.1-6.7 12zm10.5 9.9c.3-5 1.5-6.9 1.6-10 .3-5.7-.7-9.7 1.2-9.7 2 0 2.7 2 2.1 7.6-.6 5.6-1.3 7-4.9 12zm22.7-32.4c-4.4-4.3-7-5.1-9.8-8-4.9-4.8-7.3-9.4-9-7.7-1.8 1.6-.7 4 4.5 8.7 5.2 4.6 7 5.2 14.3 7zm-2.7 16.6C.8 294-1.2 292.8-3 290c-3.2-4.9-4.3-9.1-6-8-2 1-1.5 3.2 2 8 3.4 4.7 4.8 5.5 10.7 8.2z",fill:"#a70000"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M637.8 230.3c-53.1 59-124 177.2-265.8 177.2-124 0-212.6-118.1-265.7-177.2C159.4 171.3 248 53.2 372 53.2c141.8 0 212.6 118 265.8 177.1z",fill:"#fff",stroke:"#000",strokeWidth:"2.1",transform:"matrix(.68807 0 0 .61926 0 113.4)"}),React.createElement("path",{d:"M243.2 184.4c9.8 11 1.6 15.4 12 16.1 10.8.8 4.6 11.6 13.8 12 6.4.2-.7 25.7 5.5 34.2 6.3 8.7 11.5 2.5 11.6 8.9.1 6.5-17 5.9-17.3 26-.5 11.7-14.5 12.5-15.2 20-.8 7 27.5 11 27.2 17.3-.4 6.3-30.7 5.3-32 12.4-.6 6.5 41.6 11.8 45 30.4-6.3 2-24.3 4-37.8 4-85.3 0-146.3-73.1-182.9-109.7 36.6-36.6 97.6-109.7 182.9-109.7 0 0-25.3 23.1-12.8 38.2z"}),React.createElement("path",{d:"M141.4 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM177 217h8.8v29.2H177zm0 48.8h8.8V295H177zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z",fill:"#fff"}),React.createElement("path",{d:"M275.5 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM311 217h8.8v29.2H311zm0 48.8h8.8V295H311zm17.7-48.8h8.9v29.2h-9zm0 48.8h8.9V295h-9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z"})),React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M338-.4c-5.5 12.4 9.8-4.1 33.8 16.7a51.2 51.2 0 0 1 10.9 26.2c-5.1-1.2-14.2-7-14.2-7s10.6 12.2 10.6 26.4c-3.7-2.7-5.6-2.3-6.8-5.6 0 4.5 3.3 7.5 3.3 14.6a49.8 49.8 0 0 0-7.3-5.7c3.5 7.1-6.5 20.9-1.5 25.5-8.7-1.5-17.7-8-21.2-15-1.9 1.4-2 3.7-2.2 6.2.3.2-13.3-11.7-12-16.3-1.9 3-2.1 4.6-2.5 8a44 44 0 0 1-11.3-18.8l-4.6 6.7c-1.6-11.7-1.6-11.3 1.7-21.3a84.4 84.4 0 0 0-6.6 5.9A67.8 67.8 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9094 0 0 .78749 -110.6 166.1)"}),React.createElement("path",{d:"M184.4 213.6c.8-6.7 2.5-9.3 3-13.6 1-7.7-.1-13.2 2.6-13.1 2.7.1 3.5 3 2.2 10.6-1.4 7.6-2.5 9.5-7.8 16.1zm14.1 12.4c-.5-5.7.5-8.1.2-11.8-.6-6.4-2.6-10.8-.3-11.2 2.4-.4 3.6 1.7 3.8 8.3.3 6.5-.3 8.2-3.7 14.7zm22.1 10c-2.4-4.8-4.5-6.3-6-9.5-2.8-5.6-3.3-10.1-5.4-9.3-2.2.8-2 3.2 1 8.7 3 5.4 4.5 6.5 10.4 10.2zm7.6-44c-6-3.3-9.2-3.3-13.2-5.4-6.9-3.6-11-7.7-12.4-5.5-1.4 2.3.5 4.5 7.7 7.8 7.1 3.3 9.3 3.5 18 3zm2.3 18.4c-4.5-3.7-7.1-4.3-10-6.7-5-4.1-7.6-8.2-9.3-6.6-1.6 1.7-.5 3.9 4.8 7.8 5.3 4 7.1 4.5 14.5 5.5z",fill:"#a70000"}))))}));exports.SZ=a;
1
+ "use strict";var t=require("react"),e=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=t.forwardRef((function(r,s){var l=r.borderRadius,i=r.height,d=r.width,a=t.useId();return h.jsxs(e.FlagIconBase,{ref:s,borderRadius:l,height:i,viewBox:"0 0 640 480",width:d,children:[h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(a,"-0"),children:h.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),h.jsxs("g",{clipPath:"url(#".concat(a,"-0)"),transform:"translate(80) scale(.9375)",children:[h.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#3e5eb9",fillRule:"evenodd"}),h.jsx("path",{d:"M-128 91.4h768v329.2h-768z",fill:"#ffd900",fillRule:"evenodd"}),h.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#b10c0c",fillRule:"evenodd"}),h.jsx("rect",{fill:"#ffd900",fillRule:"evenodd",height:"11",rx:"5.8",ry:"5.8",stroke:"#000",strokeWidth:"1.5",width:"621.7",x:"-51.4",y:"250.5"}),h.jsxs("g",{stroke:"#000",transform:"translate(-757 -25.6) scale(1.0321)",children:[h.jsx("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),h.jsx("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),h.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),h.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),h.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})]}),h.jsxs("g",{stroke:"#000",transform:"translate(-786.3 -3.7) scale(1.0321)",children:[h.jsx("path",{d:"m-106.3 265.8-88.6 35.4 88.6 35.4 88.6-35.4-88.6-35.4z",fill:"#fff",fillRule:"evenodd",strokeWidth:"4.2",transform:"matrix(.34 0 0 .3 1256.8 136.4)"}),h.jsx("rect",{fill:"#ffd900",fillRule:"evenodd",height:"7.1",rx:"4.1",ry:"3.8",strokeWidth:"1.3",width:"442.9",x:"761.8",y:"223.2"}),h.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1806.3 90.3)"}),h.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1802.8 90.3)"}),h.jsx("path",{d:"M1224.4 280c-3.5 0-7-3.6-7-7.2s3.5-7 7-7",fill:"none",strokeWidth:"2.7",transform:"matrix(-.50001 0 0 .5 1799.2 90.4)"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.jsx("path",{d:"M338-.4c-5.5 12.4 4.3-4.1 28.4 16.7 4.4 3.8 8.3 14 8.3 21.1-1.1-1-2-3-3.2-4.5-1.8 2.3 1.7 12.6 2.2 17.5-3.8-2.7-3.4-4-4.7-7.4.3 4-.6 15.2.9 19.4-3-1-2.8-4.1-4.3-4.8 1 4.9-1 10.1-.4 15.6-1.8-2.2-3.6-4-4.4-4.9-.1 2.6-3.3 9.4-3.4 11.9-1.5-1.2-1.9-3-2.1-4.2-1.8 3-8.3 14-8.7 17.2-5-5.7-17.8-19.5-19.5-26.9-1.5 4.2-3.6 5.6-7.8 8.7-1.7-11.7-8-24.8-4.6-34.8a84.4 84.4 0 0 0-6.6 5.9A67.9 67.9 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9944 0 0 .77118 190.4 252)"}),h.jsx("path",{d:"M505.9 299.2c2.3-4.6 4.4-6 5.9-9 2.6-5.2 3-9.4 5.3-8.8 2.3.6 2.3 2.8-.7 7.9-3 5-4.4 6.2-10.5 9.9zm15.5 11c-.3-3.6.8-5 .6-7.3-.3-4-2-6.7.1-6.9 2.1-.2 3.1 1.2 3.1 5.2s-.6 5-3.8 9zm11.8 6.8c-.9-5-.2-7-.8-10.2-1-5.6-3-9.2-1-9.7 1.9-.5 3 1.3 3.8 6.9.7 5.6.3 7.2-2 13zm12.3-34.3c-2.9-2.1-4.6-2.3-6.4-3.7-3.3-2.5-5-5.1-6-3.8-1 1.3-.3 2.7 3.1 5 3.5 2.3 4.6 2.5 9.3 2.5zm-2 16.3c-1.5-3.2-3.1-4-4.1-6-1.8-3.6-1.8-6.7-3.6-5.9-2 .8-2 2.4 0 5.9 2 3.4 3 4 7.7 6z",fill:"#a70000"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.jsx("path",{d:"M329.6 20.7c-.3-2.7.3-3-1.3-5 2.2 1 2.3 3.7 5 1.8 1-.6 1.4-.6.2-3.5 2.8 0 12 3.5 13.4 3.6 3.9.2 10.9-4.4 15.7 1.2 4.7 5.1 3.1 10.4 3.1 17.5-1.8-1-1-1.4-3-4 1.6 6.2 0 17.4 0 24-.8-1.6-.7-1-1.4-2.6-2 6-4.4 7.3-4.4 14.3-.7-2.7 0-2.2-.8-3.6-2 4.5-15 8.4-10 13-4.4-2.8-6.4-2.5-8.5-5.1-.9.6-1.6 1.8-2.4 3.4-8-4-5-12.5-11.3-18.2-1 2.4-.6 2-1.8 5.9-1.2-5.4-1.6-8.9-3-12.8-1.2 2.2-1 1.3-3.3 4.7-1-6.6-2.4-8.2-1.8-12.5-2.4 1.8-.8 1-3.2 3.3 2.2-17 11.9-29.4 18.8-25.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(1.1372 0 0 1.0495 -399.4 239.2)"}),h.jsx("path",{d:"M-35.7 289.8c2.3-5.7 4.4-7.5 6-11.2 2.6-6.4 3-11.6 5.2-10.8 2.3.8 2.2 3.4-.8 9.8a25 25 0 0 1-10.4 12.2zm8.8 14.3c1-5.1 2.4-7 3-10.3 1-5.8.5-10.1 2.6-9.9 2 .3 2.5 2.4 1.1 8.2-1.4 5.8-2.3 7.1-6.7 12zm10.5 9.9c.3-5 1.5-6.9 1.6-10 .3-5.7-.7-9.7 1.2-9.7 2 0 2.7 2 2.1 7.6-.6 5.6-1.3 7-4.9 12zm22.7-32.4c-4.4-4.3-7-5.1-9.8-8-4.9-4.8-7.3-9.4-9-7.7-1.8 1.6-.7 4 4.5 8.7 5.2 4.6 7 5.2 14.3 7zm-2.7 16.6C.8 294-1.2 292.8-3 290c-3.2-4.9-4.3-9.1-6-8-2 1-1.5 3.2 2 8 3.4 4.7 4.8 5.5 10.7 8.2z",fill:"#a70000"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.jsx("path",{d:"M637.8 230.3c-53.1 59-124 177.2-265.8 177.2-124 0-212.6-118.1-265.7-177.2C159.4 171.3 248 53.2 372 53.2c141.8 0 212.6 118 265.8 177.1z",fill:"#fff",stroke:"#000",strokeWidth:"2.1",transform:"matrix(.68807 0 0 .61926 0 113.4)"}),h.jsx("path",{d:"M243.2 184.4c9.8 11 1.6 15.4 12 16.1 10.8.8 4.6 11.6 13.8 12 6.4.2-.7 25.7 5.5 34.2 6.3 8.7 11.5 2.5 11.6 8.9.1 6.5-17 5.9-17.3 26-.5 11.7-14.5 12.5-15.2 20-.8 7 27.5 11 27.2 17.3-.4 6.3-30.7 5.3-32 12.4-.6 6.5 41.6 11.8 45 30.4-6.3 2-24.3 4-37.8 4-85.3 0-146.3-73.1-182.9-109.7 36.6-36.6 97.6-109.7 182.9-109.7 0 0-25.3 23.1-12.8 38.2z"}),h.jsx("path",{d:"M141.4 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM177 217h8.8v29.2H177zm0 48.8h8.8V295H177zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z",fill:"#fff"}),h.jsx("path",{d:"M275.5 217h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zM311 217h8.8v29.2H311zm0 48.8h8.8V295H311zm17.7-48.8h8.9v29.2h-9zm0 48.8h8.9V295h-9zm17.7-48.8h8.9v29.2h-8.9zm0 48.8h8.9V295h-8.9zm17.8-48.8h8.8v29.2h-8.8zm0 48.8h8.8V295h-8.8z"})]}),h.jsxs("g",{fillRule:"evenodd",children:[h.jsx("path",{d:"M338-.4c-5.5 12.4 9.8-4.1 33.8 16.7a51.2 51.2 0 0 1 10.9 26.2c-5.1-1.2-14.2-7-14.2-7s10.6 12.2 10.6 26.4c-3.7-2.7-5.6-2.3-6.8-5.6 0 4.5 3.3 7.5 3.3 14.6a49.8 49.8 0 0 0-7.3-5.7c3.5 7.1-6.5 20.9-1.5 25.5-8.7-1.5-17.7-8-21.2-15-1.9 1.4-2 3.7-2.2 6.2.3.2-13.3-11.7-12-16.3-1.9 3-2.1 4.6-2.5 8a44 44 0 0 1-11.3-18.8l-4.6 6.7c-1.6-11.7-1.6-11.3 1.7-21.3a84.4 84.4 0 0 0-6.6 5.9A67.8 67.8 0 0 1 338-.4z",fill:"#3d5da7",stroke:"#000",strokeWidth:"1.4",transform:"matrix(.9094 0 0 .78749 -110.6 166.1)"}),h.jsx("path",{d:"M184.4 213.6c.8-6.7 2.5-9.3 3-13.6 1-7.7-.1-13.2 2.6-13.1 2.7.1 3.5 3 2.2 10.6-1.4 7.6-2.5 9.5-7.8 16.1zm14.1 12.4c-.5-5.7.5-8.1.2-11.8-.6-6.4-2.6-10.8-.3-11.2 2.4-.4 3.6 1.7 3.8 8.3.3 6.5-.3 8.2-3.7 14.7zm22.1 10c-2.4-4.8-4.5-6.3-6-9.5-2.8-5.6-3.3-10.1-5.4-9.3-2.2.8-2 3.2 1 8.7 3 5.4 4.5 6.5 10.4 10.2zm7.6-44c-6-3.3-9.2-3.3-13.2-5.4-6.9-3.6-11-7.7-12.4-5.5-1.4 2.3.5 4.5 7.7 7.8 7.1 3.3 9.3 3.5 18 3zm2.3 18.4c-4.5-3.7-7.1-4.3-10-6.7-5-4.1-7.6-8.2-9.3-6.6-1.6 1.7-.5 3.9 4.8 7.8 5.3 4 7.1 4.5 14.5 5.5z",fill:"#a70000"})]})]})]})}));exports.SZ=r;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TC: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var c=e.borderRadius,l=e.height,h=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:l,viewBox:"0 0 24 24",width:h},React.createElement("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),React.createElement("path",{d:"M15.333 8v2.484c0 3.453 1.925 4.715 3.438 5.537 1.513-.822 3.201-2.084 3.201-5.537V8h-6.639Z",fill:"#fff"}),React.createElement("path",{d:"M18.77 15.62c-1.467-.82-3.159-2.005-3.159-5.136v-2.04h6.131v2.04c0 3.13-1.503 4.315-2.971 5.136Z",fill:"#FEC400"}),React.createElement("path",{d:"M19.969 13.99c-.042-.365-.344-1.511-.698-1.855-.354-.344-.5-.078-.5-.078s-.146-.265-.5.078c-.354.344-.656 1.49-.698 1.854-.042.365.041.448.229.448.083.178.406.208.406.208s.365.24.563 0c.198.24.562 0 .562 0s.323-.031.406-.208c.188 0 .272-.083.23-.448Z",fill:"#00A728"}),React.createElement("path",{d:"M19.302 11.717c0 .318.084.574-.52.574-.605 0-.521-.257-.521-.574 0-.317.233-.574.52-.574.288 0 .521.257.521.574Z",fill:"#F0082D"}),React.createElement("path",{d:"M17.656 11.302c-.167.281-.427.083-.541-.25-.114-.333-.573-.427-.74-.52-.166-.094-.208-.25 0-.365.208-.115.084-.26.23-.302-.188-.042-.356.062-.371 0-.015-.063.13-.236.37-.264-.197-.247-.083-.768 0-.778.084-.01.255.146.341.302.087.156.337.125.316.344.052.052.23.02.396.292.166.27-.001 1.541-.001 1.541Z",fill:"#FF9F3E"}),React.createElement("path",{d:"M17.73 11.26c-.235.019-.323-.187-.365-.489-.042-.302-.469-.19-.271-.641.198-.452.272-.178.292-.529.02-.35.135-.642.239-.642.104 0 .239.323.292.459.052.136.252.104.34.573.087.468-.017.812-.132.916-.114.104-.166.12-.187.237-.021.117-.053.105-.207.117Z",fill:"#FF927F"}),React.createElement("path",{d:"M17.73 9.27c.072.053.075.126 0 .25-.073.126.049.25.055.46.007.207-.101.28-.078.385.022.104.189.302.168.541-.02.24-.07.313-.144.354-.074.041-.043-.125-.028-.281.016-.156-.088-.334-.14-.49-.052-.156.07-.27.102-.427.033-.156-.05-.299-.061-.462-.01-.163.127-.33.127-.33Z",fill:"#FE9DE0"}),React.createElement("path",{d:"M20.146 9.667c.031-.23.02-.584-.052-.708-.073-.126-.187-.198-.115-.219.073-.02.417.344.23 1.083-.188.74-.063-.156-.063-.156Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.11 9.603c-.141-.082-.323-.29-.305-.405.018-.115.153-.323.174-.281.021.041-.062.17 0 .34.063.17.094.18.178.293.084.114-.048.053-.048.053Zm-.077.158c-.084-.102-1.012-.698-.918-.74.093-.04.892.46 1.018.74.128.28-.1 0-.1 0Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M19.98 9.937c-.34-.336-1.178-.396-1.136-.448.042-.052 1.116.047 1.266.357.15.31-.13.091-.13.091Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M19.956 10.115c-.383-.198-1.052-.24-1.113-.23-.062.011.646-.198 1.151.114.506.314-.038.116-.038.116Zm.023.281c-.396-.177-.979-.125-1.083-.063-.104.063.302-.236.583-.206.282.03.554.088.631.142.077.054.007.188-.13.127Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.21 9.6c-.048-.255-.049-.471-.392-.445-.343.026-.405.668-.32 1.564.086.896-.018 1.189-.034 1.24-.015.052.191-.178.177-.574-.015-.396-.102-1.266-.074-1.586.028-.32.183-.56.39-.497.206.063.16.224.154.42-.007.195.099-.121.099-.121Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.437 11.267s.104-.06.24-.767c.135-.708-.156-1.01-.417-1.01-.26 0-.552.301-.417 1.01.136.708.24.767.24.767s-.32.303-.274.45c.044.148.451.15.451.15s.406-.002.451-.15c.046-.147-.274-.45-.274-.45Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.378 9.667c-.031-.23-.02-.584.052-.708.073-.125.187-.198.115-.219-.073-.02-.417.344-.23 1.083.188.74.063-.156.063-.156Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.415 9.603c.14-.082.322-.291.304-.405-.018-.114-.153-.323-.174-.281-.021.041.062.17 0 .34-.063.17-.094.18-.178.293-.084.114.048.053.048.053Zm.076.158c.084-.102 1.012-.698.918-.74-.094-.041-.892.459-1.018.74-.127.28.1 0 .1 0Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.545 9.937c.339-.336 1.177-.396 1.135-.448-.042-.052-1.116.047-1.266.357-.15.31.13.091.13.091Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.569 10.115c.382-.198 1.052-.24 1.113-.23.061.011-.646-.198-1.152.114-.506.314.039.116.039.116Zm-.024.281c.396-.177.979-.125 1.083-.063.104.063-.302-.236-.583-.206-.282.03-.554.088-.631.142-.077.054-.007.188.13.127Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M20.315 9.6c.048-.255.048-.471.392-.445.343.026.404.668.319 1.564-.085.896.019 1.189.035 1.24.016.052-.192-.178-.177-.574.015-.396.102-1.266.074-1.586-.028-.32-.183-.56-.39-.497-.207.063-.16.224-.154.42.006.195-.1-.121-.1-.121Z",fill:"#BA5B1F"}),React.createElement("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),React.createElement("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),React.createElement("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),React.createElement("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"}))}));exports.TC=a;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=l.forwardRef((function(l,a){var c=l.borderRadius,i=l.height,t=l.width;return s.jsxs(h.FlagIconBase,{ref:a,borderRadius:c,height:i,viewBox:"0 0 24 24",width:t,children:[s.jsx("path",{d:"M21.333 3.333H2.667c-.137 0-.272.01-.403.03l-.003 1.17-1.82-.003A2.656 2.656 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#00247D"}),s.jsx("path",{d:"M15.333 8v2.484c0 3.453 1.925 4.715 3.438 5.537 1.513-.822 3.201-2.084 3.201-5.537V8h-6.639Z",fill:"#fff"}),s.jsx("path",{d:"M18.77 15.62c-1.467-.82-3.159-2.005-3.159-5.136v-2.04h6.131v2.04c0 3.13-1.503 4.315-2.971 5.136Z",fill:"#FEC400"}),s.jsx("path",{d:"M19.969 13.99c-.042-.365-.344-1.511-.698-1.855-.354-.344-.5-.078-.5-.078s-.146-.265-.5.078c-.354.344-.656 1.49-.698 1.854-.042.365.041.448.229.448.083.178.406.208.406.208s.365.24.563 0c.198.24.562 0 .562 0s.323-.031.406-.208c.188 0 .272-.083.23-.448Z",fill:"#00A728"}),s.jsx("path",{d:"M19.302 11.717c0 .318.084.574-.52.574-.605 0-.521-.257-.521-.574 0-.317.233-.574.52-.574.288 0 .521.257.521.574Z",fill:"#F0082D"}),s.jsx("path",{d:"M17.656 11.302c-.167.281-.427.083-.541-.25-.114-.333-.573-.427-.74-.52-.166-.094-.208-.25 0-.365.208-.115.084-.26.23-.302-.188-.042-.356.062-.371 0-.015-.063.13-.236.37-.264-.197-.247-.083-.768 0-.778.084-.01.255.146.341.302.087.156.337.125.316.344.052.052.23.02.396.292.166.27-.001 1.541-.001 1.541Z",fill:"#FF9F3E"}),s.jsx("path",{d:"M17.73 11.26c-.235.019-.323-.187-.365-.489-.042-.302-.469-.19-.271-.641.198-.452.272-.178.292-.529.02-.35.135-.642.239-.642.104 0 .239.323.292.459.052.136.252.104.34.573.087.468-.017.812-.132.916-.114.104-.166.12-.187.237-.021.117-.053.105-.207.117Z",fill:"#FF927F"}),s.jsx("path",{d:"M17.73 9.27c.072.053.075.126 0 .25-.073.126.049.25.055.46.007.207-.101.28-.078.385.022.104.189.302.168.541-.02.24-.07.313-.144.354-.074.041-.043-.125-.028-.281.016-.156-.088-.334-.14-.49-.052-.156.07-.27.102-.427.033-.156-.05-.299-.061-.462-.01-.163.127-.33.127-.33Z",fill:"#FE9DE0"}),s.jsx("path",{d:"M20.146 9.667c.031-.23.02-.584-.052-.708-.073-.126-.187-.198-.115-.219.073-.02.417.344.23 1.083-.188.74-.063-.156-.063-.156Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.11 9.603c-.141-.082-.323-.29-.305-.405.018-.115.153-.323.174-.281.021.041-.062.17 0 .34.063.17.094.18.178.293.084.114-.048.053-.048.053Zm-.077.158c-.084-.102-1.012-.698-.918-.74.093-.04.892.46 1.018.74.128.28-.1 0-.1 0Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M19.98 9.937c-.34-.336-1.178-.396-1.136-.448.042-.052 1.116.047 1.266.357.15.31-.13.091-.13.091Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M19.956 10.115c-.383-.198-1.052-.24-1.113-.23-.062.011.646-.198 1.151.114.506.314-.038.116-.038.116Zm.023.281c-.396-.177-.979-.125-1.083-.063-.104.063.302-.236.583-.206.282.03.554.088.631.142.077.054.007.188-.13.127Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.21 9.6c-.048-.255-.049-.471-.392-.445-.343.026-.405.668-.32 1.564.086.896-.018 1.189-.034 1.24-.015.052.191-.178.177-.574-.015-.396-.102-1.266-.074-1.586.028-.32.183-.56.39-.497.206.063.16.224.154.42-.007.195.099-.121.099-.121Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.437 11.267s.104-.06.24-.767c.135-.708-.156-1.01-.417-1.01-.26 0-.552.301-.417 1.01.136.708.24.767.24.767s-.32.303-.274.45c.044.148.451.15.451.15s.406-.002.451-.15c.046-.147-.274-.45-.274-.45Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.378 9.667c-.031-.23-.02-.584.052-.708.073-.125.187-.198.115-.219-.073-.02-.417.344-.23 1.083.188.74.063-.156.063-.156Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.415 9.603c.14-.082.322-.291.304-.405-.018-.114-.153-.323-.174-.281-.021.041.062.17 0 .34-.063.17-.094.18-.178.293-.084.114.048.053.048.053Zm.076.158c.084-.102 1.012-.698.918-.74-.094-.041-.892.459-1.018.74-.127.28.1 0 .1 0Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.545 9.937c.339-.336 1.177-.396 1.135-.448-.042-.052-1.116.047-1.266.357-.15.31.13.091.13.091Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.569 10.115c.382-.198 1.052-.24 1.113-.23.061.011-.646-.198-1.152.114-.506.314.039.116.039.116Zm-.024.281c.396-.177.979-.125 1.083-.063.104.063-.302-.236-.583-.206-.282.03-.554.088-.631.142-.077.054-.007.188.13.127Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M20.315 9.6c.048-.255.048-.471.392-.445.343.026.404.668.319 1.564-.085.896.019 1.189.035 1.24.016.052-.192-.178-.177-.574.015-.396.102-1.266.074-1.586-.028-.32-.183-.56-.39-.497-.207.063-.16.224-.154.42.006.195-.1-.121-.1-.121Z",fill:"#BA5B1F"}),s.jsx("path",{d:"M12.667 12V3.333h-10c-.214 0-.403.03-.403.03l-.003 1.17-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6v6h12.667Z",fill:"#00247D"}),s.jsx("path",{d:"M12.667 3.333h-1.554L8 5.513v-2.18H4.667v1.713L2.264 3.363a2.63 2.63 0 0 0-1.115.444L4.284 6H3.127L.645 4.26a2.81 2.81 0 0 0-.204.27L2.542 6H0v3.333h2.59L0 11.177V12h2.221l2.446-1.712V12H8V9.82L11.112 12h1.555v-1.353L10.79 9.333h1.877V6H10.79l1.876-1.314V3.333Z",fill:"#EEE"}),s.jsx("path",{d:"M7.333 3.333h-2v3.334H0v2h5.333V12h2V8.667h5.334v-2H7.333V3.333Z",fill:"#CF1B2B"}),s.jsx("path",{d:"M12.667 3.333h-.974L8 5.92V6h1.047l3.62-2.534v-.132Zm-11.518.474c-.187.13-.356.282-.504.454L3.127 6h1.156L1.15 3.807Zm3.142 5.526L.49 12h1.152l3.025-2.12v-.548H4.29Zm8.376 2.535v-.813l-2.458-1.722H9.047l3.62 2.535Z",fill:"#CF1B2B"})]})}));exports.TC=a;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TD: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h214v480H0z",fill:"#000067"}),React.createElement("path",{d:"M426 0h214v480H426z",fill:"red"}),React.createElement("path",{d:"M214 0h212v480H214z",fill:"#ff0"})))}));exports.TD=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h214v480H0z",fill:"#000067"}),i.jsx("path",{d:"M426 0h214v480H426z",fill:"red"}),i.jsx("path",{d:"M214 0h212v480H214z",fill:"#ff0"})]})})}));exports.TD=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TF: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,h=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("path",{d:"m0-21 12.3 38L-20-6.5h40L-12.3 17z",fill:"#fff",id:"".concat(n,"-0")})),React.createElement("path",{d:"M0 0h640v480H0z",fill:"#002395"}),React.createElement("path",{d:"M0 0h292.8v196.8H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h96v192H0z",fill:"#002395"}),React.createElement("path",{d:"M192 0h96v192h-96z",fill:"#ed2939"}),React.createElement("path",{d:"m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z",fill:"#fff"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"416",xlinkHref:"#".concat(n,"-0"),y:"362"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"371",xlinkHref:"#".concat(n,"-0"),y:"328"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"461",xlinkHref:"#".concat(n,"-0"),y:"328"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"333",xlinkHref:"#".concat(n,"-0"),y:"227"}),React.createElement("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"499",xlinkHref:"#".concat(n,"-0"),y:"227"}))}));exports.TF=a;
1
+ "use strict";var e=require("react"),h=require("../flag-icon/_FlagIconBase.js"),s=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(r,t){var i=r.borderRadius,a=r.height,l=r.width,f=e.useId();return s.jsxs(h.FlagIconBase,{ref:t,borderRadius:i,height:a,viewBox:"0 0 640 480",width:l,children:[s.jsx("defs",{children:s.jsx("path",{d:"m0-21 12.3 38L-20-6.5h40L-12.3 17z",fill:"#fff",id:"".concat(f,"-0")})}),s.jsx("path",{d:"M0 0h640v480H0z",fill:"#002395"}),s.jsx("path",{d:"M0 0h292.8v196.8H0z",fill:"#fff"}),s.jsx("path",{d:"M0 0h96v192H0z",fill:"#002395"}),s.jsx("path",{d:"M192 0h96v192h-96z",fill:"#ed2939"}),s.jsx("path",{d:"m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z",fill:"#fff"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"416",xlinkHref:"#".concat(f,"-0"),y:"362"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"371",xlinkHref:"#".concat(f,"-0"),y:"328"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"461",xlinkHref:"#".concat(f,"-0"),y:"328"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"333",xlinkHref:"#".concat(f,"-0"),y:"227"}),s.jsx("use",{height:"100%",transform:"scale(1.2)",width:"100%",x:"499",xlinkHref:"#".concat(f,"-0"),y:"227"})]})}));exports.TF=r;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TG: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var l=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:l,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h767.6v512H0z",fill:"#ffe300"}),React.createElement("path",{d:"M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z",fill:"#118600"}),React.createElement("path",{d:"M0 .3h306.5v310.6H0z",fill:"#d80000"}),React.createElement("path",{d:"M134.4 128.4c0-.8 18.9-53 18.9-53l17 52.2s57.4 1.7 57.4.8-45.3 34.3-45.3 34.3 21.4 60 20.5 58.2c-.8-1.7-49.6-36-49.6-36s-49.7 34.3-48.8 34.3c.8 0 18.8-56.5 18.8-56.5l-44.5-33.4 55.6-.9z",fill:"#fff"}),React.createElement("path",{d:"M0 409.2h767.6V512H0z",fill:"#118600"})))}));exports.TG=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,l){var a=s.borderRadius,t=s.height,h=s.width,c=e.useId();return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:t,viewBox:"0 0 640 480",width:h,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(c,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(c,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h767.6v512H0z",fill:"#ffe300"}),i.jsx("path",{d:"M0 208.1h767.6V311H0zM0 .2h767.6v102.9H0z",fill:"#118600"}),i.jsx("path",{d:"M0 .3h306.5v310.6H0z",fill:"#d80000"}),i.jsx("path",{d:"M134.4 128.4c0-.8 18.9-53 18.9-53l17 52.2s57.4 1.7 57.4.8-45.3 34.3-45.3 34.3 21.4 60 20.5 58.2c-.8-1.7-49.6-36-49.6-36s-49.7 34.3-48.8 34.3c.8 0 18.8-56.5 18.8-56.5l-44.5-33.4 55.6-.9z",fill:"#fff"}),i.jsx("path",{d:"M0 409.2h767.6V512H0z",fill:"#118600"})]})]})}));exports.TG=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TH: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,i=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:i,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#f4f5f8"}),React.createElement("path",{d:"M0 162.5h640v160H0z",fill:"#2d2a4a"}),React.createElement("path",{d:"M0 0h640v82.5H0zm0 400h640v80H0z",fill:"#a51931"})))}));exports.TH=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var s=e.borderRadius,t=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#f4f5f8"}),i.jsx("path",{d:"M0 162.5h640v160H0z",fill:"#2d2a4a"}),i.jsx("path",{d:"M0 0h640v82.5H0zm0 400h640v80H0z",fill:"#a51931"})]})})}));exports.TH=a;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TJ: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,n=a.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:n},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#060"}),React.createElement("path",{d:"M0 0h640v342.9H0z",fill:"#fff"}),React.createElement("path",{d:"M0 0h640v137.1H0z",fill:"#c00"}),React.createElement("path",{d:"M300.8 233.6a8.6 8.6 0 0 1 16 4V272h6.4v-34.3a8.6 8.6 0 0 1 16-4 20.2 20.2 0 1 0-38.4 0",fill:"#f8c300"}),React.createElement("path",{d:"M305.4 224.7a13.7 13.7 0 0 1 14.6 6.5 13.7 13.7 0 0 1 14.6-6.5 14.7 14.7 0 0 0-29.2 0",fill:"#fff"}),React.createElement("path",{d:"M316.8 258.3a26 26 0 0 1-43.8 16.6 27 27 0 0 1-41 12c2.5 25 40 19.9 42.8-4.4 11.7 20.7 37.6 14.7 45.2-10.6z",fill:"#f8c300",id:"".concat(i,"-0")}),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(i,"-0")}),React.createElement("path",{d:"M291.8 302.6c-5.3 11.3-15.7 13.2-24.8 4.1 0 0 3.6-2.6 7.6-3.3-.8-3.1.7-7.5 2.9-9.8a15 15 0 0 1 6.1 8.1c5.5-.7 8.2 1 8.2 1z",fill:"#f8c300",id:"".concat(i,"-1")}),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"rotate(9.4 320 551.3)",width:"100%",xlinkHref:"#".concat(i,"-1")}),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"rotate(18.7 320 551.3)",width:"100%",xlinkHref:"#".concat(i,"-1")}),React.createElement("path",{d:"M253.5 327.8a233.1 233.1 0 0 1 133 0",fill:"none",stroke:"#f8c300",strokeWidth:"11"}),React.createElement("g",{fill:"#f8c300",transform:"translate(320 164.6) scale(.68571)"},React.createElement("path",{d:"m301930 415571-790463-574305h977066l-790463 574305L0-513674z",id:"".concat(i,"-2"),transform:"scale(.00005)"})),React.createElement("g",{fill:"#f8c300",id:"".concat(i,"-3"),transform:"translate(320 260.6) scale(.68571)"},React.createElement("use",{height:"100%",transform:"translate(-70 -121.2)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{height:"100%",transform:"translate(-121.2 -70)",width:"100%",xlinkHref:"#".concat(i,"-2")}),React.createElement("use",{height:"100%",transform:"translate(-140)",width:"100%",xlinkHref:"#".concat(i,"-2")})),React.createElement("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(i,"-3")}))}));exports.TJ=a;
1
+ "use strict";var t=require("react"),a=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var e=t.forwardRef((function(e,i){var s=e.borderRadius,f=e.height,l=e.width,c=t.useId();return r.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:f,viewBox:"0 0 640 480",width:l,children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#060"}),r.jsx("path",{d:"M0 0h640v342.9H0z",fill:"#fff"}),r.jsx("path",{d:"M0 0h640v137.1H0z",fill:"#c00"}),r.jsx("path",{d:"M300.8 233.6a8.6 8.6 0 0 1 16 4V272h6.4v-34.3a8.6 8.6 0 0 1 16-4 20.2 20.2 0 1 0-38.4 0",fill:"#f8c300"}),r.jsx("path",{d:"M305.4 224.7a13.7 13.7 0 0 1 14.6 6.5 13.7 13.7 0 0 1 14.6-6.5 14.7 14.7 0 0 0-29.2 0",fill:"#fff"}),r.jsx("path",{d:"M316.8 258.3a26 26 0 0 1-43.8 16.6 27 27 0 0 1-41 12c2.5 25 40 19.9 42.8-4.4 11.7 20.7 37.6 14.7 45.2-10.6z",fill:"#f8c300",id:"".concat(c,"-0")}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c,"-0")}),r.jsx("path",{d:"M291.8 302.6c-5.3 11.3-15.7 13.2-24.8 4.1 0 0 3.6-2.6 7.6-3.3-.8-3.1.7-7.5 2.9-9.8a15 15 0 0 1 6.1 8.1c5.5-.7 8.2 1 8.2 1z",fill:"#f8c300",id:"".concat(c,"-1")}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(9.4 320 551.3)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"rotate(18.7 320 551.3)",width:"100%",xlinkHref:"#".concat(c,"-1")}),r.jsx("path",{d:"M253.5 327.8a233.1 233.1 0 0 1 133 0",fill:"none",stroke:"#f8c300",strokeWidth:"11"}),r.jsx("g",{fill:"#f8c300",transform:"translate(320 164.6) scale(.68571)",children:r.jsx("path",{d:"m301930 415571-790463-574305h977066l-790463 574305L0-513674z",id:"".concat(c,"-2"),transform:"scale(.00005)"})}),r.jsxs("g",{fill:"#f8c300",id:"".concat(c,"-3"),transform:"translate(320 260.6) scale(.68571)",children:[r.jsx("use",{height:"100%",transform:"translate(-70 -121.2)",width:"100%",xlinkHref:"#".concat(c,"-2")}),r.jsx("use",{height:"100%",transform:"translate(-121.2 -70)",width:"100%",xlinkHref:"#".concat(c,"-2")}),r.jsx("use",{height:"100%",transform:"translate(-140)",width:"100%",xlinkHref:"#".concat(c,"-2")})]}),r.jsx("use",{fill:"#f8c300",height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(c,"-3")})]})}));exports.TJ=e;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TK: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,l=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:c},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#00247d"}),React.createElement("path",{d:"M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4 76.2-62.1 240.3-161.4 288.6-177.6 5-1.7-10.3 8.6-12.3 11.9-51.5 61-10.4 176 54 233.9 19.4 14.8 18.4 15.6 54.3 17v3.4l-505.5-4.2zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5 9.2-6.1-12.8-7.9-495.5-4.3z",fill:"#fed100"}),React.createElement("path",{d:"m106.8 109.1-4 12.2 10.4-7.5 10.3 7.5-3.9-12.2 10.3-7.5h-12.8l-3.9-12.2-4 12.2H96.4zm78.1 57.4 8.6-6.3h-10.7l-3.3-10.1-3.3 10.1h-10.6l8.6 6.3-3.3 10.1 8.6-6.3 8.7 6.3zm-145.2 13-4-12.2-3.9 12.2H19l10.3 7.5-3.9 12.2 10.3-7.5 10.4 7.5-4-12.2 10.4-7.5zm78.1 122.3-4.6-14.2-4.6 14.2h-15l12.1 8.7-4.6 14.3 12.1-8.8 12.1 8.8-4.7-14.3 12.1-8.7z",fill:"#fff"}))}));exports.TK=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var s=e.borderRadius,t=e.height,a=e.width;return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:t,viewBox:"0 0 640 480",width:a,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d"}),i.jsx("path",{d:"M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4 76.2-62.1 240.3-161.4 288.6-177.6 5-1.7-10.3 8.6-12.3 11.9-51.5 61-10.4 176 54 233.9 19.4 14.8 18.4 15.6 54.3 17v3.4l-505.5-4.2zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5 9.2-6.1-12.8-7.9-495.5-4.3z",fill:"#fed100"}),i.jsx("path",{d:"m106.8 109.1-4 12.2 10.4-7.5 10.3 7.5-3.9-12.2 10.3-7.5h-12.8l-3.9-12.2-4 12.2H96.4zm78.1 57.4 8.6-6.3h-10.7l-3.3-10.1-3.3 10.1h-10.6l8.6 6.3-3.3 10.1 8.6-6.3 8.7 6.3zm-145.2 13-4-12.2-3.9 12.2H19l10.3 7.5-3.9 12.2 10.3-7.5 10.4 7.5-4-12.2 10.4-7.5zm78.1 122.3-4.6-14.2-4.6 14.2h-15l12.1 8.7-4.6 14.3 12.1-8.8 12.1 8.8-4.7-14.3 12.1-8.7z",fill:"#fff"})]})}));exports.TK=l;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TL: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TL.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),React.createElement("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),React.createElement("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),React.createElement("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})))}));exports.TL=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,a){var c=s.borderRadius,t=s.height,l=s.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:a,borderRadius:c,height:t,viewBox:"0 0 640 480",width:l,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h1031.2v512H0z",fill:"#cb000f"}),i.jsx("path",{d:"M0 0c3.2 0 512 256.7 512 256.7L0 512V0z",fill:"#f8c00c"}),i.jsx("path",{d:"M0 0c2.1 0 340.6 256.7 340.6 256.7L0 512V0z"}),i.jsx("path",{d:"M187.7 298.2 127 284.7l-31 52.8-5-59.7-60.7-13.3 54.9-24.9-3.3-59.3 40.2 43.4 55.4-25.3-28.9 54 39.2 45.8z",fill:"#fff"})]})]})}));exports.TL=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TM: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react"),e=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var v=l.forwardRef((function(l,v){var h=l.borderRadius,t=l.height,a=l.width;return React.createElement(e.FlagIconBase,{ref:v,borderRadius:h,height:t,viewBox:"0 0 24 25",width:a},React.createElement("path",{d:"M24 18.778a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.778v-12A2.667 2.667 0 0 1 2.667 4.11h18.666A2.667 2.667 0 0 1 24 6.778v12Z",fill:"#29AE66"}),React.createElement("path",{d:"M2.667 4.111h4.666v17.333H2.667V4.111Z",fill:"#CA3745"}),React.createElement("path",{d:"m2.667 6.32.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.183-.194.193.162.161-.536.474v-.25l.294-.278-.159-.128.405-.404.234.202.219-.218-.234-.234-.164.164-.427-.428.16-.16-.328-.296v-.25Zm0 3.083.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.298v-.249Zm0 3.145.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.406.234.204.219-.219-.234-.235-.164.164-.427-.426.16-.16-.328-.298v-.25Zm0 3.104.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.297v-.25ZM7.333 6.32l-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.183.194.193-.162.161.536.474v-.25l-.294-.278.159-.128-.405-.404-.234.202-.219-.218.234-.234.164.164.427-.428-.16-.16.328-.296v-.25ZM3.041 4.57l.194-.193.182.183.437-.437-.01-.01h-.2l.016.016-.219.22-.234-.204-.405.404.159.128-.294.28v.25l.536-.475-.162-.161Zm4.157-.02-.405-.405-.234.203-.219-.22.017-.016h-.201l-.01.01.437.438.182-.183.194.194-.162.161.536.474v-.25l-.294-.279.159-.128Zm.135 4.854-.536.536.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.298v-.249Zm0 3.145-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25L7.04 14.3l.159-.127-.405-.406-.234.204-.219-.219.234-.235.164.164.427-.426-.16-.16.328-.298v-.25Zm0 3.104-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.297v-.25Z",fill:"#FAAE29"}),React.createElement("path",{d:"M6.68 5.403V5.14l-.388-.236H6l-.472-.245H4.472L4 4.903h-.292l-.389.236v.264l-.36.222v.612l.36.222v.264l.389.236H4l.472.245h1.056L6 6.959h.292l.389-.236v-.264l.36-.222v-.612l-.36-.222Z",fill:"#29AE66"}),React.createElement("path",{d:"M3.285 5.93v-.26l.308-.19v-.226l.332-.202h.25l.402-.208h.451V5.93H3.285Z",fill:"#FAAE29"}),React.createElement("path",{d:"M3.258 5.93v.262l.308.19v.225l.332.2h.249l.403.21H5V5.93H3.258Zm3.484 0v-.26l-.308-.19v-.225l-.332-.201h-.249l-.403-.209H5v1.086h1.742Z",fill:"#fff"}),React.createElement("path",{d:"M6.742 5.93v.262l-.308.19v.224l-.332.202h-.249l-.403.208H5V5.93h1.742ZM3.285 8.486h.451v.486h-.45v-.486Zm.451-.07h.45v.486h-.45v-.486Zm.451-.173h.451v.486h-.45v-.486Zm2.09.243h.451v.486h-.45v-.486Zm-.451-.07h.45v.486h-.45v-.486Zm-.451-.173h.45v.486h-.45v-.486ZM4.639 8h.736v.6H4.64V8ZM3.285 9.1h.451v.486h-.45V9.1Zm.451.07h.45v.486h-.45V9.17Zm.451.174h.451v.486h-.45v-.486Zm2.09-.244h.451v.486h-.45V9.1Zm-.451.07h.45v.486h-.45V9.17Zm-.451.174h.45v.486h-.45v-.486Zm-.736.128h.736v.601H4.64v-.6Z",fill:"#FAAE29"}),React.createElement("path",{d:"M5.7 17.183H4.326l-.97.621v.878l.97.62H5.7l.971-.62v-.878l-.97-.62Z",fill:"#fff"}),React.createElement("path",{d:"M5.589 11.209H4.438l-.814.573v.811l.814.573h1.151l.814-.573v-.811l-.814-.573Zm.49 1.29-.624.44h-.883l-.625-.44v-.623l.625-.44h.883l.624.44v.623Zm-.35 4.64H4.298l-1.011.648v.914l1.011.646h1.43l1.011-.646v-.915l-1.01-.647Zm.706 1.48-.834.534H4.425l-.834-.533v-.754l.834-.532h1.177l.833.532v.754Zm.068-3.55v-.295h-.295v-.328H3.813v.329h-.33v.295h-.288v.43h.288v.32h.33v.347h2.396v-.347h.294v-.32h.344v-.43h-.344Zm-.452.917H3.973v-1.39H6.05v1.39Z",fill:"#29AE66"}),React.createElement("path",{d:"m5 14.278-1.264.75v.486l1.264.82 1.277-.792v-.514L5 14.278Z",fill:"#29AE66"}),React.createElement("path",{d:"M4.434 17.955 5 17.628l.565.327v.653L5 18.934l-.566-.326v-.653Z",fill:"#CA3745"}),React.createElement("path",{d:"m5.565 20.834-.162.11s-.139-.264-.514-.291c-.376-.028-.584.125-.903.146-.32.02-1.303-.724-.792-1.865.459.33.22.732.43.927.21.195.43.327.515.556.085.23.484.04.75.083.416.07.676.334.676.334Z",fill:"#FAAE29"}),React.createElement("path",{d:"m4.434 20.834.163.11s.138-.264.514-.291c.375-.028.584.125.903.146.32.02 1.303-.724.791-1.865-.458.33-.22.732-.43.927-.209.195-.43.327-.514.556-.086.23-.484.04-.75.083-.417.07-.677.334-.677.334Z",fill:"#FAAE29"}),React.createElement("path",{d:"M12.12 6.304c.433.376.713.924.713 1.544A2.052 2.052 0 0 1 10.781 9.9c-.39 0-.75-.115-1.06-.304.38.415.922.68 1.529.68 1.15 0 2.083-.934 2.083-2.084 0-.84-.498-1.558-1.213-1.888Zm-1.556-.282-.164.322.255.256-.356-.056-.165.322-.056-.357-.357-.057.322-.164-.057-.358.256.256.322-.164Z",fill:"#fff"}),React.createElement("path",{d:"m11.585 6.641-.164.322.256.256-.358-.057-.164.322-.056-.357-.358-.057.322-.164-.056-.357.256.256.322-.164Zm-1.021.443-.164.322.255.256-.356-.056-.165.322-.056-.358-.357-.056.322-.164-.057-.358.256.256.322-.164Zm-1.063.54-.164.322.256.256-.357-.057-.165.323-.056-.358-.357-.056.322-.164-.056-.358.255.256.322-.164Zm1.063.601-.164.322.255.256-.356-.057-.165.322-.056-.357-.357-.057.322-.164-.057-.357.256.256.322-.164Z",fill:"#fff"}),React.createElement("path",{d:"M4.708 14.625h.61v.41h-.61v-.41Zm0 .934h.61v.41h-.61v-.41Z",fill:"#CA3745"}),React.createElement("path",{d:"M3.736 15.1h.835v.41h-.835v-.41Zm1.723 0h.818v.41H5.46v-.41Z",fill:"#FAAE29"}))}));exports.TM=v;
1
+ "use strict";var l=require("react"),v=require("../flag-icon/_FlagIconBase.js"),h=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var Z=l.forwardRef((function(l,Z){var m=l.borderRadius,f=l.height,i=l.width;return h.jsxs(v.FlagIconBase,{ref:Z,borderRadius:m,height:f,viewBox:"0 0 24 25",width:i,children:[h.jsx("path",{d:"M24 18.778a2.667 2.667 0 0 1-2.667 2.666H2.667A2.667 2.667 0 0 1 0 18.778v-12A2.667 2.667 0 0 1 2.667 4.11h18.666A2.667 2.667 0 0 1 24 6.778v12Z",fill:"#29AE66"}),h.jsx("path",{d:"M2.667 4.111h4.666v17.333H2.667V4.111Z",fill:"#CA3745"}),h.jsx("path",{d:"m2.667 6.32.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.183-.194.193.162.161-.536.474v-.25l.294-.278-.159-.128.405-.404.234.202.219-.218-.234-.234-.164.164-.427-.428.16-.16-.328-.296v-.25Zm0 3.083.536.536-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.298v-.249Zm0 3.145.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.406.234.204.219-.219-.234-.235-.164.164-.427-.426.16-.16-.328-.298v-.25Zm0 3.104.536.537-.146.146.214.213.14-.14.443.442-.437.438-.182-.182-.194.192.162.162-.536.474v-.25l.294-.279-.159-.127.405-.405.234.203.219-.219-.234-.234-.164.164-.427-.427.16-.16-.328-.297v-.25ZM7.333 6.32l-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.183.194.193-.162.161.536.474v-.25l-.294-.278.159-.128-.405-.404-.234.202-.219-.218.234-.234.164.164.427-.428-.16-.16.328-.296v-.25ZM3.041 4.57l.194-.193.182.183.437-.437-.01-.01h-.2l.016.016-.219.22-.234-.204-.405.404.159.128-.294.28v.25l.536-.475-.162-.161Zm4.157-.02-.405-.405-.234.203-.219-.22.017-.016h-.201l-.01.01.437.438.182-.183.194.194-.162.161.536.474v-.25l-.294-.279.159-.128Zm.135 4.854-.536.536.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.298v-.249Zm0 3.145-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25L7.04 14.3l.159-.127-.405-.406-.234.204-.219-.219.234-.235.164.164.427-.426-.16-.16.328-.298v-.25Zm0 3.104-.536.537.146.146-.214.213-.14-.14-.443.442.437.438.182-.182.194.192-.162.162.536.474v-.25l-.294-.279.159-.127-.405-.405-.234.203-.219-.219.234-.234.164.164.427-.427-.16-.16.328-.297v-.25Z",fill:"#FAAE29"}),h.jsx("path",{d:"M6.68 5.403V5.14l-.388-.236H6l-.472-.245H4.472L4 4.903h-.292l-.389.236v.264l-.36.222v.612l.36.222v.264l.389.236H4l.472.245h1.056L6 6.959h.292l.389-.236v-.264l.36-.222v-.612l-.36-.222Z",fill:"#29AE66"}),h.jsx("path",{d:"M3.285 5.93v-.26l.308-.19v-.226l.332-.202h.25l.402-.208h.451V5.93H3.285Z",fill:"#FAAE29"}),h.jsx("path",{d:"M3.258 5.93v.262l.308.19v.225l.332.2h.249l.403.21H5V5.93H3.258Zm3.484 0v-.26l-.308-.19v-.225l-.332-.201h-.249l-.403-.209H5v1.086h1.742Z",fill:"#fff"}),h.jsx("path",{d:"M6.742 5.93v.262l-.308.19v.224l-.332.202h-.249l-.403.208H5V5.93h1.742ZM3.285 8.486h.451v.486h-.45v-.486Zm.451-.07h.45v.486h-.45v-.486Zm.451-.173h.451v.486h-.45v-.486Zm2.09.243h.451v.486h-.45v-.486Zm-.451-.07h.45v.486h-.45v-.486Zm-.451-.173h.45v.486h-.45v-.486ZM4.639 8h.736v.6H4.64V8ZM3.285 9.1h.451v.486h-.45V9.1Zm.451.07h.45v.486h-.45V9.17Zm.451.174h.451v.486h-.45v-.486Zm2.09-.244h.451v.486h-.45V9.1Zm-.451.07h.45v.486h-.45V9.17Zm-.451.174h.45v.486h-.45v-.486Zm-.736.128h.736v.601H4.64v-.6Z",fill:"#FAAE29"}),h.jsx("path",{d:"M5.7 17.183H4.326l-.97.621v.878l.97.62H5.7l.971-.62v-.878l-.97-.62Z",fill:"#fff"}),h.jsx("path",{d:"M5.589 11.209H4.438l-.814.573v.811l.814.573h1.151l.814-.573v-.811l-.814-.573Zm.49 1.29-.624.44h-.883l-.625-.44v-.623l.625-.44h.883l.624.44v.623Zm-.35 4.64H4.298l-1.011.648v.914l1.011.646h1.43l1.011-.646v-.915l-1.01-.647Zm.706 1.48-.834.534H4.425l-.834-.533v-.754l.834-.532h1.177l.833.532v.754Zm.068-3.55v-.295h-.295v-.328H3.813v.329h-.33v.295h-.288v.43h.288v.32h.33v.347h2.396v-.347h.294v-.32h.344v-.43h-.344Zm-.452.917H3.973v-1.39H6.05v1.39Z",fill:"#29AE66"}),h.jsx("path",{d:"m5 14.278-1.264.75v.486l1.264.82 1.277-.792v-.514L5 14.278Z",fill:"#29AE66"}),h.jsx("path",{d:"M4.434 17.955 5 17.628l.565.327v.653L5 18.934l-.566-.326v-.653Z",fill:"#CA3745"}),h.jsx("path",{d:"m5.565 20.834-.162.11s-.139-.264-.514-.291c-.376-.028-.584.125-.903.146-.32.02-1.303-.724-.792-1.865.459.33.22.732.43.927.21.195.43.327.515.556.085.23.484.04.75.083.416.07.676.334.676.334Z",fill:"#FAAE29"}),h.jsx("path",{d:"m4.434 20.834.163.11s.138-.264.514-.291c.375-.028.584.125.903.146.32.02 1.303-.724.791-1.865-.458.33-.22.732-.43.927-.209.195-.43.327-.514.556-.086.23-.484.04-.75.083-.417.07-.677.334-.677.334Z",fill:"#FAAE29"}),h.jsx("path",{d:"M12.12 6.304c.433.376.713.924.713 1.544A2.052 2.052 0 0 1 10.781 9.9c-.39 0-.75-.115-1.06-.304.38.415.922.68 1.529.68 1.15 0 2.083-.934 2.083-2.084 0-.84-.498-1.558-1.213-1.888Zm-1.556-.282-.164.322.255.256-.356-.056-.165.322-.056-.357-.357-.057.322-.164-.057-.358.256.256.322-.164Z",fill:"#fff"}),h.jsx("path",{d:"m11.585 6.641-.164.322.256.256-.358-.057-.164.322-.056-.357-.358-.057.322-.164-.056-.357.256.256.322-.164Zm-1.021.443-.164.322.255.256-.356-.056-.165.322-.056-.358-.357-.056.322-.164-.057-.358.256.256.322-.164Zm-1.063.54-.164.322.256.256-.357-.057-.165.323-.056-.358-.357-.056.322-.164-.056-.358.255.256.322-.164Zm1.063.601-.164.322.255.256-.356-.057-.165.322-.056-.357-.357-.057.322-.164-.057-.357.256.256.322-.164Z",fill:"#fff"}),h.jsx("path",{d:"M4.708 14.625h.61v.41h-.61v-.41Zm0 .934h.61v.41h-.61v-.41Z",fill:"#CA3745"}),h.jsx("path",{d:"M3.736 15.1h.835v.41h-.835v-.41Zm1.723 0h.818v.41H5.46v-.41Z",fill:"#FAAE29"})]})}));exports.TM=Z;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TN: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,c){var r=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:c,borderRadius:r,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)"},React.createElement("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),React.createElement("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),React.createElement("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),React.createElement("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})))}));exports.TN=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,s){var t=a.borderRadius,l=a.height,c=a.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:l,viewBox:"0 0 640 480",width:c,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[i.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#e70013"}),i.jsx("path",{d:"M385.8 255.8a129.1 129.1 0 1 1-258.2 0 129.1 129.1 0 0 1 258.2 0z",fill:"#fff"}),i.jsx("path",{d:"M256.7 341.4a85.7 85.7 0 0 1 0-171.3c11.8 0 25.3 2.8 34.4 9.5-62.6 2.3-78.5 55.5-78.5 76.9s10.1 69.1 78.5 76.2c-7.8 5-22.6 8.7-34.4 8.7z",fill:"#e70013"}),i.jsx("path",{d:"m332.1 291.8-38.9-14.2-25.7 32.4 1.5-41.3-38.8-14.5 39.8-11.4 1.7-41.3 23.2 34.3 39.8-11-25.5 32.5z",fill:"#e70013"})]})]})}));exports.TN=a;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TO: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#c10000"}),React.createElement("path",{d:"M0 0h250v200.3H0z",fill:"#fff"}),React.createElement("g",{fill:"#c10000"},React.createElement("path",{d:"M102.8 31.2h39.9v139.6h-39.8z"}),React.createElement("path",{d:"M192.6 81v40H53V81z"}))))}));exports.TO=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var t=e.borderRadius,h=e.height,a=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:t,height:h,viewBox:"0 0 640 480",width:a,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#c10000"}),i.jsx("path",{d:"M0 0h250v200.3H0z",fill:"#fff"}),i.jsxs("g",{fill:"#c10000",children:[i.jsx("path",{d:"M102.8 31.2h39.9v139.6h-39.8z"}),i.jsx("path",{d:"M192.6 81v40H53V81z"})]})]})})}));exports.TO=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TR: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var r=e.borderRadius,c=e.height,l=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:r,height:c,viewBox:"0 0 640 480",width:l},React.createElement("g",{fillRule:"evenodd"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#e30a17"}),React.createElement("path",{d:"M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z",fill:"#fff"}),React.createElement("path",{d:"M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z",fill:"#e30a17"}),React.createElement("path",{d:"m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z",fill:"#fff"})))}));exports.TR=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(e,s){var a=e.borderRadius,t=e.height,l=e.width;return i.jsx(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:l,children:i.jsxs("g",{fillRule:"evenodd",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#e30a17"}),i.jsx("path",{d:"M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z",fill:"#fff"}),i.jsx("path",{d:"M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z",fill:"#e30a17"}),i.jsx("path",{d:"m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z",fill:"#fff"})]})})}));exports.TR=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TT: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,l=e.height,i=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:l,viewBox:"0 0 640 480",width:i},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#fff"}),React.createElement("path",{d:"M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z",fill:"#e00000",fillRule:"evenodd"}),React.createElement("path",{d:"M27.7.2h118.6l468.2 479.3H492.2L27.7.2z",fillRule:"evenodd"}))}));exports.TT=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(e,l){var s=e.borderRadius,t=e.height,a=e.width;return i.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:t,viewBox:"0 0 640 480",width:a,children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z",fill:"#e00000",fillRule:"evenodd"}),i.jsx("path",{d:"M27.7.2h118.6l468.2 479.3H492.2L27.7.2z",fillRule:"evenodd"})]})}));exports.TT=l;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TV: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TV.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var l=e.forwardRef((function(l,a){var c=l.borderRadius,r=l.height,h=l.width,i=e.useId();return React.createElement(t.FlagIconBase,{ref:a,borderRadius:c,height:r,viewBox:"0 0 640 480",width:h},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(i,"-0")},React.createElement("path",{d:"M0 0h640v480H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(i,"-0)")},React.createElement("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)"},React.createElement("path",{d:"M506-19.8h486V496H506z"}),React.createElement("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})),React.createElement("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),React.createElement("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),React.createElement("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),React.createElement("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),React.createElement("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),React.createElement("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),React.createElement("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),React.createElement("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),React.createElement("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),React.createElement("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)"},React.createElement("path",{d:"M496 0h496.1v496h-496z"}),React.createElement("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})),React.createElement("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})))}));exports.TV=l;
1
+ "use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),e=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=l.forwardRef((function(i,t){var r=i.borderRadius,s=i.height,d=i.width,a=l.useId();return e.jsxs(h.FlagIconBase,{ref:t,borderRadius:r,height:s,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a,"-0"),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a,"-0)"),children:[e.jsxs("g",{fill:"#009fca",fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(.64508 0 0 .92059 0 23.3)",children:[e.jsx("path",{d:"M506-19.8h486V496H506z"}),e.jsx("rect",{height:"521.4",ry:"0",width:"523.5",y:"-25.3"})]}),e.jsx("path",{d:"M0 0h396v196.6H0z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M0 0v14.8l94.5 48.5 35.5 1L0 0z",fill:"#c00"}),e.jsx("path",{d:"M40.5 0 155 59.8V0H40.5z",fill:"#006"}),e.jsx("path",{d:"M170.3 0v76.4H0V120h170.3v76.4h52.3V120H393V76.4H222.7V0h-52.4z",fill:"#c00"}),e.jsx("path",{d:"M238 0v56.4l112-56L238 0z",fill:"#006"}),e.jsx("path",{d:"m241.5 62.5 31.5-.2L395.4.4l-32.5.6-121.4 61.5z",fill:"#c00"}),e.jsx("path",{d:"M0 132.7v41.9l78.6-41.4-78.6-.5z",fill:"#006"}),e.jsx("path",{d:"m302.6 134.5-32.8-.3 123.5 61.5-.8-14-90-47.2zM30.7 196.7 146.5 136l-30.4.2L0 196.6",fill:"#c00"}),e.jsx("path",{d:"M394.6 17.3 301 63.6l92.3.4v69h-78.6l77.9 42.3 1.1 21.4-41.6-.5-113.8-55.8v56.3h-82.9v-56.3L48.6 196.6l-48.2.1v196.4h785.8V.3L395.4 0M.4 22.2 0 63l82.7 1L.4 22.2z",fill:"#006"}),e.jsxs("g",{fill:"#009fca",fillRule:"evenodd",transform:"scale(.79241 .79977)",children:[e.jsx("path",{d:"M496 0h496.1v496h-496z"}),e.jsx("rect",{height:"251.4",rx:"0",ry:"0",width:"525.8",x:"-2.3",y:"244.6"})]}),e.jsx("path",{d:"M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z",fill:"#fff40d",fillRule:"evenodd"})]})]})}));exports.TV=i;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TW: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,l){var c=a.borderRadius,r=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:l,borderRadius:c,height:r,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)"},React.createElement("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),React.createElement("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),React.createElement("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),React.createElement("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),React.createElement("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})))}));exports.TW=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var s=e.forwardRef((function(s,t){var l=s.borderRadius,a=s.height,d=s.width,h=e.useId();return i.jsxs(r.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 640 480",width:d,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(h,"-0"),children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(h,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[i.jsx("path",{d:"M0 0h768v512H0z",fill:"#fe0000"}),i.jsx("path",{d:"M0 0h385.7v256H0z",fill:"#000095"}),i.jsx("path",{d:"m282.1 178.6-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z",fill:"#fff"}),i.jsx("path",{d:"m238.5 175-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z",fill:"#000095"}),i.jsx("path",{d:"M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z",fill:"#fff"})]})]})}));exports.TW=s;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const TZ: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/TZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(a,r){var c=a.borderRadius,l=a.height,i=a.width,n=e.useId();return React.createElement(t.FlagIconBase,{ref:r,borderRadius:c,height:l,viewBox:"0 0 640 480",width:i},React.createElement("defs",null,React.createElement("clipPath",{id:"".concat(n,"-0")},React.createElement("path",{d:"M10 0h160v120H10z",fillOpacity:".7"}))),React.createElement("g",{clipPath:"url(#".concat(n,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)"},React.createElement("path",{d:"M0 0h180v120H0z",fill:"#09f"}),React.createElement("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),React.createElement("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),React.createElement("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})))}));exports.TZ=a;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(t,s){var a=t.borderRadius,h=t.height,l=t.width,d=e.useId();return i.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:l,children:[i.jsx("defs",{children:i.jsx("clipPath",{id:"".concat(d,"-0"),children:i.jsx("path",{d:"M10 0h160v120H10z",fillOpacity:".7"})})}),i.jsxs("g",{clipPath:"url(#".concat(d,"-0)"),fillRule:"evenodd",strokeWidth:"1pt",transform:"matrix(4 0 0 4 -40 0)",children:[i.jsx("path",{d:"M0 0h180v120H0z",fill:"#09f"}),i.jsx("path",{d:"M0 0h180L0 120V0z",fill:"#090"}),i.jsx("path",{d:"M0 120h40l140-95V0h-40L0 95v25z"}),i.jsx("path",{d:"M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z",fill:"#ff0"})]})]})}));exports.TZ=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const UA: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/UA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var r=e.forwardRef((function(e,r){var a=e.borderRadius,i=e.height,c=e.width;return React.createElement(t.FlagIconBase,{ref:r,borderRadius:a,height:i,viewBox:"0 0 640 480",width:c},React.createElement("g",{fillRule:"evenodd",strokeWidth:"1pt"},React.createElement("path",{d:"M0 0h640v480H0z",fill:"#ffd500"}),React.createElement("path",{d:"M0 0h640v240H0z",fill:"#005bbb"})))}));exports.UA=r;
1
+ "use strict";var e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var t=e.forwardRef((function(e,t){var s=e.borderRadius,a=e.height,d=e.width;return i.jsx(r.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:d,children:i.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#ffd500"}),i.jsx("path",{d:"M0 0h640v240H0z",fill:"#005bbb"})]})})}));exports.UA=t;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const UG: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};
package/icons/flags/UG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=e.forwardRef((function(e,a){var l=e.borderRadius,c=e.height,r=e.width;return React.createElement(t.FlagIconBase,{ref:a,borderRadius:l,height:c,viewBox:"0 0 24 25",width:r},React.createElement("path",{d:"M24 18.667V18H0v.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667Z",fill:"#D90001"}),React.createElement("path",{d:"M0 15.334h24V18H0v-2.666Z",fill:"#FCDC02"}),React.createElement("path",{d:"M0 12.667h24v2.666H0v-2.666Z",fill:"#141414"}),React.createElement("path",{d:"M0 10h24v2.667H0V10Z",fill:"#D90001"}),React.createElement("path",{d:"M0 7.333h24V10H0V7.333Z",fill:"#FCDC02"}),React.createElement("path",{d:"M0 6.667v.666h24v-.666A2.667 2.667 0 0 0 21.333 4H2.667A2.667 2.667 0 0 0 0 6.667Z",fill:"#141414"}),React.createElement("path",{d:"M12 15.333A2.667 2.667 0 1 0 12 10a2.667 2.667 0 0 0 0 5.333Z",fill:"#fff"}),React.createElement("path",{d:"m11.563 10.688-.178-.47s.386-.134.761 0c.286.104.313.47.313.47l-.448.135-.448-.136Z",fill:"#D90000"}),React.createElement("path",{d:"M11.73 10.615v-.456s.073-.029.281 0a.441.441 0 0 1 .302.174l-.292.355-.292-.073Z",fill:"#FCDC02"}),React.createElement("path",{d:"M11.83 11.93c-.055-.096 0-.666.16-.707.159-.042.465-.542 0-.708-.466-.167-.563.32-.563.32s-.46.134-.403.25c.055.11.445-.042.528.054.083.097-.041.237-.375.626-.333.39-.111.916.042 1.053.152.136.333.239.472.364.138.124.298.194.298.194v.403s-.465.041-.687.014c-.222-.027-.375.125-.43.305-.057.18.083.278.083.14 0-.14.055-.056.068.055.012.111.112.07.112-.07 0-.138.055-.083.069-.014.014.07.111-.027.125-.11.014-.084.139-.126.25-.154.112-.027.41.028.41.028v.736s-.618.041-.674.125c-.055.084.375.07.375.07s-.125.236-.07.25c.057.014.445-.236.598-.264.153-.029.389.069.417 0 .028-.07-.375-.167-.417-.237-.042-.069-.125-.708-.125-.708s.18-.014.403 0c.222.014.167-.18.028-.375-.139-.194-.014-.25.222-.208.236.042.417 0 .417-.375 0-.376-1.278-.959-1.333-1.056Zm.486 1.806h-.153l.056-.278s.194.278.097.278Z",fill:"#141414"}),React.createElement("path",{d:"M11.65 11.208c.019-.166-.25-.152-.265 0-.014.153.237.237.264 0Z",fill:"#D90000"}),React.createElement("path",{d:"M11.833 12.031c.077-.027.938.365 1.167.47.23.103.202.5.163.738-.038.24-.174.313-.174.313s-.15-.387-.625-.573c-.638-.25-.823-.844-.53-.948Z",fill:"#9CA69C"}),React.createElement("path",{d:"M12.802 12.49c.28.073.875.207.927.812.052.604-.566.959-.566.959l.104-.188-.184.063.08-.136-.288.063s.483-.386.314-.73c.013.287-.179.365-.179.365s.165-.397-.552-.833l.187-.048-.186-.15.396.15-.188-.233.374.146-.239-.24Z",fill:"#D90000"}),React.createElement("path",{d:"M11.73 10.89a.068.068 0 1 1-.137 0c0-.037.03-.067.068-.067.038 0 .068.03.068.068Z",fill:"#9CA69C"}))}));exports.UG=a;
1
+ "use strict";var s=require("react"),l=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime");require("../../style-inject.es-d4ddeae4.js");var i=s.forwardRef((function(s,i){var h=s.borderRadius,t=s.height,e=s.width;return a.jsxs(l.FlagIconBase,{ref:i,borderRadius:h,height:t,viewBox:"0 0 24 25",width:e,children:[a.jsx("path",{d:"M24 18.667V18H0v.667a2.667 2.667 0 0 0 2.667 2.666h18.666A2.667 2.667 0 0 0 24 18.667Z",fill:"#D90001"}),a.jsx("path",{d:"M0 15.334h24V18H0v-2.666Z",fill:"#FCDC02"}),a.jsx("path",{d:"M0 12.667h24v2.666H0v-2.666Z",fill:"#141414"}),a.jsx("path",{d:"M0 10h24v2.667H0V10Z",fill:"#D90001"}),a.jsx("path",{d:"M0 7.333h24V10H0V7.333Z",fill:"#FCDC02"}),a.jsx("path",{d:"M0 6.667v.666h24v-.666A2.667 2.667 0 0 0 21.333 4H2.667A2.667 2.667 0 0 0 0 6.667Z",fill:"#141414"}),a.jsx("path",{d:"M12 15.333A2.667 2.667 0 1 0 12 10a2.667 2.667 0 0 0 0 5.333Z",fill:"#fff"}),a.jsx("path",{d:"m11.563 10.688-.178-.47s.386-.134.761 0c.286.104.313.47.313.47l-.448.135-.448-.136Z",fill:"#D90000"}),a.jsx("path",{d:"M11.73 10.615v-.456s.073-.029.281 0a.441.441 0 0 1 .302.174l-.292.355-.292-.073Z",fill:"#FCDC02"}),a.jsx("path",{d:"M11.83 11.93c-.055-.096 0-.666.16-.707.159-.042.465-.542 0-.708-.466-.167-.563.32-.563.32s-.46.134-.403.25c.055.11.445-.042.528.054.083.097-.041.237-.375.626-.333.39-.111.916.042 1.053.152.136.333.239.472.364.138.124.298.194.298.194v.403s-.465.041-.687.014c-.222-.027-.375.125-.43.305-.057.18.083.278.083.14 0-.14.055-.056.068.055.012.111.112.07.112-.07 0-.138.055-.083.069-.014.014.07.111-.027.125-.11.014-.084.139-.126.25-.154.112-.027.41.028.41.028v.736s-.618.041-.674.125c-.055.084.375.07.375.07s-.125.236-.07.25c.057.014.445-.236.598-.264.153-.029.389.069.417 0 .028-.07-.375-.167-.417-.237-.042-.069-.125-.708-.125-.708s.18-.014.403 0c.222.014.167-.18.028-.375-.139-.194-.014-.25.222-.208.236.042.417 0 .417-.375 0-.376-1.278-.959-1.333-1.056Zm.486 1.806h-.153l.056-.278s.194.278.097.278Z",fill:"#141414"}),a.jsx("path",{d:"M11.65 11.208c.019-.166-.25-.152-.265 0-.014.153.237.237.264 0Z",fill:"#D90000"}),a.jsx("path",{d:"M11.833 12.031c.077-.027.938.365 1.167.47.23.103.202.5.163.738-.038.24-.174.313-.174.313s-.15-.387-.625-.573c-.638-.25-.823-.844-.53-.948Z",fill:"#9CA69C"}),a.jsx("path",{d:"M12.802 12.49c.28.073.875.207.927.812.052.604-.566.959-.566.959l.104-.188-.184.063.08-.136-.288.063s.483-.386.314-.73c.013.287-.179.365-.179.365s.165-.397-.552-.833l.187-.048-.186-.15.396.15-.188-.233.374.146-.239-.24Z",fill:"#D90000"}),a.jsx("path",{d:"M11.73 10.89a.068.068 0 1 1-.137 0c0-.037.03-.067.068-.067.038 0 .068.03.068.068Z",fill:"#9CA69C"})]})}));exports.UG=i;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ borderRadius?: number;
3
+ height: number;
4
+ width: number;
5
+ };
6
+ export declare const UM: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<SVGSVGElement>>;
7
+ export {};