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
@@ -66,7 +66,7 @@ export const FIGMA_MODES = {
66
66
  "Card Feedback / Output": ["Default"],
67
67
  "Card.Media": ["Default"],
68
68
  "Card/CTA / Output": ["Default"],
69
- "Card/Insight": ["Mode 1"],
69
+ "Card/Insight": ["Default"],
70
70
  "Card/ProviderInfo / Output": ["Default"],
71
71
  "CardAdvisory / Output": ["Default"],
72
72
  "cardsShared": ["Default"],
@@ -88,23 +88,25 @@ export const FIGMA_MODES = {
88
88
  "circularProgressBar / Output": ["Default"],
89
89
  "circularProgressBar Size": ["S", "M"],
90
90
  "clusterBubble / Output": ["Default"],
91
- "coincard": ["Mode 1"],
91
+ "coincard": ["Default"],
92
92
  "Color Mode": ["Light", "Dark"],
93
- "comparetablecell": ["Mode 1"],
94
- "comparetableheader": ["Mode 1"],
95
93
  "Comparison Floating card": ["Default"],
96
94
  "ComparisonCardItem": ["Default"],
97
95
  "Confidence": ["High", "Medium", "Low", "None"],
96
+ "contentInset/Left": ["Mode 1", "S", "M", "L"],
97
+ "contentInset/Right": ["Default", "S", "M", "L"],
98
98
  "ContentSheet / Output": ["Default"],
99
99
  "Context": ["Default", "Nudge&Alert", "CTACard", "ListItem"],
100
+ "context 8": ["Default", "Section"],
101
+ "context 9": ["Default", "Stack"],
100
102
  "Context2": ["Default", "AppBar"],
101
103
  "Context3": ["Default", "Transaction Bubble", "Balance & Cards", "Amount Input"],
102
- "Context4": ["Default", "Chip", "Button"],
104
+ "Context4": ["Default", "Chip", "Button", "Badge", "Badge/glass"],
103
105
  "context5": ["Default", "Fullscreen Modal"],
104
- "context7": ["Default", "Card"],
106
+ "context7": ["Default", "Card", "Page Hero"],
105
107
  "Contrast Context": ["on dark", "on light"],
106
108
  "Conversation Feed / Output": ["Default"],
107
- "Counter Badge / Output": ["Mode 1"],
109
+ "Counter Badge / Output": ["Default"],
108
110
  "Coverage Bar Comparison / Output": ["Default"],
109
111
  "CoverageRing / Output": ["Mode 1"],
110
112
  "CTACard / Output": ["Default"],
@@ -136,6 +138,7 @@ export const FIGMA_MODES = {
136
138
  "Handle Boolean": ["False", "True"],
137
139
  "Heading / Output": ["Default"],
138
140
  "Heading text": ["Default", "Slot"],
141
+ "HeroSection / Output": ["Default"],
139
142
  "Holdings card / Output": ["Default"],
140
143
  "HStack / Output": ["Default"],
141
144
  "Icon / Output": ["Default"],
@@ -160,13 +163,12 @@ export const FIGMA_MODES = {
160
163
  "listGroup / Output": ["Default"],
161
164
  "ListItem State": ["Idle", "Active"],
162
165
  "LottieIntroBlock / Output": ["Default"],
163
- "Media / Output": ["L", "M", "S"],
164
166
  "MediaBlock": ["IconCapsule", "Image"],
165
167
  "MerchantProfile / Output": ["Default"],
166
168
  "Message Direction": ["Incoming (Left)", "Outgoing (Right)"],
167
169
  "Message Row / Output": ["Default"],
168
170
  "MessageField / Output": ["Default"],
169
- "metricdata": ["Mode 1"],
171
+ "metricdata": ["Default"],
170
172
  "MetricLegendItem / Output": ["Default"],
171
173
  "Money Value / Output": ["Default"],
172
174
  "MonthlyStatusGrid / Output": ["Default"],
@@ -181,21 +183,22 @@ export const FIGMA_MODES = {
181
183
  "OTP / Output": ["Mode 1"],
182
184
  "Overlay / Output": ["Mode 1"],
183
185
  "Padding": ["Default", "None"],
186
+ "Page Hero / Output": ["Default"],
184
187
  "Page type": ["MainPage", "SubPage", "JioPlus"],
185
188
  "PageHero / Output": ["Default"],
186
189
  "PaymnetFeedback / Output": ["Default"],
187
- "PDP cc card": ["Mode 1"],
190
+ "PDP cc card": ["Default"],
188
191
  "peekOffset": ["Medium", "Small", "Large", "None"],
189
192
  "Placement": ["Prefix", "Suffix"],
190
193
  "PlanComparisonCard / Output": ["Default"],
191
194
  "Popup / Output": ["Default"],
192
195
  "PortfolioHero / Output": ["Default"],
193
196
  "PoweredByLabel": ["Default"],
194
- "Product Merchandising card": ["Mode 1"],
197
+ "Product Merchandising card": ["Default"],
195
198
  "ProductLabel / Output": ["Default"],
196
199
  "ProductOverview / Output": ["Default"],
197
200
  "ProgressBadge / Output": ["Default"],
198
- "ProjectionMarker": ["Mode 1"],
201
+ "ProjectionMarker": ["Default"],
199
202
  "QR code / Output": ["Idle"],
200
203
  "Radio / Output": ["Default"],
201
204
  "Radius": ["S", "M", "L", "None"],
@@ -204,6 +207,7 @@ export const FIGMA_MODES = {
204
207
  "rotfl": ["Default"],
205
208
  "SavingsGoalSummary / Output": ["Default"],
206
209
  "Screen / Output": ["Default"],
210
+ "scrollArea/Padding": ["Mode 1"],
207
211
  "SearchFilterBar / Output": ["Default"],
208
212
  "Section / Output": ["Defult"],
209
213
  "SectionBentoGrid / Output": ["Default"],
@@ -213,11 +217,12 @@ export const FIGMA_MODES = {
213
217
  "SegmentedControl/Segment / Output": ["Default"],
214
218
  "SegmentedTrack / Output": ["Default"],
215
219
  "Selectable": ["False", "True"],
216
- "selectioncard": ["Mode 1"],
220
+ "Selection Card": ["Default"],
221
+ "Selection Card Radius": ["Default", "None"],
217
222
  "Semantic Intent": ["Brand", "System"],
218
223
  "Skeleton": ["Mode 1"],
219
224
  "Slider / Output": ["Default"],
220
- "Slot gap": ["S", "M", "L", "XL"],
225
+ "Slot gap": ["S", "M", "L", "XL", "XS"],
221
226
  "special button": ["Default"],
222
227
  "Spinner / Output": ["Default"],
223
228
  "statGroup / Output": ["Default"],
@@ -236,11 +241,13 @@ export const FIGMA_MODES = {
236
241
  "Swappable subComponent / Output": ["Default"],
237
242
  "SwappableAmount / Output": ["Default"],
238
243
  "tabItem / Output": ["Default"],
244
+ "Table Cell": ["Default"],
245
+ "Table Header": ["Default"],
239
246
  "Tabs / Output": ["Default"],
240
247
  "TestimonialsCard": ["Default"],
241
248
  "Text / Output": ["Default"],
242
249
  "Text Appearance": ["Neutral", "Primary", "Secondary", "Tertiary"],
243
- "Text Sizes": ["Medium", "Small"],
250
+ "Text Sizes": ["Medium", "Small", "Large"],
244
251
  "textInput / Output": ["Default"],
245
252
  "TextSegment / Output": ["Default"],
246
253
  "Thread Hero / Output": ["Default"],
@@ -258,6 +265,7 @@ export const FIGMA_MODES = {
258
265
  "TransationDetails / Output": ["Default"],
259
266
  "UPI Handle / Output": ["Default"],
260
267
  "ValueBar / Output": ["Default"],
268
+ "Video / Output": ["L", "M", "S"],
261
269
  "VStack / Output": ["Default"],
262
270
  "Weight": ["Medium", "Regular", "Bold"]
263
271
  };
@@ -278,34 +286,35 @@ export const FIGMA_COMPONENT_MODES = {
278
286
  "AppBar": ["Color Mode", "Context2", "context5", "NavArrow Direction", "Page type"],
279
287
  "AreaLineChart": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
280
288
  "Attached": ["Color Mode"],
281
- "Avatar": ["Avatar Size", "Color Mode", "Context4"],
282
- "AvatarGroup": ["Avatar Size", "Context4"],
289
+ "Avatar": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
290
+ "AvatarGroup": ["Avatar Size", "Badge Size", "Context4"],
283
291
  "Badge": ["AppearanceBrand", "Badge Size", "Color Mode", "Emphasis"],
284
292
  "Balance": ["Color Mode", "Context3"],
285
- "BenefitCard": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Context2", "context5", "Emphasis", "List Item Style", "NavArrow Direction", "Page type", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
293
+ "BenefitCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context4", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap", "Text Appearance", "Text Sizes", "Weight"],
286
294
  "BottomNav": ["Color Mode"],
287
295
  "BottomNavItem": ["BottomNavItem / State", "Color Mode"],
288
- "BrandChip": ["Avatar Size", "Color Mode", "Context4"],
289
- "BubbleChart": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz", "Text Appearance"],
296
+ "BrandChip": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
297
+ "BubbleChart": ["Appearance / DataViz", "Color Mode", "Context", "Emphasis / DataViz", "Text Appearance"],
290
298
  "Button": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
291
- "Card": ["Color Mode", "Gap", "Page type"],
299
+ "Card": ["Color Mode", "context 8", "Gap", "Page type"],
292
300
  "CardAdvisory": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "circularProgressBar Size", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
293
301
  "CardBankAccount": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context4", "context5", "Emphasis", "List Item Style", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
294
- "CardCTA": ["AppearanceBrand", "AppearanceSystem", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "MediaBlock", "Semantic Intent"],
302
+ "CardCTA": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context 8", "Context4", "Emphasis", "Icon Capsule Size", "MediaBlock", "Page type", "Semantic Intent"],
295
303
  "CardFeedback": ["AppearanceBrand", "AppearanceSystem", "Color Mode"],
296
304
  "CardFinancialCondition": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "circularProgressBar Size", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
297
- "CardInsight": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context7", "Emphasis", "Emphasis / DataViz", "LinearProgress Size", "Nudge padding", "Page type", "Semantic Intent", "Slot gap"],
298
- "CardProviderInfo": ["AppearanceBrand", "Avatar Size", "Color Mode", "Context4"],
305
+ "CardInsight": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context 8", "Emphasis", "Emphasis / DataViz", "LinearProgress Size", "Nudge padding", "Page type", "Semantic Intent", "Slot gap"],
306
+ "CardProviderInfo": ["AppearanceBrand", "Avatar Size", "Badge Size", "Color Mode", "Context4"],
299
307
  "Carousel": ["peekOffset"],
300
- "CcCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context2", "Context4", "context5", "context7", "Emphasis", "List Item Style", "NavArrow Direction", "Page type", "Radius", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
308
+ "CarouselCardAccounts": ["peekOffset"],
309
+ "CcCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context 8", "Context2", "Context4", "context5", "context7", "Emphasis", "List Item Style", "NavArrow Direction", "Page type", "Radius", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
301
310
  "Checkbox": ["Color Mode"],
302
311
  "CheckboxGroup": ["Color Mode"],
303
312
  "CheckboxItem": ["Color Mode"],
304
313
  "ChipSelect": ["ChipSelect State", "Color Mode"],
305
314
  "CircularProgressBar": ["AppearanceBrand", "AppearanceSystem", "circularProgressBar Size", "Color Mode", "Emphasis", "Semantic Intent"],
306
315
  "CircularRating": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
307
- "ClusterBubble": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz", "Text Appearance"],
308
- "CompareTable": ["Accordion States", "AppearanceBrand", "Button / Size", "Button / State", "Color Mode", "Emphasis", "Radius"],
316
+ "ClusterBubble": ["Appearance / DataViz", "Color Mode", "Context", "Emphasis / DataViz", "Text Appearance"],
317
+ "CompareTable": ["Accordion States", "AppearanceBrand", "Button / Size", "Button / State", "Color Mode", "Emphasis", "Radius", "Selection Card Radius"],
309
318
  "ComparisonBar": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "Radius", "Semantic Intent"],
310
319
  "CoverageBarComparison": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
311
320
  "CoverageRing": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "circularProgressBar Size", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
@@ -325,19 +334,18 @@ export const FIGMA_COMPONENT_MODES = {
325
334
  "Gauge": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "FormField States", "Semantic Intent", "Status"],
326
335
  "HoldingsCard": ["AppearanceBrand", "Color Mode"],
327
336
  "HStack": ["Context", "Padding", "Page type", "Slot gap"],
328
- "Icon": ["AppearanceBrand", "Color Mode"],
337
+ "Icon": ["AppearanceBrand", "Badge Size", "Color Mode", "Context4", "Emphasis"],
329
338
  "IconButton": ["AppearanceBrand", "Button / Size", "Button / State", "Color Mode", "Emphasis"],
330
339
  "IconCapsule": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "Semantic Intent"],
331
340
  "InputSearch": ["Color Mode", "FormField States", "InputState", "Status"],
332
- "InstitutionBadge": ["Avatar Size", "Context4"],
341
+ "InstitutionBadge": ["Avatar Size", "Badge Size", "Context4"],
333
342
  "LinearMeter": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context3", "Emphasis", "LinearProgress Size", "Semantic Intent"],
334
343
  "LinearProgress": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Emphasis", "LinearProgress Size", "Semantic Intent"],
335
344
  "ListGroup": ["Color Mode", "List Item Style", "Title Level"],
336
345
  "ListItem": ["AppearanceBrand", "Color Mode", "Context2", "context5", "List Item Style", "NavArrow Direction", "Page type"],
337
346
  "LottieIntroBlock": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
338
- "LottiePlayer": ["Media / Output"],
339
347
  "MediaCard": ["Contrast Context"],
340
- "MerchantProfile": ["Avatar Size", "Color Mode", "Context4"],
348
+ "MerchantProfile": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
341
349
  "MessageField": ["Color Mode", "FormField States"],
342
350
  "MetricLegendItem": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
343
351
  "MoneyValue": ["Color Mode", "Context3"],
@@ -345,25 +353,25 @@ export const FIGMA_COMPONENT_MODES = {
345
353
  "NavArrow": ["Color Mode", "Context2", "context5", "NavArrow Direction", "Page type"],
346
354
  "Nudge": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
347
355
  "OTP": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "FormField States", "Input/PINSlot States", "Semantic Intent", "Status"],
348
- "PageHero": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Media / Output", "Semantic Intent"],
356
+ "PageHero": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
349
357
  "PaymentFeedback": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "Semantic Intent"],
350
358
  "PdpCcCard": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "context7", "Emphasis", "Page type", "Radius", "Semantic Intent"],
351
359
  "PlanComparisonCard": ["Color Mode"],
352
360
  "Popup": ["Color Mode", "Context", "Padding", "Page type", "Slot gap"],
353
- "PortfolioHero": ["Avatar Size", "Color Mode", "Context3", "Context4"],
354
- "ProductLabel": ["Avatar Size", "Color Mode", "Context4"],
361
+ "PortfolioHero": ["Avatar Size", "Badge Size", "Color Mode", "Context3", "Context4"],
362
+ "ProductLabel": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
355
363
  "ProductMerchandisingCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context4", "Emphasis", "Semantic Intent"],
356
- "ProductOverview": ["Avatar Size", "Color Mode", "Context4"],
364
+ "ProductOverview": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
357
365
  "ProjectionMarker": ["Color Mode"],
358
366
  "Radio": ["Color Mode"],
359
367
  "RangeTrack": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
360
- "RechargeCard": ["Avatar Size", "Color Mode", "Context3", "Context4"],
361
- "SavingsGoalSummary": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Color Mode", "context7", "Emphasis", "Emphasis / DataViz", "LinearProgress Size", "Page type", "Semantic Intent"],
368
+ "RechargeCard": ["Avatar Size", "Badge Size", "Color Mode", "Context3", "Context4"],
369
+ "SavingsGoalSummary": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Color Mode", "Emphasis", "Emphasis / DataViz", "LinearProgress Size", "Semantic Intent"],
362
370
  "Screen": ["Color Mode", "Page type"],
363
- "Section": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Context2", "context5", "Emphasis", "Icon Capsule Size", "List Item Style", "NavArrow Direction", "Padding", "Page type", "Semantic Intent", "Slot gap"],
371
+ "Section": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "context 9", "Context2", "context5", "Emphasis", "Icon Capsule Size", "List Item Style", "NavArrow Direction", "Padding", "Page type", "Semantic Intent", "Slot gap"],
364
372
  "SegmentedControl": ["SegmentedControl/Segment"],
365
373
  "SegmentedTrack": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
366
- "Slider": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Emphasis", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
374
+ "Slider": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Emphasis", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
367
375
  "Slot": ["Context", "Slot gap"],
368
376
  "Stack": ["Context", "Slot gap"],
369
377
  "StatGroup": ["Color Mode", "StatItem Label Position "],
@@ -377,10 +385,10 @@ export const FIGMA_COMPONENT_MODES = {
377
385
  "SupportTextIcon": ["Color Mode", "FormField States", "Status"],
378
386
  "SwappableAmount": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
379
387
  "TabItem": ["Color Mode"],
380
- "TestimonialsCard": ["Avatar Size", "Color Mode", "Context4"],
381
- "Text": ["Color Mode", "Text Appearance", "Text Sizes", "Weight"],
388
+ "TestimonialsCard": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
389
+ "Text": ["Color Mode", "Context", "Text Appearance", "Text Sizes", "Weight"],
382
390
  "TextInput": ["Color Mode", "InputState"],
383
- "TextSegment": ["Color Mode", "Text Appearance", "Text Sizes", "Weight"],
391
+ "TextSegment": ["Color Mode", "Context", "Text Appearance", "Text Sizes", "Weight"],
384
392
  "Title": ["Color Mode", "context7", "Page type"],
385
393
  "Toggle": ["Color Mode", "Toggle States"],
386
394
  "Tooltip": ["Color Mode"],
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const Icon4g = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M10 13.9605H9.69001C9.57001 13.9605 9.54001 13.9105 9.54001 13.8005V12.7005C9.54001 12.0305 9.03001 11.7905 8.50001 11.7905C7.97001 11.7905 7.48001 12.0305 7.48001 12.7005V13.8005C7.48001 13.9105 7.45001 13.9605 7.33001 13.9605H5.93001C5.86001 13.9605 5.78001 13.9305 5.78001 13.8505C5.78001 13.8005 5.88001 13.5605 5.88001 13.5605L8.34001 7.61047C8.41001 7.45047 8.44001 7.31047 8.44001 7.18047C8.44001 6.60047 7.78001 6.25047 7.27001 6.25047C6.96001 6.25047 6.65001 6.41047 6.45001 6.87047L3.61001 13.8205C3.40001 14.3205 3.26001 14.7305 3.26001 15.0005C3.26001 15.5605 3.69001 15.8505 4.34001 15.8505H7.31001C7.43001 15.8505 7.46001 15.9005 7.46001 15.9905V16.6105C7.46001 17.2705 7.97001 17.5105 8.48001 17.5105C8.99001 17.5105 9.52001 17.2705 9.52001 16.6105V15.9905C9.52001 15.8905 9.55001 15.8505 9.67001 15.8505H9.98001C10.6 15.8505 10.83 15.3905 10.83 14.9105C10.83 14.4305 10.6 13.9705 9.98001 13.9705L10 13.9605ZM19.67 10.8505H17.24C16.57 10.8505 16.32 11.3505 16.32 11.8405C16.32 12.3305 16.57 12.8505 17.24 12.8505H18.29C18.39 12.8505 18.44 12.8805 18.44 12.9905V13.6005C18.44 14.1105 18.39 14.3805 18.18 14.6905C17.67 15.4405 16.92 15.4905 16.47 15.4905C16.02 15.4905 15.19 15.4905 14.76 14.6905C14.43 14.0805 14.43 13.1405 14.43 11.8705C14.43 10.6005 14.45 9.66047 14.76 9.05047C15.19 8.22047 16.07 8.22047 16.6 8.22047C17.32 8.22047 17.73 8.33047 18.41 8.73047C18.56 8.83047 18.72 8.89047 18.95 8.89047C19.46 8.89047 20 8.33047 20 7.85047C20 7.42047 19.75 7.19047 19.44 6.97047C18.72 6.44047 17.76 6.23047 16.56 6.23047C15.18 6.23047 14.06 6.44047 13.18 7.43047C12.52 8.17047 12.21 9.70047 12.21 11.8605C12.21 14.0205 12.52 15.5605 13.18 16.2905C14.07 17.2805 15.1 17.4905 16.47 17.4905C17.84 17.4905 18.9 17.3005 19.76 16.2905C20.4 15.5205 20.55 14.7205 20.55 13.6005V11.6805C20.55 11.1505 20.2 10.8305 19.68 10.8305L19.67 10.8505Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const Icon4gltedata = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M4.99991 10.0004H7.99991V11.0004C7.99991 11.5504 8.44991 12.0004 8.99991 12.0004C9.54991 12.0004 9.99991 11.5504 9.99991 11.0004V10.0004C10.5499 10.0004 10.9999 9.55043 10.9999 9.00043C10.9999 8.45043 10.5499 8.00043 9.99991 8.00043V7.00043C9.99991 6.45043 9.54991 6.00043 8.99991 6.00043C8.44991 6.00043 7.99991 6.45043 7.99991 7.00043V8.00043H6.47991L7.92991 4.37043C8.13991 3.86043 7.88991 3.28043 7.36991 3.07043C6.84991 2.86043 6.27991 3.11043 6.06991 3.63043L4.06991 8.63043C3.94991 8.94043 3.97991 9.29043 4.16991 9.56043C4.35991 9.83043 4.66991 10.0004 4.99991 10.0004ZM15.7499 12.0004C17.8199 12.0004 19.4999 10.3204 19.4999 8.25043V7.50043C19.4999 6.95043 19.0499 6.50043 18.4999 6.50043H16.4999C15.9499 6.50043 15.4999 6.95043 15.4999 7.50043C15.4999 8.05043 15.9499 8.50043 16.4999 8.50043H17.4799C17.3599 9.35043 16.6299 10.0004 15.7499 10.0004C14.7899 10.0004 13.9999 9.21043 13.9999 8.25043V6.75043C13.9999 5.79043 14.7899 5.00043 15.7499 5.00043C16.1599 5.00043 16.5499 5.14043 16.8599 5.40043C17.2899 5.75043 17.9199 5.69043 18.2699 5.27043C18.6199 4.84043 18.5599 4.21043 18.1399 3.86043C17.4699 3.31043 16.6199 3.00043 15.7499 3.00043C13.6799 3.00043 11.9999 4.68043 11.9999 6.75043V8.25043C11.9999 10.3204 13.6799 12.0004 15.7499 12.0004ZM7.99991 19.0004H5.99991V14.0004C5.99991 13.4504 5.54991 13.0004 4.99991 13.0004C4.44991 13.0004 3.99991 13.4504 3.99991 14.0004V20.0004C3.99991 20.5504 4.44991 21.0004 4.99991 21.0004H7.99991C8.54991 21.0004 8.99991 20.5504 8.99991 20.0004C8.99991 19.4504 8.54991 19.0004 7.99991 19.0004ZM13.4999 13.0004H8.49991C7.94991 13.0004 7.49991 13.4504 7.49991 14.0004C7.49991 14.5504 7.94991 15.0004 8.49991 15.0004H9.99991V20.0004C9.99991 20.5504 10.4499 21.0004 10.9999 21.0004C11.5499 21.0004 11.9999 20.5504 11.9999 20.0004V15.0004H13.4999C14.0499 15.0004 14.4999 14.5504 14.4999 14.0004C14.4999 13.4504 14.0499 13.0004 13.4999 13.0004ZM18.9999 19.0004H16.9999V18.0004H18.2499C18.7999 18.0004 19.2499 17.5504 19.2499 17.0004C19.2499 16.4504 18.7999 16.0004 18.2499 16.0004H16.9999V15.0004H18.9999C19.5499 15.0004 19.9999 14.5504 19.9999 14.0004C19.9999 13.4504 19.5499 13.0004 18.9999 13.0004H15.9999C15.4499 13.0004 14.9999 13.4504 14.9999 14.0004V20.0004C14.9999 20.5504 15.4499 21.0004 15.9999 21.0004H18.9999C19.5499 21.0004 19.9999 20.5504 19.9999 20.0004C19.9999 19.4504 19.5499 19.0004 18.9999 19.0004Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const Icon5g = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M7.06997 9.85977C6.67997 9.85977 6.27997 9.91977 5.91997 10.1198C5.85997 10.1498 5.77997 10.2198 5.70997 10.2198C5.62997 10.2198 5.59997 10.1698 5.59997 10.1098V8.40977C5.59997 8.27977 5.62997 8.26977 5.73997 8.26977H8.59997C9.27997 8.26977 9.52997 7.84977 9.52997 7.32977C9.52997 6.82977 9.27997 6.34977 8.59997 6.34977H4.48997C3.96997 6.34977 3.58997 6.69977 3.58997 7.27977V11.8398C3.58997 12.5398 4.09997 12.8298 4.72997 12.8298C5.15997 12.8298 5.35997 12.5398 5.64997 12.2698C5.91997 12.0098 6.26997 11.7598 6.71997 11.7598C7.88997 11.7598 8.12997 12.6598 8.12997 13.7098C8.12997 15.1798 7.52997 15.6498 6.71997 15.6498C5.95997 15.6498 5.41997 15.1698 5.18997 14.8798C4.93997 14.5798 4.72997 14.5298 4.52997 14.5298C3.97997 14.5298 3.46997 15.1698 3.46997 15.5698C3.46997 15.8298 3.62997 16.0798 3.74997 16.2298C4.09997 16.6098 4.96997 17.5598 6.76997 17.5598C8.78997 17.5598 10.17 16.3098 10.17 13.7198C10.17 11.5598 9.31997 9.87977 7.06997 9.87977V9.85977ZM18.84 10.8798H16.5C15.85 10.8798 15.62 11.3798 15.62 11.8698C15.62 12.3598 15.86 12.8798 16.5 12.8798H17.51C17.6 12.8798 17.65 12.9098 17.65 13.0198V13.6298C17.65 14.1398 17.6 14.4098 17.4 14.7198C16.91 15.4698 16.18 15.5198 15.76 15.5198C15.34 15.5198 14.53 15.5198 14.12 14.7198C13.8 14.1098 13.8 13.1698 13.8 11.8998C13.8 10.6298 13.82 9.68977 14.12 9.07977C14.53 8.24977 15.38 8.24977 15.89 8.24977C16.59 8.24977 16.98 8.35977 17.63 8.75977C17.77 8.85977 17.93 8.91977 18.15 8.91977C18.64 8.91977 19.16 8.35977 19.16 7.87977C19.16 7.44977 18.92 7.21977 18.62 6.99977C17.92 6.46977 17.01 6.25977 15.86 6.25977C14.53 6.25977 13.46 6.46977 12.61 7.45977C11.98 8.19977 11.68 9.72977 11.68 11.8898C11.68 14.0498 11.98 15.5898 12.61 16.3198C13.46 17.3098 14.46 17.5198 15.77 17.5198C17.08 17.5198 18.11 17.3298 18.93 16.3198C19.55 15.5498 19.69 14.7498 19.69 13.6298V11.7098C19.69 11.1798 19.36 10.8598 18.85 10.8598L18.84 10.8798Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const Icon5gdoubleplus = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M6.08004 9.88004C5.73004 9.88004 5.39004 9.94004 5.07004 10.1C5.01004 10.13 4.95004 10.18 4.89004 10.18C4.82004 10.18 4.79004 10.14 4.79004 10.08V8.59004C4.79004 8.48004 4.82004 8.46004 4.91004 8.46004H7.41004C8.00004 8.46004 8.23004 8.10004 8.23004 7.63004C8.23004 7.20004 8.01004 6.78004 7.41004 6.78004H3.82004C3.36004 6.78004 3.03004 7.09004 3.03004 7.59004V11.58C3.03004 12.2 3.47004 12.45 4.03004 12.45C4.40004 12.45 4.58004 12.2 4.83004 11.96C5.07004 11.74 5.37004 11.51 5.77004 11.51C6.79004 11.51 7.00004 12.29 7.00004 13.22C7.00004 14.51 6.47004 14.91 5.77004 14.91C5.11004 14.91 4.64004 14.49 4.43004 14.24C4.21004 13.97 4.03004 13.93 3.85004 13.93C3.37004 13.93 2.92004 14.49 2.92004 14.84C2.92004 15.06 3.06004 15.29 3.17004 15.41C3.47004 15.75 4.23004 16.57 5.81004 16.57C7.58004 16.57 8.78004 15.48 8.78004 13.21C8.78004 11.32 8.03004 9.85004 6.07004 9.85004L6.08004 9.88004ZM15.91 10.78H13.86C13.29 10.78 13.09 11.21 13.09 11.65C13.09 12.09 13.3 12.53 13.86 12.53H14.74C14.82 12.53 14.86 12.56 14.86 12.66V13.19C14.86 13.64 14.82 13.88 14.64 14.14C14.21 14.8 13.58 14.84 13.2 14.84C12.82 14.84 12.12 14.84 11.76 14.14C11.48 13.61 11.48 12.78 11.48 11.67C11.48 10.56 11.49 9.74004 11.76 9.21004C12.12 8.48004 12.87 8.48004 13.31 8.48004C13.92 8.48004 14.26 8.58004 14.83 8.93004C14.95 9.01004 15.09 9.07004 15.29 9.07004C15.72 9.07004 16.17 8.58004 16.17 8.16004C16.17 7.78004 15.96 7.59004 15.7 7.39004C15.09 6.93004 14.29 6.75004 13.28 6.75004C12.12 6.75004 11.18 6.93004 10.43 7.80004C9.88004 8.44004 9.61004 9.79004 9.61004 11.68C9.61004 13.57 9.87004 14.92 10.43 15.56C11.18 16.43 12.05 16.61 13.19 16.61C14.33 16.61 15.24 16.44 15.95 15.56C16.49 14.89 16.61 14.19 16.61 13.21V11.53C16.61 11.07 16.32 10.79 15.88 10.79L15.91 10.78ZM21.63 7.84004H20.2C20.13 7.84004 20.09 7.80004 20.09 7.73004V6.33004C20.09 5.93004 19.81 5.79004 19.5 5.79004C19.19 5.79004 18.91 5.93004 18.91 6.33004V7.73004C18.91 7.80004 18.89 7.84004 18.8 7.84004H17.36C16.98 7.84004 16.84 8.09004 16.84 8.40004C16.84 8.71004 16.98 8.98004 17.36 8.98004H18.8C18.88 8.98004 18.91 9.00004 18.91 9.09004V10.55C18.91 10.93 19.21 11.08 19.5 11.08C19.79 11.08 20.09 10.94 20.09 10.55V9.09004C20.09 9.01004 20.13 8.98004 20.2 8.98004H21.63C22.02 8.98004 22.16 8.70004 22.16 8.40004C22.16 8.10004 22.02 7.84004 21.63 7.84004ZM21.51 13.92H20.11C20.04 13.92 20.01 13.88 20.01 13.81V12.41C20.01 12.01 19.73 11.87 19.43 11.87C19.13 11.87 18.85 12.01 18.85 12.41V13.81C18.85 13.88 18.83 13.92 18.75 13.92H17.34C16.97 13.92 16.83 14.17 16.83 14.48C16.83 14.79 16.97 15.06 17.34 15.06H18.75C18.83 15.06 18.85 15.08 18.85 15.17V16.63C18.85 17.01 19.14 17.16 19.43 17.16C19.72 17.16 20.01 17.02 20.01 16.63V15.17C20.01 15.09 20.05 15.06 20.11 15.06H21.51C21.89 15.06 22.03 14.78 22.03 14.48C22.03 14.18 21.89 13.92 21.51 13.92Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const Icon5gplus = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M5.08004 9.88C4.73004 9.88 4.39004 9.94 4.07004 10.1C4.02004 10.13 3.95004 10.18 3.89004 10.18C3.82004 10.18 3.79004 10.14 3.79004 10.08V8.59C3.79004 8.48 3.82004 8.46 3.91004 8.46H6.41004C7.00004 8.46 7.23004 8.1 7.23004 7.63C7.23004 7.2 7.01004 6.78 6.41004 6.78H2.82004C2.36004 6.78 2.03004 7.09 2.03004 7.59V11.58C2.03004 12.2 2.47004 12.45 3.03004 12.45C3.40004 12.45 3.58004 12.2 3.83004 11.96C4.06004 11.74 4.37004 11.51 4.77004 11.51C5.79004 11.51 6.00004 12.29 6.00004 13.22C6.00004 14.51 5.47004 14.91 4.77004 14.91C4.11004 14.91 3.64004 14.49 3.43004 14.24C3.21004 13.97 3.03004 13.93 2.85004 13.93C2.37004 13.93 1.92004 14.49 1.92004 14.84C1.92004 15.06 2.06004 15.29 2.17004 15.41C2.47004 15.75 3.23004 16.57 4.81004 16.57C6.58004 16.57 7.78004 15.48 7.78004 13.21C7.78004 11.32 7.03004 9.85 5.07004 9.85L5.08004 9.88ZM14.91 10.78H12.86C12.29 10.78 12.09 11.21 12.09 11.65C12.09 12.09 12.3 12.53 12.86 12.53H13.74C13.82 12.53 13.86 12.56 13.86 12.66V13.19C13.86 13.64 13.82 13.88 13.64 14.14C13.21 14.8 12.58 14.84 12.2 14.84C11.82 14.84 11.12 14.84 10.76 14.14C10.48 13.61 10.48 12.78 10.48 11.67C10.48 10.56 10.49 9.74 10.76 9.21C11.12 8.48 11.87 8.48 12.31 8.48C12.92 8.48 13.26 8.58 13.83 8.93C13.95 9.01 14.09 9.07 14.29 9.07C14.72 9.07 15.17 8.58 15.17 8.16C15.17 7.78 14.96 7.59 14.7 7.39C14.09 6.93 13.29 6.75 12.28 6.75C11.12 6.75 10.18 6.93 9.43004 7.8C8.88004 8.44 8.61004 9.79 8.61004 11.68C8.61004 13.57 8.87004 14.92 9.43004 15.56C10.18 16.43 11.05 16.61 12.19 16.61C13.33 16.61 14.24 16.44 14.95 15.56C15.49 14.89 15.61 14.19 15.61 13.21V11.53C15.61 11.07 15.32 10.79 14.88 10.79L14.91 10.78ZM21.26 11.62H19.83C19.76 11.62 19.72 11.58 19.72 11.51V10.11C19.72 9.71 19.44 9.57 19.13 9.57C18.82 9.57 18.54 9.71 18.54 10.11V11.51C18.54 11.58 18.52 11.62 18.43 11.62H16.99C16.61 11.62 16.47 11.87 16.47 12.18C16.47 12.49 16.61 12.76 16.99 12.76H18.43C18.51 12.76 18.54 12.78 18.54 12.87V14.33C18.54 14.71 18.84 14.86 19.13 14.86C19.42 14.86 19.72 14.72 19.72 14.33V12.87C19.72 12.79 19.76 12.76 19.83 12.76H21.26C21.65 12.76 21.79 12.48 21.79 12.18C21.79 11.88 21.65 11.62 21.26 11.62Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAdblocker = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M8.45001 12H10.05L9.25001 10.22L8.45001 12ZM14.38 9.5H14V13.5H14.38C15.08 13.5 15.61 13.33 15.97 12.97C16.41 12.53 16.51 11.93 16.51 11.5C16.51 10.25 15.72 9.5 14.39 9.5H14.38ZM20.47 4.68C20.13 4.31 19.67 4.08 19.17 4.02C16.97 3.79 14.82 3.17 12.83 2.19C12.57 2.06 12.29 2 12.01 2C11.73 2 11.45 2.07 11.19 2.19C9.22001 3.17 7.08001 3.79 4.89001 4.02C4.39001 4.06 3.92001 4.29 3.57001 4.66C3.22001 5.03 3.02001 5.51 3.01001 6.02V11.01C3.01001 17.75 9.76001 22 12.01 22C14.26 22 21.01 17.75 21.01 11.01V6.02C21 5.52 20.81 5.05 20.47 4.68ZM11.72 14.46C11.65 14.49 11.58 14.5 11.51 14.5C11.32 14.5 11.14 14.39 11.05 14.21L10.51 13H8.01001L7.47001 14.21C7.36001 14.46 7.06001 14.57 6.81001 14.46C6.56001 14.35 6.45001 14.05 6.56001 13.8L8.81001 8.8C8.97001 8.44 9.56001 8.44 9.72001 8.8L11.97 13.8C12.08 14.05 11.97 14.35 11.72 14.46ZM16.68 13.69C16.14 14.22 15.37 14.5 14.44 14.5H13.51C13.23 14.5 13.01 14.28 13.01 14V9C13.01 8.72 13.23 8.5 13.51 8.5H14.39C16.26 8.5 17.51 9.71 17.51 11.5C17.51 12.39 17.22 13.15 16.68 13.69Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAdblockplus = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M20.46 4.68C20.12 4.31 19.66 4.08 19.16 4.02C16.96 3.79 14.81 3.17 12.82 2.19C12.56 2.06 12.28 2 12 2C11.72 2 11.44 2.07 11.18 2.19C9.21 3.17 7.07 3.79 4.88 4.02C4.38 4.06 3.91 4.29 3.56 4.66C3.21 5.03 3.01 5.51 3 6.02V11.01C3 17.75 9.75 22 12 22C14.25 22 21 17.75 21 11.01V6.02C20.99 5.52 20.8 5.05 20.46 4.68ZM15.54 14.12C15.93 14.51 15.93 15.14 15.54 15.53C15.15 15.92 14.52 15.92 14.13 15.53L12.01 13.41L9.89 15.53C9.5 15.92 8.87 15.92 8.48 15.53C8.09 15.14 8.09 14.51 8.48 14.12L10.6 12L8.48 9.88C8.09 9.49 8.09 8.86 8.48 8.47C8.87 8.08 9.5 8.08 9.89 8.47L12.01 10.59L14.13 8.47C14.52 8.08 15.15 8.08 15.54 8.47C15.93 8.86 15.93 9.49 15.54 9.88L13.42 12L15.54 14.12Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAnalytics = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M14.0001 10.9998H22.0001C21.7675 8.69691 20.7433 6.54601 19.1021 4.9139C17.4608 3.28179 15.3043 2.26955 13.0001 2.0498V10.0498C13.013 10.3063 13.124 10.5479 13.3101 10.7248C13.4963 10.9017 13.7433 11.0001 14.0001 10.9998ZM11.0001 9.9998V2.0498C9.12039 2.2484 7.33544 2.97568 5.85219 4.14733C4.36893 5.31898 3.24812 6.88702 2.61967 8.66968C1.99123 10.4523 1.88089 12.3766 2.30144 14.2194C2.722 16.0622 3.65623 17.7481 4.99584 19.0816C6.33545 20.4151 8.02556 21.3417 9.87027 21.7538C11.715 22.166 13.6387 22.0469 15.4185 21.4103C17.1983 20.7738 18.7612 19.6458 19.9261 18.1572C21.091 16.6687 21.8101 14.8804 22.0001 12.9998H14.0001C13.2045 12.9998 12.4414 12.6837 11.8788 12.1211C11.3162 11.5585 11.0001 10.7955 11.0001 9.9998Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAnalyticsdata = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M12 11.5C12.2652 11.5 12.5196 11.3946 12.7071 11.2071C12.8946 11.0196 13 10.7652 13 10.5C13 10.2348 12.8946 9.98043 12.7071 9.79289C12.5196 9.60536 12.2652 9.5 12 9.5C11.337 9.5 10.7011 9.76339 10.2322 10.2322C9.76339 10.7011 9.5 11.337 9.5 12C9.5 12.663 9.76339 13.2989 10.2322 13.7678C10.7011 14.2366 11.337 14.5 12 14.5C12.2652 14.5 12.5196 14.3946 12.7071 14.2071C12.8946 14.0196 13 13.7652 13 13.5C13 13.2348 12.8946 12.9804 12.7071 12.7929C12.5196 12.6054 12.2652 12.5 12 12.5C11.8674 12.5 11.7402 12.4473 11.6464 12.3536C11.5527 12.2598 11.5 12.1326 11.5 12C11.5 11.8674 11.5527 11.7402 11.6464 11.6464C11.7402 11.5527 11.8674 11.5 12 11.5ZM7.76 14.83C7.57375 15.0174 7.46921 15.2708 7.46921 15.535C7.46921 15.7992 7.57375 16.0526 7.76 16.24C8.31429 16.8004 8.97476 17.2447 9.70278 17.5469C10.4308 17.8491 11.2118 18.0032 12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6C11.2118 5.99684 10.4308 6.15086 9.70278 6.45305C8.97476 6.75525 8.31429 7.19956 7.76 7.76C7.59617 7.9513 7.51057 8.19738 7.52029 8.44905C7.53001 8.70073 7.63434 8.93947 7.81244 9.11756C7.99053 9.29566 8.22927 9.39999 8.48095 9.40971C8.73262 9.41943 8.9787 9.33383 9.17 9.17C9.72959 8.61104 10.4423 8.23051 11.2181 8.07653C11.9939 7.92255 12.798 8.00203 13.5286 8.30491C14.2593 8.60779 14.8837 9.12048 15.323 9.77818C15.7624 10.4359 15.9969 11.2091 15.9969 12C15.9969 12.7909 15.7624 13.5641 15.323 14.2218C14.8837 14.8795 14.2593 15.3922 13.5286 15.6951C12.798 15.998 11.9939 16.0774 11.2181 15.9235C10.4423 15.7695 9.72959 15.389 9.17 14.83C8.98264 14.6437 8.72919 14.5392 8.465 14.5392C8.20081 14.5392 7.94736 14.6437 7.76 14.83ZM12 2C11.7348 2 11.4804 2.10536 11.2929 2.29289C11.1054 2.48043 11 2.73478 11 3C11 3.26522 11.1054 3.51957 11.2929 3.70711C11.4804 3.89464 11.7348 4 12 4C13.5823 4 15.129 4.46919 16.4446 5.34824C17.7602 6.22729 18.7855 7.47672 19.391 8.93853C19.9965 10.4003 20.155 12.0089 19.8463 13.5607C19.5376 15.1126 18.7757 16.538 17.6569 17.6569C16.538 18.7757 15.1126 19.5376 13.5607 19.8463C12.0089 20.155 10.4003 19.9965 8.93853 19.391C7.47672 18.7855 6.22729 17.7602 5.34824 16.4446C4.46919 15.129 4 13.5823 4 12C4 11.7348 3.89464 11.4804 3.70711 11.2929C3.51957 11.1054 3.26522 11 3 11C2.73478 11 2.48043 11.1054 2.29289 11.2929C2.10536 11.4804 2 11.7348 2 12C2 13.9778 2.58649 15.9112 3.6853 17.5557C4.78412 19.2002 6.3459 20.4819 8.17317 21.2388C10.0004 21.9957 12.0111 22.1937 13.9509 21.8079C15.8907 21.422 17.6725 20.4696 19.0711 19.0711C20.4696 17.6725 21.422 15.8907 21.8079 13.9509C22.1937 12.0111 21.9957 10.0004 21.2388 8.17317C20.4819 6.3459 19.2002 4.78412 17.5557 3.6853C15.9112 2.58649 13.9778 2 12 2Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAnalyticspiechart = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M12.0001 17C10.8565 16.9935 9.74973 16.5952 8.86427 15.8715C7.9788 15.1477 7.36819 14.1423 7.13425 13.0229C6.9003 11.9035 7.05717 10.7377 7.57868 9.71994C8.1002 8.70217 8.95485 7.89393 10.0001 7.43V2.2C8.2303 2.56175 6.59152 3.39613 5.25786 4.61453C3.9242 5.83292 2.94548 7.38981 2.42567 9.11981C1.90585 10.8498 1.86435 12.6883 2.30558 14.44C2.74681 16.1917 3.65429 17.7912 4.93162 19.0685C6.20894 20.3458 7.80841 21.2533 9.56011 21.6945C11.3118 22.1358 13.1503 22.0943 14.8803 21.5745C16.6103 21.0546 18.1672 20.0759 19.3856 18.7423C20.604 17.4086 21.4384 15.7698 21.8001 14H16.5701C16.1818 14.8897 15.5429 15.6471 14.7314 16.1799C13.9199 16.7126 12.9709 16.9976 12.0001 17ZM14.0001 12H22.0001C22.0001 10.6868 21.7415 9.38642 21.2389 8.17317C20.7364 6.95991 19.9998 5.85752 19.0712 4.92893C18.1426 4.00035 17.0402 3.26375 15.827 2.7612C14.6137 2.25866 13.3133 2 12.0001 2V10C12.0001 10.5304 12.2108 11.0391 12.5859 11.4142C12.961 11.7893 13.4697 12 14.0001 12Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAnalyticspiecharttree = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M16.8999 10.9998H21.9999C21.7673 8.69691 20.7431 6.54601 19.1018 4.9139C17.4606 3.28179 15.304 2.26955 12.9999 2.0498V7.0998C13.9608 7.29577 14.8428 7.76998 15.5363 8.46342C16.2297 9.15686 16.7039 10.0389 16.8999 10.9998ZM12.9999 16.8898V21.9998C15.3117 21.7782 17.4744 20.7587 19.1166 19.1165C20.7588 17.4743 21.7782 15.3117 21.9999 12.9998H16.8999C16.7022 13.9589 16.2272 14.8388 15.5339 15.5303C14.8406 16.2218 13.9594 16.6945 12.9999 16.8898ZM1.99988 11.9998C1.98741 14.4875 2.90263 16.8905 4.56681 18.7396C6.231 20.5887 8.52465 21.7511 10.9999 21.9998V16.8998C9.86959 16.6703 8.85341 16.0571 8.1235 15.1641C7.3936 14.2711 6.99487 13.1532 6.99487 11.9998C6.99487 10.8464 7.3936 9.72856 8.1235 8.83555C8.85341 7.94253 9.86959 7.32932 10.9999 7.0998V2.0998C8.54181 2.34682 6.26217 3.49497 4.60036 5.32296C2.93855 7.15095 2.01221 9.52938 1.99988 11.9998Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconAnalyticspiecharttwo = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M19.7201 5.66049L16.1501 9.23049C16.6468 9.98427 16.9302 10.8585 16.9702 11.7603C17.0102 12.6622 16.8052 13.558 16.3772 14.3528C15.9491 15.1476 15.3138 15.8116 14.5388 16.2745C13.7637 16.7373 12.8778 16.9817 11.9751 16.9817C11.0724 16.9817 10.1865 16.7373 9.41144 16.2745C8.6364 15.8116 8.00113 15.1476 7.57304 14.3528C7.14496 13.558 6.94003 12.6622 6.98001 11.7603C7.01999 10.8585 7.30338 9.98427 7.8001 9.23049L4.2301 5.66049C3.0331 7.12606 2.27649 8.90118 2.04816 10.7796C1.81984 12.6581 2.12918 14.5628 2.94024 16.2724C3.75131 17.9821 5.0308 19.4265 6.63009 20.4379C8.22939 21.4493 10.0828 21.9862 11.9751 21.9862C13.8674 21.9862 15.7208 21.4493 17.3201 20.4379C18.9194 19.4265 20.1989 17.9821 21.01 16.2724C21.821 14.5628 22.1304 12.6581 21.902 10.7796C21.6737 8.90118 20.9171 7.12606 19.7201 5.66049ZM14.7201 7.82049L18.3001 4.25049C16.5146 2.79248 14.2803 1.99609 11.9751 1.99609C9.66995 1.99609 7.43558 2.79248 5.6501 4.25049L9.2201 7.82049C10.0376 7.28075 10.9955 6.99302 11.9751 6.99302C12.9547 6.99302 13.9127 7.28075 14.7301 7.82049H14.7201Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconCompoundinterest = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M20 19H5V17.09C5.41 17.09 5.8 17.09 6.18 17.09C13.18 17.09 16.34 13.01 18.86 7.7L19.05 8.28C19.1101 8.48608 19.2349 8.66736 19.406 8.79702C19.5771 8.92668 19.7853 8.99785 20 9C20.1062 9.01371 20.2138 9.01371 20.32 9C20.4553 8.96423 20.5816 8.90046 20.6907 8.81281C20.7998 8.72516 20.8893 8.61558 20.9534 8.49116C21.0175 8.36674 21.0548 8.23025 21.0628 8.09052C21.0708 7.95079 21.0494 7.81094 21 7.68L20 4.68C19.9583 4.55506 19.8922 4.43959 19.8057 4.34024C19.7192 4.24089 19.6139 4.1596 19.4959 4.10106C19.3779 4.04252 19.2495 4.00787 19.1181 3.99911C18.9866 3.99035 18.8547 4.00764 18.73 4.05L15.73 5.05C15.4714 5.12824 15.2545 5.306 15.127 5.54417C14.9994 5.78234 14.9718 6.06141 15.05 6.32C15.1282 6.57859 15.306 6.7955 15.5442 6.92303C15.7823 7.05055 16.0614 7.07824 16.32 7L17.16 6.72C14.68 12 11.86 15.53 5 15.07V4C5 3.73478 4.89464 3.48043 4.70711 3.29289C4.51957 3.10536 4.26522 3 4 3C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20C21 19.7348 20.8946 19.4804 20.7071 19.2929C20.5196 19.1054 20.2652 19 20 19Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconConsumptionaccounted = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M13 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V12C14 11.7348 13.8946 11.4804 13.7071 11.2929C13.5196 11.1054 13.2652 11 13 11ZM7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM10.71 6.29C10.617 6.19627 10.5064 6.12188 10.3846 6.07111C10.2627 6.02034 10.132 5.9942 10 5.9942C9.86799 5.9942 9.73728 6.02034 9.61542 6.07111C9.49356 6.12188 9.38296 6.19627 9.29 6.29L8.29 7.29C8.19627 7.38296 8.12188 7.49356 8.07111 7.61542C8.02034 7.73728 7.9942 7.86799 7.9942 8C7.9942 8.13201 8.02034 8.26272 8.07111 8.38458C8.12188 8.50644 8.19627 8.61704 8.29 8.71C8.38296 8.80373 8.49356 8.87812 8.61542 8.92889C8.73728 8.97966 8.86799 9.0058 9 9.0058C9.13201 9.0058 9.26272 8.97966 9.38458 8.92889C9.50644 8.87812 9.61704 8.80373 9.71 8.71L10.71 7.71C10.8037 7.61704 10.8781 7.50644 10.9289 7.38458C10.9797 7.26272 11.0058 7.13201 11.0058 7C11.0058 6.86799 10.9797 6.73728 10.9289 6.61542C10.8781 6.49356 10.8037 6.38296 10.71 6.29ZM19 7H17C16.7348 7 16.4804 7.10536 16.2929 7.29289C16.1054 7.48043 16 7.73478 16 8V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V8C20 7.73478 19.8946 7.48043 19.7071 7.29289C19.5196 7.10536 19.2652 7 19 7ZM9 2C7.67392 2 6.40215 2.52678 5.46447 3.46447C4.52678 4.40215 4 5.67392 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8C5.26522 8 5.51957 7.89464 5.70711 7.70711C5.89464 7.51957 6 7.26522 6 7C6 6.20435 6.31607 5.44129 6.87868 4.87868C7.44129 4.31607 8.20435 4 9 4C9.79565 4 10.5587 4.31607 11.1213 4.87868C11.6839 5.44129 12 6.20435 12 7C12 7.26522 12.1054 7.51957 12.2929 7.70711C12.4804 7.89464 12.7348 8 13 8C13.2652 8 13.5196 7.89464 13.7071 7.70711C13.8946 7.51957 14 7.26522 14 7C14 6.34339 13.8707 5.69321 13.6194 5.08658C13.3681 4.47995 12.9998 3.92876 12.5355 3.46447C12.0712 3.00017 11.52 2.63188 10.9134 2.3806C10.3068 2.12933 9.65661 2 9 2Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconConsumptionaverage = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M5 8.00019H16.59L16.29 8.29019C16.1963 8.38315 16.1219 8.49375 16.0711 8.61561C16.0203 8.73747 15.9942 8.86817 15.9942 9.00019C15.9942 9.1322 16.0203 9.2629 16.0711 9.38476C16.1219 9.50662 16.1963 9.61722 16.29 9.71019C16.383 9.80391 16.4936 9.87831 16.6154 9.92908C16.7373 9.97985 16.868 10.006 17 10.006C17.132 10.006 17.2627 9.97985 17.3846 9.92908C17.5064 9.87831 17.617 9.80391 17.71 9.71019L19.71 7.71019C19.8037 7.61722 19.8781 7.50662 19.9289 7.38476C19.9797 7.2629 20.0058 7.1322 20.0058 7.00019C20.0058 6.86817 19.9797 6.73747 19.9289 6.61561C19.8781 6.49375 19.8037 6.38315 19.71 6.29019L17.71 4.29019C17.6168 4.19695 17.5061 4.12299 17.3842 4.07253C17.2624 4.02207 17.1319 3.99609 17 3.99609C16.7337 3.99609 16.4783 4.10188 16.29 4.29019C16.1017 4.47849 15.9959 4.73388 15.9959 5.00019C15.9959 5.26649 16.1017 5.52188 16.29 5.71019L16.59 6.00019H5C4.73478 6.00019 4.48043 6.10554 4.29289 6.29308C4.10536 6.48062 4 6.73497 4 7.00019C4 7.2654 4.10536 7.51976 4.29289 7.70729C4.48043 7.89483 4.73478 8.00019 5 8.00019ZM7 14.0002H5C4.73478 14.0002 4.48043 14.1055 4.29289 14.2931C4.10536 14.4806 4 14.735 4 15.0002V21.0002C4 21.2654 4.10536 21.5198 4.29289 21.7073C4.48043 21.8948 4.73478 22.0002 5 22.0002H7C7.26522 22.0002 7.51957 21.8948 7.70711 21.7073C7.89464 21.5198 8 21.2654 8 21.0002V15.0002C8 14.735 7.89464 14.4806 7.70711 14.2931C7.51957 14.1055 7.26522 14.0002 7 14.0002ZM13 14.0002H11C10.7348 14.0002 10.4804 14.1055 10.2929 14.2931C10.1054 14.4806 10 14.735 10 15.0002V21.0002C10 21.2654 10.1054 21.5198 10.2929 21.7073C10.4804 21.8948 10.7348 22.0002 11 22.0002H13C13.2652 22.0002 13.5196 21.8948 13.7071 21.7073C13.8946 21.5198 14 21.2654 14 21.0002V15.0002C14 14.735 13.8946 14.4806 13.7071 14.2931C13.5196 14.1055 13.2652 14.0002 13 14.0002ZM19 14.0002H17C16.7348 14.0002 16.4804 14.1055 16.2929 14.2931C16.1054 14.4806 16 14.735 16 15.0002V21.0002C16 21.2654 16.1054 21.5198 16.2929 21.7073C16.4804 21.8948 16.7348 22.0002 17 22.0002H19C19.2652 22.0002 19.5196 21.8948 19.7071 21.7073C19.8946 21.5198 20 21.2654 20 21.0002V15.0002C20 14.735 19.8946 14.4806 19.7071 14.2931C19.5196 14.1055 19.2652 14.0002 19 14.0002Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconConsumptionhigh = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M13 14H11C10.7348 14 10.4804 14.1054 10.2929 14.2929C10.1054 14.4804 10 14.7348 10 15V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V15C14 14.7348 13.8946 14.4804 13.7071 14.2929C13.5196 14.1054 13.2652 14 13 14ZM7 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V18C8 17.7348 7.89464 17.4804 7.70711 17.2929C7.51957 17.1054 7.26522 17 7 17ZM19 10H17C16.7348 10 16.4804 10.1054 16.2929 10.2929C16.1054 10.4804 16 10.7348 16 11V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V11C20 10.7348 19.8946 10.4804 19.7071 10.2929C19.5196 10.1054 19.2652 10 19 10ZM19 2H16C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3C15 3.26522 15.1054 3.51957 15.2929 3.70711C15.4804 3.89464 15.7348 4 16 4H16.63C14.22 6.43 10.12 10 5 10C4.73478 10 4.48043 10.1054 4.29289 10.2929C4.10536 10.4804 4 10.7348 4 11C4 11.2652 4.10536 11.5196 4.29289 11.7071C4.48043 11.8946 4.73478 12 5 12C10.87 12 15.37 8.1 18 5.46V6C18 6.26522 18.1054 6.51957 18.2929 6.70711C18.4804 6.89464 18.7348 7 19 7C19.2652 7 19.5196 6.89464 19.7071 6.70711C19.8946 6.51957 20 6.26522 20 6V3C20 2.73478 19.8946 2.48043 19.7071 2.29289C19.5196 2.10536 19.2652 2 19 2Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconConsumptionlow = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M16.7 11.88L16.29 12.29C16.1963 12.3829 16.1219 12.4935 16.0711 12.6154C16.0203 12.7372 15.9942 12.868 15.9942 13C15.9942 13.132 16.0203 13.2627 16.0711 13.3845C16.1219 13.5064 16.1963 13.617 16.29 13.71C16.383 13.8037 16.4936 13.8781 16.6154 13.9289C16.7373 13.9796 16.868 14.0058 17 14.0058C17.132 14.0058 17.2627 13.9796 17.3846 13.9289C17.5064 13.8781 17.617 13.8037 17.71 13.71L19.71 11.71C19.8037 11.617 19.8781 11.5064 19.9289 11.3845C19.9797 11.2627 20.0058 11.132 20.0058 11C20.0058 10.868 19.9797 10.7372 19.9289 10.6154C19.8781 10.4935 19.8037 10.3829 19.71 10.29L17.71 8.28996C17.6168 8.19673 17.5061 8.12277 17.3842 8.0723C17.2624 8.02184 17.1319 7.99587 17 7.99587C16.7337 7.99587 16.4783 8.10166 16.29 8.28996C16.1968 8.3832 16.1228 8.49389 16.0723 8.61572C16.0219 8.73754 15.9959 8.86811 15.9959 8.99996C15.9959 9.26627 16.1017 9.52166 16.29 9.70996L16.42 9.83996C11.79 9.24996 8.54 6.99996 5.86 2.48996C5.71439 2.28975 5.4997 2.15067 5.25746 2.09962C5.01522 2.04857 4.76265 2.08919 4.54864 2.21362C4.33462 2.33805 4.17436 2.53744 4.09888 2.77321C4.02339 3.00898 4.03805 3.26437 4.14 3.48996C7.25 8.68996 11.19 11.33 16.7 11.88ZM7 9.99996H5C4.73478 9.99996 4.48043 10.1053 4.29289 10.2929C4.10536 10.4804 4 10.7347 4 11V21C4 21.2652 4.10536 21.5195 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5195 8 21.2652 8 21V11C8 10.7347 7.89464 10.4804 7.70711 10.2929C7.51957 10.1053 7.26522 9.99996 7 9.99996ZM19 17H17C16.7348 17 16.4804 17.1053 16.2929 17.2929C16.1054 17.4804 16 17.7347 16 18V21C16 21.2652 16.1054 21.5195 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5195 20 21.2652 20 21V18C20 17.7347 19.8946 17.4804 19.7071 17.2929C19.5196 17.1053 19.2652 17 19 17ZM13 14H11C10.7348 14 10.4804 14.1053 10.2929 14.2929C10.1054 14.4804 10 14.7347 10 15V21C10 21.2652 10.1054 21.5195 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5195 14 21.2652 14 21V15C14 14.7347 13.8946 14.4804 13.7071 14.2929C13.5196 14.1053 13.2652 14 13 14Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconConsumptionunaccounted = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM9 6H7L8.8 3.6C8.95913 3.38783 9.02746 3.12113 8.98995 2.85858C8.95244 2.59603 8.81217 2.35913 8.6 2.2C8.38783 2.04087 8.12113 1.97255 7.85858 2.01005C7.59603 2.04756 7.35913 2.18783 7.2 2.4L4.2 6.4C4.09817 6.54395 4.03621 6.71227 4.0204 6.88789C4.00459 7.06351 4.03551 7.24018 4.11 7.4C4.18597 7.57427 4.31005 7.72327 4.46768 7.82953C4.62531 7.9358 4.80996 7.99493 5 8H7L5.2 10.4C5.12121 10.5051 5.06388 10.6246 5.03129 10.7518C4.99869 10.879 4.99148 11.0114 5.01005 11.1414C5.02862 11.2714 5.07262 11.3965 5.13953 11.5095C5.20643 11.6225 5.29494 11.7212 5.4 11.8C5.5731 11.9298 5.78363 12 6 12C6.15525 12 6.30836 11.9639 6.44721 11.8944C6.58607 11.825 6.70685 11.7242 6.8 11.6L9.8 7.6C9.90183 7.45605 9.9638 7.28774 9.9796 7.11212C9.99541 6.9365 9.9645 6.75982 9.89 6.6C9.81403 6.42574 9.68995 6.27674 9.53232 6.17048C9.37469 6.06421 9.19004 6.00507 9 6ZM13 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V12C14 11.7348 13.8946 11.4804 13.7071 11.2929C13.5196 11.1054 13.2652 11 13 11ZM19 7H17C16.7348 7 16.4804 7.10536 16.2929 7.2929C16.1054 7.48043 16 7.73479 16 8V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V8C20 7.73479 19.8946 7.48043 19.7071 7.2929C19.5196 7.10536 19.2652 7 19 7Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconCsvdoc = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M15.5 7H19.5C19.5 6.47 19.29 5.96 18.91 5.59L15.91 2.59C15.54 2.21 15.03 2 14.5 2V6C14.5 6.27 14.61 6.52 14.79 6.71C14.98 6.9 15.23 7 15.5 7Z M13.38 8.12C12.82 7.56 12.5 6.79 12.5 6V2H7C6.34 2 5.7 2.26 5.23 2.73C4.76 3.2 4.5 3.83 4.5 4.5V19.5C4.5 20.16 4.76 20.8 5.23 21.27C5.7 21.74 6.33 22 7 22H17C17.66 22 18.3 21.74 18.77 21.27C19.24 20.8 19.5 20.17 19.5 19.5V9H15.5C14.7 9 13.94 8.68 13.38 8.12ZM9.61 18.4C9.44 18.61 8.97 18.98 8.21 18.98C7.76 18.98 7.15 18.85 6.81 18.39C6.53 18.02 6.47 17.41 6.47 16.64C6.47 15.87 6.52 15.25 6.81 14.89C7.18 14.43 7.71 14.3 8.21 14.3C8.67 14.3 9.08 14.43 9.4 14.69C9.55 14.82 9.66 14.92 9.66 15.15C9.66 15.4 9.39 15.71 9.12 15.71C8.99 15.71 8.91 15.69 8.83 15.62C8.6 15.41 8.47 15.37 8.24 15.37C8.06 15.37 7.85 15.46 7.75 15.64C7.64 15.84 7.64 16.17 7.64 16.63C7.64 17.09 7.64 17.42 7.75 17.62C7.86 17.82 8.04 17.89 8.24 17.89C8.41 17.89 8.65 17.81 8.86 17.6C8.95 17.51 9.05 17.44 9.2 17.44C9.47 17.44 9.76 17.77 9.76 18C9.76 18.19 9.69 18.28 9.6 18.39L9.61 18.4ZM11.89 18.98C11.22 18.98 10.62 18.76 10.29 18.4C10.22 18.31 10.12 18.2 10.12 18.03C10.12 17.76 10.39 17.49 10.67 17.49C10.8 17.49 10.92 17.57 11.03 17.66C11.32 17.86 11.59 17.92 11.89 17.92C12.21 17.92 12.43 17.79 12.43 17.58C12.43 17.43 12.28 17.35 12.01 17.26L11.42 17.06C10.66 16.81 10.19 16.44 10.19 15.67C10.19 14.9 10.86 14.32 11.89 14.32C12.5 14.32 12.9 14.51 13.2 14.73C13.35 14.84 13.43 14.98 13.43 15.14C13.43 15.41 13.14 15.7 12.91 15.7C12.77 15.7 12.7 15.65 12.61 15.6C12.38 15.47 12.11 15.39 11.89 15.39C11.57 15.39 11.36 15.5 11.36 15.67C11.36 15.8 11.51 15.9 11.76 15.99L12.35 16.19C13.16 16.46 13.6 16.88 13.6 17.58C13.6 18.46 12.9 18.99 11.89 18.99V18.98ZM15.72 16.95C15.78 16.95 15.79 16.85 15.85 16.68L16.47 14.67C16.56 14.39 16.74 14.31 16.93 14.31C17.21 14.31 17.53 14.49 17.53 14.82C17.53 14.89 17.53 14.95 17.5 15.03L16.39 18.44C16.27 18.81 16.05 18.98 15.73 18.98C15.41 18.98 15.18 18.81 15.07 18.44L13.96 15.03C13.93 14.95 13.93 14.88 13.93 14.82C13.93 14.51 14.23 14.31 14.53 14.31C14.72 14.31 14.9 14.4 14.99 14.67L15.61 16.68C15.66 16.85 15.68 16.95 15.74 16.95H15.72Z"
11
+ })
12
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const IconDatabase = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M11.97 17.82C10.32 17.82 8.81003 17.62 7.54003 17.27C6.37003 16.96 5.43003 16.51 4.78003 15.99V17.27C4.78003 18.75 8.08003 19.99 11.99 19.99C15.9 19.99 19.2 18.75 19.2 17.27V15.99C18.56 16.51 17.59 16.95 16.4 17.27C15.15 17.62 13.62 17.82 11.97 17.82Z M11.99 13.94C10.34 13.94 8.81003 13.75 7.56003 13.42C6.39003 13.12 5.44003 12.71 4.80003 12.22V13.42C4.80003 14.82 8.10003 15.99 12.01 15.99C15.92 15.99 19.22 14.82 19.22 13.42V12.22C18.56 12.71 17.59 13.13 16.42 13.42C15.15 13.75 13.64 13.94 11.99 13.94Z M16.42 9.27C15.15 9.62 13.64 9.82 11.99 9.82C10.34 9.82 8.81003 9.62 7.56003 9.27C6.39003 8.96 5.44003 8.51 4.80003 7.99V9.27C4.80003 10.75 8.10003 11.99 12.01 11.99C15.92 11.99 19.22 10.75 19.22 9.27V7.99C18.56 8.51 17.59 8.95 16.42 9.27Z M11.99 8C15.972 8 19.2 6.65685 19.2 5C19.2 3.34315 15.972 2 11.99 2C8.00806 2 4.78003 3.34315 4.78003 5C4.78003 6.65685 8.00806 8 11.99 8Z"
11
+ })
12
+ });