jfs-components 0.1.12 → 0.1.17

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 (585) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/lib/commonjs/components/ActionFooter/ActionFooter.js +7 -24
  3. package/lib/commonjs/components/ActionTile/ActionTile.js +10 -10
  4. package/lib/commonjs/components/AmountInput/AmountInput.js +3 -3
  5. package/lib/commonjs/components/AreaLineChart/AreaLineChart.js +2 -2
  6. package/lib/commonjs/components/Attached/Attached.js +1 -1
  7. package/lib/commonjs/components/Avatar/Avatar.js +10 -10
  8. package/lib/commonjs/components/AvatarGroup/AvatarGroup.js +9 -9
  9. package/lib/commonjs/components/Badge/Badge.js +12 -12
  10. package/lib/commonjs/components/BenefitCard/BenefitCard.js +95 -21
  11. package/lib/commonjs/components/BottomNav/BottomNav.js +2 -2
  12. package/lib/commonjs/components/BottomNavItem/BottomNavItem.js +3 -3
  13. package/lib/commonjs/components/Button/Button.js +31 -19
  14. package/lib/commonjs/components/Card/Card.js +20 -20
  15. package/lib/commonjs/components/CardAdvisory/CardAdvisory.js +6 -6
  16. package/lib/commonjs/components/CardCTA/CardCTA.js +21 -21
  17. package/lib/commonjs/components/CardFeedback/CardFeedback.js +18 -18
  18. package/lib/commonjs/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
  19. package/lib/commonjs/components/CardInsight/CardInsight.js +1 -2
  20. package/lib/commonjs/components/Carousel/Carousel.js +18 -12
  21. package/lib/commonjs/components/CarouselCardAccounts/CarouselCardAccounts.js +75 -0
  22. package/lib/commonjs/components/Checkbox/Checkbox.js +6 -13
  23. package/lib/commonjs/components/ChipGroup/ChipGroup.js +1 -1
  24. package/lib/commonjs/components/ChipSelect/ChipSelect.js +11 -11
  25. package/lib/commonjs/components/CircularProgressBar/CircularProgressBar.js +5 -5
  26. package/lib/commonjs/components/CircularProgressBarDoted/CircularProgressBarDoted.js +8 -8
  27. package/lib/commonjs/components/CircularRating/CircularRating.js +3 -3
  28. package/lib/commonjs/components/CompareTable/CompareTable.js +16 -16
  29. package/lib/commonjs/components/DebitCard/DebitCard.js +18 -18
  30. package/lib/commonjs/components/Disclaimer/Disclaimer.js +5 -5
  31. package/lib/commonjs/components/DonutChart/DonutChart.js +11 -11
  32. package/lib/commonjs/components/Drawer/Drawer.js +60 -60
  33. package/lib/commonjs/components/Dropdown/Dropdown.js +22 -23
  34. package/lib/commonjs/components/DropdownInput/DropdownInput.js +10 -10
  35. package/lib/commonjs/components/EmptyState/EmptyState.js +14 -14
  36. package/lib/commonjs/components/FilterBar/FilterBar.js +2 -2
  37. package/lib/commonjs/components/Form/Form.js +3 -3
  38. package/lib/commonjs/components/FormField/FormField.js +6 -6
  39. package/lib/commonjs/components/FullscreenModal/FullscreenModal.js +24 -24
  40. package/lib/commonjs/components/Gauge/Gauge.js +8 -8
  41. package/lib/commonjs/components/HoldingsCard/HoldingsCard.js +10 -10
  42. package/lib/commonjs/components/Icon/Icon.js +6 -6
  43. package/lib/commonjs/components/IconCapsule/IconCapsule.js +7 -7
  44. package/lib/commonjs/components/InputSearch/InputSearch.js +9 -9
  45. package/lib/commonjs/components/InstitutionBadge/InstitutionBadge.js +3 -3
  46. package/lib/commonjs/components/ListGroup/ListGroup.js +8 -8
  47. package/lib/commonjs/components/ListItem/ListItem.js +10 -10
  48. package/lib/commonjs/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
  49. package/lib/commonjs/components/LottiePlayer/LottiePlayer.js +2 -2
  50. package/lib/commonjs/components/LottiePlayer/LottiePlayer.web.js +2 -2
  51. package/lib/commonjs/components/MediaCard/MediaCard.js +21 -21
  52. package/lib/commonjs/components/MessageField/MessageField.js +8 -8
  53. package/lib/commonjs/components/MoneyValue/MoneyValue.js +7 -7
  54. package/lib/commonjs/components/NavArrow/NavArrow.js +8 -8
  55. package/lib/commonjs/components/NoteInput/NoteInput.js +12 -12
  56. package/lib/commonjs/components/Nudge/Nudge.js +20 -20
  57. package/lib/commonjs/components/OTP/OTP.js +15 -15
  58. package/lib/commonjs/components/PageHero/PageHero.js +16 -16
  59. package/lib/commonjs/components/PaymentFeedback/PaymentFeedback.js +23 -23
  60. package/lib/commonjs/components/Popup/Popup.js +1 -1
  61. package/lib/commonjs/components/ProgressBadge/ProgressBadge.js +5 -5
  62. package/lib/commonjs/components/Radio/Radio.js +8 -8
  63. package/lib/commonjs/components/RechargeCard/RechargeCard.js +31 -31
  64. package/lib/commonjs/components/SavingsGoalSummary/SavingsGoalSummary.js +59 -12
  65. package/lib/commonjs/components/ScrollArea/ScrollArea.js +126 -0
  66. package/lib/commonjs/components/Section/Section.js +24 -24
  67. package/lib/commonjs/components/StatusHero/StatusHero.js +14 -14
  68. package/lib/commonjs/components/Stepper/Step.js +16 -16
  69. package/lib/commonjs/components/Stepper/StepLabel.js +16 -16
  70. package/lib/commonjs/components/Stepper/Stepper.js +3 -3
  71. package/lib/commonjs/components/SuggestiveSearch/SuggestiveSearch.js +10 -10
  72. package/lib/commonjs/components/SupportText/SupportText.js +6 -6
  73. package/lib/commonjs/components/SupportText/SupportTextIcon.js +2 -2
  74. package/lib/commonjs/components/Text/Text.js +14 -2
  75. package/lib/commonjs/components/TextInput/TextInput.js +14 -14
  76. package/lib/commonjs/components/TextSegment/TextSegment.js +14 -2
  77. package/lib/commonjs/components/ThreadHero/ThreadHero.js +17 -17
  78. package/lib/commonjs/components/Title/Title.js +38 -16
  79. package/lib/commonjs/components/Toast/Toast.js +15 -15
  80. package/lib/commonjs/components/Toggle/Toggle.js +3 -11
  81. package/lib/commonjs/components/Tooltip/Tooltip.js +12 -12
  82. package/lib/commonjs/components/TransactionBubble/TransactionBubble.js +13 -13
  83. package/lib/commonjs/components/TransactionDetails/TransactionDetails.js +10 -10
  84. package/lib/commonjs/components/TransactionStatus/TransactionStatus.js +9 -9
  85. package/lib/commonjs/components/UpiHandle/UpiHandle.js +15 -15
  86. package/lib/commonjs/components/index.js +14 -0
  87. package/lib/commonjs/design-tokens/Coin Variables-variables-full.json +1 -1
  88. package/lib/commonjs/design-tokens/figma-modes.generated.js +50 -42
  89. package/lib/commonjs/icons/components/Icon4g.js +19 -0
  90. package/lib/commonjs/icons/components/Icon4gltedata.js +19 -0
  91. package/lib/commonjs/icons/components/Icon5g.js +19 -0
  92. package/lib/commonjs/icons/components/Icon5gdoubleplus.js +19 -0
  93. package/lib/commonjs/icons/components/Icon5gplus.js +19 -0
  94. package/lib/commonjs/icons/components/IconAdblocker.js +19 -0
  95. package/lib/commonjs/icons/components/IconAdblockplus.js +19 -0
  96. package/lib/commonjs/icons/components/IconAnalytics.js +19 -0
  97. package/lib/commonjs/icons/components/IconAnalyticsdata.js +19 -0
  98. package/lib/commonjs/icons/components/IconAnalyticspiechart.js +19 -0
  99. package/lib/commonjs/icons/components/IconAnalyticspiecharttree.js +19 -0
  100. package/lib/commonjs/icons/components/IconAnalyticspiecharttwo.js +19 -0
  101. package/lib/commonjs/icons/components/IconCompoundinterest.js +19 -0
  102. package/lib/commonjs/icons/components/IconConsumptionaccounted.js +19 -0
  103. package/lib/commonjs/icons/components/IconConsumptionaverage.js +19 -0
  104. package/lib/commonjs/icons/components/IconConsumptionhigh.js +19 -0
  105. package/lib/commonjs/icons/components/IconConsumptionlow.js +19 -0
  106. package/lib/commonjs/icons/components/IconConsumptionunaccounted.js +19 -0
  107. package/lib/commonjs/icons/components/IconCsvdoc.js +19 -0
  108. package/lib/commonjs/icons/components/IconDatabase.js +19 -0
  109. package/lib/commonjs/icons/components/IconDigitalecosystem.js +19 -0
  110. package/lib/commonjs/icons/components/IconDigitalselfservice.js +19 -0
  111. package/lib/commonjs/icons/components/IconDistribution.js +19 -0
  112. package/lib/commonjs/icons/components/IconDocument.js +19 -0
  113. package/lib/commonjs/icons/components/IconDocumentdoc.js +19 -0
  114. package/lib/commonjs/icons/components/IconDocumentjpg.js +19 -0
  115. package/lib/commonjs/icons/components/IconDocumentodt.js +19 -0
  116. package/lib/commonjs/icons/components/IconDocumentpdf.js +19 -0
  117. package/lib/commonjs/icons/components/IconDocumentpng.js +19 -0
  118. package/lib/commonjs/icons/components/IconDocumentraw.js +19 -0
  119. package/lib/commonjs/icons/components/IconDocumentrtf.js +19 -0
  120. package/lib/commonjs/icons/components/IconDocumentsettings.js +19 -0
  121. package/lib/commonjs/icons/components/IconDocumenttif.js +19 -0
  122. package/lib/commonjs/icons/components/IconDocumenttxt.js +19 -0
  123. package/lib/commonjs/icons/components/IconDocumentunknown.js +19 -0
  124. package/lib/commonjs/icons/components/IconDocumentxls.js +19 -0
  125. package/lib/commonjs/icons/components/IconDocumentxlsx.js +19 -0
  126. package/lib/commonjs/icons/components/IconFilerequest.js +19 -0
  127. package/lib/commonjs/icons/components/IconFilesend.js +19 -0
  128. package/lib/commonjs/icons/components/IconFileshare.js +19 -0
  129. package/lib/commonjs/icons/components/IconFindinpage.js +19 -0
  130. package/lib/commonjs/icons/components/IconFolder.js +19 -0
  131. package/lib/commonjs/icons/components/IconFolderbookmarks.js +19 -0
  132. package/lib/commonjs/icons/components/IconFolderfavorites.js +19 -0
  133. package/lib/commonjs/icons/components/IconFolderlocked.js +19 -0
  134. package/lib/commonjs/icons/components/IconFoldermovefiles.js +19 -0
  135. package/lib/commonjs/icons/components/IconFolderpublic.js +19 -0
  136. package/lib/commonjs/icons/components/IconFolderrated.js +19 -0
  137. package/lib/commonjs/icons/components/IconFolderrequest.js +19 -0
  138. package/lib/commonjs/icons/components/IconForm.js +19 -0
  139. package/lib/commonjs/icons/components/IconFormadd.js +19 -0
  140. package/lib/commonjs/icons/components/IconForms.js +19 -0
  141. package/lib/commonjs/icons/components/IconGraphincreasing.js +19 -0
  142. package/lib/commonjs/icons/components/IconGraphlow.js +19 -0
  143. package/lib/commonjs/icons/components/IconGraphtable.js +19 -0
  144. package/lib/commonjs/icons/components/IconHealthreport.js +19 -0
  145. package/lib/commonjs/icons/components/IconHubmode.js +19 -0
  146. package/lib/commonjs/icons/components/IconInfrastructure.js +19 -0
  147. package/lib/commonjs/icons/components/IconInterestlow.js +19 -0
  148. package/lib/commonjs/icons/components/IconLte.js +19 -0
  149. package/lib/commonjs/icons/components/IconNetworkfuture.js +19 -0
  150. package/lib/commonjs/icons/components/IconPagesettings.js +19 -0
  151. package/lib/commonjs/icons/components/IconPptxdoc.js +19 -0
  152. package/lib/commonjs/icons/components/IconPreferrednumber.js +19 -0
  153. package/lib/commonjs/icons/components/IconPremiumnumber.js +19 -0
  154. package/lib/commonjs/icons/components/IconProjection.js +19 -0
  155. package/lib/commonjs/icons/components/IconRequest.js +19 -0
  156. package/lib/commonjs/icons/components/IconRoutestraffic.js +19 -0
  157. package/lib/commonjs/icons/components/IconTechnology.js +19 -0
  158. package/lib/commonjs/icons/components/IconVolte.js +19 -0
  159. package/lib/commonjs/icons/components/IconVonr.js +19 -0
  160. package/lib/commonjs/icons/components/IconVowifi.js +19 -0
  161. package/lib/commonjs/icons/components/IconVpndata.js +19 -0
  162. package/lib/commonjs/icons/components/index.js +803 -0
  163. package/lib/commonjs/icons/registry.js +2 -2
  164. package/lib/commonjs/utils/index.js +25 -0
  165. package/lib/commonjs/utils/react-utils.js +62 -0
  166. package/lib/commonjs/utils/shadow.js +200 -0
  167. package/lib/module/components/ActionFooter/ActionFooter.js +7 -24
  168. package/lib/module/components/ActionTile/ActionTile.js +10 -10
  169. package/lib/module/components/AmountInput/AmountInput.js +3 -3
  170. package/lib/module/components/AreaLineChart/AreaLineChart.js +2 -2
  171. package/lib/module/components/Attached/Attached.js +1 -1
  172. package/lib/module/components/Avatar/Avatar.js +10 -10
  173. package/lib/module/components/AvatarGroup/AvatarGroup.js +9 -9
  174. package/lib/module/components/Badge/Badge.js +12 -12
  175. package/lib/module/components/BenefitCard/BenefitCard.js +95 -21
  176. package/lib/module/components/BottomNav/BottomNav.js +2 -2
  177. package/lib/module/components/BottomNavItem/BottomNavItem.js +3 -3
  178. package/lib/module/components/Button/Button.js +32 -20
  179. package/lib/module/components/Card/Card.js +20 -20
  180. package/lib/module/components/CardAdvisory/CardAdvisory.js +6 -6
  181. package/lib/module/components/CardCTA/CardCTA.js +21 -21
  182. package/lib/module/components/CardFeedback/CardFeedback.js +18 -18
  183. package/lib/module/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
  184. package/lib/module/components/CardInsight/CardInsight.js +1 -2
  185. package/lib/module/components/Carousel/Carousel.js +18 -12
  186. package/lib/module/components/CarouselCardAccounts/CarouselCardAccounts.js +71 -0
  187. package/lib/module/components/Checkbox/Checkbox.js +2 -9
  188. package/lib/module/components/ChipGroup/ChipGroup.js +1 -1
  189. package/lib/module/components/ChipSelect/ChipSelect.js +11 -11
  190. package/lib/module/components/CircularProgressBar/CircularProgressBar.js +5 -5
  191. package/lib/module/components/CircularProgressBarDoted/CircularProgressBarDoted.js +8 -8
  192. package/lib/module/components/CircularRating/CircularRating.js +3 -3
  193. package/lib/module/components/CompareTable/CompareTable.js +16 -16
  194. package/lib/module/components/DebitCard/DebitCard.js +18 -18
  195. package/lib/module/components/Disclaimer/Disclaimer.js +5 -5
  196. package/lib/module/components/DonutChart/DonutChart.js +11 -11
  197. package/lib/module/components/Drawer/Drawer.js +60 -60
  198. package/lib/module/components/Dropdown/Dropdown.js +22 -23
  199. package/lib/module/components/DropdownInput/DropdownInput.js +10 -10
  200. package/lib/module/components/EmptyState/EmptyState.js +14 -14
  201. package/lib/module/components/FilterBar/FilterBar.js +2 -2
  202. package/lib/module/components/Form/Form.js +3 -3
  203. package/lib/module/components/FormField/FormField.js +6 -6
  204. package/lib/module/components/FullscreenModal/FullscreenModal.js +24 -24
  205. package/lib/module/components/Gauge/Gauge.js +8 -8
  206. package/lib/module/components/HoldingsCard/HoldingsCard.js +10 -10
  207. package/lib/module/components/Icon/Icon.js +6 -6
  208. package/lib/module/components/IconCapsule/IconCapsule.js +7 -7
  209. package/lib/module/components/InputSearch/InputSearch.js +9 -9
  210. package/lib/module/components/InstitutionBadge/InstitutionBadge.js +3 -3
  211. package/lib/module/components/ListGroup/ListGroup.js +8 -8
  212. package/lib/module/components/ListItem/ListItem.js +10 -10
  213. package/lib/module/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
  214. package/lib/module/components/LottiePlayer/LottiePlayer.js +2 -2
  215. package/lib/module/components/LottiePlayer/LottiePlayer.web.js +2 -2
  216. package/lib/module/components/MediaCard/MediaCard.js +21 -21
  217. package/lib/module/components/MessageField/MessageField.js +8 -8
  218. package/lib/module/components/MoneyValue/MoneyValue.js +7 -7
  219. package/lib/module/components/NavArrow/NavArrow.js +8 -8
  220. package/lib/module/components/NoteInput/NoteInput.js +12 -12
  221. package/lib/module/components/Nudge/Nudge.js +20 -20
  222. package/lib/module/components/OTP/OTP.js +15 -15
  223. package/lib/module/components/PageHero/PageHero.js +16 -16
  224. package/lib/module/components/PaymentFeedback/PaymentFeedback.js +23 -23
  225. package/lib/module/components/Popup/Popup.js +1 -1
  226. package/lib/module/components/ProgressBadge/ProgressBadge.js +5 -5
  227. package/lib/module/components/Radio/Radio.js +9 -9
  228. package/lib/module/components/RechargeCard/RechargeCard.js +31 -31
  229. package/lib/module/components/SavingsGoalSummary/SavingsGoalSummary.js +60 -13
  230. package/lib/module/components/ScrollArea/ScrollArea.js +121 -0
  231. package/lib/module/components/Section/Section.js +24 -24
  232. package/lib/module/components/StatusHero/StatusHero.js +14 -14
  233. package/lib/module/components/Stepper/Step.js +16 -16
  234. package/lib/module/components/Stepper/StepLabel.js +16 -16
  235. package/lib/module/components/Stepper/Stepper.js +3 -3
  236. package/lib/module/components/SuggestiveSearch/SuggestiveSearch.js +10 -10
  237. package/lib/module/components/SupportText/SupportText.js +6 -6
  238. package/lib/module/components/SupportText/SupportTextIcon.js +2 -2
  239. package/lib/module/components/Text/Text.js +15 -3
  240. package/lib/module/components/TextInput/TextInput.js +14 -14
  241. package/lib/module/components/TextSegment/TextSegment.js +15 -3
  242. package/lib/module/components/ThreadHero/ThreadHero.js +17 -17
  243. package/lib/module/components/Title/Title.js +39 -17
  244. package/lib/module/components/Toast/Toast.js +15 -15
  245. package/lib/module/components/Toggle/Toggle.js +4 -12
  246. package/lib/module/components/Tooltip/Tooltip.js +12 -12
  247. package/lib/module/components/TransactionBubble/TransactionBubble.js +13 -13
  248. package/lib/module/components/TransactionDetails/TransactionDetails.js +10 -10
  249. package/lib/module/components/TransactionStatus/TransactionStatus.js +9 -9
  250. package/lib/module/components/UpiHandle/UpiHandle.js +15 -15
  251. package/lib/module/components/index.js +2 -0
  252. package/lib/module/design-tokens/Coin Variables-variables-full.json +1 -1
  253. package/lib/module/design-tokens/figma-modes.generated.js +50 -42
  254. package/lib/module/icons/components/Icon4g.js +12 -0
  255. package/lib/module/icons/components/Icon4gltedata.js +12 -0
  256. package/lib/module/icons/components/Icon5g.js +12 -0
  257. package/lib/module/icons/components/Icon5gdoubleplus.js +12 -0
  258. package/lib/module/icons/components/Icon5gplus.js +12 -0
  259. package/lib/module/icons/components/IconAdblocker.js +12 -0
  260. package/lib/module/icons/components/IconAdblockplus.js +12 -0
  261. package/lib/module/icons/components/IconAnalytics.js +12 -0
  262. package/lib/module/icons/components/IconAnalyticsdata.js +12 -0
  263. package/lib/module/icons/components/IconAnalyticspiechart.js +12 -0
  264. package/lib/module/icons/components/IconAnalyticspiecharttree.js +12 -0
  265. package/lib/module/icons/components/IconAnalyticspiecharttwo.js +12 -0
  266. package/lib/module/icons/components/IconCompoundinterest.js +12 -0
  267. package/lib/module/icons/components/IconConsumptionaccounted.js +12 -0
  268. package/lib/module/icons/components/IconConsumptionaverage.js +12 -0
  269. package/lib/module/icons/components/IconConsumptionhigh.js +12 -0
  270. package/lib/module/icons/components/IconConsumptionlow.js +12 -0
  271. package/lib/module/icons/components/IconConsumptionunaccounted.js +12 -0
  272. package/lib/module/icons/components/IconCsvdoc.js +12 -0
  273. package/lib/module/icons/components/IconDatabase.js +12 -0
  274. package/lib/module/icons/components/IconDigitalecosystem.js +12 -0
  275. package/lib/module/icons/components/IconDigitalselfservice.js +12 -0
  276. package/lib/module/icons/components/IconDistribution.js +12 -0
  277. package/lib/module/icons/components/IconDocument.js +12 -0
  278. package/lib/module/icons/components/IconDocumentdoc.js +12 -0
  279. package/lib/module/icons/components/IconDocumentjpg.js +12 -0
  280. package/lib/module/icons/components/IconDocumentodt.js +12 -0
  281. package/lib/module/icons/components/IconDocumentpdf.js +12 -0
  282. package/lib/module/icons/components/IconDocumentpng.js +12 -0
  283. package/lib/module/icons/components/IconDocumentraw.js +12 -0
  284. package/lib/module/icons/components/IconDocumentrtf.js +12 -0
  285. package/lib/module/icons/components/IconDocumentsettings.js +12 -0
  286. package/lib/module/icons/components/IconDocumenttif.js +12 -0
  287. package/lib/module/icons/components/IconDocumenttxt.js +12 -0
  288. package/lib/module/icons/components/IconDocumentunknown.js +12 -0
  289. package/lib/module/icons/components/IconDocumentxls.js +12 -0
  290. package/lib/module/icons/components/IconDocumentxlsx.js +12 -0
  291. package/lib/module/icons/components/IconFilerequest.js +12 -0
  292. package/lib/module/icons/components/IconFilesend.js +12 -0
  293. package/lib/module/icons/components/IconFileshare.js +12 -0
  294. package/lib/module/icons/components/IconFindinpage.js +12 -0
  295. package/lib/module/icons/components/IconFolder.js +12 -0
  296. package/lib/module/icons/components/IconFolderbookmarks.js +12 -0
  297. package/lib/module/icons/components/IconFolderfavorites.js +12 -0
  298. package/lib/module/icons/components/IconFolderlocked.js +12 -0
  299. package/lib/module/icons/components/IconFoldermovefiles.js +12 -0
  300. package/lib/module/icons/components/IconFolderpublic.js +12 -0
  301. package/lib/module/icons/components/IconFolderrated.js +12 -0
  302. package/lib/module/icons/components/IconFolderrequest.js +12 -0
  303. package/lib/module/icons/components/IconForm.js +12 -0
  304. package/lib/module/icons/components/IconFormadd.js +12 -0
  305. package/lib/module/icons/components/IconForms.js +12 -0
  306. package/lib/module/icons/components/IconGraphincreasing.js +12 -0
  307. package/lib/module/icons/components/IconGraphlow.js +12 -0
  308. package/lib/module/icons/components/IconGraphtable.js +12 -0
  309. package/lib/module/icons/components/IconHealthreport.js +12 -0
  310. package/lib/module/icons/components/IconHubmode.js +12 -0
  311. package/lib/module/icons/components/IconInfrastructure.js +12 -0
  312. package/lib/module/icons/components/IconInterestlow.js +12 -0
  313. package/lib/module/icons/components/IconLte.js +12 -0
  314. package/lib/module/icons/components/IconNetworkfuture.js +12 -0
  315. package/lib/module/icons/components/IconPagesettings.js +12 -0
  316. package/lib/module/icons/components/IconPptxdoc.js +12 -0
  317. package/lib/module/icons/components/IconPreferrednumber.js +12 -0
  318. package/lib/module/icons/components/IconPremiumnumber.js +12 -0
  319. package/lib/module/icons/components/IconProjection.js +12 -0
  320. package/lib/module/icons/components/IconRequest.js +12 -0
  321. package/lib/module/icons/components/IconRoutestraffic.js +12 -0
  322. package/lib/module/icons/components/IconTechnology.js +12 -0
  323. package/lib/module/icons/components/IconVolte.js +12 -0
  324. package/lib/module/icons/components/IconVonr.js +12 -0
  325. package/lib/module/icons/components/IconVowifi.js +12 -0
  326. package/lib/module/icons/components/IconVpndata.js +12 -0
  327. package/lib/module/icons/components/index.js +73 -0
  328. package/lib/module/icons/registry.js +2 -2
  329. package/lib/module/utils/index.js +2 -1
  330. package/lib/module/utils/react-utils.js +61 -0
  331. package/lib/module/utils/shadow.js +194 -0
  332. package/lib/typescript/src/components/BenefitCard/BenefitCard.d.ts +33 -4
  333. package/lib/typescript/src/components/Carousel/Carousel.d.ts +11 -1
  334. package/lib/typescript/src/components/CarouselCardAccounts/CarouselCardAccounts.d.ts +57 -0
  335. package/lib/typescript/src/components/SavingsGoalSummary/SavingsGoalSummary.d.ts +11 -1
  336. package/lib/typescript/src/components/ScrollArea/ScrollArea.d.ts +77 -0
  337. package/lib/typescript/src/components/Text/Text.d.ts +12 -3
  338. package/lib/typescript/src/components/TextSegment/TextSegment.d.ts +12 -3
  339. package/lib/typescript/src/components/Title/Title.d.ts +12 -2
  340. package/lib/typescript/src/components/index.d.ts +2 -0
  341. package/lib/typescript/src/design-tokens/figma-modes.generated.d.ts +23 -15
  342. package/lib/typescript/src/icons/components/Icon4g.d.ts +3 -0
  343. package/lib/typescript/src/icons/components/Icon4gltedata.d.ts +3 -0
  344. package/lib/typescript/src/icons/components/Icon5g.d.ts +3 -0
  345. package/lib/typescript/src/icons/components/Icon5gdoubleplus.d.ts +3 -0
  346. package/lib/typescript/src/icons/components/Icon5gplus.d.ts +3 -0
  347. package/lib/typescript/src/icons/components/IconAdblocker.d.ts +3 -0
  348. package/lib/typescript/src/icons/components/IconAdblockplus.d.ts +3 -0
  349. package/lib/typescript/src/icons/components/IconAnalytics.d.ts +3 -0
  350. package/lib/typescript/src/icons/components/IconAnalyticsdata.d.ts +3 -0
  351. package/lib/typescript/src/icons/components/IconAnalyticspiechart.d.ts +3 -0
  352. package/lib/typescript/src/icons/components/IconAnalyticspiecharttree.d.ts +3 -0
  353. package/lib/typescript/src/icons/components/IconAnalyticspiecharttwo.d.ts +3 -0
  354. package/lib/typescript/src/icons/components/IconCompoundinterest.d.ts +3 -0
  355. package/lib/typescript/src/icons/components/IconConsumptionaccounted.d.ts +3 -0
  356. package/lib/typescript/src/icons/components/IconConsumptionaverage.d.ts +3 -0
  357. package/lib/typescript/src/icons/components/IconConsumptionhigh.d.ts +3 -0
  358. package/lib/typescript/src/icons/components/IconConsumptionlow.d.ts +3 -0
  359. package/lib/typescript/src/icons/components/IconConsumptionunaccounted.d.ts +3 -0
  360. package/lib/typescript/src/icons/components/IconCsvdoc.d.ts +3 -0
  361. package/lib/typescript/src/icons/components/IconDatabase.d.ts +3 -0
  362. package/lib/typescript/src/icons/components/IconDigitalecosystem.d.ts +3 -0
  363. package/lib/typescript/src/icons/components/IconDigitalselfservice.d.ts +3 -0
  364. package/lib/typescript/src/icons/components/IconDistribution.d.ts +3 -0
  365. package/lib/typescript/src/icons/components/IconDocument.d.ts +3 -0
  366. package/lib/typescript/src/icons/components/IconDocumentdoc.d.ts +3 -0
  367. package/lib/typescript/src/icons/components/IconDocumentjpg.d.ts +3 -0
  368. package/lib/typescript/src/icons/components/IconDocumentodt.d.ts +3 -0
  369. package/lib/typescript/src/icons/components/IconDocumentpdf.d.ts +3 -0
  370. package/lib/typescript/src/icons/components/IconDocumentpng.d.ts +3 -0
  371. package/lib/typescript/src/icons/components/IconDocumentraw.d.ts +3 -0
  372. package/lib/typescript/src/icons/components/IconDocumentrtf.d.ts +3 -0
  373. package/lib/typescript/src/icons/components/IconDocumentsettings.d.ts +3 -0
  374. package/lib/typescript/src/icons/components/IconDocumenttif.d.ts +3 -0
  375. package/lib/typescript/src/icons/components/IconDocumenttxt.d.ts +3 -0
  376. package/lib/typescript/src/icons/components/IconDocumentunknown.d.ts +3 -0
  377. package/lib/typescript/src/icons/components/IconDocumentxls.d.ts +3 -0
  378. package/lib/typescript/src/icons/components/IconDocumentxlsx.d.ts +3 -0
  379. package/lib/typescript/src/icons/components/IconFilerequest.d.ts +3 -0
  380. package/lib/typescript/src/icons/components/IconFilesend.d.ts +3 -0
  381. package/lib/typescript/src/icons/components/IconFileshare.d.ts +3 -0
  382. package/lib/typescript/src/icons/components/IconFindinpage.d.ts +3 -0
  383. package/lib/typescript/src/icons/components/IconFolder.d.ts +3 -0
  384. package/lib/typescript/src/icons/components/IconFolderbookmarks.d.ts +3 -0
  385. package/lib/typescript/src/icons/components/IconFolderfavorites.d.ts +3 -0
  386. package/lib/typescript/src/icons/components/IconFolderlocked.d.ts +3 -0
  387. package/lib/typescript/src/icons/components/IconFoldermovefiles.d.ts +3 -0
  388. package/lib/typescript/src/icons/components/IconFolderpublic.d.ts +3 -0
  389. package/lib/typescript/src/icons/components/IconFolderrated.d.ts +3 -0
  390. package/lib/typescript/src/icons/components/IconFolderrequest.d.ts +3 -0
  391. package/lib/typescript/src/icons/components/IconForm.d.ts +3 -0
  392. package/lib/typescript/src/icons/components/IconFormadd.d.ts +3 -0
  393. package/lib/typescript/src/icons/components/IconForms.d.ts +3 -0
  394. package/lib/typescript/src/icons/components/IconGraphincreasing.d.ts +3 -0
  395. package/lib/typescript/src/icons/components/IconGraphlow.d.ts +3 -0
  396. package/lib/typescript/src/icons/components/IconGraphtable.d.ts +3 -0
  397. package/lib/typescript/src/icons/components/IconHealthreport.d.ts +3 -0
  398. package/lib/typescript/src/icons/components/IconHubmode.d.ts +3 -0
  399. package/lib/typescript/src/icons/components/IconInfrastructure.d.ts +3 -0
  400. package/lib/typescript/src/icons/components/IconInterestlow.d.ts +3 -0
  401. package/lib/typescript/src/icons/components/IconLte.d.ts +3 -0
  402. package/lib/typescript/src/icons/components/IconNetworkfuture.d.ts +3 -0
  403. package/lib/typescript/src/icons/components/IconPagesettings.d.ts +3 -0
  404. package/lib/typescript/src/icons/components/IconPptxdoc.d.ts +3 -0
  405. package/lib/typescript/src/icons/components/IconPreferrednumber.d.ts +3 -0
  406. package/lib/typescript/src/icons/components/IconPremiumnumber.d.ts +3 -0
  407. package/lib/typescript/src/icons/components/IconProjection.d.ts +3 -0
  408. package/lib/typescript/src/icons/components/IconRequest.d.ts +3 -0
  409. package/lib/typescript/src/icons/components/IconRoutestraffic.d.ts +3 -0
  410. package/lib/typescript/src/icons/components/IconTechnology.d.ts +3 -0
  411. package/lib/typescript/src/icons/components/IconVolte.d.ts +3 -0
  412. package/lib/typescript/src/icons/components/IconVonr.d.ts +3 -0
  413. package/lib/typescript/src/icons/components/IconVowifi.d.ts +3 -0
  414. package/lib/typescript/src/icons/components/IconVpndata.d.ts +3 -0
  415. package/lib/typescript/src/icons/components/index.d.ts +73 -0
  416. package/lib/typescript/src/icons/registry.d.ts +1 -1
  417. package/lib/typescript/src/utils/index.d.ts +2 -0
  418. package/lib/typescript/src/utils/react-utils.d.ts +40 -1
  419. package/lib/typescript/src/utils/shadow.d.ts +72 -0
  420. package/package.json +2 -1
  421. package/src/components/ActionFooter/ActionFooter.tsx +8 -26
  422. package/src/components/ActionTile/ActionTile.tsx +10 -10
  423. package/src/components/AmountInput/AmountInput.tsx +3 -3
  424. package/src/components/AreaLineChart/AreaLineChart.tsx +2 -2
  425. package/src/components/Attached/Attached.tsx +1 -1
  426. package/src/components/Avatar/Avatar.tsx +10 -10
  427. package/src/components/AvatarGroup/AvatarGroup.tsx +9 -9
  428. package/src/components/Badge/Badge.tsx +12 -13
  429. package/src/components/BenefitCard/BenefitCard.tsx +120 -27
  430. package/src/components/BottomNav/BottomNav.tsx +2 -2
  431. package/src/components/BottomNavItem/BottomNavItem.tsx +3 -3
  432. package/src/components/Button/Button.tsx +30 -20
  433. package/src/components/Card/Card.tsx +20 -20
  434. package/src/components/CardAdvisory/CardAdvisory.tsx +6 -6
  435. package/src/components/CardCTA/CardCTA.tsx +21 -21
  436. package/src/components/CardFeedback/CardFeedback.tsx +18 -18
  437. package/src/components/CardFinancialCondition/CardFinancialCondition.tsx +7 -10
  438. package/src/components/CardInsight/CardInsight.tsx +1 -3
  439. package/src/components/Carousel/Carousel.tsx +29 -12
  440. package/src/components/CarouselCardAccounts/CarouselCardAccounts.tsx +113 -0
  441. package/src/components/Checkbox/Checkbox.tsx +2 -8
  442. package/src/components/ChipGroup/ChipGroup.tsx +1 -1
  443. package/src/components/ChipSelect/ChipSelect.tsx +11 -11
  444. package/src/components/CircularProgressBar/CircularProgressBar.tsx +5 -5
  445. package/src/components/CircularProgressBarDoted/CircularProgressBarDoted.tsx +8 -8
  446. package/src/components/CircularRating/CircularRating.tsx +3 -3
  447. package/src/components/CompareTable/CompareTable.tsx +16 -16
  448. package/src/components/DebitCard/DebitCard.tsx +22 -22
  449. package/src/components/Disclaimer/Disclaimer.tsx +5 -5
  450. package/src/components/DonutChart/DonutChart.tsx +11 -45
  451. package/src/components/Drawer/Drawer.tsx +80 -71
  452. package/src/components/Dropdown/Dropdown.tsx +23 -28
  453. package/src/components/DropdownInput/DropdownInput.tsx +10 -17
  454. package/src/components/EmptyState/EmptyState.tsx +14 -14
  455. package/src/components/FilterBar/FilterBar.tsx +2 -2
  456. package/src/components/Form/Form.tsx +3 -3
  457. package/src/components/FormField/FormField.tsx +6 -11
  458. package/src/components/FullscreenModal/FullscreenModal.tsx +24 -24
  459. package/src/components/Gauge/Gauge.tsx +8 -8
  460. package/src/components/HoldingsCard/HoldingsCard.tsx +10 -10
  461. package/src/components/Icon/Icon.tsx +6 -6
  462. package/src/components/IconCapsule/IconCapsule.tsx +7 -7
  463. package/src/components/InputSearch/InputSearch.tsx +9 -9
  464. package/src/components/InstitutionBadge/InstitutionBadge.tsx +3 -6
  465. package/src/components/ListGroup/ListGroup.tsx +8 -8
  466. package/src/components/ListItem/ListItem.tsx +10 -10
  467. package/src/components/LottieIntroBlock/LottieIntroBlock.tsx +13 -16
  468. package/src/components/LottiePlayer/LottiePlayer.tsx +2 -2
  469. package/src/components/LottiePlayer/LottiePlayer.web.tsx +2 -2
  470. package/src/components/MediaCard/MediaCard.tsx +21 -21
  471. package/src/components/MessageField/MessageField.tsx +8 -16
  472. package/src/components/MoneyValue/MoneyValue.tsx +7 -7
  473. package/src/components/NavArrow/NavArrow.tsx +8 -8
  474. package/src/components/NoteInput/NoteInput.tsx +12 -12
  475. package/src/components/Nudge/Nudge.tsx +20 -20
  476. package/src/components/OTP/OTP.tsx +16 -16
  477. package/src/components/PageHero/PageHero.tsx +16 -16
  478. package/src/components/PaymentFeedback/PaymentFeedback.tsx +27 -27
  479. package/src/components/Popup/Popup.tsx +1 -1
  480. package/src/components/ProgressBadge/ProgressBadge.tsx +5 -5
  481. package/src/components/Radio/Radio.tsx +8 -9
  482. package/src/components/RechargeCard/RechargeCard.tsx +31 -31
  483. package/src/components/SavingsGoalSummary/SavingsGoalSummary.tsx +105 -13
  484. package/src/components/ScrollArea/ScrollArea.tsx +200 -0
  485. package/src/components/Section/Section.tsx +26 -26
  486. package/src/components/StatusHero/StatusHero.tsx +14 -14
  487. package/src/components/Stepper/Step.tsx +16 -18
  488. package/src/components/Stepper/StepLabel.tsx +16 -27
  489. package/src/components/Stepper/Stepper.tsx +3 -4
  490. package/src/components/SuggestiveSearch/SuggestiveSearch.tsx +10 -20
  491. package/src/components/SupportText/SupportText.tsx +6 -6
  492. package/src/components/SupportText/SupportTextIcon.tsx +2 -2
  493. package/src/components/Text/Text.tsx +23 -5
  494. package/src/components/TextInput/TextInput.tsx +14 -14
  495. package/src/components/TextSegment/TextSegment.tsx +22 -4
  496. package/src/components/ThreadHero/ThreadHero.tsx +17 -17
  497. package/src/components/Title/Title.tsx +44 -18
  498. package/src/components/Toast/Toast.tsx +15 -15
  499. package/src/components/Toggle/Toggle.tsx +5 -10
  500. package/src/components/Tooltip/Tooltip.tsx +12 -12
  501. package/src/components/TransactionBubble/TransactionBubble.tsx +15 -15
  502. package/src/components/TransactionDetails/TransactionDetails.tsx +10 -10
  503. package/src/components/TransactionStatus/TransactionStatus.tsx +9 -9
  504. package/src/components/UpiHandle/UpiHandle.tsx +15 -15
  505. package/src/components/index.ts +2 -0
  506. package/src/design-tokens/Coin Variables-variables-full.json +1 -1
  507. package/src/design-tokens/figma-modes.generated.ts +50 -42
  508. package/src/icons/components/Icon4g.tsx +11 -0
  509. package/src/icons/components/Icon4gltedata.tsx +11 -0
  510. package/src/icons/components/Icon5g.tsx +11 -0
  511. package/src/icons/components/Icon5gdoubleplus.tsx +11 -0
  512. package/src/icons/components/Icon5gplus.tsx +11 -0
  513. package/src/icons/components/IconAdblocker.tsx +11 -0
  514. package/src/icons/components/IconAdblockplus.tsx +11 -0
  515. package/src/icons/components/IconAnalytics.tsx +11 -0
  516. package/src/icons/components/IconAnalyticsdata.tsx +11 -0
  517. package/src/icons/components/IconAnalyticspiechart.tsx +11 -0
  518. package/src/icons/components/IconAnalyticspiecharttree.tsx +11 -0
  519. package/src/icons/components/IconAnalyticspiecharttwo.tsx +11 -0
  520. package/src/icons/components/IconCompoundinterest.tsx +11 -0
  521. package/src/icons/components/IconConsumptionaccounted.tsx +11 -0
  522. package/src/icons/components/IconConsumptionaverage.tsx +11 -0
  523. package/src/icons/components/IconConsumptionhigh.tsx +11 -0
  524. package/src/icons/components/IconConsumptionlow.tsx +11 -0
  525. package/src/icons/components/IconConsumptionunaccounted.tsx +11 -0
  526. package/src/icons/components/IconCsvdoc.tsx +11 -0
  527. package/src/icons/components/IconDatabase.tsx +11 -0
  528. package/src/icons/components/IconDigitalecosystem.tsx +11 -0
  529. package/src/icons/components/IconDigitalselfservice.tsx +11 -0
  530. package/src/icons/components/IconDistribution.tsx +11 -0
  531. package/src/icons/components/IconDocument.tsx +11 -0
  532. package/src/icons/components/IconDocumentdoc.tsx +11 -0
  533. package/src/icons/components/IconDocumentjpg.tsx +11 -0
  534. package/src/icons/components/IconDocumentodt.tsx +11 -0
  535. package/src/icons/components/IconDocumentpdf.tsx +11 -0
  536. package/src/icons/components/IconDocumentpng.tsx +11 -0
  537. package/src/icons/components/IconDocumentraw.tsx +11 -0
  538. package/src/icons/components/IconDocumentrtf.tsx +11 -0
  539. package/src/icons/components/IconDocumentsettings.tsx +11 -0
  540. package/src/icons/components/IconDocumenttif.tsx +11 -0
  541. package/src/icons/components/IconDocumenttxt.tsx +11 -0
  542. package/src/icons/components/IconDocumentunknown.tsx +11 -0
  543. package/src/icons/components/IconDocumentxls.tsx +11 -0
  544. package/src/icons/components/IconDocumentxlsx.tsx +11 -0
  545. package/src/icons/components/IconFilerequest.tsx +11 -0
  546. package/src/icons/components/IconFilesend.tsx +11 -0
  547. package/src/icons/components/IconFileshare.tsx +11 -0
  548. package/src/icons/components/IconFindinpage.tsx +11 -0
  549. package/src/icons/components/IconFolder.tsx +11 -0
  550. package/src/icons/components/IconFolderbookmarks.tsx +11 -0
  551. package/src/icons/components/IconFolderfavorites.tsx +11 -0
  552. package/src/icons/components/IconFolderlocked.tsx +11 -0
  553. package/src/icons/components/IconFoldermovefiles.tsx +11 -0
  554. package/src/icons/components/IconFolderpublic.tsx +11 -0
  555. package/src/icons/components/IconFolderrated.tsx +11 -0
  556. package/src/icons/components/IconFolderrequest.tsx +11 -0
  557. package/src/icons/components/IconForm.tsx +11 -0
  558. package/src/icons/components/IconFormadd.tsx +11 -0
  559. package/src/icons/components/IconForms.tsx +11 -0
  560. package/src/icons/components/IconGraphincreasing.tsx +11 -0
  561. package/src/icons/components/IconGraphlow.tsx +11 -0
  562. package/src/icons/components/IconGraphtable.tsx +11 -0
  563. package/src/icons/components/IconHealthreport.tsx +11 -0
  564. package/src/icons/components/IconHubmode.tsx +11 -0
  565. package/src/icons/components/IconInfrastructure.tsx +11 -0
  566. package/src/icons/components/IconInterestlow.tsx +11 -0
  567. package/src/icons/components/IconLte.tsx +11 -0
  568. package/src/icons/components/IconNetworkfuture.tsx +11 -0
  569. package/src/icons/components/IconPagesettings.tsx +11 -0
  570. package/src/icons/components/IconPptxdoc.tsx +11 -0
  571. package/src/icons/components/IconPreferrednumber.tsx +11 -0
  572. package/src/icons/components/IconPremiumnumber.tsx +11 -0
  573. package/src/icons/components/IconProjection.tsx +11 -0
  574. package/src/icons/components/IconRequest.tsx +11 -0
  575. package/src/icons/components/IconRoutestraffic.tsx +11 -0
  576. package/src/icons/components/IconTechnology.tsx +11 -0
  577. package/src/icons/components/IconVolte.tsx +11 -0
  578. package/src/icons/components/IconVonr.tsx +11 -0
  579. package/src/icons/components/IconVowifi.tsx +11 -0
  580. package/src/icons/components/IconVpndata.tsx +11 -0
  581. package/src/icons/components/index.ts +73 -0
  582. package/src/icons/registry.ts +293 -1
  583. package/src/utils/index.ts +2 -0
  584. package/src/utils/react-utils.ts +72 -1
  585. package/src/utils/shadow.ts +219 -0
@@ -14,6 +14,17 @@ Object.keys(_Icon360rotation).forEach(function (key) {
14
14
  }
15
15
  });
16
16
  });
17
+ var _Icon4g = require("./Icon4g");
18
+ Object.keys(_Icon4g).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _Icon4g[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _Icon4g[key];
25
+ }
26
+ });
27
+ });
17
28
  var _Icon4gbarfour = require("./Icon4gbarfour");
18
29
  Object.keys(_Icon4gbarfour).forEach(function (key) {
19
30
  if (key === "default" || key === "__esModule") return;
@@ -91,6 +102,17 @@ Object.keys(_Icon4glte).forEach(function (key) {
91
102
  }
92
103
  });
93
104
  });
105
+ var _Icon4gltedata = require("./Icon4gltedata");
106
+ Object.keys(_Icon4gltedata).forEach(function (key) {
107
+ if (key === "default" || key === "__esModule") return;
108
+ if (key in exports && exports[key] === _Icon4gltedata[key]) return;
109
+ Object.defineProperty(exports, key, {
110
+ enumerable: true,
111
+ get: function () {
112
+ return _Icon4gltedata[key];
113
+ }
114
+ });
115
+ });
94
116
  var _Icon4gsim = require("./Icon4gsim");
95
117
  Object.keys(_Icon4gsim).forEach(function (key) {
96
118
  if (key === "default" || key === "__esModule") return;
@@ -113,6 +135,39 @@ Object.keys(_Icon4k).forEach(function (key) {
113
135
  }
114
136
  });
115
137
  });
138
+ var _Icon5g = require("./Icon5g");
139
+ Object.keys(_Icon5g).forEach(function (key) {
140
+ if (key === "default" || key === "__esModule") return;
141
+ if (key in exports && exports[key] === _Icon5g[key]) return;
142
+ Object.defineProperty(exports, key, {
143
+ enumerable: true,
144
+ get: function () {
145
+ return _Icon5g[key];
146
+ }
147
+ });
148
+ });
149
+ var _Icon5gdoubleplus = require("./Icon5gdoubleplus");
150
+ Object.keys(_Icon5gdoubleplus).forEach(function (key) {
151
+ if (key === "default" || key === "__esModule") return;
152
+ if (key in exports && exports[key] === _Icon5gdoubleplus[key]) return;
153
+ Object.defineProperty(exports, key, {
154
+ enumerable: true,
155
+ get: function () {
156
+ return _Icon5gdoubleplus[key];
157
+ }
158
+ });
159
+ });
160
+ var _Icon5gplus = require("./Icon5gplus");
161
+ Object.keys(_Icon5gplus).forEach(function (key) {
162
+ if (key === "default" || key === "__esModule") return;
163
+ if (key in exports && exports[key] === _Icon5gplus[key]) return;
164
+ Object.defineProperty(exports, key, {
165
+ enumerable: true,
166
+ get: function () {
167
+ return _Icon5gplus[key];
168
+ }
169
+ });
170
+ });
116
171
  var _Icon8k = require("./Icon8k");
117
172
  Object.keys(_Icon8k).forEach(function (key) {
118
173
  if (key === "default" || key === "__esModule") return;
@@ -124,6 +179,28 @@ Object.keys(_Icon8k).forEach(function (key) {
124
179
  }
125
180
  });
126
181
  });
182
+ var _IconLte = require("./IconLte");
183
+ Object.keys(_IconLte).forEach(function (key) {
184
+ if (key === "default" || key === "__esModule") return;
185
+ if (key in exports && exports[key] === _IconLte[key]) return;
186
+ Object.defineProperty(exports, key, {
187
+ enumerable: true,
188
+ get: function () {
189
+ return _IconLte[key];
190
+ }
191
+ });
192
+ });
193
+ var _IconVonr = require("./IconVonr");
194
+ Object.keys(_IconVonr).forEach(function (key) {
195
+ if (key === "default" || key === "__esModule") return;
196
+ if (key in exports && exports[key] === _IconVonr[key]) return;
197
+ Object.defineProperty(exports, key, {
198
+ enumerable: true,
199
+ get: function () {
200
+ return _IconVonr[key];
201
+ }
202
+ });
203
+ });
127
204
  var _IconAtoz = require("./IconAtoz");
128
205
  Object.keys(_IconAtoz).forEach(function (key) {
129
206
  if (key === "default" || key === "__esModule") return;
@@ -201,6 +278,28 @@ Object.keys(_IconAceofspades).forEach(function (key) {
201
278
  }
202
279
  });
203
280
  });
281
+ var _IconAdblockplus = require("./IconAdblockplus");
282
+ Object.keys(_IconAdblockplus).forEach(function (key) {
283
+ if (key === "default" || key === "__esModule") return;
284
+ if (key in exports && exports[key] === _IconAdblockplus[key]) return;
285
+ Object.defineProperty(exports, key, {
286
+ enumerable: true,
287
+ get: function () {
288
+ return _IconAdblockplus[key];
289
+ }
290
+ });
291
+ });
292
+ var _IconAdblocker = require("./IconAdblocker");
293
+ Object.keys(_IconAdblocker).forEach(function (key) {
294
+ if (key === "default" || key === "__esModule") return;
295
+ if (key in exports && exports[key] === _IconAdblocker[key]) return;
296
+ Object.defineProperty(exports, key, {
297
+ enumerable: true,
298
+ get: function () {
299
+ return _IconAdblocker[key];
300
+ }
301
+ });
302
+ });
204
303
  var _IconAdd = require("./IconAdd");
205
304
  Object.keys(_IconAdd).forEach(function (key) {
206
305
  if (key === "default" || key === "__esModule") return;
@@ -432,6 +531,61 @@ Object.keys(_IconAlignmentvertical).forEach(function (key) {
432
531
  }
433
532
  });
434
533
  });
534
+ var _IconAnalytics = require("./IconAnalytics");
535
+ Object.keys(_IconAnalytics).forEach(function (key) {
536
+ if (key === "default" || key === "__esModule") return;
537
+ if (key in exports && exports[key] === _IconAnalytics[key]) return;
538
+ Object.defineProperty(exports, key, {
539
+ enumerable: true,
540
+ get: function () {
541
+ return _IconAnalytics[key];
542
+ }
543
+ });
544
+ });
545
+ var _IconAnalyticsdata = require("./IconAnalyticsdata");
546
+ Object.keys(_IconAnalyticsdata).forEach(function (key) {
547
+ if (key === "default" || key === "__esModule") return;
548
+ if (key in exports && exports[key] === _IconAnalyticsdata[key]) return;
549
+ Object.defineProperty(exports, key, {
550
+ enumerable: true,
551
+ get: function () {
552
+ return _IconAnalyticsdata[key];
553
+ }
554
+ });
555
+ });
556
+ var _IconAnalyticspiechart = require("./IconAnalyticspiechart");
557
+ Object.keys(_IconAnalyticspiechart).forEach(function (key) {
558
+ if (key === "default" || key === "__esModule") return;
559
+ if (key in exports && exports[key] === _IconAnalyticspiechart[key]) return;
560
+ Object.defineProperty(exports, key, {
561
+ enumerable: true,
562
+ get: function () {
563
+ return _IconAnalyticspiechart[key];
564
+ }
565
+ });
566
+ });
567
+ var _IconAnalyticspiecharttree = require("./IconAnalyticspiecharttree");
568
+ Object.keys(_IconAnalyticspiecharttree).forEach(function (key) {
569
+ if (key === "default" || key === "__esModule") return;
570
+ if (key in exports && exports[key] === _IconAnalyticspiecharttree[key]) return;
571
+ Object.defineProperty(exports, key, {
572
+ enumerable: true,
573
+ get: function () {
574
+ return _IconAnalyticspiecharttree[key];
575
+ }
576
+ });
577
+ });
578
+ var _IconAnalyticspiecharttwo = require("./IconAnalyticspiecharttwo");
579
+ Object.keys(_IconAnalyticspiecharttwo).forEach(function (key) {
580
+ if (key === "default" || key === "__esModule") return;
581
+ if (key in exports && exports[key] === _IconAnalyticspiecharttwo[key]) return;
582
+ Object.defineProperty(exports, key, {
583
+ enumerable: true,
584
+ get: function () {
585
+ return _IconAnalyticspiecharttwo[key];
586
+ }
587
+ });
588
+ });
435
589
  var _IconAndroid = require("./IconAndroid");
436
590
  Object.keys(_IconAndroid).forEach(function (key) {
437
591
  if (key === "default" || key === "__esModule") return;
@@ -3017,6 +3171,17 @@ Object.keys(_IconComparison).forEach(function (key) {
3017
3171
  }
3018
3172
  });
3019
3173
  });
3174
+ var _IconCompoundinterest = require("./IconCompoundinterest");
3175
+ Object.keys(_IconCompoundinterest).forEach(function (key) {
3176
+ if (key === "default" || key === "__esModule") return;
3177
+ if (key in exports && exports[key] === _IconCompoundinterest[key]) return;
3178
+ Object.defineProperty(exports, key, {
3179
+ enumerable: true,
3180
+ get: function () {
3181
+ return _IconCompoundinterest[key];
3182
+ }
3183
+ });
3184
+ });
3020
3185
  var _IconCompress = require("./IconCompress");
3021
3186
  Object.keys(_IconCompress).forEach(function (key) {
3022
3187
  if (key === "default" || key === "__esModule") return;
@@ -3061,6 +3226,61 @@ Object.keys(_IconConsultant).forEach(function (key) {
3061
3226
  }
3062
3227
  });
3063
3228
  });
3229
+ var _IconConsumptionaccounted = require("./IconConsumptionaccounted");
3230
+ Object.keys(_IconConsumptionaccounted).forEach(function (key) {
3231
+ if (key === "default" || key === "__esModule") return;
3232
+ if (key in exports && exports[key] === _IconConsumptionaccounted[key]) return;
3233
+ Object.defineProperty(exports, key, {
3234
+ enumerable: true,
3235
+ get: function () {
3236
+ return _IconConsumptionaccounted[key];
3237
+ }
3238
+ });
3239
+ });
3240
+ var _IconConsumptionaverage = require("./IconConsumptionaverage");
3241
+ Object.keys(_IconConsumptionaverage).forEach(function (key) {
3242
+ if (key === "default" || key === "__esModule") return;
3243
+ if (key in exports && exports[key] === _IconConsumptionaverage[key]) return;
3244
+ Object.defineProperty(exports, key, {
3245
+ enumerable: true,
3246
+ get: function () {
3247
+ return _IconConsumptionaverage[key];
3248
+ }
3249
+ });
3250
+ });
3251
+ var _IconConsumptionhigh = require("./IconConsumptionhigh");
3252
+ Object.keys(_IconConsumptionhigh).forEach(function (key) {
3253
+ if (key === "default" || key === "__esModule") return;
3254
+ if (key in exports && exports[key] === _IconConsumptionhigh[key]) return;
3255
+ Object.defineProperty(exports, key, {
3256
+ enumerable: true,
3257
+ get: function () {
3258
+ return _IconConsumptionhigh[key];
3259
+ }
3260
+ });
3261
+ });
3262
+ var _IconConsumptionlow = require("./IconConsumptionlow");
3263
+ Object.keys(_IconConsumptionlow).forEach(function (key) {
3264
+ if (key === "default" || key === "__esModule") return;
3265
+ if (key in exports && exports[key] === _IconConsumptionlow[key]) return;
3266
+ Object.defineProperty(exports, key, {
3267
+ enumerable: true,
3268
+ get: function () {
3269
+ return _IconConsumptionlow[key];
3270
+ }
3271
+ });
3272
+ });
3273
+ var _IconConsumptionunaccounted = require("./IconConsumptionunaccounted");
3274
+ Object.keys(_IconConsumptionunaccounted).forEach(function (key) {
3275
+ if (key === "default" || key === "__esModule") return;
3276
+ if (key in exports && exports[key] === _IconConsumptionunaccounted[key]) return;
3277
+ Object.defineProperty(exports, key, {
3278
+ enumerable: true,
3279
+ get: function () {
3280
+ return _IconConsumptionunaccounted[key];
3281
+ }
3282
+ });
3283
+ });
3064
3284
  var _IconContactadd = require("./IconContactadd");
3065
3285
  Object.keys(_IconContactadd).forEach(function (key) {
3066
3286
  if (key === "default" || key === "__esModule") return;
@@ -3413,6 +3633,17 @@ Object.keys(_IconCrowns).forEach(function (key) {
3413
3633
  }
3414
3634
  });
3415
3635
  });
3636
+ var _IconCsvdoc = require("./IconCsvdoc");
3637
+ Object.keys(_IconCsvdoc).forEach(function (key) {
3638
+ if (key === "default" || key === "__esModule") return;
3639
+ if (key in exports && exports[key] === _IconCsvdoc[key]) return;
3640
+ Object.defineProperty(exports, key, {
3641
+ enumerable: true,
3642
+ get: function () {
3643
+ return _IconCsvdoc[key];
3644
+ }
3645
+ });
3646
+ });
3416
3647
  var _IconCup = require("./IconCup");
3417
3648
  Object.keys(_IconCup).forEach(function (key) {
3418
3649
  if (key === "default" || key === "__esModule") return;
@@ -3600,6 +3831,17 @@ Object.keys(_IconDatasaver).forEach(function (key) {
3600
3831
  }
3601
3832
  });
3602
3833
  });
3834
+ var _IconDatabase = require("./IconDatabase");
3835
+ Object.keys(_IconDatabase).forEach(function (key) {
3836
+ if (key === "default" || key === "__esModule") return;
3837
+ if (key in exports && exports[key] === _IconDatabase[key]) return;
3838
+ Object.defineProperty(exports, key, {
3839
+ enumerable: true,
3840
+ get: function () {
3841
+ return _IconDatabase[key];
3842
+ }
3843
+ });
3844
+ });
3603
3845
  var _IconDay = require("./IconDay");
3604
3846
  Object.keys(_IconDay).forEach(function (key) {
3605
3847
  if (key === "default" || key === "__esModule") return;
@@ -3754,6 +3996,28 @@ Object.keys(_IconDice).forEach(function (key) {
3754
3996
  }
3755
3997
  });
3756
3998
  });
3999
+ var _IconDigitalecosystem = require("./IconDigitalecosystem");
4000
+ Object.keys(_IconDigitalecosystem).forEach(function (key) {
4001
+ if (key === "default" || key === "__esModule") return;
4002
+ if (key in exports && exports[key] === _IconDigitalecosystem[key]) return;
4003
+ Object.defineProperty(exports, key, {
4004
+ enumerable: true,
4005
+ get: function () {
4006
+ return _IconDigitalecosystem[key];
4007
+ }
4008
+ });
4009
+ });
4010
+ var _IconDigitalselfservice = require("./IconDigitalselfservice");
4011
+ Object.keys(_IconDigitalselfservice).forEach(function (key) {
4012
+ if (key === "default" || key === "__esModule") return;
4013
+ if (key in exports && exports[key] === _IconDigitalselfservice[key]) return;
4014
+ Object.defineProperty(exports, key, {
4015
+ enumerable: true,
4016
+ get: function () {
4017
+ return _IconDigitalselfservice[key];
4018
+ }
4019
+ });
4020
+ });
3757
4021
  var _IconDining = require("./IconDining");
3758
4022
  Object.keys(_IconDining).forEach(function (key) {
3759
4023
  if (key === "default" || key === "__esModule") return;
@@ -3809,6 +4073,17 @@ Object.keys(_IconDistributeverticalspacing).forEach(function (key) {
3809
4073
  }
3810
4074
  });
3811
4075
  });
4076
+ var _IconDistribution = require("./IconDistribution");
4077
+ Object.keys(_IconDistribution).forEach(function (key) {
4078
+ if (key === "default" || key === "__esModule") return;
4079
+ if (key in exports && exports[key] === _IconDistribution[key]) return;
4080
+ Object.defineProperty(exports, key, {
4081
+ enumerable: true,
4082
+ get: function () {
4083
+ return _IconDistribution[key];
4084
+ }
4085
+ });
4086
+ });
3812
4087
  var _IconDizzy = require("./IconDizzy");
3813
4088
  Object.keys(_IconDizzy).forEach(function (key) {
3814
4089
  if (key === "default" || key === "__esModule") return;
@@ -3853,6 +4128,138 @@ Object.keys(_IconDoctor).forEach(function (key) {
3853
4128
  }
3854
4129
  });
3855
4130
  });
4131
+ var _IconDocument = require("./IconDocument");
4132
+ Object.keys(_IconDocument).forEach(function (key) {
4133
+ if (key === "default" || key === "__esModule") return;
4134
+ if (key in exports && exports[key] === _IconDocument[key]) return;
4135
+ Object.defineProperty(exports, key, {
4136
+ enumerable: true,
4137
+ get: function () {
4138
+ return _IconDocument[key];
4139
+ }
4140
+ });
4141
+ });
4142
+ var _IconDocumentdoc = require("./IconDocumentdoc");
4143
+ Object.keys(_IconDocumentdoc).forEach(function (key) {
4144
+ if (key === "default" || key === "__esModule") return;
4145
+ if (key in exports && exports[key] === _IconDocumentdoc[key]) return;
4146
+ Object.defineProperty(exports, key, {
4147
+ enumerable: true,
4148
+ get: function () {
4149
+ return _IconDocumentdoc[key];
4150
+ }
4151
+ });
4152
+ });
4153
+ var _IconDocumentjpg = require("./IconDocumentjpg");
4154
+ Object.keys(_IconDocumentjpg).forEach(function (key) {
4155
+ if (key === "default" || key === "__esModule") return;
4156
+ if (key in exports && exports[key] === _IconDocumentjpg[key]) return;
4157
+ Object.defineProperty(exports, key, {
4158
+ enumerable: true,
4159
+ get: function () {
4160
+ return _IconDocumentjpg[key];
4161
+ }
4162
+ });
4163
+ });
4164
+ var _IconDocumentodt = require("./IconDocumentodt");
4165
+ Object.keys(_IconDocumentodt).forEach(function (key) {
4166
+ if (key === "default" || key === "__esModule") return;
4167
+ if (key in exports && exports[key] === _IconDocumentodt[key]) return;
4168
+ Object.defineProperty(exports, key, {
4169
+ enumerable: true,
4170
+ get: function () {
4171
+ return _IconDocumentodt[key];
4172
+ }
4173
+ });
4174
+ });
4175
+ var _IconDocumentpdf = require("./IconDocumentpdf");
4176
+ Object.keys(_IconDocumentpdf).forEach(function (key) {
4177
+ if (key === "default" || key === "__esModule") return;
4178
+ if (key in exports && exports[key] === _IconDocumentpdf[key]) return;
4179
+ Object.defineProperty(exports, key, {
4180
+ enumerable: true,
4181
+ get: function () {
4182
+ return _IconDocumentpdf[key];
4183
+ }
4184
+ });
4185
+ });
4186
+ var _IconDocumentpng = require("./IconDocumentpng");
4187
+ Object.keys(_IconDocumentpng).forEach(function (key) {
4188
+ if (key === "default" || key === "__esModule") return;
4189
+ if (key in exports && exports[key] === _IconDocumentpng[key]) return;
4190
+ Object.defineProperty(exports, key, {
4191
+ enumerable: true,
4192
+ get: function () {
4193
+ return _IconDocumentpng[key];
4194
+ }
4195
+ });
4196
+ });
4197
+ var _IconDocumentraw = require("./IconDocumentraw");
4198
+ Object.keys(_IconDocumentraw).forEach(function (key) {
4199
+ if (key === "default" || key === "__esModule") return;
4200
+ if (key in exports && exports[key] === _IconDocumentraw[key]) return;
4201
+ Object.defineProperty(exports, key, {
4202
+ enumerable: true,
4203
+ get: function () {
4204
+ return _IconDocumentraw[key];
4205
+ }
4206
+ });
4207
+ });
4208
+ var _IconDocumentrtf = require("./IconDocumentrtf");
4209
+ Object.keys(_IconDocumentrtf).forEach(function (key) {
4210
+ if (key === "default" || key === "__esModule") return;
4211
+ if (key in exports && exports[key] === _IconDocumentrtf[key]) return;
4212
+ Object.defineProperty(exports, key, {
4213
+ enumerable: true,
4214
+ get: function () {
4215
+ return _IconDocumentrtf[key];
4216
+ }
4217
+ });
4218
+ });
4219
+ var _IconDocumentsettings = require("./IconDocumentsettings");
4220
+ Object.keys(_IconDocumentsettings).forEach(function (key) {
4221
+ if (key === "default" || key === "__esModule") return;
4222
+ if (key in exports && exports[key] === _IconDocumentsettings[key]) return;
4223
+ Object.defineProperty(exports, key, {
4224
+ enumerable: true,
4225
+ get: function () {
4226
+ return _IconDocumentsettings[key];
4227
+ }
4228
+ });
4229
+ });
4230
+ var _IconDocumenttif = require("./IconDocumenttif");
4231
+ Object.keys(_IconDocumenttif).forEach(function (key) {
4232
+ if (key === "default" || key === "__esModule") return;
4233
+ if (key in exports && exports[key] === _IconDocumenttif[key]) return;
4234
+ Object.defineProperty(exports, key, {
4235
+ enumerable: true,
4236
+ get: function () {
4237
+ return _IconDocumenttif[key];
4238
+ }
4239
+ });
4240
+ });
4241
+ var _IconDocumenttxt = require("./IconDocumenttxt");
4242
+ Object.keys(_IconDocumenttxt).forEach(function (key) {
4243
+ if (key === "default" || key === "__esModule") return;
4244
+ if (key in exports && exports[key] === _IconDocumenttxt[key]) return;
4245
+ Object.defineProperty(exports, key, {
4246
+ enumerable: true,
4247
+ get: function () {
4248
+ return _IconDocumenttxt[key];
4249
+ }
4250
+ });
4251
+ });
4252
+ var _IconDocumentunknown = require("./IconDocumentunknown");
4253
+ Object.keys(_IconDocumentunknown).forEach(function (key) {
4254
+ if (key === "default" || key === "__esModule") return;
4255
+ if (key in exports && exports[key] === _IconDocumentunknown[key]) return;
4256
+ Object.defineProperty(exports, key, {
4257
+ enumerable: true,
4258
+ get: function () {
4259
+ return _IconDocumentunknown[key];
4260
+ }
4261
+ });
4262
+ });
3856
4263
  var _IconDocumentviewer = require("./IconDocumentviewer");
3857
4264
  Object.keys(_IconDocumentviewer).forEach(function (key) {
3858
4265
  if (key === "default" || key === "__esModule") return;
@@ -3864,6 +4271,28 @@ Object.keys(_IconDocumentviewer).forEach(function (key) {
3864
4271
  }
3865
4272
  });
3866
4273
  });
4274
+ var _IconDocumentxls = require("./IconDocumentxls");
4275
+ Object.keys(_IconDocumentxls).forEach(function (key) {
4276
+ if (key === "default" || key === "__esModule") return;
4277
+ if (key in exports && exports[key] === _IconDocumentxls[key]) return;
4278
+ Object.defineProperty(exports, key, {
4279
+ enumerable: true,
4280
+ get: function () {
4281
+ return _IconDocumentxls[key];
4282
+ }
4283
+ });
4284
+ });
4285
+ var _IconDocumentxlsx = require("./IconDocumentxlsx");
4286
+ Object.keys(_IconDocumentxlsx).forEach(function (key) {
4287
+ if (key === "default" || key === "__esModule") return;
4288
+ if (key in exports && exports[key] === _IconDocumentxlsx[key]) return;
4289
+ Object.defineProperty(exports, key, {
4290
+ enumerable: true,
4291
+ get: function () {
4292
+ return _IconDocumentxlsx[key];
4293
+ }
4294
+ });
4295
+ });
3867
4296
  var _IconDocumentary = require("./IconDocumentary");
3868
4297
  Object.keys(_IconDocumentary).forEach(function (key) {
3869
4298
  if (key === "default" || key === "__esModule") return;
@@ -4810,6 +5239,39 @@ Object.keys(_IconFiberoff).forEach(function (key) {
4810
5239
  }
4811
5240
  });
4812
5241
  });
5242
+ var _IconFilerequest = require("./IconFilerequest");
5243
+ Object.keys(_IconFilerequest).forEach(function (key) {
5244
+ if (key === "default" || key === "__esModule") return;
5245
+ if (key in exports && exports[key] === _IconFilerequest[key]) return;
5246
+ Object.defineProperty(exports, key, {
5247
+ enumerable: true,
5248
+ get: function () {
5249
+ return _IconFilerequest[key];
5250
+ }
5251
+ });
5252
+ });
5253
+ var _IconFilesend = require("./IconFilesend");
5254
+ Object.keys(_IconFilesend).forEach(function (key) {
5255
+ if (key === "default" || key === "__esModule") return;
5256
+ if (key in exports && exports[key] === _IconFilesend[key]) return;
5257
+ Object.defineProperty(exports, key, {
5258
+ enumerable: true,
5259
+ get: function () {
5260
+ return _IconFilesend[key];
5261
+ }
5262
+ });
5263
+ });
5264
+ var _IconFileshare = require("./IconFileshare");
5265
+ Object.keys(_IconFileshare).forEach(function (key) {
5266
+ if (key === "default" || key === "__esModule") return;
5267
+ if (key in exports && exports[key] === _IconFileshare[key]) return;
5268
+ Object.defineProperty(exports, key, {
5269
+ enumerable: true,
5270
+ get: function () {
5271
+ return _IconFileshare[key];
5272
+ }
5273
+ });
5274
+ });
4813
5275
  var _IconFilter = require("./IconFilter");
4814
5276
  Object.keys(_IconFilter).forEach(function (key) {
4815
5277
  if (key === "default" || key === "__esModule") return;
@@ -4843,6 +5305,17 @@ Object.keys(_IconFind).forEach(function (key) {
4843
5305
  }
4844
5306
  });
4845
5307
  });
5308
+ var _IconFindinpage = require("./IconFindinpage");
5309
+ Object.keys(_IconFindinpage).forEach(function (key) {
5310
+ if (key === "default" || key === "__esModule") return;
5311
+ if (key in exports && exports[key] === _IconFindinpage[key]) return;
5312
+ Object.defineProperty(exports, key, {
5313
+ enumerable: true,
5314
+ get: function () {
5315
+ return _IconFindinpage[key];
5316
+ }
5317
+ });
5318
+ });
4846
5319
  var _IconFingerprint = require("./IconFingerprint");
4847
5320
  Object.keys(_IconFingerprint).forEach(function (key) {
4848
5321
  if (key === "default" || key === "__esModule") return;
@@ -5107,6 +5580,83 @@ Object.keys(_IconFog).forEach(function (key) {
5107
5580
  }
5108
5581
  });
5109
5582
  });
5583
+ var _IconFolder = require("./IconFolder");
5584
+ Object.keys(_IconFolder).forEach(function (key) {
5585
+ if (key === "default" || key === "__esModule") return;
5586
+ if (key in exports && exports[key] === _IconFolder[key]) return;
5587
+ Object.defineProperty(exports, key, {
5588
+ enumerable: true,
5589
+ get: function () {
5590
+ return _IconFolder[key];
5591
+ }
5592
+ });
5593
+ });
5594
+ var _IconFolderbookmarks = require("./IconFolderbookmarks");
5595
+ Object.keys(_IconFolderbookmarks).forEach(function (key) {
5596
+ if (key === "default" || key === "__esModule") return;
5597
+ if (key in exports && exports[key] === _IconFolderbookmarks[key]) return;
5598
+ Object.defineProperty(exports, key, {
5599
+ enumerable: true,
5600
+ get: function () {
5601
+ return _IconFolderbookmarks[key];
5602
+ }
5603
+ });
5604
+ });
5605
+ var _IconFolderfavorites = require("./IconFolderfavorites");
5606
+ Object.keys(_IconFolderfavorites).forEach(function (key) {
5607
+ if (key === "default" || key === "__esModule") return;
5608
+ if (key in exports && exports[key] === _IconFolderfavorites[key]) return;
5609
+ Object.defineProperty(exports, key, {
5610
+ enumerable: true,
5611
+ get: function () {
5612
+ return _IconFolderfavorites[key];
5613
+ }
5614
+ });
5615
+ });
5616
+ var _IconFolderlocked = require("./IconFolderlocked");
5617
+ Object.keys(_IconFolderlocked).forEach(function (key) {
5618
+ if (key === "default" || key === "__esModule") return;
5619
+ if (key in exports && exports[key] === _IconFolderlocked[key]) return;
5620
+ Object.defineProperty(exports, key, {
5621
+ enumerable: true,
5622
+ get: function () {
5623
+ return _IconFolderlocked[key];
5624
+ }
5625
+ });
5626
+ });
5627
+ var _IconFoldermovefiles = require("./IconFoldermovefiles");
5628
+ Object.keys(_IconFoldermovefiles).forEach(function (key) {
5629
+ if (key === "default" || key === "__esModule") return;
5630
+ if (key in exports && exports[key] === _IconFoldermovefiles[key]) return;
5631
+ Object.defineProperty(exports, key, {
5632
+ enumerable: true,
5633
+ get: function () {
5634
+ return _IconFoldermovefiles[key];
5635
+ }
5636
+ });
5637
+ });
5638
+ var _IconFolderpublic = require("./IconFolderpublic");
5639
+ Object.keys(_IconFolderpublic).forEach(function (key) {
5640
+ if (key === "default" || key === "__esModule") return;
5641
+ if (key in exports && exports[key] === _IconFolderpublic[key]) return;
5642
+ Object.defineProperty(exports, key, {
5643
+ enumerable: true,
5644
+ get: function () {
5645
+ return _IconFolderpublic[key];
5646
+ }
5647
+ });
5648
+ });
5649
+ var _IconFolderrated = require("./IconFolderrated");
5650
+ Object.keys(_IconFolderrated).forEach(function (key) {
5651
+ if (key === "default" || key === "__esModule") return;
5652
+ if (key in exports && exports[key] === _IconFolderrated[key]) return;
5653
+ Object.defineProperty(exports, key, {
5654
+ enumerable: true,
5655
+ get: function () {
5656
+ return _IconFolderrated[key];
5657
+ }
5658
+ });
5659
+ });
5110
5660
  var _IconFolderremove = require("./IconFolderremove");
5111
5661
  Object.keys(_IconFolderremove).forEach(function (key) {
5112
5662
  if (key === "default" || key === "__esModule") return;
@@ -5118,6 +5668,17 @@ Object.keys(_IconFolderremove).forEach(function (key) {
5118
5668
  }
5119
5669
  });
5120
5670
  });
5671
+ var _IconFolderrequest = require("./IconFolderrequest");
5672
+ Object.keys(_IconFolderrequest).forEach(function (key) {
5673
+ if (key === "default" || key === "__esModule") return;
5674
+ if (key in exports && exports[key] === _IconFolderrequest[key]) return;
5675
+ Object.defineProperty(exports, key, {
5676
+ enumerable: true,
5677
+ get: function () {
5678
+ return _IconFolderrequest[key];
5679
+ }
5680
+ });
5681
+ });
5121
5682
  var _IconFooddrink = require("./IconFooddrink");
5122
5683
  Object.keys(_IconFooddrink).forEach(function (key) {
5123
5684
  if (key === "default" || key === "__esModule") return;
@@ -5151,6 +5712,39 @@ Object.keys(_IconForkspoon).forEach(function (key) {
5151
5712
  }
5152
5713
  });
5153
5714
  });
5715
+ var _IconForm = require("./IconForm");
5716
+ Object.keys(_IconForm).forEach(function (key) {
5717
+ if (key === "default" || key === "__esModule") return;
5718
+ if (key in exports && exports[key] === _IconForm[key]) return;
5719
+ Object.defineProperty(exports, key, {
5720
+ enumerable: true,
5721
+ get: function () {
5722
+ return _IconForm[key];
5723
+ }
5724
+ });
5725
+ });
5726
+ var _IconFormadd = require("./IconFormadd");
5727
+ Object.keys(_IconFormadd).forEach(function (key) {
5728
+ if (key === "default" || key === "__esModule") return;
5729
+ if (key in exports && exports[key] === _IconFormadd[key]) return;
5730
+ Object.defineProperty(exports, key, {
5731
+ enumerable: true,
5732
+ get: function () {
5733
+ return _IconFormadd[key];
5734
+ }
5735
+ });
5736
+ });
5737
+ var _IconForms = require("./IconForms");
5738
+ Object.keys(_IconForms).forEach(function (key) {
5739
+ if (key === "default" || key === "__esModule") return;
5740
+ if (key in exports && exports[key] === _IconForms[key]) return;
5741
+ Object.defineProperty(exports, key, {
5742
+ enumerable: true,
5743
+ get: function () {
5744
+ return _IconForms[key];
5745
+ }
5746
+ });
5747
+ });
5154
5748
  var _IconForward = require("./IconForward");
5155
5749
  Object.keys(_IconForward).forEach(function (key) {
5156
5750
  if (key === "default" || key === "__esModule") return;
@@ -5514,6 +6108,39 @@ Object.keys(_IconGooglelens).forEach(function (key) {
5514
6108
  }
5515
6109
  });
5516
6110
  });
6111
+ var _IconGraphincreasing = require("./IconGraphincreasing");
6112
+ Object.keys(_IconGraphincreasing).forEach(function (key) {
6113
+ if (key === "default" || key === "__esModule") return;
6114
+ if (key in exports && exports[key] === _IconGraphincreasing[key]) return;
6115
+ Object.defineProperty(exports, key, {
6116
+ enumerable: true,
6117
+ get: function () {
6118
+ return _IconGraphincreasing[key];
6119
+ }
6120
+ });
6121
+ });
6122
+ var _IconGraphlow = require("./IconGraphlow");
6123
+ Object.keys(_IconGraphlow).forEach(function (key) {
6124
+ if (key === "default" || key === "__esModule") return;
6125
+ if (key in exports && exports[key] === _IconGraphlow[key]) return;
6126
+ Object.defineProperty(exports, key, {
6127
+ enumerable: true,
6128
+ get: function () {
6129
+ return _IconGraphlow[key];
6130
+ }
6131
+ });
6132
+ });
6133
+ var _IconGraphtable = require("./IconGraphtable");
6134
+ Object.keys(_IconGraphtable).forEach(function (key) {
6135
+ if (key === "default" || key === "__esModule") return;
6136
+ if (key in exports && exports[key] === _IconGraphtable[key]) return;
6137
+ Object.defineProperty(exports, key, {
6138
+ enumerable: true,
6139
+ get: function () {
6140
+ return _IconGraphtable[key];
6141
+ }
6142
+ });
6143
+ });
5517
6144
  var _IconGrocery = require("./IconGrocery");
5518
6145
  Object.keys(_IconGrocery).forEach(function (key) {
5519
6146
  if (key === "default" || key === "__esModule") return;
@@ -5833,6 +6460,17 @@ Object.keys(_IconHealthprotection).forEach(function (key) {
5833
6460
  }
5834
6461
  });
5835
6462
  });
6463
+ var _IconHealthreport = require("./IconHealthreport");
6464
+ Object.keys(_IconHealthreport).forEach(function (key) {
6465
+ if (key === "default" || key === "__esModule") return;
6466
+ if (key in exports && exports[key] === _IconHealthreport[key]) return;
6467
+ Object.defineProperty(exports, key, {
6468
+ enumerable: true,
6469
+ get: function () {
6470
+ return _IconHealthreport[key];
6471
+ }
6472
+ });
6473
+ });
5836
6474
  var _IconHealthy = require("./IconHealthy");
5837
6475
  Object.keys(_IconHealthy).forEach(function (key) {
5838
6476
  if (key === "default" || key === "__esModule") return;
@@ -6152,6 +6790,17 @@ Object.keys(_IconHtml).forEach(function (key) {
6152
6790
  }
6153
6791
  });
6154
6792
  });
6793
+ var _IconHubmode = require("./IconHubmode");
6794
+ Object.keys(_IconHubmode).forEach(function (key) {
6795
+ if (key === "default" || key === "__esModule") return;
6796
+ if (key in exports && exports[key] === _IconHubmode[key]) return;
6797
+ Object.defineProperty(exports, key, {
6798
+ enumerable: true,
6799
+ get: function () {
6800
+ return _IconHubmode[key];
6801
+ }
6802
+ });
6803
+ });
6155
6804
  var _IconHumidity = require("./IconHumidity");
6156
6805
  Object.keys(_IconHumidity).forEach(function (key) {
6157
6806
  if (key === "default" || key === "__esModule") return;
@@ -6328,6 +6977,17 @@ Object.keys(_IconInfotext).forEach(function (key) {
6328
6977
  }
6329
6978
  });
6330
6979
  });
6980
+ var _IconInfrastructure = require("./IconInfrastructure");
6981
+ Object.keys(_IconInfrastructure).forEach(function (key) {
6982
+ if (key === "default" || key === "__esModule") return;
6983
+ if (key in exports && exports[key] === _IconInfrastructure[key]) return;
6984
+ Object.defineProperty(exports, key, {
6985
+ enumerable: true,
6986
+ get: function () {
6987
+ return _IconInfrastructure[key];
6988
+ }
6989
+ });
6990
+ });
6331
6991
  var _IconInputsource = require("./IconInputsource");
6332
6992
  Object.keys(_IconInputsource).forEach(function (key) {
6333
6993
  if (key === "default" || key === "__esModule") return;
@@ -6383,6 +7043,17 @@ Object.keys(_IconIntercomcalls).forEach(function (key) {
6383
7043
  }
6384
7044
  });
6385
7045
  });
7046
+ var _IconInterestlow = require("./IconInterestlow");
7047
+ Object.keys(_IconInterestlow).forEach(function (key) {
7048
+ if (key === "default" || key === "__esModule") return;
7049
+ if (key in exports && exports[key] === _IconInterestlow[key]) return;
7050
+ Object.defineProperty(exports, key, {
7051
+ enumerable: true,
7052
+ get: function () {
7053
+ return _IconInterestlow[key];
7054
+ }
7055
+ });
7056
+ });
6386
7057
  var _IconInterestpayout = require("./IconInterestpayout");
6387
7058
  Object.keys(_IconInterestpayout).forEach(function (key) {
6388
7059
  if (key === "default" || key === "__esModule") return;
@@ -7912,6 +8583,17 @@ Object.keys(_IconNetworkdetails).forEach(function (key) {
7912
8583
  }
7913
8584
  });
7914
8585
  });
8586
+ var _IconNetworkfuture = require("./IconNetworkfuture");
8587
+ Object.keys(_IconNetworkfuture).forEach(function (key) {
8588
+ if (key === "default" || key === "__esModule") return;
8589
+ if (key in exports && exports[key] === _IconNetworkfuture[key]) return;
8590
+ Object.defineProperty(exports, key, {
8591
+ enumerable: true,
8592
+ get: function () {
8593
+ return _IconNetworkfuture[key];
8594
+ }
8595
+ });
8596
+ });
7915
8597
  var _IconNeutralgender = require("./IconNeutralgender");
7916
8598
  Object.keys(_IconNeutralgender).forEach(function (key) {
7917
8599
  if (key === "default" || key === "__esModule") return;
@@ -8506,6 +9188,17 @@ Object.keys(_IconPageflip).forEach(function (key) {
8506
9188
  }
8507
9189
  });
8508
9190
  });
9191
+ var _IconPagesettings = require("./IconPagesettings");
9192
+ Object.keys(_IconPagesettings).forEach(function (key) {
9193
+ if (key === "default" || key === "__esModule") return;
9194
+ if (key in exports && exports[key] === _IconPagesettings[key]) return;
9195
+ Object.defineProperty(exports, key, {
9196
+ enumerable: true,
9197
+ get: function () {
9198
+ return _IconPagesettings[key];
9199
+ }
9200
+ });
9201
+ });
8509
9202
  var _IconPaintroller = require("./IconPaintroller");
8510
9203
  Object.keys(_IconPaintroller).forEach(function (key) {
8511
9204
  if (key === "default" || key === "__esModule") return;
@@ -9166,6 +9859,28 @@ Object.keys(_IconPowerplay).forEach(function (key) {
9166
9859
  }
9167
9860
  });
9168
9861
  });
9862
+ var _IconPptxdoc = require("./IconPptxdoc");
9863
+ Object.keys(_IconPptxdoc).forEach(function (key) {
9864
+ if (key === "default" || key === "__esModule") return;
9865
+ if (key in exports && exports[key] === _IconPptxdoc[key]) return;
9866
+ Object.defineProperty(exports, key, {
9867
+ enumerable: true,
9868
+ get: function () {
9869
+ return _IconPptxdoc[key];
9870
+ }
9871
+ });
9872
+ });
9873
+ var _IconPreferrednumber = require("./IconPreferrednumber");
9874
+ Object.keys(_IconPreferrednumber).forEach(function (key) {
9875
+ if (key === "default" || key === "__esModule") return;
9876
+ if (key in exports && exports[key] === _IconPreferrednumber[key]) return;
9877
+ Object.defineProperty(exports, key, {
9878
+ enumerable: true,
9879
+ get: function () {
9880
+ return _IconPreferrednumber[key];
9881
+ }
9882
+ });
9883
+ });
9169
9884
  var _IconPregnancytest = require("./IconPregnancytest");
9170
9885
  Object.keys(_IconPregnancytest).forEach(function (key) {
9171
9886
  if (key === "default" || key === "__esModule") return;
@@ -9177,6 +9892,17 @@ Object.keys(_IconPregnancytest).forEach(function (key) {
9177
9892
  }
9178
9893
  });
9179
9894
  });
9895
+ var _IconPremiumnumber = require("./IconPremiumnumber");
9896
+ Object.keys(_IconPremiumnumber).forEach(function (key) {
9897
+ if (key === "default" || key === "__esModule") return;
9898
+ if (key in exports && exports[key] === _IconPremiumnumber[key]) return;
9899
+ Object.defineProperty(exports, key, {
9900
+ enumerable: true,
9901
+ get: function () {
9902
+ return _IconPremiumnumber[key];
9903
+ }
9904
+ });
9905
+ });
9180
9906
  var _IconPrescription = require("./IconPrescription");
9181
9907
  Object.keys(_IconPrescription).forEach(function (key) {
9182
9908
  if (key === "default" || key === "__esModule") return;
@@ -9265,6 +9991,17 @@ Object.keys(_IconProfilemale).forEach(function (key) {
9265
9991
  }
9266
9992
  });
9267
9993
  });
9994
+ var _IconProjection = require("./IconProjection");
9995
+ Object.keys(_IconProjection).forEach(function (key) {
9996
+ if (key === "default" || key === "__esModule") return;
9997
+ if (key in exports && exports[key] === _IconProjection[key]) return;
9998
+ Object.defineProperty(exports, key, {
9999
+ enumerable: true,
10000
+ get: function () {
10001
+ return _IconProjection[key];
10002
+ }
10003
+ });
10004
+ });
9268
10005
  var _IconProtection = require("./IconProtection");
9269
10006
  Object.keys(_IconProtection).forEach(function (key) {
9270
10007
  if (key === "default" || key === "__esModule") return;
@@ -9738,6 +10475,17 @@ Object.keys(_IconReplycircle).forEach(function (key) {
9738
10475
  }
9739
10476
  });
9740
10477
  });
10478
+ var _IconRequest = require("./IconRequest");
10479
+ Object.keys(_IconRequest).forEach(function (key) {
10480
+ if (key === "default" || key === "__esModule") return;
10481
+ if (key in exports && exports[key] === _IconRequest[key]) return;
10482
+ Object.defineProperty(exports, key, {
10483
+ enumerable: true,
10484
+ get: function () {
10485
+ return _IconRequest[key];
10486
+ }
10487
+ });
10488
+ });
9741
10489
  var _IconResearch = require("./IconResearch");
9742
10490
  Object.keys(_IconResearch).forEach(function (key) {
9743
10491
  if (key === "default" || key === "__esModule") return;
@@ -10002,6 +10750,17 @@ Object.keys(_IconRoulette).forEach(function (key) {
10002
10750
  }
10003
10751
  });
10004
10752
  });
10753
+ var _IconRoutestraffic = require("./IconRoutestraffic");
10754
+ Object.keys(_IconRoutestraffic).forEach(function (key) {
10755
+ if (key === "default" || key === "__esModule") return;
10756
+ if (key in exports && exports[key] === _IconRoutestraffic[key]) return;
10757
+ Object.defineProperty(exports, key, {
10758
+ enumerable: true,
10759
+ get: function () {
10760
+ return _IconRoutestraffic[key];
10761
+ }
10762
+ });
10763
+ });
10005
10764
  var _IconRuler = require("./IconRuler");
10006
10765
  Object.keys(_IconRuler).forEach(function (key) {
10007
10766
  if (key === "default" || key === "__esModule") return;
@@ -11916,6 +12675,17 @@ Object.keys(_IconTeammembers).forEach(function (key) {
11916
12675
  }
11917
12676
  });
11918
12677
  });
12678
+ var _IconTechnology = require("./IconTechnology");
12679
+ Object.keys(_IconTechnology).forEach(function (key) {
12680
+ if (key === "default" || key === "__esModule") return;
12681
+ if (key in exports && exports[key] === _IconTechnology[key]) return;
12682
+ Object.defineProperty(exports, key, {
12683
+ enumerable: true,
12684
+ get: function () {
12685
+ return _IconTechnology[key];
12686
+ }
12687
+ });
12688
+ });
11919
12689
  var _IconTeddy = require("./IconTeddy");
11920
12690
  Object.keys(_IconTeddy).forEach(function (key) {
11921
12691
  if (key === "default" || key === "__esModule") return;
@@ -12939,6 +13709,28 @@ Object.keys(_IconVitamind).forEach(function (key) {
12939
13709
  }
12940
13710
  });
12941
13711
  });
13712
+ var _IconVolte = require("./IconVolte");
13713
+ Object.keys(_IconVolte).forEach(function (key) {
13714
+ if (key === "default" || key === "__esModule") return;
13715
+ if (key in exports && exports[key] === _IconVolte[key]) return;
13716
+ Object.defineProperty(exports, key, {
13717
+ enumerable: true,
13718
+ get: function () {
13719
+ return _IconVolte[key];
13720
+ }
13721
+ });
13722
+ });
13723
+ var _IconVowifi = require("./IconVowifi");
13724
+ Object.keys(_IconVowifi).forEach(function (key) {
13725
+ if (key === "default" || key === "__esModule") return;
13726
+ if (key in exports && exports[key] === _IconVowifi[key]) return;
13727
+ Object.defineProperty(exports, key, {
13728
+ enumerable: true,
13729
+ get: function () {
13730
+ return _IconVowifi[key];
13731
+ }
13732
+ });
13733
+ });
12942
13734
  var _IconVoice = require("./IconVoice");
12943
13735
  Object.keys(_IconVoice).forEach(function (key) {
12944
13736
  if (key === "default" || key === "__esModule") return;
@@ -13027,6 +13819,17 @@ Object.keys(_IconVpn).forEach(function (key) {
13027
13819
  }
13028
13820
  });
13029
13821
  });
13822
+ var _IconVpndata = require("./IconVpndata");
13823
+ Object.keys(_IconVpndata).forEach(function (key) {
13824
+ if (key === "default" || key === "__esModule") return;
13825
+ if (key in exports && exports[key] === _IconVpndata[key]) return;
13826
+ Object.defineProperty(exports, key, {
13827
+ enumerable: true,
13828
+ get: function () {
13829
+ return _IconVpndata[key];
13830
+ }
13831
+ });
13832
+ });
13030
13833
  var _IconWalkingaids = require("./IconWalkingaids");
13031
13834
  Object.keys(_IconWalkingaids).forEach(function (key) {
13032
13835
  if (key === "default" || key === "__esModule") return;