@bytebrand/fe-ui-core 4.1.108 → 4.1.110
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/.editorconfig +10 -10
- package/.storybook/addons.js +4 -4
- package/.storybook/config.js +64 -64
- package/.storybook/postcss.config.js +6 -6
- package/.storybook/preview-head.html +9 -9
- package/.storybook/webpack.config.js +130 -130
- package/common.ts +154 -154
- package/feWpComponents.ts +25 -25
- package/index.ts +4 -4
- package/landing.ts +38 -38
- package/media/images/advantages/advantage_cart.svg +4 -4
- package/media/images/advantages/advantage_check.svg +4 -4
- package/media/images/advantages/advantage_like.svg +10 -10
- package/media/images/advantages/advantage_secure.svg +6 -6
- package/media/images/check-blue.svg +40 -40
- package/media/images/raiting-star.svg +3 -3
- package/media/images/raiting-stars-min.svg +7 -7
- package/media/images/refresh-button.svg +49 -49
- package/media/images/slider-arrow-big.svg +11 -11
- package/media/images/user-icon.svg +16 -16
- package/media/locales/de/promoSlider.json +25 -25
- package/media/locales/en/promoSlider.json +25 -25
- package/media/svg/common/arrow_breadcrumps.svg +3 -3
- package/media/svg/common/home.svg +8 -10
- package/media/svg/common/whyAutodeIconSet-F.svg +13 -13
- package/media/svg/common/whyAutodeIconSet-G.svg +10 -10
- package/media/svg/common/whyAutodeIconSet-Q.svg +16 -16
- package/media/svg/common/whyAutodeIconSet-R.svg +14 -14
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -7
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -12
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -10
- package/media/svg/usp/icon1.svg +16 -16
- package/media/svg/usp/icon2.svg +13 -13
- package/media/svg/usp/icon3.svg +10 -10
- package/media/svg/usp/icon4.svg +14 -14
- package/package.json +106 -106
- package/profile.ts +1 -1
- package/source/components/AccardionSection/AccardionSection.styl +45 -45
- package/source/components/AccardionSection/AccardionSection.tsx +47 -47
- package/source/components/AccordionWidget/AccordionWidget.styl +203 -203
- package/source/components/AccordionWidget/AccordionWidget.tsx +227 -227
- package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
- package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
- package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
- package/source/components/Alternative/Dealer.story.js +31 -31
- package/source/components/Alternative/Dealer.story.styl +2 -2
- package/source/components/Alternative/DealerInfo.styl +109 -109
- package/source/components/Alternative/DealerInfo.tsx +145 -145
- package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
- package/source/components/Breadcrumbs/Breadcrumbs.styl +123 -123
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +61 -61
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
- package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
- package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
- package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
- package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
- package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
- package/source/components/Checkout/Switcher/Switcher.styl +93 -93
- package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
- package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
- package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
- package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
- package/source/components/ContactForm/ContactForm.story.js +93 -93
- package/source/components/ContactForm/ContactForm.styl +260 -260
- package/source/components/ContactForm/ContactForm.tsx +588 -588
- package/source/components/ContactForm/WpContactForm.tsx +287 -287
- package/source/components/ContactInfo/ContactInfo.story.js +58 -58
- package/source/components/ContactInfo/ContactInfo.styl +22 -22
- package/source/components/ContactInfo/ContactInfo.tsx +161 -161
- package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
- package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
- package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
- package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
- package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
- package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
- package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
- package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
- package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
- package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
- package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
- package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
- package/source/components/ImageSettings/index.ts +42 -42
- package/source/components/ImageSettings/story.js +1212 -1212
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
- package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
- package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
- package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
- package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
- package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
- package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
- package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
- package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +145 -145
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
- package/source/components/OfferPanel/OfferPanel.story.js +139 -139
- package/source/components/OfferPanel/OfferPanel.styl +189 -189
- package/source/components/OfferPanel/OfferPanel.tsx +81 -81
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
- package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
- package/source/components/PriceRating/PriceRating.story.js +39 -39
- package/source/components/PriceRating/PriceRating.story.styl +1 -1
- package/source/components/PriceRating/PriceRating.styl +47 -47
- package/source/components/PriceRating/PriceRating.tsx +64 -64
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
- package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
- package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
- package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
- package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
- package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
- package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
- package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
- package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
- package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
- package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
- package/source/components/SearchFilters/Slider.styl +66 -66
- package/source/components/SearchFilters/common/Color/Color.styl +29 -29
- package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
- package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
- package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +149 -149
- package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
- package/source/components/SearchFilters/filters/AlternativeID.tsx +77 -77
- package/source/components/SearchFilters/filters/Consumption.styl +41 -41
- package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
- package/source/components/SearchFilters/filters/Cost.styl +43 -43
- package/source/components/SearchFilters/filters/Cost.tsx +112 -112
- package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
- package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
- package/source/components/SearchFilters/filters/Damaged.styl +1 -1
- package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
- package/source/components/SearchFilters/filters/Doors.styl +18 -18
- package/source/components/SearchFilters/filters/Doors.tsx +113 -113
- package/source/components/SearchFilters/filters/DriveType.styl +22 -22
- package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
- package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
- package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
- package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
- package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
- package/source/components/SearchFilters/filters/Fuel.styl +27 -27
- package/source/components/SearchFilters/filters/Fuel.tsx +73 -73
- package/source/components/SearchFilters/filters/Highlights.styl +38 -38
- package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
- package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
- package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
- package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
- package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
- package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
- package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
- package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
- package/source/components/SearchFilters/filters/Mileage.tsx +105 -105
- package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
- package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
- package/source/components/SearchFilters/filters/Owners.styl +23 -23
- package/source/components/SearchFilters/filters/Owners.tsx +72 -72
- package/source/components/SearchFilters/filters/Power.tsx +154 -154
- package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
- package/source/components/SearchFilters/filters/Rate.styl +34 -34
- package/source/components/SearchFilters/filters/Rate.tsx +53 -53
- package/source/components/SearchFilters/filters/Seats.styl +31 -31
- package/source/components/SearchFilters/filters/Seats.tsx +53 -53
- package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
- package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
- package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
- package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
- package/source/components/SearchFilters/filters/Transmission.styl +20 -20
- package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
- package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
- package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
- package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
- package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
- package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
- package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/SearchPage/DropDown/index.ts +8 -8
- package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
- package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
- package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
- package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
- package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +108 -108
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +84 -84
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +102 -102
- package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +81 -81
- package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
- package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
- package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
- package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +127 -127
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
- package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
- package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
- package/source/components/SearchWidget/SearchWidget.story.js +191 -191
- package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
- package/source/components/SearchWidget/SearchWidget.styl +196 -196
- package/source/components/SearchWidget/SearchWidget.tsx +208 -208
- package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
- package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
- package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
- package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
- package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
- package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
- package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
- package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
- package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
- package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
- package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
- package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
- package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +216 -216
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +125 -125
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +293 -293
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
- package/source/components/SearchWidgetsMobile/index.ts +18 -18
- package/source/components/Stepper/Step/Step.styl +46 -46
- package/source/components/Stepper/Step/Step.tsx +44 -44
- package/source/components/Stepper/Stepper.story.js +119 -119
- package/source/components/Stepper/Stepper.story.styl +41 -41
- package/source/components/Stepper/Stepper.styl +10 -10
- package/source/components/Stepper/Stepper.tsx +67 -67
- package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
- package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
- package/source/components/Theme.story.js +36 -36
- package/source/components/Theme.story.styl +85 -85
- package/source/components/TickerText/TickerText.story.js +17 -17
- package/source/components/TickerText/TickerText.styl +43 -43
- package/source/components/TickerText/TickerText.tsx +24 -24
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +148 -148
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
- package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
- package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
- package/source/components/VehicleDetailedSidebar/partials/Properties.styl +53 -53
- package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
- package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
- package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
- package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
- package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
- package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
- package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
- package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
- package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
- package/source/components/VehiclePromoSlider/cars.js +220 -220
- package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
- package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +141 -141
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +174 -174
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +232 -232
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +151 -151
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +124 -124
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +285 -285
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +18 -18
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +123 -123
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +90 -90
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +379 -379
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +389 -389
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +184 -184
- package/source/components/_common/Accordion/Accordion.story.js +36 -36
- package/source/components/_common/Accordion/Accordion.styl +2 -2
- package/source/components/_common/Accordion/Accordion.tsx +132 -132
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
- package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
- package/source/components/_common/Badge/Badge.story.js +27 -27
- package/source/components/_common/Badge/Badge.story.styl +5 -5
- package/source/components/_common/Badge/Badge.styl +41 -41
- package/source/components/_common/Badge/Badge.tsx +25 -25
- package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
- package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
- package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
- package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
- package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
- package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
- package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
- package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
- package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
- package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
- package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
- package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
- package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
- package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
- package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
- package/source/components/_common/BodyTypeIcons/index.ts +17 -17
- package/source/components/_common/Bubble/Bubble.story.js +52 -52
- package/source/components/_common/Bubble/Bubble.styl +53 -53
- package/source/components/_common/Bubble/Bubble.tsx +37 -37
- package/source/components/_common/Button/Button.story.js +52 -52
- package/source/components/_common/Button/Button.story.styl +5 -5
- package/source/components/_common/Button/Button.styl +12 -12
- package/source/components/_common/Button/Button.styled.tsx +46 -46
- package/source/components/_common/Button/Button.tsx +78 -78
- package/source/components/_common/ButtonOld/Button.story.js +54 -54
- package/source/components/_common/ButtonOld/Button.story.styl +5 -5
- package/source/components/_common/ButtonOld/Button.styl +65 -65
- package/source/components/_common/ButtonOld/Button.tsx +84 -84
- package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
- package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
- package/source/components/_common/Checkbox/Checkbox.styl +119 -119
- package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
- package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
- package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
- package/source/components/_common/Checkbox/index.js +4 -4
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
- package/source/components/_common/Chip/Chip.story.js +43 -43
- package/source/components/_common/Chip/Chip.styl +69 -69
- package/source/components/_common/Chip/Chip.tsx +40 -40
- package/source/components/_common/ChipList/ChipList.story.js +36 -36
- package/source/components/_common/ChipList/ChipList.styl +80 -80
- package/source/components/_common/ChipList/ChipList.tsx +58 -58
- package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
- package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
- package/source/components/_common/Divider/Divider.styl +8 -8
- package/source/components/_common/Divider/Divider.tsx +16 -16
- package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
- package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
- package/source/components/_common/DropDown/DropDown.story.js +35 -35
- package/source/components/_common/DropDown/DropDown.styl +129 -129
- package/source/components/_common/DropDown/DropDown.tsx +111 -111
- package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
- package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
- package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
- package/source/components/_common/DropDown/FormDropDown.styl +35 -35
- package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
- package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/_common/DropDown/index.ts +7 -7
- package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
- package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
- package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
- package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +89 -89
- package/source/components/_common/FilterLabel/FilterLabel.styl +24 -24
- package/source/components/_common/FilterLabel/FilterLabel.tsx +23 -23
- package/source/components/_common/Histogram/Histogram.story.js +51 -51
- package/source/components/_common/IconContainer/IconContainer.styl +23 -23
- package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
- package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
- package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
- package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
- package/source/components/_common/IconSVG/IconSVGConfig.tsx +706 -706
- package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
- package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -36
- package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/CheckGreen.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
- package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/PhoneGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/SearchGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/UserGrey.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/360New.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
- package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
- package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
- package/source/components/_common/Image/Image.story.js +142 -142
- package/source/components/_common/Image/Image.story.styl +18 -18
- package/source/components/_common/Image/Image.styl +109 -109
- package/source/components/_common/Image/Image.tsx +302 -302
- package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
- package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
- package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
- package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
- package/source/components/_common/Loader/Loader.story.js +21 -21
- package/source/components/_common/Loader/Loader.styl +39 -39
- package/source/components/_common/Loader/Loader.tsx +32 -32
- package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
- package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
- package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.story.js +49 -49
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +71 -71
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +40 -40
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +204 -204
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +225 -225
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
- package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
- package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
- package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
- package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
- package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
- package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
- package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +133 -133
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +213 -213
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
- package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
- package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
- package/source/components/_common/MaterialSwitch/MaterialSwitch.story.js +17 -17
- package/source/components/_common/MaterialSwitch/MaterialSwitch.styled.tsx +5 -5
- package/source/components/_common/MaterialSwitch/MaterialSwitch.tsx +35 -35
- package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
- package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +21 -21
- package/source/components/_common/Modal/CookieModal.tsx +40 -40
- package/source/components/_common/Modal/Modal.story.js +37 -37
- package/source/components/_common/Modal/Modal.styled.tsx +13 -13
- package/source/components/_common/Modal/Modal.tsx +27 -27
- package/source/components/_common/Modal/ModalsConfig.tsx +19 -19
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +67 -67
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +147 -147
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +44 -44
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +31 -31
- package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
- package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
- package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
- package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
- package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
- package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
- package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
- package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
- package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
- package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
- package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
- package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
- package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
- package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
- package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
- package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
- package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
- package/source/components/_common/Radio/Radio.story.js +54 -54
- package/source/components/_common/Radio/Radio.styl +115 -115
- package/source/components/_common/Radio/Radio.tsx +141 -141
- package/source/components/_common/Radio/RadioGroup.story.js +90 -90
- package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
- package/source/components/_common/Radio/RadioGroup.styl +5 -5
- package/source/components/_common/Radio/RadioGroup.tsx +65 -65
- package/source/components/_common/Range/Range.story.js +46 -46
- package/source/components/_common/Range/Range.story.styl +4 -4
- package/source/components/_common/Range/Range.styl +71 -71
- package/source/components/_common/Range/Range.tsx +69 -69
- package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
- package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
- package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
- package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
- package/source/components/_common/Slider/Slider.styl +2 -2
- package/source/components/_common/Slider/Slider.tsx +130 -130
- package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
- package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
- package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
- package/source/components/_common/StarButton/StarButton.styl +39 -39
- package/source/components/_common/StarButton/StarButton.tsx +31 -31
- package/source/components/_common/Tabs/TabPanel.tsx +28 -28
- package/source/components/_common/Tabs/Tabs.story.js +55 -55
- package/source/components/_common/Tabs/Tabs.styl +40 -40
- package/source/components/_common/Tabs/Tabs.tsx +44 -44
- package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
- package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
- package/source/components/_common/TextField/FormTextField.story.js +21 -21
- package/source/components/_common/TextField/FormTextField.styl +35 -35
- package/source/components/_common/TextField/FormTextField.tsx +54 -54
- package/source/components/_common/TextField/TextField.styl +37 -37
- package/source/components/_common/TextField/TextField.tsx +77 -77
- package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
- package/source/components/_common/TimePicker/TimePicker.styl +20 -20
- package/source/components/_common/TimePicker/TimePicker.tsx +142 -142
- package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
- package/source/components/_common/Tooltip/Tooltip.styl +123 -123
- package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
- package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +73 -73
- package/source/components/_common/UserMenu/MaterialMenu.tsx +95 -95
- package/source/components/_common/UserMenu/MaterialMenuItem.tsx +54 -54
- package/source/components/_common/Usp/Usp.styl +78 -78
- package/source/components/_common/Usp/Usp.tsx +30 -30
- package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
- package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
- package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
- package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
- package/source/components/_common/withLabel/withLabel.story.js +62 -62
- package/source/components/_common/withLabel/withLabel.styl +33 -33
- package/source/components/_common/withLabel/withLabel.tsx +44 -44
- package/source/components/_common/withPopover/withPopover.story.js +48 -48
- package/source/components/_common/withPopover/withPopover.story.styl +53 -53
- package/source/components/_common/withPopover/withPopover.styl +3 -3
- package/source/components/_common/withPopover/withPopover.tsx +88 -88
- package/source/components/_common/withStats/withStats.story.js +75 -75
- package/source/components/_common/withStats/withStats.styl +149 -149
- package/source/components/_common/withStats/withStats.tsx +185 -185
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +50 -50
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +422 -422
- package/source/framework/DataTransformers.ts +80 -80
- package/source/framework/constants/RateSearchWidget.ts +15 -15
- package/source/framework/constants/Search.ts +290 -290
- package/source/framework/constants/SearchWidget.ts +108 -108
- package/source/framework/constants/app.ts +223 -223
- package/source/framework/constants/cars.ts +36 -36
- package/source/framework/constants/common.ts +19 -19
- package/source/framework/constants/data.ts +52 -52
- package/source/framework/constants/filters.ts +11 -11
- package/source/framework/constants/highlights.ts +165 -165
- package/source/framework/constants/price.ts +9 -9
- package/source/framework/constants/queryBuilder.ts +4 -4
- package/source/framework/constants/selectors.ts +38 -38
- package/source/framework/constants.ts +116 -116
- package/source/framework/data.ts +6 -6
- package/source/framework/factories/BreadcrumbsFactory.tsx +260 -260
- package/source/framework/factories/FactoryTypes.d.ts +29 -29
- package/source/framework/factories/FilterFactory.ts +364 -364
- package/source/framework/factories/ModalsFactory.tsx +11 -11
- package/source/framework/hooks/useModal.ts +13 -13
- package/source/framework/schemes/AggregationScheme.ts +73 -73
- package/source/framework/types/types.ts +334 -334
- package/source/framework/utils/CommonUtils.ts +546 -546
- package/source/framework/utils/CookieUtils.ts +61 -61
- package/source/framework/utils/DateUtils.ts +93 -93
- package/source/framework/utils/FiltersUtils.ts +234 -234
- package/source/framework/utils/RequestUtils.ts +20 -20
- package/source/framework/utils/StyledComponent.ts +2 -2
- package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
- package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
- package/source/framework/vehiclesProps/decoratedProps.tsx +1040 -1040
- package/source/framework/vehiclesProps/equipment.ts +128 -128
- package/source/framework/vehiclesProps/highlights.ts +54 -54
- package/source/framework/vehiclesProps/vehicleDetails.ts +329 -329
- package/source/globals.d.ts +18 -18
- package/source/locales/SearchDetailedPage.ts +205 -205
- package/source/locales/SearchPage.ts +224 -224
- package/source/locales/cbd.ts +719 -719
- package/source/locales/common.ts +109 -109
- package/source/locales/data.ts +1075 -1075
- package/source/locales/priceRating.ts +10 -10
- package/source/locales/sortingOptions.ts +21 -21
- package/source/theme/colors.styl +46 -46
- package/source/theme/mixins.styl +93 -93
- package/source/theme/priceReviewColors.styl +12 -12
- package/source/theme/selector_colors.styl +61 -61
- package/source/theme/slider.global.styl +3 -3
- package/source/theme/theme.styl +136 -136
- package/tsconfig.json +63 -63
- package/tslint.json +40 -40
- package/utils.ts +17 -17
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<svg width="51" height="48" viewBox="0 0 51 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path d="M19.0948 31.0994C18.2213 30.9471 17.551 30.7033 17.1955 30.3986C17.0229 30.2463 16.637 30.033 16.3424 29.9416C15.9159 29.7994 15.6416 29.5963 15.0323 28.9869C12.7268 26.6408 12.1784 23.401 13.6002 20.4963C14.5651 18.5463 16.3729 17.0736 18.4854 16.515C19.369 16.2814 21.1565 16.2814 22.0198 16.515C22.5479 16.6572 23.137 16.6877 25.219 16.6877C27.6463 16.6877 27.8088 16.6979 28.4385 16.9314C29.312 17.2463 29.4338 17.2971 30.6221 17.8557C31.1807 18.1197 31.983 18.4955 32.3995 18.6885C33.1612 19.0439 34.1057 19.501 36.0049 20.4049C37.0002 20.8822 37.0409 20.8924 38.2901 20.9635C40.687 21.0853 42.3526 21.4611 43.9471 22.233C44.9932 22.7408 45.6432 23.3197 45.8057 23.8783C45.958 24.4268 45.9377 28.0525 45.7752 28.3572C45.7143 28.4893 45.4807 28.7432 45.2674 28.9158C44.912 29.2002 44.7901 29.2307 44.0487 29.2713L43.2159 29.3018L42.6776 29.901C41.8955 30.7642 41.2455 31.0486 40.0674 31.0486C39.3057 31.0486 39.0823 31.008 38.6963 30.815C38.1073 30.5002 37.4573 29.9517 37.2338 29.576L37.0612 29.2814H31.1502H25.2291L24.6807 29.6978C24.0002 30.2158 22.9135 30.7439 22.0909 30.9572C21.319 31.1603 19.8159 31.2314 19.0948 31.0994ZM22.3245 29.9619C23.3604 29.6064 24.0916 29.1393 24.8737 28.3572C25.6557 27.5752 26.1127 26.8541 26.4784 25.808C26.712 25.1682 26.7526 24.8939 26.7526 23.7971C26.7627 22.6596 26.7323 22.4463 26.4784 21.6947C25.7979 19.7143 24.3252 18.2416 22.3245 17.5205C21.6745 17.2869 21.4307 17.2564 20.2627 17.2564C19.0948 17.2564 18.851 17.2869 18.201 17.5205C17.1549 17.8963 16.4338 18.3533 15.6518 19.1353C14.8698 19.9174 14.4127 20.6385 14.037 21.6846C13.8034 22.3346 13.7729 22.5783 13.7729 23.7463C13.7729 24.9143 13.8034 25.158 14.037 25.808C14.4127 26.8541 14.8698 27.5752 15.6518 28.3572C16.6166 29.3221 17.7034 29.9111 19.044 30.1955C19.8057 30.3682 21.512 30.2361 22.3245 29.9619ZM41.2049 29.8197C41.7737 29.5557 42.2104 29.0072 42.4643 28.2658C42.6979 27.5752 42.6979 27.5752 42.5049 26.9557C42.2002 25.9502 41.4791 25.2494 40.626 25.1377C39.8643 25.0361 39.3463 25.0971 38.9401 25.3408C38.0768 25.8486 37.6502 26.5697 37.6401 27.5549C37.6401 28.1135 37.6807 28.3064 37.9448 28.7736C38.3002 29.4033 38.8995 29.8807 39.4784 30.0025C39.976 30.1041 40.7885 30.0228 41.2049 29.8197Z" fill="#757575"/>
|
|
4
|
-
<path d="M25.6975 47.937C23.9106 47.795 21.7342 47.3585 20.097 46.8105C19.1486 46.4959 18.6794 45.7854 18.8691 44.9429C18.9789 44.4659 19.2883 44.131 19.8275 43.9179C20.2368 43.7555 20.2767 43.7656 21.285 44.06C23.5212 44.74 25.2383 44.9937 27.4545 44.9937C36.1199 44.9937 43.8169 39.5434 46.8618 31.2513C48.2693 27.4351 48.509 22.9084 47.5206 18.8993C46.0631 12.9822 42.0997 7.93791 36.7388 5.20762C33.5043 3.56341 30.5194 2.89356 26.8057 3.00518C24.2999 3.07623 22.4829 3.42131 20.3166 4.24346C13.3384 6.8925 8.29695 13.0735 7.04909 20.5232C6.95915 21.051 6.90931 21.4976 6.92927 21.5179C6.94922 21.5382 7.2387 21.0612 7.56819 20.4624C8.22706 19.2546 8.48666 18.9501 8.99573 18.808C9.9142 18.534 10.7827 19.2343 10.7827 20.2594C10.7827 20.6349 10.5631 21.1018 9.11555 23.7406C6.63969 28.2572 6.5699 28.3688 6.2005 28.6226C5.62145 29.0184 4.83282 28.8966 4.33368 28.3283C4.02415 27.9832 0.140694 20.8277 0.0608779 20.4827C-0.148786 19.4778 0.869456 18.5238 1.87777 18.7979C2.37691 18.9399 2.65647 19.2647 3.30541 20.4522C3.60482 21.0003 3.87444 21.4468 3.90433 21.4468C3.93431 21.4468 3.99417 21.183 4.03417 20.8683C4.52329 16.5548 6.59978 11.815 9.48494 8.41489C11.6912 5.81661 14.0073 3.97954 17.0221 2.46724C20.3665 0.782459 23.631 0.000976562 27.4046 0.000976562C31.2681 0.000976562 34.5226 0.762172 37.8869 2.46724C42.6588 4.87274 46.2527 8.52651 48.6188 13.378C49.8167 15.8342 50.5654 18.3614 50.9249 21.1931C51.0846 22.4821 51.0647 25.73 50.8849 27.0799C50.1861 32.246 47.9799 36.9148 44.4957 40.599C42.5191 42.6796 40.4726 44.202 37.8869 45.5012C34.1432 47.3992 29.8206 48.2517 25.6975 47.937Z" fill="#757575"/>
|
|
5
|
-
<path d="M19.0928 31.0994C18.2193 30.9471 17.549 30.7033 17.1936 30.3986C17.0209 30.2463 16.635 30.033 16.3404 29.9416C15.9139 29.7994 15.6397 29.5963 15.0303 28.9869C12.7248 26.6408 12.1764 23.401 13.5983 20.4963C14.5631 18.5463 16.3709 17.0736 18.4834 16.515C19.367 16.2814 21.1545 16.2814 22.0178 16.515C22.5459 16.6572 23.135 16.6877 25.217 16.6877C27.7053 16.6877 27.7967 16.6979 28.4873 16.9518C28.8834 17.0939 29.2795 17.2361 29.3811 17.2666C29.4725 17.2971 29.5537 17.3682 29.5537 17.4189C29.5537 17.4697 29.5944 17.49 29.6451 17.4494C29.6959 17.4189 29.8076 17.4596 29.8889 17.5408C29.9701 17.6221 30.0615 17.6729 30.0819 17.6525C30.1022 17.6221 30.4779 17.7846 30.9045 18.008C31.3311 18.2213 31.6865 18.3736 31.6865 18.3432C31.6865 18.3127 31.7678 18.3533 31.8694 18.4346C32.042 18.5869 32.3365 18.7291 32.5904 18.7799C32.6717 18.79 32.7631 18.8408 32.7936 18.8916C32.824 18.9322 32.9053 18.983 32.9764 18.9932C33.0881 19.0135 33.9108 19.3994 36.3076 20.5471C37.0795 20.9228 37.1811 20.9432 38.3389 20.9838C40.5733 21.065 42.3404 21.4611 43.9451 22.233C44.9912 22.7408 45.6412 23.3197 45.8037 23.8783C45.9561 24.4268 45.9358 28.0525 45.7733 28.3572C45.7123 28.4893 45.4787 28.7432 45.2654 28.9158C44.91 29.2002 44.7881 29.2307 44.0467 29.2713L43.2139 29.3018L42.6756 29.901C41.8936 30.7642 41.2436 31.0486 40.0654 31.0486C39.3037 31.0486 39.0803 31.008 38.6944 30.815C38.1053 30.5002 37.4553 29.9517 37.2319 29.576L37.0592 29.2814H31.1483H25.2272L24.6787 29.6978C23.9983 30.2158 22.9115 30.7439 22.0889 30.9572C21.317 31.1603 19.8139 31.2314 19.0928 31.0994ZM22.3225 29.9619C23.3584 29.6064 24.0897 29.1393 24.8717 28.3572C25.6537 27.5752 26.1108 26.8541 26.4764 25.808C26.71 25.1682 26.7506 24.8939 26.7506 23.7971C26.7608 22.6596 26.7303 22.4463 26.4764 21.6947C25.7959 19.7143 24.3233 18.2416 22.3225 17.5205C21.6725 17.2869 21.4287 17.2564 20.2608 17.2564C19.0928 17.2564 18.849 17.2869 18.199 17.5205C17.1529 17.8963 16.4318 18.3533 15.6498 19.1353C14.8678 19.9174 14.4108 20.6385 14.035 21.6846C13.8014 22.3346 13.7709 22.5783 13.7709 23.7463C13.7709 24.9143 13.8014 25.158 14.035 25.808C14.4108 26.8541 14.8678 27.5752 15.6498 28.3572C16.6147 29.3221 17.7014 29.9111 19.042 30.1955C19.8037 30.3682 21.51 30.2361 22.3225 29.9619ZM41.2029 29.8197C41.7717 29.5557 42.2084 29.0072 42.4623 28.2658C42.6959 27.5752 42.6959 27.5752 42.5029 26.9557C42.1983 25.9502 41.4772 25.2494 40.624 25.1377C39.8623 25.0361 39.3444 25.0971 38.9381 25.3408C38.0748 25.8486 37.6483 26.5697 37.6381 27.5549C37.6381 28.1135 37.6787 28.3064 37.9428 28.7736C38.2983 29.4033 38.8975 29.8807 39.4764 30.0025C39.974 30.1041 40.7865 30.0228 41.2029 29.8197Z" fill="#757575"/>
|
|
6
|
-
<path d="M19.9054 27.26C19.1742 27.0366 18.3414 26.2749 18.0164 25.5335C17.8437 25.1475 17.8031 25.1171 17.4273 25.1171C16.9093 25.1069 16.625 24.9139 16.6757 24.5889C16.696 24.396 16.7773 24.3553 17.1429 24.3249L17.5695 24.2944V23.8374C17.5695 23.5936 17.5796 23.36 17.6 23.3194C17.6101 23.2686 17.5085 23.228 17.3664 23.2077C16.7265 23.1366 16.6453 23.0858 16.6757 22.8014C16.7062 22.5475 16.7468 22.5272 17.2445 22.4968C17.7726 22.4663 17.7828 22.4561 17.996 21.9889C18.3312 21.278 19.1437 20.5163 19.7937 20.2928C21.0531 19.8764 22.9929 20.5468 22.4445 21.2069C22.3023 21.3796 21.9773 21.41 21.8859 21.2678C21.8554 21.2171 21.6015 21.0952 21.3273 21.0038C20.8804 20.8514 20.7484 20.8514 20.3015 20.9632C19.7429 21.1053 19.0726 21.6132 18.839 22.0803C18.7578 22.2327 18.6867 22.385 18.6867 22.4257C18.6867 22.4561 19.2046 22.4764 19.8445 22.4764C20.8906 22.4764 21.0125 22.4968 21.0734 22.6694C21.1039 22.771 21.1039 22.9335 21.0632 23.0249C21.0125 23.1671 20.8093 23.1874 19.6921 23.1874H18.382V23.746V24.3046H19.4484C20.4031 24.3046 20.5148 24.3249 20.6164 24.5077C20.6976 24.66 20.6773 24.7514 20.5148 24.9139C20.3421 25.0866 20.1796 25.1171 19.4992 25.1171H18.6765L18.8289 25.4014C19.357 26.4069 20.6671 26.8233 21.7132 26.3257L22.1601 26.1022L22.3734 26.3257C22.6679 26.6202 22.5257 26.8335 21.825 27.1178C21.2664 27.3514 20.4132 27.4124 19.9054 27.26Z" fill="#757575"/>
|
|
7
|
-
<path d="M39.3555 28.2659C39.1219 28.0221 39.0508 27.8596 39.0508 27.5346C39.0508 27.1893 39.1117 27.0776 39.4063 26.8338C40.2594 26.1128 41.3766 26.8542 41.0313 27.9104C40.8789 28.3674 40.5844 28.5706 40.0664 28.5706C39.7313 28.5706 39.5891 28.5096 39.3555 28.2659Z" fill="#757575"/>
|
|
8
|
-
</g>
|
|
9
|
-
<defs>
|
|
10
|
-
<clipPath id="clip0">
|
|
11
|
-
<rect width="51" height="48" fill="white"/>
|
|
12
|
-
</clipPath>
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
1
|
+
<svg width="51" height="48" viewBox="0 0 51 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path d="M19.0948 31.0994C18.2213 30.9471 17.551 30.7033 17.1955 30.3986C17.0229 30.2463 16.637 30.033 16.3424 29.9416C15.9159 29.7994 15.6416 29.5963 15.0323 28.9869C12.7268 26.6408 12.1784 23.401 13.6002 20.4963C14.5651 18.5463 16.3729 17.0736 18.4854 16.515C19.369 16.2814 21.1565 16.2814 22.0198 16.515C22.5479 16.6572 23.137 16.6877 25.219 16.6877C27.6463 16.6877 27.8088 16.6979 28.4385 16.9314C29.312 17.2463 29.4338 17.2971 30.6221 17.8557C31.1807 18.1197 31.983 18.4955 32.3995 18.6885C33.1612 19.0439 34.1057 19.501 36.0049 20.4049C37.0002 20.8822 37.0409 20.8924 38.2901 20.9635C40.687 21.0853 42.3526 21.4611 43.9471 22.233C44.9932 22.7408 45.6432 23.3197 45.8057 23.8783C45.958 24.4268 45.9377 28.0525 45.7752 28.3572C45.7143 28.4893 45.4807 28.7432 45.2674 28.9158C44.912 29.2002 44.7901 29.2307 44.0487 29.2713L43.2159 29.3018L42.6776 29.901C41.8955 30.7642 41.2455 31.0486 40.0674 31.0486C39.3057 31.0486 39.0823 31.008 38.6963 30.815C38.1073 30.5002 37.4573 29.9517 37.2338 29.576L37.0612 29.2814H31.1502H25.2291L24.6807 29.6978C24.0002 30.2158 22.9135 30.7439 22.0909 30.9572C21.319 31.1603 19.8159 31.2314 19.0948 31.0994ZM22.3245 29.9619C23.3604 29.6064 24.0916 29.1393 24.8737 28.3572C25.6557 27.5752 26.1127 26.8541 26.4784 25.808C26.712 25.1682 26.7526 24.8939 26.7526 23.7971C26.7627 22.6596 26.7323 22.4463 26.4784 21.6947C25.7979 19.7143 24.3252 18.2416 22.3245 17.5205C21.6745 17.2869 21.4307 17.2564 20.2627 17.2564C19.0948 17.2564 18.851 17.2869 18.201 17.5205C17.1549 17.8963 16.4338 18.3533 15.6518 19.1353C14.8698 19.9174 14.4127 20.6385 14.037 21.6846C13.8034 22.3346 13.7729 22.5783 13.7729 23.7463C13.7729 24.9143 13.8034 25.158 14.037 25.808C14.4127 26.8541 14.8698 27.5752 15.6518 28.3572C16.6166 29.3221 17.7034 29.9111 19.044 30.1955C19.8057 30.3682 21.512 30.2361 22.3245 29.9619ZM41.2049 29.8197C41.7737 29.5557 42.2104 29.0072 42.4643 28.2658C42.6979 27.5752 42.6979 27.5752 42.5049 26.9557C42.2002 25.9502 41.4791 25.2494 40.626 25.1377C39.8643 25.0361 39.3463 25.0971 38.9401 25.3408C38.0768 25.8486 37.6502 26.5697 37.6401 27.5549C37.6401 28.1135 37.6807 28.3064 37.9448 28.7736C38.3002 29.4033 38.8995 29.8807 39.4784 30.0025C39.976 30.1041 40.7885 30.0228 41.2049 29.8197Z" fill="#757575"/>
|
|
4
|
+
<path d="M25.6975 47.937C23.9106 47.795 21.7342 47.3585 20.097 46.8105C19.1486 46.4959 18.6794 45.7854 18.8691 44.9429C18.9789 44.4659 19.2883 44.131 19.8275 43.9179C20.2368 43.7555 20.2767 43.7656 21.285 44.06C23.5212 44.74 25.2383 44.9937 27.4545 44.9937C36.1199 44.9937 43.8169 39.5434 46.8618 31.2513C48.2693 27.4351 48.509 22.9084 47.5206 18.8993C46.0631 12.9822 42.0997 7.93791 36.7388 5.20762C33.5043 3.56341 30.5194 2.89356 26.8057 3.00518C24.2999 3.07623 22.4829 3.42131 20.3166 4.24346C13.3384 6.8925 8.29695 13.0735 7.04909 20.5232C6.95915 21.051 6.90931 21.4976 6.92927 21.5179C6.94922 21.5382 7.2387 21.0612 7.56819 20.4624C8.22706 19.2546 8.48666 18.9501 8.99573 18.808C9.9142 18.534 10.7827 19.2343 10.7827 20.2594C10.7827 20.6349 10.5631 21.1018 9.11555 23.7406C6.63969 28.2572 6.5699 28.3688 6.2005 28.6226C5.62145 29.0184 4.83282 28.8966 4.33368 28.3283C4.02415 27.9832 0.140694 20.8277 0.0608779 20.4827C-0.148786 19.4778 0.869456 18.5238 1.87777 18.7979C2.37691 18.9399 2.65647 19.2647 3.30541 20.4522C3.60482 21.0003 3.87444 21.4468 3.90433 21.4468C3.93431 21.4468 3.99417 21.183 4.03417 20.8683C4.52329 16.5548 6.59978 11.815 9.48494 8.41489C11.6912 5.81661 14.0073 3.97954 17.0221 2.46724C20.3665 0.782459 23.631 0.000976562 27.4046 0.000976562C31.2681 0.000976562 34.5226 0.762172 37.8869 2.46724C42.6588 4.87274 46.2527 8.52651 48.6188 13.378C49.8167 15.8342 50.5654 18.3614 50.9249 21.1931C51.0846 22.4821 51.0647 25.73 50.8849 27.0799C50.1861 32.246 47.9799 36.9148 44.4957 40.599C42.5191 42.6796 40.4726 44.202 37.8869 45.5012C34.1432 47.3992 29.8206 48.2517 25.6975 47.937Z" fill="#757575"/>
|
|
5
|
+
<path d="M19.0928 31.0994C18.2193 30.9471 17.549 30.7033 17.1936 30.3986C17.0209 30.2463 16.635 30.033 16.3404 29.9416C15.9139 29.7994 15.6397 29.5963 15.0303 28.9869C12.7248 26.6408 12.1764 23.401 13.5983 20.4963C14.5631 18.5463 16.3709 17.0736 18.4834 16.515C19.367 16.2814 21.1545 16.2814 22.0178 16.515C22.5459 16.6572 23.135 16.6877 25.217 16.6877C27.7053 16.6877 27.7967 16.6979 28.4873 16.9518C28.8834 17.0939 29.2795 17.2361 29.3811 17.2666C29.4725 17.2971 29.5537 17.3682 29.5537 17.4189C29.5537 17.4697 29.5944 17.49 29.6451 17.4494C29.6959 17.4189 29.8076 17.4596 29.8889 17.5408C29.9701 17.6221 30.0615 17.6729 30.0819 17.6525C30.1022 17.6221 30.4779 17.7846 30.9045 18.008C31.3311 18.2213 31.6865 18.3736 31.6865 18.3432C31.6865 18.3127 31.7678 18.3533 31.8694 18.4346C32.042 18.5869 32.3365 18.7291 32.5904 18.7799C32.6717 18.79 32.7631 18.8408 32.7936 18.8916C32.824 18.9322 32.9053 18.983 32.9764 18.9932C33.0881 19.0135 33.9108 19.3994 36.3076 20.5471C37.0795 20.9228 37.1811 20.9432 38.3389 20.9838C40.5733 21.065 42.3404 21.4611 43.9451 22.233C44.9912 22.7408 45.6412 23.3197 45.8037 23.8783C45.9561 24.4268 45.9358 28.0525 45.7733 28.3572C45.7123 28.4893 45.4787 28.7432 45.2654 28.9158C44.91 29.2002 44.7881 29.2307 44.0467 29.2713L43.2139 29.3018L42.6756 29.901C41.8936 30.7642 41.2436 31.0486 40.0654 31.0486C39.3037 31.0486 39.0803 31.008 38.6944 30.815C38.1053 30.5002 37.4553 29.9517 37.2319 29.576L37.0592 29.2814H31.1483H25.2272L24.6787 29.6978C23.9983 30.2158 22.9115 30.7439 22.0889 30.9572C21.317 31.1603 19.8139 31.2314 19.0928 31.0994ZM22.3225 29.9619C23.3584 29.6064 24.0897 29.1393 24.8717 28.3572C25.6537 27.5752 26.1108 26.8541 26.4764 25.808C26.71 25.1682 26.7506 24.8939 26.7506 23.7971C26.7608 22.6596 26.7303 22.4463 26.4764 21.6947C25.7959 19.7143 24.3233 18.2416 22.3225 17.5205C21.6725 17.2869 21.4287 17.2564 20.2608 17.2564C19.0928 17.2564 18.849 17.2869 18.199 17.5205C17.1529 17.8963 16.4318 18.3533 15.6498 19.1353C14.8678 19.9174 14.4108 20.6385 14.035 21.6846C13.8014 22.3346 13.7709 22.5783 13.7709 23.7463C13.7709 24.9143 13.8014 25.158 14.035 25.808C14.4108 26.8541 14.8678 27.5752 15.6498 28.3572C16.6147 29.3221 17.7014 29.9111 19.042 30.1955C19.8037 30.3682 21.51 30.2361 22.3225 29.9619ZM41.2029 29.8197C41.7717 29.5557 42.2084 29.0072 42.4623 28.2658C42.6959 27.5752 42.6959 27.5752 42.5029 26.9557C42.1983 25.9502 41.4772 25.2494 40.624 25.1377C39.8623 25.0361 39.3444 25.0971 38.9381 25.3408C38.0748 25.8486 37.6483 26.5697 37.6381 27.5549C37.6381 28.1135 37.6787 28.3064 37.9428 28.7736C38.2983 29.4033 38.8975 29.8807 39.4764 30.0025C39.974 30.1041 40.7865 30.0228 41.2029 29.8197Z" fill="#757575"/>
|
|
6
|
+
<path d="M19.9054 27.26C19.1742 27.0366 18.3414 26.2749 18.0164 25.5335C17.8437 25.1475 17.8031 25.1171 17.4273 25.1171C16.9093 25.1069 16.625 24.9139 16.6757 24.5889C16.696 24.396 16.7773 24.3553 17.1429 24.3249L17.5695 24.2944V23.8374C17.5695 23.5936 17.5796 23.36 17.6 23.3194C17.6101 23.2686 17.5085 23.228 17.3664 23.2077C16.7265 23.1366 16.6453 23.0858 16.6757 22.8014C16.7062 22.5475 16.7468 22.5272 17.2445 22.4968C17.7726 22.4663 17.7828 22.4561 17.996 21.9889C18.3312 21.278 19.1437 20.5163 19.7937 20.2928C21.0531 19.8764 22.9929 20.5468 22.4445 21.2069C22.3023 21.3796 21.9773 21.41 21.8859 21.2678C21.8554 21.2171 21.6015 21.0952 21.3273 21.0038C20.8804 20.8514 20.7484 20.8514 20.3015 20.9632C19.7429 21.1053 19.0726 21.6132 18.839 22.0803C18.7578 22.2327 18.6867 22.385 18.6867 22.4257C18.6867 22.4561 19.2046 22.4764 19.8445 22.4764C20.8906 22.4764 21.0125 22.4968 21.0734 22.6694C21.1039 22.771 21.1039 22.9335 21.0632 23.0249C21.0125 23.1671 20.8093 23.1874 19.6921 23.1874H18.382V23.746V24.3046H19.4484C20.4031 24.3046 20.5148 24.3249 20.6164 24.5077C20.6976 24.66 20.6773 24.7514 20.5148 24.9139C20.3421 25.0866 20.1796 25.1171 19.4992 25.1171H18.6765L18.8289 25.4014C19.357 26.4069 20.6671 26.8233 21.7132 26.3257L22.1601 26.1022L22.3734 26.3257C22.6679 26.6202 22.5257 26.8335 21.825 27.1178C21.2664 27.3514 20.4132 27.4124 19.9054 27.26Z" fill="#757575"/>
|
|
7
|
+
<path d="M39.3555 28.2659C39.1219 28.0221 39.0508 27.8596 39.0508 27.5346C39.0508 27.1893 39.1117 27.0776 39.4063 26.8338C40.2594 26.1128 41.3766 26.8542 41.0313 27.9104C40.8789 28.3674 40.5844 28.5706 40.0664 28.5706C39.7313 28.5706 39.5891 28.5096 39.3555 28.2659Z" fill="#757575"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0">
|
|
11
|
+
<rect width="51" height="48" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path
|
|
5
|
-
<path d="
|
|
6
|
-
<path
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
</svg>
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.47579 19.92C9.08636 19.8975 8.75243 20.195 8.72994 20.5844C8.58403 23.1107 8.73078 25.664 8.92849 27.5139C9.06522 28.7933 10.1592 29.7051 11.4061 29.7051H11.8787C13.0178 29.7051 13.9691 28.901 14.196 27.8296H20.6177C21.0077 27.8296 21.324 27.5133 21.324 27.1233C21.324 26.7332 21.0077 26.417 20.6177 26.417H13.7542C13.2465 26.417 12.8348 26.8286 12.8348 27.3364C12.8348 27.8644 12.4068 28.2925 11.8787 28.2925H11.4061C10.8411 28.2925 10.3889 27.886 10.3331 27.3638C10.141 25.5666 9.99995 23.0939 10.1402 20.6659C10.1627 20.2764 9.86522 19.9425 9.47579 19.92Z" fill="#616376"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0981 8.79187C21.0981 8.40179 21.4143 8.08557 21.8044 8.08557L25.0378 8.08557C26.0098 8.08557 26.7616 8.14283 27.3143 8.42121C27.9563 8.74452 28.2122 9.29357 28.3925 9.85066L28.4037 9.88533L28.4113 9.92096L29.7075 16.0075C30.7113 19.6356 30.515 24.5343 30.1963 27.5153C30.0594 28.7955 28.9649 29.7047 27.7189 29.7047H27.2462C26.1072 29.7047 25.1559 28.9007 24.929 27.8292H18.5073C18.1172 27.8292 17.801 27.513 17.801 27.1229C17.801 26.7328 18.1172 26.4166 18.5073 26.4166H25.3707C25.8785 26.4166 26.2901 26.8282 26.2901 27.336C26.2901 27.8641 26.7182 28.2921 27.2462 28.2921H27.7189C28.2847 28.2921 28.736 27.8865 28.7917 27.3651C29.1074 24.4124 29.2758 19.7244 28.3407 16.365L28.3349 16.344L28.3303 16.3227L27.0375 10.252C26.8976 9.83021 26.8005 9.74405 26.6789 9.68282C26.465 9.57507 26.0385 9.49817 25.0378 9.49817H21.8044C21.4143 9.49817 21.0981 9.18195 21.0981 8.79187Z" fill="#616376"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6406 17.3197C24.0501 17.1636 26.4456 16.7372 28.7791 16.0397L29.1837 17.3931C26.4534 18.2092 23.6422 18.6698 20.8203 18.776C20.8203 18.2227 21.6406 17.7676 21.6406 17.3197Z" fill="#616376"/>
|
|
5
|
+
<path d="M27.3437 21.2589C27.3437 22.0234 26.7239 22.6432 25.9594 22.6432C25.1949 22.6432 24.5752 22.0234 24.5752 21.2589C24.5752 20.4944 25.1949 19.8747 25.9594 19.8747C26.7239 19.8747 27.3437 20.4944 27.3437 21.2589Z" fill="#616376"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3061 21.2592C18.5922 21.2592 22.0667 17.7846 22.0667 13.4985C22.0667 9.21242 18.5922 5.73785 14.3061 5.73785C10.02 5.73785 6.54541 9.21242 6.54541 13.4985C6.54541 17.7846 10.02 21.2592 14.3061 21.2592ZM14.3061 22.6718C19.3723 22.6718 23.4793 18.5648 23.4793 13.4985C23.4793 8.43227 19.3723 4.32526 14.3061 4.32526C9.23982 4.32526 5.13281 8.43227 5.13281 13.4985C5.13281 18.5648 9.23982 22.6718 14.3061 22.6718Z" fill="#616376"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.4028 8.96457C13.1983 8.5481 14.0934 8.35959 14.9893 8.41987C15.8851 8.48014 16.7469 8.78686 17.4794 9.30614C17.7976 9.53174 17.8727 9.97259 17.6471 10.2908C17.4215 10.609 16.9807 10.6841 16.6625 10.4585C16.1424 10.0898 15.5305 9.87207 14.8944 9.82928C14.2583 9.78648 13.6228 9.92032 13.058 10.216C12.4932 10.5117 12.0212 10.9578 11.6939 11.5049C11.3667 12.052 11.1971 12.679 11.2038 13.3165C11.2105 13.9539 11.3933 14.5772 11.7319 15.1173C12.0706 15.6574 12.5519 16.0935 13.1228 16.3772C13.6937 16.661 14.3319 16.7814 14.9669 16.7253C15.602 16.6691 16.2091 16.4385 16.7213 16.059C17.0348 15.8267 17.4771 15.8926 17.7093 16.206C17.9416 16.5194 17.8758 16.9617 17.5623 17.1939C16.8409 17.7285 15.9858 18.0533 15.0914 18.1324C14.197 18.2115 13.2981 18.0418 12.494 17.6422C11.69 17.2425 11.0121 16.6284 10.5351 15.8677C10.0581 15.1069 9.80072 14.2292 9.79128 13.3313C9.78185 12.4335 10.0207 11.5505 10.4816 10.7799C10.9425 10.0093 11.6073 9.38104 12.4028 8.96457Z" fill="#616376"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.26367 12.2328C8.26367 11.8428 8.57989 11.5266 8.96997 11.5266H14.1485C14.5386 11.5266 14.8548 11.8428 14.8548 12.2328C14.8548 12.6229 14.5386 12.9391 14.1485 12.9391H8.96997C8.57989 12.9391 8.26367 12.6229 8.26367 12.2328ZM8.26367 14.3602C8.26367 13.9702 8.57989 13.6539 8.96997 13.6539H14.1485C14.5386 13.6539 14.8548 13.9702 14.8548 14.3602C14.8548 14.7503 14.5386 15.0665 14.1485 15.0665H8.96997C8.57989 15.0665 8.26367 14.7503 8.26367 14.3602Z" fill="#616376"/>
|
|
9
|
+
</svg>
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<path d="
|
|
7
|
-
</
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0_8848_71372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
|
|
3
|
+
<rect x="0.475586" y="0.0488281" width="33.9023" height="33.9023" fill="#616376"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_8848_71372)">
|
|
6
|
+
<path d="M15.943 19.0119L13.4357 16.5045C13.2709 16.3397 13.1 16.2573 12.9229 16.2573C12.7468 16.2573 12.5764 16.3397 12.4115 16.5045C12.2703 16.6458 12.1997 16.8162 12.1997 17.0159C12.1997 17.2165 12.2703 17.3756 12.4115 17.4933L15.1308 20.2479C15.3662 20.4598 15.637 20.5657 15.943 20.5657C16.2491 20.5657 16.5199 20.4598 16.7553 20.2479L22.441 14.5269C22.6058 14.3856 22.6882 14.2208 22.6882 14.0325C22.6882 13.8441 22.6058 13.6793 22.441 13.538C22.2997 13.3732 22.1293 13.2965 21.9296 13.3078C21.729 13.32 21.5699 13.3968 21.4522 13.538L15.943 19.0119ZM17.4263 29.5357H17.1084C17.0143 29.5357 16.9319 29.5122 16.8612 29.4651C14.1773 28.5234 11.9525 26.7868 10.1867 24.2554C8.42096 21.725 7.53809 18.8824 7.53809 15.7276V9.68872C7.53809 9.19431 7.67935 8.75264 7.96187 8.3637C8.24439 7.97571 8.59753 7.69931 9.02131 7.53451L16.614 4.70931C16.8965 4.61514 17.1673 4.56805 17.4263 4.56805C17.6852 4.56805 17.956 4.61514 18.2385 4.70931L25.8312 7.53451C26.255 7.69931 26.6082 7.97571 26.8907 8.3637C27.1732 8.75264 27.3145 9.19431 27.3145 9.68872V15.7276C27.3145 18.8824 26.4316 21.725 24.6658 24.2554C22.9001 26.7868 20.6752 28.5234 17.9913 29.4651C17.8971 29.5122 17.7088 29.5357 17.4263 29.5357ZM17.4263 28.1584C19.8748 27.3815 21.8995 25.8277 23.5004 23.4969C25.1014 21.1661 25.9019 18.5763 25.9019 15.7276V9.47683C25.9019 9.33557 25.8665 9.21173 25.7959 9.10532C25.7253 8.99984 25.6193 8.92356 25.4781 8.87648L17.85 6.05128C17.6852 6.0042 17.544 5.98065 17.4263 5.98065C17.3086 5.98065 17.1673 6.0042 17.0025 6.05128L9.37446 8.87648C9.2332 8.92356 9.12726 8.99984 9.05663 9.10532C8.986 9.21173 8.95068 9.33557 8.95068 9.47683V15.7276C8.95068 18.5763 9.75116 21.1661 11.3521 23.4969C12.953 25.8277 14.9778 27.3815 17.4263 28.1584Z" fill="#616376"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path
|
|
5
|
-
<path
|
|
6
|
-
|
|
7
|
-
<path d="M41.2463 35.4464C40.3661 32.4969 39.5142 29.1786 39.6562 29.0651C39.713 29.0084 40.8488 28.9801 42.1549 29.0368L44.5685 29.1219L43.3475 33.2059C42.666 35.4464 42.0697 37.3183 42.013 37.4034C41.9278 37.4601 41.587 36.5809 41.2463 35.4464Z" fill="white"/>
|
|
8
|
-
<path d="M40.7368 26.3723C41.2763 25.5782 41.8158 24.8692 41.9578 24.8125C42.2133 24.7557 44.0874 27.3082 44.0874 27.7053C44.0874 27.7904 43.122 27.8471 41.9578 27.8471H39.7998L40.7368 26.3723Z" fill="white"/>
|
|
9
|
-
<path d="M38.3225 20.2447C37.3287 19.2237 36.9879 18.4863 37.5274 18.4863C37.783 18.4863 40.1113 20.897 40.1113 21.1807C40.1113 21.6344 39.2311 21.1807 38.3225 20.2447Z" fill="white"/>
|
|
10
|
-
<path d="M44.0859 21.0958C44.0859 20.6987 46.5279 18.4581 46.7266 18.685C46.8402 18.7985 46.3859 19.4224 45.7328 20.1031C44.5686 21.2659 44.0859 21.5779 44.0859 21.0958Z" fill="white"/>
|
|
11
|
-
<path d="M41.8145 18.6286C41.8145 17.5793 41.928 16.7852 42.0984 16.7852C42.2688 16.7852 42.3823 17.5793 42.3823 18.6286C42.3823 19.678 42.2688 20.4721 42.0984 20.4721C41.928 20.4721 41.8145 19.678 41.8145 18.6286Z" fill="white"/>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.9511 22.8583C21.6895 22.8583 25.5307 19.0171 25.5307 14.2788C25.5307 9.54042 21.6895 5.69922 16.9511 5.69922C12.2128 5.69922 8.37158 9.54042 8.37158 14.2788C8.37158 19.0171 12.2128 22.8583 16.9511 22.8583ZM16.9511 24.2709C22.4697 24.2709 26.9433 19.7973 26.9433 14.2788C26.9433 8.76026 22.4697 4.28662 16.9511 4.28662C11.4326 4.28662 6.95898 8.76026 6.95898 14.2788C6.95898 19.7973 11.4326 24.2709 16.9511 24.2709Z" fill="#616376"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.5494 20.0175C23.9266 19.9181 24.3129 20.1434 24.4123 20.5206L26.0886 26.8845C26.1509 27.121 26.0864 27.3728 25.9182 27.5503C25.75 27.7277 25.502 27.8056 25.2625 27.7561L21.6291 27.0046L18.9557 29.4421C18.7775 29.6045 18.5288 29.6649 18.296 29.6021C18.0632 29.5394 17.8784 29.3622 17.8061 29.1322L16.1348 23.822C16.0177 23.45 16.2244 23.0534 16.5965 22.9363C16.9686 22.8192 17.3651 23.0259 17.4822 23.398L18.8214 27.6529L20.9435 25.718C21.1107 25.5656 21.3408 25.5025 21.5624 25.5483L24.4322 26.1418L23.0463 20.8804C22.9469 20.5032 23.1721 20.1169 23.5494 20.0175Z" fill="#616376"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2852 20.2502C9.91468 20.1282 9.5154 20.3296 9.39337 20.7001L7.40572 26.7348C7.32791 26.9711 7.38011 27.2309 7.54314 27.4187C7.70618 27.6066 7.95602 27.6949 8.20088 27.6511L12.1062 26.9528L15.0341 29.4785C15.2127 29.6325 15.4563 29.6873 15.6836 29.6245C15.9109 29.5617 16.0919 29.3896 16.166 29.1657L17.7221 24.466C17.8447 24.0957 17.6439 23.6961 17.2736 23.5735C16.9033 23.4509 16.5037 23.6517 16.3811 24.022L15.157 27.7189L12.7743 25.6636C12.6132 25.5246 12.398 25.4657 12.1886 25.5031L9.11784 26.0521L10.7351 21.142C10.8571 20.7715 10.6557 20.3722 10.2852 20.2502Z" fill="#616376"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5174 8.96471C11.6365 8.72379 11.8819 8.57129 12.1507 8.57129H21.8809C22.157 8.57129 22.4077 8.73213 22.5228 8.98305L24.2322 12.7087C24.3458 12.9562 24.3069 13.247 24.1323 13.456L17.6894 21.1699C17.5575 21.3277 17.3633 21.4203 17.1576 21.4233C16.952 21.4263 16.7552 21.3395 16.6187 21.1856L9.78127 13.4717C9.59075 13.2568 9.54937 12.9479 9.67661 12.6904L11.5174 8.96471ZM12.5895 9.98389L11.4466 12.2969H13.3774L14.5203 9.98389H12.5895ZM16.0959 9.98389L14.953 12.2969H19.0983L17.901 9.98389H16.0959ZM19.4916 9.98389L20.6889 12.2969H22.4891L21.4279 9.98389H19.4916ZM22.0801 13.7095H17.7541L17.8264 18.8022L22.0801 13.7095ZM16.414 18.8251L16.3414 13.7095H11.8797L16.414 18.8251Z" fill="#616376"/>
|
|
6
|
+
</svg>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
|
|
10
|
-
</svg>
|
|
1
|
+
<svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
|
|
5
|
+
<path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
|
|
7
|
+
<path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
|
|
8
|
+
<path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
|
|
9
|
+
</svg>
|
package/media/svg/usp/icon1.svg
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path d="M9.93617 17.7719C9.47267 16.9747 8.83162 15.9052 8.51604 15.3802L7.94404 14.4177L7.52986 15.1372C7.30302 15.5261 6.98744 16.0414 6.83948 16.2844C6.69156 16.5275 6.26748 17.2372 5.89276 17.8789C5.52786 18.5109 5.1531 19.0553 5.07419 19.0845C4.83749 19.172 4.66984 18.9775 3.9795 17.7914L3.29903 16.6247L1.6422 16.5761C0.172758 16.5372 -0.0146217 16.508 -0.0442134 16.3622C-0.0639413 16.265 0.547518 15.0983 1.3069 13.7663C2.07615 12.4344 2.69744 11.3066 2.69744 11.2482C2.69744 11.1996 2.6087 11.083 2.50019 10.9858C2.27339 10.7816 2.25366 10.4899 2.41145 9.43018L2.52978 8.68157L2.1353 8.28292C0.971597 7.06765 0.951869 6.89265 1.8789 5.89122L2.52978 5.18152L2.42132 4.25787C2.25366 2.85786 2.31281 2.78981 3.78226 2.5273C4.24579 2.44951 4.65998 2.32312 4.69943 2.25508C4.73889 2.19673 4.98545 1.78842 5.24184 1.36063C5.82371 0.378675 5.96177 0.349503 7.18465 0.923115L8.03281 1.31202L8.94012 0.913379C10.163 0.36894 10.2715 0.407848 10.8928 1.55507C11.1492 2.03147 11.4451 2.44951 11.5535 2.48842C11.6522 2.5273 12.0762 2.61481 12.4904 2.67312C13.1413 2.78008 13.2893 2.83842 13.5062 3.09121C13.6344 3.24677 13.733 3.45094 13.7035 3.53843C13.6838 3.62594 13.6048 4.05373 13.5457 4.49121L13.4273 5.29817L14.0782 5.97874C15.0447 6.98987 15.0447 7.07735 13.9796 8.20514L13.4273 8.79822L13.4964 9.3621C13.5259 9.66349 13.5851 10.0621 13.6147 10.2468C13.664 10.5774 13.4865 11.1316 13.3386 11.1316C13.2893 11.1316 13.2498 11.1802 13.2498 11.2385C13.2498 11.2969 13.881 12.4344 14.6502 13.7761C15.7646 15.7108 16.0211 16.2358 15.9421 16.3719C15.8633 16.4983 15.5871 16.5372 14.2262 16.5761L12.6186 16.6247L11.9579 17.7914C11.2182 19.0845 11.1394 19.2011 10.9322 19.2011C10.8533 19.2011 10.4096 18.5595 9.93617 17.7719ZM11.662 16.9456L12.234 15.9442L13.6246 15.915C14.3938 15.9052 15.025 15.8761 15.025 15.8566C15.025 15.8178 13.8613 13.7858 13.1315 12.5413L12.5003 11.4719L12.0171 11.501C11.5141 11.5399 11.1788 11.6566 11.1788 11.8024C11.1788 11.9871 10.3602 13.2802 10.1926 13.3677C9.88688 13.5233 9.68964 13.4844 8.79219 13.0566C8.30893 12.833 7.90458 12.6774 7.86516 12.7066C7.83557 12.7358 8.17087 13.3677 8.60481 14.1066C9.03872 14.8552 9.74879 16.0608 10.163 16.79C10.5871 17.5192 10.9717 18.0831 11.021 18.0345C11.0604 17.9956 11.3563 17.4997 11.662 16.9456ZM6.30694 15.8372L7.51999 13.7372L7.36217 13.4261C7.28329 13.2608 7.19452 13.1052 7.17479 13.0858C7.1551 13.0663 6.86908 13.1538 6.54364 13.2705C5.95191 13.4941 5.93218 13.4941 5.68565 13.3094C5.55742 13.2122 5.25171 12.7649 5.03473 12.3371L4.62055 11.5496L4.04855 11.4524C3.38777 11.3455 3.53573 11.2094 2.72703 12.6385C2.45091 13.1247 1.93805 14.0288 1.57316 14.6511C1.21813 15.2733 0.922277 15.808 0.922277 15.8372C0.922277 15.8664 1.55343 15.9052 2.32268 15.915L3.72311 15.9442L4.12743 16.6247C4.82763 17.84 4.97559 18.0636 5.03473 18.0053C5.06433 17.9664 5.63633 16.9942 6.30694 15.8372ZM8.17087 12.0066C8.29907 12.0552 8.72315 12.2497 9.10777 12.4441C9.67977 12.7261 9.84742 12.7747 9.90657 12.6677C9.95589 12.5997 10.1729 12.2302 10.38 11.851C10.5969 11.4719 10.8336 11.1218 10.9027 11.0635C10.9717 10.9955 11.4549 10.8788 11.9678 10.7913C12.4806 10.7038 12.9145 10.626 12.9244 10.6066C12.9342 10.5968 12.8849 10.1788 12.8159 9.67323C12.6581 8.56488 12.6778 8.51627 13.5358 7.68987L14.1275 7.11626L13.4372 6.34818C12.6877 5.50234 12.6877 5.52178 12.8948 4.29678C12.9638 3.87873 12.9934 3.52869 12.9638 3.50925C12.9342 3.48982 12.5299 3.4023 12.0664 3.30508C11.6029 3.2176 11.1591 3.13008 11.0703 3.10091C10.9914 3.08147 10.7054 2.66342 10.449 2.18703C10.1926 1.7009 9.9263 1.31202 9.85729 1.31202C9.78824 1.31202 9.34447 1.48703 8.87107 1.71064L8.02295 2.09951L7.06632 1.65229C6.54364 1.40924 6.10969 1.22451 6.09983 1.23424C6.08996 1.25368 5.88289 1.61342 5.65606 2.0412C5.41936 2.46898 5.1531 2.8676 5.07419 2.93564C4.98545 2.99399 4.48246 3.12038 3.94991 3.2176C3.22012 3.34399 2.99332 3.42177 3.03274 3.51899C3.06233 3.59677 3.12152 4.06343 3.15111 4.569L3.22012 5.48291L2.55938 6.18291C2.20434 6.57179 1.9085 6.93152 1.9085 6.97043C1.9085 7.00931 2.20434 7.35931 2.55938 7.74822L3.21026 8.44822L3.13138 9.12879C3.09192 9.50796 3.05247 9.99406 3.05247 10.208L3.0426 10.5968L3.93018 10.7524C4.42331 10.8399 4.88681 10.9371 4.97558 10.976C5.06433 11.0149 5.29116 11.3358 5.47854 11.6955C5.66592 12.0552 5.87303 12.4441 5.93218 12.5608C6.05054 12.7649 6.05054 12.7649 6.99727 12.3469C7.72706 12.0163 8.00322 11.9385 8.17087 12.0066Z" fill="#757575"/>
|
|
4
|
-
<path d="M6.83895 9.57816C6.23652 8.8825 5.48591 8.03984 5.17976 7.69689C4.87356 7.35396 4.58716 7.00123 4.53777 6.90325C4.4785 6.77587 4.60692 6.50153 5.04146 5.81565L5.61429 4.8946L8.00438 4.8652L10.3846 4.84561L10.9772 5.79602L11.5697 6.74647L11.392 7.00123C11.2932 7.13838 10.908 7.57932 10.5327 7.99085C10.1673 8.41216 9.46608 9.20583 8.97228 9.77411C8.48831 10.3424 8.05377 10.8127 8.01426 10.8127C7.97475 10.8225 7.4513 10.264 6.83895 9.57816ZM8.85374 8.47097L9.28831 6.95224L10.0982 6.92284C10.6907 6.90325 10.8982 6.86404 10.8982 6.76606C10.8982 6.57988 10.671 6.5113 10.0982 6.5113C9.83151 6.5113 9.61422 6.4819 9.61422 6.44273C9.61422 6.39374 9.77224 6.11939 9.95989 5.82542C10.276 5.33554 10.2957 5.28655 10.1475 5.13955C10.0488 5.05138 9.96977 5.03179 9.95002 5.10037C9.92038 5.15917 9.74261 5.46291 9.54511 5.77644L9.18956 6.34475L8.98215 6.08999C8.86362 5.9528 8.64636 5.65887 8.49819 5.44329C8.29078 5.13955 8.15252 5.04157 7.95499 5.04157C7.73774 5.04157 7.62908 5.14936 7.30316 5.67846C7.09575 6.03119 6.89822 6.31535 6.85871 6.31535C6.81923 6.31535 6.60195 6.03119 6.37478 5.67846C6.14762 5.32572 5.92049 5.04157 5.87109 5.04157C5.63405 5.04157 5.68344 5.27673 6.04887 5.84501L6.44393 6.46232L5.63405 6.5113C5.00198 6.55052 4.82421 6.58969 4.82421 6.70726C4.82421 6.82486 5.01186 6.86404 5.77231 6.88363L6.73033 6.91303L7.14515 8.39258C7.37231 9.20583 7.64883 9.9995 7.76734 10.1562L7.97475 10.4306L8.19203 10.215C8.34017 10.0681 8.56734 9.47037 8.85374 8.47097Z" fill="#757575"/>
|
|
5
|
-
<path d="M7.73794 9.13669C7.43179 8.1177 7.13547 6.97129 7.18487 6.93208C7.20462 6.91249 7.59968 6.90272 8.05398 6.9223L8.89349 6.9517L8.46879 8.36264C8.23175 9.13669 8.02434 9.78339 8.00462 9.81279C7.97499 9.83238 7.85645 9.52863 7.73794 9.13669Z" fill="#757575"/>
|
|
6
|
-
<path d="M7.56053 6.00172C7.74818 5.72738 7.93584 5.48244 7.98523 5.46285C8.0741 5.44322 8.72596 6.32506 8.72596 6.46225C8.72596 6.49165 8.39017 6.51124 7.98523 6.51124H7.23462L7.56053 6.00172Z" fill="#757575"/>
|
|
7
|
-
<path d="M6.72119 3.88496C6.37552 3.53222 6.25698 3.27747 6.44463 3.27747C6.53354 3.27747 7.34338 4.11031 7.34338 4.20832C7.34338 4.36507 7.03722 4.20832 6.72119 3.88496Z" fill="#757575"/>
|
|
8
|
-
<path d="M8.72559 4.17868C8.72559 4.04149 9.57498 3.26741 9.64409 3.3458C9.68361 3.38501 9.52559 3.60056 9.29842 3.83573C8.89348 4.23745 8.72559 4.34524 8.72559 4.17868Z" fill="#757575"/>
|
|
9
|
-
<path d="M7.9353 3.32637C7.9353 2.96386 7.97478 2.68951 8.03405 2.68951C8.09332 2.68951 8.1328 2.96386 8.1328 3.32637C8.1328 3.68892 8.09332 3.96326 8.03405 3.96326C7.97478 3.96326 7.9353 3.68892 7.9353 3.32637Z" fill="#757575"/>
|
|
10
|
-
</g>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0">
|
|
13
|
-
<rect width="16" height="19.6923" fill="white"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
1
|
+
<svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path d="M9.93617 17.7719C9.47267 16.9747 8.83162 15.9052 8.51604 15.3802L7.94404 14.4177L7.52986 15.1372C7.30302 15.5261 6.98744 16.0414 6.83948 16.2844C6.69156 16.5275 6.26748 17.2372 5.89276 17.8789C5.52786 18.5109 5.1531 19.0553 5.07419 19.0845C4.83749 19.172 4.66984 18.9775 3.9795 17.7914L3.29903 16.6247L1.6422 16.5761C0.172758 16.5372 -0.0146217 16.508 -0.0442134 16.3622C-0.0639413 16.265 0.547518 15.0983 1.3069 13.7663C2.07615 12.4344 2.69744 11.3066 2.69744 11.2482C2.69744 11.1996 2.6087 11.083 2.50019 10.9858C2.27339 10.7816 2.25366 10.4899 2.41145 9.43018L2.52978 8.68157L2.1353 8.28292C0.971597 7.06765 0.951869 6.89265 1.8789 5.89122L2.52978 5.18152L2.42132 4.25787C2.25366 2.85786 2.31281 2.78981 3.78226 2.5273C4.24579 2.44951 4.65998 2.32312 4.69943 2.25508C4.73889 2.19673 4.98545 1.78842 5.24184 1.36063C5.82371 0.378675 5.96177 0.349503 7.18465 0.923115L8.03281 1.31202L8.94012 0.913379C10.163 0.36894 10.2715 0.407848 10.8928 1.55507C11.1492 2.03147 11.4451 2.44951 11.5535 2.48842C11.6522 2.5273 12.0762 2.61481 12.4904 2.67312C13.1413 2.78008 13.2893 2.83842 13.5062 3.09121C13.6344 3.24677 13.733 3.45094 13.7035 3.53843C13.6838 3.62594 13.6048 4.05373 13.5457 4.49121L13.4273 5.29817L14.0782 5.97874C15.0447 6.98987 15.0447 7.07735 13.9796 8.20514L13.4273 8.79822L13.4964 9.3621C13.5259 9.66349 13.5851 10.0621 13.6147 10.2468C13.664 10.5774 13.4865 11.1316 13.3386 11.1316C13.2893 11.1316 13.2498 11.1802 13.2498 11.2385C13.2498 11.2969 13.881 12.4344 14.6502 13.7761C15.7646 15.7108 16.0211 16.2358 15.9421 16.3719C15.8633 16.4983 15.5871 16.5372 14.2262 16.5761L12.6186 16.6247L11.9579 17.7914C11.2182 19.0845 11.1394 19.2011 10.9322 19.2011C10.8533 19.2011 10.4096 18.5595 9.93617 17.7719ZM11.662 16.9456L12.234 15.9442L13.6246 15.915C14.3938 15.9052 15.025 15.8761 15.025 15.8566C15.025 15.8178 13.8613 13.7858 13.1315 12.5413L12.5003 11.4719L12.0171 11.501C11.5141 11.5399 11.1788 11.6566 11.1788 11.8024C11.1788 11.9871 10.3602 13.2802 10.1926 13.3677C9.88688 13.5233 9.68964 13.4844 8.79219 13.0566C8.30893 12.833 7.90458 12.6774 7.86516 12.7066C7.83557 12.7358 8.17087 13.3677 8.60481 14.1066C9.03872 14.8552 9.74879 16.0608 10.163 16.79C10.5871 17.5192 10.9717 18.0831 11.021 18.0345C11.0604 17.9956 11.3563 17.4997 11.662 16.9456ZM6.30694 15.8372L7.51999 13.7372L7.36217 13.4261C7.28329 13.2608 7.19452 13.1052 7.17479 13.0858C7.1551 13.0663 6.86908 13.1538 6.54364 13.2705C5.95191 13.4941 5.93218 13.4941 5.68565 13.3094C5.55742 13.2122 5.25171 12.7649 5.03473 12.3371L4.62055 11.5496L4.04855 11.4524C3.38777 11.3455 3.53573 11.2094 2.72703 12.6385C2.45091 13.1247 1.93805 14.0288 1.57316 14.6511C1.21813 15.2733 0.922277 15.808 0.922277 15.8372C0.922277 15.8664 1.55343 15.9052 2.32268 15.915L3.72311 15.9442L4.12743 16.6247C4.82763 17.84 4.97559 18.0636 5.03473 18.0053C5.06433 17.9664 5.63633 16.9942 6.30694 15.8372ZM8.17087 12.0066C8.29907 12.0552 8.72315 12.2497 9.10777 12.4441C9.67977 12.7261 9.84742 12.7747 9.90657 12.6677C9.95589 12.5997 10.1729 12.2302 10.38 11.851C10.5969 11.4719 10.8336 11.1218 10.9027 11.0635C10.9717 10.9955 11.4549 10.8788 11.9678 10.7913C12.4806 10.7038 12.9145 10.626 12.9244 10.6066C12.9342 10.5968 12.8849 10.1788 12.8159 9.67323C12.6581 8.56488 12.6778 8.51627 13.5358 7.68987L14.1275 7.11626L13.4372 6.34818C12.6877 5.50234 12.6877 5.52178 12.8948 4.29678C12.9638 3.87873 12.9934 3.52869 12.9638 3.50925C12.9342 3.48982 12.5299 3.4023 12.0664 3.30508C11.6029 3.2176 11.1591 3.13008 11.0703 3.10091C10.9914 3.08147 10.7054 2.66342 10.449 2.18703C10.1926 1.7009 9.9263 1.31202 9.85729 1.31202C9.78824 1.31202 9.34447 1.48703 8.87107 1.71064L8.02295 2.09951L7.06632 1.65229C6.54364 1.40924 6.10969 1.22451 6.09983 1.23424C6.08996 1.25368 5.88289 1.61342 5.65606 2.0412C5.41936 2.46898 5.1531 2.8676 5.07419 2.93564C4.98545 2.99399 4.48246 3.12038 3.94991 3.2176C3.22012 3.34399 2.99332 3.42177 3.03274 3.51899C3.06233 3.59677 3.12152 4.06343 3.15111 4.569L3.22012 5.48291L2.55938 6.18291C2.20434 6.57179 1.9085 6.93152 1.9085 6.97043C1.9085 7.00931 2.20434 7.35931 2.55938 7.74822L3.21026 8.44822L3.13138 9.12879C3.09192 9.50796 3.05247 9.99406 3.05247 10.208L3.0426 10.5968L3.93018 10.7524C4.42331 10.8399 4.88681 10.9371 4.97558 10.976C5.06433 11.0149 5.29116 11.3358 5.47854 11.6955C5.66592 12.0552 5.87303 12.4441 5.93218 12.5608C6.05054 12.7649 6.05054 12.7649 6.99727 12.3469C7.72706 12.0163 8.00322 11.9385 8.17087 12.0066Z" fill="#757575"/>
|
|
4
|
+
<path d="M6.83895 9.57816C6.23652 8.8825 5.48591 8.03984 5.17976 7.69689C4.87356 7.35396 4.58716 7.00123 4.53777 6.90325C4.4785 6.77587 4.60692 6.50153 5.04146 5.81565L5.61429 4.8946L8.00438 4.8652L10.3846 4.84561L10.9772 5.79602L11.5697 6.74647L11.392 7.00123C11.2932 7.13838 10.908 7.57932 10.5327 7.99085C10.1673 8.41216 9.46608 9.20583 8.97228 9.77411C8.48831 10.3424 8.05377 10.8127 8.01426 10.8127C7.97475 10.8225 7.4513 10.264 6.83895 9.57816ZM8.85374 8.47097L9.28831 6.95224L10.0982 6.92284C10.6907 6.90325 10.8982 6.86404 10.8982 6.76606C10.8982 6.57988 10.671 6.5113 10.0982 6.5113C9.83151 6.5113 9.61422 6.4819 9.61422 6.44273C9.61422 6.39374 9.77224 6.11939 9.95989 5.82542C10.276 5.33554 10.2957 5.28655 10.1475 5.13955C10.0488 5.05138 9.96977 5.03179 9.95002 5.10037C9.92038 5.15917 9.74261 5.46291 9.54511 5.77644L9.18956 6.34475L8.98215 6.08999C8.86362 5.9528 8.64636 5.65887 8.49819 5.44329C8.29078 5.13955 8.15252 5.04157 7.95499 5.04157C7.73774 5.04157 7.62908 5.14936 7.30316 5.67846C7.09575 6.03119 6.89822 6.31535 6.85871 6.31535C6.81923 6.31535 6.60195 6.03119 6.37478 5.67846C6.14762 5.32572 5.92049 5.04157 5.87109 5.04157C5.63405 5.04157 5.68344 5.27673 6.04887 5.84501L6.44393 6.46232L5.63405 6.5113C5.00198 6.55052 4.82421 6.58969 4.82421 6.70726C4.82421 6.82486 5.01186 6.86404 5.77231 6.88363L6.73033 6.91303L7.14515 8.39258C7.37231 9.20583 7.64883 9.9995 7.76734 10.1562L7.97475 10.4306L8.19203 10.215C8.34017 10.0681 8.56734 9.47037 8.85374 8.47097Z" fill="#757575"/>
|
|
5
|
+
<path d="M7.73794 9.13669C7.43179 8.1177 7.13547 6.97129 7.18487 6.93208C7.20462 6.91249 7.59968 6.90272 8.05398 6.9223L8.89349 6.9517L8.46879 8.36264C8.23175 9.13669 8.02434 9.78339 8.00462 9.81279C7.97499 9.83238 7.85645 9.52863 7.73794 9.13669Z" fill="#757575"/>
|
|
6
|
+
<path d="M7.56053 6.00172C7.74818 5.72738 7.93584 5.48244 7.98523 5.46285C8.0741 5.44322 8.72596 6.32506 8.72596 6.46225C8.72596 6.49165 8.39017 6.51124 7.98523 6.51124H7.23462L7.56053 6.00172Z" fill="#757575"/>
|
|
7
|
+
<path d="M6.72119 3.88496C6.37552 3.53222 6.25698 3.27747 6.44463 3.27747C6.53354 3.27747 7.34338 4.11031 7.34338 4.20832C7.34338 4.36507 7.03722 4.20832 6.72119 3.88496Z" fill="#757575"/>
|
|
8
|
+
<path d="M8.72559 4.17868C8.72559 4.04149 9.57498 3.26741 9.64409 3.3458C9.68361 3.38501 9.52559 3.60056 9.29842 3.83573C8.89348 4.23745 8.72559 4.34524 8.72559 4.17868Z" fill="#757575"/>
|
|
9
|
+
<path d="M7.9353 3.32637C7.9353 2.96386 7.97478 2.68951 8.03405 2.68951C8.09332 2.68951 8.1328 2.96386 8.1328 3.32637C8.1328 3.68892 8.09332 3.96326 8.03405 3.96326C7.97478 3.96326 7.9353 3.68892 7.9353 3.32637Z" fill="#757575"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0">
|
|
13
|
+
<rect width="16" height="19.6923" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
package/media/svg/usp/icon2.svg
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path d="M6.03073 13.8905C5.13046 13.7296 4.03341 13.3003 3.28815 12.8054C1.60083 11.6965 0.462095 9.9138 0.199726 7.96417C0.116253 7.34407 0.16399 5.63891 0.271306 5.46601C0.289148 5.44217 0.313042 5.3587 0.330884 5.27522C0.4442 4.66112 1.00462 3.4448 1.45178 2.8367C2.04799 2.0258 3.09141 1.14343 3.98573 0.696274C5.55973 -0.0907258 7.49741 -0.245778 9.19068 0.278906C11.0211 0.851275 12.5057 2.10927 13.3642 3.81448C13.6385 4.36896 13.8352 4.89959 13.9008 5.29312C13.9068 5.31696 13.9485 5.47791 13.9903 5.64486C14.0916 6.02049 14.1035 7.80317 14.0141 8.20264C13.9783 8.3517 13.9366 8.53654 13.9247 8.61996C13.8114 9.21022 13.3583 10.2179 12.8932 10.9094C12.6428 11.2851 11.9035 12.09 11.498 12.4179C10.878 12.9306 9.73326 13.509 8.92241 13.7236C8.72562 13.7713 8.51099 13.8309 8.44541 13.8488C8.29636 13.8905 6.22752 13.9263 6.03073 13.8905ZM8.84489 10.7664C9.1072 10.6948 9.4232 10.5756 9.54841 10.4981C9.73326 10.3788 9.76904 10.3311 9.75115 10.188C9.7392 10.0926 9.69152 9.93764 9.63783 9.83628C9.59015 9.74086 9.54841 9.63354 9.54841 9.5978C9.54841 9.56201 9.48283 9.46064 9.39936 9.36528C9.22647 9.18638 9.06547 9.18043 8.38578 9.35928C7.77768 9.52028 6.88931 9.46659 6.46004 9.24007C6.20962 9.10891 5.78031 8.6617 5.66704 8.41133L5.55973 8.1728L6.4481 8.14301C7.0622 8.12512 7.36031 8.08933 7.41399 8.0357C7.45573 7.99396 7.49741 7.79722 7.50341 7.58854C7.51531 7.0877 7.49147 7.0758 6.31099 7.0698H5.36894L5.38683 6.87901L5.40473 6.68228L6.40041 6.65249C6.94294 6.63459 7.41399 6.5988 7.44378 6.57496C7.46762 6.54517 7.49741 6.35438 7.50341 6.1397C7.52131 5.58522 7.50936 5.57927 6.47194 5.57927H5.60741L5.71473 5.39443C5.88768 5.09633 6.25731 4.75649 6.55541 4.61338C6.92504 4.44649 7.78362 4.41664 8.38578 4.5538C8.61831 4.60149 8.92241 4.64917 9.06547 4.64917C9.32189 4.65512 9.33973 4.64322 9.50668 4.35701C9.63783 4.13643 9.69152 3.98143 9.69152 3.7668C9.69747 3.48654 9.69152 3.46864 9.45899 3.34349C8.90452 3.05133 7.8492 2.91417 6.97278 3.02748C6.32289 3.11096 5.68494 3.39117 5.25568 3.7787C5.1722 3.85022 5.08873 3.90985 5.07083 3.90985C5.05294 3.90985 4.90983 4.07085 4.75483 4.26759C4.48057 4.61338 4.12283 5.30501 4.12283 5.48985C4.12283 5.56138 4.03341 5.57927 3.66378 5.57927C3.40741 5.57927 3.16294 5.60312 3.1212 5.63296C3.00794 5.70449 2.93636 6.08012 2.99004 6.33049C3.04967 6.5988 3.06157 6.61075 3.30004 6.62264C3.9261 6.65249 3.88436 6.63459 3.88436 6.86117V7.0698H3.50278C3.03773 7.0698 2.9841 7.12943 2.9781 7.57659C2.97215 8.0357 3.04967 8.10722 3.61604 8.13106C4.05725 8.15496 4.05725 8.15496 4.09899 8.34575C4.11689 8.44707 4.15862 8.56038 4.18246 8.59017C4.20631 8.62596 4.25399 8.73328 4.28383 8.82864C4.3852 9.13275 4.74889 9.64549 5.08873 9.96743C5.41068 10.2775 5.91746 10.5696 6.41831 10.7365C7.03836 10.9512 8.06978 10.9631 8.84489 10.7664Z" fill="#757575"/>
|
|
4
|
-
<path d="M24.5927 12.9493C24.0918 12.8241 23.6268 12.5618 23.2571 12.1862C23.0663 11.9954 22.8934 11.7867 22.8755 11.7211C22.8398 11.6019 22.7622 11.6019 17.76 11.6019H12.6862L12.871 11.4111C12.9664 11.3038 13.1214 11.113 13.2168 10.9937L13.3778 10.7672H17.921H22.4582V10.2306V9.69401H22.1124C21.8262 9.69401 21.7427 9.67012 21.6235 9.54496C21.4446 9.37201 21.4327 9.13949 21.5937 8.97854C21.695 8.87717 21.7904 8.85928 22.2376 8.85928H22.7563L23.0246 8.51943C23.3525 8.10212 23.7818 7.76822 24.217 7.59533C24.4913 7.48201 24.6642 7.45817 25.2604 7.45817C25.9461 7.45817 25.9938 7.46412 26.3872 7.65491C26.894 7.89343 27.2339 8.1677 27.526 8.56117L27.7467 8.85928H28.4263H29.106V8.3227V7.78612H28.5456C27.9314 7.78612 27.7705 7.72054 27.7049 7.42838C27.6572 7.22564 27.8659 6.95138 28.0686 6.95138C28.319 6.95138 28.2236 6.85601 27.7884 6.65922C27.2578 6.42075 26.5184 6.20612 25.6778 6.04517C25.0458 5.91996 24.8252 5.91396 19.7633 5.89606L14.4987 5.87222L14.4927 5.74107C14.4927 5.66954 14.445 5.42507 14.3854 5.19854C14.3198 4.94212 14.3019 4.82291 14.3497 4.88254C14.4152 4.97791 14.6835 4.98385 17.6229 4.97196L20.8245 4.95407L18.6007 3.91664C15.6732 2.55133 15.7805 2.58706 14.29 2.55133L13.0976 2.52749L12.6564 2.08028L12.2092 1.63312L13.7594 1.66296C15.3393 1.6987 15.6792 1.74043 16.4066 1.99085C16.5854 2.05643 18.1177 2.75401 19.811 3.54101L22.8874 4.97791L24.0501 5.03754C25.9938 5.14485 27.1326 5.39528 28.3608 5.99743C29.2073 6.4148 29.5114 6.65922 29.7619 7.15412L29.9705 7.56549V9.06201C29.9705 10.481 29.9646 10.5704 29.8453 10.797C29.7738 10.9282 29.6367 11.113 29.5472 11.2084C29.2431 11.5065 29.0643 11.5661 28.3488 11.59C27.9792 11.6019 27.6751 11.6376 27.6751 11.6675C27.6751 11.6913 27.5141 11.8881 27.3173 12.0967C26.5959 12.8719 25.5823 13.1878 24.5927 12.9493ZM26.107 11.9536C26.8404 11.6019 27.2339 10.9282 27.1862 10.1113C27.1266 9.10375 26.3932 8.34654 25.4035 8.27501C23.9845 8.17364 22.959 9.51512 23.4121 10.8805C23.5194 11.2084 23.9189 11.6973 24.2409 11.894C24.7894 12.2339 25.4929 12.2577 26.107 11.9536ZM28.9629 10.5645C29.0762 10.4333 29.106 10.3379 29.106 10.0457V9.69401H28.5754H28.0448V10.2365V10.7791L28.4382 10.7553C28.7721 10.7314 28.8437 10.7075 28.9629 10.5645Z" fill="#757575"/>
|
|
5
|
-
<path d="M24.9017 11.0407C24.6513 10.9334 24.4068 10.6293 24.3591 10.3729C24.2995 10.0569 24.4724 9.66344 24.7586 9.47265C24.9554 9.34149 25.0388 9.3236 25.325 9.34744C25.6053 9.37128 25.6887 9.40707 25.8676 9.58591C26.5592 10.2835 25.796 11.4342 24.9017 11.0407Z" fill="#757575"/>
|
|
6
|
-
<path d="M14.0336 9.62186C14.0455 9.58012 14.1051 9.38934 14.1647 9.20455L14.284 8.8587H17.2412C20.0375 8.8587 20.2104 8.8647 20.2998 8.96602C20.4011 9.07933 20.431 9.37149 20.3535 9.4907C20.2283 9.68149 20.0434 9.69344 17.0325 9.69344C14.6477 9.69344 14.0157 9.67555 14.0336 9.62186Z" fill="#757575"/>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0">
|
|
10
|
-
<rect width="30" height="13.6842" fill="white"/>
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path d="M6.03073 13.8905C5.13046 13.7296 4.03341 13.3003 3.28815 12.8054C1.60083 11.6965 0.462095 9.9138 0.199726 7.96417C0.116253 7.34407 0.16399 5.63891 0.271306 5.46601C0.289148 5.44217 0.313042 5.3587 0.330884 5.27522C0.4442 4.66112 1.00462 3.4448 1.45178 2.8367C2.04799 2.0258 3.09141 1.14343 3.98573 0.696274C5.55973 -0.0907258 7.49741 -0.245778 9.19068 0.278906C11.0211 0.851275 12.5057 2.10927 13.3642 3.81448C13.6385 4.36896 13.8352 4.89959 13.9008 5.29312C13.9068 5.31696 13.9485 5.47791 13.9903 5.64486C14.0916 6.02049 14.1035 7.80317 14.0141 8.20264C13.9783 8.3517 13.9366 8.53654 13.9247 8.61996C13.8114 9.21022 13.3583 10.2179 12.8932 10.9094C12.6428 11.2851 11.9035 12.09 11.498 12.4179C10.878 12.9306 9.73326 13.509 8.92241 13.7236C8.72562 13.7713 8.51099 13.8309 8.44541 13.8488C8.29636 13.8905 6.22752 13.9263 6.03073 13.8905ZM8.84489 10.7664C9.1072 10.6948 9.4232 10.5756 9.54841 10.4981C9.73326 10.3788 9.76904 10.3311 9.75115 10.188C9.7392 10.0926 9.69152 9.93764 9.63783 9.83628C9.59015 9.74086 9.54841 9.63354 9.54841 9.5978C9.54841 9.56201 9.48283 9.46064 9.39936 9.36528C9.22647 9.18638 9.06547 9.18043 8.38578 9.35928C7.77768 9.52028 6.88931 9.46659 6.46004 9.24007C6.20962 9.10891 5.78031 8.6617 5.66704 8.41133L5.55973 8.1728L6.4481 8.14301C7.0622 8.12512 7.36031 8.08933 7.41399 8.0357C7.45573 7.99396 7.49741 7.79722 7.50341 7.58854C7.51531 7.0877 7.49147 7.0758 6.31099 7.0698H5.36894L5.38683 6.87901L5.40473 6.68228L6.40041 6.65249C6.94294 6.63459 7.41399 6.5988 7.44378 6.57496C7.46762 6.54517 7.49741 6.35438 7.50341 6.1397C7.52131 5.58522 7.50936 5.57927 6.47194 5.57927H5.60741L5.71473 5.39443C5.88768 5.09633 6.25731 4.75649 6.55541 4.61338C6.92504 4.44649 7.78362 4.41664 8.38578 4.5538C8.61831 4.60149 8.92241 4.64917 9.06547 4.64917C9.32189 4.65512 9.33973 4.64322 9.50668 4.35701C9.63783 4.13643 9.69152 3.98143 9.69152 3.7668C9.69747 3.48654 9.69152 3.46864 9.45899 3.34349C8.90452 3.05133 7.8492 2.91417 6.97278 3.02748C6.32289 3.11096 5.68494 3.39117 5.25568 3.7787C5.1722 3.85022 5.08873 3.90985 5.07083 3.90985C5.05294 3.90985 4.90983 4.07085 4.75483 4.26759C4.48057 4.61338 4.12283 5.30501 4.12283 5.48985C4.12283 5.56138 4.03341 5.57927 3.66378 5.57927C3.40741 5.57927 3.16294 5.60312 3.1212 5.63296C3.00794 5.70449 2.93636 6.08012 2.99004 6.33049C3.04967 6.5988 3.06157 6.61075 3.30004 6.62264C3.9261 6.65249 3.88436 6.63459 3.88436 6.86117V7.0698H3.50278C3.03773 7.0698 2.9841 7.12943 2.9781 7.57659C2.97215 8.0357 3.04967 8.10722 3.61604 8.13106C4.05725 8.15496 4.05725 8.15496 4.09899 8.34575C4.11689 8.44707 4.15862 8.56038 4.18246 8.59017C4.20631 8.62596 4.25399 8.73328 4.28383 8.82864C4.3852 9.13275 4.74889 9.64549 5.08873 9.96743C5.41068 10.2775 5.91746 10.5696 6.41831 10.7365C7.03836 10.9512 8.06978 10.9631 8.84489 10.7664Z" fill="#757575"/>
|
|
4
|
+
<path d="M24.5927 12.9493C24.0918 12.8241 23.6268 12.5618 23.2571 12.1862C23.0663 11.9954 22.8934 11.7867 22.8755 11.7211C22.8398 11.6019 22.7622 11.6019 17.76 11.6019H12.6862L12.871 11.4111C12.9664 11.3038 13.1214 11.113 13.2168 10.9937L13.3778 10.7672H17.921H22.4582V10.2306V9.69401H22.1124C21.8262 9.69401 21.7427 9.67012 21.6235 9.54496C21.4446 9.37201 21.4327 9.13949 21.5937 8.97854C21.695 8.87717 21.7904 8.85928 22.2376 8.85928H22.7563L23.0246 8.51943C23.3525 8.10212 23.7818 7.76822 24.217 7.59533C24.4913 7.48201 24.6642 7.45817 25.2604 7.45817C25.9461 7.45817 25.9938 7.46412 26.3872 7.65491C26.894 7.89343 27.2339 8.1677 27.526 8.56117L27.7467 8.85928H28.4263H29.106V8.3227V7.78612H28.5456C27.9314 7.78612 27.7705 7.72054 27.7049 7.42838C27.6572 7.22564 27.8659 6.95138 28.0686 6.95138C28.319 6.95138 28.2236 6.85601 27.7884 6.65922C27.2578 6.42075 26.5184 6.20612 25.6778 6.04517C25.0458 5.91996 24.8252 5.91396 19.7633 5.89606L14.4987 5.87222L14.4927 5.74107C14.4927 5.66954 14.445 5.42507 14.3854 5.19854C14.3198 4.94212 14.3019 4.82291 14.3497 4.88254C14.4152 4.97791 14.6835 4.98385 17.6229 4.97196L20.8245 4.95407L18.6007 3.91664C15.6732 2.55133 15.7805 2.58706 14.29 2.55133L13.0976 2.52749L12.6564 2.08028L12.2092 1.63312L13.7594 1.66296C15.3393 1.6987 15.6792 1.74043 16.4066 1.99085C16.5854 2.05643 18.1177 2.75401 19.811 3.54101L22.8874 4.97791L24.0501 5.03754C25.9938 5.14485 27.1326 5.39528 28.3608 5.99743C29.2073 6.4148 29.5114 6.65922 29.7619 7.15412L29.9705 7.56549V9.06201C29.9705 10.481 29.9646 10.5704 29.8453 10.797C29.7738 10.9282 29.6367 11.113 29.5472 11.2084C29.2431 11.5065 29.0643 11.5661 28.3488 11.59C27.9792 11.6019 27.6751 11.6376 27.6751 11.6675C27.6751 11.6913 27.5141 11.8881 27.3173 12.0967C26.5959 12.8719 25.5823 13.1878 24.5927 12.9493ZM26.107 11.9536C26.8404 11.6019 27.2339 10.9282 27.1862 10.1113C27.1266 9.10375 26.3932 8.34654 25.4035 8.27501C23.9845 8.17364 22.959 9.51512 23.4121 10.8805C23.5194 11.2084 23.9189 11.6973 24.2409 11.894C24.7894 12.2339 25.4929 12.2577 26.107 11.9536ZM28.9629 10.5645C29.0762 10.4333 29.106 10.3379 29.106 10.0457V9.69401H28.5754H28.0448V10.2365V10.7791L28.4382 10.7553C28.7721 10.7314 28.8437 10.7075 28.9629 10.5645Z" fill="#757575"/>
|
|
5
|
+
<path d="M24.9017 11.0407C24.6513 10.9334 24.4068 10.6293 24.3591 10.3729C24.2995 10.0569 24.4724 9.66344 24.7586 9.47265C24.9554 9.34149 25.0388 9.3236 25.325 9.34744C25.6053 9.37128 25.6887 9.40707 25.8676 9.58591C26.5592 10.2835 25.796 11.4342 24.9017 11.0407Z" fill="#757575"/>
|
|
6
|
+
<path d="M14.0336 9.62186C14.0455 9.58012 14.1051 9.38934 14.1647 9.20455L14.284 8.8587H17.2412C20.0375 8.8587 20.2104 8.8647 20.2998 8.96602C20.4011 9.07933 20.431 9.37149 20.3535 9.4907C20.2283 9.68149 20.0434 9.69344 17.0325 9.69344C14.6477 9.69344 14.0157 9.67555 14.0336 9.62186Z" fill="#757575"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0">
|
|
10
|
+
<rect width="30" height="13.6842" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
package/media/svg/usp/icon3.svg
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.7326 0.0878587C7.71891 0.0953498 7.66554 0.106021 7.61401 0.11164C7.39216 0.135809 7.23054 0.230224 6.90567 0.52545C6.71528 0.698486 6.53028 0.860109 6.31981 1.03728C5.82819 1.4512 5.25968 1.80285 4.71588 2.02949C4.58801 2.08278 4.32081 2.1667 4.30653 2.15808C4.29855 2.15324 4.29205 2.15642 4.29205 2.16504C4.29205 2.17369 4.23785 2.18988 4.17154 2.20104C4.10528 2.21217 4.03702 2.22818 4.01986 2.23663C3.99839 2.24719 3.98474 2.24585 3.97617 2.23225C3.96656 2.21712 3.96197 2.21748 3.95634 2.23398C3.95233 2.24578 3.93047 2.25624 3.90777 2.25723C3.88508 2.25818 3.8586 2.26376 3.84891 2.26963C3.83916 2.2755 3.79092 2.28422 3.74171 2.28903C3.63342 2.29963 3.49601 2.32323 3.4585 2.33769C3.44347 2.34352 3.42656 2.34108 3.42099 2.33224C3.41464 2.32224 3.39245 2.32521 3.36174 2.34012C3.3255 2.35779 3.30411 2.35963 3.28011 2.34708C3.25749 2.33521 3.24586 2.33521 3.24181 2.34712C3.23863 2.35645 3.19874 2.36765 3.15322 2.372C2.86914 2.39906 2.65357 2.4139 2.48035 2.41836C2.40267 2.4203 2.32787 2.42673 2.31414 2.4326C2.30045 2.43846 1.97695 2.44146 1.59528 2.43931C1.21365 2.43712 0.899511 2.4397 0.897199 2.44496C0.894922 2.45026 0.837182 2.47108 0.768855 2.49118C0.342454 2.61676 0.00981571 2.97004 -0.0767944 3.38947C-0.0929818 3.46778 -0.111337 3.52682 -0.11766 3.52067C-0.123984 3.51452 -0.12915 4.29646 -0.12915 5.25832C-0.12915 6.24986 -0.122864 7.00334 -0.114625 6.99836C-0.0882846 6.9825 -0.0800822 7.5463 -0.106315 7.56708C-0.118889 7.57697 -0.128392 7.6062 -0.127489 7.63199C-0.125863 7.67814 -0.125646 7.67828 -0.114264 7.63835C-0.0976431 7.58015 -0.0835153 7.62362 -0.0693512 7.77658C-0.0612937 7.86361 -0.0640757 7.91089 -0.0788901 7.93799C-0.0964506 7.97004 -0.0954753 7.98245 -0.0729646 8.01386C-0.0396864 8.06029 -0.0349891 8.24803 -0.066822 8.26103C-0.0816725 8.26718 -0.0793236 8.27467 -0.0585112 8.28757C-0.0261002 8.30764 -0.0147906 8.49873 -0.0460454 8.49873C-0.0551869 8.49873 -0.0626662 8.50968 -0.0626662 8.52311C-0.0626662 8.5365 -0.0514296 8.54745 -0.0377353 8.54745C-0.00543265 8.54745 -0.00156598 8.71887 -0.0335795 8.73148C-0.0463705 8.73653 -0.0435887 8.74017 -0.0262812 8.74095C0.00981539 8.74261 0.0364095 8.88494 0.00425141 8.90434C-0.0115386 8.91388 -0.00980404 8.92643 0.011731 8.95855C0.0275933 8.98215 0.0377101 9.0237 0.0350362 9.05416C0.0324347 9.08377 0.034711 9.11519 0.0400948 9.12399C0.0635088 9.16211 0.0740233 9.40783 0.0522353 9.40783C0.0380713 9.40783 0.0402759 9.41476 0.0586674 9.42815C0.0743129 9.43946 0.0907532 9.48069 0.0959201 9.52147C0.101015 9.56165 0.108385 9.62009 0.112324 9.65136C0.116226 9.6826 0.124211 9.73193 0.130029 9.76094C0.137761 9.79963 0.134509 9.81383 0.117888 9.81419C0.102929 9.81451 0.105242 9.82041 0.12479 9.83146C0.143904 9.84235 0.153841 9.86655 0.152974 9.89998C0.152215 9.92842 0.160236 9.98821 0.170751 10.0328C0.188673 10.1087 0.193225 10.1341 0.211725 10.2601C0.225419 10.3536 0.316293 10.7813 0.368686 10.9988C0.397736 11.1193 0.423716 11.2289 0.426426 11.2423C0.429136 11.2557 0.436796 11.279 0.443444 11.2943C0.450093 11.3095 0.450671 11.3295 0.444781 11.3389C0.438855 11.3483 0.440481 11.3559 0.448322 11.3559C0.456199 11.3559 0.47058 11.3906 0.480299 11.433C0.508013 11.5541 0.585663 11.8314 0.60185 11.8673C0.609908 11.8851 0.623891 11.9253 0.632852 11.9566C0.716897 12.2481 0.969753 12.9635 1.04314 13.1173C1.05589 13.1441 1.108 13.261 1.15891 13.3771C1.20978 13.4931 1.26427 13.6172 1.27999 13.6527C1.31435 13.7303 1.59586 14.2756 1.64898 14.3673C1.84539 14.7067 1.91061 14.8151 1.99715 14.9461C2.73169 16.0585 3.36434 16.7338 4.46657 17.5821C4.52792 17.6293 5.02211 17.9548 5.15634 18.0365C5.5504 18.276 6.19035 18.5894 6.52758 18.7081C6.58242 18.7274 6.64226 18.7501 6.66054 18.7584C6.75879 18.8032 7.31454 18.9718 7.43938 18.9947C7.47411 19.0011 7.50677 19.0169 7.5119 19.0299C7.51747 19.0441 7.52531 19.047 7.53163 19.0371C7.53853 19.0261 7.59649 19.0296 7.70337 19.0474L7.8647 19.0742L8.097 19.0296C8.22473 19.005 8.38761 18.9669 8.4589 18.9448C8.53027 18.9226 8.59794 18.908 8.60936 18.9122C8.62081 18.9165 8.63014 18.9129 8.63014 18.9042C8.63014 18.8956 8.63812 18.8885 8.64788 18.8885C8.6576 18.8885 8.76419 18.8548 8.88473 18.8135C9.00523 18.7723 9.11131 18.7374 9.12046 18.7359C9.1296 18.7345 9.14456 18.7289 9.1537 18.7235C9.16284 18.7181 9.23391 18.688 9.3116 18.6566C9.55943 18.5568 10.0574 18.3221 10.259 18.2102C10.4484 18.1051 10.684 17.9623 10.879 17.8346C10.996 17.758 11.1088 17.6844 11.1296 17.671C11.3864 17.506 12.0415 16.9592 12.362 16.6424C12.9299 16.0812 13.5813 15.254 13.9236 14.6596C14.2022 14.176 14.4702 13.6606 14.5638 13.4285C14.5848 13.3764 14.6159 13.3073 14.6328 13.2749C14.6497 13.2425 14.6636 13.2066 14.6636 13.195C14.6636 13.1835 14.6715 13.1741 14.6812 13.1741C14.6909 13.1741 14.6951 13.1684 14.6907 13.1613C14.6862 13.1542 14.6928 13.1269 14.7054 13.1004C14.7954 12.911 14.9478 12.4884 15.1164 11.9609C15.1408 11.8844 15.1626 11.8433 15.1788 11.843C15.1984 11.8425 15.1992 11.8396 15.182 11.829C15.1614 11.8162 15.1675 11.7479 15.1931 11.705C15.1984 11.696 15.2045 11.6814 15.2065 11.6725C15.2404 11.5205 15.2935 11.3484 15.3079 11.3437C15.3182 11.3403 15.3227 11.3277 15.3179 11.3155C15.3131 11.3034 15.3327 11.1997 15.3613 11.0853C15.4168 10.8632 15.5112 10.4165 15.5112 10.3759C15.5112 10.3625 15.5197 10.331 15.5299 10.3058C15.5402 10.2807 15.55 10.2419 15.5518 10.2196C15.5619 10.0925 15.5834 9.95828 15.5948 9.95143C15.602 9.94708 15.604 9.92896 15.5992 9.91111C15.5944 9.89327 15.6021 9.86139 15.6162 9.84026C15.633 9.81539 15.6364 9.79627 15.6259 9.78606C15.6158 9.77624 15.6155 9.75553 15.625 9.73111C15.6333 9.70956 15.6456 9.63716 15.6522 9.5702C15.6594 9.4984 15.675 9.43677 15.6901 9.42002C15.7063 9.40221 15.7087 9.39161 15.6967 9.39161C15.6693 9.39161 15.6729 9.30101 15.7013 9.27324C15.7181 9.25677 15.72 9.24483 15.7076 9.23268C15.6863 9.21197 15.7045 9.09939 15.7291 9.09939C15.7383 9.09939 15.7403 9.09056 15.7335 9.07971C15.7123 9.04632 15.7269 8.94628 15.756 8.92487C15.7715 8.91342 15.7749 8.90459 15.7637 8.90459C15.7511 8.90459 15.7439 8.8754 15.7439 8.82342C15.7439 8.7788 15.7496 8.74226 15.7564 8.74229C15.7633 8.74229 15.7664 8.70325 15.7633 8.65551C15.759 8.58816 15.7646 8.56209 15.7881 8.53908C15.8096 8.51806 15.8125 8.50749 15.7978 8.50276C15.7713 8.4941 15.7704 8.34679 15.7964 8.29919C15.8152 8.26484 15.816 8.26481 15.8285 8.29619C15.8402 8.32545 15.8414 8.32488 15.8425 8.28947C15.8431 8.26813 15.8318 8.24219 15.8173 8.23184C15.7843 8.20831 15.8057 7.98446 15.8402 7.99142C15.8513 7.99365 15.8603 7.98453 15.8603 7.97114C15.8603 7.95775 15.8528 7.94679 15.8437 7.94679C15.8337 7.94679 15.827 7.88457 15.827 7.79255C15.827 7.70775 15.8337 7.63835 15.8417 7.63835C15.8636 7.63835 15.8783 7.56803 15.8588 7.55627C15.8479 7.54966 15.8453 7.46037 15.8514 7.30405C15.8694 6.84522 15.8788 3.557 15.8622 3.52311C15.8535 3.50519 15.8419 3.45414 15.8365 3.40961C15.7804 2.9486 15.2216 2.44348 14.7676 2.44348C14.7297 2.44348 14.6937 2.43546 14.6876 2.42567C14.6803 2.41429 14.6518 2.4121 14.6076 2.41959C14.5153 2.43521 13.5167 2.44737 13.4842 2.43323C13.4701 2.42705 13.3912 2.42076 13.309 2.4192C13.1638 2.41638 13.0152 2.4079 12.811 2.39069C12.7565 2.38613 12.709 2.3739 12.7055 2.36355C12.7006 2.34931 12.6934 2.34928 12.6759 2.36348C12.6612 2.37546 12.6302 2.37797 12.5903 2.37037C12.5559 2.36387 12.4986 2.35624 12.463 2.35344C12.4274 2.35065 12.3922 2.33878 12.3848 2.32705C12.3752 2.31196 12.3661 2.3108 12.3535 2.32306C12.341 2.33535 12.3056 2.33422 12.2323 2.31921C12.1754 2.30754 12.1087 2.2979 12.084 2.29769C12.0591 2.29751 12.0316 2.28472 12.0222 2.26896C12.0128 2.2532 12.005 2.24959 12.0047 2.26083C12.0042 2.28214 11.9513 2.28896 11.9321 2.27016C11.9259 2.26415 11.9041 2.25719 11.8836 2.25461C11.6662 2.22762 11.36 2.14483 11.1565 2.05808C11.0117 1.99624 10.5925 1.79211 10.5255 1.75066C10.3511 1.64296 9.87708 1.32978 9.7853 1.26166C9.4971 1.0477 9.37306 0.952158 9.05397 0.698274C8.862 0.54545 8.67501 0.39902 8.63845 0.372802C8.60188 0.346548 8.56824 0.320788 8.56365 0.315524C8.5105 0.254076 8.13013 0.105773 8.02567 0.105773C7.99355 0.105773 7.96266 0.0984592 7.95698 0.0895194C7.94466 0.0700144 7.76787 0.0686717 7.7326 0.0878587ZM7.99854 1.39127C8.7445 2.08175 9.85261 2.80697 10.6413 3.12071C10.7647 3.16976 10.8731 3.21156 10.8823 3.21361C10.9775 3.23442 11.1523 3.29647 11.1673 3.31477C11.1819 3.33258 11.1881 3.33325 11.1934 3.31764C11.1988 3.30177 11.2168 3.30315 11.274 3.32375C11.3508 3.35138 11.6658 3.4159 11.9793 3.4682C12.2316 3.51028 12.2315 3.51025 12.3574 3.52378C12.4191 3.53042 12.4696 3.54032 12.4696 3.5458C12.4696 3.55124 12.5033 3.55311 12.5446 3.54989C12.5859 3.54668 12.6326 3.54936 12.6485 3.55583C12.6778 3.56777 12.7346 3.57258 12.9821 3.58399C13.0784 3.58841 13.125 3.59742 13.1353 3.6135C13.1469 3.63166 13.1567 3.63265 13.1809 3.61799C13.2159 3.59682 13.4953 3.60777 13.5099 3.63085C13.5201 3.64696 13.639 3.64986 13.6549 3.63435C13.6688 3.62071 14.3951 3.62071 14.4091 3.63435C14.4264 3.65124 14.5306 3.64629 14.5306 3.62855C14.5306 3.61961 14.5568 3.6123 14.5888 3.6123H14.647L14.6469 4.63101C14.6468 5.19128 14.639 5.93707 14.6294 6.28827C14.6159 6.78342 14.6166 6.93218 14.632 6.95041C14.6571 6.97985 14.6401 7.44419 14.6121 7.49521C14.5984 7.52026 14.599 7.53835 14.6145 7.56662C14.6374 7.60856 14.6274 7.76033 14.5947 7.86715C14.5815 7.90997 14.5809 7.93602 14.5926 7.95033C14.6144 7.97693 14.5927 8.14573 14.5664 8.15428C14.5429 8.16191 14.5408 8.20654 14.5638 8.20654C14.5912 8.20654 14.5839 8.37947 14.5554 8.40728C14.5399 8.42244 14.5367 8.43559 14.5471 8.44184C14.5739 8.45799 14.5664 8.56643 14.5363 8.59894C14.5199 8.61668 14.5166 8.62862 14.528 8.62862C14.5561 8.62862 14.5518 8.74494 14.5221 8.78629C14.5044 8.81091 14.5025 8.82459 14.5155 8.83243C14.527 8.8394 14.5295 8.86268 14.5221 8.89441C14.5156 8.92233 14.5075 8.98169 14.5039 9.02635C14.4999 9.0783 14.4874 9.11483 14.4694 9.1278C14.4539 9.13897 14.45 9.14812 14.461 9.14812C14.4932 9.14812 14.4853 9.25755 14.4517 9.27667C14.4355 9.28586 14.4319 9.29345 14.4433 9.29374C14.4682 9.2943 14.4716 9.38515 14.4475 9.39978C14.4383 9.40529 14.4353 9.42766 14.441 9.44942C14.4465 9.47115 14.4453 9.50175 14.4383 9.51737C14.4312 9.53306 14.4235 9.56409 14.4212 9.58642C14.4058 9.73225 14.392 9.78122 14.3664 9.78147C14.3444 9.78168 14.3437 9.78436 14.3627 9.79602C14.3796 9.80655 14.3829 9.8292 14.3749 9.88104C14.3554 10.0089 14.3076 10.2033 14.2959 10.2033C14.2896 10.2033 14.2878 10.2161 14.2918 10.2317C14.3036 10.2767 14.2707 10.4242 14.0659 11.2423C14.0469 11.3182 14.0251 11.3913 14.0175 11.4047C14.0098 11.4182 13.9896 11.4821 13.9725 11.5467C13.9555 11.6114 13.9352 11.6644 13.9276 11.6644C13.92 11.6644 13.9177 11.6707 13.9227 11.6785C13.9353 11.6986 13.6951 12.3705 13.562 12.6871C12.7591 14.5969 11.4143 16.1806 9.82685 17.0856C9.75831 17.1247 9.68351 17.1679 9.66064 17.1816C9.61891 17.2068 9.56131 17.2371 9.36146 17.3393C9.23128 17.4059 8.89904 17.5573 8.88278 17.5574C8.87638 17.5575 8.85246 17.5669 8.82959 17.5783C8.80675 17.5898 8.75064 17.6123 8.70493 17.6285C8.65922 17.6446 8.59939 17.6672 8.57196 17.6787C8.54454 17.6902 8.48098 17.7119 8.43068 17.727C8.38042 17.7421 8.32431 17.7615 8.30603 17.7701C8.26473 17.7896 8.05335 17.8465 7.93494 17.8702C7.84118 17.8889 7.80895 17.8845 7.5644 17.8203C7.18497 17.7205 6.37744 17.382 6.0667 17.1923C6.02768 17.1685 5.89099 17.086 5.76301 17.009C5.63503 16.9321 5.52283 16.8632 5.51369 16.8559C5.50455 16.8486 5.42097 16.7891 5.3279 16.7235C5.14391 16.5938 4.88744 16.3978 4.78331 16.3074C4.5616 16.1149 4.47842 16.0383 4.29165 15.8546C3.84848 15.4187 3.49536 14.9964 3.17016 14.5134C2.99951 14.26 2.98603 14.2388 2.85501 14.0183C2.79402 13.9156 2.73733 13.8207 2.72905 13.8073C2.72078 13.7938 2.63088 13.6185 2.52924 13.4176C2.42763 13.2168 2.33792 13.0401 2.32993 13.0252C2.31577 12.9986 2.26887 12.8906 2.18667 12.6952C2.12177 12.5409 1.93186 12.0366 1.93186 12.0185C1.93186 12.0095 1.92134 11.9791 1.90852 11.9509C1.81414 11.7444 1.56005 10.8179 1.4737 10.3657C1.43453 10.1603 1.40349 10.0109 1.39428 9.9832C1.38271 9.9485 1.29917 9.42052 1.29166 9.33479C1.28931 9.30801 1.28198 9.27324 1.27533 9.25748C1.26871 9.24172 1.26662 9.20702 1.27059 9.18038C1.27464 9.1537 1.27269 9.13186 1.26629 9.13186C1.25993 9.13186 1.24938 9.0643 1.24281 8.98169C1.23627 8.89911 1.22474 8.79883 1.21715 8.75887C1.2096 8.71887 1.20989 8.67431 1.21784 8.65986C1.22676 8.6436 1.22503 8.62654 1.21325 8.61505C1.20284 8.60488 1.19168 8.55078 1.18854 8.49488C1.18532 8.43898 1.17849 8.35392 1.17329 8.30597C1.16671 8.24545 1.17014 8.21485 1.18438 8.20626C1.20024 8.19668 1.19873 8.18513 1.17781 8.15601C1.14568 8.11117 1.14207 7.99237 1.17145 7.94605C1.18857 7.91905 1.18789 7.91068 1.16729 7.89817C1.14789 7.8864 1.14156 7.84241 1.13885 7.69983C1.1369 7.59906 1.12751 7.40334 1.11793 7.26497C1.10839 7.12656 1.10536 7.00239 1.11121 6.989C1.1171 6.9756 1.12021 6.21035 1.11819 5.28846L1.1145 3.6123H1.16483C1.19251 3.6123 1.21983 3.61961 1.22546 3.62855C1.23681 3.64643 1.33831 3.65095 1.35532 3.63431C1.36121 3.62855 1.52717 3.62378 1.7241 3.62378C1.92102 3.62378 2.08698 3.62855 2.0929 3.63431C2.1088 3.64986 2.22189 3.647 2.24018 3.6306C2.26666 3.60685 2.53936 3.59526 2.56151 3.61689C2.57632 3.63134 2.58973 3.63032 2.61791 3.61265C2.63822 3.59989 2.70723 3.58689 2.77122 3.58382C3.03007 3.57134 3.0945 3.56604 3.11155 3.55572C3.12135 3.54982 3.16098 3.54643 3.19965 3.54827C3.23824 3.55011 3.28109 3.54756 3.29478 3.54272C3.30851 3.53784 3.36459 3.5288 3.41944 3.52265C3.85209 3.47399 4.55292 3.32916 4.82002 3.23322C4.859 3.21919 4.8964 3.20654 4.90312 3.20502C4.92133 3.20099 4.93842 3.19513 5.05661 3.15223C5.20523 3.09835 5.47517 2.97082 5.7117 2.8428C5.82057 2.7839 5.91202 2.73567 5.91484 2.73567C5.92579 2.73567 6.29896 2.49938 6.4186 2.41677C6.91235 2.0756 7.23328 1.82222 7.6646 1.43289C7.87287 1.24491 7.84436 1.24848 7.99854 1.39127ZM11.9301 6.2736C11.9249 6.28191 11.8798 6.29699 11.8299 6.3071C11.6066 6.3524 11.7357 6.23456 9.13032 8.77046C7.80234 10.063 6.70809 11.1233 6.69863 11.1266C6.68916 11.13 6.13445 10.5991 5.46596 9.94701C4.34346 8.85201 4.08894 8.6188 4.04273 8.64304C4.03818 8.6454 4.00826 8.64011 3.97625 8.6312C3.79493 8.58092 3.70626 8.58459 3.52748 8.64972C3.24427 8.75293 3.04536 9.02561 3.06035 9.29006C3.06404 9.356 3.0592 9.37748 3.03871 9.38515C3.02415 9.39062 3.01223 9.4014 3.01223 9.40907C3.01223 9.41677 3.02314 9.41896 3.03647 9.41398C3.05309 9.40776 3.064 9.41942 3.07119 9.45101C3.12185 9.67348 3.1186 9.66998 4.75133 11.2618C6.3812 12.8508 6.32256 12.7989 6.53589 12.8407C6.5679 12.847 6.61812 12.8602 6.6475 12.8701C6.68681 12.8833 6.71095 12.8832 6.73892 12.8697C6.75984 12.8595 6.80872 12.8466 6.84767 12.8408C7.05667 12.8098 6.89616 12.9579 9.85348 10.0682C12.7816 7.20702 12.6502 7.34231 12.6812 7.1555C12.6869 7.12129 12.6995 7.10253 12.7169 7.10239C12.734 7.10221 12.7371 7.09776 12.7255 7.0902C12.7155 7.08362 12.7031 7.02345 12.6981 6.95642C12.6747 6.64685 12.4433 6.37943 12.1421 6.31402C12.0754 6.29954 12.0208 6.28109 12.0208 6.27307C12.0208 6.25371 11.9424 6.2542 11.9301 6.2736Z" fill="#757575"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0">
|
|
7
|
-
<rect width="16" height="19" fill="white"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
1
|
+
<svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.7326 0.0878587C7.71891 0.0953498 7.66554 0.106021 7.61401 0.11164C7.39216 0.135809 7.23054 0.230224 6.90567 0.52545C6.71528 0.698486 6.53028 0.860109 6.31981 1.03728C5.82819 1.4512 5.25968 1.80285 4.71588 2.02949C4.58801 2.08278 4.32081 2.1667 4.30653 2.15808C4.29855 2.15324 4.29205 2.15642 4.29205 2.16504C4.29205 2.17369 4.23785 2.18988 4.17154 2.20104C4.10528 2.21217 4.03702 2.22818 4.01986 2.23663C3.99839 2.24719 3.98474 2.24585 3.97617 2.23225C3.96656 2.21712 3.96197 2.21748 3.95634 2.23398C3.95233 2.24578 3.93047 2.25624 3.90777 2.25723C3.88508 2.25818 3.8586 2.26376 3.84891 2.26963C3.83916 2.2755 3.79092 2.28422 3.74171 2.28903C3.63342 2.29963 3.49601 2.32323 3.4585 2.33769C3.44347 2.34352 3.42656 2.34108 3.42099 2.33224C3.41464 2.32224 3.39245 2.32521 3.36174 2.34012C3.3255 2.35779 3.30411 2.35963 3.28011 2.34708C3.25749 2.33521 3.24586 2.33521 3.24181 2.34712C3.23863 2.35645 3.19874 2.36765 3.15322 2.372C2.86914 2.39906 2.65357 2.4139 2.48035 2.41836C2.40267 2.4203 2.32787 2.42673 2.31414 2.4326C2.30045 2.43846 1.97695 2.44146 1.59528 2.43931C1.21365 2.43712 0.899511 2.4397 0.897199 2.44496C0.894922 2.45026 0.837182 2.47108 0.768855 2.49118C0.342454 2.61676 0.00981571 2.97004 -0.0767944 3.38947C-0.0929818 3.46778 -0.111337 3.52682 -0.11766 3.52067C-0.123984 3.51452 -0.12915 4.29646 -0.12915 5.25832C-0.12915 6.24986 -0.122864 7.00334 -0.114625 6.99836C-0.0882846 6.9825 -0.0800822 7.5463 -0.106315 7.56708C-0.118889 7.57697 -0.128392 7.6062 -0.127489 7.63199C-0.125863 7.67814 -0.125646 7.67828 -0.114264 7.63835C-0.0976431 7.58015 -0.0835153 7.62362 -0.0693512 7.77658C-0.0612937 7.86361 -0.0640757 7.91089 -0.0788901 7.93799C-0.0964506 7.97004 -0.0954753 7.98245 -0.0729646 8.01386C-0.0396864 8.06029 -0.0349891 8.24803 -0.066822 8.26103C-0.0816725 8.26718 -0.0793236 8.27467 -0.0585112 8.28757C-0.0261002 8.30764 -0.0147906 8.49873 -0.0460454 8.49873C-0.0551869 8.49873 -0.0626662 8.50968 -0.0626662 8.52311C-0.0626662 8.5365 -0.0514296 8.54745 -0.0377353 8.54745C-0.00543265 8.54745 -0.00156598 8.71887 -0.0335795 8.73148C-0.0463705 8.73653 -0.0435887 8.74017 -0.0262812 8.74095C0.00981539 8.74261 0.0364095 8.88494 0.00425141 8.90434C-0.0115386 8.91388 -0.00980404 8.92643 0.011731 8.95855C0.0275933 8.98215 0.0377101 9.0237 0.0350362 9.05416C0.0324347 9.08377 0.034711 9.11519 0.0400948 9.12399C0.0635088 9.16211 0.0740233 9.40783 0.0522353 9.40783C0.0380713 9.40783 0.0402759 9.41476 0.0586674 9.42815C0.0743129 9.43946 0.0907532 9.48069 0.0959201 9.52147C0.101015 9.56165 0.108385 9.62009 0.112324 9.65136C0.116226 9.6826 0.124211 9.73193 0.130029 9.76094C0.137761 9.79963 0.134509 9.81383 0.117888 9.81419C0.102929 9.81451 0.105242 9.82041 0.12479 9.83146C0.143904 9.84235 0.153841 9.86655 0.152974 9.89998C0.152215 9.92842 0.160236 9.98821 0.170751 10.0328C0.188673 10.1087 0.193225 10.1341 0.211725 10.2601C0.225419 10.3536 0.316293 10.7813 0.368686 10.9988C0.397736 11.1193 0.423716 11.2289 0.426426 11.2423C0.429136 11.2557 0.436796 11.279 0.443444 11.2943C0.450093 11.3095 0.450671 11.3295 0.444781 11.3389C0.438855 11.3483 0.440481 11.3559 0.448322 11.3559C0.456199 11.3559 0.47058 11.3906 0.480299 11.433C0.508013 11.5541 0.585663 11.8314 0.60185 11.8673C0.609908 11.8851 0.623891 11.9253 0.632852 11.9566C0.716897 12.2481 0.969753 12.9635 1.04314 13.1173C1.05589 13.1441 1.108 13.261 1.15891 13.3771C1.20978 13.4931 1.26427 13.6172 1.27999 13.6527C1.31435 13.7303 1.59586 14.2756 1.64898 14.3673C1.84539 14.7067 1.91061 14.8151 1.99715 14.9461C2.73169 16.0585 3.36434 16.7338 4.46657 17.5821C4.52792 17.6293 5.02211 17.9548 5.15634 18.0365C5.5504 18.276 6.19035 18.5894 6.52758 18.7081C6.58242 18.7274 6.64226 18.7501 6.66054 18.7584C6.75879 18.8032 7.31454 18.9718 7.43938 18.9947C7.47411 19.0011 7.50677 19.0169 7.5119 19.0299C7.51747 19.0441 7.52531 19.047 7.53163 19.0371C7.53853 19.0261 7.59649 19.0296 7.70337 19.0474L7.8647 19.0742L8.097 19.0296C8.22473 19.005 8.38761 18.9669 8.4589 18.9448C8.53027 18.9226 8.59794 18.908 8.60936 18.9122C8.62081 18.9165 8.63014 18.9129 8.63014 18.9042C8.63014 18.8956 8.63812 18.8885 8.64788 18.8885C8.6576 18.8885 8.76419 18.8548 8.88473 18.8135C9.00523 18.7723 9.11131 18.7374 9.12046 18.7359C9.1296 18.7345 9.14456 18.7289 9.1537 18.7235C9.16284 18.7181 9.23391 18.688 9.3116 18.6566C9.55943 18.5568 10.0574 18.3221 10.259 18.2102C10.4484 18.1051 10.684 17.9623 10.879 17.8346C10.996 17.758 11.1088 17.6844 11.1296 17.671C11.3864 17.506 12.0415 16.9592 12.362 16.6424C12.9299 16.0812 13.5813 15.254 13.9236 14.6596C14.2022 14.176 14.4702 13.6606 14.5638 13.4285C14.5848 13.3764 14.6159 13.3073 14.6328 13.2749C14.6497 13.2425 14.6636 13.2066 14.6636 13.195C14.6636 13.1835 14.6715 13.1741 14.6812 13.1741C14.6909 13.1741 14.6951 13.1684 14.6907 13.1613C14.6862 13.1542 14.6928 13.1269 14.7054 13.1004C14.7954 12.911 14.9478 12.4884 15.1164 11.9609C15.1408 11.8844 15.1626 11.8433 15.1788 11.843C15.1984 11.8425 15.1992 11.8396 15.182 11.829C15.1614 11.8162 15.1675 11.7479 15.1931 11.705C15.1984 11.696 15.2045 11.6814 15.2065 11.6725C15.2404 11.5205 15.2935 11.3484 15.3079 11.3437C15.3182 11.3403 15.3227 11.3277 15.3179 11.3155C15.3131 11.3034 15.3327 11.1997 15.3613 11.0853C15.4168 10.8632 15.5112 10.4165 15.5112 10.3759C15.5112 10.3625 15.5197 10.331 15.5299 10.3058C15.5402 10.2807 15.55 10.2419 15.5518 10.2196C15.5619 10.0925 15.5834 9.95828 15.5948 9.95143C15.602 9.94708 15.604 9.92896 15.5992 9.91111C15.5944 9.89327 15.6021 9.86139 15.6162 9.84026C15.633 9.81539 15.6364 9.79627 15.6259 9.78606C15.6158 9.77624 15.6155 9.75553 15.625 9.73111C15.6333 9.70956 15.6456 9.63716 15.6522 9.5702C15.6594 9.4984 15.675 9.43677 15.6901 9.42002C15.7063 9.40221 15.7087 9.39161 15.6967 9.39161C15.6693 9.39161 15.6729 9.30101 15.7013 9.27324C15.7181 9.25677 15.72 9.24483 15.7076 9.23268C15.6863 9.21197 15.7045 9.09939 15.7291 9.09939C15.7383 9.09939 15.7403 9.09056 15.7335 9.07971C15.7123 9.04632 15.7269 8.94628 15.756 8.92487C15.7715 8.91342 15.7749 8.90459 15.7637 8.90459C15.7511 8.90459 15.7439 8.8754 15.7439 8.82342C15.7439 8.7788 15.7496 8.74226 15.7564 8.74229C15.7633 8.74229 15.7664 8.70325 15.7633 8.65551C15.759 8.58816 15.7646 8.56209 15.7881 8.53908C15.8096 8.51806 15.8125 8.50749 15.7978 8.50276C15.7713 8.4941 15.7704 8.34679 15.7964 8.29919C15.8152 8.26484 15.816 8.26481 15.8285 8.29619C15.8402 8.32545 15.8414 8.32488 15.8425 8.28947C15.8431 8.26813 15.8318 8.24219 15.8173 8.23184C15.7843 8.20831 15.8057 7.98446 15.8402 7.99142C15.8513 7.99365 15.8603 7.98453 15.8603 7.97114C15.8603 7.95775 15.8528 7.94679 15.8437 7.94679C15.8337 7.94679 15.827 7.88457 15.827 7.79255C15.827 7.70775 15.8337 7.63835 15.8417 7.63835C15.8636 7.63835 15.8783 7.56803 15.8588 7.55627C15.8479 7.54966 15.8453 7.46037 15.8514 7.30405C15.8694 6.84522 15.8788 3.557 15.8622 3.52311C15.8535 3.50519 15.8419 3.45414 15.8365 3.40961C15.7804 2.9486 15.2216 2.44348 14.7676 2.44348C14.7297 2.44348 14.6937 2.43546 14.6876 2.42567C14.6803 2.41429 14.6518 2.4121 14.6076 2.41959C14.5153 2.43521 13.5167 2.44737 13.4842 2.43323C13.4701 2.42705 13.3912 2.42076 13.309 2.4192C13.1638 2.41638 13.0152 2.4079 12.811 2.39069C12.7565 2.38613 12.709 2.3739 12.7055 2.36355C12.7006 2.34931 12.6934 2.34928 12.6759 2.36348C12.6612 2.37546 12.6302 2.37797 12.5903 2.37037C12.5559 2.36387 12.4986 2.35624 12.463 2.35344C12.4274 2.35065 12.3922 2.33878 12.3848 2.32705C12.3752 2.31196 12.3661 2.3108 12.3535 2.32306C12.341 2.33535 12.3056 2.33422 12.2323 2.31921C12.1754 2.30754 12.1087 2.2979 12.084 2.29769C12.0591 2.29751 12.0316 2.28472 12.0222 2.26896C12.0128 2.2532 12.005 2.24959 12.0047 2.26083C12.0042 2.28214 11.9513 2.28896 11.9321 2.27016C11.9259 2.26415 11.9041 2.25719 11.8836 2.25461C11.6662 2.22762 11.36 2.14483 11.1565 2.05808C11.0117 1.99624 10.5925 1.79211 10.5255 1.75066C10.3511 1.64296 9.87708 1.32978 9.7853 1.26166C9.4971 1.0477 9.37306 0.952158 9.05397 0.698274C8.862 0.54545 8.67501 0.39902 8.63845 0.372802C8.60188 0.346548 8.56824 0.320788 8.56365 0.315524C8.5105 0.254076 8.13013 0.105773 8.02567 0.105773C7.99355 0.105773 7.96266 0.0984592 7.95698 0.0895194C7.94466 0.0700144 7.76787 0.0686717 7.7326 0.0878587ZM7.99854 1.39127C8.7445 2.08175 9.85261 2.80697 10.6413 3.12071C10.7647 3.16976 10.8731 3.21156 10.8823 3.21361C10.9775 3.23442 11.1523 3.29647 11.1673 3.31477C11.1819 3.33258 11.1881 3.33325 11.1934 3.31764C11.1988 3.30177 11.2168 3.30315 11.274 3.32375C11.3508 3.35138 11.6658 3.4159 11.9793 3.4682C12.2316 3.51028 12.2315 3.51025 12.3574 3.52378C12.4191 3.53042 12.4696 3.54032 12.4696 3.5458C12.4696 3.55124 12.5033 3.55311 12.5446 3.54989C12.5859 3.54668 12.6326 3.54936 12.6485 3.55583C12.6778 3.56777 12.7346 3.57258 12.9821 3.58399C13.0784 3.58841 13.125 3.59742 13.1353 3.6135C13.1469 3.63166 13.1567 3.63265 13.1809 3.61799C13.2159 3.59682 13.4953 3.60777 13.5099 3.63085C13.5201 3.64696 13.639 3.64986 13.6549 3.63435C13.6688 3.62071 14.3951 3.62071 14.4091 3.63435C14.4264 3.65124 14.5306 3.64629 14.5306 3.62855C14.5306 3.61961 14.5568 3.6123 14.5888 3.6123H14.647L14.6469 4.63101C14.6468 5.19128 14.639 5.93707 14.6294 6.28827C14.6159 6.78342 14.6166 6.93218 14.632 6.95041C14.6571 6.97985 14.6401 7.44419 14.6121 7.49521C14.5984 7.52026 14.599 7.53835 14.6145 7.56662C14.6374 7.60856 14.6274 7.76033 14.5947 7.86715C14.5815 7.90997 14.5809 7.93602 14.5926 7.95033C14.6144 7.97693 14.5927 8.14573 14.5664 8.15428C14.5429 8.16191 14.5408 8.20654 14.5638 8.20654C14.5912 8.20654 14.5839 8.37947 14.5554 8.40728C14.5399 8.42244 14.5367 8.43559 14.5471 8.44184C14.5739 8.45799 14.5664 8.56643 14.5363 8.59894C14.5199 8.61668 14.5166 8.62862 14.528 8.62862C14.5561 8.62862 14.5518 8.74494 14.5221 8.78629C14.5044 8.81091 14.5025 8.82459 14.5155 8.83243C14.527 8.8394 14.5295 8.86268 14.5221 8.89441C14.5156 8.92233 14.5075 8.98169 14.5039 9.02635C14.4999 9.0783 14.4874 9.11483 14.4694 9.1278C14.4539 9.13897 14.45 9.14812 14.461 9.14812C14.4932 9.14812 14.4853 9.25755 14.4517 9.27667C14.4355 9.28586 14.4319 9.29345 14.4433 9.29374C14.4682 9.2943 14.4716 9.38515 14.4475 9.39978C14.4383 9.40529 14.4353 9.42766 14.441 9.44942C14.4465 9.47115 14.4453 9.50175 14.4383 9.51737C14.4312 9.53306 14.4235 9.56409 14.4212 9.58642C14.4058 9.73225 14.392 9.78122 14.3664 9.78147C14.3444 9.78168 14.3437 9.78436 14.3627 9.79602C14.3796 9.80655 14.3829 9.8292 14.3749 9.88104C14.3554 10.0089 14.3076 10.2033 14.2959 10.2033C14.2896 10.2033 14.2878 10.2161 14.2918 10.2317C14.3036 10.2767 14.2707 10.4242 14.0659 11.2423C14.0469 11.3182 14.0251 11.3913 14.0175 11.4047C14.0098 11.4182 13.9896 11.4821 13.9725 11.5467C13.9555 11.6114 13.9352 11.6644 13.9276 11.6644C13.92 11.6644 13.9177 11.6707 13.9227 11.6785C13.9353 11.6986 13.6951 12.3705 13.562 12.6871C12.7591 14.5969 11.4143 16.1806 9.82685 17.0856C9.75831 17.1247 9.68351 17.1679 9.66064 17.1816C9.61891 17.2068 9.56131 17.2371 9.36146 17.3393C9.23128 17.4059 8.89904 17.5573 8.88278 17.5574C8.87638 17.5575 8.85246 17.5669 8.82959 17.5783C8.80675 17.5898 8.75064 17.6123 8.70493 17.6285C8.65922 17.6446 8.59939 17.6672 8.57196 17.6787C8.54454 17.6902 8.48098 17.7119 8.43068 17.727C8.38042 17.7421 8.32431 17.7615 8.30603 17.7701C8.26473 17.7896 8.05335 17.8465 7.93494 17.8702C7.84118 17.8889 7.80895 17.8845 7.5644 17.8203C7.18497 17.7205 6.37744 17.382 6.0667 17.1923C6.02768 17.1685 5.89099 17.086 5.76301 17.009C5.63503 16.9321 5.52283 16.8632 5.51369 16.8559C5.50455 16.8486 5.42097 16.7891 5.3279 16.7235C5.14391 16.5938 4.88744 16.3978 4.78331 16.3074C4.5616 16.1149 4.47842 16.0383 4.29165 15.8546C3.84848 15.4187 3.49536 14.9964 3.17016 14.5134C2.99951 14.26 2.98603 14.2388 2.85501 14.0183C2.79402 13.9156 2.73733 13.8207 2.72905 13.8073C2.72078 13.7938 2.63088 13.6185 2.52924 13.4176C2.42763 13.2168 2.33792 13.0401 2.32993 13.0252C2.31577 12.9986 2.26887 12.8906 2.18667 12.6952C2.12177 12.5409 1.93186 12.0366 1.93186 12.0185C1.93186 12.0095 1.92134 11.9791 1.90852 11.9509C1.81414 11.7444 1.56005 10.8179 1.4737 10.3657C1.43453 10.1603 1.40349 10.0109 1.39428 9.9832C1.38271 9.9485 1.29917 9.42052 1.29166 9.33479C1.28931 9.30801 1.28198 9.27324 1.27533 9.25748C1.26871 9.24172 1.26662 9.20702 1.27059 9.18038C1.27464 9.1537 1.27269 9.13186 1.26629 9.13186C1.25993 9.13186 1.24938 9.0643 1.24281 8.98169C1.23627 8.89911 1.22474 8.79883 1.21715 8.75887C1.2096 8.71887 1.20989 8.67431 1.21784 8.65986C1.22676 8.6436 1.22503 8.62654 1.21325 8.61505C1.20284 8.60488 1.19168 8.55078 1.18854 8.49488C1.18532 8.43898 1.17849 8.35392 1.17329 8.30597C1.16671 8.24545 1.17014 8.21485 1.18438 8.20626C1.20024 8.19668 1.19873 8.18513 1.17781 8.15601C1.14568 8.11117 1.14207 7.99237 1.17145 7.94605C1.18857 7.91905 1.18789 7.91068 1.16729 7.89817C1.14789 7.8864 1.14156 7.84241 1.13885 7.69983C1.1369 7.59906 1.12751 7.40334 1.11793 7.26497C1.10839 7.12656 1.10536 7.00239 1.11121 6.989C1.1171 6.9756 1.12021 6.21035 1.11819 5.28846L1.1145 3.6123H1.16483C1.19251 3.6123 1.21983 3.61961 1.22546 3.62855C1.23681 3.64643 1.33831 3.65095 1.35532 3.63431C1.36121 3.62855 1.52717 3.62378 1.7241 3.62378C1.92102 3.62378 2.08698 3.62855 2.0929 3.63431C2.1088 3.64986 2.22189 3.647 2.24018 3.6306C2.26666 3.60685 2.53936 3.59526 2.56151 3.61689C2.57632 3.63134 2.58973 3.63032 2.61791 3.61265C2.63822 3.59989 2.70723 3.58689 2.77122 3.58382C3.03007 3.57134 3.0945 3.56604 3.11155 3.55572C3.12135 3.54982 3.16098 3.54643 3.19965 3.54827C3.23824 3.55011 3.28109 3.54756 3.29478 3.54272C3.30851 3.53784 3.36459 3.5288 3.41944 3.52265C3.85209 3.47399 4.55292 3.32916 4.82002 3.23322C4.859 3.21919 4.8964 3.20654 4.90312 3.20502C4.92133 3.20099 4.93842 3.19513 5.05661 3.15223C5.20523 3.09835 5.47517 2.97082 5.7117 2.8428C5.82057 2.7839 5.91202 2.73567 5.91484 2.73567C5.92579 2.73567 6.29896 2.49938 6.4186 2.41677C6.91235 2.0756 7.23328 1.82222 7.6646 1.43289C7.87287 1.24491 7.84436 1.24848 7.99854 1.39127ZM11.9301 6.2736C11.9249 6.28191 11.8798 6.29699 11.8299 6.3071C11.6066 6.3524 11.7357 6.23456 9.13032 8.77046C7.80234 10.063 6.70809 11.1233 6.69863 11.1266C6.68916 11.13 6.13445 10.5991 5.46596 9.94701C4.34346 8.85201 4.08894 8.6188 4.04273 8.64304C4.03818 8.6454 4.00826 8.64011 3.97625 8.6312C3.79493 8.58092 3.70626 8.58459 3.52748 8.64972C3.24427 8.75293 3.04536 9.02561 3.06035 9.29006C3.06404 9.356 3.0592 9.37748 3.03871 9.38515C3.02415 9.39062 3.01223 9.4014 3.01223 9.40907C3.01223 9.41677 3.02314 9.41896 3.03647 9.41398C3.05309 9.40776 3.064 9.41942 3.07119 9.45101C3.12185 9.67348 3.1186 9.66998 4.75133 11.2618C6.3812 12.8508 6.32256 12.7989 6.53589 12.8407C6.5679 12.847 6.61812 12.8602 6.6475 12.8701C6.68681 12.8833 6.71095 12.8832 6.73892 12.8697C6.75984 12.8595 6.80872 12.8466 6.84767 12.8408C7.05667 12.8098 6.89616 12.9579 9.85348 10.0682C12.7816 7.20702 12.6502 7.34231 12.6812 7.1555C12.6869 7.12129 12.6995 7.10253 12.7169 7.10239C12.734 7.10221 12.7371 7.09776 12.7255 7.0902C12.7155 7.08362 12.7031 7.02345 12.6981 6.95642C12.6747 6.64685 12.4433 6.37943 12.1421 6.31402C12.0754 6.29954 12.0208 6.28109 12.0208 6.27307C12.0208 6.25371 11.9424 6.2542 11.9301 6.2736Z" fill="#757575"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0">
|
|
7
|
+
<rect width="16" height="19" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|