@kvdbil/components 3.3.5-4 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/ColorCard.js +10 -31
- package/cjs/ElevationCard.js +5 -21
- package/cjs/Interfaces.js +1 -2
- package/cjs/Types.js +1 -2
- package/cjs/components/Accordion/index.js +20 -64
- package/cjs/components/Badge/index.js +9 -43
- package/cjs/components/Button/index.js +60 -125
- package/cjs/components/Card/index.js +6 -25
- package/cjs/components/CheckBox/index.js +24 -53
- package/cjs/components/Chip/index.js +10 -65
- package/cjs/components/DayPicker/DayPickerNavBar.js +9 -32
- package/cjs/components/DayPicker/index.js +10 -40
- package/cjs/components/DayPicker/localeUtils.js +1 -60
- package/cjs/components/DayPicker/style.js +226 -0
- package/cjs/components/Dialog/index.js +9 -42
- package/cjs/components/ErrorMessage/index.js +6 -21
- package/cjs/components/FieldLabel.js +22 -49
- package/cjs/components/Header/Hamburger.js +7 -22
- package/cjs/components/Header/Link.js +9 -26
- package/cjs/components/Header/index.js +16 -45
- package/cjs/components/Hero/index.js +7 -32
- package/cjs/components/Icon/index.js +11 -76
- package/cjs/components/IconButton.js +15 -54
- package/cjs/components/Icons/Arrow.js +1 -9
- package/cjs/components/Icons/CheckCircle.js +1 -9
- package/cjs/components/Icons/CheckIcon.js +1 -9
- package/cjs/components/Icons/Close.js +1 -9
- package/cjs/components/Icons/ErrorCircle.js +1 -9
- package/cjs/components/Icons/InfoCircle.js +1 -9
- package/cjs/components/InlineStepper/Step.js +16 -53
- package/cjs/components/InlineStepper/StepCircle.js +11 -46
- package/cjs/components/InlineStepper/index.js +4 -39
- package/cjs/components/ListItem/Bacon.js +1 -9
- package/cjs/components/ListItem/index.js +7 -28
- package/cjs/components/Logo/LogoEn.js +1 -9
- package/cjs/components/Logo/LogoSv.js +1 -9
- package/cjs/components/Logo/index.js +3 -30
- package/cjs/components/MenuItem/index.js +23 -68
- package/cjs/components/Modal/index.js +11 -54
- package/cjs/components/NotificationButton/index.js +4 -28
- package/cjs/components/OffCanvas/Overlay.js +2 -33
- package/cjs/components/OffCanvas/index.js +21 -62
- package/cjs/components/OffCanvas/useClickOutside.js +1 -21
- package/cjs/components/RadioButton/index.js +28 -58
- package/cjs/components/Range/index.js +10 -35
- package/cjs/components/Select/components/test-icon.js +1 -9
- package/cjs/components/Select/index.js +18 -147
- package/cjs/components/Snackbar/index.js +24 -76
- package/cjs/components/Spinner/index.js +10 -46
- package/cjs/components/Stepper/index.js +11 -35
- package/cjs/components/StepperAccordion/index.js +26 -76
- package/cjs/components/Tabs/index.js +7 -47
- package/cjs/components/TextArea/index.js +30 -61
- package/cjs/components/Textfield/index.js +29 -69
- package/cjs/components/TimePicker/index.js +2 -29
- package/cjs/components/TimePicker/testHelper.js +1 -17
- package/cjs/components/Toggle/index.js +12 -45
- package/cjs/icons/components/AccountCreateIcon.js +1 -11
- package/cjs/icons/components/AccountIcon.js +1 -11
- package/cjs/icons/components/AccountLoginIcon.js +1 -11
- package/cjs/icons/components/ArrowDownIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftSharpIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftSmallIcon.js +1 -11
- package/cjs/icons/components/ArrowLong.js +1 -11
- package/cjs/icons/components/ArrowRestartIcon.js +1 -11
- package/cjs/icons/components/ArrowRightIcon.js +1 -11
- package/cjs/icons/components/ArrowRightSharpIcon.js +1 -11
- package/cjs/icons/components/ArrowUpIcon.js +1 -11
- package/cjs/icons/components/AuctionIcon.js +1 -11
- package/cjs/icons/components/BackArrowIcon.js +1 -11
- package/cjs/icons/components/Baseline360Icon.js +1 -11
- package/cjs/icons/components/BellIcon.js +1 -11
- package/cjs/icons/components/BidIcon.js +1 -11
- package/cjs/icons/components/BidKrIcon.js +1 -11
- package/cjs/icons/components/BreaksIcon.js +1 -11
- package/cjs/icons/components/BuyCarIcon.js +1 -11
- package/cjs/icons/components/CabIcon.js +1 -11
- package/cjs/icons/components/CalendarIcon.js +1 -11
- package/cjs/icons/components/CameraIcon.js +1 -11
- package/cjs/icons/components/Car360Icon.js +1 -11
- package/cjs/icons/components/CarFrontIcon.js +1 -11
- package/cjs/icons/components/CarSearchIcon.js +1 -11
- package/cjs/icons/components/CarSideIcon.js +1 -11
- package/cjs/icons/components/CarTiresIcon.js +1 -11
- package/cjs/icons/components/CaravanIcon.js +1 -11
- package/cjs/icons/components/CardViewIcon.js +1 -11
- package/cjs/icons/components/CarloanIcon.js +1 -11
- package/cjs/icons/components/CertifiedIcon.js +1 -11
- package/cjs/icons/components/ChatIcon.js +1 -11
- package/cjs/icons/components/CheckIcon.js +1 -11
- package/cjs/icons/components/CheckThinIcon.js +1 -11
- package/cjs/icons/components/CheckmarkFilledIcon.js +1 -11
- package/cjs/icons/components/CheckmarkIcon.js +1 -11
- package/cjs/icons/components/ClipboardFilledIcon.js +1 -11
- package/cjs/icons/components/ClipboardIcon.js +1 -11
- package/cjs/icons/components/ClockFilledIcon.js +1 -11
- package/cjs/icons/components/ClockIcon.js +1 -11
- package/cjs/icons/components/CloseIcon.js +1 -11
- package/cjs/icons/components/CloseThinIcon.js +1 -11
- package/cjs/icons/components/CoffeeIcon.js +1 -11
- package/cjs/icons/components/CombiIcon.js +1 -11
- package/cjs/icons/components/CommentCircleFilledIcon.js +1 -11
- package/cjs/icons/components/CommentCircleIconIcon.js +1 -11
- package/cjs/icons/components/CommentIcon.js +1 -11
- package/cjs/icons/components/ContactIcon.js +1 -11
- package/cjs/icons/components/CoupeIcon.js +1 -11
- package/cjs/icons/components/CreditCardIcon.js +1 -11
- package/cjs/icons/components/CrossCircleIcon.js +1 -11
- package/cjs/icons/components/CrownIcon.js +1 -11
- package/cjs/icons/components/DealmakerIcon.js +1 -11
- package/cjs/icons/components/DeliveryIcon.js +1 -11
- package/cjs/icons/components/DetailedSearchIcon.js +1 -11
- package/cjs/icons/components/EcoFriendlyIcon.js +1 -11
- package/cjs/icons/components/EditIcon.js +1 -11
- package/cjs/icons/components/EngineIcon.js +1 -11
- package/cjs/icons/components/EnglandFlagIcon.js +1 -11
- package/cjs/icons/components/EvaluationIcon.js +1 -11
- package/cjs/icons/components/ExaminationMarkFilledIcon.js +1 -11
- package/cjs/icons/components/ExaminationMarkIcon.js +1 -11
- package/cjs/icons/components/ExteriorIcon.js +1 -11
- package/cjs/icons/components/EyeIcon.js +1 -11
- package/cjs/icons/components/FacebookBtnIcon.js +1 -11
- package/cjs/icons/components/FacebookIcon.js +1 -11
- package/cjs/icons/components/FatalIcon.js +1 -11
- package/cjs/icons/components/FavouriteIcon.js +1 -11
- package/cjs/icons/components/FavouriteSolidIcon.js +1 -11
- package/cjs/icons/components/FilterIcon.js +1 -11
- package/cjs/icons/components/FinanceIcon.js +1 -11
- package/cjs/icons/components/FindCarIcon.js +1 -11
- package/cjs/icons/components/FixedMonthlyCostIcon.js +1 -11
- package/cjs/icons/components/FlagIcon.js +1 -11
- package/cjs/icons/components/FlexibilityIcon.js +1 -11
- package/cjs/icons/components/ForumLargeIcon.js +1 -11
- package/cjs/icons/components/ForumSmallIcon.js +1 -11
- package/cjs/icons/components/GavelIcon.js +1 -11
- package/cjs/icons/components/GearboxIcon.js +1 -11
- package/cjs/icons/components/GiftIcon.js +1 -11
- package/cjs/icons/components/GridViewIcon.js +1 -11
- package/cjs/icons/components/GroupIcon.js +1 -11
- package/cjs/icons/components/GuaranteeIcon.js +1 -11
- package/cjs/icons/components/GuaranteeLargeIcon.js +1 -11
- package/cjs/icons/components/GuaranteeSmallIcon.js +1 -11
- package/cjs/icons/components/HalfCombiIcon.js +1 -11
- package/cjs/icons/components/HamburgerIcon.js +1 -11
- package/cjs/icons/components/HandshakeIcon.js +1 -11
- package/cjs/icons/components/HelpingHandIcon.js +1 -11
- package/cjs/icons/components/IdIcon.js +1 -11
- package/cjs/icons/components/InformationIcon.js +1 -11
- package/cjs/icons/components/InstagramIcon.js +1 -11
- package/cjs/icons/components/InsuranceIcon.js +1 -11
- package/cjs/icons/components/InteriorIcon.js +1 -11
- package/cjs/icons/components/InteriorThinIcon.js +1 -11
- package/cjs/icons/components/InternationalIcon.js +1 -11
- package/cjs/icons/components/KvdTestIcon.js +1 -11
- package/cjs/icons/components/KvdVenueIcon.js +1 -11
- package/cjs/icons/components/LifebuoyIcon.js +1 -11
- package/cjs/icons/components/LiftTruckIcon.js +1 -11
- package/cjs/icons/components/LinkedInIcon.js +1 -11
- package/cjs/icons/components/ListViewIcon.js +1 -11
- package/cjs/icons/components/MailIcon.js +1 -11
- package/cjs/icons/components/MinibusIcon.js +1 -11
- package/cjs/icons/components/MinivanIcon.js +1 -11
- package/cjs/icons/components/MobileIcon.js +1 -11
- package/cjs/icons/components/MotorcycleIcon.js +1 -11
- package/cjs/icons/components/MrfLogoIcon.js +1 -11
- package/cjs/icons/components/NotFoundIcon.js +1 -11
- package/cjs/icons/components/OverbidIcon.js +1 -11
- package/cjs/icons/components/PdfIconIcon.js +1 -11
- package/cjs/icons/components/PhoneIcon.js +1 -11
- package/cjs/icons/components/PickUpIcon.js +1 -11
- package/cjs/icons/components/PinIcon.js +1 -11
- package/cjs/icons/components/PlayIcon.js +1 -11
- package/cjs/icons/components/Pricetag.js +1 -11
- package/cjs/icons/components/PricetagFilledKronaIcon.js +1 -11
- package/cjs/icons/components/PrivateCarIcon.js +1 -11
- package/cjs/icons/components/ProfileCircleIcon.js +1 -11
- package/cjs/icons/components/ProfileIcon.js +1 -11
- package/cjs/icons/components/RadioIcon.js +1 -11
- package/cjs/icons/components/ReclamationIcon.js +1 -11
- package/cjs/icons/components/ReleasingIcon.js +1 -11
- package/cjs/icons/components/RemoveFilterIcon.js +1 -11
- package/cjs/icons/components/ReservedPriceIcon.js +1 -11
- package/cjs/icons/components/ResultIcon.js +1 -11
- package/cjs/icons/components/SafePaymentIcon.js +1 -11
- package/cjs/icons/components/SaleTagIcon.js +1 -11
- package/cjs/icons/components/SearchCheckIcon.js +1 -11
- package/cjs/icons/components/SearchIcon.js +1 -11
- package/cjs/icons/components/SedanIcon.js +1 -11
- package/cjs/icons/components/SellCarIcon.js +1 -11
- package/cjs/icons/components/SellCarsIcon.js +1 -11
- package/cjs/icons/components/ServiceIcon.js +1 -11
- package/cjs/icons/components/ShareIcon.js +1 -11
- package/cjs/icons/components/ShieldIcon.js +1 -11
- package/cjs/icons/components/SignInIcon.js +1 -11
- package/cjs/icons/components/SignOutIcon.js +1 -11
- package/cjs/icons/components/SpeedMeterIcon.js +1 -11
- package/cjs/icons/components/StarCircleIcon.js +1 -11
- package/cjs/icons/components/StartIcon.js +1 -11
- package/cjs/icons/components/StoreIcon.js +1 -11
- package/cjs/icons/components/SuvIcon.js +1 -11
- package/cjs/icons/components/SwedenFlag.js +1 -11
- package/cjs/icons/components/TankIcon.js +1 -11
- package/cjs/icons/components/TireIcon.js +1 -11
- package/cjs/icons/components/TransportIcon.js +1 -11
- package/cjs/icons/components/TrashcanIcon.js +1 -11
- package/cjs/icons/components/TrophyIcon.js +1 -11
- package/cjs/icons/components/TruckIcon.js +1 -11
- package/cjs/icons/components/UmbrellaIcon.js +1 -11
- package/cjs/icons/components/ValuationIcon.js +1 -11
- package/cjs/icons/components/ValueIcon.js +1 -11
- package/cjs/icons/components/WarningIcon.js +1 -11
- package/cjs/icons/components/YoutubeIcon.js +1 -11
- package/cjs/icons/components/index.js +1 -320
- package/cjs/index.js +1 -439
- package/cjs/shared/constants.js +1 -7
- package/cjs/shared/helpers.js +1 -28
- package/cjs/shared/helpers.spec.js +1 -42
- package/cjs/shared/media-queries.js +1 -41
- package/cjs/theme.js +1 -125
- package/cjs/typography/BodyText/index.js +20 -53
- package/cjs/typography/ButtonText/index.js +15 -43
- package/cjs/typography/Heading/index.js +22 -54
- package/cjs/utils/utils.js +2 -30
- package/esm/ColorCard.js +10 -23
- package/esm/ElevationCard.js +5 -13
- package/esm/components/Accordion/index.js +20 -55
- package/esm/components/Badge/index.js +9 -34
- package/esm/components/Button/index.js +50 -106
- package/esm/components/Card/index.js +6 -16
- package/esm/components/CheckBox/index.js +17 -37
- package/esm/components/Chip/index.js +10 -56
- package/esm/components/DayPicker/DayPickerNavBar.js +9 -24
- package/esm/components/DayPicker/index.js +10 -30
- package/esm/components/DayPicker/localeUtils.js +1 -52
- package/esm/components/DayPicker/style.js +226 -0
- package/esm/components/Dialog/index.js +9 -33
- package/esm/components/ErrorMessage/index.js +6 -12
- package/esm/components/FieldLabel.js +21 -40
- package/esm/components/Header/Hamburger.js +7 -14
- package/esm/components/Header/Link.js +9 -18
- package/esm/components/Header/index.js +16 -36
- package/esm/components/Hero/index.js +7 -23
- package/esm/components/Icon/index.js +11 -68
- package/esm/components/IconButton.js +15 -46
- package/esm/components/Icons/Arrow.js +1 -5
- package/esm/components/Icons/CheckCircle.js +1 -5
- package/esm/components/Icons/CheckIcon.js +1 -5
- package/esm/components/Icons/Close.js +1 -5
- package/esm/components/Icons/ErrorCircle.js +1 -5
- package/esm/components/Icons/InfoCircle.js +1 -5
- package/esm/components/InlineStepper/Step.js +16 -44
- package/esm/components/InlineStepper/StepCircle.js +11 -38
- package/esm/components/InlineStepper/index.js +4 -31
- package/esm/components/ListItem/Bacon.js +1 -5
- package/esm/components/ListItem/index.js +7 -20
- package/esm/components/Logo/LogoEn.js +1 -5
- package/esm/components/Logo/LogoSv.js +1 -5
- package/esm/components/Logo/index.js +3 -21
- package/esm/components/MenuItem/index.js +22 -58
- package/esm/components/Modal/index.js +11 -45
- package/esm/components/NotificationButton/index.js +4 -20
- package/esm/components/OffCanvas/Overlay.js +2 -25
- package/esm/components/OffCanvas/index.js +21 -53
- package/esm/components/OffCanvas/useClickOutside.js +1 -17
- package/esm/components/RadioButton/index.js +21 -42
- package/esm/components/Range/index.js +10 -26
- package/esm/components/Select/components/test-icon.js +1 -5
- package/esm/components/Select/index.js +18 -137
- package/esm/components/Snackbar/index.js +24 -67
- package/esm/components/Spinner/index.js +10 -38
- package/esm/components/Stepper/index.js +11 -27
- package/esm/components/StepperAccordion/index.js +23 -64
- package/esm/components/Tabs/index.js +7 -37
- package/esm/components/TextArea/index.js +30 -52
- package/esm/components/Textfield/index.js +29 -60
- package/esm/components/TimePicker/index.js +2 -20
- package/esm/components/TimePicker/testHelper.js +1 -13
- package/esm/components/Toggle/index.js +12 -37
- package/esm/icons/components/AccountCreateIcon.js +1 -7
- package/esm/icons/components/AccountIcon.js +1 -7
- package/esm/icons/components/AccountLoginIcon.js +1 -7
- package/esm/icons/components/ArrowDownIcon.js +1 -7
- package/esm/icons/components/ArrowLeftIcon.js +1 -7
- package/esm/icons/components/ArrowLeftSharpIcon.js +1 -7
- package/esm/icons/components/ArrowLeftSmallIcon.js +1 -7
- package/esm/icons/components/ArrowLong.js +1 -7
- package/esm/icons/components/ArrowRestartIcon.js +1 -7
- package/esm/icons/components/ArrowRightIcon.js +1 -7
- package/esm/icons/components/ArrowRightSharpIcon.js +1 -7
- package/esm/icons/components/ArrowUpIcon.js +1 -7
- package/esm/icons/components/AuctionIcon.js +1 -7
- package/esm/icons/components/BackArrowIcon.js +1 -7
- package/esm/icons/components/Baseline360Icon.js +1 -7
- package/esm/icons/components/BellIcon.js +1 -7
- package/esm/icons/components/BidIcon.js +1 -7
- package/esm/icons/components/BidKrIcon.js +1 -7
- package/esm/icons/components/BreaksIcon.js +1 -7
- package/esm/icons/components/BuyCarIcon.js +1 -7
- package/esm/icons/components/CabIcon.js +1 -7
- package/esm/icons/components/CalendarIcon.js +1 -7
- package/esm/icons/components/CameraIcon.js +1 -7
- package/esm/icons/components/Car360Icon.js +1 -7
- package/esm/icons/components/CarFrontIcon.js +1 -7
- package/esm/icons/components/CarSearchIcon.js +1 -7
- package/esm/icons/components/CarSideIcon.js +1 -7
- package/esm/icons/components/CarTiresIcon.js +1 -7
- package/esm/icons/components/CaravanIcon.js +1 -7
- package/esm/icons/components/CardViewIcon.js +1 -7
- package/esm/icons/components/CarloanIcon.js +1 -7
- package/esm/icons/components/CertifiedIcon.js +1 -7
- package/esm/icons/components/ChatIcon.js +1 -7
- package/esm/icons/components/CheckIcon.js +1 -7
- package/esm/icons/components/CheckThinIcon.js +1 -7
- package/esm/icons/components/CheckmarkFilledIcon.js +1 -7
- package/esm/icons/components/CheckmarkIcon.js +1 -7
- package/esm/icons/components/ClipboardFilledIcon.js +1 -7
- package/esm/icons/components/ClipboardIcon.js +1 -7
- package/esm/icons/components/ClockFilledIcon.js +1 -7
- package/esm/icons/components/ClockIcon.js +1 -7
- package/esm/icons/components/CloseIcon.js +1 -7
- package/esm/icons/components/CloseThinIcon.js +1 -7
- package/esm/icons/components/CoffeeIcon.js +1 -7
- package/esm/icons/components/CombiIcon.js +1 -7
- package/esm/icons/components/CommentCircleFilledIcon.js +1 -7
- package/esm/icons/components/CommentCircleIconIcon.js +1 -7
- package/esm/icons/components/CommentIcon.js +1 -7
- package/esm/icons/components/ContactIcon.js +1 -7
- package/esm/icons/components/CoupeIcon.js +1 -7
- package/esm/icons/components/CreditCardIcon.js +1 -7
- package/esm/icons/components/CrossCircleIcon.js +1 -7
- package/esm/icons/components/CrownIcon.js +1 -7
- package/esm/icons/components/DealmakerIcon.js +1 -7
- package/esm/icons/components/DeliveryIcon.js +1 -7
- package/esm/icons/components/DetailedSearchIcon.js +1 -7
- package/esm/icons/components/EcoFriendlyIcon.js +1 -7
- package/esm/icons/components/EditIcon.js +1 -7
- package/esm/icons/components/EngineIcon.js +1 -7
- package/esm/icons/components/EnglandFlagIcon.js +1 -7
- package/esm/icons/components/EvaluationIcon.js +1 -7
- package/esm/icons/components/ExaminationMarkFilledIcon.js +1 -7
- package/esm/icons/components/ExaminationMarkIcon.js +1 -7
- package/esm/icons/components/ExteriorIcon.js +1 -7
- package/esm/icons/components/EyeIcon.js +1 -7
- package/esm/icons/components/FacebookBtnIcon.js +1 -7
- package/esm/icons/components/FacebookIcon.js +1 -7
- package/esm/icons/components/FatalIcon.js +1 -7
- package/esm/icons/components/FavouriteIcon.js +1 -7
- package/esm/icons/components/FavouriteSolidIcon.js +1 -7
- package/esm/icons/components/FilterIcon.js +1 -7
- package/esm/icons/components/FinanceIcon.js +1 -7
- package/esm/icons/components/FindCarIcon.js +1 -7
- package/esm/icons/components/FixedMonthlyCostIcon.js +1 -7
- package/esm/icons/components/FlagIcon.js +1 -7
- package/esm/icons/components/FlexibilityIcon.js +1 -7
- package/esm/icons/components/ForumLargeIcon.js +1 -7
- package/esm/icons/components/ForumSmallIcon.js +1 -7
- package/esm/icons/components/GavelIcon.js +1 -7
- package/esm/icons/components/GearboxIcon.js +1 -7
- package/esm/icons/components/GiftIcon.js +1 -7
- package/esm/icons/components/GridViewIcon.js +1 -7
- package/esm/icons/components/GroupIcon.js +1 -7
- package/esm/icons/components/GuaranteeIcon.js +1 -7
- package/esm/icons/components/GuaranteeLargeIcon.js +1 -7
- package/esm/icons/components/GuaranteeSmallIcon.js +1 -7
- package/esm/icons/components/HalfCombiIcon.js +1 -7
- package/esm/icons/components/HamburgerIcon.js +1 -7
- package/esm/icons/components/HandshakeIcon.js +1 -7
- package/esm/icons/components/HelpingHandIcon.js +1 -7
- package/esm/icons/components/IdIcon.js +1 -7
- package/esm/icons/components/InformationIcon.js +1 -7
- package/esm/icons/components/InstagramIcon.js +1 -7
- package/esm/icons/components/InsuranceIcon.js +1 -7
- package/esm/icons/components/InteriorIcon.js +1 -7
- package/esm/icons/components/InteriorThinIcon.js +1 -7
- package/esm/icons/components/InternationalIcon.js +1 -7
- package/esm/icons/components/KvdTestIcon.js +1 -7
- package/esm/icons/components/KvdVenueIcon.js +1 -7
- package/esm/icons/components/LifebuoyIcon.js +1 -7
- package/esm/icons/components/LiftTruckIcon.js +1 -7
- package/esm/icons/components/LinkedInIcon.js +1 -7
- package/esm/icons/components/ListViewIcon.js +1 -7
- package/esm/icons/components/MailIcon.js +1 -7
- package/esm/icons/components/MinibusIcon.js +1 -7
- package/esm/icons/components/MinivanIcon.js +1 -7
- package/esm/icons/components/MobileIcon.js +1 -7
- package/esm/icons/components/MotorcycleIcon.js +1 -7
- package/esm/icons/components/MrfLogoIcon.js +1 -7
- package/esm/icons/components/NotFoundIcon.js +1 -7
- package/esm/icons/components/OverbidIcon.js +1 -7
- package/esm/icons/components/PdfIconIcon.js +1 -7
- package/esm/icons/components/PhoneIcon.js +1 -7
- package/esm/icons/components/PickUpIcon.js +1 -7
- package/esm/icons/components/PinIcon.js +1 -7
- package/esm/icons/components/PlayIcon.js +1 -7
- package/esm/icons/components/Pricetag.js +1 -7
- package/esm/icons/components/PricetagFilledKronaIcon.js +1 -7
- package/esm/icons/components/PrivateCarIcon.js +1 -7
- package/esm/icons/components/ProfileCircleIcon.js +1 -7
- package/esm/icons/components/ProfileIcon.js +1 -7
- package/esm/icons/components/RadioIcon.js +1 -7
- package/esm/icons/components/ReclamationIcon.js +1 -7
- package/esm/icons/components/ReleasingIcon.js +1 -7
- package/esm/icons/components/RemoveFilterIcon.js +1 -7
- package/esm/icons/components/ReservedPriceIcon.js +1 -7
- package/esm/icons/components/ResultIcon.js +1 -7
- package/esm/icons/components/SafePaymentIcon.js +1 -7
- package/esm/icons/components/SaleTagIcon.js +1 -7
- package/esm/icons/components/SearchCheckIcon.js +1 -7
- package/esm/icons/components/SearchIcon.js +1 -7
- package/esm/icons/components/SedanIcon.js +1 -7
- package/esm/icons/components/SellCarIcon.js +1 -7
- package/esm/icons/components/SellCarsIcon.js +1 -7
- package/esm/icons/components/ServiceIcon.js +1 -7
- package/esm/icons/components/ShareIcon.js +1 -7
- package/esm/icons/components/ShieldIcon.js +1 -7
- package/esm/icons/components/SignInIcon.js +1 -7
- package/esm/icons/components/SignOutIcon.js +1 -7
- package/esm/icons/components/SpeedMeterIcon.js +1 -7
- package/esm/icons/components/StarCircleIcon.js +1 -7
- package/esm/icons/components/StartIcon.js +1 -7
- package/esm/icons/components/StoreIcon.js +1 -7
- package/esm/icons/components/SuvIcon.js +1 -7
- package/esm/icons/components/SwedenFlag.js +1 -7
- package/esm/icons/components/TankIcon.js +1 -7
- package/esm/icons/components/TireIcon.js +1 -7
- package/esm/icons/components/TransportIcon.js +1 -7
- package/esm/icons/components/TrashcanIcon.js +1 -7
- package/esm/icons/components/TrophyIcon.js +1 -7
- package/esm/icons/components/TruckIcon.js +1 -7
- package/esm/icons/components/UmbrellaIcon.js +1 -7
- package/esm/icons/components/ValuationIcon.js +1 -7
- package/esm/icons/components/ValueIcon.js +1 -7
- package/esm/icons/components/WarningIcon.js +1 -7
- package/esm/icons/components/YoutubeIcon.js +1 -7
- package/esm/icons/components/index.js +1 -157
- package/esm/index.js +1 -221
- package/esm/shared/constants.js +1 -3
- package/esm/shared/helpers.js +1 -23
- package/esm/shared/helpers.spec.js +1 -40
- package/esm/shared/media-queries.js +1 -35
- package/esm/theme.js +1 -121
- package/esm/typography/BodyText/index.js +20 -35
- package/esm/typography/ButtonText/index.js +15 -28
- package/esm/typography/Heading/index.js +22 -38
- package/esm/utils/utils.js +2 -25
- package/package.json +11 -8
- package/types/components/DayPicker/index.d.ts +0 -1
- package/types/components/DayPicker/style.d.ts +2 -0
- package/types/components/FieldLabel.d.ts +1 -1
- package/types/components/Header/Link.d.ts +1 -1
- package/types/components/MenuItem/index.d.ts +1 -1
- package/types/components/Select/index.d.ts +9 -8
- package/cjs/react-app-env.d.js +0 -2
- package/cjs/styled.d.js +0 -4
- package/esm/react-app-env.d.js +0 -1
- package/esm/styled.d.js +0 -1
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ExteriorIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M8.748 6.04a9.25 9.25 0 016.62-2.79H20a2.25 2.25 0 012.25 2.25v14c0 .69-.56 1.25-1.25 1.25H3c-.69 0-1.25-.56-1.25-1.25v-2.524a9.25 9.25 0 012.63-6.46L8.748 6.04zm6.62-4.29a10.75 10.75 0 00-7.694 3.242L3.306 9.468A10.75 10.75 0 00.25 16.976V19.5A2.75 2.75 0 003 22.25h18a2.75 2.75 0 002.75-2.75v-14A3.75 3.75 0 0020 1.75h-4.632zm-.797 4a4.25 4.25 0 00-3.005 1.245l-3.512 3.512c.097-.005.194-.007.292-.007h.5a1 1 0 011 1v1.25h9.904v-7h-5.179zm-4.066.184L4.72 11.72c-.153.116-.3.24-.443.371l-.457.422c-1.003.926-.348 2.602 1.017 2.602h4.01a1 1 0 00.991-.865H20.2c.58 0 1.05-.47 1.05-1.05V5.5c0-.69-.56-1.25-1.25-1.25h-5.429a5.75 5.75 0 00-4.066 1.684zM8.346 12a4.5 4.5 0 00-3.052 1.193l-.458.422h3.51V12zM15 16.75a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ExteriorIcon as default };
|
|
1
|
+
import*as a from"react";function t(e){return a.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},a.createElement("path",{d:"M8.748 6.04a9.25 9.25 0 016.62-2.79H20a2.25 2.25 0 012.25 2.25v14c0 .69-.56 1.25-1.25 1.25H3c-.69 0-1.25-.56-1.25-1.25v-2.524a9.25 9.25 0 012.63-6.46L8.748 6.04zm6.62-4.29a10.75 10.75 0 00-7.694 3.242L3.306 9.468A10.75 10.75 0 00.25 16.976V19.5A2.75 2.75 0 003 22.25h18a2.75 2.75 0 002.75-2.75v-14A3.75 3.75 0 0020 1.75h-4.632zm-.797 4a4.25 4.25 0 00-3.005 1.245l-3.512 3.512c.097-.005.194-.007.292-.007h.5a1 1 0 011 1v1.25h9.904v-7h-5.179zm-4.066.184L4.72 11.72c-.153.116-.3.24-.443.371l-.457.422c-1.003.926-.348 2.602 1.017 2.602h4.01a1 1 0 00.991-.865H20.2c.58 0 1.05-.47 1.05-1.05V5.5c0-.69-.56-1.25-1.25-1.25h-5.429a5.75 5.75 0 00-4.066 1.684zM8.346 12a4.5 4.5 0 00-3.052 1.193l-.458.422h3.51V12zM15 16.75a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function EyeIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 16 10", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.301 4.119v.001C-.1 4.637-.1 5.36.3 5.877 2.248 8.384 4.95 10 8 10c3.05 0 5.752-1.617 7.699-4.119V5.88c.401-.517.401-1.24 0-1.757C13.752 1.616 11.05 0 8 0 4.95 0 2.248 1.617.301 4.119zM7.92 8.335a3.333 3.333 0 100-6.667 3.333 3.333 0 000 6.667z" }, void 0), jsx("circle", { cx: 7.914, cy: 5, r: 2.5 }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { EyeIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 16 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.301 4.119v.001C-.1 4.637-.1 5.36.3 5.877 2.248 8.384 4.95 10 8 10c3.05 0 5.752-1.617 7.699-4.119V5.88c.401-.517.401-1.24 0-1.757C13.752 1.616 11.05 0 8 0 4.95 0 2.248 1.617.301 4.119zM7.92 8.335a3.333 3.333 0 100-6.667 3.333 3.333 0 000 6.667z"}),e.createElement("circle",{cx:7.914,cy:5,r:2.5}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FacebookBtnIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "1em", viewBox: "0 0 56.7 56.7", width: "1em", fill: "currentColor" }, props, { children: jsx("path", { d: "M40.4 21.7h-7.6v-5c0-1.9 1.2-2.3 2.1-2.3h5.4V6.1h-7.4c-8.2 0-10.1 6.2-10.1 10.1v5.5H18v8.5h4.8v24.1h10V30.2h6.8l.8-8.5z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FacebookBtnIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",height:"1em",viewBox:"0 0 56.7 56.7",width:"1em",fill:"currentColor",...t},e.createElement("path",{d:"M40.4 21.7h-7.6v-5c0-1.9 1.2-2.3 2.1-2.3h5.4V6.1h-7.4c-8.2 0-10.1 6.2-10.1 10.1v5.5H18v8.5h4.8v24.1h10V30.2h6.8l.8-8.5z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FacebookIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.001 12c0-6.075-4.925-11-11-11C5.925 1 1 5.925 1 12c0 5.491 4.023 10.042 9.282 10.868V15.18H7.489V12h2.793V9.577c0-2.757 1.642-4.28 4.155-4.28 1.204 0 2.462.215 2.462.215v2.707h-1.387c-1.366 0-1.793.848-1.793 1.718v2.064h3.051l-.487 3.18h-2.564v7.687c5.26-.826 9.282-5.377 9.282-10.867z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FacebookIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.001 12c0-6.075-4.925-11-11-11C5.925 1 1 5.925 1 12c0 5.491 4.023 10.042 9.282 10.868V15.18H7.489V12h2.793V9.577c0-2.757 1.642-4.28 4.155-4.28 1.204 0 2.462.215 2.462.215v2.707h-1.387c-1.366 0-1.793.848-1.793 1.718v2.064h3.051l-.487 3.18h-2.564v7.687c5.26-.826 9.282-5.377 9.282-10.867z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FatalIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 236 165.9", fill: "currentColor", width: "1em", height: "1em" }, props, { children: [jsx("path", { d: "M34.2 112.1l35.7 5.5 42.3 6.5 18.2 2.6c3.3.5 5-.4 6.5-2.3.6-.7 1.1-1.5 1.4-2.4l5.8-17.7c1.6-4.8 1.6-11.8.3-17.6 2.6-.6 4.8-2.3 5.3-6.1 1.1-7.3-5.6-9-11-9.1l.1-.4-9.5-23.1c-3.4-8.3-12.7-15.5-21.5-16.8l-48.3-7.4c-8.8-1.3-19.9 2.8-25.6 9.6l-16 19.2v.4c-5.2-1.4-12.1-1.9-13.2 5.4-.6 3.8.9 6 3.3 7.4C5 71 2.9 77.6 3 82.7l.3 18.6c0 .9.4 3.5 7.5 5.4m32.5-65.4c2.9-3.5 9.8-6.1 14.3-5.4l48.3 7.4c4.6.7 10.3 5.1 12.1 9.4l7.5 18.1-94.7-14.5 12.5-15zm-16 51.3c-5-.8-8.5-5.4-7.7-10.4.8-5 5.4-8.4 10.4-7.6 5 .8 8.5 5.4 7.7 10.4-.7 5-5.4 8.4-10.4 7.6zM94 111.5l-40.8-6.2 2.1-13.6 40.8 6.2-2.1 13.6zm24-5c-5-.8-8.5-5.4-7.7-10.4.8-5 5.4-8.4 10.4-7.6 5 .8 8.5 5.4 7.7 10.4-.8 5-5.4 8.4-10.4 7.6z" }, void 0), jsx("path", { d: "M9.9 120.8v-18.2c0-3.3 2.7-6 6-6h12.7c3.3 0 6 2.7 6 6v18.2c0 3.3-2.7 6-6 6H15.9c-3.3 0-6-2.7-6-6zM175.8 102.1H228c3.3 0 6 2.7 6 6v12.7c0 3.3-2.7 6-6 6h-52.2c-3.3 0-6-2.7-6-6v-12.7c0-3.3 2.7-6 6-6z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FatalIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 236 165.9",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{d:"M34.2 112.1l35.7 5.5 42.3 6.5 18.2 2.6c3.3.5 5-.4 6.5-2.3.6-.7 1.1-1.5 1.4-2.4l5.8-17.7c1.6-4.8 1.6-11.8.3-17.6 2.6-.6 4.8-2.3 5.3-6.1 1.1-7.3-5.6-9-11-9.1l.1-.4-9.5-23.1c-3.4-8.3-12.7-15.5-21.5-16.8l-48.3-7.4c-8.8-1.3-19.9 2.8-25.6 9.6l-16 19.2v.4c-5.2-1.4-12.1-1.9-13.2 5.4-.6 3.8.9 6 3.3 7.4C5 71 2.9 77.6 3 82.7l.3 18.6c0 .9.4 3.5 7.5 5.4m32.5-65.4c2.9-3.5 9.8-6.1 14.3-5.4l48.3 7.4c4.6.7 10.3 5.1 12.1 9.4l7.5 18.1-94.7-14.5 12.5-15zm-16 51.3c-5-.8-8.5-5.4-7.7-10.4.8-5 5.4-8.4 10.4-7.6 5 .8 8.5 5.4 7.7 10.4-.7 5-5.4 8.4-10.4 7.6zM94 111.5l-40.8-6.2 2.1-13.6 40.8 6.2-2.1 13.6zm24-5c-5-.8-8.5-5.4-7.7-10.4.8-5 5.4-8.4 10.4-7.6 5 .8 8.5 5.4 7.7 10.4-.8 5-5.4 8.4-10.4 7.6z"}),c.createElement("path",{d:"M9.9 120.8v-18.2c0-3.3 2.7-6 6-6h12.7c3.3 0 6 2.7 6 6v18.2c0 3.3-2.7 6-6 6H15.9c-3.3 0-6-2.7-6-6zM175.8 102.1H228c3.3 0 6 2.7 6 6v12.7c0 3.3-2.7 6-6 6h-52.2c-3.3 0-6-2.7-6-6v-12.7c0-3.3 2.7-6 6-6z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FavouriteIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 16 14", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M15.225 2.985a4.57 4.57 0 00-1-1.455A4.664 4.664 0 0010.948.198a4.695 4.695 0 00-2.949 1.038A4.695 4.695 0 005.052.197 4.664 4.664 0 001.776 1.53a4.543 4.543 0 00-1.37 3.246c0 .586.12 1.196.357 1.816.199.519.483 1.057.847 1.6.577.86 1.37 1.756 2.354 2.665a26.313 26.313 0 003.315 2.589l.417.267a.565.565 0 00.606 0l.417-.267a26.646 26.646 0 003.315-2.59c.985-.908 1.777-1.805 2.354-2.664a8.04 8.04 0 00.847-1.6c.238-.62.357-1.23.357-1.816a4.475 4.475 0 00-.367-1.79zM8 12.323s-6.258-4.01-6.258-7.547c0-1.79 1.482-3.243 3.31-3.243 1.285 0 2.4.717 2.948 1.765a3.32 3.32 0 012.948-1.765c1.828 0 3.31 1.452 3.31 3.243C14.258 8.313 8 12.323 8 12.323z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FavouriteIcon as default };
|
|
1
|
+
import*as e from"react";function t(a){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 16 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...a},e.createElement("path",{d:"M15.225 2.985a4.57 4.57 0 00-1-1.455A4.664 4.664 0 0010.948.198a4.695 4.695 0 00-2.949 1.038A4.695 4.695 0 005.052.197 4.664 4.664 0 001.776 1.53a4.543 4.543 0 00-1.37 3.246c0 .586.12 1.196.357 1.816.199.519.483 1.057.847 1.6.577.86 1.37 1.756 2.354 2.665a26.313 26.313 0 003.315 2.589l.417.267a.565.565 0 00.606 0l.417-.267a26.646 26.646 0 003.315-2.59c.985-.908 1.777-1.805 2.354-2.664a8.04 8.04 0 00.847-1.6c.238-.62.357-1.23.357-1.816a4.475 4.475 0 00-.367-1.79zM8 12.323s-6.258-4.01-6.258-7.547c0-1.79 1.482-3.243 3.31-3.243 1.285 0 2.4.717 2.948 1.765a3.32 3.32 0 012.948-1.765c1.828 0 3.31 1.452 3.31 3.243C14.258 8.313 8 12.323 8 12.323z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FavouriteSolidIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 16 14", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M15.225 2.985a4.57 4.57 0 00-1-1.455A4.664 4.664 0 0010.948.198a4.695 4.695 0 00-2.949 1.038A4.695 4.695 0 005.052.197 4.664 4.664 0 001.776 1.53a4.543 4.543 0 00-1.37 3.246c0 .586.12 1.196.357 1.816.199.519.483 1.057.847 1.6.577.86 1.37 1.756 2.354 2.665a26.313 26.313 0 003.315 2.589l.417.267a.565.565 0 00.606 0l.417-.267a26.646 26.646 0 003.315-2.59c.985-.908 1.777-1.805 2.354-2.664a8.04 8.04 0 00.847-1.6c.238-.62.357-1.23.357-1.816a4.475 4.475 0 00-.367-1.79z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FavouriteSolidIcon as default };
|
|
1
|
+
import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 16 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M15.225 2.985a4.57 4.57 0 00-1-1.455A4.664 4.664 0 0010.948.198a4.695 4.695 0 00-2.949 1.038A4.695 4.695 0 005.052.197 4.664 4.664 0 001.776 1.53a4.543 4.543 0 00-1.37 3.246c0 .586.12 1.196.357 1.816.199.519.483 1.057.847 1.6.577.86 1.37 1.756 2.354 2.665a26.313 26.313 0 003.315 2.589l.417.267a.565.565 0 00.606 0l.417-.267a26.646 26.646 0 003.315-2.59c.985-.908 1.777-1.805 2.354-2.664a8.04 8.04 0 00.847-1.6c.238-.62.357-1.23.357-1.816a4.475 4.475 0 00-.367-1.79z"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FilterIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 27 25", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 7.2h10.17a3.001 3.001 0 015.66 0H22v1.5h-4.041a3 3 0 01-5.918 0H2V7.2zm13 2.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM2 15.2h3.17a3.001 3.001 0 015.66 0H22v1.5H10.959a3 3 0 01-5.918 0H2v-1.5zm6 2.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FilterIcon as default };
|
|
1
|
+
import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 27 25",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 7.2h10.17a3.001 3.001 0 015.66 0H22v1.5h-4.041a3 3 0 01-5.918 0H2V7.2zm13 2.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM2 15.2h3.17a3.001 3.001 0 015.66 0H22v1.5H10.959a3 3 0 01-5.918 0H2v-1.5zm6 2.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FinanceIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 18 24" }, props, { children: jsx("path", { d: "M8.4 3.9h-.6c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6V1.3c-1 0-1.8.8-1.8 1.9 0 1.1.8 1.9 1.8 1.9h.6v1.3H6.6v1.3h1.8V9h1.2V7.7h.6V6.4h-.6V5.1h.6c.3 0 .6.3.6.7 0 .3-.3.6-.6.6v1.3c1 0 1.8-.8 1.8-1.9 0-1.1-.8-1.9-1.8-1.9h-.6V2.6h1.8V1.3H9.6V0H8.4v1.3h-.6v1.3h.6v1.3zM18 16.4c0 .4-.2.7-.5.8.2.7.4 1.5.3 2.2l-.4 2.3c0 .1-.1.3-.1.3v1.2c0 .5-.4.8-.8.8H15c-.4 0-.7-.3-.7-.8v-.7H1.5c-.3 0-.6-.2-.7-.5 0 0 .2.5.7.5h2.3v.8c0 .4-.4.7-.8.7H1.5c-.4 0-.7-.3-.7-.7V22c-.1-.1-.2-.2-.2-.3l-.4-2.3c-.1-.7.1-1.5.3-2.2-.3-.1-.5-.4-.5-.8 0-1 .8-1.1 1.5-1l1.6-2.7c.5-1 1.8-1.7 2.9-1.7h6c1.1 0 2.4.7 2.9 1.7l1.6 2.7c.7-.1 1.5 0 1.5 1zm-3.1-.8l-1.3-2.1c-.3-.5-1-1-1.6-1H6c-.6 0-1.3.5-1.6 1l-1.3 2.1h11.8zm-.3 4.6c.6 0 1.2-.5 1.2-1.2 0-.6-.6-1.1-1.2-1.1s-1.1.5-1.1 1.1c0 .7.5 1.2 1.1 1.2zm-11.2 0c.6 0 1.1-.5 1.1-1.2 0-.6-.5-1.1-1.1-1.1-.6 0-1.1.5-1.1 1.1 0 .7.5 1.2 1.1 1.2zm3.4-.8v.8h4.5v-.8H6.8z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FinanceIcon as default };
|
|
1
|
+
import*as c from"react";function e(h){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 18 24",...h},c.createElement("path",{d:"M8.4 3.9h-.6c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6V1.3c-1 0-1.8.8-1.8 1.9 0 1.1.8 1.9 1.8 1.9h.6v1.3H6.6v1.3h1.8V9h1.2V7.7h.6V6.4h-.6V5.1h.6c.3 0 .6.3.6.7 0 .3-.3.6-.6.6v1.3c1 0 1.8-.8 1.8-1.9 0-1.1-.8-1.9-1.8-1.9h-.6V2.6h1.8V1.3H9.6V0H8.4v1.3h-.6v1.3h.6v1.3zM18 16.4c0 .4-.2.7-.5.8.2.7.4 1.5.3 2.2l-.4 2.3c0 .1-.1.3-.1.3v1.2c0 .5-.4.8-.8.8H15c-.4 0-.7-.3-.7-.8v-.7H1.5c-.3 0-.6-.2-.7-.5 0 0 .2.5.7.5h2.3v.8c0 .4-.4.7-.8.7H1.5c-.4 0-.7-.3-.7-.7V22c-.1-.1-.2-.2-.2-.3l-.4-2.3c-.1-.7.1-1.5.3-2.2-.3-.1-.5-.4-.5-.8 0-1 .8-1.1 1.5-1l1.6-2.7c.5-1 1.8-1.7 2.9-1.7h6c1.1 0 2.4.7 2.9 1.7l1.6 2.7c.7-.1 1.5 0 1.5 1zm-3.1-.8l-1.3-2.1c-.3-.5-1-1-1.6-1H6c-.6 0-1.3.5-1.6 1l-1.3 2.1h11.8zm-.3 4.6c.6 0 1.2-.5 1.2-1.2 0-.6-.6-1.1-1.2-1.1s-1.1.5-1.1 1.1c0 .7.5 1.2 1.1 1.2zm-11.2 0c.6 0 1.1-.5 1.1-1.2 0-.6-.5-1.1-1.1-1.1-.6 0-1.1.5-1.1 1.1 0 .7.5 1.2 1.1 1.2zm3.4-.8v.8h4.5v-.8H6.8z"}))}export{e as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FindCarIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 64", fill: "currentColor" }, props, { children: jsx("path", { d: "M44 41.6c1.7-.2 4 0 4 2.4 0 1.3-.6 1.9-1.4 2.2.7 1.8 1 4.1.7 5.7l-1 6.1c0 .3-.1.6-.3.9V62c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-2H10v2c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-3.1c-.2-.3-.3-.6-.3-.9l-1-6.1c-.3-1.6 0-3.9.7-5.7C.6 45.9 0 45.3 0 44c0-2.4 2.3-2.6 4-2.4v-.2l4.2-7C9.7 31.9 13.1 30 16 30h16c2.9 0 6.3 1.9 7.8 4.4l4.2 7v.2zm-4.3.4l-3.4-5.5c-.7-1.3-2.8-2.5-4.3-2.5H16c-1.5 0-3.6 1.2-4.3 2.5L8.3 42h31.4zM56 14c0 7.7-6.3 14-14 14s-14-6.3-14-14S34.3 0 42 0s14 6.3 14 14zm8 20l-2 2-8.5-8.5 2-2L64 34zM39 54c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zM9 54c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm44.2-40c0-6.2-5-11.2-11.2-11.2-6.2 0-11.2 5-11.2 11.2 0 6.2 5 11.2 11.2 11.2 6.2 0 11.2-5 11.2-11.2z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FindCarIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 64",fill:"currentColor",...e},c.createElement("path",{d:"M44 41.6c1.7-.2 4 0 4 2.4 0 1.3-.6 1.9-1.4 2.2.7 1.8 1 4.1.7 5.7l-1 6.1c0 .3-.1.6-.3.9V62c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-2H10v2c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-3.1c-.2-.3-.3-.6-.3-.9l-1-6.1c-.3-1.6 0-3.9.7-5.7C.6 45.9 0 45.3 0 44c0-2.4 2.3-2.6 4-2.4v-.2l4.2-7C9.7 31.9 13.1 30 16 30h16c2.9 0 6.3 1.9 7.8 4.4l4.2 7v.2zm-4.3.4l-3.4-5.5c-.7-1.3-2.8-2.5-4.3-2.5H16c-1.5 0-3.6 1.2-4.3 2.5L8.3 42h31.4zM56 14c0 7.7-6.3 14-14 14s-14-6.3-14-14S34.3 0 42 0s14 6.3 14 14zm8 20l-2 2-8.5-8.5 2-2L64 34zM39 54c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zM9 54c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm44.2-40c0-6.2-5-11.2-11.2-11.2-6.2 0-11.2 5-11.2 11.2 0 6.2 5 11.2 11.2 11.2 6.2 0 11.2-5 11.2-11.2z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FixedMonthlyCostIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.44 22l-1.673-2.641V22H22v-8.25h1.715v4.526l1.725-2.501h2.008L25.2 18.893 27.5 22h-2.06zm13.747 9.611c0 .604-.281.923-.667 1.077.334.854.491 1.929.363 2.713l-.489 2.992a1.05 1.05 0 01-.152.393v1.517a.955.955 0 01-.954.947h-1.873a.952.952 0 01-.954-.947v-.98H21.227v.988a.95.95 0 01-.955.939H18.4a.944.944 0 01-.955-.939v-1.528l.017.026a1.293 1.293 0 01-.017-.026 1.036 1.036 0 01-.152-.39l-.489-2.992c-.127-.782.028-1.856.363-2.713-.386-.154-.667-.473-.667-1.077 0-1.174 1.066-1.27 1.89-1.17v-.06l1.995-3.39c.71-1.206 2.307-2.126 3.686-2.126h7.546c1.384 0 2.971.912 3.685 2.126l1.995 3.39v.06c.825-.1 1.89-.004 1.89 1.17zm-3.938-.963l-1.568-2.665c-.372-.632-1.343-1.19-2.064-1.19H24.07c-.716 0-1.697.565-2.065 1.19l-1.568 2.665H35.25zm1.103 4.337c0 .798-.635 1.446-1.418 1.446-.783 0-1.418-.648-1.418-1.446 0-.798.635-1.446 1.418-1.446.783 0 1.418.648 1.418 1.446zm-15.598 1.446c.783 0 1.418-.648 1.418-1.446 0-.798-.635-1.446-1.418-1.446-.783 0-1.418.648-1.418 1.446 0 .798.635 1.446 1.418 1.446zm4.254 0v-.964h5.672v.964h-5.672zM33 15.675a2.392 2.392 0 00-1.185.328 2.714 2.714 0 00-1.008.902v-1.171h-1.932V22h1.956v-2.846a1.286 1.286 0 01.427-1.101 1.925 1.925 0 011.185-.328H33v-2.05z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FixedMonthlyCostIcon as default };
|
|
1
|
+
import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.44 22l-1.673-2.641V22H22v-8.25h1.715v4.526l1.725-2.501h2.008L25.2 18.893 27.5 22h-2.06zm13.747 9.611c0 .604-.281.923-.667 1.077.334.854.491 1.929.363 2.713l-.489 2.992a1.05 1.05 0 01-.152.393v1.517a.955.955 0 01-.954.947h-1.873a.952.952 0 01-.954-.947v-.98H21.227v.988a.95.95 0 01-.955.939H18.4a.944.944 0 01-.955-.939v-1.528l.017.026a1.293 1.293 0 01-.017-.026 1.036 1.036 0 01-.152-.39l-.489-2.992c-.127-.782.028-1.856.363-2.713-.386-.154-.667-.473-.667-1.077 0-1.174 1.066-1.27 1.89-1.17v-.06l1.995-3.39c.71-1.206 2.307-2.126 3.686-2.126h7.546c1.384 0 2.971.912 3.685 2.126l1.995 3.39v.06c.825-.1 1.89-.004 1.89 1.17zm-3.938-.963l-1.568-2.665c-.372-.632-1.343-1.19-2.064-1.19H24.07c-.716 0-1.697.565-2.065 1.19l-1.568 2.665H35.25zm1.103 4.337c0 .798-.635 1.446-1.418 1.446-.783 0-1.418-.648-1.418-1.446 0-.798.635-1.446 1.418-1.446.783 0 1.418.648 1.418 1.446zm-15.598 1.446c.783 0 1.418-.648 1.418-1.446 0-.798-.635-1.446-1.418-1.446-.783 0-1.418.648-1.418 1.446 0 .798.635 1.446 1.418 1.446zm4.254 0v-.964h5.672v.964h-5.672zM33 15.675a2.392 2.392 0 00-1.185.328 2.714 2.714 0 00-1.008.902v-1.171h-1.932V22h1.956v-2.846a1.286 1.286 0 01.427-1.101 1.925 1.925 0 011.185-.328H33v-2.05z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FlagIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 26 18", fill: "currentColor" }, props, { children: jsx("path", { d: "M12 7V1H8v6H1v4h7v6h4v-6h13V7H12zM0 2C0 .9.9 0 2 0h22c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FlagIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 26 18",fill:"currentColor",...t},e.createElement("path",{d:"M12 7V1H8v6H1v4h7v6h4v-6h13V7H12zM0 2C0 .9.9 0 2 0h22c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function FlexibilityIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.867 20.453c1.422 0 2.777-.286 4.01-.805a10.396 10.396 0 005.545-5.544c.518-1.233.805-2.588.805-4.01 0 1.422.286 2.777.804 4.01a10.396 10.396 0 005.545 5.544c1.233.519 2.588.805 4.01.805-1.422 0-2.777.287-4.01.805a10.396 10.396 0 00-5.545 5.544 10.326 10.326 0 00-.804 4.01c0-1.421-.287-2.776-.805-4.01a10.396 10.396 0 00-5.544-5.544 10.328 10.328 0 00-4.01-.805zm5.778 0a11.916 11.916 0 014.582 4.582 11.916 11.916 0 014.582-4.582 11.916 11.916 0 01-4.582-4.582 11.916 11.916 0 01-4.582 4.582zm5.187 13.363c0-.958-.913-1.088-1.626-.958l-1.716-2.764a3.956 3.956 0 00-1.37-1.23 4.06 4.06 0 00-1.793-.489h-6.482a4.06 4.06 0 00-1.793.489c-.55.299-1.02.72-1.37 1.23l-1.716 2.72c-.713-.075-1.626 0-1.626.958a.823.823 0 00.15.56.857.857 0 00.485.333 5.484 5.484 0 00-.312 2.557l.334 1.893a1 1 0 00.156.392v1.153c0 .252.102.492.284.67a.98.98 0 00.685.277h1.281c.258 0 .506-.1.69-.276a.947.947 0 00.29-.67v-.62h11.383v.62a.947.947 0 00.291.67.991.991 0 00.69.276h1.303a.98.98 0 00.685-.277.936.936 0 00.284-.67v-1.11a.999.999 0 00.156-.391l.334-1.894a5.472 5.472 0 00-.312-2.557.857.857 0 00.485-.332.823.823 0 00.15-.56zm-14.758-2.95c.204-.278.468-.51.774-.677.307-.167.647-.266.997-.29h6.482c.35.02.692.119.999.286.306.168.57.4.772.682l1.348 2.176h-12.72l1.348-2.176zm-1.114 6.867a1.223 1.223 0 01-.665-.203 1.18 1.18 0 01-.438-.53 1.15 1.15 0 01.267-1.277 1.229 1.229 0 011.31-.25c.22.09.406.24.538.433a1.156 1.156 0 01-.142 1.475c-.221.22-.521.347-.837.352h-.033zm8.532 0h-4.845v-.783h4.878l-.033.783zm3.653 0a1.223 1.223 0 01-.665-.203 1.18 1.18 0 01-.438-.53 1.15 1.15 0 01.268-1.277 1.229 1.229 0 011.31-.25c.218.09.405.24.537.433a1.156 1.156 0 01-.142 1.475c-.221.22-.521.347-.837.352h-.033zM16.278 25.664c-.72.554-1.62.883-2.598.883a4.247 4.247 0 013.383 1.667c.553.72.882 1.62.882 2.599a4.247 4.247 0 011.667-3.383 4.247 4.247 0 012.599-.883 4.247 4.247 0 01-3.383-1.667 4.247 4.247 0 01-.883-2.599 4.247 4.247 0 01-1.667 3.383zm1.667 1.27a5.823 5.823 0 00-.386-.387 5.8 5.8 0 00.386-.387 5.8 5.8 0 00.387.387 5.823 5.823 0 00-.387.386z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { FlexibilityIcon as default };
|
|
1
|
+
import*as e from"react";function c(a){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...a},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.867 20.453c1.422 0 2.777-.286 4.01-.805a10.396 10.396 0 005.545-5.544c.518-1.233.805-2.588.805-4.01 0 1.422.286 2.777.804 4.01a10.396 10.396 0 005.545 5.544c1.233.519 2.588.805 4.01.805-1.422 0-2.777.287-4.01.805a10.396 10.396 0 00-5.545 5.544 10.326 10.326 0 00-.804 4.01c0-1.421-.287-2.776-.805-4.01a10.396 10.396 0 00-5.544-5.544 10.328 10.328 0 00-4.01-.805zm5.778 0a11.916 11.916 0 014.582 4.582 11.916 11.916 0 014.582-4.582 11.916 11.916 0 01-4.582-4.582 11.916 11.916 0 01-4.582 4.582zm5.187 13.363c0-.958-.913-1.088-1.626-.958l-1.716-2.764a3.956 3.956 0 00-1.37-1.23 4.06 4.06 0 00-1.793-.489h-6.482a4.06 4.06 0 00-1.793.489c-.55.299-1.02.72-1.37 1.23l-1.716 2.72c-.713-.075-1.626 0-1.626.958a.823.823 0 00.15.56.857.857 0 00.485.333 5.484 5.484 0 00-.312 2.557l.334 1.893a1 1 0 00.156.392v1.153c0 .252.102.492.284.67a.98.98 0 00.685.277h1.281c.258 0 .506-.1.69-.276a.947.947 0 00.29-.67v-.62h11.383v.62a.947.947 0 00.291.67.991.991 0 00.69.276h1.303a.98.98 0 00.685-.277.936.936 0 00.284-.67v-1.11a.999.999 0 00.156-.391l.334-1.894a5.472 5.472 0 00-.312-2.557.857.857 0 00.485-.332.823.823 0 00.15-.56zm-14.758-2.95c.204-.278.468-.51.774-.677.307-.167.647-.266.997-.29h6.482c.35.02.692.119.999.286.306.168.57.4.772.682l1.348 2.176h-12.72l1.348-2.176zm-1.114 6.867a1.223 1.223 0 01-.665-.203 1.18 1.18 0 01-.438-.53 1.15 1.15 0 01.267-1.277 1.229 1.229 0 011.31-.25c.22.09.406.24.538.433a1.156 1.156 0 01-.142 1.475c-.221.22-.521.347-.837.352h-.033zm8.532 0h-4.845v-.783h4.878l-.033.783zm3.653 0a1.223 1.223 0 01-.665-.203 1.18 1.18 0 01-.438-.53 1.15 1.15 0 01.268-1.277 1.229 1.229 0 011.31-.25c.218.09.405.24.537.433a1.156 1.156 0 01-.142 1.475c-.221.22-.521.347-.837.352h-.033zM16.278 25.664c-.72.554-1.62.883-2.598.883a4.247 4.247 0 013.383 1.667c.553.72.882 1.62.882 2.599a4.247 4.247 0 011.667-3.383 4.247 4.247 0 012.599-.883 4.247 4.247 0 01-3.383-1.667 4.247 4.247 0 01-.883-2.599 4.247 4.247 0 01-1.667 3.383zm1.667 1.27a5.823 5.823 0 00-.386-.387 5.8 5.8 0 00.386-.387 5.8 5.8 0 00.387.387 5.823 5.823 0 00-.387.386z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ForumLargeIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 66 55", fill: "currentColor" }, props, { children: jsx("path", { d: "M42.2 26.597c.4 0 .7-.1 1.1-.1 1.4 0 2.5.4 3.3 1.2.8.8 1.1 1.8 1.1 2.9h-3c0-.4-.2-.7-.4-1-.3-.3-.6-.4-1-.4-.5 0-.8.1-1.1.4-.2.3-.3.6-.3 1 0 .7.2 1.1.7 1.4.4.2 1.2.3 2.2.3H46v3.9h-3v-1.8c-1.4 0-2.5-.3-3.2-.9-.7-.6-1.1-1.5-1.1-2.8-3.8 3.2-9.1 4.8-15.2 4.9 1.3 9.5 9.4 14 20.2 14h.2c.1 0 .3.1.7.1.6.1 1.2.3 1.9.4 2 .4 4.1.8 6.1 1.2.4.1.8.2 1.2.2 4.2.8 7.3 1.3 8.8 1.5-.4-.7-1-1.6-1.9-2.8-.2-.2-.4-.6-.7-.9-.6-.8-1.3-1.6-2-2.3-.3-.3-.5-.6-.7-.8l-.2-.2 1.4-1.4c.1 0 .2.1.3.3.2.2.4.5.7.7.7.8 1.4 1.7 2.1 2.5.2.3.5.6.7.9 1 1.3 1.7 2.4 2.1 3.2.7 1.5.5 2.8-1.2 2.8-1.2 0-4.6-.6-9.8-1.5-.4-.1-.8-.2-1.2-.2-2-.4-4-.8-6.1-1.2-.7-.2-1.3-.3-1.9-.4-.3-.1-.5-.1-.6-.1-11.6-.1-20.7-5.1-22.1-15.8-.5.1-1 .3-1.6.4-2.1.4-4.1.8-6.1 1.2-.4 0-.8.1-1.2.2-5.2.9-8.6 1.5-9.8 1.5-1.7 0-1.9-1.3-1.2-2.8.4-.8 1.1-1.9 2.1-3.2.2-.3.5-.6.7-.9.7-.8 1.4-1.7 2.1-2.5.3-.2.5-.5.7-.7.1-.2.2-.3.3-.3l1.4 1.4-.2.2c-.2.2-.4.5-.7.8-.7.7-1.4 1.5-2 2.3-.3.3-.5.7-.7.9-.9 1.2-1.5 2.1-1.9 2.8 1.5-.2 4.6-.7 8.8-1.5.4 0 .8-.1 1.2-.2 2-.4 4.1-.8 6.1-1.2.7-.1 1.3-.3 1.9-.4.4 0 .6-.1.7-.1h.2c11.9 0 20.4-5.4 20.4-16.8 0-7.6-10.4-14.9-20.4-14.9-11.6 0-20.3 6.6-20.3 14.9 0 3 1.3 6.2 2.4 7.2l-1.4 1.5c-1.5-1.4-3-5.2-3-8.7 0-9.6 9.6-16.9 22.3-16.9 10.5 0 21.5 7.4 22.3 15.9 12.2.4 21.4 7.6 21.4 16.9 0 3.5-1.5 7.3-3 8.7l-1.4-1.5c1.1-1 2.4-4.2 2.4-7.2 0-8.1-8.2-14.5-19.4-14.9-.1 3.4-.9 6.3-2.4 8.7zm.3-2.1c.3.3.7.5 1.2.5s.9-.2 1.3-.5c.3-.4.5-.8.5-1.3s-.2-.9-.5-1.2c-.4-.4-.8-.5-1.3-.5s-.9.1-1.2.5c-.4.3-.6.7-.6 1.2s.2.9.6 1.3zm2.7-4.3l.3-9.5H42l.4 9.5h2.8zm-24.9 20.3c.4.3.8.5 1.3.5s.9-.2 1.2-.5c.4-.4.6-.8.6-1.3s-.2-.9-.6-1.2c-.3-.4-.7-.5-1.2-.5s-.9.1-1.3.5c-.3.3-.5.7-.5 1.2s.2.9.5 1.3z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ForumLargeIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 66 55",fill:"currentColor",...e},c.createElement("path",{d:"M42.2 26.597c.4 0 .7-.1 1.1-.1 1.4 0 2.5.4 3.3 1.2.8.8 1.1 1.8 1.1 2.9h-3c0-.4-.2-.7-.4-1-.3-.3-.6-.4-1-.4-.5 0-.8.1-1.1.4-.2.3-.3.6-.3 1 0 .7.2 1.1.7 1.4.4.2 1.2.3 2.2.3H46v3.9h-3v-1.8c-1.4 0-2.5-.3-3.2-.9-.7-.6-1.1-1.5-1.1-2.8-3.8 3.2-9.1 4.8-15.2 4.9 1.3 9.5 9.4 14 20.2 14h.2c.1 0 .3.1.7.1.6.1 1.2.3 1.9.4 2 .4 4.1.8 6.1 1.2.4.1.8.2 1.2.2 4.2.8 7.3 1.3 8.8 1.5-.4-.7-1-1.6-1.9-2.8-.2-.2-.4-.6-.7-.9-.6-.8-1.3-1.6-2-2.3-.3-.3-.5-.6-.7-.8l-.2-.2 1.4-1.4c.1 0 .2.1.3.3.2.2.4.5.7.7.7.8 1.4 1.7 2.1 2.5.2.3.5.6.7.9 1 1.3 1.7 2.4 2.1 3.2.7 1.5.5 2.8-1.2 2.8-1.2 0-4.6-.6-9.8-1.5-.4-.1-.8-.2-1.2-.2-2-.4-4-.8-6.1-1.2-.7-.2-1.3-.3-1.9-.4-.3-.1-.5-.1-.6-.1-11.6-.1-20.7-5.1-22.1-15.8-.5.1-1 .3-1.6.4-2.1.4-4.1.8-6.1 1.2-.4 0-.8.1-1.2.2-5.2.9-8.6 1.5-9.8 1.5-1.7 0-1.9-1.3-1.2-2.8.4-.8 1.1-1.9 2.1-3.2.2-.3.5-.6.7-.9.7-.8 1.4-1.7 2.1-2.5.3-.2.5-.5.7-.7.1-.2.2-.3.3-.3l1.4 1.4-.2.2c-.2.2-.4.5-.7.8-.7.7-1.4 1.5-2 2.3-.3.3-.5.7-.7.9-.9 1.2-1.5 2.1-1.9 2.8 1.5-.2 4.6-.7 8.8-1.5.4 0 .8-.1 1.2-.2 2-.4 4.1-.8 6.1-1.2.7-.1 1.3-.3 1.9-.4.4 0 .6-.1.7-.1h.2c11.9 0 20.4-5.4 20.4-16.8 0-7.6-10.4-14.9-20.4-14.9-11.6 0-20.3 6.6-20.3 14.9 0 3 1.3 6.2 2.4 7.2l-1.4 1.5c-1.5-1.4-3-5.2-3-8.7 0-9.6 9.6-16.9 22.3-16.9 10.5 0 21.5 7.4 22.3 15.9 12.2.4 21.4 7.6 21.4 16.9 0 3.5-1.5 7.3-3 8.7l-1.4-1.5c1.1-1 2.4-4.2 2.4-7.2 0-8.1-8.2-14.5-19.4-14.9-.1 3.4-.9 6.3-2.4 8.7zm.3-2.1c.3.3.7.5 1.2.5s.9-.2 1.3-.5c.3-.4.5-.8.5-1.3s-.2-.9-.5-1.2c-.4-.4-.8-.5-1.3-.5s-.9.1-1.2.5c-.4.3-.6.7-.6 1.2s.2.9.6 1.3zm2.7-4.3l.3-9.5H42l.4 9.5h2.8zm-24.9 20.3c.4.3.8.5 1.3.5s.9-.2 1.2-.5c.4-.4.6-.8.6-1.3s-.2-.9-.6-1.2c-.3-.4-.7-.5-1.2-.5s-.9.1-1.3.5c-.3.3-.5.7-.5 1.2s.2.9.5 1.3z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ForumSmallIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 26 22", fill: "currentColor" }, props, { children: jsx("path", { d: "M17.9 8c-.4 4.2-3.5 6.3-7.7 6.7.7 2.7 3.3 4 6.8 4h.2c.1 0 .1 0 .3.1.2 0 .4.1.7.1.7.2 1.5.3 2.3.5.2 0 .3 0 .4.1.7.1 1.3.2 1.9.3l-.2-.2c-.2-.3-.4-.6-.7-.8-.1-.2-.3-.3-.3-.4L23 17l.4.4c.3.3.5.7.8 1l.3.3c.4.6.7 1 .9 1.4.4.9.2 1.9-1.1 1.9-.5 0-1.8-.2-3.8-.6-.1 0-.2 0-.4-.1-.8-.1-1.5-.3-2.3-.4-.3-.1-.5-.1-.7-.2h-.2c-4.4 0-7.9-1.9-8.7-5.8-.8.1-1.5.3-2.3.4-.2.1-.3.1-.4.1-2 .4-3.3.6-3.8.6-1.3 0-1.5-1-1.1-1.9.2-.4.5-.8.9-1.4l.3-.3c.3-.3.5-.7.8-1L3 11l1.4 1.4c0 .1-.2.2-.3.4-.3.2-.5.5-.7.8l-.2.2c.6-.1 1.2-.2 1.9-.3.1-.1.2-.1.4-.1.8-.2 1.6-.3 2.3-.5.3 0 .5-.1.7-.1.2-.1.2-.1.3-.1H9c4.1 0 7-1.8 7-5.7 0-2.5-3.6-5-7-5-4.1 0-7 2.2-7 5 0 .9.4 2 .7 2.3l-1.4 1.4C.6 10.1 0 8.5 0 7c0-4 3.9-7 9-7 4 0 8.2 2.7 8.9 6 4.6.4 8.1 3.2 8.1 7 0 1.5-.6 3.1-1.3 3.7l-1.4-1.4c.3-.3.7-1.4.7-2.3 0-2.5-2.5-4.6-6.1-5z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ForumSmallIcon as default };
|
|
1
|
+
import*as c from"react";function l(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 26 22",fill:"currentColor",...e},c.createElement("path",{d:"M17.9 8c-.4 4.2-3.5 6.3-7.7 6.7.7 2.7 3.3 4 6.8 4h.2c.1 0 .1 0 .3.1.2 0 .4.1.7.1.7.2 1.5.3 2.3.5.2 0 .3 0 .4.1.7.1 1.3.2 1.9.3l-.2-.2c-.2-.3-.4-.6-.7-.8-.1-.2-.3-.3-.3-.4L23 17l.4.4c.3.3.5.7.8 1l.3.3c.4.6.7 1 .9 1.4.4.9.2 1.9-1.1 1.9-.5 0-1.8-.2-3.8-.6-.1 0-.2 0-.4-.1-.8-.1-1.5-.3-2.3-.4-.3-.1-.5-.1-.7-.2h-.2c-4.4 0-7.9-1.9-8.7-5.8-.8.1-1.5.3-2.3.4-.2.1-.3.1-.4.1-2 .4-3.3.6-3.8.6-1.3 0-1.5-1-1.1-1.9.2-.4.5-.8.9-1.4l.3-.3c.3-.3.5-.7.8-1L3 11l1.4 1.4c0 .1-.2.2-.3.4-.3.2-.5.5-.7.8l-.2.2c.6-.1 1.2-.2 1.9-.3.1-.1.2-.1.4-.1.8-.2 1.6-.3 2.3-.5.3 0 .5-.1.7-.1.2-.1.2-.1.3-.1H9c4.1 0 7-1.8 7-5.7 0-2.5-3.6-5-7-5-4.1 0-7 2.2-7 5 0 .9.4 2 .7 2.3l-1.4 1.4C.6 10.1 0 8.5 0 7c0-4 3.9-7 9-7 4 0 8.2 2.7 8.9 6 4.6.4 8.1 3.2 8.1 7 0 1.5-.6 3.1-1.3 3.7l-1.4-1.4c.3-.3.7-1.4.7-2.3 0-2.5-2.5-4.6-6.1-5z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GavelIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.371 5.42c.59-.588 1.54-.6 2.116-.026l.31.31 2.455-2.496 6.084 6.315-2.52 2.432 9.48 9.48c.575.574.563 1.527-.026 2.116-.589.589-1.54.6-2.115.026l-9.515-9.514-1.98 1.904-6.086-5.97L5.67 7.861l-.327-.328c-.572-.572-.56-1.523.028-2.112zM.658 10.257c.469-.468 1.225-.478 1.683-.02l6.962 6.962c.458.457.448 1.214-.02 1.683-.47.469-1.226.478-1.684.02L.637 11.94c-.458-.457-.448-1.214.02-1.683zM10.556.36c.468-.47 1.225-.479 1.682-.021L19.203 7.3c.457.458.448 1.214-.021 1.683-.469.47-1.226.479-1.683.021l-6.963-6.962c-.459-.458-.45-1.214.02-1.683z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GavelIcon as default };
|
|
1
|
+
import*as e from"react";function c(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.371 5.42c.59-.588 1.54-.6 2.116-.026l.31.31 2.455-2.496 6.084 6.315-2.52 2.432 9.48 9.48c.575.574.563 1.527-.026 2.116-.589.589-1.54.6-2.115.026l-9.515-9.514-1.98 1.904-6.086-5.97L5.67 7.861l-.327-.328c-.572-.572-.56-1.523.028-2.112zM.658 10.257c.469-.468 1.225-.478 1.683-.02l6.962 6.962c.458.457.448 1.214-.02 1.683-.47.469-1.226.478-1.684.02L.637 11.94c-.458-.457-.448-1.214.02-1.683zM10.556.36c.468-.47 1.225-.479 1.682-.021L19.203 7.3c.457.458.448 1.214-.021 1.683-.469.47-1.226.479-1.683.021l-6.963-6.962c-.459-.458-.45-1.214.02-1.683z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GearboxIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 14 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.863 0c3.076 0 5.445 1.386 5.445 4.615 0 2.074-.456 3.431-1.645 5.745l-.21.41h.297c.802 0 1.537.589 1.695 1.37l1.251 6.188c.18.893-.467 1.672-1.389 1.672H1.42c-.921 0-1.571-.774-1.39-1.672l1.252-6.189c.157-.775.887-1.37 1.688-1.37h.304l-.21-.409C1.874 8.046 1.42 6.69 1.42 4.615 1.419 1.386 3.787 0 6.863 0zM3.995 12.308H2.97c-.058 0-.151.075-.163.133L1.59 18.46h10.547l-1.218-6.02c-.011-.058-.105-.133-.17-.133H9.732c-.335.83-.493 1.513-.534 2.307 0 1.326-.83 2.308-2.334 2.308-1.5 0-2.333-.992-2.332-2.269-.042-.82-.2-1.512-.536-2.346zm6.757-7.693c0 1.775-.388 2.932-1.476 5.048l-.237.461c-.92 1.802-1.319 2.931-1.397 4.452 0 .57-.203.809-.779.809-.57 0-.777-.247-.777-.77-.08-1.56-.477-2.69-1.398-4.49l-.237-.462C3.363 7.547 2.975 6.39 2.975 4.615c0-2.164 1.559-3.077 3.888-3.077 2.33 0 3.89.913 3.89 3.077zM6 6a1 1 0 010-2h2a1 1 0 110 2H6z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GearboxIcon as default };
|
|
1
|
+
import*as e from"react";function l(c){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 14 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...c},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.863 0c3.076 0 5.445 1.386 5.445 4.615 0 2.074-.456 3.431-1.645 5.745l-.21.41h.297c.802 0 1.537.589 1.695 1.37l1.251 6.188c.18.893-.467 1.672-1.389 1.672H1.42c-.921 0-1.571-.774-1.39-1.672l1.252-6.189c.157-.775.887-1.37 1.688-1.37h.304l-.21-.409C1.874 8.046 1.42 6.69 1.42 4.615 1.419 1.386 3.787 0 6.863 0zM3.995 12.308H2.97c-.058 0-.151.075-.163.133L1.59 18.46h10.547l-1.218-6.02c-.011-.058-.105-.133-.17-.133H9.732c-.335.83-.493 1.513-.534 2.307 0 1.326-.83 2.308-2.334 2.308-1.5 0-2.333-.992-2.332-2.269-.042-.82-.2-1.512-.536-2.346zm6.757-7.693c0 1.775-.388 2.932-1.476 5.048l-.237.461c-.92 1.802-1.319 2.931-1.397 4.452 0 .57-.203.809-.779.809-.57 0-.777-.247-.777-.77-.08-1.56-.477-2.69-1.398-4.49l-.237-.462C3.363 7.547 2.975 6.39 2.975 4.615c0-2.164 1.559-3.077 3.888-3.077 2.33 0 3.89.913 3.89 3.077zM6 6a1 1 0 010-2h2a1 1 0 110 2H6z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GiftIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsxs("g", Object.assign({ fill: "currentColor", stroke: "currentColor", strokeWidth: 0.2 }, { children: [jsx("path", { d: "M20.846 11.13h-.1V21.8H3.282V11.13H1.436v11.593c0 .51.413.923.923.923h19.31c.51 0 .922-.413.922-.923V11.131h-1.745z" }, void 0), jsx("path", { d: "M23.177 4.959H.823A.923.923 0 00-.1 5.88v5.376c0 .51.413.923.923.923h22.354c.51 0 .923-.413.923-.923V5.881a.923.923 0 00-.923-.922zm-.923 5.376H1.746v-3.53h20.508v3.53z" }, void 0), jsx("path", { d: "M12.906 5.65h0c-.029-.11-.385-1.428-1.236-2.72C10.82 1.637 9.463.352 7.433.352A3.23 3.23 0 004.206 3.58c0 1.779 1.434 3.227 3.2 3.227h4.608a.923.923 0 00.892-1.157zm-5.5-.689h-.012c-.753-.006-1.342-.608-1.342-1.381 0-.748.633-1.381 1.381-1.381.867 0 1.564.426 2.113 1.006.507.535.882 1.196 1.14 1.756h-3.28z" }, void 0), jsx("path", { d: "M16.594.353c-2.03 0-3.386 1.285-4.237 2.576l-1.14 2.747-.096-.026s0 0 0 0a.923.923 0 00.893 1.157h4.608c1.765 0 3.2-1.448 3.2-3.227A3.23 3.23 0 0016.593.353zm.028 4.608h-3.283c.255-.56.629-1.22 1.136-1.756.549-.58 1.248-1.006 2.12-1.006.747 0 1.38.633 1.38 1.381 0 .777-.595 1.381-1.353 1.381z" }, void 0), jsx("path", { d: "M12.937 5.883v-.1H11.09V22.824h1.846V5.883z" }, void 0)] }), void 0), jsx("defs", { children: jsx("clipPath", Object.assign({ id: "gift-icon_svg__clip0" }, { children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }, void 0) }), void 0) }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GiftIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("g",{fill:"currentColor",stroke:"currentColor",strokeWidth:.2},e.createElement("path",{d:"M20.846 11.13h-.1V21.8H3.282V11.13H1.436v11.593c0 .51.413.923.923.923h19.31c.51 0 .922-.413.922-.923V11.131h-1.745z"}),e.createElement("path",{d:"M23.177 4.959H.823A.923.923 0 00-.1 5.88v5.376c0 .51.413.923.923.923h22.354c.51 0 .923-.413.923-.923V5.881a.923.923 0 00-.923-.922zm-.923 5.376H1.746v-3.53h20.508v3.53z"}),e.createElement("path",{d:"M12.906 5.65h0c-.029-.11-.385-1.428-1.236-2.72C10.82 1.637 9.463.352 7.433.352A3.23 3.23 0 004.206 3.58c0 1.779 1.434 3.227 3.2 3.227h4.608a.923.923 0 00.892-1.157zm-5.5-.689h-.012c-.753-.006-1.342-.608-1.342-1.381 0-.748.633-1.381 1.381-1.381.867 0 1.564.426 2.113 1.006.507.535.882 1.196 1.14 1.756h-3.28z"}),e.createElement("path",{d:"M16.594.353c-2.03 0-3.386 1.285-4.237 2.576l-1.14 2.747-.096-.026s0 0 0 0a.923.923 0 00.893 1.157h4.608c1.765 0 3.2-1.448 3.2-3.227A3.23 3.23 0 0016.593.353zm.028 4.608h-3.283c.255-.56.629-1.22 1.136-1.756.549-.58 1.248-1.006 2.12-1.006.747 0 1.38.633 1.38 1.381 0 .777-.595 1.381-1.353 1.381z"}),e.createElement("path",{d:"M12.937 5.883v-.1H11.09V22.824h1.846V5.883z"})),e.createElement("defs",null,e.createElement("clipPath",{id:"gift-icon_svg__clip0"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"}))))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GridViewIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M0 0h24v10.5H0V0zm0 13.5h24V24H0V13.5z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GridViewIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...t},e.createElement("path",{d:"M0 0h24v10.5H0V0zm0 13.5h24V24H0V13.5z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GroupIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { children: [jsx("defs", { children: jsx("path", { d: "M16 0C7.163 0 0 7.163 0 16h8.522c0-4.29 3.21-7.478 7.478-7.478V0z", id: "group-icon_svg__a" }, void 0) }, void 0), jsxs("g", Object.assign({ fill: "none", fillRule: "evenodd" }, { children: [jsx("circle", { stroke: "currentColor", strokeWidth: 2, cx: 17, cy: 17, r: 14 }, void 0), jsx("circle", { stroke: "currentColor", strokeWidth: 2, cx: 17, cy: 17, r: 6 }, void 0), jsx("use", { xlinkHref: "#group-icon_svg__a" }, void 0), jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M15 1.033C7.512 1.526 1.526 7.513 1.033 15h6.542c.43-4.001 3.429-6.995 7.425-7.425V2.548 1.033z" }, void 0), jsx("circle", { fill: "currentColor", cx: 15, cy: 18, r: 1 }, void 0), jsx("circle", { fill: "currentColor", cx: 19, cy: 18, r: 1 }, void 0), jsx("circle", { fill: "currentColor", cx: 17, cy: 15, r: 1 }, void 0)] }), void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GroupIcon as default };
|
|
1
|
+
import*as e from"react";function t(r){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...r},e.createElement("defs",null,e.createElement("path",{d:"M16 0C7.163 0 0 7.163 0 16h8.522c0-4.29 3.21-7.478 7.478-7.478V0z",id:"group-icon_svg__a"})),e.createElement("g",{fill:"none",fillRule:"evenodd"},e.createElement("circle",{stroke:"currentColor",strokeWidth:2,cx:17,cy:17,r:14}),e.createElement("circle",{stroke:"currentColor",strokeWidth:2,cx:17,cy:17,r:6}),e.createElement("use",{xlinkHref:"#group-icon_svg__a"}),e.createElement("path",{stroke:"currentColor",strokeWidth:2,d:"M15 1.033C7.512 1.526 1.526 7.513 1.033 15h6.542c.43-4.001 3.429-6.995 7.425-7.425V2.548 1.033z"}),e.createElement("circle",{fill:"currentColor",cx:15,cy:18,r:1}),e.createElement("circle",{fill:"currentColor",cx:19,cy:18,r:1}),e.createElement("circle",{fill:"currentColor",cx:17,cy:15,r:1})))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GuaranteeIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 27 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M19.652 6.75h-14v-1.5h14v1.5zm1.133 8.653l-2.539 3.99a1.75 1.75 0 01-2.714.297l-1.41-1.41 1.06-1.06 1.41 1.41a.25.25 0 00.389-.043l2.539-3.99 1.265.806zM5.652 10.75h14v-1.5h-14v1.5zm5 4h-5v-1.5h5v1.5zm-5 4h5v-1.5h-5v1.5z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GuaranteeIcon as default };
|
|
1
|
+
import*as e from"react";function h(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 27 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M19.652 6.75h-14v-1.5h14v1.5zm1.133 8.653l-2.539 3.99a1.75 1.75 0 01-2.714.297l-1.41-1.41 1.06-1.06 1.41 1.41a.25.25 0 00.389-.043l2.539-3.99 1.265.806zM5.652 10.75h14v-1.5h-14v1.5zm5 4h-5v-1.5h5v1.5zm-5 4h5v-1.5h-5v1.5z"}))}export{h as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GuaranteeLargeIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 60 66", fill: "currentColor" }, props, { children: jsx("path", { d: "M23 64H6.3C3.9 64 2 62.1 2 59.7V6.3C2 3.9 3.9 2 6.3 2h43.4C52.1 2 54 3.9 54 6.3V28h2V6.3C56 2.8 53.2 0 49.7 0H6.3C2.8 0 0 2.8 0 6.3v53.4C0 63.2 2.8 66 6.3 66H23v-2zm20.9 1c-8.9 0-16.1-7.2-16.1-16S35 33 43.9 33C52.8 33 60 40.2 60 49s-7.2 16-16.1 16zm-2.6-12.1c-.3-.2-.7-.5-1.1-.9-.2-.4-.6-.7-.9-1.1-.4-.5-.9-1.1-1.3-1.7-.3-.4-.5-.7-.6-.8L35 50.1l.2.2c.1.2.3.4.4.7l1.5 1.8c.4.5.7.9 1.1 1.2 1.2 1.3 2.2 2 3.2 2 1.3 0 3-1.5 6.2-4.9.2-.3.5-.6.7-.9 1.1-1.1 2.2-2.4 3.3-3.6.4-.4.7-.9 1-1.2.2-.2.3-.4.4-.5L50.8 43l-.4.4c-.3.4-.6.8-1 1.2-1.1 1.3-2.2 2.5-3.2 3.6-.3.3-.5.6-.7.8-1.2 1.3-2.2 2.3-3 3-.5.4-.8.7-1.1.9h-.1zM9 9h38v2H9V9zm0 10h38v2H9v-2zm0 10h20v2H9v-2zm0 10h12v2H9v-2zm0 10h12v2H9v-2z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GuaranteeLargeIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 60 66",fill:"currentColor",...t},e.createElement("path",{d:"M23 64H6.3C3.9 64 2 62.1 2 59.7V6.3C2 3.9 3.9 2 6.3 2h43.4C52.1 2 54 3.9 54 6.3V28h2V6.3C56 2.8 53.2 0 49.7 0H6.3C2.8 0 0 2.8 0 6.3v53.4C0 63.2 2.8 66 6.3 66H23v-2zm20.9 1c-8.9 0-16.1-7.2-16.1-16S35 33 43.9 33C52.8 33 60 40.2 60 49s-7.2 16-16.1 16zm-2.6-12.1c-.3-.2-.7-.5-1.1-.9-.2-.4-.6-.7-.9-1.1-.4-.5-.9-1.1-1.3-1.7-.3-.4-.5-.7-.6-.8L35 50.1l.2.2c.1.2.3.4.4.7l1.5 1.8c.4.5.7.9 1.1 1.2 1.2 1.3 2.2 2 3.2 2 1.3 0 3-1.5 6.2-4.9.2-.3.5-.6.7-.9 1.1-1.1 2.2-2.4 3.3-3.6.4-.4.7-.9 1-1.2.2-.2.3-.4.4-.5L50.8 43l-.4.4c-.3.4-.6.8-1 1.2-1.1 1.3-2.2 2.5-3.2 3.6-.3.3-.5.6-.7.8-1.2 1.3-2.2 2.3-3 3-.5.4-.8.7-1.1.9h-.1zM9 9h38v2H9V9zm0 10h38v2H9v-2zm0 10h20v2H9v-2zm0 10h12v2H9v-2zm0 10h12v2H9v-2z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function GuaranteeSmallIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 26", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { GuaranteeSmallIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 26",fill:"currentColor",...e},c.createElement("path",{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"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function HalfCombiIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { HalfCombiIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"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"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function HamburgerIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M0 0h16v2H0zM0 5h16v2H0zM0 10h16v2H0z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { HamburgerIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 16 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M0 0h16v2H0zM0 5h16v2H0zM0 10h16v2H0z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function HandshakeIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 60", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { HandshakeIcon as default };
|
|
1
|
+
import*as l from"react";function e(c){return l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 60",fill:"currentColor",...c},l.createElement("path",{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"}))}export{e as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function HelpingHandIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.75 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" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { HelpingHandIcon as default };
|
|
1
|
+
import*as e from"react";function a(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function IdIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 23 16", fill: "currentColor" }, props, { children: [jsx("path", { 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" }, void 0), jsx("path", { 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", opacity: 0.9 }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { IdIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 23 16",fill:"currentColor",...t},e.createElement("path",{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"}),e.createElement("path",{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",opacity:.9}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function InformationIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-1-12h2v8h-2v-8zm0-4h2v2h-2V6z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { InformationIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...t},e.createElement("path",{d:"M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-2c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-1-12h2v8h-2v-8zm0-4h2v2h-2V6z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function InstagramIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { d: "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" }, void 0), jsx("path", { 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" }, void 0), jsx("defs", { children: jsx("clipPath", Object.assign({ id: "instagram-icon_svg__clip0" }, { children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }, void 0) }), void 0) }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { InstagramIcon as default };
|
|
1
|
+
import*as e from"react";function a(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{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"}),e.createElement("path",{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"}),e.createElement("defs",null,e.createElement("clipPath",{id:"instagram-icon_svg__clip0"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"}))))}export{a as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function InsuranceIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 64", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { InsuranceIcon as default };
|
|
1
|
+
import*as c from"react";function s(v){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 64",fill:"currentColor",...v},c.createElement("path",{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"}))}export{s as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function InteriorIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 32", fill: "currentColor", width: "1em", height: "1em" }, props, { children: [jsx("path", { 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" }, void 0), jsx("path", { 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" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { InteriorIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 32",fill:"currentColor",width:"1em",height:"1em",...e},c.createElement("path",{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"}),c.createElement("path",{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"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function InteriorThinIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 25", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { InteriorThinIcon as default };
|
|
1
|
+
import*as c from"react";function l(e){return c.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 25",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},c.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function InternationalIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 56 56", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z" }, void 0), jsx("path", { 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" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", 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" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { InternationalIcon as default };
|
|
1
|
+
import*as a from"react";function l(e){return a.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 56 56",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"}),a.createElement("path",{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"}),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",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"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function KvdTestIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "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", fill: "currentColor" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { KvdTestIcon as default };
|
|
1
|
+
import*as l from"react";function m(c){return l.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg",...c},l.createElement("path",{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",fill:"currentColor"}))}export{m as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function KvdVenueIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 64 59", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { KvdVenueIcon as default };
|
|
1
|
+
import*as v from"react";function h(e){return v.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 64 59",fill:"currentColor",...e},v.createElement("path",{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"}))}export{h as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function LifebuoyIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 26 26", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { LifebuoyIcon as default };
|
|
1
|
+
import*as e from"react";function t(l){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 26 26",fill:"currentColor",...l},e.createElement("path",{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"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function LiftTruckIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 16", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { LiftTruckIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 16",fill:"currentColor",...t},e.createElement("path",{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"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function LinkedInIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor" }, props, { children: jsx("path", { 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" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { LinkedInIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",...t},e.createElement("path",{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"}))}export{c as default};
|