@kvdbil/components 3.3.3 → 3.3.5-2
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/cjs/ColorCard.js +48 -0
- package/cjs/ElevationCard.js +35 -0
- package/cjs/Interfaces.js +2 -0
- package/cjs/Types.js +2 -0
- package/cjs/components/Accordion/index.js +124 -0
- package/cjs/components/Badge/index.js +78 -0
- package/cjs/components/Button/index.js +170 -0
- package/cjs/components/Card/index.js +28 -0
- package/cjs/components/CheckBox/index.js +109 -0
- package/cjs/components/Chip/index.js +99 -0
- package/cjs/components/DayPicker/DayPickerNavBar.js +60 -0
- package/cjs/components/DayPicker/index.js +76 -0
- package/cjs/components/DayPicker/localeUtils.js +60 -0
- package/cjs/components/Dialog/index.js +88 -0
- package/cjs/components/ErrorMessage/index.js +31 -0
- package/cjs/components/FieldLabel.js +59 -0
- package/cjs/components/Header/Hamburger.js +55 -0
- package/cjs/components/Header/Link.js +53 -0
- package/cjs/components/Header/index.js +118 -0
- package/cjs/components/Hero/index.js +65 -0
- package/cjs/components/Icon/index.js +115 -0
- package/cjs/components/IconButton.js +130 -0
- package/cjs/components/Icons/Arrow.js +16 -0
- package/cjs/components/Icons/CheckCircle.js +16 -0
- package/cjs/components/Icons/CheckIcon.js +16 -0
- package/cjs/components/Icons/Close.js +16 -0
- package/cjs/components/Icons/ErrorCircle.js +16 -0
- package/cjs/components/Icons/InfoCircle.js +16 -0
- package/cjs/components/InlineStepper/Step.js +116 -0
- package/cjs/components/InlineStepper/StepCircle.js +93 -0
- package/cjs/components/InlineStepper/index.js +51 -0
- package/cjs/components/ListItem/Bacon.js +16 -0
- package/cjs/components/ListItem/index.js +56 -0
- package/cjs/components/Logo/LogoEn.js +35 -0
- package/cjs/components/Logo/LogoSv.js +35 -0
- package/cjs/components/Logo/index.js +32 -0
- package/cjs/components/MenuItem/index.js +99 -0
- package/cjs/components/Modal/index.js +137 -0
- package/cjs/components/NotificationButton/index.js +39 -0
- package/cjs/components/OffCanvas/Overlay.js +70 -0
- package/cjs/components/OffCanvas/index.js +133 -0
- package/cjs/components/OffCanvas/useClickOutside.js +21 -0
- package/cjs/components/RadioButton/index.js +148 -0
- package/cjs/components/Range/index.js +82 -0
- package/cjs/components/Select/components/test-icon.js +16 -0
- package/cjs/components/Select/index.js +225 -0
- package/cjs/components/Snackbar/index.js +155 -0
- package/cjs/components/Spinner/index.js +68 -0
- package/cjs/components/Stepper/index.js +60 -0
- package/cjs/components/StepperAccordion/index.js +133 -0
- package/cjs/components/Tabs/index.js +71 -0
- package/cjs/components/TextArea/index.js +120 -0
- package/cjs/components/Textfield/index.js +130 -0
- package/cjs/components/TimePicker/index.js +49 -0
- package/cjs/components/TimePicker/testHelper.js +16 -0
- package/cjs/components/Toggle/index.js +83 -0
- package/cjs/icons/components/AccountCreateIcon.js +48 -0
- package/cjs/icons/components/AccountIcon.js +44 -0
- package/cjs/icons/components/AccountLoginIcon.js +50 -0
- package/cjs/icons/components/ArrowDownIcon.js +44 -0
- package/cjs/icons/components/ArrowLeftIcon.js +42 -0
- package/cjs/icons/components/ArrowLeftSharpIcon.js +44 -0
- package/cjs/icons/components/ArrowLeftSmallIcon.js +44 -0
- package/cjs/icons/components/ArrowLong.js +45 -0
- package/cjs/icons/components/ArrowRestartIcon.js +44 -0
- package/cjs/icons/components/ArrowRightIcon.js +42 -0
- package/cjs/icons/components/ArrowRightSharpIcon.js +44 -0
- package/cjs/icons/components/ArrowUpIcon.js +44 -0
- package/cjs/icons/components/AuctionIcon.js +42 -0
- package/cjs/icons/components/BackArrowIcon.js +42 -0
- package/cjs/icons/components/Baseline360Icon.js +45 -0
- package/cjs/icons/components/BellIcon.js +42 -0
- package/cjs/icons/components/BidIcon.js +42 -0
- package/cjs/icons/components/BidKrIcon.js +48 -0
- package/cjs/icons/components/BreaksIcon.js +42 -0
- package/cjs/icons/components/BuyCarIcon.js +42 -0
- package/cjs/icons/components/CabIcon.js +44 -0
- package/cjs/icons/components/CalendarIcon.js +51 -0
- package/cjs/icons/components/CameraIcon.js +42 -0
- package/cjs/icons/components/Car360Icon.js +67 -0
- package/cjs/icons/components/CarFrontIcon.js +42 -0
- package/cjs/icons/components/CarSearchIcon.js +42 -0
- package/cjs/icons/components/CarSideIcon.js +42 -0
- package/cjs/icons/components/CarTiresIcon.js +42 -0
- package/cjs/icons/components/CaravanIcon.js +42 -0
- package/cjs/icons/components/CardViewIcon.js +68 -0
- package/cjs/icons/components/CarloanIcon.js +44 -0
- package/cjs/icons/components/CertifiedIcon.js +52 -0
- package/cjs/icons/components/ChatIcon.js +43 -0
- package/cjs/icons/components/CheckIcon.js +43 -0
- package/cjs/icons/components/CheckThinIcon.js +43 -0
- package/cjs/icons/components/CheckmarkFilledIcon.js +42 -0
- package/cjs/icons/components/CheckmarkIcon.js +42 -0
- package/cjs/icons/components/ClipboardFilledIcon.js +42 -0
- package/cjs/icons/components/ClipboardIcon.js +42 -0
- package/cjs/icons/components/ClockFilledIcon.js +44 -0
- package/cjs/icons/components/ClockIcon.js +43 -0
- package/cjs/icons/components/CloseIcon.js +43 -0
- package/cjs/icons/components/CloseThinIcon.js +44 -0
- package/cjs/icons/components/CoffeeIcon.js +43 -0
- package/cjs/icons/components/CombiIcon.js +44 -0
- package/cjs/icons/components/CommentCircleFilledIcon.js +48 -0
- package/cjs/icons/components/CommentCircleIconIcon.js +46 -0
- package/cjs/icons/components/CommentIcon.js +46 -0
- package/cjs/icons/components/ContactIcon.js +46 -0
- package/cjs/icons/components/CoupeIcon.js +44 -0
- package/cjs/icons/components/CreditCardIcon.js +43 -0
- package/cjs/icons/components/CrossCircleIcon.js +42 -0
- package/cjs/icons/components/CrownIcon.js +43 -0
- package/cjs/icons/components/DealmakerIcon.js +48 -0
- package/cjs/icons/components/DeliveryIcon.js +51 -0
- package/cjs/icons/components/DetailedSearchIcon.js +43 -0
- package/cjs/icons/components/EcoFriendlyIcon.js +46 -0
- package/cjs/icons/components/EditIcon.js +43 -0
- package/cjs/icons/components/EngineIcon.js +42 -0
- package/cjs/icons/components/EnglandFlagIcon.js +60 -0
- package/cjs/icons/components/EvaluationIcon.js +46 -0
- package/cjs/icons/components/ExaminationMarkFilledIcon.js +42 -0
- package/cjs/icons/components/ExaminationMarkIcon.js +42 -0
- package/cjs/icons/components/ExteriorIcon.js +42 -0
- package/cjs/icons/components/EyeIcon.js +48 -0
- package/cjs/icons/components/FacebookBtnIcon.js +42 -0
- package/cjs/icons/components/FacebookIcon.js +44 -0
- package/cjs/icons/components/FatalIcon.js +44 -0
- package/cjs/icons/components/FavouriteIcon.js +42 -0
- package/cjs/icons/components/FavouriteSolidIcon.js +42 -0
- package/cjs/icons/components/FilterIcon.js +44 -0
- package/cjs/icons/components/FinanceIcon.js +42 -0
- package/cjs/icons/components/FindCarIcon.js +42 -0
- package/cjs/icons/components/FixedMonthlyCostIcon.js +48 -0
- package/cjs/icons/components/FlagIcon.js +42 -0
- package/cjs/icons/components/FlexibilityIcon.js +48 -0
- package/cjs/icons/components/ForumLargeIcon.js +42 -0
- package/cjs/icons/components/ForumSmallIcon.js +42 -0
- package/cjs/icons/components/GavelIcon.js +44 -0
- package/cjs/icons/components/GearboxIcon.js +44 -0
- package/cjs/icons/components/GiftIcon.js +58 -0
- package/cjs/icons/components/GridViewIcon.js +42 -0
- package/cjs/icons/components/GroupIcon.js +79 -0
- package/cjs/icons/components/GuaranteeIcon.js +42 -0
- package/cjs/icons/components/GuaranteeLargeIcon.js +42 -0
- package/cjs/icons/components/GuaranteeSmallIcon.js +42 -0
- package/cjs/icons/components/HalfCombiIcon.js +44 -0
- package/cjs/icons/components/HamburgerIcon.js +42 -0
- package/cjs/icons/components/HandshakeIcon.js +42 -0
- package/cjs/icons/components/HelpingHandIcon.js +60 -0
- package/cjs/icons/components/IdIcon.js +45 -0
- package/cjs/icons/components/InformationIcon.js +42 -0
- package/cjs/icons/components/InstagramIcon.js +49 -0
- package/cjs/icons/components/InsuranceIcon.js +42 -0
- package/cjs/icons/components/InteriorIcon.js +44 -0
- package/cjs/icons/components/InteriorThinIcon.js +44 -0
- package/cjs/icons/components/InternationalIcon.js +50 -0
- package/cjs/icons/components/KvdTestIcon.js +42 -0
- package/cjs/icons/components/KvdVenueIcon.js +42 -0
- package/cjs/icons/components/LifebuoyIcon.js +42 -0
- package/cjs/icons/components/LiftTruckIcon.js +42 -0
- package/cjs/icons/components/LinkedInIcon.js +42 -0
- package/cjs/icons/components/ListViewIcon.js +64 -0
- package/cjs/icons/components/MailIcon.js +44 -0
- package/cjs/icons/components/MinibusIcon.js +44 -0
- package/cjs/icons/components/MinivanIcon.js +45 -0
- package/cjs/icons/components/MobileIcon.js +52 -0
- package/cjs/icons/components/MotorcycleIcon.js +74 -0
- package/cjs/icons/components/MrfLogoIcon.js +53 -0
- package/cjs/icons/components/NotFoundIcon.js +42 -0
- package/cjs/icons/components/OverbidIcon.js +44 -0
- package/cjs/icons/components/PdfIconIcon.js +42 -0
- package/cjs/icons/components/PhoneIcon.js +44 -0
- package/cjs/icons/components/PickUpIcon.js +42 -0
- package/cjs/icons/components/PinIcon.js +42 -0
- package/cjs/icons/components/PlayIcon.js +42 -0
- package/cjs/icons/components/Pricetag.js +51 -0
- package/cjs/icons/components/PricetagFilledKronaIcon.js +47 -0
- package/cjs/icons/components/PrivateCarIcon.js +42 -0
- package/cjs/icons/components/ProfileCircleIcon.js +42 -0
- package/cjs/icons/components/ProfileIcon.js +42 -0
- package/cjs/icons/components/RadioIcon.js +54 -0
- package/cjs/icons/components/ReclamationIcon.js +42 -0
- package/cjs/icons/components/ReleasingIcon.js +48 -0
- package/cjs/icons/components/RemoveFilterIcon.js +42 -0
- package/cjs/icons/components/ReservedPriceIcon.js +42 -0
- package/cjs/icons/components/ResultIcon.js +42 -0
- package/cjs/icons/components/SafePaymentIcon.js +42 -0
- package/cjs/icons/components/SaleTagIcon.js +42 -0
- package/cjs/icons/components/SearchCheckIcon.js +48 -0
- package/cjs/icons/components/SearchIcon.js +42 -0
- package/cjs/icons/components/SedanIcon.js +44 -0
- package/cjs/icons/components/SellCarIcon.js +42 -0
- package/cjs/icons/components/SellCarsIcon.js +42 -0
- package/cjs/icons/components/ServiceIcon.js +47 -0
- package/cjs/icons/components/ShareIcon.js +68 -0
- package/cjs/icons/components/ShieldIcon.js +42 -0
- package/cjs/icons/components/SignInIcon.js +42 -0
- package/cjs/icons/components/SignOutIcon.js +42 -0
- package/cjs/icons/components/SpeedMeterIcon.js +44 -0
- package/cjs/icons/components/StarCircleIcon.js +42 -0
- package/cjs/icons/components/StartIcon.js +50 -0
- package/cjs/icons/components/StoreIcon.js +42 -0
- package/cjs/icons/components/SuvIcon.js +44 -0
- package/cjs/icons/components/SwedenFlag.js +50 -0
- package/cjs/icons/components/TankIcon.js +52 -0
- package/cjs/icons/components/TireIcon.js +42 -0
- package/cjs/icons/components/TransportIcon.js +42 -0
- package/cjs/icons/components/TrashcanIcon.js +42 -0
- package/cjs/icons/components/TrophyIcon.js +42 -0
- package/cjs/icons/components/TruckIcon.js +42 -0
- package/cjs/icons/components/UmbrellaIcon.js +42 -0
- package/cjs/icons/components/ValuationIcon.js +42 -0
- package/cjs/icons/components/ValueIcon.js +47 -0
- package/cjs/icons/components/WarningIcon.js +42 -0
- package/cjs/icons/components/YoutubeIcon.js +42 -0
- package/cjs/icons/components/index.js +320 -0
- package/cjs/index.js +438 -0
- package/cjs/react-app-env.d.js +2 -0
- package/cjs/shared/constants.js +7 -0
- package/cjs/shared/helpers.js +28 -0
- package/cjs/shared/helpers.spec.js +36 -0
- package/cjs/shared/media-queries.js +41 -0
- package/cjs/styled.d.js +4 -0
- package/cjs/theme.js +125 -0
- package/cjs/typography/BodyText/index.js +66 -0
- package/cjs/typography/ButtonText/index.js +48 -0
- package/cjs/typography/Heading/index.js +92 -0
- package/cjs/utils/utils.js +33 -0
- package/esm/ColorCard.js +40 -0
- package/esm/ElevationCard.js +27 -0
- package/esm/Interfaces.js +1 -0
- package/esm/Types.js +1 -0
- package/esm/components/Accordion/index.js +115 -0
- package/esm/components/Badge/index.js +69 -0
- package/esm/components/Button/index.js +161 -0
- package/esm/components/Card/index.js +19 -0
- package/esm/components/CheckBox/index.js +100 -0
- package/esm/components/Chip/index.js +90 -0
- package/esm/components/DayPicker/DayPickerNavBar.js +52 -0
- package/esm/components/DayPicker/index.js +66 -0
- package/esm/components/DayPicker/localeUtils.js +52 -0
- package/esm/components/Dialog/index.js +79 -0
- package/esm/components/ErrorMessage/index.js +22 -0
- package/esm/components/FieldLabel.js +51 -0
- package/esm/components/Header/Hamburger.js +47 -0
- package/esm/components/Header/Link.js +45 -0
- package/esm/components/Header/index.js +109 -0
- package/esm/components/Hero/index.js +56 -0
- package/esm/components/Icon/index.js +107 -0
- package/esm/components/IconButton.js +122 -0
- package/esm/components/Icons/Arrow.js +12 -0
- package/esm/components/Icons/CheckCircle.js +12 -0
- package/esm/components/Icons/CheckIcon.js +12 -0
- package/esm/components/Icons/Close.js +12 -0
- package/esm/components/Icons/ErrorCircle.js +12 -0
- package/esm/components/Icons/InfoCircle.js +12 -0
- package/esm/components/InlineStepper/Step.js +107 -0
- package/esm/components/InlineStepper/StepCircle.js +85 -0
- package/esm/components/InlineStepper/index.js +43 -0
- package/esm/components/ListItem/Bacon.js +12 -0
- package/esm/components/ListItem/index.js +48 -0
- package/esm/components/Logo/LogoEn.js +31 -0
- package/esm/components/Logo/LogoSv.js +31 -0
- package/esm/components/Logo/index.js +23 -0
- package/esm/components/MenuItem/index.js +90 -0
- package/esm/components/Modal/index.js +128 -0
- package/esm/components/NotificationButton/index.js +31 -0
- package/esm/components/OffCanvas/Overlay.js +61 -0
- package/esm/components/OffCanvas/index.js +124 -0
- package/esm/components/OffCanvas/useClickOutside.js +17 -0
- package/esm/components/RadioButton/index.js +139 -0
- package/esm/components/Range/index.js +73 -0
- package/esm/components/Select/components/test-icon.js +12 -0
- package/esm/components/Select/index.js +215 -0
- package/esm/components/Snackbar/index.js +146 -0
- package/esm/components/Spinner/index.js +60 -0
- package/esm/components/Stepper/index.js +52 -0
- package/esm/components/StepperAccordion/index.js +124 -0
- package/esm/components/Tabs/index.js +61 -0
- package/esm/components/TextArea/index.js +111 -0
- package/esm/components/Textfield/index.js +121 -0
- package/esm/components/TimePicker/index.js +40 -0
- package/esm/components/TimePicker/testHelper.js +12 -0
- package/esm/components/Toggle/index.js +75 -0
- package/esm/icons/components/AccountCreateIcon.js +22 -0
- package/esm/icons/components/AccountIcon.js +18 -0
- package/esm/icons/components/AccountLoginIcon.js +24 -0
- package/esm/icons/components/ArrowDownIcon.js +18 -0
- package/esm/icons/components/ArrowLeftIcon.js +16 -0
- package/esm/icons/components/ArrowLeftSharpIcon.js +18 -0
- package/esm/icons/components/ArrowLeftSmallIcon.js +18 -0
- package/esm/icons/components/ArrowLong.js +19 -0
- package/esm/icons/components/ArrowRestartIcon.js +18 -0
- package/esm/icons/components/ArrowRightIcon.js +16 -0
- package/esm/icons/components/ArrowRightSharpIcon.js +18 -0
- package/esm/icons/components/ArrowUpIcon.js +18 -0
- package/esm/icons/components/AuctionIcon.js +16 -0
- package/esm/icons/components/BackArrowIcon.js +16 -0
- package/esm/icons/components/Baseline360Icon.js +19 -0
- package/esm/icons/components/BellIcon.js +16 -0
- package/esm/icons/components/BidIcon.js +16 -0
- package/esm/icons/components/BidKrIcon.js +22 -0
- package/esm/icons/components/BreaksIcon.js +16 -0
- package/esm/icons/components/BuyCarIcon.js +16 -0
- package/esm/icons/components/CabIcon.js +18 -0
- package/esm/icons/components/CalendarIcon.js +25 -0
- package/esm/icons/components/CameraIcon.js +16 -0
- package/esm/icons/components/Car360Icon.js +41 -0
- package/esm/icons/components/CarFrontIcon.js +16 -0
- package/esm/icons/components/CarSearchIcon.js +16 -0
- package/esm/icons/components/CarSideIcon.js +16 -0
- package/esm/icons/components/CarTiresIcon.js +16 -0
- package/esm/icons/components/CaravanIcon.js +16 -0
- package/esm/icons/components/CardViewIcon.js +42 -0
- package/esm/icons/components/CarloanIcon.js +18 -0
- package/esm/icons/components/CertifiedIcon.js +26 -0
- package/esm/icons/components/ChatIcon.js +17 -0
- package/esm/icons/components/CheckIcon.js +17 -0
- package/esm/icons/components/CheckThinIcon.js +17 -0
- package/esm/icons/components/CheckmarkFilledIcon.js +16 -0
- package/esm/icons/components/CheckmarkIcon.js +16 -0
- package/esm/icons/components/ClipboardFilledIcon.js +16 -0
- package/esm/icons/components/ClipboardIcon.js +16 -0
- package/esm/icons/components/ClockFilledIcon.js +18 -0
- package/esm/icons/components/ClockIcon.js +17 -0
- package/esm/icons/components/CloseIcon.js +17 -0
- package/esm/icons/components/CloseThinIcon.js +18 -0
- package/esm/icons/components/CoffeeIcon.js +17 -0
- package/esm/icons/components/CombiIcon.js +18 -0
- package/esm/icons/components/CommentCircleFilledIcon.js +22 -0
- package/esm/icons/components/CommentCircleIconIcon.js +20 -0
- package/esm/icons/components/CommentIcon.js +20 -0
- package/esm/icons/components/ContactIcon.js +20 -0
- package/esm/icons/components/CoupeIcon.js +18 -0
- package/esm/icons/components/CreditCardIcon.js +17 -0
- package/esm/icons/components/CrossCircleIcon.js +16 -0
- package/esm/icons/components/CrownIcon.js +17 -0
- package/esm/icons/components/DealmakerIcon.js +22 -0
- package/esm/icons/components/DeliveryIcon.js +25 -0
- package/esm/icons/components/DetailedSearchIcon.js +17 -0
- package/esm/icons/components/EcoFriendlyIcon.js +20 -0
- package/esm/icons/components/EditIcon.js +17 -0
- package/esm/icons/components/EngineIcon.js +16 -0
- package/esm/icons/components/EnglandFlagIcon.js +34 -0
- package/esm/icons/components/EvaluationIcon.js +20 -0
- package/esm/icons/components/ExaminationMarkFilledIcon.js +16 -0
- package/esm/icons/components/ExaminationMarkIcon.js +16 -0
- package/esm/icons/components/ExteriorIcon.js +16 -0
- package/esm/icons/components/EyeIcon.js +22 -0
- package/esm/icons/components/FacebookBtnIcon.js +16 -0
- package/esm/icons/components/FacebookIcon.js +18 -0
- package/esm/icons/components/FatalIcon.js +18 -0
- package/esm/icons/components/FavouriteIcon.js +16 -0
- package/esm/icons/components/FavouriteSolidIcon.js +16 -0
- package/esm/icons/components/FilterIcon.js +18 -0
- package/esm/icons/components/FinanceIcon.js +16 -0
- package/esm/icons/components/FindCarIcon.js +16 -0
- package/esm/icons/components/FixedMonthlyCostIcon.js +22 -0
- package/esm/icons/components/FlagIcon.js +16 -0
- package/esm/icons/components/FlexibilityIcon.js +22 -0
- package/esm/icons/components/ForumLargeIcon.js +16 -0
- package/esm/icons/components/ForumSmallIcon.js +16 -0
- package/esm/icons/components/GavelIcon.js +18 -0
- package/esm/icons/components/GearboxIcon.js +18 -0
- package/esm/icons/components/GiftIcon.js +32 -0
- package/esm/icons/components/GridViewIcon.js +16 -0
- package/esm/icons/components/GroupIcon.js +53 -0
- package/esm/icons/components/GuaranteeIcon.js +16 -0
- package/esm/icons/components/GuaranteeLargeIcon.js +16 -0
- package/esm/icons/components/GuaranteeSmallIcon.js +16 -0
- package/esm/icons/components/HalfCombiIcon.js +18 -0
- package/esm/icons/components/HamburgerIcon.js +16 -0
- package/esm/icons/components/HandshakeIcon.js +16 -0
- package/esm/icons/components/HelpingHandIcon.js +34 -0
- package/esm/icons/components/IdIcon.js +19 -0
- package/esm/icons/components/InformationIcon.js +16 -0
- package/esm/icons/components/InstagramIcon.js +23 -0
- package/esm/icons/components/InsuranceIcon.js +16 -0
- package/esm/icons/components/InteriorIcon.js +18 -0
- package/esm/icons/components/InteriorThinIcon.js +18 -0
- package/esm/icons/components/InternationalIcon.js +24 -0
- package/esm/icons/components/KvdTestIcon.js +16 -0
- package/esm/icons/components/KvdVenueIcon.js +16 -0
- package/esm/icons/components/LifebuoyIcon.js +16 -0
- package/esm/icons/components/LiftTruckIcon.js +16 -0
- package/esm/icons/components/LinkedInIcon.js +16 -0
- package/esm/icons/components/ListViewIcon.js +38 -0
- package/esm/icons/components/MailIcon.js +18 -0
- package/esm/icons/components/MinibusIcon.js +18 -0
- package/esm/icons/components/MinivanIcon.js +19 -0
- package/esm/icons/components/MobileIcon.js +26 -0
- package/esm/icons/components/MotorcycleIcon.js +48 -0
- package/esm/icons/components/MrfLogoIcon.js +27 -0
- package/esm/icons/components/NotFoundIcon.js +16 -0
- package/esm/icons/components/OverbidIcon.js +18 -0
- package/esm/icons/components/PdfIconIcon.js +16 -0
- package/esm/icons/components/PhoneIcon.js +18 -0
- package/esm/icons/components/PickUpIcon.js +16 -0
- package/esm/icons/components/PinIcon.js +16 -0
- package/esm/icons/components/PlayIcon.js +16 -0
- package/esm/icons/components/Pricetag.js +25 -0
- package/esm/icons/components/PricetagFilledKronaIcon.js +21 -0
- package/esm/icons/components/PrivateCarIcon.js +16 -0
- package/esm/icons/components/ProfileCircleIcon.js +16 -0
- package/esm/icons/components/ProfileIcon.js +16 -0
- package/esm/icons/components/RadioIcon.js +28 -0
- package/esm/icons/components/ReclamationIcon.js +16 -0
- package/esm/icons/components/ReleasingIcon.js +22 -0
- package/esm/icons/components/RemoveFilterIcon.js +16 -0
- package/esm/icons/components/ReservedPriceIcon.js +16 -0
- package/esm/icons/components/ResultIcon.js +16 -0
- package/esm/icons/components/SafePaymentIcon.js +16 -0
- package/esm/icons/components/SaleTagIcon.js +16 -0
- package/esm/icons/components/SearchCheckIcon.js +22 -0
- package/esm/icons/components/SearchIcon.js +16 -0
- package/esm/icons/components/SedanIcon.js +18 -0
- package/esm/icons/components/SellCarIcon.js +16 -0
- package/esm/icons/components/SellCarsIcon.js +16 -0
- package/esm/icons/components/ServiceIcon.js +21 -0
- package/esm/icons/components/ShareIcon.js +42 -0
- package/esm/icons/components/ShieldIcon.js +16 -0
- package/esm/icons/components/SignInIcon.js +16 -0
- package/esm/icons/components/SignOutIcon.js +16 -0
- package/esm/icons/components/SpeedMeterIcon.js +18 -0
- package/esm/icons/components/StarCircleIcon.js +16 -0
- package/esm/icons/components/StartIcon.js +24 -0
- package/esm/icons/components/StoreIcon.js +16 -0
- package/esm/icons/components/SuvIcon.js +18 -0
- package/esm/icons/components/SwedenFlag.js +24 -0
- package/esm/icons/components/TankIcon.js +26 -0
- package/esm/icons/components/TireIcon.js +16 -0
- package/esm/icons/components/TransportIcon.js +16 -0
- package/esm/icons/components/TrashcanIcon.js +16 -0
- package/esm/icons/components/TrophyIcon.js +16 -0
- package/esm/icons/components/TruckIcon.js +16 -0
- package/esm/icons/components/UmbrellaIcon.js +16 -0
- package/esm/icons/components/ValuationIcon.js +16 -0
- package/esm/icons/components/ValueIcon.js +21 -0
- package/esm/icons/components/WarningIcon.js +16 -0
- package/esm/icons/components/YoutubeIcon.js +16 -0
- package/esm/icons/components/index.js +157 -0
- package/esm/index.js +220 -0
- package/esm/react-app-env.d.js +1 -0
- package/esm/shared/constants.js +3 -0
- package/esm/shared/helpers.js +23 -0
- package/esm/shared/helpers.spec.js +34 -0
- package/esm/shared/media-queries.js +35 -0
- package/esm/styled.d.js +1 -0
- package/esm/theme.js +121 -0
- package/esm/typography/BodyText/index.js +48 -0
- package/esm/typography/ButtonText/index.js +33 -0
- package/esm/typography/Heading/index.js +76 -0
- package/esm/utils/utils.js +28 -0
- package/package.json +11 -5
- package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
- package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
- package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
- package/{Types.d.ts → types/Types.d.ts} +0 -0
- package/{components → types/components}/Accordion/index.d.ts +0 -0
- package/{components → types/components}/Badge/index.d.ts +0 -0
- package/{components → types/components}/Button/index.d.ts +0 -0
- package/{components → types/components}/Card/index.d.ts +0 -0
- package/{components → types/components}/CheckBox/index.d.ts +0 -0
- package/{components → types/components}/Chip/index.d.ts +0 -0
- package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
- package/{components → types/components}/DayPicker/index.d.ts +0 -0
- package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
- package/{components → types/components}/Dialog/index.d.ts +0 -0
- package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
- package/{components → types/components}/FieldLabel.d.ts +0 -0
- package/{components → types/components}/Header/Hamburger.d.ts +0 -0
- package/{components → types/components}/Header/Link.d.ts +0 -0
- package/{components → types/components}/Header/index.d.ts +0 -0
- package/{components → types/components}/Hero/index.d.ts +0 -0
- package/{components → types/components}/Icon/index.d.ts +0 -0
- package/{components → types/components}/IconButton.d.ts +0 -0
- package/{components → types/components}/Icons/Arrow.d.ts +0 -0
- package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
- package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
- package/{components → types/components}/Icons/Close.d.ts +0 -0
- package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
- package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
- package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
- package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
- package/{components → types/components}/InlineStepper/index.d.ts +0 -0
- package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
- package/{components → types/components}/ListItem/index.d.ts +0 -0
- package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
- package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
- package/{components → types/components}/Logo/index.d.ts +0 -0
- package/{components → types/components}/MenuItem/index.d.ts +0 -0
- package/{components → types/components}/Modal/index.d.ts +0 -0
- package/{components → types/components}/NotificationButton/index.d.ts +0 -0
- package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
- package/{components → types/components}/OffCanvas/index.d.ts +0 -0
- package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
- package/{components → types/components}/RadioButton/index.d.ts +0 -0
- package/{components → types/components}/Range/index.d.ts +0 -0
- package/types/components/Select/components/test-icon.d.ts +1 -0
- package/{components → types/components}/Select/index.d.ts +0 -0
- package/{components → types/components}/Snackbar/index.d.ts +0 -0
- package/{components → types/components}/Spinner/index.d.ts +0 -0
- package/{components → types/components}/Stepper/index.d.ts +0 -0
- package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
- package/{components → types/components}/Tabs/index.d.ts +0 -0
- package/{components → types/components}/TextArea/index.d.ts +0 -0
- package/{components → types/components}/Textfield/index.d.ts +0 -0
- package/{components → types/components}/TimePicker/index.d.ts +0 -0
- package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
- package/{components → types/components}/Toggle/index.d.ts +0 -0
- package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
- package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
- package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
- package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
- package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
- package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
- package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
- package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
- package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
- package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
- package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
- package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
- package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
- package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
- package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
- package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
- package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
- package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
- package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
- package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
- package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
- package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
- package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
- package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
- package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
- package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/index.d.ts +0 -0
- package/types/icons/template.d.ts +10 -0
- package/{index.d.ts → types/index.d.ts} +0 -0
- package/types/serviceWorker.d.ts +2 -0
- package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
- package/{shared → types/shared}/constants.d.ts +0 -0
- package/{shared → types/shared}/helpers.d.ts +0 -0
- package/{shared → types/shared}/media-queries.d.ts +0 -0
- package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
- package/{theme.d.ts → types/theme.d.ts} +3 -3
- package/{typography → types/typography}/BodyText/index.d.ts +0 -0
- package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
- package/{typography → types/typography}/Heading/index.d.ts +0 -0
- package/{utils → types/utils}/utils.d.ts +0 -0
- package/kvdbil-components.css +0 -224
- package/kvdbil-components.js +0 -1501
- package/kvdbil-components.js.map +0 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
import { Chip } from '../Chip/index.js';
|
|
3
|
+
import '../../shared/helpers.js';
|
|
4
|
+
import '../../theme.js';
|
|
5
|
+
|
|
6
|
+
const TimeSlots = styled.ul`
|
|
7
|
+
max-width: 20rem;
|
|
8
|
+
display: grid;
|
|
9
|
+
grid-template-columns: repeat(4, 1fr);
|
|
10
|
+
gap: 0.625rem 0.75rem;
|
|
11
|
+
flex-wrap: wrap;
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding: 0;
|
|
14
|
+
`;
|
|
15
|
+
const isCurrentTime = (currentItem, selectedTimes) => {
|
|
16
|
+
return Array.isArray(selectedTimes) ? Boolean(selectedTimes.find((t) => t.getTime() === currentItem.getTime())) : (selectedTimes == null ? void 0 : selectedTimes.getTime()) === currentItem.getTime();
|
|
17
|
+
};
|
|
18
|
+
const TimePicker = ({
|
|
19
|
+
timeSlots,
|
|
20
|
+
onTimeSlotClick,
|
|
21
|
+
selectedTimes,
|
|
22
|
+
disabledTimes,
|
|
23
|
+
...props
|
|
24
|
+
}) => /* @__PURE__ */ React.createElement(TimeSlots, {
|
|
25
|
+
...props
|
|
26
|
+
}, timeSlots.map(({ text, date }) => {
|
|
27
|
+
const isSelected = isCurrentTime(date, selectedTimes);
|
|
28
|
+
const isDisabled = isCurrentTime(date, disabledTimes);
|
|
29
|
+
return /* @__PURE__ */ React.createElement(Chip, {
|
|
30
|
+
component: "li",
|
|
31
|
+
"data-selected": isSelected,
|
|
32
|
+
"data-disabled": isDisabled,
|
|
33
|
+
isDisabled,
|
|
34
|
+
isActive: isSelected,
|
|
35
|
+
key: date.getTime(),
|
|
36
|
+
onClick: () => !isSelected && !isDisabled && onTimeSlotClick(date)
|
|
37
|
+
}, text);
|
|
38
|
+
}));
|
|
39
|
+
|
|
40
|
+
export { TimePicker, TimePicker as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const generateTimeSlots = (x) => {
|
|
2
|
+
const addHour = (h) => h * 60 * 60 * 1e3;
|
|
3
|
+
const startDate = new Date("2020/02/02");
|
|
4
|
+
const t = new Date(startDate);
|
|
5
|
+
return Array.from({ length: x }, (_, i) => {
|
|
6
|
+
const date = new Date(t.setTime(t.getDate() + addHour(i)));
|
|
7
|
+
const text = i < 10 ? `0${i + 1}:00` : `${i + 1}:00`;
|
|
8
|
+
return { date, text };
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { generateTimeSlots };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
import theme from '../../theme.js';
|
|
4
|
+
|
|
5
|
+
const Container = styled.div`
|
|
6
|
+
display: flex;
|
|
7
|
+
position: relative;
|
|
8
|
+
border-top: ${({ theme: theme2 }) => `1px solid ${theme2.colors.gray.light6}`};
|
|
9
|
+
border-bottom: ${({ theme: theme2 }) => `1px solid ${theme2.colors.gray.light6}`};
|
|
10
|
+
padding: 4px;
|
|
11
|
+
`;
|
|
12
|
+
const Box = styled.div`
|
|
13
|
+
font-family: ${({ theme: theme2 }) => theme2.typography.fontBaseFamily};
|
|
14
|
+
font-weight: ${({ theme: theme2 }) => theme2.typography.fontBaseRegularWeight};
|
|
15
|
+
display: flex;
|
|
16
|
+
min-height: 4rem;
|
|
17
|
+
align-items: center;
|
|
18
|
+
transition: 150ms 50ms;
|
|
19
|
+
flex: 1;
|
|
20
|
+
z-index: 2;
|
|
21
|
+
position: relative;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
|
|
24
|
+
color: ${(props) => props.isActive ? theme.colors.text.light : theme.colors.text.dark};
|
|
25
|
+
`;
|
|
26
|
+
const Background = styled.div`
|
|
27
|
+
z-index: 0;
|
|
28
|
+
background-color: ${(props) => theme.colors[props.color].main};
|
|
29
|
+
position: absolute;
|
|
30
|
+
|
|
31
|
+
border-radius: 0.25rem;
|
|
32
|
+
|
|
33
|
+
top: 4px;
|
|
34
|
+
left: 4px;
|
|
35
|
+
width: calc(50% - 4px);
|
|
36
|
+
height: calc(100% - 8px);
|
|
37
|
+
|
|
38
|
+
transition: left 250ms ease-in-out;
|
|
39
|
+
|
|
40
|
+
${(props) => props.active === "RIGHT" && `
|
|
41
|
+
left: calc(50%);
|
|
42
|
+
`}
|
|
43
|
+
|
|
44
|
+
${(props) => !props.active && `display: none;`}
|
|
45
|
+
`;
|
|
46
|
+
const Toggle = ({ onChange, ...props }) => {
|
|
47
|
+
const [active, setActive] = useState(props.active);
|
|
48
|
+
useEffect(() => {
|
|
49
|
+
setActive(props.active);
|
|
50
|
+
}, [props.active]);
|
|
51
|
+
const handleLeftClick = () => {
|
|
52
|
+
setActive("LEFT");
|
|
53
|
+
onChange("LEFT");
|
|
54
|
+
};
|
|
55
|
+
const handleRightClick = () => {
|
|
56
|
+
setActive("RIGHT");
|
|
57
|
+
onChange("RIGHT");
|
|
58
|
+
};
|
|
59
|
+
return /* @__PURE__ */ React.createElement(Container, {
|
|
60
|
+
...props
|
|
61
|
+
}, /* @__PURE__ */ React.createElement(Background, {
|
|
62
|
+
color: props.color,
|
|
63
|
+
active
|
|
64
|
+
}), /* @__PURE__ */ React.createElement(Box, {
|
|
65
|
+
onClick: handleLeftClick,
|
|
66
|
+
isActive: active === "LEFT",
|
|
67
|
+
color: props.color
|
|
68
|
+
}, props.left), /* @__PURE__ */ React.createElement(Box, {
|
|
69
|
+
onClick: handleRightClick,
|
|
70
|
+
isActive: active === "RIGHT",
|
|
71
|
+
color: props.color
|
|
72
|
+
}, props.right));
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export { Toggle };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function AccountCreateIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 26 20",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M2.949 11.997V4.696h1.565v7.3H2.949z"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M.08 7.563h7.302V9.13H.08V7.563zM13.391 1.565a3.13 3.13 0 100 6.261 3.13 3.13 0 000-6.26zm-4.695 3.13a4.696 4.696 0 119.391.001 4.696 4.696 0 01-9.391 0zm-1.91 8.035c1.436-1.62 3.628-2.556 6.605-2.556 2.978 0 5.17.935 6.605 2.556C21.416 14.333 22 16.499 22 18.783v.782H4.783v-.782c0-2.284.583-4.45 2.004-6.053zM6.376 18h14.033c-.12-1.703-.637-3.164-1.584-4.232-1.074-1.213-2.795-2.029-5.433-2.029-2.637 0-4.359.816-5.433 2.029-.946 1.068-1.464 2.529-1.583 4.232z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { AccountCreateIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function AccountIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 18 20",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M8.826 1.783a3.13 3.13 0 100 6.26 3.13 3.13 0 000-6.26zM4.13 4.913a4.696 4.696 0 119.392 0 4.696 4.696 0 01-9.392 0zm-1.908 8.034c1.435-1.62 3.626-2.556 6.604-2.556s5.17.936 6.605 2.556c1.42 1.604 2.004 3.77 2.004 6.053v.783H.217V19c0-2.284.584-4.45 2.005-6.053zm-.413 5.27h14.034c-.12-1.703-.637-3.163-1.584-4.232-1.074-1.212-2.796-2.028-5.433-2.028s-4.359.816-5.433 2.028c-.946 1.069-1.465 2.53-1.584 4.232z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { AccountIcon as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function AccountLoginIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 22 19",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M13.4 1.52a3.04 3.04 0 100 6.08 3.04 3.04 0 000-6.08zM8.84 4.56a4.56 4.56 0 119.12 0 4.56 4.56 0 01-9.12 0zm-1.854 7.802C8.38 10.789 10.508 9.88 13.4 9.88s5.02.909 6.414 2.482c1.38 1.557 1.946 3.66 1.946 5.878V19H5.04v-.76c0-2.218.567-4.32 1.946-5.878zm-.4 5.118h13.628c-.116-1.654-.619-3.072-1.538-4.11-1.043-1.177-2.715-1.97-5.276-1.97s-4.233.793-5.276 1.97c-.92 1.038-1.422 2.456-1.538 4.11z"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
d: "M.48 7.868h5.477v1.403H.48V7.868z"
|
|
17
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M4.39 11.844l1.751-2.09c.56-.639.56-1.694-.01-2.345L4.392 5.32l-1.078.898 1.75 2.102c.118.135.118.4.012.522l-1.76 2.1 1.075.902z"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { AccountLoginIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowDownIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 13 7",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M1.71.97l4.546 4.242a.282.282 0 00.38 0L11.18.97l1.136 1.06-4.545 4.243a1.971 1.971 0 01-2.652 0L.574 2.03 1.711.97z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ArrowDownIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowLeftIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 12 24",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M9.23 0L12 3l-6.462 7c-.915.993-.915 3.008 0 4L12 21l-2.77 3-3.834-4.2C1.59 15.7 0 14 0 12s1.96-4.1 5.396-7.8L9.231 0z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { ArrowLeftIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowLeftSharpIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 19 19",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M11.045 16.97L3.267 9.193a.25.25 0 010-.353l7.778-7.778L9.985 0 2.205 7.778a1.75 1.75 0 000 2.475l7.778 7.778 1.061-1.06z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ArrowLeftSharpIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowLeftSmallIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 12 13",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M8.999 2.321l-4.244 4.26a.251.251 0 000 .354L9 11.195 7.94 12.256l-4.244-4.26a1.758 1.758 0 010-2.479l4.244-4.26L9 2.322z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ArrowLeftSmallIcon as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowLong(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props
|
|
10
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M1 10.215h20.532v3.422H1z"
|
|
13
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
14
|
+
d: "M17.71 19.91l4.269-5.095c1.366-1.559 1.366-4.133-.025-5.72L17.713 4l-2.63 2.19 4.27 5.126c.287.33.287.976.027 1.273l-4.294 5.124 2.623 2.198z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { ArrowLong as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowRestartIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 17",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M15.513 11.458c-.365-4.238-2.567-6.062-4.716-6.27-1.978-.191-4.193.944-5.416 3.35l2.072-.55.391 1.448-3.266.869a1.255 1.255 0 01-1.534-.886l-.88-3.263 1.45-.385.518 1.922c1.49-2.783 4.19-4.252 6.81-3.998 3.054.296 5.656 2.878 6.065 7.634l-1.494.129z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ArrowRestartIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowRightIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em",
|
|
9
|
+
viewBox: "0 0 12 24",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M2.8 24L0 21l6.5-7c.9-1 .9-3 0-4L0 3l2.8-3 3.8 4.2C10.4 8.3 12 10 12 12s-2 4.1-5.4 7.8L2.8 24z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { ArrowRightIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowRightSharpIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 19 19",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M7.955 16.97l7.778-7.778a.25.25 0 000-.353L7.955 1.06 9.015 0l7.779 7.778a1.75 1.75 0 010 2.475l-7.778 7.778-1.061-1.06z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ArrowRightSharpIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ArrowUpIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 12 7",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M10.526 6.194L6.266 1.95a.251.251 0 00-.353 0l-4.26 4.244L.591 5.135 4.85.891a1.758 1.758 0 012.479 0l4.259 4.244-1.063 1.06z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ArrowUpIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function AuctionIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 64 64",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M42.8 35.2l1.5-1.5 17.5 17.5c2.9 2.9 2.9 7.7 0 10.6-2.9 2.9-7.7 2.9-10.6 0L33.7 44.3l1.5-1.5 17.5 17.5c2.1 2.1 5.5 2.1 7.6 0 2.1-2.1 2.1-5.5 0-7.6L42.8 35.2zM8.6 31.4c-2.1-2.1-5-2.7-6.9-.8-2.1 2.2-2.4 9.7 0 12.2 1 .9 2 1.9 4.6 4.5 2.6 2.6 3.6 3.7 4.6 4.6 2.5 2.5 9.9 2.2 12.1 0 1.9-1.9 1.4-4.7-.7-6.8l-1.6 1.5c1.4 1.3 1.7 2.9.8 3.8-1.4 1.4-7.5 1.6-9.1 0-.9-1-2-2-4.5-4.5l-4.6-4.6c-1.6-1.6-1.4-7.8 0-9.2.9-.9 2.4-.5 3.8.8l1.5-1.5zM33 7.1c-1.4-1.4-1.7-3-.8-3.8 1.3-1.4 7.5-1.6 9.1 0l4.5 4.5 4.6 4.6c1.6 1.6 1.4 7.7 0 9.1-.9.9-2.4.6-3.8-.8l-1.5 1.6c2.1 2.1 4.9 2.6 6.8.7 2.2-2.2 2.5-9.6 0-12.1-.9-1-2-2.1-4.5-4.6-2.6-2.6-3.7-3.6-4.6-4.6-2.5-2.4-10-2.1-12.2 0-1.9 1.9-1.3 4.8.8 6.9L33 7.1zm-26.7 25L32.2 6.3l1.5 1.5L7.8 33.7l-1.5-1.6zM20 45.8L45.8 20l1.6 1.5-25.9 25.8-1.5-1.5zM6.3 32.1l1.5-1.5L23 45.8l-1.5 1.5L6.3 32.1zM30.6 7.8l1.6-1.5 15.2 15.2-1.6 1.5L30.6 7.8z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { AuctionIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function BackArrowIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 15 17",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M6 5l1.42 1.42L3.83 10H13V0h2v12H3.83l3.59 3.58L6 17l-6-6 6-6z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { BackArrowIcon as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function Baseline360Icon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"
|
|
13
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
14
|
+
fill: "none",
|
|
15
|
+
d: "M0 0h24v24H0z"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { Baseline360Icon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function BellIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 26 25",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M5.5 7c1-4.5 3.1-7 7.5-7s6.5 2.5 7.5 7c.1.4.2.8.2 1.4.1.3.3 1.3.3 1.3.2 1.6.5 2.3.7 2.6l.3.3c.4.3.7.6 1.2.9.1.1.9.6 1.1.7 1.1.7 1.7 1.5 1.7 2.8 0 1.8-2.3 2.4-6.9 2.7-1.3.2-2.8.2-4.2.3h-3.8c-1.4-.1-2.9-.1-4.2-.3C2.3 19.4 0 18.8 0 17c0-1.3.6-2.1 1.7-2.9.2-.1 1-.6 1.2-.7.5-.3.9-.6 1.3-1l.1-.1c.3-.3.5-1 .8-2.7 0 .1.1-1 .2-1.3.1-.5.2-.9.2-1.3zm13 .4C17.7 3.7 16.2 2 13 2S8.3 3.7 7.5 7.4c-.1.4-.2.8-.2 1.3C7.2 9 7 10 7 10c-.3 2.1-.6 3-1.3 3.7 0 .1-.1.1-.1.2-.5.4-1 .8-1.6 1.1-.2.2-1 .7-1.2.8-.6.4-.8.7-.8 1.2v-.2c.2.1.6.3 1.1.4 1 .2 2.3.4 4 .6 1.3.1 2.7.1 4.1.2H14.8c1.4-.1 2.8-.1 4.1-.2 1.7-.2 3-.4 4-.6.5-.1.9-.3 1.1-.4v.2c0-.5-.2-.7-.8-1.2-.2-.1-.9-.5-1.1-.6-.5-.4-1-.7-1.4-1.1l-.4-.4c-.7-.7-1-1.6-1.3-3.7 0 .1-.2-1-.2-1.3-.1-.5-.2-.9-.3-1.3zM8 18v2c0 2.8 2.3 5 5 5 2.8 0 5-2.2 5-5v-2h-2v2c0 1.7-1.3 3-3 3-1.6 0-3-1.3-3-3v-2H8z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { BellIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function BidIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M10.4 4.1c-.1-.1-.2-.2-.2-.3C9 2.7 10 1.4 11.6.6c1.4-.7 2.9-.9 3.8 0 .2.2 1.6 1.5 1.9 1.9.9.8 1.5 1.5 1.9 1.9.8.8.7 2.3-.1 3.8-.3.6-.6 1.1-1 1.4-.7.6-1.5.6-2.2 0-.1-.1-.1-.2-.2-.3l-6.4 6.4c.1.1.2.2.3.2.6.7.5 1.5 0 2.2-.3.4-.8.8-1.5 1.1-1.4.7-2.9.9-3.7 0-.9-.8-2.7-2.7-3.8-3.8-.9-.8-.7-2.3 0-3.8.8-1.6 2.1-2.6 3.2-1.4.1 0 .2.1.3.3l6.3-6.4zm1.4 1.4l-6.3 6.3c.3.4.7.8 1.2 1.3.2.1.8.7 1.3 1.2L14.3 8l-.6-.6-.7-.7c-.4-.5-.8-.9-1.2-1.2zM7.3 17.4c.3-.1.5-.2.7-.4-.3-.2-.5-.5-.9-.9-.3-.3-1.5-1.4-1.7-1.7l-2.6-2.6c-.2.2-.3.4-.5.7-.3.7-.4 1.5-.4 1.5l3.9 3.9s.7-.1 1.5-.5zM17 8c.1-.2.3-.4.4-.7.4-.7.5-1.5.4-1.5-.4-.5-1-1.1-1.9-2L14 1.9s-.8.1-1.5.4c-.3.2-.5.3-.7.5.5.4 1.2 1.2 2.6 2.6C16 6.9 16.6 7.6 17 8zm-2 5.5l1.4-1.4 6.7 6.7c.1.2.3.4.4.6.7 1.2.7 2.4-.3 3.6-.1 0-.1 0-.2.1-1.1 1.1-2.4 1.1-3.6.4-.3-.1-.5-.3-.6-.4l-6.7-6.7 1.3-1.4 6.8 6.7.2.2c.5.3.8.3 1.3-.2l.1-.1c.4-.4.3-.7.1-1.2l-.2-.2-6.7-6.7z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { BidIcon as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function BidKrIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 13 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M7.95 9.07l.147.027.289.06c-.842.789-2.132 1.174-3.633 1.18l-.116.02-.415.078-1.243.226-.248.047c-.667.136-1.343.234-2.022.293-.498 0-.568-.39-.394-.746.123-.231.273-.449.448-.648l.157-.188.2-.23c.073-.083.145-.165.214-.246l-.68-.598A2.716 2.716 0 010 6.56c0-1.2.779-2.218 2-2.823v.049C2 7.358 4.548 9.053 7.95 9.07z"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M7.91 8.247l-.124-.022c-2.882-.013-5.04-1.398-5.04-4.316C2.746 1.827 5.346 0 7.83 0c2.873 0 5.08 1.68 5.08 3.905a3.22 3.22 0 01-.706 2.041l-.733.684.231.282c.073.088.146.175.216.263l.17.215c.188.228.35.477.482.741.188.407.112.853-.424.853-.733-.067-1.46-.179-2.18-.335l-.268-.053-1.34-.26-.447-.089zM7.549 5.74l-.715-1.014V5.74h-.755V2.572h.733V4.31l.737-.96h.858l-.96 1.197.982 1.193h-.88zm2.682-2.412a.894.894 0 00-.446.125c-.154.08-.285.199-.38.344V3.35h-.728v2.39h.737V4.655a.496.496 0 01.16-.42.72.72 0 01.447-.125h.21v-.782z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { BidKrIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function BreaksIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 26 26",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M20 14c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-2 0c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4 4-1.8 4-4zm-4-1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm-2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm4 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM2 14h2c0 5.5 4.5 10 10 10s10-4.5 10-10S19.5 4 14 4V2c6.6 0 12 5.4 12 12s-5.4 12-12 12S2 20.6 2 14zM13 0h1v6h-1c-4 0-7 3.2-7 7v1H0v-1C0 5.4 5.4 0 13 0zm-1 4.1V2c-5.6.5-9.6 4.4-10 10h2.1c.4-4.1 3.6-7.5 7.9-7.9z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { BreaksIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function BuyCarIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 64 59",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M19.9 9c.3-.2.7-.3 1-.4 4.4-1.5 19-5.8 21.7-6.7C44.4 1.2 45.9.6 47 0l1.2 2.4c-1.3.6-2.8 1.3-4.8 2-2.7.9-17.3 5.3-21.6 6.7-.3.1-.5.2-.7.3h-.2c-4.2 1.9-7.4 6.9-8.4 13-1.1 5.6.1 9.9 2.1 9.9 1.7 0 2.8-1.2 2.8-3.1.1-.3.1-.6.1-1.1.1-2.2.1-3.2.3-4.5 1.1-7 5.6-10.9 15.8-10.9 8 0 11.1 3.8 11.7 11 .1.9.1 1.4.2 2.9.2 4.7.6 5.8 2.2 5.8 2.2 0 2.3-.6 2.3-10.3 0-4.7 2.4-9.1 6.4-13 1.4-1.3 2.9-2.5 4.3-3.6.5-.3 1-.7 1.4-.9.3-.2.5-.3.6-.4L64 8.5c-.1.1-.2.2-.5.3-.4.3-.8.6-1.3.9-1.3 1-2.7 2.1-4 3.3-3.5 3.5-5.6 7.2-5.6 11.1 0 6.3-.1 8.2-.5 9.9-.6 2-1.8 2.9-3.9 3l1.3 2.1v.1c1.5-.2 3.5 0 3.5 2.2 0 1.1-.5 1.6-1.2 1.9.6 1.6.9 3.6.6 5l-.9 5.4c0 .3-.1.6-.2.8v2.8c0 .9-.8 1.7-1.8 1.7H46c-1 0-1.7-.8-1.7-1.7v-1.8H19.8v1.8c0 .9-.8 1.7-1.8 1.7h-3.5c-1 0-1.7-.8-1.7-1.7v-2.8c-.2-.2-.3-.5-.3-.8l-.9-5.4c-.3-1.4 0-3.4.6-5-.7-.3-1.2-.8-1.2-1.9 0-2.2 2-2.4 3.5-2.2v-.1l1.4-2.3c-.4.1-.9.1-1.3.1-1 0-1.7-.2-2.4-.7-.8.5-1.8.8-3 .8-2.5 0-4-1.8-4.4-4.4-.4-.1-.8-.1-1.1-.2-2.2-.6-3.6-2.1-3.6-4.7 0-1.3.9-3 2.4-5C1 22.4 0 21.1 0 18.8c0-3.2 3.8-5.4 10.3-7.4 2.1-.7 4.3-1.2 6.5-1.7.8-.2 1.5-.3 2.2-.4.2-.1.4-.1.5-.2.2 0 .3-.1.4-.1zm-9.4 12.1c-1.3 2.1-2.2 4.3-2.8 6.5-1 4.2-.3 6.7 1.5 6.7.5 0 1-.1 1.3-.2-1.1-2.4-1.4-6.1-.6-10.2.2-.9.4-1.9.6-2.8zM43 30.2c-.1-.5-.1-.9-.1-1.4-.1-1.5-.1-2.1-.2-2.8-.5-6-2.6-8.6-9.1-8.6-8.9 0-12.4 2.9-13.2 8.6-.2 1.2-.2 2.1-.3 4.2v.6c1.4-1.1 3.2-1.8 4.9-1.8h14c1.3 0 2.7.4 4 1.2zM7.3 21.5c-.2.1-.3.1-.5.2-2.4 2.5-4.1 4.7-4.1 6 0 1.2.5 1.8 1.6 2.1.1 0 .3.1.4.1.1-.9.2-1.9.5-3 .4-1.8 1.2-3.6 2.1-5.4zm5-8c-.4.1-.8.3-1.3.4-5.2 1.6-8.4 3.5-8.4 4.9 0 1.4.3 1.6 1.4 1.2.4-.1.9-.2 1.4-.5 2-2.1 4.5-4.2 6.9-6zm33.4 26.1l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H25c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM18.9 50.2c1.4 0 2.6-1.2 2.6-2.7 0-1.4-1.2-2.6-2.6-2.6-1.5 0-2.6 1.2-2.6 2.6 0 1.5 1.1 2.7 2.6 2.7zm26.2 0c1.5 0 2.7-1.2 2.7-2.7 0-1.4-1.2-2.6-2.7-2.6-1.4 0-2.6 1.2-2.6 2.6 0 1.5 1.2 2.7 2.6 2.7zm-18.3-1.8v1.8h10.5v-1.8H26.8z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { BuyCarIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function CabIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M17.83 8.807l-4.37-3.399-.92 1.184 2.775 2.158H7.75V7.5h-1.5v.898l-1.076-.562-.21-.11-.235.03c-.678.09-1.785.31-2.735 1C1 9.478.25 10.663.25 12.5c0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.264.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h8.39c.49.753 1.34 1.25 2.305 1.25.965 0 1.814-.497 2.305-1.25h.532c.488 0 1.157-.183 1.71-.704.573-.54.953-1.375.953-2.546 0-.766-.374-1.38-.866-1.838-.483-.45-1.116-.788-1.757-1.045-1.085-.435-2.331-.689-3.296-.81zm3.257 5.443H21a2.75 2.75 0 10-5.5 0H8a2.75 2.75 0 00-5.497-.125.984.984 0 01-.48-.38c-.142-.216-.273-.589-.273-1.245 0-1.363.525-2.094 1.126-2.53.565-.411 1.254-.6 1.818-.692l1.698.887.163.085h10.673c.91.082 2.248.321 3.34.759.555.222.999.477 1.293.751.285.265.389.507.389.74 0 .83-.258 1.244-.481 1.454-.244.23-.532.296-.682.296zm-14.587 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm13 0a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { CabIcon as default };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function CalendarIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 20 21",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M7 10.984H5v2h2v-2zM7 0H5.5v6H7V0zM19 8.5V7H1v1.5h18zM14.5 0H13v6h1.5V0zM11 10.984H9v2h2v-2zM15 10.984h-2v2h2v-2zM7 14.984H5v2h2v-2zM11 14.984H9v2h2v-2zM15 14.984h-2v2h2v-2z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}), /* @__PURE__ */ React.createElement("rect", {
|
|
15
|
+
x: 0.75,
|
|
16
|
+
y: 2.75,
|
|
17
|
+
width: 18.5,
|
|
18
|
+
height: 17.5,
|
|
19
|
+
rx: 1.25,
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
strokeWidth: 1.5
|
|
22
|
+
}));
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { CalendarIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function CameraIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 21",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M22 19zM2 19h20V7H2v12zM0 7c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7zm8-2H6V2.3C6 1 7.2 0 8.7 0h6.6C16.8 0 18 1 18 2.3V5h-2V2.3c0-.1-.3-.3-.7-.3H8.7c-.4 0-.7.2-.7.3V5zm4 13c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-2c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { CameraIcon as default };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function Car360Icon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 72 72",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props
|
|
10
|
+
}, /* @__PURE__ */ React.createElement("g", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
fillRule: "evenodd"
|
|
13
|
+
}, /* @__PURE__ */ React.createElement("circle", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
cx: 36,
|
|
16
|
+
cy: 36,
|
|
17
|
+
r: 36
|
|
18
|
+
}), /* @__PURE__ */ React.createElement("text", {
|
|
19
|
+
fill: "#FFF",
|
|
20
|
+
fontSize: ".8em"
|
|
21
|
+
}, /* @__PURE__ */ React.createElement("tspan", {
|
|
22
|
+
x: 16,
|
|
23
|
+
y: 44
|
|
24
|
+
}, "360")), /* @__PURE__ */ React.createElement("path", {
|
|
25
|
+
className: "car360-icon_svg__circle",
|
|
26
|
+
d: "M36.5 8.571C21.312 8.571 9 20.851 9 36c0 7.404 2.942 14.124 7.723 19.058m19.777 8.37h0C51.688 63.429 64 51.149 64 36c0-7.719-3.197-14.693-8.341-19.677",
|
|
27
|
+
stroke: "#FFF",
|
|
28
|
+
strokeWidth: 1.524,
|
|
29
|
+
strokeLinecap: "round"
|
|
30
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
31
|
+
className: "car360-icon_svg__arrow-right",
|
|
32
|
+
d: "M35.266 13.143L34.208 12l2.468-2.667c.35-.378.35-1.146 0-1.523l-2.468-2.667L35.266 4l1.465 1.6c1.453 1.562 2.06 2.21 2.06 2.971 0 .762-.748 1.562-2.06 2.972l-1.465 1.6z",
|
|
33
|
+
fill: "#FFF"
|
|
34
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
35
|
+
className: "car360-icon_svg__arrow-left",
|
|
36
|
+
d: "M37.734 68l1.058-1.143-2.468-2.667c-.35-.378-.35-1.145 0-1.523L38.792 60l-1.058-1.143-1.465 1.6c-1.453 1.562-2.06 2.21-2.06 2.972 0 .761.748 1.561 2.06 2.97L37.734 68z",
|
|
37
|
+
fill: "#FFF"
|
|
38
|
+
})));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { Car360Icon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function CarFrontIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 32 23",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M32 9.5c0-1.6-1.5-1.8-2.7-1.6v-.2L26.5 3c-1-1.7-3.2-3-5.2-3H10.7c-2 0-4.2 1.3-5.2 3L2.7 7.7v.1C1.5 7.7 0 7.8 0 9.5c0 .8.4 1.3.9 1.5-.5 1.2-.7 2.7-.5 3.8l.7 4.2c0 .2.1.4.2.6v2.1c0 .7.6 1.3 1.3 1.3h2.7c.7 0 1.3-.6 1.3-1.3v-1.4H25.3v1.4c0 .7.6 1.3 1.3 1.3h2.7c.7 0 1.3-.6 1.3-1.3v-2.1c.1-.2.2-.4.2-.6l.7-4.2c.2-1.1 0-2.6-.5-3.8.6-.2 1-.7 1-1.5zM7.8 4.4c.5-.9 1.9-1.7 2.9-1.7h10.6c1 0 2.4.8 2.9 1.7l2.2 3.7H5.6l2.2-3.7zM6 16.2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm14 0h-8v-1.4h8v1.4zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { CarFrontIcon as default };
|