@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
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,t=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:t,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M10.5 13a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m3.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M15.489 6.75h3.761a.75.75 0 0 1 0 1.5h-.561l-.786 9.233A2.75 2.75 0 0 1 15.163 20H8.837a2.75 2.75 0 0 1-2.74-2.517L5.31 8.25h-.56a.75.75 0 0 1 0-1.5h3.761a2.75 2.75 0 0 1 2.739-2.5h1.5a2.75 2.75 0 0 1 2.739 2.5m-8.672 1.5.775 9.106A1.25 1.25 0 0 0 8.837 18.5h6.326c.65 0 1.19-.497 1.245-1.144l.775-9.106zm7.158-1.5c-.116-.57-.62-1-1.225-1h-1.5c-.605 0-1.11.43-1.225 1z",fill:"currentColor",fillRule:"evenodd"}))}));exports.TrashCanIcon=r;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("react/jsx-runtime");require("../styles/constants/theme.js");var s=e.forwardRef((function(e,s){var l=e.className,c=e.color,o=e.inlineBlock,i=e.size;return a.jsxs(r.IconBase,{ref:s,className:l,color:c,inlineBlock:o,size:i,viewBox:"0 0 24 24",children:[a.jsx("path",{d:"M10.5 13a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m3.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z",fill:"currentColor"}),a.jsx("path",{clipRule:"evenodd",d:"M15.489 6.75h3.761a.75.75 0 0 1 0 1.5h-.561l-.786 9.233A2.75 2.75 0 0 1 15.163 20H8.837a2.75 2.75 0 0 1-2.74-2.517L5.31 8.25h-.56a.75.75 0 0 1 0-1.5h3.761a2.75 2.75 0 0 1 2.739-2.5h1.5a2.75 2.75 0 0 1 2.739 2.5m-8.672 1.5.775 9.106A1.25 1.25 0 0 0 8.837 18.5h6.326c.65 0 1.19-.497 1.245-1.144l.775-9.106zm7.158-1.5c-.116-.57-.62-1-1.225-1h-1.5c-.605 0-1.11.43-1.225 1z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.TrashCanIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const TriangleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var a=e.className,o=e.color,t=e.inlineBlock,n=e.size;return React.createElement(r.IconBase,{ref:c,className:a,color:o||"gray400",inlineBlock:t,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z",fill:"currentColor"}))}));exports.TriangleDuotoneIcon=c;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),s=require("react/jsx-runtime");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var o=e.className,i=e.color,n=e.inlineBlock,a=e.size;return s.jsx(r.IconBase,{ref:c,className:o,color:i||"gray400",inlineBlock:n,size:a,viewBox:"0 0 24 24",children:s.jsx("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z",fill:"currentColor"})})}));exports.TriangleDuotoneIcon=c;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const TriangleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var l=e.className,a=e.color,n=e.inlineBlock,o=e.size;return React.createElement(r.IconBase,{ref:c,className:l,color:a,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M13.118 6.163c-.46-.921-1.776-.921-2.236 0L5.618 16.691A1.25 1.25 0 0 0 6.736 18.5h10.528a1.25 1.25 0 0 0 1.118-1.809zm-3.578-.67c1.014-2.028 3.906-2.028 4.92 0l5.264 10.527c.914 1.829-.416 3.98-2.46 3.98H6.736c-2.044 0-3.374-2.151-2.46-3.98z",fill:"currentColor",fillRule:"evenodd"}))}));exports.TriangleIcon=c;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),c=require("react/jsx-runtime");require("../styles/constants/theme.js");var s=e.forwardRef((function(e,s){var i=e.className,l=e.color,n=e.inlineBlock,o=e.size;return c.jsx(r.IconBase,{ref:s,className:i,color:l,inlineBlock:n,size:o,viewBox:"0 0 24 24",children:c.jsx("path",{clipRule:"evenodd",d:"M13.118 6.163c-.46-.921-1.776-.921-2.236 0L5.618 16.691A1.25 1.25 0 0 0 6.736 18.5h10.528a1.25 1.25 0 0 0 1.118-1.809zm-3.578-.67c1.014-2.028 3.906-2.028 4.92 0l5.264 10.527c.914 1.829-.416 3.98-2.46 3.98H6.736c-2.044 0-3.374-2.151-2.46-3.98z",fill:"currentColor",fillRule:"evenodd"})})}));exports.TriangleIcon=s;
@@ -0,0 +1,5 @@
1
+ import type { Color } from "../types/Color";
2
+ import type { IconProps } from "../types/IconProps";
3
+ export declare const TruckDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
4
+ secondaryColor?: Color;
5
+ } & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var t=e.className,o=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:c,className:t,color:o||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M20.317 11.105 17.68 9.077l-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.526 1.254 2.75 2.765 2.75H18.25A2.75 2.75 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387","data-is-secondary-color":"true",fill:"".concat(n?r.theme[n]:r.theme.gray400)}),React.createElement("path",{d:"M15.041 6.75a.25.25 0 0 1 .246.205l.249 1.366a1 1 0 0 1-.984 1.179H11.75a.25.25 0 0 1-.25-.25v-2.4a.1.1 0 0 1 .1-.1zm-10.02 9.157a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687m8.5 0a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687",fill:"currentColor"}))}));exports.TruckDuotoneIcon=c;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),o=require("react/jsx-runtime"),s=e.forwardRef((function(e,s){var c=e.className,t=e.color,n=e.inlineBlock,i=e.secondaryColor,l=e.size;return o.jsxs(r.IconBase,{ref:s,className:c,color:t||"gray800",inlineBlock:n,size:l,viewBox:"0 0 24 24",children:[o.jsx("path",{d:"M20.317 11.105 17.68 9.077l-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.526 1.254 2.75 2.765 2.75H18.25A2.75 2.75 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387","data-is-secondary-color":"true",fill:"".concat(i?a.theme[i]:a.theme.gray400)}),o.jsx("path",{d:"M15.041 6.75a.25.25 0 0 1 .246.205l.249 1.366a1 1 0 0 1-.984 1.179H11.75a.25.25 0 0 1-.25-.25v-2.4a.1.1 0 0 1 .1-.1zm-10.02 9.157a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687m8.5 0a2.75 2.75 0 1 1 5.458.687 2.75 2.75 0 0 1-5.458-.687",fill:"currentColor"})]})}));exports.TruckDuotoneIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const TruckIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var r=e.className,l=e.color,o=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:c,className:r,color:l,inlineBlock:o,size:n,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M5.75 6.5c-.69 0-1.25.56-1.25 1.25V14c0 .498.302.934.736 1.134a2.75 2.75 0 0 1 5.076.116h3.376a2.75 2.75 0 0 1 5.076-.116c.434-.2.736-.636.736-1.134v-1.508a.25.25 0 0 0-.098-.198l-2.657-2.044H13.5a2.75 2.75 0 0 1-2.75-2.75v-1zm6.5 0v1c0 .69.56 1.25 1.25 1.25h2.585l-.41-2.049a.25.25 0 0 0-.245-.201zm5.43 2.577-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.27.868 2.33 2.029 2.65a2.75 2.75 0 0 0 5.426.1h3.09a2.75 2.75 0 0 0 5.426-.1A2.76 2.76 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387zm-.19 7.008.001.017q.009.072.009.148a1.25 1.25 0 1 1-.01-.165m-10.981.017a1.25 1.25 0 1 0 2.483.296 1.25 1.25 0 0 0-2.483-.296",fill:"currentColor",fillRule:"evenodd"}))}));exports.TruckIcon=c;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("react/jsx-runtime");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var s=e.className,l=e.color,i=e.inlineBlock,o=e.size;return a.jsx(r.IconBase,{ref:c,className:s,color:l,inlineBlock:i,size:o,viewBox:"0 0 24 24",children:a.jsx("path",{clipRule:"evenodd",d:"M5.75 6.5c-.69 0-1.25.56-1.25 1.25V14c0 .498.302.934.736 1.134a2.75 2.75 0 0 1 5.076.116h3.376a2.75 2.75 0 0 1 5.076-.116c.434-.2.736-.636.736-1.134v-1.508a.25.25 0 0 0-.098-.198l-2.657-2.044H13.5a2.75 2.75 0 0 1-2.75-2.75v-1zm6.5 0v1c0 .69.56 1.25 1.25 1.25h2.585l-.41-2.049a.25.25 0 0 0-.245-.201zm5.43 2.577-.534-2.67A1.75 1.75 0 0 0 15.43 5H5.75A2.75 2.75 0 0 0 3 7.75V14c0 1.27.868 2.33 2.029 2.65a2.75 2.75 0 0 0 5.426.1h3.09a2.75 2.75 0 0 0 5.426-.1A2.76 2.76 0 0 0 21 14v-1.508a1.75 1.75 0 0 0-.683-1.387zm-.19 7.008.001.017q.009.072.009.148a1.25 1.25 0 1 1-.01-.165m-10.981.017a1.25 1.25 0 1 0 2.483.296 1.25 1.25 0 0 0-2.483-.296",fill:"currentColor",fillRule:"evenodd"})})}));exports.TruckIcon=c;
@@ -0,0 +1,5 @@
1
+ import type { Color } from "../types/Color";
2
+ import type { IconProps } from "../types/IconProps";
3
+ export declare const UFODuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
4
+ secondaryColor?: Color;
5
+ } & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),c=require("../styles/constants/theme.js"),r=e.forwardRef((function(e,r){var l=e.className,t=e.color,o=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(a.IconBase,{ref:r,className:l,color:t||"gray800",inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M7.284 7.049C7.96 5.373 9.747 4.25 11.75 4.25s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313-1.396.747-3.272 1.187-5.304 1.187s-3.908-.44-5.304-1.187C5.082 13.332 4 12.196 4 10.75c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366","data-is-secondary-color":"true",fill:"".concat(n?c.theme[n]:c.theme.gray400),fillRule:"evenodd"}),React.createElement("path",{clipRule:"evenodd",d:"M7.156 7.415C7.707 5.539 9.604 4.25 11.75 4.25s4.043 1.289 4.594 3.165q.154.521.156 1.085c0 .603-.141 1.143-.428 1.603a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035C7.14 9.643 7 9.103 7 8.5q.002-.563.156-1.085",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M9.25 16a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0v-2.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor"}))}));exports.UFODuotoneIcon=r;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),o=require("react/jsx-runtime"),s=e.forwardRef((function(e,s){var l=e.className,c=e.color,n=e.inlineBlock,i=e.secondaryColor,t=e.size;return o.jsxs(r.IconBase,{ref:s,className:l,color:c||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[o.jsx("path",{clipRule:"evenodd",d:"M7.284 7.049C7.96 5.373 9.747 4.25 11.75 4.25s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313-1.396.747-3.272 1.187-5.304 1.187s-3.908-.44-5.304-1.187C5.082 13.332 4 12.196 4 10.75c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366","data-is-secondary-color":"true",fill:"".concat(i?a.theme[i]:a.theme.gray400),fillRule:"evenodd"}),o.jsx("path",{clipRule:"evenodd",d:"M7.156 7.415C7.707 5.539 9.604 4.25 11.75 4.25s4.043 1.289 4.594 3.165q.154.521.156 1.085c0 .603-.141 1.143-.428 1.603a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035C7.14 9.643 7 9.103 7 8.5q.002-.563.156-1.085",fill:"currentColor",fillRule:"evenodd"}),o.jsx("path",{d:"M9.25 16a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0v-2.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor"})]})}));exports.UFODuotoneIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const UFOIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
package/icons/UFOIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var r=e.className,s=e.color,l=e.inlineBlock,o=e.size;return React.createElement(a.IconBase,{ref:c,className:r,color:s,inlineBlock:l,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 5.5c-1.583 0-2.819.943-3.155 2.088a2.3 2.3 0 0 0-.095.662c0 .363.083.62.201.81.12.192.303.36.572.502.56.297 1.411.438 2.477.438s1.917-.141 2.477-.438c.269-.142.452-.31.572-.502.118-.19.201-.447.201-.81q-.001-.344-.095-.662C14.819 6.443 13.583 5.5 12 5.5M7.534 6.799C8.21 5.123 9.997 4 12 4s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313C15.908 14.56 14.032 15 12 15s-3.908-.44-5.304-1.187C5.332 13.082 4.25 11.946 4.25 10.5c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366m-.269 1.787c-.354.203-.65.423-.884.651-.445.436-.631.866-.631 1.263 0 .625.485 1.364 1.654 1.99 1.138.61 2.762 1.01 4.596 1.01s3.458-.4 4.596-1.01c1.169-.626 1.654-1.365 1.654-1.99 0-.397-.186-.827-.63-1.263a4.4 4.4 0 0 0-.885-.65c-.044.468-.18.893-.413 1.266a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035 2.9 2.9 0 0 1-.413-1.267M9.5 15.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0V16.5a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor",fillRule:"evenodd"}))}));exports.UFOIcon=c;
1
+ "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),c=require("react/jsx-runtime");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var s=e.className,i=e.color,o=e.inlineBlock,l=e.size;return c.jsx(a.IconBase,{ref:r,className:s,color:i,inlineBlock:o,size:l,viewBox:"0 0 24 24",children:c.jsx("path",{clipRule:"evenodd",d:"M12 5.5c-1.583 0-2.819.943-3.155 2.088a2.3 2.3 0 0 0-.095.662c0 .363.083.62.201.81.12.192.303.36.572.502.56.297 1.411.438 2.477.438s1.917-.141 2.477-.438c.269-.142.452-.31.572-.502.118-.19.201-.447.201-.81q-.001-.344-.095-.662C14.819 6.443 13.583 5.5 12 5.5M7.534 6.799C8.21 5.123 9.997 4 12 4s3.79 1.123 4.467 2.799c.87.348 1.63.808 2.201 1.366.647.633 1.082 1.428 1.082 2.335 0 1.446-1.082 2.582-2.446 3.313C15.908 14.56 14.032 15 12 15s-3.908-.44-5.304-1.187C5.332 13.082 4.25 11.946 4.25 10.5c0-.907.435-1.702 1.082-2.335.57-.558 1.33-1.018 2.202-1.366m-.269 1.787c-.354.203-.65.423-.884.651-.445.436-.631.866-.631 1.263 0 .625.485 1.364 1.654 1.99 1.138.61 2.762 1.01 4.596 1.01s3.458-.4 4.596-1.01c1.169-.626 1.654-1.365 1.654-1.99 0-.397-.186-.827-.63-1.263a4.4 4.4 0 0 0-.885-.65c-.044.468-.18.893-.413 1.266a2.93 2.93 0 0 1-1.142 1.035c-.888.47-2.037.612-3.18.612s-2.292-.142-3.18-.612a2.93 2.93 0 0 1-1.142-1.035 2.9 2.9 0 0 1-.413-1.267M9.5 15.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v2.75a.75.75 0 0 1-1.5 0V16.5a.75.75 0 0 1 .75-.75m2.5 0a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75",fill:"currentColor",fillRule:"evenodd"})})}));exports.UFOIcon=r;
@@ -0,0 +1,5 @@
1
+ import type { Color } from "../types/Color";
2
+ import type { IconProps } from "../types/IconProps";
3
+ export declare const UserDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
4
+ secondaryColor?: Color;
5
+ } & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),c=require("../styles/constants/theme.js"),a=e.forwardRef((function(e,a){var o=e.className,t=e.color,l=e.inlineBlock,n=e.secondaryColor,s=e.size;return React.createElement(r.IconBase,{ref:a,className:o,color:t||"gray800",inlineBlock:l,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M12 13.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64","data-is-secondary-color":"true",fill:"".concat(n?c.theme[n]:c.theme.gray400)}))}));exports.UserDuotoneIcon=a;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),c=require("react/jsx-runtime"),s=e.forwardRef((function(e,s){var a=e.className,l=e.color,n=e.inlineBlock,i=e.secondaryColor,t=e.size;return c.jsxs(r.IconBase,{ref:s,className:a,color:l||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[c.jsx("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8",fill:"currentColor",fillRule:"evenodd"}),c.jsx("path",{d:"M12 13.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400)})]})}));exports.UserDuotoneIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const UserIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
package/icons/UserIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var a=e.className,s=e.color,l=e.inlineBlock,o=e.size;return React.createElement(c.IconBase,{ref:r,className:a,color:s,inlineBlock:l,size:o,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8M9.5 8a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0m2.5 5.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64m-6.426 4.376c.693-1.23 2.338-2.876 6.426-2.876s5.733 1.645 6.426 2.876c.12.211.086.37-.041.521-.155.183-.473.353-.892.353H6.507c-.418 0-.736-.17-.891-.352-.128-.151-.16-.31-.042-.522",fill:"currentColor",fillRule:"evenodd"}))}));exports.UserIcon=r;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),c=require("react/jsx-runtime");require("../styles/constants/theme.js");var s=e.forwardRef((function(e,s){var a=e.className,i=e.color,o=e.inlineBlock,l=e.size;return c.jsx(r.IconBase,{ref:s,className:a,color:i,inlineBlock:o,size:l,viewBox:"0 0 24 24",children:c.jsx("path",{clipRule:"evenodd",d:"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8M9.5 8a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0m2.5 5.25c-4.586 0-6.753 1.9-7.733 3.64a1.9 1.9 0 0 0 .205 2.228c.477.562 1.236.882 2.035.882h10.986c.799 0 1.559-.32 2.035-.882a1.905 1.905 0 0 0 .206-2.228c-.98-1.74-3.148-3.64-7.734-3.64m-6.426 4.376c.693-1.23 2.338-2.876 6.426-2.876s5.733 1.645 6.426 2.876c.12.211.086.37-.041.521-.155.183-.473.353-.892.353H6.507c-.418 0-.736-.17-.891-.352-.128-.151-.16-.31-.042-.522",fill:"currentColor",fillRule:"evenodd"})})}));exports.UserIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const UsersIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var r=e.className,l=e.color,o=e.inlineBlock,s=e.size;return React.createElement(c.IconBase,{ref:a,className:r,color:l,inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M9.429 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m0 3.75c-1.893 0-3.557 1.508-3.926 3.633v.027a.1.1 0 0 0 .02.03c.028.03.083.06.156.06h7.5c.073 0 .127-.03.155-.06a.1.1 0 0 0 .02-.03v-.027c-.368-2.125-2.033-3.633-3.925-3.633m-5.404 3.376c.473-2.722 2.665-4.876 5.404-4.876s4.93 2.154 5.403 4.876c.19 1.092-.73 1.874-1.653 1.874h-7.5c-.924 0-1.843-.782-1.654-1.874",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{clipRule:"evenodd",d:"M13.679 14a.75.75 0 0 1 .75-.75c1.7 0 3.013.509 3.936 1.44.91.917 1.358 2.16 1.505 3.478.118 1.052-.753 1.832-1.69 1.832h-1.813a.75.75 0 0 1 0-1.5h1.813a.23.23 0 0 0 .164-.065.12.12 0 0 0 .037-.1c-.124-1.105-.482-1.987-1.08-2.59-.584-.589-1.483-.995-2.871-.995a.75.75 0 0 1-.75-.75m-.001-9.25a.75.75 0 0 1 .75-.75c1.049 0 1.983.322 2.66.956.683.64 1.04 1.534 1.04 2.544s-.357 1.905-1.04 2.544c-.677.634-1.611.956-2.66.956a.75.75 0 0 1 0-1.5c.745 0 1.287-.225 1.635-.551.344-.322.565-.802.565-1.449s-.221-1.127-.565-1.449c-.348-.326-.89-.551-1.635-.551a.75.75 0 0 1-.75-.75",fill:"currentColor",fillRule:"evenodd"}))}));exports.UsersIcon=a;
1
+ "use strict";var e=require("react"),c=require("./icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../styles/constants/theme.js");var s=e.forwardRef((function(e,s){var a=e.className,l=e.color,o=e.inlineBlock,i=e.size;return r.jsxs(c.IconBase,{ref:s,className:a,color:l,inlineBlock:o,size:i,viewBox:"0 0 24 24",children:[r.jsx("path",{clipRule:"evenodd",d:"M9.429 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m0 3.75c-1.893 0-3.557 1.508-3.926 3.633v.027a.1.1 0 0 0 .02.03c.028.03.083.06.156.06h7.5c.073 0 .127-.03.155-.06a.1.1 0 0 0 .02-.03v-.027c-.368-2.125-2.033-3.633-3.925-3.633m-5.404 3.376c.473-2.722 2.665-4.876 5.404-4.876s4.93 2.154 5.403 4.876c.19 1.092-.73 1.874-1.653 1.874h-7.5c-.924 0-1.843-.782-1.654-1.874",fill:"currentColor",fillRule:"evenodd"}),r.jsx("path",{clipRule:"evenodd",d:"M13.679 14a.75.75 0 0 1 .75-.75c1.7 0 3.013.509 3.936 1.44.91.917 1.358 2.16 1.505 3.478.118 1.052-.753 1.832-1.69 1.832h-1.813a.75.75 0 0 1 0-1.5h1.813a.23.23 0 0 0 .164-.065.12.12 0 0 0 .037-.1c-.124-1.105-.482-1.987-1.08-2.59-.584-.589-1.483-.995-2.871-.995a.75.75 0 0 1-.75-.75m-.001-9.25a.75.75 0 0 1 .75-.75c1.049 0 1.983.322 2.66.956.683.64 1.04 1.534 1.04 2.544s-.357 1.905-1.04 2.544c-.677.634-1.611.956-2.66.956a.75.75 0 0 1 0-1.5c.745 0 1.287-.225 1.635-.551.344-.322.565-.802.565-1.449s-.221-1.127-.565-1.449c-.348-.326-.89-.551-1.635-.551a.75.75 0 0 1-.75-.75",fill:"currentColor",fillRule:"evenodd"})]})}));exports.UsersIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const UtahDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var t=e.className,c=e.color,o=e.inlineBlock,s=e.size;return React.createElement(r.IconBase,{ref:a,className:t,color:c||"gray400",inlineBlock:o,size:s,viewBox:"0 0 24 24"},React.createElement("path",{d:"M7.617 4a2.75 2.75 0 0 0-2.744 2.56l-.724 10.5A2.75 2.75 0 0 0 6.893 20h10.263a2.75 2.75 0 0 0 2.747-2.876l-.316-6.91a2.75 2.75 0 0 0-2.747-2.625h-2.09a.25.25 0 0 1-.25-.25V5.75A1.75 1.75 0 0 0 12.75 4z",fill:"currentColor"}))}));exports.UtahDuotoneIcon=a;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("react/jsx-runtime");require("../styles/constants/theme.js");var s=e.forwardRef((function(e,s){var o=e.className,c=e.color,i=e.inlineBlock,n=e.size;return a.jsx(r.IconBase,{ref:s,className:o,color:c||"gray400",inlineBlock:i,size:n,viewBox:"0 0 24 24",children:a.jsx("path",{d:"M7.617 4a2.75 2.75 0 0 0-2.744 2.56l-.724 10.5A2.75 2.75 0 0 0 6.893 20h10.263a2.75 2.75 0 0 0 2.747-2.876l-.316-6.91a2.75 2.75 0 0 0-2.747-2.625h-2.09a.25.25 0 0 1-.25-.25V5.75A1.75 1.75 0 0 0 12.75 4z",fill:"currentColor"})})}));exports.UtahDuotoneIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const UtahIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
package/icons/UtahIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,o=e.inlineBlock,t=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:o,size:t,viewBox:"0 0 24 24"},React.createElement("path",{clipRule:"evenodd",d:"M7.617 5.5A1.25 1.25 0 0 0 6.37 6.664l-.724 10.5A1.25 1.25 0 0 0 6.893 18.5h10.263a1.25 1.25 0 0 0 1.249-1.307l-.317-6.91a1.25 1.25 0 0 0-1.248-1.194h-2.09A1.75 1.75 0 0 1 13 7.34V5.75a.25.25 0 0 0-.25-.25zM4.873 6.56A2.75 2.75 0 0 1 7.617 4h5.133c.966 0 1.75.784 1.75 1.75v1.59c0 .137.112.25.25.25h2.09a2.75 2.75 0 0 1 2.747 2.623l.316 6.911A2.75 2.75 0 0 1 17.156 20H6.893a2.75 2.75 0 0 1-2.744-2.94z",fill:"currentColor",fillRule:"evenodd"}))}));exports.UtahIcon=r;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("react/jsx-runtime");require("../styles/constants/theme.js");var l=e.forwardRef((function(e,l){var s=e.className,c=e.color,i=e.inlineBlock,o=e.size;return a.jsx(r.IconBase,{ref:l,className:s,color:c,inlineBlock:i,size:o,viewBox:"0 0 24 24",children:a.jsx("path",{clipRule:"evenodd",d:"M7.617 5.5A1.25 1.25 0 0 0 6.37 6.664l-.724 10.5A1.25 1.25 0 0 0 6.893 18.5h10.263a1.25 1.25 0 0 0 1.249-1.307l-.317-6.91a1.25 1.25 0 0 0-1.248-1.194h-2.09A1.75 1.75 0 0 1 13 7.34V5.75a.25.25 0 0 0-.25-.25zM4.873 6.56A2.75 2.75 0 0 1 7.617 4h5.133c.966 0 1.75.784 1.75 1.75v1.59c0 .137.112.25.25.25h2.09a2.75 2.75 0 0 1 2.747 2.623l.316 6.911A2.75 2.75 0 0 1 17.156 20H6.893a2.75 2.75 0 0 1-2.744-2.94z",fill:"currentColor",fillRule:"evenodd"})})}));exports.UtahIcon=l;
@@ -0,0 +1,5 @@
1
+ import type { Color } from "../types/Color";
2
+ import type { IconProps } from "../types/IconProps";
3
+ export declare const WarningDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
4
+ secondaryColor?: Color;
5
+ } & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),c=e.forwardRef((function(e,c){var t=e.className,o=e.color,n=e.inlineBlock,s=e.secondaryColor,l=e.size;return React.createElement(a.IconBase,{ref:c,className:t,color:o||"gray800",inlineBlock:n,size:l,viewBox:"0 0 24 24"},React.createElement("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z","data-is-secondary-color":"true",fill:"".concat(s?r.theme[s]:r.theme.gray400)}),React.createElement("path",{d:"M12.75 10a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zm0 5.5a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0z",fill:"currentColor"}))}));exports.WarningDuotoneIcon=c;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),o=require("react/jsx-runtime"),s=e.forwardRef((function(e,s){var c=e.className,n=e.color,t=e.inlineBlock,i=e.secondaryColor,l=e.size;return o.jsxs(r.IconBase,{ref:s,className:c,color:n||"gray800",inlineBlock:t,size:l,viewBox:"0 0 24 24",children:[o.jsx("path",{d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98z","data-is-secondary-color":"true",fill:"".concat(i?a.theme[i]:a.theme.gray400)}),o.jsx("path",{d:"M12.75 10a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0zm0 5.5a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0z",fill:"currentColor"})]})}));exports.WarningDuotoneIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../types/IconProps";
2
+ export declare const WarningIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),a=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var c=e.className,l=e.color,t=e.inlineBlock,n=e.size;return React.createElement(a.IconBase,{ref:r,className:c,color:l,inlineBlock:t,size:n,viewBox:"0 0 24 24"},React.createElement("path",{d:"M12 9.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m0 5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98zm-3.578.671c.46-.921 1.775-.921 2.236 0l5.264 10.528a1.25 1.25 0 0 1-1.118 1.809H6.736a1.25 1.25 0 0 1-1.118-1.809z",fill:"currentColor",fillRule:"evenodd"}))}));exports.WarningIcon=r;
1
+ "use strict";var e=require("react"),r=require("./icon-base/_IconBase.js"),a=require("react/jsx-runtime");require("../styles/constants/theme.js");var c=e.forwardRef((function(e,c){var s=e.className,l=e.color,i=e.inlineBlock,n=e.size;return a.jsxs(r.IconBase,{ref:c,className:s,color:l,inlineBlock:i,size:n,viewBox:"0 0 24 24",children:[a.jsx("path",{d:"M12 9.25a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V10a.75.75 0 0 1 .75-.75m0 5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75",fill:"currentColor"}),a.jsx("path",{clipRule:"evenodd",d:"M14.46 5.492c-1.014-2.027-3.906-2.027-4.92 0L4.276 16.02c-.914 1.83.416 3.98 2.46 3.98h10.528c2.044 0 3.374-2.151 2.46-3.98zm-3.578.671c.46-.921 1.775-.921 2.236 0l5.264 10.528a1.25 1.25 0 0 1-1.118 1.809H6.736a1.25 1.25 0 0 1-1.118-1.809z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.WarningIcon=c;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../types/IconProps";
2
+ export declare const AvatarIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),r=require("../icon-base/_IconBase.js");require("../../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var c=e.className,l=e.color,o=e.inlineBlock,t=e.size;return React.createElement(r.IconBase,{ref:a,className:c,color:l,inlineBlock:o,size:t,viewBox:"0 0 42 44"},React.createElement("path",{clipRule:"evenodd",d:"M21 18.45a8.95 8.95 0 0 0 6.364-2.665A9.15 9.15 0 0 0 30 9.35a9.15 9.15 0 0 0-2.636-6.435A8.95 8.95 0 0 0 21 .25a8.95 8.95 0 0 0-6.364 2.665A9.15 9.15 0 0 0 12 9.35c0 2.414.948 4.728 2.636 6.435A8.95 8.95 0 0 0 21 18.45M0 45.75c0-2.788.543-5.55 1.599-8.126a21.3 21.3 0 0 1 4.552-6.888 21 21 0 0 1 6.813-4.603 20.8 20.8 0 0 1 16.072 0 21 21 0 0 1 6.813 4.603 21.3 21.3 0 0 1 4.553 6.888A21.4 21.4 0 0 1 42 45.75z",fill:"currentColor",fillRule:"evenodd"}))}));exports.AvatarIcon=a;
1
+ "use strict";var e=require("react"),r=require("../icon-base/_IconBase.js"),a=require("react/jsx-runtime");require("../../styles/constants/theme.js");var s=e.forwardRef((function(e,s){var c=e.className,i=e.color,o=e.inlineBlock,l=e.size;return a.jsx(r.IconBase,{ref:s,className:c,color:i,inlineBlock:o,size:l,viewBox:"0 0 42 44",children:a.jsx("path",{clipRule:"evenodd",d:"M21 18.45a8.95 8.95 0 0 0 6.364-2.665A9.15 9.15 0 0 0 30 9.35a9.15 9.15 0 0 0-2.636-6.435A8.95 8.95 0 0 0 21 .25a8.95 8.95 0 0 0-6.364 2.665A9.15 9.15 0 0 0 12 9.35c0 2.414.948 4.728 2.636 6.435A8.95 8.95 0 0 0 21 18.45M0 45.75c0-2.788.543-5.55 1.599-8.126a21.3 21.3 0 0 1 4.552-6.888 21 21 0 0 1 6.813-4.603 20.8 20.8 0 0 1 16.072 0 21 21 0 0 1 6.813 4.603 21.3 21.3 0 0 1 4.553 6.888A21.4 21.4 0 0 1 42 45.75z",fill:"currentColor",fillRule:"evenodd"})})}));exports.AvatarIcon=s;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const ZonosIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),l=require("../../icon-base/_IconBase.js"),c=require("../../../utils/hooks/useAminoTheme.js");require("../../../styles/constants/theme.js"),require("zod"),require("../../../utils/hooks/useStorage.js"),require("../../../utils/storage.js"),require("dayjs");var a=e.forwardRef((function(e,a){var t=e.className,r=e.color,o=e.inlineBlock,n=e.size,h=c.useAminoTheme().aminoTheme;return React.createElement(l.IconBase,{ref:a,className:t,color:r,inlineBlock:o,size:n,viewBox:"0 0 1020 280"},"night"===h?React.createElement(React.Fragment,null,React.createElement("path",{d:"M464 63H354a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19l-68.571 92.69a7.999 7.999 0 0 0-1.569 4.758V213a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4h-64.533c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 468 84.362V67a4 4 0 0 0-4-4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M532 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M626 68.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-93.028c0-4.675 2.716-8.925 6.959-10.89l30-13.888C702.911 92.008 712 97.816 712 106.579v106.917a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V106.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H630a4 4 0 0 0-4 4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M808 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M945.254 63h34.015C1001.76 63 1020 81.236 1020 103.731a3.701 3.701 0 0 1-3.24 3.674l-25.256 3.157a3.117 3.117 0 0 1-3.504-3.093C988 100.583 982.417 95 975.531 95h-28.229C939.955 95 934 100.955 934 108.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022c20.12 4.416 34.45 22.236 34.45 42.832 0 24.219-19.63 43.852-43.852 43.852h-33.417C920.236 217 902 198.764 902 176.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C915.329 143.186 902 125.967 902 106.254 902 82.365 921.365 63 945.254 63ZM22 145C22 79.83 74.83 27 140 27s118 52.83 118 118c0 42.17-22.119 79.184-55.414 100.055a1.973 1.973 0 0 1-2.792-.764l-2.809-5.331a2.029 2.029 0 0 1 .721-2.654C227.921 217.171 248 183.435 248 145c0-32.105-14.017-60.944-36.243-80.716l-2.246-1.999a4 4 0 0 0-5.654.337l-12.219 13.801a2.036 2.036 0 0 1-2.711.29C175.15 66.826 158.249 61 140 61c-46.392 0-84 37.608-84 84 0 32.342 18.28 60.403 45.039 74.436l2.657 1.393a3.999 3.999 0 0 0 5.399-1.684l8.662-16.509c.471-.898 1.537-1.297 2.494-.964A59.917 59.917 0 0 0 140 205c33.137 0 60-26.863 60-60s-26.863-60-60-60h-3a4 4 0 0 0-4 4v19.036c0 .955-.678 1.771-1.606 1.999C115.668 113.893 104 128.084 104 145c0 10.819 4.781 20.53 12.322 27.118A35.887 35.887 0 0 0 140 181c19.882 0 36-16.118 36-36 0-16.916-11.668-31.107-27.394-34.965-.928-.228-1.606-1.044-1.606-1.999v-6.178c0-1.225 1.093-2.165 2.293-1.919C170.243 104.237 186 122.778 186 145c0 25.405-20.595 46-46 46-7.704 0-14.946-1.888-21.309-5.221l-2.656-1.391a4 4 0 0 0-5.398 1.685l-8.104 15.446c-.55 1.048-1.886 1.394-2.853.711C81.716 189.55 70 168.639 70 145c0-38.66 31.34-70 70-70 17.872 0 34.165 6.689 46.539 17.71l2.247 2.002a4 4 0 0 0 5.655-.336L206.09 81.22c.773-.872 2.125-.904 2.916-.049C224.526 97.94 234 120.36 234 145c0 36.205-20.467 67.642-50.494 83.35C170.505 235.151 155.712 239 140 239c-40.006 0-74.192-24.995-87.76-60.245l-1.073-2.788a3.999 3.999 0 0 0-5.154-2.302l-16.54 6.286a1.973 1.973 0 0 1-2.599-1.271C23.704 168.014 22 156.711 22 145Z",fill:"currentColor"}),React.createElement("path",{d:"M118 145c0-12.15 9.85-22 22-22s22 9.85 22 22-9.85 22-22 22a21.886 21.886 0 0 1-14.466-5.425C120.906 157.532 118 151.61 118 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm145.748 43.659a2.029 2.029 0 0 0-2.586-.911C169.076 249.986 154.883 253 140 253c-42.851 0-79.86-24.954-97.312-61.103a2.03 2.03 0 0 0-2.542-1.026l-17.187 6.532a4 4 0 0 1-5.155-2.305l-1.072-2.791C11.09 177.612 8 161.658 8 145 8 72.098 67.098 13 140 13s132 59.098 132 132c0 50.831-28.733 94.939-70.811 116.99l-2.651 1.389a4 4 0 0 1-5.395-1.678l-8.567-16.259Z",fill:"currentColor",fillRule:"evenodd"})):React.createElement(React.Fragment,null,React.createElement("path",{d:"M464 63H354a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19l-68.571 92.69a7.999 7.999 0 0 0-1.569 4.758V213a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4h-64.533c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 468 84.362V67a4 4 0 0 0-4-4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M532 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M626 68.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-93.028c0-4.675 2.716-8.925 6.959-10.89l30-13.888C702.911 92.008 712 97.816 712 106.579v106.917a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V106.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H630a4 4 0 0 0-4 4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M808 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M945.254 63h34.015C1001.76 63 1020 81.236 1020 103.731a3.701 3.701 0 0 1-3.24 3.674l-25.256 3.157a3.117 3.117 0 0 1-3.504-3.093C988 100.583 982.417 95 975.531 95h-28.229C939.955 95 934 100.955 934 108.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022c20.12 4.416 34.45 22.236 34.45 42.832 0 24.219-19.63 43.852-43.852 43.852h-33.417C920.236 217 902 198.764 902 176.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C915.329 143.186 902 125.967 902 106.254 902 82.365 921.365 63 945.254 63ZM20 145C20 78.726 73.726 25 140 25s120 53.726 120 120c0 43.67-23.326 81.899-58.218 102.895a1.973 1.973 0 0 1-2.762-.782l-4.672-8.868a2.03 2.03 0 0 1 .751-2.674C225.613 216.97 246 183.369 246 145c0-31.51-13.755-59.814-35.572-79.222l-.749-.666a4 4 0 0 0-5.653.337l-13.351 15.08C176.728 69.551 159.124 63 140 63c-45.287 0-82 36.713-82 82 0 31.57 17.842 58.964 43.968 72.665l.886.464a3.999 3.999 0 0 0 5.399-1.684l8.545-16.287c.482-.918 1.585-1.312 2.554-.943A57.874 57.874 0 0 0 140 203c32.033 0 58-25.967 58-58s-25.967-58-58-58h-1a4 4 0 0 0-4 4v18.638c0 .992-.729 1.828-1.702 2.022C117.73 114.773 106 128.516 106 145c0 10.218 4.513 19.387 11.638 25.612A33.891 33.891 0 0 0 140 179c18.778 0 34-15.222 34-34 0-16.484-11.73-30.227-27.298-33.34-.973-.194-1.702-1.03-1.702-2.022V99.475c0-1.186 1.027-2.115 2.2-1.939C170.294 101.01 188 120.938 188 145c0 26.51-21.49 48-48 48-8.035 0-15.594-1.97-22.237-5.449l-.885-.464a4 4 0 0 0-5.398 1.685l-8.218 15.663c-.538 1.026-1.836 1.383-2.804.746C80.898 192.302 68 170.154 68 145c0-39.765 32.235-72 72-72 18.381 0 35.144 6.882 47.869 18.217l.749.667a4 4 0 0 0 5.656-.335l11.766-13.29c.76-.859 2.088-.905 2.886-.081C225.69 95.465 236 119.026 236 145c0 36.979-20.906 69.082-51.567 85.122C171.152 237.069 156.043 241 140 241c-40.86 0-75.771-25.53-89.626-61.527l-.358-.929a4 4 0 0 0-5.154-2.302l-16.673 6.336a1.973 1.973 0 0 1-2.589-1.237C21.963 169.883 20 157.675 20 145Z",fill:"currentColor"}),React.createElement("path",{d:"M116 145c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24c-6.047 0-11.56-2.23-15.782-5.918C119.174 158.675 116 152.211 116 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm146.654 41.089a2.027 2.027 0 0 0-2.618-.897C169.753 247.778 155.247 251 140 251c-42.695 0-79.483-25.24-96.278-61.597a2.03 2.03 0 0 0-2.558-1.058l-17.052 6.48a4 4 0 0 1-5.155-2.305l-.358-.93C13.043 177.12 10 161.409 10 145 10 73.203 68.203 15 140 15s130 58.203 130 130c0 50.058-28.294 93.499-69.739 115.218l-.884.463a4 4 0 0 1-5.395-1.678l-8.5-16.131Z",fill:"currentColor",fillRule:"evenodd"})))}));exports.ZonosIcon=a;
1
+ "use strict";var l=require("react"),c=require("../../icon-base/_IconBase.js"),a=require("../../../utils/hooks/useAminoTheme.js"),e=require("react/jsx-runtime");require("../../../styles/constants/theme.js"),require("zod"),require("../../../utils/hooks/useStorage.js"),require("../../../utils/storage.js"),require("dayjs");var r=l.forwardRef((function(l,r){var o=l.className,s=l.color,h=l.inlineBlock,i=l.size,C=a.useAminoTheme().aminoTheme;return e.jsx(c.IconBase,{ref:r,className:o,color:s,inlineBlock:h,size:i,viewBox:"0 0 1020 280",children:"night"===C?e.jsxs(e.Fragment,{children:[e.jsx("path",{d:"M464 63H354a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19l-68.571 92.69a7.999 7.999 0 0 0-1.569 4.758V213a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4h-64.533c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 468 84.362V67a4 4 0 0 0-4-4Z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M532 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M626 68.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-93.028c0-4.675 2.716-8.925 6.959-10.89l30-13.888C702.911 92.008 712 97.816 712 106.579v106.917a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V106.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H630a4 4 0 0 0-4 4Z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M808 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M945.254 63h34.015C1001.76 63 1020 81.236 1020 103.731a3.701 3.701 0 0 1-3.24 3.674l-25.256 3.157a3.117 3.117 0 0 1-3.504-3.093C988 100.583 982.417 95 975.531 95h-28.229C939.955 95 934 100.955 934 108.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022c20.12 4.416 34.45 22.236 34.45 42.832 0 24.219-19.63 43.852-43.852 43.852h-33.417C920.236 217 902 198.764 902 176.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C915.329 143.186 902 125.967 902 106.254 902 82.365 921.365 63 945.254 63ZM22 145C22 79.83 74.83 27 140 27s118 52.83 118 118c0 42.17-22.119 79.184-55.414 100.055a1.973 1.973 0 0 1-2.792-.764l-2.809-5.331a2.029 2.029 0 0 1 .721-2.654C227.921 217.171 248 183.435 248 145c0-32.105-14.017-60.944-36.243-80.716l-2.246-1.999a4 4 0 0 0-5.654.337l-12.219 13.801a2.036 2.036 0 0 1-2.711.29C175.15 66.826 158.249 61 140 61c-46.392 0-84 37.608-84 84 0 32.342 18.28 60.403 45.039 74.436l2.657 1.393a3.999 3.999 0 0 0 5.399-1.684l8.662-16.509c.471-.898 1.537-1.297 2.494-.964A59.917 59.917 0 0 0 140 205c33.137 0 60-26.863 60-60s-26.863-60-60-60h-3a4 4 0 0 0-4 4v19.036c0 .955-.678 1.771-1.606 1.999C115.668 113.893 104 128.084 104 145c0 10.819 4.781 20.53 12.322 27.118A35.887 35.887 0 0 0 140 181c19.882 0 36-16.118 36-36 0-16.916-11.668-31.107-27.394-34.965-.928-.228-1.606-1.044-1.606-1.999v-6.178c0-1.225 1.093-2.165 2.293-1.919C170.243 104.237 186 122.778 186 145c0 25.405-20.595 46-46 46-7.704 0-14.946-1.888-21.309-5.221l-2.656-1.391a4 4 0 0 0-5.398 1.685l-8.104 15.446c-.55 1.048-1.886 1.394-2.853.711C81.716 189.55 70 168.639 70 145c0-38.66 31.34-70 70-70 17.872 0 34.165 6.689 46.539 17.71l2.247 2.002a4 4 0 0 0 5.655-.336L206.09 81.22c.773-.872 2.125-.904 2.916-.049C224.526 97.94 234 120.36 234 145c0 36.205-20.467 67.642-50.494 83.35C170.505 235.151 155.712 239 140 239c-40.006 0-74.192-24.995-87.76-60.245l-1.073-2.788a3.999 3.999 0 0 0-5.154-2.302l-16.54 6.286a1.973 1.973 0 0 1-2.599-1.271C23.704 168.014 22 156.711 22 145Z",fill:"currentColor"}),e.jsx("path",{d:"M118 145c0-12.15 9.85-22 22-22s22 9.85 22 22-9.85 22-22 22a21.886 21.886 0 0 1-14.466-5.425C120.906 157.532 118 151.61 118 145Z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm145.748 43.659a2.029 2.029 0 0 0-2.586-.911C169.076 249.986 154.883 253 140 253c-42.851 0-79.86-24.954-97.312-61.103a2.03 2.03 0 0 0-2.542-1.026l-17.187 6.532a4 4 0 0 1-5.155-2.305l-1.072-2.791C11.09 177.612 8 161.658 8 145 8 72.098 67.098 13 140 13s132 59.098 132 132c0 50.831-28.733 94.939-70.811 116.99l-2.651 1.389a4 4 0 0 1-5.395-1.678l-8.567-16.259Z",fill:"currentColor",fillRule:"evenodd"})]}):e.jsxs(e.Fragment,{children:[e.jsx("path",{d:"M464 63H354a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19l-68.571 92.69a7.999 7.999 0 0 0-1.569 4.758V213a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4h-64.533c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 468 84.362V67a4 4 0 0 0-4-4Z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M532 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M626 68.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-93.028c0-4.675 2.716-8.925 6.959-10.89l30-13.888C702.911 92.008 712 97.816 712 106.579v106.917a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V106.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H630a4 4 0 0 0-4 4Z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M808 62c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44v-68c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12v-68c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),e.jsx("path",{d:"M945.254 63h34.015C1001.76 63 1020 81.236 1020 103.731a3.701 3.701 0 0 1-3.24 3.674l-25.256 3.157a3.117 3.117 0 0 1-3.504-3.093C988 100.583 982.417 95 975.531 95h-28.229C939.955 95 934 100.955 934 108.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022c20.12 4.416 34.45 22.236 34.45 42.832 0 24.219-19.63 43.852-43.852 43.852h-33.417C920.236 217 902 198.764 902 176.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C915.329 143.186 902 125.967 902 106.254 902 82.365 921.365 63 945.254 63ZM20 145C20 78.726 73.726 25 140 25s120 53.726 120 120c0 43.67-23.326 81.899-58.218 102.895a1.973 1.973 0 0 1-2.762-.782l-4.672-8.868a2.03 2.03 0 0 1 .751-2.674C225.613 216.97 246 183.369 246 145c0-31.51-13.755-59.814-35.572-79.222l-.749-.666a4 4 0 0 0-5.653.337l-13.351 15.08C176.728 69.551 159.124 63 140 63c-45.287 0-82 36.713-82 82 0 31.57 17.842 58.964 43.968 72.665l.886.464a3.999 3.999 0 0 0 5.399-1.684l8.545-16.287c.482-.918 1.585-1.312 2.554-.943A57.874 57.874 0 0 0 140 203c32.033 0 58-25.967 58-58s-25.967-58-58-58h-1a4 4 0 0 0-4 4v18.638c0 .992-.729 1.828-1.702 2.022C117.73 114.773 106 128.516 106 145c0 10.218 4.513 19.387 11.638 25.612A33.891 33.891 0 0 0 140 179c18.778 0 34-15.222 34-34 0-16.484-11.73-30.227-27.298-33.34-.973-.194-1.702-1.03-1.702-2.022V99.475c0-1.186 1.027-2.115 2.2-1.939C170.294 101.01 188 120.938 188 145c0 26.51-21.49 48-48 48-8.035 0-15.594-1.97-22.237-5.449l-.885-.464a4 4 0 0 0-5.398 1.685l-8.218 15.663c-.538 1.026-1.836 1.383-2.804.746C80.898 192.302 68 170.154 68 145c0-39.765 32.235-72 72-72 18.381 0 35.144 6.882 47.869 18.217l.749.667a4 4 0 0 0 5.656-.335l11.766-13.29c.76-.859 2.088-.905 2.886-.081C225.69 95.465 236 119.026 236 145c0 36.979-20.906 69.082-51.567 85.122C171.152 237.069 156.043 241 140 241c-40.86 0-75.771-25.53-89.626-61.527l-.358-.929a4 4 0 0 0-5.154-2.302l-16.673 6.336a1.973 1.973 0 0 1-2.589-1.237C21.963 169.883 20 157.675 20 145Z",fill:"currentColor"}),e.jsx("path",{d:"M116 145c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24c-6.047 0-11.56-2.23-15.782-5.918C119.174 158.675 116 152.211 116 145Z",fill:"currentColor"}),e.jsx("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm146.654 41.089a2.027 2.027 0 0 0-2.618-.897C169.753 247.778 155.247 251 140 251c-42.695 0-79.483-25.24-96.278-61.597a2.03 2.03 0 0 0-2.558-1.058l-17.052 6.48a4 4 0 0 1-5.155-2.305l-.358-.93C13.043 177.12 10 161.409 10 145 10 73.203 68.203 15 140 15s130 58.203 130 130c0 50.058-28.294 93.499-69.739 115.218l-.884.463a4 4 0 0 1-5.395-1.678l-8.5-16.131Z",fill:"currentColor",fillRule:"evenodd"})]})})}));exports.ZonosIcon=r;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const ZonosLogoIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),l=require("../../icon-base/_IconBase.js"),c=require("../../../utils/hooks/useAminoTheme.js");require("../../../styles/constants/theme.js"),require("zod"),require("../../../utils/hooks/useStorage.js"),require("../../../utils/storage.js"),require("dayjs");var a=e.forwardRef((function(e,a){var r=e.className,t=e.color,o=e.inlineBlock,s=e.size,n=c.useAminoTheme().aminoTheme;return React.createElement(l.IconBase,{ref:a,className:r,color:t,inlineBlock:o,size:s,viewBox:"0 0 280 280"},"night"===n?React.createElement(React.Fragment,null,React.createElement("path",{d:"M22 145C22 79.83 74.83 27 140 27s118 52.83 118 118c0 42.17-22.119 79.184-55.414 100.055a1.973 1.973 0 0 1-2.792-.764l-2.809-5.331a2.029 2.029 0 0 1 .721-2.654C227.921 217.171 248 183.435 248 145c0-32.105-14.017-60.944-36.243-80.716l-2.246-1.999a4 4 0 0 0-5.654.337l-12.219 13.801a2.036 2.036 0 0 1-2.711.29C175.15 66.826 158.249 61 140 61c-46.392 0-84 37.608-84 84 0 32.342 18.28 60.403 45.039 74.436l2.657 1.393a3.999 3.999 0 0 0 5.399-1.684l8.662-16.509c.471-.898 1.537-1.297 2.494-.964A59.917 59.917 0 0 0 140 205c33.137 0 60-26.863 60-60s-26.863-60-60-60h-3a4 4 0 0 0-4 4v19.036c0 .955-.678 1.771-1.606 1.999C115.668 113.893 104 128.084 104 145c0 10.819 4.781 20.53 12.322 27.118A35.887 35.887 0 0 0 140 181c19.882 0 36-16.118 36-36 0-16.916-11.668-31.107-27.394-34.965-.928-.228-1.606-1.044-1.606-1.999v-6.178c0-1.225 1.093-2.165 2.293-1.919C170.243 104.237 186 122.778 186 145c0 25.405-20.595 46-46 46-7.704 0-14.946-1.888-21.309-5.221l-2.656-1.391a4 4 0 0 0-5.398 1.685l-8.104 15.446c-.55 1.048-1.886 1.394-2.853.711C81.716 189.55 70 168.639 70 145c0-38.66 31.34-70 70-70 17.872 0 34.165 6.689 46.539 17.71l2.247 2.002a4 4 0 0 0 5.655-.336L206.09 81.22c.773-.872 2.125-.904 2.916-.049C224.526 97.94 234 120.36 234 145c0 36.205-20.467 67.642-50.494 83.35C170.505 235.151 155.712 239 140 239c-40.006 0-74.192-24.995-87.76-60.245l-1.073-2.788a3.999 3.999 0 0 0-5.154-2.302l-16.54 6.286a1.973 1.973 0 0 1-2.599-1.271C23.704 168.014 22 156.711 22 145Z",fill:"currentColor"}),React.createElement("path",{d:"M118 145c0-12.15 9.85-22 22-22s22 9.85 22 22-9.85 22-22 22a21.886 21.886 0 0 1-14.466-5.425C120.906 157.532 118 151.61 118 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm145.748 43.659a2.029 2.029 0 0 0-2.586-.911C169.076 249.986 154.883 253 140 253c-42.851 0-79.86-24.954-97.312-61.103a2.03 2.03 0 0 0-2.542-1.026l-17.187 6.532a4 4 0 0 1-5.155-2.305l-1.072-2.791C11.09 177.612 8 161.658 8 145 8 72.098 67.098 13 140 13s132 59.098 132 132c0 50.831-28.733 94.939-70.811 116.99l-2.651 1.389a4 4 0 0 1-5.395-1.678l-8.567-16.259Z",fill:"currentColor",fillRule:"evenodd"})):React.createElement(React.Fragment,null,React.createElement("path",{d:"M20 145C20 78.726 73.726 25 140 25s120 53.726 120 120c0 43.67-23.326 81.899-58.218 102.895a1.973 1.973 0 0 1-2.762-.782l-4.672-8.868a2.03 2.03 0 0 1 .751-2.674C225.613 216.97 246 183.369 246 145c0-31.51-13.755-59.814-35.572-79.222l-.749-.666a4 4 0 0 0-5.653.337l-13.351 15.08C176.728 69.551 159.124 63 140 63c-45.287 0-82 36.713-82 82 0 31.57 17.842 58.964 43.968 72.665l.886.464a3.999 3.999 0 0 0 5.399-1.684l8.545-16.287c.482-.918 1.585-1.312 2.554-.943A57.874 57.874 0 0 0 140 203c32.033 0 58-25.967 58-58s-25.967-58-58-58h-1a4 4 0 0 0-4 4v18.638c0 .992-.729 1.828-1.702 2.022C117.73 114.773 106 128.516 106 145c0 10.218 4.513 19.387 11.638 25.612A33.891 33.891 0 0 0 140 179c18.778 0 34-15.222 34-34 0-16.484-11.73-30.227-27.298-33.34-.973-.194-1.702-1.03-1.702-2.022V99.475c0-1.186 1.027-2.115 2.2-1.939C170.294 101.01 188 120.938 188 145c0 26.51-21.49 48-48 48-8.035 0-15.594-1.97-22.237-5.449l-.885-.464a4 4 0 0 0-5.398 1.685l-8.218 15.663c-.538 1.026-1.836 1.383-2.804.746C80.898 192.302 68 170.154 68 145c0-39.765 32.235-72 72-72 18.381 0 35.144 6.882 47.869 18.217l.749.667a4 4 0 0 0 5.656-.335l11.766-13.29c.76-.859 2.088-.905 2.886-.081C225.69 95.465 236 119.026 236 145c0 36.979-20.906 69.082-51.567 85.122C171.152 237.069 156.043 241 140 241c-40.86 0-75.771-25.53-89.626-61.527l-.358-.929a4 4 0 0 0-5.154-2.302l-16.673 6.336a1.973 1.973 0 0 1-2.589-1.237C21.963 169.883 20 157.675 20 145Z",fill:"currentColor"}),React.createElement("path",{d:"M116 145c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24c-6.047 0-11.56-2.23-15.782-5.918C119.174 158.675 116 152.211 116 145Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm146.654 41.089a2.027 2.027 0 0 0-2.618-.897C169.753 247.778 155.247 251 140 251c-42.695 0-79.483-25.24-96.278-61.597a2.03 2.03 0 0 0-2.558-1.058l-17.052 6.48a4 4 0 0 1-5.155-2.305l-.358-.93C13.043 177.12 10 161.409 10 145 10 73.203 68.203 15 140 15s130 58.203 130 130c0 50.058-28.294 93.499-69.739 115.218l-.884.463a4 4 0 0 1-5.395-1.678l-8.5-16.131Z",fill:"currentColor",fillRule:"evenodd"})))}));exports.ZonosLogoIcon=a;
1
+ "use strict";var l=require("react"),e=require("../../icon-base/_IconBase.js"),c=require("../../../utils/hooks/useAminoTheme.js"),a=require("react/jsx-runtime");require("../../../styles/constants/theme.js"),require("zod"),require("../../../utils/hooks/useStorage.js"),require("../../../utils/storage.js"),require("dayjs");var r=l.forwardRef((function(l,r){var s=l.className,o=l.color,i=l.inlineBlock,n=l.size,C=c.useAminoTheme().aminoTheme;return a.jsx(e.IconBase,{ref:r,className:s,color:o,inlineBlock:i,size:n,viewBox:"0 0 280 280",children:"night"===C?a.jsxs(a.Fragment,{children:[a.jsx("path",{d:"M22 145C22 79.83 74.83 27 140 27s118 52.83 118 118c0 42.17-22.119 79.184-55.414 100.055a1.973 1.973 0 0 1-2.792-.764l-2.809-5.331a2.029 2.029 0 0 1 .721-2.654C227.921 217.171 248 183.435 248 145c0-32.105-14.017-60.944-36.243-80.716l-2.246-1.999a4 4 0 0 0-5.654.337l-12.219 13.801a2.036 2.036 0 0 1-2.711.29C175.15 66.826 158.249 61 140 61c-46.392 0-84 37.608-84 84 0 32.342 18.28 60.403 45.039 74.436l2.657 1.393a3.999 3.999 0 0 0 5.399-1.684l8.662-16.509c.471-.898 1.537-1.297 2.494-.964A59.917 59.917 0 0 0 140 205c33.137 0 60-26.863 60-60s-26.863-60-60-60h-3a4 4 0 0 0-4 4v19.036c0 .955-.678 1.771-1.606 1.999C115.668 113.893 104 128.084 104 145c0 10.819 4.781 20.53 12.322 27.118A35.887 35.887 0 0 0 140 181c19.882 0 36-16.118 36-36 0-16.916-11.668-31.107-27.394-34.965-.928-.228-1.606-1.044-1.606-1.999v-6.178c0-1.225 1.093-2.165 2.293-1.919C170.243 104.237 186 122.778 186 145c0 25.405-20.595 46-46 46-7.704 0-14.946-1.888-21.309-5.221l-2.656-1.391a4 4 0 0 0-5.398 1.685l-8.104 15.446c-.55 1.048-1.886 1.394-2.853.711C81.716 189.55 70 168.639 70 145c0-38.66 31.34-70 70-70 17.872 0 34.165 6.689 46.539 17.71l2.247 2.002a4 4 0 0 0 5.655-.336L206.09 81.22c.773-.872 2.125-.904 2.916-.049C224.526 97.94 234 120.36 234 145c0 36.205-20.467 67.642-50.494 83.35C170.505 235.151 155.712 239 140 239c-40.006 0-74.192-24.995-87.76-60.245l-1.073-2.788a3.999 3.999 0 0 0-5.154-2.302l-16.54 6.286a1.973 1.973 0 0 1-2.599-1.271C23.704 168.014 22 156.711 22 145Z",fill:"currentColor"}),a.jsx("path",{d:"M118 145c0-12.15 9.85-22 22-22s22 9.85 22 22-9.85 22-22 22a21.886 21.886 0 0 1-14.466-5.425C120.906 157.532 118 151.61 118 145Z",fill:"currentColor"}),a.jsx("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm145.748 43.659a2.029 2.029 0 0 0-2.586-.911C169.076 249.986 154.883 253 140 253c-42.851 0-79.86-24.954-97.312-61.103a2.03 2.03 0 0 0-2.542-1.026l-17.187 6.532a4 4 0 0 1-5.155-2.305l-1.072-2.791C11.09 177.612 8 161.658 8 145 8 72.098 67.098 13 140 13s132 59.098 132 132c0 50.831-28.733 94.939-70.811 116.99l-2.651 1.389a4 4 0 0 1-5.395-1.678l-8.567-16.259Z",fill:"currentColor",fillRule:"evenodd"})]}):a.jsxs(a.Fragment,{children:[a.jsx("path",{d:"M20 145C20 78.726 73.726 25 140 25s120 53.726 120 120c0 43.67-23.326 81.899-58.218 102.895a1.973 1.973 0 0 1-2.762-.782l-4.672-8.868a2.03 2.03 0 0 1 .751-2.674C225.613 216.97 246 183.369 246 145c0-31.51-13.755-59.814-35.572-79.222l-.749-.666a4 4 0 0 0-5.653.337l-13.351 15.08C176.728 69.551 159.124 63 140 63c-45.287 0-82 36.713-82 82 0 31.57 17.842 58.964 43.968 72.665l.886.464a3.999 3.999 0 0 0 5.399-1.684l8.545-16.287c.482-.918 1.585-1.312 2.554-.943A57.874 57.874 0 0 0 140 203c32.033 0 58-25.967 58-58s-25.967-58-58-58h-1a4 4 0 0 0-4 4v18.638c0 .992-.729 1.828-1.702 2.022C117.73 114.773 106 128.516 106 145c0 10.218 4.513 19.387 11.638 25.612A33.891 33.891 0 0 0 140 179c18.778 0 34-15.222 34-34 0-16.484-11.73-30.227-27.298-33.34-.973-.194-1.702-1.03-1.702-2.022V99.475c0-1.186 1.027-2.115 2.2-1.939C170.294 101.01 188 120.938 188 145c0 26.51-21.49 48-48 48-8.035 0-15.594-1.97-22.237-5.449l-.885-.464a4 4 0 0 0-5.398 1.685l-8.218 15.663c-.538 1.026-1.836 1.383-2.804.746C80.898 192.302 68 170.154 68 145c0-39.765 32.235-72 72-72 18.381 0 35.144 6.882 47.869 18.217l.749.667a4 4 0 0 0 5.656-.335l11.766-13.29c.76-.859 2.088-.905 2.886-.081C225.69 95.465 236 119.026 236 145c0 36.979-20.906 69.082-51.567 85.122C171.152 237.069 156.043 241 140 241c-40.86 0-75.771-25.53-89.626-61.527l-.358-.929a4 4 0 0 0-5.154-2.302l-16.673 6.336a1.973 1.973 0 0 1-2.589-1.237C21.963 169.883 20 157.675 20 145Z",fill:"currentColor"}),a.jsx("path",{d:"M116 145c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24c-6.047 0-11.56-2.23-15.782-5.918C119.174 158.675 116 152.211 116 145Z",fill:"currentColor"}),a.jsx("path",{clipRule:"evenodd",d:"M38.828 201.783a2.025 2.025 0 0 0-2.48-.91l-18 6.84a4 4 0 0 1-5.155-2.305l-3.93-10.233C3.276 179.579 0 162.654 0 145 0 67.68 62.68 5 140 5s140 62.68 140 140c0 53.923-30.489 100.699-75.097 124.076l-9.722 5.094a4 4 0 0 1-5.395-1.678l-8.972-17.028a2.025 2.025 0 0 0-2.464-.958C166.333 258.715 153.422 261 140 261c-43.458 0-81.305-23.895-101.172-59.217Zm146.654 41.089a2.027 2.027 0 0 0-2.618-.897C169.753 247.778 155.247 251 140 251c-42.695 0-79.483-25.24-96.278-61.597a2.03 2.03 0 0 0-2.558-1.058l-17.052 6.48a4 4 0 0 1-5.155-2.305l-.358-.93C13.043 177.12 10 161.409 10 145 10 73.203 68.203 15 140 15s130 58.203 130 130c0 50.058-28.294 93.499-69.739 115.218l-.884.463a4 4 0 0 1-5.395-1.678l-8.5-16.131Z",fill:"currentColor",fillRule:"evenodd"})]})})}));exports.ZonosLogoIcon=r;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const ZonosWordmark: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),c=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(e,a){var l=e.className,r=e.color,t=e.inlineBlock,o=e.size;return React.createElement(c.IconBase,{ref:a,className:l,color:r,inlineBlock:t,size:o,viewBox:"0 0 670 156"},React.createElement("path",{d:"M114 1H4a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19L1.57 128.88A8 8 0 0 0 0 133.638V151a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4H49.467c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 118 22.362V5a4 4 0 0 0-4-4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M182 0c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44V44c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M276 6.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V58.468a12 12 0 0 1 6.959-10.89l30-13.888C352.911 30.008 362 35.816 362 44.58v106.916a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V44.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H280a4 4 0 0 0-4 4Z",fill:"currentColor"}),React.createElement("path",{clipRule:"evenodd",d:"M458 0c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44V44c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),React.createElement("path",{d:"M595.254 1h34.015C651.764 1 670 19.236 670 41.731a3.703 3.703 0 0 1-3.244 3.674l-25.252 3.157A3.117 3.117 0 0 1 638 45.469C638 38.583 632.417 33 625.531 33h-28.229C589.955 33 584 38.955 584 46.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022C655.667 72.732 670 90.552 670 111.148 670 135.367 650.367 155 626.148 155h-33.417C570.236 155 552 136.764 552 114.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C565.329 81.187 552 63.967 552 44.254 552 20.365 571.365 1 595.254 1Z",fill:"currentColor"}))}));exports.ZonosWordmark=a;
1
+ "use strict";var e=require("react"),c=require("../../icon-base/_IconBase.js"),l=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var r=e.forwardRef((function(e,r){var a=e.className,o=e.color,s=e.inlineBlock,i=e.size;return l.jsxs(c.IconBase,{ref:r,className:a,color:o,inlineBlock:s,size:i,viewBox:"0 0 670 156",children:[l.jsx("path",{d:"M114 1H4a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h64.533c1.642 0 2.584 1.87 1.607 3.19L1.57 128.88A8 8 0 0 0 0 133.638V151a4 4 0 0 0 4 4h110a4 4 0 0 0 4-4v-24a4 4 0 0 0-4-4H49.467c-1.642 0-2.584-1.869-1.607-3.189l68.571-92.69A8 8 0 0 0 118 22.362V5a4 4 0 0 0-4-4Z",fill:"currentColor"}),l.jsx("path",{clipRule:"evenodd",d:"M182 0c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44V44c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),l.jsx("path",{d:"M276 6.806v144.69a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V58.468a12 12 0 0 1 6.959-10.89l30-13.888C352.911 30.008 362 35.816 362 44.58v106.916a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V44.552c0-32.13-33.32-53.426-62.48-39.931l-20.724 9.59a4 4 0 0 1-4.761-1.079l-6.15-7.428a7.999 7.999 0 0 0-6.162-2.898H280a4 4 0 0 0-4 4Z",fill:"currentColor"}),l.jsx("path",{clipRule:"evenodd",d:"M458 0c-24.301 0-44 19.7-44 44v68c0 24.301 19.699 44 44 44h30c24.301 0 44-19.699 44-44V44c0-24.3-19.699-44-44-44h-30Zm0 32c-6.627 0-12 5.373-12 12v68c0 6.627 5.373 12 12 12h30c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-30Z",fill:"currentColor",fillRule:"evenodd"}),l.jsx("path",{d:"M595.254 1h34.015C651.764 1 670 19.236 670 41.731a3.703 3.703 0 0 1-3.244 3.674l-25.252 3.157A3.117 3.117 0 0 1 638 45.469C638 38.583 632.417 33 625.531 33h-28.229C589.955 33 584 38.955 584 46.302a13.302 13.302 0 0 0 10.45 12.992l41.1 9.022C655.667 72.732 670 90.552 670 111.148 670 135.367 650.367 155 626.148 155h-33.417C570.236 155 552 136.764 552 114.269a3.702 3.702 0 0 1 3.244-3.674l25.252-3.157a3.117 3.117 0 0 1 3.504 3.093c0 6.886 5.583 12.469 12.469 12.469h28.567c7.16 0 12.964-5.804 12.964-12.964 0-5.909-3.995-11.07-9.715-12.551l-43.872-11.358C565.329 81.187 552 63.967 552 44.254 552 20.365 571.365 1 595.254 1Z",fill:"currentColor"})]})}));exports.ZonosWordmark=r;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const CheckoutColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"20",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"19",x:"3",y:"2"},React.createElement("path",{clipRule:"evenodd",d:"M6.257 2.5h9.386c.49 0 .944.263 1.188.686l4.693 8.128c.244.423.244.949 0 1.372l-4.693 8.128a1.38 1.38 0 0 1-1.188.686H6.257c-.492 0-.945-.263-1.189-.686l-.548-.948a1.37 1.37 0 0 1 .217-1.657l.589-.589A7.93 7.93 0 0 1 3 12a7.93 7.93 0 0 1 2.326-5.62l-.589-.589a1.38 1.38 0 0 1-.217-1.657l.548-.948A1.38 1.38 0 0 1 6.257 2.5",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M15.646 2.5h-9.39c-.49 0-.94.263-1.188.686l-.548.948a1.38 1.38 0 0 0 .217 1.657L7.796 8.85A4.44 4.44 0 0 0 6.489 12c0 1.23.5 2.346 1.307 3.15l-3.059 3.06a1.37 1.37 0 0 0-.217 1.657l.548.948c.244.423.697.686 1.189.686h9.386c.49 0 .94-.263 1.188-.686l4.693-8.128a1.38 1.38 0 0 0 0-1.372L16.83 3.186a1.37 1.37 0 0 0-1.188-.686h.003Z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M11.903 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#4F1D0A"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"8.638",x2:"4.04",y1:"11.973",y2:"11.92"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"11.715",x2:"23.44",y1:"12",y2:"12"},React.createElement("stop",{stopColor:"#E7910A"}),React.createElement("stop",{offset:"1",stopColor:"#DF2B76"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.907",id:"".concat(i,"-3"),width:"21.907",x:".95",y:"1.046"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.907",id:"".concat(i,"-4"),width:"19.907",x:"1",y:"2.046"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1"}))))}));exports.CheckoutColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var l=e.forwardRef((function(l,i){var t=l.className,a=l.color,o=l.inlineBlock,c=l.size,n=e.useId();return r.jsxs(s.IconBase,{ref:i,className:t,color:a,inlineBlock:o,size:c,viewBox:"0 0 24 24",children:[r.jsx("mask",{height:"20",id:"".concat(n,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"19",x:"3",y:"2",children:r.jsx("path",{clipRule:"evenodd",d:"M6.257 2.5h9.386c.49 0 .944.263 1.188.686l4.693 8.128c.244.423.244.949 0 1.372l-4.693 8.128a1.38 1.38 0 0 1-1.188.686H6.257c-.492 0-.945-.263-1.189-.686l-.548-.948a1.37 1.37 0 0 1 .217-1.657l.589-.589A7.93 7.93 0 0 1 3 12a7.93 7.93 0 0 1 2.326-5.62l-.589-.589a1.38 1.38 0 0 1-.217-1.657l.548-.948A1.38 1.38 0 0 1 6.257 2.5",fill:"#FFE37D",fillRule:"evenodd"})}),r.jsxs("g",{mask:"url(#".concat(n,"-0)"),children:[r.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"url(#".concat(n,"-1)")}),r.jsx("path",{d:"M15.646 2.5h-9.39c-.49 0-.94.263-1.188.686l-.548.948a1.38 1.38 0 0 0 .217 1.657L7.796 8.85A4.44 4.44 0 0 0 6.489 12c0 1.23.5 2.346 1.307 3.15l-3.059 3.06a1.37 1.37 0 0 0-.217 1.657l.548.948c.244.423.697.686 1.189.686h9.386c.49 0 .94-.263 1.188-.686l4.693-8.128a1.38 1.38 0 0 0 0-1.372L16.83 3.186a1.37 1.37 0 0 0-1.188-.686h.003Z",fill:"url(#".concat(n,"-2)")}),r.jsxs("g",{opacity:".5",children:[r.jsx("g",{filter:"url(#".concat(n,"-3)"),children:r.jsx("path",{d:"M11.903 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#4F1D0A"})}),r.jsx("g",{filter:"url(#".concat(n,"-4)"),children:r.jsx("path",{d:"M10.954 19.953a7.953 7.953 0 1 0 0-15.906 7.953 7.953 0 0 0 0 15.906",fill:"#FFE37D"})})]})]}),r.jsxs("defs",{children:[r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-1"),x1:"8.638",x2:"4.04",y1:"11.973",y2:"11.92",children:[r.jsx("stop",{stopColor:"#fff"}),r.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-2"),x1:"11.715",x2:"23.44",y1:"12",y2:"12",children:[r.jsx("stop",{stopColor:"#E7910A"}),r.jsx("stop",{offset:"1",stopColor:"#DF2B76"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.907",id:"".concat(n,"-3"),width:"21.907",x:".95",y:"1.046",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1.5"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.907",id:"".concat(n,"-4"),width:"19.907",x:"1",y:"2.046",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91290",stdDeviation:"1"})]})]})]})}));exports.CheckoutColorIcon=l;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const ClassifyColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var r=a.className,l=a.color,n=a.inlineBlock,o=a.size,s=e.useId();return React.createElement(t.IconBase,{ref:c,className:r,color:l,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"20",id:"".concat(s,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"21",x:"2",y:"2"},React.createElement("path",{d:"m14.063 3.257 8.758 15.98v.003c.529.962-.179 2.132-1.283 2.132H3.462c-1.442 0-2.01-1.847-.812-2.644l1.58-.85a7.93 7.93 0 0 1-1.273-4.32c0-4.438 3.635-8.035 8.12-8.035h.245V3.946c0-1.497 2.018-2.005 2.741-.689",fill:"#D9D9D9"})),React.createElement("g",{mask:"url(#".concat(s,"-0)")},React.createElement("path",{d:"M19.197 13.557c0 3.79-2.652 6.968-6.222 7.81H9.179c-3.57-.842-6.222-4.02-6.222-7.81 0-4.436 3.636-8.034 8.12-8.034 2.006 0 3.842.72 5.257 1.916l2.797 5.106q.064.498.066 1.012",fill:"url(#".concat(s,"-1)")}),React.createElement("path",{d:"M22.821 19.236 14.063 3.257c-.723-1.316-2.741-.808-2.741.689v4.929c-2.621 0-4.745 2.1-4.745 4.694 0 .97.296 1.866.805 2.616L2.65 18.728c-1.198.797-.63 2.644.812 2.644h18.076c1.104 0 1.812-1.17 1.283-2.132z",fill:"url(#".concat(s,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(s,"-3)")},React.createElement("path",{d:"M11.987 21.75c4.065 0 7.361-3.26 7.361-7.283s-3.296-7.283-7.361-7.283c-4.066 0-7.362 3.26-7.362 7.283s3.296 7.284 7.362 7.284Z",fill:"#3B093F"})),React.createElement("g",{filter:"url(#".concat(s,"-4)")},React.createElement("path",{d:"M11.121 20.885c4.066 0 7.362-3.26 7.362-7.283s-3.296-7.284-7.362-7.284c-4.065 0-7.361 3.261-7.361 7.284s3.296 7.283 7.361 7.283",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(s,"-1"),x1:"9.696",x2:"5.586",y1:"12.734",y2:"10.232"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(s,"-2"),x1:"17.439",x2:".75",y1:"18.101",y2:"6.817"},React.createElement("stop",{offset:".01",stopColor:"#AA2DC9"}),React.createElement("stop",{offset:"1",stopColor:"#9297FA"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"20.567",id:"".concat(s,"-3"),width:"20.723",x:"1.625",y:"4.184"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"18.567",id:"".concat(s,"-4"),width:"18.723",x:"1.76",y:"4.318"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1"}))))}));exports.ClassifyColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var i=e.forwardRef((function(i,t){var c=i.className,l=i.color,o=i.inlineBlock,a=i.size,n=e.useId();return r.jsxs(s.IconBase,{ref:t,className:c,color:l,inlineBlock:o,size:a,viewBox:"0 0 24 24",children:[r.jsx("mask",{height:"20",id:"".concat(n,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"21",x:"2",y:"2",children:r.jsx("path",{d:"m14.063 3.257 8.758 15.98v.003c.529.962-.179 2.132-1.283 2.132H3.462c-1.442 0-2.01-1.847-.812-2.644l1.58-.85a7.93 7.93 0 0 1-1.273-4.32c0-4.438 3.635-8.035 8.12-8.035h.245V3.946c0-1.497 2.018-2.005 2.741-.689",fill:"#D9D9D9"})}),r.jsxs("g",{mask:"url(#".concat(n,"-0)"),children:[r.jsx("path",{d:"M19.197 13.557c0 3.79-2.652 6.968-6.222 7.81H9.179c-3.57-.842-6.222-4.02-6.222-7.81 0-4.436 3.636-8.034 8.12-8.034 2.006 0 3.842.72 5.257 1.916l2.797 5.106q.064.498.066 1.012",fill:"url(#".concat(n,"-1)")}),r.jsx("path",{d:"M22.821 19.236 14.063 3.257c-.723-1.316-2.741-.808-2.741.689v4.929c-2.621 0-4.745 2.1-4.745 4.694 0 .97.296 1.866.805 2.616L2.65 18.728c-1.198.797-.63 2.644.812 2.644h18.076c1.104 0 1.812-1.17 1.283-2.132z",fill:"url(#".concat(n,"-2)")}),r.jsxs("g",{opacity:".5",children:[r.jsx("g",{filter:"url(#".concat(n,"-3)"),children:r.jsx("path",{d:"M11.987 21.75c4.065 0 7.361-3.26 7.361-7.283s-3.296-7.283-7.361-7.283c-4.066 0-7.362 3.26-7.362 7.283s3.296 7.284 7.362 7.284Z",fill:"#3B093F"})}),r.jsx("g",{filter:"url(#".concat(n,"-4)"),children:r.jsx("path",{d:"M11.121 20.885c4.066 0 7.362-3.26 7.362-7.283s-3.296-7.284-7.362-7.284c-4.065 0-7.361 3.261-7.361 7.284s3.296 7.283 7.361 7.283",fill:"#FFE37D"})})]})]}),r.jsxs("defs",{children:[r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-1"),x1:"9.696",x2:"5.586",y1:"12.734",y2:"10.232",children:[r.jsx("stop",{stopColor:"#fff"}),r.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(n,"-2"),x1:"17.439",x2:".75",y1:"18.101",y2:"6.817",children:[r.jsx("stop",{offset:".01",stopColor:"#AA2DC9"}),r.jsx("stop",{offset:"1",stopColor:"#9297FA"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"20.567",id:"".concat(n,"-3"),width:"20.723",x:"1.625",y:"4.184",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1.5"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"18.567",id:"".concat(n,"-4"),width:"18.723",x:"1.76",y:"4.318",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91292",stdDeviation:"1"})]})]})]})}));exports.ClassifyColorIcon=i;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const ClearColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var r=a.className,l=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:r,color:l,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"20",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"20",x:"2",y:"2"},React.createElement("path",{clipRule:"evenodd",d:"M11.963 4.267v-.934c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334h-.934V12a7.733 7.733 0 0 0-7.77-7.733",fill:"url(#".concat(i,"-1)"),fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"url(#".concat(i,"-2)")}),React.createElement("path",{d:"M16.333 12.022V12A4.334 4.334 0 0 0 12 7.667h-.037V3.333c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334z",fill:"url(#".concat(i,"-3)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M11 20.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#092642"})),React.createElement("g",{filter:"url(#".concat(i,"-5)")},React.createElement("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637"},React.createElement("stop",{stopColor:"#00B9B7"}),React.createElement("stop",{offset:"1",stopColor:"#3122F6"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"12.689",x2:"16.8",y1:"11.426",y2:"7.974"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-3"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637"},React.createElement("stop",{stopColor:"#00B9B7"}),React.createElement("stop",{offset:"1",stopColor:"#3122F6"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.467",id:"".concat(i,"-4"),width:"21.467",x:".267",y:"2.267"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.467",id:"".concat(i,"-5"),width:"19.467",x:"2.267",y:"2.267"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1"}))))}));exports.ClearColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var i=e.forwardRef((function(i,t){var o=i.className,l=i.color,n=i.inlineBlock,a=i.size,c=e.useId();return r.jsxs(s.IconBase,{ref:t,className:o,color:l,inlineBlock:n,size:a,viewBox:"0 0 24 24",children:[r.jsx("mask",{height:"20",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"20",x:"2",y:"2",children:r.jsx("path",{clipRule:"evenodd",d:"M11.963 4.267v-.934c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334h-.934V12a7.733 7.733 0 0 0-7.77-7.733",fill:"url(#".concat(c,"-1)"),fillRule:"evenodd"})}),r.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[r.jsx("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"url(#".concat(c,"-2)")}),r.jsx("path",{d:"M16.333 12.022V12A4.334 4.334 0 0 0 12 7.667h-.037V3.333c0-.737-.596-1.333-1.333-1.333H7.904A5.905 5.905 0 0 0 2 7.904v12.763C2 21.404 2.596 22 3.333 22h12.763A5.905 5.905 0 0 0 22 16.096v-2.74c0-.738-.596-1.334-1.333-1.334z",fill:"url(#".concat(c,"-3)")}),r.jsxs("g",{opacity:".5",children:[r.jsx("g",{filter:"url(#".concat(c,"-4)"),children:r.jsx("path",{d:"M11 20.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#092642"})}),r.jsx("g",{filter:"url(#".concat(c,"-5)"),children:r.jsx("path",{d:"M12 19.733a7.733 7.733 0 1 0 0-15.466 7.733 7.733 0 0 0 0 15.466",fill:"#FFE37D"})})]})]}),r.jsxs("defs",{children:[r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637",children:[r.jsx("stop",{stopColor:"#00B9B7"}),r.jsx("stop",{offset:"1",stopColor:"#3122F6"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"12.689",x2:"16.8",y1:"11.426",y2:"7.974",children:[r.jsx("stop",{stopColor:"#fff"}),r.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-3"),x1:"11.937",x2:"-4.689",y1:"12.067",y2:"29.637",children:[r.jsx("stop",{stopColor:"#00B9B7"}),r.jsx("stop",{offset:"1",stopColor:"#3122F6"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.467",id:"".concat(c,"-4"),width:"21.467",x:".267",y:"2.267",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1.5"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.467",id:"".concat(c,"-5"),width:"19.467",x:"2.267",y:"2.267",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91297",stdDeviation:"1"})]})]})]})}));exports.ClearColorIcon=i;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const CollectColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"22",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"1"},React.createElement("path",{clipRule:"evenodd",d:"M12.542 21.416c0 .965-1.166 1.446-1.848.765l-8.876-8.872a1.083 1.083 0 0 1 0-1.533l9.955-9.958a1.083 1.083 0 0 1 1.533 0l8.873 8.875c.685.682.2 1.848-.765 1.848h-2.589a6.28 6.28 0 0 1-6.28 6.281h-.003z",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M10.694 22.18c.682.682 1.848.201 1.848-.764v-5.354a3.52 3.52 0 0 0 3.52-3.521h5.352c.966 0 1.45-1.166.765-1.848l-8.873-8.875a1.083 1.083 0 0 0-1.533 0l-9.955 9.958a1.083 1.083 0 0 0 0 1.533z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M12.545 5.137a6.28 6.28 0 0 0-6.28 6.282 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.282",fill:"#550B33"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"13.314",x2:"16.343",y1:"13.181",y2:"15.698"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"11.5",x2:"18",y1:"11",y2:"18"},React.createElement("stop",{stopColor:"#DC2A54"}),React.createElement("stop",{offset:"1",stopColor:"#D078FC"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(i,"-3"),width:"16.56",x:"4.266",y:"3.137"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(i,"-4"),width:"16.56",x:"4.266",y:"4.259"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"}))))}));exports.CollectColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var i=e.forwardRef((function(i,l){var t=i.className,a=i.color,o=i.inlineBlock,n=i.size,c=e.useId();return r.jsxs(s.IconBase,{ref:l,className:t,color:a,inlineBlock:o,size:n,viewBox:"0 0 24 24",children:[r.jsx("mask",{height:"22",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"1",children:r.jsx("path",{clipRule:"evenodd",d:"M12.542 21.416c0 .965-1.166 1.446-1.848.765l-8.876-8.872a1.083 1.083 0 0 1 0-1.533l9.955-9.958a1.083 1.083 0 0 1 1.533 0l8.873 8.875c.685.682.2 1.848-.765 1.848h-2.589a6.28 6.28 0 0 1-6.28 6.281h-.003z",fill:"#FFE37D",fillRule:"evenodd"})}),r.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[r.jsx("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"url(#".concat(c,"-1)")}),r.jsx("path",{d:"M10.694 22.18c.682.682 1.848.201 1.848-.764v-5.354a3.52 3.52 0 0 0 3.52-3.521h5.352c.966 0 1.45-1.166.765-1.848l-8.873-8.875a1.083 1.083 0 0 0-1.533 0l-9.955 9.958a1.083 1.083 0 0 0 0 1.533z",fill:"url(#".concat(c,"-2)")}),r.jsxs("g",{opacity:".5",children:[r.jsx("g",{filter:"url(#".concat(c,"-3)"),children:r.jsx("path",{d:"M12.545 5.137a6.28 6.28 0 0 0-6.28 6.282 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.282",fill:"#550B33"})}),r.jsx("g",{filter:"url(#".concat(c,"-4)"),children:r.jsx("path",{d:"M12.545 6.26a6.28 6.28 0 0 0-6.28 6.28 6.28 6.28 0 1 0 12.56 0 6.28 6.28 0 0 0-6.28-6.28",fill:"#FFE37D"})})]})]}),r.jsxs("defs",{children:[r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"13.314",x2:"16.343",y1:"13.181",y2:"15.698",children:[r.jsx("stop",{stopColor:"#fff"}),r.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"11.5",x2:"18",y1:"11",y2:"18",children:[r.jsx("stop",{stopColor:"#DC2A54"}),r.jsx("stop",{offset:"1",stopColor:"#D078FC"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(c,"-3"),width:"16.56",x:"4.266",y:"3.137",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(c,"-4"),width:"16.56",x:"4.266",y:"4.259",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7077",stdDeviation:"1"})]})]})]})}));exports.CollectColorIcon=i;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const CounterCompanionColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("g",{clipPath:"url(#".concat(i,"-5)")},React.createElement("mask",{height:"18",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"2"},React.createElement("path",{clipRule:"evenodd",d:"M6.503 17.571a7.775 7.775 0 0 0 10.996 0l.002-.002.59.59c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l.592-.592Z",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M8.92 15.154a4.36 4.36 0 0 0 6.162 0l.002-.002 3.007 3.007c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l3.007-3.006z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M6.503 5.162A7.775 7.775 0 1 0 17.5 16.157 7.775 7.775 0 0 0 6.503 5.162",fill:"#3B093F"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"#FFE37D"}))))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"11.954",x2:"11.785",y1:"13.638",y2:"18.972"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"13.03",x2:"14.045",y1:"8.03",y2:"19.44"},React.createElement("stop",{offset:".01",stopColor:"#880DC2"}),React.createElement("stop",{offset:"1",stopColor:"#F229F7"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.55",id:"".concat(i,"-3"),width:"21.55",x:"1.226",y:"-.116"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1.5"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.55",id:"".concat(i,"-4"),width:"19.55",x:"2.226",y:"2.299"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1"})),React.createElement("clipPath",{id:"".concat(i,"-5")},React.createElement("path",{d:"M24 0v24H0V0z",fill:"#fff"}))))}));exports.CounterCompanionColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var i=e.forwardRef((function(i,l){var t=i.className,o=i.color,n=i.inlineBlock,a=i.size,c=e.useId();return r.jsxs(s.IconBase,{ref:l,className:t,color:o,inlineBlock:n,size:a,viewBox:"0 0 24 24",children:[r.jsxs("g",{clipPath:"url(#".concat(c,"-5)"),children:[r.jsx("mask",{height:"18",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"2",children:r.jsx("path",{clipRule:"evenodd",d:"M6.503 17.571a7.775 7.775 0 0 0 10.996 0l.002-.002.59.59c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l.592-.592Z",fill:"#FFE37D",fillRule:"evenodd"})}),r.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[r.jsx("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"url(#".concat(c,"-1)")}),r.jsx("path",{d:"M8.92 15.154a4.36 4.36 0 0 0 6.162 0l.002-.002 3.007 3.007c.587.587 1.554.5 2.04-.172 2.99-4.1 2.494-9.945-1.49-13.46-3.76-3.317-9.523-3.32-13.28 0C1.377 8.042.879 13.896 3.87 17.993a1.345 1.345 0 0 0 2.04.17l3.007-3.006z",fill:"url(#".concat(c,"-2)")}),r.jsxs("g",{opacity:".5",children:[r.jsx("g",{filter:"url(#".concat(c,"-3)"),children:r.jsx("path",{d:"M6.503 5.162A7.775 7.775 0 1 0 17.5 16.157 7.775 7.775 0 0 0 6.503 5.162",fill:"#3B093F"})}),r.jsx("g",{filter:"url(#".concat(c,"-4)"),children:r.jsx("path",{d:"M6.503 6.576A7.775 7.775 0 1 0 17.5 17.57 7.775 7.775 0 0 0 6.503 6.576",fill:"#FFE37D"})})]})]})]}),r.jsxs("defs",{children:[r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"11.954",x2:"11.785",y1:"13.638",y2:"18.972",children:[r.jsx("stop",{stopColor:"#fff"}),r.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"13.03",x2:"14.045",y1:"8.03",y2:"19.44",children:[r.jsx("stop",{offset:".01",stopColor:"#880DC2"}),r.jsx("stop",{offset:"1",stopColor:"#F229F7"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21.55",id:"".concat(c,"-3"),width:"21.55",x:"1.226",y:"-.116",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1.5"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"19.55",id:"".concat(c,"-4"),width:"19.55",x:"2.226",y:"2.299",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_6408_7075",stdDeviation:"1"})]}),r.jsx("clipPath",{id:"".concat(c,"-5"),children:r.jsx("path",{d:"M24 0v24H0V0z",fill:"#fff"})})]})]})}));exports.CounterCompanionColorIcon=i;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const DashboardColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var r=a.className,l=a.color,o=a.inlineBlock,n=a.size,s=e.useId();return React.createElement(t.IconBase,{ref:c,className:r,color:l,inlineBlock:o,size:n,viewBox:"0 0 24 24"},React.createElement("mask",{height:"18",id:"".concat(s,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"18",x:"3",y:"3"},React.createElement("path",{d:"m20.966 20.041-2.296-7.834a.76.76 0 0 1 0-.418l2.296-7.834a.747.747 0 0 0-.925-.924l-7.834 2.295a.76.76 0 0 1-.418 0L3.955 3.034a.747.747 0 0 0-.924.925l2.295 7.834c.04.136.04.282 0 .418l-2.295 7.834a.747.747 0 0 0 .924.924l7.834-2.296a.76.76 0 0 1 .418 0l7.834 2.296a.747.747 0 0 0 .925-.924z",fill:"url(#".concat(s,"-6)")})),React.createElement("g",{mask:"url(#".concat(s,"-0)")},React.createElement("g",{filter:"url(#".concat(s,"-1)")},React.createElement("circle",{cx:"6.5",cy:"6.5",fill:"#B004A4",r:"6.5"})),React.createElement("g",{filter:"url(#".concat(s,"-2)")},React.createElement("circle",{cx:"17.5",cy:"6.5",fill:"#FEBD10",r:"6.5"})),React.createElement("g",{filter:"url(#".concat(s,"-3)")},React.createElement("circle",{cx:"17.5",cy:"17.5",fill:"#98C729",r:"6.5"})),React.createElement("g",{filter:"url(#".concat(s,"-4)")},React.createElement("circle",{cx:"6.5",cy:"17.5",fill:"#536CFE",r:"6.5"})),React.createElement("g",{filter:"url(#".concat(s,"-5)")},React.createElement("path",{d:"m16.485 16.022-1.149-3.918a.4.4 0 0 1 0-.208l1.149-3.918a.372.372 0 0 0-.463-.462l-3.918 1.148a.4.4 0 0 1-.208 0L7.978 7.516a.372.372 0 0 0-.462.462l1.148 3.918a.4.4 0 0 1 0 .208l-1.148 3.918a.372.372 0 0 0 .462.463l3.918-1.149a.4.4 0 0 1 .208 0l3.918 1.149a.372.372 0 0 0 .463-.463",fill:"#F9D984"}))),React.createElement("defs",null,React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(s,"-1"),width:"21",x:"-4",y:"-4"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(s,"-2"),width:"21",x:"7",y:"-4"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(s,"-3"),width:"21",x:"7",y:"7"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(s,"-4"),width:"21",x:"-4",y:"7"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"13",id:"".concat(s,"-5"),width:"13",x:"5.5",y:"5.5"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"1"})),React.createElement("radialGradient",{cx:"0",cy:"0",gradientTransform:"matrix(-8.9982 -9.00008 9.53138 -9.52939 11.998 12)",gradientUnits:"userSpaceOnUse",id:"".concat(s,"-6"),r:"1"},React.createElement("stop",{stopColor:"#B003A4"}),React.createElement("stop",{offset:".083",stopColor:"#D2434E"}),React.createElement("stop",{offset:".167",stopColor:"#EB8315"}),React.createElement("stop",{offset:".25",stopColor:"#FEBD10"}),React.createElement("stop",{offset:".333",stopColor:"#FCBC05"}),React.createElement("stop",{offset:".417",stopColor:"#E4C217"}),React.createElement("stop",{offset:".5",stopColor:"#93C729"}),React.createElement("stop",{offset:".583",stopColor:"#2CC2A2"}),React.createElement("stop",{offset:".667",stopColor:"#17B8E5"}),React.createElement("stop",{offset:".75",stopColor:"#536BFE"}),React.createElement("stop",{offset:".833",stopColor:"#5F60F1"}),React.createElement("stop",{offset:".917",stopColor:"#9A2AB0"}),React.createElement("stop",{offset:"1",stopColor:"#B003A4"}))))}));exports.DashboardColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var o=e.forwardRef((function(o,t){var l=o.className,i=o.color,a=o.inlineBlock,c=o.size,n=e.useId();return r.jsxs(s.IconBase,{ref:t,className:l,color:i,inlineBlock:a,size:c,viewBox:"0 0 24 24",children:[r.jsx("mask",{height:"18",id:"".concat(n,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"18",x:"3",y:"3",children:r.jsx("path",{d:"m20.966 20.041-2.296-7.834a.76.76 0 0 1 0-.418l2.296-7.834a.747.747 0 0 0-.925-.924l-7.834 2.295a.76.76 0 0 1-.418 0L3.955 3.034a.747.747 0 0 0-.924.925l2.295 7.834c.04.136.04.282 0 .418l-2.295 7.834a.747.747 0 0 0 .924.924l7.834-2.296a.76.76 0 0 1 .418 0l7.834 2.296a.747.747 0 0 0 .925-.924z",fill:"url(#".concat(n,"-6)")})}),r.jsxs("g",{mask:"url(#".concat(n,"-0)"),children:[r.jsx("g",{filter:"url(#".concat(n,"-1)"),children:r.jsx("circle",{cx:"6.5",cy:"6.5",fill:"#B004A4",r:"6.5"})}),r.jsx("g",{filter:"url(#".concat(n,"-2)"),children:r.jsx("circle",{cx:"17.5",cy:"6.5",fill:"#FEBD10",r:"6.5"})}),r.jsx("g",{filter:"url(#".concat(n,"-3)"),children:r.jsx("circle",{cx:"17.5",cy:"17.5",fill:"#98C729",r:"6.5"})}),r.jsx("g",{filter:"url(#".concat(n,"-4)"),children:r.jsx("circle",{cx:"6.5",cy:"17.5",fill:"#536CFE",r:"6.5"})}),r.jsx("g",{filter:"url(#".concat(n,"-5)"),children:r.jsx("path",{d:"m16.485 16.022-1.149-3.918a.4.4 0 0 1 0-.208l1.149-3.918a.372.372 0 0 0-.463-.462l-3.918 1.148a.4.4 0 0 1-.208 0L7.978 7.516a.372.372 0 0 0-.462.462l1.148 3.918a.4.4 0 0 1 0 .208l-1.148 3.918a.372.372 0 0 0 .462.463l3.918-1.149a.4.4 0 0 1 .208 0l3.918 1.149a.372.372 0 0 0 .463-.463",fill:"#F9D984"})})]}),r.jsxs("defs",{children:[r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(n,"-1"),width:"21",x:"-4",y:"-4",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(n,"-2"),width:"21",x:"7",y:"-4",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(n,"-3"),width:"21",x:"7",y:"7",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"21",id:"".concat(n,"-4"),width:"21",x:"-4",y:"7",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"2"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"13",id:"".concat(n,"-5"),width:"13",x:"5.5",y:"5.5",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91298",stdDeviation:"1"})]}),r.jsxs("radialGradient",{cx:"0",cy:"0",gradientTransform:"matrix(-8.9982 -9.00008 9.53138 -9.52939 11.998 12)",gradientUnits:"userSpaceOnUse",id:"".concat(n,"-6"),r:"1",children:[r.jsx("stop",{stopColor:"#B003A4"}),r.jsx("stop",{offset:".083",stopColor:"#D2434E"}),r.jsx("stop",{offset:".167",stopColor:"#EB8315"}),r.jsx("stop",{offset:".25",stopColor:"#FEBD10"}),r.jsx("stop",{offset:".333",stopColor:"#FCBC05"}),r.jsx("stop",{offset:".417",stopColor:"#E4C217"}),r.jsx("stop",{offset:".5",stopColor:"#93C729"}),r.jsx("stop",{offset:".583",stopColor:"#2CC2A2"}),r.jsx("stop",{offset:".667",stopColor:"#17B8E5"}),r.jsx("stop",{offset:".75",stopColor:"#536BFE"}),r.jsx("stop",{offset:".833",stopColor:"#5F60F1"}),r.jsx("stop",{offset:".917",stopColor:"#9A2AB0"}),r.jsx("stop",{offset:"1",stopColor:"#B003A4"})]})]})]})}));exports.DashboardColorIcon=o;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../../../types/IconProps";
2
+ export declare const HelloColorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- "use strict";var e=require("react"),t=require("../../icon-base/_IconBase.js");require("../../../styles/constants/theme.js");var a=e.forwardRef((function(a,c){var l=a.className,r=a.color,n=a.inlineBlock,o=a.size,i=e.useId();return React.createElement(t.IconBase,{ref:c,className:l,color:r,inlineBlock:n,size:o,viewBox:"0 0 24 24"},React.createElement("mask",{height:"22",id:"".concat(i,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"1"},React.createElement("path",{clipRule:"evenodd",d:"M11.458 2.584c0-.965 1.166-1.446 1.848-.765l8.876 8.872a1.083 1.083 0 0 1 0 1.533l-9.955 9.958a1.083 1.083 0 0 1-1.533 0L1.82 13.307c-.685-.682-.2-1.848.765-1.848h2.589a6.28 6.28 0 0 1 6.28-6.281h.003z",fill:"#FFE37D",fillRule:"evenodd"})),React.createElement("g",{mask:"url(#".concat(i,"-0)")},React.createElement("path",{d:"M11.455 17.74a6.28 6.28 0 0 0 6.28-6.28 6.28 6.28 0 1 0-12.56 0 6.28 6.28 0 0 0 6.28 6.28",fill:"url(#".concat(i,"-1)")}),React.createElement("path",{d:"M13.306 1.82c-.682-.682-1.848-.201-1.848.764v5.354a3.52 3.52 0 0 0-3.52 3.521H2.586c-.966 0-1.45 1.166-.765 1.848l8.873 8.875a1.083 1.083 0 0 0 1.533 0l9.955-9.958a1.083 1.083 0 0 0 0-1.533z",fill:"url(#".concat(i,"-2)")}),React.createElement("g",{opacity:".5"},React.createElement("g",{filter:"url(#".concat(i,"-3)")},React.createElement("path",{d:"M11.455 18.863a6.28 6.28 0 0 0 6.28-6.281 6.28 6.28 0 1 0-12.56 0 6.28 6.28 0 0 0 6.28 6.281",fill:"#053326"})),React.createElement("g",{filter:"url(#".concat(i,"-4)")},React.createElement("path",{d:"M11.455 17.74a6.28 6.28 0 0 0 6.28-6.28 6.28 6.28 0 1 0-12.56 0 6.28 6.28 0 0 0 6.28 6.28",fill:"#FFE37D"})))),React.createElement("defs",null,React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-1"),x1:"10.686",x2:"7.657",y1:"10.819",y2:"8.302"},React.createElement("stop",{stopColor:"#fff"}),React.createElement("stop",{offset:"1",stopColor:"#FFE37D"})),React.createElement("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(i,"-2"),x1:"14.857",x2:"4.264",y1:"14.814",y2:"4.397"},React.createElement("stop",{stopColor:"#80B917"}),React.createElement("stop",{offset:"1",stopColor:"#0CC4E2"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(i,"-3"),width:"16.56",x:"3.175",y:"4.3"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91293",stdDeviation:"1"})),React.createElement("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(i,"-4"),width:"16.56",x:"3.175",y:"3.178"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91293",stdDeviation:"1"}))))}));exports.HelloColorIcon=a;
1
+ "use strict";var e=require("react"),s=require("../../icon-base/_IconBase.js"),r=require("react/jsx-runtime");require("../../../styles/constants/theme.js");var i=e.forwardRef((function(i,l){var t=i.className,a=i.color,o=i.inlineBlock,n=i.size,c=e.useId();return r.jsxs(s.IconBase,{ref:l,className:t,color:a,inlineBlock:o,size:n,viewBox:"0 0 24 24",children:[r.jsx("mask",{height:"22",id:"".concat(c,"-0"),maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},width:"22",x:"1",y:"1",children:r.jsx("path",{clipRule:"evenodd",d:"M11.458 2.584c0-.965 1.166-1.446 1.848-.765l8.876 8.872a1.083 1.083 0 0 1 0 1.533l-9.955 9.958a1.083 1.083 0 0 1-1.533 0L1.82 13.307c-.685-.682-.2-1.848.765-1.848h2.589a6.28 6.28 0 0 1 6.28-6.281h.003z",fill:"#FFE37D",fillRule:"evenodd"})}),r.jsxs("g",{mask:"url(#".concat(c,"-0)"),children:[r.jsx("path",{d:"M11.455 17.74a6.28 6.28 0 0 0 6.28-6.28 6.28 6.28 0 1 0-12.56 0 6.28 6.28 0 0 0 6.28 6.28",fill:"url(#".concat(c,"-1)")}),r.jsx("path",{d:"M13.306 1.82c-.682-.682-1.848-.201-1.848.764v5.354a3.52 3.52 0 0 0-3.52 3.521H2.586c-.966 0-1.45 1.166-.765 1.848l8.873 8.875a1.083 1.083 0 0 0 1.533 0l9.955-9.958a1.083 1.083 0 0 0 0-1.533z",fill:"url(#".concat(c,"-2)")}),r.jsxs("g",{opacity:".5",children:[r.jsx("g",{filter:"url(#".concat(c,"-3)"),children:r.jsx("path",{d:"M11.455 18.863a6.28 6.28 0 0 0 6.28-6.281 6.28 6.28 0 1 0-12.56 0 6.28 6.28 0 0 0 6.28 6.281",fill:"#053326"})}),r.jsx("g",{filter:"url(#".concat(c,"-4)"),children:r.jsx("path",{d:"M11.455 17.74a6.28 6.28 0 0 0 6.28-6.28 6.28 6.28 0 1 0-12.56 0 6.28 6.28 0 0 0 6.28 6.28",fill:"#FFE37D"})})]})]}),r.jsxs("defs",{children:[r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-1"),x1:"10.686",x2:"7.657",y1:"10.819",y2:"8.302",children:[r.jsx("stop",{stopColor:"#fff"}),r.jsx("stop",{offset:"1",stopColor:"#FFE37D"})]}),r.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"".concat(c,"-2"),x1:"14.857",x2:"4.264",y1:"14.814",y2:"4.397",children:[r.jsx("stop",{stopColor:"#80B917"}),r.jsx("stop",{offset:"1",stopColor:"#0CC4E2"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(c,"-3"),width:"16.56",x:"3.175",y:"4.3",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91293",stdDeviation:"1"})]}),r.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"16.563",id:"".concat(c,"-4"),width:"16.56",x:"3.175",y:"3.178",children:[r.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),r.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r.jsx("feGaussianBlur",{result:"effect1_foregroundBlur_4150_91293",stdDeviation:"1"})]})]})]})}));exports.HelloColorIcon=i;