@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 SvgAlertCircleSolid = (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 1a9 9 0 1 0 .001 18.001A9 9 0 0 0 10 1M9 6c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1zm1 9.2c-.66 0-1.2-.54-1.2-1.2s.54-1.2 1.2-1.2 1.2.54 1.2 1.2-.54 1.2-1.2 1.2"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAlertCircleSolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgAlertDiamond = (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-.53 0-1.04-.21-1.41-.59l-7-7.017a1.983 1.983 0 0 1 0-2.813l7-7.017c.75-.75 2.07-.75 2.83 0l7 7.017c.78.78.78 2.042 0 2.813l-7 7.016c-.38.38-.89.591-1.42.591m0-16.016-7 7.017 7 6.997 6.99-7.007zm0 11.211c.66 0 1.2-.54 1.2-1.2 0-.661-.54-1.202-1.2-1.202s-1.2.54-1.2 1.201c0 .66.54 1.201 1.2 1.201m1-5.205V5.987c0-.55-.45-1-1-1s-1 .45-1 1V8.99c0 .55.45 1.001 1 1.001s1-.45 1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAlertDiamond
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgAlertDiamondSolid = (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.428 8.582-7.003-7.015c-.75-.76-2.071-.75-2.831 0L1.59 8.582c-.78.78-.78 2.042 0 2.812l7.004 7.016c.38.38.88.59 1.41.59s1.04-.21 1.41-.58l7.004-7.016c.78-.78.78-2.041.01-2.822M9.004 5.99c0-.55.45-1 1-1s1 .45 1 1v3.002c0 .55-.45 1.001-1 1.001s-1-.45-1-1zm1 8.206c-.66 0-1.2-.54-1.2-1.2 0-.661.54-1.202 1.2-1.202s1.2.54 1.2 1.201c0 .66-.54 1.201-1.2 1.201"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAlertDiamondSolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgAlertShield = (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-.13 0-.25-.02-.37-.07C4 16.68 2 11.09 2 7V4c0-.55.45-1 1-1 1.88 0 2.69-.47 3.56-.97C7.39 1.55 8.34 1 10 1s2.6.54 3.44 1.03c.87.5 1.69.97 3.56.97.55 0 1 .45 1 1v3c0 4.09-2 9.68-7.63 11.93-.12.05-.24.07-.37.07M4 4.96V7c0 3.38 1.58 7.94 6 9.91 4.42-1.98 6-6.54 6-9.91V4.96c-1.76-.16-2.75-.73-3.56-1.2C11.68 3.32 11.13 3 10 3s-1.68.32-2.44.76c-.81.47-1.8 1.04-3.56 1.2m6 9.24c.66 0 1.2-.54 1.2-1.2s-.54-1.2-1.2-1.2-1.2.54-1.2 1.2.54 1.2 1.2 1.2M11 9V6c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAlertShield
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgAndroid = (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 8v5c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1m13-1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1M5 15c0 .55.45 1 1 1h1v2c0 .55.45 1 1 1s1-.45 1-1v-2h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h1c.55 0 1-.45 1-1V7H5zm9.9-9H5.1a5 5 0 0 1 2.42-3.34l-.47-.93a.505.505 0 0 1 .22-.67c.25-.12.55-.02.67.22l.49.98C8.93 2.1 9.45 2 10 2s1.07.1 1.56.26l.49-.98c.12-.25.42-.35.67-.22.25.12.35.42.22.67l-.47.93c1.24.7 2.14 1.91 2.43 3.34M8 4.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5m4.97-.16a.51.51 0 0 0-.63-.32c-.26.08-.4.37-.32.63.09.26.37.4.63.32.27-.08.41-.37.32-.63"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAndroid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgApple = (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.67 15.026q-.433.945-1.025 1.741c-1.44 1.951-2.4 2.701-4.565 1.861-.608-.24-1.173-.35-1.685-.35-.534 0-1.11.12-1.728.35-1.675.64-2.635.71-4.598-1.91C2.864 15.105 2 12.804 2 10.713c0-1.97.8-3.791 2.56-4.782a4.9 4.9 0 0 1 2.336-.63c1.141 0 2.613.8 3.243.8.661 0 2.261-.96 3.754-.83 1.6.12 2.795.72 3.595 1.79-1.43.821-2.133 1.972-2.123 3.442.022 1.771 1.174 3.102 2.635 3.682-.107.29-.213.57-.33.84M12.964 3.871c-.832.92-1.845 1.461-2.944 1.38C9.765 3.262 11.728 1.11 13.98 1c.128 1.06-.288 2.05-1.014 2.871"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgApple
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArchive = (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 2H3c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-2 14H5V8h10zm2-10H3V4h14zm-6 6H9c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArchive
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowCircle = (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.71 6.29-3-3A.996.996 0 1 0 9.3 7.7L10.59 9H7c-.55 0-1 .45-1 1s.45 1 1 1h3.59L9.3 12.29a.996.996 0 1 0 1.41 1.41l3-3a.996.996 0 0 0 0-1.41"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArrowCircle
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowDown = (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.705 11.29a1 1 0 0 0-1.412 0L11 14.58V3c0-.55-.45-1-1.001-1s-1.001.45-1.001 1v11.59L5.704 11.3a.998.998 0 0 0-1.411 1.41l5.005 5c.2.2.45.29.71.29.261 0 .511-.1.712-.29l5.005-5c.37-.39.37-1.03-.02-1.42"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArrowDown
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowLeft = (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 10.003c0 .55-.45 1-1 1H5.41l3.3 3.29c.39.39.39 1.03 0 1.42-.4.38-1.01.39-1.42 0l-5-5c-.39-.39-.39-1.03 0-1.42l5-5c.39-.39 1.03-.39 1.42 0s.39 1.03 0 1.42l-3.3 3.29H17c.55 0 1 .45 1 1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArrowLeft
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowRight = (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.71 10.712-5 5c-.4.38-1.01.39-1.42 0-.39-.39-.39-1.03 0-1.42l3.3-3.29H3c-.55 0-1-.45-1-1s.45-1 1-1h11.59l-3.3-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 SvgArrowRight
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowUp = (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.709 7.292-5.003-5a.997.997 0 0 0-1.41 0l-5.003 5a.997.997 0 1 0 1.41 1.41l3.292-3.29v11.59c0 .55.45 1 1 1s1.001-.45 1.001-1V5.412l3.292 3.29c.39.39 1.02.39 1.41 0 .4-.38.4-1.02.01-1.41"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArrowUp
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowUpCorner = (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.007 15h-4.002a3.01 3.01 0 0 1-3.002-3V6.41l2.291 2.29a.997.997 0 1 0 1.411-1.41l-4.002-4a.997.997 0 0 0-1.41 0l-4.003 4A.997.997 0 1 0 4.7 8.7l2.292-2.29V12c0 2.76 2.241 5 5.003 5h4.002c.55 0 1-.45 1-1s-.44-1-.99-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArrowUpCorner
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgArrowsChange = (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 6.713-4 4c-.4.38-1.01.39-1.42 0-.39-.39-.39-1.03 0-1.42l2.3-2.29H2c-.55 0-1-.45-1-1s.45-1 1-1h13.59l-2.3-2.29c-.39-.39-.39-1.03 0-1.42s1.03-.39 1.42 0l4 4c.39.39.39 1.03 0 1.42m-.71 6.29H4.41l2.3-2.29c.39-.39.39-1.03 0-1.42s-1.03-.39-1.42 0l-4 4c-.39.39-.39 1.03 0 1.42l4 4c.4.38 1.01.39 1.42 0 .39-.39.39-1.03 0-1.42l-2.3-2.29H18c.55 0 1-.45 1-1s-.45-1-1-1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgArrowsChange
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgAtm = (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 2H3c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-6h1c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6 7h2v9H6zm8 9h-4V7h4zm3-8h-1V6c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v2H3V4h14zm-4 5v1c0 .55-.45 1-1 1s-1-.45-1-1v-1c0-.55.45-1 1-1s1 .45 1 1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAtm
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgAttach = (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="M7.636 19a5.6 5.6 0 0 1-3.986-1.66A5.64 5.64 0 0 1 2 13.336c0-1.511.586-2.932 1.65-4.002L10.747 2.2a4.073 4.073 0 0 1 5.775 0 4.07 4.07 0 0 1 1.193 2.901 4.06 4.06 0 0 1-1.203 2.902l-7.107 7.134a2.538 2.538 0 0 1-4.334-1.811c0-.68.269-1.32.746-1.811l6.56-6.584a.985.985 0 0 1 1.402 0c.388.39.388 1.02 0 1.411l-6.56 6.584a.554.554 0 0 0 .785.78l7.107-7.134c.398-.4.616-.93.616-1.49a2.102 2.102 0 0 0-3.588-1.49l-7.097 7.132a3.65 3.65 0 0 0-1.064 2.592c0 .98.378 1.9 1.064 2.591a3.637 3.637 0 0 0 5.159 0l7.097-7.134a.997.997 0 0 1 1.411 0c.388.39.388 1.02 0 1.421l-7.097 7.134A5.53 5.53 0 0 1 7.636 19"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgAttach
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgBank = (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 10c.55 0 1-.45 1-1V7c0-.38-.21-.72-.55-.89l-8-4a1 1 0 0 0-.89 0l-8 4A.98.98 0 0 0 1 7v2c0 .55.45 1 1 1h1v6H2c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6zM3 7.62l7-3.5 7 3.5V8H3zM5 16v-6h2v6zm4 0v-6h2v6zm6 0h-2v-6h2z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgBank
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgBold = (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="M11.5 16H7c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h3.5C12.43 4 14 5.57 14 7.5c0 .76-.24 1.46-.65 2.03.99.62 1.65 1.72 1.65 2.97 0 1.93-1.57 3.5-3.5 3.5M8 14h3.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5H8zm0-5h2.5c.83 0 1.5-.67 1.5-1.5S11.33 6 10.5 6H8z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgBold
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgBonus = (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="M7 19c-3.31 0-6-2.69-6-6 0-1.91.88-3.65 2.4-4.8.44-.33 1.07-.24 1.4.2s.24 1.07-.2 1.4C3.58 10.56 3 11.73 3 13c0 2.21 1.79 4 4 4 1.27 0 2.44-.58 3.2-1.6.33-.44.96-.53 1.4-.2s.53.96.2 1.4A5.95 5.95 0 0 1 7 19M19 7c0-3.31-2.69-6-6-6S7 3.69 7 7s2.69 6 6 6 6-2.69 6-6m-2 0c0 2.21-1.79 4-4 4S9 9.21 9 7s1.79-4 4-4 4 1.79 4 4"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgBonus
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgBuilding = (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 8H6c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1m9 1v7c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v3h2c1.1 0 2 .9 2 2m-9.94 4H6.94v3h2.12zm2-1v4H13V4H3v12h1.94v-4c0-.55.45-1 1-1h4.12c.55 0 1 .45 1 1M17 9h-2v7h2z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgBuilding
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCalendar = (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 3h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H3c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M3 5h2v1c0 .55.45 1 1 1s1-.45 1-1V5h6v1c0 .55.45 1 1 1s1-.45 1-1V5h2v4H3zm14 11H3v-5h14z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCalendar
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCalendarCancel = (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 3h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H3c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h8c.55 0 1-.45 1-1s-.45-1-1-1H3v-5h15c.55 0 1-.45 1-1V5c0-1.1-.9-2-2-2M3 5h2v1c0 .55.45 1 1 1s1-.45 1-1V5h6v1c0 .55.45 1 1 1s1-.45 1-1V5h2v4H3zm15.71 9.71-.79.79.79.79a.996.996 0 1 1-1.41 1.41l-.79-.79-.79.79a.996.996 0 1 1-1.41-1.41l.79-.79-.79-.79a.996.996 0 1 1 1.41-1.41l.79.79.79-.79a.996.996 0 1 1 1.41 1.41"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCalendarCancel
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCall = (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.2 19c-.354 0-.705-.06-1.038-.18A21.22 21.22 0 0 1 1.182 6.836 3.09 3.09 0 0 1 1.9 3.625l2.03-2.033A2 2 0 0 1 5.357 1a2.01 2.01 0 0 1 1.43.594L9.7 4.5a2.03 2.03 0 0 1 0 2.866l-1 .992a5.4 5.4 0 0 0 2.942 2.942l1-.994a2.074 2.074 0 0 1 2.866 0l2.9 2.9a2.025 2.025 0 0 1 0 2.866l-2.03 2.028a3.07 3.07 0 0 1-2.178.9M3.064 6.16a19.08 19.08 0 0 0 10.777 10.776 1.08 1.08 0 0 0 1.122-.247l2.03-2.029-2.9-2.94-1.493 1.451a1 1 0 0 1-1.024.241A7.52 7.52 0 0 1 6.59 8.425 1 1 0 0 1 6.83 7.4l1.451-1.45-2.9-2.941-2.07 2.03a1.08 1.08 0 0 0-.247 1.121"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCall
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCallEnd = (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.009 11h-3.002c-1.1 0-2-.9-2-2V7.71c-1.342-.52-2.662-.52-4.003 0V9c0 1.1-.9 2-2.001 2H3C1.901 11 1 10.1 1 9V6.68c0-1.07.58-2.07 1.52-2.62 4.753-2.75 10.207-2.75 14.96 0 .94.55 1.52 1.55 1.52 2.62V9c.01 1.1-.89 2-1.991 2m-7.004-5.69c1.15 0 2.301.28 3.442.84.34.17.56.52.56.9V9h3.002V6.68c0-.36-.2-.7-.53-.89-4.113-2.39-8.835-2.39-12.948 0-.33.19-.53.53-.53.89V9h3.002V7.05c0-.38.22-.73.56-.9 1.14-.56 2.291-.84 3.442-.84m2.711 8.98c-.39-.39-1.03-.39-1.42 0l-.29.29V12c0-.55-.45-1-1.001-1s-1 .45-1 1v2.58l-.29-.29c-.391-.39-1.031-.39-1.422 0-.39.39-.39 1.03 0 1.42l2.002 2c.2.19.45.29.71.29s.51-.1.71-.29l2.002-2c.39-.39.39-1.03 0-1.42"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCallEnd
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCallMissed = (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.009 18h-3.002c-1.1 0-2-.9-2-2v-1.29c-1.342-.52-2.662-.52-4.003 0V16c0 1.1-.9 2-2.001 2H3C1.901 18 1 17.1 1 16v-2.32c0-1.07.58-2.07 1.52-2.62 4.753-2.75 10.207-2.75 14.96 0 .94.55 1.52 1.55 1.52 2.62V16c.01 1.1-.89 2-1.991 2m-7.004-5.69c1.15 0 2.301.28 3.442.84.34.17.56.52.56.9V16h3.002v-2.32c0-.36-.2-.7-.53-.89-4.113-2.39-8.835-2.39-12.948 0-.33.19-.53.53-.53.89V16h3.002v-1.95c0-.38.22-.73.56-.9 1.14-.56 2.291-.84 3.442-.84m4.803-8.91c-.33-.44-.96-.53-1.401-.2l-3.312 2.48L8.415 4h.59c.55 0 1-.45 1-1s-.45-1-1-1H6.002c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1v-.59L9.295 7.7c.35.35.91.39 1.31.09l4.002-3a.99.99 0 0 0 .2-1.39"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCallMissed
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCallback = (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.2 19c-.35 0-.7-.06-1.04-.18C7.97 16.96 3.04 12.027 1.18 6.835a3.09 3.09 0 0 1 .71-3.211l2.03-2.031c.38-.38.89-.59 1.43-.59s1.05.21 1.43.59l2.9 2.901c.79.79.79 2.08 0 2.871l-.99.99c.59 1.381 1.56 2.351 2.94 2.942l1-.99c.77-.77 2.1-.76 2.87 0l2.9 2.9c.38.38.59.891.59 1.431s-.21 1.05-.59 1.43L16.37 18.1c-.57.59-1.36.9-2.17.9M3.06 6.155c1.67 4.672 6.11 9.103 10.78 10.784.39.14.83.04 1.12-.25l2.03-2.03-2.9-2.942-1.49 1.45a.99.99 0 0 1-1.02.24c-2.48-.83-4.16-2.5-4.99-4.991a.99.99 0 0 1 .24-1.02l1.45-1.451-2.9-2.942-2.07 2.031c-.29.29-.39.73-.25 1.12M16 2.993h-1.59l.29-.29a.997.997 0 1 0-1.41-1.41l-2 2a.997.997 0 0 0 0 1.411l2 2a.997.997 0 1 0 1.41-1.41l-.29-.29H16c.55 0 1 .45 1 1v2.001c0 .55.45 1 1 1s1-.45 1-1v-2c0-1.661-1.35-3.012-3-3.012"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCallback
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCamera = (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 14c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4m0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m7 9H3c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.59L6 2.59c.37-.37.89-.59 1.41-.59h5.17c.53 0 1.04.21 1.41.59L15.4 4H17c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2M3 6v9h14V6h-2c-.27 0-.52-.11-.71-.29L12.59 4H7.42L5.71 5.71C5.52 5.89 5.27 6 5 6z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCamera
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCancel = (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-7m1.41 7 1.29-1.29a.996.996 0 1 0-1.41-1.41L10 8.59 8.71 7.3A.996.996 0 1 0 7.3 8.71L8.59 10 7.3 11.29a.996.996 0 1 0 1.41 1.41L10 11.41l1.29 1.29a.996.996 0 1 0 1.41-1.41z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCancel
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCancelSolid = (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 1a9 9 0 1 0 .001 18.001A9 9 0 0 0 10 1m3.21 10.79a.996.996 0 1 1-1.41 1.41L10 11.41 8.21 13.2a.996.996 0 1 1-1.41-1.41L8.59 10 6.8 8.21A.996.996 0 1 1 8.21 6.8L10 8.59l1.79-1.79a.996.996 0 1 1 1.41 1.41L11.41 10z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCancelSolid
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCard = (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 3H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M3 5h14v2H3zm14 10H3V9h14z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCard
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCardLock = (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 5v1c0 .55-.45 1-1 1s-1-.45-1-1V5H3v2h6c.55 0 1 .45 1 1s-.45 1-1 1H3v6h4c.55 0 1 .45 1 1s-.45 1-1 1H3c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2m0 8v2c0 1.1-.9 2-2 2h-5c-1.1 0-2-.9-2-2v-2c0-.8.48-1.5 1.17-1.82v-.85C11.17 8.5 12.66 7 14.5 7s3.33 1.5 3.33 3.33v.85C18.52 11.5 19 12.2 19 13m-5.83-2h2.66v-.67a1.33 1.33 0 1 0-2.66 0zM17 13h-5v2h5z"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCardLock
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCardRefill = (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.99 7.96-.01-3c-.01-1.1-.91-2-2.01-1.99l-14 .06c-1.1.01-2 .91-1.99 2.01l.01 2.98v.04l.03 6.98c.01 1.1.91 2 2.01 1.99l7-.03c.55 0 1-.45 1-1-.01-.56-.45-1-1.01-1l-7 .03L3 9.04l14-.07v1c0 .55.45 1 1 .99.56 0 1-.45 1-1zm-16-.92-.01-2.01 14-.06.01 2zm16.03 6.92c0 .55-.44 1-1 1l-2.59.02.3.29c.39.39.4 1.02.01 1.41-.41.41-1.03.38-1.42.01l-2.01-1.99c-.39-.39-.39-1.03 0-1.42l1.99-2.01a.996.996 0 0 1 1.41 0c.4.39.4 1.02.01 1.41l-.29.3 2.58-.02c.56 0 1.01.45 1.01 1"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCardRefill
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { SvgIcon } from '../SvgIcon'
|
|
4
|
+
const SvgCardReissue = (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 5v1c0 .55-.45 1-1 1s-1-.45-1-1V5H3v2h3c.55 0 1 .45 1 1s-.45 1-1 1H3v6h2c.55 0 1 .45 1 1s-.45 1-1 1H3c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2m-.29 5.29-1-1c-.39-.39-1.03-.39-1.42 0l-1 1c-.39.39-.39 1.03 0 1.42.19.19.45.29.71.29a3.01 3.01 0 0 1-3.73 2.91.995.995 0 0 0-1.21.73c-.13.54.19 1.08.73 1.21A5.002 5.002 0 0 0 18 12c.26 0 .51-.1.71-.29.39-.39.39-1.03 0-1.42m-4.5-3.14A5.002 5.002 0 0 0 8 12c-.26 0-.52.1-.71.29-.39.39-.39 1.03 0 1.42l1 1c.2.19.45.29.71.29s.51-.1.71-.29l1-1c.39-.39.39-1.03 0-1.42-.19-.19-.45-.29-.71-.29a3.01 3.01 0 0 1 3.73-2.91c.53.12 1.08-.19 1.21-.73a.995.995 0 0 0-.73-1.21"
|
|
15
|
+
/>
|
|
16
|
+
</SvgIcon>
|
|
17
|
+
)
|
|
18
|
+
export default SvgCardReissue
|