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,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Chat24pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: /* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M4 4a2 2 0 00-2 2v16l5-3h13a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 8a1 1 0 11-2 0 1 1 0 012 0zm8 0a1 1 0 11-2 0 1 1 0 012 0zm-5 1a1 1 0 100-2 1 1 0 000 2z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Chat24pxF as default
|
25
|
+
};
|
@@ -0,0 +1,265 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Chatbot24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: [
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M12 18.347s4.082.211 6.589-1.372c.3-.19.808-.765.955-1.526V8.955s-.044-.988-.326-1.389C16.955 4.34 13.429 4.083 12 4.083c-1.43 0-4.956.257-7.218 3.483-.282.402-.326 1.389-.326 1.389v6.494c.147.76.654 1.336.955 1.526 2.507 1.582 6.589 1.372 6.589 1.372z",
|
16
|
+
fill: "#D1E5FF"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M4.715 7.519C7.001 4.259 10.565 4 12 4c1.435 0 4.998.258 7.285 3.519.078.11.137.258.181.41.046.154.078.319.102.47a5.778 5.778 0 01.055.507l.002.033v.011l.001.005v6.502l-.001.008c-.152.785-.673 1.378-.992 1.58-1.27.801-2.932 1.146-4.27 1.292a17.71 17.71 0 01-2.184.099 8.225 8.225 0 01-.135-.004l-.036-.001h-.016l-.035.001-.135.004a17.718 17.718 0 01-2.185-.1c-1.337-.145-3-.49-4.27-1.291-.318-.202-.84-.796-.991-1.58l-.001-.008V8.94l.002-.032a5.171 5.171 0 01.056-.508c.023-.151.056-.316.101-.47.045-.152.104-.299.181-.41zM4.54 8.957v6.484c.144.734.635 1.286.916 1.464 1.237.781 2.87 1.123 4.2 1.268a17.532 17.532 0 002.162.098 7.75 7.75 0 00.133-.004l.034-.001h.01l.01-.001h.011l.034.002.132.004a17.528 17.528 0 002.163-.098c1.33-.145 2.963-.486 4.2-1.268.28-.178.771-.73.916-1.464V8.948l-.002-.031a4.989 4.989 0 00-.054-.493 3.578 3.578 0 00-.097-.448 1.273 1.273 0 00-.158-.362C16.912 4.423 13.422 4.165 12 4.165c-1.422 0-4.912.258-7.15 3.449m-.31 1.343v-.009l.002-.031a5.005 5.005 0 01.054-.493 3.58 3.58 0 01.096-.448c.043-.145.096-.273.159-.362",
|
25
|
+
fill: "#000"
|
26
|
+
}
|
27
|
+
),
|
28
|
+
/* @__PURE__ */ jsx(
|
29
|
+
"path",
|
30
|
+
{
|
31
|
+
fillRule: "evenodd",
|
32
|
+
clipRule: "evenodd",
|
33
|
+
d: "M14.773 5.337c1.554.336 3.445 1.134 4.773 2.984l-.134.097c-1.296-1.806-3.144-2.588-4.674-2.92a10.34 10.34 0 00-1.94-.227 8.614 8.614 0 00-.776.018l-.01.001h-.003L12 5.291h-.011l-.01-.002a2.72 2.72 0 00-.196-.012 8.615 8.615 0 00-.58-.006c-.492.01-1.176.063-1.94.228-1.53.33-3.378 1.114-4.674 2.92l-.134-.097c1.328-1.85 3.22-2.648 4.773-2.985a10.504 10.504 0 011.971-.231 8.781 8.781 0 01.795.019H12.007a3.196 3.196 0 01.203-.013 8.78 8.78 0 01.592-.006c.5.01 1.194.063 1.971.231z",
|
34
|
+
fill: "#000"
|
35
|
+
}
|
36
|
+
),
|
37
|
+
/* @__PURE__ */ jsx(
|
38
|
+
"path",
|
39
|
+
{
|
40
|
+
d: "M18.761 8.927a.769.769 0 00-.483-.715 34.225 34.225 0 00-3.025-1.057l-.614-1.76C13.152 5.091 12 5.208 12 5.208s-1.152-.117-2.638.185l-.614 1.76c-1.243.364-2.4.808-3.025 1.058a.77.77 0 00-.484.715v6.924S4.813 18.347 12 18.347c7.188 0 6.761-2.496 6.761-2.496V8.927z",
|
41
|
+
fill: "#fff"
|
42
|
+
}
|
43
|
+
),
|
44
|
+
/* @__PURE__ */ jsx(
|
45
|
+
"path",
|
46
|
+
{
|
47
|
+
fillRule: "evenodd",
|
48
|
+
clipRule: "evenodd",
|
49
|
+
d: "M12 5.126h-.006a3.057 3.057 0 00-.193-.013 8.688 8.688 0 00-.564-.007c-.478.009-1.143.055-1.891.207l-.046.01-.616 1.764c-1.231.363-2.373.8-2.992 1.049a.853.853 0 00-.535.79v6.922a.811.811 0 00-.004.113c.002.075.015.18.053.305.078.25.259.576.667.898.814.642 2.528 1.266 6.127 1.266 3.6 0 5.313-.624 6.127-1.266.409-.322.59-.648.667-.898a1.173 1.173 0 00.053-.393.456.456 0 00-.003-.025V8.927a.852.852 0 00-.535-.791 34.43 34.43 0 00-2.992-1.049L14.7 5.323l-.046-.01a10.554 10.554 0 00-1.891-.207 8.69 8.69 0 00-.758.02H12zm6.68 10.739l-.003-.014h.002V8.927c0-.281-.171-.534-.432-.638a34.166 34.166 0 00-3.017-1.055l-.041-.012-.613-1.756a10.392 10.392 0 00-1.815-.195 8.524 8.524 0 00-.702.016l-.038.003h-.01l-.002.001-.009.001h-.008l-.003-.001-.01-.001-.037-.003a8.521 8.521 0 00-.702-.016c-.46.008-1.097.053-1.815.195l-.613 1.756-.041.012c-1.24.363-2.394.805-3.018 1.055a.688.688 0 00-.43.638v6.938H5.32v.003l-.002.017a1.01 1.01 0 00.045.331c.067.218.229.516.612.818.77.607 2.436 1.23 6.024 1.23s5.255-.623 6.025-1.23c.383-.302.544-.6.612-.817a1.006 1.006 0 00.045-.332l-.002-.017v-.003z",
|
50
|
+
fill: "#000"
|
51
|
+
}
|
52
|
+
),
|
53
|
+
/* @__PURE__ */ jsx(
|
54
|
+
"path",
|
55
|
+
{
|
56
|
+
fillRule: "evenodd",
|
57
|
+
clipRule: "evenodd",
|
58
|
+
d: "M8.016 4.952L7.032 7.77l-.156-.054.984-2.818.156.054zM16.14 4.898l.985 2.818-.156.054-.985-2.818.156-.054z",
|
59
|
+
fill: "#000"
|
60
|
+
}
|
61
|
+
),
|
62
|
+
/* @__PURE__ */ jsx(
|
63
|
+
"path",
|
64
|
+
{
|
65
|
+
d: "M3.836 10l-1.453.344a.39.39 0 00-.3.38v3.054c0 .187.132.347.315.383l1.438.285V9.999z",
|
66
|
+
fill: "#4478FF"
|
67
|
+
}
|
68
|
+
),
|
69
|
+
/* @__PURE__ */ jsx(
|
70
|
+
"path",
|
71
|
+
{
|
72
|
+
fillRule: "evenodd",
|
73
|
+
clipRule: "evenodd",
|
74
|
+
d: "M3.753 9.916h.166v4.63l-1.537-.304A.474.474 0 012 13.778v-3.054c0-.22.15-.41.364-.46l1.39-.33v-.018zm0 .188l-1.35.32a.308.308 0 00-.238.3v3.054c0 .147.105.274.249.302l1.34.265v-4.241z",
|
75
|
+
fill: "#000"
|
76
|
+
}
|
77
|
+
),
|
78
|
+
/* @__PURE__ */ jsx("path", { d: "M4.457 9.28h-.621v5.845h.62V9.28z", fill: "#D1E5FF" }),
|
79
|
+
/* @__PURE__ */ jsx(
|
80
|
+
"path",
|
81
|
+
{
|
82
|
+
fillRule: "evenodd",
|
83
|
+
clipRule: "evenodd",
|
84
|
+
d: "M3.753 9.198h.786v6.01h-.786v-6.01zm.165.165v5.679h.456V9.363h-.456z",
|
85
|
+
fill: "#000"
|
86
|
+
}
|
87
|
+
),
|
88
|
+
/* @__PURE__ */ jsx(
|
89
|
+
"path",
|
90
|
+
{
|
91
|
+
d: "M20.164 10l1.453.344c.177.042.3.199.3.38v3.054a.391.391 0 01-.315.383l-1.438.285V9.999z",
|
92
|
+
fill: "#4478FF"
|
93
|
+
}
|
94
|
+
),
|
95
|
+
/* @__PURE__ */ jsx(
|
96
|
+
"path",
|
97
|
+
{
|
98
|
+
fillRule: "evenodd",
|
99
|
+
clipRule: "evenodd",
|
100
|
+
d: "M20.081 9.916h.166v.018l1.389.33c.214.05.364.24.364.46v3.054c0 .226-.16.42-.382.464l-1.537.304v-4.63zm.165.188l1.352.32c.14.033.237.157.237.3v3.054a.308.308 0 01-.249.302l-1.34.265v-4.241z",
|
101
|
+
fill: "#000"
|
102
|
+
}
|
103
|
+
),
|
104
|
+
/* @__PURE__ */ jsx("path", { d: "M19.544 15.125h.62V9.282h-.62v5.843z", fill: "#D1E5FF" }),
|
105
|
+
/* @__PURE__ */ jsx(
|
106
|
+
"path",
|
107
|
+
{
|
108
|
+
fillRule: "evenodd",
|
109
|
+
clipRule: "evenodd",
|
110
|
+
d: "M19.46 9.199h.787v6.009h-.786V9.199zm.166.165v5.679h.456V9.364h-.456z",
|
111
|
+
fill: "#000"
|
112
|
+
}
|
113
|
+
),
|
114
|
+
/* @__PURE__ */ jsx(
|
115
|
+
"path",
|
116
|
+
{
|
117
|
+
d: "M14.646 5.003a.433.433 0 00.464-.433v-.017c-1.271-.411-2.43-.47-3.11-.47-.681 0-1.84.059-3.11.47v.017c0 .251.214.45.464.433 0 0 1.68-.185 2.645-.185.964 0 2.646.185 2.646.185h.001z",
|
118
|
+
fill: "#4478FF"
|
119
|
+
}
|
120
|
+
),
|
121
|
+
/* @__PURE__ */ jsx(
|
122
|
+
"path",
|
123
|
+
{
|
124
|
+
fillRule: "evenodd",
|
125
|
+
clipRule: "evenodd",
|
126
|
+
d: "M8.864 4.474A10.27 10.27 0 0112 4c.685 0 1.853.06 3.135.474l.057.019v.077a.516.516 0 01-.549.516h-.008l-.019-.003-.054-.006a37.928 37.928 0 00-.886-.084A21.948 21.948 0 0012 4.9c-.478 0-1.137.047-1.677.093a46.726 46.726 0 00-.886.084l-.055.006-.019.002H9.36a.517.517 0 01-.552-.515v-.077l.057-.019zm.482.447l.018-.002.055-.006a39.045 39.045 0 01.888-.085A22.09 22.09 0 0112 4.735c.486 0 1.15.047 1.691.093a47.271 47.271 0 01.889.085l.055.006.014.002h.004a.35.35 0 00.372-.309A10.13 10.13 0 0012 4.165c-.666 0-1.79.057-3.025.447a.352.352 0 00.371.309z",
|
127
|
+
fill: "#000"
|
128
|
+
}
|
129
|
+
),
|
130
|
+
/* @__PURE__ */ jsx(
|
131
|
+
"path",
|
132
|
+
{
|
133
|
+
d: "M9.356 10.353a2.848 2.848 0 00-2.836 0c.623-.89 2.213-.889 2.836 0z",
|
134
|
+
fill: "#000"
|
135
|
+
}
|
136
|
+
),
|
137
|
+
/* @__PURE__ */ jsx(
|
138
|
+
"path",
|
139
|
+
{
|
140
|
+
d: "M8.055 15.768c1.032 0 1.868-.896 1.868-2 0-1.105-.836-2.001-1.868-2.001-1.033 0-1.87.895-1.87 2 0 1.106.837 2 1.87 2z",
|
141
|
+
fill: "#D1E5FF"
|
142
|
+
}
|
143
|
+
),
|
144
|
+
/* @__PURE__ */ jsx(
|
145
|
+
"path",
|
146
|
+
{
|
147
|
+
fillRule: "evenodd",
|
148
|
+
clipRule: "evenodd",
|
149
|
+
d: "M6.103 13.768c0-1.146.868-2.084 1.952-2.084 1.083 0 1.951.939 1.951 2.084s-.868 2.082-1.951 2.082c-1.083 0-1.952-.936-1.952-2.082zm1.952-1.918c-.982 0-1.787.853-1.787 1.918s.805 1.917 1.787 1.917c.981 0 1.786-.853 1.786-1.917 0-1.065-.805-1.918-1.786-1.918z",
|
150
|
+
fill: "#000"
|
151
|
+
}
|
152
|
+
),
|
153
|
+
/* @__PURE__ */ jsx(
|
154
|
+
"path",
|
155
|
+
{
|
156
|
+
d: "M16.062 15.768c1.032 0 1.869-.896 1.869-2.001s-.837-2-1.869-2-1.869.895-1.869 2c0 1.106.837 2 1.87 2z",
|
157
|
+
fill: "#D1E5FF"
|
158
|
+
}
|
159
|
+
),
|
160
|
+
/* @__PURE__ */ jsx(
|
161
|
+
"path",
|
162
|
+
{
|
163
|
+
fillRule: "evenodd",
|
164
|
+
clipRule: "evenodd",
|
165
|
+
d: "M14.11 13.767c0-1.146.869-2.083 1.952-2.083s1.952.937 1.952 2.083c0 1.146-.869 2.084-1.952 2.084s-1.951-.938-1.951-2.084zm1.952-1.918c-.981 0-1.786.853-1.786 1.918s.805 1.918 1.786 1.918c.982 0 1.787-.853 1.787-1.918s-.805-1.918-1.787-1.918z",
|
166
|
+
fill: "#000"
|
167
|
+
}
|
168
|
+
),
|
169
|
+
/* @__PURE__ */ jsx(
|
170
|
+
"path",
|
171
|
+
{
|
172
|
+
d: "M8.054 14.894c.474 0 .858-.495.858-1.105s-.384-1.106-.858-1.106c-.473 0-.857.495-.857 1.106 0 .61.384 1.105.857 1.105z",
|
173
|
+
fill: "#000"
|
174
|
+
}
|
175
|
+
),
|
176
|
+
/* @__PURE__ */ jsx(
|
177
|
+
"path",
|
178
|
+
{
|
179
|
+
fillRule: "evenodd",
|
180
|
+
clipRule: "evenodd",
|
181
|
+
d: "M7.176 13.789c0-.617.389-1.126.879-1.126s.878.509.878 1.126c0 .617-.389 1.126-.878 1.126-.49 0-.879-.51-.879-1.126zm.879-1.085c-.458 0-.837.48-.837 1.085 0 .604.379 1.085.837 1.085.457 0 .837-.48.837-1.085s-.38-1.085-.837-1.085z",
|
182
|
+
fill: "#000"
|
183
|
+
}
|
184
|
+
),
|
185
|
+
/* @__PURE__ */ jsx(
|
186
|
+
"path",
|
187
|
+
{
|
188
|
+
d: "M16.062 14.894c.474 0 .858-.495.858-1.105s-.384-1.106-.858-1.106-.858.495-.858 1.106c0 .61.384 1.105.858 1.105z",
|
189
|
+
fill: "#000"
|
190
|
+
}
|
191
|
+
),
|
192
|
+
/* @__PURE__ */ jsx(
|
193
|
+
"path",
|
194
|
+
{
|
195
|
+
fillRule: "evenodd",
|
196
|
+
clipRule: "evenodd",
|
197
|
+
d: "M15.184 13.789c0-.617.388-1.126.878-1.126s.878.509.878 1.126c0 .617-.388 1.126-.878 1.126s-.878-.51-.878-1.126zm.878-1.085c-.458 0-.837.48-.837 1.085 0 .604.38 1.085.837 1.085.458 0 .837-.48.837-1.085s-.379-1.085-.837-1.085z",
|
198
|
+
fill: "#000"
|
199
|
+
}
|
200
|
+
),
|
201
|
+
/* @__PURE__ */ jsx(
|
202
|
+
"path",
|
203
|
+
{
|
204
|
+
d: "M14.645 10.353c.622-.889 2.213-.89 2.835 0a2.85 2.85 0 00-2.835 0zM12 16.13c-.477 0-.905-.104-1.205-.27.19.382.658.652 1.205.652s1.016-.27 1.206-.652c-.3.166-.728.27-1.206.27z",
|
205
|
+
fill: "#000"
|
206
|
+
}
|
207
|
+
),
|
208
|
+
/* @__PURE__ */ jsx(
|
209
|
+
"path",
|
210
|
+
{
|
211
|
+
fillRule: "evenodd",
|
212
|
+
clipRule: "evenodd",
|
213
|
+
d: "M10.747 15.81l.058.032c.296.164.72.268 1.195.268.475 0 .9-.104 1.196-.268l.058-.032-.03.06c-.194.39-.67.662-1.224.662-.553 0-1.03-.273-1.224-.663l-.03-.06zm2.408.1c-.3.15-.706.241-1.155.241-.448 0-.855-.091-1.154-.241.203.342.643.581 1.154.581.512 0 .952-.24 1.155-.581z",
|
214
|
+
fill: "#000"
|
215
|
+
}
|
216
|
+
),
|
217
|
+
/* @__PURE__ */ jsx("path", { d: "M11.653 14.668h.695l-.355.356-.34-.356z", fill: "#000" }),
|
218
|
+
/* @__PURE__ */ jsx(
|
219
|
+
"path",
|
220
|
+
{
|
221
|
+
fillRule: "evenodd",
|
222
|
+
clipRule: "evenodd",
|
223
|
+
d: "M11.653 14.669v-.021h.745l-.405.405-.355-.37.015-.014zm.645.02h-.596l.291.305.305-.305z",
|
224
|
+
fill: "#000"
|
225
|
+
}
|
226
|
+
),
|
227
|
+
/* @__PURE__ */ jsx(
|
228
|
+
"path",
|
229
|
+
{
|
230
|
+
d: "M12 8.41a.925.925 0 100-1.85.925.925 0 000 1.85z",
|
231
|
+
fill: "url(#prefix__paint0_linear_521_247)"
|
232
|
+
}
|
233
|
+
),
|
234
|
+
/* @__PURE__ */ jsx(
|
235
|
+
"path",
|
236
|
+
{
|
237
|
+
fillRule: "evenodd",
|
238
|
+
clipRule: "evenodd",
|
239
|
+
d: "M10.993 7.486a1.008 1.008 0 112.015 0 1.008 1.008 0 01-2.015 0zM12 6.643a.843.843 0 100 1.686.843.843 0 000-1.686z",
|
240
|
+
fill: "#000"
|
241
|
+
}
|
242
|
+
),
|
243
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs(
|
244
|
+
"linearGradient",
|
245
|
+
{
|
246
|
+
id: "prefix__paint0_linear_521_247",
|
247
|
+
x1: 11.585,
|
248
|
+
y1: 6.698,
|
249
|
+
x2: 12.429,
|
250
|
+
y2: 8.3,
|
251
|
+
gradientUnits: "userSpaceOnUse",
|
252
|
+
children: [
|
253
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
|
254
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.53, stopColor: "#828282" }),
|
255
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fff" })
|
256
|
+
]
|
257
|
+
}
|
258
|
+
) })
|
259
|
+
]
|
260
|
+
}
|
261
|
+
);
|
262
|
+
};
|
263
|
+
export {
|
264
|
+
Chatbot24px as default
|
265
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Close24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: /* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M13.06 12l5.47 5.47-1.06 1.06L12 13.06l-5.47 5.47-1.06-1.06L10.94 12 5.47 6.53l1.06-1.06L12 10.94l5.47-5.47 1.06 1.06L13.06 12z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Close24px as default
|
25
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const CloseFloatMenuArrow24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: /* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M5.009 12l4.048-4.498-1.114-1.004L2.99 12l4.952 5.502 1.114-1.004L5.01 12zM14 17.5h-1.5v-11H14v11zm5 0h-1.5v-11H19v11z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
CloseFloatMenuArrow24px as default
|
25
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const CloseFloatMenuMobileArrow24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: /* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M7.502 14.943l-1.004 1.115L12 21.009l5.502-4.951-1.004-1.115L12 18.99l-4.498-4.048zM6.5 10h11v1.5h-11V10zM6.5 5h11v1.5h-11V5z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
)
|
18
|
+
}
|
19
|
+
);
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
CloseFloatMenuMobileArrow24px as default
|
23
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Coin24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: [
|
12
|
+
/* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 9.25, stroke: "#000", strokeWidth: 1.5 }),
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M12.941 12.954H8.51v-.937h4.431c.41 0 .748-.071 1.015-.213.267-.145.466-.34.596-.588.13-.25.196-.534.196-.852 0-.319-.065-.601-.196-.848-.13-.25-.33-.446-.596-.588-.267-.145-.605-.218-1.015-.218h-1.994v7.79H9.89V7.773h3.051c.648 0 1.182.118 1.603.353.42.236.733.55.937.942.205.392.307.824.307 1.296 0 .471-.102.903-.307 1.295a2.285 2.285 0 01-.937.942c-.42.236-.955.353-1.603.353zm-.068.819v.937H8.51v-.937h4.363z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
]
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Coin24px as default
|
26
|
+
};
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Coin24pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: [
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M12.941 12.017h-1.994V8.71h1.994c.41 0 .747.073 1.014.218.268.142.466.338.597.588.13.247.196.53.196.848 0 .318-.065.602-.196.852-.13.247-.33.443-.596.588-.268.142-.606.213-1.015.213z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M12 19a7 7 0 100-14 7 7 0 000 14zm.941-6.045h-1.994v.818h1.926v.937h-1.926v1.79H9.89v-1.79H8.51v-.937h1.38v-.818H8.51v-.938h1.38V7.773h3.051c.648 0 1.182.118 1.603.353.42.236.733.55.937.942.205.392.307.824.307 1.296 0 .471-.102.903-.307 1.295a2.284 2.284 0 01-.937.942c-.42.236-.955.354-1.603.354z",
|
25
|
+
fill: "#000"
|
26
|
+
}
|
27
|
+
),
|
28
|
+
/* @__PURE__ */ jsx(
|
29
|
+
"path",
|
30
|
+
{
|
31
|
+
fillRule: "evenodd",
|
32
|
+
clipRule: "evenodd",
|
33
|
+
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-2a8 8 0 100-16 8 8 0 000 16z",
|
34
|
+
fill: "#000"
|
35
|
+
}
|
36
|
+
)
|
37
|
+
]
|
38
|
+
}
|
39
|
+
);
|
40
|
+
};
|
41
|
+
export {
|
42
|
+
Coin24pxF as default
|
43
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Contracts24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: [
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
fillRule: "evenodd",
|
16
|
+
clipRule: "evenodd",
|
17
|
+
d: "M7.714 15.571h.5v.002-.01l.003-.05a2.194 2.194 0 01.207-.796c.102-.209.246-.401.45-.542.2-.138.49-.246.918-.246.702 0 1.273.257 1.684.63-.73.326-1.356.76-1.783 1.2-.22.227-.406.475-.523.732-.115.255-.181.564-.08.875.104.324.355.542.657.67.293.125.66.178 1.084.178.898 0 1.587-.314 1.995-.875.4-.55.464-1.245.31-1.885a3.01 3.01 0 00-.11-.356c.303-.063.613-.098.922-.098 1.464 0 2.063.416 2.311.714.13.156.19.308.218.416a.786.786 0 01.023.147c0 .001 0 0 0 0v-.008s0-.002.5.017l.5.017v-.018a.79.79 0 00-.005-.12 1.782 1.782 0 00-.049-.282 2.056 2.056 0 00-.42-.81C16.53 14.476 15.601 14 13.948 14c-.49 0-.977.072-1.445.194-.59-.729-1.525-1.265-2.71-1.265-.61 0-1.102.159-1.485.422-.38.261-.626.605-.784.93a3.193 3.193 0 00-.309 1.25v.039l.5.001zm2.697.884c.375-.387.968-.782 1.656-1.062.04.098.072.197.097.296.104.432.039.807-.146 1.061-.176.243-.526.464-1.187.464-.354 0-.572-.047-.693-.098a.264.264 0 01-.097-.06c-.002-.01-.003-.057.04-.153.055-.12.16-.273.33-.448z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
),
|
21
|
+
/* @__PURE__ */ jsx(
|
22
|
+
"path",
|
23
|
+
{
|
24
|
+
fillRule: "evenodd",
|
25
|
+
clipRule: "evenodd",
|
26
|
+
d: "M17.843 2.722A3 3 0 0015.89 2H5a3 3 0 00-3 3v14a3 3 0 003 3h14a3 3 0 003-3V7.666a3 3 0 00-1.048-2.278l-3.11-2.666zM19 20.5a1.5 1.5 0 001.5-1.5V7.666a1.5 1.5 0 00-.524-1.14l-3.11-2.665a1.5 1.5 0 00-.976-.361H12v5.995a.25.25 0 01-.402.2L9.152 7.83a.25.25 0 00-.304 0L6.402 9.694A.25.25 0 016 9.495V3.5H5A1.5 1.5 0 003.5 5v14A1.5 1.5 0 005 20.5h14zM7.5 3.5h3v3.471l-.44-.334a1.75 1.75 0 00-2.12 0l-.44.334V3.5z",
|
27
|
+
fill: "#000"
|
28
|
+
}
|
29
|
+
)
|
30
|
+
]
|
31
|
+
}
|
32
|
+
);
|
33
|
+
};
|
34
|
+
export {
|
35
|
+
Contracts24px as default
|
36
|
+
};
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Contracts24pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: [
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M10.411 16.455c.375-.387.968-.782 1.656-1.062.04.098.072.197.097.296.104.432.039.807-.146 1.061-.176.243-.526.464-1.187.464-.354 0-.572-.047-.693-.098a.264.264 0 01-.097-.06c-.002-.01-.003-.057.04-.153.055-.12.16-.273.33-.448z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M2 5a3 3 0 013-3h10.89a3 3 0 011.953.722l3.11 2.666A3 3 0 0122 7.666V19a3 3 0 01-3 3H5a3 3 0 01-3-3V5zm4-1.5h5v5.82a.3.3 0 01-.502.22L8.702 7.9a.3.3 0 00-.404 0L6.502 9.54A.3.3 0 016 9.32V3.5zm1.714 12.071h.5v.002-.01l.003-.05a2.194 2.194 0 01.207-.796c.102-.209.246-.401.45-.542.2-.138.49-.246.918-.246.702 0 1.273.257 1.684.63-.73.326-1.356.76-1.783 1.2-.22.227-.406.475-.523.732-.115.255-.181.564-.08.875.104.324.355.542.657.67.293.125.66.178 1.084.178.898 0 1.587-.314 1.995-.875.4-.55.464-1.245.31-1.885a3.01 3.01 0 00-.11-.356c.303-.063.613-.098.922-.098 1.464 0 2.063.416 2.311.714.13.156.19.308.218.416a.786.786 0 01.023.147c0 .001 0 0 0 0v-.008s0-.002.5.017l.5.017v-.018a.79.79 0 00-.005-.12 1.782 1.782 0 00-.049-.282 2.056 2.056 0 00-.42-.81C16.53 14.476 15.601 14 13.948 14c-.49 0-.977.072-1.445.194-.59-.729-1.525-1.265-2.71-1.265-.61 0-1.102.159-1.485.422-.38.261-.626.605-.784.93a3.193 3.193 0 00-.309 1.25v.039l.5.001z",
|
25
|
+
fill: "#000"
|
26
|
+
}
|
27
|
+
)
|
28
|
+
]
|
29
|
+
}
|
30
|
+
);
|
31
|
+
};
|
32
|
+
export {
|
33
|
+
Contracts24pxF as default
|
34
|
+
};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const CopyClipboard24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: [
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
fillRule: "evenodd",
|
16
|
+
clipRule: "evenodd",
|
17
|
+
d: "M3 7h14v14H3V7zm1.5 12.5h11v-11h-11v11z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
),
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M21 3H7v3h1.5V4.5h11v11H18V17h3V3z", fill: "#000" })
|
22
|
+
]
|
23
|
+
}
|
24
|
+
);
|
25
|
+
};
|
26
|
+
export {
|
27
|
+
CopyClipboard24px as default
|
28
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Done24px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "24px",
|
7
|
+
height: "24px",
|
8
|
+
viewBox: "0 0 24 24",
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
10
|
+
...props,
|
11
|
+
children: /* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M19.535 6.526L9.183 17.056l-5.205-5.041 1.044-1.078 4.135 4.006 9.308-9.469 1.07 1.052z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Done24px as default
|
25
|
+
};
|