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,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconPreferrednumber = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconPreferrednumber = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconPreferrednumber = IconPreferrednumber;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconPremiumnumber = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconPremiumnumber = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconPremiumnumber = IconPremiumnumber;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconProjection = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconProjection = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconProjection = IconProjection;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconRequest = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconRequest = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconRequest = IconRequest;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconRoutestraffic = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconRoutestraffic = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconRoutestraffic = IconRoutestraffic;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconTechnology = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconTechnology = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconTechnology = IconTechnology;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconVolte = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconVolte = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconVolte = IconVolte;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconVonr = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconVonr = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconVonr = IconVonr;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconVowifi = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconVowifi = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconVowifi = IconVowifi;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconVpndata = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
+ const IconVpndata = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ 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"
17
+ })
18
+ });
19
+ exports.IconVpndata = IconVpndata;