@bytebrand/fe-ui-core 4.8.26 → 4.8.27
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/.husky/pre-push +4 -4
- 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/__tests__/components/Checkout/OrderOverviewItem/OrderOverviewItem.test.tsx +42 -42
- package/__tests__/components/Checkout/PaymentTypeCard/PaymentTypeCard.test.tsx +49 -49
- package/__tests__/components/Checkout/RadioGroup.test.tsx +95 -95
- package/__tests__/components/Checkout/ServiceCardWrapper.test.tsx +53 -53
- package/__tests__/components/Checkout/Switcher.test.tsx +43 -43
- package/__tests__/components/UserDasboardPage/sections/CheckoutSection/CheckoutSection.test.tsx +613 -613
- package/__tests__/components/UserDasboardPage/sections/FavoriteSection/FavoriteSection.test.tsx +335 -335
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/AdditionalOrderInfo.test.tsx +127 -127
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusCar.test.tsx +58 -58
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusCard.test.tsx +74 -74
- package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusSection.test.tsx +62 -62
- package/__tests__/components/UserDasboardPage/sections/RequestedCarsSection/RequestedCarsSection.test.tsx +117 -117
- package/__tests__/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.test.tsx +58 -58
- package/__tests__/components/VehicleSmallCard/VehicleInfo.test.tsx +87 -87
- package/__tests__/components/VehicleSmallCard/VehicleTitle.test.tsx +90 -90
- package/__tests__/components/_common/Badge/Badge.test.tsx +15 -15
- package/__tests__/components/_common/IconSVG/IconSVG.test.tsx +22 -22
- package/__tests__/components/_common/Image/Image.test.tsx +82 -82
- package/__tests__/components/_common/MaterialAutocomplete/MaterialAutocomplete.test.tsx +48 -48
- package/__tests__/components/_common/MaterialDatePicker/MaterialDatePicker.test.tsx +54 -54
- package/__tests__/components/_common/MaterialField/MaterialField.test.tsx +58 -58
- package/__tests__/components/_common/StarButton/StarButton.test.tsx +45 -45
- package/__tests__/mockedData/financingConfig.js +201 -201
- package/__tests__/mockedData/mockedPendingRequestedCar.js +68 -68
- package/__tests__/utils/CommonUtils/addPrefixToKeys.test.ts +18 -18
- package/__tests__/utils/CommonUtils/arrToObj.test.js +32 -32
- package/__tests__/utils/CommonUtils/checkRangeValuesOnEqual.test.ts +16 -16
- package/__tests__/utils/CommonUtils/fixNumber.test.ts +19 -19
- package/__tests__/utils/CommonUtils/formatMileage.test.ts +8 -8
- package/__tests__/utils/CommonUtils/getChipFilterValue.test.ts +22 -22
- package/__tests__/utils/CommonUtils/getFormattedNumber.test.ts +18 -18
- package/__tests__/utils/CommonUtils/getFormattedPrice.test.ts +19 -19
- package/__tests__/utils/CommonUtils/getGroupValuesForQuery.test.ts +51 -51
- package/__tests__/utils/CommonUtils/getOfferSliders.test.ts +63 -63
- package/__tests__/utils/CommonUtils/getPriceRating.test.ts +26 -26
- package/__tests__/utils/CommonUtils/getPriceRatingConfig.test.ts +33 -33
- package/__tests__/utils/CommonUtils/preloadNearbyImages.test.ts +8 -8
- package/__tests__/utils/CommonUtils/sliceLessThan.test.ts +23 -23
- package/__tests__/utils/CommonUtils/sliceMoreThan.test.ts +23 -23
- package/common.ts +164 -164
- package/feWpComponents.ts +25 -25
- package/index.ts +4 -4
- package/jest.config.js +43 -43
- 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 -8
- package/media/svg/common/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/common/whyAutodeIconSet-G.svg +8 -8
- package/media/svg/common/whyAutodeIconSet-Q.svg +6 -6
- package/media/svg/common/whyAutodeIconSet-R.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -8
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -6
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -9
- 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 +117 -118
- package/profile.ts +1 -1
- package/setupTests.js +7 -7
- package/source/components/AccardionSection/AccardionSection.styl +45 -45
- package/source/components/AccardionSection/AccardionSection.tsx +56 -56
- package/source/components/AccordionWidget/AccordionWidget.styl +208 -208
- package/source/components/AccordionWidget/AccordionWidget.tsx +216 -216
- 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 +116 -116
- package/source/components/Alternative/DealerInfo.tsx +171 -171
- package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
- package/source/components/Breadcrumbs/Breadcrumbs.styl +136 -136
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +93 -93
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +54 -54
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +34 -34
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +69 -69
- 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 +201 -201
- 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 +193 -193
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +181 -181
- 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 +41 -41
- package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
- package/source/components/Checkout/Switcher/Switcher.styled.tsx +53 -53
- package/source/components/Checkout/Switcher/Switcher.tsx +48 -48
- 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 +90 -90
- 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 +66 -66
- 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 +131 -131
- package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +121 -121
- 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.tsx +25 -25
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +73 -73
- package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +140 -140
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +120 -120
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
- package/source/components/OfferPanel/OfferPanel.story.js +139 -139
- package/source/components/OfferPanel/OfferPanel.styl +193 -193
- package/source/components/OfferPanel/OfferPanel.tsx +81 -81
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +45 -45
- 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 +39 -39
- 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 +191 -191
- 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 +155 -155
- package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
- package/source/components/SearchFilters/filters/AlternativeID.tsx +67 -67
- 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 +96 -96
- package/source/components/SearchFilters/filters/Fuel.styl +27 -27
- package/source/components/SearchFilters/filters/Fuel.tsx +75 -75
- 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 +72 -72
- 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 +108 -108
- 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 +176 -176
- 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 +57 -57
- 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 +152 -152
- 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 +52 -52
- package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +109 -109
- 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 +85 -85
- 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 +103 -103
- 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 +83 -83
- 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 +130 -130
- 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 +106 -106
- 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 +219 -219
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +126 -126
- 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 +294 -294
- 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 +68 -68
- 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/UserDashboardPage/sections/CheckoutSection/CheckoutSection.styl +38 -38
- package/source/components/UserDashboardPage/sections/CheckoutSection/CheckoutSection.tsx +120 -120
- package/source/components/UserDashboardPage/sections/FavoriteSection/FavoriteSection.styl +21 -21
- package/source/components/UserDashboardPage/sections/FavoriteSection/FavoriteSection.tsx +84 -84
- package/source/components/UserDashboardPage/sections/OrderStatusSection/AdditionalOrderInfo.styl +100 -100
- package/source/components/UserDashboardPage/sections/OrderStatusSection/AdditionalOrderInfo.tsx +90 -90
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCar.tsx +149 -149
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCard.styl +53 -53
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCard.tsx +41 -41
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.story.js +95 -95
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.styl +166 -166
- package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.tsx +263 -263
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.story.js +97 -97
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.styl +144 -144
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.tsx +124 -124
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/SupportSection.styl +46 -46
- package/source/components/UserDashboardPage/sections/RequestedCarsSection/SupportSection.tsx +32 -32
- 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 +163 -163
- 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 +36 -36
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +175 -175
- package/source/components/VehicleDetailedSidebar/partials/Price.styl +27 -27
- package/source/components/VehicleDetailedSidebar/partials/Price.tsx +41 -41
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +123 -123
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +128 -128
- 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 +146 -146
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +376 -376
- 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 +50 -50
- package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +44 -44
- 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 +44 -44
- 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 +162 -162
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +190 -190
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +218 -218
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +161 -161
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +164 -164
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +288 -288
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +29 -29
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +34 -34
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +135 -135
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +91 -91
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +244 -244
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +405 -404
- 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 +185 -185
- 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 +44 -44
- 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 +51 -51
- package/source/components/_common/Button/Button.tsx +79 -79
- 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 +86 -86
- package/source/components/_common/Checkbox/index.js +4 -4
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +126 -126
- 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/Chip/Chip.story.js +43 -43
- package/source/components/_common/Chip/Chip.styl +69 -69
- package/source/components/_common/Chip/Chip.tsx +38 -38
- 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 +219 -219
- package/source/components/_common/Co2Widget/CO2Efficiency.tsx +93 -93
- 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 +53 -53
- 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 +99 -99
- package/source/components/_common/FilterLabel/FilterLabel.styl +25 -25
- package/source/components/_common/FilterLabel/FilterLabel.tsx +27 -27
- 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 +768 -768
- 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 +25 -25
- 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/EditPriceIcon.tsx +20 -20
- 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 +17 -17
- 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/MyOrderIcon.tsx +20 -20
- 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 +29 -29
- 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/flags/AT.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/flags/BE.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/BG.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/CH.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/DE.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/DK.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/ES.tsx +2585 -2585
- package/source/components/_common/IconSVG/SVG/flags/FI.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/FR.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/GB.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/flags/HR.tsx +135 -135
- package/source/components/_common/IconSVG/SVG/flags/HU.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/IT.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/LI.tsx +106 -106
- package/source/components/_common/IconSVG/SVG/flags/LU.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/NL.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/flags/NO.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/PL.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/flags/RO.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/RU.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/SE.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/flags/SI.tsx +54 -54
- package/source/components/_common/IconSVG/SVG/flags/SK.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/flags/UA.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/infoBlocks/AlertInfo.tsx +19 -19
- 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/YoutubeButton.tsx +26 -26
- 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 +19 -19
- 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 +141 -141
- 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 +248 -248
- 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 +20 -20
- 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 +132 -132
- 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 +123 -123
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +222 -222
- 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 +37 -37
- package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
- package/source/components/_common/MaterialTooltip/MaterialTooltip.styled.tsx +24 -24
- package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +87 -87
- package/source/components/_common/Modal/CookieModal.tsx +49 -49
- package/source/components/_common/Modal/Modal.story.js +37 -37
- package/source/components/_common/Modal/Modal.styled.tsx +15 -15
- package/source/components/_common/Modal/Modal.tsx +24 -24
- package/source/components/_common/Modal/ModalsConfig.tsx +23 -23
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +86 -86
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +184 -184
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +66 -66
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +51 -51
- 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 +122 -122
- 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 +77 -77
- 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 +87 -87
- 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/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 +22 -22
- package/source/components/_common/TimePicker/TimePicker.tsx +155 -155
- package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
- package/source/components/_common/Tooltip/Tooltip.styl +117 -117
- package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
- package/source/components/_common/UserMenu/MaterialMenu.story.js +73 -73
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +84 -84
- package/source/components/_common/UserMenu/MaterialMenu.tsx +101 -101
- package/source/components/_common/UserMenu/MaterialMenuItem.tsx +76 -76
- package/source/components/_common/UserMenu/NestedMenu.tsx +59 -59
- 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 +175 -174
- 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 +153 -153
- package/source/components/_common/withStats/withStats.tsx +182 -182
- package/source/components/containers/DasboardSection/DashboardSection.styl +14 -14
- package/source/components/containers/DasboardSection/DashboardSection.tsx +23 -23
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +67 -67
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +463 -463
- package/source/framework/DataTransformers.ts +86 -86
- 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 +126 -123
- 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 +131 -131
- package/source/framework/data.ts +6 -6
- package/source/framework/factories/BreadcrumbsFactory.tsx +285 -285
- package/source/framework/factories/FactoryTypes.d.ts +30 -30
- 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 +370 -370
- package/source/framework/utils/CommonUtils.ts +645 -645
- package/source/framework/utils/CookieUtils.ts +61 -61
- package/source/framework/utils/DateUtils.ts +101 -101
- 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 +481 -481
- package/source/framework/vehiclesProps/decoratedProps.tsx +1690 -1690
- package/source/framework/vehiclesProps/equipment.ts +129 -129
- package/source/framework/vehiclesProps/highlights.ts +54 -54
- package/source/framework/vehiclesProps/vehicleDetails.ts +426 -426
- 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 +1112 -1112
- 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 +65 -65
- package/tslint.json +38 -38
- package/utils.ts +59 -59
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
-
version="1.1"
|
|
4
|
-
id="like_svg__Capa_1"
|
|
5
|
-
x="0"
|
|
6
|
-
y="0"
|
|
7
|
-
viewBox="0 0 478.2 478.2">
|
|
8
|
-
<path fill="#005CCB"
|
|
9
|
-
d="M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z"/>
|
|
10
|
-
</svg>
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
version="1.1"
|
|
4
|
+
id="like_svg__Capa_1"
|
|
5
|
+
x="0"
|
|
6
|
+
y="0"
|
|
7
|
+
viewBox="0 0 478.2 478.2">
|
|
8
|
+
<path fill="#005CCB"
|
|
9
|
+
d="M457.575 325.1c9.8-12.5 14.5-25.9 13.9-39.7-.6-15.2-7.4-27.1-13-34.4 6.5-16.2 9-41.7-12.7-61.5-15.9-14.5-42.9-21-80.3-19.2-26.3 1.2-48.3 6.1-49.2 6.3h-.1c-5 .9-10.3 2-15.7 3.2-.4-6.4.7-22.3 12.5-58.1 14-42.6 13.2-75.2-2.6-97-16.6-22.9-43.1-24.7-50.9-24.7-7.5 0-14.4 3.1-19.3 8.8-11.1 12.9-9.8 36.7-8.4 47.7-13.2 35.4-50.2 122.2-81.5 146.3-.6.4-1.1.9-1.6 1.4-9.2 9.7-15.4 20.2-19.6 29.4-5.9-3.2-12.6-5-19.8-5h-61c-23 0-41.6 18.7-41.6 41.6v162.5c0 23 18.7 41.6 41.6 41.6h61c8.9 0 17.2-2.8 24-7.6l23.5 2.8c3.6.5 67.6 8.6 133.3 7.3 11.9.9 23.1 1.4 33.5 1.4 17.9 0 33.5-1.4 46.5-4.2 30.6-6.5 51.5-19.5 62.1-38.6 8.1-14.6 8.1-29.1 6.8-38.3 19.9-18 23.4-37.9 22.7-51.9-.4-8.1-2.2-15-4.1-20.1zm-409.3 122.2c-8.1 0-14.6-6.6-14.6-14.6V270.1c0-8.1 6.6-14.6 14.6-14.6h61c8.1 0 14.6 6.6 14.6 14.6v162.5c0 8.1-6.6 14.6-14.6 14.6h-61v.1zm383.7-133.9c-4.2 4.4-5 11.1-1.8 16.3 0 .1 4.1 7.1 4.6 16.7.7 13.1-5.6 24.7-18.8 34.6-4.7 3.6-6.6 9.8-4.6 15.4 0 .1 4.3 13.3-2.7 25.8-6.7 12-21.6 20.6-44.2 25.4-18.1 3.9-42.7 4.6-72.9 2.2h-1.4c-64.3 1.4-129.3-7-130-7.1h-.1l-10.1-1.2c.6-2.8.9-5.8.9-8.8V270.1c0-4.3-.7-8.5-1.9-12.4 1.8-6.7 6.8-21.6 18.6-34.3 44.9-35.6 88.8-155.7 90.7-160.9.8-2.1 1-4.4.6-6.7-1.7-11.2-1.1-24.9 1.3-29 5.3.1 19.6 1.6 28.2 13.5 10.2 14.1 9.8 39.3-1.2 72.7-16.8 50.9-18.2 77.7-4.9 89.5 6.6 5.9 15.4 6.2 21.8 3.9 6.1-1.4 11.9-2.6 17.4-3.5.4-.1.9-.2 1.3-.3 30.7-6.7 85.7-10.8 104.8 6.6 16.2 14.8 4.7 34.4 3.4 36.5-3.7 5.6-2.6 12.9 2.4 17.4.1.1 10.6 10 11.1 23.3.4 8.9-3.8 18-12.5 27z"/>
|
|
10
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="secure_svg__Capa_1" x="0" y="0" viewBox="0 0 512 512">
|
|
2
|
-
<path fill="#005CCB"
|
|
3
|
-
d="M474.179 81.453c-36.628 0-66.426-29.799-66.426-66.425V0H104.246v15.028c0 36.628-29.799 66.425-66.425 66.425H22.793v99.938c0 71.815 21.633 140.966 62.563 199.976 40.93 59.009 98.117 103.501 165.379 128.663L256 512l5.266-1.97c67.263-25.162 124.45-69.653 165.378-128.663 40.93-59.01 62.563-128.161 62.563-199.976V81.453h-15.028zm-15.027 99.938h-.001c0 65.664-19.781 128.89-57.205 182.845-36.349 52.408-86.727 92.293-145.947 115.62-59.219-23.328-109.598-63.212-145.947-115.62-37.423-53.954-57.203-117.181-57.203-182.845v-71.05c41.19-6.47 73.815-39.095 80.285-80.285h245.733c6.469 41.19 39.094 73.815 80.285 80.285v71.05z"/>
|
|
4
|
-
<path fill="#005CCB"
|
|
5
|
-
d="M323.058 141.187l-99.477 99.478-34.641-34.641-63.758 63.759 98.399 98.399 163.235-163.236-63.758-63.759zm-155.37 128.598l21.253-21.253 34.641 34.641 99.477-99.478 21.253 21.253-120.73 120.73-55.894-55.893z"/>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="secure_svg__Capa_1" x="0" y="0" viewBox="0 0 512 512">
|
|
2
|
+
<path fill="#005CCB"
|
|
3
|
+
d="M474.179 81.453c-36.628 0-66.426-29.799-66.426-66.425V0H104.246v15.028c0 36.628-29.799 66.425-66.425 66.425H22.793v99.938c0 71.815 21.633 140.966 62.563 199.976 40.93 59.009 98.117 103.501 165.379 128.663L256 512l5.266-1.97c67.263-25.162 124.45-69.653 165.378-128.663 40.93-59.01 62.563-128.161 62.563-199.976V81.453h-15.028zm-15.027 99.938h-.001c0 65.664-19.781 128.89-57.205 182.845-36.349 52.408-86.727 92.293-145.947 115.62-59.219-23.328-109.598-63.212-145.947-115.62-37.423-53.954-57.203-117.181-57.203-182.845v-71.05c41.19-6.47 73.815-39.095 80.285-80.285h245.733c6.469 41.19 39.094 73.815 80.285 80.285v71.05z"/>
|
|
4
|
+
<path fill="#005CCB"
|
|
5
|
+
d="M323.058 141.187l-99.477 99.478-34.641-34.641-63.758 63.759 98.399 98.399 163.235-163.236-63.758-63.759zm-155.37 128.598l21.253-21.253 34.641 34.641 99.477-99.478 21.253 21.253-120.73 120.73-55.894-55.893z"/>
|
|
6
|
+
</svg>
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 45.701 45.7" style="enable-background:new 0 0 45.701 45.7;" xml:space="preserve">
|
|
5
|
-
<g>
|
|
6
|
-
<g>
|
|
7
|
-
<path d="M20.687,38.332c-2.072,2.072-5.434,2.072-7.505,0L1.554,26.704c-2.072-2.071-2.072-5.433,0-7.504 c2.071-2.072,5.433-2.072,7.505,0l6.928,6.927c0.523,0.522,1.372,0.522,1.896,0L36.642,7.368c2.071-2.072,5.433-2.072,7.505,0 c0.995,0.995,1.554,2.345,1.554,3.752c0,1.407-0.559,2.757-1.554,3.752L20.687,38.332z" fill="#005CCB"/>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
<g>
|
|
11
|
-
</g>
|
|
12
|
-
<g>
|
|
13
|
-
</g>
|
|
14
|
-
<g>
|
|
15
|
-
</g>
|
|
16
|
-
<g>
|
|
17
|
-
</g>
|
|
18
|
-
<g>
|
|
19
|
-
</g>
|
|
20
|
-
<g>
|
|
21
|
-
</g>
|
|
22
|
-
<g>
|
|
23
|
-
</g>
|
|
24
|
-
<g>
|
|
25
|
-
</g>
|
|
26
|
-
<g>
|
|
27
|
-
</g>
|
|
28
|
-
<g>
|
|
29
|
-
</g>
|
|
30
|
-
<g>
|
|
31
|
-
</g>
|
|
32
|
-
<g>
|
|
33
|
-
</g>
|
|
34
|
-
<g>
|
|
35
|
-
</g>
|
|
36
|
-
<g>
|
|
37
|
-
</g>
|
|
38
|
-
<g>
|
|
39
|
-
</g>
|
|
40
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 45.701 45.7" style="enable-background:new 0 0 45.701 45.7;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M20.687,38.332c-2.072,2.072-5.434,2.072-7.505,0L1.554,26.704c-2.072-2.071-2.072-5.433,0-7.504 c2.071-2.072,5.433-2.072,7.505,0l6.928,6.927c0.523,0.522,1.372,0.522,1.896,0L36.642,7.368c2.071-2.072,5.433-2.072,7.505,0 c0.995,0.995,1.554,2.345,1.554,3.752c0,1.407-0.559,2.757-1.554,3.752L20.687,38.332z" fill="#005CCB"/>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
<g>
|
|
11
|
+
</g>
|
|
12
|
+
<g>
|
|
13
|
+
</g>
|
|
14
|
+
<g>
|
|
15
|
+
</g>
|
|
16
|
+
<g>
|
|
17
|
+
</g>
|
|
18
|
+
<g>
|
|
19
|
+
</g>
|
|
20
|
+
<g>
|
|
21
|
+
</g>
|
|
22
|
+
<g>
|
|
23
|
+
</g>
|
|
24
|
+
<g>
|
|
25
|
+
</g>
|
|
26
|
+
<g>
|
|
27
|
+
</g>
|
|
28
|
+
<g>
|
|
29
|
+
</g>
|
|
30
|
+
<g>
|
|
31
|
+
</g>
|
|
32
|
+
<g>
|
|
33
|
+
</g>
|
|
34
|
+
<g>
|
|
35
|
+
</g>
|
|
36
|
+
<g>
|
|
37
|
+
</g>
|
|
38
|
+
<g>
|
|
39
|
+
</g>
|
|
40
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="21" height="23" viewBox="0 0 21 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.462 18.2269L16.7219 22.6747L15.0658 14.2863L20.5913 8.64503L13.3074 7.90867L10.462 0L7.61674 7.90867L0.332764 8.64503L5.8583 14.2863L4.20214 22.6747L10.462 18.2269Z" fill="#F1AD46"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="21" height="23" viewBox="0 0 21 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.462 18.2269L16.7219 22.6747L15.0658 14.2863L20.5913 8.64503L13.3074 7.90867L10.462 0L7.61674 7.90867L0.332764 8.64503L5.8583 14.2863L4.20214 22.6747L10.462 18.2269Z" fill="#F1AD46"/>
|
|
3
|
+
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<svg width="54" height="10" viewBox="0 0 54 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.73469 3.46939L4.89796 0L3.26531 3.46939L0 3.87755L2.44898 6.32653L1.83673 10L4.89796 8.16327L8.16327 10L7.55102 6.32653L10 3.87755L6.73469 3.46939Z" fill="#F8B805"/>
|
|
3
|
-
<path d="M17.7347 3.46939L15.898 0L14.2653 3.46939L11 3.87755L13.449 6.32653L12.8367 10L15.898 8.16327L19.1633 10L18.551 6.32653L21 3.87755L17.7347 3.46939Z" fill="#F8B805"/>
|
|
4
|
-
<path d="M28.7347 3.46939L26.898 0L25.2653 3.46939L22 3.87755L24.449 6.32653L23.8367 10L26.898 8.16327L30.1633 10L29.551 6.32653L32 3.87755L28.7347 3.46939Z" fill="#F8B805"/>
|
|
5
|
-
<path d="M39.7347 3.46939L37.898 0L36.2653 3.46939L33 3.87755L35.449 6.32653L34.8367 10L37.898 8.16327L41.1633 10L40.551 6.32653L43 3.87755L39.7347 3.46939Z" fill="#F8B805"/>
|
|
6
|
-
<path d="M50.7347 3.46939L48.898 0L47.2653 3.46939L44 3.87755L46.449 6.32653L45.8367 10L48.898 8.16327L52.1633 10L51.551 6.32653L54 3.87755L50.7347 3.46939Z" fill="#F8B805"/>
|
|
7
|
-
</svg>
|
|
1
|
+
<svg width="54" height="10" viewBox="0 0 54 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.73469 3.46939L4.89796 0L3.26531 3.46939L0 3.87755L2.44898 6.32653L1.83673 10L4.89796 8.16327L8.16327 10L7.55102 6.32653L10 3.87755L6.73469 3.46939Z" fill="#F8B805"/>
|
|
3
|
+
<path d="M17.7347 3.46939L15.898 0L14.2653 3.46939L11 3.87755L13.449 6.32653L12.8367 10L15.898 8.16327L19.1633 10L18.551 6.32653L21 3.87755L17.7347 3.46939Z" fill="#F8B805"/>
|
|
4
|
+
<path d="M28.7347 3.46939L26.898 0L25.2653 3.46939L22 3.87755L24.449 6.32653L23.8367 10L26.898 8.16327L30.1633 10L29.551 6.32653L32 3.87755L28.7347 3.46939Z" fill="#F8B805"/>
|
|
5
|
+
<path d="M39.7347 3.46939L37.898 0L36.2653 3.46939L33 3.87755L35.449 6.32653L34.8367 10L37.898 8.16327L41.1633 10L40.551 6.32653L43 3.87755L39.7347 3.46939Z" fill="#F8B805"/>
|
|
6
|
+
<path d="M50.7347 3.46939L48.898 0L47.2653 3.46939L44 3.87755L46.449 6.32653L45.8367 10L48.898 8.16327L52.1633 10L51.551 6.32653L54 3.87755L50.7347 3.46939Z" fill="#F8B805"/>
|
|
7
|
+
</svg>
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 294.843 294.843" style="enable-background:new 0 0 294.843 294.843;" xml:space="preserve">
|
|
5
|
-
<g>
|
|
6
|
-
<path d="M147.421,0c-3.313,0-6,2.687-6,6s2.687,6,6,6c74.671,0,135.421,60.75,135.421,135.421s-60.75,135.421-135.421,135.421
|
|
7
|
-
S12,222.093,12,147.421c0-50.804,28.042-96.902,73.183-120.305c2.942-1.525,4.09-5.146,2.565-8.088
|
|
8
|
-
c-1.525-2.942-5.147-4.09-8.088-2.565C30.524,41.937,0,92.118,0,147.421c0,81.289,66.133,147.421,147.421,147.421
|
|
9
|
-
s147.421-66.133,147.421-147.421S228.71,0,147.421,0z"/>
|
|
10
|
-
<path d="M205.213,71.476c-16.726-12.747-36.71-19.484-57.792-19.484c-52.62,0-95.43,42.81-95.43,95.43s42.81,95.43,95.43,95.43
|
|
11
|
-
c25.49,0,49.455-9.926,67.479-27.951c2.343-2.343,2.343-6.142,0-8.485c-2.343-2.343-6.143-2.343-8.485,0
|
|
12
|
-
c-15.758,15.758-36.709,24.436-58.994,24.436c-46.003,0-83.43-37.426-83.43-83.43s37.426-83.43,83.43-83.43
|
|
13
|
-
c36.894,0,69.843,24.715,80.126,60.104c0.924,3.182,4.253,5.011,7.436,4.087c3.182-0.925,5.012-4.254,4.087-7.436
|
|
14
|
-
C233.422,101.308,221.398,83.809,205.213,71.476z"/>
|
|
15
|
-
<path d="M217.773,129.262c-2.344-2.343-6.143-2.343-8.485,0c-2.343,2.343-2.343,6.142,0,8.485l22.57,22.571
|
|
16
|
-
c1.125,1.125,2.651,1.757,4.243,1.757s3.118-0.632,4.243-1.757l22.57-22.571c2.343-2.343,2.343-6.142,0-8.485
|
|
17
|
-
c-2.344-2.343-6.143-2.343-8.485,0l-18.328,18.328L217.773,129.262z"/>
|
|
18
|
-
</g>
|
|
19
|
-
<g>
|
|
20
|
-
</g>
|
|
21
|
-
<g>
|
|
22
|
-
</g>
|
|
23
|
-
<g>
|
|
24
|
-
</g>
|
|
25
|
-
<g>
|
|
26
|
-
</g>
|
|
27
|
-
<g>
|
|
28
|
-
</g>
|
|
29
|
-
<g>
|
|
30
|
-
</g>
|
|
31
|
-
<g>
|
|
32
|
-
</g>
|
|
33
|
-
<g>
|
|
34
|
-
</g>
|
|
35
|
-
<g>
|
|
36
|
-
</g>
|
|
37
|
-
<g>
|
|
38
|
-
</g>
|
|
39
|
-
<g>
|
|
40
|
-
</g>
|
|
41
|
-
<g>
|
|
42
|
-
</g>
|
|
43
|
-
<g>
|
|
44
|
-
</g>
|
|
45
|
-
<g>
|
|
46
|
-
</g>
|
|
47
|
-
<g>
|
|
48
|
-
</g>
|
|
49
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 294.843 294.843" style="enable-background:new 0 0 294.843 294.843;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M147.421,0c-3.313,0-6,2.687-6,6s2.687,6,6,6c74.671,0,135.421,60.75,135.421,135.421s-60.75,135.421-135.421,135.421
|
|
7
|
+
S12,222.093,12,147.421c0-50.804,28.042-96.902,73.183-120.305c2.942-1.525,4.09-5.146,2.565-8.088
|
|
8
|
+
c-1.525-2.942-5.147-4.09-8.088-2.565C30.524,41.937,0,92.118,0,147.421c0,81.289,66.133,147.421,147.421,147.421
|
|
9
|
+
s147.421-66.133,147.421-147.421S228.71,0,147.421,0z"/>
|
|
10
|
+
<path d="M205.213,71.476c-16.726-12.747-36.71-19.484-57.792-19.484c-52.62,0-95.43,42.81-95.43,95.43s42.81,95.43,95.43,95.43
|
|
11
|
+
c25.49,0,49.455-9.926,67.479-27.951c2.343-2.343,2.343-6.142,0-8.485c-2.343-2.343-6.143-2.343-8.485,0
|
|
12
|
+
c-15.758,15.758-36.709,24.436-58.994,24.436c-46.003,0-83.43-37.426-83.43-83.43s37.426-83.43,83.43-83.43
|
|
13
|
+
c36.894,0,69.843,24.715,80.126,60.104c0.924,3.182,4.253,5.011,7.436,4.087c3.182-0.925,5.012-4.254,4.087-7.436
|
|
14
|
+
C233.422,101.308,221.398,83.809,205.213,71.476z"/>
|
|
15
|
+
<path d="M217.773,129.262c-2.344-2.343-6.143-2.343-8.485,0c-2.343,2.343-2.343,6.142,0,8.485l22.57,22.571
|
|
16
|
+
c1.125,1.125,2.651,1.757,4.243,1.757s3.118-0.632,4.243-1.757l22.57-22.571c2.343-2.343,2.343-6.142,0-8.485
|
|
17
|
+
c-2.344-2.343-6.143-2.343-8.485,0l-18.328,18.328L217.773,129.262z"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g>
|
|
20
|
+
</g>
|
|
21
|
+
<g>
|
|
22
|
+
</g>
|
|
23
|
+
<g>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
</g>
|
|
27
|
+
<g>
|
|
28
|
+
</g>
|
|
29
|
+
<g>
|
|
30
|
+
</g>
|
|
31
|
+
<g>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
</g>
|
|
35
|
+
<g>
|
|
36
|
+
</g>
|
|
37
|
+
<g>
|
|
38
|
+
</g>
|
|
39
|
+
<g>
|
|
40
|
+
</g>
|
|
41
|
+
<g>
|
|
42
|
+
</g>
|
|
43
|
+
<g>
|
|
44
|
+
</g>
|
|
45
|
+
<g>
|
|
46
|
+
</g>
|
|
47
|
+
<g>
|
|
48
|
+
</g>
|
|
49
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
3
|
-
viewBox="0 0 512.005 512.005" style="enable-background:new 0 0 512.005 512.005;" xml:space="preserve">
|
|
4
|
-
<g>
|
|
5
|
-
<g>
|
|
6
|
-
<path d="M388.418,240.923L153.751,6.256c-8.341-8.341-21.824-8.341-30.165,0s-8.341,21.824,0,30.165L343.17,256.005
|
|
7
|
-
L123.586,475.589c-8.341,8.341-8.341,21.824,0,30.165c4.16,4.16,9.621,6.251,15.083,6.251c5.461,0,10.923-2.091,15.083-6.251
|
|
8
|
-
l234.667-234.667C396.759,262.747,396.759,249.264,388.418,240.923z"/>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
3
|
+
viewBox="0 0 512.005 512.005" style="enable-background:new 0 0 512.005 512.005;" xml:space="preserve">
|
|
4
|
+
<g>
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M388.418,240.923L153.751,6.256c-8.341-8.341-21.824-8.341-30.165,0s-8.341,21.824,0,30.165L343.17,256.005
|
|
7
|
+
L123.586,475.589c-8.341,8.341-8.341,21.824,0,30.165c4.16,4.16,9.621,6.251,15.083,6.251c5.461,0,10.923-2.091,15.083-6.251
|
|
8
|
+
l234.667-234.667C396.759,262.747,396.759,249.264,388.418,240.923z"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
3
|
-
viewBox="0 0 53 53" style="enable-background:new 0 0 53 53;" xml:space="preserve">
|
|
4
|
-
<path style="fill:#EBC2B5;" d="M18.613,41.552l-7.907,4.313c-0.464,0.253-0.881,0.564-1.269,0.903C14.047,50.655,19.998,53,26.5,53
|
|
5
|
-
c6.454,0,12.367-2.31,16.964-6.144c-0.424-0.358-0.884-0.68-1.394-0.934l-8.467-4.233c-1.094-0.547-1.785-1.665-1.785-2.888v-3.322
|
|
6
|
-
c0.238-0.271,0.51-0.619,0.801-1.03c1.154-1.63,2.027-3.423,2.632-5.304c1.086-0.335,1.886-1.338,1.886-2.53v-3.546
|
|
7
|
-
c0-0.78-0.347-1.477-0.886-1.965v-5.126c0,0,1.053-7.977-9.75-7.977s-9.75,7.977-9.75,7.977v5.126
|
|
8
|
-
c-0.54,0.488-0.886,1.185-0.886,1.965v3.546c0,0.934,0.491,1.756,1.226,2.231c0.886,3.857,3.206,6.633,3.206,6.633v3.24
|
|
9
|
-
C20.296,39.899,19.65,40.986,18.613,41.552z"/>
|
|
10
|
-
<path style="fill:#BF360C;" d="M26.953,0.004C12.32-0.246,0.254,11.414,0.004,26.047C-0.138,34.344,3.56,41.801,9.448,46.76
|
|
11
|
-
c0.385-0.336,0.798-0.644,1.257-0.894l7.907-4.313c1.037-0.566,1.683-1.653,1.683-2.835v-3.24c0,0-2.321-2.776-3.206-6.633
|
|
12
|
-
c-0.734-0.475-1.226-1.296-1.226-2.231v-3.546c0-0.78,0.347-1.477,0.886-1.965v-5.126c0,0-1.053-7.977,9.75-7.977
|
|
13
|
-
s9.75,7.977,9.75,7.977v5.126c0.54,0.488,0.886,1.185,0.886,1.965v3.546c0,1.192-0.8,2.195-1.886,2.53
|
|
14
|
-
c-0.605,1.881-1.478,3.674-2.632,5.304c-0.291,0.411-0.563,0.759-0.801,1.03V38.8c0,1.223,0.691,2.342,1.785,2.888l8.467,4.233
|
|
15
|
-
c0.508,0.254,0.967,0.575,1.39,0.932c5.71-4.762,9.399-11.882,9.536-19.9C53.246,12.32,41.587,0.254,26.953,0.004z"/>
|
|
16
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
3
|
+
viewBox="0 0 53 53" style="enable-background:new 0 0 53 53;" xml:space="preserve">
|
|
4
|
+
<path style="fill:#EBC2B5;" d="M18.613,41.552l-7.907,4.313c-0.464,0.253-0.881,0.564-1.269,0.903C14.047,50.655,19.998,53,26.5,53
|
|
5
|
+
c6.454,0,12.367-2.31,16.964-6.144c-0.424-0.358-0.884-0.68-1.394-0.934l-8.467-4.233c-1.094-0.547-1.785-1.665-1.785-2.888v-3.322
|
|
6
|
+
c0.238-0.271,0.51-0.619,0.801-1.03c1.154-1.63,2.027-3.423,2.632-5.304c1.086-0.335,1.886-1.338,1.886-2.53v-3.546
|
|
7
|
+
c0-0.78-0.347-1.477-0.886-1.965v-5.126c0,0,1.053-7.977-9.75-7.977s-9.75,7.977-9.75,7.977v5.126
|
|
8
|
+
c-0.54,0.488-0.886,1.185-0.886,1.965v3.546c0,0.934,0.491,1.756,1.226,2.231c0.886,3.857,3.206,6.633,3.206,6.633v3.24
|
|
9
|
+
C20.296,39.899,19.65,40.986,18.613,41.552z"/>
|
|
10
|
+
<path style="fill:#BF360C;" d="M26.953,0.004C12.32-0.246,0.254,11.414,0.004,26.047C-0.138,34.344,3.56,41.801,9.448,46.76
|
|
11
|
+
c0.385-0.336,0.798-0.644,1.257-0.894l7.907-4.313c1.037-0.566,1.683-1.653,1.683-2.835v-3.24c0,0-2.321-2.776-3.206-6.633
|
|
12
|
+
c-0.734-0.475-1.226-1.296-1.226-2.231v-3.546c0-0.78,0.347-1.477,0.886-1.965v-5.126c0,0-1.053-7.977,9.75-7.977
|
|
13
|
+
s9.75,7.977,9.75,7.977v5.126c0.54,0.488,0.886,1.185,0.886,1.965v3.546c0,1.192-0.8,2.195-1.886,2.53
|
|
14
|
+
c-0.605,1.881-1.478,3.674-2.632,5.304c-0.291,0.411-0.563,0.759-0.801,1.03V38.8c0,1.223,0.691,2.342,1.785,2.888l8.467,4.233
|
|
15
|
+
c0.508,0.254,0.967,0.575,1.39,0.932c5.71-4.762,9.399-11.882,9.536-19.9C53.246,12.32,41.587,0.254,26.953,0.004z"/>
|
|
16
|
+
</svg>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"consumptionCombined": "{{consumptionCombined}}l/100km (komb)*",
|
|
3
|
-
"co2": "{{co2}}g CO2/km (komb)*",
|
|
4
|
-
"weDeliverMagdeburg": "Wir liefern Ihr Auto zu Ihnen nach Magdeburg!",
|
|
5
|
-
"weDeliverToYou": "Wir liefern Ihr Auto zu Ihnen!",
|
|
6
|
-
"withoutDeposit": "ohne Anzahlung",
|
|
7
|
-
"dealerWarranty": "Händlergarantie",
|
|
8
|
-
"availableImmediately": "sofort lieferbar",
|
|
9
|
-
"partsExchange": "Inzahlungsnahme",
|
|
10
|
-
"monthlyFrom": "monatlich ab",
|
|
11
|
-
"monthlyFromShort": "mtl. ab",
|
|
12
|
-
"insteadOf": "Statt",
|
|
13
|
-
"vatIncluded": "inkl. MwSt.",
|
|
14
|
-
"secureOffer": "Angebot sichern",
|
|
15
|
-
"adjustFinancingDetails": "Finanzierungsdetails anpassen",
|
|
16
|
-
"financingDetails": "Finanzierungsdetails",
|
|
17
|
-
"saveUp": "{{discount}} {{currency}} sparen",
|
|
18
|
-
"warranty": "garantie",
|
|
19
|
-
"promoCheck": "geprüft",
|
|
20
|
-
"promoEasy": "einfach",
|
|
21
|
-
"promoSafe": "sicher",
|
|
22
|
-
"promoBuy": "kaufen",
|
|
23
|
-
"from": "ab",
|
|
24
|
-
"neu": "neu"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"consumptionCombined": "{{consumptionCombined}}l/100km (komb)*",
|
|
3
|
+
"co2": "{{co2}}g CO2/km (komb)*",
|
|
4
|
+
"weDeliverMagdeburg": "Wir liefern Ihr Auto zu Ihnen nach Magdeburg!",
|
|
5
|
+
"weDeliverToYou": "Wir liefern Ihr Auto zu Ihnen!",
|
|
6
|
+
"withoutDeposit": "ohne Anzahlung",
|
|
7
|
+
"dealerWarranty": "Händlergarantie",
|
|
8
|
+
"availableImmediately": "sofort lieferbar",
|
|
9
|
+
"partsExchange": "Inzahlungsnahme",
|
|
10
|
+
"monthlyFrom": "monatlich ab",
|
|
11
|
+
"monthlyFromShort": "mtl. ab",
|
|
12
|
+
"insteadOf": "Statt",
|
|
13
|
+
"vatIncluded": "inkl. MwSt.",
|
|
14
|
+
"secureOffer": "Angebot sichern",
|
|
15
|
+
"adjustFinancingDetails": "Finanzierungsdetails anpassen",
|
|
16
|
+
"financingDetails": "Finanzierungsdetails",
|
|
17
|
+
"saveUp": "{{discount}} {{currency}} sparen",
|
|
18
|
+
"warranty": "garantie",
|
|
19
|
+
"promoCheck": "geprüft",
|
|
20
|
+
"promoEasy": "einfach",
|
|
21
|
+
"promoSafe": "sicher",
|
|
22
|
+
"promoBuy": "kaufen",
|
|
23
|
+
"from": "ab",
|
|
24
|
+
"neu": "neu"
|
|
25
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"consumptionCombined": "{{consumptionCombined}}/100km (comb)*",
|
|
3
|
-
"co2": "{{co2}}g CO2/km (comb)*",
|
|
4
|
-
"weDeliverMagdeburg": "We will deliver your car to Magdeburg!",
|
|
5
|
-
"weDeliverToYou": "We deliver your car to you!",
|
|
6
|
-
"withoutDeposit": "Without Deposit",
|
|
7
|
-
"dealerWarranty": "Dealer Warranty",
|
|
8
|
-
"availableImmediately": "Available Immediately",
|
|
9
|
-
"partsExchange": "Parts Exchange",
|
|
10
|
-
"monthlyFrom": "monthly from",
|
|
11
|
-
"monthlyFromShort": "mtl. fr",
|
|
12
|
-
"insteadOf": "Instead of",
|
|
13
|
-
"vatIncluded": "VAT incl.",
|
|
14
|
-
"secureOffer": "Secure offer",
|
|
15
|
-
"adjustFinancingDetails": "Adjust financing details",
|
|
16
|
-
"financingDetails": "Financing details",
|
|
17
|
-
"saveUp": "{{discount}} {{currency}}",
|
|
18
|
-
"warranty": "warranty",
|
|
19
|
-
"promoCheck": "checked",
|
|
20
|
-
"promoEasy": "easy",
|
|
21
|
-
"promoSafe": "safe",
|
|
22
|
-
"promoBuy": "buy",
|
|
23
|
-
"from": "from",
|
|
24
|
-
"neu": "new"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"consumptionCombined": "{{consumptionCombined}}/100km (comb)*",
|
|
3
|
+
"co2": "{{co2}}g CO2/km (comb)*",
|
|
4
|
+
"weDeliverMagdeburg": "We will deliver your car to Magdeburg!",
|
|
5
|
+
"weDeliverToYou": "We deliver your car to you!",
|
|
6
|
+
"withoutDeposit": "Without Deposit",
|
|
7
|
+
"dealerWarranty": "Dealer Warranty",
|
|
8
|
+
"availableImmediately": "Available Immediately",
|
|
9
|
+
"partsExchange": "Parts Exchange",
|
|
10
|
+
"monthlyFrom": "monthly from",
|
|
11
|
+
"monthlyFromShort": "mtl. fr",
|
|
12
|
+
"insteadOf": "Instead of",
|
|
13
|
+
"vatIncluded": "VAT incl.",
|
|
14
|
+
"secureOffer": "Secure offer",
|
|
15
|
+
"adjustFinancingDetails": "Adjust financing details",
|
|
16
|
+
"financingDetails": "Financing details",
|
|
17
|
+
"saveUp": "{{discount}} {{currency}}",
|
|
18
|
+
"warranty": "warranty",
|
|
19
|
+
"promoCheck": "checked",
|
|
20
|
+
"promoEasy": "easy",
|
|
21
|
+
"promoSafe": "safe",
|
|
22
|
+
"promoBuy": "buy",
|
|
23
|
+
"from": "from",
|
|
24
|
+
"neu": "new"
|
|
25
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#4C4E64" fill-opacity="0.54"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#4C4E64" fill-opacity="0.54"/>
|
|
3
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="mask0_8848_71350" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
|
|
3
|
-
<rect width="24" height="24" fill="#D9D9D9"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0_8848_71350)">
|
|
6
|
-
<path d="M6 19H9.35V13.05H14.65V19H18V10L12 5.475L6 10V19ZM6 20.5C5.58333 20.5 5.22933 20.354 4.938 20.062C4.646 19.7707 4.5 19.4167 4.5 19V10C4.5 9.76667 4.554 9.54167 4.662 9.325C4.77067 9.10833 4.91667 8.93333 5.1 8.8L11.1 4.275C11.2333 4.175 11.375 4.104 11.525 4.062C11.675 4.02067 11.8333 4 12 4C12.1667 4 12.325 4.02067 12.475 4.062C12.625 4.104 12.7667 4.175 12.9 4.275L18.9 8.8C19.0833 8.93333 19.229 9.10833 19.337 9.325C19.4457 9.54167 19.5 9.76667 19.5 10V19C19.5 19.4167 19.354 19.7707 19.062 20.062C18.7707 20.354 18.4167 20.5 18 20.5H13.15V14.55H10.85V20.5H6Z" fill="#4C4E64" fill-opacity="0.68"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0_8848_71350" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
|
|
3
|
+
<rect width="24" height="24" fill="#D9D9D9"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_8848_71350)">
|
|
6
|
+
<path d="M6 19H9.35V13.05H14.65V19H18V10L12 5.475L6 10V19ZM6 20.5C5.58333 20.5 5.22933 20.354 4.938 20.062C4.646 19.7707 4.5 19.4167 4.5 19V10C4.5 9.76667 4.554 9.54167 4.662 9.325C4.77067 9.10833 4.91667 8.93333 5.1 8.8L11.1 4.275C11.2333 4.175 11.375 4.104 11.525 4.062C11.675 4.02067 11.8333 4 12 4C12.1667 4 12.325 4.02067 12.475 4.062C12.625 4.104 12.7667 4.175 12.9 4.275L18.9 8.8C19.0833 8.93333 19.229 9.10833 19.337 9.325C19.4457 9.54167 19.5 9.76667 19.5 10V19C19.5 19.4167 19.354 19.7707 19.062 20.062C18.7707 20.354 18.4167 20.5 18 20.5H13.15V14.55H10.85V20.5H6Z" fill="#4C4E64" fill-opacity="0.68"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
+
<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,8 +1,8 @@
|
|
|
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
|
+
<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,6 +1,6 @@
|
|
|
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
|
+
<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,9 +1,9 @@
|
|
|
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>
|
|
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>
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
+
<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>
|