@metamask-previews/design-system-react 0.0.0-preview.85a0952 → 0.0.0-preview.8a24c64
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.constants.cjs +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.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.constants.cjs +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.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 +2 -2
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -1
- package/dist/components/Checkbox/Checkbox.mjs +3 -4
- package/dist/components/Checkbox/Checkbox.mjs.map +1 -1
- 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 +8 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +2 -0
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +2 -0
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +1 -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 +9 -6
|
@@ -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 SvgMap = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "m15 21-6-2.1-4.65 1.8q-.5.2-.925-.112C3 20.275 3 20.1 3 19.75v-14q0-.325.188-.575c.187-.25.295-.292.512-.375L9 3l6 2.1 4.65-1.8q.5-.2.925.113C21 3.724 21 3.9 21 4.25v14q0 .325-.187.575c-.187.25-.296.292-.513.375zm-1-2.45V6.85l-4-1.4v11.7zm2 0 3-1V5.7l-3 1.15zM5 18.3l3-1.15V5.45l-3 1z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMap);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Map.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Map.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Map.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Map.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,8RAA8R,GAAG,CAAM,CAAC;AACje,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 SvgMap = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15 21-6-2.1-4.65 1.8q-.5.2-.925-.112C3 20.275 3 20.1 3 19.75v-14q0-.325.188-.575c.187-.25.295-.292.512-.375L9 3l6 2.1 4.65-1.8q.5-.2.925.113C21 3.724 21 3.9 21 4.25v14q0 .325-.187.575c-.187.25-.296.292-.513.375zm-1-2.45V6.85l-4-1.4v11.7zm2 0 3-1V5.7l-3 1.15zM5 18.3l3-1.15V5.45l-3 1z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMap);\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 SvgMenu = (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-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMenu);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Menu.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Menu.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,yCAAyC,GAAG,CAAM,CAAC;AAC7O,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 SvgMenu = (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-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMenu);\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 SvgMessageQuestion = (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 16.886q.525 0 .888-.363c.362-.363.362-.537.362-.887s-.12-.646-.362-.888-.538-.362-.888-.362-.646.12-.887.362-.363.538-.363.888.12.645.363.887.537.363.887.363m-.9-3.85h1.85q0-.426.038-.725c.037-.3.079-.392.162-.575s.187-.355.312-.513.305-.354.538-.587q.875-.876 1.237-1.463t.363-1.337q0-1.325-.9-2.138t-2.425-.812q-1.375 0-2.337.675T8.5 7.436l1.65.65q.175-.675.7-1.088c.525-.413.758-.412 1.225-.412q.675 0 1.125.362.45.363.45.963 0 .424-.275.9-.275.474-.925 1.05-.425.35-.688.687c-.263.337-.32.463-.437.713s-.2.512-.25.787-.075.604-.075.988m1 9.85-3-3H5q-.824 0-1.412-.588C2.999 18.71 3 18.436 3 17.886v-14q0-.825.588-1.413A1.93 1.93 0 0 1 5 1.886h14q.824 0 1.413.587.587.588.587 1.413v14q0 .825-.587 1.412c-.587.587-.863.588-1.413.588h-4zm-7-5h4.8l2.2 2.2 2.2-2.2H19v-14H5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMessageQuestion);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageQuestion.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MessageQuestion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MessageQuestion.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MessageQuestion.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,6wBAA6wB,GAAG,CAAM,CAAC;AAC59B,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 SvgMessageQuestion = (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 16.886q.525 0 .888-.363c.362-.363.362-.537.362-.887s-.12-.646-.362-.888-.538-.362-.888-.362-.646.12-.887.362-.363.538-.363.888.12.645.363.887.537.363.887.363m-.9-3.85h1.85q0-.426.038-.725c.037-.3.079-.392.162-.575s.187-.355.312-.513.305-.354.538-.587q.875-.876 1.237-1.463t.363-1.337q0-1.325-.9-2.138t-2.425-.812q-1.375 0-2.337.675T8.5 7.436l1.65.65q.175-.675.7-1.088c.525-.413.758-.412 1.225-.412q.675 0 1.125.362.45.363.45.963 0 .424-.275.9-.275.474-.925 1.05-.425.35-.688.687c-.263.337-.32.463-.437.713s-.2.512-.25.787-.075.604-.075.988m1 9.85-3-3H5q-.824 0-1.412-.588C2.999 18.71 3 18.436 3 17.886v-14q0-.825.588-1.413A1.93 1.93 0 0 1 5 1.886h14q.824 0 1.413.587.587.588.587 1.413v14q0 .825-.587 1.412c-.587.587-.863.588-1.413.588h-4zm-7-5h4.8l2.2 2.2 2.2-2.2H19v-14H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMessageQuestion);\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 SvgMessages = (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 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" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMessages);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Messages.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Messages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Messages.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Messages.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,0KAA0K,GAAG,CAAM,CAAC;AAClX,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 SvgMessages = (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 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(SvgMessages);\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 SvgMic = (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 14a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 9 11V5q0-1.25.875-2.125T12 2c1.25 0 1.542.292 2.125.875S15 4.167 15 5v6q0 1.25-.875 2.125C13.25 14 12.833 14 12 14m-1 7v-3.075q-2.6-.35-4.3-2.325C5 13.625 5 12.75 5 11h2q0 2.075 1.463 3.538C9.926 16 10.617 16 12 16s2.563-.487 3.538-1.462S17 12.383 17 11h2q0 2.625-1.7 4.6c-1.7 1.975-2.567 2.092-4.3 2.325V21zm1-9q.424 0 .713-.287c.289-.287.287-.43.287-.713V5q0-.424-.287-.712C12.426 3.998 12.283 4 12 4s-.52.096-.712.287S11 4.717 11 5v6q0 .424.288.713c.287.289.429.287.712.287" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMic);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mic.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Mic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Mic.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Mic.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,4gBAA4gB,GAAG,CAAM,CAAC;AAC/sB,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 SvgMic = (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 14a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 9 11V5q0-1.25.875-2.125T12 2c1.25 0 1.542.292 2.125.875S15 4.167 15 5v6q0 1.25-.875 2.125C13.25 14 12.833 14 12 14m-1 7v-3.075q-2.6-.35-4.3-2.325C5 13.625 5 12.75 5 11h2q0 2.075 1.463 3.538C9.926 16 10.617 16 12 16s2.563-.487 3.538-1.462S17 12.383 17 11h2q0 2.625-1.7 4.6c-1.7 1.975-2.567 2.092-4.3 2.325V21zm1-9q.424 0 .713-.287c.289-.287.287-.43.287-.713V5q0-.424-.287-.712C12.426 3.998 12.283 4 12 4s-.52.096-.712.287S11 4.717 11 5v6q0 .424.288.713c.287.289.429.287.712.287\" /></svg>;\nconst ForwardRef = forwardRef(SvgMic);\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 SvgMinus = (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 13v-2h14v2z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMinus);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Minus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Minus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Minus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Minus.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,gBAAgB,GAAG,CAAM,CAAC;AACrN,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 SvgMinus = (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 13v-2h14v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMinus);\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 SvgMinusBold = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M4.15 13.575v-3.15h15.7v3.15z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMinusBold);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MinusBold.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MinusBold.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MinusBold.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MinusBold.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,+BAA+B,GAAG,CAAM,CAAC;AACxO,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 SvgMinusBold = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4.15 13.575v-3.15h15.7v3.15z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMinusBold);\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 SvgMinusSquare = (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 13h8q.424 0 .713-.287C17 12.426 17 12.283 17 12s-.096-.52-.287-.712S16.282 11 16 11H8q-.424 0-.713.288C6.998 11.575 7 11.717 7 12s.096.52.287.713S7.717 13 8 13m-3 8q-.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(SvgMinusSquare);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MinusSquare.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MinusSquare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MinusSquare.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MinusSquare.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,6WAA6W,GAAG,CAAM,CAAC;AACxjB,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 SvgMinusSquare = (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 13h8q.424 0 .713-.287C17 12.426 17 12.283 17 12s-.096-.52-.287-.712S16.282 11 16 11H8q-.424 0-.713.288C6.998 11.575 7 11.717 7 12s.096.52.287.713S7.717 13 8 13m-3 8q-.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(SvgMinusSquare);\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 SvgMobile = (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 23q-.824 0-1.412-.587C5 21.826 5 21.55 5 21V3q0-.824.588-1.412C6.176.999 6.45 1 7 1h10q.824 0 1.413.587C19.002 2.175 19 2.45 19 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-3v1h10v-1zm0-2h10V6H7zM7 4h10V3H7z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMobile);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mobile.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Mobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Mobile.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Mobile.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,8NAA8N,GAAG,CAAM,CAAC;AACpa,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 SvgMobile = (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 23q-.824 0-1.412-.587C5 21.826 5 21.55 5 21V3q0-.824.588-1.412C6.176.999 6.45 1 7 1h10q.824 0 1.413.587C19.002 2.175 19 2.45 19 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-3v1h10v-1zm0-2h10V6H7zM7 4h10V3H7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMobile);\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 SvgMoney = (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: "M14 13q-1.25 0-2.125-.875C11 11.25 11 10.833 11 10q0-1.25.875-2.125C12.75 7 13.167 7 14 7s1.542.292 2.125.875S17 9.167 17 10q0 1.25-.875 2.125C15.25 13 14.833 13 14 13m-7 3q-.824 0-1.412-.587C5 14.825 5 14.55 5 14V6q0-.824.588-1.412C6.176 4 6.45 4 7 4h14q.824 0 1.413.588C23.002 5.176 23 5.45 23 6v8q0 .824-.587 1.413C21.826 16 21.55 16 21 16zm2-2h10q0-.825.588-1.412C20.175 12 20.45 12 21 12V8q-.825 0-1.412-.587C19 6.825 19 6.55 19 6H9q0 .824-.587 1.413C7.825 8 7.55 8 7 8v4q.824 0 1.413.588C9 13.176 9 13.45 9 14m11 6H3q-.824 0-1.412-.587C.999 18.826 1 18.55 1 18V7h2v11h17z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMoney);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Money.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Money.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Money.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Money.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,mkBAAmkB,GAAG,CAAM,CAAC;AACxwB,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 SvgMoney = (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=\"M14 13q-1.25 0-2.125-.875C11 11.25 11 10.833 11 10q0-1.25.875-2.125C12.75 7 13.167 7 14 7s1.542.292 2.125.875S17 9.167 17 10q0 1.25-.875 2.125C15.25 13 14.833 13 14 13m-7 3q-.824 0-1.412-.587C5 14.825 5 14.55 5 14V6q0-.824.588-1.412C6.176 4 6.45 4 7 4h14q.824 0 1.413.588C23.002 5.176 23 5.45 23 6v8q0 .824-.587 1.413C21.826 16 21.55 16 21 16zm2-2h10q0-.825.588-1.412C20.175 12 20.45 12 21 12V8q-.825 0-1.412-.587C19 6.825 19 6.55 19 6H9q0 .824-.587 1.413C7.825 8 7.55 8 7 8v4q.824 0 1.413.588C9 13.176 9 13.45 9 14m11 6H3q-.824 0-1.412-.587C.999 18.826 1 18.55 1 18V7h2v11h17z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMoney);\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 SvgMoneyBag = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M8.4 21q-2.275 0-3.837-1.562C3 17.876 3 17.117 3 15.6q0-.95.325-1.85c.325-.9.525-1.142.925-1.625L7.8 7.85 5.375 3h13.25L16.2 7.85l3.55 4.275q.6.725.925 1.625c.325.9.325 1.217.325 1.85q0 2.275-1.575 3.838C17.85 21 17.1 21 15.6 21zm3.6-5q-.825 0-1.412-.587C10 14.825 10 14.55 10 14s.196-1.02.588-1.412S11.45 12 12 12s1.02.196 1.413.588S14 13.45 14 14s-.196 1.02-.587 1.413S12.55 16 12 16M9.625 7h4.75l1-2h-6.75zM8.4 19h7.2q1.425 0 2.413-.987C19 17.025 19 16.55 19 15.6q0-.6-.212-1.162c-.212-.563-.338-.713-.588-1.013L14.525 9H9.5l-3.7 4.4q-.375.45-.587 1.025C5 15 5 15.2 5 15.6q0 1.425.988 2.413C6.976 19 7.45 19 8.4 19" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMoneyBag);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoneyBag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MoneyBag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MoneyBag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MoneyBag.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,2mBAA2mB,GAAG,CAAM,CAAC;AACnzB,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 SvgMoneyBag = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M8.4 21q-2.275 0-3.837-1.562C3 17.876 3 17.117 3 15.6q0-.95.325-1.85c.325-.9.525-1.142.925-1.625L7.8 7.85 5.375 3h13.25L16.2 7.85l3.55 4.275q.6.725.925 1.625c.325.9.325 1.217.325 1.85q0 2.275-1.575 3.838C17.85 21 17.1 21 15.6 21zm3.6-5q-.825 0-1.412-.587C10 14.825 10 14.55 10 14s.196-1.02.588-1.412S11.45 12 12 12s1.02.196 1.413.588S14 13.45 14 14s-.196 1.02-.587 1.413S12.55 16 12 16M9.625 7h4.75l1-2h-6.75zM8.4 19h7.2q1.425 0 2.413-.987C19 17.025 19 16.55 19 15.6q0-.6-.212-1.162c-.212-.563-.338-.713-.588-1.013L14.525 9H9.5l-3.7 4.4q-.375.45-.587 1.025C5 15 5 15.2 5 15.6q0 1.425.988 2.413C6.976 19 7.45 19 8.4 19\" /></svg>;\nconst ForwardRef = forwardRef(SvgMoneyBag);\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 SvgMonitor = (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 21v-2h2v-2H4q-.824 0-1.412-.587C1.999 15.826 2 15.55 2 15V5q0-.825.588-1.412C3.175 3 3.45 3 4 3h16q.824 0 1.413.588C22.002 4.176 22 4.45 22 5v10q0 .824-.587 1.413c-.587.589-.863.587-1.413.587h-6v2h2v2zm-4-6h16V5H4z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMonitor);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Monitor.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Monitor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Monitor.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Monitor.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,2NAA2N,GAAG,CAAM,CAAC;AACla,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 SvgMonitor = (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 21v-2h2v-2H4q-.824 0-1.412-.587C1.999 15.826 2 15.55 2 15V5q0-.825.588-1.412C3.175 3 3.45 3 4 3h16q.824 0 1.413.588C22.002 4.176 22 4.45 22 5v10q0 .824-.587 1.413c-.587.589-.863.587-1.413.587h-6v2h2v2zm-4-6h16V5H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMonitor);\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 SvgMoreHorizontal = (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: "M20 12q0 .824-.587 1.413C18.826 14 18.55 14 18 14s-1.02-.196-1.412-.587S16 12.55 16 12s.196-1.02.587-1.412S17.45 10 18 10s1.02.196 1.413.588S20 11.45 20 12m-6 0q0 .824-.587 1.413C12.825 14 12.55 14 12 14s-1.02-.196-1.412-.587S10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12m-6 0q0 .824-.587 1.413C6.825 14 6.55 14 6 14s-1.02-.196-1.412-.587S4 12.55 4 12s.196-1.02.588-1.412S5.45 10 6 10s1.02.196 1.413.588S8 11.45 8 12" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMoreHorizontal);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreHorizontal.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MoreHorizontal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MoreHorizontal.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MoreHorizontal.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,wcAAwc,GAAG,CAAM,CAAC;AACtpB,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 SvgMoreHorizontal = (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=\"M20 12q0 .824-.587 1.413C18.826 14 18.55 14 18 14s-1.02-.196-1.412-.587S16 12.55 16 12s.196-1.02.587-1.412S17.45 10 18 10s1.02.196 1.413.588S20 11.45 20 12m-6 0q0 .824-.587 1.413C12.825 14 12.55 14 12 14s-1.02-.196-1.412-.587S10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12m-6 0q0 .824-.587 1.413C6.825 14 6.55 14 6 14s-1.02-.196-1.412-.587S4 12.55 4 12s.196-1.02.588-1.412S5.45 10 6 10s1.02.196 1.413.588S8 11.45 8 12\" /></svg>;\nconst ForwardRef = forwardRef(SvgMoreHorizontal);\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 SvgMoreVertical = (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 20q-.825 0-1.412-.587C10 18.826 10 18.55 10 18s.196-1.02.588-1.412S11.45 16 12 16s1.02.196 1.413.587S14 17.45 14 18s-.196 1.02-.587 1.413S12.55 20 12 20m0-6q-.825 0-1.412-.587C10 12.825 10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12s-.196 1.02-.587 1.413S12.55 14 12 14m0-6q-.825 0-1.412-.587C10 6.825 10 6.55 10 6s.196-1.02.588-1.412S11.45 4 12 4s1.02.196 1.413.588S14 5.45 14 6s-.196 1.02-.587 1.413S12.55 8 12 8" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMoreVertical);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MoreVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MoreVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MoreVertical.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,ycAAyc,GAAG,CAAM,CAAC;AACrpB,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 SvgMoreVertical = (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 20q-.825 0-1.412-.587C10 18.826 10 18.55 10 18s.196-1.02.588-1.412S11.45 16 12 16s1.02.196 1.413.587S14 17.45 14 18s-.196 1.02-.587 1.413S12.55 20 12 20m0-6q-.825 0-1.412-.587C10 12.825 10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12s-.196 1.02-.587 1.413S12.55 14 12 14m0-6q-.825 0-1.412-.587C10 6.825 10 6.55 10 6s.196-1.02.588-1.412S11.45 4 12 4s1.02.196 1.413.588S14 5.45 14 6s-.196 1.02-.587 1.413S12.55 8 12 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgMoreVertical);\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 SvgMountainFlag = (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.7 12.925 1.375.925L12 12.875l1.925.975 1.325-.875-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225-2.075 1.375L12 15.125 9.925 16.15 7.8 14.75zM2 22l5.85-11.875q.25-.5.738-.812C9.076 9 9.267 9 9.65 9H11V2h7l-1 2 1 2h-5v3h1.25q.575 0 1.05.3c.475.3.567.467.75.8L22 22z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMountainFlag);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MountainFlag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MountainFlag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MountainFlag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MountainFlag.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,sQAAsQ,GAAG,CAAM,CAAC;AACld,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 SvgMountainFlag = (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.7 12.925 1.375.925L12 12.875l1.925.975 1.325-.875-1-1.975h-4.6zM5.225 20H18.75l-2.6-5.225-2.075 1.375L12 15.125 9.925 16.15 7.8 14.75zM2 22l5.85-11.875q.25-.5.738-.812C9.076 9 9.267 9 9.65 9H11V2h7l-1 2 1 2h-5v3h1.25q.575 0 1.05.3c.475.3.567.467.75.8L22 22z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMountainFlag);\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 SvgMusicNote = (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 21q-1.65 0-2.825-1.175C6 18.65 6 18.1 6 17s.392-2.042 1.175-2.825S8.9 13 10 13q.575 0 1.063.138c.487.137.637.229.937.412V3h6v4h-4v10q0 1.65-1.175 2.825C11.65 21 11.1 21 10 21" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgMusicNote);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MusicNote.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MusicNote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"MusicNote.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MusicNote.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,oLAAoL,GAAG,CAAM,CAAC;AAC7X,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 SvgMusicNote = (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 21q-1.65 0-2.825-1.175C6 18.65 6 18.1 6 17s.392-2.042 1.175-2.825S8.9 13 10 13q.575 0 1.063.138c.487.137.637.229.937.412V3h6v4h-4v10q0 1.65-1.175 2.825C11.65 21 11.1 21 10 21\" /></svg>;\nconst ForwardRef = forwardRef(SvgMusicNote);\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 SvgNotification = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M4 19v-2h2v-7q0-2.074 1.25-3.687C8.5 4.7 9.167 4.533 10.5 4.2v-.7q0-.625.438-1.062C11.375 2 11.583 2 12 2s.77.146 1.063.438.437.645.437 1.062v.7q2 .5 3.25 2.113C18 7.926 18 8.617 18 10v7h2v2zm8 3q-.825 0-1.412-.587C10 20.826 10 20.55 10 20h4q0 .824-.587 1.413c-.588.589-.863.587-1.413.587m-4-5h8v-7q0-1.65-1.175-2.825C13.65 6 13.1 6 12 6s-2.042.392-2.825 1.175S8 8.9 8 10z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgNotification);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Notification.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Notification.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,sXAAsX,GAAG,CAAM,CAAC;AAClkB,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 SvgNotification = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 19v-2h2v-7q0-2.074 1.25-3.687C8.5 4.7 9.167 4.533 10.5 4.2v-.7q0-.625.438-1.062C11.375 2 11.583 2 12 2s.77.146 1.063.438.437.645.437 1.062v.7q2 .5 3.25 2.113C18 7.926 18 8.617 18 10v7h2v2zm8 3q-.825 0-1.412-.587C10 20.826 10 20.55 10 20h4q0 .824-.587 1.413c-.588.589-.863.587-1.413.587m-4-5h8v-7q0-1.65-1.175-2.825C13.65 6 13.1 6 12 6s-2.042.392-2.825 1.175S8 8.9 8 10z\" /></svg>;\nconst ForwardRef = forwardRef(SvgNotification);\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 SvgPageInfo = (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: "M17.75 20.25q-1.575 0-2.662-1.087C14 18.076 14 17.55 14 16.5s.363-1.937 1.088-2.662S16.7 12.75 17.75 12.75s1.938.363 2.663 1.088S21.5 15.45 21.5 16.5s-.362 1.938-1.087 2.663S18.8 20.25 17.75 20.25m0-2q.725 0 1.238-.512c.513-.512.512-.755.512-1.238s-.17-.896-.512-1.237-.755-.513-1.238-.513-.896.17-1.237.513S16 16.017 16 16.5s.17.896.513 1.238.754.512 1.237.512M4 17.5v-2h8v2zm2.25-6.25q-1.575 0-2.662-1.087C2.5 9.075 2.5 8.55 2.5 7.5s.363-1.937 1.088-2.662S5.2 3.75 6.25 3.75s1.938.363 2.663 1.088S10 6.45 10 7.5s-.362 1.938-1.087 2.663S7.3 11.25 6.25 11.25m0-2q.725 0 1.238-.512C8 8.226 8 7.983 8 7.5s-.17-.896-.512-1.237-.755-.513-1.238-.513-.896.17-1.237.513S4.5 7.017 4.5 7.5s.17.896.513 1.238.754.512 1.237.512M12 8.5v-2h8v2z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPageInfo);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageInfo.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PageInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"PageInfo.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PageInfo.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,6tBAA6tB,GAAG,CAAM,CAAC;AACr6B,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 SvgPageInfo = (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=\"M17.75 20.25q-1.575 0-2.662-1.087C14 18.076 14 17.55 14 16.5s.363-1.937 1.088-2.662S16.7 12.75 17.75 12.75s1.938.363 2.663 1.088S21.5 15.45 21.5 16.5s-.362 1.938-1.087 2.663S18.8 20.25 17.75 20.25m0-2q.725 0 1.238-.512c.513-.512.512-.755.512-1.238s-.17-.896-.512-1.237-.755-.513-1.238-.513-.896.17-1.237.513S16 16.017 16 16.5s.17.896.513 1.238.754.512 1.237.512M4 17.5v-2h8v2zm2.25-6.25q-1.575 0-2.662-1.087C2.5 9.075 2.5 8.55 2.5 7.5s.363-1.937 1.088-2.662S5.2 3.75 6.25 3.75s1.938.363 2.663 1.088S10 6.45 10 7.5s-.362 1.938-1.087 2.663S7.3 11.25 6.25 11.25m0-2q.725 0 1.238-.512C8 8.226 8 7.983 8 7.5s-.17-.896-.512-1.237-.755-.513-1.238-.513-.896.17-1.237.513S4.5 7.017 4.5 7.5s.17.896.513 1.238.754.512 1.237.512M12 8.5v-2h8v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPageInfo);\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 SvgPalette = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { d: "M12 22q-2.05 0-3.875-.787c-1.825-.788-2.28-1.242-3.187-2.15s-1.625-1.971-2.15-3.188S2 13.367 2 12q0-2.075.813-3.9c.812-1.825 1.274-2.275 2.2-3.175S7.017 3.313 8.25 2.788 10.8 2 12.2 2q2 0 3.775.687c1.775.687 2.22 1.092 3.113 1.9s1.6 1.767 2.124 2.875S22 9.768 22 11.05q0 2.875-1.75 4.412C18.5 17 17.667 17 16 17h-1.85q-.225 0-.312.125c-.087.125-.088.175-.088.275q0 .3.375.863c.375.562.375.804.375 1.287q0 1.25-.687 1.85c-.688.6-1.063.6-1.813.6m-5.5-9q.65 0 1.075-.425C8 12.15 8 11.933 8 11.5s-.142-.792-.425-1.075S6.933 10 6.5 10s-.792.142-1.075.425S5 11.067 5 11.5s.142.792.425 1.075S6.067 13 6.5 13m3-4q.65 0 1.075-.425C11 8.15 11 7.933 11 7.5s-.142-.792-.425-1.075S9.933 6 9.5 6s-.792.142-1.075.425S8 7.067 8 7.5s.142.792.425 1.075S9.067 9 9.5 9m5 0q.65 0 1.075-.425C16 8.15 16 7.933 16 7.5s-.142-.792-.425-1.075S14.933 6 14.5 6s-.792.142-1.075.425S13 7.067 13 7.5s.142.792.425 1.075S14.067 9 14.5 9m3 4q.65 0 1.075-.425C19 12.15 19 11.933 19 11.5s-.142-.792-.425-1.075S17.933 10 17.5 10s-.792.142-1.075.425S16 11.067 16 11.5s.142.792.425 1.075.642.425 1.075.425M12 20q.224 0 .363-.125c.139-.125.137-.192.137-.325q0-.35-.375-.825c-.375-.475-.375-.792-.375-1.425q0-1.05.725-1.675C13.2 15 13.55 15 14.25 15H16q1.65 0 2.825-.962C20 13.075 20 12.4 20 11.05q0-3.025-2.312-5.037C15.376 4 14.317 4 12.2 4Q8.8 4 6.4 6.325C4 8.65 4 9.767 4 12q0 3.325 2.337 5.663C8.676 20 9.784 20 12 20" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPalette);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Palette.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Palette.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Palette.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Palette.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,s2CAAs2C,GAAG,CAAM,CAAC;AAC7iD,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 SvgPalette = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.05 0-3.875-.787c-1.825-.788-2.28-1.242-3.187-2.15s-1.625-1.971-2.15-3.188S2 13.367 2 12q0-2.075.813-3.9c.812-1.825 1.274-2.275 2.2-3.175S7.017 3.313 8.25 2.788 10.8 2 12.2 2q2 0 3.775.687c1.775.687 2.22 1.092 3.113 1.9s1.6 1.767 2.124 2.875S22 9.768 22 11.05q0 2.875-1.75 4.412C18.5 17 17.667 17 16 17h-1.85q-.225 0-.312.125c-.087.125-.088.175-.088.275q0 .3.375.863c.375.562.375.804.375 1.287q0 1.25-.687 1.85c-.688.6-1.063.6-1.813.6m-5.5-9q.65 0 1.075-.425C8 12.15 8 11.933 8 11.5s-.142-.792-.425-1.075S6.933 10 6.5 10s-.792.142-1.075.425S5 11.067 5 11.5s.142.792.425 1.075S6.067 13 6.5 13m3-4q.65 0 1.075-.425C11 8.15 11 7.933 11 7.5s-.142-.792-.425-1.075S9.933 6 9.5 6s-.792.142-1.075.425S8 7.067 8 7.5s.142.792.425 1.075S9.067 9 9.5 9m5 0q.65 0 1.075-.425C16 8.15 16 7.933 16 7.5s-.142-.792-.425-1.075S14.933 6 14.5 6s-.792.142-1.075.425S13 7.067 13 7.5s.142.792.425 1.075S14.067 9 14.5 9m3 4q.65 0 1.075-.425C19 12.15 19 11.933 19 11.5s-.142-.792-.425-1.075S17.933 10 17.5 10s-.792.142-1.075.425S16 11.067 16 11.5s.142.792.425 1.075.642.425 1.075.425M12 20q.224 0 .363-.125c.139-.125.137-.192.137-.325q0-.35-.375-.825c-.375-.475-.375-.792-.375-1.425q0-1.05.725-1.675C13.2 15 13.55 15 14.25 15H16q1.65 0 2.825-.962C20 13.075 20 12.4 20 11.05q0-3.025-2.312-5.037C15.376 4 14.317 4 12.2 4Q8.8 4 6.4 6.325C4 8.65 4 9.767 4 12q0 3.325 2.337 5.663C8.676 20 9.784 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgPalette);\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 SvgPasswordCheck = (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 18.886v-2h20v2zm1.15-6.05-1.3-.75.85-1.5H1v-1.5h1.7l-.85-1.45 1.3-.75.85 1.45.85-1.45 1.3.75-.85 1.45H7v1.5H5.3l.85 1.5-1.3.75-.85-1.5zm8 0-1.3-.75.85-1.5H9v-1.5h1.7l-.85-1.45 1.3-.75.85 1.45.85-1.45 1.3.75-.85 1.45H15v1.5h-1.7l.85 1.5-1.3.75-.85-1.5zm8 0-1.3-.75.85-1.5H17v-1.5h1.7l-.85-1.45 1.3-.75.85 1.45.85-1.45 1.3.75-.85 1.45H23v1.5h-1.7l.85 1.5-1.3.75-.85-1.5z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPasswordCheck);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordCheck.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PasswordCheck.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"PasswordCheck.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PasswordCheck.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,qXAAqX,GAAG,CAAM,CAAC;AAClkB,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 SvgPasswordCheck = (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 18.886v-2h20v2zm1.15-6.05-1.3-.75.85-1.5H1v-1.5h1.7l-.85-1.45 1.3-.75.85 1.45.85-1.45 1.3.75-.85 1.45H7v1.5H5.3l.85 1.5-1.3.75-.85-1.5zm8 0-1.3-.75.85-1.5H9v-1.5h1.7l-.85-1.45 1.3-.75.85 1.45.85-1.45 1.3.75-.85 1.45H15v1.5h-1.7l.85 1.5-1.3.75-.85-1.5zm8 0-1.3-.75.85-1.5H17v-1.5h1.7l-.85-1.45 1.3-.75.85 1.45.85-1.45 1.3.75-.85 1.45H23v1.5h-1.7l.85 1.5-1.3.75-.85-1.5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPasswordCheck);\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 SvgPending = (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 13.5q.624 0 1.063-.437c.438-.438.437-.646.437-1.063s-.146-.77-.437-1.062S7.417 10.5 7 10.5s-.77.146-1.062.438S5.5 11.583 5.5 12s.146.77.438 1.063.645.437 1.062.437m5 0q.624 0 1.063-.437c.438-.438.437-.646.437-1.063s-.146-.77-.437-1.062S12.417 10.5 12 10.5s-.77.146-1.062.438-.438.645-.438 1.062.146.77.438 1.063.645.437 1.062.437m5 0q.625 0 1.063-.437c.438-.438.437-.646.437-1.063s-.146-.77-.437-1.062S17.417 10.5 17 10.5s-.77.146-1.062.438-.438.645-.438 1.062.146.77.438 1.063.645.437 1.062.437M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPending);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pending.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Pending.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Pending.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Pending.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,s/BAAs/B,GAAG,CAAM,CAAC;AAC7rC,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 SvgPending = (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 13.5q.624 0 1.063-.437c.438-.438.437-.646.437-1.063s-.146-.77-.437-1.062S7.417 10.5 7 10.5s-.77.146-1.062.438S5.5 11.583 5.5 12s.146.77.438 1.063.645.437 1.062.437m5 0q.624 0 1.063-.437c.438-.438.437-.646.437-1.063s-.146-.77-.437-1.062S12.417 10.5 12 10.5s-.77.146-1.062.438-.438.645-.438 1.062.146.77.438 1.063.645.437 1.062.437m5 0q.625 0 1.063-.437c.438-.438.437-.646.437-1.063s-.146-.77-.437-1.062S17.417 10.5 17 10.5s-.77.146-1.062.438-.438.645-.438 1.062.146.77.438 1.063.645.437 1.062.437M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgPending);\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 SvgPeople = (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: "M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013c.3.012.392.029.575.062q-.35.525-.525 1.1c-.175.575-.175.783-.175 1.2V18zm6 0v-1.625q0-.8.438-1.462c.438-.663.704-.83 1.237-1.163s1.17-.583 1.913-.75q1.112-.25 2.412-.25 1.325 0 2.438.25c1.112.25 1.379.417 1.912.75s.942.72 1.225 1.163.425.929.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225c-.163-.575-.271-.742-.488-1.075q.274-.05.562-.062C19.7 14 19.8 14 20 14q1.8 0 2.9.663c1.1.663 1.1 1.029 1.1 1.762V18zM8.125 16H15.9q-.251-.5-1.387-.875c-1.136-.375-1.596-.375-2.513-.375s-1.754.125-2.512.375Q8.35 15.5 8.125 16M4 13q-.824 0-1.412-.587C1.999 11.825 2 11.55 2 11q0-.85.588-1.425C3.175 9 3.45 9 4 9q.85 0 1.425.575C6 10.15 6 10.433 6 11q0 .824-.575 1.413C4.85 13 4.567 13 4 13m16 0q-.825 0-1.412-.587C18 11.825 18 11.55 18 11q0-.85.588-1.425C19.175 9 19.45 9 20 9q.85 0 1.425.575C22 10.15 22 10.433 22 11q0 .824-.575 1.413C20.85 13 20.567 13 20 13m-8-1a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863C15 7.725 15 8.15 15 9q0 1.25-.862 2.125C13.275 12 12.85 12 12 12m0-2q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 8 12 8s-.52.096-.712.288S11 8.717 11 9s.096.52.288.713.429.287.712.287" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPeople);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"People.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/People.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"People.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/People.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,+qCAA+qC,GAAG,CAAM,CAAC;AACr3C,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 SvgPeople = (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=\"M0 18v-1.575q0-1.075 1.1-1.75T4 14q.325 0 .625.013c.3.012.392.029.575.062q-.35.525-.525 1.1c-.175.575-.175.783-.175 1.2V18zm6 0v-1.625q0-.8.438-1.462c.438-.663.704-.83 1.237-1.163s1.17-.583 1.913-.75q1.112-.25 2.412-.25 1.325 0 2.438.25c1.112.25 1.379.417 1.912.75s.942.72 1.225 1.163.425.929.425 1.462V18zm13.5 0v-1.625q0-.65-.162-1.225c-.163-.575-.271-.742-.488-1.075q.274-.05.562-.062C19.7 14 19.8 14 20 14q1.8 0 2.9.663c1.1.663 1.1 1.029 1.1 1.762V18zM8.125 16H15.9q-.251-.5-1.387-.875c-1.136-.375-1.596-.375-2.513-.375s-1.754.125-2.512.375Q8.35 15.5 8.125 16M4 13q-.824 0-1.412-.587C1.999 11.825 2 11.55 2 11q0-.85.588-1.425C3.175 9 3.45 9 4 9q.85 0 1.425.575C6 10.15 6 10.433 6 11q0 .824-.575 1.413C4.85 13 4.567 13 4 13m16 0q-.825 0-1.412-.587C18 11.825 18 11.55 18 11q0-.85.588-1.425C19.175 9 19.45 9 20 9q.85 0 1.425.575C22 10.15 22 10.433 22 11q0 .824-.575 1.413C20.85 13 20.567 13 20 13m-8-1a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 9 9q0-1.275.875-2.137T12 6q1.275 0 2.138.863C15 7.725 15 8.15 15 9q0 1.25-.862 2.125C13.275 12 12.85 12 12 12m0-2q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 8 12 8s-.52.096-.712.288S11 8.717 11 9s.096.52.288.713.429.287.712.287\" /></svg>;\nconst ForwardRef = forwardRef(SvgPeople);\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 SvgPersonCancel = (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: "M17.4 13 16 11.6l2.075-2.1L16 7.425 17.4 6l2.1 2.1L21.575 6 23 7.425 20.9 9.5l2.1 2.1-1.425 1.4-2.075-2.075zM9 12q-1.65 0-2.825-1.175C5 9.65 5 9.1 5 8s.392-2.042 1.175-2.825S7.9 4 9 4s2.042.392 2.825 1.175S13 6.9 13 8s-.392 2.042-1.175 2.825S10.1 12 9 12m-8 8v-2.8q0-.85.437-1.562c.437-.713.68-.838 1.163-1.088q1.55-.775 3.15-1.163C7.35 13 7.9 13 9 13s2.183.13 3.25.388 2.117.645 3.15 1.162q.724.375 1.162 1.087c.438.712.438.996.438 1.563V20zm2-2h12v-.8q0-.275-.138-.5c-.138-.225-.212-.267-.362-.35q-1.35-.675-2.725-1.013C10.4 15 9.933 15 9 15s-1.858.112-2.775.337S4.4 15.9 3.5 16.35a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.587C11 8.825 11 8.55 11 8s-.196-1.02-.588-1.412S9.55 6 9 6s-1.02.196-1.413.588S7 7.45 7 8s.196 1.02.587 1.413S8.45 10 9 10" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPersonCancel);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonCancel.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PersonCancel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"PersonCancel.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PersonCancel.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,0uBAA0uB,GAAG,CAAM,CAAC;AACt7B,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 SvgPersonCancel = (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=\"M17.4 13 16 11.6l2.075-2.1L16 7.425 17.4 6l2.1 2.1L21.575 6 23 7.425 20.9 9.5l2.1 2.1-1.425 1.4-2.075-2.075zM9 12q-1.65 0-2.825-1.175C5 9.65 5 9.1 5 8s.392-2.042 1.175-2.825S7.9 4 9 4s2.042.392 2.825 1.175S13 6.9 13 8s-.392 2.042-1.175 2.825S10.1 12 9 12m-8 8v-2.8q0-.85.437-1.562c.437-.713.68-.838 1.163-1.088q1.55-.775 3.15-1.163C7.35 13 7.9 13 9 13s2.183.13 3.25.388 2.117.645 3.15 1.162q.724.375 1.162 1.087c.438.712.438.996.438 1.563V20zm2-2h12v-.8q0-.275-.138-.5c-.138-.225-.212-.267-.362-.35q-1.35-.675-2.725-1.013C10.4 15 9.933 15 9 15s-1.858.112-2.775.337S4.4 15.9 3.5 16.35a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.587C11 8.825 11 8.55 11 8s-.196-1.02-.588-1.412S9.55 6 9 6s-1.02.196-1.413.588S7 7.45 7 8s.196 1.02.587 1.413S8.45 10 9 10\" /></svg>;\nconst ForwardRef = forwardRef(SvgPersonCancel);\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 SvgPin = (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: "M14.136 15.504v2.829l-1.414 1.414-3.535-3.536-4.243 4.243H3.53V19.04l4.242-4.243-3.535-3.535L5.65 9.848H8.48l4.95-4.95-.708-.707 1.414-1.415 7.072 7.072-1.415 1.414-.707-.707zm-6.47-3.641 4.455 4.455V14.69l5.55-5.55-2.827-2.829-5.551 5.55z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPin);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pin.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Pin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Pin.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Pin.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,iPAAiP,GAAG,CAAM,CAAC;AACpb,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 SvgPin = (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=\"M14.136 15.504v2.829l-1.414 1.414-3.535-3.536-4.243 4.243H3.53V19.04l4.242-4.243-3.535-3.535L5.65 9.848H8.48l4.95-4.95-.708-.707 1.414-1.415 7.072 7.072-1.415 1.414-.707-.707zm-6.47-3.641 4.455 4.455V14.69l5.55-5.55-2.827-2.829-5.551 5.55z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPin);\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 SvgPlant = (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 20.886V12.91q-1.6 0-3.075-.613c-1.475-.613-1.85-.987-2.6-1.737S4 8.944 3.6 7.96 3 5.951 3 4.884v-2h2a7.9 7.9 0 0 1 3.05.613q1.475.612 2.6 1.737.775.776 1.287 1.7c.512.924.605 1.275.788 1.975q.125-.174.275-.337.15-.162.325-.338a8 8 0 0 1 2.6-1.737A7.9 7.9 0 0 1 19 5.885h2v2a7.9 7.9 0 0 1-.613 3.075q-.612 1.476-1.737 2.6c-1.125 1.124-1.613 1.325-2.588 1.725s-1.995.6-3.062.6v5zm0-10q0-1.2-.462-2.288c-.463-1.088-.746-1.37-1.313-1.937a6.1 6.1 0 0 0-1.937-1.313A5.8 5.8 0 0 0 5 4.886q0 1.2.45 2.3t1.3 1.95 1.95 1.3c1.1.45 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.95q.462-1.1.462-2.3-1.2 0-2.3.462a6 6 0 0 0-1.95 1.313A5.92 5.92 0 0 0 13 13.886" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPlant);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plant.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Plant.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Plant.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Plant.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,6pBAA6pB,GAAG,CAAM,CAAC;AACl2B,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 SvgPlant = (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 20.886V12.91q-1.6 0-3.075-.613c-1.475-.613-1.85-.987-2.6-1.737S4 8.944 3.6 7.96 3 5.951 3 4.884v-2h2a7.9 7.9 0 0 1 3.05.613q1.475.612 2.6 1.737.775.776 1.287 1.7c.512.924.605 1.275.788 1.975q.125-.174.275-.337.15-.162.325-.338a8 8 0 0 1 2.6-1.737A7.9 7.9 0 0 1 19 5.885h2v2a7.9 7.9 0 0 1-.613 3.075q-.612 1.476-1.737 2.6c-1.125 1.124-1.613 1.325-2.588 1.725s-1.995.6-3.062.6v5zm0-10q0-1.2-.462-2.288c-.463-1.088-.746-1.37-1.313-1.937a6.1 6.1 0 0 0-1.937-1.313A5.8 5.8 0 0 0 5 4.886q0 1.2.45 2.3t1.3 1.95 1.95 1.3c1.1.45 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.95q.462-1.1.462-2.3-1.2 0-2.3.462a6 6 0 0 0-1.95 1.313A5.92 5.92 0 0 0 13 13.886\" /></svg>;\nconst ForwardRef = forwardRef(SvgPlant);\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 SvgPlug = (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.5 19h1v-1.85l3.5-3.5V9H8v4.65l3.5 3.5zm-2 2v-3L6 14.5V9q0-.825.588-1.412C7.176 7 7.45 7 8 7h1L8 8V3h2v4h4V3h2v5l-1-1h1q.824 0 1.413.588C18.002 8.176 18 8.45 18 9v5.5L14.5 18v3z" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPlug);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plug.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Plug.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"Plug.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Plug.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,sLAAsL,GAAG,CAAM,CAAC;AAC1X,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 SvgPlug = (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.5 19h1v-1.85l3.5-3.5V9H8v4.65l3.5 3.5zm-2 2v-3L6 14.5V9q0-.825.588-1.412C7.176 7 7.45 7 8 7h1L8 8V3h2v4h4V3h2v5l-1-1h1q.824 0 1.413.588C18.002 8.176 18 8.45 18 9v5.5L14.5 18v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPlug);\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 SvgPlusAndMinus = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
|
|
5
4
|
React.createElement("path", { fillRule: "evenodd", d: "M7 4.252H5v3H2v2h3v3h2v-3h3v-2H7zm11 1 1.06 1.06L5.627 19.749l-1.061-1.06zm4 11v-2h-8v2z", clipRule: "evenodd" }));
|
|
6
5
|
const ForwardRef = forwardRef(SvgPlusAndMinus);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlusAndMinus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PlusAndMinus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc
|
|
1
|
+
{"version":3,"file":"PlusAndMinus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PlusAndMinus.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,0FAA0F,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AAC5U,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 SvgPlusAndMinus = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M7 4.252H5v3H2v2h3v3h2v-3h3v-2H7zm11 1 1.06 1.06L5.627 19.749l-1.061-1.06zm4 11v-2h-8v2z\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgPlusAndMinus);\nexport default ForwardRef;"]}
|