@redneckz/wildless-cms-uni-blocks 0.3.47 → 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 +67 -57
- 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 +7 -5
- package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
- package/dist/components/GracePeriod/GracePeriodContent.d.ts +14 -3
- package/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +2 -2
- package/dist/components/NavigatorTabs/NavigatorTabItem.js +2 -2
- package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/dist/components/NavigatorTabs/NavigatorTabs.js +6 -9
- package/dist/components/NavigatorTabs/NavigatorTabs.js.map +1 -1
- package/dist/components/NavigatorTabs/NavigatorTabsContent.d.ts +2 -12
- 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/ProductTile/ProductTile.js +2 -3
- package/dist/components/ProductTile/ProductTile.js.map +1 -1
- package/dist/components/ProductTile/ProductTileContent.d.ts +2 -2
- 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/components/StepsBlock/StepsBlock.js +1 -1
- package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
- package/dist/components/Tile/Tile.js +2 -3
- package/dist/components/Tile/Tile.js.map +1 -1
- package/dist/components/Tile/TileContent.d.ts +2 -2
- 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/types.d.ts +5 -1
- package/dist/ui-kit/Button/ButtonInner.js +1 -1
- package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
- 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/BaseTile/getTileHeadingType.d.ts +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 +7 -5
- package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
- package/lib/components/GracePeriod/GracePeriodContent.d.ts +14 -3
- package/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +2 -2
- package/lib/components/NavigatorTabs/NavigatorTabItem.js +2 -2
- package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/lib/components/NavigatorTabs/NavigatorTabs.js +7 -10
- package/lib/components/NavigatorTabs/NavigatorTabs.js.map +1 -1
- package/lib/components/NavigatorTabs/NavigatorTabsContent.d.ts +2 -12
- 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/ProductTile/ProductTile.js +2 -3
- package/lib/components/ProductTile/ProductTile.js.map +1 -1
- package/lib/components/ProductTile/ProductTileContent.d.ts +2 -2
- 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/components/StepsBlock/StepsBlock.js +1 -1
- package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
- package/lib/components/Tile/Tile.js +2 -3
- package/lib/components/Tile/Tile.js.map +1 -1
- package/lib/components/Tile/TileContent.d.ts +2 -2
- 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/types.d.ts +5 -1
- package/lib/ui-kit/Button/ButtonInner.js +1 -1
- package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
- 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 +27 -14
- 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 +7 -5
- package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
- package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +14 -3
- package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +2 -2
- package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +2 -2
- package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/mobile/dist/components/NavigatorTabs/NavigatorTabs.js +6 -9
- package/mobile/dist/components/NavigatorTabs/NavigatorTabs.js.map +1 -1
- package/mobile/dist/components/NavigatorTabs/NavigatorTabsContent.d.ts +2 -12
- 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/ProductTile/ProductTile.js +2 -3
- package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
- package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +2 -2
- 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/components/Tile/Tile.js +2 -3
- package/mobile/dist/components/Tile/Tile.js.map +1 -1
- package/mobile/dist/components/Tile/TileContent.d.ts +2 -2
- 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/types.d.ts +5 -1
- package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
- package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
- 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 +7 -5
- package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
- package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +14 -3
- package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +2 -2
- package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +2 -2
- package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
- package/mobile/lib/components/NavigatorTabs/NavigatorTabs.js +7 -10
- package/mobile/lib/components/NavigatorTabs/NavigatorTabs.js.map +1 -1
- package/mobile/lib/components/NavigatorTabs/NavigatorTabsContent.d.ts +2 -12
- 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/ProductTile/ProductTile.js +2 -3
- package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
- package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +2 -2
- 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/components/Tile/Tile.js +2 -3
- package/mobile/lib/components/Tile/Tile.js.map +1 -1
- package/mobile/lib/components/Tile/TileContent.d.ts +2 -2
- 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/types.d.ts +5 -1
- package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
- package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
- 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 +12 -6
- package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
- package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
- package/mobile/src/components/GracePeriod/GracePeriod.example.json +10 -5
- package/mobile/src/components/GracePeriod/GracePeriod.tsx +17 -11
- package/mobile/src/components/GracePeriod/GracePeriodContent.ts +14 -3
- package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +5 -5
- package/mobile/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
- package/mobile/src/components/NavigatorTabs/NavigatorTabs.tsx +12 -15
- package/mobile/src/components/NavigatorTabs/NavigatorTabsContent.ts +2 -12
- 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/ProductTile/ProductTile.example.json +1 -0
- package/mobile/src/components/ProductTile/ProductTile.tsx +3 -2
- package/mobile/src/components/ProductTile/ProductTileContent.ts +2 -1
- 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/components/Tile/Tile.example.json +1 -0
- package/mobile/src/components/Tile/Tile.tsx +2 -2
- package/mobile/src/components/Tile/TileContent.ts +2 -1
- 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/types.ts +5 -1
- package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
- 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 +12 -6
- 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.example.json +10 -5
- package/src/components/GracePeriod/GracePeriod.tsx +17 -11
- package/src/components/GracePeriod/GracePeriodContent.ts +14 -3
- package/src/components/NavigatorTabs/NavigatorTabItem.tsx +5 -5
- package/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
- package/src/components/NavigatorTabs/NavigatorTabs.fixture.tsx +6 -1
- package/src/components/NavigatorTabs/NavigatorTabs.tsx +12 -15
- package/src/components/NavigatorTabs/NavigatorTabsContent.ts +2 -12
- 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/ProductTile/ProductTile.example.json +1 -0
- package/src/components/ProductTile/ProductTile.fixture.tsx +7 -2
- package/src/components/ProductTile/ProductTile.tsx +3 -2
- package/src/components/ProductTile/ProductTileContent.ts +2 -1
- 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/components/StepsBlock/StepsBlock.tsx +1 -1
- package/src/components/Tile/Tile.example.json +1 -0
- package/src/components/Tile/Tile.fixture.tsx +5 -0
- package/src/components/Tile/Tile.tsx +2 -2
- package/src/components/Tile/TileContent.ts +2 -1
- 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/types.ts +5 -1
- package/src/ui-kit/Button/ButtonInner.tsx +1 -1
- 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
|
@@ -6,7 +6,6 @@ import { Description } from '../../ui-kit/Description/Description';
|
|
|
6
6
|
import { Heading } from '../../ui-kit/Heading/Heading';
|
|
7
7
|
import { Img } from '../../ui-kit/Img/Img';
|
|
8
8
|
import { BaseTile } from '../BaseTile/BaseTile';
|
|
9
|
-
import { getTileHeadingType } from '../BaseTile/getTileHeadingType';
|
|
10
9
|
import { getTileMinHeight } from '../BaseTile/getTileMinHeight';
|
|
11
10
|
import { getTileRightPadding } from '../BaseTile/getTileRightPadding';
|
|
12
11
|
import type { Benefit } from '../BenefitsBlock/BenefitsBlockContent';
|
|
@@ -24,6 +23,7 @@ export const ProductTile = JSX<ProductTileProps>(
|
|
|
24
23
|
context,
|
|
25
24
|
className = '',
|
|
26
25
|
title,
|
|
26
|
+
headingType = 'h3',
|
|
27
27
|
description,
|
|
28
28
|
benefits,
|
|
29
29
|
buttons,
|
|
@@ -43,7 +43,8 @@ export const ProductTile = JSX<ProductTileProps>(
|
|
|
43
43
|
title={
|
|
44
44
|
title && (
|
|
45
45
|
<Heading
|
|
46
|
-
headingType={
|
|
46
|
+
headingType={headingType}
|
|
47
|
+
as="h3"
|
|
47
48
|
title={title}
|
|
48
49
|
className={`whitespace-pre-wrap max-w-[600px]`}
|
|
49
50
|
/>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { BlockVersion } from '../../model/BlockVersion';
|
|
2
2
|
import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
|
|
3
3
|
import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
|
|
4
|
-
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
4
|
+
import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
|
|
5
5
|
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
6
6
|
import type { TextBenefit } from '../BenefitsBlock/BenefitsBlockContent';
|
|
7
7
|
|
|
@@ -9,6 +9,7 @@ import type { TextBenefit } from '../BenefitsBlock/BenefitsBlockContent';
|
|
|
9
9
|
* @title Продуктовая плитка
|
|
10
10
|
*/
|
|
11
11
|
export type ProductTileContent = HeadingContent &
|
|
12
|
+
HeadingTypeContent &
|
|
12
13
|
DescriptionContent &
|
|
13
14
|
ButtonContent &
|
|
14
15
|
ImageContent & {
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"title": "Заголовок 1",
|
|
13
13
|
"description": "Описание 1",
|
|
14
14
|
"socialMedia": [
|
|
15
|
-
{ "href":
|
|
16
|
-
{ "href":
|
|
17
|
-
{ "href":
|
|
15
|
+
{ "href": "https://t.me" },
|
|
16
|
+
{ "href": "https://vk.com" },
|
|
17
|
+
{ "href": "https://ok.ru" }
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"title": "Заголовок 2",
|
|
29
29
|
"description": "Описание 2",
|
|
30
30
|
"socialMedia": [
|
|
31
|
-
{ "href":
|
|
32
|
-
{ "href":
|
|
33
|
-
{ "href":
|
|
31
|
+
{ "href": "https://t.me" },
|
|
32
|
+
{ "href": "https://vk.com" },
|
|
33
|
+
{ "href": "https://ok.ru" }
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
36
|
{
|
|
@@ -44,10 +44,11 @@
|
|
|
44
44
|
"title": "Заголовок 3",
|
|
45
45
|
"description": "Описание 3",
|
|
46
46
|
"socialMedia": [
|
|
47
|
-
{ "href":
|
|
48
|
-
{ "href":
|
|
49
|
-
{ "href":
|
|
47
|
+
{ "href": "https://t.me" },
|
|
48
|
+
{ "href": "https://vk.com" },
|
|
49
|
+
{ "href": "https://ok.ru" }
|
|
50
50
|
]
|
|
51
51
|
}
|
|
52
|
-
]
|
|
52
|
+
],
|
|
53
|
+
"version": "primary"
|
|
53
54
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { BlockVersion } from '../../model/BlockVersion';
|
|
2
3
|
import type { UniBlockProps } from '../../types';
|
|
3
4
|
import { Description } from '../../ui-kit/Description/Description';
|
|
4
5
|
import { Heading } from '../../ui-kit/Heading/Heading';
|
|
@@ -8,13 +9,15 @@ import { BaseTile } from '../BaseTile/BaseTile';
|
|
|
8
9
|
import { SocialMedia } from '../Footer/SocialMedia';
|
|
9
10
|
import type { RecommendationCardTypes } from './RecommendationContent';
|
|
10
11
|
|
|
11
|
-
export interface RecommendationCardProps extends RecommendationCardTypes, UniBlockProps {
|
|
12
|
+
export interface RecommendationCardProps extends RecommendationCardTypes, UniBlockProps {
|
|
13
|
+
version?: BlockVersion;
|
|
14
|
+
}
|
|
12
15
|
|
|
13
16
|
export const RecommendationCard = JSX<RecommendationCardProps>(
|
|
14
17
|
({ context, className = '', title, description, items, image, version, socialMedia }) => {
|
|
15
18
|
return (
|
|
16
19
|
<section
|
|
17
|
-
className={`border border-solid box-border
|
|
20
|
+
className={`border border-solid box-border p-[30px] w-[524px] ${className}`}
|
|
18
21
|
role="listitem"
|
|
19
22
|
>
|
|
20
23
|
<BaseTile
|
|
@@ -30,7 +33,7 @@ export const RecommendationCard = JSX<RecommendationCardProps>(
|
|
|
30
33
|
{description ? <Description className="text-left" description={description} /> : null}
|
|
31
34
|
{items?.length ? (
|
|
32
35
|
<List
|
|
33
|
-
className="text-md font-light flex flex-col gap-2"
|
|
36
|
+
className="text-md text-left font-light flex flex-col flex-1 gap-2"
|
|
34
37
|
items={items}
|
|
35
38
|
version={version}
|
|
36
39
|
/>
|
|
@@ -5,11 +5,18 @@ import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
|
5
5
|
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
6
6
|
import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
7
7
|
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
export interface RecommendationCardTypes
|
|
9
|
+
extends HeadingContent,
|
|
10
|
+
DescriptionContent,
|
|
11
|
+
ListContent,
|
|
12
|
+
ImageContent {
|
|
13
|
+
/**
|
|
14
|
+
* @title Соц сети
|
|
15
|
+
* @minItems 3
|
|
16
|
+
*/
|
|
17
|
+
socialMedia?: LinkProps[];
|
|
18
|
+
}
|
|
19
|
+
|
|
13
20
|
/**
|
|
14
21
|
* @title Рекомендации
|
|
15
22
|
*/
|
|
@@ -17,9 +24,4 @@ export interface RecommendationContent extends HeadingContent {
|
|
|
17
24
|
/** @title Карточки */
|
|
18
25
|
recommendations?: RecommendationCardTypes[];
|
|
19
26
|
version?: BlockVersion;
|
|
20
|
-
/**
|
|
21
|
-
* @title Ссылка
|
|
22
|
-
* @minItems 3
|
|
23
|
-
*/
|
|
24
|
-
socialMedia?: LinkProps[];
|
|
25
27
|
}
|
|
@@ -7,7 +7,6 @@ import { Heading } from '../../ui-kit/Heading/Heading';
|
|
|
7
7
|
import { Img } from '../../ui-kit/Img/Img';
|
|
8
8
|
import { List } from '../../ui-kit/List/List';
|
|
9
9
|
import { BaseTile } from '../BaseTile/BaseTile';
|
|
10
|
-
import { getTileHeadingType } from '../BaseTile/getTileHeadingType';
|
|
11
10
|
import { getTileMinHeight } from '../BaseTile/getTileMinHeight';
|
|
12
11
|
import { getTileRightPadding } from '../BaseTile/getTileRightPadding';
|
|
13
12
|
import type { TileContent } from './TileContent';
|
|
@@ -25,6 +24,7 @@ export const Tile = JSX<TileProps>((props) => {
|
|
|
25
24
|
const {
|
|
26
25
|
context,
|
|
27
26
|
title,
|
|
27
|
+
headingType = 'h3',
|
|
28
28
|
description,
|
|
29
29
|
items,
|
|
30
30
|
children,
|
|
@@ -49,7 +49,7 @@ export const Tile = JSX<TileProps>((props) => {
|
|
|
49
49
|
title={
|
|
50
50
|
title && (
|
|
51
51
|
<Heading
|
|
52
|
-
headingType={
|
|
52
|
+
headingType={headingType}
|
|
53
53
|
as="h3"
|
|
54
54
|
title={title}
|
|
55
55
|
className={`whitespace-pre-wrap max-w-[600px] ${title ? 'mb-3' : ''}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { BlockVersion } from '../../model/BlockVersion';
|
|
2
2
|
import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
|
|
3
3
|
import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
|
|
4
|
-
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
4
|
+
import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
|
|
5
5
|
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
6
6
|
import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
7
7
|
|
|
@@ -9,6 +9,7 @@ import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
|
9
9
|
* @title Плитка
|
|
10
10
|
*/
|
|
11
11
|
export type TileContent = HeadingContent &
|
|
12
|
+
HeadingTypeContent &
|
|
12
13
|
DescriptionContent &
|
|
13
14
|
ListContent &
|
|
14
15
|
ButtonContent &
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
<svg title="Лого «Apple»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24"
|
|
1
|
+
<svg title="Лого «Apple»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24">
|
|
2
|
+
<path d="M18.406 12.761c-.023-3.028 2.793-4.511 2.93-4.572-1.603-2.073-4.075-2.357-4.968-2.377-2.083-.204-4.098 1.117-5.174 1.117-1.076 0-2.725-1.097-4.488-1.056-2.266.04-4.395 1.198-5.563 3.007-2.404 3.698-.618 9.124 1.694 12.09 1.145 1.464 2.496 3.09 4.259 3.028 1.717-.06 2.358-.975 4.441-.975 2.06 0 2.656.975 4.465.935 1.854-.02 3.022-1.463 4.12-2.947 1.329-1.666 1.855-3.332 1.878-3.413 0 0-3.549-1.2-3.594-4.837Zm-3.389-8.92c.916-1.037 1.557-2.419 1.374-3.841-1.35.061-3.022.833-3.984 1.829-.847.894-1.625 2.337-1.42 3.698 1.512.102 3.069-.67 4.03-1.686Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg title="Бургер" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 6H21" stroke="
|
|
3
|
-
<path d="M9.49023 12H21.0002" stroke="
|
|
4
|
-
<path d="M3 12H5.99" stroke="
|
|
5
|
-
<path d="M3 18H21" stroke="
|
|
2
|
+
<path d="M3 6H21" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
|
|
3
|
+
<path d="M9.49023 12H21.0002" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
<path d="M3 12H5.99" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
<path d="M3 18H21" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
|
|
6
6
|
</svg>
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
<svg title="Календарь 2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg title="Календарь 2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.5 9.09h17" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8 2v3M16 2v3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg title="Скруглённый календарь" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.89 5.83v2M14.11 5.83v2M7.53 10.14h8.94M13.5 17.67h-3c-2.5 0-4-1.8-4-4v-3c0-2.2 1.5-4 4-4h3c2.5 0 4 1.8 4 4v3c0 2.2-1.5 4-4 4Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg title="Скруглённый календарь" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.89 5.83v2M14.11 5.83v2M7.53 10.14h8.94M13.5 17.67h-3c-2.5 0-4-1.8-4-4v-3c0-2.2 1.5-4 4-4h3c2.5 0 4 1.8 4 4v3c0 2.2-1.5 4-4 4Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" 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="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
<svg title="Календарь с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8 2v3M16 2v3M3.5 9.09h17M3 13.1V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5v7.86c-.73-.83-1.8-1.36-3-1.36-2.21 0-4 1.79-4 4 0 .75.21 1.46.58 2.06.21.36.48.68.79.94H8c-3.5 0-5-2-5-5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M22 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 23c-1.01 0-1.93-.37-2.63-1-.31-.26-.58-.58-.79-.94A3.92 3.92 0 0 1 14 19c0-2.21 1.79-4 4-4 1.2 0 2.27.53 3 1.36A4 4 0 0 1 22 19Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="m16.44 19 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg title="Календарь с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2v3M16 2v3M3.5 9.09h17M3 13.1V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5v7.86c-.73-.83-1.8-1.36-3-1.36-2.21 0-4 1.79-4 4 0 .75.21 1.46.58 2.06.21.36.48.68.79.94H8c-3.5 0-5-2-5-5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 23c-1.01 0-1.93-.37-2.63-1-.31-.26-.58-.58-.79-.94A3.92 3.92 0 0 1 14 19c0-2.21 1.79-4 4-4 1.2 0 2.27.53 3 1.36A4 4 0 0 1 22 19Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m16.44 19 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg title="Календарь белый" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path
|
|
3
|
-
stroke="
|
|
3
|
+
stroke="#fff"
|
|
4
4
|
stroke-width="2"
|
|
5
5
|
stroke-miterlimit="10"
|
|
6
6
|
stroke-linecap="round"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
d="M8 2v3M16 2v3M3.5 9.09h17M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5"
|
|
9
9
|
/>
|
|
10
10
|
<path
|
|
11
|
-
stroke="
|
|
11
|
+
stroke="#fff"
|
|
12
12
|
stroke-width="3"
|
|
13
13
|
stroke-linecap="round"
|
|
14
14
|
stroke-linejoin="round"
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
<svg title="Кред. карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8.5h20" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M6 16.5h2M10.5 16.5h4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M22 14.99v1.12c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11V7.89c0-3.51.89-4.39 4.44-4.39h11.11c3.56 0 4.45.88 4.45 4.39v3.09" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg title="Кред. карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8.5h20" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 16.5h2M10.5 16.5h4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 14.99v1.12c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11V7.89c0-3.51.89-4.39 4.44-4.39h11.11c3.56 0 4.45.88 4.45 4.39v3.09" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
<svg title="Кред. карта под наклоном" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.93 15.88 15.88 3.93" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="m11.1 18.28 1.2-1.2M13.79 15.59l2.39-2.39" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M20.43 8.48c2.1 2.1 2.09 3.16-.03 5.28l-6.64 6.64c-2.12 2.12-3.18 2.13-5.28.03l-4.91-4.91c-2.1-2.1-2.09-3.16.03-5.28l6.64-6.64c2.12-2.12 3.18-2.13 5.28-.03l1.9 1.9M2 22h20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg title="Кред. карта под наклоном" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.93 15.88 15.88 3.93" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m11.1 18.28 1.2-1.2M13.79 15.59l2.39-2.39" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.43 8.48c2.1 2.1 2.09 3.16-.03 5.28l-6.64 6.64c-2.12 2.12-3.18 2.13-5.28.03l-4.91-4.91c-2.1-2.1-2.09-3.16.03-5.28l6.64-6.64c2.12-2.12 3.18-2.13 5.28-.03l1.9 1.9M2 22h20" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
<svg title="Кред. карта с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8.5h11.5M6 16.5h2M10.5 16.5h4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M2 11.01V7.89c0-3.51.89-4.39 4.44-4.39h7.06M22 11.03v5.08c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11v-1.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M16.5 6 18 7.5l4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg title="Кред. карта с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8.5h11.5M6 16.5h2M10.5 16.5h4" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 11.01V7.89c0-3.51.89-4.39 4.44-4.39h7.06M22 11.03v5.08c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11v-1.1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.5 6 18 7.5l4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg title="Карта с драгоценностями" 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.13 69.44 17.75Z" 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.7L45.33 18.1Z" 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.7L45.33 18.1Z" 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 title="Карта с драгоценностями" 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="#000000" 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.13 69.44 17.75Z" 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.7L45.33 18.1Z" 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.7L45.33 18.1Z" 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,6 +1 @@
|
|
|
1
|
-
<svg title="Деньги внутри кошелька" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<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"/>
|
|
4
|
-
<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"/>
|
|
5
|
-
<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"/>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg title="Деньги внутри кошелька" 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="#000000" 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,6 +1,6 @@
|
|
|
1
1
|
<svg title="Крестик" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.70304 5.11173C3.31449 4.72318 3.31449 4.09322 3.70304 3.70468C4.09159 3.31613 4.72155 3.31613 5.1101 3.70467L11.3313 9.92584C11.7198 10.3144 11.7198 10.9444 11.3313 11.3329C10.9427 11.7214 10.3128 11.7214 9.92421 11.3329L3.70304 5.11173Z" fill="
|
|
3
|
-
<path d="M12.6679 14.0766C12.2793 13.688 12.2793 13.0581 12.6679 12.6695C13.0564 12.281 13.6864 12.281 14.0749 12.6695L20.2961 18.8907C20.6847 19.2792 20.6847 19.9092 20.2961 20.2977C19.9076 20.6863 19.2776 20.6863 18.8891 20.2977L12.6679 14.0766Z" fill="
|
|
4
|
-
<path d="M14.0746 11.3316C13.6861 11.7202 13.0561 11.7202 12.6676 11.3316C12.279 10.9431 12.279 10.3131 12.6676 9.92457L18.8887 3.70341C19.2773 3.31486 19.9072 3.31486 20.2958 3.70341C20.6843 4.09195 20.6843 4.72191 20.2958 5.11046L14.0746 11.3316Z" fill="
|
|
5
|
-
<path d="M5.11027 20.2262C4.72172 20.6147 4.09176 20.6147 3.70321 20.2262C3.31466 19.8376 3.31466 19.2077 3.70321 18.8191L9.92438 12.5979C10.3129 12.2094 10.9429 12.2094 11.3314 12.5979C11.72 12.9865 11.72 13.6164 11.3314 14.005L5.11027 20.2262Z" fill="
|
|
2
|
+
<path d="M3.70304 5.11173C3.31449 4.72318 3.31449 4.09322 3.70304 3.70468C4.09159 3.31613 4.72155 3.31613 5.1101 3.70467L11.3313 9.92584C11.7198 10.3144 11.7198 10.9444 11.3313 11.3329C10.9427 11.7214 10.3128 11.7214 9.92421 11.3329L3.70304 5.11173Z" fill="#000000"/>
|
|
3
|
+
<path d="M12.6679 14.0766C12.2793 13.688 12.2793 13.0581 12.6679 12.6695C13.0564 12.281 13.6864 12.281 14.0749 12.6695L20.2961 18.8907C20.6847 19.2792 20.6847 19.9092 20.2961 20.2977C19.9076 20.6863 19.2776 20.6863 18.8891 20.2977L12.6679 14.0766Z" fill="#000000"/>
|
|
4
|
+
<path d="M14.0746 11.3316C13.6861 11.7202 13.0561 11.7202 12.6676 11.3316C12.279 10.9431 12.279 10.3131 12.6676 9.92457L18.8887 3.70341C19.2773 3.31486 19.9072 3.31486 20.2958 3.70341C20.6843 4.09195 20.6843 4.72191 20.2958 5.11046L14.0746 11.3316Z" fill="#000000"/>
|
|
5
|
+
<path d="M5.11027 20.2262C4.72172 20.6147 4.09176 20.6147 3.70321 20.2262C3.31466 19.8376 3.31466 19.2077 3.70321 18.8191L9.92438 12.5979C10.3129 12.2094 10.9429 12.2094 11.3314 12.5979C11.72 12.9865 11.72 13.6164 11.3314 14.005L5.11027 20.2262Z" fill="#000000"/>
|
|
6
6
|
</svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg title="Скидка" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<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.6M9.34 3.99l1.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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="m9 15 6-6M14.495 14.5h.009M9.495 9.5h.008" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg title="Скидка" 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.6M9.34 3.99l1.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="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m9 15 6-6M14.495 14.5h.009M9.495 9.5h.008" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg title="Документ" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<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="
|
|
2
|
+
<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="#000000" />
|
|
3
3
|
<rect x="8" y="12" width="8" height="2" rx="1" fill="currentColor" />
|
|
4
4
|
<rect x="8" y="15" width="5" height="2" rx="1" fill="currentColor" />
|
|
5
5
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg title="Документ с текстом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02" stroke="
|
|
3
|
-
<path d="M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5" stroke="
|
|
2
|
+
<path d="M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
<path d="M8 13H12" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
5
|
<path d="M8 17H16" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
6
|
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg title="Пустой кошелёк с возвратом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<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="
|
|
3
|
-
<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="
|
|
2
|
+
<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="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<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="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
<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"/>
|
|
5
5
|
<path d="M4.22 15.28 3 16.5l1.22 1.22M9.5 21.78H4.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"/>
|
|
6
6
|
<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"/>
|
|
7
|
-
<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="
|
|
7
|
+
<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="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
8
|
</svg>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<svg title="Пустой кошелёк" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
2
|
<path
|
|
3
|
-
stroke="
|
|
3
|
+
stroke="#000000"
|
|
4
4
|
stroke-linecap="round"
|
|
5
5
|
stroke-linejoin="round"
|
|
6
6
|
stroke-width="2"
|
|
7
7
|
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.76M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8"
|
|
8
8
|
/>
|
|
9
9
|
<path
|
|
10
|
-
stroke="
|
|
10
|
+
stroke="#000000"
|
|
11
11
|
stroke-linecap="round"
|
|
12
12
|
stroke-linejoin="round"
|
|
13
13
|
stroke-width="2"
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
<svg title="Глобус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.54 12c0 3.04.49 6.08 1.46 9H8M8 3h1c-.49 1.46-.85 2.95-1.1 4.46M16.13 16.36c-.25 1.56-.62 3.12-1.13 4.64M15 3c.97 2.92 1.46 5.96 1.46 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<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"/>
|
|
4
|
-
<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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg title="Глобус" 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.46M16.13 16.36c-.25 1.56-.62 3.12-1.13 4.64M15 3c.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="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg title="Gps" width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.35107 5.45074C10.3959 4.89842 11.587 4.58569 12.8511 4.58569C16.9932 4.58569 20.3511 7.94356 20.3511 12.0857C20.3511 16.2278 16.9932 19.5857 12.8511 19.5857C8.70894 19.5857 5.35107 16.2278 5.35107 12.0857C5.35107 10.8216 5.66381 9.63055 6.21612 8.58569" stroke="
|
|
3
|
-
<path d="M12.8511 15.0857C14.5079 15.0857 15.8511 13.7425 15.8511 12.0857C15.8511 10.4288 14.5079 9.08569 12.8511 9.08569C11.1942 9.08569 9.85107 10.4288 9.85107 12.0857C9.85107 13.7425 11.1942 15.0857 12.8511 15.0857Z" stroke="
|
|
4
|
-
<path d="M12.8511 4.08569V2.08569" stroke="
|
|
5
|
-
<path d="M4.85107 12.0857H2.85107" stroke="
|
|
6
|
-
<path d="M12.8511 20.0857V22.0857" stroke="
|
|
7
|
-
<path d="M20.8511 12.0857H22.8511" stroke="
|
|
2
|
+
<path d="M9.35107 5.45074C10.3959 4.89842 11.587 4.58569 12.8511 4.58569C16.9932 4.58569 20.3511 7.94356 20.3511 12.0857C20.3511 16.2278 16.9932 19.5857 12.8511 19.5857C8.70894 19.5857 5.35107 16.2278 5.35107 12.0857C5.35107 10.8216 5.66381 9.63055 6.21612 8.58569" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12.8511 15.0857C14.5079 15.0857 15.8511 13.7425 15.8511 12.0857C15.8511 10.4288 14.5079 9.08569 12.8511 9.08569C11.1942 9.08569 9.85107 10.4288 9.85107 12.0857C9.85107 13.7425 11.1942 15.0857 12.8511 15.0857Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.8511 4.08569V2.08569" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M4.85107 12.0857H2.85107" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M12.8511 20.0857V22.0857" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M20.8511 12.0857H22.8511" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
8
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg title="Сетка" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33">
|
|
2
2
|
<rect fill="currentColor" width="32" height="32" y=".5" rx="16"/>
|
|
3
|
-
<path fill="#
|
|
3
|
+
<path fill="#000000" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 16.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 3ZM18 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM23 16.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"/>
|
|
4
4
|
</svg>
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
<svg title="Скидка" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<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="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="m10.97 9.03.76-.76M6.27 13.73l2.22-2.22L9 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<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="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M11.925 13.5h.009M6.195 8.5h.009" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg title="Скидка" 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="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m10.97 9.03.76-.76M6.27 13.73l2.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="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.925 13.5h.009M6.195 8.5h.009" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
<svg title="MasterCard" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M22.74 2.852h-9.508v17.296h9.508V2.852Z" fill="#FF5F00"/>
|
|
3
|
-
<path d="M13.836 11.5a11.093 11.093 0 0 1 1.09-4.808 10.957 10.957 0 0 1 3.06-3.84A10.75 10.75 0 0 0 6.524 1.606a10.913 10.913 0 0 0-4.461 4.058A11.1 11.1 0 0 0 .406 11.5a11.1 11.1 0 0 0 1.656 5.836 10.913 10.913 0 0 0 4.461 4.058 10.75 10.75 0 0 0 11.463-1.246 10.958 10.958 0 0 1-3.06-3.84 11.093 11.093 0 0 1-1.09-4.808Z" fill="#EB001B"/>
|
|
4
|
-
<path d="M35.566 11.5a11.1 11.1 0 0 1-1.655 5.836 10.911 10.911 0 0 1-4.461 4.058 10.749 10.749 0 0 1-5.909 1.043 10.793 10.793 0 0 1-5.555-2.289 10.977 10.977 0 0 0 3.058-3.84 11.114 11.114 0 0 0 0-9.615 10.977 10.977 0 0 0-3.058-3.841A10.75 10.75 0 0 1 29.45 1.606a10.912 10.912 0 0 1 4.462 4.058 11.1 11.1 0 0 1 1.655 5.836Z" fill="#F79E1B"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg title="MasterCard" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.74 2.852h-9.508v17.296h9.508V2.852Z" fill="#FF5F00"/><path d="M13.836 11.5a11.093 11.093 0 0 1 1.09-4.808 10.957 10.957 0 0 1 3.06-3.84A10.75 10.75 0 0 0 6.524 1.606a10.913 10.913 0 0 0-4.461 4.058A11.1 11.1 0 0 0 .406 11.5a11.1 11.1 0 0 0 1.656 5.836 10.913 10.913 0 0 0 4.461 4.058 10.75 10.75 0 0 0 11.463-1.246 10.958 10.958 0 0 1-3.06-3.84 11.093 11.093 0 0 1-1.09-4.808Z" fill="#EB001B"/><path d="M35.566 11.5a11.1 11.1 0 0 1-1.655 5.836 10.911 10.911 0 0 1-4.461 4.058 10.749 10.749 0 0 1-5.909 1.043 10.793 10.793 0 0 1-5.555-2.289 10.977 10.977 0 0 0 3.058-3.84 11.114 11.114 0 0 0 0-9.615 10.977 10.977 0 0 0-3.058-3.841A10.75 10.75 0 0 1 29.45 1.606a10.912 10.912 0 0 1 4.462 4.058 11.1 11.1 0 0 1 1.655 5.836Z" fill="#F79E1B"/></svg>
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
<svg title="Минус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M15 12h5M4 12h7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg title="Минус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 12h5M4 12h7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
<svg title="Деньги" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<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="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<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"/>
|
|
4
|
-
<path d="M22 9h-1c-3 0-4-1-4-4V4M2 15h1c3 0 4 1 4 4v1M22 15h-1c-3 0-4 1-4 4v1" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg title="Деньги" 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="#000000" 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 4v1M22 15h-1c-3 0-4 1-4 4v1" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg title="Монитор и мобильный" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 12.95h8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<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.89M10 21.47v-4.52M6.74 21.47H10M22 12.8c0-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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M17.244 18.25h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg title="Монитор и мобильный" 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.89M10 21.47v-4.52M6.74 21.47H10M22 12.8c0-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="#000000" 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>
|