@redneckz/wildless-cms-uni-blocks 0.3.49 → 0.3.50
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +39 -27
- package/bundle/bundle.umd.min.js +1 -1
- package/cosmos-static/icons/BurgerIcon.svg +1 -1
- package/cosmos-static/icons/Calendar2Icon.svg +1 -1
- package/cosmos-static/icons/CalendarCircleIcon.svg +1 -1
- package/cosmos-static/icons/CalendarIcon.svg +1 -1
- package/cosmos-static/icons/CalendarTickIcon.svg +1 -1
- package/cosmos-static/icons/CalendarWhiteIcon.svg +1 -1
- package/cosmos-static/icons/CardIcon.svg +1 -1
- package/cosmos-static/icons/CardPosIcon.svg +1 -1
- package/cosmos-static/icons/CardTickIcon.svg +1 -1
- package/cosmos-static/icons/CardWithGemIcon.svg +1 -1
- package/cosmos-static/icons/ChartSquareIcon.svg +1 -1
- package/cosmos-static/icons/CloseIcon.svg +1 -1
- package/cosmos-static/icons/DiscountShapeIcon.svg +1 -1
- package/cosmos-static/icons/DocIcon.svg +1 -1
- package/cosmos-static/icons/DocumentTextIcon.svg +1 -1
- package/cosmos-static/icons/EmptyWalletChangeIcon.svg +1 -1
- package/cosmos-static/icons/EmptyWalletIcon.svg +1 -1
- package/cosmos-static/icons/GlobalIcon.svg +1 -1
- package/cosmos-static/icons/GpsIcon.svg +1 -1
- package/cosmos-static/icons/GridIcon.svg +1 -1
- package/cosmos-static/icons/InterestIcon.svg +1 -1
- package/cosmos-static/icons/MoneyIcon.svg +1 -1
- package/cosmos-static/icons/MonitorMobileIcon.svg +1 -1
- package/cosmos-static/icons/OfficeIcon.svg +1 -1
- package/cosmos-static/icons/PercentageRoundIcon.svg +1 -1
- package/cosmos-static/icons/PercentageSquareIcon.svg +1 -1
- package/cosmos-static/icons/PersonalCardIcon.svg +1 -1
- package/cosmos-static/icons/Profile2UserIcon.svg +1 -1
- package/cosmos-static/icons/RoundRubleIcon.svg +1 -1
- package/cosmos-static/icons/SafeIcon.svg +1 -1
- package/cosmos-static/icons/ShieldTickIcon.svg +1 -1
- package/cosmos-static/icons/SmallClockIcon.svg +1 -1
- package/cosmos-static/icons/UserTickIcon.svg +1 -1
- package/cosmos-static/icons/WalletAdd2Icon.svg +1 -1
- package/cosmos-static/icons/WalletAddIcon.svg +1 -1
- package/cosmos-static/icons/WalletIcon.svg +1 -1
- package/cosmos-static/icons/WalletWithMoneyIcon.svg +1 -1
- package/dist/components/Bonus/Bonus.js +2 -2
- package/dist/components/Bonus/Bonus.js.map +1 -1
- package/dist/components/Bonus/BonusContent.d.ts +4 -3
- package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
- package/dist/components/Footer/SocialMedia.js +1 -1
- package/dist/components/Footer/SocialMedia.js.map +1 -1
- package/dist/components/GracePeriod/GracePeriod.js +3 -3
- package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
- package/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
- package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
- package/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
- package/dist/components/ProductBlock/ProductBlockInner.js +2 -2
- package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/dist/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
- package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
- package/dist/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/dist/components/ProductBlock/renderBenefit.js +13 -6
- package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
- package/dist/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
- package/dist/components/ProductBlock/renderBenefit.mobile.js +10 -2
- package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
- package/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
- package/dist/components/Recommendation/RecommendationCard.js +1 -1
- package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
- package/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
- package/dist/model/IconVersion.d.ts +1 -0
- package/dist/model/IconVersion.js +2 -0
- package/dist/model/IconVersion.js.map +1 -0
- package/dist/model/Picture.d.ts +3 -0
- package/dist/ui-kit/Icon/Icon.js +3 -2
- package/dist/ui-kit/Icon/Icon.js.map +1 -1
- package/dist/ui-kit/Icon/IconProps.d.ts +3 -0
- package/dist/ui-kit/Img/Img.js +2 -1
- package/dist/ui-kit/Img/Img.js.map +1 -1
- package/dist/ui-kit/Img/Img.mobile.js +2 -1
- package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
- package/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
- package/dist/ui-kit/Img/getIconVersion.js +7 -0
- package/dist/ui-kit/Img/getIconVersion.js.map +1 -0
- package/dist/ui-kit/Select/SelectOption.d.ts +1 -0
- package/dist/ui-kit/Select/SelectOption.js +2 -2
- package/dist/ui-kit/Select/SelectOption.js.map +1 -1
- package/dist/ui-kit/Tabs/Tabs.js +1 -1
- package/dist/ui-kit/Tabs/Tabs.js.map +1 -1
- package/fonts/mohave/Mohave-Regular.otf +0 -0
- package/fonts/mohave/mohave.css +1 -1
- package/lib/common.css +1 -1
- package/lib/components/Bonus/Bonus.js +2 -2
- package/lib/components/Bonus/Bonus.js.map +1 -1
- package/lib/components/Bonus/BonusContent.d.ts +4 -3
- package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
- package/lib/components/Footer/SocialMedia.js +1 -1
- package/lib/components/Footer/SocialMedia.js.map +1 -1
- package/lib/components/GracePeriod/GracePeriod.js +3 -3
- package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
- package/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
- package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
- package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +0 -3
- package/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
- package/lib/components/ProductBlock/ProductBlockInner.js +2 -2
- package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/lib/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
- package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
- package/lib/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/lib/components/ProductBlock/renderBenefit.js +13 -6
- package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
- package/lib/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
- package/lib/components/ProductBlock/renderBenefit.mobile.js +10 -2
- package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
- package/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
- package/lib/components/Recommendation/RecommendationCard.js +1 -1
- package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
- package/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
- package/lib/model/IconVersion.d.ts +1 -0
- package/lib/model/IconVersion.js +2 -0
- package/lib/model/IconVersion.js.map +1 -0
- package/lib/model/Picture.d.ts +3 -0
- package/lib/ui-kit/Icon/Icon.js +3 -2
- package/lib/ui-kit/Icon/Icon.js.map +1 -1
- package/lib/ui-kit/Icon/IconProps.d.ts +3 -0
- package/lib/ui-kit/Img/Img.js +2 -1
- package/lib/ui-kit/Img/Img.js.map +1 -1
- package/lib/ui-kit/Img/Img.mobile.js +2 -1
- package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
- package/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
- package/lib/ui-kit/Img/getIconVersion.js +4 -0
- package/lib/ui-kit/Img/getIconVersion.js.map +1 -0
- package/lib/ui-kit/Select/SelectOption.d.ts +1 -0
- package/lib/ui-kit/Select/SelectOption.js +2 -2
- package/lib/ui-kit/Select/SelectOption.js.map +1 -1
- package/lib/ui-kit/Tabs/Tabs.js +1 -1
- package/lib/ui-kit/Tabs/Tabs.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +26 -13
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Bonus/Bonus.js +2 -2
- package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
- package/mobile/dist/components/Bonus/BonusContent.d.ts +4 -3
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
- package/mobile/dist/components/GracePeriod/GracePeriod.js +3 -3
- package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
- package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
- package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/mobile/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
- package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
- package/mobile/dist/components/ProductBlock/ProductBlockInner.js +2 -2
- package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +2 -3
- package/mobile/dist/components/ProductBlock/renderBenefit.js +10 -2
- package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
- package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
- package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -1
- package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
- package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
- package/mobile/dist/model/IconVersion.d.ts +1 -0
- package/mobile/dist/model/IconVersion.js +2 -0
- package/mobile/dist/model/IconVersion.js.map +1 -0
- package/mobile/dist/model/Picture.d.ts +3 -0
- package/mobile/dist/ui-kit/Icon/Icon.js +3 -2
- package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
- package/mobile/dist/ui-kit/Icon/IconProps.d.ts +3 -0
- package/mobile/dist/ui-kit/Img/Img.js +2 -1
- package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
- package/mobile/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
- package/mobile/dist/ui-kit/Img/getIconVersion.js +7 -0
- package/mobile/dist/ui-kit/Img/getIconVersion.js.map +1 -0
- package/mobile/dist/ui-kit/Select/SelectOption.d.ts +1 -0
- package/mobile/dist/ui-kit/Select/SelectOption.js +2 -2
- package/mobile/dist/ui-kit/Select/SelectOption.js.map +1 -1
- package/mobile/dist/ui-kit/Tabs/Tabs.js +1 -1
- package/mobile/dist/ui-kit/Tabs/Tabs.js.map +1 -1
- package/mobile/lib/components/Bonus/Bonus.js +2 -2
- package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
- package/mobile/lib/components/Bonus/BonusContent.d.ts +4 -3
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
- package/mobile/lib/components/GracePeriod/GracePeriod.js +3 -3
- package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
- package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
- package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/mobile/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
- package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
- package/mobile/lib/components/ProductBlock/ProductBlockInner.js +2 -2
- package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +2 -3
- package/mobile/lib/components/ProductBlock/renderBenefit.js +10 -2
- package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
- package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
- package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -1
- package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
- package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
- package/mobile/lib/model/IconVersion.d.ts +1 -0
- package/mobile/lib/model/IconVersion.js +2 -0
- package/mobile/lib/model/IconVersion.js.map +1 -0
- package/mobile/lib/model/Picture.d.ts +3 -0
- package/mobile/lib/ui-kit/Icon/Icon.js +3 -2
- package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
- package/mobile/lib/ui-kit/Icon/IconProps.d.ts +3 -0
- package/mobile/lib/ui-kit/Img/Img.js +2 -1
- package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
- package/mobile/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
- package/mobile/lib/ui-kit/Img/getIconVersion.js +4 -0
- package/mobile/lib/ui-kit/Img/getIconVersion.js.map +1 -0
- package/mobile/lib/ui-kit/Select/SelectOption.d.ts +1 -0
- package/mobile/lib/ui-kit/Select/SelectOption.js +2 -2
- package/mobile/lib/ui-kit/Select/SelectOption.js.map +1 -1
- package/mobile/lib/ui-kit/Tabs/Tabs.js +1 -1
- package/mobile/lib/ui-kit/Tabs/Tabs.js.map +1 -1
- package/mobile/src/common.css +0 -4
- package/mobile/src/components/Bonus/Bonus.tsx +8 -6
- package/mobile/src/components/Bonus/BonusContent.ts +4 -3
- package/mobile/src/components/ContentPage/ContentPage.page.json +6 -0
- package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
- package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
- package/mobile/src/components/GracePeriod/GracePeriod.tsx +5 -5
- package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
- package/mobile/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
- package/mobile/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
- package/mobile/src/components/ProductBlock/ProductBlock.example.json +6 -0
- package/mobile/src/components/ProductBlock/ProductBlockContent.ts +8 -0
- package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +6 -1
- package/mobile/src/components/ProductBlock/renderBenefit.tsx +15 -4
- package/mobile/src/components/Recommendation/Recommendation.example.json +11 -10
- package/mobile/src/components/Recommendation/RecommendationCard.tsx +6 -3
- package/mobile/src/components/Recommendation/RecommendationContent.ts +12 -10
- package/mobile/src/icons/AppleIcon.svg +3 -1
- package/mobile/src/icons/BurgerIcon.svg +4 -4
- package/mobile/src/icons/Calendar2Icon.svg +6 -1
- package/mobile/src/icons/CalendarCircleIcon.svg +1 -4
- package/mobile/src/icons/CalendarIcon.svg +1 -1
- package/mobile/src/icons/CalendarTickIcon.svg +1 -6
- package/mobile/src/icons/CalendarWhiteIcon.svg +2 -2
- package/mobile/src/icons/CardIcon.svg +1 -5
- package/mobile/src/icons/CardPosIcon.svg +1 -5
- package/mobile/src/icons/CardTickIcon.svg +1 -5
- package/mobile/src/icons/CardWithGemIcon.svg +1 -1
- package/mobile/src/icons/ChartSquareIcon.svg +1 -6
- package/mobile/src/icons/CloseIcon.svg +4 -4
- package/mobile/src/icons/DiscountShapeIcon.svg +1 -4
- package/mobile/src/icons/DocIcon.svg +1 -1
- package/mobile/src/icons/DocumentTextIcon.svg +2 -2
- package/mobile/src/icons/EmptyWalletChangeIcon.svg +3 -3
- package/mobile/src/icons/EmptyWalletIcon.svg +2 -2
- package/mobile/src/icons/GlobalIcon.svg +1 -5
- package/mobile/src/icons/GpsIcon.svg +6 -6
- package/mobile/src/icons/GridIcon.svg +1 -1
- package/mobile/src/icons/InterestIcon.svg +1 -6
- package/mobile/src/icons/MasterCardIcon.svg +1 -5
- package/mobile/src/icons/MinusIcon.svg +1 -3
- package/mobile/src/icons/MoneyIcon.svg +1 -5
- package/mobile/src/icons/MonitorMobileIcon.svg +1 -4
- package/mobile/src/icons/OfficeIcon.svg +1 -1
- package/mobile/src/icons/PercentageRoundIcon.svg +1 -4
- package/mobile/src/icons/PercentageSquareIcon.svg +1 -1
- package/mobile/src/icons/PersonalCardIcon.svg +1 -4
- package/mobile/src/icons/PlayMarketIcon.svg +1 -3
- package/mobile/src/icons/PlusIcon.svg +1 -3
- package/mobile/src/icons/Profile2UserIcon.svg +1 -6
- package/mobile/src/icons/RoundRubleIcon.svg +1 -5
- package/mobile/src/icons/SafeIcon.svg +1 -7
- package/mobile/src/icons/ShieldTickIcon.svg +1 -4
- package/mobile/src/icons/SmallClockIcon.svg +1 -4
- package/mobile/src/icons/UserTickIcon.svg +1 -5
- package/mobile/src/icons/WalletAdd2Icon.svg +1 -6
- package/mobile/src/icons/WalletAddIcon.svg +1 -7
- package/mobile/src/icons/WalletIcon.svg +1 -7
- package/mobile/src/icons/WalletWithMoneyIcon.svg +1 -5
- package/mobile/src/model/IconVersion.ts +1 -0
- package/mobile/src/model/Picture.ts +3 -0
- package/mobile/src/ui-kit/Icon/Icon.tsx +3 -1
- package/mobile/src/ui-kit/Icon/IconProps.ts +3 -0
- package/mobile/src/ui-kit/Img/Img.tsx +11 -2
- package/mobile/src/ui-kit/Img/getIconVersion.tsx +3 -0
- package/mobile/src/ui-kit/Select/SelectOption.tsx +10 -7
- package/mobile/src/ui-kit/Tabs/Tabs.tsx +1 -1
- package/package.json +1 -1
- package/src/common.css +0 -4
- package/src/components/Bonus/Bonus.tsx +8 -6
- package/src/components/Bonus/BonusContent.ts +4 -3
- package/src/components/ContentPage/ContentPage.page.json +6 -0
- package/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
- package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
- package/src/components/Footer/SocialMedia.tsx +1 -1
- package/src/components/GracePeriod/GracePeriod.tsx +5 -5
- package/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
- package/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
- package/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
- package/src/components/ProductBlock/ProductBlock.example.json +6 -0
- package/src/components/ProductBlock/ProductBlock.fixture.tsx +65 -28
- package/src/components/ProductBlock/ProductBlockContent.ts +8 -0
- package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +6 -1
- package/src/components/ProductBlock/ProductBlockInner.tsx +4 -1
- package/src/components/ProductBlock/renderBenefit.mobile.tsx +15 -4
- package/src/components/ProductBlock/renderBenefit.tsx +20 -8
- package/src/components/Recommendation/Recommendation.example.json +11 -10
- package/src/components/Recommendation/Recommendation.fixture.tsx +3 -3
- package/src/components/Recommendation/RecommendationCard.tsx +6 -3
- package/src/components/Recommendation/RecommendationContent.ts +12 -10
- package/src/icons/AppleIcon.svg +3 -1
- package/src/icons/BurgerIcon.svg +4 -4
- package/src/icons/Calendar2Icon.svg +6 -1
- package/src/icons/CalendarCircleIcon.svg +1 -4
- package/src/icons/CalendarIcon.svg +1 -1
- package/src/icons/CalendarTickIcon.svg +1 -6
- package/src/icons/CalendarWhiteIcon.svg +2 -2
- package/src/icons/CardIcon.svg +1 -5
- package/src/icons/CardPosIcon.svg +1 -5
- package/src/icons/CardTickIcon.svg +1 -5
- package/src/icons/CardWithGemIcon.svg +1 -1
- package/src/icons/ChartSquareIcon.svg +1 -6
- package/src/icons/CloseIcon.svg +4 -4
- package/src/icons/DiscountShapeIcon.svg +1 -4
- package/src/icons/DocIcon.svg +1 -1
- package/src/icons/DocumentTextIcon.svg +2 -2
- package/src/icons/EmptyWalletChangeIcon.svg +3 -3
- package/src/icons/EmptyWalletIcon.svg +2 -2
- package/src/icons/GlobalIcon.svg +1 -5
- package/src/icons/GpsIcon.svg +6 -6
- package/src/icons/GridIcon.svg +1 -1
- package/src/icons/InterestIcon.svg +1 -6
- package/src/icons/MasterCardIcon.svg +1 -5
- package/src/icons/MinusIcon.svg +1 -3
- package/src/icons/MoneyIcon.svg +1 -5
- package/src/icons/MonitorMobileIcon.svg +1 -4
- package/src/icons/OfficeIcon.svg +1 -1
- package/src/icons/PercentageRoundIcon.svg +1 -4
- package/src/icons/PercentageSquareIcon.svg +1 -1
- package/src/icons/PersonalCardIcon.svg +1 -4
- package/src/icons/PlayMarketIcon.svg +1 -3
- package/src/icons/PlusIcon.svg +1 -3
- package/src/icons/Profile2UserIcon.svg +1 -6
- package/src/icons/RoundRubleIcon.svg +1 -5
- package/src/icons/SafeIcon.svg +1 -7
- package/src/icons/ShieldTickIcon.svg +1 -4
- package/src/icons/SmallClockIcon.svg +1 -4
- package/src/icons/UserTickIcon.svg +1 -5
- package/src/icons/WalletAdd2Icon.svg +1 -6
- package/src/icons/WalletAddIcon.svg +1 -7
- package/src/icons/WalletIcon.svg +1 -7
- package/src/icons/WalletWithMoneyIcon.svg +1 -5
- package/src/model/IconVersion.ts +1 -0
- package/src/model/Picture.ts +3 -0
- package/src/ui-kit/Icon/Icon.tsx +3 -1
- package/src/ui-kit/Icon/IconProps.ts +3 -0
- package/src/ui-kit/Img/Img.mobile.tsx +11 -2
- package/src/ui-kit/Img/Img.tsx +10 -2
- package/src/ui-kit/Img/getIconVersion.tsx +3 -0
- package/src/ui-kit/Select/SelectOption.tsx +10 -7
- package/src/ui-kit/Tabs/Tabs.tsx +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M59.145 63.875c0 11.25-11.403 9.752-25.469 9.752S8.207 75.126 8.207 63.875c0-11.25 11.403-30.99 25.47-30.99 14.065 0 25.468 19.74 25.468 30.99Z" fill="url(#b)"/></g><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#c)"/><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#d)"/><rect x=".816" y="34.438" width="60.447" height="36.456" rx="7" transform="rotate(-15 .816 34.438)" fill="#fff"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#e)"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#f)"/><mask id="h" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="19" width="66" height="49"><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="#64C07D"/><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="url(#g)"/></mask><g mask="url(#h)"><path transform="rotate(45 63.697 31.309)" fill="url(#i)" d="M63.697 31.309h1.769v50.992h-1.769z" style="mix-blend-mode:color-dodge"/><path d="m26.131 16.275 1.251 1.25-36.057 36.058-9.68-13.205 44.487-24.103Z" fill="url(#j)" style="mix-blend-mode:color-dodge"/><path transform="rotate(45 65.594 35.176)" fill="url(#k)" d="M65.594 35.176h13.412v50.386H65.594z" style="mix-blend-mode:color-dodge"/></g><path d="M48.044 29.87 9.654 40.158l.631 2.355 38.39-10.286-.631-2.355Z" fill="url(#l)" style="mix-blend-mode:screen"/><path d="m50.018 37.237-38.39 10.286.632 2.355 38.39-10.286-.632-2.355Z" fill="url(#m)" style="mix-blend-mode:screen"/><path d="m10.66 43.91 37.995-10.181M12.703 51.534l37.995-10.18" stroke="#1C1C1C" stroke-miterlimit="10"/><path d="m54.62 46.423-9.47 2.538a2.251 2.251 0 0 0-1.577 2.746 2.25 2.25 0 0 0 2.74 1.59l9.47-2.537a2.251 2.251 0 0 0 1.577-2.747 2.235 2.235 0 0 0-2.74-1.59Z" fill="url(#n)"/><path d="m18.627 44.627 8.989 6.78 26.32-15.53-23.101-19.99v-.078l-.01.08-10.053 5.057-1.041 11.494-.017-.014-.002.224-1.085 11.977Z" fill="url(#o)" style="mix-blend-mode:overlay"/><path d="m33.08 10.264-4.162 10.447 21.932 21.22 13.168-27.528.074-.02-.08.012-7.533-8.337-11.357 2.041.01-.02-.218.058-11.835 2.127Z" fill="url(#p)" style="mix-blend-mode:overlay"/><path d="m8.355 36.54 8.882 6.898 23.932-6.234L20.92 7.967l.001-.077-.01.08-10.1 4.923L9.617 24.37l-.016-.015-.005.225-1.242 11.96Z" fill="url(#q)" style="mix-blend-mode:overlay"/><path d="m52.487 70.372 5.99-9.517-8.558-23.202L22.816 60.68l-.077.006.08.003 5.894 9.567 11.539.056-.013.018.224-.017 12.024.058Z" fill="url(#r)" style="mix-blend-mode:overlay"/><path d="M45.668 17.241 39.932 7.57l-6.148 9.419 11.884.253Z" fill="url(#s)"/><path d="m57.553 17.494-5.736-9.672-6.148 9.419 11.884.253Z" fill="url(#t)"/><path d="m57.554 17.495-6.475 24.634-5.407-24.888 11.882.254Z" fill="url(#u)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#v)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#w)"/><path d="m51.816 7.826 5.736 9.672L63.7 8.08l-11.884-.254Z" fill="url(#x)"/><path d="m39.934 7.57 5.736 9.672 6.147-9.418-11.883-.254Z" fill="url(#y)"/><path d="m33.787 16.988 11.883.254 5.408 24.889-17.29-25.143Z" fill="url(#z)"/><path d="m69.44 17.749-11.883-.254L51.08 42.13l18.36-24.38Z" fill="url(#A)"/><g filter="url(#B)"><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/></g><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/><g filter="url(#C)"><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/></g><g filter="url(#D)"><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7-13.57-.335Z" fill="#fff"/></g><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7-13.57-.335Z" fill="#fff"/><path d="m51.37 7.859-5.885 9.24 6.788-9.295-.903.055Z" fill="#fff"/><circle cx="16.478" cy="58.423" fill="#fff" r="3.775"/><circle cx="20.978" cy="57.267" fill="#EE7248" r="3.775"/><circle cx="20.978" cy="57.267" fill="url(#E)" r="3.775"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.99 54.963a3.776 3.776 0 0 1 1.477 5.768 3.776 3.776 0 0 1-1.477-5.768Z" fill="url(#F)"/><defs><linearGradient id="b" x1="33.676" y1="32.885" x2="33.676" y2="73.627" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="c" x1="66.969" y1="58.94" x2="67.703" y2="67.895" gradientUnits="userSpaceOnUse"><stop stop-color="#EA8B60"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="d" x1="52.409" y1="33.145" x2="44.038" y2="84.583" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="e" x1="35.011" y1="34.652" x2="-1.761" y2="63.23" gradientUnits="userSpaceOnUse"><stop stop-color="#FFEF9F"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="f" x1="47.519" y1="66.318" x2="34.981" y2="51.574" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="46.477" y1="68.238" x2="31.445" y2="38.053" gradientUnits="userSpaceOnUse"><stop stop-color="#9DC1F7"/><stop offset="1" stop-color="#9DC1F7" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="64.582" y1="31.309" x2="64.582" y2="82.301" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="j" x1="21.661" y1="11.804" x2="-14.396" y2="47.861" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="k" x1="72.3" y1="35.176" x2="72.3" y2="85.562" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="l" x1="18.837" y1="36.191" x2="41.151" y2="36.191" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="m" x1="20.812" y1="43.558" x2="43.126" y2="43.558" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="n" x1="45.747" y1="49.368" x2="47.361" y2="52.594" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="o" x1="23.564" y1="39.855" x2="50.923" y2="39.755" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="p" x1="38.985" y1="13.752" x2="46.314" y2="40.058" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="q" x1="13.346" y1="31.835" x2="40.652" y2="32.096" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="r" x1="47.314" y1="65.869" x2="44.886" y2="38.669" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="s" x1="39.932" y1="7.569" x2="39.728" y2="17.114" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="t" x1="50.074" y1="9.753" x2="51.705" y2="14.869" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF84D"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="u" x1="51.613" y1="17.368" x2="49.403" y2="26.381" gradientUnits="userSpaceOnUse"><stop offset=".521" stop-color="#EEEA8E"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="v" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#8ACDEA"/><stop offset="1" stop-color="#AADF74"/></linearGradient><linearGradient id="w" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="x" x1="56.672" y1="9.392" x2="57.555" y2="17.498" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#E49928"/></linearGradient><linearGradient id="y" x1="45.876" y1="7.697" x2="45.672" y2="17.242" gradientUnits="userSpaceOnUse"><stop stop-color="#FBEC63"/><stop offset="1" stop-color="#FFDAA4"/></linearGradient><linearGradient id="z" x1="40.731" y1="16.11" x2="37.461" y2="31.195" gradientUnits="userSpaceOnUse"><stop stop-color="#EBA741"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="A" x1="60.528" y1="17.558" x2="60.423" y2="33.722" gradientUnits="userSpaceOnUse"><stop stop-color="#DCFFE5"/><stop offset="1" stop-color="#EBE78C"/></linearGradient><linearGradient id="E" x1="19.789" y1="54.472" x2="22.412" y2="55.578" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB876"/><stop offset="1" stop-color="#F26141" stop-opacity="0"/></linearGradient><linearGradient id="F" x1="17.781" y1="55.666" x2="20.096" y2="57.546" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><filter id="a" x="4.207" y="28.885" width="58.938" height="48.809" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="B" x="49.445" y="15.431" width="11.748" height="28.073" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="C" x="41.924" y="14.146" width="12.215" height="30.85" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1.5" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="D" x="31.936" y="14.543" width="39.674" height="5.893" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter></defs></svg>
|
|
1
|
+
<svg id="icon" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M59.145 63.875c0 11.25-11.403 9.752-25.469 9.752S8.207 75.126 8.207 63.875c0-11.25 11.403-30.99 25.47-30.99 14.065 0 25.468 19.74 25.468 30.99Z" fill="url(#b)"/></g><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#c)"/><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#d)"/><rect x=".816" y="34.438" width="60.447" height="36.456" rx="7" transform="rotate(-15 .816 34.438)" fill="#fff"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#e)"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#f)"/><mask id="h" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="19" width="66" height="49"><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="#64C07D"/><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="url(#g)"/></mask><g mask="url(#h)"><path transform="rotate(45 63.697 31.309)" fill="url(#i)" d="M63.697 31.309h1.769v50.992h-1.769z" style="mix-blend-mode:color-dodge"/><path d="m26.131 16.275 1.251 1.25-36.057 36.058-9.68-13.205 44.487-24.103Z" fill="url(#j)" style="mix-blend-mode:color-dodge"/><path transform="rotate(45 65.594 35.176)" fill="url(#k)" d="M65.594 35.176h13.412v50.386H65.594z" style="mix-blend-mode:color-dodge"/></g><path d="M48.044 29.87 9.654 40.158l.631 2.355 38.39-10.286-.631-2.355Z" fill="url(#l)" style="mix-blend-mode:screen"/><path d="m50.018 37.237-38.39 10.286.632 2.355 38.39-10.286-.632-2.355Z" fill="url(#m)" style="mix-blend-mode:screen"/><path d="m10.66 43.91 37.995-10.181M12.703 51.534l37.995-10.18" stroke="#000" stroke-miterlimit="10"/><path d="m54.62 46.423-9.47 2.538a2.251 2.251 0 0 0-1.577 2.746 2.25 2.25 0 0 0 2.74 1.59l9.47-2.537a2.251 2.251 0 0 0 1.577-2.747 2.235 2.235 0 0 0-2.74-1.59Z" fill="url(#n)"/><path d="m18.627 44.627 8.989 6.78 26.32-15.53-23.101-19.99v-.078l-.01.08-10.053 5.057-1.041 11.494-.017-.014-.002.224-1.085 11.977Z" fill="url(#o)" style="mix-blend-mode:overlay"/><path d="m33.08 10.264-4.162 10.447 21.932 21.22 13.168-27.528.074-.02-.08.012-7.533-8.337-11.357 2.041.01-.02-.218.058-11.835 2.127Z" fill="url(#p)" style="mix-blend-mode:overlay"/><path d="m8.355 36.54 8.882 6.898 23.932-6.234L20.92 7.967l.001-.077-.01.08-10.1 4.923L9.617 24.37l-.016-.015-.005.225-1.242 11.96Z" fill="url(#q)" style="mix-blend-mode:overlay"/><path d="m52.487 70.372 5.99-9.517-8.558-23.202L22.816 60.68l-.077.006.08.003 5.894 9.567 11.539.056-.013.018.224-.017 12.024.058Z" fill="url(#r)" style="mix-blend-mode:overlay"/><path d="M45.668 17.241 39.932 7.57l-6.148 9.419 11.884.253Z" fill="url(#s)"/><path d="m57.553 17.494-5.736-9.672-6.148 9.419 11.884.253Z" fill="url(#t)"/><path d="m57.554 17.495-6.475 24.634-5.407-24.888 11.882.254Z" fill="url(#u)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#v)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#w)"/><path d="m51.816 7.826 5.736 9.672L63.7 8.08l-11.884-.254Z" fill="url(#x)"/><path d="m39.934 7.57 5.736 9.672 6.147-9.418-11.883-.254Z" fill="url(#y)"/><path d="m33.787 16.988 11.883.254 5.408 24.889-17.29-25.143Z" fill="url(#z)"/><path d="m69.44 17.749-11.883-.254L51.08 42.13l18.36-24.38Z" fill="url(#A)"/><g filter="url(#B)"><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/></g><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/><g filter="url(#C)"><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/></g><g filter="url(#D)"><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7-13.57-.335Z" fill="#fff"/></g><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7-13.57-.335Z" fill="#fff"/><path d="m51.37 7.859-5.885 9.24 6.788-9.295-.903.055Z" fill="#fff"/><circle cx="16.478" cy="58.423" fill="#fff" r="3.775"/><circle cx="20.978" cy="57.267" fill="#EE7248" r="3.775"/><circle cx="20.978" cy="57.267" fill="url(#E)" r="3.775"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.99 54.963a3.776 3.776 0 0 1 1.477 5.768 3.776 3.776 0 0 1-1.477-5.768Z" fill="url(#F)"/><defs><linearGradient id="b" x1="33.676" y1="32.885" x2="33.676" y2="73.627" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="c" x1="66.969" y1="58.94" x2="67.703" y2="67.895" gradientUnits="userSpaceOnUse"><stop stop-color="#EA8B60"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="d" x1="52.409" y1="33.145" x2="44.038" y2="84.583" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="e" x1="35.011" y1="34.652" x2="-1.761" y2="63.23" gradientUnits="userSpaceOnUse"><stop stop-color="#FFEF9F"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="f" x1="47.519" y1="66.318" x2="34.981" y2="51.574" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="46.477" y1="68.238" x2="31.445" y2="38.053" gradientUnits="userSpaceOnUse"><stop stop-color="#9DC1F7"/><stop offset="1" stop-color="#9DC1F7" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="64.582" y1="31.309" x2="64.582" y2="82.301" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="j" x1="21.661" y1="11.804" x2="-14.396" y2="47.861" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="k" x1="72.3" y1="35.176" x2="72.3" y2="85.562" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="l" x1="18.837" y1="36.191" x2="41.151" y2="36.191" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="m" x1="20.812" y1="43.558" x2="43.126" y2="43.558" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="n" x1="45.747" y1="49.368" x2="47.361" y2="52.594" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="o" x1="23.564" y1="39.855" x2="50.923" y2="39.755" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="p" x1="38.985" y1="13.752" x2="46.314" y2="40.058" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="q" x1="13.346" y1="31.835" x2="40.652" y2="32.096" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="r" x1="47.314" y1="65.869" x2="44.886" y2="38.669" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="s" x1="39.932" y1="7.569" x2="39.728" y2="17.114" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="t" x1="50.074" y1="9.753" x2="51.705" y2="14.869" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF84D"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="u" x1="51.613" y1="17.368" x2="49.403" y2="26.381" gradientUnits="userSpaceOnUse"><stop offset=".521" stop-color="#EEEA8E"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="v" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#8ACDEA"/><stop offset="1" stop-color="#AADF74"/></linearGradient><linearGradient id="w" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="x" x1="56.672" y1="9.392" x2="57.555" y2="17.498" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#E49928"/></linearGradient><linearGradient id="y" x1="45.876" y1="7.697" x2="45.672" y2="17.242" gradientUnits="userSpaceOnUse"><stop stop-color="#FBEC63"/><stop offset="1" stop-color="#FFDAA4"/></linearGradient><linearGradient id="z" x1="40.731" y1="16.11" x2="37.461" y2="31.195" gradientUnits="userSpaceOnUse"><stop stop-color="#EBA741"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="A" x1="60.528" y1="17.558" x2="60.423" y2="33.722" gradientUnits="userSpaceOnUse"><stop stop-color="#DCFFE5"/><stop offset="1" stop-color="#EBE78C"/></linearGradient><linearGradient id="E" x1="19.789" y1="54.472" x2="22.412" y2="55.578" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB876"/><stop offset="1" stop-color="#F26141" stop-opacity="0"/></linearGradient><linearGradient id="F" x1="17.781" y1="55.666" x2="20.096" y2="57.546" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><filter id="a" x="4.207" y="28.885" width="58.938" height="48.809" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="B" x="49.445" y="15.431" width="11.748" height="28.073" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="C" x="41.924" y="14.146" width="12.215" height="30.85" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1.5" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="D" x="31.936" y="14.543" width="39.674" height="5.893" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 9.08c0 .496-.156.953-.425 1.35-.659.964-2.01 1.57-3.575 1.57-1.564 0-2.916-.616-3.575-1.57A2.394 2.394 0 0 1 8 9.08c0-.855.447-1.62 1.162-2.176.726-.566 1.72-.904 2.827-.904 1.106 0 2.1.348 2.827.904C15.553 7.45 16 8.225 16 9.079Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 9.18v2.813C16 13.753 14.21 15 12.006 15 9.8 15 8 13.742 8 11.993V9.181C8 7.42 9.79 6 12.006 6c1.107 0 2.103.358 2.83.93C15.552 7.504 16 8.302 16 9.18Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 12.18v2.813C16 16.753 14.21 18 12.006 18 9.8 18 8 16.742 8 14.993v-2.812" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.703 5.112A.995.995 0 1 1 5.11 3.705l6.221 6.22a.995.995 0 0 1-1.407 1.408L3.703 5.112ZM12.668 14.077a.995.995 0 1 1 1.407-1.408l6.221 6.222a.995.995 0 1 1-1.407 1.407l-6.221-6.221ZM14.075 11.332a.995.995 0 1 1-1.407-1.407l6.22-6.222a.995.995 0 0 1 1.408 1.407l-6.221 6.222ZM5.11 20.226a.995.995 0 0 1-1.407-1.407l6.221-6.221a.995.995 0 0 1 1.407 1.407l-6.22 6.221Z" fill="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.703 5.112A.995.995 0 1 1 5.11 3.705l6.221 6.22a.995.995 0 0 1-1.407 1.408L3.703 5.112ZM12.668 14.077a.995.995 0 1 1 1.407-1.408l6.221 6.222a.995.995 0 1 1-1.407 1.407l-6.221-6.221ZM14.075 11.332a.995.995 0 1 1-1.407-1.407l6.22-6.222a.995.995 0 0 1 1.408 1.407l-6.221 6.222ZM5.11 20.226a.995.995 0 0 1-1.407-1.407l6.221-6.221a.995.995 0 0 1 1.407 1.407l-6.22 6.221Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m14.66 20.01-1.52 1.52c-.62.62-1.64.62-2.26 0l-1.52-1.52c-.26-.26-.77-.47-1.13-.47H6.08c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.36-.21-.87-.47-1.13l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6 1.6-1.6m3.26-.49 1.52-1.52c.62-.62 1.64-.62 2.26 0l1.52 1.52c.26.26.77.47 1.13.47h2.15c.88 0 1.6.72 1.6 1.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .88-.72 1.6-1.6 1.
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m14.66 20.01-1.52 1.52c-.62.62-1.64.62-2.26 0l-1.52-1.52c-.26-.26-.77-.47-1.13-.47H6.08c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.36-.21-.87-.47-1.13l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6 1.6-1.6m3.26-.49 1.52-1.52c.62-.62 1.64-.62 2.26 0l1.52 1.52c.26.26.77.47 1.13.47h2.15c.88 0 1.6.72 1.6 1.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .88-.72 1.6-1.6 1.6" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m9 15 6-6m-.505 5.5h.009m-5.009-5h.008" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.809 2.759A2.813 2.813 0 0 1 11.742 2h5.524C18.776 2 20 3.16 20 4.59v13.82c0 1.43-1.224 2.59-2.734 2.59H6.734C5.224 21 4 19.84 4 18.41v-5.95c0-.477.408-.864.911-.864.504 0 .912.387.912.864v5.95c0 .476.408.863.911.863h10.532c.503 0 .911-.387.911-.864V4.591c0-.477-.408-.864-.911-.864h-5.367v4.03c0 .955-.816 1.728-1.823 1.728H4.911c-.368 0-.7-.21-.842-.533a.83.83 0 0 1 .198-.941l5.542-5.252Zm.267 2.19L7.112 7.758h2.964v-2.81Z" fill="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.809 2.759A2.813 2.813 0 0 1 11.742 2h5.524C18.776 2 20 3.16 20 4.59v13.82c0 1.43-1.224 2.59-2.734 2.59H6.734C5.224 21 4 19.84 4 18.41v-5.95c0-.477.408-.864.911-.864.504 0 .912.387.912.864v5.95c0 .476.408.863.911.863h10.532c.503 0 .911-.387.911-.864V4.591c0-.477-.408-.864-.911-.864h-5.367v4.03c0 .955-.816 1.728-1.823 1.728H4.911c-.368 0-.7-.21-.842-.533a.83.83 0 0 1 .198-.941l5.542-5.252Zm.267 2.19L7.112 7.758h2.964v-2.81Z" fill="#000"/><rect x="8" y="12" width="8" height="2" rx="1" fill="currentColor"/><rect x="8" y="15" width="5" height="2" rx="1" fill="currentColor"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5v10c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5v-5.98" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5v10c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5v-5.98" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.5 4.5v2c0 1.1.9 2 2 2h2" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 13h4M8 17h8" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 13.24v-1.73c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76h-5.48" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 13.24v-1.73c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76h-5.48" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.56 13.97v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 16.5h5.34c.64 0 1.16.52 1.16 1.16v1.28" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.22 15.28 3 16.5l1.22 1.22m5.28 4.06H4.16c-.64 0-1.16-.52-1.16-1.16v-1.28" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m8.28 23 1.22-1.22-1.22-1.22" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke="
|
|
1
|
+
<svg id="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.5 14.07v-2.56c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H6.26c-2.07 0-3.76-1.69-3.76-3.76m9.78-16.07a1.9 1.9 0 0 1 2.57 1.78v3.8"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5m14.25 10.3v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 12h7"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.54 12c0 3.04.49 6.08 1.46 9H8M8 3h1c-.49 1.46-.85 2.95-1.1 4.46m8.23 8.9c-.25 1.56-.62 3.12-1.13 4.64m0-18c.97 2.92 1.46 5.96 1.46 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 16v-1a28.424 28.424 0 0 0 18 0v1M3 9a28.424 28.424 0 0 1 18 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.54 12c0 3.04.49 6.08 1.46 9H8M8 3h1c-.49 1.46-.85 2.95-1.1 4.46m8.23 8.9c-.25 1.56-.62 3.12-1.13 4.64m0-18c.97 2.92 1.46 5.96 1.46 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 16v-1a28.424 28.424 0 0 0 18 0v1M3 9a28.424 28.424 0 0 1 18 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" width="25" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.351 5.45a7.5 7.5 0 1 1-3.135 3.135" stroke="
|
|
1
|
+
<svg id="icon" width="25" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.351 5.45a7.5 7.5 0 1 1-3.135 3.135" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.851 15.086a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.851 4.086v-2M4.851 12.086h-2M12.851 20.086v2M20.851 12.086h2" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33"><rect fill="currentColor" width="32" height="32" y=".5" rx="16"/><path
|
|
1
|
+
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33"><rect fill="currentColor" width="32" height="32" y=".5" rx="16"/><path d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5-8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6Z" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6Z" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m10.97 9.03.76-.76m-5.46 5.46 2.22-2.22L9 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 11v10c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6v1" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.925 13.5h.009m-5.739-5h.009" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.53v2.97c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5H7c-3 0-5 1.5-5 5V9h1c3 0 4-1 4-4V4" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.53v2.97c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5H7c-3 0-5 1.5-5 5V9h1c3 0 4-1 4-4V4" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 9h-1c-3 0-4-1-4-4V4M2 15h1c3 0 4 1 4 4v1m15-5h-1c-3 0-4 1-4 4v1" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.95h8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 6.74c0-3.37.84-4.21 4.21-4.21h10.53c3.37 0 4.21.84 4.21 4.21M10 16.95H6.21c-3.37 0-4.21-.84-4.21-4.21v-1.89m8 10.62v-4.52m-3.26 4.52H10m12-8.67c0-2.37-.59-2.96-2.96-2.96h-3.55c-2.37 0-2.96.59-2.96 2.96v5.71c0 2.37.59 2.96 2.96 2.96h3.55c2.37 0 2.96-.59 2.96-2.96v-1.57" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.244 18.25h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#1C1C1C"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308a.41.41 0 0 1 .412.412v.608H21.37v-.608a.41.41 0 0 1 .406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308a.41.41 0 0 1 .412.412v.608H21.37v-.608a.41.41 0 0 1 .406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Zm12.738 19.118H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709Zm27.938 0H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601 11.796 7.6Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601 11.796 7.6Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47l-11.798 7.6h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47l-11.798 7.6h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Zm4.316 0h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044c3.94-4.684 7.03-9.694 7.03-13.991C48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044c3.94-4.684 7.03-9.694 7.03-13.991C48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
|
|
1
|
+
<svg id="icon" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#000"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308a.41.41 0 0 1 .412.412v.608H21.37v-.608a.41.41 0 0 1 .406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308a.41.41 0 0 1 .412.412v.608H21.37v-.608a.41.41 0 0 1 .406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608a.41.41 0 0 1 .407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Zm12.738 19.118H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709Zm27.938 0H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601 11.796 7.6Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601 11.796 7.6Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47l-11.798 7.6h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47l-11.798 7.6h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Zm4.316 0h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044c3.94-4.684 7.03-9.694 7.03-13.991C48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044c3.94-4.684 7.03-9.694 7.03-13.991C48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.32 15.27 6.54-6.54m-6.13 1.64a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Zm6.54 5.72a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.32 15.27 6.54-6.54m-6.13 1.64a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Zm6.54 5.72a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke="
|
|
1
|
+
<svg id="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8.32 15.27 6.54-6.54m-6.13 1.64a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Zm6.54 5.72a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 8h5m-4 4h4m-2 4h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62Zm3.5 5.04a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="12" cy="12" r="10" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="12" cy="12" r="10" stroke="#000" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073 6.6 6.6 0 0 0 .903 3.34c.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 19h8c2 0 3-1 3-3V8c0-2-1-3-3-3H8C6 5 5 6 5 8v8c0 2 1 3 3 3Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9.5h2.48a2.5 2.5 0 0 1 0 5H5" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 9.99h-3M19 14h-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.2 12h.1" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m9.05 11.87 1.61 1.61 4.3-4.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.59 7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44v-3.52" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m9.05 11.87 1.61 1.61 4.3-4.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.59 7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44v-3.52" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.71 15.18-3.1-1.85c-.54-.32-.98-1.09-.98-1.72v-4.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.71 15.18-3.1-1.85c-.54-.32-.98-1.09-.98-1.72v-4.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.02 3.01A4.944 4.944 0 0 0 12 2C9.24 2 7 4.24 7 7s2.24 5 5 5 5-2.24 5-5M3.41 22c0-3.87 3.85-7 8.59-7 .96 0 1.89.13 2.76.37" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.02 3.01A4.944 4.944 0 0 0 12 2C9.24 2 7 4.24 7 7s2.24 5 5 5 5-2.24 5-5M3.41 22c0-3.87 3.85-7 8.59-7 .96 0 1.89.13 2.76.37" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 14 18c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 22 18Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m16.44 18 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4Zm-2.51-.02H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 15.44h-5M12 13v5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22H8.1c-.24 0-.48-.02-.71-.05-3.18-.21-4.88-1.91-5.09-5.09-.03-.23-.05-.47-.05-.71V14.2c0-2.01 1.22-3.74 2.96-4.49.6-.25 1.24-.39 1.92-.39h9.76c.49 0 .97.07 1.41.2 2 .6 3.46 2.47 3.46 4.67v1.95c0 .2-.01.4-.02.6-.19 3.5-2.14 5.26-5.84 5.26" stroke="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 15.44h-5M12 13v5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22H8.1c-.24 0-.48-.02-.71-.05-3.18-.21-4.88-1.91-5.09-5.09-.03-.23-.05-.47-.05-.71V14.2c0-2.01 1.22-3.74 2.96-4.49.6-.25 1.24-.39 1.92-.39h9.76c.49 0 .97.07 1.41.2 2 .6 3.46 2.47 3.46 4.67v1.95c0 .2-.01.4-.02.6-.19 3.5-2.14 5.26-5.84 5.26" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m12.9 2.52-.03.07-2.9 6.73H7.12c-.68 0-1.33.14-1.92.39l1.75-4.18.04-.1.07-.16c.02-.06.04-.12.07-.17 1.31-3.03 2.79-3.72 5.77-2.58Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.29 9.52c-.45-.14-.93-.2-1.41-.2H9.97l2.9-6.73.03-.07c.15.05.29.12.44.18l2.21.93c1.23.51 2.09 1.04 2.61 1.68.1.12.18.23.25.36.09.14.16.28.2.43.04.09.07.18.09.26.27.84.11 1.87-.41 3.16ZM6.95 5.53 5.2 9.71a4.894 4.894 0 0 0-2.96 4.49v-2.93c0-2.84 2.02-5.21 4.71-5.74Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.76 11.27v2.93c0-2.2-1.46-4.07-3.46-4.67.52-1.3.67-2.32.42-3.17-.02-.09-.05-.18-.09-.26 1.86.96 3.13 2.93 3.13 5.17Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.75 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11-1.97 0-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94 1.97 0 3.57-1.23 3.57-2.94Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36-.59.97-1.8 1.58-3.2 1.58-1.4 0-2.61-.62-3.2-1.58-.24-.4-.38-.86-.38-1.36 0-.86.4-1.63 1.04-2.19.65-.57 1.54-.91 2.53-.91.99 0 1.88.35 2.53.91.66.55 1.06 1.33 1.06 2.19Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94-1.97 0-3.58-1.23-3.58-2.94v-2.75C3.6 12.39 5.2 11 7.18 11c.99 0 1.88.35 2.53.91.64.56 1.04 1.34 1.04 2.
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.75 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11-1.97 0-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94 1.97 0 3.57-1.23 3.57-2.94Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36-.59.97-1.8 1.58-3.2 1.58-1.4 0-2.61-.62-3.2-1.58-.24-.4-.38-.86-.38-1.36 0-.86.4-1.63 1.04-2.19.65-.57 1.54-.91 2.53-.91.99 0 1.88.35 2.53.91.66.55 1.06 1.33 1.06 2.19Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94-1.97 0-3.58-1.23-3.58-2.94v-2.75C3.6 12.39 5.2 11 7.18 11c.99 0 1.88.35 2.53.91.64.56 1.04 1.34 1.04 2.2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02Z" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 3.5c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94.26-.04.53-.06.81-.06h5" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12.063V11a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12.063V11a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.063" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m5 7 8.571-5L15 4.308M10 7l8-4 2 2.91" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.56 18H21a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v3" stroke="#000" stroke-width="2" stroke-linecap="round"/></svg>
|
|
@@ -5,9 +5,9 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
|
5
5
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
6
6
|
exports.Bonus = (0, uni_jsx_1.JSX)((props) => {
|
|
7
7
|
const { className = '', title, description, bonusItems, anchor = null } = props;
|
|
8
|
-
return ((0, jsx_runtime_1.jsx)("section", { className: `bg-white p-
|
|
8
|
+
return ((0, jsx_runtime_1.jsx)("section", { className: `font-sans bg-white p-[50px] pb-9 ${className}`, id: anchor, children: (0, jsx_runtime_1.jsxs)("div", { className: "container", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h3", className: "text-center", title: title }) : null, description ? ((0, jsx_runtime_1.jsx)("div", { className: "text-md font-light text-center mt-[10px]", children: description })) : null, (0, jsx_runtime_1.jsx)("div", { className: "flex flex-wrap w-full mt-9", children: bonusItems
|
|
9
9
|
? bonusItems.map((_, i) => {
|
|
10
|
-
return ((0, jsx_runtime_1.jsx)("div", { className: "flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-
|
|
10
|
+
return ((0, jsx_runtime_1.jsx)("div", { className: "flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-[14px] mx-[7px] even:mr-0 odd:ml-0 last:odd:mx-0", children: (0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between w-full", children: [(0, jsx_runtime_1.jsxs)("div", { className: "mr-4", children: [(0, jsx_runtime_1.jsx)("div", { className: "text-title-sm", children: _.name }), (0, jsx_runtime_1.jsx)("div", { className: "text-md font-light mt-[14px] max-w-[488px]", children: _.description })] }), _.bonusCount ? ((0, jsx_runtime_1.jsxs)("div", { className: "relative -bottom-3 h-auto flex items-end mt-14 shrink-0", children: [(0, jsx_runtime_1.jsx)("span", { className: "font-mohave -tracking-[5px] text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7", children: _.bonusCount }), (0, jsx_runtime_1.jsx)("span", { className: "text-[44px] bg-clip-text text-transparent bg-green-to-yellow", children: _.bonusName })] })) : null] }) }, String(i)));
|
|
11
11
|
})
|
|
12
12
|
: null })] }) }));
|
|
13
13
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bonus.js","sourceRoot":"","sources":["../../../src/components/Bonus/Bonus.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,0DAAuD;AAI1C,QAAA,KAAK,GAAG,IAAA,aAAG,EAAa,CAAC,KAAK,EAAE,EAAE;IAC7C,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAEhF,OAAO,CACL,oCAAS,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"Bonus.js","sourceRoot":"","sources":["../../../src/components/Bonus/Bonus.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,0DAAuD;AAI1C,QAAA,KAAK,GAAG,IAAA,aAAG,EAAa,CAAC,KAAK,EAAE,EAAE;IAC7C,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAEhF,OAAO,CACL,oCAAS,SAAS,EAAE,oCAAoC,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,YAC7E,iCAAK,SAAS,EAAC,WAAW,aACvB,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACjF,WAAW,CAAC,CAAC,CAAC,CACb,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,gCAAK,SAAS,EAAC,4BAA4B,YACxC,UAAU;wBACT,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;4BACtB,OAAO,CACL,gCAEE,SAAS,EAAC,8GAA8G,YAExH,iCAAK,SAAS,EAAC,6BAA6B,aAC1C,iCAAK,SAAS,EAAC,MAAM,aACnB,gCAAK,SAAS,EAAC,eAAe,YAAE,CAAC,CAAC,IAAI,GAAO,EAC7C,gCAAK,SAAS,EAAC,4CAA4C,YACxD,CAAC,CAAC,WAAW,GACV,IACF,EACL,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CACd,iCAAK,SAAS,EAAC,yDAAyD,aACtE,iCAAM,SAAS,EAAC,qGAAqG,YAClH,CAAC,CAAC,UAAU,GACR,EACP,iCAAM,SAAS,EAAC,8DAA8D,YAC3E,CAAC,CAAC,SAAS,GACP,IACH,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IApBD,MAAM,CAAC,CAAC,CAAC,CAqBV,CACP,CAAC;wBACJ,CAAC,CAAC;wBACJ,CAAC,CAAC,IAAI,GACJ,IACF,GACE,CACX,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
|
|
2
2
|
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
3
|
-
/** @title
|
|
3
|
+
/** @title Плитка */
|
|
4
4
|
interface BonusItems {
|
|
5
|
-
/** @title
|
|
5
|
+
/** @title Бонусы */
|
|
6
6
|
name?: string;
|
|
7
7
|
/** @title Описание плитки */
|
|
8
8
|
description?: string;
|
|
@@ -12,9 +12,10 @@ interface BonusItems {
|
|
|
12
12
|
bonusName?: string;
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
15
|
-
* @title
|
|
15
|
+
* @title Блок Бонусы
|
|
16
16
|
*/
|
|
17
17
|
export declare type BonusContent = HeadingContent & DescriptionContent & {
|
|
18
|
+
/** @title Список плиток */
|
|
18
19
|
bonusItems?: BonusItems[];
|
|
19
20
|
};
|
|
20
21
|
export {};
|
|
@@ -3,5 +3,5 @@ exports.CurrentLocation = void 0;
|
|
|
3
3
|
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const Img_1 = require("../../ui-kit/Img/Img");
|
|
6
|
-
exports.CurrentLocation = (0, uni_jsx_1.JSX)(({ className = '', address, distance }) => ((0, jsx_runtime_1.jsxs)("div", { className: `flex text-sm ${className}`, children: [(0, jsx_runtime_1.jsx)(Img_1.Img, {
|
|
6
|
+
exports.CurrentLocation = (0, uni_jsx_1.JSX)(({ className = '', address, distance }) => ((0, jsx_runtime_1.jsxs)("div", { className: `flex text-sm ${className}`, children: [(0, jsx_runtime_1.jsx)(Img_1.Img, { image: { icon: 'GpsIcon' }, width: "24", height: "24", asSVG: true }), (0, jsx_runtime_1.jsxs)("div", { className: "ml-3 font-light", children: [address ? (0, jsx_runtime_1.jsx)("p", { className: "m-0 mb-[3px]", children: address }) : null, distance ? ((0, jsx_runtime_1.jsxs)("p", { className: "text-secondary-text m-0", children: ["\u041A\u0443\u0440\u0441 \u0443\u043A\u0430\u0437\u0430\u043D \u0434\u043B\u044F \u0431\u043B\u0438\u0436\u0430\u0439\u0448\u0435\u0433\u043E \u043E\u0444\u0438\u0441\u0430 - ", distance] })) : null] })] })));
|
|
7
7
|
//# sourceMappingURL=CurrentLocation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CurrentLocation.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrentLocation.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,8CAA2C;AAQ9B,QAAA,eAAe,GAAG,IAAA,aAAG,EAChC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACzC,iCAAK,SAAS,EAAE,gBAAgB,SAAS,EAAE,aACzC,uBAAC,SAAG,IAAC,
|
|
1
|
+
{"version":3,"file":"CurrentLocation.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrentLocation.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,8CAA2C;AAQ9B,QAAA,eAAe,GAAG,IAAA,aAAG,EAChC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACzC,iCAAK,SAAS,EAAE,gBAAgB,SAAS,EAAE,aACzC,uBAAC,SAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,EAChE,iCAAK,SAAS,EAAC,iBAAiB,aAC7B,OAAO,CAAC,CAAC,CAAC,8BAAG,SAAS,EAAC,cAAc,YAAE,OAAO,GAAK,CAAC,CAAC,CAAC,IAAI,EAC1D,QAAQ,CAAC,CAAC,CAAC,CACV,+BAAG,SAAS,EAAC,yBAAyB,gMAAqC,QAAQ,IAAK,CACzF,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CACF,CAAC"}
|
|
@@ -7,9 +7,9 @@ const Input_1 = require("../../ui-kit/Input/Input");
|
|
|
7
7
|
const Select_1 = require("../../ui-kit/Select/Select");
|
|
8
8
|
const SelectOption_1 = require("../../ui-kit/Select/SelectOption");
|
|
9
9
|
exports.ExchangeCurrencyCalculator = (0, uni_jsx_1.JSX)(({ codes, className = '' }) => {
|
|
10
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: `grid gap-3.5 ${className}`, children: [renderInput('Хочу продать', codes), renderInput('Получу', codes), (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "box-border mt-3.5 py-3 h-12 w-full", version: "primary", href: "#", children: "\u041A\u0443\u043F\u0438\u0442\u044C \u0432\u0430\u043B\u044E\u0442\u0443" })] }));
|
|
10
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: `grid gap-3.5 ${className}`, children: [renderInput('Хочу продать', codes), renderInput('Получу', codes, 'USD'), (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "box-border mt-3.5 py-3 h-12 w-full", version: "primary", href: "#", children: "\u041A\u0443\u043F\u0438\u0442\u044C \u0432\u0430\u043B\u044E\u0442\u0443" })] }));
|
|
11
11
|
});
|
|
12
|
-
function renderInput(placeholder, codes) {
|
|
13
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: "relative flex items-center", children: [(0, jsx_runtime_1.jsx)(Input_1.Input, { className: "h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12", type: "number", placeholder: `${placeholder}` }), codes.length ? ((0, jsx_runtime_1.jsx)(Select_1.Select, { className: "h-9 -translate-x-4", children: codes.map((code, i) => ((0, jsx_runtime_1.jsx)(SelectOption_1.SelectOption, { value: code, children: code }, String(i)))) })) : null] }));
|
|
12
|
+
function renderInput(placeholder, codes, selected) {
|
|
13
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: "relative flex items-center", children: [(0, jsx_runtime_1.jsx)(Input_1.Input, { className: "h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12", type: "number", placeholder: `${placeholder}` }), codes.length ? ((0, jsx_runtime_1.jsx)(Select_1.Select, { className: "h-9 -translate-x-4", children: codes.map((code, i) => ((0, jsx_runtime_1.jsx)(SelectOption_1.SelectOption, { value: code, selected: code === selected, children: code }, String(i)))) })) : null] }));
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=ExchangeCurrencyCalculator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoD;AACpD,oDAAiD;AACjD,uDAAoD;AACpD,mEAAgE;AASnD,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EAAE,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE;IAC5B,OAAO,CACL,iCAAK,SAAS,EAAE,gBAAgB,SAAS,EAAE,aACxC,WAAW,CAAC,cAAc,EAAE,KAAK,CAAC,EAClC,WAAW,CAAC,QAAQ,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoD;AACpD,oDAAiD;AACjD,uDAAoD;AACpD,mEAAgE;AASnD,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EAAE,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE;IAC5B,OAAO,CACL,iCAAK,SAAS,EAAE,gBAAgB,SAAS,EAAE,aACxC,WAAW,CAAC,cAAc,EAAE,KAAK,CAAC,EAClC,WAAW,CAAC,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,EACpC,uBAAC,eAAM,IAAC,SAAS,EAAC,oCAAoC,EAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,GAAG,0FAExE,IACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,WAAW,CAAC,WAAmB,EAAE,KAAe,EAAE,QAAiB;IAC1E,OAAO,CACL,iCAAK,SAAS,EAAC,4BAA4B,aACzC,uBAAC,aAAK,IACJ,SAAS,EAAC,uFAAuF,EACjG,IAAI,EAAC,QAAQ,EACb,WAAW,EAAE,GAAG,WAAW,EAAE,GAC7B,EACD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,eAAM,IAAC,SAAS,EAAC,oBAAoB,YACnC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,uBAAC,2BAAY,IAAiB,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,KAAK,QAAQ,YACnE,IAAI,IADY,MAAM,CAAC,CAAC,CAAC,CAEb,CAChB,CAAC,GACK,CACV,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -7,6 +7,6 @@ const MediaButton_1 = require("./MediaButton");
|
|
|
7
7
|
exports.SocialMedia = (0, uni_jsx_1.JSX)(({ className = '', media, version, context, children }) => {
|
|
8
8
|
const router = context.useRouter();
|
|
9
9
|
const { handlerDecorator } = context;
|
|
10
|
-
return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: `flex gap-2.5
|
|
10
|
+
return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: `flex gap-2.5 ${className}`, children: media?.map((_, index) => ((0, jsx_runtime_1.jsx)(MediaButton_1.MediaButton, { version: version, ...(0, useLink_1.useLink)({ router, handlerDecorator }, _) }, String(index)))) }), (0, jsx_runtime_1.jsx)("span", { className: "font-light text-sm text-secondary-text", children: children })] }));
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=SocialMedia.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialMedia.js","sourceRoot":"","sources":["../../../src/components/Footer/SocialMedia.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAI9C,+CAA4C;AAO/B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxD,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IACnC,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IACrC,OAAO,CACL,4CACE,gCAAK,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"SocialMedia.js","sourceRoot":"","sources":["../../../src/components/Footer/SocialMedia.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAI9C,+CAA4C;AAO/B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxD,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IACnC,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IACrC,OAAO,CACL,4CACE,gCAAK,SAAS,EAAE,gBAAgB,SAAS,EAAE,YACxC,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,CACxB,uBAAC,yBAAW,IAEV,OAAO,EAAE,OAAO,KACZ,IAAA,iBAAO,EAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,IAFvC,MAAM,CAAC,KAAK,CAAC,CAGlB,CACH,CAAC,GACE,EACN,iCAAM,SAAS,EAAC,wCAAwC,YAAE,QAAQ,GAAQ,IACtE,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -5,7 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
|
5
5
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
6
6
|
const Img_1 = require("../../ui-kit/Img/Img");
|
|
7
7
|
exports.GracePeriod = (0, uni_jsx_1.JSX)(({ className = '', title, description, calendar, anchor = null }) => {
|
|
8
|
-
return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white p-
|
|
8
|
+
return ((0, jsx_runtime_1.jsxs)("section", { className: `font-sans bg-white p-[50px] ${className}`, id: anchor, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h3", className: "text-center", title: title }), (0, jsx_runtime_1.jsx)("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
|
|
9
9
|
});
|
|
10
10
|
const renderCalendar = (calendar) => {
|
|
11
11
|
const colCount = calendar.reduce((accumulator, currentValue) => currentValue?.month?.length ? accumulator + currentValue.month.length : accumulator, 0) || 1;
|
|
@@ -16,8 +16,8 @@ const renderCalendar = (calendar) => {
|
|
|
16
16
|
..._,
|
|
17
17
|
flexBasis: `${_.month.length * colSize}%`,
|
|
18
18
|
}));
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full flex flex-col justify-center mt-
|
|
19
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full flex flex-col justify-center mt-[54px]", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex w-full mb-3 font-light text-m-title-md text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), (0, jsx_runtime_1.jsx)("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => ((0, jsx_runtime_1.jsxs)("div", { className: "pr-[11px] mr-3 border-r border-main-divider last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex", children: renderMonthImages(_) }), (0, jsx_runtime_1.jsxs)("div", { className: "font-light text-sm text-primary-text mt-3", children: [(0, jsx_runtime_1.jsx)("span", { children: _.blackText }), "\u2009", (0, jsx_runtime_1.jsx)("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
|
|
20
20
|
};
|
|
21
21
|
const renderMonthNames = (item, colSize) => item.month.map((_) => ((0, jsx_runtime_1.jsx)("div", { style: { flexBasis: `${colSize}%` }, children: _.name }, `monthName-${_.name}`)));
|
|
22
|
-
const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? ((0, jsx_runtime_1.jsx)("div", { className: "
|
|
22
|
+
const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? ((0, jsx_runtime_1.jsx)("div", { className: "h-[207px] border-r-[1px] pr-3 mr-3 border-main-divider last:border-r-0 last:pr-0 last:mr-0", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
|
|
23
23
|
//# sourceMappingURL=GracePeriod.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,0DAAuD;AACvD,8CAA2C;AAI9B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,qCAAS,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,0DAAuD;AACvD,8CAA2C;AAI9B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,qCAAS,SAAS,EAAE,+BAA+B,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aACxE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,QAAQ,CAAC,CAAC,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,IACnC,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CACb,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAC5B,YAAY,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,EACrF,CAAC,CACF,IAAI,CAAC,CAAC;IACT,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ;SAC5B,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC;SAC/B,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACX,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEN,OAAO,CACL,iCAAK,SAAS,EAAC,+CAA+C,aAC5D,gCAAK,SAAS,EAAC,yDAAyD,YACrE,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,gCAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,iCAEE,SAAS,EAAC,iFAAiF,EAC3F,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,gCAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,iCAAK,SAAS,EAAC,2CAA2C,aACxD,2CAAO,CAAC,CAAC,SAAS,GAAQ,YAC1B,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,gCAAiC,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YACjE,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,CAAC,IAAI,EAAE,CAEzB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,CACb,gCAEE,SAAS,EAAC,4FAA4F,YAEtG,uBAAC,SAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC,CAAC,IAAI,CACT,CAAC"}
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
2
2
|
exports.NavigatorTabItem = void 0;
|
|
3
3
|
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
|
-
const TEXT_CLASSES = 'font-sans font-normal text-
|
|
5
|
+
const TEXT_CLASSES = 'font-sans font-normal text-m-md';
|
|
6
6
|
const LINK_CLASSES = 'flex-1 flex items-center justify-center cursor-pointer';
|
|
7
7
|
exports.NavigatorTabItem = (0, uni_jsx_1.JSX)(({ className = '', text, active, children, onClick, href, target = '_self' }) => ((0, jsx_runtime_1.jsx)("a", { className: getLinkClasses(className, active), target: target, href: href, onClick: onClick, children: (0, jsx_runtime_1.jsx)("span", { className: getTextClasses(active), children: text || children }) })));
|
|
8
8
|
const getLinkClasses = (className, active) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigatorTabItem.js","sourceRoot":"","sources":["../../../src/components/NavigatorTabs/NavigatorTabItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AASxC,MAAM,YAAY,GAAG
|
|
1
|
+
{"version":3,"file":"NavigatorTabItem.js","sourceRoot":"","sources":["../../../src/components/NavigatorTabs/NavigatorTabItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AASxC,MAAM,YAAY,GAAG,iCAAiC,CAAC;AACvD,MAAM,YAAY,GAAG,wDAAwD,CAAC;AAEjE,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,EAAE,EAAE,EAAE,CAAC,CAC/E,8BAAG,SAAS,EAAE,cAAc,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,YAC3F,iCAAM,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,YAAG,IAAI,IAAI,QAAQ,GAAQ,GAChE,CACL,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,SAAiB,EAAE,MAAgB,EAAE,EAAE;IAC7D,MAAM,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,gBAAgB,CAAC;IAE9D,OAAO,GAAG,OAAO,IAAI,YAAY,IAAI,SAAS,EAAE,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,MAAgB,EAAE,EAAE;IAC1C,MAAM,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,oDAAoD,CAAC;IAE7F,OAAO,GAAG,OAAO,IAAI,YAAY,EAAE,CAAC;AACtC,CAAC,CAAC"}
|