@appcorp/kismaa-web-ui 0.1.4 → 0.1.5
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/app/layout.d.ts +7 -0
- package/app/layout.js +20 -0
- package/app/page.d.ts +2 -0
- package/app/page.js +13 -0
- package/atoms/active-icon.d.ts +5 -0
- package/atoms/active-icon.js +12 -0
- package/atoms/app-store-icon.d.ts +2 -0
- package/atoms/app-store-icon.js +42 -0
- package/atoms/aquarius-icon.d.ts +3 -0
- package/atoms/aquarius-icon.js +38 -0
- package/atoms/aries-icon.d.ts +3 -0
- package/atoms/aries-icon.js +25 -0
- package/atoms/arrow-left-icon.d.ts +3 -0
- package/atoms/arrow-left-icon.js +44 -0
- package/atoms/arrow-right-icon.d.ts +6 -0
- package/atoms/arrow-right-icon.js +44 -0
- package/atoms/award-icon.d.ts +3 -0
- package/atoms/award-icon.js +18 -0
- package/atoms/brief-case-icon.d.ts +3 -0
- package/atoms/brief-case-icon.js +18 -0
- package/atoms/cancer-icon.d.ts +3 -0
- package/atoms/cancer-icon.js +60 -0
- package/atoms/capricon-icon.d.ts +3 -0
- package/atoms/capricon-icon.js +19 -0
- package/atoms/clients-icon.d.ts +3 -0
- package/atoms/clients-icon.js +14 -0
- package/atoms/facebook-icon.d.ts +5 -0
- package/atoms/facebook-icon.js +43 -0
- package/atoms/filter-icon.d.ts +3 -0
- package/atoms/filter-icon.js +16 -0
- package/atoms/gear-icon.d.ts +3 -0
- package/atoms/gear-icon.js +44 -0
- package/atoms/gemini-icon.d.ts +3 -0
- package/atoms/gemini-icon.js +48 -0
- package/atoms/google-play-icon.d.ts +2 -0
- package/atoms/google-play-icon.js +69 -0
- package/atoms/growth-icon.d.ts +3 -0
- package/atoms/growth-icon.js +18 -0
- package/atoms/home-icon.d.ts +3 -0
- package/atoms/home-icon.js +19 -0
- package/atoms/innovation-icon.d.ts +3 -0
- package/atoms/innovation-icon.js +15 -0
- package/atoms/instagram-icon.d.ts +3 -0
- package/atoms/instagram-icon.js +43 -0
- package/atoms/kismaa-logo.d.ts +6 -0
- package/atoms/kismaa-logo.js +57 -0
- package/atoms/leo-icon.d.ts +3 -0
- package/atoms/leo-icon.js +36 -0
- package/atoms/libra-icon.d.ts +3 -0
- package/atoms/libra-icon.js +32 -0
- package/atoms/lightning-icon.d.ts +3 -0
- package/atoms/lightning-icon.js +44 -0
- package/atoms/not-found-icon.d.ts +2 -0
- package/atoms/not-found-icon.js +191 -0
- package/atoms/onboarding-track.d.ts +3 -0
- package/atoms/onboarding-track.js +43 -0
- package/atoms/ownership-icon.d.ts +3 -0
- package/atoms/ownership-icon.js +14 -0
- package/atoms/paper-plane-icon.d.ts +3 -0
- package/atoms/paper-plane-icon.js +14 -0
- package/atoms/partners-icon.d.ts +3 -0
- package/atoms/partners-icon.js +18 -0
- package/atoms/pisces-icon.d.ts +3 -0
- package/atoms/pisces-icon.js +64 -0
- package/atoms/quote-icon.d.ts +7 -0
- package/atoms/quote-icon.js +46 -0
- package/atoms/rating-star.d.ts +9 -0
- package/atoms/rating-star.js +46 -0
- package/atoms/result-icon.d.ts +3 -0
- package/atoms/result-icon.js +15 -0
- package/atoms/rocket-icon.d.ts +3 -0
- package/atoms/rocket-icon.js +21 -0
- package/atoms/sagitarious-icon.d.ts +6 -0
- package/atoms/sagitarious-icon.js +100 -0
- package/atoms/scorpio-icon.d.ts +3 -0
- package/atoms/scorpio-icon.js +61 -0
- package/atoms/search-icon.d.ts +6 -0
- package/atoms/search-icon.js +44 -0
- package/atoms/taurus-icon.d.ts +3 -0
- package/atoms/taurus-icon.js +28 -0
- package/atoms/triangle-icon.d.ts +7 -0
- package/atoms/triangle-icon.js +20 -0
- package/atoms/twitter-icon.d.ts +3 -0
- package/atoms/twitter-icon.js +43 -0
- package/atoms/user-icon.d.ts +3 -0
- package/atoms/user-icon.js +45 -0
- package/atoms/virgo-icon.d.ts +3 -0
- package/atoms/virgo-icon.js +38 -0
- package/hooks/use-isvisibile-hook.d.ts +1 -0
- package/hooks/use-isvisibile-hook.js +46 -0
- package/index.d.ts +3 -0
- package/index.js +19 -0
- package/mdx-components.d.ts +2 -0
- package/mdx-components.js +17 -0
- package/molecules/accordion/accordion.d.ts +3 -0
- package/molecules/accordion/accordion.js +71 -0
- package/molecules/accordion/index.d.ts +2 -0
- package/molecules/accordion/index.js +18 -0
- package/molecules/accordion/props.d.ts +2 -0
- package/molecules/accordion/props.js +15 -0
- package/molecules/accordion/type.d.ts +7 -0
- package/molecules/accordion/type.js +2 -0
- package/molecules/badge/badge.d.ts +3 -0
- package/molecules/badge/badge.js +33 -0
- package/molecules/badge/index.d.ts +2 -0
- package/molecules/badge/index.js +18 -0
- package/molecules/badge/props.d.ts +2 -0
- package/molecules/badge/props.js +13 -0
- package/molecules/badge/type.d.ts +19 -0
- package/molecules/badge/type.js +14 -0
- package/molecules/banner-slider-card/banner-slider-card.d.ts +3 -0
- package/molecules/banner-slider-card/banner-slider-card.js +20 -0
- package/molecules/banner-slider-card/props.d.ts +2 -0
- package/molecules/banner-slider-card/props.js +7 -0
- package/molecules/banner-slider-card/type.d.ts +4 -0
- package/molecules/banner-slider-card/type.js +2 -0
- package/molecules/breadcrumbs/breadcrumbs.d.ts +3 -0
- package/molecules/breadcrumbs/breadcrumbs.js +38 -0
- package/molecules/breadcrumbs/index.d.ts +2 -0
- package/molecules/breadcrumbs/index.js +18 -0
- package/molecules/breadcrumbs/props.d.ts +2 -0
- package/molecules/breadcrumbs/props.js +6 -0
- package/molecules/breadcrumbs/type.d.ts +3 -0
- package/molecules/breadcrumbs/type.js +2 -0
- package/molecules/button/app-store-btn.d.ts +3 -0
- package/molecules/button/app-store-btn.js +14 -0
- package/molecules/button/button.d.ts +3 -0
- package/molecules/button/button.js +78 -0
- package/molecules/button/index.d.ts +4 -0
- package/molecules/button/index.js +20 -0
- package/molecules/button/play-store-btn.d.ts +3 -0
- package/molecules/button/play-store-btn.js +14 -0
- package/molecules/button/props.d.ts +3 -0
- package/molecules/button/props.js +23 -0
- package/molecules/button/type.d.ts +31 -0
- package/molecules/button/type.js +22 -0
- package/molecules/button-group/button-group.d.ts +3 -0
- package/molecules/button-group/button-group.js +47 -0
- package/molecules/button-group/index.d.ts +2 -0
- package/molecules/button-group/index.js +18 -0
- package/molecules/button-group/props.d.ts +2 -0
- package/molecules/button-group/props.js +26 -0
- package/molecules/button-group/type.d.ts +14 -0
- package/molecules/button-group/type.js +2 -0
- package/molecules/core-values-card/core-values-card.d.ts +3 -0
- package/molecules/core-values-card/core-values-card.js +21 -0
- package/molecules/core-values-card/index.d.ts +2 -0
- package/molecules/core-values-card/index.js +18 -0
- package/molecules/core-values-card/props.d.ts +2 -0
- package/molecules/core-values-card/props.js +13 -0
- package/molecules/core-values-card/type.d.ts +6 -0
- package/molecules/core-values-card/type.js +2 -0
- package/molecules/horizontal-divider/horizontal-divider.d.ts +2 -0
- package/molecules/horizontal-divider/horizontal-divider.js +11 -0
- package/molecules/horizontal-divider/index.d.ts +1 -0
- package/molecules/horizontal-divider/index.js +17 -0
- package/molecules/horoscope-card/horoscope-card.d.ts +3 -0
- package/molecules/horoscope-card/horoscope-card.js +22 -0
- package/molecules/horoscope-card/index.d.ts +2 -0
- package/molecules/horoscope-card/index.js +18 -0
- package/molecules/horoscope-card/props.d.ts +2 -0
- package/molecules/horoscope-card/props.js +15 -0
- package/molecules/horoscope-card/type.d.ts +11 -0
- package/molecules/horoscope-card/type.js +8 -0
- package/molecules/index.d.ts +11 -0
- package/molecules/index.js +27 -0
- package/molecules/ratings/index.d.ts +2 -0
- package/molecules/ratings/index.js +18 -0
- package/molecules/ratings/props.d.ts +2 -0
- package/molecules/ratings/props.js +6 -0
- package/molecules/ratings/ratings.d.ts +3 -0
- package/molecules/ratings/ratings.js +43 -0
- package/molecules/ratings/ratings.stories.d.ts +9 -0
- package/molecules/ratings/ratings.stories.js +25 -0
- package/molecules/ratings/type.d.ts +5 -0
- package/molecules/ratings/type.js +2 -0
- package/molecules/stat-card/index.d.ts +2 -0
- package/molecules/stat-card/index.js +18 -0
- package/molecules/stat-card/props.d.ts +2 -0
- package/molecules/stat-card/props.js +13 -0
- package/molecules/stat-card/stat-card.d.ts +3 -0
- package/molecules/stat-card/stat-card.js +16 -0
- package/molecules/stat-card/type.d.ts +6 -0
- package/molecules/stat-card/type.js +2 -0
- package/molecules/theme-switch/theme-switch.d.ts +2 -0
- package/molecules/theme-switch/theme-switch.js +56 -0
- package/molecules/typography/index.d.ts +2 -0
- package/molecules/typography/index.js +18 -0
- package/molecules/typography/props.d.ts +2 -0
- package/molecules/typography/props.js +9 -0
- package/molecules/typography/type.d.ts +20 -0
- package/molecules/typography/type.js +24 -0
- package/molecules/typography/typography.d.ts +8 -0
- package/molecules/typography/typography.js +34 -0
- package/molecules/user-card/index.d.ts +2 -0
- package/molecules/user-card/index.js +18 -0
- package/molecules/user-card/props.d.ts +2 -0
- package/molecules/user-card/props.js +22 -0
- package/molecules/user-card/type.d.ts +18 -0
- package/molecules/user-card/type.js +2 -0
- package/molecules/user-card/user-card.d.ts +3 -0
- package/molecules/user-card/user-card.js +86 -0
- package/organisms/about-us-banner/about-us-banner.d.ts +3 -0
- package/organisms/about-us-banner/about-us-banner.js +29 -0
- package/organisms/about-us-banner/index.d.ts +2 -0
- package/organisms/about-us-banner/index.js +18 -0
- package/organisms/about-us-banner/props.d.ts +2 -0
- package/organisms/about-us-banner/props.js +10 -0
- package/organisms/about-us-banner/type.d.ts +7 -0
- package/organisms/about-us-banner/type.js +2 -0
- package/organisms/about-us-stats/about-us-stats.d.ts +3 -0
- package/organisms/about-us-stats/about-us-stats.js +19 -0
- package/organisms/about-us-stats/index.d.ts +2 -0
- package/organisms/about-us-stats/index.js +18 -0
- package/organisms/about-us-stats/props.d.ts +2 -0
- package/organisms/about-us-stats/props.js +36 -0
- package/organisms/about-us-stats/type.d.ts +5 -0
- package/organisms/about-us-stats/type.js +2 -0
- package/organisms/about-user/about-user.d.ts +3 -0
- package/organisms/about-user/about-user.js +22 -0
- package/organisms/about-user/index.d.ts +2 -0
- package/organisms/about-user/index.js +18 -0
- package/organisms/about-user/props.d.ts +5 -0
- package/organisms/about-user/props.js +8 -0
- package/organisms/about-user/type.d.ts +5 -0
- package/organisms/about-user/type.js +2 -0
- package/organisms/advisors-section/advisors-section.d.ts +3 -0
- package/organisms/advisors-section/advisors-section.js +17 -0
- package/organisms/advisors-section/index.d.ts +2 -0
- package/organisms/advisors-section/index.js +18 -0
- package/organisms/advisors-section/props.d.ts +2 -0
- package/organisms/advisors-section/props.js +12 -0
- package/organisms/advisors-section/type.d.ts +9 -0
- package/organisms/advisors-section/type.js +2 -0
- package/organisms/attribute-card/attribute-card.d.ts +3 -0
- package/organisms/attribute-card/attribute-card.js +17 -0
- package/organisms/attribute-card/index.d.ts +2 -0
- package/organisms/attribute-card/index.js +18 -0
- package/organisms/attribute-card/props.d.ts +2 -0
- package/organisms/attribute-card/props.js +13 -0
- package/organisms/attribute-card/type.d.ts +4 -0
- package/organisms/attribute-card/type.js +2 -0
- package/organisms/attributes-section/attributes-section.d.ts +3 -0
- package/organisms/attributes-section/attributes-section.js +16 -0
- package/organisms/attributes-section/index.d.ts +2 -0
- package/organisms/attributes-section/index.js +18 -0
- package/organisms/attributes-section/props.d.ts +11 -0
- package/organisms/attributes-section/props.js +31 -0
- package/organisms/attributes-section/type.d.ts +8 -0
- package/organisms/attributes-section/type.js +2 -0
- package/organisms/banner/banner.d.ts +3 -0
- package/organisms/banner/banner.js +36 -0
- package/organisms/banner/index.d.ts +2 -0
- package/organisms/banner/index.js +18 -0
- package/organisms/banner/props.d.ts +2 -0
- package/organisms/banner/props.js +14 -0
- package/organisms/banner/type.d.ts +14 -0
- package/organisms/banner/type.js +8 -0
- package/organisms/banner-slider/banner-slider.d.ts +3 -0
- package/organisms/banner-slider/banner-slider.js +37 -0
- package/organisms/banner-slider/index.d.ts +2 -0
- package/organisms/banner-slider/index.js +18 -0
- package/organisms/banner-slider/props.d.ts +3 -0
- package/organisms/banner-slider/props.js +38 -0
- package/organisms/banner-slider/type.d.ts +8 -0
- package/organisms/banner-slider/type.js +2 -0
- package/organisms/core-values-section/core-values-section.d.ts +3 -0
- package/organisms/core-values-section/core-values-section.js +24 -0
- package/organisms/core-values-section/index.d.ts +2 -0
- package/organisms/core-values-section/index.js +18 -0
- package/organisms/core-values-section/props.d.ts +2 -0
- package/organisms/core-values-section/props.js +51 -0
- package/organisms/core-values-section/type.d.ts +8 -0
- package/organisms/core-values-section/type.js +2 -0
- package/organisms/cta-banner/cta-banner.d.ts +3 -0
- package/organisms/cta-banner/cta-banner.js +30 -0
- package/organisms/cta-banner/index.d.ts +2 -0
- package/organisms/cta-banner/index.js +18 -0
- package/organisms/cta-banner/props.d.ts +2 -0
- package/organisms/cta-banner/props.js +12 -0
- package/organisms/cta-banner/type.d.ts +9 -0
- package/organisms/cta-banner/type.js +2 -0
- package/organisms/customer-reviews/customer-reviews.d.ts +5 -0
- package/organisms/customer-reviews/customer-reviews.js +54 -0
- package/organisms/customer-reviews/index.d.ts +2 -0
- package/organisms/customer-reviews/index.js +18 -0
- package/organisms/customer-reviews/props.d.ts +2 -0
- package/organisms/customer-reviews/props.js +63 -0
- package/organisms/customer-reviews/type.d.ts +19 -0
- package/organisms/customer-reviews/type.js +2 -0
- package/organisms/extended-user-card/extended-user-card.d.ts +3 -0
- package/organisms/extended-user-card/extended-user-card.js +63 -0
- package/organisms/extended-user-card/index.d.ts +2 -0
- package/organisms/extended-user-card/index.js +18 -0
- package/organisms/extended-user-card/props.d.ts +2 -0
- package/organisms/extended-user-card/props.js +23 -0
- package/organisms/extended-user-card/type.d.ts +17 -0
- package/organisms/extended-user-card/type.js +2 -0
- package/organisms/faq/faq.d.ts +3 -0
- package/organisms/faq/faq.js +19 -0
- package/organisms/faq/index.d.ts +2 -0
- package/organisms/faq/index.js +18 -0
- package/organisms/faq/props.d.ts +2 -0
- package/organisms/faq/props.js +36 -0
- package/organisms/faq/type.d.ts +17 -0
- package/organisms/faq/type.js +8 -0
- package/organisms/footer/footer.d.ts +3 -0
- package/organisms/footer/footer.js +51 -0
- package/organisms/footer/index.d.ts +2 -0
- package/organisms/footer/index.js +18 -0
- package/organisms/footer/props.d.ts +2 -0
- package/organisms/footer/props.js +50 -0
- package/organisms/footer/type.d.ts +20 -0
- package/organisms/footer/type.js +2 -0
- package/organisms/get-app-banner/get-app-banner.d.ts +3 -0
- package/organisms/get-app-banner/get-app-banner.js +27 -0
- package/organisms/get-app-banner/index.d.ts +2 -0
- package/organisms/get-app-banner/index.js +18 -0
- package/organisms/get-app-banner/props.d.ts +2 -0
- package/organisms/get-app-banner/props.js +11 -0
- package/organisms/get-app-banner/type.d.ts +8 -0
- package/organisms/get-app-banner/type.js +2 -0
- package/organisms/highlight-banner/highlight-banner.d.ts +3 -0
- package/organisms/highlight-banner/highlight-banner.js +26 -0
- package/organisms/highlight-banner/index.d.ts +2 -0
- package/organisms/highlight-banner/index.js +18 -0
- package/organisms/highlight-banner/props.d.ts +2 -0
- package/organisms/highlight-banner/props.js +10 -0
- package/organisms/highlight-banner/type.d.ts +7 -0
- package/organisms/highlight-banner/type.js +2 -0
- package/organisms/horoscope-cards-grid/horoscope-cards-grid.d.ts +3 -0
- package/organisms/horoscope-cards-grid/horoscope-cards-grid.js +67 -0
- package/organisms/horoscope-cards-grid/index.d.ts +2 -0
- package/organisms/horoscope-cards-grid/index.js +18 -0
- package/organisms/horoscope-cards-grid/props.d.ts +2 -0
- package/organisms/horoscope-cards-grid/props.js +86 -0
- package/organisms/horoscope-cards-grid/type.d.ts +10 -0
- package/organisms/horoscope-cards-grid/type.js +8 -0
- package/organisms/horoscope-details/horoscope-details.d.ts +3 -0
- package/organisms/horoscope-details/horoscope-details.js +23 -0
- package/organisms/horoscope-details/index.d.ts +2 -0
- package/organisms/horoscope-details/index.js +18 -0
- package/organisms/horoscope-details/props.d.ts +2 -0
- package/organisms/horoscope-details/props.js +13 -0
- package/organisms/horoscope-details/type.d.ts +6 -0
- package/organisms/horoscope-details/type.js +2 -0
- package/organisms/horoscope-details-section/horoscope-details-section.d.ts +3 -0
- package/organisms/horoscope-details-section/horoscope-details-section.js +17 -0
- package/organisms/horoscope-details-section/horoscope-details-sections.stories.d.ts +9 -0
- package/organisms/horoscope-details-section/horoscope-details-sections.stories.js +25 -0
- package/organisms/horoscope-details-section/index.d.ts +2 -0
- package/organisms/horoscope-details-section/index.js +18 -0
- package/organisms/horoscope-details-section/props.d.ts +2 -0
- package/organisms/horoscope-details-section/props.js +15 -0
- package/organisms/horoscope-details-section/type.d.ts +8 -0
- package/organisms/horoscope-details-section/type.js +2 -0
- package/organisms/horoscope-section/horoscope-section.d.ts +3 -0
- package/organisms/horoscope-section/horoscope-section.js +18 -0
- package/organisms/horoscope-section/index.d.ts +2 -0
- package/organisms/horoscope-section/index.js +18 -0
- package/organisms/horoscope-section/props.d.ts +2 -0
- package/organisms/horoscope-section/props.js +11 -0
- package/organisms/horoscope-section/type.d.ts +9 -0
- package/organisms/horoscope-section/type.js +2 -0
- package/organisms/index.d.ts +34 -0
- package/organisms/index.js +50 -0
- package/organisms/navbar/index.d.ts +2 -0
- package/organisms/navbar/index.js +18 -0
- package/organisms/navbar/navbar.d.ts +3 -0
- package/organisms/navbar/navbar.js +44 -0
- package/organisms/navbar/props.d.ts +2 -0
- package/organisms/navbar/props.js +17 -0
- package/organisms/navbar/type.d.ts +13 -0
- package/organisms/navbar/type.js +2 -0
- package/organisms/not-found/index.d.ts +2 -0
- package/organisms/not-found/index.js +18 -0
- package/organisms/not-found/not-found.d.ts +3 -0
- package/organisms/not-found/not-found.js +21 -0
- package/organisms/not-found/props.d.ts +2 -0
- package/organisms/not-found/props.js +8 -0
- package/organisms/not-found/type.d.ts +5 -0
- package/organisms/not-found/type.js +2 -0
- package/organisms/onboarding-step-card/index.d.ts +2 -0
- package/organisms/onboarding-step-card/index.js +18 -0
- package/organisms/onboarding-step-card/onboarding-step-card.d.ts +3 -0
- package/organisms/onboarding-step-card/onboarding-step-card.js +22 -0
- package/organisms/onboarding-step-card/props.d.ts +2 -0
- package/organisms/onboarding-step-card/props.js +17 -0
- package/organisms/onboarding-step-card/type.d.ts +31 -0
- package/organisms/onboarding-step-card/type.js +8 -0
- package/organisms/onboarding-steps/index.d.ts +2 -0
- package/organisms/onboarding-steps/index.js +18 -0
- package/organisms/onboarding-steps/onboarding-steps.d.ts +3 -0
- package/organisms/onboarding-steps/onboarding-steps.js +26 -0
- package/organisms/onboarding-steps/props.d.ts +2 -0
- package/organisms/onboarding-steps/props.js +56 -0
- package/organisms/onboarding-steps/type.d.ts +6 -0
- package/organisms/onboarding-steps/type.js +2 -0
- package/organisms/our-mission/index.d.ts +2 -0
- package/organisms/our-mission/index.js +18 -0
- package/organisms/our-mission/our-mission.d.ts +3 -0
- package/organisms/our-mission/our-mission.js +37 -0
- package/organisms/our-mission/props.d.ts +2 -0
- package/organisms/our-mission/props.js +11 -0
- package/organisms/our-mission/type.d.ts +8 -0
- package/organisms/our-mission/type.js +2 -0
- package/organisms/pagination/index.d.ts +2 -0
- package/organisms/pagination/index.js +18 -0
- package/organisms/pagination/pagination.d.ts +3 -0
- package/organisms/pagination/pagination.js +23 -0
- package/organisms/pagination/props.d.ts +2 -0
- package/organisms/pagination/props.js +10 -0
- package/organisms/pagination/type.d.ts +7 -0
- package/organisms/pagination/type.js +2 -0
- package/organisms/review-card/index.d.ts +2 -0
- package/organisms/review-card/index.js +18 -0
- package/organisms/review-card/props.d.ts +2 -0
- package/organisms/review-card/props.js +14 -0
- package/organisms/review-card/review-card.d.ts +3 -0
- package/organisms/review-card/review-card.js +36 -0
- package/organisms/review-card/type.d.ts +11 -0
- package/organisms/review-card/type.js +2 -0
- package/organisms/section-header/index.d.ts +2 -0
- package/organisms/section-header/index.js +18 -0
- package/organisms/section-header/props.d.ts +2 -0
- package/organisms/section-header/props.js +10 -0
- package/organisms/section-header/section-header.d.ts +3 -0
- package/organisms/section-header/section-header.js +29 -0
- package/organisms/section-header/type.d.ts +14 -0
- package/organisms/section-header/type.js +2 -0
- package/organisms/terms-section/index.d.ts +2 -0
- package/organisms/terms-section/index.js +18 -0
- package/organisms/terms-section/props.d.ts +2 -0
- package/organisms/terms-section/props.js +16 -0
- package/organisms/terms-section/terms-section.d.ts +3 -0
- package/organisms/terms-section/terms-section.js +66 -0
- package/organisms/terms-section/type.d.ts +9 -0
- package/organisms/terms-section/type.js +2 -0
- package/organisms/time-line/index.d.ts +2 -0
- package/organisms/time-line/index.js +18 -0
- package/organisms/time-line/props.d.ts +6 -0
- package/organisms/time-line/props.js +49 -0
- package/organisms/time-line/time-line.d.ts +3 -0
- package/organisms/time-line/time-line.js +36 -0
- package/organisms/time-line/type.d.ts +8 -0
- package/organisms/time-line/type.js +2 -0
- package/organisms/user-cards-grid/index.d.ts +2 -0
- package/organisms/user-cards-grid/index.js +18 -0
- package/organisms/user-cards-grid/props.d.ts +4 -0
- package/organisms/user-cards-grid/props.js +150 -0
- package/organisms/user-cards-grid/type.d.ts +10 -0
- package/organisms/user-cards-grid/type.js +9 -0
- package/organisms/user-cards-grid/user-cards-grid.d.ts +3 -0
- package/organisms/user-cards-grid/user-cards-grid.js +68 -0
- package/organisms/user-detail-banner/index.d.ts +2 -0
- package/organisms/user-detail-banner/index.js +18 -0
- package/organisms/user-detail-banner/props.d.ts +5 -0
- package/organisms/user-detail-banner/props.js +8 -0
- package/organisms/user-detail-banner/type.d.ts +4 -0
- package/organisms/user-detail-banner/type.js +2 -0
- package/organisms/user-detail-banner/user-detail-banner.d.ts +3 -0
- package/organisms/user-detail-banner/user-detail-banner.js +22 -0
- package/organisms/user-details/index.d.ts +2 -0
- package/organisms/user-details/index.js +18 -0
- package/organisms/user-details/props.d.ts +2 -0
- package/organisms/user-details/props.js +33 -0
- package/organisms/user-details/type.d.ts +23 -0
- package/organisms/user-details/type.js +2 -0
- package/organisms/user-details/user-details.d.ts +3 -0
- package/organisms/user-details/user-details.js +34 -0
- package/organisms/users-list-explore/index.d.ts +2 -0
- package/organisms/users-list-explore/index.js +18 -0
- package/organisms/users-list-explore/props.d.ts +2 -0
- package/organisms/users-list-explore/props.js +28 -0
- package/organisms/users-list-explore/type.d.ts +19 -0
- package/organisms/users-list-explore/type.js +2 -0
- package/organisms/users-list-explore/users-list-explore.d.ts +3 -0
- package/organisms/users-list-explore/users-list-explore.js +20 -0
- package/package.json +5 -12
- package/providers/index.d.ts +4 -0
- package/providers/index.js +13 -0
- package/templates/about-us/about-us.d.ts +3 -0
- package/templates/about-us/about-us.js +35 -0
- package/templates/about-us/index.d.ts +2 -0
- package/templates/about-us/index.js +18 -0
- package/templates/about-us/props.d.ts +2 -0
- package/templates/about-us/props.js +39 -0
- package/templates/about-us/type.d.ts +14 -0
- package/templates/about-us/type.js +2 -0
- package/templates/advisor-details/advisor-details.d.ts +3 -0
- package/templates/advisor-details/advisor-details.js +32 -0
- package/templates/advisor-details/index.d.ts +2 -0
- package/templates/advisor-details/index.js +18 -0
- package/templates/advisor-details/props.d.ts +2 -0
- package/templates/advisor-details/props.js +32 -0
- package/templates/advisor-details/type.d.ts +10 -0
- package/templates/advisor-details/type.js +2 -0
- package/templates/faqs/faqs.d.ts +3 -0
- package/templates/faqs/faqs.js +30 -0
- package/templates/faqs/index.d.ts +2 -0
- package/templates/faqs/index.js +18 -0
- package/templates/faqs/props.d.ts +2 -0
- package/templates/faqs/props.js +29 -0
- package/templates/faqs/type.d.ts +9 -0
- package/templates/faqs/type.js +2 -0
- package/templates/home/home.d.ts +3 -0
- package/templates/home/home.js +34 -0
- package/templates/home/index.d.ts +2 -0
- package/templates/home/index.js +18 -0
- package/templates/home/props.d.ts +2 -0
- package/templates/home/props.js +36 -0
- package/templates/home/type.d.ts +13 -0
- package/templates/home/type.js +2 -0
- package/templates/horoscope/horoscope.d.ts +3 -0
- package/templates/horoscope/horoscope.js +30 -0
- package/templates/horoscope/index.d.ts +2 -0
- package/templates/horoscope/index.js +18 -0
- package/templates/horoscope/props.d.ts +2 -0
- package/templates/horoscope/props.js +29 -0
- package/templates/horoscope/type.d.ts +9 -0
- package/templates/horoscope/type.js +2 -0
- package/templates/horoscope-details/horoscope-details.d.ts +3 -0
- package/templates/horoscope-details/horoscope-details.js +31 -0
- package/templates/horoscope-details/props.d.ts +2 -0
- package/templates/horoscope-details/props.js +33 -0
- package/templates/horoscope-details/type.d.ts +10 -0
- package/templates/horoscope-details/type.js +2 -0
- package/templates/index.d.ts +8 -0
- package/templates/index.js +24 -0
- package/templates/not-found-page/index.d.ts +2 -0
- package/templates/not-found-page/index.js +18 -0
- package/templates/not-found-page/not-found-page.d.ts +3 -0
- package/templates/not-found-page/not-found-page.js +26 -0
- package/templates/not-found-page/props.d.ts +2 -0
- package/templates/not-found-page/props.js +20 -0
- package/templates/not-found-page/type.d.ts +5 -0
- package/templates/not-found-page/type.js +2 -0
- package/templates/terms-of-use/index.d.ts +2 -0
- package/templates/terms-of-use/index.js +18 -0
- package/templates/terms-of-use/props.d.ts +2 -0
- package/templates/terms-of-use/props.js +28 -0
- package/templates/terms-of-use/terms-of-use.d.ts +3 -0
- package/templates/terms-of-use/terms-of-use.js +31 -0
- package/templates/terms-of-use/type.d.ts +9 -0
- package/templates/terms-of-use/type.js +2 -0
- package/templates/user-lists/index.d.ts +2 -0
- package/templates/user-lists/index.js +18 -0
- package/templates/user-lists/props.d.ts +2 -0
- package/templates/user-lists/props.js +30 -0
- package/templates/user-lists/type.d.ts +9 -0
- package/templates/user-lists/type.js +2 -0
- package/templates/user-lists/user-lists.d.ts +3 -0
- package/templates/user-lists/user-lists.js +30 -0
- package/about-us-banner.19420fd7.js +0 -68
- package/about-us-banner.19420fd7.js.map +0 -1
- package/about-us-banner.6020bc47.js +0 -9
- package/about-us-banner.6020bc47.js.map +0 -1
- package/about-us-banner.c7e9a7af.js +0 -63
- package/about-us-banner.c7e9a7af.js.map +0 -1
- package/about-us-banner.efcf1ea4.js +0 -27
- package/about-us-banner.efcf1ea4.js.map +0 -1
- package/about-us-stats.12cb3719.js +0 -27
- package/about-us-stats.12cb3719.js.map +0 -1
- package/about-us-stats.664287b5.js +0 -52
- package/about-us-stats.664287b5.js.map +0 -1
- package/about-us-stats.8682d14b.js +0 -43
- package/about-us-stats.8682d14b.js.map +0 -1
- package/about-us-stats.e027e570.js +0 -9
- package/about-us-stats.e027e570.js.map +0 -1
- package/about-us.43c5820f.js +0 -50
- package/about-us.43c5820f.js.map +0 -1
- package/about-us.cff97fa3.js +0 -9
- package/about-us.cff97fa3.js.map +0 -1
- package/about-us.d3b1c597.js +0 -55
- package/about-us.d3b1c597.js.map +0 -1
- package/about-us.d60ea791.js +0 -27
- package/about-us.d60ea791.js.map +0 -1
- package/about-user.0248896a.js +0 -51
- package/about-user.0248896a.js.map +0 -1
- package/about-user.44a43d6d.js +0 -27
- package/about-user.44a43d6d.js.map +0 -1
- package/about-user.5532e1cf.js +0 -9
- package/about-user.5532e1cf.js.map +0 -1
- package/about-user.8ee88c22.js +0 -60
- package/about-user.8ee88c22.js.map +0 -1
- package/accordion.00f89058.js +0 -9
- package/accordion.00f89058.js.map +0 -1
- package/accordion.0b58f83e.js +0 -27
- package/accordion.0b58f83e.js.map +0 -1
- package/accordion.19496393.js +0 -68
- package/accordion.19496393.js.map +0 -1
- package/accordion.dc182f9b.js +0 -73
- package/accordion.dc182f9b.js.map +0 -1
- package/active-icon.4514e159.js +0 -14
- package/active-icon.4514e159.js.map +0 -1
- package/active-icon.f60a343e.js +0 -19
- package/active-icon.f60a343e.js.map +0 -1
- package/advisor-details.3e7ed88a.js +0 -9
- package/advisor-details.3e7ed88a.js.map +0 -1
- package/advisor-details.5589e79d.js +0 -27
- package/advisor-details.5589e79d.js.map +0 -1
- package/advisor-details.9212490a.js +0 -40
- package/advisor-details.9212490a.js.map +0 -1
- package/advisor-details.9c901e5b.js +0 -45
- package/advisor-details.9c901e5b.js.map +0 -1
- package/advisors-section.0fda872f.js +0 -9
- package/advisors-section.0fda872f.js.map +0 -1
- package/advisors-section.62c55f72.js +0 -27
- package/advisors-section.62c55f72.js.map +0 -1
- package/advisors-section.6f7b2e4d.js +0 -34
- package/advisors-section.6f7b2e4d.js.map +0 -1
- package/advisors-section.c1bc9f6c.js +0 -39
- package/advisors-section.c1bc9f6c.js.map +0 -1
- package/app-store-btn.b0473d3b.js +0 -18
- package/app-store-btn.b0473d3b.js.map +0 -1
- package/app-store-btn.d444afd0.js +0 -23
- package/app-store-btn.d444afd0.js.map +0 -1
- package/app-store-icon.7d04584e.js +0 -29
- package/app-store-icon.7d04584e.js.map +0 -1
- package/app-store-icon.7d361a47.js +0 -34
- package/app-store-icon.7d361a47.js.map +0 -1
- package/arrow-left-icon.249a16e2.js +0 -31
- package/arrow-left-icon.249a16e2.js.map +0 -1
- package/arrow-left-icon.8c768b3d.js +0 -36
- package/arrow-left-icon.8c768b3d.js.map +0 -1
- package/arrow-right-icon.0a2da66d.js +0 -31
- package/arrow-right-icon.0a2da66d.js.map +0 -1
- package/arrow-right-icon.8dc2b5ec.js +0 -36
- package/arrow-right-icon.8dc2b5ec.js.map +0 -1
- package/attribute-card.5fb003e3.js +0 -34
- package/attribute-card.5fb003e3.js.map +0 -1
- package/attribute-card.650bb67f.js +0 -27
- package/attribute-card.650bb67f.js.map +0 -1
- package/attribute-card.88bf6eff.js +0 -9
- package/attribute-card.88bf6eff.js.map +0 -1
- package/attribute-card.9d378a11.js +0 -39
- package/attribute-card.9d378a11.js.map +0 -1
- package/attributes-section.4336d62a.js +0 -27
- package/attributes-section.4336d62a.js.map +0 -1
- package/attributes-section.58be94e3.js +0 -31
- package/attributes-section.58be94e3.js.map +0 -1
- package/attributes-section.67b81241.js +0 -36
- package/attributes-section.67b81241.js.map +0 -1
- package/attributes-section.6f77f661.js +0 -9
- package/attributes-section.6f77f661.js.map +0 -1
- package/badge.5f174aef.js +0 -33
- package/badge.5f174aef.js.map +0 -1
- package/badge.6eef3029.js +0 -38
- package/badge.6eef3029.js.map +0 -1
- package/badge.9f70ace5.js +0 -27
- package/badge.9f70ace5.js.map +0 -1
- package/badge.b5dc5fcb.js +0 -9
- package/badge.b5dc5fcb.js.map +0 -1
- package/banner-slider-card.c73b49d2.js +0 -38
- package/banner-slider-card.c73b49d2.js.map +0 -1
- package/banner-slider-card.e2606476.js +0 -33
- package/banner-slider-card.e2606476.js.map +0 -1
- package/banner-slider.124a4bc1.js +0 -82
- package/banner-slider.124a4bc1.js.map +0 -1
- package/banner-slider.6cde750f.js +0 -9
- package/banner-slider.6cde750f.js.map +0 -1
- package/banner-slider.9d2975c6.js +0 -77
- package/banner-slider.9d2975c6.js.map +0 -1
- package/banner-slider.fc0a9cb7.js +0 -27
- package/banner-slider.fc0a9cb7.js.map +0 -1
- package/banner.3bae0a92.js +0 -9
- package/banner.3bae0a92.js.map +0 -1
- package/banner.6abf4371.js +0 -76
- package/banner.6abf4371.js.map +0 -1
- package/banner.e4e501a4.js +0 -81
- package/banner.e4e501a4.js.map +0 -1
- package/banner.ebfa361e.js +0 -27
- package/banner.ebfa361e.js.map +0 -1
- package/breadcrumbs.11239bca.js +0 -13
- package/breadcrumbs.11239bca.js.map +0 -1
- package/breadcrumbs.127e4646.js +0 -9
- package/breadcrumbs.127e4646.js.map +0 -1
- package/breadcrumbs.87489e41.js +0 -74
- package/breadcrumbs.87489e41.js.map +0 -1
- package/breadcrumbs.97c114e5.js +0 -83
- package/breadcrumbs.97c114e5.js.map +0 -1
- package/button-group.3bcbf0ed.js +0 -27
- package/button-group.3bcbf0ed.js.map +0 -1
- package/button-group.4f759566.js +0 -57
- package/button-group.4f759566.js.map +0 -1
- package/button-group.793dde5d.js +0 -62
- package/button-group.793dde5d.js.map +0 -1
- package/button-group.ad1e09ab.js +0 -9
- package/button-group.ad1e09ab.js.map +0 -1
- package/button.916f414f.js +0 -90
- package/button.916f414f.js.map +0 -1
- package/button.b69b265e.js +0 -95
- package/button.b69b265e.js.map +0 -1
- package/button.ce27cdaa.js +0 -13
- package/button.ce27cdaa.js.map +0 -1
- package/button.fb3c4253.js +0 -33
- package/button.fb3c4253.js.map +0 -1
- package/core-values-card.a9a93d49.js +0 -13
- package/core-values-card.a9a93d49.js.map +0 -1
- package/core-values-card.ddd374bb.js +0 -9
- package/core-values-card.ddd374bb.js.map +0 -1
- package/core-values-card.eac05eb8.js +0 -54
- package/core-values-card.eac05eb8.js.map +0 -1
- package/core-values-card.f184ce4d.js +0 -49
- package/core-values-card.f184ce4d.js.map +0 -1
- package/core-values-section.09b4b97d.js +0 -62
- package/core-values-section.09b4b97d.js.map +0 -1
- package/core-values-section.0f304a12.js +0 -27
- package/core-values-section.0f304a12.js.map +0 -1
- package/core-values-section.415df777.js +0 -67
- package/core-values-section.415df777.js.map +0 -1
- package/core-values-section.bba9e957.js +0 -9
- package/core-values-section.bba9e957.js.map +0 -1
- package/cta-banner.9ed3180b.js +0 -72
- package/cta-banner.9ed3180b.js.map +0 -1
- package/cta-banner.c8f49cf4.js +0 -67
- package/cta-banner.c8f49cf4.js.map +0 -1
- package/cta-banner.d8d0a685.js +0 -27
- package/cta-banner.d8d0a685.js.map +0 -1
- package/cta-banner.fee7f50d.js +0 -9
- package/cta-banner.fee7f50d.js.map +0 -1
- package/customer-reviews.44a6404b.js +0 -104
- package/customer-reviews.44a6404b.js.map +0 -1
- package/customer-reviews.75846ef1.js +0 -109
- package/customer-reviews.75846ef1.js.map +0 -1
- package/customer-reviews.d47536f7.js +0 -9
- package/customer-reviews.d47536f7.js.map +0 -1
- package/customer-reviews.ebcbd8c9.js +0 -27
- package/customer-reviews.ebcbd8c9.js.map +0 -1
- package/extended-user-card.269e023d.js +0 -208
- package/extended-user-card.269e023d.js.map +0 -1
- package/extended-user-card.2b60aa61.js +0 -27
- package/extended-user-card.2b60aa61.js.map +0 -1
- package/extended-user-card.acdad892.js +0 -9
- package/extended-user-card.acdad892.js.map +0 -1
- package/extended-user-card.ccf3e822.js +0 -199
- package/extended-user-card.ccf3e822.js.map +0 -1
- package/faq.0dcd61ea.js +0 -9
- package/faq.0dcd61ea.js.map +0 -1
- package/faq.1b9fcac2.js +0 -27
- package/faq.1b9fcac2.js.map +0 -1
- package/faq.36bfbf54.js +0 -43
- package/faq.36bfbf54.js.map +0 -1
- package/faq.dd654cae.js +0 -38
- package/faq.dd654cae.js.map +0 -1
- package/faqs.185ffa78.js +0 -35
- package/faqs.185ffa78.js.map +0 -1
- package/faqs.24b82e7a.js +0 -27
- package/faqs.24b82e7a.js.map +0 -1
- package/faqs.2b84981b.js +0 -40
- package/faqs.2b84981b.js.map +0 -1
- package/faqs.ba88d34c.js +0 -9
- package/faqs.ba88d34c.js.map +0 -1
- package/filter-icon.0498dd8d.js +0 -46
- package/filter-icon.0498dd8d.js.map +0 -1
- package/filter-icon.616ae4eb.js +0 -51
- package/filter-icon.616ae4eb.js.map +0 -1
- package/footer.2cf4d52a.js +0 -124
- package/footer.2cf4d52a.js.map +0 -1
- package/footer.33bec26a.js +0 -27
- package/footer.33bec26a.js.map +0 -1
- package/footer.98b05cef.js +0 -9
- package/footer.98b05cef.js.map +0 -1
- package/footer.ecd7e10a.js +0 -119
- package/footer.ecd7e10a.js.map +0 -1
- package/get-app-banner.017e20cb.js +0 -62
- package/get-app-banner.017e20cb.js.map +0 -1
- package/get-app-banner.0a249190.js +0 -57
- package/get-app-banner.0a249190.js.map +0 -1
- package/get-app-banner.3757cc32.js +0 -9
- package/get-app-banner.3757cc32.js.map +0 -1
- package/get-app-banner.756b2281.js +0 -27
- package/get-app-banner.756b2281.js.map +0 -1
- package/google-play-icon.1452d8bc.js +0 -181
- package/google-play-icon.1452d8bc.js.map +0 -1
- package/google-play-icon.74df677d.js +0 -176
- package/google-play-icon.74df677d.js.map +0 -1
- package/highlight-banner.2e9aaeb3.js +0 -27
- package/highlight-banner.2e9aaeb3.js.map +0 -1
- package/highlight-banner.38915c1a.js +0 -57
- package/highlight-banner.38915c1a.js.map +0 -1
- package/highlight-banner.48335ae4.js +0 -62
- package/highlight-banner.48335ae4.js.map +0 -1
- package/highlight-banner.5d1ec5f2.js +0 -9
- package/highlight-banner.5d1ec5f2.js.map +0 -1
- package/home-icon.1f027a19.js +0 -60
- package/home-icon.1f027a19.js.map +0 -1
- package/home-icon.67d2e0e8.js +0 -55
- package/home-icon.67d2e0e8.js.map +0 -1
- package/home.3db7d178.js +0 -27
- package/home.3db7d178.js.map +0 -1
- package/home.60696dfc.js +0 -53
- package/home.60696dfc.js.map +0 -1
- package/home.9708e11a.js +0 -9
- package/home.9708e11a.js.map +0 -1
- package/home.c56e3cc1.js +0 -48
- package/home.c56e3cc1.js.map +0 -1
- package/horizontal-divider.13db4d04.js +0 -19
- package/horizontal-divider.13db4d04.js.map +0 -1
- package/horizontal-divider.3bf53568.js +0 -14
- package/horizontal-divider.3bf53568.js.map +0 -1
- package/horizontal-divider.8a39312d.js +0 -24
- package/horizontal-divider.8a39312d.js.map +0 -1
- package/horizontal-divider.8e847bee.js +0 -7
- package/horizontal-divider.8e847bee.js.map +0 -1
- package/horoscope-card.03822f46.js +0 -36
- package/horoscope-card.03822f46.js.map +0 -1
- package/horoscope-card.1fa07b3c.js +0 -9
- package/horoscope-card.1fa07b3c.js.map +0 -1
- package/horoscope-card.7e3eea48.js +0 -41
- package/horoscope-card.7e3eea48.js.map +0 -1
- package/horoscope-card.aebe6054.js +0 -27
- package/horoscope-card.aebe6054.js.map +0 -1
- package/horoscope-cards-grid.0fce0ea9.js +0 -58
- package/horoscope-cards-grid.0fce0ea9.js.map +0 -1
- package/horoscope-cards-grid.16f730be.js +0 -53
- package/horoscope-cards-grid.16f730be.js.map +0 -1
- package/horoscope-cards-grid.1d2c90c1.js +0 -9
- package/horoscope-cards-grid.1d2c90c1.js.map +0 -1
- package/horoscope-cards-grid.558e2989.js +0 -27
- package/horoscope-cards-grid.558e2989.js.map +0 -1
- package/horoscope-details-section.07b385b4.js +0 -9
- package/horoscope-details-section.07b385b4.js.map +0 -1
- package/horoscope-details-section.08ebb6dc.js +0 -40
- package/horoscope-details-section.08ebb6dc.js.map +0 -1
- package/horoscope-details-section.4965539f.js +0 -35
- package/horoscope-details-section.4965539f.js.map +0 -1
- package/horoscope-details-section.75d1c977.js +0 -27
- package/horoscope-details-section.75d1c977.js.map +0 -1
- package/horoscope-details.48808147.js +0 -9
- package/horoscope-details.48808147.js.map +0 -1
- package/horoscope-details.5884f750.js +0 -27
- package/horoscope-details.5884f750.js.map +0 -1
- package/horoscope-details.6a909d73.js +0 -52
- package/horoscope-details.6a909d73.js.map +0 -1
- package/horoscope-details.8507a5f4.js +0 -61
- package/horoscope-details.8507a5f4.js.map +0 -1
- package/horoscope-section.3c16173a.js +0 -9
- package/horoscope-section.3c16173a.js.map +0 -1
- package/horoscope-section.45adf676.js +0 -39
- package/horoscope-section.45adf676.js.map +0 -1
- package/horoscope-section.d0e200d8.js +0 -44
- package/horoscope-section.d0e200d8.js.map +0 -1
- package/horoscope-section.f768cef4.js +0 -27
- package/horoscope-section.f768cef4.js.map +0 -1
- package/horoscope.2e2af7eb.js +0 -9
- package/horoscope.2e2af7eb.js.map +0 -1
- package/horoscope.5b426c11.js +0 -27
- package/horoscope.5b426c11.js.map +0 -1
- package/horoscope.d016cebb.js +0 -40
- package/horoscope.d016cebb.js.map +0 -1
- package/horoscope.ee2d3652.js +0 -35
- package/horoscope.ee2d3652.js.map +0 -1
- package/kismaa-logo.77129033.js +0 -87
- package/kismaa-logo.77129033.js.map +0 -1
- package/kismaa-logo.a0cd5842.js +0 -82
- package/kismaa-logo.a0cd5842.js.map +0 -1
- package/main.js +0 -30
- package/main.js.map +0 -1
- package/module.js +0 -11
- package/module.js.map +0 -1
- package/molecules.a0ab4a41.js +0 -54
- package/molecules.a0ab4a41.js.map +0 -1
- package/molecules.dbeec2dc.js +0 -27
- package/molecules.dbeec2dc.js.map +0 -1
- package/navbar.62ea7b68.js +0 -9
- package/navbar.62ea7b68.js.map +0 -1
- package/navbar.7c69558b.js +0 -153
- package/navbar.7c69558b.js.map +0 -1
- package/navbar.9e1386af.js +0 -144
- package/navbar.9e1386af.js.map +0 -1
- package/navbar.ac5810b3.js +0 -27
- package/navbar.ac5810b3.js.map +0 -1
- package/not-found-icon.5e6aba82.js +0 -749
- package/not-found-icon.5e6aba82.js.map +0 -1
- package/not-found-icon.861fcfaf.js +0 -744
- package/not-found-icon.861fcfaf.js.map +0 -1
- package/not-found-page.75a6c998.js +0 -27
- package/not-found-page.75a6c998.js.map +0 -1
- package/not-found-page.b819d919.js +0 -28
- package/not-found-page.b819d919.js.map +0 -1
- package/not-found-page.c4105225.js +0 -23
- package/not-found-page.c4105225.js.map +0 -1
- package/not-found-page.e5b32c6e.js +0 -9
- package/not-found-page.e5b32c6e.js.map +0 -1
- package/not-found.4ca5bb0e.js +0 -9
- package/not-found.4ca5bb0e.js.map +0 -1
- package/not-found.91e185b2.js +0 -43
- package/not-found.91e185b2.js.map +0 -1
- package/not-found.c595ed27.js +0 -27
- package/not-found.c595ed27.js.map +0 -1
- package/not-found.edd3d383.js +0 -48
- package/not-found.edd3d383.js.map +0 -1
- package/onboarding-step-card.50d7d125.js +0 -27
- package/onboarding-step-card.50d7d125.js.map +0 -1
- package/onboarding-step-card.68356635.js +0 -65
- package/onboarding-step-card.68356635.js.map +0 -1
- package/onboarding-step-card.95a73f20.js +0 -9
- package/onboarding-step-card.95a73f20.js.map +0 -1
- package/onboarding-step-card.baf12d95.js +0 -70
- package/onboarding-step-card.baf12d95.js.map +0 -1
- package/onboarding-steps.1e1872b0.js +0 -27
- package/onboarding-steps.1e1872b0.js.map +0 -1
- package/onboarding-steps.631381b8.js +0 -93
- package/onboarding-steps.631381b8.js.map +0 -1
- package/onboarding-steps.f0217d67.js +0 -9
- package/onboarding-steps.f0217d67.js.map +0 -1
- package/onboarding-steps.fa5f3562.js +0 -84
- package/onboarding-steps.fa5f3562.js.map +0 -1
- package/onboarding-track.0ee2ca59.js +0 -27
- package/onboarding-track.0ee2ca59.js.map +0 -1
- package/onboarding-track.e55f9898.js +0 -22
- package/onboarding-track.e55f9898.js.map +0 -1
- package/organisms.7fa4fa08.js +0 -73
- package/organisms.7fa4fa08.js.map +0 -1
- package/organisms.e0e8921b.js +0 -123
- package/organisms.e0e8921b.js.map +0 -1
- package/our-mission.198d6913.js +0 -27
- package/our-mission.198d6913.js.map +0 -1
- package/our-mission.80e2383d.js +0 -88
- package/our-mission.80e2383d.js.map +0 -1
- package/our-mission.92449a16.js +0 -9
- package/our-mission.92449a16.js.map +0 -1
- package/our-mission.e6e11b6d.js +0 -93
- package/our-mission.e6e11b6d.js.map +0 -1
- package/pagination.58a410ba.js +0 -9
- package/pagination.58a410ba.js.map +0 -1
- package/pagination.a680f987.js +0 -65
- package/pagination.a680f987.js.map +0 -1
- package/pagination.be541dc9.js +0 -27
- package/pagination.be541dc9.js.map +0 -1
- package/pagination.f53df579.js +0 -60
- package/pagination.f53df579.js.map +0 -1
- package/play-store-btn.a6dbd76f.js +0 -23
- package/play-store-btn.a6dbd76f.js.map +0 -1
- package/play-store-btn.ad8b7dd2.js +0 -18
- package/play-store-btn.ad8b7dd2.js.map +0 -1
- package/props.4a07a75e.js +0 -21
- package/props.4a07a75e.js.map +0 -1
- package/props.8b30a591.js +0 -16
- package/props.8b30a591.js.map +0 -1
- package/quote-icon.67ecd281.js +0 -52
- package/quote-icon.67ecd281.js.map +0 -1
- package/quote-icon.8d264a7d.js +0 -47
- package/quote-icon.8d264a7d.js.map +0 -1
- package/rating-star.1e6963f0.js +0 -36
- package/rating-star.1e6963f0.js.map +0 -1
- package/rating-star.e821106c.js +0 -41
- package/rating-star.e821106c.js.map +0 -1
- package/ratings.45def69f.js +0 -66
- package/ratings.45def69f.js.map +0 -1
- package/ratings.7338fdf7.js +0 -9
- package/ratings.7338fdf7.js.map +0 -1
- package/ratings.8f7f5f25.js +0 -61
- package/ratings.8f7f5f25.js.map +0 -1
- package/ratings.f221bf4d.js +0 -27
- package/ratings.f221bf4d.js.map +0 -1
- package/review-card.6f537587.js +0 -92
- package/review-card.6f537587.js.map +0 -1
- package/review-card.af71b6c1.js +0 -27
- package/review-card.af71b6c1.js.map +0 -1
- package/review-card.bbd5bf69.js +0 -101
- package/review-card.bbd5bf69.js.map +0 -1
- package/review-card.ce503af7.js +0 -9
- package/review-card.ce503af7.js.map +0 -1
- package/search-icon.07b2e698.js +0 -25
- package/search-icon.07b2e698.js.map +0 -1
- package/search-icon.74679efb.js +0 -30
- package/search-icon.74679efb.js.map +0 -1
- package/section-header.7326a95c.js +0 -27
- package/section-header.7326a95c.js.map +0 -1
- package/section-header.99b67de3.js +0 -82
- package/section-header.99b67de3.js.map +0 -1
- package/section-header.9f85c725.js +0 -9
- package/section-header.9f85c725.js.map +0 -1
- package/section-header.df4329cf.js +0 -87
- package/section-header.df4329cf.js.map +0 -1
- package/stat-card.2c0b0f3a.js +0 -9
- package/stat-card.2c0b0f3a.js.map +0 -1
- package/stat-card.42fd0f7f.js +0 -27
- package/stat-card.42fd0f7f.js.map +0 -1
- package/stat-card.4cf99023.js +0 -33
- package/stat-card.4cf99023.js.map +0 -1
- package/stat-card.a222e873.js +0 -38
- package/stat-card.a222e873.js.map +0 -1
- package/templates.78645afc.js +0 -21
- package/templates.78645afc.js.map +0 -1
- package/templates.a13a623e.js +0 -45
- package/templates.a13a623e.js.map +0 -1
- package/terms-of-use.07a2d814.js +0 -9
- package/terms-of-use.07a2d814.js.map +0 -1
- package/terms-of-use.773d3890.js +0 -27
- package/terms-of-use.773d3890.js.map +0 -1
- package/terms-of-use.7e1586c9.js +0 -44
- package/terms-of-use.7e1586c9.js.map +0 -1
- package/terms-of-use.bd91a2a3.js +0 -39
- package/terms-of-use.bd91a2a3.js.map +0 -1
- package/terms-section.02d6cba5.js +0 -66
- package/terms-section.02d6cba5.js.map +0 -1
- package/terms-section.c53ec6a8.js +0 -71
- package/terms-section.c53ec6a8.js.map +0 -1
- package/terms-section.cc9371e5.js +0 -9
- package/terms-section.cc9371e5.js.map +0 -1
- package/terms-section.f3f378eb.js +0 -27
- package/terms-section.f3f378eb.js.map +0 -1
- package/theme-switch.2ecdbd50.js +0 -53
- package/theme-switch.2ecdbd50.js.map +0 -1
- package/theme-switch.6eba2db7.js +0 -38
- package/theme-switch.6eba2db7.js.map +0 -1
- package/time-line.111baa92.js +0 -55
- package/time-line.111baa92.js.map +0 -1
- package/time-line.31d04228.js +0 -27
- package/time-line.31d04228.js.map +0 -1
- package/time-line.4b23acd1.js +0 -9
- package/time-line.4b23acd1.js.map +0 -1
- package/time-line.9ba2660b.js +0 -50
- package/time-line.9ba2660b.js.map +0 -1
- package/triangle-icon.662f99e6.js +0 -41
- package/triangle-icon.662f99e6.js.map +0 -1
- package/triangle-icon.8464c552.js +0 -46
- package/triangle-icon.8464c552.js.map +0 -1
- package/type.00344868.js +0 -3
- package/type.00344868.js.map +0 -1
- package/type.011230cc.js +0 -3
- package/type.011230cc.js.map +0 -1
- package/type.01933f6d.js +0 -3
- package/type.01933f6d.js.map +0 -1
- package/type.075f27a4.js +0 -3
- package/type.075f27a4.js.map +0 -1
- package/type.0a3bfe3e.js +0 -3
- package/type.0a3bfe3e.js.map +0 -1
- package/type.0e6c595f.js +0 -3
- package/type.0e6c595f.js.map +0 -1
- package/type.10062bcb.js +0 -3
- package/type.10062bcb.js.map +0 -1
- package/type.10c91fef.js +0 -14
- package/type.10c91fef.js.map +0 -1
- package/type.11326fec.js +0 -3
- package/type.11326fec.js.map +0 -1
- package/type.166683df.js +0 -3
- package/type.166683df.js.map +0 -1
- package/type.1730d83d.js +0 -29
- package/type.1730d83d.js.map +0 -1
- package/type.1757289e.js +0 -3
- package/type.1757289e.js.map +0 -1
- package/type.1a4aaedb.js +0 -3
- package/type.1a4aaedb.js.map +0 -1
- package/type.1c300111.js +0 -3
- package/type.1c300111.js.map +0 -1
- package/type.1e75766c.js +0 -3
- package/type.1e75766c.js.map +0 -1
- package/type.20225dde.js +0 -10
- package/type.20225dde.js.map +0 -1
- package/type.22445e1c.js +0 -3
- package/type.22445e1c.js.map +0 -1
- package/type.234f9e4b.js +0 -3
- package/type.234f9e4b.js.map +0 -1
- package/type.23c026db.js +0 -3
- package/type.23c026db.js.map +0 -1
- package/type.2641c373.js +0 -3
- package/type.2641c373.js.map +0 -1
- package/type.2e1efd63.js +0 -9
- package/type.2e1efd63.js.map +0 -1
- package/type.2f438c65.js +0 -3
- package/type.2f438c65.js.map +0 -1
- package/type.327ef6d6.js +0 -3
- package/type.327ef6d6.js.map +0 -1
- package/type.376153d3.js +0 -3
- package/type.376153d3.js.map +0 -1
- package/type.39724806.js +0 -3
- package/type.39724806.js.map +0 -1
- package/type.39f681bf.js +0 -3
- package/type.39f681bf.js.map +0 -1
- package/type.3c6fb1f5.js +0 -3
- package/type.3c6fb1f5.js.map +0 -1
- package/type.3ec23294.js +0 -3
- package/type.3ec23294.js.map +0 -1
- package/type.3f5881d8.js +0 -3
- package/type.3f5881d8.js.map +0 -1
- package/type.433962f7.js +0 -3
- package/type.433962f7.js.map +0 -1
- package/type.44723454.js +0 -3
- package/type.44723454.js.map +0 -1
- package/type.447ccd72.js +0 -3
- package/type.447ccd72.js.map +0 -1
- package/type.4eb7c677.js +0 -3
- package/type.4eb7c677.js.map +0 -1
- package/type.4f30409d.js +0 -3
- package/type.4f30409d.js.map +0 -1
- package/type.506dd5b4.js +0 -3
- package/type.506dd5b4.js.map +0 -1
- package/type.51db0154.js +0 -3
- package/type.51db0154.js.map +0 -1
- package/type.525129bf.js +0 -15
- package/type.525129bf.js.map +0 -1
- package/type.53130166.js +0 -9
- package/type.53130166.js.map +0 -1
- package/type.55acdc52.js +0 -3
- package/type.55acdc52.js.map +0 -1
- package/type.5652f94a.js +0 -3
- package/type.5652f94a.js.map +0 -1
- package/type.5963b9c2.js +0 -3
- package/type.5963b9c2.js.map +0 -1
- package/type.5d28d3e8.js +0 -3
- package/type.5d28d3e8.js.map +0 -1
- package/type.5df64594.js +0 -3
- package/type.5df64594.js.map +0 -1
- package/type.60e3c4c7.js +0 -14
- package/type.60e3c4c7.js.map +0 -1
- package/type.625583a2.js +0 -3
- package/type.625583a2.js.map +0 -1
- package/type.6342b95c.js +0 -3
- package/type.6342b95c.js.map +0 -1
- package/type.65c54ecd.js +0 -14
- package/type.65c54ecd.js.map +0 -1
- package/type.65d5877d.js +0 -3
- package/type.65d5877d.js.map +0 -1
- package/type.6625ff26.js +0 -3
- package/type.6625ff26.js.map +0 -1
- package/type.67f40f2a.js +0 -3
- package/type.67f40f2a.js.map +0 -1
- package/type.683595ae.js +0 -3
- package/type.683595ae.js.map +0 -1
- package/type.6ab37322.js +0 -9
- package/type.6ab37322.js.map +0 -1
- package/type.6be9b7be.js +0 -3
- package/type.6be9b7be.js.map +0 -1
- package/type.6ee5aac6.js +0 -3
- package/type.6ee5aac6.js.map +0 -1
- package/type.7198c8f2.js +0 -3
- package/type.7198c8f2.js.map +0 -1
- package/type.71ec1bfb.js +0 -3
- package/type.71ec1bfb.js.map +0 -1
- package/type.7409f794.js +0 -3
- package/type.7409f794.js.map +0 -1
- package/type.7771cf46.js +0 -3
- package/type.7771cf46.js.map +0 -1
- package/type.77eda445.js +0 -3
- package/type.77eda445.js.map +0 -1
- package/type.78885f6b.js +0 -3
- package/type.78885f6b.js.map +0 -1
- package/type.79d381a7.js +0 -9
- package/type.79d381a7.js.map +0 -1
- package/type.7a37e552.js +0 -3
- package/type.7a37e552.js.map +0 -1
- package/type.7a8e904a.js +0 -3
- package/type.7a8e904a.js.map +0 -1
- package/type.7acc67fc.js +0 -3
- package/type.7acc67fc.js.map +0 -1
- package/type.7ada1774.js +0 -3
- package/type.7ada1774.js.map +0 -1
- package/type.7d56cd6c.js +0 -3
- package/type.7d56cd6c.js.map +0 -1
- package/type.7f19db84.js +0 -3
- package/type.7f19db84.js.map +0 -1
- package/type.84004b42.js +0 -3
- package/type.84004b42.js.map +0 -1
- package/type.86c4b2e4.js +0 -3
- package/type.86c4b2e4.js.map +0 -1
- package/type.87d406bc.js +0 -15
- package/type.87d406bc.js.map +0 -1
- package/type.8bd914f4.js +0 -30
- package/type.8bd914f4.js.map +0 -1
- package/type.8d87138b.js +0 -3
- package/type.8d87138b.js.map +0 -1
- package/type.8dd3c2a6.js +0 -9
- package/type.8dd3c2a6.js.map +0 -1
- package/type.917529de.js +0 -3
- package/type.917529de.js.map +0 -1
- package/type.95b00953.js +0 -3
- package/type.95b00953.js.map +0 -1
- package/type.95ea64e6.js +0 -3
- package/type.95ea64e6.js.map +0 -1
- package/type.987d1b3f.js +0 -3
- package/type.987d1b3f.js.map +0 -1
- package/type.9a829397.js +0 -3
- package/type.9a829397.js.map +0 -1
- package/type.9a8b18fc.js +0 -3
- package/type.9a8b18fc.js.map +0 -1
- package/type.9df3e814.js +0 -3
- package/type.9df3e814.js.map +0 -1
- package/type.a48ad06b.js +0 -3
- package/type.a48ad06b.js.map +0 -1
- package/type.a711ae73.js +0 -3
- package/type.a711ae73.js.map +0 -1
- package/type.a8044de2.js +0 -3
- package/type.a8044de2.js.map +0 -1
- package/type.b065d080.js +0 -3
- package/type.b065d080.js.map +0 -1
- package/type.b1550812.js +0 -3
- package/type.b1550812.js.map +0 -1
- package/type.b686e6f4.js +0 -3
- package/type.b686e6f4.js.map +0 -1
- package/type.b8da9622.js +0 -3
- package/type.b8da9622.js.map +0 -1
- package/type.b995acef.js +0 -3
- package/type.b995acef.js.map +0 -1
- package/type.bd3939c7.js +0 -3
- package/type.bd3939c7.js.map +0 -1
- package/type.bdec6da0.js +0 -3
- package/type.bdec6da0.js.map +0 -1
- package/type.c9d8fa27.js +0 -3
- package/type.c9d8fa27.js.map +0 -1
- package/type.cca7d104.js +0 -25
- package/type.cca7d104.js.map +0 -1
- package/type.d2861447.js +0 -3
- package/type.d2861447.js.map +0 -1
- package/type.d7e1b75d.js +0 -14
- package/type.d7e1b75d.js.map +0 -1
- package/type.d8e0e6fc.js +0 -3
- package/type.d8e0e6fc.js.map +0 -1
- package/type.d8ee1b17.js +0 -14
- package/type.d8ee1b17.js.map +0 -1
- package/type.de929450.js +0 -3
- package/type.de929450.js.map +0 -1
- package/type.dfcc6df7.js +0 -3
- package/type.dfcc6df7.js.map +0 -1
- package/type.e9adae1a.js +0 -3
- package/type.e9adae1a.js.map +0 -1
- package/type.eef8259b.js +0 -3
- package/type.eef8259b.js.map +0 -1
- package/type.f7f8c69e.js +0 -3
- package/type.f7f8c69e.js.map +0 -1
- package/type.fa085bea.js +0 -3
- package/type.fa085bea.js.map +0 -1
- package/type.fab32c4d.js +0 -3
- package/type.fab32c4d.js.map +0 -1
- package/type.fb3768ab.js +0 -3
- package/type.fb3768ab.js.map +0 -1
- package/type.fe8fbc9e.js +0 -21
- package/type.fe8fbc9e.js.map +0 -1
- package/type.fef24441.js +0 -23
- package/type.fef24441.js.map +0 -1
- package/types.d.ts +0 -612
- package/types.d.ts.map +0 -1
- package/typography.07d64b31.js +0 -42
- package/typography.07d64b31.js.map +0 -1
- package/typography.1e66e861.js +0 -27
- package/typography.1e66e861.js.map +0 -1
- package/typography.5ec7fe57.js +0 -9
- package/typography.5ec7fe57.js.map +0 -1
- package/typography.74b3bf5a.js +0 -37
- package/typography.74b3bf5a.js.map +0 -1
- package/use-isvisibile-hook.83f8c7c0.js +0 -39
- package/use-isvisibile-hook.83f8c7c0.js.map +0 -1
- package/use-isvisibile-hook.bb008f5e.js +0 -44
- package/use-isvisibile-hook.bb008f5e.js.map +0 -1
- package/user-card.12d73bd6.js +0 -146
- package/user-card.12d73bd6.js.map +0 -1
- package/user-card.47b48ecc.js +0 -9
- package/user-card.47b48ecc.js.map +0 -1
- package/user-card.4841ac34.js +0 -155
- package/user-card.4841ac34.js.map +0 -1
- package/user-card.81904f7f.js +0 -27
- package/user-card.81904f7f.js.map +0 -1
- package/user-cards-grid.8dccac28.js +0 -32
- package/user-cards-grid.8dccac28.js.map +0 -1
- package/user-cards-grid.a434428c.js +0 -27
- package/user-cards-grid.a434428c.js.map +0 -1
- package/user-cards-grid.cfc1278b.js +0 -9
- package/user-cards-grid.cfc1278b.js.map +0 -1
- package/user-cards-grid.f63eab6e.js +0 -37
- package/user-cards-grid.f63eab6e.js.map +0 -1
- package/user-detail-banner.c8a86ec0.js +0 -27
- package/user-detail-banner.c8a86ec0.js.map +0 -1
- package/user-detail-banner.d7a1b0f4.js +0 -43
- package/user-detail-banner.d7a1b0f4.js.map +0 -1
- package/user-detail-banner.db98a9e0.js +0 -9
- package/user-detail-banner.db98a9e0.js.map +0 -1
- package/user-detail-banner.f22e35af.js +0 -38
- package/user-detail-banner.f22e35af.js.map +0 -1
- package/user-details.3101ba3d.js +0 -9
- package/user-details.3101ba3d.js.map +0 -1
- package/user-details.5ca5abc6.js +0 -123
- package/user-details.5ca5abc6.js.map +0 -1
- package/user-details.8be4c85a.js +0 -27
- package/user-details.8be4c85a.js.map +0 -1
- package/user-details.f54a6cbe.js +0 -118
- package/user-details.f54a6cbe.js.map +0 -1
- package/user-lists.6a8c6b86.js +0 -27
- package/user-lists.6a8c6b86.js.map +0 -1
- package/user-lists.baefbe77.js +0 -40
- package/user-lists.baefbe77.js.map +0 -1
- package/user-lists.cfcf00cf.js +0 -9
- package/user-lists.cfcf00cf.js.map +0 -1
- package/user-lists.d223c99d.js +0 -35
- package/user-lists.d223c99d.js.map +0 -1
- package/users-list-explore.176d42ed.js +0 -51
- package/users-list-explore.176d42ed.js.map +0 -1
- package/users-list-explore.8b209346.js +0 -56
- package/users-list-explore.8b209346.js.map +0 -1
- package/users-list-explore.a097d1fc.js +0 -27
- package/users-list-explore.a097d1fc.js.map +0 -1
- package/users-list-explore.acf51998.js +0 -9
- package/users-list-explore.acf51998.js.map +0 -1
package/app/layout.d.ts
ADDED
package/app/layout.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.metadata = void 0;
|
|
7
|
+
exports.default = RootLayout;
|
|
8
|
+
var react_1 = __importDefault(require("react"));
|
|
9
|
+
var providers_1 = require("../providers");
|
|
10
|
+
require("./globals.css");
|
|
11
|
+
exports.metadata = {
|
|
12
|
+
title: 'Create Next App',
|
|
13
|
+
description: 'Generated by create next app',
|
|
14
|
+
};
|
|
15
|
+
function RootLayout(_a) {
|
|
16
|
+
var children = _a.children;
|
|
17
|
+
return (react_1.default.createElement("html", { lang: "en", suppressHydrationWarning: true },
|
|
18
|
+
react_1.default.createElement("body", { className: "antialiased" },
|
|
19
|
+
react_1.default.createElement(providers_1.Providers, null, children))));
|
|
20
|
+
}
|
package/app/page.d.ts
ADDED
package/app/page.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.default = Home;
|
|
8
|
+
var react_1 = __importDefault(require("react"));
|
|
9
|
+
var theme_switch_1 = __importDefault(require("../molecules/theme-switch/theme-switch"));
|
|
10
|
+
function Home() {
|
|
11
|
+
return (react_1.default.createElement("div", { className: "grid min-h-screen grid-rows-[20px_1fr_20px] items-center justify-items-center gap-16 bg-white p-8 pb-20 font-[family-name:var(--font-geist-sans)] dark:bg-black sm:p-20" },
|
|
12
|
+
react_1.default.createElement(theme_switch_1.default, null)));
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ActiveIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var ActiveIcon = function (_a) {
|
|
9
|
+
var isActive = _a.isActive;
|
|
10
|
+
return (react_1.default.createElement("div", { className: "w-fit rounded-full border-2 border-white p-1.5 shadow-[0px_0px_5px_2px_#00000080] lg:p-2 ".concat(isActive ? 'bg-emerald-500/90' : 'bg-gray-400') }));
|
|
11
|
+
};
|
|
12
|
+
exports.ActiveIcon = ActiveIcon;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AppStoreIcon = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var AppStoreIcon = function () { return (React.createElement("svg", { className: "h-5 w-full lg:h-7", viewBox: "0 0 112 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
39
|
+
React.createElement("path", { d: "M17.7537 13.9492C17.724 10.6354 20.4562 9.02321 20.5812 8.94816C19.0338 6.6831 16.6354 6.37362 15.7926 6.34895C13.7782 6.13611 11.8242 7.5591 10.7981 7.5591C9.75147 7.5591 8.1713 6.36951 6.46823 6.40447C4.27667 6.4384 2.22652 7.7123 1.10198 9.6905C-1.21853 13.724 0.512103 19.6514 2.7355 22.9117C3.84758 24.5095 5.14723 26.2913 6.84817 26.2286C8.51232 26.1607 9.13395 25.1644 11.1422 25.1644C13.1319 25.1644 13.7157 26.2286 15.4505 26.1885C17.2366 26.1607 18.3609 24.5846 19.4343 22.9734C20.7195 21.1443 21.2356 19.3409 21.2561 19.2484C21.2151 19.234 17.7885 17.92 17.7537 13.9492ZM14.4766 4.20418C15.3715 3.0804 15.984 1.55151 15.814 0C14.5185 0.0575775 12.8984 0.899648 11.9654 1.99876C11.14 2.9673 10.4026 4.55479 10.5931 6.04769C12.0484 6.15668 13.5426 5.31049 14.4766 4.20418Z", fill: "white" }),
|
|
40
|
+
React.createElement("path", { d: "M41.8582 25.9995H39.5325L38.2585 21.9804H33.8303L32.6167 25.9995H30.3525L34.7408 12.3166H37.4505L41.8582 25.9995ZM37.8746 20.2942L36.7225 16.7213C36.6006 16.3563 36.3712 15.4968 36.0352 14.1437H35.9944C35.8592 14.7256 35.6431 15.5852 35.3471 16.7213L34.2145 20.2942H37.8746ZM53.1213 20.945C53.1213 22.623 52.6676 23.9493 51.7592 24.9231C50.9461 25.7897 49.9354 26.2227 48.7299 26.2227C47.4283 26.2227 46.4923 25.7568 45.9239 24.8233V30.0002H43.7405V19.376C43.7405 18.3221 43.713 17.2416 43.6597 16.1332H45.5799L45.7018 17.697H45.7426C46.4708 16.5188 47.5758 15.9295 49.0586 15.9295C50.2179 15.9295 51.1857 16.3891 51.9599 17.3093C52.7331 18.2317 53.1213 19.4429 53.1213 20.945ZM50.8969 21.0252C50.8969 20.0649 50.6818 19.2732 50.2497 18.6491C49.7776 18.0003 49.1437 17.6755 48.349 17.6755C47.8103 17.6755 47.3208 17.8564 46.8835 18.2132C46.4452 18.573 46.1584 19.0429 46.0243 19.6248C45.9568 19.8963 45.923 20.1173 45.923 20.2922V21.9382C45.923 22.6549 46.1421 23.2605 46.5804 23.7561C47.0187 24.2496 47.5881 24.4973 48.2886 24.4973C49.111 24.4973 49.7511 24.1777 50.2088 23.5432C50.6675 22.9068 50.8969 22.0678 50.8969 21.0252ZM64.4242 20.945C64.4242 22.623 63.9705 23.9493 63.0621 24.9231C62.248 25.7897 61.2382 26.2227 60.0318 26.2227C58.7302 26.2227 57.7942 25.7568 57.2258 24.8233V30.0002H55.0424V19.376C55.0424 18.3221 55.0148 17.2416 54.9615 16.1332H56.8817L57.0036 17.697H57.0445C57.7716 16.5188 58.8766 15.9295 60.3605 15.9295C61.5187 15.9295 62.4865 16.3891 63.2628 17.3093C64.0351 18.2317 64.4242 19.4429 64.4242 20.945ZM62.1988 21.0252C62.1988 20.0649 61.9828 19.2732 61.5506 18.6491C61.0784 18.0003 60.4466 17.6755 59.6519 17.6755C59.1132 17.6755 58.6237 17.8564 58.1844 18.2132C57.746 18.573 57.4604 19.0429 57.3262 19.6248C57.2596 19.8963 57.2238 20.1173 57.2238 20.2922V21.9382C57.2238 22.6549 57.4439 23.2605 57.8802 23.7561C58.3185 24.2486 58.8879 24.4973 59.5904 24.4973C60.4137 24.4973 61.0538 24.1777 61.5106 23.5432C61.9694 22.9068 62.1988 22.0678 62.1988 21.0252ZM77.0615 22.1613C77.0615 23.3263 76.6559 24.2732 75.8501 25.0042C74.9631 25.8021 73.7251 26.202 72.1376 26.202C70.6711 26.202 69.4955 25.9183 68.6086 25.3497L69.1135 23.5226C70.071 24.0922 71.1228 24.376 72.2677 24.376C73.0911 24.376 73.7311 24.1889 74.1879 23.8177C74.6456 23.4455 74.8771 22.9479 74.8771 22.3269C74.8771 21.7707 74.6856 21.3049 74.3097 20.9256C73.9319 20.5472 73.3072 20.1945 72.4296 19.8707C70.0434 18.9772 68.8493 17.6704 68.8493 15.9513C68.8493 14.8285 69.2712 13.9094 70.1131 13.1907C70.9549 12.473 72.0712 12.1143 73.4598 12.1143C74.7 12.1143 75.7333 12.3312 76.5536 12.7641L76.0057 14.5509C75.2336 14.1314 74.362 13.9217 73.387 13.9217C72.617 13.9217 72.0127 14.1119 71.5805 14.4903C71.217 14.8285 71.0326 15.2409 71.0326 15.7302C71.0326 16.2701 71.2427 16.7184 71.6604 17.07C72.0229 17.3938 72.6845 17.7466 73.641 18.1249C74.8146 18.5999 75.6768 19.1531 76.2289 19.7885C76.785 20.4237 77.0615 21.2165 77.0615 22.1613ZM84.2989 17.7783H81.8921V22.5685C81.8921 23.7869 82.3162 24.3945 83.1662 24.3945C83.5563 24.3945 83.88 24.3615 84.136 24.2927L84.1964 25.9573C83.7663 26.1188 83.1999 26.2 82.4984 26.2C81.6361 26.2 80.9623 25.9357 80.4758 25.4073C79.9914 24.8788 79.7478 23.9935 79.7478 22.7474V17.7741H78.314V16.1291H79.7478V14.3226L81.8921 13.6728V16.1291H84.2989V17.7783ZM95.1357 20.9851C95.1357 22.5016 94.7036 23.7467 93.8413 24.7204C92.939 25.7229 91.7388 26.2226 90.2426 26.2226C88.7986 26.2226 87.6506 25.7424 86.7945 24.7832C85.9383 23.8217 85.5103 22.6106 85.5103 21.1496C85.5103 19.6206 85.9527 18.3684 86.8344 17.3948C87.7182 16.42 88.9083 15.9328 90.4044 15.9328C91.8463 15.9328 93.0047 16.4139 93.8812 17.3742C94.719 18.3057 95.1357 19.5087 95.1357 20.9851ZM92.8725 21.0355C92.8725 20.1316 92.678 19.3564 92.2877 18.7076C91.83 17.9242 91.1745 17.5325 90.3256 17.5325C89.451 17.5325 88.7803 17.9242 88.3235 18.7076C87.9322 19.3564 87.7377 20.145 87.7377 21.0765C87.7377 21.9814 87.9322 22.7586 88.3235 23.4054C88.7956 24.1889 89.4541 24.5806 90.3071 24.5806C91.1418 24.5806 91.7962 24.1807 92.2693 23.3859C92.6708 22.7217 92.8725 21.9413 92.8725 21.0355ZM102.236 18.061C102.02 18.0208 101.788 18.0003 101.548 18.0003C100.78 18.0003 100.186 18.2903 99.7679 18.8742C99.4053 19.3883 99.223 20.0381 99.223 20.8226V25.9994H97.0396V19.2403C97.0396 18.1042 97.0181 17.0678 96.9761 16.1342H98.8779L98.9578 18.0218H99.0182C99.2497 17.3732 99.6122 16.8497 100.11 16.458C100.596 16.1054 101.122 15.9295 101.688 15.9295C101.89 15.9295 102.072 15.9439 102.234 15.9697L102.236 18.061ZM112.001 20.5995C112.001 20.9923 111.975 21.3233 111.921 21.5938H105.371C105.395 22.5685 105.713 23.3149 106.321 23.829C106.873 24.2877 107.587 24.5179 108.463 24.5179C109.433 24.5179 110.318 24.3637 111.114 24.0521L111.456 25.5728C110.526 25.9799 109.428 26.1825 108.161 26.1825C106.637 26.1825 105.441 25.7321 104.571 24.8335C103.702 23.9339 103.267 22.7248 103.267 21.2103C103.267 19.7235 103.672 18.4846 104.482 17.4965C105.33 16.4416 106.476 15.9141 107.918 15.9141C109.334 15.9141 110.406 16.4416 111.134 17.4965C111.711 18.3324 112.001 19.3688 112.001 20.5995ZM109.919 20.031C109.934 19.3801 109.791 18.8198 109.495 18.3458C109.117 17.7351 108.535 17.4307 107.756 17.4307C107.042 17.4307 106.46 17.7279 106.018 18.3242C105.654 18.7982 105.438 19.3678 105.372 20.0289L109.919 20.031Z", fill: "white" }),
|
|
41
|
+
React.createElement("path", { d: "M36.8212 7.41901H35.6772L35.0515 5.4439H32.8753L32.2782 7.41901H31.165L33.3218 0.693764H34.6531L36.8212 7.41901ZM34.863 4.6152L34.2967 2.85909C34.2373 2.67916 34.1277 2.26069 33.9588 1.59238H33.9383C33.8686 1.8813 33.7693 2.30079 33.6198 2.85909L33.0637 4.6152H34.863ZM42.214 2.57017L40.385 7.41901H39.3413L37.5718 2.57017H38.7249L39.5503 5.13442C39.6896 5.56317 39.8084 5.97238 39.8975 6.36103H39.9272C40.0072 6.01248 40.1259 5.60327 40.2744 5.13442L41.0895 2.57017H42.214ZM46.1076 7.41901L46.0277 6.86063H45.9979C45.6702 7.30994 45.193 7.52894 44.5868 7.52894C43.7224 7.52894 43.1059 6.92027 43.1059 6.10184C43.1059 4.90506 44.1392 4.2861 45.9283 4.2861V4.19665C45.9283 3.55816 45.5903 3.2384 44.9247 3.2384C44.4474 3.2384 44.0296 3.35869 43.663 3.59825L43.4448 2.88985C43.8923 2.61018 44.4485 2.47035 45.1048 2.47035C46.3665 2.47035 47.0035 3.13866 47.0035 4.47631V6.26224C47.0035 6.75165 47.024 7.13104 47.0731 7.41996L46.1076 7.41901ZM45.9581 5.00385C44.7651 5.00385 44.169 5.29379 44.169 5.98163C44.169 6.49058 44.4772 6.7394 44.9043 6.7394C45.4511 6.7394 45.9581 6.32093 45.9581 5.75235V5.00385ZM49.3939 1.77128C49.0365 1.77128 48.7579 1.49162 48.7579 1.12251C48.7579 0.753398 49.0458 0.484017 49.4144 0.484017C49.782 0.484017 50.0801 0.753398 50.0699 1.12251C50.0699 1.51219 49.7924 1.77128 49.3939 1.77128ZM49.951 7.41901H48.8778V2.57017H49.951V7.41901ZM52.9311 7.41901H51.8579V0.345215H52.9311V7.41901ZM57.4924 7.41901L57.4125 6.86063H57.3829C57.0552 7.30994 56.5779 7.52894 55.9717 7.52894C55.1073 7.52894 54.4908 6.92027 54.4908 6.10184C54.4908 4.90506 55.5241 4.2861 57.3131 4.2861V4.19665C57.3131 3.55816 56.9752 3.2384 56.3095 3.2384C55.8323 3.2384 55.4145 3.35869 55.0478 3.59825L54.8288 2.88882C55.2763 2.60916 55.8324 2.46933 56.4888 2.46933C57.7505 2.46933 58.3874 3.13763 58.3874 4.47528V6.26121C58.3874 6.75062 58.409 7.13001 58.4561 7.41893H57.4924V7.41901ZM57.3429 5.00385C56.1499 5.00385 55.5538 5.29379 55.5538 5.98163C55.5538 6.49058 55.862 6.7394 56.2891 6.7394C56.8359 6.7394 57.3429 6.32093 57.3429 5.75235V5.00385ZM62.7359 7.52903C62.0508 7.52903 61.5448 7.23909 61.2171 6.67051H61.1956L61.1341 7.41901H60.2196C60.2493 7.03037 60.2595 6.59031 60.2595 6.11221V0.345215H61.3338V3.27961H61.3543C61.6727 2.74085 62.188 2.47147 62.8945 2.47147C64.0579 2.47147 64.8731 3.46982 64.8731 4.9257C64.8731 6.43094 63.9678 7.52903 62.7359 7.52903ZM62.5177 3.31765C61.9001 3.31765 61.3349 3.85641 61.3349 4.60492V5.45316C61.3349 6.12147 61.8428 6.67051 62.4993 6.67051C63.3032 6.67051 63.7815 6.01248 63.7815 4.96478C63.7804 3.98699 63.2827 3.31765 62.5177 3.31765ZM67.5327 7.41901H66.4605V0.345215H67.5327V7.41901ZM73.3752 5.25369H70.1534C70.1749 6.17185 70.779 6.69004 71.6741 6.69004C72.1513 6.69004 72.5886 6.60984 72.9757 6.46076L73.1426 7.20927C72.6859 7.40873 72.1493 7.50847 71.5236 7.50847C70.012 7.50847 69.118 6.55021 69.118 5.06451C69.118 3.57778 70.0336 2.46016 71.4027 2.46016C72.6348 2.46016 73.411 3.37831 73.411 4.76531C73.4151 4.95449 73.4058 5.12414 73.3752 5.25369ZM72.391 4.48565C72.391 3.73714 72.013 3.20866 71.3269 3.20866C70.7103 3.20866 70.225 3.74742 70.1533 4.48565H72.391ZM79.8802 7.52903C78.469 7.52903 77.5544 6.47104 77.5544 5.03469C77.5544 3.53768 78.4884 2.47044 79.9611 2.47044C81.3507 2.47044 82.2868 3.47804 82.2868 4.95552C82.2869 6.47104 81.3221 7.52903 79.8802 7.52903ZM79.9211 3.25802C79.1459 3.25802 78.6493 3.98596 78.6493 5.00385C78.6493 6.0022 79.1562 6.73014 79.911 6.73014C80.6657 6.73014 81.1715 5.95182 81.1715 4.98328C81.1726 3.99624 80.6759 3.25802 79.9211 3.25802ZM88.0565 7.41901H86.9844V4.63473C86.9844 3.77724 86.6566 3.34747 86.0105 3.34747C85.3745 3.34747 84.9362 3.89651 84.9362 4.535V7.41901H83.864V3.95614C83.864 3.5274 83.8527 3.06781 83.824 2.56914H84.7682L84.8184 3.31765H84.8481C85.1348 2.79945 85.7227 2.46941 86.3781 2.46941C87.3909 2.46941 88.0566 3.24773 88.0566 4.51444V7.41901H88.0565ZM95.0787 3.37831H93.898V5.73282C93.898 6.33224 94.1059 6.63144 94.5227 6.63144C94.7121 6.63144 94.8719 6.61087 94.9999 6.58106L95.0297 7.39948C94.8207 7.47976 94.5411 7.51977 94.196 7.51977C93.3501 7.51977 92.8452 7.05093 92.8452 5.8233V3.37831H92.1406V2.57017H92.8452V1.68183L93.898 1.36207V2.56914H95.0787V3.37831ZM100.763 7.41901H99.6882V4.6553C99.6882 3.78752 99.3605 3.3485 98.7144 3.3485C98.1582 3.3485 97.6421 3.72789 97.6421 4.49593V7.41901H96.5679V0.345215H97.6421V3.25802H97.6626C98.0006 2.72954 98.488 2.46941 99.1138 2.46941C100.137 2.46941 100.763 3.26727 100.763 4.535V7.41901ZM106.247 5.25369H103.026C103.046 6.17185 103.65 6.69004 104.546 6.69004C105.024 6.69004 105.46 6.60984 105.847 6.46076L106.015 7.20927C105.558 7.40873 105.021 7.50847 104.395 7.50847C102.884 7.50847 101.99 6.55021 101.99 5.06451C101.99 3.57778 102.905 2.46016 104.274 2.46016C105.506 2.46016 106.282 3.37831 106.282 4.76531C106.286 4.95449 106.276 5.12414 106.247 5.25369ZM105.262 4.48565C105.262 3.73714 104.885 3.20866 104.199 3.20866C103.582 3.20866 103.096 3.74742 103.026 4.48565H105.262Z", fill: "white" }))); };
|
|
42
|
+
exports.AppStoreIcon = AppStoreIcon;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AquariusIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var AquariusIcon = function (_a) {
|
|
9
|
+
var _b = _a.className, className = _b === void 0 ? 'size-36' : _b, _c = _a.fill, fill = _c === void 0 ? 'white' : _c;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 174 198", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M100.549 23.0161C100.549 23.0161 103.139 28.5214 99.3477 31.5659C100.022 31.1958 100.726 30.8187 101.403 30.4679C101.403 30.4679 106.141 28.2899 100.549 23.0161Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M50.079 31.8417L50.6443 29.5126C50.5809 29.532 50.5079 29.5556 50.4265 29.5819L48.0977 34.7129C48.9594 33.9726 49.6047 32.9023 50.079 31.8417Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M50.8574 28.6307L50.4258 29.5818C50.5071 29.5554 50.5802 29.5319 50.6436 29.5125L50.8574 28.6307Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M99.3497 31.5659C97.3628 32.6514 95.6393 33.6621 95.6393 33.6621C95.5276 33.8396 95.3718 34.0171 95.1953 34.1918L99.347 31.5674C99.347 31.5674 99.3483 31.5659 99.3497 31.5659Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M99.0535 90.8238C96.7095 85.6083 101.378 78.8068 101.378 78.8068C105.131 72.8301 109.094 62.826 109.094 62.826C105.568 67.724 101.728 66.0202 101.728 66.0202C111.977 60.806 112.723 42.4975 112.723 42.4975C116.145 61.5519 104.718 77.4121 104.718 77.4121C98.9487 85.3921 99.0535 90.8238 99.0535 90.8238ZM95.3224 116.267C106.105 120.311 112.618 109.776 112.618 109.776C117.104 102.536 109.844 91.0388 109.844 91.0388C107.172 86.9933 113.153 81.0305 113.153 81.0305C121.273 72.7261 123.084 66.4472 123.084 66.4472C128.005 60.2737 126.931 49.6276 126.931 49.6276C132.275 57.6118 125.865 66.4472 125.865 66.4472C125.975 67.4052 128.751 68.4699 128.751 68.4699C130.136 68.8955 132.166 71.9858 132.166 71.9858C133.124 74.326 136.651 75.6029 136.651 75.6029C142.953 79.5429 143.806 74.6462 143.806 74.6462C146.904 67.8335 143.806 64.1056 143.806 64.1056C141.455 63.0423 140.391 58.1455 140.391 58.1455C139.643 54.6311 135.586 48.8846 135.586 48.8846C132.701 45.2633 132.806 42.0691 132.806 42.0691C132.482 31.8529 121.169 32.4906 121.169 32.4906C115.184 31.8528 114.328 28.979 114.328 28.979L113.046 26.2103C111.872 23.0188 114.328 19.5044 114.328 19.5044C118.812 8.85837 106.854 2.04858 106.854 2.04858C87.521 -4.33846 84.209 11.0961 84.209 11.0961C83.4631 15.2455 87.0949 14.5009 87.0949 14.5009C87.6023 13.0841 91.4741 14.5009 91.4741 14.5009C91.7926 15.0333 94.0373 15.714 94.0373 15.714C96.5978 15.8624 95.958 17.0561 95.958 17.0561C94.8908 18.7572 91.9787 16.9493 91.9787 16.9493C90.3559 15.0333 86.5889 15.9179 86.5889 15.9179V18.8362C86.5889 18.8362 86.662 20.4166 87.2962 20.8103C87.2962 20.8103 88.4062 21.365 87.2962 23.5735L86.1091 26.4931C86.1091 26.4931 85.3011 28.3232 87.6451 27.9337L89.1439 27.7866C89.1439 27.7866 89.7947 27.8754 89.6926 28.6407C89.6871 28.6725 89.643 28.9456 89.6334 28.9775C89.4624 29.8315 89.4114 30.2474 89.4114 30.2474C89.4114 30.2474 89.2404 31.1556 90.0498 31.6893C90.0498 31.6893 90.7309 32.2771 90.4124 33.2988C90.4124 33.2988 89.5272 36.0314 91.9787 36.2255L95.1942 34.1917C95.3707 34.017 95.5265 33.8395 95.6381 33.6621C95.6381 33.6621 97.3617 32.6514 99.3486 31.5659C103.14 28.5214 100.55 23.0161 100.55 23.0161C106.142 28.2899 101.404 30.4678 101.404 30.4678C100.727 30.8186 100.023 31.1957 99.3486 31.5659C99.3472 31.5659 99.3458 31.5673 99.3458 31.5673L95.1942 34.1917C93.6775 35.7001 90.087 37.067 90.087 37.067C82.0705 38.8763 79.9361 45.6918 79.9361 45.6918C74.5972 46.2213 67.335 50.9059 67.335 50.9059C56.012 58.994 66.3753 61.764 66.3753 61.764C54.6208 62.9327 62.4194 51.7572 62.4194 51.7572C59.3212 40.1546 51.7377 41.2193 51.7377 41.2193C49.8183 46.116 51.6315 55.2688 51.6315 55.2688C52.4864 59.1035 52.0575 62.7206 52.0575 62.7206C52.1692 72.3032 60.0685 68.4699 60.0685 68.4699C62.4194 67.2998 68.4035 66.9781 68.4035 66.9781C84.7427 64.9568 87.0949 58.567 87.0949 58.567C89.8691 67.1944 96.0683 66.6607 96.0683 66.6607C90.8329 70.8129 86.6661 62.7206 86.6661 62.7206C84.3373 64.8445 78.7613 66.6607 78.7613 66.6607V72.9382C78.2291 77.7295 80.0408 79.6483 80.0408 79.6483C86.7709 85.9258 82.6068 90.7185 82.6068 90.7185C83.1418 87.8404 82.5021 86.6717 82.5021 86.6717C78.3366 81.4561 77.5865 87.5229 77.5865 87.5229C75.5624 89.6538 74.4911 93.0615 74.4911 93.0615C73.7437 95.7206 69.8982 100.526 69.8982 100.526C64.4504 106.075 56.1182 118.18 56.1182 118.18C49.8183 129.891 54.6208 129.999 54.6208 129.999C58.5711 131.274 65.0916 121.481 65.0916 121.481C57.8266 140.105 50.6718 129.677 50.6718 129.677C44.9014 135.96 44.263 141.495 44.263 141.495C43.7322 145.008 42.6608 148.198 42.6608 148.198L40.4202 151.502C36.7898 156.609 30.0597 169.702 30.0597 169.702C27.1766 176.731 21.1939 184.074 21.1939 184.074C15.3228 191.419 3.7834 193.333 3.7834 193.333L2.07641 194.614C-0.380664 196.955 2.07641 197.499 2.07641 197.499L25.3607 197.489C28.1349 197.59 28.9897 196.955 28.9897 196.955C30.8098 194.507 29.9549 191.736 29.9549 191.736C29.311 188.543 32.9456 183.434 32.9456 183.434C34.1162 181.519 46.7215 170.876 46.7215 170.876C57.4033 159.805 52.7015 154.906 52.7015 154.906C50.567 151.819 43.626 155.76 43.626 155.76C50.0293 146.922 56.1182 153.95 56.1182 153.95C57.5053 153.204 60.5015 144.902 60.5015 144.902C61.7769 141.813 68.8296 136.172 68.8296 136.172C77.803 131.063 83.248 120.527 83.248 120.527C72.0326 117.756 73.0998 109.988 73.0998 109.988C77.9078 119.351 86.8798 117.862 86.8798 117.862C98.6302 115.63 98.6302 98.0622 98.6302 98.0622C101.619 110.732 95.3224 116.267 95.3224 116.267Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M171.685 191.948C170.721 190.886 168.691 190.144 168.691 190.144L159.189 187.586C150.216 185.349 146.159 174.174 146.159 174.174C140.391 152.566 132.591 146.817 132.591 146.817C126.608 142.665 125.224 135.214 125.224 135.214C124.048 117.648 115.289 108.068 115.289 108.068C108.983 122.439 95.4219 118.61 95.4219 118.61C105.252 143.835 114.433 142.026 114.433 142.026C122.981 141.387 119.558 128.508 119.558 128.508C127.142 146.333 111.764 144.367 111.764 144.367C112.194 146.071 115.82 149.476 115.82 149.476C117.314 150.757 119.991 154.374 119.991 154.374C120.416 150.968 122.654 150.222 122.654 150.222C130.24 147.134 134.432 157.462 134.432 157.462C127.194 148.198 122.874 153.523 122.874 153.523C117.636 162.038 129.173 170.66 129.173 170.66C132.057 172.471 138.57 179.495 138.57 179.495L145.185 186.84C147.311 189.501 146.796 193.654 146.796 193.654C146.689 196.955 149.573 197.499 149.573 197.499L171.685 195.143C174.673 194.507 171.685 191.948 171.685 191.948Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M48.1537 39.7816L48.1523 39.7913C54.3722 36.7981 59.2602 42.1592 59.2602 42.1592C64.3039 50.6633 66.641 49.0246 66.641 49.0246C70.1502 45.3146 78.6975 43.5678 78.6975 43.5678C82.0563 37.2362 88.4817 35.1955 88.4817 35.1955C88.1177 34.8295 88.4817 32.9384 88.4817 32.9384C87.8971 32.4296 87.675 31.0488 87.675 31.0488C88.2611 29.5931 87.1663 29.528 87.1663 29.528L85.7047 29.5196C84.3162 29.6652 83.9536 27.6564 83.9536 27.6564L84.8292 23.5499L77.4511 20.5692C68.3218 17.436 64.3039 21.2208 64.3039 21.2208C58.1681 25.007 53.4622 17.8865 53.4622 17.8865L53.4595 17.8989C53.8304 18.753 54.1557 19.7678 54.4108 20.9947C54.4108 20.9947 56.8141 33.633 48.1537 39.7816Z", fill: fill }),
|
|
18
|
+
react_1.default.createElement("path", { d: "M51.5067 25.9456L51.082 27.6952C51.1524 27.6841 51.2172 27.6675 51.2875 27.6578C51.384 27.0506 51.4584 26.4793 51.5067 25.9456Z", fill: fill }),
|
|
19
|
+
react_1.default.createElement("path", { d: "M50.6434 29.5125L50.0781 31.8416C50.8944 30.0171 51.2046 28.2301 51.2046 28.2301C51.2391 28.0374 51.2543 27.8737 51.2846 27.6893L50.8572 28.6307L50.6434 29.5125Z", fill: fill }),
|
|
20
|
+
react_1.default.createElement("path", { d: "M63.0652 20.2779C65.2452 18.2247 67.8139 17.8864 67.8139 17.8864C68.8342 17.5371 73.8049 17.8864 73.8049 17.8864C76.9404 17.684 74.0945 15.3245 74.0945 15.3245L69.4175 13.2865L64.8219 12.9246C61.3872 12.6307 61.0935 13.9908 61.0935 13.9908L57.0039 18.7433C59.6264 21.5826 63.0652 20.2779 63.0652 20.2779Z", fill: fill }),
|
|
21
|
+
react_1.default.createElement("path", { d: "M28.2243 61.9857C30.5655 43.7867 44.2904 35.7069 44.2904 35.7069C32.3883 46.845 31.2922 55.1426 31.2922 55.1426C29.1743 62.0564 31.9499 73.1197 31.9499 73.1197C33.1922 78.3519 33.6348 83.3873 33.6348 83.3873C35.237 104.204 29.2487 108.427 29.2487 108.427C33.7023 97.3619 30.7806 85.2755 30.7806 85.2755C27.2026 72.6123 28.2243 61.9857 28.2243 61.9857ZM41.6582 90.448C41.6582 90.448 37.8678 102.817 38.4552 109.374C38.4552 109.374 36.2325 102.895 40.2642 89.1338C40.2642 89.1338 42.7199 80.2402 38.2304 69.6274C38.2304 69.6274 33.1191 58.8539 39.987 46.1907C39.987 46.1907 34.9419 56.9601 39.987 68.6819C39.987 68.6819 44.937 79.0187 41.6582 90.448ZM27.5679 170.297C28.7386 167.167 32.0271 162.075 32.0271 162.075C12.6683 140.09 26.7668 117.305 26.7668 117.305C17.7838 145.985 32.9702 160.252 32.9702 160.252L36.8406 153.338C31.2922 147.151 29.832 140.381 29.832 140.381C27.7899 132.519 32.3152 115.487 32.3152 115.487C31.2218 129.244 31.5141 135.723 31.5141 135.723C31.7292 148.023 38.1573 151.666 38.1573 151.666C40.2021 149.262 41.8126 144.895 41.8126 144.895C34.5807 138.781 35.8216 126.842 35.8216 126.842C36.4848 121.087 36.7702 115.342 36.7702 115.342C38.4552 119.562 37.5782 128.004 37.5782 128.004C37.4238 138.051 42.6151 142.491 42.6151 142.491C41.7382 139.696 45.3148 133.466 45.3148 133.466C38.8881 123.566 42.4689 108.791 42.4689 108.791C43.7044 105.295 47.0011 87.2441 47.0011 87.2441C49.4513 75.6499 46.1752 71.0111 46.1752 71.0111C43.3307 66.2752 43.3431 61.549 43.3431 61.549C43.7044 56.8159 42.9074 52.1577 42.9074 52.1577C45.2418 53.978 45.1342 63.4386 45.1342 63.4386C45.2418 66.6606 47.401 70.2804 47.401 70.2804C48.1649 72.9769 47.7967 76.1046 47.7967 76.1046C47.8739 78.6541 48.9701 77.2678 48.9701 77.2678C50.502 73.4109 48.9701 69.9906 48.9701 69.9906C48.0187 68.5349 48.1525 63.587 48.1525 63.587C49.0832 57.1805 46.5585 51.1387 46.5585 51.1387C44.2904 46.1158 45.4334 40.5814 45.4334 40.5814L45.4569 40.5315C45.6237 37.487 47.674 35.0414 47.674 35.0414C47.8215 34.943 47.9608 34.8307 48.0973 34.7129L50.4262 29.5819L50.8577 28.6308L51.0839 27.695C25.2915 31.5256 21.7272 63.221 21.7272 63.221C19.386 77.7807 23.9168 90.5201 23.9168 90.5201C26.8372 104.493 21.8706 112.867 21.8706 112.867C16.1747 122.256 14.8593 131.063 14.8593 131.063C10.2609 154.723 27.5679 170.297 27.5679 170.297Z", fill: fill }),
|
|
22
|
+
react_1.default.createElement("path", { d: "M51.2868 27.6895C51.2882 27.6784 51.2896 27.6688 51.2909 27.6577C51.2206 27.6674 51.1558 27.684 51.0855 27.6951L50.8594 28.6309L51.2868 27.6895Z", fill: fill }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M59.272 151.958C59.272 151.958 57.4423 158.432 55.25 162.218C55.25 162.218 60.7832 165.584 58.8804 180.766C58.8804 180.766 63.7229 173.867 59.272 151.958Z", fill: fill }),
|
|
24
|
+
react_1.default.createElement("path", { d: "M61.0832 176.874C60.9191 177.981 60.3676 180.588 58.6799 182.382C58.6799 182.382 57.5107 191.844 62.5517 192.573C62.5517 192.573 66.0539 192.134 63.2094 189.006C63.2094 189.006 59.925 185.638 61.0832 176.874Z", fill: fill }),
|
|
25
|
+
react_1.default.createElement("path", { d: "M61.0859 176.874C61.1356 176.544 61.1521 176.341 61.1521 176.341C61.1245 176.526 61.1108 176.693 61.0859 176.874Z", fill: fill }),
|
|
26
|
+
react_1.default.createElement("path", { d: "M50.5039 170.882C50.5039 170.882 53.4284 173.475 52.5115 180.766C52.5115 180.766 55.9089 183.256 56.7114 188.422C56.7114 188.422 56.3474 183.256 57.3677 178.814C57.3677 178.814 59.1216 168.842 54.5232 164.184L50.5039 170.882Z", fill: fill }),
|
|
27
|
+
react_1.default.createElement("path", { d: "M52.3291 182.238C52.6173 184.928 51.2991 189.444 51.2991 189.444C50.8579 193.518 54.0954 193.444 54.0954 193.444C56.6669 193.08 56.5621 189.951 56.5621 189.951C55.2467 184.117 52.3291 182.238 52.3291 182.238Z", fill: fill }),
|
|
28
|
+
react_1.default.createElement("path", { d: "M44.2893 187.838C41.1525 191.333 43.1987 193.444 43.1987 193.444C45.9012 195.046 47.7226 191.917 47.7226 191.917C52.6905 183.909 48.896 173.501 48.896 173.501C49.2586 183.256 44.2893 187.838 44.2893 187.838Z", fill: fill }),
|
|
29
|
+
react_1.default.createElement("path", { d: "M48.2351 173.136C48.2351 173.136 46.7777 175.32 44.0035 176.705C44.0035 176.705 45.8263 183.326 43.6367 186.82C43.6367 186.82 47.7966 183.702 48.2351 173.136Z", fill: fill }),
|
|
30
|
+
react_1.default.createElement("path", { d: "M35.4498 182.598C36.3709 186.82 34.4322 189.077 34.4322 189.077C31.7325 193.154 35.4498 193.444 35.4498 193.444C38.3012 193.444 38.963 191.115 38.963 191.115C40.6411 186.167 35.4498 182.598 35.4498 182.598Z", fill: fill }),
|
|
31
|
+
react_1.default.createElement("path", { d: "M42.54 177.139C42.54 177.139 41.3914 177.891 36.3711 181.944C36.3711 181.944 40.4966 184.42 40.4966 189.224C40.4966 189.224 43.9367 185.293 42.54 177.139Z", fill: fill }),
|
|
32
|
+
react_1.default.createElement("path", { d: "M48.0989 34.7129L45.4584 40.5315C45.4446 40.7936 45.4184 41.0542 45.435 41.3246C46.4484 40.8796 47.3474 40.3568 48.1554 39.7815L50.0803 31.8417C49.606 32.9023 48.9607 33.9726 48.0989 34.7129Z", fill: fill }),
|
|
33
|
+
react_1.default.createElement("path", { d: "M43.9966 15.5034C37.2775 20.457 37.6402 31.7421 37.6402 31.7421C37.9587 31.1071 40.8432 29.5099 40.8432 29.5099C40.8432 29.5099 41.1879 17.5496 48.1261 17.9794C48.1261 17.9794 52.2213 18.1596 51.5098 25.9455L53.4608 17.899C50.3985 10.8534 43.9966 15.5034 43.9966 15.5034Z", fill: fill }),
|
|
34
|
+
react_1.default.createElement("path", { d: "M51.2988 27.6564L51.2837 27.6896C51.2533 27.874 51.2381 28.0376 51.2037 28.2303C51.2037 28.2303 50.8934 30.0174 50.0772 31.8418L48.1523 39.7816C56.8128 33.633 54.4094 20.9948 54.4094 20.9948C54.1544 19.7678 53.829 18.753 53.4581 17.899L51.507 25.9455C51.4588 26.4793 51.3843 27.0505 51.2878 27.6578C51.2919 27.6578 51.2947 27.6564 51.2988 27.6564Z", fill: fill }),
|
|
35
|
+
react_1.default.createElement("path", { d: "M47.6742 35.0414C47.6742 35.0414 45.6239 37.487 45.457 40.5315L48.0975 34.7128C47.961 34.8307 47.8217 34.943 47.6742 35.0414Z", fill: fill }),
|
|
36
|
+
react_1.default.createElement("path", { d: "M51.2893 27.6578C51.2879 27.6689 51.2865 27.6785 51.2852 27.6896L51.3003 27.6564C51.2962 27.6564 51.2934 27.6578 51.2893 27.6578Z", fill: fill })));
|
|
37
|
+
};
|
|
38
|
+
exports.AquariusIcon = AquariusIcon;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AriesIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var AriesIcon = function (_a) {
|
|
9
|
+
var _b = _a.className, className = _b === void 0 ? 'size-36' : _b, _c = _a.fill, fill = _c === void 0 ? 'white' : _c;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 156 198", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M101.605 88.8185C102.057 88.9637 102.513 89.1395 102.965 89.3381C103.081 89.3886 103.223 89.3915 103.347 89.3426C103.472 89.2952 103.574 89.2005 103.626 89.0813C103.681 88.9591 103.682 88.8231 103.635 88.6978C103.586 88.5725 103.492 88.4746 103.369 88.4196C102.898 88.2102 102.408 88.0238 101.915 87.8634C101.864 87.8481 101.814 87.8389 101.763 87.8389C101.684 87.8389 101.605 87.8588 101.531 87.8955C101.414 87.9581 101.322 88.0636 101.282 88.1859C101.241 88.3143 101.252 88.4502 101.313 88.5694C101.374 88.6886 101.478 88.7772 101.605 88.8185Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M15.4241 33.5255C8.71564 28.4244 10.0545 19.2935 10.0545 19.2935C5.76747 10.1657 17.3019 2.91747 17.3019 2.91747C20.2561 0.768841 17.3019 0.499985 17.3019 0.499985C-3.08904 7.2133 0.666717 25.2015 0.666717 25.2015C4.29117 41.9825 15.4241 33.5255 15.4241 33.5255Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M14.2161 12.4473C7.7748 27.8865 19.7123 34.0635 19.7123 34.0635C21.7306 29.3001 22.1062 25.2015 22.1062 25.2015C21.9749 22.2445 24.1398 18.0771 24.1398 18.0771C27.7627 10.5676 34.3337 9.36179 34.3337 9.36179C22.1291 -0.439991 14.2161 12.4473 14.2161 12.4473Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M41.3065 35.0018C41.3065 35.0018 33.7996 41.9826 28.966 37.6869C28.966 37.6869 33.4469 27.1332 41.3065 35.0018ZM29.5049 56.0785C29.5049 56.0785 43.7218 57.4234 49.3554 42.3861C49.3554 42.3861 42.3798 37.2835 47.0776 22.9201C47.0776 22.9201 40.6363 17.6844 43.1844 7.88414C43.1844 7.88414 26.4194 9.63086 23.8713 23.5924C23.8713 23.5924 22.6652 39.701 13.6758 45.6075C13.6758 45.6075 17.6987 49.7702 13.6758 54.0659C13.6758 54.0659 9.65294 56.3476 8.57812 54.8714C8.57812 54.8714 10.1904 61.9865 16.7614 59.4344C16.7614 59.4344 21.8591 55.4077 29.5049 56.0785Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M14.3443 49.7703C14.3443 47.4703 12.4817 45.6074 10.184 45.6074C7.89236 45.6074 6.03125 47.4703 6.03125 49.7703C6.03125 52.0671 7.89236 53.9299 10.184 53.9299C12.4817 53.9299 14.3443 52.0671 14.3443 49.7703Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M48.553 20.7712C48.553 20.7712 50.0262 12.3142 63.1714 6.54076C63.1714 6.54076 54.8568 -0.30551 45.4659 7.88404C45.4659 7.88404 43.0491 16.61 48.553 20.7712Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M48.5544 26.0071C48.5544 26.0071 44.2658 45.2057 63.1728 44.2643C63.1728 44.2643 68.7759 43.5109 72.4263 38.3578C76.2599 32.9526 77.9698 22.9033 70.2827 12.3145C70.2827 12.3145 63.1728 13.7907 60.3529 22.3837C60.3529 22.3837 65.8567 30.0354 60.7575 33.1223C60.7575 33.1223 54.0536 34.0637 57.1345 24.647C57.1345 24.647 60.8918 10.8367 75.9133 7.88425C75.9133 7.88425 79.0568 6.30114 74.6674 5.68376C74.6674 5.68376 53.5147 6.40815 48.5544 26.0071Z", fill: fill }),
|
|
18
|
+
react_1.default.createElement("path", { d: "M51.7718 44.2992C51.7718 44.2992 44.9978 60.5119 27.2251 58.7621C27.2251 58.7621 25.8862 67.7585 19.7136 76.8909C19.7136 76.8909 11.5319 90.7148 22.2678 104.542C22.2678 104.542 27.3565 110.685 31.7824 99.2238C31.7824 99.2238 43.4589 72.3553 61.5628 59.9861C61.5628 59.9861 65.4513 52.9901 64.2391 46.2783C64.2391 46.2783 61.1597 48.3612 51.7718 44.2992Z", fill: fill }),
|
|
19
|
+
react_1.default.createElement("path", { d: "M52.0351 82.2579C52.0351 82.2579 62.2352 66.9531 65.7177 62.9263C65.7177 62.9263 64.0337 60.2994 62.5635 61.716C62.5635 61.716 41.7099 81.1834 34.3343 100.651C34.3343 100.651 27.3556 118.103 19.1784 104.947C19.1784 104.947 17.6365 102.665 16.7281 97.5625C16.7281 97.5625 12.3342 123.742 44.6611 131.664C44.6611 131.664 32.322 114.211 52.0351 82.2579Z", fill: fill }),
|
|
20
|
+
react_1.default.createElement("path", { d: "M118.828 77.0223C118.828 77.0223 101.93 82.391 86.3709 71.1145C86.3709 71.1145 71.3586 62.6972 67.5953 63.9992C67.5953 63.9992 43.7218 93.3999 43.8516 113.405C43.8516 113.405 43.0486 125.084 50.8333 137.838C50.8333 137.838 54.5906 143.207 54.183 155.829L54.0501 175.697C54.0501 175.697 54.183 184.289 48.5524 188.312C48.5524 188.312 44.2134 191.002 43.8348 196.239C43.8348 196.239 44.6608 198.521 48.5524 196.239C48.5524 196.239 48.2791 192.075 50.557 191.539C50.557 191.539 48.418 193.835 49.4898 197.252C49.4898 197.252 53.1112 198.25 56.7295 196.239C56.7295 196.239 58.0685 194.494 56.3295 189.121L58.3417 182.946C58.3417 182.946 63.5692 184.96 61.6914 176.903C61.6914 176.903 58.873 173.414 63.4364 157.439C63.4364 157.439 66.0502 151.933 64.4731 147.368C64.4731 147.368 63.9051 142.939 64.4731 139.985C64.4731 139.985 65.9861 132.79 65.7173 130.75C65.7173 130.75 65.8548 126.695 67.5953 123.877C67.5953 123.877 74.0349 110.837 61.4242 96.4807C61.4242 96.4807 75.3724 101.055 71.2197 123.34C71.2197 123.34 69.8731 126.562 68.8029 127.902C68.8029 127.902 68.1327 130.05 68.2701 131.664C68.2701 131.664 68.27 135.424 67.8609 136.227C67.8609 136.227 76.0441 139.716 89.0564 131.664C89.0564 131.664 103.545 124.144 108.499 124.815C108.499 124.815 105.684 104.641 117.76 99.2239C117.76 99.2239 109.177 110.584 111.454 123.608C111.454 123.608 112.525 131.259 120.04 145.759C120.04 145.759 123.122 151.8 122.05 156.766C122.05 156.766 116.547 173.281 110.915 178.786C110.915 178.786 108.773 181.469 104.747 183.751C104.747 183.751 98.574 185.9 98.4427 191.539C98.4427 191.539 101.524 192.879 103.269 191.94C103.269 191.94 103.406 186.974 106.896 186.303C106.896 186.303 103.944 189.388 104.481 192.344C104.481 192.344 107.97 194.089 111.588 192.477C111.588 192.477 113.466 190.464 113.597 185.899L117.487 180.662C117.487 180.662 121.828 184.289 122.276 175.294C122.276 175.294 126.609 161.196 130.095 156.5C130.095 156.5 134.521 153.41 130.095 145.086C130.095 145.086 128.62 130.588 137.739 120.521C137.739 120.521 150.884 106.156 142.034 88.3005C142.034 88.3005 133.18 75.0097 118.828 77.0223Z", fill: fill }),
|
|
21
|
+
react_1.default.createElement("path", { d: "M151.427 64.6716C151.427 64.6716 148.341 63.8662 149.546 66.6857C149.546 66.6857 152.762 78.3657 139.758 82.3909C139.758 82.3909 144.454 85.6168 145.591 91.3857C145.591 91.3857 163.5 82.6614 151.427 64.6716Z", fill: fill }),
|
|
22
|
+
react_1.default.createElement("path", { d: "M45.0729 179.759C50.4409 182.152 49.2378 174.571 49.2378 174.571C47.7615 170.446 49.7859 158.337 49.7859 158.337C50.4134 154.769 50.3294 151.555 50.3294 151.555C49.8073 151.022 49.6455 147.246 49.6455 147.246C50.5829 143.919 49.3691 140.242 49.3691 140.242C48.0241 139.175 44.8088 133.721 44.8088 133.721C35.0179 132.791 31.9354 129.198 31.9354 129.198C33.14 135.453 39.2576 142.238 39.2576 142.238C41.7508 145.03 42.3935 153.947 42.3935 153.947C43.737 165.124 40.0805 177.498 40.0805 177.498C37.6271 183.485 32.6072 185.883 32.6072 185.883C28.1797 188.007 28.1797 192.666 28.1797 192.666C28.9858 195.02 32.6072 193.597 32.6072 193.597C32.3339 188.406 36.6271 188.143 36.6271 188.143C33.2774 189.738 33.6743 194.263 33.6743 194.263C38.2331 196.792 42.276 192.183 42.276 192.183C43.3187 187.417 42.3935 185.883 42.3935 185.883L45.0729 179.759Z", fill: fill }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M100.574 172.142C102.756 160.303 109.443 152.377 109.443 152.377C113.878 147.564 108.62 141.561 109.443 142.455C107.699 136.371 108.774 126.979 108.774 126.979C99.5145 127.769 95.2289 131.345 95.2289 131.345C95.3617 137.695 100.453 145.102 100.453 145.102C101.525 147.749 100.191 153.967 100.191 153.967L93.348 170.902C89.7266 177.386 84.0854 179.48 84.0854 179.48C77.9937 182.675 78.3235 186.381 78.3235 186.381C79.2624 188.366 82.0792 187.834 82.0792 187.834C83.2914 182.281 86.3724 182.807 86.3724 182.807C83.9586 183.867 83.5525 188.233 83.5525 188.233C87.0472 190.613 91.064 188.233 91.064 188.233C92.4091 185.851 91.7388 182.675 91.7388 182.675L95.2289 176.856C100.453 180.825 100.574 172.142 100.574 172.142Z", fill: fill })));
|
|
24
|
+
};
|
|
25
|
+
exports.AriesIcon = AriesIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ArrowLeftIcon = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var ArrowLeftIcon = function (_a) {
|
|
39
|
+
var className = _a.className, fill = _a.fill;
|
|
40
|
+
return (React.createElement("svg", { viewBox: "0 0 17 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41
|
+
React.createElement("path", { d: "M16 6.5H1", stroke: fill, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
42
|
+
React.createElement("path", { d: "M6.43066 1L0.99963 6.5L6.43066 12", stroke: fill, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
43
|
+
};
|
|
44
|
+
exports.ArrowLeftIcon = ArrowLeftIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ArrowRightIcon = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var ArrowRightIcon = function (_a) {
|
|
39
|
+
var className = _a.className, fill = _a.fill;
|
|
40
|
+
return (React.createElement("svg", { viewBox: "0 0 17 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41
|
+
React.createElement("path", { d: "M1 6.5H16", stroke: fill, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
42
|
+
React.createElement("path", { d: "M10.5693 1L16.0004 6.5L10.5693 12", stroke: fill, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
43
|
+
};
|
|
44
|
+
exports.ArrowRightIcon = ArrowRightIcon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AwardIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var AwardIcon = function (_a) {
|
|
9
|
+
var className = _a.className;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 60 60", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("g", { clipPath: "url(#clip0_942_17757)" },
|
|
12
|
+
react_1.default.createElement("path", { d: "M56.1503 49.9246L48.7116 35.0459C51.1465 31.4548 52.5706 27.1252 52.5706 22.4689C52.5706 10.0795 42.4911 0 30.1017 0C17.7123 0 7.63282 10.0795 7.63282 22.4689C7.63282 27.1252 9.05692 31.4552 11.4922 35.0468L4.05265 49.9246C3.78028 50.4698 3.80958 51.1166 4.12955 51.6348C4.44999 52.153 5.01578 52.4689 5.62507 52.4689H14.1601L19.2811 59.2969C19.6152 59.7418 20.1371 60 20.6873 60C21.4165 60 21.991 59.5651 22.2597 59.0282L29.313 44.9222C29.5748 44.9313 29.8376 44.9377 30.1017 44.9377C30.3658 44.9377 30.6286 44.9313 30.8904 44.9222L37.9436 59.0282C38.2114 59.5642 38.7864 60 39.5161 60C40.0658 60 40.5881 59.7418 40.9219 59.2969L46.0433 52.4689H54.5783C55.1876 52.4689 55.7534 52.153 56.0734 51.6348C56.3938 51.1166 56.4231 50.4698 56.1503 49.9246ZM20.3875 54.912L16.4452 49.6564C16.1133 49.2137 15.5924 48.9532 15.039 48.9532H8.46915L13.9239 38.0447C17.0211 41.2601 21.0641 43.5585 25.601 44.4846L20.3875 54.912ZM11.1484 22.4689C11.1484 12.0181 19.6509 3.51562 30.1017 3.51562C40.5524 3.51562 49.0549 12.0181 49.0549 22.4689C49.0549 32.9196 40.5524 41.4221 30.1017 41.4221C19.6509 41.4221 11.1484 32.9196 11.1484 22.4689ZM45.1639 48.9532C44.611 48.9532 44.09 49.2137 43.7577 49.6564L39.8159 54.912L34.602 44.4846C39.1393 43.558 43.1827 41.2601 46.28 38.0438L51.7338 48.9528H45.1639V48.9532Z", fill: "#B689E5" }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M39.0733 25.3845L43.9824 19.5251C44.3715 19.0609 44.4942 18.4292 44.3069 17.8534C44.1197 17.277 43.6491 16.838 43.0618 16.6911L35.6465 14.8362L31.5903 8.3566C31.2689 7.84299 30.7059 7.53125 30.1002 7.53125C29.4946 7.53125 28.9316 7.84299 28.6102 8.3566L24.5549 14.8362L17.14 16.6911C16.5523 16.838 16.0817 17.277 15.8945 17.8529C15.7077 18.4292 15.8299 19.0609 16.219 19.5251L21.1281 25.3845L20.5998 33.0095C20.5582 33.6137 20.8301 34.1969 21.3199 34.553C22.0637 35.0937 22.8204 34.8378 23.0104 34.7613L30.1002 31.904L37.1901 34.7618C37.7518 34.9879 38.3903 34.9092 38.8801 34.5535C39.3704 34.1974 39.6423 33.6142 39.6007 33.0099L39.0733 25.3845ZM35.9234 23.6697C35.6314 24.0185 35.4858 24.4662 35.5174 24.9199L35.8996 30.451L30.7576 28.3783C30.1877 28.1485 29.6878 28.2794 29.4433 28.3783L24.3013 30.451L24.6844 24.9203C24.7156 24.4667 24.57 24.0185 24.2779 23.6697L20.7175 19.4203L26.0957 18.0749C26.537 17.9646 26.9179 17.6877 27.1591 17.3022L30.1007 12.6024L33.0427 17.3022C33.284 17.6877 33.6648 17.9646 34.1061 18.0749L39.4844 19.4203L35.9234 23.6697Z", fill: "#B689E5" })),
|
|
14
|
+
react_1.default.createElement("defs", null,
|
|
15
|
+
react_1.default.createElement("clipPath", { id: "clip0_942_17757" },
|
|
16
|
+
react_1.default.createElement("rect", { width: 60, height: 60, fill: "white" })))));
|
|
17
|
+
};
|
|
18
|
+
exports.AwardIcon = AwardIcon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.BriefCaseIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var BriefCaseIcon = function (_a) {
|
|
9
|
+
var className = _a.className;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 41 42", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M20.5 33.4004C24.9183 33.4004 28.5 29.8187 28.5 25.4004C28.5 20.9821 24.9183 17.4004 20.5 17.4004C16.0817 17.4004 12.5 20.9821 12.5 25.4004C12.5 29.8187 16.0817 33.4004 20.5 33.4004Z", stroke: "#B689E5", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M21 22.9004V24.7604C21 25.4604 20.64 26.1204 20.02 26.4804L18.5 27.4004", stroke: "#B689E5", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M12.5016 41H28.5016C36.5416 41 37.9816 37.78 38.4016 33.86L39.9016 17.86C40.4416 12.98 39.0416 9 30.5016 9H10.5016C1.96161 9 0.561606 12.98 1.10161 17.86L2.60161 33.86C3.02161 37.78 4.46161 41 12.5016 41Z", stroke: "#B689E5", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M12.5 9V7.4C12.5 3.86 12.5 1 18.9 1H22.1C28.5 1 28.5 3.86 28.5 7.4V9", stroke: "#B689E5", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M39.8034 19C36.3434 21.52 32.5034 23.28 28.5234 24.28", stroke: "#B689E5", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M1.74219 19.54C5.08219 21.82 8.72219 23.44 12.5022 24.36", stroke: "#B689E5", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
17
|
+
};
|
|
18
|
+
exports.BriefCaseIcon = BriefCaseIcon;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CancerIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var CancerIcon = function (_a) {
|
|
9
|
+
var _b = _a.className, className = _b === void 0 ? 'size-36' : _b, _c = _a.fill, fill = _c === void 0 ? 'white' : _c;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 214 126", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M89.3722 1.50873C89.3722 1.50873 83.1265 -1.00788 72.1402 4.2156C72.1402 4.2156 53.5134 12.5155 49.5066 14.1054C49.5066 14.1054 43.177 17.1791 45.6857 22.8714C45.6857 22.8714 49.4117 30.1468 58.3561 24.5496C58.3561 24.5496 63.1931 22.0468 70.7427 13.7841C70.7427 13.7841 79.0301 3.2834 86.7601 2.81456C86.7601 2.81456 87.7749 2.76908 88.5185 2.5319C89.4024 2.2437 89.9945 1.73901 89.3722 1.50873Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M76.7506 9.78785C80.4641 10.9131 86.5005 11.1323 95.5908 4.6761C95.5908 4.6761 98.1889 2.77312 97.9618 5.5131C97.9618 5.5131 97.7496 13.7041 84.0123 16.7254C84.0123 16.7254 77.059 17.5072 74.6934 19.4571C74.6934 19.4571 69.8798 21.3159 69 17.9678L76.7506 9.78785Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M43.2296 18.3457C43.2296 18.3457 40.1633 25.9617 49.3596 29.0781V30.1937C49.3596 30.1937 41.2345 32.1918 38.6845 40.3235C38.6845 40.3235 33.3034 37.3504 34.5509 28.4727C34.5509 28.4727 36.1771 19.0849 43.2296 18.3457Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M39.9851 42.4182C39.9851 42.4182 44.5785 30.1469 53.4884 32.567C53.4884 32.567 54.2305 32.7517 57.6218 34.9815C57.6218 34.9815 63.2328 38.2813 67.3649 37.6787C67.3649 37.6787 72.9812 37.4912 72.5186 42.141L65.6451 50.4092C65.6451 50.4092 63.2327 53.3877 56.5534 50.6436C56.5534 50.6436 39.6601 45.5801 39.9851 42.4182Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M7.16992 28.0562C7.16992 28.0562 7.5954 26.5615 12.0428 31.494C12.0428 31.494 15.7549 35.3537 17.8905 37.0732C17.8905 37.0732 21.4608 39.6284 19.6061 42.2774C19.6061 42.2774 17.4939 44.5968 14.8751 40.3234C14.8751 40.3234 6.19645 29.5924 7.16992 28.0562Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M0.00849488 52.6444C0.00849488 52.6444 -0.116849 51.2033 5.67578 53.8096C5.67578 53.8096 10.4247 55.7622 12.9761 56.4558C12.9761 56.4558 17.1427 57.3424 16.3592 60.3113C16.3592 60.3113 15.2123 63.094 11.328 60.3761C11.328 60.3761 -0.359138 54.3308 0.00849488 52.6444Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M18.6758 44.1378C18.6758 44.1378 21.0151 44.4922 21.7986 40.6559C21.7986 40.6559 28.4615 45.485 33.7791 46.5509C33.7791 46.5509 37.1799 47.3328 36.8302 50.2424C36.8302 50.2424 36.5452 52.6597 32.1487 51.238C32.1487 51.238 21.4516 47.4073 18.6758 44.5611V44.1378Z", fill: fill }),
|
|
18
|
+
react_1.default.createElement("path", { d: "M16.7305 62.3853C16.7305 62.3853 18.9142 62.0888 18.5287 58.2871C18.5287 58.2871 25.8415 61.0133 30.881 60.5789C30.881 60.5789 34.1428 60.3872 34.6481 63.2127C34.6481 63.2127 35.0791 65.55 30.7528 65.4066C30.7528 65.4066 20.1259 64.7019 16.8489 62.788L16.7305 62.3853Z", fill: fill }),
|
|
19
|
+
react_1.default.createElement("path", { d: "M37.1797 53.2237C37.1797 53.2237 39.6665 51.8751 38.5305 48.7531C38.5305 48.7531 50.1598 51.4503 48.9577 55.139C48.9577 55.139 48.1743 60.0412 37.1797 53.2237Z", fill: fill }),
|
|
20
|
+
react_1.default.createElement("path", { d: "M35.9141 66.2368C35.9141 66.2368 38.0001 64.3339 36.155 61.5677C36.155 61.5677 48.0886 61.4091 47.8022 65.2867C47.8022 65.2867 48.2071 70.2289 35.9141 66.2368Z", fill: fill }),
|
|
21
|
+
react_1.default.createElement("path", { d: "M49.9453 57.9106C49.9453 57.9106 51.7161 56.3523 51.2204 53.8647C51.2204 53.8647 62.4986 53.793 62.9213 57.2018C62.9213 57.2018 63.9856 62.8817 49.9453 57.9106Z", fill: fill }),
|
|
22
|
+
react_1.default.createElement("path", { d: "M49.0781 67.9645C49.0781 67.9645 51.3707 66.5056 50.7291 64.1834C50.7291 64.1834 65.3215 64.1172 65.8695 67.3054C65.8695 67.3054 67.2477 72.6102 49.0781 67.9645Z", fill: fill }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M65.1341 74.8801C65.1341 74.8801 64.9743 72.1263 60.4966 72.6351L50.0859 73.4197C50.0859 73.4197 51.6721 75.5006 51.4573 77.4725C51.4573 77.4725 59.0688 77.9358 63.6498 77.1484C63.6498 77.1484 65.2663 76.7444 65.1341 74.8801Z", fill: fill }),
|
|
24
|
+
react_1.default.createElement("path", { d: "M65.6719 72.3414C65.6719 72.3414 67.3434 74.152 66.4016 76.6328C66.4016 76.6328 74.6258 77.3664 77.7582 76.823C77.7582 76.823 81.1551 76.0108 78.1025 73.5563C78.1025 73.5563 75.6792 71.8106 72.2879 71.8257C72.2879 71.8257 68.2191 71.6699 65.6719 72.3414Z", fill: fill }),
|
|
25
|
+
react_1.default.createElement("path", { d: "M46.3391 74.4442C46.3391 74.4442 48.4127 73.4666 49.7084 75.091C49.7084 75.091 50.8911 76.987 49.2774 78.7962C49.2774 78.7962 38.2428 88.9798 34.1699 91.3281C34.1699 91.3281 33.063 89.3038 30.5859 89.4376C30.5859 89.4376 41.7513 76.0921 46.3391 74.4442Z", fill: fill }),
|
|
26
|
+
react_1.default.createElement("path", { d: "M31.5515 91.0331C31.5515 91.0331 28.6422 90.2499 28.4811 95.0293L28.207 107.026C28.207 107.026 28.5857 109.78 29.5605 106.673L32.7384 95.7064C32.7384 95.7064 33.9019 91.9557 31.5515 91.0331Z", fill: fill }),
|
|
27
|
+
react_1.default.createElement("path", { d: "M81.426 76.339C81.426 76.339 83.1994 73.1522 89.2523 77.871L92.3724 80.1352C92.3724 80.1352 90.9611 83.2544 92.1259 84.4775C92.1259 84.4775 78.865 82.6422 81.426 76.339Z", fill: fill }),
|
|
28
|
+
react_1.default.createElement("path", { d: "M77.8242 83.5633C77.8242 83.5633 77.9412 82.154 82.1008 83.071C82.1008 83.071 84.604 84.4776 82.7727 87.8491C82.7727 87.8491 80.4513 89.3135 77.8242 88.2145V83.5633Z", fill: fill }),
|
|
29
|
+
react_1.default.createElement("path", { d: "M68.8972 83.009C68.8972 83.009 71.7089 80.2056 75.6206 82.7415L75.9868 88.1525C75.9868 88.1525 74.4599 90.7257 70.5453 89.7452C70.5453 89.7452 68.1027 87.3582 68.8972 83.009Z", fill: fill }),
|
|
30
|
+
react_1.default.createElement("path", { d: "M62.7376 87.594C62.7376 87.594 64.7561 83.919 67.3254 87.161L68.975 90.145C68.975 90.145 70.1977 91.5102 68.0567 93.6517C68.0567 93.6517 65.3069 96.0386 62.7376 94.8141C62.7376 94.8141 59.3807 93.8585 61.8853 89.1618L62.7376 87.594Z", fill: fill }),
|
|
31
|
+
react_1.default.createElement("path", { d: "M60.2767 95.4953C60.2767 95.4953 63.752 98.6172 68.7392 96.0496C68.7392 96.0496 69.0215 104.369 65.4773 110.494C65.4773 110.494 60.2767 111.841 58.3835 107.99C58.3835 107.99 56.4902 99.599 60.2767 95.4953Z", fill: fill }),
|
|
32
|
+
react_1.default.createElement("path", { d: "M57.9116 110.127C57.9116 110.127 61.0165 113.314 65.1404 112.392C65.1404 112.392 66.3328 112.084 66.2708 116.551C66.2708 116.551 66.5283 122.8 62.0946 125.123C62.0946 125.123 57.5908 127.76 55.8752 118.208C55.8752 118.208 55.038 113.739 57.9116 110.127Z", fill: fill }),
|
|
33
|
+
react_1.default.createElement("path", { d: "M124.634 1.15032C124.634 1.15032 130.872 -1.36905 141.861 3.85443C141.861 3.85443 160.489 12.1557 164.497 13.7429C164.497 13.7429 170.827 16.8193 168.314 22.513C168.314 22.513 164.589 29.787 155.649 24.1912C155.649 24.1912 150.802 21.687 143.257 13.4243C143.257 13.4243 134.968 2.92361 127.242 2.45615C127.242 2.45615 126.23 2.41063 125.487 2.16656C124.604 1.88387 124.008 1.37785 124.634 1.15032Z", fill: fill }),
|
|
34
|
+
react_1.default.createElement("path", { d: "M137.257 9.42662C133.538 10.5491 127.507 10.7711 118.415 4.31622C118.415 4.31622 115.816 2.41051 116.046 5.14911C116.046 5.14911 116.254 13.3414 129.995 16.3627C129.995 16.3627 136.946 17.1405 139.311 19.0944C139.311 19.0944 144.122 20.9546 145.002 17.6106L137.257 9.42662Z", fill: fill }),
|
|
35
|
+
react_1.default.createElement("path", { d: "M170.773 17.9776C170.773 17.9776 173.835 25.6046 164.645 28.7182V29.8338C164.645 29.8338 172.771 31.8305 175.321 39.965C175.321 39.965 180.702 36.992 179.45 28.1115C179.45 28.1115 177.824 18.7236 170.773 17.9776Z", fill: fill }),
|
|
36
|
+
react_1.default.createElement("path", { d: "M174.02 42.0555C174.02 42.0555 169.423 29.7869 160.515 32.2028C160.515 32.2028 159.774 32.3904 156.383 34.6188C156.383 34.6188 150.771 37.9213 146.638 37.3146C146.638 37.3146 141.029 37.1298 141.488 41.7769L148.356 50.0492C148.356 50.0492 150.771 53.0278 157.454 50.2836C157.454 50.2836 174.347 45.2146 174.02 42.0555Z", fill: fill }),
|
|
37
|
+
react_1.default.createElement("path", { d: "M206.833 27.6965C206.833 27.6965 206.408 26.2044 201.959 31.1356C201.959 31.1356 198.25 34.9925 196.111 36.7079C196.111 36.7079 192.541 39.2686 194.391 41.919C194.391 41.919 196.511 44.2384 199.129 39.965C199.129 39.965 207.804 29.2298 206.833 27.6965Z", fill: fill }),
|
|
38
|
+
react_1.default.createElement("path", { d: "M213.99 52.2816C213.99 52.2816 214.118 50.842 208.327 53.4468C208.327 53.4468 203.577 55.4008 201.023 56.0958C201.023 56.0958 196.853 56.9797 197.642 59.95C197.642 59.95 198.789 62.7355 202.675 60.0148C202.675 60.0148 214.356 53.9653 213.99 52.2816Z", fill: fill }),
|
|
39
|
+
react_1.default.createElement("path", { d: "M195.327 43.775C195.327 43.775 192.988 44.1308 192.204 40.2959C192.204 40.2959 185.54 45.125 180.224 46.1923C180.224 46.1923 176.819 46.9701 177.17 49.8796C177.17 49.8796 177.458 52.2942 181.85 50.8752C181.85 50.8752 192.551 47.0473 195.327 44.2011V43.775Z", fill: fill }),
|
|
40
|
+
react_1.default.createElement("path", { d: "M197.272 62.027C197.272 62.027 195.082 61.7264 195.471 57.926C195.471 57.926 188.155 60.6508 183.113 60.2136C183.113 60.2136 179.86 60.0289 179.351 62.853C179.351 62.853 178.925 65.1903 183.251 65.0427C183.251 65.0427 193.874 64.345 197.152 62.4269L197.272 62.027Z", fill: fill }),
|
|
41
|
+
react_1.default.createElement("path", { d: "M176.819 52.8637C176.819 52.8637 174.334 51.5151 175.473 48.3903C175.473 48.3903 163.845 51.0876 165.048 54.7818C165.048 54.7818 165.83 59.6812 176.819 52.8637Z", fill: fill }),
|
|
42
|
+
react_1.default.createElement("path", { d: "M178.089 65.8743C178.089 65.8743 176 63.9686 177.844 61.2106C177.844 61.2106 165.907 61.048 166.201 64.9242C166.201 64.9242 165.793 69.8691 178.089 65.8743Z", fill: fill }),
|
|
43
|
+
react_1.default.createElement("path", { d: "M164.057 57.5493C164.057 57.5493 162.279 55.987 162.777 53.5035C162.777 53.5035 151.506 53.4332 151.077 56.8419C151.077 56.8419 150.015 62.5218 164.057 57.5493Z", fill: fill }),
|
|
44
|
+
react_1.default.createElement("path", { d: "M164.924 67.6048C164.924 67.6048 162.635 66.1458 163.279 63.8237C163.279 63.8237 148.681 63.7561 148.137 66.9401C148.137 66.9401 146.759 72.2505 164.924 67.6048Z", fill: fill }),
|
|
45
|
+
react_1.default.createElement("path", { d: "M148.871 74.5159C148.871 74.5159 149.036 71.7621 153.51 72.2764L163.918 73.061C163.918 73.061 162.327 75.1391 162.546 77.1124C162.546 77.1124 154.936 77.5744 150.354 76.787C150.354 76.787 148.739 76.3816 148.871 74.5159Z", fill: fill }),
|
|
46
|
+
react_1.default.createElement("path", { d: "M148.331 71.9774C148.331 71.9774 146.659 73.788 147.599 76.2728C147.599 76.2728 139.375 77.0037 136.246 76.4632C136.246 76.4632 132.846 75.6537 135.894 73.195C135.894 73.195 138.322 71.4493 141.715 71.4658C141.715 71.4658 145.779 71.3086 148.331 71.9774Z", fill: fill }),
|
|
47
|
+
react_1.default.createElement("path", { d: "M167.664 74.0843C167.664 74.0843 165.589 73.1039 164.296 74.7283C164.296 74.7283 163.107 76.6271 164.726 78.4336C164.726 78.4336 175.759 88.6212 179.833 90.9696C179.833 90.9696 180.94 88.9398 183.417 89.0777C183.417 89.0777 172.251 75.7349 167.664 74.0843Z", fill: fill }),
|
|
48
|
+
react_1.default.createElement("path", { d: "M182.455 90.6676C182.455 90.6676 185.363 89.8843 185.525 94.6693L185.798 106.659C185.798 106.659 185.418 109.414 184.447 106.312L181.261 95.3436C181.261 95.3436 180.105 91.5942 182.455 90.6676Z", fill: fill }),
|
|
49
|
+
react_1.default.createElement("path", { d: "M132.575 75.9763C132.575 75.9763 130.802 72.7937 124.752 77.507L121.633 79.7726C121.633 79.7726 123.039 82.8959 121.876 84.1177C121.876 84.1177 135.14 82.2809 132.575 75.9763Z", fill: fill }),
|
|
50
|
+
react_1.default.createElement("path", { d: "M136.177 83.2006C136.177 83.2006 136.06 81.7886 131.903 82.7083C131.903 82.7083 129.397 84.1176 131.228 87.4836C131.228 87.4836 133.555 88.9536 136.177 87.8546V83.2006Z", fill: fill }),
|
|
51
|
+
react_1.default.createElement("path", { d: "M145.107 82.649C145.107 82.649 142.296 79.8442 138.383 82.3773L138.016 87.7925C138.016 87.7925 139.543 90.3642 143.452 89.3838C143.452 89.3838 145.904 86.9927 145.107 82.649Z", fill: fill }),
|
|
52
|
+
react_1.default.createElement("path", { d: "M151.261 87.2298C151.261 87.2298 149.245 83.5563 146.675 86.7996L145.021 89.7837C145.021 89.7837 143.802 91.1447 145.944 93.2876C145.944 93.2876 148.695 95.6787 151.261 94.4528C151.261 94.4528 154.621 93.4986 152.114 88.8033L151.261 87.2298Z", fill: fill }),
|
|
53
|
+
react_1.default.createElement("path", { d: "M153.727 95.1368C153.727 95.1368 150.25 98.2559 145.263 95.6856C145.263 95.6856 144.979 104.01 148.525 110.134C148.525 110.134 153.727 111.481 155.62 107.622C155.62 107.622 157.512 99.2378 153.727 95.1368Z", fill: fill }),
|
|
54
|
+
react_1.default.createElement("path", { d: "M156.091 109.768C156.091 109.768 152.986 112.946 148.862 112.032C148.862 112.032 147.674 111.726 147.733 116.191C147.733 116.191 147.474 122.44 151.909 124.764C151.909 124.764 156.413 127.395 158.126 117.848C158.126 117.848 158.963 113.378 156.091 109.768Z", fill: fill }),
|
|
55
|
+
react_1.default.createElement("path", { d: "M122.829 24.0037C122.193 23.419 121.535 24.3236 121.535 24.3236L116.549 29.9842C114.998 31.4831 114.005 30.0393 114.005 30.0393C111.122 26.4913 106.356 28.4866 106.356 28.4866C101.65 25.8818 98.388 30.0393 98.388 30.0393C97.1143 31.5369 96.1698 30.0393 96.1698 30.0393L91.6274 24.7704C90.1899 22.9405 89.6296 23.8823 89.6296 23.8823C89.6296 23.8823 88.8584 24.66 90.1334 25.9342L94.7281 31.2611L96.3901 33.033C96.3901 33.033 97.9831 39.6865 106.243 37.9145C106.243 37.9145 115.663 40.8558 116.88 32.5932L122.862 25.4378C122.862 25.4378 123.361 24.4932 122.829 24.0037Z", fill: fill }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M95.3958 33.3128C95.3958 33.3128 97.1982 40.9095 106.231 39.0796C106.231 39.0796 116.27 42.2388 117.765 33.3128C117.765 33.3128 130.773 34.576 145.862 57.9465C145.862 57.9465 149.138 62.8197 144.178 66.1981C144.178 66.1981 126.216 73.752 112.35 76.3044C112.35 76.3044 107.227 80.2524 100.486 76.5403C100.486 76.5403 82.223 72.8626 67.9266 64.7061C67.9266 64.7061 63.1611 61.3897 67.9266 55.7884C67.9266 55.7884 83.4401 34.1816 95.3958 33.3128Z", fill: fill }),
|
|
57
|
+
react_1.default.createElement("path", { d: "M100.251 80.196C95.6908 78.3923 94.5108 79.8857 94.5108 79.8857C92.5969 82.9553 94.5108 84.4776 94.5108 84.4776C96.7634 87.1845 106.37 86.2248 106.37 86.2248C113.387 87.128 119.2 84.6762 119.2 84.6762C121.633 82.7622 119.579 80.1215 119.579 80.1215C119.579 80.1215 118.256 78.1317 113.476 79.8857", fill: fill }),
|
|
58
|
+
react_1.default.createElement("path", { d: "M100.25 80.196C100.25 80.196 107.959 82.4437 113.475 79.8857L100.25 80.196Z", fill: fill })));
|
|
59
|
+
};
|
|
60
|
+
exports.CancerIcon = CancerIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CapriconIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var CapriconIcon = function (_a) {
|
|
9
|
+
var _b = _a.className, className = _b === void 0 ? 'size-36' : _b, _c = _a.fill, fill = _c === void 0 ? 'white' : _c;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 214 198", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M21.2823 27.9058C21.6101 22.1208 26.667 17.7306 26.667 17.7306C34.3902 5.26343 56.4067 8.75654 56.4067 8.75654C72.2474 10.9248 95.3981 12.0171 95.3981 12.0171C117.47 10.2914 126.704 3.71658 126.704 3.71658C128.578 0.274185 124.825 0.742119 124.825 0.742119C111.206 5.75222 96.0242 5.5958 96.0242 5.5958C75.5193 5.91023 57.6106 1.51109 57.6106 1.51109C11.6577 -5.51974 12.4462 26.4216 12.4462 26.4216C14.7917 29.2425 21.2823 27.9058 21.2823 27.9058Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M56.9823 27.2084C56.9823 27.2084 59.201 29.5972 47.9337 34.3808C47.9337 34.3808 50.6668 27.2084 56.9823 27.2084ZM26.6166 58.5268C26.6166 58.5268 22.5905 61.2539 20.7978 59.3002C20.7978 59.3002 17.7442 55.7132 25.9276 50.949C25.9276 50.949 28.656 49.4871 32.3537 49.8135C32.3537 49.8135 31.2982 55.5121 26.6166 58.5268ZM95.2458 17.1837C90.3925 16.2449 52.3582 10.9188 52.3582 10.9188C24.3444 9.35411 21.8371 28.0399 21.8371 28.0399C24.6585 32.0039 36.5525 30.3349 36.5525 30.3349C25.9072 35.5029 21.5706 29.8178 21.5706 29.8178C18.1282 32.0114 12.4492 29.2395 12.4492 29.2395C14.3222 32.6849 13.2295 48.1877 13.2295 48.1877C11.0347 55.7028 14.3222 60.245 14.3222 60.245C19.1779 66.1954 16.6759 80.4449 16.6759 80.4449C14.3222 91.4054 18.8632 94.6943 18.8632 94.6943C23.8713 97.5123 27.4731 92.6587 27.4731 92.6587C30.9177 84.6711 37.175 80.9113 37.175 80.9113C57.2128 69.6393 57.9924 53.0383 57.9924 53.0383C59.4005 38.0095 48.917 39.7322 48.917 39.7322C44.5339 40.671 48.2893 38.0095 48.2893 38.0095C61.5918 31.7476 60.964 25.3277 60.964 25.3277C56.1328 20.7811 51.5768 25.7942 51.5768 25.7942C46.2562 32.0591 42.9687 29.0845 42.9687 29.0845C41.7171 24.2309 47.5211 21.9226 47.5211 21.9226C55.4898 18.7485 86.4817 23.1133 86.4817 23.1133C138.287 28.0399 157.693 11.2348 157.693 11.2348C159.573 7.78941 155.19 8.10089 155.19 8.10089C134.844 21.8809 95.2458 17.1837 95.2458 17.1837Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M35.771 101.363C35.771 101.363 42.4084 94.8897 36.5047 84.1378C36.5047 84.1378 31.5415 86.6622 29.3414 93.1372C29.3414 93.1372 31.3343 96.5156 29.0987 100.792C29.0987 100.792 26.1248 108.449 34.1843 109.67C34.1843 109.67 30.8484 104.582 35.771 101.363Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M56.9822 27.2085C50.6667 27.2085 47.9336 34.3809 47.9336 34.3809C59.2009 29.5973 56.9822 27.2085 56.9822 27.2085Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M155.319 119.265C155.319 119.265 125.611 107.144 110.246 64.9541L107.344 65.1254C107.344 65.1254 109.563 60.5132 105.806 55.5583L104.602 58.8039C104.602 58.8039 105.068 55.4524 102.876 51.8342L101.03 55.0501C101.03 55.0501 101.88 51.4602 99.3205 47.3621L97.9555 51.8342C97.9555 51.8342 97.9905 51.5272 97.9387 50.9192C97.8334 49.6525 97.3574 47.0759 95.3902 43.2625L94.3719 48.5587C94.3719 48.5587 94.1949 43.6038 91.8082 40.0168L90.2708 45.8227C90.2708 45.8227 90.4413 39.1644 86.0011 35.5789C86.0011 35.5789 86.4806 41.0421 85.3041 43.2625C85.3041 43.2625 84.8066 44.2863 84.1257 39.8455C84.1257 39.8455 84.1257 34.5522 79.0036 32.3317C79.0036 32.3317 81.7355 37.7949 79.3416 40.1882C79.3416 40.1882 78.1494 40.1882 78.3233 37.7949C78.3233 37.7949 77.9836 31.989 72.684 29.7701C72.684 29.7701 74.9055 34.7221 74.394 37.1139C74.394 37.1139 73.7127 39.677 72.684 35.4046C72.684 35.4046 70.6376 29.408 66.3701 28.2218C66.3701 28.2218 69.4441 33.0158 68.7586 36.6013C68.7586 36.6013 67.9079 38.1406 66.7122 33.5254C66.7122 33.5254 65.6829 29.5749 62.4443 28.2218C62.4443 28.2218 62.4443 33.0158 54.7624 37.4536C54.7624 37.4536 56.6378 38.309 58.174 40.5294C58.174 40.5294 87.3719 33.8682 107.172 83.0572C107.172 83.0572 85.3197 41.2134 60.0546 44.4576C60.0546 44.4576 65.1762 61.1972 50.1511 73.493C50.1511 73.493 55.0994 92.6229 45.3677 107.653C45.3677 107.653 34.4461 125.245 52.9697 145.91C52.9697 145.91 46.052 97.256 87.5407 96.9058C87.5407 96.9058 53.227 102.7 55.9583 141.642C55.9583 141.642 57.6643 147.105 52.8824 150.181C52.8824 150.181 45.2007 155.647 40.2531 166.235C40.2531 166.235 34.9739 175.801 28.5623 179.046C28.5623 179.046 22.4963 182.632 24.8854 187.925C24.8854 187.925 27.6173 193.563 36.8352 189.465C36.8352 189.465 40.0809 190.83 58.0082 188.439C58.0082 188.439 69.7863 194.759 80.7125 185.879C80.7125 185.879 77.6374 179.257 72.3458 178.534C72.3458 178.534 64.4931 187.588 64.1509 180.583C64.1509 180.583 62.101 176.653 58.6889 181.267C58.6889 181.267 56.8095 182.805 54.933 182.632L38.9527 181.949C38.9527 181.949 48.0571 171.873 55.9361 168.625C55.9361 168.625 65.8598 163.332 71.6623 154.279C71.6623 154.279 84.4678 152.741 87.5407 136.347C87.5407 136.347 89.6163 148.835 78.3233 154.45C78.3233 154.45 95.1486 161.748 116.66 155.428C116.66 155.428 129.491 120.87 162.058 136.949C162.058 136.949 177.43 146.12 170.518 166.432C170.518 166.432 164.316 181.246 148.677 178.109C142.92 176.957 139.782 174.777 137.222 170.506C137.222 170.506 130.476 156.134 144.397 149.84C144.397 149.84 153.439 147.278 156.175 155.303C156.175 155.303 147.125 147.621 140.292 157.012C140.292 157.012 133.014 170.101 150.195 174.948C150.195 174.948 165.564 177.339 169.146 159.745C169.146 159.745 172.214 136.806 147.533 135.651C147.533 135.651 127.151 134.076 119.354 156.751C118.474 159.309 116.802 168.266 118.754 175.086C118.754 175.086 123.142 196.618 149.171 197.492C149.171 197.492 181.611 199.03 184.851 158.377C184.851 158.377 186.901 132.589 155.319 119.265Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M195.095 98.9429C195.095 98.9429 180.758 96.721 184.167 87.4981C184.167 87.4981 175.12 99.9652 171.367 108.509C171.367 108.509 179.048 90.7437 179.048 85.7902C179.048 85.7902 173.416 94.672 165.052 84.7635C165.052 84.7635 152.928 73.8358 142.855 79.3019C142.855 79.3019 166.927 92.6229 157.024 116.705C157.024 116.705 167.441 120.801 171.877 125.245C171.877 125.245 188.092 100.14 213.874 114.654C213.874 114.654 212.679 104.068 195.095 98.9429Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M11.2273 165.211C15.4958 162.818 12.448 159.918 12.448 159.918C10.76 159.745 10.8851 155.99 10.8851 155.99L9.86224 135.149L14.6399 136.687C31.202 148.302 51.0071 147.791 51.0071 147.791C42.2994 140.615 39.9092 127.123 39.9092 127.123C36.6972 125.877 28.5622 126.61 28.5622 126.61C11.4105 127.978 9.34893 126.44 9.34893 126.44C8.15325 125.758 5.59073 125.245 5.59073 125.245C-3.28327 124.906 1.32503 134.47 1.32503 134.47C2.1799 135.665 2.2368 138.398 2.2368 138.398L4.39966 156.328C4.73601 158.549 3.71774 160.428 3.71774 160.428C-2.88645 176.473 13.5331 186.845 13.5331 186.845C17.9688 180.011 16.8632 172.555 16.8632 172.555C6.95756 169.995 11.2273 165.211 11.2273 165.211Z", fill: fill })));
|
|
18
|
+
};
|
|
19
|
+
exports.CapriconIcon = CapriconIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ClientsIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var ClientsIcon = function (_a) {
|
|
9
|
+
var className = _a.className;
|
|
10
|
+
return (react_1.default.createElement("svg", { className: className, viewBox: "0 0 60 60", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M58.2305 21.0938L52.9688 21.1289V1.75781C52.9688 0.787031 52.1817 0 51.2109 0H33.75C33.1369 0 32.5679 0.31957 32.2488 0.843164L28.5497 6.91406H1.75781C0.787031 6.91406 0 7.70109 0 8.67188V43.8281C0 44.7989 0.787031 45.5859 1.75781 45.5859H10.7812C10.7816 53.3205 10.7804 52.9677 10.7822 53.0271C10.845 56.8826 14.0009 60 17.8711 60H58.2422C59.213 60 60 59.213 60 58.2422V22.8516C60 21.8566 59.1775 21.0799 58.2305 21.0938ZM3.51562 42.0703V10.4297H29.5371C30.1502 10.4297 30.7192 10.1101 31.0383 9.58652L34.7374 3.51562H49.4531V21.1523L24.8438 21.3164V15.9375C24.8438 14.9667 24.0567 14.1797 23.0859 14.1797H17.8711C13.9618 14.1797 10.7812 17.3602 10.7812 21.2695V42.0703H3.51562ZM21.3281 17.6953V23.0848V23.087V45.8203C18.7645 45.9716 16.7534 45.3489 14.2969 46.7889V21.2695C14.2969 19.2987 15.9004 17.6953 17.8711 17.6953H21.3281ZM56.4844 56.4844H17.8711C15.9004 56.4844 14.2969 54.881 14.2969 52.9102C14.2969 50.9393 15.9004 49.3359 17.8711 49.3359H23.0859C24.0567 49.3359 24.8438 48.5489 24.8438 47.5781V24.832L56.4844 24.6211V56.4844Z", fill: "#B689E5" }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M30 49.336H51.2109C52.948 49.336 53.6287 47.0721 52.1823 46.1131L30.9714 32.0506C29.8096 31.2805 28.2422 32.1086 28.2422 33.5157V47.5782C28.2422 48.549 29.0292 49.336 30 49.336ZM31.7578 36.7902L45.3784 45.8204H31.7578V36.7902Z", fill: "#B689E5" })));
|
|
13
|
+
};
|
|
14
|
+
exports.ClientsIcon = ClientsIcon;
|