mimir-ui-kit 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/NavigationButtons-B8tMfqrg.js +4907 -0
- package/dist/assets/Button.css +1 -0
- package/dist/assets/Input.css +1 -0
- package/dist/assets/InputPassword.css +1 -0
- package/dist/assets/Loader.css +1 -0
- package/dist/assets/MergedButton.css +1 -0
- package/dist/assets/OtpInput.css +1 -0
- package/dist/assets/ProgressBar.css +1 -0
- package/dist/assets/RadioGroup.css +1 -0
- package/dist/assets/Slider.css +1 -0
- package/dist/assets/Steps.css +1 -0
- package/dist/assets/Vote.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 +135 -0
- package/dist/components/Button/Button.js +96 -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 +28 -0
- package/dist/components/Button/types.js +1 -0
- package/dist/components/Image/Image.d.ts +21 -0
- package/dist/components/Image/Image.js +49 -0
- package/dist/components/Image/index.d.ts +1 -0
- package/dist/components/Image/index.js +4 -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 +50 -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/Loader/Loader.d.ts +1 -0
- package/dist/components/Loader/Loader.js +18 -0
- package/dist/components/Loader/index.d.ts +1 -0
- package/dist/components/Loader/index.js +4 -0
- package/dist/components/MergedButton/MergedButton.d.ts +17 -0
- package/dist/components/MergedButton/MergedButton.js +55 -0
- package/dist/components/MergedButton/constants.d.ts +5 -0
- package/dist/components/MergedButton/constants.js +9 -0
- package/dist/components/MergedButton/index.d.ts +2 -0
- package/dist/components/MergedButton/index.js +6 -0
- package/dist/components/OtpInput/OtpInput.d.ts +23 -0
- package/dist/components/OtpInput/OtpInput.js +70 -0
- package/dist/components/OtpInput/constants.d.ts +3 -0
- package/dist/components/OtpInput/constants.js +8 -0
- package/dist/components/OtpInput/hooks.d.ts +20 -0
- package/dist/components/OtpInput/hooks.js +139 -0
- package/dist/components/OtpInput/index.d.ts +1 -0
- package/dist/components/OtpInput/index.js +4 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts +30 -0
- package/dist/components/RadioGroup/RadioGroup.js +1106 -0
- package/dist/components/RadioGroup/index.d.ts +2 -0
- package/dist/components/RadioGroup/index.js +4 -0
- package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +1 -0
- package/dist/components/Slider/NavigationButtons/NavigationButtons.js +7 -0
- package/dist/components/Slider/NavigationButtons/index.d.ts +1 -0
- package/dist/components/Slider/NavigationButtons/index.js +4 -0
- package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +1 -0
- package/dist/components/Slider/ProgressBar/ProgressBar.js +15 -0
- package/dist/components/Slider/ProgressBar/index.d.ts +1 -0
- package/dist/components/Slider/ProgressBar/index.js +4 -0
- package/dist/components/Slider/Slider.d.ts +32 -0
- package/dist/components/Slider/Slider.js +417 -0
- package/dist/components/Slider/index.d.ts +1 -0
- package/dist/components/Slider/index.js +4 -0
- package/dist/components/Steps/Steps.d.ts +79 -0
- package/dist/components/Steps/Steps.js +99 -0
- package/dist/components/Steps/constants.d.ts +41 -0
- package/dist/components/Steps/constants.js +55 -0
- package/dist/components/Steps/index.d.ts +3 -0
- package/dist/components/Steps/index.js +8 -0
- package/dist/components/Steps/types.d.ts +6 -0
- package/dist/components/Steps/types.js +1 -0
- package/dist/components/Vote/Vote.d.ts +119 -0
- package/dist/components/Vote/Vote.js +100 -0
- package/dist/components/Vote/constants.d.ts +7 -0
- package/dist/components/Vote/constants.js +15 -0
- package/dist/components/Vote/index.d.ts +3 -0
- package/dist/components/Vote/index.js +6 -0
- package/dist/components/Vote/types.d.ts +6 -0
- package/dist/components/Vote/types.js +1 -0
- package/dist/components/index.d.ts +17 -0
- package/dist/components/index.js +45 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +6 -0
- package/dist/hooks/useMediaQuery/constants.d.ts +10 -0
- package/dist/hooks/useMediaQuery/constants.js +14 -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 +27 -0
- package/dist/icons/components/16px/Acts16px.d.ts +4 -0
- package/dist/icons/components/16px/Acts16px.js +40 -0
- package/dist/icons/components/16px/Acts16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Acts16pxF.js +35 -0
- package/dist/icons/components/16px/AdditionalServicess16px.d.ts +4 -0
- package/dist/icons/components/16px/AdditionalServicess16px.js +33 -0
- package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +4 -0
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +22 -0
- package/dist/icons/components/16px/Agents16px.d.ts +4 -0
- package/dist/icons/components/16px/Agents16px.js +24 -0
- package/dist/icons/components/16px/Agents16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Agents16pxF.js +22 -0
- package/dist/icons/components/16px/Alarm16px.d.ts +4 -0
- package/dist/icons/components/16px/Alarm16px.js +25 -0
- package/dist/icons/components/16px/ArrowDown16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowDown16px.js +24 -0
- package/dist/icons/components/16px/ArrowLeft16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowLeft16px.js +24 -0
- package/dist/icons/components/16px/ArrowRight16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowRight16px.js +24 -0
- package/dist/icons/components/16px/ArrowUp16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowUp16px.js +24 -0
- package/dist/icons/components/16px/ArrowUpright16px.d.ts +4 -0
- package/dist/icons/components/16px/ArrowUpright16px.js +24 -0
- package/dist/icons/components/16px/AttachFile16px.d.ts +4 -0
- package/dist/icons/components/16px/AttachFile16px.js +24 -0
- package/dist/icons/components/16px/Bell16px.d.ts +4 -0
- package/dist/icons/components/16px/Bell16px.js +44 -0
- package/dist/icons/components/16px/Bell16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Bell16pxF.js +34 -0
- package/dist/icons/components/16px/Calculator16px.d.ts +4 -0
- package/dist/icons/components/16px/Calculator16px.js +24 -0
- package/dist/icons/components/16px/CalculatorLkk16px.d.ts +4 -0
- package/dist/icons/components/16px/CalculatorLkk16px.js +35 -0
- package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +4 -0
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +24 -0
- package/dist/icons/components/16px/Calendar16px.d.ts +4 -0
- package/dist/icons/components/16px/Calendar16px.js +24 -0
- package/dist/icons/components/16px/Camera16px.d.ts +4 -0
- package/dist/icons/components/16px/Camera16px.js +36 -0
- package/dist/icons/components/16px/Car16px.d.ts +4 -0
- package/dist/icons/components/16px/Car16px.js +35 -0
- package/dist/icons/components/16px/Car16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Car16pxF.js +24 -0
- package/dist/icons/components/16px/Catalog16px.d.ts +4 -0
- package/dist/icons/components/16px/Catalog16px.js +24 -0
- package/dist/icons/components/16px/Certs16px.d.ts +4 -0
- package/dist/icons/components/16px/Certs16px.js +33 -0
- package/dist/icons/components/16px/Certs16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Certs16pxF.js +33 -0
- package/dist/icons/components/16px/Change16px.d.ts +4 -0
- package/dist/icons/components/16px/Change16px.js +22 -0
- package/dist/icons/components/16px/Chat16px.d.ts +4 -0
- package/dist/icons/components/16px/Chat16px.js +33 -0
- package/dist/icons/components/16px/Chat16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Chat16pxF.js +24 -0
- package/dist/icons/components/16px/Chatbot16px.d.ts +4 -0
- package/dist/icons/components/16px/Chatbot16px.js +264 -0
- package/dist/icons/components/16px/Close16px.d.ts +4 -0
- package/dist/icons/components/16px/Close16px.js +24 -0
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +22 -0
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +22 -0
- package/dist/icons/components/16px/Coin16px.d.ts +4 -0
- package/dist/icons/components/16px/Coin16px.js +35 -0
- package/dist/icons/components/16px/Coin16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Coin16pxF.js +42 -0
- package/dist/icons/components/16px/Contracts16px.d.ts +4 -0
- package/dist/icons/components/16px/Contracts16px.js +35 -0
- package/dist/icons/components/16px/Contracts16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Contracts16pxF.js +33 -0
- package/dist/icons/components/16px/CopyClipboard16px.d.ts +4 -0
- package/dist/icons/components/16px/CopyClipboard16px.js +27 -0
- package/dist/icons/components/16px/Done16px.d.ts +4 -0
- package/dist/icons/components/16px/Done16px.js +24 -0
- package/dist/icons/components/16px/Download16px.d.ts +4 -0
- package/dist/icons/components/16px/Download16px.js +31 -0
- package/dist/icons/components/16px/DragHandle16px.d.ts +4 -0
- package/dist/icons/components/16px/DragHandle16px.js +22 -0
- package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +4 -0
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +22 -0
- package/dist/icons/components/16px/DragHandleVertical16px.d.ts +4 -0
- package/dist/icons/components/16px/DragHandleVertical16px.js +22 -0
- package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +24 -0
- package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +24 -0
- package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowRight16px.js +24 -0
- package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +4 -0
- package/dist/icons/components/16px/DropdownArrowUp16px.js +24 -0
- package/dist/icons/components/16px/Dzen16px.d.ts +4 -0
- package/dist/icons/components/16px/Dzen16px.js +22 -0
- package/dist/icons/components/16px/Euro16px.d.ts +4 -0
- package/dist/icons/components/16px/Euro16px.js +25 -0
- package/dist/icons/components/16px/Eye16px.d.ts +4 -0
- package/dist/icons/components/16px/Eye16px.js +35 -0
- package/dist/icons/components/16px/Failure16px.d.ts +4 -0
- package/dist/icons/components/16px/Failure16px.js +27 -0
- package/dist/icons/components/16px/Favorite16px.d.ts +4 -0
- package/dist/icons/components/16px/Favorite16px.js +24 -0
- package/dist/icons/components/16px/Favorite16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Favorite16pxF.js +22 -0
- package/dist/icons/components/16px/Filter16px.d.ts +4 -0
- package/dist/icons/components/16px/Filter16px.js +24 -0
- package/dist/icons/components/16px/Flag16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Flag16pxF.js +16 -0
- package/dist/icons/components/16px/Folder16px.d.ts +4 -0
- package/dist/icons/components/16px/Folder16px.js +24 -0
- package/dist/icons/components/16px/Fullscreen16px.d.ts +4 -0
- package/dist/icons/components/16px/Fullscreen16px.js +24 -0
- package/dist/icons/components/16px/Galery16px.d.ts +4 -0
- package/dist/icons/components/16px/Galery16px.js +27 -0
- package/dist/icons/components/16px/Gear16px.d.ts +4 -0
- package/dist/icons/components/16px/Gear16px.js +35 -0
- package/dist/icons/components/16px/Gift16px.d.ts +4 -0
- package/dist/icons/components/16px/Gift16px.js +33 -0
- package/dist/icons/components/16px/Hint16px.d.ts +4 -0
- package/dist/icons/components/16px/Hint16px.js +25 -0
- package/dist/icons/components/16px/Home16px.d.ts +4 -0
- package/dist/icons/components/16px/Home16px.js +33 -0
- package/dist/icons/components/16px/Home16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Home16pxF.js +24 -0
- package/dist/icons/components/16px/Hot16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Hot16pxF.js +22 -0
- package/dist/icons/components/16px/Kebab16px.d.ts +4 -0
- package/dist/icons/components/16px/Kebab16px.js +16 -0
- package/dist/icons/components/16px/List16px.d.ts +4 -0
- package/dist/icons/components/16px/List16px.js +22 -0
- package/dist/icons/components/16px/Location16px.d.ts +4 -0
- package/dist/icons/components/16px/Location16px.js +35 -0
- package/dist/icons/components/16px/Map16px.d.ts +4 -0
- package/dist/icons/components/16px/Map16px.js +24 -0
- package/dist/icons/components/16px/Menu16px.d.ts +4 -0
- package/dist/icons/components/16px/Menu16px.js +22 -0
- package/dist/icons/components/16px/MenuMobile16px.d.ts +4 -0
- package/dist/icons/components/16px/MenuMobile16px.js +24 -0
- package/dist/icons/components/16px/Minus16px.d.ts +4 -0
- package/dist/icons/components/16px/Minus16px.js +16 -0
- package/dist/icons/components/16px/Navigation16px.d.ts +4 -0
- package/dist/icons/components/16px/Navigation16px.js +24 -0
- package/dist/icons/components/16px/News16px.d.ts +4 -0
- package/dist/icons/components/16px/News16px.js +33 -0
- package/dist/icons/components/16px/News16pxF.d.ts +4 -0
- package/dist/icons/components/16px/News16pxF.js +24 -0
- package/dist/icons/components/16px/Number16px.d.ts +4 -0
- package/dist/icons/components/16px/Number16px.js +33 -0
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +22 -0
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +4 -0
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +22 -0
- package/dist/icons/components/16px/Orders16px.d.ts +4 -0
- package/dist/icons/components/16px/Orders16px.js +33 -0
- package/dist/icons/components/16px/Orders16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Orders16pxF.js +27 -0
- package/dist/icons/components/16px/Pause16px.d.ts +4 -0
- package/dist/icons/components/16px/Pause16px.js +16 -0
- package/dist/icons/components/16px/Pen16px.d.ts +4 -0
- package/dist/icons/components/16px/Pen16px.js +35 -0
- package/dist/icons/components/16px/Pen16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Pen16pxF.js +24 -0
- package/dist/icons/components/16px/Phone16px.d.ts +4 -0
- package/dist/icons/components/16px/Phone16px.js +24 -0
- package/dist/icons/components/16px/Play16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Play16pxF.js +22 -0
- package/dist/icons/components/16px/Plus16px.d.ts +4 -0
- package/dist/icons/components/16px/Plus16px.js +24 -0
- package/dist/icons/components/16px/Pound16px.d.ts +4 -0
- package/dist/icons/components/16px/Pound16px.js +25 -0
- package/dist/icons/components/16px/PriceDown16px.d.ts +4 -0
- package/dist/icons/components/16px/PriceDown16px.js +35 -0
- package/dist/icons/components/16px/PriceUp16px.d.ts +4 -0
- package/dist/icons/components/16px/PriceUp16px.js +35 -0
- package/dist/icons/components/16px/Question16px.d.ts +4 -0
- package/dist/icons/components/16px/Question16px.js +24 -0
- package/dist/icons/components/16px/Question16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Question16pxF.js +24 -0
- package/dist/icons/components/16px/Rutube16px.d.ts +4 -0
- package/dist/icons/components/16px/Rutube16px.js +22 -0
- package/dist/icons/components/16px/Scan16px.d.ts +4 -0
- package/dist/icons/components/16px/Scan16px.js +22 -0
- package/dist/icons/components/16px/Search16px.d.ts +4 -0
- package/dist/icons/components/16px/Search16px.js +24 -0
- package/dist/icons/components/16px/Share16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Share16pxF.js +22 -0
- package/dist/icons/components/16px/ShopingCard16px.d.ts +4 -0
- package/dist/icons/components/16px/ShopingCard16px.js +24 -0
- package/dist/icons/components/16px/Sort16px.d.ts +4 -0
- package/dist/icons/components/16px/Sort16px.js +24 -0
- package/dist/icons/components/16px/Star16px.d.ts +4 -0
- package/dist/icons/components/16px/Star16px.js +24 -0
- package/dist/icons/components/16px/Star16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Star16pxF.js +22 -0
- package/dist/icons/components/16px/StarHalf16pxF.d.ts +4 -0
- package/dist/icons/components/16px/StarHalf16pxF.js +24 -0
- package/dist/icons/components/16px/Telegram16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Telegram16pxF.js +22 -0
- package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +4 -0
- package/dist/icons/components/16px/TelegramPlane16pxF.js +22 -0
- package/dist/icons/components/16px/Timer16px.d.ts +4 -0
- package/dist/icons/components/16px/Timer16px.js +40 -0
- package/dist/icons/components/16px/Trash16px.d.ts +4 -0
- package/dist/icons/components/16px/Trash16px.js +24 -0
- package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +4 -0
- package/dist/icons/components/16px/TwinArrowLeft16px.js +22 -0
- package/dist/icons/components/16px/TwinArrowRight16px.d.ts +4 -0
- package/dist/icons/components/16px/TwinArrowRight16px.js +22 -0
- package/dist/icons/components/16px/USDollar16px.d.ts +4 -0
- package/dist/icons/components/16px/USDollar16px.js +25 -0
- package/dist/icons/components/16px/Umbrella16px.d.ts +4 -0
- package/dist/icons/components/16px/Umbrella16px.js +24 -0
- package/dist/icons/components/16px/Umbrella16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Umbrella16pxF.js +22 -0
- package/dist/icons/components/16px/UnionIcon16px.d.ts +4 -0
- package/dist/icons/components/16px/UnionIcon16px.js +24 -0
- package/dist/icons/components/16px/User16px.d.ts +4 -0
- package/dist/icons/components/16px/User16px.js +33 -0
- package/dist/icons/components/16px/User16pxF.d.ts +4 -0
- package/dist/icons/components/16px/User16pxF.js +22 -0
- package/dist/icons/components/16px/Users16px.d.ts +4 -0
- package/dist/icons/components/16px/Users16px.js +33 -0
- package/dist/icons/components/16px/Users16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Users16pxF.js +22 -0
- package/dist/icons/components/16px/VK16pxF.d.ts +4 -0
- package/dist/icons/components/16px/VK16pxF.js +24 -0
- package/dist/icons/components/16px/Waiting16px.d.ts +4 -0
- package/dist/icons/components/16px/Waiting16px.js +24 -0
- package/dist/icons/components/16px/Whatsapp16px.d.ts +4 -0
- package/dist/icons/components/16px/Whatsapp16px.js +33 -0
- package/dist/icons/components/16px/WriteUs16px.d.ts +4 -0
- package/dist/icons/components/16px/WriteUs16px.js +27 -0
- package/dist/icons/components/16px/Youtube16pxF.d.ts +4 -0
- package/dist/icons/components/16px/Youtube16pxF.js +22 -0
- package/dist/icons/components/16px/Yuan16px.d.ts +4 -0
- package/dist/icons/components/16px/Yuan16px.js +25 -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 +41 -0
- package/dist/icons/components/24px/Acts24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Acts24pxF.js +34 -0
- package/dist/icons/components/24px/AdditionalServicess24px.d.ts +4 -0
- package/dist/icons/components/24px/AdditionalServicess24px.js +34 -0
- package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +4 -0
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +23 -0
- package/dist/icons/components/24px/Agents24px.d.ts +4 -0
- package/dist/icons/components/24px/Agents24px.js +25 -0
- package/dist/icons/components/24px/Agents24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Agents24pxF.js +32 -0
- package/dist/icons/components/24px/Alarm24px.d.ts +4 -0
- package/dist/icons/components/24px/Alarm24px.js +26 -0
- package/dist/icons/components/24px/ArrowDown24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowDown24px.js +25 -0
- package/dist/icons/components/24px/ArrowLeft24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowLeft24px.js +25 -0
- package/dist/icons/components/24px/ArrowRight24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowRight24px.js +25 -0
- package/dist/icons/components/24px/ArrowUp24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowUp24px.js +25 -0
- package/dist/icons/components/24px/ArrowUpright24px.d.ts +4 -0
- package/dist/icons/components/24px/ArrowUpright24px.js +25 -0
- package/dist/icons/components/24px/AttachFile24px.d.ts +4 -0
- package/dist/icons/components/24px/AttachFile24px.js +25 -0
- package/dist/icons/components/24px/Bell24px.d.ts +4 -0
- package/dist/icons/components/24px/Bell24px.js +45 -0
- package/dist/icons/components/24px/Bell24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Bell24pxF.js +28 -0
- package/dist/icons/components/24px/Calculator24px.d.ts +4 -0
- package/dist/icons/components/24px/Calculator24px.js +25 -0
- package/dist/icons/components/24px/CalculatorLkk24px.d.ts +4 -0
- package/dist/icons/components/24px/CalculatorLkk24px.js +34 -0
- package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +4 -0
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +25 -0
- package/dist/icons/components/24px/Calendar24px.d.ts +4 -0
- package/dist/icons/components/24px/Calendar24px.js +25 -0
- package/dist/icons/components/24px/Camera24px.d.ts +4 -0
- package/dist/icons/components/24px/Camera24px.js +25 -0
- package/dist/icons/components/24px/Car24px.d.ts +4 -0
- package/dist/icons/components/24px/Car24px.js +36 -0
- package/dist/icons/components/24px/Car24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Car24pxF.js +34 -0
- package/dist/icons/components/24px/Catalog24px.d.ts +4 -0
- package/dist/icons/components/24px/Catalog24px.js +25 -0
- package/dist/icons/components/24px/Certs24px.d.ts +4 -0
- package/dist/icons/components/24px/Certs24px.js +34 -0
- package/dist/icons/components/24px/Certs24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Certs24pxF.js +34 -0
- package/dist/icons/components/24px/Change24px.d.ts +4 -0
- package/dist/icons/components/24px/Change24px.js +25 -0
- package/dist/icons/components/24px/Chat24px.d.ts +4 -0
- package/dist/icons/components/24px/Chat24px.js +30 -0
- package/dist/icons/components/24px/Chat24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Chat24pxF.js +25 -0
- package/dist/icons/components/24px/Chatbot24px.d.ts +4 -0
- package/dist/icons/components/24px/Chatbot24px.js +265 -0
- package/dist/icons/components/24px/Close24px.d.ts +4 -0
- package/dist/icons/components/24px/Close24px.js +25 -0
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +25 -0
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +23 -0
- package/dist/icons/components/24px/Coin24px.d.ts +4 -0
- package/dist/icons/components/24px/Coin24px.js +26 -0
- package/dist/icons/components/24px/Coin24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Coin24pxF.js +43 -0
- package/dist/icons/components/24px/Contracts24px.d.ts +4 -0
- package/dist/icons/components/24px/Contracts24px.js +36 -0
- package/dist/icons/components/24px/Contracts24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Contracts24pxF.js +34 -0
- package/dist/icons/components/24px/CopyClipboard24px.d.ts +4 -0
- package/dist/icons/components/24px/CopyClipboard24px.js +28 -0
- package/dist/icons/components/24px/Done24px.d.ts +4 -0
- package/dist/icons/components/24px/Done24px.js +25 -0
- package/dist/icons/components/24px/Download24px.d.ts +4 -0
- package/dist/icons/components/24px/Download24px.js +32 -0
- package/dist/icons/components/24px/DragHandle24px.d.ts +4 -0
- package/dist/icons/components/24px/DragHandle24px.js +23 -0
- package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +4 -0
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +23 -0
- package/dist/icons/components/24px/DragHandleVertical24px.d.ts +4 -0
- package/dist/icons/components/24px/DragHandleVertical24px.js +23 -0
- package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowDown24px.js +25 -0
- package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +25 -0
- package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowRight24px.js +25 -0
- package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +4 -0
- package/dist/icons/components/24px/DropdownArrowUp24px.js +25 -0
- package/dist/icons/components/24px/Dzen24px.d.ts +4 -0
- package/dist/icons/components/24px/Dzen24px.js +23 -0
- package/dist/icons/components/24px/Euro24px.d.ts +4 -0
- package/dist/icons/components/24px/Euro24px.js +26 -0
- package/dist/icons/components/24px/Eye24px.d.ts +4 -0
- package/dist/icons/components/24px/Eye24px.js +36 -0
- package/dist/icons/components/24px/Failure24px.d.ts +4 -0
- package/dist/icons/components/24px/Failure24px.js +28 -0
- package/dist/icons/components/24px/Favorite24px.d.ts +4 -0
- package/dist/icons/components/24px/Favorite24px.js +25 -0
- package/dist/icons/components/24px/Favorite24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Favorite24pxF.js +23 -0
- package/dist/icons/components/24px/Filter24px.d.ts +4 -0
- package/dist/icons/components/24px/Filter24px.js +23 -0
- package/dist/icons/components/24px/Flag24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Flag24pxF.js +17 -0
- package/dist/icons/components/24px/Folder24px.d.ts +4 -0
- package/dist/icons/components/24px/Folder24px.js +25 -0
- package/dist/icons/components/24px/Fullscreen24px.d.ts +4 -0
- package/dist/icons/components/24px/Fullscreen24px.js +25 -0
- package/dist/icons/components/24px/Galery24px.d.ts +4 -0
- package/dist/icons/components/24px/Galery24px.js +28 -0
- package/dist/icons/components/24px/Gear24px.d.ts +4 -0
- package/dist/icons/components/24px/Gear24px.js +36 -0
- package/dist/icons/components/24px/Gift24px.d.ts +4 -0
- package/dist/icons/components/24px/Gift24px.js +25 -0
- package/dist/icons/components/24px/Hint24px.d.ts +4 -0
- package/dist/icons/components/24px/Hint24px.js +28 -0
- package/dist/icons/components/24px/Home24px.d.ts +4 -0
- package/dist/icons/components/24px/Home24px.js +36 -0
- package/dist/icons/components/24px/Home24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Home24pxF.js +25 -0
- package/dist/icons/components/24px/Hot24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Hot24pxF.js +23 -0
- package/dist/icons/components/24px/Improvements24px.d.ts +4 -0
- package/dist/icons/components/24px/Improvements24px.js +43 -0
- package/dist/icons/components/24px/Improvements24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Improvements24pxF.js +37 -0
- package/dist/icons/components/24px/Kebab24px.d.ts +4 -0
- package/dist/icons/components/24px/Kebab24px.js +23 -0
- package/dist/icons/components/24px/List24px.d.ts +4 -0
- package/dist/icons/components/24px/List24px.js +23 -0
- package/dist/icons/components/24px/Location24px.d.ts +4 -0
- package/dist/icons/components/24px/Location24px.js +36 -0
- package/dist/icons/components/24px/Map24px.d.ts +4 -0
- package/dist/icons/components/24px/Map24px.js +25 -0
- package/dist/icons/components/24px/Menu24px.d.ts +4 -0
- package/dist/icons/components/24px/Menu24px.js +23 -0
- package/dist/icons/components/24px/MenuMobile24px.d.ts +4 -0
- package/dist/icons/components/24px/MenuMobile24px.js +25 -0
- package/dist/icons/components/24px/Minus24px.d.ts +4 -0
- package/dist/icons/components/24px/Minus24px.js +25 -0
- package/dist/icons/components/24px/Navigation24px.d.ts +4 -0
- package/dist/icons/components/24px/Navigation24px.js +25 -0
- package/dist/icons/components/24px/News24px.d.ts +4 -0
- package/dist/icons/components/24px/News24px.js +34 -0
- package/dist/icons/components/24px/News24pxF.d.ts +4 -0
- package/dist/icons/components/24px/News24pxF.js +25 -0
- package/dist/icons/components/24px/Number24px.d.ts +4 -0
- package/dist/icons/components/24px/Number24px.js +34 -0
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +23 -0
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +4 -0
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +25 -0
- package/dist/icons/components/24px/Orders24px.d.ts +4 -0
- package/dist/icons/components/24px/Orders24px.js +34 -0
- package/dist/icons/components/24px/Orders24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Orders24pxF.js +28 -0
- package/dist/icons/components/24px/Pause24px.d.ts +4 -0
- package/dist/icons/components/24px/Pause24px.js +17 -0
- package/dist/icons/components/24px/Pen24px.d.ts +4 -0
- package/dist/icons/components/24px/Pen24px.js +36 -0
- package/dist/icons/components/24px/Pen24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Pen24pxF.js +25 -0
- package/dist/icons/components/24px/Phone24px.d.ts +4 -0
- package/dist/icons/components/24px/Phone24px.js +25 -0
- package/dist/icons/components/24px/Play24px.d.ts +4 -0
- package/dist/icons/components/24px/Play24px.js +23 -0
- package/dist/icons/components/24px/Plus24px.d.ts +4 -0
- package/dist/icons/components/24px/Plus24px.js +25 -0
- package/dist/icons/components/24px/Pound24px.d.ts +4 -0
- package/dist/icons/components/24px/Pound24px.js +26 -0
- package/dist/icons/components/24px/PriceDown24px.d.ts +4 -0
- package/dist/icons/components/24px/PriceDown24px.js +34 -0
- package/dist/icons/components/24px/PriceUp24px.d.ts +4 -0
- package/dist/icons/components/24px/PriceUp24px.js +34 -0
- package/dist/icons/components/24px/Question24px.d.ts +4 -0
- package/dist/icons/components/24px/Question24px.js +34 -0
- package/dist/icons/components/24px/Question24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Question24pxF.js +25 -0
- package/dist/icons/components/24px/Rutube24px.d.ts +4 -0
- package/dist/icons/components/24px/Rutube24px.js +23 -0
- package/dist/icons/components/24px/Scan24px.d.ts +4 -0
- package/dist/icons/components/24px/Scan24px.js +23 -0
- package/dist/icons/components/24px/Search24px.d.ts +4 -0
- package/dist/icons/components/24px/Search24px.js +25 -0
- package/dist/icons/components/24px/Share24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Share24pxF.js +23 -0
- package/dist/icons/components/24px/ShopingCard24px.d.ts +4 -0
- package/dist/icons/components/24px/ShopingCard24px.js +25 -0
- package/dist/icons/components/24px/Sort24px.d.ts +4 -0
- package/dist/icons/components/24px/Sort24px.js +23 -0
- package/dist/icons/components/24px/Star24px.d.ts +4 -0
- package/dist/icons/components/24px/Star24px.js +25 -0
- package/dist/icons/components/24px/Star24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Star24pxF.js +23 -0
- package/dist/icons/components/24px/StarHalf24pxF.d.ts +4 -0
- package/dist/icons/components/24px/StarHalf24pxF.js +25 -0
- package/dist/icons/components/24px/Telegram24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Telegram24pxF.js +23 -0
- package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +4 -0
- package/dist/icons/components/24px/TelegramPlane24pxF.js +23 -0
- package/dist/icons/components/24px/Timer24px.d.ts +4 -0
- package/dist/icons/components/24px/Timer24px.js +41 -0
- package/dist/icons/components/24px/Trash24px.d.ts +4 -0
- package/dist/icons/components/24px/Trash24px.js +45 -0
- package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +4 -0
- package/dist/icons/components/24px/TwinArrowLeft24px.js +23 -0
- package/dist/icons/components/24px/TwinArrowRight24px.d.ts +4 -0
- package/dist/icons/components/24px/TwinArrowRight24px.js +25 -0
- package/dist/icons/components/24px/USDollar24px.d.ts +4 -0
- package/dist/icons/components/24px/USDollar24px.js +26 -0
- package/dist/icons/components/24px/Umbrella24px.d.ts +4 -0
- package/dist/icons/components/24px/Umbrella24px.js +25 -0
- package/dist/icons/components/24px/Umbrella24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Umbrella24pxF.js +23 -0
- package/dist/icons/components/24px/UnionIcon24px.d.ts +4 -0
- package/dist/icons/components/24px/UnionIcon24px.js +25 -0
- package/dist/icons/components/24px/User24px.d.ts +4 -0
- package/dist/icons/components/24px/User24px.js +34 -0
- package/dist/icons/components/24px/User24pxF.d.ts +4 -0
- package/dist/icons/components/24px/User24pxF.js +23 -0
- package/dist/icons/components/24px/Users24px.d.ts +4 -0
- package/dist/icons/components/24px/Users24px.js +25 -0
- package/dist/icons/components/24px/Users24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Users24pxF.js +32 -0
- package/dist/icons/components/24px/VK24pxF.d.ts +4 -0
- package/dist/icons/components/24px/VK24pxF.js +25 -0
- package/dist/icons/components/24px/Waiting24px.d.ts +4 -0
- package/dist/icons/components/24px/Waiting24px.js +25 -0
- package/dist/icons/components/24px/Whatsapp24px.d.ts +4 -0
- package/dist/icons/components/24px/Whatsapp24px.js +34 -0
- package/dist/icons/components/24px/WriteUs24px.d.ts +4 -0
- package/dist/icons/components/24px/WriteUs24px.js +28 -0
- package/dist/icons/components/24px/Youtube24pxF.d.ts +4 -0
- package/dist/icons/components/24px/Youtube24pxF.js +23 -0
- package/dist/icons/components/24px/Yuan24px.d.ts +4 -0
- package/dist/icons/components/24px/Yuan24px.js +26 -0
- package/dist/icons/components/32px/Accept32px.d.ts +4 -0
- package/dist/icons/components/32px/Accept32px.js +28 -0
- package/dist/icons/components/32px/Acts32px.d.ts +4 -0
- package/dist/icons/components/32px/Acts32px.js +41 -0
- package/dist/icons/components/32px/AdditionalServicess32px.d.ts +4 -0
- package/dist/icons/components/32px/AdditionalServicess32px.js +25 -0
- package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +4 -0
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +23 -0
- package/dist/icons/components/32px/Agents32px.d.ts +4 -0
- package/dist/icons/components/32px/Agents32px.js +37 -0
- package/dist/icons/components/32px/Alarm32px.d.ts +4 -0
- package/dist/icons/components/32px/Alarm32px.js +26 -0
- package/dist/icons/components/32px/ArrowDown32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowDown32px.js +25 -0
- package/dist/icons/components/32px/ArrowLeft32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowLeft32px.js +25 -0
- package/dist/icons/components/32px/ArrowRight32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowRight32px.js +25 -0
- package/dist/icons/components/32px/ArrowUp32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowUp32px.js +25 -0
- package/dist/icons/components/32px/ArrowUpright32px.d.ts +4 -0
- package/dist/icons/components/32px/ArrowUpright32px.js +25 -0
- package/dist/icons/components/32px/AttachFile32px.d.ts +4 -0
- package/dist/icons/components/32px/AttachFile32px.js +25 -0
- package/dist/icons/components/32px/Bell32px.d.ts +4 -0
- package/dist/icons/components/32px/Bell32px.js +45 -0
- package/dist/icons/components/32px/Bell32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Bell32pxF.js +28 -0
- package/dist/icons/components/32px/Calculator32px.d.ts +4 -0
- package/dist/icons/components/32px/Calculator32px.js +25 -0
- package/dist/icons/components/32px/CalculatorLkk32px.d.ts +4 -0
- package/dist/icons/components/32px/CalculatorLkk32px.js +34 -0
- package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +4 -0
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +25 -0
- package/dist/icons/components/32px/Calendar32px.d.ts +4 -0
- package/dist/icons/components/32px/Calendar32px.js +25 -0
- package/dist/icons/components/32px/Camera32px.d.ts +4 -0
- package/dist/icons/components/32px/Camera32px.js +37 -0
- package/dist/icons/components/32px/Car32px.d.ts +4 -0
- package/dist/icons/components/32px/Car32px.js +36 -0
- package/dist/icons/components/32px/Car32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Car32pxF.js +28 -0
- package/dist/icons/components/32px/Catalog32px.d.ts +4 -0
- package/dist/icons/components/32px/Catalog32px.js +25 -0
- package/dist/icons/components/32px/Certs32px.d.ts +4 -0
- package/dist/icons/components/32px/Certs32px.js +34 -0
- package/dist/icons/components/32px/Certs32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Certs32pxF.js +34 -0
- package/dist/icons/components/32px/Change32px.d.ts +4 -0
- package/dist/icons/components/32px/Change32px.js +25 -0
- package/dist/icons/components/32px/Chat32px.d.ts +4 -0
- package/dist/icons/components/32px/Chat32px.js +34 -0
- package/dist/icons/components/32px/Chat32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Chat32pxF.js +25 -0
- package/dist/icons/components/32px/Chatbot32px.d.ts +4 -0
- package/dist/icons/components/32px/Chatbot32px.js +265 -0
- package/dist/icons/components/32px/Close32px.d.ts +4 -0
- package/dist/icons/components/32px/Close32px.js +25 -0
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +23 -0
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +23 -0
- package/dist/icons/components/32px/Coin32px.d.ts +4 -0
- package/dist/icons/components/32px/Coin32px.js +36 -0
- package/dist/icons/components/32px/Coin32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Coin32pxF.js +34 -0
- package/dist/icons/components/32px/Contracts32px.d.ts +4 -0
- package/dist/icons/components/32px/Contracts32px.js +36 -0
- package/dist/icons/components/32px/Contracts32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Contracts32pxF.js +34 -0
- package/dist/icons/components/32px/CopyClipboard32px.d.ts +4 -0
- package/dist/icons/components/32px/CopyClipboard32px.js +34 -0
- package/dist/icons/components/32px/Done32px.d.ts +4 -0
- package/dist/icons/components/32px/Done32px.js +25 -0
- package/dist/icons/components/32px/Download32px.d.ts +4 -0
- package/dist/icons/components/32px/Download32px.js +32 -0
- package/dist/icons/components/32px/DragHandle32px.d.ts +4 -0
- package/dist/icons/components/32px/DragHandle32px.js +23 -0
- package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +4 -0
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +23 -0
- package/dist/icons/components/32px/DragHandleVertical32px.d.ts +4 -0
- package/dist/icons/components/32px/DragHandleVertical32px.js +23 -0
- package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowDown32px.js +25 -0
- package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +25 -0
- package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowRight32px.js +25 -0
- package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +4 -0
- package/dist/icons/components/32px/DropdownArrowUp32px.js +17 -0
- package/dist/icons/components/32px/Dzen32px.d.ts +4 -0
- package/dist/icons/components/32px/Dzen32px.js +23 -0
- package/dist/icons/components/32px/Euro32px.d.ts +4 -0
- package/dist/icons/components/32px/Euro32px.js +26 -0
- package/dist/icons/components/32px/Eye32px.d.ts +4 -0
- package/dist/icons/components/32px/Eye32px.js +36 -0
- package/dist/icons/components/32px/Failure32px.d.ts +4 -0
- package/dist/icons/components/32px/Failure32px.js +28 -0
- package/dist/icons/components/32px/Favorite32px.d.ts +4 -0
- package/dist/icons/components/32px/Favorite32px.js +25 -0
- package/dist/icons/components/32px/Favorite32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Favorite32pxF.js +23 -0
- package/dist/icons/components/32px/Filter32px.d.ts +4 -0
- package/dist/icons/components/32px/Filter32px.js +23 -0
- package/dist/icons/components/32px/Flag32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Flag32pxF.js +17 -0
- package/dist/icons/components/32px/Folder32px.d.ts +4 -0
- package/dist/icons/components/32px/Folder32px.js +25 -0
- package/dist/icons/components/32px/Fullscreen32px.d.ts +4 -0
- package/dist/icons/components/32px/Fullscreen32px.js +25 -0
- package/dist/icons/components/32px/Galery32px.d.ts +4 -0
- package/dist/icons/components/32px/Galery32px.js +28 -0
- package/dist/icons/components/32px/Gear32px.d.ts +4 -0
- package/dist/icons/components/32px/Gear32px.js +36 -0
- package/dist/icons/components/32px/Gift32px.d.ts +4 -0
- package/dist/icons/components/32px/Gift32px.js +25 -0
- package/dist/icons/components/32px/Hint32px.d.ts +4 -0
- package/dist/icons/components/32px/Hint32px.js +28 -0
- package/dist/icons/components/32px/Home32px.d.ts +4 -0
- package/dist/icons/components/32px/Home32px.js +28 -0
- package/dist/icons/components/32px/Home32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Home32pxF.js +25 -0
- package/dist/icons/components/32px/Hot32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Hot32pxF.js +23 -0
- package/dist/icons/components/32px/Kebab32px.d.ts +4 -0
- package/dist/icons/components/32px/Kebab32px.js +17 -0
- package/dist/icons/components/32px/List32px.d.ts +4 -0
- package/dist/icons/components/32px/List32px.js +23 -0
- package/dist/icons/components/32px/Location32px.d.ts +4 -0
- package/dist/icons/components/32px/Location32px.js +36 -0
- package/dist/icons/components/32px/Map32px.d.ts +4 -0
- package/dist/icons/components/32px/Map32px.js +25 -0
- package/dist/icons/components/32px/Menu32px.d.ts +4 -0
- package/dist/icons/components/32px/Menu32px.js +23 -0
- package/dist/icons/components/32px/MenuMobile32px.d.ts +4 -0
- package/dist/icons/components/32px/MenuMobile32px.js +25 -0
- package/dist/icons/components/32px/Minus32px.d.ts +4 -0
- package/dist/icons/components/32px/Minus32px.js +25 -0
- package/dist/icons/components/32px/Navigation32px.d.ts +4 -0
- package/dist/icons/components/32px/Navigation32px.js +25 -0
- package/dist/icons/components/32px/News32px.d.ts +4 -0
- package/dist/icons/components/32px/News32px.js +34 -0
- package/dist/icons/components/32px/News32pxF.d.ts +4 -0
- package/dist/icons/components/32px/News32pxF.js +25 -0
- package/dist/icons/components/32px/Number32px.d.ts +4 -0
- package/dist/icons/components/32px/Number32px.js +34 -0
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +23 -0
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +4 -0
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +25 -0
- package/dist/icons/components/32px/Orders32px.d.ts +4 -0
- package/dist/icons/components/32px/Orders32px.js +43 -0
- package/dist/icons/components/32px/Orders32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Orders32pxF.js +34 -0
- package/dist/icons/components/32px/Pause32px.d.ts +4 -0
- package/dist/icons/components/32px/Pause32px.js +17 -0
- package/dist/icons/components/32px/Pen32px.d.ts +4 -0
- package/dist/icons/components/32px/Pen32px.js +24 -0
- package/dist/icons/components/32px/Pen32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Pen32pxF.js +25 -0
- package/dist/icons/components/32px/Phone32px.d.ts +4 -0
- package/dist/icons/components/32px/Phone32px.js +23 -0
- package/dist/icons/components/32px/Play32px.d.ts +4 -0
- package/dist/icons/components/32px/Play32px.js +23 -0
- package/dist/icons/components/32px/Plus32px.d.ts +4 -0
- package/dist/icons/components/32px/Plus32px.js +25 -0
- package/dist/icons/components/32px/Pound32px.d.ts +4 -0
- package/dist/icons/components/32px/Pound32px.js +26 -0
- package/dist/icons/components/32px/PriceDown32px.d.ts +4 -0
- package/dist/icons/components/32px/PriceDown32px.js +45 -0
- package/dist/icons/components/32px/PriceUp32px.d.ts +4 -0
- package/dist/icons/components/32px/PriceUp32px.js +36 -0
- package/dist/icons/components/32px/Question32px.d.ts +4 -0
- package/dist/icons/components/32px/Question32px.js +34 -0
- package/dist/icons/components/32px/Question32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Question32pxF.js +25 -0
- package/dist/icons/components/32px/Rutube32px.d.ts +4 -0
- package/dist/icons/components/32px/Rutube32px.js +23 -0
- package/dist/icons/components/32px/Scan32px.d.ts +4 -0
- package/dist/icons/components/32px/Scan32px.js +23 -0
- package/dist/icons/components/32px/Search32px.d.ts +4 -0
- package/dist/icons/components/32px/Search32px.js +25 -0
- package/dist/icons/components/32px/Share32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Share32pxF.js +23 -0
- package/dist/icons/components/32px/ShopimgCard32px.d.ts +4 -0
- package/dist/icons/components/32px/ShopimgCard32px.js +25 -0
- package/dist/icons/components/32px/Sort32px.d.ts +4 -0
- package/dist/icons/components/32px/Sort32px.js +23 -0
- package/dist/icons/components/32px/Star32px.d.ts +4 -0
- package/dist/icons/components/32px/Star32px.js +25 -0
- package/dist/icons/components/32px/Star32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Star32pxF.js +23 -0
- package/dist/icons/components/32px/StarHalf32pxF.d.ts +4 -0
- package/dist/icons/components/32px/StarHalf32pxF.js +25 -0
- package/dist/icons/components/32px/Telegram32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Telegram32pxF.js +23 -0
- package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +4 -0
- package/dist/icons/components/32px/TelegramPlane32pxF.js +23 -0
- package/dist/icons/components/32px/Timer32px.d.ts +4 -0
- package/dist/icons/components/32px/Timer32px.js +35 -0
- package/dist/icons/components/32px/Trash32px.d.ts +4 -0
- package/dist/icons/components/32px/Trash32px.js +45 -0
- package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +4 -0
- package/dist/icons/components/32px/TwinArrowLeft32px.js +23 -0
- package/dist/icons/components/32px/TwinArrowRight32px.d.ts +4 -0
- package/dist/icons/components/32px/TwinArrowRight32px.js +23 -0
- package/dist/icons/components/32px/USDollar32px.d.ts +4 -0
- package/dist/icons/components/32px/USDollar32px.js +26 -0
- package/dist/icons/components/32px/Umbrella32px.d.ts +4 -0
- package/dist/icons/components/32px/Umbrella32px.js +25 -0
- package/dist/icons/components/32px/Umbrella32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Umbrella32pxF.js +25 -0
- package/dist/icons/components/32px/UnionIcon32px.d.ts +4 -0
- package/dist/icons/components/32px/UnionIcon32px.js +25 -0
- package/dist/icons/components/32px/User32px.d.ts +4 -0
- package/dist/icons/components/32px/User32px.js +34 -0
- package/dist/icons/components/32px/User32pxF.d.ts +4 -0
- package/dist/icons/components/32px/User32pxF.js +23 -0
- package/dist/icons/components/32px/Users32px.d.ts +4 -0
- package/dist/icons/components/32px/Users32px.js +25 -0
- package/dist/icons/components/32px/Users32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Users32pxF.js +26 -0
- package/dist/icons/components/32px/VK32pxF.d.ts +4 -0
- package/dist/icons/components/32px/VK32pxF.js +25 -0
- package/dist/icons/components/32px/Waiting32px.d.ts +4 -0
- package/dist/icons/components/32px/Waiting32px.js +25 -0
- package/dist/icons/components/32px/Whatsapp32px.d.ts +4 -0
- package/dist/icons/components/32px/Whatsapp32px.js +34 -0
- package/dist/icons/components/32px/WriteUs32px.d.ts +4 -0
- package/dist/icons/components/32px/WriteUs32px.js +28 -0
- package/dist/icons/components/32px/Youtube32pxF.d.ts +4 -0
- package/dist/icons/components/32px/Youtube32pxF.js +23 -0
- package/dist/icons/components/32px/Yuan32px.d.ts +4 -0
- package/dist/icons/components/32px/Yuan32px.js +26 -0
- package/dist/icons/components/Mans.d.ts +4 -0
- package/dist/icons/components/Mans.js +21 -0
- package/dist/icons/components/Step.d.ts +4 -0
- package/dist/icons/components/Step.js +22 -0
- package/dist/icons/components/auto-logo/ACE.d.ts +4 -0
- package/dist/icons/components/auto-logo/ACE.js +23 -0
- package/dist/icons/components/auto-logo/Alim.d.ts +4 -0
- package/dist/icons/components/auto-logo/Alim.js +25 -0
- package/dist/icons/components/auto-logo/Amur.d.ts +4 -0
- package/dist/icons/components/auto-logo/Amur.js +25 -0
- package/dist/icons/components/auto-logo/Ankai.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ankai.js +25 -0
- package/dist/icons/components/auto-logo/ArrowLength.d.ts +4 -0
- package/dist/icons/components/auto-logo/ArrowLength.js +23 -0
- package/dist/icons/components/auto-logo/Audi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Audi.js +22 -0
- package/dist/icons/components/auto-logo/BMW.d.ts +4 -0
- package/dist/icons/components/auto-logo/BMW.js +43 -0
- package/dist/icons/components/auto-logo/BRP.d.ts +4 -0
- package/dist/icons/components/auto-logo/BRP.js +34 -0
- package/dist/icons/components/auto-logo/Bomag.d.ts +4 -0
- package/dist/icons/components/auto-logo/Bomag.js +34 -0
- package/dist/icons/components/auto-logo/Case.d.ts +4 -0
- package/dist/icons/components/auto-logo/Case.js +25 -0
- package/dist/icons/components/auto-logo/Caterpillar.d.ts +4 -0
- package/dist/icons/components/auto-logo/Caterpillar.js +39 -0
- package/dist/icons/components/auto-logo/ChMZAP.d.ts +4 -0
- package/dist/icons/components/auto-logo/ChMZAP.js +48 -0
- package/dist/icons/components/auto-logo/ChTZ.d.ts +4 -0
- package/dist/icons/components/auto-logo/ChTZ.js +34 -0
- package/dist/icons/components/auto-logo/Changan.d.ts +4 -0
- package/dist/icons/components/auto-logo/Changan.js +23 -0
- package/dist/icons/components/auto-logo/Cherry.d.ts +4 -0
- package/dist/icons/components/auto-logo/Cherry.js +34 -0
- package/dist/icons/components/auto-logo/Citroen.d.ts +4 -0
- package/dist/icons/components/auto-logo/Citroen.js +25 -0
- package/dist/icons/components/auto-logo/DaewooFull.d.ts +4 -0
- package/dist/icons/components/auto-logo/DaewooFull.js +60 -0
- package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +4 -0
- package/dist/icons/components/auto-logo/DaewooSymbol.js +53 -0
- package/dist/icons/components/auto-logo/Daf.d.ts +4 -0
- package/dist/icons/components/auto-logo/Daf.js +25 -0
- package/dist/icons/components/auto-logo/Dayun.d.ts +4 -0
- package/dist/icons/components/auto-logo/Dayun.js +25 -0
- package/dist/icons/components/auto-logo/DongFeng.d.ts +4 -0
- package/dist/icons/components/auto-logo/DongFeng.js +25 -0
- package/dist/icons/components/auto-logo/Ducati.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ducati.js +34 -0
- package/dist/icons/components/auto-logo/Exeed.d.ts +4 -0
- package/dist/icons/components/auto-logo/Exeed.js +34 -0
- package/dist/icons/components/auto-logo/Faw.d.ts +4 -0
- package/dist/icons/components/auto-logo/Faw.js +36 -0
- package/dist/icons/components/auto-logo/Fenix.d.ts +4 -0
- package/dist/icons/components/auto-logo/Fenix.js +116 -0
- package/dist/icons/components/auto-logo/Fiat.d.ts +4 -0
- package/dist/icons/components/auto-logo/Fiat.js +39 -0
- package/dist/icons/components/auto-logo/Ford.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ford.js +43 -0
- package/dist/icons/components/auto-logo/Foton.d.ts +4 -0
- package/dist/icons/components/auto-logo/Foton.js +34 -0
- package/dist/icons/components/auto-logo/Gac.d.ts +4 -0
- package/dist/icons/components/auto-logo/Gac.js +23 -0
- package/dist/icons/components/auto-logo/Gaz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Gaz.js +61 -0
- package/dist/icons/components/auto-logo/Geely.d.ts +4 -0
- package/dist/icons/components/auto-logo/Geely.js +27 -0
- package/dist/icons/components/auto-logo/Genesis.d.ts +4 -0
- package/dist/icons/components/auto-logo/Genesis.js +32 -0
- package/dist/icons/components/auto-logo/Gitte.d.ts +4 -0
- package/dist/icons/components/auto-logo/Gitte.js +25 -0
- package/dist/icons/components/auto-logo/Grunwald.d.ts +4 -0
- package/dist/icons/components/auto-logo/Grunwald.js +25 -0
- package/dist/icons/components/auto-logo/HartungFull.d.ts +4 -0
- package/dist/icons/components/auto-logo/HartungFull.js +34 -0
- package/dist/icons/components/auto-logo/HartungSymbol.d.ts +4 -0
- package/dist/icons/components/auto-logo/HartungSymbol.js +34 -0
- package/dist/icons/components/auto-logo/Haval.d.ts +4 -0
- package/dist/icons/components/auto-logo/Haval.js +25 -0
- package/dist/icons/components/auto-logo/Higer.d.ts +4 -0
- package/dist/icons/components/auto-logo/Higer.js +25 -0
- package/dist/icons/components/auto-logo/Hitachi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hitachi.js +23 -0
- package/dist/icons/components/auto-logo/Honda.d.ts +4 -0
- package/dist/icons/components/auto-logo/Honda.js +39 -0
- package/dist/icons/components/auto-logo/Hongqi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hongqi.js +32 -0
- package/dist/icons/components/auto-logo/Hongyan.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hongyan.js +25 -0
- package/dist/icons/components/auto-logo/Howo.d.ts +4 -0
- package/dist/icons/components/auto-logo/Howo.js +48 -0
- package/dist/icons/components/auto-logo/Hyundai.d.ts +4 -0
- package/dist/icons/components/auto-logo/Hyundai.js +25 -0
- package/dist/icons/components/auto-logo/Infiniti.d.ts +4 -0
- package/dist/icons/components/auto-logo/Infiniti.js +23 -0
- package/dist/icons/components/auto-logo/Isuzu.d.ts +4 -0
- package/dist/icons/components/auto-logo/Isuzu.js +25 -0
- package/dist/icons/components/auto-logo/Iveco.d.ts +4 -0
- package/dist/icons/components/auto-logo/Iveco.js +25 -0
- package/dist/icons/components/auto-logo/JCB.d.ts +4 -0
- package/dist/icons/components/auto-logo/JCB.js +34 -0
- package/dist/icons/components/auto-logo/Jac.d.ts +4 -0
- package/dist/icons/components/auto-logo/Jac.js +23 -0
- package/dist/icons/components/auto-logo/Juterborg.d.ts +4 -0
- package/dist/icons/components/auto-logo/Juterborg.js +59 -0
- package/dist/icons/components/auto-logo/KIA.d.ts +4 -0
- package/dist/icons/components/auto-logo/KIA.js +25 -0
- package/dist/icons/components/auto-logo/Kaiyi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Kaiyi.js +25 -0
- package/dist/icons/components/auto-logo/Kamaz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Kamaz.js +37 -0
- package/dist/icons/components/auto-logo/Kassbohrer.d.ts +4 -0
- package/dist/icons/components/auto-logo/Kassbohrer.js +25 -0
- package/dist/icons/components/auto-logo/Komatsu.d.ts +4 -0
- package/dist/icons/components/auto-logo/Komatsu.js +23 -0
- package/dist/icons/components/auto-logo/Ktm.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ktm.js +23 -0
- package/dist/icons/components/auto-logo/LCCE.d.ts +4 -0
- package/dist/icons/components/auto-logo/LCCE.js +39 -0
- package/dist/icons/components/auto-logo/Lada.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lada.js +25 -0
- package/dist/icons/components/auto-logo/Lexus.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lexus.js +25 -0
- package/dist/icons/components/auto-logo/LiuGong.d.ts +4 -0
- package/dist/icons/components/auto-logo/LiuGong.js +32 -0
- package/dist/icons/components/auto-logo/Lonking.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lonking.js +32 -0
- package/dist/icons/components/auto-logo/Lovol.d.ts +4 -0
- package/dist/icons/components/auto-logo/Lovol.js +23 -0
- package/dist/icons/components/auto-logo/MTZBelarus.d.ts +4 -0
- package/dist/icons/components/auto-logo/MTZBelarus.js +36 -0
- package/dist/icons/components/auto-logo/Man.d.ts +4 -0
- package/dist/icons/components/auto-logo/Man.js +23 -0
- package/dist/icons/components/auto-logo/Maz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Maz.js +34 -0
- package/dist/icons/components/auto-logo/MercedesBenz.d.ts +4 -0
- package/dist/icons/components/auto-logo/MercedesBenz.js +25 -0
- package/dist/icons/components/auto-logo/Meusburger.d.ts +4 -0
- package/dist/icons/components/auto-logo/Meusburger.js +25 -0
- package/dist/icons/components/auto-logo/Mitsubishi.d.ts +4 -0
- package/dist/icons/components/auto-logo/Mitsubishi.js +23 -0
- package/dist/icons/components/auto-logo/NefAZ.d.ts +4 -0
- package/dist/icons/components/auto-logo/NefAZ.js +32 -0
- package/dist/icons/components/auto-logo/NursanTrailer.d.ts +4 -0
- package/dist/icons/components/auto-logo/NursanTrailer.js +23 -0
- package/dist/icons/components/auto-logo/Omoda.d.ts +4 -0
- package/dist/icons/components/auto-logo/Omoda.js +39 -0
- package/dist/icons/components/auto-logo/PSATss.d.ts +4 -0
- package/dist/icons/components/auto-logo/PSATss.js +39 -0
- package/dist/icons/components/auto-logo/Paz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Paz.js +25 -0
- package/dist/icons/components/auto-logo/Peugeot.d.ts +4 -0
- package/dist/icons/components/auto-logo/Peugeot.js +23 -0
- package/dist/icons/components/auto-logo/Raskat.d.ts +4 -0
- package/dist/icons/components/auto-logo/Raskat.js +39 -0
- package/dist/icons/components/auto-logo/Renault.d.ts +4 -0
- package/dist/icons/components/auto-logo/Renault.js +32 -0
- package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +4 -0
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +34 -0
- package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +4 -0
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +43 -0
- package/dist/icons/components/auto-logo/Sany.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sany.js +52 -0
- package/dist/icons/components/auto-logo/Scania.d.ts +4 -0
- package/dist/icons/components/auto-logo/Scania.js +59 -0
- package/dist/icons/components/auto-logo/Schmitz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Schmitz.js +25 -0
- package/dist/icons/components/auto-logo/Shacman.d.ts +4 -0
- package/dist/icons/components/auto-logo/Shacman.js +32 -0
- package/dist/icons/components/auto-logo/Shantui.d.ts +4 -0
- package/dist/icons/components/auto-logo/Shantui.js +23 -0
- package/dist/icons/components/auto-logo/Sinanli.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sinanli.js +73 -0
- package/dist/icons/components/auto-logo/Sitrak.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sitrak.js +36 -0
- package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +4 -0
- package/dist/icons/components/auto-logo/SobolIztechmash.js +62 -0
- package/dist/icons/components/auto-logo/Sokol.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sokol.js +23 -0
- package/dist/icons/components/auto-logo/Sollers.d.ts +4 -0
- package/dist/icons/components/auto-logo/Sollers.js +25 -0
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +4 -0
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +23 -0
- package/dist/icons/components/auto-logo/Tonar.d.ts +4 -0
- package/dist/icons/components/auto-logo/Tonar.js +25 -0
- package/dist/icons/components/auto-logo/Toyota.d.ts +4 -0
- package/dist/icons/components/auto-logo/Toyota.js +23 -0
- package/dist/icons/components/auto-logo/Trekol.d.ts +4 -0
- package/dist/icons/components/auto-logo/Trekol.js +36 -0
- package/dist/icons/components/auto-logo/UAT.d.ts +4 -0
- package/dist/icons/components/auto-logo/UAT.js +23 -0
- package/dist/icons/components/auto-logo/Uaz.d.ts +4 -0
- package/dist/icons/components/auto-logo/Uaz.js +72 -0
- package/dist/icons/components/auto-logo/Ural.d.ts +4 -0
- package/dist/icons/components/auto-logo/Ural.js +23 -0
- package/dist/icons/components/auto-logo/VIS.d.ts +4 -0
- package/dist/icons/components/auto-logo/VIS.js +23 -0
- package/dist/icons/components/auto-logo/VKR.d.ts +4 -0
- package/dist/icons/components/auto-logo/VKR.js +34 -0
- package/dist/icons/components/auto-logo/Volkswagen.d.ts +4 -0
- package/dist/icons/components/auto-logo/Volkswagen.js +25 -0
- package/dist/icons/components/auto-logo/Volvo.d.ts +4 -0
- package/dist/icons/components/auto-logo/Volvo.js +23 -0
- package/dist/icons/components/auto-logo/Wielton.d.ts +4 -0
- package/dist/icons/components/auto-logo/Wielton.js +23 -0
- package/dist/icons/components/auto-logo/XCMG.d.ts +4 -0
- package/dist/icons/components/auto-logo/XCMG.js +39 -0
- package/dist/icons/components/auto-logo/Yutong.d.ts +4 -0
- package/dist/icons/components/auto-logo/Yutong.js +74 -0
- package/dist/icons/components/auto-logo/Zoomlion.d.ts +4 -0
- package/dist/icons/components/auto-logo/Zoomlion.js +23 -0
- package/dist/icons/components/car-icons/AllMetal.d.ts +4 -0
- package/dist/icons/components/car-icons/AllMetal.js +34 -0
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +4 -0
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +34 -0
- package/dist/icons/components/car-icons/AsphaltPaver.d.ts +4 -0
- package/dist/icons/components/car-icons/AsphaltPaver.js +37 -0
- package/dist/icons/components/car-icons/Autotower.d.ts +4 -0
- package/dist/icons/components/car-icons/Autotower.js +34 -0
- package/dist/icons/components/car-icons/Awning.d.ts +4 -0
- package/dist/icons/components/car-icons/Awning.js +35 -0
- package/dist/icons/components/car-icons/BackhoeLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/BackhoeLoader.js +41 -0
- package/dist/icons/components/car-icons/Buggy.d.ts +4 -0
- package/dist/icons/components/car-icons/Buggy.js +34 -0
- package/dist/icons/components/car-icons/Bulldozer.d.ts +4 -0
- package/dist/icons/components/car-icons/Bulldozer.js +36 -0
- package/dist/icons/components/car-icons/Bus.d.ts +4 -0
- package/dist/icons/components/car-icons/Bus.js +25 -0
- package/dist/icons/components/car-icons/BusBus.d.ts +4 -0
- package/dist/icons/components/car-icons/BusBus.js +34 -0
- package/dist/icons/components/car-icons/BusMinibus.d.ts +4 -0
- package/dist/icons/components/car-icons/BusMinibus.js +34 -0
- package/dist/icons/components/car-icons/BusShiftBuses.d.ts +4 -0
- package/dist/icons/components/car-icons/BusShiftBuses.js +44 -0
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +41 -0
- package/dist/icons/components/car-icons/CargoAutotower.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoAutotower.js +34 -0
- package/dist/icons/components/car-icons/CargoAwning.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoAwning.js +41 -0
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +41 -0
- package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoDrillingRig.js +34 -0
- package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoDumpTruck.js +41 -0
- package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +41 -0
- package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +41 -0
- package/dist/icons/components/car-icons/CargoIsothermal.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoIsothermal.js +41 -0
- package/dist/icons/components/car-icons/CargoOnBoard.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoOnBoard.js +41 -0
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +41 -0
- package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +41 -0
- package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoSortingTruck.js +41 -0
- package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoTankerTruck.js +41 -0
- package/dist/icons/components/car-icons/CargoTowTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoTowTruck.js +34 -0
- package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoTruckCrane.js +43 -0
- package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +4 -0
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +34 -0
- package/dist/icons/components/car-icons/Clearance.d.ts +4 -0
- package/dist/icons/components/car-icons/Clearance.js +25 -0
- package/dist/icons/components/car-icons/CombineHarvester.d.ts +4 -0
- package/dist/icons/components/car-icons/CombineHarvester.js +41 -0
- package/dist/icons/components/car-icons/Compartment.d.ts +4 -0
- package/dist/icons/components/car-icons/Compartment.js +34 -0
- package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +41 -0
- package/dist/icons/components/car-icons/ConcretePump.d.ts +4 -0
- package/dist/icons/components/car-icons/ConcretePump.js +42 -0
- package/dist/icons/components/car-icons/Crossover.d.ts +4 -0
- package/dist/icons/components/car-icons/Crossover.js +34 -0
- package/dist/icons/components/car-icons/DrillingRigg.d.ts +4 -0
- package/dist/icons/components/car-icons/DrillingRigg.js +34 -0
- package/dist/icons/components/car-icons/DumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/DumpTruck.js +41 -0
- package/dist/icons/components/car-icons/Excavator.d.ts +4 -0
- package/dist/icons/components/car-icons/Excavator.js +25 -0
- package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +4 -0
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +41 -0
- package/dist/icons/components/car-icons/ForkliftTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/ForkliftTruck.js +34 -0
- package/dist/icons/components/car-icons/FrontLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/FrontLoader.js +41 -0
- package/dist/icons/components/car-icons/Hatchback.d.ts +4 -0
- package/dist/icons/components/car-icons/Hatchback.js +34 -0
- package/dist/icons/components/car-icons/IceRink.d.ts +4 -0
- package/dist/icons/components/car-icons/IceRink.js +36 -0
- package/dist/icons/components/car-icons/Isothermal.d.ts +4 -0
- package/dist/icons/components/car-icons/Isothermal.js +41 -0
- package/dist/icons/components/car-icons/Liftback.d.ts +4 -0
- package/dist/icons/components/car-icons/Liftback.js +25 -0
- package/dist/icons/components/car-icons/MiniEscalator.d.ts +4 -0
- package/dist/icons/components/car-icons/MiniEscalator.js +43 -0
- package/dist/icons/components/car-icons/MiniLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/MiniLoader.js +34 -0
- package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/MiningDumpTruck.js +41 -0
- package/dist/icons/components/car-icons/Minitractor.d.ts +4 -0
- package/dist/icons/components/car-icons/Minitractor.js +34 -0
- package/dist/icons/components/car-icons/Minivan.d.ts +4 -0
- package/dist/icons/components/car-icons/Minivan.js +34 -0
- package/dist/icons/components/car-icons/MotorGrader.d.ts +4 -0
- package/dist/icons/components/car-icons/MotorGrader.js +34 -0
- package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +4 -0
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +26 -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 +34 -0
- package/dist/icons/components/car-icons/OnBoard.d.ts +4 -0
- package/dist/icons/components/car-icons/OnBoard.js +41 -0
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +4 -0
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +41 -0
- package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +4 -0
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +41 -0
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +4 -0
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +50 -0
- package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +4 -0
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +41 -0
- package/dist/icons/components/car-icons/Pickup.d.ts +4 -0
- package/dist/icons/components/car-icons/Pickup.js +25 -0
- package/dist/icons/components/car-icons/PickupTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/PickupTruck.js +34 -0
- package/dist/icons/components/car-icons/PilingInstallation.d.ts +4 -0
- package/dist/icons/components/car-icons/PilingInstallation.js +36 -0
- package/dist/icons/components/car-icons/PromotionalItem.d.ts +4 -0
- package/dist/icons/components/car-icons/PromotionalItem.js +41 -0
- package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +4 -0
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +48 -0
- package/dist/icons/components/car-icons/QuarryExcavator.d.ts +4 -0
- package/dist/icons/components/car-icons/QuarryExcavator.js +28 -0
- package/dist/icons/components/car-icons/Scooter.d.ts +4 -0
- package/dist/icons/components/car-icons/Scooter.js +32 -0
- package/dist/icons/components/car-icons/Sedan.d.ts +4 -0
- package/dist/icons/components/car-icons/Sedan.js +34 -0
- package/dist/icons/components/car-icons/Snowmobile.d.ts +4 -0
- package/dist/icons/components/car-icons/Snowmobile.js +41 -0
- package/dist/icons/components/car-icons/TankerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TankerTruck.js +41 -0
- package/dist/icons/components/car-icons/TelescopicLoader.d.ts +4 -0
- package/dist/icons/components/car-icons/TelescopicLoader.js +34 -0
- package/dist/icons/components/car-icons/TheLift.d.ts +4 -0
- package/dist/icons/components/car-icons/TheLift.js +39 -0
- package/dist/icons/components/car-icons/TowTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TowTruck.js +34 -0
- package/dist/icons/components/car-icons/Tractor.d.ts +4 -0
- package/dist/icons/components/car-icons/Tractor.js +34 -0
- package/dist/icons/components/car-icons/TractorTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TractorTruck.js +41 -0
- package/dist/icons/components/car-icons/Trailerr.d.ts +4 -0
- package/dist/icons/components/car-icons/Trailerr.js +25 -0
- package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +43 -0
- package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +34 -0
- package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersContainerShip.js +42 -0
- package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +41 -0
- package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +41 -0
- package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +41 -0
- package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +41 -0
- package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersIsothermal.js +41 -0
- package/dist/icons/components/car-icons/TrailersOther.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersOther.js +41 -0
- package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +4 -0
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +41 -0
- package/dist/icons/components/car-icons/TruckCrane.d.ts +4 -0
- package/dist/icons/components/car-icons/TruckCrane.js +43 -0
- package/dist/icons/components/car-icons/Universal.d.ts +4 -0
- package/dist/icons/components/car-icons/Universal.js +34 -0
- package/dist/icons/components/car-icons/Van.d.ts +4 -0
- package/dist/icons/components/car-icons/Van.js +25 -0
- package/dist/icons/components/car-icons/Ycles.d.ts +4 -0
- package/dist/icons/components/car-icons/Ycles.js +44 -0
- package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Acceleration.js +34 -0
- package/dist/icons/components/car-parameters-icons/Berths.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Berths.js +39 -0
- package/dist/icons/components/car-parameters-icons/Bucket.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Bucket.js +23 -0
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +25 -0
- package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +32 -0
- package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +34 -0
- package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +34 -0
- package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +25 -0
- package/dist/icons/components/car-parameters-icons/CarColor.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/CarColor.js +34 -0
- package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Cylinders.js +37 -0
- package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Dimensions.js +34 -0
- package/dist/icons/components/car-parameters-icons/EngineType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/EngineType.js +23 -0
- package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +23 -0
- package/dist/icons/components/car-parameters-icons/GearType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/GearType.js +26 -0
- package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +23 -0
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +25 -0
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +25 -0
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +23 -0
- package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/TrailerType.js +32 -0
- package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +32 -0
- package/dist/icons/components/car-parameters-icons/Weight.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/Weight.js +36 -0
- package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +32 -0
- package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +4 -0
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +34 -0
- package/dist/icons/components/cars-stubus/Bike.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Bike.js +25 -0
- package/dist/icons/components/cars-stubus/Car.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Car.js +25 -0
- package/dist/icons/components/cars-stubus/Equipment.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Equipment.js +25 -0
- package/dist/icons/components/cars-stubus/Truck.d.ts +4 -0
- package/dist/icons/components/cars-stubus/Truck.js +25 -0
- package/dist/icons/components/index.d.ts +575 -0
- package/dist/icons/components/index.js +579 -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-_ACzPKPw.js +1996 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +51 -0
- package/package.json +1 -1
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Car16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M4.413 7.374a.75.75 0 00-.829 1.25L4 8l-.416.624h.001l.001.001.003.002.007.005.021.013.068.042c.058.034.139.08.242.134.205.108.501.246.88.384A9.354 9.354 0 008 9.75c1.35 0 2.438-.27 3.194-.545a7.32 7.32 0 00.88-.384 4.882 4.882 0 00.309-.176l.021-.013.007-.005.003-.002h.001S12.416 8.624 12 8l.416.624a.75.75 0 00-.829-1.25l-.005.003a3.405 3.405 0 01-.203.114c-.153.08-.388.192-.698.304A7.856 7.856 0 018 8.25c-1.15 0-2.062-.23-2.681-.455a5.822 5.822 0 01-.699-.304 3.425 3.425 0 01-.202-.114l-.005-.003z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M11.79 2.496A1 1 0 0010.925 2H5.074a1 1 0 00-.863.496l-3.075 5.27A1 1 0 001 8.27v3.427a1 1 0 00.168.555l1.535 2.303a1 1 0 00.832.445H5a1 1 0 001-1 1 1 0 011-1h2a1 1 0 011 1 1 1 0 001 1h1.465a1 1 0 00.832-.445l1.535-2.303a1 1 0 00.168-.555V8.27a1 1 0 00-.136-.504l-3.075-5.27zm-9.29 9.05L3.803 13.5h.747a2.5 2.5 0 012.45-2h2a2.5 2.5 0 012.45 2h.747l1.303-1.954v-3.14L10.638 3.5H5.362L2.5 8.406v3.14z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
Car16px as default
|
35
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Car16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M1 8.27v3.427a1 1 0 00.168.555l1.535 2.303a1 1 0 00.832.445H5a1 1 0 001-1 1 1 0 011-1h2a1 1 0 011 1 1 1 0 001 1h1.465a1 1 0 00.832-.445l1.535-2.303a1 1 0 00.168-.555V8.27a1 1 0 00-.136-.504l-3.075-5.27A1 1 0 0010.926 2H5.074a1 1 0 00-.863.496l-3.075 5.27A1 1 0 001 8.27zm2.376-.686a.75.75 0 011.037-.21l.005.003.035.022c.035.02.09.052.167.092.154.08.39.192.699.304.619.225 1.532.455 2.681.455 1.15 0 2.062-.23 2.681-.455.31-.112.545-.224.699-.304a3.405 3.405 0 00.202-.114l.005-.003a.75.75 0 01.829 1.25L12 8l.416.624h-.001l-.001.001-.003.002-.007.005-.021.013-.068.042c-.058.034-.138.08-.242.134a7.319 7.319 0 01-.88.384A9.354 9.354 0 018 9.75c-1.35 0-2.438-.27-3.194-.545a7.317 7.317 0 01-.88-.384 4.914 4.914 0 01-.309-.176l-.021-.013-.007-.005-.003-.002h-.001S3.584 8.624 4 8l-.416.624a.75.75 0 01-.208-1.04z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Car16pxF as default
|
24
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Catalog16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M2 2h4v1.5H3.5V6H2V2zm8 0h4v4h-1.5V3.5H10V2zm-8 8h1.5v2.5H6V14H2v-4zm10.5 2.5V10H14v4h-4v-1.5h2.5z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Catalog16px as default
|
24
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Certs16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M4 1a.75.75 0 000 1.5h6.26c.299 0 .587.107.814.3l1.99 1.707c.277.237.436.584.436.949V12a.75.75 0 001.5 0V5.456a2.75 2.75 0 00-.96-2.088l-1.99-1.706A2.75 2.75 0 0010.26 1H4zM3.75 11a.75.75 0 01.75-.75H9a.75.75 0 010 1.5H4.5a.75.75 0 01-.75-.75zM4.5 7.25a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
),
|
18
|
+
/* @__PURE__ */ jsx(
|
19
|
+
"path",
|
20
|
+
{
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M1 5.5a2 2 0 012-2h6.172a2 2 0 011.414.586l1.328 1.328a2 2 0 01.586 1.414V13a2 2 0 01-2 2H3a2 2 0 01-2-2V5.5zm9.5 8H3a.5.5 0 01-.5-.5V5.5A.5.5 0 013 5h6.172a.5.5 0 01.353.146l1.329 1.329a.5.5 0 01.146.353V13a.5.5 0 01-.5.5z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
Certs16px as default
|
33
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Certs16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M4 1a.75.75 0 000 1.5h6.26c.299 0 .587.107.814.3l1.99 1.707c.277.237.436.584.436.949V12a.75.75 0 001.5 0V5.456a2.75 2.75 0 00-.96-2.088l-1.99-1.706A2.75 2.75 0 0010.26 1H4z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
),
|
18
|
+
/* @__PURE__ */ jsx(
|
19
|
+
"path",
|
20
|
+
{
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M1 5.5a2 2 0 012-2h6.172a2 2 0 011.414.586l1.328 1.328a2 2 0 01.586 1.414V13a2 2 0 01-2 2H3a2 2 0 01-2-2V5.5zM3.75 8a.75.75 0 01.75-.75h3a.75.75 0 010 1.5h-3A.75.75 0 013.75 8zm0 3a.75.75 0 01.75-.75H9a.75.75 0 010 1.5H4.5a.75.75 0 01-.75-.75z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
Certs16pxF as default
|
33
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Change16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
d: "M5.53 12.97l-1.06 1.06-2.53-2.53 2.53-2.53 1.06 1.06-.72.72h5.44c.69 0 1.25-.56 1.25-1.25V8H13v1.5a2.75 2.75 0 01-2.75 2.75H4.81l.72.72zM11.53 1.97l-1.06 1.06.72.72H5.75A2.75 2.75 0 003 6.5V8h1.5V6.5c0-.69.56-1.25 1.25-1.25h5.44l-.72.72 1.06 1.06 2.53-2.53-2.53-2.53z",
|
14
|
+
fill: "#000"
|
15
|
+
}
|
16
|
+
)
|
17
|
+
}
|
18
|
+
);
|
19
|
+
};
|
20
|
+
export {
|
21
|
+
Change16px as default
|
22
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Chat16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M5.5 8.25a.75.75 0 100-1.5.75.75 0 000 1.5zM11.25 7.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM8 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
),
|
18
|
+
/* @__PURE__ */ jsx(
|
19
|
+
"path",
|
20
|
+
{
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M14 13H4.5L1 15V3a1 1 0 011-1h12a1 1 0 011 1v9a1 1 0 01-1 1zm-9.898-1.5l-1.602.915V3.5h11v8H4.102z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
Chat16px as default
|
33
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Chat16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M2 2a1 1 0 00-1 1v12l3.5-2H14a1 1 0 001-1V3a1 1 0 00-1-1H2zm4.25 5.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm-2.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Chat16pxF as default
|
24
|
+
};
|
@@ -0,0 +1,264 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Chatbot16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M8 13.043s2.858.148 4.612-.96c.21-.133.566-.536.668-1.069V6.468s-.03-.69-.228-.972C11.47 3.238 9 3.058 8 3.058s-3.469.18-5.052 2.438c-.197.282-.228.972-.228.972v4.546c.103.533.458.936.668 1.068C5.143 13.19 8 13.043 8 13.043z",
|
15
|
+
fill: "#D1E5FF"
|
16
|
+
}
|
17
|
+
),
|
18
|
+
/* @__PURE__ */ jsx(
|
19
|
+
"path",
|
20
|
+
{
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M2.9 5.463C4.502 3.181 6.997 3 8 3c1.005 0 3.499.18 5.1 2.463a1 1 0 01.127.287c.031.108.054.223.07.329a4.14 4.14 0 01.04.356v.023l.001.006V11.026c-.107.549-.472.964-.695 1.105-.889.562-2.052.803-2.988.905a12.378 12.378 0 01-1.624.066H8l.003-.001L8 13.043l-.003-.057h.038a9.99 9.99 0 00.438.004c.294-.002.704-.018 1.169-.069.93-.101 2.073-.34 2.94-.887.196-.125.54-.511.64-1.025v.005h.059l-.057-.01-.001.005V6.464l-.002-.022a3.812 3.812 0 00-.038-.345 2.49 2.49 0 00-.067-.314.892.892 0 00-.111-.253C11.438 3.296 8.995 3.116 8 3.116c-.995 0-3.438.18-5.004 2.414a.894.894 0 00-.111.253c-.03.101-.052.211-.068.314a3.96 3.96 0 00-.038.345v.022l-.001.005v4.54l-.001-.006-.057.011h.058v-.005c.1.513.444.9.641 1.024.866.547 2.009.786 2.94.888a12.278 12.278 0 001.607.066l.023-.001h.008l.003.057-.003.058H8h-.005l-.025.001-.095.003c-.082.002-.2.003-.35.002-.296-.004-.71-.02-1.179-.071-.936-.102-2.1-.344-2.989-.905-.223-.14-.588-.557-.694-1.106l-.002-.01h.001V6.457l.002-.023a3.712 3.712 0 01.11-.684c.031-.107.072-.21.127-.288z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
),
|
27
|
+
/* @__PURE__ */ jsx(
|
28
|
+
"path",
|
29
|
+
{
|
30
|
+
fillRule: "evenodd",
|
31
|
+
clipRule: "evenodd",
|
32
|
+
d: "M9.941 3.936c1.088.235 2.412.794 3.341 2.089l-.094.067c-.907-1.263-2.2-1.811-3.271-2.043a7.24 7.24 0 00-1.764-.155 3.793 3.793 0 00-.11.006l-.028.002-.007.001h-.001l-.013.002v-.002H7.985L7.957 3.9a6.033 6.033 0 00-.515-.01 7.238 7.238 0 00-1.358.16c-1.07.23-2.364.779-3.272 2.043l-.094-.067c.93-1.296 2.254-1.854 3.341-2.09a7.353 7.353 0 011.794-.158c.05.002.087.005.113.007l.03.002H8.005l.03-.002a6.141 6.141 0 01.527-.01c.35.007.835.044 1.38.161z",
|
33
|
+
fill: "#000"
|
34
|
+
}
|
35
|
+
),
|
36
|
+
/* @__PURE__ */ jsx(
|
37
|
+
"path",
|
38
|
+
{
|
39
|
+
d: "M12.733 6.449a.538.538 0 00-.338-.5 23.957 23.957 0 00-2.118-.74l-.43-1.233C8.807 3.765 8 3.846 8 3.846s-.806-.081-1.846.13l-.43 1.232c-.87.255-1.68.565-2.118.74a.54.54 0 00-.338.5v4.848S2.969 13.043 8 13.043c5.032 0 4.733-1.747 4.733-1.747V6.449z",
|
40
|
+
fill: "#fff"
|
41
|
+
}
|
42
|
+
),
|
43
|
+
/* @__PURE__ */ jsx(
|
44
|
+
"path",
|
45
|
+
{
|
46
|
+
fillRule: "evenodd",
|
47
|
+
clipRule: "evenodd",
|
48
|
+
d: "M8 3.788h-.004l-.028-.002a6.09 6.09 0 00-.502-.011c-.335.005-.8.038-1.324.145l-.032.006-.431 1.235c-.862.254-1.661.56-2.095.734a.597.597 0 00-.374.554v4.845l-.002.017a.822.822 0 00.036.275c.055.175.181.404.468.629.57.45 1.769.886 4.288.886 2.52 0 3.72-.437 4.29-.886.285-.226.412-.454.466-.629a.82.82 0 00.035-.292V6.449a.596.596 0 00-.375-.554m.26 5.41l-.002-.01.001-4.846a.48.48 0 00-.302-.447 23.903 23.903 0 00-2.112-.738l-.029-.008-.429-1.23a7.275 7.275 0 00-1.658-.131l-.104.006-.026.002h-.008l-.013.002v-.001h-.008L7.959 3.9a5.963 5.963 0 00-.491-.011 7.275 7.275 0 00-1.27.136l-.43 1.23-.028.008c-.868.254-1.676.563-2.113.738a.482.482 0 00-.301.447v4.857l-.002.002v.012c-.002.01-.002.027-.002.049a.707.707 0 00.033.183c.047.152.16.36.428.572.539.425 1.706.861 4.217.861 2.512 0 3.679-.436 4.217-.86.269-.212.382-.42.429-.573a.708.708 0 00.031-.232v-.012l-.001-.003zM8 3.788h.005l.028-.002a6.09 6.09 0 01.502-.011c.334.005.8.038 1.324.145l.032.006.43 1.235c.863.254 1.662.56 2.095.734",
|
49
|
+
fill: "#000"
|
50
|
+
}
|
51
|
+
),
|
52
|
+
/* @__PURE__ */ jsx(
|
53
|
+
"path",
|
54
|
+
{
|
55
|
+
fillRule: "evenodd",
|
56
|
+
clipRule: "evenodd",
|
57
|
+
d: "M5.211 3.667l-.689 1.972-.109-.038.689-1.972.11.038zM10.898 3.629l.69 1.972-.11.038-.69-1.972.11-.038z",
|
58
|
+
fill: "#000"
|
59
|
+
}
|
60
|
+
),
|
61
|
+
/* @__PURE__ */ jsx(
|
62
|
+
"path",
|
63
|
+
{
|
64
|
+
d: "M2.285 7.2l-1.017.24a.273.273 0 00-.21.267v2.138c0 .13.093.242.22.268l1.007.2V7.198z",
|
65
|
+
fill: "#4478FF"
|
66
|
+
}
|
67
|
+
),
|
68
|
+
/* @__PURE__ */ jsx(
|
69
|
+
"path",
|
70
|
+
{
|
71
|
+
fillRule: "evenodd",
|
72
|
+
clipRule: "evenodd",
|
73
|
+
d: "M2.227 7.141h.116v3.242l-1.076-.213A.332.332 0 011 9.845V7.707c0-.154.105-.287.255-.323l.972-.23v-.013zm0 .132l-.945.224a.216.216 0 00-.166.21v2.138c0 .103.073.191.174.211l.938.186v-2.97z",
|
74
|
+
fill: "#000"
|
75
|
+
}
|
76
|
+
),
|
77
|
+
/* @__PURE__ */ jsx("path", { d: "M2.72 6.697h-.435v4.09h.434v-4.09z", fill: "#D1E5FF" }),
|
78
|
+
/* @__PURE__ */ jsx(
|
79
|
+
"path",
|
80
|
+
{
|
81
|
+
fillRule: "evenodd",
|
82
|
+
clipRule: "evenodd",
|
83
|
+
d: "M2.227 6.639h.55v4.206h-.55V6.639zm.116.115v3.975h.319V6.754h-.32z",
|
84
|
+
fill: "#000"
|
85
|
+
}
|
86
|
+
),
|
87
|
+
/* @__PURE__ */ jsx(
|
88
|
+
"path",
|
89
|
+
{
|
90
|
+
d: "M13.715 7.2l1.017.24c.123.03.21.14.21.267v2.138c0 .13-.093.242-.22.268l-1.007.2V7.198z",
|
91
|
+
fill: "#4478FF"
|
92
|
+
}
|
93
|
+
),
|
94
|
+
/* @__PURE__ */ jsx(
|
95
|
+
"path",
|
96
|
+
{
|
97
|
+
fillRule: "evenodd",
|
98
|
+
clipRule: "evenodd",
|
99
|
+
d: "M13.657 7.141h.116v.013l.972.23c.15.036.255.17.255.323v2.138a.332.332 0 01-.267.325l-1.076.213V7.14zm.115.132l.946.224c.098.023.166.11.166.21v2.138a.216.216 0 01-.174.211l-.938.186v-2.97z",
|
100
|
+
fill: "#000"
|
101
|
+
}
|
102
|
+
),
|
103
|
+
/* @__PURE__ */ jsx("path", { d: "M13.28 10.788h.435v-4.09h-.434v4.09z", fill: "#D1E5FF" }),
|
104
|
+
/* @__PURE__ */ jsx(
|
105
|
+
"path",
|
106
|
+
{
|
107
|
+
fillRule: "evenodd",
|
108
|
+
clipRule: "evenodd",
|
109
|
+
d: "M13.223 6.64h.55v4.205h-.55V6.64zm.115.115v3.975h.32V6.755h-.32z",
|
110
|
+
fill: "#000"
|
111
|
+
}
|
112
|
+
),
|
113
|
+
/* @__PURE__ */ jsx(
|
114
|
+
"path",
|
115
|
+
{
|
116
|
+
d: "M9.852 3.702a.303.303 0 00.325-.303v-.012c-.89-.288-1.7-.33-2.177-.33-.477 0-1.288.042-2.177.33v.012c0 .176.15.316.324.303 0 0 1.177-.13 1.852-.13s1.852.13 1.852.13h.001z",
|
117
|
+
fill: "#4478FF"
|
118
|
+
}
|
119
|
+
),
|
120
|
+
/* @__PURE__ */ jsx(
|
121
|
+
"path",
|
122
|
+
{
|
123
|
+
fillRule: "evenodd",
|
124
|
+
clipRule: "evenodd",
|
125
|
+
d: "M5.805 3.332A7.189 7.189 0 018 3c.48 0 1.297.042 2.194.332l.04.013v.054c0 .21-.175.374-.384.361h-.005l-.013-.002-.039-.004a27.414 27.414 0 00-.62-.059C8.795 3.663 8.334 3.63 8 3.63c-.334 0-.795.033-1.174.065a32.695 32.695 0 00-.62.06l-.038.003-.012.002H6.15a.362.362 0 01-.386-.36v-.055l.04-.013zm.337.313l.013-.002.038-.004a27.117 27.117 0 01.622-.06c.38-.032.844-.064 1.184-.064.34 0 .806.032 1.184.065a32.96 32.96 0 01.622.06l.039.003.01.001h.002a.245.245 0 00.261-.215A7.09 7.09 0 008 3.116a7.09 7.09 0 00-2.117.313.246.246 0 00.26.216z",
|
126
|
+
fill: "#000"
|
127
|
+
}
|
128
|
+
),
|
129
|
+
/* @__PURE__ */ jsx(
|
130
|
+
"path",
|
131
|
+
{
|
132
|
+
d: "M6.149 7.447a1.994 1.994 0 00-1.985 0c.436-.623 1.55-.622 1.985 0z",
|
133
|
+
fill: "#000"
|
134
|
+
}
|
135
|
+
),
|
136
|
+
/* @__PURE__ */ jsx(
|
137
|
+
"path",
|
138
|
+
{
|
139
|
+
d: "M5.238 11.238c.723 0 1.308-.627 1.308-1.4 0-.774-.585-1.401-1.308-1.401-.722 0-1.308.627-1.308 1.4 0 .774.586 1.4 1.308 1.4z",
|
140
|
+
fill: "#D1E5FF"
|
141
|
+
}
|
142
|
+
),
|
143
|
+
/* @__PURE__ */ jsx(
|
144
|
+
"path",
|
145
|
+
{
|
146
|
+
fillRule: "evenodd",
|
147
|
+
clipRule: "evenodd",
|
148
|
+
d: "M3.872 9.838c0-.802.608-1.459 1.366-1.459.758 0 1.366.657 1.366 1.459 0 .801-.608 1.457-1.366 1.457-.758 0-1.366-.655-1.366-1.457zm1.366-1.343c-.687 0-1.25.597-1.25 1.343 0 .745.563 1.342 1.25 1.342s1.25-.597 1.25-1.342c0-.746-.563-1.343-1.25-1.343z",
|
149
|
+
fill: "#000"
|
150
|
+
}
|
151
|
+
),
|
152
|
+
/* @__PURE__ */ jsx(
|
153
|
+
"path",
|
154
|
+
{
|
155
|
+
d: "M10.843 11.238c.723 0 1.309-.627 1.309-1.401s-.586-1.4-1.309-1.4c-.722 0-1.308.626-1.308 1.4 0 .774.586 1.4 1.308 1.4z",
|
156
|
+
fill: "#D1E5FF"
|
157
|
+
}
|
158
|
+
),
|
159
|
+
/* @__PURE__ */ jsx(
|
160
|
+
"path",
|
161
|
+
{
|
162
|
+
fillRule: "evenodd",
|
163
|
+
clipRule: "evenodd",
|
164
|
+
d: "M9.477 9.837c0-.802.608-1.458 1.366-1.458.758 0 1.366.656 1.366 1.458 0 .802-.607 1.458-1.366 1.458-.758 0-1.366-.656-1.366-1.458zm1.366-1.343c-.687 0-1.25.597-1.25 1.343s.563 1.343 1.25 1.343 1.25-.597 1.25-1.343-.563-1.343-1.25-1.343z",
|
165
|
+
fill: "#000"
|
166
|
+
}
|
167
|
+
),
|
168
|
+
/* @__PURE__ */ jsx(
|
169
|
+
"path",
|
170
|
+
{
|
171
|
+
d: "M5.238 10.626c.332 0 .6-.346.6-.774 0-.427-.268-.774-.6-.774-.332 0-.6.347-.6.774 0 .428.268.774.6.774z",
|
172
|
+
fill: "#000"
|
173
|
+
}
|
174
|
+
),
|
175
|
+
/* @__PURE__ */ jsx(
|
176
|
+
"path",
|
177
|
+
{
|
178
|
+
fillRule: "evenodd",
|
179
|
+
clipRule: "evenodd",
|
180
|
+
d: "M4.623 9.852c0-.432.272-.788.615-.788.343 0 .615.356.615.788 0 .432-.272.788-.615.788-.343 0-.615-.356-.615-.788zm.615-.76c-.32 0-.586.337-.586.76s.266.76.586.76c.32 0 .586-.337.586-.76s-.265-.76-.586-.76z",
|
181
|
+
fill: "#000"
|
182
|
+
}
|
183
|
+
),
|
184
|
+
/* @__PURE__ */ jsx(
|
185
|
+
"path",
|
186
|
+
{
|
187
|
+
d: "M10.844 10.626c.331 0 .6-.346.6-.774 0-.427-.269-.774-.6-.774-.332 0-.6.347-.6.774 0 .428.268.774.6.774z",
|
188
|
+
fill: "#000"
|
189
|
+
}
|
190
|
+
),
|
191
|
+
/* @__PURE__ */ jsx(
|
192
|
+
"path",
|
193
|
+
{
|
194
|
+
fillRule: "evenodd",
|
195
|
+
clipRule: "evenodd",
|
196
|
+
d: "M10.229 9.852c0-.432.272-.788.614-.788.343 0 .615.356.615.788 0 .432-.272.788-.615.788-.342 0-.614-.356-.614-.788zm.614-.76c-.32 0-.586.337-.586.76s.266.76.586.76c.32 0 .586-.337.586-.76s-.265-.76-.586-.76z",
|
197
|
+
fill: "#000"
|
198
|
+
}
|
199
|
+
),
|
200
|
+
/* @__PURE__ */ jsx(
|
201
|
+
"path",
|
202
|
+
{
|
203
|
+
d: "M9.851 7.447c.436-.622 1.55-.623 1.985 0a1.995 1.995 0 00-1.985 0zM8 11.492c-.334 0-.634-.074-.844-.19.133.267.461.456.844.456.383 0 .711-.189.844-.456-.21.116-.51.19-.844.19z",
|
204
|
+
fill: "#000"
|
205
|
+
}
|
206
|
+
),
|
207
|
+
/* @__PURE__ */ jsx(
|
208
|
+
"path",
|
209
|
+
{
|
210
|
+
fillRule: "evenodd",
|
211
|
+
clipRule: "evenodd",
|
212
|
+
d: "M7.123 11.267l.04.022c.208.116.505.188.837.188.333 0 .63-.073.837-.188l.04-.022-.02.041c-.136.274-.47.465-.857.465s-.72-.191-.856-.465l-.021-.041zm1.686.07a1.85 1.85 0 01-.809.17c-.314 0-.599-.065-.808-.17.142.24.45.407.808.407.358 0 .666-.168.809-.407z",
|
213
|
+
fill: "#000"
|
214
|
+
}
|
215
|
+
),
|
216
|
+
/* @__PURE__ */ jsx("path", { d: "M7.757 10.468h.487l-.249.249-.238-.25z", fill: "#000" }),
|
217
|
+
/* @__PURE__ */ jsx(
|
218
|
+
"path",
|
219
|
+
{
|
220
|
+
fillRule: "evenodd",
|
221
|
+
clipRule: "evenodd",
|
222
|
+
d: "M7.757 10.468v-.015h.521l-.283.285-.248-.26.01-.01zm.452.014H7.79l.204.214.214-.214z",
|
223
|
+
fill: "#000"
|
224
|
+
}
|
225
|
+
),
|
226
|
+
/* @__PURE__ */ jsx(
|
227
|
+
"path",
|
228
|
+
{
|
229
|
+
d: "M8 6.088a.648.648 0 100-1.296.648.648 0 000 1.296z",
|
230
|
+
fill: "url(#prefix__paint0_linear_521_414)"
|
231
|
+
}
|
232
|
+
),
|
233
|
+
/* @__PURE__ */ jsx(
|
234
|
+
"path",
|
235
|
+
{
|
236
|
+
fillRule: "evenodd",
|
237
|
+
clipRule: "evenodd",
|
238
|
+
d: "M7.295 5.44a.706.706 0 111.411 0 .706.706 0 01-1.411 0zM8 4.85a.59.59 0 100 1.18.59.59 0 000-1.18z",
|
239
|
+
fill: "#000"
|
240
|
+
}
|
241
|
+
),
|
242
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs(
|
243
|
+
"linearGradient",
|
244
|
+
{
|
245
|
+
id: "prefix__paint0_linear_521_414",
|
246
|
+
x1: 7.71,
|
247
|
+
y1: 4.889,
|
248
|
+
x2: 8.301,
|
249
|
+
y2: 6.01,
|
250
|
+
gradientUnits: "userSpaceOnUse",
|
251
|
+
children: [
|
252
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
|
253
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.53, stopColor: "#828282" }),
|
254
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fff" })
|
255
|
+
]
|
256
|
+
}
|
257
|
+
) })
|
258
|
+
]
|
259
|
+
}
|
260
|
+
);
|
261
|
+
};
|
262
|
+
export {
|
263
|
+
Chatbot16px as default
|
264
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Close16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M9.06 8l3.47 3.47-1.06 1.06L8 9.06l-3.47 3.47-1.06-1.06L6.94 8 3.47 4.53l1.06-1.06L8 6.94l3.47-3.47 1.06 1.06L9.06 8z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Close16px as default
|
24
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const CloseFloatMenuArrow16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
d: "M10.5 12H9V4h1.5v8zM14 12h-1.5V4H14v8zM5.43 11.988L2.013 8l3.419-3.988 1.138.976L3.988 8l2.581 3.012-1.138.976z",
|
14
|
+
fill: "#000"
|
15
|
+
}
|
16
|
+
)
|
17
|
+
}
|
18
|
+
);
|
19
|
+
};
|
20
|
+
export {
|
21
|
+
CloseFloatMenuArrow16px as default
|
22
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const CloseFloatMenuMobileArrow16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
d: "M4 3h8v1.5H4V3zM4 6.721h8v1.5H4v-1.5zM4.988 10.43l-.976 1.14L8 14.987l3.988-3.419-.976-1.139L8 13.012 4.988 10.43z",
|
14
|
+
fill: "#000"
|
15
|
+
}
|
16
|
+
)
|
17
|
+
}
|
18
|
+
);
|
19
|
+
};
|
20
|
+
export {
|
21
|
+
CloseFloatMenuMobileArrow16px as default
|
22
|
+
};
|