mimir-ui-kit 1.34.3 → 1.34.4-t
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Input-BQldEv37.js +198 -0
- package/dist/ProgressBar-C0dC7o7N.js +55 -0
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/Slider.css +1 -1
- package/dist/bugs-diTMAGNw.js +18 -0
- package/dist/components/Accordion/Accordion.js +187 -212
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +8 -14
- package/dist/components/Accordion/AccordionItem/index.js +2 -2
- package/dist/components/Accordion/constants.js +7 -36
- package/dist/components/Accordion/index.js +6 -6
- package/dist/components/AnchorLink/Link.js +39 -50
- package/dist/components/AnchorLink/constants.js +3 -14
- package/dist/components/AnchorLink/index.js +5 -5
- package/dist/components/Avatar/Avatar.js +37 -42
- package/dist/components/Avatar/constants.js +2 -7
- package/dist/components/Avatar/index.js +4 -4
- package/dist/components/Button/Button.js +59 -75
- package/dist/components/Button/constants.js +7 -52
- package/dist/components/Button/index.js +9 -9
- package/dist/components/CheckboxMimir/CheckboxMimir.js +48 -59
- package/dist/components/CheckboxMimir/index.js +2 -2
- package/dist/components/Chip/Chip.js +35 -47
- package/dist/components/Chip/constants.js +3 -17
- package/dist/components/Chip/index.js +5 -5
- package/dist/components/DatePicker/DatePicker.js +106 -162
- package/dist/components/DatePicker/DatePickerModal.js +99 -151
- package/dist/components/DatePicker/MonthPickerModal.js +61 -90
- package/dist/components/DatePicker/YearPickerModal.js +55 -86
- package/dist/components/DatePicker/constants.js +7 -18
- package/dist/components/DatePicker/index.js +2 -2
- package/dist/components/DatePicker/utils.js +5 -13
- package/dist/components/Drawer/Drawer.js +98 -140
- package/dist/components/Drawer/constants.js +2 -8
- package/dist/components/Drawer/index.js +4 -4
- package/dist/components/GosZnak/GosZnak.js +58 -71
- package/dist/components/GosZnak/constants.js +3 -15
- package/dist/components/GosZnak/index.js +5 -5
- package/dist/components/Image/Image.js +38 -54
- package/dist/components/Image/index.js +2 -2
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/constants.js +4 -20
- package/dist/components/Input/index.js +6 -6
- package/dist/components/InputPassword/InputPassword.js +36 -43
- package/dist/components/InputPassword/index.js +2 -2
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +23 -26
- package/dist/components/InputPhoneNumber/index.js +5 -5
- package/dist/components/InputPhoneNumber/utils.js +7 -24
- package/dist/components/InputRangeSlider/InputRangeSlider.js +110 -158
- package/dist/components/InputRangeSlider/constants.js +6 -16
- package/dist/components/InputRangeSlider/index.js +5 -5
- package/dist/components/ListFiles/ListFiles.js +25 -26
- package/dist/components/ListFiles/constants.js +2 -2
- package/dist/components/ListFiles/index.js +2 -2
- package/dist/components/ListPhotos/ListPhotos.js +21 -22
- package/dist/components/ListPhotos/constants.js +2 -2
- package/dist/components/ListPhotos/index.js +2 -2
- package/dist/components/Loader/Loader.js +10 -16
- package/dist/components/Loader/index.js +2 -2
- package/dist/components/MergedButton/MergedButton.js +41 -49
- package/dist/components/MergedButton/constants.js +2 -7
- package/dist/components/MergedButton/index.js +4 -4
- package/dist/components/NotificationBadge/NotificationBadge.js +22 -25
- package/dist/components/NotificationBadge/constants.js +2 -6
- package/dist/components/NotificationBadge/index.js +4 -4
- package/dist/components/OtpInput/OtpInput.js +45 -51
- package/dist/components/OtpInput/constants.js +4 -6
- package/dist/components/OtpInput/hooks.js +74 -111
- package/dist/components/OtpInput/index.js +2 -2
- package/dist/components/Pagination/Pagination.js +115 -157
- package/dist/components/Pagination/constants.js +3 -4
- package/dist/components/Pagination/index.js +2 -2
- package/dist/components/Portal/Portal.js +6 -8
- package/dist/components/Portal/index.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.js +134 -141
- package/dist/components/RadioGroup/index.js +2 -2
- package/dist/components/SelectSearch/SelectSearch.js +2412 -3345
- package/dist/components/SelectSearch/constants.js +2 -6
- package/dist/components/SelectSearch/index.js +4 -4
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +29 -31
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +24 -27
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +26 -32
- package/dist/components/Skeleton/constants.js +2 -7
- package/dist/components/Skeleton/index.js +8 -8
- package/dist/components/Slider/Slider.d.ts +1 -4
- package/dist/components/Slider/Slider.js +2938 -343
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.js +3 -2
- package/dist/components/Steps/Steps.js +96 -142
- package/dist/components/Steps/constants.js +18 -54
- package/dist/components/Steps/index.js +5 -5
- package/dist/components/Switcher/Switcher.js +75 -86
- package/dist/components/Switcher/constants.js +2 -6
- package/dist/components/Switcher/index.js +4 -4
- package/dist/components/TabTrail/TabButtons/TabButtons.js +18 -18
- package/dist/components/TabTrail/TabButtons/constants.js +3 -12
- package/dist/components/TabTrail/TabButtons/index.js +2 -2
- package/dist/components/TabTrail/TabTrail.js +227 -245
- package/dist/components/TabTrail/constants.js +2 -6
- package/dist/components/TabTrail/index.js +4 -4
- package/dist/components/Tag/Tag.js +35 -43
- package/dist/components/Tag/constants.js +3 -13
- package/dist/components/Tag/index.js +5 -5
- package/dist/components/TextArea/TextArea.js +134 -175
- package/dist/components/TextArea/hooks.js +12 -14
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Timer/Timer.js +17 -21
- package/dist/components/Timer/index.js +2 -2
- package/dist/components/Toasts/ProgressBar.js +3 -3
- package/dist/components/Toasts/Toast.js +47 -48
- package/dist/components/Toasts/ToastList.js +28 -38
- package/dist/components/Toasts/ToastsProvider.js +29 -33
- package/dist/components/Toasts/constants.js +13 -47
- package/dist/components/Toasts/hooks.js +5 -6
- package/dist/components/Toasts/index.js +7 -7
- package/dist/components/Toasts/store.js +24 -34
- package/dist/components/TwinSwitcher/TwinSwitcher.js +51 -55
- package/dist/components/TwinSwitcher/index.js +2 -2
- package/dist/components/UniversalUploader/UniversalUploader.js +61 -89
- package/dist/components/UniversalUploader/constants.js +4 -9
- package/dist/components/UniversalUploader/index.js +4 -4
- package/dist/components/Uploader/Uploader.js +52 -74
- package/dist/components/Uploader/constants.js +10 -13
- package/dist/components/Uploader/index.js +4 -4
- package/dist/components/UploaderFiles/UploaderFiles.js +39 -47
- package/dist/components/UploaderFiles/index.js +2 -2
- package/dist/components/UploaderPhotos/UploaderPhotos.js +44 -52
- package/dist/components/UploaderPhotos/index.js +2 -2
- package/dist/components/Vote/Vote.js +76 -100
- package/dist/components/Vote/constants.js +7 -13
- package/dist/components/Vote/index.js +4 -4
- package/dist/components/index.js +135 -135
- package/dist/field-FJ34aSs4.js +12 -0
- package/dist/focus-management-XwV-9qkO.js +77 -0
- package/dist/hidden-DbgtYPOH.js +13 -0
- package/dist/hooks/index.js +17 -17
- package/dist/hooks/useClickOutside/index.js +2 -2
- package/dist/hooks/useClickOutside/useClickOutside.js +11 -20
- package/dist/hooks/useCopyToClipboard/index.js +2 -2
- package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +10 -17
- package/dist/hooks/useInterval/index.js +2 -2
- package/dist/hooks/useInterval/useInterval.js +11 -13
- package/dist/hooks/useLockBodyScroll/index.js +2 -2
- package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +10 -14
- package/dist/hooks/useMediaQuery/constants.js +3 -24
- package/dist/hooks/useMediaQuery/index.js +5 -5
- package/dist/hooks/useMediaQuery/useMediaQuery.js +10 -13
- package/dist/hooks/useMergeRefs/index.js +2 -2
- package/dist/hooks/useMergeRefs/useMergeRefs.js +21 -20
- package/dist/hooks/useResizeObserver/getElement.js +2 -16
- package/dist/hooks/useResizeObserver/index.js +2 -2
- package/dist/hooks/useResizeObserver/useResizeObserver.js +27 -40
- package/dist/hooks/useTimer/index.js +44 -77
- package/dist/hooks/useTimer/useTimer.js +45 -74
- package/dist/hooks/useTimer/utils.js +50 -67
- package/dist/hooks/useWindowSize/index.js +13 -19
- package/dist/icons/Icon.js +7 -10
- package/dist/icons/components/12px/Close12px.js +14 -16
- package/dist/icons/components/12px/MessageRead12px.js +33 -35
- package/dist/icons/components/16px/Accept16px.js +23 -25
- package/dist/icons/components/16px/Acts16px.js +36 -38
- package/dist/icons/components/16px/Acts16pxF.js +31 -33
- package/dist/icons/components/16px/AdditionalServicess16px.js +29 -31
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +18 -20
- package/dist/icons/components/16px/Agents16px.js +20 -22
- package/dist/icons/components/16px/Agents16pxF.js +18 -20
- package/dist/icons/components/16px/Alarm16px.js +21 -23
- package/dist/icons/components/16px/ArrowDown16px.js +20 -22
- package/dist/icons/components/16px/ArrowLeft16px.js +20 -22
- package/dist/icons/components/16px/ArrowRight16px.js +20 -22
- package/dist/icons/components/16px/ArrowUp16px.js +20 -22
- package/dist/icons/components/16px/ArrowUpright16px.js +20 -22
- package/dist/icons/components/16px/AttachFile16px.js +20 -22
- package/dist/icons/components/16px/Bell16px.js +40 -42
- package/dist/icons/components/16px/Bell16pxF.js +30 -32
- package/dist/icons/components/16px/Calculator16px.js +20 -22
- package/dist/icons/components/16px/CalculatorLkk16px.js +31 -33
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +20 -22
- package/dist/icons/components/16px/Calendar16px.js +20 -22
- package/dist/icons/components/16px/Camera16px.js +32 -34
- package/dist/icons/components/16px/Car16px.js +31 -33
- package/dist/icons/components/16px/Car16pxF.js +20 -22
- package/dist/icons/components/16px/Catalog16px.js +20 -22
- package/dist/icons/components/16px/Certs16px.js +29 -31
- package/dist/icons/components/16px/Certs16pxF.js +29 -31
- package/dist/icons/components/16px/Change16px.js +18 -20
- package/dist/icons/components/16px/Chat16px.js +29 -31
- package/dist/icons/components/16px/Chat16pxF.js +20 -22
- package/dist/icons/components/16px/Chatbot16px.js +260 -262
- package/dist/icons/components/16px/Close16px.js +20 -22
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +18 -20
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +18 -20
- package/dist/icons/components/16px/Coin16px.js +31 -33
- package/dist/icons/components/16px/Coin16pxF.js +38 -40
- package/dist/icons/components/16px/Contracts16px.js +31 -33
- package/dist/icons/components/16px/Contracts16pxF.js +29 -31
- package/dist/icons/components/16px/CopyClipboard16px.js +23 -25
- package/dist/icons/components/16px/Done16px.js +20 -22
- package/dist/icons/components/16px/Download16px.js +27 -29
- package/dist/icons/components/16px/DragHandle16px.js +18 -20
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +18 -20
- package/dist/icons/components/16px/DragHandleVertical16px.js +18 -20
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowRight16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowUp16px.js +20 -22
- package/dist/icons/components/16px/Dzen16px.js +18 -20
- package/dist/icons/components/16px/Euro16px.js +21 -23
- package/dist/icons/components/16px/Eye16px.js +31 -33
- package/dist/icons/components/16px/Failure16px.js +23 -25
- package/dist/icons/components/16px/Favorite16px.js +20 -22
- package/dist/icons/components/16px/Favorite16pxF.js +18 -20
- package/dist/icons/components/16px/Filter16px.js +20 -22
- package/dist/icons/components/16px/Flag16pxF.js +12 -14
- package/dist/icons/components/16px/Folder16px.js +20 -22
- package/dist/icons/components/16px/Fullscreen16px.js +20 -22
- package/dist/icons/components/16px/Galery16px.js +23 -25
- package/dist/icons/components/16px/Gear16px.js +31 -33
- package/dist/icons/components/16px/Gift16px.js +29 -31
- package/dist/icons/components/16px/Hint16px.js +21 -23
- package/dist/icons/components/16px/Home16px.js +29 -31
- package/dist/icons/components/16px/Home16pxF.js +20 -22
- package/dist/icons/components/16px/Hot16pxF.js +18 -20
- package/dist/icons/components/16px/Kebab16px.js +12 -14
- package/dist/icons/components/16px/List16px.js +18 -20
- package/dist/icons/components/16px/Location16px.js +31 -33
- package/dist/icons/components/16px/Map16px.js +20 -22
- package/dist/icons/components/16px/Menu16px.js +18 -20
- package/dist/icons/components/16px/MenuMobile16px.js +20 -22
- package/dist/icons/components/16px/Minus16px.js +12 -14
- package/dist/icons/components/16px/Navigation16px.js +20 -22
- package/dist/icons/components/16px/News16px.js +29 -31
- package/dist/icons/components/16px/News16pxF.js +20 -22
- package/dist/icons/components/16px/Number16px.js +29 -31
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +18 -20
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +18 -20
- package/dist/icons/components/16px/Orders16px.js +29 -31
- package/dist/icons/components/16px/Orders16pxF.js +23 -25
- package/dist/icons/components/16px/Pause16px.js +12 -14
- package/dist/icons/components/16px/Pen16px.js +31 -33
- package/dist/icons/components/16px/Pen16pxF.js +20 -22
- package/dist/icons/components/16px/Phone16px.js +20 -22
- package/dist/icons/components/16px/Play16pxF.js +18 -20
- package/dist/icons/components/16px/Plus16px.js +20 -22
- package/dist/icons/components/16px/Pound16px.js +21 -23
- package/dist/icons/components/16px/PriceDown16px.js +31 -33
- package/dist/icons/components/16px/PriceUp16px.js +31 -33
- package/dist/icons/components/16px/Question16px.js +20 -22
- package/dist/icons/components/16px/Question16pxF.js +20 -22
- package/dist/icons/components/16px/Rutube16px.js +18 -20
- package/dist/icons/components/16px/Scan16px.js +18 -20
- package/dist/icons/components/16px/Search16px.js +20 -22
- package/dist/icons/components/16px/Share16pxF.js +18 -20
- package/dist/icons/components/16px/ShopingCard16px.js +20 -22
- package/dist/icons/components/16px/Sort16px.js +20 -22
- package/dist/icons/components/16px/Star16px.js +20 -22
- package/dist/icons/components/16px/Star16pxF.js +18 -20
- package/dist/icons/components/16px/StarHalf16pxF.js +20 -22
- package/dist/icons/components/16px/Telegram16pxF.js +18 -20
- package/dist/icons/components/16px/TelegramPlane16pxF.js +18 -20
- package/dist/icons/components/16px/Timer16px.js +36 -38
- package/dist/icons/components/16px/Trash16px.js +20 -22
- package/dist/icons/components/16px/TwinArrowLeft16px.js +18 -20
- package/dist/icons/components/16px/TwinArrowRight16px.js +18 -20
- package/dist/icons/components/16px/USDollar16px.js +21 -23
- package/dist/icons/components/16px/Umbrella16px.js +20 -22
- package/dist/icons/components/16px/Umbrella16pxF.js +18 -20
- package/dist/icons/components/16px/UnionIcon16px.js +20 -22
- package/dist/icons/components/16px/User16px.js +29 -31
- package/dist/icons/components/16px/User16pxF.js +18 -20
- package/dist/icons/components/16px/Users16px.js +29 -31
- package/dist/icons/components/16px/Users16pxF.js +18 -20
- package/dist/icons/components/16px/VK16pxF.js +20 -22
- package/dist/icons/components/16px/Waiting16px.js +20 -22
- package/dist/icons/components/16px/Whatsapp16px.js +29 -31
- package/dist/icons/components/16px/WriteUs16px.js +23 -25
- package/dist/icons/components/16px/Youtube16pxF.js +18 -20
- package/dist/icons/components/16px/Yuan16px.js +21 -23
- package/dist/icons/components/24px/Accept24px.js +25 -27
- package/dist/icons/components/24px/Acts24px.js +37 -39
- package/dist/icons/components/24px/Acts24pxF.js +30 -32
- package/dist/icons/components/24px/AdditionalServicess24px.js +30 -32
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +19 -21
- package/dist/icons/components/24px/Agents24px.js +21 -23
- package/dist/icons/components/24px/Agents24pxF.js +28 -30
- package/dist/icons/components/24px/Alarm24px.js +22 -24
- package/dist/icons/components/24px/ArrowDown24px.js +21 -23
- package/dist/icons/components/24px/ArrowLeft24px.js +21 -23
- package/dist/icons/components/24px/ArrowRight24px.js +21 -23
- package/dist/icons/components/24px/ArrowUp24px.js +21 -23
- package/dist/icons/components/24px/ArrowUpright24px.js +21 -23
- package/dist/icons/components/24px/AttachFile24px.js +21 -23
- package/dist/icons/components/24px/Bell24px.js +41 -43
- package/dist/icons/components/24px/Bell24pxF.js +24 -26
- package/dist/icons/components/24px/Calculator24px.js +21 -23
- package/dist/icons/components/24px/CalculatorLkk24px.js +30 -32
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +21 -23
- package/dist/icons/components/24px/Calendar24px.js +21 -23
- package/dist/icons/components/24px/Camera24px.js +21 -23
- package/dist/icons/components/24px/Car24px.js +32 -34
- package/dist/icons/components/24px/Car24pxF.js +30 -32
- package/dist/icons/components/24px/Catalog24px.js +21 -23
- package/dist/icons/components/24px/Certs24px.js +30 -32
- package/dist/icons/components/24px/Certs24pxF.js +30 -32
- package/dist/icons/components/24px/Change24px.js +21 -23
- package/dist/icons/components/24px/Chat24px.js +26 -28
- package/dist/icons/components/24px/Chat24pxF.js +21 -23
- package/dist/icons/components/24px/Chatbot24px.js +261 -263
- package/dist/icons/components/24px/Close24px.js +21 -23
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +21 -23
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +19 -21
- package/dist/icons/components/24px/Coin24px.js +22 -24
- package/dist/icons/components/24px/Coin24pxF.js +39 -41
- package/dist/icons/components/24px/Contracts24px.js +32 -34
- package/dist/icons/components/24px/Contracts24pxF.js +30 -32
- package/dist/icons/components/24px/CopyClipboard24px.js +24 -26
- package/dist/icons/components/24px/Done24px.js +21 -23
- package/dist/icons/components/24px/Download24px.js +28 -30
- package/dist/icons/components/24px/DragHandle24px.js +19 -21
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +19 -21
- package/dist/icons/components/24px/DragHandleVertical24px.js +19 -21
- package/dist/icons/components/24px/DropdownArrowDown24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowRight24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowUp24px.js +21 -23
- package/dist/icons/components/24px/Dzen24px.js +19 -21
- package/dist/icons/components/24px/Euro24px.js +22 -24
- package/dist/icons/components/24px/Eye24px.js +32 -34
- package/dist/icons/components/24px/Failure24px.js +24 -26
- package/dist/icons/components/24px/Favorite24px.js +21 -23
- package/dist/icons/components/24px/Favorite24pxF.js +19 -21
- package/dist/icons/components/24px/Filter24px.js +19 -21
- package/dist/icons/components/24px/Flag24pxF.js +13 -15
- package/dist/icons/components/24px/Folder24px.js +21 -23
- package/dist/icons/components/24px/Fullscreen24px.js +21 -23
- package/dist/icons/components/24px/Galery24px.js +24 -26
- package/dist/icons/components/24px/Gear24px.js +32 -34
- package/dist/icons/components/24px/Gift24px.js +21 -23
- package/dist/icons/components/24px/Hint24px.js +24 -26
- package/dist/icons/components/24px/Home24px.js +32 -34
- package/dist/icons/components/24px/Home24pxF.js +21 -23
- package/dist/icons/components/24px/Hot24pxF.js +19 -21
- package/dist/icons/components/24px/Improvements24px.js +39 -41
- package/dist/icons/components/24px/Improvements24pxF.js +33 -35
- package/dist/icons/components/24px/Kebab24px.js +19 -21
- package/dist/icons/components/24px/List24px.js +19 -21
- package/dist/icons/components/24px/Location24px.js +32 -34
- package/dist/icons/components/24px/Map24px.js +21 -23
- package/dist/icons/components/24px/Menu24px.js +19 -21
- package/dist/icons/components/24px/MenuMobile24px.js +21 -23
- package/dist/icons/components/24px/Minus24px.js +21 -23
- package/dist/icons/components/24px/Navigation24px.js +21 -23
- package/dist/icons/components/24px/News24px.js +30 -32
- package/dist/icons/components/24px/News24pxF.js +21 -23
- package/dist/icons/components/24px/Number24px.js +30 -32
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +19 -21
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +21 -23
- package/dist/icons/components/24px/Orders24px.js +30 -32
- package/dist/icons/components/24px/Orders24pxF.js +24 -26
- package/dist/icons/components/24px/Pause24px.js +13 -15
- package/dist/icons/components/24px/Pen24px.js +32 -34
- package/dist/icons/components/24px/Pen24pxF.js +21 -23
- package/dist/icons/components/24px/Phone24px.js +21 -23
- package/dist/icons/components/24px/Play24px.js +19 -21
- package/dist/icons/components/24px/Plus24px.js +21 -23
- package/dist/icons/components/24px/Pound24px.js +22 -24
- package/dist/icons/components/24px/PriceDown24px.js +30 -32
- package/dist/icons/components/24px/PriceUp24px.js +30 -32
- package/dist/icons/components/24px/Question24px.js +30 -32
- package/dist/icons/components/24px/Question24pxF.js +21 -23
- package/dist/icons/components/24px/Rutube24px.js +19 -21
- package/dist/icons/components/24px/Scan24px.js +19 -21
- package/dist/icons/components/24px/Search24px.js +21 -23
- package/dist/icons/components/24px/Share24pxF.js +19 -21
- package/dist/icons/components/24px/ShopingCard24px.js +21 -23
- package/dist/icons/components/24px/Sort24px.js +19 -21
- package/dist/icons/components/24px/Star24px.js +21 -23
- package/dist/icons/components/24px/Star24pxF.js +19 -21
- package/dist/icons/components/24px/StarHalf24pxF.js +21 -23
- package/dist/icons/components/24px/Telegram24pxF.js +19 -21
- package/dist/icons/components/24px/TelegramPlane24pxF.js +19 -21
- package/dist/icons/components/24px/Timer24px.js +37 -39
- package/dist/icons/components/24px/Trash24px.js +41 -43
- package/dist/icons/components/24px/TwinArrowLeft24px.js +19 -21
- package/dist/icons/components/24px/TwinArrowRight24px.js +21 -23
- package/dist/icons/components/24px/USDollar24px.js +22 -24
- package/dist/icons/components/24px/Umbrella24px.js +21 -23
- package/dist/icons/components/24px/Umbrella24pxF.js +19 -21
- package/dist/icons/components/24px/UnionIcon24px.js +21 -23
- package/dist/icons/components/24px/User24px.js +30 -32
- package/dist/icons/components/24px/User24pxF.js +19 -21
- package/dist/icons/components/24px/Users24px.js +21 -23
- package/dist/icons/components/24px/Users24pxF.js +28 -30
- package/dist/icons/components/24px/VK24pxF.js +21 -23
- package/dist/icons/components/24px/Waiting24px.js +21 -23
- package/dist/icons/components/24px/Whatsapp24px.js +30 -32
- package/dist/icons/components/24px/WriteUs24px.js +24 -26
- package/dist/icons/components/24px/Youtube24pxF.js +19 -21
- package/dist/icons/components/24px/Yuan24px.js +22 -24
- package/dist/icons/components/32px/Accept32px.js +24 -26
- package/dist/icons/components/32px/Acts32px.js +37 -39
- package/dist/icons/components/32px/AdditionalServicess32px.js +21 -23
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +19 -21
- package/dist/icons/components/32px/Agents32px.js +33 -35
- package/dist/icons/components/32px/Alarm32px.js +22 -24
- package/dist/icons/components/32px/ArrowDown32px.js +21 -23
- package/dist/icons/components/32px/ArrowLeft32px.js +21 -23
- package/dist/icons/components/32px/ArrowRight32px.js +21 -23
- package/dist/icons/components/32px/ArrowUp32px.js +21 -23
- package/dist/icons/components/32px/ArrowUpright32px.js +21 -23
- package/dist/icons/components/32px/AttachFile32px.js +21 -23
- package/dist/icons/components/32px/Bell32px.js +41 -43
- package/dist/icons/components/32px/Bell32pxF.js +24 -26
- package/dist/icons/components/32px/Calculator32px.js +21 -23
- package/dist/icons/components/32px/CalculatorLkk32px.js +30 -32
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +21 -23
- package/dist/icons/components/32px/Calendar32px.js +21 -23
- package/dist/icons/components/32px/Camera32px.js +33 -35
- package/dist/icons/components/32px/Car32px.js +32 -34
- package/dist/icons/components/32px/Car32pxF.js +24 -26
- package/dist/icons/components/32px/Catalog32px.js +21 -23
- package/dist/icons/components/32px/Certs32px.js +30 -32
- package/dist/icons/components/32px/Certs32pxF.js +30 -32
- package/dist/icons/components/32px/Change32px.js +21 -23
- package/dist/icons/components/32px/Chat32px.js +30 -32
- package/dist/icons/components/32px/Chat32pxF.js +21 -23
- package/dist/icons/components/32px/Chatbot32px.js +261 -263
- package/dist/icons/components/32px/Close32px.js +21 -23
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +19 -21
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +19 -21
- package/dist/icons/components/32px/Coin32px.js +32 -34
- package/dist/icons/components/32px/Coin32pxF.js +30 -32
- package/dist/icons/components/32px/Contracts32px.js +32 -34
- package/dist/icons/components/32px/Contracts32pxF.js +30 -32
- package/dist/icons/components/32px/CopyClipboard32px.js +30 -32
- package/dist/icons/components/32px/Done32px.js +21 -23
- package/dist/icons/components/32px/Download32px.js +28 -30
- package/dist/icons/components/32px/DragHandle32px.js +19 -21
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +19 -21
- package/dist/icons/components/32px/DragHandleVertical32px.js +19 -21
- package/dist/icons/components/32px/DropdownArrowDown32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowRight32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowUp32px.js +13 -15
- package/dist/icons/components/32px/Dzen32px.js +19 -21
- package/dist/icons/components/32px/Euro32px.js +22 -24
- package/dist/icons/components/32px/Eye32px.js +32 -34
- package/dist/icons/components/32px/Failure32px.js +24 -26
- package/dist/icons/components/32px/Favorite32px.js +21 -23
- package/dist/icons/components/32px/Favorite32pxF.js +19 -21
- package/dist/icons/components/32px/Filter32px.js +19 -21
- package/dist/icons/components/32px/Flag32pxF.js +13 -15
- package/dist/icons/components/32px/Folder32px.js +21 -23
- package/dist/icons/components/32px/Fullscreen32px.js +21 -23
- package/dist/icons/components/32px/Galery32px.js +24 -26
- package/dist/icons/components/32px/Gear32px.js +32 -34
- package/dist/icons/components/32px/Gift32px.js +21 -23
- package/dist/icons/components/32px/Hint32px.js +24 -26
- package/dist/icons/components/32px/Home32px.js +24 -26
- package/dist/icons/components/32px/Home32pxF.js +21 -23
- package/dist/icons/components/32px/Hot32pxF.js +19 -21
- package/dist/icons/components/32px/Kebab32px.js +13 -15
- package/dist/icons/components/32px/List32px.js +19 -21
- package/dist/icons/components/32px/Location32px.js +32 -34
- package/dist/icons/components/32px/Map32px.js +21 -23
- package/dist/icons/components/32px/Menu32px.js +19 -21
- package/dist/icons/components/32px/MenuMobile32px.js +21 -23
- package/dist/icons/components/32px/Minus32px.js +21 -23
- package/dist/icons/components/32px/Navigation32px.js +21 -23
- package/dist/icons/components/32px/News32px.js +30 -32
- package/dist/icons/components/32px/News32pxF.js +21 -23
- package/dist/icons/components/32px/Number32px.js +30 -32
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +19 -21
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +21 -23
- package/dist/icons/components/32px/Orders32px.js +39 -41
- package/dist/icons/components/32px/Orders32pxF.js +30 -32
- package/dist/icons/components/32px/Pause32px.js +13 -15
- package/dist/icons/components/32px/Pen32px.js +20 -22
- package/dist/icons/components/32px/Pen32pxF.js +21 -23
- package/dist/icons/components/32px/PersonalManager32px.js +108 -110
- package/dist/icons/components/32px/Phone32px.js +19 -21
- package/dist/icons/components/32px/Play32px.js +19 -21
- package/dist/icons/components/32px/Plus32px.js +21 -23
- package/dist/icons/components/32px/Pound32px.js +22 -24
- package/dist/icons/components/32px/PriceDown32px.js +41 -43
- package/dist/icons/components/32px/PriceUp32px.js +32 -34
- package/dist/icons/components/32px/Question32px.js +30 -32
- package/dist/icons/components/32px/Question32pxF.js +21 -23
- package/dist/icons/components/32px/Rutube32px.js +19 -21
- package/dist/icons/components/32px/Scan32px.js +19 -21
- package/dist/icons/components/32px/Search32px.js +21 -23
- package/dist/icons/components/32px/Share32pxF.js +19 -21
- package/dist/icons/components/32px/ShopimgCard32px.js +21 -23
- package/dist/icons/components/32px/Sort32px.js +19 -21
- package/dist/icons/components/32px/Star32px.js +21 -23
- package/dist/icons/components/32px/Star32pxF.js +19 -21
- package/dist/icons/components/32px/StarHalf32pxF.js +21 -23
- package/dist/icons/components/32px/Telegram32pxF.js +19 -21
- package/dist/icons/components/32px/TelegramPlane32pxF.js +19 -21
- package/dist/icons/components/32px/Timer32px.js +31 -33
- package/dist/icons/components/32px/Trash32px.js +41 -43
- package/dist/icons/components/32px/TwinArrowLeft32px.js +19 -21
- package/dist/icons/components/32px/TwinArrowRight32px.js +19 -21
- package/dist/icons/components/32px/USDollar32px.js +22 -24
- package/dist/icons/components/32px/Umbrella32px.js +21 -23
- package/dist/icons/components/32px/Umbrella32pxF.js +21 -23
- package/dist/icons/components/32px/UnionIcon32px.js +21 -23
- package/dist/icons/components/32px/User32px.js +30 -32
- package/dist/icons/components/32px/User32pxF.js +19 -21
- package/dist/icons/components/32px/Users32px.js +21 -23
- package/dist/icons/components/32px/Users32pxF.js +22 -24
- package/dist/icons/components/32px/VK32pxF.js +21 -23
- package/dist/icons/components/32px/Waiting32px.js +21 -23
- package/dist/icons/components/32px/Whatsapp32px.js +30 -32
- package/dist/icons/components/32px/WriteUs32px.js +24 -26
- package/dist/icons/components/32px/Youtube32pxF.js +19 -21
- package/dist/icons/components/32px/Yuan32px.js +22 -24
- package/dist/icons/components/Mans.js +5 -5
- package/dist/icons/components/Step.js +5 -5
- package/dist/icons/components/StepXL.js +7 -7
- package/dist/icons/components/auto-logo/ACE.js +19 -21
- package/dist/icons/components/auto-logo/Alim.js +21 -23
- package/dist/icons/components/auto-logo/Amur.js +21 -23
- package/dist/icons/components/auto-logo/Ankai.js +21 -23
- package/dist/icons/components/auto-logo/ArrowLength.js +19 -21
- package/dist/icons/components/auto-logo/Audi.js +18 -20
- package/dist/icons/components/auto-logo/BMW.js +39 -41
- package/dist/icons/components/auto-logo/BRP.js +30 -32
- package/dist/icons/components/auto-logo/Bomag.js +30 -32
- package/dist/icons/components/auto-logo/Case.js +21 -23
- package/dist/icons/components/auto-logo/Caterpillar.js +35 -37
- package/dist/icons/components/auto-logo/ChMZAP.js +44 -46
- package/dist/icons/components/auto-logo/ChTZ.js +30 -32
- package/dist/icons/components/auto-logo/Changan.js +19 -21
- package/dist/icons/components/auto-logo/Cherry.js +30 -32
- package/dist/icons/components/auto-logo/Citroen.js +21 -23
- package/dist/icons/components/auto-logo/DaewooFull.js +56 -58
- package/dist/icons/components/auto-logo/DaewooSymbol.js +49 -51
- package/dist/icons/components/auto-logo/Daf.js +21 -23
- package/dist/icons/components/auto-logo/Dayun.js +21 -23
- package/dist/icons/components/auto-logo/DongFeng.js +21 -23
- package/dist/icons/components/auto-logo/Ducati.js +30 -32
- package/dist/icons/components/auto-logo/Exeed.js +30 -32
- package/dist/icons/components/auto-logo/Faw.js +32 -34
- package/dist/icons/components/auto-logo/Fenix.js +112 -114
- package/dist/icons/components/auto-logo/Fiat.js +35 -37
- package/dist/icons/components/auto-logo/Ford.js +39 -41
- package/dist/icons/components/auto-logo/Foton.js +30 -32
- package/dist/icons/components/auto-logo/Gac.js +19 -21
- package/dist/icons/components/auto-logo/Gaz.js +57 -59
- package/dist/icons/components/auto-logo/Geely.js +23 -25
- package/dist/icons/components/auto-logo/Genesis.js +28 -30
- package/dist/icons/components/auto-logo/Gitte.js +21 -23
- package/dist/icons/components/auto-logo/Grunwald.js +21 -23
- package/dist/icons/components/auto-logo/HartungFull.js +30 -32
- package/dist/icons/components/auto-logo/HartungSymbol.js +30 -32
- package/dist/icons/components/auto-logo/Haval.js +21 -23
- package/dist/icons/components/auto-logo/Higer.js +21 -23
- package/dist/icons/components/auto-logo/Hitachi.js +19 -21
- package/dist/icons/components/auto-logo/Honda.js +35 -37
- package/dist/icons/components/auto-logo/Hongqi.js +28 -30
- package/dist/icons/components/auto-logo/Hongyan.js +21 -23
- package/dist/icons/components/auto-logo/Howo.js +44 -46
- package/dist/icons/components/auto-logo/Hyundai.js +21 -23
- package/dist/icons/components/auto-logo/Infiniti.js +19 -21
- package/dist/icons/components/auto-logo/Isuzu.js +21 -23
- package/dist/icons/components/auto-logo/Iveco.js +21 -23
- package/dist/icons/components/auto-logo/JCB.js +30 -32
- package/dist/icons/components/auto-logo/Jac.js +19 -21
- package/dist/icons/components/auto-logo/Juterborg.js +55 -57
- package/dist/icons/components/auto-logo/KIA.js +21 -23
- package/dist/icons/components/auto-logo/Kaiyi.js +21 -23
- package/dist/icons/components/auto-logo/Kamaz.js +33 -35
- package/dist/icons/components/auto-logo/Kassbohrer.js +21 -23
- package/dist/icons/components/auto-logo/Komatsu.js +19 -21
- package/dist/icons/components/auto-logo/Ktm.js +19 -21
- package/dist/icons/components/auto-logo/LCCE.js +35 -37
- package/dist/icons/components/auto-logo/Lada.js +21 -23
- package/dist/icons/components/auto-logo/Lexus.js +21 -23
- package/dist/icons/components/auto-logo/LiuGong.js +28 -30
- package/dist/icons/components/auto-logo/Lonking.js +28 -30
- package/dist/icons/components/auto-logo/Lovol.js +19 -21
- package/dist/icons/components/auto-logo/MTZBelarus.js +32 -34
- package/dist/icons/components/auto-logo/Man.js +19 -21
- package/dist/icons/components/auto-logo/Maz.js +30 -32
- package/dist/icons/components/auto-logo/MercedesBenz.js +21 -23
- package/dist/icons/components/auto-logo/Meusburger.js +21 -23
- package/dist/icons/components/auto-logo/Mitsubishi.js +19 -21
- package/dist/icons/components/auto-logo/NefAZ.js +28 -30
- package/dist/icons/components/auto-logo/NursanTrailer.js +19 -21
- package/dist/icons/components/auto-logo/Omoda.js +35 -37
- package/dist/icons/components/auto-logo/PSATss.js +35 -37
- package/dist/icons/components/auto-logo/Paz.js +21 -23
- package/dist/icons/components/auto-logo/Peugeot.js +19 -21
- package/dist/icons/components/auto-logo/Raskat.js +35 -37
- package/dist/icons/components/auto-logo/Renault.js +28 -30
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +30 -32
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +39 -41
- package/dist/icons/components/auto-logo/Sany.js +48 -50
- package/dist/icons/components/auto-logo/Scania.js +55 -57
- package/dist/icons/components/auto-logo/Schmitz.js +21 -23
- package/dist/icons/components/auto-logo/Shacman.js +28 -30
- package/dist/icons/components/auto-logo/Shantui.js +19 -21
- package/dist/icons/components/auto-logo/Sinanli.js +69 -71
- package/dist/icons/components/auto-logo/Sitrak.js +32 -34
- package/dist/icons/components/auto-logo/SobolIztechmash.js +58 -60
- package/dist/icons/components/auto-logo/Sokol.js +19 -21
- package/dist/icons/components/auto-logo/Sollers.js +21 -23
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +19 -21
- package/dist/icons/components/auto-logo/Tonar.js +21 -23
- package/dist/icons/components/auto-logo/Toyota.js +19 -21
- package/dist/icons/components/auto-logo/Trekol.js +32 -34
- package/dist/icons/components/auto-logo/UAT.js +19 -21
- package/dist/icons/components/auto-logo/Uaz.js +68 -70
- package/dist/icons/components/auto-logo/Ural.js +19 -21
- package/dist/icons/components/auto-logo/VIS.js +19 -21
- package/dist/icons/components/auto-logo/VKR.js +30 -32
- package/dist/icons/components/auto-logo/Volkswagen.js +21 -23
- package/dist/icons/components/auto-logo/Volvo.js +19 -21
- package/dist/icons/components/auto-logo/Wielton.js +19 -21
- package/dist/icons/components/auto-logo/XCMG.js +35 -37
- package/dist/icons/components/auto-logo/Yutong.js +70 -72
- package/dist/icons/components/auto-logo/Zoomlion.js +19 -21
- package/dist/icons/components/car-icons/AllMetal.js +30 -32
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +30 -32
- package/dist/icons/components/car-icons/AsphaltPaver.js +33 -35
- package/dist/icons/components/car-icons/Autotower.js +30 -32
- package/dist/icons/components/car-icons/Awning.js +31 -33
- package/dist/icons/components/car-icons/BackhoeLoader.js +37 -39
- package/dist/icons/components/car-icons/Buggy.js +30 -32
- package/dist/icons/components/car-icons/Bulldozer.js +32 -34
- package/dist/icons/components/car-icons/Bus.js +21 -23
- package/dist/icons/components/car-icons/BusBus.js +30 -32
- package/dist/icons/components/car-icons/BusMinibus.js +30 -32
- package/dist/icons/components/car-icons/BusShiftBuses.js +40 -42
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +37 -39
- package/dist/icons/components/car-icons/CargoAutotower.js +30 -32
- package/dist/icons/components/car-icons/CargoAwning.js +37 -39
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoDrillingRig.js +30 -32
- package/dist/icons/components/car-icons/CargoDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +37 -39
- package/dist/icons/components/car-icons/CargoIsothermal.js +37 -39
- package/dist/icons/components/car-icons/CargoOnBoard.js +37 -39
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +37 -39
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +37 -39
- package/dist/icons/components/car-icons/CargoSortingTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoTankerTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoTowTruck.js +30 -32
- package/dist/icons/components/car-icons/CargoTruckCrane.js +39 -41
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +30 -32
- package/dist/icons/components/car-icons/Clearance.js +21 -23
- package/dist/icons/components/car-icons/CombineHarvester.js +37 -39
- package/dist/icons/components/car-icons/Compartment.js +30 -32
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +37 -39
- package/dist/icons/components/car-icons/ConcretePump.js +38 -40
- package/dist/icons/components/car-icons/Crossover.js +30 -32
- package/dist/icons/components/car-icons/DrillingRigg.js +30 -32
- package/dist/icons/components/car-icons/DumpTruck.js +37 -39
- package/dist/icons/components/car-icons/Excavator.js +21 -23
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +37 -39
- package/dist/icons/components/car-icons/ForkliftTruck.js +30 -32
- package/dist/icons/components/car-icons/FrontLoader.js +37 -39
- package/dist/icons/components/car-icons/Hatchback.js +30 -32
- package/dist/icons/components/car-icons/IceRink.js +32 -34
- package/dist/icons/components/car-icons/Isothermal.js +37 -39
- package/dist/icons/components/car-icons/Liftback.js +21 -23
- package/dist/icons/components/car-icons/MiniEscalator.js +39 -41
- package/dist/icons/components/car-icons/MiniLoader.js +30 -32
- package/dist/icons/components/car-icons/MiningDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/Minitractor.js +30 -32
- package/dist/icons/components/car-icons/Minivan.js +30 -32
- package/dist/icons/components/car-icons/MotorGrader.js +30 -32
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +22 -24
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +28 -30
- package/dist/icons/components/car-icons/OffRoadVehicle.js +30 -32
- package/dist/icons/components/car-icons/OnBoard.js +37 -39
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +37 -39
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +37 -39
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +46 -48
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +37 -39
- package/dist/icons/components/car-icons/Pickup.js +21 -23
- package/dist/icons/components/car-icons/PickupTruck.js +30 -32
- package/dist/icons/components/car-icons/PilingInstallation.js +32 -34
- package/dist/icons/components/car-icons/PromotionalItem.js +37 -39
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +44 -46
- package/dist/icons/components/car-icons/QuarryExcavator.js +24 -26
- package/dist/icons/components/car-icons/Scooter.js +28 -30
- package/dist/icons/components/car-icons/Sedan.js +30 -32
- package/dist/icons/components/car-icons/Snowmobile.js +37 -39
- package/dist/icons/components/car-icons/TankerTruck.js +37 -39
- package/dist/icons/components/car-icons/TelescopicLoader.js +30 -32
- package/dist/icons/components/car-icons/TheLift.js +35 -37
- package/dist/icons/components/car-icons/TowTruck.js +30 -32
- package/dist/icons/components/car-icons/Tractor.js +30 -32
- package/dist/icons/components/car-icons/TractorTruck.js +37 -39
- package/dist/icons/components/car-icons/Trailerr.js +21 -23
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +39 -41
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +30 -32
- package/dist/icons/components/car-icons/TrailersContainerShip.js +38 -40
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +37 -39
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersIsothermal.js +37 -39
- package/dist/icons/components/car-icons/TrailersOther.js +37 -39
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +37 -39
- package/dist/icons/components/car-icons/TruckCrane.js +39 -41
- package/dist/icons/components/car-icons/Universal.js +30 -32
- package/dist/icons/components/car-icons/Van.js +21 -23
- package/dist/icons/components/car-icons/Ycles.js +40 -42
- package/dist/icons/components/car-parameters-icons/Acceleration.js +30 -32
- package/dist/icons/components/car-parameters-icons/Berths.js +35 -37
- package/dist/icons/components/car-parameters-icons/Bucket.js +19 -21
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +21 -23
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +28 -30
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +30 -32
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +30 -32
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +21 -23
- package/dist/icons/components/car-parameters-icons/CarColor.js +30 -32
- package/dist/icons/components/car-parameters-icons/Cylinders.js +33 -35
- package/dist/icons/components/car-parameters-icons/Dimensions.js +30 -32
- package/dist/icons/components/car-parameters-icons/EngineType.js +19 -21
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +19 -21
- package/dist/icons/components/car-parameters-icons/GearType.js +22 -24
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +19 -21
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +21 -23
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +21 -23
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +19 -21
- package/dist/icons/components/car-parameters-icons/TrailerType.js +28 -30
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +28 -30
- package/dist/icons/components/car-parameters-icons/Weight.js +32 -34
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +28 -30
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +30 -32
- package/dist/icons/components/cars-stubus/Bike.js +21 -23
- package/dist/icons/components/cars-stubus/Car.js +21 -23
- package/dist/icons/components/cars-stubus/Equipment.js +21 -23
- package/dist/icons/components/cars-stubus/Truck.js +21 -23
- package/dist/icons/components/index.js +579 -579
- package/dist/icons/index.js +2 -2
- package/dist/index-DIxK0V-G.js +44 -0
- package/dist/index-DzVMAmli.js +1431 -0
- package/dist/index.js +158 -158
- package/dist/keyboard-B0lm_zyn.js +573 -0
- package/dist/label-y3ANLTNC.js +171 -0
- package/dist/open-closed-Cy6VDfYc.js +93 -0
- package/dist/styles.module-CaPkyXYQ.js +25 -0
- package/dist/use-active-press-86hajhdd.js +31 -0
- package/dist/use-by-comparator-CVuf9KBq.js +16 -0
- package/dist/use-resolve-button-type-BAxjHhds.js +19 -0
- package/dist/utils/UUID4.js +4 -4
- package/dist/utils/formating/Date.js +19 -27
- package/dist/utils/formating/FileSize.js +9 -12
- package/dist/utils/formating/Month.js +4 -5
- package/dist/utils/formating/Numbers.js +5 -5
- package/dist/utils/index.js +14 -14
- package/dist/variant.module-BXn4N1h0.js +12 -0
- package/package.json +2 -1
- package/dist/Input-DspsU5F4.js +0 -249
- package/dist/NavigationButtons-DuOoqaPo.js +0 -4907
- package/dist/ProgressBar-DWKyrXzd.js +0 -77
- package/dist/assets/ProgressBar2.css +0 -1
- package/dist/bugs-CSBdWk0R.js +0 -18
- package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/NavigationButtons.js +0 -7
- package/dist/components/Slider/NavigationButtons/index.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/index.js +0 -4
- package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/ProgressBar.js +0 -15
- package/dist/components/Slider/ProgressBar/index.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/index.js +0 -4
- package/dist/field-bS4z9Sdl.js +0 -12
- package/dist/focus-management-1rQPII7Z.js +0 -77
- package/dist/hidden-BuVoeHNy.js +0 -13
- package/dist/icons/components/12px/Close12px.d.ts +0 -4
- package/dist/icons/components/12px/MessageRead12px.d.ts +0 -4
- package/dist/icons/components/16px/Accept16px.d.ts +0 -4
- package/dist/icons/components/16px/Acts16px.d.ts +0 -4
- package/dist/icons/components/16px/Acts16pxF.d.ts +0 -4
- package/dist/icons/components/16px/AdditionalServicess16px.d.ts +0 -4
- package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Agents16px.d.ts +0 -4
- package/dist/icons/components/16px/Agents16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Alarm16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowDown16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowUp16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowUpright16px.d.ts +0 -4
- package/dist/icons/components/16px/AttachFile16px.d.ts +0 -4
- package/dist/icons/components/16px/Bell16px.d.ts +0 -4
- package/dist/icons/components/16px/Bell16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Calculator16px.d.ts +0 -4
- package/dist/icons/components/16px/CalculatorLkk16px.d.ts +0 -4
- package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Calendar16px.d.ts +0 -4
- package/dist/icons/components/16px/Camera16px.d.ts +0 -4
- package/dist/icons/components/16px/Car16px.d.ts +0 -4
- package/dist/icons/components/16px/Car16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Catalog16px.d.ts +0 -4
- package/dist/icons/components/16px/Certs16px.d.ts +0 -4
- package/dist/icons/components/16px/Certs16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Change16px.d.ts +0 -4
- package/dist/icons/components/16px/Chat16px.d.ts +0 -4
- package/dist/icons/components/16px/Chat16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Chatbot16px.d.ts +0 -4
- package/dist/icons/components/16px/Close16px.d.ts +0 -4
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/Coin16px.d.ts +0 -4
- package/dist/icons/components/16px/Coin16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Contracts16px.d.ts +0 -4
- package/dist/icons/components/16px/Contracts16pxF.d.ts +0 -4
- package/dist/icons/components/16px/CopyClipboard16px.d.ts +0 -4
- package/dist/icons/components/16px/Done16px.d.ts +0 -4
- package/dist/icons/components/16px/Download16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandle16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandleVertical16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +0 -4
- package/dist/icons/components/16px/Dzen16px.d.ts +0 -4
- package/dist/icons/components/16px/Euro16px.d.ts +0 -4
- package/dist/icons/components/16px/Eye16px.d.ts +0 -4
- package/dist/icons/components/16px/Failure16px.d.ts +0 -4
- package/dist/icons/components/16px/Favorite16px.d.ts +0 -4
- package/dist/icons/components/16px/Favorite16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Filter16px.d.ts +0 -4
- package/dist/icons/components/16px/Flag16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Folder16px.d.ts +0 -4
- package/dist/icons/components/16px/Fullscreen16px.d.ts +0 -4
- package/dist/icons/components/16px/Galery16px.d.ts +0 -4
- package/dist/icons/components/16px/Gear16px.d.ts +0 -4
- package/dist/icons/components/16px/Gift16px.d.ts +0 -4
- package/dist/icons/components/16px/Hint16px.d.ts +0 -4
- package/dist/icons/components/16px/Home16px.d.ts +0 -4
- package/dist/icons/components/16px/Home16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Hot16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Kebab16px.d.ts +0 -4
- package/dist/icons/components/16px/List16px.d.ts +0 -4
- package/dist/icons/components/16px/Location16px.d.ts +0 -4
- package/dist/icons/components/16px/Map16px.d.ts +0 -4
- package/dist/icons/components/16px/Menu16px.d.ts +0 -4
- package/dist/icons/components/16px/MenuMobile16px.d.ts +0 -4
- package/dist/icons/components/16px/Minus16px.d.ts +0 -4
- package/dist/icons/components/16px/Navigation16px.d.ts +0 -4
- package/dist/icons/components/16px/News16px.d.ts +0 -4
- package/dist/icons/components/16px/News16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Number16px.d.ts +0 -4
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/Orders16px.d.ts +0 -4
- package/dist/icons/components/16px/Orders16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Pause16px.d.ts +0 -4
- package/dist/icons/components/16px/Pen16px.d.ts +0 -4
- package/dist/icons/components/16px/Pen16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Phone16px.d.ts +0 -4
- package/dist/icons/components/16px/Play16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Plus16px.d.ts +0 -4
- package/dist/icons/components/16px/Pound16px.d.ts +0 -4
- package/dist/icons/components/16px/PriceDown16px.d.ts +0 -4
- package/dist/icons/components/16px/PriceUp16px.d.ts +0 -4
- package/dist/icons/components/16px/Question16px.d.ts +0 -4
- package/dist/icons/components/16px/Question16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Rutube16px.d.ts +0 -4
- package/dist/icons/components/16px/Scan16px.d.ts +0 -4
- package/dist/icons/components/16px/Search16px.d.ts +0 -4
- package/dist/icons/components/16px/Share16pxF.d.ts +0 -4
- package/dist/icons/components/16px/ShopingCard16px.d.ts +0 -4
- package/dist/icons/components/16px/Sort16px.d.ts +0 -4
- package/dist/icons/components/16px/Star16px.d.ts +0 -4
- package/dist/icons/components/16px/Star16pxF.d.ts +0 -4
- package/dist/icons/components/16px/StarHalf16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Telegram16pxF.d.ts +0 -4
- package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Timer16px.d.ts +0 -4
- package/dist/icons/components/16px/Trash16px.d.ts +0 -4
- package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/TwinArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/USDollar16px.d.ts +0 -4
- package/dist/icons/components/16px/Umbrella16px.d.ts +0 -4
- package/dist/icons/components/16px/Umbrella16pxF.d.ts +0 -4
- package/dist/icons/components/16px/UnionIcon16px.d.ts +0 -4
- package/dist/icons/components/16px/User16px.d.ts +0 -4
- package/dist/icons/components/16px/User16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Users16px.d.ts +0 -4
- package/dist/icons/components/16px/Users16pxF.d.ts +0 -4
- package/dist/icons/components/16px/VK16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Waiting16px.d.ts +0 -4
- package/dist/icons/components/16px/Whatsapp16px.d.ts +0 -4
- package/dist/icons/components/16px/WriteUs16px.d.ts +0 -4
- package/dist/icons/components/16px/Youtube16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Yuan16px.d.ts +0 -4
- package/dist/icons/components/24px/Accept24px.d.ts +0 -4
- package/dist/icons/components/24px/Acts24px.d.ts +0 -4
- package/dist/icons/components/24px/Acts24pxF.d.ts +0 -4
- package/dist/icons/components/24px/AdditionalServicess24px.d.ts +0 -4
- package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Agents24px.d.ts +0 -4
- package/dist/icons/components/24px/Agents24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Alarm24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowDown24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowUp24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowUpright24px.d.ts +0 -4
- package/dist/icons/components/24px/AttachFile24px.d.ts +0 -4
- package/dist/icons/components/24px/Bell24px.d.ts +0 -4
- package/dist/icons/components/24px/Bell24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Calculator24px.d.ts +0 -4
- package/dist/icons/components/24px/CalculatorLkk24px.d.ts +0 -4
- package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Calendar24px.d.ts +0 -4
- package/dist/icons/components/24px/Camera24px.d.ts +0 -4
- package/dist/icons/components/24px/Car24px.d.ts +0 -4
- package/dist/icons/components/24px/Car24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Catalog24px.d.ts +0 -4
- package/dist/icons/components/24px/Certs24px.d.ts +0 -4
- package/dist/icons/components/24px/Certs24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Change24px.d.ts +0 -4
- package/dist/icons/components/24px/Chat24px.d.ts +0 -4
- package/dist/icons/components/24px/Chat24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Chatbot24px.d.ts +0 -4
- package/dist/icons/components/24px/Close24px.d.ts +0 -4
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/Coin24px.d.ts +0 -4
- package/dist/icons/components/24px/Coin24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Contracts24px.d.ts +0 -4
- package/dist/icons/components/24px/Contracts24pxF.d.ts +0 -4
- package/dist/icons/components/24px/CopyClipboard24px.d.ts +0 -4
- package/dist/icons/components/24px/Done24px.d.ts +0 -4
- package/dist/icons/components/24px/Download24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandle24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandleVertical24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +0 -4
- package/dist/icons/components/24px/Dzen24px.d.ts +0 -4
- package/dist/icons/components/24px/Euro24px.d.ts +0 -4
- package/dist/icons/components/24px/Eye24px.d.ts +0 -4
- package/dist/icons/components/24px/Failure24px.d.ts +0 -4
- package/dist/icons/components/24px/Favorite24px.d.ts +0 -4
- package/dist/icons/components/24px/Favorite24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Filter24px.d.ts +0 -4
- package/dist/icons/components/24px/Flag24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Folder24px.d.ts +0 -4
- package/dist/icons/components/24px/Fullscreen24px.d.ts +0 -4
- package/dist/icons/components/24px/Galery24px.d.ts +0 -4
- package/dist/icons/components/24px/Gear24px.d.ts +0 -4
- package/dist/icons/components/24px/Gift24px.d.ts +0 -4
- package/dist/icons/components/24px/Hint24px.d.ts +0 -4
- package/dist/icons/components/24px/Home24px.d.ts +0 -4
- package/dist/icons/components/24px/Home24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Hot24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Improvements24px.d.ts +0 -4
- package/dist/icons/components/24px/Improvements24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Kebab24px.d.ts +0 -4
- package/dist/icons/components/24px/List24px.d.ts +0 -4
- package/dist/icons/components/24px/Location24px.d.ts +0 -4
- package/dist/icons/components/24px/Map24px.d.ts +0 -4
- package/dist/icons/components/24px/Menu24px.d.ts +0 -4
- package/dist/icons/components/24px/MenuMobile24px.d.ts +0 -4
- package/dist/icons/components/24px/Minus24px.d.ts +0 -4
- package/dist/icons/components/24px/Navigation24px.d.ts +0 -4
- package/dist/icons/components/24px/News24px.d.ts +0 -4
- package/dist/icons/components/24px/News24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Number24px.d.ts +0 -4
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/Orders24px.d.ts +0 -4
- package/dist/icons/components/24px/Orders24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Pause24px.d.ts +0 -4
- package/dist/icons/components/24px/Pen24px.d.ts +0 -4
- package/dist/icons/components/24px/Pen24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Phone24px.d.ts +0 -4
- package/dist/icons/components/24px/Play24px.d.ts +0 -4
- package/dist/icons/components/24px/Plus24px.d.ts +0 -4
- package/dist/icons/components/24px/Pound24px.d.ts +0 -4
- package/dist/icons/components/24px/PriceDown24px.d.ts +0 -4
- package/dist/icons/components/24px/PriceUp24px.d.ts +0 -4
- package/dist/icons/components/24px/Question24px.d.ts +0 -4
- package/dist/icons/components/24px/Question24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Rutube24px.d.ts +0 -4
- package/dist/icons/components/24px/Scan24px.d.ts +0 -4
- package/dist/icons/components/24px/Search24px.d.ts +0 -4
- package/dist/icons/components/24px/Share24pxF.d.ts +0 -4
- package/dist/icons/components/24px/ShopingCard24px.d.ts +0 -4
- package/dist/icons/components/24px/Sort24px.d.ts +0 -4
- package/dist/icons/components/24px/Star24px.d.ts +0 -4
- package/dist/icons/components/24px/Star24pxF.d.ts +0 -4
- package/dist/icons/components/24px/StarHalf24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Telegram24pxF.d.ts +0 -4
- package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Timer24px.d.ts +0 -4
- package/dist/icons/components/24px/Trash24px.d.ts +0 -4
- package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/TwinArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/USDollar24px.d.ts +0 -4
- package/dist/icons/components/24px/Umbrella24px.d.ts +0 -4
- package/dist/icons/components/24px/Umbrella24pxF.d.ts +0 -4
- package/dist/icons/components/24px/UnionIcon24px.d.ts +0 -4
- package/dist/icons/components/24px/User24px.d.ts +0 -4
- package/dist/icons/components/24px/User24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Users24px.d.ts +0 -4
- package/dist/icons/components/24px/Users24pxF.d.ts +0 -4
- package/dist/icons/components/24px/VK24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Waiting24px.d.ts +0 -4
- package/dist/icons/components/24px/Whatsapp24px.d.ts +0 -4
- package/dist/icons/components/24px/WriteUs24px.d.ts +0 -4
- package/dist/icons/components/24px/Youtube24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Yuan24px.d.ts +0 -4
- package/dist/icons/components/32px/Accept32px.d.ts +0 -4
- package/dist/icons/components/32px/Acts32px.d.ts +0 -4
- package/dist/icons/components/32px/AdditionalServicess32px.d.ts +0 -4
- package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Agents32px.d.ts +0 -4
- package/dist/icons/components/32px/Alarm32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowDown32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowUp32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowUpright32px.d.ts +0 -4
- package/dist/icons/components/32px/AttachFile32px.d.ts +0 -4
- package/dist/icons/components/32px/Bell32px.d.ts +0 -4
- package/dist/icons/components/32px/Bell32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Calculator32px.d.ts +0 -4
- package/dist/icons/components/32px/CalculatorLkk32px.d.ts +0 -4
- package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Calendar32px.d.ts +0 -4
- package/dist/icons/components/32px/Camera32px.d.ts +0 -4
- package/dist/icons/components/32px/Car32px.d.ts +0 -4
- package/dist/icons/components/32px/Car32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Catalog32px.d.ts +0 -4
- package/dist/icons/components/32px/Certs32px.d.ts +0 -4
- package/dist/icons/components/32px/Certs32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Change32px.d.ts +0 -4
- package/dist/icons/components/32px/Chat32px.d.ts +0 -4
- package/dist/icons/components/32px/Chat32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Chatbot32px.d.ts +0 -4
- package/dist/icons/components/32px/Close32px.d.ts +0 -4
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/Coin32px.d.ts +0 -4
- package/dist/icons/components/32px/Coin32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Contracts32px.d.ts +0 -4
- package/dist/icons/components/32px/Contracts32pxF.d.ts +0 -4
- package/dist/icons/components/32px/CopyClipboard32px.d.ts +0 -4
- package/dist/icons/components/32px/Done32px.d.ts +0 -4
- package/dist/icons/components/32px/Download32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandle32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandleVertical32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +0 -4
- package/dist/icons/components/32px/Dzen32px.d.ts +0 -4
- package/dist/icons/components/32px/Euro32px.d.ts +0 -4
- package/dist/icons/components/32px/Eye32px.d.ts +0 -4
- package/dist/icons/components/32px/Failure32px.d.ts +0 -4
- package/dist/icons/components/32px/Favorite32px.d.ts +0 -4
- package/dist/icons/components/32px/Favorite32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Filter32px.d.ts +0 -4
- package/dist/icons/components/32px/Flag32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Folder32px.d.ts +0 -4
- package/dist/icons/components/32px/Fullscreen32px.d.ts +0 -4
- package/dist/icons/components/32px/Galery32px.d.ts +0 -4
- package/dist/icons/components/32px/Gear32px.d.ts +0 -4
- package/dist/icons/components/32px/Gift32px.d.ts +0 -4
- package/dist/icons/components/32px/Hint32px.d.ts +0 -4
- package/dist/icons/components/32px/Home32px.d.ts +0 -4
- package/dist/icons/components/32px/Home32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Hot32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Kebab32px.d.ts +0 -4
- package/dist/icons/components/32px/List32px.d.ts +0 -4
- package/dist/icons/components/32px/Location32px.d.ts +0 -4
- package/dist/icons/components/32px/Map32px.d.ts +0 -4
- package/dist/icons/components/32px/Menu32px.d.ts +0 -4
- package/dist/icons/components/32px/MenuMobile32px.d.ts +0 -4
- package/dist/icons/components/32px/Minus32px.d.ts +0 -4
- package/dist/icons/components/32px/Navigation32px.d.ts +0 -4
- package/dist/icons/components/32px/News32px.d.ts +0 -4
- package/dist/icons/components/32px/News32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Number32px.d.ts +0 -4
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/Orders32px.d.ts +0 -4
- package/dist/icons/components/32px/Orders32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Pause32px.d.ts +0 -4
- package/dist/icons/components/32px/Pen32px.d.ts +0 -4
- package/dist/icons/components/32px/Pen32pxF.d.ts +0 -4
- package/dist/icons/components/32px/PersonalManager32px.d.ts +0 -4
- package/dist/icons/components/32px/Phone32px.d.ts +0 -4
- package/dist/icons/components/32px/Play32px.d.ts +0 -4
- package/dist/icons/components/32px/Plus32px.d.ts +0 -4
- package/dist/icons/components/32px/Pound32px.d.ts +0 -4
- package/dist/icons/components/32px/PriceDown32px.d.ts +0 -4
- package/dist/icons/components/32px/PriceUp32px.d.ts +0 -4
- package/dist/icons/components/32px/Question32px.d.ts +0 -4
- package/dist/icons/components/32px/Question32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Rutube32px.d.ts +0 -4
- package/dist/icons/components/32px/Scan32px.d.ts +0 -4
- package/dist/icons/components/32px/Search32px.d.ts +0 -4
- package/dist/icons/components/32px/Share32pxF.d.ts +0 -4
- package/dist/icons/components/32px/ShopimgCard32px.d.ts +0 -4
- package/dist/icons/components/32px/Sort32px.d.ts +0 -4
- package/dist/icons/components/32px/Star32px.d.ts +0 -4
- package/dist/icons/components/32px/Star32pxF.d.ts +0 -4
- package/dist/icons/components/32px/StarHalf32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Telegram32pxF.d.ts +0 -4
- package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Timer32px.d.ts +0 -4
- package/dist/icons/components/32px/Trash32px.d.ts +0 -4
- package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/TwinArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/USDollar32px.d.ts +0 -4
- package/dist/icons/components/32px/Umbrella32px.d.ts +0 -4
- package/dist/icons/components/32px/Umbrella32pxF.d.ts +0 -4
- package/dist/icons/components/32px/UnionIcon32px.d.ts +0 -4
- package/dist/icons/components/32px/User32px.d.ts +0 -4
- package/dist/icons/components/32px/User32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Users32px.d.ts +0 -4
- package/dist/icons/components/32px/Users32pxF.d.ts +0 -4
- package/dist/icons/components/32px/VK32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Waiting32px.d.ts +0 -4
- package/dist/icons/components/32px/Whatsapp32px.d.ts +0 -4
- package/dist/icons/components/32px/WriteUs32px.d.ts +0 -4
- package/dist/icons/components/32px/Youtube32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Yuan32px.d.ts +0 -4
- package/dist/icons/components/Mans.d.ts +0 -4
- package/dist/icons/components/Step.d.ts +0 -4
- package/dist/icons/components/StepXL.d.ts +0 -4
- package/dist/icons/components/auto-logo/ACE.d.ts +0 -4
- package/dist/icons/components/auto-logo/Alim.d.ts +0 -4
- package/dist/icons/components/auto-logo/Amur.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ankai.d.ts +0 -4
- package/dist/icons/components/auto-logo/ArrowLength.d.ts +0 -4
- package/dist/icons/components/auto-logo/Audi.d.ts +0 -4
- package/dist/icons/components/auto-logo/BMW.d.ts +0 -4
- package/dist/icons/components/auto-logo/BRP.d.ts +0 -4
- package/dist/icons/components/auto-logo/Bomag.d.ts +0 -4
- package/dist/icons/components/auto-logo/Case.d.ts +0 -4
- package/dist/icons/components/auto-logo/Caterpillar.d.ts +0 -4
- package/dist/icons/components/auto-logo/ChMZAP.d.ts +0 -4
- package/dist/icons/components/auto-logo/ChTZ.d.ts +0 -4
- package/dist/icons/components/auto-logo/Changan.d.ts +0 -4
- package/dist/icons/components/auto-logo/Cherry.d.ts +0 -4
- package/dist/icons/components/auto-logo/Citroen.d.ts +0 -4
- package/dist/icons/components/auto-logo/DaewooFull.d.ts +0 -4
- package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Daf.d.ts +0 -4
- package/dist/icons/components/auto-logo/Dayun.d.ts +0 -4
- package/dist/icons/components/auto-logo/DongFeng.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ducati.d.ts +0 -4
- package/dist/icons/components/auto-logo/Exeed.d.ts +0 -4
- package/dist/icons/components/auto-logo/Faw.d.ts +0 -4
- package/dist/icons/components/auto-logo/Fenix.d.ts +0 -4
- package/dist/icons/components/auto-logo/Fiat.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ford.d.ts +0 -4
- package/dist/icons/components/auto-logo/Foton.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gac.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Geely.d.ts +0 -4
- package/dist/icons/components/auto-logo/Genesis.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gitte.d.ts +0 -4
- package/dist/icons/components/auto-logo/Grunwald.d.ts +0 -4
- package/dist/icons/components/auto-logo/HartungFull.d.ts +0 -4
- package/dist/icons/components/auto-logo/HartungSymbol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Haval.d.ts +0 -4
- package/dist/icons/components/auto-logo/Higer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hitachi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Honda.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hongqi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hongyan.d.ts +0 -4
- package/dist/icons/components/auto-logo/Howo.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hyundai.d.ts +0 -4
- package/dist/icons/components/auto-logo/Infiniti.d.ts +0 -4
- package/dist/icons/components/auto-logo/Isuzu.d.ts +0 -4
- package/dist/icons/components/auto-logo/Iveco.d.ts +0 -4
- package/dist/icons/components/auto-logo/JCB.d.ts +0 -4
- package/dist/icons/components/auto-logo/Jac.d.ts +0 -4
- package/dist/icons/components/auto-logo/Juterborg.d.ts +0 -4
- package/dist/icons/components/auto-logo/KIA.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kaiyi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kamaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kassbohrer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Komatsu.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ktm.d.ts +0 -4
- package/dist/icons/components/auto-logo/LCCE.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lada.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lexus.d.ts +0 -4
- package/dist/icons/components/auto-logo/LiuGong.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lonking.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lovol.d.ts +0 -4
- package/dist/icons/components/auto-logo/MTZBelarus.d.ts +0 -4
- package/dist/icons/components/auto-logo/Man.d.ts +0 -4
- package/dist/icons/components/auto-logo/Maz.d.ts +0 -4
- package/dist/icons/components/auto-logo/MercedesBenz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Meusburger.d.ts +0 -4
- package/dist/icons/components/auto-logo/Mitsubishi.d.ts +0 -4
- package/dist/icons/components/auto-logo/NefAZ.d.ts +0 -4
- package/dist/icons/components/auto-logo/NursanTrailer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Omoda.d.ts +0 -4
- package/dist/icons/components/auto-logo/PSATss.d.ts +0 -4
- package/dist/icons/components/auto-logo/Paz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Peugeot.d.ts +0 -4
- package/dist/icons/components/auto-logo/Raskat.d.ts +0 -4
- package/dist/icons/components/auto-logo/Renault.d.ts +0 -4
- package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +0 -4
- package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sany.d.ts +0 -4
- package/dist/icons/components/auto-logo/Scania.d.ts +0 -4
- package/dist/icons/components/auto-logo/Schmitz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Shacman.d.ts +0 -4
- package/dist/icons/components/auto-logo/Shantui.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sinanli.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sitrak.d.ts +0 -4
- package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sokol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sollers.d.ts +0 -4
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +0 -4
- package/dist/icons/components/auto-logo/Tonar.d.ts +0 -4
- package/dist/icons/components/auto-logo/Toyota.d.ts +0 -4
- package/dist/icons/components/auto-logo/Trekol.d.ts +0 -4
- package/dist/icons/components/auto-logo/UAT.d.ts +0 -4
- package/dist/icons/components/auto-logo/Uaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ural.d.ts +0 -4
- package/dist/icons/components/auto-logo/VIS.d.ts +0 -4
- package/dist/icons/components/auto-logo/VKR.d.ts +0 -4
- package/dist/icons/components/auto-logo/Volkswagen.d.ts +0 -4
- package/dist/icons/components/auto-logo/Volvo.d.ts +0 -4
- package/dist/icons/components/auto-logo/Wielton.d.ts +0 -4
- package/dist/icons/components/auto-logo/XCMG.d.ts +0 -4
- package/dist/icons/components/auto-logo/Yutong.d.ts +0 -4
- package/dist/icons/components/auto-logo/Zoomlion.d.ts +0 -4
- package/dist/icons/components/car-icons/AllMetal.d.ts +0 -4
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +0 -4
- package/dist/icons/components/car-icons/AsphaltPaver.d.ts +0 -4
- package/dist/icons/components/car-icons/Autotower.d.ts +0 -4
- package/dist/icons/components/car-icons/Awning.d.ts +0 -4
- package/dist/icons/components/car-icons/BackhoeLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/Buggy.d.ts +0 -4
- package/dist/icons/components/car-icons/Bulldozer.d.ts +0 -4
- package/dist/icons/components/car-icons/Bus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusBus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusMinibus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusShiftBuses.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAutotower.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAwning.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoIsothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoOnBoard.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTowTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +0 -4
- package/dist/icons/components/car-icons/Clearance.d.ts +0 -4
- package/dist/icons/components/car-icons/CombineHarvester.d.ts +0 -4
- package/dist/icons/components/car-icons/Compartment.d.ts +0 -4
- package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/ConcretePump.d.ts +0 -4
- package/dist/icons/components/car-icons/Crossover.d.ts +0 -4
- package/dist/icons/components/car-icons/DrillingRigg.d.ts +0 -4
- package/dist/icons/components/car-icons/DumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Excavator.d.ts +0 -4
- package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +0 -4
- package/dist/icons/components/car-icons/ForkliftTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/FrontLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/Hatchback.d.ts +0 -4
- package/dist/icons/components/car-icons/IceRink.d.ts +0 -4
- package/dist/icons/components/car-icons/Isothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/Liftback.d.ts +0 -4
- package/dist/icons/components/car-icons/MiniEscalator.d.ts +0 -4
- package/dist/icons/components/car-icons/MiniLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Minitractor.d.ts +0 -4
- package/dist/icons/components/car-icons/Minivan.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorGrader.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +0 -4
- package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoard.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +0 -4
- package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +0 -4
- package/dist/icons/components/car-icons/Pickup.d.ts +0 -4
- package/dist/icons/components/car-icons/PickupTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/PilingInstallation.d.ts +0 -4
- package/dist/icons/components/car-icons/PromotionalItem.d.ts +0 -4
- package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +0 -4
- package/dist/icons/components/car-icons/QuarryExcavator.d.ts +0 -4
- package/dist/icons/components/car-icons/Scooter.d.ts +0 -4
- package/dist/icons/components/car-icons/Sedan.d.ts +0 -4
- package/dist/icons/components/car-icons/Snowmobile.d.ts +0 -4
- package/dist/icons/components/car-icons/TankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TelescopicLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/TheLift.d.ts +0 -4
- package/dist/icons/components/car-icons/TowTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Tractor.d.ts +0 -4
- package/dist/icons/components/car-icons/TractorTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Trailerr.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersOther.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TruckCrane.d.ts +0 -4
- package/dist/icons/components/car-icons/Universal.d.ts +0 -4
- package/dist/icons/components/car-icons/Van.d.ts +0 -4
- package/dist/icons/components/car-icons/Ycles.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Berths.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Bucket.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarColor.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/EngineType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/GearType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Weight.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Bike.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Car.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Equipment.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Truck.d.ts +0 -4
- package/dist/icons/components/index.d.ts +0 -579
- package/dist/icons/components/types.d.ts +0 -2
- package/dist/index-CweZ_OcN.js +0 -65
- package/dist/index-FDVpKRvA.js +0 -2010
- package/dist/keyboard-B256ZoM-.js +0 -745
- package/dist/label-P7Xsi5N7.js +0 -172
- package/dist/open-closed-CbXq00et.js +0 -93
- package/dist/styles.module-B9L4B63y.js +0 -40
- package/dist/use-active-press-B6yeSopF.js +0 -31
- package/dist/use-by-comparator-BUO78DGe.js +0 -16
- package/dist/use-resolve-button-type-B6LE6gU3.js +0 -19
- package/dist/variant.module-BinTBzAV.js +0 -15
@@ -1,583 +1,583 @@
|
|
1
1
|
import "react";
|
2
|
-
import { i7, A, b5, c_, eS, a, b, b6, b7, c
|
2
|
+
import { i7 as r, A as p, b5 as x, c_ as o, eS as i, a as n, b as t, b6 as l, b7 as c, c$ as g, c as u, d, b8 as h, b9 as F, d0 as C, d1 as b, e as w, f as A, ba as f, bb as T, d2 as m, g as M, bc as S, d3 as D, eV as k, hM as P, hL as U, eW as H, eU as y, h as L, bd as B, d4 as v, k as R, be as K, d5 as G, l as O, bf as I, d6 as z, m as V, bg as N, d7 as W, j as E, bh as Q, d8 as Y, n as Z, hK as q, o as J, bi as X, d9 as j, eT as _, hJ as $, hI as aa, gm as sa, gn as ea, hH as ra, B as pa, p as xa, bj as oa, bk as ia, da as na, db as ta, i6 as la, ib as ca, i5 as ga, i4 as ua, i3 as da, hG as ha, hF as Fa, hE as Ca, hD as ba, hC as wa, hB as Aa, i2 as fa, q as Ta, bl as ma, dc as Ma, r as Sa, s as Da, bn as ka, dd as Pa, de as Ua, bm as Ha, t as ya, bo as La, df as Ba, u as va, bp as Ra, dg as Ka, ia as Ga, v as Oa, w as Ia, bq as za, br as Va, dh as Na, di as Wa, i1 as Ea, i0 as Qa, h$ as Ya, hA as Za, hz as qa, hy as Ja, hx as Xa, hw as ja, hv as _a, hu as $a, ht as as, hs as ss, hr as es, hq as rs, hp as ps, ho as xs, hn as os, hm as is, hl as ns, hk as ts, gl as ls, x as cs, bs as gs, dj as us, y as ds, z as hs, bt as Fs, bu as Cs, dk as bs, dl as ws, fB as As, fA as fs, D as Ts, bv as ms, dm as Ms, E as Ss, F as Ds, bw as ks, bx as Ps, dn as Us, dp as Hs, G as ys, by as Ls, dq as Bs, eX as vs, fM as Rs, h5 as Ks, C as Gs, H as Os, bz as Is, dr as zs, I as Vs, bA as Ns, ds as Ws, J as Es, bB as Qs, dt as Ys, K as Zs, L as qs, bC as Js, bD as Xs, du as js, dv as _s, hj as $s, hi as ae, hh as se, hg as ee, N as re, O as pe, bE as xe, bF as oe, dw as ie, dx as ne, P as te, bG as le, dy as ce, hf as ge, h_ as ue, gk as de, gj as he, gi as Fe, gh as Ce, hZ as be, Q as we, bH as Ae, dz as fe, gg as Te, R as me, bI as Me, dA as Se, S as De, bJ as ke, dB as Pe, T as Ue, bK as He, dC as ye, U as Le, bL as Be, dD as ve, he as Re, V as Ke, bM as Ge, dE as Oe, W as Ie, bN as ze, dF as Ve, X as Ne, bO as We, dG as Ee, Y as Qe, bP as Ye, dH as Ze, gf as qe, hd as Je, Z as Xe, bQ as je, dI as _e, hY as $e, i9 as ar, _ as sr, bR as er, dJ as rr, hc as pr, ge as xr, $ as or, bS as ir, dK as nr, a0 as tr, bT as lr, dL as cr, a1 as gr, a2 as ur, bU as dr, bV as hr, dM as Fr, dN as Cr, gd as br, gc as wr, gb as Ar, a3 as fr, bW as Tr, dO as mr, a4 as Mr, bX as Sr, dP as Dr, a5 as kr, bY as Pr, dQ as Ur, ga as Hr, hb as yr, ha as Lr, g9 as Br, h9 as vr, hX as Rr, a6 as Kr, bZ as Gr, dR as Or, g8 as Ir, a7 as zr, b_ as Vr, dS as Nr, g7 as Wr, a8 as Er, b$ as Qr, dT as Yr, hW as Zr, g6 as qr, g5 as Jr, a9 as Xr, c0 as jr, dU as _r, g4 as $r, g3 as ap, g2 as sp, g1 as ep, h8 as rp, g0 as pp, f$ as xp, aa as op, c1 as ip, dV as np, f_ as tp, ab as lp, ac as cp, c2 as gp, c3 as up, dW as dp, dX as hp, fZ as Fp, fY as Cp, fX as bp, ad as wp, c4 as Ap, dY as fp, fW as Tp, fV as mp, h7 as Mp, c5 as Sp, c6 as Dp, fU as kp, h6 as Pp, fT as Up, fS as Hp, fQ as yp, fR as Lp, fP as Bp, fK as vp, fO as Rp, fN as Kp, fL as Gp, ae as Op, c7 as Ip, dZ as zp, fJ as Vp, fI as Np, fG as Wp, fH as Ep, fF as Qp, h4 as Yp, hV as Zp, af as qp, c8 as Jp, d_ as Xp, fE as jp, hU as _p, ag as $p, c9 as ax, d$ as sx, fD as ex, fC as rx, fu as px, fz as xx, ic as ox, ah as ix, ca as nx, e0 as tx, fy as lx, ai as cx, cb as gx, e1 as ux, aj as dx, cc as hx, e2 as Fx, fx as Cx, M as bx, fw as wx, h3 as Ax, h2 as fx, h1 as Tx, h0 as mx, g$ as Mx, ak as Sx, cd as Dx, e3 as kx, fv as Px, g_ as Ux, gY as Hx, gZ as yx, al as Lx, ce as Bx, e4 as vx, ft as Rx, am as Kx, an as Gx, cf as Ox, cg as Ix, e5 as zx, e6 as Vx, ao as Nx, ch as Wx, e7 as Ex, hT as Qx, hS as Yx, fs as Zx, gX as qx, fr as Jx, gW as Xx, gV as jx, gU as _x, ap as $x, ci as ao, e8 as so, aq as eo, cj as ro, e9 as po, ar as xo, as as oo, ck as io, cl as no, ea as to, eb as lo, gT as co, gS as go, fo as uo, at as ho, cm as Fo, ec as Co, fq as bo, au as wo, av as Ao, cn as fo, co as To, ed as mo, ee as Mo, ef as So, fp as Do, aw as ko, cp as Po, eg as Uo, gR as Ho, gQ as yo, gP as Lo, ax as Bo, cq as vo, eh as Ro, ay as Ko, cr as Go, ei as Oo, az as Io, cs as zo, ej as Vo, aA as No, ct as Wo, ek as Eo, aB as Qo, cu as Yo, el as Zo, gO as qo, gN as Jo, gM as Xo, aC as jo, aD as _o, cv as $o, cw as ai, em as si, en as ei, fn as ri, fm as pi, fl as xi, fk as oi, aE as ii, cx as ni, eo as ti, fj as li, aF as ci, cy as gi, ep as ui, fi as di, fh as hi, gL as Fi, aG as Ci, cz as bi, eq as wi, gK as Ai, fg as fi, ff as Ti, aH as mi, cA as Mi, er as Si, es as Di, aI as ki, cB as Pi, fe as Ui, fd as Hi, gJ as yi, fc as Li, fb as Bi, fa as vi, aJ as Ri, cC as Ki, et as Gi, aK as Oi, aL as Ii, cD as zi, cE as Vi, eu as Ni, ev as Wi, aM as Ei, cF as Qi, ew as Yi, id as Zi, ie as qi, gI as Ji, aN as Xi, cG as ji, ex as _i, aO as $i, cH as an, ey as sn, gH as en, gG as rn, aP as pn, cI as xn, ez as on, f9 as nn, f8 as tn, gF as ln, f7 as cn, gE as gn, gD as un, hR as dn, gC as hn, gB as Fn, gA as Cn, gz as bn, gy as wn, gx as An, gw as fn, gv as Tn, gu as mn, gt as Mn, gs as Sn, aQ as Dn, cJ as kn, eA as Pn, f6 as Un, i8 as Hn, gr as yn, aR as Ln, cK as Bn, eB as vn, aS as Rn, cL as Kn, eC as Gn, f5 as On, aT as In, cM as zn, eD as Vn, f4 as Nn, aU as Wn, aV as En, cN as Qn, cO as Yn, eE as Zn, eF as qn, aW as Jn, cP as Xn, eG as jn, gq as _n, hQ as $n, f3 as at, aX as st, aY as et, cQ as rt, cR as pt, eH as xt, eI as ot, aZ as it, a_ as nt, cS as tt, cT as lt, eJ as ct, eK as gt, f2 as ut, a$ as dt, cU as ht, eL as Ft, f1 as Ct, gp as bt, f0 as wt, e$ as At, b0 as ft, cV as Tt, eM as mt, hP as Mt, b1 as St, cW as Dt, eN as kt, hO as Pt, hN as Ut, e_ as Ht, b2 as yt, cX as Lt, eO as Bt, eZ as vt, go as Rt, b3 as Kt, cY as Gt, eP as Ot, b4 as It, cZ as zt, eQ as Vt, eY as Nt, eR as Wt } from "../../index-DzVMAmli.js";
|
3
3
|
export {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
4
|
+
r as Acceleration,
|
5
|
+
p as Accept16px,
|
6
|
+
x as Accept24px,
|
7
|
+
o as Accept32px,
|
8
|
+
i as Ace,
|
9
|
+
n as Acts16px,
|
10
|
+
t as Acts16pxF,
|
11
|
+
l as Acts24px,
|
12
|
+
c as Acts24pxF,
|
13
|
+
g as Acts32px,
|
14
|
+
u as AdditionalServicess16px,
|
15
15
|
d as AdditionalServicess16pxF,
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
16
|
+
h as AdditionalServicess24px,
|
17
|
+
F as AdditionalServicess24pxF,
|
18
|
+
C as AdditionalServicess32px,
|
19
|
+
b as AdditionalServicess32pxF,
|
20
|
+
w as Agents16px,
|
21
|
+
A as Agents16pxF,
|
22
|
+
f as Agents24px,
|
23
|
+
T as Agents24pxF,
|
24
|
+
m as Agents32px,
|
25
|
+
M as Alarm16px,
|
26
|
+
S as Alarm24px,
|
27
|
+
D as Alarm32px,
|
28
|
+
k as Alim,
|
29
|
+
P as AllMetal,
|
30
|
+
U as AllMetalCargoAndPassenger,
|
31
|
+
H as Amur,
|
32
|
+
y as Ankai,
|
33
|
+
L as ArrowDown16px,
|
34
|
+
B as ArrowDown24px,
|
35
|
+
v as ArrowDown32px,
|
36
|
+
R as ArrowLeft16px,
|
37
|
+
K as ArrowLeft24px,
|
38
|
+
G as ArrowLeft32px,
|
39
|
+
O as ArrowRight16px,
|
40
|
+
I as ArrowRight24px,
|
41
|
+
z as ArrowRight32px,
|
42
|
+
V as ArrowUp16px,
|
43
|
+
N as ArrowUp24px,
|
44
|
+
W as ArrowUp32px,
|
45
|
+
E as ArrowUpRight16px,
|
46
|
+
Q as ArrowUpRight24px,
|
47
|
+
Y as ArrowUpRight32px,
|
48
|
+
Z as ArrowUpright16px,
|
49
|
+
q as AsphaltPaver,
|
50
|
+
J as AttachFile16px,
|
51
|
+
X as AttachFile24px,
|
52
|
+
j as AttachFile32px,
|
53
|
+
_ as Audi,
|
54
|
+
$ as AutoTower,
|
55
|
+
aa as Awning,
|
56
|
+
sa as BMW,
|
57
|
+
ea as BRP,
|
58
|
+
ra as BackhoeLoader,
|
59
|
+
pa as Bell16px,
|
60
|
+
xa as Bell16pxF,
|
61
|
+
oa as Bell24px,
|
62
|
+
ia as Bell24pxF,
|
63
|
+
na as Bell32px,
|
64
|
+
ta as Bell32pxF,
|
65
|
+
la as Berths,
|
66
|
+
ca as Bike,
|
67
|
+
ga as Bucket,
|
68
|
+
ua as BucketLoadingCapacity,
|
69
|
+
da as BucketVolume,
|
70
|
+
ha as Buggy,
|
71
|
+
Fa as Bulldozer,
|
72
|
+
Ca as Bus,
|
73
|
+
ba as BusBus,
|
74
|
+
wa as BusMinibus,
|
75
|
+
Aa as BusShiftBuses,
|
76
|
+
fa as CabinTurn,
|
77
|
+
Ta as Calculator16px,
|
78
|
+
ma as Calculator24px,
|
79
|
+
Ma as Calculator32px,
|
80
|
+
Sa as CalculatorLKK16px,
|
81
|
+
Da as CalculatorLKK16pxF,
|
82
|
+
ka as CalculatorLKK24pxF,
|
83
|
+
Pa as CalculatorLKK32px,
|
84
|
+
Ua as CalculatorLKK32pxF,
|
85
|
+
Ha as CalculatorLkk24px,
|
86
|
+
ya as Calendar16px,
|
87
|
+
La as Calendar24px,
|
88
|
+
Ba as Calendar32px,
|
89
|
+
va as Camera16px,
|
90
|
+
Ra as Camera24px,
|
91
|
+
Ka as Camera32px,
|
92
|
+
Ga as Car,
|
93
|
+
Oa as Car16px,
|
94
|
+
Ia as Car16pxF,
|
95
|
+
za as Car24px,
|
96
|
+
Va as Car24pxF,
|
97
|
+
Na as Car32px,
|
98
|
+
Wa as Car32pxF,
|
99
|
+
Ea as CarBodySize,
|
100
|
+
Qa as CarBodyType,
|
101
|
+
Ya as CarColor,
|
102
|
+
Za as CargoAScrapTruckFromTheCmu,
|
103
|
+
qa as CargoAutoTower,
|
104
|
+
Ja as CargoAwning,
|
105
|
+
Xa as CargoConcreteMixerTruck,
|
106
|
+
ja as CargoDrillingRig,
|
107
|
+
_a as CargoDumpTruck,
|
108
|
+
$a as CargoGarbageTruck,
|
109
|
+
as as CargoGrainCarrier,
|
110
|
+
ss as CargoIsothermal,
|
111
|
+
es as CargoOnBoard,
|
112
|
+
rs as CargoOnBoardWithCmu,
|
113
|
+
ps as CargoPromotionalItem,
|
114
|
+
xs as CargoSortingTruck,
|
115
|
+
os as CargoTankerTruck,
|
116
|
+
is as CargoTowTruck,
|
117
|
+
ns as CargoTruckCrane,
|
118
|
+
ts as CargoVacuumMachine,
|
119
|
+
ls as Case,
|
120
|
+
cs as Catalog16px,
|
121
|
+
gs as Catalog24px,
|
122
|
+
us as Catalog32px,
|
123
|
+
ds as Certs16px,
|
124
|
+
hs as Certs16pxF,
|
125
|
+
Fs as Certs24px,
|
126
|
+
Cs as Certs24pxF,
|
127
|
+
bs as Certs32px,
|
128
|
+
ws as Certs32pxF,
|
129
|
+
As as ChMZAP,
|
130
|
+
fs as ChTZ,
|
131
|
+
Ts as Change16px,
|
132
|
+
ms as Change24px,
|
133
|
+
Ms as Change32px,
|
134
|
+
Ss as Chat16px,
|
135
|
+
Ds as Chat16pxF,
|
136
|
+
ks as Chat24px,
|
137
|
+
Ps as Chat24pxF,
|
138
|
+
Us as Chat32px,
|
139
|
+
Hs as Chat32pxF,
|
140
|
+
ys as Chatbot16px,
|
141
|
+
Ls as Chatbot24px,
|
142
|
+
Bs as Chatbot32px,
|
143
|
+
vs as Cherry,
|
144
|
+
Rs as Citroen,
|
145
|
+
Ks as Clearance,
|
146
|
+
Gs as Close12px,
|
147
|
+
Os as Close16px,
|
148
|
+
Is as Close24px,
|
149
|
+
zs as Close32px,
|
150
|
+
Vs as CloseFloatMenuArrow16px,
|
151
|
+
Ns as CloseFloatMenuArrow24px,
|
152
|
+
Ws as CloseFloatMenuArrow32px,
|
153
|
+
Es as CloseFloatMenuMobileArrow16px,
|
154
|
+
Qs as CloseFloatMenuMobileArrow24px,
|
155
|
+
Ys as CloseFloatMenuMobileArrow32px,
|
156
|
+
Zs as Coin16px,
|
157
|
+
qs as Coin16pxF,
|
158
|
+
Js as Coin24px,
|
159
|
+
Xs as Coin24pxF,
|
160
|
+
js as Coin32px,
|
161
|
+
_s as Coin32pxF,
|
162
|
+
$s as CombineHarvester,
|
163
|
+
ae as Compartment,
|
164
|
+
se as ConcreteMixerTruck,
|
165
|
+
ee as ConcretePump,
|
166
|
+
re as Contracts16px,
|
167
|
+
pe as Contracts16pxF,
|
168
|
+
xe as Contracts24px,
|
169
|
+
oe as Contracts24pxF,
|
170
|
+
ie as Contracts32px,
|
171
|
+
ne as Contracts32pxF,
|
172
|
+
te as CopyClipboard16px,
|
173
|
+
le as CopyClipboard24px,
|
174
|
+
ce as CopyClipboard32px,
|
175
|
+
ge as Crossover,
|
176
|
+
ue as Cylinders,
|
177
|
+
de as DaewooFull,
|
178
|
+
he as DaewooSymbol,
|
179
|
+
Fe as Daf,
|
180
|
+
Ce as Dayun,
|
181
|
+
be as Dimensions,
|
182
|
+
we as Done16px,
|
183
|
+
Ae as Done24px,
|
184
|
+
fe as Done32px,
|
185
|
+
Te as DongFeng,
|
186
|
+
me as Download16px,
|
187
|
+
Me as Download24px,
|
188
|
+
Se as Download32px,
|
189
|
+
De as DragHandle16px,
|
190
|
+
ke as DragHandle24px,
|
191
|
+
Pe as DragHandle32px,
|
192
|
+
Ue as DragHandleHorizontal16px,
|
193
|
+
He as DragHandleHorizontal24px,
|
194
|
+
ye as DragHandleHorizontal32px,
|
195
|
+
Le as DragHandleVertical16px,
|
196
|
+
Be as DragHandleVertical24px,
|
197
|
+
ve as DragHandleVertical32px,
|
198
|
+
Re as DrillingRigg,
|
199
|
+
Ke as DropdownArrowBottom16px,
|
200
|
+
Ge as DropdownArrowDown24px,
|
201
|
+
Oe as DropdownArrowDown32px,
|
202
|
+
Ie as DropdownArrowLeft16px,
|
203
|
+
ze as DropdownArrowLeft24px,
|
204
|
+
Ve as DropdownArrowLeft32px,
|
205
|
+
Ne as DropdownArrowRight16px,
|
206
|
+
We as DropdownArrowRight24px,
|
207
|
+
Ee as DropdownArrowRight32px,
|
208
|
+
Qe as DropdownArrowUp16px,
|
209
|
+
Ye as DropdownArrowUp24px,
|
210
|
+
Ze as DropdownArrowUp32px,
|
211
|
+
qe as Ducati,
|
212
|
+
Je as DumpTruck,
|
213
|
+
Xe as Dzen16px,
|
214
|
+
je as Dzen24px,
|
215
|
+
_e as Dzen32px,
|
216
|
+
$e as EngineType,
|
217
|
+
ar as Equipment,
|
218
|
+
sr as Euro16px,
|
219
|
+
er as Euro24px,
|
220
|
+
rr as Euro32px,
|
221
|
+
pr as Excavator,
|
222
|
+
xr as Exeed,
|
223
|
+
or as Eye16px,
|
224
|
+
ir as Eye24px,
|
225
|
+
nr as Eye32px,
|
226
|
+
tr as Failure16px,
|
227
|
+
lr as Failure24px,
|
228
|
+
cr as Failure32px,
|
229
|
+
gr as Favorite16px,
|
230
|
+
ur as Favorite16pxF,
|
231
|
+
dr as Favorite24px,
|
232
|
+
hr as Favorite24pxF,
|
233
|
+
Fr as Favorite32px,
|
234
|
+
Cr as Favorite32pxF,
|
235
|
+
br as Faw,
|
236
|
+
wr as Fenix,
|
237
|
+
Ar as Fiat,
|
238
|
+
fr as Filter16px,
|
239
|
+
Tr as Filter24px,
|
240
|
+
mr as Filter32px,
|
241
|
+
Mr as Flag16pxF,
|
242
|
+
Sr as Flag24pxF,
|
243
|
+
Dr as Flag32pxF,
|
244
|
+
kr as Folder16px,
|
245
|
+
Pr as Folder24px,
|
246
|
+
Ur as Folder32px,
|
247
|
+
Hr as Ford,
|
248
|
+
yr as ForestPreparationEquipment,
|
249
|
+
Lr as ForkliftTruck,
|
250
|
+
Br as Foton,
|
251
|
+
vr as FrontLoader,
|
252
|
+
Rr as FuelConsumption,
|
253
|
+
Kr as Fullscreen16px,
|
254
|
+
Gr as Fullscreen24px,
|
255
|
+
Or as Fullscreen32px,
|
256
|
+
Ir as Gac,
|
257
|
+
zr as Galery16px,
|
258
|
+
Vr as Galery24px,
|
259
|
+
Nr as Galery32px,
|
260
|
+
Wr as Gaz,
|
261
|
+
Er as Gear16px,
|
262
|
+
Qr as Gear24px,
|
263
|
+
Yr as Gear32px,
|
264
|
+
Zr as GearType,
|
265
|
+
qr as Geely,
|
266
|
+
Jr as Genesis,
|
267
|
+
Xr as Gift16px,
|
268
|
+
jr as Gift24px,
|
269
|
+
_r as Gift32px,
|
270
|
+
$r as Gitte,
|
271
|
+
ap as Grunwald,
|
272
|
+
sp as HartungFull,
|
273
|
+
ep as HartungSymbol,
|
274
|
+
rp as Hatchback,
|
275
|
+
pp as Haval,
|
276
|
+
xp as Higer,
|
277
|
+
op as Hint16px,
|
278
|
+
ip as Hint24px,
|
279
|
+
np as Hint32px,
|
280
|
+
tp as Hitachi,
|
281
|
+
lp as Home16px,
|
282
|
+
cp as Home16pxF,
|
283
|
+
gp as Home24px,
|
284
|
+
up as Home24pxF,
|
285
|
+
dp as Home32px,
|
286
|
+
hp as Home32pxF,
|
287
|
+
Fp as Honda,
|
288
|
+
Cp as Hongqi,
|
289
|
+
bp as Hongyan,
|
290
|
+
wp as Hot16pxF,
|
291
|
+
Ap as Hot24pxF,
|
292
|
+
fp as Hot32pxF,
|
293
|
+
Tp as Howo,
|
294
|
+
mp as Hyundai,
|
295
|
+
Mp as IceRink,
|
296
|
+
Sp as Improvements24px,
|
297
|
+
Dp as Improvements24pxF,
|
298
|
+
kp as Infiniti,
|
299
|
+
Pp as Isothermal,
|
300
|
+
Up as Isuzu,
|
301
|
+
Hp as Iveco,
|
302
|
+
yp as JCB,
|
303
|
+
Lp as Jac,
|
304
|
+
Bp as Juterborg,
|
305
|
+
vp as KIA,
|
306
|
+
Rp as Kaiyi,
|
307
|
+
Kp as Kamaz,
|
308
|
+
Gp as Kassbohrer,
|
309
|
+
Op as Kebab16px,
|
310
|
+
Ip as Kebab24px,
|
311
|
+
zp as Kebab32px,
|
312
|
+
Vp as Komatsu,
|
313
|
+
Np as Ktm,
|
314
|
+
Wp as LCCE,
|
315
|
+
Ep as Lada,
|
316
|
+
Qp as Lexus,
|
317
|
+
Yp as Liftback,
|
318
|
+
Zp as LiftingHeight,
|
319
|
+
qp as List16px,
|
320
|
+
Jp as List24px,
|
321
|
+
Xp as List32px,
|
322
|
+
jp as LiuGong,
|
323
|
+
_p as LoadingCapacity,
|
324
|
+
$p as Location16px,
|
325
|
+
ax as Location24px,
|
326
|
+
sx as Location32px,
|
327
|
+
ex as Lonking,
|
328
|
+
rx as Lovol,
|
329
|
+
px as MTZBelarus,
|
330
|
+
xx as Man,
|
331
|
+
ox as Mans,
|
332
|
+
ix as Map16px,
|
333
|
+
nx as Map24px,
|
334
|
+
tx as Map32px,
|
335
|
+
lx as Maz,
|
336
|
+
cx as Menu16px,
|
337
|
+
gx as Menu24px,
|
338
|
+
ux as Menu32px,
|
339
|
+
dx as MenuMobile16px,
|
340
|
+
hx as MenuMobile24px,
|
341
|
+
Fx as MenuMobile32px,
|
342
|
+
Cx as MercedesBenz,
|
343
|
+
bx as MessageRead12px,
|
344
|
+
wx as Meusburger,
|
345
|
+
Ax as MiniEscalator,
|
346
|
+
fx as MiniLoader,
|
347
|
+
Tx as MiningDumpTruck,
|
348
|
+
mx as Minitractor,
|
349
|
+
Mx as Minivan,
|
350
|
+
Sx as Minus16px,
|
351
|
+
Dx as Minus24px,
|
352
|
+
kx as Minus32px,
|
353
|
+
Px as Mitsubishi,
|
354
|
+
Ux as MotorGrader,
|
355
|
+
Hx as MotorVehicleQuadBike,
|
356
|
+
yx as MotorVehiclesBike,
|
357
|
+
Lx as Navigation16px,
|
358
|
+
Bx as Navigation24px,
|
359
|
+
vx as Navigation32px,
|
360
|
+
Rx as NefAZ,
|
361
|
+
Kx as News16px,
|
362
|
+
Gx as News16pxF,
|
363
|
+
Ox as News24px,
|
364
|
+
Ix as News24pxF,
|
365
|
+
zx as News32px,
|
366
|
+
Vx as News32pxF,
|
367
|
+
Nx as Number16px,
|
368
|
+
Wx as Number24px,
|
369
|
+
Ex as Number32px,
|
370
|
+
Qx as NumberofAxes,
|
371
|
+
Yx as NumberofSeats,
|
372
|
+
Zx as NursanTrailer,
|
373
|
+
qx as OffRoadVehicle,
|
374
|
+
Jx as Omoda,
|
375
|
+
Xx as OnBoard,
|
376
|
+
jx as OnBoardCargoAndPassengerTransport,
|
377
|
+
_x as OnBoardWithCmu,
|
378
|
+
$x as OpenFloatMenuArrow16px,
|
379
|
+
ao as OpenFloatMenuArrow24px,
|
380
|
+
so as OpenFloatMenuArrow32px,
|
381
|
+
eo as OpenFloatMenuMobileArrow16px,
|
382
|
+
ro as OpenFloatMenuMobileArrow24px,
|
383
|
+
po as OpenFloatMenuMobileArrow32px,
|
384
|
+
xo as Orders16px,
|
385
|
+
oo as Orders16pxF,
|
386
|
+
io as Orders24px,
|
387
|
+
no as Orders24pxF,
|
388
|
+
to as Orders32px,
|
389
|
+
lo as Orders32pxF,
|
390
|
+
co as OtherAgriculturalMachinery,
|
391
|
+
go as OtherCareerTechniques,
|
392
|
+
uo as PSATss,
|
393
|
+
ho as Pause16px,
|
394
|
+
Fo as Pause24px,
|
395
|
+
Co as Pause32px,
|
396
|
+
bo as Paz,
|
397
|
+
wo as Pen16px,
|
398
|
+
Ao as Pen16pxF,
|
399
|
+
fo as Pen24px,
|
400
|
+
To as Pen24pxF,
|
401
|
+
mo as Pen32px,
|
402
|
+
Mo as Pen32pxF,
|
403
|
+
So as PersonalManager32px,
|
404
|
+
Do as Peugeot,
|
405
|
+
ko as Phone16px,
|
406
|
+
Po as Phone24px,
|
407
|
+
Uo as Phone32px,
|
408
|
+
Ho as Pickup,
|
409
|
+
yo as PickupTruck,
|
410
|
+
Lo as PilingInstallation,
|
411
|
+
Bo as Play16pxF,
|
412
|
+
vo as Play24px,
|
413
|
+
Ro as Play32px,
|
414
|
+
Ko as Plus16px,
|
415
|
+
Go as Plus24px,
|
416
|
+
Oo as Plus32px,
|
417
|
+
Io as Pound16px,
|
418
|
+
zo as Pound24px,
|
419
|
+
Vo as Pound32px,
|
420
|
+
No as PriceDown16px,
|
421
|
+
Wo as PriceDown24px,
|
422
|
+
Eo as PriceDown32px,
|
423
|
+
Qo as PriceUp16px,
|
424
|
+
Yo as PriceUp24px,
|
425
|
+
Zo as PriceUp32px,
|
426
|
+
qo as PromotionalItem,
|
427
|
+
Jo as PublicUtilityVehicle,
|
428
|
+
Xo as QuarryExcavator,
|
429
|
+
jo as Question16px,
|
430
|
+
_o as Question16pxF,
|
431
|
+
$o as Question24px,
|
432
|
+
ai as Question24pxF,
|
433
|
+
si as Question32px,
|
434
|
+
ei as Question32pxF,
|
435
|
+
ri as Raskat,
|
436
|
+
pi as Renault,
|
437
|
+
xi as RussianCarsEmblem,
|
438
|
+
oi as RussianCarsKremlin,
|
439
|
+
ii as Rutube16px,
|
440
|
+
ni as Rutube24px,
|
441
|
+
ti as Rutube32px,
|
442
|
+
li as Sany,
|
443
|
+
ci as Scan16px,
|
444
|
+
gi as Scan24px,
|
445
|
+
ui as Scan32px,
|
446
|
+
di as Scania,
|
447
|
+
hi as Schmitz,
|
448
|
+
Fi as Scooter,
|
449
|
+
Ci as Search16px,
|
450
|
+
bi as Search24px,
|
451
|
+
wi as Search32px,
|
452
|
+
Ai as Sedan,
|
453
|
+
fi as Shacman,
|
454
|
+
Ti as Shantui,
|
455
|
+
mi as Share16pxF,
|
456
|
+
Mi as Share24pxF,
|
457
|
+
Si as Share32pxF,
|
458
|
+
Di as ShopimgCard32px,
|
459
|
+
ki as ShopingCard16px,
|
460
|
+
Pi as ShopingCard24px,
|
461
|
+
Ui as Sinanli,
|
462
|
+
Hi as Sitrak,
|
463
|
+
yi as Snowmobile,
|
464
|
+
Li as SobolIztechmash,
|
465
|
+
Bi as Sokol,
|
466
|
+
vi as Sollers,
|
467
|
+
Ri as Sort16px,
|
468
|
+
Ki as Sort24px,
|
469
|
+
Gi as Sort32px,
|
470
|
+
Oi as Star16px,
|
471
|
+
Ii as Star16pxF,
|
472
|
+
zi as Star24px,
|
473
|
+
Vi as Star24pxF,
|
474
|
+
Ni as Star32px,
|
475
|
+
Wi as Star32pxF,
|
476
|
+
Ei as StarHalf16pxF,
|
477
|
+
Qi as StarHalf24pxF,
|
478
|
+
Yi as StarHalf32pxF,
|
479
|
+
Zi as Step,
|
480
|
+
qi as StepXL,
|
481
|
+
Ji as TankerTruck,
|
482
|
+
Xi as Telegram16pxF,
|
483
|
+
ji as Telegram24pxF,
|
484
|
+
_i as Telegram32pxF,
|
485
|
+
$i as TelegramPlane16pxF,
|
486
|
+
an as TelegramPlane24pxF,
|
487
|
+
sn as TelegramPlane32pxF,
|
488
|
+
en as TelescopicLoader,
|
489
|
+
rn as TheLift,
|
490
|
+
pn as Timer16px,
|
491
|
+
xn as Timer24px,
|
492
|
+
on as Timer32px,
|
493
|
+
nn as TitanLipetskiyZavodPricepcenter,
|
494
|
+
tn as Tonar,
|
495
|
+
ln as TowTruck,
|
496
|
+
cn as Toyota,
|
497
|
+
gn as Tractor,
|
498
|
+
un as TractorTruck,
|
499
|
+
dn as TrailerType,
|
500
|
+
hn as Trailerr,
|
501
|
+
Fn as TrailersCarCarrier,
|
502
|
+
Cn as TrailersCattleTruck,
|
503
|
+
bn as TrailersContainerShip,
|
504
|
+
wn as TrailersCurtainSide,
|
505
|
+
An as TrailersDumpTruck,
|
506
|
+
fn as TrailersGrainTruck,
|
507
|
+
Tn as TrailersHeavyTruck,
|
508
|
+
mn as TrailersIsothermal,
|
509
|
+
Mn as TrailersOther,
|
510
|
+
Sn as TrailersTankerTruck,
|
511
|
+
Dn as Trash16px,
|
512
|
+
kn as Trash24px,
|
513
|
+
Pn as Trash32px,
|
514
|
+
Un as Trekol,
|
515
|
+
Hn as Truck,
|
516
|
+
yn as TruckCrane,
|
517
|
+
Ln as TwinArrowLeft16px,
|
518
|
+
Bn as TwinArrowLeft24px,
|
519
|
+
vn as TwinArrowLeft32px,
|
520
|
+
Rn as TwinArrowRight16px,
|
521
|
+
Kn as TwinArrowRight24px,
|
522
|
+
Gn as TwinArrowRight32px,
|
523
|
+
On as UAT,
|
524
|
+
In as USDollar16px,
|
525
|
+
zn as USDollar24px,
|
526
|
+
Vn as USDollar32px,
|
527
|
+
Nn as Uaz,
|
528
|
+
Wn as Umbrella16px,
|
529
|
+
En as Umbrella16pxF,
|
530
|
+
Qn as Umbrella24px,
|
531
|
+
Yn as Umbrella24pxF,
|
532
|
+
Zn as Umbrella32px,
|
533
|
+
qn as Umbrella32pxF,
|
534
|
+
Jn as UnionIcon16px,
|
535
|
+
Xn as UnionIcon24px,
|
536
|
+
jn as UnionIcon32px,
|
537
|
+
_n as Universal,
|
538
|
+
$n as UnloadingType,
|
539
|
+
at as Ural,
|
540
|
+
st as User16px,
|
541
|
+
et as User16pxF,
|
542
|
+
rt as User24px,
|
543
|
+
pt as User24pxF,
|
544
|
+
xt as User32px,
|
545
|
+
ot as User32pxF,
|
546
|
+
it as Users16px,
|
547
|
+
nt as Users16pxF,
|
548
|
+
tt as Users24px,
|
549
|
+
lt as Users24pxF,
|
550
|
+
ct as Users32px,
|
551
|
+
gt as Users32pxF,
|
552
|
+
ut as VIS,
|
553
|
+
dt as VK16pxF,
|
554
|
+
ht as VK24pxF,
|
555
|
+
Ft as VK32pxF,
|
556
|
+
Ct as VKR,
|
557
|
+
bt as Van,
|
558
|
+
wt as Volkswagen,
|
559
|
+
At as Volvo,
|
560
|
+
ft as Waiting16px,
|
561
|
+
Tt as Waiting24px,
|
562
|
+
mt as Waiting32px,
|
563
|
+
Mt as Weight,
|
564
|
+
St as Whatsapp16px,
|
565
|
+
Dt as Whatsapp24px,
|
566
|
+
kt as Whatsapp32px,
|
567
|
+
Pt as WheelDriveType,
|
568
|
+
Ut as WheelSheme,
|
569
|
+
Ht as Wielton,
|
570
|
+
yt as WriteUs16px,
|
571
|
+
Lt as WriteUs24px,
|
572
|
+
Bt as WriteUs32px,
|
573
|
+
vt as XCMG,
|
574
|
+
Rt as Ycles,
|
575
|
+
Kt as Youtube16pxF,
|
576
|
+
Gt as Youtube24pxF,
|
577
|
+
Ot as Youtube32pxF,
|
578
|
+
It as Yuan16px,
|
579
|
+
zt as Yuan24px,
|
580
|
+
Vt as Yuan32px,
|
581
|
+
Nt as Yutong,
|
582
|
+
Wt as Zoomlion
|
583
583
|
};
|