@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,23 +1,23 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPanoramicRoof = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 41.5 38"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<switch>
|
|
14
|
-
<g fill="#231f20">
|
|
15
|
-
<path d="M9.7 13.8c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.7 4-4 4zm0-7.4c-1.8 0-3.3 1.5-3.3 3.3S7.9 13 9.7 13 13 11.5 13 9.7s-1.4-3.3-3.3-3.3zM9.7 4.2c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v3.5c.1.2-.1.4-.3.4zM5.6 5.9c-.1 0-.2 0-.2-.1L2.9 3.3c-.2-.1-.2-.3 0-.4.1-.1.4-.1.5 0l2.5 2.5c.1.1.1.3-.1.4 0 .1-.1.1-.2.1zM3.9 10.1H.3c-.1 0-.3-.2-.3-.4s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.4-.2.4zM3.1 16.7c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM9.7 19.5c-.2 0-.3-.2-.3-.3v-3.5c0-.2.2-.3.3-.3s.3.2.3.3v3.5c.1.1-.1.3-.3.3zM16.4 16.7c-.1 0-.2 0-.2-.1l-2.5-2.5c-.1-.1-.1-.4 0-.5s.4-.1.5 0l2.5 2.5c.1.1.1.4 0 .5-.2.1-.2.1-.3.1zM19.1 10.1h-3.5c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.3-.3.3zM13.9 5.9c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM33.8 38h-6.6c-4 0-5-4.9-5-4.9V18.9h-2.4c-.2 0-.3-.2-.3-.3 0-1.9 2.1-3 2.8-3.3V9.5c0-4.2 5-5 5.1-5h6.1c.1 0 5.2.8 5.2 5v5.8c.7.3 2.8 1.4 2.8 3.3 0 .2-.2.3-.3.3h-2.4V33c-.1.2-1 5-5 5zM20.2 18.3h2.4c.2 0 .3.2.3.3v14.5c0 .1.8 4.3 4.3 4.3h6.6c3.4 0 4.3-4.3 4.3-4.3V18.7c0-.2.2-.3.3-.3h2.4c-.3-1.5-2.5-2.4-2.6-2.4-.1-.1-.2-.2-.2-.3V9.5c0-3.5-4.3-4.2-4.5-4.3h-6c-.1 0-4.5.7-4.5 4.3v6.1c0 .1-.1.3-.2.3s-2.3.9-2.6 2.4z" />
|
|
16
|
-
<path d="M34.8 18.5h-8.6c-.1 0-.3-.1-.3-.2l-1.4-3.4c-.1-.2 0-.3.1-.4 2.2-1.5 5.7-1.5 5.9-1.5.1 0 3.7 0 5.9 1.5.1.1.2.3.1.4l-1.4 3.4c-.1.1-.2.2-.3.2zm-8.4-.7h8.1l1.2-2.9c-2-1.2-5.2-1.2-5.2-1.2s-3.2 0-5.2 1.2zM34.7 26.4h-8.4c-.2 0-.3-.2-.3-.3v-5c0-.2.2-.3.3-.3h8.4c.2 0 .3.2.3.3v5c0 .2-.1.3-.3.3zm-8.1-.7h7.7v-4.3h-7.7zM30.5 34c-3.8 0-5.8-1.2-5.9-1.3s-.2-.3-.1-.4l1.3-3.4c.1-.1.2-.2.3-.2h8.7c.1 0 .3.1.3.2l1.3 3.4c.1.2 0 .3-.1.4S34.2 34 30.5 34zm-5.3-1.7c.6.3 2.4 1 5.2 1s4.6-.7 5.2-1l-1.1-2.9h-8.2z" />
|
|
17
|
-
</g>
|
|
18
|
-
</switch>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
export default SvgPanoramicRoof;
|
|
23
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPanoramicRoof = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 41.5 38"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<switch>
|
|
14
|
+
<g fill="#231f20">
|
|
15
|
+
<path d="M9.7 13.8c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.7 4-4 4zm0-7.4c-1.8 0-3.3 1.5-3.3 3.3S7.9 13 9.7 13 13 11.5 13 9.7s-1.4-3.3-3.3-3.3zM9.7 4.2c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v3.5c.1.2-.1.4-.3.4zM5.6 5.9c-.1 0-.2 0-.2-.1L2.9 3.3c-.2-.1-.2-.3 0-.4.1-.1.4-.1.5 0l2.5 2.5c.1.1.1.3-.1.4 0 .1-.1.1-.2.1zM3.9 10.1H.3c-.1 0-.3-.2-.3-.4s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.4-.2.4zM3.1 16.7c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM9.7 19.5c-.2 0-.3-.2-.3-.3v-3.5c0-.2.2-.3.3-.3s.3.2.3.3v3.5c.1.1-.1.3-.3.3zM16.4 16.7c-.1 0-.2 0-.2-.1l-2.5-2.5c-.1-.1-.1-.4 0-.5s.4-.1.5 0l2.5 2.5c.1.1.1.4 0 .5-.2.1-.2.1-.3.1zM19.1 10.1h-3.5c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.3-.3.3zM13.9 5.9c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM33.8 38h-6.6c-4 0-5-4.9-5-4.9V18.9h-2.4c-.2 0-.3-.2-.3-.3 0-1.9 2.1-3 2.8-3.3V9.5c0-4.2 5-5 5.1-5h6.1c.1 0 5.2.8 5.2 5v5.8c.7.3 2.8 1.4 2.8 3.3 0 .2-.2.3-.3.3h-2.4V33c-.1.2-1 5-5 5zM20.2 18.3h2.4c.2 0 .3.2.3.3v14.5c0 .1.8 4.3 4.3 4.3h6.6c3.4 0 4.3-4.3 4.3-4.3V18.7c0-.2.2-.3.3-.3h2.4c-.3-1.5-2.5-2.4-2.6-2.4-.1-.1-.2-.2-.2-.3V9.5c0-3.5-4.3-4.2-4.5-4.3h-6c-.1 0-4.5.7-4.5 4.3v6.1c0 .1-.1.3-.2.3s-2.3.9-2.6 2.4z" />
|
|
16
|
+
<path d="M34.8 18.5h-8.6c-.1 0-.3-.1-.3-.2l-1.4-3.4c-.1-.2 0-.3.1-.4 2.2-1.5 5.7-1.5 5.9-1.5.1 0 3.7 0 5.9 1.5.1.1.2.3.1.4l-1.4 3.4c-.1.1-.2.2-.3.2zm-8.4-.7h8.1l1.2-2.9c-2-1.2-5.2-1.2-5.2-1.2s-3.2 0-5.2 1.2zM34.7 26.4h-8.4c-.2 0-.3-.2-.3-.3v-5c0-.2.2-.3.3-.3h8.4c.2 0 .3.2.3.3v5c0 .2-.1.3-.3.3zm-8.1-.7h7.7v-4.3h-7.7zM30.5 34c-3.8 0-5.8-1.2-5.9-1.3s-.2-.3-.1-.4l1.3-3.4c.1-.1.2-.2.3-.2h8.7c.1 0 .3.1.3.2l1.3 3.4c.1.2 0 .3-.1.4S34.2 34 30.5 34zm-5.3-1.7c.6.3 2.4 1 5.2 1s4.6-.7 5.2-1l-1.1-2.9h-8.2z" />
|
|
17
|
+
</g>
|
|
18
|
+
</switch>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default SvgPanoramicRoof;
|
|
23
|
+
/* tslint:enable */
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgParkingAssistants = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 37.8 27.1"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<switch>
|
|
14
|
-
<g fill="#231f20">
|
|
15
|
-
<path d="M9.8 20.2c-.1 0-.2-.1-.3-.2-.8-1.5-1.3-3.1-1.3-4.8 0-1.6.3-3 1-4.4.1-.2.3-.2.5-.2.2.1.2.3.2.5-.6 1.3-1 2.7-1 4.1 0 1.6.4 3.1 1.2 4.5.1.2 0 .4-.1.5zm-2.3 3.4c-.1 0-.2 0-.3-.1-1.9-2.3-3-5.1-3-8.1 0-3.1 1.1-6.2 3-8.4.1-.1.3-.2.5 0 .1.1.2.3 0 .5-1.7 2-2.7 5-2.7 7.9 0 2.8 1 5.5 2.8 7.7.1.1.1.4 0 .5z" />
|
|
16
|
-
<path d="M6.1 27.1c-.1 0-.1 0-.2-.1C2.1 24.2 0 19.9 0 15.2s2.1-9 5.9-11.8c.1-.1.3-.1.4.1.2.1.1.3 0 .5C2.8 6.7.7 10.8.7 15.3s2 8.6 5.6 11.3c.2.1.2.3.1.5zm30.1-16.9H25.9c-.1 0-.3-.1-.3-.2v-.4l4.8-6.4c.1-.1.2-.1.3-.1l5.6-.2c.1 0 .2 0 .3.1s.1.2.1.3v6.6c-.1.1-.3.3-.5.3zm-9.6-.7h9.3V3.6l-5.1.1zm-.2 18.3c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6 5.6 2.5 5.6 5.6-2.5 5.6-5.6 5.6zm0-10.5c-2.7 0-4.9 2.2-4.9 4.9s2.2 4.9 4.9 4.9 4.9-2.2 4.9-4.9-2.2-4.9-4.9-4.9z" />
|
|
17
|
-
<path d="M37.4 21.6h-5.8c-.2 0-.3-.1-.3-.3-.4-2.4-2.4-4.1-4.8-4.1s-4.4 1.7-4.8 4.1c0 .2-.2.3-.3.3h-6c-.2 0-.3-.1-.3-.3-.2-1-1.5-9.5.8-10.8 1.9-1.1 5.2-1.4 6-1.4.7-.9 5.3-6.2 6.6-7.7C29.8-.2 36.6 0 37.4 0c.2 0 .3.2.3.4s-.2.3-.4.3c-2-.1-7.5 0-8.6 1.2-1.4 1.5-6.6 7.7-6.7 7.8s-.2.1-.3.1c0 0-3.8.2-5.8 1.3-1.4.8-1.1 6.3-.5 9.8H21c.6-2.5 2.8-4.4 5.4-4.4s4.9 1.8 5.4 4.4h5.5c.2 0 .3.2.3.3s0 .4-.2.4z" />
|
|
18
|
-
</g>
|
|
19
|
-
</switch>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default SvgParkingAssistants;
|
|
24
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgParkingAssistants = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 37.8 27.1"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<switch>
|
|
14
|
+
<g fill="#231f20">
|
|
15
|
+
<path d="M9.8 20.2c-.1 0-.2-.1-.3-.2-.8-1.5-1.3-3.1-1.3-4.8 0-1.6.3-3 1-4.4.1-.2.3-.2.5-.2.2.1.2.3.2.5-.6 1.3-1 2.7-1 4.1 0 1.6.4 3.1 1.2 4.5.1.2 0 .4-.1.5zm-2.3 3.4c-.1 0-.2 0-.3-.1-1.9-2.3-3-5.1-3-8.1 0-3.1 1.1-6.2 3-8.4.1-.1.3-.2.5 0 .1.1.2.3 0 .5-1.7 2-2.7 5-2.7 7.9 0 2.8 1 5.5 2.8 7.7.1.1.1.4 0 .5z" />
|
|
16
|
+
<path d="M6.1 27.1c-.1 0-.1 0-.2-.1C2.1 24.2 0 19.9 0 15.2s2.1-9 5.9-11.8c.1-.1.3-.1.4.1.2.1.1.3 0 .5C2.8 6.7.7 10.8.7 15.3s2 8.6 5.6 11.3c.2.1.2.3.1.5zm30.1-16.9H25.9c-.1 0-.3-.1-.3-.2v-.4l4.8-6.4c.1-.1.2-.1.3-.1l5.6-.2c.1 0 .2 0 .3.1s.1.2.1.3v6.6c-.1.1-.3.3-.5.3zm-9.6-.7h9.3V3.6l-5.1.1zm-.2 18.3c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6 5.6 2.5 5.6 5.6-2.5 5.6-5.6 5.6zm0-10.5c-2.7 0-4.9 2.2-4.9 4.9s2.2 4.9 4.9 4.9 4.9-2.2 4.9-4.9-2.2-4.9-4.9-4.9z" />
|
|
17
|
+
<path d="M37.4 21.6h-5.8c-.2 0-.3-.1-.3-.3-.4-2.4-2.4-4.1-4.8-4.1s-4.4 1.7-4.8 4.1c0 .2-.2.3-.3.3h-6c-.2 0-.3-.1-.3-.3-.2-1-1.5-9.5.8-10.8 1.9-1.1 5.2-1.4 6-1.4.7-.9 5.3-6.2 6.6-7.7C29.8-.2 36.6 0 37.4 0c.2 0 .3.2.3.4s-.2.3-.4.3c-2-.1-7.5 0-8.6 1.2-1.4 1.5-6.6 7.7-6.7 7.8s-.2.1-.3.1c0 0-3.8.2-5.8 1.3-1.4.8-1.1 6.3-.5 9.8H21c.6-2.5 2.8-4.4 5.4-4.4s4.9 1.8 5.4 4.4h5.5c.2 0 .3.2.3.3s0 .4-.2.4z" />
|
|
18
|
+
</g>
|
|
19
|
+
</switch>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default SvgParkingAssistants;
|
|
24
|
+
/* tslint:enable */
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPickYourself = () => (
|
|
5
|
-
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">
|
|
6
|
-
<circle cx="25" cy="25" r="23.5" stroke="#A7A7A7" strokeWidth="3" />
|
|
7
|
-
<rect x="10" y="16" width="30" height="18" fill="url(#pattern0)" />
|
|
8
|
-
<defs>
|
|
9
|
-
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
10
|
-
<use xlinkHref="#image0" transform="translate(-0.0025) scale(0.0075 0.0125)" />
|
|
11
|
-
</pattern>
|
|
12
|
-
<image id="image0" width="134" height="80" xlinkHref="data:image/png;base64,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" />
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
15
|
-
|
|
16
|
-
);
|
|
17
|
-
export default SvgPickYourself;
|
|
18
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPickYourself = () => (
|
|
5
|
+
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">
|
|
6
|
+
<circle cx="25" cy="25" r="23.5" stroke="#A7A7A7" strokeWidth="3" />
|
|
7
|
+
<rect x="10" y="16" width="30" height="18" fill="url(#pattern0)" />
|
|
8
|
+
<defs>
|
|
9
|
+
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
10
|
+
<use xlinkHref="#image0" transform="translate(-0.0025) scale(0.0075 0.0125)" />
|
|
11
|
+
</pattern>
|
|
12
|
+
<image id="image0" width="134" height="80" xlinkHref="data:image/png;base64,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" />
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
15
|
+
|
|
16
|
+
);
|
|
17
|
+
export default SvgPickYourself;
|
|
18
|
+
/* tslint:enable */
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPlusIcon = () => (
|
|
5
|
-
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M14 7.24048C14 7.79276 13.5523 8.24048 13 8.24048H8V13.2405C8 13.7928 7.55228 14.2405 7 14.2405C6.44772 14.2405 6 13.7928 6 13.2405V8.24048H1C0.447715 8.24048 0 7.79276 0 7.24048C0 6.68819 0.447715 6.24048 1 6.24048H6V1.24048C6 0.688194 6.44772 0.240479 7 0.240479C7.55228 0.240479 8 0.688194 8 1.24048V6.24048H13C13.5523 6.24048 14 6.68819 14 7.24048Z" fill="#005CCB" />
|
|
7
|
-
</svg>
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
export default SvgPlusIcon;
|
|
11
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPlusIcon = () => (
|
|
5
|
+
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M14 7.24048C14 7.79276 13.5523 8.24048 13 8.24048H8V13.2405C8 13.7928 7.55228 14.2405 7 14.2405C6.44772 14.2405 6 13.7928 6 13.2405V8.24048H1C0.447715 8.24048 0 7.79276 0 7.24048C0 6.68819 0.447715 6.24048 1 6.24048H6V1.24048C6 0.688194 6.44772 0.240479 7 0.240479C7.55228 0.240479 8 0.688194 8 1.24048V6.24048H13C13.5523 6.24048 14 6.68819 14 7.24048Z" fill="#005CCB" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
export default SvgPlusIcon;
|
|
11
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const Power = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 20 23"
|
|
7
|
-
width="20"
|
|
8
|
-
height="20"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<g>
|
|
13
|
-
<path d="M13.5592 8.71254V3.11792C14.3606 2.72606 20.3591 7.15313 19.9831 12.2768C19.607 17.4005 15.6224 22.3076 9.99152 22.2683C4.36068 22.2291 1.49691e-05 17.6891 0 12.2768C-1.61609e-05 6.43366 6.10065 2.6773 6.37561 3.11792V8.71254C6.37561 8.71254 4.97136 10.7844 4.99576 12.2768C5.04088 15.0355 7.23244 17.2726 9.99152 17.2726C12.7506 17.2726 14.8886 15.0341 14.9873 12.2768C15.04 10.8028 13.5592 8.71254 13.5592 8.71254Z" fill="#1D1D1B" />
|
|
14
|
-
<path d="M12.3528 8.75881V2.36095C12.3528 1.05704 11.2957 0 9.99181 0C8.68789 0 7.63086 1.05704 7.63086 2.36096V8.75881C7.63086 10.0627 8.68789 11.1198 9.99181 11.1198C11.2957 11.1198 12.3528 10.0627 12.3528 8.75881Z" fill="#D50098" />
|
|
15
|
-
</g>
|
|
16
|
-
</switch>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default Power;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const Power = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 20 23"
|
|
7
|
+
width="20"
|
|
8
|
+
height="20"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<g>
|
|
13
|
+
<path d="M13.5592 8.71254V3.11792C14.3606 2.72606 20.3591 7.15313 19.9831 12.2768C19.607 17.4005 15.6224 22.3076 9.99152 22.2683C4.36068 22.2291 1.49691e-05 17.6891 0 12.2768C-1.61609e-05 6.43366 6.10065 2.6773 6.37561 3.11792V8.71254C6.37561 8.71254 4.97136 10.7844 4.99576 12.2768C5.04088 15.0355 7.23244 17.2726 9.99152 17.2726C12.7506 17.2726 14.8886 15.0341 14.9873 12.2768C15.04 10.8028 13.5592 8.71254 13.5592 8.71254Z" fill="#1D1D1B" />
|
|
14
|
+
<path d="M12.3528 8.75881V2.36095C12.3528 1.05704 11.2957 0 9.99181 0C8.68789 0 7.63086 1.05704 7.63086 2.36096V8.75881C7.63086 10.0627 8.68789 11.1198 9.99181 11.1198C11.2957 11.1198 12.3528 10.0627 12.3528 8.75881Z" fill="#D50098" />
|
|
15
|
+
</g>
|
|
16
|
+
</switch>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default Power;
|
|
21
|
+
/* tslint:enable */
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPs = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 25 25"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path d="M21.6453 11.1141C21.6453 11.1141 21.6467 13.302 21.6467 14.7929M21.6421 18.6516C21.6421 18.6516 21.6467 16.256 21.6467 14.7929M2.69604 18.4987V14.7975M2.69604 11.0962V14.7975M9.39218 5.46521H13.0438M16.6953 5.46521H13.0438M2.69604 14.7975H4.78422M13.0438 5.46521V8.91799M21.6467 14.7929C20.8205 14.7929 19.3361 14.7975 19.3361 14.7975M4.85065 16.0643V17.2802C4.85065 17.3113 4.86513 17.3406 4.88982 17.3595L8.97506 20.4911C8.99252 20.5045 9.0139 20.5117 9.0359 20.5117L17.2534 20.5108C17.2878 20.5108 17.3198 20.4931 17.3381 20.4639L19.2535 17.4053C19.2634 17.3894 19.2687 17.3711 19.2687 17.3523L19.2771 12.2443C19.2771 12.2258 19.272 12.2077 19.2623 12.1919L17.3374 9.05544C17.3192 9.02581 17.2869 9.00775 17.2521 9.00775H13.6814L11.4954 9.0096H9.04608C9.02356 9.0096 9.0017 9.0172 8.98404 9.03117L4.87604 12.2803C4.85207 12.2993 4.83808 12.3282 4.83808 12.3587V13.9281L4.85065 16.0643Z" stroke="#616376" strokeLinecap="round"/>
|
|
13
|
-
<path d="M11.115 14.7688H10.0513V14.3395H11.115C11.3209 14.3395 11.4877 14.3067 11.6153 14.2411C11.7429 14.1755 11.8359 14.0843 11.8942 13.9677C11.9544 13.851 11.9844 13.718 11.9844 13.5685C11.9844 13.4318 11.9544 13.3033 11.8942 13.183C11.8359 13.0626 11.7429 12.966 11.6153 12.8931C11.4877 12.8184 11.3209 12.781 11.115 12.781H10.1744V16.3301H9.64666V12.349H11.115C11.4157 12.349 11.67 12.401 11.8778 12.5049C12.0856 12.6088 12.2433 12.7528 12.3508 12.9369C12.4584 13.1192 12.5122 13.3279 12.5122 13.563C12.5122 13.8182 12.4584 14.036 12.3508 14.2165C12.2433 14.397 12.0856 14.5346 11.8778 14.6294C11.67 14.7223 11.4157 14.7688 11.115 14.7688ZM15.5251 15.3239C15.5251 15.2309 15.5105 15.1489 15.4813 15.0778C15.454 15.0049 15.4048 14.9393 15.3337 14.8809C15.2644 14.8226 15.1678 14.767 15.0439 14.7141C14.9217 14.6613 14.7668 14.6075 14.579 14.5528C14.3822 14.4945 14.2044 14.4298 14.0459 14.3587C13.8873 14.2858 13.7515 14.2028 13.6385 14.1099C13.5254 14.0169 13.4389 13.9103 13.3787 13.79C13.3185 13.6696 13.2885 13.532 13.2885 13.3771C13.2885 13.2221 13.3204 13.079 13.3842 12.9478C13.448 12.8166 13.5391 12.7026 13.6576 12.606C13.7779 12.5076 13.921 12.431 14.0869 12.3763C14.2527 12.3217 14.4378 12.2943 14.6419 12.2943C14.9409 12.2943 15.1942 12.3517 15.402 12.4666C15.6117 12.5796 15.7712 12.7282 15.8805 12.9123C15.9899 13.0945 16.0446 13.2896 16.0446 13.4974H15.5196C15.5196 13.3479 15.4877 13.2158 15.4239 13.1009C15.3601 12.9843 15.2635 12.8931 15.1341 12.8275C15.0047 12.7601 14.8406 12.7263 14.6419 12.7263C14.4542 12.7263 14.2992 12.7546 14.1771 12.8111C14.055 12.8676 13.9638 12.9442 13.9037 13.0408C13.8453 13.1374 13.8162 13.2477 13.8162 13.3716C13.8162 13.4555 13.8335 13.532 13.8681 13.6013C13.9046 13.6687 13.9602 13.7316 14.0349 13.79C14.1115 13.8483 14.2081 13.9021 14.3248 13.9513C14.4432 14.0005 14.5845 14.0479 14.7486 14.0935C14.9746 14.1573 15.1696 14.2283 15.3337 14.3067C15.4977 14.3851 15.6326 14.4735 15.7384 14.572C15.8459 14.6686 15.9252 14.7788 15.9762 14.9028C16.0291 15.0249 16.0555 15.1635 16.0555 15.3184C16.0555 15.4806 16.0227 15.6274 15.9571 15.7586C15.8915 15.8899 15.7976 16.002 15.6755 16.0949C15.5533 16.1879 15.4066 16.2599 15.2353 16.3109C15.0657 16.3602 14.8762 16.3848 14.6665 16.3848C14.4824 16.3848 14.3011 16.3592 14.1224 16.3082C13.9456 16.2572 13.7843 16.1806 13.6385 16.0785C13.4944 15.9764 13.3787 15.8507 13.2912 15.7012C13.2055 15.5499 13.1627 15.3749 13.1627 15.1762H13.6877C13.6877 15.3129 13.7141 15.4305 13.767 15.5289C13.8198 15.6256 13.8918 15.7058 13.983 15.7696C14.0759 15.8334 14.1807 15.8807 14.2974 15.9117C14.4159 15.9409 14.5389 15.9555 14.6665 15.9555C14.8506 15.9555 15.0065 15.93 15.1341 15.8789C15.2617 15.8279 15.3583 15.755 15.4239 15.6602C15.4914 15.5654 15.5251 15.4533 15.5251 15.3239Z" fill="#616376"/>
|
|
14
|
-
<path d="M10.0513 14.7688H9.95133C9.95133 14.824 9.9961 14.8688 10.0513 14.8688V14.7688ZM10.0513 14.3395V14.2395C9.9961 14.2395 9.95133 14.2843 9.95133 14.3395H10.0513ZM11.8942 13.9677L11.8053 13.9218L11.8048 13.923L11.8942 13.9677ZM11.8942 13.183L11.8042 13.2266L11.8048 13.2277L11.8942 13.183ZM11.6153 12.8931L11.5648 12.9794L11.5657 12.9799L11.6153 12.8931ZM10.1744 12.781V12.681C10.1191 12.681 10.0744 12.7258 10.0744 12.781H10.1744ZM10.1744 16.3301V16.4301C10.2296 16.4301 10.2744 16.3853 10.2744 16.3301H10.1744ZM9.64666 16.3301H9.54666C9.54666 16.3853 9.59143 16.4301 9.64666 16.4301V16.3301ZM9.64666 12.349V12.249C9.59143 12.249 9.54666 12.2938 9.54666 12.349H9.64666ZM12.3508 12.9369L12.2645 12.9873L12.2647 12.9877L12.3508 12.9369ZM11.8778 14.6294L11.9186 14.7207L11.9193 14.7204L11.8778 14.6294ZM11.115 14.6688H10.0513V14.8688H11.115V14.6688ZM10.1513 14.7688V14.3395H9.95133V14.7688H10.1513ZM10.0513 14.4395H11.115V14.2395H10.0513V14.4395ZM11.115 14.4395C11.3304 14.4395 11.5145 14.4054 11.6611 14.33L11.5696 14.1522C11.4609 14.2081 11.3115 14.2395 11.115 14.2395V14.4395ZM11.6611 14.33C11.8056 14.2557 11.9149 14.15 11.9837 14.0124L11.8048 13.923C11.7569 14.0187 11.6803 14.0953 11.5696 14.1522L11.6611 14.33ZM11.9831 14.0135C12.0515 13.8808 12.0844 13.7317 12.0844 13.5685H11.8844C11.8844 13.7042 11.8572 13.8212 11.8053 13.9219L11.9831 14.0135ZM12.0844 13.5685C12.0844 13.4165 12.0509 13.2727 11.9837 13.1382L11.8048 13.2277C11.8579 13.3339 11.8844 13.447 11.8844 13.5685H12.0844ZM11.9842 13.1393C11.9162 12.9991 11.8082 12.8882 11.6649 12.8063L11.5657 12.9799C11.6776 13.0439 11.7556 13.1262 11.8042 13.2266L11.9842 13.1393ZM11.6659 12.8068C11.5181 12.7203 11.332 12.681 11.115 12.681V12.881C11.3098 12.881 11.4574 12.9165 11.5648 12.9794L11.6659 12.8068ZM11.115 12.681H10.1744V12.881H11.115V12.681ZM10.0744 12.781V16.3301H10.2744V12.781H10.0744ZM10.1744 16.2301H9.64666V16.4301H10.1744V16.2301ZM9.74666 16.3301V12.349H9.54666V16.3301H9.74666ZM9.64666 12.449H11.115V12.249H9.64666V12.449ZM11.115 12.449C11.4046 12.449 11.6426 12.4991 11.8331 12.5943L11.9225 12.4154C11.6974 12.3028 11.4268 12.249 11.115 12.249V12.449ZM11.8331 12.5943C12.0251 12.6903 12.1676 12.8215 12.2645 12.9873L12.4372 12.8864C12.319 12.6841 12.1461 12.5272 11.9225 12.4154L11.8331 12.5943ZM12.2647 12.9877C12.3622 13.1529 12.4122 13.3437 12.4122 13.563H12.6122C12.6122 13.312 12.5546 13.0854 12.437 12.8861L12.2647 12.9877ZM12.4122 13.563C12.4122 13.8041 12.3615 14.0033 12.2649 14.1653L12.4367 14.2677C12.5553 14.0687 12.6122 13.8324 12.6122 13.563H12.4122ZM12.2649 14.1653C12.1687 14.3268 12.0273 14.4513 11.8363 14.5384L11.9193 14.7204C12.1439 14.6179 12.3179 14.4672 12.4367 14.2677L12.2649 14.1653ZM11.837 14.5381C11.6454 14.6238 11.406 14.6688 11.115 14.6688V14.8688C11.4255 14.8688 11.6946 14.8209 11.9186 14.7207L11.837 14.5381ZM15.4813 15.0778L15.3877 15.1129L15.3888 15.1157L15.4813 15.0778ZM15.3337 14.8809L15.2693 14.9574L15.2703 14.9582L15.3337 14.8809ZM15.0439 14.7141L15.0041 14.8059L15.0046 14.8061L15.0439 14.7141ZM14.579 14.5528L14.5506 14.6487L14.5511 14.6488L14.579 14.5528ZM14.0459 14.3587L14.0041 14.4495L14.005 14.4499L14.0459 14.3587ZM13.6576 12.606L13.7208 12.6835L13.7209 12.6834L13.6576 12.606ZM15.402 12.4666L15.3537 12.5541L15.3546 12.5546L15.402 12.4666ZM15.8805 12.9123L15.7946 12.9633L15.7948 12.9637L15.8805 12.9123ZM16.0446 13.4974V13.5974C16.0998 13.5974 16.1446 13.5526 16.1446 13.4974H16.0446ZM15.5196 13.4974H15.4196C15.4196 13.5526 15.4644 13.5974 15.5196 13.5974V13.4974ZM15.4239 13.1009L15.3362 13.1489L15.3365 13.1495L15.4239 13.1009ZM15.1341 12.8275L15.0879 12.9162L15.0889 12.9167L15.1341 12.8275ZM13.9037 13.0408L13.8188 12.9879L13.8181 12.9891L13.9037 13.0408ZM13.8681 13.6013L13.7786 13.646L13.7802 13.6488L13.8681 13.6013ZM14.0349 13.79L13.9734 13.8688L13.9743 13.8695L14.0349 13.79ZM14.3248 13.9513L14.2859 14.0434L14.2864 14.0436L14.3248 13.9513ZM14.7486 14.0935L14.7757 13.9972L14.7753 13.9971L14.7486 14.0935ZM15.7384 14.572L15.6702 14.6452L15.6715 14.6463L15.7384 14.572ZM15.9762 14.9028L15.8838 14.9409L15.8845 14.9425L15.9762 14.9028ZM15.6755 16.0949L15.6149 16.0154L15.6755 16.0949ZM15.2353 16.3109L15.2631 16.407L15.2638 16.4068L15.2353 16.3109ZM14.1224 16.3082L14.0947 16.4043L14.0949 16.4044L14.1224 16.3082ZM13.6385 16.0785L13.5806 16.1601L13.5811 16.1604L13.6385 16.0785ZM13.2912 15.7012L13.2042 15.7505L13.2049 15.7517L13.2912 15.7012ZM13.1627 15.1762V15.0762C13.1075 15.0762 13.0627 15.121 13.0627 15.1762H13.1627ZM13.6877 15.1762H13.7877C13.7877 15.121 13.7429 15.0762 13.6877 15.0762V15.1762ZM13.767 15.5289L13.6789 15.5763L13.6792 15.5769L13.767 15.5289ZM13.983 15.7696L13.9256 15.8515L13.9264 15.852L13.983 15.7696ZM14.2974 15.9117L14.2717 16.0084L14.2735 16.0088L14.2974 15.9117ZM15.4239 15.6602L15.3424 15.6022L15.3417 15.6033L15.4239 15.6602ZM15.6251 15.3239C15.6251 15.2206 15.6089 15.1252 15.5739 15.0398L15.3888 15.1157C15.4121 15.1725 15.4251 15.2413 15.4251 15.3239H15.6251ZM15.575 15.0427C15.5404 14.9505 15.4793 14.8711 15.3971 14.8036L15.2703 14.9582C15.3302 15.0074 15.3676 15.0592 15.3877 15.1129L15.575 15.0427ZM15.3981 14.8044C15.3185 14.7374 15.2122 14.6772 15.0831 14.6221L15.0046 14.8061C15.1235 14.8568 15.2103 14.9078 15.2693 14.9574L15.3981 14.8044ZM15.0836 14.6224C14.9563 14.5673 14.7971 14.5122 14.607 14.4568L14.5511 14.6488C14.7365 14.7028 14.8872 14.7553 15.0041 14.8059L15.0836 14.6224ZM14.6074 14.4569C14.4141 14.3996 14.2406 14.3364 14.0868 14.2674L14.005 14.4499C14.1682 14.5231 14.3502 14.5893 14.5506 14.6487L14.6074 14.4569ZM14.0876 14.2678C13.9354 14.1978 13.8072 14.1192 13.702 14.0326L13.5749 14.1871C13.6957 14.2864 13.8391 14.3737 14.0041 14.4495L14.0876 14.2678ZM13.702 14.0326C13.5988 13.9478 13.5215 13.8519 13.4681 13.7452L13.2893 13.8347C13.3562 13.9686 13.4521 14.086 13.5749 14.1871L13.702 14.0326ZM13.4681 13.7452C13.4159 13.6408 13.3885 13.5189 13.3885 13.3771H13.1885C13.1885 13.5452 13.2212 13.6985 13.2893 13.8347L13.4681 13.7452ZM13.3885 13.3771C13.3885 13.2363 13.4173 13.1083 13.4741 12.9915L13.2942 12.9041C13.2234 13.0498 13.1885 13.208 13.1885 13.3771H13.3885ZM13.4741 12.9915C13.5312 12.874 13.613 12.7714 13.7208 12.6835L13.5944 12.5285C13.4652 12.6339 13.3647 12.7591 13.2942 12.9041L13.4741 12.9915ZM13.7209 12.6834C13.8306 12.5937 13.9625 12.5226 14.1182 12.4713L14.0556 12.2814C13.8795 12.3394 13.7252 12.4215 13.5943 12.5286L13.7209 12.6834ZM14.1182 12.4713C14.2724 12.4205 14.4466 12.3943 14.6419 12.3943V12.1943C14.4289 12.1943 14.2331 12.2229 14.0556 12.2814L14.1182 12.4713ZM14.6419 12.3943C14.9283 12.3943 15.164 12.4493 15.3537 12.5541L15.4504 12.3791C15.2244 12.2542 14.9535 12.1943 14.6419 12.1943V12.3943ZM15.3546 12.5546C15.5501 12.66 15.6955 12.7965 15.7946 12.9633L15.9665 12.8612C15.8469 12.6598 15.6732 12.4992 15.4495 12.3786L15.3546 12.5546ZM15.7948 12.9637C15.8951 13.1308 15.9446 13.3081 15.9446 13.4974H16.1446C16.1446 13.271 16.0848 13.0583 15.9663 12.8608L15.7948 12.9637ZM16.0446 13.3974H15.5196V13.5974H16.0446V13.3974ZM15.6196 13.4974C15.6196 13.3333 15.5845 13.184 15.5113 13.0524L15.3365 13.1495C15.391 13.2475 15.4196 13.3625 15.4196 13.4974H15.6196ZM15.5117 13.0529C15.4373 12.9169 15.325 12.8122 15.1793 12.7383L15.0889 12.9167C15.202 12.9741 15.283 13.0516 15.3362 13.1489L15.5117 13.0529ZM15.1803 12.7388C15.0324 12.6617 14.8512 12.6263 14.6419 12.6263V12.8263C14.8301 12.8263 14.9769 12.8584 15.0879 12.9162L15.1803 12.7388ZM14.6419 12.6263C14.445 12.6263 14.2745 12.6558 14.1351 12.7203L14.2191 12.9018C14.3239 12.8533 14.4633 12.8263 14.6419 12.8263V12.6263ZM14.1351 12.7203C13.9986 12.7835 13.891 12.8719 13.8188 12.9879L13.9886 13.0936C14.0367 13.0164 14.1114 12.9517 14.2191 12.9018L14.1351 12.7203ZM13.8181 12.9891C13.7494 13.1028 13.7162 13.2313 13.7162 13.3716H13.9162C13.9162 13.264 13.9413 13.172 13.9893 13.0925L13.8181 12.9891ZM13.7162 13.3716C13.7162 13.4697 13.7365 13.5617 13.7787 13.646L13.9576 13.5566C13.9304 13.5023 13.9162 13.4413 13.9162 13.3716H13.7162ZM13.7802 13.6488C13.8245 13.7309 13.8903 13.8039 13.9734 13.8688L14.0964 13.7111C14.0301 13.6593 13.9846 13.6065 13.9561 13.5537L13.7802 13.6488ZM13.9743 13.8695C14.0593 13.9342 14.1638 13.9919 14.2859 14.0434L14.3636 13.8591C14.2524 13.8122 14.1637 13.7623 14.0955 13.7104L13.9743 13.8695ZM14.2864 14.0436C14.4096 14.0948 14.555 14.1435 14.7218 14.1898L14.7753 13.9971C14.614 13.9523 14.4768 13.9062 14.3631 13.8589L14.2864 14.0436ZM14.7214 14.1897C14.9434 14.2524 15.1329 14.3216 15.2906 14.397L15.3768 14.2165C15.2064 14.1351 15.0057 14.0621 14.7757 13.9972L14.7214 14.1897ZM15.2906 14.397C15.4477 14.472 15.5736 14.5551 15.6702 14.6451L15.8065 14.4988C15.6917 14.3919 15.5478 14.2982 15.3768 14.2165L15.2906 14.397ZM15.6715 14.6463C15.7688 14.7337 15.8389 14.8319 15.8838 14.9409L16.0687 14.8647C16.0115 14.7258 15.923 14.6034 15.8052 14.4976L15.6715 14.6463ZM15.8845 14.9425C15.9311 15.0502 15.9555 15.1749 15.9555 15.3184H16.1555C16.1555 15.152 16.1271 14.9996 16.068 14.8631L15.8845 14.9425ZM15.9555 15.3184C15.9555 15.4668 15.9256 15.598 15.8677 15.7139L16.0465 15.8033C16.1198 15.6568 16.1555 15.4945 16.1555 15.3184H15.9555ZM15.8677 15.7139C15.8092 15.8308 15.7254 15.9312 15.6149 16.0154L15.736 16.1745C15.8698 16.0727 15.9738 15.9489 16.0465 15.8033L15.8677 15.7139ZM15.6149 16.0154C15.5038 16.0999 15.3684 16.1669 15.2067 16.2151L15.2638 16.4068C15.4448 16.3528 15.6029 16.2759 15.736 16.1745L15.6149 16.0154ZM15.2074 16.2149C15.0484 16.2611 14.8684 16.2848 14.6665 16.2848V16.4848C14.8839 16.4848 15.083 16.4593 15.2631 16.407L15.2074 16.2149ZM14.6665 16.2848C14.4918 16.2848 14.3197 16.2606 14.1499 16.2121L14.0949 16.4044C14.2824 16.4579 14.473 16.4848 14.6665 16.4848V16.2848ZM14.1501 16.2121C13.9836 16.164 13.8323 16.0922 13.6958 15.9966L13.5811 16.1604C13.7363 16.2691 13.9076 16.3503 14.0947 16.4043L14.1501 16.2121ZM13.6963 15.9969C13.5636 15.9029 13.4577 15.7877 13.3775 15.6507L13.2049 15.7517C13.2997 15.9137 13.4253 16.05 13.5806 16.1601L13.6963 15.9969ZM13.3782 15.6519C13.3022 15.5177 13.2627 15.3601 13.2627 15.1762H13.0627C13.0627 15.3897 13.1088 15.5821 13.2042 15.7505L13.3782 15.6519ZM13.1627 15.2762H13.6877V15.0762H13.1627V15.2762ZM13.5877 15.1762C13.5877 15.3258 13.6166 15.4604 13.6789 15.5763L13.8551 15.4816C13.8116 15.4007 13.7877 15.3001 13.7877 15.1762H13.5877ZM13.6792 15.5769C13.7396 15.6872 13.822 15.779 13.9256 15.8515L14.0403 15.6876C13.9616 15.6326 13.9001 15.5639 13.8547 15.4809L13.6792 15.5769ZM13.9264 15.852C14.0294 15.9227 14.1448 15.9747 14.2717 16.0084L14.3231 15.8151C14.2167 15.7868 14.1225 15.744 14.0396 15.6871L13.9264 15.852ZM14.2735 16.0088C14.4002 16.04 14.5312 16.0555 14.6665 16.0555V15.8555C14.5466 15.8555 14.4316 15.8418 14.3213 15.8146L14.2735 16.0088ZM14.6665 16.0555C14.8593 16.0555 15.0286 16.0288 15.1712 15.9718L15.097 15.7861C14.9844 15.8311 14.842 15.8555 14.6665 15.8555V16.0555ZM15.1712 15.9718C15.3135 15.9149 15.4273 15.8309 15.5061 15.7171L15.3417 15.6033C15.2893 15.679 15.2099 15.7409 15.097 15.7861L15.1712 15.9718ZM15.5054 15.7182C15.5862 15.6046 15.6251 15.4716 15.6251 15.3239H15.4251C15.4251 15.435 15.3965 15.5262 15.3424 15.6022L15.5054 15.7182Z" fill="#616376"/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
export default SvgPs;
|
|
19
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPs = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 25 25"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path d="M21.6453 11.1141C21.6453 11.1141 21.6467 13.302 21.6467 14.7929M21.6421 18.6516C21.6421 18.6516 21.6467 16.256 21.6467 14.7929M2.69604 18.4987V14.7975M2.69604 11.0962V14.7975M9.39218 5.46521H13.0438M16.6953 5.46521H13.0438M2.69604 14.7975H4.78422M13.0438 5.46521V8.91799M21.6467 14.7929C20.8205 14.7929 19.3361 14.7975 19.3361 14.7975M4.85065 16.0643V17.2802C4.85065 17.3113 4.86513 17.3406 4.88982 17.3595L8.97506 20.4911C8.99252 20.5045 9.0139 20.5117 9.0359 20.5117L17.2534 20.5108C17.2878 20.5108 17.3198 20.4931 17.3381 20.4639L19.2535 17.4053C19.2634 17.3894 19.2687 17.3711 19.2687 17.3523L19.2771 12.2443C19.2771 12.2258 19.272 12.2077 19.2623 12.1919L17.3374 9.05544C17.3192 9.02581 17.2869 9.00775 17.2521 9.00775H13.6814L11.4954 9.0096H9.04608C9.02356 9.0096 9.0017 9.0172 8.98404 9.03117L4.87604 12.2803C4.85207 12.2993 4.83808 12.3282 4.83808 12.3587V13.9281L4.85065 16.0643Z" stroke="#616376" strokeLinecap="round"/>
|
|
13
|
+
<path d="M11.115 14.7688H10.0513V14.3395H11.115C11.3209 14.3395 11.4877 14.3067 11.6153 14.2411C11.7429 14.1755 11.8359 14.0843 11.8942 13.9677C11.9544 13.851 11.9844 13.718 11.9844 13.5685C11.9844 13.4318 11.9544 13.3033 11.8942 13.183C11.8359 13.0626 11.7429 12.966 11.6153 12.8931C11.4877 12.8184 11.3209 12.781 11.115 12.781H10.1744V16.3301H9.64666V12.349H11.115C11.4157 12.349 11.67 12.401 11.8778 12.5049C12.0856 12.6088 12.2433 12.7528 12.3508 12.9369C12.4584 13.1192 12.5122 13.3279 12.5122 13.563C12.5122 13.8182 12.4584 14.036 12.3508 14.2165C12.2433 14.397 12.0856 14.5346 11.8778 14.6294C11.67 14.7223 11.4157 14.7688 11.115 14.7688ZM15.5251 15.3239C15.5251 15.2309 15.5105 15.1489 15.4813 15.0778C15.454 15.0049 15.4048 14.9393 15.3337 14.8809C15.2644 14.8226 15.1678 14.767 15.0439 14.7141C14.9217 14.6613 14.7668 14.6075 14.579 14.5528C14.3822 14.4945 14.2044 14.4298 14.0459 14.3587C13.8873 14.2858 13.7515 14.2028 13.6385 14.1099C13.5254 14.0169 13.4389 13.9103 13.3787 13.79C13.3185 13.6696 13.2885 13.532 13.2885 13.3771C13.2885 13.2221 13.3204 13.079 13.3842 12.9478C13.448 12.8166 13.5391 12.7026 13.6576 12.606C13.7779 12.5076 13.921 12.431 14.0869 12.3763C14.2527 12.3217 14.4378 12.2943 14.6419 12.2943C14.9409 12.2943 15.1942 12.3517 15.402 12.4666C15.6117 12.5796 15.7712 12.7282 15.8805 12.9123C15.9899 13.0945 16.0446 13.2896 16.0446 13.4974H15.5196C15.5196 13.3479 15.4877 13.2158 15.4239 13.1009C15.3601 12.9843 15.2635 12.8931 15.1341 12.8275C15.0047 12.7601 14.8406 12.7263 14.6419 12.7263C14.4542 12.7263 14.2992 12.7546 14.1771 12.8111C14.055 12.8676 13.9638 12.9442 13.9037 13.0408C13.8453 13.1374 13.8162 13.2477 13.8162 13.3716C13.8162 13.4555 13.8335 13.532 13.8681 13.6013C13.9046 13.6687 13.9602 13.7316 14.0349 13.79C14.1115 13.8483 14.2081 13.9021 14.3248 13.9513C14.4432 14.0005 14.5845 14.0479 14.7486 14.0935C14.9746 14.1573 15.1696 14.2283 15.3337 14.3067C15.4977 14.3851 15.6326 14.4735 15.7384 14.572C15.8459 14.6686 15.9252 14.7788 15.9762 14.9028C16.0291 15.0249 16.0555 15.1635 16.0555 15.3184C16.0555 15.4806 16.0227 15.6274 15.9571 15.7586C15.8915 15.8899 15.7976 16.002 15.6755 16.0949C15.5533 16.1879 15.4066 16.2599 15.2353 16.3109C15.0657 16.3602 14.8762 16.3848 14.6665 16.3848C14.4824 16.3848 14.3011 16.3592 14.1224 16.3082C13.9456 16.2572 13.7843 16.1806 13.6385 16.0785C13.4944 15.9764 13.3787 15.8507 13.2912 15.7012C13.2055 15.5499 13.1627 15.3749 13.1627 15.1762H13.6877C13.6877 15.3129 13.7141 15.4305 13.767 15.5289C13.8198 15.6256 13.8918 15.7058 13.983 15.7696C14.0759 15.8334 14.1807 15.8807 14.2974 15.9117C14.4159 15.9409 14.5389 15.9555 14.6665 15.9555C14.8506 15.9555 15.0065 15.93 15.1341 15.8789C15.2617 15.8279 15.3583 15.755 15.4239 15.6602C15.4914 15.5654 15.5251 15.4533 15.5251 15.3239Z" fill="#616376"/>
|
|
14
|
+
<path d="M10.0513 14.7688H9.95133C9.95133 14.824 9.9961 14.8688 10.0513 14.8688V14.7688ZM10.0513 14.3395V14.2395C9.9961 14.2395 9.95133 14.2843 9.95133 14.3395H10.0513ZM11.8942 13.9677L11.8053 13.9218L11.8048 13.923L11.8942 13.9677ZM11.8942 13.183L11.8042 13.2266L11.8048 13.2277L11.8942 13.183ZM11.6153 12.8931L11.5648 12.9794L11.5657 12.9799L11.6153 12.8931ZM10.1744 12.781V12.681C10.1191 12.681 10.0744 12.7258 10.0744 12.781H10.1744ZM10.1744 16.3301V16.4301C10.2296 16.4301 10.2744 16.3853 10.2744 16.3301H10.1744ZM9.64666 16.3301H9.54666C9.54666 16.3853 9.59143 16.4301 9.64666 16.4301V16.3301ZM9.64666 12.349V12.249C9.59143 12.249 9.54666 12.2938 9.54666 12.349H9.64666ZM12.3508 12.9369L12.2645 12.9873L12.2647 12.9877L12.3508 12.9369ZM11.8778 14.6294L11.9186 14.7207L11.9193 14.7204L11.8778 14.6294ZM11.115 14.6688H10.0513V14.8688H11.115V14.6688ZM10.1513 14.7688V14.3395H9.95133V14.7688H10.1513ZM10.0513 14.4395H11.115V14.2395H10.0513V14.4395ZM11.115 14.4395C11.3304 14.4395 11.5145 14.4054 11.6611 14.33L11.5696 14.1522C11.4609 14.2081 11.3115 14.2395 11.115 14.2395V14.4395ZM11.6611 14.33C11.8056 14.2557 11.9149 14.15 11.9837 14.0124L11.8048 13.923C11.7569 14.0187 11.6803 14.0953 11.5696 14.1522L11.6611 14.33ZM11.9831 14.0135C12.0515 13.8808 12.0844 13.7317 12.0844 13.5685H11.8844C11.8844 13.7042 11.8572 13.8212 11.8053 13.9219L11.9831 14.0135ZM12.0844 13.5685C12.0844 13.4165 12.0509 13.2727 11.9837 13.1382L11.8048 13.2277C11.8579 13.3339 11.8844 13.447 11.8844 13.5685H12.0844ZM11.9842 13.1393C11.9162 12.9991 11.8082 12.8882 11.6649 12.8063L11.5657 12.9799C11.6776 13.0439 11.7556 13.1262 11.8042 13.2266L11.9842 13.1393ZM11.6659 12.8068C11.5181 12.7203 11.332 12.681 11.115 12.681V12.881C11.3098 12.881 11.4574 12.9165 11.5648 12.9794L11.6659 12.8068ZM11.115 12.681H10.1744V12.881H11.115V12.681ZM10.0744 12.781V16.3301H10.2744V12.781H10.0744ZM10.1744 16.2301H9.64666V16.4301H10.1744V16.2301ZM9.74666 16.3301V12.349H9.54666V16.3301H9.74666ZM9.64666 12.449H11.115V12.249H9.64666V12.449ZM11.115 12.449C11.4046 12.449 11.6426 12.4991 11.8331 12.5943L11.9225 12.4154C11.6974 12.3028 11.4268 12.249 11.115 12.249V12.449ZM11.8331 12.5943C12.0251 12.6903 12.1676 12.8215 12.2645 12.9873L12.4372 12.8864C12.319 12.6841 12.1461 12.5272 11.9225 12.4154L11.8331 12.5943ZM12.2647 12.9877C12.3622 13.1529 12.4122 13.3437 12.4122 13.563H12.6122C12.6122 13.312 12.5546 13.0854 12.437 12.8861L12.2647 12.9877ZM12.4122 13.563C12.4122 13.8041 12.3615 14.0033 12.2649 14.1653L12.4367 14.2677C12.5553 14.0687 12.6122 13.8324 12.6122 13.563H12.4122ZM12.2649 14.1653C12.1687 14.3268 12.0273 14.4513 11.8363 14.5384L11.9193 14.7204C12.1439 14.6179 12.3179 14.4672 12.4367 14.2677L12.2649 14.1653ZM11.837 14.5381C11.6454 14.6238 11.406 14.6688 11.115 14.6688V14.8688C11.4255 14.8688 11.6946 14.8209 11.9186 14.7207L11.837 14.5381ZM15.4813 15.0778L15.3877 15.1129L15.3888 15.1157L15.4813 15.0778ZM15.3337 14.8809L15.2693 14.9574L15.2703 14.9582L15.3337 14.8809ZM15.0439 14.7141L15.0041 14.8059L15.0046 14.8061L15.0439 14.7141ZM14.579 14.5528L14.5506 14.6487L14.5511 14.6488L14.579 14.5528ZM14.0459 14.3587L14.0041 14.4495L14.005 14.4499L14.0459 14.3587ZM13.6576 12.606L13.7208 12.6835L13.7209 12.6834L13.6576 12.606ZM15.402 12.4666L15.3537 12.5541L15.3546 12.5546L15.402 12.4666ZM15.8805 12.9123L15.7946 12.9633L15.7948 12.9637L15.8805 12.9123ZM16.0446 13.4974V13.5974C16.0998 13.5974 16.1446 13.5526 16.1446 13.4974H16.0446ZM15.5196 13.4974H15.4196C15.4196 13.5526 15.4644 13.5974 15.5196 13.5974V13.4974ZM15.4239 13.1009L15.3362 13.1489L15.3365 13.1495L15.4239 13.1009ZM15.1341 12.8275L15.0879 12.9162L15.0889 12.9167L15.1341 12.8275ZM13.9037 13.0408L13.8188 12.9879L13.8181 12.9891L13.9037 13.0408ZM13.8681 13.6013L13.7786 13.646L13.7802 13.6488L13.8681 13.6013ZM14.0349 13.79L13.9734 13.8688L13.9743 13.8695L14.0349 13.79ZM14.3248 13.9513L14.2859 14.0434L14.2864 14.0436L14.3248 13.9513ZM14.7486 14.0935L14.7757 13.9972L14.7753 13.9971L14.7486 14.0935ZM15.7384 14.572L15.6702 14.6452L15.6715 14.6463L15.7384 14.572ZM15.9762 14.9028L15.8838 14.9409L15.8845 14.9425L15.9762 14.9028ZM15.6755 16.0949L15.6149 16.0154L15.6755 16.0949ZM15.2353 16.3109L15.2631 16.407L15.2638 16.4068L15.2353 16.3109ZM14.1224 16.3082L14.0947 16.4043L14.0949 16.4044L14.1224 16.3082ZM13.6385 16.0785L13.5806 16.1601L13.5811 16.1604L13.6385 16.0785ZM13.2912 15.7012L13.2042 15.7505L13.2049 15.7517L13.2912 15.7012ZM13.1627 15.1762V15.0762C13.1075 15.0762 13.0627 15.121 13.0627 15.1762H13.1627ZM13.6877 15.1762H13.7877C13.7877 15.121 13.7429 15.0762 13.6877 15.0762V15.1762ZM13.767 15.5289L13.6789 15.5763L13.6792 15.5769L13.767 15.5289ZM13.983 15.7696L13.9256 15.8515L13.9264 15.852L13.983 15.7696ZM14.2974 15.9117L14.2717 16.0084L14.2735 16.0088L14.2974 15.9117ZM15.4239 15.6602L15.3424 15.6022L15.3417 15.6033L15.4239 15.6602ZM15.6251 15.3239C15.6251 15.2206 15.6089 15.1252 15.5739 15.0398L15.3888 15.1157C15.4121 15.1725 15.4251 15.2413 15.4251 15.3239H15.6251ZM15.575 15.0427C15.5404 14.9505 15.4793 14.8711 15.3971 14.8036L15.2703 14.9582C15.3302 15.0074 15.3676 15.0592 15.3877 15.1129L15.575 15.0427ZM15.3981 14.8044C15.3185 14.7374 15.2122 14.6772 15.0831 14.6221L15.0046 14.8061C15.1235 14.8568 15.2103 14.9078 15.2693 14.9574L15.3981 14.8044ZM15.0836 14.6224C14.9563 14.5673 14.7971 14.5122 14.607 14.4568L14.5511 14.6488C14.7365 14.7028 14.8872 14.7553 15.0041 14.8059L15.0836 14.6224ZM14.6074 14.4569C14.4141 14.3996 14.2406 14.3364 14.0868 14.2674L14.005 14.4499C14.1682 14.5231 14.3502 14.5893 14.5506 14.6487L14.6074 14.4569ZM14.0876 14.2678C13.9354 14.1978 13.8072 14.1192 13.702 14.0326L13.5749 14.1871C13.6957 14.2864 13.8391 14.3737 14.0041 14.4495L14.0876 14.2678ZM13.702 14.0326C13.5988 13.9478 13.5215 13.8519 13.4681 13.7452L13.2893 13.8347C13.3562 13.9686 13.4521 14.086 13.5749 14.1871L13.702 14.0326ZM13.4681 13.7452C13.4159 13.6408 13.3885 13.5189 13.3885 13.3771H13.1885C13.1885 13.5452 13.2212 13.6985 13.2893 13.8347L13.4681 13.7452ZM13.3885 13.3771C13.3885 13.2363 13.4173 13.1083 13.4741 12.9915L13.2942 12.9041C13.2234 13.0498 13.1885 13.208 13.1885 13.3771H13.3885ZM13.4741 12.9915C13.5312 12.874 13.613 12.7714 13.7208 12.6835L13.5944 12.5285C13.4652 12.6339 13.3647 12.7591 13.2942 12.9041L13.4741 12.9915ZM13.7209 12.6834C13.8306 12.5937 13.9625 12.5226 14.1182 12.4713L14.0556 12.2814C13.8795 12.3394 13.7252 12.4215 13.5943 12.5286L13.7209 12.6834ZM14.1182 12.4713C14.2724 12.4205 14.4466 12.3943 14.6419 12.3943V12.1943C14.4289 12.1943 14.2331 12.2229 14.0556 12.2814L14.1182 12.4713ZM14.6419 12.3943C14.9283 12.3943 15.164 12.4493 15.3537 12.5541L15.4504 12.3791C15.2244 12.2542 14.9535 12.1943 14.6419 12.1943V12.3943ZM15.3546 12.5546C15.5501 12.66 15.6955 12.7965 15.7946 12.9633L15.9665 12.8612C15.8469 12.6598 15.6732 12.4992 15.4495 12.3786L15.3546 12.5546ZM15.7948 12.9637C15.8951 13.1308 15.9446 13.3081 15.9446 13.4974H16.1446C16.1446 13.271 16.0848 13.0583 15.9663 12.8608L15.7948 12.9637ZM16.0446 13.3974H15.5196V13.5974H16.0446V13.3974ZM15.6196 13.4974C15.6196 13.3333 15.5845 13.184 15.5113 13.0524L15.3365 13.1495C15.391 13.2475 15.4196 13.3625 15.4196 13.4974H15.6196ZM15.5117 13.0529C15.4373 12.9169 15.325 12.8122 15.1793 12.7383L15.0889 12.9167C15.202 12.9741 15.283 13.0516 15.3362 13.1489L15.5117 13.0529ZM15.1803 12.7388C15.0324 12.6617 14.8512 12.6263 14.6419 12.6263V12.8263C14.8301 12.8263 14.9769 12.8584 15.0879 12.9162L15.1803 12.7388ZM14.6419 12.6263C14.445 12.6263 14.2745 12.6558 14.1351 12.7203L14.2191 12.9018C14.3239 12.8533 14.4633 12.8263 14.6419 12.8263V12.6263ZM14.1351 12.7203C13.9986 12.7835 13.891 12.8719 13.8188 12.9879L13.9886 13.0936C14.0367 13.0164 14.1114 12.9517 14.2191 12.9018L14.1351 12.7203ZM13.8181 12.9891C13.7494 13.1028 13.7162 13.2313 13.7162 13.3716H13.9162C13.9162 13.264 13.9413 13.172 13.9893 13.0925L13.8181 12.9891ZM13.7162 13.3716C13.7162 13.4697 13.7365 13.5617 13.7787 13.646L13.9576 13.5566C13.9304 13.5023 13.9162 13.4413 13.9162 13.3716H13.7162ZM13.7802 13.6488C13.8245 13.7309 13.8903 13.8039 13.9734 13.8688L14.0964 13.7111C14.0301 13.6593 13.9846 13.6065 13.9561 13.5537L13.7802 13.6488ZM13.9743 13.8695C14.0593 13.9342 14.1638 13.9919 14.2859 14.0434L14.3636 13.8591C14.2524 13.8122 14.1637 13.7623 14.0955 13.7104L13.9743 13.8695ZM14.2864 14.0436C14.4096 14.0948 14.555 14.1435 14.7218 14.1898L14.7753 13.9971C14.614 13.9523 14.4768 13.9062 14.3631 13.8589L14.2864 14.0436ZM14.7214 14.1897C14.9434 14.2524 15.1329 14.3216 15.2906 14.397L15.3768 14.2165C15.2064 14.1351 15.0057 14.0621 14.7757 13.9972L14.7214 14.1897ZM15.2906 14.397C15.4477 14.472 15.5736 14.5551 15.6702 14.6451L15.8065 14.4988C15.6917 14.3919 15.5478 14.2982 15.3768 14.2165L15.2906 14.397ZM15.6715 14.6463C15.7688 14.7337 15.8389 14.8319 15.8838 14.9409L16.0687 14.8647C16.0115 14.7258 15.923 14.6034 15.8052 14.4976L15.6715 14.6463ZM15.8845 14.9425C15.9311 15.0502 15.9555 15.1749 15.9555 15.3184H16.1555C16.1555 15.152 16.1271 14.9996 16.068 14.8631L15.8845 14.9425ZM15.9555 15.3184C15.9555 15.4668 15.9256 15.598 15.8677 15.7139L16.0465 15.8033C16.1198 15.6568 16.1555 15.4945 16.1555 15.3184H15.9555ZM15.8677 15.7139C15.8092 15.8308 15.7254 15.9312 15.6149 16.0154L15.736 16.1745C15.8698 16.0727 15.9738 15.9489 16.0465 15.8033L15.8677 15.7139ZM15.6149 16.0154C15.5038 16.0999 15.3684 16.1669 15.2067 16.2151L15.2638 16.4068C15.4448 16.3528 15.6029 16.2759 15.736 16.1745L15.6149 16.0154ZM15.2074 16.2149C15.0484 16.2611 14.8684 16.2848 14.6665 16.2848V16.4848C14.8839 16.4848 15.083 16.4593 15.2631 16.407L15.2074 16.2149ZM14.6665 16.2848C14.4918 16.2848 14.3197 16.2606 14.1499 16.2121L14.0949 16.4044C14.2824 16.4579 14.473 16.4848 14.6665 16.4848V16.2848ZM14.1501 16.2121C13.9836 16.164 13.8323 16.0922 13.6958 15.9966L13.5811 16.1604C13.7363 16.2691 13.9076 16.3503 14.0947 16.4043L14.1501 16.2121ZM13.6963 15.9969C13.5636 15.9029 13.4577 15.7877 13.3775 15.6507L13.2049 15.7517C13.2997 15.9137 13.4253 16.05 13.5806 16.1601L13.6963 15.9969ZM13.3782 15.6519C13.3022 15.5177 13.2627 15.3601 13.2627 15.1762H13.0627C13.0627 15.3897 13.1088 15.5821 13.2042 15.7505L13.3782 15.6519ZM13.1627 15.2762H13.6877V15.0762H13.1627V15.2762ZM13.5877 15.1762C13.5877 15.3258 13.6166 15.4604 13.6789 15.5763L13.8551 15.4816C13.8116 15.4007 13.7877 15.3001 13.7877 15.1762H13.5877ZM13.6792 15.5769C13.7396 15.6872 13.822 15.779 13.9256 15.8515L14.0403 15.6876C13.9616 15.6326 13.9001 15.5639 13.8547 15.4809L13.6792 15.5769ZM13.9264 15.852C14.0294 15.9227 14.1448 15.9747 14.2717 16.0084L14.3231 15.8151C14.2167 15.7868 14.1225 15.744 14.0396 15.6871L13.9264 15.852ZM14.2735 16.0088C14.4002 16.04 14.5312 16.0555 14.6665 16.0555V15.8555C14.5466 15.8555 14.4316 15.8418 14.3213 15.8146L14.2735 16.0088ZM14.6665 16.0555C14.8593 16.0555 15.0286 16.0288 15.1712 15.9718L15.097 15.7861C14.9844 15.8311 14.842 15.8555 14.6665 15.8555V16.0555ZM15.1712 15.9718C15.3135 15.9149 15.4273 15.8309 15.5061 15.7171L15.3417 15.6033C15.2893 15.679 15.2099 15.7409 15.097 15.7861L15.1712 15.9718ZM15.5054 15.7182C15.5862 15.6046 15.6251 15.4716 15.6251 15.3239H15.4251C15.4251 15.435 15.3965 15.5262 15.3424 15.6022L15.5054 15.7182Z" fill="#616376"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default SvgPs;
|
|
19
|
+
/* tslint:enable */
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgQuestion = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 30.7 29.8"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<g>
|
|
13
|
-
<g fill="#231f20">
|
|
14
|
-
<path d="M25.6 29.8H5.1c-2.8 0-5.1-2.3-5.1-5.1V9.1C0 6.3 2.3 4 5.1 4h20.6c2.8 0 5.1 2.3 5.1 5.1v15.6c-.1 2.8-2.4 5.1-5.2 5.1zM5.1 4.7C2.7 4.7.7 6.7.7 9.1v15.6c0 2.4 2 4.4 4.4 4.4h20.6c2.4 0 4.4-2 4.4-4.4V9.1c0-2.4-2-4.4-4.4-4.4z" />
|
|
15
|
-
<path d="M30.3 11.8H.3c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h30c.2 0 .3.2.3.3s-.1.3-.3.3zM7.3 7.6c-.2 0-.3-.2-.3-.3v-7c-.1-.1.1-.3.3-.3s.3.2.3.3v6.9c0 .3-.1.4-.3.4zM23.5 7.6c-.2 0-.3-.2-.3-.3v-7c0-.2.2-.3.3-.3s.3.2.3.3v6.9c.1.3-.1.4-.3.4z" />
|
|
16
|
-
</g>
|
|
17
|
-
<path d="M14.3 24.1c0 .6-.5 1.1-1.1 1.1H9.9c-.6 0-1.1-.5-1.1-1.1v-7.8c0-.6.5-1.1 1.1-1.1h3.3c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1h-2.3v1.9H13c.5 0 .9.4.9.9s-.4.9-.9.9h-2.1V23h2.3c.6 0 1.1.5 1.1 1.1zM22.7 24.1c0 .6-.5 1.1-1.1 1.1h-5.4c-.2 0-.4-.1-.6-.2-.5-.3-.6-1-.3-1.5l4.4-6.2h-3.6c-.6 0-1-.5-1-1 0-.6.5-1 1-1h5.5c.2 0 .5 0 .7.2.5.4.6 1 .3 1.5l-4.4 6h3.4c.6 0 1.1.5 1.1 1.1z" />
|
|
18
|
-
</g>
|
|
19
|
-
</switch>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default SvgQuestion;
|
|
24
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgQuestion = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 30.7 29.8"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<g>
|
|
13
|
+
<g fill="#231f20">
|
|
14
|
+
<path d="M25.6 29.8H5.1c-2.8 0-5.1-2.3-5.1-5.1V9.1C0 6.3 2.3 4 5.1 4h20.6c2.8 0 5.1 2.3 5.1 5.1v15.6c-.1 2.8-2.4 5.1-5.2 5.1zM5.1 4.7C2.7 4.7.7 6.7.7 9.1v15.6c0 2.4 2 4.4 4.4 4.4h20.6c2.4 0 4.4-2 4.4-4.4V9.1c0-2.4-2-4.4-4.4-4.4z" />
|
|
15
|
+
<path d="M30.3 11.8H.3c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h30c.2 0 .3.2.3.3s-.1.3-.3.3zM7.3 7.6c-.2 0-.3-.2-.3-.3v-7c-.1-.1.1-.3.3-.3s.3.2.3.3v6.9c0 .3-.1.4-.3.4zM23.5 7.6c-.2 0-.3-.2-.3-.3v-7c0-.2.2-.3.3-.3s.3.2.3.3v6.9c.1.3-.1.4-.3.4z" />
|
|
16
|
+
</g>
|
|
17
|
+
<path d="M14.3 24.1c0 .6-.5 1.1-1.1 1.1H9.9c-.6 0-1.1-.5-1.1-1.1v-7.8c0-.6.5-1.1 1.1-1.1h3.3c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1h-2.3v1.9H13c.5 0 .9.4.9.9s-.4.9-.9.9h-2.1V23h2.3c.6 0 1.1.5 1.1 1.1zM22.7 24.1c0 .6-.5 1.1-1.1 1.1h-5.4c-.2 0-.4-.1-.6-.2-.5-.3-.6-1-.3-1.5l4.4-6.2h-3.6c-.6 0-1-.5-1-1 0-.6.5-1 1-1h5.5c.2 0 .5 0 .7.2.5.4.6 1 .3 1.5l-4.4 6h3.4c.6 0 1.1.5 1.1 1.1z" />
|
|
18
|
+
</g>
|
|
19
|
+
</switch>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default SvgQuestion;
|
|
24
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgSeats = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 31.3 29.5"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<path
|
|
13
|
-
d="M27.9 29.5H3.3c-.1 0-.2-.1-.3-.2-.1-.2-3-5.2-3-8.1 0-1.2.5-2.1 1.3-2.8 2.6-1.9 9-1.4 18.9 1.6.2-2.3 1.3-12.8 7.3-19.4.6-.7 1.7-.8 2.4-.3s1.1 1 1.2 1.4v.2c0 .1-3.2 13.6-3 27.2 0 .1 0 .2-.1.3 0 .1 0 .1-.1.1zm-24.4-.7h24c-.1-12.9 2.8-25.7 3-26.9-.1-.3-.4-.6-.9-1-.5-.3-1.1-.2-1.5.2-6.6 7.2-7.2 19.3-7.2 19.4s-.1.2-.1.3c-.1.1-.2.1-.3 0-12.4-3.7-17-3-18.7-1.8-.7.5-1.1 1.3-1.1 2.2 0 2.5 2.3 6.7 2.8 7.6z"
|
|
14
|
-
fill="#231f20"
|
|
15
|
-
/>
|
|
16
|
-
</switch>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default SvgSeats;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSeats = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 31.3 29.5"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<path
|
|
13
|
+
d="M27.9 29.5H3.3c-.1 0-.2-.1-.3-.2-.1-.2-3-5.2-3-8.1 0-1.2.5-2.1 1.3-2.8 2.6-1.9 9-1.4 18.9 1.6.2-2.3 1.3-12.8 7.3-19.4.6-.7 1.7-.8 2.4-.3s1.1 1 1.2 1.4v.2c0 .1-3.2 13.6-3 27.2 0 .1 0 .2-.1.3 0 .1 0 .1-.1.1zm-24.4-.7h24c-.1-12.9 2.8-25.7 3-26.9-.1-.3-.4-.6-.9-1-.5-.3-1.1-.2-1.5.2-6.6 7.2-7.2 19.3-7.2 19.4s-.1.2-.1.3c-.1.1-.2.1-.3 0-12.4-3.7-17-3-18.7-1.8-.7.5-1.1 1.3-1.1 2.2 0 2.5 2.3 6.7 2.8 7.6z"
|
|
14
|
+
fill="#231f20"
|
|
15
|
+
/>
|
|
16
|
+
</switch>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgSeats;
|
|
21
|
+
/* tslint:enable */
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgSeatsHeating = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 31.3 29.5"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<switch>
|
|
14
|
-
<g fill="#231f20">
|
|
15
|
-
<path d="M27.9 29.5H3.3c-.1 0-.2-.1-.3-.2-.1-.2-3-5.2-3-8.1 0-1.2.5-2.1 1.3-2.8 2.6-1.9 9-1.4 18.9 1.6.2-2.3 1.3-12.8 7.3-19.4.6-.7 1.7-.8 2.4-.3s1.1 1 1.2 1.4v.2c0 .1-3.2 13.6-3 27.2 0 .1 0 .2-.1.3 0 .1 0 .1-.1.1zm-24.4-.7h24c-.1-12.9 2.8-25.7 3-26.9-.1-.3-.4-.6-.9-1-.5-.3-1.1-.2-1.5.2-6.6 7.2-7.2 19.3-7.2 19.4s-.1.2-.1.3c-.1.1-.2.1-.3 0-12.4-3.7-17-3-18.7-1.8-.7.5-1.1 1.3-1.1 2.2 0 2.5 2.3 6.7 2.8 7.6z" />
|
|
16
|
-
<path d="M17.4 15.4c-.1 0-.2 0-.2-.1 0 0-1.1-1.1-1.1-4 0-1.5.5-2.5.9-3.5.5-1 .9-2 .9-3.5 0-.2.2-.3.3-.3s.3.2.3.3c0 1.6-.5 2.7-1 3.8-.4 1-.9 1.9-.9 3.2 0 2.6.9 3.5.9 3.5.1.1.1.4 0 .5.1.1 0 .1-.1.1z" />
|
|
17
|
-
<path d="M20.3 6.5c-.1 0-.2-.1-.3-.1l-1.8-2.5-2.3 2.6c-.1.1-.4.2-.5 0-.1-.1-.2-.4 0-.5L18 3c.1-.1.2-.1.3-.1s.2.1.3.1l2 2.9c.1.2.1.4-.1.5-.1.1-.2.1-.2.1zm-9.2 8.9c-.1 0-.2 0-.2-.1 0 0-1.1-1.1-1.1-4 0-1.5.5-2.5.9-3.5.5-1 .9-2 .9-3.5 0-.2.2-.3.3-.3s.3.2.3.3c0 1.6-.5 2.7-1 3.8-.4 1-.9 1.9-.9 3.2 0 2.6.9 3.5.9 3.5.1.1.1.4 0 .5.1.1 0 .1-.1.1z" />
|
|
18
|
-
<path d="M14 6.5c-.1 0-.2-.1-.3-.1l-1.8-2.5-2.3 2.5c-.1.1-.4.2-.5 0-.1-.1-.1-.4 0-.5L11.7 3c.1-.1.2-.1.3-.1s.2.1.3.1l2 2.9c.1.2.1.4-.1.5-.1.1-.1.1-.2.1zm-9.4 8.9c-.1 0-.2 0-.2-.1 0 0-1.1-1.1-1.1-4 0-1.5.5-2.5.9-3.5.5-1 .9-2 .9-3.5 0-.2.2-.3.3-.3s.3.2.3.3c0 1.6-.5 2.7-1 3.8-.3.9-.8 1.9-.8 3.2 0 2.6.9 3.5.9 3.5.1.1.1.4 0 .5 0 .1-.1.1-.2.1z" />
|
|
19
|
-
<path d="M7.5 6.5c-.1 0-.2-.1-.3-.1L5.4 3.8 3.1 6.4c-.1.1-.4.1-.5 0s-.2-.4 0-.5L5.2 3c.1-.1.2-.1.3-.1s.2.1.3.1l2 2.9c.1.2.1.4-.1.5-.1.1-.2.1-.2.1z" />
|
|
20
|
-
</g>
|
|
21
|
-
</switch>
|
|
22
|
-
</svg>
|
|
23
|
-
);
|
|
24
|
-
|
|
25
|
-
export default SvgSeatsHeating;
|
|
26
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSeatsHeating = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 31.3 29.5"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<switch>
|
|
14
|
+
<g fill="#231f20">
|
|
15
|
+
<path d="M27.9 29.5H3.3c-.1 0-.2-.1-.3-.2-.1-.2-3-5.2-3-8.1 0-1.2.5-2.1 1.3-2.8 2.6-1.9 9-1.4 18.9 1.6.2-2.3 1.3-12.8 7.3-19.4.6-.7 1.7-.8 2.4-.3s1.1 1 1.2 1.4v.2c0 .1-3.2 13.6-3 27.2 0 .1 0 .2-.1.3 0 .1 0 .1-.1.1zm-24.4-.7h24c-.1-12.9 2.8-25.7 3-26.9-.1-.3-.4-.6-.9-1-.5-.3-1.1-.2-1.5.2-6.6 7.2-7.2 19.3-7.2 19.4s-.1.2-.1.3c-.1.1-.2.1-.3 0-12.4-3.7-17-3-18.7-1.8-.7.5-1.1 1.3-1.1 2.2 0 2.5 2.3 6.7 2.8 7.6z" />
|
|
16
|
+
<path d="M17.4 15.4c-.1 0-.2 0-.2-.1 0 0-1.1-1.1-1.1-4 0-1.5.5-2.5.9-3.5.5-1 .9-2 .9-3.5 0-.2.2-.3.3-.3s.3.2.3.3c0 1.6-.5 2.7-1 3.8-.4 1-.9 1.9-.9 3.2 0 2.6.9 3.5.9 3.5.1.1.1.4 0 .5.1.1 0 .1-.1.1z" />
|
|
17
|
+
<path d="M20.3 6.5c-.1 0-.2-.1-.3-.1l-1.8-2.5-2.3 2.6c-.1.1-.4.2-.5 0-.1-.1-.2-.4 0-.5L18 3c.1-.1.2-.1.3-.1s.2.1.3.1l2 2.9c.1.2.1.4-.1.5-.1.1-.2.1-.2.1zm-9.2 8.9c-.1 0-.2 0-.2-.1 0 0-1.1-1.1-1.1-4 0-1.5.5-2.5.9-3.5.5-1 .9-2 .9-3.5 0-.2.2-.3.3-.3s.3.2.3.3c0 1.6-.5 2.7-1 3.8-.4 1-.9 1.9-.9 3.2 0 2.6.9 3.5.9 3.5.1.1.1.4 0 .5.1.1 0 .1-.1.1z" />
|
|
18
|
+
<path d="M14 6.5c-.1 0-.2-.1-.3-.1l-1.8-2.5-2.3 2.5c-.1.1-.4.2-.5 0-.1-.1-.1-.4 0-.5L11.7 3c.1-.1.2-.1.3-.1s.2.1.3.1l2 2.9c.1.2.1.4-.1.5-.1.1-.1.1-.2.1zm-9.4 8.9c-.1 0-.2 0-.2-.1 0 0-1.1-1.1-1.1-4 0-1.5.5-2.5.9-3.5.5-1 .9-2 .9-3.5 0-.2.2-.3.3-.3s.3.2.3.3c0 1.6-.5 2.7-1 3.8-.3.9-.8 1.9-.8 3.2 0 2.6.9 3.5.9 3.5.1.1.1.4 0 .5 0 .1-.1.1-.2.1z" />
|
|
19
|
+
<path d="M7.5 6.5c-.1 0-.2-.1-.3-.1L5.4 3.8 3.1 6.4c-.1.1-.4.1-.5 0s-.2-.4 0-.5L5.2 3c.1-.1.2-.1.3-.1s.2.1.3.1l2 2.9c.1.2.1.4-.1.5-.1.1-.2.1-.2.1z" />
|
|
20
|
+
</g>
|
|
21
|
+
</switch>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
export default SvgSeatsHeating;
|
|
26
|
+
/* tslint:enable */
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgSelectorGearboxAutomatic = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 25 25"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
fill="none"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path d="M17.2388 20.7173C17.2388 21.5019 17.9102 22.1379 18.7385 22.1379C19.5668 22.1379 20.2383 21.5019 20.2383 20.7173C20.2383 19.9327 19.5668 19.2967 18.7385 19.2967C17.9102 19.2967 17.2388 19.9327 17.2388 20.7173Z" stroke="#616376"/>
|
|
15
|
-
<path d="M17.2388 15.4385C17.2388 16.2231 17.9102 16.8591 18.7385 16.8591C19.5668 16.8591 20.2383 16.2231 20.2383 15.4385C20.2383 14.6539 19.5668 14.0179 18.7385 14.0179C17.9102 14.0179 17.2388 14.6539 17.2388 15.4385Z" stroke="#616376"/>
|
|
16
|
-
<path d="M17.2388 10.1596C17.2388 10.9442 17.9102 11.5802 18.7385 11.5802C19.5668 11.5802 20.2383 10.9442 20.2383 10.1596C20.2383 9.37498 19.5668 8.73894 18.7385 8.73894C17.9102 8.73894 17.2388 9.37498 17.2388 10.1596Z" stroke="#616376"/>
|
|
17
|
-
<path d="M17.2388 4.88064C17.2388 5.66523 17.9102 6.30127 18.7385 6.30127C19.5668 6.30127 20.2383 5.66523 20.2383 4.88064C20.2383 4.09605 19.5668 3.46001 18.7385 3.46001C17.9102 3.46001 17.2388 4.09605 17.2388 4.88064Z" stroke="#616376"/>
|
|
18
|
-
<path d="M11.1587 12.9488V5.04847C11.1587 4.23035 10.4955 3.56714 9.67737 3.56714V3.56714C8.85926 3.56714 8.19604 4.23035 8.19604 5.04847V12.9488M11.1587 17.7802L11.1587 20.8492C11.1587 21.6673 10.4955 22.3306 9.67737 22.3306V22.3306C8.85926 22.3306 8.19604 21.6673 8.19604 20.8492V17.7802" stroke="#616376" strokeLinecap="round"/>
|
|
19
|
-
<rect x="5.26782" y="12.954" width="8.81951" height="4.82125" rx="0.1" stroke="#616376" strokeLinecap="round"/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default SvgSelectorGearboxAutomatic;
|
|
24
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSelectorGearboxAutomatic = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 25 25"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
fill="none"
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<path d="M17.2388 20.7173C17.2388 21.5019 17.9102 22.1379 18.7385 22.1379C19.5668 22.1379 20.2383 21.5019 20.2383 20.7173C20.2383 19.9327 19.5668 19.2967 18.7385 19.2967C17.9102 19.2967 17.2388 19.9327 17.2388 20.7173Z" stroke="#616376"/>
|
|
15
|
+
<path d="M17.2388 15.4385C17.2388 16.2231 17.9102 16.8591 18.7385 16.8591C19.5668 16.8591 20.2383 16.2231 20.2383 15.4385C20.2383 14.6539 19.5668 14.0179 18.7385 14.0179C17.9102 14.0179 17.2388 14.6539 17.2388 15.4385Z" stroke="#616376"/>
|
|
16
|
+
<path d="M17.2388 10.1596C17.2388 10.9442 17.9102 11.5802 18.7385 11.5802C19.5668 11.5802 20.2383 10.9442 20.2383 10.1596C20.2383 9.37498 19.5668 8.73894 18.7385 8.73894C17.9102 8.73894 17.2388 9.37498 17.2388 10.1596Z" stroke="#616376"/>
|
|
17
|
+
<path d="M17.2388 4.88064C17.2388 5.66523 17.9102 6.30127 18.7385 6.30127C19.5668 6.30127 20.2383 5.66523 20.2383 4.88064C20.2383 4.09605 19.5668 3.46001 18.7385 3.46001C17.9102 3.46001 17.2388 4.09605 17.2388 4.88064Z" stroke="#616376"/>
|
|
18
|
+
<path d="M11.1587 12.9488V5.04847C11.1587 4.23035 10.4955 3.56714 9.67737 3.56714V3.56714C8.85926 3.56714 8.19604 4.23035 8.19604 5.04847V12.9488M11.1587 17.7802L11.1587 20.8492C11.1587 21.6673 10.4955 22.3306 9.67737 22.3306V22.3306C8.85926 22.3306 8.19604 21.6673 8.19604 20.8492V17.7802" stroke="#616376" strokeLinecap="round"/>
|
|
19
|
+
<rect x="5.26782" y="12.954" width="8.81951" height="4.82125" rx="0.1" stroke="#616376" strokeLinecap="round"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default SvgSelectorGearboxAutomatic;
|
|
24
|
+
/* tslint:enable */
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgSelectorGearboxManualShift = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 25 25"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
fill="none"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path d="M5.05012 8.83123C4.00754 8.83123 3.16235 8.03064 3.16235 7.04306C3.16235 6.05548 4.00754 5.25488 5.05012 5.25488C6.09271 5.25488 6.93789 6.05548 6.93789 7.04306C6.93789 8.03064 6.09271 8.83123 5.05012 8.83123ZM5.05012 8.83123V12.7327M12.6012 8.83123C11.5586 8.83123 10.7134 8.03064 10.7134 7.04306C10.7134 6.05548 11.5586 5.25488 12.6012 5.25488C13.6438 5.25488 14.489 6.05548 14.489 7.04306C14.489 8.03064 13.6438 8.83123 12.6012 8.83123ZM12.6012 8.83123V12.7327M20.1523 8.83123C19.1097 8.83123 18.2645 8.03064 18.2645 7.04306C18.2645 6.05548 19.1097 5.25488 20.1523 5.25488C21.1949 5.25488 22.04 6.05548 22.04 7.04306C22.04 8.03064 21.1949 8.83123 20.1523 8.83123ZM20.1523 8.83123V12.0759C20.1523 12.4387 19.8582 12.7327 19.4955 12.7327H12.6012M5.05012 16.9593C4.00754 16.9593 3.16235 17.7599 3.16235 18.7475C3.16235 19.735 4.00754 20.5356 5.05012 20.5356C6.09271 20.5356 6.93789 19.735 6.93789 18.7475C6.93789 17.7599 6.09271 16.9593 5.05012 16.9593ZM5.05012 16.9593V12.7327M12.6012 16.9593C11.5586 16.9593 10.7134 17.7599 10.7134 18.7475C10.7134 19.735 11.5586 20.5356 12.6012 20.5356C13.6438 20.5356 14.489 19.735 14.489 18.7475C14.489 17.7599 13.6438 16.9593 12.6012 16.9593ZM12.6012 16.9593V12.7327M5.05012 12.7327H12.6012M20.1523 16.9593C19.1097 16.9593 18.2645 17.7599 18.2645 18.7475C18.2645 19.735 19.1097 20.5356 20.1523 20.5356C21.1949 20.5356 22.04 19.735 22.04 18.7475C22.04 17.7599 21.1949 16.9593 20.1523 16.9593Z" stroke="#616376"/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
export default SvgSelectorGearboxManualShift;
|
|
19
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSelectorGearboxManualShift = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 25 25"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
fill="none"
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<path d="M5.05012 8.83123C4.00754 8.83123 3.16235 8.03064 3.16235 7.04306C3.16235 6.05548 4.00754 5.25488 5.05012 5.25488C6.09271 5.25488 6.93789 6.05548 6.93789 7.04306C6.93789 8.03064 6.09271 8.83123 5.05012 8.83123ZM5.05012 8.83123V12.7327M12.6012 8.83123C11.5586 8.83123 10.7134 8.03064 10.7134 7.04306C10.7134 6.05548 11.5586 5.25488 12.6012 5.25488C13.6438 5.25488 14.489 6.05548 14.489 7.04306C14.489 8.03064 13.6438 8.83123 12.6012 8.83123ZM12.6012 8.83123V12.7327M20.1523 8.83123C19.1097 8.83123 18.2645 8.03064 18.2645 7.04306C18.2645 6.05548 19.1097 5.25488 20.1523 5.25488C21.1949 5.25488 22.04 6.05548 22.04 7.04306C22.04 8.03064 21.1949 8.83123 20.1523 8.83123ZM20.1523 8.83123V12.0759C20.1523 12.4387 19.8582 12.7327 19.4955 12.7327H12.6012M5.05012 16.9593C4.00754 16.9593 3.16235 17.7599 3.16235 18.7475C3.16235 19.735 4.00754 20.5356 5.05012 20.5356C6.09271 20.5356 6.93789 19.735 6.93789 18.7475C6.93789 17.7599 6.09271 16.9593 5.05012 16.9593ZM5.05012 16.9593V12.7327M12.6012 16.9593C11.5586 16.9593 10.7134 17.7599 10.7134 18.7475C10.7134 19.735 11.5586 20.5356 12.6012 20.5356C13.6438 20.5356 14.489 19.735 14.489 18.7475C14.489 17.7599 13.6438 16.9593 12.6012 16.9593ZM12.6012 16.9593V12.7327M5.05012 12.7327H12.6012M20.1523 16.9593C19.1097 16.9593 18.2645 17.7599 18.2645 18.7475C18.2645 19.735 19.1097 20.5356 20.1523 20.5356C21.1949 20.5356 22.04 19.735 22.04 18.7475C22.04 17.7599 21.1949 16.9593 20.1523 16.9593Z" stroke="#616376"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default SvgSelectorGearboxManualShift;
|
|
19
|
+
/* tslint:enable */
|