mimir-ui-kit 1.3.0 → 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,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Navigation16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M6.7 9.3L8.6 14h.933L14 2 2 6.467V7.4l4.7 1.9zM4.943 6.972l2.91 1.176 1.175 2.909L11.45 4.55 4.944 6.972z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Navigation16px as default
|
24
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const News16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M3.75 6c0 .414.336.75.75.75H9a.75.75 0 000-1.5H4.5a.75.75 0 00-.75.75zM4.5 9.75a.75.75 0 010-1.5h3a.75.75 0 010 1.5h-3z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
),
|
18
|
+
/* @__PURE__ */ jsx(
|
19
|
+
"path",
|
20
|
+
{
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M2 2a1 1 0 00-1 1v8.25A2.75 2.75 0 003.75 14H13a2 2 0 002-2V8h-2.5V3a1 1 0 00-1-1H2zm9 1.5H2.5v7.75c0 .69.56 1.25 1.25 1.25h7.313A2.005 2.005 0 0111 12V3.5zm2 9a.5.5 0 00.5-.5V9.5h-1V12a.5.5 0 00.5.5z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
News16px as default
|
33
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const News16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M1 3a1 1 0 011-1h9.5a1 1 0 011 1v5H15v4a2 2 0 01-2 2H3.75A2.75 2.75 0 011 11.25V3zm12.5 9a.5.5 0 01-1 0V9.5h1V12zm-9-5.25a.75.75 0 010-1.5H9a.75.75 0 010 1.5H4.5zm0 3a.75.75 0 010-1.5h3a.75.75 0 010 1.5h-3z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
News16pxF as default
|
24
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Number16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M9.233 12.395c.566.4 1.245.602 2.035.605.79 0 1.468-.2 2.031-.6.567-.403 1-.984 1.301-1.743.304-.761.456-1.68.456-2.755 0-1.07-.152-1.98-.456-2.732-.3-.755-.734-1.331-1.301-1.728-.566-.4-1.243-.6-2.03-.6-.788 0-1.465.198-2.031.595-.564.397-.997.973-1.301 1.728-.301.756-.453 1.668-.456 2.737 0 1.072.15 1.989.451 2.75.304.762.738 1.343 1.3 1.743zm3.122-7.633l-.03-.029a1.513 1.513 0 00-1.057-.408c-.61 0-1.094.304-1.45.912-.355.605-.534 1.493-.537 2.665-.003.787.075 1.448.235 1.982.034.112.071.218.111.319l2.728-5.441zm-2.21 6.273l.062.06a1.53 1.53 0 001.061.402c.615 0 1.1-.304 1.455-.912.358-.608.538-1.502.538-2.683 0-.781-.082-1.437-.245-1.968a3.964 3.964 0 00-.126-.352l-2.744 5.453z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
d: "M5.138 12.818V2.986H3.443L1 4.556v1.632l2.3-1.469h.057v8.099h1.781z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
Number16px as default
|
33
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const OpenFloatMenuArrow16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
d: "M2 12V4h1.5v8H2zM5.721 12V4h1.5v8h-1.5zM10.57 11.988L13.987 8l-3.419-3.988-1.138.976L12.012 8l-2.581 3.012 1.138.976z",
|
14
|
+
fill: "#000"
|
15
|
+
}
|
16
|
+
)
|
17
|
+
}
|
18
|
+
);
|
19
|
+
};
|
20
|
+
export {
|
21
|
+
OpenFloatMenuArrow16px as default
|
22
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const OpenFloatMenuMobileArrow16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
d: "M12 14H4v-1.5h8V14zM12 10.279H4v-1.5h8v1.5zM11.012 6.57l.976-1.14L8 2.013 4.012 5.431l.976 1.138L8 3.988l3.012 2.581z",
|
14
|
+
fill: "#000"
|
15
|
+
}
|
16
|
+
)
|
17
|
+
}
|
18
|
+
);
|
19
|
+
};
|
20
|
+
export {
|
21
|
+
OpenFloatMenuMobileArrow16px as default
|
22
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Orders16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
d: "M4.25 8A.75.75 0 015 7.25h6a.75.75 0 010 1.5H5A.75.75 0 014.25 8zM4.25 11a.75.75 0 01.75-.75h4a.75.75 0 010 1.5H5a.75.75 0 01-.75-.75z",
|
15
|
+
fill: "#000"
|
16
|
+
}
|
17
|
+
),
|
18
|
+
/* @__PURE__ */ jsx(
|
19
|
+
"path",
|
20
|
+
{
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M11.732 2A2 2 0 0010 1H6a2 2 0 00-1.732 1H3a2 2 0 00-2 2v9a2 2 0 002 2h10a2 2 0 002-2V4a2 2 0 00-2-2h-1.268zM5.5 3a.5.5 0 01.5-.5h4a.5.5 0 010 1H6a.5.5 0 01-.5-.5zm6.437.5H13a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H3a.5.5 0 01-.5-.5V4a.5.5 0 01.5-.5h1.063A2 2 0 006 5h4a2 2 0 001.937-1.5z",
|
24
|
+
fill: "#000"
|
25
|
+
}
|
26
|
+
)
|
27
|
+
]
|
28
|
+
}
|
29
|
+
);
|
30
|
+
};
|
31
|
+
export {
|
32
|
+
Orders16px as default
|
33
|
+
};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Orders16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 1.5h-3a1 1 0 100 2h3a1 1 0 100-2z", fill: "#000" }),
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
fillRule: "evenodd",
|
16
|
+
clipRule: "evenodd",
|
17
|
+
d: "M11.95 2A2.5 2.5 0 019.5 5h-3a2.5 2.5 0 01-2.45-3H3a2 2 0 00-2 2v9a2 2 0 002 2h10a2 2 0 002-2V4a2 2 0 00-2-2h-1.05zM5 7.25a.75.75 0 000 1.5h6a.75.75 0 000-1.5H5zm0 3a.75.75 0 000 1.5h4a.75.75 0 000-1.5H5z",
|
18
|
+
fill: "#000"
|
19
|
+
}
|
20
|
+
)
|
21
|
+
]
|
22
|
+
}
|
23
|
+
);
|
24
|
+
};
|
25
|
+
export {
|
26
|
+
Orders16pxF as default
|
27
|
+
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Pause16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx("path", { d: "M5.5 4v8H7V4H5.5zM9 4v8h1.5V4H9z", fill: "#000" })
|
11
|
+
}
|
12
|
+
);
|
13
|
+
};
|
14
|
+
export {
|
15
|
+
Pause16px as default
|
16
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Pen16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M10.646 8.182L7.818 5.354l1.06-1.061 2.83 2.828-1.062 1.06z",
|
17
|
+
fill: "#000"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M11 3.586l-7.04 7.04-.142 1.556 1.556-.141L12.414 5 11 3.586zm.707-1.414a1 1 0 00-1.414 0l-7.65 7.65a.5.5 0 00-.145.308l-.283 3.111a.5.5 0 00.544.543l3.111-.282a.5.5 0 00.308-.145l7.65-7.65a1 1 0 000-1.414l-2.12-2.121z",
|
26
|
+
fill: "#000"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
Pen16px as default
|
35
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Pen16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M11.707 2.172a1 1 0 00-1.414 0l-7.65 7.65a.5.5 0 00-.145.308l-.283 3.111a.5.5 0 00.544.544l3.111-.283a.5.5 0 00.308-.145l7.65-7.65a1 1 0 000-1.414l-2.12-2.121zM9.586 5L11 6.414 9.94 7.475 8.524 6.061 9.585 5z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Pen16pxF as default
|
24
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Phone16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M2.185 1.232a2.162 2.162 0 00-1.176 2.11v.01l.002.008a12.982 12.982 0 005.935 9.613 13.198 13.198 0 005.689 2.017l.04.004.04.003c.3.016.6-.029.882-.133h.001c.281-.106.538-.267.754-.477l.015-.014.015-.014c.393-.402.615-.941.618-1.505v-1.809a2.151 2.151 0 00-1.855-2.157h-.009a7.218 7.218 0 01-1.522-.377 2.164 2.164 0 00-1.192-.089l-1.32.82a8.78 8.78 0 01-2.358-2.343l.235-.234.006-.006a2.144 2.144 0 00.484-2.265 7.033 7.033 0 01-.373-1.5A2.16 2.16 0 004.928 1H3.07l-.05.003c-.29.02-.575.097-.835.23zM4.938 2.5H3.119a.664.664 0 00-.616.706 11.477 11.477 0 001.433 4.482l.007.014a11.397 11.397 0 003.81 4.007c.185.119.373.232.563.34l.008.004A11.678 11.678 0 0012.8 13.5a.678.678 0 00.51-.19.666.666 0 00.19-.462v-1.813a.65.65 0 00-.563-.66 8.712 8.712 0 01-1.842-.455.664.664 0 00-.693.144l-.76.758a.579.579 0 01-.686.091 10.289 10.289 0 01-.497-.299l-.007-.004A10.28 10.28 0 015.36 7.525l-.001-.002a10.257 10.257 0 01-.29-.48.56.56 0 01.09-.682l.762-.758a.644.644 0 00.144-.683 8.533 8.533 0 01-.456-1.836.66.66 0 00-.67-.584z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Phone16px as default
|
24
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Play16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
d: "M12.828 8.32c.23-.127.23-.513 0-.64L4.425 3.034c-.198-.11-.425.061-.425.32v9.292c0 .259.227.43.425.32l8.403-4.646z",
|
14
|
+
fill: "#000"
|
15
|
+
}
|
16
|
+
)
|
17
|
+
}
|
18
|
+
);
|
19
|
+
};
|
20
|
+
export {
|
21
|
+
Play16pxF as default
|
22
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Plus16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M7.25 7.25V4h1.5v3.25H12v1.5H8.75V12h-1.5V8.75H4v-1.5h3.25z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Plus16px as default
|
24
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const Pound16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx("circle", { cx: 8, cy: 8, r: 7, fill: "#fff" }),
|
12
|
+
/* @__PURE__ */ jsx(
|
13
|
+
"path",
|
14
|
+
{
|
15
|
+
d: "M9.936 11H5.96v-.756h3.977V11zM8.743 8.722H5.939v-.756h2.804v.756zM7.365 6.903l.091 2.452c.011.244-.02.463-.094.656a.9.9 0 01-.4.458l-.728-.225a.277.277 0 00.236-.156.995.995 0 00.111-.346c.019-.135.027-.256.023-.364L6.52 6.903c-.015-.397.06-.73.222-.997.165-.267.383-.468.656-.602.273-.134.566-.202.88-.202.281 0 .533.047.757.14.225.092.414.22.568.38.155.16.266.341.332.546.066.204.08.42.04.645l-.821-.131a.712.712 0 00-.088-.463.73.73 0 00-.321-.279 1.03 1.03 0 00-.895.02.884.884 0 00-.352.347c-.09.155-.134.354-.134.596z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
]
|
20
|
+
}
|
21
|
+
);
|
22
|
+
};
|
23
|
+
export {
|
24
|
+
Pound16px as default
|
25
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const PriceDown16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M6.125 2h-1.5v12h1.5V2zM2 4h1.5v10H2V4zm7.875 6h1.5v4h-1.5v-4zM7.25 9h1.5v5h-1.5V9zM14 9h-1.5v5H14V9z",
|
17
|
+
fill: "#B3B3B3"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M11.44 5.75H7.75v1.5H14V1h-1.5v3.69L8.28.47 7.22 1.53l4.22 4.22z",
|
26
|
+
fill: "#23B413"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
PriceDown16px as default
|
35
|
+
};
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
const PriceUp16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsxs(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: [
|
11
|
+
/* @__PURE__ */ jsx(
|
12
|
+
"path",
|
13
|
+
{
|
14
|
+
fillRule: "evenodd",
|
15
|
+
clipRule: "evenodd",
|
16
|
+
d: "M6.125 2h-1.5v12h1.5V2zM2 4h1.5v10H2V4zm7.875 4h1.5v6h-1.5V8zM7.25 9h1.5v5h-1.5V9zM14 9h-1.5v5H14V9z",
|
17
|
+
fill: "#B3B3B3"
|
18
|
+
}
|
19
|
+
),
|
20
|
+
/* @__PURE__ */ jsx(
|
21
|
+
"path",
|
22
|
+
{
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M11.44 2.5H7.75V1H14v6.25h-1.5V3.56L8.28 7.78 7.22 6.72l4.22-4.22z",
|
26
|
+
fill: "#E64646"
|
27
|
+
}
|
28
|
+
)
|
29
|
+
]
|
30
|
+
}
|
31
|
+
);
|
32
|
+
};
|
33
|
+
export {
|
34
|
+
PriceUp16px as default
|
35
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Question16px = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M13.5 8a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zM15 8A7 7 0 111 8a7 7 0 0114 0zM7.212 9.378v.145h1.513v-.145c0-.21.03-.388.089-.533.06-.147.147-.277.263-.39.118-.114.266-.223.444-.327.227-.135.425-.284.593-.448.17-.165.303-.356.397-.571.095-.216.142-.464.142-.746 0-.429-.109-.79-.326-1.087a2.002 2.002 0 00-.899-.67 3.478 3.478 0 00-1.3-.228c-.445 0-.852.077-1.221.23-.37.152-.666.387-.891.704-.223.317-.338.724-.345 1.221h1.634a.777.777 0 01.117-.422.805.805 0 01.692-.37c.14 0 .267.03.38.09a.653.653 0 01.373.614.734.734 0 01-.103.387c-.068.113-.162.22-.28.32a3.763 3.763 0 01-.398.287c-.187.12-.346.254-.476.401-.13.145-.23.336-.298.575-.067.24-.1.56-.1.963zm.128 2.205c.182.18.401.27.657.27a.856.856 0 00.451-.124.969.969 0 00.337-.334.871.871 0 00-.146-1.108.893.893 0 00-.642-.27.902.902 0 00-.657.27.858.858 0 00-.266.643.878.878 0 00.266.653z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Question16px as default
|
24
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
const Question16pxF = (props) => {
|
3
|
+
return /* @__PURE__ */ jsx(
|
4
|
+
"svg",
|
5
|
+
{
|
6
|
+
width: "16px",
|
7
|
+
height: "16px",
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
...props,
|
10
|
+
children: /* @__PURE__ */ jsx(
|
11
|
+
"path",
|
12
|
+
{
|
13
|
+
fillRule: "evenodd",
|
14
|
+
clipRule: "evenodd",
|
15
|
+
d: "M8 15A7 7 0 108 1a7 7 0 000 14zm-.882-5.622v.145H8.63v-.145c0-.21.03-.388.09-.533.058-.147.146-.277.262-.39.118-.114.266-.223.444-.327.227-.135.425-.284.593-.448.17-.165.303-.356.398-.571.094-.216.142-.464.142-.746 0-.429-.11-.79-.327-1.087a2.002 2.002 0 00-.898-.67 3.478 3.478 0 00-1.3-.228c-.445 0-.852.077-1.222.23-.37.152-.666.387-.891.704-.223.317-.337.724-.345 1.221H7.21a.777.777 0 01.117-.422.805.805 0 01.693-.37c.14 0 .266.03.38.09a.653.653 0 01.372.614.734.734 0 01-.103.387c-.068.113-.162.22-.28.32a3.763 3.763 0 01-.398.287c-.187.12-.345.254-.476.401-.13.145-.23.336-.298.575-.066.24-.1.56-.1.963zm.127 2.205c.183.18.402.27.657.27a.856.856 0 00.451-.124.969.969 0 00.338-.334.872.872 0 00-.146-1.108.893.893 0 00-.643-.27.902.902 0 00-.657.27.858.858 0 00-.266.643.878.878 0 00.266.653z",
|
16
|
+
fill: "#000"
|
17
|
+
}
|
18
|
+
)
|
19
|
+
}
|
20
|
+
);
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Question16pxF as default
|
24
|
+
};
|