@metamask-previews/design-system-react 0.0.0-preview.ccba95e → 0.0.0-preview.da25f99
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/components/AvatarAccount/AvatarAccount.mjs +1 -2
- package/dist/components/AvatarAccount/AvatarAccount.mjs.map +1 -1
- package/dist/components/AvatarBase/AvatarBase.mjs +1 -2
- package/dist/components/AvatarBase/AvatarBase.mjs.map +1 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.mjs +1 -2
- package/dist/components/AvatarFavicon/AvatarFavicon.mjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.mjs +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.mjs +1 -2
- package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.mjs +1 -2
- package/dist/components/AvatarNetwork/AvatarNetwork.mjs.map +1 -1
- package/dist/components/AvatarToken/AvatarToken.mjs +1 -2
- package/dist/components/AvatarToken/AvatarToken.mjs.map +1 -1
- package/dist/components/BadgeCount/BadgeCount.mjs +1 -2
- package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.mjs +1 -2
- package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -1
- package/dist/components/BadgeNetwork/BadgeNetwork.mjs +1 -2
- package/dist/components/BadgeNetwork/BadgeNetwork.mjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.mjs +1 -2
- package/dist/components/BadgeStatus/BadgeStatus.mjs.map +1 -1
- package/dist/components/BadgeWrapper/BadgeWrapper.mjs +1 -2
- package/dist/components/BadgeWrapper/BadgeWrapper.mjs.map +1 -1
- package/dist/components/Box/Box.cjs +15 -0
- package/dist/components/Box/Box.cjs.map +1 -0
- package/dist/components/Box/Box.constants.cjs +19 -0
- package/dist/components/Box/Box.constants.cjs.map +1 -0
- package/dist/components/Box/Box.constants.d.cts +3 -0
- package/dist/components/Box/Box.constants.d.cts.map +1 -0
- package/dist/components/Box/Box.constants.d.mts +3 -0
- package/dist/components/Box/Box.constants.d.mts.map +1 -0
- package/dist/components/Box/Box.constants.mjs +16 -0
- package/dist/components/Box/Box.constants.mjs.map +1 -0
- package/dist/components/Box/Box.d.cts +4 -0
- package/dist/components/Box/Box.d.cts.map +1 -0
- package/dist/components/Box/Box.d.mts +4 -0
- package/dist/components/Box/Box.d.mts.map +1 -0
- package/dist/components/Box/Box.mjs +15 -0
- package/dist/components/Box/Box.mjs.map +1 -0
- package/dist/components/Box/Box.types.cjs +3 -0
- package/dist/components/Box/Box.types.cjs.map +1 -0
- package/dist/components/Box/Box.types.d.cts +30 -0
- package/dist/components/Box/Box.types.d.cts.map +1 -0
- package/dist/components/Box/Box.types.d.mts +30 -0
- package/dist/components/Box/Box.types.d.mts.map +1 -0
- package/dist/components/Box/Box.types.mjs +2 -0
- package/dist/components/Box/Box.types.mjs.map +1 -0
- package/dist/components/Box/index.cjs +11 -0
- package/dist/components/Box/index.cjs.map +1 -0
- package/dist/components/Box/index.d.cts +5 -0
- package/dist/components/Box/index.d.cts.map +1 -0
- package/dist/components/Box/index.d.mts +5 -0
- package/dist/components/Box/index.d.mts.map +1 -0
- package/dist/components/Box/index.mjs +3 -0
- package/dist/components/Box/index.mjs.map +1 -0
- package/dist/components/Button/Button.mjs +1 -2
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +1 -2
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +1 -2
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +1 -2
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.mjs +1 -2
- package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.mjs +1 -2
- package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
- package/dist/components/Checkbox/Checkbox.cjs +73 -0
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.cts +6 -0
- package/dist/components/Checkbox/Checkbox.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.mts +6 -0
- package/dist/components/Checkbox/Checkbox.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.mjs +54 -0
- package/dist/components/Checkbox/Checkbox.mjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.cjs +3 -0
- package/dist/components/Checkbox/Checkbox.types.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.cts +67 -0
- package/dist/components/Checkbox/Checkbox.types.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.mts +67 -0
- package/dist/components/Checkbox/Checkbox.types.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.mjs +2 -0
- package/dist/components/Checkbox/Checkbox.types.mjs.map +1 -0
- package/dist/components/Checkbox/index.cjs +6 -0
- package/dist/components/Checkbox/index.cjs.map +1 -0
- package/dist/components/Checkbox/index.d.cts +3 -0
- package/dist/components/Checkbox/index.d.cts.map +1 -0
- package/dist/components/Checkbox/index.d.mts +3 -0
- package/dist/components/Checkbox/index.d.mts.map +1 -0
- package/dist/components/Checkbox/index.mjs +2 -0
- package/dist/components/Checkbox/index.mjs.map +1 -0
- package/dist/components/Icon/icons/Accessibility.mjs +1 -2
- package/dist/components/Icon/icons/Accessibility.mjs.map +1 -1
- package/dist/components/Icon/icons/Activity.mjs +1 -2
- package/dist/components/Icon/icons/Activity.mjs.map +1 -1
- package/dist/components/Icon/icons/Add.mjs +1 -2
- package/dist/components/Icon/icons/Add.mjs.map +1 -1
- package/dist/components/Icon/icons/AddCard.mjs +1 -2
- package/dist/components/Icon/icons/AddCard.mjs.map +1 -1
- package/dist/components/Icon/icons/AddCircle.mjs +1 -2
- package/dist/components/Icon/icons/AddCircle.mjs.map +1 -1
- package/dist/components/Icon/icons/AddSquare.mjs +1 -2
- package/dist/components/Icon/icons/AddSquare.mjs.map +1 -1
- package/dist/components/Icon/icons/Ai.mjs +1 -2
- package/dist/components/Icon/icons/Ai.mjs.map +1 -1
- package/dist/components/Icon/icons/AlternateEmail.mjs +1 -2
- package/dist/components/Icon/icons/AlternateEmail.mjs.map +1 -1
- package/dist/components/Icon/icons/Apps.mjs +1 -2
- package/dist/components/Icon/icons/Apps.mjs.map +1 -1
- package/dist/components/Icon/icons/Arrow2Down.mjs +1 -2
- package/dist/components/Icon/icons/Arrow2Down.mjs.map +1 -1
- package/dist/components/Icon/icons/Arrow2Left.mjs +1 -2
- package/dist/components/Icon/icons/Arrow2Left.mjs.map +1 -1
- package/dist/components/Icon/icons/Arrow2Right.mjs +1 -2
- package/dist/components/Icon/icons/Arrow2Right.mjs.map +1 -1
- package/dist/components/Icon/icons/Arrow2Up.mjs +1 -2
- package/dist/components/Icon/icons/Arrow2Up.mjs.map +1 -1
- package/dist/components/Icon/icons/Arrow2UpRight.mjs +1 -2
- package/dist/components/Icon/icons/Arrow2UpRight.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowCircleDown.mjs +1 -2
- package/dist/components/Icon/icons/ArrowCircleDown.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowCircleUp.mjs +1 -2
- package/dist/components/Icon/icons/ArrowCircleUp.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowDoubleLeft.mjs +1 -2
- package/dist/components/Icon/icons/ArrowDoubleLeft.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowDoubleRight.mjs +1 -2
- package/dist/components/Icon/icons/ArrowDoubleRight.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowDown.mjs +1 -2
- package/dist/components/Icon/icons/ArrowDown.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowDropDownCircle.mjs +1 -2
- package/dist/components/Icon/icons/ArrowDropDownCircle.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowLeft.mjs +1 -2
- package/dist/components/Icon/icons/ArrowLeft.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowRight.mjs +1 -2
- package/dist/components/Icon/icons/ArrowRight.mjs.map +1 -1
- package/dist/components/Icon/icons/ArrowUp.mjs +1 -2
- package/dist/components/Icon/icons/ArrowUp.mjs.map +1 -1
- package/dist/components/Icon/icons/Attachment.mjs +1 -2
- package/dist/components/Icon/icons/Attachment.mjs.map +1 -1
- package/dist/components/Icon/icons/Ban.mjs +1 -2
- package/dist/components/Icon/icons/Ban.mjs.map +1 -1
- package/dist/components/Icon/icons/Bank.mjs +1 -2
- package/dist/components/Icon/icons/Bank.mjs.map +1 -1
- package/dist/components/Icon/icons/BankAssured.mjs +1 -2
- package/dist/components/Icon/icons/BankAssured.mjs.map +1 -1
- package/dist/components/Icon/icons/Bold.mjs +1 -2
- package/dist/components/Icon/icons/Bold.mjs.map +1 -1
- package/dist/components/Icon/icons/Book.mjs +1 -2
- package/dist/components/Icon/icons/Book.mjs.map +1 -1
- package/dist/components/Icon/icons/Bookmark.mjs +1 -2
- package/dist/components/Icon/icons/Bookmark.mjs.map +1 -1
- package/dist/components/Icon/icons/Bridge.mjs +1 -2
- package/dist/components/Icon/icons/Bridge.mjs.map +1 -1
- package/dist/components/Icon/icons/Briefcase.mjs +1 -2
- package/dist/components/Icon/icons/Briefcase.mjs.map +1 -1
- package/dist/components/Icon/icons/Bulb.mjs +1 -2
- package/dist/components/Icon/icons/Bulb.mjs.map +1 -1
- package/dist/components/Icon/icons/BuySell.mjs +1 -2
- package/dist/components/Icon/icons/BuySell.mjs.map +1 -1
- package/dist/components/Icon/icons/Cake.mjs +1 -2
- package/dist/components/Icon/icons/Cake.mjs.map +1 -1
- package/dist/components/Icon/icons/Calculator.mjs +1 -2
- package/dist/components/Icon/icons/Calculator.mjs.map +1 -1
- package/dist/components/Icon/icons/Calendar.mjs +1 -2
- package/dist/components/Icon/icons/Calendar.mjs.map +1 -1
- package/dist/components/Icon/icons/Call.mjs +1 -2
- package/dist/components/Icon/icons/Call.mjs.map +1 -1
- package/dist/components/Icon/icons/Camera.mjs +1 -2
- package/dist/components/Icon/icons/Camera.mjs.map +1 -1
- package/dist/components/Icon/icons/Campaign.mjs +1 -2
- package/dist/components/Icon/icons/Campaign.mjs.map +1 -1
- package/dist/components/Icon/icons/Card.mjs +1 -2
- package/dist/components/Icon/icons/Card.mjs.map +1 -1
- package/dist/components/Icon/icons/CardPos.mjs +1 -2
- package/dist/components/Icon/icons/CardPos.mjs.map +1 -1
- package/dist/components/Icon/icons/Cash.mjs +1 -2
- package/dist/components/Icon/icons/Cash.mjs.map +1 -1
- package/dist/components/Icon/icons/Category.mjs +1 -2
- package/dist/components/Icon/icons/Category.mjs.map +1 -1
- package/dist/components/Icon/icons/Chart.mjs +1 -2
- package/dist/components/Icon/icons/Chart.mjs.map +1 -1
- package/dist/components/Icon/icons/Check.mjs +1 -2
- package/dist/components/Icon/icons/Check.mjs.map +1 -1
- package/dist/components/Icon/icons/CheckBold.mjs +1 -2
- package/dist/components/Icon/icons/CheckBold.mjs.map +1 -1
- package/dist/components/Icon/icons/CircleX.mjs +1 -2
- package/dist/components/Icon/icons/CircleX.mjs.map +1 -1
- package/dist/components/Icon/icons/Clock.mjs +1 -2
- package/dist/components/Icon/icons/Clock.mjs.map +1 -1
- package/dist/components/Icon/icons/ClockFilled.mjs +1 -2
- package/dist/components/Icon/icons/ClockFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Close.mjs +1 -2
- package/dist/components/Icon/icons/Close.mjs.map +1 -1
- package/dist/components/Icon/icons/Cloud.mjs +1 -2
- package/dist/components/Icon/icons/Cloud.mjs.map +1 -1
- package/dist/components/Icon/icons/CloudDownload.mjs +1 -2
- package/dist/components/Icon/icons/CloudDownload.mjs.map +1 -1
- package/dist/components/Icon/icons/CloudUpload.mjs +1 -2
- package/dist/components/Icon/icons/CloudUpload.mjs.map +1 -1
- package/dist/components/Icon/icons/Code.mjs +1 -2
- package/dist/components/Icon/icons/Code.mjs.map +1 -1
- package/dist/components/Icon/icons/CodeCircle.mjs +1 -2
- package/dist/components/Icon/icons/CodeCircle.mjs.map +1 -1
- package/dist/components/Icon/icons/Coin.mjs +1 -2
- package/dist/components/Icon/icons/Coin.mjs.map +1 -1
- package/dist/components/Icon/icons/Collapse.mjs +1 -2
- package/dist/components/Icon/icons/Collapse.mjs.map +1 -1
- package/dist/components/Icon/icons/Confirmation.mjs +1 -2
- package/dist/components/Icon/icons/Confirmation.mjs.map +1 -1
- package/dist/components/Icon/icons/Connect.mjs +1 -2
- package/dist/components/Icon/icons/Connect.mjs.map +1 -1
- package/dist/components/Icon/icons/Copy.mjs +1 -2
- package/dist/components/Icon/icons/Copy.mjs.map +1 -1
- package/dist/components/Icon/icons/CopySuccess.mjs +1 -2
- package/dist/components/Icon/icons/CopySuccess.mjs.map +1 -1
- package/dist/components/Icon/icons/CreditCheck.mjs +1 -2
- package/dist/components/Icon/icons/CreditCheck.mjs.map +1 -1
- package/dist/components/Icon/icons/CurrencyFranc.mjs +1 -2
- package/dist/components/Icon/icons/CurrencyFranc.mjs.map +1 -1
- package/dist/components/Icon/icons/CurrencyLira.mjs +1 -2
- package/dist/components/Icon/icons/CurrencyLira.mjs.map +1 -1
- package/dist/components/Icon/icons/CurrencyPound.mjs +1 -2
- package/dist/components/Icon/icons/CurrencyPound.mjs.map +1 -1
- package/dist/components/Icon/icons/CurrencyYuan.mjs +1 -2
- package/dist/components/Icon/icons/CurrencyYuan.mjs.map +1 -1
- package/dist/components/Icon/icons/Customize.mjs +1 -2
- package/dist/components/Icon/icons/Customize.mjs.map +1 -1
- package/dist/components/Icon/icons/Danger.mjs +1 -2
- package/dist/components/Icon/icons/Danger.mjs.map +1 -1
- package/dist/components/Icon/icons/Dark.mjs +1 -2
- package/dist/components/Icon/icons/Dark.mjs.map +1 -1
- package/dist/components/Icon/icons/DarkFilled.mjs +1 -2
- package/dist/components/Icon/icons/DarkFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Data.mjs +1 -2
- package/dist/components/Icon/icons/Data.mjs.map +1 -1
- package/dist/components/Icon/icons/Description.mjs +1 -2
- package/dist/components/Icon/icons/Description.mjs.map +1 -1
- package/dist/components/Icon/icons/Details.mjs +1 -2
- package/dist/components/Icon/icons/Details.mjs.map +1 -1
- package/dist/components/Icon/icons/Diagram.mjs +1 -2
- package/dist/components/Icon/icons/Diagram.mjs.map +1 -1
- package/dist/components/Icon/icons/DocumentCode.mjs +1 -2
- package/dist/components/Icon/icons/DocumentCode.mjs.map +1 -1
- package/dist/components/Icon/icons/Download.mjs +1 -2
- package/dist/components/Icon/icons/Download.mjs.map +1 -1
- package/dist/components/Icon/icons/Draft.mjs +1 -2
- package/dist/components/Icon/icons/Draft.mjs.map +1 -1
- package/dist/components/Icon/icons/EcoLeaf.mjs +1 -2
- package/dist/components/Icon/icons/EcoLeaf.mjs.map +1 -1
- package/dist/components/Icon/icons/Edit.mjs +1 -2
- package/dist/components/Icon/icons/Edit.mjs.map +1 -1
- package/dist/components/Icon/icons/EditSquare.mjs +1 -2
- package/dist/components/Icon/icons/EditSquare.mjs.map +1 -1
- package/dist/components/Icon/icons/EncryptedAdd.mjs +1 -2
- package/dist/components/Icon/icons/EncryptedAdd.mjs.map +1 -1
- package/dist/components/Icon/icons/Eraser.mjs +1 -2
- package/dist/components/Icon/icons/Eraser.mjs.map +1 -1
- package/dist/components/Icon/icons/Error.mjs +1 -2
- package/dist/components/Icon/icons/Error.mjs.map +1 -1
- package/dist/components/Icon/icons/Ethereum.mjs +1 -2
- package/dist/components/Icon/icons/Ethereum.mjs.map +1 -1
- package/dist/components/Icon/icons/Exchange.mjs +1 -2
- package/dist/components/Icon/icons/Exchange.mjs.map +1 -1
- package/dist/components/Icon/icons/Expand.mjs +1 -2
- package/dist/components/Icon/icons/Expand.mjs.map +1 -1
- package/dist/components/Icon/icons/ExpandVertical.mjs +1 -2
- package/dist/components/Icon/icons/ExpandVertical.mjs.map +1 -1
- package/dist/components/Icon/icons/Explore.mjs +1 -2
- package/dist/components/Icon/icons/Explore.mjs.map +1 -1
- package/dist/components/Icon/icons/ExploreFilled.mjs +1 -2
- package/dist/components/Icon/icons/ExploreFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Export.mjs +1 -2
- package/dist/components/Icon/icons/Export.mjs.map +1 -1
- package/dist/components/Icon/icons/Extension.mjs +1 -2
- package/dist/components/Icon/icons/Extension.mjs.map +1 -1
- package/dist/components/Icon/icons/Eye.mjs +1 -2
- package/dist/components/Icon/icons/Eye.mjs.map +1 -1
- package/dist/components/Icon/icons/EyeSlash.mjs +1 -2
- package/dist/components/Icon/icons/EyeSlash.mjs.map +1 -1
- package/dist/components/Icon/icons/FaceId.mjs +1 -2
- package/dist/components/Icon/icons/FaceId.mjs.map +1 -1
- package/dist/components/Icon/icons/Feedback.mjs +1 -2
- package/dist/components/Icon/icons/Feedback.mjs.map +1 -1
- package/dist/components/Icon/icons/File.mjs +1 -2
- package/dist/components/Icon/icons/File.mjs.map +1 -1
- package/dist/components/Icon/icons/Filter.mjs +1 -2
- package/dist/components/Icon/icons/Filter.mjs.map +1 -1
- package/dist/components/Icon/icons/Fingerprint.mjs +1 -2
- package/dist/components/Icon/icons/Fingerprint.mjs.map +1 -1
- package/dist/components/Icon/icons/Fire.mjs +1 -2
- package/dist/components/Icon/icons/Fire.mjs.map +1 -1
- package/dist/components/Icon/icons/FirstPage.mjs +1 -2
- package/dist/components/Icon/icons/FirstPage.mjs.map +1 -1
- package/dist/components/Icon/icons/Flag.mjs +1 -2
- package/dist/components/Icon/icons/Flag.mjs.map +1 -1
- package/dist/components/Icon/icons/Flash.mjs +1 -2
- package/dist/components/Icon/icons/Flash.mjs.map +1 -1
- package/dist/components/Icon/icons/FlashSlash.mjs +1 -2
- package/dist/components/Icon/icons/FlashSlash.mjs.map +1 -1
- package/dist/components/Icon/icons/Flask.mjs +1 -2
- package/dist/components/Icon/icons/Flask.mjs.map +1 -1
- package/dist/components/Icon/icons/Flower.mjs +1 -2
- package/dist/components/Icon/icons/Flower.mjs.map +1 -1
- package/dist/components/Icon/icons/Folder.mjs +1 -2
- package/dist/components/Icon/icons/Folder.mjs.map +1 -1
- package/dist/components/Icon/icons/Forest.mjs +1 -2
- package/dist/components/Icon/icons/Forest.mjs.map +1 -1
- package/dist/components/Icon/icons/FullCircle.mjs +1 -2
- package/dist/components/Icon/icons/FullCircle.mjs.map +1 -1
- package/dist/components/Icon/icons/Gas.mjs +1 -2
- package/dist/components/Icon/icons/Gas.mjs.map +1 -1
- package/dist/components/Icon/icons/Gift.mjs +1 -2
- package/dist/components/Icon/icons/Gift.mjs.map +1 -1
- package/dist/components/Icon/icons/Global.mjs +1 -2
- package/dist/components/Icon/icons/Global.mjs.map +1 -1
- package/dist/components/Icon/icons/GlobalSearch.mjs +1 -2
- package/dist/components/Icon/icons/GlobalSearch.mjs.map +1 -1
- package/dist/components/Icon/icons/Graph.mjs +1 -2
- package/dist/components/Icon/icons/Graph.mjs.map +1 -1
- package/dist/components/Icon/icons/Hardware.mjs +1 -2
- package/dist/components/Icon/icons/Hardware.mjs.map +1 -1
- package/dist/components/Icon/icons/HashTag.mjs +1 -2
- package/dist/components/Icon/icons/HashTag.mjs.map +1 -1
- package/dist/components/Icon/icons/Heart.mjs +1 -2
- package/dist/components/Icon/icons/Heart.mjs.map +1 -1
- package/dist/components/Icon/icons/HeartFilled.mjs +1 -2
- package/dist/components/Icon/icons/HeartFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Hierarchy.mjs +1 -2
- package/dist/components/Icon/icons/Hierarchy.mjs.map +1 -1
- package/dist/components/Icon/icons/Home.mjs +1 -2
- package/dist/components/Icon/icons/Home.mjs.map +1 -1
- package/dist/components/Icon/icons/HomeFilled.mjs +1 -2
- package/dist/components/Icon/icons/HomeFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Image.mjs +1 -2
- package/dist/components/Icon/icons/Image.mjs.map +1 -1
- package/dist/components/Icon/icons/Info.mjs +1 -2
- package/dist/components/Icon/icons/Info.mjs.map +1 -1
- package/dist/components/Icon/icons/Inventory.mjs +1 -2
- package/dist/components/Icon/icons/Inventory.mjs.map +1 -1
- package/dist/components/Icon/icons/Joystick.mjs +1 -2
- package/dist/components/Icon/icons/Joystick.mjs.map +1 -1
- package/dist/components/Icon/icons/Keep.mjs +1 -2
- package/dist/components/Icon/icons/Keep.mjs.map +1 -1
- package/dist/components/Icon/icons/KeepFilled.mjs +1 -2
- package/dist/components/Icon/icons/KeepFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Key.mjs +1 -2
- package/dist/components/Icon/icons/Key.mjs.map +1 -1
- package/dist/components/Icon/icons/LastPage.mjs +1 -2
- package/dist/components/Icon/icons/LastPage.mjs.map +1 -1
- package/dist/components/Icon/icons/Light.mjs +1 -2
- package/dist/components/Icon/icons/Light.mjs.map +1 -1
- package/dist/components/Icon/icons/LightFilled.mjs +1 -2
- package/dist/components/Icon/icons/LightFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Link.mjs +1 -2
- package/dist/components/Icon/icons/Link.mjs.map +1 -1
- package/dist/components/Icon/icons/Loading.mjs +1 -2
- package/dist/components/Icon/icons/Loading.mjs.map +1 -1
- package/dist/components/Icon/icons/Location.mjs +1 -2
- package/dist/components/Icon/icons/Location.mjs.map +1 -1
- package/dist/components/Icon/icons/Lock.mjs +1 -2
- package/dist/components/Icon/icons/Lock.mjs.map +1 -1
- package/dist/components/Icon/icons/LockSlash.mjs +1 -2
- package/dist/components/Icon/icons/LockSlash.mjs.map +1 -1
- package/dist/components/Icon/icons/LockedFilled.mjs +1 -2
- package/dist/components/Icon/icons/LockedFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Login.mjs +1 -2
- package/dist/components/Icon/icons/Login.mjs.map +1 -1
- package/dist/components/Icon/icons/Logout.mjs +1 -2
- package/dist/components/Icon/icons/Logout.mjs.map +1 -1
- package/dist/components/Icon/icons/Mail.mjs +1 -2
- package/dist/components/Icon/icons/Mail.mjs.map +1 -1
- package/dist/components/Icon/icons/Map.mjs +1 -2
- package/dist/components/Icon/icons/Map.mjs.map +1 -1
- package/dist/components/Icon/icons/Menu.mjs +1 -2
- package/dist/components/Icon/icons/Menu.mjs.map +1 -1
- package/dist/components/Icon/icons/MessageQuestion.mjs +1 -2
- package/dist/components/Icon/icons/MessageQuestion.mjs.map +1 -1
- package/dist/components/Icon/icons/Messages.mjs +1 -2
- package/dist/components/Icon/icons/Messages.mjs.map +1 -1
- package/dist/components/Icon/icons/Mic.mjs +1 -2
- package/dist/components/Icon/icons/Mic.mjs.map +1 -1
- package/dist/components/Icon/icons/Minus.mjs +1 -2
- package/dist/components/Icon/icons/Minus.mjs.map +1 -1
- package/dist/components/Icon/icons/MinusBold.mjs +1 -2
- package/dist/components/Icon/icons/MinusBold.mjs.map +1 -1
- package/dist/components/Icon/icons/MinusSquare.mjs +1 -2
- package/dist/components/Icon/icons/MinusSquare.mjs.map +1 -1
- package/dist/components/Icon/icons/Mobile.mjs +1 -2
- package/dist/components/Icon/icons/Mobile.mjs.map +1 -1
- package/dist/components/Icon/icons/Money.mjs +1 -2
- package/dist/components/Icon/icons/Money.mjs.map +1 -1
- package/dist/components/Icon/icons/MoneyBag.mjs +1 -2
- package/dist/components/Icon/icons/MoneyBag.mjs.map +1 -1
- package/dist/components/Icon/icons/Monitor.mjs +1 -2
- package/dist/components/Icon/icons/Monitor.mjs.map +1 -1
- package/dist/components/Icon/icons/MoreHorizontal.mjs +1 -2
- package/dist/components/Icon/icons/MoreHorizontal.mjs.map +1 -1
- package/dist/components/Icon/icons/MoreVertical.mjs +1 -2
- package/dist/components/Icon/icons/MoreVertical.mjs.map +1 -1
- package/dist/components/Icon/icons/MountainFlag.mjs +1 -2
- package/dist/components/Icon/icons/MountainFlag.mjs.map +1 -1
- package/dist/components/Icon/icons/MusicNote.mjs +1 -2
- package/dist/components/Icon/icons/MusicNote.mjs.map +1 -1
- package/dist/components/Icon/icons/Notification.mjs +1 -2
- package/dist/components/Icon/icons/Notification.mjs.map +1 -1
- package/dist/components/Icon/icons/PageInfo.mjs +1 -2
- package/dist/components/Icon/icons/PageInfo.mjs.map +1 -1
- package/dist/components/Icon/icons/Palette.mjs +1 -2
- package/dist/components/Icon/icons/Palette.mjs.map +1 -1
- package/dist/components/Icon/icons/PasswordCheck.mjs +1 -2
- package/dist/components/Icon/icons/PasswordCheck.mjs.map +1 -1
- package/dist/components/Icon/icons/Pending.mjs +1 -2
- package/dist/components/Icon/icons/Pending.mjs.map +1 -1
- package/dist/components/Icon/icons/People.mjs +1 -2
- package/dist/components/Icon/icons/People.mjs.map +1 -1
- package/dist/components/Icon/icons/PersonCancel.mjs +1 -2
- package/dist/components/Icon/icons/PersonCancel.mjs.map +1 -1
- package/dist/components/Icon/icons/Pin.mjs +1 -2
- package/dist/components/Icon/icons/Pin.mjs.map +1 -1
- package/dist/components/Icon/icons/Plant.mjs +1 -2
- package/dist/components/Icon/icons/Plant.mjs.map +1 -1
- package/dist/components/Icon/icons/Plug.mjs +1 -2
- package/dist/components/Icon/icons/Plug.mjs.map +1 -1
- package/dist/components/Icon/icons/PlusAndMinus.mjs +1 -2
- package/dist/components/Icon/icons/PlusAndMinus.mjs.map +1 -1
- package/dist/components/Icon/icons/PolicyAlert.mjs +1 -2
- package/dist/components/Icon/icons/PolicyAlert.mjs.map +1 -1
- package/dist/components/Icon/icons/Print.mjs +1 -2
- package/dist/components/Icon/icons/Print.mjs.map +1 -1
- package/dist/components/Icon/icons/PriorityHigh.mjs +1 -2
- package/dist/components/Icon/icons/PriorityHigh.mjs.map +1 -1
- package/dist/components/Icon/icons/PrivacyTip.mjs +1 -2
- package/dist/components/Icon/icons/PrivacyTip.mjs.map +1 -1
- package/dist/components/Icon/icons/ProgrammingArrows.mjs +1 -2
- package/dist/components/Icon/icons/ProgrammingArrows.mjs.map +1 -1
- package/dist/components/Icon/icons/Publish.mjs +1 -2
- package/dist/components/Icon/icons/Publish.mjs.map +1 -1
- package/dist/components/Icon/icons/QrCode.mjs +1 -2
- package/dist/components/Icon/icons/QrCode.mjs.map +1 -1
- package/dist/components/Icon/icons/Question.mjs +1 -2
- package/dist/components/Icon/icons/Question.mjs.map +1 -1
- package/dist/components/Icon/icons/Receive.mjs +1 -2
- package/dist/components/Icon/icons/Receive.mjs.map +1 -1
- package/dist/components/Icon/icons/Received.mjs +1 -2
- package/dist/components/Icon/icons/Received.mjs.map +1 -1
- package/dist/components/Icon/icons/Refresh.mjs +1 -2
- package/dist/components/Icon/icons/Refresh.mjs.map +1 -1
- package/dist/components/Icon/icons/RemoveMinus.mjs +1 -2
- package/dist/components/Icon/icons/RemoveMinus.mjs.map +1 -1
- package/dist/components/Icon/icons/Report.mjs +1 -2
- package/dist/components/Icon/icons/Report.mjs.map +1 -1
- package/dist/components/Icon/icons/Rocket.mjs +1 -2
- package/dist/components/Icon/icons/Rocket.mjs.map +1 -1
- package/dist/components/Icon/icons/Save.mjs +1 -2
- package/dist/components/Icon/icons/Save.mjs.map +1 -1
- package/dist/components/Icon/icons/SaveFilled.mjs +1 -2
- package/dist/components/Icon/icons/SaveFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Saving.mjs +1 -2
- package/dist/components/Icon/icons/Saving.mjs.map +1 -1
- package/dist/components/Icon/icons/Scan.mjs +1 -2
- package/dist/components/Icon/icons/Scan.mjs.map +1 -1
- package/dist/components/Icon/icons/ScanBarcode.mjs +1 -2
- package/dist/components/Icon/icons/ScanBarcode.mjs.map +1 -1
- package/dist/components/Icon/icons/ScanFocus.mjs +1 -2
- package/dist/components/Icon/icons/ScanFocus.mjs.map +1 -1
- package/dist/components/Icon/icons/Search.mjs +1 -2
- package/dist/components/Icon/icons/Search.mjs.map +1 -1
- package/dist/components/Icon/icons/Security.mjs +1 -2
- package/dist/components/Icon/icons/Security.mjs.map +1 -1
- package/dist/components/Icon/icons/SecurityAlert.mjs +1 -2
- package/dist/components/Icon/icons/SecurityAlert.mjs.map +1 -1
- package/dist/components/Icon/icons/SecurityCross.mjs +1 -2
- package/dist/components/Icon/icons/SecurityCross.mjs.map +1 -1
- package/dist/components/Icon/icons/SecurityKey.mjs +1 -2
- package/dist/components/Icon/icons/SecurityKey.mjs.map +1 -1
- package/dist/components/Icon/icons/SecuritySearch.mjs +1 -2
- package/dist/components/Icon/icons/SecuritySearch.mjs.map +1 -1
- package/dist/components/Icon/icons/SecuritySlash.mjs +1 -2
- package/dist/components/Icon/icons/SecuritySlash.mjs.map +1 -1
- package/dist/components/Icon/icons/SecurityTick.mjs +1 -2
- package/dist/components/Icon/icons/SecurityTick.mjs.map +1 -1
- package/dist/components/Icon/icons/SecurityTime.mjs +1 -2
- package/dist/components/Icon/icons/SecurityTime.mjs.map +1 -1
- package/dist/components/Icon/icons/SecurityUser.mjs +1 -2
- package/dist/components/Icon/icons/SecurityUser.mjs.map +1 -1
- package/dist/components/Icon/icons/Send.mjs +1 -2
- package/dist/components/Icon/icons/Send.mjs.map +1 -1
- package/dist/components/Icon/icons/SentimentDissatisfied.mjs +1 -2
- package/dist/components/Icon/icons/SentimentDissatisfied.mjs.map +1 -1
- package/dist/components/Icon/icons/SentimentNeutral.mjs +1 -2
- package/dist/components/Icon/icons/SentimentNeutral.mjs.map +1 -1
- package/dist/components/Icon/icons/SentimentSatisfied.mjs +1 -2
- package/dist/components/Icon/icons/SentimentSatisfied.mjs.map +1 -1
- package/dist/components/Icon/icons/SentimentVerySatisfied.mjs +1 -2
- package/dist/components/Icon/icons/SentimentVerySatisfied.mjs.map +1 -1
- package/dist/components/Icon/icons/Setting.mjs +1 -2
- package/dist/components/Icon/icons/Setting.mjs.map +1 -1
- package/dist/components/Icon/icons/SettingFilled.mjs +1 -2
- package/dist/components/Icon/icons/SettingFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Share.mjs +1 -2
- package/dist/components/Icon/icons/Share.mjs.map +1 -1
- package/dist/components/Icon/icons/ShieldLock.mjs +1 -2
- package/dist/components/Icon/icons/ShieldLock.mjs.map +1 -1
- package/dist/components/Icon/icons/ShoppingBag.mjs +1 -2
- package/dist/components/Icon/icons/ShoppingBag.mjs.map +1 -1
- package/dist/components/Icon/icons/ShoppingCart.mjs +1 -2
- package/dist/components/Icon/icons/ShoppingCart.mjs.map +1 -1
- package/dist/components/Icon/icons/SignalCellular.mjs +1 -2
- package/dist/components/Icon/icons/SignalCellular.mjs.map +1 -1
- package/dist/components/Icon/icons/Slash.mjs +1 -2
- package/dist/components/Icon/icons/Slash.mjs.map +1 -1
- package/dist/components/Icon/icons/Sms.mjs +1 -2
- package/dist/components/Icon/icons/Sms.mjs.map +1 -1
- package/dist/components/Icon/icons/Snaps.mjs +1 -2
- package/dist/components/Icon/icons/Snaps.mjs.map +1 -1
- package/dist/components/Icon/icons/SnapsMobile.mjs +1 -2
- package/dist/components/Icon/icons/SnapsMobile.mjs.map +1 -1
- package/dist/components/Icon/icons/SnapsPlus.mjs +1 -2
- package/dist/components/Icon/icons/SnapsPlus.mjs.map +1 -1
- package/dist/components/Icon/icons/SnapsRound.mjs +1 -2
- package/dist/components/Icon/icons/SnapsRound.mjs.map +1 -1
- package/dist/components/Icon/icons/Sort.mjs +1 -2
- package/dist/components/Icon/icons/Sort.mjs.map +1 -1
- package/dist/components/Icon/icons/SortByAlpha.mjs +1 -2
- package/dist/components/Icon/icons/SortByAlpha.mjs.map +1 -1
- package/dist/components/Icon/icons/Sparkle.mjs +1 -2
- package/dist/components/Icon/icons/Sparkle.mjs.map +1 -1
- package/dist/components/Icon/icons/Speed.mjs +1 -2
- package/dist/components/Icon/icons/Speed.mjs.map +1 -1
- package/dist/components/Icon/icons/Speedometer.mjs +1 -2
- package/dist/components/Icon/icons/Speedometer.mjs.map +1 -1
- package/dist/components/Icon/icons/Square.mjs +1 -2
- package/dist/components/Icon/icons/Square.mjs.map +1 -1
- package/dist/components/Icon/icons/Stake.mjs +1 -2
- package/dist/components/Icon/icons/Stake.mjs.map +1 -1
- package/dist/components/Icon/icons/Star.mjs +1 -2
- package/dist/components/Icon/icons/Star.mjs.map +1 -1
- package/dist/components/Icon/icons/StarFilled.mjs +1 -2
- package/dist/components/Icon/icons/StarFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Start.mjs +1 -2
- package/dist/components/Icon/icons/Start.mjs.map +1 -1
- package/dist/components/Icon/icons/Storefront.mjs +1 -2
- package/dist/components/Icon/icons/Storefront.mjs.map +1 -1
- package/dist/components/Icon/icons/Student.mjs +1 -2
- package/dist/components/Icon/icons/Student.mjs.map +1 -1
- package/dist/components/Icon/icons/SwapHorizontal.mjs +1 -2
- package/dist/components/Icon/icons/SwapHorizontal.mjs.map +1 -1
- package/dist/components/Icon/icons/SwapVertical.mjs +1 -2
- package/dist/components/Icon/icons/SwapVertical.mjs.map +1 -1
- package/dist/components/Icon/icons/TabClose.mjs +1 -2
- package/dist/components/Icon/icons/TabClose.mjs.map +1 -1
- package/dist/components/Icon/icons/TableRow.mjs +1 -2
- package/dist/components/Icon/icons/TableRow.mjs.map +1 -1
- package/dist/components/Icon/icons/Tablet.mjs +1 -2
- package/dist/components/Icon/icons/Tablet.mjs.map +1 -1
- package/dist/components/Icon/icons/Tag.mjs +1 -2
- package/dist/components/Icon/icons/Tag.mjs.map +1 -1
- package/dist/components/Icon/icons/ThumbDown.mjs +1 -2
- package/dist/components/Icon/icons/ThumbDown.mjs.map +1 -1
- package/dist/components/Icon/icons/ThumbDownFilled.mjs +1 -2
- package/dist/components/Icon/icons/ThumbDownFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/ThumbUp.mjs +1 -2
- package/dist/components/Icon/icons/ThumbUp.mjs.map +1 -1
- package/dist/components/Icon/icons/ThumbUpFilled.mjs +1 -2
- package/dist/components/Icon/icons/ThumbUpFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Tint.mjs +1 -2
- package/dist/components/Icon/icons/Tint.mjs.map +1 -1
- package/dist/components/Icon/icons/Tooltip.mjs +1 -2
- package/dist/components/Icon/icons/Tooltip.mjs.map +1 -1
- package/dist/components/Icon/icons/Translate.mjs +1 -2
- package/dist/components/Icon/icons/Translate.mjs.map +1 -1
- package/dist/components/Icon/icons/Trash.mjs +1 -2
- package/dist/components/Icon/icons/Trash.mjs.map +1 -1
- package/dist/components/Icon/icons/TrendDown.mjs +1 -2
- package/dist/components/Icon/icons/TrendDown.mjs.map +1 -1
- package/dist/components/Icon/icons/TrendUp.mjs +1 -2
- package/dist/components/Icon/icons/TrendUp.mjs.map +1 -1
- package/dist/components/Icon/icons/Undo.mjs +1 -2
- package/dist/components/Icon/icons/Undo.mjs.map +1 -1
- package/dist/components/Icon/icons/Unfold.mjs +1 -2
- package/dist/components/Icon/icons/Unfold.mjs.map +1 -1
- package/dist/components/Icon/icons/UnlockedFilled.mjs +1 -2
- package/dist/components/Icon/icons/UnlockedFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Unpin.mjs +1 -2
- package/dist/components/Icon/icons/Unpin.mjs.map +1 -1
- package/dist/components/Icon/icons/Upload.mjs +1 -2
- package/dist/components/Icon/icons/Upload.mjs.map +1 -1
- package/dist/components/Icon/icons/UploadFile.mjs +1 -2
- package/dist/components/Icon/icons/UploadFile.mjs.map +1 -1
- package/dist/components/Icon/icons/Usb.mjs +1 -2
- package/dist/components/Icon/icons/Usb.mjs.map +1 -1
- package/dist/components/Icon/icons/User.mjs +1 -2
- package/dist/components/Icon/icons/User.mjs.map +1 -1
- package/dist/components/Icon/icons/UserCheck.mjs +1 -2
- package/dist/components/Icon/icons/UserCheck.mjs.map +1 -1
- package/dist/components/Icon/icons/UserCircle.mjs +1 -2
- package/dist/components/Icon/icons/UserCircle.mjs.map +1 -1
- package/dist/components/Icon/icons/UserCircleAdd.mjs +1 -2
- package/dist/components/Icon/icons/UserCircleAdd.mjs.map +1 -1
- package/dist/components/Icon/icons/UserCircleRemove.mjs +1 -2
- package/dist/components/Icon/icons/UserCircleRemove.mjs.map +1 -1
- package/dist/components/Icon/icons/Verified.mjs +1 -2
- package/dist/components/Icon/icons/Verified.mjs.map +1 -1
- package/dist/components/Icon/icons/VerifiedFilled.mjs +1 -2
- package/dist/components/Icon/icons/VerifiedFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Videocam.mjs +1 -2
- package/dist/components/Icon/icons/Videocam.mjs.map +1 -1
- package/dist/components/Icon/icons/ViewColumn.mjs +1 -2
- package/dist/components/Icon/icons/ViewColumn.mjs.map +1 -1
- package/dist/components/Icon/icons/ViewInAr.mjs +1 -2
- package/dist/components/Icon/icons/ViewInAr.mjs.map +1 -1
- package/dist/components/Icon/icons/VolumeOff.mjs +1 -2
- package/dist/components/Icon/icons/VolumeOff.mjs.map +1 -1
- package/dist/components/Icon/icons/VolumeUp.mjs +1 -2
- package/dist/components/Icon/icons/VolumeUp.mjs.map +1 -1
- package/dist/components/Icon/icons/Wallet.mjs +1 -2
- package/dist/components/Icon/icons/Wallet.mjs.map +1 -1
- package/dist/components/Icon/icons/WalletFilled.mjs +1 -2
- package/dist/components/Icon/icons/WalletFilled.mjs.map +1 -1
- package/dist/components/Icon/icons/Warning.mjs +1 -2
- package/dist/components/Icon/icons/Warning.mjs.map +1 -1
- package/dist/components/Icon/icons/WebTraffic.mjs +1 -2
- package/dist/components/Icon/icons/WebTraffic.mjs.map +1 -1
- package/dist/components/Icon/icons/Widgets.mjs +1 -2
- package/dist/components/Icon/icons/Widgets.mjs.map +1 -1
- package/dist/components/Icon/icons/Wifi.mjs +1 -2
- package/dist/components/Icon/icons/Wifi.mjs.map +1 -1
- package/dist/components/Icon/icons/WifiOff.mjs +1 -2
- package/dist/components/Icon/icons/WifiOff.mjs.map +1 -1
- package/dist/components/Icon/icons/X.mjs +1 -2
- package/dist/components/Icon/icons/X.mjs.map +1 -1
- package/dist/components/TextButton/TextButton.mjs +1 -2
- package/dist/components/TextButton/TextButton.mjs.map +1 -1
- package/dist/components/index.cjs +10 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +4 -0
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +2 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/temp-components/Jazzicon/Jazzicon.mjs +1 -2
- package/dist/components/temp-components/Jazzicon/Jazzicon.mjs.map +1 -1
- package/dist/components/temp-components/Maskicon/Maskicon.mjs +1 -2
- package/dist/components/temp-components/Maskicon/Maskicon.mjs.map +1 -1
- package/dist/types/index.cjs +43 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +42 -0
- package/dist/types/index.d.cts.map +1 -1
- package/dist/types/index.d.mts +42 -0
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.mjs +42 -0
- package/dist/types/index.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowUp.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"ArrowUp.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,8DAA8D,GAAG,CAAM,CAAC;AACrQ,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;AAC1C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowUp = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m22 16.113-1.775 1.775L12 9.661l-8.225 8.225L2 16.113l10-10z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowUp);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgAttachment = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M8.25 18q-2.6 0-4.425-1.825C2 14.35 2 13.483 2 11.75s.608-3.208 1.825-4.425S6.517 5.5 8.25 5.5h9.25q1.875 0 3.188 1.313C22 8.126 22 8.75 22 10s-.437 2.313-1.312 3.188S18.75 14.5 17.5 14.5H8.75q-1.15 0-1.95-.8c-.8-.8-.8-1.183-.8-1.95s.267-1.417.8-1.95A2.65 2.65 0 0 1 8.75 9H18v2H8.75a.73.73 0 0 0-.75.75.73.73 0 0 0 .75.75h8.75q1.05-.025 1.775-.737C20 11.05 20 10.7 20 10s-.242-1.292-.725-1.775S18.2 7.5 17.5 7.5H8.25q-1.774-.025-3.012 1.225C3.999 9.975 4 10.567 4 11.75q0 1.75 1.238 2.975C6.475 15.95 7.067 15.967 8.25 16H18v2z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgAttachment);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attachment.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Attachment.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,khBAAkhB,GAAG,CAAM,CAAC;AAC5tB,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAttachment = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M8.25 18q-2.6 0-4.425-1.825C2 14.35 2 13.483 2 11.75s.608-3.208 1.825-4.425S6.517 5.5 8.25 5.5h9.25q1.875 0 3.188 1.313C22 8.126 22 8.75 22 10s-.437 2.313-1.312 3.188S18.75 14.5 17.5 14.5H8.75q-1.15 0-1.95-.8c-.8-.8-.8-1.183-.8-1.95s.267-1.417.8-1.95A2.65 2.65 0 0 1 8.75 9H18v2H8.75a.73.73 0 0 0-.75.75.73.73 0 0 0 .75.75h8.75q1.05-.025 1.775-.737C20 11.05 20 10.7 20 10s-.242-1.292-.725-1.775S18.2 7.5 17.5 7.5H8.25q-1.774-.025-3.012 1.225C3.999 9.975 4 10.567 4 11.75q0 1.75 1.238 2.975C6.475 15.95 7.067 15.967 8.25 16H18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAttachment);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBan = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q1.35 0 2.6-.437c1.25-.437 1.6-.713 2.3-1.263L5.7 7.1a8 8 0 0 0-1.263 2.3A7.8 7.8 0 0 0 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20m6.3-3.1q.824-1.05 1.263-2.3c.439-1.25.437-1.7.437-2.6q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4q-1.35 0-2.6.437A8 8 0 0 0 7.1 5.7z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBan);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ban.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Ban.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Ban.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Ban.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,MAAM,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,smBAAsmB,GAAG,CAAM,CAAC;AACzyB,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;AACtC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBan = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q1.35 0 2.6-.437c1.25-.437 1.6-.713 2.3-1.263L5.7 7.1a8 8 0 0 0-1.263 2.3A7.8 7.8 0 0 0 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20m6.3-3.1q.824-1.05 1.263-2.3c.439-1.25.437-1.7.437-2.6q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4q-1.35 0-2.6.437A8 8 0 0 0 7.1 5.7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgBan);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBank = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M5 17.886v-7h2v7zm6 0v-7h2v7zm-9 4v-2h20v2zm15-4v-7h2v7zm-15-9v-2l10-5 10 5v2zm4.45-2h11.1L12 4.136z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBank);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bank.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bank.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Bank.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bank.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,sGAAsG,GAAG,CAAM,CAAC;AAC1S,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBank = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M5 17.886v-7h2v7zm6 0v-7h2v7zm-9 4v-2h20v2zm15-4v-7h2v7zm-15-9v-2l10-5 10 5v2zm4.45-2h11.1L12 4.136z\" /></svg>;\nconst ForwardRef = forwardRef(SvgBank);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBankAssured = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M5 17v-7h2v7zm6 0v-7h2v7zM2 8V6l10-5 10 5v2zm4.475-2h11.05L12 3.25zM2 21v-2h12.05q.05.525.125 1.013c.075.487.125.654.225.987zm15-7.75V10h2v2.25zM20 24q-1.725-.425-2.862-1.987C16 20.45 16 19.816 16 18.55V16l4-2 4 2v2.55q0 1.9-1.137 3.463C21.726 23.575 21.15 23.717 20 24m-.725-3 3.475-3.45-1.05-1.05-2.425 2.375-.975-.975-1.05 1.075z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBankAssured);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BankAssured.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/BankAssured.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"BankAssured.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/BankAssured.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,8UAA8U,GAAG,CAAM,CAAC;AACzhB,MAAM,UAAU,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AAC9C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBankAssured = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M5 17v-7h2v7zm6 0v-7h2v7zM2 8V6l10-5 10 5v2zm4.475-2h11.05L12 3.25zM2 21v-2h12.05q.05.525.125 1.013c.075.487.125.654.225.987zm15-7.75V10h2v2.25zM20 24q-1.725-.425-2.862-1.987C16 20.45 16 19.816 16 18.55V16l4-2 4 2v2.55q0 1.9-1.137 3.463C21.726 23.575 21.15 23.717 20 24m-.725-3 3.475-3.45-1.05-1.05-2.425 2.375-.975-.975-1.05 1.075z\" /></svg>;\nconst ForwardRef = forwardRef(SvgBankAssured);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBold = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M6.8 19V5h5.525q1.624 0 3 1C16.7 7 16.7 7.592 16.7 8.775q0 1.275-.575 1.963c-.575.688-.742.787-1.075.987q.625.275 1.387 1.025c.762.75.763 1.25.763 2.25q0 2.224-1.625 3.113c-1.625.889-2.1.887-3.05.887zm3.025-2.8h2.6q1.2 0 1.462-.612c.262-.613.263-.705.263-.888s-.088-.48-.263-.887-.687-.613-1.537-.613H9.825zm0-5.7h2.325q.825 0 1.2-.425a1.4 1.4 0 0 0 .375-.95q0-.6-.425-.975c-.425-.375-.65-.375-1.1-.375H9.825z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBold);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bold.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bold.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Bold.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bold.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,2ZAA2Z,GAAG,CAAM,CAAC;AAC/lB,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBold = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M6.8 19V5h5.525q1.624 0 3 1C16.7 7 16.7 7.592 16.7 8.775q0 1.275-.575 1.963c-.575.688-.742.787-1.075.987q.625.275 1.387 1.025c.762.75.763 1.25.763 2.25q0 2.224-1.625 3.113c-1.625.889-2.1.887-3.05.887zm3.025-2.8h2.6q1.2 0 1.462-.612c.262-.613.263-.705.263-.888s-.088-.48-.263-.887-.687-.613-1.537-.613H9.825zm0-5.7h2.325q.825 0 1.2-.425a1.4 1.4 0 0 0 .375-.95q0-.6-.425-.975c-.425-.375-.65-.375-1.1-.375H9.825z\" /></svg>;\nconst ForwardRef = forwardRef(SvgBold);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBook = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M6.5 16q1.175 0 2.288.263c1.112.262 1.479.437 2.212.787V7.2q-1.024-.6-2.175-.9C7.674 6 7.283 6 6.5 6q-.9 0-1.788.175C3.824 6.35 3.55 6.467 3 6.7v9.9q.875-.3 1.737-.45C5.6 16 5.9 16 6.5 16m6.5 1.05q1.099-.525 2.213-.787C16.327 16 16.717 16 17.5 16q.9 0 1.763.15c.862.15 1.154.25 1.737.45V6.7q-.825-.35-1.712-.525C18.4 6 18.1 6 17.5 6q-1.175 0-2.325.3c-1.15.3-1.492.5-2.175.9zM12 20a9.6 9.6 0 0 0-2.6-1.475A8.2 8.2 0 0 0 6.5 18q-1.05 0-2.062.275c-1.012.275-1.321.442-1.938.775q-.525.275-1.012-.025C1 18.725 1 18.533 1 18.15V6.1q0-.274.138-.525c.138-.251.229-.292.412-.375q1.15-.6 2.4-.9C5.2 4 5.633 4 6.5 4q1.45 0 2.838.375C10.726 4.75 11.15 5 12 5.5A10.8 10.8 0 0 1 17.5 4q1.3 0 2.55.3c1.25.3 1.633.5 2.4.9q.274.125.413.375c.139.25.137.342.137.525v12.05q0 .575-.487.875c-.488.3-.663.208-1.013.025q-.925-.5-1.937-.775C18.55 18 18.2 18 17.5 18q-1.5 0-2.9.525c-1.4.525-1.8.842-2.6 1.475" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBook);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Book.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Book.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Book.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Book.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,o3BAAo3B,GAAG,CAAM,CAAC;AACxjC,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBook = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M6.5 16q1.175 0 2.288.263c1.112.262 1.479.437 2.212.787V7.2q-1.024-.6-2.175-.9C7.674 6 7.283 6 6.5 6q-.9 0-1.788.175C3.824 6.35 3.55 6.467 3 6.7v9.9q.875-.3 1.737-.45C5.6 16 5.9 16 6.5 16m6.5 1.05q1.099-.525 2.213-.787C16.327 16 16.717 16 17.5 16q.9 0 1.763.15c.862.15 1.154.25 1.737.45V6.7q-.825-.35-1.712-.525C18.4 6 18.1 6 17.5 6q-1.175 0-2.325.3c-1.15.3-1.492.5-2.175.9zM12 20a9.6 9.6 0 0 0-2.6-1.475A8.2 8.2 0 0 0 6.5 18q-1.05 0-2.062.275c-1.012.275-1.321.442-1.938.775q-.525.275-1.012-.025C1 18.725 1 18.533 1 18.15V6.1q0-.274.138-.525c.138-.251.229-.292.412-.375q1.15-.6 2.4-.9C5.2 4 5.633 4 6.5 4q1.45 0 2.838.375C10.726 4.75 11.15 5 12 5.5A10.8 10.8 0 0 1 17.5 4q1.3 0 2.55.3c1.25.3 1.633.5 2.4.9q.274.125.413.375c.139.25.137.342.137.525v12.05q0 .575-.487.875c-.488.3-.663.208-1.013.025q-.925-.5-1.937-.775C18.55 18 18.2 18 17.5 18q-1.5 0-2.9.525c-1.4.525-1.8.842-2.6 1.475\" /></svg>;\nconst ForwardRef = forwardRef(SvgBook);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBookmark = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M6 22q-.824 0-1.412-.587C4 20.826 4 20.55 4 20V4q0-.824.588-1.412C5.176 1.999 5.45 2 6 2h12q.824 0 1.413.588C20.002 3.175 20 3.45 20 4v16q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4h-2v7l-2.5-1.5L11 11V4H6z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBookmark);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bookmark.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bookmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Bookmark.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bookmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,6NAA6N,GAAG,CAAM,CAAC;AACra,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBookmark = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M6 22q-.824 0-1.412-.587C4 20.826 4 20.55 4 20V4q0-.824.588-1.412C5.176 1.999 5.45 2 6 2h12q.824 0 1.413.588C20.002 3.175 20 3.45 20 4v16q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4h-2v7l-2.5-1.5L11 11V4H6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgBookmark);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBridge = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { fillRule: "evenodd", d: "M2 15.276c0-1.014.684-1.874 1.63-2.17C4.4 9.31 7.855 6.445 12 6.445c2.982 0 5.607 1.483 7.131 3.728a5.4 5.4 0 0 0-1.805.494A6.83 6.83 0 0 0 12 8.154c-3.215 0-5.906 2.172-6.594 5.084.77.374 1.3 1.146 1.3 2.038 0 1.259-1.054 2.28-2.353 2.28S2 16.534 2 15.275m17.647 2.28c1.3 0 2.353-1.021 2.353-2.28 0-1.22-.989-2.215-2.232-2.276l-.121-.003c-.379 0-.736.087-1.053.24-.771.375-1.3 1.147-1.3 2.04 0 1.258 1.053 2.278 2.353 2.278", clipRule: "evenodd" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBridge);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bridge.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bridge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Bridge.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bridge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,0aAA0a,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACtpB,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBridge = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M2 15.276c0-1.014.684-1.874 1.63-2.17C4.4 9.31 7.855 6.445 12 6.445c2.982 0 5.607 1.483 7.131 3.728a5.4 5.4 0 0 0-1.805.494A6.83 6.83 0 0 0 12 8.154c-3.215 0-5.906 2.172-6.594 5.084.77.374 1.3 1.146 1.3 2.038 0 1.259-1.054 2.28-2.353 2.28S2 16.534 2 15.275m17.647 2.28c1.3 0 2.353-1.021 2.353-2.28 0-1.22-.989-2.215-2.232-2.276l-.121-.003c-.379 0-.736.087-1.053.24-.771.375-1.3 1.147-1.3 2.04 0 1.258 1.053 2.278 2.353 2.278\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgBridge);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBriefcase = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M4 21q-.824 0-1.412-.587C1.999 19.826 2 19.55 2 19V8q0-.824.588-1.412C3.175 6 3.45 6 4 6h4V4q0-.824.588-1.412C9.176 1.999 9.45 2 10 2h4q.824 0 1.413.588C16 3.175 16 3.45 16 4v2h4q.824 0 1.413.588C22.002 7.176 22 7.45 22 8v11q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm6-15h4V4h-4zm10 9h-5v2H9v-2H4v4h16zm-9 0h2v-2h-2zm-7-2h5v-2h6v2h5V8H4z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBriefcase);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Briefcase.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Briefcase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Briefcase.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Briefcase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,yVAAyV,GAAG,CAAM,CAAC;AACliB,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBriefcase = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 21q-.824 0-1.412-.587C1.999 19.826 2 19.55 2 19V8q0-.824.588-1.412C3.175 6 3.45 6 4 6h4V4q0-.824.588-1.412C9.176 1.999 9.45 2 10 2h4q.824 0 1.413.588C16 3.175 16 3.45 16 4v2h4q.824 0 1.413.588C22.002 7.176 22 7.45 22 8v11q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm6-15h4V4h-4zm10 9h-5v2H9v-2H4v4h16zm-9 0h2v-2h-2zm-7-2h5v-2h6v2h5V8H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgBriefcase);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBulb = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M12 22q-.65 0-1.175-.312c-.525-.312-.625-.488-.825-.838q-.825 0-1.412-.587C8 19.676 8 19.4 8 18.85V15.3q-1.474-.975-2.362-2.575c-.888-1.6-.888-2.225-.888-3.475q0-3.026 2.113-5.137C8.974 2.002 9.983 2 12 2q3.026 0 5.138 2.113c2.111 2.113 2.112 3.12 2.112 5.137q0 1.925-.887 3.5c-.887 1.575-1.38 1.9-2.363 2.55v3.55q0 .824-.587 1.413c-.588.589-.863.587-1.413.587A2.27 2.27 0 0 1 12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8 14h1.45v-2.7l-2.2-2.2 1.05-1.05 1.9 1.9 1.9-1.9 1.05 1.05-2.2 2.2V14h1.45q1.35-.65 2.2-1.912c.85-1.262.85-1.788.85-2.838q0-2.2-1.525-3.725C14.2 4 13.467 4 12 4s-2.708.508-3.725 1.525S6.75 7.783 6.75 9.25q0 1.575.85 2.838C8.45 13.35 8.9 13.567 9.8 14" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBulb);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bulb.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bulb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Bulb.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Bulb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,+pBAA+pB,GAAG,CAAM,CAAC;AACn2B,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBulb = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-.65 0-1.175-.312c-.525-.312-.625-.488-.825-.838q-.825 0-1.412-.587C8 19.676 8 19.4 8 18.85V15.3q-1.474-.975-2.362-2.575c-.888-1.6-.888-2.225-.888-3.475q0-3.026 2.113-5.137C8.974 2.002 9.983 2 12 2q3.026 0 5.138 2.113c2.111 2.113 2.112 3.12 2.112 5.137q0 1.925-.887 3.5c-.887 1.575-1.38 1.9-2.363 2.55v3.55q0 .824-.587 1.413c-.588.589-.863.587-1.413.587A2.27 2.27 0 0 1 12 22m-2-3.15h4v-.9h-4zm0-1.9h4V16h-4zM9.8 14h1.45v-2.7l-2.2-2.2 1.05-1.05 1.9 1.9 1.9-1.9 1.05 1.05-2.2 2.2V14h1.45q1.35-.65 2.2-1.912c.85-1.262.85-1.788.85-2.838q0-2.2-1.525-3.725C14.2 4 13.467 4 12 4s-2.708.508-3.725 1.525S6.75 7.783 6.75 9.25q0 1.575.85 2.838C8.45 13.35 8.9 13.567 9.8 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgBulb);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgBuySell = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { fillRule: "evenodd", d: "M7 4.252H5v3H2v2h3v3h2v-3h3v-2H7zm11 1 1.06 1.06L5.627 19.749l-1.061-1.06zm4 11v-2h-8v2z", clipRule: "evenodd" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgBuySell);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BuySell.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/BuySell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"BuySell.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/BuySell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,0FAA0F,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACvU,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;AAC1C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgBuySell = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M7 4.252H5v3H2v2h3v3h2v-3h3v-2H7zm11 1 1.06 1.06L5.627 19.749l-1.061-1.06zm4 11v-2h-8v2z\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgBuySell);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCake = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M4 22q-.424 0-.712-.287C3 21.425 3 21.283 3 21v-5q0-.825.588-1.412C4.175 14 4.45 14 5 14v-4q0-.825.588-1.412C6.176 8 6.45 8 7 8h4V6.55q-.45-.3-.725-.725C10 5.4 10 5.2 10 4.8q0-.375.15-.737c.15-.362.25-.463.45-.663L12 2l1.4 1.4q.3.3.45.663c.15.363.15.487.15.737q0 .6-.275 1.025c-.275.425-.425.525-.725.725V8h4q.824 0 1.413.588c.589.588.587.862.587 1.412v4q.824 0 1.413.588c.589.588.587.862.587 1.412v5q0 .424-.287.713C20.425 22 20.283 22 20 22zm3-8h10v-4H7zm-2 6h14v-4H5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCake);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cake.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Cake.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Cake.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Cake.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wdAAwd,GAAG,CAAM,CAAC;AAC5pB,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCake = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 22q-.424 0-.712-.287C3 21.425 3 21.283 3 21v-5q0-.825.588-1.412C4.175 14 4.45 14 5 14v-4q0-.825.588-1.412C6.176 8 6.45 8 7 8h4V6.55q-.45-.3-.725-.725C10 5.4 10 5.2 10 4.8q0-.375.15-.737c.15-.362.25-.463.45-.663L12 2l1.4 1.4q.3.3.45.663c.15.363.15.487.15.737q0 .6-.275 1.025c-.275.425-.425.525-.725.725V8h4q.824 0 1.413.588c.589.588.587.862.587 1.412v4q.824 0 1.413.588c.589.588.587.862.587 1.412v5q0 .424-.287.713C20.425 22 20.283 22 20 22zm3-8h10v-4H7zm-2 6h14v-4H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCake);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCalculator = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm5-.75h5v-1.5h-5zm0-2.5h5v-1.5h-5zm1.1-3.8 1.4-1.4 1.4 1.4 1.05-1.05-1.4-1.45 1.4-1.4L16.9 6l-1.4 1.4L14.1 6l-1.05 1.05 1.4 1.4-1.4 1.45zM6.25 9.2h5V7.7h-5zM5 21q-.824 0-1.412-.587C2.999 19.826 3 19.55 3 19V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h14q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V5H5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCalculator);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calculator.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Calculator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Calculator.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Calculator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,4YAA4Y,GAAG,CAAM,CAAC;AACtlB,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCalculator = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm5-.75h5v-1.5h-5zm0-2.5h5v-1.5h-5zm1.1-3.8 1.4-1.4 1.4 1.4 1.05-1.05-1.4-1.45 1.4-1.4L16.9 6l-1.4 1.4L14.1 6l-1.05 1.05 1.4 1.4-1.4 1.45zM6.25 9.2h5V7.7h-5zM5 21q-.824 0-1.412-.587C2.999 19.826 3 19.55 3 19V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h14q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V5H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCalculator);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCalendar = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M5 22q-.824 0-1.412-.587C2.999 20.826 3 20.55 3 20V6q0-.824.588-1.412C4.175 4 4.45 4 5 4h1V2h2v2h8V2h2v2h1q.824 0 1.413.588C21.002 5.176 21 5.45 21 6v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V10H5zM5 8h14V6H5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCalendar);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Calendar.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,mOAAmO,GAAG,CAAM,CAAC;AAC3a,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCalendar = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M5 22q-.824 0-1.412-.587C2.999 20.826 3 20.55 3 20V6q0-.824.588-1.412C4.175 4 4.45 4 5 4h1V2h2v2h8V2h2v2h1q.824 0 1.413.588C21.002 5.176 21 5.45 21 6v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V10H5zM5 8h14V6H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCalendar);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCall = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M19.95 21q-3.125 0-6.175-1.362c-3.05-1.363-3.883-2.196-5.55-3.863s-2.954-3.517-3.863-5.55Q3 7.175 3 4.05q0-.45.3-.75c.3-.3.45-.3.75-.3H8.1q.35 0 .625.237c.275.237.292.346.325.563l.65 3.5q.05.4-.025.675c-.075.275-.142.342-.275.475L6.975 10.9q.5.925 1.187 1.787c.687.862.963 1.13 1.513 1.663q.775.776 1.625 1.437c.85.661 1.167.846 1.8 1.213l2.35-2.35q.225-.225.587-.338c.362-.113.48-.095.713-.062l3.45.7q.35.1.575.362c.225.262.225.371.225.588v4.05q0 .45-.3.75c-.3.3-.45.3-.75.3M6.025 9l1.65-1.65L7.25 5H5.025q.125 1.024.35 2.025C5.6 8.026 5.742 8.35 6.025 9m8.95 8.95q.975.424 1.987.675c1.012.251 1.355.275 2.038.325v-2.2l-2.35-.475z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCall);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Call.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Call.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Call.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Call.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,ynBAAynB,GAAG,CAAM,CAAC;AAC7zB,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCall = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M19.95 21q-3.125 0-6.175-1.362c-3.05-1.363-3.883-2.196-5.55-3.863s-2.954-3.517-3.863-5.55Q3 7.175 3 4.05q0-.45.3-.75c.3-.3.45-.3.75-.3H8.1q.35 0 .625.237c.275.237.292.346.325.563l.65 3.5q.05.4-.025.675c-.075.275-.142.342-.275.475L6.975 10.9q.5.925 1.187 1.787c.687.862.963 1.13 1.513 1.663q.775.776 1.625 1.437c.85.661 1.167.846 1.8 1.213l2.35-2.35q.225-.225.587-.338c.362-.113.48-.095.713-.062l3.45.7q.35.1.575.362c.225.262.225.371.225.588v4.05q0 .45-.3.75c-.3.3-.45.3-.75.3M6.025 9l1.65-1.65L7.25 5H5.025q.125 1.024.35 2.025C5.6 8.026 5.742 8.35 6.025 9m8.95 8.95q.975.424 1.987.675c1.012.251 1.355.275 2.038.325v-2.2l-2.35-.475z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCall);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCamera = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M12 17.5q1.875 0 3.188-1.312C16.5 14.876 16.5 14.25 16.5 13s-.437-2.312-1.312-3.187S13.25 8.5 12 8.5s-2.312.438-3.187 1.313S7.5 11.75 7.5 13s.438 2.313 1.313 3.188S10.75 17.5 12 17.5m0-2q-1.05 0-1.775-.725T9.5 13c0-1.05.242-1.292.725-1.775Q10.95 10.5 12 10.5c1.05 0 1.292.242 1.775.725S14.5 12.3 14.5 13s-.242 1.292-.725 1.775S12.7 15.5 12 15.5M4 21q-.824 0-1.412-.587C1.999 19.826 2 19.55 2 19V7q0-.824.588-1.412C3.175 5 3.45 5 4 5h3.15L9 3h6l1.85 2H20q.824 0 1.413.588C22.002 6.176 22 6.45 22 7v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCamera);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Camera.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Camera.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Camera.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Camera.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,6kBAA6kB,GAAG,CAAM,CAAC;AACnxB,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCamera = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 17.5q1.875 0 3.188-1.312C16.5 14.876 16.5 14.25 16.5 13s-.437-2.312-1.312-3.187S13.25 8.5 12 8.5s-2.312.438-3.187 1.313S7.5 11.75 7.5 13s.438 2.313 1.313 3.188S10.75 17.5 12 17.5m0-2q-1.05 0-1.775-.725T9.5 13c0-1.05.242-1.292.725-1.775Q10.95 10.5 12 10.5c1.05 0 1.292.242 1.775.725S14.5 12.3 14.5 13s-.242 1.292-.725 1.775S12.7 15.5 12 15.5M4 21q-.824 0-1.412-.587C1.999 19.826 2 19.55 2 19V7q0-.824.588-1.412C3.175 5 3.45 5 4 5h3.15L9 3h6l1.85 2H20q.824 0 1.413.588C22.002 6.176 22 6.45 22 7v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCamera);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCampaign = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M18 13v-2h4v2zm1.2 7L16 17.6l1.2-1.6 3.2 2.4zm-2-12L16 6.4 19.2 4l1.2 1.6zM5 19v-4H4q-.824 0-1.412-.587C1.999 13.825 2 13.55 2 13v-2q0-.825.588-1.412C3.175 9 3.45 9 4 9h4l5-3v12l-5-3H7v4zm6-4.55v-4.9L8.55 11H4v2h4.55zm3 .9v-6.7q.675.6 1.088 1.462c.413.862.412 1.205.412 1.888s-.137 1.312-.412 1.887S14.45 14.95 14 15.35" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCampaign);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Campaign.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Campaign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Campaign.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Campaign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,iUAAiU,GAAG,CAAM,CAAC;AACzgB,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCampaign = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M18 13v-2h4v2zm1.2 7L16 17.6l1.2-1.6 3.2 2.4zm-2-12L16 6.4 19.2 4l1.2 1.6zM5 19v-4H4q-.824 0-1.412-.587C1.999 13.825 2 13.55 2 13v-2q0-.825.588-1.412C3.175 9 3.45 9 4 9h4l5-3v12l-5-3H7v4zm6-4.55v-4.9L8.55 11H4v2h4.55zm3 .9v-6.7q.675.6 1.088 1.462c.413.862.412 1.205.412 1.888s-.137 1.312-.412 1.887S14.45 14.95 14 15.35\" /></svg>;\nconst ForwardRef = forwardRef(SvgCampaign);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCard = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587H4q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6M4 8h16V6H4zm0 4v6h16v-6z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCard);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Card.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,qNAAqN,GAAG,CAAM,CAAC;AACzZ,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCard = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587H4q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6M4 8h16V6H4zm0 4v6h16v-6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCard);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCardPos = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M8.4 14.65q.224-.6.363-1.262c.139-.662.137-.905.137-1.388s-.046-.946-.137-1.387S8.55 9.75 8.4 9.35l-1.85.75q.15.45.25.925c.1.475.1.642.1.975s-.033.658-.1.975-.15.625-.25.925zM11.6 16q.425-.95.613-1.95c.188-1 .187-1.35.187-2.05s-.062-1.383-.187-2.05A8.7 8.7 0 0 0 11.6 8l-1.85.75q.35.75.5 1.563T10.4 12c0 .875-.05 1.146-.15 1.688s-.267 1.062-.5 1.562zm3.25 1.35q.525-1.25.788-2.587c.263-1.337.262-1.813.262-2.763s-.087-1.87-.262-2.762a13.3 13.3 0 0 0-.788-2.588l-1.85.8q.45 1.05.675 2.2T13.9 12c0 1.2-.075 1.583-.225 2.35s-.375 1.5-.675 2.2zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.263-2.683.788-3.9 1.237-2.275 2.137-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCardPos);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardPos.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CardPos.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"CardPos.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CardPos.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,giCAAgiC,GAAG,CAAM,CAAC;AACvuC,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;AAC1C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCardPos = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M8.4 14.65q.224-.6.363-1.262c.139-.662.137-.905.137-1.388s-.046-.946-.137-1.387S8.55 9.75 8.4 9.35l-1.85.75q.15.45.25.925c.1.475.1.642.1.975s-.033.658-.1.975-.15.625-.25.925zM11.6 16q.425-.95.613-1.95c.188-1 .187-1.35.187-2.05s-.062-1.383-.187-2.05A8.7 8.7 0 0 0 11.6 8l-1.85.75q.35.75.5 1.563T10.4 12c0 .875-.05 1.146-.15 1.688s-.267 1.062-.5 1.562zm3.25 1.35q.525-1.25.788-2.587c.263-1.337.262-1.813.262-2.763s-.087-1.87-.262-2.762a13.3 13.3 0 0 0-.788-2.588l-1.85.8q.45 1.05.675 2.2T13.9 12c0 1.2-.075 1.583-.225 2.35s-.375 1.5-.675 2.2zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.263-2.683.788-3.9 1.237-2.275 2.137-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgCardPos);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCash = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M11 17h2v-1h1q.424 0 .713-.287c.289-.287.287-.43.287-.713v-3q0-.424-.287-.712c-.287-.289-.43-.288-.713-.288h-3v-1h4V8h-2V7h-2v1h-1q-.424 0-.712.288C8.999 8.575 9 8.717 9 9v3q0 .424.288.713c.287.289.429.287.712.287h3v1H9v2h2zm-7 3q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V6H4z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCash);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Cash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Cash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Cash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,uaAAua,GAAG,CAAM,CAAC;AAC3mB,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCash = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-1h1q.424 0 .713-.287c.289-.287.287-.43.287-.713v-3q0-.424-.287-.712c-.287-.289-.43-.288-.713-.288h-3v-1h4V8h-2V7h-2v1h-1q-.424 0-.712.288C8.999 8.575 9 8.717 9 9v3q0 .424.288.713c.287.289.429.287.712.287h3v1H9v2h2zm-7 3q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V6H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCash);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCategory = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M3 11V3h8v8zm0 10v-8h8v8zm10-10V3h8v8zm0 10v-8h8v8zM5 9h4V5H5zm10 0h4V5h-4zm0 10h4v-4h-4zM5 19h4v-4H5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCategory);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Category.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Category.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Category.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Category.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wGAAwG,GAAG,CAAM,CAAC;AAChT,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCategory = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M3 11V3h8v8zm0 10v-8h8v8zm10-10V3h8v8zm0 10v-8h8v8zM5 9h4V5H5zm10 0h4V5h-4zm0 10h4v-4h-4zM5 19h4v-4H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCategory);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgChart = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M16 20v-7h4v7zm-6 0V4h4v16zm-6 0V9h4v11z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgChart);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chart.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Chart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Chart.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Chart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,0CAA0C,GAAG,CAAM,CAAC;AAC/O,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgChart = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M16 20v-7h4v7zm-6 0V4h4v16zm-6 0V9h4v11z\" /></svg>;\nconst ForwardRef = forwardRef(SvgChart);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCheck = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "m9.55 17.886-5.7-5.7 1.425-1.425 4.275 4.275 9.175-9.176 1.425 1.425z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCheck);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Check.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Check.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Check.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Check.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,uEAAuE,GAAG,CAAM,CAAC;AAC5Q,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCheck = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m9.55 17.886-5.7-5.7 1.425-1.425 4.275 4.275 9.175-9.176 1.425 1.425z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCheck);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCheckBold = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "m9.55 18.686-6.5-6.5 2.25-2.25 4.25 4.25 9.15-9.15 2.25 2.25z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCheckBold);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckBold.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CheckBold.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"CheckBold.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CheckBold.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,+DAA+D,GAAG,CAAM,CAAC;AACxQ,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCheckBold = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m9.55 18.686-6.5-6.5 2.25-2.25 4.25 4.25 9.15-9.15 2.25 2.25z\" /></svg>;\nconst ForwardRef = forwardRef(SvgCheckBold);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgCircleX = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "m8.4 17 3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6L17 8.4 15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6zm3.6 5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgCircleX);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CircleX.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CircleX.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"CircleX.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/CircleX.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,6lBAA6lB,GAAG,CAAM,CAAC;AACpyB,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;AAC1C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgCircleX = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m8.4 17 3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6L17 8.4 15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6zm3.6 5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgCircleX);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgClock = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgClock);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Clock.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Clock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Clock.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Clock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,gjBAAgjB,GAAG,CAAM,CAAC;AACrvB,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgClock = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgClock);\nexport default ForwardRef;"]}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import
|
|
3
|
-
const { Ref, forwardRef } = $react;
|
|
2
|
+
import { forwardRef } from "react";
|
|
4
3
|
const SvgClockFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgClockFilled);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClockFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ClockFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"ClockFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ClockFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,8XAA8X,GAAG,CAAM,CAAC;AACzkB,MAAM,UAAU,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AAC9C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgClockFilled = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22\" /></svg>;\nconst ForwardRef = forwardRef(SvgClockFilled);\nexport default ForwardRef;"]}
|