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
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDigitalecosystem = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M14.5002 19.0001C14.2066 19.0012 13.9197 19.0879 13.6746 19.2495C13.4295 19.4111 13.2369 19.6407 13.1202 19.9101C12.7499 19.9701 12.3754 20.0002 12.0002 20.0001C10.4968 19.9917 9.02628 19.5598 7.75709 18.754C6.4879 17.9482 5.47146 16.801 4.82429 15.444C4.17712 14.0871 3.92541 12.5752 4.09802 11.0817C4.27063 9.58829 4.86057 8.1737 5.80022 7.00013H6.00022C6.29291 7.00143 6.57959 6.91707 6.82493 6.75744C7.07026 6.59782 7.26354 6.3699 7.38094 6.10178C7.49834 5.83367 7.53473 5.53706 7.48563 5.24851C7.43652 4.95996 7.30408 4.69209 7.10461 4.47789C6.90513 4.26369 6.64735 4.11253 6.36303 4.04304C6.0787 3.97354 5.78026 3.98875 5.50447 4.08678C5.22868 4.18482 4.9876 4.3614 4.81093 4.59477C4.63427 4.82813 4.52974 5.10808 4.51022 5.40013C3.14363 6.96015 2.29589 8.90647 2.08438 10.9696C1.87286 13.0327 2.30805 15.1106 3.32967 16.9154C4.35129 18.7203 5.9088 20.1629 7.78653 21.0434C9.66427 21.9239 11.7693 22.1989 13.8102 21.8301C14.0246 21.9378 14.2604 21.9959 14.5002 22.0001C14.8888 21.9979 15.2615 21.8459 15.5409 21.5758C15.8203 21.3058 15.9848 20.9384 16.0002 20.5501V20.5001C16.0002 20.1023 15.8422 19.7208 15.5609 19.4395C15.2796 19.1582 14.898 19.0001 14.5002 19.0001ZM9.50022 5.00013C9.79269 4.99988 10.0788 4.91469 10.3238 4.75492C10.5688 4.59515 10.7621 4.36767 10.8802 4.10013C12.8553 3.80171 14.8697 4.27043 16.5102 5.41013C16.5102 5.41013 16.5102 5.47013 16.5102 5.50013C16.5102 5.79722 16.5985 6.08763 16.7637 6.33451C16.929 6.5814 17.1639 6.77365 17.4385 6.88688C17.7132 7.00011 18.0153 7.02922 18.3066 6.97053C18.5978 6.91184 18.865 6.76798 19.0744 6.5572C19.2838 6.34642 19.4259 6.07821 19.4826 5.78659C19.5394 5.49496 19.5082 5.19305 19.3931 4.91914C19.2781 4.64523 19.0843 4.41166 18.8363 4.24805C18.5883 4.08443 18.2973 3.99815 18.0002 4.00013C16.9035 3.17557 15.6473 2.58799 14.3115 2.27468C12.9756 1.96137 11.5892 1.92917 10.2402 2.18013C10.0127 2.05871 9.75812 1.9968 9.50022 2.00013C9.1024 2.00013 8.72086 2.15816 8.43956 2.43947C8.15826 2.72077 8.00022 3.1023 8.00022 3.50013C8.00022 3.89795 8.15826 4.27948 8.43956 4.56079C8.72086 4.84209 9.1024 5.00013 9.50022 5.00013ZM21.8302 10.1901C21.9379 9.97578 21.996 9.73996 22.0002 9.50013C21.998 9.11156 21.846 8.73883 21.5759 8.45945C21.3059 8.18008 20.9385 8.01556 20.5502 8.00013H20.5002C20.1543 7.99964 19.8188 8.11873 19.5506 8.33722C19.2825 8.55572 19.098 8.8602 19.0286 9.19909C18.9592 9.53797 19.009 9.89044 19.1697 10.1968C19.3304 10.5031 19.592 10.7446 19.9102 10.8801C19.9702 11.2504 20.0003 11.625 20.0002 12.0001C19.9875 13.8232 19.3524 15.5873 18.2002 17.0001C17.9234 17.0567 17.6682 17.1903 17.464 17.3855C17.2598 17.5807 17.1149 17.8296 17.0459 18.1036C16.9769 18.3776 16.9868 18.6655 17.0742 18.9341C17.1617 19.2027 17.3232 19.4412 17.5403 19.6221C17.7573 19.803 18.021 19.9188 18.301 19.9564C18.581 19.994 18.8659 19.9517 19.123 19.8345C19.38 19.7173 19.5987 19.5298 19.7539 19.2938C19.9091 19.0577 19.9945 18.7826 20.0002 18.5001C19.9972 18.3542 19.9737 18.2094 19.9302 18.0701C20.7856 16.9654 21.3971 15.692 21.7246 14.3337C22.0521 12.9755 22.0881 11.5633 21.8302 10.1901ZM12.0002 10.0001C11.6047 10.0001 11.218 10.1174 10.8891 10.3372C10.5602 10.557 10.3038 10.8693 10.1525 11.2348C10.0011 11.6002 9.96148 12.0023 10.0386 12.3903C10.1158 12.7783 10.3063 13.1346 10.586 13.4143C10.8657 13.694 11.2221 13.8845 11.61 13.9617C11.998 14.0389 12.4001 13.9993 12.7656 13.8479C13.131 13.6965 13.4434 13.4402 13.6632 13.1113C13.8829 12.7824 14.0002 12.3957 14.0002 12.0001C14.0002 11.4697 13.7895 10.961 13.4144 10.5859C13.0394 10.2108 12.5307 10.0001 12.0002 10.0001ZM18.5002 11.5001C18.5004 11.2534 18.4398 11.0103 18.3236 10.7926C18.2074 10.5749 18.0393 10.3892 17.8342 10.252C17.6291 10.1148 17.3933 10.0303 17.1477 10.0061C16.9021 9.98181 16.6544 10.0185 16.4264 10.1129C16.1984 10.2073 15.9972 10.3565 15.8406 10.5473C15.6841 10.7381 15.5771 10.9645 15.529 11.2065C15.4809 11.4486 15.4933 11.6987 15.565 11.9349C15.6367 12.171 15.7656 12.3857 15.9402 12.5601C15.8403 13.2988 15.536 13.9948 15.0616 14.5698C14.5872 15.1447 13.9616 15.5757 13.2554 15.814C12.5491 16.0524 11.7903 16.0886 11.0646 15.9187C10.3388 15.7488 9.67495 15.3795 9.14788 14.8525C8.62081 14.3254 8.2515 13.6615 8.0816 12.9358C7.9117 12.21 7.94797 11.4512 8.18633 10.745C8.42468 10.0387 8.85563 9.41311 9.43056 8.93872C10.0055 8.46433 10.7016 8.16003 11.4402 8.06013C11.6524 8.28132 11.9268 8.43273 12.227 8.49423C12.5273 8.55572 12.8391 8.5244 13.1212 8.40442C13.4032 8.28443 13.642 8.08147 13.8059 7.8225C13.9698 7.56354 14.0511 7.26082 14.0388 6.95458C14.0266 6.64835 13.9214 6.35309 13.7374 6.10804C13.5533 5.86299 13.299 5.67975 13.0083 5.58268C12.7176 5.48561 12.4042 5.47929 12.1099 5.56457C11.8155 5.64985 11.554 5.82269 11.3602 6.06013C10.2339 6.17973 9.16438 6.61571 8.27543 7.31766C7.38647 8.01961 6.71437 8.95885 6.33684 10.0268C5.95932 11.0947 5.89179 12.2476 6.14206 13.3523C6.39234 14.457 6.95019 15.4683 7.75112 16.2692C8.55205 17.0702 9.56333 17.628 10.668 17.8783C11.7727 18.1286 12.9257 18.061 13.9936 17.6835C15.0615 17.306 16.0007 16.6339 16.7027 15.7449C17.4046 14.856 17.8406 13.7865 17.9602 12.6601C18.1313 12.5195 18.2686 12.3423 18.3621 12.1415C18.4555 11.9407 18.5027 11.7216 18.5002 11.5001Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDigitalselfservice = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19.4999 10.4999C19.2903 10.5011 19.0831 10.5462 18.8919 10.6323C18.7008 10.7184 18.5297 10.8436 18.3899 10.9999H14.3899L17.3899 7.99995H17.4699C17.7678 8.00591 18.0607 7.92302 18.3113 7.76187C18.5619 7.60071 18.7588 7.36858 18.877 7.09507C18.9951 6.82155 19.0291 6.51906 18.9747 6.22614C18.9202 5.93322 18.7798 5.66315 18.5713 5.45036C18.3627 5.23756 18.0956 5.0917 17.8038 5.03134C17.512 4.97099 17.2089 4.99889 16.9331 5.11149C16.6572 5.22409 16.4212 5.41628 16.255 5.66356C16.0888 5.91084 16 6.20201 15.9999 6.49995C15.9999 6.49995 15.9999 6.49995 15.9999 6.57995L12.9999 9.57995V5.57995C13.2264 5.37742 13.386 5.11092 13.4576 4.8157C13.5293 4.52049 13.5096 4.21047 13.4012 3.92668C13.2928 3.64289 13.1008 3.3987 12.8506 3.22643C12.6004 3.05415 12.3037 2.96191 11.9999 2.96191C11.6962 2.96191 11.3995 3.05415 11.1493 3.22643C10.8991 3.3987 10.7071 3.64289 10.5987 3.92668C10.4903 4.21047 10.4706 4.52049 10.5423 4.8157C10.6139 5.11092 10.7735 5.37742 10.9999 5.57995V9.57995L7.99995 6.57995C7.99995 6.57995 7.99995 6.57995 7.99995 6.49995C7.99995 6.20328 7.91197 5.91327 7.74715 5.66659C7.58233 5.41992 7.34806 5.22766 7.07397 5.11413C6.79988 5.0006 6.49828 4.97089 6.20731 5.02877C5.91634 5.08665 5.64907 5.22951 5.43929 5.43929C5.22951 5.64907 5.08665 5.91634 5.02877 6.20731C4.97089 6.49828 5.0006 6.79988 5.11413 7.07397C5.22766 7.34806 5.41992 7.58233 5.66659 7.74715C5.91327 7.91197 6.20328 7.99995 6.49995 7.99995H6.57995L9.57995 10.9999H5.57995C5.37742 10.7735 5.11092 10.6139 4.8157 10.5423C4.52049 10.4706 4.21047 10.4903 3.92668 10.5987C3.64289 10.7071 3.3987 10.8991 3.22643 11.1493C3.05415 11.3995 2.96191 11.6962 2.96191 11.9999C2.96191 12.3037 3.05415 12.6004 3.22643 12.8506C3.3987 13.1008 3.64289 13.2928 3.92668 13.4012C4.21047 13.5096 4.52049 13.5293 4.8157 13.4576C5.11092 13.386 5.37742 13.2264 5.57995 12.9999H9.57995L6.57995 15.9999H6.49995C6.20328 15.9999 5.91327 16.0879 5.66659 16.2527C5.41992 16.4176 5.22766 16.6518 5.11413 16.9259C5.0006 17.2 4.97089 17.5016 5.02877 17.7926C5.08665 18.0836 5.22951 18.3508 5.43929 18.5606C5.64907 18.7704 5.91634 18.9132 6.20731 18.9711C6.49828 19.029 6.79988 18.9993 7.07397 18.8858C7.34806 18.7722 7.58233 18.58 7.74715 18.3333C7.91197 18.0866 7.99995 17.7966 7.99995 17.4999C7.99995 17.4999 7.99995 17.4499 7.99995 17.4199L10.9999 14.4199V18.4199C10.7735 18.6225 10.6139 18.889 10.5423 19.1842C10.4706 19.4794 10.4903 19.7894 10.5987 20.0732C10.7071 20.357 10.8991 20.6012 11.1493 20.7735C11.3995 20.9457 11.6962 21.038 11.9999 21.038C12.3037 21.038 12.6004 20.9457 12.8506 20.7735C13.1008 20.6012 13.2928 20.357 13.4012 20.0732C13.5096 19.7894 13.5293 19.4794 13.4576 19.1842C13.386 18.889 13.2264 18.6225 12.9999 18.4199V14.4199L15.9999 17.4199C15.9999 17.4199 15.9999 17.4199 15.9999 17.4999C15.9999 17.7966 16.0879 18.0866 16.2527 18.3333C16.4176 18.58 16.6518 18.7722 16.9259 18.8858C17.2 18.9993 17.5016 19.029 17.7926 18.9711C18.0836 18.9132 18.3508 18.7704 18.5606 18.5606C18.7704 18.3508 18.9132 18.0836 18.9711 17.7926C19.029 17.5016 18.9993 17.2 18.8858 16.9259C18.7722 16.6518 18.58 16.4176 18.3333 16.2527C18.0866 16.0879 17.7966 15.9999 17.4999 15.9999H17.4199L14.4199 12.9999H18.4199C18.587 13.1867 18.7981 13.3286 19.0341 13.4128C19.2701 13.4969 19.5234 13.5206 19.7709 13.4817C20.0184 13.4428 20.2523 13.3425 20.451 13.19C20.6498 13.0375 20.8072 12.8376 20.9089 12.6086C21.0106 12.3796 21.0533 12.1288 21.0331 11.8791C21.0129 11.6294 20.9305 11.3887 20.7934 11.179C20.6562 10.9693 20.4688 10.7973 20.2481 10.6787C20.0274 10.5601 19.7805 10.4986 19.5299 10.4999H19.4999ZM12.7099 12.7099C12.5698 12.849 12.3916 12.9434 12.1978 12.9813C12.0041 13.0193 11.8034 12.999 11.6212 12.923C11.4389 12.8471 11.2832 12.7189 11.1737 12.5547C11.0642 12.3904 11.0057 12.1974 11.0057 11.9999C11.0057 11.8025 11.0642 11.6095 11.1737 11.4452C11.2832 11.281 11.4389 11.1528 11.6212 11.0769C11.8034 11.0009 12.0041 10.9806 12.1978 11.0186C12.3916 11.0565 12.5698 11.1509 12.7099 11.2899C12.8037 11.3829 12.8781 11.4935 12.9288 11.6154C12.9796 11.7372 13.0057 11.8679 13.0057 11.9999C13.0057 12.132 12.9796 12.2627 12.9288 12.3845C12.8781 12.5064 12.8037 12.617 12.7099 12.7099Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDistribution = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19 10C19.3956 10 19.7822 9.8827 20.1111 9.66294C20.44 9.44318 20.6964 9.13082 20.8478 8.76537C20.9991 8.39991 21.0387 7.99778 20.9616 7.60982C20.8844 7.22186 20.6939 6.86549 20.4142 6.58579C20.1345 6.30608 19.7781 6.1156 19.3902 6.03843C19.0022 5.96126 18.6001 6.00087 18.2346 6.15224C17.8692 6.30362 17.5568 6.55996 17.3371 6.88886C17.1173 7.21776 17 7.60444 17 8C16.9956 8.06326 16.9956 8.12674 17 8.19L13.7 10.54C13.4773 10.3882 13.2351 10.2671 12.98 10.18V5.72C13.286 5.54803 13.5414 5.29855 13.7204 4.99663C13.8994 4.69471 13.9959 4.35099 14 4C14 3.46957 13.7893 2.96086 13.4142 2.58579C13.0391 2.21071 12.5304 2 12 2C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4C10.0021 4.34903 10.0955 4.69143 10.2709 4.99317C10.4464 5.29491 10.6977 5.54549 11 5.72V10.18C10.5806 10.3293 10.1997 10.5701 9.8849 10.8849C9.57011 11.1997 9.32932 11.5806 9.18 12H6.72C6.54549 11.6977 6.29491 11.4464 5.99317 11.2709C5.69143 11.0955 5.34903 11.0021 5 11C4.46957 11 3.96086 11.2107 3.58579 11.5858C3.21071 11.9609 3 12.4696 3 13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15C5.34903 14.9979 5.69143 14.9045 5.99317 14.7291C6.29491 14.5536 6.54549 14.3023 6.72 14H9.18C9.38966 14.5763 9.7655 15.0774 10.26 15.44L9.51 18.07C9.14654 18.1619 8.81621 18.354 8.55669 18.6246C8.29718 18.8951 8.11893 19.2331 8.04227 19.6001C7.96562 19.9671 7.99365 20.3482 8.12317 20.7C8.25269 21.0518 8.47847 21.3601 8.77478 21.5898C9.07108 21.8195 9.42597 21.9612 9.79896 21.9989C10.1719 22.0366 10.548 21.9687 10.8843 21.8029C11.2205 21.6372 11.5034 21.3803 11.7007 21.0615C11.898 20.7427 12.0017 20.3749 12 20C12.0005 19.4816 11.7998 18.9832 11.44 18.61L12.19 16C12.6602 15.9741 13.1169 15.8333 13.52 15.59L16 17.66C16 17.77 16 17.88 16 18C16 18.3956 16.1173 18.7822 16.3371 19.1111C16.5568 19.44 16.8692 19.6964 17.2346 19.8478C17.6001 19.9991 18.0022 20.0387 18.3902 19.9616C18.7781 19.8844 19.1345 19.6939 19.4142 19.4142C19.6939 19.1345 19.8844 18.7781 19.9616 18.3902C20.0387 18.0022 19.9991 17.6001 19.8478 17.2346C19.6964 16.8692 19.44 16.5568 19.1111 16.3371C18.7822 16.1173 18.3956 16 18 16C17.7673 16.0015 17.5369 16.0456 17.32 16.13L14.81 14C14.9255 13.6787 14.9896 13.3412 15 13C14.9983 12.7217 14.9544 12.4452 14.87 12.18L18.18 9.82C18.4375 9.93734 18.717 9.99869 19 10Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocument = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M13 6V2H7.5C6.83696 2 6.20107 2.26339 5.73223 2.73223C5.26339 3.20107 5 3.83696 5 4.5V19.5C5 20.163 5.26339 20.7989 5.73223 21.2678C6.20107 21.7366 6.83696 22 7.5 22H17.5C18.163 22 18.7989 21.7366 19.2678 21.2678C19.7366 20.7989 20 20.163 20 19.5V9H16C15.2044 9 14.4413 8.68393 13.8787 8.12132C13.3161 7.55871 13 6.79565 13 6ZM16 7H20C19.9978 6.47042 19.7856 5.96335 19.41 5.59L16.41 2.59C16.0366 2.21441 15.5296 2.00223 15 2V6C15 6.26522 15.1054 6.51957 15.2929 6.70711C15.4804 6.89464 15.7348 7 16 7Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentdoc = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M8.86 15.53H8.32C8.32 15.53 8.26 15.54 8.26 15.59V17.89C8.26 17.89 8.27 17.95 8.32 17.95H8.86C9.05 17.95 9.24 17.88 9.35 17.71C9.45 17.54 9.46 17.15 9.46 16.74C9.46 16.33 9.46 15.95 9.35 15.77C9.25 15.6 9.06 15.53 8.86 15.53Z M12.76 15.5C12.56 15.5 12.38 15.58 12.27 15.77C12.17 15.95 12.16 16.33 12.16 16.74C12.16 17.15 12.17 17.53 12.27 17.71C12.37 17.9 12.56 17.98 12.76 17.98C12.96 17.98 13.14 17.9 13.25 17.71C13.35 17.54 13.36 17.15 13.36 16.74C13.36 16.33 13.35 15.95 13.25 15.77C13.15 15.58 12.96 15.5 12.76 15.5Z M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.27 18.45C9.91 18.89 9.42 19 8.9 19H7.67C7.4 19 7.15 18.88 7.15 18.51V14.97C7.15 14.6 7.4 14.47 7.67 14.47H8.9C9.42 14.47 9.91 14.58 10.27 15.02C10.54 15.35 10.6 15.94 10.6 16.73C10.6 17.52 10.54 18.12 10.27 18.45ZM14.17 18.45C13.81 18.91 13.28 19.03 12.76 19.03C12.24 19.03 11.71 18.91 11.35 18.45C11.08 18.11 11.02 17.53 11.02 16.74C11.02 15.95 11.08 15.37 11.35 15.03C11.71 14.57 12.24 14.45 12.76 14.45C13.28 14.45 13.81 14.57 14.17 15.03C14.44 15.37 14.5 15.95 14.5 16.74C14.5 17.53 14.44 18.11 14.17 18.45ZM17.99 18.45C17.83 18.65 17.37 19.02 16.62 19.02C16.18 19.02 15.59 18.89 15.25 18.44C14.98 18.08 14.92 17.48 14.92 16.73C14.92 15.98 14.97 15.36 15.25 15.02C15.61 14.56 16.13 14.44 16.62 14.44C17.07 14.44 17.47 14.56 17.78 14.82C17.92 14.94 18.03 15.05 18.03 15.27C18.03 15.52 17.76 15.82 17.5 15.82C17.38 15.82 17.29 15.8 17.22 15.74C17 15.54 16.87 15.5 16.64 15.5C16.46 15.5 16.26 15.58 16.16 15.77C16.06 15.97 16.05 16.29 16.05 16.74C16.05 17.19 16.05 17.51 16.16 17.71C16.26 17.91 16.44 17.98 16.64 17.98C16.81 17.98 17.04 17.9 17.25 17.69C17.34 17.6 17.44 17.53 17.58 17.53C17.84 17.53 18.13 17.85 18.13 18.08C18.13 18.26 18.08 18.34 17.99 18.45Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentjpg = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M12.4 15.54H11.74C11.74 15.54 11.68 15.55 11.68 15.6V16.38C11.68 16.38 11.69 16.44 11.74 16.44H12.4C12.65 16.44 12.82 16.28 12.82 16C12.82 15.72 12.65 15.54 12.4 15.54Z M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM9.78 17.69C9.78 18.54 9.24 19.03 8.36 19.03C7.88 19.03 7.48 18.82 7.24 18.41C7.18 18.31 7.16 18.22 7.16 18.14C7.16 17.88 7.44 17.65 7.7 17.65C7.83 17.65 7.96 17.71 8.06 17.86C8.11 17.94 8.2 17.98 8.31 17.98C8.5 17.98 8.67 17.86 8.67 17.6V14.92C8.67 14.55 8.97 14.46 9.22 14.46C9.48 14.46 9.78 14.55 9.78 14.92V17.69ZM12.55 17.48L11.74 17.49C11.74 17.49 11.68 17.5 11.68 17.55V18.56C11.68 18.93 11.38 19.02 11.12 19.02C10.86 19.02 10.57 18.93 10.57 18.56V14.97C10.57 14.6 10.82 14.47 11.09 14.47H12.55C13.33 14.47 13.95 14.96 13.95 15.98C13.95 17 13.33 17.48 12.55 17.48ZM17.7 17.4C17.7 17.87 17.55 18.25 17.39 18.46C17.03 18.91 16.54 19.03 16.03 19.03C15.52 19.03 14.98 18.91 14.62 18.45C14.35 18.11 14.29 17.53 14.29 16.74C14.29 15.95 14.35 15.37 14.62 15.03C14.98 14.57 15.5 14.45 16.04 14.45C16.51 14.45 16.91 14.55 17.22 14.77C17.36 14.87 17.45 14.97 17.45 15.2C17.45 15.46 17.18 15.75 16.92 15.75C16.8 15.75 16.72 15.71 16.65 15.67C16.42 15.54 16.29 15.49 16.05 15.49C15.83 15.49 15.64 15.57 15.54 15.76C15.44 15.94 15.43 16.32 15.43 16.73C15.43 17.14 15.44 17.52 15.54 17.7C15.64 17.89 15.83 17.97 16.03 17.97C16.23 17.97 16.35 17.9 16.47 17.78C16.52 17.74 16.59 17.59 16.59 17.47V17.43C16.59 17.43 16.57 17.37 16.53 17.37H16.45C16.09 17.37 15.98 17.12 15.98 16.85C15.98 16.58 16.09 16.32 16.45 16.32H17.29C17.55 16.32 17.69 16.49 17.69 16.72L17.7 17.4Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentodt = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M18.27 2.73C17.8 2.26 17.17 2 16.5 2H9C8.47 2 7.96 2.21 7.59 2.59L4.59 5.59C4.21 5.96 4 6.47 4 7V19.5C4 20.16 4.26 20.8 4.73 21.27C5.2 21.74 5.83 22 6.5 22H16.5C17.16 22 17.8 21.74 18.27 21.27C18.74 20.8 19 20.17 19 19.5V4.5C19 3.84 18.74 3.2 18.27 2.73ZM8.98 18.41C8.61 18.87 8.07 19 7.55 19C7.03 19 6.49 18.88 6.12 18.41C5.85 18.07 5.78 17.47 5.78 16.67C5.78 15.87 5.85 15.28 6.12 14.93C6.49 14.47 7.02 14.34 7.55 14.34C8.08 14.34 8.61 14.47 8.98 14.93C9.25 15.27 9.32 15.87 9.32 16.67C9.32 17.47 9.25 18.06 8.98 18.41ZM13.13 18.41C12.77 18.86 12.27 18.97 11.74 18.97H10.49C10.21 18.97 9.96 18.85 9.96 18.47V14.88C9.96 14.5 10.21 14.37 10.49 14.37H11.74C12.27 14.37 12.76 14.48 13.13 14.93C13.41 15.27 13.47 15.87 13.47 16.67C13.47 17.47 13.41 18.07 13.13 18.41ZM16.74 15.44H16.07C16.07 15.44 16.01 15.45 16.01 15.5V18.53C16.01 18.91 15.71 19 15.45 19C15.19 19 14.88 18.91 14.88 18.53V15.5C14.88 15.5 14.87 15.44 14.82 15.44H14.17C13.8 15.44 13.69 15.18 13.69 14.91C13.69 14.63 13.8 14.37 14.17 14.37H16.73C17.1 14.37 17.21 14.63 17.21 14.91C17.21 15.19 17.1 15.44 16.73 15.44H16.74Z M11.7 15.44H11.15C11.15 15.44 11.09 15.45 11.09 15.5V17.84C11.09 17.84 11.1 17.9 11.15 17.9H11.7C11.9 17.9 12.09 17.83 12.2 17.66C12.3 17.49 12.31 17.09 12.31 16.68C12.31 16.27 12.31 15.87 12.2 15.69C12.1 15.52 11.9 15.45 11.7 15.45V15.44Z M7.54 15.42C7.34 15.42 7.15 15.5 7.04 15.69C6.94 15.87 6.93 16.26 6.93 16.68C6.93 17.1 6.94 17.49 7.04 17.66C7.15 17.85 7.34 17.93 7.54 17.93C7.74 17.93 7.93 17.85 8.04 17.66C8.14 17.48 8.15 17.09 8.15 16.68C8.15 16.27 8.14 15.87 8.04 15.69C7.93 15.5 7.74 15.42 7.54 15.42Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentpdf = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM9.08 17.47H8.26C8.26 17.47 8.2 17.48 8.2 17.53V18.54C8.2 18.91 7.9 19 7.64 19C7.38 19 7.09 18.91 7.09 18.54V14.95C7.09 14.58 7.34 14.45 7.61 14.45H9.07C9.85 14.45 10.47 14.94 10.47 15.96C10.47 16.98 9.86 17.47 9.08 17.47ZM14.15 18.43C13.79 18.87 13.31 18.98 12.79 18.98H11.56C11.29 18.98 11.04 18.86 11.04 18.49V14.95C11.04 14.58 11.29 14.45 11.56 14.45H12.79C13.31 14.45 13.8 14.56 14.15 15C14.42 15.33 14.48 15.92 14.48 16.71C14.48 17.5 14.42 18.1 14.15 18.43ZM17.72 15.51H16.28C16.28 15.51 16.22 15.52 16.22 15.57V16.06C16.22 16.06 16.23 16.12 16.28 16.12H17.31C17.67 16.12 17.78 16.37 17.78 16.65C17.78 16.93 17.67 17.17 17.31 17.17H16.28C16.28 17.17 16.22 17.18 16.22 17.23V18.54C16.22 18.91 15.92 19 15.66 19C15.4 19 15.11 18.91 15.11 18.54V14.95C15.11 14.58 15.36 14.45 15.63 14.45H17.71C18.07 14.45 18.18 14.7 18.18 14.98C18.18 15.26 18.08 15.51 17.72 15.51Z M8.92 15.51H8.26C8.26 15.51 8.2 15.52 8.2 15.57V16.35C8.2 16.35 8.21 16.41 8.26 16.41H8.92C9.17 16.41 9.34 16.25 9.34 15.97C9.34 15.69 9.17 15.51 8.92 15.51Z M12.74 15.51H12.2C12.2 15.51 12.14 15.52 12.14 15.57V17.87C12.14 17.87 12.15 17.93 12.2 17.93H12.74C12.94 17.93 13.12 17.86 13.23 17.69C13.33 17.52 13.34 17.13 13.34 16.72C13.34 16.31 13.34 15.93 13.23 15.75C13.13 15.58 12.94 15.51 12.74 15.51Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentpng = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M8.75 15.54H8.09C8.09 15.54 8.03 15.55 8.03 15.6V16.38C8.03 16.38 8.04 16.44 8.09 16.44H8.75C9 16.44 9.17 16.28 9.17 16C9.17 15.72 9 15.54 8.75 15.54Z M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM8.91 17.49H8.09C8.09 17.49 8.03 17.5 8.03 17.55V18.56C8.03 18.93 7.73 19.02 7.47 19.02C7.21 19.02 6.92 18.93 6.92 18.56V14.97C6.92 14.6 7.17 14.47 7.44 14.47H8.9C9.68 14.47 10.3 14.96 10.3 15.98C10.3 17 9.69 17.49 8.91 17.49ZM14.25 18.45C14.25 18.89 14.03 19.02 13.67 19.02C13.42 19.02 13.25 18.94 13.08 18.62L12.06 16.74C12.06 16.74 12.04 16.7 12.01 16.7C11.98 16.7 11.98 16.75 11.98 16.75V18.56C11.98 18.93 11.68 19.02 11.42 19.02C11.16 19.02 10.87 18.93 10.87 18.56V15.02C10.87 14.58 11.09 14.45 11.45 14.45C11.7 14.45 11.87 14.53 12.04 14.85L13.06 16.7C13.06 16.7 13.08 16.74 13.11 16.74C13.14 16.74 13.14 16.69 13.14 16.69V14.92C13.14 14.55 13.44 14.46 13.7 14.46C13.96 14.46 14.25 14.55 14.25 14.92V18.46V18.45ZM18.31 17.4C18.31 17.87 18.16 18.25 18 18.46C17.64 18.91 17.15 19.03 16.64 19.03C16.13 19.03 15.59 18.91 15.23 18.45C14.96 18.11 14.9 17.53 14.9 16.74C14.9 15.95 14.96 15.37 15.23 15.03C15.59 14.57 16.11 14.45 16.65 14.45C17.12 14.45 17.52 14.55 17.83 14.77C17.97 14.87 18.06 14.97 18.06 15.2C18.06 15.46 17.79 15.75 17.53 15.75C17.41 15.75 17.34 15.71 17.26 15.67C17.03 15.54 16.9 15.49 16.66 15.49C16.44 15.49 16.25 15.57 16.15 15.76C16.05 15.94 16.04 16.32 16.04 16.73C16.04 17.14 16.05 17.52 16.15 17.7C16.25 17.89 16.44 17.97 16.64 17.97C16.84 17.97 16.96 17.9 17.08 17.78C17.13 17.74 17.2 17.59 17.2 17.47V17.43C17.2 17.43 17.18 17.37 17.14 17.37H17.06C16.7 17.37 16.59 17.12 16.59 16.85C16.59 16.58 16.7 16.32 17.06 16.32H17.9C18.16 16.32 18.3 16.49 18.3 16.72L18.31 17.4Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentraw = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM9.01 19.05C8.87 19.05 8.72 18.98 8.6 18.78L7.84 17.45C7.81 17.39 7.79 17.39 7.74 17.39H7.39C7.39 17.39 7.33 17.39 7.33 17.45V18.59C7.33 18.96 7.03 19.05 6.77 19.05C6.51 19.05 6.23 18.96 6.23 18.59V15.01C6.23 14.64 6.48 14.51 6.75 14.51H8.2C8.98 14.51 9.59 14.98 9.59 15.96C9.59 16.58 9.38 16.98 8.97 17.19C8.94 17.2 8.94 17.22 8.94 17.23C8.94 17.23 8.94 17.25 8.95 17.27L9.51 18.24C9.58 18.35 9.6 18.45 9.6 18.53C9.6 18.81 9.28 19.05 9 19.05H9.01ZM13.22 19.05C13.03 19.05 12.82 18.96 12.74 18.69L12.62 18.29C12.6 18.24 12.57 18.21 12.53 18.21H11.26C11.26 18.21 11.19 18.24 11.17 18.29L11.05 18.69C10.97 18.96 10.76 19.05 10.57 19.05C10.3 19.05 10 18.89 10 18.57C10 18.51 10.01 18.43 10.04 18.35L11.16 15.08C11.34 14.57 11.66 14.49 11.91 14.49C12.16 14.49 12.48 14.57 12.66 15.08L13.78 18.35C13.81 18.43 13.82 18.51 13.82 18.57C13.82 18.87 13.54 19.05 13.25 19.05H13.22ZM19.19 15.15L18.3 18.59C18.25 18.78 18.11 19.04 17.8 19.04C17.51 19.04 17.33 18.88 17.24 18.62L16.54 16.5C16.54 16.5 16.5 16.32 16.46 16.32C16.42 16.32 16.39 16.46 16.38 16.5L15.68 18.62C15.59 18.89 15.4 19.04 15.12 19.04C14.81 19.04 14.67 18.78 14.62 18.59L13.73 15.15C13.71 15.08 13.7 15.03 13.7 14.97C13.7 14.65 13.99 14.48 14.29 14.48C14.48 14.48 14.68 14.57 14.75 14.87L15.21 16.72C15.24 16.85 15.24 16.95 15.28 16.95C15.32 16.95 15.34 16.84 15.38 16.71L15.89 14.99C15.97 14.72 16.08 14.48 16.46 14.48C16.84 14.48 16.95 14.72 17.03 14.99L17.54 16.71C17.58 16.84 17.59 16.95 17.64 16.95C17.69 16.95 17.68 16.85 17.71 16.72L18.17 14.87C18.24 14.57 18.44 14.48 18.63 14.48C18.88 14.48 19.22 14.63 19.22 14.97C19.22 15.02 19.22 15.08 19.19 15.15Z M8.05 15.56H7.4C7.4 15.56 7.34 15.57 7.34 15.62V16.27C7.34 16.33 7.35 16.33 7.4 16.33H8.05C8.3 16.33 8.47 16.19 8.47 15.95C8.47 15.71 8.3 15.56 8.05 15.56Z M11.97 15.86C11.94 15.76 11.94 15.68 11.89 15.68C11.84 15.68 11.84 15.76 11.81 15.86L11.45 17.14C11.45 17.14 11.45 17.16 11.45 17.17C11.45 17.2 11.47 17.22 11.5 17.22H12.32C12.32 17.22 12.37 17.2 12.37 17.17C12.37 17.16 12.37 17.14 12.37 17.14L11.97 15.86Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentrtf = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M7.79 15.45H7.12C7.12 15.45 7.06 15.46 7.06 15.51V16.17C7.06 16.23 7.07 16.23 7.12 16.23H7.79C8.04 16.23 8.21 16.09 8.21 15.85C8.21 15.61 8.04 15.45 7.79 15.45Z M18.27 2.73C17.8 2.26 17.17 2 16.5 2H9C8.47 2 7.96 2.21 7.59 2.59L4.59 5.59C4.21 5.96 4 6.47 4 7V19.5C4 20.16 4.26 20.8 4.73 21.27C5.2 21.74 5.83 22 6.5 22H16.5C17.16 22 17.8 21.74 18.27 21.27C18.74 20.8 19 20.17 19 19.5V4.5C19 3.84 18.74 3.2 18.27 2.73ZM8.75 18.99C8.6 18.99 8.47 18.93 8.35 18.72L7.58 17.37C7.55 17.31 7.53 17.31 7.47 17.31H7.11C7.11 17.31 7.05 17.31 7.05 17.37V18.53C7.05 18.91 6.75 19 6.48 19C6.21 19 5.92 18.91 5.92 18.53V14.88C5.92 14.5 6.17 14.37 6.45 14.37H7.93C8.72 14.37 9.35 14.85 9.35 15.84C9.35 16.47 9.14 16.88 8.72 17.09C8.69 17.1 8.69 17.12 8.69 17.14C8.69 17.14 8.69 17.16 8.7 17.18L9.27 18.16C9.34 18.27 9.36 18.37 9.36 18.46C9.36 18.74 9.03 18.99 8.75 18.99ZM12.87 15.45H12.2C12.2 15.45 12.14 15.46 12.14 15.51V18.54C12.14 18.92 11.84 19.01 11.58 19.01C11.32 19.01 11.01 18.92 11.01 18.54V15.51C11.01 15.51 11 15.45 10.95 15.45H10.3C9.93 15.45 9.82 15.19 9.82 14.92C9.82 14.64 9.93 14.38 10.3 14.38H12.86C13.23 14.38 13.34 14.64 13.34 14.92C13.34 15.2 13.24 15.45 12.87 15.45ZM16.58 15.45H15.12C15.12 15.45 15.06 15.46 15.06 15.51V16.01C15.06 16.01 15.07 16.07 15.12 16.07H16.16C16.53 16.07 16.64 16.33 16.64 16.61C16.64 16.89 16.53 17.14 16.16 17.14H15.12C15.12 17.14 15.06 17.15 15.06 17.2V18.53C15.06 18.91 14.76 19 14.49 19C14.22 19 13.93 18.91 13.93 18.53V14.88C13.93 14.5 14.18 14.37 14.46 14.37H16.57C16.94 14.37 17.05 14.63 17.05 14.91C17.05 15.19 16.95 15.45 16.58 15.45Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentsettings = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M16 7H20C20 6.47 19.79 5.96 19.41 5.59L16.41 2.59C16.03 2.21 15.53 2 15 2V6C15 6.55 15.45 7 16 7ZM12 13C10.9 13 10 13.9 10 15C10 16.1 10.9 17 12 17C13.1 17 14 16.1 14 15C14 13.9 13.1 13 12 13ZM13 6V2H7.5C6.12 2 5 3.12 5 4.5V19.5C5 20.88 6.12 22 7.5 22H17.5C18.88 22 20 20.88 20 19.5V9H16C14.35 9 13 7.65 13 6ZM16.58 12.93C16.86 13.41 16.69 14.02 16.21 14.3L15.94 14.46C15.96 14.64 16 14.82 16 15.01C16 15.2 15.97 15.38 15.94 15.56L16.21 15.72C16.69 16 16.85 16.61 16.58 17.09L16.08 17.96C15.8 18.44 15.19 18.6 14.71 18.33L14.44 18.17C14.15 18.4 13.84 18.59 13.5 18.73V19.03C13.5 19.58 13.05 20.03 12.5 20.03H11.5C10.95 20.03 10.5 19.58 10.5 19.03V18.73C10.16 18.59 9.84 18.4 9.56 18.17L9.29 18.33C8.81 18.61 8.2 18.44 7.92 17.96L7.42 17.09C7.14 16.61 7.31 16 7.79 15.72L8.06 15.56C8.04 15.38 8 15.2 8 15.01C8 14.82 8.03 14.64 8.06 14.46L7.79 14.3C7.31 14.02 7.15 13.41 7.42 12.93L7.92 12.06C8.2 11.58 8.81 11.42 9.29 11.69L9.56 11.85C9.85 11.62 10.16 11.43 10.5 11.29V10.99C10.5 10.44 10.95 9.99 11.5 9.99H12.5C13.05 9.99 13.5 10.44 13.5 10.99V11.29C13.84 11.43 14.16 11.62 14.44 11.85L14.71 11.69C15.19 11.41 15.8 11.58 16.08 12.06L16.58 12.93Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumenttif = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.95 15.53H10.29C10.29 15.53 10.23 15.54 10.23 15.59V18.57C10.23 18.95 9.93 19.03 9.68 19.03C9.42 19.03 9.12 18.95 9.12 18.57V15.59C9.12 15.59 9.11 15.53 9.06 15.53H8.42C8.06 15.53 7.95 15.28 7.95 15.01C7.95 14.74 8.06 14.48 8.42 14.48H10.94C11.3 14.48 11.41 14.73 11.41 15.01C11.41 15.29 11.3 15.53 10.94 15.53H10.95ZM13.11 18.57C13.11 18.94 12.81 19.03 12.55 19.03C12.29 19.03 12 18.94 12 18.57V14.92C12 14.55 12.3 14.46 12.55 14.46C12.81 14.46 13.11 14.55 13.11 14.92V18.57ZM16.58 15.53H15.14C15.14 15.53 15.08 15.54 15.08 15.59V16.08C15.08 16.08 15.09 16.14 15.14 16.14H16.17C16.53 16.14 16.64 16.39 16.64 16.67C16.64 16.95 16.53 17.19 16.17 17.19H15.14C15.14 17.19 15.08 17.2 15.08 17.25V18.56C15.08 18.93 14.78 19.02 14.52 19.02C14.26 19.02 13.97 18.93 13.97 18.56V14.97C13.97 14.6 14.22 14.47 14.49 14.47H16.57C16.93 14.47 17.04 14.72 17.04 15C17.04 15.28 16.93 15.52 16.57 15.52L16.58 15.53Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumenttxt = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.08 15.53H9.42C9.42 15.53 9.36 15.54 9.36 15.59V18.57C9.36 18.95 9.06 19.03 8.81 19.03C8.55 19.03 8.25 18.95 8.25 18.57V15.59C8.25 15.59 8.24 15.53 8.19 15.53H7.55C7.19 15.53 7.08 15.28 7.08 15.01C7.08 14.74 7.19 14.48 7.55 14.48H10.07C10.43 14.48 10.54 14.73 10.54 15.01C10.54 15.29 10.43 15.53 10.07 15.53H10.08ZM13.62 19.03C13.48 19.03 13.34 18.96 13.22 18.79L12.53 17.74C12.53 17.74 12.52 17.71 12.49 17.71C12.46 17.71 12.45 17.74 12.45 17.74L11.76 18.79C11.64 18.97 11.5 19.03 11.36 19.03C11.1 19.03 10.77 18.79 10.77 18.5C10.77 18.41 10.8 18.3 10.88 18.19L11.84 16.8C11.84 16.8 11.86 16.77 11.86 16.75C11.86 16.73 11.84 16.69 11.84 16.69L10.9 15.3C10.82 15.18 10.79 15.08 10.79 14.99C10.79 14.71 11.1 14.46 11.38 14.46C11.52 14.46 11.66 14.53 11.78 14.71L12.46 15.76C12.46 15.76 12.47 15.79 12.5 15.79C12.53 15.79 12.54 15.76 12.54 15.76L13.22 14.71C13.34 14.53 13.48 14.46 13.62 14.46C13.88 14.46 14.21 14.7 14.21 14.99C14.21 15.08 14.18 15.18 14.1 15.3L13.16 16.69C13.16 16.69 13.14 16.72 13.14 16.75C13.14 16.78 13.16 16.8 13.16 16.8L14.12 18.19C14.2 18.31 14.23 18.41 14.23 18.5C14.23 18.78 13.92 19.03 13.64 19.03H13.62ZM17.44 15.53H16.78C16.78 15.53 16.72 15.54 16.72 15.59V18.57C16.72 18.95 16.42 19.03 16.17 19.03C15.91 19.03 15.61 18.95 15.61 18.57V15.59C15.61 15.59 15.6 15.53 15.55 15.53H14.91C14.55 15.53 14.44 15.28 14.44 15.01C14.44 14.74 14.55 14.48 14.91 14.48H17.43C17.79 14.48 17.9 14.73 17.9 15.01C17.9 15.29 17.79 15.53 17.43 15.53H17.44Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentunknown = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M13 6V2H7.5C6.83696 2 6.20107 2.26339 5.73223 2.73223C5.26339 3.20107 5 3.83696 5 4.5V19.5C5 20.163 5.26339 20.7989 5.73223 21.2678C6.20107 21.7366 6.83696 22 7.5 22H17.5C18.163 22 18.7989 21.7366 19.2678 21.2678C19.7366 20.7989 20 20.163 20 19.5V9H16C15.2044 9 14.4413 8.68393 13.8787 8.12132C13.3161 7.55871 13 6.79565 13 6ZM11 19C10.7884 19 10.5815 18.9372 10.4055 18.8197C10.2296 18.7021 10.0924 18.535 10.0114 18.3395C9.93046 18.144 9.90927 17.9288 9.95056 17.7213C9.99185 17.5137 10.0938 17.323 10.2434 17.1734C10.393 17.0238 10.5837 16.9218 10.7913 16.8806C10.9988 16.8393 11.214 16.8605 11.4095 16.9414C11.605 17.0224 11.7721 17.1596 11.8897 17.3355C12.0072 17.5115 12.07 17.7184 12.07 17.93C12.07 18.0705 12.0423 18.2097 11.9886 18.3395C11.9348 18.4693 11.856 18.5872 11.7566 18.6866C11.6572 18.786 11.5393 18.8648 11.4095 18.9186C11.2797 18.9723 11.1405 19 11 19ZM12.13 15L11.85 15.21C11.8176 15.4227 11.7067 15.6156 11.5391 15.7506C11.3714 15.8855 11.1593 15.9527 10.9446 15.9389C10.7298 15.9251 10.5281 15.8312 10.3791 15.6759C10.2302 15.5206 10.1448 15.3151 10.14 15.1C10.1668 14.786 10.2725 14.4838 10.4473 14.2215C10.6221 13.9593 10.8604 13.7455 11.14 13.6C11.63 13.26 11.86 13.07 11.86 12.53C11.8311 12.312 11.7312 12.1097 11.5758 11.9542C11.4203 11.7988 11.2179 11.6989 11 11.67C10.7821 11.6989 10.5797 11.7988 10.4242 11.9542C10.2688 12.1097 10.1689 12.312 10.14 12.53C10.153 12.65 10.1406 12.7715 10.1035 12.8864C10.0665 13.0013 10.0057 13.1072 9.92501 13.197C9.84436 13.2869 9.74569 13.3588 9.63542 13.408C9.52514 13.4572 9.40575 13.4826 9.285 13.4826C9.16425 13.4826 9.04486 13.4572 8.93458 13.408C8.82431 13.3588 8.72564 13.2869 8.64499 13.197C8.56433 13.1072 8.5035 13.0013 8.46646 12.8864C8.42942 12.7715 8.417 12.65 8.43 12.53C8.47335 11.8664 8.75917 11.242 9.23306 10.7754C9.70695 10.3089 10.3358 10.0329 11 10C11.6707 10.0338 12.3049 10.3155 12.7797 10.7903C13.2545 11.2651 13.5362 11.8993 13.57 12.57C13.5638 13.0657 13.4276 13.551 13.1748 13.9775C12.9221 14.404 12.5618 14.7566 12.13 15ZM16 7H20C19.9978 6.47042 19.7856 5.96335 19.41 5.59L16.41 2.59C16.0366 2.21441 15.5296 2.00223 15 2V6C15 6.26522 15.1054 6.51957 15.2929 6.70711C15.4804 6.89464 15.7348 7 16 7Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentxls = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19.27 2.73C18.8 2.26 18.17 2 17.5 2H10C9.47 2 8.96 2.21 8.59 2.59L5.59 5.59C5.21 5.96 5 6.47 5 7V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V4.5C20 3.84 19.74 3.2 19.27 2.73ZM10.05 19.02C9.91 19.02 9.77 18.95 9.65 18.78L8.96 17.73C8.96 17.73 8.95 17.7 8.92 17.7C8.89 17.7 8.88 17.73 8.88 17.73L8.19 18.78C8.07 18.96 7.93 19.02 7.79 19.02C7.53 19.02 7.2 18.78 7.2 18.49C7.2 18.4 7.23 18.29 7.31 18.18L8.27 16.79C8.27 16.79 8.29 16.76 8.29 16.74C8.29 16.72 8.27 16.68 8.27 16.68L7.33 15.29C7.25 15.17 7.22 15.07 7.22 14.98C7.22 14.7 7.53 14.45 7.81 14.45C7.95 14.45 8.09 14.52 8.21 14.7L8.89 15.75C8.89 15.75 8.9 15.78 8.93 15.78C8.96 15.78 8.97 15.75 8.97 15.75L9.65 14.7C9.77 14.52 9.91 14.45 10.05 14.45C10.31 14.45 10.64 14.69 10.64 14.98C10.64 15.07 10.61 15.17 10.53 15.29L9.59 16.68C9.59 16.68 9.57 16.71 9.57 16.74C9.57 16.77 9.59 16.79 9.59 16.79L10.55 18.18C10.63 18.3 10.66 18.4 10.66 18.49C10.66 18.77 10.35 19.02 10.07 19.02H10.05ZM13.48 18.99H11.69C11.4 18.99 11.16 18.89 11.16 18.5V14.9C11.16 14.53 11.46 14.44 11.71 14.44C11.97 14.44 12.27 14.53 12.27 14.9V17.88C12.27 17.88 12.27 17.94 12.32 17.94H13.48C13.84 17.94 13.95 18.19 13.95 18.47C13.95 18.74 13.84 18.99 13.48 18.99ZM16.04 19.02C15.38 19.02 14.79 18.81 14.47 18.45C14.4 18.37 14.3 18.25 14.3 18.09C14.3 17.83 14.57 17.56 14.84 17.56C14.96 17.56 15.08 17.64 15.2 17.72C15.49 17.91 15.75 17.97 16.04 17.97C16.35 17.97 16.57 17.85 16.57 17.64C16.57 17.49 16.42 17.42 16.16 17.33L15.58 17.14C14.84 16.89 14.38 16.53 14.38 15.78C14.38 15.03 15.04 14.45 16.04 14.45C16.64 14.45 17.03 14.64 17.32 14.85C17.47 14.96 17.55 15.09 17.55 15.25C17.55 15.52 17.27 15.8 17.04 15.8C16.9 15.8 16.83 15.75 16.75 15.7C16.53 15.58 16.26 15.49 16.05 15.49C15.74 15.49 15.53 15.6 15.53 15.76C15.53 15.88 15.67 15.99 15.92 16.07L16.5 16.27C17.29 16.54 17.72 16.95 17.72 17.63C17.72 18.49 17.04 19.01 16.05 19.01L16.04 19.02Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconDocumentxlsx = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M18.77 2.73C18.3 2.26 17.67 2 17 2H9.5C8.97 2 8.46 2.21 8.09 2.59L5.09 5.59C4.71 5.96 4.5 6.47 4.5 7V19.5C4.5 20.16 4.76 20.8 5.23 21.27C5.7 21.74 6.33 22 7 22H17C17.66 22 18.3 21.74 18.77 21.27C19.24 20.8 19.5 20.17 19.5 19.5V4.5C19.5 3.84 19.24 3.2 18.77 2.73ZM8.4 19C8.28 19 8.16 18.94 8.06 18.8L7.45 17.88L6.84 18.8C6.74 18.95 6.62 19 6.51 19C6.29 19 6.01 18.8 6.01 18.55C6.01 18.47 6.04 18.39 6.1 18.29L6.91 17.11C6.91 17.11 6.93 17.09 6.93 17.07C6.93 17.05 6.91 17.02 6.91 17.02L6.11 15.84C6.04 15.74 6.02 15.65 6.02 15.58C6.02 15.34 6.28 15.13 6.52 15.13C6.64 15.13 6.76 15.19 6.86 15.34L7.46 16.26L8.06 15.34C8.16 15.19 8.28 15.13 8.4 15.13C8.62 15.13 8.9 15.33 8.9 15.58C8.9 15.66 8.87 15.74 8.81 15.84L8.01 17.02C8.01 17.02 7.99 17.05 7.99 17.07C7.99 17.09 8.01 17.11 8.01 17.11L8.82 18.29C8.89 18.39 8.91 18.48 8.91 18.55C8.91 18.79 8.64 19 8.4 19ZM11.3 18.98H9.79C9.55 18.98 9.34 18.89 9.34 18.57V15.52C9.34 15.21 9.59 15.13 9.8 15.13C10.02 15.13 10.27 15.21 10.27 15.52V18.04C10.27 18.04 10.27 18.09 10.31 18.09H11.29C11.6 18.09 11.69 18.3 11.69 18.54C11.69 18.78 11.61 18.98 11.3 18.98ZM13.46 19C12.9 19 12.4 18.82 12.13 18.52C12.07 18.45 11.99 18.36 11.99 18.21C11.99 17.99 12.22 17.76 12.45 17.76C12.55 17.76 12.65 17.83 12.75 17.9C12.99 18.07 13.22 18.11 13.46 18.11C13.72 18.11 13.91 18.01 13.91 17.83C13.91 17.7 13.78 17.64 13.56 17.57L13.07 17.41C12.44 17.2 12.05 16.89 12.05 16.26C12.05 15.63 12.6 15.14 13.46 15.14C13.97 15.14 14.3 15.3 14.54 15.48C14.67 15.57 14.73 15.68 14.73 15.82C14.73 16.05 14.49 16.29 14.3 16.29C14.18 16.29 14.12 16.25 14.05 16.21C13.86 16.11 13.63 16.03 13.46 16.03C13.2 16.03 13.02 16.12 13.02 16.26C13.02 16.36 13.14 16.45 13.35 16.52L13.84 16.68C14.51 16.91 14.87 17.25 14.87 17.83C14.87 18.56 14.29 19 13.46 19ZM17.5 19C17.38 19 17.26 18.94 17.16 18.8L16.55 17.88L15.94 18.8C15.84 18.95 15.72 19 15.61 19C15.39 19 15.11 18.8 15.11 18.55C15.11 18.47 15.14 18.39 15.2 18.29L16.01 17.11C16.01 17.11 16.03 17.09 16.03 17.07C16.03 17.05 16.01 17.02 16.01 17.02L15.21 15.84C15.14 15.74 15.12 15.65 15.12 15.58C15.12 15.34 15.38 15.13 15.62 15.13C15.74 15.13 15.86 15.19 15.96 15.34L16.56 16.26L17.16 15.34C17.26 15.19 17.38 15.13 17.5 15.13C17.72 15.13 18 15.33 18 15.58C18 15.66 17.97 15.74 17.91 15.84L17.11 17.02C17.11 17.02 17.09 17.05 17.09 17.07C17.09 17.09 17.11 17.11 17.11 17.11L17.92 18.29C17.99 18.39 18.01 18.48 18.01 18.55C18.01 18.79 17.74 19 17.5 19Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFilerequest = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M15.5 7H19.5C19.5 6.47 19.29 5.96 18.91 5.59L15.91 2.59C15.54 2.21 15.03 2 14.5 2V6C14.5 6.27 14.61 6.52 14.79 6.71C14.97 6.9 15.23 7 15.5 7Z M13.38 8.12C12.82 7.56 12.5 6.79 12.5 6V2H7C6.34 2 5.7 2.26 5.23 2.73C4.76 3.2 4.5 3.83 4.5 4.5V19.5C4.5 20.16 4.76 20.8 5.23 21.27C5.7 21.74 6.33 22 7 22H17C17.66 22 18.3 21.74 18.77 21.27C19.24 20.8 19.5 20.17 19.5 19.5V9H15.5C14.7 9 13.94 8.68 13.38 8.12ZM15.71 16.7L12.71 19.7C12.62 19.79 12.51 19.87 12.38 19.92C12.26 19.97 12.13 20 12 20C11.87 20 11.74 19.97 11.62 19.92C11.5 19.87 11.39 19.8 11.29 19.7L8.29 16.7C7.9 16.31 7.9 15.68 8.29 15.29C8.68 14.9 9.31 14.9 9.7 15.29L10.99 16.58V10.99C10.99 10.44 11.44 9.99 11.99 9.99C12.54 9.99 12.99 10.44 12.99 10.99V16.58L14.28 15.29C14.67 14.9 15.3 14.9 15.69 15.29C16.08 15.68 16.08 16.31 15.69 16.7H15.71Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFilesend = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M16 7H20C20 6.47 19.79 5.96 19.41 5.59L16.41 2.59C16.04 2.21 15.53 2 15 2V6C15 6.27 15.11 6.52 15.29 6.71C15.47 6.9 15.73 7 16 7Z M13.88 8.12C13.32 7.56 13 6.79 13 6V2H7.5C6.84 2 6.2 2.26 5.73 2.73C5.26 3.2 5 3.83 5 4.5V19.5C5 20.16 5.26 20.8 5.73 21.27C6.2 21.74 6.83 22 7.5 22H17.5C18.16 22 18.8 21.74 19.27 21.27C19.74 20.8 20 20.17 20 19.5V9H16C15.2 9 14.44 8.68 13.88 8.12ZM16.92 15.62C17.02 15.86 17.02 16.14 16.92 16.38C16.87 16.5 16.8 16.61 16.7 16.71L13.7 19.71C13.5 19.91 13.25 20 12.99 20C12.73 20 12.48 19.9 12.28 19.71C11.89 19.32 11.89 18.69 12.28 18.3L13.57 17.01H8.98C8.43 17.01 7.98 16.56 7.98 16.01C7.98 15.46 8.43 15.01 8.98 15.01H13.57L12.28 13.72C11.89 13.33 11.89 12.7 12.28 12.31C12.67 11.92 13.3 11.92 13.69 12.31L16.69 15.31C16.78 15.4 16.87 15.49 16.92 15.62Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFileshare = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M15 7.00001H19C19 6.47001 18.79 5.96001 18.41 5.59001L15.41 2.59001C15.04 2.21001 14.53 2.00001 14 2.00001V6.00001C14 6.27001 14.11 6.52001 14.29 6.71001C14.47 6.90001 14.73 7.00001 15 7.00001Z M12.88 8.12C12.32 7.56 12 6.79 12 6V2H6.5C5.84 2 5.2 2.26 4.73 2.73C4.26 3.2 4 3.83 4 4.5V19.5C4 20.16 4.26 20.8 4.73 21.27C5.2 21.74 5.83 22 6.5 22H16.5C17.16 22 17.8 21.74 18.27 21.27C18.74 20.8 19 20.17 19 19.5V9H15C14.2 9 13.44 8.68 12.88 8.12ZM15 17.99C15 18.54 14.55 18.99 14 18.99C13.45 18.99 13 18.54 13 17.99V16.41L9.71 19.7C9.51 19.9 9.26 19.99 9 19.99C8.74 19.99 8.49 19.89 8.29 19.7C7.9 19.31 7.9 18.68 8.29 18.29L11.58 15H10C9.45 15 9 14.55 9 14C9 13.45 9.45 13 10 13H14C14.13 13 14.26 13.03 14.38 13.08C14.63 13.18 14.82 13.38 14.92 13.62C14.97 13.74 15 13.87 15 14V17.99Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFindinpage = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M12.01 11C10.91 11 10.01 11.9 10.01 13C10.01 14.1 10.91 15 12.01 15C13.11 15 14.01 14.1 14.01 13C14.01 11.9 13.11 11 12.01 11ZM21.12 3.88C20.56 3.32 19.79 3 19 3H5C4.2 3 3.44 3.32 2.88 3.88C2.32 4.44 2 5.21 2 6V18C2 18.8 2.32 19.56 2.88 20.12C3.44 20.68 4.21 21 5 21H19C19.8 21 20.56 20.68 21.12 20.12C21.68 19.56 22 18.79 22 18V6C22 5.2 21.68 4.44 21.12 3.88ZM10.29 5.29C10.48 5.1 10.73 5 11 5C11.2 5 11.39 5.06 11.56 5.17C11.73 5.28 11.85 5.44 11.93 5.62C12.01 5.8 12.03 6 11.99 6.2C11.95 6.4 11.86 6.57 11.72 6.71C11.58 6.85 11.4 6.95 11.21 6.98C11.02 7.02 10.81 7 10.63 6.92C10.45 6.84 10.29 6.72 10.18 6.55C10.07 6.39 10.01 6.19 10.01 5.99C10.01 5.72 10.12 5.47 10.3 5.28L10.29 5.29ZM5.98 6.19C5.94 6.38 5.85 6.56 5.71 6.7C5.57 6.84 5.39 6.94 5.2 6.97C5.01 7.01 4.8 6.99 4.62 6.91C4.44 6.83 4.28 6.71 4.17 6.54C4.06 6.38 4 6.18 4 5.98C4 5.71 4.11 5.46 4.29 5.27C4.48 5.08 4.73 4.98 5 4.98C5.2 4.98 5.39 5.04 5.56 5.15C5.72 5.26 5.85 5.42 5.93 5.6C6.01 5.78 6.03 5.98 5.99 6.18L5.98 6.19ZM7.62 6.92C7.44 6.84 7.28 6.72 7.17 6.55C7.06 6.39 7 6.19 7 5.99C7 5.72 7.11 5.47 7.29 5.28C7.48 5.09 7.73 4.99 8 4.99C8.2 4.99 8.39 5.05 8.56 5.16C8.73 5.27 8.85 5.43 8.93 5.61C9.01 5.79 9.03 5.99 8.99 6.19C8.95 6.39 8.86 6.56 8.72 6.7C8.58 6.84 8.4 6.94 8.21 6.97C8.02 7.01 7.81 6.99 7.63 6.91L7.62 6.92ZM17.72 18.71C17.52 18.91 17.27 19 17.01 19C16.75 19 16.5 18.9 16.3 18.71L14.03 16.44C13.44 16.79 12.75 17.01 12.01 17.01C9.8 17.01 8.01 15.22 8.01 13.01C8.01 10.8 9.8 9.01 12.01 9.01C14.22 9.01 16.01 10.8 16.01 13.01C16.01 13.75 15.79 14.43 15.44 15.03L17.71 17.3C18.1 17.69 18.1 18.32 17.71 18.71H17.72Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolder = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19 20H5C4.20435 20 3.44129 19.6839 2.87868 19.1213C2.31607 18.5587 2 17.7956 2 17V7C2 6.20435 2.31607 5.44129 2.87868 4.87868C3.44129 4.31607 4.20435 4 5 4H9.17C9.96538 4.0007 10.7279 4.31723 11.29 4.88L12.41 6H19C19.7956 6 20.5587 6.31607 21.1213 6.87868C21.6839 7.44129 22 8.20435 22 9V17C22 17.7956 21.6839 18.5587 21.1213 19.1213C20.5587 19.6839 19.7956 20 19 20Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolderbookmarks = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19 6H12.41L11.29 4.88C10.73 4.32 9.96 4 9.17 4H5C3.34 4 2 5.34 2 7V17C2 18.66 3.34 20 5 20H19C20.66 20 22 18.66 22 17V9C22 7.34 20.66 6 19 6ZM14.22 16.48L12 15L9.78 16.48C9.45 16.7 9 16.46 9 16.06V9.99C9 9.44 9.45 8.99 10 8.99H14C14.55 8.99 15 9.44 15 9.99V16.06C15 16.46 14.55 16.7 14.22 16.48Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolderfavorites = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19 6H12.41L11.29 4.88C10.7279 4.31723 9.96538 4.0007 9.17 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V9C22 8.20435 21.6839 7.44129 21.1213 6.87868C20.5587 6.31607 19.7956 6 19 6ZM12.76 16.1L12.56 16.28C12.4081 16.422 12.2079 16.501 12 16.501C11.7921 16.501 11.5919 16.422 11.44 16.28L11.24 16.1C9.38 14.39 8.24 13.1 8.24 11.74C8.23579 11.4413 8.2922 11.1448 8.4058 10.8685C8.51941 10.5922 8.68785 10.3418 8.90096 10.1324C9.11407 9.92304 9.36742 9.75905 9.6457 9.65035C9.92397 9.54166 10.2214 9.49051 10.52 9.5C11.069 9.51769 11.5937 9.73041 12 10.1C12.4063 9.73041 12.931 9.51769 13.48 9.5C13.7744 9.49731 14.0665 9.55348 14.3389 9.66523C14.6113 9.77697 14.8587 9.94203 15.0664 10.1507C15.2741 10.3594 15.4381 10.6075 15.5486 10.8804C15.6591 11.1533 15.714 11.4456 15.71 11.74C15.71 13.12 14.62 14.39 12.76 16.1Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolderlocked = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M12.31 13.47C12.16 13.41 12 13.39 11.84 13.42C11.68 13.45 11.54 13.53 11.42 13.64C11.31 13.75 11.23 13.9 11.2 14.06C11.17 14.22 11.18 14.38 11.25 14.53C11.31 14.68 11.42 14.81 11.55 14.9C11.68 14.99 11.84 15.04 12 15.04C12.22 15.04 12.42 14.95 12.58 14.8C12.73 14.65 12.82 14.44 12.82 14.22C12.82 14.06 12.77 13.9 12.68 13.77C12.59 13.64 12.46 13.53 12.31 13.47Z M12 10.14C11.78 10.14 11.57 10.23 11.42 10.38C11.27 10.53 11.18 10.74 11.18 10.96H12.82C12.82 10.74 12.73 10.53 12.58 10.38C12.43 10.23 12.22 10.14 12 10.14Z M21.12 6.88C20.56 6.32 19.79 6 19 6H12.41L11.29 4.88C10.73 4.32 9.97 4 9.17 4H5C4.2 4 3.44 4.32 2.88 4.88C2.32 5.44 2 6.21 2 7V17C2 17.8 2.32 18.56 2.88 19.12C3.44 19.68 4.21 20 5 20H19C19.8 20 20.56 19.68 21.12 19.12C21.68 18.56 22 17.79 22 17V9C22 8.2 21.68 7.44 21.12 6.88ZM15.27 15.86C15.27 16.29 15.1 16.71 14.79 17.02C14.48 17.33 14.07 17.5 13.63 17.5H10.36C9.93 17.5 9.51 17.33 9.2 17.02C8.89 16.71 8.72 16.3 8.72 15.86V12.59C8.72 12.3 8.8 12.02 8.94 11.78C9.08 11.53 9.29 11.33 9.54 11.19V10.96C9.54 10.31 9.8 9.68 10.26 9.22C10.72 8.76 11.34 8.5 12 8.5C12.66 8.5 13.28 8.76 13.74 9.22C14.2 9.68 14.46 10.3 14.46 10.96V11.19C14.71 11.33 14.91 11.54 15.06 11.78C15.2 12.03 15.28 12.31 15.28 12.59V15.86H15.27Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFoldermovefiles = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19 6H12.41L11.29 4.88C10.7279 4.31723 9.96538 4.0007 9.17 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V9C22 8.20435 21.6839 7.44129 21.1213 6.87868C20.5587 6.31607 19.7956 6 19 6ZM16.71 13.71L13.71 16.71C13.5217 16.8983 13.2663 17.0041 13 17.0041C12.7337 17.0041 12.4783 16.8983 12.29 16.71C12.1017 16.5217 11.9959 16.2663 11.9959 16C11.9959 15.7337 12.1017 15.4783 12.29 15.29L13.59 14H8C7.73478 14 7.48043 13.8946 7.29289 13.7071C7.10536 13.5196 7 13.2652 7 13C7 12.7348 7.10536 12.4804 7.29289 12.2929C7.48043 12.1054 7.73478 12 8 12H13.59L12.29 10.71C12.1963 10.617 12.1219 10.5064 12.0711 10.3846C12.0203 10.2627 11.9942 10.132 11.9942 10C11.9942 9.86799 12.0203 9.73728 12.0711 9.61542C12.1219 9.49356 12.1963 9.38296 12.29 9.29C12.383 9.19627 12.4936 9.12188 12.6154 9.07111C12.7373 9.02034 12.868 8.9942 13 8.9942C13.132 8.9942 13.2627 9.02034 13.3846 9.07111C13.5064 9.12188 13.617 9.19627 13.71 9.29L16.71 12.29C16.8037 12.383 16.8781 12.4936 16.9289 12.6154C16.9797 12.7373 17.0058 12.868 17.0058 13C17.0058 13.132 16.9797 13.2627 16.9289 13.3846C16.8781 13.5064 16.8037 13.617 16.71 13.71Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolderpublic = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M12 16.99C12.42 16.99 13 16.25 13.27 14.99H10.72C11.02 16.25 11.57 16.99 11.99 16.99H12Z M9.69 10.99C9.8 10.44 9.97 9.91 10.21 9.42C9.51 9.77 8.93 10.32 8.53 10.99H9.69Z M8.54 14.99C8.93 15.66 9.5 16.21 10.19 16.56C9.96 16.06 9.79 15.53 9.69 14.99H8.54Z M12 8.99C11.58 8.99 11.02 9.73 10.73 10.99H13.28C12.98 9.73 12.43 8.99 12.01 8.99H12Z M9.5 12.99C9.5 12.65 9.5 12.31 9.54 11.99H8.12C8.04 12.32 7.99 12.65 7.99 12.99C7.99 13.33 8.04 13.66 8.12 13.99H9.54C9.5 13.67 9.5 13.33 9.5 12.99Z M15.46 10.99C15.07 10.32 14.5 9.77 13.81 9.42C14.04 9.92 14.21 10.45 14.31 10.99H15.46Z M10.56 11.99C10.49 12.65 10.49 13.33 10.56 13.99H13.45C13.49 13.66 13.51 13.32 13.51 12.99C13.51 12.66 13.49 12.32 13.45 11.99H10.56Z M21.12 6.88C20.56 6.32 19.79 6 19 6H12.41L11.29 4.88C10.73 4.32 9.97 4 9.17 4H5C4.2 4 3.44 4.32 2.88 4.88C2.32 5.44 2 6.21 2 7V17C2 17.8 2.32 18.56 2.88 19.12C3.44 19.68 4.21 20 5 20H19C19.8 20 20.56 19.68 21.12 19.12C21.68 18.56 22 17.79 22 17V9C22 8.2 21.68 7.44 21.12 6.88ZM16.16 15.77C15.61 16.59 14.83 17.23 13.92 17.61C13.01 17.99 12 18.09 11.03 17.89C10.06 17.7 9.17 17.22 8.47 16.52C7.77 15.82 7.29 14.93 7.1 13.96C6.91 12.99 7.01 11.98 7.38 11.07C7.76 10.16 8.4 9.38 9.22 8.83C10.04 8.28 11.01 7.99 12 7.99C12.66 7.99 13.31 8.12 13.91 8.37C14.52 8.62 15.07 8.99 15.53 9.45C15.99 9.91 16.36 10.47 16.61 11.07C16.86 11.68 16.99 12.33 16.99 12.98C16.99 13.97 16.7 14.94 16.15 15.76L16.16 15.77Z M14.46 11.99C14.5 12.31 14.5 12.65 14.5 12.99C14.5 13.33 14.48 13.67 14.46 13.99H15.88C16.05 13.33 16.05 12.65 15.88 11.99H14.46Z M13.78 16.57C14.47 16.21 15.05 15.67 15.43 15H14.28C14.18 15.54 14.01 16.07 13.78 16.57Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolderrated = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M19 6H12.41L11.29 4.88C10.7279 4.31723 9.96538 4.0007 9.17 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V9C22 8.20435 21.6839 7.44129 21.1213 6.87868C20.5587 6.31607 19.7956 6 19 6ZM15.38 12.49L14.31 13.49L14.56 15C14.5886 15.1575 14.5722 15.3199 14.5126 15.4685C14.4529 15.6171 14.3526 15.7458 14.223 15.8399C14.0934 15.9339 13.9399 15.9895 13.7802 16.0001C13.6204 16.0107 13.4609 15.976 13.32 15.9L12 15.21L10.68 15.9C10.5391 15.976 10.3796 16.0107 10.2198 16.0001C10.0601 15.9895 9.90659 15.9339 9.77702 15.8399C9.64744 15.7458 9.54706 15.6171 9.48744 15.4685C9.42782 15.3199 9.41137 15.1575 9.44 15L9.69 13.53L8.62 12.53C8.48453 12.4218 8.38494 12.2751 8.33431 12.1093C8.28367 11.9434 8.28435 11.7661 8.33626 11.6007C8.38816 11.4352 8.48887 11.2893 8.62516 11.1821C8.76146 11.0749 8.92698 11.0115 9.1 11L10.57 10.78L11.23 9.45C11.3013 9.30673 11.4111 9.18619 11.5471 9.10192C11.6831 9.01766 11.84 8.97301 12 8.97301C12.16 8.97301 12.3169 9.01766 12.4529 9.10192C12.5889 9.18619 12.6987 9.30673 12.77 9.45L13.43 10.78L14.9 11C15.0639 11.019 15.2189 11.0848 15.3465 11.1895C15.4741 11.2943 15.5688 11.4335 15.6194 11.5906C15.67 11.7476 15.6743 11.916 15.6319 12.0755C15.5894 12.235 15.502 12.3789 15.38 12.49Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFolderrequest = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M21.12 6.88C20.56 6.32 19.79 6 19 6H12.41L11.29 4.88C10.73 4.32 9.97 4 9.17 4H5C4.2 4 3.44 4.32 2.88 4.88C2.32 5.44 2 6.21 2 7V17C2 17.8 2.32 18.56 2.88 19.12C3.44 19.68 4.21 20 5 20H19C19.8 20 20.56 19.68 21.12 19.12C21.68 18.56 22 17.79 22 17V9C22 8.2 21.68 7.44 21.12 6.88ZM10.71 11.7L8.71 13.7C8.51 13.9 8.26 13.99 8 13.99C7.74 13.99 7.49 13.89 7.29 13.7L5.29 11.7C4.9 11.31 4.9 10.68 5.29 10.29C5.68 9.9 6.31 9.9 6.7 10.29L6.99 10.58V7.99C6.99 7.44 7.44 6.99 7.99 6.99C8.54 6.99 8.99 7.44 8.99 7.99V10.58L9.28 10.29C9.67 9.9 10.3 9.9 10.69 10.29C11.08 10.68 11.08 11.31 10.69 11.7H10.71Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconForm = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M17 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V5C20 4.20435 19.6839 3.44129 19.1213 2.87868C18.5587 2.31607 17.7956 2 17 2ZM8 6H11C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8H8C7.73478 8 7.48043 7.89464 7.29289 7.70711C7.10536 7.51957 7 7.26522 7 7C7 6.73478 7.10536 6.48043 7.29289 6.29289C7.48043 6.10536 7.73478 6 8 6ZM16 18H8C7.73478 18 7.48043 17.8946 7.29289 17.7071C7.10536 17.5196 7 17.2652 7 17C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18ZM16 13H8C7.73478 13 7.48043 12.8946 7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929C7.48043 11.1054 7.73478 11 8 11H16C16.2652 11 16.5196 11.1054 16.7071 11.2929C16.8946 11.4804 17 11.7348 17 12C17 12.2652 16.8946 12.5196 16.7071 12.7071C16.5196 12.8946 16.2652 13 16 13Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconFormadd = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M16.13 7.87C15.5147 7.68273 14.976 7.3027 14.5931 6.78596C14.2102 6.26922 14.0036 5.64312 14.0036 5C14.0036 4.35688 14.2102 3.73078 14.5931 3.21404C14.976 2.6973 15.5147 2.31727 16.13 2.13C16.1405 2.08455 16.1574 2.04079 16.18 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V9.83C19.6151 9.96424 19.2068 10.0186 18.8001 9.98982C18.3935 9.96101 17.997 9.84962 17.6348 9.66245C17.2726 9.47528 16.9524 9.21626 16.6937 8.9012C16.435 8.58614 16.2432 8.22166 16.13 7.83V7.87ZM8 6H11C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8H8C7.73478 8 7.48043 7.89464 7.29289 7.70711C7.10536 7.51957 7 7.26522 7 7C7 6.73478 7.10536 6.48043 7.29289 6.29289C7.48043 6.10536 7.73478 6 8 6ZM16 18H8C7.73478 18 7.48043 17.8946 7.29289 17.7071C7.10536 17.5196 7 17.2652 7 17C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18ZM16 13H8C7.73478 13 7.48043 12.8946 7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929C7.48043 11.1054 7.73478 11 8 11H16C16.2652 11 16.5196 11.1054 16.7071 11.2929C16.8946 11.4804 17 11.7348 17 12C17 12.2652 16.8946 12.5196 16.7071 12.7071C16.5196 12.8946 16.2652 13 16 13ZM21 4H20V3C20 2.73478 19.8946 2.48043 19.7071 2.29289C19.5196 2.10536 19.2652 2 19 2C18.7348 2 18.4804 2.10536 18.2929 2.29289C18.1054 2.48043 18 2.73478 18 3V4H17C16.7348 4 16.4804 4.10536 16.2929 4.29289C16.1054 4.48043 16 4.73478 16 5C16 5.26522 16.1054 5.51957 16.2929 5.70711C16.4804 5.89464 16.7348 6 17 6H18V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7V6H21C21.2652 6 21.5196 5.89464 21.7071 5.70711C21.8946 5.51957 22 5.26522 22 5C22 4.73478 21.8946 4.48043 21.7071 4.29289C21.5196 4.10536 21.2652 4 21 4Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconForms = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M13.77 3.00007H6.23C5.40406 2.97034 4.60006 3.26954 3.99449 3.83199C3.38892 4.39444 3.03125 5.17418 3 6.00007V18.0001C3.03125 18.826 3.38892 19.6057 3.99449 20.1682C4.60006 20.7306 5.40406 21.0298 6.23 21.0001H13.77C14.5959 21.0298 15.3999 20.7306 16.0055 20.1682C16.6111 19.6057 16.9687 18.826 17 18.0001V6.00007C16.9687 5.17418 16.6111 4.39444 16.0055 3.83199C15.3999 3.26954 14.5959 2.97034 13.77 3.00007ZM7 6.00007H9.5C9.76522 6.00007 10.0196 6.10543 10.2071 6.29296C10.3946 6.4805 10.5 6.73485 10.5 7.00007C10.5 7.26528 10.3946 7.51964 10.2071 7.70717C10.0196 7.89471 9.76522 8.00007 9.5 8.00007H7C6.73478 8.00007 6.48043 7.89471 6.29289 7.70717C6.10536 7.51964 6 7.26528 6 7.00007C6 6.73485 6.10536 6.4805 6.29289 6.29296C6.48043 6.10543 6.73478 6.00007 7 6.00007ZM13 18.0001H7C6.73478 18.0001 6.48043 17.8947 6.29289 17.7072C6.10536 17.5196 6 17.2653 6 17.0001C6 16.7349 6.10536 16.4805 6.29289 16.293C6.48043 16.1054 6.73478 16.0001 7 16.0001H13C13.2652 16.0001 13.5196 16.1054 13.7071 16.293C13.8946 16.4805 14 16.7349 14 17.0001C14 17.2653 13.8946 17.5196 13.7071 17.7072C13.5196 17.8947 13.2652 18.0001 13 18.0001ZM13 13.0001H7C6.73478 13.0001 6.48043 12.8947 6.29289 12.7072C6.10536 12.5196 6 12.2653 6 12.0001C6 11.7349 6.10536 11.4805 6.29289 11.293C6.48043 11.1054 6.73478 11.0001 7 11.0001H13C13.2652 11.0001 13.5196 11.1054 13.7071 11.293C13.8946 11.4805 14 11.7349 14 12.0001C14 12.2653 13.8946 12.5196 13.7071 12.7072C13.5196 12.8947 13.2652 13.0001 13 13.0001ZM18.66 4.00007C18.9435 4.62837 19.0868 5.31082 19.08 6.00007V18.0001C19.0868 18.6893 18.9435 19.3718 18.66 20.0001C19.3146 19.9099 19.9137 19.5837 20.3446 19.0828C20.7755 18.5819 21.0086 17.9408 21 17.2801V6.72007C21.0086 6.05936 20.7755 5.41826 20.3446 4.91735C19.9137 4.41644 19.3146 4.09023 18.66 4.00007Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconGraphincreasing = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M13 14H11C10.7348 14 10.4804 14.1054 10.2929 14.2929C10.1054 14.4804 10 14.7348 10 15V20C10 20.2652 10.1054 20.5196 10.2929 20.7071C10.4804 20.8946 10.7348 21 11 21H13C13.2652 21 13.5196 20.8946 13.7071 20.7071C13.8946 20.5196 14 20.2652 14 20V15C14 14.7348 13.8946 14.4804 13.7071 14.2929C13.5196 14.1054 13.2652 14 13 14ZM19 12H17C16.7348 12 16.4804 12.1054 16.2929 12.2929C16.1054 12.4804 16 12.7348 16 13V20C16 20.2652 16.1054 20.5196 16.2929 20.7071C16.4804 20.8946 16.7348 21 17 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V13C20 12.7348 19.8946 12.4804 19.7071 12.2929C19.5196 12.1054 19.2652 12 19 12ZM7 16H5C4.73478 16 4.48043 16.1054 4.29289 16.2929C4.10536 16.4804 4 16.7348 4 17V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H7C7.26522 21 7.51957 20.8946 7.70711 20.7071C7.89464 20.5196 8 20.2652 8 20V17C8 16.7348 7.89464 16.4804 7.70711 16.2929C7.51957 16.1054 7.26522 16 7 16ZM19 3H16C15.7348 3 15.4804 3.10536 15.2929 3.29289C15.1054 3.48043 15 3.73478 15 4C15 4.26522 15.1054 4.51957 15.2929 4.70711C15.4804 4.89464 15.7348 5 16 5H16.59L12.73 8.86L10.32 8.05C10.1616 7.99767 9.99257 7.98581 9.82839 8.0155C9.66421 8.0452 9.51006 8.1155 9.38 8.22L4.38 12.22C4.17395 12.385 4.0415 12.6248 4.01153 12.887C3.98155 13.1493 4.05649 13.4128 4.22 13.62C4.31313 13.7379 4.43161 13.8332 4.56664 13.899C4.70168 13.9648 4.84979 13.9993 5 14C5.22556 13.9987 5.44406 13.9212 5.62 13.78L10.2 10.12L12.68 10.95C12.8528 11.0043 13.0371 11.0107 13.2132 10.9684C13.3893 10.9261 13.5507 10.8368 13.68 10.71L18 6.41V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7V4C20 3.73478 19.8946 3.48043 19.7071 3.29289C19.5196 3.10536 19.2652 3 19 3Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconGraphlow = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H7C7.26522 22 7.51957 21.8946 7.70711 21.7071C7.89464 21.5196 8 21.2652 8 21V16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM13 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12V21C10 21.2652 10.1054 21.5196 10.2929 21.7071C10.4804 21.8946 10.7348 22 11 22H13C13.2652 22 13.5196 21.8946 13.7071 21.7071C13.8946 21.5196 14 21.2652 14 21V12C14 11.7348 13.8946 11.4804 13.7071 11.2929C13.5196 11.1054 13.2652 11 13 11ZM19 7H17C16.7348 7 16.4804 7.10536 16.2929 7.29289C16.1054 7.48043 16 7.73478 16 8V21C16 21.2652 16.1054 21.5196 16.2929 21.7071C16.4804 21.8946 16.7348 22 17 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V8C20 7.73478 19.8946 7.48043 19.7071 7.29289C19.5196 7.10536 19.2652 7 19 7ZM6 9C5.60444 9 5.21776 9.1173 4.88886 9.33706C4.55996 9.55682 4.30362 9.86918 4.15224 10.2346C4.00087 10.6001 3.96126 11.0022 4.03843 11.3902C4.1156 11.7781 4.30608 12.1345 4.58579 12.4142C4.86549 12.6939 5.22186 12.8844 5.60982 12.9616C5.99778 13.0387 6.39992 12.9991 6.76537 12.8478C7.13082 12.6964 7.44318 12.44 7.66294 12.1111C7.8827 11.7822 8 11.3956 8 11C8 10.4696 7.78929 9.96086 7.41421 9.58579C7.03914 9.21071 6.53043 9 6 9Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconGraphtable = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M16 17C16.2652 17 16.5196 16.8946 16.7071 16.7071C16.8946 16.5196 17 16.2652 17 16V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5C15.7348 5 15.4804 5.10536 15.2929 5.29289C15.1054 5.48043 15 5.73478 15 6V16C15 16.2652 15.1054 16.5196 15.2929 16.7071C15.4804 16.8946 15.7348 17 16 17ZM12 17C12.2652 17 12.5196 16.8946 12.7071 16.7071C12.8946 16.5196 13 16.2652 13 16V10C13 9.73478 12.8946 9.48043 12.7071 9.29289C12.5196 9.10536 12.2652 9 12 9C11.7348 9 11.4804 9.10536 11.2929 9.29289C11.1054 9.48043 11 9.73478 11 10V16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17ZM8 17C8.26522 17 8.51957 16.8946 8.70711 16.7071C8.89464 16.5196 9 16.2652 9 16V12C9 11.7348 8.89464 11.4804 8.70711 11.2929C8.51957 11.1054 8.26522 11 8 11C7.73478 11 7.48043 11.1054 7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12V16C7 16.2652 7.10536 16.5196 7.29289 16.7071C7.48043 16.8946 7.73478 17 8 17ZM20 11C19.7348 11 19.4804 11.1054 19.2929 11.2929C19.1054 11.4804 19 11.7348 19 12V16C19 16.2652 19.1054 16.5196 19.2929 16.7071C19.4804 16.8946 19.7348 17 20 17C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16V12C21 11.7348 20.8946 11.4804 20.7071 11.2929C20.5196 11.1054 20.2652 11 20 11ZM20 19H5V4C5 3.73478 4.89464 3.48043 4.70711 3.29289C4.51957 3.10536 4.26522 3 4 3C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20C21 19.7348 20.8946 19.4804 20.7071 19.2929C20.5196 19.1054 20.2652 19 20 19Z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Svg, { Path } from 'react-native-svg';
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
export const IconHealthreport = props => /*#__PURE__*/_jsx(Svg, {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/_jsx(Path, {
|
|
10
|
+
d: "M17 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V5C20 4.20435 19.6839 3.44129 19.1213 2.87868C18.5587 2.31607 17.7956 2 17 2ZM7 7H8V6C8 5.73478 8.10536 5.48043 8.29289 5.29289C8.48043 5.10536 8.73478 5 9 5C9.26522 5 9.51957 5.10536 9.70711 5.29289C9.89464 5.48043 10 5.73478 10 6V7H11C11.2652 7 11.5196 7.10536 11.7071 7.29289C11.8946 7.48043 12 7.73478 12 8C12 8.26522 11.8946 8.51957 11.7071 8.70711C11.5196 8.89464 11.2652 9 11 9H10V10C10 10.2652 9.89464 10.5196 9.70711 10.7071C9.51957 10.8946 9.26522 11 9 11C8.73478 11 8.48043 10.8946 8.29289 10.7071C8.10536 10.5196 8 10.2652 8 10V9H7C6.73478 9 6.48043 8.89464 6.29289 8.70711C6.10536 8.51957 6 8.26522 6 8C6 7.73478 6.10536 7.48043 6.29289 7.29289C6.48043 7.10536 6.73478 7 7 7ZM17 19H7C6.73478 19 6.48043 18.8946 6.29289 18.7071C6.10536 18.5196 6 18.2652 6 18C6 17.7348 6.10536 17.4804 6.29289 17.2929C6.48043 17.1054 6.73478 17 7 17H17C17.2652 17 17.5196 17.1054 17.7071 17.2929C17.8946 17.4804 18 17.7348 18 18C18 18.2652 17.8946 18.5196 17.7071 18.7071C17.5196 18.8946 17.2652 19 17 19ZM17 15H7C6.73478 15 6.48043 14.8946 6.29289 14.7071C6.10536 14.5196 6 14.2652 6 14C6 13.7348 6.10536 13.4804 6.29289 13.2929C6.48043 13.1054 6.73478 13 7 13H17C17.2652 13 17.5196 13.1054 17.7071 13.2929C17.8946 13.4804 18 13.7348 18 14C18 14.2652 17.8946 14.5196 17.7071 14.7071C17.5196 14.8946 17.2652 15 17 15ZM17 11H14C13.7348 11 13.4804 10.8946 13.2929 10.7071C13.1054 10.5196 13 10.2652 13 10C13 9.73478 13.1054 9.48043 13.2929 9.29289C13.4804 9.10536 13.7348 9 14 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11ZM17 7H14C13.7348 7 13.4804 6.89464 13.2929 6.70711C13.1054 6.51957 13 6.26522 13 6C13 5.73478 13.1054 5.48043 13.2929 5.29289C13.4804 5.10536 13.7348 5 14 5H17C17.2652 5 17.5196 5.10536 17.7071 5.29289C17.8946 5.48043 18 5.73478 18 6C18 6.26522 17.8946 6.51957 17.7071 6.70711C17.5196 6.89464 17.2652 7 17 7Z"
|
|
11
|
+
})
|
|
12
|
+
});
|