@bytebrand/fe-ui-core 4.1.171 → 4.1.172
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/common.ts +0 -5
- package/media/svg/common/arrow_breadcrumps.svg +2 -2
- package/media/svg/common/home.svg +8 -6
- package/media/svg/common/whyAutodeIconSet-F.svg +12 -8
- package/media/svg/common/whyAutodeIconSet-G.svg +8 -6
- package/media/svg/common/whyAutodeIconSet-Q.svg +15 -5
- package/media/svg/common/whyAutodeIconSet-R.svg +13 -8
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +8 -8
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +6 -7
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +11 -5
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -8
- package/package.json +1 -1
- package/source/components/AccordionWidget/AccordionWidget.styl +3 -0
- package/source/components/Alternative/DealerInfo.styl +1 -7
- package/source/components/Alternative/DealerInfo.tsx +38 -64
- package/source/components/Breadcrumbs/Breadcrumbs.styl +19 -31
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +3 -3
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +18 -11
- package/source/components/PriceRating/PriceRating.styl +0 -1
- package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +1 -2
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +3 -13
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +3 -3
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +17 -23
- package/source/components/VehicleDetailedSidebar/partials/Properties.styl +4 -0
- package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +1 -1
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +40 -54
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +16 -38
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +18 -47
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +6 -13
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +28 -48
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +16 -50
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +8 -6
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +12 -31
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +3 -8
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +19 -51
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +9 -39
- package/source/components/_common/Badge/Badge.styl +7 -13
- package/source/components/_common/Badge/Badge.tsx +1 -1
- package/source/components/_common/Button/Button.styled.tsx +8 -13
- package/source/components/_common/Button/Button.tsx +1 -1
- package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +4 -14
- package/source/components/_common/IconSVG/IconSVG.story.js +1 -1
- package/source/components/_common/IconSVG/IconSVGConfig.tsx +1 -90
- package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +3 -2
- package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +14 -4
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +3 -3
- package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +7 -5
- package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +9 -7
- package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +2 -2
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +1 -17
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +4 -3
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +3 -6
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +3 -28
- package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +7 -0
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +9 -16
- package/source/components/_common/Modal/CookieModal.tsx +7 -10
- package/source/components/_common/Modal/Modal.styled.tsx +1 -2
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +3 -15
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +3 -5
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +1 -11
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +0 -2
- package/source/components/_common/TimePicker/TimePicker.styl +1 -3
- package/source/components/_common/TimePicker/TimePicker.tsx +2 -6
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +1 -2
- package/source/components/_common/withStats/withStats.styl +87 -43
- package/source/components/_common/withStats/withStats.tsx +8 -17
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +3 -7
- package/source/framework/constants/common.ts +3 -15
- package/source/framework/factories/BreadcrumbsFactory.tsx +8 -19
- package/source/framework/factories/FactoryTypes.d.ts +0 -1
- package/source/framework/types/types.ts +2 -4
- package/source/framework/utils/CommonUtils.ts +9 -26
- package/source/framework/vehiclesProps/decoratedProps.tsx +23 -19
- package/source/locales/data.ts +0 -2
- package/source/theme/priceReviewColors.styl +1 -3
- package/utils.ts +0 -16
- package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +0 -29
- package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +0 -30
- package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +0 -22
- package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +0 -25
- package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +0 -32
- package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +0 -22
- package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +0 -27
- package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +0 -30
- package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +0 -29
- package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +0 -24
- package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +0 -31
- package/source/components/_common/IconSVG/SVG/flags/AT.tsx +0 -19
- package/source/components/_common/IconSVG/SVG/flags/BE.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/BG.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/CH.tsx +0 -22
- package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/DE.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/DK.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/ES.tsx +0 -2585
- package/source/components/_common/IconSVG/SVG/flags/FI.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/FR.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/GB.tsx +0 -26
- package/source/components/_common/IconSVG/SVG/flags/HR.tsx +0 -135
- package/source/components/_common/IconSVG/SVG/flags/HU.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/IT.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/LI.tsx +0 -106
- package/source/components/_common/IconSVG/SVG/flags/LU.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/NL.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/NO.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/PL.tsx +0 -19
- package/source/components/_common/IconSVG/SVG/flags/RO.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/RU.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/SE.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/SI.tsx +0 -54
- package/source/components/_common/IconSVG/SVG/flags/SK.tsx +0 -35
- package/source/components/_common/IconSVG/SVG/flags/UA.tsx +0 -19
- package/source/components/_common/IconSVG/SVG/slider/360New.tsx +0 -20
|
@@ -100,7 +100,6 @@ import NewFlagEn from './SVG/common/NewFlagEn';
|
|
|
100
100
|
import NewFlagDe from './SVG/common/NewFlagDe';
|
|
101
101
|
import AutodeLogo from './SVG/common/AutodeLogo';
|
|
102
102
|
import CheckGreen from './SVG/common/CheckGreen';
|
|
103
|
-
import EditPriceIcon from './SVG/common/EditPriceIcon';
|
|
104
103
|
|
|
105
104
|
// vehicle
|
|
106
105
|
import EmergencyBrakeAssistant from './SVG/vehicle/EmergencyBrakeAssistant';
|
|
@@ -229,7 +228,6 @@ import DiscountRibbonNew from './SVG/slider/DiscountRibbonNew';
|
|
|
229
228
|
import FullscreenWindow from './SVG/slider/FullscreenWindow';
|
|
230
229
|
import FullScreen from './SVG/slider/Fullscreen';
|
|
231
230
|
import Rotate360 from './SVG/slider/360';
|
|
232
|
-
import Rotate360New from './SVG/slider/360New';
|
|
233
231
|
import ToBuy from './SVG/slider/ToBuy';
|
|
234
232
|
import Checked from './SVG/slider/Checked';
|
|
235
233
|
import Easy from './SVG/slider/Easy';
|
|
@@ -279,7 +277,6 @@ import WarningIcon from './SVG/settings/Warning';
|
|
|
279
277
|
import DashboardIcon from './SVG/common/DashboardIcon';
|
|
280
278
|
import UserProfileIcon from './SVG/common/UserProfileIcon';
|
|
281
279
|
import AddressIcon from './SVG/common/AddressIcon';
|
|
282
|
-
import MyOrderIcon from './SVG/common/MyOrderIcon';
|
|
283
280
|
import MyVehiclesIcon from './SVG/common/MyVehiclesIcon';
|
|
284
281
|
import SavedSearchsIcon from './SVG/common/SavedSearchsIcon';
|
|
285
282
|
import FavoritesIcon from './SVG/common/FavoritesIcon';
|
|
@@ -292,48 +289,6 @@ import LogoutIcon from './SVG/common/LogoutIcon';
|
|
|
292
289
|
import SearchGrey from './SVG/common/SearchGrey';
|
|
293
290
|
import PhoneGrey from './SVG/common/PhoneGrey';
|
|
294
291
|
import UserGrey from './SVG/common/UserGrey';
|
|
295
|
-
import MenuGrey from './SVG/common/MenuGrey';
|
|
296
|
-
import CloseGrey from './SVG/common/CloseGrey';
|
|
297
|
-
|
|
298
|
-
// dashboard
|
|
299
|
-
import CallbackDashboard from './SVG/common/CallbackDashboard';
|
|
300
|
-
import ProfileDashboard from './SVG/common/ProfileDashboard';
|
|
301
|
-
import AddressDasboard from './SVG/common/AddressDashboard';
|
|
302
|
-
import OrderReceivedDashboard from './SVG/common/OrderReceivedDashboard';
|
|
303
|
-
import PreparaionDashboard from './SVG/common/PreparationDashboard';
|
|
304
|
-
import RegistrationDashboard from './SVG/common/RegistrationDashboard';
|
|
305
|
-
import DeliveryDashboard from './SVG/common/DeliveryDashboard';
|
|
306
|
-
import HandingOverDashboard from './SVG/common/HandingOverDashboard';
|
|
307
|
-
import PickupDashboard from './SVG/common/PickupDashboard';
|
|
308
|
-
import DashboardQuestionMark from './SVG/common/DashboardQuestionMark';
|
|
309
|
-
|
|
310
|
-
// flags
|
|
311
|
-
import UA from './SVG/flags/UA';
|
|
312
|
-
import CH from './SVG/flags/CH';
|
|
313
|
-
import AT from './SVG/flags/AT';
|
|
314
|
-
import BE from './SVG/flags/BE';
|
|
315
|
-
import BG from './SVG/flags/BG';
|
|
316
|
-
import HR from './SVG/flags/HR';
|
|
317
|
-
import CZ from './SVG/flags/CZ';
|
|
318
|
-
import DK from './SVG/flags/DK';
|
|
319
|
-
import FI from './SVG/flags/FI';
|
|
320
|
-
import FR from './SVG/flags/FR';
|
|
321
|
-
import DE from './SVG/flags/DE';
|
|
322
|
-
import GB from './SVG/flags/GB';
|
|
323
|
-
import HU from './SVG/flags/HU';
|
|
324
|
-
import IT from './SVG/flags/IT';
|
|
325
|
-
import LI from './SVG/flags/LI';
|
|
326
|
-
import LU from './SVG/flags/LU';
|
|
327
|
-
import NL from './SVG/flags/NL';
|
|
328
|
-
import NO from './SVG/flags/NO';
|
|
329
|
-
import PL from './SVG/flags/PL';
|
|
330
|
-
import RO from './SVG/flags/RO';
|
|
331
|
-
import SK from './SVG/flags/SK';
|
|
332
|
-
import SI from './SVG/flags/SI';
|
|
333
|
-
import ES from './SVG/flags/ES';
|
|
334
|
-
import SE from './SVG/flags/SE';
|
|
335
|
-
import RU from './SVG/flags/RU';
|
|
336
|
-
|
|
337
292
|
interface IComponentsProp {
|
|
338
293
|
[key: string]: (props: any) => React.ReactNode;
|
|
339
294
|
}
|
|
@@ -537,7 +492,6 @@ const components: IComponentsProp = {
|
|
|
537
492
|
discountRibbonMobile: DiscountRibbonMobile,
|
|
538
493
|
discountRibbonNew: DiscountRibbonNew,
|
|
539
494
|
rotate360: Rotate360,
|
|
540
|
-
rotate360New: Rotate360New,
|
|
541
495
|
fullScreen: FullScreen,
|
|
542
496
|
fullscreenWindow: FullscreenWindow,
|
|
543
497
|
toBuy: ToBuy,
|
|
@@ -676,7 +630,6 @@ const components: IComponentsProp = {
|
|
|
676
630
|
eyeCatch: EyeCatch,
|
|
677
631
|
copyIcon: CopyIcon,
|
|
678
632
|
doneIcon: DoneIcon,
|
|
679
|
-
editPriceIcon: EditPriceIcon,
|
|
680
633
|
|
|
681
634
|
// settings
|
|
682
635
|
accountIcon: AccountIcon,
|
|
@@ -705,7 +658,6 @@ const components: IComponentsProp = {
|
|
|
705
658
|
dashboardIcon: DashboardIcon,
|
|
706
659
|
userProfileIcon: UserProfileIcon,
|
|
707
660
|
addressIcon: AddressIcon,
|
|
708
|
-
myOrderIcon: MyOrderIcon,
|
|
709
661
|
myVehiclesIcon: MyVehiclesIcon,
|
|
710
662
|
savedSearchsIcon: SavedSearchsIcon,
|
|
711
663
|
favoritesIcon: FavoritesIcon,
|
|
@@ -717,48 +669,7 @@ const components: IComponentsProp = {
|
|
|
717
669
|
// header mobile
|
|
718
670
|
searchGrey: SearchGrey,
|
|
719
671
|
phoneGrey: PhoneGrey,
|
|
720
|
-
userGrey: UserGrey
|
|
721
|
-
menuGrey: MenuGrey,
|
|
722
|
-
closeGrey: CloseGrey,
|
|
723
|
-
|
|
724
|
-
// dashboard
|
|
725
|
-
callbackDashboard: CallbackDashboard,
|
|
726
|
-
profileDashboard: ProfileDashboard,
|
|
727
|
-
addressDasboard: AddressDasboard,
|
|
728
|
-
orderReceivedDashboard: OrderReceivedDashboard,
|
|
729
|
-
preparaionDashboard: PreparaionDashboard,
|
|
730
|
-
registrationDashboard: RegistrationDashboard,
|
|
731
|
-
deliveryDashboard: DeliveryDashboard,
|
|
732
|
-
handingOverDashboard: HandingOverDashboard,
|
|
733
|
-
pickupDashboard: PickupDashboard,
|
|
734
|
-
dashboardQuestionMark: DashboardQuestionMark,
|
|
735
|
-
|
|
736
|
-
// flags
|
|
737
|
-
ua:UA,
|
|
738
|
-
ch:CH,
|
|
739
|
-
at:AT,
|
|
740
|
-
be:BE,
|
|
741
|
-
bg:BG,
|
|
742
|
-
hr:HR,
|
|
743
|
-
cz:CZ,
|
|
744
|
-
dk:DK,
|
|
745
|
-
fi:FI,
|
|
746
|
-
fr:FR,
|
|
747
|
-
de:DE,
|
|
748
|
-
gb:GB,
|
|
749
|
-
hu:HU,
|
|
750
|
-
it:IT,
|
|
751
|
-
li:LI,
|
|
752
|
-
lu:LU,
|
|
753
|
-
nl:NL,
|
|
754
|
-
no:NO,
|
|
755
|
-
pl:PL,
|
|
756
|
-
ro:RO,
|
|
757
|
-
sk:SK,
|
|
758
|
-
si:SI,
|
|
759
|
-
es:ES,
|
|
760
|
-
se:SE,
|
|
761
|
-
ru:RU
|
|
672
|
+
userGrey: UserGrey
|
|
762
673
|
};
|
|
763
674
|
|
|
764
675
|
export default components;
|
|
@@ -10,7 +10,7 @@ const SvgCloseIconSelect = (
|
|
|
10
10
|
fill="none"
|
|
11
11
|
{...props}
|
|
12
12
|
>
|
|
13
|
-
<path d="M15.73 1.17L2 14.91M2 1.17l14 14" stroke="#000"
|
|
13
|
+
<path d="M15.73 1.17L2 14.91M2 1.17l14 14" stroke="#000" stroke-opacity=".65" stroke-width="2" stroke-linecap="round"/>
|
|
14
14
|
</svg>
|
|
15
15
|
);
|
|
16
16
|
|
|
@@ -3,13 +3,14 @@ import * as React from 'react';
|
|
|
3
3
|
|
|
4
4
|
const SvgSliderEye = (props: any) => (
|
|
5
5
|
<svg
|
|
6
|
-
viewBox="0 0
|
|
6
|
+
viewBox="0 0 14 8"
|
|
7
7
|
width="1em"
|
|
8
8
|
height="1em"
|
|
9
9
|
fill="none"
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<path d="
|
|
12
|
+
<path d="M.8 4l-.4-.4a.5.5 0 000 .8L.8 4zm12 0l.3.4a.5.5 0 000-.8l-.3.4zm-5.5.5V5h.5v-.5h-.5zM.8 4l.3.4a4.8 4.8 0 01.1-.1 16 16 0 011.9-1.4 7.8 7.8 0 013.7-1.4v-1c-1.5 0-3 .8-4.3 1.6a19.1 19.1 0 00-2 1.5l.3.4zm6-2.5c1.1 0 2.5.7 3.7 1.4a18.2 18.2 0 012 1.4l.3-.3.3-.4a6.2 6.2 0 00-.6-.5l-1.4-1A8.7 8.7 0 006.8.5v1zm6 2.5l-.3-.4a9.6 9.6 0 01-.6.5l-1.4 1a7.8 7.8 0 01-3.7 1.4v1c1.5 0 3-.8 4.3-1.6a19.2 19.2 0 002-1.5l-.3-.4zm-6 2.5c-1.2 0-2.6-.7-3.7-1.4a18.2 18.2 0 01-2-1.5L.8 4l-.4.4a6.4 6.4 0 00.6.5l1.5 1c1.2.8 2.8 1.6 4.3 1.6v-1zm0-3.5v1.5h1V3h-1zm.5 1H5.8v1h1.5V4z" fill="#333"/>
|
|
13
|
+
<path d="M4.8 1.5c-.7 2-.7 3 0 5m4-5c.7 2.4.7 2.5 0 5" stroke="#333"/>
|
|
13
14
|
</svg>
|
|
14
15
|
);
|
|
15
16
|
|
|
@@ -10,7 +10,7 @@ const SvgStarRoundedCorners = (
|
|
|
10
10
|
height="1em"
|
|
11
11
|
{...props}
|
|
12
12
|
>
|
|
13
|
-
|
|
13
|
+
<path d="M7.65 4.47L5.81 1 4.17 4.47l-3.27.4 2.45 2.46L2.74 11 5.8 9.16 9.08 11l-.61-3.67 2.46-2.45-3.28-.41z"/>
|
|
14
14
|
</svg>
|
|
15
15
|
);
|
|
16
16
|
|
|
@@ -15,8 +15,8 @@ const SvgAllWheelDrive = (
|
|
|
15
15
|
<rect x="17.1628" y="22.0454" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 17.1628 22.0454)" stroke="#616376"/>
|
|
16
16
|
<rect x="5.3811" y="8.97205" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 5.3811 8.97205)" stroke="#616376"/>
|
|
17
17
|
<rect x="17.1628" y="8.97205" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 17.1628 8.97205)" stroke="#616376"/>
|
|
18
|
-
<path d="M8.91357 6.13966L16.7747 6.13966M8.91357 19.156L16.7747 19.156" stroke="#616376"
|
|
19
|
-
<path d="M12.844 6.25354L12.844 19.099" stroke="#616376"
|
|
18
|
+
<path d="M8.91357 6.13966L16.7747 6.13966M8.91357 19.156L16.7747 19.156" stroke="#616376" stroke-linecap="round"/>
|
|
19
|
+
<path d="M12.844 6.25354L12.844 19.099" stroke="#616376" stroke-linecap="round"/>
|
|
20
20
|
<circle cx="12.858" cy="6.02868" r="2.11537" transform="rotate(-90 12.858 6.02868)" fill="#616376"/>
|
|
21
21
|
<circle cx="12.858" cy="19.0991" r="2.11537" transform="rotate(-90 12.858 19.0991)" fill="#616376"/>
|
|
22
22
|
</svg>
|
|
@@ -15,8 +15,8 @@ const SvgFrontWheelDrive = (
|
|
|
15
15
|
<rect x="16.3049" y="22.1165" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 16.3049 22.1165)" stroke="#616376"/>
|
|
16
16
|
<rect x="4.52319" y="9.04309" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 4.52319 9.04309)" stroke="#616376"/>
|
|
17
17
|
<rect x="16.3049" y="9.04309" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 16.3049 9.04309)" stroke="#616376"/>
|
|
18
|
-
<path d="M8.05566 6.21071L15.9167 6.21071M8.05566 19.2271L15.9167 19.2271" stroke="#616376"
|
|
19
|
-
<path d="M11.9861 6.32458L11.9861 19.1701" stroke="#616376"
|
|
18
|
+
<path d="M8.05566 6.21071L15.9167 6.21071M8.05566 19.2271L15.9167 19.2271" stroke="#616376" stroke-linecap="round"/>
|
|
19
|
+
<path d="M11.9861 6.32458L11.9861 19.1701" stroke="#616376" stroke-linecap="round"/>
|
|
20
20
|
<circle cx="12.0001" cy="6.09972" r="2.11537" transform="rotate(-90 12.0001 6.09972)" fill="#616376"/>
|
|
21
21
|
</svg>
|
|
22
22
|
);
|
|
@@ -15,8 +15,8 @@ const SvgRearWheelDrive = (
|
|
|
15
15
|
<rect x="16.6204" y="22.1165" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 16.6204 22.1165)" stroke="#616376"/>
|
|
16
16
|
<rect x="4.83862" y="9.04309" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 4.83862 9.04309)" stroke="#616376"/>
|
|
17
17
|
<path d="M17.6204 9.04309C17.0681 9.04309 16.6204 8.59538 16.6204 8.04309L16.6204 4.4637C16.6204 3.91142 17.0681 3.4637 17.6204 3.4637L18.8386 3.4637C19.3909 3.4637 19.8386 3.91142 19.8386 4.4637L19.8386 8.04309C19.8386 8.59538 19.3909 9.04309 18.8386 9.04309L17.6204 9.04309Z" stroke="#616376"/>
|
|
18
|
-
<path d="M8.37109 6.21071L16.2322 6.21071M8.37109 19.2271L16.2322 19.2271" stroke="#616376"
|
|
19
|
-
<path d="M12.3015 6.32458L12.3015 19.1701" stroke="#616376"
|
|
18
|
+
<path d="M8.37109 6.21071L16.2322 6.21071M8.37109 19.2271L16.2322 19.2271" stroke="#616376" stroke-linecap="round"/>
|
|
19
|
+
<path d="M12.3015 6.32458L12.3015 19.1701" stroke="#616376" stroke-linecap="round"/>
|
|
20
20
|
<circle cx="12.3156" cy="19.2784" r="2.11537" transform="rotate(-90 12.3156 19.2784)" fill="#616376"/>
|
|
21
21
|
</svg>
|
|
22
22
|
);
|
|
@@ -3,14 +3,24 @@ import * as React from 'react';
|
|
|
3
3
|
|
|
4
4
|
const SvgFuelDiesel = (props: any) => (
|
|
5
5
|
<svg
|
|
6
|
-
viewBox="0 0
|
|
6
|
+
viewBox="0 0 22 32.4"
|
|
7
7
|
width="1em"
|
|
8
8
|
height="1em"
|
|
9
|
-
fill="none"
|
|
10
9
|
{...props}
|
|
11
10
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
11
|
+
<switch>
|
|
12
|
+
<g>
|
|
13
|
+
<path
|
|
14
|
+
d="M11 32.4c-6 0-11-5-11-11C0 15.7 10.3.8 10.7.1c.1-.2.4-.2.6 0C11.7.8 22 15.7 22 21.5c0 5.9-5 10.9-11 10.9zM11 1C9.3 3.5.7 16.4.7 21.5.7 27 5.4 31.7 11 31.7S21.3 27 21.3 21.4c0-5-8.6-17.9-10.3-20.4z"
|
|
15
|
+
fill="#231f20"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M7.9 27.4h-.2c-3-1.5-3.6-4.2-3.7-4.3 0-.2.1-.4.3-.4s.4.1.4.3c0 0 .6 2.5 3.3 3.9.2.1.2.3.2.5h-.3z"
|
|
19
|
+
fill="#231f20"
|
|
20
|
+
/>
|
|
21
|
+
<path d="M16.7 18.1c0 3.1-2.5 5.6-5.6 5.6H8.6c-.7 0-1.2-.6-1.2-1.2v-8.8c0-.7.5-1.2 1.2-1.2h2.5c3.1-.1 5.6 2.5 5.6 5.6zm-2.4 0c0-1.8-1.4-3.2-3.2-3.2H9.9v6.4h1.3c1.7-.1 3.1-1.5 3.1-3.2z" />
|
|
22
|
+
</g>
|
|
23
|
+
</switch>
|
|
14
24
|
</svg>
|
|
15
25
|
);
|
|
16
26
|
|
|
@@ -10,7 +10,7 @@ const SvgFuelPetrol = (props: any) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<path d="M7.53289 19.3455L7.53263 19.3452C6.06547 17.9058 5.34033 16.1898 5.34033 14.1702C5.34033 12.5156 5.81782 11.1268 6.75923 9.97619C7.73729 8.78078 9.76429 6.37887 12.8435 2.76685C15.9762 6.38122 18.0132 8.78016 18.9615 9.97105C19.8755 11.1215 20.3403 12.5121 20.3403 14.1702C20.3403 16.19 19.6161 17.9061 18.1512 19.3455C16.6845 20.7843 14.9237 21.5 12.8403 21.5C10.7568 21.5 8.99725 20.7842 7.53289 19.3455Z" stroke="#616376"/>
|
|
13
|
-
<path d="M16.8077 15.0745C16.5769 16.0466 15.7 17.5142 13.8772 17.9629" stroke="#616376"
|
|
13
|
+
<path d="M16.8077 15.0745C16.5769 16.0466 15.7 17.5142 13.8772 17.9629" stroke="#616376" stroke-linecap="round"/>
|
|
14
14
|
</svg>
|
|
15
15
|
);
|
|
16
16
|
|
|
@@ -9,7 +9,7 @@ const SvgRemoveEye = (props: any) => (
|
|
|
9
9
|
fill="none"
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<path d="M11 2C14.79 2 18.17 4.13 19.82 7.5C18.17 10.87 14.79 13 11 13C7.21 13 3.83 10.87 2.18 7.5C3.83 4.13 7.21 2 11 2ZM11 0C6 0 1.73 3.11 0 7.5C1.73 11.89 6 15 11 15C16 15 20.27 11.89 22 7.5C20.27 3.11 16 0 11 0ZM11 5C12.38 5 13.5 6.12 13.5 7.5C13.5 8.88 12.38 10 11 10C9.62 10 8.5 8.88 8.5 7.5C8.5 6.12 9.62 5 11 5ZM11 3C8.52 3 6.5 5.02 6.5 7.5C6.5 9.98 8.52 12 11 12C13.48 12 15.5 9.98 15.5 7.5C15.5 5.02 13.48 3 11 3Z" fill="#4C4E64"
|
|
12
|
+
<path d="M11 2C14.79 2 18.17 4.13 19.82 7.5C18.17 10.87 14.79 13 11 13C7.21 13 3.83 10.87 2.18 7.5C3.83 4.13 7.21 2 11 2ZM11 0C6 0 1.73 3.11 0 7.5C1.73 11.89 6 15 11 15C16 15 20.27 11.89 22 7.5C20.27 3.11 16 0 11 0ZM11 5C12.38 5 13.5 6.12 13.5 7.5C13.5 8.88 12.38 10 11 10C9.62 10 8.5 8.88 8.5 7.5C8.5 6.12 9.62 5 11 5ZM11 3C8.52 3 6.5 5.02 6.5 7.5C6.5 9.98 8.52 12 11 12C13.48 12 15.5 9.98 15.5 7.5C15.5 5.02 13.48 3 11 3Z" fill="#4C4E64" fill-opacity="0.54" />
|
|
13
13
|
</svg>
|
|
14
14
|
);
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ const SvgRemoveEyeOff = (props: any) => (
|
|
|
9
9
|
fill="none"
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<path d="M15.367 10.887L13.917 9.43701C14.067 8.65368 13.842 7.92034 13.242 7.23701C12.642 6.55368 11.867 6.28701 10.917 6.43701L9.46702 4.98701C9.75035 4.85368 10.0377 4.75368 10.329 4.68701C10.621 4.62035 10.9337 4.58701 11.267 4.58701C12.517 4.58701 13.5797 5.02435 14.455 5.89901C15.3297 6.77435 15.767 7.83701 15.767 9.08701C15.767 9.42034 15.7337 9.73301 15.667 10.025C15.6003 10.3163 15.5003 10.6037 15.367 10.887ZM18.567 14.037L17.117 12.637C17.7504 12.1537 18.313 11.6243 18.805 11.049C19.2964 10.4743 19.717 9.82034 20.067 9.08701C19.2337 7.40368 18.0377 6.06601 16.479 5.07401C14.921 4.08268 13.1837 3.58701 11.267 3.58701C10.7837 3.58701 10.3087 3.62035 9.84202 3.68701C9.37535 3.75368 8.91702 3.85368 8.46702 3.98701L6.91702 2.43701C7.60035 2.15368 8.30035 1.94101 9.01702 1.79901C9.73368 1.65768 10.4837 1.58701 11.267 1.58701C13.6503 1.58701 15.792 2.21601 17.692 3.47401C19.592 4.73268 21.017 6.37035 21.967 8.38701C22.017 8.47035 22.0504 8.57435 22.067 8.69901C22.0837 8.82435 22.092 8.95368 22.092 9.08701C22.092 9.22034 22.0797 9.34935 22.055 9.47401C22.0297 9.59935 22.0004 9.70368 21.967 9.78701C21.5837 10.637 21.1047 11.4203 20.53 12.137C19.9547 12.8537 19.3004 13.487 18.567 14.037ZM18.367 19.487L14.867 16.037C14.2837 16.2203 13.6964 16.358 13.105 16.45C12.513 16.5413 11.9003 16.587 11.267 16.587C8.88368 16.587 6.74202 15.958 4.84202 14.7C2.94202 13.4413 1.51702 11.8037 0.567017 9.78701C0.517017 9.70368 0.483683 9.59935 0.467017 9.47401C0.45035 9.34935 0.442017 9.22034 0.442017 9.08701C0.442017 8.95368 0.45035 8.82868 0.467017 8.71201C0.483683 8.59535 0.517017 8.49535 0.567017 8.41201C0.917017 7.66201 1.33368 6.97035 1.81702 6.33701C2.30035 5.70368 2.83368 5.12035 3.41702 4.58701L1.34202 2.48701C1.15868 2.30368 1.06702 2.07435 1.06702 1.79901C1.06702 1.52435 1.16702 1.28701 1.36702 1.08701C1.55035 0.903678 1.78368 0.812012 2.06702 0.812012C2.35035 0.812012 2.58368 0.903678 2.76702 1.08701L19.767 18.087C19.9503 18.2703 20.0464 18.4997 20.055 18.775C20.063 19.0497 19.967 19.287 19.767 19.487C19.5837 19.6703 19.3503 19.762 19.067 19.762C18.7837 19.762 18.5504 19.6703 18.367 19.487ZM4.81702 5.98701C4.33368 6.42034 3.89202 6.89534 3.49202 7.41201C3.09202 7.92868 2.75035 8.48701 2.46702 9.08701C3.30035 10.7703 4.49602 12.1077 6.05402 13.099C7.61268 14.091 9.35035 14.587 11.267 14.587C11.6003 14.587 11.9254 14.5663 12.242 14.525C12.5587 14.483 12.8837 14.437 13.217 14.387L12.317 13.437C12.1337 13.487 11.9587 13.5243 11.792 13.549C11.6253 13.5743 11.4503 13.587 11.267 13.587C10.017 13.587 8.95435 13.1497 8.07902 12.275C7.20435 11.3997 6.76702 10.337 6.76702 9.08701C6.76702 8.90368 6.77935 8.72868 6.80402 8.56201C6.82935 8.39535 6.86702 8.22035 6.91702 8.03701L4.81702 5.98701Z" fill="#4C4E64"
|
|
12
|
+
<path d="M15.367 10.887L13.917 9.43701C14.067 8.65368 13.842 7.92034 13.242 7.23701C12.642 6.55368 11.867 6.28701 10.917 6.43701L9.46702 4.98701C9.75035 4.85368 10.0377 4.75368 10.329 4.68701C10.621 4.62035 10.9337 4.58701 11.267 4.58701C12.517 4.58701 13.5797 5.02435 14.455 5.89901C15.3297 6.77435 15.767 7.83701 15.767 9.08701C15.767 9.42034 15.7337 9.73301 15.667 10.025C15.6003 10.3163 15.5003 10.6037 15.367 10.887ZM18.567 14.037L17.117 12.637C17.7504 12.1537 18.313 11.6243 18.805 11.049C19.2964 10.4743 19.717 9.82034 20.067 9.08701C19.2337 7.40368 18.0377 6.06601 16.479 5.07401C14.921 4.08268 13.1837 3.58701 11.267 3.58701C10.7837 3.58701 10.3087 3.62035 9.84202 3.68701C9.37535 3.75368 8.91702 3.85368 8.46702 3.98701L6.91702 2.43701C7.60035 2.15368 8.30035 1.94101 9.01702 1.79901C9.73368 1.65768 10.4837 1.58701 11.267 1.58701C13.6503 1.58701 15.792 2.21601 17.692 3.47401C19.592 4.73268 21.017 6.37035 21.967 8.38701C22.017 8.47035 22.0504 8.57435 22.067 8.69901C22.0837 8.82435 22.092 8.95368 22.092 9.08701C22.092 9.22034 22.0797 9.34935 22.055 9.47401C22.0297 9.59935 22.0004 9.70368 21.967 9.78701C21.5837 10.637 21.1047 11.4203 20.53 12.137C19.9547 12.8537 19.3004 13.487 18.567 14.037ZM18.367 19.487L14.867 16.037C14.2837 16.2203 13.6964 16.358 13.105 16.45C12.513 16.5413 11.9003 16.587 11.267 16.587C8.88368 16.587 6.74202 15.958 4.84202 14.7C2.94202 13.4413 1.51702 11.8037 0.567017 9.78701C0.517017 9.70368 0.483683 9.59935 0.467017 9.47401C0.45035 9.34935 0.442017 9.22034 0.442017 9.08701C0.442017 8.95368 0.45035 8.82868 0.467017 8.71201C0.483683 8.59535 0.517017 8.49535 0.567017 8.41201C0.917017 7.66201 1.33368 6.97035 1.81702 6.33701C2.30035 5.70368 2.83368 5.12035 3.41702 4.58701L1.34202 2.48701C1.15868 2.30368 1.06702 2.07435 1.06702 1.79901C1.06702 1.52435 1.16702 1.28701 1.36702 1.08701C1.55035 0.903678 1.78368 0.812012 2.06702 0.812012C2.35035 0.812012 2.58368 0.903678 2.76702 1.08701L19.767 18.087C19.9503 18.2703 20.0464 18.4997 20.055 18.775C20.063 19.0497 19.967 19.287 19.767 19.487C19.5837 19.6703 19.3503 19.762 19.067 19.762C18.7837 19.762 18.5504 19.6703 18.367 19.487ZM4.81702 5.98701C4.33368 6.42034 3.89202 6.89534 3.49202 7.41201C3.09202 7.92868 2.75035 8.48701 2.46702 9.08701C3.30035 10.7703 4.49602 12.1077 6.05402 13.099C7.61268 14.091 9.35035 14.587 11.267 14.587C11.6003 14.587 11.9254 14.5663 12.242 14.525C12.5587 14.483 12.8837 14.437 13.217 14.387L12.317 13.437C12.1337 13.487 11.9587 13.5243 11.792 13.549C11.6253 13.5743 11.4503 13.587 11.267 13.587C10.017 13.587 8.95435 13.1497 8.07902 12.275C7.20435 11.3997 6.76702 10.337 6.76702 9.08701C6.76702 8.90368 6.77935 8.72868 6.80402 8.56201C6.82935 8.39535 6.86702 8.22035 6.91702 8.03701L4.81702 5.98701Z" fill="#4C4E64" fill-opacity="0.54"/>
|
|
13
13
|
</svg>
|
|
14
14
|
);
|
|
15
15
|
|
|
@@ -11,10 +11,10 @@ const SvgCarAvailability = (
|
|
|
11
11
|
fill="none"
|
|
12
12
|
{...props}
|
|
13
13
|
>
|
|
14
|
-
<path
|
|
15
|
-
<path d="M20.0786 9.7749V9.7749C15.6262 11.0818 10.8796 11.0794 6.42651 9.7749V9.7749" stroke="#616376"
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.968 5.39478H17.1545C17.8657 5.39478 18.1742 5.44652 18.3307 5.52134C18.4176 5.56292 18.4827 5.61745 18.5789 5.89233L19.4967 9.98336C19.7458 11.1237 20.1585 13.8172 19.8886 15.6058C19.8473 15.8789 20.0353 16.1336 20.3083 16.1749C20.5814 16.2161 20.8361 16.0281 20.8774 15.7551C21.1763 13.7745 20.7268 10.9283 20.4734 9.76852L20.4734 9.76851L20.4728 9.76581L19.5485 5.64615L19.5426 5.61983L19.5339 5.5943C19.4032 5.21073 19.2172 4.83681 18.762 4.61915C18.3737 4.43352 17.845 4.39478 17.1545 4.39478H13.968H12.507H9.37292C8.68237 4.39478 8.15365 4.43352 7.76538 4.61915C7.31015 4.83681 7.12418 5.21073 6.99345 5.5943L6.98475 5.61983L6.97884 5.64615L6.05462 9.76581L6.05142 9.78008L6.04906 9.79451L5.84111 11.0651C5.79651 11.3376 5.98127 11.5947 6.25379 11.6393C6.52631 11.6839 6.78338 11.4991 6.82798 11.2266L7.03357 9.97045L7.94847 5.89233C8.04472 5.61745 8.10975 5.56293 8.19673 5.52134C8.35321 5.44652 8.66173 5.39478 9.37292 5.39478H12.507H13.968Z" fill="#616376"/>
|
|
15
|
+
<path d="M20.0786 9.7749V9.7749C15.6262 11.0818 10.8796 11.0794 6.42651 9.7749V9.7749" stroke="#616376" stroke-linecap="round"/>
|
|
16
16
|
<circle cx="17.7078" cy="13.0418" r="0.98072" fill="#616376"/>
|
|
17
|
-
<path d="M6.40728 13.2671V19.2442C6.40728 19.7965 5.95956 20.2442 5.40728 20.2442H4.45679C3.9045 20.2442 3.45679 19.7965 3.45679 19.2442V14.3006C3.45679 13.755 3.89415 13.3101 4.43969 13.3008L6.40728 13.2671ZM6.40728 13.2671H9.2674C9.37733 13.2671 9.4865 13.2852 9.59052 13.3208L16.0445 15.5244C16.4493 15.6626 16.7214 16.043 16.7214 16.4707V17.4955M16.7214 17.4955H21.2804C21.8266 17.4955 22.2693 17.9383 22.2693 18.4844V18.4844C22.2693 18.9164 21.9889 19.2984 21.5767 19.4279L15.574 21.3132C15.3849 21.3726 15.1824 21.3744 14.9923 21.3186L6.53337 18.8321M16.7214 17.4955H14.0082C13.8847 17.4955 13.7622 17.4726 13.647 17.428L11.0221 16.4112" stroke="#616376"
|
|
17
|
+
<path d="M6.40728 13.2671V19.2442C6.40728 19.7965 5.95956 20.2442 5.40728 20.2442H4.45679C3.9045 20.2442 3.45679 19.7965 3.45679 19.2442V14.3006C3.45679 13.755 3.89415 13.3101 4.43969 13.3008L6.40728 13.2671ZM6.40728 13.2671H9.2674C9.37733 13.2671 9.4865 13.2852 9.59052 13.3208L16.0445 15.5244C16.4493 15.6626 16.7214 16.043 16.7214 16.4707V17.4955M16.7214 17.4955H21.2804C21.8266 17.4955 22.2693 17.9383 22.2693 18.4844V18.4844C22.2693 18.9164 21.9889 19.2984 21.5767 19.4279L15.574 21.3132C15.3849 21.3726 15.1824 21.3744 14.9923 21.3186L6.53337 18.8321M16.7214 17.4955H14.0082C13.8847 17.4955 13.7622 17.4726 13.647 17.428L11.0221 16.4112" stroke="#616376" stroke-linecap="square"/>
|
|
18
18
|
</svg>
|
|
19
19
|
);
|
|
20
20
|
|
|
@@ -4,10 +4,10 @@ import * as React from 'react';
|
|
|
4
4
|
const SvgAbo = () => (
|
|
5
5
|
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
6
|
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="20" height="21">
|
|
7
|
-
<path
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12.7405C2 7.22048 6.48 2.74048 12 2.74048C17.52 2.74048 22 7.22048 22 12.7405C22 18.2605 17.52 22.7405 12 22.7405C6.48 22.7405 2 18.2605 2 12.7405ZM5 12.7405L10 17.7405L19 8.74048L17.59 7.32048L10 14.9105L6.41 11.3305L5 12.7405Z" fill="white" />
|
|
8
8
|
</mask>
|
|
9
9
|
<g mask="url(#mask0)">
|
|
10
|
-
<path
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.740479H24V24.7405H0V0.740479Z" fill="#005CCB" />
|
|
11
11
|
</g>
|
|
12
12
|
</svg>
|
|
13
13
|
);
|
|
@@ -10,10 +10,10 @@ const SvgDate = (props: any) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<rect x="4.63599" y="5.68835" width="16.5062" height="16.5062" rx="1.5" stroke="#616376"/>
|
|
13
|
-
<path d="M4.77173 11.0561H21.0554M17.2901 3.65015V5.55519M8.58591 3.65015V5.55519" stroke="#616376"
|
|
13
|
+
<path d="M4.77173 11.0561H21.0554M17.2901 3.65015V5.55519M8.58591 3.65015V5.55519" stroke="#616376" stroke-linecap="round"/>
|
|
14
14
|
<path d="M12.0153 18.5595V19.074H9.48858V18.5595H12.0153ZM9.61639 14.3024V19.074H8.98389V14.3024H9.61639ZM11.681 16.3539V16.8684H9.48858V16.3539H11.681ZM11.9825 14.3024V14.8202H9.48858V14.3024H11.9825Z" fill="#616376"/>
|
|
15
15
|
<path d="M16.9401 18.5595V19.074H13.7087V18.5595H16.9401ZM16.8352 14.7612L13.8595 19.074H13.4695V18.6021L16.4419 14.3024H16.8352V14.7612ZM16.5665 14.3024V14.8202H13.5121V14.3024H16.5665Z" fill="#616376"/>
|
|
16
|
-
<path
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1114 18.4637V19.1699H8.88818V14.2065H12.0786V14.9161H9.71245V16.2581H11.7771V16.9644H9.71245V18.4637H12.1114ZM9.61657 18.5595H12.0155V19.0741H8.98407V14.3024H11.9827V14.8202H9.61657V16.354H11.6812V16.8685H9.61657V18.5595ZM17.0361 18.4637V19.1699H13.3738V18.5722L15.9013 14.9161H13.4164V14.2065H16.9312V14.7911L14.3973 18.4637H17.0361ZM14.2147 18.5595H16.9402V19.0741H13.4697V18.6021L16.0841 14.8202H13.5123V14.3024H16.8354V14.7612L14.2147 18.5595Z" fill="#616376"/>
|
|
17
17
|
</svg>
|
|
18
18
|
);
|
|
19
19
|
|
|
@@ -3,15 +3,17 @@ import * as React from 'react';
|
|
|
3
3
|
|
|
4
4
|
const SvgDoor = (props: any) => (
|
|
5
5
|
<svg
|
|
6
|
-
viewBox="0 0
|
|
6
|
+
viewBox="0 0 29.4 29.1"
|
|
7
7
|
width="1em"
|
|
8
8
|
height="1em"
|
|
9
|
-
fill="none"
|
|
10
9
|
{...props}
|
|
11
10
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
<switch>
|
|
12
|
+
<g fill="#231f20">
|
|
13
|
+
<path d="M29.4 29.1H6.8L.3 17.3c-.4-.7-.4-1.5-.2-2.2C5 .1 17.1 0 17.1 0h12.3zm-22.2-.7h21.5V.7H17.1C17 .7 5.4.9.8 15.4c-.2.5-.1 1.1.2 1.6z" />
|
|
14
|
+
<path d="M26.6 14.9H4.8l.1-.4c0-.1 3.2-11 11.8-11h9.9zm-20.9-.7h20.2V4.1h-9.2c-7 0-10.3 8.1-11 10.1zM26.3 18.2h-3.5c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.2.3-.3.3z" />
|
|
15
|
+
</g>
|
|
16
|
+
</switch>
|
|
15
17
|
</svg>
|
|
16
18
|
);
|
|
17
19
|
|
|
@@ -12,7 +12,7 @@ const SvgFuelConsumption = (
|
|
|
12
12
|
{...props}
|
|
13
13
|
>
|
|
14
14
|
<path d="M6.14357 12.2522H6.64357L6.64357 12.2505L6.14357 12.2522ZM6.82501 11.4113V10.9113H6.81593L6.80686 10.9116L6.82501 11.4113ZM8.0286 19.4836C8.0286 19.7597 8.25246 19.9836 8.5286 19.9836C8.80475 19.9836 9.0286 19.7597 9.0286 19.4836H8.0286ZM6.14357 16.2883L6.64357 16.2883L6.14357 16.2883ZM3.0771 16.2879L2.57711 16.2913L3.0771 16.2879ZM3.07712 16.2898L2.57716 16.2966L3.07712 16.2898ZM2.5673 8.5535C2.5573 13.3264 2.57684 16.2506 2.57711 16.2913L3.57709 16.2845C3.57683 16.2462 3.55731 13.325 3.56729 8.55559L2.5673 8.5535ZM2.57716 16.2966C2.57803 16.36 2.59142 16.7696 2.86712 17.1759C3.16617 17.6165 3.71335 17.9655 4.61034 17.9655V16.9655C4.00568 16.9655 3.78657 16.7499 3.69458 16.6143C3.57924 16.4444 3.57684 16.2661 3.57707 16.2829L2.57716 16.2966ZM4.61034 17.9655C5.52768 17.9655 6.07739 17.6005 6.3709 17.1498C6.64023 16.7362 6.64357 16.3266 6.64357 16.2883L5.64357 16.2883C5.64357 16.25 5.64691 16.429 5.53293 16.6041C5.44313 16.7419 5.22622 16.9655 4.61034 16.9655V17.9655ZM6.64357 16.2883V12.2522H5.64357V16.2883H6.64357ZM6.64357 12.2505C6.6431 12.1057 6.65212 12.0133 6.66446 11.9549C6.6763 11.8989 6.68625 11.8982 6.67221 11.9153C6.65432 11.937 6.6375 11.9401 6.65374 11.9347C6.67843 11.9266 6.73362 11.915 6.84316 11.911L6.80686 10.9116C6.51812 10.9221 6.15102 10.9755 5.90069 11.2791C5.67227 11.5561 5.64252 11.928 5.64357 12.2538L6.64357 12.2505ZM6.82501 11.9113H8.5286V10.9113H6.82501V11.9113ZM8.0286 11.4113V19.4836H9.0286V11.4113H8.0286ZM9.18537 4.17537H13.6394V3.17537H9.18537V4.17537ZM18.7502 19.9836H20.4784V18.9836H18.7502V19.9836ZM20.6352 20.1403V21.5176H21.6352V20.1403H20.6352ZM20.4784 21.6743H7.14106V22.6743H20.4784V21.6743ZM6.98429 21.5176V20.1403H5.98429V21.5176H6.98429ZM7.14106 19.9836H18.7502V18.9836H7.14106V19.9836ZM13.6394 4.17537H18.0934V3.17537H13.6394V4.17537ZM18.2502 4.33214V19.4836H19.2502V4.33214H18.2502ZM8.0286 4.33214V11.4113H9.0286V4.33214H8.0286ZM10.0069 6.6732V7.71408H11.0069V6.6732H10.0069ZM11.1637 8.87085H15.831V7.87085H11.1637V8.87085ZM16.9878 7.71408V6.6732H15.9878V7.71408H16.9878ZM15.831 5.51643H11.1637V6.51643H15.831V5.51643ZM16.9878 6.6732C16.9878 6.03433 16.4699 5.51643 15.831 5.51643V6.51643C15.9176 6.51643 15.9878 6.58662 15.9878 6.6732H16.9878ZM15.831 8.87085C16.4699 8.87085 16.9878 8.35295 16.9878 7.71408H15.9878C15.9878 7.80066 15.9176 7.87085 15.831 7.87085V8.87085ZM10.0069 7.71408C10.0069 8.35295 10.5248 8.87085 11.1637 8.87085V7.87085C11.0771 7.87085 11.0069 7.80066 11.0069 7.71408H10.0069ZM11.0069 6.6732C11.0069 6.58662 11.0771 6.51643 11.1637 6.51643V5.51643C10.5248 5.51643 10.0069 6.03434 10.0069 6.6732H11.0069ZM18.0934 4.17537C18.18 4.17537 18.2502 4.24556 18.2502 4.33214H19.2502C19.2502 3.69327 18.7323 3.17537 18.0934 3.17537V4.17537ZM7.14106 21.6743C7.05448 21.6743 6.98429 21.6042 6.98429 21.5176H5.98429C5.98429 22.1564 6.50219 22.6743 7.14106 22.6743V21.6743ZM9.18537 3.17537C8.5465 3.17537 8.0286 3.69327 8.0286 4.33214H9.0286C9.0286 4.24556 9.09879 4.17537 9.18537 4.17537V3.17537ZM6.98429 20.1403C6.98429 20.0538 7.05448 19.9836 7.14106 19.9836V18.9836C6.50219 18.9836 5.98429 19.5015 5.98429 20.1403H6.98429ZM6.64357 16.2883V16.2883H5.64357V16.2883L6.64357 16.2883ZM3.56729 8.55559C3.57103 6.77234 4.36913 5.08204 5.742 3.94247L5.1033 3.17301C3.50285 4.50149 2.57165 6.47257 2.5673 8.5535L3.56729 8.55559ZM20.4784 19.9836C20.565 19.9836 20.6352 20.0538 20.6352 20.1403H21.6352C21.6352 19.5015 21.1173 18.9836 20.4784 18.9836V19.9836ZM20.6352 21.5176C20.6352 21.6042 20.565 21.6743 20.4784 21.6743V22.6743C21.1173 22.6743 21.6352 22.1564 21.6352 21.5176H20.6352ZM2.57711 16.2913C2.57711 16.2913 2.57711 16.2912 2.57711 16.291C2.57711 16.2908 2.57711 16.2905 2.57711 16.2901C2.57711 16.2897 2.57711 16.2893 2.57711 16.289C2.57711 16.2882 2.57711 16.2894 2.57711 16.2901C2.57711 16.2929 2.57715 16.2952 2.57715 16.2955C2.57715 16.2959 2.57716 16.2965 2.57716 16.2966L3.57707 16.2829C3.57706 16.2823 3.57706 16.2825 3.57707 16.2826C3.57707 16.2827 3.5771 16.2849 3.5771 16.2876C3.57711 16.2883 3.57711 16.2894 3.57711 16.2885C3.57711 16.2881 3.5771 16.2877 3.5771 16.2871C3.5771 16.2861 3.57709 16.2852 3.57709 16.2845L2.57711 16.2913Z" fill="#616376"/>
|
|
15
|
-
<circle cx="4.80321" cy="7.67772" r="1.63377" stroke="#616376"
|
|
15
|
+
<circle cx="4.80321" cy="7.67772" r="1.63377" stroke="#616376" stroke-linecap="round"/>
|
|
16
16
|
</svg>
|
|
17
17
|
);
|
|
18
18
|
|
|
@@ -3,17 +3,19 @@ import * as React from 'react';
|
|
|
3
3
|
|
|
4
4
|
const SvgNewCar = (props: any) => (
|
|
5
5
|
<svg
|
|
6
|
-
viewBox="0 0
|
|
6
|
+
viewBox="0 0 40.3 31.2"
|
|
7
7
|
width="1em"
|
|
8
8
|
height="1em"
|
|
9
|
-
fill="none"
|
|
10
9
|
{...props}
|
|
11
10
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
<switch>
|
|
12
|
+
<g fill="#231f20">
|
|
13
|
+
<path d="M14.6 25.8H9.7c-.6 0-1-.5-1-1v-1.4c0-.3.1-.6.4-.8s.6-.3.9-.2l4.9 1.4c.4.1.7.5.7 1s-.5 1-1 1zM9.7 23c-.1 0-.1 0-.2.1s-.1.2-.1.3v1.4c0 .2.1.3.3.3h4.9c.2 0 .3-.1.3-.3 0-.1-.1-.3-.2-.3zM30.4 25.8h-4.9c-.6 0-1-.5-1-1s.3-.9.7-1l4.9-1.4c.3-.1.6 0 .9.2s.4.5.4.8v1.4c0 .5-.4 1-1 1zm0-2.8l-5 1.4c-.1 0-.2.2-.2.3 0 .2.1.3.3.3h4.9c.2 0 .3-.1.3-.3v-1.4c0-.1 0-.2-.1-.3h-.2z" />
|
|
14
|
+
<path d="M7.8 31.2c-.7 0-1-.6-1.1-1v-2.4s-.3-2.2-.2-5.3c.1-2.9 2.5-3.8 3.2-4 .3-.9 1.6-4.3 2.7-5 1.2-.8 7-.8 7.6-.8.2 0 .3.2.3.3 0 .2-.2.4-.3.4-2.5 0-6.4.2-7.2.7-.9.5-2.1 3.6-2.5 4.8l-.1.2H10c-.1 0-2.8.6-2.8 3.4-.1 3 .2 5.2.2 5.2v2.4s.1.3.4.3h3.6s.2-.2.2-.8v-.3h.3c.1 0 5.2-.5 8.1-.5.2 0 .3.2.3.3s-.2.3-.3.3c-2.4 0-6.6.3-7.7.4-.1 1.1-.8 1.1-.9 1.1z" />
|
|
15
|
+
<path d="M32.5 31.2h-3.6c-.1 0-.8-.1-.9-1.1-1.2-.1-5.6-.4-8-.4-.2 0-.3-.2-.3-.3s.1-.4.3-.4c2.8 0 8.3.5 8.3.5h.3v.3c0 .6.2.7.3.8h3.6c.3 0 .4-.4.4-.4v-2.3c0-.1.3-2.2.2-5.3-.1-2.8-2.7-3.4-2.8-3.4h-.2L30 19c-.4-1.1-1.6-4.2-2.5-4.8-.8-.5-4.9-.7-7.5-.7-.2 0-.3-.2-.3-.4s.2-.3.3-.3c.7 0 6.6.1 7.9.8 1.1.7 2.4 4.1 2.7 5 .7.2 3.1 1.1 3.2 4 .1 3.1-.2 5.2-.2 5.3v2.3c-.1.4-.4 1-1.1 1z" />
|
|
16
|
+
<path d="M28.9 19.4h-.6s-3.5-.2-7.9-.2-7.9.2-7.9.2h-.6l.3-.5c.1-.3 1.2-2.6 1.7-3.2s4.2-.8 6.4-.9c2.3.1 6.2.2 6.7.9.5.6 1.6 2.9 1.7 3.2zm-8.6-3.9c-2.5.1-5.5.3-5.9.6-.3.3-.9 1.7-1.3 2.5 1.2-.1 4-.2 7.3-.2s6.2.1 7.3.2c-.4-.9-1.1-2.2-1.4-2.5-.2-.3-3.3-.6-6-.6zM20 8.5c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v7.8c.1.3-.1.4-.3.4zM14.9 9.3c-.2 0-.3-.1-.3-.3l-2.2-7.5c-.1-.2.1-.4.2-.4.2-.1.4 0 .5.2l2.2 7.5c0 .2-.1.4-.4.5zM10.1 11.4c-.1 0-.2-.1-.3-.2L5.7 4.6c-.1-.2-.1-.4.1-.5s.4-.1.5.1l4.2 6.6c.1.2.1.4-.1.5-.1.1-.2.1-.3.1zM6.2 14.7c-.1 0-.2 0-.2-.1L.1 9.4c-.1-.1-.1-.3 0-.5.1-.1.3-.2.5 0l5.8 5.2c.1.1.2.4 0 .5 0 .1-.1.1-.2.1zM25.4 9.3c-.3-.1-.4-.3-.3-.5l2.2-7.5c.1-.2.2-.3.4-.2s.3.2.2.4L25.7 9c0 .2-.2.3-.3.3zM30.1 11.4c-.1 0-.1 0-.2-.1-.2-.1-.2-.3-.1-.5L34 4.2c.1-.2.3-.2.5-.1s.2.3.1.5l-4.2 6.6c0 .1-.1.2-.3.2zM34.1 14.7c-.1 0-.2 0-.3-.1s-.1-.4 0-.5l5.8-5.2c.1-.1.4-.1.5 0s.1.4 0 .5l-5.8 5.2c0 .1-.1.1-.2.1z" />
|
|
17
|
+
</g>
|
|
18
|
+
</switch>
|
|
17
19
|
</svg>
|
|
18
20
|
);
|
|
19
21
|
|
|
@@ -9,7 +9,7 @@ const SvgPs = (props: any) => (
|
|
|
9
9
|
fill="none"
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<path d="M21.6453 11.1141C21.6453 11.1141 21.6467 13.302 21.6467 14.7929M21.6421 18.6516C21.6421 18.6516 21.6467 16.256 21.6467 14.7929M2.69604 18.4987V14.7975M2.69604 11.0962V14.7975M9.39218 5.46521H13.0438M16.6953 5.46521H13.0438M2.69604 14.7975H4.78422M13.0438 5.46521V8.91799M21.6467 14.7929C20.8205 14.7929 19.3361 14.7975 19.3361 14.7975M4.85065 16.0643V17.2802C4.85065 17.3113 4.86513 17.3406 4.88982 17.3595L8.97506 20.4911C8.99252 20.5045 9.0139 20.5117 9.0359 20.5117L17.2534 20.5108C17.2878 20.5108 17.3198 20.4931 17.3381 20.4639L19.2535 17.4053C19.2634 17.3894 19.2687 17.3711 19.2687 17.3523L19.2771 12.2443C19.2771 12.2258 19.272 12.2077 19.2623 12.1919L17.3374 9.05544C17.3192 9.02581 17.2869 9.00775 17.2521 9.00775H13.6814L11.4954 9.0096H9.04608C9.02356 9.0096 9.0017 9.0172 8.98404 9.03117L4.87604 12.2803C4.85207 12.2993 4.83808 12.3282 4.83808 12.3587V13.9281L4.85065 16.0643Z" stroke="#616376"
|
|
12
|
+
<path d="M21.6453 11.1141C21.6453 11.1141 21.6467 13.302 21.6467 14.7929M21.6421 18.6516C21.6421 18.6516 21.6467 16.256 21.6467 14.7929M2.69604 18.4987V14.7975M2.69604 11.0962V14.7975M9.39218 5.46521H13.0438M16.6953 5.46521H13.0438M2.69604 14.7975H4.78422M13.0438 5.46521V8.91799M21.6467 14.7929C20.8205 14.7929 19.3361 14.7975 19.3361 14.7975M4.85065 16.0643V17.2802C4.85065 17.3113 4.86513 17.3406 4.88982 17.3595L8.97506 20.4911C8.99252 20.5045 9.0139 20.5117 9.0359 20.5117L17.2534 20.5108C17.2878 20.5108 17.3198 20.4931 17.3381 20.4639L19.2535 17.4053C19.2634 17.3894 19.2687 17.3711 19.2687 17.3523L19.2771 12.2443C19.2771 12.2258 19.272 12.2077 19.2623 12.1919L17.3374 9.05544C17.3192 9.02581 17.2869 9.00775 17.2521 9.00775H13.6814L11.4954 9.0096H9.04608C9.02356 9.0096 9.0017 9.0172 8.98404 9.03117L4.87604 12.2803C4.85207 12.2993 4.83808 12.3282 4.83808 12.3587V13.9281L4.85065 16.0643Z" stroke="#616376" stroke-linecap="round"/>
|
|
13
13
|
<path d="M11.115 14.7688H10.0513V14.3395H11.115C11.3209 14.3395 11.4877 14.3067 11.6153 14.2411C11.7429 14.1755 11.8359 14.0843 11.8942 13.9677C11.9544 13.851 11.9844 13.718 11.9844 13.5685C11.9844 13.4318 11.9544 13.3033 11.8942 13.183C11.8359 13.0626 11.7429 12.966 11.6153 12.8931C11.4877 12.8184 11.3209 12.781 11.115 12.781H10.1744V16.3301H9.64666V12.349H11.115C11.4157 12.349 11.67 12.401 11.8778 12.5049C12.0856 12.6088 12.2433 12.7528 12.3508 12.9369C12.4584 13.1192 12.5122 13.3279 12.5122 13.563C12.5122 13.8182 12.4584 14.036 12.3508 14.2165C12.2433 14.397 12.0856 14.5346 11.8778 14.6294C11.67 14.7223 11.4157 14.7688 11.115 14.7688ZM15.5251 15.3239C15.5251 15.2309 15.5105 15.1489 15.4813 15.0778C15.454 15.0049 15.4048 14.9393 15.3337 14.8809C15.2644 14.8226 15.1678 14.767 15.0439 14.7141C14.9217 14.6613 14.7668 14.6075 14.579 14.5528C14.3822 14.4945 14.2044 14.4298 14.0459 14.3587C13.8873 14.2858 13.7515 14.2028 13.6385 14.1099C13.5254 14.0169 13.4389 13.9103 13.3787 13.79C13.3185 13.6696 13.2885 13.532 13.2885 13.3771C13.2885 13.2221 13.3204 13.079 13.3842 12.9478C13.448 12.8166 13.5391 12.7026 13.6576 12.606C13.7779 12.5076 13.921 12.431 14.0869 12.3763C14.2527 12.3217 14.4378 12.2943 14.6419 12.2943C14.9409 12.2943 15.1942 12.3517 15.402 12.4666C15.6117 12.5796 15.7712 12.7282 15.8805 12.9123C15.9899 13.0945 16.0446 13.2896 16.0446 13.4974H15.5196C15.5196 13.3479 15.4877 13.2158 15.4239 13.1009C15.3601 12.9843 15.2635 12.8931 15.1341 12.8275C15.0047 12.7601 14.8406 12.7263 14.6419 12.7263C14.4542 12.7263 14.2992 12.7546 14.1771 12.8111C14.055 12.8676 13.9638 12.9442 13.9037 13.0408C13.8453 13.1374 13.8162 13.2477 13.8162 13.3716C13.8162 13.4555 13.8335 13.532 13.8681 13.6013C13.9046 13.6687 13.9602 13.7316 14.0349 13.79C14.1115 13.8483 14.2081 13.9021 14.3248 13.9513C14.4432 14.0005 14.5845 14.0479 14.7486 14.0935C14.9746 14.1573 15.1696 14.2283 15.3337 14.3067C15.4977 14.3851 15.6326 14.4735 15.7384 14.572C15.8459 14.6686 15.9252 14.7788 15.9762 14.9028C16.0291 15.0249 16.0555 15.1635 16.0555 15.3184C16.0555 15.4806 16.0227 15.6274 15.9571 15.7586C15.8915 15.8899 15.7976 16.002 15.6755 16.0949C15.5533 16.1879 15.4066 16.2599 15.2353 16.3109C15.0657 16.3602 14.8762 16.3848 14.6665 16.3848C14.4824 16.3848 14.3011 16.3592 14.1224 16.3082C13.9456 16.2572 13.7843 16.1806 13.6385 16.0785C13.4944 15.9764 13.3787 15.8507 13.2912 15.7012C13.2055 15.5499 13.1627 15.3749 13.1627 15.1762H13.6877C13.6877 15.3129 13.7141 15.4305 13.767 15.5289C13.8198 15.6256 13.8918 15.7058 13.983 15.7696C14.0759 15.8334 14.1807 15.8807 14.2974 15.9117C14.4159 15.9409 14.5389 15.9555 14.6665 15.9555C14.8506 15.9555 15.0065 15.93 15.1341 15.8789C15.2617 15.8279 15.3583 15.755 15.4239 15.6602C15.4914 15.5654 15.5251 15.4533 15.5251 15.3239Z" fill="#616376"/>
|
|
14
14
|
<path d="M10.0513 14.7688H9.95133C9.95133 14.824 9.9961 14.8688 10.0513 14.8688V14.7688ZM10.0513 14.3395V14.2395C9.9961 14.2395 9.95133 14.2843 9.95133 14.3395H10.0513ZM11.8942 13.9677L11.8053 13.9218L11.8048 13.923L11.8942 13.9677ZM11.8942 13.183L11.8042 13.2266L11.8048 13.2277L11.8942 13.183ZM11.6153 12.8931L11.5648 12.9794L11.5657 12.9799L11.6153 12.8931ZM10.1744 12.781V12.681C10.1191 12.681 10.0744 12.7258 10.0744 12.781H10.1744ZM10.1744 16.3301V16.4301C10.2296 16.4301 10.2744 16.3853 10.2744 16.3301H10.1744ZM9.64666 16.3301H9.54666C9.54666 16.3853 9.59143 16.4301 9.64666 16.4301V16.3301ZM9.64666 12.349V12.249C9.59143 12.249 9.54666 12.2938 9.54666 12.349H9.64666ZM12.3508 12.9369L12.2645 12.9873L12.2647 12.9877L12.3508 12.9369ZM11.8778 14.6294L11.9186 14.7207L11.9193 14.7204L11.8778 14.6294ZM11.115 14.6688H10.0513V14.8688H11.115V14.6688ZM10.1513 14.7688V14.3395H9.95133V14.7688H10.1513ZM10.0513 14.4395H11.115V14.2395H10.0513V14.4395ZM11.115 14.4395C11.3304 14.4395 11.5145 14.4054 11.6611 14.33L11.5696 14.1522C11.4609 14.2081 11.3115 14.2395 11.115 14.2395V14.4395ZM11.6611 14.33C11.8056 14.2557 11.9149 14.15 11.9837 14.0124L11.8048 13.923C11.7569 14.0187 11.6803 14.0953 11.5696 14.1522L11.6611 14.33ZM11.9831 14.0135C12.0515 13.8808 12.0844 13.7317 12.0844 13.5685H11.8844C11.8844 13.7042 11.8572 13.8212 11.8053 13.9219L11.9831 14.0135ZM12.0844 13.5685C12.0844 13.4165 12.0509 13.2727 11.9837 13.1382L11.8048 13.2277C11.8579 13.3339 11.8844 13.447 11.8844 13.5685H12.0844ZM11.9842 13.1393C11.9162 12.9991 11.8082 12.8882 11.6649 12.8063L11.5657 12.9799C11.6776 13.0439 11.7556 13.1262 11.8042 13.2266L11.9842 13.1393ZM11.6659 12.8068C11.5181 12.7203 11.332 12.681 11.115 12.681V12.881C11.3098 12.881 11.4574 12.9165 11.5648 12.9794L11.6659 12.8068ZM11.115 12.681H10.1744V12.881H11.115V12.681ZM10.0744 12.781V16.3301H10.2744V12.781H10.0744ZM10.1744 16.2301H9.64666V16.4301H10.1744V16.2301ZM9.74666 16.3301V12.349H9.54666V16.3301H9.74666ZM9.64666 12.449H11.115V12.249H9.64666V12.449ZM11.115 12.449C11.4046 12.449 11.6426 12.4991 11.8331 12.5943L11.9225 12.4154C11.6974 12.3028 11.4268 12.249 11.115 12.249V12.449ZM11.8331 12.5943C12.0251 12.6903 12.1676 12.8215 12.2645 12.9873L12.4372 12.8864C12.319 12.6841 12.1461 12.5272 11.9225 12.4154L11.8331 12.5943ZM12.2647 12.9877C12.3622 13.1529 12.4122 13.3437 12.4122 13.563H12.6122C12.6122 13.312 12.5546 13.0854 12.437 12.8861L12.2647 12.9877ZM12.4122 13.563C12.4122 13.8041 12.3615 14.0033 12.2649 14.1653L12.4367 14.2677C12.5553 14.0687 12.6122 13.8324 12.6122 13.563H12.4122ZM12.2649 14.1653C12.1687 14.3268 12.0273 14.4513 11.8363 14.5384L11.9193 14.7204C12.1439 14.6179 12.3179 14.4672 12.4367 14.2677L12.2649 14.1653ZM11.837 14.5381C11.6454 14.6238 11.406 14.6688 11.115 14.6688V14.8688C11.4255 14.8688 11.6946 14.8209 11.9186 14.7207L11.837 14.5381ZM15.4813 15.0778L15.3877 15.1129L15.3888 15.1157L15.4813 15.0778ZM15.3337 14.8809L15.2693 14.9574L15.2703 14.9582L15.3337 14.8809ZM15.0439 14.7141L15.0041 14.8059L15.0046 14.8061L15.0439 14.7141ZM14.579 14.5528L14.5506 14.6487L14.5511 14.6488L14.579 14.5528ZM14.0459 14.3587L14.0041 14.4495L14.005 14.4499L14.0459 14.3587ZM13.6576 12.606L13.7208 12.6835L13.7209 12.6834L13.6576 12.606ZM15.402 12.4666L15.3537 12.5541L15.3546 12.5546L15.402 12.4666ZM15.8805 12.9123L15.7946 12.9633L15.7948 12.9637L15.8805 12.9123ZM16.0446 13.4974V13.5974C16.0998 13.5974 16.1446 13.5526 16.1446 13.4974H16.0446ZM15.5196 13.4974H15.4196C15.4196 13.5526 15.4644 13.5974 15.5196 13.5974V13.4974ZM15.4239 13.1009L15.3362 13.1489L15.3365 13.1495L15.4239 13.1009ZM15.1341 12.8275L15.0879 12.9162L15.0889 12.9167L15.1341 12.8275ZM13.9037 13.0408L13.8188 12.9879L13.8181 12.9891L13.9037 13.0408ZM13.8681 13.6013L13.7786 13.646L13.7802 13.6488L13.8681 13.6013ZM14.0349 13.79L13.9734 13.8688L13.9743 13.8695L14.0349 13.79ZM14.3248 13.9513L14.2859 14.0434L14.2864 14.0436L14.3248 13.9513ZM14.7486 14.0935L14.7757 13.9972L14.7753 13.9971L14.7486 14.0935ZM15.7384 14.572L15.6702 14.6452L15.6715 14.6463L15.7384 14.572ZM15.9762 14.9028L15.8838 14.9409L15.8845 14.9425L15.9762 14.9028ZM15.6755 16.0949L15.6149 16.0154L15.6755 16.0949ZM15.2353 16.3109L15.2631 16.407L15.2638 16.4068L15.2353 16.3109ZM14.1224 16.3082L14.0947 16.4043L14.0949 16.4044L14.1224 16.3082ZM13.6385 16.0785L13.5806 16.1601L13.5811 16.1604L13.6385 16.0785ZM13.2912 15.7012L13.2042 15.7505L13.2049 15.7517L13.2912 15.7012ZM13.1627 15.1762V15.0762C13.1075 15.0762 13.0627 15.121 13.0627 15.1762H13.1627ZM13.6877 15.1762H13.7877C13.7877 15.121 13.7429 15.0762 13.6877 15.0762V15.1762ZM13.767 15.5289L13.6789 15.5763L13.6792 15.5769L13.767 15.5289ZM13.983 15.7696L13.9256 15.8515L13.9264 15.852L13.983 15.7696ZM14.2974 15.9117L14.2717 16.0084L14.2735 16.0088L14.2974 15.9117ZM15.4239 15.6602L15.3424 15.6022L15.3417 15.6033L15.4239 15.6602ZM15.6251 15.3239C15.6251 15.2206 15.6089 15.1252 15.5739 15.0398L15.3888 15.1157C15.4121 15.1725 15.4251 15.2413 15.4251 15.3239H15.6251ZM15.575 15.0427C15.5404 14.9505 15.4793 14.8711 15.3971 14.8036L15.2703 14.9582C15.3302 15.0074 15.3676 15.0592 15.3877 15.1129L15.575 15.0427ZM15.3981 14.8044C15.3185 14.7374 15.2122 14.6772 15.0831 14.6221L15.0046 14.8061C15.1235 14.8568 15.2103 14.9078 15.2693 14.9574L15.3981 14.8044ZM15.0836 14.6224C14.9563 14.5673 14.7971 14.5122 14.607 14.4568L14.5511 14.6488C14.7365 14.7028 14.8872 14.7553 15.0041 14.8059L15.0836 14.6224ZM14.6074 14.4569C14.4141 14.3996 14.2406 14.3364 14.0868 14.2674L14.005 14.4499C14.1682 14.5231 14.3502 14.5893 14.5506 14.6487L14.6074 14.4569ZM14.0876 14.2678C13.9354 14.1978 13.8072 14.1192 13.702 14.0326L13.5749 14.1871C13.6957 14.2864 13.8391 14.3737 14.0041 14.4495L14.0876 14.2678ZM13.702 14.0326C13.5988 13.9478 13.5215 13.8519 13.4681 13.7452L13.2893 13.8347C13.3562 13.9686 13.4521 14.086 13.5749 14.1871L13.702 14.0326ZM13.4681 13.7452C13.4159 13.6408 13.3885 13.5189 13.3885 13.3771H13.1885C13.1885 13.5452 13.2212 13.6985 13.2893 13.8347L13.4681 13.7452ZM13.3885 13.3771C13.3885 13.2363 13.4173 13.1083 13.4741 12.9915L13.2942 12.9041C13.2234 13.0498 13.1885 13.208 13.1885 13.3771H13.3885ZM13.4741 12.9915C13.5312 12.874 13.613 12.7714 13.7208 12.6835L13.5944 12.5285C13.4652 12.6339 13.3647 12.7591 13.2942 12.9041L13.4741 12.9915ZM13.7209 12.6834C13.8306 12.5937 13.9625 12.5226 14.1182 12.4713L14.0556 12.2814C13.8795 12.3394 13.7252 12.4215 13.5943 12.5286L13.7209 12.6834ZM14.1182 12.4713C14.2724 12.4205 14.4466 12.3943 14.6419 12.3943V12.1943C14.4289 12.1943 14.2331 12.2229 14.0556 12.2814L14.1182 12.4713ZM14.6419 12.3943C14.9283 12.3943 15.164 12.4493 15.3537 12.5541L15.4504 12.3791C15.2244 12.2542 14.9535 12.1943 14.6419 12.1943V12.3943ZM15.3546 12.5546C15.5501 12.66 15.6955 12.7965 15.7946 12.9633L15.9665 12.8612C15.8469 12.6598 15.6732 12.4992 15.4495 12.3786L15.3546 12.5546ZM15.7948 12.9637C15.8951 13.1308 15.9446 13.3081 15.9446 13.4974H16.1446C16.1446 13.271 16.0848 13.0583 15.9663 12.8608L15.7948 12.9637ZM16.0446 13.3974H15.5196V13.5974H16.0446V13.3974ZM15.6196 13.4974C15.6196 13.3333 15.5845 13.184 15.5113 13.0524L15.3365 13.1495C15.391 13.2475 15.4196 13.3625 15.4196 13.4974H15.6196ZM15.5117 13.0529C15.4373 12.9169 15.325 12.8122 15.1793 12.7383L15.0889 12.9167C15.202 12.9741 15.283 13.0516 15.3362 13.1489L15.5117 13.0529ZM15.1803 12.7388C15.0324 12.6617 14.8512 12.6263 14.6419 12.6263V12.8263C14.8301 12.8263 14.9769 12.8584 15.0879 12.9162L15.1803 12.7388ZM14.6419 12.6263C14.445 12.6263 14.2745 12.6558 14.1351 12.7203L14.2191 12.9018C14.3239 12.8533 14.4633 12.8263 14.6419 12.8263V12.6263ZM14.1351 12.7203C13.9986 12.7835 13.891 12.8719 13.8188 12.9879L13.9886 13.0936C14.0367 13.0164 14.1114 12.9517 14.2191 12.9018L14.1351 12.7203ZM13.8181 12.9891C13.7494 13.1028 13.7162 13.2313 13.7162 13.3716H13.9162C13.9162 13.264 13.9413 13.172 13.9893 13.0925L13.8181 12.9891ZM13.7162 13.3716C13.7162 13.4697 13.7365 13.5617 13.7787 13.646L13.9576 13.5566C13.9304 13.5023 13.9162 13.4413 13.9162 13.3716H13.7162ZM13.7802 13.6488C13.8245 13.7309 13.8903 13.8039 13.9734 13.8688L14.0964 13.7111C14.0301 13.6593 13.9846 13.6065 13.9561 13.5537L13.7802 13.6488ZM13.9743 13.8695C14.0593 13.9342 14.1638 13.9919 14.2859 14.0434L14.3636 13.8591C14.2524 13.8122 14.1637 13.7623 14.0955 13.7104L13.9743 13.8695ZM14.2864 14.0436C14.4096 14.0948 14.555 14.1435 14.7218 14.1898L14.7753 13.9971C14.614 13.9523 14.4768 13.9062 14.3631 13.8589L14.2864 14.0436ZM14.7214 14.1897C14.9434 14.2524 15.1329 14.3216 15.2906 14.397L15.3768 14.2165C15.2064 14.1351 15.0057 14.0621 14.7757 13.9972L14.7214 14.1897ZM15.2906 14.397C15.4477 14.472 15.5736 14.5551 15.6702 14.6451L15.8065 14.4988C15.6917 14.3919 15.5478 14.2982 15.3768 14.2165L15.2906 14.397ZM15.6715 14.6463C15.7688 14.7337 15.8389 14.8319 15.8838 14.9409L16.0687 14.8647C16.0115 14.7258 15.923 14.6034 15.8052 14.4976L15.6715 14.6463ZM15.8845 14.9425C15.9311 15.0502 15.9555 15.1749 15.9555 15.3184H16.1555C16.1555 15.152 16.1271 14.9996 16.068 14.8631L15.8845 14.9425ZM15.9555 15.3184C15.9555 15.4668 15.9256 15.598 15.8677 15.7139L16.0465 15.8033C16.1198 15.6568 16.1555 15.4945 16.1555 15.3184H15.9555ZM15.8677 15.7139C15.8092 15.8308 15.7254 15.9312 15.6149 16.0154L15.736 16.1745C15.8698 16.0727 15.9738 15.9489 16.0465 15.8033L15.8677 15.7139ZM15.6149 16.0154C15.5038 16.0999 15.3684 16.1669 15.2067 16.2151L15.2638 16.4068C15.4448 16.3528 15.6029 16.2759 15.736 16.1745L15.6149 16.0154ZM15.2074 16.2149C15.0484 16.2611 14.8684 16.2848 14.6665 16.2848V16.4848C14.8839 16.4848 15.083 16.4593 15.2631 16.407L15.2074 16.2149ZM14.6665 16.2848C14.4918 16.2848 14.3197 16.2606 14.1499 16.2121L14.0949 16.4044C14.2824 16.4579 14.473 16.4848 14.6665 16.4848V16.2848ZM14.1501 16.2121C13.9836 16.164 13.8323 16.0922 13.6958 15.9966L13.5811 16.1604C13.7363 16.2691 13.9076 16.3503 14.0947 16.4043L14.1501 16.2121ZM13.6963 15.9969C13.5636 15.9029 13.4577 15.7877 13.3775 15.6507L13.2049 15.7517C13.2997 15.9137 13.4253 16.05 13.5806 16.1601L13.6963 15.9969ZM13.3782 15.6519C13.3022 15.5177 13.2627 15.3601 13.2627 15.1762H13.0627C13.0627 15.3897 13.1088 15.5821 13.2042 15.7505L13.3782 15.6519ZM13.1627 15.2762H13.6877V15.0762H13.1627V15.2762ZM13.5877 15.1762C13.5877 15.3258 13.6166 15.4604 13.6789 15.5763L13.8551 15.4816C13.8116 15.4007 13.7877 15.3001 13.7877 15.1762H13.5877ZM13.6792 15.5769C13.7396 15.6872 13.822 15.779 13.9256 15.8515L14.0403 15.6876C13.9616 15.6326 13.9001 15.5639 13.8547 15.4809L13.6792 15.5769ZM13.9264 15.852C14.0294 15.9227 14.1448 15.9747 14.2717 16.0084L14.3231 15.8151C14.2167 15.7868 14.1225 15.744 14.0396 15.6871L13.9264 15.852ZM14.2735 16.0088C14.4002 16.04 14.5312 16.0555 14.6665 16.0555V15.8555C14.5466 15.8555 14.4316 15.8418 14.3213 15.8146L14.2735 16.0088ZM14.6665 16.0555C14.8593 16.0555 15.0286 16.0288 15.1712 15.9718L15.097 15.7861C14.9844 15.8311 14.842 15.8555 14.6665 15.8555V16.0555ZM15.1712 15.9718C15.3135 15.9149 15.4273 15.8309 15.5061 15.7171L15.3417 15.6033C15.2893 15.679 15.2099 15.7409 15.097 15.7861L15.1712 15.9718ZM15.5054 15.7182C15.5862 15.6046 15.6251 15.4716 15.6251 15.3239H15.4251C15.4251 15.435 15.3965 15.5262 15.3424 15.6022L15.5054 15.7182Z" fill="#616376"/>
|
|
15
15
|
</svg>
|
|
@@ -15,8 +15,8 @@ const SvgSelectorGearboxAutomatic = (
|
|
|
15
15
|
<path d="M17.2388 15.4385C17.2388 16.2231 17.9102 16.8591 18.7385 16.8591C19.5668 16.8591 20.2383 16.2231 20.2383 15.4385C20.2383 14.6539 19.5668 14.0179 18.7385 14.0179C17.9102 14.0179 17.2388 14.6539 17.2388 15.4385Z" stroke="#616376"/>
|
|
16
16
|
<path d="M17.2388 10.1596C17.2388 10.9442 17.9102 11.5802 18.7385 11.5802C19.5668 11.5802 20.2383 10.9442 20.2383 10.1596C20.2383 9.37498 19.5668 8.73894 18.7385 8.73894C17.9102 8.73894 17.2388 9.37498 17.2388 10.1596Z" stroke="#616376"/>
|
|
17
17
|
<path d="M17.2388 4.88064C17.2388 5.66523 17.9102 6.30127 18.7385 6.30127C19.5668 6.30127 20.2383 5.66523 20.2383 4.88064C20.2383 4.09605 19.5668 3.46001 18.7385 3.46001C17.9102 3.46001 17.2388 4.09605 17.2388 4.88064Z" stroke="#616376"/>
|
|
18
|
-
<path d="M11.1587 12.9488V5.04847C11.1587 4.23035 10.4955 3.56714 9.67737 3.56714V3.56714C8.85926 3.56714 8.19604 4.23035 8.19604 5.04847V12.9488M11.1587 17.7802L11.1587 20.8492C11.1587 21.6673 10.4955 22.3306 9.67737 22.3306V22.3306C8.85926 22.3306 8.19604 21.6673 8.19604 20.8492V17.7802" stroke="#616376"
|
|
19
|
-
<rect x="5.26782" y="12.954" width="8.81951" height="4.82125" rx="0.1" stroke="#616376"
|
|
18
|
+
<path d="M11.1587 12.9488V5.04847C11.1587 4.23035 10.4955 3.56714 9.67737 3.56714V3.56714C8.85926 3.56714 8.19604 4.23035 8.19604 5.04847V12.9488M11.1587 17.7802L11.1587 20.8492C11.1587 21.6673 10.4955 22.3306 9.67737 22.3306V22.3306C8.85926 22.3306 8.19604 21.6673 8.19604 20.8492V17.7802" stroke="#616376" stroke-linecap="round"/>
|
|
19
|
+
<rect x="5.26782" y="12.954" width="8.81951" height="4.82125" rx="0.1" stroke="#616376" stroke-linecap="round"/>
|
|
20
20
|
</svg>
|
|
21
21
|
);
|
|
22
22
|
|
|
@@ -15,15 +15,6 @@ export const AccordionSummaryTitle = styled('div')({
|
|
|
15
15
|
color: 'rgba(76, 78, 100, 0.87)'
|
|
16
16
|
});
|
|
17
17
|
|
|
18
|
-
export const AccordionContent = styled('div')({
|
|
19
|
-
fontFamily: 'sans-serif',
|
|
20
|
-
fontSize: '10px',
|
|
21
|
-
lineHeight: '12px',
|
|
22
|
-
textAlign: 'justify',
|
|
23
|
-
letterSpacing: '0.4px',
|
|
24
|
-
color: 'rgba(76, 78, 100, 0.68)'
|
|
25
|
-
});
|
|
26
|
-
|
|
27
18
|
export const Theme = createTheme({
|
|
28
19
|
components: {
|
|
29
20
|
MuiAccordion: {
|
|
@@ -37,7 +28,7 @@ export const Theme = createTheme({
|
|
|
37
28
|
borderBottomRightRadius: '8px',
|
|
38
29
|
borderBottomLeftRadius: '8px'
|
|
39
30
|
},
|
|
40
|
-
'&:first-
|
|
31
|
+
'&:first-child': {
|
|
41
32
|
borderTopRightRadius: '8px',
|
|
42
33
|
borderTopLeftRadius: '8px'
|
|
43
34
|
},
|
|
@@ -59,13 +50,6 @@ export const Theme = createTheme({
|
|
|
59
50
|
}
|
|
60
51
|
}
|
|
61
52
|
}
|
|
62
|
-
},
|
|
63
|
-
MuiFormControlLabel: {
|
|
64
|
-
styleOverrides: {
|
|
65
|
-
root: {
|
|
66
|
-
marginRight: 0
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
53
|
}
|
|
70
54
|
}
|
|
71
55
|
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import Typography from '@mui/material/Typography';
|
|
3
|
+
import { AccordionSummaryContent, AccordionSummaryTitle, Theme } from './MaterialAccordionGroup.styled';
|
|
3
4
|
import { ThemeProvider } from '@mui/material/styles';
|
|
4
5
|
import MaterialSwitch from '../MaterialSwitch/MaterialSwitch';
|
|
5
6
|
import MaterialTooltip from '../MaterialTooltip/MaterialTooltip';
|
|
@@ -28,9 +29,9 @@ const MaterialAccordionGroup = ({ title, tooltipText, children, switchProps, wit
|
|
|
28
29
|
{withSwitch && <MaterialSwitch { ...switchProps } />}
|
|
29
30
|
</MuiAccordionSummary>
|
|
30
31
|
<MuiAccordionDetails>
|
|
31
|
-
<
|
|
32
|
+
<Typography>
|
|
32
33
|
{children}
|
|
33
|
-
</
|
|
34
|
+
</Typography>
|
|
34
35
|
</MuiAccordionDetails>
|
|
35
36
|
</MuiAccordion>
|
|
36
37
|
</ThemeProvider>
|
|
@@ -11,8 +11,7 @@ export const Theme = createTheme({
|
|
|
11
11
|
top: 'calc(50% - 12px)'
|
|
12
12
|
},
|
|
13
13
|
popupIndicator: {
|
|
14
|
-
padding:
|
|
15
|
-
marginTop: '3px'
|
|
14
|
+
padding: 4
|
|
16
15
|
},
|
|
17
16
|
root: ({ ownerState }) => ({
|
|
18
17
|
['&.Mui-focused + [data-popper-placement*=`bottom`] .MuiOutlinedInput-root']: {
|
|
@@ -115,7 +114,7 @@ export const Theme = createTheme({
|
|
|
115
114
|
MuiInputLabel: {
|
|
116
115
|
styleOverrides: {
|
|
117
116
|
root: ({ ownerState }) => ({
|
|
118
|
-
maxWidth: 'calc(100% -
|
|
117
|
+
maxWidth: 'calc(100% - 38px)',
|
|
119
118
|
...(ownerState.size === 'custom' && { // tslint:disable-line
|
|
120
119
|
marginTop: isMobileOnly ? '0px' :'-4px',
|
|
121
120
|
['&.MuiInputLabel-shrink, &.Mui-focused']: {
|
|
@@ -188,9 +187,7 @@ export const Theme = createTheme({
|
|
|
188
187
|
});
|
|
189
188
|
|
|
190
189
|
export const ArrowSelect = styled(IconSVG)({
|
|
191
|
-
fontSize: 14
|
|
192
|
-
width: 14,
|
|
193
|
-
height: 10
|
|
190
|
+
fontSize: 14
|
|
194
191
|
});
|
|
195
192
|
|
|
196
193
|
export const FlexWrap = styled('div')({
|