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.IconConsumptionaccounted = 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 IconConsumptionaccounted = 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 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V12C14 11.7348 13.8946 11.4804 13.7071 11.2929C13.5196 11.1054 13.2652 11 13 11ZM7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM10.71 6.29C10.617 6.19627 10.5064 6.12188 10.3846 6.07111C10.2627 6.02034 10.132 5.9942 10 5.9942C9.86799 5.9942 9.73728 6.02034 9.61542 6.07111C9.49356 6.12188 9.38296 6.19627 9.29 6.29L8.29 7.29C8.19627 7.38296 8.12188 7.49356 8.07111 7.61542C8.02034 7.73728 7.9942 7.86799 7.9942 8C7.9942 8.13201 8.02034 8.26272 8.07111 8.38458C8.12188 8.50644 8.19627 8.61704 8.29 8.71C8.38296 8.80373 8.49356 8.87812 8.61542 8.92889C8.73728 8.97966 8.86799 9.0058 9 9.0058C9.13201 9.0058 9.26272 8.97966 9.38458 8.92889C9.50644 8.87812 9.61704 8.80373 9.71 8.71L10.71 7.71C10.8037 7.61704 10.8781 7.50644 10.9289 7.38458C10.9797 7.26272 11.0058 7.13201 11.0058 7C11.0058 6.86799 10.9797 6.73728 10.9289 6.61542C10.8781 6.49356 10.8037 6.38296 10.71 6.29ZM19 7H17C16.7348 7 16.4804 7.10536 16.2929 7.29289C16.1054 7.48043 16 7.73478 16 8V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V8C20 7.73478 19.8946 7.48043 19.7071 7.29289C19.5196 7.10536 19.2652 7 19 7ZM9 2C7.67392 2 6.40215 2.52678 5.46447 3.46447C4.52678 4.40215 4 5.67392 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8C5.26522 8 5.51957 7.89464 5.70711 7.70711C5.89464 7.51957 6 7.26522 6 7C6 6.20435 6.31607 5.44129 6.87868 4.87868C7.44129 4.31607 8.20435 4 9 4C9.79565 4 10.5587 4.31607 11.1213 4.87868C11.6839 5.44129 12 6.20435 12 7C12 7.26522 12.1054 7.51957 12.2929 7.70711C12.4804 7.89464 12.7348 8 13 8C13.2652 8 13.5196 7.89464 13.7071 7.70711C13.8946 7.51957 14 7.26522 14 7C14 6.34339 13.8707 5.69321 13.6194 5.08658C13.3681 4.47995 12.9998 3.92876 12.5355 3.46447C12.0712 3.00017 11.52 2.63188 10.9134 2.3806C10.3068 2.12933 9.65661 2 9 2Z"
17
+ })
18
+ });
19
+ exports.IconConsumptionaccounted = IconConsumptionaccounted;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconConsumptionaverage = 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 IconConsumptionaverage = 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: "M5 8.00019H16.59L16.29 8.29019C16.1963 8.38315 16.1219 8.49375 16.0711 8.61561C16.0203 8.73747 15.9942 8.86817 15.9942 9.00019C15.9942 9.1322 16.0203 9.2629 16.0711 9.38476C16.1219 9.50662 16.1963 9.61722 16.29 9.71019C16.383 9.80391 16.4936 9.87831 16.6154 9.92908C16.7373 9.97985 16.868 10.006 17 10.006C17.132 10.006 17.2627 9.97985 17.3846 9.92908C17.5064 9.87831 17.617 9.80391 17.71 9.71019L19.71 7.71019C19.8037 7.61722 19.8781 7.50662 19.9289 7.38476C19.9797 7.2629 20.0058 7.1322 20.0058 7.00019C20.0058 6.86817 19.9797 6.73747 19.9289 6.61561C19.8781 6.49375 19.8037 6.38315 19.71 6.29019L17.71 4.29019C17.6168 4.19695 17.5061 4.12299 17.3842 4.07253C17.2624 4.02207 17.1319 3.99609 17 3.99609C16.7337 3.99609 16.4783 4.10188 16.29 4.29019C16.1017 4.47849 15.9959 4.73388 15.9959 5.00019C15.9959 5.26649 16.1017 5.52188 16.29 5.71019L16.59 6.00019H5C4.73478 6.00019 4.48043 6.10554 4.29289 6.29308C4.10536 6.48062 4 6.73497 4 7.00019C4 7.2654 4.10536 7.51976 4.29289 7.70729C4.48043 7.89483 4.73478 8.00019 5 8.00019ZM7 14.0002H5C4.73478 14.0002 4.48043 14.1055 4.29289 14.2931C4.10536 14.4806 4 14.735 4 15.0002V21.0002C4 21.2654 4.10536 21.5198 4.29289 21.7073C4.48043 21.8948 4.73478 22.0002 5 22.0002H7C7.26522 22.0002 7.51957 21.8948 7.70711 21.7073C7.89464 21.5198 8 21.2654 8 21.0002V15.0002C8 14.735 7.89464 14.4806 7.70711 14.2931C7.51957 14.1055 7.26522 14.0002 7 14.0002ZM13 14.0002H11C10.7348 14.0002 10.4804 14.1055 10.2929 14.2931C10.1054 14.4806 10 14.735 10 15.0002V21.0002C10 21.2654 10.1054 21.5198 10.2929 21.7073C10.4804 21.8948 10.7348 22.0002 11 22.0002H13C13.2652 22.0002 13.5196 21.8948 13.7071 21.7073C13.8946 21.5198 14 21.2654 14 21.0002V15.0002C14 14.735 13.8946 14.4806 13.7071 14.2931C13.5196 14.1055 13.2652 14.0002 13 14.0002ZM19 14.0002H17C16.7348 14.0002 16.4804 14.1055 16.2929 14.2931C16.1054 14.4806 16 14.735 16 15.0002V21.0002C16 21.2654 16.1054 21.5198 16.2929 21.7073C16.4804 21.8948 16.7348 22.0002 17 22.0002H19C19.2652 22.0002 19.5196 21.8948 19.7071 21.7073C19.8946 21.5198 20 21.2654 20 21.0002V15.0002C20 14.735 19.8946 14.4806 19.7071 14.2931C19.5196 14.1055 19.2652 14.0002 19 14.0002Z"
17
+ })
18
+ });
19
+ exports.IconConsumptionaverage = IconConsumptionaverage;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconConsumptionhigh = 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 IconConsumptionhigh = 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 15V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V15C14 14.7348 13.8946 14.4804 13.7071 14.2929C13.5196 14.1054 13.2652 14 13 14ZM7 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V18C8 17.7348 7.89464 17.4804 7.70711 17.2929C7.51957 17.1054 7.26522 17 7 17ZM19 10H17C16.7348 10 16.4804 10.1054 16.2929 10.2929C16.1054 10.4804 16 10.7348 16 11V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V11C20 10.7348 19.8946 10.4804 19.7071 10.2929C19.5196 10.1054 19.2652 10 19 10ZM19 2H16C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3C15 3.26522 15.1054 3.51957 15.2929 3.70711C15.4804 3.89464 15.7348 4 16 4H16.63C14.22 6.43 10.12 10 5 10C4.73478 10 4.48043 10.1054 4.29289 10.2929C4.10536 10.4804 4 10.7348 4 11C4 11.2652 4.10536 11.5196 4.29289 11.7071C4.48043 11.8946 4.73478 12 5 12C10.87 12 15.37 8.1 18 5.46V6C18 6.26522 18.1054 6.51957 18.2929 6.70711C18.4804 6.89464 18.7348 7 19 7C19.2652 7 19.5196 6.89464 19.7071 6.70711C19.8946 6.51957 20 6.26522 20 6V3C20 2.73478 19.8946 2.48043 19.7071 2.29289C19.5196 2.10536 19.2652 2 19 2Z"
17
+ })
18
+ });
19
+ exports.IconConsumptionhigh = IconConsumptionhigh;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconConsumptionlow = 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 IconConsumptionlow = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ d: "M16.7 11.88L16.29 12.29C16.1963 12.3829 16.1219 12.4935 16.0711 12.6154C16.0203 12.7372 15.9942 12.868 15.9942 13C15.9942 13.132 16.0203 13.2627 16.0711 13.3845C16.1219 13.5064 16.1963 13.617 16.29 13.71C16.383 13.8037 16.4936 13.8781 16.6154 13.9289C16.7373 13.9796 16.868 14.0058 17 14.0058C17.132 14.0058 17.2627 13.9796 17.3846 13.9289C17.5064 13.8781 17.617 13.8037 17.71 13.71L19.71 11.71C19.8037 11.617 19.8781 11.5064 19.9289 11.3845C19.9797 11.2627 20.0058 11.132 20.0058 11C20.0058 10.868 19.9797 10.7372 19.9289 10.6154C19.8781 10.4935 19.8037 10.3829 19.71 10.29L17.71 8.28996C17.6168 8.19673 17.5061 8.12277 17.3842 8.0723C17.2624 8.02184 17.1319 7.99587 17 7.99587C16.7337 7.99587 16.4783 8.10166 16.29 8.28996C16.1968 8.3832 16.1228 8.49389 16.0723 8.61572C16.0219 8.73754 15.9959 8.86811 15.9959 8.99996C15.9959 9.26627 16.1017 9.52166 16.29 9.70996L16.42 9.83996C11.79 9.24996 8.54 6.99996 5.86 2.48996C5.71439 2.28975 5.4997 2.15067 5.25746 2.09962C5.01522 2.04857 4.76265 2.08919 4.54864 2.21362C4.33462 2.33805 4.17436 2.53744 4.09888 2.77321C4.02339 3.00898 4.03805 3.26437 4.14 3.48996C7.25 8.68996 11.19 11.33 16.7 11.88ZM7 9.99996H5C4.73478 9.99996 4.48043 10.1053 4.29289 10.2929C4.10536 10.4804 4 10.7347 4 11V21C4 21.2652 4.10536 21.5195 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5195 8 21.2652 8 21V11C8 10.7347 7.89464 10.4804 7.70711 10.2929C7.51957 10.1053 7.26522 9.99996 7 9.99996ZM19 17H17C16.7348 17 16.4804 17.1053 16.2929 17.2929C16.1054 17.4804 16 17.7347 16 18V21C16 21.2652 16.1054 21.5195 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5195 20 21.2652 20 21V18C20 17.7347 19.8946 17.4804 19.7071 17.2929C19.5196 17.1053 19.2652 17 19 17ZM13 14H11C10.7348 14 10.4804 14.1053 10.2929 14.2929C10.1054 14.4804 10 14.7347 10 15V21C10 21.2652 10.1054 21.5195 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5195 14 21.2652 14 21V15C14 14.7347 13.8946 14.4804 13.7071 14.2929C13.5196 14.1053 13.2652 14 13 14Z"
17
+ })
18
+ });
19
+ exports.IconConsumptionlow = IconConsumptionlow;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconConsumptionunaccounted = 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 IconConsumptionunaccounted = 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 15ZM9 6H7L8.8 3.6C8.95913 3.38783 9.02746 3.12113 8.98995 2.85858C8.95244 2.59603 8.81217 2.35913 8.6 2.2C8.38783 2.04087 8.12113 1.97255 7.85858 2.01005C7.59603 2.04756 7.35913 2.18783 7.2 2.4L4.2 6.4C4.09817 6.54395 4.03621 6.71227 4.0204 6.88789C4.00459 7.06351 4.03551 7.24018 4.11 7.4C4.18597 7.57427 4.31005 7.72327 4.46768 7.82953C4.62531 7.9358 4.80996 7.99493 5 8H7L5.2 10.4C5.12121 10.5051 5.06388 10.6246 5.03129 10.7518C4.99869 10.879 4.99148 11.0114 5.01005 11.1414C5.02862 11.2714 5.07262 11.3965 5.13953 11.5095C5.20643 11.6225 5.29494 11.7212 5.4 11.8C5.5731 11.9298 5.78363 12 6 12C6.15525 12 6.30836 11.9639 6.44721 11.8944C6.58607 11.825 6.70685 11.7242 6.8 11.6L9.8 7.6C9.90183 7.45605 9.9638 7.28774 9.9796 7.11212C9.99541 6.9365 9.9645 6.75982 9.89 6.6C9.81403 6.42574 9.68995 6.27674 9.53232 6.17048C9.37469 6.06421 9.19004 6.00507 9 6ZM13 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V12C14 11.7348 13.8946 11.4804 13.7071 11.2929C13.5196 11.1054 13.2652 11 13 11ZM19 7H17C16.7348 7 16.4804 7.10536 16.2929 7.2929C16.1054 7.48043 16 7.73479 16 8V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V8C20 7.73479 19.8946 7.48043 19.7071 7.2929C19.5196 7.10536 19.2652 7 19 7Z"
17
+ })
18
+ });
19
+ exports.IconConsumptionunaccounted = IconConsumptionunaccounted;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconCsvdoc = 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 IconCsvdoc = 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.98 6.9 15.23 7 15.5 7Z M13.38 8.12C12.82 7.56 12.5 6.79 12.5 6V2H7C6.34 2 5.7 2.26 5.23 2.73C4.76 3.2 4.5 3.83 4.5 4.5V19.5C4.5 20.16 4.76 20.8 5.23 21.27C5.7 21.74 6.33 22 7 22H17C17.66 22 18.3 21.74 18.77 21.27C19.24 20.8 19.5 20.17 19.5 19.5V9H15.5C14.7 9 13.94 8.68 13.38 8.12ZM9.61 18.4C9.44 18.61 8.97 18.98 8.21 18.98C7.76 18.98 7.15 18.85 6.81 18.39C6.53 18.02 6.47 17.41 6.47 16.64C6.47 15.87 6.52 15.25 6.81 14.89C7.18 14.43 7.71 14.3 8.21 14.3C8.67 14.3 9.08 14.43 9.4 14.69C9.55 14.82 9.66 14.92 9.66 15.15C9.66 15.4 9.39 15.71 9.12 15.71C8.99 15.71 8.91 15.69 8.83 15.62C8.6 15.41 8.47 15.37 8.24 15.37C8.06 15.37 7.85 15.46 7.75 15.64C7.64 15.84 7.64 16.17 7.64 16.63C7.64 17.09 7.64 17.42 7.75 17.62C7.86 17.82 8.04 17.89 8.24 17.89C8.41 17.89 8.65 17.81 8.86 17.6C8.95 17.51 9.05 17.44 9.2 17.44C9.47 17.44 9.76 17.77 9.76 18C9.76 18.19 9.69 18.28 9.6 18.39L9.61 18.4ZM11.89 18.98C11.22 18.98 10.62 18.76 10.29 18.4C10.22 18.31 10.12 18.2 10.12 18.03C10.12 17.76 10.39 17.49 10.67 17.49C10.8 17.49 10.92 17.57 11.03 17.66C11.32 17.86 11.59 17.92 11.89 17.92C12.21 17.92 12.43 17.79 12.43 17.58C12.43 17.43 12.28 17.35 12.01 17.26L11.42 17.06C10.66 16.81 10.19 16.44 10.19 15.67C10.19 14.9 10.86 14.32 11.89 14.32C12.5 14.32 12.9 14.51 13.2 14.73C13.35 14.84 13.43 14.98 13.43 15.14C13.43 15.41 13.14 15.7 12.91 15.7C12.77 15.7 12.7 15.65 12.61 15.6C12.38 15.47 12.11 15.39 11.89 15.39C11.57 15.39 11.36 15.5 11.36 15.67C11.36 15.8 11.51 15.9 11.76 15.99L12.35 16.19C13.16 16.46 13.6 16.88 13.6 17.58C13.6 18.46 12.9 18.99 11.89 18.99V18.98ZM15.72 16.95C15.78 16.95 15.79 16.85 15.85 16.68L16.47 14.67C16.56 14.39 16.74 14.31 16.93 14.31C17.21 14.31 17.53 14.49 17.53 14.82C17.53 14.89 17.53 14.95 17.5 15.03L16.39 18.44C16.27 18.81 16.05 18.98 15.73 18.98C15.41 18.98 15.18 18.81 15.07 18.44L13.96 15.03C13.93 14.95 13.93 14.88 13.93 14.82C13.93 14.51 14.23 14.31 14.53 14.31C14.72 14.31 14.9 14.4 14.99 14.67L15.61 16.68C15.66 16.85 15.68 16.95 15.74 16.95H15.72Z"
17
+ })
18
+ });
19
+ exports.IconCsvdoc = IconCsvdoc;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDatabase = 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 IconDatabase = 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: "M11.97 17.82C10.32 17.82 8.81003 17.62 7.54003 17.27C6.37003 16.96 5.43003 16.51 4.78003 15.99V17.27C4.78003 18.75 8.08003 19.99 11.99 19.99C15.9 19.99 19.2 18.75 19.2 17.27V15.99C18.56 16.51 17.59 16.95 16.4 17.27C15.15 17.62 13.62 17.82 11.97 17.82Z M11.99 13.94C10.34 13.94 8.81003 13.75 7.56003 13.42C6.39003 13.12 5.44003 12.71 4.80003 12.22V13.42C4.80003 14.82 8.10003 15.99 12.01 15.99C15.92 15.99 19.22 14.82 19.22 13.42V12.22C18.56 12.71 17.59 13.13 16.42 13.42C15.15 13.75 13.64 13.94 11.99 13.94Z M16.42 9.27C15.15 9.62 13.64 9.82 11.99 9.82C10.34 9.82 8.81003 9.62 7.56003 9.27C6.39003 8.96 5.44003 8.51 4.80003 7.99V9.27C4.80003 10.75 8.10003 11.99 12.01 11.99C15.92 11.99 19.22 10.75 19.22 9.27V7.99C18.56 8.51 17.59 8.95 16.42 9.27Z M11.99 8C15.972 8 19.2 6.65685 19.2 5C19.2 3.34315 15.972 2 11.99 2C8.00806 2 4.78003 3.34315 4.78003 5C4.78003 6.65685 8.00806 8 11.99 8Z"
17
+ })
18
+ });
19
+ exports.IconDatabase = IconDatabase;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDigitalecosystem = 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 IconDigitalecosystem = 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: "M14.5002 19.0001C14.2066 19.0012 13.9197 19.0879 13.6746 19.2495C13.4295 19.4111 13.2369 19.6407 13.1202 19.9101C12.7499 19.9701 12.3754 20.0002 12.0002 20.0001C10.4968 19.9917 9.02628 19.5598 7.75709 18.754C6.4879 17.9482 5.47146 16.801 4.82429 15.444C4.17712 14.0871 3.92541 12.5752 4.09802 11.0817C4.27063 9.58829 4.86057 8.1737 5.80022 7.00013H6.00022C6.29291 7.00143 6.57959 6.91707 6.82493 6.75744C7.07026 6.59782 7.26354 6.3699 7.38094 6.10178C7.49834 5.83367 7.53473 5.53706 7.48563 5.24851C7.43652 4.95996 7.30408 4.69209 7.10461 4.47789C6.90513 4.26369 6.64735 4.11253 6.36303 4.04304C6.0787 3.97354 5.78026 3.98875 5.50447 4.08678C5.22868 4.18482 4.9876 4.3614 4.81093 4.59477C4.63427 4.82813 4.52974 5.10808 4.51022 5.40013C3.14363 6.96015 2.29589 8.90647 2.08438 10.9696C1.87286 13.0327 2.30805 15.1106 3.32967 16.9154C4.35129 18.7203 5.9088 20.1629 7.78653 21.0434C9.66427 21.9239 11.7693 22.1989 13.8102 21.8301C14.0246 21.9378 14.2604 21.9959 14.5002 22.0001C14.8888 21.9979 15.2615 21.8459 15.5409 21.5758C15.8203 21.3058 15.9848 20.9384 16.0002 20.5501V20.5001C16.0002 20.1023 15.8422 19.7208 15.5609 19.4395C15.2796 19.1582 14.898 19.0001 14.5002 19.0001ZM9.50022 5.00013C9.79269 4.99988 10.0788 4.91469 10.3238 4.75492C10.5688 4.59515 10.7621 4.36767 10.8802 4.10013C12.8553 3.80171 14.8697 4.27043 16.5102 5.41013C16.5102 5.41013 16.5102 5.47013 16.5102 5.50013C16.5102 5.79722 16.5985 6.08763 16.7637 6.33451C16.929 6.5814 17.1639 6.77365 17.4385 6.88688C17.7132 7.00011 18.0153 7.02922 18.3066 6.97053C18.5978 6.91184 18.865 6.76798 19.0744 6.5572C19.2838 6.34642 19.4259 6.07821 19.4826 5.78659C19.5394 5.49496 19.5082 5.19305 19.3931 4.91914C19.2781 4.64523 19.0843 4.41166 18.8363 4.24805C18.5883 4.08443 18.2973 3.99815 18.0002 4.00013C16.9035 3.17557 15.6473 2.58799 14.3115 2.27468C12.9756 1.96137 11.5892 1.92917 10.2402 2.18013C10.0127 2.05871 9.75812 1.9968 9.50022 2.00013C9.1024 2.00013 8.72086 2.15816 8.43956 2.43947C8.15826 2.72077 8.00022 3.1023 8.00022 3.50013C8.00022 3.89795 8.15826 4.27948 8.43956 4.56079C8.72086 4.84209 9.1024 5.00013 9.50022 5.00013ZM21.8302 10.1901C21.9379 9.97578 21.996 9.73996 22.0002 9.50013C21.998 9.11156 21.846 8.73883 21.5759 8.45945C21.3059 8.18008 20.9385 8.01556 20.5502 8.00013H20.5002C20.1543 7.99964 19.8188 8.11873 19.5506 8.33722C19.2825 8.55572 19.098 8.8602 19.0286 9.19909C18.9592 9.53797 19.009 9.89044 19.1697 10.1968C19.3304 10.5031 19.592 10.7446 19.9102 10.8801C19.9702 11.2504 20.0003 11.625 20.0002 12.0001C19.9875 13.8232 19.3524 15.5873 18.2002 17.0001C17.9234 17.0567 17.6682 17.1903 17.464 17.3855C17.2598 17.5807 17.1149 17.8296 17.0459 18.1036C16.9769 18.3776 16.9868 18.6655 17.0742 18.9341C17.1617 19.2027 17.3232 19.4412 17.5403 19.6221C17.7573 19.803 18.021 19.9188 18.301 19.9564C18.581 19.994 18.8659 19.9517 19.123 19.8345C19.38 19.7173 19.5987 19.5298 19.7539 19.2938C19.9091 19.0577 19.9945 18.7826 20.0002 18.5001C19.9972 18.3542 19.9737 18.2094 19.9302 18.0701C20.7856 16.9654 21.3971 15.692 21.7246 14.3337C22.0521 12.9755 22.0881 11.5633 21.8302 10.1901ZM12.0002 10.0001C11.6047 10.0001 11.218 10.1174 10.8891 10.3372C10.5602 10.557 10.3038 10.8693 10.1525 11.2348C10.0011 11.6002 9.96148 12.0023 10.0386 12.3903C10.1158 12.7783 10.3063 13.1346 10.586 13.4143C10.8657 13.694 11.2221 13.8845 11.61 13.9617C11.998 14.0389 12.4001 13.9993 12.7656 13.8479C13.131 13.6965 13.4434 13.4402 13.6632 13.1113C13.8829 12.7824 14.0002 12.3957 14.0002 12.0001C14.0002 11.4697 13.7895 10.961 13.4144 10.5859C13.0394 10.2108 12.5307 10.0001 12.0002 10.0001ZM18.5002 11.5001C18.5004 11.2534 18.4398 11.0103 18.3236 10.7926C18.2074 10.5749 18.0393 10.3892 17.8342 10.252C17.6291 10.1148 17.3933 10.0303 17.1477 10.0061C16.9021 9.98181 16.6544 10.0185 16.4264 10.1129C16.1984 10.2073 15.9972 10.3565 15.8406 10.5473C15.6841 10.7381 15.5771 10.9645 15.529 11.2065C15.4809 11.4486 15.4933 11.6987 15.565 11.9349C15.6367 12.171 15.7656 12.3857 15.9402 12.5601C15.8403 13.2988 15.536 13.9948 15.0616 14.5698C14.5872 15.1447 13.9616 15.5757 13.2554 15.814C12.5491 16.0524 11.7903 16.0886 11.0646 15.9187C10.3388 15.7488 9.67495 15.3795 9.14788 14.8525C8.62081 14.3254 8.2515 13.6615 8.0816 12.9358C7.9117 12.21 7.94797 11.4512 8.18633 10.745C8.42468 10.0387 8.85563 9.41311 9.43056 8.93872C10.0055 8.46433 10.7016 8.16003 11.4402 8.06013C11.6524 8.28132 11.9268 8.43273 12.227 8.49423C12.5273 8.55572 12.8391 8.5244 13.1212 8.40442C13.4032 8.28443 13.642 8.08147 13.8059 7.8225C13.9698 7.56354 14.0511 7.26082 14.0388 6.95458C14.0266 6.64835 13.9214 6.35309 13.7374 6.10804C13.5533 5.86299 13.299 5.67975 13.0083 5.58268C12.7176 5.48561 12.4042 5.47929 12.1099 5.56457C11.8155 5.64985 11.554 5.82269 11.3602 6.06013C10.2339 6.17973 9.16438 6.61571 8.27543 7.31766C7.38647 8.01961 6.71437 8.95885 6.33684 10.0268C5.95932 11.0947 5.89179 12.2476 6.14206 13.3523C6.39234 14.457 6.95019 15.4683 7.75112 16.2692C8.55205 17.0702 9.56333 17.628 10.668 17.8783C11.7727 18.1286 12.9257 18.061 13.9936 17.6835C15.0615 17.306 16.0007 16.6339 16.7027 15.7449C17.4046 14.856 17.8406 13.7865 17.9602 12.6601C18.1313 12.5195 18.2686 12.3423 18.3621 12.1415C18.4555 11.9407 18.5027 11.7216 18.5002 11.5001Z"
17
+ })
18
+ });
19
+ exports.IconDigitalecosystem = IconDigitalecosystem;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDigitalselfservice = 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 IconDigitalselfservice = 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 10.4999C19.2903 10.5011 19.0831 10.5462 18.8919 10.6323C18.7008 10.7184 18.5297 10.8436 18.3899 10.9999H14.3899L17.3899 7.99995H17.4699C17.7678 8.00591 18.0607 7.92302 18.3113 7.76187C18.5619 7.60071 18.7588 7.36858 18.877 7.09507C18.9951 6.82155 19.0291 6.51906 18.9747 6.22614C18.9202 5.93322 18.7798 5.66315 18.5713 5.45036C18.3627 5.23756 18.0956 5.0917 17.8038 5.03134C17.512 4.97099 17.2089 4.99889 16.9331 5.11149C16.6572 5.22409 16.4212 5.41628 16.255 5.66356C16.0888 5.91084 16 6.20201 15.9999 6.49995C15.9999 6.49995 15.9999 6.49995 15.9999 6.57995L12.9999 9.57995V5.57995C13.2264 5.37742 13.386 5.11092 13.4576 4.8157C13.5293 4.52049 13.5096 4.21047 13.4012 3.92668C13.2928 3.64289 13.1008 3.3987 12.8506 3.22643C12.6004 3.05415 12.3037 2.96191 11.9999 2.96191C11.6962 2.96191 11.3995 3.05415 11.1493 3.22643C10.8991 3.3987 10.7071 3.64289 10.5987 3.92668C10.4903 4.21047 10.4706 4.52049 10.5423 4.8157C10.6139 5.11092 10.7735 5.37742 10.9999 5.57995V9.57995L7.99995 6.57995C7.99995 6.57995 7.99995 6.57995 7.99995 6.49995C7.99995 6.20328 7.91197 5.91327 7.74715 5.66659C7.58233 5.41992 7.34806 5.22766 7.07397 5.11413C6.79988 5.0006 6.49828 4.97089 6.20731 5.02877C5.91634 5.08665 5.64907 5.22951 5.43929 5.43929C5.22951 5.64907 5.08665 5.91634 5.02877 6.20731C4.97089 6.49828 5.0006 6.79988 5.11413 7.07397C5.22766 7.34806 5.41992 7.58233 5.66659 7.74715C5.91327 7.91197 6.20328 7.99995 6.49995 7.99995H6.57995L9.57995 10.9999H5.57995C5.37742 10.7735 5.11092 10.6139 4.8157 10.5423C4.52049 10.4706 4.21047 10.4903 3.92668 10.5987C3.64289 10.7071 3.3987 10.8991 3.22643 11.1493C3.05415 11.3995 2.96191 11.6962 2.96191 11.9999C2.96191 12.3037 3.05415 12.6004 3.22643 12.8506C3.3987 13.1008 3.64289 13.2928 3.92668 13.4012C4.21047 13.5096 4.52049 13.5293 4.8157 13.4576C5.11092 13.386 5.37742 13.2264 5.57995 12.9999H9.57995L6.57995 15.9999H6.49995C6.20328 15.9999 5.91327 16.0879 5.66659 16.2527C5.41992 16.4176 5.22766 16.6518 5.11413 16.9259C5.0006 17.2 4.97089 17.5016 5.02877 17.7926C5.08665 18.0836 5.22951 18.3508 5.43929 18.5606C5.64907 18.7704 5.91634 18.9132 6.20731 18.9711C6.49828 19.029 6.79988 18.9993 7.07397 18.8858C7.34806 18.7722 7.58233 18.58 7.74715 18.3333C7.91197 18.0866 7.99995 17.7966 7.99995 17.4999C7.99995 17.4999 7.99995 17.4499 7.99995 17.4199L10.9999 14.4199V18.4199C10.7735 18.6225 10.6139 18.889 10.5423 19.1842C10.4706 19.4794 10.4903 19.7894 10.5987 20.0732C10.7071 20.357 10.8991 20.6012 11.1493 20.7735C11.3995 20.9457 11.6962 21.038 11.9999 21.038C12.3037 21.038 12.6004 20.9457 12.8506 20.7735C13.1008 20.6012 13.2928 20.357 13.4012 20.0732C13.5096 19.7894 13.5293 19.4794 13.4576 19.1842C13.386 18.889 13.2264 18.6225 12.9999 18.4199V14.4199L15.9999 17.4199C15.9999 17.4199 15.9999 17.4199 15.9999 17.4999C15.9999 17.7966 16.0879 18.0866 16.2527 18.3333C16.4176 18.58 16.6518 18.7722 16.9259 18.8858C17.2 18.9993 17.5016 19.029 17.7926 18.9711C18.0836 18.9132 18.3508 18.7704 18.5606 18.5606C18.7704 18.3508 18.9132 18.0836 18.9711 17.7926C19.029 17.5016 18.9993 17.2 18.8858 16.9259C18.7722 16.6518 18.58 16.4176 18.3333 16.2527C18.0866 16.0879 17.7966 15.9999 17.4999 15.9999H17.4199L14.4199 12.9999H18.4199C18.587 13.1867 18.7981 13.3286 19.0341 13.4128C19.2701 13.4969 19.5234 13.5206 19.7709 13.4817C20.0184 13.4428 20.2523 13.3425 20.451 13.19C20.6498 13.0375 20.8072 12.8376 20.9089 12.6086C21.0106 12.3796 21.0533 12.1288 21.0331 11.8791C21.0129 11.6294 20.9305 11.3887 20.7934 11.179C20.6562 10.9693 20.4688 10.7973 20.2481 10.6787C20.0274 10.5601 19.7805 10.4986 19.5299 10.4999H19.4999ZM12.7099 12.7099C12.5698 12.849 12.3916 12.9434 12.1978 12.9813C12.0041 13.0193 11.8034 12.999 11.6212 12.923C11.4389 12.8471 11.2832 12.7189 11.1737 12.5547C11.0642 12.3904 11.0057 12.1974 11.0057 11.9999C11.0057 11.8025 11.0642 11.6095 11.1737 11.4452C11.2832 11.281 11.4389 11.1528 11.6212 11.0769C11.8034 11.0009 12.0041 10.9806 12.1978 11.0186C12.3916 11.0565 12.5698 11.1509 12.7099 11.2899C12.8037 11.3829 12.8781 11.4935 12.9288 11.6154C12.9796 11.7372 13.0057 11.8679 13.0057 11.9999C13.0057 12.132 12.9796 12.2627 12.9288 12.3845C12.8781 12.5064 12.8037 12.617 12.7099 12.7099Z"
17
+ })
18
+ });
19
+ exports.IconDigitalselfservice = IconDigitalselfservice;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDistribution = 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 IconDistribution = 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 10C19.3956 10 19.7822 9.8827 20.1111 9.66294C20.44 9.44318 20.6964 9.13082 20.8478 8.76537C20.9991 8.39991 21.0387 7.99778 20.9616 7.60982C20.8844 7.22186 20.6939 6.86549 20.4142 6.58579C20.1345 6.30608 19.7781 6.1156 19.3902 6.03843C19.0022 5.96126 18.6001 6.00087 18.2346 6.15224C17.8692 6.30362 17.5568 6.55996 17.3371 6.88886C17.1173 7.21776 17 7.60444 17 8C16.9956 8.06326 16.9956 8.12674 17 8.19L13.7 10.54C13.4773 10.3882 13.2351 10.2671 12.98 10.18V5.72C13.286 5.54803 13.5414 5.29855 13.7204 4.99663C13.8994 4.69471 13.9959 4.35099 14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10.0021 4.34903 10.0955 4.69143 10.2709 4.99317C10.4464 5.29491 10.6977 5.54549 11 5.72V10.18C10.5806 10.3293 10.1997 10.5701 9.8849 10.8849C9.57011 11.1997 9.32932 11.5806 9.18 12H6.72C6.54549 11.6977 6.29491 11.4464 5.99317 11.2709C5.69143 11.0955 5.34903 11.0021 5 11C4.46957 11 3.96086 11.2107 3.58579 11.5858C3.21071 11.9609 3 12.4696 3 13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15C5.34903 14.9979 5.69143 14.9045 5.99317 14.7291C6.29491 14.5536 6.54549 14.3023 6.72 14H9.18C9.38966 14.5763 9.7655 15.0774 10.26 15.44L9.51 18.07C9.14654 18.1619 8.81621 18.354 8.55669 18.6246C8.29718 18.8951 8.11893 19.2331 8.04227 19.6001C7.96562 19.9671 7.99365 20.3482 8.12317 20.7C8.25269 21.0518 8.47847 21.3601 8.77478 21.5898C9.07108 21.8195 9.42597 21.9612 9.79896 21.9989C10.1719 22.0366 10.548 21.9687 10.8843 21.8029C11.2205 21.6372 11.5034 21.3803 11.7007 21.0615C11.898 20.7427 12.0017 20.3749 12 20C12.0005 19.4816 11.7998 18.9832 11.44 18.61L12.19 16C12.6602 15.9741 13.1169 15.8333 13.52 15.59L16 17.66C16 17.77 16 17.88 16 18C16 18.3956 16.1173 18.7822 16.3371 19.1111C16.5568 19.44 16.8692 19.6964 17.2346 19.8478C17.6001 19.9991 18.0022 20.0387 18.3902 19.9616C18.7781 19.8844 19.1345 19.6939 19.4142 19.4142C19.6939 19.1345 19.8844 18.7781 19.9616 18.3902C20.0387 18.0022 19.9991 17.6001 19.8478 17.2346C19.6964 16.8692 19.44 16.5568 19.1111 16.3371C18.7822 16.1173 18.3956 16 18 16C17.7673 16.0015 17.5369 16.0456 17.32 16.13L14.81 14C14.9255 13.6787 14.9896 13.3412 15 13C14.9983 12.7217 14.9544 12.4452 14.87 12.18L18.18 9.82C18.4375 9.93734 18.717 9.99869 19 10Z"
17
+ })
18
+ });
19
+ exports.IconDistribution = IconDistribution;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocument = 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 IconDocument = 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 6V2H7.5C6.83696 2 6.20107 2.26339 5.73223 2.73223C5.26339 3.20107 5 3.83696 5 4.5V19.5C5 20.163 5.26339 20.7989 5.73223 21.2678C6.20107 21.7366 6.83696 22 7.5 22H17.5C18.163 22 18.7989 21.7366 19.2678 21.2678C19.7366 20.7989 20 20.163 20 19.5V9H16C15.2044 9 14.4413 8.68393 13.8787 8.12132C13.3161 7.55871 13 6.79565 13 6ZM16 7H20C19.9978 6.47042 19.7856 5.96335 19.41 5.59L16.41 2.59C16.0366 2.21441 15.5296 2.00223 15 2V6C15 6.26522 15.1054 6.51957 15.2929 6.70711C15.4804 6.89464 15.7348 7 16 7Z"
17
+ })
18
+ });
19
+ exports.IconDocument = IconDocument;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentdoc = 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 IconDocumentdoc = 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: "M8.86 15.53H8.32C8.32 15.53 8.26 15.54 8.26 15.59V17.89C8.26 17.89 8.27 17.95 8.32 17.95H8.86C9.05 17.95 9.24 17.88 9.35 17.71C9.45 17.54 9.46 17.15 9.46 16.74C9.46 16.33 9.46 15.95 9.35 15.77C9.25 15.6 9.06 15.53 8.86 15.53Z M12.76 15.5C12.56 15.5 12.38 15.58 12.27 15.77C12.17 15.95 12.16 16.33 12.16 16.74C12.16 17.15 12.17 17.53 12.27 17.71C12.37 17.9 12.56 17.98 12.76 17.98C12.96 17.98 13.14 17.9 13.25 17.71C13.35 17.54 13.36 17.15 13.36 16.74C13.36 16.33 13.35 15.95 13.25 15.77C13.15 15.58 12.96 15.5 12.76 15.5Z M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.27 18.45C9.91 18.89 9.42 19 8.9 19H7.67C7.4 19 7.15 18.88 7.15 18.51V14.97C7.15 14.6 7.4 14.47 7.67 14.47H8.9C9.42 14.47 9.91 14.58 10.27 15.02C10.54 15.35 10.6 15.94 10.6 16.73C10.6 17.52 10.54 18.12 10.27 18.45ZM14.17 18.45C13.81 18.91 13.28 19.03 12.76 19.03C12.24 19.03 11.71 18.91 11.35 18.45C11.08 18.11 11.02 17.53 11.02 16.74C11.02 15.95 11.08 15.37 11.35 15.03C11.71 14.57 12.24 14.45 12.76 14.45C13.28 14.45 13.81 14.57 14.17 15.03C14.44 15.37 14.5 15.95 14.5 16.74C14.5 17.53 14.44 18.11 14.17 18.45ZM17.99 18.45C17.83 18.65 17.37 19.02 16.62 19.02C16.18 19.02 15.59 18.89 15.25 18.44C14.98 18.08 14.92 17.48 14.92 16.73C14.92 15.98 14.97 15.36 15.25 15.02C15.61 14.56 16.13 14.44 16.62 14.44C17.07 14.44 17.47 14.56 17.78 14.82C17.92 14.94 18.03 15.05 18.03 15.27C18.03 15.52 17.76 15.82 17.5 15.82C17.38 15.82 17.29 15.8 17.22 15.74C17 15.54 16.87 15.5 16.64 15.5C16.46 15.5 16.26 15.58 16.16 15.77C16.06 15.97 16.05 16.29 16.05 16.74C16.05 17.19 16.05 17.51 16.16 17.71C16.26 17.91 16.44 17.98 16.64 17.98C16.81 17.98 17.04 17.9 17.25 17.69C17.34 17.6 17.44 17.53 17.58 17.53C17.84 17.53 18.13 17.85 18.13 18.08C18.13 18.26 18.08 18.34 17.99 18.45Z"
17
+ })
18
+ });
19
+ exports.IconDocumentdoc = IconDocumentdoc;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentjpg = 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 IconDocumentjpg = 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.4 15.54H11.74C11.74 15.54 11.68 15.55 11.68 15.6V16.38C11.68 16.38 11.69 16.44 11.74 16.44H12.4C12.65 16.44 12.82 16.28 12.82 16C12.82 15.72 12.65 15.54 12.4 15.54Z M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM9.78 17.69C9.78 18.54 9.24 19.03 8.36 19.03C7.88 19.03 7.48 18.82 7.24 18.41C7.18 18.31 7.16 18.22 7.16 18.14C7.16 17.88 7.44 17.65 7.7 17.65C7.83 17.65 7.96 17.71 8.06 17.86C8.11 17.94 8.2 17.98 8.31 17.98C8.5 17.98 8.67 17.86 8.67 17.6V14.92C8.67 14.55 8.97 14.46 9.22 14.46C9.48 14.46 9.78 14.55 9.78 14.92V17.69ZM12.55 17.48L11.74 17.49C11.74 17.49 11.68 17.5 11.68 17.55V18.56C11.68 18.93 11.38 19.02 11.12 19.02C10.86 19.02 10.57 18.93 10.57 18.56V14.97C10.57 14.6 10.82 14.47 11.09 14.47H12.55C13.33 14.47 13.95 14.96 13.95 15.98C13.95 17 13.33 17.48 12.55 17.48ZM17.7 17.4C17.7 17.87 17.55 18.25 17.39 18.46C17.03 18.91 16.54 19.03 16.03 19.03C15.52 19.03 14.98 18.91 14.62 18.45C14.35 18.11 14.29 17.53 14.29 16.74C14.29 15.95 14.35 15.37 14.62 15.03C14.98 14.57 15.5 14.45 16.04 14.45C16.51 14.45 16.91 14.55 17.22 14.77C17.36 14.87 17.45 14.97 17.45 15.2C17.45 15.46 17.18 15.75 16.92 15.75C16.8 15.75 16.72 15.71 16.65 15.67C16.42 15.54 16.29 15.49 16.05 15.49C15.83 15.49 15.64 15.57 15.54 15.76C15.44 15.94 15.43 16.32 15.43 16.73C15.43 17.14 15.44 17.52 15.54 17.7C15.64 17.89 15.83 17.97 16.03 17.97C16.23 17.97 16.35 17.9 16.47 17.78C16.52 17.74 16.59 17.59 16.59 17.47V17.43C16.59 17.43 16.57 17.37 16.53 17.37H16.45C16.09 17.37 15.98 17.12 15.98 16.85C15.98 16.58 16.09 16.32 16.45 16.32H17.29C17.55 16.32 17.69 16.49 17.69 16.72L17.7 17.4Z"
17
+ })
18
+ });
19
+ exports.IconDocumentjpg = IconDocumentjpg;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentodt = 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 IconDocumentodt = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ d: "M18.27 2.73C17.8 2.26 17.17 2 16.5 2H9C8.47 2 7.96 2.21 7.59 2.59L4.59 5.59C4.21 5.96 4 6.47 4 7V19.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.5V4.5C19 3.84 18.74 3.2 18.27 2.73ZM8.98 18.41C8.61 18.87 8.07 19 7.55 19C7.03 19 6.49 18.88 6.12 18.41C5.85 18.07 5.78 17.47 5.78 16.67C5.78 15.87 5.85 15.28 6.12 14.93C6.49 14.47 7.02 14.34 7.55 14.34C8.08 14.34 8.61 14.47 8.98 14.93C9.25 15.27 9.32 15.87 9.32 16.67C9.32 17.47 9.25 18.06 8.98 18.41ZM13.13 18.41C12.77 18.86 12.27 18.97 11.74 18.97H10.49C10.21 18.97 9.96 18.85 9.96 18.47V14.88C9.96 14.5 10.21 14.37 10.49 14.37H11.74C12.27 14.37 12.76 14.48 13.13 14.93C13.41 15.27 13.47 15.87 13.47 16.67C13.47 17.47 13.41 18.07 13.13 18.41ZM16.74 15.44H16.07C16.07 15.44 16.01 15.45 16.01 15.5V18.53C16.01 18.91 15.71 19 15.45 19C15.19 19 14.88 18.91 14.88 18.53V15.5C14.88 15.5 14.87 15.44 14.82 15.44H14.17C13.8 15.44 13.69 15.18 13.69 14.91C13.69 14.63 13.8 14.37 14.17 14.37H16.73C17.1 14.37 17.21 14.63 17.21 14.91C17.21 15.19 17.1 15.44 16.73 15.44H16.74Z M11.7 15.44H11.15C11.15 15.44 11.09 15.45 11.09 15.5V17.84C11.09 17.84 11.1 17.9 11.15 17.9H11.7C11.9 17.9 12.09 17.83 12.2 17.66C12.3 17.49 12.31 17.09 12.31 16.68C12.31 16.27 12.31 15.87 12.2 15.69C12.1 15.52 11.9 15.45 11.7 15.45V15.44Z M7.54 15.42C7.34 15.42 7.15 15.5 7.04 15.69C6.94 15.87 6.93 16.26 6.93 16.68C6.93 17.1 6.94 17.49 7.04 17.66C7.15 17.85 7.34 17.93 7.54 17.93C7.74 17.93 7.93 17.85 8.04 17.66C8.14 17.48 8.15 17.09 8.15 16.68C8.15 16.27 8.14 15.87 8.04 15.69C7.93 15.5 7.74 15.42 7.54 15.42Z"
17
+ })
18
+ });
19
+ exports.IconDocumentodt = IconDocumentodt;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentpdf = 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 IconDocumentpdf = 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.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM9.08 17.47H8.26C8.26 17.47 8.2 17.48 8.2 17.53V18.54C8.2 18.91 7.9 19 7.64 19C7.38 19 7.09 18.91 7.09 18.54V14.95C7.09 14.58 7.34 14.45 7.61 14.45H9.07C9.85 14.45 10.47 14.94 10.47 15.96C10.47 16.98 9.86 17.47 9.08 17.47ZM14.15 18.43C13.79 18.87 13.31 18.98 12.79 18.98H11.56C11.29 18.98 11.04 18.86 11.04 18.49V14.95C11.04 14.58 11.29 14.45 11.56 14.45H12.79C13.31 14.45 13.8 14.56 14.15 15C14.42 15.33 14.48 15.92 14.48 16.71C14.48 17.5 14.42 18.1 14.15 18.43ZM17.72 15.51H16.28C16.28 15.51 16.22 15.52 16.22 15.57V16.06C16.22 16.06 16.23 16.12 16.28 16.12H17.31C17.67 16.12 17.78 16.37 17.78 16.65C17.78 16.93 17.67 17.17 17.31 17.17H16.28C16.28 17.17 16.22 17.18 16.22 17.23V18.54C16.22 18.91 15.92 19 15.66 19C15.4 19 15.11 18.91 15.11 18.54V14.95C15.11 14.58 15.36 14.45 15.63 14.45H17.71C18.07 14.45 18.18 14.7 18.18 14.98C18.18 15.26 18.08 15.51 17.72 15.51Z M8.92 15.51H8.26C8.26 15.51 8.2 15.52 8.2 15.57V16.35C8.2 16.35 8.21 16.41 8.26 16.41H8.92C9.17 16.41 9.34 16.25 9.34 15.97C9.34 15.69 9.17 15.51 8.92 15.51Z M12.74 15.51H12.2C12.2 15.51 12.14 15.52 12.14 15.57V17.87C12.14 17.87 12.15 17.93 12.2 17.93H12.74C12.94 17.93 13.12 17.86 13.23 17.69C13.33 17.52 13.34 17.13 13.34 16.72C13.34 16.31 13.34 15.93 13.23 15.75C13.13 15.58 12.94 15.51 12.74 15.51Z"
17
+ })
18
+ });
19
+ exports.IconDocumentpdf = IconDocumentpdf;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentpng = 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 IconDocumentpng = 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: "M8.75 15.54H8.09C8.09 15.54 8.03 15.55 8.03 15.6V16.38C8.03 16.38 8.04 16.44 8.09 16.44H8.75C9 16.44 9.17 16.28 9.17 16C9.17 15.72 9 15.54 8.75 15.54Z M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM8.91 17.49H8.09C8.09 17.49 8.03 17.5 8.03 17.55V18.56C8.03 18.93 7.73 19.02 7.47 19.02C7.21 19.02 6.92 18.93 6.92 18.56V14.97C6.92 14.6 7.17 14.47 7.44 14.47H8.9C9.68 14.47 10.3 14.96 10.3 15.98C10.3 17 9.69 17.49 8.91 17.49ZM14.25 18.45C14.25 18.89 14.03 19.02 13.67 19.02C13.42 19.02 13.25 18.94 13.08 18.62L12.06 16.74C12.06 16.74 12.04 16.7 12.01 16.7C11.98 16.7 11.98 16.75 11.98 16.75V18.56C11.98 18.93 11.68 19.02 11.42 19.02C11.16 19.02 10.87 18.93 10.87 18.56V15.02C10.87 14.58 11.09 14.45 11.45 14.45C11.7 14.45 11.87 14.53 12.04 14.85L13.06 16.7C13.06 16.7 13.08 16.74 13.11 16.74C13.14 16.74 13.14 16.69 13.14 16.69V14.92C13.14 14.55 13.44 14.46 13.7 14.46C13.96 14.46 14.25 14.55 14.25 14.92V18.46V18.45ZM18.31 17.4C18.31 17.87 18.16 18.25 18 18.46C17.64 18.91 17.15 19.03 16.64 19.03C16.13 19.03 15.59 18.91 15.23 18.45C14.96 18.11 14.9 17.53 14.9 16.74C14.9 15.95 14.96 15.37 15.23 15.03C15.59 14.57 16.11 14.45 16.65 14.45C17.12 14.45 17.52 14.55 17.83 14.77C17.97 14.87 18.06 14.97 18.06 15.2C18.06 15.46 17.79 15.75 17.53 15.75C17.41 15.75 17.34 15.71 17.26 15.67C17.03 15.54 16.9 15.49 16.66 15.49C16.44 15.49 16.25 15.57 16.15 15.76C16.05 15.94 16.04 16.32 16.04 16.73C16.04 17.14 16.05 17.52 16.15 17.7C16.25 17.89 16.44 17.97 16.64 17.97C16.84 17.97 16.96 17.9 17.08 17.78C17.13 17.74 17.2 17.59 17.2 17.47V17.43C17.2 17.43 17.18 17.37 17.14 17.37H17.06C16.7 17.37 16.59 17.12 16.59 16.85C16.59 16.58 16.7 16.32 17.06 16.32H17.9C18.16 16.32 18.3 16.49 18.3 16.72L18.31 17.4Z"
17
+ })
18
+ });
19
+ exports.IconDocumentpng = IconDocumentpng;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentraw = 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 IconDocumentraw = 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.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM9.01 19.05C8.87 19.05 8.72 18.98 8.6 18.78L7.84 17.45C7.81 17.39 7.79 17.39 7.74 17.39H7.39C7.39 17.39 7.33 17.39 7.33 17.45V18.59C7.33 18.96 7.03 19.05 6.77 19.05C6.51 19.05 6.23 18.96 6.23 18.59V15.01C6.23 14.64 6.48 14.51 6.75 14.51H8.2C8.98 14.51 9.59 14.98 9.59 15.96C9.59 16.58 9.38 16.98 8.97 17.19C8.94 17.2 8.94 17.22 8.94 17.23C8.94 17.23 8.94 17.25 8.95 17.27L9.51 18.24C9.58 18.35 9.6 18.45 9.6 18.53C9.6 18.81 9.28 19.05 9 19.05H9.01ZM13.22 19.05C13.03 19.05 12.82 18.96 12.74 18.69L12.62 18.29C12.6 18.24 12.57 18.21 12.53 18.21H11.26C11.26 18.21 11.19 18.24 11.17 18.29L11.05 18.69C10.97 18.96 10.76 19.05 10.57 19.05C10.3 19.05 10 18.89 10 18.57C10 18.51 10.01 18.43 10.04 18.35L11.16 15.08C11.34 14.57 11.66 14.49 11.91 14.49C12.16 14.49 12.48 14.57 12.66 15.08L13.78 18.35C13.81 18.43 13.82 18.51 13.82 18.57C13.82 18.87 13.54 19.05 13.25 19.05H13.22ZM19.19 15.15L18.3 18.59C18.25 18.78 18.11 19.04 17.8 19.04C17.51 19.04 17.33 18.88 17.24 18.62L16.54 16.5C16.54 16.5 16.5 16.32 16.46 16.32C16.42 16.32 16.39 16.46 16.38 16.5L15.68 18.62C15.59 18.89 15.4 19.04 15.12 19.04C14.81 19.04 14.67 18.78 14.62 18.59L13.73 15.15C13.71 15.08 13.7 15.03 13.7 14.97C13.7 14.65 13.99 14.48 14.29 14.48C14.48 14.48 14.68 14.57 14.75 14.87L15.21 16.72C15.24 16.85 15.24 16.95 15.28 16.95C15.32 16.95 15.34 16.84 15.38 16.71L15.89 14.99C15.97 14.72 16.08 14.48 16.46 14.48C16.84 14.48 16.95 14.72 17.03 14.99L17.54 16.71C17.58 16.84 17.59 16.95 17.64 16.95C17.69 16.95 17.68 16.85 17.71 16.72L18.17 14.87C18.24 14.57 18.44 14.48 18.63 14.48C18.88 14.48 19.22 14.63 19.22 14.97C19.22 15.02 19.22 15.08 19.19 15.15Z M8.05 15.56H7.4C7.4 15.56 7.34 15.57 7.34 15.62V16.27C7.34 16.33 7.35 16.33 7.4 16.33H8.05C8.3 16.33 8.47 16.19 8.47 15.95C8.47 15.71 8.3 15.56 8.05 15.56Z M11.97 15.86C11.94 15.76 11.94 15.68 11.89 15.68C11.84 15.68 11.84 15.76 11.81 15.86L11.45 17.14C11.45 17.14 11.45 17.16 11.45 17.17C11.45 17.2 11.47 17.22 11.5 17.22H12.32C12.32 17.22 12.37 17.2 12.37 17.17C12.37 17.16 12.37 17.14 12.37 17.14L11.97 15.86Z"
17
+ })
18
+ });
19
+ exports.IconDocumentraw = IconDocumentraw;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentrtf = 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 IconDocumentrtf = 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.79 15.45H7.12C7.12 15.45 7.06 15.46 7.06 15.51V16.17C7.06 16.23 7.07 16.23 7.12 16.23H7.79C8.04 16.23 8.21 16.09 8.21 15.85C8.21 15.61 8.04 15.45 7.79 15.45Z M18.27 2.73C17.8 2.26 17.17 2 16.5 2H9C8.47 2 7.96 2.21 7.59 2.59L4.59 5.59C4.21 5.96 4 6.47 4 7V19.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.5V4.5C19 3.84 18.74 3.2 18.27 2.73ZM8.75 18.99C8.6 18.99 8.47 18.93 8.35 18.72L7.58 17.37C7.55 17.31 7.53 17.31 7.47 17.31H7.11C7.11 17.31 7.05 17.31 7.05 17.37V18.53C7.05 18.91 6.75 19 6.48 19C6.21 19 5.92 18.91 5.92 18.53V14.88C5.92 14.5 6.17 14.37 6.45 14.37H7.93C8.72 14.37 9.35 14.85 9.35 15.84C9.35 16.47 9.14 16.88 8.72 17.09C8.69 17.1 8.69 17.12 8.69 17.14C8.69 17.14 8.69 17.16 8.7 17.18L9.27 18.16C9.34 18.27 9.36 18.37 9.36 18.46C9.36 18.74 9.03 18.99 8.75 18.99ZM12.87 15.45H12.2C12.2 15.45 12.14 15.46 12.14 15.51V18.54C12.14 18.92 11.84 19.01 11.58 19.01C11.32 19.01 11.01 18.92 11.01 18.54V15.51C11.01 15.51 11 15.45 10.95 15.45H10.3C9.93 15.45 9.82 15.19 9.82 14.92C9.82 14.64 9.93 14.38 10.3 14.38H12.86C13.23 14.38 13.34 14.64 13.34 14.92C13.34 15.2 13.24 15.45 12.87 15.45ZM16.58 15.45H15.12C15.12 15.45 15.06 15.46 15.06 15.51V16.01C15.06 16.01 15.07 16.07 15.12 16.07H16.16C16.53 16.07 16.64 16.33 16.64 16.61C16.64 16.89 16.53 17.14 16.16 17.14H15.12C15.12 17.14 15.06 17.15 15.06 17.2V18.53C15.06 18.91 14.76 19 14.49 19C14.22 19 13.93 18.91 13.93 18.53V14.88C13.93 14.5 14.18 14.37 14.46 14.37H16.57C16.94 14.37 17.05 14.63 17.05 14.91C17.05 15.19 16.95 15.45 16.58 15.45Z"
17
+ })
18
+ });
19
+ exports.IconDocumentrtf = IconDocumentrtf;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentsettings = 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 IconDocumentsettings = 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.03 2.21 15.53 2 15 2V6C15 6.55 15.45 7 16 7ZM12 13C10.9 13 10 13.9 10 15C10 16.1 10.9 17 12 17C13.1 17 14 16.1 14 15C14 13.9 13.1 13 12 13ZM13 6V2H7.5C6.12 2 5 3.12 5 4.5V19.5C5 20.88 6.12 22 7.5 22H17.5C18.88 22 20 20.88 20 19.5V9H16C14.35 9 13 7.65 13 6ZM16.58 12.93C16.86 13.41 16.69 14.02 16.21 14.3L15.94 14.46C15.96 14.64 16 14.82 16 15.01C16 15.2 15.97 15.38 15.94 15.56L16.21 15.72C16.69 16 16.85 16.61 16.58 17.09L16.08 17.96C15.8 18.44 15.19 18.6 14.71 18.33L14.44 18.17C14.15 18.4 13.84 18.59 13.5 18.73V19.03C13.5 19.58 13.05 20.03 12.5 20.03H11.5C10.95 20.03 10.5 19.58 10.5 19.03V18.73C10.16 18.59 9.84 18.4 9.56 18.17L9.29 18.33C8.81 18.61 8.2 18.44 7.92 17.96L7.42 17.09C7.14 16.61 7.31 16 7.79 15.72L8.06 15.56C8.04 15.38 8 15.2 8 15.01C8 14.82 8.03 14.64 8.06 14.46L7.79 14.3C7.31 14.02 7.15 13.41 7.42 12.93L7.92 12.06C8.2 11.58 8.81 11.42 9.29 11.69L9.56 11.85C9.85 11.62 10.16 11.43 10.5 11.29V10.99C10.5 10.44 10.95 9.99 11.5 9.99H12.5C13.05 9.99 13.5 10.44 13.5 10.99V11.29C13.84 11.43 14.16 11.62 14.44 11.85L14.71 11.69C15.19 11.41 15.8 11.58 16.08 12.06L16.58 12.93Z"
17
+ })
18
+ });
19
+ exports.IconDocumentsettings = IconDocumentsettings;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumenttif = 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 IconDocumenttif = 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.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.95 15.53H10.29C10.29 15.53 10.23 15.54 10.23 15.59V18.57C10.23 18.95 9.93 19.03 9.68 19.03C9.42 19.03 9.12 18.95 9.12 18.57V15.59C9.12 15.59 9.11 15.53 9.06 15.53H8.42C8.06 15.53 7.95 15.28 7.95 15.01C7.95 14.74 8.06 14.48 8.42 14.48H10.94C11.3 14.48 11.41 14.73 11.41 15.01C11.41 15.29 11.3 15.53 10.94 15.53H10.95ZM13.11 18.57C13.11 18.94 12.81 19.03 12.55 19.03C12.29 19.03 12 18.94 12 18.57V14.92C12 14.55 12.3 14.46 12.55 14.46C12.81 14.46 13.11 14.55 13.11 14.92V18.57ZM16.58 15.53H15.14C15.14 15.53 15.08 15.54 15.08 15.59V16.08C15.08 16.08 15.09 16.14 15.14 16.14H16.17C16.53 16.14 16.64 16.39 16.64 16.67C16.64 16.95 16.53 17.19 16.17 17.19H15.14C15.14 17.19 15.08 17.2 15.08 17.25V18.56C15.08 18.93 14.78 19.02 14.52 19.02C14.26 19.02 13.97 18.93 13.97 18.56V14.97C13.97 14.6 14.22 14.47 14.49 14.47H16.57C16.93 14.47 17.04 14.72 17.04 15C17.04 15.28 16.93 15.52 16.57 15.52L16.58 15.53Z"
17
+ })
18
+ });
19
+ exports.IconDocumenttif = IconDocumenttif;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumenttxt = 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 IconDocumenttxt = 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.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.08 15.53H9.42C9.42 15.53 9.36 15.54 9.36 15.59V18.57C9.36 18.95 9.06 19.03 8.81 19.03C8.55 19.03 8.25 18.95 8.25 18.57V15.59C8.25 15.59 8.24 15.53 8.19 15.53H7.55C7.19 15.53 7.08 15.28 7.08 15.01C7.08 14.74 7.19 14.48 7.55 14.48H10.07C10.43 14.48 10.54 14.73 10.54 15.01C10.54 15.29 10.43 15.53 10.07 15.53H10.08ZM13.62 19.03C13.48 19.03 13.34 18.96 13.22 18.79L12.53 17.74C12.53 17.74 12.52 17.71 12.49 17.71C12.46 17.71 12.45 17.74 12.45 17.74L11.76 18.79C11.64 18.97 11.5 19.03 11.36 19.03C11.1 19.03 10.77 18.79 10.77 18.5C10.77 18.41 10.8 18.3 10.88 18.19L11.84 16.8C11.84 16.8 11.86 16.77 11.86 16.75C11.86 16.73 11.84 16.69 11.84 16.69L10.9 15.3C10.82 15.18 10.79 15.08 10.79 14.99C10.79 14.71 11.1 14.46 11.38 14.46C11.52 14.46 11.66 14.53 11.78 14.71L12.46 15.76C12.46 15.76 12.47 15.79 12.5 15.79C12.53 15.79 12.54 15.76 12.54 15.76L13.22 14.71C13.34 14.53 13.48 14.46 13.62 14.46C13.88 14.46 14.21 14.7 14.21 14.99C14.21 15.08 14.18 15.18 14.1 15.3L13.16 16.69C13.16 16.69 13.14 16.72 13.14 16.75C13.14 16.78 13.16 16.8 13.16 16.8L14.12 18.19C14.2 18.31 14.23 18.41 14.23 18.5C14.23 18.78 13.92 19.03 13.64 19.03H13.62ZM17.44 15.53H16.78C16.78 15.53 16.72 15.54 16.72 15.59V18.57C16.72 18.95 16.42 19.03 16.17 19.03C15.91 19.03 15.61 18.95 15.61 18.57V15.59C15.61 15.59 15.6 15.53 15.55 15.53H14.91C14.55 15.53 14.44 15.28 14.44 15.01C14.44 14.74 14.55 14.48 14.91 14.48H17.43C17.79 14.48 17.9 14.73 17.9 15.01C17.9 15.29 17.79 15.53 17.43 15.53H17.44Z"
17
+ })
18
+ });
19
+ exports.IconDocumenttxt = IconDocumenttxt;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentunknown = 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 IconDocumentunknown = 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 6V2H7.5C6.83696 2 6.20107 2.26339 5.73223 2.73223C5.26339 3.20107 5 3.83696 5 4.5V19.5C5 20.163 5.26339 20.7989 5.73223 21.2678C6.20107 21.7366 6.83696 22 7.5 22H17.5C18.163 22 18.7989 21.7366 19.2678 21.2678C19.7366 20.7989 20 20.163 20 19.5V9H16C15.2044 9 14.4413 8.68393 13.8787 8.12132C13.3161 7.55871 13 6.79565 13 6ZM11 19C10.7884 19 10.5815 18.9372 10.4055 18.8197C10.2296 18.7021 10.0924 18.535 10.0114 18.3395C9.93046 18.144 9.90927 17.9288 9.95056 17.7213C9.99185 17.5137 10.0938 17.323 10.2434 17.1734C10.393 17.0238 10.5837 16.9218 10.7913 16.8806C10.9988 16.8393 11.214 16.8605 11.4095 16.9414C11.605 17.0224 11.7721 17.1596 11.8897 17.3355C12.0072 17.5115 12.07 17.7184 12.07 17.93C12.07 18.0705 12.0423 18.2097 11.9886 18.3395C11.9348 18.4693 11.856 18.5872 11.7566 18.6866C11.6572 18.786 11.5393 18.8648 11.4095 18.9186C11.2797 18.9723 11.1405 19 11 19ZM12.13 15L11.85 15.21C11.8176 15.4227 11.7067 15.6156 11.5391 15.7506C11.3714 15.8855 11.1593 15.9527 10.9446 15.9389C10.7298 15.9251 10.5281 15.8312 10.3791 15.6759C10.2302 15.5206 10.1448 15.3151 10.14 15.1C10.1668 14.786 10.2725 14.4838 10.4473 14.2215C10.6221 13.9593 10.8604 13.7455 11.14 13.6C11.63 13.26 11.86 13.07 11.86 12.53C11.8311 12.312 11.7312 12.1097 11.5758 11.9542C11.4203 11.7988 11.2179 11.6989 11 11.67C10.7821 11.6989 10.5797 11.7988 10.4242 11.9542C10.2688 12.1097 10.1689 12.312 10.14 12.53C10.153 12.65 10.1406 12.7715 10.1035 12.8864C10.0665 13.0013 10.0057 13.1072 9.92501 13.197C9.84436 13.2869 9.74569 13.3588 9.63542 13.408C9.52514 13.4572 9.40575 13.4826 9.285 13.4826C9.16425 13.4826 9.04486 13.4572 8.93458 13.408C8.82431 13.3588 8.72564 13.2869 8.64499 13.197C8.56433 13.1072 8.5035 13.0013 8.46646 12.8864C8.42942 12.7715 8.417 12.65 8.43 12.53C8.47335 11.8664 8.75917 11.242 9.23306 10.7754C9.70695 10.3089 10.3358 10.0329 11 10C11.6707 10.0338 12.3049 10.3155 12.7797 10.7903C13.2545 11.2651 13.5362 11.8993 13.57 12.57C13.5638 13.0657 13.4276 13.551 13.1748 13.9775C12.9221 14.404 12.5618 14.7566 12.13 15ZM16 7H20C19.9978 6.47042 19.7856 5.96335 19.41 5.59L16.41 2.59C16.0366 2.21441 15.5296 2.00223 15 2V6C15 6.26522 15.1054 6.51957 15.2929 6.70711C15.4804 6.89464 15.7348 7 16 7Z"
17
+ })
18
+ });
19
+ exports.IconDocumentunknown = IconDocumentunknown;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentxls = 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 IconDocumentxls = 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.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.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.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.05 19.02C9.91 19.02 9.77 18.95 9.65 18.78L8.96 17.73C8.96 17.73 8.95 17.7 8.92 17.7C8.89 17.7 8.88 17.73 8.88 17.73L8.19 18.78C8.07 18.96 7.93 19.02 7.79 19.02C7.53 19.02 7.2 18.78 7.2 18.49C7.2 18.4 7.23 18.29 7.31 18.18L8.27 16.79C8.27 16.79 8.29 16.76 8.29 16.74C8.29 16.72 8.27 16.68 8.27 16.68L7.33 15.29C7.25 15.17 7.22 15.07 7.22 14.98C7.22 14.7 7.53 14.45 7.81 14.45C7.95 14.45 8.09 14.52 8.21 14.7L8.89 15.75C8.89 15.75 8.9 15.78 8.93 15.78C8.96 15.78 8.97 15.75 8.97 15.75L9.65 14.7C9.77 14.52 9.91 14.45 10.05 14.45C10.31 14.45 10.64 14.69 10.64 14.98C10.64 15.07 10.61 15.17 10.53 15.29L9.59 16.68C9.59 16.68 9.57 16.71 9.57 16.74C9.57 16.77 9.59 16.79 9.59 16.79L10.55 18.18C10.63 18.3 10.66 18.4 10.66 18.49C10.66 18.77 10.35 19.02 10.07 19.02H10.05ZM13.48 18.99H11.69C11.4 18.99 11.16 18.89 11.16 18.5V14.9C11.16 14.53 11.46 14.44 11.71 14.44C11.97 14.44 12.27 14.53 12.27 14.9V17.88C12.27 17.88 12.27 17.94 12.32 17.94H13.48C13.84 17.94 13.95 18.19 13.95 18.47C13.95 18.74 13.84 18.99 13.48 18.99ZM16.04 19.02C15.38 19.02 14.79 18.81 14.47 18.45C14.4 18.37 14.3 18.25 14.3 18.09C14.3 17.83 14.57 17.56 14.84 17.56C14.96 17.56 15.08 17.64 15.2 17.72C15.49 17.91 15.75 17.97 16.04 17.97C16.35 17.97 16.57 17.85 16.57 17.64C16.57 17.49 16.42 17.42 16.16 17.33L15.58 17.14C14.84 16.89 14.38 16.53 14.38 15.78C14.38 15.03 15.04 14.45 16.04 14.45C16.64 14.45 17.03 14.64 17.32 14.85C17.47 14.96 17.55 15.09 17.55 15.25C17.55 15.52 17.27 15.8 17.04 15.8C16.9 15.8 16.83 15.75 16.75 15.7C16.53 15.58 16.26 15.49 16.05 15.49C15.74 15.49 15.53 15.6 15.53 15.76C15.53 15.88 15.67 15.99 15.92 16.07L16.5 16.27C17.29 16.54 17.72 16.95 17.72 17.63C17.72 18.49 17.04 19.01 16.05 19.01L16.04 19.02Z"
17
+ })
18
+ });
19
+ exports.IconDocumentxls = IconDocumentxls;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconDocumentxlsx = 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 IconDocumentxlsx = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
13
+ viewBox: "0 0 24 24",
14
+ ...props,
15
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
16
+ d: "M18.77 2.73C18.3 2.26 17.67 2 17 2H9.5C8.97 2 8.46 2.21 8.09 2.59L5.09 5.59C4.71 5.96 4.5 6.47 4.5 7V19.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.5V4.5C19.5 3.84 19.24 3.2 18.77 2.73ZM8.4 19C8.28 19 8.16 18.94 8.06 18.8L7.45 17.88L6.84 18.8C6.74 18.95 6.62 19 6.51 19C6.29 19 6.01 18.8 6.01 18.55C6.01 18.47 6.04 18.39 6.1 18.29L6.91 17.11C6.91 17.11 6.93 17.09 6.93 17.07C6.93 17.05 6.91 17.02 6.91 17.02L6.11 15.84C6.04 15.74 6.02 15.65 6.02 15.58C6.02 15.34 6.28 15.13 6.52 15.13C6.64 15.13 6.76 15.19 6.86 15.34L7.46 16.26L8.06 15.34C8.16 15.19 8.28 15.13 8.4 15.13C8.62 15.13 8.9 15.33 8.9 15.58C8.9 15.66 8.87 15.74 8.81 15.84L8.01 17.02C8.01 17.02 7.99 17.05 7.99 17.07C7.99 17.09 8.01 17.11 8.01 17.11L8.82 18.29C8.89 18.39 8.91 18.48 8.91 18.55C8.91 18.79 8.64 19 8.4 19ZM11.3 18.98H9.79C9.55 18.98 9.34 18.89 9.34 18.57V15.52C9.34 15.21 9.59 15.13 9.8 15.13C10.02 15.13 10.27 15.21 10.27 15.52V18.04C10.27 18.04 10.27 18.09 10.31 18.09H11.29C11.6 18.09 11.69 18.3 11.69 18.54C11.69 18.78 11.61 18.98 11.3 18.98ZM13.46 19C12.9 19 12.4 18.82 12.13 18.52C12.07 18.45 11.99 18.36 11.99 18.21C11.99 17.99 12.22 17.76 12.45 17.76C12.55 17.76 12.65 17.83 12.75 17.9C12.99 18.07 13.22 18.11 13.46 18.11C13.72 18.11 13.91 18.01 13.91 17.83C13.91 17.7 13.78 17.64 13.56 17.57L13.07 17.41C12.44 17.2 12.05 16.89 12.05 16.26C12.05 15.63 12.6 15.14 13.46 15.14C13.97 15.14 14.3 15.3 14.54 15.48C14.67 15.57 14.73 15.68 14.73 15.82C14.73 16.05 14.49 16.29 14.3 16.29C14.18 16.29 14.12 16.25 14.05 16.21C13.86 16.11 13.63 16.03 13.46 16.03C13.2 16.03 13.02 16.12 13.02 16.26C13.02 16.36 13.14 16.45 13.35 16.52L13.84 16.68C14.51 16.91 14.87 17.25 14.87 17.83C14.87 18.56 14.29 19 13.46 19ZM17.5 19C17.38 19 17.26 18.94 17.16 18.8L16.55 17.88L15.94 18.8C15.84 18.95 15.72 19 15.61 19C15.39 19 15.11 18.8 15.11 18.55C15.11 18.47 15.14 18.39 15.2 18.29L16.01 17.11C16.01 17.11 16.03 17.09 16.03 17.07C16.03 17.05 16.01 17.02 16.01 17.02L15.21 15.84C15.14 15.74 15.12 15.65 15.12 15.58C15.12 15.34 15.38 15.13 15.62 15.13C15.74 15.13 15.86 15.19 15.96 15.34L16.56 16.26L17.16 15.34C17.26 15.19 17.38 15.13 17.5 15.13C17.72 15.13 18 15.33 18 15.58C18 15.66 17.97 15.74 17.91 15.84L17.11 17.02C17.11 17.02 17.09 17.05 17.09 17.07C17.09 17.09 17.11 17.11 17.11 17.11L17.92 18.29C17.99 18.39 18.01 18.48 18.01 18.55C18.01 18.79 17.74 19 17.5 19Z"
17
+ })
18
+ });
19
+ exports.IconDocumentxlsx = IconDocumentxlsx;