jfs-components 0.1.8 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (704) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/lib/commonjs/components/Accordion/Accordion.js +2 -1
  3. package/lib/commonjs/components/AccordionCheckbox/AccordionCheckbox.js +4 -3
  4. package/lib/commonjs/components/AccountCard/AccountCard.js +4 -3
  5. package/lib/commonjs/components/ActionFooter/ActionFooter.js +7 -24
  6. package/lib/commonjs/components/ActionTile/ActionTile.js +10 -10
  7. package/lib/commonjs/components/AllocationComparisonChart/AllocationComparisonChart.js +9 -6
  8. package/lib/commonjs/components/AmountInput/AmountInput.js +3 -3
  9. package/lib/commonjs/components/AreaLineChart/AreaLineChart.js +13 -9
  10. package/lib/commonjs/components/Attached/Attached.js +1 -1
  11. package/lib/commonjs/components/Avatar/Avatar.js +10 -10
  12. package/lib/commonjs/components/AvatarGroup/AvatarGroup.js +9 -9
  13. package/lib/commonjs/components/Badge/Badge.js +55 -16
  14. package/lib/commonjs/components/BenefitCard/BenefitCard.js +95 -21
  15. package/lib/commonjs/components/BottomNav/BottomNav.js +2 -2
  16. package/lib/commonjs/components/BottomNavItem/BottomNavItem.js +3 -3
  17. package/lib/commonjs/components/BrandChip/BrandChip.js +3 -3
  18. package/lib/commonjs/components/Button/Button.js +32 -19
  19. package/lib/commonjs/components/Card/Card.js +20 -20
  20. package/lib/commonjs/components/CardAdvisory/CardAdvisory.js +8 -7
  21. package/lib/commonjs/components/CardBankAccount/CardBankAccount.js +3 -2
  22. package/lib/commonjs/components/CardCTA/CardCTA.js +215 -45
  23. package/lib/commonjs/components/CardFeedback/CardFeedback.js +18 -18
  24. package/lib/commonjs/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
  25. package/lib/commonjs/components/CardInsight/CardInsight.js +6 -3
  26. package/lib/commonjs/components/Carousel/Carousel.js +18 -12
  27. package/lib/commonjs/components/CarouselCardAccounts/CarouselCardAccounts.js +75 -0
  28. package/lib/commonjs/components/Checkbox/Checkbox.js +6 -13
  29. package/lib/commonjs/components/ChipGroup/ChipGroup.js +1 -1
  30. package/lib/commonjs/components/ChipSelect/ChipSelect.js +11 -11
  31. package/lib/commonjs/components/CircularProgressBar/CircularProgressBar.js +12 -8
  32. package/lib/commonjs/components/CircularProgressBarDoted/CircularProgressBarDoted.js +11 -10
  33. package/lib/commonjs/components/CircularRating/CircularRating.js +5 -4
  34. package/lib/commonjs/components/ClusterBubble/ClusterBubble.js +3 -2
  35. package/lib/commonjs/components/CompareTable/CompareTable.js +88 -59
  36. package/lib/commonjs/components/CoverageBarComparison/CoverageBarComparison.js +3 -2
  37. package/lib/commonjs/components/DebitCard/DebitCard.js +18 -18
  38. package/lib/commonjs/components/Disclaimer/Disclaimer.js +5 -5
  39. package/lib/commonjs/components/DonutChart/DonutChart.js +15 -14
  40. package/lib/commonjs/components/Drawer/Drawer.js +60 -60
  41. package/lib/commonjs/components/Dropdown/Dropdown.js +25 -25
  42. package/lib/commonjs/components/DropdownInput/DropdownInput.js +13 -12
  43. package/lib/commonjs/components/EmptyState/EmptyState.js +14 -14
  44. package/lib/commonjs/components/ExpandableCheckbox/ExpandableCheckbox.js +2 -1
  45. package/lib/commonjs/components/FilterBar/FilterBar.js +2 -2
  46. package/lib/commonjs/components/Form/Form.js +3 -3
  47. package/lib/commonjs/components/FormField/FormField.js +48 -8
  48. package/lib/commonjs/components/FullscreenModal/FullscreenModal.js +24 -24
  49. package/lib/commonjs/components/Gauge/Gauge.js +9 -9
  50. package/lib/commonjs/components/HoldingsCard/HoldingsCard.js +13 -12
  51. package/lib/commonjs/components/Icon/Icon.js +6 -6
  52. package/lib/commonjs/components/IconCapsule/IconCapsule.js +7 -7
  53. package/lib/commonjs/components/InputSearch/InputSearch.js +9 -9
  54. package/lib/commonjs/components/InstitutionBadge/InstitutionBadge.js +5 -4
  55. package/lib/commonjs/components/ListGroup/ListGroup.js +10 -9
  56. package/lib/commonjs/components/ListItem/ListItem.js +13 -12
  57. package/lib/commonjs/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
  58. package/lib/commonjs/components/LottiePlayer/LottiePlayer.js +2 -2
  59. package/lib/commonjs/components/LottiePlayer/LottiePlayer.web.js +2 -2
  60. package/lib/commonjs/components/MediaCard/MediaCard.js +25 -23
  61. package/lib/commonjs/components/MessageField/MessageField.js +8 -8
  62. package/lib/commonjs/components/MetricLegendItem/MetricLegendItem.js +3 -2
  63. package/lib/commonjs/components/MoneyValue/MoneyValue.js +7 -7
  64. package/lib/commonjs/components/MonthlyStatusGrid/MonthlyStatusGrid.js +6 -3
  65. package/lib/commonjs/components/NavArrow/NavArrow.js +8 -8
  66. package/lib/commonjs/components/NoteInput/NoteInput.js +12 -12
  67. package/lib/commonjs/components/Nudge/Nudge.js +20 -20
  68. package/lib/commonjs/components/OTP/OTP.js +15 -15
  69. package/lib/commonjs/components/PageHero/PageHero.js +16 -16
  70. package/lib/commonjs/components/PaymentFeedback/PaymentFeedback.js +23 -23
  71. package/lib/commonjs/components/Popup/Popup.js +1 -1
  72. package/lib/commonjs/components/PoweredByLabel/PoweredByLabel.js +3 -2
  73. package/lib/commonjs/components/ProductMerchandisingCard/ProductMerchandisingCard.js +107 -33
  74. package/lib/commonjs/components/ProductOverview/ProductOverview.js +4 -3
  75. package/lib/commonjs/components/ProgressBadge/ProgressBadge.js +7 -7
  76. package/lib/commonjs/components/ProjectionMarker/ProjectionMarker.js +3 -2
  77. package/lib/commonjs/components/Radio/Radio.js +8 -8
  78. package/lib/commonjs/components/RechargeCard/RechargeCard.js +31 -31
  79. package/lib/commonjs/components/SavingsGoalSummary/SavingsGoalSummary.js +59 -12
  80. package/lib/commonjs/components/ScrollArea/ScrollArea.js +126 -0
  81. package/lib/commonjs/components/Section/Section.js +27 -26
  82. package/lib/commonjs/components/Slider/Slider.js +3 -2
  83. package/lib/commonjs/components/Stack/Stack.js +86 -0
  84. package/lib/commonjs/components/StatusHero/StatusHero.js +14 -14
  85. package/lib/commonjs/components/Stepper/Step.js +16 -16
  86. package/lib/commonjs/components/Stepper/StepLabel.js +16 -16
  87. package/lib/commonjs/components/Stepper/Stepper.js +3 -3
  88. package/lib/commonjs/components/SuggestiveSearch/SuggestiveSearch.js +20 -11
  89. package/lib/commonjs/components/SummaryTile/SummaryTile.js +3 -2
  90. package/lib/commonjs/components/SupportText/SupportText.js +6 -6
  91. package/lib/commonjs/components/SupportText/SupportTextIcon.js +2 -2
  92. package/lib/commonjs/components/Table/Table.js +324 -0
  93. package/lib/commonjs/components/Text/Text.js +15 -2
  94. package/lib/commonjs/components/TextInput/TextInput.js +23 -15
  95. package/lib/commonjs/components/TextSegment/TextSegment.js +15 -2
  96. package/lib/commonjs/components/ThreadHero/ThreadHero.js +21 -22
  97. package/lib/commonjs/components/Title/Title.js +39 -16
  98. package/lib/commonjs/components/Toast/Toast.js +18 -17
  99. package/lib/commonjs/components/Toggle/Toggle.js +3 -11
  100. package/lib/commonjs/components/Tooltip/Tooltip.js +12 -12
  101. package/lib/commonjs/components/TransactionBubble/TransactionBubble.js +15 -14
  102. package/lib/commonjs/components/TransactionDetails/TransactionDetails.js +10 -10
  103. package/lib/commonjs/components/TransactionStatus/TransactionStatus.js +12 -11
  104. package/lib/commonjs/components/UpiHandle/UpiHandle.js +17 -17
  105. package/lib/commonjs/components/index.js +58 -0
  106. package/lib/commonjs/design-tokens/Coin Variables-variables-full.json +1 -1
  107. package/lib/commonjs/design-tokens/figma-modes.generated.js +51 -42
  108. package/lib/commonjs/icons/components/Icon4g.js +19 -0
  109. package/lib/commonjs/icons/components/Icon4gltedata.js +19 -0
  110. package/lib/commonjs/icons/components/Icon5g.js +19 -0
  111. package/lib/commonjs/icons/components/Icon5gdoubleplus.js +19 -0
  112. package/lib/commonjs/icons/components/Icon5gplus.js +19 -0
  113. package/lib/commonjs/icons/components/IconAdblocker.js +19 -0
  114. package/lib/commonjs/icons/components/IconAdblockplus.js +19 -0
  115. package/lib/commonjs/icons/components/IconAnalytics.js +19 -0
  116. package/lib/commonjs/icons/components/IconAnalyticsdata.js +19 -0
  117. package/lib/commonjs/icons/components/IconAnalyticspiechart.js +19 -0
  118. package/lib/commonjs/icons/components/IconAnalyticspiecharttree.js +19 -0
  119. package/lib/commonjs/icons/components/IconAnalyticspiecharttwo.js +19 -0
  120. package/lib/commonjs/icons/components/IconCompoundinterest.js +19 -0
  121. package/lib/commonjs/icons/components/IconConsumptionaccounted.js +19 -0
  122. package/lib/commonjs/icons/components/IconConsumptionaverage.js +19 -0
  123. package/lib/commonjs/icons/components/IconConsumptionhigh.js +19 -0
  124. package/lib/commonjs/icons/components/IconConsumptionlow.js +19 -0
  125. package/lib/commonjs/icons/components/IconConsumptionunaccounted.js +19 -0
  126. package/lib/commonjs/icons/components/IconCsvdoc.js +19 -0
  127. package/lib/commonjs/icons/components/IconDatabase.js +19 -0
  128. package/lib/commonjs/icons/components/IconDigitalecosystem.js +19 -0
  129. package/lib/commonjs/icons/components/IconDigitalselfservice.js +19 -0
  130. package/lib/commonjs/icons/components/IconDistribution.js +19 -0
  131. package/lib/commonjs/icons/components/IconDocument.js +19 -0
  132. package/lib/commonjs/icons/components/IconDocumentdoc.js +19 -0
  133. package/lib/commonjs/icons/components/IconDocumentjpg.js +19 -0
  134. package/lib/commonjs/icons/components/IconDocumentodt.js +19 -0
  135. package/lib/commonjs/icons/components/IconDocumentpdf.js +19 -0
  136. package/lib/commonjs/icons/components/IconDocumentpng.js +19 -0
  137. package/lib/commonjs/icons/components/IconDocumentraw.js +19 -0
  138. package/lib/commonjs/icons/components/IconDocumentrtf.js +19 -0
  139. package/lib/commonjs/icons/components/IconDocumentsettings.js +19 -0
  140. package/lib/commonjs/icons/components/IconDocumenttif.js +19 -0
  141. package/lib/commonjs/icons/components/IconDocumenttxt.js +19 -0
  142. package/lib/commonjs/icons/components/IconDocumentunknown.js +19 -0
  143. package/lib/commonjs/icons/components/IconDocumentxls.js +19 -0
  144. package/lib/commonjs/icons/components/IconDocumentxlsx.js +19 -0
  145. package/lib/commonjs/icons/components/IconFilerequest.js +19 -0
  146. package/lib/commonjs/icons/components/IconFilesend.js +19 -0
  147. package/lib/commonjs/icons/components/IconFileshare.js +19 -0
  148. package/lib/commonjs/icons/components/IconFindinpage.js +19 -0
  149. package/lib/commonjs/icons/components/IconFolder.js +19 -0
  150. package/lib/commonjs/icons/components/IconFolderbookmarks.js +19 -0
  151. package/lib/commonjs/icons/components/IconFolderfavorites.js +19 -0
  152. package/lib/commonjs/icons/components/IconFolderlocked.js +19 -0
  153. package/lib/commonjs/icons/components/IconFoldermovefiles.js +19 -0
  154. package/lib/commonjs/icons/components/IconFolderpublic.js +19 -0
  155. package/lib/commonjs/icons/components/IconFolderrated.js +19 -0
  156. package/lib/commonjs/icons/components/IconFolderrequest.js +19 -0
  157. package/lib/commonjs/icons/components/IconForm.js +19 -0
  158. package/lib/commonjs/icons/components/IconFormadd.js +19 -0
  159. package/lib/commonjs/icons/components/IconForms.js +19 -0
  160. package/lib/commonjs/icons/components/IconGraphincreasing.js +19 -0
  161. package/lib/commonjs/icons/components/IconGraphlow.js +19 -0
  162. package/lib/commonjs/icons/components/IconGraphtable.js +19 -0
  163. package/lib/commonjs/icons/components/IconHealthreport.js +19 -0
  164. package/lib/commonjs/icons/components/IconHubmode.js +19 -0
  165. package/lib/commonjs/icons/components/IconInfrastructure.js +19 -0
  166. package/lib/commonjs/icons/components/IconInterestlow.js +19 -0
  167. package/lib/commonjs/icons/components/IconLte.js +19 -0
  168. package/lib/commonjs/icons/components/IconNetworkfuture.js +19 -0
  169. package/lib/commonjs/icons/components/IconPagesettings.js +19 -0
  170. package/lib/commonjs/icons/components/IconPptxdoc.js +19 -0
  171. package/lib/commonjs/icons/components/IconPreferrednumber.js +19 -0
  172. package/lib/commonjs/icons/components/IconPremiumnumber.js +19 -0
  173. package/lib/commonjs/icons/components/IconProjection.js +19 -0
  174. package/lib/commonjs/icons/components/IconRequest.js +19 -0
  175. package/lib/commonjs/icons/components/IconRoutestraffic.js +19 -0
  176. package/lib/commonjs/icons/components/IconTechnology.js +19 -0
  177. package/lib/commonjs/icons/components/IconVolte.js +19 -0
  178. package/lib/commonjs/icons/components/IconVonr.js +19 -0
  179. package/lib/commonjs/icons/components/IconVowifi.js +19 -0
  180. package/lib/commonjs/icons/components/IconVpndata.js +19 -0
  181. package/lib/commonjs/icons/components/index.js +803 -0
  182. package/lib/commonjs/icons/registry.js +2 -2
  183. package/lib/commonjs/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.js +11 -3
  184. package/lib/commonjs/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.web.js +8 -4
  185. package/lib/commonjs/utils/index.js +25 -0
  186. package/lib/commonjs/utils/react-utils.js +118 -0
  187. package/lib/commonjs/utils/shadow.js +200 -0
  188. package/lib/commonjs/utils/web-platform-utils.js +59 -0
  189. package/lib/module/components/Accordion/Accordion.js +3 -2
  190. package/lib/module/components/AccordionCheckbox/AccordionCheckbox.js +5 -4
  191. package/lib/module/components/AccountCard/AccountCard.js +5 -4
  192. package/lib/module/components/ActionFooter/ActionFooter.js +7 -24
  193. package/lib/module/components/ActionTile/ActionTile.js +10 -10
  194. package/lib/module/components/AllocationComparisonChart/AllocationComparisonChart.js +10 -7
  195. package/lib/module/components/AmountInput/AmountInput.js +3 -3
  196. package/lib/module/components/AreaLineChart/AreaLineChart.js +14 -10
  197. package/lib/module/components/Attached/Attached.js +1 -1
  198. package/lib/module/components/Avatar/Avatar.js +10 -10
  199. package/lib/module/components/AvatarGroup/AvatarGroup.js +9 -9
  200. package/lib/module/components/Badge/Badge.js +57 -18
  201. package/lib/module/components/BenefitCard/BenefitCard.js +95 -21
  202. package/lib/module/components/BottomNav/BottomNav.js +2 -2
  203. package/lib/module/components/BottomNavItem/BottomNavItem.js +3 -3
  204. package/lib/module/components/BrandChip/BrandChip.js +4 -4
  205. package/lib/module/components/Button/Button.js +32 -19
  206. package/lib/module/components/Card/Card.js +20 -20
  207. package/lib/module/components/CardAdvisory/CardAdvisory.js +9 -8
  208. package/lib/module/components/CardBankAccount/CardBankAccount.js +4 -3
  209. package/lib/module/components/CardCTA/CardCTA.js +216 -46
  210. package/lib/module/components/CardFeedback/CardFeedback.js +18 -18
  211. package/lib/module/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
  212. package/lib/module/components/CardInsight/CardInsight.js +6 -3
  213. package/lib/module/components/Carousel/Carousel.js +18 -12
  214. package/lib/module/components/CarouselCardAccounts/CarouselCardAccounts.js +71 -0
  215. package/lib/module/components/Checkbox/Checkbox.js +2 -9
  216. package/lib/module/components/ChipGroup/ChipGroup.js +1 -1
  217. package/lib/module/components/ChipSelect/ChipSelect.js +11 -11
  218. package/lib/module/components/CircularProgressBar/CircularProgressBar.js +13 -9
  219. package/lib/module/components/CircularProgressBarDoted/CircularProgressBarDoted.js +12 -11
  220. package/lib/module/components/CircularRating/CircularRating.js +6 -5
  221. package/lib/module/components/ClusterBubble/ClusterBubble.js +4 -3
  222. package/lib/module/components/CompareTable/CompareTable.js +89 -60
  223. package/lib/module/components/CoverageBarComparison/CoverageBarComparison.js +4 -3
  224. package/lib/module/components/DebitCard/DebitCard.js +18 -18
  225. package/lib/module/components/Disclaimer/Disclaimer.js +5 -5
  226. package/lib/module/components/DonutChart/DonutChart.js +16 -15
  227. package/lib/module/components/Drawer/Drawer.js +60 -60
  228. package/lib/module/components/Dropdown/Dropdown.js +26 -26
  229. package/lib/module/components/DropdownInput/DropdownInput.js +14 -13
  230. package/lib/module/components/EmptyState/EmptyState.js +14 -14
  231. package/lib/module/components/ExpandableCheckbox/ExpandableCheckbox.js +2 -1
  232. package/lib/module/components/FilterBar/FilterBar.js +2 -2
  233. package/lib/module/components/Form/Form.js +3 -3
  234. package/lib/module/components/FormField/FormField.js +51 -11
  235. package/lib/module/components/FullscreenModal/FullscreenModal.js +24 -24
  236. package/lib/module/components/Gauge/Gauge.js +9 -9
  237. package/lib/module/components/HoldingsCard/HoldingsCard.js +14 -13
  238. package/lib/module/components/Icon/Icon.js +6 -6
  239. package/lib/module/components/IconCapsule/IconCapsule.js +7 -7
  240. package/lib/module/components/InputSearch/InputSearch.js +9 -9
  241. package/lib/module/components/InstitutionBadge/InstitutionBadge.js +6 -5
  242. package/lib/module/components/ListGroup/ListGroup.js +11 -10
  243. package/lib/module/components/ListItem/ListItem.js +14 -13
  244. package/lib/module/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
  245. package/lib/module/components/LottiePlayer/LottiePlayer.js +2 -2
  246. package/lib/module/components/LottiePlayer/LottiePlayer.web.js +2 -2
  247. package/lib/module/components/MediaCard/MediaCard.js +25 -23
  248. package/lib/module/components/MessageField/MessageField.js +8 -8
  249. package/lib/module/components/MetricLegendItem/MetricLegendItem.js +4 -3
  250. package/lib/module/components/MoneyValue/MoneyValue.js +7 -7
  251. package/lib/module/components/MonthlyStatusGrid/MonthlyStatusGrid.js +7 -4
  252. package/lib/module/components/NavArrow/NavArrow.js +8 -8
  253. package/lib/module/components/NoteInput/NoteInput.js +12 -12
  254. package/lib/module/components/Nudge/Nudge.js +20 -20
  255. package/lib/module/components/OTP/OTP.js +15 -15
  256. package/lib/module/components/PageHero/PageHero.js +16 -16
  257. package/lib/module/components/PaymentFeedback/PaymentFeedback.js +23 -23
  258. package/lib/module/components/Popup/Popup.js +1 -1
  259. package/lib/module/components/PoweredByLabel/PoweredByLabel.js +4 -3
  260. package/lib/module/components/ProductMerchandisingCard/ProductMerchandisingCard.js +109 -35
  261. package/lib/module/components/ProductOverview/ProductOverview.js +5 -4
  262. package/lib/module/components/ProgressBadge/ProgressBadge.js +8 -8
  263. package/lib/module/components/ProjectionMarker/ProjectionMarker.js +4 -3
  264. package/lib/module/components/Radio/Radio.js +9 -9
  265. package/lib/module/components/RechargeCard/RechargeCard.js +31 -31
  266. package/lib/module/components/SavingsGoalSummary/SavingsGoalSummary.js +60 -13
  267. package/lib/module/components/ScrollArea/ScrollArea.js +121 -0
  268. package/lib/module/components/Section/Section.js +28 -27
  269. package/lib/module/components/Slider/Slider.js +4 -3
  270. package/lib/module/components/Stack/Stack.js +81 -0
  271. package/lib/module/components/StatusHero/StatusHero.js +14 -14
  272. package/lib/module/components/Stepper/Step.js +16 -16
  273. package/lib/module/components/Stepper/StepLabel.js +16 -16
  274. package/lib/module/components/Stepper/Stepper.js +3 -3
  275. package/lib/module/components/SuggestiveSearch/SuggestiveSearch.js +20 -11
  276. package/lib/module/components/SummaryTile/SummaryTile.js +4 -3
  277. package/lib/module/components/SupportText/SupportText.js +6 -6
  278. package/lib/module/components/SupportText/SupportTextIcon.js +2 -2
  279. package/lib/module/components/Table/Table.js +315 -0
  280. package/lib/module/components/Text/Text.js +16 -3
  281. package/lib/module/components/TextInput/TextInput.js +23 -15
  282. package/lib/module/components/TextSegment/TextSegment.js +16 -3
  283. package/lib/module/components/ThreadHero/ThreadHero.js +22 -23
  284. package/lib/module/components/Title/Title.js +40 -17
  285. package/lib/module/components/Toast/Toast.js +19 -18
  286. package/lib/module/components/Toggle/Toggle.js +4 -12
  287. package/lib/module/components/Tooltip/Tooltip.js +12 -12
  288. package/lib/module/components/TransactionBubble/TransactionBubble.js +16 -15
  289. package/lib/module/components/TransactionDetails/TransactionDetails.js +10 -10
  290. package/lib/module/components/TransactionStatus/TransactionStatus.js +13 -12
  291. package/lib/module/components/UpiHandle/UpiHandle.js +18 -18
  292. package/lib/module/components/index.js +4 -0
  293. package/lib/module/design-tokens/Coin Variables-variables-full.json +1 -1
  294. package/lib/module/design-tokens/figma-modes.generated.js +51 -42
  295. package/lib/module/icons/components/Icon4g.js +12 -0
  296. package/lib/module/icons/components/Icon4gltedata.js +12 -0
  297. package/lib/module/icons/components/Icon5g.js +12 -0
  298. package/lib/module/icons/components/Icon5gdoubleplus.js +12 -0
  299. package/lib/module/icons/components/Icon5gplus.js +12 -0
  300. package/lib/module/icons/components/IconAdblocker.js +12 -0
  301. package/lib/module/icons/components/IconAdblockplus.js +12 -0
  302. package/lib/module/icons/components/IconAnalytics.js +12 -0
  303. package/lib/module/icons/components/IconAnalyticsdata.js +12 -0
  304. package/lib/module/icons/components/IconAnalyticspiechart.js +12 -0
  305. package/lib/module/icons/components/IconAnalyticspiecharttree.js +12 -0
  306. package/lib/module/icons/components/IconAnalyticspiecharttwo.js +12 -0
  307. package/lib/module/icons/components/IconCompoundinterest.js +12 -0
  308. package/lib/module/icons/components/IconConsumptionaccounted.js +12 -0
  309. package/lib/module/icons/components/IconConsumptionaverage.js +12 -0
  310. package/lib/module/icons/components/IconConsumptionhigh.js +12 -0
  311. package/lib/module/icons/components/IconConsumptionlow.js +12 -0
  312. package/lib/module/icons/components/IconConsumptionunaccounted.js +12 -0
  313. package/lib/module/icons/components/IconCsvdoc.js +12 -0
  314. package/lib/module/icons/components/IconDatabase.js +12 -0
  315. package/lib/module/icons/components/IconDigitalecosystem.js +12 -0
  316. package/lib/module/icons/components/IconDigitalselfservice.js +12 -0
  317. package/lib/module/icons/components/IconDistribution.js +12 -0
  318. package/lib/module/icons/components/IconDocument.js +12 -0
  319. package/lib/module/icons/components/IconDocumentdoc.js +12 -0
  320. package/lib/module/icons/components/IconDocumentjpg.js +12 -0
  321. package/lib/module/icons/components/IconDocumentodt.js +12 -0
  322. package/lib/module/icons/components/IconDocumentpdf.js +12 -0
  323. package/lib/module/icons/components/IconDocumentpng.js +12 -0
  324. package/lib/module/icons/components/IconDocumentraw.js +12 -0
  325. package/lib/module/icons/components/IconDocumentrtf.js +12 -0
  326. package/lib/module/icons/components/IconDocumentsettings.js +12 -0
  327. package/lib/module/icons/components/IconDocumenttif.js +12 -0
  328. package/lib/module/icons/components/IconDocumenttxt.js +12 -0
  329. package/lib/module/icons/components/IconDocumentunknown.js +12 -0
  330. package/lib/module/icons/components/IconDocumentxls.js +12 -0
  331. package/lib/module/icons/components/IconDocumentxlsx.js +12 -0
  332. package/lib/module/icons/components/IconFilerequest.js +12 -0
  333. package/lib/module/icons/components/IconFilesend.js +12 -0
  334. package/lib/module/icons/components/IconFileshare.js +12 -0
  335. package/lib/module/icons/components/IconFindinpage.js +12 -0
  336. package/lib/module/icons/components/IconFolder.js +12 -0
  337. package/lib/module/icons/components/IconFolderbookmarks.js +12 -0
  338. package/lib/module/icons/components/IconFolderfavorites.js +12 -0
  339. package/lib/module/icons/components/IconFolderlocked.js +12 -0
  340. package/lib/module/icons/components/IconFoldermovefiles.js +12 -0
  341. package/lib/module/icons/components/IconFolderpublic.js +12 -0
  342. package/lib/module/icons/components/IconFolderrated.js +12 -0
  343. package/lib/module/icons/components/IconFolderrequest.js +12 -0
  344. package/lib/module/icons/components/IconForm.js +12 -0
  345. package/lib/module/icons/components/IconFormadd.js +12 -0
  346. package/lib/module/icons/components/IconForms.js +12 -0
  347. package/lib/module/icons/components/IconGraphincreasing.js +12 -0
  348. package/lib/module/icons/components/IconGraphlow.js +12 -0
  349. package/lib/module/icons/components/IconGraphtable.js +12 -0
  350. package/lib/module/icons/components/IconHealthreport.js +12 -0
  351. package/lib/module/icons/components/IconHubmode.js +12 -0
  352. package/lib/module/icons/components/IconInfrastructure.js +12 -0
  353. package/lib/module/icons/components/IconInterestlow.js +12 -0
  354. package/lib/module/icons/components/IconLte.js +12 -0
  355. package/lib/module/icons/components/IconNetworkfuture.js +12 -0
  356. package/lib/module/icons/components/IconPagesettings.js +12 -0
  357. package/lib/module/icons/components/IconPptxdoc.js +12 -0
  358. package/lib/module/icons/components/IconPreferrednumber.js +12 -0
  359. package/lib/module/icons/components/IconPremiumnumber.js +12 -0
  360. package/lib/module/icons/components/IconProjection.js +12 -0
  361. package/lib/module/icons/components/IconRequest.js +12 -0
  362. package/lib/module/icons/components/IconRoutestraffic.js +12 -0
  363. package/lib/module/icons/components/IconTechnology.js +12 -0
  364. package/lib/module/icons/components/IconVolte.js +12 -0
  365. package/lib/module/icons/components/IconVonr.js +12 -0
  366. package/lib/module/icons/components/IconVowifi.js +12 -0
  367. package/lib/module/icons/components/IconVpndata.js +12 -0
  368. package/lib/module/icons/components/index.js +73 -0
  369. package/lib/module/icons/registry.js +2 -2
  370. package/lib/module/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.js +11 -3
  371. package/lib/module/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.web.js +8 -4
  372. package/lib/module/utils/index.js +2 -1
  373. package/lib/module/utils/react-utils.js +115 -0
  374. package/lib/module/utils/shadow.js +194 -0
  375. package/lib/module/utils/web-platform-utils.js +58 -0
  376. package/lib/typescript/src/components/Accordion/Accordion.d.ts +7 -1
  377. package/lib/typescript/src/components/AccordionCheckbox/AccordionCheckbox.d.ts +7 -1
  378. package/lib/typescript/src/components/AccountCard/AccountCard.d.ts +7 -1
  379. package/lib/typescript/src/components/AllocationComparisonChart/AllocationComparisonChart.d.ts +7 -1
  380. package/lib/typescript/src/components/AreaLineChart/AreaLineChart.d.ts +8 -1
  381. package/lib/typescript/src/components/Badge/Badge.d.ts +32 -2
  382. package/lib/typescript/src/components/BenefitCard/BenefitCard.d.ts +33 -4
  383. package/lib/typescript/src/components/BrandChip/BrandChip.d.ts +7 -1
  384. package/lib/typescript/src/components/Button/Button.d.ts +7 -1
  385. package/lib/typescript/src/components/CardAdvisory/CardAdvisory.d.ts +7 -1
  386. package/lib/typescript/src/components/CardBankAccount/CardBankAccount.d.ts +7 -1
  387. package/lib/typescript/src/components/CardCTA/CardCTA.d.ts +27 -5
  388. package/lib/typescript/src/components/Carousel/Carousel.d.ts +11 -1
  389. package/lib/typescript/src/components/CarouselCardAccounts/CarouselCardAccounts.d.ts +57 -0
  390. package/lib/typescript/src/components/CircularProgressBar/CircularProgressBar.d.ts +7 -1
  391. package/lib/typescript/src/components/CircularProgressBarDoted/CircularProgressBarDoted.d.ts +7 -1
  392. package/lib/typescript/src/components/CircularRating/CircularRating.d.ts +7 -1
  393. package/lib/typescript/src/components/ClusterBubble/ClusterBubble.d.ts +7 -1
  394. package/lib/typescript/src/components/CompareTable/CompareTable.d.ts +7 -1
  395. package/lib/typescript/src/components/CoverageBarComparison/CoverageBarComparison.d.ts +7 -1
  396. package/lib/typescript/src/components/DonutChart/DonutChart.d.ts +7 -1
  397. package/lib/typescript/src/components/Dropdown/Dropdown.d.ts +7 -1
  398. package/lib/typescript/src/components/DropdownInput/DropdownInput.d.ts +6 -0
  399. package/lib/typescript/src/components/ExpandableCheckbox/ExpandableCheckbox.d.ts +7 -1
  400. package/lib/typescript/src/components/HoldingsCard/HoldingsCard.d.ts +7 -1
  401. package/lib/typescript/src/components/InstitutionBadge/InstitutionBadge.d.ts +7 -1
  402. package/lib/typescript/src/components/ListGroup/ListGroup.d.ts +7 -1
  403. package/lib/typescript/src/components/ListItem/ListItem.d.ts +7 -1
  404. package/lib/typescript/src/components/MetricLegendItem/MetricLegendItem.d.ts +7 -1
  405. package/lib/typescript/src/components/MonthlyStatusGrid/MonthlyStatusGrid.d.ts +14 -2
  406. package/lib/typescript/src/components/PoweredByLabel/PoweredByLabel.d.ts +7 -1
  407. package/lib/typescript/src/components/ProductMerchandisingCard/ProductMerchandisingCard.d.ts +7 -1
  408. package/lib/typescript/src/components/ProductOverview/ProductOverview.d.ts +7 -1
  409. package/lib/typescript/src/components/ProgressBadge/ProgressBadge.d.ts +7 -1
  410. package/lib/typescript/src/components/ProjectionMarker/ProjectionMarker.d.ts +7 -1
  411. package/lib/typescript/src/components/SavingsGoalSummary/SavingsGoalSummary.d.ts +11 -1
  412. package/lib/typescript/src/components/ScrollArea/ScrollArea.d.ts +77 -0
  413. package/lib/typescript/src/components/Section/Section.d.ts +7 -1
  414. package/lib/typescript/src/components/Slider/Slider.d.ts +6 -0
  415. package/lib/typescript/src/components/Stack/Stack.d.ts +81 -0
  416. package/lib/typescript/src/components/SummaryTile/SummaryTile.d.ts +7 -1
  417. package/lib/typescript/src/components/Table/Table.d.ts +139 -0
  418. package/lib/typescript/src/components/Text/Text.d.ts +16 -1
  419. package/lib/typescript/src/components/TextSegment/TextSegment.d.ts +16 -1
  420. package/lib/typescript/src/components/ThreadHero/ThreadHero.d.ts +7 -1
  421. package/lib/typescript/src/components/Title/Title.d.ts +17 -1
  422. package/lib/typescript/src/components/Toast/Toast.d.ts +7 -1
  423. package/lib/typescript/src/components/TransactionBubble/TransactionBubble.d.ts +7 -1
  424. package/lib/typescript/src/components/TransactionStatus/TransactionStatus.d.ts +7 -1
  425. package/lib/typescript/src/components/UpiHandle/UpiHandle.d.ts +7 -1
  426. package/lib/typescript/src/components/index.d.ts +6 -2
  427. package/lib/typescript/src/design-tokens/figma-modes.generated.d.ts +23 -15
  428. package/lib/typescript/src/icons/components/Icon4g.d.ts +3 -0
  429. package/lib/typescript/src/icons/components/Icon4gltedata.d.ts +3 -0
  430. package/lib/typescript/src/icons/components/Icon5g.d.ts +3 -0
  431. package/lib/typescript/src/icons/components/Icon5gdoubleplus.d.ts +3 -0
  432. package/lib/typescript/src/icons/components/Icon5gplus.d.ts +3 -0
  433. package/lib/typescript/src/icons/components/IconAdblocker.d.ts +3 -0
  434. package/lib/typescript/src/icons/components/IconAdblockplus.d.ts +3 -0
  435. package/lib/typescript/src/icons/components/IconAnalytics.d.ts +3 -0
  436. package/lib/typescript/src/icons/components/IconAnalyticsdata.d.ts +3 -0
  437. package/lib/typescript/src/icons/components/IconAnalyticspiechart.d.ts +3 -0
  438. package/lib/typescript/src/icons/components/IconAnalyticspiecharttree.d.ts +3 -0
  439. package/lib/typescript/src/icons/components/IconAnalyticspiecharttwo.d.ts +3 -0
  440. package/lib/typescript/src/icons/components/IconCompoundinterest.d.ts +3 -0
  441. package/lib/typescript/src/icons/components/IconConsumptionaccounted.d.ts +3 -0
  442. package/lib/typescript/src/icons/components/IconConsumptionaverage.d.ts +3 -0
  443. package/lib/typescript/src/icons/components/IconConsumptionhigh.d.ts +3 -0
  444. package/lib/typescript/src/icons/components/IconConsumptionlow.d.ts +3 -0
  445. package/lib/typescript/src/icons/components/IconConsumptionunaccounted.d.ts +3 -0
  446. package/lib/typescript/src/icons/components/IconCsvdoc.d.ts +3 -0
  447. package/lib/typescript/src/icons/components/IconDatabase.d.ts +3 -0
  448. package/lib/typescript/src/icons/components/IconDigitalecosystem.d.ts +3 -0
  449. package/lib/typescript/src/icons/components/IconDigitalselfservice.d.ts +3 -0
  450. package/lib/typescript/src/icons/components/IconDistribution.d.ts +3 -0
  451. package/lib/typescript/src/icons/components/IconDocument.d.ts +3 -0
  452. package/lib/typescript/src/icons/components/IconDocumentdoc.d.ts +3 -0
  453. package/lib/typescript/src/icons/components/IconDocumentjpg.d.ts +3 -0
  454. package/lib/typescript/src/icons/components/IconDocumentodt.d.ts +3 -0
  455. package/lib/typescript/src/icons/components/IconDocumentpdf.d.ts +3 -0
  456. package/lib/typescript/src/icons/components/IconDocumentpng.d.ts +3 -0
  457. package/lib/typescript/src/icons/components/IconDocumentraw.d.ts +3 -0
  458. package/lib/typescript/src/icons/components/IconDocumentrtf.d.ts +3 -0
  459. package/lib/typescript/src/icons/components/IconDocumentsettings.d.ts +3 -0
  460. package/lib/typescript/src/icons/components/IconDocumenttif.d.ts +3 -0
  461. package/lib/typescript/src/icons/components/IconDocumenttxt.d.ts +3 -0
  462. package/lib/typescript/src/icons/components/IconDocumentunknown.d.ts +3 -0
  463. package/lib/typescript/src/icons/components/IconDocumentxls.d.ts +3 -0
  464. package/lib/typescript/src/icons/components/IconDocumentxlsx.d.ts +3 -0
  465. package/lib/typescript/src/icons/components/IconFilerequest.d.ts +3 -0
  466. package/lib/typescript/src/icons/components/IconFilesend.d.ts +3 -0
  467. package/lib/typescript/src/icons/components/IconFileshare.d.ts +3 -0
  468. package/lib/typescript/src/icons/components/IconFindinpage.d.ts +3 -0
  469. package/lib/typescript/src/icons/components/IconFolder.d.ts +3 -0
  470. package/lib/typescript/src/icons/components/IconFolderbookmarks.d.ts +3 -0
  471. package/lib/typescript/src/icons/components/IconFolderfavorites.d.ts +3 -0
  472. package/lib/typescript/src/icons/components/IconFolderlocked.d.ts +3 -0
  473. package/lib/typescript/src/icons/components/IconFoldermovefiles.d.ts +3 -0
  474. package/lib/typescript/src/icons/components/IconFolderpublic.d.ts +3 -0
  475. package/lib/typescript/src/icons/components/IconFolderrated.d.ts +3 -0
  476. package/lib/typescript/src/icons/components/IconFolderrequest.d.ts +3 -0
  477. package/lib/typescript/src/icons/components/IconForm.d.ts +3 -0
  478. package/lib/typescript/src/icons/components/IconFormadd.d.ts +3 -0
  479. package/lib/typescript/src/icons/components/IconForms.d.ts +3 -0
  480. package/lib/typescript/src/icons/components/IconGraphincreasing.d.ts +3 -0
  481. package/lib/typescript/src/icons/components/IconGraphlow.d.ts +3 -0
  482. package/lib/typescript/src/icons/components/IconGraphtable.d.ts +3 -0
  483. package/lib/typescript/src/icons/components/IconHealthreport.d.ts +3 -0
  484. package/lib/typescript/src/icons/components/IconHubmode.d.ts +3 -0
  485. package/lib/typescript/src/icons/components/IconInfrastructure.d.ts +3 -0
  486. package/lib/typescript/src/icons/components/IconInterestlow.d.ts +3 -0
  487. package/lib/typescript/src/icons/components/IconLte.d.ts +3 -0
  488. package/lib/typescript/src/icons/components/IconNetworkfuture.d.ts +3 -0
  489. package/lib/typescript/src/icons/components/IconPagesettings.d.ts +3 -0
  490. package/lib/typescript/src/icons/components/IconPptxdoc.d.ts +3 -0
  491. package/lib/typescript/src/icons/components/IconPreferrednumber.d.ts +3 -0
  492. package/lib/typescript/src/icons/components/IconPremiumnumber.d.ts +3 -0
  493. package/lib/typescript/src/icons/components/IconProjection.d.ts +3 -0
  494. package/lib/typescript/src/icons/components/IconRequest.d.ts +3 -0
  495. package/lib/typescript/src/icons/components/IconRoutestraffic.d.ts +3 -0
  496. package/lib/typescript/src/icons/components/IconTechnology.d.ts +3 -0
  497. package/lib/typescript/src/icons/components/IconVolte.d.ts +3 -0
  498. package/lib/typescript/src/icons/components/IconVonr.d.ts +3 -0
  499. package/lib/typescript/src/icons/components/IconVowifi.d.ts +3 -0
  500. package/lib/typescript/src/icons/components/IconVpndata.d.ts +3 -0
  501. package/lib/typescript/src/icons/components/index.d.ts +73 -0
  502. package/lib/typescript/src/icons/registry.d.ts +1 -1
  503. package/lib/typescript/src/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.d.ts +31 -3
  504. package/lib/typescript/src/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.web.d.ts +18 -2
  505. package/lib/typescript/src/utils/index.d.ts +2 -0
  506. package/lib/typescript/src/utils/react-utils.d.ts +76 -0
  507. package/lib/typescript/src/utils/shadow.d.ts +72 -0
  508. package/lib/typescript/src/utils/web-platform-utils.d.ts +36 -0
  509. package/package.json +2 -1
  510. package/src/components/Accordion/Accordion.tsx +9 -2
  511. package/src/components/AccordionCheckbox/AccordionCheckbox.tsx +10 -3
  512. package/src/components/AccountCard/AccountCard.tsx +10 -3
  513. package/src/components/ActionFooter/ActionFooter.tsx +8 -26
  514. package/src/components/ActionTile/ActionTile.tsx +10 -10
  515. package/src/components/AllocationComparisonChart/AllocationComparisonChart.tsx +14 -4
  516. package/src/components/AmountInput/AmountInput.tsx +3 -3
  517. package/src/components/AreaLineChart/AreaLineChart.tsx +17 -7
  518. package/src/components/Attached/Attached.tsx +1 -1
  519. package/src/components/Avatar/Avatar.tsx +10 -10
  520. package/src/components/AvatarGroup/AvatarGroup.tsx +9 -9
  521. package/src/components/Badge/Badge.tsx +86 -17
  522. package/src/components/BenefitCard/BenefitCard.tsx +120 -27
  523. package/src/components/BottomNav/BottomNav.tsx +2 -2
  524. package/src/components/BottomNavItem/BottomNavItem.tsx +3 -3
  525. package/src/components/BrandChip/BrandChip.tsx +9 -3
  526. package/src/components/Button/Button.tsx +36 -19
  527. package/src/components/Card/Card.tsx +20 -20
  528. package/src/components/CardAdvisory/CardAdvisory.tsx +15 -8
  529. package/src/components/CardBankAccount/CardBankAccount.tsx +9 -2
  530. package/src/components/CardCTA/CardCTA.tsx +237 -64
  531. package/src/components/CardFeedback/CardFeedback.tsx +18 -18
  532. package/src/components/CardFinancialCondition/CardFinancialCondition.tsx +7 -10
  533. package/src/components/CardInsight/CardInsight.tsx +8 -4
  534. package/src/components/Carousel/Carousel.tsx +29 -12
  535. package/src/components/CarouselCardAccounts/CarouselCardAccounts.tsx +113 -0
  536. package/src/components/Checkbox/Checkbox.tsx +2 -8
  537. package/src/components/ChipGroup/ChipGroup.tsx +1 -1
  538. package/src/components/ChipSelect/ChipSelect.tsx +11 -11
  539. package/src/components/CircularProgressBar/CircularProgressBar.tsx +19 -9
  540. package/src/components/CircularProgressBarDoted/CircularProgressBarDoted.tsx +18 -11
  541. package/src/components/CircularRating/CircularRating.tsx +12 -5
  542. package/src/components/ClusterBubble/ClusterBubble.tsx +9 -2
  543. package/src/components/CompareTable/CompareTable.tsx +114 -66
  544. package/src/components/CoverageBarComparison/CoverageBarComparison.tsx +9 -2
  545. package/src/components/DebitCard/DebitCard.tsx +22 -22
  546. package/src/components/Disclaimer/Disclaimer.tsx +5 -5
  547. package/src/components/DonutChart/DonutChart.tsx +21 -48
  548. package/src/components/Drawer/Drawer.tsx +80 -71
  549. package/src/components/Dropdown/Dropdown.tsx +32 -30
  550. package/src/components/DropdownInput/DropdownInput.tsx +19 -19
  551. package/src/components/EmptyState/EmptyState.tsx +14 -14
  552. package/src/components/ExpandableCheckbox/ExpandableCheckbox.tsx +8 -1
  553. package/src/components/FilterBar/FilterBar.tsx +2 -2
  554. package/src/components/Form/Form.tsx +3 -3
  555. package/src/components/FormField/FormField.tsx +55 -15
  556. package/src/components/FullscreenModal/FullscreenModal.tsx +24 -24
  557. package/src/components/Gauge/Gauge.tsx +9 -9
  558. package/src/components/HoldingsCard/HoldingsCard.tsx +19 -12
  559. package/src/components/Icon/Icon.tsx +6 -6
  560. package/src/components/IconCapsule/IconCapsule.tsx +7 -7
  561. package/src/components/InputSearch/InputSearch.tsx +9 -9
  562. package/src/components/InstitutionBadge/InstitutionBadge.tsx +12 -8
  563. package/src/components/ListGroup/ListGroup.tsx +17 -10
  564. package/src/components/ListItem/ListItem.tsx +20 -13
  565. package/src/components/LottieIntroBlock/LottieIntroBlock.tsx +13 -16
  566. package/src/components/LottiePlayer/LottiePlayer.tsx +2 -2
  567. package/src/components/LottiePlayer/LottiePlayer.web.tsx +2 -2
  568. package/src/components/MediaCard/MediaCard.tsx +23 -23
  569. package/src/components/MessageField/MessageField.tsx +8 -16
  570. package/src/components/MetricLegendItem/MetricLegendItem.tsx +9 -2
  571. package/src/components/MoneyValue/MoneyValue.tsx +7 -7
  572. package/src/components/MonthlyStatusGrid/MonthlyStatusGrid.tsx +17 -2
  573. package/src/components/NavArrow/NavArrow.tsx +8 -8
  574. package/src/components/NoteInput/NoteInput.tsx +12 -12
  575. package/src/components/Nudge/Nudge.tsx +20 -20
  576. package/src/components/OTP/OTP.tsx +16 -16
  577. package/src/components/PageHero/PageHero.tsx +16 -16
  578. package/src/components/PaymentFeedback/PaymentFeedback.tsx +27 -27
  579. package/src/components/Popup/Popup.tsx +1 -1
  580. package/src/components/PoweredByLabel/PoweredByLabel.tsx +9 -2
  581. package/src/components/ProductMerchandisingCard/ProductMerchandisingCard.tsx +104 -37
  582. package/src/components/ProductOverview/ProductOverview.tsx +10 -3
  583. package/src/components/ProgressBadge/ProgressBadge.tsx +14 -8
  584. package/src/components/ProjectionMarker/ProjectionMarker.tsx +9 -2
  585. package/src/components/Radio/Radio.tsx +8 -9
  586. package/src/components/RechargeCard/RechargeCard.tsx +31 -31
  587. package/src/components/SavingsGoalSummary/SavingsGoalSummary.tsx +105 -13
  588. package/src/components/ScrollArea/ScrollArea.tsx +200 -0
  589. package/src/components/Section/Section.tsx +36 -29
  590. package/src/components/Slider/Slider.tsx +9 -2
  591. package/src/components/Stack/Stack.tsx +131 -0
  592. package/src/components/StatusHero/StatusHero.tsx +14 -14
  593. package/src/components/Stepper/Step.tsx +16 -18
  594. package/src/components/Stepper/StepLabel.tsx +16 -27
  595. package/src/components/Stepper/Stepper.tsx +3 -4
  596. package/src/components/SuggestiveSearch/SuggestiveSearch.tsx +20 -21
  597. package/src/components/SummaryTile/SummaryTile.tsx +9 -2
  598. package/src/components/SupportText/SupportText.tsx +6 -6
  599. package/src/components/SupportText/SupportTextIcon.tsx +2 -2
  600. package/src/components/Table/Table.tsx +449 -0
  601. package/src/components/Text/Text.tsx +28 -3
  602. package/src/components/TextInput/TextInput.tsx +21 -15
  603. package/src/components/TextSegment/TextSegment.tsx +27 -2
  604. package/src/components/ThreadHero/ThreadHero.tsx +27 -20
  605. package/src/components/Title/Title.tsx +50 -17
  606. package/src/components/Toast/Toast.tsx +24 -17
  607. package/src/components/Toggle/Toggle.tsx +5 -10
  608. package/src/components/Tooltip/Tooltip.tsx +12 -12
  609. package/src/components/TransactionBubble/TransactionBubble.tsx +22 -15
  610. package/src/components/TransactionDetails/TransactionDetails.tsx +10 -10
  611. package/src/components/TransactionStatus/TransactionStatus.tsx +18 -11
  612. package/src/components/UpiHandle/UpiHandle.tsx +24 -18
  613. package/src/components/index.ts +25 -2
  614. package/src/design-tokens/Coin Variables-variables-full.json +1 -1
  615. package/src/design-tokens/figma-modes.generated.ts +51 -42
  616. package/src/icons/components/Icon4g.tsx +11 -0
  617. package/src/icons/components/Icon4gltedata.tsx +11 -0
  618. package/src/icons/components/Icon5g.tsx +11 -0
  619. package/src/icons/components/Icon5gdoubleplus.tsx +11 -0
  620. package/src/icons/components/Icon5gplus.tsx +11 -0
  621. package/src/icons/components/IconAdblocker.tsx +11 -0
  622. package/src/icons/components/IconAdblockplus.tsx +11 -0
  623. package/src/icons/components/IconAnalytics.tsx +11 -0
  624. package/src/icons/components/IconAnalyticsdata.tsx +11 -0
  625. package/src/icons/components/IconAnalyticspiechart.tsx +11 -0
  626. package/src/icons/components/IconAnalyticspiecharttree.tsx +11 -0
  627. package/src/icons/components/IconAnalyticspiecharttwo.tsx +11 -0
  628. package/src/icons/components/IconCompoundinterest.tsx +11 -0
  629. package/src/icons/components/IconConsumptionaccounted.tsx +11 -0
  630. package/src/icons/components/IconConsumptionaverage.tsx +11 -0
  631. package/src/icons/components/IconConsumptionhigh.tsx +11 -0
  632. package/src/icons/components/IconConsumptionlow.tsx +11 -0
  633. package/src/icons/components/IconConsumptionunaccounted.tsx +11 -0
  634. package/src/icons/components/IconCsvdoc.tsx +11 -0
  635. package/src/icons/components/IconDatabase.tsx +11 -0
  636. package/src/icons/components/IconDigitalecosystem.tsx +11 -0
  637. package/src/icons/components/IconDigitalselfservice.tsx +11 -0
  638. package/src/icons/components/IconDistribution.tsx +11 -0
  639. package/src/icons/components/IconDocument.tsx +11 -0
  640. package/src/icons/components/IconDocumentdoc.tsx +11 -0
  641. package/src/icons/components/IconDocumentjpg.tsx +11 -0
  642. package/src/icons/components/IconDocumentodt.tsx +11 -0
  643. package/src/icons/components/IconDocumentpdf.tsx +11 -0
  644. package/src/icons/components/IconDocumentpng.tsx +11 -0
  645. package/src/icons/components/IconDocumentraw.tsx +11 -0
  646. package/src/icons/components/IconDocumentrtf.tsx +11 -0
  647. package/src/icons/components/IconDocumentsettings.tsx +11 -0
  648. package/src/icons/components/IconDocumenttif.tsx +11 -0
  649. package/src/icons/components/IconDocumenttxt.tsx +11 -0
  650. package/src/icons/components/IconDocumentunknown.tsx +11 -0
  651. package/src/icons/components/IconDocumentxls.tsx +11 -0
  652. package/src/icons/components/IconDocumentxlsx.tsx +11 -0
  653. package/src/icons/components/IconFilerequest.tsx +11 -0
  654. package/src/icons/components/IconFilesend.tsx +11 -0
  655. package/src/icons/components/IconFileshare.tsx +11 -0
  656. package/src/icons/components/IconFindinpage.tsx +11 -0
  657. package/src/icons/components/IconFolder.tsx +11 -0
  658. package/src/icons/components/IconFolderbookmarks.tsx +11 -0
  659. package/src/icons/components/IconFolderfavorites.tsx +11 -0
  660. package/src/icons/components/IconFolderlocked.tsx +11 -0
  661. package/src/icons/components/IconFoldermovefiles.tsx +11 -0
  662. package/src/icons/components/IconFolderpublic.tsx +11 -0
  663. package/src/icons/components/IconFolderrated.tsx +11 -0
  664. package/src/icons/components/IconFolderrequest.tsx +11 -0
  665. package/src/icons/components/IconForm.tsx +11 -0
  666. package/src/icons/components/IconFormadd.tsx +11 -0
  667. package/src/icons/components/IconForms.tsx +11 -0
  668. package/src/icons/components/IconGraphincreasing.tsx +11 -0
  669. package/src/icons/components/IconGraphlow.tsx +11 -0
  670. package/src/icons/components/IconGraphtable.tsx +11 -0
  671. package/src/icons/components/IconHealthreport.tsx +11 -0
  672. package/src/icons/components/IconHubmode.tsx +11 -0
  673. package/src/icons/components/IconInfrastructure.tsx +11 -0
  674. package/src/icons/components/IconInterestlow.tsx +11 -0
  675. package/src/icons/components/IconLte.tsx +11 -0
  676. package/src/icons/components/IconNetworkfuture.tsx +11 -0
  677. package/src/icons/components/IconPagesettings.tsx +11 -0
  678. package/src/icons/components/IconPptxdoc.tsx +11 -0
  679. package/src/icons/components/IconPreferrednumber.tsx +11 -0
  680. package/src/icons/components/IconPremiumnumber.tsx +11 -0
  681. package/src/icons/components/IconProjection.tsx +11 -0
  682. package/src/icons/components/IconRequest.tsx +11 -0
  683. package/src/icons/components/IconRoutestraffic.tsx +11 -0
  684. package/src/icons/components/IconTechnology.tsx +11 -0
  685. package/src/icons/components/IconVolte.tsx +11 -0
  686. package/src/icons/components/IconVonr.tsx +11 -0
  687. package/src/icons/components/IconVowifi.tsx +11 -0
  688. package/src/icons/components/IconVpndata.tsx +11 -0
  689. package/src/icons/components/index.ts +73 -0
  690. package/src/icons/registry.ts +293 -1
  691. package/src/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.tsx +32 -3
  692. package/src/{components/ProductMerchandisingCard → utils/GlassFill}/GlassFill.web.tsx +25 -4
  693. package/src/utils/index.ts +2 -0
  694. package/src/utils/react-utils.ts +132 -0
  695. package/src/utils/shadow.ts +219 -0
  696. package/src/utils/web-platform-utils.ts +68 -0
  697. package/lib/commonjs/components/MediaCard/GlassFill.js +0 -62
  698. package/lib/commonjs/components/MediaCard/GlassFill.web.js +0 -48
  699. package/lib/module/components/MediaCard/GlassFill.js +0 -57
  700. package/lib/module/components/MediaCard/GlassFill.web.js +0 -43
  701. package/lib/typescript/src/components/MediaCard/GlassFill.d.ts +0 -47
  702. package/lib/typescript/src/components/MediaCard/GlassFill.web.d.ts +0 -20
  703. package/src/components/MediaCard/GlassFill.tsx +0 -89
  704. package/src/components/MediaCard/GlassFill.web.tsx +0 -53
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFilerequest = 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 IconFilerequest = 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: "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.97 6.9 15.23 7 15.5 7Z M13.38 8.12C12.82 7.56 12.5 6.79 12.5 6V2H7C6.34 2 5.7 2.26 5.23 2.73C4.76 3.2 4.5 3.83 4.5 4.5V19.5C4.5 20.16 4.76 20.8 5.23 21.27C5.7 21.74 6.33 22 7 22H17C17.66 22 18.3 21.74 18.77 21.27C19.24 20.8 19.5 20.17 19.5 19.5V9H15.5C14.7 9 13.94 8.68 13.38 8.12ZM15.71 16.7L12.71 19.7C12.62 19.79 12.51 19.87 12.38 19.92C12.26 19.97 12.13 20 12 20C11.87 20 11.74 19.97 11.62 19.92C11.5 19.87 11.39 19.8 11.29 19.7L8.29 16.7C7.9 16.31 7.9 15.68 8.29 15.29C8.68 14.9 9.31 14.9 9.7 15.29L10.99 16.58V10.99C10.99 10.44 11.44 9.99 11.99 9.99C12.54 9.99 12.99 10.44 12.99 10.99V16.58L14.28 15.29C14.67 14.9 15.3 14.9 15.69 15.29C16.08 15.68 16.08 16.31 15.69 16.7H15.71Z"
17
+ })
18
+ });
19
+ exports.IconFilerequest = IconFilerequest;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFilesend = 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 IconFilesend = 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 7H20C20 6.47 19.79 5.96 19.41 5.59L16.41 2.59C16.04 2.21 15.53 2 15 2V6C15 6.27 15.11 6.52 15.29 6.71C15.47 6.9 15.73 7 16 7Z M13.88 8.12C13.32 7.56 13 6.79 13 6V2H7.5C6.84 2 6.2 2.26 5.73 2.73C5.26 3.2 5 3.83 5 4.5V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V9H16C15.2 9 14.44 8.68 13.88 8.12ZM16.92 15.62C17.02 15.86 17.02 16.14 16.92 16.38C16.87 16.5 16.8 16.61 16.7 16.71L13.7 19.71C13.5 19.91 13.25 20 12.99 20C12.73 20 12.48 19.9 12.28 19.71C11.89 19.32 11.89 18.69 12.28 18.3L13.57 17.01H8.98C8.43 17.01 7.98 16.56 7.98 16.01C7.98 15.46 8.43 15.01 8.98 15.01H13.57L12.28 13.72C11.89 13.33 11.89 12.7 12.28 12.31C12.67 11.92 13.3 11.92 13.69 12.31L16.69 15.31C16.78 15.4 16.87 15.49 16.92 15.62Z"
17
+ })
18
+ });
19
+ exports.IconFilesend = IconFilesend;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFileshare = 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 IconFileshare = 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: "M15 7.00001H19C19 6.47001 18.79 5.96001 18.41 5.59001L15.41 2.59001C15.04 2.21001 14.53 2.00001 14 2.00001V6.00001C14 6.27001 14.11 6.52001 14.29 6.71001C14.47 6.90001 14.73 7.00001 15 7.00001Z M12.88 8.12C12.32 7.56 12 6.79 12 6V2H6.5C5.84 2 5.2 2.26 4.73 2.73C4.26 3.2 4 3.83 4 4.5V19.5C4 20.16 4.26 20.8 4.73 21.27C5.2 21.74 5.83 22 6.5 22H16.5C17.16 22 17.8 21.74 18.27 21.27C18.74 20.8 19 20.17 19 19.5V9H15C14.2 9 13.44 8.68 12.88 8.12ZM15 17.99C15 18.54 14.55 18.99 14 18.99C13.45 18.99 13 18.54 13 17.99V16.41L9.71 19.7C9.51 19.9 9.26 19.99 9 19.99C8.74 19.99 8.49 19.89 8.29 19.7C7.9 19.31 7.9 18.68 8.29 18.29L11.58 15H10C9.45 15 9 14.55 9 14C9 13.45 9.45 13 10 13H14C14.13 13 14.26 13.03 14.38 13.08C14.63 13.18 14.82 13.38 14.92 13.62C14.97 13.74 15 13.87 15 14V17.99Z"
17
+ })
18
+ });
19
+ exports.IconFileshare = IconFileshare;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFindinpage = 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 IconFindinpage = 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.01 11C10.91 11 10.01 11.9 10.01 13C10.01 14.1 10.91 15 12.01 15C13.11 15 14.01 14.1 14.01 13C14.01 11.9 13.11 11 12.01 11ZM21.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.62 6.92C7.44 6.84 7.28 6.72 7.17 6.55C7.06 6.39 7 6.19 7 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.91L7.62 6.92ZM17.72 18.71C17.52 18.91 17.27 19 17.01 19C16.75 19 16.5 18.9 16.3 18.71L14.03 16.44C13.44 16.79 12.75 17.01 12.01 17.01C9.8 17.01 8.01 15.22 8.01 13.01C8.01 10.8 9.8 9.01 12.01 9.01C14.22 9.01 16.01 10.8 16.01 13.01C16.01 13.75 15.79 14.43 15.44 15.03L17.71 17.3C18.1 17.69 18.1 18.32 17.71 18.71H17.72Z"
17
+ })
18
+ });
19
+ exports.IconFindinpage = IconFindinpage;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolder = 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 IconFolder = 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 20H5C4.20435 20 3.44129 19.6839 2.87868 19.1213C2.31607 18.5587 2 17.7956 2 17V7C2 6.20435 2.31607 5.44129 2.87868 4.87868C3.44129 4.31607 4.20435 4 5 4H9.17C9.96538 4.0007 10.7279 4.31723 11.29 4.88L12.41 6H19C19.7956 6 20.5587 6.31607 21.1213 6.87868C21.6839 7.44129 22 8.20435 22 9V17C22 17.7956 21.6839 18.5587 21.1213 19.1213C20.5587 19.6839 19.7956 20 19 20Z"
17
+ })
18
+ });
19
+ exports.IconFolder = IconFolder;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolderbookmarks = 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 IconFolderbookmarks = 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 6H12.41L11.29 4.88C10.73 4.32 9.96 4 9.17 4H5C3.34 4 2 5.34 2 7V17C2 18.66 3.34 20 5 20H19C20.66 20 22 18.66 22 17V9C22 7.34 20.66 6 19 6ZM14.22 16.48L12 15L9.78 16.48C9.45 16.7 9 16.46 9 16.06V9.99C9 9.44 9.45 8.99 10 8.99H14C14.55 8.99 15 9.44 15 9.99V16.06C15 16.46 14.55 16.7 14.22 16.48Z"
17
+ })
18
+ });
19
+ exports.IconFolderbookmarks = IconFolderbookmarks;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolderfavorites = 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 IconFolderfavorites = 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 6H12.41L11.29 4.88C10.7279 4.31723 9.96538 4.0007 9.17 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V9C22 8.20435 21.6839 7.44129 21.1213 6.87868C20.5587 6.31607 19.7956 6 19 6ZM12.76 16.1L12.56 16.28C12.4081 16.422 12.2079 16.501 12 16.501C11.7921 16.501 11.5919 16.422 11.44 16.28L11.24 16.1C9.38 14.39 8.24 13.1 8.24 11.74C8.23579 11.4413 8.2922 11.1448 8.4058 10.8685C8.51941 10.5922 8.68785 10.3418 8.90096 10.1324C9.11407 9.92304 9.36742 9.75905 9.6457 9.65035C9.92397 9.54166 10.2214 9.49051 10.52 9.5C11.069 9.51769 11.5937 9.73041 12 10.1C12.4063 9.73041 12.931 9.51769 13.48 9.5C13.7744 9.49731 14.0665 9.55348 14.3389 9.66523C14.6113 9.77697 14.8587 9.94203 15.0664 10.1507C15.2741 10.3594 15.4381 10.6075 15.5486 10.8804C15.6591 11.1533 15.714 11.4456 15.71 11.74C15.71 13.12 14.62 14.39 12.76 16.1Z"
17
+ })
18
+ });
19
+ exports.IconFolderfavorites = IconFolderfavorites;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolderlocked = 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 IconFolderlocked = 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.31 13.47C12.16 13.41 12 13.39 11.84 13.42C11.68 13.45 11.54 13.53 11.42 13.64C11.31 13.75 11.23 13.9 11.2 14.06C11.17 14.22 11.18 14.38 11.25 14.53C11.31 14.68 11.42 14.81 11.55 14.9C11.68 14.99 11.84 15.04 12 15.04C12.22 15.04 12.42 14.95 12.58 14.8C12.73 14.65 12.82 14.44 12.82 14.22C12.82 14.06 12.77 13.9 12.68 13.77C12.59 13.64 12.46 13.53 12.31 13.47Z M12 10.14C11.78 10.14 11.57 10.23 11.42 10.38C11.27 10.53 11.18 10.74 11.18 10.96H12.82C12.82 10.74 12.73 10.53 12.58 10.38C12.43 10.23 12.22 10.14 12 10.14Z M21.12 6.88C20.56 6.32 19.79 6 19 6H12.41L11.29 4.88C10.73 4.32 9.97 4 9.17 4H5C4.2 4 3.44 4.32 2.88 4.88C2.32 5.44 2 6.21 2 7V17C2 17.8 2.32 18.56 2.88 19.12C3.44 19.68 4.21 20 5 20H19C19.8 20 20.56 19.68 21.12 19.12C21.68 18.56 22 17.79 22 17V9C22 8.2 21.68 7.44 21.12 6.88ZM15.27 15.86C15.27 16.29 15.1 16.71 14.79 17.02C14.48 17.33 14.07 17.5 13.63 17.5H10.36C9.93 17.5 9.51 17.33 9.2 17.02C8.89 16.71 8.72 16.3 8.72 15.86V12.59C8.72 12.3 8.8 12.02 8.94 11.78C9.08 11.53 9.29 11.33 9.54 11.19V10.96C9.54 10.31 9.8 9.68 10.26 9.22C10.72 8.76 11.34 8.5 12 8.5C12.66 8.5 13.28 8.76 13.74 9.22C14.2 9.68 14.46 10.3 14.46 10.96V11.19C14.71 11.33 14.91 11.54 15.06 11.78C15.2 12.03 15.28 12.31 15.28 12.59V15.86H15.27Z"
17
+ })
18
+ });
19
+ exports.IconFolderlocked = IconFolderlocked;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFoldermovefiles = 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 IconFoldermovefiles = 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 6H12.41L11.29 4.88C10.7279 4.31723 9.96538 4.0007 9.17 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V9C22 8.20435 21.6839 7.44129 21.1213 6.87868C20.5587 6.31607 19.7956 6 19 6ZM16.71 13.71L13.71 16.71C13.5217 16.8983 13.2663 17.0041 13 17.0041C12.7337 17.0041 12.4783 16.8983 12.29 16.71C12.1017 16.5217 11.9959 16.2663 11.9959 16C11.9959 15.7337 12.1017 15.4783 12.29 15.29L13.59 14H8C7.73478 14 7.48043 13.8946 7.29289 13.7071C7.10536 13.5196 7 13.2652 7 13C7 12.7348 7.10536 12.4804 7.29289 12.2929C7.48043 12.1054 7.73478 12 8 12H13.59L12.29 10.71C12.1963 10.617 12.1219 10.5064 12.0711 10.3846C12.0203 10.2627 11.9942 10.132 11.9942 10C11.9942 9.86799 12.0203 9.73728 12.0711 9.61542C12.1219 9.49356 12.1963 9.38296 12.29 9.29C12.383 9.19627 12.4936 9.12188 12.6154 9.07111C12.7373 9.02034 12.868 8.9942 13 8.9942C13.132 8.9942 13.2627 9.02034 13.3846 9.07111C13.5064 9.12188 13.617 9.19627 13.71 9.29L16.71 12.29C16.8037 12.383 16.8781 12.4936 16.9289 12.6154C16.9797 12.7373 17.0058 12.868 17.0058 13C17.0058 13.132 16.9797 13.2627 16.9289 13.3846C16.8781 13.5064 16.8037 13.617 16.71 13.71Z"
17
+ })
18
+ });
19
+ exports.IconFoldermovefiles = IconFoldermovefiles;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolderpublic = 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 IconFolderpublic = 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 16.99C12.42 16.99 13 16.25 13.27 14.99H10.72C11.02 16.25 11.57 16.99 11.99 16.99H12Z M9.69 10.99C9.8 10.44 9.97 9.91 10.21 9.42C9.51 9.77 8.93 10.32 8.53 10.99H9.69Z M8.54 14.99C8.93 15.66 9.5 16.21 10.19 16.56C9.96 16.06 9.79 15.53 9.69 14.99H8.54Z M12 8.99C11.58 8.99 11.02 9.73 10.73 10.99H13.28C12.98 9.73 12.43 8.99 12.01 8.99H12Z M9.5 12.99C9.5 12.65 9.5 12.31 9.54 11.99H8.12C8.04 12.32 7.99 12.65 7.99 12.99C7.99 13.33 8.04 13.66 8.12 13.99H9.54C9.5 13.67 9.5 13.33 9.5 12.99Z M15.46 10.99C15.07 10.32 14.5 9.77 13.81 9.42C14.04 9.92 14.21 10.45 14.31 10.99H15.46Z M10.56 11.99C10.49 12.65 10.49 13.33 10.56 13.99H13.45C13.49 13.66 13.51 13.32 13.51 12.99C13.51 12.66 13.49 12.32 13.45 11.99H10.56Z M21.12 6.88C20.56 6.32 19.79 6 19 6H12.41L11.29 4.88C10.73 4.32 9.97 4 9.17 4H5C4.2 4 3.44 4.32 2.88 4.88C2.32 5.44 2 6.21 2 7V17C2 17.8 2.32 18.56 2.88 19.12C3.44 19.68 4.21 20 5 20H19C19.8 20 20.56 19.68 21.12 19.12C21.68 18.56 22 17.79 22 17V9C22 8.2 21.68 7.44 21.12 6.88ZM16.16 15.77C15.61 16.59 14.83 17.23 13.92 17.61C13.01 17.99 12 18.09 11.03 17.89C10.06 17.7 9.17 17.22 8.47 16.52C7.77 15.82 7.29 14.93 7.1 13.96C6.91 12.99 7.01 11.98 7.38 11.07C7.76 10.16 8.4 9.38 9.22 8.83C10.04 8.28 11.01 7.99 12 7.99C12.66 7.99 13.31 8.12 13.91 8.37C14.52 8.62 15.07 8.99 15.53 9.45C15.99 9.91 16.36 10.47 16.61 11.07C16.86 11.68 16.99 12.33 16.99 12.98C16.99 13.97 16.7 14.94 16.15 15.76L16.16 15.77Z M14.46 11.99C14.5 12.31 14.5 12.65 14.5 12.99C14.5 13.33 14.48 13.67 14.46 13.99H15.88C16.05 13.33 16.05 12.65 15.88 11.99H14.46Z M13.78 16.57C14.47 16.21 15.05 15.67 15.43 15H14.28C14.18 15.54 14.01 16.07 13.78 16.57Z"
17
+ })
18
+ });
19
+ exports.IconFolderpublic = IconFolderpublic;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolderrated = 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 IconFolderrated = 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 6H12.41L11.29 4.88C10.7279 4.31723 9.96538 4.0007 9.17 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V9C22 8.20435 21.6839 7.44129 21.1213 6.87868C20.5587 6.31607 19.7956 6 19 6ZM15.38 12.49L14.31 13.49L14.56 15C14.5886 15.1575 14.5722 15.3199 14.5126 15.4685C14.4529 15.6171 14.3526 15.7458 14.223 15.8399C14.0934 15.9339 13.9399 15.9895 13.7802 16.0001C13.6204 16.0107 13.4609 15.976 13.32 15.9L12 15.21L10.68 15.9C10.5391 15.976 10.3796 16.0107 10.2198 16.0001C10.0601 15.9895 9.90659 15.9339 9.77702 15.8399C9.64744 15.7458 9.54706 15.6171 9.48744 15.4685C9.42782 15.3199 9.41137 15.1575 9.44 15L9.69 13.53L8.62 12.53C8.48453 12.4218 8.38494 12.2751 8.33431 12.1093C8.28367 11.9434 8.28435 11.7661 8.33626 11.6007C8.38816 11.4352 8.48887 11.2893 8.62516 11.1821C8.76146 11.0749 8.92698 11.0115 9.1 11L10.57 10.78L11.23 9.45C11.3013 9.30673 11.4111 9.18619 11.5471 9.10192C11.6831 9.01766 11.84 8.97301 12 8.97301C12.16 8.97301 12.3169 9.01766 12.4529 9.10192C12.5889 9.18619 12.6987 9.30673 12.77 9.45L13.43 10.78L14.9 11C15.0639 11.019 15.2189 11.0848 15.3465 11.1895C15.4741 11.2943 15.5688 11.4335 15.6194 11.5906C15.67 11.7476 15.6743 11.916 15.6319 12.0755C15.5894 12.235 15.502 12.3789 15.38 12.49Z"
17
+ })
18
+ });
19
+ exports.IconFolderrated = IconFolderrated;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFolderrequest = 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 IconFolderrequest = 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.12 6.88C20.56 6.32 19.79 6 19 6H12.41L11.29 4.88C10.73 4.32 9.97 4 9.17 4H5C4.2 4 3.44 4.32 2.88 4.88C2.32 5.44 2 6.21 2 7V17C2 17.8 2.32 18.56 2.88 19.12C3.44 19.68 4.21 20 5 20H19C19.8 20 20.56 19.68 21.12 19.12C21.68 18.56 22 17.79 22 17V9C22 8.2 21.68 7.44 21.12 6.88ZM10.71 11.7L8.71 13.7C8.51 13.9 8.26 13.99 8 13.99C7.74 13.99 7.49 13.89 7.29 13.7L5.29 11.7C4.9 11.31 4.9 10.68 5.29 10.29C5.68 9.9 6.31 9.9 6.7 10.29L6.99 10.58V7.99C6.99 7.44 7.44 6.99 7.99 6.99C8.54 6.99 8.99 7.44 8.99 7.99V10.58L9.28 10.29C9.67 9.9 10.3 9.9 10.69 10.29C11.08 10.68 11.08 11.31 10.69 11.7H10.71Z"
17
+ })
18
+ });
19
+ exports.IconFolderrequest = IconFolderrequest;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconForm = 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 IconForm = 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: "M17 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V5C20 4.20435 19.6839 3.44129 19.1213 2.87868C18.5587 2.31607 17.7956 2 17 2ZM8 6H11C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8H8C7.73478 8 7.48043 7.89464 7.29289 7.70711C7.10536 7.51957 7 7.26522 7 7C7 6.73478 7.10536 6.48043 7.29289 6.29289C7.48043 6.10536 7.73478 6 8 6ZM16 18H8C7.73478 18 7.48043 17.8946 7.29289 17.7071C7.10536 17.5196 7 17.2652 7 17C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18ZM16 13H8C7.73478 13 7.48043 12.8946 7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929C7.48043 11.1054 7.73478 11 8 11H16C16.2652 11 16.5196 11.1054 16.7071 11.2929C16.8946 11.4804 17 11.7348 17 12C17 12.2652 16.8946 12.5196 16.7071 12.7071C16.5196 12.8946 16.2652 13 16 13Z"
17
+ })
18
+ });
19
+ exports.IconForm = IconForm;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconFormadd = 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 IconFormadd = 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.13 7.87C15.5147 7.68273 14.976 7.3027 14.5931 6.78596C14.2102 6.26922 14.0036 5.64312 14.0036 5C14.0036 4.35688 14.2102 3.73078 14.5931 3.21404C14.976 2.6973 15.5147 2.31727 16.13 2.13C16.1405 2.08455 16.1574 2.04079 16.18 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V9.83C19.6151 9.96424 19.2068 10.0186 18.8001 9.98982C18.3935 9.96101 17.997 9.84962 17.6348 9.66245C17.2726 9.47528 16.9524 9.21626 16.6937 8.9012C16.435 8.58614 16.2432 8.22166 16.13 7.83V7.87ZM8 6H11C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8H8C7.73478 8 7.48043 7.89464 7.29289 7.70711C7.10536 7.51957 7 7.26522 7 7C7 6.73478 7.10536 6.48043 7.29289 6.29289C7.48043 6.10536 7.73478 6 8 6ZM16 18H8C7.73478 18 7.48043 17.8946 7.29289 17.7071C7.10536 17.5196 7 17.2652 7 17C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18ZM16 13H8C7.73478 13 7.48043 12.8946 7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929C7.48043 11.1054 7.73478 11 8 11H16C16.2652 11 16.5196 11.1054 16.7071 11.2929C16.8946 11.4804 17 11.7348 17 12C17 12.2652 16.8946 12.5196 16.7071 12.7071C16.5196 12.8946 16.2652 13 16 13ZM21 4H20V3C20 2.73478 19.8946 2.48043 19.7071 2.29289C19.5196 2.10536 19.2652 2 19 2C18.7348 2 18.4804 2.10536 18.2929 2.29289C18.1054 2.48043 18 2.73478 18 3V4H17C16.7348 4 16.4804 4.10536 16.2929 4.29289C16.1054 4.48043 16 4.73478 16 5C16 5.26522 16.1054 5.51957 16.2929 5.70711C16.4804 5.89464 16.7348 6 17 6H18V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7V6H21C21.2652 6 21.5196 5.89464 21.7071 5.70711C21.8946 5.51957 22 5.26522 22 5C22 4.73478 21.8946 4.48043 21.7071 4.29289C21.5196 4.10536 21.2652 4 21 4Z"
17
+ })
18
+ });
19
+ exports.IconFormadd = IconFormadd;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconForms = 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 IconForms = 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: "M13.77 3.00007H6.23C5.40406 2.97034 4.60006 3.26954 3.99449 3.83199C3.38892 4.39444 3.03125 5.17418 3 6.00007V18.0001C3.03125 18.826 3.38892 19.6057 3.99449 20.1682C4.60006 20.7306 5.40406 21.0298 6.23 21.0001H13.77C14.5959 21.0298 15.3999 20.7306 16.0055 20.1682C16.6111 19.6057 16.9687 18.826 17 18.0001V6.00007C16.9687 5.17418 16.6111 4.39444 16.0055 3.83199C15.3999 3.26954 14.5959 2.97034 13.77 3.00007ZM7 6.00007H9.5C9.76522 6.00007 10.0196 6.10543 10.2071 6.29296C10.3946 6.4805 10.5 6.73485 10.5 7.00007C10.5 7.26528 10.3946 7.51964 10.2071 7.70717C10.0196 7.89471 9.76522 8.00007 9.5 8.00007H7C6.73478 8.00007 6.48043 7.89471 6.29289 7.70717C6.10536 7.51964 6 7.26528 6 7.00007C6 6.73485 6.10536 6.4805 6.29289 6.29296C6.48043 6.10543 6.73478 6.00007 7 6.00007ZM13 18.0001H7C6.73478 18.0001 6.48043 17.8947 6.29289 17.7072C6.10536 17.5196 6 17.2653 6 17.0001C6 16.7349 6.10536 16.4805 6.29289 16.293C6.48043 16.1054 6.73478 16.0001 7 16.0001H13C13.2652 16.0001 13.5196 16.1054 13.7071 16.293C13.8946 16.4805 14 16.7349 14 17.0001C14 17.2653 13.8946 17.5196 13.7071 17.7072C13.5196 17.8947 13.2652 18.0001 13 18.0001ZM13 13.0001H7C6.73478 13.0001 6.48043 12.8947 6.29289 12.7072C6.10536 12.5196 6 12.2653 6 12.0001C6 11.7349 6.10536 11.4805 6.29289 11.293C6.48043 11.1054 6.73478 11.0001 7 11.0001H13C13.2652 11.0001 13.5196 11.1054 13.7071 11.293C13.8946 11.4805 14 11.7349 14 12.0001C14 12.2653 13.8946 12.5196 13.7071 12.7072C13.5196 12.8947 13.2652 13.0001 13 13.0001ZM18.66 4.00007C18.9435 4.62837 19.0868 5.31082 19.08 6.00007V18.0001C19.0868 18.6893 18.9435 19.3718 18.66 20.0001C19.3146 19.9099 19.9137 19.5837 20.3446 19.0828C20.7755 18.5819 21.0086 17.9408 21 17.2801V6.72007C21.0086 6.05936 20.7755 5.41826 20.3446 4.91735C19.9137 4.41644 19.3146 4.09023 18.66 4.00007Z"
17
+ })
18
+ });
19
+ exports.IconForms = IconForms;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconGraphincreasing = 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 IconGraphincreasing = 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: "M13 14H11C10.7348 14 10.4804 14.1054 10.2929 14.2929C10.1054 14.4804 10 14.7348 10 15V20C10 20.2652 10.1054 20.5196 10.2929 20.7071C10.4804 20.8946 10.7348 21 11 21H13C13.2652 21 13.5196 20.8946 13.7071 20.7071C13.8946 20.5196 14 20.2652 14 20V15C14 14.7348 13.8946 14.4804 13.7071 14.2929C13.5196 14.1054 13.2652 14 13 14ZM19 12H17C16.7348 12 16.4804 12.1054 16.2929 12.2929C16.1054 12.4804 16 12.7348 16 13V20C16 20.2652 16.1054 20.5196 16.2929 20.7071C16.4804 20.8946 16.7348 21 17 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V13C20 12.7348 19.8946 12.4804 19.7071 12.2929C19.5196 12.1054 19.2652 12 19 12ZM7 16H5C4.73478 16 4.48043 16.1054 4.29289 16.2929C4.10536 16.4804 4 16.7348 4 17V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H7C7.26522 21 7.51957 20.8946 7.70711 20.7071C7.89464 20.5196 8 20.2652 8 20V17C8 16.7348 7.89464 16.4804 7.70711 16.2929C7.51957 16.1054 7.26522 16 7 16ZM19 3H16C15.7348 3 15.4804 3.10536 15.2929 3.29289C15.1054 3.48043 15 3.73478 15 4C15 4.26522 15.1054 4.51957 15.2929 4.70711C15.4804 4.89464 15.7348 5 16 5H16.59L12.73 8.86L10.32 8.05C10.1616 7.99767 9.99257 7.98581 9.82839 8.0155C9.66421 8.0452 9.51006 8.1155 9.38 8.22L4.38 12.22C4.17395 12.385 4.0415 12.6248 4.01153 12.887C3.98155 13.1493 4.05649 13.4128 4.22 13.62C4.31313 13.7379 4.43161 13.8332 4.56664 13.899C4.70168 13.9648 4.84979 13.9993 5 14C5.22556 13.9987 5.44406 13.9212 5.62 13.78L10.2 10.12L12.68 10.95C12.8528 11.0043 13.0371 11.0107 13.2132 10.9684C13.3893 10.9261 13.5507 10.8368 13.68 10.71L18 6.41V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7V4C20 3.73478 19.8946 3.48043 19.7071 3.29289C19.5196 3.10536 19.2652 3 19 3Z"
17
+ })
18
+ });
19
+ exports.IconGraphincreasing = IconGraphincreasing;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconGraphlow = 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 IconGraphlow = 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: "M7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM13 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V12C14 11.7348 13.8946 11.4804 13.7071 11.2929C13.5196 11.1054 13.2652 11 13 11ZM19 7H17C16.7348 7 16.4804 7.10536 16.2929 7.29289C16.1054 7.48043 16 7.73478 16 8V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V8C20 7.73478 19.8946 7.48043 19.7071 7.29289C19.5196 7.10536 19.2652 7 19 7ZM6 9C5.60444 9 5.21776 9.1173 4.88886 9.33706C4.55996 9.55682 4.30362 9.86918 4.15224 10.2346C4.00087 10.6001 3.96126 11.0022 4.03843 11.3902C4.1156 11.7781 4.30608 12.1345 4.58579 12.4142C4.86549 12.6939 5.22186 12.8844 5.60982 12.9616C5.99778 13.0387 6.39992 12.9991 6.76537 12.8478C7.13082 12.6964 7.44318 12.44 7.66294 12.1111C7.8827 11.7822 8 11.3956 8 11C8 10.4696 7.78929 9.96086 7.41421 9.58579C7.03914 9.21071 6.53043 9 6 9Z"
17
+ })
18
+ });
19
+ exports.IconGraphlow = IconGraphlow;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconGraphtable = 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 IconGraphtable = 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 17C16.2652 17 16.5196 16.8946 16.7071 16.7071C16.8946 16.5196 17 16.2652 17 16V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5C15.7348 5 15.4804 5.10536 15.2929 5.29289C15.1054 5.48043 15 5.73478 15 6V16C15 16.2652 15.1054 16.5196 15.2929 16.7071C15.4804 16.8946 15.7348 17 16 17ZM12 17C12.2652 17 12.5196 16.8946 12.7071 16.7071C12.8946 16.5196 13 16.2652 13 16V10C13 9.73478 12.8946 9.48043 12.7071 9.29289C12.5196 9.10536 12.2652 9 12 9C11.7348 9 11.4804 9.10536 11.2929 9.29289C11.1054 9.48043 11 9.73478 11 10V16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17ZM8 17C8.26522 17 8.51957 16.8946 8.70711 16.7071C8.89464 16.5196 9 16.2652 9 16V12C9 11.7348 8.89464 11.4804 8.70711 11.2929C8.51957 11.1054 8.26522 11 8 11C7.73478 11 7.48043 11.1054 7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12V16C7 16.2652 7.10536 16.5196 7.29289 16.7071C7.48043 16.8946 7.73478 17 8 17ZM20 11C19.7348 11 19.4804 11.1054 19.2929 11.2929C19.1054 11.4804 19 11.7348 19 12V16C19 16.2652 19.1054 16.5196 19.2929 16.7071C19.4804 16.8946 19.7348 17 20 17C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16V12C21 11.7348 20.8946 11.4804 20.7071 11.2929C20.5196 11.1054 20.2652 11 20 11ZM20 19H5V4C5 3.73478 4.89464 3.48043 4.70711 3.29289C4.51957 3.10536 4.26522 3 4 3C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20C21 19.7348 20.8946 19.4804 20.7071 19.2929C20.5196 19.1054 20.2652 19 20 19Z"
17
+ })
18
+ });
19
+ exports.IconGraphtable = IconGraphtable;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconHealthreport = 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 IconHealthreport = 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: "M17 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V5C20 4.20435 19.6839 3.44129 19.1213 2.87868C18.5587 2.31607 17.7956 2 17 2ZM7 7H8V6C8 5.73478 8.10536 5.48043 8.29289 5.29289C8.48043 5.10536 8.73478 5 9 5C9.26522 5 9.51957 5.10536 9.70711 5.29289C9.89464 5.48043 10 5.73478 10 6V7H11C11.2652 7 11.5196 7.10536 11.7071 7.29289C11.8946 7.48043 12 7.73478 12 8C12 8.26522 11.8946 8.51957 11.7071 8.70711C11.5196 8.89464 11.2652 9 11 9H10V10C10 10.2652 9.89464 10.5196 9.70711 10.7071C9.51957 10.8946 9.26522 11 9 11C8.73478 11 8.48043 10.8946 8.29289 10.7071C8.10536 10.5196 8 10.2652 8 10V9H7C6.73478 9 6.48043 8.89464 6.29289 8.70711C6.10536 8.51957 6 8.26522 6 8C6 7.73478 6.10536 7.48043 6.29289 7.29289C6.48043 7.10536 6.73478 7 7 7ZM17 19H7C6.73478 19 6.48043 18.8946 6.29289 18.7071C6.10536 18.5196 6 18.2652 6 18C6 17.7348 6.10536 17.4804 6.29289 17.2929C6.48043 17.1054 6.73478 17 7 17H17C17.2652 17 17.5196 17.1054 17.7071 17.2929C17.8946 17.4804 18 17.7348 18 18C18 18.2652 17.8946 18.5196 17.7071 18.7071C17.5196 18.8946 17.2652 19 17 19ZM17 15H7C6.73478 15 6.48043 14.8946 6.29289 14.7071C6.10536 14.5196 6 14.2652 6 14C6 13.7348 6.10536 13.4804 6.29289 13.2929C6.48043 13.1054 6.73478 13 7 13H17C17.2652 13 17.5196 13.1054 17.7071 13.2929C17.8946 13.4804 18 13.7348 18 14C18 14.2652 17.8946 14.5196 17.7071 14.7071C17.5196 14.8946 17.2652 15 17 15ZM17 11H14C13.7348 11 13.4804 10.8946 13.2929 10.7071C13.1054 10.5196 13 10.2652 13 10C13 9.73478 13.1054 9.48043 13.2929 9.29289C13.4804 9.10536 13.7348 9 14 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11ZM17 7H14C13.7348 7 13.4804 6.89464 13.2929 6.70711C13.1054 6.51957 13 6.26522 13 6C13 5.73478 13.1054 5.48043 13.2929 5.29289C13.4804 5.10536 13.7348 5 14 5H17C17.2652 5 17.5196 5.10536 17.7071 5.29289C17.8946 5.48043 18 5.73478 18 6C18 6.26522 17.8946 6.51957 17.7071 6.70711C17.5196 6.89464 17.2652 7 17 7Z"
17
+ })
18
+ });
19
+ exports.IconHealthreport = IconHealthreport;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconHubmode = 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 IconHubmode = 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.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"
17
+ })
18
+ });
19
+ exports.IconHubmode = IconHubmode;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconInfrastructure = 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 IconInfrastructure = 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.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"
17
+ })
18
+ });
19
+ exports.IconInfrastructure = IconInfrastructure;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconInterestlow = 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 IconInterestlow = 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 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"
17
+ })
18
+ });
19
+ exports.IconInterestlow = IconInterestlow;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconLte = 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 IconLte = 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: "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"
17
+ })
18
+ });
19
+ exports.IconLte = IconLte;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconNetworkfuture = 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 IconNetworkfuture = 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 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"
17
+ })
18
+ });
19
+ exports.IconNetworkfuture = IconNetworkfuture;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconPagesettings = 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 IconPagesettings = 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.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"
17
+ })
18
+ });
19
+ exports.IconPagesettings = IconPagesettings;