@appcorp/kismaa-web-ui 0.1.3 → 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.47036301.js +0 -27
- package/about-us-banner.47036301.js.map +0 -1
- package/about-us-banner.4783432d.js +0 -9
- package/about-us-banner.4783432d.js.map +0 -1
- package/about-us-banner.d54fdb30.js +0 -65
- package/about-us-banner.d54fdb30.js.map +0 -1
- package/about-us-banner.fc04628a.js +0 -70
- package/about-us-banner.fc04628a.js.map +0 -1
- package/about-us-stats.563c1ff6.js +0 -9
- package/about-us-stats.563c1ff6.js.map +0 -1
- package/about-us-stats.6a8a1f52.js +0 -49
- package/about-us-stats.6a8a1f52.js.map +0 -1
- package/about-us-stats.7940a580.js +0 -27
- package/about-us-stats.7940a580.js.map +0 -1
- package/about-us-stats.8bf18d2d.js +0 -40
- package/about-us-stats.8bf18d2d.js.map +0 -1
- package/about-us.26939143.js +0 -50
- package/about-us.26939143.js.map +0 -1
- package/about-us.6409a070.js +0 -55
- package/about-us.6409a070.js.map +0 -1
- package/about-us.c8d29547.js +0 -27
- package/about-us.c8d29547.js.map +0 -1
- package/about-us.fc609956.js +0 -9
- package/about-us.fc609956.js.map +0 -1
- package/about-user.770e4068.js +0 -9
- package/about-user.770e4068.js.map +0 -1
- package/about-user.b4a15e38.js +0 -51
- package/about-user.b4a15e38.js.map +0 -1
- package/about-user.f07f068b.js +0 -27
- package/about-user.f07f068b.js.map +0 -1
- package/about-user.fba4eab2.js +0 -60
- package/about-user.fba4eab2.js.map +0 -1
- package/accordion.161595e1.js +0 -27
- package/accordion.161595e1.js.map +0 -1
- package/accordion.4c9f8837.js +0 -9
- package/accordion.4c9f8837.js.map +0 -1
- package/accordion.74ca3d9f.js +0 -68
- package/accordion.74ca3d9f.js.map +0 -1
- package/accordion.db0abc99.js +0 -73
- package/accordion.db0abc99.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.54f49b9d.js +0 -27
- package/advisor-details.54f49b9d.js.map +0 -1
- package/advisor-details.63e549cd.js +0 -40
- package/advisor-details.63e549cd.js.map +0 -1
- package/advisor-details.83099445.js +0 -45
- package/advisor-details.83099445.js.map +0 -1
- package/advisor-details.a45ec0e5.js +0 -9
- package/advisor-details.a45ec0e5.js.map +0 -1
- package/advisors-section.2104a94d.js +0 -31
- package/advisors-section.2104a94d.js.map +0 -1
- package/advisors-section.592ecaa5.js +0 -9
- package/advisors-section.592ecaa5.js.map +0 -1
- package/advisors-section.63447358.js +0 -27
- package/advisors-section.63447358.js.map +0 -1
- package/advisors-section.e558a977.js +0 -36
- package/advisors-section.e558a977.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.0810c4c6.js +0 -34
- package/attribute-card.0810c4c6.js.map +0 -1
- package/attribute-card.29e5e649.js +0 -9
- package/attribute-card.29e5e649.js.map +0 -1
- package/attribute-card.4f5f767c.js +0 -27
- package/attribute-card.4f5f767c.js.map +0 -1
- package/attribute-card.a960f0c4.js +0 -39
- package/attribute-card.a960f0c4.js.map +0 -1
- package/attributes-section.09c98ee7.js +0 -27
- package/attributes-section.09c98ee7.js.map +0 -1
- package/attributes-section.3eadc491.js +0 -36
- package/attributes-section.3eadc491.js.map +0 -1
- package/attributes-section.ee38c448.js +0 -31
- package/attributes-section.ee38c448.js.map +0 -1
- package/attributes-section.f4338edf.js +0 -9
- package/attributes-section.f4338edf.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.4d0460b4.js +0 -38
- package/banner-slider-card.4d0460b4.js.map +0 -1
- package/banner-slider-card.cd02cb4d.js +0 -33
- package/banner-slider-card.cd02cb4d.js.map +0 -1
- package/banner-slider.13a46391.js +0 -9
- package/banner-slider.13a46391.js.map +0 -1
- package/banner-slider.29d35cb8.js +0 -27
- package/banner-slider.29d35cb8.js.map +0 -1
- package/banner-slider.6e14cc70.js +0 -82
- package/banner-slider.6e14cc70.js.map +0 -1
- package/banner-slider.80d912a1.js +0 -77
- package/banner-slider.80d912a1.js.map +0 -1
- package/banner.1ca8a540.js +0 -82
- package/banner.1ca8a540.js.map +0 -1
- package/banner.664689bd.js +0 -27
- package/banner.664689bd.js.map +0 -1
- package/banner.692f9420.js +0 -77
- package/banner.692f9420.js.map +0 -1
- package/banner.6b9c2089.js +0 -9
- package/banner.6b9c2089.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.3fe3b47f.js +0 -9
- package/button-group.3fe3b47f.js.map +0 -1
- package/button-group.415417e7.js +0 -62
- package/button-group.415417e7.js.map +0 -1
- package/button-group.d3b83496.js +0 -57
- package/button-group.d3b83496.js.map +0 -1
- package/button-group.e7dce297.js +0 -27
- package/button-group.e7dce297.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.40c460c9.js +0 -9
- package/core-values-card.40c460c9.js.map +0 -1
- package/core-values-card.92086af3.js +0 -49
- package/core-values-card.92086af3.js.map +0 -1
- package/core-values-card.96979e6a.js +0 -54
- package/core-values-card.96979e6a.js.map +0 -1
- package/core-values-card.c4a82917.js +0 -13
- package/core-values-card.c4a82917.js.map +0 -1
- package/core-values-section.52f38afd.js +0 -27
- package/core-values-section.52f38afd.js.map +0 -1
- package/core-values-section.cc124901.js +0 -70
- package/core-values-section.cc124901.js.map +0 -1
- package/core-values-section.d6a3e29c.js +0 -9
- package/core-values-section.d6a3e29c.js.map +0 -1
- package/core-values-section.fcdac397.js +0 -65
- package/core-values-section.fcdac397.js.map +0 -1
- package/cta-banner.544ac385.js +0 -66
- package/cta-banner.544ac385.js.map +0 -1
- package/cta-banner.9255e2ae.js +0 -9
- package/cta-banner.9255e2ae.js.map +0 -1
- package/cta-banner.b5a79249.js +0 -27
- package/cta-banner.b5a79249.js.map +0 -1
- package/cta-banner.e4edcdc7.js +0 -71
- package/cta-banner.e4edcdc7.js.map +0 -1
- package/customer-reviews.0b3e761d.js +0 -27
- package/customer-reviews.0b3e761d.js.map +0 -1
- package/customer-reviews.0bb408e0.js +0 -110
- package/customer-reviews.0bb408e0.js.map +0 -1
- package/customer-reviews.1a8ca84f.js +0 -115
- package/customer-reviews.1a8ca84f.js.map +0 -1
- package/customer-reviews.8255b06c.js +0 -9
- package/customer-reviews.8255b06c.js.map +0 -1
- package/extended-user-card.0a0bafd0.js +0 -199
- package/extended-user-card.0a0bafd0.js.map +0 -1
- package/extended-user-card.0c2ef0ea.js +0 -27
- package/extended-user-card.0c2ef0ea.js.map +0 -1
- package/extended-user-card.5d98a8f5.js +0 -208
- package/extended-user-card.5d98a8f5.js.map +0 -1
- package/extended-user-card.be4ecd3a.js +0 -9
- package/extended-user-card.be4ecd3a.js.map +0 -1
- package/faq.a9ca0fb7.js +0 -45
- package/faq.a9ca0fb7.js.map +0 -1
- package/faq.bab0a70f.js +0 -9
- package/faq.bab0a70f.js.map +0 -1
- package/faq.c3ccebe9.js +0 -40
- package/faq.c3ccebe9.js.map +0 -1
- package/faq.f5bea35a.js +0 -27
- package/faq.f5bea35a.js.map +0 -1
- package/faqs.0a5edf3d.js +0 -35
- package/faqs.0a5edf3d.js.map +0 -1
- package/faqs.1e6ff0f9.js +0 -27
- package/faqs.1e6ff0f9.js.map +0 -1
- package/faqs.b2feaf03.js +0 -9
- package/faqs.b2feaf03.js.map +0 -1
- package/faqs.bfe38daf.js +0 -40
- package/faqs.bfe38daf.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.299b1f23.js +0 -124
- package/footer.299b1f23.js.map +0 -1
- package/footer.5096de82.js +0 -119
- package/footer.5096de82.js.map +0 -1
- package/footer.9306a217.js +0 -9
- package/footer.9306a217.js.map +0 -1
- package/footer.d1a58786.js +0 -27
- package/footer.d1a58786.js.map +0 -1
- package/get-app-banner.0e8d312c.js +0 -9
- package/get-app-banner.0e8d312c.js.map +0 -1
- package/get-app-banner.36d23512.js +0 -57
- package/get-app-banner.36d23512.js.map +0 -1
- package/get-app-banner.ab965c42.js +0 -27
- package/get-app-banner.ab965c42.js.map +0 -1
- package/get-app-banner.dc0e360d.js +0 -62
- package/get-app-banner.dc0e360d.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.2ad9807e.js +0 -9
- package/highlight-banner.2ad9807e.js.map +0 -1
- package/highlight-banner.4892a72f.js +0 -62
- package/highlight-banner.4892a72f.js.map +0 -1
- package/highlight-banner.b0848d42.js +0 -57
- package/highlight-banner.b0848d42.js.map +0 -1
- package/highlight-banner.d12e5578.js +0 -27
- package/highlight-banner.d12e5578.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.01d7e509.js +0 -48
- package/home.01d7e509.js.map +0 -1
- package/home.9390627a.js +0 -27
- package/home.9390627a.js.map +0 -1
- package/home.e714200b.js +0 -53
- package/home.e714200b.js.map +0 -1
- package/home.feff8a46.js +0 -9
- package/home.feff8a46.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.24122d3a.js +0 -36
- package/horoscope-card.24122d3a.js.map +0 -1
- package/horoscope-card.3b61b2da.js +0 -27
- package/horoscope-card.3b61b2da.js.map +0 -1
- package/horoscope-card.eba75b15.js +0 -41
- package/horoscope-card.eba75b15.js.map +0 -1
- package/horoscope-card.fa7f0f4e.js +0 -9
- package/horoscope-card.fa7f0f4e.js.map +0 -1
- package/horoscope-cards-grid.346648f6.js +0 -9
- package/horoscope-cards-grid.346648f6.js.map +0 -1
- package/horoscope-cards-grid.802e6916.js +0 -32
- package/horoscope-cards-grid.802e6916.js.map +0 -1
- package/horoscope-cards-grid.def4c579.js +0 -27
- package/horoscope-cards-grid.def4c579.js.map +0 -1
- package/horoscope-cards-grid.ee2a0f86.js +0 -27
- package/horoscope-cards-grid.ee2a0f86.js.map +0 -1
- package/horoscope-details-section.4730f22f.js +0 -37
- package/horoscope-details-section.4730f22f.js.map +0 -1
- package/horoscope-details-section.5aaa6020.js +0 -27
- package/horoscope-details-section.5aaa6020.js.map +0 -1
- package/horoscope-details-section.92f17239.js +0 -9
- package/horoscope-details-section.92f17239.js.map +0 -1
- package/horoscope-details-section.b8e3841c.js +0 -32
- package/horoscope-details-section.b8e3841c.js.map +0 -1
- package/horoscope-details.2594baaa.js +0 -61
- package/horoscope-details.2594baaa.js.map +0 -1
- package/horoscope-details.2f48e80a.js +0 -52
- package/horoscope-details.2f48e80a.js.map +0 -1
- package/horoscope-details.9ee4deda.js +0 -27
- package/horoscope-details.9ee4deda.js.map +0 -1
- package/horoscope-details.9f83e227.js +0 -9
- package/horoscope-details.9f83e227.js.map +0 -1
- package/horoscope-section.75468c14.js +0 -9
- package/horoscope-section.75468c14.js.map +0 -1
- package/horoscope-section.994263d9.js +0 -36
- package/horoscope-section.994263d9.js.map +0 -1
- package/horoscope-section.a18cb49c.js +0 -41
- package/horoscope-section.a18cb49c.js.map +0 -1
- package/horoscope-section.d3a18364.js +0 -27
- package/horoscope-section.d3a18364.js.map +0 -1
- package/horoscope.459ea326.js +0 -35
- package/horoscope.459ea326.js.map +0 -1
- package/horoscope.4d3e35cb.js +0 -9
- package/horoscope.4d3e35cb.js.map +0 -1
- package/horoscope.6d08c106.js +0 -40
- package/horoscope.6d08c106.js.map +0 -1
- package/horoscope.c5bb8d56.js +0 -27
- package/horoscope.c5bb8d56.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.525feebf.js +0 -27
- package/molecules.525feebf.js.map +0 -1
- package/molecules.6c6943fd.js +0 -54
- package/molecules.6c6943fd.js.map +0 -1
- package/navbar.2ce991d1.js +0 -144
- package/navbar.2ce991d1.js.map +0 -1
- package/navbar.324d78a0.js +0 -27
- package/navbar.324d78a0.js.map +0 -1
- package/navbar.4ff6dde2.js +0 -9
- package/navbar.4ff6dde2.js.map +0 -1
- package/navbar.82f16d2b.js +0 -153
- package/navbar.82f16d2b.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.2cd9e329.js +0 -27
- package/not-found-page.2cd9e329.js.map +0 -1
- package/not-found-page.531b5ea6.js +0 -9
- package/not-found-page.531b5ea6.js.map +0 -1
- package/not-found-page.902fafd5.js +0 -28
- package/not-found-page.902fafd5.js.map +0 -1
- package/not-found-page.e7b67444.js +0 -23
- package/not-found-page.e7b67444.js.map +0 -1
- package/not-found.1cb663bf.js +0 -43
- package/not-found.1cb663bf.js.map +0 -1
- package/not-found.5ce327c4.js +0 -9
- package/not-found.5ce327c4.js.map +0 -1
- package/not-found.9d9f37dd.js +0 -48
- package/not-found.9d9f37dd.js.map +0 -1
- package/not-found.af0098c7.js +0 -27
- package/not-found.af0098c7.js.map +0 -1
- package/onboarding-step-card.352c1d49.js +0 -27
- package/onboarding-step-card.352c1d49.js.map +0 -1
- package/onboarding-step-card.52abb75a.js +0 -70
- package/onboarding-step-card.52abb75a.js.map +0 -1
- package/onboarding-step-card.67fc53ac.js +0 -65
- package/onboarding-step-card.67fc53ac.js.map +0 -1
- package/onboarding-step-card.8c4597f6.js +0 -9
- package/onboarding-step-card.8c4597f6.js.map +0 -1
- package/onboarding-steps.2a0694e8.js +0 -9
- package/onboarding-steps.2a0694e8.js.map +0 -1
- package/onboarding-steps.550af474.js +0 -27
- package/onboarding-steps.550af474.js.map +0 -1
- package/onboarding-steps.b037ad81.js +0 -96
- package/onboarding-steps.b037ad81.js.map +0 -1
- package/onboarding-steps.fa98ad50.js +0 -87
- package/onboarding-steps.fa98ad50.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.2862a1e5.js +0 -73
- package/organisms.2862a1e5.js.map +0 -1
- package/organisms.aeb64a74.js +0 -123
- package/organisms.aeb64a74.js.map +0 -1
- package/our-mission.149c95b0.js +0 -96
- package/our-mission.149c95b0.js.map +0 -1
- package/our-mission.9ae4a96a.js +0 -9
- package/our-mission.9ae4a96a.js.map +0 -1
- package/our-mission.a20e8d13.js +0 -91
- package/our-mission.a20e8d13.js.map +0 -1
- package/our-mission.fb4096c3.js +0 -27
- package/our-mission.fb4096c3.js.map +0 -1
- package/pagination.28685cf2.js +0 -27
- package/pagination.28685cf2.js.map +0 -1
- package/pagination.5e14de29.js +0 -60
- package/pagination.5e14de29.js.map +0 -1
- package/pagination.89a94205.js +0 -65
- package/pagination.89a94205.js.map +0 -1
- package/pagination.f32b21aa.js +0 -9
- package/pagination.f32b21aa.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.0710b254.js +0 -32
- package/props.0710b254.js.map +0 -1
- package/props.2cef34a4.js +0 -37
- package/props.2cef34a4.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.1430243d.js +0 -45
- package/rating-star.1430243d.js.map +0 -1
- package/rating-star.e240992e.js +0 -40
- package/rating-star.e240992e.js.map +0 -1
- package/ratings.90a1380a.js +0 -9
- package/ratings.90a1380a.js.map +0 -1
- package/ratings.ca0f2ecc.js +0 -66
- package/ratings.ca0f2ecc.js.map +0 -1
- package/ratings.e5a5eb11.js +0 -61
- package/ratings.e5a5eb11.js.map +0 -1
- package/ratings.f943b068.js +0 -27
- package/ratings.f943b068.js.map +0 -1
- package/review-card.3dffee50.js +0 -27
- package/review-card.3dffee50.js.map +0 -1
- package/review-card.87c470b4.js +0 -92
- package/review-card.87c470b4.js.map +0 -1
- package/review-card.8c59ceac.js +0 -101
- package/review-card.8c59ceac.js.map +0 -1
- package/review-card.c37d5e84.js +0 -9
- package/review-card.c37d5e84.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.588a7e5b.js +0 -82
- package/section-header.588a7e5b.js.map +0 -1
- package/section-header.bbecc2f7.js +0 -9
- package/section-header.bbecc2f7.js.map +0 -1
- package/section-header.e2770e63.js +0 -27
- package/section-header.e2770e63.js.map +0 -1
- package/section-header.e3b6ad57.js +0 -87
- package/section-header.e3b6ad57.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.1ecfec7e.js +0 -21
- package/templates.1ecfec7e.js.map +0 -1
- package/templates.b2662ac2.js +0 -45
- package/templates.b2662ac2.js.map +0 -1
- package/terms-of-use.15946cd5.js +0 -27
- package/terms-of-use.15946cd5.js.map +0 -1
- package/terms-of-use.2ebf9d31.js +0 -9
- package/terms-of-use.2ebf9d31.js.map +0 -1
- package/terms-of-use.8beecded.js +0 -44
- package/terms-of-use.8beecded.js.map +0 -1
- package/terms-of-use.9023a1bb.js +0 -39
- package/terms-of-use.9023a1bb.js.map +0 -1
- package/terms-section.711b28d7.js +0 -71
- package/terms-section.711b28d7.js.map +0 -1
- package/terms-section.8ec2e0f9.js +0 -9
- package/terms-section.8ec2e0f9.js.map +0 -1
- package/terms-section.b1e3bbb1.js +0 -27
- package/terms-section.b1e3bbb1.js.map +0 -1
- package/terms-section.b79c7b84.js +0 -66
- package/terms-section.b79c7b84.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.3b821588.js +0 -9
- package/time-line.3b821588.js.map +0 -1
- package/time-line.559f256b.js +0 -50
- package/time-line.559f256b.js.map +0 -1
- package/time-line.d7860edf.js +0 -27
- package/time-line.d7860edf.js.map +0 -1
- package/time-line.ea3a11c0.js +0 -55
- package/time-line.ea3a11c0.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.31bcd6f1.js +0 -37
- package/typography.31bcd6f1.js.map +0 -1
- package/typography.760fac60.js +0 -9
- package/typography.760fac60.js.map +0 -1
- package/typography.7db9ac89.js +0 -42
- package/typography.7db9ac89.js.map +0 -1
- package/typography.9f907467.js +0 -27
- package/typography.9f907467.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.1813401b.js +0 -146
- package/user-card.1813401b.js.map +0 -1
- package/user-card.9e8ecc1f.js +0 -27
- package/user-card.9e8ecc1f.js.map +0 -1
- package/user-card.9fcfb1a5.js +0 -9
- package/user-card.9fcfb1a5.js.map +0 -1
- package/user-card.d7160930.js +0 -155
- package/user-card.d7160930.js.map +0 -1
- package/user-cards-grid.4e543bcb.js +0 -32
- package/user-cards-grid.4e543bcb.js.map +0 -1
- package/user-cards-grid.5bb27c48.js +0 -9
- package/user-cards-grid.5bb27c48.js.map +0 -1
- package/user-cards-grid.82d75f35.js +0 -37
- package/user-cards-grid.82d75f35.js.map +0 -1
- package/user-cards-grid.dbb4174b.js +0 -27
- package/user-cards-grid.dbb4174b.js.map +0 -1
- package/user-detail-banner.728ede73.js +0 -9
- package/user-detail-banner.728ede73.js.map +0 -1
- package/user-detail-banner.a8f7e59d.js +0 -38
- package/user-detail-banner.a8f7e59d.js.map +0 -1
- package/user-detail-banner.c0050336.js +0 -27
- package/user-detail-banner.c0050336.js.map +0 -1
- package/user-detail-banner.d065792f.js +0 -43
- package/user-detail-banner.d065792f.js.map +0 -1
- package/user-details.0b97e0ca.js +0 -116
- package/user-details.0b97e0ca.js.map +0 -1
- package/user-details.1d16961a.js +0 -111
- package/user-details.1d16961a.js.map +0 -1
- package/user-details.650f9959.js +0 -9
- package/user-details.650f9959.js.map +0 -1
- package/user-details.78b3c71c.js +0 -27
- package/user-details.78b3c71c.js.map +0 -1
- package/user-lists.1e9234d5.js +0 -27
- package/user-lists.1e9234d5.js.map +0 -1
- package/user-lists.b3b07c30.js +0 -35
- package/user-lists.b3b07c30.js.map +0 -1
- package/user-lists.f332d17d.js +0 -40
- package/user-lists.f332d17d.js.map +0 -1
- package/user-lists.fc190a30.js +0 -9
- package/user-lists.fc190a30.js.map +0 -1
- package/users-list-explore.158252b3.js +0 -65
- package/users-list-explore.158252b3.js.map +0 -1
- package/users-list-explore.c753c531.js +0 -9
- package/users-list-explore.c753c531.js.map +0 -1
- package/users-list-explore.df7a1275.js +0 -60
- package/users-list-explore.df7a1275.js.map +0 -1
- package/users-list-explore.f5f66ea6.js +0 -27
- package/users-list-explore.f5f66ea6.js.map +0 -1
|
@@ -0,0 +1,64 @@
|
|
|
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.PiscesIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var PiscesIcon = 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 186 198", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M125.231 153.039C133.158 147.293 141.559 134.917 141.559 134.917C141.559 134.917 124.439 154.683 95.4946 165.617C95.4946 165.617 83.7969 167.472 82.3637 174.185L82.3281 174.885C83.7827 173.028 87.7137 170.982 89.6706 172.05C91.7799 173.194 94.0414 172.869 94.0414 172.869C96.9505 177.741 102.123 174.643 102.123 174.643C103.806 174.08 105.341 175.655 106.838 176.632C110.057 178.456 112.075 174.511 114.299 172.73C115.878 171.224 118.16 168.985 119.745 167.488C118.497 168.985 116.557 171.211 115.312 172.71C114.014 174.275 111.194 176.714 112.445 178.921C112.932 179.781 113.647 179.981 114.432 180.439C115.638 181.139 117.811 182.318 117.252 183.571C115.595 187.288 121.089 189.063 121.089 189.063C120.86 190.658 122.356 191.641 123.561 192.25C125.023 193.401 125.353 195.753 125.363 197.5C127.56 196.216 128.386 193.362 128.82 191.025C129.26 188.682 129.302 186.323 129.263 183.953C129.191 180.118 129.997 176.244 131.232 172.632C133.532 165.914 137.448 159.292 141.996 153.879C144.157 151.307 146.966 149.159 149.513 146.961L149.347 147.099C139.258 155.764 130.508 158.997 130.508 158.997C124.439 161.674 123.074 158.691 123.074 158.691C123.056 158.658 123.047 158.627 123.03 158.596C122.842 158.324 122.67 157.918 122.686 157.365C122.572 155.056 125.231 153.039 125.231 153.039Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M185.162 77.4669L177.293 79.3108C179.993 86.0834 180.556 91.0405 180.556 91.0405C181.403 85.9312 184.167 82.3829 184.167 82.3829C185.233 80.1766 185.34 78.5616 185.162 77.4669Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M171.48 44.8672L153.477 51.148C161.067 43.7797 171.48 44.8672 171.48 44.8672ZM184.418 75.6795C182.777 73.5556 183.515 69.6462 183.515 69.6462C183.981 68.1137 183.885 66.8939 183.572 65.9514L172.524 69.8537C175.758 67.2778 183.547 65.9556 183.572 65.9514C183.005 64.2426 181.72 63.4564 181.72 63.4564C178.219 61.007 178.606 56.8373 178.606 56.8373C179.019 54.6096 178.616 53.1083 177.961 52.1004L163.85 59.0763C163.989 58.8546 164.17 58.6371 164.37 58.4211C167.731 54.8101 177.94 52.1061 177.961 52.1004C176.899 50.4627 175.17 50.1301 175.17 50.1301C169.01 46.3443 171.907 37.9695 171.907 37.9695C154.305 33.7416 141.879 45.7757 141.879 45.7757C163.329 53.2278 173.007 68.5572 177.292 79.3032C179.954 77.7764 185.112 77.4679 185.164 77.4665C184.966 76.2524 184.418 75.6795 184.418 75.6795Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M153.477 51.1482L171.479 44.8674C171.479 44.8674 161.067 43.7799 153.477 51.1482Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M183.571 65.9517C183.547 65.956 175.757 67.2781 172.523 69.8541L183.571 65.9517Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M163.848 59.0763L177.959 52.1003C177.938 52.106 167.729 54.8101 164.369 58.421C164.168 58.6371 163.987 58.8545 163.848 59.0763Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M177.266 79.3163L177.294 79.3106C177.293 79.3077 177.293 79.3064 177.291 79.3035C177.283 79.3092 177.274 79.312 177.266 79.3163Z", fill: fill }),
|
|
18
|
+
react_1.default.createElement("path", { d: "M185.165 77.4667C185.112 77.4682 179.954 77.7766 177.293 79.3035C177.294 79.3063 177.294 79.3077 177.296 79.3105L185.165 77.4667Z", fill: fill }),
|
|
19
|
+
react_1.default.createElement("path", { d: "M150.545 86.4229C150.481 86.4243 150.42 86.4143 150.356 86.4115C147.338 86.3134 145.182 82.3755 145.182 82.3755C145.094 82.3386 145.019 82.293 144.933 82.2532C144.503 82.0585 144.109 81.8352 143.75 81.5864L148.457 91.1511C148.457 91.1511 145.121 91.5705 143.143 87.1578C143.143 87.1578 138.033 85.2373 137.763 78.7859C137.763 78.7859 137.42 75.4209 138.018 73.2273L142.603 85.692C142.578 85.6096 142.551 85.5372 142.525 85.4519C142.525 85.4519 141.738 81.7841 141.479 79.1484C140.084 76.8582 139.959 74.4088 139.959 74.4088C139.869 74.3647 139.797 74.2993 139.711 74.2495C135.699 71.864 137.047 63.2192 137.047 63.2192C147.222 63.7395 152.972 71.7004 152.972 71.7004C150.69 85.058 159.681 90.5854 159.681 90.5854C153.403 90.9422 150.545 86.4229 150.545 86.4229ZM93.2578 51.0031C116.44 52.8199 123.044 64.9705 123.044 64.9705C130.96 80.5927 114.171 88.1302 114.171 88.1302C137.783 85.8357 147.306 105.426 147.306 105.426C155.824 130.57 125.433 153.159 125.433 153.159C123.311 155.037 122.712 156.415 122.683 157.365C122.703 157.77 122.807 158.182 123.028 158.596C123.226 158.88 123.434 159.022 123.434 159.022C128.3 165.366 158.437 138.692 158.437 138.692C200.578 101.516 163.879 64.7559 163.879 64.7559C132.592 32.8532 93.2578 51.0031 93.2578 51.0031Z", fill: fill }),
|
|
20
|
+
react_1.default.createElement("path", { d: "M123.029 158.596C122.808 158.182 122.705 157.77 122.685 157.365C122.669 157.918 122.841 158.324 123.029 158.596Z", fill: fill }),
|
|
21
|
+
react_1.default.createElement("path", { d: "M129.53 137.154C131.588 131.71 136.793 130.243 136.793 130.243C138.642 129.936 141.662 128.475 141.662 128.475L129.822 137.148C130.943 137.119 132.011 137.267 132.908 137.468C134.261 133.766 139.066 133.349 139.066 133.349L133.09 137.506C134.422 137.82 135.324 138.218 135.324 138.218C141.404 135.048 145.563 121.448 145.563 121.448C140.885 125.904 135.3 126.68 135.3 126.68C124.157 130.028 123.227 141.178 123.227 141.178C124.728 138.223 127.206 137.279 129.53 137.154Z", fill: fill }),
|
|
22
|
+
react_1.default.createElement("path", { d: "M129.414 137.448L129.824 137.148C129.726 137.149 129.63 137.148 129.532 137.154C129.494 137.253 129.45 137.344 129.414 137.448Z", fill: fill }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M136.794 130.243C136.794 130.243 131.589 131.71 129.531 137.153C129.629 137.148 129.725 137.149 129.823 137.148L141.663 128.474C141.663 128.474 138.643 129.936 136.794 130.243Z", fill: fill }),
|
|
24
|
+
react_1.default.createElement("path", { d: "M132.816 137.695L133.088 137.506C133.03 137.493 132.966 137.481 132.906 137.468C132.878 137.545 132.841 137.616 132.816 137.695Z", fill: fill }),
|
|
25
|
+
react_1.default.createElement("path", { d: "M132.906 137.468C132.966 137.481 133.03 137.494 133.088 137.506L139.065 133.349C139.065 133.349 134.26 133.766 132.906 137.468Z", fill: fill }),
|
|
26
|
+
react_1.default.createElement("path", { d: "M137.026 99.7873C129.849 98.0743 128.941 91.7736 128.941 91.7736C127.87 90.9391 124.427 90.544 124.427 90.544C123.998 109.54 138.296 110.967 138.296 110.967C135.833 109.416 136.467 105.754 136.564 105.266C134.847 104.809 128.869 102.66 127.327 94.624L136.663 104.962C138.251 100.898 137.026 99.7873 137.026 99.7873Z", fill: fill }),
|
|
27
|
+
react_1.default.createElement("path", { d: "M136.562 105.267C136.856 105.345 137.039 105.38 137.039 105.38L136.662 104.962C136.628 105.051 136.611 105.119 136.574 105.21C136.574 105.21 136.57 105.232 136.562 105.267Z", fill: fill }),
|
|
28
|
+
react_1.default.createElement("path", { d: "M136.565 105.266C136.572 105.232 136.576 105.21 136.576 105.21C136.613 105.119 136.63 105.05 136.665 104.962L127.328 94.6242C128.871 102.661 134.849 104.809 136.565 105.266Z", fill: fill }),
|
|
29
|
+
react_1.default.createElement("path", { d: "M121.295 68.7762C117.764 57.9676 97.7891 53.5136 97.7891 53.5136C112.198 61.2729 114.971 68.5288 114.971 68.5288C118.923 77.1979 111.371 88.7073 111.371 88.7073C125.44 78.6422 121.295 68.7762 121.295 68.7762Z", fill: fill }),
|
|
30
|
+
react_1.default.createElement("path", { d: "M94.3919 60.7938C95.5106 62.713 94.8559 65.1739 92.9388 66.2885C91.0145 67.4073 88.548 66.7533 87.4336 64.8341C86.315 62.9135 86.9654 60.4555 88.8911 59.341C90.811 58.2236 93.2733 58.8718 94.3919 60.7938ZM66.5247 73.6397C65.0118 76.9179 68.6468 76.5426 68.6468 76.5426C77.7456 75.5489 87.112 82.0215 87.112 82.0215C84.2555 84.4824 77.5335 86.4272 77.5335 86.4272C74.7511 87.8971 77.3172 89.3087 77.3172 89.3087C86.9939 95.3094 108.708 89.3826 108.708 89.3826C115.201 80.162 112.854 72.5165 112.854 72.5165C108.928 58.3955 89.5088 53.0275 89.5088 53.0275C74.1348 60.356 66.5247 73.6397 66.5247 73.6397Z", fill: fill }),
|
|
31
|
+
react_1.default.createElement("path", { d: "M141.48 79.1483C141.739 81.784 142.527 85.4518 142.527 85.4518C142.552 85.5371 142.579 85.6095 142.605 85.692L143.144 87.1577C145.123 91.5704 148.459 91.151 148.459 91.151L143.752 81.5863C142.757 80.8983 142.021 80.0383 141.48 79.1483Z", fill: fill }),
|
|
32
|
+
react_1.default.createElement("path", { d: "M138.017 73.2272C137.419 75.4208 137.762 78.7858 137.762 78.7858C138.032 85.2372 143.142 87.1577 143.142 87.1577C142.945 86.7213 142.769 86.2293 142.602 85.6919L138.017 73.2272Z", fill: fill }),
|
|
33
|
+
react_1.default.createElement("path", { d: "M143.145 87.1577L142.605 85.6919C142.772 86.2293 142.948 86.7213 143.145 87.1577Z", fill: fill }),
|
|
34
|
+
react_1.default.createElement("path", { d: "M152.974 71.7007C152.974 71.7007 147.225 63.7397 137.05 63.2194C137.05 63.2194 135.702 71.8643 139.714 74.2498C139.799 74.2995 139.872 74.3649 139.962 74.409C139.962 74.409 140.087 76.8584 141.482 79.1487C141.388 78.2075 141.361 77.3958 141.463 76.9324L143.753 81.5867C144.112 81.8354 144.506 82.0587 144.936 82.2535C145.021 82.2933 145.097 82.3388 145.185 82.3758C145.185 82.3758 147.341 86.3136 150.358 86.4117C150.423 86.4146 150.484 86.4245 150.548 86.4231C150.548 86.4231 153.406 90.9425 159.684 90.5856C159.684 90.5856 150.693 85.0583 152.974 71.7007Z", fill: fill }),
|
|
35
|
+
react_1.default.createElement("path", { d: "M141.478 79.1487C142.019 80.0386 142.755 80.8986 143.75 81.5867L141.46 76.9324C141.357 77.3958 141.384 78.2076 141.478 79.1487Z", fill: fill }),
|
|
36
|
+
react_1.default.createElement("path", { d: "M36.4844 51.0417C36.5484 50.9877 36.6153 50.9322 36.678 50.8782C36.6694 50.8853 36.6608 50.8924 36.6509 50.901L36.4844 51.0417Z", fill: fill }),
|
|
37
|
+
react_1.default.createElement("path", { d: "M60.7738 44.9584C52.8392 50.7046 44.4421 63.0798 44.4421 63.0798C44.4421 63.0798 61.5652 43.315 90.5041 32.3813C90.5041 32.3813 102.202 30.5247 103.641 23.8132L103.672 23.1138C102.22 24.9718 98.2864 27.0161 96.3308 25.9527C94.2244 24.804 91.9615 25.131 91.9615 25.131C89.0538 20.2605 83.876 23.3555 83.876 23.3555C82.1951 23.9184 80.6651 22.3432 79.1679 21.3666C75.9456 19.5398 73.9261 23.4819 71.7044 25.2717C70.1217 26.773 67.8431 29.0135 66.2633 30.5119C67.5044 29.0164 69.4457 26.7887 70.6882 25.2917C71.989 23.7237 74.8028 21.287 73.5546 19.0778C73.0693 18.2192 72.3562 18.0172 71.5706 17.5594C70.3651 16.86 68.1918 15.6829 68.7526 14.4248C70.4064 10.7144 64.9141 8.93308 64.9141 8.93308C65.1461 7.33944 63.6445 6.35711 62.4391 5.74582C60.9774 4.59715 60.6486 2.24146 60.64 0.499969C58.4383 1.77801 57.6142 4.6369 57.1844 6.97405C56.746 9.31688 56.6948 11.6725 56.7432 14.0452C56.8087 17.8793 56.0074 21.7518 54.7691 25.367C52.4706 32.0842 48.5567 38.7019 44.0037 44.1182C41.8987 46.6274 39.1761 48.7371 36.6797 50.878C46.7591 42.2331 55.4964 39.0061 55.4964 39.0061C61.5638 36.3249 62.9286 39.3075 62.9286 39.3075C62.95 39.343 62.9599 39.3786 62.9784 39.4141C63.1578 39.6771 63.32 40.0651 63.3143 40.5854C63.4695 42.9126 60.7738 44.9584 60.7738 44.9584Z", fill: fill }),
|
|
38
|
+
react_1.default.createElement("path", { d: "M5.43865 106.961C4.59466 112.071 1.8364 115.613 1.8364 115.613C0.770385 117.82 0.660794 119.435 0.8387 120.531L8.70357 118.688C6.00225 111.917 5.43865 106.961 5.43865 106.961Z", fill: fill }),
|
|
39
|
+
react_1.default.createElement("path", { d: "M14.5187 153.13L32.5228 146.85C24.934 154.219 14.5187 153.13 14.5187 153.13ZM8.70756 118.695C6.05036 120.22 0.891081 120.528 0.839844 120.53C1.03625 121.746 1.58562 122.322 1.58562 122.322C3.22521 124.445 2.48513 128.349 2.48513 128.349C2.01972 129.885 2.11649 131.106 2.4296 132.048L13.474 128.145C10.2447 130.718 2.4723 132.043 2.4296 132.05C2.99605 133.756 4.27697 134.538 4.27697 134.538C7.78386 136.989 7.39818 141.165 7.39818 141.165C6.98544 143.391 7.38676 144.891 8.04003 145.899L22.1558 138.921C22.0092 139.142 21.8313 139.361 21.6307 139.576C18.269 143.192 8.05 145.896 8.04146 145.899C9.1032 147.536 10.8339 147.87 10.8339 147.87C16.9923 151.654 14.0917 160.029 14.0917 160.029C31.6987 164.257 44.1208 152.22 44.1208 152.22C22.6739 144.768 12.9944 129.44 8.70756 118.695Z", fill: fill }),
|
|
40
|
+
react_1.default.createElement("path", { d: "M32.5236 146.85L14.5195 153.129C14.5195 153.129 24.9349 154.218 32.5236 146.85Z", fill: fill }),
|
|
41
|
+
react_1.default.createElement("path", { d: "M2.42578 132.05H2.43006V132.048L2.42578 132.05Z", fill: fill }),
|
|
42
|
+
react_1.default.createElement("path", { d: "M2.42969 132.048V132.05C2.47238 132.043 10.2448 130.718 13.4741 128.144L2.42969 132.048Z", fill: fill }),
|
|
43
|
+
react_1.default.createElement("path", { d: "M22.1549 138.921L8.03906 145.899C8.04049 145.899 8.03906 145.899 8.04049 145.899C8.04903 145.897 18.268 143.193 21.6297 139.576C21.8304 139.361 22.0083 139.142 22.1549 138.921Z", fill: fill }),
|
|
44
|
+
react_1.default.createElement("path", { d: "M8.73016 118.681L8.70312 118.688C8.70312 118.691 8.70455 118.692 8.70597 118.695C8.71309 118.689 8.72304 118.686 8.73016 118.681Z", fill: fill }),
|
|
45
|
+
react_1.default.createElement("path", { d: "M8.70471 118.688L0.839844 120.531C0.891081 120.528 6.05036 120.221 8.70756 118.695C8.70614 118.692 8.70471 118.691 8.70471 118.688Z", fill: fill }),
|
|
46
|
+
react_1.default.createElement("path", { d: "M48.9514 134.782C38.7766 134.261 33.0238 126.298 33.0238 126.298C35.3124 112.939 26.3175 107.412 26.3175 107.412C32.6011 107.058 35.4533 111.574 35.4533 111.574C35.5159 111.573 35.5771 111.583 35.6397 111.586C38.657 111.682 40.8146 115.627 40.8146 115.627C40.9043 115.664 40.9826 115.711 41.0694 115.751C41.4978 115.946 41.8921 116.169 42.2507 116.416L37.5412 106.846C37.5412 106.846 40.8787 106.429 42.857 110.839C42.857 110.839 47.9708 112.764 48.2412 119.211C48.2412 119.211 48.5742 122.581 47.9764 124.771L43.3722 112.241C43.4035 112.345 43.4391 112.439 43.469 112.545C43.469 112.545 44.2603 116.214 44.5208 118.85C45.917 121.139 46.0422 123.588 46.0422 123.588C46.1319 123.632 46.2031 123.696 46.2884 123.748C50.2992 126.13 48.9514 134.782 48.9514 134.782ZM62.9575 133.027C55.0372 117.409 71.8301 109.864 71.8301 109.864C48.2141 112.16 38.6954 92.5758 38.6954 92.5758C30.1773 67.4315 60.5636 44.8376 60.5636 44.8376C62.7241 42.9284 63.3048 41.5366 63.3134 40.5855C63.2877 40.2002 63.1852 39.808 62.9775 39.4142C62.7768 39.1199 62.5633 38.9763 62.5633 38.9763C57.6972 32.6316 27.5642 59.3098 27.5642 59.3098C-14.5838 96.4853 22.1217 133.238 22.1217 133.238C53.4061 165.145 92.7419 146.994 92.7419 146.994C69.5586 145.179 62.9575 133.027 62.9575 133.027Z", fill: fill }),
|
|
47
|
+
react_1.default.createElement("path", { d: "M62.9766 39.4141C63.1844 39.8079 63.2868 40.2002 63.3125 40.5854C63.3182 40.0651 63.1559 39.6771 62.9766 39.4141Z", fill: fill }),
|
|
48
|
+
react_1.default.createElement("path", { d: "M56.4675 60.8462C54.4095 66.2882 49.209 67.7525 49.209 67.7525C47.3545 68.0652 44.3372 69.5195 44.3372 69.5195L56.1729 60.8519C55.0528 60.8804 53.9882 60.7311 53.093 60.5321C51.7338 64.2325 46.9303 64.6477 46.9303 64.6477L52.908 60.4922C51.5758 60.178 50.6735 59.78 50.6735 59.78C44.592 62.9517 40.4375 76.5522 40.4375 76.5522C45.1129 72.0926 50.7005 71.3165 50.7005 71.3165C61.8431 67.9658 62.7739 56.8217 62.7739 56.8217C61.271 59.7772 58.7917 60.7211 56.4675 60.8462Z", fill: fill }),
|
|
49
|
+
react_1.default.createElement("path", { d: "M56.5846 60.5494L56.1719 60.8522C56.2701 60.8493 56.3668 60.8522 56.4665 60.8465C56.5035 60.7455 56.549 60.6532 56.5846 60.5494Z", fill: fill }),
|
|
50
|
+
react_1.default.createElement("path", { d: "M49.2077 67.7529C49.2077 67.7529 54.4083 66.2886 56.4663 60.8466C56.3667 60.8523 56.2699 60.8495 56.1717 60.8523L44.3359 69.5199C44.3359 69.5199 47.3532 68.0656 49.2077 67.7529Z", fill: fill }),
|
|
51
|
+
react_1.default.createElement("path", { d: "M53.1877 60.2994L52.9102 60.4926C52.9685 60.5068 53.034 60.5183 53.0952 60.5325C53.1251 60.4529 53.1607 60.3818 53.1877 60.2994Z", fill: fill }),
|
|
52
|
+
react_1.default.createElement("path", { d: "M53.0924 60.5323C53.0312 60.5181 52.9657 60.5067 52.9073 60.4925L46.9297 64.6479C46.9297 64.6479 51.7332 64.2328 53.0924 60.5323Z", fill: fill }),
|
|
53
|
+
react_1.default.createElement("path", { d: "M48.9712 98.2079C56.1544 99.921 57.0596 106.225 57.0596 106.225C58.1241 107.058 61.5712 107.453 61.5712 107.453C62.0068 88.457 47.7031 87.0326 47.7031 87.0326C50.171 88.5822 49.532 92.2513 49.4366 92.7333C51.1573 93.1925 57.1321 95.3419 58.6749 103.373L49.3356 93.039C47.7472 97.102 48.9712 98.2079 48.9712 98.2079Z", fill: fill }),
|
|
54
|
+
react_1.default.createElement("path", { d: "M49.4367 92.7334C49.1421 92.6552 48.957 92.6197 48.957 92.6197L49.3356 93.0391C49.3712 92.9495 49.3883 92.8799 49.4253 92.7889C49.4253 92.7889 49.4296 92.7675 49.4367 92.7334Z", fill: fill }),
|
|
55
|
+
react_1.default.createElement("path", { d: "M49.437 92.7334C49.4299 92.7675 49.4256 92.7889 49.4256 92.7889C49.3886 92.8799 49.3715 92.9495 49.3359 93.0391L58.6753 103.373C57.1325 95.3421 51.1577 93.1926 49.437 92.7334Z", fill: fill }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M64.7025 129.222C68.2351 140.034 88.2089 144.485 88.2089 144.485C73.8014 136.726 71.0317 129.47 71.0317 129.47C67.0723 120.798 74.6254 109.291 74.6254 109.291C60.558 119.352 64.7025 129.222 64.7025 129.222Z", fill: fill }),
|
|
57
|
+
react_1.default.createElement("path", { d: "M91.6097 137.205C90.4867 135.288 91.14 132.827 93.0642 131.71C94.987 130.594 97.4507 131.245 98.5637 133.161C99.6823 135.083 99.0333 137.544 97.1105 138.66C95.1891 139.776 92.7241 139.124 91.6097 137.205ZM119.477 124.359C120.99 121.082 117.351 121.454 117.351 121.454C108.259 122.448 98.8853 115.977 98.8853 115.977C101.745 113.516 108.468 111.574 108.468 111.574C111.248 110.101 108.68 108.69 108.68 108.69C99.0077 102.686 77.2861 108.614 77.2861 108.614C70.8046 117.835 73.1402 125.482 73.1402 125.482C77.0698 139.597 96.4928 144.971 96.4928 144.971C111.865 137.641 119.477 124.359 119.477 124.359Z", fill: fill }),
|
|
58
|
+
react_1.default.createElement("path", { d: "M44.5226 118.85C44.2621 116.214 43.4708 112.545 43.4708 112.545C43.4409 112.439 43.4053 112.345 43.374 112.241L42.8588 110.839C40.8805 106.429 37.543 106.846 37.543 106.846L42.2525 116.416C43.2459 117.104 43.9817 117.962 44.5226 118.85Z", fill: fill }),
|
|
59
|
+
react_1.default.createElement("path", { d: "M47.9749 124.771C48.5727 122.58 48.2396 119.211 48.2396 119.211C47.9692 112.764 42.8555 110.839 42.8555 110.839C43.0405 111.257 43.2113 111.73 43.3707 112.241L47.9749 124.771Z", fill: fill }),
|
|
60
|
+
react_1.default.createElement("path", { d: "M42.8555 110.839L43.3707 112.241C43.2113 111.73 43.0405 111.257 42.8555 110.839Z", fill: fill }),
|
|
61
|
+
react_1.default.createElement("path", { d: "M46.2874 123.748C46.202 123.697 46.1308 123.633 46.0412 123.589C46.0412 123.589 45.9159 121.139 44.5197 118.85C44.6122 119.79 44.6393 120.602 44.5354 121.065L42.2497 116.416C41.891 116.169 41.4968 115.946 41.0684 115.751C40.9815 115.711 40.9033 115.664 40.8136 115.627C40.8136 115.627 38.656 111.683 35.6387 111.586C35.5761 111.583 35.5149 111.573 35.4522 111.574C35.4522 111.574 32.6 107.058 26.3164 107.412C26.3164 107.412 35.3113 112.939 33.0227 126.298C33.0227 126.298 38.7755 134.261 48.9503 134.782C48.9503 134.782 50.2981 126.13 46.2874 123.748Z", fill: fill }),
|
|
62
|
+
react_1.default.createElement("path", { d: "M44.5201 118.85C43.9792 117.961 43.2434 117.104 42.25 116.416L44.5357 121.065C44.6396 120.601 44.6126 119.79 44.5201 118.85Z", fill: fill })));
|
|
63
|
+
};
|
|
64
|
+
exports.PiscesIcon = PiscesIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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.QuoteIcon = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var QuoteIcon = function (_a) {
|
|
39
|
+
var fill = _a.fill, className = _a.className;
|
|
40
|
+
return (React.createElement("svg", { width: 36, height: 32, viewBox: "0 0 36 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41
|
+
React.createElement("path", { d: "M1 16.5928H10.855C13.4547 16.5928 15.2389 18.5871 15.2389 21.0284V26.5643C15.2389 29.0056 13.4547 30.9998 10.855 30.9998H5.38384C2.97104 30.9998 1 29.0056 1 26.5643V16.5928", stroke: fill, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
42
|
+
React.createElement("path", { d: "M1 16.5932C1 6.19193 2.92009 4.47281 8.6972 1", stroke: fill, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
43
|
+
React.createElement("path", { d: "M20.7607 16.5928H30.6158C33.2155 16.5928 34.9996 18.5871 34.9996 21.0284V26.5643C34.9996 29.0056 33.2155 30.9998 30.6158 30.9998H25.1446C22.7318 30.9998 20.7607 29.0056 20.7607 26.5643V16.5928", stroke: fill, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
44
|
+
React.createElement("path", { d: "M20.7607 16.5932C20.7607 6.19193 22.6807 4.47281 28.4578 1", stroke: fill, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
45
|
+
};
|
|
46
|
+
exports.QuoteIcon = QuoteIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
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.RatingStar = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var RatingStar = function (_a) {
|
|
39
|
+
var _b = _a.className, className = _b === void 0 ? '' : _b, fillPercentage = _a.fillPercentage, _c = _a.fillColor, fillColor = _c === void 0 ? '#FFC633' : _c, _d = _a.emptyColor, emptyColor = _d === void 0 ? '#D1D5DB' : _d;
|
|
40
|
+
return (React.createElement("svg", { viewBox: "0 0 18 17", className: className, fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
41
|
+
React.createElement("mask", { id: "star-mask-".concat(fillPercentage) },
|
|
42
|
+
React.createElement("rect", { x: "0", y: "0", width: "".concat(fillPercentage, "%"), height: "100%", fill: "white" })),
|
|
43
|
+
React.createElement("path", { d: "M9.14631 0L11.7655 5.63991L17.9388 6.38809L13.3843 10.6219L14.5803 16.7243L9.14631 13.701L3.71227 16.7243L4.90834 10.6219L0.353847 6.38809L6.5271 5.63991L9.14631 0Z", fill: emptyColor }),
|
|
44
|
+
React.createElement("path", { d: "M9.14631 0L11.7655 5.63991L17.9388 6.38809L13.3843 10.6219L14.5803 16.7243L9.14631 13.701L3.71227 16.7243L4.90834 10.6219L0.353847 6.38809L6.5271 5.63991L9.14631 0Z", fill: fillColor, mask: "url(#star-mask-".concat(fillPercentage, ")") })));
|
|
45
|
+
};
|
|
46
|
+
exports.RatingStar = RatingStar;
|
|
@@ -0,0 +1,15 @@
|
|
|
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.ResultIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var ResultIcon = function (_a) {
|
|
9
|
+
var className = _a.className;
|
|
10
|
+
return (react_1.default.createElement("svg", { viewBox: "0 0 42 42", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
11
|
+
react_1.default.createElement("path", { d: "M40.9887 22.9938V14.996C40.9887 4.99887 36.9898 1 26.9926 1H14.996C4.99887 1 1 4.99887 1 14.996V26.9926C1 36.9898 4.99887 40.9887 14.996 40.9887H22.9938", stroke: "#B689E5", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M11.6562 25.9723L16.4149 19.7941C17.0947 18.9143 18.3544 18.7544 19.2341 19.4342L22.8931 22.3134C23.7729 22.9932 25.0325 22.8332 25.7123 21.9735L30.331 16.0151", stroke: "#B689E5", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M35.952 28.6321L36.5119 29.7718C36.7918 30.3316 37.4916 30.8515 38.1114 30.9714L38.8712 31.0914C41.1505 31.4713 41.6904 33.1508 40.0509 34.8103L39.351 35.5101C38.8912 35.99 38.6313 36.9097 38.7712 37.5496L38.8712 37.9694C39.491 40.7287 38.0314 41.7883 35.6321 40.3487L35.1122 40.0488C34.4924 39.6889 33.4927 39.6889 32.8729 40.0488L32.353 40.3487C29.9337 41.8083 28.4741 40.7287 29.1139 37.9694L29.2139 37.5496C29.3539 36.9097 29.094 35.99 28.6341 35.5101L27.9343 34.8103C26.2948 33.1508 26.8346 31.4713 29.1139 31.0914L29.8737 30.9714C30.4736 30.8715 31.1933 30.3316 31.4733 29.7718L32.0331 28.6321C33.1128 26.4527 34.8723 26.4527 35.952 28.6321Z", stroke: "#B689E5", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
14
|
+
};
|
|
15
|
+
exports.ResultIcon = ResultIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
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.RocketIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var RocketIcon = function (_a) {
|
|
9
|
+
var className = _a.className;
|
|
10
|
+
return (react_1.default.createElement("svg", { viewBox: "0 0 60 60", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
11
|
+
react_1.default.createElement("g", { clipPath: "url(#clip0_942_17768)" },
|
|
12
|
+
react_1.default.createElement("path", { d: "M59.9297 4.47937C59.7998 2.09601 57.9042 0.200738 55.5209 0.0706594C50.7118 -0.192075 41.3011 0.0635112 32.3025 4.71785C27.7152 7.09066 22.8637 11.1136 18.9919 15.7552C18.9442 15.8123 18.8978 15.8699 18.8505 15.9272L10.0637 16.6059C8.61741 16.7177 7.32917 17.4758 6.52925 18.6857L0.534639 27.7527C-0.0720411 28.6703 -0.168486 29.8186 0.276475 30.8244C0.721553 31.8303 1.63608 32.5314 2.723 32.6998L10.1258 33.8463C10.0997 33.9902 10.0735 34.134 10.0494 34.2779C9.803 35.7521 10.2914 37.2678 11.3562 38.3325L21.6678 48.6442C22.5505 49.527 23.7434 50.0136 24.9657 50.0136C25.2174 50.0136 25.4705 49.9929 25.7225 49.9508C25.8664 49.9268 26.0101 49.9005 26.1541 49.8744L27.3006 57.2774C27.469 58.3643 28.17 59.2789 29.1757 59.7239C29.5942 59.9091 30.0371 60.0005 30.4779 60.0005C31.097 60.0004 31.7118 59.8201 32.2476 59.4659L41.3146 53.4711C42.5246 52.6711 43.2825 51.3829 43.3941 49.9366L44.0728 41.15C44.1301 41.1027 44.1878 41.0563 44.245 41.0086C48.8867 37.1368 52.9097 32.2853 55.2824 27.6978C59.937 18.6989 60.1921 9.28816 59.9297 4.47937ZM39.3757 50.5384L30.7026 56.2727L29.5851 49.0581C33.2507 47.9803 36.8768 46.2541 40.3314 43.9417L39.8892 49.6657C39.8617 50.0228 39.6744 50.3409 39.3757 50.5384ZM24.1537 46.1583L13.842 35.8466C13.5789 35.5834 13.4573 35.2137 13.5169 34.8575C13.8235 33.0244 14.2998 31.2793 14.8895 29.6354L30.3616 45.1075C28.3872 45.8147 26.6187 46.2366 25.1427 46.4834C24.786 46.5427 24.4167 46.4214 24.1537 46.1583ZM10.3346 20.1111L16.0585 19.669C13.7459 23.1236 12.0197 26.7497 10.9419 30.4153L3.72741 29.2979L9.46187 20.6246C9.65944 20.3258 9.97761 20.1387 10.3346 20.1111ZM41.9933 38.3087C39.1535 40.6774 36.3969 42.3907 33.8561 43.6304L16.3692 26.1436C17.9932 22.8267 19.9752 20.0647 21.6916 18.0071C25.2746 13.7116 29.7309 10.0061 33.9178 7.84043C42.1765 3.56859 50.8778 3.33855 55.3295 3.58089C55.9187 3.613 56.3874 4.08164 56.4195 4.67097C56.6622 9.12269 56.4317 17.8239 52.1598 26.0827C49.9943 30.2695 46.2887 34.7257 41.9933 38.3087Z", fill: "#B689E5" }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M41.1013 27.6848C43.3516 27.6845 45.6027 26.8279 47.3159 25.1147C48.976 23.4548 49.89 21.2476 49.89 18.9001C49.89 16.5526 48.9759 14.3455 47.3159 12.6856C43.8891 9.25866 38.3133 9.2589 34.8868 12.6856C33.2267 14.3455 32.3125 16.5526 32.3125 18.9001C32.3125 21.2476 33.2268 23.4548 34.8868 25.1147C36.6003 26.8282 38.8503 27.685 41.1013 27.6848ZM37.3724 15.1714C38.4004 14.1433 39.7507 13.6293 41.1011 13.6293C42.4516 13.6293 43.8019 14.1433 44.8299 15.1714C45.8259 16.1673 46.3743 17.4916 46.3743 18.9C46.3743 20.3085 45.8259 21.6328 44.8299 22.6288C42.7739 24.6849 39.4284 24.6848 37.3723 22.6288C36.3763 21.6328 35.8278 20.3086 35.8278 18.9001C35.8278 17.4917 36.3764 16.1673 37.3724 15.1714Z", fill: "#B689E5" }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M1.79291 49.4459C2.24279 49.4459 2.69268 49.2743 3.0358 48.931L8.77482 43.1919C9.46131 42.5054 9.46131 41.3925 8.77482 40.706C8.08846 40.0195 6.97541 40.0195 6.28893 40.706L0.55002 46.4451C-0.136465 47.1315 -0.136465 48.2445 0.55002 48.931C0.893144 49.2742 1.34303 49.4459 1.79291 49.4459Z", fill: "#B689E5" }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M14.0344 45.9655C13.3481 45.2791 12.235 45.2791 11.5485 45.9655L0.514863 56.9993C-0.171621 57.6858 -0.171621 58.7988 0.514863 59.4852C0.858106 59.8285 1.30787 60 1.75775 60C2.20764 60 2.65752 59.8285 3.00065 59.4851L14.0343 48.4514C14.7209 47.765 14.7209 46.652 14.0344 45.9655Z", fill: "#B689E5" }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M16.8086 51.2248L11.0696 56.9639C10.3831 57.6503 10.3831 58.7633 11.0696 59.4498C11.4128 59.793 11.8627 59.9647 12.3124 59.9647C12.7622 59.9647 13.2122 59.7931 13.5553 59.4498L19.2944 53.7107C19.9808 53.0242 19.9808 51.9113 19.2944 51.2248C18.608 50.5383 17.4949 50.5383 16.8086 51.2248Z", fill: "#B689E5" })),
|
|
17
|
+
react_1.default.createElement("defs", null,
|
|
18
|
+
react_1.default.createElement("clipPath", { id: "clip0_942_17768" },
|
|
19
|
+
react_1.default.createElement("rect", { width: 60, height: 60, fill: "white" })))));
|
|
20
|
+
};
|
|
21
|
+
exports.RocketIcon = RocketIcon;
|
|
@@ -0,0 +1,100 @@
|
|
|
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.SagittariusIcon = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var SagittariusIcon = function (_a) {
|
|
39
|
+
var _b = _a.className, className = _b === void 0 ? 'size-36' : _b, _c = _a.fill, fill = _c === void 0 ? 'white' : _c;
|
|
40
|
+
return (React.createElement("svg", { viewBox: "0 0 214 197", fill: "none", className: className, xmlns: "http://www.w3.org/2000/svg" },
|
|
41
|
+
React.createElement("path", { d: "M123.577 27.9477C123.577 27.9477 128.4 27.7646 129.492 26.7606C129.492 26.7606 129.492 28.589 130.403 29.1347C130.403 29.1347 125.759 31.052 123.577 27.9477ZM131.856 20.9112C131.856 20.9112 121.394 21.4619 119.211 26.487C119.211 26.487 119.393 38.6392 125.537 41.3809C125.537 41.3809 128.947 43.0262 133.771 42.4772C133.771 42.4772 133.409 39.4601 135.316 38.9145V37.4504C135.316 37.4504 134.315 35.0781 134.681 34.5274C134.681 34.5274 134.631 33.8995 135.506 33.7333C135.506 33.7333 139.226 33.4311 136.406 30.5081L132.497 27.0343L133.131 24.8399C133.131 24.8399 133.409 22.9243 131.856 20.9112Z", fill: fill }),
|
|
42
|
+
React.createElement("path", { d: "M130.4 43.5736C122.577 44.0303 119.208 36.4448 119.208 36.4448C119.39 37.7242 118.299 40.4675 118.299 40.4675C116.169 46.6847 124.576 47.9624 124.576 47.9624C126.029 48.602 131.401 47.87 131.401 47.87C134.77 48.2343 136.403 50.4253 136.403 50.4253C138.952 51.159 138.952 47.7777 138.952 47.7777C138.043 42.6586 130.4 43.5736 130.4 43.5736Z", fill: fill }),
|
|
43
|
+
React.createElement("path", { d: "M116.756 43.0264C115.026 43.4864 113.113 46.3171 113.113 46.3171L113.932 48.3268C116.024 48.8741 121.027 48.3268 121.027 48.3268C117.842 47.2271 116.756 43.0264 116.756 43.0264Z", fill: fill }),
|
|
44
|
+
React.createElement("path", { d: "M103.65 45.7999C105.745 53.9629 112.385 48.5702 112.385 48.5702C111.017 46.3456 115.208 42.5881 115.208 42.5881C118.71 39.2924 118.668 33.992 118.668 33.992C116.883 24.0594 118.222 25.2363 118.222 25.2363C121.576 19.815 131.308 19.2677 131.308 19.2677C135.424 16.9272 129.855 12.8709 129.855 12.8709C123.938 9.30816 114.976 11.8669 114.976 11.8669C101.007 15.6126 104.561 33.8879 104.561 33.8879C104.561 40.4676 98.737 40.0093 98.737 40.0093C97.8277 48.0514 103.65 45.7999 103.65 45.7999Z", fill: fill }),
|
|
45
|
+
React.createElement("path", { d: "M138.955 67.4247C140.409 67.8813 143.324 66.236 143.324 66.236C143.679 66.0227 143.971 65.8146 144.217 65.6114L138.477 65.9472C138.762 66.8202 138.955 67.4247 138.955 67.4247Z", fill: fill }),
|
|
46
|
+
React.createElement("path", { d: "M122.668 49.6984C125.672 53.9898 124.4 58.3383 124.4 58.3383C128.129 61.3184 131.132 59.7486 131.132 59.7486C133.761 57.3544 135.792 59.3557 136.162 59.7654L140.027 54.5489C132.79 47.6283 122.668 49.6984 122.668 49.6984Z", fill: fill }),
|
|
47
|
+
React.createElement("path", { d: "M145.32 63.2207C144.141 59.7234 142.485 57.1043 140.602 55.1316L136.57 60.5747C137.023 61.6576 137.647 63.4574 138.143 64.9449L145.156 64.5555C145.604 63.7546 145.32 63.2207 145.32 63.2207Z", fill: fill }),
|
|
48
|
+
React.createElement("path", { d: "M81.7277 82.7769C81.7277 82.7769 84.456 83.2319 86.3654 84.513C86.3654 84.513 96.009 87.4343 113.568 77.1105C113.568 77.1105 121.577 73.6351 122.667 73.4554C122.667 73.4554 126.99 73.5948 129.764 74.1875C129.764 74.1875 132.824 76.2861 137.463 69.9817C137.463 69.9817 138.132 64.317 134.041 60.1129C134.041 60.1129 132.221 59.5673 131.31 61.4863C131.31 61.4863 128.583 62.6716 126.579 60.9373C126.579 60.9373 124.399 57.9219 120.12 65.5057C120.12 65.5057 112.477 68.1534 106.746 68.1534C106.746 68.1534 92.3723 67.7907 89.3684 71.6288C89.3684 71.6288 93.4615 65.9976 107.569 66.9848C107.569 66.9848 117.462 66.8405 115.733 62.581C115.733 62.581 115.755 60.6603 109.745 56.7299C109.745 56.7299 118.209 58.1956 117.48 64.5017C117.48 64.5017 125.579 61.4863 122.667 53.2612C122.667 53.2612 121.034 46.4296 110.476 50.5312C110.476 50.5312 104.107 52.8952 101.196 57.7372C101.196 57.7372 89.4612 59.7486 87.0928 66.7867C87.0928 66.7867 81.2693 69.6157 80.2683 74.0028C80.2683 74.0028 79.6322 75.7405 78.6344 77.3842C78.6344 77.3842 76.9935 80.3995 81.7277 82.7769Z", fill: fill }),
|
|
49
|
+
React.createElement("path", { d: "M148.783 76.3818C148.783 76.3818 150.418 76.4675 147.05 67.057C147.05 67.057 146.505 65.3226 143.494 67.5002C143.494 67.5002 140.072 68.7779 139.867 68.7947C139.867 68.7947 139.044 69.253 138.954 69.891C138.954 69.891 138.16 71.5935 136.324 73.264L140.62 79.4156C143.775 78.5544 146.796 77.5286 148.783 76.3818Z", fill: fill }),
|
|
50
|
+
React.createElement("path", { d: "M131.946 75.8311C131.946 75.8311 123.395 74.5534 122.666 75.1024C122.666 75.1024 121.213 75.3744 122.124 77.2027L123.303 80.1275C123.303 80.1275 124.762 83.2318 127.308 82.2211C127.308 82.2211 133.514 81.2691 139.59 79.6909L135.536 73.9187C134.57 74.6642 133.385 75.3593 131.946 75.8311Z", fill: fill }),
|
|
51
|
+
React.createElement("path", { d: "M150.511 86.5209C150.511 86.5209 151.305 78.2991 149.18 78.2051C149.18 78.2051 145.79 79.4257 141.539 80.7302L147.779 89.6672C149.341 88.9789 150.564 87.9765 150.511 86.5209Z", fill: fill }),
|
|
52
|
+
React.createElement("path", { d: "M126.214 83.7808C126.214 83.7808 125.031 85.7015 129.855 89.8133C129.855 89.8133 132.822 92.8286 141.497 91.0909C141.497 91.0909 144.355 90.8911 146.851 90.0282L140.534 81.0358C135.236 82.6274 128.961 84.2156 126.214 83.7808Z", fill: fill }),
|
|
53
|
+
React.createElement("path", { d: "M142.591 54.8141C144.412 56.7348 146.14 61.0279 146.14 61.0279C147.048 64.0449 149.688 63.3918 149.688 63.3918L151.505 62.6715C154.419 61.8505 153.415 59.4732 153.415 59.4732C152.508 54.0821 148.686 51.6174 148.686 51.6174C146.241 50.8485 144.661 50.7981 143.624 51.0482L141.742 53.5902C141.983 54.1291 142.591 54.8141 142.591 54.8141Z", fill: fill }),
|
|
54
|
+
React.createElement("path", { d: "M152.877 63.4505L150.5 64.2581L155.4 63.986C154.796 63.5126 153.803 62.9569 152.877 63.4505Z", fill: fill }),
|
|
55
|
+
React.createElement("path", { d: "M149.178 67.502C149.178 67.502 150.963 71.3502 150.963 74.4142C150.963 74.4142 151.871 76.9276 153.967 76.0143L157.606 74.4142C157.606 74.4142 158.969 73.746 158.238 70.3579C158.238 70.3579 157.29 66.9329 156.199 64.9131L148.77 65.3463C148.548 65.8097 148.539 66.498 149.178 67.502Z", fill: fill }),
|
|
56
|
+
React.createElement("path", { d: "M157.696 88.4398C157.696 88.4398 160.61 87.6473 160.063 82.4242C160.063 82.4242 159.479 75.3139 157.696 76.2121C157.696 76.2121 155.242 77.7483 153.059 77.8406C153.059 77.8406 151.42 77.933 152.057 80.035C152.057 80.035 152.876 85.7921 152.786 86.9791C152.786 86.9791 153.147 90.6341 157.696 88.4398Z", fill: fill }),
|
|
57
|
+
React.createElement("path", { d: "M161.061 107.358C166.065 101.237 164.152 98.1274 164.152 98.1274C163.154 97.2124 161.514 92.6456 161.514 92.6456C160.424 87.8926 159.425 89.1434 159.425 89.1434C159.062 90.1155 156.016 90.8173 156.016 90.8173C154.162 90.725 153.542 92.6456 153.542 92.6456C153.046 94.0207 153.261 96.4737 153.423 97.7547L160.662 108.119C160.909 107.639 161.061 107.358 161.061 107.358Z", fill: fill }),
|
|
58
|
+
React.createElement("path", { d: "M151.326 93.3996C151.055 90.4967 149.177 91.6317 149.177 91.6317C149.169 91.6334 149.161 91.6351 149.152 91.6384L152.008 95.725C151.529 94.4507 151.326 93.3996 151.326 93.3996Z", fill: fill }),
|
|
59
|
+
React.createElement("path", { d: "M135.499 93.3758C123.403 92.4625 119.668 76.8366 119.668 76.8366C117.207 76.4706 109.021 81.222 109.021 81.222C112.025 86.7977 116.483 89.8131 116.483 89.8131C119.574 91.9152 118.847 95.2042 118.847 95.2042C115.042 106.304 88.6395 94.6552 88.6395 94.6552C63.0778 82.503 50.0648 91.6314 50.0648 91.6314C35.4187 100.207 37.0545 120.516 37.0545 120.516C35.0536 134.221 32.5025 136.414 32.5025 136.414C28.0483 142.08 30.5969 143.998 30.5969 143.998C34.7788 148.388 46.2644 140.772 46.2644 140.772C63.7314 126.516 64.5334 108.728 64.5334 108.728C69.1703 118.503 53.802 136.634 53.802 136.634C70.3575 132.98 78.6341 144.275 78.6341 144.275C88.552 158.529 112.391 154.417 112.391 154.417C107.201 142.631 115.21 136.966 115.21 136.966C110.387 144.642 113.663 153.139 113.663 153.139C118.847 164.561 127.762 165.473 127.762 165.473C132.221 165.931 140.042 170.681 140.042 170.681C143.324 172.875 139.773 175.526 139.773 175.526C141.228 173.058 139.683 172.419 139.683 172.419C133.949 174.339 125.943 181.557 125.943 181.557C119.392 186.401 118.575 185.397 118.575 185.397L114.295 183.199C114.116 181.008 110.932 179 110.932 179L101.375 184.846C104.927 190.513 111.569 187.771 111.569 187.771L115.663 189.873C117.486 193.711 121.034 191.7 121.034 191.7C122.578 189.507 125.126 188.409 125.126 188.409L144.325 176.896C149.69 176.347 150.236 173.241 150.236 173.241C151.784 168.49 146.05 166.479 146.05 166.479C139.14 163.28 138.045 157.068 138.045 157.068C137.866 151.586 135.223 148.934 135.223 148.934C137.954 148.845 138.954 152.59 138.954 152.59C150.872 144.916 152.416 130.935 152.416 130.935C155.788 111.013 135.499 99.2236 135.499 99.2236C151.062 102.79 154.15 118.78 154.15 118.78C156.243 113.295 154.334 102.971 154.334 102.971C157.608 108.819 156.019 119.329 156.019 119.329C156.702 116.216 158.947 111.508 160.199 109.027L148.175 91.9101C141.503 93.6881 135.499 93.3758 135.499 93.3758Z", fill: fill }),
|
|
60
|
+
React.createElement("path", { d: "M28.0424 142.631C26.6816 144.733 24.2256 145.645 24.2256 145.645C21.2238 147.198 22.2223 151.037 22.2223 151.037C23.2201 153.321 22.4031 159.627 22.4031 159.627C18.9481 181.099 17.309 180.093 17.309 180.093C15.1248 182.015 17.0349 184.482 17.0349 184.482C18.0386 185.029 19.4033 184.663 19.4033 184.663L20.8588 189.232C19.4033 193.345 20.309 197 20.309 197H31.137C31.3192 192.794 25.8615 188.32 25.8615 188.32L24.2256 183.657C23.4969 182.2 26.2244 167.85 26.2244 167.85C28.1352 156.247 30.4108 154.053 30.4108 154.053C35.9588 149.118 37.0519 146.377 37.0519 146.377C28.3187 149.301 28.0424 142.631 28.0424 142.631Z", fill: fill }),
|
|
61
|
+
React.createElement("path", { d: "M56.4158 138.516C55.6898 145.554 50.0479 151.769 50.0479 151.769C47.4998 153.868 48.501 157.249 48.501 157.249C49.8644 159.719 48.501 167.488 48.501 167.488C47.4072 178.547 45.3182 180.642 45.3182 180.642C44.0416 181.832 44.5757 183.84 44.5757 183.84C45.0916 186.354 47.2275 185.303 47.2275 185.303L49.504 189.507C47.4072 192.158 48.4095 197 48.4095 197H59.6933C59.8709 191.428 53.5942 188.409 53.5942 188.409L51.4127 184.114C50.8647 183.016 51.4127 180.733 51.4127 180.733C52.2295 171.047 54.8695 160.908 54.8695 160.908C55.3254 157.523 59.146 154.509 59.146 154.509C70.0649 150.215 74.0691 142.631 74.0691 142.631C65.0571 135.779 56.4158 138.516 56.4158 138.516Z", fill: fill }),
|
|
62
|
+
React.createElement("path", { d: "M175.713 159.993C175.713 159.993 165.979 156.704 162.884 152.683C162.884 152.683 156.239 148.462 154.783 148.19C154.783 148.19 145.146 155.606 140.32 155.245C140.32 155.245 140.32 160.816 158.882 162.642C158.882 162.642 175.44 164.288 172.254 170.226C172.254 170.226 172.254 167.852 170.527 167.58C170.527 167.58 166.067 169.496 160.427 178.453L153.787 186.218C153.787 186.218 153.237 185.944 152.515 186.035L149.69 185.669C149.69 185.669 146.42 183.384 144.598 183.752L139.32 194.624C139.32 194.624 143.596 197 148.964 191.517L152.515 190.694C152.515 190.694 155.059 192.796 157.968 188.778C157.968 188.778 159.79 186.218 162.246 184.118L175.076 172.054C175.076 172.054 178.988 168.765 179.805 168.307C179.805 168.307 182.901 165.293 180.449 161.821C180.449 161.821 178.354 159.81 175.713 159.993Z", fill: fill }),
|
|
63
|
+
React.createElement("path", { d: "M156.785 122.895C156.785 122.895 153.512 148.024 140.047 153.505C140.047 153.505 154.432 152.592 165.667 131.268C165.667 131.268 167.85 126.958 168.582 120.963L161.377 110.706C159.642 114.055 157.78 118.357 156.785 122.895Z", fill: fill }),
|
|
64
|
+
React.createElement("path", { d: "M165.338 104.067C165.338 104.067 163.727 106.314 161.848 109.813L168.718 119.653C169.101 114.938 168.503 109.366 165.338 104.067Z", fill: fill }),
|
|
65
|
+
React.createElement("path", { d: "M156.604 63.2559C156.604 63.2559 162.788 55.5462 152.601 47.6887C152.601 47.6887 150.23 46.0199 147.428 45.9158L144.66 49.6531C148.214 49.0705 153.157 50.9593 156.604 63.2559Z", fill: fill }),
|
|
66
|
+
React.createElement("path", { d: "M140.23 51.8038C140.23 51.8038 141.511 50.6068 143.428 49.9604L146.397 45.9544C144.156 46.2063 141.797 47.6451 140.23 51.8038Z", fill: fill }),
|
|
67
|
+
React.createElement("path", { d: "M160.129 58.8235C160.129 58.8235 159.442 62.2116 158.027 63.8385L164.493 63.4792C163.492 61.1824 162.088 59.2583 160.129 58.8235Z", fill: fill }),
|
|
68
|
+
React.createElement("path", { d: "M161.008 84.1317C161.192 90.458 164.514 89.281 164.514 89.281C167.444 88.5423 169.88 88.0823 169.88 88.0823C176.413 86.4033 189.116 76.7746 189.116 76.7746C193.031 74.1235 195.607 75.0251 195.607 75.0251C197.145 75.6799 200.055 75.5339 200.055 75.5339C203.984 74.6256 204.203 72.4883 204.203 72.4883L204.117 65.3225C203.969 62.3055 198.626 62.8226 198.626 62.8226C194.57 63.375 192.842 65.9639 192.842 65.9639C190.96 68.7493 182.934 70.6767 182.934 70.6767C169.525 71.9258 166.839 76.553 166.839 76.553C166.839 76.553 164.106 80.0955 166.364 83.1243C166.364 83.1243 161.703 80.433 166.784 73.0306C166.784 73.0306 166.374 68.3984 164.87 64.4058L157.332 64.8457C158.032 66.1268 160.639 71.6857 161.008 84.1317Z", fill: fill }),
|
|
69
|
+
React.createElement("path", { d: "M178.925 3.40486L178.074 4.55159C178.953 6.37828 180.78 4.72121 180.78 4.72121C183.233 1.61349 179.682 0.151097 179.682 0.151097C175.56 -0.945251 175.59 4.28294 175.59 4.28294C175.615 4.99817 175.655 5.70339 175.705 6.40015L178.285 2.91963L178.925 3.40486Z", fill: fill }),
|
|
70
|
+
React.createElement("path", { d: "M189.378 39.2168C197.701 47.8533 195.373 61.1102 195.373 61.1102C197.88 61.2143 200.791 60.9994 200.791 60.9994C199.248 58.8873 200.067 54.6127 200.067 54.6127C201.978 44.3779 195.423 36.7958 195.423 36.7958C181.61 24.0191 178.43 7.23974 178.011 4.63906L175.812 7.60745C177.67 27.1537 189.378 39.2168 189.378 39.2168Z", fill: fill }),
|
|
71
|
+
React.createElement("path", { d: "M196.459 76.0646C196.459 76.0646 198.886 90.5673 190.559 99.2037C190.559 99.2037 178.607 111.524 176.947 131.436L180.071 135.91L179.411 136.375L176.853 132.735C176.826 133.201 176.796 133.664 176.781 134.136C176.781 134.136 176.749 139.369 180.874 138.269C180.874 138.269 184.422 136.805 181.962 133.703C181.962 133.703 179.962 131.874 179.145 134.136C179.145 134.136 181.599 115.511 196.612 101.625C196.612 101.625 203.165 94.0444 201.25 83.8095C201.25 83.8095 200.436 78.1817 201.98 76.0646C201.98 76.0646 198.719 76.7227 196.459 76.0646Z", fill: fill }),
|
|
72
|
+
React.createElement("path", { d: "M135.911 72.6732L135.195 73.4354L135.536 73.9189C135.816 73.704 136.081 73.4841 136.324 73.2642L135.911 72.6732Z", fill: fill }),
|
|
73
|
+
React.createElement("path", { d: "M140.62 79.4156C140.277 79.5096 139.934 79.6003 139.59 79.6909L140.534 81.0358C140.874 80.9334 141.208 80.8326 141.537 80.7302L140.62 79.4156Z", fill: fill }),
|
|
74
|
+
React.createElement("path", { d: "M153.424 97.7549L152.008 95.725C152.361 96.6669 152.862 97.7314 153.542 98.5859C153.542 98.5859 153.487 98.2586 153.424 97.7549Z", fill: fill }),
|
|
75
|
+
React.createElement("path", { d: "M147.778 89.6671C147.478 89.798 147.169 89.9189 146.852 90.0281L148.174 91.9102C148.5 91.8229 148.826 91.7355 149.153 91.6381L147.778 89.6671Z", fill: fill }),
|
|
76
|
+
React.createElement("path", { d: "M160.664 108.119C160.534 108.367 160.375 108.68 160.199 109.027L161.379 110.706C161.535 110.404 161.694 110.1 161.847 109.813L160.664 108.119Z", fill: fill }),
|
|
77
|
+
React.createElement("path", { d: "M168.716 119.653C168.679 120.098 168.634 120.535 168.582 120.963L176.85 132.735C176.877 132.299 176.909 131.866 176.944 131.436L168.716 119.653Z", fill: fill }),
|
|
78
|
+
React.createElement("path", { d: "M136.323 73.2641C136.08 73.484 135.814 73.7039 135.535 73.9188L139.589 79.691C139.933 79.6004 140.276 79.5097 140.619 79.4157L136.323 73.2641Z", fill: fill }),
|
|
79
|
+
React.createElement("path", { d: "M141.538 80.7302C141.209 80.8326 140.875 80.9334 140.535 81.0358L146.852 90.0282C147.17 89.9191 147.479 89.7982 147.779 89.6672L141.538 80.7302Z", fill: fill }),
|
|
80
|
+
React.createElement("path", { d: "M153.427 97.7548C153.49 98.2585 153.545 98.5859 153.545 98.5859C152.865 97.7313 152.363 96.6669 152.011 95.725L149.155 91.6384C148.828 91.7358 148.502 91.8231 148.176 91.9104L160.2 109.027C160.376 108.68 160.535 108.367 160.665 108.119L153.427 97.7548Z", fill: fill }),
|
|
81
|
+
React.createElement("path", { d: "M161.847 109.813C161.693 110.1 161.534 110.404 161.379 110.706L168.584 120.963C168.636 120.535 168.681 120.098 168.718 119.653L161.847 109.813Z", fill: fill }),
|
|
82
|
+
React.createElement("path", { d: "M180.07 135.91L176.945 131.436C176.91 131.866 176.878 132.299 176.852 132.735L179.409 136.375L180.07 135.91Z", fill: fill }),
|
|
83
|
+
React.createElement("path", { d: "M137.188 64.9986L137.457 66.0077L138.475 65.9472C138.374 65.6417 138.262 65.3008 138.142 64.9449L137.188 64.9986Z", fill: fill }),
|
|
84
|
+
React.createElement("path", { d: "M158.028 63.8385L155.398 63.9862C155.744 64.2565 155.965 64.5016 155.965 64.5016C156.044 64.6292 156.122 64.7686 156.201 64.913L157.333 64.8458C157.224 64.646 157.157 64.5419 157.157 64.5419C157.475 64.3942 157.762 64.144 158.028 63.8385Z", fill: fill }),
|
|
85
|
+
React.createElement("path", { d: "M210.104 59.9686L210.054 60.9457L164.492 63.4792C164.624 63.7831 164.75 64.092 164.868 64.406L210.099 61.7667L210.256 62.6515L213.999 61.0867L210.104 59.9686Z", fill: fill }),
|
|
86
|
+
React.createElement("path", { d: "M149.782 64.5016L150.497 64.2581L145.154 64.5553C144.977 64.8709 144.683 65.2285 144.215 65.6113L148.77 65.3461C149.074 64.7098 149.782 64.5016 149.782 64.5016Z", fill: fill }),
|
|
87
|
+
React.createElement("path", { d: "M145.153 64.5553L138.141 64.9448C138.261 65.3008 138.373 65.6416 138.473 65.9471L144.214 65.6114C144.682 65.2286 144.976 64.871 145.153 64.5553Z", fill: fill }),
|
|
88
|
+
React.createElement("path", { d: "M155.396 63.9861L150.496 64.2581L149.781 64.5016C149.781 64.5016 149.074 64.7098 148.77 65.3461L156.198 64.9129C156.12 64.7685 156.041 64.6292 155.963 64.5016C155.963 64.5016 155.742 64.2564 155.396 63.9861Z", fill: fill }),
|
|
89
|
+
React.createElement("path", { d: "M158.027 63.8386C157.761 64.1441 157.474 64.3943 157.156 64.542C157.156 64.542 157.223 64.6462 157.332 64.8459L164.869 64.406C164.751 64.0921 164.625 63.7832 164.493 63.4793L158.027 63.8386Z", fill: fill }),
|
|
90
|
+
React.createElement("path", { d: "M178.012 4.63892L178.076 4.55161C178.036 4.46766 177.994 4.3837 177.957 4.28296C177.957 4.28296 177.975 4.41394 178.012 4.63892Z", fill: fill }),
|
|
91
|
+
React.createElement("path", { d: "M147.428 45.9159L175.813 7.6075C175.774 7.20624 175.736 6.80666 175.706 6.40036L146.395 45.9545C146.742 45.9142 147.088 45.9041 147.428 45.9159Z", fill: fill }),
|
|
92
|
+
React.createElement("path", { d: "M140.6 55.1313L141.742 53.5901C141.65 53.3819 141.607 53.1939 141.68 53.078C141.68 53.078 141.677 51.5199 143.624 51.0482L144.659 49.653C144.226 49.7235 143.811 49.8292 143.425 49.9602L140.023 54.5488C140.219 54.7351 140.41 54.9316 140.6 55.1313Z", fill: fill }),
|
|
93
|
+
React.createElement("path", { d: "M136.162 59.7654L135.5 60.6602L135.913 61.4628L136.572 60.5746C136.439 60.2623 136.322 60.0071 136.229 59.8409C136.229 59.8409 136.202 59.809 136.162 59.7654Z", fill: fill }),
|
|
94
|
+
React.createElement("path", { d: "M140.025 54.5489L136.16 59.7654C136.2 59.809 136.227 59.8409 136.227 59.8409C136.321 60.0071 136.438 60.2623 136.57 60.5746L140.602 55.1315C140.411 54.9317 140.221 54.7353 140.025 54.5489Z", fill: fill }),
|
|
95
|
+
React.createElement("path", { d: "M141.682 53.0781C141.608 53.194 141.652 53.382 141.744 53.5902L143.626 51.0483C141.678 51.5201 141.682 53.0781 141.682 53.0781Z", fill: fill }),
|
|
96
|
+
React.createElement("path", { d: "M147.428 45.9157C147.088 45.9039 146.742 45.914 146.395 45.9543L143.426 49.9602C143.812 49.8292 144.227 49.7235 144.659 49.653L147.428 45.9157Z", fill: fill }),
|
|
97
|
+
React.createElement("path", { d: "M178.012 4.63903C177.975 4.41405 177.957 4.28307 177.957 4.28307C177.994 4.38381 178.036 4.46777 178.076 4.55172L178.927 3.40499L178.286 2.91975L175.707 6.40027C175.737 6.80658 175.776 7.20616 175.814 7.60742L178.012 4.63903Z", fill: fill }),
|
|
98
|
+
React.createElement("path", { d: "M28.3513 105.407C35.2627 81.944 45.3176 93.7268 45.3176 93.7268C46.6797 91.5173 49.2956 90.0482 49.2956 90.0482C48.1463 87.5214 49.2956 83.5256 49.2956 83.5256C51.7071 65.3225 34.4243 68.4806 34.4243 68.4806C21.8573 70.0571 15.0459 103.089 15.0459 103.089C9.49659 120.553 0.0679842 106.876 0.0679842 106.876C-0.980158 120.239 10.4382 124.025 10.4382 124.025C24.6475 128.442 28.3513 105.407 28.3513 105.407Z", fill: fill })));
|
|
99
|
+
};
|
|
100
|
+
exports.SagittariusIcon = SagittariusIcon;
|
|
@@ -0,0 +1,61 @@
|
|
|
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.ScorpioIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var ScorpioIcon = 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 154 198", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M71.2062 78.4056C71.2062 78.4056 74.7126 79.4795 75.9491 76.4103C75.9491 76.4103 78.8735 77.3967 80.3095 73.8471C80.3095 73.8471 94.5614 80.916 95.8469 88.7682C95.8469 88.7682 88.7984 102.527 72.6802 100.311C72.6802 100.311 67.4022 95.4397 71.2062 78.4056Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M69.0601 68.6995C69.0601 68.6995 65.6797 74.3555 70.534 78.2474L69.6833 82.5421C69.6833 82.5421 61.0093 75.7224 69.0601 68.6995Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M74.7659 74.8739C75.2576 75.8682 74.8551 77.0678 73.874 77.5582C72.894 78.0498 71.7021 77.648 71.2104 76.6537C70.7243 75.6695 71.1257 74.471 72.1057 73.9795C73.0868 73.4891 74.2798 73.8897 74.7659 74.8739Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M78.7943 72.8562C79.286 73.8505 78.8846 75.049 77.9035 75.5406C76.9212 76.0321 75.7294 75.6315 75.2377 74.6361C74.7516 73.6519 75.153 72.4533 76.1352 71.9618C77.1164 71.4703 78.3082 71.872 78.7943 72.8562Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M73.8555 66.2992C73.8555 66.2992 80.3755 66.9983 80.5315 73.2424L84.446 75.1512C84.446 75.1512 84.2676 64.0783 73.8555 66.2992Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M73.1444 102.466C73.1444 102.466 89.8759 104.331 97.0727 90.4874C97.0727 90.4874 101.628 92.8912 102.071 98.7133C102.071 98.7133 96.5553 112.357 76.245 111.641C76.245 111.641 72.0307 107.653 73.1444 102.466Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M77.2463 113.386C77.2463 113.386 96.0559 114.202 103.256 100.366C103.256 100.366 107.206 103.106 107.649 108.923C107.649 108.923 101.652 122.779 81.3413 122.06C81.3413 122.06 76.1314 118.57 77.2463 113.386Z", fill: fill }),
|
|
18
|
+
react_1.default.createElement("path", { d: "M82.0989 124.083C82.0989 124.083 101.33 124.695 108.528 110.852C108.528 110.852 112.48 113.602 112.922 119.416C112.922 119.416 106.926 133.265 86.6209 132.548C86.6209 132.548 80.9851 129.275 82.0989 124.083Z", fill: fill }),
|
|
19
|
+
react_1.default.createElement("path", { d: "M87.4102 134.291C87.4102 134.291 106.226 135.383 113.463 121.248C113.463 121.248 118.85 136.96 105.257 142.835C105.257 142.835 92.4072 149.324 87.4102 134.291Z", fill: fill }),
|
|
20
|
+
react_1.default.createElement("path", { d: "M96.4141 146.386C96.4141 146.386 112.002 148.167 115.711 134.01C115.711 134.01 117.549 135.533 118.751 141.902C118.751 141.902 119.974 145.257 121.576 146.423C121.576 146.423 125.422 150.262 121.339 154.266C121.339 154.266 115.764 159.834 109.906 155.413C109.906 155.413 105.779 152.533 103.072 151.872C103.072 151.872 98.2905 150.184 96.4141 146.386Z", fill: fill }),
|
|
21
|
+
react_1.default.createElement("path", { d: "M116.699 158.332C116.699 158.332 124.265 156.89 124.553 150.259C124.553 150.259 128.984 155.281 133.945 153.07C133.945 153.07 139.738 151.653 139.344 158.966C139.344 158.966 137.667 166.18 130.252 160.912C130.252 160.912 125.552 158.521 122.003 158.671C122.003 158.671 118.204 159.739 116.699 158.332Z", fill: fill }),
|
|
22
|
+
react_1.default.createElement("path", { d: "M138.648 163.128C138.648 163.128 142.224 160.741 140.719 155.935C140.719 155.935 145.432 159.783 148.892 160.668C148.892 160.668 154.63 162.639 151.691 167.867C151.691 167.867 146.963 173.174 143.705 166.694C143.705 166.694 141.593 162.957 138.648 163.128Z", fill: fill }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M140.529 181.939C140.529 181.939 140.603 185.486 143.282 186.519C143.282 186.519 139.716 188.936 137.023 192.136C137.023 192.136 130.456 197.547 127.974 191.873C127.974 191.873 125.627 186.79 133.243 186.681C133.243 186.681 138.293 186.438 140.529 181.939Z", fill: fill }),
|
|
24
|
+
react_1.default.createElement("path", { d: "M125.919 190.017C125.919 190.017 125.757 192.864 127.675 194.332C127.675 194.332 113.1 201.827 112.035 193.761C112.035 193.761 112.024 189.138 118.815 191.181C118.815 191.181 123.233 192.453 125.919 190.017Z", fill: fill }),
|
|
25
|
+
react_1.default.createElement("path", { d: "M111.235 191.817C111.235 191.817 110.318 194.015 111.426 195.15C111.426 195.15 98.2793 195.474 97.3717 184.114C97.3717 184.114 97.1744 175.835 103.765 171.549C103.765 171.549 98.9404 179.845 104.655 181.448C104.655 181.448 109.223 183.358 106.094 187.97C106.094 187.97 102.954 192.779 111.235 191.817Z", fill: fill }),
|
|
26
|
+
react_1.default.createElement("path", { d: "M16.2324 66.5505C16.2324 66.5505 9.22742 72.3894 12.1284 78.2598C12.1284 78.2598 -5.3857 63.4285 2.28153 48.3268C2.28153 48.3268 3.19911 62.7092 16.2324 66.5505Z", fill: fill }),
|
|
27
|
+
react_1.default.createElement("path", { d: "M12.2773 43.3239C12.2773 43.3239 22.093 53.6068 18.1797 67.014C18.1797 67.014 10.8603 72.8204 13.885 79.0588C13.885 79.0588 16.7425 82.6858 23.4175 79.0509C23.4175 79.0509 34.5265 72.6509 23.5625 53.2287C23.5625 53.2287 18.6535 44.3631 12.2773 43.3239Z", fill: fill }),
|
|
28
|
+
react_1.default.createElement("path", { d: "M17.3633 82.8574C17.3633 82.8574 25.8266 83.45 29.4467 75.0782C29.4467 75.0782 31.342 76.0388 33.9119 82.9158C33.9119 82.9158 34.806 85.6899 38.8599 87.7761C38.8599 87.7761 35.3936 90.8196 35.2888 94.0875C35.2888 94.0875 31.3587 95.1042 27.985 91.3919C27.985 91.3919 23.8286 87.6684 21.1439 87.0422C21.1439 87.0422 18.2764 86.1568 17.3633 82.8574Z", fill: fill }),
|
|
29
|
+
react_1.default.createElement("path", { d: "M40.7367 96.2501C40.7367 96.2501 34.5266 95.9033 37.8647 91.3965C37.8647 91.3965 39.9975 87.4384 44.1171 89.6683C44.1171 89.6683 49.2111 91.9452 52.8925 90.1643C52.8925 90.1643 50.675 93.1202 52.994 95.5375C52.994 95.5375 47.0649 97.3117 40.7367 96.2501Z", fill: fill }),
|
|
30
|
+
react_1.default.createElement("path", { d: "M68.1256 85.875C68.1256 85.875 67.6919 88.7142 68.1579 91.3469C68.1579 91.3469 53.5872 99.4752 53.0654 92.6992C53.0654 92.6992 52.858 90.2112 55.9586 89.3067C55.9586 89.3067 58.204 88.8208 59.6746 89.0385C59.6746 89.0385 64.1364 88.7086 68.1256 85.875Z", fill: fill }),
|
|
31
|
+
react_1.default.createElement("path", { d: "M22.0938 105.821C22.0938 105.821 33.6353 109.764 40.9391 109.203C40.9391 109.203 39.3436 111.969 42.3528 113.624C42.3528 113.624 28.1656 114.995 22.0938 105.821Z", fill: fill }),
|
|
32
|
+
react_1.default.createElement("path", { d: "M41.8878 111.114C41.8878 111.114 41.2222 109.004 43.8478 108.702C43.8478 108.702 50.0992 108.553 56.7195 104.821C56.7195 104.821 56.5199 107.895 58.8456 109.124C58.8456 109.124 48.254 114.542 43.6851 112.959C43.6851 112.959 42.3349 112.741 41.8878 111.114Z", fill: fill }),
|
|
33
|
+
react_1.default.createElement("path", { d: "M68.1686 93.532C68.1686 93.532 67.5264 96.1355 70.4765 100.549C70.4765 100.549 60.6407 111.681 58.3262 106.876C58.3262 106.876 57.1957 105.316 58.5938 103.831C58.5938 103.831 63.6298 99.6357 64.9365 96.7662C64.9365 96.7662 66.5498 94.0965 68.1686 93.532Z", fill: fill }),
|
|
34
|
+
react_1.default.createElement("path", { d: "M25.4258 117.663C25.4258 117.663 36.9651 121.596 44.2722 121.038C44.2722 121.038 42.6701 123.806 45.6848 125.456C45.6848 125.456 31.4976 126.836 25.4258 117.663Z", fill: fill }),
|
|
35
|
+
react_1.default.createElement("path", { d: "M45.2166 122.949C45.2166 122.949 44.5488 120.84 47.1722 120.543C47.1722 120.543 53.4235 120.394 60.0483 116.66C60.0483 116.66 59.8476 119.737 62.1722 120.958C62.1722 120.958 51.5883 126.385 47.0105 124.792C47.0105 124.792 45.6581 124.576 45.2166 122.949Z", fill: fill }),
|
|
36
|
+
react_1.default.createElement("path", { d: "M71.5022 105.379C71.5022 105.379 70.8533 107.969 73.8101 112.39C73.8101 112.39 63.9677 123.519 61.6564 118.717C61.6564 118.717 60.5282 117.15 61.9274 115.67C61.9274 115.67 66.9567 111.469 68.2679 108.611C68.2679 108.611 69.8845 105.939 71.5022 105.379Z", fill: fill }),
|
|
37
|
+
react_1.default.createElement("path", { d: "M30.8047 132.276C30.8047 132.276 42.6395 135.188 49.8696 133.99C49.8696 133.99 48.5195 136.887 51.6624 138.269C51.6624 138.269 37.6502 140.883 30.8047 132.276Z", fill: fill }),
|
|
38
|
+
react_1.default.createElement("path", { d: "M50.975 135.816C50.975 135.816 50.1322 133.77 52.7176 133.235C52.7176 133.235 58.9322 132.543 65.2091 128.249C65.2091 128.249 65.2805 131.333 67.6987 132.345C67.6987 132.345 57.6154 138.668 52.9284 137.489C52.9284 137.489 51.5626 137.395 50.975 135.816Z", fill: fill }),
|
|
39
|
+
react_1.default.createElement("path", { d: "M75.6443 116.002C75.6443 116.002 75.2273 118.645 78.5564 122.789C78.5564 122.789 69.7074 134.736 66.9892 130.15C66.9892 130.15 65.7338 128.692 66.997 127.095C66.997 127.095 71.6507 122.472 72.702 119.505C72.702 119.505 74.0834 116.705 75.6443 116.002Z", fill: fill }),
|
|
40
|
+
react_1.default.createElement("path", { d: "M37.4922 147.157C37.4922 147.157 49.5488 148.975 56.6363 147.11C56.6363 147.11 55.5537 150.115 58.807 151.206C58.807 151.206 45.0903 155.103 37.4922 147.157Z", fill: fill }),
|
|
41
|
+
react_1.default.createElement("path", { d: "M57.9008 148.827C57.9008 148.827 56.8762 146.862 59.4026 146.098C59.4026 146.098 65.5279 144.83 71.3834 139.976C71.3834 139.976 71.7369 143.039 74.2354 143.822C74.2354 143.822 64.7798 151.055 59.9969 150.311C59.9969 150.311 58.6277 150.344 57.9008 148.827Z", fill: fill }),
|
|
42
|
+
react_1.default.createElement("path", { d: "M80.6553 126.816C80.6553 126.816 80.4825 129.484 84.1695 133.31C84.1695 133.31 76.4576 146.019 73.3292 141.708C73.3292 141.708 71.9456 140.373 73.0572 138.661C73.0572 138.661 77.2693 133.632 78.0486 130.574C78.0486 130.574 79.1669 127.659 80.6553 126.816Z", fill: fill }),
|
|
43
|
+
react_1.default.createElement("path", { d: "M103.838 22.693C103.838 22.693 112.687 20.5956 115.588 26.4659C115.588 26.4659 114.407 3.45706 97.8164 0.500008C97.8164 0.500008 108.657 9.91431 103.838 22.693Z", fill: fill }),
|
|
44
|
+
react_1.default.createElement("path", { d: "M87.8228 5.50396C87.8228 5.50396 90.0448 19.5878 103.029 24.5357C103.029 24.5357 112.046 22.1633 115.163 28.3557C115.163 28.3557 116.312 32.839 109.407 36.0014C109.407 36.0014 97.6328 41.057 88.8574 20.5395C88.8574 20.5395 84.7991 11.2486 87.8228 5.50396Z", fill: fill }),
|
|
45
|
+
react_1.default.createElement("path", { d: "M116.078 33.4394C116.078 33.4394 111.438 40.5914 102.62 38.4457C102.62 38.4457 102.236 40.5476 106.135 46.7591C106.135 46.7591 107.79 49.1528 107 53.663C107 53.663 111.506 52.7158 114.16 54.6034C114.16 54.6034 117.332 52.0649 116.426 47.117C116.426 47.117 115.99 41.5307 117.105 39.0023C117.105 39.0023 118.135 36.1664 116.078 33.4394Z", fill: fill }),
|
|
46
|
+
react_1.default.createElement("path", { d: "M112.584 60.2828C112.584 60.2828 116.06 55.0869 110.471 55.0499C110.471 55.0499 106.05 54.3721 105.331 59.0248C105.331 59.0248 104.06 64.4889 100.43 66.3675C100.43 66.3675 104.106 66.3731 104.62 69.6937C104.62 69.6937 109.61 66.0016 112.584 60.2828Z", fill: fill }),
|
|
47
|
+
react_1.default.createElement("path", { d: "M87.8398 76.0052C87.8398 76.0052 90.3506 77.3698 92.149 79.3359C92.149 79.3359 107.386 72.542 102.331 68.0341C102.331 68.0341 100.487 66.3664 97.8941 68.3113C97.8941 68.3113 96.1537 69.8218 95.4402 71.1314C95.4402 71.1314 92.4924 74.5115 87.8398 76.0052Z", fill: fill }),
|
|
48
|
+
react_1.default.createElement("path", { d: "M131.662 52.5439C131.662 52.5439 127.823 64.1825 122.969 69.7083C122.969 69.7083 126.126 70.0999 125.621 73.5115C125.621 73.5115 135.268 62.9592 131.662 52.5439Z", fill: fill }),
|
|
49
|
+
react_1.default.createElement("path", { d: "M123.915 71.6263C123.915 71.6263 122.646 69.8139 120.82 71.7374C120.82 71.7374 116.935 76.6673 109.977 79.7298C109.977 79.7298 112.533 81.4289 112.103 84.0347C112.103 84.0347 122.785 78.8074 124.291 74.1771C124.291 74.1771 124.933 72.9617 123.915 71.6263Z", fill: fill }),
|
|
50
|
+
react_1.default.createElement("path", { d: "M94.1289 82.1189C94.1289 82.1189 96.5739 83.1637 98.2909 88.2013C98.2909 88.2013 113.043 87.0207 110.637 82.2625C110.637 82.2625 110.081 80.4142 108.057 80.6431C108.057 80.6431 101.696 82.1503 98.6421 81.4758C98.6421 81.4758 95.5515 81.1616 94.1289 82.1189Z", fill: fill }),
|
|
51
|
+
react_1.default.createElement("path", { d: "M138.742 62.5138C138.742 62.5138 134.365 73.9671 129.266 79.2562C129.266 79.2562 132.4 79.7926 131.737 83.1794C131.737 83.1794 141.862 73.0896 138.742 62.5138Z", fill: fill }),
|
|
52
|
+
react_1.default.createElement("path", { d: "M130.122 81.2122C130.122 81.2122 128.938 79.3482 127.025 81.1831C127.025 81.1831 122.912 85.9211 115.824 88.6537C115.824 88.6537 118.302 90.475 117.749 93.0562C117.749 93.0562 128.661 88.3316 130.375 83.7776C130.375 83.7776 131.077 82.5982 130.122 81.2122Z", fill: fill }),
|
|
53
|
+
react_1.default.createElement("path", { d: "M99.8828 90.291C99.8828 90.291 102.275 91.4536 103.762 96.5709C103.762 96.5709 118.548 96.0827 116.363 91.2168C116.363 91.2168 115.895 89.3449 113.865 89.4774C113.865 89.4774 107.441 90.6793 104.415 89.8612C104.415 89.8612 101.344 89.4067 99.8828 90.291Z", fill: fill }),
|
|
54
|
+
react_1.default.createElement("path", { d: "M146.439 75.8424C146.439 75.8424 141.254 86.9355 135.789 91.8464C135.789 91.8464 138.877 92.6129 137.974 95.9436C137.974 95.9436 148.796 86.6079 146.439 75.8424Z", fill: fill }),
|
|
55
|
+
react_1.default.createElement("path", { d: "M136.504 93.8618C136.504 93.8618 135.45 91.9159 133.415 93.606C133.415 93.606 128.977 98.0443 121.711 100.254C121.711 100.254 124.049 102.243 123.313 104.774C123.313 104.774 134.538 100.858 136.572 96.4474C136.572 96.4474 137.356 95.3084 136.504 93.8618Z", fill: fill }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M105.691 100.736C105.691 100.736 107.999 102.07 109.119 107.281C109.119 107.281 123.903 107.851 122.071 102.847C122.071 102.847 121.732 100.947 119.701 100.93C119.701 100.93 113.208 101.667 110.253 100.634C110.253 100.634 107.219 99.9565 105.691 100.736Z", fill: fill }),
|
|
57
|
+
react_1.default.createElement("path", { d: "M153.482 88.9825C153.482 88.9825 147.644 99.7469 141.891 104.317C141.891 104.317 144.927 105.26 143.828 108.526C143.828 108.526 155.19 99.8771 153.482 88.9825Z", fill: fill }),
|
|
58
|
+
react_1.default.createElement("path", { d: "M142.485 106.368C142.485 106.368 141.552 104.36 139.423 105.928C139.423 105.928 134.72 110.08 127.336 111.85C127.336 111.85 129.552 113.979 128.665 116.461C128.665 116.461 140.098 113.228 142.401 108.948C142.401 108.948 143.248 107.862 142.485 106.368Z", fill: fill }),
|
|
59
|
+
react_1.default.createElement("path", { d: "M111.316 111.352C111.316 111.352 113.544 112.821 114.342 118.094C114.342 118.094 129.068 119.567 127.538 114.457C127.538 114.457 127.314 112.542 125.288 112.4C125.288 112.4 118.761 112.742 115.871 111.531C115.871 111.531 112.89 110.67 111.316 111.352Z", fill: fill })));
|
|
60
|
+
};
|
|
61
|
+
exports.ScorpioIcon = ScorpioIcon;
|
|
@@ -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.SearchIcon = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var SearchIcon = function (_a) {
|
|
39
|
+
var className = _a.className;
|
|
40
|
+
return (React.createElement("svg", { className: className, viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
41
|
+
React.createElement("path", { d: "M8.75 0.5C4.20125 0.5 0.5 4.20125 0.5 8.75C0.5 13.2987 4.20125 17 8.75 17C13.2987 17 17 13.2987 17 8.75C17 4.20125 13.2987 0.5 8.75 0.5ZM8.75 15.5C5.0285 15.5 2 12.4722 2 8.75C2 5.0285 5.0285 2 8.75 2C12.4722 2 15.5 5.0285 15.5 8.75C15.5 12.4722 12.4722 15.5 8.75 15.5Z", fill: "black" }),
|
|
42
|
+
React.createElement("path", { d: "M21.2802 20.2198L16.7795 15.7198C16.4862 15.4265 16.0122 15.4265 15.719 15.7198C15.4257 16.013 15.4257 16.487 15.719 16.7803L20.2197 21.2803C20.366 21.4265 20.558 21.5 20.75 21.5C20.942 21.5 21.134 21.4265 21.2802 21.2803C21.5735 20.987 21.5735 20.513 21.2802 20.2198Z", fill: "black" })));
|
|
43
|
+
};
|
|
44
|
+
exports.SearchIcon = SearchIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
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.TaurusIcon = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var TaurusIcon = 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 178", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
11
|
+
react_1.default.createElement("path", { d: "M20.4917 83.0832C18.0971 76.8249 19.7887 71.4198 19.7887 71.4198C15.1448 74.8338 9.89145 73.1287 9.89145 73.1287C2.81598 70.9945 5.00373 61.4666 5.00373 61.4666C5.42601 57.197 3.73566 58.7652 3.73566 58.7652C-3.30533 67.297 1.76827 77.1806 1.76827 77.1806C8.10135 87.9187 20.4917 83.0832 20.4917 83.0832Z", fill: fill }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M50.1954 92.9817C50.1954 92.9817 48.1419 91.1585 50.7285 86.5817C50.7285 86.5817 51.4143 85.2173 52.7316 80.6094C52.7316 80.6094 60.3007 87.2707 54.9833 92.9817C54.9833 92.9817 52.0237 95.1159 50.1954 92.9817ZM63.434 111.669C66.0798 109.458 66.8062 101.43 66.8062 101.43C66.8431 95.0052 72.1038 86.5481 72.1038 86.5481C76.8032 71.278 64.4104 66.9412 64.4104 66.9412C58.7852 74.6907 54.2816 73.983 54.2816 73.983C44.9901 73.2728 47.6592 64.7362 47.6592 64.7362C39.3538 65.1652 36.9592 58.7652 36.9592 58.7652C15.9852 62.6032 22.4587 83.3692 22.4587 83.3692C24.5738 90.6212 27.8117 87.2707 27.8117 87.2707C28.9383 86.1936 31.4682 86.211 31.4682 86.211C32.8791 88.4882 35.4141 85.2173 35.4141 85.2173C35.9768 83.6515 39.7737 83.6515 39.7737 83.6515C41.7522 84.7895 44.0015 79.5287 44.0015 79.5287C46.6755 84.6452 40.4791 86.068 40.4791 86.068C38.087 85.0718 36.6785 87.2707 36.6785 87.2707C34.7099 90.0342 32.74 88.773 32.74 88.773C29.7828 87.2072 27.8117 90.0528 27.8117 90.0528C28.7967 93.463 39.0694 99.4365 39.0694 99.4365C42.172 100.433 45.6881 111.669 45.6881 111.669C53.8531 104.84 63.434 111.669 63.434 111.669Z", fill: fill }),
|
|
13
|
+
react_1.default.createElement("path", { d: "M58.8544 113.235C55.763 119.349 53.3684 116.648 53.3684 116.648C53.1689 112.699 58.8544 113.235 58.8544 113.235ZM53.7144 120.661C59.0293 119.897 62.1982 112.712 62.1982 112.712C53.1504 107.543 46.6758 113.515 46.6758 113.515C47.0734 122.551 53.7144 120.661 53.7144 120.661Z", fill: fill }),
|
|
14
|
+
react_1.default.createElement("path", { d: "M63.0075 117.215C63.0075 117.215 63.4704 114.205 62.7674 113.209C62.7674 113.209 61.4932 120.27 55.3879 122.128C55.3879 122.128 53.5817 122.895 51.7461 122.044C51.7461 122.044 52.1672 123.987 55.3337 124.532C55.3337 124.532 61.4932 124.916 63.0075 117.215Z", fill: fill }),
|
|
15
|
+
react_1.default.createElement("path", { d: "M38.6523 57.4843C38.6523 57.4843 41.0494 63.0287 48.7873 62.3185C48.7873 62.3185 56.8144 56.9135 54.5565 43.407C54.5565 43.407 52.4426 32.5955 41.0494 30.7474C41.0494 30.7474 39.4945 31.7423 42.5958 33.3044C42.5958 33.3044 49.6318 39.85 46.6758 47.9551C46.6758 47.9551 43.785 55.3501 38.6523 57.4843Z", fill: fill }),
|
|
16
|
+
react_1.default.createElement("path", { d: "M18.4175 94.6656C18.4175 94.6656 15.8223 95.9217 15.5404 98.8195C15.5404 98.8195 13.7219 98.2387 15.5404 95.2426C15.5404 95.2426 16.641 93.3099 18.6736 92.5401C18.6736 92.5401 19.2942 93.2888 21.5189 90.9929L22.6109 90.4134C22.6109 90.4134 20.8158 93.9865 18.4175 94.6656ZM20.4908 85.2172C11.7632 88.2046 13.0288 98.8668 13.0288 98.8668C13.5915 102.143 16.4108 100.291 16.4108 100.291C15.8457 99.2959 18.2353 96.5945 18.2353 96.5945C22.7426 94.7464 23.8654 90.0527 23.8654 90.0527C22.0347 89.34 20.4908 85.2172 20.4908 85.2172Z", fill: fill }),
|
|
17
|
+
react_1.default.createElement("path", { d: "M56.8751 65.7835C60.0503 63.9516 66.4634 55.3576 66.4634 55.3576L66.6641 56.5702C61.4046 68.7448 56.8751 68.7734 56.8751 68.7734C49.4217 70.8006 56.8751 65.7835 56.8751 65.7835ZM50.6159 69.8554C50.6159 69.8554 54.9594 75.8326 63.2895 65.0224C63.2895 65.0224 70.3268 55.9173 67.2304 53.2172C67.2304 53.2172 60.752 53.9299 55.1897 58.7654C55.1897 58.7654 47.8828 65.837 50.6159 69.8554Z", fill: fill }),
|
|
18
|
+
react_1.default.createElement("path", { d: "M180.98 110.248C180.98 110.248 176.055 118.072 180.557 128.451C180.557 128.451 179.572 116.787 183.94 111.669C183.94 111.669 190.7 101.714 184.643 93.7939C184.643 93.7939 187.881 100.149 180.98 110.248Z", fill: fill }),
|
|
19
|
+
react_1.default.createElement("path", { d: "M183.94 111.67C179.572 116.787 180.557 128.451 180.557 128.451C176.055 118.072 180.981 110.248 180.981 110.248C187.881 100.149 184.643 93.7939 184.643 93.7939C190.701 101.714 183.94 111.67 183.94 111.67ZM92.5724 78.5313C88.4923 81.8047 85.1103 88.9149 85.1103 88.9149C86.094 80.3819 92.1476 74.1237 92.1476 74.1237C100.033 63.8831 98.4831 54.9248 98.4831 54.9248C95.3855 41.1297 79.6181 50.9425 79.6181 50.9425C103.972 30.7473 104.538 53.7868 104.538 53.7868C104.398 68.8616 92.5724 78.5313 92.5724 78.5313ZM176.337 58.7653C176.337 58.7653 150.15 47.6728 144.24 36.5778C144.24 36.5778 126.783 8.99017 93.6952 21.0764C93.6952 21.0764 68.715 33.1638 56.9488 47.6728C56.9488 47.6728 57.5188 51.9374 56.1055 54.2146C56.1055 54.2146 59.7891 51.3678 68.0145 50.9425C68.0145 50.9425 73.5645 51.9374 66.2441 64.4527C66.2441 64.4527 82.8573 72.7942 72.2989 93.0129C72.2989 93.0129 77.0832 99.0113 78.3512 105.696C78.3512 105.696 79.8964 118.973 88.7693 117.24C88.7693 117.24 93.412 115.082 91.4422 109.109C91.4422 109.109 88.352 89.0579 101.863 88.3478C101.863 88.3478 92.1476 97.0189 95.3856 108.825C95.3856 108.825 96.5133 115.225 88.7693 122.904C88.7693 122.904 83.2759 130.585 81.5868 130.443C81.5868 130.443 78.2109 132.719 79.6169 136.556C79.6169 136.556 81.3098 140.823 83.1356 141.534L91.4422 151.489C91.4422 151.489 95.1012 156.04 96.0886 158.599C96.0886 158.599 100.175 165.142 104.256 158.599C104.256 158.599 106.227 154.336 100.736 151.916C100.736 151.916 94.3981 148.503 93.5536 146.653L88.9121 139.543C88.9121 139.543 90.0362 135.276 89.1966 133.144L96.368 125.891C96.368 125.891 100.175 122.26 108.757 120.662C108.757 120.662 119.881 120.487 127.205 97.3074C127.205 97.3074 131.713 84.7896 122.835 70.1414C122.835 70.1414 130.583 53.9298 119.46 35.298C119.46 35.298 132.977 49.0906 126.08 69.5718C126.08 69.5718 135.885 84.2212 128.473 102.71C128.473 102.71 124.526 113.209 117.77 118.902C117.77 118.902 132.411 123.044 140.581 118.21C140.581 118.21 152.964 110.778 160.57 118.902C160.57 118.902 150.577 89.6251 165.211 77.9654C165.211 77.9654 148.882 100.719 171.55 137.41C171.55 137.41 173.661 140.257 171.55 144.95C171.55 144.95 167.467 155.188 161.975 160.309C161.975 160.309 154.229 164.718 158.738 168.557C158.738 168.557 163.382 173.25 166.758 162.442C166.758 162.442 174.929 149.214 180.557 143.952C180.557 143.952 182.954 142.39 181.965 136.699C181.965 136.699 180.981 130.157 189.994 125.751C189.994 125.751 203.087 120.344 199.006 88.0618C199.006 88.0618 197.314 69.9996 176.337 58.7653Z", fill: fill }),
|
|
20
|
+
react_1.default.createElement("path", { d: "M73.1702 153.626C69.1086 153.766 64.9756 136.699 64.9756 136.699C66.384 135.99 66.9467 134.282 66.9467 134.282C66.8063 131.153 69.0593 130.585 69.0593 130.585C80.3207 126.319 83.2767 118.902 83.2767 118.902C78.7768 118.744 76.0991 111.669 76.0991 111.669C76.8033 104.415 71.7408 97.4466 71.7408 97.4466C69.3499 100.03 68.0153 115.225 68.0153 115.225C65.7118 123.757 60.7527 127.172 60.7527 127.172C57.5197 129.444 57.9382 132.149 57.9382 132.149C57.4162 135.279 60.7527 141.393 60.7527 141.393C64.6973 146.514 68.0153 156.752 68.0153 156.752C71.1954 165.994 76.9449 161.589 76.9449 161.589C80.1816 156.183 73.1702 153.626 73.1702 153.626Z", fill: fill }),
|
|
21
|
+
react_1.default.createElement("path", { d: "M85.3901 158.458C85.3901 158.458 84.1245 155.617 86.5166 155.048C86.5166 155.048 81.0244 153.481 78.3516 155.048C78.3516 155.048 82.2925 159.453 78.3516 163.294C78.3516 163.294 83.5778 168.129 87.3796 164.148C87.3796 164.148 89.3348 161.161 85.3901 158.458Z", fill: fill }),
|
|
22
|
+
react_1.default.createElement("path", { d: "M112.887 154.349C112.887 154.349 106.726 152.047 105.379 153.338C105.379 153.338 109.18 157.716 103.414 162.636C103.414 162.636 107.636 167.561 111.717 165.854C111.717 165.854 115.188 163.723 112.887 158.885C112.887 158.885 110.819 155.647 112.887 154.349Z", fill: fill }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M156.345 144.236C161.417 139.545 157.054 135.988 157.054 135.988C154.231 130.015 157.054 119.491 157.054 119.491C153.672 116.222 146.211 118.354 146.211 118.354C142.028 121.568 136.78 121.909 136.78 121.909C138.185 126.319 143.961 130.043 143.961 130.043C149.307 133.057 150.855 136.556 150.855 136.556C152.122 138.834 150.571 141.821 150.571 141.821C146.489 149.498 139.874 153.766 139.874 153.766C133.258 156.893 136.78 160.034 136.78 160.034C142.553 163.604 144.101 157.745 144.101 157.745C146.489 153.766 156.345 144.236 156.345 144.236Z", fill: fill }),
|
|
24
|
+
react_1.default.createElement("path", { d: "M134.244 158.316C124.951 163.866 127.949 167.561 127.949 167.561C130.243 170.97 134.807 168.13 134.807 168.13C136.779 166.28 139.171 168.13 139.171 168.13C142.129 165.284 141.562 162.636 141.562 162.636C134.807 164.116 134.244 158.316 134.244 158.316Z", fill: fill }),
|
|
25
|
+
react_1.default.createElement("path", { d: "M155.407 166.488C146.116 172.032 149.113 175.731 149.113 175.731C151.408 179.144 155.974 176.301 155.974 176.301C157.938 174.45 160.336 176.301 160.336 176.301C163.294 173.454 162.728 170.806 162.728 170.806C155.973 172.285 155.407 166.488 155.407 166.488Z", fill: fill }),
|
|
26
|
+
react_1.default.createElement("path", { d: "M213.213 64.246C213.213 64.246 210.765 44.3494 178.659 39.4542C178.659 39.4542 163.812 37.2902 163.972 28.9537C163.972 28.9537 181.425 15.492 162.704 0.588783C162.704 0.588783 168.592 5.64314 160.002 18.0117C160.002 18.0117 153.386 25.6293 160.428 30.1788C160.428 30.1788 161.639 39.4766 176.278 42.4652C176.278 42.4652 203.79 45.465 208.554 65.7833C208.554 65.7833 212.278 78.1755 201.113 90.3363C201.113 90.3363 202.75 94.1892 201.258 98.0173C201.258 98.0173 217.733 85.2172 213.213 64.246Z", fill: fill })));
|
|
27
|
+
};
|
|
28
|
+
exports.TaurusIcon = TaurusIcon;
|