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,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Haval = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "48px",
|
7
|
+
height: "8px",
|
8
|
+
viewBox: "0 0 48 8",
|
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: "M6.148 1.686c-.762 1.157-1.892 3.649-2.078 4.58l-.052.26h2.466l.356-.739c.507-1.053 1.205-1.54 2.207-1.54.381 0 .383.005.208.382-.161.344-.58 1.544-.6 1.72-.014.111.183.136 1.227.157l1.244.024.258-.55c.141-.302.503-1.062.802-1.688 1.138-2.378 1.49-3.134 1.49-3.209 0-.042-.548-.076-1.216-.076-1.403 0-1.22-.106-1.953 1.127l-.5.844-.947.095c-.52.052-.962.083-.98.069-.036-.028.081-.29.607-1.362.181-.37.307-.695.28-.723-.028-.027-.573-.05-1.212-.05h-1.16l-.447.679zm13.22-.586c-.791.083-1.54.278-2.037.532-1.016.518-2.618 1.752-3.528 2.717-.737.781-1.792 2.017-1.792 2.1 0 .041.55.076 1.223.076h1.222l.338-.328c.185-.181.532-.4.77-.489.495-.183 2.14-.314 2.14-.17 0 .049-.059.257-.131.462a2.848 2.848 0 00-.131.449c0 .042.463.076 1.029.075H19.5l.423-1.16a37.21 37.21 0 01.547-1.436c.069-.152.125-.318.125-.37 0-.05.055-.222.122-.38.068-.158.186-.456.263-.66l.28-.745c.078-.204.174-.437.215-.516.04-.079.05-.168.02-.197-.07-.07-1.296-.047-2.126.04zm3.207-.02c-.042.068.193 3.323.353 4.898l.056.547h1.192c1.11 0 1.209-.014 1.422-.197.199-.172 1.719-1.62 4.607-4.394.447-.43.813-.814.813-.854 0-.04-.613-.073-1.362-.073h-1.362l-1.535 1.51c-.844.832-1.567 1.523-1.605 1.537-.068.025-.2-.898-.337-2.346l-.061-.657-1.067-.025c-.586-.013-1.088.01-1.114.054zm12.385.02c-1.402.146-2.401.577-3.504 1.51-.444.376-4.029 3.83-4.029 3.883 0 .018.557.032 1.238.032h1.238l.333-.323c.482-.468 1.017-.65 2.074-.706.494-.026.898-.027.898-.002 0 .026-.054.18-.12.342-.306.744-.367.69.769.69 1.197 0 1.068.11 1.67-1.446.223-.578.44-1.13.483-1.226.288-.656.952-2.699.904-2.781-.046-.08-1.061-.066-1.954.027zm3.27.235c-.076.181-.266.684-.423 1.117-.157.434-.432 1.183-.611 1.664-.573 1.536-.587 1.6-.433 1.898.249.481.453.511 3.488.511 2.671 0 2.761-.005 2.882-.178.068-.097.287-.351.486-.564.2-.212.363-.408.363-.435 0-.027-1.035-.05-2.3-.05-1.299-.001-2.356-.038-2.43-.085-.116-.073-.113-.134.028-.502.087-.23.324-.89.525-1.465.307-.876.434-1.12.787-1.506.232-.254.498-.486.593-.516.44-.14-.05-.217-1.374-.217h-1.444l-.138.328zm-19.212 1.11c0 .02-.095.227-.211.46-.116.233-.311.65-.433.927l-.222.503-.903-.002-.902-.003.744-.721c.435-.422.945-.821 1.226-.96.445-.22.701-.294.701-.204zm15.504.033a.29.29 0 01-.075.154c-.04.045-.135.24-.21.433-.074.193-.225.558-.335.81l-.201.46h-.904c-.496 0-.903-.026-.903-.059 0-.143 1.487-1.446 1.879-1.646.431-.22.749-.285.749-.152z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Haval as default
|
26
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Higer = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "16px",
|
8
|
+
viewBox: "0 0 24 16",
|
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: "M12.492 2h-.496c-.104.002-.208.002-.312.002-.19 0-.38 0-.57.013-.25.018-.496.03-.743.055-.256.024-.511.06-.767.097a13.854 13.854 0 00-3.095.81c-.472.189-.931.402-1.372.654a8.449 8.449 0 00-1.309.91 6.463 6.463 0 00-.834.85c-.289.358-.523.748-.7 1.174-.182.438-.27.892-.292 1.363-.009.213.012.423.046.633.088.548.289 1.056.581 1.528.256.41.566.776.916 1.11.304.29.63.549.977.783.526.356 1.086.651 1.67.904.585.25 1.184.453 1.8.614.377.098.757.183 1.14.25.253.046.503.088.755.119.238.03.478.051.718.073a15.957 15.957 0 002.198.04c.25-.013.496-.031.742-.052.314-.028.627-.07.938-.12.362-.057.724-.12 1.083-.206.642-.15 1.272-.338 1.887-.581A10.408 10.408 0 0019.5 11.95a7.176 7.176 0 001.366-1.208 4.597 4.597 0 00.944-1.67c.106-.353.149-.713.164-1.078.002-.044-.003-.087-.007-.13a1.078 1.078 0 01-.008-.113 2.696 2.696 0 00-.055-.442 4.138 4.138 0 00-.627-1.512 5.694 5.694 0 00-.955-1.105 8.101 8.101 0 00-.904-.706 9.734 9.734 0 00-1.607-.867c-.49-.21-.99-.39-1.5-.536-.45-.13-.91-.24-1.373-.325h-.001a13.548 13.548 0 00-1.48-.2 14.647 14.647 0 00-.966-.059zm6.242 2.98h-.128c-.295 0-.587.018-.88.045a9.637 9.637 0 00-2.245.484c-.722.25-1.412.569-2.082.934-.13.07-.265.137-.414.161a.661.661 0 01-.462-.07c-.186-.112-.259-.295-.274-.502a2.037 2.037 0 01.143-.852c.038-.1.079-.198.12-.297l.072-.175a.631.631 0 00.054-.28c-.009-.261-.194-.353-.386-.368-.244-.021-.463.058-.67.174-.325.182-.618.41-.9.654-.511.44-.985.918-1.458 1.396a118.459 118.459 0 01-.544.546 28.6 28.6 0 01-.689.678c-.554.524-1.123 1.029-1.77 1.437-.223.14-.451.27-.695.368-.444.173-.873.14-1.284-.107a4.483 4.483 0 01-.292-.194.237.237 0 01-.095-.134 3.483 3.483 0 01.162-2.237c.167-.405.401-.773.678-1.11.487-.591 1.08-1.05 1.735-1.434a9.452 9.452 0 012.24-.934c.423-.12.852-.214 1.284-.287.212-.036.426-.06.64-.082l.106-.012a12.783 12.783 0 012.757.018c.362.046.721.1 1.077.174a10.59 10.59 0 011.9.575 8.74 8.74 0 011.52.8c.244.162.473.341.695.527l.01.009.002.001v.001h.002c.024.021.05.044.07.09v.002zM4.872 10.636h.1l.19.001h.005c.13.002.26.003.39-.001.304-.01.608-.028.91-.055.499-.046.989-.134 1.47-.262.502-.13.989-.304 1.463-.505a15.786 15.786 0 001.234-.591c.08-.043.159-.086.24-.124a.846.846 0 01.544-.085c.25.051.38.216.435.453.055.24.012.478-.046.712a4.089 4.089 0 01-.25.667c-.03.067-.05.137-.07.213-.06.28.098.484.384.499.226.012.43-.052.621-.155a5.06 5.06 0 00.864-.615c.274-.228.532-.476.79-.723l.102-.099h.001c.21-.201.42-.402.62-.614.268-.284.545-.56.825-.831l.069-.067c.302-.294.603-.587.923-.865.356-.307.721-.608 1.117-.864.228-.146.46-.292.715-.398.225-.095.456-.156.703-.137.204.015.395.076.578.17.043.021.06.058.08.097.145.317.249.646.31.99.048.28.051.556.033.836-.024.353-.11.697-.246 1.029-.186.45-.439.855-.758 1.223a6.487 6.487 0 01-1.637 1.34 9.508 9.508 0 01-2.371.98c-.454.124-.916.215-1.382.288-.175.028-.352.045-.528.062l-.07.007-.044.004c-.523.055-1.047.07-1.57.055-.274-.009-.551-.021-.825-.052l-.136-.015a11.317 11.317 0 01-2.042-.386 9.735 9.735 0 01-1.863-.74 7.366 7.366 0 01-1.391-.934c-.14-.122-.272-.253-.404-.386l-.05-.05a.276.276 0 00-.007-.006c-.015-.014-.032-.03-.032-.063l.006-.003z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Higer as default
|
26
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Hitachi = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "48px",
|
7
|
+
height: "12px",
|
8
|
+
viewBox: "0 0 48 12",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: /* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M37.367 2.168v2.708h3.623c0 .01-.003-2.709 0-2.708h1.794s.006 6.763 0 6.77H40.99v-2.98c0 .01-3.623 0-3.623 0 .003.013 0 2.983 0 2.98h-1.791s.01-6.77 0-6.77h1.791zM20.346 2.168v1.151h-2.744v5.62h-1.791v-5.62h-2.744s.003-1.149 0-1.151c.003.002 7.28 0 7.28 0zM23.053 3.319l-1.248 3.08h2.496l-1.248-3.08zm4.262 5.62H25.32c.003 0-.586-1.456-.586-1.456H21.37s-.578 1.458-.584 1.455c0 .003-2 0-2 0l3.167-6.77c0 .003 2.198 0 2.198 0l3.163 6.77zM44.206 8.938H46v-6.77h-1.794v6.77zM3.794 2.168s-.003 2.728 0 2.708h3.623c0 .01-.006-2.709 0-2.708h1.794s.006 6.763 0 6.77H7.417v-2.98c0 .01-3.623 0-3.623 0 0 .013-.003 2.983 0 2.98H2s.01-6.77 0-6.77h1.794zM10.633 8.938h1.791v-6.77h-1.791v6.77zM27.253 7.065a4.38 4.38 0 01-.242-1.445c0-.711.124-1.4.466-1.973a3.01 3.01 0 011.543-1.285A5.6 5.6 0 0131.006 2c.804 0 1.565.176 2.263.477.646.278 1.133.86 1.28 1.564.03.139.052.284.061.43h-1.88a1.595 1.595 0 00-.097-.52 1.308 1.308 0 00-.841-.783 2.634 2.634 0 00-.786-.119c-.31 0-.611.053-.887.153-.46.161-.817.534-.981.994a4.239 4.239 0 00-.246 1.424c0 .415.069.814.171 1.19.137.492.51.889.981 1.07a2.744 2.744 0 001.791.05 1.3 1.3 0 00.786-.705c.096-.22.145-.465.145-.727h1.891c-.012.222-.043.44-.09.643a2.184 2.184 0 01-1.254 1.494 5.962 5.962 0 01-4.126.191c-.875-.275-1.633-.905-1.934-1.761z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Hitachi as default
|
24
|
+
};
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Honda = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "30px",
|
7
|
+
height: "20px",
|
8
|
+
viewBox: "0 0 30 20",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M4.915 15.425l.386.046c.175.019.193.166.193.258v.45H3.72v-.45c0-.092.018-.24.193-.258l.386-.046v-.386H2v.386l.386.046c.175.019.193.166.193.258v1.49c0 .091-.018.238-.193.257L2 17.522v.386h2.299v-.386l-.386-.046c-.175-.018-.193-.166-.193-.258v-.45h1.765v.45c0 .092-.018.24-.193.258l-.386.046v.386h2.299v-.386l-.387-.046c-.174-.018-.193-.166-.193-.258v-1.49c0-.091.019-.238.193-.257l.387-.046v-.386h-2.3v.386h.01zM20.225 15.04h-2.832v.385l.34.037c.12.018.203.065.203.23v1.517c0 .092-.019.24-.194.258l-.386.046v.386h2.87c1.03 0 1.875-.414 1.875-1.435 0-1.02-.846-1.425-1.876-1.425zm-.211 2.316h-.966v-1.765h.966c.57 0 .763.267.763.883 0 .607-.193.882-.763.882z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
d: "M26.92 17.476c-.184-.018-.24-.138-.295-.22l-1.324-2.024c-.092-.147-.165-.193-.303-.193h-2.17v.386l.524.055a.15.15 0 01.092.24l-.984 1.59c-.037.065-.092.138-.203.157l-.386.046v.386h1.83v-.386l-.313-.028c-.137-.018-.211-.11-.137-.22l.147-.24h1.765l.129.193c.12.175-.028.249-.156.258l-.322.037v.386h2.483v-.386l-.377-.037zM23.7 16.52l.543-.883.579.883h-1.122zM15.342 15.425l.387.046c.174.019.193.166.193.258v1.434l-1.517-2.005c-.065-.091-.13-.119-.295-.119h-1.967v.386l.386.046c.174.019.193.166.193.258v1.49c0 .091-.019.238-.193.257l-.386.046v.386h1.839v-.386l-.387-.046c-.174-.019-.193-.166-.193-.258v-1.434l1.518 1.995c.073.092.128.12.294.12h1.398v-2.18c0-.091.018-.239.193-.257l.386-.046v-.386h-1.83l-.019.395zM9.669 14.938c-1.867 0-2.345.818-2.345 1.526 0 .708.478 1.536 2.345 1.536 1.867 0 2.345-.819 2.345-1.526 0-.718-.478-1.536-2.345-1.536zm0 2.52c-.726 0-1.02-.304-1.02-.984 0-.681.303-.984 1.02-.984.726 0 1.02.303 1.02.984 0 .68-.294.983-1.02.983zM17.825 2.947c-.312 1.407-.441 2.06-.699 3.071-.248.975-.441 1.886-.772 2.327-.331.45-.782.542-1.085.58a4.535 4.535 0 01-.616.027c-.34 0-.46-.01-.616-.028-.304-.037-.754-.129-1.085-.58-.331-.44-.524-1.35-.764-2.326-.257-1.02-.386-1.664-.698-3.07 0 0-.313.008-.45.018-.194.009-.341.027-.497.046 0 0 .183 2.896.266 4.128.083 1.288.24 3.467.377 5.113 0 0 .267.046.708.064.46.028.671.028.671.028.194-.727.424-1.729.69-2.161.22-.35.552-.386.745-.414.294-.037.552-.046.662-.046.12 0 .368 0 .662.046.193.028.524.065.745.414.267.432.506 1.434.69 2.16 0 0 .202 0 .662-.027.441-.027.708-.064.708-.064.138-1.646.294-3.816.377-5.113.082-1.223.266-4.128.266-4.128-.156-.019-.312-.037-.496-.046-.138-.01-.45-.019-.45-.019z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
),
|
27
|
+
/* @__PURE__ */ jsx(
|
28
|
+
"path",
|
29
|
+
{
|
30
|
+
d: "M21.476 4.657c-.184-1.839-1.416-2.225-2.492-2.409-.543-.092-1.508-.165-2.124-.193A48.912 48.912 0 0014.662 2c-.386 0-1.655.018-2.198.055-.616.028-1.581.101-2.124.193-1.076.184-2.308.57-2.492 2.41-.055.505-.064 1.158-.055 1.857.019 1.168.12 1.95.175 2.501.037.377.193 1.499.395 2.078.276.8.524 1.03.819 1.27.533.431 1.416.57 1.6.606.993.175 2.997.212 3.89.212.882 0 2.896-.028 3.889-.212.184-.037 1.067-.165 1.6-.607.294-.239.542-.469.818-1.269.203-.58.359-1.71.396-2.078.055-.542.156-1.333.174-2.501-.009-.708-.027-1.361-.073-1.858zm-.68 3.09c-.11 1.471-.24 2.354-.424 2.989-.165.56-.367.928-.662 1.195-.496.45-1.177.543-1.581.607-.865.129-2.327.175-3.467.175-1.15 0-2.602-.046-3.467-.175-.404-.064-1.085-.156-1.581-.607-.294-.267-.497-.644-.662-1.195-.184-.635-.322-1.518-.423-2.989-.065-.883-.055-2.317.046-3.09.138-1.158.708-1.737 1.93-1.949a18 18 0 012.07-.211 40.877 40.877 0 012.087-.056c.533-.009 1.499.019 2.078.056a18 18 0 012.07.211c1.222.22 1.792.8 1.94 1.95.1.763.11 2.197.045 3.09z",
|
31
|
+
fill: "#000"
|
32
|
+
}
|
33
|
+
)
|
34
|
+
]
|
35
|
+
}
|
36
|
+
);
|
37
|
+
};
|
38
|
+
export {
|
39
|
+
Honda as default
|
40
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Hongqi = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "13px",
|
7
|
+
height: "20px",
|
8
|
+
viewBox: "0 0 13 20",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M10.425 2.564a.433.433 0 00-.128-.31c-.127-.127-.282-.127-.309-.127A54.728 54.728 0 006.214 2c-1.32 0-2.566.045-3.739.127a.432.432 0 00-.309.128c-.127.127-.127.281-.127.309-.018.864-.028 1.737-.037 2.62-.009 1.382.01 2.737.037 4.074 0 .882.09 1.646.127 2.256.073 1.237.373 2.228.373 2.237.328.864.51 1.346.928 2.12.345.627.7 1.164 1.037 1.618.054.073.163.2.345.3.155.082.3.11.391.128.264.045.564.073.9.082.41.009.765-.027 1.074-.082a1.002 1.002 0 00.655-.355c.336-.482.69-1.037 1.028-1.655.418-.774.618-1.082 1-2.156.236-.91.282-1.391.373-2.192.093-.73.144-1.465.155-2.201a88.567 88.567 0 000-6.794zm-.355 6.803a22.16 22.16 0 01-.146 2.065 21.943 21.943 0 01-.345 2.055c-.227.62-.528 1.301-.919 2.02-.309.582-.637 1.1-.946 1.555a.875.875 0 01-.282.236.898.898 0 01-.327.11c-.273.045-.61.081-.982.072a5.36 5.36 0 01-.828-.073.888.888 0 01-.355-.117.867.867 0 01-.31-.283c-.308-.427-.636-.927-.954-1.519a13.093 13.093 0 01-.846-1.992c0-.008-.209-.864-.345-2.1a21.533 21.533 0 01-.119-2.12 131.76 131.76 0 01-.027-3.82c0-.828.01-1.655.027-2.465 0-.027 0-.172.119-.29a.398.398 0 01.281-.119 50.851 50.851 0 013.43-.118c1.218 0 2.373.046 3.455.118.028 0 .173 0 .282.118a.42.42 0 01.119.291c.036.9.054 1.82.054 2.774.027 1.228.01 2.438-.036 3.602z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
d: "M6.04 17.362h.428l.073-14.243h-.582l.082 14.243zM3.23 3.219c-.109.009-.264.173-.264.282l.173 4.402c.018.2.046.409.091.618.118.428.428.664 1.073 1.72.2.318.865 1.163.919 1.937.073 1.118.127 3.301.21 5.184h.2L5.54 3.119l-2.31.1zm6.021 0l-2.31-.1-.09 14.243h.2c.081-1.883.136-4.066.209-5.184.054-.782.718-1.62.918-1.937.646-1.056.946-1.292 1.073-1.72.046-.218.073-.418.091-.618L9.515 3.5c0-.11-.155-.282-.264-.282z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
Hongqi as default
|
33
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Hongyan = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "21px",
|
7
|
+
height: "16px",
|
8
|
+
viewBox: "0 0 21 16",
|
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: "M18.226 8c0 3.314-3.632 6-8.113 6C5.633 14 2 11.314 2 8s3.632-6 8.113-6 8.113 2.686 8.113 6zm-.98 0c0 1.273-.696 2.505-1.98 3.454-1.163.86-2.767 1.447-4.587 1.55l6.448-5.909c.078.297.118.6.118.905zm-.467-1.774c-.334-.614-.844-1.185-1.512-1.68-.878-.65-2.007-1.143-3.29-1.39l-3.188 2.92h4.834l-2.935 2.641h1.75l2.718-2.49h1.623zM9.343 3.01c-1.735.133-3.263.708-4.383 1.536C3.677 5.496 2.98 6.727 2.98 8c0 .256.028.51.084.76l6.278-5.75zM3.236 9.32h2.01l2.719-2.49h1.8L6.83 9.472h4.784L7.992 12.79c-1.176-.26-2.214-.73-3.032-1.336-.83-.615-1.415-1.347-1.724-2.133z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Hongyan as default
|
26
|
+
};
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Howo = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "21px",
|
7
|
+
height: "20px",
|
8
|
+
viewBox: "0 0 21 20",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M9.946 4.512l-1.072-.735L3.727 12.2l1.226.613 5.116-2.818-.123-5.484zM12.244 3.777l-1.072.796v5.453l4.901 2.788 1.44-.582-5.27-8.455zM10.665 10.945l-5.069 2.696-.245 1.287h10.324l-.184-1.317-4.826-2.666z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
d: "M17.053 13.856l2.145-1.192L12.61 1.816 10.665 3.38 8.537 1.816l-6.74 10.998 2.36 1.011-.062.552h-.888v4.063H17.91v-4.064h-.858v-.52zm.463.916v3.275H3.602v-3.275h.846l.04-.352.06-.551.033-.292-.27-.115-1.938-.831L8.649 2.389l1.782 1.308.244.18.237-.19 1.595-1.28 6.14 10.111-1.786.992-.203.113v1.149h.858z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
),
|
27
|
+
/* @__PURE__ */ jsx(
|
28
|
+
"path",
|
29
|
+
{
|
30
|
+
fillRule: "evenodd",
|
31
|
+
clipRule: "evenodd",
|
32
|
+
d: "M12.748 1.04l7.175 11.816-1.8 1h.308v5.104H2.687v-5.103h.223l-1.87-.802L8.389 1.063l2.262 1.66 2.097-1.683zm4.643 13.856h-.858V13.55l1.94-1.078-5.998-9.88-1.796 1.442L8.685 2.57l-6.13 10.003 2.16.926-.155 1.397h-.834v3.024h13.665v-3.024z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
),
|
36
|
+
/* @__PURE__ */ jsx(
|
37
|
+
"path",
|
38
|
+
{
|
39
|
+
d: "M6.433 17.21a2.64 2.64 0 01-.68.07c-.687 0-1.144-.265-1.144-.703 0-.376.26-.666.652-.833.27-.118.584-.175.949-.175.28 0 .492.042.568.07l-.153.287a1.694 1.694 0 00-.469-.054c-.223 0-.434.044-.591.128-.215.115-.357.305-.357.536 0 .265.234.442.687.442.184 0 .365-.02.492-.054l.046.286zM6.824 17.254l.492-1.658h.65l.34.632c.105.212.174.384.235.566h.012c.011-.17.05-.352.119-.595l.176-.603h.519l-.492 1.658h-.572l-.361-.662a4.126 4.126 0 01-.253-.577h-.012a6.353 6.353 0 01-.165.659l-.173.58h-.514zM10.519 15.596l-.192.645h.937l.192-.645h.557l-.492 1.658h-.553l.204-.699h-.941l-.204.699h-.553l.492-1.658h.553zM12.992 15.906h-.684l.096-.31h1.924l-.092.31h-.691l-.4 1.348h-.552l.4-1.348h-.001zM16.114 17.21a2.64 2.64 0 01-.68.07c-.687 0-1.144-.265-1.144-.703 0-.376.261-.666.653-.833.269-.118.584-.175.948-.175.28 0 .492.042.569.07l-.154.287a1.695 1.695 0 00-.468-.054c-.223 0-.434.044-.592.128-.215.115-.357.305-.357.536 0 .265.234.442.688.442.184 0 .364-.02.491-.054l.046.286z",
|
40
|
+
fill: "#000"
|
41
|
+
}
|
42
|
+
)
|
43
|
+
]
|
44
|
+
}
|
45
|
+
);
|
46
|
+
};
|
47
|
+
export {
|
48
|
+
Howo as default
|
49
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Hyundai = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "28px",
|
7
|
+
height: "16px",
|
8
|
+
viewBox: "0 0 28 16",
|
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: "M16.24 9.387c.179.926-.307 1.696-.71 2.443-.449.695-1.188 1.292-2.077 1.203a21.085 21.085 0 01-5.754-.882.355.355 0 01-.21-.15c-.037-.104.016-.201.09-.268 1.652-1.338 3.617-1.958 5.56-2.608.724-.21 1.494-.434 2.309-.329.335.045.672.277.791.59zm6.807-3.96c.926.762 1.763 1.8 1.48 3.056-.464 1.853-2.481 2.84-4.088 3.467-.874.291-1.756.59-2.712.68-.06-.008-.157.007-.172-.082l.022-.105c1.36-1.532 2.39-3.25 3.295-4.991.419-.785.808-1.592 1.166-2.384a.381.381 0 01.165-.112c.335.03.575.291.844.47zm-13.04-1.973l-.03.112C8.012 5.8 6.72 8.393 5.494 10.97c-.239.224-.47-.075-.687-.172-1.091-.717-2.078-1.876-1.794-3.25.456-1.794 2.302-2.75 3.841-3.4.912-.344 1.86-.62 2.862-.777.105 0 .24-.015.291.082zm9.752.358c.112.06.247.083.314.195.06.127-.06.209-.127.291-1.547 1.21-3.318 1.883-5.126 2.473-.92.225-1.846.628-2.87.404a.952.952 0 01-.59-.448c-.254-.703.09-1.435.389-2.048.396-.77 1.098-1.674 2.07-1.688 2.092-.016 4.064.298 5.94.821zm2.585.06c1.585.867 3.378 2.391 3.191 4.424-.216 1.883-1.973 3.198-3.542 3.99-4.58 2.19-11.014 2.256-15.744.344-1.6-.665-3.393-1.809-4.065-3.527-.516-1.412.112-2.884 1.165-3.863 2.205-2.003 5.014-2.69 7.906-3.086 3.139-.382 6.441-.045 9.251.919.628.231 1.248.486 1.838.8z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Hyundai as default
|
26
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Infiniti = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "28px",
|
7
|
+
height: "16px",
|
8
|
+
viewBox: "0 0 28 16",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: /* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M18.424 10.525L13.517 3.93l-4.906 6.595c-1.657-.16-4.504-1.238-4.504-3.152 0-2.413 4.183-4.665 9.426-4.665 5.518 0 9.427 2.252 9.427 4.665 0 1.93-2.864 3.008-4.504 3.136M13.517 2C6.73 2 2 4.654 2 8.08c0 1.609 1.03 3.41 3.217 4.505 2.043 1.013 4.906 1.367 5.308 1.415l2.992-8.735L16.51 14a18.5 18.5 0 005.309-1.415c2.187-1.094 3.217-2.896 3.217-4.505C25.019 4.638 20.305 2 13.517 2z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Infiniti as default
|
24
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Isuzu = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "40px",
|
7
|
+
height: "10px",
|
8
|
+
viewBox: "0 0 40 10",
|
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: "M3.804 7.675c0 .206-.097.316-.314.316H2.316C2.104 7.99 2 7.887 2 7.677v-5.36c0-.21.1-.315.316-.315h1.17c.212 0 .316.1.316.316v5.357h.002zM5.447 7.675v-.714c0-.214.104-.316.316-.316h5.093c.093 0 .137-.033.159-.095.018-.056.003-.148-.114-.186-.118-.038-4.12-1.31-4.292-1.368-.835-.28-1.149-.814-1.149-1.464 0-.824.553-1.53 1.84-1.53h4.646c.219 0 .314.106.314.316v.736c0 .217-.1.314-.31.314L7.36 3.366c-.1 0-.152.025-.166.084-.017.058-.013.142.11.18.153.048 3.505 1.109 4.124 1.308.951.309 1.31.75 1.31 1.578 0 .99-.682 1.457-1.852 1.473-.442.006-5.118 0-5.118 0-.223 0-.32-.086-.32-.318l-.002.004zM15.642 2.002c.211 0 .314.097.314.312V5.71c0 .563.137.897.907.92a25.437 25.437 0 001.437 0c.77-.025.855-.357.855-.92V2.314c0-.214.09-.314.316-.314h1.188c.218 0 .312.104.312.316v3.68c0 .987-.164 1.955-2.047 1.986-.646.01-1.369.018-1.369.018s-.769-.011-1.417-.018c-1.776-.022-1.99-1.043-1.99-1.987V2.312c0-.21.095-.312.312-.312h1.181v.002zM32.595 2.002c.21 0 .314.097.314.312V5.71c0 .563.137.897.908.92a25.443 25.443 0 001.437 0c.77-.025.854-.357.854-.92V2.314c0-.214.092-.314.316-.314h1.189c.217 0 .312.104.312.316v3.68c0 .987-.164 1.955-2.047 1.986-.646.01-1.37.018-1.37.018s-.768-.011-1.416-.018c-1.777-.022-1.99-1.043-1.99-1.987V2.312c0-.21.095-.312.312-.312h1.181v.002zM29.672 7.675c0 .232-.095.318-.32.318 0 0-4.678.005-5.118 0-1.17-.017-1.851-.484-1.851-1.474 0-.829.358-1.27 1.309-1.577.617-.201 3.97-1.262 4.123-1.308.122-.038.126-.12.11-.18-.015-.057-.066-.085-.167-.085l-4.588.002c-.21 0-.31-.096-.31-.314v-.74c0-.21.094-.315.314-.315h4.645c1.287 0 1.84.706 1.84 1.53 0 .652-.314 1.183-1.15 1.464-.17.057-4.174 1.33-4.293 1.368-.119.038-.133.13-.113.186.02.062.066.095.159.095h5.092c.214 0 .318.1.318.316v.714z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Isuzu as default
|
26
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Iveco = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "36px",
|
7
|
+
height: "11px",
|
8
|
+
viewBox: "0 0 36 11",
|
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: "M30.086 3.67a.992.992 0 01.951.894c.029.259.029.662.029.921 0 .317 0 .577-.029.836-.086.605-.519.95-.95.95h-.75c-.403 0-.864-.345-.95-.95-.03-.26-.03-.519-.03-.807 0-.288 0-.691.03-.95.057-.49.46-.865.979-.893.115-.03.202-.03.346-.03l.374.03zM29.798 2c.547 0 1.066.029 1.498.086a2.782 2.782 0 012.391 2.276c.029.202.087.663.087 1.124 0 .49-.058.95-.087 1.123-.201 1.21-1.181 2.132-2.39 2.305-.433.028-.952.086-1.499.086h-.173c-.576 0-1.066-.058-1.526-.086a2.781 2.781 0 01-2.363-2.305 7.649 7.649 0 01-.086-1.123c0-.461.058-.922.086-1.124.202-1.181 1.153-2.131 2.363-2.276.46-.057.95-.086 1.497-.086h.202zM19.399 5.485c0-.374.029-.748.115-1.123.202-1.181 1.152-2.132 2.362-2.276.433-.057.951-.086 1.498-.086a13.3 13.3 0 011.614.086.342.342 0 01.288.346v1.037c0 .202-.145.346-.317.346 0 0-.548-.03-.836-.03-.346 0-.633 0-.95.03a.993.993 0 00-.951.893c-.029.259-.058.518-.058.777v.03c0 .259.029.518.058.777.058.49.403.864.95.922.289.029.634.058.951.058.288 0 .835-.03.835-.03.173 0 .318.145.318.346v1.038a.342.342 0 01-.288.345c-.461 0-1.009.029-1.614.029-.547 0-1.065-.058-1.498-.086a2.781 2.781 0 01-2.362-2.305 4.56 4.56 0 01-.115-1.095v-.029zM18.622 7.185a.35.35 0 01.345.346v1.037a.333.333 0 01-.345.346h-4.12a1.352 1.352 0 01-1.354-1.354V3.47c0-.75.605-1.355 1.354-1.355h4.12c.2 0 .345.144.345.317V3.44a.333.333 0 01-.346.346h-2.534c-.202 0-.346.115-.346.317v.634l2.16-.029c.173 0 .346.173.346.346v.864a.35.35 0 01-.346.346h-2.16v.576c0 .201.144.346.346.346h2.535v-.001zM8.136 8.914a1.367 1.367 0 01-1.297-.951L5.43 2.519v-.087c0-.173.143-.317.345-.317h2.103c.172 0 .317.116.345.26l1.095 4.551c0 .058.058.115.144.115a.124.124 0 00.115-.115l1.123-4.552a.337.337 0 01.317-.259h1.181c.202 0 .346.144.346.317v.087L11.19 7.848c-.144.605-.634 1.066-1.325 1.066H8.136zM2.346 2.115H4.39c.202 0 .346.144.346.317v6.136a.333.333 0 01-.346.346H2.346A.35.35 0 012 8.568V2.432c0-.173.173-.317.346-.317z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Iveco as default
|
26
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const JCB = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "42px",
|
7
|
+
height: "16px",
|
8
|
+
viewBox: "0 0 42 16",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: [
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M34.611 5.295c.418 0 .7.31.7.778 0 .507-.245.78-.7.78h-4.79V5.294h4.79zM34.857 8.774c.454 0 .749.324.749.83 0 .559-.27.87-.75.87h-5.035v-1.7h5.036zM5.294 4.056l-1.42-.247-.012-.002c-.06-.008-.24-.033-.24.183 0 .053.016.124.04.208l.555 1.844c.083.28.302.198.368.173l.011-.004.176-.06 1.566-.526c.177-.062.195-.21.153-.352-.012-.039-.253-.806-.268-.85a.363.363 0 00-.31-.26h-.007l-.612-.107z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M39.045 14c.282 0 .513-.309.513-.687V2.687c0-.378-.231-.687-.513-.687H2.513C2.23 2 2 2.309 2 2.687v10.626c0 .378.23.687.513.687h36.532zM22.478 6.489c0-.753-.454-1.065-1.437-1.065h-2.186c-1.768 0-2.198.247-2.198 1.857v1.311c0 1.48.601 1.778 2.198 1.778h1.584c1.511 0 2.113-.168 2.113-1.298v-.104h2.763l.004.071c.01.219.021.418.021.618 0 1.168-.258 1.947-.897 2.44-.675.532-1.744.636-3.303.636h-3.046c-1.413 0-2.408-.065-3.182-.7-.749-.624-1.031-1.48-1.031-2.766v-2.57c0-2.83 1.166-3.636 4.213-3.636h3.046c1.56 0 2.616.078 3.267.61.577.468.822 1.247.822 2.376 0 .169 0 .35-.012.532H22.48v-.09zm-11.012 5.465c-.614.624-1.523.766-2.862.766H6.701c-2.665 0-3.513-.662-3.513-2.947V8.527h2.555c0 .06-.004.12-.007.179-.003.055-.006.108-.006.158 0 1.143.27 1.506 1.34 1.506h1.228c.982 0 1.154-.389 1.154-1.337V3.178h2.727v6.777c0 .818-.283 1.558-.713 2zm15.629-8.776v9.439h8.462c1.977 0 2.862-.74 2.862-2.558 0-1.35-.492-2.051-1.621-2.246.896-.364 1.314-.987 1.314-2 0-1.778-.97-2.635-2.973-2.635h-8.044zM6.9 3.115H3.188v3.763h3.713V3.115z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
JCB as default
|
35
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Jac = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "34px",
|
7
|
+
height: "11px",
|
8
|
+
viewBox: "0 0 34 11",
|
9
|
+
fill: "none",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
...props,
|
12
|
+
children: /* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M2 8.531c0 .259.21.469.47.469h6.192a2.219 2.219 0 002.218-2.219V2.47A.47.47 0 0010.412 2H4.337a.469.469 0 00-.469.469v1.496H7.42c.354 0 .642.287.642.64v1.246c0 .654-.53 1.184-1.184 1.184H2v1.496zM31.838 8.531V7.035h-4.976c-.6 0-1.085-.485-1.085-1.084v-.9c0-.6.485-1.085 1.085-1.085h4.976V2.47a.469.469 0 00-.469-.47h-6.192a2.219 2.219 0 00-2.219 2.22V6.78c0 1.226.994 2.219 2.22 2.219h6.191c.258 0 .469-.21.469-.469zM18.592 8.372c.178.383.562.628.984.628h2.546l-2.961-6.372A1.086 1.086 0 0018.177 2h-2.514c-.422 0-.806.244-.984.628L11.717 9h2.547c.422 0 .805-.244.984-.628l1.358-2.923h.626l1.359 2.923z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Jac as default
|
24
|
+
};
|
@@ -0,0 +1,60 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Juterborg = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "46px",
|
7
|
+
height: "12px",
|
8
|
+
viewBox: "0 0 46 12",
|
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: "M41.575 2.585H3.955c-1.118 0-1.763 1.27-1.103 2.173L5.5 8.376a2.537 2.537 0 002.047 1.039h30.258c.781 0 1.519-.36 2-.976l2.846-3.647c.7-.897.061-2.207-1.076-2.207zM3.955 2C2.357 2 1.437 3.814 2.38 5.103l2.647 3.619A3.122 3.122 0 007.547 10h30.258c.962 0 1.87-.443 2.461-1.201l2.847-3.647C44.113 3.87 43.2 2 41.575 2H3.955z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
),
|
22
|
+
/* @__PURE__ */ jsx(
|
23
|
+
"path",
|
24
|
+
{
|
25
|
+
d: "M7.914 4.049a.39.39 0 01.39.39v2.244a.78.78 0 01-.78.78H5.963a.78.78 0 01-.78-.78V6.39a.39.39 0 01.78 0v.293h1.56V4.439a.39.39 0 01.391-.39zM9.085 4.049a.39.39 0 01.39.39v2.244h2.146V4.439a.39.39 0 11.78 0v2.244a.78.78 0 01-.78.78H9.475a.78.78 0 01-.78-.78V4.439a.39.39 0 01.39-.39zM19.329 4.83a.39.39 0 000-.781h-2.05a.78.78 0 00-.78.78v1.854c0 .431.35.78.78.78h2.05a.39.39 0 000-.78h-2.05v-.585h2.05a.293.293 0 000-.586h-2.05V4.83h2.05zM12.987 4.049a.39.39 0 000 .78h1.073v2.244a.39.39 0 10.78 0V4.83h1.074a.39.39 0 000-.78h-2.927z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
),
|
29
|
+
/* @__PURE__ */ jsx(
|
30
|
+
"path",
|
31
|
+
{
|
32
|
+
fillRule: "evenodd",
|
33
|
+
clipRule: "evenodd",
|
34
|
+
d: "M30.255 4.049c-.62 0-1.055.023-1.319.044a.74.74 0 00-.68.665 9.46 9.46 0 00.004 1.986c.034.359.316.646.683.675.265.021.697.044 1.312.044.64 0 1.083-.025 1.344-.046a.715.715 0 00.659-.636c.023-.21.046-.537.046-1.001 0-.475-.024-.818-.047-1.04a.723.723 0 00-.665-.645 16.712 16.712 0 00-1.337-.046zm-1.268 1.658c0-.327.022-.627.043-.838.246-.019.65-.04 1.225-.04.58 0 .985.022 1.23.04.02.196.039.496.039.91 0 .399-.018.68-.036.864-.246.019-.652.04-1.233.04-.572 0-.974-.02-1.22-.04a10.576 10.576 0 01-.048-.936z",
|
35
|
+
fill: "#000"
|
36
|
+
}
|
37
|
+
),
|
38
|
+
/* @__PURE__ */ jsx(
|
39
|
+
"path",
|
40
|
+
{
|
41
|
+
d: "M37.508 4.87c-.06.197-.13.504-.13.837 0 .35.077.706.14.936.201.019.538.04 1.02.04.514 0 .862-.024 1.058-.043.026-.068.055-.152.077-.25h-.93a.39.39 0 010-.78h1.366a.39.39 0 01.39.39c0 .438-.118.793-.206.997a.696.696 0 01-.571.414 11.41 11.41 0 01-1.184.052c-.536 0-.91-.025-1.132-.046a.724.724 0 01-.63-.525 4.533 4.533 0 01-.18-1.185c0-.466.105-.877.18-1.114a.715.715 0 01.615-.496c.22-.022.598-.048 1.147-.048.585 0 .975.03 1.189.052a.68.68 0 01.566.423c.04.103.086.242.124.419a.39.39 0 01-.763.163 2.034 2.034 0 00-.065-.234c-.197-.02-.543-.043-1.051-.043-.49 0-.83.022-1.03.041z",
|
42
|
+
fill: "#000"
|
43
|
+
}
|
44
|
+
),
|
45
|
+
/* @__PURE__ */ jsx(
|
46
|
+
"path",
|
47
|
+
{
|
48
|
+
fillRule: "evenodd",
|
49
|
+
clipRule: "evenodd",
|
50
|
+
d: "M24.304 4.244c0-.108.088-.195.195-.195h2.244a1.073 1.073 0 01.84 1.74 1.024 1.024 0 01-.792 1.674h-2.487V4.244zm.78 1.17V4.83h1.66a.293.293 0 110 .586h-1.66zm0 .781v.488h1.708a.244.244 0 100-.488h-1.707zM20.402 4.049a.195.195 0 00-.195.195v3.22h.78V6.39h1.17c.432 0 .781.35.781.78v.293h.78v-.292c0-.409-.156-.78-.413-1.059a1.17 1.17 0 00-.757-2.064h-2.146zm.585.78v.78h1.561a.39.39 0 000-.78h-1.56zM32.694 4.244c0-.108.088-.195.196-.195h2.146a1.17 1.17 0 01.757 2.063c.257.279.414.65.414 1.059v.292h-.78v-.292a.78.78 0 00-.781-.78h-1.171v1.072h-.78V4.244zm.78 1.366v-.78h1.562a.39.39 0 010 .78h-1.561z",
|
51
|
+
fill: "#000"
|
52
|
+
}
|
53
|
+
)
|
54
|
+
]
|
55
|
+
}
|
56
|
+
);
|
57
|
+
};
|
58
|
+
export {
|
59
|
+
Juterborg as default
|
60
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const KIA = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "29px",
|
7
|
+
height: "13px",
|
8
|
+
viewBox: "0 0 29 13",
|
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: "M3.537 3.755c-.534.361-1.088.78-1.23.928-.255.266-.26.323-.23 2.602l.032 2.33 1.587.036 1.587.036 1.478-.993 1.478-.993.776.922c.427.507.915.981 1.084 1.053.169.073.84.132 1.492.132.745 0 1.215-.053 1.264-.143.045-.082-.511-.81-1.316-1.72l-1.393-1.579 1.797-1.215c.988-.668 1.84-1.234 1.893-1.257.053-.024.096 1.24.096 2.81v2.853l.312.134c.186.08 1.098.117 2.256.093l1.945-.04 2.913-2.164 2.913-2.164.031 2.196c.022 1.56.07 2.196.164 2.196.073 0 .61-.326 1.194-.726.585-.399 1.116-.798 1.182-.888.075-.102.107-1.047.087-2.596l-.03-2.436-1.143-.032-1.143-.033-3.998 2.96-3.998 2.96-.031-2.789c-.02-1.791-.076-2.849-.157-2.959-.096-.131-.622-.17-2.254-.17l-2.128.002-3.574 2.45C6.507 6.9 4.875 8.001 4.846 8.001c-.029 0-.053-1.103-.053-2.451 0-1.876-.033-2.452-.142-2.452-.079 0-.58.296-1.114.657z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
KIA as default
|
26
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Kaiyi = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "30px",
|
7
|
+
height: "20px",
|
8
|
+
viewBox: "0 0 30 20",
|
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: "M2.17 2.101c.094.056 1.55.853 3.234 1.772 3.213 1.75 3.355 1.83 3.329 1.856-.01.009-.424.12-.922.248a22.2 22.2 0 00-.92.247c-.018.017 7.525 5.566 7.641 5.622.062.03.833-.519 3.915-2.783 2.529-1.858 3.818-2.83 3.78-2.85a17.802 17.802 0 00-.945-.257c-.679-.173-.873-.237-.824-.272.035-.025 1.556-.859 3.38-1.853l3.316-1.809-1.887-.01L23.381 2 19.04 3.107c-2.388.608-4.391 1.107-4.452 1.107-.061 0-2.028-.493-4.371-1.095l-4.26-1.095L2 2l.17.101zm4.354.537c.226.046 1.14.312 2.029.592 3.313 1.04 5.925 1.835 6.028 1.835.059 0 1.937-.566 4.173-1.256l4.067-1.257 1.822.023-3.925 1.596c-2.158.878-3.92 1.6-3.915 1.605.005.005.487.156 1.07.336.584.18 1.075.338 1.09.352.041.037-4.273 2.388-4.38 2.388-.115 0-4.404-2.347-4.361-2.386.018-.017.483-.17 1.033-.338.55-.17 1.024-.32 1.054-.337.03-.016-1.696-.74-3.866-1.622l-3.92-1.594.356-.027a6.562 6.562 0 011.645.09zM2.02 16.404V18h1.474l1.678-1.218c.923-.67 1.725-1.25 1.784-1.288.058-.038-.047.121-.236.357-.188.234-.442.554-.565.711l-.224.285.31.23c.171.126.528.385.794.576l.482.347h.722c.397 0 .712-.017.7-.037-.013-.02-.464-.356-1.003-.748-.539-.39-.98-.718-.98-.726 0-.009.24-.381.532-.828.292-.446.532-.82.532-.832 0-.011-.369-.02-.82-.02h-.82l-1.666 1.213a77.462 77.462 0 01-1.69 1.212c-.014 0-.025-.546-.025-1.213V14.81H2.02v1.595zm9.375-.01L9.86 17.979l.707.012c.388.006.729.002.756-.008.028-.011.564-.578 1.19-1.26l1.14-1.241.408.418 1.227 1.26.82.84h.64c.361 0 .635-.017.627-.038-.008-.021-.656-.74-1.44-1.596L14.51 14.81h-1.58l-1.534 1.585zm6.88.01V18h.978v-3.191h-.979v1.595zm2.084-1.576c0 .01.452.347 1.003.749.552.402.994.752.984.779-.01.027-.25.403-.534.835l-.515.788.814.012c.703.01.829.001.925-.06.06-.04.803-.577 1.649-1.193a63.757 63.757 0 011.564-1.12c.014 0 .025.536.025 1.19V18h.979v-1.528c0-.841.011-1.559.026-1.596.023-.06-.057-.067-.713-.066l-.739.002-1.744 1.27c-.96.698-1.751 1.264-1.76 1.257-.007-.007.228-.313.522-.68.294-.368.535-.68.533-.695-.001-.015-.354-.281-.784-.591l-.781-.564h-.727c-.4 0-.727.008-.727.019z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Kaiyi as default
|
26
|
+
};
|