meticulous-ui 3.7.11 → 3.7.13
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/cjs/colors/amber.cjs +1 -19
- package/cjs/colors/black.cjs +1 -16
- package/cjs/colors/blue.cjs +1 -20
- package/cjs/colors/blueGray.cjs +1 -15
- package/cjs/colors/brown.cjs +1 -16
- package/cjs/colors/cider.cjs +1 -15
- package/cjs/colors/colorMap.cjs +1 -51
- package/cjs/colors/cyan.cjs +1 -19
- package/cjs/colors/deepOrange.cjs +1 -19
- package/cjs/colors/deepPurple.cjs +1 -19
- package/cjs/colors/green.cjs +1 -20
- package/cjs/colors/grey.cjs +1 -16
- package/cjs/colors/indigo.cjs +1 -20
- package/cjs/colors/lightBlue.cjs +1 -19
- package/cjs/colors/lightGreen.cjs +1 -19
- package/cjs/colors/lime.cjs +1 -19
- package/cjs/colors/orange.cjs +1 -20
- package/cjs/colors/pink.cjs +1 -20
- package/cjs/colors/purple.cjs +1 -20
- package/cjs/colors/red.cjs +1 -20
- package/cjs/colors/teal.cjs +1 -20
- package/cjs/colors/violet.cjs +1 -20
- package/cjs/colors/white.cjs +1 -5
- package/cjs/colors/yellow.cjs +1 -20
- package/cjs/components/Button/Button.cjs +20 -155
- package/cjs/components/Button/constants.cjs +1 -33
- package/cjs/components/Button/index.cjs +1 -4
- package/cjs/components/Carousel/Carousel.cjs +24 -250
- package/cjs/components/Carousel/index.cjs +1 -4
- package/cjs/components/DatePicker/DatePicker.cjs +48 -373
- package/cjs/components/DatePicker/constants.cjs +1 -11
- package/cjs/components/DatePicker/index.cjs +1 -4
- package/cjs/components/DatePicker/utils.cjs +1 -44
- package/cjs/components/Dropdown/Dropdown.cjs +34 -363
- package/cjs/components/Dropdown/constants.cjs +1 -5
- package/cjs/components/Dropdown/index.cjs +1 -4
- package/cjs/components/Glass/Glass.cjs +3 -17
- package/cjs/components/Glass/index.cjs +1 -4
- package/cjs/components/Icons/Add.cjs +1 -15
- package/cjs/components/Icons/AddCircle.cjs +1 -12
- package/cjs/components/Icons/AddCircleFilled.cjs +1 -9
- package/cjs/components/Icons/ArrowDown.cjs +1 -9
- package/cjs/components/Icons/ArrowLeft.cjs +1 -9
- package/cjs/components/Icons/ArrowRight.cjs +1 -9
- package/cjs/components/Icons/ArrowUp.cjs +1 -9
- package/cjs/components/Icons/BagFilled.cjs +1 -9
- package/cjs/components/Icons/BagOutline.cjs +1 -12
- package/cjs/components/Icons/BellFilled.cjs +1 -12
- package/cjs/components/Icons/BellOffFilled.cjs +1 -13
- package/cjs/components/Icons/BellOffOutline.cjs +1 -13
- package/cjs/components/Icons/BellOutline.cjs +1 -12
- package/cjs/components/Icons/BookmarkFilled.cjs +1 -14
- package/cjs/components/Icons/BookmarkOutline.cjs +1 -9
- package/cjs/components/Icons/BoxCoveredFilled.cjs +1 -14
- package/cjs/components/Icons/BoxCoveredOutline.cjs +1 -12
- package/cjs/components/Icons/BoxFilled.cjs +1 -13
- package/cjs/components/Icons/BoxOutline.cjs +1 -12
- package/cjs/components/Icons/CalendarDays.cjs +1 -9
- package/cjs/components/Icons/CalendarLinesPen.cjs +1 -9
- package/cjs/components/Icons/CartCheckFilled.cjs +1 -13
- package/cjs/components/Icons/CartCheckOutline.cjs +1 -14
- package/cjs/components/Icons/CartCrossFilled.cjs +1 -13
- package/cjs/components/Icons/CartCrossOutline.cjs +1 -14
- package/cjs/components/Icons/CartFilled.cjs +1 -13
- package/cjs/components/Icons/CartMinusFilled.cjs +1 -13
- package/cjs/components/Icons/CartMinusOutline.cjs +1 -15
- package/cjs/components/Icons/CartOutline.cjs +1 -14
- package/cjs/components/Icons/CartPlusFilled.cjs +1 -13
- package/cjs/components/Icons/CartPlusOutline.cjs +1 -14
- package/cjs/components/Icons/Check.cjs +1 -9
- package/cjs/components/Icons/CheckDouble.cjs +1 -9
- package/cjs/components/Icons/ChevronDown.cjs +1 -9
- package/cjs/components/Icons/ChevronLeft.cjs +1 -9
- package/cjs/components/Icons/ChevronRight.cjs +1 -9
- package/cjs/components/Icons/ChevronUp.cjs +1 -9
- package/cjs/components/Icons/ClockCircleOutline.cjs +1 -12
- package/cjs/components/Icons/ClockSquareOutline.cjs +1 -12
- package/cjs/components/Icons/Close.cjs +1 -9
- package/cjs/components/Icons/CloseCircleFilled.cjs +1 -9
- package/cjs/components/Icons/CloseCircleOutline.cjs +1 -9
- package/cjs/components/Icons/CommentBubbleFilled.cjs +1 -14
- package/cjs/components/Icons/CommentBubbleOutline.cjs +1 -14
- package/cjs/components/Icons/CommentFilled.cjs +1 -14
- package/cjs/components/Icons/CommentLineFilled.cjs +1 -14
- package/cjs/components/Icons/CommentLineOutline.cjs +1 -14
- package/cjs/components/Icons/CommentOutline.cjs +1 -14
- package/cjs/components/Icons/ContactDetailsFilled.cjs +1 -12
- package/cjs/components/Icons/ContactDetailsOutline.cjs +1 -12
- package/cjs/components/Icons/DeliveryTruckFastFilled.cjs +1 -17
- package/cjs/components/Icons/DeliveryTruckFastOutline.cjs +1 -17
- package/cjs/components/Icons/DeliveryTruckLeftFilled.cjs +4 -12
- package/cjs/components/Icons/DeliveryTruckLeftOutline.cjs +5 -12
- package/cjs/components/Icons/DeliveryTruckRightFilled.cjs +1 -12
- package/cjs/components/Icons/DeliveryTruckRightOutline.cjs +1 -12
- package/cjs/components/Icons/DetailsOutline.cjs +1 -12
- package/cjs/components/Icons/DiscordConversation.cjs +1 -12
- package/cjs/components/Icons/DiscordFilled.cjs +1 -12
- package/cjs/components/Icons/DiscordOutline.cjs +1 -13
- package/cjs/components/Icons/DoorClosedFilled.cjs +1 -9
- package/cjs/components/Icons/DoorClosedOutline.cjs +1 -9
- package/cjs/components/Icons/DoorOpenFilled.cjs +1 -9
- package/cjs/components/Icons/DoorOpenOutline.cjs +1 -9
- package/cjs/components/Icons/DotsHorizontalFilled.cjs +1 -13
- package/cjs/components/Icons/DotsHorizontalOutline.cjs +1 -13
- package/cjs/components/Icons/DotsVerticalFilled.cjs +1 -13
- package/cjs/components/Icons/DotsVerticalOutline.cjs +1 -13
- package/cjs/components/Icons/Download.cjs +1 -12
- package/cjs/components/Icons/DownloadBoxFilled.cjs +1 -9
- package/cjs/components/Icons/DownloadBoxOutline.cjs +1 -13
- package/cjs/components/Icons/EditBoxThick.cjs +1 -9
- package/cjs/components/Icons/EditBoxThin.cjs +1 -12
- package/cjs/components/Icons/EmailFilled.cjs +10 -9
- package/cjs/components/Icons/EmailOutline.cjs +13 -9
- package/cjs/components/Icons/ExitArrowInOutline.cjs +1 -9
- package/cjs/components/Icons/ExitArrowOutOutline.cjs +1 -12
- package/cjs/components/Icons/ExitFullScreen.cjs +1 -9
- package/cjs/components/Icons/ExitFullScreenThick.cjs +1 -9
- package/cjs/components/Icons/EyeClosed.cjs +1 -9
- package/cjs/components/Icons/EyeFilled.cjs +1 -12
- package/cjs/components/Icons/EyeOutline.cjs +1 -12
- package/cjs/components/Icons/FacebookFilled.cjs +2 -9
- package/cjs/components/Icons/FacebookMessengerOutline.cjs +1 -12
- package/cjs/components/Icons/FacebookOutline.cjs +1 -9
- package/cjs/components/Icons/FacebookRoundFilled.cjs +1 -9
- package/cjs/components/Icons/Filter.cjs +1 -14
- package/cjs/components/Icons/FilterList.cjs +1 -9
- package/cjs/components/Icons/FilterThickFilled.cjs +1 -9
- package/cjs/components/Icons/FilterThickOutline.cjs +1 -9
- package/cjs/components/Icons/FullScreenArrowThick.cjs +1 -9
- package/cjs/components/Icons/FullScreenArrowThin.cjs +1 -9
- package/cjs/components/Icons/FullScreenExit.cjs +1 -14
- package/cjs/components/Icons/FullScreenFilled.cjs +1 -9
- package/cjs/components/Icons/FullScreenOutline.cjs +1 -9
- package/cjs/components/Icons/HamburgerMenu.cjs +1 -13
- package/cjs/components/Icons/HamburgerSpaced.cjs +1 -14
- package/cjs/components/Icons/HeartFilled.cjs +1 -9
- package/cjs/components/Icons/HeartOutline.cjs +1 -9
- package/cjs/components/Icons/Help.cjs +1 -9
- package/cjs/components/Icons/HelpCircleFilled.cjs +1 -9
- package/cjs/components/Icons/HelpCircleOutline.cjs +1 -13
- package/cjs/components/Icons/HomeFilled.cjs +1 -9
- package/cjs/components/Icons/HomeOutline.cjs +1 -9
- package/cjs/components/Icons/Info.cjs +1 -12
- package/cjs/components/Icons/InfoCircleFilled.cjs +1 -9
- package/cjs/components/Icons/InfoCircleOutline.cjs +1 -13
- package/cjs/components/Icons/InfoSquareFilled.cjs +1 -9
- package/cjs/components/Icons/InfoSquareOutline.cjs +1 -13
- package/cjs/components/Icons/InstagramOuline.cjs +1 -12
- package/cjs/components/Icons/InstagramRoundFilled.cjs +5 -14
- package/cjs/components/Icons/KeyFilled.cjs +1 -9
- package/cjs/components/Icons/KeyInSquareFilled.cjs +1 -12
- package/cjs/components/Icons/KeyInSquareOutline.cjs +1 -13
- package/cjs/components/Icons/KeyOutline.cjs +1 -12
- package/cjs/components/Icons/KeySideSquareFilled.cjs +1 -12
- package/cjs/components/Icons/KeySideSquareOutline.cjs +1 -9
- package/cjs/components/Icons/KeySquareFilled.cjs +1 -12
- package/cjs/components/Icons/KeySquareOutline.cjs +1 -9
- package/cjs/components/Icons/Link.cjs +1 -12
- package/cjs/components/Icons/LinkedinFilled.cjs +4 -9
- package/cjs/components/Icons/LinkedinOutline.cjs +1 -9
- package/cjs/components/Icons/LinkedinRoundFilled.cjs +5 -9
- package/cjs/components/Icons/Loading.cjs +1 -12
- package/cjs/components/Icons/LocationArrowFilled.cjs +1 -9
- package/cjs/components/Icons/LocationArrowOutline.cjs +1 -9
- package/cjs/components/Icons/LocationFilled.cjs +1 -14
- package/cjs/components/Icons/LocationOutline.cjs +1 -14
- package/cjs/components/Icons/LockKeyhole.cjs +1 -9
- package/cjs/components/Icons/LockKeyholeOutline.cjs +1 -13
- package/cjs/components/Icons/LockKeyholeUnlocked.cjs +1 -9
- package/cjs/components/Icons/LockKeyholeUnlockedOutline.cjs +1 -13
- package/cjs/components/Icons/MediaPauseCircleFilled.cjs +1 -9
- package/cjs/components/Icons/MediaPauseCircleOuline.cjs +1 -13
- package/cjs/components/Icons/MediaPauseFilled.cjs +1 -12
- package/cjs/components/Icons/MediaPauseOutline.cjs +1 -12
- package/cjs/components/Icons/MediaPlayCircleFilled.cjs +1 -9
- package/cjs/components/Icons/MediaPlayCircleOutline.cjs +1 -12
- package/cjs/components/Icons/MediaPlayFilled.cjs +1 -9
- package/cjs/components/Icons/MediaPlayOutline.cjs +1 -9
- package/cjs/components/Icons/MediaStopCircleFilled.cjs +1 -9
- package/cjs/components/Icons/MediaStopCircleOutline.cjs +1 -12
- package/cjs/components/Icons/MediaStopFilled.cjs +1 -9
- package/cjs/components/Icons/MediaStopOutline.cjs +1 -9
- package/cjs/components/Icons/Minus.cjs +1 -9
- package/cjs/components/Icons/MinusCircle.cjs +1 -14
- package/cjs/components/Icons/MinusCircleFilled.cjs +1 -14
- package/cjs/components/Icons/MoneyBagOutline.cjs +1 -14
- package/cjs/components/Icons/MoneyBriefcaseFilled.cjs +1 -9
- package/cjs/components/Icons/MoneyBriefcaseOutline.cjs +1 -13
- package/cjs/components/Icons/NoEntry.cjs +1 -9
- package/cjs/components/Icons/NoEntryFilled.cjs +1 -9
- package/cjs/components/Icons/NoEntryOutline.cjs +1 -12
- package/cjs/components/Icons/PaymentCardFilled.cjs +1 -13
- package/cjs/components/Icons/PaymentCardOutline.cjs +1 -13
- package/cjs/components/Icons/PhoneCallingFilled.cjs +1 -13
- package/cjs/components/Icons/PhoneCallingOutline.cjs +1 -13
- package/cjs/components/Icons/PhoneFilled.cjs +1 -9
- package/cjs/components/Icons/PhoneOutline.cjs +1 -9
- package/cjs/components/Icons/Pin.cjs +1 -9
- package/cjs/components/Icons/PinAddFilled.cjs +1 -14
- package/cjs/components/Icons/PinAddOutline.cjs +1 -14
- package/cjs/components/Icons/PinCircleFilled.cjs +1 -9
- package/cjs/components/Icons/PinCircleOutline.cjs +1 -12
- package/cjs/components/Icons/PinFilled.cjs +1 -9
- package/cjs/components/Icons/PinOutline.cjs +1 -9
- package/cjs/components/Icons/PinSubFilled.cjs +1 -14
- package/cjs/components/Icons/PinSubOutline.cjs +1 -14
- package/cjs/components/Icons/PinterestFilled.cjs +1 -14
- package/cjs/components/Icons/PinterestOutline.cjs +1 -9
- package/cjs/components/Icons/ProfileFemaleOutline.cjs +13 -9
- package/cjs/components/Icons/ProfileGroupFilled.cjs +1 -12
- package/cjs/components/Icons/ProfileMaleFilled.cjs +1 -12
- package/cjs/components/Icons/ProfileMaleOutline.cjs +14 -9
- package/cjs/components/Icons/RedditFilled.cjs +1 -14
- package/cjs/components/Icons/RedditOutline.cjs +1 -14
- package/cjs/components/Icons/RedditRoundFilled.cjs +19 -15
- package/cjs/components/Icons/RedditRoundOutline.cjs +23 -15
- package/cjs/components/Icons/RupeeOutlined.cjs +1 -9
- package/cjs/components/Icons/RupeeSign.cjs +1 -9
- package/cjs/components/Icons/SaveFilled.cjs +1 -14
- package/cjs/components/Icons/SaveOutline.cjs +1 -14
- package/cjs/components/Icons/Search.cjs +1 -14
- package/cjs/components/Icons/SettingFilled.cjs +1 -9
- package/cjs/components/Icons/SettingOutline.cjs +1 -9
- package/cjs/components/Icons/ShareAllFilled.cjs +1 -9
- package/cjs/components/Icons/ShareAllOutline.cjs +1 -15
- package/cjs/components/Icons/ShareBoxOutline.cjs +1 -9
- package/cjs/components/Icons/ShareFilled.cjs +1 -12
- package/cjs/components/Icons/ShareOutline.cjs +1 -12
- package/cjs/components/Icons/ShareThickFilled.cjs +1 -9
- package/cjs/components/Icons/ShieldCheckFilled.cjs +1 -9
- package/cjs/components/Icons/ShieldCheckOutline.cjs +1 -12
- package/cjs/components/Icons/ShieldCrossFilled.cjs +1 -9
- package/cjs/components/Icons/ShieldCrossOutline.cjs +1 -12
- package/cjs/components/Icons/ShieldFilled.cjs +1 -9
- package/cjs/components/Icons/ShieldOutline.cjs +1 -9
- package/cjs/components/Icons/ShieldWarningFilled.cjs +1 -9
- package/cjs/components/Icons/ShieldWarningOutline.cjs +1 -13
- package/cjs/components/Icons/SnapchatFilled.cjs +1 -14
- package/cjs/components/Icons/SnapchatOutline.cjs +1 -9
- package/cjs/components/Icons/SortBottomToTop.cjs +1 -14
- package/cjs/components/Icons/SortHorizontal.cjs +1 -9
- package/cjs/components/Icons/SortTopToBottom.cjs +1 -14
- package/cjs/components/Icons/SortVertical.cjs +1 -9
- package/cjs/components/Icons/StarFilled.cjs +6 -9
- package/cjs/components/Icons/StarOutline.cjs +8 -9
- package/cjs/components/Icons/TelegramFilled.cjs +3 -12
- package/cjs/components/Icons/TelegramOutline.cjs +1 -9
- package/cjs/components/Icons/TelegramRoundFilled.cjs +3 -12
- package/cjs/components/Icons/ThumbsDownFilled.cjs +1 -9
- package/cjs/components/Icons/ThumbsDownOutline.cjs +1 -9
- package/cjs/components/Icons/ThumbsUpFilled.cjs +1 -9
- package/cjs/components/Icons/ThumbsUpOutline.cjs +1 -9
- package/cjs/components/Icons/TiktokBox.cjs +1 -9
- package/cjs/components/Icons/TiktokThickFilled.cjs +1 -12
- package/cjs/components/Icons/TiktokThinFilled.cjs +1 -12
- package/cjs/components/Icons/TrashBigFilled.cjs +1 -14
- package/cjs/components/Icons/TrashBigOutline.cjs +1 -14
- package/cjs/components/Icons/TrashFilled.cjs +1 -12
- package/cjs/components/Icons/TrashLinesFilled.cjs +1 -12
- package/cjs/components/Icons/TrashLinesOutline.cjs +1 -15
- package/cjs/components/Icons/TrashOutline.cjs +1 -13
- package/cjs/components/Icons/Upload.cjs +1 -12
- package/cjs/components/Icons/UploadBoxFilled.cjs +1 -9
- package/cjs/components/Icons/UploadBoxOutline.cjs +1 -13
- package/cjs/components/Icons/VolumeFilled.cjs +1 -15
- package/cjs/components/Icons/VolumeMuteFilled.cjs +1 -15
- package/cjs/components/Icons/VolumeMuteOutline.cjs +1 -15
- package/cjs/components/Icons/VolumeOffFilled.cjs +1 -15
- package/cjs/components/Icons/VolumeOffOutline.cjs +1 -15
- package/cjs/components/Icons/VolumeOutline.cjs +1 -15
- package/cjs/components/Icons/WalletFilled.cjs +1 -14
- package/cjs/components/Icons/WalletOutline.cjs +1 -14
- package/cjs/components/Icons/Warning.cjs +1 -9
- package/cjs/components/Icons/WarningCircleFilled.cjs +1 -9
- package/cjs/components/Icons/WarningCircleOutline.cjs +1 -9
- package/cjs/components/Icons/WarningSmall.cjs +1 -9
- package/cjs/components/Icons/WarningTriangleFilled.cjs +1 -12
- package/cjs/components/Icons/WarningTriangleOutline.cjs +1 -9
- package/cjs/components/Icons/WhatsappFilled.cjs +1 -14
- package/cjs/components/Icons/WhatsappOutline.cjs +1 -9
- package/cjs/components/Icons/Youtube.cjs +1 -9
- package/cjs/components/Icons/YoutubeFilled.cjs +1 -14
- package/cjs/components/Icons/YoutubeRoundFilled.cjs +3 -12
- package/cjs/components/Icons/index.cjs +1 -740
- package/cjs/components/Image/Image.cjs +13 -69
- package/cjs/components/Image/index.cjs +1 -4
- package/cjs/components/Input/Checkbox/Checkbox.cjs +9 -130
- package/cjs/components/Input/Checkbox/index.cjs +1 -4
- package/cjs/components/Input/FileUploader/FileUploader.cjs +22 -182
- package/cjs/components/Input/FileUploader/constants.cjs +1 -33
- package/cjs/components/Input/FileUploader/index.cjs +1 -4
- package/cjs/components/Input/Input/Input.cjs +21 -186
- package/cjs/components/Input/Input/index.cjs +1 -4
- package/cjs/components/Input/Radio/Radio.cjs +11 -61
- package/cjs/components/Input/RadioGroup/RadioGroup.cjs +5 -93
- package/cjs/components/Input/RadioGroup/index.cjs +1 -4
- package/cjs/components/Input/Textarea/SvgIcon.cjs +1 -16
- package/cjs/components/Input/Textarea/Textarea.cjs +20 -199
- package/cjs/components/Input/Textarea/index.cjs +1 -4
- package/cjs/components/Loader/Loader.cjs +13 -103
- package/cjs/components/Loader/constants.cjs +1 -29
- package/cjs/components/Loader/index.cjs +1 -4
- package/cjs/components/MenuItem/MenuItem.cjs +9 -88
- package/cjs/components/Modal/Modal.cjs +31 -181
- package/cjs/components/Modal/index.cjs +1 -4
- package/cjs/components/OtpInput/OtpInput.cjs +5 -154
- package/cjs/components/OtpInput/index.cjs +1 -4
- package/cjs/components/PageLoader/PageLoader.cjs +5 -53
- package/cjs/components/PageLoader/index.cjs +1 -4
- package/cjs/components/Pagination/Pagination.cjs +25 -247
- package/cjs/components/Pagination/constants.cjs +1 -41
- package/cjs/components/Pagination/index.cjs +1 -4
- package/cjs/components/Ripple/Ripple.cjs +1 -45
- package/cjs/components/Ripple/index.cjs +1 -4
- package/cjs/components/RootComponent/RootComponent.cjs +2 -21
- package/cjs/components/RootComponent/index.cjs +1 -4
- package/cjs/components/Selectbox/Selectbox.cjs +40 -347
- package/cjs/components/Selectbox/index.cjs +1 -4
- package/cjs/components/Shimmer/Shimmer.cjs +9 -49
- package/cjs/components/Shimmer/index.cjs +1 -4
- package/cjs/components/Spinner/Spinner.cjs +7 -56
- package/cjs/components/Spinner/index.cjs +1 -4
- package/cjs/components/Timer/Timer.cjs +80 -367
- package/cjs/components/Timer/components/TimerRing/TimerRing.cjs +1 -57
- package/cjs/components/Timer/constants.cjs +1 -25
- package/cjs/components/Timer/index.cjs +1 -4
- package/cjs/components/Toast/Toast.cjs +40 -266
- package/cjs/components/Toast/constants.cjs +1 -39
- package/cjs/components/Toast/index.cjs +1 -5
- package/cjs/components/Typography/Headings/H1.cjs +3 -27
- package/cjs/components/Typography/Headings/H2.cjs +3 -27
- package/cjs/components/Typography/Headings/H3.cjs +3 -27
- package/cjs/components/Typography/Headings/H4.cjs +3 -27
- package/cjs/components/Typography/Headings/H5.cjs +3 -27
- package/cjs/components/Typography/Headings/H6.cjs +3 -27
- package/cjs/components/Typography/Headings/index.cjs +1 -23
- package/cjs/components/Typography/P/P.cjs +4 -34
- package/cjs/components/Typography/P/index.cjs +1 -4
- package/cjs/components/VideoPlayer/VideoPlayer.cjs +11 -61
- package/cjs/components/VideoPlayer/components/Volumebar/Volumebar.cjs +6 -28
- package/cjs/components/VideoPlayer/index.cjs +1 -4
- package/cjs/components/VideoPlayer/useSpacebarToggle.cjs +1 -56
- package/cjs/components/VideoPlayer/useVolumeOverlay.cjs +1 -17
- package/cjs/hooks/index.cjs +1 -38
- package/cjs/hooks/useCopyToClipboard.cjs +1 -17
- package/cjs/hooks/useDebounce.cjs +1 -12
- package/cjs/hooks/useEventListener.cjs +1 -17
- package/cjs/hooks/useFirstRender.cjs +1 -11
- package/cjs/hooks/useIntersectionObserver.cjs +1 -15
- package/cjs/hooks/useInterval.cjs +1 -15
- package/cjs/hooks/useIsMounted.cjs +1 -14
- package/cjs/hooks/useLocalStorage.cjs +1 -30
- package/cjs/hooks/useMediaQuery.cjs +1 -14
- package/cjs/hooks/useOnlineStatus.cjs +1 -18
- package/cjs/hooks/useOutsideClick.cjs +1 -17
- package/cjs/hooks/usePrevious.cjs +1 -11
- package/cjs/hooks/useSessionStorage.cjs +1 -30
- package/cjs/hooks/useThrottle.cjs +1 -17
- package/cjs/hooks/useTimeout.cjs +1 -15
- package/cjs/hooks/useToggle.cjs +1 -11
- package/cjs/hooks/useUnmount.cjs +1 -13
- package/cjs/hooks/useWindowSize.cjs +1 -19
- package/cjs/index.cjs +1 -379
- package/cjs/reactUtils/composeProviders.cjs +1 -7
- package/cjs/reactUtils/createContextHook.cjs +1 -13
- package/cjs/reactUtils/createPortalNode.cjs +1 -8
- package/cjs/reactUtils/index.cjs +1 -16
- package/cjs/reactUtils/lazyImport.cjs +1 -9
- package/cjs/reactUtils/memoCompare.cjs +1 -5
- package/cjs/reactUtils/withErrorBoundary.cjs +1 -33
- package/cjs/reactUtils/withSuspense.cjs +1 -11
- package/cjs/utils/addDays.cjs +1 -8
- package/cjs/utils/announceToScreenReader.cjs +1 -14
- package/cjs/utils/auditLog.cjs +1 -18
- package/cjs/utils/buildURL.cjs +1 -10
- package/cjs/utils/camelCase.cjs +1 -7
- package/cjs/utils/cancelablePromise.cjs +1 -19
- package/cjs/utils/capFirstLetter.cjs +1 -9
- package/cjs/utils/capitalize.cjs +1 -7
- package/cjs/utils/captureException.cjs +1 -17
- package/cjs/utils/chunk.cjs +1 -10
- package/cjs/utils/clamp.cjs +1 -4
- package/cjs/utils/clearStorage.cjs +1 -7
- package/cjs/utils/compose.cjs +1 -4
- package/cjs/utils/copyToClipboard.cjs +1 -17
- package/cjs/utils/countdown.cjs +1 -13
- package/cjs/utils/createPubSub.cjs +1 -21
- package/cjs/utils/debounce.cjs +1 -10
- package/cjs/utils/decodeJWT.cjs +1 -11
- package/cjs/utils/deepClone.cjs +1 -9
- package/cjs/utils/deepFreeze.cjs +1 -10
- package/cjs/utils/detectOutsideClick.cjs +1 -12
- package/cjs/utils/differenceInDays.cjs +1 -8
- package/cjs/utils/downloadFile.cjs +1 -11
- package/cjs/utils/fadeIn.cjs +1 -13
- package/cjs/utils/fadeOut.cjs +1 -10
- package/cjs/utils/fallback.cjs +1 -4
- package/cjs/utils/featureGate.cjs +1 -9
- package/cjs/utils/filterByKey.cjs +1 -4
- package/cjs/utils/flattenObject.cjs +1 -12
- package/cjs/utils/focusElement.cjs +1 -8
- package/cjs/utils/formatCompactNumber.cjs +1 -10
- package/cjs/utils/formatCurrency.cjs +1 -10
- package/cjs/utils/formatDate.cjs +1 -12
- package/cjs/utils/formatNumber.cjs +1 -7
- package/cjs/utils/formatTime.cjs +1 -12
- package/cjs/utils/fuzzySearch.cjs +1 -21
- package/cjs/utils/generateAriaId.cjs +1 -5
- package/cjs/utils/generateInitials.cjs +1 -7
- package/cjs/utils/getCurrentPath.cjs +1 -4
- package/cjs/utils/getGreetingByTime.cjs +1 -9
- package/cjs/utils/getLocalStorage.cjs +1 -11
- package/cjs/utils/getQueryParams.cjs +1 -10
- package/cjs/utils/getScreenSize.cjs +1 -10
- package/cjs/utils/getSessionStorage.cjs +1 -11
- package/cjs/utils/getToken.cjs +1 -4
- package/cjs/utils/getVariant.cjs +1 -12
- package/cjs/utils/groupBy.cjs +1 -9
- package/cjs/utils/handleKeyboardNavigation.cjs +1 -29
- package/cjs/utils/hasEqualProps.cjs +1 -13
- package/cjs/utils/hasPermission.cjs +1 -14
- package/cjs/utils/identity.cjs +1 -4
- package/cjs/utils/index.cjs +1 -280
- package/cjs/utils/isAadhaar.cjs +1 -8
- package/cjs/utils/isActiveRoute.cjs +1 -4
- package/cjs/utils/isAndroid.cjs +1 -6
- package/cjs/utils/isAuthenticated.cjs +1 -20
- package/cjs/utils/isDarkMode.cjs +1 -6
- package/cjs/utils/isEmail.cjs +1 -7
- package/cjs/utils/isEmpty.cjs +1 -9
- package/cjs/utils/isEqual.cjs +1 -13
- package/cjs/utils/isFeatureEnabled.cjs +1 -12
- package/cjs/utils/isGST.cjs +1 -7
- package/cjs/utils/isIOS.cjs +1 -6
- package/cjs/utils/isMobile.cjs +1 -6
- package/cjs/utils/isNonEmptyArray.cjs +1 -4
- package/cjs/utils/isOnline.cjs +1 -6
- package/cjs/utils/isPAN.cjs +1 -7
- package/cjs/utils/isPasswordStrong.cjs +1 -7
- package/cjs/utils/isPast.cjs +1 -7
- package/cjs/utils/isPhone.cjs +1 -7
- package/cjs/utils/isRequired.cjs +1 -9
- package/cjs/utils/isSafari.cjs +1 -6
- package/cjs/utils/isToday.cjs +1 -8
- package/cjs/utils/isURL.cjs +1 -12
- package/cjs/utils/kebabCase.cjs +1 -7
- package/cjs/utils/keyBy.cjs +1 -7
- package/cjs/utils/lazyLoadComponent.cjs +1 -5
- package/cjs/utils/lockBodyScroll.cjs +1 -6
- package/cjs/utils/logError.cjs +1 -11
- package/cjs/utils/logInfo.cjs +1 -18
- package/cjs/utils/logWarn.cjs +1 -18
- package/cjs/utils/maskEmail.cjs +1 -9
- package/cjs/utils/maskPhone.cjs +1 -10
- package/cjs/utils/maxLength.cjs +1 -7
- package/cjs/utils/measureElement.cjs +1 -9
- package/cjs/utils/measurePerformance.cjs +1 -19
- package/cjs/utils/memoize.cjs +1 -13
- package/cjs/utils/mergeDeep.cjs +1 -13
- package/cjs/utils/minLength.cjs +1 -7
- package/cjs/utils/multiSort.cjs +1 -15
- package/cjs/utils/noop.cjs +1 -5
- package/cjs/utils/omit.cjs +1 -7
- package/cjs/utils/once.cjs +1 -14
- package/cjs/utils/openInNewTab.cjs +1 -6
- package/cjs/utils/paginate.cjs +1 -15
- package/cjs/utils/parallel.cjs +1 -4
- package/cjs/utils/percentage.cjs +1 -11
- package/cjs/utils/permissionGuard.cjs +1 -9
- package/cjs/utils/pick.cjs +1 -4
- package/cjs/utils/pipe.cjs +1 -4
- package/cjs/utils/rafThrottle.cjs +1 -13
- package/cjs/utils/randomBetween.cjs +1 -4
- package/cjs/utils/randomInt.cjs +1 -7
- package/cjs/utils/randomValue.cjs +1 -6
- package/cjs/utils/redirectTo.cjs +1 -6
- package/cjs/utils/removeExtraSpaces.cjs +1 -7
- package/cjs/utils/removeLocalStorage.cjs +1 -6
- package/cjs/utils/removeQueryParam.cjs +1 -8
- package/cjs/utils/removeToken.cjs +1 -4
- package/cjs/utils/requestIdleTask.cjs +1 -10
- package/cjs/utils/retry.cjs +1 -14
- package/cjs/utils/roundTo.cjs +1 -8
- package/cjs/utils/safeAsync.cjs +1 -11
- package/cjs/utils/safeJSONParse.cjs +1 -10
- package/cjs/utils/safeJSONStringify.cjs +1 -10
- package/cjs/utils/scrollToElement.cjs +1 -10
- package/cjs/utils/scrollToTop.cjs +1 -9
- package/cjs/utils/sequential.cjs +1 -10
- package/cjs/utils/setLocalStorage.cjs +1 -9
- package/cjs/utils/setQueryParam.cjs +1 -8
- package/cjs/utils/setSessionStorage.cjs +1 -9
- package/cjs/utils/setToken.cjs +1 -4
- package/cjs/utils/singleton.cjs +1 -10
- package/cjs/utils/sleep.cjs +1 -4
- package/cjs/utils/slugify.cjs +1 -7
- package/cjs/utils/smoothScroll.cjs +1 -19
- package/cjs/utils/snakeCase.cjs +1 -7
- package/cjs/utils/sortBy.cjs +1 -8
- package/cjs/utils/throttle.cjs +1 -13
- package/cjs/utils/timeAgo.cjs +1 -21
- package/cjs/utils/titleCase.cjs +1 -7
- package/cjs/utils/toggleFullscreen.cjs +1 -11
- package/cjs/utils/trackEvent.cjs +1 -17
- package/cjs/utils/trackPageView.cjs +1 -17
- package/cjs/utils/trapFocus.cjs +1 -31
- package/cjs/utils/truncate.cjs +1 -7
- package/cjs/utils/uniqueBy.cjs +1 -12
- package/cjs/utils/unlockBodyScroll.cjs +1 -6
- package/cjs/utils/waitForTransitionEnd.cjs +1 -11
- package/cjs/utils/withTimeout.cjs +1 -7
- package/colors/amber.js +2 -2
- package/colors/black.js +3 -3
- package/colors/blue.js +3 -3
- package/colors/blueGray.js +2 -2
- package/colors/brown.js +3 -3
- package/colors/cider.js +2 -2
- package/colors/colorMap.js +48 -48
- package/colors/cyan.js +2 -2
- package/colors/deepOrange.js +2 -2
- package/colors/deepPurple.js +2 -2
- package/colors/green.js +3 -3
- package/colors/grey.js +3 -3
- package/colors/indigo.js +3 -3
- package/colors/lightBlue.js +2 -2
- package/colors/lightGreen.js +2 -2
- package/colors/lime.js +2 -2
- package/colors/orange.js +3 -3
- package/colors/pink.js +3 -3
- package/colors/purple.js +3 -3
- package/colors/red.js +3 -3
- package/colors/teal.js +3 -3
- package/colors/violet.js +3 -3
- package/colors/white.js +3 -3
- package/colors/yellow.js +3 -3
- package/components/Button/Button.js +89 -135
- package/components/Button/constants.js +10 -14
- package/components/Button/index.js +2 -2
- package/components/Carousel/Carousel.js +210 -241
- package/components/Carousel/index.js +2 -2
- package/components/DatePicker/DatePicker.js +273 -343
- package/components/DatePicker/constants.js +17 -6
- package/components/DatePicker/index.js +2 -2
- package/components/DatePicker/utils.js +18 -41
- package/components/Dropdown/Dropdown.js +277 -326
- package/components/Dropdown/constants.js +3 -3
- package/components/Dropdown/index.js +2 -2
- package/components/Glass/Glass.js +6 -13
- package/components/Glass/index.js +2 -2
- package/components/Icons/Add.js +46 -13
- package/components/Icons/AddCircle.js +31 -10
- package/components/Icons/AddCircleFilled.js +22 -7
- package/components/Icons/ArrowDown.js +22 -7
- package/components/Icons/ArrowLeft.js +23 -7
- package/components/Icons/ArrowRight.js +23 -7
- package/components/Icons/ArrowUp.js +22 -7
- package/components/Icons/BagFilled.js +22 -7
- package/components/Icons/BagOutline.js +32 -10
- package/components/Icons/BellFilled.js +33 -10
- package/components/Icons/BellOffFilled.js +42 -11
- package/components/Icons/BellOffOutline.js +44 -11
- package/components/Icons/BellOutline.js +35 -10
- package/components/Icons/BookmarkFilled.js +25 -12
- package/components/Icons/BookmarkOutline.js +22 -7
- package/components/Icons/BoxCoveredFilled.js +43 -12
- package/components/Icons/BoxCoveredOutline.js +33 -10
- package/components/Icons/BoxFilled.js +36 -11
- package/components/Icons/BoxOutline.js +33 -10
- package/components/Icons/CalendarDays.js +22 -7
- package/components/Icons/CalendarLinesPen.js +23 -7
- package/components/Icons/CartCheckFilled.js +38 -11
- package/components/Icons/CartCheckOutline.js +48 -12
- package/components/Icons/CartCrossFilled.js +38 -11
- package/components/Icons/CartCrossOutline.js +47 -12
- package/components/Icons/CartFilled.js +36 -11
- package/components/Icons/CartMinusFilled.js +38 -11
- package/components/Icons/CartMinusOutline.js +49 -13
- package/components/Icons/CartOutline.js +48 -12
- package/components/Icons/CartPlusFilled.js +38 -11
- package/components/Icons/CartPlusOutline.js +47 -12
- package/components/Icons/Check.js +23 -7
- package/components/Icons/CheckDouble.js +23 -7
- package/components/Icons/ChevronDown.js +23 -7
- package/components/Icons/ChevronLeft.js +23 -7
- package/components/Icons/ChevronRight.js +23 -7
- package/components/Icons/ChevronUp.js +23 -7
- package/components/Icons/ClockCircleOutline.js +26 -10
- package/components/Icons/ClockSquareOutline.js +33 -10
- package/components/Icons/Close.js +20 -7
- package/components/Icons/CloseCircleFilled.js +22 -7
- package/components/Icons/CloseCircleOutline.js +23 -7
- package/components/Icons/CommentBubbleFilled.js +25 -12
- package/components/Icons/CommentBubbleOutline.js +25 -12
- package/components/Icons/CommentFilled.js +25 -12
- package/components/Icons/CommentLineFilled.js +25 -12
- package/components/Icons/CommentLineOutline.js +25 -12
- package/components/Icons/CommentOutline.js +25 -12
- package/components/Icons/ContactDetailsFilled.js +17 -10
- package/components/Icons/ContactDetailsOutline.js +17 -10
- package/components/Icons/DeliveryTruckFastFilled.js +28 -15
- package/components/Icons/DeliveryTruckFastOutline.js +28 -15
- package/components/Icons/DeliveryTruckLeftFilled.js +26 -10
- package/components/Icons/DeliveryTruckLeftOutline.js +27 -10
- package/components/Icons/DeliveryTruckRightFilled.js +23 -10
- package/components/Icons/DeliveryTruckRightOutline.js +23 -10
- package/components/Icons/DetailsOutline.js +17 -10
- package/components/Icons/DiscordConversation.js +29 -10
- package/components/Icons/DiscordFilled.js +23 -10
- package/components/Icons/DiscordOutline.js +27 -11
- package/components/Icons/DoorClosedFilled.js +22 -7
- package/components/Icons/DoorClosedOutline.js +23 -7
- package/components/Icons/DoorOpenFilled.js +22 -7
- package/components/Icons/DoorOpenOutline.js +23 -7
- package/components/Icons/DotsHorizontalFilled.js +36 -11
- package/components/Icons/DotsHorizontalOutline.js +45 -11
- package/components/Icons/DotsVerticalFilled.js +36 -11
- package/components/Icons/DotsVerticalOutline.js +45 -11
- package/components/Icons/Download.js +29 -10
- package/components/Icons/DownloadBoxFilled.js +22 -7
- package/components/Icons/DownloadBoxOutline.js +38 -11
- package/components/Icons/EditBoxThick.js +23 -7
- package/components/Icons/EditBoxThin.js +35 -10
- package/components/Icons/EmailFilled.js +29 -7
- package/components/Icons/EmailOutline.js +32 -7
- package/components/Icons/ExitArrowInOutline.js +23 -7
- package/components/Icons/ExitArrowOutOutline.js +35 -10
- package/components/Icons/ExitFullScreen.js +21 -7
- package/components/Icons/ExitFullScreenThick.js +21 -7
- package/components/Icons/EyeClosed.js +22 -7
- package/components/Icons/EyeFilled.js +31 -10
- package/components/Icons/EyeOutline.js +35 -10
- package/components/Icons/FacebookFilled.js +21 -7
- package/components/Icons/FacebookMessengerOutline.js +31 -10
- package/components/Icons/FacebookOutline.js +22 -7
- package/components/Icons/FacebookRoundFilled.js +20 -7
- package/components/Icons/Filter.js +19 -12
- package/components/Icons/FilterList.js +23 -7
- package/components/Icons/FilterThickFilled.js +20 -7
- package/components/Icons/FilterThickOutline.js +21 -7
- package/components/Icons/FullScreenArrowThick.js +21 -7
- package/components/Icons/FullScreenArrowThin.js +21 -7
- package/components/Icons/FullScreenExit.js +43 -12
- package/components/Icons/FullScreenFilled.js +22 -7
- package/components/Icons/FullScreenOutline.js +22 -7
- package/components/Icons/HamburgerMenu.js +42 -11
- package/components/Icons/HamburgerSpaced.js +25 -12
- package/components/Icons/HeartFilled.js +20 -7
- package/components/Icons/HeartOutline.js +25 -7
- package/components/Icons/Help.js +23 -7
- package/components/Icons/HelpCircleFilled.js +22 -7
- package/components/Icons/HelpCircleOutline.js +43 -11
- package/components/Icons/HomeFilled.js +22 -7
- package/components/Icons/HomeOutline.js +22 -7
- package/components/Icons/Info.js +29 -10
- package/components/Icons/InfoCircleFilled.js +22 -7
- package/components/Icons/InfoCircleOutline.js +18 -11
- package/components/Icons/InfoSquareFilled.js +22 -7
- package/components/Icons/InfoSquareOutline.js +25 -11
- package/components/Icons/InstagramOuline.js +23 -10
- package/components/Icons/InstagramRoundFilled.js +47 -12
- package/components/Icons/KeyFilled.js +22 -7
- package/components/Icons/KeyInSquareFilled.js +31 -10
- package/components/Icons/KeyInSquareOutline.js +40 -11
- package/components/Icons/KeyOutline.js +33 -10
- package/components/Icons/KeySideSquareFilled.js +31 -10
- package/components/Icons/KeySideSquareOutline.js +22 -7
- package/components/Icons/KeySquareFilled.js +31 -10
- package/components/Icons/KeySquareOutline.js +22 -7
- package/components/Icons/Link.js +33 -10
- package/components/Icons/LinkedinFilled.js +23 -7
- package/components/Icons/LinkedinOutline.js +21 -7
- package/components/Icons/LinkedinRoundFilled.js +24 -7
- package/components/Icons/Loading.js +23 -10
- package/components/Icons/LocationArrowFilled.js +14 -7
- package/components/Icons/LocationArrowOutline.js +23 -7
- package/components/Icons/LocationFilled.js +25 -12
- package/components/Icons/LocationOutline.js +25 -12
- package/components/Icons/LockKeyhole.js +22 -7
- package/components/Icons/LockKeyholeOutline.js +33 -11
- package/components/Icons/LockKeyholeUnlocked.js +22 -7
- package/components/Icons/LockKeyholeUnlockedOutline.js +33 -11
- package/components/Icons/MediaPauseCircleFilled.js +22 -7
- package/components/Icons/MediaPauseCircleOuline.js +38 -11
- package/components/Icons/MediaPauseFilled.js +29 -10
- package/components/Icons/MediaPauseOutline.js +33 -10
- package/components/Icons/MediaPlayCircleFilled.js +22 -7
- package/components/Icons/MediaPlayCircleOutline.js +33 -10
- package/components/Icons/MediaPlayFilled.js +20 -7
- package/components/Icons/MediaPlayOutline.js +22 -7
- package/components/Icons/MediaStopCircleFilled.js +22 -7
- package/components/Icons/MediaStopCircleOutline.js +33 -10
- package/components/Icons/MediaStopFilled.js +20 -7
- package/components/Icons/MediaStopOutline.js +22 -7
- package/components/Icons/Minus.js +23 -7
- package/components/Icons/MinusCircle.js +25 -12
- package/components/Icons/MinusCircleFilled.js +25 -12
- package/components/Icons/MoneyBagOutline.js +48 -12
- package/components/Icons/MoneyBriefcaseFilled.js +22 -7
- package/components/Icons/MoneyBriefcaseOutline.js +40 -11
- package/components/Icons/NoEntry.js +21 -7
- package/components/Icons/NoEntryFilled.js +20 -7
- package/components/Icons/NoEntryOutline.js +23 -10
- package/components/Icons/PaymentCardFilled.js +18 -11
- package/components/Icons/PaymentCardOutline.js +18 -11
- package/components/Icons/PhoneCallingFilled.js +38 -11
- package/components/Icons/PhoneCallingOutline.js +40 -11
- package/components/Icons/PhoneFilled.js +20 -7
- package/components/Icons/PhoneOutline.js +20 -7
- package/components/Icons/Pin.js +23 -7
- package/components/Icons/PinAddFilled.js +19 -12
- package/components/Icons/PinAddOutline.js +19 -12
- package/components/Icons/PinCircleFilled.js +22 -7
- package/components/Icons/PinCircleOutline.js +23 -10
- package/components/Icons/PinFilled.js +20 -7
- package/components/Icons/PinOutline.js +22 -7
- package/components/Icons/PinSubFilled.js +19 -12
- package/components/Icons/PinSubOutline.js +19 -12
- package/components/Icons/PinterestFilled.js +19 -12
- package/components/Icons/PinterestOutline.js +23 -7
- package/components/Icons/ProfileFemaleOutline.js +32 -7
- package/components/Icons/ProfileGroupFilled.js +30 -10
- package/components/Icons/ProfileMaleFilled.js +30 -10
- package/components/Icons/ProfileMaleOutline.js +33 -7
- package/components/Icons/RedditFilled.js +19 -12
- package/components/Icons/RedditOutline.js +45 -12
- package/components/Icons/RedditRoundFilled.js +68 -13
- package/components/Icons/RedditRoundOutline.js +72 -13
- package/components/Icons/RupeeOutlined.js +20 -7
- package/components/Icons/RupeeSign.js +23 -7
- package/components/Icons/SaveFilled.js +25 -12
- package/components/Icons/SaveOutline.js +25 -12
- package/components/Icons/Search.js +25 -12
- package/components/Icons/SettingFilled.js +20 -7
- package/components/Icons/SettingOutline.js +20 -7
- package/components/Icons/ShareAllFilled.js +22 -7
- package/components/Icons/ShareAllOutline.js +41 -13
- package/components/Icons/ShareBoxOutline.js +20 -7
- package/components/Icons/ShareFilled.js +31 -10
- package/components/Icons/ShareOutline.js +34 -10
- package/components/Icons/ShareThickFilled.js +20 -7
- package/components/Icons/ShieldCheckFilled.js +22 -7
- package/components/Icons/ShieldCheckOutline.js +33 -10
- package/components/Icons/ShieldCrossFilled.js +22 -7
- package/components/Icons/ShieldCrossOutline.js +32 -10
- package/components/Icons/ShieldFilled.js +20 -7
- package/components/Icons/ShieldOutline.js +22 -7
- package/components/Icons/ShieldWarningFilled.js +22 -7
- package/components/Icons/ShieldWarningOutline.js +25 -11
- package/components/Icons/SnapchatFilled.js +19 -12
- package/components/Icons/SnapchatOutline.js +22 -7
- package/components/Icons/SortBottomToTop.js +28 -12
- package/components/Icons/SortHorizontal.js +22 -7
- package/components/Icons/SortTopToBottom.js +28 -12
- package/components/Icons/SortVertical.js +22 -7
- package/components/Icons/StarFilled.js +25 -7
- package/components/Icons/StarOutline.js +27 -7
- package/components/Icons/TelegramFilled.js +25 -10
- package/components/Icons/TelegramOutline.js +22 -7
- package/components/Icons/TelegramRoundFilled.js +25 -10
- package/components/Icons/ThumbsDownFilled.js +20 -7
- package/components/Icons/ThumbsDownOutline.js +20 -7
- package/components/Icons/ThumbsUpFilled.js +20 -7
- package/components/Icons/ThumbsUpOutline.js +20 -7
- package/components/Icons/TiktokBox.js +20 -7
- package/components/Icons/TiktokThickFilled.js +23 -10
- package/components/Icons/TiktokThinFilled.js +34 -10
- package/components/Icons/TrashBigFilled.js +25 -12
- package/components/Icons/TrashBigOutline.js +25 -12
- package/components/Icons/TrashFilled.js +29 -10
- package/components/Icons/TrashLinesFilled.js +31 -10
- package/components/Icons/TrashLinesOutline.js +35 -13
- package/components/Icons/TrashOutline.js +33 -11
- package/components/Icons/Upload.js +29 -10
- package/components/Icons/UploadBoxFilled.js +22 -7
- package/components/Icons/UploadBoxOutline.js +38 -11
- package/components/Icons/VolumeFilled.js +32 -13
- package/components/Icons/VolumeMuteFilled.js +32 -13
- package/components/Icons/VolumeMuteOutline.js +32 -13
- package/components/Icons/VolumeOffFilled.js +32 -13
- package/components/Icons/VolumeOffOutline.js +32 -13
- package/components/Icons/VolumeOutline.js +32 -13
- package/components/Icons/WalletFilled.js +25 -12
- package/components/Icons/WalletOutline.js +25 -12
- package/components/Icons/Warning.js +23 -7
- package/components/Icons/WarningCircleFilled.js +20 -7
- package/components/Icons/WarningCircleOutline.js +20 -7
- package/components/Icons/WarningSmall.js +23 -7
- package/components/Icons/WarningTriangleFilled.js +23 -10
- package/components/Icons/WarningTriangleOutline.js +23 -7
- package/components/Icons/WhatsappFilled.js +19 -12
- package/components/Icons/WhatsappOutline.js +22 -7
- package/components/Icons/Youtube.js +20 -7
- package/components/Icons/YoutubeFilled.js +25 -12
- package/components/Icons/YoutubeRoundFilled.js +25 -10
- package/components/Icons/index.js +737 -737
- package/components/Image/Image.js +57 -62
- package/components/Image/index.js +2 -2
- package/components/Input/Checkbox/Checkbox.js +101 -107
- package/components/Input/Checkbox/index.js +2 -2
- package/components/Input/FileUploader/FileUploader.js +125 -160
- package/components/Input/FileUploader/constants.js +10 -14
- package/components/Input/FileUploader/index.js +2 -2
- package/components/Input/Input/Input.js +115 -177
- package/components/Input/Input/index.js +2 -2
- package/components/Input/Radio/Radio.js +45 -54
- package/components/Input/RadioGroup/RadioGroup.js +86 -76
- package/components/Input/RadioGroup/index.js +2 -2
- package/components/Input/Textarea/SvgIcon.js +4 -14
- package/components/Input/Textarea/Textarea.js +126 -190
- package/components/Input/Textarea/index.js +2 -2
- package/components/Loader/Loader.js +67 -90
- package/components/Loader/constants.js +12 -27
- package/components/Loader/index.js +2 -2
- package/components/MenuItem/MenuItem.js +59 -82
- package/components/Modal/Modal.js +132 -162
- package/components/Modal/index.js +2 -2
- package/components/OtpInput/OtpInput.js +82 -138
- package/components/OtpInput/index.js +2 -2
- package/components/PageLoader/PageLoader.js +47 -48
- package/components/PageLoader/index.js +2 -2
- package/components/Pagination/Pagination.js +148 -237
- package/components/Pagination/constants.js +22 -39
- package/components/Pagination/index.js +2 -2
- package/components/Ripple/Ripple.js +36 -39
- package/components/Ripple/index.js +2 -2
- package/components/RootComponent/RootComponent.js +8 -14
- package/components/RootComponent/index.js +2 -2
- package/components/Selectbox/Selectbox.js +294 -313
- package/components/Selectbox/index.js +2 -2
- package/components/Shimmer/Shimmer.js +38 -39
- package/components/Shimmer/index.js +2 -2
- package/components/Spinner/Spinner.js +48 -47
- package/components/Spinner/index.js +2 -2
- package/components/Timer/Timer.js +278 -335
- package/components/Timer/components/TimerRing/TimerRing.js +82 -44
- package/components/Timer/constants.js +22 -22
- package/components/Timer/index.js +2 -2
- package/components/Toast/Toast.js +159 -245
- package/components/Toast/constants.js +28 -33
- package/components/Toast/index.js +4 -4
- package/components/Typography/Headings/H1.js +10 -19
- package/components/Typography/Headings/H2.js +10 -19
- package/components/Typography/Headings/H3.js +10 -19
- package/components/Typography/Headings/H4.js +10 -19
- package/components/Typography/Headings/H5.js +10 -19
- package/components/Typography/Headings/H6.js +10 -19
- package/components/Typography/Headings/index.js +14 -21
- package/components/Typography/P/P.js +13 -25
- package/components/Typography/P/index.js +2 -2
- package/components/VideoPlayer/VideoPlayer.js +43 -54
- package/components/VideoPlayer/components/Volumebar/Volumebar.js +14 -22
- package/components/VideoPlayer/index.js +2 -2
- package/components/VideoPlayer/useSpacebarToggle.js +43 -48
- package/components/VideoPlayer/useVolumeOverlay.js +6 -13
- package/hooks/index.js +36 -36
- package/hooks/useCopyToClipboard.js +9 -12
- package/hooks/useDebounce.js +8 -9
- package/hooks/useEventListener.js +12 -14
- package/hooks/useFirstRender.js +7 -8
- package/hooks/useIntersectionObserver.js +10 -12
- package/hooks/useInterval.js +11 -12
- package/hooks/useIsMounted.js +7 -11
- package/hooks/useLocalStorage.js +18 -20
- package/hooks/useMediaQuery.js +8 -11
- package/hooks/useOnlineStatus.js +9 -14
- package/hooks/useOutsideClick.js +9 -12
- package/hooks/usePrevious.js +7 -8
- package/hooks/useSessionStorage.js +18 -20
- package/hooks/useThrottle.js +13 -14
- package/hooks/useTimeout.js +11 -12
- package/hooks/useToggle.js +6 -7
- package/hooks/useUnmount.js +7 -10
- package/hooks/useWindowSize.js +8 -13
- package/index.js +377 -377
- package/package.json +1 -1
- package/reactUtils/composeProviders.js +3 -5
- package/reactUtils/createContextHook.js +8 -9
- package/reactUtils/createPortalNode.js +4 -5
- package/reactUtils/index.js +14 -14
- package/reactUtils/lazyImport.js +4 -6
- package/reactUtils/memoCompare.js +3 -3
- package/reactUtils/withErrorBoundary.js +14 -22
- package/reactUtils/withSuspense.js +7 -8
- package/utils/addDays.js +4 -5
- package/utils/announceToScreenReader.js +5 -10
- package/utils/auditLog.js +8 -13
- package/utils/buildURL.js +6 -7
- package/utils/camelCase.js +2 -5
- package/utils/cancelablePromise.js +10 -12
- package/utils/capFirstLetter.js +2 -7
- package/utils/capitalize.js +2 -5
- package/utils/captureException.js +7 -12
- package/utils/chunk.js +6 -7
- package/utils/clamp.js +2 -2
- package/utils/clearStorage.js +3 -4
- package/utils/compose.js +2 -2
- package/utils/copyToClipboard.js +7 -12
- package/utils/countdown.js +7 -8
- package/utils/createPubSub.js +11 -17
- package/utils/debounce.js +5 -6
- package/utils/decodeJWT.js +5 -5
- package/utils/deepClone.js +2 -7
- package/utils/deepFreeze.js +5 -8
- package/utils/detectOutsideClick.js +7 -8
- package/utils/differenceInDays.js +4 -5
- package/utils/downloadFile.js +4 -8
- package/utils/fadeIn.js +4 -7
- package/utils/fadeOut.js +5 -7
- package/utils/fallback.js +2 -2
- package/utils/featureGate.js +2 -7
- package/utils/filterByKey.js +2 -2
- package/utils/flattenObject.js +4 -9
- package/utils/focusElement.js +5 -5
- package/utils/formatCompactNumber.js +4 -8
- package/utils/formatCurrency.js +2 -8
- package/utils/formatDate.js +6 -9
- package/utils/formatNumber.js +2 -5
- package/utils/formatTime.js +6 -7
- package/utils/fuzzySearch.js +11 -16
- package/utils/generateAriaId.js +3 -3
- package/utils/generateInitials.js +2 -5
- package/utils/getCurrentPath.js +2 -2
- package/utils/getGreetingByTime.js +4 -6
- package/utils/getLocalStorage.js +5 -5
- package/utils/getQueryParams.js +6 -7
- package/utils/getScreenSize.js +2 -2
- package/utils/getSessionStorage.js +5 -5
- package/utils/getToken.js +2 -2
- package/utils/getVariant.js +4 -5
- package/utils/groupBy.js +5 -6
- package/utils/handleKeyboardNavigation.js +13 -25
- package/utils/hasEqualProps.js +7 -11
- package/utils/hasPermission.js +11 -11
- package/utils/identity.js +2 -2
- package/utils/index.js +278 -278
- package/utils/isAadhaar.js +5 -5
- package/utils/isActiveRoute.js +2 -2
- package/utils/isAndroid.js +2 -4
- package/utils/isAuthenticated.js +8 -14
- package/utils/isDarkMode.js +2 -4
- package/utils/isEmail.js +2 -5
- package/utils/isEmpty.js +2 -7
- package/utils/isEqual.js +7 -10
- package/utils/isFeatureEnabled.js +6 -7
- package/utils/isGST.js +2 -5
- package/utils/isIOS.js +2 -4
- package/utils/isMobile.js +2 -4
- package/utils/isNonEmptyArray.js +2 -2
- package/utils/isOnline.js +2 -4
- package/utils/isPAN.js +2 -5
- package/utils/isPasswordStrong.js +2 -5
- package/utils/isPast.js +2 -5
- package/utils/isPhone.js +2 -5
- package/utils/isRequired.js +2 -7
- package/utils/isSafari.js +2 -4
- package/utils/isToday.js +4 -5
- package/utils/isURL.js +7 -7
- package/utils/kebabCase.js +2 -5
- package/utils/keyBy.js +2 -5
- package/utils/lazyLoadComponent.js +3 -3
- package/utils/lockBodyScroll.js +2 -2
- package/utils/logError.js +4 -8
- package/utils/logInfo.js +5 -15
- package/utils/logWarn.js +5 -15
- package/utils/maskEmail.js +5 -6
- package/utils/maskPhone.js +6 -7
- package/utils/maxLength.js +2 -5
- package/utils/measureElement.js +5 -6
- package/utils/measurePerformance.js +8 -14
- package/utils/memoize.js +8 -9
- package/utils/mergeDeep.js +6 -10
- package/utils/minLength.js +2 -5
- package/utils/multiSort.js +6 -10
- package/utils/noop.js +2 -2
- package/utils/omit.js +4 -4
- package/utils/once.js +4 -11
- package/utils/openInNewTab.js +3 -3
- package/utils/paginate.js +8 -10
- package/utils/parallel.js +2 -2
- package/utils/percentage.js +4 -8
- package/utils/permissionGuard.js +2 -7
- package/utils/pick.js +2 -2
- package/utils/pipe.js +2 -2
- package/utils/rafThrottle.js +7 -9
- package/utils/randomBetween.js +2 -2
- package/utils/randomInt.js +3 -5
- package/utils/randomValue.js +2 -4
- package/utils/redirectTo.js +3 -3
- package/utils/removeExtraSpaces.js +2 -5
- package/utils/removeLocalStorage.js +3 -3
- package/utils/removeQueryParam.js +4 -5
- package/utils/removeToken.js +2 -2
- package/utils/requestIdleTask.js +3 -7
- package/utils/retry.js +8 -9
- package/utils/roundTo.js +5 -5
- package/utils/safeAsync.js +5 -6
- package/utils/safeJSONParse.js +5 -5
- package/utils/safeJSONStringify.js +4 -4
- package/utils/scrollToElement.js +4 -7
- package/utils/scrollToTop.js +3 -6
- package/utils/sequential.js +6 -7
- package/utils/setLocalStorage.js +3 -3
- package/utils/setQueryParam.js +4 -5
- package/utils/setSessionStorage.js +3 -3
- package/utils/setToken.js +2 -2
- package/utils/singleton.js +4 -7
- package/utils/sleep.js +2 -2
- package/utils/slugify.js +2 -5
- package/utils/smoothScroll.js +10 -15
- package/utils/snakeCase.js +2 -5
- package/utils/sortBy.js +4 -5
- package/utils/throttle.js +6 -9
- package/utils/timeAgo.js +12 -18
- package/utils/titleCase.js +2 -5
- package/utils/toggleFullscreen.js +4 -8
- package/utils/trackEvent.js +5 -14
- package/utils/trackPageView.js +7 -12
- package/utils/trapFocus.js +12 -26
- package/utils/truncate.js +2 -5
- package/utils/uniqueBy.js +6 -8
- package/utils/unlockBodyScroll.js +2 -2
- package/utils/waitForTransitionEnd.js +5 -7
- package/utils/withTimeout.js +6 -4
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const ChevronUp = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 15L12 9L18 15", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
9
|
-
exports.default = ChevronUp;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),n=({size:e=24,color:o="currentColor",...r})=>t.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsx("path",{d:"M6 15L12 9L18 15",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});exports.default=n;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const ClockCircleOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: color, strokeWidth: "1.5" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 8V12L14.5 14.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = ClockCircleOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),s=({size:t=24,color:r="currentColor",...o})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[e.jsx("circle",{cx:"12",cy:"12",r:"10",stroke:r,strokeWidth:"1.5"}),e.jsx("path",{d:"M12 8V12L14.5 14.5",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]});exports.default=s;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const ClockSquareOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 8V12L14.5 14.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z", stroke: color, strokeWidth: "1.5" })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = ClockSquareOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),s=({size:t=24,color:o="currentColor",...r})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[e.jsx("path",{d:"M12 8V12L14.5 14.5",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z",stroke:o,strokeWidth:"1.5"})]});exports.default=s;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const Close = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z", fill: color }) });
|
|
9
|
-
exports.default = Close;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),r=({size:e=24,color:l="currentColor",...o})=>t.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:t.jsx("path",{d:"M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z",fill:l})});exports.default=r;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CloseCircleFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z", fill: color }) });
|
|
9
|
-
exports.default = CloseCircleFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),o=({size:e=24,color:t="currentColor",...i})=>l.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z",fill:t})});exports.default=o;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CloseCircleOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("g", { children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 9L11.9999 11.9999M11.9999 11.9999L14.9999 14.9999M11.9999 11.9999L9 14.9999M11.9999 11.9999L14.9999 9M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
|
|
9
|
-
exports.default = CloseCircleOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),i=({size:t=24,color:o="currentColor",...r})=>e.jsx("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("g",{children:e.jsx("path",{d:"M9 9L11.9999 11.9999M11.9999 11.9999L14.9999 14.9999M11.9999 11.9999L9 14.9999M11.9999 11.9999L14.9999 9M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});exports.default=i;
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CommentBubbleFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "comment 3" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", {}),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsxRuntime.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-207.000000, -257.000000)", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M231,273 C229.896,273 229,272.104 229,271 C229,269.896 229.896,269 231,269 C232.104,269 233,269.896 233,271 C233,272.104 232.104,273 231,273 L231,273 Z M223,273 C221.896,273 221,272.104 221,271 C221,269.896 221.896,269 223,269 C224.104,269 225,269.896 225,271 C225,272.104 224.104,273 223,273 L223,273 Z M215,273 C213.896,273 213,272.104 213,271 C213,269.896 213.896,269 215,269 C216.104,269 217,269.896 217,271 C217,272.104 216.104,273 215,273 L215,273 Z M223,257 C214.164,257 207,263.269 207,271 C207,275.419 209.345,279.354 213,281.919 L213,289 L220.009,284.747 C220.979,284.907 221.977,285 223,285 C231.836,285 239,278.732 239,271 C239,263.269 231.836,257 223,257 L223,257 Z", "sketch:type": "MSShapeGroup" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
exports.default = CommentBubbleFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),r=({size:t=24,color:l="currentColor",...s})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsx("title",{children:"comment 3"}),e.jsx("desc",{children:"Created with Sketch Beta."}),e.jsx("defs",{}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd","sketch:type":"MSPage",children:e.jsx("g",{"sketch:type":"MSLayerGroup",transform:"translate(-207.000000, -257.000000)",fill:l,children:e.jsx("path",{d:"M231,273 C229.896,273 229,272.104 229,271 C229,269.896 229.896,269 231,269 C232.104,269 233,269.896 233,271 C233,272.104 232.104,273 231,273 L231,273 Z M223,273 C221.896,273 221,272.104 221,271 C221,269.896 221.896,269 223,269 C224.104,269 225,269.896 225,271 C225,272.104 224.104,273 223,273 L223,273 Z M215,273 C213.896,273 213,272.104 213,271 C213,269.896 213.896,269 215,269 C216.104,269 217,269.896 217,271 C217,272.104 216.104,273 215,273 L215,273 Z M223,257 C214.164,257 207,263.269 207,271 C207,275.419 209.345,279.354 213,281.919 L213,289 L220.009,284.747 C220.979,284.907 221.977,285 223,285 C231.836,285 239,278.732 239,271 C239,263.269 231.836,257 223,257 L223,257 Z","sketch:type":"MSShapeGroup"})})})]});exports.default=r;
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CommentBubbleOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "comment-3" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", {}),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsxRuntime.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-204.000000, -255.000000)", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M228,267 C226.896,267 226,267.896 226,269 C226,270.104 226.896,271 228,271 C229.104,271 230,270.104 230,269 C230,267.896 229.104,267 228,267 L228,267 Z M220,281 C218.832,281 217.704,280.864 216.62,280.633 L211.912,283.463 L211.975,278.824 C208.366,276.654 206,273.066 206,269 C206,262.373 212.268,257 220,257 C227.732,257 234,262.373 234,269 C234,275.628 227.732,281 220,281 L220,281 Z M220,255 C211.164,255 204,261.269 204,269 C204,273.419 206.345,277.354 210,279.919 L210,287 L217.009,282.747 C217.979,282.907 218.977,283 220,283 C228.836,283 236,276.732 236,269 C236,261.269 228.836,255 220,255 L220,255 Z M212,267 C210.896,267 210,267.896 210,269 C210,270.104 210.896,271 212,271 C213.104,271 214,270.104 214,269 C214,267.896 213.104,267 212,267 L212,267 Z M220,267 C218.896,267 218,267.896 218,269 C218,270.104 218.896,271 220,271 C221.104,271 222,270.104 222,269 C222,267.896 221.104,267 220,267 L220,267 Z", "sketch:type": "MSShapeGroup" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
exports.default = CommentBubbleOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),r=({size:t=24,color:l="currentColor",...s})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsx("title",{children:"comment-3"}),e.jsx("desc",{children:"Created with Sketch Beta."}),e.jsx("defs",{}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd","sketch:type":"MSPage",children:e.jsx("g",{"sketch:type":"MSLayerGroup",transform:"translate(-204.000000, -255.000000)",fill:l,children:e.jsx("path",{d:"M228,267 C226.896,267 226,267.896 226,269 C226,270.104 226.896,271 228,271 C229.104,271 230,270.104 230,269 C230,267.896 229.104,267 228,267 L228,267 Z M220,281 C218.832,281 217.704,280.864 216.62,280.633 L211.912,283.463 L211.975,278.824 C208.366,276.654 206,273.066 206,269 C206,262.373 212.268,257 220,257 C227.732,257 234,262.373 234,269 C234,275.628 227.732,281 220,281 L220,281 Z M220,255 C211.164,255 204,261.269 204,269 C204,273.419 206.345,277.354 210,279.919 L210,287 L217.009,282.747 C217.979,282.907 218.977,283 220,283 C228.836,283 236,276.732 236,269 C236,261.269 228.836,255 220,255 L220,255 Z M212,267 C210.896,267 210,267.896 210,269 C210,270.104 210.896,271 212,271 C213.104,271 214,270.104 214,269 C214,267.896 213.104,267 212,267 L212,267 Z M220,267 C218.896,267 218,267.896 218,269 C218,270.104 218.896,271 220,271 C221.104,271 222,270.104 222,269 C222,267.896 221.104,267 220,267 L220,267 Z","sketch:type":"MSShapeGroup"})})})]});exports.default=r;
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CommentFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "comment 1" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", {}),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsxRuntime.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-102.000000, -257.000000)", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M118,257 C109.164,257 102,263.269 102,271 C102,275.419 104.345,279.354 108,281.919 L108,289 L115.009,284.747 C115.979,284.907 116.977,285 118,285 C126.836,285 134,278.732 134,271 C134,263.269 126.836,257 118,257", "sketch:type": "MSShapeGroup" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
exports.default = CommentFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),r=({size:t=24,color:l="currentColor",...s})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsx("title",{children:"comment 1"}),e.jsx("desc",{children:"Created with Sketch Beta."}),e.jsx("defs",{}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd","sketch:type":"MSPage",children:e.jsx("g",{"sketch:type":"MSLayerGroup",transform:"translate(-102.000000, -257.000000)",fill:l,children:e.jsx("path",{d:"M118,257 C109.164,257 102,263.269 102,271 C102,275.419 104.345,279.354 108,281.919 L108,289 L115.009,284.747 C115.979,284.907 116.977,285 118,285 C126.836,285 134,278.732 134,271 C134,263.269 126.836,257 118,257","sketch:type":"MSShapeGroup"})})})]});exports.default=r;
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CommentLineFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "comment 2" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", {}),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsxRuntime.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-154.000000, -257.000000)", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M177,270 L163,270 C162.448,270 162,269.553 162,269 C162,268.448 162.448,268 163,268 L177,268 C177.552,268 178,268.448 178,269 C178,269.553 177.552,270 177,270 L177,270 Z M175,276 L165,276 C164.448,276 164,275.553 164,275 C164,274.447 164.448,274 165,274 L175,274 C175.552,274 176,274.447 176,275 C176,275.553 175.552,276 175,276 L175,276 Z M170,257 C161.164,257 154,263.269 154,271 C154,275.419 156.345,279.354 160,281.919 L160,289 L167.009,284.747 C167.979,284.907 168.977,285 170,285 C178.836,285 186,278.732 186,271 C186,263.269 178.836,257 170,257 L170,257 Z", "sketch:type": "MSShapeGroup" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
exports.default = CommentLineFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),r=({size:t=24,color:l="currentColor",...s})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsx("title",{children:"comment 2"}),e.jsx("desc",{children:"Created with Sketch Beta."}),e.jsx("defs",{}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd","sketch:type":"MSPage",children:e.jsx("g",{"sketch:type":"MSLayerGroup",transform:"translate(-154.000000, -257.000000)",fill:l,children:e.jsx("path",{d:"M177,270 L163,270 C162.448,270 162,269.553 162,269 C162,268.448 162.448,268 163,268 L177,268 C177.552,268 178,268.448 178,269 C178,269.553 177.552,270 177,270 L177,270 Z M175,276 L165,276 C164.448,276 164,275.553 164,275 C164,274.447 164.448,274 165,274 L175,274 C175.552,274 176,274.447 176,275 C176,275.553 175.552,276 175,276 L175,276 Z M170,257 C161.164,257 154,263.269 154,271 C154,275.419 156.345,279.354 160,281.919 L160,289 L167.009,284.747 C167.979,284.907 168.977,285 170,285 C178.836,285 186,278.732 186,271 C186,263.269 178.836,257 170,257 L170,257 Z","sketch:type":"MSShapeGroup"})})})]});exports.default=r;
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CommentLineOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "comment-2" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", {}),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsxRuntime.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-152.000000, -255.000000)", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M168,281 C166.832,281 165.704,280.864 164.62,280.633 L159.912,283.463 L159.975,278.824 C156.366,276.654 154,273.066 154,269 C154,262.373 160.268,257 168,257 C175.732,257 182,262.373 182,269 C182,275.628 175.732,281 168,281 L168,281 Z M168,255 C159.164,255 152,261.269 152,269 C152,273.419 154.345,277.354 158,279.919 L158,287 L165.009,282.747 C165.979,282.907 166.977,283 168,283 C176.836,283 184,276.732 184,269 C184,261.269 176.836,255 168,255 L168,255 Z M175,266 L161,266 C160.448,266 160,266.448 160,267 C160,267.553 160.448,268 161,268 L175,268 C175.552,268 176,267.553 176,267 C176,266.448 175.552,266 175,266 L175,266 Z M173,272 L163,272 C162.448,272 162,272.447 162,273 C162,273.553 162.448,274 163,274 L173,274 C173.552,274 174,273.553 174,273 C174,272.447 173.552,272 173,272 L173,272 Z", "sketch:type": "MSShapeGroup" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
exports.default = CommentLineOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),n=({size:t=24,color:s="currentColor",...l})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[e.jsx("title",{children:"comment-2"}),e.jsx("desc",{children:"Created with Sketch Beta."}),e.jsx("defs",{}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd","sketch:type":"MSPage",children:e.jsx("g",{"sketch:type":"MSLayerGroup",transform:"translate(-152.000000, -255.000000)",fill:s,children:e.jsx("path",{d:"M168,281 C166.832,281 165.704,280.864 164.62,280.633 L159.912,283.463 L159.975,278.824 C156.366,276.654 154,273.066 154,269 C154,262.373 160.268,257 168,257 C175.732,257 182,262.373 182,269 C182,275.628 175.732,281 168,281 L168,281 Z M168,255 C159.164,255 152,261.269 152,269 C152,273.419 154.345,277.354 158,279.919 L158,287 L165.009,282.747 C165.979,282.907 166.977,283 168,283 C176.836,283 184,276.732 184,269 C184,261.269 176.836,255 168,255 L168,255 Z M175,266 L161,266 C160.448,266 160,266.448 160,267 C160,267.553 160.448,268 161,268 L175,268 C175.552,268 176,267.553 176,267 C176,266.448 175.552,266 175,266 L175,266 Z M173,272 L163,272 C162.448,272 162,272.447 162,273 C162,273.553 162.448,274 163,274 L173,274 C173.552,274 174,273.553 174,273 C174,272.447 173.552,272 173,272 L173,272 Z","sketch:type":"MSShapeGroup"})})})]});exports.default=n;
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const CommentOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "comment-1" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", {}),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsxRuntime.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-100.000000, -255.000000)", fill: color, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M116,281 C114.832,281 113.704,280.864 112.62,280.633 L107.912,283.463 L107.975,278.824 C104.366,276.654 102,273.066 102,269 C102,262.373 108.268,257 116,257 C123.732,257 130,262.373 130,269 C130,275.628 123.732,281 116,281 L116,281 Z M116,255 C107.164,255 100,261.269 100,269 C100,273.419 102.345,277.354 106,279.919 L106,287 L113.009,282.747 C113.979,282.907 114.977,283 116,283 C124.836,283 132,276.732 132,269 C132,261.269 124.836,255 116,255 L116,255 Z", "sketch:type": "MSShapeGroup" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
exports.default = CommentOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),r=({size:t=24,color:s="currentColor",...l})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[e.jsx("title",{children:"comment-1"}),e.jsx("desc",{children:"Created with Sketch Beta."}),e.jsx("defs",{}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd","sketch:type":"MSPage",children:e.jsx("g",{"sketch:type":"MSLayerGroup",transform:"translate(-100.000000, -255.000000)",fill:s,children:e.jsx("path",{d:"M116,281 C114.832,281 113.704,280.864 112.62,280.633 L107.912,283.463 L107.975,278.824 C104.366,276.654 102,273.066 102,269 C102,262.373 108.268,257 116,257 C123.732,257 130,262.373 130,269 C130,275.628 123.732,281 116,281 L116,281 Z M116,255 C107.164,255 100,261.269 100,269 C100,273.419 102.345,277.354 106,279.919 L106,287 L113.009,282.747 C113.979,282.907 114.977,283 116,283 C124.836,283 132,276.732 132,269 C132,261.269 124.836,255 116,255 L116,255 Z","sketch:type":"MSShapeGroup"})})})]});exports.default=r;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const ContactDetailsFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "contact-details-filled" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { fill: color, transform: "translate(42.666667, 85.333333)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M362.666667,213.333333 L234.666667,213.333333 L234.666667,245.333333 L362.666667,245.333333 L362.666667,213.333333 Z M125.333333,155.733333 L109.333333,155.733333 C78.4053873,155.733333 53.3333333,181.333333 53.3333333,213.333333 L53.3333333,213.333333 L181.333333,213.333333 C181.333333,181.333333 156.16,155.733333 125.333333,155.733333 L125.333333,155.733333 Z M362.666667,149.333333 L234.666667,149.333333 L234.666667,181.333333 L362.666667,181.333333 L362.666667,149.333333 Z M117.333333,78.62624 C101.86936,78.62624 89.3333333,91.162267 89.3333333,106.62624 C89.3333333,122.090213 101.86936,134.62624 117.333333,134.62624 C132.797306,134.62624 145.333333,122.090213 145.333333,106.62624 C145.333333,91.162267 132.797306,78.62624 117.333333,78.62624 Z M362.666667,85.3333333 L234.666667,85.3333333 L234.666667,117.333333 L362.666667,117.333333 L362.666667,85.3333333 Z" }) }) })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = ContactDetailsFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),n=({size:t=24,color:l="currentColor",...i})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 512 512",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[e.jsx("title",{children:"contact-details-filled"}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e.jsx("g",{fill:l,transform:"translate(42.666667, 85.333333)",children:e.jsx("path",{d:"M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M362.666667,213.333333 L234.666667,213.333333 L234.666667,245.333333 L362.666667,245.333333 L362.666667,213.333333 Z M125.333333,155.733333 L109.333333,155.733333 C78.4053873,155.733333 53.3333333,181.333333 53.3333333,213.333333 L53.3333333,213.333333 L181.333333,213.333333 C181.333333,181.333333 156.16,155.733333 125.333333,155.733333 L125.333333,155.733333 Z M362.666667,149.333333 L234.666667,149.333333 L234.666667,181.333333 L362.666667,181.333333 L362.666667,149.333333 Z M117.333333,78.62624 C101.86936,78.62624 89.3333333,91.162267 89.3333333,106.62624 C89.3333333,122.090213 101.86936,134.62624 117.333333,134.62624 C132.797306,134.62624 145.333333,122.090213 145.333333,106.62624 C145.333333,91.162267 132.797306,78.62624 117.333333,78.62624 Z M362.666667,85.3333333 L234.666667,85.3333333 L234.666667,117.333333 L362.666667,117.333333 L362.666667,85.3333333 Z"})})})]});exports.default=n;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const ContactDetailsOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "contact-details" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { fill: color, transform: "translate(42.666667, 85.333333)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M146.666667,155.733333 C177.493333,155.733333 202.666667,181.333333 202.666667,213.333333 L74.6666667,213.333333 C74.6666667,181.333333 99.7387207,155.733333 130.666667,155.733333 L146.666667,155.733333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M138.666667,78.62624 C154.13064,78.62624 166.666667,91.162267 166.666667,106.62624 C166.666667,122.090213 154.13064,134.62624 138.666667,134.62624 C123.202694,134.62624 110.666667,122.090213 110.666667,106.62624 C110.666667,91.162267 123.202694,78.62624 138.666667,78.62624 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z" }) }) })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = ContactDetailsOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),L=({size:t=24,color:l="currentColor",...n})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 512 512",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[e.jsx("title",{children:"contact-details"}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e.jsx("g",{fill:l,transform:"translate(42.666667, 85.333333)",children:e.jsx("path",{d:"M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M146.666667,155.733333 C177.493333,155.733333 202.666667,181.333333 202.666667,213.333333 L74.6666667,213.333333 C74.6666667,181.333333 99.7387207,155.733333 130.666667,155.733333 L146.666667,155.733333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M138.666667,78.62624 C154.13064,78.62624 166.666667,91.162267 166.666667,106.62624 C166.666667,122.090213 154.13064,134.62624 138.666667,134.62624 C123.202694,134.62624 110.666667,122.090213 110.666667,106.62624 C110.666667,91.162267 123.202694,78.62624 138.666667,78.62624 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z"})})})]});exports.default=L;
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DeliveryTruckFastFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { "data-name": "Layer 2", children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "none" }) }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "Layer 7", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { children: [
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M37.7,11.1A3,3,0,0,0,35.4,10H34.2l.3-1.7A3.1,3.1,0,0,0,33.9,6a3.2,3.2,0,0,0-2.2-1H7.9A2.1,2.1,0,0,0,5.8,6.7,2,2,0,0,0,7.8,9h7.3A3,3,0,0,1,18,12.5L15.6,26.3a3,3,0,0,1-2.9,2.5H4.8a2,2,0,0,0-2,1.6L2,34.7A2.8,2.8,0,0,0,2.7,37a2.8,2.8,0,0,0,2.1,1H7.3a7,7,0,0,0,13.4,0h4.6a7,7,0,0,0,13.4,0h2a3.2,3.2,0,0,0,3.1-2.7L46,22.5ZM14,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,14,39Zm18,0a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,32,39Zm.1-17,1.4-8h1.3l5.9,8Z" }),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M4,15H14a2,2,0,0,0,0-4H4a2,2,0,0,0,0,4Z" }),
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M15,19a2,2,0,0,0-2-2H5a2,2,0,0,0,0,4h8A2,2,0,0,0,15,19Z" }),
|
|
14
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M6,23a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z" })
|
|
15
|
-
] }) })
|
|
16
|
-
] }) });
|
|
17
|
-
exports.default = DeliveryTruckFastFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react/jsx-runtime"),i=({size:l=24,color:e="currentColor",...t})=>a.jsx("svg",{width:l,height:l,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:a.jsxs("g",{"data-name":"Layer 2",children:[a.jsx("g",{"data-name":"invisible box",children:a.jsx("rect",{fill:"none"})}),a.jsx("g",{"data-name":"Layer 7",children:a.jsxs("g",{children:[a.jsx("path",{fill:e,d:"M37.7,11.1A3,3,0,0,0,35.4,10H34.2l.3-1.7A3.1,3.1,0,0,0,33.9,6a3.2,3.2,0,0,0-2.2-1H7.9A2.1,2.1,0,0,0,5.8,6.7,2,2,0,0,0,7.8,9h7.3A3,3,0,0,1,18,12.5L15.6,26.3a3,3,0,0,1-2.9,2.5H4.8a2,2,0,0,0-2,1.6L2,34.7A2.8,2.8,0,0,0,2.7,37a2.8,2.8,0,0,0,2.1,1H7.3a7,7,0,0,0,13.4,0h4.6a7,7,0,0,0,13.4,0h2a3.2,3.2,0,0,0,3.1-2.7L46,22.5ZM14,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,14,39Zm18,0a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,32,39Zm.1-17,1.4-8h1.3l5.9,8Z"}),a.jsx("path",{fill:e,d:"M4,15H14a2,2,0,0,0,0-4H4a2,2,0,0,0,0,4Z"}),a.jsx("path",{fill:e,d:"M15,19a2,2,0,0,0-2-2H5a2,2,0,0,0,0,4h8A2,2,0,0,0,15,19Z"}),a.jsx("path",{fill:e,d:"M6,23a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z"})]})})]})});exports.default=i;
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DeliveryTruckFastOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { "data-name": "Layer 2", children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "none" }) }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "Health Icons", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { children: [
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M37.7,11.1A3,3,0,0,0,35.4,10H34.2l.3-1.7A3.1,3.1,0,0,0,33.9,6a3.2,3.2,0,0,0-2.2-1H7.8a2,2,0,0,0,0,4H30.3l-4,22.9a6.8,6.8,0,0,0-1,2.1H20.7A7,7,0,0,0,7.3,34H6.2l.5-2.9a2,2,0,0,0-1.6-2.3,2,2,0,0,0-2.3,1.6L2,34.7A2.8,2.8,0,0,0,2.7,37a2.8,2.8,0,0,0,2.1,1H7.3a7,7,0,0,0,13.4,0h4.6a7,7,0,0,0,13.4,0h2a3.2,3.2,0,0,0,3.1-2.7L46,22.5ZM14,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,14,39ZM33.5,14h1.3l5.9,8H32.1ZM32,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,32,39Zm8-5H38.7A7,7,0,0,0,32,29H30.9l.5-3.1h9.9Z" }),
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M4,15H14a2,2,0,0,0,0-4H4a2,2,0,0,0,0,4Z" }),
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M15,19a2,2,0,0,0-2-2H5a2,2,0,0,0,0,4h8A2,2,0,0,0,15,19Z" }),
|
|
14
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M6,23a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z" })
|
|
15
|
-
] }) })
|
|
16
|
-
] }) });
|
|
17
|
-
exports.default = DeliveryTruckFastOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react/jsx-runtime"),i=({size:l=24,color:e="currentColor",...t})=>a.jsx("svg",{width:l,height:l,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:a.jsxs("g",{"data-name":"Layer 2",children:[a.jsx("g",{"data-name":"invisible box",children:a.jsx("rect",{fill:"none"})}),a.jsx("g",{"data-name":"Health Icons",children:a.jsxs("g",{children:[a.jsx("path",{fill:e,d:"M37.7,11.1A3,3,0,0,0,35.4,10H34.2l.3-1.7A3.1,3.1,0,0,0,33.9,6a3.2,3.2,0,0,0-2.2-1H7.8a2,2,0,0,0,0,4H30.3l-4,22.9a6.8,6.8,0,0,0-1,2.1H20.7A7,7,0,0,0,7.3,34H6.2l.5-2.9a2,2,0,0,0-1.6-2.3,2,2,0,0,0-2.3,1.6L2,34.7A2.8,2.8,0,0,0,2.7,37a2.8,2.8,0,0,0,2.1,1H7.3a7,7,0,0,0,13.4,0h4.6a7,7,0,0,0,13.4,0h2a3.2,3.2,0,0,0,3.1-2.7L46,22.5ZM14,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,14,39ZM33.5,14h1.3l5.9,8H32.1ZM32,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,32,39Zm8-5H38.7A7,7,0,0,0,32,29H30.9l.5-3.1h9.9Z"}),a.jsx("path",{fill:e,d:"M4,15H14a2,2,0,0,0,0-4H4a2,2,0,0,0,0,4Z"}),a.jsx("path",{fill:e,d:"M15,19a2,2,0,0,0-2-2H5a2,2,0,0,0,0,4h8A2,2,0,0,0,15,19Z"}),a.jsx("path",{fill:e,d:"M6,23a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z"})]})})]})});exports.default=i;
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 0h48v48H0z", fill: "none" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M42,6H18c-2.2,0-4,1.8-4,4v4C7.4,14,2,19.4,2,26v12h4c0,3.314,2.686,6,6,6s6-2.686,6-6h8c0,3.314,2.686,6,6,6s6-2.686,6-6\n h4c2.2,0,4-1.8,4-4V10C46,7.8,44.2,6,42,6z M34,38c0,1.103-0.897,2-2,2s-2-0.897-2-2s0.897-2,2-2S34,36.897,34,38z M12,40\n c-1.103,0-2-0.897-2-2s0.897-2,2-2c1.103,0,2,0.897,2,2S13.103,40,12,40z M14,17v4c-1.862,0-3.412,1.278-3.859,3h-4.91\n C6.145,19.998,9.726,17,14,17z" }) })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = DeliveryTruckLeftFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),c=({size:l=24,color:s="currentColor",...t})=>e.jsxs("svg",{width:l,height:l,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[e.jsx("path",{d:"M0 0h48v48H0z",fill:"none"}),e.jsx("g",{children:e.jsx("path",{fill:s,d:`M42,6H18c-2.2,0-4,1.8-4,4v4C7.4,14,2,19.4,2,26v12h4c0,3.314,2.686,6,6,6s6-2.686,6-6h8c0,3.314,2.686,6,6,6s6-2.686,6-6
|
|
2
|
+
h4c2.2,0,4-1.8,4-4V10C46,7.8,44.2,6,42,6z M34,38c0,1.103-0.897,2-2,2s-2-0.897-2-2s0.897-2,2-2S34,36.897,34,38z M12,40
|
|
3
|
+
c-1.103,0-2-0.897-2-2s0.897-2,2-2c1.103,0,2,0.897,2,2S13.103,40,12,40z M14,17v4c-1.862,0-3.412,1.278-3.859,3h-4.91
|
|
4
|
+
C6.145,19.998,9.726,17,14,17z`})})]});exports.default=c;
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 0h48v48H0z", fill: "none" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M42,6H18c-2.2,0-4,1.8-4,4v4C7.4,14,2,19.4,2,26v12h4c0,3.314,2.686,6,6,6s6-2.686,6-6h8c0,3.314,2.686,6,6,6s6-2.686,6-6\n h4c2.2,0,4-1.8,4-4V10C46,7.8,44.2,6,42,6z M12,40c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S13.103,40,12,40z M14,32.349\n C13.374,32.127,12.702,32,12,32c-1.775,0-3.365,0.775-4.463,2H6v-6h8V32.349z M14,24H6.263c0.892-3.445,4.017-6,7.737-6V24z M32,40\n c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S33.103,40,32,40z M42,34h-5.537c-1.099-1.225-2.688-2-4.463-2s-3.365,0.775-4.463,2\n H18V10h24V34z" }) })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = DeliveryTruckLeftOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),n=({size:s=24,color:t="currentColor",...l})=>e.jsxs("svg",{width:s,height:s,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[e.jsx("path",{d:"M0 0h48v48H0z",fill:"none"}),e.jsx("g",{children:e.jsx("path",{fill:t,d:`M42,6H18c-2.2,0-4,1.8-4,4v4C7.4,14,2,19.4,2,26v12h4c0,3.314,2.686,6,6,6s6-2.686,6-6h8c0,3.314,2.686,6,6,6s6-2.686,6-6
|
|
2
|
+
h4c2.2,0,4-1.8,4-4V10C46,7.8,44.2,6,42,6z M12,40c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S13.103,40,12,40z M14,32.349
|
|
3
|
+
C13.374,32.127,12.702,32,12,32c-1.775,0-3.365,0.775-4.463,2H6v-6h8V32.349z M14,24H6.263c0.892-3.445,4.017-6,7.737-6V24z M32,40
|
|
4
|
+
c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S33.103,40,32,40z M42,34h-5.537c-1.099-1.225-2.688-2-4.463-2s-3.365,0.775-4.463,2
|
|
5
|
+
H18V10h24V34z`})})]});exports.default=n;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DeliveryTruckRightFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { "data-name": "Layer 2", children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "none" }) }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "Layer 7", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M35.8,11a3.2,3.2,0,0,0-2.2-1H32V8a2.9,2.9,0,0,0-3-3H5A2.9,2.9,0,0,0,2,8V35a2.9,2.9,0,0,0,3,3H7.3a7,7,0,0,0,13.4,0h6.6a7,7,0,0,0,13.4,0H43a2.9,2.9,0,0,0,3-3V22.2Zm-2.7,3,7.3,8H32V14ZM14,39a3,3,0,1,1,3-3A2.9,2.9,0,0,1,14,39Zm20,0a3,3,0,1,1,3-3A2.9,2.9,0,0,1,34,39Z" }) })
|
|
11
|
-
] }) });
|
|
12
|
-
exports.default = DeliveryTruckRightFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),i=({size:a=24,color:l="currentColor",...t})=>e.jsx("svg",{width:a,height:a,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxs("g",{"data-name":"Layer 2",children:[e.jsx("g",{"data-name":"invisible box",children:e.jsx("rect",{fill:"none"})}),e.jsx("g",{"data-name":"Layer 7",children:e.jsx("path",{fill:l,d:"M35.8,11a3.2,3.2,0,0,0-2.2-1H32V8a2.9,2.9,0,0,0-3-3H5A2.9,2.9,0,0,0,2,8V35a2.9,2.9,0,0,0,3,3H7.3a7,7,0,0,0,13.4,0h6.6a7,7,0,0,0,13.4,0H43a2.9,2.9,0,0,0,3-3V22.2Zm-2.7,3,7.3,8H32V14ZM14,39a3,3,0,1,1,3-3A2.9,2.9,0,0,1,14,39Zm20,0a3,3,0,1,1,3-3A2.9,2.9,0,0,1,34,39Z"})})]})});exports.default=i;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DeliveryTruckRightOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { "data-name": "Layer 2", children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { fill: "none" }) }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { "data-name": "Health Icons", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M35.8,11a3.2,3.2,0,0,0-2.2-1H32V8a2.9,2.9,0,0,0-3-3H5A2.9,2.9,0,0,0,2,8V35a2.9,2.9,0,0,0,3,3H7.3a7,7,0,0,0,13.4,0h6.6a7,7,0,0,0,13.4,0H43a2.9,2.9,0,0,0,3-3V22.2Zm-2.7,3,7.3,8H32V14ZM6,9H28V32.4a7.7,7.7,0,0,0-.7,1.6H20.7A7,7,0,0,0,7.3,34H6Zm8,30a3,3,0,1,1,3-3A2.9,2.9,0,0,1,14,39Zm20,0a3,3,0,1,1,3-3A2.9,2.9,0,0,1,34,39Zm6.7-5A7,7,0,0,0,34,29a6.4,6.4,0,0,0-2,.3V26H42v8Z" }) })
|
|
11
|
-
] }) });
|
|
12
|
-
exports.default = DeliveryTruckRightOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),i=({size:a=24,color:t="currentColor",...l})=>e.jsx("svg",{width:a,height:a,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:e.jsxs("g",{"data-name":"Layer 2",children:[e.jsx("g",{"data-name":"invisible box",children:e.jsx("rect",{fill:"none"})}),e.jsx("g",{"data-name":"Health Icons",children:e.jsx("path",{fill:t,d:"M35.8,11a3.2,3.2,0,0,0-2.2-1H32V8a2.9,2.9,0,0,0-3-3H5A2.9,2.9,0,0,0,2,8V35a2.9,2.9,0,0,0,3,3H7.3a7,7,0,0,0,13.4,0h6.6a7,7,0,0,0,13.4,0H43a2.9,2.9,0,0,0,3-3V22.2Zm-2.7,3,7.3,8H32V14ZM6,9H28V32.4a7.7,7.7,0,0,0-.7,1.6H20.7A7,7,0,0,0,7.3,34H6Zm8,30a3,3,0,1,1,3-3A2.9,2.9,0,0,1,14,39Zm20,0a3,3,0,1,1,3-3A2.9,2.9,0,0,1,34,39Zm6.7-5A7,7,0,0,0,34,29a6.4,6.4,0,0,0-2,.3V26H42v8Z"})})]})});exports.default=i;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DetailsOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "details" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { fill: color, transform: "translate(64.000000, 64.000000)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M384,64 L384,384 L64,384 L64,64 L384,64 Z M341.333333,106.666667 L106.666667,106.666667 L106.666667,341.333333 L341.333333,341.333333 L341.333333,106.666667 Z M320,1.42108547e-14 L320,42.6666667 L42.666,42.666 L42.6666667,320 L1.42108547e-14,320 L1.42108547e-14,1.42108547e-14 L320,1.42108547e-14 Z M298.666667,234.666667 L298.666667,277.333333 L149.333333,277.333333 L149.333333,234.666667 L298.666667,234.666667 Z M298.666667,149.333333 L298.666667,192 L149.333333,192 L149.333333,149.333333 L298.666667,149.333333 Z" }) }) })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = DetailsOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),i=({size:t=24,color:l="currentColor",...L})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 512 512",fill:"none",xmlns:"http://www.w3.org/2000/svg",...L,children:[e.jsx("title",{children:"details"}),e.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e.jsx("g",{fill:l,transform:"translate(64.000000, 64.000000)",children:e.jsx("path",{d:"M384,64 L384,384 L64,384 L64,64 L384,64 Z M341.333333,106.666667 L106.666667,106.666667 L106.666667,341.333333 L341.333333,341.333333 L341.333333,106.666667 Z M320,1.42108547e-14 L320,42.6666667 L42.666,42.666 L42.6666667,320 L1.42108547e-14,320 L1.42108547e-14,1.42108547e-14 L320,1.42108547e-14 Z M298.666667,234.666667 L298.666667,277.333333 L149.333333,277.333333 L149.333333,234.666667 L298.666667,234.666667 Z M298.666667,149.333333 L298.666667,192 L149.333333,192 L149.333333,149.333333 L298.666667,149.333333 Z"})})})]});exports.default=i;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DiscordConversation = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z" })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = DiscordConversation;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("react/jsx-runtime"),l=({size:e=24,color:t="currentColor",...c})=>s.jsxs("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...c,children:[s.jsx("path",{fill:t,d:"M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z"}),s.jsx("path",{fill:t,d:"M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z"})]});exports.default=l;
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DiscordFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("title", { children: "discord" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: color, d: "M20.992 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.050 0.005 0.109 0.005 0.168 0 1.523-1.191 2.768-2.693 2.854l-0.008 0zM11.026 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.048 0.005 0.104 0.005 0.161 0 1.525-1.19 2.771-2.692 2.862l-0.008 0zM26.393 6.465c-1.763-0.832-3.811-1.49-5.955-1.871l-0.149-0.022c-0.005-0.001-0.011-0.002-0.017-0.002-0.035 0-0.065 0.019-0.081 0.047l-0 0c-0.234 0.411-0.488 0.924-0.717 1.45l-0.043 0.111c-1.030-0.165-2.218-0.259-3.428-0.259s-2.398 0.094-3.557 0.275l0.129-0.017c-0.27-0.63-0.528-1.142-0.813-1.638l0.041 0.077c-0.017-0.029-0.048-0.047-0.083-0.047-0.005 0-0.011 0-0.016 0.001l0.001-0c-2.293 0.403-4.342 1.060-6.256 1.957l0.151-0.064c-0.017 0.007-0.031 0.019-0.040 0.034l-0 0c-2.854 4.041-4.562 9.069-4.562 14.496 0 0.907 0.048 1.802 0.141 2.684l-0.009-0.11c0.003 0.029 0.018 0.053 0.039 0.070l0 0c2.14 1.601 4.628 2.891 7.313 3.738l0.176 0.048c0.008 0.003 0.018 0.004 0.028 0.004 0.032 0 0.060-0.015 0.077-0.038l0-0c0.535-0.72 1.044-1.536 1.485-2.392l0.047-0.1c0.006-0.012 0.010-0.027 0.010-0.043 0-0.041-0.026-0.075-0.062-0.089l-0.001-0c-0.912-0.352-1.683-0.727-2.417-1.157l0.077 0.042c-0.029-0.017-0.048-0.048-0.048-0.083 0-0.031 0.015-0.059 0.038-0.076l0-0c0.157-0.118 0.315-0.24 0.465-0.364 0.016-0.013 0.037-0.021 0.059-0.021 0.014 0 0.027 0.003 0.038 0.008l-0.001-0c2.208 1.061 4.8 1.681 7.536 1.681s5.329-0.62 7.643-1.727l-0.107 0.046c0.012-0.006 0.025-0.009 0.040-0.009 0.022 0 0.043 0.008 0.059 0.021l-0-0c0.15 0.124 0.307 0.248 0.466 0.365 0.023 0.018 0.038 0.046 0.038 0.077 0 0.035-0.019 0.065-0.046 0.082l-0 0c-0.661 0.395-1.432 0.769-2.235 1.078l-0.105 0.036c-0.036 0.014-0.062 0.049-0.062 0.089 0 0.016 0.004 0.031 0.011 0.044l-0-0.001c0.501 0.96 1.009 1.775 1.571 2.548l-0.040-0.057c0.017 0.024 0.046 0.040 0.077 0.040 0.010 0 0.020-0.002 0.029-0.004l-0.001 0c2.865-0.892 5.358-2.182 7.566-3.832l-0.065 0.047c0.022-0.016 0.036-0.041 0.039-0.069l0-0c0.087-0.784 0.136-1.694 0.136-2.615 0-5.415-1.712-10.43-4.623-14.534l0.052 0.078c-0.008-0.016-0.022-0.029-0.038-0.036l-0-0z" })
|
|
11
|
-
] });
|
|
12
|
-
exports.default = DiscordFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),s=({size:c=24,color:e="currentColor",...t})=>l.jsxs("svg",{width:c,height:c,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[l.jsx("title",{children:"discord"}),l.jsx("path",{fill:e,d:"M20.992 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.050 0.005 0.109 0.005 0.168 0 1.523-1.191 2.768-2.693 2.854l-0.008 0zM11.026 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.048 0.005 0.104 0.005 0.161 0 1.525-1.19 2.771-2.692 2.862l-0.008 0zM26.393 6.465c-1.763-0.832-3.811-1.49-5.955-1.871l-0.149-0.022c-0.005-0.001-0.011-0.002-0.017-0.002-0.035 0-0.065 0.019-0.081 0.047l-0 0c-0.234 0.411-0.488 0.924-0.717 1.45l-0.043 0.111c-1.030-0.165-2.218-0.259-3.428-0.259s-2.398 0.094-3.557 0.275l0.129-0.017c-0.27-0.63-0.528-1.142-0.813-1.638l0.041 0.077c-0.017-0.029-0.048-0.047-0.083-0.047-0.005 0-0.011 0-0.016 0.001l0.001-0c-2.293 0.403-4.342 1.060-6.256 1.957l0.151-0.064c-0.017 0.007-0.031 0.019-0.040 0.034l-0 0c-2.854 4.041-4.562 9.069-4.562 14.496 0 0.907 0.048 1.802 0.141 2.684l-0.009-0.11c0.003 0.029 0.018 0.053 0.039 0.070l0 0c2.14 1.601 4.628 2.891 7.313 3.738l0.176 0.048c0.008 0.003 0.018 0.004 0.028 0.004 0.032 0 0.060-0.015 0.077-0.038l0-0c0.535-0.72 1.044-1.536 1.485-2.392l0.047-0.1c0.006-0.012 0.010-0.027 0.010-0.043 0-0.041-0.026-0.075-0.062-0.089l-0.001-0c-0.912-0.352-1.683-0.727-2.417-1.157l0.077 0.042c-0.029-0.017-0.048-0.048-0.048-0.083 0-0.031 0.015-0.059 0.038-0.076l0-0c0.157-0.118 0.315-0.24 0.465-0.364 0.016-0.013 0.037-0.021 0.059-0.021 0.014 0 0.027 0.003 0.038 0.008l-0.001-0c2.208 1.061 4.8 1.681 7.536 1.681s5.329-0.62 7.643-1.727l-0.107 0.046c0.012-0.006 0.025-0.009 0.040-0.009 0.022 0 0.043 0.008 0.059 0.021l-0-0c0.15 0.124 0.307 0.248 0.466 0.365 0.023 0.018 0.038 0.046 0.038 0.077 0 0.035-0.019 0.065-0.046 0.082l-0 0c-0.661 0.395-1.432 0.769-2.235 1.078l-0.105 0.036c-0.036 0.014-0.062 0.049-0.062 0.089 0 0.016 0.004 0.031 0.011 0.044l-0-0.001c0.501 0.96 1.009 1.775 1.571 2.548l-0.040-0.057c0.017 0.024 0.046 0.040 0.077 0.040 0.010 0 0.020-0.002 0.029-0.004l-0.001 0c2.865-0.892 5.358-2.182 7.566-3.832l-0.065 0.047c0.022-0.016 0.036-0.041 0.039-0.069l0-0c0.087-0.784 0.136-1.694 0.136-2.615 0-5.415-1.712-10.43-4.623-14.534l0.052 0.078c-0.008-0.016-0.022-0.029-0.038-0.036l-0-0z"})]});exports.default=s;
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DiscordOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 192 192", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "12", d: "m68 138-8 16c-10.19-4.246-20.742-8.492-31.96-15.8-3.912-2.549-6.284-6.88-6.378-11.548-.488-23.964 5.134-48.056 19.369-73.528 1.863-3.334 4.967-5.778 8.567-7.056C58.186 43.02 64.016 40.664 74 39l6 11s6-2 16-2 16 2 16 2l6-11c9.984 1.664 15.814 4.02 24.402 7.068 3.6 1.278 6.704 3.722 8.567 7.056 14.235 25.472 19.857 49.564 19.37 73.528-.095 4.668-2.467 8.999-6.379 11.548-11.218 7.308-21.769 11.554-31.96 15.8l-8-16m-68-8s20 10 40 10 40-10 40-10" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "71", cy: "101", fill: color, rx: "13", ry: "15" }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "121", cy: "101", fill: color, rx: "13", ry: "15" })
|
|
12
|
-
] });
|
|
13
|
-
exports.default = DiscordOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),r=({size:t=24,color:s="currentColor",...l})=>e.jsxs("svg",{width:t,height:t,viewBox:"0 0 192 192",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[e.jsx("path",{stroke:s,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"12",d:"m68 138-8 16c-10.19-4.246-20.742-8.492-31.96-15.8-3.912-2.549-6.284-6.88-6.378-11.548-.488-23.964 5.134-48.056 19.369-73.528 1.863-3.334 4.967-5.778 8.567-7.056C58.186 43.02 64.016 40.664 74 39l6 11s6-2 16-2 16 2 16 2l6-11c9.984 1.664 15.814 4.02 24.402 7.068 3.6 1.278 6.704 3.722 8.567 7.056 14.235 25.472 19.857 49.564 19.37 73.528-.095 4.668-2.467 8.999-6.379 11.548-11.218 7.308-21.769 11.554-31.96 15.8l-8-16m-68-8s20 10 40 10 40-10 40-10"}),e.jsx("ellipse",{cx:"71",cy:"101",fill:s,rx:"13",ry:"15"}),e.jsx("ellipse",{cx:"121",cy:"101",fill:s,rx:"13",ry:"15"})]});exports.default=r;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DoorClosedFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 0H13V14H15V16H1V14H3V0ZM11 8C11 8.55229 10.5523 9 10 9C9.44772 9 9 8.55229 9 8C9 7.44772 9.44772 7 10 7C10.5523 7 11 7.44772 11 8Z", fill: color }) });
|
|
9
|
-
exports.default = DoorClosedFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),i=({size:e=24,color:o="currentColor",...t})=>l.jsx("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 0H13V14H15V16H1V14H3V0ZM11 8C11 8.55229 10.5523 9 10 9C9.44772 9 9 8.55229 9 8C9 7.44772 9.44772 7 10 7C10.5523 7 11 7.44772 11 8Z",fill:o})});exports.default=i;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DoorClosedOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 21H21M18 21V6.2C18 5.0799 18 4.51984 17.782 4.09202C17.5903 3.71569 17.2843 3.40973 16.908 3.21799C16.4802 3 15.9201 3 14.8 3H9.2C8.0799 3 7.51984 3 7.09202 3.21799C6.71569 3.40973 6.40973 3.71569 6.21799 4.09202C6 4.51984 6 5.0799 6 6.2V21M15 12H15.01", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
9
|
-
exports.default = DoorClosedOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),n=({size:e=24,color:o="currentColor",...r})=>t.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsx("path",{d:"M3 21H21M18 21V6.2C18 5.0799 18 4.51984 17.782 4.09202C17.5903 3.71569 17.2843 3.40973 16.908 3.21799C16.4802 3 15.9201 3 14.8 3H9.2C8.0799 3 7.51984 3 7.09202 3.21799C6.71569 3.40973 6.40973 3.71569 6.21799 4.09202C6 4.51984 6 5.0799 6 6.2V21M15 12H15.01",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});exports.default=n;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DoorOpenFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 0L3 2V14H1V16H15V14H13V2H11V14H9V0ZM6.75 9C7.16421 9 7.5 8.55229 7.5 8C7.5 7.44772 7.16421 7 6.75 7C6.33579 7 6 7.44772 6 8C6 8.55229 6.33579 9 6.75 9Z", fill: color }) });
|
|
9
|
-
exports.default = DoorOpenFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),i=({size:e=24,color:t="currentColor",...o})=>l.jsx("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 0L3 2V14H1V16H15V14H13V2H11V14H9V0ZM6.75 9C7.16421 9 7.5 8.55229 7.5 8C7.5 7.44772 7.16421 7 6.75 7C6.33579 7 6 7.44772 6 8C6 8.55229 6.33579 9 6.75 9Z",fill:t})});exports.default=i;
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DoorOpenOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 21.0001L14 21V5.98924C14 4.6252 14 3.94318 13.7187 3.47045C13.472 3.05596 13.0838 2.74457 12.6257 2.59368C12.1032 2.42159 11.4374 2.56954 10.1058 2.86544L7.50582 3.44322C6.6117 3.64191 6.16464 3.74126 5.83093 3.98167C5.53658 4.19373 5.30545 4.48186 5.1623 4.8152C5 5.19312 5 5.65108 5 6.56702V21.0001M13.994 5.00007H15.8C16.9201 5.00007 17.4802 5.00007 17.908 5.21805C18.2843 5.4098 18.5903 5.71576 18.782 6.09209C19 6.51991 19 7.07996 19 8.20007V21.0001H21M11 12.0001H11.01", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
9
|
-
exports.default = DoorOpenOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),n=({size:e=24,color:o="currentColor",...r})=>t.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsx("path",{d:"M3 21.0001L14 21V5.98924C14 4.6252 14 3.94318 13.7187 3.47045C13.472 3.05596 13.0838 2.74457 12.6257 2.59368C12.1032 2.42159 11.4374 2.56954 10.1058 2.86544L7.50582 3.44322C6.6117 3.64191 6.16464 3.74126 5.83093 3.98167C5.53658 4.19373 5.30545 4.48186 5.1623 4.8152C5 5.19312 5 5.65108 5 6.56702V21.0001M13.994 5.00007H15.8C16.9201 5.00007 17.4802 5.00007 17.908 5.21805C18.2843 5.4098 18.5903 5.71576 18.782 6.09209C19 6.51991 19 7.07996 19 8.20007V21.0001H21M11 12.0001H11.01",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});exports.default=n;
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DotsHorizontalFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 8C4 9.10457 3.10457 10 2 10C0.895431 10 0 9.10457 0 8C0 6.89543 0.895431 6 2 6C3.10457 6 4 6.89543 4 8Z", fill: color }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z", fill: color }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 10C15.1046 10 16 9.10457 16 8C16 6.89543 15.1046 6 14 6C12.8954 6 12 6.89543 12 8C12 9.10457 12.8954 10 14 10Z", fill: color })
|
|
12
|
-
] });
|
|
13
|
-
exports.default = DotsHorizontalFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),s=({size:l=24,color:t="currentColor",...i})=>e.jsxs("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[e.jsx("path",{d:"M4 8C4 9.10457 3.10457 10 2 10C0.895431 10 0 9.10457 0 8C0 6.89543 0.895431 6 2 6C3.10457 6 4 6.89543 4 8Z",fill:t}),e.jsx("path",{d:"M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",fill:t}),e.jsx("path",{d:"M14 10C15.1046 10 16 9.10457 16 8C16 6.89543 15.1046 6 14 6C12.8954 6 12 6.89543 12 8C12 9.10457 12.8954 10 14 10Z",fill:t})]});exports.default=s;
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DotsHorizontalOutline = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
12
|
-
] });
|
|
13
|
-
exports.default = DotsHorizontalOutline;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),n=({size:o=24,color:t="currentColor",...r})=>e.jsxs("svg",{width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[e.jsx("path",{d:"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});exports.default=n;
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const DotsVerticalFilled = ({
|
|
5
|
-
size = 24,
|
|
6
|
-
color = "currentColor",
|
|
7
|
-
...props
|
|
8
|
-
}) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 12C9.10457 12 10 12.8954 10 14C10 15.1046 9.10457 16 8 16C6.89543 16 6 15.1046 6 14C6 12.8954 6.89543 12 8 12Z", fill: color }),
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 6C9.10457 6 10 6.89543 10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6Z", fill: color }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 2C10 0.89543 9.10457 -4.82823e-08 8 0C6.89543 4.82823e-08 6 0.895431 6 2C6 3.10457 6.89543 4 8 4C9.10457 4 10 3.10457 10 2Z", fill: color })
|
|
12
|
-
] });
|
|
13
|
-
exports.default = DotsVerticalFilled;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),s=({size:l=24,color:t="currentColor",...i})=>e.jsxs("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[e.jsx("path",{d:"M8 12C9.10457 12 10 12.8954 10 14C10 15.1046 9.10457 16 8 16C6.89543 16 6 15.1046 6 14C6 12.8954 6.89543 12 8 12Z",fill:t}),e.jsx("path",{d:"M8 6C9.10457 6 10 6.89543 10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6Z",fill:t}),e.jsx("path",{d:"M10 2C10 0.89543 9.10457 -4.82823e-08 8 0C6.89543 4.82823e-08 6 0.895431 6 2C6 3.10457 6.89543 4 8 4C9.10457 4 10 3.10457 10 2Z",fill:t})]});exports.default=s;
|