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,23 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const OpenFloatMenuArrow24px = (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: "M16.058 17.502L21.009 12l-4.951-5.502-1.115 1.004L18.99 12l-4.048 4.498 1.115 1.004zM5 17.5v-11h1.5v11H5zM10 17.5v-11h1.5v11H10z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
)
|
18
|
+
}
|
19
|
+
);
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
OpenFloatMenuArrow24px as default
|
23
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const OpenFloatMenuMobileArrow24px = (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: "M16.998 9.057l1.004-1.114L12.5 2.99 6.998 7.943l1.004 1.114L12.5 5.01l4.498 4.048zM18 19H7v-1.5h11V19zm0-5H7v-1.5h11V14z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
OpenFloatMenuMobileArrow24px as default
|
25
|
+
};
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Orders24px = (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: "M7 11.25a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H7zM6.25 16a.75.75 0 01.75-.75h6a.75.75 0 010 1.5H7a.75.75 0 01-.75-.75z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M16.732 3A2 2 0 0015 2H9a2 2 0 00-1.732 1H5a3 3 0 00-3 3v13a3 3 0 003 3h14a3 3 0 003-3V6a3 3 0 00-3-3h-2.268zM8.5 4a.5.5 0 01.5-.5h6a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm8.437.5H19A1.5 1.5 0 0120.5 6v13a1.5 1.5 0 01-1.5 1.5H5A1.5 1.5 0 013.5 19V6A1.5 1.5 0 015 4.5h2.063A2 2 0 009 6h6a2 2 0 001.937-1.5z",
|
25
|
+
fill: "#000"
|
26
|
+
}
|
27
|
+
)
|
28
|
+
]
|
29
|
+
}
|
30
|
+
);
|
31
|
+
};
|
32
|
+
export {
|
33
|
+
Orders24px as default
|
34
|
+
};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Orders24pxF = (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("path", { d: "M15 2H9a1.5 1.5 0 000 3h6a1.5 1.5 0 000-3z", fill: "#000" }),
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M17.959 3A3 3 0 0115 6.5H9A3 3 0 016.041 3H5a3 3 0 00-3 3v13a3 3 0 003 3h14a3 3 0 003-3V6a3 3 0 00-3-3h-1.041zM7 11.25a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H7zm0 4a.75.75 0 000 1.5h6a.75.75 0 000-1.5H7z",
|
19
|
+
fill: "#000"
|
20
|
+
}
|
21
|
+
)
|
22
|
+
]
|
23
|
+
}
|
24
|
+
);
|
25
|
+
};
|
26
|
+
export {
|
27
|
+
Orders24pxF as default
|
28
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Pause24px = (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("path", { d: "M9 6v12h1.5V6H9zM13.5 6v12H15V6h-1.5z", fill: "#000" })
|
12
|
+
}
|
13
|
+
);
|
14
|
+
};
|
15
|
+
export {
|
16
|
+
Pause24px as default
|
17
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Pen24px = (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: "M15.972 12.043l-3.944-3.944 1.061-1.06 3.943 3.943-1.06 1.06z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
),
|
21
|
+
/* @__PURE__ */ jsx(
|
22
|
+
"path",
|
23
|
+
{
|
24
|
+
fillRule: "evenodd",
|
25
|
+
clipRule: "evenodd",
|
26
|
+
d: "M16.464 4.799L6.08 15.184l-.28 3.088 3.088-.28L19.272 7.606l-2.808-2.808zm.708-1.414a1 1 0 00-1.415 0L4.763 14.379a.5.5 0 00-.145.308l-.422 4.644a.5.5 0 00.543.544l4.645-.422a.5.5 0 00.308-.145L20.686 8.314a1 1 0 000-1.415l-3.514-3.514z",
|
27
|
+
fill: "#000"
|
28
|
+
}
|
29
|
+
)
|
30
|
+
]
|
31
|
+
}
|
32
|
+
);
|
33
|
+
};
|
34
|
+
export {
|
35
|
+
Pen24px as default
|
36
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Pen24pxF = (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: "M17.172 3.385a1 1 0 00-1.415 0L4.763 14.379a.5.5 0 00-.145.308l-.422 4.644a.5.5 0 00.543.544l4.645-.423a.5.5 0 00.308-.144L20.686 8.314a1 1 0 000-1.415l-3.514-3.514zm-3.515 4.221l2.808 2.808-1.061 1.06-2.808-2.807 1.06-1.06z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Pen24pxF as default
|
25
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Phone24px = (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.393 22h-.264a19.251 19.251 0 01-8.345-2.95 18.994 18.994 0 01-5.809-5.775 19.072 19.072 0 01-2.961-8.336 2.62 2.62 0 01.62-1.978A2.661 2.661 0 014.47 2h2.985c.646 0 1.271.232 1.762.65.49.42.814 1 .913 1.637.109.817.313 1.62.608 2.39a2.701 2.701 0 01-.62 2.847l-.7.698a13.749 13.749 0 004.328 4.288l.7-.686a2.724 2.724 0 012.858-.618c.774.292 1.58.495 2.4.607a2.7 2.7 0 011.664.928 2.68 2.68 0 01.631 1.793v2.744c0 .714-.284 1.399-.79 1.905a2.714 2.714 0 01-1.907.794l.091.023zM7.268 3.5H4.457a1.026 1.026 0 00-.718.364.972.972 0 00-.235.726 17.745 17.745 0 002.717 7.76 17.613 17.613 0 005.399 5.382 18.081 18.081 0 007.798 2.766 1.053 1.053 0 00.788-.293 1.03 1.03 0 00.294-.715v-2.802a1.007 1.007 0 00-.87-1.02 13.468 13.468 0 01-2.847-.703 1.026 1.026 0 00-1.07.223l-1.176 1.172a.895.895 0 01-1.059.14 15.887 15.887 0 01-6.01-5.978.865.865 0 01.14-1.055l1.177-1.172A.996.996 0 009.01 7.24a13.188 13.188 0 01-.706-2.837A1.019 1.019 0 007.268 3.5z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Phone24px as default
|
25
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Play24px = (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: "M19.24 11.566a.5.5 0 010 .868L6.748 19.573A.5.5 0 016 19.138V4.862a.5.5 0 01.748-.435l12.492 7.139z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
)
|
18
|
+
}
|
19
|
+
);
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
Play24px as default
|
23
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Plus24px = (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: "M11.25 11.25V6h1.5v5.25H18v1.5h-5.25V18h-1.5v-5.25H6v-1.5h5.25z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Plus24px as default
|
25
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Pound24px = (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: 10, fill: "#fff" }),
|
13
|
+
/* @__PURE__ */ jsx(
|
14
|
+
"path",
|
15
|
+
{
|
16
|
+
d: "M14.777 16H9v-.938h5.778V16zm-1.84-3.392H8.964v-.972h3.971v.972zm-2.114-2.693l.136 3.699c.017.358-.015.689-.098.993-.08.3-.234.532-.464.694l-1.057-.239c.17 0 .301-.085.392-.255.09-.17.152-.37.183-.597.031-.227.044-.426.038-.596l-.119-3.7c-.023-.619.09-1.133.337-1.542.25-.409.577-.714.98-.916a2.83 2.83 0 011.274-.303c.406 0 .776.074 1.108.222.332.145.612.34.84.588.227.247.386.526.477.835.09.307.095.622.013.946l-.99-.272c.04-.296-.005-.546-.135-.75a1.2 1.2 0 00-.537-.47 1.695 1.695 0 00-1.513.034c-.253.129-.46.328-.622.598-.162.267-.243.61-.243 1.03z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
]
|
21
|
+
}
|
22
|
+
);
|
23
|
+
};
|
24
|
+
export {
|
25
|
+
Pound24px as default
|
26
|
+
};
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const PriceDown24px = (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: "M9 3H7v18h2V3zM3 5h2v16H3V5zM15 15h2v6h-2v-6zM11 13h2v8h-2v-8zM21 13h-2v8h2v-8z",
|
16
|
+
fill: "#B3B3B3"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M17.586 9.5H11.5v2H21V2h-2v6.086l-6.793-6.793-1.414 1.414L17.586 9.5z",
|
25
|
+
fill: "#23B413"
|
26
|
+
}
|
27
|
+
)
|
28
|
+
]
|
29
|
+
}
|
30
|
+
);
|
31
|
+
};
|
32
|
+
export {
|
33
|
+
PriceDown24px as default
|
34
|
+
};
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const PriceUp24px = (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: "M9 3H7v18h2V3zM3 5h2v16H3V5zM15 12h2v9h-2v-9zM11 13h2v8h-2v-8zM21 13h-2v8h2v-8z",
|
16
|
+
fill: "#B3B3B3"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M17.586 4H11.5V2H21v9.5h-2V5.414l-6.793 6.793-1.414-1.414L17.586 4z",
|
25
|
+
fill: "#E64646"
|
26
|
+
}
|
27
|
+
)
|
28
|
+
]
|
29
|
+
}
|
30
|
+
);
|
31
|
+
};
|
32
|
+
export {
|
33
|
+
PriceUp24px as default
|
34
|
+
};
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Question24px = (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: "M11.004 14.155v.138h1.774v-.138c.003-.377.048-.693.133-.948.089-.26.224-.485.405-.677.185-.192.42-.376.708-.554.327-.195.61-.417.847-.666.238-.248.421-.532.549-.852.131-.32.197-.682.197-1.087 0-.6-.146-1.118-.437-1.555-.287-.44-.69-.78-1.209-1.017-.515-.238-1.111-.357-1.79-.357-.621 0-1.19.113-1.704.34A2.898 2.898 0 009.24 7.806c-.309.455-.472 1.02-.49 1.694h1.896c.018-.334.1-.609.245-.825.15-.22.336-.384.56-.49a1.63 1.63 0 01.719-.166c.273 0 .52.057.74.17.224.115.401.274.533.48.131.206.197.45.197.73 0 .249-.05.474-.15.677-.099.198-.235.38-.41.543-.17.16-.363.307-.58.442-.316.195-.584.41-.804.645-.22.23-.391.536-.512.916-.117.38-.177.891-.18 1.534zM11.105 17.276c.231.228.506.341.826.341.213 0 .407-.051.58-.154.178-.107.32-.249.427-.426a1.1 1.1 0 00.165-.592c0-.32-.117-.593-.352-.82a1.13 1.13 0 00-.82-.34c-.32 0-.595.113-.826.34-.23.227-.346.5-.346.82 0 .327.116.604.346.831z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
),
|
19
|
+
/* @__PURE__ */ jsx(
|
20
|
+
"path",
|
21
|
+
{
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-1.5 0a8.5 8.5 0 11-17 0 8.5 8.5 0 0117 0z",
|
25
|
+
fill: "#000"
|
26
|
+
}
|
27
|
+
)
|
28
|
+
]
|
29
|
+
}
|
30
|
+
);
|
31
|
+
};
|
32
|
+
export {
|
33
|
+
Question24px as default
|
34
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Question24pxF = (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: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-.996-7.845v.138h1.774v-.138c.003-.377.048-.693.133-.948.089-.26.224-.485.405-.677.185-.192.42-.376.708-.554.327-.195.61-.417.847-.666.238-.248.421-.532.549-.852.131-.32.197-.682.197-1.087 0-.6-.146-1.118-.437-1.555-.287-.44-.69-.78-1.209-1.017-.515-.238-1.111-.357-1.79-.357-.621 0-1.19.113-1.704.34A2.898 2.898 0 009.24 7.806c-.309.455-.472 1.02-.49 1.694h1.896c.018-.334.1-.609.245-.825.15-.22.336-.384.56-.49a1.63 1.63 0 01.719-.166c.273 0 .52.057.74.17.224.115.401.274.533.48.131.206.197.45.197.73 0 .249-.05.474-.15.677-.099.198-.235.38-.41.543-.17.16-.363.307-.58.442-.316.195-.584.41-.804.645-.22.23-.391.536-.512.916-.117.38-.177.891-.18 1.534zm.101 3.121c.231.228.506.341.826.341.213 0 .407-.051.58-.154.178-.107.32-.249.427-.426a1.1 1.1 0 00.165-.592c0-.32-.117-.593-.352-.82a1.13 1.13 0 00-.82-.34c-.32 0-.595.113-.826.34-.23.227-.346.5-.346.82 0 .327.116.604.346.831z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Question24pxF as default
|
25
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Rutube24px = (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: "M17.76 13.316c1.416-1.12 2.325-2.654 2.325-4.579V7.9c0-3.38-2.793-5.862-6.236-5.862L4 2l.006 18.964L8.658 21v-6.437h4.781L16.556 21H22l-4.24-7.684zm-2.428-4.809c0 1.346-1.113 2.11-2.485 2.11h-4.19V6.063h4.19c1.372 0 2.485.945 2.485 2.291v.153z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
)
|
18
|
+
}
|
19
|
+
);
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
Rutube24px as default
|
23
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Scan24px = (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: "M3.75 4A1.75 1.75 0 002 5.75V8h1.5V5.75a.25.25 0 01.25-.25H6V4H3.75zM18 5.5h2.25a.25.25 0 01.25.25V8H22V5.75A1.75 1.75 0 0020.25 4H18v1.5zM3.5 18.25V16H2v2.25c0 .966.784 1.75 1.75 1.75H6v-1.5H3.75a.25.25 0 01-.25-.25zM20.5 16v2.25a.25.25 0 01-.25.25H18V20h2.25A1.75 1.75 0 0022 18.25V16h-1.5zM11.25 18V6h1.5v12h-1.5zM7 17V7h1.5v10H7zM15.5 17V7H17v10h-1.5z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
)
|
18
|
+
}
|
19
|
+
);
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
Scan24px as default
|
23
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Search24px = (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: "M11.11 4.75a6.36 6.36 0 00-6.36 6.361 6.36 6.36 0 0010.636 4.71l.432-.432A6.36 6.36 0 0011.11 4.75zm6.064 11.363A7.86 7.86 0 103.25 11.111a7.86 7.86 0 0012.864 6.063L20 21.061 21.06 20l-3.886-3.888z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
)
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Search24px as default
|
25
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Share24pxF = (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: "M22 10.472L13.074 3v3.812C4.374 6.885 1.147 13.564 2.19 20c1.902-4 5.856-5.576 10.885-5.756v3.7L22 10.472z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
)
|
18
|
+
}
|
19
|
+
);
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
Share24pxF as default
|
23
|
+
};
|