@bytebrand/fe-ui-core 4.1.172 → 4.1.173
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +10 -10
- package/.storybook/addons.js +4 -4
- package/.storybook/config.js +64 -64
- package/.storybook/postcss.config.js +6 -6
- package/.storybook/preview-head.html +9 -9
- package/.storybook/webpack.config.js +130 -130
- package/common.ts +159 -154
- package/feWpComponents.ts +25 -25
- package/index.ts +4 -4
- package/landing.ts +38 -38
- package/media/images/advantages/advantage_cart.svg +4 -4
- package/media/images/advantages/advantage_check.svg +4 -4
- package/media/images/advantages/advantage_like.svg +10 -10
- package/media/images/advantages/advantage_secure.svg +6 -6
- package/media/images/check-blue.svg +40 -40
- package/media/images/raiting-star.svg +3 -3
- package/media/images/raiting-stars-min.svg +7 -7
- package/media/images/refresh-button.svg +49 -49
- package/media/images/slider-arrow-big.svg +11 -11
- package/media/images/user-icon.svg +16 -16
- package/media/locales/de/promoSlider.json +25 -25
- package/media/locales/en/promoSlider.json +25 -25
- package/media/svg/common/arrow_breadcrumps.svg +3 -3
- package/media/svg/common/home.svg +8 -10
- package/media/svg/common/whyAutodeIconSet-F.svg +9 -13
- package/media/svg/common/whyAutodeIconSet-G.svg +8 -10
- package/media/svg/common/whyAutodeIconSet-Q.svg +6 -16
- package/media/svg/common/whyAutodeIconSet-R.svg +9 -14
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -7
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -12
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -10
- package/media/svg/usp/icon1.svg +16 -16
- package/media/svg/usp/icon2.svg +13 -13
- package/media/svg/usp/icon3.svg +10 -10
- package/media/svg/usp/icon4.svg +14 -14
- package/package.json +106 -106
- package/profile.ts +1 -1
- package/source/components/AccardionSection/AccardionSection.styl +45 -45
- package/source/components/AccardionSection/AccardionSection.tsx +47 -47
- package/source/components/AccordionWidget/AccordionWidget.styl +203 -206
- package/source/components/AccordionWidget/AccordionWidget.tsx +227 -227
- package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
- package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
- package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
- package/source/components/Alternative/Dealer.story.js +31 -31
- package/source/components/Alternative/Dealer.story.styl +2 -2
- package/source/components/Alternative/DealerInfo.styl +116 -110
- package/source/components/Alternative/DealerInfo.tsx +171 -145
- package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
- package/source/components/Breadcrumbs/Breadcrumbs.styl +135 -123
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +54 -61
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
- package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
- package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
- package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
- package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
- package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
- package/source/components/Checkout/Switcher/Switcher.styl +93 -93
- package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
- package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
- package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
- package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
- package/source/components/ContactForm/ContactForm.story.js +93 -93
- package/source/components/ContactForm/ContactForm.styl +260 -260
- package/source/components/ContactForm/ContactForm.tsx +588 -588
- package/source/components/ContactForm/WpContactForm.tsx +287 -287
- package/source/components/ContactInfo/ContactInfo.story.js +58 -58
- package/source/components/ContactInfo/ContactInfo.styl +22 -22
- package/source/components/ContactInfo/ContactInfo.tsx +161 -161
- package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
- package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
- package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
- package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
- package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
- package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
- package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
- package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
- package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
- package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
- package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
- package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
- package/source/components/ImageSettings/index.ts +42 -42
- package/source/components/ImageSettings/story.js +1212 -1212
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
- package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
- package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
- package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
- package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
- package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
- package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
- package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
- package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +145 -145
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
- package/source/components/OfferPanel/OfferPanel.story.js +139 -139
- package/source/components/OfferPanel/OfferPanel.styl +189 -189
- package/source/components/OfferPanel/OfferPanel.tsx +81 -81
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
- package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
- package/source/components/PriceRating/PriceRating.story.js +39 -39
- package/source/components/PriceRating/PriceRating.story.styl +1 -1
- package/source/components/PriceRating/PriceRating.styl +47 -46
- package/source/components/PriceRating/PriceRating.tsx +64 -64
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
- package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
- package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
- package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
- package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
- package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
- package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
- package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
- package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
- package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
- package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
- package/source/components/SearchFilters/Slider.styl +66 -66
- package/source/components/SearchFilters/common/Color/Color.styl +29 -29
- package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
- package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
- package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +149 -148
- package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
- package/source/components/SearchFilters/filters/AlternativeID.tsx +77 -77
- package/source/components/SearchFilters/filters/Consumption.styl +41 -41
- package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
- package/source/components/SearchFilters/filters/Cost.styl +43 -43
- package/source/components/SearchFilters/filters/Cost.tsx +112 -112
- package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
- package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
- package/source/components/SearchFilters/filters/Damaged.styl +1 -1
- package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
- package/source/components/SearchFilters/filters/Doors.styl +18 -18
- package/source/components/SearchFilters/filters/Doors.tsx +113 -113
- package/source/components/SearchFilters/filters/DriveType.styl +22 -22
- package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
- package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
- package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
- package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
- package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
- package/source/components/SearchFilters/filters/Fuel.styl +27 -27
- package/source/components/SearchFilters/filters/Fuel.tsx +73 -73
- package/source/components/SearchFilters/filters/Highlights.styl +38 -38
- package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
- package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
- package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
- package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
- package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
- package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
- package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
- package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
- package/source/components/SearchFilters/filters/Mileage.tsx +105 -105
- package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
- package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
- package/source/components/SearchFilters/filters/Owners.styl +23 -23
- package/source/components/SearchFilters/filters/Owners.tsx +72 -72
- package/source/components/SearchFilters/filters/Power.tsx +154 -154
- package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
- package/source/components/SearchFilters/filters/Rate.styl +34 -34
- package/source/components/SearchFilters/filters/Rate.tsx +53 -53
- package/source/components/SearchFilters/filters/Seats.styl +31 -31
- package/source/components/SearchFilters/filters/Seats.tsx +53 -53
- package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
- package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
- package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
- package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
- package/source/components/SearchFilters/filters/Transmission.styl +20 -20
- package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
- package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
- package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
- package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
- package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
- package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
- package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/SearchPage/DropDown/index.ts +8 -8
- package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
- package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
- package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
- package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
- package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +109 -99
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +84 -84
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +102 -102
- package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +81 -81
- package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
- package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
- package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
- package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +127 -127
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
- package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
- package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
- package/source/components/SearchWidget/SearchWidget.story.js +191 -191
- package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
- package/source/components/SearchWidget/SearchWidget.styl +196 -196
- package/source/components/SearchWidget/SearchWidget.tsx +208 -208
- package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
- package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
- package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
- package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
- package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
- package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
- package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
- package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
- package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
- package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
- package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
- package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
- package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +216 -216
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +125 -125
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +293 -293
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
- package/source/components/SearchWidgetsMobile/index.ts +18 -18
- package/source/components/Stepper/Step/Step.styl +46 -46
- package/source/components/Stepper/Step/Step.tsx +44 -44
- package/source/components/Stepper/Stepper.story.js +119 -119
- package/source/components/Stepper/Stepper.story.styl +41 -41
- package/source/components/Stepper/Stepper.styl +10 -10
- package/source/components/Stepper/Stepper.tsx +67 -67
- package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
- package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
- package/source/components/Theme.story.js +36 -36
- package/source/components/Theme.story.styl +85 -85
- package/source/components/TickerText/TickerText.story.js +17 -17
- package/source/components/TickerText/TickerText.styl +43 -43
- package/source/components/TickerText/TickerText.tsx +24 -24
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +149 -143
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
- package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
- package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
- package/source/components/VehicleDetailedSidebar/partials/Properties.styl +53 -57
- package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
- package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
- package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
- package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
- package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
- package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
- package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
- package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
- package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
- package/source/components/VehiclePromoSlider/cars.js +220 -220
- package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
- package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +163 -149
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +186 -164
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +229 -200
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +155 -148
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +123 -103
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +296 -262
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +18 -20
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +127 -108
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +90 -85
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +212 -180
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +397 -367
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +184 -184
- package/source/components/_common/Accordion/Accordion.story.js +36 -36
- package/source/components/_common/Accordion/Accordion.styl +2 -2
- package/source/components/_common/Accordion/Accordion.tsx +132 -132
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
- package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
- package/source/components/_common/Badge/Badge.story.js +27 -27
- package/source/components/_common/Badge/Badge.story.styl +5 -5
- package/source/components/_common/Badge/Badge.styl +41 -35
- 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 -46
- package/source/components/_common/Button/Button.tsx +78 -78
- package/source/components/_common/ButtonOld/Button.story.js +54 -54
- package/source/components/_common/ButtonOld/Button.story.styl +5 -5
- package/source/components/_common/ButtonOld/Button.styl +65 -65
- package/source/components/_common/ButtonOld/Button.tsx +84 -84
- package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
- package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
- package/source/components/_common/Checkbox/Checkbox.styl +119 -119
- package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
- package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
- package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
- package/source/components/_common/Checkbox/index.js +4 -4
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
- package/source/components/_common/Chip/Chip.story.js +43 -43
- package/source/components/_common/Chip/Chip.styl +69 -69
- package/source/components/_common/Chip/Chip.tsx +40 -40
- package/source/components/_common/ChipList/ChipList.story.js +36 -36
- package/source/components/_common/ChipList/ChipList.styl +80 -80
- package/source/components/_common/ChipList/ChipList.tsx +58 -58
- package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
- package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
- package/source/components/_common/Divider/Divider.styl +8 -8
- package/source/components/_common/Divider/Divider.tsx +16 -16
- package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
- package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
- package/source/components/_common/DropDown/DropDown.story.js +35 -35
- package/source/components/_common/DropDown/DropDown.styl +129 -129
- package/source/components/_common/DropDown/DropDown.tsx +111 -111
- package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
- package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
- package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
- package/source/components/_common/DropDown/FormDropDown.styl +35 -35
- package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
- package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/_common/DropDown/index.ts +7 -7
- package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
- package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
- package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
- package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +99 -89
- package/source/components/_common/FilterLabel/FilterLabel.styl +24 -24
- package/source/components/_common/FilterLabel/FilterLabel.tsx +23 -23
- package/source/components/_common/Histogram/Histogram.story.js +51 -51
- package/source/components/_common/IconContainer/IconContainer.styl +23 -23
- package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
- package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
- package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
- package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
- package/source/components/_common/IconSVG/IconSVGConfig.tsx +764 -675
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +22 -0
- package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
- package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +20 -0
- 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 -0
- 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 -0
- 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 -0
- package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +24 -0
- 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 -0
- 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 -18
- 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 -0
- package/source/components/_common/IconSVG/SVG/flags/BE.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/BG.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/CH.tsx +22 -0
- package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +18 -0
- package/source/components/_common/IconSVG/SVG/flags/DE.tsx +18 -0
- package/source/components/_common/IconSVG/SVG/flags/DK.tsx +18 -0
- package/source/components/_common/IconSVG/SVG/flags/ES.tsx +2585 -0
- package/source/components/_common/IconSVG/SVG/flags/FI.tsx +18 -0
- package/source/components/_common/IconSVG/SVG/flags/FR.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/GB.tsx +26 -0
- package/source/components/_common/IconSVG/SVG/flags/HR.tsx +135 -0
- package/source/components/_common/IconSVG/SVG/flags/HU.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/IT.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/LI.tsx +106 -0
- package/source/components/_common/IconSVG/SVG/flags/LU.tsx +18 -0
- package/source/components/_common/IconSVG/SVG/flags/NL.tsx +18 -0
- package/source/components/_common/IconSVG/SVG/flags/NO.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/PL.tsx +19 -0
- package/source/components/_common/IconSVG/SVG/flags/RO.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/RU.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/SE.tsx +20 -0
- package/source/components/_common/IconSVG/SVG/flags/SI.tsx +54 -0
- package/source/components/_common/IconSVG/SVG/flags/SK.tsx +35 -0
- package/source/components/_common/IconSVG/SVG/flags/UA.tsx +19 -0
- package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +18 -28
- 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 -0
- package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
- package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +19 -21
- package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
- package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +21 -23
- package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
- package/source/components/_common/Image/Image.story.js +142 -142
- package/source/components/_common/Image/Image.story.styl +18 -18
- package/source/components/_common/Image/Image.styl +109 -109
- package/source/components/_common/Image/Image.tsx +302 -302
- package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
- package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
- package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
- package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
- package/source/components/_common/Loader/Loader.story.js +21 -21
- package/source/components/_common/Loader/Loader.styl +39 -39
- package/source/components/_common/Loader/Loader.tsx +32 -32
- package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
- package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
- package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.story.js +49 -49
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +71 -55
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +40 -41
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +204 -201
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +250 -225
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
- package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
- package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
- package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
- package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
- package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
- package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
- package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +126 -133
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +220 -213
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
- package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
- package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
- package/source/components/_common/MaterialSwitch/MaterialSwitch.story.js +17 -17
- package/source/components/_common/MaterialSwitch/MaterialSwitch.styled.tsx +5 -5
- package/source/components/_common/MaterialSwitch/MaterialSwitch.tsx +35 -35
- package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
- package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +21 -21
- package/source/components/_common/Modal/CookieModal.tsx +40 -37
- package/source/components/_common/Modal/Modal.story.js +37 -37
- package/source/components/_common/Modal/Modal.styled.tsx +13 -12
- package/source/components/_common/Modal/Modal.tsx +27 -27
- package/source/components/_common/Modal/ModalsConfig.tsx +19 -19
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +68 -56
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +147 -145
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +44 -34
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +33 -31
- package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
- package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
- package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
- package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
- package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
- package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
- package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
- package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
- package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
- package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
- package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
- package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
- package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
- package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
- package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
- package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
- package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
- package/source/components/_common/Radio/Radio.story.js +54 -54
- package/source/components/_common/Radio/Radio.styl +115 -115
- package/source/components/_common/Radio/Radio.tsx +141 -141
- package/source/components/_common/Radio/RadioGroup.story.js +90 -90
- package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
- package/source/components/_common/Radio/RadioGroup.styl +5 -5
- package/source/components/_common/Radio/RadioGroup.tsx +65 -65
- package/source/components/_common/Range/Range.story.js +46 -46
- package/source/components/_common/Range/Range.story.styl +4 -4
- package/source/components/_common/Range/Range.styl +71 -71
- package/source/components/_common/Range/Range.tsx +69 -69
- package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
- package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
- package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
- package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
- package/source/components/_common/Slider/Slider.styl +2 -2
- package/source/components/_common/Slider/Slider.tsx +130 -130
- package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
- package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
- package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
- package/source/components/_common/StarButton/StarButton.styl +39 -39
- package/source/components/_common/StarButton/StarButton.tsx +31 -31
- package/source/components/_common/Tabs/TabPanel.tsx +28 -28
- package/source/components/_common/Tabs/Tabs.story.js +55 -55
- package/source/components/_common/Tabs/Tabs.styl +40 -40
- package/source/components/_common/Tabs/Tabs.tsx +44 -44
- package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
- package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
- package/source/components/_common/TextField/FormTextField.story.js +21 -21
- package/source/components/_common/TextField/FormTextField.styl +35 -35
- package/source/components/_common/TextField/FormTextField.tsx +54 -54
- package/source/components/_common/TextField/TextField.styl +37 -37
- package/source/components/_common/TextField/TextField.tsx +77 -77
- package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
- package/source/components/_common/TimePicker/TimePicker.styl +22 -20
- package/source/components/_common/TimePicker/TimePicker.tsx +146 -142
- package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
- package/source/components/_common/Tooltip/Tooltip.styl +123 -123
- package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
- package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +74 -73
- package/source/components/_common/UserMenu/MaterialMenu.tsx +95 -95
- package/source/components/_common/UserMenu/MaterialMenuItem.tsx +54 -54
- package/source/components/_common/Usp/Usp.styl +78 -78
- package/source/components/_common/Usp/Usp.tsx +30 -30
- package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
- package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
- package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
- package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
- package/source/components/_common/withLabel/withLabel.story.js +62 -62
- package/source/components/_common/withLabel/withLabel.styl +33 -33
- package/source/components/_common/withLabel/withLabel.tsx +44 -44
- package/source/components/_common/withPopover/withPopover.story.js +48 -48
- package/source/components/_common/withPopover/withPopover.story.styl +53 -53
- package/source/components/_common/withPopover/withPopover.styl +3 -3
- package/source/components/_common/withPopover/withPopover.tsx +88 -88
- package/source/components/_common/withStats/withStats.story.js +75 -75
- package/source/components/_common/withStats/withStats.styl +150 -194
- package/source/components/_common/withStats/withStats.tsx +185 -176
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +55 -51
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +422 -422
- package/source/framework/DataTransformers.ts +80 -80
- package/source/framework/constants/RateSearchWidget.ts +15 -15
- package/source/framework/constants/Search.ts +290 -290
- package/source/framework/constants/SearchWidget.ts +108 -108
- package/source/framework/constants/app.ts +223 -223
- package/source/framework/constants/cars.ts +36 -36
- package/source/framework/constants/common.ts +31 -19
- package/source/framework/constants/data.ts +52 -52
- package/source/framework/constants/filters.ts +11 -11
- package/source/framework/constants/highlights.ts +165 -165
- package/source/framework/constants/price.ts +9 -9
- package/source/framework/constants/queryBuilder.ts +4 -4
- package/source/framework/constants/selectors.ts +38 -38
- package/source/framework/constants.ts +116 -116
- package/source/framework/data.ts +6 -6
- package/source/framework/factories/BreadcrumbsFactory.tsx +271 -260
- package/source/framework/factories/FactoryTypes.d.ts +30 -29
- package/source/framework/factories/FilterFactory.ts +364 -364
- package/source/framework/factories/ModalsFactory.tsx +11 -11
- package/source/framework/hooks/useModal.ts +13 -13
- package/source/framework/schemes/AggregationScheme.ts +73 -73
- package/source/framework/types/types.ts +336 -334
- package/source/framework/utils/CommonUtils.ts +563 -546
- package/source/framework/utils/CookieUtils.ts +61 -61
- package/source/framework/utils/DateUtils.ts +93 -93
- package/source/framework/utils/FiltersUtils.ts +234 -234
- package/source/framework/utils/RequestUtils.ts +20 -20
- package/source/framework/utils/StyledComponent.ts +2 -2
- package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
- package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
- package/source/framework/vehiclesProps/decoratedProps.tsx +1036 -1040
- package/source/framework/vehiclesProps/equipment.ts +128 -128
- package/source/framework/vehiclesProps/highlights.ts +54 -54
- package/source/framework/vehiclesProps/vehicleDetails.ts +329 -329
- package/source/globals.d.ts +18 -18
- package/source/locales/SearchDetailedPage.ts +205 -205
- package/source/locales/SearchPage.ts +224 -224
- package/source/locales/cbd.ts +719 -719
- package/source/locales/common.ts +109 -109
- package/source/locales/data.ts +1076 -1074
- 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 -10
- package/source/theme/selector_colors.styl +61 -61
- package/source/theme/slider.global.styl +3 -3
- package/source/theme/theme.styl +136 -136
- package/tsconfig.json +63 -63
- package/tslint.json +40 -40
- package/utils.ts +33 -17
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const CloseGrey = (
|
|
5
|
+
props: any
|
|
6
|
+
) => {
|
|
7
|
+
return (
|
|
8
|
+
<svg
|
|
9
|
+
width="14"
|
|
10
|
+
height="14"
|
|
11
|
+
viewBox="0 0 14 14"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path d="M13.3602 1.94045L12.0677 0.647949L6.94352 5.77212L1.81936 0.647949L0.526855 1.94045L5.65102 7.06462L0.526855 12.1888L1.81936 13.4813L6.94352 8.35711L12.0677 13.4813L13.3602 12.1888L8.23602 7.06462L13.3602 1.94045Z" fill="#4C4E64" fillOpacity="0.54"/>
|
|
17
|
+
</svg>
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export default CloseGrey;
|
|
22
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgContactEmail = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
width="65"
|
|
9
|
-
height="65"
|
|
10
|
-
viewBox="0 0 65 65"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
{ ...props }
|
|
14
|
-
>
|
|
15
|
-
<circle cx="32.3081" cy="32.7002" r="31.25" stroke="#005CCB" strokeOpacity="0.8" strokeWidth="1.5"/>
|
|
16
|
-
<path d="M17.1969 46.9225C16.4858 46.9225 15.8636 46.6558 15.3303 46.1225C14.7969 45.5891 14.5303 44.9669 14.5303 44.2558V21.1447C14.5303 20.4336 14.7969 19.8114 15.3303 19.278C15.8636 18.7447 16.4858 18.478 17.1969 18.478H47.4192C48.1303 18.478 48.7525 18.7447 49.2858 19.278C49.8192 19.8114 50.0858 20.4336 50.0858 21.1447V44.2558C50.0858 44.9669 49.8192 45.5891 49.2858 46.1225C48.7525 46.6558 48.1303 46.9225 47.4192 46.9225H17.1969ZM32.3081 33.5002L17.1969 23.5891V44.2558H47.4192V23.5891L32.3081 33.5002ZM32.3081 30.8336L47.2414 21.1447H17.4192L32.3081 30.8336Z" fill="#005CCB"/>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default SvgContactEmail;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgContactEmail = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
width="65"
|
|
9
|
+
height="65"
|
|
10
|
+
viewBox="0 0 65 65"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{ ...props }
|
|
14
|
+
>
|
|
15
|
+
<circle cx="32.3081" cy="32.7002" r="31.25" stroke="#005CCB" strokeOpacity="0.8" strokeWidth="1.5"/>
|
|
16
|
+
<path d="M17.1969 46.9225C16.4858 46.9225 15.8636 46.6558 15.3303 46.1225C14.7969 45.5891 14.5303 44.9669 14.5303 44.2558V21.1447C14.5303 20.4336 14.7969 19.8114 15.3303 19.278C15.8636 18.7447 16.4858 18.478 17.1969 18.478H47.4192C48.1303 18.478 48.7525 18.7447 49.2858 19.278C49.8192 19.8114 50.0858 20.4336 50.0858 21.1447V44.2558C50.0858 44.9669 49.8192 45.5891 49.2858 46.1225C48.7525 46.6558 48.1303 46.9225 47.4192 46.9225H17.1969ZM32.3081 33.5002L17.1969 23.5891V44.2558H47.4192V23.5891L32.3081 33.5002ZM32.3081 30.8336L47.2414 21.1447H17.4192L32.3081 30.8336Z" fill="#005CCB"/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgContactEmail;
|
|
21
|
+
/* tslint:enable */
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgContactPhone = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
width="65"
|
|
9
|
-
height="65"
|
|
10
|
-
viewBox="0 0 65 65"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
{ ...props }
|
|
14
|
-
>
|
|
15
|
-
<circle cx="32.3081" cy="32.208" r="31.25" stroke="#005CCB" strokeOpacity="0.8" strokeWidth="1.5"/>
|
|
16
|
-
<g clipPath="url(#clip0_4351_8200)">
|
|
17
|
-
<path d="M23.4102 20.8003C23.508 22.2506 23.7525 23.6684 24.1436 25.021L22.188 26.9766C21.5199 25.021 21.0962 22.9514 20.9495 20.8003H23.4102V20.8003ZM39.4784 40.3884C40.8636 40.7795 42.2814 41.024 43.7154 41.1218V43.5499C41.5643 43.4032 39.4947 42.9795 37.5228 42.3277L39.4784 40.3884V40.3884ZM24.9747 17.541H19.271C18.3747 17.541 17.6414 18.2743 17.6414 19.1706C17.6414 34.4729 30.0428 46.8743 45.3451 46.8743C46.2414 46.8743 46.9747 46.141 46.9747 45.2447V39.5573C46.9747 38.661 46.2414 37.9277 45.3451 37.9277C43.3243 37.9277 41.3525 37.6018 39.5273 36.9988C39.3643 36.9336 39.1851 36.9173 39.0221 36.9173C38.5984 36.9173 38.191 37.0803 37.8651 37.3899L34.2799 40.9751C29.668 38.6121 25.8873 34.8477 23.5406 30.2358L27.1258 26.6506C27.5821 26.1943 27.7125 25.5588 27.5332 24.9884C26.9302 23.1632 26.6043 21.2077 26.6043 19.1706C26.6043 18.2743 25.871 17.541 24.9747 17.541Z" fill="#005CCB"/>
|
|
18
|
-
</g>
|
|
19
|
-
<defs>
|
|
20
|
-
<clipPath id="clip0_4351_8200">
|
|
21
|
-
<rect width="39.1111" height="39.1111" fill="white" transform="translate(12.7524 12.6523)"/>
|
|
22
|
-
</clipPath>
|
|
23
|
-
</defs>
|
|
24
|
-
</svg>
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
export default SvgContactPhone;
|
|
28
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgContactPhone = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
width="65"
|
|
9
|
+
height="65"
|
|
10
|
+
viewBox="0 0 65 65"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{ ...props }
|
|
14
|
+
>
|
|
15
|
+
<circle cx="32.3081" cy="32.208" r="31.25" stroke="#005CCB" strokeOpacity="0.8" strokeWidth="1.5"/>
|
|
16
|
+
<g clipPath="url(#clip0_4351_8200)">
|
|
17
|
+
<path d="M23.4102 20.8003C23.508 22.2506 23.7525 23.6684 24.1436 25.021L22.188 26.9766C21.5199 25.021 21.0962 22.9514 20.9495 20.8003H23.4102V20.8003ZM39.4784 40.3884C40.8636 40.7795 42.2814 41.024 43.7154 41.1218V43.5499C41.5643 43.4032 39.4947 42.9795 37.5228 42.3277L39.4784 40.3884V40.3884ZM24.9747 17.541H19.271C18.3747 17.541 17.6414 18.2743 17.6414 19.1706C17.6414 34.4729 30.0428 46.8743 45.3451 46.8743C46.2414 46.8743 46.9747 46.141 46.9747 45.2447V39.5573C46.9747 38.661 46.2414 37.9277 45.3451 37.9277C43.3243 37.9277 41.3525 37.6018 39.5273 36.9988C39.3643 36.9336 39.1851 36.9173 39.0221 36.9173C38.5984 36.9173 38.191 37.0803 37.8651 37.3899L34.2799 40.9751C29.668 38.6121 25.8873 34.8477 23.5406 30.2358L27.1258 26.6506C27.5821 26.1943 27.7125 25.5588 27.5332 24.9884C26.9302 23.1632 26.6043 21.2077 26.6043 19.1706C26.6043 18.2743 25.871 17.541 24.9747 17.541Z" fill="#005CCB"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_4351_8200">
|
|
21
|
+
<rect width="39.1111" height="39.1111" fill="white" transform="translate(12.7524 12.6523)"/>
|
|
22
|
+
</clipPath>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
export default SvgContactPhone;
|
|
28
|
+
/* tslint:enable */
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgCopyIcon = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
version={1.1}
|
|
7
|
-
id="copyIcon_svg__Capa_1"
|
|
8
|
-
x={0}
|
|
9
|
-
y={0}
|
|
10
|
-
viewBox="0 0 488.3 488.3"
|
|
11
|
-
xmlSpace="preserve"
|
|
12
|
-
width="1em"
|
|
13
|
-
height="1em"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<path d="M314.25 85.4h-227c-21.3 0-38.6 17.3-38.6 38.6v325.7c0 21.3 17.3 38.6 38.6 38.6h227c21.3 0 38.6-17.3 38.6-38.6V124c-.1-21.3-17.4-38.6-38.6-38.6zm11.5 364.2c0 6.4-5.2 11.6-11.6 11.6h-227c-6.4 0-11.6-5.2-11.6-11.6V124c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.6z" />
|
|
17
|
-
<path d="M401.05 0h-227c-21.3 0-38.6 17.3-38.6 38.6 0 7.5 6 13.5 13.5 13.5s13.5-6 13.5-13.5c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.7c0 6.4-5.2 11.6-11.6 11.6-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5c21.3 0 38.6-17.3 38.6-38.6V38.6c0-21.3-17.3-38.6-38.6-38.6z" />
|
|
18
|
-
</svg>
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
export default SvgCopyIcon;
|
|
22
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCopyIcon = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
version={1.1}
|
|
7
|
+
id="copyIcon_svg__Capa_1"
|
|
8
|
+
x={0}
|
|
9
|
+
y={0}
|
|
10
|
+
viewBox="0 0 488.3 488.3"
|
|
11
|
+
xmlSpace="preserve"
|
|
12
|
+
width="1em"
|
|
13
|
+
height="1em"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path d="M314.25 85.4h-227c-21.3 0-38.6 17.3-38.6 38.6v325.7c0 21.3 17.3 38.6 38.6 38.6h227c21.3 0 38.6-17.3 38.6-38.6V124c-.1-21.3-17.4-38.6-38.6-38.6zm11.5 364.2c0 6.4-5.2 11.6-11.6 11.6h-227c-6.4 0-11.6-5.2-11.6-11.6V124c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.6z" />
|
|
17
|
+
<path d="M401.05 0h-227c-21.3 0-38.6 17.3-38.6 38.6 0 7.5 6 13.5 13.5 13.5s13.5-6 13.5-13.5c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.7c0 6.4-5.2 11.6-11.6 11.6-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5c21.3 0 38.6-17.3 38.6-38.6V38.6c0-21.3-17.3-38.6-38.6-38.6z" />
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default SvgCopyIcon;
|
|
22
|
+
/* tslint:enable */
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgCopyIcon = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
version={1.1}
|
|
7
|
-
id="copyIcon_svg__Capa_1"
|
|
8
|
-
x={0}
|
|
9
|
-
y={0}
|
|
10
|
-
viewBox="0 0 488.3 488.3"
|
|
11
|
-
xmlSpace="preserve"
|
|
12
|
-
width="1em"
|
|
13
|
-
height="1em"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<path d="M314.25 85.4h-227c-21.3 0-38.6 17.3-38.6 38.6v325.7c0 21.3 17.3 38.6 38.6 38.6h227c21.3 0 38.6-17.3 38.6-38.6V124c-.1-21.3-17.4-38.6-38.6-38.6zm11.5 364.2c0 6.4-5.2 11.6-11.6 11.6h-227c-6.4 0-11.6-5.2-11.6-11.6V124c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.6z" />
|
|
17
|
-
<path d="M401.05 0h-227c-21.3 0-38.6 17.3-38.6 38.6 0 7.5 6 13.5 13.5 13.5s13.5-6 13.5-13.5c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.7c0 6.4-5.2 11.6-11.6 11.6-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5c21.3 0 38.6-17.3 38.6-38.6V38.6c0-21.3-17.3-38.6-38.6-38.6z" />
|
|
18
|
-
</svg>
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
export default SvgCopyIcon;
|
|
22
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCopyIcon = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
version={1.1}
|
|
7
|
+
id="copyIcon_svg__Capa_1"
|
|
8
|
+
x={0}
|
|
9
|
+
y={0}
|
|
10
|
+
viewBox="0 0 488.3 488.3"
|
|
11
|
+
xmlSpace="preserve"
|
|
12
|
+
width="1em"
|
|
13
|
+
height="1em"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path d="M314.25 85.4h-227c-21.3 0-38.6 17.3-38.6 38.6v325.7c0 21.3 17.3 38.6 38.6 38.6h227c21.3 0 38.6-17.3 38.6-38.6V124c-.1-21.3-17.4-38.6-38.6-38.6zm11.5 364.2c0 6.4-5.2 11.6-11.6 11.6h-227c-6.4 0-11.6-5.2-11.6-11.6V124c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.6z" />
|
|
17
|
+
<path d="M401.05 0h-227c-21.3 0-38.6 17.3-38.6 38.6 0 7.5 6 13.5 13.5 13.5s13.5-6 13.5-13.5c0-6.4 5.2-11.6 11.6-11.6h227c6.4 0 11.6 5.2 11.6 11.6v325.7c0 6.4-5.2 11.6-11.6 11.6-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5c21.3 0 38.6-17.3 38.6-38.6V38.6c0-21.3-17.3-38.6-38.6-38.6z" />
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default SvgCopyIcon;
|
|
22
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgCopyIconForDealer = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 17 21"
|
|
9
|
-
fill="none"
|
|
10
|
-
width="1em"
|
|
11
|
-
height="1em"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path d="M2.84 18.99v.15h10v1.7H2.99a1.86 1.86 0 01-1.85-1.85V3.14h1.7v15.85z" stroke="#fff" strokeWidth=".3"/>
|
|
15
|
-
<path d="M14.99 15.14h.15V2.8h-8.3v12.34h8.15zm-8-14.04h8c1.01 0 1.85.84 1.85 1.85V15c0 1.02-.84 1.85-1.85 1.85h-8a1.86 1.86 0 01-1.85-1.85V2.95c0-1.01.83-1.85 1.85-1.85z" stroke="#fff" strokeWidth=".3"/>
|
|
16
|
-
<path d="M9.49 9.57h-.15v1.75h-1.2v-2.1c0-.47.38-.85.85-.85H11.48l-.26-.25-.58-.59.85-.85 2.28 2.3-2.28 2.28-.85-.85.58-.58.26-.26H9.49z" stroke="#fff" strokeWidth=".3"/>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default SvgCopyIconForDealer;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCopyIconForDealer = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 17 21"
|
|
9
|
+
fill="none"
|
|
10
|
+
width="1em"
|
|
11
|
+
height="1em"
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<path d="M2.84 18.99v.15h10v1.7H2.99a1.86 1.86 0 01-1.85-1.85V3.14h1.7v15.85z" stroke="#fff" strokeWidth=".3"/>
|
|
15
|
+
<path d="M14.99 15.14h.15V2.8h-8.3v12.34h8.15zm-8-14.04h8c1.01 0 1.85.84 1.85 1.85V15c0 1.02-.84 1.85-1.85 1.85h-8a1.86 1.86 0 01-1.85-1.85V2.95c0-1.01.83-1.85 1.85-1.85z" stroke="#fff" strokeWidth=".3"/>
|
|
16
|
+
<path d="M9.49 9.57h-.15v1.75h-1.2v-2.1c0-.47.38-.85.85-.85H11.48l-.26-.25-.58-.59.85-.85 2.28 2.3-2.28 2.28-.85-.85.58-.58.26-.26H9.49z" stroke="#fff" strokeWidth=".3"/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgCopyIconForDealer;
|
|
21
|
+
/* tslint:enable */
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const DashboardIcon = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
width="18"
|
|
9
|
-
height="18"
|
|
10
|
-
viewBox="0 0 18 18"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
{ ...props }
|
|
14
|
-
>
|
|
15
|
-
<path d="M10.25 5.53311V1.83311C10.25 1.58311 10.3373 1.37044 10.512 1.19511C10.6873 1.02044 10.9 0.933105 11.15 0.933105H16.6C16.85 0.933105 17.0627 1.02044 17.238 1.19511C17.4127 1.37044 17.5 1.58311 17.5 1.83311V5.53311C17.5 5.78311 17.4127 5.99577 17.238 6.17111C17.0627 6.34577 16.85 6.43311 16.6 6.43311H11.15C10.9 6.43311 10.6873 6.34577 10.512 6.17111C10.3373 5.99577 10.25 5.78311 10.25 5.53311ZM0.5 9.03311V1.83311C0.5 1.58311 0.587667 1.37044 0.763 1.19511C0.937667 1.02044 1.15 0.933105 1.4 0.933105H6.85C7.1 0.933105 7.31267 1.02044 7.488 1.19511C7.66267 1.37044 7.75 1.58311 7.75 1.83311V9.03311C7.75 9.28311 7.66267 9.49577 7.488 9.67111C7.31267 9.84577 7.1 9.93311 6.85 9.93311H1.4C1.15 9.93311 0.937667 9.84577 0.763 9.67111C0.587667 9.49577 0.5 9.28311 0.5 9.03311ZM10.25 17.0331V9.83311C10.25 9.58311 10.3373 9.37044 10.512 9.19511C10.6873 9.02044 10.9 8.93311 11.15 8.93311H16.6C16.85 8.93311 17.0627 9.02044 17.238 9.19511C17.4127 9.37044 17.5 9.58311 17.5 9.83311V17.0331C17.5 17.2831 17.4127 17.4958 17.238 17.6711C17.0627 17.8458 16.85 17.9331 16.6 17.9331H11.15C10.9 17.9331 10.6873 17.8458 10.512 17.6711C10.3373 17.4958 10.25 17.2831 10.25 17.0331ZM0.5 17.0331V13.3331C0.5 13.0831 0.587667 12.8704 0.763 12.6951C0.937667 12.5204 1.15 12.4331 1.4 12.4331H6.85C7.1 12.4331 7.31267 12.5204 7.488 12.6951C7.66267 12.8704 7.75 13.0831 7.75 13.3331V17.0331C7.75 17.2831 7.66267 17.4958 7.488 17.6711C7.31267 17.8458 7.1 17.9331 6.85 17.9331H1.4C1.15 17.9331 0.937667 17.8458 0.763 17.6711C0.587667 17.4958 0.5 17.2831 0.5 17.0331ZM2 8.43311H6.25V2.43311H2V8.43311ZM11.75 16.4331H16V10.4331H11.75V16.4331ZM11.75 4.93311H16V2.43311H11.75V4.93311ZM2 16.4331H6.25V13.9331H2V16.4331Z" fill="#4C4E64" fillOpacity="0.87"/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default DashboardIcon;
|
|
20
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const DashboardIcon = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
width="18"
|
|
9
|
+
height="18"
|
|
10
|
+
viewBox="0 0 18 18"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{ ...props }
|
|
14
|
+
>
|
|
15
|
+
<path d="M10.25 5.53311V1.83311C10.25 1.58311 10.3373 1.37044 10.512 1.19511C10.6873 1.02044 10.9 0.933105 11.15 0.933105H16.6C16.85 0.933105 17.0627 1.02044 17.238 1.19511C17.4127 1.37044 17.5 1.58311 17.5 1.83311V5.53311C17.5 5.78311 17.4127 5.99577 17.238 6.17111C17.0627 6.34577 16.85 6.43311 16.6 6.43311H11.15C10.9 6.43311 10.6873 6.34577 10.512 6.17111C10.3373 5.99577 10.25 5.78311 10.25 5.53311ZM0.5 9.03311V1.83311C0.5 1.58311 0.587667 1.37044 0.763 1.19511C0.937667 1.02044 1.15 0.933105 1.4 0.933105H6.85C7.1 0.933105 7.31267 1.02044 7.488 1.19511C7.66267 1.37044 7.75 1.58311 7.75 1.83311V9.03311C7.75 9.28311 7.66267 9.49577 7.488 9.67111C7.31267 9.84577 7.1 9.93311 6.85 9.93311H1.4C1.15 9.93311 0.937667 9.84577 0.763 9.67111C0.587667 9.49577 0.5 9.28311 0.5 9.03311ZM10.25 17.0331V9.83311C10.25 9.58311 10.3373 9.37044 10.512 9.19511C10.6873 9.02044 10.9 8.93311 11.15 8.93311H16.6C16.85 8.93311 17.0627 9.02044 17.238 9.19511C17.4127 9.37044 17.5 9.58311 17.5 9.83311V17.0331C17.5 17.2831 17.4127 17.4958 17.238 17.6711C17.0627 17.8458 16.85 17.9331 16.6 17.9331H11.15C10.9 17.9331 10.6873 17.8458 10.512 17.6711C10.3373 17.4958 10.25 17.2831 10.25 17.0331ZM0.5 17.0331V13.3331C0.5 13.0831 0.587667 12.8704 0.763 12.6951C0.937667 12.5204 1.15 12.4331 1.4 12.4331H6.85C7.1 12.4331 7.31267 12.5204 7.488 12.6951C7.66267 12.8704 7.75 13.0831 7.75 13.3331V17.0331C7.75 17.2831 7.66267 17.4958 7.488 17.6711C7.31267 17.8458 7.1 17.9331 6.85 17.9331H1.4C1.15 17.9331 0.937667 17.8458 0.763 17.6711C0.587667 17.4958 0.5 17.2831 0.5 17.0331ZM2 8.43311H6.25V2.43311H2V8.43311ZM11.75 16.4331H16V10.4331H11.75V16.4331ZM11.75 4.93311H16V2.43311H11.75V4.93311ZM2 16.4331H6.25V13.9331H2V16.4331Z" fill="#4C4E64" fillOpacity="0.87"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export default DashboardIcon;
|
|
20
|
+
/* tslint:enable */
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const DashboardQuestionMark = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
width="28"
|
|
9
|
+
height="27"
|
|
10
|
+
viewBox="0 0 28 27"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{ ...props }
|
|
14
|
+
>
|
|
15
|
+
<path d="M12.3513 21.6065H15.018V18.9399H12.3513V21.6065ZM13.6847 0.273193C6.32468 0.273193 0.351349 6.24653 0.351349 13.6065C0.351349 20.9665 6.32468 26.9399 13.6847 26.9399C21.0447 26.9399 27.018 20.9665 27.018 13.6065C27.018 6.24653 21.0447 0.273193 13.6847 0.273193ZM13.6847 24.2732C7.80468 24.2732 3.01802 19.4865 3.01802 13.6065C3.01802 7.72653 7.80468 2.93986 13.6847 2.93986C19.5647 2.93986 24.3513 7.72653 24.3513 13.6065C24.3513 19.4865 19.5647 24.2732 13.6847 24.2732ZM13.6847 5.60653C10.738 5.60653 8.35135 7.99319 8.35135 10.9399H11.018C11.018 9.47319 12.218 8.27319 13.6847 8.27319C15.1513 8.27319 16.3513 9.47319 16.3513 10.9399C16.3513 13.6065 12.3513 13.2732 12.3513 17.6065H15.018C15.018 14.6065 19.018 14.2732 19.018 10.9399C19.018 7.99319 16.6313 5.60653 13.6847 5.60653Z" fill="#005CCB"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export default DashboardQuestionMark;
|
|
20
|
+
/* tslint:enable */
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const DealersIcon = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
width="20"
|
|
9
|
-
height="17"
|
|
10
|
-
viewBox="0 0 20 17"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
{ ...props }
|
|
14
|
-
>
|
|
15
|
-
<path d="M2.99995 2.43311C2.71662 2.43311 2.47895 2.33744 2.28695 2.14611C2.09562 1.95411 1.99995 1.71644 1.99995 1.43311C1.99995 1.14977 2.09562 0.912106 2.28695 0.720106C2.47895 0.528772 2.71662 0.433105 2.99995 0.433105H17C17.2833 0.433105 17.5206 0.528772 17.712 0.720106C17.9039 0.912106 18 1.14977 18 1.43311C18 1.71644 17.9039 1.95411 17.712 2.14611C17.5206 2.33744 17.2833 2.43311 17 2.43311H2.99995ZM2.99995 16.4331C2.71662 16.4331 2.47895 16.3371 2.28695 16.1451C2.09562 15.9538 1.99995 15.7164 1.99995 15.4331V10.4331H1.82495C1.50828 10.4331 1.24995 10.3121 1.04995 10.0701C0.849951 9.82877 0.783284 9.54977 0.849951 9.23311L1.84995 4.23311C1.89995 3.99977 2.01662 3.80811 2.19995 3.65811C2.38328 3.50811 2.59162 3.43311 2.82495 3.43311H17.1749C17.4083 3.43311 17.6166 3.50811 17.7999 3.65811C17.9833 3.80811 18.1 3.99977 18.15 4.23311L19.15 9.23311C19.2166 9.54977 19.15 9.82877 18.95 10.0701C18.75 10.3121 18.4916 10.4331 18.1749 10.4331H18V15.4331C18 15.7164 17.9039 15.9538 17.712 16.1451C17.5206 16.3371 17.2833 16.4331 17 16.4331C16.7166 16.4331 16.4793 16.3371 16.288 16.1451C16.096 15.9538 16 15.7164 16 15.4331V10.4331H12V15.4331C12 15.7164 11.9043 15.9538 11.713 16.1451C11.521 16.3371 11.2833 16.4331 11 16.4331H2.99995ZM3.99995 14.4331H9.99995V10.4331H3.99995V14.4331ZM3.04995 8.43311H16.95L16.35 5.43311H3.64995L3.04995 8.43311Z" fill="#4C4E64" fillOpacity="0.87"/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default DealersIcon;
|
|
20
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const DealersIcon = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
width="20"
|
|
9
|
+
height="17"
|
|
10
|
+
viewBox="0 0 20 17"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{ ...props }
|
|
14
|
+
>
|
|
15
|
+
<path d="M2.99995 2.43311C2.71662 2.43311 2.47895 2.33744 2.28695 2.14611C2.09562 1.95411 1.99995 1.71644 1.99995 1.43311C1.99995 1.14977 2.09562 0.912106 2.28695 0.720106C2.47895 0.528772 2.71662 0.433105 2.99995 0.433105H17C17.2833 0.433105 17.5206 0.528772 17.712 0.720106C17.9039 0.912106 18 1.14977 18 1.43311C18 1.71644 17.9039 1.95411 17.712 2.14611C17.5206 2.33744 17.2833 2.43311 17 2.43311H2.99995ZM2.99995 16.4331C2.71662 16.4331 2.47895 16.3371 2.28695 16.1451C2.09562 15.9538 1.99995 15.7164 1.99995 15.4331V10.4331H1.82495C1.50828 10.4331 1.24995 10.3121 1.04995 10.0701C0.849951 9.82877 0.783284 9.54977 0.849951 9.23311L1.84995 4.23311C1.89995 3.99977 2.01662 3.80811 2.19995 3.65811C2.38328 3.50811 2.59162 3.43311 2.82495 3.43311H17.1749C17.4083 3.43311 17.6166 3.50811 17.7999 3.65811C17.9833 3.80811 18.1 3.99977 18.15 4.23311L19.15 9.23311C19.2166 9.54977 19.15 9.82877 18.95 10.0701C18.75 10.3121 18.4916 10.4331 18.1749 10.4331H18V15.4331C18 15.7164 17.9039 15.9538 17.712 16.1451C17.5206 16.3371 17.2833 16.4331 17 16.4331C16.7166 16.4331 16.4793 16.3371 16.288 16.1451C16.096 15.9538 16 15.7164 16 15.4331V10.4331H12V15.4331C12 15.7164 11.9043 15.9538 11.713 16.1451C11.521 16.3371 11.2833 16.4331 11 16.4331H2.99995ZM3.99995 14.4331H9.99995V10.4331H3.99995V14.4331ZM3.04995 8.43311H16.95L16.35 5.43311H3.64995L3.04995 8.43311Z" fill="#4C4E64" fillOpacity="0.87"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export default DealersIcon;
|
|
20
|
+
/* tslint:enable */
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgDeleteCircle = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 18 18"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<circle
|
|
14
|
-
cx={9}
|
|
15
|
-
cy={9}
|
|
16
|
-
fill="#7e7e7e"
|
|
17
|
-
r={9}
|
|
18
|
-
/>
|
|
19
|
-
<g
|
|
20
|
-
fill="none"
|
|
21
|
-
stroke="#fff"
|
|
22
|
-
strokeMiterlimit={10}
|
|
23
|
-
strokeWidth={2}
|
|
24
|
-
>
|
|
25
|
-
<path d="M4.8 4.8l8.4 8.4M13.2 4.8l-8.4 8.4" />
|
|
26
|
-
</g>
|
|
27
|
-
</svg>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export default SvgDeleteCircle;
|
|
31
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgDeleteCircle = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 18 18"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<circle
|
|
14
|
+
cx={9}
|
|
15
|
+
cy={9}
|
|
16
|
+
fill="#7e7e7e"
|
|
17
|
+
r={9}
|
|
18
|
+
/>
|
|
19
|
+
<g
|
|
20
|
+
fill="none"
|
|
21
|
+
stroke="#fff"
|
|
22
|
+
strokeMiterlimit={10}
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
>
|
|
25
|
+
<path d="M4.8 4.8l8.4 8.4M13.2 4.8l-8.4 8.4" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
export default SvgDeleteCircle;
|
|
31
|
+
/* tslint:enable */
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgDeleteV1Icon = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 8.1 8.1"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<path d="M8.1.8L4.9 4.1l3.3 3.3-.9.7-3.2-3.2L.8 8.1 0 7.3 3.3 4 0 .8.8 0l3.3 3.3L7.3 0z" />
|
|
14
|
-
</svg>
|
|
15
|
-
);
|
|
16
|
-
|
|
17
|
-
export default SvgDeleteV1Icon;
|
|
18
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgDeleteV1Icon = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 8.1 8.1"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<path d="M8.1.8L4.9 4.1l3.3 3.3-.9.7-3.2-3.2L.8 8.1 0 7.3 3.3 4 0 .8.8 0l3.3 3.3L7.3 0z" />
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
export default SvgDeleteV1Icon;
|
|
18
|
+
/* tslint:enable */
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
const DeliveryDashboard = (
|
|
5
|
+
props: any
|
|
6
|
+
) => {
|
|
7
|
+
const { disabled } = props;
|
|
8
|
+
return (
|
|
9
|
+
<svg width="118" height="118" viewBox="0 0 118 118" fill={disabled ? '#D8E2FF' : '#005CCB'} xmlns="http://www.w3.org/2000/svg">
|
|
10
|
+
<g clip-path="url(#clip0_9606_64490)">
|
|
11
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M102.27 31.22C98.01 25.78 91.5 23.62 82.9 23.02C79.1 22.75 76.1 25.87 76.1 29.52V66.74H16.64C12.97 66.74 10 69.71 10 73.38V77.42C10 81.09 12.97 84.06 16.64 84.06H30C29.99 84.28 29.98 84.51 29.98 84.73C29.98 90.83 34.92 95.78 41.02 95.78C47.12 95.78 52.07 90.83 52.07 84.73C52.07 84.51 52.06 84.28 52.05 84.06H76.13C76.12 84.28 76.1 84.5 76.1 84.73C76.1 90.83 81.05 95.78 87.15 95.78C93.25 95.78 98.2 90.83 98.2 84.73C98.2 84.44 98.18 84.16 98.16 83.88H101.52C105.18 83.88 108.16 80.92 108.16 77.25V56.52C108.16 44.73 106.46 36.57 102.28 31.22H102.27ZM48.63 84.73C48.63 88.93 45.22 92.33 41.02 92.33C36.82 92.33 33.42 88.93 33.42 84.73C33.42 84.5 33.43 84.28 33.45 84.06C33.56 82.8 33.97 81.63 34.64 80.62C35.98 78.51 38.33 77.12 41.02 77.12C43.71 77.12 46.07 78.51 47.41 80.62C48.07 81.63 48.49 82.8 48.6 84.06C48.62 84.28 48.63 84.5 48.63 84.73ZM76.1 80.62H51.28C49.65 76.55 45.68 73.68 41.02 73.68C36.36 73.68 32.4 76.55 30.77 80.62H16.64C14.87 80.62 13.44 79.19 13.44 77.42V73.38C13.44 71.61 14.87 70.18 16.64 70.18H76.1V80.62ZM87.15 92.33C82.95 92.33 79.54 88.92 79.54 84.72C79.54 80.52 82.95 77.11 87.15 77.11C91.35 77.11 94.76 80.52 94.76 84.72C94.76 88.92 91.35 92.33 87.15 92.33ZM104.71 77.25C104.71 79.01 103.28 80.44 101.51 80.44H97.33C95.66 76.47 91.73 73.68 87.15 73.68C84.2 73.68 81.53 74.84 79.54 76.73V29.52C79.54 27.71 81.01 26.34 82.66 26.45C90.88 27.03 96.19 29.04 99.56 33.34C102.99 37.74 104.71 44.88 104.71 56.52V77.25Z" fill={disabled ? '#D8E2FF' : '#005CCB'}/>
|
|
12
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M85.04 30.11C83.95 30.02 83.02 30.88 83.02 31.97V48.99C83.02 51.44 84.48 53.63 86.68 54.59C87.41 54.92 88.15 54.96 88.69 54.95L98.53 54.73C98.53 54.73 98.61 54.74 98.66 54.74C98.82 54.74 99.29 54.73 99.76 54.42C100.25 54.09 100.6 53.51 100.59 52.84L100.57 51.12C100.57 44.99 99.6 39.96 97.08 36.32C94.49 32.57 90.47 30.57 85.04 30.11ZM97.13 51.32L88.62 51.5C88.28 51.51 88.13 51.47 88.06 51.44C87.1 51.02 86.46 50.06 86.46 48.99V33.75C90.17 34.37 92.62 35.92 94.25 38.27C96.18 41.06 97.13 45.26 97.13 51.13V51.32Z" fill={disabled ? '#D8E2FF' : '#005CCB'}/>
|
|
13
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M13.2 61.5499L18.71 62.8699H19.87C20.95 64.7799 23.01 66.0799 25.37 66.0799C27.73 66.0799 29.8 64.7799 30.88 62.8699H56.41C56.68 63.3499 57.01 63.7899 57.4 64.1799C57.48 64.2699 57.56 64.3499 57.65 64.4199C57.96 64.7099 58.31 64.9699 58.68 65.1899C58.8 65.2599 58.92 65.3299 59.04 65.3899C59.17 65.4599 59.31 65.5199 59.45 65.5799C59.6 65.6499 59.76 65.7099 59.93 65.7599C59.99 65.7799 60.05 65.7999 60.1 65.8199C60.27 65.8699 60.44 65.9099 60.62 65.9499C60.78 65.9799 60.94 66.0099 61.11 66.0299C61.23 66.0399 61.34 66.0599 61.46 66.0599C61.61 66.0699 61.76 66.0799 61.91 66.0799C62.06 66.0799 62.21 66.0799 62.36 66.0599C62.48 66.0599 62.59 66.0399 62.71 66.0299C62.88 66.0099 63.04 65.9799 63.2 65.9499C63.38 65.9099 63.55 65.8699 63.72 65.8199C63.77 65.7999 63.83 65.7799 63.89 65.7599C64.06 65.7099 64.22 65.6499 64.37 65.5799C64.51 65.5199 64.65 65.4599 64.78 65.3899C64.9 65.3299 65.02 65.2599 65.14 65.1899C65.44 65.0199 65.71 64.8199 65.97 64.5999C66.1 64.4899 66.23 64.3799 66.35 64.2599L66.43 64.1799C66.55 64.0499 66.68 63.9199 66.79 63.7799C66.89 63.6599 66.99 63.5299 67.08 63.3999C67.2 63.2299 67.32 63.0499 67.42 62.8699H71.1C73.41 62.8699 75.28 60.9999 75.28 58.6899V51.0099C75.28 50.4299 75.1 49.8499 74.76 49.3699C72.32 45.8999 68.35 43.8399 64.11 43.8399H57.88C56.98 43.8399 56.06 43.4099 55.33 42.6299C53.76 40.9599 51.55 38.9999 48.96 37.4399C46.38 35.8999 43.31 34.6899 40.05 34.6899C36.6 34.6899 33.7 34.8199 30.79 35.3799C25.78 36.3499 21.67 39.4299 18.23 42.6399H16.2C13.89 42.6399 12.02 44.5099 12.02 46.8199V51.2799C10.85 51.5899 10 52.6499 10 53.9199V57.4899C10 59.4199 11.32 61.0999 13.2 61.5499ZM28.26 59.7599C28.26 61.3499 26.97 62.6399 25.37 62.6399C23.77 62.6399 22.49 61.3499 22.49 59.7599C22.49 59.6499 22.5 59.5399 22.51 59.4299C22.68 57.9899 23.89 56.8799 25.37 56.8799C26.85 56.8799 28.07 57.9899 28.24 59.4299C28.25 59.5399 28.26 59.6499 28.26 59.7599ZM64.79 59.7599C64.79 61.3499 63.5 62.6399 61.91 62.6399C60.32 62.6399 59.03 61.3499 59.03 59.7599C59.03 59.6499 59.04 59.5399 59.05 59.4299C59.22 57.9899 60.43 56.8799 61.91 56.8799C63.39 56.8799 64.6 57.9899 64.77 59.4299C64.77 59.5399 64.79 59.6499 64.79 59.7599ZM13.44 54.5299C14.6 54.2199 15.46 53.1599 15.46 51.8899V46.8199C15.46 46.4099 15.79 46.0799 16.2 46.0799H18.44C19.18 46.0799 19.89 45.7999 20.43 45.2899C23.77 42.1499 27.34 39.5499 31.44 38.7599C34.03 38.2599 36.67 38.1299 40.05 38.1299C42.48 38.1299 44.93 39.0399 47.19 40.3999C49.45 41.7499 51.41 43.4899 52.82 44.9899C54.08 46.3299 55.87 47.2799 57.88 47.2799H64.11C67.16 47.2799 70.04 48.7399 71.84 51.1999V58.6899C71.84 59.0999 71.51 59.4299 71.1 59.4299H68.22C68.22 59.2199 68.19 59.0199 68.16 58.8099C68.13 58.6199 68.09 58.4299 68.05 58.2399C68.04 58.2099 68.03 58.1799 68.02 58.1499C67.99 58.0099 67.95 57.8799 67.9 57.7499C67.9 57.6699 67.86 57.5799 67.81 57.4999C67.77 57.3899 67.73 57.2799 67.67 57.1699C67.57 56.9199 67.44 56.6799 67.29 56.4499C67.23 56.3299 67.15 56.2099 67.06 56.0899C66.98 55.9699 66.89 55.8499 66.79 55.7399C66.67 55.5999 66.55 55.4599 66.42 55.3299C66.4 55.2999 66.38 55.2899 66.36 55.2699C66.22 55.1299 66.08 54.9999 65.93 54.8799C65.83 54.7999 65.73 54.7199 65.62 54.6399C65.53 54.5699 65.44 54.5099 65.35 54.4499C64.36 53.7999 63.18 53.4299 61.91 53.4299C60.64 53.4299 59.46 53.7999 58.47 54.4499C58.38 54.5099 58.29 54.5699 58.2 54.6399C58.09 54.7199 57.99 54.7999 57.89 54.8799C57.75 54.9999 57.61 55.1199 57.48 55.2499C57.28 55.4399 57.09 55.6599 56.93 55.8799C56.85 55.9699 56.79 56.0599 56.72 56.1499C56.63 56.2899 56.54 56.4299 56.46 56.5699C56.37 56.7199 56.28 56.8799 56.21 57.0399C56.19 57.0699 56.18 57.0999 56.17 57.1199C56.1 57.2799 56.03 57.4399 55.97 57.6099C55.97 57.6199 55.97 57.6299 55.97 57.6499C55.9 57.8299 55.85 58.0199 55.8 58.2099C55.75 58.4099 55.71 58.6099 55.68 58.8099C55.65 59.0199 55.63 59.2199 55.62 59.4299H31.68C31.52 56.0899 28.76 53.4299 25.37 53.4299C21.98 53.4299 19.24 56.0899 19.07 59.4199L14 58.2099C13.67 58.1299 13.44 57.8299 13.44 57.4899V54.5299Z" fill={disabled ? '#D8E2FF' : '#005CCB'}/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_9606_64490">
|
|
17
|
+
<rect width="98.15" height="72.78" fill="white" transform="translate(10 23)"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export default DeliveryDashboard;
|
|
25
|
+
/* tslint:enable */
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgDeliveryMail = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
version={1.1}
|
|
9
|
-
id="delivery-mail_svg__Capa_1"
|
|
10
|
-
x={0}
|
|
11
|
-
y={0}
|
|
12
|
-
viewBox="0 0 512 512"
|
|
13
|
-
xmlSpace="preserve"
|
|
14
|
-
width="1em"
|
|
15
|
-
height="1em"
|
|
16
|
-
{...props}
|
|
17
|
-
>
|
|
18
|
-
<path d="M499.161 170.733L341.257 12.828c-17.091-17.091-44.901-17.091-61.992 0L32.839 259.255c-8.545 8.546-12.818 19.771-12.818 30.996 0 11.225 4.273 22.45 12.818 30.996l39.619 39.619-43.503 43.503c-1.953 1.953-2.929 4.512-2.929 7.071s.976 5.118 2.929 7.071c3.905 3.905 10.237 3.906 14.142 0L86.6 375.008l18.119 18.12L2.929 494.919A9.966 9.966 0 0 0 0 501.99c0 2.559.976 5.119 2.929 7.071 3.905 3.905 10.237 3.905 14.143 0L118.863 407.27l71.88 71.881c17.092 17.09 44.901 17.09 61.992 0l246.426-246.427C507.44 224.446 512 213.437 512 201.729c0-11.709-4.56-22.717-12.839-30.996zm-284.688 300.1a23.658 23.658 0 0 1-9.589-5.824L46.981 307.105c-6.231-6.232-8.263-15.079-6.138-23.036h173.63v186.764zm-36.147-206.764l29.653-29.653c3.905-3.905 3.906-10.237 0-14.142-3.906-3.905-10.237-3.906-14.142 0l-43.796 43.795h-29.135l90.406-90.406c3.904-3.905 3.905-10.237 0-14.143-3.905-3.905-10.237-3.905-14.143 0L92.622 264.069H56.31l227.769-227.77v203.935c0 13.143-10.692 23.835-23.835 23.835h-81.918zm306.694-45.486L238.593 465.009a23.792 23.792 0 0 1-4.119 3.276V284.069h25.771c24.17 0 43.835-19.664 43.835-43.835v-25.771h114.624l-57.867 57.868a9.97 9.97 0 0 0-2.929 7.071c0 2.56.976 5.118 2.929 7.071 3.905 3.905 10.237 3.905 14.143 0l72.002-72.002.006-.007h41.328a23.975 23.975 0 0 1-3.296 4.119zm-180.941-24.12V20.833c7.958-2.125 16.805-.093 23.036 6.138l157.904 157.904a23.703 23.703 0 0 1 5.853 9.588H304.079z" />
|
|
19
|
-
<path d="M235.79 135.05a10.033 10.033 0 0 0-7.07-2.93c-2.64 0-5.21 1.06-7.07 2.93a10.058 10.058 0 0 0-2.93 7.07c0 2.63 1.07 5.21 2.93 7.07 1.86 1.86 4.43 2.93 7.07 2.93 2.63 0 5.21-1.07 7.07-2.93s2.93-4.44 2.93-7.07c0-2.64-1.07-5.21-2.93-7.07zM17.11 430.35c-1.86-1.86-4.44-2.93-7.07-2.93s-5.21 1.07-7.07 2.93c-1.86 1.86-2.93 4.44-2.93 7.07s1.07 5.21 2.93 7.07c1.86 1.86 4.44 2.93 7.07 2.93 2.64 0 5.21-1.07 7.07-2.93 1.87-1.86 2.93-4.44 2.93-7.07s-1.06-5.21-2.93-7.07zM127.018 449.497c-3.906-3.905-10.238-3.905-14.143 0l-45.416 45.416a9.97 9.97 0 0 0-2.929 7.071 9.97 9.97 0 0 0 2.929 7.072c3.906 3.905 10.238 3.905 14.143 0l45.416-45.416c3.904-3.906 3.904-10.238 0-14.143z" />
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default SvgDeliveryMail;
|
|
24
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgDeliveryMail = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
version={1.1}
|
|
9
|
+
id="delivery-mail_svg__Capa_1"
|
|
10
|
+
x={0}
|
|
11
|
+
y={0}
|
|
12
|
+
viewBox="0 0 512 512"
|
|
13
|
+
xmlSpace="preserve"
|
|
14
|
+
width="1em"
|
|
15
|
+
height="1em"
|
|
16
|
+
{...props}
|
|
17
|
+
>
|
|
18
|
+
<path d="M499.161 170.733L341.257 12.828c-17.091-17.091-44.901-17.091-61.992 0L32.839 259.255c-8.545 8.546-12.818 19.771-12.818 30.996 0 11.225 4.273 22.45 12.818 30.996l39.619 39.619-43.503 43.503c-1.953 1.953-2.929 4.512-2.929 7.071s.976 5.118 2.929 7.071c3.905 3.905 10.237 3.906 14.142 0L86.6 375.008l18.119 18.12L2.929 494.919A9.966 9.966 0 0 0 0 501.99c0 2.559.976 5.119 2.929 7.071 3.905 3.905 10.237 3.905 14.143 0L118.863 407.27l71.88 71.881c17.092 17.09 44.901 17.09 61.992 0l246.426-246.427C507.44 224.446 512 213.437 512 201.729c0-11.709-4.56-22.717-12.839-30.996zm-284.688 300.1a23.658 23.658 0 0 1-9.589-5.824L46.981 307.105c-6.231-6.232-8.263-15.079-6.138-23.036h173.63v186.764zm-36.147-206.764l29.653-29.653c3.905-3.905 3.906-10.237 0-14.142-3.906-3.905-10.237-3.906-14.142 0l-43.796 43.795h-29.135l90.406-90.406c3.904-3.905 3.905-10.237 0-14.143-3.905-3.905-10.237-3.905-14.143 0L92.622 264.069H56.31l227.769-227.77v203.935c0 13.143-10.692 23.835-23.835 23.835h-81.918zm306.694-45.486L238.593 465.009a23.792 23.792 0 0 1-4.119 3.276V284.069h25.771c24.17 0 43.835-19.664 43.835-43.835v-25.771h114.624l-57.867 57.868a9.97 9.97 0 0 0-2.929 7.071c0 2.56.976 5.118 2.929 7.071 3.905 3.905 10.237 3.905 14.143 0l72.002-72.002.006-.007h41.328a23.975 23.975 0 0 1-3.296 4.119zm-180.941-24.12V20.833c7.958-2.125 16.805-.093 23.036 6.138l157.904 157.904a23.703 23.703 0 0 1 5.853 9.588H304.079z" />
|
|
19
|
+
<path d="M235.79 135.05a10.033 10.033 0 0 0-7.07-2.93c-2.64 0-5.21 1.06-7.07 2.93a10.058 10.058 0 0 0-2.93 7.07c0 2.63 1.07 5.21 2.93 7.07 1.86 1.86 4.43 2.93 7.07 2.93 2.63 0 5.21-1.07 7.07-2.93s2.93-4.44 2.93-7.07c0-2.64-1.07-5.21-2.93-7.07zM17.11 430.35c-1.86-1.86-4.44-2.93-7.07-2.93s-5.21 1.07-7.07 2.93c-1.86 1.86-2.93 4.44-2.93 7.07s1.07 5.21 2.93 7.07c1.86 1.86 4.44 2.93 7.07 2.93 2.64 0 5.21-1.07 7.07-2.93 1.87-1.86 2.93-4.44 2.93-7.07s-1.06-5.21-2.93-7.07zM127.018 449.497c-3.906-3.905-10.238-3.905-14.143 0l-45.416 45.416a9.97 9.97 0 0 0-2.929 7.071 9.97 9.97 0 0 0 2.929 7.072c3.906 3.905 10.238 3.905 14.143 0l45.416-45.416c3.904-3.906 3.904-10.238 0-14.143z" />
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default SvgDeliveryMail;
|
|
24
|
+
/* tslint:enable */
|