jfs-components 0.1.12 → 0.1.18

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 (592) hide show
  1. package/CHANGELOG.md +24 -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 +50 -29
  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/ProductMerchandisingCard/ProductMerchandisingCard.js +64 -60
  62. package/lib/commonjs/components/ProgressBadge/ProgressBadge.js +5 -5
  63. package/lib/commonjs/components/Radio/Radio.js +8 -8
  64. package/lib/commonjs/components/RechargeCard/RechargeCard.js +31 -31
  65. package/lib/commonjs/components/SavingsGoalSummary/SavingsGoalSummary.js +59 -12
  66. package/lib/commonjs/components/ScrollArea/ScrollArea.js +126 -0
  67. package/lib/commonjs/components/Section/Section.js +24 -24
  68. package/lib/commonjs/components/StatusHero/StatusHero.js +14 -14
  69. package/lib/commonjs/components/Stepper/Step.js +16 -16
  70. package/lib/commonjs/components/Stepper/StepLabel.js +16 -16
  71. package/lib/commonjs/components/Stepper/Stepper.js +3 -3
  72. package/lib/commonjs/components/SuggestiveSearch/SuggestiveSearch.js +10 -10
  73. package/lib/commonjs/components/SupportText/SupportText.js +6 -6
  74. package/lib/commonjs/components/SupportText/SupportTextIcon.js +2 -2
  75. package/lib/commonjs/components/Text/Text.js +14 -2
  76. package/lib/commonjs/components/TextInput/TextInput.js +14 -14
  77. package/lib/commonjs/components/TextSegment/TextSegment.js +14 -2
  78. package/lib/commonjs/components/ThreadHero/ThreadHero.js +17 -17
  79. package/lib/commonjs/components/Title/Title.js +38 -16
  80. package/lib/commonjs/components/Toast/Toast.js +15 -15
  81. package/lib/commonjs/components/Toggle/Toggle.js +3 -11
  82. package/lib/commonjs/components/Tooltip/Tooltip.js +12 -12
  83. package/lib/commonjs/components/TransactionBubble/TransactionBubble.js +13 -13
  84. package/lib/commonjs/components/TransactionDetails/TransactionDetails.js +10 -10
  85. package/lib/commonjs/components/TransactionStatus/TransactionStatus.js +9 -9
  86. package/lib/commonjs/components/UpiHandle/UpiHandle.js +15 -15
  87. package/lib/commonjs/components/index.js +14 -0
  88. package/lib/commonjs/design-tokens/Coin Variables-variables-full.json +1 -1
  89. package/lib/commonjs/design-tokens/figma-modes.generated.js +50 -42
  90. package/lib/commonjs/icons/components/Icon4g.js +19 -0
  91. package/lib/commonjs/icons/components/Icon4gltedata.js +19 -0
  92. package/lib/commonjs/icons/components/Icon5g.js +19 -0
  93. package/lib/commonjs/icons/components/Icon5gdoubleplus.js +19 -0
  94. package/lib/commonjs/icons/components/Icon5gplus.js +19 -0
  95. package/lib/commonjs/icons/components/IconAdblocker.js +19 -0
  96. package/lib/commonjs/icons/components/IconAdblockplus.js +19 -0
  97. package/lib/commonjs/icons/components/IconAnalytics.js +19 -0
  98. package/lib/commonjs/icons/components/IconAnalyticsdata.js +19 -0
  99. package/lib/commonjs/icons/components/IconAnalyticspiechart.js +19 -0
  100. package/lib/commonjs/icons/components/IconAnalyticspiecharttree.js +19 -0
  101. package/lib/commonjs/icons/components/IconAnalyticspiecharttwo.js +19 -0
  102. package/lib/commonjs/icons/components/IconCompoundinterest.js +19 -0
  103. package/lib/commonjs/icons/components/IconConsumptionaccounted.js +19 -0
  104. package/lib/commonjs/icons/components/IconConsumptionaverage.js +19 -0
  105. package/lib/commonjs/icons/components/IconConsumptionhigh.js +19 -0
  106. package/lib/commonjs/icons/components/IconConsumptionlow.js +19 -0
  107. package/lib/commonjs/icons/components/IconConsumptionunaccounted.js +19 -0
  108. package/lib/commonjs/icons/components/IconCsvdoc.js +19 -0
  109. package/lib/commonjs/icons/components/IconDatabase.js +19 -0
  110. package/lib/commonjs/icons/components/IconDigitalecosystem.js +19 -0
  111. package/lib/commonjs/icons/components/IconDigitalselfservice.js +19 -0
  112. package/lib/commonjs/icons/components/IconDistribution.js +19 -0
  113. package/lib/commonjs/icons/components/IconDocument.js +19 -0
  114. package/lib/commonjs/icons/components/IconDocumentdoc.js +19 -0
  115. package/lib/commonjs/icons/components/IconDocumentjpg.js +19 -0
  116. package/lib/commonjs/icons/components/IconDocumentodt.js +19 -0
  117. package/lib/commonjs/icons/components/IconDocumentpdf.js +19 -0
  118. package/lib/commonjs/icons/components/IconDocumentpng.js +19 -0
  119. package/lib/commonjs/icons/components/IconDocumentraw.js +19 -0
  120. package/lib/commonjs/icons/components/IconDocumentrtf.js +19 -0
  121. package/lib/commonjs/icons/components/IconDocumentsettings.js +19 -0
  122. package/lib/commonjs/icons/components/IconDocumenttif.js +19 -0
  123. package/lib/commonjs/icons/components/IconDocumenttxt.js +19 -0
  124. package/lib/commonjs/icons/components/IconDocumentunknown.js +19 -0
  125. package/lib/commonjs/icons/components/IconDocumentxls.js +19 -0
  126. package/lib/commonjs/icons/components/IconDocumentxlsx.js +19 -0
  127. package/lib/commonjs/icons/components/IconFilerequest.js +19 -0
  128. package/lib/commonjs/icons/components/IconFilesend.js +19 -0
  129. package/lib/commonjs/icons/components/IconFileshare.js +19 -0
  130. package/lib/commonjs/icons/components/IconFindinpage.js +19 -0
  131. package/lib/commonjs/icons/components/IconFolder.js +19 -0
  132. package/lib/commonjs/icons/components/IconFolderbookmarks.js +19 -0
  133. package/lib/commonjs/icons/components/IconFolderfavorites.js +19 -0
  134. package/lib/commonjs/icons/components/IconFolderlocked.js +19 -0
  135. package/lib/commonjs/icons/components/IconFoldermovefiles.js +19 -0
  136. package/lib/commonjs/icons/components/IconFolderpublic.js +19 -0
  137. package/lib/commonjs/icons/components/IconFolderrated.js +19 -0
  138. package/lib/commonjs/icons/components/IconFolderrequest.js +19 -0
  139. package/lib/commonjs/icons/components/IconForm.js +19 -0
  140. package/lib/commonjs/icons/components/IconFormadd.js +19 -0
  141. package/lib/commonjs/icons/components/IconForms.js +19 -0
  142. package/lib/commonjs/icons/components/IconGraphincreasing.js +19 -0
  143. package/lib/commonjs/icons/components/IconGraphlow.js +19 -0
  144. package/lib/commonjs/icons/components/IconGraphtable.js +19 -0
  145. package/lib/commonjs/icons/components/IconHealthreport.js +19 -0
  146. package/lib/commonjs/icons/components/IconHubmode.js +19 -0
  147. package/lib/commonjs/icons/components/IconInfrastructure.js +19 -0
  148. package/lib/commonjs/icons/components/IconInterestlow.js +19 -0
  149. package/lib/commonjs/icons/components/IconLte.js +19 -0
  150. package/lib/commonjs/icons/components/IconNetworkfuture.js +19 -0
  151. package/lib/commonjs/icons/components/IconPagesettings.js +19 -0
  152. package/lib/commonjs/icons/components/IconPptxdoc.js +19 -0
  153. package/lib/commonjs/icons/components/IconPreferrednumber.js +19 -0
  154. package/lib/commonjs/icons/components/IconPremiumnumber.js +19 -0
  155. package/lib/commonjs/icons/components/IconProjection.js +19 -0
  156. package/lib/commonjs/icons/components/IconRequest.js +19 -0
  157. package/lib/commonjs/icons/components/IconRoutestraffic.js +19 -0
  158. package/lib/commonjs/icons/components/IconTechnology.js +19 -0
  159. package/lib/commonjs/icons/components/IconVolte.js +19 -0
  160. package/lib/commonjs/icons/components/IconVonr.js +19 -0
  161. package/lib/commonjs/icons/components/IconVowifi.js +19 -0
  162. package/lib/commonjs/icons/components/IconVpndata.js +19 -0
  163. package/lib/commonjs/icons/components/index.js +803 -0
  164. package/lib/commonjs/icons/registry.js +2 -2
  165. package/lib/commonjs/utils/GlassFill/GlassFill.js +69 -73
  166. package/lib/commonjs/utils/index.js +25 -0
  167. package/lib/commonjs/utils/react-utils.js +62 -0
  168. package/lib/commonjs/utils/shadow.js +200 -0
  169. package/lib/module/components/ActionFooter/ActionFooter.js +7 -24
  170. package/lib/module/components/ActionTile/ActionTile.js +10 -10
  171. package/lib/module/components/AmountInput/AmountInput.js +3 -3
  172. package/lib/module/components/AreaLineChart/AreaLineChart.js +2 -2
  173. package/lib/module/components/Attached/Attached.js +1 -1
  174. package/lib/module/components/Avatar/Avatar.js +10 -10
  175. package/lib/module/components/AvatarGroup/AvatarGroup.js +52 -30
  176. package/lib/module/components/Badge/Badge.js +12 -12
  177. package/lib/module/components/BenefitCard/BenefitCard.js +95 -21
  178. package/lib/module/components/BottomNav/BottomNav.js +2 -2
  179. package/lib/module/components/BottomNavItem/BottomNavItem.js +3 -3
  180. package/lib/module/components/Button/Button.js +32 -20
  181. package/lib/module/components/Card/Card.js +20 -20
  182. package/lib/module/components/CardAdvisory/CardAdvisory.js +6 -6
  183. package/lib/module/components/CardCTA/CardCTA.js +21 -21
  184. package/lib/module/components/CardFeedback/CardFeedback.js +18 -18
  185. package/lib/module/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
  186. package/lib/module/components/CardInsight/CardInsight.js +1 -2
  187. package/lib/module/components/Carousel/Carousel.js +18 -12
  188. package/lib/module/components/CarouselCardAccounts/CarouselCardAccounts.js +71 -0
  189. package/lib/module/components/Checkbox/Checkbox.js +2 -9
  190. package/lib/module/components/ChipGroup/ChipGroup.js +1 -1
  191. package/lib/module/components/ChipSelect/ChipSelect.js +11 -11
  192. package/lib/module/components/CircularProgressBar/CircularProgressBar.js +5 -5
  193. package/lib/module/components/CircularProgressBarDoted/CircularProgressBarDoted.js +8 -8
  194. package/lib/module/components/CircularRating/CircularRating.js +3 -3
  195. package/lib/module/components/CompareTable/CompareTable.js +16 -16
  196. package/lib/module/components/DebitCard/DebitCard.js +18 -18
  197. package/lib/module/components/Disclaimer/Disclaimer.js +5 -5
  198. package/lib/module/components/DonutChart/DonutChart.js +11 -11
  199. package/lib/module/components/Drawer/Drawer.js +60 -60
  200. package/lib/module/components/Dropdown/Dropdown.js +22 -23
  201. package/lib/module/components/DropdownInput/DropdownInput.js +10 -10
  202. package/lib/module/components/EmptyState/EmptyState.js +14 -14
  203. package/lib/module/components/FilterBar/FilterBar.js +2 -2
  204. package/lib/module/components/Form/Form.js +3 -3
  205. package/lib/module/components/FormField/FormField.js +6 -6
  206. package/lib/module/components/FullscreenModal/FullscreenModal.js +24 -24
  207. package/lib/module/components/Gauge/Gauge.js +8 -8
  208. package/lib/module/components/HoldingsCard/HoldingsCard.js +10 -10
  209. package/lib/module/components/Icon/Icon.js +6 -6
  210. package/lib/module/components/IconCapsule/IconCapsule.js +7 -7
  211. package/lib/module/components/InputSearch/InputSearch.js +9 -9
  212. package/lib/module/components/InstitutionBadge/InstitutionBadge.js +3 -3
  213. package/lib/module/components/ListGroup/ListGroup.js +8 -8
  214. package/lib/module/components/ListItem/ListItem.js +10 -10
  215. package/lib/module/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
  216. package/lib/module/components/LottiePlayer/LottiePlayer.js +2 -2
  217. package/lib/module/components/LottiePlayer/LottiePlayer.web.js +2 -2
  218. package/lib/module/components/MediaCard/MediaCard.js +21 -21
  219. package/lib/module/components/MessageField/MessageField.js +8 -8
  220. package/lib/module/components/MoneyValue/MoneyValue.js +7 -7
  221. package/lib/module/components/NavArrow/NavArrow.js +8 -8
  222. package/lib/module/components/NoteInput/NoteInput.js +12 -12
  223. package/lib/module/components/Nudge/Nudge.js +20 -20
  224. package/lib/module/components/OTP/OTP.js +15 -15
  225. package/lib/module/components/PageHero/PageHero.js +16 -16
  226. package/lib/module/components/PaymentFeedback/PaymentFeedback.js +23 -23
  227. package/lib/module/components/Popup/Popup.js +1 -1
  228. package/lib/module/components/ProductMerchandisingCard/ProductMerchandisingCard.js +66 -62
  229. package/lib/module/components/ProgressBadge/ProgressBadge.js +5 -5
  230. package/lib/module/components/Radio/Radio.js +9 -9
  231. package/lib/module/components/RechargeCard/RechargeCard.js +31 -31
  232. package/lib/module/components/SavingsGoalSummary/SavingsGoalSummary.js +60 -13
  233. package/lib/module/components/ScrollArea/ScrollArea.js +121 -0
  234. package/lib/module/components/Section/Section.js +24 -24
  235. package/lib/module/components/StatusHero/StatusHero.js +14 -14
  236. package/lib/module/components/Stepper/Step.js +16 -16
  237. package/lib/module/components/Stepper/StepLabel.js +16 -16
  238. package/lib/module/components/Stepper/Stepper.js +3 -3
  239. package/lib/module/components/SuggestiveSearch/SuggestiveSearch.js +10 -10
  240. package/lib/module/components/SupportText/SupportText.js +6 -6
  241. package/lib/module/components/SupportText/SupportTextIcon.js +2 -2
  242. package/lib/module/components/Text/Text.js +15 -3
  243. package/lib/module/components/TextInput/TextInput.js +14 -14
  244. package/lib/module/components/TextSegment/TextSegment.js +15 -3
  245. package/lib/module/components/ThreadHero/ThreadHero.js +17 -17
  246. package/lib/module/components/Title/Title.js +39 -17
  247. package/lib/module/components/Toast/Toast.js +15 -15
  248. package/lib/module/components/Toggle/Toggle.js +4 -12
  249. package/lib/module/components/Tooltip/Tooltip.js +12 -12
  250. package/lib/module/components/TransactionBubble/TransactionBubble.js +13 -13
  251. package/lib/module/components/TransactionDetails/TransactionDetails.js +10 -10
  252. package/lib/module/components/TransactionStatus/TransactionStatus.js +9 -9
  253. package/lib/module/components/UpiHandle/UpiHandle.js +15 -15
  254. package/lib/module/components/index.js +2 -0
  255. package/lib/module/design-tokens/Coin Variables-variables-full.json +1 -1
  256. package/lib/module/design-tokens/figma-modes.generated.js +50 -42
  257. package/lib/module/icons/components/Icon4g.js +12 -0
  258. package/lib/module/icons/components/Icon4gltedata.js +12 -0
  259. package/lib/module/icons/components/Icon5g.js +12 -0
  260. package/lib/module/icons/components/Icon5gdoubleplus.js +12 -0
  261. package/lib/module/icons/components/Icon5gplus.js +12 -0
  262. package/lib/module/icons/components/IconAdblocker.js +12 -0
  263. package/lib/module/icons/components/IconAdblockplus.js +12 -0
  264. package/lib/module/icons/components/IconAnalytics.js +12 -0
  265. package/lib/module/icons/components/IconAnalyticsdata.js +12 -0
  266. package/lib/module/icons/components/IconAnalyticspiechart.js +12 -0
  267. package/lib/module/icons/components/IconAnalyticspiecharttree.js +12 -0
  268. package/lib/module/icons/components/IconAnalyticspiecharttwo.js +12 -0
  269. package/lib/module/icons/components/IconCompoundinterest.js +12 -0
  270. package/lib/module/icons/components/IconConsumptionaccounted.js +12 -0
  271. package/lib/module/icons/components/IconConsumptionaverage.js +12 -0
  272. package/lib/module/icons/components/IconConsumptionhigh.js +12 -0
  273. package/lib/module/icons/components/IconConsumptionlow.js +12 -0
  274. package/lib/module/icons/components/IconConsumptionunaccounted.js +12 -0
  275. package/lib/module/icons/components/IconCsvdoc.js +12 -0
  276. package/lib/module/icons/components/IconDatabase.js +12 -0
  277. package/lib/module/icons/components/IconDigitalecosystem.js +12 -0
  278. package/lib/module/icons/components/IconDigitalselfservice.js +12 -0
  279. package/lib/module/icons/components/IconDistribution.js +12 -0
  280. package/lib/module/icons/components/IconDocument.js +12 -0
  281. package/lib/module/icons/components/IconDocumentdoc.js +12 -0
  282. package/lib/module/icons/components/IconDocumentjpg.js +12 -0
  283. package/lib/module/icons/components/IconDocumentodt.js +12 -0
  284. package/lib/module/icons/components/IconDocumentpdf.js +12 -0
  285. package/lib/module/icons/components/IconDocumentpng.js +12 -0
  286. package/lib/module/icons/components/IconDocumentraw.js +12 -0
  287. package/lib/module/icons/components/IconDocumentrtf.js +12 -0
  288. package/lib/module/icons/components/IconDocumentsettings.js +12 -0
  289. package/lib/module/icons/components/IconDocumenttif.js +12 -0
  290. package/lib/module/icons/components/IconDocumenttxt.js +12 -0
  291. package/lib/module/icons/components/IconDocumentunknown.js +12 -0
  292. package/lib/module/icons/components/IconDocumentxls.js +12 -0
  293. package/lib/module/icons/components/IconDocumentxlsx.js +12 -0
  294. package/lib/module/icons/components/IconFilerequest.js +12 -0
  295. package/lib/module/icons/components/IconFilesend.js +12 -0
  296. package/lib/module/icons/components/IconFileshare.js +12 -0
  297. package/lib/module/icons/components/IconFindinpage.js +12 -0
  298. package/lib/module/icons/components/IconFolder.js +12 -0
  299. package/lib/module/icons/components/IconFolderbookmarks.js +12 -0
  300. package/lib/module/icons/components/IconFolderfavorites.js +12 -0
  301. package/lib/module/icons/components/IconFolderlocked.js +12 -0
  302. package/lib/module/icons/components/IconFoldermovefiles.js +12 -0
  303. package/lib/module/icons/components/IconFolderpublic.js +12 -0
  304. package/lib/module/icons/components/IconFolderrated.js +12 -0
  305. package/lib/module/icons/components/IconFolderrequest.js +12 -0
  306. package/lib/module/icons/components/IconForm.js +12 -0
  307. package/lib/module/icons/components/IconFormadd.js +12 -0
  308. package/lib/module/icons/components/IconForms.js +12 -0
  309. package/lib/module/icons/components/IconGraphincreasing.js +12 -0
  310. package/lib/module/icons/components/IconGraphlow.js +12 -0
  311. package/lib/module/icons/components/IconGraphtable.js +12 -0
  312. package/lib/module/icons/components/IconHealthreport.js +12 -0
  313. package/lib/module/icons/components/IconHubmode.js +12 -0
  314. package/lib/module/icons/components/IconInfrastructure.js +12 -0
  315. package/lib/module/icons/components/IconInterestlow.js +12 -0
  316. package/lib/module/icons/components/IconLte.js +12 -0
  317. package/lib/module/icons/components/IconNetworkfuture.js +12 -0
  318. package/lib/module/icons/components/IconPagesettings.js +12 -0
  319. package/lib/module/icons/components/IconPptxdoc.js +12 -0
  320. package/lib/module/icons/components/IconPreferrednumber.js +12 -0
  321. package/lib/module/icons/components/IconPremiumnumber.js +12 -0
  322. package/lib/module/icons/components/IconProjection.js +12 -0
  323. package/lib/module/icons/components/IconRequest.js +12 -0
  324. package/lib/module/icons/components/IconRoutestraffic.js +12 -0
  325. package/lib/module/icons/components/IconTechnology.js +12 -0
  326. package/lib/module/icons/components/IconVolte.js +12 -0
  327. package/lib/module/icons/components/IconVonr.js +12 -0
  328. package/lib/module/icons/components/IconVowifi.js +12 -0
  329. package/lib/module/icons/components/IconVpndata.js +12 -0
  330. package/lib/module/icons/components/index.js +73 -0
  331. package/lib/module/icons/registry.js +2 -2
  332. package/lib/module/utils/GlassFill/GlassFill.js +69 -72
  333. package/lib/module/utils/index.js +2 -1
  334. package/lib/module/utils/react-utils.js +61 -0
  335. package/lib/module/utils/shadow.js +194 -0
  336. package/lib/typescript/src/components/BenefitCard/BenefitCard.d.ts +33 -4
  337. package/lib/typescript/src/components/Carousel/Carousel.d.ts +11 -1
  338. package/lib/typescript/src/components/CarouselCardAccounts/CarouselCardAccounts.d.ts +57 -0
  339. package/lib/typescript/src/components/SavingsGoalSummary/SavingsGoalSummary.d.ts +11 -1
  340. package/lib/typescript/src/components/ScrollArea/ScrollArea.d.ts +77 -0
  341. package/lib/typescript/src/components/Text/Text.d.ts +12 -3
  342. package/lib/typescript/src/components/TextSegment/TextSegment.d.ts +12 -3
  343. package/lib/typescript/src/components/Title/Title.d.ts +12 -2
  344. package/lib/typescript/src/components/index.d.ts +2 -0
  345. package/lib/typescript/src/design-tokens/figma-modes.generated.d.ts +23 -15
  346. package/lib/typescript/src/icons/components/Icon4g.d.ts +3 -0
  347. package/lib/typescript/src/icons/components/Icon4gltedata.d.ts +3 -0
  348. package/lib/typescript/src/icons/components/Icon5g.d.ts +3 -0
  349. package/lib/typescript/src/icons/components/Icon5gdoubleplus.d.ts +3 -0
  350. package/lib/typescript/src/icons/components/Icon5gplus.d.ts +3 -0
  351. package/lib/typescript/src/icons/components/IconAdblocker.d.ts +3 -0
  352. package/lib/typescript/src/icons/components/IconAdblockplus.d.ts +3 -0
  353. package/lib/typescript/src/icons/components/IconAnalytics.d.ts +3 -0
  354. package/lib/typescript/src/icons/components/IconAnalyticsdata.d.ts +3 -0
  355. package/lib/typescript/src/icons/components/IconAnalyticspiechart.d.ts +3 -0
  356. package/lib/typescript/src/icons/components/IconAnalyticspiecharttree.d.ts +3 -0
  357. package/lib/typescript/src/icons/components/IconAnalyticspiecharttwo.d.ts +3 -0
  358. package/lib/typescript/src/icons/components/IconCompoundinterest.d.ts +3 -0
  359. package/lib/typescript/src/icons/components/IconConsumptionaccounted.d.ts +3 -0
  360. package/lib/typescript/src/icons/components/IconConsumptionaverage.d.ts +3 -0
  361. package/lib/typescript/src/icons/components/IconConsumptionhigh.d.ts +3 -0
  362. package/lib/typescript/src/icons/components/IconConsumptionlow.d.ts +3 -0
  363. package/lib/typescript/src/icons/components/IconConsumptionunaccounted.d.ts +3 -0
  364. package/lib/typescript/src/icons/components/IconCsvdoc.d.ts +3 -0
  365. package/lib/typescript/src/icons/components/IconDatabase.d.ts +3 -0
  366. package/lib/typescript/src/icons/components/IconDigitalecosystem.d.ts +3 -0
  367. package/lib/typescript/src/icons/components/IconDigitalselfservice.d.ts +3 -0
  368. package/lib/typescript/src/icons/components/IconDistribution.d.ts +3 -0
  369. package/lib/typescript/src/icons/components/IconDocument.d.ts +3 -0
  370. package/lib/typescript/src/icons/components/IconDocumentdoc.d.ts +3 -0
  371. package/lib/typescript/src/icons/components/IconDocumentjpg.d.ts +3 -0
  372. package/lib/typescript/src/icons/components/IconDocumentodt.d.ts +3 -0
  373. package/lib/typescript/src/icons/components/IconDocumentpdf.d.ts +3 -0
  374. package/lib/typescript/src/icons/components/IconDocumentpng.d.ts +3 -0
  375. package/lib/typescript/src/icons/components/IconDocumentraw.d.ts +3 -0
  376. package/lib/typescript/src/icons/components/IconDocumentrtf.d.ts +3 -0
  377. package/lib/typescript/src/icons/components/IconDocumentsettings.d.ts +3 -0
  378. package/lib/typescript/src/icons/components/IconDocumenttif.d.ts +3 -0
  379. package/lib/typescript/src/icons/components/IconDocumenttxt.d.ts +3 -0
  380. package/lib/typescript/src/icons/components/IconDocumentunknown.d.ts +3 -0
  381. package/lib/typescript/src/icons/components/IconDocumentxls.d.ts +3 -0
  382. package/lib/typescript/src/icons/components/IconDocumentxlsx.d.ts +3 -0
  383. package/lib/typescript/src/icons/components/IconFilerequest.d.ts +3 -0
  384. package/lib/typescript/src/icons/components/IconFilesend.d.ts +3 -0
  385. package/lib/typescript/src/icons/components/IconFileshare.d.ts +3 -0
  386. package/lib/typescript/src/icons/components/IconFindinpage.d.ts +3 -0
  387. package/lib/typescript/src/icons/components/IconFolder.d.ts +3 -0
  388. package/lib/typescript/src/icons/components/IconFolderbookmarks.d.ts +3 -0
  389. package/lib/typescript/src/icons/components/IconFolderfavorites.d.ts +3 -0
  390. package/lib/typescript/src/icons/components/IconFolderlocked.d.ts +3 -0
  391. package/lib/typescript/src/icons/components/IconFoldermovefiles.d.ts +3 -0
  392. package/lib/typescript/src/icons/components/IconFolderpublic.d.ts +3 -0
  393. package/lib/typescript/src/icons/components/IconFolderrated.d.ts +3 -0
  394. package/lib/typescript/src/icons/components/IconFolderrequest.d.ts +3 -0
  395. package/lib/typescript/src/icons/components/IconForm.d.ts +3 -0
  396. package/lib/typescript/src/icons/components/IconFormadd.d.ts +3 -0
  397. package/lib/typescript/src/icons/components/IconForms.d.ts +3 -0
  398. package/lib/typescript/src/icons/components/IconGraphincreasing.d.ts +3 -0
  399. package/lib/typescript/src/icons/components/IconGraphlow.d.ts +3 -0
  400. package/lib/typescript/src/icons/components/IconGraphtable.d.ts +3 -0
  401. package/lib/typescript/src/icons/components/IconHealthreport.d.ts +3 -0
  402. package/lib/typescript/src/icons/components/IconHubmode.d.ts +3 -0
  403. package/lib/typescript/src/icons/components/IconInfrastructure.d.ts +3 -0
  404. package/lib/typescript/src/icons/components/IconInterestlow.d.ts +3 -0
  405. package/lib/typescript/src/icons/components/IconLte.d.ts +3 -0
  406. package/lib/typescript/src/icons/components/IconNetworkfuture.d.ts +3 -0
  407. package/lib/typescript/src/icons/components/IconPagesettings.d.ts +3 -0
  408. package/lib/typescript/src/icons/components/IconPptxdoc.d.ts +3 -0
  409. package/lib/typescript/src/icons/components/IconPreferrednumber.d.ts +3 -0
  410. package/lib/typescript/src/icons/components/IconPremiumnumber.d.ts +3 -0
  411. package/lib/typescript/src/icons/components/IconProjection.d.ts +3 -0
  412. package/lib/typescript/src/icons/components/IconRequest.d.ts +3 -0
  413. package/lib/typescript/src/icons/components/IconRoutestraffic.d.ts +3 -0
  414. package/lib/typescript/src/icons/components/IconTechnology.d.ts +3 -0
  415. package/lib/typescript/src/icons/components/IconVolte.d.ts +3 -0
  416. package/lib/typescript/src/icons/components/IconVonr.d.ts +3 -0
  417. package/lib/typescript/src/icons/components/IconVowifi.d.ts +3 -0
  418. package/lib/typescript/src/icons/components/IconVpndata.d.ts +3 -0
  419. package/lib/typescript/src/icons/components/index.d.ts +73 -0
  420. package/lib/typescript/src/icons/registry.d.ts +1 -1
  421. package/lib/typescript/src/utils/GlassFill/GlassFill.d.ts +11 -4
  422. package/lib/typescript/src/utils/index.d.ts +2 -0
  423. package/lib/typescript/src/utils/react-utils.d.ts +40 -1
  424. package/lib/typescript/src/utils/shadow.d.ts +72 -0
  425. package/package.json +2 -2
  426. package/src/components/ActionFooter/ActionFooter.tsx +8 -26
  427. package/src/components/ActionTile/ActionTile.tsx +10 -10
  428. package/src/components/AmountInput/AmountInput.tsx +3 -3
  429. package/src/components/AreaLineChart/AreaLineChart.tsx +2 -2
  430. package/src/components/Attached/Attached.tsx +1 -1
  431. package/src/components/Avatar/Avatar.tsx +10 -10
  432. package/src/components/AvatarGroup/AvatarGroup.tsx +53 -27
  433. package/src/components/Badge/Badge.tsx +12 -13
  434. package/src/components/BenefitCard/BenefitCard.tsx +120 -27
  435. package/src/components/BottomNav/BottomNav.tsx +2 -2
  436. package/src/components/BottomNavItem/BottomNavItem.tsx +3 -3
  437. package/src/components/Button/Button.tsx +30 -20
  438. package/src/components/Card/Card.tsx +20 -20
  439. package/src/components/CardAdvisory/CardAdvisory.tsx +6 -6
  440. package/src/components/CardCTA/CardCTA.tsx +21 -21
  441. package/src/components/CardFeedback/CardFeedback.tsx +18 -18
  442. package/src/components/CardFinancialCondition/CardFinancialCondition.tsx +7 -10
  443. package/src/components/CardInsight/CardInsight.tsx +1 -3
  444. package/src/components/Carousel/Carousel.tsx +29 -12
  445. package/src/components/CarouselCardAccounts/CarouselCardAccounts.tsx +113 -0
  446. package/src/components/Checkbox/Checkbox.tsx +2 -8
  447. package/src/components/ChipGroup/ChipGroup.tsx +1 -1
  448. package/src/components/ChipSelect/ChipSelect.tsx +11 -11
  449. package/src/components/CircularProgressBar/CircularProgressBar.tsx +5 -5
  450. package/src/components/CircularProgressBarDoted/CircularProgressBarDoted.tsx +8 -8
  451. package/src/components/CircularRating/CircularRating.tsx +3 -3
  452. package/src/components/CompareTable/CompareTable.tsx +16 -16
  453. package/src/components/DebitCard/DebitCard.tsx +22 -22
  454. package/src/components/Disclaimer/Disclaimer.tsx +5 -5
  455. package/src/components/DonutChart/DonutChart.tsx +11 -45
  456. package/src/components/Drawer/Drawer.tsx +80 -71
  457. package/src/components/Dropdown/Dropdown.tsx +23 -28
  458. package/src/components/DropdownInput/DropdownInput.tsx +10 -17
  459. package/src/components/EmptyState/EmptyState.tsx +14 -14
  460. package/src/components/FilterBar/FilterBar.tsx +2 -2
  461. package/src/components/Form/Form.tsx +3 -3
  462. package/src/components/FormField/FormField.tsx +6 -11
  463. package/src/components/FullscreenModal/FullscreenModal.tsx +24 -24
  464. package/src/components/Gauge/Gauge.tsx +8 -8
  465. package/src/components/HoldingsCard/HoldingsCard.tsx +10 -10
  466. package/src/components/Icon/Icon.tsx +6 -6
  467. package/src/components/IconCapsule/IconCapsule.tsx +7 -7
  468. package/src/components/InputSearch/InputSearch.tsx +9 -9
  469. package/src/components/InstitutionBadge/InstitutionBadge.tsx +3 -6
  470. package/src/components/ListGroup/ListGroup.tsx +8 -8
  471. package/src/components/ListItem/ListItem.tsx +10 -10
  472. package/src/components/LottieIntroBlock/LottieIntroBlock.tsx +13 -16
  473. package/src/components/LottiePlayer/LottiePlayer.tsx +2 -2
  474. package/src/components/LottiePlayer/LottiePlayer.web.tsx +2 -2
  475. package/src/components/MediaCard/MediaCard.tsx +21 -21
  476. package/src/components/MessageField/MessageField.tsx +8 -16
  477. package/src/components/MoneyValue/MoneyValue.tsx +7 -7
  478. package/src/components/NavArrow/NavArrow.tsx +8 -8
  479. package/src/components/NoteInput/NoteInput.tsx +12 -12
  480. package/src/components/Nudge/Nudge.tsx +20 -20
  481. package/src/components/OTP/OTP.tsx +16 -16
  482. package/src/components/PageHero/PageHero.tsx +16 -16
  483. package/src/components/PaymentFeedback/PaymentFeedback.tsx +27 -27
  484. package/src/components/Popup/Popup.tsx +1 -1
  485. package/src/components/ProductMerchandisingCard/ProductMerchandisingCard.tsx +76 -47
  486. package/src/components/ProgressBadge/ProgressBadge.tsx +5 -5
  487. package/src/components/Radio/Radio.tsx +8 -9
  488. package/src/components/RechargeCard/RechargeCard.tsx +31 -31
  489. package/src/components/SavingsGoalSummary/SavingsGoalSummary.tsx +105 -13
  490. package/src/components/ScrollArea/ScrollArea.tsx +200 -0
  491. package/src/components/Section/Section.tsx +26 -26
  492. package/src/components/StatusHero/StatusHero.tsx +14 -14
  493. package/src/components/Stepper/Step.tsx +16 -18
  494. package/src/components/Stepper/StepLabel.tsx +16 -27
  495. package/src/components/Stepper/Stepper.tsx +3 -4
  496. package/src/components/SuggestiveSearch/SuggestiveSearch.tsx +10 -20
  497. package/src/components/SupportText/SupportText.tsx +6 -6
  498. package/src/components/SupportText/SupportTextIcon.tsx +2 -2
  499. package/src/components/Text/Text.tsx +23 -5
  500. package/src/components/TextInput/TextInput.tsx +14 -14
  501. package/src/components/TextSegment/TextSegment.tsx +22 -4
  502. package/src/components/ThreadHero/ThreadHero.tsx +17 -17
  503. package/src/components/Title/Title.tsx +44 -18
  504. package/src/components/Toast/Toast.tsx +15 -15
  505. package/src/components/Toggle/Toggle.tsx +5 -10
  506. package/src/components/Tooltip/Tooltip.tsx +12 -12
  507. package/src/components/TransactionBubble/TransactionBubble.tsx +15 -15
  508. package/src/components/TransactionDetails/TransactionDetails.tsx +10 -10
  509. package/src/components/TransactionStatus/TransactionStatus.tsx +9 -9
  510. package/src/components/UpiHandle/UpiHandle.tsx +15 -15
  511. package/src/components/index.ts +2 -0
  512. package/src/design-tokens/Coin Variables-variables-full.json +1 -1
  513. package/src/design-tokens/figma-modes.generated.ts +50 -42
  514. package/src/icons/components/Icon4g.tsx +11 -0
  515. package/src/icons/components/Icon4gltedata.tsx +11 -0
  516. package/src/icons/components/Icon5g.tsx +11 -0
  517. package/src/icons/components/Icon5gdoubleplus.tsx +11 -0
  518. package/src/icons/components/Icon5gplus.tsx +11 -0
  519. package/src/icons/components/IconAdblocker.tsx +11 -0
  520. package/src/icons/components/IconAdblockplus.tsx +11 -0
  521. package/src/icons/components/IconAnalytics.tsx +11 -0
  522. package/src/icons/components/IconAnalyticsdata.tsx +11 -0
  523. package/src/icons/components/IconAnalyticspiechart.tsx +11 -0
  524. package/src/icons/components/IconAnalyticspiecharttree.tsx +11 -0
  525. package/src/icons/components/IconAnalyticspiecharttwo.tsx +11 -0
  526. package/src/icons/components/IconCompoundinterest.tsx +11 -0
  527. package/src/icons/components/IconConsumptionaccounted.tsx +11 -0
  528. package/src/icons/components/IconConsumptionaverage.tsx +11 -0
  529. package/src/icons/components/IconConsumptionhigh.tsx +11 -0
  530. package/src/icons/components/IconConsumptionlow.tsx +11 -0
  531. package/src/icons/components/IconConsumptionunaccounted.tsx +11 -0
  532. package/src/icons/components/IconCsvdoc.tsx +11 -0
  533. package/src/icons/components/IconDatabase.tsx +11 -0
  534. package/src/icons/components/IconDigitalecosystem.tsx +11 -0
  535. package/src/icons/components/IconDigitalselfservice.tsx +11 -0
  536. package/src/icons/components/IconDistribution.tsx +11 -0
  537. package/src/icons/components/IconDocument.tsx +11 -0
  538. package/src/icons/components/IconDocumentdoc.tsx +11 -0
  539. package/src/icons/components/IconDocumentjpg.tsx +11 -0
  540. package/src/icons/components/IconDocumentodt.tsx +11 -0
  541. package/src/icons/components/IconDocumentpdf.tsx +11 -0
  542. package/src/icons/components/IconDocumentpng.tsx +11 -0
  543. package/src/icons/components/IconDocumentraw.tsx +11 -0
  544. package/src/icons/components/IconDocumentrtf.tsx +11 -0
  545. package/src/icons/components/IconDocumentsettings.tsx +11 -0
  546. package/src/icons/components/IconDocumenttif.tsx +11 -0
  547. package/src/icons/components/IconDocumenttxt.tsx +11 -0
  548. package/src/icons/components/IconDocumentunknown.tsx +11 -0
  549. package/src/icons/components/IconDocumentxls.tsx +11 -0
  550. package/src/icons/components/IconDocumentxlsx.tsx +11 -0
  551. package/src/icons/components/IconFilerequest.tsx +11 -0
  552. package/src/icons/components/IconFilesend.tsx +11 -0
  553. package/src/icons/components/IconFileshare.tsx +11 -0
  554. package/src/icons/components/IconFindinpage.tsx +11 -0
  555. package/src/icons/components/IconFolder.tsx +11 -0
  556. package/src/icons/components/IconFolderbookmarks.tsx +11 -0
  557. package/src/icons/components/IconFolderfavorites.tsx +11 -0
  558. package/src/icons/components/IconFolderlocked.tsx +11 -0
  559. package/src/icons/components/IconFoldermovefiles.tsx +11 -0
  560. package/src/icons/components/IconFolderpublic.tsx +11 -0
  561. package/src/icons/components/IconFolderrated.tsx +11 -0
  562. package/src/icons/components/IconFolderrequest.tsx +11 -0
  563. package/src/icons/components/IconForm.tsx +11 -0
  564. package/src/icons/components/IconFormadd.tsx +11 -0
  565. package/src/icons/components/IconForms.tsx +11 -0
  566. package/src/icons/components/IconGraphincreasing.tsx +11 -0
  567. package/src/icons/components/IconGraphlow.tsx +11 -0
  568. package/src/icons/components/IconGraphtable.tsx +11 -0
  569. package/src/icons/components/IconHealthreport.tsx +11 -0
  570. package/src/icons/components/IconHubmode.tsx +11 -0
  571. package/src/icons/components/IconInfrastructure.tsx +11 -0
  572. package/src/icons/components/IconInterestlow.tsx +11 -0
  573. package/src/icons/components/IconLte.tsx +11 -0
  574. package/src/icons/components/IconNetworkfuture.tsx +11 -0
  575. package/src/icons/components/IconPagesettings.tsx +11 -0
  576. package/src/icons/components/IconPptxdoc.tsx +11 -0
  577. package/src/icons/components/IconPreferrednumber.tsx +11 -0
  578. package/src/icons/components/IconPremiumnumber.tsx +11 -0
  579. package/src/icons/components/IconProjection.tsx +11 -0
  580. package/src/icons/components/IconRequest.tsx +11 -0
  581. package/src/icons/components/IconRoutestraffic.tsx +11 -0
  582. package/src/icons/components/IconTechnology.tsx +11 -0
  583. package/src/icons/components/IconVolte.tsx +11 -0
  584. package/src/icons/components/IconVonr.tsx +11 -0
  585. package/src/icons/components/IconVowifi.tsx +11 -0
  586. package/src/icons/components/IconVpndata.tsx +11 -0
  587. package/src/icons/components/index.ts +73 -0
  588. package/src/icons/registry.ts +293 -1
  589. package/src/utils/GlassFill/GlassFill.tsx +59 -56
  590. package/src/utils/index.ts +2 -0
  591. package/src/utils/react-utils.ts +72 -1
  592. package/src/utils/shadow.ts +219 -0
@@ -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 IconHubmode = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M19.4999 12C19.1782 11.9985 18.8651 12.104 18.6099 12.3L15.9999 11.78C15.9469 10.7823 15.5224 9.84049 14.8099 9.14L15.9999 7C16.4403 7.00045 16.8685 6.85556 17.2181 6.5878C17.5677 6.32004 17.8192 5.94439 17.9335 5.51913C18.0478 5.09386 18.0185 4.64277 17.8502 4.23582C17.682 3.82888 17.3841 3.48884 17.0029 3.26847C16.6216 3.04809 16.1783 2.9597 15.7417 3.01701C15.3051 3.07432 14.8996 3.27413 14.5881 3.58543C14.2767 3.89672 14.0767 4.30211 14.0191 4.7387C13.9616 5.17528 14.0498 5.61864 14.2699 6L13.0499 8.16C12.7094 8.05659 12.3558 8.0027 11.9999 8C11.3994 8.00165 10.8074 8.14196 10.2699 8.41L7.99995 5.7C8.00486 5.63343 8.00486 5.56658 7.99995 5.5C7.99984 5.20506 7.91279 4.91669 7.74966 4.67095C7.58654 4.42522 7.3546 4.23303 7.08283 4.11842C6.81106 4.00381 6.51154 3.97186 6.22171 4.02657C5.93188 4.08128 5.66462 4.22022 5.45333 4.42601C5.24205 4.63181 5.09613 4.89533 5.03381 5.18361C4.97149 5.4719 4.99555 5.77216 5.10297 6.04685C5.21039 6.32154 5.39642 6.55846 5.63777 6.72799C5.87913 6.89752 6.16511 6.99214 6.45995 7L8.73995 9.69C8.26013 10.3648 8.00157 11.172 7.99995 12C8.00455 12.2012 8.02461 12.4018 8.05995 12.6L6.18995 13.4C5.84649 13.1424 5.42926 13.0022 4.99995 13C4.61525 13.0028 4.23952 13.1165 3.9178 13.3274C3.59608 13.5383 3.34202 13.8376 3.18608 14.1893C3.03014 14.5409 2.97894 14.9301 3.03861 15.3102C3.09829 15.6902 3.26631 16.045 3.52253 16.332C3.77875 16.6189 4.1123 16.8259 4.48319 16.9281C4.85407 17.0303 5.24656 17.0233 5.6136 16.9081C5.98063 16.7928 6.30664 16.5742 6.55253 16.2783C6.79843 15.9824 6.95377 15.6219 6.99995 15.24L8.86995 14.44C9.23947 14.9201 9.71321 15.31 10.2554 15.5802C10.7976 15.8504 11.3942 15.994 11.9999 16H12.0999L12.5599 17.62C12.2026 17.9908 12.002 18.4851 11.9999 19C11.9999 19.5304 12.2107 20.0391 12.5857 20.4142C12.9608 20.7893 13.4695 21 13.9999 21C14.5304 21 15.0391 20.7893 15.4142 20.4142C15.7892 20.0391 15.9999 19.5304 15.9999 19C15.9979 18.5564 15.8485 18.126 15.5751 17.7767C15.3018 17.4273 14.92 17.1787 14.4899 17.07L13.9999 15.43C14.6779 15.0331 15.2239 14.4453 15.5699 13.74L18.1899 14.26C18.3228 14.486 18.5125 14.6732 18.7401 14.803C18.9678 14.9328 19.2256 15.0007 19.4877 14.9999C19.7498 14.9991 20.0071 14.9296 20.234 14.7985C20.4609 14.6673 20.6494 14.4789 20.7808 14.2521C20.9123 14.0254 20.982 13.7681 20.9831 13.5061C20.9842 13.244 20.9165 12.9862 20.787 12.7583C20.6574 12.5305 20.4704 12.3406 20.2446 12.2076C20.0188 12.0745 19.762 12.0029 19.4999 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 IconInfrastructure = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M19.9999 12.9999C20.2651 12.9999 20.5194 12.8946 20.707 12.707C20.8945 12.5195 20.9999 12.2651 20.9999 11.9999C20.9999 11.7347 20.8945 11.4804 20.707 11.2928C20.5194 11.1053 20.2651 10.9999 19.9999 10.9999H17.2199C17.2199 10.9999 17.2199 10.9299 17.2199 10.8999L19.1199 6.99992C19.6503 6.98401 20.1527 6.75804 20.5165 6.37171C20.8803 5.98539 21.0758 5.47036 21.0599 4.93992C21.044 4.40949 20.818 3.9071 20.4317 3.54328C20.0453 3.17946 19.5303 2.98401 18.9999 2.99992C18.6508 3.00203 18.3084 3.09544 18.0067 3.27087C17.705 3.4463 17.4544 3.69765 17.2799 3.99992H13.7199C13.5428 3.70148 13.2911 3.45425 12.9895 3.28253C12.688 3.11081 12.3469 3.02051 11.9999 3.02051C11.6528 3.02051 11.3118 3.11081 11.0102 3.28253C10.7086 3.45425 10.457 3.70148 10.2799 3.99992H6.71987C6.54535 3.69765 6.29478 3.4463 5.99303 3.27087C5.69129 3.09544 5.34889 3.00203 4.99987 2.99992C4.46943 2.98401 3.9544 3.17946 3.56808 3.54328C3.18175 3.9071 2.95578 4.40949 2.93987 4.93992C2.92395 5.47036 3.11941 5.98539 3.48323 6.37171C3.84705 6.75804 4.34943 6.98401 4.87987 6.99992L6.87987 10.9099C6.87987 10.9099 6.87987 10.9799 6.87987 11.0099H3.99987C3.73465 11.0099 3.4803 11.1153 3.29276 11.3028C3.10522 11.4904 2.99987 11.7447 2.99987 12.0099C2.99987 12.2751 3.10522 12.5295 3.29276 12.717C3.4803 12.9046 3.73465 13.0099 3.99987 13.0099H6.77987C6.77987 13.0099 6.77987 13.0799 6.77987 13.1099L4.87987 16.9999C4.34943 17.0158 3.84705 17.2418 3.48323 17.6281C3.11941 18.0145 2.92395 18.5295 2.93987 19.0599C2.95578 19.5904 3.18175 20.0927 3.56808 20.4566C3.9544 20.8204 4.46943 21.0158 4.99987 20.9999C5.34889 20.9978 5.69129 20.9044 5.99303 20.729C6.29478 20.5535 6.54535 20.3022 6.71987 19.9999H10.2799C10.457 20.2984 10.7086 20.5456 11.0102 20.7173C11.3118 20.889 11.6528 20.9793 11.9999 20.9793C12.3469 20.9793 12.688 20.889 12.9895 20.7173C13.2911 20.5456 13.5428 20.2984 13.7199 19.9999H17.2799C17.4544 20.3022 17.705 20.5535 18.0067 20.729C18.3084 20.9044 18.6508 20.9978 18.9999 20.9999C19.5303 21.0158 20.0453 20.8204 20.4317 20.4566C20.818 20.0927 21.044 19.5904 21.0599 19.0599C21.0758 18.5295 20.8803 18.0145 20.5165 17.6281C20.1527 17.2418 19.6503 17.0158 19.1199 16.9999L17.1699 13.0999C17.1699 13.0999 17.1699 13.0299 17.1699 12.9999H19.9999ZM11.9999 7.23992L13.8299 10.8999C13.8299 10.8999 13.8299 10.9699 13.7799 10.9999H10.2199C10.2199 10.9999 10.2199 10.9299 10.1699 10.8999L11.9999 7.23992ZM6.66987 6.09992C6.66987 6.09992 6.66987 6.02992 6.66987 5.99992H10.2299C10.2299 5.99992 10.2299 6.06992 10.2799 6.09992L8.49987 9.75992L6.66987 6.09992ZM10.2799 17.9999H6.71987C6.71987 17.9999 6.71987 17.9299 6.71987 17.8999L8.49987 14.2399L10.3299 17.8999C10.3299 17.8999 10.2999 17.9999 10.2799 17.9999ZM11.9999 16.7599L10.1699 13.0999C10.1699 13.0999 10.1699 13.0299 10.2199 12.9999H13.7799C13.7799 12.9999 13.7799 13.0699 13.8299 13.0999L11.9999 16.7599ZM17.3299 17.8999C17.3299 17.8999 17.3299 17.9699 17.3299 17.9999H13.7199C13.7199 17.9999 13.7199 17.9299 13.6699 17.8999L15.4999 14.2399L17.3299 17.8999ZM15.4999 9.75992L13.6699 6.09992C13.6699 6.09992 13.6699 6.02992 13.7199 5.99992H17.2799C17.2799 5.99992 17.2799 6.06992 17.2799 6.09992L15.4999 9.75992Z"
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 IconInterestlow = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M16 16.0077C16 16.273 16.1054 16.5273 16.2929 16.7148C16.4804 16.9024 16.7348 17.0077 17 17.0077H20C20.2652 17.0077 20.5196 16.9024 20.7071 16.7148C20.8946 16.5273 21 16.273 21 16.0077V13.0077C21 12.7425 20.8946 12.4882 20.7071 12.3006C20.5196 12.1131 20.2652 12.0077 20 12.0077C19.7348 12.0077 19.4804 12.1131 19.2929 12.3006C19.1054 12.4882 19 12.7425 19 13.0077V13.5977L15.71 10.2977C15.617 10.204 15.5064 10.1296 15.3846 10.0788C15.2627 10.0281 15.132 10.0019 15 10.0019C14.868 10.0019 14.7373 10.0281 14.6154 10.0788C14.4936 10.1296 14.383 10.204 14.29 10.2977L12 12.5877L4.79 3.38774C4.74337 3.33675 4.68946 3.29294 4.63 3.25774C4.58662 3.21541 4.53575 3.18151 4.48 3.15774C4.42562 3.13177 4.36863 3.11166 4.31 3.09774H4.11H4L3.88 3.00774C3.81373 2.99742 3.74627 2.99742 3.68 3.00774C3.61226 3.02739 3.54812 3.05778 3.49 3.09774H3.38C3.32901 3.14436 3.2852 3.19828 3.25 3.25774C3.20768 3.30112 3.17377 3.35198 3.15 3.40774C3.12403 3.46212 3.10392 3.5191 3.09 3.57774C3.0853 3.64432 3.0853 3.71115 3.09 3.77774L3 4.00774V20.0077C3 20.273 3.10536 20.5273 3.29289 20.7148C3.48043 20.9024 3.73478 21.0077 4 21.0077H20C20.2652 21.0077 20.5196 20.9024 20.7071 20.7148C20.8946 20.5273 21 20.273 21 20.0077C21 19.7425 20.8946 19.4882 20.7071 19.3006C20.5196 19.1131 20.2652 19.0077 20 19.0077H5V6.89774L11.13 14.7077C11.2178 14.8192 11.3282 14.9108 11.4541 14.9763C11.58 15.0418 11.7183 15.0798 11.86 15.0877C12.0016 15.0968 12.1434 15.0756 12.2762 15.0256C12.409 14.9756 12.5296 14.8979 12.63 14.7977L15 12.4177L17.59 15.0077H17C16.7348 15.0077 16.4804 15.1131 16.2929 15.3006C16.1054 15.4882 16 15.7425 16 16.0077Z"
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 IconLte = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M7.59 14.48H5.03C4.95 14.48 4.92 14.46 4.92 14.38V8.62C4.92 8.12 4.52 8 4.15 8C3.78 8 3.38 8.12 3.38 8.62V15.24C3.38 15.67 3.64 15.91 4.05 15.91H7.58C8.07 15.91 8.24 15.56 8.24 15.21C8.24 14.86 8.06 14.49 7.58 14.49L7.59 14.48ZM19.49 14.48H16.36C16.28 14.48 16.25 14.46 16.25 14.38V12.66C16.25 12.58 16.27 12.56 16.36 12.56H18.92C19.41 12.56 19.58 12.2 19.58 11.85C19.58 11.5 19.4 11.14 18.92 11.14H16.36C16.28 11.14 16.25 11.12 16.25 11.04V9.57C16.25 9.49 16.27 9.47 16.36 9.47H19.37C19.86 9.47 20.03 9.11 20.03 8.76C20.03 8.41 19.85 8.05 19.37 8.05H15.39C14.98 8.05 14.72 8.29 14.72 8.72V15.25C14.72 15.68 14.98 15.92 15.39 15.92H19.49C19.98 15.92 20.15 15.57 20.15 15.22C20.15 14.87 19.97 14.5 19.49 14.5V14.48ZM12.87 8.04H8.16C7.67 8.04 7.5 8.4 7.5 8.75C7.5 9.1 7.68 9.46 8.16 9.46H9.64001C9.72001 9.46 9.75 9.48 9.75 9.56V15.32C9.75 15.82 10.16 15.94 10.52 15.94C10.88 15.94 11.29 15.82 11.29 15.32V9.56C11.29 9.48 11.33 9.46 11.4 9.46H12.88C13.37 9.46 13.54 9.11 13.54 8.75C13.54 8.39 13.36 8.04 12.88 8.04H12.87Z"
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 IconNetworkfuture = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM10 4.25C10.6533 4.08183 11.3254 3.99782 12 4C12.48 4.00104 12.9589 4.04792 13.43 4.14C12.1804 4.79305 11.0831 5.70296 10.21 6.81C10.0689 6.21706 9.9984 5.6095 10 5C10 4.75 10 4.5 10 4.25ZM10.27 11C10.508 10.9681 10.7384 10.8936 10.95 10.78C11.6281 11.3159 12.2156 11.9575 12.69 12.68C12.565 12.9459 12.5001 13.2361 12.5 13.53C12.5 13.53 12.5 13.58 12.5 13.6C11.9591 13.9701 11.3747 14.2724 10.76 14.5C10.5626 14.3347 10.3351 14.2091 10.09 14.13C10.0282 13.7565 9.99813 13.3785 10 13C10.0019 12.3244 10.0927 11.6519 10.27 11ZM8 5.09C8.00199 5.82758 8.08923 6.56246 8.26 7.28C7.44254 7.07753 6.60201 6.98339 5.76 7C6.3821 6.23026 7.14162 5.58263 8 5.09ZM4.34 14.09H4.27C3.82474 12.4689 3.91239 10.7475 4.52 9.18C5.67264 8.94968 6.8625 8.98387 8 9.28C8.04711 9.61379 8.17783 9.93026 8.38 10.2C8.11777 11.1099 7.98975 12.0531 8 13C8.00183 13.5197 8.04867 14.0383 8.14 14.55C7.99935 14.672 7.88093 14.8175 7.79 14.98C6.5909 14.9644 5.41237 14.6663 4.35 14.11L4.34 14.09ZM5.52 16.66C6.25183 16.85 7.00397 16.9507 7.76 16.96C7.92196 17.2428 8.15057 17.4817 8.42594 17.656C8.70131 17.8303 9.0151 17.9347 9.34 17.96C9.73711 18.6499 10.2137 19.291 10.76 19.87C9.72142 19.7079 8.72496 19.3428 7.82756 18.7954C6.93017 18.2481 6.14944 17.5292 5.53 16.68L5.52 16.66ZM13.52 19.66C12.5473 19.0023 11.7313 18.1385 11.13 17.13C11.2805 16.9069 11.3827 16.6549 11.43 16.39C12.1847 16.1102 12.9032 15.7409 13.57 15.29C13.6384 15.3333 13.7124 15.3669 13.79 15.39C13.9135 15.9183 13.9838 16.4577 14 17C14.001 17.8992 13.8488 18.7919 13.55 19.64L13.52 19.66ZM14.47 11.52H14.32C13.6922 10.5569 12.9081 9.70518 12 9C12.0053 8.64929 11.9155 8.3037 11.74 8C12.7803 6.6849 14.2075 5.72993 15.82 5.27C15.9427 5.83841 16.0031 6.41851 16 7C16.0011 8.61198 15.5091 10.1857 14.59 11.51L14.47 11.52ZM15.75 19.07C15.9098 18.3914 15.9937 17.6971 16 17C15.9968 16.328 15.9265 15.658 15.79 15C15.8677 14.9308 15.9381 14.8537 16 14.77C16.6576 14.9119 17.3274 14.9889 18 15C18.4821 14.9989 18.9634 14.9622 19.44 14.89C18.7545 16.6684 17.4566 18.1436 15.78 19.05L15.75 19.07ZM16.33 12.83C16.3061 12.7543 16.276 12.6807 16.24 12.61C17.3841 10.9628 17.9981 9.00557 18 7C18 6.9 18 6.81 18 6.71C19.2885 8.17102 19.9996 10.052 20 12C20 12.25 20 12.49 19.95 12.73C18.7746 13.0263 17.5475 13.0536 16.36 12.81L16.33 12.83Z"
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 IconPagesettings = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M21.12 3.88C20.56 3.32 19.79 3 19 3H5C4.2 3 3.44 3.32 2.88 3.88C2.32 4.44 2 5.21 2 6V18C2 18.8 2.32 19.56 2.88 20.12C3.44 20.68 4.21 21 5 21H19C19.8 21 20.56 20.68 21.12 20.12C21.68 19.56 22 18.79 22 18V6C22 5.2 21.68 4.44 21.12 3.88ZM10.29 5.29C10.48 5.1 10.73 5 11 5C11.2 5 11.39 5.06 11.56 5.17C11.73 5.28 11.85 5.44 11.93 5.62C12.01 5.8 12.03 6 11.99 6.2C11.95 6.4 11.86 6.57 11.72 6.71C11.58 6.85 11.4 6.95 11.21 6.98C11.02 7.02 10.81 7 10.63 6.92C10.45 6.84 10.29 6.72 10.18 6.55C10.07 6.39 10.01 6.19 10.01 5.99C10.01 5.72 10.12 5.47 10.3 5.28L10.29 5.29ZM5.98 6.19C5.94 6.38 5.85 6.56 5.71 6.7C5.57 6.84 5.39 6.94 5.2 6.97C5.01 7.01 4.8 6.99 4.62 6.91C4.44 6.83 4.28 6.71 4.17 6.54C4.06 6.38 4 6.18 4 5.98C4 5.71 4.11 5.46 4.29 5.27C4.48 5.08 4.73 4.98 5 4.98C5.2 4.98 5.39 5.04 5.56 5.15C5.72 5.26 5.85 5.42 5.93 5.6C6.01 5.78 6.03 5.98 5.99 6.18L5.98 6.19ZM7 5.99C7 5.72 7.11 5.47 7.29 5.28C7.48 5.09 7.73 4.99 8 4.99C8.2 4.99 8.39 5.05 8.56 5.16C8.73 5.27 8.85 5.43 8.93 5.61C9.01 5.79 9.03 5.99 8.99 6.19C8.95 6.39 8.86 6.56 8.72 6.7C8.58 6.84 8.4 6.94 8.21 6.97C8.02 7.01 7.81 6.99 7.63 6.91C7.45 6.83 7.29 6.71 7.18 6.54C7.07 6.38 7.01 6.18 7.01 5.98L7 5.99ZM16 13.99C16 14.18 15.97 14.36 15.94 14.54L16.21 14.7C16.69 14.98 16.85 15.59 16.58 16.07L16.08 16.94C15.8 17.42 15.19 17.58 14.71 17.31L14.44 17.15C14.15 17.38 13.84 17.57 13.5 17.71V18.01C13.5 18.56 13.05 19.01 12.5 19.01H11.5C10.95 19.01 10.5 18.56 10.5 18.01V17.71C10.16 17.57 9.84 17.38 9.56 17.15L9.29 17.31C8.81 17.59 8.2 17.42 7.92 16.94L7.42 16.07C7.14 15.59 7.31 14.98 7.79 14.7L8.06 14.54C8.04 14.36 8 14.18 8 13.99C8 13.8 8.03 13.62 8.06 13.44L7.79 13.28C7.31 13 7.15 12.39 7.42 11.91L7.92 11.04C8.2 10.56 8.81 10.4 9.29 10.67L9.56 10.83C9.85 10.6 10.16 10.41 10.5 10.27V9.97C10.5 9.42 10.95 8.97 11.5 8.97H12.5C13.05 8.97 13.5 9.42 13.5 9.97V10.27C13.84 10.41 14.16 10.6 14.44 10.83L14.71 10.67C15.19 10.39 15.8 10.56 16.08 11.04L16.58 11.91C16.86 12.39 16.69 13 16.21 13.28L15.94 13.44C15.96 13.62 16 13.8 16 13.99ZM12 11.99C10.9 11.99 10 12.89 10 13.99C10 15.09 10.9 15.99 12 15.99C13.1 15.99 14 15.09 14 13.99C14 12.89 13.1 11.99 12 11.99Z"
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 IconPptxdoc = 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 M10.69 16.14H10.15C10.15 16.14 10.1 16.15 10.1 16.19V16.83C10.1 16.83 10.11 16.88 10.15 16.88H10.69C10.89 16.88 11.03 16.75 11.03 16.52C11.03 16.29 10.89 16.15 10.69 16.15V16.14Z M7.47 16.14H6.93C6.93 16.14 6.88 16.15 6.88 16.19V16.83C6.88 16.83 6.89 16.88 6.93 16.88H7.47C7.67 16.88 7.81 16.75 7.81 16.52C7.81 16.29 7.67 16.15 7.47 16.15V16.14Z 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.12ZM7.61 17.74H6.94C6.94 17.74 6.89 17.75 6.89 17.79V18.62C6.89 18.92 6.65 19 6.43 19C6.23 19 5.98 18.93 5.98 18.62V15.69C5.98 15.39 6.18 15.28 6.41 15.28H7.6C8.24 15.28 8.74 15.68 8.74 16.52C8.74 17.36 8.24 17.75 7.6 17.75L7.61 17.74ZM10.83 17.74H10.16C10.16 17.74 10.11 17.75 10.11 17.79V18.62C10.11 18.92 9.87 19 9.65 19C9.45 19 9.2 18.93 9.2 18.62V15.69C9.2 15.39 9.4 15.28 9.63 15.28H10.82C11.46 15.28 11.96 15.68 11.96 16.52C11.96 17.36 11.46 17.75 10.82 17.75L10.83 17.74ZM14.63 16.13H14.09C14.09 16.13 14.04 16.14 14.04 16.18V18.61C14.04 18.92 13.8 18.99 13.59 18.99C13.38 18.99 13.13 18.92 13.13 18.61V16.18C13.13 16.18 13.12 16.13 13.08 16.13H12.55C12.25 16.13 12.16 15.92 12.16 15.7C12.16 15.48 12.25 15.27 12.55 15.27H14.61C14.91 15.27 15 15.48 15 15.7C15 15.92 14.91 16.13 14.61 16.13H14.63ZM16.03 15.45L16.58 16.3C16.58 16.3 16.59 16.33 16.61 16.33C16.63 16.33 16.64 16.3 16.64 16.3L17.19 15.45C17.29 15.3 17.4 15.25 17.51 15.25C17.72 15.25 17.99 15.45 17.99 15.69C17.99 15.76 17.96 15.85 17.9 15.94L17.13 17.08C17.13 17.08 17.11 17.11 17.11 17.13C17.11 17.15 17.13 17.17 17.13 17.17L17.91 18.31C17.97 18.41 18 18.49 18 18.57C18 18.8 17.74 19 17.52 19C17.41 19 17.29 18.95 17.2 18.8L16.64 17.95C16.64 17.95 16.63 17.92 16.61 17.92C16.59 17.92 16.58 17.95 16.58 17.95L16.02 18.8C15.93 18.94 15.81 19 15.7 19C15.49 19 15.22 18.8 15.22 18.57C15.22 18.49 15.25 18.41 15.31 18.31L16.09 17.17C16.09 17.17 16.11 17.15 16.11 17.13C16.11 17.11 16.09 17.08 16.09 17.08L15.32 15.94C15.26 15.85 15.23 15.76 15.23 15.69C15.23 15.46 15.49 15.25 15.71 15.25C15.82 15.25 15.94 15.3 16.03 15.45Z"
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 IconPreferrednumber = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M18.1203 2.88C17.5603 2.32 16.8003 2 16.0003 2H11.0003C10.5403 2 10.0903 2.09 9.68033 2.29C9.27033 2.49 8.91033 2.77 8.62033 3.13L5.62033 6.83C5.21033 7.37 4.99033 8.02 5.00033 8.7V19C5.00033 19.8 5.32033 20.56 5.88033 21.12C6.44033 21.68 7.21033 22 8.00033 22H16.0003C16.8003 22 17.5603 21.68 18.1203 21.12C18.6803 20.56 19.0003 19.79 19.0003 19V5C19.0003 4.2 18.6803 3.44 18.1203 2.88ZM8.73033 14.51C8.73033 14.88 8.47033 15 8.20033 15C7.93033 15 7.66033 14.88 7.66033 14.51V10.94C7.66033 10.89 7.66033 10.83 7.62033 10.83C7.59033 10.83 7.56033 10.86 7.53033 10.89L7.27033 11.15C7.15033 11.27 7.02033 11.32 6.91033 11.32C6.65033 11.32 6.36033 11.05 6.36033 10.77C6.36033 10.66 6.40033 10.54 6.52033 10.42L7.75033 9.23C7.94033 9.05 8.08033 9.01 8.22033 9.01C8.48033 9.01 8.72033 9.18 8.72033 9.6V14.53L8.73033 14.51ZM12.7703 14.96H10.2703C9.80033 14.96 9.67033 14.72 9.67033 14.45C9.67033 13.94 9.93033 13.35 10.6203 12.67L11.6903 11.62C12.0203 11.29 12.1303 10.96 12.1303 10.73C12.1303 10.3 11.9003 10.02 11.4403 10.02C11.0703 10.02 10.9003 10.16 10.6103 10.4C10.5303 10.47 10.4303 10.54 10.2703 10.54C10.0203 10.54 9.72033 10.32 9.72033 10.03C9.72033 9.85 9.83033 9.72 9.95033 9.6C10.2703 9.27 10.7803 9 11.4403 9C12.5703 9 13.2403 9.66 13.2403 10.73C13.2403 11.19 13.0803 11.72 12.5303 12.26L11.5603 13.22C11.3703 13.4 11.1903 13.65 11.0903 13.77C11.0903 13.77 11.0503 13.86 11.0503 13.89C11.0503 13.93 11.1003 13.93 11.1303 13.93H12.7603C13.1303 13.93 13.2503 14.17 13.2503 14.44C13.2503 14.71 13.1203 14.95 12.7603 14.95L12.7703 14.96ZM15.6803 14.99C14.7103 14.99 14.2703 14.49 14.0803 14.28C14.0103 14.2 13.9303 14.07 13.9303 13.93C13.9303 13.72 14.2003 13.38 14.5003 13.38C14.6003 13.38 14.7503 13.45 14.8603 13.57C15.0003 13.72 15.2903 13.97 15.6903 13.97C16.2203 13.97 16.5303 13.66 16.5303 13.17C16.5303 12.68 16.2203 12.39 15.6903 12.39H15.6003C15.2403 12.39 15.1103 12.18 15.1103 11.9C15.1103 11.62 15.2403 11.41 15.6003 11.41H15.6903C16.1003 11.41 16.3703 11.15 16.3703 10.73C16.3703 10.31 16.1003 10.02 15.6903 10.02C15.3403 10.02 15.1703 10.13 14.9103 10.37C14.8203 10.45 14.7303 10.51 14.5603 10.51C14.3103 10.51 14.0103 10.29 14.0103 10C14.0103 9.82 14.1203 9.69 14.2403 9.56C14.5603 9.23 15.0503 8.99 15.7003 8.99C16.7703 8.99 17.4903 9.63 17.4903 10.68C17.4903 11.16 17.3303 11.55 17.0203 11.84C16.9903 11.87 16.9903 11.88 16.9903 11.91C16.9903 11.94 16.9903 11.96 17.0203 11.98C17.4203 12.27 17.6503 12.67 17.6503 13.18C17.6503 14.27 16.8903 15 15.7003 15L15.6803 14.99Z"
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 IconPremiumnumber = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M19.86 16.3C19.77 16.14 19.63 16.01 19.46 15.93C19.29 15.85 19.1 15.83 18.92 15.86C18.74 15.89 18.57 15.98 18.44 16.11L18.05 16.48C18.05 16.48 17.96 16.55 17.91 16.58C17.86 16.6 17.8 16.61 17.74 16.61C17.68 16.61 17.62 16.6 17.57 16.58C17.52 16.56 17.47 16.52 17.42 16.48L16.17 15.25C16 15.09 15.78 15 15.54 15C15.3 15 15.08 15.09 14.91 15.25L13.56 16.53C13.56 16.53 13.46 16.6 13.41 16.62C13.36 16.64 13.29 16.65 13.23 16.64C13.11 16.64 13 16.59 12.92 16.51L12.52 16.12C12.39 15.99 12.23 15.9 12.05 15.86C11.86 15.83 11.67 15.86 11.5 15.93C11.33 16.01 11.19 16.14 11.1 16.3C11.01 16.46 10.97 16.64 10.99 16.83L11.26 19.37H19.71L19.98 16.83C20 16.65 19.96 16.46 19.86 16.3ZM12.43 13.89H12.46L12.49 13.9C12.74 13.95 12.97 14.04 13.2 14.15L13.57 13.8C14.11 13.29 14.82 13 15.57 13C16.32 13 17.03 13.28 17.6 13.82L17.9 14.11C17.9 14.11 17.98 14.09 18.01 14.07V2.84C18.01 2.62 17.92 2.4 17.77 2.25C17.62 2.09 17.41 2 17.2 2H10.29C9.54002 2 8.83002 2.31 8.33002 2.86L4.73002 6.8C4.27002 7.3 4.02002 7.96 4.02002 8.64V21.16C4.02002 21.38 4.11002 21.6 4.26002 21.75C4.41002 21.91 4.62002 22 4.83002 22H9.72002C9.63002 21.8 9.56002 21.59 9.51002 21.37H9.50002L9.48002 21.21C9.47002 21.15 9.46002 21.08 9.45002 21.02L9.39002 20.45L9.30002 19.55L9.03002 17.02C8.97002 16.42 9.10002 15.83 9.39002 15.31C9.69002 14.78 10.14 14.37 10.69 14.11C11.07 13.93 11.49 13.84 11.91 13.84C12.08 13.84 12.25 13.86 12.42 13.89H12.43ZM14.01 5.27C14.01 5.12 14.16 5 14.34 5H15.67C15.76 5 15.84 5.03 15.91 5.08C15.97 5.13 16.01 5.2 16.01 5.27V9.72C16.01 9.79 15.97 9.86 15.91 9.91C15.85 9.96 15.76 9.99 15.67 9.99H14.34C14.16 9.99 14.01 9.87 14.01 9.72V5.27ZM10.01 9.72C10.01 9.79 9.97002 9.86 9.91002 9.91C9.85002 9.96 9.76002 9.99 9.67002 9.99H8.34002C8.16002 9.99 8.01002 9.87 8.01002 9.72V5.27C8.01002 5.12 8.16002 5 8.34002 5H9.67002C9.76002 5 9.84002 5.03 9.91002 5.08C9.98002 5.13 10.01 5.2 10.01 5.27V9.72ZM11.03 9.72V5.27C11.03 5.12 11.18 5 11.36 5H12.68C12.77 5 12.85 5.03 12.91 5.08C12.97 5.13 13.01 5.2 13.01 5.27V9.72C13.01 9.79 12.98 9.86 12.91 9.91C12.85 9.96 12.76 9.99 12.68 9.99H11.36C11.18 9.99 11.03 9.87 11.03 9.72ZM11.39 20.81C11.42 21.14 11.58 21.44 11.83 21.66C12.08 21.88 12.4 22 12.74 22H18.2C18.54 22 18.86 21.88 19.11 21.66C19.36 21.44 19.52 21.14 19.55 20.81L19.61 20.24H11.33L11.39 20.81Z"
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 IconProjection = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M20 14H19V5H20C20.2652 5 20.5196 4.89464 20.7071 4.70711C20.8946 4.51957 21 4.26522 21 4C21 3.73478 20.8946 3.48043 20.7071 3.29289C20.5196 3.10536 20.2652 3 20 3H4C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4C3 4.26522 3.10536 4.51957 3.29289 4.70711C3.48043 4.89464 3.73478 5 4 5H5V14H4C3.73478 14 3.48043 14.1054 3.29289 14.2929C3.10536 14.4804 3 14.7348 3 15C3 15.2652 3.10536 15.5196 3.29289 15.7071C3.48043 15.8946 3.73478 16 4 16H9.92L7.22 19.38C7.05649 19.5872 6.98155 19.8507 7.01153 20.113C7.0415 20.3752 7.17395 20.615 7.38 20.78C7.55594 20.9212 7.77444 20.9987 8 21C8.15021 20.9993 8.29832 20.9648 8.43336 20.899C8.56839 20.8332 8.68687 20.7379 8.78 20.62L11 17.85V20C11 20.2652 11.1054 20.5196 11.2929 20.7071C11.4804 20.8946 11.7348 21 12 21C12.2652 21 12.5196 20.8946 12.7071 20.7071C12.8946 20.5196 13 20.2652 13 20V17.85L15.22 20.62C15.3131 20.7379 15.4316 20.8332 15.5666 20.899C15.7017 20.9648 15.8498 20.9993 16 21C16.2256 20.9987 16.4441 20.9212 16.62 20.78C16.826 20.615 16.9585 20.3752 16.9885 20.113C17.0184 19.8507 16.9435 19.5872 16.78 19.38L14.08 16H20C20.2652 16 20.5196 15.8946 20.7071 15.7071C20.8946 15.5196 21 15.2652 21 15C21 14.7348 20.8946 14.4804 20.7071 14.2929C20.5196 14.1054 20.2652 14 20 14ZM16.71 9.21C16.617 9.30373 16.5064 9.37812 16.3846 9.42889C16.2627 9.47966 16.132 9.5058 16 9.5058C15.868 9.5058 15.7373 9.47966 15.6154 9.42889C15.4936 9.37812 15.383 9.30373 15.29 9.21L14.61 8.52L12.3 11.6C12.2142 11.7152 12.1046 11.8105 11.9786 11.8796C11.8526 11.9486 11.7133 11.9897 11.57 12C11.4272 12.0062 11.2846 11.9837 11.1507 11.9339C11.0167 11.8841 10.8941 11.808 10.79 11.71L9.61 10.52L8.8 11.6C8.70685 11.7242 8.58607 11.825 8.44721 11.8944C8.30836 11.9639 8.15525 12 8 12C7.78363 12 7.5731 11.9298 7.4 11.8C7.29494 11.7212 7.20643 11.6225 7.13953 11.5095C7.07262 11.3965 7.02862 11.2714 7.01005 11.1414C6.99148 11.0114 6.99869 10.879 7.03129 10.7518C7.06388 10.6246 7.12121 10.5051 7.2 10.4L8.7 8.4C8.78581 8.28481 8.89543 8.18946 9.0214 8.12043C9.14737 8.05141 9.28673 8.01033 9.43 8C9.57321 7.9895 9.717 8.00997 9.8516 8.06001C9.98619 8.11005 10.1084 8.18849 10.21 8.29L11.39 9.48L13.7 6.4C13.7857 6.28471 13.8953 6.18924 14.0212 6.1201C14.1472 6.05096 14.2865 6.00977 14.4298 5.99933C14.5731 5.98889 14.717 6.00945 14.8516 6.05961C14.9862 6.10977 15.1085 6.18835 15.21 6.29L16.71 7.79C16.8037 7.88296 16.8781 7.99356 16.9289 8.11542C16.9797 8.23728 17.0058 8.36799 17.0058 8.5C17.0058 8.63201 16.9797 8.76272 16.9289 8.88458C16.8781 9.00644 16.8037 9.11704 16.71 9.21Z"
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 IconRequest = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M16 7.00002H20C19.9978 6.47044 19.7856 5.96337 19.41 5.59002L16.41 2.59002C16.0367 2.21443 15.5296 2.00225 15 2.00002V6.00002C15 6.26524 15.1054 6.51959 15.2929 6.70713C15.4804 6.89466 15.7348 7.00002 16 7.00002ZM13.88 8.12002C13.3173 7.55795 13.0007 6.7954 13 6.00002V2.00002H6.50002C6.17135 1.9987 5.84566 2.06246 5.54175 2.18763C5.23784 2.3128 4.96171 2.49689 4.7293 2.7293C4.49689 2.96171 4.3128 3.23784 4.18763 3.54175C4.06246 3.84566 3.9987 4.17135 4.00002 4.50002V19.5C3.9987 19.8287 4.06246 20.1544 4.18763 20.4583C4.3128 20.7622 4.49689 21.0383 4.7293 21.2707C4.96171 21.5031 5.23784 21.6872 5.54175 21.8124C5.84566 21.9376 6.17135 22.0013 6.50002 22H17.5C17.8287 22.0013 18.1544 21.9376 18.4583 21.8124C18.7622 21.6872 19.0383 21.5031 19.2707 21.2707C19.5031 21.0383 19.6872 20.7622 19.8124 20.4583C19.9376 20.1544 20.0013 19.8287 20 19.5V9.00002H16C15.2046 8.99932 14.4421 8.68279 13.88 8.12002ZM8.00002 18.5C7.70335 18.5 7.41334 18.412 7.16666 18.2472C6.91999 18.0824 6.72773 17.8481 6.6142 17.574C6.50067 17.3 6.47096 16.9984 6.52884 16.7074C6.58672 16.4164 6.72958 16.1491 6.93936 15.9394C7.14914 15.7296 7.41641 15.5867 7.70738 15.5288C7.99836 15.471 8.29996 15.5007 8.57405 15.6142C8.84813 15.7277 9.0824 15.92 9.24722 16.1667C9.41205 16.4133 9.50002 16.7033 9.50002 17C9.50002 17.3978 9.34198 17.7794 9.06068 18.0607C8.77938 18.342 8.39784 18.5 8.00002 18.5ZM8.00002 13.5C7.70335 13.5 7.41334 13.412 7.16666 13.2472C6.91999 13.0824 6.72773 12.8481 6.6142 12.574C6.50067 12.3 6.47096 11.9984 6.52884 11.7074C6.58672 11.4164 6.72958 11.1491 6.93936 10.9394C7.14914 10.7296 7.41641 10.5867 7.70738 10.5288C7.99836 10.471 8.29996 10.5007 8.57405 10.6142C8.84813 10.7277 9.0824 10.92 9.24722 11.1667C9.41205 11.4133 9.50002 11.7033 9.50002 12C9.50002 12.3978 9.34198 12.7794 9.06068 13.0607C8.77938 13.342 8.39784 13.5 8.00002 13.5ZM8.00002 8.50002C7.70335 8.50002 7.41334 8.41205 7.16666 8.24722C6.91999 8.0824 6.72773 7.84813 6.6142 7.57405C6.50067 7.29996 6.47096 6.99836 6.52884 6.70738C6.58672 6.41641 6.72958 6.14914 6.93936 5.93936C7.14914 5.72958 7.41641 5.58672 7.70738 5.52884C7.99836 5.47096 8.29996 5.50067 8.57405 5.6142C8.84813 5.72773 9.0824 5.91999 9.24722 6.16666C9.41205 6.41334 9.50002 6.70335 9.50002 7.00002C9.50002 7.39784 9.34198 7.77938 9.06068 8.06068C8.77938 8.34198 8.39784 8.50002 8.00002 8.50002ZM16 18H12C11.7348 18 11.4804 17.8947 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8947 16.4804 17 16.7348 17 17C17 17.2652 16.8947 17.5196 16.7071 17.7071C16.5196 17.8947 16.2652 18 16 18ZM17 12C17 12.2652 16.8947 12.5196 16.7071 12.7071C16.5196 12.8947 16.2652 13 16 13H12C11.7348 13 11.4804 12.8947 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H16C16.2652 11 16.5196 11.1054 16.7071 11.2929C16.8947 11.4804 17 11.7348 17 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 IconRoutestraffic = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M21.7099 7.29006L19.7099 5.29006C19.6167 5.19682 19.506 5.12286 19.3842 5.0724C19.2624 5.02194 19.1318 4.99597 18.9999 4.99597C18.7336 4.99597 18.4782 5.10175 18.2899 5.29006C18.1016 5.47836 17.9958 5.73376 17.9958 6.00006C17.9958 6.26636 18.1016 6.52175 18.2899 6.71006L18.5899 7.00006H16.9999C15.8633 7.00275 14.7403 7.24761 13.7057 7.71835C12.6711 8.18909 11.7487 8.87489 10.9999 9.73006V5.41006L11.2899 5.71006C11.3829 5.80379 11.4935 5.87818 11.6154 5.92895C11.7372 5.97972 11.8679 6.00586 11.9999 6.00586C12.132 6.00586 12.2627 5.97972 12.3845 5.92895C12.5064 5.87818 12.617 5.80379 12.7099 5.71006C12.8037 5.61709 12.8781 5.50649 12.9288 5.38463C12.9796 5.26277 13.0057 5.13207 13.0057 5.00006C13.0057 4.86805 12.9796 4.73734 12.9288 4.61548C12.8781 4.49362 12.8037 4.38302 12.7099 4.29006L10.7099 2.29006C10.6244 2.20631 10.5222 2.14156 10.4099 2.10006C10.2839 2.03279 10.1428 1.99839 9.99994 2.00006H9.92994C9.84819 2.00682 9.76759 2.02361 9.68994 2.05006H9.58994C9.47941 2.09499 9.37781 2.15933 9.28994 2.24006L7.28994 4.24006C7.09501 4.42836 6.98286 4.68639 6.97817 4.95738C6.97348 5.22837 7.07664 5.49012 7.26494 5.68506C7.45325 5.87999 7.71127 5.99214 7.98226 5.99683C8.25325 6.00152 8.51501 5.89836 8.70994 5.71006L8.99994 5.41006V14.3501C8.53271 14.1218 8.01993 14.0022 7.49994 14.0001C7.10212 14.0001 6.72059 13.842 6.43928 13.5607C6.15798 13.2794 5.99994 12.8979 5.99994 12.5001V10.4101L6.28994 10.7101C6.3829 10.8038 6.49351 10.8782 6.61536 10.9289C6.73722 10.9797 6.86793 11.0059 6.99994 11.0059C7.13195 11.0059 7.26266 10.9797 7.38452 10.9289C7.50638 10.8782 7.61698 10.8038 7.70994 10.7101C7.80367 10.6171 7.87806 10.5065 7.92883 10.3846C7.9796 10.2628 8.00574 10.1321 8.00574 10.0001C8.00574 9.86805 7.9796 9.73734 7.92883 9.61548C7.87806 9.49362 7.80367 9.38302 7.70994 9.29006L5.70994 7.29006C5.61698 7.19633 5.50638 7.12194 5.38452 7.07117C5.26266 7.0204 5.13195 6.99426 4.99994 6.99426C4.86793 6.99426 4.73722 7.0204 4.61536 7.07117C4.49351 7.12194 4.3829 7.19633 4.28994 7.29006L2.28994 9.29006C2.10164 9.47836 1.99585 9.73376 1.99585 10.0001C1.99585 10.2664 2.10164 10.5218 2.28994 10.7101C2.47824 10.8984 2.73364 11.0041 2.99994 11.0041C3.26624 11.0041 3.52164 10.8984 3.70994 10.7101L3.99994 10.4101V12.5001C3.99994 13.4283 4.36869 14.3186 5.02507 14.9749C5.68145 15.6313 6.57168 16.0001 7.49994 16.0001C7.89777 16.0001 8.2793 16.1581 8.5606 16.4394C8.84191 16.7207 8.99994 17.1022 8.99994 17.5001V21.0001C8.99994 21.2653 9.1053 21.5196 9.29283 21.7072C9.48037 21.8947 9.73472 22.0001 9.99994 22.0001C10.2652 22.0001 10.5195 21.8947 10.707 21.7072C10.8946 21.5196 10.9999 21.2653 10.9999 21.0001V15.0001C10.9999 13.4088 11.6321 11.8826 12.7573 10.7574C13.8825 9.6322 15.4086 9.00006 16.9999 9.00006H18.5899L18.2899 9.29006C18.1962 9.38302 18.1218 9.49362 18.071 9.61548C18.0203 9.73734 17.9941 9.86805 17.9941 10.0001C17.9941 10.1321 18.0203 10.2628 18.071 10.3846C18.1218 10.5065 18.1962 10.6171 18.2899 10.7101C18.3829 10.8038 18.4935 10.8782 18.6154 10.9289C18.7372 10.9797 18.8679 11.0059 18.9999 11.0059C19.132 11.0059 19.2627 10.9797 19.3845 10.9289C19.5064 10.8782 19.617 10.8038 19.7099 10.7101L21.7099 8.71006C21.8037 8.61709 21.8781 8.50649 21.9288 8.38463C21.9796 8.26278 22.0057 8.13207 22.0057 8.00006C22.0057 7.86805 21.9796 7.73734 21.9288 7.61548C21.8781 7.49362 21.8037 7.38302 21.7099 7.29006ZM16.9999 12.0001C15.9677 11.9811 14.9695 12.3691 14.221 13.0801C13.4725 13.7912 13.0339 14.7682 12.9999 15.8001C12.9999 18.3401 15.9999 21.3701 16.2899 21.7101C16.3829 21.8038 16.4935 21.8782 16.6154 21.9289C16.7372 21.9797 16.8679 22.0059 16.9999 22.0059C17.132 22.0059 17.2627 21.9797 17.3845 21.9289C17.5064 21.8782 17.617 21.8038 17.7099 21.7101C17.9999 21.3701 20.9999 18.3401 20.9999 15.8001C20.966 14.7682 20.5273 13.7912 19.7789 13.0801C19.0304 12.3691 18.0322 11.9811 16.9999 12.0001ZM16.9999 17.0001C16.8022 17.0001 16.6088 16.9414 16.4444 16.8315C16.2799 16.7216 16.1517 16.5655 16.0761 16.3827C16.0004 16.2 15.9806 15.9989 16.0192 15.805C16.0577 15.611 16.153 15.4328 16.2928 15.293C16.4327 15.1531 16.6109 15.0579 16.8048 15.0193C16.9988 14.9807 17.1999 15.0005 17.3826 15.0762C17.5653 15.1519 17.7215 15.28 17.8314 15.4445C17.9413 15.6089 17.9999 15.8023 17.9999 16.0001C17.9999 16.2653 17.8946 16.5196 17.707 16.7072C17.5195 16.8947 17.2652 17.0001 16.9999 17.0001Z"
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 IconTechnology = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M19.57 19L15 13.83C15.2031 13.5064 15.3518 13.1517 15.44 12.78L18.44 12.57C18.579 12.7089 18.7444 12.8185 18.9265 12.8923C19.1085 12.9662 19.3035 13.0028 19.5 13C19.8978 13 20.2794 12.842 20.5607 12.5607C20.842 12.2794 21 11.8978 21 11.5C21 11.1022 20.842 10.7206 20.5607 10.4393C20.2794 10.158 19.8978 10 19.5 10C19.2735 9.99999 19.05 10.0523 18.8471 10.1529C18.6441 10.2536 18.4671 10.3997 18.33 10.58L15.27 10.78C15.1553 10.4754 14.997 10.1891 14.8 9.93L17.8 5.98L18 6C18.3956 6 18.7822 5.8827 19.1111 5.66294C19.44 5.44318 19.6964 5.13082 19.8478 4.76537C19.9991 4.39992 20.0387 3.99778 19.9616 3.60982C19.8844 3.22186 19.6939 2.86549 19.4142 2.58579C19.1345 2.30608 18.7781 2.1156 18.3902 2.03843C18.0022 1.96126 17.6001 2.00087 17.2346 2.15224C16.8692 2.30362 16.5568 2.55996 16.3371 2.88886C16.1173 3.21776 16 3.60444 16 4C15.9968 4.27169 16.0514 4.54096 16.16 4.79L13.16 8.73C12.5241 8.47501 11.8235 8.42947 11.16 8.6L9 4.7C9.0049 4.63342 9.0049 4.56658 9 4.5C8.99947 4.20728 8.9133 3.92111 8.75212 3.67676C8.59094 3.43241 8.36178 3.24056 8.0929 3.12485C7.82401 3.00915 7.52715 2.97465 7.23889 3.0256C6.95064 3.07656 6.68359 3.21074 6.47067 3.41161C6.25774 3.61249 6.10824 3.87127 6.0406 4.15607C5.97295 4.44087 5.99012 4.73924 6.08998 5.0144C6.18983 5.28957 6.36802 5.5295 6.60257 5.70463C6.83713 5.87976 7.1178 5.98244 7.41 6L9.47 9.6C9.13994 9.95167 8.88477 10.3667 8.72 10.82L4.67 10.58C4.48 10.3432 4.22261 10.1696 3.93185 10.0822C3.64109 9.99477 3.33065 9.99766 3.04156 10.0904C2.75248 10.1832 2.49835 10.3616 2.31278 10.6019C2.12722 10.8422 2.01894 11.1331 2.00226 11.4363C1.98559 11.7395 2.06131 12.0405 2.2194 12.2997C2.3775 12.5589 2.61053 12.7641 2.8877 12.888C3.16486 13.0119 3.47312 13.0489 3.77171 12.9939C4.0703 12.9389 4.34517 12.7946 4.56 12.58L8.56 12.82C8.66988 13.2785 8.87049 13.7103 9.15 14.09L6.23 18H6C5.60443 18 5.21775 18.1173 4.88886 18.3371C4.55996 18.5568 4.30361 18.8692 4.15224 19.2346C4.00086 19.6001 3.96125 20.0022 4.03843 20.3902C4.1156 20.7781 4.30608 21.1345 4.58578 21.4142C4.86549 21.6939 5.22185 21.8844 5.60982 21.9616C5.99778 22.0387 6.39991 21.9991 6.76536 21.8478C7.13082 21.6964 7.44317 21.44 7.66293 21.1111C7.8827 20.7822 8 20.3956 8 20C7.99817 19.7288 7.94384 19.4605 7.84 19.21L10.79 15.27C10.9436 15.329 11.1006 15.3791 11.26 15.42L11.42 17.42C11.1585 17.6882 11.0084 18.0455 11 18.42C11 18.8178 11.158 19.1994 11.4393 19.4807C11.7206 19.762 12.1022 19.92 12.5 19.92C12.8978 19.92 13.2794 19.762 13.5607 19.4807C13.842 19.1994 14 18.8178 14 18.42C14.0004 18.1909 13.9472 17.965 13.8448 17.7601C13.7424 17.5552 13.5935 17.3771 13.41 17.24L13.25 15.18L13.49 15.08L18 20.28C17.9562 20.5791 18.0037 20.8845 18.1364 21.1561C18.2692 21.4277 18.4809 21.6529 18.7438 21.8021C19.0067 21.9513 19.3086 22.0176 19.6099 21.9923C19.9111 21.9669 20.1977 21.8512 20.432 21.6601C20.6663 21.4691 20.8374 21.2117 20.9229 20.9218C21.0084 20.6318 21.0043 20.3227 20.9111 20.0352C20.8179 19.7476 20.64 19.4948 20.4007 19.3101C20.1614 19.1254 19.8718 19.0173 19.57 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 IconVolte = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M10.4999 8.99977C10.4999 10.6498 11.8499 11.9998 13.4999 11.9998C15.1499 11.9998 16.4999 10.6498 16.4999 8.99977V8.49977C16.4999 6.84977 15.1499 5.49977 13.4999 5.49977C11.8499 5.49977 10.4999 6.84977 10.4999 8.49977V8.99977ZM12.4999 8.49977C12.4999 7.94977 12.9499 7.49977 13.4999 7.49977C14.0499 7.49977 14.4999 7.94977 14.4999 8.49977V8.99977C14.4999 9.54977 14.0499 9.99977 13.4999 9.99977C12.9499 9.99977 12.4999 9.54977 12.4999 8.99977V8.49977ZM6.99994 11.9998C7.39994 11.9998 7.75994 11.7598 7.91994 11.3898L10.9199 4.38977C11.1399 3.87977 10.8999 3.29977 10.3999 3.07977C9.88994 2.85977 9.29994 3.09977 9.08994 3.60977L7.00994 8.45977L4.92994 3.60977C4.70994 3.09977 4.11994 2.85977 3.61994 3.07977C3.10994 3.29977 2.87994 3.88977 3.09994 4.38977L6.09994 11.3898C6.25994 11.7598 6.61994 11.9998 7.01994 11.9998H6.99994ZM18.9999 18.9998H16.9999V17.9998H18.2499C18.7999 17.9998 19.2499 17.5498 19.2499 16.9998C19.2499 16.4498 18.7999 15.9998 18.2499 15.9998H16.9999V14.9998H18.9999C19.5499 14.9998 19.9999 14.5498 19.9999 13.9998C19.9999 13.4498 19.5499 12.9998 18.9999 12.9998H15.9999C15.4499 12.9998 14.9999 13.4498 14.9999 13.9998V19.9998C14.9999 20.5498 15.4499 20.9998 15.9999 20.9998H18.9999C19.5499 20.9998 19.9999 20.5498 19.9999 19.9998C19.9999 19.4498 19.5499 18.9998 18.9999 18.9998ZM13.4999 12.9998H8.49994C7.94994 12.9998 7.49994 13.4498 7.49994 13.9998C7.49994 14.5498 7.94994 14.9998 8.49994 14.9998H9.99994V19.9998C9.99994 20.5498 10.4499 20.9998 10.9999 20.9998C11.5499 20.9998 11.9999 20.5498 11.9999 19.9998V14.9998H13.4999C14.0499 14.9998 14.4999 14.5498 14.4999 13.9998C14.4999 13.4498 14.0499 12.9998 13.4999 12.9998ZM7.99994 18.9998H5.99994V13.9998C5.99994 13.4498 5.54994 12.9998 4.99994 12.9998C4.44994 12.9998 3.99994 13.4498 3.99994 13.9998V19.9998C3.99994 20.5498 4.44994 20.9998 4.99994 20.9998H7.99994C8.54994 20.9998 8.99994 20.5498 8.99994 19.9998C8.99994 19.4498 8.54994 18.9998 7.99994 18.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 IconVonr = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M6.43003 11.45C6.93003 11.45 7.20003 11.25 7.41003 10.57L9.52003 4.02C9.56003 3.9 9.58003 3.8 9.58003 3.71C9.58003 3.25 9.11003 3 8.73003 3C8.48003 3 8.22003 3.12 8.10003 3.52L6.61003 8.37C6.55003 8.55 6.50003 8.77 6.43003 8.77C6.36003 8.77 6.31003 8.55 6.25003 8.37L4.76003 3.52C4.64003 3.12 4.38003 3 4.13003 3C3.72003 3 3.28003 3.29 3.28003 3.71C3.28003 3.81 3.30003 3.9 3.34003 4.02L5.45003 10.57C5.66003 11.24 5.94003 11.45 6.43003 11.45ZM9.20003 12.2C8.83003 12.2 8.43003 12.34 8.43003 12.89V17.47C8.43003 17.47 8.43003 17.59 8.37003 17.59C8.31003 17.59 8.28003 17.53 8.24003 17.47L5.79003 13.13C5.39003 12.42 5.19003 12.21 4.68003 12.21C4.22003 12.21 3.89003 12.45 3.89003 13.18V20.3C3.89003 20.85 4.31003 20.99 4.66003 20.99C5.01003 20.99 5.43003 20.85 5.43003 20.3V15.72C5.43003 15.72 5.43003 15.58 5.49003 15.58C5.55003 15.58 5.58003 15.64 5.62003 15.72L8.07003 20.06C8.47003 20.77 8.67003 20.98 9.18003 20.98C9.64003 20.98 9.97003 20.74 9.97003 20.01V12.89C9.97003 12.34 9.55003 12.2 9.20003 12.2ZM14.91 8.34C14.91 6.57 14.45 5.23 12.39 5.23C10.33 5.23 9.87003 6.56 9.87003 8.34C9.87003 10.12 10.33 11.45 12.39 11.45C14.45 11.45 14.91 10.12 14.91 8.34ZM11.38 8.34C11.38 7.3 11.44 6.66 12.39 6.66C13.34 6.66 13.4 7.3 13.4 8.34C13.4 9.38 13.34 10.02 12.39 10.02C11.44 10.02 11.38 9.38 11.38 8.34ZM17.66 19.78L16.4 17.57C16.4 17.57 16.39 17.55 16.39 17.52C16.39 17.48 16.4 17.46 16.45 17.43C17.21 16.96 17.76 16.32 17.76 14.91C17.76 13.1 16.67 12.24 15.32 12.24H12.42C12.01 12.24 11.75 12.5 11.75 12.98V20.29C11.75 20.84 12.17 20.98 12.52 20.98C12.87 20.98 13.29 20.84 13.29 20.29V17.7C13.29 17.61 13.31 17.59 13.4 17.59H14.6C14.69 17.59 14.73 17.59 14.79 17.7L16.37 20.57C16.54 20.88 16.76 20.98 16.96 20.98C17.35 20.98 17.8 20.62 17.8 20.21C17.8 20.09 17.75 19.94 17.67 19.79L17.66 19.78ZM15.33 16.03H13.4C13.32 16.03 13.29 16.01 13.29 15.92V13.93C13.29 13.84 13.31 13.82 13.4 13.82H15.27C15.81 13.82 16.17 14.19 16.17 14.93C16.17 15.67 15.8 16.04 15.33 16.04V16.03Z"
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 IconVowifi = props => /*#__PURE__*/_jsx(Svg, {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M12.4999 15.4998C11.9499 15.4998 11.4999 15.9498 11.4999 16.4998V19.9998C11.4999 20.5498 11.9499 20.9998 12.4999 20.9998C13.0499 20.9998 13.4999 20.5498 13.4999 19.9998V16.4998C13.4999 15.9498 13.0499 15.4998 12.4999 15.4998ZM10.2399 13.0298C9.70994 12.8998 9.15994 13.2198 9.02994 13.7598L8.35994 16.4298L7.44994 13.6898C7.30994 13.2798 6.92994 13.0098 6.49994 13.0098C6.06994 13.0098 5.68994 13.2898 5.54994 13.6898L4.63994 16.4098L3.96994 13.7598C3.82994 13.2198 3.28994 12.8998 2.75994 13.0398C2.21994 13.1798 1.89994 13.7198 2.03994 14.2498L3.54994 20.2098C3.65994 20.6398 4.03994 20.9498 4.47994 20.9598C4.90994 21.0098 5.31994 20.6998 5.46994 20.2798L6.50994 17.1598L7.55994 20.3198C7.69994 20.7298 8.07994 20.9998 8.50994 20.9998C8.51994 20.9998 8.53994 20.9998 8.54994 20.9998C8.98994 20.9798 9.36994 20.6698 9.47994 20.2398L10.9799 14.2398C11.1099 13.6998 10.7899 13.1598 10.2499 13.0298H10.2399ZM6.07994 11.3898C6.23994 11.7598 6.59994 11.9998 6.99994 11.9998C7.39994 11.9998 7.75994 11.7598 7.91994 11.3898L10.9199 4.38977C11.1399 3.87977 10.8999 3.29977 10.3999 3.07977C9.88994 2.85977 9.29994 3.09977 9.08994 3.60977L7.00994 8.45977L4.92994 3.60977C4.70994 3.09977 4.11994 2.85977 3.61994 3.07977C3.10994 3.29977 2.87994 3.88977 3.09994 4.38977L6.09994 11.3898H6.07994ZM20.9999 14.9998C21.5499 14.9998 21.9999 14.5498 21.9999 13.9998C21.9999 13.4498 21.5499 12.9998 20.9999 12.9998C20.4499 12.9998 19.9999 13.4498 19.9999 13.9998C19.9999 14.5498 20.4499 14.9998 20.9999 14.9998ZM20.9999 15.4998C20.4499 15.4998 19.9999 15.9498 19.9999 16.4998V19.9998C19.9999 20.5498 20.4499 20.9998 20.9999 20.9998C21.5499 20.9998 21.9999 20.5498 21.9999 19.9998V16.4998C21.9999 15.9498 21.5499 15.4998 20.9999 15.4998ZM12.4999 12.9998C11.9499 12.9998 11.4999 13.4498 11.4999 13.9998C11.4999 14.5498 11.9499 14.9998 12.4999 14.9998C13.0499 14.9998 13.4999 14.5498 13.4999 13.9998C13.4999 13.4498 13.0499 12.9998 12.4999 12.9998ZM18.4999 12.9998H15.4999C14.9499 12.9998 14.4999 13.4498 14.4999 13.9998V19.9998C14.4999 20.5498 14.9499 20.9998 15.4999 20.9998C16.0499 20.9998 16.4999 20.5498 16.4999 19.9998V17.9998H17.4999C18.0499 17.9998 18.4999 17.5498 18.4999 16.9998C18.4999 16.4498 18.0499 15.9998 17.4999 15.9998H16.4999V14.9998H18.4999C19.0499 14.9998 19.4999 14.5498 19.4999 13.9998C19.4999 13.4498 19.0499 12.9998 18.4999 12.9998ZM16.4999 8.99977V8.49977C16.4999 6.84977 15.1499 5.49977 13.4999 5.49977C11.8499 5.49977 10.4999 6.84977 10.4999 8.49977V8.99977C10.4999 10.6498 11.8499 11.9998 13.4999 11.9998C15.1499 11.9998 16.4999 10.6498 16.4999 8.99977ZM14.4999 8.99977C14.4999 9.54977 14.0499 9.99977 13.4999 9.99977C12.9499 9.99977 12.4999 9.54977 12.4999 8.99977V8.49977C12.4999 7.94977 12.9499 7.49977 13.4999 7.49977C14.0499 7.49977 14.4999 7.94977 14.4999 8.49977V8.99977Z"
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 IconVpndata = 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.68ZM8.97 9.17L7.22 14.17C7.15 14.37 6.96 14.5 6.75 14.5C6.54 14.5 6.35 14.37 6.28 14.17L4.53 9.17C4.44 8.91 4.58 8.62 4.84 8.53C5.1 8.44 5.39 8.58 5.48 8.84L6.76 12.49L8.04 8.84C8.13 8.58 8.42 8.44 8.68 8.53C8.94 8.62 9.08 8.91 8.99 9.17H8.97ZM12.25 12H11V14C11 14.28 10.78 14.5 10.5 14.5C10.22 14.5 10 14.28 10 14V9C10 8.72 10.22 8.5 10.5 8.5H12.25C13.21 8.5 14 9.29 14 10.25C14 11.21 13.21 12 12.25 12ZM19 14C19 14.22 18.85 14.42 18.63 14.48C18.59 14.49 18.54 14.5 18.5 14.5C18.33 14.5 18.16 14.41 18.07 14.26L16 10.81V14.01C16 14.29 15.78 14.51 15.5 14.51C15.22 14.51 15 14.29 15 14.01V9.01C15 8.79 15.15 8.59 15.37 8.53C15.58 8.47 15.82 8.56 15.93 8.75L18 12.2V9C18 8.72 18.22 8.5 18.5 8.5C18.78 8.5 19 8.72 19 9V14ZM12.25 9.5H11V11H12.25C12.66 11 13 10.66 13 10.25C13 9.84 12.66 9.5 12.25 9.5Z"
11
+ })
12
+ });
@@ -4,6 +4,7 @@
4
4
  * Auto-generated icon components
5
5
  */
6
6
  export * from './Icon360rotation';
7
+ export * from './Icon4g';
7
8
  export * from './Icon4gbarfour';
8
9
  export * from './Icon4gbarnonetwork';
9
10
  export * from './Icon4gbarnone';
@@ -11,9 +12,15 @@ export * from './Icon4gbarone';
11
12
  export * from './Icon4gbarthree';
12
13
  export * from './Icon4gbartwo';
13
14
  export * from './Icon4glte';
15
+ export * from './Icon4gltedata';
14
16
  export * from './Icon4gsim';
15
17
  export * from './Icon4k';
18
+ export * from './Icon5g';
19
+ export * from './Icon5gdoubleplus';
20
+ export * from './Icon5gplus';
16
21
  export * from './Icon8k';
22
+ export * from './IconLte';
23
+ export * from './IconVonr';
17
24
  export * from './IconAtoz';
18
25
  export * from './IconAbdominalpain';
19
26
  export * from './IconAccessibility';
@@ -21,6 +28,8 @@ export * from './IconAccessories';
21
28
  export * from './IconAccountclose';
22
29
  export * from './IconAccountinfo';
23
30
  export * from './IconAceofspades';
31
+ export * from './IconAdblockplus';
32
+ export * from './IconAdblocker';
24
33
  export * from './IconAdd';
25
34
  export * from './IconAddcircle';
26
35
  export * from './IconAdventure';
@@ -42,6 +51,11 @@ export * from './IconAlignverticalcenters';
42
51
  export * from './IconAlignmentfilling';
43
52
  export * from './IconAlignmenthorizontal';
44
53
  export * from './IconAlignmentvertical';
54
+ export * from './IconAnalytics';
55
+ export * from './IconAnalyticsdata';
56
+ export * from './IconAnalyticspiechart';
57
+ export * from './IconAnalyticspiecharttree';
58
+ export * from './IconAnalyticspiecharttwo';
45
59
  export * from './IconAndroid';
46
60
  export * from './IconAnimation';
47
61
  export * from './IconAnime';
@@ -277,10 +291,16 @@ export * from './IconCommunicationskills';
277
291
  export * from './IconCompact';
278
292
  export * from './IconCompare';
279
293
  export * from './IconComparison';
294
+ export * from './IconCompoundinterest';
280
295
  export * from './IconCompress';
281
296
  export * from './IconConfirm';
282
297
  export * from './IconConstipation';
283
298
  export * from './IconConsultant';
299
+ export * from './IconConsumptionaccounted';
300
+ export * from './IconConsumptionaverage';
301
+ export * from './IconConsumptionhigh';
302
+ export * from './IconConsumptionlow';
303
+ export * from './IconConsumptionunaccounted';
284
304
  export * from './IconContactadd';
285
305
  export * from './IconContactshare';
286
306
  export * from './IconContactus';
@@ -313,6 +333,7 @@ export * from './IconCropplanningstyle1';
313
333
  export * from './IconCropplanningstyle2';
314
334
  export * from './IconCropplanningstyle3';
315
335
  export * from './IconCrowns';
336
+ export * from './IconCsvdoc';
316
337
  export * from './IconCup';
317
338
  export * from './IconCut';
318
339
  export * from './IconCutout';
@@ -330,6 +351,7 @@ export * from './IconDataloan';
330
351
  export * from './IconDataout';
331
352
  export * from './IconDatapack';
332
353
  export * from './IconDatasaver';
354
+ export * from './IconDatabase';
333
355
  export * from './IconDay';
334
356
  export * from './IconDaynight';
335
357
  export * from './IconDefault';
@@ -344,16 +366,33 @@ export * from './IconDevotion';
344
366
  export * from './IconDiamond';
345
367
  export * from './IconDiaolog';
346
368
  export * from './IconDice2';
369
+ export * from './IconDigitalecosystem';
370
+ export * from './IconDigitalselfservice';
347
371
  export * from './IconDining';
348
372
  export * from './IconDisinfectant';
349
373
  export * from './IconDislike';
350
374
  export * from './IconDistributehorizontalspacing';
351
375
  export * from './IconDistributeverticalspacing';
376
+ export * from './IconDistribution';
352
377
  export * from './IconDizzy';
353
378
  export * from './IconDna';
354
379
  export * from './IconDock';
355
380
  export * from './IconDoctor';
381
+ export * from './IconDocument';
382
+ export * from './IconDocumentdoc';
383
+ export * from './IconDocumentjpg';
384
+ export * from './IconDocumentodt';
385
+ export * from './IconDocumentpdf';
386
+ export * from './IconDocumentpng';
387
+ export * from './IconDocumentraw';
388
+ export * from './IconDocumentrtf';
389
+ export * from './IconDocumentsettings';
390
+ export * from './IconDocumenttif';
391
+ export * from './IconDocumenttxt';
392
+ export * from './IconDocumentunknown';
356
393
  export * from './IconDocumentviewer';
394
+ export * from './IconDocumentxls';
395
+ export * from './IconDocumentxlsx';
357
396
  export * from './IconDocumentary';
358
397
  export * from './IconDocuments';
359
398
  export * from './IconDolbysound';
@@ -440,9 +479,13 @@ export * from './IconFemalemale';
440
479
  export * from './IconFertilized';
441
480
  export * from './IconFertilizer';
442
481
  export * from './IconFiberoff';
482
+ export * from './IconFilerequest';
483
+ export * from './IconFilesend';
484
+ export * from './IconFileshare';
443
485
  export * from './IconFilter';
444
486
  export * from './IconFiltermultiple';
445
487
  export * from './IconFind';
488
+ export * from './IconFindinpage';
446
489
  export * from './IconFingerprint';
447
490
  export * from './IconFinishline';
448
491
  export * from './IconFire';
@@ -467,10 +510,21 @@ export * from './IconFlower';
467
510
  export * from './IconFluorescent';
468
511
  export * from './IconFlurries';
469
512
  export * from './IconFog';
513
+ export * from './IconFolder';
514
+ export * from './IconFolderbookmarks';
515
+ export * from './IconFolderfavorites';
516
+ export * from './IconFolderlocked';
517
+ export * from './IconFoldermovefiles';
518
+ export * from './IconFolderpublic';
519
+ export * from './IconFolderrated';
470
520
  export * from './IconFolderremove';
521
+ export * from './IconFolderrequest';
471
522
  export * from './IconFooddrink';
472
523
  export * from './IconFootball';
473
524
  export * from './IconForkspoon';
525
+ export * from './IconForm';
526
+ export * from './IconFormadd';
527
+ export * from './IconForms';
474
528
  export * from './IconForward';
475
529
  export * from './IconForward1';
476
530
  export * from './IconFps120';
@@ -504,6 +558,9 @@ export * from './IconGoforward';
504
558
  export * from './IconGoforward10';
505
559
  export * from './IconGoforward30';
506
560
  export * from './IconGooglelens';
561
+ export * from './IconGraphincreasing';
562
+ export * from './IconGraphlow';
563
+ export * from './IconGraphtable';
507
564
  export * from './IconGrocery';
508
565
  export * from './IconGroup';
509
566
  export * from './IconGuard';
@@ -533,6 +590,7 @@ export * from './IconHeadset';
533
590
  export * from './IconHeadsetbluetooth';
534
591
  export * from './IconHealthconditions';
535
592
  export * from './IconHealthprotection';
593
+ export * from './IconHealthreport';
536
594
  export * from './IconHealthy';
537
595
  export * from './IconHeartrate';
538
596
  export * from './IconHeavyrain';
@@ -562,6 +620,7 @@ export * from './IconHotday';
562
620
  export * from './IconHotspotlocator';
563
621
  export * from './IconHourglass';
564
622
  export * from './IconHtml5';
623
+ export * from './IconHubmode';
565
624
  export * from './IconHumidity';
566
625
  export * from './IconHurricane';
567
626
  export * from './IconHydrant';
@@ -578,11 +637,13 @@ export * from './IconInfant';
578
637
  export * from './IconInfinity';
579
638
  export * from './IconInfo';
580
639
  export * from './IconInfotext';
640
+ export * from './IconInfrastructure';
581
641
  export * from './IconInputsource';
582
642
  export * from './IconInsemination';
583
643
  export * from './IconInsurance';
584
644
  export * from './IconIntercomcallmobile';
585
645
  export * from './IconIntercomcalls';
646
+ export * from './IconInterestlow';
586
647
  export * from './IconInterestpayout';
587
648
  export * from './IconInternet';
588
649
  export * from './IconInternethighspeed';
@@ -722,6 +783,7 @@ export * from './IconNamaste';
722
783
  export * from './IconNature';
723
784
  export * from './IconNatureoff';
724
785
  export * from './IconNetworkdetails';
786
+ export * from './IconNetworkfuture';
725
787
  export * from './IconNeutralgender';
726
788
  export * from './IconNewchat';
727
789
  export * from './IconNewtabgroup';
@@ -776,6 +838,7 @@ export * from './IconOverlappinglayout';
776
838
  export * from './IconOverlay';
777
839
  export * from './IconOxygen';
778
840
  export * from './IconPageflip';
841
+ export * from './IconPagesettings';
779
842
  export * from './IconPaintroller';
780
843
  export * from './IconPanorma';
781
844
  export * from './IconPartialoxygenpressure';
@@ -836,7 +899,10 @@ export * from './IconPlaylistsuccessful';
836
899
  export * from './IconPopcorn';
837
900
  export * from './IconPortrait';
838
901
  export * from './IconPowerplay';
902
+ export * from './IconPptxdoc';
903
+ export * from './IconPreferrednumber';
839
904
  export * from './IconPregnancytest';
905
+ export * from './IconPremiumnumber';
840
906
  export * from './IconPrescription';
841
907
  export * from './IconPresentations';
842
908
  export * from './IconPrevioustitle';
@@ -845,6 +911,7 @@ export * from './IconPrint';
845
911
  export * from './IconPro';
846
912
  export * from './IconProfilefemale';
847
913
  export * from './IconProfilemale';
914
+ export * from './IconProjection';
848
915
  export * from './IconProtection';
849
916
  export * from './IconProtectionlocked';
850
917
  export * from './IconProtectionthreats';
@@ -888,6 +955,7 @@ export * from './IconReplay';
888
955
  export * from './IconReply';
889
956
  export * from './IconReplyall';
890
957
  export * from './IconReplycircle';
958
+ export * from './IconRequest';
891
959
  export * from './IconResearch';
892
960
  export * from './IconReset';
893
961
  export * from './IconResetpassword';
@@ -912,6 +980,7 @@ export * from './IconRomance';
912
980
  export * from './IconRotate90';
913
981
  export * from './IconRotatephone';
914
982
  export * from './IconRoulette';
983
+ export * from './IconRoutestraffic';
915
984
  export * from './IconRuler';
916
985
  export * from './IconRunning';
917
986
  export * from './IconRupee';
@@ -1086,6 +1155,7 @@ export * from './IconTask';
1086
1155
  export * from './IconTeach';
1087
1156
  export * from './IconTeam';
1088
1157
  export * from './IconTeammembers';
1158
+ export * from './IconTechnology';
1089
1159
  export * from './IconTeddy';
1090
1160
  export * from './IconTeddylove';
1091
1161
  export * from './IconTemperature';
@@ -1179,6 +1249,8 @@ export * from './IconVisible';
1179
1249
  export * from './IconVisibleoff';
1180
1250
  export * from './IconVitaminb';
1181
1251
  export * from './IconVitamind';
1252
+ export * from './IconVolte';
1253
+ export * from './IconVowifi';
1182
1254
  export * from './IconVoice';
1183
1255
  export * from './IconVoicerecording';
1184
1256
  export * from './IconVoicebox';
@@ -1187,6 +1259,7 @@ export * from './IconVoucher4g';
1187
1259
  export * from './IconVouchercashback';
1188
1260
  export * from './IconVoucherplan';
1189
1261
  export * from './IconVpn';
1262
+ export * from './IconVpndata';
1190
1263
  export * from './IconWalkingaids';
1191
1264
  export * from './IconWallet';
1192
1265
  export * from './IconWalletsleeve';