mimir-ui-kit 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/Button.css +1 -0
- package/dist/assets/Input.css +1 -0
- package/dist/assets/InputPassword.css +1 -0
- package/dist/assets/OtpInput.css +1 -0
- package/dist/assets/fonts/11d5bc9f0cad36d1.woff2 +0 -0
- package/dist/assets/fonts/1a738bfdbc1e4d9d.woff +0 -0
- package/dist/assets/fonts/242d04bef81519ae.woff2 +0 -0
- package/dist/assets/fonts/3b9f59412b17ff93.woff +0 -0
- package/dist/assets/fonts/3cdd7fabbe89d2b9.woff +0 -0
- package/dist/assets/fonts/43b748f250df0f08.woff +0 -0
- package/dist/assets/fonts/585d10920d676fcd.woff2 +0 -0
- package/dist/assets/fonts/63611593e008a77c.woff2 +0 -0
- package/dist/assets/fonts/badaa6d1837432de.woff +0 -0
- package/dist/assets/fonts/cac2ba46e8c8adc9.woff2 +0 -0
- package/dist/assets/fonts/d080ae18fd04e52c.woff2 +0 -0
- package/dist/assets/fonts/e51d2feb30084bc2.woff2 +0 -0
- package/dist/assets/fonts/ee3db32f0aadef5d.woff2 +0 -0
- package/dist/assets/fonts/f4d681a788c6d497.woff2 +0 -0
- package/dist/assets/index.css +1 -0
- package/dist/components/Button/Button.d.ts +84 -0
- package/dist/components/Button/Button.js +86 -0
- package/dist/components/Button/constants.d.ts +25 -0
- package/dist/components/Button/constants.js +35 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.js +9 -0
- package/dist/components/Button/types.d.ts +14 -0
- package/dist/components/Button/types.js +1 -0
- package/dist/components/Input/Input.d.ts +63 -0
- package/dist/components/Input/Input.js +121 -0
- package/dist/components/Input/constants.d.ts +12 -0
- package/dist/components/Input/constants.js +18 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/index.js +7 -0
- package/dist/components/Input/types.d.ts +11 -0
- package/dist/components/Input/types.js +1 -0
- package/dist/components/InputPassword/InputPassword.d.ts +12 -0
- package/dist/components/InputPassword/InputPassword.js +40 -0
- package/dist/components/InputPassword/index.d.ts +2 -0
- package/dist/components/InputPassword/index.js +4 -0
- package/dist/components/InputPhoneNumber/InputPhoneNumber.d.ts +12 -0
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +38 -0
- package/dist/components/InputPhoneNumber/index.d.ts +2 -0
- package/dist/components/InputPhoneNumber/index.js +7 -0
- package/dist/components/InputPhoneNumber/utils.d.ts +2 -0
- package/dist/components/InputPhoneNumber/utils.js +26 -0
- package/dist/components/OtpInput/OtpInput.d.ts +23 -0
- package/dist/components/OtpInput/OtpInput.js +142 -0
- package/dist/components/OtpInput/constants.d.ts +3 -0
- package/dist/components/OtpInput/constants.js +8 -0
- package/dist/components/OtpInput/index.d.ts +1 -0
- package/dist/components/OtpInput/index.js +4 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/components/index.js +23 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +6 -0
- package/dist/hooks/useMediaQuery/constants.d.ts +9 -0
- package/dist/hooks/useMediaQuery/constants.js +13 -0
- package/dist/hooks/useMediaQuery/index.d.ts +2 -0
- package/dist/hooks/useMediaQuery/index.js +6 -0
- package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +14 -0
- package/dist/hooks/useMediaQuery/useMediaQuery.js +19 -0
- package/dist/icons/Icon.d.ts +8 -0
- package/dist/icons/Icon.js +13 -0
- package/dist/icons/components/16px/Accept16px.d.ts +4 -0
- package/dist/icons/components/16px/Accept16px.js +28 -0
- package/dist/icons/components/16px/Acts16px.d.ts +4 -0
- package/dist/icons/components/16px/Acts16px.js +41 -0
- package/dist/icons/components/16px/Acts16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Acts16pxF.js +36 -0
- package/dist/icons/components/16px/AdditionalServicess16px.d.ts +4 -0
- package/dist/icons/components/16px/AdditionalServicess16px.js +34 -0
- package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +4 -0
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +23 -0
- package/dist/icons/components/16px/Agents16px.d.ts +4 -0
- package/dist/icons/components/16px/Agents16px.js +25 -0
- package/dist/icons/components/16px/Agents16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Agents16pxF.js +23 -0
- package/dist/icons/components/16px/Alarm16px.d.ts +4 -0
- package/dist/icons/components/16px/Alarm16px.js +26 -0
- package/dist/icons/components/16px/ArrowDown16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowDown16px.js +25 -0
- package/dist/icons/components/16px/ArrowLeft16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowLeft16px.js +25 -0
- package/dist/icons/components/16px/ArrowRight16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowRight16px.js +25 -0
- package/dist/icons/components/16px/ArrowUp16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowUp16px.js +25 -0
- package/dist/icons/components/16px/ArrowUpright16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowUpright16px.js +25 -0
- package/dist/icons/components/16px/AttachFile16px.d.ts +4 -0
- package/dist/icons/components/16px/AttachFile16px.js +25 -0
- package/dist/icons/components/16px/Bell16px.d.ts +4 -0
- package/dist/icons/components/16px/Bell16px.js +45 -0
- package/dist/icons/components/16px/Bell16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Bell16pxF.js +35 -0
- package/dist/icons/components/16px/Calculator16px.d.ts +4 -0
- package/dist/icons/components/16px/Calculator16px.js +25 -0
- package/dist/icons/components/16px/CalculatorLkk16px.d.ts +4 -0
- package/dist/icons/components/16px/CalculatorLkk16px.js +36 -0
- package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +4 -0
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +25 -0
- package/dist/icons/components/16px/Calendar16px.d.ts +4 -0
- package/dist/icons/components/16px/Calendar16px.js +25 -0
- package/dist/icons/components/16px/Camera16px.d.ts +4 -0
- package/dist/icons/components/16px/Camera16px.js +37 -0
- package/dist/icons/components/16px/Car16px.d.ts +4 -0
- package/dist/icons/components/16px/Car16px.js +36 -0
- package/dist/icons/components/16px/Car16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Car16pxF.js +25 -0
- package/dist/icons/components/16px/Catalog16px.d.ts +4 -0
- package/dist/icons/components/16px/Catalog16px.js +25 -0
- package/dist/icons/components/16px/Certs16px.d.ts +4 -0
- package/dist/icons/components/16px/Certs16px.js +34 -0
- package/dist/icons/components/16px/Certs16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Certs16pxF.js +34 -0
- package/dist/icons/components/16px/Change16px.d.ts +4 -0
- package/dist/icons/components/16px/Change16px.js +23 -0
- package/dist/icons/components/16px/Chat16px.d.ts +4 -0
- package/dist/icons/components/16px/Chat16px.js +34 -0
- package/dist/icons/components/16px/Chat16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Chat16pxF.js +25 -0
- package/dist/icons/components/16px/Chatbot16px.d.ts +4 -0
- package/dist/icons/components/16px/Chatbot16px.js +265 -0
- package/dist/icons/components/16px/Close16px.d.ts +4 -0
- package/dist/icons/components/16px/Close16px.js +25 -0
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +23 -0
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +23 -0
- package/dist/icons/components/16px/Coin16px.d.ts +4 -0
- package/dist/icons/components/16px/Coin16px.js +36 -0
- package/dist/icons/components/16px/Coin16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Coin16pxF.js +43 -0
- package/dist/icons/components/16px/Contracts16px.d.ts +4 -0
- package/dist/icons/components/16px/Contracts16px.js +36 -0
- package/dist/icons/components/16px/Contracts16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Contracts16pxF.js +34 -0
- package/dist/icons/components/16px/CopyClipboard16px.d.ts +4 -0
- package/dist/icons/components/16px/CopyClipboard16px.js +28 -0
- package/dist/icons/components/16px/Done16px.d.ts +4 -0
- package/dist/icons/components/16px/Done16px.js +25 -0
- package/dist/icons/components/16px/Download16px.d.ts +4 -0
- package/dist/icons/components/16px/Download16px.js +32 -0
- package/dist/icons/components/16px/DragHandle16px.d.ts +4 -0
- package/dist/icons/components/16px/DragHandle16px.js +23 -0
- package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +4 -0
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +23 -0
- package/dist/icons/components/16px/DragHandleVertical16px.d.ts +4 -0
- package/dist/icons/components/16px/DragHandleVertical16px.js +23 -0
- package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +25 -0
- package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +25 -0
- package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowRight16px.js +25 -0
- package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowUp16px.js +25 -0
- package/dist/icons/components/16px/Dzen16px.d.ts +4 -0
- package/dist/icons/components/16px/Dzen16px.js +23 -0
- package/dist/icons/components/16px/Euro16px.d.ts +4 -0
- package/dist/icons/components/16px/Euro16px.js +26 -0
- package/dist/icons/components/16px/Eye16px.d.ts +4 -0
- package/dist/icons/components/16px/Eye16px.js +36 -0
- package/dist/icons/components/16px/Failure16px.d.ts +4 -0
- package/dist/icons/components/16px/Failure16px.js +28 -0
- package/dist/icons/components/16px/Favorite16px.d.ts +4 -0
- package/dist/icons/components/16px/Favorite16px.js +25 -0
- package/dist/icons/components/16px/Favorite16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Favorite16pxF.js +23 -0
- package/dist/icons/components/16px/Filter16px.d.ts +4 -0
- package/dist/icons/components/16px/Filter16px.js +25 -0
- package/dist/icons/components/16px/Flag16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Flag16pxF.js +17 -0
- package/dist/icons/components/16px/Folder16px.d.ts +4 -0
- package/dist/icons/components/16px/Folder16px.js +25 -0
- package/dist/icons/components/16px/Fullscreen16px.d.ts +4 -0
- package/dist/icons/components/16px/Fullscreen16px.js +25 -0
- package/dist/icons/components/16px/Galery16px.d.ts +4 -0
- package/dist/icons/components/16px/Galery16px.js +28 -0
- package/dist/icons/components/16px/Gear16px.d.ts +4 -0
- package/dist/icons/components/16px/Gear16px.js +36 -0
- package/dist/icons/components/16px/Gift16px.d.ts +4 -0
- package/dist/icons/components/16px/Gift16px.js +34 -0
- package/dist/icons/components/16px/Hint16px.d.ts +4 -0
- package/dist/icons/components/16px/Hint16px.js +26 -0
- package/dist/icons/components/16px/Home16px.d.ts +4 -0
- package/dist/icons/components/16px/Home16px.js +34 -0
- package/dist/icons/components/16px/Home16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Home16pxF.js +25 -0
- package/dist/icons/components/16px/Hot16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Hot16pxF.js +23 -0
- package/dist/icons/components/16px/Kebab16px.d.ts +4 -0
- package/dist/icons/components/16px/Kebab16px.js +17 -0
- package/dist/icons/components/16px/List16px.d.ts +4 -0
- package/dist/icons/components/16px/List16px.js +23 -0
- package/dist/icons/components/16px/Location16px.d.ts +4 -0
- package/dist/icons/components/16px/Location16px.js +36 -0
- package/dist/icons/components/16px/Map16px.d.ts +4 -0
- package/dist/icons/components/16px/Map16px.js +25 -0
- package/dist/icons/components/16px/Menu16px.d.ts +4 -0
- package/dist/icons/components/16px/Menu16px.js +23 -0
- package/dist/icons/components/16px/MenuMobile16px.d.ts +4 -0
- package/dist/icons/components/16px/MenuMobile16px.js +25 -0
- package/dist/icons/components/16px/Minus16px.d.ts +4 -0
- package/dist/icons/components/16px/Minus16px.js +17 -0
- package/dist/icons/components/16px/Navigation16px.d.ts +4 -0
- package/dist/icons/components/16px/Navigation16px.js +25 -0
- package/dist/icons/components/16px/News16px.d.ts +4 -0
- package/dist/icons/components/16px/News16px.js +34 -0
- package/dist/icons/components/16px/News16pxF.d.ts +4 -0
- package/dist/icons/components/16px/News16pxF.js +25 -0
- package/dist/icons/components/16px/Number16px.d.ts +4 -0
- package/dist/icons/components/16px/Number16px.js +34 -0
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +23 -0
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +23 -0
- package/dist/icons/components/16px/Orders16px.d.ts +4 -0
- package/dist/icons/components/16px/Orders16px.js +34 -0
- package/dist/icons/components/16px/Orders16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Orders16pxF.js +28 -0
- package/dist/icons/components/16px/Pause16px.d.ts +4 -0
- package/dist/icons/components/16px/Pause16px.js +17 -0
- package/dist/icons/components/16px/Pen16px.d.ts +4 -0
- package/dist/icons/components/16px/Pen16px.js +36 -0
- package/dist/icons/components/16px/Pen16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Pen16pxF.js +25 -0
- package/dist/icons/components/16px/Phone16px.d.ts +4 -0
- package/dist/icons/components/16px/Phone16px.js +25 -0
- package/dist/icons/components/16px/Play16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Play16pxF.js +23 -0
- package/dist/icons/components/16px/Plus16px.d.ts +4 -0
- package/dist/icons/components/16px/Plus16px.js +25 -0
- package/dist/icons/components/16px/Pound16px.d.ts +4 -0
- package/dist/icons/components/16px/Pound16px.js +26 -0
- package/dist/icons/components/16px/PriceDown16px.d.ts +4 -0
- package/dist/icons/components/16px/PriceDown16px.js +36 -0
- package/dist/icons/components/16px/PriceUp16px.d.ts +4 -0
- package/dist/icons/components/16px/PriceUp16px.js +36 -0
- package/dist/icons/components/16px/Question16px.d.ts +4 -0
- package/dist/icons/components/16px/Question16px.js +25 -0
- package/dist/icons/components/16px/Question16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Question16pxF.js +25 -0
- package/dist/icons/components/16px/Rutube16px.d.ts +4 -0
- package/dist/icons/components/16px/Rutube16px.js +23 -0
- package/dist/icons/components/16px/Scan16px.d.ts +4 -0
- package/dist/icons/components/16px/Scan16px.js +23 -0
- package/dist/icons/components/16px/Search16px.d.ts +4 -0
- package/dist/icons/components/16px/Search16px.js +25 -0
- package/dist/icons/components/16px/Share16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Share16pxF.js +23 -0
- package/dist/icons/components/16px/ShopingCard16px.d.ts +4 -0
- package/dist/icons/components/16px/ShopingCard16px.js +25 -0
- package/dist/icons/components/16px/Sort16px.d.ts +4 -0
- package/dist/icons/components/16px/Sort16px.js +25 -0
- package/dist/icons/components/16px/Star16px.d.ts +4 -0
- package/dist/icons/components/16px/Star16px.js +25 -0
- package/dist/icons/components/16px/Star16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Star16pxF.js +23 -0
- package/dist/icons/components/16px/StarHalf16pxF.d.ts +4 -0
- package/dist/icons/components/16px/StarHalf16pxF.js +25 -0
- package/dist/icons/components/16px/Telegram16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Telegram16pxF.js +23 -0
- package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +4 -0
- package/dist/icons/components/16px/TelegramPlane16pxF.js +23 -0
- package/dist/icons/components/16px/Timer16px.d.ts +4 -0
- package/dist/icons/components/16px/Timer16px.js +41 -0
- package/dist/icons/components/16px/Trash16px.d.ts +4 -0
- package/dist/icons/components/16px/Trash16px.js +25 -0
- package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +4 -0
- package/dist/icons/components/16px/TwinArrowLeft16px.js +23 -0
- package/dist/icons/components/16px/TwinArrowRight16px.d.ts +4 -0
- package/dist/icons/components/16px/TwinArrowRight16px.js +23 -0
- package/dist/icons/components/16px/USDollar16px.d.ts +4 -0
- package/dist/icons/components/16px/USDollar16px.js +26 -0
- package/dist/icons/components/16px/Umbrella16px.d.ts +4 -0
- package/dist/icons/components/16px/Umbrella16px.js +25 -0
- package/dist/icons/components/16px/Umbrella16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Umbrella16pxF.js +23 -0
- package/dist/icons/components/16px/UnionIcon16px.d.ts +4 -0
- package/dist/icons/components/16px/UnionIcon16px.js +25 -0
- package/dist/icons/components/16px/User16px.d.ts +4 -0
- package/dist/icons/components/16px/User16px.js +34 -0
- package/dist/icons/components/16px/User16pxF.d.ts +4 -0
- package/dist/icons/components/16px/User16pxF.js +23 -0
- package/dist/icons/components/16px/Users16px.d.ts +4 -0
- package/dist/icons/components/16px/Users16px.js +34 -0
- package/dist/icons/components/16px/Users16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Users16pxF.js +23 -0
- package/dist/icons/components/16px/VK16pxF.d.ts +4 -0
- package/dist/icons/components/16px/VK16pxF.js +25 -0
- package/dist/icons/components/16px/Waiting16px.d.ts +4 -0
- package/dist/icons/components/16px/Waiting16px.js +25 -0
- package/dist/icons/components/16px/Whatsapp16px.d.ts +4 -0
- package/dist/icons/components/16px/Whatsapp16px.js +34 -0
- package/dist/icons/components/16px/WriteUs16px.d.ts +4 -0
- package/dist/icons/components/16px/WriteUs16px.js +28 -0
- package/dist/icons/components/16px/Youtube16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Youtube16pxF.js +23 -0
- package/dist/icons/components/16px/Yuan16px.d.ts +4 -0
- package/dist/icons/components/16px/Yuan16px.js +26 -0
- package/dist/icons/components/24px/Accept24px.d.ts +4 -0
- package/dist/icons/components/24px/Accept24px.js +29 -0
- package/dist/icons/components/24px/Acts24px.d.ts +4 -0
- package/dist/icons/components/24px/Acts24px.js +42 -0
- package/dist/icons/components/24px/Acts24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Acts24pxF.js +35 -0
- package/dist/icons/components/24px/AdditionalServicess24px.d.ts +4 -0
- package/dist/icons/components/24px/AdditionalServicess24px.js +35 -0
- package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +4 -0
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +24 -0
- package/dist/icons/components/24px/Agents24px.d.ts +4 -0
- package/dist/icons/components/24px/Agents24px.js +26 -0
- package/dist/icons/components/24px/Agents24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Agents24pxF.js +33 -0
- package/dist/icons/components/24px/Alarm24px.d.ts +4 -0
- package/dist/icons/components/24px/Alarm24px.js +27 -0
- package/dist/icons/components/24px/ArrowDown24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowDown24px.js +26 -0
- package/dist/icons/components/24px/ArrowLeft24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowLeft24px.js +26 -0
- package/dist/icons/components/24px/ArrowRight24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowRight24px.js +26 -0
- package/dist/icons/components/24px/ArrowUp24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowUp24px.js +26 -0
- package/dist/icons/components/24px/ArrowUpright24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowUpright24px.js +26 -0
- package/dist/icons/components/24px/AttachFile24px.d.ts +4 -0
- package/dist/icons/components/24px/AttachFile24px.js +26 -0
- package/dist/icons/components/24px/Bell24px.d.ts +4 -0
- package/dist/icons/components/24px/Bell24px.js +46 -0
- package/dist/icons/components/24px/Bell24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Bell24pxF.js +29 -0
- package/dist/icons/components/24px/Calculator24px.d.ts +4 -0
- package/dist/icons/components/24px/Calculator24px.js +26 -0
- package/dist/icons/components/24px/CalculatorLkk24px.d.ts +4 -0
- package/dist/icons/components/24px/CalculatorLkk24px.js +35 -0
- package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +4 -0
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +26 -0
- package/dist/icons/components/24px/Calendar24px.d.ts +4 -0
- package/dist/icons/components/24px/Calendar24px.js +26 -0
- package/dist/icons/components/24px/Camera24px.d.ts +4 -0
- package/dist/icons/components/24px/Camera24px.js +26 -0
- package/dist/icons/components/24px/Car24px.d.ts +4 -0
- package/dist/icons/components/24px/Car24px.js +37 -0
- package/dist/icons/components/24px/Car24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Car24pxF.js +35 -0
- package/dist/icons/components/24px/Catalog24px.d.ts +4 -0
- package/dist/icons/components/24px/Catalog24px.js +26 -0
- package/dist/icons/components/24px/Certs24px.d.ts +4 -0
- package/dist/icons/components/24px/Certs24px.js +35 -0
- package/dist/icons/components/24px/Certs24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Certs24pxF.js +35 -0
- package/dist/icons/components/24px/Change24px.d.ts +4 -0
- package/dist/icons/components/24px/Change24px.js +26 -0
- package/dist/icons/components/24px/Chat24px.d.ts +4 -0
- package/dist/icons/components/24px/Chat24px.js +31 -0
- package/dist/icons/components/24px/Chat24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Chat24pxF.js +26 -0
- package/dist/icons/components/24px/Chatbot24px.d.ts +4 -0
- package/dist/icons/components/24px/Chatbot24px.js +266 -0
- package/dist/icons/components/24px/Close24px.d.ts +4 -0
- package/dist/icons/components/24px/Close24px.js +26 -0
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +26 -0
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +24 -0
- package/dist/icons/components/24px/Coin24px.d.ts +4 -0
- package/dist/icons/components/24px/Coin24px.js +27 -0
- package/dist/icons/components/24px/Coin24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Coin24pxF.js +44 -0
- package/dist/icons/components/24px/Contracts24px.d.ts +4 -0
- package/dist/icons/components/24px/Contracts24px.js +37 -0
- package/dist/icons/components/24px/Contracts24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Contracts24pxF.js +35 -0
- package/dist/icons/components/24px/CopyClipboard24px.d.ts +4 -0
- package/dist/icons/components/24px/CopyClipboard24px.js +29 -0
- package/dist/icons/components/24px/Done24px.d.ts +4 -0
- package/dist/icons/components/24px/Done24px.js +26 -0
- package/dist/icons/components/24px/Download24px.d.ts +4 -0
- package/dist/icons/components/24px/Download24px.js +33 -0
- package/dist/icons/components/24px/DragHandle24px.d.ts +4 -0
- package/dist/icons/components/24px/DragHandle24px.js +24 -0
- package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +4 -0
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +24 -0
- package/dist/icons/components/24px/DragHandleVertical24px.d.ts +4 -0
- package/dist/icons/components/24px/DragHandleVertical24px.js +24 -0
- package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowDown24px.js +26 -0
- package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +26 -0
- package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowRight24px.js +26 -0
- package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowUp24px.js +26 -0
- package/dist/icons/components/24px/Dzen24px.d.ts +4 -0
- package/dist/icons/components/24px/Dzen24px.js +24 -0
- package/dist/icons/components/24px/Euro24px.d.ts +4 -0
- package/dist/icons/components/24px/Euro24px.js +27 -0
- package/dist/icons/components/24px/Eye24px.d.ts +4 -0
- package/dist/icons/components/24px/Eye24px.js +37 -0
- package/dist/icons/components/24px/Failure24px.d.ts +4 -0
- package/dist/icons/components/24px/Failure24px.js +29 -0
- package/dist/icons/components/24px/Favorite24px.d.ts +4 -0
- package/dist/icons/components/24px/Favorite24px.js +26 -0
- package/dist/icons/components/24px/Favorite24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Favorite24pxF.js +24 -0
- package/dist/icons/components/24px/Filter24px.d.ts +4 -0
- package/dist/icons/components/24px/Filter24px.js +24 -0
- package/dist/icons/components/24px/Flag24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Flag24pxF.js +18 -0
- package/dist/icons/components/24px/Folder24px.d.ts +4 -0
- package/dist/icons/components/24px/Folder24px.js +26 -0
- package/dist/icons/components/24px/Fullscreen24px.d.ts +4 -0
- package/dist/icons/components/24px/Fullscreen24px.js +26 -0
- package/dist/icons/components/24px/Galery24px.d.ts +4 -0
- package/dist/icons/components/24px/Galery24px.js +29 -0
- package/dist/icons/components/24px/Gear24px.d.ts +4 -0
- package/dist/icons/components/24px/Gear24px.js +37 -0
- package/dist/icons/components/24px/Gift24px.d.ts +4 -0
- package/dist/icons/components/24px/Gift24px.js +26 -0
- package/dist/icons/components/24px/Hint24px.d.ts +4 -0
- package/dist/icons/components/24px/Hint24px.js +29 -0
- package/dist/icons/components/24px/Home24px.d.ts +4 -0
- package/dist/icons/components/24px/Home24px.js +37 -0
- package/dist/icons/components/24px/Home24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Home24pxF.js +26 -0
- package/dist/icons/components/24px/Hot24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Hot24pxF.js +24 -0
- package/dist/icons/components/24px/Improvements24px.d.ts +4 -0
- package/dist/icons/components/24px/Improvements24px.js +44 -0
- package/dist/icons/components/24px/Improvements24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Improvements24pxF.js +38 -0
- package/dist/icons/components/24px/Kebab24px.d.ts +4 -0
- package/dist/icons/components/24px/Kebab24px.js +24 -0
- package/dist/icons/components/24px/List24px.d.ts +4 -0
- package/dist/icons/components/24px/List24px.js +24 -0
- package/dist/icons/components/24px/Location24px.d.ts +4 -0
- package/dist/icons/components/24px/Location24px.js +37 -0
- package/dist/icons/components/24px/Map24px.d.ts +4 -0
- package/dist/icons/components/24px/Map24px.js +26 -0
- package/dist/icons/components/24px/Menu24px.d.ts +4 -0
- package/dist/icons/components/24px/Menu24px.js +24 -0
- package/dist/icons/components/24px/MenuMobile24px.d.ts +4 -0
- package/dist/icons/components/24px/MenuMobile24px.js +26 -0
- package/dist/icons/components/24px/Minus24px.d.ts +4 -0
- package/dist/icons/components/24px/Minus24px.js +26 -0
- package/dist/icons/components/24px/Navigation24px.d.ts +4 -0
- package/dist/icons/components/24px/Navigation24px.js +26 -0
- package/dist/icons/components/24px/News24px.d.ts +4 -0
- package/dist/icons/components/24px/News24px.js +35 -0
- package/dist/icons/components/24px/News24pxF.d.ts +4 -0
- package/dist/icons/components/24px/News24pxF.js +26 -0
- package/dist/icons/components/24px/Number24px.d.ts +4 -0
- package/dist/icons/components/24px/Number24px.js +35 -0
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +24 -0
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +26 -0
- package/dist/icons/components/24px/Orders24px.d.ts +4 -0
- package/dist/icons/components/24px/Orders24px.js +35 -0
- package/dist/icons/components/24px/Orders24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Orders24pxF.js +29 -0
- package/dist/icons/components/24px/Pause24px.d.ts +4 -0
- package/dist/icons/components/24px/Pause24px.js +18 -0
- package/dist/icons/components/24px/Pen24px.d.ts +4 -0
- package/dist/icons/components/24px/Pen24px.js +37 -0
- package/dist/icons/components/24px/Pen24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Pen24pxF.js +26 -0
- package/dist/icons/components/24px/Phone24px.d.ts +4 -0
- package/dist/icons/components/24px/Phone24px.js +26 -0
- package/dist/icons/components/24px/Play24px.d.ts +4 -0
- package/dist/icons/components/24px/Play24px.js +24 -0
- package/dist/icons/components/24px/Plus24px.d.ts +4 -0
- package/dist/icons/components/24px/Plus24px.js +26 -0
- package/dist/icons/components/24px/Pound24px.d.ts +4 -0
- package/dist/icons/components/24px/Pound24px.js +27 -0
- package/dist/icons/components/24px/PriceDown24px.d.ts +4 -0
- package/dist/icons/components/24px/PriceDown24px.js +35 -0
- package/dist/icons/components/24px/PriceUp24px.d.ts +4 -0
- package/dist/icons/components/24px/PriceUp24px.js +35 -0
- package/dist/icons/components/24px/Question24px.d.ts +4 -0
- package/dist/icons/components/24px/Question24px.js +35 -0
- package/dist/icons/components/24px/Question24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Question24pxF.js +26 -0
- package/dist/icons/components/24px/Rutube24px.d.ts +4 -0
- package/dist/icons/components/24px/Rutube24px.js +24 -0
- package/dist/icons/components/24px/Scan24px.d.ts +4 -0
- package/dist/icons/components/24px/Scan24px.js +24 -0
- package/dist/icons/components/24px/Search24px.d.ts +4 -0
- package/dist/icons/components/24px/Search24px.js +26 -0
- package/dist/icons/components/24px/Share24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Share24pxF.js +24 -0
- package/dist/icons/components/24px/ShopingCard24px.d.ts +4 -0
- package/dist/icons/components/24px/ShopingCard24px.js +26 -0
- package/dist/icons/components/24px/Sort24px.d.ts +4 -0
- package/dist/icons/components/24px/Sort24px.js +24 -0
- package/dist/icons/components/24px/Star24px.d.ts +4 -0
- package/dist/icons/components/24px/Star24px.js +26 -0
- package/dist/icons/components/24px/Star24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Star24pxF.js +24 -0
- package/dist/icons/components/24px/StarHalf24pxF.d.ts +4 -0
- package/dist/icons/components/24px/StarHalf24pxF.js +26 -0
- package/dist/icons/components/24px/Telegram24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Telegram24pxF.js +24 -0
- package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +4 -0
- package/dist/icons/components/24px/TelegramPlane24pxF.js +24 -0
- package/dist/icons/components/24px/Timer24px.d.ts +4 -0
- package/dist/icons/components/24px/Timer24px.js +42 -0
- package/dist/icons/components/24px/Trash24px.d.ts +4 -0
- package/dist/icons/components/24px/Trash24px.js +46 -0
- package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +4 -0
- package/dist/icons/components/24px/TwinArrowLeft24px.js +24 -0
- package/dist/icons/components/24px/TwinArrowRight24px.d.ts +4 -0
- package/dist/icons/components/24px/TwinArrowRight24px.js +26 -0
- package/dist/icons/components/24px/USDollar24px.d.ts +4 -0
- package/dist/icons/components/24px/USDollar24px.js +27 -0
- package/dist/icons/components/24px/Umbrella24px.d.ts +4 -0
- package/dist/icons/components/24px/Umbrella24px.js +26 -0
- package/dist/icons/components/24px/Umbrella24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Umbrella24pxF.js +24 -0
- package/dist/icons/components/24px/UnionIcon24px.d.ts +4 -0
- package/dist/icons/components/24px/UnionIcon24px.js +26 -0
- package/dist/icons/components/24px/User24px.d.ts +4 -0
- package/dist/icons/components/24px/User24px.js +35 -0
- package/dist/icons/components/24px/User24pxF.d.ts +4 -0
- package/dist/icons/components/24px/User24pxF.js +24 -0
- package/dist/icons/components/24px/Users24px.d.ts +4 -0
- package/dist/icons/components/24px/Users24px.js +26 -0
- package/dist/icons/components/24px/Users24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Users24pxF.js +33 -0
- package/dist/icons/components/24px/VK24pxF.d.ts +4 -0
- package/dist/icons/components/24px/VK24pxF.js +26 -0
- package/dist/icons/components/24px/Waiting24px.d.ts +4 -0
- package/dist/icons/components/24px/Waiting24px.js +26 -0
- package/dist/icons/components/24px/Whatsapp24px.d.ts +4 -0
- package/dist/icons/components/24px/Whatsapp24px.js +35 -0
- package/dist/icons/components/24px/WriteUs24px.d.ts +4 -0
- package/dist/icons/components/24px/WriteUs24px.js +29 -0
- package/dist/icons/components/24px/Youtube24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Youtube24pxF.js +24 -0
- package/dist/icons/components/24px/Yuan24px.d.ts +4 -0
- package/dist/icons/components/24px/Yuan24px.js +27 -0
- package/dist/icons/components/32px/Accept32px.d.ts +4 -0
- package/dist/icons/components/32px/Accept32px.js +29 -0
- package/dist/icons/components/32px/Acts32px.d.ts +4 -0
- package/dist/icons/components/32px/Acts32px.js +42 -0
- package/dist/icons/components/32px/AdditionalServicess32px.d.ts +4 -0
- package/dist/icons/components/32px/AdditionalServicess32px.js +26 -0
- package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +4 -0
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +24 -0
- package/dist/icons/components/32px/Agents32px.d.ts +4 -0
- package/dist/icons/components/32px/Agents32px.js +38 -0
- package/dist/icons/components/32px/Alarm32px.d.ts +4 -0
- package/dist/icons/components/32px/Alarm32px.js +27 -0
- package/dist/icons/components/32px/ArrowDown32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowDown32px.js +26 -0
- package/dist/icons/components/32px/ArrowLeft32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowLeft32px.js +26 -0
- package/dist/icons/components/32px/ArrowRight32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowRight32px.js +26 -0
- package/dist/icons/components/32px/ArrowUp32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowUp32px.js +26 -0
- package/dist/icons/components/32px/ArrowUpright32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowUpright32px.js +26 -0
- package/dist/icons/components/32px/AttachFile32px.d.ts +4 -0
- package/dist/icons/components/32px/AttachFile32px.js +26 -0
- package/dist/icons/components/32px/Bell32px.d.ts +4 -0
- package/dist/icons/components/32px/Bell32px.js +46 -0
- package/dist/icons/components/32px/Bell32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Bell32pxF.js +29 -0
- package/dist/icons/components/32px/Calculator32px.d.ts +4 -0
- package/dist/icons/components/32px/Calculator32px.js +26 -0
- package/dist/icons/components/32px/CalculatorLkk32px.d.ts +4 -0
- package/dist/icons/components/32px/CalculatorLkk32px.js +35 -0
- package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +4 -0
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +26 -0
- package/dist/icons/components/32px/Calendar32px.d.ts +4 -0
- package/dist/icons/components/32px/Calendar32px.js +26 -0
- package/dist/icons/components/32px/Camera32px.d.ts +4 -0
- package/dist/icons/components/32px/Camera32px.js +38 -0
- package/dist/icons/components/32px/Car32px.d.ts +4 -0
- package/dist/icons/components/32px/Car32px.js +37 -0
- package/dist/icons/components/32px/Car32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Car32pxF.js +29 -0
- package/dist/icons/components/32px/Catalog32px.d.ts +4 -0
- package/dist/icons/components/32px/Catalog32px.js +26 -0
- package/dist/icons/components/32px/Certs32px.d.ts +4 -0
- package/dist/icons/components/32px/Certs32px.js +35 -0
- package/dist/icons/components/32px/Certs32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Certs32pxF.js +35 -0
- package/dist/icons/components/32px/Change32px.d.ts +4 -0
- package/dist/icons/components/32px/Change32px.js +26 -0
- package/dist/icons/components/32px/Chat32px.d.ts +4 -0
- package/dist/icons/components/32px/Chat32px.js +35 -0
- package/dist/icons/components/32px/Chat32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Chat32pxF.js +26 -0
- package/dist/icons/components/32px/Chatbot32px.d.ts +4 -0
- package/dist/icons/components/32px/Chatbot32px.js +266 -0
- package/dist/icons/components/32px/Close32px.d.ts +4 -0
- package/dist/icons/components/32px/Close32px.js +26 -0
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +24 -0
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +24 -0
- package/dist/icons/components/32px/Coin32px.d.ts +4 -0
- package/dist/icons/components/32px/Coin32px.js +37 -0
- package/dist/icons/components/32px/Coin32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Coin32pxF.js +35 -0
- package/dist/icons/components/32px/Contracts32px.d.ts +4 -0
- package/dist/icons/components/32px/Contracts32px.js +37 -0
- package/dist/icons/components/32px/Contracts32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Contracts32pxF.js +35 -0
- package/dist/icons/components/32px/CopyClipboard32px.d.ts +4 -0
- package/dist/icons/components/32px/CopyClipboard32px.js +35 -0
- package/dist/icons/components/32px/Done32px.d.ts +4 -0
- package/dist/icons/components/32px/Done32px.js +26 -0
- package/dist/icons/components/32px/Download32px.d.ts +4 -0
- package/dist/icons/components/32px/Download32px.js +33 -0
- package/dist/icons/components/32px/DragHandle32px.d.ts +4 -0
- package/dist/icons/components/32px/DragHandle32px.js +24 -0
- package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +4 -0
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +24 -0
- package/dist/icons/components/32px/DragHandleVertical32px.d.ts +4 -0
- package/dist/icons/components/32px/DragHandleVertical32px.js +24 -0
- package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowDown32px.js +26 -0
- package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +26 -0
- package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowRight32px.js +26 -0
- package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowUp32px.js +18 -0
- package/dist/icons/components/32px/Dzen32px.d.ts +4 -0
- package/dist/icons/components/32px/Dzen32px.js +24 -0
- package/dist/icons/components/32px/Euro32px.d.ts +4 -0
- package/dist/icons/components/32px/Euro32px.js +27 -0
- package/dist/icons/components/32px/Eye32px.d.ts +4 -0
- package/dist/icons/components/32px/Eye32px.js +37 -0
- package/dist/icons/components/32px/Failure32px.d.ts +4 -0
- package/dist/icons/components/32px/Failure32px.js +29 -0
- package/dist/icons/components/32px/Favorite32px.d.ts +4 -0
- package/dist/icons/components/32px/Favorite32px.js +26 -0
- package/dist/icons/components/32px/Favorite32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Favorite32pxF.js +24 -0
- package/dist/icons/components/32px/Filter32px.d.ts +4 -0
- package/dist/icons/components/32px/Filter32px.js +24 -0
- package/dist/icons/components/32px/Flag32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Flag32pxF.js +18 -0
- package/dist/icons/components/32px/Folder32px.d.ts +4 -0
- package/dist/icons/components/32px/Folder32px.js +26 -0
- package/dist/icons/components/32px/Fullscreen32px.d.ts +4 -0
- package/dist/icons/components/32px/Fullscreen32px.js +26 -0
- package/dist/icons/components/32px/Galery32px.d.ts +4 -0
- package/dist/icons/components/32px/Galery32px.js +29 -0
- package/dist/icons/components/32px/Gear32px.d.ts +4 -0
- package/dist/icons/components/32px/Gear32px.js +37 -0
- package/dist/icons/components/32px/Gift32px.d.ts +4 -0
- package/dist/icons/components/32px/Gift32px.js +26 -0
- package/dist/icons/components/32px/Hint32px.d.ts +4 -0
- package/dist/icons/components/32px/Hint32px.js +29 -0
- package/dist/icons/components/32px/Home32px.d.ts +4 -0
- package/dist/icons/components/32px/Home32px.js +29 -0
- package/dist/icons/components/32px/Home32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Home32pxF.js +26 -0
- package/dist/icons/components/32px/Hot32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Hot32pxF.js +24 -0
- package/dist/icons/components/32px/Kebab32px.d.ts +4 -0
- package/dist/icons/components/32px/Kebab32px.js +18 -0
- package/dist/icons/components/32px/List32px.d.ts +4 -0
- package/dist/icons/components/32px/List32px.js +24 -0
- package/dist/icons/components/32px/Location32px.d.ts +4 -0
- package/dist/icons/components/32px/Location32px.js +37 -0
- package/dist/icons/components/32px/Map32px.d.ts +4 -0
- package/dist/icons/components/32px/Map32px.js +26 -0
- package/dist/icons/components/32px/Menu32px.d.ts +4 -0
- package/dist/icons/components/32px/Menu32px.js +24 -0
- package/dist/icons/components/32px/MenuMobile32px.d.ts +4 -0
- package/dist/icons/components/32px/MenuMobile32px.js +26 -0
- package/dist/icons/components/32px/Minus32px.d.ts +4 -0
- package/dist/icons/components/32px/Minus32px.js +26 -0
- package/dist/icons/components/32px/Navigation32px.d.ts +4 -0
- package/dist/icons/components/32px/Navigation32px.js +26 -0
- package/dist/icons/components/32px/News32px.d.ts +4 -0
- package/dist/icons/components/32px/News32px.js +35 -0
- package/dist/icons/components/32px/News32pxF.d.ts +4 -0
- package/dist/icons/components/32px/News32pxF.js +26 -0
- package/dist/icons/components/32px/Number32px.d.ts +4 -0
- package/dist/icons/components/32px/Number32px.js +35 -0
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +24 -0
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +26 -0
- package/dist/icons/components/32px/Orders32px.d.ts +4 -0
- package/dist/icons/components/32px/Orders32px.js +44 -0
- package/dist/icons/components/32px/Orders32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Orders32pxF.js +35 -0
- package/dist/icons/components/32px/Pause32px.d.ts +4 -0
- package/dist/icons/components/32px/Pause32px.js +18 -0
- package/dist/icons/components/32px/Pen32px.d.ts +4 -0
- package/dist/icons/components/32px/Pen32px.js +25 -0
- package/dist/icons/components/32px/Pen32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Pen32pxF.js +26 -0
- package/dist/icons/components/32px/Phone32px.d.ts +4 -0
- package/dist/icons/components/32px/Phone32px.js +24 -0
- package/dist/icons/components/32px/Play32px.d.ts +4 -0
- package/dist/icons/components/32px/Play32px.js +24 -0
- package/dist/icons/components/32px/Plus32px.d.ts +4 -0
- package/dist/icons/components/32px/Plus32px.js +26 -0
- package/dist/icons/components/32px/Pound32px.d.ts +4 -0
- package/dist/icons/components/32px/Pound32px.js +27 -0
- package/dist/icons/components/32px/PriceDown32px.d.ts +4 -0
- package/dist/icons/components/32px/PriceDown32px.js +46 -0
- package/dist/icons/components/32px/PriceUp32px.d.ts +4 -0
- package/dist/icons/components/32px/PriceUp32px.js +37 -0
- package/dist/icons/components/32px/Question32px.d.ts +4 -0
- package/dist/icons/components/32px/Question32px.js +35 -0
- package/dist/icons/components/32px/Question32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Question32pxF.js +26 -0
- package/dist/icons/components/32px/Rutube32px.d.ts +4 -0
- package/dist/icons/components/32px/Rutube32px.js +24 -0
- package/dist/icons/components/32px/Scan32px.d.ts +4 -0
- package/dist/icons/components/32px/Scan32px.js +24 -0
- package/dist/icons/components/32px/Search32px.d.ts +4 -0
- package/dist/icons/components/32px/Search32px.js +26 -0
- package/dist/icons/components/32px/Share32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Share32pxF.js +24 -0
- package/dist/icons/components/32px/ShopimgCard32px.d.ts +4 -0
- package/dist/icons/components/32px/ShopimgCard32px.js +26 -0
- package/dist/icons/components/32px/Sort32px.d.ts +4 -0
- package/dist/icons/components/32px/Sort32px.js +24 -0
- package/dist/icons/components/32px/Star32px.d.ts +4 -0
- package/dist/icons/components/32px/Star32px.js +26 -0
- package/dist/icons/components/32px/Star32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Star32pxF.js +24 -0
- package/dist/icons/components/32px/StarHalf32pxF.d.ts +4 -0
- package/dist/icons/components/32px/StarHalf32pxF.js +26 -0
- package/dist/icons/components/32px/Telegram32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Telegram32pxF.js +24 -0
- package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +4 -0
- package/dist/icons/components/32px/TelegramPlane32pxF.js +24 -0
- package/dist/icons/components/32px/Timer32px.d.ts +4 -0
- package/dist/icons/components/32px/Timer32px.js +36 -0
- package/dist/icons/components/32px/Trash32px.d.ts +4 -0
- package/dist/icons/components/32px/Trash32px.js +46 -0
- package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +4 -0
- package/dist/icons/components/32px/TwinArrowLeft32px.js +24 -0
- package/dist/icons/components/32px/TwinArrowRight32px.d.ts +4 -0
- package/dist/icons/components/32px/TwinArrowRight32px.js +24 -0
- package/dist/icons/components/32px/USDollar32px.d.ts +4 -0
- package/dist/icons/components/32px/USDollar32px.js +27 -0
- package/dist/icons/components/32px/Umbrella32px.d.ts +4 -0
- package/dist/icons/components/32px/Umbrella32px.js +26 -0
- package/dist/icons/components/32px/Umbrella32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Umbrella32pxF.js +26 -0
- package/dist/icons/components/32px/UnionIcon32px.d.ts +4 -0
- package/dist/icons/components/32px/UnionIcon32px.js +26 -0
- package/dist/icons/components/32px/User32px.d.ts +4 -0
- package/dist/icons/components/32px/User32px.js +35 -0
- package/dist/icons/components/32px/User32pxF.d.ts +4 -0
- package/dist/icons/components/32px/User32pxF.js +24 -0
- package/dist/icons/components/32px/Users32px.d.ts +4 -0
- package/dist/icons/components/32px/Users32px.js +26 -0
- package/dist/icons/components/32px/Users32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Users32pxF.js +27 -0
- package/dist/icons/components/32px/VK32pxF.d.ts +4 -0
- package/dist/icons/components/32px/VK32pxF.js +26 -0
- package/dist/icons/components/32px/Waiting32px.d.ts +4 -0
- package/dist/icons/components/32px/Waiting32px.js +26 -0
- package/dist/icons/components/32px/Whatsapp32px.d.ts +4 -0
- package/dist/icons/components/32px/Whatsapp32px.js +35 -0
- package/dist/icons/components/32px/WriteUs32px.d.ts +4 -0
- package/dist/icons/components/32px/WriteUs32px.js +29 -0
- package/dist/icons/components/32px/Youtube32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Youtube32pxF.js +24 -0
- package/dist/icons/components/32px/Yuan32px.d.ts +4 -0
- package/dist/icons/components/32px/Yuan32px.js +27 -0
- package/dist/icons/components/auto-logo/ACE.d.ts +4 -0
- package/dist/icons/components/auto-logo/ACE.js +24 -0
- package/dist/icons/components/auto-logo/Alim.d.ts +4 -0
- package/dist/icons/components/auto-logo/Alim.js +26 -0
- package/dist/icons/components/auto-logo/Amur.d.ts +4 -0
- package/dist/icons/components/auto-logo/Amur.js +26 -0
- package/dist/icons/components/auto-logo/Ankai.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ankai.js +26 -0
- package/dist/icons/components/auto-logo/ArrowLength.d.ts +4 -0
- package/dist/icons/components/auto-logo/ArrowLength.js +24 -0
- package/dist/icons/components/auto-logo/Audi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Audi.js +23 -0
- package/dist/icons/components/auto-logo/BMW.d.ts +4 -0
- package/dist/icons/components/auto-logo/BMW.js +44 -0
- package/dist/icons/components/auto-logo/BRP.d.ts +4 -0
- package/dist/icons/components/auto-logo/BRP.js +35 -0
- package/dist/icons/components/auto-logo/Bomag.d.ts +4 -0
- package/dist/icons/components/auto-logo/Bomag.js +35 -0
- package/dist/icons/components/auto-logo/Case.d.ts +4 -0
- package/dist/icons/components/auto-logo/Case.js +26 -0
- package/dist/icons/components/auto-logo/Caterpillar.d.ts +4 -0
- package/dist/icons/components/auto-logo/Caterpillar.js +40 -0
- package/dist/icons/components/auto-logo/ChMZAP.d.ts +4 -0
- package/dist/icons/components/auto-logo/ChMZAP.js +49 -0
- package/dist/icons/components/auto-logo/ChTZ.d.ts +4 -0
- package/dist/icons/components/auto-logo/ChTZ.js +35 -0
- package/dist/icons/components/auto-logo/Changan.d.ts +4 -0
- package/dist/icons/components/auto-logo/Changan.js +24 -0
- package/dist/icons/components/auto-logo/Cherry.d.ts +4 -0
- package/dist/icons/components/auto-logo/Cherry.js +35 -0
- package/dist/icons/components/auto-logo/Citroen.d.ts +4 -0
- package/dist/icons/components/auto-logo/Citroen.js +26 -0
- package/dist/icons/components/auto-logo/DaewooFull.d.ts +4 -0
- package/dist/icons/components/auto-logo/DaewooFull.js +61 -0
- package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +4 -0
- package/dist/icons/components/auto-logo/DaewooSymbol.js +54 -0
- package/dist/icons/components/auto-logo/Daf.d.ts +4 -0
- package/dist/icons/components/auto-logo/Daf.js +26 -0
- package/dist/icons/components/auto-logo/Dayun.d.ts +4 -0
- package/dist/icons/components/auto-logo/Dayun.js +26 -0
- package/dist/icons/components/auto-logo/DongFeng.d.ts +4 -0
- package/dist/icons/components/auto-logo/DongFeng.js +26 -0
- package/dist/icons/components/auto-logo/Ducati.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ducati.js +35 -0
- package/dist/icons/components/auto-logo/Exeed.d.ts +4 -0
- package/dist/icons/components/auto-logo/Exeed.js +35 -0
- package/dist/icons/components/auto-logo/Faw.d.ts +4 -0
- package/dist/icons/components/auto-logo/Faw.js +37 -0
- package/dist/icons/components/auto-logo/Fenix.d.ts +4 -0
- package/dist/icons/components/auto-logo/Fenix.js +117 -0
- package/dist/icons/components/auto-logo/Fiat.d.ts +4 -0
- package/dist/icons/components/auto-logo/Fiat.js +40 -0
- package/dist/icons/components/auto-logo/Ford.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ford.js +44 -0
- package/dist/icons/components/auto-logo/Foton.d.ts +4 -0
- package/dist/icons/components/auto-logo/Foton.js +35 -0
- package/dist/icons/components/auto-logo/Gac.d.ts +4 -0
- package/dist/icons/components/auto-logo/Gac.js +24 -0
- package/dist/icons/components/auto-logo/Gaz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Gaz.js +62 -0
- package/dist/icons/components/auto-logo/Geely.d.ts +4 -0
- package/dist/icons/components/auto-logo/Geely.js +28 -0
- package/dist/icons/components/auto-logo/Genesis.d.ts +4 -0
- package/dist/icons/components/auto-logo/Genesis.js +33 -0
- package/dist/icons/components/auto-logo/Gitte.d.ts +4 -0
- package/dist/icons/components/auto-logo/Gitte.js +26 -0
- package/dist/icons/components/auto-logo/Grunwald.d.ts +4 -0
- package/dist/icons/components/auto-logo/Grunwald.js +26 -0
- package/dist/icons/components/auto-logo/HartungFull.d.ts +4 -0
- package/dist/icons/components/auto-logo/HartungFull.js +35 -0
- package/dist/icons/components/auto-logo/HartungSymbol.d.ts +4 -0
- package/dist/icons/components/auto-logo/HartungSymbol.js +35 -0
- package/dist/icons/components/auto-logo/Haval.d.ts +4 -0
- package/dist/icons/components/auto-logo/Haval.js +26 -0
- package/dist/icons/components/auto-logo/Higer.d.ts +4 -0
- package/dist/icons/components/auto-logo/Higer.js +26 -0
- package/dist/icons/components/auto-logo/Hitachi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hitachi.js +24 -0
- package/dist/icons/components/auto-logo/Honda.d.ts +4 -0
- package/dist/icons/components/auto-logo/Honda.js +40 -0
- package/dist/icons/components/auto-logo/Hongqi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hongqi.js +33 -0
- package/dist/icons/components/auto-logo/Hongyan.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hongyan.js +26 -0
- package/dist/icons/components/auto-logo/Howo.d.ts +4 -0
- package/dist/icons/components/auto-logo/Howo.js +49 -0
- package/dist/icons/components/auto-logo/Hyundai.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hyundai.js +26 -0
- package/dist/icons/components/auto-logo/Infiniti.d.ts +4 -0
- package/dist/icons/components/auto-logo/Infiniti.js +24 -0
- package/dist/icons/components/auto-logo/Isuzu.d.ts +4 -0
- package/dist/icons/components/auto-logo/Isuzu.js +26 -0
- package/dist/icons/components/auto-logo/Iveco.d.ts +4 -0
- package/dist/icons/components/auto-logo/Iveco.js +26 -0
- package/dist/icons/components/auto-logo/JCB.d.ts +4 -0
- package/dist/icons/components/auto-logo/JCB.js +35 -0
- package/dist/icons/components/auto-logo/Jac.d.ts +4 -0
- package/dist/icons/components/auto-logo/Jac.js +24 -0
- package/dist/icons/components/auto-logo/Juterborg.d.ts +4 -0
- package/dist/icons/components/auto-logo/Juterborg.js +60 -0
- package/dist/icons/components/auto-logo/KIA.d.ts +4 -0
- package/dist/icons/components/auto-logo/KIA.js +26 -0
- package/dist/icons/components/auto-logo/Kaiyi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Kaiyi.js +26 -0
- package/dist/icons/components/auto-logo/Kamaz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Kamaz.js +38 -0
- package/dist/icons/components/auto-logo/Kassbohrer.d.ts +4 -0
- package/dist/icons/components/auto-logo/Kassbohrer.js +26 -0
- package/dist/icons/components/auto-logo/Komatsu.d.ts +4 -0
- package/dist/icons/components/auto-logo/Komatsu.js +24 -0
- package/dist/icons/components/auto-logo/Ktm.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ktm.js +24 -0
- package/dist/icons/components/auto-logo/LCCE.d.ts +4 -0
- package/dist/icons/components/auto-logo/LCCE.js +40 -0
- package/dist/icons/components/auto-logo/Lada.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lada.js +26 -0
- package/dist/icons/components/auto-logo/Lexus.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lexus.js +26 -0
- package/dist/icons/components/auto-logo/LiuGong.d.ts +4 -0
- package/dist/icons/components/auto-logo/LiuGong.js +33 -0
- package/dist/icons/components/auto-logo/Lonking.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lonking.js +33 -0
- package/dist/icons/components/auto-logo/Lovol.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lovol.js +24 -0
- package/dist/icons/components/auto-logo/MTZBelarus.d.ts +4 -0
- package/dist/icons/components/auto-logo/MTZBelarus.js +37 -0
- package/dist/icons/components/auto-logo/Man.d.ts +4 -0
- package/dist/icons/components/auto-logo/Man.js +24 -0
- package/dist/icons/components/auto-logo/Maz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Maz.js +35 -0
- package/dist/icons/components/auto-logo/MercedesBenz.d.ts +4 -0
- package/dist/icons/components/auto-logo/MercedesBenz.js +26 -0
- package/dist/icons/components/auto-logo/Meusburger.d.ts +4 -0
- package/dist/icons/components/auto-logo/Meusburger.js +26 -0
- package/dist/icons/components/auto-logo/Mitsubishi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Mitsubishi.js +24 -0
- package/dist/icons/components/auto-logo/NefAZ.d.ts +4 -0
- package/dist/icons/components/auto-logo/NefAZ.js +33 -0
- package/dist/icons/components/auto-logo/NursanTrailer.d.ts +4 -0
- package/dist/icons/components/auto-logo/NursanTrailer.js +24 -0
- package/dist/icons/components/auto-logo/Omoda.d.ts +4 -0
- package/dist/icons/components/auto-logo/Omoda.js +40 -0
- package/dist/icons/components/auto-logo/PSATss.d.ts +4 -0
- package/dist/icons/components/auto-logo/PSATss.js +40 -0
- package/dist/icons/components/auto-logo/Paz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Paz.js +26 -0
- package/dist/icons/components/auto-logo/Peugeot.d.ts +4 -0
- package/dist/icons/components/auto-logo/Peugeot.js +24 -0
- package/dist/icons/components/auto-logo/Raskat.d.ts +4 -0
- package/dist/icons/components/auto-logo/Raskat.js +40 -0
- package/dist/icons/components/auto-logo/Renault.d.ts +4 -0
- package/dist/icons/components/auto-logo/Renault.js +33 -0
- package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +4 -0
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +35 -0
- package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +4 -0
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +44 -0
- package/dist/icons/components/auto-logo/Sany.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sany.js +53 -0
- package/dist/icons/components/auto-logo/Scania.d.ts +4 -0
- package/dist/icons/components/auto-logo/Scania.js +60 -0
- package/dist/icons/components/auto-logo/Schmitz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Schmitz.js +26 -0
- package/dist/icons/components/auto-logo/Shacman.d.ts +4 -0
- package/dist/icons/components/auto-logo/Shacman.js +33 -0
- package/dist/icons/components/auto-logo/Shantui.d.ts +4 -0
- package/dist/icons/components/auto-logo/Shantui.js +24 -0
- package/dist/icons/components/auto-logo/Sinanli.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sinanli.js +74 -0
- package/dist/icons/components/auto-logo/Sitrak.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sitrak.js +37 -0
- package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +4 -0
- package/dist/icons/components/auto-logo/SobolIztechmash.js +63 -0
- package/dist/icons/components/auto-logo/Sokol.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sokol.js +24 -0
- package/dist/icons/components/auto-logo/Sollers.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sollers.js +26 -0
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +4 -0
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +24 -0
- package/dist/icons/components/auto-logo/Tonar.d.ts +4 -0
- package/dist/icons/components/auto-logo/Tonar.js +26 -0
- package/dist/icons/components/auto-logo/Toyota.d.ts +4 -0
- package/dist/icons/components/auto-logo/Toyota.js +24 -0
- package/dist/icons/components/auto-logo/Trekol.d.ts +4 -0
- package/dist/icons/components/auto-logo/Trekol.js +37 -0
- package/dist/icons/components/auto-logo/UAT.d.ts +4 -0
- package/dist/icons/components/auto-logo/UAT.js +24 -0
- package/dist/icons/components/auto-logo/Uaz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Uaz.js +73 -0
- package/dist/icons/components/auto-logo/Ural.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ural.js +24 -0
- package/dist/icons/components/auto-logo/VIS.d.ts +4 -0
- package/dist/icons/components/auto-logo/VIS.js +24 -0
- package/dist/icons/components/auto-logo/VKR.d.ts +4 -0
- package/dist/icons/components/auto-logo/VKR.js +35 -0
- package/dist/icons/components/auto-logo/Volkswagen.d.ts +4 -0
- package/dist/icons/components/auto-logo/Volkswagen.js +26 -0
- package/dist/icons/components/auto-logo/Volvo.d.ts +4 -0
- package/dist/icons/components/auto-logo/Volvo.js +24 -0
- package/dist/icons/components/auto-logo/Wielton.d.ts +4 -0
- package/dist/icons/components/auto-logo/Wielton.js +24 -0
- package/dist/icons/components/auto-logo/XCMG.d.ts +4 -0
- package/dist/icons/components/auto-logo/XCMG.js +40 -0
- package/dist/icons/components/auto-logo/Yutong.d.ts +4 -0
- package/dist/icons/components/auto-logo/Yutong.js +75 -0
- package/dist/icons/components/auto-logo/Zoomlion.d.ts +4 -0
- package/dist/icons/components/auto-logo/Zoomlion.js +24 -0
- package/dist/icons/components/car-icons/AllMetal.d.ts +4 -0
- package/dist/icons/components/car-icons/AllMetal.js +35 -0
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +4 -0
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +35 -0
- package/dist/icons/components/car-icons/AsphaltPaver.d.ts +4 -0
- package/dist/icons/components/car-icons/AsphaltPaver.js +38 -0
- package/dist/icons/components/car-icons/Autotower.d.ts +4 -0
- package/dist/icons/components/car-icons/Autotower.js +35 -0
- package/dist/icons/components/car-icons/Awning.d.ts +4 -0
- package/dist/icons/components/car-icons/Awning.js +36 -0
- package/dist/icons/components/car-icons/BackhoeLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/BackhoeLoader.js +42 -0
- package/dist/icons/components/car-icons/Buggy.d.ts +4 -0
- package/dist/icons/components/car-icons/Buggy.js +35 -0
- package/dist/icons/components/car-icons/Bulldozer.d.ts +4 -0
- package/dist/icons/components/car-icons/Bulldozer.js +37 -0
- package/dist/icons/components/car-icons/Bus.d.ts +4 -0
- package/dist/icons/components/car-icons/Bus.js +26 -0
- package/dist/icons/components/car-icons/BusBus.d.ts +4 -0
- package/dist/icons/components/car-icons/BusBus.js +35 -0
- package/dist/icons/components/car-icons/BusMinibus.d.ts +4 -0
- package/dist/icons/components/car-icons/BusMinibus.js +35 -0
- package/dist/icons/components/car-icons/BusShiftBuses.d.ts +4 -0
- package/dist/icons/components/car-icons/BusShiftBuses.js +45 -0
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +42 -0
- package/dist/icons/components/car-icons/CargoAutotower.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoAutotower.js +35 -0
- package/dist/icons/components/car-icons/CargoAwning.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoAwning.js +42 -0
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +42 -0
- package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoDrillingRig.js +35 -0
- package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoDumpTruck.js +42 -0
- package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +42 -0
- package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +42 -0
- package/dist/icons/components/car-icons/CargoIsothermal.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoIsothermal.js +42 -0
- package/dist/icons/components/car-icons/CargoOnBoard.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoOnBoard.js +42 -0
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +42 -0
- package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +42 -0
- package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoSortingTruck.js +42 -0
- package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoTankerTruck.js +42 -0
- package/dist/icons/components/car-icons/CargoTowTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoTowTruck.js +35 -0
- package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoTruckCrane.js +44 -0
- package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +35 -0
- package/dist/icons/components/car-icons/Clearance.d.ts +4 -0
- package/dist/icons/components/car-icons/Clearance.js +26 -0
- package/dist/icons/components/car-icons/CombineHarvester.d.ts +4 -0
- package/dist/icons/components/car-icons/CombineHarvester.js +42 -0
- package/dist/icons/components/car-icons/Compartment.d.ts +4 -0
- package/dist/icons/components/car-icons/Compartment.js +35 -0
- package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +42 -0
- package/dist/icons/components/car-icons/ConcretePump.d.ts +4 -0
- package/dist/icons/components/car-icons/ConcretePump.js +43 -0
- package/dist/icons/components/car-icons/Crossover.d.ts +4 -0
- package/dist/icons/components/car-icons/Crossover.js +35 -0
- package/dist/icons/components/car-icons/DrillingRigg.d.ts +4 -0
- package/dist/icons/components/car-icons/DrillingRigg.js +35 -0
- package/dist/icons/components/car-icons/DumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/DumpTruck.js +42 -0
- package/dist/icons/components/car-icons/Excavator.d.ts +4 -0
- package/dist/icons/components/car-icons/Excavator.js +26 -0
- package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +4 -0
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +42 -0
- package/dist/icons/components/car-icons/ForkliftTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/ForkliftTruck.js +35 -0
- package/dist/icons/components/car-icons/FrontLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/FrontLoader.js +42 -0
- package/dist/icons/components/car-icons/Hatchback.d.ts +4 -0
- package/dist/icons/components/car-icons/Hatchback.js +35 -0
- package/dist/icons/components/car-icons/IceRink.d.ts +4 -0
- package/dist/icons/components/car-icons/IceRink.js +37 -0
- package/dist/icons/components/car-icons/Isothermal.d.ts +4 -0
- package/dist/icons/components/car-icons/Isothermal.js +42 -0
- package/dist/icons/components/car-icons/Liftback.d.ts +4 -0
- package/dist/icons/components/car-icons/Liftback.js +26 -0
- package/dist/icons/components/car-icons/MiniEscalator.d.ts +4 -0
- package/dist/icons/components/car-icons/MiniEscalator.js +44 -0
- package/dist/icons/components/car-icons/MiniLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/MiniLoader.js +35 -0
- package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/MiningDumpTruck.js +42 -0
- package/dist/icons/components/car-icons/Minitractor.d.ts +4 -0
- package/dist/icons/components/car-icons/Minitractor.js +35 -0
- package/dist/icons/components/car-icons/Minivan.d.ts +4 -0
- package/dist/icons/components/car-icons/Minivan.js +35 -0
- package/dist/icons/components/car-icons/MotorGrader.d.ts +4 -0
- package/dist/icons/components/car-icons/MotorGrader.js +35 -0
- package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +4 -0
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +27 -0
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +4 -0
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +32 -0
- package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +4 -0
- package/dist/icons/components/car-icons/OffRoadVehicle.js +35 -0
- package/dist/icons/components/car-icons/OnBoard.d.ts +4 -0
- package/dist/icons/components/car-icons/OnBoard.js +42 -0
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +4 -0
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +42 -0
- package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +4 -0
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +42 -0
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +4 -0
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +51 -0
- package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +4 -0
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +42 -0
- package/dist/icons/components/car-icons/Pickup.d.ts +4 -0
- package/dist/icons/components/car-icons/Pickup.js +26 -0
- package/dist/icons/components/car-icons/PickupTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/PickupTruck.js +35 -0
- package/dist/icons/components/car-icons/PilingInstallation.d.ts +4 -0
- package/dist/icons/components/car-icons/PilingInstallation.js +37 -0
- package/dist/icons/components/car-icons/PromotionalItem.d.ts +4 -0
- package/dist/icons/components/car-icons/PromotionalItem.js +42 -0
- package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +4 -0
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +49 -0
- package/dist/icons/components/car-icons/QuarryExcavator.d.ts +4 -0
- package/dist/icons/components/car-icons/QuarryExcavator.js +29 -0
- package/dist/icons/components/car-icons/Scooter.d.ts +4 -0
- package/dist/icons/components/car-icons/Scooter.js +33 -0
- package/dist/icons/components/car-icons/Sedan.d.ts +4 -0
- package/dist/icons/components/car-icons/Sedan.js +35 -0
- package/dist/icons/components/car-icons/Snowmobile.d.ts +4 -0
- package/dist/icons/components/car-icons/Snowmobile.js +42 -0
- package/dist/icons/components/car-icons/TankerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TankerTruck.js +42 -0
- package/dist/icons/components/car-icons/TelescopicLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/TelescopicLoader.js +35 -0
- package/dist/icons/components/car-icons/TheLift.d.ts +4 -0
- package/dist/icons/components/car-icons/TheLift.js +40 -0
- package/dist/icons/components/car-icons/TowTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TowTruck.js +35 -0
- package/dist/icons/components/car-icons/Tractor.d.ts +4 -0
- package/dist/icons/components/car-icons/Tractor.js +35 -0
- package/dist/icons/components/car-icons/TractorTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TractorTruck.js +42 -0
- package/dist/icons/components/car-icons/Trailerr.d.ts +4 -0
- package/dist/icons/components/car-icons/Trailerr.js +26 -0
- package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +44 -0
- package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +35 -0
- package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersContainerShip.js +43 -0
- package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +42 -0
- package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +42 -0
- package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +42 -0
- package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +42 -0
- package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersIsothermal.js +42 -0
- package/dist/icons/components/car-icons/TrailersOther.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersOther.js +42 -0
- package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +42 -0
- package/dist/icons/components/car-icons/TruckCrane.d.ts +4 -0
- package/dist/icons/components/car-icons/TruckCrane.js +44 -0
- package/dist/icons/components/car-icons/Universal.d.ts +4 -0
- package/dist/icons/components/car-icons/Universal.js +35 -0
- package/dist/icons/components/car-icons/Van.d.ts +4 -0
- package/dist/icons/components/car-icons/Van.js +26 -0
- package/dist/icons/components/car-icons/Ycles.d.ts +4 -0
- package/dist/icons/components/car-icons/Ycles.js +45 -0
- package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Acceleration.js +35 -0
- package/dist/icons/components/car-parameters-icons/Berths.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Berths.js +40 -0
- package/dist/icons/components/car-parameters-icons/Bucket.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Bucket.js +24 -0
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +26 -0
- package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +33 -0
- package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +35 -0
- package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +35 -0
- package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +26 -0
- package/dist/icons/components/car-parameters-icons/CarColor.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CarColor.js +35 -0
- package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Cylinders.js +38 -0
- package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Dimensions.js +35 -0
- package/dist/icons/components/car-parameters-icons/EngineType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/EngineType.js +24 -0
- package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +24 -0
- package/dist/icons/components/car-parameters-icons/GearType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/GearType.js +27 -0
- package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +24 -0
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +26 -0
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +26 -0
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +24 -0
- package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/TrailerType.js +33 -0
- package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +33 -0
- package/dist/icons/components/car-parameters-icons/Weight.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Weight.js +37 -0
- package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +33 -0
- package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +35 -0
- package/dist/icons/components/cars-stubus/Bike.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Bike.js +26 -0
- package/dist/icons/components/cars-stubus/Car.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Car.js +26 -0
- package/dist/icons/components/cars-stubus/Equipment.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Equipment.js +26 -0
- package/dist/icons/components/cars-stubus/Truck.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Truck.js +26 -0
- package/dist/icons/components/index.d.ts +573 -0
- package/dist/icons/components/index.js +577 -0
- package/dist/icons/components/types.d.ts +2 -0
- package/dist/icons/components/types.js +1 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +4 -0
- package/dist/index-CweZ_OcN.js +65 -0
- package/dist/index-ds_bCdL8.js +1990 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +29 -0
- package/package.json +1 -1
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoIsothermal = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M9.625 14v-4l-1.25-.563V8.25H19.75V14h-2.552a1.376 1.376 0 00-2.646 0H9.625z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M6.125 13c-.63 0-1.16.423-1.323 1h-.177c-.375 0-.5-.1-.5-.5l.375-.125.25-1.5 1.625-.5c.275-.25.475-.45.635-.61.242-.242.392-.393.573-.486.296-.154.672-.154 1.667-.154V14H7.448c-.163-.577-.694-1-1.323-1zm2.5-1.125v-1.5l-.247-.002c-.742-.01-.742-.01-1.878 1.127.125 0 .375.075.375.375h1.75z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M7.25 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM17 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CargoIsothermal as default
|
42
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoOnBoard = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M8.5 14V8.25h11.25v5h-.875V14h-3.382a1.125 1.125 0 00-2.236 0H8.5z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M4.875 14h.632a1.125 1.125 0 012.236-.002c.485-.017.507-.158.507-.623V10.25h-2c-1.736 1.553-1.76 1.834-1.847 2.824l-.028.301h-.25c0 .635.206.632.618.626L4.875 14zm2.875-3.5v1.25H6c0-.125-.075-.375-.375-.375l.75-.875H7.75z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M7.5 14.125a.875.875 0 11-1.75 0 .875.875 0 011.75 0zM15.25 14.125a.875.875 0 11-1.75 0 .875.875 0 011.75 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CargoOnBoard as default
|
42
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoOnBoardWithCmu = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M9.875 14V8.25h6.25v1.125h-.375v1h-1V9.75L15 10h.375v-.625h-4.25V11.5h8.625V14h-1.052a1.376 1.376 0 00-2.573-.199 1.375 1.375 0 00-2.573.199H9.875z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M9.25 14v-3.75H5.912L4.25 11.902V14h1.802a1.376 1.376 0 012.646 0h.552zM6 10.5h1.75V12H5.5c0-.167 0-.5-.375-.5l.875-1z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M8.5 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM14.875 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM17.375 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CargoOnBoardWithCmu as default
|
42
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoPromotionalItem = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M10.25 7v7h3.756a1.375 1.375 0 012.738 0h3.006V7h-9.5z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M10 14V9.5c-1.347 0-1.904 0-2.33.236-.3.167-.535.451-.936.936-.138.168-.296.36-.484.578-.9.4-2 1.375-2 1.75 0 .993.61 1.008 1.005 1.002A1.375 1.375 0 017.995 14H10zm-2.75-2.25h2V9.875c-.766 0-1.116 0-1.389.144-.229.121-.404.343-.727.751-.108.138-.234.297-.384.48.5 0 .5.25.5.5z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M7.75 14.125a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM16.5 14.125a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CargoPromotionalItem as default
|
42
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoSortingTruck = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M11.25 8H12v5h3V8h.75v5h.702a1.62 1.62 0 00-.447 1h-7.26a1.625 1.625 0 00-3.24 0H5c-.522 0-.514-.472-.503-1.17.001-.105.003-.216.003-.33h.25v-1.75L6.25 9h3v4h2V8zM6.375 9.375H8v1.875H5.75c0-.375-.223-.5-.5-.5l1.125-1.375z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M12.25 8.5v1.25h2.5V8.5h-2.5zM12.25 10v1.25h2.5V10h-2.5zM12.25 11.5h2.5v1.25h-2.5V11.5zM16 8.5v1.25h3.25c.375 0 .375-1.25 0-1.25H16zM16 11.25V10h3.25c.375 0 .375 1.25 0 1.25H16zM16 11.5v1.25h.759c.25-.158.547-.25.866-.25.318 0 .616.092.866.25h.759c.375 0 .375-1.25 0-1.25H16zM11 11.5v1.25H9.75c-.375 0-.375-1.25 0-1.25H11zM11 11.25V10H9.75c-.375 0-.375 1.25 0 1.25H11zM11 8.5v1.25H9.75c-.375 0-.375-1.25 0-1.25H11zM8.5 14.125a1.375 1.375 0 11-2.75 0 1.375 1.375 0 012.75 0z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M19 14.125a1.375 1.375 0 11-2.75 0 1.375 1.375 0 012.75 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CargoSortingTruck as default
|
42
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoTankerTruck = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8.75 14V9.5c-3.854 0-3.925.485-4.229 2.566-.041.281-.086.592-.146.934h-.25c0 .838.325.982 1.177.998A1.376 1.376 0 017.948 14h.802zm-2-2.75V9.875c-.75 0-1.5.375-1.5.625.29 0 .28.15.262.45a4.569 4.569 0 00-.012.3h1.25z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M18.75 10.25h-8.625S9 10.375 9 12.125 10.125 14 10.125 14h1.927a1.376 1.376 0 012.646 0h.354a1.376 1.376 0 012.646 0h1.052s1.125-.375 1.125-1.875-1.125-1.875-1.125-1.875zM6.625 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M13.375 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM17.5 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CargoTankerTruck as default
|
42
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoTowTruck = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M10.75 11.75V7h-4L4.5 10.25v3h-.25c0 .7.25.75 1.25.75h.75a1.75 1.75 0 113.5 0H14a1.75 1.75 0 113.5 0h1.75c.5 0 .5-.75.5-2.25h-6.125V10c.346-.322.88-.746 1.45-1.2.674-.535 1.398-1.111 1.925-1.607V10h1.75V8.75l-.5.75h-.75V6.72c.35-.33.62-.59.75-.72.5-.5.375-1.208.25-1.5l-7 5.5v1.75h-.75zM9 10.25V7.5c-.289 0-.53-.003-.734-.006-1.03-.015-1.099-.016-1.516.506l-.875 1.25c.167.042.5.3.5 1H9z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M9.5 14a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM17.25 14a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
CargoTowTruck as default
|
35
|
+
};
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoTruckCrane = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M19.75 9.75H18v-1h1.75V8H18v-.5h-1.25c-1.15 0-1.504 0-1.909.5H4.375c0 .5 0 .75.625.75v1.5h1.25V9.5l-.375.375h-.5V8.75h9c-.082.137-.178.288-.284.456a36.41 36.41 0 00-.341.544v2.5h6v-2.5zm-3-2c-.705 0-1.08 0-1.361.163-.32.186-.518.585-.94 1.438l-.199.399h2.5v-2z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M19.75 14.25h-.756a1.375 1.375 0 00-2.619-.449 1.375 1.375 0 00-2.62.449h-3.51a1.375 1.375 0 00-2.74 0h-1.38V11.5C7.25 9.25 7.25 9.25 8.75 9.25h1.75v3.5h9.25v1.5zM9 9.5v2H7.25c-.042-.167-.2-.5-.5-.5.108-.185.199-.347.279-.49.263-.466.404-.718.618-.853C7.897 9.5 8.246 9.5 9 9.5z",
|
28
|
+
fill: "#000"
|
29
|
+
}
|
30
|
+
),
|
31
|
+
/* @__PURE__ */ jsx(
|
32
|
+
"path",
|
33
|
+
{
|
34
|
+
d: "M8.875 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM15.125 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM18.75 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
|
35
|
+
fill: "#000"
|
36
|
+
}
|
37
|
+
)
|
38
|
+
]
|
39
|
+
}
|
40
|
+
);
|
41
|
+
};
|
42
|
+
export {
|
43
|
+
CargoTruckCrane as default
|
44
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CargoVacuumMachine = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M12.25 9.125c-.688 0-1.23.02-1.652.099-.424.078-.743.219-.972.47-.227.25-.35.593-.418 1.046-.023.155-.04.324-.052.51H9v1.5h.806c.228 1.156 1.069 1.25 1.069 1.25h1.177a1.376 1.376 0 012.646 0h.354a1.376 1.376 0 012.646 0h1.052s1.125-.375 1.125-1.875-1.125-1.875-1.125-1.875h-5.5V9.5h-1v-.375zm-.75.262a6.07 6.07 0 00-.856.082c-.396.074-.655.198-.833.393-.179.197-.29.483-.355.915-.022.143-.038.3-.05.473h.463c.29-.92 1.006-1 1.006-1h.625v-.863zM8.75 9.5V14h-.802a1.376 1.376 0 00-2.646-.002c-.852-.016-1.177-.16-1.177-.998h.25c.06-.342.105-.653.146-.934C4.825 9.985 4.896 9.5 8.75 9.5zm-2 .375v1.375H5.5c0-.113.006-.213.012-.3.019-.3.028-.45-.262-.45 0-.25.75-.625 1.5-.625z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M7.75 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM14.5 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM16.375 15.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
CargoVacuumMachine as default
|
35
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Clearance = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: /* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
fillRule: "evenodd",
|
16
|
+
clipRule: "evenodd",
|
17
|
+
d: "M10.9 5H4.3L1 19h9.9v-3h2.2v3H23L19.7 5h-6.6v3h-2.2V5zm2.2 9v-4h-2.2v4h2.2z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Clearance as default
|
26
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CombineHarvester = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M6.5 9.75v.5l.5.25.776 3.526h.513l-.016.874a1.874 1.874 0 013.455 1.264h3.538a1.375 1.375 0 012.099-.948L19 13.5c0-1.87-.074-2.75-1.25-2.75H14l.5-1H11l.5 1H10v-1H6.5zm3 1.75v-1h-2l.5 2 1.5-1z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M8.27 14.905c-.171.283-.27.615-.27.97 0 .34.091.66.25.936v.689h-4v-.535l4.03-2.715-.01.655zM15 10.5h3.5l.75.5.25-.5-1-.5H15v.5z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M11.5 15.875a1.625 1.625 0 11-3.25 0 1.625 1.625 0 013.25 0zM17.75 16.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
CombineHarvester as default
|
42
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Compartment = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M15.25 14H8.415a1.5 1.5 0 10-2.892-.237l-.148-.013c-1.1 0-1.25-.375-1.25-1.125H4.5c.519-1.14.693-1.163 2.736-1.423.42-.053.918-.117 1.514-.202l.717-.386c1.241-.67 1.774-.957 2.341-1.073.426-.087.872-.077 1.653-.06.407.008.905.019 1.539.019l2.25 1.375c2.277.228 2.273.455 2.254 1.439-.002.096-.004.2-.004.311h.25c0 1.2-.5 1.25-1.5 1.25l-.048.002A1.502 1.502 0 0016.75 12a1.5 1.5 0 00-1.416 1.996L15.25 14zm-1.875-2.75l.125-1.375c-2.1 0-2.125 0-3.75 1 .5 0 .625.25.625.375h3zm.375 0l.125-1.375c1.2 0 1.625.5 1.625 1.375h-1.75z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M8.25 13.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM18 13.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
Compartment as default
|
35
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const ConcreteMixerTruck = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M19.375 9.625l-5.5 2.25C10.375 13.125 8.75 7 10.75 6.75l7.625-.625c.7-.1.946.125 1 .375.041.191.098.48.16.793.127.64.273 1.38.34 1.582.1.3-.292.625-.5.75z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M9.5 12.25V7.5c-4 0-5 0-5 2.75v2.5h-.25c0 .9.125 1.25.5 1.25H5a1.75 1.75 0 113.5 0H15a1.75 1.75 0 113.5 0h.5c.75 0 .75-.75.75-1.75h-1v-2l-4.875 2H9.5zM6 10.75h1.75v-2.5H6.683c-.627-.002-1.558-.004-1.558 1.25v.5c.292 0 .875.15.875.75z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
d: "M8.25 14a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM18.25 14a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
)
|
36
|
+
]
|
37
|
+
}
|
38
|
+
);
|
39
|
+
};
|
40
|
+
export {
|
41
|
+
ConcreteMixerTruck as default
|
42
|
+
};
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const ConcretePump = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M10.5 14.5h5.25V14c.957 0 1.507.204 1.78 1H12v1h5.714c.025.291.036.623.036 1h-1.314a1.126 1.126 0 00-2.122 0h-.378a1.126 1.126 0 00-2.122 0H9.686a1.126 1.126 0 00-2.122 0H7.5v-2.5h.75V9.375l4-4.125h1l4.5 2.5 1 4.25h-.25l-1-3.5H17L12.75 6l-3.5 3.5V13l1.25 1.5z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M18.75 15.75h.5v-.5h-7v.5h6v2.5h.5v-2.5z", fill: "#000" }),
|
21
|
+
/* @__PURE__ */ jsx(
|
22
|
+
"path",
|
23
|
+
{
|
24
|
+
fillRule: "evenodd",
|
25
|
+
clipRule: "evenodd",
|
26
|
+
d: "M7.25 13.75V17h-.314a1.126 1.126 0 00-2.122 0H4.75c-.375 0-.5-.2-.5-1h.25v-.75l.75-1.5h2zM5 15.25l.5-1h1.25v1H5z",
|
27
|
+
fill: "#000"
|
28
|
+
}
|
29
|
+
),
|
30
|
+
/* @__PURE__ */ jsx(
|
31
|
+
"path",
|
32
|
+
{
|
33
|
+
d: "M6.75 17.375a.875.875 0 11-1.75 0 .875.875 0 011.75 0zM9.5 17.375a.875.875 0 11-1.75 0 .875.875 0 011.75 0zM12.875 18.25a.875.875 0 100-1.75.875.875 0 000 1.75zM16.25 17.375a.875.875 0 11-1.75 0 .875.875 0 011.75 0z",
|
34
|
+
fill: "#000"
|
35
|
+
}
|
36
|
+
)
|
37
|
+
]
|
38
|
+
}
|
39
|
+
);
|
40
|
+
};
|
41
|
+
export {
|
42
|
+
ConcretePump as default
|
43
|
+
};
|