@modul/mbui 0.0.2 → 0.0.3-beta-pv-52770-7d2f2b64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@/config/button.d.ts +90 -0
- package/dist/@/config/button.js +92 -0
- package/dist/@/config/button.js.map +1 -0
- package/dist/@/config/index.d.ts +137 -0
- package/dist/@/config/index.js +99 -0
- package/dist/@/config/index.js.map +1 -0
- package/dist/@/lib/utils.d.ts +2 -0
- package/dist/@/lib/utils.js +10 -0
- package/dist/@/lib/utils.js.map +1 -0
- package/dist/Audio/Audio.d.ts +123 -0
- package/dist/Audio/Audio.js +294 -0
- package/dist/Audio/Audio.js.map +1 -0
- package/dist/Audio/index.d.ts +3 -0
- package/dist/Audio/index.js +7 -0
- package/dist/Audio/index.js.map +1 -0
- package/dist/Audio/types.d.ts +34 -0
- package/dist/Audio/types.js +13 -0
- package/dist/Audio/types.js.map +1 -0
- package/dist/Base/Buttons/Button.d.ts +12 -0
- package/dist/Base/Buttons/Button.js +53 -0
- package/dist/Base/Buttons/Button.js.map +1 -0
- package/dist/Base/Buttons/index.d.ts +3 -0
- package/dist/Base/Buttons/index.js +7 -0
- package/dist/Base/Buttons/index.js.map +1 -0
- package/dist/Base/Input/Base.d.ts +4 -0
- package/dist/Base/Input/Base.js +20 -0
- package/dist/Base/Input/Base.js.map +1 -0
- package/dist/Base/Input/Input.d.ts +4 -0
- package/dist/Base/Input/Input.js +18 -0
- package/dist/Base/Input/Input.js.map +1 -0
- package/dist/Base/Input/index.d.ts +2 -0
- package/dist/Base/Input/index.js +7 -0
- package/dist/Base/Input/index.js.map +1 -0
- package/dist/Base/Input/types.d.ts +9 -0
- package/dist/Base/Input/types.js +3 -0
- package/dist/Base/Input/types.js.map +1 -0
- package/dist/Base/Links/TextLink.d.ts +4 -0
- package/dist/Base/Links/TextLink.js +9 -0
- package/dist/Base/Links/TextLink.js.map +1 -0
- package/dist/Base/Links/index.d.ts +2 -0
- package/dist/Base/Links/index.js +7 -0
- package/dist/Base/Links/index.js.map +1 -0
- package/dist/Collapse/Collapse.d.ts +10 -0
- package/dist/Collapse/Collapse.js +21 -0
- package/dist/Collapse/Collapse.js.map +1 -0
- package/dist/Collapse/index.d.ts +3 -0
- package/dist/Collapse/index.js +8 -0
- package/dist/Collapse/index.js.map +1 -0
- package/dist/Input-OTP/Input.d.ts +32 -0
- package/dist/Input-OTP/Input.js +28 -0
- package/dist/Input-OTP/Input.js.map +1 -0
- package/dist/Input-OTP/index.d.ts +2 -0
- package/dist/Input-OTP/index.js +9 -0
- package/dist/Input-OTP/index.js.map +1 -0
- package/dist/Logo/Logo.d.ts +7 -0
- package/dist/Logo/Logo.js +11 -0
- package/dist/Logo/Logo.js.map +1 -0
- package/dist/Logo/index.d.ts +2 -0
- package/dist/Logo/index.js +6 -0
- package/dist/Logo/index.js.map +1 -0
- package/dist/Popover/Popover.d.ts +13 -0
- package/dist/Popover/Popover.js +17 -0
- package/dist/Popover/Popover.js.map +1 -0
- package/dist/Popover/index.d.ts +3 -0
- package/dist/Popover/index.js +8 -0
- package/dist/Popover/index.js.map +1 -0
- package/dist/Slider/Slider.d.ts +4 -0
- package/dist/Slider/Slider.js +12 -0
- package/dist/Slider/Slider.js.map +1 -0
- package/dist/Slider/index.d.ts +3 -0
- package/dist/Slider/index.js +8 -0
- package/dist/Slider/index.js.map +1 -0
- package/dist/Tabs/Tabs.d.ts +13 -0
- package/dist/Tabs/Tabs.js +18 -0
- package/dist/Tabs/Tabs.js.map +1 -0
- package/dist/Tabs/index.d.ts +3 -0
- package/dist/Tabs/index.js +8 -0
- package/dist/Tabs/index.js.map +1 -0
- package/dist/Tooltip/Tooltip.d.ts +13 -0
- package/dist/Tooltip/Tooltip.js +16 -0
- package/dist/Tooltip/Tooltip.js.map +1 -0
- package/dist/Tooltip/index.d.ts +3 -0
- package/dist/Tooltip/index.js +8 -0
- package/dist/Tooltip/index.js.map +1 -0
- package/dist/components/BottonNavigation/BottonNavigation.d.ts +6 -0
- package/dist/components/BottonNavigation/BottonNavigation.js +37 -0
- package/dist/components/BottonNavigation/BottonNavigation.js.map +1 -0
- package/dist/components/BottonNavigation/index.d.ts +3 -0
- package/dist/components/BottonNavigation/index.js +3 -0
- package/dist/components/BottonNavigation/index.js.map +1 -0
- package/dist/components/SvgIcon/SvgIcon.d.ts +10 -0
- package/dist/components/SvgIcon/SvgIcon.js +20 -0
- package/dist/components/SvgIcon/SvgIcon.js.map +1 -0
- package/dist/components/SvgIcon/icons/AddList.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AddList.js +9 -0
- package/dist/components/SvgIcon/icons/AddList.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertCircle.js +9 -0
- package/dist/components/SvgIcon/icons/AlertCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertCircleSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertCircleSolid.js +9 -0
- package/dist/components/SvgIcon/icons/AlertCircleSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertDiamond.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertDiamond.js +9 -0
- package/dist/components/SvgIcon/icons/AlertDiamond.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertDiamondSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertDiamondSolid.js +9 -0
- package/dist/components/SvgIcon/icons/AlertDiamondSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertShield.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertShield.js +9 -0
- package/dist/components/SvgIcon/icons/AlertShield.js.map +1 -0
- package/dist/components/SvgIcon/icons/Android.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Android.js +9 -0
- package/dist/components/SvgIcon/icons/Android.js.map +1 -0
- package/dist/components/SvgIcon/icons/Apple.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Apple.js +9 -0
- package/dist/components/SvgIcon/icons/Apple.js.map +1 -0
- package/dist/components/SvgIcon/icons/Archive.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Archive.js +9 -0
- package/dist/components/SvgIcon/icons/Archive.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowCircle.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowDown.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowDown.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowDown.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowLeft.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowLeft.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowLeft.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowRight.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowRight.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowRight.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowUp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowUp.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowUp.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowUpCorner.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowUpCorner.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowUpCorner.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowsChange.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowsChange.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowsChange.js.map +1 -0
- package/dist/components/SvgIcon/icons/Atm.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Atm.js +9 -0
- package/dist/components/SvgIcon/icons/Atm.js.map +1 -0
- package/dist/components/SvgIcon/icons/Attach.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Attach.js +9 -0
- package/dist/components/SvgIcon/icons/Attach.js.map +1 -0
- package/dist/components/SvgIcon/icons/Bank.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Bank.js +9 -0
- package/dist/components/SvgIcon/icons/Bank.js.map +1 -0
- package/dist/components/SvgIcon/icons/Bold.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Bold.js +9 -0
- package/dist/components/SvgIcon/icons/Bold.js.map +1 -0
- package/dist/components/SvgIcon/icons/Bonus.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Bonus.js +9 -0
- package/dist/components/SvgIcon/icons/Bonus.js.map +1 -0
- package/dist/components/SvgIcon/icons/Building.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Building.js +9 -0
- package/dist/components/SvgIcon/icons/Building.js.map +1 -0
- package/dist/components/SvgIcon/icons/Calendar.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Calendar.js +9 -0
- package/dist/components/SvgIcon/icons/Calendar.js.map +1 -0
- package/dist/components/SvgIcon/icons/CalendarCancel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CalendarCancel.js +9 -0
- package/dist/components/SvgIcon/icons/CalendarCancel.js.map +1 -0
- package/dist/components/SvgIcon/icons/Call.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Call.js +9 -0
- package/dist/components/SvgIcon/icons/Call.js.map +1 -0
- package/dist/components/SvgIcon/icons/CallEnd.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CallEnd.js +9 -0
- package/dist/components/SvgIcon/icons/CallEnd.js.map +1 -0
- package/dist/components/SvgIcon/icons/CallMissed.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CallMissed.js +9 -0
- package/dist/components/SvgIcon/icons/CallMissed.js.map +1 -0
- package/dist/components/SvgIcon/icons/Callback.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Callback.js +9 -0
- package/dist/components/SvgIcon/icons/Callback.js.map +1 -0
- package/dist/components/SvgIcon/icons/Camera.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Camera.js +9 -0
- package/dist/components/SvgIcon/icons/Camera.js.map +1 -0
- package/dist/components/SvgIcon/icons/Cancel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Cancel.js +9 -0
- package/dist/components/SvgIcon/icons/Cancel.js.map +1 -0
- package/dist/components/SvgIcon/icons/CancelSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CancelSolid.js +9 -0
- package/dist/components/SvgIcon/icons/CancelSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Card.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Card.js +9 -0
- package/dist/components/SvgIcon/icons/Card.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardLock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardLock.js +9 -0
- package/dist/components/SvgIcon/icons/CardLock.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardRefill.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardRefill.js +9 -0
- package/dist/components/SvgIcon/icons/CardRefill.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardReissue.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardReissue.js +9 -0
- package/dist/components/SvgIcon/icons/CardReissue.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardScan.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardScan.js +9 -0
- package/dist/components/SvgIcon/icons/CardScan.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardToCard.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardToCard.js +9 -0
- package/dist/components/SvgIcon/icons/CardToCard.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardUnlock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardUnlock.js +9 -0
- package/dist/components/SvgIcon/icons/CardUnlock.js.map +1 -0
- package/dist/components/SvgIcon/icons/Change.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Change.js +9 -0
- package/dist/components/SvgIcon/icons/Change.js.map +1 -0
- package/dist/components/SvgIcon/icons/Chart.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Chart.js +9 -0
- package/dist/components/SvgIcon/icons/Chart.js.map +1 -0
- package/dist/components/SvgIcon/icons/Chat.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Chat.js +9 -0
- package/dist/components/SvgIcon/icons/Chat.js.map +1 -0
- package/dist/components/SvgIcon/icons/ChatSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ChatSolid.js +9 -0
- package/dist/components/SvgIcon/icons/ChatSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Check.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Check.js +9 -0
- package/dist/components/SvgIcon/icons/Check.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckCircle.js +9 -0
- package/dist/components/SvgIcon/icons/CheckCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckCircleSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckCircleSolid.js +9 -0
- package/dist/components/SvgIcon/icons/CheckCircleSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckShield.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckShield.js +9 -0
- package/dist/components/SvgIcon/icons/CheckShield.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckSmall.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckSmall.js +9 -0
- package/dist/components/SvgIcon/icons/CheckSmall.js.map +1 -0
- package/dist/components/SvgIcon/icons/Checklist.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Checklist.js +9 -0
- package/dist/components/SvgIcon/icons/Checklist.js.map +1 -0
- package/dist/components/SvgIcon/icons/Circle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Circle.js +9 -0
- package/dist/components/SvgIcon/icons/Circle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Clock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Clock.js +9 -0
- package/dist/components/SvgIcon/icons/Clock.js.map +1 -0
- package/dist/components/SvgIcon/icons/Close.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Close.js +9 -0
- package/dist/components/SvgIcon/icons/Close.js.map +1 -0
- package/dist/components/SvgIcon/icons/Coins.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Coins.js +9 -0
- package/dist/components/SvgIcon/icons/Coins.js.map +1 -0
- package/dist/components/SvgIcon/icons/Collapse.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Collapse.js +9 -0
- package/dist/components/SvgIcon/icons/Collapse.js.map +1 -0
- package/dist/components/SvgIcon/icons/Copy.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Copy.js +9 -0
- package/dist/components/SvgIcon/icons/Copy.js.map +1 -0
- package/dist/components/SvgIcon/icons/Cup.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Cup.js +9 -0
- package/dist/components/SvgIcon/icons/Cup.js.map +1 -0
- package/dist/components/SvgIcon/icons/CurrencyChange.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CurrencyChange.js +9 -0
- package/dist/components/SvgIcon/icons/CurrencyChange.js.map +1 -0
- package/dist/components/SvgIcon/icons/CurrencyTransfer.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CurrencyTransfer.js +9 -0
- package/dist/components/SvgIcon/icons/CurrencyTransfer.js.map +1 -0
- package/dist/components/SvgIcon/icons/Deposit.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Deposit.js +9 -0
- package/dist/components/SvgIcon/icons/Deposit.js.map +1 -0
- package/dist/components/SvgIcon/icons/Diamond.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Diamond.js +9 -0
- package/dist/components/SvgIcon/icons/Diamond.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dislike.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dislike.js +9 -0
- package/dist/components/SvgIcon/icons/Dislike.js.map +1 -0
- package/dist/components/SvgIcon/icons/DislikeSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DislikeSolid.js +9 -0
- package/dist/components/SvgIcon/icons/DislikeSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Doc.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Doc.js +9 -0
- package/dist/components/SvgIcon/icons/Doc.js.map +1 -0
- package/dist/components/SvgIcon/icons/DocCancel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DocCancel.js +9 -0
- package/dist/components/SvgIcon/icons/DocCancel.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dollar.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dollar.js +9 -0
- package/dist/components/SvgIcon/icons/Dollar.js.map +1 -0
- package/dist/components/SvgIcon/icons/DoubleArrow.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DoubleArrow.js +9 -0
- package/dist/components/SvgIcon/icons/DoubleArrow.js.map +1 -0
- package/dist/components/SvgIcon/icons/DoubleTick.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DoubleTick.js +9 -0
- package/dist/components/SvgIcon/icons/DoubleTick.js.map +1 -0
- package/dist/components/SvgIcon/icons/Download.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Download.js +9 -0
- package/dist/components/SvgIcon/icons/Download.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dropdown.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dropdown.js +9 -0
- package/dist/components/SvgIcon/icons/Dropdown.js.map +1 -0
- package/dist/components/SvgIcon/icons/DropdownSmallOld.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DropdownSmallOld.js +9 -0
- package/dist/components/SvgIcon/icons/DropdownSmallOld.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dropup.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dropup.js +9 -0
- package/dist/components/SvgIcon/icons/Dropup.js.map +1 -0
- package/dist/components/SvgIcon/icons/Edit.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Edit.js +9 -0
- package/dist/components/SvgIcon/icons/Edit.js.map +1 -0
- package/dist/components/SvgIcon/icons/Email.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Email.js +9 -0
- package/dist/components/SvgIcon/icons/Email.js.map +1 -0
- package/dist/components/SvgIcon/icons/Excel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Excel.js +9 -0
- package/dist/components/SvgIcon/icons/Excel.js.map +1 -0
- package/dist/components/SvgIcon/icons/Expand.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Expand.js +9 -0
- package/dist/components/SvgIcon/icons/Expand.js.map +1 -0
- package/dist/components/SvgIcon/icons/Eye.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Eye.js +9 -0
- package/dist/components/SvgIcon/icons/Eye.js.map +1 -0
- package/dist/components/SvgIcon/icons/EyeOff.d.ts +4 -0
- package/dist/components/SvgIcon/icons/EyeOff.js +9 -0
- package/dist/components/SvgIcon/icons/EyeOff.js.map +1 -0
- package/dist/components/SvgIcon/icons/Favorite.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Favorite.js +9 -0
- package/dist/components/SvgIcon/icons/Favorite.js.map +1 -0
- package/dist/components/SvgIcon/icons/FavoriteSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/FavoriteSolid.js +9 -0
- package/dist/components/SvgIcon/icons/FavoriteSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Fb.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Fb.js +9 -0
- package/dist/components/SvgIcon/icons/Fb.js.map +1 -0
- package/dist/components/SvgIcon/icons/FbCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/FbCircle.js +9 -0
- package/dist/components/SvgIcon/icons/FbCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/File.d.ts +4 -0
- package/dist/components/SvgIcon/icons/File.js +9 -0
- package/dist/components/SvgIcon/icons/File.js.map +1 -0
- package/dist/components/SvgIcon/icons/FileAdd.d.ts +4 -0
- package/dist/components/SvgIcon/icons/FileAdd.js +9 -0
- package/dist/components/SvgIcon/icons/FileAdd.js.map +1 -0
- package/dist/components/SvgIcon/icons/Files.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Files.js +9 -0
- package/dist/components/SvgIcon/icons/Files.js.map +1 -0
- package/dist/components/SvgIcon/icons/Filter.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Filter.js +9 -0
- package/dist/components/SvgIcon/icons/Filter.js.map +1 -0
- package/dist/components/SvgIcon/icons/Folder.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Folder.js +9 -0
- package/dist/components/SvgIcon/icons/Folder.js.map +1 -0
- package/dist/components/SvgIcon/icons/Geolocation.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Geolocation.js +9 -0
- package/dist/components/SvgIcon/icons/Geolocation.js.map +1 -0
- package/dist/components/SvgIcon/icons/Gift.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Gift.js +9 -0
- package/dist/components/SvgIcon/icons/Gift.js.map +1 -0
- package/dist/components/SvgIcon/icons/Globe.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Globe.js +9 -0
- package/dist/components/SvgIcon/icons/Globe.js.map +1 -0
- package/dist/components/SvgIcon/icons/Heart.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Heart.js +9 -0
- package/dist/components/SvgIcon/icons/Heart.js.map +1 -0
- package/dist/components/SvgIcon/icons/HeartSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/HeartSolid.js +9 -0
- package/dist/components/SvgIcon/icons/HeartSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Help.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Help.js +9 -0
- package/dist/components/SvgIcon/icons/Help.js.map +1 -0
- package/dist/components/SvgIcon/icons/Home.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Home.js +9 -0
- package/dist/components/SvgIcon/icons/Home.js.map +1 -0
- package/dist/components/SvgIcon/icons/Housing.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Housing.js +9 -0
- package/dist/components/SvgIcon/icons/Housing.js.map +1 -0
- package/dist/components/SvgIcon/icons/Ig.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Ig.js +9 -0
- package/dist/components/SvgIcon/icons/Ig.js.map +1 -0
- package/dist/components/SvgIcon/icons/IgCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/IgCircle.js +9 -0
- package/dist/components/SvgIcon/icons/IgCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Info.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Info.js +9 -0
- package/dist/components/SvgIcon/icons/Info.js.map +1 -0
- package/dist/components/SvgIcon/icons/InfoBook.d.ts +4 -0
- package/dist/components/SvgIcon/icons/InfoBook.js +9 -0
- package/dist/components/SvgIcon/icons/InfoBook.js.map +1 -0
- package/dist/components/SvgIcon/icons/InfoSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/InfoSolid.js +9 -0
- package/dist/components/SvgIcon/icons/InfoSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Italic.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Italic.js +9 -0
- package/dist/components/SvgIcon/icons/Italic.js.map +1 -0
- package/dist/components/SvgIcon/icons/Key.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Key.js +9 -0
- package/dist/components/SvgIcon/icons/Key.js.map +1 -0
- package/dist/components/SvgIcon/icons/Left.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Left.js +9 -0
- package/dist/components/SvgIcon/icons/Left.js.map +1 -0
- package/dist/components/SvgIcon/icons/Lightbulb.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Lightbulb.js +9 -0
- package/dist/components/SvgIcon/icons/Lightbulb.js.map +1 -0
- package/dist/components/SvgIcon/icons/Like.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Like.js +9 -0
- package/dist/components/SvgIcon/icons/Like.js.map +1 -0
- package/dist/components/SvgIcon/icons/LikeSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/LikeSolid.js +9 -0
- package/dist/components/SvgIcon/icons/LikeSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Link.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Link.js +9 -0
- package/dist/components/SvgIcon/icons/Link.js.map +1 -0
- package/dist/components/SvgIcon/icons/Lock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Lock.js +9 -0
- package/dist/components/SvgIcon/icons/Lock.js.map +1 -0
- package/dist/components/SvgIcon/icons/Logout.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Logout.js +9 -0
- package/dist/components/SvgIcon/icons/Logout.js.map +1 -0
- package/dist/components/SvgIcon/icons/MagicWand.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MagicWand.js +9 -0
- package/dist/components/SvgIcon/icons/MagicWand.js.map +1 -0
- package/dist/components/SvgIcon/icons/Mail.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Mail.js +9 -0
- package/dist/components/SvgIcon/icons/Mail.js.map +1 -0
- package/dist/components/SvgIcon/icons/MailSend.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MailSend.js +9 -0
- package/dist/components/SvgIcon/icons/MailSend.js.map +1 -0
- package/dist/components/SvgIcon/icons/Map.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Map.js +9 -0
- package/dist/components/SvgIcon/icons/Map.js.map +1 -0
- package/dist/components/SvgIcon/icons/MapPin.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MapPin.js +9 -0
- package/dist/components/SvgIcon/icons/MapPin.js.map +1 -0
- package/dist/components/SvgIcon/icons/Menu.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Menu.js +9 -0
- package/dist/components/SvgIcon/icons/Menu.js.map +1 -0
- package/dist/components/SvgIcon/icons/Mic.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Mic.js +9 -0
- package/dist/components/SvgIcon/icons/Mic.js.map +1 -0
- package/dist/components/SvgIcon/icons/MicOff.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MicOff.js +9 -0
- package/dist/components/SvgIcon/icons/MicOff.js.map +1 -0
- package/dist/components/SvgIcon/icons/Minus.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Minus.js +9 -0
- package/dist/components/SvgIcon/icons/Minus.js.map +1 -0
- package/dist/components/SvgIcon/icons/MinusCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MinusCircle.js +9 -0
- package/dist/components/SvgIcon/icons/MinusCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/MinusShort.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MinusShort.js +9 -0
- package/dist/components/SvgIcon/icons/MinusShort.js.map +1 -0
- package/dist/components/SvgIcon/icons/Moneybox.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Moneybox.js +9 -0
- package/dist/components/SvgIcon/icons/Moneybox.js.map +1 -0
- package/dist/components/SvgIcon/icons/More.d.ts +4 -0
- package/dist/components/SvgIcon/icons/More.js +9 -0
- package/dist/components/SvgIcon/icons/More.js.map +1 -0
- package/dist/components/SvgIcon/icons/Move.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Move.js +9 -0
- package/dist/components/SvgIcon/icons/Move.js.map +1 -0
- package/dist/components/SvgIcon/icons/Newbie.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Newbie.js +9 -0
- package/dist/components/SvgIcon/icons/Newbie.js.map +1 -0
- package/dist/components/SvgIcon/icons/News.d.ts +4 -0
- package/dist/components/SvgIcon/icons/News.js +9 -0
- package/dist/components/SvgIcon/icons/News.js.map +1 -0
- package/dist/components/SvgIcon/icons/Notes.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Notes.js +9 -0
- package/dist/components/SvgIcon/icons/Notes.js.map +1 -0
- package/dist/components/SvgIcon/icons/Notification.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Notification.js +9 -0
- package/dist/components/SvgIcon/icons/Notification.js.map +1 -0
- package/dist/components/SvgIcon/icons/Ok.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Ok.js +9 -0
- package/dist/components/SvgIcon/icons/Ok.js.map +1 -0
- package/dist/components/SvgIcon/icons/OkCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/OkCircle.js +9 -0
- package/dist/components/SvgIcon/icons/OkCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Order.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Order.js +9 -0
- package/dist/components/SvgIcon/icons/Order.js.map +1 -0
- package/dist/components/SvgIcon/icons/OrderLoad.d.ts +4 -0
- package/dist/components/SvgIcon/icons/OrderLoad.js +9 -0
- package/dist/components/SvgIcon/icons/OrderLoad.js.map +1 -0
- package/dist/components/SvgIcon/icons/OrderSend.d.ts +4 -0
- package/dist/components/SvgIcon/icons/OrderSend.js +9 -0
- package/dist/components/SvgIcon/icons/OrderSend.js.map +1 -0
- package/dist/components/SvgIcon/icons/Pause.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Pause.js +9 -0
- package/dist/components/SvgIcon/icons/Pause.js.map +1 -0
- package/dist/components/SvgIcon/icons/PauseCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PauseCircle.js +9 -0
- package/dist/components/SvgIcon/icons/PauseCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Payment.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Payment.js +9 -0
- package/dist/components/SvgIcon/icons/Payment.js.map +1 -0
- package/dist/components/SvgIcon/icons/PhoneShake.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PhoneShake.js +9 -0
- package/dist/components/SvgIcon/icons/PhoneShake.js.map +1 -0
- package/dist/components/SvgIcon/icons/Play.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Play.js +9 -0
- package/dist/components/SvgIcon/icons/Play.js.map +1 -0
- package/dist/components/SvgIcon/icons/PlaySolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PlaySolid.js +9 -0
- package/dist/components/SvgIcon/icons/PlaySolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Plus.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Plus.js +9 -0
- package/dist/components/SvgIcon/icons/Plus.js.map +1 -0
- package/dist/components/SvgIcon/icons/PlusCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PlusCircle.js +9 -0
- package/dist/components/SvgIcon/icons/PlusCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Pos.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Pos.js +9 -0
- package/dist/components/SvgIcon/icons/Pos.js.map +1 -0
- package/dist/components/SvgIcon/icons/Print.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Print.js +9 -0
- package/dist/components/SvgIcon/icons/Print.js.map +1 -0
- package/dist/components/SvgIcon/icons/QrPay.d.ts +4 -0
- package/dist/components/SvgIcon/icons/QrPay.js +9 -0
- package/dist/components/SvgIcon/icons/QrPay.js.map +1 -0
- package/dist/components/SvgIcon/icons/Redirect.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Redirect.js +9 -0
- package/dist/components/SvgIcon/icons/Redirect.js.map +1 -0
- package/dist/components/SvgIcon/icons/Refill.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Refill.js +9 -0
- package/dist/components/SvgIcon/icons/Refill.js.map +1 -0
- package/dist/components/SvgIcon/icons/Refund.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Refund.js +9 -0
- package/dist/components/SvgIcon/icons/Refund.js.map +1 -0
- package/dist/components/SvgIcon/icons/Reload.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Reload.js +9 -0
- package/dist/components/SvgIcon/icons/Reload.js.map +1 -0
- package/dist/components/SvgIcon/icons/Reply.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Reply.js +9 -0
- package/dist/components/SvgIcon/icons/Reply.js.map +1 -0
- package/dist/components/SvgIcon/icons/ReplyShape.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ReplyShape.js +9 -0
- package/dist/components/SvgIcon/icons/ReplyShape.js.map +1 -0
- package/dist/components/SvgIcon/icons/ReplyShapeSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ReplyShapeSolid.js +9 -0
- package/dist/components/SvgIcon/icons/ReplyShapeSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Request.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Request.js +9 -0
- package/dist/components/SvgIcon/icons/Request.js.map +1 -0
- package/dist/components/SvgIcon/icons/Right.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Right.js +9 -0
- package/dist/components/SvgIcon/icons/Right.js.map +1 -0
- package/dist/components/SvgIcon/icons/Route.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Route.js +9 -0
- package/dist/components/SvgIcon/icons/Route.js.map +1 -0
- package/dist/components/SvgIcon/icons/Ruble.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Ruble.js +9 -0
- package/dist/components/SvgIcon/icons/Ruble.js.map +1 -0
- package/dist/components/SvgIcon/icons/Sbp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Sbp.js +9 -0
- package/dist/components/SvgIcon/icons/Sbp.js.map +1 -0
- package/dist/components/SvgIcon/icons/Search.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Search.js +9 -0
- package/dist/components/SvgIcon/icons/Search.js.map +1 -0
- package/dist/components/SvgIcon/icons/Send.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Send.js +9 -0
- package/dist/components/SvgIcon/icons/Send.js.map +1 -0
- package/dist/components/SvgIcon/icons/Services.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Services.js +9 -0
- package/dist/components/SvgIcon/icons/Services.js.map +1 -0
- package/dist/components/SvgIcon/icons/Settings.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Settings.js +9 -0
- package/dist/components/SvgIcon/icons/Settings.js.map +1 -0
- package/dist/components/SvgIcon/icons/Share.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Share.js +9 -0
- package/dist/components/SvgIcon/icons/Share.js.map +1 -0
- package/dist/components/SvgIcon/icons/ShoppingCart.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ShoppingCart.js +9 -0
- package/dist/components/SvgIcon/icons/ShoppingCart.js.map +1 -0
- package/dist/components/SvgIcon/icons/Sign.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Sign.js +9 -0
- package/dist/components/SvgIcon/icons/Sign.js.map +1 -0
- package/dist/components/SvgIcon/icons/SlotMachine.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SlotMachine.js +9 -0
- package/dist/components/SvgIcon/icons/SlotMachine.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortDown.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortDown.js +9 -0
- package/dist/components/SvgIcon/icons/SortDown.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortDownSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortDownSolid.js +9 -0
- package/dist/components/SvgIcon/icons/SortDownSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortUp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortUp.js +9 -0
- package/dist/components/SvgIcon/icons/SortUp.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortUpSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortUpSolid.js +9 -0
- package/dist/components/SvgIcon/icons/SortUpSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Stop.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Stop.js +9 -0
- package/dist/components/SvgIcon/icons/Stop.js.map +1 -0
- package/dist/components/SvgIcon/icons/Support.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Support.js +9 -0
- package/dist/components/SvgIcon/icons/Support.js.map +1 -0
- package/dist/components/SvgIcon/icons/Sync.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Sync.js +9 -0
- package/dist/components/SvgIcon/icons/Sync.js.map +1 -0
- package/dist/components/SvgIcon/icons/Table.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Table.js +9 -0
- package/dist/components/SvgIcon/icons/Table.js.map +1 -0
- package/dist/components/SvgIcon/icons/Tariffs.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Tariffs.js +9 -0
- package/dist/components/SvgIcon/icons/Tariffs.js.map +1 -0
- package/dist/components/SvgIcon/icons/Tg.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Tg.js +9 -0
- package/dist/components/SvgIcon/icons/Tg.js.map +1 -0
- package/dist/components/SvgIcon/icons/TgCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/TgCircle.js +9 -0
- package/dist/components/SvgIcon/icons/TgCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Timeout.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Timeout.js +9 -0
- package/dist/components/SvgIcon/icons/Timeout.js.map +1 -0
- package/dist/components/SvgIcon/icons/Timer.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Timer.js +9 -0
- package/dist/components/SvgIcon/icons/Timer.js.map +1 -0
- package/dist/components/SvgIcon/icons/Trash.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Trash.js +9 -0
- package/dist/components/SvgIcon/icons/Trash.js.map +1 -0
- package/dist/components/SvgIcon/icons/TurnOff.d.ts +4 -0
- package/dist/components/SvgIcon/icons/TurnOff.js +9 -0
- package/dist/components/SvgIcon/icons/TurnOff.js.map +1 -0
- package/dist/components/SvgIcon/icons/Twitter.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Twitter.js +9 -0
- package/dist/components/SvgIcon/icons/Twitter.js.map +1 -0
- package/dist/components/SvgIcon/icons/TwitterCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/TwitterCircle.js +9 -0
- package/dist/components/SvgIcon/icons/TwitterCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Underline.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Underline.js +9 -0
- package/dist/components/SvgIcon/icons/Underline.js.map +1 -0
- package/dist/components/SvgIcon/icons/Unlink.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Unlink.js +9 -0
- package/dist/components/SvgIcon/icons/Unlink.js.map +1 -0
- package/dist/components/SvgIcon/icons/Unsorted.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Unsorted.js +9 -0
- package/dist/components/SvgIcon/icons/Unsorted.js.map +1 -0
- package/dist/components/SvgIcon/icons/UnsortedSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UnsortedSolid.js +9 -0
- package/dist/components/SvgIcon/icons/UnsortedSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Upload.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Upload.js +9 -0
- package/dist/components/SvgIcon/icons/Upload.js.map +1 -0
- package/dist/components/SvgIcon/icons/User.d.ts +4 -0
- package/dist/components/SvgIcon/icons/User.js +9 -0
- package/dist/components/SvgIcon/icons/User.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserAdd.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserAdd.js +9 -0
- package/dist/components/SvgIcon/icons/UserAdd.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserCard.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserCard.js +9 -0
- package/dist/components/SvgIcon/icons/UserCard.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserEdit.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserEdit.js +9 -0
- package/dist/components/SvgIcon/icons/UserEdit.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserQueue.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserQueue.js +9 -0
- package/dist/components/SvgIcon/icons/UserQueue.js.map +1 -0
- package/dist/components/SvgIcon/icons/Viber.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Viber.js +9 -0
- package/dist/components/SvgIcon/icons/Viber.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViberCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViberCircle.js +9 -0
- package/dist/components/SvgIcon/icons/ViberCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewGrid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewGrid.js +9 -0
- package/dist/components/SvgIcon/icons/ViewGrid.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewHorizontal.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewHorizontal.js +9 -0
- package/dist/components/SvgIcon/icons/ViewHorizontal.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewList.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewList.js +9 -0
- package/dist/components/SvgIcon/icons/ViewList.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewRows.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewRows.js +9 -0
- package/dist/components/SvgIcon/icons/ViewRows.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewVertical.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewVertical.js +9 -0
- package/dist/components/SvgIcon/icons/ViewVertical.js.map +1 -0
- package/dist/components/SvgIcon/icons/Vk.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Vk.js +9 -0
- package/dist/components/SvgIcon/icons/Vk.js.map +1 -0
- package/dist/components/SvgIcon/icons/VkCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/VkCircle.js +9 -0
- package/dist/components/SvgIcon/icons/VkCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Wallet.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Wallet.js +9 -0
- package/dist/components/SvgIcon/icons/Wallet.js.map +1 -0
- package/dist/components/SvgIcon/icons/Warning.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Warning.js +9 -0
- package/dist/components/SvgIcon/icons/Warning.js.map +1 -0
- package/dist/components/SvgIcon/icons/WarningClean.d.ts +4 -0
- package/dist/components/SvgIcon/icons/WarningClean.js +9 -0
- package/dist/components/SvgIcon/icons/WarningClean.js.map +1 -0
- package/dist/components/SvgIcon/icons/Whatsapp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Whatsapp.js +9 -0
- package/dist/components/SvgIcon/icons/Whatsapp.js.map +1 -0
- package/dist/components/SvgIcon/icons/WhatsappCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/WhatsappCircle.js +9 -0
- package/dist/components/SvgIcon/icons/WhatsappCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Wheelchair.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Wheelchair.js +9 -0
- package/dist/components/SvgIcon/icons/Wheelchair.js.map +1 -0
- package/dist/components/SvgIcon/icons/index.d.ts +203 -0
- package/dist/components/SvgIcon/icons/index.js +417 -0
- package/dist/components/SvgIcon/icons/index.js.map +1 -0
- package/dist/components/SvgIcon/index.d.ts +1 -0
- package/dist/components/SvgIcon/index.js +6 -0
- package/dist/components/SvgIcon/index.js.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -0
- package/package.json +45 -6
- package/src/@/config/button.ts +89 -0
- package/src/@/config/index.ts +99 -0
- package/src/@/lib/utils.ts +7 -0
- package/src/Audio/Audio.styl +115 -0
- package/src/Audio/Audio.tsx +359 -0
- package/src/Audio/index.ts +4 -0
- package/src/Audio/types.ts +40 -0
- package/src/Base/Buttons/Button.tsx +67 -41
- package/src/Base/Buttons/index.ts +2 -1
- package/src/Base/Input/Base.tsx +37 -0
- package/src/Base/Input/Input.tsx +31 -11
- package/src/Base/Input/types.ts +3 -2
- package/src/Collapse/Collapse.tsx +88 -0
- package/src/Collapse/ant-collapse.styl +93 -0
- package/src/Collapse/index.ts +5 -0
- package/src/Input-OTP/Input.tsx +71 -0
- package/src/Input-OTP/index.ts +3 -0
- package/src/Logo/Logo.tsx +16 -0
- package/src/Logo/index.ts +3 -0
- package/src/Popover/Popover.tsx +42 -0
- package/src/Popover/index.ts +5 -0
- package/src/Slider/Slider.tsx +21 -0
- package/src/Slider/index.ts +4 -0
- package/src/Slider/slider.styl +62 -0
- package/src/Tabs/Tabs.tsx +63 -0
- package/src/Tabs/ant-tabs.styl +91 -0
- package/src/Tabs/index.ts +5 -0
- package/src/Tooltip/Tooltip.tsx +47 -0
- package/src/Tooltip/index.ts +5 -0
- package/src/assets/css/global.css +125 -0
- package/src/assets/fonts/Roboto-Italic.ttf +0 -0
- package/src/assets/fonts/Roboto-Italic.woff2 +0 -0
- package/src/assets/fonts/Roboto.ttf +0 -0
- package/src/assets/fonts/Roboto.woff2 +0 -0
- package/src/assets/images/logo/bank/emblem-white.svg +1 -0
- package/src/assets/images/logo/bank/emblem.svg +1 -0
- package/src/assets/images/logo/bank/logo-white.svg +1 -0
- package/src/assets/images/logo/bank/logo.svg +1 -0
- package/src/assets/images/logo/garant/emblem-white.svg +1 -0
- package/src/assets/images/logo/garant/emblem.svg +1 -0
- package/src/assets/images/logo/garant/logo-white.svg +1 -0
- package/src/assets/images/logo/garant/logo.svg +1 -0
- package/src/assets/images/logo/kassa/emblem-white.svg +1 -0
- package/src/assets/images/logo/kassa/emblem.svg +1 -0
- package/src/assets/images/logo/kassa/logo-white.svg +1 -0
- package/src/assets/images/logo/kassa/logo.svg +1 -0
- package/src/components/BottonNavigation/BottonNavigation.tsx +56 -0
- package/src/components/BottonNavigation/index.ts +7 -0
- package/src/components/SvgIcon/SvgIcon.tsx +32 -0
- package/src/components/SvgIcon/icons/AddList.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertCircleSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertDiamond.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertDiamondSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertShield.tsx +18 -0
- package/src/components/SvgIcon/icons/Android.tsx +18 -0
- package/src/components/SvgIcon/icons/Apple.tsx +18 -0
- package/src/components/SvgIcon/icons/Archive.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowDown.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowLeft.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowRight.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowUp.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowUpCorner.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowsChange.tsx +18 -0
- package/src/components/SvgIcon/icons/Atm.tsx +18 -0
- package/src/components/SvgIcon/icons/Attach.tsx +18 -0
- package/src/components/SvgIcon/icons/Bank.tsx +18 -0
- package/src/components/SvgIcon/icons/Bold.tsx +18 -0
- package/src/components/SvgIcon/icons/Bonus.tsx +18 -0
- package/src/components/SvgIcon/icons/Building.tsx +18 -0
- package/src/components/SvgIcon/icons/Calendar.tsx +18 -0
- package/src/components/SvgIcon/icons/CalendarCancel.tsx +18 -0
- package/src/components/SvgIcon/icons/Call.tsx +18 -0
- package/src/components/SvgIcon/icons/CallEnd.tsx +18 -0
- package/src/components/SvgIcon/icons/CallMissed.tsx +18 -0
- package/src/components/SvgIcon/icons/Callback.tsx +18 -0
- package/src/components/SvgIcon/icons/Camera.tsx +18 -0
- package/src/components/SvgIcon/icons/Cancel.tsx +18 -0
- package/src/components/SvgIcon/icons/CancelSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Card.tsx +18 -0
- package/src/components/SvgIcon/icons/CardLock.tsx +18 -0
- package/src/components/SvgIcon/icons/CardRefill.tsx +18 -0
- package/src/components/SvgIcon/icons/CardReissue.tsx +18 -0
- package/src/components/SvgIcon/icons/CardScan.tsx +18 -0
- package/src/components/SvgIcon/icons/CardToCard.tsx +18 -0
- package/src/components/SvgIcon/icons/CardUnlock.tsx +18 -0
- package/src/components/SvgIcon/icons/Change.tsx +18 -0
- package/src/components/SvgIcon/icons/Chart.tsx +18 -0
- package/src/components/SvgIcon/icons/Chat.tsx +18 -0
- package/src/components/SvgIcon/icons/ChatSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Check.tsx +18 -0
- package/src/components/SvgIcon/icons/CheckCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/CheckCircleSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/CheckShield.tsx +20 -0
- package/src/components/SvgIcon/icons/CheckSmall.tsx +18 -0
- package/src/components/SvgIcon/icons/Checklist.tsx +18 -0
- package/src/components/SvgIcon/icons/Circle.tsx +18 -0
- package/src/components/SvgIcon/icons/Clock.tsx +18 -0
- package/src/components/SvgIcon/icons/Close.tsx +18 -0
- package/src/components/SvgIcon/icons/Coins.tsx +18 -0
- package/src/components/SvgIcon/icons/Collapse.tsx +18 -0
- package/src/components/SvgIcon/icons/Copy.tsx +18 -0
- package/src/components/SvgIcon/icons/Cup.tsx +18 -0
- package/src/components/SvgIcon/icons/CurrencyChange.tsx +18 -0
- package/src/components/SvgIcon/icons/CurrencyTransfer.tsx +18 -0
- package/src/components/SvgIcon/icons/Deposit.tsx +18 -0
- package/src/components/SvgIcon/icons/Diamond.tsx +18 -0
- package/src/components/SvgIcon/icons/Dislike.tsx +18 -0
- package/src/components/SvgIcon/icons/DislikeSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Doc.tsx +18 -0
- package/src/components/SvgIcon/icons/DocCancel.tsx +18 -0
- package/src/components/SvgIcon/icons/Dollar.tsx +18 -0
- package/src/components/SvgIcon/icons/DoubleArrow.tsx +18 -0
- package/src/components/SvgIcon/icons/DoubleTick.tsx +18 -0
- package/src/components/SvgIcon/icons/Download.tsx +18 -0
- package/src/components/SvgIcon/icons/Dropdown.tsx +18 -0
- package/src/components/SvgIcon/icons/DropdownSmallOld.tsx +20 -0
- package/src/components/SvgIcon/icons/Dropup.tsx +18 -0
- package/src/components/SvgIcon/icons/Edit.tsx +18 -0
- package/src/components/SvgIcon/icons/Email.tsx +18 -0
- package/src/components/SvgIcon/icons/Excel.tsx +18 -0
- package/src/components/SvgIcon/icons/Expand.tsx +18 -0
- package/src/components/SvgIcon/icons/Eye.tsx +18 -0
- package/src/components/SvgIcon/icons/EyeOff.tsx +18 -0
- package/src/components/SvgIcon/icons/Favorite.tsx +18 -0
- package/src/components/SvgIcon/icons/FavoriteSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Fb.tsx +18 -0
- package/src/components/SvgIcon/icons/FbCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/File.tsx +18 -0
- package/src/components/SvgIcon/icons/FileAdd.tsx +18 -0
- package/src/components/SvgIcon/icons/Files.tsx +18 -0
- package/src/components/SvgIcon/icons/Filter.tsx +18 -0
- package/src/components/SvgIcon/icons/Folder.tsx +18 -0
- package/src/components/SvgIcon/icons/Geolocation.tsx +18 -0
- package/src/components/SvgIcon/icons/Gift.tsx +18 -0
- package/src/components/SvgIcon/icons/Globe.tsx +18 -0
- package/src/components/SvgIcon/icons/Heart.tsx +18 -0
- package/src/components/SvgIcon/icons/HeartSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Help.tsx +18 -0
- package/src/components/SvgIcon/icons/Home.tsx +18 -0
- package/src/components/SvgIcon/icons/Housing.tsx +18 -0
- package/src/components/SvgIcon/icons/Ig.tsx +18 -0
- package/src/components/SvgIcon/icons/IgCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Info.tsx +18 -0
- package/src/components/SvgIcon/icons/InfoBook.tsx +18 -0
- package/src/components/SvgIcon/icons/InfoSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Italic.tsx +18 -0
- package/src/components/SvgIcon/icons/Key.tsx +18 -0
- package/src/components/SvgIcon/icons/Left.tsx +18 -0
- package/src/components/SvgIcon/icons/Lightbulb.tsx +18 -0
- package/src/components/SvgIcon/icons/Like.tsx +18 -0
- package/src/components/SvgIcon/icons/LikeSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Link.tsx +18 -0
- package/src/components/SvgIcon/icons/Lock.tsx +18 -0
- package/src/components/SvgIcon/icons/Logout.tsx +18 -0
- package/src/components/SvgIcon/icons/MagicWand.tsx +18 -0
- package/src/components/SvgIcon/icons/Mail.tsx +18 -0
- package/src/components/SvgIcon/icons/MailSend.tsx +18 -0
- package/src/components/SvgIcon/icons/Map.tsx +18 -0
- package/src/components/SvgIcon/icons/MapPin.tsx +18 -0
- package/src/components/SvgIcon/icons/Menu.tsx +18 -0
- package/src/components/SvgIcon/icons/Mic.tsx +18 -0
- package/src/components/SvgIcon/icons/MicOff.tsx +18 -0
- package/src/components/SvgIcon/icons/Minus.tsx +18 -0
- package/src/components/SvgIcon/icons/MinusCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/MinusShort.tsx +18 -0
- package/src/components/SvgIcon/icons/Moneybox.tsx +18 -0
- package/src/components/SvgIcon/icons/More.tsx +18 -0
- package/src/components/SvgIcon/icons/Move.tsx +18 -0
- package/src/components/SvgIcon/icons/Newbie.tsx +20 -0
- package/src/components/SvgIcon/icons/News.tsx +18 -0
- package/src/components/SvgIcon/icons/Notes.tsx +18 -0
- package/src/components/SvgIcon/icons/Notification.tsx +18 -0
- package/src/components/SvgIcon/icons/Ok.tsx +18 -0
- package/src/components/SvgIcon/icons/OkCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Order.tsx +18 -0
- package/src/components/SvgIcon/icons/OrderLoad.tsx +18 -0
- package/src/components/SvgIcon/icons/OrderSend.tsx +18 -0
- package/src/components/SvgIcon/icons/Pause.tsx +18 -0
- package/src/components/SvgIcon/icons/PauseCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Payment.tsx +18 -0
- package/src/components/SvgIcon/icons/PhoneShake.tsx +18 -0
- package/src/components/SvgIcon/icons/Play.tsx +18 -0
- package/src/components/SvgIcon/icons/PlaySolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Plus.tsx +18 -0
- package/src/components/SvgIcon/icons/PlusCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Pos.tsx +18 -0
- package/src/components/SvgIcon/icons/Print.tsx +18 -0
- package/src/components/SvgIcon/icons/QrPay.tsx +18 -0
- package/src/components/SvgIcon/icons/Redirect.tsx +18 -0
- package/src/components/SvgIcon/icons/Refill.tsx +18 -0
- package/src/components/SvgIcon/icons/Refund.tsx +18 -0
- package/src/components/SvgIcon/icons/Reload.tsx +18 -0
- package/src/components/SvgIcon/icons/Reply.tsx +18 -0
- package/src/components/SvgIcon/icons/ReplyShape.tsx +18 -0
- package/src/components/SvgIcon/icons/ReplyShapeSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Request.tsx +18 -0
- package/src/components/SvgIcon/icons/Right.tsx +18 -0
- package/src/components/SvgIcon/icons/Route.tsx +18 -0
- package/src/components/SvgIcon/icons/Ruble.tsx +18 -0
- package/src/components/SvgIcon/icons/Sbp.tsx +18 -0
- package/src/components/SvgIcon/icons/Search.tsx +18 -0
- package/src/components/SvgIcon/icons/Send.tsx +18 -0
- package/src/components/SvgIcon/icons/Services.tsx +18 -0
- package/src/components/SvgIcon/icons/Settings.tsx +18 -0
- package/src/components/SvgIcon/icons/Share.tsx +18 -0
- package/src/components/SvgIcon/icons/ShoppingCart.tsx +18 -0
- package/src/components/SvgIcon/icons/Sign.tsx +18 -0
- package/src/components/SvgIcon/icons/SlotMachine.tsx +18 -0
- package/src/components/SvgIcon/icons/SortDown.tsx +18 -0
- package/src/components/SvgIcon/icons/SortDownSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/SortUp.tsx +18 -0
- package/src/components/SvgIcon/icons/SortUpSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Stop.tsx +18 -0
- package/src/components/SvgIcon/icons/Support.tsx +18 -0
- package/src/components/SvgIcon/icons/Sync.tsx +18 -0
- package/src/components/SvgIcon/icons/Table.tsx +18 -0
- package/src/components/SvgIcon/icons/Tariffs.tsx +18 -0
- package/src/components/SvgIcon/icons/Tg.tsx +18 -0
- package/src/components/SvgIcon/icons/TgCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Timeout.tsx +18 -0
- package/src/components/SvgIcon/icons/Timer.tsx +18 -0
- package/src/components/SvgIcon/icons/Trash.tsx +18 -0
- package/src/components/SvgIcon/icons/TurnOff.tsx +18 -0
- package/src/components/SvgIcon/icons/Twitter.tsx +18 -0
- package/src/components/SvgIcon/icons/TwitterCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Underline.tsx +18 -0
- package/src/components/SvgIcon/icons/Unlink.tsx +18 -0
- package/src/components/SvgIcon/icons/Unsorted.tsx +18 -0
- package/src/components/SvgIcon/icons/UnsortedSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Upload.tsx +18 -0
- package/src/components/SvgIcon/icons/User.tsx +18 -0
- package/src/components/SvgIcon/icons/UserAdd.tsx +18 -0
- package/src/components/SvgIcon/icons/UserCard.tsx +18 -0
- package/src/components/SvgIcon/icons/UserEdit.tsx +18 -0
- package/src/components/SvgIcon/icons/UserQueue.tsx +18 -0
- package/src/components/SvgIcon/icons/Viber.tsx +18 -0
- package/src/components/SvgIcon/icons/ViberCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewGrid.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewHorizontal.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewList.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewRows.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewVertical.tsx +18 -0
- package/src/components/SvgIcon/icons/Vk.tsx +18 -0
- package/src/components/SvgIcon/icons/VkCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Wallet.tsx +18 -0
- package/src/components/SvgIcon/icons/Warning.tsx +18 -0
- package/src/components/SvgIcon/icons/WarningClean.tsx +18 -0
- package/src/components/SvgIcon/icons/Whatsapp.tsx +18 -0
- package/src/components/SvgIcon/icons/WhatsappCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Wheelchair.tsx +18 -0
- package/src/components/SvgIcon/icons/index.ts +203 -0
- package/src/components/SvgIcon/index.ts +1 -0
- package/src/index.ts +29 -5
- package/src/Base/Links/ActionLink.tsx +0 -0
- package/src/DatePicker/DatePicker.styl +0 -5
- package/src/DatePicker/index.tsx +0 -21
- package/src/DatePicker/test.ts +0 -0
- package/src/stories/DatePicker/DatePicker.stories.tsx +0 -47
- package/src/stories/Input/Input.stories.tsx +0 -30
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgPlay = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M4.54 17.89A1 1 0 0 1 4 17V3c0-.37.21-.71.54-.89a1 1 0 0 1 1.039.07l9.991 7a.997.997 0 0 1 0 1.64l-9.991 7c-.31.21-.7.24-1.04.07M5.998 4.92v10.16L13.252 10z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgPlay
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgPlaySolid = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="m15.57 9.18-9.991-7c-.3-.21-.7-.24-1.04-.07C4.21 2.28 4 2.62 4 3v14c0 .37.21.71.54.89.34.17.729.14 1.039-.07l9.991-7a.997.997 0 0 0 0-1.64"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgPlaySolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgPlus = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 9h-5V4c0-.55-.45-1-1-1s-1 .45-1 1v5H4c-.55 0-1 .45-1 1s.45 1 1 1h5v5c0 .55.45 1 1 1s1-.45 1-1v-5h5c.55 0 1-.45 1-1s-.45-1-1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgPlus
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgPlusCircle = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M10 19c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9m0-16c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7m3 6h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgPlusCircle
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgPos = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M19 7.007c0-.16-.04-.31-.11-.45L17.17 3.11A2 2 0 0 0 15.38 2H4.62c-.76 0-1.45.42-1.79 1.11L1.11 6.556c-.07.14-.11.29-.11.45 0 .88.39 1.669 1 2.218v6.776C2 17.101 2.9 18 4 18h4c.55 0 1-.45 1-1v-2.998h2v2.999c0 .55.45.999 1 .999h4c1.1 0 2-.9 2-1.999V9.225c.61-.55 1-1.339 1-2.218M4.62 4.009h10.76l1.6 3.198c-.09.46-.5.8-.98.8-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1-1-.45-1-1-.45-1-1-1-1 .45-1 1-.45 1-1 1-1-.45-1-1-.45-1-1-1-1 .45-1 1-.45 1-1 1c-.48 0-.89-.35-.98-.8zM16 16h-3v-2.998c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v2.998H4v-5.996c.77 0 1.47-.3 2-.78a2.966 2.966 0 0 0 4 .01 2.966 2.966 0 0 0 4-.01c.53.48 1.23.78 2 .78z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgPos
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgPrint = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M17 7h-1V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v3H3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h2c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2h2c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2M6 4h8v3H6zm7 12H7v-2h6zm4-2h-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2H3V9h14z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgPrint
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgQrPay = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M8 9H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1M4 7h3V4H4zm4 11H3c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1m-4-2h3v-3H4zm13-7h-5c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1m-4-2h3V4h-3zm0 5.6v-1.2c0-.22-.18-.4-.4-.4h-1.2c-.22 0-.4.18-.4.4v1.2c0 .22.18.4.4.4h1.2c.22 0 .4-.18.4-.4m0 5v-1.2c0-.22-.18-.4-.4-.4h-1.2c-.22 0-.4.18-.4.4v1.2c0 .22.18.4.4.4h1.2c.22 0 .4-.18.4-.4m5 0v-1.2c0-.22-.18-.4-.4-.4h-1.2c-.22 0-.4.18-.4.4v1.2c0 .22.18.4.4.4h1.2c.22 0 .4-.18.4-.4m-2.5-2.5v-1.2c0-.22-.18-.4-.4-.4h-1.2c-.22 0-.4.18-.4.4v1.2c0 .22.18.4.4.4h1.2c.22 0 .4-.18.4-.4m2.5-2.5v-1.2c0-.22-.18-.4-.4-.4h-1.2c-.22 0-.4.18-.4.4v1.2c0 .22.18.4.4.4h1.2c.22 0 .4-.18.4-.4"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgQrPay
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRedirect = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="m18.71 8.713-5 5c-.4.38-1.01.39-1.42 0-.39-.39-.39-1.03 0-1.42l3.29-3.29H6.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5H8c.55 0 1 .45 1 1s-.45 1-1 1H6.5a5.51 5.51 0 0 1-5.5-5.5c0-3.03 2.47-5.5 5.5-5.5h9.08l-3.29-3.29c-.39-.39-.39-1.03 0-1.42s1.03-.39 1.42 0l5 5c.39.39.39 1.03 0 1.42"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRedirect
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRefill = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 9.42V8.21c0-.988-.29-1.948-.84-2.767l-.74-1.109a5.07 5.07 0 0 0-1.92-1.698L9.45 1.108a.994.994 0 0 0-1.34.45.99.99 0 0 0 .45 1.338l3.05 1.528c.47.23.86.58 1.15 1.02l.74 1.108c.33.49.5 1.07.5 1.659V9c-.83 0-1.63.21-2.35.6L10.23 8H11c.55 0 1-.449 1-.998 0-.55-.45-1-1-1H9.83c-.73 0-1.36.41-1.66 1.08-.3.66-.18 1.408.3 1.958l1.88 2.108c.28.32.11.61.02.719-.09.11-.34.34-.71.14L5.94 9.939A3 3 0 0 1 4.51 8.14L2.97 2.736c-.15-.53-.71-.83-1.24-.69-.53.15-.84.71-.69 1.24L2.58 8.69a4.99 4.99 0 0 0 2.38 2.997l3.72 2.068c.11.06.22.09.33.13 0 .04-.01.08-.01.12A5 5 0 0 0 14 19a5 5 0 0 0 5-4.995c0-2.058-1.24-3.806-3-4.586m-2 7.572c-1.65 0-3-1.349-3-2.997 0-.06.01-.11.02-.17.34-.16.65-.41.9-.72.4-.499.59-1.098.57-1.688.46-.27.97-.42 1.51-.42 1.65 0 3 1.35 3 2.998a3.007 3.007 0 0 1-3 2.997"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRefill
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRefund = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M13.5 7H4.41L7.7 3.71A.996.996 0 1 0 6.29 2.3l-5 5a.996.996 0 0 0 0 1.41l5 5A.996.996 0 1 0 7.7 12.3L4.41 9h9.09c1.93 0 3.5 1.57 3.5 3.5S15.43 16 13.5 16H12c-.55 0-1 .45-1 1s.45 1 1 1h1.5c3.03 0 5.5-2.47 5.5-5.5S16.53 7 13.5 7"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRefund
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgReload = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M18 9c-.55 0-1 .45-1 1 0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7c1.29 0 2.52.35 3.59 1H13c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v.51A8.97 8.97 0 0 0 10 1c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9c0-.55-.45-1-1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgReload
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgReply = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 12.003v4c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-1.65-1.35-3-3-3H5.42l2.29 2.29c.39.39.39 1.03 0 1.42-.4.38-1.01.39-1.42 0l-4-4c-.39-.39-.39-1.03 0-1.42l4-4c.39-.39 1.03-.39 1.42 0s.39 1.03 0 1.42l-2.29 2.29H11c2.76 0 5 2.24 5 5"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgReply
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgReplyShape = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M2 18a1 1 0 0 1-.99-1.16C2.05 10.61 4.24 7.42 9 5.34V3c0-.38.21-.72.55-.89s.74-.13 1.05.09l8 6c.25.19.4.49.4.8s-.15.61-.4.8l-8 6c-.3.23-.71.26-1.05.09A1 1 0 0 1 9 15v-1.92c-3.79.6-6.12 4.39-6.14 4.44-.19.3-.52.48-.86.48m9-13v1a1 1 0 0 1-.63.93c-3.41 1.36-5.31 3.16-6.46 6.43 1.49-1.23 3.54-2.35 6.09-2.35.55 0 1 .45 1 1v1l5.33-4z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgReplyShape
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgReplyShapeSolid = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M18.606 8.205 10.603 2.2a1 1 0 0 0-1.05-.09 1 1 0 0 0-.55.891v2.332C4.24 7.414 2.05 10.607 1.01 16.842c-.08.47.19.94.64 1.1.44.16.95-.01 1.2-.42.02-.04 2.351-3.843 6.143-4.443v1.931c0 .38.21.72.55.89s.74.13 1.05-.09l8.003-6.004a1.005 1.005 0 0 0 .01-1.601"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgReplyShapeSolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRequest = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 18H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c.55 0 1 .45 1 1s-.45 1-1 1H4v12h12v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 1.1-.9 2-2 2m-4.46-5.29 6.17-6.17a.996.996 0 0 0 0-1.41L14.88 2.3a.996.996 0 0 0-1.41 0L7.3 8.47a1 1 0 0 0-.29.71V12c0 .55.45 1 1 1h2.83c.25 0 .51-.11.7-.29M9 9.59l5.17-5.17 1.41 1.41L10.41 11H9z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRequest
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRight = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M5.29 18.706a.997.997 0 0 1 0-1.411l7.29-7.296-7.29-7.295A.997.997 0 1 1 6.7 1.293l8 8.006c.39.39.39 1.02 0 1.41l-8 8.007c-.38.38-1.02.38-1.41-.01"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRight
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRoute = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 2.6c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4-1.4-.63-1.4-1.4.63-1.4 1.4-1.4M16 1c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3M4 14.6c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4-1.4-.63-1.4-1.4.63-1.4 1.4-1.4M4 13c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m15 0c0-2.21-1.79-4-4-4H5c-1.1 0-2-.9-2-2s.9-2 2-2h5c.55 0 1-.45 1-1s-.45-1-1-1H5C2.79 3 1 4.79 1 7s1.79 4 4 4h10c1.1 0 2 .9 2 2s-.9 2-2 2h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c2.21 0 4-1.79 4-4"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRoute
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgRuble = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M12 11.956c2.76 0 5-2.23 5-4.978S14.76 2 12 2H6.99c-.55 0-1 .448-.99 1.006l.04 6.96H4a1 1 0 0 0-1 .995 1 1 0 0 0 1 .995h2.05l.01.996H4a1 1 0 0 0-1 .996 1 1 0 0 0 1 .995h2.07l.01 2.071c0 .548.45.986 1 .986h.01c.55 0 1-.448.99-1.006l-.01-2.06H12a1 1 0 0 0 1-.996 1 1 0 0 0-1-.996H8.05l-.01-.995H12zm0-7.965c1.65 0 3 1.344 3 2.987s-1.35 2.987-3 2.987H8.04l-.03-5.974z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgRuble
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSbp = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16.55 13.17 11.8 10l4.75-3.17c.28-.18.45-.5.45-.83s-.17-.65-.45-.83l-6-4c-.31-.2-.7-.22-1.03-.05C9.2 1.29 9 1.63 9 2v6.13L4.55 5.17c-.31-.2-.7-.22-1.03-.05C3.2 5.29 3 5.63 3 6v8c0 .37.2.71.53.88.32.17.72.16 1.03-.05L9 11.87V18c0 .37.2.71.53.88.32.17.72.16 1.03-.05l6-4a.995.995 0 0 0-.01-1.66M11 3.87 14.2 6 11 8.13zm-6 8.26V7.87L8.2 10zm6 4v-4.26L14.2 14z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSbp
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSearch = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M12 1C8.14 1 5 4.142 5 8.004c0 1.57.53 3.022 1.4 4.182L1.29 17.3A.997.997 0 0 0 2 19c.26 0 .51-.1.71-.29l5.11-5.113c1.17.88 2.61 1.4 4.18 1.4 3.86 0 7-3.141 7-7.003S15.86 1 12 1m0 12.007A5.003 5.003 0 0 1 12 3a5.003 5.003 0 0 1 0 10.006"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSearch
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSend = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="m18.4 9.083-16-6.997a.98.98 0 0 0-1.1.21c-.29.29-.38.73-.21 1.099l2.83 6.607-2.83 6.607a.996.996 0 0 0 1.31 1.31l16-6.997c.36-.16.6-.52.6-.92s-.24-.76-.6-.92m-5.18-.08H5.66L3.92 4.934zm-7.56 1.999h7.56l-9.3 4.068z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSend
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgServices = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M12 11H8V7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v9c0 1.1.9 2 2 2h9c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1M3 8h3v3H3zm0 5h3v3H3zm8 3H8v-3h3zm6-14h-4c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V4c0-1.1-.9-2-2-2m0 5h-3V4h3z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgServices
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSettings = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M10 13.5c-1.93 0-3.5-1.57-3.5-3.5S8.07 6.5 10 6.5s3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5m0-5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5M11.78 19H8.22c-.48 0-.89-.33-.98-.8l-.27-1.34c-.52-.23-1.02-.52-1.48-.87l-1.4.46a.995.995 0 0 1-1.17-.44l-1.78-3a1 1 0 0 1 .21-1.27l1.19-1.02c-.03-.25-.04-.49-.04-.72s.01-.48.04-.72L1.35 8.26a1 1 0 0 1-.21-1.27l1.78-3a1 1 0 0 1 1.17-.44l1.4.46c.46-.35.95-.64 1.48-.87l.27-1.34c.09-.47.5-.8.98-.8h3.56c.48 0 .89.33.98.8l.27 1.34c.52.23 1.02.52 1.48.87l1.4-.46c.45-.15.93.04 1.17.44l1.78 3c.25.42.16.95-.21 1.27l-1.19 1.02c.03.25.04.49.04.72s-.01.48-.04.72l1.19 1.02c.37.32.46.85.21 1.27l-1.78 3a1 1 0 0 1-1.17.44l-1.4-.46c-.46.35-.95.64-1.48.87l-.27 1.34c-.1.47-.51.8-.98.8m-2.74-2h1.92l.22-1.07c.07-.34.32-.63.65-.74.67-.24 1.28-.59 1.81-1.07.27-.24.64-.31.98-.2l1.16.38.94-1.58-.97-.83a.97.97 0 0 1-.33-.93q.09-.51.09-.96c0-.3-.03-.61-.09-.96s.07-.7.33-.93l.97-.83-.94-1.58-1.16.38c-.34.11-.71.04-.98-.2-.53-.47-1.14-.83-1.81-1.07-.33-.12-.58-.4-.65-.74L10.96 3H9.04l-.22 1.07c-.07.34-.32.63-.65.74-.67.24-1.28.59-1.81 1.07-.27.24-.64.31-.98.2L4.22 5.7l-.94 1.58.97.83c.27.23.4.58.33.93q-.09.51-.09.96c0 .3.03.61.09.96s-.07.7-.33.93l-.97.83.94 1.58 1.16-.38c.34-.11.71-.04.98.2.53.47 1.14.83 1.81 1.07.33.12.58.4.65.74z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSettings
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgShare = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 18H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h6c.55 0 1 .45 1 1s-.45 1-1 1H4v12h12v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 1.1-.9 2-2 2m1.71-12.71-3-3c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l1.3 1.3C10.37 5.23 7 8.73 7 13c0 .55.45 1 1 1s1-.45 1-1c0-3.16 2.45-5.76 5.56-5.98l-1.27 1.27c-.39.39-.39 1.03 0 1.42.41.39 1.02.38 1.42 0l3-3c.39-.39.39-1.03 0-1.42"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgShare
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgShoppingCart = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M14.82 14h-7c-.95 0-1.77-.68-1.96-1.61L4.18 4H2c-.55 0-1-.45-1-1s.45-1 1-1h3c.48 0 .89.34.98.8L6.42 5H17a.992.992 0 0 1 .98 1.19l-1.19 6.19c-.18.94-1.01 1.62-1.97 1.62m-8-7 1 5h7l.96-5zM8 16c-.83 0-1.5.67-1.5 1.5S7.17 19 8 19s1.5-.67 1.5-1.5S8.83 16 8 16m7 0c-.83 0-1.5.67-1.5 1.5S14.17 19 15 19s1.5-.67 1.5-1.5S15.83 16 15 16"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgShoppingCart
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSign = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M15 19H3c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c1.65 0 3 1.35 3 3s-1.35 3-3 3m.42-11.83L7.97 14.7a1 1 0 0 1-.71.3H3c-.55 0-1-.45-1-1V9.74a1 1 0 0 1 .3-.71l7.53-7.44c.8-.78 2.03-.78 2.82 0l2.77 2.76c.81.83.74 2.1 0 2.82M10.9 8.91l-2.8-2.8L4 10.16V13h2.84zM14 5.76l-2.77-2.75L9.52 4.7l2.78 2.78z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSign
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSlotMachine = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M14 19H2c-.55 0-1-.45-1-1V5C1 2.17 4.52.91 8 .91S15 2.17 15 5v13c0 .55-.45 1-1 1M3 17h10V5c0-.68-.7-1.14-1.29-1.41-.95-.43-2.3-.68-3.71-.68-2.8 0-5 .92-5 2.09zm15-5V9.12l.97-3.88a1 1 0 0 0-1.94-.48l-1 4Q16 8.88 16 9v3c0 .55.45 1 1 1s1-.45 1-1M6 9V7c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m3 0V7c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m3 0V7c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m-1 5c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSlotMachine
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSortDown = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M10.004 14.003c-.26 0-.51-.1-.71-.29l-6.004-6c-.29-.29-.37-.72-.22-1.09s.52-.62.92-.62h12.007c.4 0 .77.24.92.62.16.37.07.8-.22 1.09l-6.003 6c-.18.19-.43.29-.69.29m-3.592-6 3.592 3.59 3.592-3.59z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSortDown
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSortDownSolid = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M15.99 6H4a.999.999 0 0 0-.71 1.709l5.995 5.995a1 1 0 0 0 1.419 0l5.995-5.995A1 1 0 0 0 15.989 6"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSortDownSolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSortUp = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16 14.003H4c-.4 0-.77-.24-.92-.62-.16-.37-.07-.8.22-1.09l6-6a.996.996 0 0 1 1.41 0l6 6c.29.29.37.72.22 1.09-.16.38-.53.62-.93.62m-9.59-2h7.17l-3.59-3.59z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSortUp
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSortUpSolid = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M16.704 12.291 10.71 6.296a1 1 0 0 0-1.418 0L3.296 12.29A1 1 0 0 0 4.005 14h11.99a1 1 0 0 0 .71-1.709"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSortUpSolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgStop = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M10 1c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m7 9c0 1.57-.53 3.02-1.4 4.18L5.82 4.4C6.98 3.53 8.43 3 10 3c3.86 0 7 3.14 7 7M3 10c0-1.57.53-3.02 1.4-4.18l9.78 9.78c-1.17.88-2.61 1.4-4.18 1.4-3.86 0-7-3.14-7-7"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgStop
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgSupport = (props: SVGProps<SVGSVGElement>) => (
|
|
5
|
+
<SvgIcon
|
|
6
|
+
width={20}
|
|
7
|
+
height={20}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M19 10c0-1.55-.89-2.87-2.18-3.54C16.14 3.31 13.31 1 10 1 6.73 1 3.89 3.31 3.18 6.46 1.89 7.12 1 8.46 1 10c0 2.21 1.79 4 4 4h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1h-.55C6.23 4.23 7.99 3 10 3c2.04 0 3.8 1.23 4.56 3H14c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1c0 1.1-.9 2-2 2h-.05a2.5 2.5 0 0 0-2.45-2h-1a2.5 2.5 0 0 0 0 5h1c.81 0 1.53-.4 1.99-1H13c2.21 0 4-1.79 4-4v-.56c1.19-.69 2-1.97 2-3.44M5 12c-1.1 0-2-.9-2-2s.9-2 2-2zm5.5 5h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0 .5.22.5.5s-.22.5-.5.5m4.5-5V8c1.1 0 2 .9 2 2s-.9 2-2 2"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgSupport
|