@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":"Sms.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sms.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Sms.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sms.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,mpBAAmpB,GAAG,CAAM,CAAC;AACt1B,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 SvgSms = (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 11q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C8.426 8.999 8.283 9 8 9s-.52.096-.712.288S7 9.717 7 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C12.426 8.999 12.283 9 12 9s-.52.096-.712.288S11 9.717 11 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M2 22V4q0-.824.588-1.412C3.175 1.999 3.45 2 4 2h16q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587H6zm3.15-6H20V4H4v13.125z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSms);\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 SvgSnaps = (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 19.425v-6.85L5 9.1v6.85zm2 0 6-3.475V9.1l-6 3.475zm-1-8.575 5.925-3.425L12 4 6.075 7.425zM4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025Q11.475 2 12 2c.525 0 .683.092 1 .275L20 6.3q.475.275.738.725c.263.45.262.633.262 1v7.95a1.95 1.95 0 0 1-1 1.725l-7 4.025Q12.525 22 12 22c-.525 0-.683-.092-1-.275z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSnaps);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Snaps.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Snaps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Snaps.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Snaps.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,6VAA6V,GAAG,CAAM,CAAC;AACliB,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 SvgSnaps = (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 19.425v-6.85L5 9.1v6.85zm2 0 6-3.475V9.1l-6 3.475zm-1-8.575 5.925-3.425L12 4 6.075 7.425zM4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025Q11.475 2 12 2c.525 0 .683.092 1 .275L20 6.3q.475.275.738.725c.263.45.262.633.262 1v7.95a1.95 1.95 0 0 1-1 1.725l-7 4.025Q12.525 22 12 22c-.525 0-.683-.092-1-.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnaps);\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 SvgSnapsMobile = (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: "M3.586 3.586C3 4.172 3 5.114 3 7v10c0 1.886 0 2.828.586 3.414S5.114 21 7 21h10c1.886 0 2.828 0 3.414-.586S21 18.886 21 17V7c0-1.886 0-2.828-.586-3.414S18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586m7.747 8.797v4.567l-4-2.317v-4.566zm5.334 2.25-4 2.317v-4.567l4-2.316zM15.95 8.95 12 11.233 8.05 8.95 12 6.667zm-9.775 6.367q.175.3.492.483l4.666 2.683a1.31 1.31 0 0 0 1.334 0l4.666-2.683q.316-.183.492-.483c.176-.3.175-.422.175-.667v-5.3a1.3 1.3 0 0 0-.667-1.15l-4.666-2.683a1.31 1.31 0 0 0-1.334 0L6.667 8.2A1.299 1.299 0 0 0 6 9.35v5.3q0 .367.175.667", clipRule: "evenodd" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSnapsMobile);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SnapsMobile.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsMobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"SnapsMobile.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsMobile.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,miBAAmiB,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACpxB,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 SvgSnapsMobile = (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=\"M3.586 3.586C3 4.172 3 5.114 3 7v10c0 1.886 0 2.828.586 3.414S5.114 21 7 21h10c1.886 0 2.828 0 3.414-.586S21 18.886 21 17V7c0-1.886 0-2.828-.586-3.414S18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586m7.747 8.797v4.567l-4-2.317v-4.566zm5.334 2.25-4 2.317v-4.567l4-2.316zM15.95 8.95 12 11.233 8.05 8.95 12 6.667zm-9.775 6.367q.175.3.492.483l4.666 2.683a1.31 1.31 0 0 0 1.334 0l4.666-2.683q.316-.183.492-.483c.176-.3.175-.422.175-.667v-5.3a1.3 1.3 0 0 0-.667-1.15l-4.666-2.683a1.31 1.31 0 0 0-1.334 0L6.667 8.2A1.299 1.299 0 0 0 6 9.35v5.3q0 .367.175.667\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsMobile);\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 SvgSnapsPlus = (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 4 6.075 7.425 12 10.85l5.925-3.425zM3 15.975v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025q.25-.125.488-.2C11.726 2 11.817 2 12 2s.358.025.525.075.325.117.475.2L20 6.3q.475.275.738.725c.263.45.262.633.262 1V12h-2V9.1l-7.025 4.05L5 9.1v6.85l6 3.475v2.3L4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1" }),
|
|
6
5
|
React.createElement("path", { d: "M17 19v3h2v-3h3v-2h-3v-3h-2v3h-3v2z" }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SnapsPlus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsPlus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"SnapsPlus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsPlus.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,8SAA8S,GAAG;IAAA,8BAAM,CAAC,EAAC,qCAAqC,GAAG,CAAM,CAAC;AACviB,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 SvgSnapsPlus = (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 4 6.075 7.425 12 10.85l5.925-3.425zM3 15.975v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025q.25-.125.488-.2C11.726 2 11.817 2 12 2s.358.025.525.075.325.117.475.2L20 6.3q.475.275.738.725c.263.45.262.633.262 1V12h-2V9.1l-7.025 4.05L5 9.1v6.85l6 3.475v2.3L4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1\" /><path d=\"M17 19v3h2v-3h3v-2h-3v-3h-2v3h-3v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsPlus);\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 SvgSnapsRound = (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.323 12.39v4.638L7.26 14.675v-4.639zM16.74 14.675l-4.063 2.353V12.39l4.064-2.353zM16.013 8.902 12 11.222l-4.012-2.32L12 6.582z" }),
|
|
6
5
|
React.createElement("path", { fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.917-6.63q.178.303.5.49l4.74 2.726a1.33 1.33 0 0 0 1.354 0l4.74-2.726q.323-.187.5-.49a1.3 1.3 0 0 0 .178-.678V9.308a1.32 1.32 0 0 0-.677-1.168l-4.74-2.726a1.33 1.33 0 0 0-1.355 0L6.583 8.14q-.322.186-.5.491c-.178.305-.178.429-.178.677v5.384q0 .372.178.677", clipRule: "evenodd" }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SnapsRound.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsRound.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"SnapsRound.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsRound.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,mIAAmI,GAAG;IAAA,8BAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,2UAA2U,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACzsB,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 SvgSnapsRound = (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.323 12.39v4.638L7.26 14.675v-4.639zM16.74 14.675l-4.063 2.353V12.39l4.064-2.353zM16.013 8.902 12 11.222l-4.012-2.32L12 6.582z\" /><path fillRule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.917-6.63q.178.303.5.49l4.74 2.726a1.33 1.33 0 0 0 1.354 0l4.74-2.726q.323-.187.5-.49a1.3 1.3 0 0 0 .178-.678V9.308a1.32 1.32 0 0 0-.677-1.168l-4.74-2.726a1.33 1.33 0 0 0-1.355 0L6.583 8.14q-.322.186-.5.491c-.178.305-.178.429-.178.677v5.384q0 .372.178.677\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsRound);\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 SvgSort = (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 18v-2h6v2zm0-5v-2h12v2zm0-5V6h18v2z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSort);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sort.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sort.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Sort.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sort.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,wCAAwC,GAAG,CAAM,CAAC;AAC5O,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 SvgSort = (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 18v-2h6v2zm0-5v-2h12v2zm0-5V6h18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSort);\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 SvgSortByAlpha = (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: "M2 17 5.75 7H7.9l3.75 10H9.6l-.85-2.4H4.9L4.1 17zm3.5-4.1h2.6L6.9 9.15h-.15zm8.2 4.1v-1.9l5.05-6.3H13.9V7h7.05v1.9l-5 6.3H21V17zM9 5l3-3 3 3zm3 17-3-3h6z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSortByAlpha);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SortByAlpha.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SortByAlpha.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"SortByAlpha.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SortByAlpha.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,2JAA2J,GAAG,CAAM,CAAC;AACtW,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 SvgSortByAlpha = (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=\"M2 17 5.75 7H7.9l3.75 10H9.6l-.85-2.4H4.9L4.1 17zm3.5-4.1h2.6L6.9 9.15h-.15zm8.2 4.1v-1.9l5.05-6.3H13.9V7h7.05v1.9l-5 6.3H21V17zM9 5l3-3 3 3zm3 17-3-3h6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSortByAlpha);\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 SvgSparkle = (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("g", { fillRule: "evenodd", clipRule: "evenodd" },
|
|
6
5
|
React.createElement("path", { d: "M17.714 3A4.86 4.86 0 0 0 22 7.304a4.86 4.86 0 0 0-4.286 4.305 4.86 4.86 0 0 0-4.285-4.305A4.86 4.86 0 0 0 17.714 3M16.46 14.913a3.44 3.44 0 0 0 3.03 3.044A3.44 3.44 0 0 0 16.46 21a3.44 3.44 0 0 0-3.03-3.043 3.44 3.44 0 0 0 3.03-3.044M9.143 4.87a8.12 8.12 0 0 1-4.383 6.349 8 8 0 0 1-2.76.824c.985.11 1.915.396 2.76.826a8.12 8.12 0 0 1 4.383 6.348 8.12 8.12 0 0 1 4.383-6.349 8 8 0 0 1 2.76-.825 8 8 0 0 1-2.76-.825A8.12 8.12 0 0 1 9.143 4.87m0 4.348a9.6 9.6 0 0 1-2.818 2.825 9.6 9.6 0 0 1 2.818 2.826 9.6 9.6 0 0 1 2.818-2.826 9.6 9.6 0 0 1-2.818-2.825" })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sparkle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sparkle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Sparkle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sparkle.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,2BAAG,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,4iBAA4iB,GAAG,CAAI,CAAM,CAAC;AAChyB,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 SvgSparkle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><g fillRule=\"evenodd\" clipRule=\"evenodd\"><path d=\"M17.714 3A4.86 4.86 0 0 0 22 7.304a4.86 4.86 0 0 0-4.286 4.305 4.86 4.86 0 0 0-4.285-4.305A4.86 4.86 0 0 0 17.714 3M16.46 14.913a3.44 3.44 0 0 0 3.03 3.044A3.44 3.44 0 0 0 16.46 21a3.44 3.44 0 0 0-3.03-3.043 3.44 3.44 0 0 0 3.03-3.044M9.143 4.87a8.12 8.12 0 0 1-4.383 6.349 8 8 0 0 1-2.76.824c.985.11 1.915.396 2.76.826a8.12 8.12 0 0 1 4.383 6.348 8.12 8.12 0 0 1 4.383-6.349 8 8 0 0 1 2.76-.825 8 8 0 0 1-2.76-.825A8.12 8.12 0 0 1 9.143 4.87m0 4.348a9.6 9.6 0 0 1-2.818 2.825 9.6 9.6 0 0 1 2.818 2.826 9.6 9.6 0 0 1 2.818-2.826 9.6 9.6 0 0 1-2.818-2.825\" /></g></svg>;\nconst ForwardRef = forwardRef(SvgSparkle);\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 SvgSpeed = (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 3V1h6v2zm2 11h2V8h-2zm1 8q-1.85 0-3.487-.712c-1.638-.712-2.046-1.121-2.863-1.938s-1.463-1.77-1.938-2.862S3 14.233 3 13s.237-2.396.712-3.487Q4.424 7.874 5.65 6.65c1.226-1.225 1.77-1.463 2.862-1.938S10.767 4 12 4q1.55 0 2.975.5c1.425.5 1.842.817 2.675 1.45l1.4-1.4 1.4 1.4-1.4 1.4Q20 8.6 20.5 10.025c.5 1.425.5 1.942.5 2.975q0 1.85-.713 3.488c-.713 1.638-1.12 2.045-1.937 2.862s-1.77 1.463-2.863 1.938S13.233 22 12 22m0-2q2.9 0 4.95-2.05C19 15.9 19 14.933 19 13s-.683-3.583-2.05-4.95S13.933 6 12 6s-3.583.683-4.95 2.05S5 11.067 5 13s.683 3.583 2.05 4.95S10.067 20 12 20" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSpeed);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Speed.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Speed.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speed.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,4jBAA4jB,GAAG,CAAM,CAAC;AACjwB,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 SvgSpeed = (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 3V1h6v2zm2 11h2V8h-2zm1 8q-1.85 0-3.487-.712c-1.638-.712-2.046-1.121-2.863-1.938s-1.463-1.77-1.938-2.862S3 14.233 3 13s.237-2.396.712-3.487Q4.424 7.874 5.65 6.65c1.226-1.225 1.77-1.463 2.862-1.938S10.767 4 12 4q1.55 0 2.975.5c1.425.5 1.842.817 2.675 1.45l1.4-1.4 1.4 1.4-1.4 1.4Q20 8.6 20.5 10.025c.5 1.425.5 1.942.5 2.975q0 1.85-.713 3.488c-.713 1.638-1.12 2.045-1.937 2.862s-1.77 1.463-2.863 1.938S13.233 22 12 22m0-2q2.9 0 4.95-2.05C19 15.9 19 14.933 19 13s-.683-3.583-2.05-4.95S13.933 6 12 6s-3.583.683-4.95 2.05S5 11.067 5 13s.683 3.583 2.05 4.95S10.067 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgSpeed);\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 SvgSpeedometer = (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: "M10.45 15.5q.6.6 1.55.588c.95-.013 1.1-.238 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375c-.038.925.162 1.125.562 1.525M12 4q1.475 0 2.838.413C16.2 4.825 16.6 5.1 17.4 5.65l-1.9 1.2q-.824-.425-1.713-.637C12.898 6 12.6 6 12 6Q8.675 6 6.337 8.337C4 10.674 4 11.783 4 14q0 1.05.287 2.075C4.574 17.1 4.75 17.4 5.1 18h13.8q.575-.95.838-1.975C20 15 20 14.633 20 13.9q0-.9-.213-1.75c-.213-.85-.354-1.117-.637-1.65l1.2-1.9q.75 1.175 1.187 2.5c.437 1.325.446 1.8.463 2.75s-.092 1.858-.325 2.725-.575 1.692-1.025 2.475q-.274.45-.75.7c-.476.25-.65.25-1 .25H5.1q-.525 0-1-.25c-.475-.25-.567-.4-.75-.7q-.65-1.125-1-2.387C2 15.4 2 14.933 2 14q0-2.075.787-3.887.788-1.813 2.15-3.175C6.3 5.576 6.908 5.313 8.125 4.788S10.633 4 12 4" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSpeedometer);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Speedometer.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speedometer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Speedometer.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speedometer.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,0sBAA0sB,GAAG,CAAM,CAAC;AACr5B,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 SvgSpeedometer = (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=\"M10.45 15.5q.6.6 1.55.588c.95-.013 1.1-.238 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375c-.038.925.162 1.125.562 1.525M12 4q1.475 0 2.838.413C16.2 4.825 16.6 5.1 17.4 5.65l-1.9 1.2q-.824-.425-1.713-.637C12.898 6 12.6 6 12 6Q8.675 6 6.337 8.337C4 10.674 4 11.783 4 14q0 1.05.287 2.075C4.574 17.1 4.75 17.4 5.1 18h13.8q.575-.95.838-1.975C20 15 20 14.633 20 13.9q0-.9-.213-1.75c-.213-.85-.354-1.117-.637-1.65l1.2-1.9q.75 1.175 1.187 2.5c.437 1.325.446 1.8.463 2.75s-.092 1.858-.325 2.725-.575 1.692-1.025 2.475q-.274.45-.75.7c-.476.25-.65.25-1 .25H5.1q-.525 0-1-.25c-.475-.25-.567-.4-.75-.7q-.65-1.125-1-2.387C2 15.4 2 14.933 2 14q0-2.075.787-3.887.788-1.813 2.15-3.175C6.3 5.576 6.908 5.313 8.125 4.788S10.633 4 12 4\" /></svg>;\nconst ForwardRef = forwardRef(SvgSpeedometer);\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 SvgSquare = (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 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(SvgSquare);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Square.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Square.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Square.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Square.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,2MAA2M,GAAG,CAAM,CAAC;AACjZ,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 SvgSquare = (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 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(SvgSquare);\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 SvgStake = (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 21v-7.975q-1.6 0-3.075-.612c-1.475-.613-1.85-.988-2.6-1.738S4 9.058 3.6 8.075 3 6.067 3 5V3h2q1.575 0 3.05.612c1.475.612 1.85.988 2.6 1.738q.775.775 1.287 1.7c.512.925.605 1.275.788 1.975q.125-.176.275-.338c.15-.162.208-.22.325-.337q1.125-1.125 2.6-1.738C17.4 6 17.933 6 19 6h2v2q0 1.6-.613 3.075c-.613 1.475-.987 1.85-1.737 2.6S17.037 15 16.062 15.4 14.067 16 13 16v5zm0-10q0-1.2-.462-2.287c-.463-1.087-.746-1.371-1.313-1.938S8.013 5.771 7.288 5.463 5.8 5 5 5q0 1.2.45 2.3c.45 1.1.733 1.383 1.3 1.95s1.217 1 1.95 1.3 1.5.45 2.3.45m2 3a5.92 5.92 0 0 0 4.225-1.75 6 6 0 0 0 1.313-1.95Q19 9.2 19 8q-1.2 0-2.3.463c-1.1.463-1.383.745-1.95 1.312A5.92 5.92 0 0 0 13 14" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgStake);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stake.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Stake.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Stake.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Stake.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,4pBAA4pB,GAAG,CAAM,CAAC;AACj2B,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 SvgStake = (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 21v-7.975q-1.6 0-3.075-.612c-1.475-.613-1.85-.988-2.6-1.738S4 9.058 3.6 8.075 3 6.067 3 5V3h2q1.575 0 3.05.612c1.475.612 1.85.988 2.6 1.738q.775.775 1.287 1.7c.512.925.605 1.275.788 1.975q.125-.176.275-.338c.15-.162.208-.22.325-.337q1.125-1.125 2.6-1.738C17.4 6 17.933 6 19 6h2v2q0 1.6-.613 3.075c-.613 1.475-.987 1.85-1.737 2.6S17.037 15 16.062 15.4 14.067 16 13 16v5zm0-10q0-1.2-.462-2.287c-.463-1.087-.746-1.371-1.313-1.938S8.013 5.771 7.288 5.463 5.8 5 5 5q0 1.2.45 2.3c.45 1.1.733 1.383 1.3 1.95s1.217 1 1.95 1.3 1.5.45 2.3.45m2 3a5.92 5.92 0 0 0 4.225-1.75 6 6 0 0 0 1.313-1.95Q19 9.2 19 8q-1.2 0-2.3.463c-1.1.463-1.383.745-1.95 1.312A5.92 5.92 0 0 0 13 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgStake);\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 SvgStar = (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.85 16.825 3.15-1.9 3.15 1.925-.825-3.6 2.775-2.4-3.65-.325-1.45-3.4-1.45 3.375-3.65.325 2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgStar);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Star.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Star.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Star.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,qMAAqM,GAAG,CAAM,CAAC;AACzY,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 SvgStar = (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.85 16.825 3.15-1.9 3.15 1.925-.825-3.6 2.775-2.4-3.65-.325-1.45-3.4-1.45 3.375-3.65.325 2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStar);\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 SvgStarFilled = (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.825 21 1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgStarFilled);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StarFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/StarFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"StarFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/StarFilled.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,8FAA8F,GAAG,CAAM,CAAC;AACxS,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 SvgStarFilled = (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.825 21 1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStarFilled);\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 SvgStart = (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: "M2 18V6h2v12zm14 0-1.425-1.4 3.6-3.6H6v-2h12.175L14.6 7.4 16 6l6 6z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgStart);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Start.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Start.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Start.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Start.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,qEAAqE,GAAG,CAAM,CAAC;AAC1Q,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 SvgStart = (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=\"M2 18V6h2v12zm14 0-1.425-1.4 3.6-3.6H6v-2h12.175L14.6 7.4 16 6l6 6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStart);\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 SvgStorefront = (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: "M21 11.05V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21H5q-.825 0-1.412-.587A1.93 1.93 0 0 1 3 19v-7.95q-.575-.525-.887-1.35T2.1 7.9l1.05-3.4a2.2 2.2 0 0 1 .713-1.075A1.8 1.8 0 0 1 5.05 3h13.9q.675 0 1.175.413.5.412.725 1.087l1.05 3.4q.3.975-.012 1.775A3.95 3.95 0 0 1 21 11.05M14.2 10q.675 0 1.025-.462.35-.463.275-1.038L14.95 5H13v3.7q0 .525.35.913.35.387.85.387m-4.5 0q.575 0 .938-.387Q11 9.225 11 8.7V5H9.05L8.5 8.5q-.101.6.263 1.05.362.45.937.45m-4.45 0q.45 0 .788-.325c.338-.325.362-.492.412-.825L7 5H5.05l-1 3.35q-.15.5.163 1.075Q4.525 10 5.25 10m13.5 0q.724 0 1.05-.575.325-.575.15-1.075L18.9 5H17l.55 3.85q.075.5.413.825c.338.325.487.325.787.325M5 19h14v-7.05a.6.6 0 0 1-.162.05h-.088a2.9 2.9 0 0 1-1.187-.225q-.513-.225-1.013-.725a3.3 3.3 0 0 1-1.025.7Q14.95 12 14.3 12q-.674 0-1.262-.25a3.3 3.3 0 0 1-1.038-.7q-.425.45-.987.7c-.562.25-.78.25-1.213.25a3.3 3.3 0 0 1-1.312-.25 3.3 3.3 0 0 1-1.038-.7q-.525.525-1.037.738A3 3 0 0 1 5.25 12h-.112A.25.25 0 0 1 5 11.95z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgStorefront);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Storefront.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Storefront.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Storefront.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Storefront.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,68BAA68B,GAAG,CAAM,CAAC;AACvpC,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 SvgStorefront = (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=\"M21 11.05V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21H5q-.825 0-1.412-.587A1.93 1.93 0 0 1 3 19v-7.95q-.575-.525-.887-1.35T2.1 7.9l1.05-3.4a2.2 2.2 0 0 1 .713-1.075A1.8 1.8 0 0 1 5.05 3h13.9q.675 0 1.175.413.5.412.725 1.087l1.05 3.4q.3.975-.012 1.775A3.95 3.95 0 0 1 21 11.05M14.2 10q.675 0 1.025-.462.35-.463.275-1.038L14.95 5H13v3.7q0 .525.35.913.35.387.85.387m-4.5 0q.575 0 .938-.387Q11 9.225 11 8.7V5H9.05L8.5 8.5q-.101.6.263 1.05.362.45.937.45m-4.45 0q.45 0 .788-.325c.338-.325.362-.492.412-.825L7 5H5.05l-1 3.35q-.15.5.163 1.075Q4.525 10 5.25 10m13.5 0q.724 0 1.05-.575.325-.575.15-1.075L18.9 5H17l.55 3.85q.075.5.413.825c.338.325.487.325.787.325M5 19h14v-7.05a.6.6 0 0 1-.162.05h-.088a2.9 2.9 0 0 1-1.187-.225q-.513-.225-1.013-.725a3.3 3.3 0 0 1-1.025.7Q14.95 12 14.3 12q-.674 0-1.262-.25a3.3 3.3 0 0 1-1.038-.7q-.425.45-.987.7c-.562.25-.78.25-1.213.25a3.3 3.3 0 0 1-1.312-.25 3.3 3.3 0 0 1-1.038-.7q-.525.525-1.037.738A3 3 0 0 1 5.25 12h-.112A.25.25 0 0 1 5 11.95z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStorefront);\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 SvgStudent = (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 21-7-3.8v-6L1 9l11-6 11 6v8h-2v-6.9l-2 1.1v6zm0-8.3L18.85 9 12 5.3 5.15 9zm0 6.025 5-2.7V12.25L12 15l-5-2.75v3.775z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgStudent);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Student.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Student.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Student.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Student.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,yHAAyH,GAAG,CAAM,CAAC;AAChU,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 SvgStudent = (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 21-7-3.8v-6L1 9l11-6 11 6v8h-2v-6.9l-2 1.1v6zm0-8.3L18.85 9 12 5.3 5.15 9zm0 6.025 5-2.7V12.25L12 15l-5-2.75v3.775z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStudent);\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 SvgSwapHorizontal = (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: "m7 20-5-5 5-5 1.4 1.425L5.825 14H13v2H5.825L8.4 18.575zm10-6-1.4-1.425L18.175 10H11V8h7.175L15.6 5.425 17 4l5 5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSwapHorizontal);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapHorizontal.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapHorizontal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"SwapHorizontal.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapHorizontal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,iBAAiB,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,kHAAkH,GAAG,CAAM,CAAC;AAChU,MAAM,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;AACjD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSwapHorizontal = (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=\"m7 20-5-5 5-5 1.4 1.425L5.825 14H13v2H5.825L8.4 18.575zm10-6-1.4-1.425L18.175 10H11V8h7.175L15.6 5.425 17 4l5 5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSwapHorizontal);\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 SvgSwapVertical = (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 13V5.825L5.425 8.4 4 7l5-5 5 5-1.425 1.4L10 5.825V13zm7 9-5-5 1.425-1.4L14 18.175V11h2v7.175l2.575-2.575L20 17z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgSwapVertical);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"SwapVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,eAAe,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,oHAAoH,GAAG,CAAM,CAAC;AAChU,MAAM,UAAU,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAC/C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSwapVertical = (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 13V5.825L5.425 8.4 4 7l5-5 5 5-1.425 1.4L10 5.825V13zm7 9-5-5 1.425-1.4L14 18.175V11h2v7.175l2.575-2.575L20 17z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSwapVertical);\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 SvgTabClose = (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.9 13.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4L14 8.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM8 18q-.824 0-1.412-.587C6 16.826 6 16.55 6 16V4q0-.824.588-1.412C7.176 1.999 7.45 2 8 2h12q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4H8zm-4 6q-.824 0-1.412-.587C1.999 20.826 2 20.55 2 20V6h2v14h14v2z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgTabClose);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabClose.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TabClose.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"TabClose.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TabClose.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,yWAAyW,GAAG,CAAM,CAAC;AACjjB,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 SvgTabClose = (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.9 13.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4L14 8.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM8 18q-.824 0-1.412-.587C6 16.826 6 16.55 6 16V4q0-.824.588-1.412C7.176 1.999 7.45 2 8 2h12q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4H8zm-4 6q-.824 0-1.412-.587C1.999 20.826 2 20.55 2 20V6h2v14h14v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTabClose);\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 SvgTableRow = (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 19v-3H5v3zm0-5v-4H5v4zm0-6V5H5v3zM5 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.587z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgTableRow);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRow.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"TableRow.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TableRow.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,oOAAoO,GAAG,CAAM,CAAC;AAC5a,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 SvgTableRow = (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 19v-3H5v3zm0-5v-4H5v4zm0-6V5H5v3zM5 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.587z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTableRow);\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 SvgTablet = (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 20.5q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M5 23q-.824 0-1.412-.587C2.999 21.826 3 21.55 3 21V3q0-.824.588-1.412C4.175.999 4.45 1 5 1h14q.824 0 1.413.587C21.002 2.175 21 2.45 21 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-5v3h14v-3zm0-2h14V6H5zM5 4h14V3H5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgTablet);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tablet.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tablet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Tablet.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tablet.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,+XAA+X,GAAG,CAAM,CAAC;AACrkB,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 SvgTablet = (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 20.5q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M5 23q-.824 0-1.412-.587C2.999 21.826 3 21.55 3 21V3q0-.824.588-1.412C4.175.999 4.45 1 5 1h14q.824 0 1.413.587C21.002 2.175 21 2.45 21 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-5v3h14v-3zm0-2h14V6H5zM5 4h14V3H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTablet);\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 SvgTag = (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: "m21.413 14.25-7.15 7.15q-.3.3-.675.45c-.375.15-.5.15-.75.15s-.5-.05-.75-.15-.475-.25-.675-.45l-8.825-8.825q-.276-.275-.425-.637c-.15-.363-.15-.496-.15-.763V4q0-.824.587-1.412A1.93 1.93 0 0 1 4.013 2h7.175q.4 0 .775.163c.375.163.466.254.65.437l8.8 8.825q.3.3.437.675c.137.375.138.5.138.75s-.046.496-.138.738-.237.462-.437.662M12.838 20l7.15-7.15L11.163 4h-7.15v7.15zM6.513 8q.624 0 1.062-.437.438-.438.438-1.063c0-.625-.146-.77-.438-1.062A1.45 1.45 0 0 0 6.513 5q-.625 0-1.063.438-.437.436-.437 1.062c0 .626.146.77.437 1.063Q5.888 8 6.513 8" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgTag);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Tag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tag.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,6hBAA6hB,GAAG,CAAM,CAAC;AAChuB,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 SvgTag = (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=\"m21.413 14.25-7.15 7.15q-.3.3-.675.45c-.375.15-.5.15-.75.15s-.5-.05-.75-.15-.475-.25-.675-.45l-8.825-8.825q-.276-.275-.425-.637c-.15-.363-.15-.496-.15-.763V4q0-.824.587-1.412A1.93 1.93 0 0 1 4.013 2h7.175q.4 0 .775.163c.375.163.466.254.65.437l8.8 8.825q.3.3.437.675c.137.375.138.5.138.75s-.046.496-.138.738-.237.462-.437.662M12.838 20l7.15-7.15L11.163 4h-7.15v7.15zM6.513 8q.624 0 1.062-.437.438-.438.438-1.063c0-.625-.146-.77-.438-1.062A1.45 1.45 0 0 0 6.513 5q-.625 0-1.063.438-.437.436-.437 1.062c0 .626.146.77.437 1.063Q5.888 8 6.513 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgTag);\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 SvgThumbDown = (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 3h11v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L9.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2q0-.175.05-.375c.05-.2.067-.258.1-.375l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m9 2H6l-3 7v2h9l-1.35 5.5L15 15.15zm2 11v-2h3V5h-3V3h5v13z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgThumbDown);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"ThumbDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbDown.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,2QAA2Q,GAAG,CAAM,CAAC;AACpd,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 SvgThumbDown = (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 3h11v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L9.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2q0-.175.05-.375c.05-.2.067-.258.1-.375l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m9 2H6l-3 7v2h9l-1.35 5.5L15 15.15zm2 11v-2h3V5h-3V3h5v13z\" /></svg>;\nconst ForwardRef = forwardRef(SvgThumbDown);\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 SvgThumbDownFilled = (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 3h10v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L8.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2a2 2 0 0 1 .15-.75l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m12 13V3h4v13z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgThumbDownFilled);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbDownFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbDownFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"ThumbDownFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbDownFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,kBAAkB,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,2MAA2M,GAAG,CAAM,CAAC;AAC1Z,MAAM,UAAU,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;AAClD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgThumbDownFilled = (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 3h10v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L8.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2a2 2 0 0 1 .15-.75l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m12 13V3h4v13z\" /></svg>;\nconst ForwardRef = forwardRef(SvgThumbDownFilled);\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 SvgThumbUp = (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 21H7V8l7-7 1.25 1.25q.175.175.288.475c.112.3.112.392.112.575v.35L14.55 8H21q.8 0 1.4.6c.6.6.6.867.6 1.4v2q0 .175-.05.375c-.05.2-.067.258-.1.375l-3 7.05q-.225.5-.75.85c-.525.35-.717.35-1.1.35m-9-2h9l3-7v-2h-9l1.35-5.5L9 8.85zM7 8v2H4v9h3v2H2V8z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgThumbUp);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbUp.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"ThumbUp.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbUp.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,yPAAyP,GAAG,CAAM,CAAC;AAChc,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 SvgThumbUp = (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 21H7V8l7-7 1.25 1.25q.175.175.288.475c.112.3.112.392.112.575v.35L14.55 8H21q.8 0 1.4.6c.6.6.6.867.6 1.4v2q0 .175-.05.375c-.05.2-.067.258-.1.375l-3 7.05q-.225.5-.75.85c-.525.35-.717.35-1.1.35m-9-2h9l3-7v-2h-9l1.35-5.5L9 8.85zM7 8v2H4v9h3v2H2V8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgThumbUp);\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 SvgThumbUpFilled = (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 21H8V8l7-7 1.25 1.25q.175.175.288.475c.113.3.112.392.112.575v.35L15.55 8H21q.8 0 1.4.6c.6.6.6.867.6 1.4v2a2 2 0 0 1-.15.75l-3 7.05q-.225.5-.75.85c-.525.35-.717.35-1.1.35M6 8v13H2V8z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgThumbUpFilled);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbUpFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbUpFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"ThumbUpFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbUpFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,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,2LAA2L,GAAG,CAAM,CAAC;AACxY,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgThumbUpFilled = (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 21H8V8l7-7 1.25 1.25q.175.175.288.475c.113.3.112.392.112.575v.35L15.55 8H21q.8 0 1.4.6c.6.6.6.867.6 1.4v2a2 2 0 0 1-.15.75l-3 7.05q-.225.5-.75.85c-.525.35-.717.35-1.1.35M6 8v13H2V8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgThumbUpFilled);\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 SvgTint = (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 21q-3.325 0-5.662-2.3C4 16.4 4 15.3 4 13.1q0-1.625.625-3.037A8.2 8.2 0 0 1 6.35 7.55L12 2l5.65 5.55a8.2 8.2 0 0 1 1.725 2.513Q20 11.474 20 13.1q0 3.3-2.337 5.6C15.326 21 14.217 21 12 21m-5.95-7H17.9q.3-1.8-.337-3.075C16.926 9.65 16.7 9.433 16.25 9L12 4.8 7.75 9q-.675.65-1.325 1.925C5.775 12.2 5.867 12.8 6.05 14" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgTint);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tint.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Tint.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tint.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,8TAA8T,GAAG,CAAM,CAAC;AAClgB,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 SvgTint = (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 21q-3.325 0-5.662-2.3C4 16.4 4 15.3 4 13.1q0-1.625.625-3.037A8.2 8.2 0 0 1 6.35 7.55L12 2l5.65 5.55a8.2 8.2 0 0 1 1.725 2.513Q20 11.474 20 13.1q0 3.3-2.337 5.6C15.326 21 14.217 21 12 21m-5.95-7H17.9q.3-1.8-.337-3.075C16.926 9.65 16.7 9.433 16.25 9L12 4.8 7.75 9q-.675.65-1.325 1.925C5.775 12.2 5.867 12.8 6.05 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgTint);\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 SvgTooltip = (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 22-2.675-4H4q-.824 0-1.413-.587C1.998 16.826 2 16.55 2 16V4q0-.824.587-1.412C3.174 1.999 3.45 2 4 2h16q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587h-5.325zm0-3.6 1.6-2.4H20V4H4v12h6.4z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgTooltip);
|