@kvdbil/components 3.3.5-4 → 3.4.0
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 +10 -31
- package/cjs/ElevationCard.js +5 -21
- package/cjs/Interfaces.js +1 -2
- package/cjs/Types.js +1 -2
- package/cjs/components/Accordion/index.js +20 -64
- package/cjs/components/Badge/index.js +9 -43
- package/cjs/components/Button/index.js +60 -125
- package/cjs/components/Card/index.js +6 -25
- package/cjs/components/CheckBox/index.js +24 -53
- package/cjs/components/Chip/index.js +10 -65
- package/cjs/components/DayPicker/DayPickerNavBar.js +9 -32
- package/cjs/components/DayPicker/index.js +10 -40
- package/cjs/components/DayPicker/localeUtils.js +1 -60
- package/cjs/components/DayPicker/style.js +226 -0
- package/cjs/components/Dialog/index.js +9 -42
- package/cjs/components/ErrorMessage/index.js +6 -21
- package/cjs/components/FieldLabel.js +22 -49
- package/cjs/components/Header/Hamburger.js +7 -22
- package/cjs/components/Header/Link.js +9 -26
- package/cjs/components/Header/index.js +16 -45
- package/cjs/components/Hero/index.js +7 -32
- package/cjs/components/Icon/index.js +11 -76
- package/cjs/components/IconButton.js +15 -54
- package/cjs/components/Icons/Arrow.js +1 -9
- package/cjs/components/Icons/CheckCircle.js +1 -9
- package/cjs/components/Icons/CheckIcon.js +1 -9
- package/cjs/components/Icons/Close.js +1 -9
- package/cjs/components/Icons/ErrorCircle.js +1 -9
- package/cjs/components/Icons/InfoCircle.js +1 -9
- package/cjs/components/InlineStepper/Step.js +16 -53
- package/cjs/components/InlineStepper/StepCircle.js +11 -46
- package/cjs/components/InlineStepper/index.js +4 -39
- package/cjs/components/ListItem/Bacon.js +1 -9
- package/cjs/components/ListItem/index.js +7 -28
- package/cjs/components/Logo/LogoEn.js +1 -9
- package/cjs/components/Logo/LogoSv.js +1 -9
- package/cjs/components/Logo/index.js +3 -30
- package/cjs/components/MenuItem/index.js +23 -68
- package/cjs/components/Modal/index.js +11 -54
- package/cjs/components/NotificationButton/index.js +4 -28
- package/cjs/components/OffCanvas/Overlay.js +2 -33
- package/cjs/components/OffCanvas/index.js +21 -62
- package/cjs/components/OffCanvas/useClickOutside.js +1 -21
- package/cjs/components/RadioButton/index.js +28 -58
- package/cjs/components/Range/index.js +10 -35
- package/cjs/components/Select/components/test-icon.js +1 -9
- package/cjs/components/Select/index.js +18 -147
- package/cjs/components/Snackbar/index.js +24 -76
- package/cjs/components/Spinner/index.js +10 -46
- package/cjs/components/Stepper/index.js +11 -35
- package/cjs/components/StepperAccordion/index.js +26 -76
- package/cjs/components/Tabs/index.js +7 -47
- package/cjs/components/TextArea/index.js +30 -61
- package/cjs/components/Textfield/index.js +29 -69
- package/cjs/components/TimePicker/index.js +2 -29
- package/cjs/components/TimePicker/testHelper.js +1 -17
- package/cjs/components/Toggle/index.js +12 -45
- package/cjs/icons/components/AccountCreateIcon.js +1 -11
- package/cjs/icons/components/AccountIcon.js +1 -11
- package/cjs/icons/components/AccountLoginIcon.js +1 -11
- package/cjs/icons/components/ArrowDownIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftSharpIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftSmallIcon.js +1 -11
- package/cjs/icons/components/ArrowLong.js +1 -11
- package/cjs/icons/components/ArrowRestartIcon.js +1 -11
- package/cjs/icons/components/ArrowRightIcon.js +1 -11
- package/cjs/icons/components/ArrowRightSharpIcon.js +1 -11
- package/cjs/icons/components/ArrowUpIcon.js +1 -11
- package/cjs/icons/components/AuctionIcon.js +1 -11
- package/cjs/icons/components/BackArrowIcon.js +1 -11
- package/cjs/icons/components/Baseline360Icon.js +1 -11
- package/cjs/icons/components/BellIcon.js +1 -11
- package/cjs/icons/components/BidIcon.js +1 -11
- package/cjs/icons/components/BidKrIcon.js +1 -11
- package/cjs/icons/components/BreaksIcon.js +1 -11
- package/cjs/icons/components/BuyCarIcon.js +1 -11
- package/cjs/icons/components/CabIcon.js +1 -11
- package/cjs/icons/components/CalendarIcon.js +1 -11
- package/cjs/icons/components/CameraIcon.js +1 -11
- package/cjs/icons/components/Car360Icon.js +1 -11
- package/cjs/icons/components/CarFrontIcon.js +1 -11
- package/cjs/icons/components/CarSearchIcon.js +1 -11
- package/cjs/icons/components/CarSideIcon.js +1 -11
- package/cjs/icons/components/CarTiresIcon.js +1 -11
- package/cjs/icons/components/CaravanIcon.js +1 -11
- package/cjs/icons/components/CardViewIcon.js +1 -11
- package/cjs/icons/components/CarloanIcon.js +1 -11
- package/cjs/icons/components/CertifiedIcon.js +1 -11
- package/cjs/icons/components/ChatIcon.js +1 -11
- package/cjs/icons/components/CheckIcon.js +1 -11
- package/cjs/icons/components/CheckThinIcon.js +1 -11
- package/cjs/icons/components/CheckmarkFilledIcon.js +1 -11
- package/cjs/icons/components/CheckmarkIcon.js +1 -11
- package/cjs/icons/components/ClipboardFilledIcon.js +1 -11
- package/cjs/icons/components/ClipboardIcon.js +1 -11
- package/cjs/icons/components/ClockFilledIcon.js +1 -11
- package/cjs/icons/components/ClockIcon.js +1 -11
- package/cjs/icons/components/CloseIcon.js +1 -11
- package/cjs/icons/components/CloseThinIcon.js +1 -11
- package/cjs/icons/components/CoffeeIcon.js +1 -11
- package/cjs/icons/components/CombiIcon.js +1 -11
- package/cjs/icons/components/CommentCircleFilledIcon.js +1 -11
- package/cjs/icons/components/CommentCircleIconIcon.js +1 -11
- package/cjs/icons/components/CommentIcon.js +1 -11
- package/cjs/icons/components/ContactIcon.js +1 -11
- package/cjs/icons/components/CoupeIcon.js +1 -11
- package/cjs/icons/components/CreditCardIcon.js +1 -11
- package/cjs/icons/components/CrossCircleIcon.js +1 -11
- package/cjs/icons/components/CrownIcon.js +1 -11
- package/cjs/icons/components/DealmakerIcon.js +1 -11
- package/cjs/icons/components/DeliveryIcon.js +1 -11
- package/cjs/icons/components/DetailedSearchIcon.js +1 -11
- package/cjs/icons/components/EcoFriendlyIcon.js +1 -11
- package/cjs/icons/components/EditIcon.js +1 -11
- package/cjs/icons/components/EngineIcon.js +1 -11
- package/cjs/icons/components/EnglandFlagIcon.js +1 -11
- package/cjs/icons/components/EvaluationIcon.js +1 -11
- package/cjs/icons/components/ExaminationMarkFilledIcon.js +1 -11
- package/cjs/icons/components/ExaminationMarkIcon.js +1 -11
- package/cjs/icons/components/ExteriorIcon.js +1 -11
- package/cjs/icons/components/EyeIcon.js +1 -11
- package/cjs/icons/components/FacebookBtnIcon.js +1 -11
- package/cjs/icons/components/FacebookIcon.js +1 -11
- package/cjs/icons/components/FatalIcon.js +1 -11
- package/cjs/icons/components/FavouriteIcon.js +1 -11
- package/cjs/icons/components/FavouriteSolidIcon.js +1 -11
- package/cjs/icons/components/FilterIcon.js +1 -11
- package/cjs/icons/components/FinanceIcon.js +1 -11
- package/cjs/icons/components/FindCarIcon.js +1 -11
- package/cjs/icons/components/FixedMonthlyCostIcon.js +1 -11
- package/cjs/icons/components/FlagIcon.js +1 -11
- package/cjs/icons/components/FlexibilityIcon.js +1 -11
- package/cjs/icons/components/ForumLargeIcon.js +1 -11
- package/cjs/icons/components/ForumSmallIcon.js +1 -11
- package/cjs/icons/components/GavelIcon.js +1 -11
- package/cjs/icons/components/GearboxIcon.js +1 -11
- package/cjs/icons/components/GiftIcon.js +1 -11
- package/cjs/icons/components/GridViewIcon.js +1 -11
- package/cjs/icons/components/GroupIcon.js +1 -11
- package/cjs/icons/components/GuaranteeIcon.js +1 -11
- package/cjs/icons/components/GuaranteeLargeIcon.js +1 -11
- package/cjs/icons/components/GuaranteeSmallIcon.js +1 -11
- package/cjs/icons/components/HalfCombiIcon.js +1 -11
- package/cjs/icons/components/HamburgerIcon.js +1 -11
- package/cjs/icons/components/HandshakeIcon.js +1 -11
- package/cjs/icons/components/HelpingHandIcon.js +1 -11
- package/cjs/icons/components/IdIcon.js +1 -11
- package/cjs/icons/components/InformationIcon.js +1 -11
- package/cjs/icons/components/InstagramIcon.js +1 -11
- package/cjs/icons/components/InsuranceIcon.js +1 -11
- package/cjs/icons/components/InteriorIcon.js +1 -11
- package/cjs/icons/components/InteriorThinIcon.js +1 -11
- package/cjs/icons/components/InternationalIcon.js +1 -11
- package/cjs/icons/components/KvdTestIcon.js +1 -11
- package/cjs/icons/components/KvdVenueIcon.js +1 -11
- package/cjs/icons/components/LifebuoyIcon.js +1 -11
- package/cjs/icons/components/LiftTruckIcon.js +1 -11
- package/cjs/icons/components/LinkedInIcon.js +1 -11
- package/cjs/icons/components/ListViewIcon.js +1 -11
- package/cjs/icons/components/MailIcon.js +1 -11
- package/cjs/icons/components/MinibusIcon.js +1 -11
- package/cjs/icons/components/MinivanIcon.js +1 -11
- package/cjs/icons/components/MobileIcon.js +1 -11
- package/cjs/icons/components/MotorcycleIcon.js +1 -11
- package/cjs/icons/components/MrfLogoIcon.js +1 -11
- package/cjs/icons/components/NotFoundIcon.js +1 -11
- package/cjs/icons/components/OverbidIcon.js +1 -11
- package/cjs/icons/components/PdfIconIcon.js +1 -11
- package/cjs/icons/components/PhoneIcon.js +1 -11
- package/cjs/icons/components/PickUpIcon.js +1 -11
- package/cjs/icons/components/PinIcon.js +1 -11
- package/cjs/icons/components/PlayIcon.js +1 -11
- package/cjs/icons/components/Pricetag.js +1 -11
- package/cjs/icons/components/PricetagFilledKronaIcon.js +1 -11
- package/cjs/icons/components/PrivateCarIcon.js +1 -11
- package/cjs/icons/components/ProfileCircleIcon.js +1 -11
- package/cjs/icons/components/ProfileIcon.js +1 -11
- package/cjs/icons/components/RadioIcon.js +1 -11
- package/cjs/icons/components/ReclamationIcon.js +1 -11
- package/cjs/icons/components/ReleasingIcon.js +1 -11
- package/cjs/icons/components/RemoveFilterIcon.js +1 -11
- package/cjs/icons/components/ReservedPriceIcon.js +1 -11
- package/cjs/icons/components/ResultIcon.js +1 -11
- package/cjs/icons/components/SafePaymentIcon.js +1 -11
- package/cjs/icons/components/SaleTagIcon.js +1 -11
- package/cjs/icons/components/SearchCheckIcon.js +1 -11
- package/cjs/icons/components/SearchIcon.js +1 -11
- package/cjs/icons/components/SedanIcon.js +1 -11
- package/cjs/icons/components/SellCarIcon.js +1 -11
- package/cjs/icons/components/SellCarsIcon.js +1 -11
- package/cjs/icons/components/ServiceIcon.js +1 -11
- package/cjs/icons/components/ShareIcon.js +1 -11
- package/cjs/icons/components/ShieldIcon.js +1 -11
- package/cjs/icons/components/SignInIcon.js +1 -11
- package/cjs/icons/components/SignOutIcon.js +1 -11
- package/cjs/icons/components/SpeedMeterIcon.js +1 -11
- package/cjs/icons/components/StarCircleIcon.js +1 -11
- package/cjs/icons/components/StartIcon.js +1 -11
- package/cjs/icons/components/StoreIcon.js +1 -11
- package/cjs/icons/components/SuvIcon.js +1 -11
- package/cjs/icons/components/SwedenFlag.js +1 -11
- package/cjs/icons/components/TankIcon.js +1 -11
- package/cjs/icons/components/TireIcon.js +1 -11
- package/cjs/icons/components/TransportIcon.js +1 -11
- package/cjs/icons/components/TrashcanIcon.js +1 -11
- package/cjs/icons/components/TrophyIcon.js +1 -11
- package/cjs/icons/components/TruckIcon.js +1 -11
- package/cjs/icons/components/UmbrellaIcon.js +1 -11
- package/cjs/icons/components/ValuationIcon.js +1 -11
- package/cjs/icons/components/ValueIcon.js +1 -11
- package/cjs/icons/components/WarningIcon.js +1 -11
- package/cjs/icons/components/YoutubeIcon.js +1 -11
- package/cjs/icons/components/index.js +1 -320
- package/cjs/index.js +1 -439
- package/cjs/shared/constants.js +1 -7
- package/cjs/shared/helpers.js +1 -28
- package/cjs/shared/helpers.spec.js +1 -42
- package/cjs/shared/media-queries.js +1 -41
- package/cjs/theme.js +1 -125
- package/cjs/typography/BodyText/index.js +20 -53
- package/cjs/typography/ButtonText/index.js +15 -43
- package/cjs/typography/Heading/index.js +22 -54
- package/cjs/utils/utils.js +2 -30
- package/esm/ColorCard.js +10 -23
- package/esm/ElevationCard.js +5 -13
- package/esm/components/Accordion/index.js +20 -55
- package/esm/components/Badge/index.js +9 -34
- package/esm/components/Button/index.js +50 -106
- package/esm/components/Card/index.js +6 -16
- package/esm/components/CheckBox/index.js +17 -37
- package/esm/components/Chip/index.js +10 -56
- package/esm/components/DayPicker/DayPickerNavBar.js +9 -24
- package/esm/components/DayPicker/index.js +10 -30
- package/esm/components/DayPicker/localeUtils.js +1 -52
- package/esm/components/DayPicker/style.js +226 -0
- package/esm/components/Dialog/index.js +9 -33
- package/esm/components/ErrorMessage/index.js +6 -12
- package/esm/components/FieldLabel.js +21 -40
- package/esm/components/Header/Hamburger.js +7 -14
- package/esm/components/Header/Link.js +9 -18
- package/esm/components/Header/index.js +16 -36
- package/esm/components/Hero/index.js +7 -23
- package/esm/components/Icon/index.js +11 -68
- package/esm/components/IconButton.js +15 -46
- package/esm/components/Icons/Arrow.js +1 -5
- package/esm/components/Icons/CheckCircle.js +1 -5
- package/esm/components/Icons/CheckIcon.js +1 -5
- package/esm/components/Icons/Close.js +1 -5
- package/esm/components/Icons/ErrorCircle.js +1 -5
- package/esm/components/Icons/InfoCircle.js +1 -5
- package/esm/components/InlineStepper/Step.js +16 -44
- package/esm/components/InlineStepper/StepCircle.js +11 -38
- package/esm/components/InlineStepper/index.js +4 -31
- package/esm/components/ListItem/Bacon.js +1 -5
- package/esm/components/ListItem/index.js +7 -20
- package/esm/components/Logo/LogoEn.js +1 -5
- package/esm/components/Logo/LogoSv.js +1 -5
- package/esm/components/Logo/index.js +3 -21
- package/esm/components/MenuItem/index.js +22 -58
- package/esm/components/Modal/index.js +11 -45
- package/esm/components/NotificationButton/index.js +4 -20
- package/esm/components/OffCanvas/Overlay.js +2 -25
- package/esm/components/OffCanvas/index.js +21 -53
- package/esm/components/OffCanvas/useClickOutside.js +1 -17
- package/esm/components/RadioButton/index.js +21 -42
- package/esm/components/Range/index.js +10 -26
- package/esm/components/Select/components/test-icon.js +1 -5
- package/esm/components/Select/index.js +18 -137
- package/esm/components/Snackbar/index.js +24 -67
- package/esm/components/Spinner/index.js +10 -38
- package/esm/components/Stepper/index.js +11 -27
- package/esm/components/StepperAccordion/index.js +23 -64
- package/esm/components/Tabs/index.js +7 -37
- package/esm/components/TextArea/index.js +30 -52
- package/esm/components/Textfield/index.js +29 -60
- package/esm/components/TimePicker/index.js +2 -20
- package/esm/components/TimePicker/testHelper.js +1 -13
- package/esm/components/Toggle/index.js +12 -37
- package/esm/icons/components/AccountCreateIcon.js +1 -7
- package/esm/icons/components/AccountIcon.js +1 -7
- package/esm/icons/components/AccountLoginIcon.js +1 -7
- package/esm/icons/components/ArrowDownIcon.js +1 -7
- package/esm/icons/components/ArrowLeftIcon.js +1 -7
- package/esm/icons/components/ArrowLeftSharpIcon.js +1 -7
- package/esm/icons/components/ArrowLeftSmallIcon.js +1 -7
- package/esm/icons/components/ArrowLong.js +1 -7
- package/esm/icons/components/ArrowRestartIcon.js +1 -7
- package/esm/icons/components/ArrowRightIcon.js +1 -7
- package/esm/icons/components/ArrowRightSharpIcon.js +1 -7
- package/esm/icons/components/ArrowUpIcon.js +1 -7
- package/esm/icons/components/AuctionIcon.js +1 -7
- package/esm/icons/components/BackArrowIcon.js +1 -7
- package/esm/icons/components/Baseline360Icon.js +1 -7
- package/esm/icons/components/BellIcon.js +1 -7
- package/esm/icons/components/BidIcon.js +1 -7
- package/esm/icons/components/BidKrIcon.js +1 -7
- package/esm/icons/components/BreaksIcon.js +1 -7
- package/esm/icons/components/BuyCarIcon.js +1 -7
- package/esm/icons/components/CabIcon.js +1 -7
- package/esm/icons/components/CalendarIcon.js +1 -7
- package/esm/icons/components/CameraIcon.js +1 -7
- package/esm/icons/components/Car360Icon.js +1 -7
- package/esm/icons/components/CarFrontIcon.js +1 -7
- package/esm/icons/components/CarSearchIcon.js +1 -7
- package/esm/icons/components/CarSideIcon.js +1 -7
- package/esm/icons/components/CarTiresIcon.js +1 -7
- package/esm/icons/components/CaravanIcon.js +1 -7
- package/esm/icons/components/CardViewIcon.js +1 -7
- package/esm/icons/components/CarloanIcon.js +1 -7
- package/esm/icons/components/CertifiedIcon.js +1 -7
- package/esm/icons/components/ChatIcon.js +1 -7
- package/esm/icons/components/CheckIcon.js +1 -7
- package/esm/icons/components/CheckThinIcon.js +1 -7
- package/esm/icons/components/CheckmarkFilledIcon.js +1 -7
- package/esm/icons/components/CheckmarkIcon.js +1 -7
- package/esm/icons/components/ClipboardFilledIcon.js +1 -7
- package/esm/icons/components/ClipboardIcon.js +1 -7
- package/esm/icons/components/ClockFilledIcon.js +1 -7
- package/esm/icons/components/ClockIcon.js +1 -7
- package/esm/icons/components/CloseIcon.js +1 -7
- package/esm/icons/components/CloseThinIcon.js +1 -7
- package/esm/icons/components/CoffeeIcon.js +1 -7
- package/esm/icons/components/CombiIcon.js +1 -7
- package/esm/icons/components/CommentCircleFilledIcon.js +1 -7
- package/esm/icons/components/CommentCircleIconIcon.js +1 -7
- package/esm/icons/components/CommentIcon.js +1 -7
- package/esm/icons/components/ContactIcon.js +1 -7
- package/esm/icons/components/CoupeIcon.js +1 -7
- package/esm/icons/components/CreditCardIcon.js +1 -7
- package/esm/icons/components/CrossCircleIcon.js +1 -7
- package/esm/icons/components/CrownIcon.js +1 -7
- package/esm/icons/components/DealmakerIcon.js +1 -7
- package/esm/icons/components/DeliveryIcon.js +1 -7
- package/esm/icons/components/DetailedSearchIcon.js +1 -7
- package/esm/icons/components/EcoFriendlyIcon.js +1 -7
- package/esm/icons/components/EditIcon.js +1 -7
- package/esm/icons/components/EngineIcon.js +1 -7
- package/esm/icons/components/EnglandFlagIcon.js +1 -7
- package/esm/icons/components/EvaluationIcon.js +1 -7
- package/esm/icons/components/ExaminationMarkFilledIcon.js +1 -7
- package/esm/icons/components/ExaminationMarkIcon.js +1 -7
- package/esm/icons/components/ExteriorIcon.js +1 -7
- package/esm/icons/components/EyeIcon.js +1 -7
- package/esm/icons/components/FacebookBtnIcon.js +1 -7
- package/esm/icons/components/FacebookIcon.js +1 -7
- package/esm/icons/components/FatalIcon.js +1 -7
- package/esm/icons/components/FavouriteIcon.js +1 -7
- package/esm/icons/components/FavouriteSolidIcon.js +1 -7
- package/esm/icons/components/FilterIcon.js +1 -7
- package/esm/icons/components/FinanceIcon.js +1 -7
- package/esm/icons/components/FindCarIcon.js +1 -7
- package/esm/icons/components/FixedMonthlyCostIcon.js +1 -7
- package/esm/icons/components/FlagIcon.js +1 -7
- package/esm/icons/components/FlexibilityIcon.js +1 -7
- package/esm/icons/components/ForumLargeIcon.js +1 -7
- package/esm/icons/components/ForumSmallIcon.js +1 -7
- package/esm/icons/components/GavelIcon.js +1 -7
- package/esm/icons/components/GearboxIcon.js +1 -7
- package/esm/icons/components/GiftIcon.js +1 -7
- package/esm/icons/components/GridViewIcon.js +1 -7
- package/esm/icons/components/GroupIcon.js +1 -7
- package/esm/icons/components/GuaranteeIcon.js +1 -7
- package/esm/icons/components/GuaranteeLargeIcon.js +1 -7
- package/esm/icons/components/GuaranteeSmallIcon.js +1 -7
- package/esm/icons/components/HalfCombiIcon.js +1 -7
- package/esm/icons/components/HamburgerIcon.js +1 -7
- package/esm/icons/components/HandshakeIcon.js +1 -7
- package/esm/icons/components/HelpingHandIcon.js +1 -7
- package/esm/icons/components/IdIcon.js +1 -7
- package/esm/icons/components/InformationIcon.js +1 -7
- package/esm/icons/components/InstagramIcon.js +1 -7
- package/esm/icons/components/InsuranceIcon.js +1 -7
- package/esm/icons/components/InteriorIcon.js +1 -7
- package/esm/icons/components/InteriorThinIcon.js +1 -7
- package/esm/icons/components/InternationalIcon.js +1 -7
- package/esm/icons/components/KvdTestIcon.js +1 -7
- package/esm/icons/components/KvdVenueIcon.js +1 -7
- package/esm/icons/components/LifebuoyIcon.js +1 -7
- package/esm/icons/components/LiftTruckIcon.js +1 -7
- package/esm/icons/components/LinkedInIcon.js +1 -7
- package/esm/icons/components/ListViewIcon.js +1 -7
- package/esm/icons/components/MailIcon.js +1 -7
- package/esm/icons/components/MinibusIcon.js +1 -7
- package/esm/icons/components/MinivanIcon.js +1 -7
- package/esm/icons/components/MobileIcon.js +1 -7
- package/esm/icons/components/MotorcycleIcon.js +1 -7
- package/esm/icons/components/MrfLogoIcon.js +1 -7
- package/esm/icons/components/NotFoundIcon.js +1 -7
- package/esm/icons/components/OverbidIcon.js +1 -7
- package/esm/icons/components/PdfIconIcon.js +1 -7
- package/esm/icons/components/PhoneIcon.js +1 -7
- package/esm/icons/components/PickUpIcon.js +1 -7
- package/esm/icons/components/PinIcon.js +1 -7
- package/esm/icons/components/PlayIcon.js +1 -7
- package/esm/icons/components/Pricetag.js +1 -7
- package/esm/icons/components/PricetagFilledKronaIcon.js +1 -7
- package/esm/icons/components/PrivateCarIcon.js +1 -7
- package/esm/icons/components/ProfileCircleIcon.js +1 -7
- package/esm/icons/components/ProfileIcon.js +1 -7
- package/esm/icons/components/RadioIcon.js +1 -7
- package/esm/icons/components/ReclamationIcon.js +1 -7
- package/esm/icons/components/ReleasingIcon.js +1 -7
- package/esm/icons/components/RemoveFilterIcon.js +1 -7
- package/esm/icons/components/ReservedPriceIcon.js +1 -7
- package/esm/icons/components/ResultIcon.js +1 -7
- package/esm/icons/components/SafePaymentIcon.js +1 -7
- package/esm/icons/components/SaleTagIcon.js +1 -7
- package/esm/icons/components/SearchCheckIcon.js +1 -7
- package/esm/icons/components/SearchIcon.js +1 -7
- package/esm/icons/components/SedanIcon.js +1 -7
- package/esm/icons/components/SellCarIcon.js +1 -7
- package/esm/icons/components/SellCarsIcon.js +1 -7
- package/esm/icons/components/ServiceIcon.js +1 -7
- package/esm/icons/components/ShareIcon.js +1 -7
- package/esm/icons/components/ShieldIcon.js +1 -7
- package/esm/icons/components/SignInIcon.js +1 -7
- package/esm/icons/components/SignOutIcon.js +1 -7
- package/esm/icons/components/SpeedMeterIcon.js +1 -7
- package/esm/icons/components/StarCircleIcon.js +1 -7
- package/esm/icons/components/StartIcon.js +1 -7
- package/esm/icons/components/StoreIcon.js +1 -7
- package/esm/icons/components/SuvIcon.js +1 -7
- package/esm/icons/components/SwedenFlag.js +1 -7
- package/esm/icons/components/TankIcon.js +1 -7
- package/esm/icons/components/TireIcon.js +1 -7
- package/esm/icons/components/TransportIcon.js +1 -7
- package/esm/icons/components/TrashcanIcon.js +1 -7
- package/esm/icons/components/TrophyIcon.js +1 -7
- package/esm/icons/components/TruckIcon.js +1 -7
- package/esm/icons/components/UmbrellaIcon.js +1 -7
- package/esm/icons/components/ValuationIcon.js +1 -7
- package/esm/icons/components/ValueIcon.js +1 -7
- package/esm/icons/components/WarningIcon.js +1 -7
- package/esm/icons/components/YoutubeIcon.js +1 -7
- package/esm/icons/components/index.js +1 -157
- package/esm/index.js +1 -221
- package/esm/shared/constants.js +1 -3
- package/esm/shared/helpers.js +1 -23
- package/esm/shared/helpers.spec.js +1 -40
- package/esm/shared/media-queries.js +1 -35
- package/esm/theme.js +1 -121
- package/esm/typography/BodyText/index.js +20 -35
- package/esm/typography/ButtonText/index.js +15 -28
- package/esm/typography/Heading/index.js +22 -38
- package/esm/utils/utils.js +2 -25
- package/package.json +11 -8
- package/types/components/DayPicker/index.d.ts +0 -1
- package/types/components/DayPicker/style.d.ts +2 -0
- package/types/components/FieldLabel.d.ts +1 -1
- package/types/components/Header/Link.d.ts +1 -1
- package/types/components/MenuItem/index.d.ts +1 -1
- package/types/components/Select/index.d.ts +9 -8
- package/cjs/react-app-env.d.js +0 -2
- package/cjs/styled.d.js +0 -4
- package/esm/react-app-env.d.js +0 -1
- package/esm/styled.d.js +0 -1
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CabIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CabIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CalendarIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { 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", fill: "currentColor" }, void 0), jsx("rect", { x: 0.75, y: 2.75, width: 18.5, height: 17.5, rx: 1.25, stroke: "currentColor", strokeWidth: 1.5 }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CalendarIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{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",fill:"currentColor"}),e.createElement("rect",{x:.75,y:2.75,width:18.5,height:17.5,rx:1.25,stroke:"currentColor",strokeWidth:1.5}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CameraIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 21" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CameraIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 21",...t},e.createElement("path",{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"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function Car360Icon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 72 72", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxs("g", Object.assign({ fill: "none", fillRule: "evenodd" }, { children: [jsx("circle", { fill: "currentColor", cx: 36, cy: 36, r: 36 }, void 0), jsx("text", Object.assign({ fill: "#FFF", fontSize: ".8em" }, { children: jsx("tspan", Object.assign({ x: 16, y: 44 }, { children: '360' }), void 0) }), void 0), jsx("path", { className: "car360-icon_svg__circle", 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", stroke: "#FFF", strokeWidth: 1.524, strokeLinecap: "round" }, void 0), jsx("path", { className: "car360-icon_svg__arrow-right", 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", fill: "#FFF" }, void 0), jsx("path", { className: "car360-icon_svg__arrow-left", 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", fill: "#FFF" }, void 0)] }), void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { Car360Icon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 72 72",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{fill:"none",fillRule:"evenodd"},e.createElement("circle",{fill:"currentColor",cx:36,cy:36,r:36}),e.createElement("text",{fill:"#FFF",fontSize:".8em"},e.createElement("tspan",{x:16,y:44},"360")),e.createElement("path",{className:"car360-icon_svg__circle",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",stroke:"#FFF",strokeWidth:1.524,strokeLinecap:"round"}),e.createElement("path",{className:"car360-icon_svg__arrow-right",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",fill:"#FFF"}),e.createElement("path",{className:"car360-icon_svg__arrow-left",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",fill:"#FFF"})))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CarFrontIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 23", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CarFrontIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 23",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{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"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CarSearchIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 25 21" }, props, { children: jsx("path", { d: "M14.7 13.5c.5-.1 1.3 0 1.3.8 0 .4-.2.6-.5.7.3.6.4 1.3.3 1.9l-.4 1.9c0 .1 0 .2-.1.3v1c0 .4-.3.7-.6.7h-1.4c-.3 0-.6-.4-.6-.7v-.6H3.3v.6c0 .4-.3.7-.6.7H1.3c-.3 0-.6-.4-.6-.7v-1c-.1-.1-.1-.2-.1-.3l-.4-1.9c-.1-.6 0-1.3.3-1.9-.3-.1-.5-.3-.5-.7 0-.8.8-.9 1.3-.8l1.4-2.3c.5-.8 1.7-1.4 2.6-1.4h5.4c.9 0 2.1.6 2.6 1.4l1.4 2.3zm-1.5.1l-1.1-1.8c-.2-.4-.9-.8-1.4-.8H5.3c-.5 0-1.2.4-1.4.8l-1.1 1.8h10.4zM3 17.5c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm10 0c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm-7-.6v.6h4v-.6H6zM16.5 0c2.9 0 5.3 2.4 5.3 5.3 0 2.8-2.4 5.2-5.3 5.2s-5.2-2.4-5.2-5.2c0-2.9 2.3-5.3 5.2-5.3zm0 9c2.1 0 3.8-1.7 3.8-3.7 0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.7 1.7-3.7 3.8 0 2 1.6 3.7 3.7 3.7zm8 3.2l-1 1.1-3.1-3 1.1-1.1 3 3z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CarSearchIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 25 21",...e},c.createElement("path",{d:"M14.7 13.5c.5-.1 1.3 0 1.3.8 0 .4-.2.6-.5.7.3.6.4 1.3.3 1.9l-.4 1.9c0 .1 0 .2-.1.3v1c0 .4-.3.7-.6.7h-1.4c-.3 0-.6-.4-.6-.7v-.6H3.3v.6c0 .4-.3.7-.6.7H1.3c-.3 0-.6-.4-.6-.7v-1c-.1-.1-.1-.2-.1-.3l-.4-1.9c-.1-.6 0-1.3.3-1.9-.3-.1-.5-.3-.5-.7 0-.8.8-.9 1.3-.8l1.4-2.3c.5-.8 1.7-1.4 2.6-1.4h5.4c.9 0 2.1.6 2.6 1.4l1.4 2.3zm-1.5.1l-1.1-1.8c-.2-.4-.9-.8-1.4-.8H5.3c-.5 0-1.2.4-1.4.8l-1.1 1.8h10.4zM3 17.5c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm10 0c.6 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.4 1 1 1zm-7-.6v.6h4v-.6H6zM16.5 0c2.9 0 5.3 2.4 5.3 5.3 0 2.8-2.4 5.2-5.3 5.2s-5.2-2.4-5.2-5.2c0-2.9 2.3-5.3 5.2-5.3zm0 9c2.1 0 3.8-1.7 3.8-3.7 0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.7 1.7-3.7 3.8 0 2 1.6 3.7 3.7 3.7zm8 3.2l-1 1.1-3.1-3 1.1-1.1 3 3z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CarSideIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 8" }, props, { children: jsx("path", { d: "M3 7H1C0 7 0 5 0 4s4-2 4-2 2-2 3-2h6c2 0 5 3 5 3s6 0 6 1 0 3-1 3h-2.1c.1-.2.1-.3.1-.5C21 5.1 19.9 4 18.5 4S16 5.1 16 6.5V7H7.9c.1-.2.1-.3.1-.5C8 5.1 6.9 4 5.5 4S3 5.1 3 6.5V7zm13-4s-2-2-3-2h-2v2h5zm-6 0V1H8C7 1 7 3 7 3h3zm8.5 5c-.8 0-1.5-.7-1.5-1.5S17.7 5 18.5 5s1.5.7 1.5 1.5S19.3 8 18.5 8zm-13 0C4.7 8 4 7.3 4 6.5S4.7 5 5.5 5 7 5.7 7 6.5 6.3 8 5.5 8z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CarSideIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 8",...t},e.createElement("path",{d:"M3 7H1C0 7 0 5 0 4s4-2 4-2 2-2 3-2h6c2 0 5 3 5 3s6 0 6 1 0 3-1 3h-2.1c.1-.2.1-.3.1-.5C21 5.1 19.9 4 18.5 4S16 5.1 16 6.5V7H7.9c.1-.2.1-.3.1-.5C8 5.1 6.9 4 5.5 4S3 5.1 3 6.5V7zm13-4s-2-2-3-2h-2v2h5zm-6 0V1H8C7 1 7 3 7 3h3zm8.5 5c-.8 0-1.5-.7-1.5-1.5S17.7 5 18.5 5s1.5.7 1.5 1.5S19.3 8 18.5 8zm-13 0C4.7 8 4 7.3 4 6.5S4.7 5 5.5 5 7 5.7 7 6.5 6.3 8 5.5 8z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CarTiresIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 66 36" }, props, { children: jsx("path", { d: "M65.7 18c0 6.3-2 10.4-5.7 12.7-2.7 1.7-5.9 2.3-10.3 2.3H13.6c-.1 0-.3-.1-.6-.1-.4-.1-.8-.2-1.3-.3-1.5-.3-2.9-.5-4.2-.8-.9-.2-1.6-.4-2.4-.6-2.3-.6-3.6-1-4.1-1.5-1.3-1.4-1.4-22 0-23.4.5-.5 1.8-.9 4.1-1.5.7-.2 1.5-.4 2.4-.6 1.3-.3 2.7-.5 4.2-.8.5-.1.9-.2 1.3-.3.3 0 .5-.1.7-.1h36c4.5 0 7.6.6 10.4 2.3 3.7 2.3 5.7 6.4 5.6 12.7zM13.4 30.9c.2.1.3.1.4.1h35.9c4 0 6.9-.5 9.2-2 3.1-1.9 4.8-5.4 4.8-11 .1-5.6-1.6-9.1-4.7-11-2.3-1.5-5.2-2-9.3-2H13.8c-.1 0-.2 0-.4.1-.4.1-.9.1-1.4.2-1.4.3-2.8.6-4.1.9-.8.2-1.6.4-2.4.5-1.7.5-2.9.9-3 1 0 .1-.1.3-.1.6-.1.6-.2 1.5-.2 2.5-.1 1.9-.2 4.5-.2 7.2s.1 5.3.2 7.2c.1 1 .1 1.9.2 2.5.1.3.1.5.1.6.1.1 1.3.5 3.1 1 .7.1 1.5.3 2.3.5 1.3.3 2.7.6 4.1.9.5.1 1 .1 1.4.2zM58.1 5c-.8.7-1.4 1.8-1.4 3 0 2.2 1.8 4 4 4 1.2 0 2.2-.5 3-1.3l-1.5-1.3c-.4.4-.9.6-1.5.6-1.1 0-2-.9-2-2 0-.6.3-1.1.7-1.5L58.1 5zm1.3 24.2c-.4-.3-.7-.9-.7-1.5 0-1.1.9-2 2-2 .6 0 1.1.3 1.5.7l1.5-1.4c-.8-.8-1.8-1.3-3-1.3-2.2 0-4 1.8-4 4 0 1.2.6 2.3 1.4 3.1l1.3-1.6zM23.7 31v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm24 0v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm-30-26V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm24 0V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm-6 5s5-2 7-2c2.1 0 6.2 3 6.1 10 0 7-4 10-6.1 10-2 0-7-3-7-3V10zm2 13.8c.6.3 1.1.6 1.7.9.4.2.7.4 1.1.6 1.1.4 1.9.7 2.3.7.4 0 1.4-.6 2.2-1.6 1.1-1.5 1.8-3.7 1.8-6.4.1-2.7-.6-4.9-1.8-6.4-.8-1-1.8-1.6-2.3-1.6-.4 0-1.3.2-2.5.5-.3.1-.7.3-1.1.4-.4.2-.9.3-1.4.5v12.4z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CarTiresIcon as default };
|
|
1
|
+
import*as c from"react";function e(h){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 66 36",...h},c.createElement("path",{d:"M65.7 18c0 6.3-2 10.4-5.7 12.7-2.7 1.7-5.9 2.3-10.3 2.3H13.6c-.1 0-.3-.1-.6-.1-.4-.1-.8-.2-1.3-.3-1.5-.3-2.9-.5-4.2-.8-.9-.2-1.6-.4-2.4-.6-2.3-.6-3.6-1-4.1-1.5-1.3-1.4-1.4-22 0-23.4.5-.5 1.8-.9 4.1-1.5.7-.2 1.5-.4 2.4-.6 1.3-.3 2.7-.5 4.2-.8.5-.1.9-.2 1.3-.3.3 0 .5-.1.7-.1h36c4.5 0 7.6.6 10.4 2.3 3.7 2.3 5.7 6.4 5.6 12.7zM13.4 30.9c.2.1.3.1.4.1h35.9c4 0 6.9-.5 9.2-2 3.1-1.9 4.8-5.4 4.8-11 .1-5.6-1.6-9.1-4.7-11-2.3-1.5-5.2-2-9.3-2H13.8c-.1 0-.2 0-.4.1-.4.1-.9.1-1.4.2-1.4.3-2.8.6-4.1.9-.8.2-1.6.4-2.4.5-1.7.5-2.9.9-3 1 0 .1-.1.3-.1.6-.1.6-.2 1.5-.2 2.5-.1 1.9-.2 4.5-.2 7.2s.1 5.3.2 7.2c.1 1 .1 1.9.2 2.5.1.3.1.5.1.6.1.1 1.3.5 3.1 1 .7.1 1.5.3 2.3.5 1.3.3 2.7.6 4.1.9.5.1 1 .1 1.4.2zM58.1 5c-.8.7-1.4 1.8-1.4 3 0 2.2 1.8 4 4 4 1.2 0 2.2-.5 3-1.3l-1.5-1.3c-.4.4-.9.6-1.5.6-1.1 0-2-.9-2-2 0-.6.3-1.1.7-1.5L58.1 5zm1.3 24.2c-.4-.3-.7-.9-.7-1.5 0-1.1.9-2 2-2 .6 0 1.1.3 1.5.7l1.5-1.4c-.8-.8-1.8-1.3-3-1.3-2.2 0-4 1.8-4 4 0 1.2.6 2.3 1.4 3.1l1.3-1.6zM23.7 31v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm24 0v2c0 .6-.4 1-1 1h-4c-.5 0-1-.4-1-1v-2h-2v2c0 1.7 1.4 3 3 3h4c1.7 0 3-1.3 3-3v-2h-2zm-30-26V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm24 0V3c0-.6.5-1 1-1h4c.6 0 1 .4 1 1v2h2V3c0-1.7-1.3-3-3-3h-4c-1.6 0-3 1.3-3 3v2h2zm-6 5s5-2 7-2c2.1 0 6.2 3 6.1 10 0 7-4 10-6.1 10-2 0-7-3-7-3V10zm2 13.8c.6.3 1.1.6 1.7.9.4.2.7.4 1.1.6 1.1.4 1.9.7 2.3.7.4 0 1.4-.6 2.2-1.6 1.1-1.5 1.8-3.7 1.8-6.4.1-2.7-.6-4.9-1.8-6.4-.8-1-1.8-1.6-2.3-1.6-.4 0-1.3.2-2.5.5-.3.1-.7.3-1.1.4-.4.2-.9.3-1.4.5v12.4z"}))}export{e as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CaravanIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 16" }, props, { children: jsx("path", { d: "M12.8 14c-.4 1.2-1.5 2-2.8 2-1.3 0-2.4-.8-2.8-2H0V6.5C0 2.9 2.9 0 6.4 0h7.2C17.2 0 20 2.9 20 6.5V12h4v2H12.8zm0-2H18V7c.2-3-1.8-5.1-4-5H6c-2.1-.1-4.2 2-4 5v5h5.2c.4-1.2 1.5-2 2.8-2 1.3 0 2.4.8 2.8 2zM10 14c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CaravanIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 16",...t},e.createElement("path",{d:"M12.8 14c-.4 1.2-1.5 2-2.8 2-1.3 0-2.4-.8-2.8-2H0V6.5C0 2.9 2.9 0 6.4 0h7.2C17.2 0 20 2.9 20 6.5V12h4v2H12.8zm0-2H18V7c.2-3-1.8-5.1-4-5H6c-2.1-.1-4.2 2-4 5v5h5.2c.4-1.2 1.5-2 2.8-2 1.3 0 2.4.8 2.8 2zM10 14c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CardViewIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("rect", { x: 2, y: 2, width: 9, height: 9, rx: 1, fill: "currentColor" }, void 0), jsx("rect", { x: 13, y: 2, width: 9, height: 9, rx: 1, fill: "currentColor" }, void 0), jsx("rect", { x: 2, y: 13, width: 9, height: 9, rx: 1, fill: "currentColor" }, void 0), jsx("rect", { x: 13, y: 13, width: 9, height: 9, rx: 1, fill: "currentColor" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CardViewIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("rect",{x:2,y:2,width:9,height:9,rx:1,fill:"currentColor"}),e.createElement("rect",{x:13,y:2,width:9,height:9,rx:1,fill:"currentColor"}),e.createElement("rect",{x:2,y:13,width:9,height:9,rx:1,fill:"currentColor"}),e.createElement("rect",{x:13,y:13,width:9,height:9,rx:1,fill:"currentColor"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CarloanIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 12 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.052 5.5L3.811 3.74V5.5H2.5V0h1.272v3.018l1.28-1.668h1.49L4.874 3.429 6.58 5.5H5.052zm3.879-3.972c.235-.14.503-.214.776-.217v1.358h-.365a1.249 1.249 0 00-.776.217.861.861 0 00-.279.729V5.5h-1.28V1.35h1.265v.776c.165-.252.392-.458.659-.598zm2.32 10.292c.189-.075.326-.231.326-.526 0-.573-.52-.62-.923-.571v-.03L9.68 9.038C9.331 8.446 8.557 8 7.88 8H4.197c-.673 0-1.453.45-1.799 1.038l-.974 1.655v.03c-.403-.05-.923-.002-.923.571 0 .295.137.45.326.526-.164.418-.24.942-.177 1.324l.238 1.461a.505.505 0 00.075.19v.747a.46.46 0 00.465.458h.915a.464.464 0 00.466-.458v-.483h6.461v.479c0 .254.209.462.466.462h.915a.466.466 0 00.465-.462v-.741a.51.51 0 00.075-.192l.238-1.46c.063-.384-.014-.908-.177-1.325zM.961 14.796l.009.012-.008-.012zm.009.012zm.458.25zm8.226-4.235l-.766-1.3c-.181-.31-.655-.582-1.007-.582H4.196c-.349 0-.828.276-1.008.581l-.765 1.301h7.231zm.538 2.118a.7.7 0 01-.692.706.7.7 0 01-.692-.706.7.7 0 01.692-.706.7.7 0 01.692.706zm-7.615.706a.7.7 0 00.692-.706.7.7 0 00-.692-.706.7.7 0 00-.692.706.7.7 0 00.692.706zm2.077 0v-.47h2.77v.47h-2.77z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CarloanIcon as default };
|
|
1
|
+
import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.052 5.5L3.811 3.74V5.5H2.5V0h1.272v3.018l1.28-1.668h1.49L4.874 3.429 6.58 5.5H5.052zm3.879-3.972c.235-.14.503-.214.776-.217v1.358h-.365a1.249 1.249 0 00-.776.217.861.861 0 00-.279.729V5.5h-1.28V1.35h1.265v.776c.165-.252.392-.458.659-.598zm2.32 10.292c.189-.075.326-.231.326-.526 0-.573-.52-.62-.923-.571v-.03L9.68 9.038C9.331 8.446 8.557 8 7.88 8H4.197c-.673 0-1.453.45-1.799 1.038l-.974 1.655v.03c-.403-.05-.923-.002-.923.571 0 .295.137.45.326.526-.164.418-.24.942-.177 1.324l.238 1.461a.505.505 0 00.075.19v.747a.46.46 0 00.465.458h.915a.464.464 0 00.466-.458v-.483h6.461v.479c0 .254.209.462.466.462h.915a.466.466 0 00.465-.462v-.741a.51.51 0 00.075-.192l.238-1.46c.063-.384-.014-.908-.177-1.325zM.961 14.796l.009.012-.008-.012zm.009.012zm.458.25zm8.226-4.235l-.766-1.3c-.181-.31-.655-.582-1.007-.582H4.196c-.349 0-.828.276-1.008.581l-.765 1.301h7.231zm.538 2.118a.7.7 0 01-.692.706.7.7 0 01-.692-.706.7.7 0 01.692-.706.7.7 0 01.692.706zm-7.615.706a.7.7 0 00.692-.706.7.7 0 00-.692-.706.7.7 0 00-.692.706.7.7 0 00.692.706zm2.077 0v-.47h2.77v.47h-2.77z"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CertifiedIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" }, void 0), jsx("path", { d: "M20.695 12a8.696 8.696 0 11-17.39 0 8.696 8.696 0 0117.39 0z", fill: "#FFF" }, void 0), jsx("path", { d: "M19 12a7 7 0 11-14 0 7 7 0 0114 0z", fill: "#FFF" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.349 9.478l-4.788 5.45a1.631 1.631 0 01-2.501-.048l-2.014-2.47 1.09-.925 2.013 2.47a.233.233 0 00.357.006l4.788-5.45 1.055.967z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CertifiedIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z"}),e.createElement("path",{d:"M20.695 12a8.696 8.696 0 11-17.39 0 8.696 8.696 0 0117.39 0z",fill:"#FFF"}),e.createElement("path",{d:"M19 12a7 7 0 11-14 0 7 7 0 0114 0z",fill:"#FFF"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.349 9.478l-4.788 5.45a1.631 1.631 0 01-2.501-.048l-2.014-2.47 1.09-.925 2.013 2.47a.233.233 0 00.357.006l4.788-5.45 1.055.967z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ChatIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 23", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M26 10c0-5.322-6.65-10-13-10C5.644 0 0 4.31 0 10c0 2.083.889 4.346 1.81 5.224l1.38-1.448c-.16-.152-.459-.654-.697-1.26A6.966 6.966 0 012 10c0-4.45 4.649-8 11-8 5.366 0 11 3.964 11 8 0 6.169-4.543 9.05-11 9.05l-.202.02a197.899 197.899 0 01-1.493.303 357.093 357.093 0 01-4.09.798c-1.686.317-3.07.557-4.007.695.152-.22.33-.464.534-.727.127-.166.263-.337.406-.514a40.418 40.418 0 011.633-1.886l-1.465-1.36a42.374 42.374 0 00-1.72 1.987c-.154.188-.3.372-.438.55-.579.751-1 1.382-1.233 1.893-.48 1.053-.286 2.187 1.09 2.187.721 0 2.647-.31 5.57-.86l.693-.13a359.044 359.044 0 004.825-.957C20.475 21.017 26 17.48 26 10z", fillRule: "nonzero", fill: "currentColor" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ChatIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 23",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M26 10c0-5.322-6.65-10-13-10C5.644 0 0 4.31 0 10c0 2.083.889 4.346 1.81 5.224l1.38-1.448c-.16-.152-.459-.654-.697-1.26A6.966 6.966 0 012 10c0-4.45 4.649-8 11-8 5.366 0 11 3.964 11 8 0 6.169-4.543 9.05-11 9.05l-.202.02a197.899 197.899 0 01-1.493.303 357.093 357.093 0 01-4.09.798c-1.686.317-3.07.557-4.007.695.152-.22.33-.464.534-.727.127-.166.263-.337.406-.514a40.418 40.418 0 011.633-1.886l-1.465-1.36a42.374 42.374 0 00-1.72 1.987c-.154.188-.3.372-.438.55-.579.751-1 1.382-1.233 1.893-.48 1.053-.286 2.187 1.09 2.187.721 0 2.647-.31 5.57-.86l.693-.13a359.044 359.044 0 004.825-.957C20.475 21.017 26 17.48 26 10z",fillRule:"nonzero",fill:"currentColor"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CheckIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 18", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M3.84 7.377l3.532 4.09c.607.706 1.595.706 2.201 0L19.475 0l3.668 4.248-9.902 11.467c-2.631 3.047-6.909 3.047-9.537 0L0 11.426l3.84-4.05z", fill: "currentColor", fillRule: "evenodd" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CheckIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 18",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M3.84 7.377l3.532 4.09c.607.706 1.595.706 2.201 0L19.475 0l3.668 4.248-9.902 11.467c-2.631 3.047-6.909 3.047-9.537 0L0 11.426l3.84-4.05z",fill:"currentColor",fillRule:"evenodd"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CheckThinIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 400 400" }, props, { children: jsx("path", { d: "M232.837 188.328c-22.975 33.499-42.039 60.815-42.364 60.703-.325-.111-11.182-12.332-24.127-27.156-12.945-14.824-23.98-27.421-24.524-27.993-1.07-1.126-15.65 10.83-15.65 12.834 0 2.693 51.308 59.642 55.647 61.765 8.01 3.919 17.585 2.352 23.369-3.824 2.919-3.118 86.218-124.348 86.218-125.479 0-.727-14.119-10.86-16.015-11.495-.43-.144-19.579 27.147-42.554 60.645", fill: "currentColor", fillRule: "evenodd" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CheckThinIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 400 400",...t},e.createElement("path",{d:"M232.837 188.328c-22.975 33.499-42.039 60.815-42.364 60.703-.325-.111-11.182-12.332-24.127-27.156-12.945-14.824-23.98-27.421-24.524-27.993-1.07-1.126-15.65 10.83-15.65 12.834 0 2.693 51.308 59.642 55.647 61.765 8.01 3.919 17.585 2.352 23.369-3.824 2.919-3.118 86.218-124.348 86.218-125.479 0-.727-14.119-10.86-16.015-11.495-.43-.144-19.579 27.147-42.554 60.645",fill:"currentColor",fillRule:"evenodd"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CheckmarkFilledIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm6.5 9c-.2.3-.5.6-.8.9-.8.9-1.7 1.9-2.5 2.8l-.6.6C12.2 15.8 10.9 17 10 17c-.8 0-1.5-.5-2.4-1.5-.3-.2-.6-.5-.8-.9-.4-.5-.8-.9-1.1-1.4-.2-.3-.4-.5-.5-.7l1.6-1.1c.1.1.2.3.4.6.3.5.7.9 1 1.3.2.3.5.6.7.8.4.4.8.7.9.8 0 0 .1 0 .1-.1.2-.1.5-.4.8-.7.6-.6 1.4-1.3 2.3-2.3l.6-.6L16 8.5c.3-.3.5-.6.8-.9.1-.2.2-.3.3-.3l1.5 1.3c.1.1 0 .2-.1.4z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CheckmarkFilledIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm6.5 9c-.2.3-.5.6-.8.9-.8.9-1.7 1.9-2.5 2.8l-.6.6C12.2 15.8 10.9 17 10 17c-.8 0-1.5-.5-2.4-1.5-.3-.2-.6-.5-.8-.9-.4-.5-.8-.9-1.1-1.4-.2-.3-.4-.5-.5-.7l1.6-1.1c.1.1.2.3.4.6.3.5.7.9 1 1.3.2.3.5.6.7.8.4.4.8.7.9.8 0 0 .1 0 .1-.1.2-.1.5-.4.8-.7.6-.6 1.4-1.3 2.3-2.3l.6-.6L16 8.5c.3-.3.5-.6.8-.9.1-.2.2-.3.3-.3l1.5 1.3c.1.1 0 .2-.1.4z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CheckmarkIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-3-7.9c.4.4.8.7.9.8 0 0 .1 0 .1-.1.2-.1.5-.4.8-.7.6-.6 1.4-1.3 2.3-2.3l.6-.6 2.4-2.7c.3-.3.5-.6.8-.9.1-.2.2-.3.3-.3l1.5 1.3-.3.3c-.2.3-.5.6-.8.9-.8.9-1.7 1.9-2.5 2.8l-.6.6c-2.4 2.5-3.7 3.7-4.6 3.7-.8 0-1.5-.5-2.4-1.5-.3-.3-.5-.6-.8-.9-.4-.5-.8-.9-1.1-1.4-.2-.3-.4-.5-.5-.7l1.6-1.1c.1.1.2.3.4.6.3.5.7.9 1 1.3l.9.9z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CheckmarkIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-3-7.9c.4.4.8.7.9.8 0 0 .1 0 .1-.1.2-.1.5-.4.8-.7.6-.6 1.4-1.3 2.3-2.3l.6-.6 2.4-2.7c.3-.3.5-.6.8-.9.1-.2.2-.3.3-.3l1.5 1.3-.3.3c-.2.3-.5.6-.8.9-.8.9-1.7 1.9-2.5 2.8l-.6.6c-2.4 2.5-3.7 3.7-4.6 3.7-.8 0-1.5-.5-2.4-1.5-.3-.3-.5-.6-.8-.9-.4-.5-.8-.9-1.1-1.4-.2-.3-.4-.5-.5-.7l1.6-1.1c.1.1.2.3.4.6.3.5.7.9 1 1.3l.9.9z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ClipboardFilledIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 24", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M15 2h2c1.7 0 3 1.3 3 3v16c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V5c0-1.7 1.3-3 3-3h2c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zM4 8v2h12V8H4zm0 4v2h12v-2H4zm0 4v2h8v-2H4z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ClipboardFilledIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M15 2h2c1.7 0 3 1.3 3 3v16c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V5c0-1.7 1.3-3 3-3h2c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zM4 8v2h12V8H4zm0 4v2h12v-2H4zm0 4v2h8v-2H4z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ClipboardIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 24", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M5 4H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h14c.5 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2zm10-2h2c1.7 0 3 1.3 3 3v16c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V5c0-1.7 1.3-3 3-3h2c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zM7 4h6V2H7v2zM4 8h12v2H4V8zm0 4h12v2H4v-2zm0 4h8v2H4v-2z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ClipboardIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 24",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{d:"M5 4H3c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h14c.5 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2zm10-2h2c1.7 0 3 1.3 3 3v16c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V5c0-1.7 1.3-3 3-3h2c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zM7 4h6V2H7v2zM4 8h12v2H4V8zm0 4h12v2H4v-2zm0 4h8v2H4v-2z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ClockFilledIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 10 10", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10A5 5 0 105 0a5 5 0 000 10zm.5-7.857a.5.5 0 00-1 0v3.374l.282.137 1.785.867a.5.5 0 00.437-.9L5.5 4.892V2.143z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ClockFilledIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 10 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 10A5 5 0 105 0a5 5 0 000 10zm.5-7.857a.5.5 0 00-1 0v3.374l.282.137 1.785.867a.5.5 0 00.437-.9L5.5 4.892V2.143z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ClockIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 26", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M13 26c7.18 0 13-5.82 13-13S20.18 0 13 0 0 5.82 0 13s5.82 13 13 13zm0-2C6.925 24 2 19.075 2 13S6.925 2 13 2s11 4.925 11 11-4.925 11-11 11zM12 6v6.495c0 1.212.813 2.53 1.9 3.073l4.653 2.326.894-1.788-4.653-2.327c-.409-.204-.794-.829-.794-1.284V6h-2z", fillRule: "nonzero", fill: "currentColor" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ClockIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 26",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M13 26c7.18 0 13-5.82 13-13S20.18 0 13 0 0 5.82 0 13s5.82 13 13 13zm0-2C6.925 24 2 19.075 2 13S6.925 2 13 2s11 4.925 11 11-4.925 11-11 11zM12 6v6.495c0 1.212.813 2.53 1.9 3.073l4.653 2.326.894-1.788-4.653-2.327c-.409-.204-.794-.829-.794-1.284V6h-2z",fillRule:"nonzero",fill:"currentColor"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CloseIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M12.01 9.298L2.733 0 0 2.74l9.278 9.3-9.18 9.223L2.835 24l9.177-9.219 9.176 9.198 2.734-2.74-9.179-9.201L24 2.738 21.263.002 12.01 9.298z", fillRule: "nonzero", fill: "currentColor" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CloseIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M12.01 9.298L2.733 0 0 2.74l9.278 9.3-9.18 9.223L2.835 24l9.177-9.219 9.176 9.198 2.734-2.74-9.179-9.201L24 2.738 21.263.002 12.01 9.298z",fillRule:"nonzero",fill:"currentColor"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CloseThinIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { d: "M2 0l21.92 21.92-1.414 1.415L.586 1.415z" }, void 0), jsx("path", { d: "M24 1.414L2.08 23.334.666 21.92 22.586 0z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CloseThinIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M2 0l21.92 21.92-1.414 1.415L.586 1.415z"}),e.createElement("path",{d:"M24 1.414L2.08 23.334.666 21.92 22.586 0z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CoffeeIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M54 26.045c5.606.505 10 5.217 10 10.955 0 5.905-4.653 10.723-10.493 10.989C51.461 57.15 43.281 64 33.495 64h-12.99C9.18 64 0 54.824 0 43.5V23h54v3.045zm0 2.01V43.5c0 .833-.05 1.653-.146 2.46A9.001 9.001 0 0054 28.055zM2 43.5C2 53.719 10.284 62 20.505 62h12.99C43.718 62 52 53.718 52 43.5V25H2v18.5zm8.399-40.3l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573zm30 0l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573zm-14-3l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573z", fill: "currentColor", fillRule: "evenodd" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CoffeeIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M54 26.045c5.606.505 10 5.217 10 10.955 0 5.905-4.653 10.723-10.493 10.989C51.461 57.15 43.281 64 33.495 64h-12.99C9.18 64 0 54.824 0 43.5V23h54v3.045zm0 2.01V43.5c0 .833-.05 1.653-.146 2.46A9.001 9.001 0 0054 28.055zM2 43.5C2 53.719 10.284 62 20.505 62h12.99C43.718 62 52 53.718 52 43.5V25H2v18.5zm8.399-40.3l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573zm30 0l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573zm-14-3l1.199 1.6c-3.464 2.596-3.464 3.761.002 6.376 4.532 3.419 4.535 6.189.002 9.621l-1.207-1.594c3.475-2.632 3.473-3.81.001-6.43-4.528-3.416-4.529-6.178.003-9.573z",fill:"currentColor",fillRule:"evenodd"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CombiIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.513 4.953l-.216-.203H13v0H2c-.802 0-1.22.615-1.416 1.125-.199.518-.287 1.189-.33 1.878-.058.931-.04 2.066-.021 3.18C.24 11.47.25 12 .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.178-.473-2.547-.731-3.539-.838l-4.075-3.826zM21 14.25h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.529-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.259-.022-.19-.178-4.044-3.797H2.061a.911.911 0 00-.076.163c-.113.294-.193.773-.234 1.434-.054.873-.037 1.9-.02 2.976.01.551.019 1.115.019 1.677 0 .656.131 1.03.273 1.244a.984.984 0 00.48.38A2.75 2.75 0 018 14.25h7.5a2.75 2.75 0 115.5 0zM2.09 6.218c0 .002-.005.008-.016.014.01-.012.015-.015.015-.014zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm13 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CombiIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.513 4.953l-.216-.203H13v0H2c-.802 0-1.22.615-1.416 1.125-.199.518-.287 1.189-.33 1.878-.058.931-.04 2.066-.021 3.18C.24 11.47.25 12 .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.178-.473-2.547-.731-3.539-.838l-4.075-3.826zM21 14.25h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-.233-.104-.475-.389-.74-.294-.274-.738-.529-1.292-.751-1.105-.443-2.462-.682-3.373-.762l-.259-.022-.19-.178-4.044-3.797H2.061a.911.911 0 00-.076.163c-.113.294-.193.773-.234 1.434-.054.873-.037 1.9-.02 2.976.01.551.019 1.115.019 1.677 0 .656.131 1.03.273 1.244a.984.984 0 00.48.38A2.75 2.75 0 018 14.25h7.5a2.75 2.75 0 115.5 0zM2.09 6.218c0 .002-.005.008-.016.014.01-.012.015-.015.015-.014zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm13 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CommentCircleFilledIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm6 7.5V7H6v1.5h12zm0 4V11H6v1.5h12zM6 15h7.636v1.5H6V15z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CommentCircleFilledIcon as default };
|
|
1
|
+
import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm6 7.5V7H6v1.5h12zm0 4V11H6v1.5h12zM6 15h7.636v1.5H6V15z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CommentCircleIconIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21.96c5.5 0 9.96-4.46 9.96-9.96 0-5.5-4.46-9.96-9.96-9.96-5.5 0-9.96 4.46-9.96 9.96 0 5.5 4.46 9.96 9.96 9.96zM12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" }, void 0), jsx("path", { d: "M6.598 7.197h10.8v1.8h-10.8v-1.8zM6.598 11.398h10.8v1.8h-10.8v-1.8zM6.598 15.596h7.02v1.8h-7.02v-1.8z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CommentCircleIconIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21.96c5.5 0 9.96-4.46 9.96-9.96 0-5.5-4.46-9.96-9.96-9.96-5.5 0-9.96 4.46-9.96 9.96 0 5.5 4.46 9.96 9.96 9.96zM12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z"}),e.createElement("path",{d:"M6.598 7.197h10.8v1.8h-10.8v-1.8zM6.598 11.398h10.8v1.8h-10.8v-1.8zM6.598 15.596h7.02v1.8h-7.02v-1.8z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CommentIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.988 3.4c0-.228-.186-.4-.388-.4H2.4c-.215 0-.4.185-.4.4v14.4c0 .215.185.4.4.4h16.386a3 3 0 012.121.879l1.09 1.09L21.988 3.4zM21.6 1c1.32 0 2.388 1.08 2.388 2.4l.01 19.184c.001.891-1.076 1.338-1.706.708l-2.8-2.8a1 1 0 00-.706-.292H2.4c-1.32 0-2.4-1.08-2.4-2.4V3.4C0 2.08 1.08 1 2.4 1h19.2z" }, void 0), jsx("path", { d: "M5 7h14v2H5V7zM5 12h14v2H5v-2z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CommentIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.988 3.4c0-.228-.186-.4-.388-.4H2.4c-.215 0-.4.185-.4.4v14.4c0 .215.185.4.4.4h16.386a3 3 0 012.121.879l1.09 1.09L21.988 3.4zM21.6 1c1.32 0 2.388 1.08 2.388 2.4l.01 19.184c.001.891-1.076 1.338-1.706.708l-2.8-2.8a1 1 0 00-.706-.292H2.4c-1.32 0-2.4-1.08-2.4-2.4V3.4C0 2.08 1.08 1 2.4 1h19.2z"}),e.createElement("path",{d:"M5 7h14v2H5V7zM5 12h14v2H5v-2z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ContactIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 28 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.654 6.322a13.996 13.996 0 01-.273 1.004 4.91 4.91 0 01-.047.135c-.21.589-.8.864-1.34.802L8.72 8.23c-.39-.043-.593-.024-.696.015-.038.015-.052.028-.06.039a.348.348 0 00-.057.143c-.219.976-.412 1.94-.606 2.912-.143.716-.287 1.436-.442 2.166a.345.345 0 00-.01.153c.002.007.006.02.033.046.08.076.267.174.67.292l.24.072c.523.156.956.642.917 1.268a9.274 9.274 0 01-.048.47 14.046 14.046 0 01-.128.803.794.794 0 01-.223.42c-.319.313-.733.59-1.215.711a2.05 2.05 0 01-.679.057.713.713 0 01-.532-.312 3.471 3.471 0 01-.309-.615c-.217-.538-.412-1.247-.552-2.007-.34-1.843-.332-3.78.145-5.351.475-1.565 1.193-2.93 2.02-3.946.314-.385.631-.695.899-.912.132-.108.262-.2.38-.267.058-.034.125-.068.197-.093a.712.712 0 01.335-.04c.367.05.682.206.946.44.32.283.545.658.69 1.026a.888.888 0 01.037.521l-.018.08zM12.177 15.405c1.116-1.275 2.82-2.01 5.135-2.01s4.019.735 5.135 2.01c1.105 1.262 1.558 2.966 1.558 4.763v.616H10.62v-.616c0-1.797.454-3.501 1.558-4.763z" }, void 0), jsx("path", { d: "M13.66 7.498c0-2.04 1.636-3.695 3.652-3.695s3.65 1.655 3.65 3.695-1.634 3.695-3.65 3.695c-2.017 0-3.651-1.655-3.651-3.695z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ContactIcon as default };
|
|
1
|
+
import*as e from"react";function t(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 28 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.654 6.322a13.996 13.996 0 01-.273 1.004 4.91 4.91 0 01-.047.135c-.21.589-.8.864-1.34.802L8.72 8.23c-.39-.043-.593-.024-.696.015-.038.015-.052.028-.06.039a.348.348 0 00-.057.143c-.219.976-.412 1.94-.606 2.912-.143.716-.287 1.436-.442 2.166a.345.345 0 00-.01.153c.002.007.006.02.033.046.08.076.267.174.67.292l.24.072c.523.156.956.642.917 1.268a9.274 9.274 0 01-.048.47 14.046 14.046 0 01-.128.803.794.794 0 01-.223.42c-.319.313-.733.59-1.215.711a2.05 2.05 0 01-.679.057.713.713 0 01-.532-.312 3.471 3.471 0 01-.309-.615c-.217-.538-.412-1.247-.552-2.007-.34-1.843-.332-3.78.145-5.351.475-1.565 1.193-2.93 2.02-3.946.314-.385.631-.695.899-.912.132-.108.262-.2.38-.267.058-.034.125-.068.197-.093a.712.712 0 01.335-.04c.367.05.682.206.946.44.32.283.545.658.69 1.026a.888.888 0 01.037.521l-.018.08zM12.177 15.405c1.116-1.275 2.82-2.01 5.135-2.01s4.019.735 5.135 2.01c1.105 1.262 1.558 2.966 1.558 4.763v.616H10.62v-.616c0-1.797.454-3.501 1.558-4.763z"}),e.createElement("path",{d:"M13.66 7.498c0-2.04 1.636-3.695 3.652-3.695s3.65 1.655 3.65 3.695-1.634 3.695-3.65 3.695c-2.017 0-3.651-1.655-3.651-3.695z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CoupeIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 25 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.432 5.887l-.194-.137H13v0H12.95a30.124 30.124 0 00-.637.008c-.418.008-.99.024-1.604.056-.614.031-1.279.08-1.88.153-.585.07-1.172.172-1.593.331-.669.252-1.29.497-1.968.894-.608.356-1.242.824-2.005 1.508l-2.64-.44-.246 1.48 1.48.247c-.2.188-.393.376-.567.56-.26.274-.508.569-.695.873-.182.299-.345.669-.345 1.08 0 .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.25h9.39a2.748 2.748 0 004.623-.02c.621-.052 1.248-.225 1.75-.666.653-.574.932-1.45.932-2.564 0-.802-.442-1.421-.976-1.866-.53-.44-1.222-.773-1.92-1.026-1.31-.476-2.819-.733-3.824-.836l-4.098-2.885zm8.565 8.238c.138-.05.246-.113.331-.188.201-.177.422-.55.422-1.437 0-.197-.099-.432-.435-.712-.341-.283-.85-.544-1.473-.77-1.24-.45-2.73-.69-3.646-.77l-.202-.018-.165-.117-4.064-2.861a46.676 46.676 0 00-1.979.06c-.596.03-1.223.076-1.777.144-.571.07-1.003.155-1.245.246-.657.248-1.177.455-1.738.784-.56.328-1.185.792-2.016 1.564-.182.17-.364.334-.541.494-.395.357-.77.696-1.09 1.034a4.02 4.02 0 00-.505.626c-.113.184-.124.276-.124.296 0 .656.131 1.03.273 1.244a.984.984 0 00.48.38A2.75 2.75 0 018 14.25h8.5a2.75 2.75 0 015.497-.125zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm14 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CoupeIcon as default };
|
|
1
|
+
import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.432 5.887l-.194-.137H13v0H12.95a30.124 30.124 0 00-.637.008c-.418.008-.99.024-1.604.056-.614.031-1.279.08-1.88.153-.585.07-1.172.172-1.593.331-.669.252-1.29.497-1.968.894-.608.356-1.242.824-2.005 1.508l-2.64-.44-.246 1.48 1.48.247c-.2.188-.393.376-.567.56-.26.274-.508.569-.695.873-.182.299-.345.669-.345 1.08 0 .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.25h9.39a2.748 2.748 0 004.623-.02c.621-.052 1.248-.225 1.75-.666.653-.574.932-1.45.932-2.564 0-.802-.442-1.421-.976-1.866-.53-.44-1.222-.773-1.92-1.026-1.31-.476-2.819-.733-3.824-.836l-4.098-2.885zm8.565 8.238c.138-.05.246-.113.331-.188.201-.177.422-.55.422-1.437 0-.197-.099-.432-.435-.712-.341-.283-.85-.544-1.473-.77-1.24-.45-2.73-.69-3.646-.77l-.202-.018-.165-.117-4.064-2.861a46.676 46.676 0 00-1.979.06c-.596.03-1.223.076-1.777.144-.571.07-1.003.155-1.245.246-.657.248-1.177.455-1.738.784-.56.328-1.185.792-2.016 1.564-.182.17-.364.334-.541.494-.395.357-.77.696-1.09 1.034a4.02 4.02 0 00-.505.626c-.113.184-.124.276-.124.296 0 .656.131 1.03.273 1.244a.984.984 0 00.48.38A2.75 2.75 0 018 14.25h8.5a2.75 2.75 0 015.497-.125zM5.25 15.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm14 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CreditCardIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 18", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M0 2.994v12.012A3 3 0 003.005 18h19.99A3 3 0 0026 15.006V2.994A3 3 0 0022.995 0H3.005A3 3 0 000 2.994zm2 0A1 1 0 013.005 2h19.99A1 1 0 0124 2.994v12.012a1 1 0 01-1.005.994H3.005A1 1 0 012 15.006V2.994zM2 4h22v4H2V4zm2 8h6v2H4v-2zm8 0h2v2h-2v-2z", fillRule: "nonzero", fill: "currentColor" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CreditCardIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 18",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M0 2.994v12.012A3 3 0 003.005 18h19.99A3 3 0 0026 15.006V2.994A3 3 0 0022.995 0H3.005A3 3 0 000 2.994zm2 0A1 1 0 013.005 2h19.99A1 1 0 0124 2.994v12.012a1 1 0 01-1.005.994H3.005A1 1 0 012 15.006V2.994zM2 4h22v4H2V4zm2 8h6v2H4v-2zm8 0h2v2h-2v-2z",fillRule:"nonzero",fill:"currentColor"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CrossCircleIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor" }, props, { children: jsx("path", { stroke: "null", d: "M12.063.125C5.53.125.25 5.405.25 11.938S5.53 23.75 12.063 23.75s11.812-5.28 11.812-11.813S18.595.126 12.062.126zm5.906 16.053l-1.666 1.666-4.24-4.24-4.241 4.24-1.666-1.666 4.24-4.24-4.24-4.241L7.822 6.03l4.24 4.24 4.241-4.24 1.666 1.666-4.24 4.24 4.24 4.241z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CrossCircleIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t},e.createElement("path",{stroke:"null",d:"M12.063.125C5.53.125.25 5.405.25 11.938S5.53 23.75 12.063 23.75s11.812-5.28 11.812-11.813S18.595.126 12.062.126zm5.906 16.053l-1.666 1.666-4.24-4.24-4.241 4.24-1.666-1.666 4.24-4.24-4.24-4.241L7.822 6.03l4.24 4.24 4.241-4.24 1.666 1.666-4.24 4.24 4.24 4.241z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function CrownIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M0 21h24v3H0v-3zM0 3l6 9 6-12 6 12 6-9v15H0V3z", fill: "currentColor", fillRule: "evenodd" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { CrownIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M0 21h24v3H0v-3zM0 3l6 9 6-12 6 12 6-9v15H0V3z",fill:"currentColor",fillRule:"evenodd"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function DealmakerIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.75 19.92c0-.88-.82-1-1.46-.88l-1.54-2.54a3.58 3.58 0 00-2.84-1.58h-5.82a3.58 3.58 0 00-2.84 1.58L20.71 19c-.64-.07-1.46 0-1.46.88a.77.77 0 00.57.82 5.15 5.15 0 00-.28 2.35l.3 1.74a.931.931 0 00.14.36v1.06a.87.87 0 00.87.87H22a.88.88 0 00.88-.87v-.57H33.1v.57a.88.88 0 00.88.87h1.17a.87.87 0 00.87-.87v-1.02a.931.931 0 00.14-.36l.3-1.74a5.14 5.14 0 00-.28-2.35.77.77 0 00.57-.82zM23.5 17.21a2.141 2.141 0 011.59-.89h5.82a2.1 2.1 0 011.59.89l1.21 2H22.29l1.21-2zm-1 6.31a1.08 1.08 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03zM24.59 37a2.489 2.489 0 01-.69-.25 1.53 1.53 0 01-.9-1.49 1.54 1.54 0 01.85-1.54c.213-.1.438-.17.67-.21H37.1a5.9 5.9 0 013.63 1.15 18.357 18.357 0 012 1.71c.39.37 1.72 1.7 2.28 2.25l.25.25 1.08-1.08-.23-.22c-.54-.55-1.91-1.91-2.31-2.29a17.87 17.87 0 00-2.19-1.86A7.39 7.39 0 0037.1 32H24.82a3.78 3.78 0 00-1.63.4 2.938 2.938 0 00-1.65 2.26L13.36 31a6.063 6.063 0 00-.77-.24 6.197 6.197 0 00-1.79-.23 2.84 2.84 0 00-2.48 1.25c-1.23 1.68-.68 3.29 1.22 4.6.68.42 2.45 1.47 5 3l3.65 2.16 1.19.7.41.25c.494.34 1.028.62 1.59.83a11.88 11.88 0 004.47.82H34a3.42 3.42 0 011.64.38c.76.4 1.35.92 3.45 3l1.07-1.09c-2.23-2.16-2.85-2.71-3.81-3.21a5 5 0 00-2.35-.61h-8.16A10.23 10.23 0 0122 41.9a6.934 6.934 0 01-1-.47l-.29-.19-.07-.05-.46-.26-1.18-.7-3.61-2.14-5-3c-1.24-.86-1.47-1.55-.81-2.45v-.06a1.4 1.4 0 011.23-.55c.46 0 .917.06 1.36.18l.57.17 8.88 3.92a3.001 3.001 0 001.53 1.74 4.001 4.001 0 001.58.48h9.78V37h-9.92z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { DealmakerIcon as default };
|
|
1
|
+
import*as a from"react";function l(e){return a.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.75 19.92c0-.88-.82-1-1.46-.88l-1.54-2.54a3.58 3.58 0 00-2.84-1.58h-5.82a3.58 3.58 0 00-2.84 1.58L20.71 19c-.64-.07-1.46 0-1.46.88a.77.77 0 00.57.82 5.15 5.15 0 00-.28 2.35l.3 1.74a.931.931 0 00.14.36v1.06a.87.87 0 00.87.87H22a.88.88 0 00.88-.87v-.57H33.1v.57a.88.88 0 00.88.87h1.17a.87.87 0 00.87-.87v-1.02a.931.931 0 00.14-.36l.3-1.74a5.14 5.14 0 00-.28-2.35.77.77 0 00.57-.82zM23.5 17.21a2.141 2.141 0 011.59-.89h5.82a2.1 2.1 0 011.59.89l1.21 2H22.29l1.21-2zm-1 6.31a1.08 1.08 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03zM24.59 37a2.489 2.489 0 01-.69-.25 1.53 1.53 0 01-.9-1.49 1.54 1.54 0 01.85-1.54c.213-.1.438-.17.67-.21H37.1a5.9 5.9 0 013.63 1.15 18.357 18.357 0 012 1.71c.39.37 1.72 1.7 2.28 2.25l.25.25 1.08-1.08-.23-.22c-.54-.55-1.91-1.91-2.31-2.29a17.87 17.87 0 00-2.19-1.86A7.39 7.39 0 0037.1 32H24.82a3.78 3.78 0 00-1.63.4 2.938 2.938 0 00-1.65 2.26L13.36 31a6.063 6.063 0 00-.77-.24 6.197 6.197 0 00-1.79-.23 2.84 2.84 0 00-2.48 1.25c-1.23 1.68-.68 3.29 1.22 4.6.68.42 2.45 1.47 5 3l3.65 2.16 1.19.7.41.25c.494.34 1.028.62 1.59.83a11.88 11.88 0 004.47.82H34a3.42 3.42 0 011.64.38c.76.4 1.35.92 3.45 3l1.07-1.09c-2.23-2.16-2.85-2.71-3.81-3.21a5 5 0 00-2.35-.61h-8.16A10.23 10.23 0 0122 41.9a6.934 6.934 0 01-1-.47l-.29-.19-.07-.05-.46-.26-1.18-.7-3.61-2.14-5-3c-1.24-.86-1.47-1.55-.81-2.45v-.06a1.4 1.4 0 011.23-.55c.46 0 .917.06 1.36.18l.57.17 8.88 3.92a3.001 3.001 0 001.53 1.74 4.001 4.001 0 001.58.48h9.78V37h-9.92z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function DeliveryIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxs("g", Object.assign({ stroke: "currentColor", strokeWidth: 0.2 }, { children: [jsx("path", { d: "M4.924 14.959a3.11 3.11 0 00-3.106 3.106 3.11 3.11 0 003.106 3.107 3.11 3.11 0 003.107-3.107 3.11 3.11 0 00-3.107-3.106zm0 4.458a1.353 1.353 0 01-1.351-1.352c0-.745.606-1.351 1.351-1.351.746 0 1.352.606 1.352 1.351s-.606 1.352-1.352 1.352zM18.35 14.959a3.11 3.11 0 00-3.107 3.106 3.11 3.11 0 003.107 3.107 3.11 3.11 0 003.106-3.107 3.11 3.11 0 00-3.106-3.106zm0 4.458a1.353 1.353 0 01-1.352-1.352c0-.745.607-1.351 1.352-1.351.745 0 1.351.606 1.351 1.351s-.606 1.352-1.351 1.352z" }, void 0), jsx("path", { d: "M2.175 7.169h0l-2.178 4.224s0 0 0 0a.877.877 0 00-.097.402v6.272c0 .485.393.878.878.878H2.77V17.19H1.655v-5.182l1.835-3.56H9.456V6.693H2.955a.878.878 0 00-.78.476zM16.195 17.285v-.1H7.131V18.94h9.064v-1.655z" }, void 0), jsx("path", { d: "M8.48 18.062v.1H10.233V4.58h12.111v12.603H20.48V18.94h2.744a.877.877 0 00.877-.877V3.703a.877.877 0 00-.877-.877H9.357a.877.877 0 00-.878.877v14.359z" }, void 0), jsx("path", { d: "M9.456 11.04v-.1H.677V12.693h8.78V11.04zM20.172 7.605h0a.877.877 0 01-.073 1.239l-4.406 3.914a.874.874 0 01-1.207-.04s0 0 0 0l-2.048-2.073h0a.878.878 0 01.008-1.242l7.726-1.798zm0 0a.877.877 0 00-1.239-.073m1.239.073l-1.239-.073m0 0l-3.784 3.36-1.462-1.48a.877.877 0 00-1.24-.009l6.486-1.871z" }, void 0)] }), void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { DeliveryIcon as default };
|
|
1
|
+
import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{stroke:"currentColor",strokeWidth:.2},e.createElement("path",{d:"M4.924 14.959a3.11 3.11 0 00-3.106 3.106 3.11 3.11 0 003.106 3.107 3.11 3.11 0 003.107-3.107 3.11 3.11 0 00-3.107-3.106zm0 4.458a1.353 1.353 0 01-1.351-1.352c0-.745.606-1.351 1.351-1.351.746 0 1.352.606 1.352 1.351s-.606 1.352-1.352 1.352zM18.35 14.959a3.11 3.11 0 00-3.107 3.106 3.11 3.11 0 003.107 3.107 3.11 3.11 0 003.106-3.107 3.11 3.11 0 00-3.106-3.106zm0 4.458a1.353 1.353 0 01-1.352-1.352c0-.745.607-1.351 1.352-1.351.745 0 1.351.606 1.351 1.351s-.606 1.352-1.351 1.352z"}),e.createElement("path",{d:"M2.175 7.169h0l-2.178 4.224s0 0 0 0a.877.877 0 00-.097.402v6.272c0 .485.393.878.878.878H2.77V17.19H1.655v-5.182l1.835-3.56H9.456V6.693H2.955a.878.878 0 00-.78.476zM16.195 17.285v-.1H7.131V18.94h9.064v-1.655z"}),e.createElement("path",{d:"M8.48 18.062v.1H10.233V4.58h12.111v12.603H20.48V18.94h2.744a.877.877 0 00.877-.877V3.703a.877.877 0 00-.877-.877H9.357a.877.877 0 00-.878.877v14.359z"}),e.createElement("path",{d:"M9.456 11.04v-.1H.677V12.693h8.78V11.04zM20.172 7.605h0a.877.877 0 01-.073 1.239l-4.406 3.914a.874.874 0 01-1.207-.04s0 0 0 0l-2.048-2.073h0a.878.878 0 01.008-1.242l7.726-1.798zm0 0a.877.877 0 00-1.239-.073m1.239.073l-1.239-.073m0 0l-3.784 3.36-1.462-1.48a.877.877 0 00-1.24-.009l6.486-1.871z"})))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function DetailedSearchIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M18.672 9.336a9.335 9.335 0 01-9.336 9.336A9.335 9.335 0 010 9.336 9.335 9.335 0 019.336 0a9.335 9.335 0 019.336 9.336zm-1.868 0a7.468 7.468 0 00-7.468-7.469 7.468 7.468 0 00-7.469 7.469 7.468 7.468 0 007.469 7.469 7.468 7.468 0 007.468-7.47zM24 22.68L22.68 24l-5.597-5.6 1.321-1.32L24 22.68zM4.963 9.062a35.368 35.368 0 001.61 1.451c.148.127.293.247.435.361 1.045.842 1.727 1.27 2.352 1.27.625 0 1.307-.428 2.352-1.27.141-.114.287-.234.436-.36a35.367 35.367 0 001.61-1.452L12.46 7.72a33.542 33.542 0 01-1.518 1.369c-.138.117-.272.228-.402.332-.63.508-1.186.857-1.18.857.006 0-.55-.35-1.18-.857-.13-.104-.264-.215-.402-.332A33.541 33.541 0 016.26 7.719L4.963 9.062z", fillRule: "nonzero", fill: "currentColor" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { DetailedSearchIcon as default };
|
|
1
|
+
import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M18.672 9.336a9.335 9.335 0 01-9.336 9.336A9.335 9.335 0 010 9.336 9.335 9.335 0 019.336 0a9.335 9.335 0 019.336 9.336zm-1.868 0a7.468 7.468 0 00-7.468-7.469 7.468 7.468 0 00-7.469 7.469 7.468 7.468 0 007.469 7.469 7.468 7.468 0 007.468-7.47zM24 22.68L22.68 24l-5.597-5.6 1.321-1.32L24 22.68zM4.963 9.062a35.368 35.368 0 001.61 1.451c.148.127.293.247.435.361 1.045.842 1.727 1.27 2.352 1.27.625 0 1.307-.428 2.352-1.27.141-.114.287-.234.436-.36a35.367 35.367 0 001.61-1.452L12.46 7.72a33.542 33.542 0 01-1.518 1.369c-.138.117-.272.228-.402.332-.63.508-1.186.857-1.18.857.006 0-.55-.35-1.18-.857-.13-.104-.264-.215-.402-.332A33.541 33.541 0 016.26 7.719L4.963 9.062z",fillRule:"nonzero",fill:"currentColor"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function EcoFriendlyIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { d: "M22.002 12.042c0-1.625-.45-3.092-1.342-4.367-.775-1.108-1.858-2.05-3.308-2.867-1.542-.858-3.45-1.516-5.667-1.966l-.108-.034c-3.259-.658-6.634-.8-8.892-.8-.075 0-.333.017-.5.209-.192.208-.183.475-.183.475v.066c-.025 2.259.091 5.625.775 8.875l.358 1.584c.792 2.941 1.975 5.175 3.517 6.65 1.466 1.416 3.25 2.125 5.308 2.125h.283c1.984-.05 4.225-.734 6.667-2.034 0 0 1.383.85 1.875 1.875l1-1.1c-.65-1.016-1.825-1.808-1.825-1.808 1.358-2.542 2.042-4.867 2.042-6.883zM8.052 8.108a.73.73 0 00-.217.525c0 .2.075.384.217.525l9.75 9.75c-2.117 1.059-3.992 1.609-5.592 1.625-1.775.042-3.308-.533-4.533-1.716a9.018 9.018 0 01-1.634-2.167l-.616-1.233a20.244 20.244 0 01-.809-2.3l-.483-2.209c-.408-2.183-.633-4.666-.667-7.391 2.725.041 5.217.258 7.4.666l1.225.267c1.15.267 2.259.617 3.284 1.042l1.2.6.066.05c1.234.666 2.184 1.466 2.809 2.383.691.983 1.058 2.167 1.075 3.517 0 1.666-.559 3.625-1.659 5.816L9.11 8.108a.75.75 0 00-1.058 0z", fill: "currentColor" }, void 0), jsx("path", { d: "M8.052 8.108a.73.73 0 00-.217.525c0 .2.075.384.217.525l9.75 9.75c-2.117 1.059-3.992 1.609-5.592 1.625-1.775.042-3.308-.533-4.533-1.716a9.018 9.018 0 01-1.633-2.167l-.617-1.233a20.246 20.246 0 01-.808-2.3l-.484-2.209c-.408-2.183-.633-4.666-.666-7.391 2.725.041 5.216.258 7.4.666l1.225.267c1.15.267 2.258.617 3.283 1.042l1.2.6.067.05c1.233.666 2.183 1.466 2.808 2.383.692.983 1.058 2.167 1.075 3.517 0 1.666-.558 3.625-1.658 5.816L9.11 8.108a.75.75 0 00-1.058 0z", fill: "#B5D55E" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { EcoFriendlyIcon as default };
|
|
1
|
+
import*as l from"react";function e(c){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...c},l.createElement("path",{d:"M22.002 12.042c0-1.625-.45-3.092-1.342-4.367-.775-1.108-1.858-2.05-3.308-2.867-1.542-.858-3.45-1.516-5.667-1.966l-.108-.034c-3.259-.658-6.634-.8-8.892-.8-.075 0-.333.017-.5.209-.192.208-.183.475-.183.475v.066c-.025 2.259.091 5.625.775 8.875l.358 1.584c.792 2.941 1.975 5.175 3.517 6.65 1.466 1.416 3.25 2.125 5.308 2.125h.283c1.984-.05 4.225-.734 6.667-2.034 0 0 1.383.85 1.875 1.875l1-1.1c-.65-1.016-1.825-1.808-1.825-1.808 1.358-2.542 2.042-4.867 2.042-6.883zM8.052 8.108a.73.73 0 00-.217.525c0 .2.075.384.217.525l9.75 9.75c-2.117 1.059-3.992 1.609-5.592 1.625-1.775.042-3.308-.533-4.533-1.716a9.018 9.018 0 01-1.634-2.167l-.616-1.233a20.244 20.244 0 01-.809-2.3l-.483-2.209c-.408-2.183-.633-4.666-.667-7.391 2.725.041 5.217.258 7.4.666l1.225.267c1.15.267 2.259.617 3.284 1.042l1.2.6.066.05c1.234.666 2.184 1.466 2.809 2.383.691.983 1.058 2.167 1.075 3.517 0 1.666-.559 3.625-1.659 5.816L9.11 8.108a.75.75 0 00-1.058 0z",fill:"currentColor"}),l.createElement("path",{d:"M8.052 8.108a.73.73 0 00-.217.525c0 .2.075.384.217.525l9.75 9.75c-2.117 1.059-3.992 1.609-5.592 1.625-1.775.042-3.308-.533-4.533-1.716a9.018 9.018 0 01-1.633-2.167l-.617-1.233a20.246 20.246 0 01-.808-2.3l-.484-2.209c-.408-2.183-.633-4.666-.666-7.391 2.725.041 5.216.258 7.4.666l1.225.267c1.15.267 2.258.617 3.283 1.042l1.2.6.067.05c1.233.666 2.183 1.466 2.808 2.383.692.983 1.058 2.167 1.075 3.517 0 1.666-.558 3.625-1.658 5.816L9.11 8.108a.75.75 0 00-1.058 0z",fill:"#B5D55E"}))}export{e as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function EditIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 26", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M24 8v15.005a1 1 0 01-1.005.995H3.005C2.45 24 2 23.55 2 22.995V3.005A1 1 0 012.997 2H18V0H2.997A2.999 2.999 0 000 3.005v19.99A3.005 3.005 0 003.005 26h19.99A3 3 0 0026 23.005V8h-2zm-3.388-6.884a2.998 2.998 0 014.237.005 3.005 3.005 0 01.006 4.238L14.243 15.97 10 11.728 20.612 1.116zm-7.784 10.612l1.415 1.414 9.197-9.198a1.005 1.005 0 00-.005-1.408.998.998 0 00-1.409-.006l-9.198 9.198zm-4.292 1.414l4.242 4.243-4.02.616c-.547.084-.922-.293-.839-.838l.617-4.02z", fill: "currentColor", fillRule: "evenodd" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { EditIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 26",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M24 8v15.005a1 1 0 01-1.005.995H3.005C2.45 24 2 23.55 2 22.995V3.005A1 1 0 012.997 2H18V0H2.997A2.999 2.999 0 000 3.005v19.99A3.005 3.005 0 003.005 26h19.99A3 3 0 0026 23.005V8h-2zm-3.388-6.884a2.998 2.998 0 014.237.005 3.005 3.005 0 01.006 4.238L14.243 15.97 10 11.728 20.612 1.116zm-7.784 10.612l1.415 1.414 9.197-9.198a1.005 1.005 0 00-.005-1.408.998.998 0 00-1.409-.006l-9.198 9.198zm-4.292 1.414l4.242 4.243-4.02.616c-.547.084-.922-.293-.839-.838l.617-4.02z",fill:"currentColor",fillRule:"evenodd"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function EngineIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 23", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M30 7.4c-.4-.5-.9-.8-1.4-1.1-.2-.1-.3-.2-.4-.2L28 6h-2v4.1c-.4 0-1-.1-1-.8V7h-3c-.6 0-1-.4-1-1V4h-6V2h5c.6 0 1-.4 1-1s-.4-1-1-1H8c-.6 0-1 .4-1 1s.4 1 1 1h5v2H7.2L8 5c0 .6-.4 1-1 1H4v5H2V7c0-.6-.4-1-1-1s-1 .4-1 1v11c0 .6.4 1 1 1s1-.4 1-1v-5h2v6h4c.6 0 1.3.3 1.7.7l2.6 2.6c.4.4 1.1.7 1.7.7h11v-4c0-.6.4-1 1-1v4h2l.2-.1c.1 0 .2-.1.4-.2.5-.3 1-.6 1.4-1.1 1.3-1.5 2-3.7 2-6.6s-.7-5.1-2-6.6zm-1.5 11.9c-.2.2-.3.4-.5.5V16h-2c-1.7 0-3 1.3-3 3v2h-9c-.1 0-.3-.1-.3-.1l-2.6-2.6c-.7-.8-2-1.3-3.1-1.3H6V8h1c1.3 0 2.4-.8 2.8-2H19c0 1.7 1.3 3 3 3h1c0 1.7 1.3 3 3 3h2V8.2l.5.5c1 1.1 1.5 2.9 1.5 5.3s-.5 4.2-1.5 5.3z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { EngineIcon as default };
|
|
1
|
+
import*as c from"react";function h(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 23",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{d:"M30 7.4c-.4-.5-.9-.8-1.4-1.1-.2-.1-.3-.2-.4-.2L28 6h-2v4.1c-.4 0-1-.1-1-.8V7h-3c-.6 0-1-.4-1-1V4h-6V2h5c.6 0 1-.4 1-1s-.4-1-1-1H8c-.6 0-1 .4-1 1s.4 1 1 1h5v2H7.2L8 5c0 .6-.4 1-1 1H4v5H2V7c0-.6-.4-1-1-1s-1 .4-1 1v11c0 .6.4 1 1 1s1-.4 1-1v-5h2v6h4c.6 0 1.3.3 1.7.7l2.6 2.6c.4.4 1.1.7 1.7.7h11v-4c0-.6.4-1 1-1v4h2l.2-.1c.1 0 .2-.1.4-.2.5-.3 1-.6 1.4-1.1 1.3-1.5 2-3.7 2-6.6s-.7-5.1-2-6.6zm-1.5 11.9c-.2.2-.3.4-.5.5V16h-2c-1.7 0-3 1.3-3 3v2h-9c-.1 0-.3-.1-.3-.1l-2.6-2.6c-.7-.8-2-1.3-3.1-1.3H6V8h1c1.3 0 2.4-.8 2.8-2H19c0 1.7 1.3 3 3 3h1c0 1.7 1.3 3 3 3h2V8.2l.5.5c1 1.1 1.5 2.9 1.5 5.3s-.5 4.2-1.5 5.3z"}))}export{h as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function EnglandFlagIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z", fill: "#F0F0F0" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.48 4.694A11.956 11.956 0 00.413 8.869h6.243L2.48 4.694zM23.586 8.87a11.955 11.955 0 00-2.067-4.176L17.344 8.87h6.242zM.413 15.13a11.957 11.957 0 002.067 4.176l4.176-4.176H.413zM19.306 2.48A11.957 11.957 0 0015.13.414v6.243l4.176-4.175zM4.694 21.52a11.957 11.957 0 004.176 2.066v-6.242l-4.176 4.175zM8.87.413a11.957 11.957 0 00-4.176 2.068L8.87 6.656V.413zM15.13 23.586a11.958 11.958 0 004.176-2.067l-4.176-4.175v6.242zM17.343 15.13l4.176 4.176a11.955 11.955 0 002.067-4.176h-6.242z", fill: "#0052B4" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.898 10.435H13.565V.102a12.12 12.12 0 00-3.13 0v10.333H.102a12.118 12.118 0 000 3.13h10.333v10.333a12.117 12.117 0 003.13 0V13.565h10.333a12.12 12.12 0 000-3.13z", fill: "#D80027" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.13 15.13l5.355 5.355c.247-.246.481-.503.706-.77l-4.585-4.585H15.13zM8.87 15.13l-5.355 5.355c.246.247.503.482.77.706l4.585-4.585V15.13zM8.87 8.87L3.513 3.514a12.03 12.03 0 00-.705.77l4.585 4.584h1.475zM15.13 8.87l5.355-5.355a11.996 11.996 0 00-.77-.706L15.13 7.394V8.87z", fill: "#D80027" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { EnglandFlagIcon as default };
|
|
1
|
+
import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"#F0F0F0"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.48 4.694A11.956 11.956 0 00.413 8.869h6.243L2.48 4.694zM23.586 8.87a11.955 11.955 0 00-2.067-4.176L17.344 8.87h6.242zM.413 15.13a11.957 11.957 0 002.067 4.176l4.176-4.176H.413zM19.306 2.48A11.957 11.957 0 0015.13.414v6.243l4.176-4.175zM4.694 21.52a11.957 11.957 0 004.176 2.066v-6.242l-4.176 4.175zM8.87.413a11.957 11.957 0 00-4.176 2.068L8.87 6.656V.413zM15.13 23.586a11.958 11.958 0 004.176-2.067l-4.176-4.175v6.242zM17.343 15.13l4.176 4.176a11.955 11.955 0 002.067-4.176h-6.242z",fill:"#0052B4"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.898 10.435H13.565V.102a12.12 12.12 0 00-3.13 0v10.333H.102a12.118 12.118 0 000 3.13h10.333v10.333a12.117 12.117 0 003.13 0V13.565h10.333a12.12 12.12 0 000-3.13z",fill:"#D80027"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.13 15.13l5.355 5.355c.247-.246.481-.503.706-.77l-4.585-4.585H15.13zM8.87 15.13l-5.355 5.355c.246.247.503.482.77.706l4.585-4.585V15.13zM8.87 8.87L3.513 3.514a12.03 12.03 0 00-.705.77l4.585 4.584h1.475zM15.13 8.87l5.355-5.355a11.996 11.996 0 00-.77-.706L15.13 7.394V8.87z",fill:"#D80027"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function EvaluationIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 40 40", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsxs("g", Object.assign({ fill: "currentColor", fillRule: "evenodd" }, { children: [jsx("path", { d: "M25.208 27.353c.455-.054 1.042-.002 1.042.625 0 .38-.215.548-.485.61.218.685.308 1.47.206 2.072l-.102.608a.937.937 0 01-.14.353v.732a.772.772 0 01-.776.772h-.531a.772.772 0 01-.776-.772v-.257h-7.292v.257a.772.772 0 01-.776.772h-.531a.772.772 0 01-.776-.772v-.73a.943.943 0 01-.14-.355l-.102-.608c-.101-.597-.01-1.385.208-2.071-.271-.062-.487-.231-.487-.611 0-.627.587-.679 1.042-.625v-.032l1.099-1.81c.39-.644 1.27-1.136 2.03-1.136h4.158c.763 0 1.637.487 2.03 1.136l1.1 1.81v.032zm-1.128.11l-.864-1.423c-.205-.337-.74-.636-1.137-.636H17.92c-.394 0-.935.303-1.137.636l-.864 1.423h8.16zM20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0zm0 1.25C9.661 1.25 1.25 9.661 1.25 20S9.661 38.75 20 38.75 38.75 30.339 38.75 20 30.339 1.25 20 1.25zm-3.906 29.301a.777.777 0 00.781-.772.777.777 0 00-.781-.772.777.777 0 00-.782.772c0 .427.35.772.782.772zm7.812 0a.777.777 0 00.782-.772.777.777 0 00-.782-.772.777.777 0 00-.781.772c0 .427.35.772.781.772zm-5.468-.514v.514h3.125v-.514h-3.125z" }, void 0), jsx("path", { d: "M18.642 18.389a1.208 1.208 0 01-.36-.889c0-.352.12-.648.36-.889.24-.24.537-.361.89-.361.351 0 .648.12.888.361.24.24.361.537.361.889s-.12.648-.36.889c-.241.24-.538.361-.89.361s-.648-.12-.889-.361zM17.825 8.406c.654-.604 1.556-.906 2.706-.906s2.077.285 2.784.855c.707.57 1.06 1.358 1.06 2.365 0 1.006-.303 1.733-.91 2.18-.606.447-1.484.68-2.634.7V15h-2.547v-3.035h1.06c.823 0 1.43-.089 1.82-.266.39-.176.585-.515.585-1.016 0-.334-.103-.604-.309-.81-.205-.207-.49-.31-.854-.31s-.649.1-.854.302c-.206.201-.309.474-.309.818h-2.547c-.021-.914.295-1.673.95-2.277z" }, void 0)] }), void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { EvaluationIcon as default };
|
|
1
|
+
import*as e from"react";function t(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("g",{fill:"currentColor",fillRule:"evenodd"},e.createElement("path",{d:"M25.208 27.353c.455-.054 1.042-.002 1.042.625 0 .38-.215.548-.485.61.218.685.308 1.47.206 2.072l-.102.608a.937.937 0 01-.14.353v.732a.772.772 0 01-.776.772h-.531a.772.772 0 01-.776-.772v-.257h-7.292v.257a.772.772 0 01-.776.772h-.531a.772.772 0 01-.776-.772v-.73a.943.943 0 01-.14-.355l-.102-.608c-.101-.597-.01-1.385.208-2.071-.271-.062-.487-.231-.487-.611 0-.627.587-.679 1.042-.625v-.032l1.099-1.81c.39-.644 1.27-1.136 2.03-1.136h4.158c.763 0 1.637.487 2.03 1.136l1.1 1.81v.032zm-1.128.11l-.864-1.423c-.205-.337-.74-.636-1.137-.636H17.92c-.394 0-.935.303-1.137.636l-.864 1.423h8.16zM20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0zm0 1.25C9.661 1.25 1.25 9.661 1.25 20S9.661 38.75 20 38.75 38.75 30.339 38.75 20 30.339 1.25 20 1.25zm-3.906 29.301a.777.777 0 00.781-.772.777.777 0 00-.781-.772.777.777 0 00-.782.772c0 .427.35.772.782.772zm7.812 0a.777.777 0 00.782-.772.777.777 0 00-.782-.772.777.777 0 00-.781.772c0 .427.35.772.781.772zm-5.468-.514v.514h3.125v-.514h-3.125z"}),e.createElement("path",{d:"M18.642 18.389a1.208 1.208 0 01-.36-.889c0-.352.12-.648.36-.889.24-.24.537-.361.89-.361.351 0 .648.12.888.361.24.24.361.537.361.889s-.12.648-.36.889c-.241.24-.538.361-.89.361s-.648-.12-.889-.361zM17.825 8.406c.654-.604 1.556-.906 2.706-.906s2.077.285 2.784.855c.707.57 1.06 1.358 1.06 2.365 0 1.006-.303 1.733-.91 2.18-.606.447-1.484.68-2.634.7V15h-2.547v-3.035h1.06c.823 0 1.43-.089 1.82-.266.39-.176.585-.515.585-1.016 0-.334-.103-.604-.309-.81-.205-.207-.49-.31-.854-.31s-.649.1-.854.302c-.206.201-.309.474-.309.818h-2.547c-.021-.914.295-1.673.95-2.277z"})))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ExaminationMarkFilledIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm-1-8v2h2v-2h-2zm0-10v8h2V6h-2z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ExaminationMarkFilledIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm-1-8v2h2v-2h-2zm0-10v8h2V6h-2z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ExaminationMarkIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", width: "1em", height: "1em" }, props, { children: jsx("path", { d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zM11 6h2v8h-2V6zm0 10h2v2h-2v-2z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ExaminationMarkIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",width:"1em",height:"1em",...t},e.createElement("path",{d:"M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zM11 6h2v8h-2V6zm0 10h2v2h-2v-2z"}))}export{r as default};
|