@zenpatient-org/healthspan-marketing-ui 0.2.80 → 0.2.82
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/dist/components/Accordion/Accordion.d.ts +2 -1
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +2 -1
- package/dist/components/AdvancedGallery/AdvancedGallery.d.ts +1 -0
- package/dist/components/AdvancedGallery/components/ImageGalleryPagination/ImageGalleryPagination.d.ts +2 -1
- package/dist/components/AdvancedGallery/components/VideoSlide/VideoSlide.d.ts +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.d.ts +1 -0
- package/dist/components/AnchorLinks/types.d.ts +1 -0
- package/dist/components/Benefit/Benefit.d.ts +2 -1
- package/dist/components/Button/Button.d.ts +3 -2
- package/dist/components/Callback/Callback.d.ts +3 -2
- package/dist/components/Callback/constants.d.ts +3 -2
- package/dist/components/Checkbox/Checkbox.d.ts +1 -0
- package/dist/components/ClaimBlock/ClaimBlock.d.ts +2 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.d.ts +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +1 -0
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.d.ts +1 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.d.ts +1 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +4 -3
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +2 -1
- package/dist/components/ComplexTooltip/types.d.ts +2 -1
- package/dist/components/ContentTabs/ContentTabs.d.ts +3 -2
- package/dist/components/Cursor/Cursor.d.ts +2 -1
- package/dist/components/Cursor/components/ClientCursor.d.ts +2 -1
- package/dist/components/Cursor/components/ServerCursor.d.ts +2 -1
- package/dist/components/FAQComponent/FAQComponent.d.ts +1 -0
- package/dist/components/FAQComponent/types.d.ts +1 -0
- package/dist/components/FAQComponentItem/FAQComponentItem.d.ts +1 -0
- package/dist/components/FAQComponentItem/types.d.ts +2 -1
- package/dist/components/FeaturesList/FeaturesList.d.ts +2 -1
- package/dist/components/FeaturesList/types.d.ts +2 -1
- package/dist/components/FilterError/FilterError.d.ts +1 -0
- package/dist/components/FilterMenu/FilterMenu.d.ts +2 -1
- package/dist/components/HighlightCard/HighlightCard.d.ts +2 -1
- package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +4 -3
- package/dist/components/Icon/Icon.d.ts +1 -0
- package/dist/components/Icon/constants.cjs.js +1 -1
- package/dist/components/Icon/constants.d.ts +59 -2
- package/dist/components/Icon/constants.es.js +68 -11
- package/dist/components/Icon/iconsMap.cjs.js +1 -1
- package/dist/components/Icon/iconsMap.d.ts +1 -0
- package/dist/components/Icon/iconsMap.es.js +245 -131
- package/dist/components/IconBracket/IconBracket.d.ts +1 -0
- package/dist/components/IconBracket/types.d.ts +1 -0
- package/dist/components/IconButton/IconButton.d.ts +3 -2
- package/dist/components/ImageGallery/ImageGallery.d.ts +1 -0
- package/dist/components/ImageGallery/components/ImageGalleryPagination/ImageGalleryPagination.d.ts +2 -1
- package/dist/components/InfiniteScroll/InfiniteScroll.d.ts +2 -1
- package/dist/components/Label/Label.d.ts +2 -1
- package/dist/components/PlainFeaturesGroup/PlainFeaturesGroup.d.ts +1 -0
- package/dist/components/PlayButton/PlayButton.d.ts +2 -1
- package/dist/components/PriceDisplay/PriceDisplay.d.ts +2 -1
- package/dist/components/Pricing/Pricing.d.ts +1 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +2 -1
- package/dist/components/Pricing/types.d.ts +4 -3
- package/dist/components/ProductGallery/ProductGallery.d.ts +2 -1
- package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +2 -1
- package/dist/components/ProductGalleryCard/types.d.ts +2 -1
- package/dist/components/ProductListing/ProductListing.d.ts +3 -2
- package/dist/components/ProductPairs/ProductPairs.d.ts +1 -0
- package/dist/components/ProgressButton/ProgressButton.d.ts +3 -2
- package/dist/components/Quote/Quote.d.ts +2 -1
- package/dist/components/SmartCallout/SmartCallout.d.ts +1 -0
- package/dist/components/StepsCarousel/StepsCarousel.d.ts +2 -1
- package/dist/components/StudyGridCard/StudyGridCard.d.ts +2 -1
- package/dist/components/Tabs/Tabs.d.ts +2 -1
- package/dist/components/Tabs/TabsWithFade.d.ts +1 -0
- package/dist/components/Tabs/types.d.ts +2 -1
- package/dist/components/Tag/Tag.d.ts +3 -2
- package/dist/components/TextButton/TextButton.d.ts +3 -2
- package/dist/components/TextInput/TextInput.d.ts +1 -0
- package/dist/components/Typography/Typography.d.ts +2 -2
- package/dist/icons/action/attach.svg +1 -0
- package/dist/icons/action/attach.svg.cjs.js +1 -0
- package/dist/icons/action/attach.svg.es.js +5 -0
- package/dist/icons/action/delete.svg +1 -0
- package/dist/icons/action/delete.svg.cjs.js +1 -0
- package/dist/icons/action/delete.svg.es.js +5 -0
- package/dist/icons/action/dislike.svg +1 -0
- package/dist/icons/action/dislike.svg.cjs.js +1 -0
- package/dist/icons/action/dislike.svg.es.js +5 -0
- package/dist/icons/action/download.svg +1 -0
- package/dist/icons/action/download.svg.cjs.js +1 -0
- package/dist/icons/action/download.svg.es.js +5 -0
- package/dist/icons/action/edit.svg +1 -0
- package/dist/icons/action/edit.svg.cjs.js +1 -0
- package/dist/icons/action/edit.svg.es.js +5 -0
- package/dist/icons/action/expand.svg +1 -0
- package/dist/icons/action/expand.svg.cjs.js +1 -0
- package/dist/icons/action/expand.svg.es.js +5 -0
- package/dist/icons/action/favorite.svg +1 -0
- package/dist/icons/action/favorite.svg.cjs.js +1 -0
- package/dist/icons/action/favorite.svg.es.js +5 -0
- package/dist/icons/action/like.svg +1 -0
- package/dist/icons/action/like.svg.cjs.js +1 -0
- package/dist/icons/action/like.svg.es.js +5 -0
- package/dist/icons/action/redo.svg +4 -0
- package/dist/icons/action/redo.svg.cjs.js +1 -0
- package/dist/icons/action/redo.svg.es.js +5 -0
- package/dist/icons/action/save.svg +1 -0
- package/dist/icons/action/save.svg.cjs.js +1 -0
- package/dist/icons/action/save.svg.es.js +5 -0
- package/dist/icons/action/upload.svg +1 -0
- package/dist/icons/action/upload.svg.cjs.js +1 -0
- package/dist/icons/action/upload.svg.es.js +5 -0
- package/dist/icons/arrow/sort-az.svg +1 -0
- package/dist/icons/arrow/sort-az.svg.cjs.js +1 -0
- package/dist/icons/arrow/sort-az.svg.es.js +5 -0
- package/dist/icons/arrow/sort-za.svg +1 -0
- package/dist/icons/arrow/sort-za.svg.cjs.js +1 -0
- package/dist/icons/arrow/sort-za.svg.es.js +5 -0
- package/dist/icons/arrow/swap.svg +1 -0
- package/dist/icons/arrow/swap.svg.cjs.js +1 -0
- package/dist/icons/arrow/swap.svg.es.js +5 -0
- package/dist/icons/chat/send.svg +1 -0
- package/dist/icons/chat/send.svg.cjs.js +1 -0
- package/dist/icons/chat/send.svg.es.js +5 -0
- package/dist/icons/features/ai.svg +1 -0
- package/dist/icons/features/ai.svg.cjs.js +1 -0
- package/dist/icons/features/ai.svg.es.js +5 -0
- package/dist/icons/features/godmode.svg +1 -0
- package/dist/icons/features/godmode.svg.cjs.js +1 -0
- package/dist/icons/features/godmode.svg.es.js +5 -0
- package/dist/icons/global/article.svg +1 -0
- package/dist/icons/global/article.svg.cjs.js +1 -0
- package/dist/icons/global/article.svg.es.js +5 -0
- package/dist/icons/global/book.svg +1 -0
- package/dist/icons/global/book.svg.cjs.js +1 -0
- package/dist/icons/global/book.svg.es.js +5 -0
- package/dist/icons/global/document.svg +1 -0
- package/dist/icons/global/document.svg.cjs.js +1 -0
- package/dist/icons/global/document.svg.es.js +5 -0
- package/dist/icons/global/ellipsis-horizontal.svg +1 -0
- package/dist/icons/global/ellipsis-horizontal.svg.cjs.js +1 -0
- package/dist/icons/global/ellipsis-horizontal.svg.es.js +5 -0
- package/dist/icons/global/lock-fill.svg +8 -0
- package/dist/icons/global/lock-fill.svg.cjs.js +1 -0
- package/dist/icons/global/lock-fill.svg.es.js +7 -0
- package/dist/icons/global/medal.svg +3 -0
- package/dist/icons/global/medal.svg.cjs.js +1 -0
- package/dist/icons/global/medal.svg.es.js +5 -0
- package/dist/icons/global/page.svg +1 -0
- package/dist/icons/global/page.svg.cjs.js +1 -0
- package/dist/icons/global/page.svg.es.js +5 -0
- package/dist/icons/global/upload-cloud.svg +1 -0
- package/dist/icons/global/upload-cloud.svg.cjs.js +1 -0
- package/dist/icons/global/upload-cloud.svg.es.js +5 -0
- package/dist/icons/medical/background.svg +1 -0
- package/dist/icons/medical/background.svg.cjs.js +1 -0
- package/dist/icons/medical/background.svg.es.js +5 -0
- package/dist/icons/medical/stethoscope.svg +1 -0
- package/dist/icons/medical/stethoscope.svg.cjs.js +1 -0
- package/dist/icons/medical/stethoscope.svg.es.js +5 -0
- package/dist/icons/playback/camera-off.svg +1 -0
- package/dist/icons/playback/camera-off.svg.cjs.js +1 -0
- package/dist/icons/playback/camera-off.svg.es.js +5 -0
- package/dist/icons/playback/camera.svg +4 -0
- package/dist/icons/playback/camera.svg.cjs.js +1 -0
- package/dist/icons/playback/camera.svg.es.js +5 -0
- package/dist/icons/playback/fast-forward.svg +1 -0
- package/dist/icons/playback/fast-forward.svg.cjs.js +1 -0
- package/dist/icons/playback/fast-forward.svg.es.js +5 -0
- package/dist/icons/playback/mic-off.svg +1 -0
- package/dist/icons/playback/mic-off.svg.cjs.js +1 -0
- package/dist/icons/playback/mic-off.svg.es.js +5 -0
- package/dist/icons/playback/mic.svg +1 -0
- package/dist/icons/playback/mic.svg.cjs.js +1 -0
- package/dist/icons/playback/mic.svg.es.js +5 -0
- package/dist/icons/playback/rewind.svg +1 -0
- package/dist/icons/playback/rewind.svg.cjs.js +1 -0
- package/dist/icons/playback/rewind.svg.es.js +5 -0
- package/dist/icons/playback/skip-back.svg +1 -0
- package/dist/icons/playback/skip-back.svg.cjs.js +1 -0
- package/dist/icons/playback/skip-back.svg.es.js +5 -0
- package/dist/icons/playback/skip-forward.svg +1 -0
- package/dist/icons/playback/skip-forward.svg.cjs.js +1 -0
- package/dist/icons/playback/skip-forward.svg.es.js +5 -0
- package/dist/icons/playback/volume-high.svg +1 -0
- package/dist/icons/playback/volume-high.svg.cjs.js +1 -0
- package/dist/icons/playback/volume-high.svg.es.js +5 -0
- package/dist/icons/playback/volume-low.svg +1 -0
- package/dist/icons/playback/volume-low.svg.cjs.js +1 -0
- package/dist/icons/playback/volume-low.svg.es.js +5 -0
- package/dist/icons/playback/volume-med.svg +1 -0
- package/dist/icons/playback/volume-med.svg.cjs.js +1 -0
- package/dist/icons/playback/volume-med.svg.es.js +5 -0
- package/dist/icons/playback/volume-off.svg +1 -0
- package/dist/icons/playback/volume-off.svg.cjs.js +1 -0
- package/dist/icons/playback/volume-off.svg.es.js +5 -0
- package/dist/icons/scheduling/alarm.svg +4 -0
- package/dist/icons/scheduling/alarm.svg.cjs.js +1 -0
- package/dist/icons/scheduling/alarm.svg.es.js +5 -0
- package/dist/icons/scheduling/calendar-arrow.svg +1 -0
- package/dist/icons/scheduling/calendar-arrow.svg.cjs.js +1 -0
- package/dist/icons/scheduling/calendar-arrow.svg.es.js +5 -0
- package/dist/icons/scheduling/calendar-blank.svg +1 -0
- package/dist/icons/scheduling/calendar-blank.svg.cjs.js +1 -0
- package/dist/icons/scheduling/calendar-blank.svg.es.js +5 -0
- package/dist/icons/scheduling/calendar-date.svg +1 -0
- package/dist/icons/scheduling/calendar-date.svg.cjs.js +1 -0
- package/dist/icons/scheduling/calendar-date.svg.es.js +5 -0
- package/dist/icons/scheduling/calendar-fill.svg +1 -0
- package/dist/icons/scheduling/calendar-fill.svg.cjs.js +1 -0
- package/dist/icons/scheduling/calendar-fill.svg.es.js +5 -0
- package/dist/icons/status/cancelled.svg +1 -0
- package/dist/icons/status/cancelled.svg.cjs.js +1 -0
- package/dist/icons/status/cancelled.svg.es.js +5 -0
- package/dist/icons/status/flag-fill.svg +1 -0
- package/dist/icons/status/flag-fill.svg.cjs.js +1 -0
- package/dist/icons/status/flag-fill.svg.es.js +5 -0
- package/dist/icons/status/flag.svg +1 -0
- package/dist/icons/status/flag.svg.cjs.js +1 -0
- package/dist/icons/status/flag.svg.es.js +5 -0
- package/dist/icons/status/moon-fill.svg +1 -0
- package/dist/icons/status/moon-fill.svg.cjs.js +1 -0
- package/dist/icons/status/moon-fill.svg.es.js +5 -0
- package/dist/icons/status/moon.svg +1 -0
- package/dist/icons/status/moon.svg.cjs.js +1 -0
- package/dist/icons/status/moon.svg.es.js +5 -0
- package/dist/icons/status/notification-off.svg +1 -0
- package/dist/icons/status/notification-off.svg.cjs.js +1 -0
- package/dist/icons/status/notification-off.svg.es.js +5 -0
- package/dist/icons/status/notification.svg +1 -0
- package/dist/icons/status/notification.svg.cjs.js +1 -0
- package/dist/icons/status/notification.svg.es.js +5 -0
- package/dist/icons/status/toggle.svg +4 -0
- package/dist/icons/status/toggle.svg.cjs.js +1 -0
- package/dist/icons/status/toggle.svg.es.js +5 -0
- package/dist/icons/status/travel.svg +1 -0
- package/dist/icons/status/travel.svg.cjs.js +1 -0
- package/dist/icons/status/travel.svg.es.js +5 -0
- package/dist/icons/status/verified-issue.svg +1 -0
- package/dist/icons/status/verified-issue.svg.cjs.js +1 -0
- package/dist/icons/status/verified-issue.svg.es.js +5 -0
- package/dist/icons/status/verified.svg +1 -0
- package/dist/icons/status/verified.svg.cjs.js +1 -0
- package/dist/icons/status/verified.svg.es.js +5 -0
- package/dist/icons/user/add-user.svg +1 -0
- package/dist/icons/user/add-user.svg.cjs.js +1 -0
- package/dist/icons/user/add-user.svg.es.js +5 -0
- package/dist/icons/user/user-group.svg +1 -0
- package/dist/icons/user/user-group.svg.cjs.js +1 -0
- package/dist/icons/user/user-group.svg.es.js +5 -0
- package/dist/lib/useSwiper.d.ts +3 -2
- package/dist/modules/BasicImageText/BasicImageText.d.ts +2 -1
- package/dist/modules/Benefits/Benefits.d.ts +1 -0
- package/dist/modules/CallToAction/CallToAction.d.ts +1 -0
- package/dist/modules/Callback/Callback.d.ts +2 -1
- package/dist/modules/Claims/Claims.d.ts +1 -0
- package/dist/modules/Compare/Compare.d.ts +1 -0
- package/dist/modules/Compare/types.d.ts +3 -2
- package/dist/modules/Comparison/Comparison.d.ts +3 -2
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.d.ts +2 -1
- package/dist/modules/ComparisonV2/ComparisonV2.d.ts +2 -1
- package/dist/modules/ContentHighlight/ContentHighlight.d.ts +2 -1
- package/dist/modules/Curiosity/Curiosity.d.ts +1 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +2 -1
- package/dist/modules/ExpandingDetails/ExpandingDetails.d.ts +1 -0
- package/dist/modules/ExpandingDetails/types.d.ts +1 -0
- package/dist/modules/FAQModule/FAQModule.d.ts +1 -0
- package/dist/modules/FAQModule/types.d.ts +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +3 -2
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +2 -1
- package/dist/modules/FollowTheScience/FollowTheScience.d.ts +1 -0
- package/dist/modules/HSModal/HSModal.d.ts +1 -0
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.d.ts +1 -0
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.d.ts +1 -0
- package/dist/modules/HSModal/types.d.ts +1 -0
- package/dist/modules/HSModal/useHSModal.cjs.js +1 -1
- package/dist/modules/HSModal/useHSModal.es.js +1 -1
- package/dist/modules/HighestStandards/HighestStandards.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/types.d.ts +2 -1
- package/dist/modules/HighestStandards/types.d.ts +1 -0
- package/dist/modules/Highlight/Highlight.d.ts +2 -1
- package/dist/modules/HowItWorks/components/Content/Content.d.ts +1 -0
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.d.ts +1 -0
- package/dist/modules/ImageWithText/ImageWithText.d.ts +1 -0
- package/dist/modules/ImageWithText/components/ButtonWithColors/ButtonWithColors.d.ts +1 -0
- package/dist/modules/ImageWithText/types.d.ts +2 -1
- package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +3 -2
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +2 -1
- package/dist/modules/IndividualProductCard/types.d.ts +3 -2
- package/dist/modules/IndividualProductCardV2/IndividualProductCardV2.d.ts +1 -0
- package/dist/modules/IndividualProductCardV2/types.d.ts +1 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +1 -0
- package/dist/modules/LongevityPathways/LongevityPathways.d.ts +1 -0
- package/dist/modules/LongevityPathways/types.d.ts +1 -0
- package/dist/modules/OptimalHealth/OptimalHealth.d.ts +3 -2
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.d.ts +2 -1
- package/dist/modules/OurProcess/OurProcess.d.ts +4 -3
- package/dist/modules/PairedProducts/PairedProducts.d.ts +2 -1
- package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +2 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +2 -1
- package/dist/modules/ProductsDisplay/types.d.ts +2 -1
- package/dist/modules/ProductsDisplay/useProductsData.d.ts +4 -3
- package/dist/modules/ProgramDetails/ProgramDetails.d.ts +1 -0
- package/dist/modules/ProgramDetails/components/Features/Features.d.ts +2 -1
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.d.ts +1 -0
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.d.ts +2 -1
- package/dist/modules/ResearchFeatured/ResearchFeatured.d.ts +2 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.d.ts +2 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.d.ts +2 -1
- package/dist/modules/ResearchFilters/ResearchFilters.d.ts +2 -1
- package/dist/modules/ResearchStudies/ResearchStudies.d.ts +2 -1
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.d.ts +2 -1
- package/dist/modules/Reviews/Reviews.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.d.ts +2 -1
- package/dist/modules/ScienceHero/ScienceHeroCursor.d.ts +2 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.d.ts +2 -1
- package/dist/modules/ScienceHero/components/ScienceServerCursor.d.ts +2 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +3 -2
- package/dist/modules/StillHaveQuestions/StillHaveQuestions.d.ts +2 -1
- package/dist/modules/StillHaveQuestions/constants.d.ts +1 -0
- package/dist/modules/Studies/Studies.d.ts +3 -2
- package/dist/modules/TargetedPrograms/TargetedPrograms.d.ts +2 -1
- package/dist/modules/Testimonial/Testimonial.d.ts +2 -1
- package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +1 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +1 -0
- package/dist/modules/TextTwoImages/TextTwoImages.d.ts +2 -1
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.d.ts +2 -1
- package/dist/modules/TotalCare/TotalCare.d.ts +4 -3
- package/dist/modules/TrackProgress/TrackProgress.d.ts +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +1 -0
- package/dist/modules/TypesOfTests/TypesOfTests.d.ts +3 -2
- package/dist/modules/YourProtocol/YourProtocol.d.ts +4 -3
- package/dist/modules/YourProtocol/types.d.ts +1 -0
- package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/WistiaPlayerWrapper-KYHM7EWK.cjs.js +1 -1
- package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/WistiaPlayerWrapper-KYHM7EWK.es.js +2 -2
- package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/wistia-player-PKAEVX5L.cjs.js +19 -19
- package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/wistia-player-PKAEVX5L.es.js +270 -270
- package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
- package/dist/node_modules/gsap/CustomEase.es.js +2 -2
- package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
- package/dist/node_modules/gsap/Draggable.es.js +6 -6
- package/dist/node_modules/gsap/Flip.cjs.js +1 -1
- package/dist/node_modules/gsap/Flip.es.js +6 -6
- package/dist/node_modules/gsap/Observer.cjs.js +1 -1
- package/dist/node_modules/gsap/Observer.es.js +2 -2
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
- package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
- package/dist/node_modules/gsap/utils/matrix.cjs.js +1 -1
- package/dist/node_modules/gsap/utils/matrix.es.js +2 -2
- package/dist/pageComponents/Banner/Banner.d.ts +2 -1
- package/dist/pageComponents/Footer/Footer.d.ts +1 -0
- package/dist/pageComponents/ScrollingFeatures/ScrollingFeatures.d.ts +1 -0
- package/dist/styles/core.css +1 -1
- package/dist/types/articles.d.ts +1 -0
- package/dist/utils/isHsIcon.d.ts +1 -0
- package/package.json +1 -1
- /package/dist/icons/{action → global}/ellipsis-vertical.svg +0 -0
- /package/dist/icons/{action → global}/ellipsis-vertical.svg.cjs.js +0 -0
- /package/dist/icons/{action → global}/ellipsis-vertical.svg.es.js +0 -0
- /package/dist/icons/{action → global}/folder-open-outline.svg +0 -0
- /package/dist/icons/{action → global}/folder-open-outline.svg.cjs.js +0 -0
- /package/dist/icons/{action → global}/folder-open-outline.svg.es.js +0 -0
- /package/dist/icons/{action → playback}/alt-play.svg +0 -0
- /package/dist/icons/{action → playback}/alt-play.svg.cjs.js +0 -0
- /package/dist/icons/{action → playback}/alt-play.svg.es.js +0 -0
- /package/dist/icons/{action → playback}/invisible.svg +0 -0
- /package/dist/icons/{action → playback}/invisible.svg.cjs.js +0 -0
- /package/dist/icons/{action → playback}/invisible.svg.es.js +0 -0
- /package/dist/icons/{action → playback}/play.svg +0 -0
- /package/dist/icons/{action → playback}/play.svg.cjs.js +0 -0
- /package/dist/icons/{action → playback}/play.svg.es.js +0 -0
- /package/dist/icons/{action → playback}/visible.svg +0 -0
- /package/dist/icons/{action → playback}/visible.svg.cjs.js +0 -0
- /package/dist/icons/{action → playback}/visible.svg.es.js +0 -0
- /package/dist/icons/{indicators → status}/circle-dash-fill.svg +0 -0
- /package/dist/icons/{indicators → status}/circle-dash-fill.svg.cjs.js +0 -0
- /package/dist/icons/{indicators → status}/circle-dash-fill.svg.es.js +0 -0
- /package/dist/icons/{indicators → status}/circle-dash.svg +0 -0
- /package/dist/icons/{indicators → status}/circle-dash.svg.cjs.js +0 -0
- /package/dist/icons/{indicators → status}/circle-dash.svg.es.js +0 -0
- /package/dist/icons/{action → status}/circle-pause.svg +0 -0
- /package/dist/icons/{action → status}/circle-pause.svg.cjs.js +0 -0
- /package/dist/icons/{action → status}/circle-pause.svg.es.js +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M21.1406 6.11154C21.369 6.01001 21.6191 5.96714 21.8683 5.98685C22.1174 6.00656 22.3577 6.08821 22.5673 6.22438C22.7769 6.36056 22.9491 6.54695 23.0683 6.7666C23.1875 6.98626 23.25 7.23225 23.25 7.48218V16.5178L23.2498 16.5412C23.246 16.7831 23.1838 17.0206 23.0683 17.2334C22.9491 17.453 22.7769 17.6394 22.5673 17.7756C22.3577 17.9118 22.1174 17.9934 21.8683 18.0131C21.6191 18.0328 21.369 17.99 21.1406 17.8884C21.096 17.8686 21.0535 17.8445 21.0136 17.8164L17.1366 15.0873C16.94 14.9489 16.7795 14.7653 16.6687 14.5519C16.5579 14.3385 16.5001 14.1015 16.5 13.8611V10.1389L16.5007 10.0939C16.5075 9.86892 16.5648 9.64817 16.6687 9.44809C16.7795 9.23468 16.94 9.05105 17.1366 8.91264L21.0136 6.18355L21.0287 6.1732C21.0642 6.14951 21.1016 6.12888 21.1406 6.11154ZM18 10.1392V13.8607L21.75 16.5004V7.49957L18 10.1392Z", fill: "currentColor" }), /* @__PURE__ */ C.createElement("path", { d: "M12.5873 5.25C13.4253 5.25259 14.2282 5.58666 14.8208 6.17921C15.4133 6.77177 15.7474 7.57469 15.75 8.41269V15.5647C15.7476 16.4087 15.4112 17.2175 14.8143 17.8143C14.2175 18.4112 13.4087 18.7476 12.5647 18.75H3.93535C3.09129 18.7476 2.28251 18.4112 1.68567 17.8143C1.08883 17.2175 0.752424 16.4087 0.75 15.5647V8.43535C0.752424 7.59129 1.08883 6.78251 1.68567 6.18567C2.28251 5.58883 3.09129 5.25242 3.93535 5.25H12.5873ZM3.89772 6.75064C3.46521 6.76258 3.053 6.93961 2.74631 7.24631C2.42971 7.5629 2.25129 7.99192 2.25 8.43965V15.5603L2.25064 15.6023C2.26258 16.0348 2.43961 16.447 2.74631 16.7537C3.0629 17.0703 3.49192 17.2487 3.93965 17.25H12.5603C13.0081 17.2487 13.4371 17.0703 13.7537 16.7537C14.0703 16.4371 14.2487 16.0081 14.25 15.5603V8.41731C14.2486 7.97553 14.0725 7.55224 13.7601 7.23985C13.4575 6.93722 13.0508 6.7625 12.624 6.75064L12.5827 6.75H3.93965L3.89772 6.75064Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M12.2 5.5q.7-.5 1.5 0l8.9 5.3q.6.4.6 1.2t-.6 1.2l-8.9 5.3q-.7.5-1.5 0-.7-.5-.7-1.3v-3.7l-8.5 5q-.8.5-1.5 0t-.7-1.3V6.8q0-.8.7-1.3t1.5 0l8.5 5V6.8q0-.8.7-1.3m-10 11.7L11 12 2.3 6.8zm10.8 0 8.7-5.2L13 6.8z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=a(o),c=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",d:"M12.2 5.5q.7-.5 1.5 0l8.9 5.3q.6.4.6 1.2t-.6 1.2l-8.9 5.3q-.7.5-1.5 0-.7-.5-.7-1.3v-3.7l-8.5 5q-.8.5-1.5 0t-.7-1.3V6.8q0-.8.7-1.3t1.5 0l8.5 5V6.8q0-.8.7-1.3m-10 11.7L11 12 2.3 6.8zm10.8 0 8.7-5.2L13 6.8z"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M12.2 5.5q.7-.5 1.5 0l8.9 5.3q.6.4.6 1.2t-.6 1.2l-8.9 5.3q-.7.5-1.5 0-.7-.5-.7-1.3v-3.7l-8.5 5q-.8.5-1.5 0t-.7-1.3V6.8q0-.8.7-1.3t1.5 0l8.5 5V6.8q0-.8.7-1.3m-10 11.7L11 12 2.3 6.8zm10.8 0 8.7-5.2L13 6.8z" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M4 2.5q.5-.4 1 0l15.8 15.7a.7.7 0 1 1-1 1L4 3.6a1 1 0 0 1 0-1M18.8 11.3V9.8Q18.7 9 18 9a1 1 0 0 0-.7.8v1.4l-.2 1.2v.1l1.1 1h.2q.4-1.1.4-2.2M12 16.5a5.3 5.3 0 0 1-5.2-5.2V9.8Q6.7 9 6 9a1 1 0 0 0-.7.8v1.4c0 3.5 2.6 6.4 6 6.8v2.3H9q-.6 0-.7.7a1 1 0 0 0 .7.8h6q.6-.1.7-.8a1 1 0 0 0-.7-.7h-2.2V18a7 7 0 0 0 2.5-.9V17l-1-.8h-.1q-1 .4-2.2.4m0-12.7A2.2 2.2 0 0 1 14.3 6v3.6l1.3 1.3h.1V6a3.8 3.8 0 0 0-5.5-3.3Q9.4 3 8.8 4v.2l1 1 .1-.1A2 2 0 0 1 12 3.8"/><path fill="currentColor" d="M9.7 11.4 8.4 10h-.2v1.1a3.8 3.8 0 0 0 4.8 3.7v-.2L12 13.5h-.1q-1.7-.3-2-2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function c(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const a=c(n),o=e=>a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},a.createElement("path",{fill:"currentColor",d:"M4 2.5q.5-.4 1 0l15.8 15.7a.7.7 0 1 1-1 1L4 3.6a1 1 0 0 1 0-1M18.8 11.3V9.8Q18.7 9 18 9a1 1 0 0 0-.7.8v1.4l-.2 1.2v.1l1.1 1h.2q.4-1.1.4-2.2M12 16.5a5.3 5.3 0 0 1-5.2-5.2V9.8Q6.7 9 6 9a1 1 0 0 0-.7.8v1.4c0 3.5 2.6 6.4 6 6.8v2.3H9q-.6 0-.7.7a1 1 0 0 0 .7.8h6q.6-.1.7-.8a1 1 0 0 0-.7-.7h-2.2V18a7 7 0 0 0 2.5-.9V17l-1-.8h-.1q-1 .4-2.2.4m0-12.7A2.2 2.2 0 0 1 14.3 6v3.6l1.3 1.3h.1V6a3.8 3.8 0 0 0-5.5-3.3Q9.4 3 8.8 4v.2l1 1 .1-.1A2 2 0 0 1 12 3.8"}),a.createElement("path",{fill:"currentColor",d:"M9.7 11.4 8.4 10h-.2v1.1a3.8 3.8 0 0 0 4.8 3.7v-.2L12 13.5h-.1q-1.7-.3-2-2z"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M4 2.5q.5-.4 1 0l15.8 15.7a.7.7 0 1 1-1 1L4 3.6a1 1 0 0 1 0-1M18.8 11.3V9.8Q18.7 9 18 9a1 1 0 0 0-.7.8v1.4l-.2 1.2v.1l1.1 1h.2q.4-1.1.4-2.2M12 16.5a5.3 5.3 0 0 1-5.2-5.2V9.8Q6.7 9 6 9a1 1 0 0 0-.7.8v1.4c0 3.5 2.6 6.4 6 6.8v2.3H9q-.6 0-.7.7a1 1 0 0 0 .7.8h6q.6-.1.7-.8a1 1 0 0 0-.7-.7h-2.2V18a7 7 0 0 0 2.5-.9V17l-1-.8h-.1q-1 .4-2.2.4m0-12.7A2.2 2.2 0 0 1 14.3 6v3.6l1.3 1.3h.1V6a3.8 3.8 0 0 0-5.5-3.3Q9.4 3 8.8 4v.2l1 1 .1-.1A2 2 0 0 1 12 3.8" }), /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M9.7 11.4 8.4 10h-.2v1.1a3.8 3.8 0 0 0 4.8 3.7v-.2L12 13.5h-.1q-1.7-.3-2-2z" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M5.3 11.3V9.7a.8.8 0 0 1 1.5 0v1.6c0 2.8 2.3 5.2 5.2 5.2s5.3-2.4 5.3-5.2V9.7a.8.8 0 0 1 1.4 0v1.6c0 3.4-2.6 6.3-6 6.7v2.3H15a.8.8 0 0 1 0 1.4H9a.8.8 0 0 1 0-1.4h2.3V18c-3.4-.4-6-3.3-6-6.7"/><path fill="currentColor" d="M14.3 6Q14 4 12 3.8A2 2 0 0 0 9.8 6v5.2c0 1.3 1 2.3 2.2 2.3s2.3-1 2.3-2.3zm1.4 5.2c0 2.1-1.6 3.8-3.7 3.8-2 0-3.7-1.7-3.7-3.8V6A3.7 3.7 0 0 1 12 2.3c2.1 0 3.8 1.6 3.8 3.7z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=a(l),o=e=>c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},c.createElement("path",{fill:"currentColor",d:"M5.3 11.3V9.7a.8.8 0 0 1 1.5 0v1.6c0 2.8 2.3 5.2 5.2 5.2s5.3-2.4 5.3-5.2V9.7a.8.8 0 0 1 1.4 0v1.6c0 3.4-2.6 6.3-6 6.7v2.3H15a.8.8 0 0 1 0 1.4H9a.8.8 0 0 1 0-1.4h2.3V18c-3.4-.4-6-3.3-6-6.7"}),c.createElement("path",{fill:"currentColor",d:"M14.3 6Q14 4 12 3.8A2 2 0 0 0 9.8 6v5.2c0 1.3 1 2.3 2.2 2.3s2.3-1 2.3-2.3zm1.4 5.2c0 2.1-1.6 3.8-3.7 3.8-2 0-3.7-1.7-3.7-3.8V6A3.7 3.7 0 0 1 12 2.3c2.1 0 3.8 1.6 3.8 3.7z"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const c = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M5.3 11.3V9.7a.8.8 0 0 1 1.5 0v1.6c0 2.8 2.3 5.2 5.2 5.2s5.3-2.4 5.3-5.2V9.7a.8.8 0 0 1 1.4 0v1.6c0 3.4-2.6 6.3-6 6.7v2.3H15a.8.8 0 0 1 0 1.4H9a.8.8 0 0 1 0-1.4h2.3V18c-3.4-.4-6-3.3-6-6.7" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M14.3 6Q14 4 12 3.8A2 2 0 0 0 9.8 6v5.2c0 1.3 1 2.3 2.2 2.3s2.3-1 2.3-2.3zm1.4 5.2c0 2.1-1.6 3.8-3.7 3.8-2 0-3.7-1.7-3.7-3.8V6A3.7 3.7 0 0 1 12 2.3c2.1 0 3.8 1.6 3.8 3.7z" }));
|
|
3
|
+
export {
|
|
4
|
+
c as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M11 6.8 2.3 12l8.7 5.2zm10.8 0L13 12l8.7 5.2zm1.4 10.4q0 .8-.7 1.3t-1.5 0l-8.5-5v3.7q0 .8-.7 1.3t-1.5 0l-8.9-5.3Q.8 12.8.8 12t.6-1.2l8.9-5.3q.8-.5 1.5 0t.7 1.3v3.7l8.5-5q.8-.5 1.5 0 .8.5.8 1.3z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function c(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const n=c(o),a=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",d:"M11 6.8 2.3 12l8.7 5.2zm10.8 0L13 12l8.7 5.2zm1.4 10.4q0 .8-.7 1.3t-1.5 0l-8.5-5v3.7q0 .8-.7 1.3t-1.5 0l-8.9-5.3Q.8 12.8.8 12t.6-1.2l8.9-5.3q.8-.5 1.5 0t.7 1.3v3.7l8.5-5q.8-.5 1.5 0 .8.5.8 1.3z"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M11 6.8 2.3 12l8.7 5.2zm10.8 0L13 12l8.7 5.2zm1.4 10.4q0 .8-.7 1.3t-1.5 0l-8.5-5v3.7q0 .8-.7 1.3t-1.5 0l-8.9-5.3Q.8 12.8.8 12t.6-1.2l8.9-5.3q.8-.5 1.5 0t.7 1.3v3.7l8.5-5q.8-.5 1.5 0 .8.5.8 1.3z" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="m18 5.2-.1-.3h-.2L6 11.9 6 12v.1l11.7 7h.2l.1-.3zm1.5 13.6q0 1-.8 1.6-.8.5-1.8 0l-11.6-7q-.8-.6-.8-1.4t.8-1.4l11.6-7q1-.4 1.8 0 .8.7.8 1.6z"/><path fill="currentColor" d="M4.5 20.3V3.8a.8.8 0 0 1 1.5 0v16.5a.8.8 0 0 1-1.5 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},l.createElement("path",{fill:"currentColor",d:"m18 5.2-.1-.3h-.2L6 11.9 6 12v.1l11.7 7h.2l.1-.3zm1.5 13.6q0 1-.8 1.6-.8.5-1.8 0l-11.6-7q-.8-.6-.8-1.4t.8-1.4l11.6-7q1-.4 1.8 0 .8.7.8 1.6z"}),l.createElement("path",{fill:"currentColor",d:"M4.5 20.3V3.8a.8.8 0 0 1 1.5 0v16.5a.8.8 0 0 1-1.5 0"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "m18 5.2-.1-.3h-.2L6 11.9 6 12v.1l11.7 7h.2l.1-.3zm1.5 13.6q0 1-.8 1.6-.8.5-1.8 0l-11.6-7q-.8-.6-.8-1.4t.8-1.4l11.6-7q1-.4 1.8 0 .8.7.8 1.6z" }), /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M4.5 20.3V3.8a.8.8 0 0 1 1.5 0v16.5a.8.8 0 0 1-1.5 0" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M5.3 3.6q.8-.4 1.8 0l11.6 7q.9.6.8 1.4t-.8 1.4l-11.6 7q-1 .4-1.8 0-.8-.6-.8-1.6V5.2q0-1 .8-1.6M6 18.8l.1.3h.2l11.6-7 .1-.1v-.1l-11.7-7H6l-.1.3z"/><path fill="currentColor" d="M18 20.3V3.8a.8.8 0 0 1 1.5 0v16.5a.8.8 0 0 1-1.5 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},l.createElement("path",{fill:"currentColor",d:"M5.3 3.6q.8-.4 1.8 0l11.6 7q.9.6.8 1.4t-.8 1.4l-11.6 7q-1 .4-1.8 0-.8-.6-.8-1.6V5.2q0-1 .8-1.6M6 18.8l.1.3h.2l11.6-7 .1-.1v-.1l-11.7-7H6l-.1.3z"}),l.createElement("path",{fill:"currentColor",d:"M18 20.3V3.8a.8.8 0 0 1 1.5 0v16.5a.8.8 0 0 1-1.5 0"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M5.3 3.6q.8-.4 1.8 0l11.6 7q.9.6.8 1.4t-.8 1.4l-11.6 7q-1 .4-1.8 0-.8-.6-.8-1.6V5.2q0-1 .8-1.6M6 18.8l.1.3h.2l11.6-7 .1-.1v-.1l-11.7-7H6l-.1.3z" }), /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M18 20.3V3.8a.8.8 0 0 1 1.5 0v16.5a.8.8 0 0 1-1.5 0" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M21 12c0-3-.8-5-2.1-7.1a.7.7 0 0 1 1.2-.8c1.5 2.3 2.4 4.5 2.4 7.9s-.9 5.7-2.4 8a.7.7 0 0 1-1.2-1c1.3-2 2.1-4 2.1-7M10.8 4.5l.5.1h.1l.4.4.2.6v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.6H2.6a1 1 0 0 1-1.1-1V9.3q0-.5.3-.8.4-.4.8-.4H6l4.3-3.5zM18 12c0-2-.5-3.3-1.4-4.9a.8.8 0 0 1 1.3-.7c1 1.7 1.6 3.2 1.6 5.6s-.6 4-1.6 5.6a.8.8 0 0 1-1.3-.7A9 9 0 0 0 18 12M6.8 9.4q-.4.4-.9.3H3v4.6h2.9q.4 0 1 .3l3.6 3V6.4zM15 12q0-1.4-.7-2.7a.7.7 0 1 1 1.4-.6 7 7 0 0 1 0 6.6.8.8 0 1 1-1.4-.6q.7-1.4.7-2.7"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("react");function n(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const a=n(c),o=e=>a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},a.createElement("path",{fill:"currentColor",d:"M21 12c0-3-.8-5-2.1-7.1a.7.7 0 0 1 1.2-.8c1.5 2.3 2.4 4.5 2.4 7.9s-.9 5.7-2.4 8a.7.7 0 0 1-1.2-1c1.3-2 2.1-4 2.1-7M10.8 4.5l.5.1h.1l.4.4.2.6v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.6H2.6a1 1 0 0 1-1.1-1V9.3q0-.5.3-.8.4-.4.8-.4H6l4.3-3.5zM18 12c0-2-.5-3.3-1.4-4.9a.8.8 0 0 1 1.3-.7c1 1.7 1.6 3.2 1.6 5.6s-.6 4-1.6 5.6a.8.8 0 0 1-1.3-.7A9 9 0 0 0 18 12M6.8 9.4q-.4.4-.9.3H3v4.6h2.9q.4 0 1 .3l3.6 3V6.4zM15 12q0-1.4-.7-2.7a.7.7 0 1 1 1.4-.6 7 7 0 0 1 0 6.6.8.8 0 1 1-1.4-.6q.7-1.4.7-2.7"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M21 12c0-3-.8-5-2.1-7.1a.7.7 0 0 1 1.2-.8c1.5 2.3 2.4 4.5 2.4 7.9s-.9 5.7-2.4 8a.7.7 0 0 1-1.2-1c1.3-2 2.1-4 2.1-7M10.8 4.5l.5.1h.1l.4.4.2.6v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.6H2.6a1 1 0 0 1-1.1-1V9.3q0-.5.3-.8.4-.4.8-.4H6l4.3-3.5zM18 12c0-2-.5-3.3-1.4-4.9a.8.8 0 0 1 1.3-.7c1 1.7 1.6 3.2 1.6 5.6s-.6 4-1.6 5.6a.8.8 0 0 1-1.3-.7A9 9 0 0 0 18 12M6.8 9.4q-.4.4-.9.3H3v4.6h2.9q.4 0 1 .3l3.6 3V6.4zM15 12q0-1.4-.7-2.7a.7.7 0 1 1 1.4-.6 7 7 0 0 1 0 6.6.8.8 0 1 1-1.4-.6q.7-1.4.7-2.7" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M13.8 4.5A1 1 0 0 1 15 5.6v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.5H5.6a1 1 0 0 1-1.1-1.1V9.3q0-.5.3-.8.4-.3.8-.3H9l4.3-3.6zm-4 5q-.3.3-1 .2H6v4.6h2.9q.5 0 1 .3l3.6 3V6.4zM18 12q0-1.4-.7-2.7a.8.8 0 0 1 1.4-.6 7 7 0 0 1 0 6.6.7.7 0 1 1-1.4-.6q.6-1.3.7-2.7"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=a(o),c=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",d:"M13.8 4.5A1 1 0 0 1 15 5.6v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.5H5.6a1 1 0 0 1-1.1-1.1V9.3q0-.5.3-.8.4-.3.8-.3H9l4.3-3.6zm-4 5q-.3.3-1 .2H6v4.6h2.9q.5 0 1 .3l3.6 3V6.4zM18 12q0-1.4-.7-2.7a.8.8 0 0 1 1.4-.6 7 7 0 0 1 0 6.6.7.7 0 1 1-1.4-.6q.6-1.3.7-2.7"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M13.8 4.5A1 1 0 0 1 15 5.6v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.5H5.6a1 1 0 0 1-1.1-1.1V9.3q0-.5.3-.8.4-.3.8-.3H9l4.3-3.6zm-4 5q-.3.3-1 .2H6v4.6h2.9q.5 0 1 .3l3.6 3V6.4zM18 12q0-1.4-.7-2.7a.8.8 0 0 1 1.4-.6 7 7 0 0 1 0 6.6.7.7 0 1 1-1.4-.6q.6-1.3.7-2.7" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M12.3 4.5a1 1 0 0 1 1.2 1.1v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.5H4A1 1 0 0 1 3 14.7V9.3q0-.5.3-.8.4-.3.8-.3h3.3l4.3-3.6zm7.2 7.5c0-2-.5-3.3-1.4-4.9a.8.8 0 0 1 1.3-.7C20.4 8 21 9.6 21 12s-.6 4-1.6 5.6a.8.8 0 0 1-1.3-.7 9 9 0 0 0 1.4-4.9M8.3 9.4q-.3.4-1 .3H4.6v4.6h2.9q.5 0 1 .3l3.6 3V6.4zm8.2 2.6q0-1.4-.7-2.7a.8.8 0 0 1 1.4-.6 7 7 0 0 1 0 6.6.7.7 0 1 1-1.4-.6q.7-1.3.7-2.7"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=o(a),c=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",d:"M12.3 4.5a1 1 0 0 1 1.2 1.1v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.5H4A1 1 0 0 1 3 14.7V9.3q0-.5.3-.8.4-.3.8-.3h3.3l4.3-3.6zm7.2 7.5c0-2-.5-3.3-1.4-4.9a.8.8 0 0 1 1.3-.7C20.4 8 21 9.6 21 12s-.6 4-1.6 5.6a.8.8 0 0 1-1.3-.7 9 9 0 0 0 1.4-4.9M8.3 9.4q-.3.4-1 .3H4.6v4.6h2.9q.5 0 1 .3l3.6 3V6.4zm8.2 2.6q0-1.4-.7-2.7a.8.8 0 0 1 1.4-.6 7 7 0 0 1 0 6.6.7.7 0 1 1-1.4-.6q.7-1.3.7-2.7"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M12.3 4.5a1 1 0 0 1 1.2 1.1v12.8a1.1 1.1 0 0 1-1.8.9l-4.3-3.5H4A1 1 0 0 1 3 14.7V9.3q0-.5.3-.8.4-.3.8-.3h3.3l4.3-3.6zm7.2 7.5c0-2-.5-3.3-1.4-4.9a.8.8 0 0 1 1.3-.7C20.4 8 21 9.6 21 12s-.6 4-1.6 5.6a.8.8 0 0 1-1.3-.7 9 9 0 0 0 1.4-4.9M8.3 9.4q-.3.4-1 .3H4.6v4.6h2.9q.5 0 1 .3l3.6 3V6.4zm8.2 2.6q0-1.4-.7-2.7a.8.8 0 0 1 1.4-.6 7 7 0 0 1 0 6.6.7.7 0 1 1-1.4-.6q.7-1.3.7-2.7" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M2.5 3.2q.5-.4 1 0L20 19.7a.7.7 0 1 1-1 1L2.5 4.4a1 1 0 0 1 0-1M10.5 6.4v1.7l1.2 1.2A.2.2 0 0 0 12 9V5.7a1 1 0 0 0-.6-1 1 1 0 0 0-1.2 0L8.7 6v.2l.8.8h.2zm0 11.2-3.7-3q-.4-.4-1-.3H3V9.8h2.4a.2.2 0 0 0 .1-.4L4.4 8.3H2.6a1 1 0 0 0-1.1 1v5.3a1 1 0 0 0 1.1 1.2H6l4.3 3.5a1.1 1.1 0 0 0 1.8-1V16l-1.2-1.2a.2.2 0 0 0-.3.2zm6-5.6q0-1.7-.8-3.3a.8.8 0 0 0-1.4.6 6 6 0 0 1 .7 3v.4l1 .9.3-.1zm3 0c0-2.4-.6-4-1.6-5.6a.7.7 0 0 0-1.3.7A9 9 0 0 1 18 12q0 1.6-.4 2.8v.4l.8.8h.3q.8-1.7.8-4"/><path fill="currentColor" d="M22.5 12c0-3.5-1-5.7-2.4-7.9a.8.8 0 1 0-1.2.8c1.2 2 2.1 4 2.1 7.1a12 12 0 0 1-1.1 5.4v.1l.9.8h.2q1.5-3 1.5-6.3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function c(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const a=c(n),o=e=>a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},a.createElement("path",{fill:"currentColor",d:"M2.5 3.2q.5-.4 1 0L20 19.7a.7.7 0 1 1-1 1L2.5 4.4a1 1 0 0 1 0-1M10.5 6.4v1.7l1.2 1.2A.2.2 0 0 0 12 9V5.7a1 1 0 0 0-.6-1 1 1 0 0 0-1.2 0L8.7 6v.2l.8.8h.2zm0 11.2-3.7-3q-.4-.4-1-.3H3V9.8h2.4a.2.2 0 0 0 .1-.4L4.4 8.3H2.6a1 1 0 0 0-1.1 1v5.3a1 1 0 0 0 1.1 1.2H6l4.3 3.5a1.1 1.1 0 0 0 1.8-1V16l-1.2-1.2a.2.2 0 0 0-.3.2zm6-5.6q0-1.7-.8-3.3a.8.8 0 0 0-1.4.6 6 6 0 0 1 .7 3v.4l1 .9.3-.1zm3 0c0-2.4-.6-4-1.6-5.6a.7.7 0 0 0-1.3.7A9 9 0 0 1 18 12q0 1.6-.4 2.8v.4l.8.8h.3q.8-1.7.8-4"}),a.createElement("path",{fill:"currentColor",d:"M22.5 12c0-3.5-1-5.7-2.4-7.9a.8.8 0 1 0-1.2.8c1.2 2 2.1 4 2.1 7.1a12 12 0 0 1-1.1 5.4v.1l.9.8h.2q1.5-3 1.5-6.3"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
const e = (l) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...l }, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M2.5 3.2q.5-.4 1 0L20 19.7a.7.7 0 1 1-1 1L2.5 4.4a1 1 0 0 1 0-1M10.5 6.4v1.7l1.2 1.2A.2.2 0 0 0 12 9V5.7a1 1 0 0 0-.6-1 1 1 0 0 0-1.2 0L8.7 6v.2l.8.8h.2zm0 11.2-3.7-3q-.4-.4-1-.3H3V9.8h2.4a.2.2 0 0 0 .1-.4L4.4 8.3H2.6a1 1 0 0 0-1.1 1v5.3a1 1 0 0 0 1.1 1.2H6l4.3 3.5a1.1 1.1 0 0 0 1.8-1V16l-1.2-1.2a.2.2 0 0 0-.3.2zm6-5.6q0-1.7-.8-3.3a.8.8 0 0 0-1.4.6 6 6 0 0 1 .7 3v.4l1 .9.3-.1zm3 0c0-2.4-.6-4-1.6-5.6a.7.7 0 0 0-1.3.7A9 9 0 0 1 18 12q0 1.6-.4 2.8v.4l.8.8h.3q.8-1.7.8-4" }), /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M22.5 12c0-3.5-1-5.7-2.4-7.9a.8.8 0 1 0-1.2.8c1.2 2 2.1 4 2.1 7.1a12 12 0 0 1-1.1 5.4v.1l.9.8h.2q1.5-3 1.5-6.3" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.7533 12.75C18.7533 11.415 18.3574 10.11 17.6157 8.99995C16.874 7.88992 15.8198 7.02473 14.5864 6.51384C13.353 6.00295 11.9958 5.86928 10.6864 6.12973C9.37705 6.39018 8.17431 7.03308 7.23031 7.97708C6.28631 8.92109 5.64345 10.1238 5.383 11.4332C5.12255 12.7426 5.25622 14.0998 5.76711 15.3332C6.278 16.5666 7.14315 17.6208 8.25318 18.3625C9.36321 19.1042 10.6683 19.5 12.0033 19.5C13.7935 19.5 15.5104 18.7889 16.7762 17.523C18.0421 16.2571 18.7533 14.5403 18.7533 12.75ZM5.25359 3.00005C5.9383 3.00332 6.59999 3.24568 7.12461 3.68463L7.14951 3.70569L7.15336 3.70898C7.2503 3.79308 7.33004 3.89507 7.38824 4.00928L7.39959 4.0323L7.41035 4.0556C7.46259 4.17266 7.4918 4.29877 7.49627 4.42703H7.49618C7.50111 4.563 7.47838 4.69857 7.42921 4.82547C7.37953 4.95365 7.30403 5.07026 7.20737 5.16801L7.20353 5.17191L7.19964 5.17575L4.37487 7.95021C4.30185 8.03168 4.21452 8.09943 4.11687 8.1498C3.99396 8.21319 3.85809 8.24743 3.71981 8.24991L3.71313 8.25005H3.6343L3.60354 8.24753C3.46937 8.23647 3.33899 8.1974 3.22085 8.13286C3.10631 8.07028 3.00579 7.98503 2.92522 7.88246L2.92518 7.88251C2.78485 7.70518 2.60245 7.47617 2.46897 7.18936C2.3312 6.89334 2.25795 6.56804 2.2535 6.17857L2.25327 6.14067C2.25003 4.52043 3.43976 3.10368 5.0741 3.00517L5.08591 3.00444L5.09772 3.00412L5.24105 3L5.25359 3.00005ZM18.9023 3.00412L18.9141 3.00444L18.9259 3.00517C20.5602 3.10368 21.75 4.52043 21.7467 6.14067L21.7465 6.17857C21.7421 6.56804 21.6688 6.89334 21.531 7.18936C21.3975 7.47617 21.2151 7.70518 21.0748 7.88251L21.0748 7.88246C20.9938 7.98542 20.8927 8.07088 20.7775 8.13345C20.6594 8.19762 20.5291 8.23636 20.3951 8.24716L20.365 8.24959H20.2869L20.2802 8.24945C20.1419 8.24698 20.006 8.21273 19.8831 8.14934C19.7856 8.09905 19.6984 8.03144 19.6255 7.95016L16.8004 5.1758L16.7926 5.16801C16.696 5.07026 16.6205 4.95365 16.5708 4.82547C16.5216 4.69857 16.4988 4.563 16.5038 4.42703C16.5085 4.29021 16.5414 4.15584 16.6004 4.0323L16.6118 4.00928C16.67 3.89507 16.7497 3.79309 16.8466 3.70898L16.8505 3.70569C17.379 3.25344 18.0508 3.00337 18.7464 3.00005L18.7589 3L18.9023 3.00412ZM5.15591 4.50302C4.3992 4.55335 3.75092 5.23192 3.75327 6.13875V6.14067C3.75327 6.26494 3.7655 6.35659 3.78358 6.42842L5.67734 4.56834C5.54185 4.52502 5.39971 4.50177 5.25538 4.50018L5.15591 4.50302ZM18.7446 4.50018C18.6003 4.50178 18.4581 4.52498 18.3227 4.5683L20.2164 6.42815C20.2345 6.35635 20.2467 6.26479 20.2467 6.14067V6.13875C20.2491 5.2319 19.6008 4.55333 18.844 4.50302L18.7446 4.50018ZM20.2533 12.75C20.2533 14.9381 19.3841 17.0365 17.8369 18.5837C16.2897 20.1309 14.1913 21 12.0033 21C10.3716 21 8.77652 20.5162 7.41982 19.6097C6.06312 18.7032 5.0057 17.4147 4.38128 15.9072C3.75686 14.3997 3.59347 12.7409 3.9118 11.1405C4.23012 9.54021 5.01589 8.07018 6.16967 6.9164C7.32345 5.76263 8.79344 4.9769 10.3938 4.65857C11.9941 4.34024 13.6529 4.50363 15.1604 5.12805C16.6679 5.75248 17.9564 6.80989 18.8629 8.1666C19.7694 9.5233 20.2533 11.1184 20.2533 12.75Z" fill="currentColor"/>
|
|
3
|
+
<path d="M5.84796 17.8447C6.14086 17.5518 6.61571 17.5518 6.9086 17.8447C7.20149 18.1376 7.20149 18.6124 6.9086 18.9053L5.0336 20.7803C4.74071 21.0732 4.26586 21.0732 3.97296 20.7803C3.68007 20.4874 3.68007 20.0126 3.97296 19.7197L5.84796 17.8447ZM17.098 17.8447C17.3909 17.5518 17.8657 17.5518 18.1586 17.8447L20.0336 19.7197C20.3265 20.0126 20.3265 20.4874 20.0336 20.7803C19.7407 21.0732 19.2659 21.0732 18.973 20.7803L17.098 18.9053C16.8051 18.6124 16.8051 18.1376 17.098 17.8447ZM11.2533 7.5C11.2533 7.08579 11.5891 6.75 12.0033 6.75C12.4175 6.75 12.7533 7.08579 12.7533 7.5V12.75C12.7533 13.1642 12.4175 13.5 12.0033 13.5H8.25328C7.83907 13.5 7.50328 13.1642 7.50328 12.75C7.50328 12.3358 7.83907 12 8.25328 12H11.2533V7.5Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function n(C){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(C){for(const e in C)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(C,e);Object.defineProperty(t,e,r.get?r:{enumerable:!0,get:()=>C[e]})}}return t.default=C,Object.freeze(t)}const L=n(l),o=C=>L.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C},L.createElement("path",{d:"M18.7533 12.75C18.7533 11.415 18.3574 10.11 17.6157 8.99995C16.874 7.88992 15.8198 7.02473 14.5864 6.51384C13.353 6.00295 11.9958 5.86928 10.6864 6.12973C9.37705 6.39018 8.17431 7.03308 7.23031 7.97708C6.28631 8.92109 5.64345 10.1238 5.383 11.4332C5.12255 12.7426 5.25622 14.0998 5.76711 15.3332C6.278 16.5666 7.14315 17.6208 8.25318 18.3625C9.36321 19.1042 10.6683 19.5 12.0033 19.5C13.7935 19.5 15.5104 18.7889 16.7762 17.523C18.0421 16.2571 18.7533 14.5403 18.7533 12.75ZM5.25359 3.00005C5.9383 3.00332 6.59999 3.24568 7.12461 3.68463L7.14951 3.70569L7.15336 3.70898C7.2503 3.79308 7.33004 3.89507 7.38824 4.00928L7.39959 4.0323L7.41035 4.0556C7.46259 4.17266 7.4918 4.29877 7.49627 4.42703H7.49618C7.50111 4.563 7.47838 4.69857 7.42921 4.82547C7.37953 4.95365 7.30403 5.07026 7.20737 5.16801L7.20353 5.17191L7.19964 5.17575L4.37487 7.95021C4.30185 8.03168 4.21452 8.09943 4.11687 8.1498C3.99396 8.21319 3.85809 8.24743 3.71981 8.24991L3.71313 8.25005H3.6343L3.60354 8.24753C3.46937 8.23647 3.33899 8.1974 3.22085 8.13286C3.10631 8.07028 3.00579 7.98503 2.92522 7.88246L2.92518 7.88251C2.78485 7.70518 2.60245 7.47617 2.46897 7.18936C2.3312 6.89334 2.25795 6.56804 2.2535 6.17857L2.25327 6.14067C2.25003 4.52043 3.43976 3.10368 5.0741 3.00517L5.08591 3.00444L5.09772 3.00412L5.24105 3L5.25359 3.00005ZM18.9023 3.00412L18.9141 3.00444L18.9259 3.00517C20.5602 3.10368 21.75 4.52043 21.7467 6.14067L21.7465 6.17857C21.7421 6.56804 21.6688 6.89334 21.531 7.18936C21.3975 7.47617 21.2151 7.70518 21.0748 7.88251L21.0748 7.88246C20.9938 7.98542 20.8927 8.07088 20.7775 8.13345C20.6594 8.19762 20.5291 8.23636 20.3951 8.24716L20.365 8.24959H20.2869L20.2802 8.24945C20.1419 8.24698 20.006 8.21273 19.8831 8.14934C19.7856 8.09905 19.6984 8.03144 19.6255 7.95016L16.8004 5.1758L16.7926 5.16801C16.696 5.07026 16.6205 4.95365 16.5708 4.82547C16.5216 4.69857 16.4988 4.563 16.5038 4.42703C16.5085 4.29021 16.5414 4.15584 16.6004 4.0323L16.6118 4.00928C16.67 3.89507 16.7497 3.79309 16.8466 3.70898L16.8505 3.70569C17.379 3.25344 18.0508 3.00337 18.7464 3.00005L18.7589 3L18.9023 3.00412ZM5.15591 4.50302C4.3992 4.55335 3.75092 5.23192 3.75327 6.13875V6.14067C3.75327 6.26494 3.7655 6.35659 3.78358 6.42842L5.67734 4.56834C5.54185 4.52502 5.39971 4.50177 5.25538 4.50018L5.15591 4.50302ZM18.7446 4.50018C18.6003 4.50178 18.4581 4.52498 18.3227 4.5683L20.2164 6.42815C20.2345 6.35635 20.2467 6.26479 20.2467 6.14067V6.13875C20.2491 5.2319 19.6008 4.55333 18.844 4.50302L18.7446 4.50018ZM20.2533 12.75C20.2533 14.9381 19.3841 17.0365 17.8369 18.5837C16.2897 20.1309 14.1913 21 12.0033 21C10.3716 21 8.77652 20.5162 7.41982 19.6097C6.06312 18.7032 5.0057 17.4147 4.38128 15.9072C3.75686 14.3997 3.59347 12.7409 3.9118 11.1405C4.23012 9.54021 5.01589 8.07018 6.16967 6.9164C7.32345 5.76263 8.79344 4.9769 10.3938 4.65857C11.9941 4.34024 13.6529 4.50363 15.1604 5.12805C16.6679 5.75248 17.9564 6.80989 18.8629 8.1666C19.7694 9.5233 20.2533 11.1184 20.2533 12.75Z",fill:"currentColor"}),L.createElement("path",{d:"M5.84796 17.8447C6.14086 17.5518 6.61571 17.5518 6.9086 17.8447C7.20149 18.1376 7.20149 18.6124 6.9086 18.9053L5.0336 20.7803C4.74071 21.0732 4.26586 21.0732 3.97296 20.7803C3.68007 20.4874 3.68007 20.0126 3.97296 19.7197L5.84796 17.8447ZM17.098 17.8447C17.3909 17.5518 17.8657 17.5518 18.1586 17.8447L20.0336 19.7197C20.3265 20.0126 20.3265 20.4874 20.0336 20.7803C19.7407 21.0732 19.2659 21.0732 18.973 20.7803L17.098 18.9053C16.8051 18.6124 16.8051 18.1376 17.098 17.8447ZM11.2533 7.5C11.2533 7.08579 11.5891 6.75 12.0033 6.75C12.4175 6.75 12.7533 7.08579 12.7533 7.5V12.75C12.7533 13.1642 12.4175 13.5 12.0033 13.5H8.25328C7.83907 13.5 7.50328 13.1642 7.50328 12.75C7.50328 12.3358 7.83907 12 8.25328 12H11.2533V7.5Z",fill:"currentColor"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const e = (L) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...L }, /* @__PURE__ */ C.createElement("path", { d: "M18.7533 12.75C18.7533 11.415 18.3574 10.11 17.6157 8.99995C16.874 7.88992 15.8198 7.02473 14.5864 6.51384C13.353 6.00295 11.9958 5.86928 10.6864 6.12973C9.37705 6.39018 8.17431 7.03308 7.23031 7.97708C6.28631 8.92109 5.64345 10.1238 5.383 11.4332C5.12255 12.7426 5.25622 14.0998 5.76711 15.3332C6.278 16.5666 7.14315 17.6208 8.25318 18.3625C9.36321 19.1042 10.6683 19.5 12.0033 19.5C13.7935 19.5 15.5104 18.7889 16.7762 17.523C18.0421 16.2571 18.7533 14.5403 18.7533 12.75ZM5.25359 3.00005C5.9383 3.00332 6.59999 3.24568 7.12461 3.68463L7.14951 3.70569L7.15336 3.70898C7.2503 3.79308 7.33004 3.89507 7.38824 4.00928L7.39959 4.0323L7.41035 4.0556C7.46259 4.17266 7.4918 4.29877 7.49627 4.42703H7.49618C7.50111 4.563 7.47838 4.69857 7.42921 4.82547C7.37953 4.95365 7.30403 5.07026 7.20737 5.16801L7.20353 5.17191L7.19964 5.17575L4.37487 7.95021C4.30185 8.03168 4.21452 8.09943 4.11687 8.1498C3.99396 8.21319 3.85809 8.24743 3.71981 8.24991L3.71313 8.25005H3.6343L3.60354 8.24753C3.46937 8.23647 3.33899 8.1974 3.22085 8.13286C3.10631 8.07028 3.00579 7.98503 2.92522 7.88246L2.92518 7.88251C2.78485 7.70518 2.60245 7.47617 2.46897 7.18936C2.3312 6.89334 2.25795 6.56804 2.2535 6.17857L2.25327 6.14067C2.25003 4.52043 3.43976 3.10368 5.0741 3.00517L5.08591 3.00444L5.09772 3.00412L5.24105 3L5.25359 3.00005ZM18.9023 3.00412L18.9141 3.00444L18.9259 3.00517C20.5602 3.10368 21.75 4.52043 21.7467 6.14067L21.7465 6.17857C21.7421 6.56804 21.6688 6.89334 21.531 7.18936C21.3975 7.47617 21.2151 7.70518 21.0748 7.88251L21.0748 7.88246C20.9938 7.98542 20.8927 8.07088 20.7775 8.13345C20.6594 8.19762 20.5291 8.23636 20.3951 8.24716L20.365 8.24959H20.2869L20.2802 8.24945C20.1419 8.24698 20.006 8.21273 19.8831 8.14934C19.7856 8.09905 19.6984 8.03144 19.6255 7.95016L16.8004 5.1758L16.7926 5.16801C16.696 5.07026 16.6205 4.95365 16.5708 4.82547C16.5216 4.69857 16.4988 4.563 16.5038 4.42703C16.5085 4.29021 16.5414 4.15584 16.6004 4.0323L16.6118 4.00928C16.67 3.89507 16.7497 3.79309 16.8466 3.70898L16.8505 3.70569C17.379 3.25344 18.0508 3.00337 18.7464 3.00005L18.7589 3L18.9023 3.00412ZM5.15591 4.50302C4.3992 4.55335 3.75092 5.23192 3.75327 6.13875V6.14067C3.75327 6.26494 3.7655 6.35659 3.78358 6.42842L5.67734 4.56834C5.54185 4.52502 5.39971 4.50177 5.25538 4.50018L5.15591 4.50302ZM18.7446 4.50018C18.6003 4.50178 18.4581 4.52498 18.3227 4.5683L20.2164 6.42815C20.2345 6.35635 20.2467 6.26479 20.2467 6.14067V6.13875C20.2491 5.2319 19.6008 4.55333 18.844 4.50302L18.7446 4.50018ZM20.2533 12.75C20.2533 14.9381 19.3841 17.0365 17.8369 18.5837C16.2897 20.1309 14.1913 21 12.0033 21C10.3716 21 8.77652 20.5162 7.41982 19.6097C6.06312 18.7032 5.0057 17.4147 4.38128 15.9072C3.75686 14.3997 3.59347 12.7409 3.9118 11.1405C4.23012 9.54021 5.01589 8.07018 6.16967 6.9164C7.32345 5.76263 8.79344 4.9769 10.3938 4.65857C11.9941 4.34024 13.6529 4.50363 15.1604 5.12805C16.6679 5.75248 17.9564 6.80989 18.8629 8.1666C19.7694 9.5233 20.2533 11.1184 20.2533 12.75Z", fill: "currentColor" }), /* @__PURE__ */ C.createElement("path", { d: "M5.84796 17.8447C6.14086 17.5518 6.61571 17.5518 6.9086 17.8447C7.20149 18.1376 7.20149 18.6124 6.9086 18.9053L5.0336 20.7803C4.74071 21.0732 4.26586 21.0732 3.97296 20.7803C3.68007 20.4874 3.68007 20.0126 3.97296 19.7197L5.84796 17.8447ZM17.098 17.8447C17.3909 17.5518 17.8657 17.5518 18.1586 17.8447L20.0336 19.7197C20.3265 20.0126 20.3265 20.4874 20.0336 20.7803C19.7407 21.0732 19.2659 21.0732 18.973 20.7803L17.098 18.9053C16.8051 18.6124 16.8051 18.1376 17.098 17.8447ZM11.2533 7.5C11.2533 7.08579 11.5891 6.75 12.0033 6.75C12.4175 6.75 12.7533 7.08579 12.7533 7.5V12.75C12.7533 13.1642 12.4175 13.5 12.0033 13.5H8.25328C7.83907 13.5 7.50328 13.1642 7.50328 12.75C7.50328 12.3358 7.83907 12 8.25328 12H11.2533V7.5Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M18 1.5q.7 0 .8.8V3h.7a3 3 0 0 1 3 3v13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h.8v-.7a.8.8 0 0 1 1.5 0V3h10.5v-.7q0-.8.7-.8M3 8.3v11.2q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5V8.3zm1.5-3.8Q3.2 4.7 3 6v.8h18V6q-.1-1.3-1.5-1.5z"/><path fill="currentColor" d="M12.5 17.6V16c-2.7 0-4 .6-5 1.8q-.7.2-.7-.3c.2-3 1.6-5.5 5.7-5.5V10a.4.4 0 0 1 .7-.2l4 3.7a.4.4 0 0 1 0 .6l-4 3.7a.4.4 0 0 1-.7-.3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const a=o(n),c=e=>a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},a.createElement("path",{fill:"currentColor",d:"M18 1.5q.7 0 .8.8V3h.7a3 3 0 0 1 3 3v13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h.8v-.7a.8.8 0 0 1 1.5 0V3h10.5v-.7q0-.8.7-.8M3 8.3v11.2q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5V8.3zm1.5-3.8Q3.2 4.7 3 6v.8h18V6q-.1-1.3-1.5-1.5z"}),a.createElement("path",{fill:"currentColor",d:"M12.5 17.6V16c-2.7 0-4 .6-5 1.8q-.7.2-.7-.3c.2-3 1.6-5.5 5.7-5.5V10a.4.4 0 0 1 .7-.2l4 3.7a.4.4 0 0 1 0 .6l-4 3.7a.4.4 0 0 1-.7-.3"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const t = (a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...a }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M18 1.5q.7 0 .8.8V3h.7a3 3 0 0 1 3 3v13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h.8v-.7a.8.8 0 0 1 1.5 0V3h10.5v-.7q0-.8.7-.8M3 8.3v11.2q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5V8.3zm1.5-3.8Q3.2 4.7 3 6v.8h18V6q-.1-1.3-1.5-1.5z" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M12.5 17.6V16c-2.7 0-4 .6-5 1.8q-.7.2-.7-.3c.2-3 1.6-5.5 5.7-5.5V10a.4.4 0 0 1 .7-.2l4 3.7a.4.4 0 0 1 0 .6l-4 3.7a.4.4 0 0 1-.7-.3" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z"/><path fill="currentColor" d="M5.3 3.8V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0M21.8 6.8v1.5H2.3V6.7z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function o(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const r=o(l),c=e=>r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},r.createElement("path",{fill:"currentColor",d:"M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z"}),r.createElement("path",{fill:"currentColor",d:"M5.3 3.8V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0M21.8 6.8v1.5H2.3V6.7z"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z" }), /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M5.3 3.8V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0M21.8 6.8v1.5H2.3V6.7z" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z"/><path fill="currentColor" d="M10.7 16.7q0-.7-.3-1-.7-.6-1.4-.6a.8.8 0 0 1 0-1.5l.6-.1q.3 0 .6-.4l.3-.7a1 1 0 0 0-.4-.8q-.4-.3-1.1-.3-1 .1-1.1.5a.8.8 0 1 1-1.3-.8c.3-.5 1-1.2 2.4-1.2q1 0 2 .6t1 2a3 3 0 0 1-.8 1.8l-.1.1.4.4q.7.8.7 2 0 1.4-1 2.1t-2.2.7c-1.5 0-2.4-1-2.7-1.6a.8.8 0 0 1 1.3-.7c.2.2.7.8 1.4.8q.9 0 1.3-.4.4-.3.4-.9m5 1.9V12l-1 .8a.7.7 0 1 1-.9-1.2l2-1.5.5-.2h.2q.7.1.8.8v7.9a.8.8 0 0 1-1.6 0m6-11.9a.8.8 0 0 1 0 1.5H2.4a.8.8 0 0 1 0-1.4zm-16.4-3V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function c(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const l=c(n),o=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},l.createElement("path",{fill:"currentColor",d:"M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z"}),l.createElement("path",{fill:"currentColor",d:"M10.7 16.7q0-.7-.3-1-.7-.6-1.4-.6a.8.8 0 0 1 0-1.5l.6-.1q.3 0 .6-.4l.3-.7a1 1 0 0 0-.4-.8q-.4-.3-1.1-.3-1 .1-1.1.5a.8.8 0 1 1-1.3-.8c.3-.5 1-1.2 2.4-1.2q1 0 2 .6t1 2a3 3 0 0 1-.8 1.8l-.1.1.4.4q.7.8.7 2 0 1.4-1 2.1t-2.2.7c-1.5 0-2.4-1-2.7-1.6a.8.8 0 0 1 1.3-.7c.2.2.7.8 1.4.8q.9 0 1.3-.4.4-.3.4-.9m5 1.9V12l-1 .8a.7.7 0 1 1-.9-1.2l2-1.5.5-.2h.2q.7.1.8.8v7.9a.8.8 0 0 1-1.6 0m6-11.9a.8.8 0 0 1 0 1.5H2.4a.8.8 0 0 1 0-1.4zm-16.4-3V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z" }), /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M10.7 16.7q0-.7-.3-1-.7-.6-1.4-.6a.8.8 0 0 1 0-1.5l.6-.1q.3 0 .6-.4l.3-.7a1 1 0 0 0-.4-.8q-.4-.3-1.1-.3-1 .1-1.1.5a.8.8 0 1 1-1.3-.8c.3-.5 1-1.2 2.4-1.2q1 0 2 .6t1 2a3 3 0 0 1-.8 1.8l-.1.1.4.4q.7.8.7 2 0 1.4-1 2.1t-2.2.7c-1.5 0-2.4-1-2.7-1.6a.8.8 0 0 1 1.3-.7c.2.2.7.8 1.4.8q.9 0 1.3-.4.4-.3.4-.9m5 1.9V12l-1 .8a.7.7 0 1 1-.9-1.2l2-1.5.5-.2h.2q.7.1.8.8v7.9a.8.8 0 0 1-1.6 0m6-11.9a.8.8 0 0 1 0 1.5H2.4a.8.8 0 0 1 0-1.4zm-16.4-3V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z"/><path fill="currentColor" d="M13.9 12a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M17.6 12a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M13.9 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M17.6 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M6.4 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M10.1 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M6.4 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M10.1 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M13.9 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M5.3 3.8V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0M21.8 6.8v1.5H2.3V6.7z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const r=o(n),c=e=>r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},r.createElement("path",{fill:"currentColor",d:"M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z"}),r.createElement("path",{fill:"currentColor",d:"M13.9 12a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M17.6 12a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M13.9 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M17.6 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M6.4 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M10.1 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M6.4 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M10.1 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M13.9 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M5.3 3.8V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0M21.8 6.8v1.5H2.3V6.7z"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M21 6q-.1-1.3-1.5-1.5h-15Q3.2 4.7 3 6v13.5q.2 1.4 1.5 1.5h15q1.4-.1 1.5-1.5zm1.5 13.5a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3z" }), /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M13.9 12a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M17.6 12a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M13.9 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M17.6 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M6.4 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M10.1 15.8a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M6.4 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M10.1 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M13.9 19.5a1.1 1.1 0 1 0 0-2.3 1.1 1.1 0 0 0 0 2.3M5.3 3.8V2.3a.8.8 0 0 1 1.5 0v1.5a.8.8 0 0 1-1.5 0m12 0V2.3a.8.8 0 0 1 1.4 0v1.5a.8.8 0 0 1-1.4 0M21.8 6.8v1.5H2.3V6.7z" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m1.5 0a10.5 10.5 0 1 1-21 0 10.5 10.5 0 0 1 21 0"/><path fill="currentColor" d="m19.4 18.4-1 1L4.6 5.6l1-1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=a(o),c=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},l.createElement("path",{fill:"currentColor",d:"M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m1.5 0a10.5 10.5 0 1 1-21 0 10.5 10.5 0 0 1 21 0"}),l.createElement("path",{fill:"currentColor",d:"m19.4 18.4-1 1L4.6 5.6l1-1z"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m1.5 0a10.5 10.5 0 1 1-21 0 10.5 10.5 0 0 1 21 0" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "m19.4 18.4-1 1L4.6 5.6l1-1z" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M3.8 22.5a1 1 0 0 1-.8-.7V3.1a1 1 0 0 1 .6-1 8 8 0 0 1 3.9-.7c1.7 0 3.7.7 5.4 1.3q2.2.9 3.6 1 1.7 0 3.3-.7a.8.8 0 0 1 1.2.7v10.3a1 1 0 0 1-.6.9c-.4.2-1.9.8-3.9.8q-1.7-.1-4-.7a23 23 0 0 0-5-.8q-2.5 0-3 .4v7a1 1 0 0 1-.7.8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,a.get?a:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=c(n),o=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},l.createElement("path",{fill:"currentColor",d:"M3.8 22.5a1 1 0 0 1-.8-.7V3.1a1 1 0 0 1 .6-1 8 8 0 0 1 3.9-.7c1.7 0 3.7.7 5.4 1.3q2.2.9 3.6 1 1.7 0 3.3-.7a.8.8 0 0 1 1.2.7v10.3a1 1 0 0 1-.6.9c-.4.2-1.9.8-3.9.8q-1.7-.1-4-.7a23 23 0 0 0-5-.8q-2.5 0-3 .4v7a1 1 0 0 1-.7.8"}));exports.default=o;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const e = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M3.8 22.5a1 1 0 0 1-.8-.7V3.1a1 1 0 0 1 .6-1 8 8 0 0 1 3.9-.7c1.7 0 3.7.7 5.4 1.3q2.2.9 3.6 1 1.7 0 3.3-.7a.8.8 0 0 1 1.2.7v10.3a1 1 0 0 1-.6.9c-.4.2-1.9.8-3.9.8q-1.7-.1-4-.7a23 23 0 0 0-5-.8q-2.5 0-3 .4v7a1 1 0 0 1-.7.8" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M3 21.8V3.1q0-.3.2-.6 0-.3.4-.4a8 8 0 0 1 3.9-.7q2.6.2 5 1.2l2.3.7 1.7.3q1.7 0 3.3-.6.3 0 .4 0h.4l.3.3.1.4v10.3a1 1 0 0 1-.6.9c-.4.2-1.9.8-3.9.8q-1.9-.2-4.4-.8-2.4-.6-4.6-.7a9 9 0 0 0-3 .4v7a.8.8 0 0 1-1.5 0M7.5 3q-2.5.1-3 .4v9.7a11 11 0 0 1 3-.3q2.5 0 5 .7 2.4.7 4 .8a9 9 0 0 0 3-.6v-9q-1.5.6-3 .5L14.4 5 12 4Q9.6 3 7.5 3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,a.get?a:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=o(n),c=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},l.createElement("path",{fill:"currentColor",d:"M3 21.8V3.1q0-.3.2-.6 0-.3.4-.4a8 8 0 0 1 3.9-.7q2.6.2 5 1.2l2.3.7 1.7.3q1.7 0 3.3-.6.3 0 .4 0h.4l.3.3.1.4v10.3a1 1 0 0 1-.6.9c-.4.2-1.9.8-3.9.8q-1.9-.2-4.4-.8-2.4-.6-4.6-.7a9 9 0 0 0-3 .4v7a.8.8 0 0 1-1.5 0M7.5 3q-2.5.1-3 .4v9.7a11 11 0 0 1 3-.3q2.5 0 5 .7 2.4.7 4 .8a9 9 0 0 0 3-.6v-9q-1.5.6-3 .5L14.4 5 12 4Q9.6 3 7.5 3"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const e = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M3 21.8V3.1q0-.3.2-.6 0-.3.4-.4a8 8 0 0 1 3.9-.7q2.6.2 5 1.2l2.3.7 1.7.3q1.7 0 3.3-.6.3 0 .4 0h.4l.3.3.1.4v10.3a1 1 0 0 1-.6.9c-.4.2-1.9.8-3.9.8q-1.9-.2-4.4-.8-2.4-.6-4.6-.7a9 9 0 0 0-3 .4v7a.8.8 0 0 1-1.5 0M7.5 3q-2.5.1-3 .4v9.7a11 11 0 0 1 3-.3q2.5 0 5 .7 2.4.7 4 .8a9 9 0 0 0 3-.6v-9q-1.5.6-3 .5L14.4 5 12 4Q9.6 3 7.5 3" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7.5 6.4a11 11 0 0 1 .7-4.1 10.1 10.1 0 0 0 4.1 19.5 10 10 0 0 0 9.4-6q-1.9.7-4 .7C12 16.5 7.4 12 7.4 6.4Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=c(l),a=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeWidth:1.5,d:"M7.5 6.4a11 11 0 0 1 .7-4.1 10.1 10.1 0 0 0 4.1 19.5 10 10 0 0 0 9.4-6q-1.9.7-4 .7C12 16.5 7.4 12 7.4 6.4Z"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const o = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M7.5 6.4a11 11 0 0 1 .7-4.1 10.1 10.1 0 0 0 4.1 19.5 10 10 0 0 0 9.4-6q-1.9.7-4 .7C12 16.5 7.4 12 7.4 6.4Z" }));
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7.5 6.4a11 11 0 0 1 .7-4.1 10.1 10.1 0 0 0 4.1 19.5 10 10 0 0 0 9.4-6q-1.9.7-4 .7C12 16.5 7.4 12 7.4 6.4Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("react");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=a(c),l=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeWidth:1.5,d:"M7.5 6.4a11 11 0 0 1 .7-4.1 10.1 10.1 0 0 0 4.1 19.5 10 10 0 0 0 9.4-6q-1.9.7-4 .7C12 16.5 7.4 12 7.4 6.4Z"}));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const o = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M7.5 6.4a11 11 0 0 1 .7-4.1 10.1 10.1 0 0 0 4.1 19.5 10 10 0 0 0 9.4-6q-1.9.7-4 .7C12 16.5 7.4 12 7.4 6.4Z" }));
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M9.8 18.8a2.3 2.3 0 0 0 4.4 0zm7.4-8.6q0-2.5-1-3.6a5 5 0 0 0-2-1.4q-.5-.3-.9-1Q13 3.1 12 3t-1.3 1.2q-.3.7-1 1l-.7.4a.7.7 0 0 1-.7-1.3l.9-.5c.4-1.2 1.3-2.3 2.8-2.3s2.4 1.1 2.8 2.3q1.4.5 2.6 2a7 7 0 0 1 1.3 4.4q0 2.3.4 3.4.3 1 1 1.7a.8.8 0 1 1-1.3.9q-.6-.8-1.1-2.2t-.5-3.8m-1.4 8.6a3.7 3.7 0 1 1-7.5 0H4.8c-1.5 0-2.4-1.6-1.4-2.8.6-.8 1-1.2 1.3-2q.5-1 .6-3.8v-.7a.8.8 0 0 1 1.5.1v.6q0 3-.7 4.4t-1.6 2.3v.2l.3.1H15q.7.1.8.8zM2.5 2.5q.5-.4 1 0l18 18a.7.7 0 1 1-1 1l-18-18a1 1 0 0 1 0-1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const r=o(n),c=e=>r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},r.createElement("path",{fill:"currentColor",d:"M9.8 18.8a2.3 2.3 0 0 0 4.4 0zm7.4-8.6q0-2.5-1-3.6a5 5 0 0 0-2-1.4q-.5-.3-.9-1Q13 3.1 12 3t-1.3 1.2q-.3.7-1 1l-.7.4a.7.7 0 0 1-.7-1.3l.9-.5c.4-1.2 1.3-2.3 2.8-2.3s2.4 1.1 2.8 2.3q1.4.5 2.6 2a7 7 0 0 1 1.3 4.4q0 2.3.4 3.4.3 1 1 1.7a.8.8 0 1 1-1.3.9q-.6-.8-1.1-2.2t-.5-3.8m-1.4 8.6a3.7 3.7 0 1 1-7.5 0H4.8c-1.5 0-2.4-1.6-1.4-2.8.6-.8 1-1.2 1.3-2q.5-1 .6-3.8v-.7a.8.8 0 0 1 1.5.1v.6q0 3-.7 4.4t-1.6 2.3v.2l.3.1H15q.7.1.8.8zM2.5 2.5q.5-.4 1 0l18 18a.7.7 0 1 1-1 1l-18-18a1 1 0 0 1 0-1"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const e = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...a }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M9.8 18.8a2.3 2.3 0 0 0 4.4 0zm7.4-8.6q0-2.5-1-3.6a5 5 0 0 0-2-1.4q-.5-.3-.9-1Q13 3.1 12 3t-1.3 1.2q-.3.7-1 1l-.7.4a.7.7 0 0 1-.7-1.3l.9-.5c.4-1.2 1.3-2.3 2.8-2.3s2.4 1.1 2.8 2.3q1.4.5 2.6 2a7 7 0 0 1 1.3 4.4q0 2.3.4 3.4.3 1 1 1.7a.8.8 0 1 1-1.3.9q-.6-.8-1.1-2.2t-.5-3.8m-1.4 8.6a3.7 3.7 0 1 1-7.5 0H4.8c-1.5 0-2.4-1.6-1.4-2.8.6-.8 1-1.2 1.3-2q.5-1 .6-3.8v-.7a.8.8 0 0 1 1.5.1v.6q0 3-.7 4.4t-1.6 2.3v.2l.3.1H15q.7.1.8.8zM2.5 2.5q.5-.4 1 0l18 18a.7.7 0 1 1-1 1l-18-18a1 1 0 0 1 0-1" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M9.7 18.8a2.3 2.3 0 0 0 4.6 0zm7.5-8.6q0-2.5-1-3.6a5 5 0 0 0-2-1.4 2 2 0 0 1-.9-1Q13 3.1 12 3t-1.3 1.2q-.3.7-1 1-1 .4-2 1.4-.9 1.1-1 3.6 0 3-.6 4.4t-1.6 2.3v.2l.3.1h14.7v-.3q-1-1-1.6-2.3-.6-1.4-.7-4.4m1.5 0c0 2 .3 3 .6 3.8q.4 1 1.2 1.9l.1.1c1 1.1 0 2.8-1.4 2.8h-3.4a3.7 3.7 0 1 1-7.6 0H4.8c-1.5 0-2.4-1.6-1.4-2.8.6-.8 1-1.2 1.3-2q.5-1 .6-3.8 0-3 1.3-4.5 1.2-1.4 2.6-1.9c.4-1.2 1.3-2.3 2.8-2.3s2.4 1.1 2.8 2.3q1.4.6 2.6 2t1.3 4.4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function l(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const c=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,c.get?c:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const n=l(o),a=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",d:"M9.7 18.8a2.3 2.3 0 0 0 4.6 0zm7.5-8.6q0-2.5-1-3.6a5 5 0 0 0-2-1.4 2 2 0 0 1-.9-1Q13 3.1 12 3t-1.3 1.2q-.3.7-1 1-1 .4-2 1.4-.9 1.1-1 3.6 0 3-.6 4.4t-1.6 2.3v.2l.3.1h14.7v-.3q-1-1-1.6-2.3-.6-1.4-.7-4.4m1.5 0c0 2 .3 3 .6 3.8q.4 1 1.2 1.9l.1.1c1 1.1 0 2.8-1.4 2.8h-3.4a3.7 3.7 0 1 1-7.6 0H4.8c-1.5 0-2.4-1.6-1.4-2.8.6-.8 1-1.2 1.3-2q.5-1 .6-3.8 0-3 1.3-4.5 1.2-1.4 2.6-1.9c.4-1.2 1.3-2.3 2.8-2.3s2.4 1.1 2.8 2.3q1.4.6 2.6 2t1.3 4.4"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const a = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M9.7 18.8a2.3 2.3 0 0 0 4.6 0zm7.5-8.6q0-2.5-1-3.6a5 5 0 0 0-2-1.4 2 2 0 0 1-.9-1Q13 3.1 12 3t-1.3 1.2q-.3.7-1 1-1 .4-2 1.4-.9 1.1-1 3.6 0 3-.6 4.4t-1.6 2.3v.2l.3.1h14.7v-.3q-1-1-1.6-2.3-.6-1.4-.7-4.4m1.5 0c0 2 .3 3 .6 3.8q.4 1 1.2 1.9l.1.1c1 1.1 0 2.8-1.4 2.8h-3.4a3.7 3.7 0 1 1-7.6 0H4.8c-1.5 0-2.4-1.6-1.4-2.8.6-.8 1-1.2 1.3-2q.5-1 .6-3.8 0-3 1.3-4.5 1.2-1.4 2.6-1.9c.4-1.2 1.3-2.3 2.8-2.3s2.4 1.1 2.8 2.3q1.4.6 2.6 2t1.3 4.4" }));
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.5 12C22.5 9.1005 20.1495 6.75 17.25 6.75C14.3505 6.75 12 9.1005 12 12C12 14.8995 14.3505 17.25 17.25 17.25C20.1495 17.25 22.5 14.8995 22.5 12ZM24 12C24 15.7279 20.9779 18.75 17.25 18.75C13.5221 18.75 10.5 15.7279 10.5 12C10.5 8.27208 13.5221 5.25 17.25 5.25C20.9779 5.25 24 8.27208 24 12Z" fill="currentColor"/>
|
|
3
|
+
<path d="M22.5 12C22.5 9.1005 20.1495 6.75 17.25 6.75H6.75C3.8505 6.75 1.5 9.1005 1.5 12C1.5 14.8995 3.8505 17.25 6.75 17.25H17.25C20.1495 17.25 22.5 14.8995 22.5 12ZM24 12C24 15.7279 20.9779 18.75 17.25 18.75H6.75C3.02208 18.75 0 15.7279 0 12C0 8.27208 3.02208 5.25 6.75 5.25H17.25C20.9779 5.25 24 8.27208 24 12Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=c(o),a=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{d:"M22.5 12C22.5 9.1005 20.1495 6.75 17.25 6.75C14.3505 6.75 12 9.1005 12 12C12 14.8995 14.3505 17.25 17.25 17.25C20.1495 17.25 22.5 14.8995 22.5 12ZM24 12C24 15.7279 20.9779 18.75 17.25 18.75C13.5221 18.75 10.5 15.7279 10.5 12C10.5 8.27208 13.5221 5.25 17.25 5.25C20.9779 5.25 24 8.27208 24 12Z",fill:"currentColor"}),l.createElement("path",{d:"M22.5 12C22.5 9.1005 20.1495 6.75 17.25 6.75H6.75C3.8505 6.75 1.5 9.1005 1.5 12C1.5 14.8995 3.8505 17.25 6.75 17.25H17.25C20.1495 17.25 22.5 14.8995 22.5 12ZM24 12C24 15.7279 20.9779 18.75 17.25 18.75H6.75C3.02208 18.75 0 15.7279 0 12C0 8.27208 3.02208 5.25 6.75 5.25H17.25C20.9779 5.25 24 8.27208 24 12Z",fill:"currentColor"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M22.5 12C22.5 9.1005 20.1495 6.75 17.25 6.75C14.3505 6.75 12 9.1005 12 12C12 14.8995 14.3505 17.25 17.25 17.25C20.1495 17.25 22.5 14.8995 22.5 12ZM24 12C24 15.7279 20.9779 18.75 17.25 18.75C13.5221 18.75 10.5 15.7279 10.5 12C10.5 8.27208 13.5221 5.25 17.25 5.25C20.9779 5.25 24 8.27208 24 12Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M22.5 12C22.5 9.1005 20.1495 6.75 17.25 6.75H6.75C3.8505 6.75 1.5 9.1005 1.5 12C1.5 14.8995 3.8505 17.25 6.75 17.25H17.25C20.1495 17.25 22.5 14.8995 22.5 12ZM24 12C24 15.7279 20.9779 18.75 17.25 18.75H6.75C3.02208 18.75 0 15.7279 0 12C0 8.27208 3.02208 5.25 6.75 5.25H17.25C20.9779 5.25 24 8.27208 24 12Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
C as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M21.8 12q.1 0-.5-.4-.7-.3-2.2-.3h-3.8l-.7-.3-5.8-7 2.8 6.2a1 1 0 0 1-.8 1.3H5.1a1 1 0 0 1-.9-.4l-1.7-2 .7 2.4v1L2.5 15l1.8-2.2.4-.3h6.1l.4.1.3.3.2.4-.1.5L8.8 20l5.8-7 .4-.3h4.1q1.5 0 2.2-.3.5-.3.4-.4m1.4 0q-.1 1.4-1.3 1.8a7 7 0 0 1-2.8.5h-.9l-2.7-.1-5.9 7.1a1 1 0 0 1-.9.4H7.5a1 1 0 0 1-.7-1l3-6.7H5.3l-1.7 2-.4.4-.8.1h-.8s-.6 0-.8-.5v-.6l1-3.3V12l-1-3.4v-.4a1 1 0 0 1 .8-.7h.8q.7 0 1.3.6l1.6 2 4.5-.1-3-6.7a1 1 0 0 1 .7-1h1.3a1 1 0 0 1 .9.4l5.8 7.1h3.7q1.6 0 2.7.4t1.4 1.8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,a.get?a:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const r=o(n),c=e=>r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},r.createElement("path",{fill:"currentColor",d:"M21.8 12q.1 0-.5-.4-.7-.3-2.2-.3h-3.8l-.7-.3-5.8-7 2.8 6.2a1 1 0 0 1-.8 1.3H5.1a1 1 0 0 1-.9-.4l-1.7-2 .7 2.4v1L2.5 15l1.8-2.2.4-.3h6.1l.4.1.3.3.2.4-.1.5L8.8 20l5.8-7 .4-.3h4.1q1.5 0 2.2-.3.5-.3.4-.4m1.4 0q-.1 1.4-1.3 1.8a7 7 0 0 1-2.8.5h-.9l-2.7-.1-5.9 7.1a1 1 0 0 1-.9.4H7.5a1 1 0 0 1-.7-1l3-6.7H5.3l-1.7 2-.4.4-.8.1h-.8s-.6 0-.8-.5v-.6l1-3.3V12l-1-3.4v-.4a1 1 0 0 1 .8-.7h.8q.7 0 1.3.6l1.6 2 4.5-.1-3-6.7a1 1 0 0 1 .7-1h1.3a1 1 0 0 1 .9.4l5.8 7.1h3.7q1.6 0 2.7.4t1.4 1.8"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
const t = (a) => /* @__PURE__ */ l.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...a }, /* @__PURE__ */ l.createElement("path", { fill: "currentColor", d: "M21.8 12q.1 0-.5-.4-.7-.3-2.2-.3h-3.8l-.7-.3-5.8-7 2.8 6.2a1 1 0 0 1-.8 1.3H5.1a1 1 0 0 1-.9-.4l-1.7-2 .7 2.4v1L2.5 15l1.8-2.2.4-.3h6.1l.4.1.3.3.2.4-.1.5L8.8 20l5.8-7 .4-.3h4.1q1.5 0 2.2-.3.5-.3.4-.4m1.4 0q-.1 1.4-1.3 1.8a7 7 0 0 1-2.8.5h-.9l-2.7-.1-5.9 7.1a1 1 0 0 1-.9.4H7.5a1 1 0 0 1-.7-1l3-6.7H5.3l-1.7 2-.4.4-.8.1h-.8s-.6 0-.8-.5v-.6l1-3.3V12l-1-3.4v-.4a1 1 0 0 1 .8-.7h.8q.7 0 1.3.6l1.6 2 4.5-.1-3-6.7a1 1 0 0 1 .7-1h1.3a1 1 0 0 1 .9.4l5.8 7.1h3.7q1.6 0 2.7.4t1.4 1.8" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M3.8 5.3q-1.4 0-1.5 1.5v10.5q0 1.3 1.5 1.4h16.5q1.3-.1 1.4-1.4V6.8q-.1-1.4-1.4-1.5zm16.5-1.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3.8a3 3 0 0 1-3-3V6.8a3 3 0 0 1 3-3z"/><path fill="currentColor" d="M8.9 10.3a2 2 0 0 0-1.4-.5q-.8 0-1.4.5a2 2 0 0 0-.5 1.5c.1 1 1 2 1.9 2 1 0 1.8-1 1.9-2q0-.8-.5-1.5m1.8 7.7H4.3l-.5-.4v-.3a3 3 0 0 1 1.3-2q1-.7 2.4-.7t2.4.7a3 3 0 0 1 1.3 2v.5zM16.8 6.8h.3l.4.2.2.4v.4l-.2 5.7a.7.7 0 0 1-1.5 0l-.2-5.7v-.4L16 7l.4-.3zM16.8 17.2a1 1 0 1 1 0-1.8 1 1 0 0 1 0 1.8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const a=o(n),c=e=>a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},a.createElement("path",{fill:"currentColor",d:"M3.8 5.3q-1.4 0-1.5 1.5v10.5q0 1.3 1.5 1.4h16.5q1.3-.1 1.4-1.4V6.8q-.1-1.4-1.4-1.5zm16.5-1.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3.8a3 3 0 0 1-3-3V6.8a3 3 0 0 1 3-3z"}),a.createElement("path",{fill:"currentColor",d:"M8.9 10.3a2 2 0 0 0-1.4-.5q-.8 0-1.4.5a2 2 0 0 0-.5 1.5c.1 1 1 2 1.9 2 1 0 1.8-1 1.9-2q0-.8-.5-1.5m1.8 7.7H4.3l-.5-.4v-.3a3 3 0 0 1 1.3-2q1-.7 2.4-.7t2.4.7a3 3 0 0 1 1.3 2v.5zM16.8 6.8h.3l.4.2.2.4v.4l-.2 5.7a.7.7 0 0 1-1.5 0l-.2-5.7v-.4L16 7l.4-.3zM16.8 17.2a1 1 0 1 1 0-1.8 1 1 0 0 1 0 1.8"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M3.8 5.3q-1.4 0-1.5 1.5v10.5q0 1.3 1.5 1.4h16.5q1.3-.1 1.4-1.4V6.8q-.1-1.4-1.4-1.5zm16.5-1.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3.8a3 3 0 0 1-3-3V6.8a3 3 0 0 1 3-3z" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M8.9 10.3a2 2 0 0 0-1.4-.5q-.8 0-1.4.5a2 2 0 0 0-.5 1.5c.1 1 1 2 1.9 2 1 0 1.8-1 1.9-2q0-.8-.5-1.5m1.8 7.7H4.3l-.5-.4v-.3a3 3 0 0 1 1.3-2q1-.7 2.4-.7t2.4.7a3 3 0 0 1 1.3 2v.5zM16.8 6.8h.3l.4.2.2.4v.4l-.2 5.7a.7.7 0 0 1-1.5 0l-.2-5.7v-.4L16 7l.4-.3zM16.8 17.2a1 1 0 1 1 0-1.8 1 1 0 0 1 0 1.8" }));
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M3.8 5.3q-1.4 0-1.5 1.5v10.5q0 1.3 1.5 1.4h16.5q1.3-.1 1.4-1.4V6.8q-.1-1.4-1.4-1.5zm16.5-1.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3.8a3 3 0 0 1-3-3V6.8a3 3 0 0 1 3-3z"/><path fill="currentColor" d="M10 8.2a2 2 0 0 0-1.7-.7q-1 0-1.7.7T6 9.9q.3 2.3 2.3 2.4c1 0 2.1-1 2.2-2.4q0-1-.6-1.7m2 9.2H4.5a1 1 0 0 1-.6-.5v-.3Q4 15 5.4 14.2q1.2-.8 2.9-.8 1.5 0 2.8.8 1.4.8 1.6 2.4l-.1.6z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const a=o(n),c=e=>a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},a.createElement("path",{fill:"currentColor",d:"M3.8 5.3q-1.4 0-1.5 1.5v10.5q0 1.3 1.5 1.4h16.5q1.3-.1 1.4-1.4V6.8q-.1-1.4-1.4-1.5zm16.5-1.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3.8a3 3 0 0 1-3-3V6.8a3 3 0 0 1 3-3z"}),a.createElement("path",{fill:"currentColor",d:"M10 8.2a2 2 0 0 0-1.7-.7q-1 0-1.7.7T6 9.9q.3 2.3 2.3 2.4c1 0 2.1-1 2.2-2.4q0-1-.6-1.7m2 9.2H4.5a1 1 0 0 1-.6-.5v-.3Q4 15 5.4 14.2q1.2-.8 2.9-.8 1.5 0 2.8.8 1.4.8 1.6 2.4l-.1.6z"}));exports.default=c;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const a = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M3.8 5.3q-1.4 0-1.5 1.5v10.5q0 1.3 1.5 1.4h16.5q1.3-.1 1.4-1.4V6.8q-.1-1.4-1.4-1.5zm16.5-1.5a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3.8a3 3 0 0 1-3-3V6.8a3 3 0 0 1 3-3z" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M10 8.2a2 2 0 0 0-1.7-.7q-1 0-1.7.7T6 9.9q.3 2.3 2.3 2.4c1 0 2.1-1 2.2-2.4q0-1-.6-1.7m2 9.2H4.5a1 1 0 0 1-.6-.5v-.3Q4 15 5.4 14.2q1.2-.8 2.9-.8 1.5 0 2.8.8 1.4.8 1.6 2.4l-.1.6z" }));
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M13.5 1.5c3 0 5 2.3 4.9 5.3-.2 2.8-2.3 5.2-4.9 5.2S8.8 9.6 8.6 6.8c-.2-3 2-5.3 4.9-5.3m0 1.5c-2 0-3.5 1.5-3.4 3.7s1.8 3.8 3.4 3.8 3.2-1.6 3.4-3.8A3.3 3.3 0 0 0 13.5 3M13.5 13.5c4.3 0 8.8 2.4 9.7 7v.1q.1.6-.2 1.3-.4.5-1.2.6H5.3q-.9 0-1.3-.6-.3-.6-.2-1.3c.8-4.7 5.4-7.1 9.7-7.1m0 1.5c-3.9 0-7.6 2.1-8.2 5.9v.1h16.4v-.1c-.6-3.8-4.3-5.9-8.2-5.9M3.4 13.5v-1.9H1.5a.8.8 0 0 1 0-1.5h1.9V8.3a.8.8 0 0 1 1.5 0V10h1.8a.8.8 0 0 1 0 1.5H5v1.9a.8.8 0 0 1-1.5 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react");function o(e){const c=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(c,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return c.default=e,Object.freeze(c)}const n=o(a),l=e=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},n.createElement("path",{fill:"currentColor",d:"M13.5 1.5c3 0 5 2.3 4.9 5.3-.2 2.8-2.3 5.2-4.9 5.2S8.8 9.6 8.6 6.8c-.2-3 2-5.3 4.9-5.3m0 1.5c-2 0-3.5 1.5-3.4 3.7s1.8 3.8 3.4 3.8 3.2-1.6 3.4-3.8A3.3 3.3 0 0 0 13.5 3M13.5 13.5c4.3 0 8.8 2.4 9.7 7v.1q.1.6-.2 1.3-.4.5-1.2.6H5.3q-.9 0-1.3-.6-.3-.6-.2-1.3c.8-4.7 5.4-7.1 9.7-7.1m0 1.5c-3.9 0-7.6 2.1-8.2 5.9v.1h16.4v-.1c-.6-3.8-4.3-5.9-8.2-5.9M3.4 13.5v-1.9H1.5a.8.8 0 0 1 0-1.5h1.9V8.3a.8.8 0 0 1 1.5 0V10h1.8a.8.8 0 0 1 0 1.5H5v1.9a.8.8 0 0 1-1.5 0"}));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const c = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M13.5 1.5c3 0 5 2.3 4.9 5.3-.2 2.8-2.3 5.2-4.9 5.2S8.8 9.6 8.6 6.8c-.2-3 2-5.3 4.9-5.3m0 1.5c-2 0-3.5 1.5-3.4 3.7s1.8 3.8 3.4 3.8 3.2-1.6 3.4-3.8A3.3 3.3 0 0 0 13.5 3M13.5 13.5c4.3 0 8.8 2.4 9.7 7v.1q.1.6-.2 1.3-.4.5-1.2.6H5.3q-.9 0-1.3-.6-.3-.6-.2-1.3c.8-4.7 5.4-7.1 9.7-7.1m0 1.5c-3.9 0-7.6 2.1-8.2 5.9v.1h16.4v-.1c-.6-3.8-4.3-5.9-8.2-5.9M3.4 13.5v-1.9H1.5a.8.8 0 0 1 0-1.5h1.9V8.3a.8.8 0 0 1 1.5 0V10h1.8a.8.8 0 0 1 0 1.5H5v1.9a.8.8 0 0 1-1.5 0" }));
|
|
3
|
+
export {
|
|
4
|
+
c as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M15.8 3.8c2.2 0 4 1.7 3.8 4.1-.2 2.2-1.8 4.1-3.8 4.1s-3.7-1.9-3.9-4v-.1q0-1.8 1-3t2.9-1.2m0 1.5q-1.2 0-1.8.7t-.6 1.8c.1 1.6 1.3 2.7 2.4 2.7s2.2-1 2.3-2.7c.1-1.5-1-2.5-2.3-2.5M15.8 13.5c3.2 0 6.6 1.6 7.4 5 .2.8-.3 1.8-1.3 1.8H9.6c-1 0-1.5-1-1.3-1.8.8-3.4 4.2-5 7.5-5m0 1.5c-2.8 0-5.3 1.3-6 3.8h12c-.8-2.5-3.2-3.8-6-3.8M6.9 5.3c1.9 0 3.3 1.5 3.2 3.4S8.6 12.3 7 12.3s-3.1-1.6-3.2-3.4c-.2-2 1.3-3.6 3.2-3.6m0 1.5q-1.7 0-1.7 1.9c0 1.2 1 2 1.7 2s1.6-.8 1.7-2q0-1.9-1.7-2"/><path fill="currentColor" d="M6.9 13q1.6 0 3 .7a.8.8 0 0 1-.6 1.3q-1-.4-2.4-.4c-2.1 0-4 1-4.6 2.7h5a.8.8 0 0 1 0 1.5H2c-1 0-1.4-1-1.2-1.6.7-2.8 3.5-4.1 6-4.1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function o(e){const c=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(c,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return c.default=e,Object.freeze(c)}const r=o(l),a=e=>r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",...e},r.createElement("path",{fill:"currentColor",d:"M15.8 3.8c2.2 0 4 1.7 3.8 4.1-.2 2.2-1.8 4.1-3.8 4.1s-3.7-1.9-3.9-4v-.1q0-1.8 1-3t2.9-1.2m0 1.5q-1.2 0-1.8.7t-.6 1.8c.1 1.6 1.3 2.7 2.4 2.7s2.2-1 2.3-2.7c.1-1.5-1-2.5-2.3-2.5M15.8 13.5c3.2 0 6.6 1.6 7.4 5 .2.8-.3 1.8-1.3 1.8H9.6c-1 0-1.5-1-1.3-1.8.8-3.4 4.2-5 7.5-5m0 1.5c-2.8 0-5.3 1.3-6 3.8h12c-.8-2.5-3.2-3.8-6-3.8M6.9 5.3c1.9 0 3.3 1.5 3.2 3.4S8.6 12.3 7 12.3s-3.1-1.6-3.2-3.4c-.2-2 1.3-3.6 3.2-3.6m0 1.5q-1.7 0-1.7 1.9c0 1.2 1 2 1.7 2s1.6-.8 1.7-2q0-1.9-1.7-2"}),r.createElement("path",{fill:"currentColor",d:"M6.9 13q1.6 0 3 .7a.8.8 0 0 1-.6 1.3q-1-.4-2.4-.4c-2.1 0-4 1-4.6 2.7h5a.8.8 0 0 1 0 1.5H2c-1 0-1.4-1-1.2-1.6.7-2.8 3.5-4.1 6-4.1"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const c = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M15.8 3.8c2.2 0 4 1.7 3.8 4.1-.2 2.2-1.8 4.1-3.8 4.1s-3.7-1.9-3.9-4v-.1q0-1.8 1-3t2.9-1.2m0 1.5q-1.2 0-1.8.7t-.6 1.8c.1 1.6 1.3 2.7 2.4 2.7s2.2-1 2.3-2.7c.1-1.5-1-2.5-2.3-2.5M15.8 13.5c3.2 0 6.6 1.6 7.4 5 .2.8-.3 1.8-1.3 1.8H9.6c-1 0-1.5-1-1.3-1.8.8-3.4 4.2-5 7.5-5m0 1.5c-2.8 0-5.3 1.3-6 3.8h12c-.8-2.5-3.2-3.8-6-3.8M6.9 5.3c1.9 0 3.3 1.5 3.2 3.4S8.6 12.3 7 12.3s-3.1-1.6-3.2-3.4c-.2-2 1.3-3.6 3.2-3.6m0 1.5q-1.7 0-1.7 1.9c0 1.2 1 2 1.7 2s1.6-.8 1.7-2q0-1.9-1.7-2" }), /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M6.9 13q1.6 0 3 .7a.8.8 0 0 1-.6 1.3q-1-.4-2.4-.4c-2.1 0-4 1-4.6 2.7h5a.8.8 0 0 1 0 1.5H2c-1 0-1.4-1-1.2-1.6.7-2.8 3.5-4.1 6-4.1" }));
|
|
3
|
+
export {
|
|
4
|
+
c as default
|
|
5
|
+
};
|
package/dist/lib/useSwiper.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Swiper as SwiperType } from 'swiper';
|
|
3
|
+
|
|
3
4
|
export type BaseSwiperReturnProps = {
|
|
4
5
|
swiper: SwiperType | null;
|
|
5
6
|
setSwiper: React.Dispatch<React.SetStateAction<SwiperType | null>>;
|