jfs-components 0.1.12 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/lib/commonjs/components/ActionFooter/ActionFooter.js +7 -24
- package/lib/commonjs/components/ActionTile/ActionTile.js +10 -10
- package/lib/commonjs/components/AmountInput/AmountInput.js +3 -3
- package/lib/commonjs/components/AreaLineChart/AreaLineChart.js +2 -2
- package/lib/commonjs/components/Attached/Attached.js +1 -1
- package/lib/commonjs/components/Avatar/Avatar.js +10 -10
- package/lib/commonjs/components/AvatarGroup/AvatarGroup.js +50 -29
- package/lib/commonjs/components/Badge/Badge.js +12 -12
- package/lib/commonjs/components/BenefitCard/BenefitCard.js +95 -21
- package/lib/commonjs/components/BottomNav/BottomNav.js +2 -2
- package/lib/commonjs/components/BottomNavItem/BottomNavItem.js +3 -3
- package/lib/commonjs/components/Button/Button.js +31 -19
- package/lib/commonjs/components/Card/Card.js +20 -20
- package/lib/commonjs/components/CardAdvisory/CardAdvisory.js +6 -6
- package/lib/commonjs/components/CardCTA/CardCTA.js +21 -21
- package/lib/commonjs/components/CardFeedback/CardFeedback.js +18 -18
- package/lib/commonjs/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
- package/lib/commonjs/components/CardInsight/CardInsight.js +1 -2
- package/lib/commonjs/components/Carousel/Carousel.js +18 -12
- package/lib/commonjs/components/CarouselCardAccounts/CarouselCardAccounts.js +75 -0
- package/lib/commonjs/components/Checkbox/Checkbox.js +6 -13
- package/lib/commonjs/components/ChipGroup/ChipGroup.js +1 -1
- package/lib/commonjs/components/ChipSelect/ChipSelect.js +11 -11
- package/lib/commonjs/components/CircularProgressBar/CircularProgressBar.js +5 -5
- package/lib/commonjs/components/CircularProgressBarDoted/CircularProgressBarDoted.js +8 -8
- package/lib/commonjs/components/CircularRating/CircularRating.js +3 -3
- package/lib/commonjs/components/CompareTable/CompareTable.js +16 -16
- package/lib/commonjs/components/DebitCard/DebitCard.js +18 -18
- package/lib/commonjs/components/Disclaimer/Disclaimer.js +5 -5
- package/lib/commonjs/components/DonutChart/DonutChart.js +11 -11
- package/lib/commonjs/components/Drawer/Drawer.js +60 -60
- package/lib/commonjs/components/Dropdown/Dropdown.js +22 -23
- package/lib/commonjs/components/DropdownInput/DropdownInput.js +10 -10
- package/lib/commonjs/components/EmptyState/EmptyState.js +14 -14
- package/lib/commonjs/components/FilterBar/FilterBar.js +2 -2
- package/lib/commonjs/components/Form/Form.js +3 -3
- package/lib/commonjs/components/FormField/FormField.js +6 -6
- package/lib/commonjs/components/FullscreenModal/FullscreenModal.js +24 -24
- package/lib/commonjs/components/Gauge/Gauge.js +8 -8
- package/lib/commonjs/components/HoldingsCard/HoldingsCard.js +10 -10
- package/lib/commonjs/components/Icon/Icon.js +6 -6
- package/lib/commonjs/components/IconCapsule/IconCapsule.js +7 -7
- package/lib/commonjs/components/InputSearch/InputSearch.js +9 -9
- package/lib/commonjs/components/InstitutionBadge/InstitutionBadge.js +3 -3
- package/lib/commonjs/components/ListGroup/ListGroup.js +8 -8
- package/lib/commonjs/components/ListItem/ListItem.js +10 -10
- package/lib/commonjs/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
- package/lib/commonjs/components/LottiePlayer/LottiePlayer.js +2 -2
- package/lib/commonjs/components/LottiePlayer/LottiePlayer.web.js +2 -2
- package/lib/commonjs/components/MediaCard/MediaCard.js +21 -21
- package/lib/commonjs/components/MessageField/MessageField.js +8 -8
- package/lib/commonjs/components/MoneyValue/MoneyValue.js +7 -7
- package/lib/commonjs/components/NavArrow/NavArrow.js +8 -8
- package/lib/commonjs/components/NoteInput/NoteInput.js +12 -12
- package/lib/commonjs/components/Nudge/Nudge.js +20 -20
- package/lib/commonjs/components/OTP/OTP.js +15 -15
- package/lib/commonjs/components/PageHero/PageHero.js +16 -16
- package/lib/commonjs/components/PaymentFeedback/PaymentFeedback.js +23 -23
- package/lib/commonjs/components/Popup/Popup.js +1 -1
- package/lib/commonjs/components/ProductMerchandisingCard/ProductMerchandisingCard.js +64 -60
- package/lib/commonjs/components/ProgressBadge/ProgressBadge.js +5 -5
- package/lib/commonjs/components/Radio/Radio.js +8 -8
- package/lib/commonjs/components/RechargeCard/RechargeCard.js +31 -31
- package/lib/commonjs/components/SavingsGoalSummary/SavingsGoalSummary.js +59 -12
- package/lib/commonjs/components/ScrollArea/ScrollArea.js +126 -0
- package/lib/commonjs/components/Section/Section.js +24 -24
- package/lib/commonjs/components/StatusHero/StatusHero.js +14 -14
- package/lib/commonjs/components/Stepper/Step.js +16 -16
- package/lib/commonjs/components/Stepper/StepLabel.js +16 -16
- package/lib/commonjs/components/Stepper/Stepper.js +3 -3
- package/lib/commonjs/components/SuggestiveSearch/SuggestiveSearch.js +10 -10
- package/lib/commonjs/components/SupportText/SupportText.js +6 -6
- package/lib/commonjs/components/SupportText/SupportTextIcon.js +2 -2
- package/lib/commonjs/components/Text/Text.js +14 -2
- package/lib/commonjs/components/TextInput/TextInput.js +14 -14
- package/lib/commonjs/components/TextSegment/TextSegment.js +14 -2
- package/lib/commonjs/components/ThreadHero/ThreadHero.js +17 -17
- package/lib/commonjs/components/Title/Title.js +38 -16
- package/lib/commonjs/components/Toast/Toast.js +15 -15
- package/lib/commonjs/components/Toggle/Toggle.js +3 -11
- package/lib/commonjs/components/Tooltip/Tooltip.js +12 -12
- package/lib/commonjs/components/TransactionBubble/TransactionBubble.js +13 -13
- package/lib/commonjs/components/TransactionDetails/TransactionDetails.js +10 -10
- package/lib/commonjs/components/TransactionStatus/TransactionStatus.js +9 -9
- package/lib/commonjs/components/UpiHandle/UpiHandle.js +15 -15
- package/lib/commonjs/components/index.js +14 -0
- package/lib/commonjs/design-tokens/Coin Variables-variables-full.json +1 -1
- package/lib/commonjs/design-tokens/figma-modes.generated.js +50 -42
- package/lib/commonjs/icons/components/Icon4g.js +19 -0
- package/lib/commonjs/icons/components/Icon4gltedata.js +19 -0
- package/lib/commonjs/icons/components/Icon5g.js +19 -0
- package/lib/commonjs/icons/components/Icon5gdoubleplus.js +19 -0
- package/lib/commonjs/icons/components/Icon5gplus.js +19 -0
- package/lib/commonjs/icons/components/IconAdblocker.js +19 -0
- package/lib/commonjs/icons/components/IconAdblockplus.js +19 -0
- package/lib/commonjs/icons/components/IconAnalytics.js +19 -0
- package/lib/commonjs/icons/components/IconAnalyticsdata.js +19 -0
- package/lib/commonjs/icons/components/IconAnalyticspiechart.js +19 -0
- package/lib/commonjs/icons/components/IconAnalyticspiecharttree.js +19 -0
- package/lib/commonjs/icons/components/IconAnalyticspiecharttwo.js +19 -0
- package/lib/commonjs/icons/components/IconCompoundinterest.js +19 -0
- package/lib/commonjs/icons/components/IconConsumptionaccounted.js +19 -0
- package/lib/commonjs/icons/components/IconConsumptionaverage.js +19 -0
- package/lib/commonjs/icons/components/IconConsumptionhigh.js +19 -0
- package/lib/commonjs/icons/components/IconConsumptionlow.js +19 -0
- package/lib/commonjs/icons/components/IconConsumptionunaccounted.js +19 -0
- package/lib/commonjs/icons/components/IconCsvdoc.js +19 -0
- package/lib/commonjs/icons/components/IconDatabase.js +19 -0
- package/lib/commonjs/icons/components/IconDigitalecosystem.js +19 -0
- package/lib/commonjs/icons/components/IconDigitalselfservice.js +19 -0
- package/lib/commonjs/icons/components/IconDistribution.js +19 -0
- package/lib/commonjs/icons/components/IconDocument.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentdoc.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentjpg.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentodt.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentpdf.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentpng.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentraw.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentrtf.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentsettings.js +19 -0
- package/lib/commonjs/icons/components/IconDocumenttif.js +19 -0
- package/lib/commonjs/icons/components/IconDocumenttxt.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentunknown.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentxls.js +19 -0
- package/lib/commonjs/icons/components/IconDocumentxlsx.js +19 -0
- package/lib/commonjs/icons/components/IconFilerequest.js +19 -0
- package/lib/commonjs/icons/components/IconFilesend.js +19 -0
- package/lib/commonjs/icons/components/IconFileshare.js +19 -0
- package/lib/commonjs/icons/components/IconFindinpage.js +19 -0
- package/lib/commonjs/icons/components/IconFolder.js +19 -0
- package/lib/commonjs/icons/components/IconFolderbookmarks.js +19 -0
- package/lib/commonjs/icons/components/IconFolderfavorites.js +19 -0
- package/lib/commonjs/icons/components/IconFolderlocked.js +19 -0
- package/lib/commonjs/icons/components/IconFoldermovefiles.js +19 -0
- package/lib/commonjs/icons/components/IconFolderpublic.js +19 -0
- package/lib/commonjs/icons/components/IconFolderrated.js +19 -0
- package/lib/commonjs/icons/components/IconFolderrequest.js +19 -0
- package/lib/commonjs/icons/components/IconForm.js +19 -0
- package/lib/commonjs/icons/components/IconFormadd.js +19 -0
- package/lib/commonjs/icons/components/IconForms.js +19 -0
- package/lib/commonjs/icons/components/IconGraphincreasing.js +19 -0
- package/lib/commonjs/icons/components/IconGraphlow.js +19 -0
- package/lib/commonjs/icons/components/IconGraphtable.js +19 -0
- package/lib/commonjs/icons/components/IconHealthreport.js +19 -0
- package/lib/commonjs/icons/components/IconHubmode.js +19 -0
- package/lib/commonjs/icons/components/IconInfrastructure.js +19 -0
- package/lib/commonjs/icons/components/IconInterestlow.js +19 -0
- package/lib/commonjs/icons/components/IconLte.js +19 -0
- package/lib/commonjs/icons/components/IconNetworkfuture.js +19 -0
- package/lib/commonjs/icons/components/IconPagesettings.js +19 -0
- package/lib/commonjs/icons/components/IconPptxdoc.js +19 -0
- package/lib/commonjs/icons/components/IconPreferrednumber.js +19 -0
- package/lib/commonjs/icons/components/IconPremiumnumber.js +19 -0
- package/lib/commonjs/icons/components/IconProjection.js +19 -0
- package/lib/commonjs/icons/components/IconRequest.js +19 -0
- package/lib/commonjs/icons/components/IconRoutestraffic.js +19 -0
- package/lib/commonjs/icons/components/IconTechnology.js +19 -0
- package/lib/commonjs/icons/components/IconVolte.js +19 -0
- package/lib/commonjs/icons/components/IconVonr.js +19 -0
- package/lib/commonjs/icons/components/IconVowifi.js +19 -0
- package/lib/commonjs/icons/components/IconVpndata.js +19 -0
- package/lib/commonjs/icons/components/index.js +803 -0
- package/lib/commonjs/icons/registry.js +2 -2
- package/lib/commonjs/utils/GlassFill/GlassFill.js +69 -73
- package/lib/commonjs/utils/index.js +25 -0
- package/lib/commonjs/utils/react-utils.js +62 -0
- package/lib/commonjs/utils/shadow.js +200 -0
- package/lib/module/components/ActionFooter/ActionFooter.js +7 -24
- package/lib/module/components/ActionTile/ActionTile.js +10 -10
- package/lib/module/components/AmountInput/AmountInput.js +3 -3
- package/lib/module/components/AreaLineChart/AreaLineChart.js +2 -2
- package/lib/module/components/Attached/Attached.js +1 -1
- package/lib/module/components/Avatar/Avatar.js +10 -10
- package/lib/module/components/AvatarGroup/AvatarGroup.js +52 -30
- package/lib/module/components/Badge/Badge.js +12 -12
- package/lib/module/components/BenefitCard/BenefitCard.js +95 -21
- package/lib/module/components/BottomNav/BottomNav.js +2 -2
- package/lib/module/components/BottomNavItem/BottomNavItem.js +3 -3
- package/lib/module/components/Button/Button.js +32 -20
- package/lib/module/components/Card/Card.js +20 -20
- package/lib/module/components/CardAdvisory/CardAdvisory.js +6 -6
- package/lib/module/components/CardCTA/CardCTA.js +21 -21
- package/lib/module/components/CardFeedback/CardFeedback.js +18 -18
- package/lib/module/components/CardFinancialCondition/CardFinancialCondition.js +7 -7
- package/lib/module/components/CardInsight/CardInsight.js +1 -2
- package/lib/module/components/Carousel/Carousel.js +18 -12
- package/lib/module/components/CarouselCardAccounts/CarouselCardAccounts.js +71 -0
- package/lib/module/components/Checkbox/Checkbox.js +2 -9
- package/lib/module/components/ChipGroup/ChipGroup.js +1 -1
- package/lib/module/components/ChipSelect/ChipSelect.js +11 -11
- package/lib/module/components/CircularProgressBar/CircularProgressBar.js +5 -5
- package/lib/module/components/CircularProgressBarDoted/CircularProgressBarDoted.js +8 -8
- package/lib/module/components/CircularRating/CircularRating.js +3 -3
- package/lib/module/components/CompareTable/CompareTable.js +16 -16
- package/lib/module/components/DebitCard/DebitCard.js +18 -18
- package/lib/module/components/Disclaimer/Disclaimer.js +5 -5
- package/lib/module/components/DonutChart/DonutChart.js +11 -11
- package/lib/module/components/Drawer/Drawer.js +60 -60
- package/lib/module/components/Dropdown/Dropdown.js +22 -23
- package/lib/module/components/DropdownInput/DropdownInput.js +10 -10
- package/lib/module/components/EmptyState/EmptyState.js +14 -14
- package/lib/module/components/FilterBar/FilterBar.js +2 -2
- package/lib/module/components/Form/Form.js +3 -3
- package/lib/module/components/FormField/FormField.js +6 -6
- package/lib/module/components/FullscreenModal/FullscreenModal.js +24 -24
- package/lib/module/components/Gauge/Gauge.js +8 -8
- package/lib/module/components/HoldingsCard/HoldingsCard.js +10 -10
- package/lib/module/components/Icon/Icon.js +6 -6
- package/lib/module/components/IconCapsule/IconCapsule.js +7 -7
- package/lib/module/components/InputSearch/InputSearch.js +9 -9
- package/lib/module/components/InstitutionBadge/InstitutionBadge.js +3 -3
- package/lib/module/components/ListGroup/ListGroup.js +8 -8
- package/lib/module/components/ListItem/ListItem.js +10 -10
- package/lib/module/components/LottieIntroBlock/LottieIntroBlock.js +13 -13
- package/lib/module/components/LottiePlayer/LottiePlayer.js +2 -2
- package/lib/module/components/LottiePlayer/LottiePlayer.web.js +2 -2
- package/lib/module/components/MediaCard/MediaCard.js +21 -21
- package/lib/module/components/MessageField/MessageField.js +8 -8
- package/lib/module/components/MoneyValue/MoneyValue.js +7 -7
- package/lib/module/components/NavArrow/NavArrow.js +8 -8
- package/lib/module/components/NoteInput/NoteInput.js +12 -12
- package/lib/module/components/Nudge/Nudge.js +20 -20
- package/lib/module/components/OTP/OTP.js +15 -15
- package/lib/module/components/PageHero/PageHero.js +16 -16
- package/lib/module/components/PaymentFeedback/PaymentFeedback.js +23 -23
- package/lib/module/components/Popup/Popup.js +1 -1
- package/lib/module/components/ProductMerchandisingCard/ProductMerchandisingCard.js +66 -62
- package/lib/module/components/ProgressBadge/ProgressBadge.js +5 -5
- package/lib/module/components/Radio/Radio.js +9 -9
- package/lib/module/components/RechargeCard/RechargeCard.js +31 -31
- package/lib/module/components/SavingsGoalSummary/SavingsGoalSummary.js +60 -13
- package/lib/module/components/ScrollArea/ScrollArea.js +121 -0
- package/lib/module/components/Section/Section.js +24 -24
- package/lib/module/components/StatusHero/StatusHero.js +14 -14
- package/lib/module/components/Stepper/Step.js +16 -16
- package/lib/module/components/Stepper/StepLabel.js +16 -16
- package/lib/module/components/Stepper/Stepper.js +3 -3
- package/lib/module/components/SuggestiveSearch/SuggestiveSearch.js +10 -10
- package/lib/module/components/SupportText/SupportText.js +6 -6
- package/lib/module/components/SupportText/SupportTextIcon.js +2 -2
- package/lib/module/components/Text/Text.js +15 -3
- package/lib/module/components/TextInput/TextInput.js +14 -14
- package/lib/module/components/TextSegment/TextSegment.js +15 -3
- package/lib/module/components/ThreadHero/ThreadHero.js +17 -17
- package/lib/module/components/Title/Title.js +39 -17
- package/lib/module/components/Toast/Toast.js +15 -15
- package/lib/module/components/Toggle/Toggle.js +4 -12
- package/lib/module/components/Tooltip/Tooltip.js +12 -12
- package/lib/module/components/TransactionBubble/TransactionBubble.js +13 -13
- package/lib/module/components/TransactionDetails/TransactionDetails.js +10 -10
- package/lib/module/components/TransactionStatus/TransactionStatus.js +9 -9
- package/lib/module/components/UpiHandle/UpiHandle.js +15 -15
- package/lib/module/components/index.js +2 -0
- package/lib/module/design-tokens/Coin Variables-variables-full.json +1 -1
- package/lib/module/design-tokens/figma-modes.generated.js +50 -42
- package/lib/module/icons/components/Icon4g.js +12 -0
- package/lib/module/icons/components/Icon4gltedata.js +12 -0
- package/lib/module/icons/components/Icon5g.js +12 -0
- package/lib/module/icons/components/Icon5gdoubleplus.js +12 -0
- package/lib/module/icons/components/Icon5gplus.js +12 -0
- package/lib/module/icons/components/IconAdblocker.js +12 -0
- package/lib/module/icons/components/IconAdblockplus.js +12 -0
- package/lib/module/icons/components/IconAnalytics.js +12 -0
- package/lib/module/icons/components/IconAnalyticsdata.js +12 -0
- package/lib/module/icons/components/IconAnalyticspiechart.js +12 -0
- package/lib/module/icons/components/IconAnalyticspiecharttree.js +12 -0
- package/lib/module/icons/components/IconAnalyticspiecharttwo.js +12 -0
- package/lib/module/icons/components/IconCompoundinterest.js +12 -0
- package/lib/module/icons/components/IconConsumptionaccounted.js +12 -0
- package/lib/module/icons/components/IconConsumptionaverage.js +12 -0
- package/lib/module/icons/components/IconConsumptionhigh.js +12 -0
- package/lib/module/icons/components/IconConsumptionlow.js +12 -0
- package/lib/module/icons/components/IconConsumptionunaccounted.js +12 -0
- package/lib/module/icons/components/IconCsvdoc.js +12 -0
- package/lib/module/icons/components/IconDatabase.js +12 -0
- package/lib/module/icons/components/IconDigitalecosystem.js +12 -0
- package/lib/module/icons/components/IconDigitalselfservice.js +12 -0
- package/lib/module/icons/components/IconDistribution.js +12 -0
- package/lib/module/icons/components/IconDocument.js +12 -0
- package/lib/module/icons/components/IconDocumentdoc.js +12 -0
- package/lib/module/icons/components/IconDocumentjpg.js +12 -0
- package/lib/module/icons/components/IconDocumentodt.js +12 -0
- package/lib/module/icons/components/IconDocumentpdf.js +12 -0
- package/lib/module/icons/components/IconDocumentpng.js +12 -0
- package/lib/module/icons/components/IconDocumentraw.js +12 -0
- package/lib/module/icons/components/IconDocumentrtf.js +12 -0
- package/lib/module/icons/components/IconDocumentsettings.js +12 -0
- package/lib/module/icons/components/IconDocumenttif.js +12 -0
- package/lib/module/icons/components/IconDocumenttxt.js +12 -0
- package/lib/module/icons/components/IconDocumentunknown.js +12 -0
- package/lib/module/icons/components/IconDocumentxls.js +12 -0
- package/lib/module/icons/components/IconDocumentxlsx.js +12 -0
- package/lib/module/icons/components/IconFilerequest.js +12 -0
- package/lib/module/icons/components/IconFilesend.js +12 -0
- package/lib/module/icons/components/IconFileshare.js +12 -0
- package/lib/module/icons/components/IconFindinpage.js +12 -0
- package/lib/module/icons/components/IconFolder.js +12 -0
- package/lib/module/icons/components/IconFolderbookmarks.js +12 -0
- package/lib/module/icons/components/IconFolderfavorites.js +12 -0
- package/lib/module/icons/components/IconFolderlocked.js +12 -0
- package/lib/module/icons/components/IconFoldermovefiles.js +12 -0
- package/lib/module/icons/components/IconFolderpublic.js +12 -0
- package/lib/module/icons/components/IconFolderrated.js +12 -0
- package/lib/module/icons/components/IconFolderrequest.js +12 -0
- package/lib/module/icons/components/IconForm.js +12 -0
- package/lib/module/icons/components/IconFormadd.js +12 -0
- package/lib/module/icons/components/IconForms.js +12 -0
- package/lib/module/icons/components/IconGraphincreasing.js +12 -0
- package/lib/module/icons/components/IconGraphlow.js +12 -0
- package/lib/module/icons/components/IconGraphtable.js +12 -0
- package/lib/module/icons/components/IconHealthreport.js +12 -0
- package/lib/module/icons/components/IconHubmode.js +12 -0
- package/lib/module/icons/components/IconInfrastructure.js +12 -0
- package/lib/module/icons/components/IconInterestlow.js +12 -0
- package/lib/module/icons/components/IconLte.js +12 -0
- package/lib/module/icons/components/IconNetworkfuture.js +12 -0
- package/lib/module/icons/components/IconPagesettings.js +12 -0
- package/lib/module/icons/components/IconPptxdoc.js +12 -0
- package/lib/module/icons/components/IconPreferrednumber.js +12 -0
- package/lib/module/icons/components/IconPremiumnumber.js +12 -0
- package/lib/module/icons/components/IconProjection.js +12 -0
- package/lib/module/icons/components/IconRequest.js +12 -0
- package/lib/module/icons/components/IconRoutestraffic.js +12 -0
- package/lib/module/icons/components/IconTechnology.js +12 -0
- package/lib/module/icons/components/IconVolte.js +12 -0
- package/lib/module/icons/components/IconVonr.js +12 -0
- package/lib/module/icons/components/IconVowifi.js +12 -0
- package/lib/module/icons/components/IconVpndata.js +12 -0
- package/lib/module/icons/components/index.js +73 -0
- package/lib/module/icons/registry.js +2 -2
- package/lib/module/utils/GlassFill/GlassFill.js +69 -72
- package/lib/module/utils/index.js +2 -1
- package/lib/module/utils/react-utils.js +61 -0
- package/lib/module/utils/shadow.js +194 -0
- package/lib/typescript/src/components/BenefitCard/BenefitCard.d.ts +33 -4
- package/lib/typescript/src/components/Carousel/Carousel.d.ts +11 -1
- package/lib/typescript/src/components/CarouselCardAccounts/CarouselCardAccounts.d.ts +57 -0
- package/lib/typescript/src/components/SavingsGoalSummary/SavingsGoalSummary.d.ts +11 -1
- package/lib/typescript/src/components/ScrollArea/ScrollArea.d.ts +77 -0
- package/lib/typescript/src/components/Text/Text.d.ts +12 -3
- package/lib/typescript/src/components/TextSegment/TextSegment.d.ts +12 -3
- package/lib/typescript/src/components/Title/Title.d.ts +12 -2
- package/lib/typescript/src/components/index.d.ts +2 -0
- package/lib/typescript/src/design-tokens/figma-modes.generated.d.ts +23 -15
- package/lib/typescript/src/icons/components/Icon4g.d.ts +3 -0
- package/lib/typescript/src/icons/components/Icon4gltedata.d.ts +3 -0
- package/lib/typescript/src/icons/components/Icon5g.d.ts +3 -0
- package/lib/typescript/src/icons/components/Icon5gdoubleplus.d.ts +3 -0
- package/lib/typescript/src/icons/components/Icon5gplus.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAdblocker.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAdblockplus.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAnalytics.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAnalyticsdata.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAnalyticspiechart.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAnalyticspiecharttree.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconAnalyticspiecharttwo.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconCompoundinterest.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconConsumptionaccounted.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconConsumptionaverage.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconConsumptionhigh.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconConsumptionlow.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconConsumptionunaccounted.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconCsvdoc.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDatabase.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDigitalecosystem.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDigitalselfservice.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDistribution.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocument.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentdoc.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentjpg.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentodt.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentpdf.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentpng.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentraw.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentrtf.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentsettings.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumenttif.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumenttxt.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentunknown.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentxls.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconDocumentxlsx.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFilerequest.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFilesend.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFileshare.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFindinpage.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolder.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolderbookmarks.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolderfavorites.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolderlocked.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFoldermovefiles.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolderpublic.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolderrated.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFolderrequest.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconForm.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconFormadd.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconForms.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconGraphincreasing.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconGraphlow.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconGraphtable.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconHealthreport.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconHubmode.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconInfrastructure.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconInterestlow.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconLte.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconNetworkfuture.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconPagesettings.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconPptxdoc.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconPreferrednumber.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconPremiumnumber.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconProjection.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconRequest.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconRoutestraffic.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconTechnology.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconVolte.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconVonr.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconVowifi.d.ts +3 -0
- package/lib/typescript/src/icons/components/IconVpndata.d.ts +3 -0
- package/lib/typescript/src/icons/components/index.d.ts +73 -0
- package/lib/typescript/src/icons/registry.d.ts +1 -1
- package/lib/typescript/src/utils/GlassFill/GlassFill.d.ts +11 -4
- package/lib/typescript/src/utils/index.d.ts +2 -0
- package/lib/typescript/src/utils/react-utils.d.ts +40 -1
- package/lib/typescript/src/utils/shadow.d.ts +72 -0
- package/package.json +2 -2
- package/src/components/ActionFooter/ActionFooter.tsx +8 -26
- package/src/components/ActionTile/ActionTile.tsx +10 -10
- package/src/components/AmountInput/AmountInput.tsx +3 -3
- package/src/components/AreaLineChart/AreaLineChart.tsx +2 -2
- package/src/components/Attached/Attached.tsx +1 -1
- package/src/components/Avatar/Avatar.tsx +10 -10
- package/src/components/AvatarGroup/AvatarGroup.tsx +53 -27
- package/src/components/Badge/Badge.tsx +12 -13
- package/src/components/BenefitCard/BenefitCard.tsx +120 -27
- package/src/components/BottomNav/BottomNav.tsx +2 -2
- package/src/components/BottomNavItem/BottomNavItem.tsx +3 -3
- package/src/components/Button/Button.tsx +30 -20
- package/src/components/Card/Card.tsx +20 -20
- package/src/components/CardAdvisory/CardAdvisory.tsx +6 -6
- package/src/components/CardCTA/CardCTA.tsx +21 -21
- package/src/components/CardFeedback/CardFeedback.tsx +18 -18
- package/src/components/CardFinancialCondition/CardFinancialCondition.tsx +7 -10
- package/src/components/CardInsight/CardInsight.tsx +1 -3
- package/src/components/Carousel/Carousel.tsx +29 -12
- package/src/components/CarouselCardAccounts/CarouselCardAccounts.tsx +113 -0
- package/src/components/Checkbox/Checkbox.tsx +2 -8
- package/src/components/ChipGroup/ChipGroup.tsx +1 -1
- package/src/components/ChipSelect/ChipSelect.tsx +11 -11
- package/src/components/CircularProgressBar/CircularProgressBar.tsx +5 -5
- package/src/components/CircularProgressBarDoted/CircularProgressBarDoted.tsx +8 -8
- package/src/components/CircularRating/CircularRating.tsx +3 -3
- package/src/components/CompareTable/CompareTable.tsx +16 -16
- package/src/components/DebitCard/DebitCard.tsx +22 -22
- package/src/components/Disclaimer/Disclaimer.tsx +5 -5
- package/src/components/DonutChart/DonutChart.tsx +11 -45
- package/src/components/Drawer/Drawer.tsx +80 -71
- package/src/components/Dropdown/Dropdown.tsx +23 -28
- package/src/components/DropdownInput/DropdownInput.tsx +10 -17
- package/src/components/EmptyState/EmptyState.tsx +14 -14
- package/src/components/FilterBar/FilterBar.tsx +2 -2
- package/src/components/Form/Form.tsx +3 -3
- package/src/components/FormField/FormField.tsx +6 -11
- package/src/components/FullscreenModal/FullscreenModal.tsx +24 -24
- package/src/components/Gauge/Gauge.tsx +8 -8
- package/src/components/HoldingsCard/HoldingsCard.tsx +10 -10
- package/src/components/Icon/Icon.tsx +6 -6
- package/src/components/IconCapsule/IconCapsule.tsx +7 -7
- package/src/components/InputSearch/InputSearch.tsx +9 -9
- package/src/components/InstitutionBadge/InstitutionBadge.tsx +3 -6
- package/src/components/ListGroup/ListGroup.tsx +8 -8
- package/src/components/ListItem/ListItem.tsx +10 -10
- package/src/components/LottieIntroBlock/LottieIntroBlock.tsx +13 -16
- package/src/components/LottiePlayer/LottiePlayer.tsx +2 -2
- package/src/components/LottiePlayer/LottiePlayer.web.tsx +2 -2
- package/src/components/MediaCard/MediaCard.tsx +21 -21
- package/src/components/MessageField/MessageField.tsx +8 -16
- package/src/components/MoneyValue/MoneyValue.tsx +7 -7
- package/src/components/NavArrow/NavArrow.tsx +8 -8
- package/src/components/NoteInput/NoteInput.tsx +12 -12
- package/src/components/Nudge/Nudge.tsx +20 -20
- package/src/components/OTP/OTP.tsx +16 -16
- package/src/components/PageHero/PageHero.tsx +16 -16
- package/src/components/PaymentFeedback/PaymentFeedback.tsx +27 -27
- package/src/components/Popup/Popup.tsx +1 -1
- package/src/components/ProductMerchandisingCard/ProductMerchandisingCard.tsx +76 -47
- package/src/components/ProgressBadge/ProgressBadge.tsx +5 -5
- package/src/components/Radio/Radio.tsx +8 -9
- package/src/components/RechargeCard/RechargeCard.tsx +31 -31
- package/src/components/SavingsGoalSummary/SavingsGoalSummary.tsx +105 -13
- package/src/components/ScrollArea/ScrollArea.tsx +200 -0
- package/src/components/Section/Section.tsx +26 -26
- package/src/components/StatusHero/StatusHero.tsx +14 -14
- package/src/components/Stepper/Step.tsx +16 -18
- package/src/components/Stepper/StepLabel.tsx +16 -27
- package/src/components/Stepper/Stepper.tsx +3 -4
- package/src/components/SuggestiveSearch/SuggestiveSearch.tsx +10 -20
- package/src/components/SupportText/SupportText.tsx +6 -6
- package/src/components/SupportText/SupportTextIcon.tsx +2 -2
- package/src/components/Text/Text.tsx +23 -5
- package/src/components/TextInput/TextInput.tsx +14 -14
- package/src/components/TextSegment/TextSegment.tsx +22 -4
- package/src/components/ThreadHero/ThreadHero.tsx +17 -17
- package/src/components/Title/Title.tsx +44 -18
- package/src/components/Toast/Toast.tsx +15 -15
- package/src/components/Toggle/Toggle.tsx +5 -10
- package/src/components/Tooltip/Tooltip.tsx +12 -12
- package/src/components/TransactionBubble/TransactionBubble.tsx +15 -15
- package/src/components/TransactionDetails/TransactionDetails.tsx +10 -10
- package/src/components/TransactionStatus/TransactionStatus.tsx +9 -9
- package/src/components/UpiHandle/UpiHandle.tsx +15 -15
- package/src/components/index.ts +2 -0
- package/src/design-tokens/Coin Variables-variables-full.json +1 -1
- package/src/design-tokens/figma-modes.generated.ts +50 -42
- package/src/icons/components/Icon4g.tsx +11 -0
- package/src/icons/components/Icon4gltedata.tsx +11 -0
- package/src/icons/components/Icon5g.tsx +11 -0
- package/src/icons/components/Icon5gdoubleplus.tsx +11 -0
- package/src/icons/components/Icon5gplus.tsx +11 -0
- package/src/icons/components/IconAdblocker.tsx +11 -0
- package/src/icons/components/IconAdblockplus.tsx +11 -0
- package/src/icons/components/IconAnalytics.tsx +11 -0
- package/src/icons/components/IconAnalyticsdata.tsx +11 -0
- package/src/icons/components/IconAnalyticspiechart.tsx +11 -0
- package/src/icons/components/IconAnalyticspiecharttree.tsx +11 -0
- package/src/icons/components/IconAnalyticspiecharttwo.tsx +11 -0
- package/src/icons/components/IconCompoundinterest.tsx +11 -0
- package/src/icons/components/IconConsumptionaccounted.tsx +11 -0
- package/src/icons/components/IconConsumptionaverage.tsx +11 -0
- package/src/icons/components/IconConsumptionhigh.tsx +11 -0
- package/src/icons/components/IconConsumptionlow.tsx +11 -0
- package/src/icons/components/IconConsumptionunaccounted.tsx +11 -0
- package/src/icons/components/IconCsvdoc.tsx +11 -0
- package/src/icons/components/IconDatabase.tsx +11 -0
- package/src/icons/components/IconDigitalecosystem.tsx +11 -0
- package/src/icons/components/IconDigitalselfservice.tsx +11 -0
- package/src/icons/components/IconDistribution.tsx +11 -0
- package/src/icons/components/IconDocument.tsx +11 -0
- package/src/icons/components/IconDocumentdoc.tsx +11 -0
- package/src/icons/components/IconDocumentjpg.tsx +11 -0
- package/src/icons/components/IconDocumentodt.tsx +11 -0
- package/src/icons/components/IconDocumentpdf.tsx +11 -0
- package/src/icons/components/IconDocumentpng.tsx +11 -0
- package/src/icons/components/IconDocumentraw.tsx +11 -0
- package/src/icons/components/IconDocumentrtf.tsx +11 -0
- package/src/icons/components/IconDocumentsettings.tsx +11 -0
- package/src/icons/components/IconDocumenttif.tsx +11 -0
- package/src/icons/components/IconDocumenttxt.tsx +11 -0
- package/src/icons/components/IconDocumentunknown.tsx +11 -0
- package/src/icons/components/IconDocumentxls.tsx +11 -0
- package/src/icons/components/IconDocumentxlsx.tsx +11 -0
- package/src/icons/components/IconFilerequest.tsx +11 -0
- package/src/icons/components/IconFilesend.tsx +11 -0
- package/src/icons/components/IconFileshare.tsx +11 -0
- package/src/icons/components/IconFindinpage.tsx +11 -0
- package/src/icons/components/IconFolder.tsx +11 -0
- package/src/icons/components/IconFolderbookmarks.tsx +11 -0
- package/src/icons/components/IconFolderfavorites.tsx +11 -0
- package/src/icons/components/IconFolderlocked.tsx +11 -0
- package/src/icons/components/IconFoldermovefiles.tsx +11 -0
- package/src/icons/components/IconFolderpublic.tsx +11 -0
- package/src/icons/components/IconFolderrated.tsx +11 -0
- package/src/icons/components/IconFolderrequest.tsx +11 -0
- package/src/icons/components/IconForm.tsx +11 -0
- package/src/icons/components/IconFormadd.tsx +11 -0
- package/src/icons/components/IconForms.tsx +11 -0
- package/src/icons/components/IconGraphincreasing.tsx +11 -0
- package/src/icons/components/IconGraphlow.tsx +11 -0
- package/src/icons/components/IconGraphtable.tsx +11 -0
- package/src/icons/components/IconHealthreport.tsx +11 -0
- package/src/icons/components/IconHubmode.tsx +11 -0
- package/src/icons/components/IconInfrastructure.tsx +11 -0
- package/src/icons/components/IconInterestlow.tsx +11 -0
- package/src/icons/components/IconLte.tsx +11 -0
- package/src/icons/components/IconNetworkfuture.tsx +11 -0
- package/src/icons/components/IconPagesettings.tsx +11 -0
- package/src/icons/components/IconPptxdoc.tsx +11 -0
- package/src/icons/components/IconPreferrednumber.tsx +11 -0
- package/src/icons/components/IconPremiumnumber.tsx +11 -0
- package/src/icons/components/IconProjection.tsx +11 -0
- package/src/icons/components/IconRequest.tsx +11 -0
- package/src/icons/components/IconRoutestraffic.tsx +11 -0
- package/src/icons/components/IconTechnology.tsx +11 -0
- package/src/icons/components/IconVolte.tsx +11 -0
- package/src/icons/components/IconVonr.tsx +11 -0
- package/src/icons/components/IconVowifi.tsx +11 -0
- package/src/icons/components/IconVpndata.tsx +11 -0
- package/src/icons/components/index.ts +73 -0
- package/src/icons/registry.ts +293 -1
- package/src/utils/GlassFill/GlassFill.tsx +59 -56
- package/src/utils/index.ts +2 -0
- package/src/utils/react-utils.ts +72 -1
- package/src/utils/shadow.ts +219 -0
|
@@ -70,7 +70,7 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
70
70
|
"Card Feedback / Output": ["Default"],
|
|
71
71
|
"Card.Media": ["Default"],
|
|
72
72
|
"Card/CTA / Output": ["Default"],
|
|
73
|
-
"Card/Insight": ["
|
|
73
|
+
"Card/Insight": ["Default"],
|
|
74
74
|
"Card/ProviderInfo / Output": ["Default"],
|
|
75
75
|
"CardAdvisory / Output": ["Default"],
|
|
76
76
|
"cardsShared": ["Default"],
|
|
@@ -92,23 +92,25 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
92
92
|
"circularProgressBar / Output": ["Default"],
|
|
93
93
|
"circularProgressBar Size": ["S", "M"],
|
|
94
94
|
"clusterBubble / Output": ["Default"],
|
|
95
|
-
"coincard": ["
|
|
95
|
+
"coincard": ["Default"],
|
|
96
96
|
"Color Mode": ["Light", "Dark"],
|
|
97
|
-
"comparetablecell": ["Mode 1"],
|
|
98
|
-
"comparetableheader": ["Mode 1"],
|
|
99
97
|
"Comparison Floating card": ["Default"],
|
|
100
98
|
"ComparisonCardItem": ["Default"],
|
|
101
99
|
"Confidence": ["High", "Medium", "Low", "None"],
|
|
100
|
+
"contentInset/Left": ["Mode 1", "S", "M", "L"],
|
|
101
|
+
"contentInset/Right": ["Default", "S", "M", "L"],
|
|
102
102
|
"ContentSheet / Output": ["Default"],
|
|
103
103
|
"Context": ["Default", "Nudge&Alert", "CTACard", "ListItem"],
|
|
104
|
+
"context 8": ["Default", "Section"],
|
|
105
|
+
"context 9": ["Default", "Stack"],
|
|
104
106
|
"Context2": ["Default", "AppBar"],
|
|
105
107
|
"Context3": ["Default", "Transaction Bubble", "Balance & Cards", "Amount Input"],
|
|
106
|
-
"Context4": ["Default", "Chip", "Button"],
|
|
108
|
+
"Context4": ["Default", "Chip", "Button", "Badge", "Badge/glass"],
|
|
107
109
|
"context5": ["Default", "Fullscreen Modal"],
|
|
108
|
-
"context7": ["Default", "Card"],
|
|
110
|
+
"context7": ["Default", "Card", "Page Hero"],
|
|
109
111
|
"Contrast Context": ["on dark", "on light"],
|
|
110
112
|
"Conversation Feed / Output": ["Default"],
|
|
111
|
-
"Counter Badge / Output": ["
|
|
113
|
+
"Counter Badge / Output": ["Default"],
|
|
112
114
|
"Coverage Bar Comparison / Output": ["Default"],
|
|
113
115
|
"CoverageRing / Output": ["Mode 1"],
|
|
114
116
|
"CTACard / Output": ["Default"],
|
|
@@ -140,6 +142,7 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
140
142
|
"Handle Boolean": ["False", "True"],
|
|
141
143
|
"Heading / Output": ["Default"],
|
|
142
144
|
"Heading text": ["Default", "Slot"],
|
|
145
|
+
"HeroSection / Output": ["Default"],
|
|
143
146
|
"Holdings card / Output": ["Default"],
|
|
144
147
|
"HStack / Output": ["Default"],
|
|
145
148
|
"Icon / Output": ["Default"],
|
|
@@ -164,13 +167,12 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
164
167
|
"listGroup / Output": ["Default"],
|
|
165
168
|
"ListItem State": ["Idle", "Active"],
|
|
166
169
|
"LottieIntroBlock / Output": ["Default"],
|
|
167
|
-
"Media / Output": ["L", "M", "S"],
|
|
168
170
|
"MediaBlock": ["IconCapsule", "Image"],
|
|
169
171
|
"MerchantProfile / Output": ["Default"],
|
|
170
172
|
"Message Direction": ["Incoming (Left)", "Outgoing (Right)"],
|
|
171
173
|
"Message Row / Output": ["Default"],
|
|
172
174
|
"MessageField / Output": ["Default"],
|
|
173
|
-
"metricdata": ["
|
|
175
|
+
"metricdata": ["Default"],
|
|
174
176
|
"MetricLegendItem / Output": ["Default"],
|
|
175
177
|
"Money Value / Output": ["Default"],
|
|
176
178
|
"MonthlyStatusGrid / Output": ["Default"],
|
|
@@ -185,21 +187,22 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
185
187
|
"OTP / Output": ["Mode 1"],
|
|
186
188
|
"Overlay / Output": ["Mode 1"],
|
|
187
189
|
"Padding": ["Default", "None"],
|
|
190
|
+
"Page Hero / Output": ["Default"],
|
|
188
191
|
"Page type": ["MainPage", "SubPage", "JioPlus"],
|
|
189
192
|
"PageHero / Output": ["Default"],
|
|
190
193
|
"PaymnetFeedback / Output": ["Default"],
|
|
191
|
-
"PDP cc card": ["
|
|
194
|
+
"PDP cc card": ["Default"],
|
|
192
195
|
"peekOffset": ["Medium", "Small", "Large", "None"],
|
|
193
196
|
"Placement": ["Prefix", "Suffix"],
|
|
194
197
|
"PlanComparisonCard / Output": ["Default"],
|
|
195
198
|
"Popup / Output": ["Default"],
|
|
196
199
|
"PortfolioHero / Output": ["Default"],
|
|
197
200
|
"PoweredByLabel": ["Default"],
|
|
198
|
-
"Product Merchandising card": ["
|
|
201
|
+
"Product Merchandising card": ["Default"],
|
|
199
202
|
"ProductLabel / Output": ["Default"],
|
|
200
203
|
"ProductOverview / Output": ["Default"],
|
|
201
204
|
"ProgressBadge / Output": ["Default"],
|
|
202
|
-
"ProjectionMarker": ["
|
|
205
|
+
"ProjectionMarker": ["Default"],
|
|
203
206
|
"QR code / Output": ["Idle"],
|
|
204
207
|
"Radio / Output": ["Default"],
|
|
205
208
|
"Radius": ["S", "M", "L", "None"],
|
|
@@ -208,6 +211,7 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
208
211
|
"rotfl": ["Default"],
|
|
209
212
|
"SavingsGoalSummary / Output": ["Default"],
|
|
210
213
|
"Screen / Output": ["Default"],
|
|
214
|
+
"scrollArea/Padding": ["Mode 1"],
|
|
211
215
|
"SearchFilterBar / Output": ["Default"],
|
|
212
216
|
"Section / Output": ["Defult"],
|
|
213
217
|
"SectionBentoGrid / Output": ["Default"],
|
|
@@ -217,11 +221,12 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
217
221
|
"SegmentedControl/Segment / Output": ["Default"],
|
|
218
222
|
"SegmentedTrack / Output": ["Default"],
|
|
219
223
|
"Selectable": ["False", "True"],
|
|
220
|
-
"
|
|
224
|
+
"Selection Card": ["Default"],
|
|
225
|
+
"Selection Card Radius": ["Default", "None"],
|
|
221
226
|
"Semantic Intent": ["Brand", "System"],
|
|
222
227
|
"Skeleton": ["Mode 1"],
|
|
223
228
|
"Slider / Output": ["Default"],
|
|
224
|
-
"Slot gap": ["S", "M", "L", "XL"],
|
|
229
|
+
"Slot gap": ["S", "M", "L", "XL", "XS"],
|
|
225
230
|
"special button": ["Default"],
|
|
226
231
|
"Spinner / Output": ["Default"],
|
|
227
232
|
"statGroup / Output": ["Default"],
|
|
@@ -240,11 +245,13 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
240
245
|
"Swappable subComponent / Output": ["Default"],
|
|
241
246
|
"SwappableAmount / Output": ["Default"],
|
|
242
247
|
"tabItem / Output": ["Default"],
|
|
248
|
+
"Table Cell": ["Default"],
|
|
249
|
+
"Table Header": ["Default"],
|
|
243
250
|
"Tabs / Output": ["Default"],
|
|
244
251
|
"TestimonialsCard": ["Default"],
|
|
245
252
|
"Text / Output": ["Default"],
|
|
246
253
|
"Text Appearance": ["Neutral", "Primary", "Secondary", "Tertiary"],
|
|
247
|
-
"Text Sizes": ["Medium", "Small"],
|
|
254
|
+
"Text Sizes": ["Medium", "Small", "Large"],
|
|
248
255
|
"textInput / Output": ["Default"],
|
|
249
256
|
"TextSegment / Output": ["Default"],
|
|
250
257
|
"Thread Hero / Output": ["Default"],
|
|
@@ -262,6 +269,7 @@ const FIGMA_MODES = exports.FIGMA_MODES = {
|
|
|
262
269
|
"TransationDetails / Output": ["Default"],
|
|
263
270
|
"UPI Handle / Output": ["Default"],
|
|
264
271
|
"ValueBar / Output": ["Default"],
|
|
272
|
+
"Video / Output": ["L", "M", "S"],
|
|
265
273
|
"VStack / Output": ["Default"],
|
|
266
274
|
"Weight": ["Medium", "Regular", "Bold"]
|
|
267
275
|
};
|
|
@@ -282,34 +290,35 @@ const FIGMA_COMPONENT_MODES = exports.FIGMA_COMPONENT_MODES = {
|
|
|
282
290
|
"AppBar": ["Color Mode", "Context2", "context5", "NavArrow Direction", "Page type"],
|
|
283
291
|
"AreaLineChart": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
|
|
284
292
|
"Attached": ["Color Mode"],
|
|
285
|
-
"Avatar": ["Avatar Size", "Color Mode", "Context4"],
|
|
286
|
-
"AvatarGroup": ["Avatar Size", "Context4"],
|
|
293
|
+
"Avatar": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
294
|
+
"AvatarGroup": ["Avatar Size", "Badge Size", "Context4"],
|
|
287
295
|
"Badge": ["AppearanceBrand", "Badge Size", "Color Mode", "Emphasis"],
|
|
288
296
|
"Balance": ["Color Mode", "Context3"],
|
|
289
|
-
"BenefitCard": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "
|
|
297
|
+
"BenefitCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context4", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap", "Text Appearance", "Text Sizes", "Weight"],
|
|
290
298
|
"BottomNav": ["Color Mode"],
|
|
291
299
|
"BottomNavItem": ["BottomNavItem / State", "Color Mode"],
|
|
292
|
-
"BrandChip": ["Avatar Size", "Color Mode", "Context4"],
|
|
293
|
-
"BubbleChart": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz", "Text Appearance"],
|
|
300
|
+
"BrandChip": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
301
|
+
"BubbleChart": ["Appearance / DataViz", "Color Mode", "Context", "Emphasis / DataViz", "Text Appearance"],
|
|
294
302
|
"Button": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
|
|
295
|
-
"Card": ["Color Mode", "Gap", "Page type"],
|
|
303
|
+
"Card": ["Color Mode", "context 8", "Gap", "Page type"],
|
|
296
304
|
"CardAdvisory": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "circularProgressBar Size", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
|
|
297
305
|
"CardBankAccount": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context4", "context5", "Emphasis", "List Item Style", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
|
|
298
|
-
"CardCTA": ["AppearanceBrand", "AppearanceSystem", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "MediaBlock", "Semantic Intent"],
|
|
306
|
+
"CardCTA": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context 8", "Context4", "Emphasis", "Icon Capsule Size", "MediaBlock", "Page type", "Semantic Intent"],
|
|
299
307
|
"CardFeedback": ["AppearanceBrand", "AppearanceSystem", "Color Mode"],
|
|
300
308
|
"CardFinancialCondition": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "circularProgressBar Size", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
|
|
301
|
-
"CardInsight": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "
|
|
302
|
-
"CardProviderInfo": ["AppearanceBrand", "Avatar Size", "Color Mode", "Context4"],
|
|
309
|
+
"CardInsight": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context 8", "Emphasis", "Emphasis / DataViz", "LinearProgress Size", "Nudge padding", "Page type", "Semantic Intent", "Slot gap"],
|
|
310
|
+
"CardProviderInfo": ["AppearanceBrand", "Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
303
311
|
"Carousel": ["peekOffset"],
|
|
304
|
-
"
|
|
312
|
+
"CarouselCardAccounts": ["peekOffset"],
|
|
313
|
+
"CcCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "context 8", "Context2", "Context4", "context5", "context7", "Emphasis", "List Item Style", "NavArrow Direction", "Page type", "Radius", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
|
|
305
314
|
"Checkbox": ["Color Mode"],
|
|
306
315
|
"CheckboxGroup": ["Color Mode"],
|
|
307
316
|
"CheckboxItem": ["Color Mode"],
|
|
308
317
|
"ChipSelect": ["ChipSelect State", "Color Mode"],
|
|
309
318
|
"CircularProgressBar": ["AppearanceBrand", "AppearanceSystem", "circularProgressBar Size", "Color Mode", "Emphasis", "Semantic Intent"],
|
|
310
319
|
"CircularRating": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
|
|
311
|
-
"ClusterBubble": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz", "Text Appearance"],
|
|
312
|
-
"CompareTable": ["Accordion States", "AppearanceBrand", "Button / Size", "Button / State", "Color Mode", "Emphasis", "Radius"],
|
|
320
|
+
"ClusterBubble": ["Appearance / DataViz", "Color Mode", "Context", "Emphasis / DataViz", "Text Appearance"],
|
|
321
|
+
"CompareTable": ["Accordion States", "AppearanceBrand", "Button / Size", "Button / State", "Color Mode", "Emphasis", "Radius", "Selection Card Radius"],
|
|
313
322
|
"ComparisonBar": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "Radius", "Semantic Intent"],
|
|
314
323
|
"CoverageBarComparison": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
|
|
315
324
|
"CoverageRing": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "circularProgressBar Size", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
|
|
@@ -329,19 +338,18 @@ const FIGMA_COMPONENT_MODES = exports.FIGMA_COMPONENT_MODES = {
|
|
|
329
338
|
"Gauge": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "FormField States", "Semantic Intent", "Status"],
|
|
330
339
|
"HoldingsCard": ["AppearanceBrand", "Color Mode"],
|
|
331
340
|
"HStack": ["Context", "Padding", "Page type", "Slot gap"],
|
|
332
|
-
"Icon": ["AppearanceBrand", "Color Mode"],
|
|
341
|
+
"Icon": ["AppearanceBrand", "Badge Size", "Color Mode", "Context4", "Emphasis"],
|
|
333
342
|
"IconButton": ["AppearanceBrand", "Button / Size", "Button / State", "Color Mode", "Emphasis"],
|
|
334
343
|
"IconCapsule": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "Semantic Intent"],
|
|
335
344
|
"InputSearch": ["Color Mode", "FormField States", "InputState", "Status"],
|
|
336
|
-
"InstitutionBadge": ["Avatar Size", "Context4"],
|
|
345
|
+
"InstitutionBadge": ["Avatar Size", "Badge Size", "Context4"],
|
|
337
346
|
"LinearMeter": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context3", "Emphasis", "LinearProgress Size", "Semantic Intent"],
|
|
338
347
|
"LinearProgress": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Emphasis", "LinearProgress Size", "Semantic Intent"],
|
|
339
348
|
"ListGroup": ["Color Mode", "List Item Style", "Title Level"],
|
|
340
349
|
"ListItem": ["AppearanceBrand", "Color Mode", "Context2", "context5", "List Item Style", "NavArrow Direction", "Page type"],
|
|
341
350
|
"LottieIntroBlock": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
|
|
342
|
-
"LottiePlayer": ["Media / Output"],
|
|
343
351
|
"MediaCard": ["Contrast Context"],
|
|
344
|
-
"MerchantProfile": ["Avatar Size", "Color Mode", "Context4"],
|
|
352
|
+
"MerchantProfile": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
345
353
|
"MessageField": ["Color Mode", "FormField States"],
|
|
346
354
|
"MetricLegendItem": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
|
|
347
355
|
"MoneyValue": ["Color Mode", "Context3"],
|
|
@@ -349,25 +357,25 @@ const FIGMA_COMPONENT_MODES = exports.FIGMA_COMPONENT_MODES = {
|
|
|
349
357
|
"NavArrow": ["Color Mode", "Context2", "context5", "NavArrow Direction", "Page type"],
|
|
350
358
|
"Nudge": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Nudge padding", "Semantic Intent", "Slot gap"],
|
|
351
359
|
"OTP": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "FormField States", "Input/PINSlot States", "Semantic Intent", "Status"],
|
|
352
|
-
"PageHero": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "
|
|
360
|
+
"PageHero": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
|
|
353
361
|
"PaymentFeedback": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Emphasis", "Icon Capsule Size", "Semantic Intent"],
|
|
354
362
|
"PdpCcCard": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "context7", "Emphasis", "Page type", "Radius", "Semantic Intent"],
|
|
355
363
|
"PlanComparisonCard": ["Color Mode"],
|
|
356
364
|
"Popup": ["Color Mode", "Context", "Padding", "Page type", "Slot gap"],
|
|
357
|
-
"PortfolioHero": ["Avatar Size", "Color Mode", "Context3", "Context4"],
|
|
358
|
-
"ProductLabel": ["Avatar Size", "Color Mode", "Context4"],
|
|
365
|
+
"PortfolioHero": ["Avatar Size", "Badge Size", "Color Mode", "Context3", "Context4"],
|
|
366
|
+
"ProductLabel": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
359
367
|
"ProductMerchandisingCard": ["AppearanceBrand", "AppearanceSystem", "Avatar Size", "Badge Size", "Button / Size", "Button / State", "Color Mode", "Context", "Context4", "Emphasis", "Semantic Intent"],
|
|
360
|
-
"ProductOverview": ["Avatar Size", "Color Mode", "Context4"],
|
|
368
|
+
"ProductOverview": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
361
369
|
"ProjectionMarker": ["Color Mode"],
|
|
362
370
|
"Radio": ["Color Mode"],
|
|
363
371
|
"RangeTrack": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
|
|
364
|
-
"RechargeCard": ["Avatar Size", "Color Mode", "Context3", "Context4"],
|
|
365
|
-
"SavingsGoalSummary": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Color Mode", "
|
|
372
|
+
"RechargeCard": ["Avatar Size", "Badge Size", "Color Mode", "Context3", "Context4"],
|
|
373
|
+
"SavingsGoalSummary": ["Appearance / DataViz", "AppearanceBrand", "AppearanceSystem", "Color Mode", "Emphasis", "Emphasis / DataViz", "LinearProgress Size", "Semantic Intent"],
|
|
366
374
|
"Screen": ["Color Mode", "Page type"],
|
|
367
|
-
"Section": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Context2", "context5", "Emphasis", "Icon Capsule Size", "List Item Style", "NavArrow Direction", "Padding", "Page type", "Semantic Intent", "Slot gap"],
|
|
375
|
+
"Section": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "context 9", "Context2", "context5", "Emphasis", "Icon Capsule Size", "List Item Style", "NavArrow Direction", "Padding", "Page type", "Semantic Intent", "Slot gap"],
|
|
368
376
|
"SegmentedControl": ["SegmentedControl/Segment"],
|
|
369
377
|
"SegmentedTrack": ["Appearance / DataViz", "Color Mode", "Emphasis / DataViz"],
|
|
370
|
-
"Slider": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Emphasis", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
|
|
378
|
+
"Slider": ["AppearanceBrand", "AppearanceSystem", "Color Mode", "Context", "Emphasis", "Semantic Intent", "Text Appearance", "Text Sizes", "Weight"],
|
|
371
379
|
"Slot": ["Context", "Slot gap"],
|
|
372
380
|
"Stack": ["Context", "Slot gap"],
|
|
373
381
|
"StatGroup": ["Color Mode", "StatItem Label Position "],
|
|
@@ -381,10 +389,10 @@ const FIGMA_COMPONENT_MODES = exports.FIGMA_COMPONENT_MODES = {
|
|
|
381
389
|
"SupportTextIcon": ["Color Mode", "FormField States", "Status"],
|
|
382
390
|
"SwappableAmount": ["AppearanceBrand", "AppearanceSystem", "Button / Size", "Button / State", "Color Mode", "Context", "Emphasis", "Semantic Intent"],
|
|
383
391
|
"TabItem": ["Color Mode"],
|
|
384
|
-
"TestimonialsCard": ["Avatar Size", "Color Mode", "Context4"],
|
|
385
|
-
"Text": ["Color Mode", "Text Appearance", "Text Sizes", "Weight"],
|
|
392
|
+
"TestimonialsCard": ["Avatar Size", "Badge Size", "Color Mode", "Context4"],
|
|
393
|
+
"Text": ["Color Mode", "Context", "Text Appearance", "Text Sizes", "Weight"],
|
|
386
394
|
"TextInput": ["Color Mode", "InputState"],
|
|
387
|
-
"TextSegment": ["Color Mode", "Text Appearance", "Text Sizes", "Weight"],
|
|
395
|
+
"TextSegment": ["Color Mode", "Context", "Text Appearance", "Text Sizes", "Weight"],
|
|
388
396
|
"Title": ["Color Mode", "context7", "Page type"],
|
|
389
397
|
"Toggle": ["Color Mode", "Toggle States"],
|
|
390
398
|
"Tooltip": ["Color Mode"],
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Icon4g = 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 Icon4g = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
...props,
|
|
15
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
16
|
+
d: "M10 13.9605H9.69001C9.57001 13.9605 9.54001 13.9105 9.54001 13.8005V12.7005C9.54001 12.0305 9.03001 11.7905 8.50001 11.7905C7.97001 11.7905 7.48001 12.0305 7.48001 12.7005V13.8005C7.48001 13.9105 7.45001 13.9605 7.33001 13.9605H5.93001C5.86001 13.9605 5.78001 13.9305 5.78001 13.8505C5.78001 13.8005 5.88001 13.5605 5.88001 13.5605L8.34001 7.61047C8.41001 7.45047 8.44001 7.31047 8.44001 7.18047C8.44001 6.60047 7.78001 6.25047 7.27001 6.25047C6.96001 6.25047 6.65001 6.41047 6.45001 6.87047L3.61001 13.8205C3.40001 14.3205 3.26001 14.7305 3.26001 15.0005C3.26001 15.5605 3.69001 15.8505 4.34001 15.8505H7.31001C7.43001 15.8505 7.46001 15.9005 7.46001 15.9905V16.6105C7.46001 17.2705 7.97001 17.5105 8.48001 17.5105C8.99001 17.5105 9.52001 17.2705 9.52001 16.6105V15.9905C9.52001 15.8905 9.55001 15.8505 9.67001 15.8505H9.98001C10.6 15.8505 10.83 15.3905 10.83 14.9105C10.83 14.4305 10.6 13.9705 9.98001 13.9705L10 13.9605ZM19.67 10.8505H17.24C16.57 10.8505 16.32 11.3505 16.32 11.8405C16.32 12.3305 16.57 12.8505 17.24 12.8505H18.29C18.39 12.8505 18.44 12.8805 18.44 12.9905V13.6005C18.44 14.1105 18.39 14.3805 18.18 14.6905C17.67 15.4405 16.92 15.4905 16.47 15.4905C16.02 15.4905 15.19 15.4905 14.76 14.6905C14.43 14.0805 14.43 13.1405 14.43 11.8705C14.43 10.6005 14.45 9.66047 14.76 9.05047C15.19 8.22047 16.07 8.22047 16.6 8.22047C17.32 8.22047 17.73 8.33047 18.41 8.73047C18.56 8.83047 18.72 8.89047 18.95 8.89047C19.46 8.89047 20 8.33047 20 7.85047C20 7.42047 19.75 7.19047 19.44 6.97047C18.72 6.44047 17.76 6.23047 16.56 6.23047C15.18 6.23047 14.06 6.44047 13.18 7.43047C12.52 8.17047 12.21 9.70047 12.21 11.8605C12.21 14.0205 12.52 15.5605 13.18 16.2905C14.07 17.2805 15.1 17.4905 16.47 17.4905C17.84 17.4905 18.9 17.3005 19.76 16.2905C20.4 15.5205 20.55 14.7205 20.55 13.6005V11.6805C20.55 11.1505 20.2 10.8305 19.68 10.8305L19.67 10.8505Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.Icon4g = Icon4g;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Icon4gltedata = 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 Icon4gltedata = 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: "M4.99991 10.0004H7.99991V11.0004C7.99991 11.5504 8.44991 12.0004 8.99991 12.0004C9.54991 12.0004 9.99991 11.5504 9.99991 11.0004V10.0004C10.5499 10.0004 10.9999 9.55043 10.9999 9.00043C10.9999 8.45043 10.5499 8.00043 9.99991 8.00043V7.00043C9.99991 6.45043 9.54991 6.00043 8.99991 6.00043C8.44991 6.00043 7.99991 6.45043 7.99991 7.00043V8.00043H6.47991L7.92991 4.37043C8.13991 3.86043 7.88991 3.28043 7.36991 3.07043C6.84991 2.86043 6.27991 3.11043 6.06991 3.63043L4.06991 8.63043C3.94991 8.94043 3.97991 9.29043 4.16991 9.56043C4.35991 9.83043 4.66991 10.0004 4.99991 10.0004ZM15.7499 12.0004C17.8199 12.0004 19.4999 10.3204 19.4999 8.25043V7.50043C19.4999 6.95043 19.0499 6.50043 18.4999 6.50043H16.4999C15.9499 6.50043 15.4999 6.95043 15.4999 7.50043C15.4999 8.05043 15.9499 8.50043 16.4999 8.50043H17.4799C17.3599 9.35043 16.6299 10.0004 15.7499 10.0004C14.7899 10.0004 13.9999 9.21043 13.9999 8.25043V6.75043C13.9999 5.79043 14.7899 5.00043 15.7499 5.00043C16.1599 5.00043 16.5499 5.14043 16.8599 5.40043C17.2899 5.75043 17.9199 5.69043 18.2699 5.27043C18.6199 4.84043 18.5599 4.21043 18.1399 3.86043C17.4699 3.31043 16.6199 3.00043 15.7499 3.00043C13.6799 3.00043 11.9999 4.68043 11.9999 6.75043V8.25043C11.9999 10.3204 13.6799 12.0004 15.7499 12.0004ZM7.99991 19.0004H5.99991V14.0004C5.99991 13.4504 5.54991 13.0004 4.99991 13.0004C4.44991 13.0004 3.99991 13.4504 3.99991 14.0004V20.0004C3.99991 20.5504 4.44991 21.0004 4.99991 21.0004H7.99991C8.54991 21.0004 8.99991 20.5504 8.99991 20.0004C8.99991 19.4504 8.54991 19.0004 7.99991 19.0004ZM13.4999 13.0004H8.49991C7.94991 13.0004 7.49991 13.4504 7.49991 14.0004C7.49991 14.5504 7.94991 15.0004 8.49991 15.0004H9.99991V20.0004C9.99991 20.5504 10.4499 21.0004 10.9999 21.0004C11.5499 21.0004 11.9999 20.5504 11.9999 20.0004V15.0004H13.4999C14.0499 15.0004 14.4999 14.5504 14.4999 14.0004C14.4999 13.4504 14.0499 13.0004 13.4999 13.0004ZM18.9999 19.0004H16.9999V18.0004H18.2499C18.7999 18.0004 19.2499 17.5504 19.2499 17.0004C19.2499 16.4504 18.7999 16.0004 18.2499 16.0004H16.9999V15.0004H18.9999C19.5499 15.0004 19.9999 14.5504 19.9999 14.0004C19.9999 13.4504 19.5499 13.0004 18.9999 13.0004H15.9999C15.4499 13.0004 14.9999 13.4504 14.9999 14.0004V20.0004C14.9999 20.5504 15.4499 21.0004 15.9999 21.0004H18.9999C19.5499 21.0004 19.9999 20.5504 19.9999 20.0004C19.9999 19.4504 19.5499 19.0004 18.9999 19.0004Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.Icon4gltedata = Icon4gltedata;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Icon5g = 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 Icon5g = 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.06997 9.85977C6.67997 9.85977 6.27997 9.91977 5.91997 10.1198C5.85997 10.1498 5.77997 10.2198 5.70997 10.2198C5.62997 10.2198 5.59997 10.1698 5.59997 10.1098V8.40977C5.59997 8.27977 5.62997 8.26977 5.73997 8.26977H8.59997C9.27997 8.26977 9.52997 7.84977 9.52997 7.32977C9.52997 6.82977 9.27997 6.34977 8.59997 6.34977H4.48997C3.96997 6.34977 3.58997 6.69977 3.58997 7.27977V11.8398C3.58997 12.5398 4.09997 12.8298 4.72997 12.8298C5.15997 12.8298 5.35997 12.5398 5.64997 12.2698C5.91997 12.0098 6.26997 11.7598 6.71997 11.7598C7.88997 11.7598 8.12997 12.6598 8.12997 13.7098C8.12997 15.1798 7.52997 15.6498 6.71997 15.6498C5.95997 15.6498 5.41997 15.1698 5.18997 14.8798C4.93997 14.5798 4.72997 14.5298 4.52997 14.5298C3.97997 14.5298 3.46997 15.1698 3.46997 15.5698C3.46997 15.8298 3.62997 16.0798 3.74997 16.2298C4.09997 16.6098 4.96997 17.5598 6.76997 17.5598C8.78997 17.5598 10.17 16.3098 10.17 13.7198C10.17 11.5598 9.31997 9.87977 7.06997 9.87977V9.85977ZM18.84 10.8798H16.5C15.85 10.8798 15.62 11.3798 15.62 11.8698C15.62 12.3598 15.86 12.8798 16.5 12.8798H17.51C17.6 12.8798 17.65 12.9098 17.65 13.0198V13.6298C17.65 14.1398 17.6 14.4098 17.4 14.7198C16.91 15.4698 16.18 15.5198 15.76 15.5198C15.34 15.5198 14.53 15.5198 14.12 14.7198C13.8 14.1098 13.8 13.1698 13.8 11.8998C13.8 10.6298 13.82 9.68977 14.12 9.07977C14.53 8.24977 15.38 8.24977 15.89 8.24977C16.59 8.24977 16.98 8.35977 17.63 8.75977C17.77 8.85977 17.93 8.91977 18.15 8.91977C18.64 8.91977 19.16 8.35977 19.16 7.87977C19.16 7.44977 18.92 7.21977 18.62 6.99977C17.92 6.46977 17.01 6.25977 15.86 6.25977C14.53 6.25977 13.46 6.46977 12.61 7.45977C11.98 8.19977 11.68 9.72977 11.68 11.8898C11.68 14.0498 11.98 15.5898 12.61 16.3198C13.46 17.3098 14.46 17.5198 15.77 17.5198C17.08 17.5198 18.11 17.3298 18.93 16.3198C19.55 15.5498 19.69 14.7498 19.69 13.6298V11.7098C19.69 11.1798 19.36 10.8598 18.85 10.8598L18.84 10.8798Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.Icon5g = Icon5g;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Icon5gdoubleplus = 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 Icon5gdoubleplus = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
...props,
|
|
15
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
16
|
+
d: "M6.08004 9.88004C5.73004 9.88004 5.39004 9.94004 5.07004 10.1C5.01004 10.13 4.95004 10.18 4.89004 10.18C4.82004 10.18 4.79004 10.14 4.79004 10.08V8.59004C4.79004 8.48004 4.82004 8.46004 4.91004 8.46004H7.41004C8.00004 8.46004 8.23004 8.10004 8.23004 7.63004C8.23004 7.20004 8.01004 6.78004 7.41004 6.78004H3.82004C3.36004 6.78004 3.03004 7.09004 3.03004 7.59004V11.58C3.03004 12.2 3.47004 12.45 4.03004 12.45C4.40004 12.45 4.58004 12.2 4.83004 11.96C5.07004 11.74 5.37004 11.51 5.77004 11.51C6.79004 11.51 7.00004 12.29 7.00004 13.22C7.00004 14.51 6.47004 14.91 5.77004 14.91C5.11004 14.91 4.64004 14.49 4.43004 14.24C4.21004 13.97 4.03004 13.93 3.85004 13.93C3.37004 13.93 2.92004 14.49 2.92004 14.84C2.92004 15.06 3.06004 15.29 3.17004 15.41C3.47004 15.75 4.23004 16.57 5.81004 16.57C7.58004 16.57 8.78004 15.48 8.78004 13.21C8.78004 11.32 8.03004 9.85004 6.07004 9.85004L6.08004 9.88004ZM15.91 10.78H13.86C13.29 10.78 13.09 11.21 13.09 11.65C13.09 12.09 13.3 12.53 13.86 12.53H14.74C14.82 12.53 14.86 12.56 14.86 12.66V13.19C14.86 13.64 14.82 13.88 14.64 14.14C14.21 14.8 13.58 14.84 13.2 14.84C12.82 14.84 12.12 14.84 11.76 14.14C11.48 13.61 11.48 12.78 11.48 11.67C11.48 10.56 11.49 9.74004 11.76 9.21004C12.12 8.48004 12.87 8.48004 13.31 8.48004C13.92 8.48004 14.26 8.58004 14.83 8.93004C14.95 9.01004 15.09 9.07004 15.29 9.07004C15.72 9.07004 16.17 8.58004 16.17 8.16004C16.17 7.78004 15.96 7.59004 15.7 7.39004C15.09 6.93004 14.29 6.75004 13.28 6.75004C12.12 6.75004 11.18 6.93004 10.43 7.80004C9.88004 8.44004 9.61004 9.79004 9.61004 11.68C9.61004 13.57 9.87004 14.92 10.43 15.56C11.18 16.43 12.05 16.61 13.19 16.61C14.33 16.61 15.24 16.44 15.95 15.56C16.49 14.89 16.61 14.19 16.61 13.21V11.53C16.61 11.07 16.32 10.79 15.88 10.79L15.91 10.78ZM21.63 7.84004H20.2C20.13 7.84004 20.09 7.80004 20.09 7.73004V6.33004C20.09 5.93004 19.81 5.79004 19.5 5.79004C19.19 5.79004 18.91 5.93004 18.91 6.33004V7.73004C18.91 7.80004 18.89 7.84004 18.8 7.84004H17.36C16.98 7.84004 16.84 8.09004 16.84 8.40004C16.84 8.71004 16.98 8.98004 17.36 8.98004H18.8C18.88 8.98004 18.91 9.00004 18.91 9.09004V10.55C18.91 10.93 19.21 11.08 19.5 11.08C19.79 11.08 20.09 10.94 20.09 10.55V9.09004C20.09 9.01004 20.13 8.98004 20.2 8.98004H21.63C22.02 8.98004 22.16 8.70004 22.16 8.40004C22.16 8.10004 22.02 7.84004 21.63 7.84004ZM21.51 13.92H20.11C20.04 13.92 20.01 13.88 20.01 13.81V12.41C20.01 12.01 19.73 11.87 19.43 11.87C19.13 11.87 18.85 12.01 18.85 12.41V13.81C18.85 13.88 18.83 13.92 18.75 13.92H17.34C16.97 13.92 16.83 14.17 16.83 14.48C16.83 14.79 16.97 15.06 17.34 15.06H18.75C18.83 15.06 18.85 15.08 18.85 15.17V16.63C18.85 17.01 19.14 17.16 19.43 17.16C19.72 17.16 20.01 17.02 20.01 16.63V15.17C20.01 15.09 20.05 15.06 20.11 15.06H21.51C21.89 15.06 22.03 14.78 22.03 14.48C22.03 14.18 21.89 13.92 21.51 13.92Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.Icon5gdoubleplus = Icon5gdoubleplus;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Icon5gplus = 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 Icon5gplus = 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.08004 9.88C4.73004 9.88 4.39004 9.94 4.07004 10.1C4.02004 10.13 3.95004 10.18 3.89004 10.18C3.82004 10.18 3.79004 10.14 3.79004 10.08V8.59C3.79004 8.48 3.82004 8.46 3.91004 8.46H6.41004C7.00004 8.46 7.23004 8.1 7.23004 7.63C7.23004 7.2 7.01004 6.78 6.41004 6.78H2.82004C2.36004 6.78 2.03004 7.09 2.03004 7.59V11.58C2.03004 12.2 2.47004 12.45 3.03004 12.45C3.40004 12.45 3.58004 12.2 3.83004 11.96C4.06004 11.74 4.37004 11.51 4.77004 11.51C5.79004 11.51 6.00004 12.29 6.00004 13.22C6.00004 14.51 5.47004 14.91 4.77004 14.91C4.11004 14.91 3.64004 14.49 3.43004 14.24C3.21004 13.97 3.03004 13.93 2.85004 13.93C2.37004 13.93 1.92004 14.49 1.92004 14.84C1.92004 15.06 2.06004 15.29 2.17004 15.41C2.47004 15.75 3.23004 16.57 4.81004 16.57C6.58004 16.57 7.78004 15.48 7.78004 13.21C7.78004 11.32 7.03004 9.85 5.07004 9.85L5.08004 9.88ZM14.91 10.78H12.86C12.29 10.78 12.09 11.21 12.09 11.65C12.09 12.09 12.3 12.53 12.86 12.53H13.74C13.82 12.53 13.86 12.56 13.86 12.66V13.19C13.86 13.64 13.82 13.88 13.64 14.14C13.21 14.8 12.58 14.84 12.2 14.84C11.82 14.84 11.12 14.84 10.76 14.14C10.48 13.61 10.48 12.78 10.48 11.67C10.48 10.56 10.49 9.74 10.76 9.21C11.12 8.48 11.87 8.48 12.31 8.48C12.92 8.48 13.26 8.58 13.83 8.93C13.95 9.01 14.09 9.07 14.29 9.07C14.72 9.07 15.17 8.58 15.17 8.16C15.17 7.78 14.96 7.59 14.7 7.39C14.09 6.93 13.29 6.75 12.28 6.75C11.12 6.75 10.18 6.93 9.43004 7.8C8.88004 8.44 8.61004 9.79 8.61004 11.68C8.61004 13.57 8.87004 14.92 9.43004 15.56C10.18 16.43 11.05 16.61 12.19 16.61C13.33 16.61 14.24 16.44 14.95 15.56C15.49 14.89 15.61 14.19 15.61 13.21V11.53C15.61 11.07 15.32 10.79 14.88 10.79L14.91 10.78ZM21.26 11.62H19.83C19.76 11.62 19.72 11.58 19.72 11.51V10.11C19.72 9.71 19.44 9.57 19.13 9.57C18.82 9.57 18.54 9.71 18.54 10.11V11.51C18.54 11.58 18.52 11.62 18.43 11.62H16.99C16.61 11.62 16.47 11.87 16.47 12.18C16.47 12.49 16.61 12.76 16.99 12.76H18.43C18.51 12.76 18.54 12.78 18.54 12.87V14.33C18.54 14.71 18.84 14.86 19.13 14.86C19.42 14.86 19.72 14.72 19.72 14.33V12.87C19.72 12.79 19.76 12.76 19.83 12.76H21.26C21.65 12.76 21.79 12.48 21.79 12.18C21.79 11.88 21.65 11.62 21.26 11.62Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.Icon5gplus = Icon5gplus;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAdblocker = 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 IconAdblocker = 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.45001 12H10.05L9.25001 10.22L8.45001 12ZM14.38 9.5H14V13.5H14.38C15.08 13.5 15.61 13.33 15.97 12.97C16.41 12.53 16.51 11.93 16.51 11.5C16.51 10.25 15.72 9.5 14.39 9.5H14.38ZM20.47 4.68C20.13 4.31 19.67 4.08 19.17 4.02C16.97 3.79 14.82 3.17 12.83 2.19C12.57 2.06 12.29 2 12.01 2C11.73 2 11.45 2.07 11.19 2.19C9.22001 3.17 7.08001 3.79 4.89001 4.02C4.39001 4.06 3.92001 4.29 3.57001 4.66C3.22001 5.03 3.02001 5.51 3.01001 6.02V11.01C3.01001 17.75 9.76001 22 12.01 22C14.26 22 21.01 17.75 21.01 11.01V6.02C21 5.52 20.81 5.05 20.47 4.68ZM11.72 14.46C11.65 14.49 11.58 14.5 11.51 14.5C11.32 14.5 11.14 14.39 11.05 14.21L10.51 13H8.01001L7.47001 14.21C7.36001 14.46 7.06001 14.57 6.81001 14.46C6.56001 14.35 6.45001 14.05 6.56001 13.8L8.81001 8.8C8.97001 8.44 9.56001 8.44 9.72001 8.8L11.97 13.8C12.08 14.05 11.97 14.35 11.72 14.46ZM16.68 13.69C16.14 14.22 15.37 14.5 14.44 14.5H13.51C13.23 14.5 13.01 14.28 13.01 14V9C13.01 8.72 13.23 8.5 13.51 8.5H14.39C16.26 8.5 17.51 9.71 17.51 11.5C17.51 12.39 17.22 13.15 16.68 13.69Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAdblocker = IconAdblocker;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAdblockplus = 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 IconAdblockplus = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
...props,
|
|
15
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
16
|
+
d: "M20.46 4.68C20.12 4.31 19.66 4.08 19.16 4.02C16.96 3.79 14.81 3.17 12.82 2.19C12.56 2.06 12.28 2 12 2C11.72 2 11.44 2.07 11.18 2.19C9.21 3.17 7.07 3.79 4.88 4.02C4.38 4.06 3.91 4.29 3.56 4.66C3.21 5.03 3.01 5.51 3 6.02V11.01C3 17.75 9.75 22 12 22C14.25 22 21 17.75 21 11.01V6.02C20.99 5.52 20.8 5.05 20.46 4.68ZM15.54 14.12C15.93 14.51 15.93 15.14 15.54 15.53C15.15 15.92 14.52 15.92 14.13 15.53L12.01 13.41L9.89 15.53C9.5 15.92 8.87 15.92 8.48 15.53C8.09 15.14 8.09 14.51 8.48 14.12L10.6 12L8.48 9.88C8.09 9.49 8.09 8.86 8.48 8.47C8.87 8.08 9.5 8.08 9.89 8.47L12.01 10.59L14.13 8.47C14.52 8.08 15.15 8.08 15.54 8.47C15.93 8.86 15.93 9.49 15.54 9.88L13.42 12L15.54 14.12Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAdblockplus = IconAdblockplus;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAnalytics = 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 IconAnalytics = 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.0001 10.9998H22.0001C21.7675 8.69691 20.7433 6.54601 19.1021 4.9139C17.4608 3.28179 15.3043 2.26955 13.0001 2.0498V10.0498C13.013 10.3063 13.124 10.5479 13.3101 10.7248C13.4963 10.9017 13.7433 11.0001 14.0001 10.9998ZM11.0001 9.9998V2.0498C9.12039 2.2484 7.33544 2.97568 5.85219 4.14733C4.36893 5.31898 3.24812 6.88702 2.61967 8.66968C1.99123 10.4523 1.88089 12.3766 2.30144 14.2194C2.722 16.0622 3.65623 17.7481 4.99584 19.0816C6.33545 20.4151 8.02556 21.3417 9.87027 21.7538C11.715 22.166 13.6387 22.0469 15.4185 21.4103C17.1983 20.7738 18.7612 19.6458 19.9261 18.1572C21.091 16.6687 21.8101 14.8804 22.0001 12.9998H14.0001C13.2045 12.9998 12.4414 12.6837 11.8788 12.1211C11.3162 11.5585 11.0001 10.7955 11.0001 9.9998Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAnalytics = IconAnalytics;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAnalyticsdata = 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 IconAnalyticsdata = 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 11.5C12.2652 11.5 12.5196 11.3946 12.7071 11.2071C12.8946 11.0196 13 10.7652 13 10.5C13 10.2348 12.8946 9.98043 12.7071 9.79289C12.5196 9.60536 12.2652 9.5 12 9.5C11.337 9.5 10.7011 9.76339 10.2322 10.2322C9.76339 10.7011 9.5 11.337 9.5 12C9.5 12.663 9.76339 13.2989 10.2322 13.7678C10.7011 14.2366 11.337 14.5 12 14.5C12.2652 14.5 12.5196 14.3946 12.7071 14.2071C12.8946 14.0196 13 13.7652 13 13.5C13 13.2348 12.8946 12.9804 12.7071 12.7929C12.5196 12.6054 12.2652 12.5 12 12.5C11.8674 12.5 11.7402 12.4473 11.6464 12.3536C11.5527 12.2598 11.5 12.1326 11.5 12C11.5 11.8674 11.5527 11.7402 11.6464 11.6464C11.7402 11.5527 11.8674 11.5 12 11.5ZM7.76 14.83C7.57375 15.0174 7.46921 15.2708 7.46921 15.535C7.46921 15.7992 7.57375 16.0526 7.76 16.24C8.31429 16.8004 8.97476 17.2447 9.70278 17.5469C10.4308 17.8491 11.2118 18.0032 12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6C11.2118 5.99684 10.4308 6.15086 9.70278 6.45305C8.97476 6.75525 8.31429 7.19956 7.76 7.76C7.59617 7.9513 7.51057 8.19738 7.52029 8.44905C7.53001 8.70073 7.63434 8.93947 7.81244 9.11756C7.99053 9.29566 8.22927 9.39999 8.48095 9.40971C8.73262 9.41943 8.9787 9.33383 9.17 9.17C9.72959 8.61104 10.4423 8.23051 11.2181 8.07653C11.9939 7.92255 12.798 8.00203 13.5286 8.30491C14.2593 8.60779 14.8837 9.12048 15.323 9.77818C15.7624 10.4359 15.9969 11.2091 15.9969 12C15.9969 12.7909 15.7624 13.5641 15.323 14.2218C14.8837 14.8795 14.2593 15.3922 13.5286 15.6951C12.798 15.998 11.9939 16.0774 11.2181 15.9235C10.4423 15.7695 9.72959 15.389 9.17 14.83C8.98264 14.6437 8.72919 14.5392 8.465 14.5392C8.20081 14.5392 7.94736 14.6437 7.76 14.83ZM12 2C11.7348 2 11.4804 2.10536 11.2929 2.29289C11.1054 2.48043 11 2.73478 11 3C11 3.26522 11.1054 3.51957 11.2929 3.70711C11.4804 3.89464 11.7348 4 12 4C13.5823 4 15.129 4.46919 16.4446 5.34824C17.7602 6.22729 18.7855 7.47672 19.391 8.93853C19.9965 10.4003 20.155 12.0089 19.8463 13.5607C19.5376 15.1126 18.7757 16.538 17.6569 17.6569C16.538 18.7757 15.1126 19.5376 13.5607 19.8463C12.0089 20.155 10.4003 19.9965 8.93853 19.391C7.47672 18.7855 6.22729 17.7602 5.34824 16.4446C4.46919 15.129 4 13.5823 4 12C4 11.7348 3.89464 11.4804 3.70711 11.2929C3.51957 11.1054 3.26522 11 3 11C2.73478 11 2.48043 11.1054 2.29289 11.2929C2.10536 11.4804 2 11.7348 2 12C2 13.9778 2.58649 15.9112 3.6853 17.5557C4.78412 19.2002 6.3459 20.4819 8.17317 21.2388C10.0004 21.9957 12.0111 22.1937 13.9509 21.8079C15.8907 21.422 17.6725 20.4696 19.0711 19.0711C20.4696 17.6725 21.422 15.8907 21.8079 13.9509C22.1937 12.0111 21.9957 10.0004 21.2388 8.17317C20.4819 6.3459 19.2002 4.78412 17.5557 3.6853C15.9112 2.58649 13.9778 2 12 2Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAnalyticsdata = IconAnalyticsdata;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAnalyticspiechart = 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 IconAnalyticspiechart = 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.0001 17C10.8565 16.9935 9.74973 16.5952 8.86427 15.8715C7.9788 15.1477 7.36819 14.1423 7.13425 13.0229C6.9003 11.9035 7.05717 10.7377 7.57868 9.71994C8.1002 8.70217 8.95485 7.89393 10.0001 7.43V2.2C8.2303 2.56175 6.59152 3.39613 5.25786 4.61453C3.9242 5.83292 2.94548 7.38981 2.42567 9.11981C1.90585 10.8498 1.86435 12.6883 2.30558 14.44C2.74681 16.1917 3.65429 17.7912 4.93162 19.0685C6.20894 20.3458 7.80841 21.2533 9.56011 21.6945C11.3118 22.1358 13.1503 22.0943 14.8803 21.5745C16.6103 21.0546 18.1672 20.0759 19.3856 18.7423C20.604 17.4086 21.4384 15.7698 21.8001 14H16.5701C16.1818 14.8897 15.5429 15.6471 14.7314 16.1799C13.9199 16.7126 12.9709 16.9976 12.0001 17ZM14.0001 12H22.0001C22.0001 10.6868 21.7415 9.38642 21.2389 8.17317C20.7364 6.95991 19.9998 5.85752 19.0712 4.92893C18.1426 4.00035 17.0402 3.26375 15.827 2.7612C14.6137 2.25866 13.3133 2 12.0001 2V10C12.0001 10.5304 12.2108 11.0391 12.5859 11.4142C12.961 11.7893 13.4697 12 14.0001 12Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAnalyticspiechart = IconAnalyticspiechart;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAnalyticspiecharttree = 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 IconAnalyticspiecharttree = 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.8999 10.9998H21.9999C21.7673 8.69691 20.7431 6.54601 19.1018 4.9139C17.4606 3.28179 15.304 2.26955 12.9999 2.0498V7.0998C13.9608 7.29577 14.8428 7.76998 15.5363 8.46342C16.2297 9.15686 16.7039 10.0389 16.8999 10.9998ZM12.9999 16.8898V21.9998C15.3117 21.7782 17.4744 20.7587 19.1166 19.1165C20.7588 17.4743 21.7782 15.3117 21.9999 12.9998H16.8999C16.7022 13.9589 16.2272 14.8388 15.5339 15.5303C14.8406 16.2218 13.9594 16.6945 12.9999 16.8898ZM1.99988 11.9998C1.98741 14.4875 2.90263 16.8905 4.56681 18.7396C6.231 20.5887 8.52465 21.7511 10.9999 21.9998V16.8998C9.86959 16.6703 8.85341 16.0571 8.1235 15.1641C7.3936 14.2711 6.99487 13.1532 6.99487 11.9998C6.99487 10.8464 7.3936 9.72856 8.1235 8.83555C8.85341 7.94253 9.86959 7.32932 10.9999 7.0998V2.0998C8.54181 2.34682 6.26217 3.49497 4.60036 5.32296C2.93855 7.15095 2.01221 9.52938 1.99988 11.9998Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAnalyticspiecharttree = IconAnalyticspiecharttree;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconAnalyticspiecharttwo = 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 IconAnalyticspiecharttwo = 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.7201 5.66049L16.1501 9.23049C16.6468 9.98427 16.9302 10.8585 16.9702 11.7603C17.0102 12.6622 16.8052 13.558 16.3772 14.3528C15.9491 15.1476 15.3138 15.8116 14.5388 16.2745C13.7637 16.7373 12.8778 16.9817 11.9751 16.9817C11.0724 16.9817 10.1865 16.7373 9.41144 16.2745C8.6364 15.8116 8.00113 15.1476 7.57304 14.3528C7.14496 13.558 6.94003 12.6622 6.98001 11.7603C7.01999 10.8585 7.30338 9.98427 7.8001 9.23049L4.2301 5.66049C3.0331 7.12606 2.27649 8.90118 2.04816 10.7796C1.81984 12.6581 2.12918 14.5628 2.94024 16.2724C3.75131 17.9821 5.0308 19.4265 6.63009 20.4379C8.22939 21.4493 10.0828 21.9862 11.9751 21.9862C13.8674 21.9862 15.7208 21.4493 17.3201 20.4379C18.9194 19.4265 20.1989 17.9821 21.01 16.2724C21.821 14.5628 22.1304 12.6581 21.902 10.7796C21.6737 8.90118 20.9171 7.12606 19.7201 5.66049ZM14.7201 7.82049L18.3001 4.25049C16.5146 2.79248 14.2803 1.99609 11.9751 1.99609C9.66995 1.99609 7.43558 2.79248 5.6501 4.25049L9.2201 7.82049C10.0376 7.28075 10.9955 6.99302 11.9751 6.99302C12.9547 6.99302 13.9127 7.28075 14.7301 7.82049H14.7201Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconAnalyticspiecharttwo = IconAnalyticspiecharttwo;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconCompoundinterest = 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 IconCompoundinterest = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
...props,
|
|
15
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
16
|
+
d: "M20 19H5V17.09C5.41 17.09 5.8 17.09 6.18 17.09C13.18 17.09 16.34 13.01 18.86 7.7L19.05 8.28C19.1101 8.48608 19.2349 8.66736 19.406 8.79702C19.5771 8.92668 19.7853 8.99785 20 9C20.1062 9.01371 20.2138 9.01371 20.32 9C20.4553 8.96423 20.5816 8.90046 20.6907 8.81281C20.7998 8.72516 20.8893 8.61558 20.9534 8.49116C21.0175 8.36674 21.0548 8.23025 21.0628 8.09052C21.0708 7.95079 21.0494 7.81094 21 7.68L20 4.68C19.9583 4.55506 19.8922 4.43959 19.8057 4.34024C19.7192 4.24089 19.6139 4.1596 19.4959 4.10106C19.3779 4.04252 19.2495 4.00787 19.1181 3.99911C18.9866 3.99035 18.8547 4.00764 18.73 4.05L15.73 5.05C15.4714 5.12824 15.2545 5.306 15.127 5.54417C14.9994 5.78234 14.9718 6.06141 15.05 6.32C15.1282 6.57859 15.306 6.7955 15.5442 6.92303C15.7823 7.05055 16.0614 7.07824 16.32 7L17.16 6.72C14.68 12 11.86 15.53 5 15.07V4C5 3.73478 4.89464 3.48043 4.70711 3.29289C4.51957 3.10536 4.26522 3 4 3C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20C21 19.7348 20.8946 19.4804 20.7071 19.2929C20.5196 19.1054 20.2652 19 20 19Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
exports.IconCompoundinterest = IconCompoundinterest;
|
|
@@ -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;
|