@kvdbil/components 3.3.3 → 3.3.5-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/ColorCard.js +48 -0
- package/cjs/ElevationCard.js +35 -0
- package/cjs/Interfaces.js +2 -0
- package/cjs/Types.js +2 -0
- package/cjs/components/Accordion/index.js +124 -0
- package/cjs/components/Badge/index.js +78 -0
- package/cjs/components/Button/index.js +170 -0
- package/cjs/components/Card/index.js +28 -0
- package/cjs/components/CheckBox/index.js +109 -0
- package/cjs/components/Chip/index.js +99 -0
- package/cjs/components/DayPicker/DayPickerNavBar.js +60 -0
- package/cjs/components/DayPicker/index.js +76 -0
- package/cjs/components/DayPicker/localeUtils.js +60 -0
- package/cjs/components/Dialog/index.js +88 -0
- package/cjs/components/ErrorMessage/index.js +31 -0
- package/cjs/components/FieldLabel.js +59 -0
- package/cjs/components/Header/Hamburger.js +55 -0
- package/cjs/components/Header/Link.js +53 -0
- package/cjs/components/Header/index.js +118 -0
- package/cjs/components/Hero/index.js +65 -0
- package/cjs/components/Icon/index.js +115 -0
- package/cjs/components/IconButton.js +130 -0
- package/cjs/components/Icons/Arrow.js +16 -0
- package/cjs/components/Icons/CheckCircle.js +16 -0
- package/cjs/components/Icons/CheckIcon.js +16 -0
- package/cjs/components/Icons/Close.js +16 -0
- package/cjs/components/Icons/ErrorCircle.js +16 -0
- package/cjs/components/Icons/InfoCircle.js +16 -0
- package/cjs/components/InlineStepper/Step.js +116 -0
- package/cjs/components/InlineStepper/StepCircle.js +93 -0
- package/cjs/components/InlineStepper/index.js +51 -0
- package/cjs/components/ListItem/Bacon.js +16 -0
- package/cjs/components/ListItem/index.js +56 -0
- package/cjs/components/Logo/LogoEn.js +35 -0
- package/cjs/components/Logo/LogoSv.js +35 -0
- package/cjs/components/Logo/index.js +32 -0
- package/cjs/components/MenuItem/index.js +99 -0
- package/cjs/components/Modal/index.js +137 -0
- package/cjs/components/NotificationButton/index.js +39 -0
- package/cjs/components/OffCanvas/Overlay.js +70 -0
- package/cjs/components/OffCanvas/index.js +133 -0
- package/cjs/components/OffCanvas/useClickOutside.js +21 -0
- package/cjs/components/RadioButton/index.js +148 -0
- package/cjs/components/Range/index.js +82 -0
- package/cjs/components/Select/components/test-icon.js +16 -0
- package/cjs/components/Select/index.js +225 -0
- package/cjs/components/Snackbar/index.js +155 -0
- package/cjs/components/Spinner/index.js +68 -0
- package/cjs/components/Stepper/index.js +60 -0
- package/cjs/components/StepperAccordion/index.js +133 -0
- package/cjs/components/Tabs/index.js +71 -0
- package/cjs/components/TextArea/index.js +120 -0
- package/cjs/components/Textfield/index.js +130 -0
- package/cjs/components/TimePicker/index.js +49 -0
- package/cjs/components/TimePicker/testHelper.js +16 -0
- package/cjs/components/Toggle/index.js +83 -0
- package/cjs/icons/components/AccountCreateIcon.js +48 -0
- package/cjs/icons/components/AccountIcon.js +44 -0
- package/cjs/icons/components/AccountLoginIcon.js +50 -0
- package/cjs/icons/components/ArrowDownIcon.js +44 -0
- package/cjs/icons/components/ArrowLeftIcon.js +42 -0
- package/cjs/icons/components/ArrowLeftSharpIcon.js +44 -0
- package/cjs/icons/components/ArrowLeftSmallIcon.js +44 -0
- package/cjs/icons/components/ArrowLong.js +45 -0
- package/cjs/icons/components/ArrowRestartIcon.js +44 -0
- package/cjs/icons/components/ArrowRightIcon.js +42 -0
- package/cjs/icons/components/ArrowRightSharpIcon.js +44 -0
- package/cjs/icons/components/ArrowUpIcon.js +44 -0
- package/cjs/icons/components/AuctionIcon.js +42 -0
- package/cjs/icons/components/BackArrowIcon.js +42 -0
- package/cjs/icons/components/Baseline360Icon.js +45 -0
- package/cjs/icons/components/BellIcon.js +42 -0
- package/cjs/icons/components/BidIcon.js +42 -0
- package/cjs/icons/components/BidKrIcon.js +48 -0
- package/cjs/icons/components/BreaksIcon.js +42 -0
- package/cjs/icons/components/BuyCarIcon.js +42 -0
- package/cjs/icons/components/CabIcon.js +44 -0
- package/cjs/icons/components/CalendarIcon.js +51 -0
- package/cjs/icons/components/CameraIcon.js +42 -0
- package/cjs/icons/components/Car360Icon.js +67 -0
- package/cjs/icons/components/CarFrontIcon.js +42 -0
- package/cjs/icons/components/CarSearchIcon.js +42 -0
- package/cjs/icons/components/CarSideIcon.js +42 -0
- package/cjs/icons/components/CarTiresIcon.js +42 -0
- package/cjs/icons/components/CaravanIcon.js +42 -0
- package/cjs/icons/components/CardViewIcon.js +68 -0
- package/cjs/icons/components/CarloanIcon.js +44 -0
- package/cjs/icons/components/CertifiedIcon.js +52 -0
- package/cjs/icons/components/ChatIcon.js +43 -0
- package/cjs/icons/components/CheckIcon.js +43 -0
- package/cjs/icons/components/CheckThinIcon.js +43 -0
- package/cjs/icons/components/CheckmarkFilledIcon.js +42 -0
- package/cjs/icons/components/CheckmarkIcon.js +42 -0
- package/cjs/icons/components/ClipboardFilledIcon.js +42 -0
- package/cjs/icons/components/ClipboardIcon.js +42 -0
- package/cjs/icons/components/ClockFilledIcon.js +44 -0
- package/cjs/icons/components/ClockIcon.js +43 -0
- package/cjs/icons/components/CloseIcon.js +43 -0
- package/cjs/icons/components/CloseThinIcon.js +44 -0
- package/cjs/icons/components/CoffeeIcon.js +43 -0
- package/cjs/icons/components/CombiIcon.js +44 -0
- package/cjs/icons/components/CommentCircleFilledIcon.js +48 -0
- package/cjs/icons/components/CommentCircleIconIcon.js +46 -0
- package/cjs/icons/components/CommentIcon.js +46 -0
- package/cjs/icons/components/ContactIcon.js +46 -0
- package/cjs/icons/components/CoupeIcon.js +44 -0
- package/cjs/icons/components/CreditCardIcon.js +43 -0
- package/cjs/icons/components/CrossCircleIcon.js +42 -0
- package/cjs/icons/components/CrownIcon.js +43 -0
- package/cjs/icons/components/DealmakerIcon.js +48 -0
- package/cjs/icons/components/DeliveryIcon.js +51 -0
- package/cjs/icons/components/DetailedSearchIcon.js +43 -0
- package/cjs/icons/components/EcoFriendlyIcon.js +46 -0
- package/cjs/icons/components/EditIcon.js +43 -0
- package/cjs/icons/components/EngineIcon.js +42 -0
- package/cjs/icons/components/EnglandFlagIcon.js +60 -0
- package/cjs/icons/components/EvaluationIcon.js +46 -0
- package/cjs/icons/components/ExaminationMarkFilledIcon.js +42 -0
- package/cjs/icons/components/ExaminationMarkIcon.js +42 -0
- package/cjs/icons/components/ExteriorIcon.js +42 -0
- package/cjs/icons/components/EyeIcon.js +48 -0
- package/cjs/icons/components/FacebookBtnIcon.js +42 -0
- package/cjs/icons/components/FacebookIcon.js +44 -0
- package/cjs/icons/components/FatalIcon.js +44 -0
- package/cjs/icons/components/FavouriteIcon.js +42 -0
- package/cjs/icons/components/FavouriteSolidIcon.js +42 -0
- package/cjs/icons/components/FilterIcon.js +44 -0
- package/cjs/icons/components/FinanceIcon.js +42 -0
- package/cjs/icons/components/FindCarIcon.js +42 -0
- package/cjs/icons/components/FixedMonthlyCostIcon.js +48 -0
- package/cjs/icons/components/FlagIcon.js +42 -0
- package/cjs/icons/components/FlexibilityIcon.js +48 -0
- package/cjs/icons/components/ForumLargeIcon.js +42 -0
- package/cjs/icons/components/ForumSmallIcon.js +42 -0
- package/cjs/icons/components/GavelIcon.js +44 -0
- package/cjs/icons/components/GearboxIcon.js +44 -0
- package/cjs/icons/components/GiftIcon.js +58 -0
- package/cjs/icons/components/GridViewIcon.js +42 -0
- package/cjs/icons/components/GroupIcon.js +79 -0
- package/cjs/icons/components/GuaranteeIcon.js +42 -0
- package/cjs/icons/components/GuaranteeLargeIcon.js +42 -0
- package/cjs/icons/components/GuaranteeSmallIcon.js +42 -0
- package/cjs/icons/components/HalfCombiIcon.js +44 -0
- package/cjs/icons/components/HamburgerIcon.js +42 -0
- package/cjs/icons/components/HandshakeIcon.js +42 -0
- package/cjs/icons/components/HelpingHandIcon.js +60 -0
- package/cjs/icons/components/IdIcon.js +45 -0
- package/cjs/icons/components/InformationIcon.js +42 -0
- package/cjs/icons/components/InstagramIcon.js +49 -0
- package/cjs/icons/components/InsuranceIcon.js +42 -0
- package/cjs/icons/components/InteriorIcon.js +44 -0
- package/cjs/icons/components/InteriorThinIcon.js +44 -0
- package/cjs/icons/components/InternationalIcon.js +50 -0
- package/cjs/icons/components/KvdTestIcon.js +42 -0
- package/cjs/icons/components/KvdVenueIcon.js +42 -0
- package/cjs/icons/components/LifebuoyIcon.js +42 -0
- package/cjs/icons/components/LiftTruckIcon.js +42 -0
- package/cjs/icons/components/LinkedInIcon.js +42 -0
- package/cjs/icons/components/ListViewIcon.js +64 -0
- package/cjs/icons/components/MailIcon.js +44 -0
- package/cjs/icons/components/MinibusIcon.js +44 -0
- package/cjs/icons/components/MinivanIcon.js +45 -0
- package/cjs/icons/components/MobileIcon.js +52 -0
- package/cjs/icons/components/MotorcycleIcon.js +74 -0
- package/cjs/icons/components/MrfLogoIcon.js +53 -0
- package/cjs/icons/components/NotFoundIcon.js +42 -0
- package/cjs/icons/components/OverbidIcon.js +44 -0
- package/cjs/icons/components/PdfIconIcon.js +42 -0
- package/cjs/icons/components/PhoneIcon.js +44 -0
- package/cjs/icons/components/PickUpIcon.js +42 -0
- package/cjs/icons/components/PinIcon.js +42 -0
- package/cjs/icons/components/PlayIcon.js +42 -0
- package/cjs/icons/components/Pricetag.js +51 -0
- package/cjs/icons/components/PricetagFilledKronaIcon.js +47 -0
- package/cjs/icons/components/PrivateCarIcon.js +42 -0
- package/cjs/icons/components/ProfileCircleIcon.js +42 -0
- package/cjs/icons/components/ProfileIcon.js +42 -0
- package/cjs/icons/components/RadioIcon.js +54 -0
- package/cjs/icons/components/ReclamationIcon.js +42 -0
- package/cjs/icons/components/ReleasingIcon.js +48 -0
- package/cjs/icons/components/RemoveFilterIcon.js +42 -0
- package/cjs/icons/components/ReservedPriceIcon.js +42 -0
- package/cjs/icons/components/ResultIcon.js +42 -0
- package/cjs/icons/components/SafePaymentIcon.js +42 -0
- package/cjs/icons/components/SaleTagIcon.js +42 -0
- package/cjs/icons/components/SearchCheckIcon.js +48 -0
- package/cjs/icons/components/SearchIcon.js +42 -0
- package/cjs/icons/components/SedanIcon.js +44 -0
- package/cjs/icons/components/SellCarIcon.js +42 -0
- package/cjs/icons/components/SellCarsIcon.js +42 -0
- package/cjs/icons/components/ServiceIcon.js +47 -0
- package/cjs/icons/components/ShareIcon.js +68 -0
- package/cjs/icons/components/ShieldIcon.js +42 -0
- package/cjs/icons/components/SignInIcon.js +42 -0
- package/cjs/icons/components/SignOutIcon.js +42 -0
- package/cjs/icons/components/SpeedMeterIcon.js +44 -0
- package/cjs/icons/components/StarCircleIcon.js +42 -0
- package/cjs/icons/components/StartIcon.js +50 -0
- package/cjs/icons/components/StoreIcon.js +42 -0
- package/cjs/icons/components/SuvIcon.js +44 -0
- package/cjs/icons/components/SwedenFlag.js +50 -0
- package/cjs/icons/components/TankIcon.js +52 -0
- package/cjs/icons/components/TireIcon.js +42 -0
- package/cjs/icons/components/TransportIcon.js +42 -0
- package/cjs/icons/components/TrashcanIcon.js +42 -0
- package/cjs/icons/components/TrophyIcon.js +42 -0
- package/cjs/icons/components/TruckIcon.js +42 -0
- package/cjs/icons/components/UmbrellaIcon.js +42 -0
- package/cjs/icons/components/ValuationIcon.js +42 -0
- package/cjs/icons/components/ValueIcon.js +47 -0
- package/cjs/icons/components/WarningIcon.js +42 -0
- package/cjs/icons/components/YoutubeIcon.js +42 -0
- package/cjs/icons/components/index.js +320 -0
- package/cjs/index.js +438 -0
- package/cjs/react-app-env.d.js +2 -0
- package/cjs/shared/constants.js +7 -0
- package/cjs/shared/helpers.js +28 -0
- package/cjs/shared/helpers.spec.js +36 -0
- package/cjs/shared/media-queries.js +41 -0
- package/cjs/styled.d.js +4 -0
- package/cjs/theme.js +125 -0
- package/cjs/typography/BodyText/index.js +66 -0
- package/cjs/typography/ButtonText/index.js +48 -0
- package/cjs/typography/Heading/index.js +92 -0
- package/cjs/utils/utils.js +33 -0
- package/esm/ColorCard.js +40 -0
- package/esm/ElevationCard.js +27 -0
- package/esm/Interfaces.js +1 -0
- package/esm/Types.js +1 -0
- package/esm/components/Accordion/index.js +115 -0
- package/esm/components/Badge/index.js +69 -0
- package/esm/components/Button/index.js +161 -0
- package/esm/components/Card/index.js +19 -0
- package/esm/components/CheckBox/index.js +100 -0
- package/esm/components/Chip/index.js +90 -0
- package/esm/components/DayPicker/DayPickerNavBar.js +52 -0
- package/esm/components/DayPicker/index.js +66 -0
- package/esm/components/DayPicker/localeUtils.js +52 -0
- package/esm/components/Dialog/index.js +79 -0
- package/esm/components/ErrorMessage/index.js +22 -0
- package/esm/components/FieldLabel.js +51 -0
- package/esm/components/Header/Hamburger.js +47 -0
- package/esm/components/Header/Link.js +45 -0
- package/esm/components/Header/index.js +109 -0
- package/esm/components/Hero/index.js +56 -0
- package/esm/components/Icon/index.js +107 -0
- package/esm/components/IconButton.js +122 -0
- package/esm/components/Icons/Arrow.js +12 -0
- package/esm/components/Icons/CheckCircle.js +12 -0
- package/esm/components/Icons/CheckIcon.js +12 -0
- package/esm/components/Icons/Close.js +12 -0
- package/esm/components/Icons/ErrorCircle.js +12 -0
- package/esm/components/Icons/InfoCircle.js +12 -0
- package/esm/components/InlineStepper/Step.js +107 -0
- package/esm/components/InlineStepper/StepCircle.js +85 -0
- package/esm/components/InlineStepper/index.js +43 -0
- package/esm/components/ListItem/Bacon.js +12 -0
- package/esm/components/ListItem/index.js +48 -0
- package/esm/components/Logo/LogoEn.js +31 -0
- package/esm/components/Logo/LogoSv.js +31 -0
- package/esm/components/Logo/index.js +23 -0
- package/esm/components/MenuItem/index.js +90 -0
- package/esm/components/Modal/index.js +128 -0
- package/esm/components/NotificationButton/index.js +31 -0
- package/esm/components/OffCanvas/Overlay.js +61 -0
- package/esm/components/OffCanvas/index.js +124 -0
- package/esm/components/OffCanvas/useClickOutside.js +17 -0
- package/esm/components/RadioButton/index.js +139 -0
- package/esm/components/Range/index.js +73 -0
- package/esm/components/Select/components/test-icon.js +12 -0
- package/esm/components/Select/index.js +215 -0
- package/esm/components/Snackbar/index.js +146 -0
- package/esm/components/Spinner/index.js +60 -0
- package/esm/components/Stepper/index.js +52 -0
- package/esm/components/StepperAccordion/index.js +124 -0
- package/esm/components/Tabs/index.js +61 -0
- package/esm/components/TextArea/index.js +111 -0
- package/esm/components/Textfield/index.js +121 -0
- package/esm/components/TimePicker/index.js +40 -0
- package/esm/components/TimePicker/testHelper.js +12 -0
- package/esm/components/Toggle/index.js +75 -0
- package/esm/icons/components/AccountCreateIcon.js +22 -0
- package/esm/icons/components/AccountIcon.js +18 -0
- package/esm/icons/components/AccountLoginIcon.js +24 -0
- package/esm/icons/components/ArrowDownIcon.js +18 -0
- package/esm/icons/components/ArrowLeftIcon.js +16 -0
- package/esm/icons/components/ArrowLeftSharpIcon.js +18 -0
- package/esm/icons/components/ArrowLeftSmallIcon.js +18 -0
- package/esm/icons/components/ArrowLong.js +19 -0
- package/esm/icons/components/ArrowRestartIcon.js +18 -0
- package/esm/icons/components/ArrowRightIcon.js +16 -0
- package/esm/icons/components/ArrowRightSharpIcon.js +18 -0
- package/esm/icons/components/ArrowUpIcon.js +18 -0
- package/esm/icons/components/AuctionIcon.js +16 -0
- package/esm/icons/components/BackArrowIcon.js +16 -0
- package/esm/icons/components/Baseline360Icon.js +19 -0
- package/esm/icons/components/BellIcon.js +16 -0
- package/esm/icons/components/BidIcon.js +16 -0
- package/esm/icons/components/BidKrIcon.js +22 -0
- package/esm/icons/components/BreaksIcon.js +16 -0
- package/esm/icons/components/BuyCarIcon.js +16 -0
- package/esm/icons/components/CabIcon.js +18 -0
- package/esm/icons/components/CalendarIcon.js +25 -0
- package/esm/icons/components/CameraIcon.js +16 -0
- package/esm/icons/components/Car360Icon.js +41 -0
- package/esm/icons/components/CarFrontIcon.js +16 -0
- package/esm/icons/components/CarSearchIcon.js +16 -0
- package/esm/icons/components/CarSideIcon.js +16 -0
- package/esm/icons/components/CarTiresIcon.js +16 -0
- package/esm/icons/components/CaravanIcon.js +16 -0
- package/esm/icons/components/CardViewIcon.js +42 -0
- package/esm/icons/components/CarloanIcon.js +18 -0
- package/esm/icons/components/CertifiedIcon.js +26 -0
- package/esm/icons/components/ChatIcon.js +17 -0
- package/esm/icons/components/CheckIcon.js +17 -0
- package/esm/icons/components/CheckThinIcon.js +17 -0
- package/esm/icons/components/CheckmarkFilledIcon.js +16 -0
- package/esm/icons/components/CheckmarkIcon.js +16 -0
- package/esm/icons/components/ClipboardFilledIcon.js +16 -0
- package/esm/icons/components/ClipboardIcon.js +16 -0
- package/esm/icons/components/ClockFilledIcon.js +18 -0
- package/esm/icons/components/ClockIcon.js +17 -0
- package/esm/icons/components/CloseIcon.js +17 -0
- package/esm/icons/components/CloseThinIcon.js +18 -0
- package/esm/icons/components/CoffeeIcon.js +17 -0
- package/esm/icons/components/CombiIcon.js +18 -0
- package/esm/icons/components/CommentCircleFilledIcon.js +22 -0
- package/esm/icons/components/CommentCircleIconIcon.js +20 -0
- package/esm/icons/components/CommentIcon.js +20 -0
- package/esm/icons/components/ContactIcon.js +20 -0
- package/esm/icons/components/CoupeIcon.js +18 -0
- package/esm/icons/components/CreditCardIcon.js +17 -0
- package/esm/icons/components/CrossCircleIcon.js +16 -0
- package/esm/icons/components/CrownIcon.js +17 -0
- package/esm/icons/components/DealmakerIcon.js +22 -0
- package/esm/icons/components/DeliveryIcon.js +25 -0
- package/esm/icons/components/DetailedSearchIcon.js +17 -0
- package/esm/icons/components/EcoFriendlyIcon.js +20 -0
- package/esm/icons/components/EditIcon.js +17 -0
- package/esm/icons/components/EngineIcon.js +16 -0
- package/esm/icons/components/EnglandFlagIcon.js +34 -0
- package/esm/icons/components/EvaluationIcon.js +20 -0
- package/esm/icons/components/ExaminationMarkFilledIcon.js +16 -0
- package/esm/icons/components/ExaminationMarkIcon.js +16 -0
- package/esm/icons/components/ExteriorIcon.js +16 -0
- package/esm/icons/components/EyeIcon.js +22 -0
- package/esm/icons/components/FacebookBtnIcon.js +16 -0
- package/esm/icons/components/FacebookIcon.js +18 -0
- package/esm/icons/components/FatalIcon.js +18 -0
- package/esm/icons/components/FavouriteIcon.js +16 -0
- package/esm/icons/components/FavouriteSolidIcon.js +16 -0
- package/esm/icons/components/FilterIcon.js +18 -0
- package/esm/icons/components/FinanceIcon.js +16 -0
- package/esm/icons/components/FindCarIcon.js +16 -0
- package/esm/icons/components/FixedMonthlyCostIcon.js +22 -0
- package/esm/icons/components/FlagIcon.js +16 -0
- package/esm/icons/components/FlexibilityIcon.js +22 -0
- package/esm/icons/components/ForumLargeIcon.js +16 -0
- package/esm/icons/components/ForumSmallIcon.js +16 -0
- package/esm/icons/components/GavelIcon.js +18 -0
- package/esm/icons/components/GearboxIcon.js +18 -0
- package/esm/icons/components/GiftIcon.js +32 -0
- package/esm/icons/components/GridViewIcon.js +16 -0
- package/esm/icons/components/GroupIcon.js +53 -0
- package/esm/icons/components/GuaranteeIcon.js +16 -0
- package/esm/icons/components/GuaranteeLargeIcon.js +16 -0
- package/esm/icons/components/GuaranteeSmallIcon.js +16 -0
- package/esm/icons/components/HalfCombiIcon.js +18 -0
- package/esm/icons/components/HamburgerIcon.js +16 -0
- package/esm/icons/components/HandshakeIcon.js +16 -0
- package/esm/icons/components/HelpingHandIcon.js +34 -0
- package/esm/icons/components/IdIcon.js +19 -0
- package/esm/icons/components/InformationIcon.js +16 -0
- package/esm/icons/components/InstagramIcon.js +23 -0
- package/esm/icons/components/InsuranceIcon.js +16 -0
- package/esm/icons/components/InteriorIcon.js +18 -0
- package/esm/icons/components/InteriorThinIcon.js +18 -0
- package/esm/icons/components/InternationalIcon.js +24 -0
- package/esm/icons/components/KvdTestIcon.js +16 -0
- package/esm/icons/components/KvdVenueIcon.js +16 -0
- package/esm/icons/components/LifebuoyIcon.js +16 -0
- package/esm/icons/components/LiftTruckIcon.js +16 -0
- package/esm/icons/components/LinkedInIcon.js +16 -0
- package/esm/icons/components/ListViewIcon.js +38 -0
- package/esm/icons/components/MailIcon.js +18 -0
- package/esm/icons/components/MinibusIcon.js +18 -0
- package/esm/icons/components/MinivanIcon.js +19 -0
- package/esm/icons/components/MobileIcon.js +26 -0
- package/esm/icons/components/MotorcycleIcon.js +48 -0
- package/esm/icons/components/MrfLogoIcon.js +27 -0
- package/esm/icons/components/NotFoundIcon.js +16 -0
- package/esm/icons/components/OverbidIcon.js +18 -0
- package/esm/icons/components/PdfIconIcon.js +16 -0
- package/esm/icons/components/PhoneIcon.js +18 -0
- package/esm/icons/components/PickUpIcon.js +16 -0
- package/esm/icons/components/PinIcon.js +16 -0
- package/esm/icons/components/PlayIcon.js +16 -0
- package/esm/icons/components/Pricetag.js +25 -0
- package/esm/icons/components/PricetagFilledKronaIcon.js +21 -0
- package/esm/icons/components/PrivateCarIcon.js +16 -0
- package/esm/icons/components/ProfileCircleIcon.js +16 -0
- package/esm/icons/components/ProfileIcon.js +16 -0
- package/esm/icons/components/RadioIcon.js +28 -0
- package/esm/icons/components/ReclamationIcon.js +16 -0
- package/esm/icons/components/ReleasingIcon.js +22 -0
- package/esm/icons/components/RemoveFilterIcon.js +16 -0
- package/esm/icons/components/ReservedPriceIcon.js +16 -0
- package/esm/icons/components/ResultIcon.js +16 -0
- package/esm/icons/components/SafePaymentIcon.js +16 -0
- package/esm/icons/components/SaleTagIcon.js +16 -0
- package/esm/icons/components/SearchCheckIcon.js +22 -0
- package/esm/icons/components/SearchIcon.js +16 -0
- package/esm/icons/components/SedanIcon.js +18 -0
- package/esm/icons/components/SellCarIcon.js +16 -0
- package/esm/icons/components/SellCarsIcon.js +16 -0
- package/esm/icons/components/ServiceIcon.js +21 -0
- package/esm/icons/components/ShareIcon.js +42 -0
- package/esm/icons/components/ShieldIcon.js +16 -0
- package/esm/icons/components/SignInIcon.js +16 -0
- package/esm/icons/components/SignOutIcon.js +16 -0
- package/esm/icons/components/SpeedMeterIcon.js +18 -0
- package/esm/icons/components/StarCircleIcon.js +16 -0
- package/esm/icons/components/StartIcon.js +24 -0
- package/esm/icons/components/StoreIcon.js +16 -0
- package/esm/icons/components/SuvIcon.js +18 -0
- package/esm/icons/components/SwedenFlag.js +24 -0
- package/esm/icons/components/TankIcon.js +26 -0
- package/esm/icons/components/TireIcon.js +16 -0
- package/esm/icons/components/TransportIcon.js +16 -0
- package/esm/icons/components/TrashcanIcon.js +16 -0
- package/esm/icons/components/TrophyIcon.js +16 -0
- package/esm/icons/components/TruckIcon.js +16 -0
- package/esm/icons/components/UmbrellaIcon.js +16 -0
- package/esm/icons/components/ValuationIcon.js +16 -0
- package/esm/icons/components/ValueIcon.js +21 -0
- package/esm/icons/components/WarningIcon.js +16 -0
- package/esm/icons/components/YoutubeIcon.js +16 -0
- package/esm/icons/components/index.js +157 -0
- package/esm/index.js +220 -0
- package/esm/react-app-env.d.js +1 -0
- package/esm/shared/constants.js +3 -0
- package/esm/shared/helpers.js +23 -0
- package/esm/shared/helpers.spec.js +34 -0
- package/esm/shared/media-queries.js +35 -0
- package/esm/styled.d.js +1 -0
- package/esm/theme.js +121 -0
- package/esm/typography/BodyText/index.js +48 -0
- package/esm/typography/ButtonText/index.js +33 -0
- package/esm/typography/Heading/index.js +76 -0
- package/esm/utils/utils.js +28 -0
- package/package.json +11 -5
- package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
- package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
- package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
- package/{Types.d.ts → types/Types.d.ts} +0 -0
- package/{components → types/components}/Accordion/index.d.ts +0 -0
- package/{components → types/components}/Badge/index.d.ts +0 -0
- package/{components → types/components}/Button/index.d.ts +0 -0
- package/{components → types/components}/Card/index.d.ts +0 -0
- package/{components → types/components}/CheckBox/index.d.ts +0 -0
- package/{components → types/components}/Chip/index.d.ts +0 -0
- package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
- package/{components → types/components}/DayPicker/index.d.ts +0 -0
- package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
- package/{components → types/components}/Dialog/index.d.ts +0 -0
- package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
- package/{components → types/components}/FieldLabel.d.ts +0 -0
- package/{components → types/components}/Header/Hamburger.d.ts +0 -0
- package/{components → types/components}/Header/Link.d.ts +0 -0
- package/{components → types/components}/Header/index.d.ts +0 -0
- package/{components → types/components}/Hero/index.d.ts +0 -0
- package/{components → types/components}/Icon/index.d.ts +0 -0
- package/{components → types/components}/IconButton.d.ts +0 -0
- package/{components → types/components}/Icons/Arrow.d.ts +0 -0
- package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
- package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
- package/{components → types/components}/Icons/Close.d.ts +0 -0
- package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
- package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
- package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
- package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
- package/{components → types/components}/InlineStepper/index.d.ts +0 -0
- package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
- package/{components → types/components}/ListItem/index.d.ts +0 -0
- package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
- package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
- package/{components → types/components}/Logo/index.d.ts +0 -0
- package/{components → types/components}/MenuItem/index.d.ts +0 -0
- package/{components → types/components}/Modal/index.d.ts +0 -0
- package/{components → types/components}/NotificationButton/index.d.ts +0 -0
- package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
- package/{components → types/components}/OffCanvas/index.d.ts +0 -0
- package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
- package/{components → types/components}/RadioButton/index.d.ts +0 -0
- package/{components → types/components}/Range/index.d.ts +0 -0
- package/types/components/Select/components/test-icon.d.ts +1 -0
- package/{components → types/components}/Select/index.d.ts +0 -0
- package/{components → types/components}/Snackbar/index.d.ts +0 -0
- package/{components → types/components}/Spinner/index.d.ts +0 -0
- package/{components → types/components}/Stepper/index.d.ts +0 -0
- package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
- package/{components → types/components}/Tabs/index.d.ts +0 -0
- package/{components → types/components}/TextArea/index.d.ts +0 -0
- package/{components → types/components}/Textfield/index.d.ts +0 -0
- package/{components → types/components}/TimePicker/index.d.ts +0 -0
- package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
- package/{components → types/components}/Toggle/index.d.ts +0 -0
- package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
- package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
- package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
- package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
- package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
- package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
- package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
- package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
- package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
- package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
- package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
- package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
- package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
- package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
- package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
- package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
- package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
- package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
- package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
- package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
- package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
- package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
- package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
- package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
- package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
- package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
- package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
- package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
- package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
- package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
- package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
- package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
- package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
- package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
- package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
- package/{icons → types/icons}/components/index.d.ts +0 -0
- package/types/icons/template.d.ts +10 -0
- package/{index.d.ts → types/index.d.ts} +0 -0
- package/types/serviceWorker.d.ts +2 -0
- package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
- package/{shared → types/shared}/constants.d.ts +0 -0
- package/{shared → types/shared}/helpers.d.ts +0 -0
- package/{shared → types/shared}/media-queries.d.ts +0 -0
- package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
- package/{theme.d.ts → types/theme.d.ts} +3 -3
- package/{typography → types/typography}/BodyText/index.d.ts +0 -0
- package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
- package/{typography → types/typography}/Heading/index.d.ts +0 -0
- package/{utils → types/utils}/utils.d.ts +0 -0
- package/kvdbil-components.css +0 -224
- package/kvdbil-components.js +0 -1501
- package/kvdbil-components.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function GuaranteeSmallIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 24 26",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M9 24v2H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h16c1.7 0 3 1.3 3 3v6.9h-2V3c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v20c0 .5.5 1 1 1h6zM4 4h14v2H4V4zm0 4h14v2H4V8zm0 4h5v2H4v-2zm0 4h4v2H4v-2zm13 10c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm0-2c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm-1.1-4.3c0 .1 0 .1.1.1 0 0 .1 0 .1-.1.3-.2.7-.6 1.1-1.1l.3-.3c.4-.4.8-.9 1.2-1.3.2-.3.4-.5.5-.6l1.6 1.2c-.1.2-.3.4-.6.7-.4.5-.8.9-1.2 1.4l-.3.3c-1.4 1.5-2 2-2.7 2-.6 0-1-.3-1.6-.9-.1-.1-.3-.3-.4-.5-.2-.2-.4-.4-.6-.7-.1-.1-.2-.3-.2-.3l1.6-1.2c.1.1.1.2.2.3.2.2.4.5.5.7.1.1.3.2.4.3z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { GuaranteeSmallIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function HalfCombiIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M7.5 4.75c-2.258 0-4.083 1.078-5.326 2.57C.94 8.8.25 10.72.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.826-.216-.203H13v.75-.75H7.5zm13.5 9.5h.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.797H7.5c-1.742 0-3.167.822-4.174 2.03C2.31 9.5 1.75 11.081 1.75 12.5c0 .656.131 1.03.273 1.244a.984.984 0 00.48.38 2.798 2.798 0 00-.003.126m13 0a2.75 2.75 0 115.5 0m-5.5 0H8a2.75 2.75 0 00-5.5 0m2.75 1.25a1.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"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { HalfCombiIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function HamburgerIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 16 12",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M0 0h16v2H0zM0 5h16v2H0zM0 10h16v2H0z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { HamburgerIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function HandshakeIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 64 60",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M4.7 31.2C-2 23.6-1.5 12 6 5c7.4-6.9 19-6.6 26.1.6l.4-.4c7.6-7.1 19.4-6.7 26.5.9 7 7.6 6.6 19.5-1 26.5L56.5 31c6.7-6.2 7.1-16.7.9-23.4C51.1.9 40.7.6 34 6.8l-10.5 9.8c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l9.1-8.4 1.4-1.4 19.5 21c2.1 2.3 2 5.8-.2 7.8-1.3 1.3-3.1 1.7-4.8 1.4.2 1.7-.4 3.4-1.7 4.7-1.3 1.2-3.1 1.7-4.7 1.4.2 1.6-.4 3.4-1.7 4.6-1.3 1.2-3.1 1.7-4.7 1.4.1 1.7-.5 3.4-1.8 4.6-2.2 2.1-5.7 2-7.8-.3l-1.5-1.6 1.7-1.5 1.5 1.6c1.2 1.4 3.3 1.4 4.6.2 1.4-1.2 1.4-3.3.2-4.7l-1.5-1.6 1.6-1.5 1.5 1.6c1.3 1.4 3.3 1.4 4.7.2 1.3-1.3 1.4-3.4.1-4.7L36 38.1l1.6-1.5 7.6 8.1c1.2 1.3 3.3 1.4 4.6.2 1.4-1.3 1.4-3.4.2-4.7l-7.5-8.1 1.6-1.5 7.5 8.1c1.2 1.3 3.3 1.4 4.7.1 1.3-1.2 1.4-3.3.1-4.7l-18-19.3-3.2 3-5.7 5.3c-2.2 2-5.7 1.9-7.8-.3-2-2.3-1.9-5.7.3-7.8l8.5-7.9C24.2.8 14 .5 7.5 6.7.9 12.8.4 23 6.3 29.7l5.2-4.9c2.3-2.1 5.8-2 7.8.2 2.1 2.3 2 5.8-.2 7.8l-6.5 6.1c-2.2 2-5.7 1.9-7.8-.3-1.9-2.1-1.9-5.3-.1-7.4zm6.4 6l6.5-6c1.3-1.2 1.4-3.3.1-4.7-1.2-1.3-3.3-1.4-4.7-.1l-6.4 6c-1.3 1.3-1.4 3.3-.2 4.7 1.3 1.3 3.4 1.4 4.7.1zm3.9-.6L13.5 35l4.1-3.8c2.2-2.1 5.7-1.9 7.7.3 2.1 2.2 2 5.7-.2 7.8L21 43.1l-1.5-1.6 4.1-3.8c1.3-1.3 1.4-3.4.1-4.7-1.2-1.3-3.3-1.4-4.6-.2L15 36.6zm5.3 4.1l1.5 1.6-3.2 3c-2.2 2.1-5.7 2-7.8-.2-2-2.3-1.9-5.8.3-7.9l3.2-3 1.5 1.7-3.2 3c-1.3 1.2-1.4 3.3-.1 4.6 1.2 1.4 3.3 1.5 4.6.2l3.2-3zm.7 2.4l-1.5-1.6 4.1-3.8c2.2-2.1 5.7-2 7.8.3 2 2.2 1.9 5.7-.3 7.8L27 49.5l-1.5-1.6 4.1-3.8c1.3-1.2 1.4-3.3.1-4.6-1.2-1.4-3.3-1.4-4.6-.2L21 43.1zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 1.9-7.7-.3-2.1-2.2-2-5.7.2-7.8l3.2-3 1.5 1.6-3.2 3c-1.3 1.3-1.4 3.4-.1 4.7 1.2 1.3 3.3 1.4 4.6.2l3.3-3zm.6 2.3l-1.5-1.6 4.1-3.8c2.2-2 5.7-1.9 7.8.3 2 2.2 1.9 5.7-.3 7.8l-4 3.8-1.6-1.6 4.1-3.8c1.3-1.2 1.4-3.3.2-4.7-1.3-1.3-3.4-1.4-4.7-.1L27 49.5zm5.4 4.1l1.5 1.6-3.3 3c-2.2 2.1-5.7 2-7.7-.2-2.1-2.3-2-5.8.2-7.8l3.3-3 1.5 1.6-3.3 3c-1.3 1.2-1.4 3.3-.1 4.7 1.2 1.3 3.3 1.4 4.6.1l3.3-3z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { HandshakeIcon as default };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function HelpingHandIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 56 56",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "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"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M36.75 33.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 33c-.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.74c.02.129.069.251.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.93.93 0 00.14-.36l.3-1.74c.09-.794-.005-1.6-.28-2.35a.77.77 0 00.57-.82zM23.5 31.21a2.14 2.14 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-.03zM12.704 22.078a7.359 7.359 0 01-.754.448 4.587 4.587 0 01-.853.348c-.696.192-.854.099-.854-.725 0-.866 1.93-2.012 5.087-2.987a44.98 44.98 0 013.815-.982 49.664 49.664 0 011.73-.338l-.258-1.58a50.965 50.965 0 00-1.8.351c-1.345.29-2.69.628-3.95 1.018-3.902 1.206-6.207 2.574-6.207 4.518 0 1.988 1.232 2.716 2.853 2.27a6.116 6.116 0 001.155-.465 8.11 8.11 0 00.945-.565l-.909-1.31z"
|
|
19
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M12.523 28.835a3.433 3.433 0 01-1.263-.057c-.662-.168-.987-.523-.987-1.291 0-1.988 7.306-8.351 11.117-9.852l-.575-1.492c-4.362 1.718-12.124 8.48-12.124 11.344 0 1.562.864 2.508 2.183 2.844a4.928 4.928 0 001.905.084l-.256-1.58z"
|
|
23
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M15.59 30.884c.004-.008-.006.01-.031.046a1.205 1.205 0 01-.209.224c-.265.223-.625.36-1.125.36-1.063 0-1.532-1.562-.904-4.075.736-2.948 2.721-5.98 5.4-7.867l-.905-1.314c-3 2.114-5.203 5.478-6.03 8.79-.841 3.371-.032 6.067 2.44 6.067.876 0 1.592-.272 2.136-.73.34-.286.551-.584.66-.818l-1.431-.683z"
|
|
27
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M46.563 14.528c-.067.038-.183.107-.342.207a21.27 21.27 0 00-3.462 2.736c-2.416 2.366-3.883 5.004-3.883 7.867 0 5.879-.085 6.183-1.395 6.183-.965 0-1.2-.653-1.316-3.447a36.35 36.35 0 00-.097-1.755c-.37-4.356-2.252-6.666-7.1-6.666-6.171 0-8.913 2.34-9.547 6.591-.116.776-.15 1.355-.193 2.688-.01.318-.016.49-.025.672-.053 1.17-.704 1.87-1.747 1.87-1.177 0-1.88-2.6-1.27-5.967.704-3.89 2.791-7.091 5.627-8.035 2.592-.862 11.426-3.485 13.1-4.079 1.166-.414 2.111-.805 2.892-1.207l-.717-1.426c-.71.365-1.593.73-2.7 1.123-1.625.577-10.439 3.194-13.069 4.069-3.479 1.157-5.892 4.858-6.69 9.267-.767 4.23.214 7.855 2.827 7.855 1.927 0 3.237-1.406 3.328-3.396.01-.192.015-.37.026-.695.04-1.27.073-1.808.176-2.5.516-3.461 2.587-5.23 7.982-5.23 3.916 0 5.216 1.597 5.523 5.203.04.462.057.803.093 1.685.072 1.735.147 2.453.417 3.207.408 1.135 1.235 1.773 2.48 1.773 1.457 0 2.278-.509 2.651-1.837.277-.987.327-2.169.327-5.945 0-2.352 1.264-4.625 3.4-6.718a19.706 19.706 0 013.197-2.526c.14-.088.237-.146.284-.173l-.777-1.394z"
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export { HelpingHandIcon as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function IdIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 23 16",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M1.9 0h18.6c1.1 0 1.9.7 1.9 1.6v12.8c0 .9-.8 1.6-1.9 1.6H1.9C.8 16 0 15.3 0 14.4V1.6C0 .7.8 0 1.9 0zm-.5 1.4v13.2H21V1.4H1.4z"
|
|
13
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
14
|
+
d: "M7.3 3.2v9.6H5.4V3.2h1.9zm9.5 7.3c-.4.7-1 1.3-1.7 1.7-.8.4-1.7.6-2.7.6H9V3.2h3.4c1 0 1.9.2 2.7.6.7.4 1.3 1 1.7 1.7.4.7.6 1.5.6 2.5 0 .9-.2 1.8-.6 2.5zm-2.2-.2c.6-.6.9-1.3.9-2.3 0-1-.3-1.8-.9-2.3-.5-.5-1.3-.8-2.4-.8h-1.3v6.2h1.3c1.1 0 1.9-.3 2.4-.8z",
|
|
15
|
+
opacity: 0.9
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { IdIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function InformationIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
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-1-12h2v8h-2v-8zm0-4h2v2h-2V6z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { InformationIcon as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function InstagramIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M12 2.163c3.204 0 3.584.012 4.85.07 1.169.053 1.804.248 2.227.413.522.192.994.499 1.382.897.399.388.705.86.897 1.382.165.423.36 1.058.413 2.228.058 1.265.07 1.645.07 4.85 0 3.204-.012 3.583-.07 4.848-.053 1.17-.248 1.806-.413 2.229a3.972 3.972 0 01-2.277 2.277c-.423.164-1.059.36-2.228.413-1.266.058-1.645.07-4.85.07-3.204 0-3.584-.012-4.849-.07-1.17-.053-1.805-.249-2.228-.413a3.719 3.719 0 01-1.381-.897 3.718 3.718 0 01-.898-1.382c-.164-.423-.36-1.058-.413-2.228-.058-1.265-.07-1.645-.07-4.85 0-3.204.013-3.583.07-4.848.053-1.17.249-1.806.413-2.229.192-.522.499-.994.898-1.381.387-.399.86-.706 1.38-.898.424-.164 1.06-.36 2.23-.413 1.264-.057 1.644-.07 4.848-.07L12 2.163zm.001-2.164C8.742 0 8.334.013 7.054.072 5.774.13 4.903.334 4.14.63a5.882 5.882 0 00-2.126 1.385A5.882 5.882 0 00.63 4.14c-.297.762-.5 1.635-.558 2.912C.014 8.33 0 8.742 0 12c0 3.259.014 3.668.072 4.947.059 1.28.261 2.15.558 2.912.301.801.773 1.526 1.384 2.126.6.61 1.325 1.083 2.126 1.384.763.297 1.636.5 2.913.558 1.277.058 1.689.073 4.948.073 3.26 0 3.668-.014 4.948-.073 1.28-.058 2.148-.26 2.91-.558a6.136 6.136 0 003.51-3.51c.298-.762.5-1.635.559-2.912.058-1.278.072-1.69.072-4.948 0-3.26-.014-3.668-.072-4.948-.059-1.28-.261-2.149-.558-2.91a5.883 5.883 0 00-1.385-2.126A5.882 5.882 0 0019.86.63c-.762-.296-1.635-.499-2.912-.557C15.67.015 15.259.001 12 .001l.001-.002z"
|
|
13
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
14
|
+
d: "M12 5.839a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zm0 10.163A4 4 0 1112 8a4 4 0 010 8.002zM18.406 7.035a1.44 1.44 0 100-2.88 1.44 1.44 0 000 2.88z"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
16
|
+
id: "instagram-icon_svg__clip0"
|
|
17
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
18
|
+
fill: "#fff",
|
|
19
|
+
d: "M0 0h24v24H0z"
|
|
20
|
+
}))));
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { InstagramIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function InsuranceIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 64 64",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M40.3 45.8c.8-.1 1.7 0 1.7 1 0 .5-.3.8-.7.9.4.9.5 1.9.4 2.7l-.4 2c0 .1-.1.3-.1.4V54c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-.6H26.2v.6c0 .6-.5 1-1 1h-1.4c-.5 0-1-.5-1-1v-1.2c0-.1-.1-.3-.1-.4l-.4-2c-.1-.8 0-1.8.4-2.7-.4-.1-.7-.4-.7-.9 0-1 .9-1.1 1.7-1v-.1l1.7-2.9c.7-1 2.1-1.8 3.3-1.8h6.6c1.2 0 2.6.8 3.3 1.8l1.7 2.9v.1zm-1.8.1l-1.4-2.2c-.3-.6-1.1-1.1-1.8-1.1h-6.6c-.7 0-1.5.5-1.8 1.1l-1.4 2.2h13zm-9.9-24.4c-2.6 1.2-4.5 3.7-4.8 6.7h2.9c.2-2.6.8-5 1.9-6.7zm6.8 0c1.1 1.7 1.7 4.1 1.9 6.7h2.9c-.3-3-2.2-5.5-4.8-6.7zm-2.6 8.3V35c0 1.2 1 2.2 2.2 2.2 1.2 0 2.2-1 2.2-2.2h1.6c0 2.1-1.7 3.8-3.8 3.8-2.1 0-3.8-1.7-3.8-3.8v-5.2h-9V29c0-5.4 4.4-9.8 9.8-9.8s9.8 4.4 9.8 9.8v.8h-9zM32 0c17.7 0 32 14.3 32 32S49.7 64 32 64 0 49.7 0 32 14.3 0 32 0zm0 2C15.5 2 2 15.5 2 32s13.5 30 30 30 30-13.5 30-30S48.5 2 32 2zm-3.7 26.2h7.4c-.2-4.2-1.9-7.4-3.7-7.4-1.8 0-3.5 3.2-3.7 7.4zm-2.5 22.7c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm12.5 0c.6 0 1.2-.6 1.2-1.3 0-.6-.6-1.2-1.2-1.2-.7 0-1.3.6-1.3 1.2 0 .7.6 1.3 1.3 1.3zm-8.8-.8v.8h5v-.8h-5zM21 11c0-.6.4-1 1-1s1 .4 1 1v9c0 .6-.4 1-1 1s-1-.4-1-1v-9zm-6 6c0-.6.4-1 1-1s1 .5 1 1v6c0 .6-.4 1-1 1s-1-.5-1-1v-6zm0 10c0-.6.4-1 1-1s1 .4 1 1v1c0 .6-.4 1-1 1s-1-.4-1-1v-1zm5 6c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1s-1-.4-1-1v-3zm-5 1c0-.6.4-1 1-1s1 .4 1 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7zm28-23v9c0 .6-.4 1-1 1s-1-.4-1-1v-9c0-.6.4-1 1-1s1 .4 1 1zm-7-1v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm-7 0v5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1zm20 7v6c0 .5-.4 1-1 1s-1-.4-1-1v-6c0-.5.4-1 1-1s1 .4 1 1zm0 10v1c0 .6-.4 1-1 1s-1-.4-1-1v-1c0-.6.4-1 1-1s1 .4 1 1zm-5 6v3c0 .6-.4 1-1 1s-1-.4-1-1v-3c0-.6.4-1 1-1s1 .4 1 1zm5 1v7c0 .6-.4 1-1 1s-1-.4-1-1v-7c0-.6.4-1 1-1s1 .4 1 1z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { InsuranceIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function InteriorIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 32",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M22 26c1.2-1.2 1.9-2.8 1.8-4.4 0-.5 0-1.5-.1-3-.2-2.1-.5-4.1-.9-5.8-1-4-2.5-6.6-4.5-7.9 0-.1 0-.1.1-.2.2-.8.1-1.5-.2-2.2C17.4.8 15.4 0 12 0S6.7.8 6 2.5c-.3.7-.4 1.4-.3 2.2 0 .1 0 .2.1.2-2.1 1.3-3.6 3.9-4.6 7.8-.5 1.8-.8 3.8-1 6-.1.7-.1 1.4-.1 2v.8C0 23.1.7 24.8 2 26c-.3 0-.6.2-.8.5-.4.5-.1 1.1 0 1.3l1 2.3c.4 1 1.7 1.8 2.8 1.8h14.2c1.1 0 2.4-.8 2.8-1.8l1-2.3c.1-.2.3-.8 0-1.3-.4-.3-.8-.5-1-.5zm-4.3 0H6.3L8.8 6h6.5l2.4 20zm3.1-12.7c.4 1.7.7 3.5.8 5.5.1 1 .1 2 .1 2.8v.2c.1 1.3-.9 2.9-2.1 3.6L17.4 6.7c1.5 1.1 2.6 3.3 3.4 6.6zm-13-10C8.2 2.5 9.7 2 12 2c2.4 0 3.9.5 4.2 1.3.1.2.1.4.1.7h-.7l-.6-.2V4H9v-.2l-.7.2h-.6c0-.2 0-.5.1-.7zm-2 1.6zM2.1 21.5v-.7c0-.6.1-1.2.1-1.9.2-2.1.5-3.9.9-5.6.8-3.3 2-5.5 3.6-6.5L4.3 25.3C3 24.7 1.9 23 2 21.6l.1-.1zM2 27.4l.9-.4v.1l-.9.3zm18.1 2c-.1.3-.7.6-1 .6H4.9c-.3 0-.8-.3-1-.6L3.4 28h17.3l-.6 1.4z"
|
|
13
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
14
|
+
d: "M11 23h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1zM11 19h2c.6 0 1-.4 1-1s-.4-1-1-1h-2c-.6 0-1 .4-1 1s.4 1 1 1z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { InteriorIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function InteriorThinIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 25",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M7.816 3.883c0 .66.534 1.194 1.193 1.194h5.253c.659 0 1.193-.535 1.193-1.194 0-1.684-.74-3.82-3.383-3.82h-.873c-2.643 0-3.383 2.136-3.383 3.82zm6.109-.5c.01.276-.218.5-.494.5H9.847a.488.488 0 01-.493-.5c.037-.993.277-1.792 1.849-1.792h.873c1.571 0 1.812.799 1.848 1.792zM4.76 8.721c0-1.933 1.878-3.183 3.82-3.183h6.111c1.942 0 3.82 1.25 3.816 3.104l.768 8.037a2.89 2.89 0 01-1.121 2.32h.087a1 1 0 01.965 1.263l-.446 1.639c-.362 1.333-1.813 2.372-3.308 2.372H7.827c-1.498 0-2.946-1.037-3.309-2.372l-.445-1.639A1 1 0 015.038 19h.092c-.695-.559-1.132-1.373-1.13-2.4l.76-7.879zm12.99 8.037l-.767-8.037c0-.662-.636-1.24-1.472-1.478l-7.751.001c-.837.24-1.473.834-1.476 1.556l-.76 7.879c0 .748.636 1.327 1.578 1.521h9.067c.942-.19 1.579-.758 1.582-1.442zm-3.182-.525h.549a1 1 0 00.994-1.1l-.648-6.404a1 1 0 00-.994-.899H14.1l.467 8.403zM9.178 7.83H8.81a1 1 0 00-.995.9l-.648 6.403a1 1 0 00.995 1.1h.549l.467-8.403zM5.811 20.62a.517.517 0 01.51-.62H16.78c.329 0 .575.3.51.62l-.19.908-.002.01c-.107.422-.39.781-.713 1.03-.325.25-.747.433-1.185.433H7.9c-.439 0-.86-.182-1.185-.432-.325-.25-.606-.61-.713-1.03L6 21.528l-.19-.91z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { InteriorThinIcon as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function InternationalIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 56 56",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "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"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
d: "M23.88 39.78a11.329 11.329 0 01-3.65-5.15H24c.14-.595.32-1.18.54-1.75h-4.9a22.994 22.994 0 01-.81-5.27h7v2.75a12.795 12.795 0 011.76-2.12v-.63h.7A12.86 12.86 0 0131 25.85h-3.4v-5.27h6.2c.372 1.358.62 2.747.74 4.15.578-.1 1.163-.16 1.75-.18a24.573 24.573 0 00-.64-4h3.71a14.082 14.082 0 011.31 4.58c.818.253 1.609.588 2.36 1a16 16 0 10-18.27 16.62 12.883 12.883 0 01-.88-2.97zm9.46-25.45a14.001 14.001 0 015 4.5h-3.21a15.49 15.49 0 00-2.71-4.95c.31.12.58.29.92.45zm-5.74-1.56c2.3.48 4.33 2.78 5.61 6.06H27.6v-6.06zm-1.76 13.08h-7c.065-1.782.337-3.55.81-5.27h6.2l-.01 5.27zm0-13.08v6.06h-5.61c1.28-3.28 3.32-5.58 5.61-6.06zM21 13.89a15.13 15.13 0 00-2.7 4.94h-3.19A13.94 13.94 0 0121 13.89zm-6.93 6.69h3.7a24.93 24.93 0 00-.71 5.27H12.7a14 14 0 011.39-5.27h-.02zm-1.39 7h4.38c.048 1.777.286 3.544.71 5.27h-3.7a14 14 0 01-1.37-5.24l-.02-.03zm2.41 7h3.21a15.13 15.13 0 002.7 4.99 13.939 13.939 0 01-5.89-4.94l-.02-.05z"
|
|
17
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M45.62 34.65c0-.88-.82-.95-1.46-.87v-.05l-1.54-2.53a3.57 3.57 0 00-2.84-1.59H34a3.589 3.589 0 00-2.84 1.59l-1.54 2.53v.05c-.64-.08-1.46 0-1.46.87a.8.8 0 00.57.83 5.14 5.14 0 00-.28 2.35l.3 1.73a.932.932 0 00.14.36V41a.88.88 0 00.87.88h1.17a.89.89 0 00.88-.88v-.56H42V41a.89.89 0 00.88.88H44a.88.88 0 00.87-.88v-1.08c.07-.11.121-.232.15-.36l.29-1.73a5.14 5.14 0 00-.28-2.35.79.79 0 00.59-.83zm-13.25-2.71a2.14 2.14 0 011.63-.89h5.82a2.13 2.13 0 011.59.89l1.21 2H31.16l1.21-2zm-1 6.31a1.081 1.081 0 11.03 0h-.03zm7.66 0h-4.35v-.72h4.38l-.03.72zm3.28 0a1.08 1.08 0 11.03 0h-.03z"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { InternationalIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function KvdTestIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props
|
|
10
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
11
|
+
d: "M40.333 29.888c.727-.085 1.667-.003 1.667.987 0 .514-.253.783-.598.911.296.745.433 1.68.316 2.364l-.41 2.398a.948.948 0 01-.141.356v1.27a.837.837 0 01-.841.826h-1.652a.84.84 0 01-.84-.825v-.8H26.166v.8a.837.837 0 01-.841.825h-1.652a.84.84 0 01-.84-.825v-1.272a.94.94 0 01-.142-.355l-.41-2.398c-.117-.684.02-1.619.316-2.364-.345-.128-.598-.397-.598-.911 0-.99.94-1.072 1.667-.987v-.061l1.749-2.843c.634-1.03 2.046-1.817 3.258-1.817h6.652c1.214 0 2.623.785 3.258 1.817l1.75 2.843v.061zm-1.811.174l-1.357-2.204c-.332-.54-1.203-1.025-1.839-1.025h-6.652c-.634 0-1.508.487-1.839 1.025l-1.357 2.204h13.044zM32 0c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32C14.327 64 0 49.673 0 32 0 14.327 14.327 0 32 0zm0 2C15.458 2 2 15.458 2 32s13.458 30 30 30 30-13.458 30-30S48.542 2 32 2zm0 14c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm0 2c-7.72 0-14 6.28-14 14s6.28 14 14 14 14-6.28 14-14-6.28-14-14-14zm-9.984-2.335l-1.662.881-3.618-6.821 1.662-.882 1.587 2.993.667-4.189 2.176-1.154-1 4.901 4.62 1.921-2.14 1.134-3.89-1.796 1.598 3.012zm9.128-2.68l-2.627-7.76 2.002.03 1.83 5.91 1.997-5.856 2.003.03-2.85 7.68-2.355-.034zm13.332-4.858c1.091.573 1.822 1.359 2.192 2.36.368 1.001.289 2.007-.242 3.016-.53 1.011-1.311 1.65-2.347 1.918-1.036.269-2.098.117-3.19-.455l-2.406-1.262 3.587-6.839 2.406 1.262zm-3.663 5.184l.74.388c.637.334 1.24.402 1.808.203.567-.199 1.024-.627 1.367-1.282.346-.657.438-1.275.277-1.855-.159-.58-.556-1.037-1.193-1.371l-.74-.389-2.259 4.306zM14.28 44.223l.893-.756 3.222 3.804-.892.757-1.117-1.319-3.928 3.327-.994-1.174 3.927-3.327-1.11-1.312zm8.915 6.423l-.636.982-1.919-1.243-.738 1.14 1.691 1.097-.636.982-1.692-1.097-.798 1.231 1.92 1.243-.637.982-3.21-2.08 3.445-5.317 3.21 2.08zm3.925 2.585a.71.71 0 00-.495.039c-.144.07-.237.199-.282.386a.634.634 0 00.058.491c.083.14.207.262.37.366.163.103.348.209.554.317.205.108.407.227.604.357.197.13.371.275.521.435.15.159.255.358.315.598.06.239.054.508-.017.805-.124.52-.44.914-.953 1.184-.512.269-1.113.321-1.805.156-.69-.165-1.209-.465-1.553-.899-.343-.433-.442-.957-.296-1.569l1.593.38c-.076.5.116.806.577.915.216.052.4.036.55-.049a.579.579 0 00.286-.389.598.598 0 00-.063-.469 1.2 1.2 0 00-.37-.366 6.817 6.817 0 00-.553-.322 6.004 6.004 0 01-.603-.361 3.17 3.17 0 01-.52-.435 1.291 1.291 0 01-.317-.593c-.06-.24-.055-.505.014-.797.137-.572.46-.979.968-1.222.508-.242 1.094-.285 1.756-.126.662.158 1.162.437 1.498.835.337.397.436.923.3 1.575l-1.628-.389c.03-.228-.002-.416-.093-.564a.636.636 0 00-.416-.289zm4.597.766l-.121-1.164 4.96-.514.12 1.163-1.72.18.532 5.12-1.531.158-.53-5.12-1.71.177zm12.618 1.889l-.777-.805-2.045.98.144 1.11-1.478.709-.76-6.662 1.686-.81 4.713 4.766-1.483.712zm-2.98-1.046l1.348-.646-1.647-1.706.3 2.352zm4.692-8.185c.694-.73 1.476-1.13 2.346-1.198.87-.068 1.646.22 2.322.861.676.642 1.005 1.4.986 2.275-.018.875-.375 1.678-1.068 2.41l-1.53 1.613-4.585-4.347 1.53-1.614zm3.266 4.04l.47-.498c.406-.426.591-.885.562-1.377-.03-.49-.265-.945-.705-1.362-.439-.417-.906-.628-1.398-.632-.491-.004-.941.208-1.345.635l-.471.496 2.887 2.737zM9.75 27L11 28.25l-2.084 2.085-1.291 1.29a.53.53 0 000 .75L11 35.75 9.75 37l-3.375-3.375a2.3 2.3 0 010-3.25l1.157-1.157L9.75 27zm44.5 0l2.218 2.218 1.157 1.157a2.3 2.3 0 010 3.25L54.25 37 53 35.75l3.375-3.375a.53.53 0 000-.75l-1.29-1.29L53 28.25 54.25 27zm-28.5 7.938c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218s-1.25.546-1.25 1.219.56 1.218 1.25 1.218zm12.5 0c.69 0 1.25-.546 1.25-1.22 0-.672-.56-1.218-1.25-1.218S37 33.046 37 33.719s.56 1.218 1.25 1.218zm-8.75-.813v.813h5v-.813h-5z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { KvdTestIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function KvdVenueIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 64 59",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M6 57h7V27h38v30h7V17H6v40zm-2 0V2H0V0h64v2h-4v55h4v2H0v-2h4zm11 0h34V29H15v28zm43-42V2H6v13h52zm-26-3c-.5 0-1-.2-1.3-.6l-2.8-2.8 1-1.1 2.8 2.9c.2.1.4.1.6 0l2.8-2.9 1.1 1.1-2.8 2.8c-.4.4-.9.6-1.4.6zm4.2.8l-1.1-1.1 2.8-2.8c.2-.2.2-.5 0-.6l-2.8-2.9 1.1-1L39 7.2c.7.8.7 2 0 2.7l-2.8 2.9zm-8.3 0L25 9.9c-.7-.7-.7-1.9 0-2.7l2.9-2.8 1 1-2.8 2.9c-.2.1-.2.4 0 .6l2.8 2.8-1 1.1zM17 32h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2zm0 5h30v2H17v-2z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { KvdVenueIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function LifebuoyIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 26 26",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M13 26C5.8 26 0 20.2 0 13S5.8 0 13 0s13 5.8 13 13-5.8 13-13 13zm0-2c6.1 0 11-4.9 11-11S19.1 2 13 2 2 6.9 2 13s4.9 11 11 11zM8.7 10.4c.4-.6.9-1.1 1.5-1.5L6 3h2.5L12 8h2l3.5-5H20l-4.2 5.9c.6.4 1.1.9 1.5 1.5L24 7v2.2l-6 3v1.6l6 3V19l-6.7-3.4c-.4.6-.9 1.1-1.5 1.5L20 23h-2.5L14 18h-2l-3.5 5H6l4.2-5.9c-.6-.4-1.1-.9-1.5-1.5L2 19v-2.2l6-3v-1.6l-6-3V7l6.7 3.4zM13 16c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { LifebuoyIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function LiftTruckIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 24 16",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M21.1 14.1c-.4 1.1-1.4 1.9-2.6 1.9-1.2 0-2.3-.8-2.7-1.9H9.1C8.7 15.2 7.7 16 6.5 16c-1.2 0-2.3-.8-2.7-1.9H0V5.3L4.2 0h6v7.5H12V6l4.2-5h4.1v3.5c0 .5.4.9.9.9s1-.4 1-.8H24c0 1.4-1.2 2.6-2.8 2.6-1.5 0-2.7-1.2-2.7-2.6V2.8h-1.4l-3.3 3.8v.9H24v6.6h-2.9zM2.9 12.2H1.8V9.4h13.9V1.9h3.2L22.2 6v6.2h-2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8H8.2c-.4-1.1-1.5-1.8-2.7-1.8-1.2 0-2.2.7-2.6 1.8zm14.6 1.9c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9zm-12 0c-.5 0-.9-.4-.9-.9s.4-1 .9-1 1 .5 1 1-.5.9-1 .9z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { LiftTruckIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function LinkedInIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M22.2 0H1.8c-.3 0-.5 0-.7.1C.9.2.7.3.5.5.4.7.2.9.1 1.1c-.1.2-.1.4-.1.6v20.5c0 .3 0 .5.1.7.1.2.3.4.4.6.2.1.4.3.6.3.2.1.4.2.7.2h20.4c.5 0 .9-.2 1.3-.5.3-.4.5-.8.5-1.3V1.7c0-.4-.2-.9-.5-1.2-.4-.3-.8-.5-1.3-.5zM7.1 20.5H3.6V9h3.5v11.5zM5.3 7.4c-.4 0-.8-.1-1.1-.3-.3-.2-.6-.5-.8-.9-.1-.4-.2-.8-.1-1.2.1-.4.3-.8.6-1.1.3-.3.6-.5 1-.6.4 0 .8 0 1.2.2.4.1.7.4 1 .7.2.4.3.8.3 1.2 0 .5-.2 1-.6 1.4-.4.4-.9.6-1.5.6zm15.2 13.1h-3.6v-5.6c0-1.4 0-3.1-1.9-3.1-1.8 0-2.1 1.5-2.1 3v5.7H9.4V9h3.4v1.6c.3-.6.8-1.1 1.4-1.4.6-.3 1.3-.5 1.9-.5 3.6 0 4.3 2.4 4.3 5.5l.1 6.3z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { LinkedInIcon as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function ListViewIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 25 24",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("rect", {
|
|
12
|
+
x: 2.002,
|
|
13
|
+
y: 2,
|
|
14
|
+
width: 20,
|
|
15
|
+
height: 3,
|
|
16
|
+
rx: 1
|
|
17
|
+
}), /* @__PURE__ */ React.createElement("rect", {
|
|
18
|
+
x: 2.002,
|
|
19
|
+
y: 7.667,
|
|
20
|
+
width: 20,
|
|
21
|
+
height: 3,
|
|
22
|
+
rx: 1
|
|
23
|
+
}), /* @__PURE__ */ React.createElement("rect", {
|
|
24
|
+
x: 2.002,
|
|
25
|
+
y: 13.333,
|
|
26
|
+
width: 20,
|
|
27
|
+
height: 3,
|
|
28
|
+
rx: 1
|
|
29
|
+
}), /* @__PURE__ */ React.createElement("rect", {
|
|
30
|
+
x: 2.002,
|
|
31
|
+
y: 19,
|
|
32
|
+
width: 20,
|
|
33
|
+
height: 3,
|
|
34
|
+
rx: 1
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { ListViewIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function MailIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M2.934 5.122h18.065a.5.5 0 01.5.5V18.25a.5.5 0 01-.5.5H2.934a.5.5 0 01-.5-.5V5.622a.5.5 0 01.5-.5zm-2 .5a2 2 0 012-2h18.065a2 2 0 012 2V18.25a2 2 0 01-2 2H2.934a2 2 0 01-2-2V5.622zm17.251 2.16l-5.302 5.303a1.25 1.25 0 01-1.768 0L5.813 7.783l-1.061 1.06 5.303 5.303a2.75 2.75 0 003.889 0l5.302-5.303-1.06-1.06zm-9.63 5.986L6.28 16.042 5.22 14.98l2.274-2.274 1.06 1.06zm9.163 2.274l-2.274-2.274 1.06-1.061 2.275 2.274-1.061 1.06z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { MailIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function MinibusIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M2 3.25c-.457 0-.797.243-1.015.522-.204.262-.332.587-.422.9-.18.634-.267 1.468-.31 2.341C.196 8.217.216 9.63.234 10.9c.01.573.017 1.117.017 1.6 0 .845.168 1.534.52 2.069.359.546.86.854 1.375 1.02.265.085.536.134.8.161.49.753 1.34 1.25 2.305 1.25.965 0 1.815-.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-2.97-1.225-5.278-2.755-6.838-1.5-1.528-3.37-2.412-4.756-2.412H2zm19 11h.087c.15 0 .438-.066.682-.296.223-.21.481-.625.481-1.454 0-2.53-1.036-4.472-2.326-5.787-1.321-1.347-2.83-1.963-3.685-1.963H2.133c-.034.062-.08.167-.127.334-.131.46-.212 1.15-.254 2.003-.057 1.156-.037 2.479-.019 3.724.009.589.017 1.16.017 1.69 0 .655.131 1.028.273 1.243a.984.984 0 00.48.38A2.75 2.75 0 118 14.25v.001h7.5a2.75 2.75 0 115.5 0zM5.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"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { MinibusIcon as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function MinivanIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 26 18",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props
|
|
10
|
+
}, /* @__PURE__ */ React.createElement("g", {
|
|
11
|
+
fill: "currentColor"
|
|
12
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
13
|
+
d: "M21.012 14H23c.429 0 .654-.153.821-.468.12-.227.174-.472.18-.592L24 12.148V10c0-.501-.666-1-2-1-1.03 0-1.84-.675-2.801-1.955a30.43 30.43 0 01-1.033-1.49C16.934 3.709 16.305 3 16 3c-.305 0-.776 0-1.52-.002l-2.3-.006-2.677-.005C6.101 2.98 3.876 2.984 3.018 3c-.478.008-.712.162-.865.455-.11.207-.152.434-.153.538V13c0 .112.038.345.143.555.147.298.37.446.854.445.317 0 .991-.002 1.996-.002l.001 2c-1.003 0-1.677.001-1.991.002-1.273.004-2.177-.598-2.652-1.555A3.28 3.28 0 010 12.999v-9.02c.006-.406.101-.921.383-1.456.483-.918 1.366-1.5 2.6-1.523C3.858.984 6.085.981 9.505.987l2.678.005 2.3.006L16 1c1.357 0 2.057.788 3.83 3.445.488.732.705 1.049.968 1.4C21.395 6.637 21.83 7 22 7c2.334 0 4 1.248 4 3v3c-.025.44-.134.945-.412 1.468C25.092 15.403 24.216 16 23 16h-1.989l.001-2zm-11.997-.002h7.97v2h-7.97v-2z"
|
|
14
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
15
|
+
d: "M19 18a3 3 0 100-6 3 3 0 000 6zm0-2a1 1 0 110-2 1 1 0 010 2zM7 18a3 3 0 100-6 3 3 0 000 6zm0-2a1 1 0 110-2 1 1 0 010 2z"
|
|
16
|
+
})));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { MinivanIcon as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function MobileIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 48 49",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M18.3 6.5c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-28c0-2.2-1.8-4-4-4h-12zm0 3c-.56 0-1 .44-1 1v28c0 .56.44 1 1 1h12c.56 0 1-.44 1-1v-28c0-.56-.44-1-1-1h-12z"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
d: "M5.8 33.76c-.44 0-.88-.2-1.16-.56-.1-.14-2.64-3.36-2.64-9.62s2.54-9.5 2.64-9.62c.52-.64 1.46-.74 2.1-.22.64.52.74 1.46.24 2.1C6.94 15.9 5 18.5 5 23.6c0 5.14 1.96 7.72 1.98 7.74.52.64.42 1.58-.22 2.1-.3.2-.64.32-.96.32zM10.72 30.18c-.44 0-.86-.18-1.16-.56-.18-.22-1.7-2.22-1.7-6.06 0-3.84 1.52-5.84 1.7-6.06.52-.64 1.46-.74 2.1-.22.64.52.74 1.44.24 2.1-.06.08-1.04 1.44-1.04 4.2 0 2.78 1 4.14 1.04 4.2.5.66.38 1.6-.26 2.1-.28.2-.6.3-.92.3zM42.802 33.76c-.34 0-.66-.1-.94-.34-.64-.52-.74-1.46-.22-2.1.02-.02 1.98-2.62 1.98-7.74 0-5.14-1.96-7.72-1.98-7.74-.52-.64-.42-1.58.22-2.1s1.6-.42 2.1.22c.1.14 2.64 3.36 2.64 9.62s-2.54 9.5-2.64 9.62c-.28.36-.72.56-1.16.56zM37.86 30.18c-.34 0-.66-.1-.94-.34-.64-.52-.74-1.46-.22-2.1.02-.04 1.04-1.4 1.04-4.18s-1-4.14-1.04-4.2c-.5-.66-.38-1.6.26-2.1s1.58-.4 2.08.24c.18.22 1.7 2.22 1.7 6.06 0 3.84-1.52 5.84-1.7 6.06-.3.38-.74.56-1.18.56z"
|
|
17
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M29.3 36c0 .82-.68 1.5-1.5 1.5h-7c-.82 0-1.5-.68-1.5-1.5s.68-1.5 1.5-1.5h7c.82 0 1.5.68 1.5 1.5z"
|
|
21
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22
|
+
d: "M24.3 14.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { MobileIcon as default };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function MotorcycleIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 26 18",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em",
|
|
9
|
+
...props
|
|
10
|
+
}, /* @__PURE__ */ React.createElement("g", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
fillRule: "evenodd"
|
|
13
|
+
}, /* @__PURE__ */ React.createElement("g", {
|
|
14
|
+
transform: "translate(18 10)",
|
|
15
|
+
fillRule: "nonzero"
|
|
16
|
+
}, /* @__PURE__ */ React.createElement("circle", {
|
|
17
|
+
cx: 4,
|
|
18
|
+
cy: 4,
|
|
19
|
+
r: 3
|
|
20
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
21
|
+
d: "M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-2C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
24
|
+
className: "motorcycle-icon_svg__body",
|
|
25
|
+
d: "M11.24 14h2.41c.82 0 1.55-.5 1.86-1.26l.99-2.49a2 2 0 011.86-1.26h2.65l-.67-3.34a2.066 2.066 0 00-2.02-1.66H15.6c-.98 0-1.87.55-2.31 1.43l-.29.57-11-2 1 3 4 1 2.45 4.89a2 2 0 001.79 1.11zM21 9l.44 2.21",
|
|
26
|
+
fillRule: "nonzero",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
29
|
+
fillRule: "nonzero",
|
|
30
|
+
transform: "translate(0 10)"
|
|
31
|
+
}, /* @__PURE__ */ React.createElement("circle", {
|
|
32
|
+
cx: 4,
|
|
33
|
+
cy: 4,
|
|
34
|
+
r: 3
|
|
35
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
36
|
+
d: "M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-2C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
39
|
+
d: "M7 14h4",
|
|
40
|
+
fill: "currentColor"
|
|
41
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
42
|
+
className: "motorcycle-icon_svg__handlebars",
|
|
43
|
+
fill: "currentColor",
|
|
44
|
+
d: "M19 4l-2-3h-2"
|
|
45
|
+
})));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export { MotorcycleIcon as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function MrfLogoIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 51 44",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("g", {
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
14
|
+
d: "M13.154 43.343L.789 22.033 13.22.724h24.467l12.365 21.31-12.365 21.309H13.154zM12.694 0L0 22.033l12.694 22.033h25.453L50.84 22.033 38.146 0H12.695z"
|
|
15
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
16
|
+
d: "M41.238 21.968c0-8.814-7.103-15.917-15.85-15.917-8.682 0-15.785 7.103-15.785 15.917 0 8.813 7.103 15.916 15.85 15.916 8.682 0 15.785-7.17 15.785-15.916zm-18.745 0c0-1.579 1.316-2.894 2.894-2.894 1.579 0 2.894 1.315 2.894 2.894 0 1.578-1.315 2.893-2.894 2.893-1.578 0-2.894-1.315-2.894-2.893zm17.232 0c0 7.826-6.05 13.877-13.68 14.272l.395-10.063c1.907-.46 3.354-2.17 3.354-4.21a4.94 4.94 0 00-.329-1.71l8.55-5.13c1.052 2.04 1.71 4.341 1.71 6.84zM25.387 7.63c5.065 0 9.537 2.63 12.036 6.577l-9.076 4.538c-.79-.724-1.842-1.184-2.96-1.184a4.192 4.192 0 00-2.894 1.118l-9.01-4.735c2.63-3.75 6.972-6.314 11.904-6.314zM11.115 21.968c0-2.566.658-4.999 1.908-7.104l8.418 5.393c-.197.527-.329 1.053-.329 1.645 0 2.104 1.447 3.814 3.42 4.275l.395 10.063c-7.695-.264-13.812-6.577-13.812-14.272z"
|
|
17
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
18
|
+
d: "M22.427 16.245v-5.393c.79.855 1.447 1.645 2.433 2.763.921-1.184 2.368-3.026 2.368-3.026v5.656l-.394.395h2.302l-.395-.395v-6.38l.46-.525h-1.907c-.723.92-1.25 1.578-1.907 2.433l-2.17-2.433h-2.171c.263.263.526.526.855.789v6.05c-.132.198-.263.33-.395.395h1.316l-.395-.329zM30.122 24.993v6.445l-.394.395h2.236l-.329-.395v-3.354h2.368l.329 1.118V26.44l-.33 1.118h-2.367v-2.63h3.223c.789.328 1.184.986 1.644 1.578-.263-.658-.855-1.974-.855-1.974h-6.05l.525.46zM22.559 31.636c-1.645-.79-1.184-3.223-3.289-3.618a1.807 1.807 0 002.039-1.776c0-.855-.658-1.71-1.776-1.71h-3.88s.263.198.592.395v6.445l-.395.395h2.434l-.46-.395v-3.354c2.235-.066 1.249 2.96 3.288 3.486.263.132.92.197 1.38.197.132.066.198 0 .067-.065zm-3.88-4.078h-1.053v-2.565h.855c.986 0 1.447.526 1.447 1.25.066.46-.329 1.315-1.25 1.315zM6.774 24.73c-.263 0-.526.263-.526.526s.263.526.526.526.526-.263.526-.526-.263-.526-.526-.526zM43.868 24.73c-.263 0-.526.263-.526.526s.263.526.526.526c.264 0 .527-.263.527-.526 0-.329-.198-.526-.527-.526zM8.09 20.915h.065l.198-1.118h-.066c-.066.132-.132.263-.132.329-.065.066-.263.066-.526 0l-1.841-.329 2.696-.723v-.066l-2.433-1.644 2.039.394c.197.066.328.066.328.132s.066.197.066.394h.066l.263-1.25h-.066c-.066.198-.066.264-.131.33-.066.065-.198.065-.33 0l-2.038-.395a.502.502 0 01-.329-.132v-.394h-.066l-.131.92 2.104 1.448-2.499.657-.197.921h.066c.065-.197.065-.329.131-.395.066-.065.197-.065.329 0l1.842.33c.263.065.394.13.46.197.132.065.132.197.132.394zM7.695 15.85c.46.198.855.198 1.25.067.394-.132.657-.395.855-.79.197-.394.197-.723.065-1.118-.131-.394-.46-.723-.92-.92-.46-.198-.855-.198-1.316-.066a1.186 1.186 0 00-.789.79c-.197.394-.197.788-.066 1.117.132.395.46.724.921.92zm-.723-1.972c.131-.263.328-.395.592-.526.263-.066.657 0 1.118.197.46.197.789.46.92.724a.838.838 0 010 .789c-.131.263-.328.394-.592.526-.263.066-.657 0-1.118-.197-.46-.198-.723-.46-.855-.724-.197-.263-.197-.526-.065-.79zM8.747 11.773c-.197-.197-.263-.329-.263-.46 0-.132.066-.263.198-.526l.131-.198 1.907 1.381c.198.132.264.198.264.264 0 .065 0 .197-.132.394l.066.066.789-1.118-.066-.066-.263.263c-.066 0-.197 0-.329-.131L9.076 10.26l.132-.198c.131-.197.263-.329.394-.394.132 0 .263 0 .527.131l.065-.066-.657-.46-1.513 2.17.658.46.065-.13zM12.562 9.997c.395 0 .79-.131 1.118-.394.329-.263.46-.592.46-.987 0-.46-.131-.855-.46-1.184-.329-.394-.723-.526-1.184-.526-.395 0-.723.132-1.052.395-.33.263-.46.658-.46 1.052 0 .46.13.855.46 1.184.329.263.723.46 1.118.46zm-.987-2.63c.198-.198.46-.263.724-.263.329 0 .592.197.986.591.33.395.527.724.527.987s-.066.526-.264.723c-.197.198-.46.264-.789.264-.329-.066-.592-.264-.986-.592-.33-.33-.527-.724-.527-.987s.132-.526.33-.723zM13.877 5.525c.066 0 .132.066.263.263l1.052 1.71c.132.197.132.263.132.329s-.066.131-.263.263l.066.066 1.118-.658-.066-.066c-.132.066-.263.132-.329.132s-.131-.066-.263-.263l-.46-.79.131-.131 1.776.592.658-.395h-.066c-.066.066-.132.066-.197.066-.066 0-.132 0-.263-.066l-1.447-.526c.197-.197.328-.329.394-.526a.639.639 0 00-.066-.592c-.197-.329-.46-.395-.789-.329-.197.066-.394.132-.657.263l-1.119.658.066.066c.132-.066.263-.066.329-.066zm.526-.263s.066-.066.197-.132c.198-.131.33-.131.46-.197.264 0 .461.066.593.329a.506.506 0 01-.066.658c-.066.131-.263.263-.592.46l-.592-.987v-.131zM17.429 3.552c.065 0 .131.131.197.263l.723 1.973c.066.197.066.263 0 .329a.703.703 0 01-.328.197v.066l1.512-.46c.263-.066.46-.198.592-.33.263-.262.33-.525.198-.854a.593.593 0 00-.395-.395c-.197-.066-.395-.066-.592-.066.132-.131.263-.197.329-.263a.912.912 0 000-.592c-.132-.263-.263-.46-.526-.46-.263-.066-.526 0-.921.131l-1.25.46v.067c.263-.066.395-.066.46-.066zm1.973.92c.197 0 .329.132.46.395.066.263.066.46-.066.592-.131.132-.263.263-.526.329-.131.066-.263.132-.329.132-.065 0-.065-.066-.131-.132l-.395-1.118h.066s.066 0 .131-.066c.33-.131.527-.131.79-.131zM18.02 3.355s.065-.065.131-.065c.263-.066.46-.132.592-.132.263 0 .395.132.526.395.066.197.066.394-.131.592-.066.066-.198.131-.33.197l-.394.132-.394-.987c-.066-.066-.066-.066 0-.132zM21.178 2.368c.066.066.066.132.131.329l.33 1.973v.395c-.067.065-.132.131-.33.131v.066l1.316-.197v-.066c-.198 0-.263 0-.33-.066-.065-.066-.13-.131-.13-.329l-.132-.92.197-.066 1.381 1.25.724-.132V4.67h-.263c-.066 0-.132-.066-.198-.131l-1.118-1.053c.263-.066.46-.197.592-.329.132-.131.198-.329.132-.592-.066-.328-.263-.526-.592-.657-.198-.066-.395-.066-.658 0l-1.25.197v.066c.066.131.132.131.198.197zm.592-.066s.131-.065.263-.065h.46c.263.065.395.263.395.526a.625.625 0 01-.263.657c-.132.066-.395.132-.724.198l-.197-1.184c.066-.066.066-.132.066-.132zM25.584 4.802c-.131 0-.197 0-.197-.066-.066-.066-.066-.066-.066-.198 0-.065 0-.065.066-.131 0-.066.132-.263.263-.526l1.184.066.132.46c0 .066.065.131.065.197v.132c0 .066 0 .131-.065.131h-.263v.066L27.886 5v-.066c-.131 0-.197-.066-.197-.131-.066-.066-.066-.132-.131-.33l-.987-2.696h-.132l-1.118 2.236c-.197.33-.263.526-.328.592-.066.066-.132.132-.263.132v.066l.92.065-.066-.065zm.724-2.368l.46 1.315-1.052-.066.592-1.25zM29.399 5.262c-.132-.066-.263-.132-.263-.197-.066-.066-.066-.263 0-.527l.46-1.71 1.316 3.026h.065l.658-2.368c.066-.263.131-.394.197-.46s.198-.066.395 0V2.96l-.987-.329v.066c.132.066.263.131.33.197.065.066.065.263 0 .526l-.395 1.513-1.184-2.63-.79-.198v.066c.066 0 .132.066.198.066s.066.065.131.197l.066.066-.526 1.973c-.066.263-.132.394-.197.46-.066.066-.198.066-.395 0V5l1.052.263H29.4zM32.161 6.314c0-.065.066-.065.066-.065h.131l.198.197c.131.131.263.197.394.263a.952.952 0 00.724.066c.263-.066.395-.198.526-.395.066-.131.131-.329.066-.526a4.543 4.543 0 00-.263-.658l-.263-.394c-.132-.132-.198-.264-.198-.33 0-.13 0-.197.066-.328.066-.132.132-.197.263-.197.132 0 .263 0 .329.065.131.066.263.198.395.395.065.197.131.395.065.723l.066.066.329-.92-.066-.066c0 .065-.066.065-.066.065h-.131l-.197-.197c-.132-.131-.198-.197-.33-.263-.262-.132-.46-.132-.657-.066s-.394.198-.46.395c-.066.131-.066.329-.066.526 0 .132.066.197.131.329l.264.395c.131.263.197.394.263.46.065.131.065.263 0 .46-.132.132-.198.263-.33.263-.13.066-.262 0-.394-.065-.263-.132-.395-.33-.46-.592-.066-.132-.066-.33 0-.592l-.066-.066-.329.987v.065zM35.055 7.367c.066.46.263.789.658 1.118.263.197.526.263.855.329.197 0 .329 0 .526-.066v-.132h-.46c-.263 0-.46-.131-.658-.263-.329-.197-.46-.46-.46-.79 0-.328.065-.657.328-.986.264-.328.592-.592.921-.657a.997.997 0 01.855.197c.263.197.395.46.395.723 0 .132 0 .33-.132.527l.066.065.592-.855-.066-.065c-.066 0-.066.065-.131.065-.066 0-.066 0-.132-.065 0 0-.066-.066-.197-.263l-.395-.395c-.394-.263-.789-.395-1.25-.329-.394.066-.789.263-1.052.658-.197.394-.263.789-.263 1.184zM39.396 8.09l-1.513 1.315c-.131.132-.263.198-.329.198s-.197-.066-.329-.198l-.065.066.855.987.065-.066c-.131-.132-.131-.263-.131-.329s.066-.131.197-.263l.724-.658.92 1.053-.657.591c-.132.132-.263.198-.33.198-.065 0-.196-.066-.328-.197l-.066.065.855.987.066-.066c-.131-.131-.131-.263-.131-.329s.065-.131.197-.263L40.974 9.8c.132-.132.198-.132.33-.132.065 0 .197.066.262.198l.066-.066-.855-.92-.066.065c.132.132.132.263.132.329s-.066.131-.198.263l-.657.592-.921-1.052.658-.592c.131-.132.197-.132.328-.132.066 0 .198.066.264.197l.065-.065-.855-.987-.065.066c.131.131.131.263.131.329 0 0-.066.131-.197.197zM41.96 11.378l-1.775 1.053c-.132.066-.263.131-.329.131s-.131-.131-.263-.263l-.066.066 1.25 2.105.79-.198-.067-.131c-.263 0-.526 0-.657-.132-.132-.066-.263-.263-.46-.526-.132-.263-.198-.395-.264-.46 0-.066 0-.132.132-.132l.986-.592.33.658c.13.197.13.329.13.394 0 .066-.13.198-.262.33l.065.065.921-.526-.066-.066h-.263c-.065 0-.197-.131-.263-.263l-.329-.658.921-.526c.066 0 .066-.066.132-.066l.066.066.328.526c.132.263.198.395.198.527 0 .131-.132.197-.263.328l.065.132.592-.329-1.25-2.17-.065.066c.066.131.131.263.066.328-.066.066-.132.198-.33.263zM41.435 15.325c-.066 0-.132-.132-.263-.33h-.066l.329 1.053h.066c-.066-.197-.066-.263 0-.329a.921.921 0 01.46-.263l1.71-.592-1.776 2.762v.066l2.368-.789c.263-.066.395-.131.46-.066.066.066.132.132.263.33h.066l-.329-1.053h-.066c.066.197.066.263 0 .329a.921.921 0 01-.46.263l-1.447.526 1.579-2.434-.263-.723H44c0 .066.066.132.066.197 0 .066 0 .132-.066.198l-.066.065-1.973.658c-.329.132-.46.197-.526.132zM45.578 20.126c-.066 0-.066 0-.131-.066 0 0-.066-.066-.066-.131 0 0 0-.132.066-.264 0-.131.066-.263 0-.394-.066-.263-.132-.46-.33-.592-.197-.132-.394-.197-.591-.132-.197 0-.329.132-.46.263-.066.066-.132.198-.198.33l-.197.46c-.132.263-.197.394-.263.46-.066.132-.197.197-.395.197-.197 0-.329 0-.394-.131-.132-.066-.198-.198-.198-.395-.066-.263.066-.526.263-.723.132-.132.263-.263.46-.33v-.13l-.986.262v.132h.132c.066 0 .066.066.066.131 0 0 0 .132-.066.264a.562.562 0 000 .46c.066.263.131.526.329.658.197.131.394.197.657.197a.597.597 0 00.46-.197c.132-.132.264-.33.395-.592l.198-.46.197-.395a.499.499 0 01.263-.132c.131 0 .263 0 .329.132a.502.502 0 01.131.329c0 .131 0 .328-.131.526-.066.197-.263.329-.592.46v.132l.986-.198.066-.131zM10.26 33.477c.197.197.394.329.592.329.197.066.394 0 .592-.132.263-.197.394-.46.263-.855-.066-.197-.132-.394-.33-.592l-.854-.986-.066.066c.066.131.132.263.132.329 0 .065-.066.131-.198.263l-1.644 1.184c-.131.131-.263.197-.329.197s-.197-.066-.263-.197l-.066.065.79 1.053.065-.066c-.065-.132-.131-.263-.131-.329s.066-.132.197-.263l.724-.526.131.131-.46 1.71.46.658.066-.066c-.066-.066-.066-.131-.066-.197v-.263l.395-1.513zm.526-1.315c.066-.066.132-.066.132-.066.065 0 .065.066.197.197a.71.71 0 01.197.46c.066.264 0 .461-.263.593-.197.197-.46.197-.723.065-.132-.065-.33-.263-.527-.526l.987-.723zM11.575 36.568l1.447-1.512c.132-.132.197-.198.263-.198s.198.066.33.198l.065-.066-.987-.92-.065.065c.131.131.197.263.197.329s-.066.197-.197.329l-1.447 1.512c-.132.132-.198.198-.263.198-.066 0-.198-.066-.33-.198l-.065.066.986.92.066-.065c-.131-.132-.197-.263-.197-.329 0-.131.066-.197.197-.329zM16.31 37.16c.067 0 .198.066.33.132l.065-.066-.986-.724-.066.066c.066.066.132.132.197.132.066.066.066.066 0 .131-.065.066-.329.132-.723.198-.263.065-.592.065-.92.131l.525-.789c.066-.132.198-.197.263-.197.066 0 .198 0 .33.131l.065-.066-1.118-.789-.066.066c.132.132.197.197.197.263s0 .197-.131.329l-1.118 1.71c-.132.131-.197.263-.263.263s-.198 0-.33-.132l-.065.066 1.052.79.066-.066c-.131-.132-.197-.198-.197-.263 0-.066 0-.198.131-.33l.46-.723h.198l.197 1.316v.394c0 .066-.065.066-.131.066s-.132-.066-.263-.131l-.066.065 1.184.855.066-.066c-.132-.065-.198-.197-.198-.262 0-.066-.065-.264-.131-.592l-.198-1.645 1.25-.131c.132-.132.329-.132.395-.132zM18.81 38.213h-.132l-.197-.198c-.132-.131-.197-.197-.329-.197-.263-.132-.46-.132-.658-.066-.197.066-.328.197-.46.46-.066.132-.066.33 0 .527 0 .131.066.197.197.329l.263.394c.132.197.264.395.264.46.065.132.065.264 0 .461-.066.131-.198.263-.33.263-.13.066-.262 0-.394 0-.263-.132-.395-.329-.46-.592-.132-.197-.132-.395-.132-.592l-.066-.066-.263.987.066.066c0-.066.066-.066.066-.066h.131l.198.197c.131.132.263.198.394.263a.953.953 0 00.724.066c.263-.066.394-.197.526-.46.066-.198.066-.33.066-.526-.066-.132-.132-.395-.33-.592l-.262-.395c-.132-.132-.198-.263-.198-.395v-.328c.066-.132.132-.198.264-.198.131 0 .263 0 .328.066.132.066.264.197.395.395.131.197.131.394.066.723l.131.066.33-.92-.067-.067c-.065-.131-.131-.131-.131-.065zM19.73 38.607c.133.066.264.132.33.198.066.065 0 .197 0 .328l-.526 1.973c-.066.198-.132.33-.132.33-.066.065-.197.065-.329 0v.065l1.25.329v-.066c-.197-.066-.263-.131-.329-.197s-.066-.197 0-.329l.263-.986.658.197c.197.066.329.131.329.197.065.066.065.197.065.395h.132l.263-1.053h-.131a.704.704 0 01-.198.33c-.066.065-.197.065-.394 0l-.658-.198.263-1.052c0-.066.066-.132.066-.132h.131l.592.132c.263.065.395.131.46.197.066.066.066.197.066.46l.132.066.131-.658-2.367-.592-.066.066zM24.532 38.607c-.066.066-.066.066-.066.132s0 .131.066.197.066.066.132.066c.065 0 .131 0 .197-.066s.066-.066.066-.131c0-.066 0-.132-.066-.198s-.066-.066-.132-.066c-.065 0-.131.066-.197.066zM23.677 38.542c-.066.065-.066.065-.066.131s0 .132.066.197c.066.066.066.066.132.066.065 0 .131 0 .197-.066.066-.065.066-.065.066-.131s0-.132-.066-.197c-.066-.066-.066-.066-.132-.066-.065 0-.131.066-.197.066zM24.203 39.33c-.394 0-.789.066-1.118.33-.329.263-.526.657-.526 1.183 0 .46.066.855.395 1.184.263.329.592.46 1.052.526.395 0 .79-.066 1.052-.329.33-.263.526-.657.592-1.183 0-.527-.131-.921-.394-1.25-.263-.329-.592-.46-1.053-.46zm.921 1.645c0 .526-.131.855-.394 1.052-.198.197-.46.329-.724.329a.724.724 0 01-.658-.395c-.197-.263-.263-.592-.197-1.118 0-.526.132-.855.329-1.052.197-.197.46-.329.723-.329.263 0 .527.132.658.395.197.263.329.592.263 1.118zM29.4 41.961c-.067 0-.132-.066-.198-.131l-1.118-1.052c.263-.066.46-.198.592-.33.131-.13.197-.328.131-.591-.066-.33-.263-.526-.592-.658-.197-.066-.394-.066-.657 0l-1.316.197v.066c.197 0 .263 0 .329.066s.066.131.132.329l.263 1.973v.394c-.066.066-.132.132-.33.132v.066l1.316-.198v-.065c-.197 0-.263 0-.329-.066-.065-.066-.131-.132-.131-.329l-.132-.92.198-.066 1.38 1.25.724-.133v-.065c-.066.197-.197.197-.263.131zm-2.04-1.118l-.131-1.184v-.131s.131-.066.263-.066h.46c.263.066.395.263.395.526a.625.625 0 01-.263.658c-.198.066-.395.132-.724.197zM32.556 39.725c-.197-.066-.395-.066-.592-.066.132-.065.263-.197.329-.263.131-.131.131-.328.066-.526-.066-.263-.263-.46-.527-.46-.263-.066-.526 0-.92.131l-1.25.46v.067c.197-.066.329-.066.395-.066s.131.131.197.263l.658 1.973c.066.197.066.263 0 .329a.703.703 0 01-.33.197v.066l1.448-.526c.263-.066.46-.198.592-.33.263-.262.329-.525.197-.854.066-.197-.066-.329-.263-.395zm-1.907-.789v-.132s.065-.065.131-.065c.263-.066.46-.132.592-.132.263 0 .395.132.526.395.066.197.066.394-.131.592-.066.066-.198.131-.33.197l-.394.132-.394-.987zm1.775 1.973c-.131.132-.263.263-.526.329-.131.066-.263.066-.329.066-.065 0-.065-.066-.131-.132l-.329-1.052h.066s.066 0 .131-.066c.263-.066.526-.132.724-.132.197 0 .329.198.46.395.066.263.066.46-.066.592zM36.239 37.95l-.658-1.053c-.131-.197-.197-.329-.197-.46 0-.066.066-.197.263-.329l-.066-.066-.92.592.065.066c.132-.066.263-.132.395-.066.066 0 .197.132.329.395l.657 1.052c.132.263.264.46.264.658 0 .263-.132.526-.46.723-.33.198-.593.198-.79.066-.132-.066-.263-.197-.395-.46l-.789-1.316c-.066-.131-.131-.263-.131-.329 0-.065.131-.131.263-.263l-.066-.065-1.118.657.066.066c.131-.066.263-.131.328-.066.066 0 .132.066.263.263l.724 1.25c.132.263.329.395.46.526.33.197.724.132 1.118-.131.46-.263.658-.592.658-.987 0-.197-.066-.395-.263-.723zM38.278 34.07c0-.067.065-.198.197-.33l-.066-.065-.789.723.066.066c.131-.132.263-.132.329-.132.131 0 .263.132.394.263l1.053 1.118-2.829-.394-.592.526.066.066c.066-.066.132-.132.198-.132h.328l1.382 1.513c.197.197.263.329.263.395 0 .065-.066.197-.198.328l.066.132.79-.724-.066-.065c-.132.131-.264.131-.33.131-.13 0-.262-.131-.394-.263l-1.25-1.315 3.289.46.066-.066-1.71-1.775c-.198-.264-.263-.395-.263-.46zM41.764 31.635c-.527-.394-1.053-.394-1.579-.131-.263.131-.526.394-.79.79l-.723 1.052.066.065c.132-.131.197-.197.263-.197s.198 0 .33.132l1.71 1.183c.13.132.196.198.196.263 0 .066 0 .198-.131.33l.066.065.723-1.052c.197-.263.329-.526.395-.79.066-.131.066-.263.066-.46 0-.263-.066-.46-.198-.658-.066-.328-.197-.46-.395-.592zm.328 1.513c0 .263-.131.592-.328.855-.066.066-.132.132-.132.197-.066 0-.066 0-.131-.065l-1.974-1.381c-.065-.066-.065-.066-.065-.132s.065-.132.065-.197c.263-.33.526-.592.855-.658.395-.132.724 0 1.119.263.394.329.657.724.591 1.118z"
|
|
19
|
+
})), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
20
|
+
id: "mrf-logo-icon_svg__clip0"
|
|
21
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M0 0h50.84v44H0z"
|
|
24
|
+
}))));
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { MrfLogoIcon as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function NotFoundIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
viewBox: "0 0 64 45",
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
...props
|
|
11
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
12
|
+
d: "M61.3 38.2v4.1c0 1.5-1.2 2.7-2.6 2.7h-5.4c-1.4 0-2.6-1.2-2.6-2.7v-2.6H13.3v2.6c0 1.5-1.2 2.7-2.6 2.7H5.3c-1.4 0-2.6-1.2-2.6-2.7v-4.1c-.3-.3-.4-.7-.5-1.1l-1.3-8c-.4-2.2.1-5.2 1-7.6-1.1-.4-1.9-1.3-1.9-3 0-3.2 3-3.5 5.3-3.2v-.2L11 5.8C13 2.5 17.5 0 21.4 0h21.2C46.5 0 51 2.5 53 5.8l5.7 9.3v.2c2.3-.3 5.3 0 5.3 3.2 0 1.7-.8 2.6-1.9 3 .9 2.4 1.4 5.4 1 7.6l-1.3 8c-.1.4-.2.8-.5 1.1zm-8.4-22.3l-4.4-7.3c-1.1-1.8-3.8-3.3-5.9-3.3H21.4c-2.1 0-4.8 1.5-5.9 3.3l-4.4 7.3h41.8zM12 31.8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm40 0c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm-28-2.3h18v6H24v-6zm3 4v-.9l.7.9h.7l-.9-1.1.9-1h-.7l-.7.9v-.9h-.5v2.1h.5zm2.2 0h.6l.8-2.1H30l-.5 1.6-.5-1.6h-.6l.8 2.1zm2.4-2.1h-.8v2.1h.8c.3 0 .6-.1.8-.3.2-.2.3-.4.3-.8 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.8-.3zm3.3 2.1h.5v-.4h.2v-.4h-.2v-1.4h-.6l-.9 1.4v.4h1v.4zm1.8-2.2c-.1 0-.3.1-.4.1-.1.1-.2.1-.2.2-.1.1-.1.3-.2.4v.8c.1.2.1.3.2.4 0 .1.1.2.2.2.1.1.3.1.4.1.2 0 .3 0 .4-.1.1 0 .2-.1.3-.2 0-.1.1-.2.1-.4.1-.1.1-.2.1-.4s0-.3-.1-.4c0-.1-.1-.3-.1-.4-.1-.1-.2-.1-.3-.2-.1 0-.2-.1-.4-.1zm2.2 2.2h.5v-.4h.2v-.4h-.2v-1.4h-.6l-.9 1.4v.4h1v.4zm-7.6-.4v-1.3h.3c.2 0 .3 0 .4.2.1.1.2.2.2.4s-.1.4-.2.5c-.1.2-.2.2-.4.2h-.3zm3.6-.4h-.5l.5-.8v.8zm4 0h-.5l.5-.8v.8zm-2.2-.9h.2c0 .1.1.1.1.1v.2l.1.1v.4s-.1.1-.1.2v.1l-.1.1h-.2-.1c-.1 0-.1-.1-.1-.1l-.1-.1v-.2-.2-.2-.1c0-.1.1-.1.1-.2l.1-.1h.1z"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { NotFoundIcon as default };
|