@antscorp/antsomi-ui 2.0.13 → 2.0.15
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/es/components/atoms/Alert/Alert.js +10 -22
- package/es/components/atoms/Button/Button.d.ts +4 -2
- package/es/components/atoms/Button/Button.js +4 -1
- package/es/components/atoms/Button/test.js +9 -90
- package/es/components/atoms/Checkbox/Checkbox.d.ts +4 -1
- package/es/components/atoms/Checkbox/Checkbox.js +3 -1
- package/es/components/atoms/ContentEditable/ContentEditable.js +5 -16
- package/es/components/atoms/DividerPure/DividerPure.js +4 -15
- package/es/components/atoms/DividerPure/styled.js +2 -3
- package/es/components/atoms/Empty/Empty.js +2 -2
- package/es/components/atoms/Icon/index.js +4 -7
- package/es/components/atoms/Iframe/Iframe.js +6 -17
- package/es/components/atoms/Input/Input.js +12 -25
- package/es/components/atoms/Input/styled.js +12 -13
- package/es/components/atoms/InputDynamic/EditCaretPositioning.js +8 -9
- package/es/components/atoms/InputDynamic/InputDynamic.d.ts +1 -6
- package/es/components/atoms/InputDynamic/InputDynamic.js +105 -77
- package/es/components/atoms/InputDynamic/PopupShortLink.js +29 -24
- package/es/components/atoms/InputDynamic/constants.d.ts +4 -0
- package/es/components/atoms/InputDynamic/constants.js +4 -0
- package/es/components/atoms/InputDynamic/styled.d.ts +1 -2
- package/es/components/atoms/InputDynamic/styled.js +25 -21
- package/es/components/atoms/InputDynamic/types.d.ts +1 -1
- package/es/components/atoms/InputDynamic/utils.d.ts +0 -1
- package/es/components/atoms/InputDynamic/utils.js +14 -12
- package/es/components/atoms/InputNumber/InputNumber.js +6 -18
- package/es/components/atoms/MobileFrame/MobileFrame.js +2 -20
- package/es/components/atoms/MobileFrameV2/MobileFrameV2.js +2 -20
- package/es/components/atoms/PreviewTabs/PreviewTabs.js +14 -26
- package/es/components/atoms/PreviewTabs/styled.js +1 -2
- package/es/components/atoms/Radio/index.d.ts +2 -2
- package/es/components/atoms/Radio/index.js +8 -7
- package/es/components/atoms/RateV2/RateV2.js +19 -20
- package/es/components/atoms/ReactIframe/ReactIframe.js +5 -18
- package/es/components/atoms/ReactIframe/styled.js +1 -2
- package/es/components/atoms/RequiredLabel/index.js +4 -17
- package/es/components/atoms/RequiredLabel/styled.js +1 -2
- package/es/components/atoms/ScrollBox/index.js +11 -16
- package/es/components/atoms/Scrollbars/Scrollbars.js +6 -22
- package/es/components/atoms/Scrollbars/styled.js +1 -1
- package/es/components/atoms/SlideBar/SlideBar.js +68 -62
- package/es/components/atoms/SlideBar/styled.js +15 -19
- package/es/components/atoms/Slider/index.js +6 -11
- package/es/components/atoms/Slider/styled.js +2 -3
- package/es/components/atoms/SliderV2/index.js +12 -4
- package/es/components/atoms/Spin/Spin.d.ts +1 -2
- package/es/components/atoms/Spin/Spin.js +6 -18
- package/es/components/atoms/Steps/Steps.js +11 -20
- package/es/components/atoms/Steps/styled.d.ts +2 -2
- package/es/components/atoms/Steps/styled.js +17 -18
- package/es/components/atoms/Tag/Tag.js +3 -16
- package/es/components/atoms/Text/index.js +7 -15
- package/es/components/atoms/Text/styled.js +9 -11
- package/es/components/icons/AccountCircleIcon.js +3 -3
- package/es/components/icons/AccountCircleOutlineIcon.js +3 -3
- package/es/components/icons/AccountSharing30Icon.js +3 -3
- package/es/components/icons/AccountSharingIcon.js +3 -3
- package/es/components/icons/AccountTreeIcon.js +3 -3
- package/es/components/icons/Accounts30Icon.js +3 -3
- package/es/components/icons/AddChartIcon.js +3 -4
- package/es/components/icons/AddFolderIcon.js +3 -3
- package/es/components/icons/AddIcon.js +3 -3
- package/es/components/icons/AddRadiusIcon.js +3 -3
- package/es/components/icons/AddShoppingCartIcon.js +3 -3
- package/es/components/icons/AdjustIcon.js +3 -4
- package/es/components/icons/AllDevicesIcon.js +3 -4
- package/es/components/icons/AllJourneyChannelsIcon.js +3 -3
- package/es/components/icons/AnalyticModels30Icon.js +3 -3
- package/es/components/icons/AnalyticModelsIcon.js +3 -3
- package/es/components/icons/Analytics30Icon.js +3 -3
- package/es/components/icons/AnalyticsIcon.js +3 -10
- package/es/components/icons/AnlysisIcon.js +3 -3
- package/es/components/icons/AnlyticModelsIcon.js +3 -3
- package/es/components/icons/ArrowGrowIcon.js +3 -4
- package/es/components/icons/ArrowLineIcon.js +3 -3
- package/es/components/icons/ArticleIcon.js +3 -6
- package/es/components/icons/AssignmentIndIcon.js +3 -3
- package/es/components/icons/AttachmentIcon.js +3 -3
- package/es/components/icons/AudioRecordIcon.js +3 -4
- package/es/components/icons/BatchStreaming30Icon.js +3 -3
- package/es/components/icons/BatchStreamingIcon.js +3 -3
- package/es/components/icons/BlockIcon.js +3 -3
- package/es/components/icons/BudLightIcon.js +3 -4
- package/es/components/icons/BugIcon.js +3 -4
- package/es/components/icons/BusinessObjects30Icon.js +3 -3
- package/es/components/icons/BussinessObjectsIcon.js +3 -3
- package/es/components/icons/ByDayIcon.js +3 -3
- package/es/components/icons/ByMonthIcon.js +3 -3
- package/es/components/icons/ByScheduleIcon.js +3 -3
- package/es/components/icons/ByThreeDayIcon.js +3 -3
- package/es/components/icons/ByWeekIcon.js +3 -3
- package/es/components/icons/CalendarIcon.js +3 -3
- package/es/components/icons/CallIcon.js +3 -3
- package/es/components/icons/CameraIcon.js +3 -4
- package/es/components/icons/CampaignIcon.js +3 -9
- package/es/components/icons/CampaignMenuIcon.js +3 -3
- package/es/components/icons/CaptureIcon.js +3 -4
- package/es/components/icons/CatalogIcon.js +3 -3
- package/es/components/icons/CategoryIcon.js +3 -5
- package/es/components/icons/ChartRealTimeIcon.js +3 -5
- package/es/components/icons/ChartReviewIcon.js +3 -3
- package/es/components/icons/ChartTypeIcon.js +3 -4
- package/es/components/icons/ChatBubbleOutlineIcon.js +3 -3
- package/es/components/icons/ChatConversationCommentAddCommentIcon.js +3 -3
- package/es/components/icons/ChatMentionIcon.js +3 -3
- package/es/components/icons/ChatUnreadIcon.js +3 -3
- package/es/components/icons/CheckSlimIcon.js +3 -4
- package/es/components/icons/CheckboxChecked5RadiusIcon.js +3 -3
- package/es/components/icons/CheckboxCheckedIcon.js +3 -3
- package/es/components/icons/CheckboxIndeterminate5RadiusIcon.js +3 -3
- package/es/components/icons/CheckboxIndeterminateIcon.js +3 -3
- package/es/components/icons/CheckboxUnchecked5RadiusIcon.js +3 -3
- package/es/components/icons/CheckboxUncheckedIcon.js +3 -3
- package/es/components/icons/ChecklistRtlIcon.js +3 -4
- package/es/components/icons/CircleAddElementIcon.js +3 -3
- package/es/components/icons/CircleNotificationsIcon.js +3 -3
- package/es/components/icons/CloseIcon.js +3 -4
- package/es/components/icons/CodeIcon.js +3 -3
- package/es/components/icons/Collection30Icon.js +3 -3
- package/es/components/icons/ColorProfileStyleThemeIcon.js +3 -3
- package/es/components/icons/ColumnIcon.js +3 -3
- package/es/components/icons/CommentIcon.js +3 -4
- package/es/components/icons/CompareIcon.js +3 -3
- package/es/components/icons/ComputationHistoriesIcon.js +3 -3
- package/es/components/icons/ConfirmationNumberIcon.js +3 -3
- package/es/components/icons/ConnectOneNIcon.js +3 -3
- package/es/components/icons/ConnectOneOneIcon.js +3 -3
- package/es/components/icons/Connectors30Icon.js +3 -3
- package/es/components/icons/Content30Icon.js +3 -3
- package/es/components/icons/ConversionEvent30Icon.js +3 -4
- package/es/components/icons/ConversionIcon.js +3 -4
- package/es/components/icons/CopyDuplicateIcon.js +3 -3
- package/es/components/icons/CopyLinkActiveIcon.js +3 -8
- package/es/components/icons/CopyLinkIcon.js +3 -3
- package/es/components/icons/CropIcon.js +3 -3
- package/es/components/icons/CursorIcon.js +3 -3
- package/es/components/icons/CurvedConnectorIcon.js +3 -3
- package/es/components/icons/CustomerIcon.js +3 -4
- package/es/components/icons/CustomerInformationIcon.js +3 -9
- package/es/components/icons/CustomerJourney30Icon.js +3 -3
- package/es/components/icons/CustomerJourneyIcon.js +3 -3
- package/es/components/icons/Customers30Icon.js +3 -3
- package/es/components/icons/Dashboard30Icon.js +3 -3
- package/es/components/icons/DashboardIcon.js +3 -3
- package/es/components/icons/DataDestination30Icon.js +3 -3
- package/es/components/icons/DataDestinationIcon.js +3 -3
- package/es/components/icons/DataEncryption30Icon.js +3 -3
- package/es/components/icons/DataEncryptionIcon.js +3 -3
- package/es/components/icons/DataIcon.js +3 -3
- package/es/components/icons/DataRefreshIcon.js +3 -3
- package/es/components/icons/DataSchema30Icon.js +3 -3
- package/es/components/icons/DataSource30Icon.js +3 -3
- package/es/components/icons/DataView30Icon.js +3 -3
- package/es/components/icons/DataViewIcon.js +3 -3
- package/es/components/icons/Dataflows30Icon.js +3 -3
- package/es/components/icons/DatasourceIcon.js +3 -3
- package/es/components/icons/DatasourceSegment30Icon.js +3 -3
- package/es/components/icons/DeleteRemoveTrashIcon.js +3 -3
- package/es/components/icons/DeliveryLogIcon.js +3 -3
- package/es/components/icons/DesktopLaptopIcon.js +3 -3
- package/es/components/icons/DesktopWindowsIcon.js +3 -3
- package/es/components/icons/Destination130Icon.js +3 -5
- package/es/components/icons/Destinations30Icon.js +3 -3
- package/es/components/icons/DestinationsIcon.js +3 -3
- package/es/components/icons/Diagram30Icon.js +3 -3
- package/es/components/icons/DiagramIcon.js +3 -3
- package/es/components/icons/DirectoriesIcon.js +3 -3
- package/es/components/icons/DisplayMonitorScreenIcon.js +3 -3
- package/es/components/icons/DomainManagementIcon.js +4 -6
- package/es/components/icons/DownloadIcon.js +3 -3
- package/es/components/icons/DraftDocumentIcon.js +3 -3
- package/es/components/icons/DuplicateIcon.js +3 -3
- package/es/components/icons/DynamicFormIcon.js +3 -3
- package/es/components/icons/DynamicImageIcon.js +3 -4
- package/es/components/icons/DynamicTextIcon.js +3 -4
- package/es/components/icons/EditFilledIcon.js +3 -4
- package/es/components/icons/EditIcon.js +3 -3
- package/es/components/icons/ElbowConnectorIcon.js +3 -3
- package/es/components/icons/EmailTemplate30Icon.js +3 -3
- package/es/components/icons/EmailTemplateIcon.js +3 -3
- package/es/components/icons/EmailTemplateMenuIcon.js +3 -3
- package/es/components/icons/EmojiEmotionsIcon.js +3 -3
- package/es/components/icons/EventAttribute30Icon.js +3 -3
- package/es/components/icons/EventAttributeIcon.js +3 -3
- package/es/components/icons/EventIcon.js +3 -4
- package/es/components/icons/EventSources30Icon.js +3 -3
- package/es/components/icons/EventSourcesIcon.js +3 -3
- package/es/components/icons/ExcludePeopleIcon.js +3 -3
- package/es/components/icons/ExitFullScreenIcon.js +3 -4
- package/es/components/icons/ExitLogOutIcon.js +3 -4
- package/es/components/icons/ExpandLessIcon.js +3 -4
- package/es/components/icons/ExpandMoreIcon.js +3 -3
- package/es/components/icons/ExpandMoreRightIcon.js +3 -3
- package/es/components/icons/ExpandViewFullIcon.js +3 -4
- package/es/components/icons/ExploreBuiltIn30Icon.js +3 -3
- package/es/components/icons/ExploreBuiltInIcon.js +3 -3
- package/es/components/icons/ExploreIcon.js +3 -3
- package/es/components/icons/ExploreSegmentData30Icon.js +3 -10
- package/es/components/icons/ExploreStandard30Icon.js +3 -3
- package/es/components/icons/ExploreStandardIcon.js +3 -3
- package/es/components/icons/ExportHtmlIcon.js +3 -3
- package/es/components/icons/ExportMenuIcon.js +3 -3
- package/es/components/icons/ExtendValueIcon.js +3 -3
- package/es/components/icons/FactCheckIcon.js +3 -3
- package/es/components/icons/FileDownloadIcon.js +3 -3
- package/es/components/icons/FileTransferIcon.js +3 -7
- package/es/components/icons/FileUpload1Icon.js +3 -3
- package/es/components/icons/FileUploadIcon.js +3 -3
- package/es/components/icons/FilterIcon.js +3 -3
- package/es/components/icons/FolderCreateNewFolderIcon.js +3 -3
- package/es/components/icons/FolderShareIcon.js +3 -3
- package/es/components/icons/FolderUploadIcon.js +3 -3
- package/es/components/icons/ForceRunIcon.js +3 -3
- package/es/components/icons/ForecastIcon.js +3 -3
- package/es/components/icons/Form30Icon.js +3 -3
- package/es/components/icons/ForwardIcon.js +3 -3
- package/es/components/icons/FreeDrawIcon.js +3 -4
- package/es/components/icons/FullReviewIcon.js +3 -4
- package/es/components/icons/GPTIcon.js +3 -5
- package/es/components/icons/GalleryTemplateIcon.js +3 -5
- package/es/components/icons/GeneralSettingIcon.js +3 -3
- package/es/components/icons/GeneralSettings30Icon.js +3 -3
- package/es/components/icons/GenerateAutoWizardIcon.js +3 -3
- package/es/components/icons/Geofence30Icon.js +3 -3
- package/es/components/icons/GetInsightIcon.js +3 -3
- package/es/components/icons/GridViewIcon.js +3 -3
- package/es/components/icons/GroupIcon.js +3 -3
- package/es/components/icons/GroupLayerIcon.js +3 -3
- package/es/components/icons/HeartFavoriteBorderIcon.js +3 -3
- package/es/components/icons/HeartFavoriteIcon.js +3 -3
- package/es/components/icons/HelpIcon.js +3 -3
- package/es/components/icons/HighlightAltIcon.js +3 -3
- package/es/components/icons/HighlightIcon.js +3 -3
- package/es/components/icons/HomeHouse30Icon.js +3 -3
- package/es/components/icons/HomeIcon.js +3 -4
- package/es/components/icons/HowToRegIcon.js +3 -3
- package/es/components/icons/IdeaIcon.js +3 -4
- package/es/components/icons/ImageIcon.js +3 -3
- package/es/components/icons/InactiveIcon.js +3 -3
- package/es/components/icons/InactiveVariantIcon.js +3 -3
- package/es/components/icons/IncludePeopleIcon.js +3 -3
- package/es/components/icons/IncreaseDecreaseIcon.js +3 -3
- package/es/components/icons/Integration30Icon.js +3 -3
- package/es/components/icons/InteractiveIcon.js +3 -3
- package/es/components/icons/InvisibleIcon.js +3 -5
- package/es/components/icons/InvitePeopleIcon.js +3 -3
- package/es/components/icons/IssueBugIcon.js +3 -3
- package/es/components/icons/ItemRecommendationIcon.js +3 -6
- package/es/components/icons/JourneyTactic30Icon.js +3 -4
- package/es/components/icons/JourneyTacticIcon.js +3 -4
- package/es/components/icons/LayerIcon.js +3 -3
- package/es/components/icons/LeftExpandIcon.js +3 -4
- package/es/components/icons/LibraryIcon.js +3 -3
- package/es/components/icons/LineIcon.js +3 -3
- package/es/components/icons/LinkManagement30Icon.js +3 -3
- package/es/components/icons/LinkManagementIcon.js +3 -3
- package/es/components/icons/ListIcon.js +3 -3
- package/es/components/icons/LoadingIcon.js +4 -17
- package/es/components/icons/LocalMallIcon.js +3 -3
- package/es/components/icons/LongerIcon.js +3 -3
- package/es/components/icons/MapIcon.js +3 -3
- package/es/components/icons/MarkAsReadIcon.js +3 -3
- package/es/components/icons/MarketingHub30Icon.js +3 -3
- package/es/components/icons/MediaGalleryIcon.js +3 -3
- package/es/components/icons/MediaTemplate30Icon.js +3 -3
- package/es/components/icons/MediaTemplateIcon.js +3 -3
- package/es/components/icons/MediaTemplateMenuIcon.js +3 -3
- package/es/components/icons/Menu30Icon.js +3 -3
- package/es/components/icons/MenuCollapseIcon.js +3 -3
- package/es/components/icons/MenuExpandIcon.js +3 -3
- package/es/components/icons/MenuImageMultiIcon.js +3 -3
- package/es/components/icons/MenuImageSingleIcon.js +3 -3
- package/es/components/icons/MergeIcon.js +3 -3
- package/es/components/icons/MobileFriendlyIcon.js +3 -3
- package/es/components/icons/MobilePhoneIcon.js +3 -3
- package/es/components/icons/MonitorAppIcon.js +3 -3
- package/es/components/icons/MoreIcon.js +3 -3
- package/es/components/icons/MoreInfoIcon.js +3 -3
- package/es/components/icons/MoveToIcon.js +3 -3
- package/es/components/icons/MuteIcon.js +3 -4
- package/es/components/icons/NodeViewIcon.js +3 -9
- package/es/components/icons/NotificationIcon.js +3 -3
- package/es/components/icons/NotificationSettingIcon.js +3 -3
- package/es/components/icons/NotificationsActiveIcon.js +3 -3
- package/es/components/icons/OpenNewTabIcon.js +3 -3
- package/es/components/icons/OpenUrlIcon.js +3 -4
- package/es/components/icons/OrchestrationIcon.js +3 -3
- package/es/components/icons/PageArticleIcon.js +3 -3
- package/es/components/icons/PauseIcon.js +3 -4
- package/es/components/icons/PaymentIcon.js +3 -3
- package/es/components/icons/PenDrawingIcon.js +3 -3
- package/es/components/icons/PersonAddDisabledIcon.js +3 -4
- package/es/components/icons/PersonUserAccountIcon.js +3 -3
- package/es/components/icons/PhoneCallbackIcon.js +3 -3
- package/es/components/icons/PhoneIphoneIcon.js +3 -4
- package/es/components/icons/PivotTableChartIcon.js +3 -6
- package/es/components/icons/PlaneIcon.js +3 -5
- package/es/components/icons/Plannings30Icon.js +3 -3
- package/es/components/icons/Predictive30Icon.js +3 -3
- package/es/components/icons/PredictiveModel30Icon.js +3 -3
- package/es/components/icons/PredictiveModelIcon.js +3 -3
- package/es/components/icons/PreviewIcon.js +3 -3
- package/es/components/icons/PreviewVisibilityEyeIcon.js +3 -3
- package/es/components/icons/ProcessHistoryIcon.js +3 -4
- package/es/components/icons/ProfileTemplate30Icon.js +3 -3
- package/es/components/icons/ProfileTemplateIcon.js +3 -3
- package/es/components/icons/ProjectIcon.js +3 -3
- package/es/components/icons/PromotionCenter30Icon.js +3 -3
- package/es/components/icons/PromotionCenterIcon.js +3 -3
- package/es/components/icons/Providers30Icon.js +3 -3
- package/es/components/icons/PublicIcon.js +3 -3
- package/es/components/icons/PublishSendIcon.js +3 -3
- package/es/components/icons/QueryIcon.js +3 -3
- package/es/components/icons/QuickTestIcon.js +3 -3
- package/es/components/icons/RatingStarBorderIcon.js +3 -3
- package/es/components/icons/RatingStarFullIcon.js +3 -3
- package/es/components/icons/RatingStarHalfIcon.js +3 -3
- package/es/components/icons/RealtimeStreaming30Icon.js +3 -6
- package/es/components/icons/RealtimeStreamingIcon.js +3 -6
- package/es/components/icons/RecentHistoryVersionHistoryIcon.js +3 -3
- package/es/components/icons/RectangleIcon.js +3 -3
- package/es/components/icons/RedeemIcon.js +3 -3
- package/es/components/icons/RedoIcon.js +3 -3
- package/es/components/icons/RefreshIcon.js +3 -3
- package/es/components/icons/RemoveRedEyeIcon.js +3 -3
- package/es/components/icons/RemoveShoppingCartIcon.js +3 -3
- package/es/components/icons/ReportIcon.js +3 -3
- package/es/components/icons/RequestIcon.js +3 -4
- package/es/components/icons/RequiredIcon.js +3 -3
- package/es/components/icons/ResendValidateEmailIcon.js +3 -3
- package/es/components/icons/RestoreDefaultIcon.js +3 -4
- package/es/components/icons/ResumeIcon.js +3 -3
- package/es/components/icons/RightExpandIcon.js +3 -4
- package/es/components/icons/Role30Icon.js +3 -3
- package/es/components/icons/SQLWorkspace30Icon.js +3 -3
- package/es/components/icons/SaveAsIcon.js +3 -3
- package/es/components/icons/SaveIcon.js +3 -3
- package/es/components/icons/ScheduleEmailDeliveryIcon.js +3 -4
- package/es/components/icons/ScreenshotMonitorIcon.js +3 -4
- package/es/components/icons/SearchIcon.js +3 -3
- package/es/components/icons/SectionIcon.js +3 -3
- package/es/components/icons/Segments30Icon.js +3 -3
- package/es/components/icons/SegmentsIcon.js +3 -3
- package/es/components/icons/SendTranscriptIcon.js +3 -3
- package/es/components/icons/SettingIcon.js +3 -3
- package/es/components/icons/ShapeCircleIcon.js +3 -3
- package/es/components/icons/ShapeSquareIcon.js +3 -3
- package/es/components/icons/ShareIcon.js +3 -3
- package/es/components/icons/ShareWithMeAccountIcon.js +3 -3
- package/es/components/icons/ShoppingBagIcon.js +3 -3
- package/es/components/icons/ShoppingCartIcon.js +3 -3
- package/es/components/icons/ShowLeftPanelIcon.js +3 -3
- package/es/components/icons/ShowRightPanelIcon.js +3 -3
- package/es/components/icons/SignatureIcon.js +3 -3
- package/es/components/icons/SlideGroupIcon.js +3 -3
- package/es/components/icons/Sort1Icon.js +3 -3
- package/es/components/icons/SortIcon.js +3 -3
- package/es/components/icons/SqlWorkspaceIcon.js +3 -3
- package/es/components/icons/StatisticIcon.js +3 -4
- package/es/components/icons/StickerIcon.js +3 -3
- package/es/components/icons/StopRecordIcon.js +3 -4
- package/es/components/icons/StoreIcon.js +3 -3
- package/es/components/icons/StudioTemplates30Icon.js +3 -3
- package/es/components/icons/SubtractRadiusIcon.js +3 -3
- package/es/components/icons/SupportAssistantIcon.js +3 -3
- package/es/components/icons/Survey30Icon.js +3 -3
- package/es/components/icons/SurveyDirectorProfileIcon.js +3 -3
- package/es/components/icons/SurveyIcon.js +3 -3
- package/es/components/icons/SurveyProject30Icon.js +3 -3
- package/es/components/icons/SystemRunningIcon.js +3 -3
- package/es/components/icons/TabGroupIcon.js +3 -3
- package/es/components/icons/TableIcon.js +3 -3
- package/es/components/icons/TableVer2Icon.js +3 -3
- package/es/components/icons/TextIcon.js +3 -3
- package/es/components/icons/ThirdPartyPluginV130Icon.js +3 -3
- package/es/components/icons/ThirdPartyPluginV230Icon.js +3 -3
- package/es/components/icons/ThumbDownHandIcon.js +3 -3
- package/es/components/icons/ThumbUpHandIcon.js +3 -3
- package/es/components/icons/Ticket30Icon.js +3 -3
- package/es/components/icons/TicketIcon.js +3 -3
- package/es/components/icons/TimeIcon.js +3 -3
- package/es/components/icons/TipsAndUpdatesIcon.js +3 -3
- package/es/components/icons/TipsIdeaLight24Icon.js +3 -3
- package/es/components/icons/TipsIdeaLight30Icon.js +3 -3
- package/es/components/icons/UnblockIcon.js +3 -3
- package/es/components/icons/UndoIcon.js +3 -3
- package/es/components/icons/Unknown30Icon.js +3 -3
- package/es/components/icons/UploadIcon.js +3 -3
- package/es/components/icons/UploadMenuIcon.js +3 -3
- package/es/components/icons/UserActivityIcon.js +3 -12
- package/es/components/icons/UserAttributesIcon.js +3 -3
- package/es/components/icons/UserIcon.js +3 -5
- package/es/components/icons/ValidateFormatIcon.js +3 -3
- package/es/components/icons/VariantPriorityIcon.js +3 -3
- package/es/components/icons/VerticalDotsIcon.js +3 -4
- package/es/components/icons/ViewColumnIcon.js +3 -5
- package/es/components/icons/ViewDetailsInformationIcon.js +3 -3
- package/es/components/icons/VisibilityOffEyeIcon.js +3 -3
- package/es/components/icons/Visitor30Icon.js +3 -3
- package/es/components/icons/VisitorIcon.js +3 -3
- package/es/components/icons/WarningIcon.js +3 -4
- package/es/components/icons/WebAssetIcon.js +3 -3
- package/es/components/icons/WebIcon.js +3 -3
- package/es/components/icons/WebPersonalizationIcon.js +3 -3
- package/es/components/icons/WebhookIcon.js +3 -3
- package/es/components/icons/WidgetIcon.js +3 -3
- package/es/components/icons/WritingAIAssitantIcon.js +3 -5
- package/es/components/icons/document/IconGallery.d.ts +1 -1
- package/es/components/icons/document/IconGallery.js +13 -22
- package/es/components/icons/document/styled.js +2 -2
- package/es/components/icons/hooks/useIcon.js +1 -1
- package/es/components/molecules/AccessDenied/AccessDenied.js +3 -10
- package/es/components/molecules/AccessDenied/styled.js +1 -1
- package/es/components/molecules/AccountSelection/AccountListing.js +10 -16
- package/es/components/molecules/AccountSelection/AccountSelection.js +6 -21
- package/es/components/molecules/AccountSelection/components/AccountItem.js +2 -3
- package/es/components/molecules/AccountSelection/hooks/useAccountSelection.js +4 -4
- package/es/components/molecules/AccountSelection/styled.js +11 -12
- package/es/components/molecules/AddDynamicContent/AddDynamicContent.js +168 -182
- package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +1 -0
- package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.js +3 -4
- package/es/components/molecules/AddDynamicContent/components/FormatDatetime/FormatDatetime.d.ts +1 -2
- package/es/components/molecules/AddDynamicContent/components/FormatDatetime/FormatDatetime.js +49 -65
- package/es/components/molecules/AddDynamicContent/components/FormatNumber/FormatNumber.d.ts +1 -2
- package/es/components/molecules/AddDynamicContent/components/FormatNumber/FormatNumber.js +45 -51
- package/es/components/molecules/AddDynamicContent/utils.js +17 -20
- package/es/components/molecules/AlignSetting/index.js +16 -35
- package/es/components/molecules/ApplyPopupContent/ApplyPopupContent.js +3 -24
- package/es/components/molecules/ApplyPopupContent/styled.js +5 -5
- package/es/components/molecules/CalendarSelection/CalendarSelection.js +10 -16
- package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/AutoUpdateTo.js +2 -4
- package/es/components/molecules/CalendarSelection/components/CustomPicker/CustomPicker.js +46 -58
- package/es/components/molecules/CalendarSelection/components/Footer/Footer.d.ts +1 -2
- package/es/components/molecules/CalendarSelection/components/Footer/Footer.js +2 -4
- package/es/components/molecules/CalendarSelection/components/RangePicker/RangePicker.js +2 -2
- package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +3 -2
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/RangeSelectOptions.js +3 -9
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/NumOfDaysRanges.d.ts +1 -2
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/NumOfDaysRanges.js +6 -8
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +13 -10
- package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/TimeRangeDisplay.js +5 -21
- package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +2 -2
- package/es/components/molecules/CalendarSelection/constants.js +5 -1
- package/es/components/molecules/CalendarSelection/reducer.js +12 -17
- package/es/components/molecules/CalendarSelection/utils.js +5 -6
- package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +1 -2
- package/es/components/molecules/CaptureScreen/CaptureScreen.js +89 -129
- package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +1 -2
- package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +12 -23
- package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +16 -20
- package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +1 -2
- package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +3 -5
- package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +11 -15
- package/es/components/molecules/CaptureScreen/constants.js +2 -3
- package/es/components/molecules/CaptureScreen/styled.js +14 -18
- package/es/components/molecules/ChartTab/ChartTab.js +10 -12
- package/es/components/molecules/ChartTab/components/Item.js +27 -30
- package/es/components/molecules/ChartTab/components/styled.js +2 -3
- package/es/components/molecules/ChartTab/styled.js +5 -5
- package/es/components/molecules/ChatBox/AntsomiAI.d.ts +2 -0
- package/es/components/molecules/ChatBox/AntsomiAI.js +15 -0
- package/es/components/molecules/ChatBox/ChatBox.js +26 -48
- package/es/components/molecules/ChatBox/ChatBoxInsight/ChatBox.js +34 -53
- package/es/components/molecules/ChatBox/ChatBoxInsight/MessageItem.js +17 -22
- package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -4
- package/es/components/molecules/ChatBox/ChatBoxInsight/index.js +5 -10
- package/es/components/molecules/ChatBox/ChatBoxInsight/styled.d.ts +1 -0
- package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +76 -22
- package/es/components/molecules/ChatBox/MessageItem.js +16 -13
- package/es/components/molecules/ChatBox/styled.js +76 -20
- package/es/components/molecules/Collapse/Collapse.js +2 -3
- package/es/components/molecules/ColorPicker/CustomPicker/index.js +18 -59
- package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +1 -2
- package/es/components/molecules/ColorPicker/CustomPicker/styled.js +8 -8
- package/es/components/molecules/ColorPicker/SketchPicker/index.js +2 -3
- package/es/components/molecules/ColorPicker/index.js +12 -17
- package/es/components/molecules/ColorSetting/index.js +7 -28
- package/es/components/molecules/ColorSetting/styled.d.ts +1 -3
- package/es/components/molecules/ColorSetting/styled.js +1 -1
- package/es/components/molecules/DatePicker/DatePicker.js +3 -4
- package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +6 -0
- package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +126 -154
- package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +12 -38
- package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +1 -16
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +4 -2
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +11 -9
- package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +1 -1
- package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +16 -15
- package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +34 -56
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +3 -0
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +41 -41
- package/es/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.d.ts +0 -2
- package/es/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.js +14 -23
- package/es/components/molecules/DatePicker/components/ErrorMessage/ErrorMessage.js +2 -4
- package/es/components/molecules/DatePickerV2/index.js +10 -23
- package/es/components/molecules/DatePickerV2/styled.js +1 -2
- package/es/components/molecules/Drawer/Drawer.js +2 -3
- package/es/components/molecules/DrawerDetail/DrawerDetail.js +13 -34
- package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +5 -17
- package/es/components/molecules/DrawerDetail/styled.js +11 -11
- package/es/components/molecules/Dropdown/Dropdown.d.ts +1 -2
- package/es/components/molecules/Dropdown/Dropdown.js +7 -20
- package/es/components/molecules/Dropdown/styled.js +7 -8
- package/es/components/molecules/EdgeSetting/index.js +58 -68
- package/es/components/molecules/EdgeSetting/styled.js +1 -2
- package/es/components/molecules/EditableName/EditableName.js +16 -29
- package/es/components/molecules/EditableName/styled.js +1 -2
- package/es/components/molecules/EditorScript/EditorScript.d.ts +0 -1
- package/es/components/molecules/EditorScript/EditorScript.js +20 -29
- package/es/components/molecules/EditorTab/EditorTab.js +56 -74
- package/es/components/molecules/EditorTab/styled.js +6 -6
- package/es/components/molecules/EmptyData/EmptyData.js +5 -25
- package/es/components/molecules/EmptyData/styled.js +5 -6
- package/es/components/molecules/FontFamilySelect/index.js +6 -17
- package/es/components/molecules/FontSetting/index.d.ts +3 -3
- package/es/components/molecules/FontSetting/index.js +28 -35
- package/es/components/molecules/FontWeightSelect/index.js +7 -18
- package/es/components/molecules/GradientSetting/index.js +37 -56
- package/es/components/molecules/HeaderV2/HeaderV2.d.ts +1 -1
- package/es/components/molecules/HeaderV2/HeaderV2.js +28 -43
- package/es/components/molecules/HeaderV2/styled.js +4 -5
- package/es/components/molecules/IconSelection/components/Icon/index.js +12 -17
- package/es/components/molecules/IconSelection/constants.js +4 -5
- package/es/components/molecules/IconSelection/index.js +25 -44
- package/es/components/molecules/IconSelection/styled.d.ts +1 -3
- package/es/components/molecules/IconSelection/styled.js +2 -3
- package/es/components/molecules/ImageEditor/ImageEditor.js +253 -219
- package/es/components/molecules/ImageEditor/components/ModalShortcut.js +2 -9
- package/es/components/molecules/ImageEditor/constants.js +6 -1
- package/es/components/molecules/ImageEditor/reducer.js +33 -9
- package/es/components/molecules/ImageEditor/styled.js +1 -1
- package/es/components/molecules/ImageResizeTuiEditor/ImageResizeTuiEditor.js +14 -15
- package/es/components/molecules/InputNumber/index.js +11 -24
- package/es/components/molecules/InputNumberWithUnit/index.js +3 -16
- package/es/components/molecules/InputNumberWithUnit/styled.js +2 -3
- package/es/components/molecules/InputSearch/index.js +4 -16
- package/es/components/molecules/InputSearch/styled.js +5 -6
- package/es/components/molecules/MatchAnySelect/MatchesAnySelect.d.ts +2 -3
- package/es/components/molecules/MatchAnySelect/MatchesAnySelect.js +140 -159
- package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +9 -22
- package/es/components/molecules/MatchAnySelect/styled.d.ts +5 -7
- package/es/components/molecules/MatchAnySelect/styled.js +9 -8
- package/es/components/molecules/MatchAnySelect/utils.js +22 -21
- package/es/components/molecules/Modal/Modal.js +11 -10
- package/es/components/molecules/Modal/styled.js +7 -8
- package/es/components/molecules/ModalSelect/Card.d.ts +3 -4
- package/es/components/molecules/ModalSelect/Card.js +24 -32
- package/es/components/molecules/ModalSelect/ModalSelect.d.ts +1 -2
- package/es/components/molecules/ModalSelect/ModalSelect.js +11 -18
- package/es/components/molecules/ModalSelect/index.d.ts +4 -5
- package/es/components/molecules/ModalSelect/styled.js +2 -2
- package/es/components/molecules/ModalV2/ModalV2.js +3 -17
- package/es/components/molecules/PopupDraggable/PopupDraggable.js +6 -10
- package/es/components/molecules/PopupDraggable/styled.js +18 -5
- package/es/components/molecules/PreviewModal/PreviewModal.js +3 -20
- package/es/components/molecules/PreviewModal/styled.d.ts +1 -1
- package/es/components/molecules/PreviewModal/styled.js +4 -3
- package/es/components/molecules/ProcessLoading/ProcessLoading.js +8 -27
- package/es/components/molecules/ProcessLoading/styled.js +1 -1
- package/es/components/molecules/RadioGroup/index.js +3 -17
- package/es/components/molecules/RequestAccess/RequestAccess.js +4 -14
- package/es/components/molecules/RequestAccess/styled.js +5 -5
- package/es/components/molecules/ResizeGrid/ResizeGrid.js +115 -75
- package/es/components/molecules/ResizeGrid/components/Cell/Cell.js +23 -17
- package/es/components/molecules/ResizeGrid/constant.js +12 -3
- package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuBlock.js +19 -13
- package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/index.js +17 -44
- package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +2 -2
- package/es/components/molecules/RichMenu/RichMenuChatBar/RichMenuChatBar.js +3 -19
- package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/index.js +3 -8
- package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +2 -2
- package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +1 -1
- package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +12 -34
- package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +1 -2
- package/es/components/molecules/SearchPopover/SearchPopover.d.ts +1 -2
- package/es/components/molecules/SearchPopover/SearchPopover.js +4 -17
- package/es/components/molecules/SearchPopover/components/PopoverAddField/PopoverAddField.d.ts +1 -2
- package/es/components/molecules/SearchPopover/components/PopoverAddField/PopoverAddField.js +13 -25
- package/es/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.d.ts +1 -2
- package/es/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.js +11 -27
- package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.d.ts +1 -2
- package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +3 -3
- package/es/components/molecules/SearchPopover/styled.d.ts +1 -2
- package/es/components/molecules/SearchPopover/styled.js +2 -1
- package/es/components/molecules/SearchPopover/utils.d.ts +1 -2
- package/es/components/molecules/SearchPopover/utils.js +6 -6
- package/es/components/molecules/Select/Select.js +6 -21
- package/es/components/molecules/Select/Test.d.ts +1 -2
- package/es/components/molecules/Select/Test.js +2 -2
- package/es/components/molecules/Select/styled.js +4 -5
- package/es/components/molecules/SelectAccount/AccountChip.js +4 -7
- package/es/components/molecules/SelectAccount/AccountItem.js +4 -4
- package/es/components/molecules/SelectAccount/AccountItemOnlyOne.js +2 -3
- package/es/components/molecules/SelectAccount/AccountList.js +26 -52
- package/es/components/molecules/SelectAccount/AccountListOnlyOne.d.ts +1 -2
- package/es/components/molecules/SelectAccount/AccountListOnlyOne.js +26 -48
- package/es/components/molecules/SelectAccount/ButtonAdd.d.ts +1 -2
- package/es/components/molecules/SelectAccount/ButtonAdd.js +4 -8
- package/es/components/molecules/SelectAccount/ButtonViewAll.d.ts +1 -2
- package/es/components/molecules/SelectAccount/ButtonViewAll.js +18 -20
- package/es/components/molecules/SelectAccount/Content.js +21 -26
- package/es/components/molecules/SelectAccount/context/SelectAccountContext.js +11 -17
- package/es/components/molecules/SelectAccount/context/reducer.js +8 -11
- package/es/components/molecules/SelectAccount/hook/useGetAbstractUsers.js +5 -2
- package/es/components/molecules/SelectAccount/index.js +2 -6
- package/es/components/molecules/SelectAccount/styled.d.ts +3 -9
- package/es/components/molecules/SelectAccount/styled.js +3 -2
- package/es/components/molecules/SelectAccount/utils.js +1 -1
- package/es/components/molecules/SelectEventAttribute/index.js +98 -63
- package/es/components/molecules/SelectEventAttribute/styled.d.ts +4 -5
- package/es/components/molecules/SelectMulti/index.js +11 -28
- package/es/components/molecules/SelectMulti/styled.js +11 -12
- package/es/components/molecules/SelectV2/index.d.ts +6 -6
- package/es/components/molecules/SelectV2/index.js +27 -50
- package/es/components/molecules/SelectV2/styled.js +18 -19
- package/es/components/molecules/SettingWrapper/index.js +4 -11
- package/es/components/molecules/SettingWrapper/styled.d.ts +3 -5
- package/es/components/molecules/SettingWrapper/styled.js +1 -1
- package/es/components/molecules/SettingWrapperPopover/index.d.ts +0 -6
- package/es/components/molecules/SettingWrapperPopover/index.js +11 -16
- package/es/components/molecules/ShareAccess/ShareAccess.d.ts +1 -2
- package/es/components/molecules/ShareAccess/ShareAccess.js +8 -4
- package/es/components/molecules/ShareAccess/components/GeneralAccess/GeneralAccess.js +23 -36
- package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +2 -3
- package/es/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.d.ts +1 -2
- package/es/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.js +2 -6
- package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/ModalTransferOwnerShip.d.ts +1 -2
- package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/ModalTransferOwnerShip.js +10 -6
- package/es/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.d.ts +1 -2
- package/es/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.js +26 -35
- package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +2 -3
- package/es/components/molecules/ShareAccess/components/SearchUser/SearchUser.d.ts +1 -2
- package/es/components/molecules/ShareAccess/components/SearchUser/SearchUser.js +19 -27
- package/es/components/molecules/ShareAccess/hooks/useShareAccess.js +8 -9
- package/es/components/molecules/ShareAccess/reducer.js +4 -1
- package/es/components/molecules/ShareAccess/utils.js +19 -10
- package/es/components/molecules/SliderWithInputNumber/index.js +10 -24
- package/es/components/molecules/SliderWithInputNumber/styled.js +1 -2
- package/es/components/molecules/TemplateSaveAs/TemplateSaveAs.js +111 -143
- package/es/components/molecules/TemplateSaveAs/TemplateSaveAsModal.js +6 -18
- package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +14 -28
- package/es/components/molecules/TemplateSaveAs/components/ImageSlider/BigImage.js +6 -13
- package/es/components/molecules/TemplateSaveAs/components/ImageSlider/ImageSlider.js +46 -71
- package/es/components/molecules/TemplateSaveAs/components/ImageSlider/SmallImage.js +7 -6
- package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +14 -18
- package/es/components/molecules/TemplateSaveAs/hooks/useTemplateSave.js +24 -24
- package/es/components/molecules/TemplateSaveAs/styled.js +3 -4
- package/es/components/molecules/TextDecorationSelect/index.js +7 -18
- package/es/components/molecules/TextTransformSelect/index.js +7 -18
- package/es/components/molecules/ThumbnailCard/ThumbnailCard.d.ts +1 -2
- package/es/components/molecules/ThumbnailCard/ThumbnailCard.js +32 -62
- package/es/components/molecules/ThumbnailCard/styled.js +4 -4
- package/es/components/molecules/Tree/Tree.js +5 -16
- package/es/components/molecules/Tree/styled.js +1 -1
- package/es/components/molecules/Tree/utils.js +8 -2
- package/es/components/molecules/TreeSelect/TreeSelect.d.ts +1 -1
- package/es/components/molecules/UploadImage/MediaIcon.d.ts +1 -2
- package/es/components/molecules/UploadImage/MediaIcon.js +2 -3
- package/es/components/molecules/UploadImage/index.js +74 -137
- package/es/components/molecules/UploadImage/styled.js +4 -5
- package/es/components/molecules/VirtualizedMenu/VirtualizedMenu.js +2 -2
- package/es/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +1 -1
- package/es/components/molecules/VirtualizedMenu/components/Item/Item.js +9 -11
- package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +1 -2
- package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.js +15 -25
- package/es/components/molecules/VirtualizedMenu/config.js +2 -3
- package/es/components/molecules/VirtualizedMenu/styled.js +5 -6
- package/es/components/molecules/VirtualizedMenu/utils.js +1 -1
- package/es/components/organism/AccountProfile/AccountProfile.js +5 -5
- package/es/components/organism/AccountProfile/components/AccountSetting/AccountSetting.js +181 -145
- package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/index.d.ts +1 -2
- package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/index.js +28 -94
- package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/index.d.ts +1 -2
- package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/index.js +7 -17
- package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.d.ts +1 -1
- package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +2 -1
- package/es/components/organism/AccountProfile/components/AccountSetting/components/UploadAvatar/index.d.ts +1 -2
- package/es/components/organism/AccountProfile/components/AccountSetting/components/UploadAvatar/index.js +9 -16
- package/es/components/organism/AccountProfile/components/AccountSetting/index.d.ts +2 -1
- package/es/components/organism/AccountProfile/components/AccountSetting/styled.d.ts +2 -4
- package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +4 -5
- package/es/components/organism/AccountProfile/components/AccountSetting/useModal.js +14 -20
- package/es/components/organism/AccountProfile/components/AccountSetting/utils.js +3 -12
- package/es/components/organism/AccountSharing/AccountSharing.js +57 -110
- package/es/components/organism/AccountSharing/icons/close.d.ts +1 -2
- package/es/components/organism/AccountSharing/icons/close.js +2 -4
- package/es/components/organism/AccountSharing/icons/search.d.ts +1 -2
- package/es/components/organism/AccountSharing/icons/search.js +2 -4
- package/es/components/organism/AccountSharing/index.d.ts +2 -1
- package/es/components/organism/AccountSharing/styled.js +13 -14
- package/es/components/organism/AlgorithmsSetting/constants.js +2 -2
- package/es/components/organism/AlgorithmsSetting/index.js +239 -363
- package/es/components/organism/AlgorithmsSetting/styled.d.ts +4 -4
- package/es/components/organism/AlgorithmsSetting/styled.js +3 -4
- package/es/components/organism/ContentSources/Content.d.ts +1 -2
- package/es/components/organism/ContentSources/Content.js +15 -18
- package/es/components/organism/ContentSources/Group.d.ts +1 -2
- package/es/components/organism/ContentSources/Group.js +37 -47
- package/es/components/organism/ContentSources/Settings.d.ts +1 -1
- package/es/components/organism/ContentSources/Settings.js +24 -36
- package/es/components/organism/ContentSources/components/LevelSetting/index.d.ts +1 -1
- package/es/components/organism/ContentSources/components/LevelSetting/index.js +2 -3
- package/es/components/organism/ContentSources/index.d.ts +1 -1
- package/es/components/organism/ContentSources/index.js +4 -5
- package/es/components/organism/ContentSources/provider.d.ts +1 -1
- package/es/components/organism/ContentSources/provider.js +3 -3
- package/es/components/organism/ContentSources/reducer.js +4 -1
- package/es/components/organism/ContentSources/utils.js +11 -11
- package/es/components/organism/DataTable/DataTable.d.ts +1 -2
- package/es/components/organism/DataTable/DataTable.js +14 -30
- package/es/components/organism/DataTable/components/AddButton/index.js +7 -17
- package/es/components/organism/DataTable/components/Filter/AddFilterButton.js +24 -24
- package/es/components/organism/DataTable/components/Filter/FilterActionButton.js +29 -41
- package/es/components/organism/DataTable/components/Filter/FilterCondition/index.js +21 -27
- package/es/components/organism/DataTable/components/Filter/FilterCondition/styled.js +4 -4
- package/es/components/organism/DataTable/components/Filter/FilterConditionList.js +37 -38
- package/es/components/organism/DataTable/components/Filter/FilterItem.js +10 -30
- package/es/components/organism/DataTable/components/Filter/SaveFilterPopover.js +7 -21
- package/es/components/organism/DataTable/components/Filter/SavedFilterAndMetrics.js +23 -44
- package/es/components/organism/DataTable/components/Filter/index.js +3 -7
- package/es/components/organism/DataTable/components/Filter/styled.js +5 -5
- package/es/components/organism/DataTable/components/GridView/index.js +4 -3
- package/es/components/organism/DataTable/components/ModifyColumn/index.js +61 -89
- package/es/components/organism/DataTable/components/ModifyColumn/styled.js +2 -1
- package/es/components/organism/DataTable/components/Pagination/index.js +9 -33
- package/es/components/organism/DataTable/components/Pagination/styled.js +4 -4
- package/es/components/organism/DataTable/components/Table/ResizableCell.js +19 -30
- package/es/components/organism/DataTable/components/Table/index.js +47 -46
- package/es/components/organism/DataTable/components/Toolbar/GroupByPopover.js +6 -16
- package/es/components/organism/DataTable/components/Toolbar/RowSelectedControl.js +9 -12
- package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +24 -51
- package/es/components/organism/DataTable/components/Toolbar/ToolbarActionButtons.js +20 -32
- package/es/components/organism/DataTable/components/Toolbar/index.js +19 -30
- package/es/components/organism/DataTable/components/Toolbar/styled.js +12 -12
- package/es/components/organism/DataTable/constants/theme.js +1 -1
- package/es/components/organism/DataTable/constants/toolbar.js +5 -5
- package/es/components/organism/DataTable/hooks/useAddFilterButton.js +11 -6
- package/es/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.js +404 -232
- package/es/components/organism/DataTable/providers/AntdTableConfigProvider.js +3 -15
- package/es/components/organism/DataTable/providers/DataTableProvider.js +2 -3
- package/es/components/organism/DataTable/stores/index.js +32 -6
- package/es/components/organism/DataTable/styled/index.d.ts +1 -3
- package/es/components/organism/DataTable/styled/index.js +8 -7
- package/es/components/organism/DataTable/utils/filter.d.ts +2 -3
- package/es/components/organism/DataTable/utils/filter.js +40 -36
- package/es/components/organism/FilterSetting/components/common/InputArray/index.js +2 -3
- package/es/components/organism/FilterSetting/components/common/InputArray/styled.d.ts +4 -5
- package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +1 -1
- package/es/components/organism/FilterSetting/components/common/InputBoolean/index.js +4 -15
- package/es/components/organism/FilterSetting/components/common/InputCalendar/index.js +6 -5
- package/es/components/organism/FilterSetting/components/common/InputCalendarBetween/index.js +7 -9
- package/es/components/organism/FilterSetting/components/common/InputDateTimeAgo/index.js +2 -5
- package/es/components/organism/FilterSetting/components/common/InputDateTimeBetweenAgo/index.js +3 -8
- package/es/components/organism/FilterSetting/components/common/InputNumber/index.js +2 -3
- package/es/components/organism/FilterSetting/components/common/InputNumberBetween/index.js +2 -6
- package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.d.ts +4 -12
- package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +215 -154
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +6 -15
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +8 -14
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +114 -178
- package/es/components/organism/FilterSetting/components/common/TextTreeSelect/index.js +2 -3
- package/es/components/organism/FilterSetting/index.js +91 -114
- package/es/components/organism/FilterSetting/styled.js +2 -3
- package/es/components/organism/FilterSetting/utils.js +7 -7
- package/es/components/organism/Help/Help.js +218 -313
- package/es/components/organism/Help/styled.d.ts +2 -6
- package/es/components/organism/Help/styled.js +27 -28
- package/es/components/organism/Help/utils.js +21 -22
- package/es/components/organism/LeftMenu/LeftMenu.js +27 -51
- package/es/components/organism/LeftMenu/components/CommonMenu/index.js +5 -4
- package/es/components/organism/LeftMenu/components/CustomMenu/index.js +3 -2
- package/es/components/organism/LeftMenu/components/HomeMenu/index.js +3 -10
- package/es/components/organism/LeftMenu/components/HomeMenu/styled.d.ts +1 -3
- package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +4 -4
- package/es/components/organism/LeftMenu/components/HomeMenu/useHomeMenu.js +43 -33
- package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.js +5 -6
- package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +3 -4
- package/es/components/organism/LeftMenu/components/common/ChildMenu/index.js +49 -61
- package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +2 -1
- package/es/components/organism/LeftMenu/components/common/ChildMenu/utils.js +9 -10
- package/es/components/organism/LeftMenu/hooks/useLeftMenu.js +19 -18
- package/es/components/organism/LeftMenu/hooks/useNavigatePath.js +9 -11
- package/es/components/organism/LeftMenu/hooks/usePermission.js +35 -35
- package/es/components/organism/LeftMenu/index.d.ts +1 -1
- package/es/components/organism/LeftMenu/index.js +3 -4
- package/es/components/organism/LeftMenu/providers/index.js +2 -3
- package/es/components/organism/LeftMenu/stores/index.js +5 -1
- package/es/components/organism/LeftMenu/styled.js +2 -2
- package/es/components/organism/LeftMenu/utils/index.js +168 -114
- package/es/components/organism/Login/Login.js +52 -64
- package/es/components/organism/Login/components/Avatar/Avatar.js +4 -10
- package/es/components/organism/Login/components/ForgotPassword/ForgotPassword.js +35 -34
- package/es/components/organism/Login/components/IconInfo/IconInfo.js +5 -12
- package/es/components/organism/Login/components/LoginSelectPortal/Item/Item.js +6 -11
- package/es/components/organism/Login/components/LoginSelectPortal/LoginSelectPortal.js +43 -43
- package/es/components/organism/Login/components/LoginStep2/LoginStep2.js +17 -37
- package/es/components/organism/Login/components/Logo/Logo.js +2 -2
- package/es/components/organism/Login/components/SetupGGAuthenticator/SetupGGAuthenticator.js +22 -49
- package/es/components/organism/Login/components/SignIn/SignIn.js +18 -29
- package/es/components/organism/Login/components/VerifyAccount/VerifyAccount.js +6 -15
- package/es/components/organism/Login/components/WidgetLayout/WidgetLayout.js +6 -12
- package/es/components/organism/Menu/Menu.js +2 -3
- package/es/components/organism/Menu/styled.d.ts +1 -1
- package/es/components/organism/Menu/styled.js +1 -1
- package/es/components/organism/ModifyColumnModal/ModifyColumnModal.js +54 -96
- package/es/components/organism/ModifyColumnModal/SelectedMetricsList.js +18 -38
- package/es/components/organism/ModifyColumnModal/styled.d.ts +2 -1
- package/es/components/organism/ModifyColumnModal/styled.js +16 -15
- package/es/components/organism/Notification/Notification.js +54 -71
- package/es/components/organism/Notification/styled.d.ts +1 -3
- package/es/components/organism/Notification/styled.js +11 -12
- package/es/components/organism/PositionSetting/index.js +15 -10
- package/es/components/organism/PreviewTemplateModal/components/Banner/index.js +9 -24
- package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +3 -3
- package/es/components/organism/PreviewTemplateModal/components/Information/index.js +3 -18
- package/es/components/organism/PreviewTemplateModal/components/Information/styled.d.ts +1 -3
- package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +3 -3
- package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/index.js +7 -20
- package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +2 -2
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/index.js +26 -44
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +3 -4
- package/es/components/organism/PreviewTemplateModal/index.js +6 -24
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/BannerPropsTable/index.js +8 -12
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/DataTypeTable/index.js +10 -15
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/InformationPropsTable/index.js +20 -33
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/SimilarTemplatePropsTable/index.js +11 -17
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/TThumbnailTable/index.js +8 -11
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/ThumbnailPropsTable/index.js +11 -22
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.d.ts +6 -6
- package/es/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.js +7 -6
- package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +8 -20
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +4 -6
- package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +5 -10
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +8 -12
- package/es/components/organism/Table/ExplorePivotTable/utils.js +19 -12
- package/es/components/organism/TicketEditor/Content.d.ts +1 -2
- package/es/components/organism/TicketEditor/Content.js +87 -147
- package/es/components/organism/TicketEditor/Service.js +8 -8
- package/es/components/organism/TicketEditor/components/DropdownComponent.d.ts +1 -2
- package/es/components/organism/TicketEditor/components/DropdownComponent.js +13 -3
- package/es/components/organism/TicketEditor/components/Message.d.ts +1 -2
- package/es/components/organism/TicketEditor/components/Message.js +11 -19
- package/es/components/organism/TicketEditor/components/MessageComponent.d.ts +1 -2
- package/es/components/organism/TicketEditor/components/MessageComponent.js +26 -61
- package/es/components/organism/TicketEditor/components/icons/AddTicketIcon.d.ts +1 -2
- package/es/components/organism/TicketEditor/components/icons/AddTicketIcon.js +2 -5
- package/es/components/organism/TicketEditor/components/icons/TicketIcon.d.ts +1 -2
- package/es/components/organism/TicketEditor/components/icons/TicketIcon.js +2 -3
- package/es/components/organism/TicketEditor/index.d.ts +1 -2
- package/es/components/organism/TicketEditor/index.js +38 -57
- package/es/components/organism/TicketEditor/styled.d.ts +2 -6
- package/es/components/organism/TicketEditor/styled.js +8 -4
- package/es/components/organism/TicketEditor/util.js +42 -37
- package/es/components/template/Layout/Layout.d.ts +2 -2
- package/es/components/template/Layout/Layout.js +88 -78
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/index.js +20 -24
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +3 -4
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/utils/index.js +2 -3
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/index.js +11 -16
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +5 -6
- package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/index.js +2 -7
- package/es/components/template/Layout/components/RecommendationWorkspace/index.js +2 -5
- package/es/components/template/Layout/stores/index.js +11 -8
- package/es/components/template/Layout/styled.d.ts +1 -1
- package/es/components/template/Layout/styled.js +4 -4
- package/es/components/template/Layout/utils/permission.js +3 -4
- package/es/components/template/TemplateListing/Loadable.d.ts +1 -0
- package/es/components/template/TemplateListing/components/BlankTemplate/index.js +4 -7
- package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +1 -1
- package/es/components/template/TemplateListing/components/CategoryListing/index.js +49 -63
- package/es/components/template/TemplateListing/components/CategoryListing/styled.js +2 -3
- package/es/components/template/TemplateListing/components/Empty/index.js +3 -6
- package/es/components/template/TemplateListing/components/Empty/styled.js +3 -4
- package/es/components/template/TemplateListing/hooks/useTemplateListing.js +35 -24
- package/es/components/template/TemplateListing/index.js +27 -48
- package/es/components/template/TemplateListing/stories/dataTypes/components/BlankTemplatePropsTable/index.js +14 -15
- package/es/components/template/TemplateListing/stories/dataTypes/components/CategoryListingPropsTable/index.js +26 -28
- package/es/components/template/TemplateListing/stories/dataTypes/components/DataTypeTables/index.js +14 -21
- package/es/components/template/TemplateListing/stories/dataTypes/components/EmptyPropsTable/index.js +8 -9
- package/es/components/template/TemplateListing/stories/dataTypes/components/TCategoryItemTable/index.js +14 -15
- package/es/components/template/TemplateListing/stories/dataTypes/components/TTemplateItemTable/index.js +11 -12
- package/es/components/template/TemplateListing/stories/dataTypes/components/TemplatesPropsTable/index.js +17 -21
- package/es/components/template/TemplateListing/stories/dataTypes/dataType.stories.d.ts +7 -7
- package/es/components/template/TemplateListing/stories/dataTypes/dataType.stories.js +8 -7
- package/es/constants/storybook.d.ts +1 -2
- package/es/constants/storybook.js +2 -2
- package/es/constants/theme.js +34 -35
- package/es/hooks/createEffectWithTarget .js +2 -4
- package/es/hooks/index.js +1 -1
- package/es/hooks/useCustomRouter.js +1 -1
- package/es/hooks/useDeepCompareMemo.js +1 -1
- package/es/hooks/useDragEvent.js +2 -4
- package/es/hooks/useEffectDebugger.js +7 -4
- package/es/hooks/useEventListener.js +1 -2
- package/es/hooks/useIntersectionObserver.js +4 -6
- package/es/hooks/useListingItemResize.js +3 -4
- package/es/hooks/useMutationObserver.js +1 -1
- package/es/hooks/useUpdateEffect.js +1 -1
- package/es/hooks/useWindowSize.js +3 -1
- package/es/models/SavedMedia.js +5 -8
- package/es/providers/AppConfigProvider/contexts/index.js +7 -3
- package/es/providers/ConfigProvider/ConfigProvider.js +8 -27
- package/es/providers/ConfigProvider/GlobalStyle.js +74 -78
- package/es/queries/Account/useGetAccountList.js +21 -5
- package/es/queries/BusinessObject/useGetBODetail.js +8 -12
- package/es/queries/BusinessObject/useGetDataTableBO.js +4 -13
- package/es/queries/BusinessObject/useGetListAllEvents.js +7 -2
- package/es/queries/BusinessObject/useGetListAttributeBO.js +12 -15
- package/es/queries/BusinessObject/useGetListBO.js +7 -12
- package/es/queries/BusinessObject/useGetListEventAttr.js +7 -2
- package/es/queries/BusinessObject/useGetListPromotionCodeAttr.js +9 -15
- package/es/queries/BusinessObject/useGetListSourceByEvent.js +7 -1
- package/es/queries/CustomFunction/useCustomFunction.js +9 -14
- package/es/queries/DataTable/index.js +129 -20
- package/es/queries/DynamicContentAttribute/useGetDynamicContentAttr.js +7 -12
- package/es/queries/LeftMenu/index.js +26 -4
- package/es/queries/Permission/index.js +5 -1
- package/es/queries/PromotionPool/useGetListPromotionPool.js +7 -12
- package/es/queries/TemplateListing/index.js +67 -35
- package/es/queries/ThirdParty/useGetEventTrackingAttributes.js +8 -2
- package/es/queries/ThirdParty/useGetListFallbackBO.js +6 -1
- package/es/services/Abstract/index.js +12 -15
- package/es/services/Account/index.js +15 -26
- package/es/services/DataTable/index.js +168 -104
- package/es/services/LeftMenu/index.js +18 -27
- package/es/services/MediaTemplateDesign/BusinessObject/index.js +75 -84
- package/es/services/MediaTemplateDesign/CustomFunction/index.js +33 -36
- package/es/services/MediaTemplateDesign/DynamicContentAttribute/index.js +26 -19
- package/es/services/MediaTemplateDesign/ListCurrency/index.js +4 -13
- package/es/services/MediaTemplateDesign/PromotionPool/index.js +8 -15
- package/es/services/MediaTemplateDesign/UploadFile/index.js +15 -33
- package/es/services/Permission/index.js +8 -25
- package/es/services/TemplateListing/index.js +69 -59
- package/es/services/ThirParty/ListFallbackBO/getListFallbackBO.js +3 -12
- package/es/services/ThirParty/TableBO/index.js +3 -12
- package/es/services/ThirParty/index.js +6 -12
- package/es/services/Ticket.js +16 -16
- package/es/services/index.js +26 -20
- package/es/styled/common.js +2 -2
- package/es/test.d.ts +1 -2
- package/es/test.js +17 -13
- package/es/tests/DataTableTest.js +7 -11
- package/es/tests/MatchesAnySelect.d.ts +1 -2
- package/es/tests/MatchesAnySelect.js +18 -18
- package/es/utils/actionButtons.js +9 -13
- package/es/utils/common.js +12 -6
- package/es/utils/commonComponent.js +4 -14
- package/es/utils/cookie.js +17 -6
- package/es/utils/dataTable.js +7 -19
- package/es/utils/handleError.js +3 -23
- package/es/utils/loadable.js +3 -3
- package/es/utils/templateListing.js +1 -2
- package/es/utils/validateURL.d.ts +1 -0
- package/es/utils/validateURL.js +5 -0
- package/package.json +34 -42
- package/es/stories/assets/code-brackets.svg +0 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const JourneyTacticIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("rect", { fill: "white" }),
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.0001 9.76875C8.04507 9.76875 8.93406 9.1009 9.26353 8.16875H12.7366C13.0661 9.1009 13.9551 9.76875 15.0001 9.76875C16.3256 9.76875 17.4001 8.69423 17.4001 7.36875C17.4001 6.04327 16.3256 4.96875 15.0001 4.96875C13.9551 4.96875 13.0661 5.6366 12.7366 6.56875H9.26353C8.93406 5.6366 8.04507 4.96875 7.0001 4.96875C5.67461 4.96875 4.6001 6.04327 4.6001 7.36875C4.6001 8.69423 5.67461 9.76875 7.0001 9.76875ZM23.0001 8.16875C23.4419 8.16875 23.8001 7.81058 23.8001 7.36875C23.8001 6.92692 23.4419 6.56875 23.0001 6.56875C22.5582 6.56875 22.2001 6.92692 22.2001 7.36875C22.2001 7.81058 22.5582 8.16875 23.0001 8.16875ZM23.0001 9.76875C24.3256 9.76875 25.4001 8.69423 25.4001 7.36875C25.4001 6.04327 24.3256 4.96875 23.0001 4.96875C21.6746 4.96875 20.6001 6.04327 20.6001 7.36875C20.6001 8.69423 21.6746 9.76875 23.0001 9.76875ZM19.8001 6.56875H18.2001V8.16875H19.8001V6.56875ZM16.6001 14.9812L19.4501 17.8313L23.9501 13.2937L22.8251 12.1687L19.4126 15.5437L17.7251 13.8562L16.6001 14.9812ZM19.4501 25.0312L16.6001 22.1812L17.7251 21.0562L19.4126 22.7437L22.8251 19.3687L23.9501 20.4937L19.4501 25.0312ZM8.60007 12.1687C7.71642 12.1687 7.00007 12.8851 7.00007 13.7688C7.00007 14.6524 7.71642 15.3687 8.60007 15.3687H13.4001C14.2837 15.3687 15.0001 14.6524 15.0001 13.7688C15.0001 12.8851 14.2837 12.1687 13.4001 12.1687H8.60007ZM7.00007 18.5688C7.00007 17.6851 7.71642 16.9688 8.60007 16.9688H13.4001C14.2837 16.9688 15.0001 17.6851 15.0001 18.5688C15.0001 19.4524 14.2837 20.1687 13.4001 20.1687H8.60007C7.71642 20.1687 7.00007 19.4524 7.00007 18.5688ZM8.60007 21.7687C7.71642 21.7687 7.00007 22.4851 7.00007 23.3687C7.00007 24.2524 7.71642 24.9688 8.60007 24.9688H13.4001C14.2837 24.9688 15.0001 24.2524 15.0001 23.3687C15.0001 22.4851 14.2837 21.7687 13.4001 21.7687H8.60007Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("rect", { fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.0001 9.76875C8.04507 9.76875 8.93406 9.1009 9.26353 8.16875H12.7366C13.0661 9.1009 13.9551 9.76875 15.0001 9.76875C16.3256 9.76875 17.4001 8.69423 17.4001 7.36875C17.4001 6.04327 16.3256 4.96875 15.0001 4.96875C13.9551 4.96875 13.0661 5.6366 12.7366 6.56875H9.26353C8.93406 5.6366 8.04507 4.96875 7.0001 4.96875C5.67461 4.96875 4.6001 6.04327 4.6001 7.36875C4.6001 8.69423 5.67461 9.76875 7.0001 9.76875ZM23.0001 8.16875C23.4419 8.16875 23.8001 7.81058 23.8001 7.36875C23.8001 6.92692 23.4419 6.56875 23.0001 6.56875C22.5582 6.56875 22.2001 6.92692 22.2001 7.36875C22.2001 7.81058 22.5582 8.16875 23.0001 8.16875ZM23.0001 9.76875C24.3256 9.76875 25.4001 8.69423 25.4001 7.36875C25.4001 6.04327 24.3256 4.96875 23.0001 4.96875C21.6746 4.96875 20.6001 6.04327 20.6001 7.36875C20.6001 8.69423 21.6746 9.76875 23.0001 9.76875ZM19.8001 6.56875H18.2001V8.16875H19.8001V6.56875ZM16.6001 14.9812L19.4501 17.8313L23.9501 13.2937L22.8251 12.1687L19.4126 15.5437L17.7251 13.8562L16.6001 14.9812ZM19.4501 25.0312L16.6001 22.1812L17.7251 21.0562L19.4126 22.7437L22.8251 19.3687L23.9501 20.4937L19.4501 25.0312ZM8.60007 12.1687C7.71642 12.1687 7.00007 12.8851 7.00007 13.7688C7.00007 14.6524 7.71642 15.3687 8.60007 15.3687H13.4001C14.2837 15.3687 15.0001 14.6524 15.0001 13.7688C15.0001 12.8851 14.2837 12.1687 13.4001 12.1687H8.60007ZM7.00007 18.5688C7.00007 17.6851 7.71642 16.9688 8.60007 16.9688H13.4001C14.2837 16.9688 15.0001 17.6851 15.0001 18.5688C15.0001 19.4524 14.2837 20.1687 13.4001 20.1687H8.60007C7.71642 20.1687 7.00007 19.4524 7.00007 18.5688ZM8.60007 21.7687C7.71642 21.7687 7.00007 22.4851 7.00007 23.3687C7.00007 24.2524 7.71642 24.9688 8.60007 24.9688H13.4001C14.2837 24.9688 15.0001 24.2524 15.0001 23.3687C15.0001 22.4851 14.2837 21.7687 13.4001 21.7687H8.60007Z", fill: "currentColor" })] }));
|
|
8
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LayerIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M12 18.5625L19.3594 12.7969L21 14.0625L12 21.0469L3 14.0625L4.64062 12.7969L12 18.5625ZM12 15.9844L4.64062 10.2656L3 9L12 2.01562L21 9L19.3594 10.2656L12 15.9844ZM12 4.54688L6.28125 9L12 13.4531L17.7188 9L12 4.54688Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M12 18.5625L19.3594 12.7969L21 14.0625L12 21.0469L3 14.0625L4.64062 12.7969L12 18.5625ZM12 15.9844L4.64062 10.2656L3 9L12 2.01562L21 9L19.3594 10.2656L12 15.9844ZM12 4.54688L6.28125 9L12 13.4531L17.7188 9L12 4.54688Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LeftExpandIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("g", { clipPath: "url(#clip0_1_2800)" },
|
|
7
|
-
React.createElement("path", { d: "M14.0156 6.98438V17.0156L9 12L14.0156 6.98438Z", fill: "currentColor" }))));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("g", { clipPath: "url(#clip0_1_2800)", children: _jsx("path", { d: "M14.0156 6.98438V17.0156L9 12L14.0156 6.98438Z", fill: "currentColor" }) }) }));
|
|
8
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LibraryIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M22.4531 6.9375C22.7812 7.07812 23.0156 7.45312 23.0156 7.82812V19.9219C23.0156 20.4844 22.5 20.9062 21.9844 20.9062C21.8438 20.9062 21.7031 20.8594 21.5156 20.7656C20.2969 20.1562 18.9375 19.7344 17.4844 19.7344C15.4219 19.7344 13.5 20.5312 12 21.75C10.5 20.5312 8.57812 19.7344 6.51562 19.7344C5.0625 19.7344 3.70312 20.1562 2.48438 20.7656C2.29688 20.8594 2.15625 20.9062 2.01562 20.9062C1.45312 20.9062 0.984375 20.4844 0.984375 19.875V7.82812C0.984375 7.45312 1.21875 7.07812 1.54688 6.9375C3 6.1875 4.6875 5.71875 6.51562 5.71875C8.53125 5.71875 10.3594 6.28125 12 7.21875V19.3125C13.7344 18.2812 15.6094 17.7188 17.4844 17.7188C18.7031 17.7188 19.875 17.9531 21 18.375V6.32812C21.5156 6.51562 21.9844 6.70312 22.4531 6.9375ZM9.98438 18.375V8.4375C8.90625 7.96875 7.6875 7.73438 6.51562 7.73438C5.29688 7.73438 4.125 7.96875 3 8.4375V18.375C4.125 17.9531 5.29688 17.7188 6.51562 17.7188C7.6875 17.7188 8.85938 17.9531 9.98438 18.375ZM18.9844 2.25V12.2344L14.0156 16.7344V7.21875L18.9844 2.25Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M22.4531 6.9375C22.7812 7.07812 23.0156 7.45312 23.0156 7.82812V19.9219C23.0156 20.4844 22.5 20.9062 21.9844 20.9062C21.8438 20.9062 21.7031 20.8594 21.5156 20.7656C20.2969 20.1562 18.9375 19.7344 17.4844 19.7344C15.4219 19.7344 13.5 20.5312 12 21.75C10.5 20.5312 8.57812 19.7344 6.51562 19.7344C5.0625 19.7344 3.70312 20.1562 2.48438 20.7656C2.29688 20.8594 2.15625 20.9062 2.01562 20.9062C1.45312 20.9062 0.984375 20.4844 0.984375 19.875V7.82812C0.984375 7.45312 1.21875 7.07812 1.54688 6.9375C3 6.1875 4.6875 5.71875 6.51562 5.71875C8.53125 5.71875 10.3594 6.28125 12 7.21875V19.3125C13.7344 18.2812 15.6094 17.7188 17.4844 17.7188C18.7031 17.7188 19.875 17.9531 21 18.375V6.32812C21.5156 6.51562 21.9844 6.70312 22.4531 6.9375ZM9.98438 18.375V8.4375C8.90625 7.96875 7.6875 7.73438 6.51562 7.73438C5.29688 7.73438 4.125 7.96875 3 8.4375V18.375C4.125 17.9531 5.29688 17.7188 6.51562 17.7188C7.6875 17.7188 8.85938 17.9531 9.98438 18.375ZM18.9844 2.25V12.2344L14.0156 16.7344V7.21875L18.9844 2.25Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LineIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M17.5 15.5C17.3268 15.5024 17.1546 15.5275 16.988 15.5749L8.425 7.01195C8.47243 6.84533 8.49765 6.67321 8.49999 6.49999C8.49999 6.10443 8.3827 5.71768 8.16294 5.38878C7.94318 5.05988 7.63083 4.80359 7.26537 4.65221C6.89992 4.50084 6.49779 4.46127 6.10983 4.53844C5.72186 4.61561 5.3655 4.8061 5.08579 5.0858C4.80609 5.36551 4.6156 5.72177 4.53843 6.10973C4.46126 6.49769 4.50087 6.89992 4.65224 7.26537C4.80362 7.63082 5.05996 7.94319 5.38886 8.16295C5.71776 8.38272 6.10443 8.49999 6.49999 8.49999C6.67285 8.49801 6.84468 8.47315 7.01099 8.42601L15.574 16.989C15.5269 17.1553 15.502 17.3271 15.5 17.5C15.5 17.8956 15.6173 18.2822 15.8371 18.6111C16.0568 18.94 16.3692 19.1964 16.7346 19.3478C17.1001 19.4991 17.5022 19.5387 17.8902 19.4615C18.2781 19.3844 18.6345 19.1939 18.9142 18.9142C19.1939 18.6345 19.3844 18.2781 19.4616 17.8901C19.5387 17.5022 19.4991 17.1001 19.3478 16.7346C19.1964 16.3692 18.94 16.0568 18.6111 15.837C18.2822 15.6173 17.8956 15.5 17.5 15.5Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M17.5 15.5C17.3268 15.5024 17.1546 15.5275 16.988 15.5749L8.425 7.01195C8.47243 6.84533 8.49765 6.67321 8.49999 6.49999C8.49999 6.10443 8.3827 5.71768 8.16294 5.38878C7.94318 5.05988 7.63083 4.80359 7.26537 4.65221C6.89992 4.50084 6.49779 4.46127 6.10983 4.53844C5.72186 4.61561 5.3655 4.8061 5.08579 5.0858C4.80609 5.36551 4.6156 5.72177 4.53843 6.10973C4.46126 6.49769 4.50087 6.89992 4.65224 7.26537C4.80362 7.63082 5.05996 7.94319 5.38886 8.16295C5.71776 8.38272 6.10443 8.49999 6.49999 8.49999C6.67285 8.49801 6.84468 8.47315 7.01099 8.42601L15.574 16.989C15.5269 17.1553 15.502 17.3271 15.5 17.5C15.5 17.8956 15.6173 18.2822 15.8371 18.6111C16.0568 18.94 16.3692 19.1964 16.7346 19.3478C17.1001 19.4991 17.5022 19.5387 17.8902 19.4615C18.2781 19.3844 18.6345 19.1939 18.9142 18.9142C19.1939 18.6345 19.3844 18.2781 19.4616 17.8901C19.5387 17.5022 19.4991 17.1001 19.3478 16.7346C19.1964 16.3692 18.94 16.0568 18.6111 15.837C18.2822 15.6173 17.8956 15.5 17.5 15.5Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LinkManagement30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0192 18.0616L24.3169 17.7639L26 16.0807V21.7694C26 22.3249 25.8906 22.8751 25.678 23.3883C25.4654 23.9016 25.1537 24.368 24.7609 24.7609C24.368 25.1537 23.9016 25.4654 23.3883 25.678C22.8751 25.8906 22.3249 26.0001 21.7693 26.0001H8.2307C7.10873 25.9998 6.03279 25.554 5.23944 24.7606C4.44609 23.9673 4.00026 22.8913 4 21.7694V8.2307C4 7.67512 4.10939 7.12494 4.322 6.61165C4.53462 6.09836 4.84628 5.63199 5.23914 5.23914C5.63199 4.84628 6.09836 4.53468 6.61165 4.32206C7.12494 4.10945 7.67512 4 8.2307 4H13.9213L11.9364 5.98485H8.2307C7.6353 5.98563 7.06452 6.2225 6.64351 6.64351C6.2225 7.06452 5.98563 7.6353 5.98485 8.2307V21.7654C5.98563 22.3608 6.2225 22.9315 6.64351 23.3526C7.06452 23.7736 7.6353 24.0104 8.2307 24.0112H21.7733C22.3688 24.0107 22.9397 23.7739 23.3608 23.3529C23.7819 22.9318 24.0186 22.3608 24.0192 21.7654V18.0616ZM9.07522 15.9746C9.07234 14.6623 9.58943 13.4023 10.5133 12.4703L13.3198 9.66277L14.6527 10.9966L11.8461 13.8032C11.2742 14.3812 10.9544 15.1621 10.9565 15.9752C10.9587 16.7883 11.2827 17.5674 11.8576 18.1424C12.4326 18.7174 13.2117 19.0413 14.0249 19.0435C14.838 19.0456 15.6189 18.7259 16.1969 18.154L19.0044 15.3474L20.3373 16.6802L17.5307 19.4878C16.5987 20.4116 15.3388 20.9286 14.0265 20.9258C12.7142 20.9229 11.4565 20.4004 10.5286 19.4725C9.60068 18.5445 9.07809 17.2868 9.07522 15.9746ZM16.0569 9.59329L14.7231 8.25948L17.5307 5.45291C18.4626 4.52907 19.7226 4.01204 21.0349 4.01491C22.3471 4.01779 23.6048 4.54032 24.5328 5.46823C25.4607 6.39615 25.9833 7.65386 25.9861 8.96612C25.989 10.2784 25.4719 11.5383 24.5481 12.4703L21.7405 15.2769L20.4077 13.9441L23.2143 11.1365C23.7862 10.5585 24.106 9.77765 24.1038 8.96455C24.1017 8.15145 23.7777 7.37221 23.2028 6.79726C22.6278 6.22231 21.8486 5.89834 21.0355 5.89618C20.2224 5.89402 19.4415 6.21386 18.8635 6.78575L16.0569 9.59329ZM15.4247 15.9786L14.0215 14.5753L19.6356 8.96213L21.0389 10.3644L15.4247 15.9786Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0192 18.0616L24.3169 17.7639L26 16.0807V21.7694C26 22.3249 25.8906 22.8751 25.678 23.3883C25.4654 23.9016 25.1537 24.368 24.7609 24.7609C24.368 25.1537 23.9016 25.4654 23.3883 25.678C22.8751 25.8906 22.3249 26.0001 21.7693 26.0001H8.2307C7.10873 25.9998 6.03279 25.554 5.23944 24.7606C4.44609 23.9673 4.00026 22.8913 4 21.7694V8.2307C4 7.67512 4.10939 7.12494 4.322 6.61165C4.53462 6.09836 4.84628 5.63199 5.23914 5.23914C5.63199 4.84628 6.09836 4.53468 6.61165 4.32206C7.12494 4.10945 7.67512 4 8.2307 4H13.9213L11.9364 5.98485H8.2307C7.6353 5.98563 7.06452 6.2225 6.64351 6.64351C6.2225 7.06452 5.98563 7.6353 5.98485 8.2307V21.7654C5.98563 22.3608 6.2225 22.9315 6.64351 23.3526C7.06452 23.7736 7.6353 24.0104 8.2307 24.0112H21.7733C22.3688 24.0107 22.9397 23.7739 23.3608 23.3529C23.7819 22.9318 24.0186 22.3608 24.0192 21.7654V18.0616ZM9.07522 15.9746C9.07234 14.6623 9.58943 13.4023 10.5133 12.4703L13.3198 9.66277L14.6527 10.9966L11.8461 13.8032C11.2742 14.3812 10.9544 15.1621 10.9565 15.9752C10.9587 16.7883 11.2827 17.5674 11.8576 18.1424C12.4326 18.7174 13.2117 19.0413 14.0249 19.0435C14.838 19.0456 15.6189 18.7259 16.1969 18.154L19.0044 15.3474L20.3373 16.6802L17.5307 19.4878C16.5987 20.4116 15.3388 20.9286 14.0265 20.9258C12.7142 20.9229 11.4565 20.4004 10.5286 19.4725C9.60068 18.5445 9.07809 17.2868 9.07522 15.9746ZM16.0569 9.59329L14.7231 8.25948L17.5307 5.45291C18.4626 4.52907 19.7226 4.01204 21.0349 4.01491C22.3471 4.01779 23.6048 4.54032 24.5328 5.46823C25.4607 6.39615 25.9833 7.65386 25.9861 8.96612C25.989 10.2784 25.4719 11.5383 24.5481 12.4703L21.7405 15.2769L20.4077 13.9441L23.2143 11.1365C23.7862 10.5585 24.106 9.77765 24.1038 8.96455C24.1017 8.15145 23.7777 7.37221 23.2028 6.79726C22.6278 6.22231 21.8486 5.89834 21.0355 5.89618C20.2224 5.89402 19.4415 6.21386 18.8635 6.78575L16.0569 9.59329ZM15.4247 15.9786L14.0215 14.5753L19.6356 8.96213L21.0389 10.3644L15.4247 15.9786Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LinkManagementIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0192 18.0616L24.3169 17.7639L26 16.0807V21.7694C26 22.3249 25.8906 22.8751 25.678 23.3883C25.4654 23.9016 25.1537 24.368 24.7609 24.7609C24.368 25.1537 23.9016 25.4654 23.3883 25.678C22.8751 25.8906 22.3249 26.0001 21.7693 26.0001H8.2307C7.10873 25.9998 6.03279 25.554 5.23944 24.7606C4.44609 23.9673 4.00026 22.8913 4 21.7694V8.2307C4 7.67512 4.10939 7.12494 4.322 6.61165C4.53462 6.09836 4.84628 5.63199 5.23914 5.23914C5.63199 4.84628 6.09836 4.53468 6.61165 4.32206C7.12494 4.10945 7.67512 4 8.2307 4H13.9213L11.9364 5.98485H8.2307C7.6353 5.98563 7.06452 6.2225 6.64351 6.64351C6.2225 7.06452 5.98563 7.6353 5.98485 8.2307V21.7654C5.98563 22.3608 6.2225 22.9315 6.64351 23.3526C7.06452 23.7736 7.6353 24.0104 8.2307 24.0112H21.7733C22.3688 24.0107 22.9397 23.7739 23.3608 23.3529C23.7819 22.9318 24.0186 22.3608 24.0192 21.7654V18.0616ZM9.07522 15.9746C9.07234 14.6623 9.58943 13.4023 10.5133 12.4703L13.3198 9.66277L14.6527 10.9966L11.8461 13.8032C11.2742 14.3812 10.9544 15.1621 10.9565 15.9752C10.9587 16.7883 11.2827 17.5674 11.8576 18.1424C12.4326 18.7174 13.2117 19.0413 14.0249 19.0435C14.838 19.0456 15.6189 18.7259 16.1969 18.154L19.0044 15.3474L20.3373 16.6802L17.5307 19.4878C16.5987 20.4116 15.3388 20.9286 14.0265 20.9258C12.7142 20.9229 11.4565 20.4004 10.5286 19.4725C9.60068 18.5445 9.07809 17.2868 9.07522 15.9746ZM16.0569 9.59329L14.7231 8.25948L17.5307 5.45291C18.4626 4.52907 19.7226 4.01204 21.0349 4.01491C22.3471 4.01779 23.6048 4.54032 24.5328 5.46823C25.4607 6.39615 25.9833 7.65386 25.9861 8.96612C25.989 10.2784 25.4719 11.5383 24.5481 12.4703L21.7405 15.2769L20.4077 13.9441L23.2143 11.1365C23.7862 10.5585 24.106 9.77765 24.1038 8.96455C24.1017 8.15145 23.7777 7.37221 23.2028 6.79726C22.6278 6.22231 21.8486 5.89834 21.0355 5.89618C20.2224 5.89402 19.4415 6.21386 18.8635 6.78575L16.0569 9.59329ZM15.4247 15.9786L14.0215 14.5753L19.6356 8.96213L21.0389 10.3644L15.4247 15.9786Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0192 18.0616L24.3169 17.7639L26 16.0807V21.7694C26 22.3249 25.8906 22.8751 25.678 23.3883C25.4654 23.9016 25.1537 24.368 24.7609 24.7609C24.368 25.1537 23.9016 25.4654 23.3883 25.678C22.8751 25.8906 22.3249 26.0001 21.7693 26.0001H8.2307C7.10873 25.9998 6.03279 25.554 5.23944 24.7606C4.44609 23.9673 4.00026 22.8913 4 21.7694V8.2307C4 7.67512 4.10939 7.12494 4.322 6.61165C4.53462 6.09836 4.84628 5.63199 5.23914 5.23914C5.63199 4.84628 6.09836 4.53468 6.61165 4.32206C7.12494 4.10945 7.67512 4 8.2307 4H13.9213L11.9364 5.98485H8.2307C7.6353 5.98563 7.06452 6.2225 6.64351 6.64351C6.2225 7.06452 5.98563 7.6353 5.98485 8.2307V21.7654C5.98563 22.3608 6.2225 22.9315 6.64351 23.3526C7.06452 23.7736 7.6353 24.0104 8.2307 24.0112H21.7733C22.3688 24.0107 22.9397 23.7739 23.3608 23.3529C23.7819 22.9318 24.0186 22.3608 24.0192 21.7654V18.0616ZM9.07522 15.9746C9.07234 14.6623 9.58943 13.4023 10.5133 12.4703L13.3198 9.66277L14.6527 10.9966L11.8461 13.8032C11.2742 14.3812 10.9544 15.1621 10.9565 15.9752C10.9587 16.7883 11.2827 17.5674 11.8576 18.1424C12.4326 18.7174 13.2117 19.0413 14.0249 19.0435C14.838 19.0456 15.6189 18.7259 16.1969 18.154L19.0044 15.3474L20.3373 16.6802L17.5307 19.4878C16.5987 20.4116 15.3388 20.9286 14.0265 20.9258C12.7142 20.9229 11.4565 20.4004 10.5286 19.4725C9.60068 18.5445 9.07809 17.2868 9.07522 15.9746ZM16.0569 9.59329L14.7231 8.25948L17.5307 5.45291C18.4626 4.52907 19.7226 4.01204 21.0349 4.01491C22.3471 4.01779 23.6048 4.54032 24.5328 5.46823C25.4607 6.39615 25.9833 7.65386 25.9861 8.96612C25.989 10.2784 25.4719 11.5383 24.5481 12.4703L21.7405 15.2769L20.4077 13.9441L23.2143 11.1365C23.7862 10.5585 24.106 9.77765 24.1038 8.96455C24.1017 8.15145 23.7777 7.37221 23.2028 6.79726C22.6278 6.22231 21.8486 5.89834 21.0355 5.89618C20.2224 5.89402 19.4415 6.21386 18.8635 6.78575L16.0569 9.59329ZM15.4247 15.9786L14.0215 14.5753L19.6356 8.96213L21.0389 10.3644L15.4247 15.9786Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const ListIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" })));
|
|
6
|
+
return (_jsx("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" }) }));
|
|
7
7
|
});
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
|
-
import React, { forwardRef } from 'react';
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
13
3
|
import styled from 'styled-components';
|
|
14
4
|
import { useIcon } from './hooks/useIcon';
|
|
15
5
|
const StyleSvg = styled.svg `
|
|
@@ -46,10 +36,7 @@ const StyleSvg = styled.svg `
|
|
|
46
36
|
}
|
|
47
37
|
}
|
|
48
38
|
`;
|
|
49
|
-
export const LoadingIcon = forwardRef((
|
|
50
|
-
var { backgroundColor } = _a, restOfProps = __rest(_a, ["backgroundColor"]);
|
|
39
|
+
export const LoadingIcon = forwardRef(({ backgroundColor, ...restOfProps }, ref) => {
|
|
51
40
|
const { width, height } = useIcon(restOfProps);
|
|
52
|
-
return (
|
|
53
|
-
React.createElement("path", { d: "M40.5 20.5C40.5 31.5457 31.5457 40.5 20.5 40.5C9.4543 40.5 0.5 31.5457 0.5 20.5C0.5 9.4543 9.4543 0.5 20.5 0.5C31.5457 0.5 40.5 9.4543 40.5 20.5ZM2.5 20.5C2.5 30.4411 10.5589 38.5 20.5 38.5C30.4411 38.5 38.5 30.4411 38.5 20.5C38.5 10.5589 30.4411 2.5 20.5 2.5C10.5589 2.5 2.5 10.5589 2.5 20.5Z", fill: backgroundColor || 'transparent' }),
|
|
54
|
-
React.createElement("circle", { className: "circle", cx: "20.5", cy: "20.5", r: "19", fill: "none", strokeWidth: "2" })));
|
|
41
|
+
return (_jsxs(StyleSvg, { viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...restOfProps, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M40.5 20.5C40.5 31.5457 31.5457 40.5 20.5 40.5C9.4543 40.5 0.5 31.5457 0.5 20.5C0.5 9.4543 9.4543 0.5 20.5 0.5C31.5457 0.5 40.5 9.4543 40.5 20.5ZM2.5 20.5C2.5 30.4411 10.5589 38.5 20.5 38.5C30.4411 38.5 38.5 30.4411 38.5 20.5C38.5 10.5589 30.4411 2.5 20.5 2.5C10.5589 2.5 2.5 10.5589 2.5 20.5Z", fill: backgroundColor || 'transparent' }), _jsx("circle", { className: "circle", cx: "20.5", cy: "20.5", r: "19", fill: "none", strokeWidth: "2" })] }));
|
|
55
42
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LocalMallIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z" })));
|
|
6
|
+
return (_jsx("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const LongerIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M14.0156 17.0156V18.9844H3.98438V17.0156H14.0156ZM20.0156 9V11.0156H3.98438V9H20.0156ZM3.98438 15V12.9844H20.0156V15H3.98438ZM3.98438 5.01562H20.0156V6.98438H3.98438V5.01562Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M14.0156 17.0156V18.9844H3.98438V17.0156H14.0156ZM20.0156 9V11.0156H3.98438V9H20.0156ZM3.98438 15V12.9844H20.0156V15H3.98438ZM3.98438 5.01562H20.0156V6.98438H3.98438V5.01562Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MapIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M20.4844 3C20.7656 3 21 3.23438 21 3.51562V18.6094C21 18.8438 20.8594 19.0312 20.625 19.0781L15 21L9 18.8906L3.65625 20.9531L3.51562 21C3.23438 21 3 20.7656 3 20.4844V5.39062C3 5.15625 3.14062 4.96875 3.375 4.92188L9 3L15 5.10938L20.3438 3.04688L20.4844 3ZM9.98438 5.48438V17.1094L14.0156 18.5156V6.89062L9.98438 5.48438ZM5.01562 6.46875V18.3281L8.01562 17.1562V5.4375L5.01562 6.46875ZM18.9844 17.5312V5.71875L15.9844 6.84375V18.5625L18.9844 17.5312Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M20.4844 3C20.7656 3 21 3.23438 21 3.51562V18.6094C21 18.8438 20.8594 19.0312 20.625 19.0781L15 21L9 18.8906L3.65625 20.9531L3.51562 21C3.23438 21 3 20.7656 3 20.4844V5.39062C3 5.15625 3.14062 4.96875 3.375 4.92188L9 3L15 5.10938L20.3438 3.04688L20.4844 3ZM9.98438 5.48438V17.1094L14.0156 18.5156V6.89062L9.98438 5.48438ZM5.01562 6.46875V18.3281L8.01562 17.1562V5.4375L5.01562 6.46875ZM18.9844 17.5312V5.71875L15.9844 6.84375V18.5625L18.9844 17.5312Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MarkAsReadIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M9 16.2188L19.5938 5.57812L21 6.98438L9 18.9844L3.42188 13.4062L4.78125 12L9 16.2188Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M9 16.2188L19.5938 5.57812L21 6.98438L9 18.9844L3.42188 13.4062L4.78125 12L9 16.2188Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MarketingHub30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M4.36544 24.6262C3.81094 24.0647 3.5 23.3074 3.5 22.5182C3.5 21.7291 3.81094 20.9717 4.36544 20.4102C4.73087 20.0404 5.18783 19.7741 5.68972 19.6385C6.19162 19.5029 6.7205 19.5028 7.22244 19.6382L9.22244 17.6182C8.80588 16.8284 8.65187 15.9264 8.78278 15.0431C8.91369 14.1598 9.3227 13.3413 9.95044 12.7062C10.2312 12.4226 10.5515 12.1811 10.9014 11.9892L10.4984 10.4532C9.80355 10.3857 9.15426 10.0769 8.66345 9.58037C8.17264 9.08384 7.87133 8.43103 7.81189 7.7354C7.75246 7.03977 7.93866 6.3453 8.33812 5.77271C8.73759 5.20012 9.32507 4.78561 9.99844 4.60122C10.3747 4.50039 10.7672 4.475 11.1533 4.52651C11.5394 4.57803 11.9115 4.70542 12.2482 4.90136C12.5849 5.0973 12.8794 5.35791 13.1149 5.66818C13.3505 5.97846 13.5223 6.33226 13.6204 6.70922C13.7629 7.24014 13.7567 7.79999 13.6025 8.32764C13.4484 8.85528 13.1523 9.33044 12.7464 9.70122L13.2234 11.5012C14.2014 11.5825 15.1179 12.011 15.8074 12.7092C16.2687 13.1753 16.6142 13.743 16.8162 14.3669C17.0182 14.9907 17.071 15.6532 16.9704 16.3012L21.2284 17.4512C21.5849 16.9983 22.0666 16.6602 22.6136 16.4786C23.1606 16.2971 23.7489 16.2803 24.3054 16.4302C25.0659 16.6392 25.7127 17.1405 26.1049 17.8247C26.497 18.5089 26.6025 19.3205 26.3984 20.0822C26.2264 20.7424 25.8311 21.3226 25.2797 21.7243C24.7282 22.126 24.0547 22.3244 23.3736 22.2858C22.6925 22.2471 22.0458 21.9738 21.5433 21.5123C21.0409 21.0508 20.7137 20.4296 20.6174 19.7542L15.9254 18.4862C15.8874 18.5282 15.8484 18.5692 15.8084 18.6092C15.1774 19.2475 14.3551 19.662 13.4667 19.7896C12.5784 19.9172 11.6726 19.751 10.8874 19.3162L9.07744 21.1402C9.36817 21.703 9.47327 22.3434 9.37771 22.9696C9.28214 23.5958 8.9908 24.1757 8.54544 24.6262C8.27209 24.9028 7.94656 25.1225 7.58771 25.2723C7.22886 25.4222 6.84384 25.4994 6.45494 25.4994C6.06605 25.4994 5.68102 25.4222 5.32217 25.2723C4.96333 25.1225 4.63879 24.9028 4.36544 24.6262ZM5.62044 21.6742C5.39816 21.8989 5.27347 22.2022 5.27347 22.5182C5.27347 22.8343 5.39816 23.1376 5.62044 23.3622C5.72982 23.4729 5.86008 23.5608 6.00367 23.6208C6.14726 23.6807 6.30133 23.7116 6.45694 23.7116C6.61256 23.7116 6.76662 23.6807 6.91021 23.6208C7.05381 23.5608 7.18406 23.4729 7.29344 23.3622C7.51543 23.1376 7.63992 22.8345 7.63992 22.5187C7.63992 22.2029 7.51543 21.8998 7.29344 21.6752C7.18401 21.5648 7.05379 21.4772 6.91031 21.4173C6.76682 21.3575 6.6129 21.3267 6.45744 21.3267C6.30199 21.3267 6.14807 21.3575 6.00458 21.4173C5.86109 21.4772 5.73087 21.5648 5.62144 21.6752L5.62044 21.6742ZM22.3984 19.0012C22.3367 19.2395 22.351 19.4911 22.4394 19.7209C22.5278 19.9506 22.6858 20.147 22.8913 20.2824C23.0968 20.4179 23.3395 20.4857 23.5855 20.4764C23.8315 20.467 24.0684 20.381 24.263 20.2303C24.4577 20.0797 24.6003 19.8719 24.671 19.6361C24.7417 19.4003 24.7369 19.1483 24.6572 18.9154C24.5776 18.6825 24.4271 18.4803 24.2269 18.3372C24.0266 18.1941 23.7866 18.1172 23.5404 18.1172C23.2797 18.1196 23.0269 18.2074 22.8206 18.367C22.6144 18.5266 22.4661 18.7494 22.3984 19.0012ZM11.4174 14.1832C11.0293 14.5763 10.8117 15.1064 10.8117 15.6587C10.8117 16.2111 11.0293 16.7412 11.4174 17.1342C11.6088 17.3279 11.8367 17.4817 12.0879 17.5867C12.3391 17.6917 12.6087 17.7457 12.8809 17.7457C13.1532 17.7457 13.4228 17.6917 13.674 17.5867C13.9252 17.4817 14.1531 17.3279 14.3444 17.1342C14.7325 16.7412 14.9502 16.2111 14.9502 15.6587C14.9502 15.1064 14.7325 14.5763 14.3444 14.1832C14.1532 13.9895 13.9254 13.8357 13.6743 13.7308C13.4231 13.6258 13.1536 13.5718 12.8814 13.5718C12.6093 13.5718 12.3398 13.6258 12.0886 13.7308C11.8375 13.8357 11.6087 13.9895 11.4174 14.1832ZM10.4624 6.33122C10.1584 6.41497 9.89983 6.61561 9.7432 6.88934C9.58657 7.16307 9.54459 7.48765 9.62644 7.79222C9.66572 7.94291 9.73442 8.08434 9.82857 8.20838C9.92273 8.33242 10.0405 8.43661 10.1751 8.51497C10.3096 8.59332 10.4584 8.64428 10.6127 8.66491C10.7671 8.68555 10.924 8.67546 11.0744 8.63522C11.3516 8.55887 11.5919 8.38508 11.7512 8.14578C11.9105 7.90648 11.9782 7.61774 11.9417 7.33258C11.9052 7.04742 11.7671 6.785 11.5526 6.59351C11.3382 6.40203 11.0619 6.29434 10.7744 6.29022C10.6691 6.28976 10.5641 6.30355 10.4624 6.33122Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M4.36544 24.6262C3.81094 24.0647 3.5 23.3074 3.5 22.5182C3.5 21.7291 3.81094 20.9717 4.36544 20.4102C4.73087 20.0404 5.18783 19.7741 5.68972 19.6385C6.19162 19.5029 6.7205 19.5028 7.22244 19.6382L9.22244 17.6182C8.80588 16.8284 8.65187 15.9264 8.78278 15.0431C8.91369 14.1598 9.3227 13.3413 9.95044 12.7062C10.2312 12.4226 10.5515 12.1811 10.9014 11.9892L10.4984 10.4532C9.80355 10.3857 9.15426 10.0769 8.66345 9.58037C8.17264 9.08384 7.87133 8.43103 7.81189 7.7354C7.75246 7.03977 7.93866 6.3453 8.33812 5.77271C8.73759 5.20012 9.32507 4.78561 9.99844 4.60122C10.3747 4.50039 10.7672 4.475 11.1533 4.52651C11.5394 4.57803 11.9115 4.70542 12.2482 4.90136C12.5849 5.0973 12.8794 5.35791 13.1149 5.66818C13.3505 5.97846 13.5223 6.33226 13.6204 6.70922C13.7629 7.24014 13.7567 7.79999 13.6025 8.32764C13.4484 8.85528 13.1523 9.33044 12.7464 9.70122L13.2234 11.5012C14.2014 11.5825 15.1179 12.011 15.8074 12.7092C16.2687 13.1753 16.6142 13.743 16.8162 14.3669C17.0182 14.9907 17.071 15.6532 16.9704 16.3012L21.2284 17.4512C21.5849 16.9983 22.0666 16.6602 22.6136 16.4786C23.1606 16.2971 23.7489 16.2803 24.3054 16.4302C25.0659 16.6392 25.7127 17.1405 26.1049 17.8247C26.497 18.5089 26.6025 19.3205 26.3984 20.0822C26.2264 20.7424 25.8311 21.3226 25.2797 21.7243C24.7282 22.126 24.0547 22.3244 23.3736 22.2858C22.6925 22.2471 22.0458 21.9738 21.5433 21.5123C21.0409 21.0508 20.7137 20.4296 20.6174 19.7542L15.9254 18.4862C15.8874 18.5282 15.8484 18.5692 15.8084 18.6092C15.1774 19.2475 14.3551 19.662 13.4667 19.7896C12.5784 19.9172 11.6726 19.751 10.8874 19.3162L9.07744 21.1402C9.36817 21.703 9.47327 22.3434 9.37771 22.9696C9.28214 23.5958 8.9908 24.1757 8.54544 24.6262C8.27209 24.9028 7.94656 25.1225 7.58771 25.2723C7.22886 25.4222 6.84384 25.4994 6.45494 25.4994C6.06605 25.4994 5.68102 25.4222 5.32217 25.2723C4.96333 25.1225 4.63879 24.9028 4.36544 24.6262ZM5.62044 21.6742C5.39816 21.8989 5.27347 22.2022 5.27347 22.5182C5.27347 22.8343 5.39816 23.1376 5.62044 23.3622C5.72982 23.4729 5.86008 23.5608 6.00367 23.6208C6.14726 23.6807 6.30133 23.7116 6.45694 23.7116C6.61256 23.7116 6.76662 23.6807 6.91021 23.6208C7.05381 23.5608 7.18406 23.4729 7.29344 23.3622C7.51543 23.1376 7.63992 22.8345 7.63992 22.5187C7.63992 22.2029 7.51543 21.8998 7.29344 21.6752C7.18401 21.5648 7.05379 21.4772 6.91031 21.4173C6.76682 21.3575 6.6129 21.3267 6.45744 21.3267C6.30199 21.3267 6.14807 21.3575 6.00458 21.4173C5.86109 21.4772 5.73087 21.5648 5.62144 21.6752L5.62044 21.6742ZM22.3984 19.0012C22.3367 19.2395 22.351 19.4911 22.4394 19.7209C22.5278 19.9506 22.6858 20.147 22.8913 20.2824C23.0968 20.4179 23.3395 20.4857 23.5855 20.4764C23.8315 20.467 24.0684 20.381 24.263 20.2303C24.4577 20.0797 24.6003 19.8719 24.671 19.6361C24.7417 19.4003 24.7369 19.1483 24.6572 18.9154C24.5776 18.6825 24.4271 18.4803 24.2269 18.3372C24.0266 18.1941 23.7866 18.1172 23.5404 18.1172C23.2797 18.1196 23.0269 18.2074 22.8206 18.367C22.6144 18.5266 22.4661 18.7494 22.3984 19.0012ZM11.4174 14.1832C11.0293 14.5763 10.8117 15.1064 10.8117 15.6587C10.8117 16.2111 11.0293 16.7412 11.4174 17.1342C11.6088 17.3279 11.8367 17.4817 12.0879 17.5867C12.3391 17.6917 12.6087 17.7457 12.8809 17.7457C13.1532 17.7457 13.4228 17.6917 13.674 17.5867C13.9252 17.4817 14.1531 17.3279 14.3444 17.1342C14.7325 16.7412 14.9502 16.2111 14.9502 15.6587C14.9502 15.1064 14.7325 14.5763 14.3444 14.1832C14.1532 13.9895 13.9254 13.8357 13.6743 13.7308C13.4231 13.6258 13.1536 13.5718 12.8814 13.5718C12.6093 13.5718 12.3398 13.6258 12.0886 13.7308C11.8375 13.8357 11.6087 13.9895 11.4174 14.1832ZM10.4624 6.33122C10.1584 6.41497 9.89983 6.61561 9.7432 6.88934C9.58657 7.16307 9.54459 7.48765 9.62644 7.79222C9.66572 7.94291 9.73442 8.08434 9.82857 8.20838C9.92273 8.33242 10.0405 8.43661 10.1751 8.51497C10.3096 8.59332 10.4584 8.64428 10.6127 8.66491C10.7671 8.68555 10.924 8.67546 11.0744 8.63522C11.3516 8.55887 11.5919 8.38508 11.7512 8.14578C11.9105 7.90648 11.9782 7.61774 11.9417 7.33258C11.9052 7.04742 11.7671 6.785 11.5526 6.59351C11.3382 6.40203 11.0619 6.29434 10.7744 6.29022C10.6691 6.28976 10.5641 6.30355 10.4624 6.33122Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MediaGalleryIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M2.01562 6V20.0156H20.0156V21.9844H2.01562C0.890625 21.9844 0 21.0938 0 20.0156V11.0156V6H2.01562ZM6.98438 15L11.4844 9L15 13.5L17.4844 10.5L21 15H6.98438ZM21.9844 3.98438C23.1094 3.98438 24 4.92188 24 6V15.9844C24 17.1094 23.1094 18 21.9844 18H6C4.92188 18 3.98438 17.1094 3.98438 15.9844L4.03125 3.98438C4.03125 2.90625 4.92188 2.01562 6 2.01562H12L14.0156 3.98438H21.9844ZM21.9844 15.9844V6H13.1719L12.5625 5.39062L11.1562 3.98438H6V15.9844H21.9844Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M2.01562 6V20.0156H20.0156V21.9844H2.01562C0.890625 21.9844 0 21.0938 0 20.0156V11.0156V6H2.01562ZM6.98438 15L11.4844 9L15 13.5L17.4844 10.5L21 15H6.98438ZM21.9844 3.98438C23.1094 3.98438 24 4.92188 24 6V15.9844C24 17.1094 23.1094 18 21.9844 18H6C4.92188 18 3.98438 17.1094 3.98438 15.9844L4.03125 3.98438C4.03125 2.90625 4.92188 2.01562 6 2.01562H12L14.0156 3.98438H21.9844ZM21.9844 15.9844V6H13.1719L12.5625 5.39062L11.1562 3.98438H6V15.9844H21.9844Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MediaTemplate30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M21.4127 23H7.0127C6.80337 22.9999 6.59612 22.9584 6.40292 22.8776C6.20972 22.7969 6.03441 22.6786 5.8871 22.5297C5.73329 22.3893 5.61049 22.2183 5.52659 22.0276C5.44268 21.8369 5.39953 21.6307 5.3999 21.4224V10.1922H7.0127V21.4224H21.4127V22.9992V23ZM22.9871 19.8071H10.1999C9.98903 19.8066 9.78046 19.7631 9.58693 19.6792C9.39341 19.5953 9.21898 19.4728 9.0743 19.3191C8.92095 19.1743 8.79865 18.9998 8.71489 18.8061C8.63112 18.6124 8.58765 18.4036 8.58711 18.1926L8.6247 8.57766C8.62365 8.37069 8.66476 8.16567 8.7455 7.97514C8.82624 7.78461 8.94493 7.61258 9.0943 7.46955C9.23709 7.32018 9.40876 7.20152 9.59885 7.12079C9.78893 7.04007 9.99344 6.99897 10.1999 7.00002H14.9999L16.6119 8.57766H22.9871C23.198 8.57805 23.4066 8.62152 23.6001 8.70542C23.7937 8.78932 23.9681 8.91189 24.1127 9.06562C24.2661 9.2104 24.3884 9.38496 24.4721 9.57865C24.5559 9.77233 24.5994 9.98109 24.5999 10.1922V18.1926C24.5994 18.4036 24.5559 18.6124 24.4721 18.8061C24.3884 18.9998 24.2661 19.1743 24.1127 19.3191C23.9681 19.4728 23.7937 19.5954 23.6001 19.6793C23.4066 19.7632 23.198 19.8067 22.9871 19.8071ZM14.1999 10.9934V16.6021L18.9999 13.7977L14.1999 10.9934Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M21.4127 23H7.0127C6.80337 22.9999 6.59612 22.9584 6.40292 22.8776C6.20972 22.7969 6.03441 22.6786 5.8871 22.5297C5.73329 22.3893 5.61049 22.2183 5.52659 22.0276C5.44268 21.8369 5.39953 21.6307 5.3999 21.4224V10.1922H7.0127V21.4224H21.4127V22.9992V23ZM22.9871 19.8071H10.1999C9.98903 19.8066 9.78046 19.7631 9.58693 19.6792C9.39341 19.5953 9.21898 19.4728 9.0743 19.3191C8.92095 19.1743 8.79865 18.9998 8.71489 18.8061C8.63112 18.6124 8.58765 18.4036 8.58711 18.1926L8.6247 8.57766C8.62365 8.37069 8.66476 8.16567 8.7455 7.97514C8.82624 7.78461 8.94493 7.61258 9.0943 7.46955C9.23709 7.32018 9.40876 7.20152 9.59885 7.12079C9.78893 7.04007 9.99344 6.99897 10.1999 7.00002H14.9999L16.6119 8.57766H22.9871C23.198 8.57805 23.4066 8.62152 23.6001 8.70542C23.7937 8.78932 23.9681 8.91189 24.1127 9.06562C24.2661 9.2104 24.3884 9.38496 24.4721 9.57865C24.5559 9.77233 24.5994 9.98109 24.5999 10.1922V18.1926C24.5994 18.4036 24.5559 18.6124 24.4721 18.8061C24.3884 18.9998 24.2661 19.1743 24.1127 19.3191C23.9681 19.4728 23.7937 19.5954 23.6001 19.6793C23.4066 19.7632 23.198 19.8067 22.9871 19.8071ZM14.1999 10.9934V16.6021L18.9999 13.7977L14.1999 10.9934Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MediaTemplateIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M18.4127 20H4.0127C3.80337 19.9999 3.59612 19.9584 3.40292 19.8776C3.20972 19.7969 3.03441 19.6786 2.8871 19.5297C2.73329 19.3893 2.61049 19.2183 2.52659 19.0276C2.44268 18.8369 2.39953 18.6307 2.3999 18.4224V7.19216H4.0127V18.4224H18.4127V19.9992V20ZM19.9871 16.8071H7.1999C6.98903 16.8066 6.78046 16.7631 6.58693 16.6792C6.39341 16.5953 6.21898 16.4728 6.0743 16.3191C5.92095 16.1743 5.79865 15.9998 5.71489 15.8061C5.63112 15.6124 5.58765 15.4036 5.58711 15.1926L5.6247 5.57766C5.62365 5.37069 5.66476 5.16567 5.7455 4.97514C5.82624 4.78461 5.94493 4.61258 6.0943 4.46955C6.23709 4.32018 6.40876 4.20152 6.59885 4.12079C6.78893 4.04007 6.99344 3.99897 7.1999 4.00002H11.9999L13.6119 5.57766H19.9871C20.198 5.57805 20.4066 5.62152 20.6001 5.70542C20.7937 5.78932 20.9681 5.91189 21.1127 6.06562C21.2661 6.2104 21.3884 6.38496 21.4721 6.57865C21.5559 6.77233 21.5994 6.98109 21.5999 7.19216V15.1926C21.5994 15.4036 21.5559 15.6124 21.4721 15.8061C21.3884 15.9998 21.2661 16.1743 21.1127 16.3191C20.9681 16.4728 20.7937 16.5954 20.6001 16.6793C20.4066 16.7632 20.198 16.8067 19.9871 16.8071ZM11.1999 7.9934V13.6021L15.9999 10.7977L11.1999 7.9934Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M18.4127 20H4.0127C3.80337 19.9999 3.59612 19.9584 3.40292 19.8776C3.20972 19.7969 3.03441 19.6786 2.8871 19.5297C2.73329 19.3893 2.61049 19.2183 2.52659 19.0276C2.44268 18.8369 2.39953 18.6307 2.3999 18.4224V7.19216H4.0127V18.4224H18.4127V19.9992V20ZM19.9871 16.8071H7.1999C6.98903 16.8066 6.78046 16.7631 6.58693 16.6792C6.39341 16.5953 6.21898 16.4728 6.0743 16.3191C5.92095 16.1743 5.79865 15.9998 5.71489 15.8061C5.63112 15.6124 5.58765 15.4036 5.58711 15.1926L5.6247 5.57766C5.62365 5.37069 5.66476 5.16567 5.7455 4.97514C5.82624 4.78461 5.94493 4.61258 6.0943 4.46955C6.23709 4.32018 6.40876 4.20152 6.59885 4.12079C6.78893 4.04007 6.99344 3.99897 7.1999 4.00002H11.9999L13.6119 5.57766H19.9871C20.198 5.57805 20.4066 5.62152 20.6001 5.70542C20.7937 5.78932 20.9681 5.91189 21.1127 6.06562C21.2661 6.2104 21.3884 6.38496 21.4721 6.57865C21.5559 6.77233 21.5994 6.98109 21.5999 7.19216V15.1926C21.5994 15.4036 21.5559 15.6124 21.4721 15.8061C21.3884 15.9998 21.2661 16.1743 21.1127 16.3191C20.9681 16.4728 20.7937 16.5954 20.6001 16.6793C20.4066 16.7632 20.198 16.8067 19.9871 16.8071ZM11.1999 7.9934V13.6021L15.9999 10.7977L11.1999 7.9934Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MediaTemplateMenuIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M21.4128 23H7.01283C6.80349 22.9999 6.59624 22.9584 6.40304 22.8776C6.20985 22.7969 6.03453 22.6786 5.88723 22.5297C5.73341 22.3893 5.61061 22.2183 5.52671 22.0276C5.44281 21.8369 5.39965 21.6307 5.40003 21.4224V10.1922H7.01283V21.4224H21.4128V22.9992V23ZM22.9872 19.8071H10.2C9.98915 19.8066 9.78058 19.7631 9.58706 19.6792C9.39353 19.5953 9.2191 19.4728 9.07443 19.3191C8.92107 19.1743 8.79878 18.9998 8.71501 18.8061C8.63125 18.6124 8.58777 18.4036 8.58723 18.1926L8.62483 8.57766C8.62378 8.37069 8.66488 8.16567 8.74562 7.97514C8.82637 7.78461 8.94505 7.61258 9.09443 7.46955C9.23721 7.32018 9.40888 7.20152 9.59897 7.12079C9.78905 7.04007 9.99356 6.99897 10.2 7.00002H15L16.612 8.57766H22.9872C23.1981 8.57805 23.4067 8.62152 23.6003 8.70542C23.7938 8.78932 23.9682 8.91189 24.1128 9.06562C24.2662 9.2104 24.3885 9.38496 24.4722 9.57865C24.556 9.77233 24.5995 9.98109 24.6 10.1922V18.1926C24.5995 18.4036 24.556 18.6124 24.4722 18.8061C24.3885 18.9998 24.2662 19.1743 24.1128 19.3191C23.9682 19.4728 23.7938 19.5954 23.6003 19.6793C23.4067 19.7632 23.1981 19.8067 22.9872 19.8071ZM14.2 10.9934V16.6021L19 13.7977L14.2 10.9934Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M21.4128 23H7.01283C6.80349 22.9999 6.59624 22.9584 6.40304 22.8776C6.20985 22.7969 6.03453 22.6786 5.88723 22.5297C5.73341 22.3893 5.61061 22.2183 5.52671 22.0276C5.44281 21.8369 5.39965 21.6307 5.40003 21.4224V10.1922H7.01283V21.4224H21.4128V22.9992V23ZM22.9872 19.8071H10.2C9.98915 19.8066 9.78058 19.7631 9.58706 19.6792C9.39353 19.5953 9.2191 19.4728 9.07443 19.3191C8.92107 19.1743 8.79878 18.9998 8.71501 18.8061C8.63125 18.6124 8.58777 18.4036 8.58723 18.1926L8.62483 8.57766C8.62378 8.37069 8.66488 8.16567 8.74562 7.97514C8.82637 7.78461 8.94505 7.61258 9.09443 7.46955C9.23721 7.32018 9.40888 7.20152 9.59897 7.12079C9.78905 7.04007 9.99356 6.99897 10.2 7.00002H15L16.612 8.57766H22.9872C23.1981 8.57805 23.4067 8.62152 23.6003 8.70542C23.7938 8.78932 23.9682 8.91189 24.1128 9.06562C24.2662 9.2104 24.3885 9.38496 24.4722 9.57865C24.556 9.77233 24.5995 9.98109 24.6 10.1922V18.1926C24.5995 18.4036 24.556 18.6124 24.4722 18.8061C24.3885 18.9998 24.2662 19.1743 24.1128 19.3191C23.9682 19.4728 23.7938 19.5954 23.6003 19.6793C23.4067 19.7632 23.1981 19.8067 22.9872 19.8071ZM14.2 10.9934V16.6021L19 13.7977L14.2 10.9934Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const Menu30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M3.75 16.2305V13.7695H6.26953V16.2305H3.75ZM3.75 21.2695V18.75H6.26953V21.2695H3.75ZM3.75 11.25V8.73047H6.26953V11.25H3.75ZM8.73047 16.2305V13.7695H26.25V16.2305H8.73047ZM8.73047 21.2695V18.75H26.25V21.2695H8.73047ZM8.73047 8.73047H26.25V11.25H8.73047V8.73047ZM3.75 16.2305V13.7695H6.26953V16.2305H3.75ZM3.75 21.2695V18.75H6.26953V21.2695H3.75ZM3.75 11.25V8.73047H6.26953V11.25H3.75ZM8.73047 16.2305V13.7695H26.25V16.2305H8.73047ZM8.73047 21.2695V18.75H26.25V21.2695H8.73047ZM8.73047 8.73047H26.25V11.25H8.73047V8.73047Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M3.75 16.2305V13.7695H6.26953V16.2305H3.75ZM3.75 21.2695V18.75H6.26953V21.2695H3.75ZM3.75 11.25V8.73047H6.26953V11.25H3.75ZM8.73047 16.2305V13.7695H26.25V16.2305H8.73047ZM8.73047 21.2695V18.75H26.25V21.2695H8.73047ZM8.73047 8.73047H26.25V11.25H8.73047V8.73047ZM3.75 16.2305V13.7695H6.26953V16.2305H3.75ZM3.75 21.2695V18.75H6.26953V21.2695H3.75ZM3.75 11.25V8.73047H6.26953V11.25H3.75ZM8.73047 16.2305V13.7695H26.25V16.2305H8.73047ZM8.73047 21.2695V18.75H26.25V21.2695H8.73047ZM8.73047 8.73047H26.25V11.25H8.73047V8.73047Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MenuCollapseIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 3H9V21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM9 1H7H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H7H9H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H9ZM4 21H7V3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21ZM17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289C16.8166 7.90237 16.1834 7.90237 15.7929 8.29289L12.2929 11.7929C11.9024 12.1834 11.9024 12.8166 12.2929 13.2071L15.7929 16.7071C16.1834 17.0976 16.8166 17.0976 17.2071 16.7071C17.5976 16.3166 17.5976 15.6834 17.2071 15.2929L14.4142 12.5L17.2071 9.70711Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 3H9V21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM9 1H7H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H7H9H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H9ZM4 21H7V3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21ZM17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289C16.8166 7.90237 16.1834 7.90237 15.7929 8.29289L12.2929 11.7929C11.9024 12.1834 11.9024 12.8166 12.2929 13.2071L15.7929 16.7071C16.1834 17.0976 16.8166 17.0976 17.2071 16.7071C17.5976 16.3166 17.5976 15.6834 17.2071 15.2929L14.4142 12.5L17.2071 9.70711Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MenuExpandIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 3H9V21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM9 1H7H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H7H9H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H9ZM4 21H7V3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21ZM12.2929 9.70711C11.9024 9.31658 11.9024 8.68342 12.2929 8.29289C12.6834 7.90237 13.3166 7.90237 13.7071 8.29289L17.2071 11.7929C17.5976 12.1834 17.5976 12.8166 17.2071 13.2071L13.7071 16.7071C13.3166 17.0976 12.6834 17.0976 12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929L15.0858 12.5L12.2929 9.70711Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 3H9V21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM9 1H7H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H7H9H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H9ZM4 21H7V3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21ZM12.2929 9.70711C11.9024 9.31658 11.9024 8.68342 12.2929 8.29289C12.6834 7.90237 13.3166 7.90237 13.7071 8.29289L17.2071 11.7929C17.5976 12.1834 17.5976 12.8166 17.2071 13.2071L13.7071 16.7071C13.3166 17.0976 12.6834 17.0976 12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929L15.0858 12.5L12.2929 9.70711Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MenuImageMultiIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2.5C2.44772 2.5 2 2.94772 2 3.5V5.5C2 6.05228 2.44772 6.5 3 6.5H7C7.55228 6.5 8 6.05228 8 5.5V3.5C8 2.94772 7.55228 2.5 7 2.5H3ZM20 9.5H16V13.5H20V9.5ZM10 9.5H14V13.5H10V9.5ZM4 9.5H8V13.5H4V9.5ZM4 19.5V15.5H8V19.5H4ZM14 19.5H10V15.5H14V19.5ZM20 19.5H16V15.5H20V19.5ZM4 7.5C2.89543 7.5 2 8.39543 2 9.5V19.5C2 20.6046 2.89543 21.5 4 21.5H20C21.1046 21.5 22 20.6046 22 19.5V9.5C22 8.39543 21.1046 7.5 20 7.5H4ZM9 3.5C9 2.94772 9.44772 2.5 10 2.5H14C14.5523 2.5 15 2.94772 15 3.5V5.5C15 6.05228 14.5523 6.5 14 6.5H10C9.44772 6.5 9 6.05228 9 5.5V3.5ZM17 2.5C16.4477 2.5 16 2.94772 16 3.5V5.5C16 6.05228 16.4477 6.5 17 6.5H21C21.5523 6.5 22 6.05228 22 5.5V3.5C22 2.94772 21.5523 2.5 21 2.5H17Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2.5C2.44772 2.5 2 2.94772 2 3.5V5.5C2 6.05228 2.44772 6.5 3 6.5H7C7.55228 6.5 8 6.05228 8 5.5V3.5C8 2.94772 7.55228 2.5 7 2.5H3ZM20 9.5H16V13.5H20V9.5ZM10 9.5H14V13.5H10V9.5ZM4 9.5H8V13.5H4V9.5ZM4 19.5V15.5H8V19.5H4ZM14 19.5H10V15.5H14V19.5ZM20 19.5H16V15.5H20V19.5ZM4 7.5C2.89543 7.5 2 8.39543 2 9.5V19.5C2 20.6046 2.89543 21.5 4 21.5H20C21.1046 21.5 22 20.6046 22 19.5V9.5C22 8.39543 21.1046 7.5 20 7.5H4ZM9 3.5C9 2.94772 9.44772 2.5 10 2.5H14C14.5523 2.5 15 2.94772 15 3.5V5.5C15 6.05228 14.5523 6.5 14 6.5H10C9.44772 6.5 9 6.05228 9 5.5V3.5ZM17 2.5C16.4477 2.5 16 2.94772 16 3.5V5.5C16 6.05228 16.4477 6.5 17 6.5H21C21.5523 6.5 22 6.05228 22 5.5V3.5C22 2.94772 21.5523 2.5 21 2.5H17Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MenuImageSingleIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3C4.44772 3 4 3.44772 4 4V5C4 5.55228 4.44772 6 5 6H19C19.5523 6 20 5.55228 20 5V4C20 3.44772 19.5523 3 19 3H5ZM20 9H16V13H20V9ZM10 9H14V13H10V9ZM4 9H8V13H4V9ZM4 19V15H8V19H4ZM14 19H10V15H14V19ZM20 19H16V15H20V19ZM4 7C2.89543 7 2 7.89543 2 9V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V9C22 7.89543 21.1046 7 20 7H4Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3C4.44772 3 4 3.44772 4 4V5C4 5.55228 4.44772 6 5 6H19C19.5523 6 20 5.55228 20 5V4C20 3.44772 19.5523 3 19 3H5ZM20 9H16V13H20V9ZM10 9H14V13H10V9ZM4 9H8V13H4V9ZM4 19V15H8V19H4ZM14 19H10V15H14V19ZM20 19H16V15H20V19ZM4 7C2.89543 7 2 7.89543 2 9V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V9C22 7.89543 21.1046 7 20 7H4Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MergeIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M3.60938 17.0156L6.98438 13.5938L8.39063 15L5.01562 18.4219L3.60938 17.0156ZM15.9844 7.5L20.4844 12L15.9844 16.5L15.9844 12.9844H9.60938L3.60938 6.98438L5.01562 5.57813L10.4062 11.0156H15.9844V7.5Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M3.60938 17.0156L6.98438 13.5938L8.39063 15L5.01562 18.4219L3.60938 17.0156ZM15.9844 7.5L20.4844 12L15.9844 16.5L15.9844 12.9844H9.60938L3.60938 6.98438L5.01562 5.57813L10.4062 11.0156H15.9844V7.5Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MobileFriendlyIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27z" })));
|
|
6
|
+
return (_jsx("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MobilePhoneIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M17.0156 1.03125C18.0938 1.03125 18.9844 1.92188 18.9844 3V21C18.9844 22.0781 18.0938 23.0156 17.0156 23.0156H6.98438C5.90625 23.0156 5.01562 22.0781 5.01562 21V3C5.01562 1.92188 5.90625 0.984375 6.98438 0.984375L17.0156 1.03125ZM17.0156 18.9844V5.01562H6.98438V18.9844H17.0156Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M17.0156 1.03125C18.0938 1.03125 18.9844 1.92188 18.9844 3V21C18.9844 22.0781 18.0938 23.0156 17.0156 23.0156H6.98438C5.90625 23.0156 5.01562 22.0781 5.01562 21V3C5.01562 1.92188 5.90625 0.984375 6.98438 0.984375L17.0156 1.03125ZM17.0156 18.9844V5.01562H6.98438V18.9844H17.0156Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MonitorAppIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 5H25C25.5523 5 26 5.44772 26 6V20C26 20.5523 25.5523 21 25 21H5C4.44772 21 4 20.5523 4 20V6C4 5.44772 4.44771 5 5 5ZM2 6C2 4.34315 3.34315 3 5 3H25C26.6569 3 28 4.34315 28 6V20C28 21.6569 26.6569 23 25 23H17V25H22V27H8V25H13V23H5C3.34315 23 2 21.6569 2 20V6ZM18 8C18 9.10457 17.1046 10 16 10C15.2597 10 14.6134 9.5978 14.2676 9H7C6.44772 9 6 8.55228 6 8C6 7.44772 6.44772 7 7 7H14.2676C14.6134 6.4022 15.2597 6 16 6C17.1046 6 18 6.89543 18 8ZM6 13C6 12.4477 6.44772 12 7 12H17.2676C17.6134 11.4022 18.2597 11 19 11C20.1046 11 21 11.8954 21 13C21 14.1046 20.1046 15 19 15C18.2597 15 17.6134 14.5978 17.2676 14H7C6.44772 14 6 13.5523 6 13ZM7 17C6.44772 17 6 17.4477 6 18C6 18.5523 6.44772 19 7 19H11.2676C11.6134 19.5978 12.2597 20 13 20C14.1046 20 15 19.1046 15 18C15 16.8954 14.1046 16 13 16C12.2597 16 11.6134 16.4022 11.2676 17H7ZM20 9C20.5523 9 21 8.55228 21 8C21 7.44772 20.5523 7 20 7C19.4477 7 19 7.44772 19 8C19 8.55228 19.4477 9 20 9ZM24 8C24 8.55228 23.5523 9 23 9C22.4477 9 22 8.55228 22 8C22 7.44772 22.4477 7 23 7C23.5523 7 24 7.44772 24 8ZM23 14C23.5523 14 24 13.5523 24 13C24 12.4477 23.5523 12 23 12C22.4477 12 22 12.4477 22 13C22 13.5523 22.4477 14 23 14ZM18 18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18C16 17.4477 16.4477 17 17 17C17.5523 17 18 17.4477 18 18ZM20 19C20.5523 19 21 18.5523 21 18C21 17.4477 20.5523 17 20 17C19.4477 17 19 17.4477 19 18C19 18.5523 19.4477 19 20 19ZM24 18C24 18.5523 23.5523 19 23 19C22.4477 19 22 18.5523 22 18C22 17.4477 22.4477 17 23 17C23.5523 17 24 17.4477 24 18Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 5H25C25.5523 5 26 5.44772 26 6V20C26 20.5523 25.5523 21 25 21H5C4.44772 21 4 20.5523 4 20V6C4 5.44772 4.44771 5 5 5ZM2 6C2 4.34315 3.34315 3 5 3H25C26.6569 3 28 4.34315 28 6V20C28 21.6569 26.6569 23 25 23H17V25H22V27H8V25H13V23H5C3.34315 23 2 21.6569 2 20V6ZM18 8C18 9.10457 17.1046 10 16 10C15.2597 10 14.6134 9.5978 14.2676 9H7C6.44772 9 6 8.55228 6 8C6 7.44772 6.44772 7 7 7H14.2676C14.6134 6.4022 15.2597 6 16 6C17.1046 6 18 6.89543 18 8ZM6 13C6 12.4477 6.44772 12 7 12H17.2676C17.6134 11.4022 18.2597 11 19 11C20.1046 11 21 11.8954 21 13C21 14.1046 20.1046 15 19 15C18.2597 15 17.6134 14.5978 17.2676 14H7C6.44772 14 6 13.5523 6 13ZM7 17C6.44772 17 6 17.4477 6 18C6 18.5523 6.44772 19 7 19H11.2676C11.6134 19.5978 12.2597 20 13 20C14.1046 20 15 19.1046 15 18C15 16.8954 14.1046 16 13 16C12.2597 16 11.6134 16.4022 11.2676 17H7ZM20 9C20.5523 9 21 8.55228 21 8C21 7.44772 20.5523 7 20 7C19.4477 7 19 7.44772 19 8C19 8.55228 19.4477 9 20 9ZM24 8C24 8.55228 23.5523 9 23 9C22.4477 9 22 8.55228 22 8C22 7.44772 22.4477 7 23 7C23.5523 7 24 7.44772 24 8ZM23 14C23.5523 14 24 13.5523 24 13C24 12.4477 23.5523 12 23 12C22.4477 12 22 12.4477 22 13C22 13.5523 22.4477 14 23 14ZM18 18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18C16 17.4477 16.4477 17 17 17C17.5523 17 18 17.4477 18 18ZM20 19C20.5523 19 21 18.5523 21 18C21 17.4477 20.5523 17 20 17C19.4477 17 19 17.4477 19 18C19 18.5523 19.4477 19 20 19ZM24 18C24 18.5523 23.5523 19 23 19C22.4477 19 22 18.5523 22 18C22 17.4477 22.4477 17 23 17C23.5523 17 24 17.4477 24 18Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MoreIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M10.5938 16.5938C11 16.1875 11.4688 15.9844 12 15.9844C12.5312 15.9844 13 16.1875 13.4062 16.5938C13.8125 17 14.0156 17.4688 14.0156 18C14.0156 18.5312 13.8125 19 13.4062 19.4062C13 19.8125 12.5312 20.0156 12 20.0156C11.4688 20.0156 11 19.8125 10.5938 19.4062C10.1875 19 9.98438 18.5312 9.98438 18C9.98438 17.4688 10.1875 17 10.5938 16.5938ZM10.5938 10.5938C11 10.1875 11.4688 9.98438 12 9.98438C12.5312 9.98438 13 10.1875 13.4062 10.5938C13.8125 11 14.0156 11.4688 14.0156 12C14.0156 12.5312 13.8125 13 13.4062 13.4062C13 13.8125 12.5312 14.0156 12 14.0156C11.4688 14.0156 11 13.8125 10.5938 13.4062C10.1875 13 9.98438 12.5312 9.98438 12C9.98438 11.4688 10.1875 11 10.5938 10.5938ZM13.4062 7.40625C13 7.8125 12.5312 8.01562 12 8.01562C11.4688 8.01562 11 7.8125 10.5938 7.40625C10.1875 7 9.98438 6.53125 9.98438 6C9.98438 5.46875 10.1875 5 10.5938 4.59375C11 4.1875 11.4688 3.98438 12 3.98438C12.5312 3.98438 13 4.1875 13.4062 4.59375C13.8125 5 14.0156 5.46875 14.0156 6C14.0156 6.53125 13.8125 7 13.4062 7.40625Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M10.5938 16.5938C11 16.1875 11.4688 15.9844 12 15.9844C12.5312 15.9844 13 16.1875 13.4062 16.5938C13.8125 17 14.0156 17.4688 14.0156 18C14.0156 18.5312 13.8125 19 13.4062 19.4062C13 19.8125 12.5312 20.0156 12 20.0156C11.4688 20.0156 11 19.8125 10.5938 19.4062C10.1875 19 9.98438 18.5312 9.98438 18C9.98438 17.4688 10.1875 17 10.5938 16.5938ZM10.5938 10.5938C11 10.1875 11.4688 9.98438 12 9.98438C12.5312 9.98438 13 10.1875 13.4062 10.5938C13.8125 11 14.0156 11.4688 14.0156 12C14.0156 12.5312 13.8125 13 13.4062 13.4062C13 13.8125 12.5312 14.0156 12 14.0156C11.4688 14.0156 11 13.8125 10.5938 13.4062C10.1875 13 9.98438 12.5312 9.98438 12C9.98438 11.4688 10.1875 11 10.5938 10.5938ZM13.4062 7.40625C13 7.8125 12.5312 8.01562 12 8.01562C11.4688 8.01562 11 7.8125 10.5938 7.40625C10.1875 7 9.98438 6.53125 9.98438 6C9.98438 5.46875 10.1875 5 10.5938 4.59375C11 4.1875 11.4688 3.98438 12 3.98438C12.5312 3.98438 13 4.1875 13.4062 4.59375C13.8125 5 14.0156 5.46875 14.0156 6C14.0156 6.53125 13.8125 7 13.4062 7.40625Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MoreInfoIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M10 19C9.46957 19 8.96086 18.7893 8.58579 18.4142C8.21071 18.0391 8 17.5304 8 17V5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7V17C21 17.5304 20.7893 18.0391 20.4142 18.4142C20.0391 18.7893 19.5304 19 19 19H10ZM10 17H19V7H10V17ZM7 16H5C4.73478 16 4.48043 15.8946 4.29289 15.7071C4.10536 15.5196 4 15.2652 4 15V13H7V16ZM13 15V14H13.985V10H15.985V14H17V15H13ZM7 12H4V9H7V12ZM13 10V9H16V10H13ZM7 8H4C3.73478 8 3.48043 7.89464 3.29289 7.70711C3.10536 7.51957 3 7.26522 3 7V5H7V8Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M10 19C9.46957 19 8.96086 18.7893 8.58579 18.4142C8.21071 18.0391 8 17.5304 8 17V5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7V17C21 17.5304 20.7893 18.0391 20.4142 18.4142C20.0391 18.7893 19.5304 19 19 19H10ZM10 17H19V7H10V17ZM7 16H5C4.73478 16 4.48043 15.8946 4.29289 15.7071C4.10536 15.5196 4 15.2652 4 15V13H7V16ZM13 15V14H13.985V10H15.985V14H17V15H13ZM7 12H4V9H7V12ZM13 10V9H16V10H13ZM7 8H4C3.73478 8 3.48043 7.89464 3.29289 7.70711C3.10536 7.51957 3 7.26522 3 7V5H7V8Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MoveToIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M20.0156 6C21.0938 6 21.9844 6.89062 21.9844 8.01562V18C21.9844 19.0781 21.0938 20.0156 20.0156 20.0156H3.98438C2.90625 20.0156 2.01562 19.0781 2.01562 18V6C2.01562 4.92188 2.90625 3.98438 3.98438 3.98438H9.98438L12 6H20.0156ZM20.0156 18V8.01562H11.1562L10.5938 7.40625L9.1875 6H3.98438V18H20.0156ZM12.1406 12L10.5938 10.4062L12 9L15.9844 13.0312L12 17.0156L10.5469 15.6094L12.1406 14.0156H8.01562V12H12.1406Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M20.0156 6C21.0938 6 21.9844 6.89062 21.9844 8.01562V18C21.9844 19.0781 21.0938 20.0156 20.0156 20.0156H3.98438C2.90625 20.0156 2.01562 19.0781 2.01562 18V6C2.01562 4.92188 2.90625 3.98438 3.98438 3.98438H9.98438L12 6H20.0156ZM20.0156 18V8.01562H11.1562L10.5938 7.40625L9.1875 6H3.98438V18H20.0156ZM12.1406 12L10.5938 10.4062L12 9L15.9844 13.0312L12 17.0156L10.5469 15.6094L12.1406 14.0156H8.01562V12H12.1406Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const MuteIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
7
|
-
React.createElement("path", { d: "M438.7 242.24c0-28.8 23.040-49.92 49.92-49.92s49.92 21.12 49.92 49.92l-1.92 159.36 74.88 72.96v-228.48c0-69.12-55.68-122.88-122.88-122.88-63.36 0-115.2 46.080-120.96 107.52l71.040 72.96zM774.7 491.84h-69.12c0 23.040-3.84 46.080-11.52 67.2l51.84 51.84c19.2-36.48 28.8-76.8 28.8-119.040zM177.58 157.76l-57.6 57.6 245.76 245.76v30.72c0 67.2 55.68 122.88 122.88 122.88 9.6 0 17.28-1.92 26.88-3.84l67.2 67.2c-28.8 13.44-61.44 21.12-94.080 21.12-113.28 0-216.96-84.48-216.96-207.36h-69.12c0 138.24 111.36 255.36 245.76 274.56v134.4h80.64v-134.4c38.4-5.76 72.96-19.2 105.6-36.48l170.88 170.88 57.6-57.6z" }))));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 32 32", fill: "currentColor", ...props, ref: ref, width: width, height: height, children: _jsx("g", { transform: "scale(0.03125 0.03125)", children: _jsx("path", { d: "M438.7 242.24c0-28.8 23.040-49.92 49.92-49.92s49.92 21.12 49.92 49.92l-1.92 159.36 74.88 72.96v-228.48c0-69.12-55.68-122.88-122.88-122.88-63.36 0-115.2 46.080-120.96 107.52l71.040 72.96zM774.7 491.84h-69.12c0 23.040-3.84 46.080-11.52 67.2l51.84 51.84c19.2-36.48 28.8-76.8 28.8-119.040zM177.58 157.76l-57.6 57.6 245.76 245.76v30.72c0 67.2 55.68 122.88 122.88 122.88 9.6 0 17.28-1.92 26.88-3.84l67.2 67.2c-28.8 13.44-61.44 21.12-94.080 21.12-113.28 0-216.96-84.48-216.96-207.36h-69.12c0 138.24 111.36 255.36 245.76 274.56v134.4h80.64v-134.4c38.4-5.76 72.96-19.2 105.6-36.48l170.88 170.88 57.6-57.6z" }) }) }));
|
|
8
7
|
});
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const NodeViewIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M5 3H8V8H3V5C3 4.46957 3.21074 3.96086 3.58582 3.58578C3.96089 3.21071 4.46957 3 5 3Z", fill: "currentColor" }),
|
|
7
|
-
React.createElement("path", { d: "M13 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58578C20.7893 3.96086 21 4.46957 21 5V8H13V3Z", fill: "currentColor" }),
|
|
8
|
-
React.createElement("path", { d: "M8 9H3V14H8V9Z", fill: "currentColor" }),
|
|
9
|
-
React.createElement("path", { d: "M21 9H13V14H21V9Z", fill: "currentColor" }),
|
|
10
|
-
React.createElement("path", { d: "M3 15H8V20H5C4.46957 20 3.96089 19.7893 3.58582 19.4142C3.21074 19.0391 3 18.5304 3 18V15Z", fill: "currentColor" }),
|
|
11
|
-
React.createElement("path", { d: "M11 5H10V18H11V5Z", fill: "currentColor" }),
|
|
12
|
-
React.createElement("path", { d: "M13 15H21V18C21 18.5304 20.7893 19.0391 20.4142 19.4142C20.0391 19.7893 19.5304 20 19 20H13V15Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M5 3H8V8H3V5C3 4.46957 3.21074 3.96086 3.58582 3.58578C3.96089 3.21071 4.46957 3 5 3Z", fill: "currentColor" }), _jsx("path", { d: "M13 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58578C20.7893 3.96086 21 4.46957 21 5V8H13V3Z", fill: "currentColor" }), _jsx("path", { d: "M8 9H3V14H8V9Z", fill: "currentColor" }), _jsx("path", { d: "M21 9H13V14H21V9Z", fill: "currentColor" }), _jsx("path", { d: "M3 15H8V20H5C4.46957 20 3.96089 19.7893 3.58582 19.4142C3.21074 19.0391 3 18.5304 3 18V15Z", fill: "currentColor" }), _jsx("path", { d: "M11 5H10V18H11V5Z", fill: "currentColor" }), _jsx("path", { d: "M13 15H21V18C21 18.5304 20.7893 19.0391 20.4142 19.4142C20.0391 19.7893 19.5304 20 19 20H13V15Z", fill: "currentColor" })] }));
|
|
13
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const NotificationIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M12 21.75C10.9219 21.75 9.98438 20.8594 9.98438 19.7812H14.0156C14.0156 20.8594 13.0781 21.75 12 21.75ZM18 15.75L20.0156 17.7656V18.75H3.98438V17.7656L6 15.75V10.7812C6 7.6875 7.64062 5.10938 10.5 4.45312V3.75C10.5 2.95312 11.1562 2.25 12 2.25C12.8438 2.25 13.5 2.95312 13.5 3.75V4.45312C16.3594 5.10938 18 7.6875 18 10.7812V15.75ZM15.9844 16.7813V10.7812C15.9844 8.29688 14.4844 6.28125 12 6.28125C9.51562 6.28125 8.01562 8.29688 8.01562 10.7812V16.7813H15.9844Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M12 21.75C10.9219 21.75 9.98438 20.8594 9.98438 19.7812H14.0156C14.0156 20.8594 13.0781 21.75 12 21.75ZM18 15.75L20.0156 17.7656V18.75H3.98438V17.7656L6 15.75V10.7812C6 7.6875 7.64062 5.10938 10.5 4.45312V3.75C10.5 2.95312 11.1562 2.25 12 2.25C12.8438 2.25 13.5 2.95312 13.5 3.75V4.45312C16.3594 5.10938 18 7.6875 18 10.7812V15.75ZM15.9844 16.7813V10.7812C15.9844 8.29688 14.4844 6.28125 12 6.28125C9.51562 6.28125 8.01562 8.29688 8.01562 10.7812V16.7813H15.9844Z" }) }));
|
|
7
7
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
2
3
|
import { useIcon } from './hooks/useIcon';
|
|
3
4
|
export const NotificationSettingIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M17.0156 15.9844V15L15.9844 14.0156V11.3906C15.9844 10.2969 15.7188 9.34375 15.1875 8.53125C14.6875 7.71875 13.9531 7.20313 12.9844 6.98438V6.51562C12.9844 6.23438 12.8906 6 12.7031 5.8125C12.5156 5.59375 12.2812 5.48438 12 5.48438C11.7188 5.48438 11.4844 5.59375 11.2969 5.8125C11.1094 6 11.0156 6.23438 11.0156 6.51562V6.98438C10.0469 7.20313 9.29688 7.71875 8.76562 8.53125C8.26562 9.34375 8.01562 10.2969 8.01562 11.3906V14.0156L6.98438 15V15.9844H17.0156ZM10.9219 18.0938C11.2031 18.375 11.5625 18.5156 12 18.5156C12.4375 18.5156 12.7969 18.375 13.0781 18.0938C13.3594 17.7812 13.5 17.4219 13.5 17.0156H10.5C10.5 17.4219 10.6406 17.7812 10.9219 18.0938ZM4.92188 4.96875C6.89062 3 9.25 2.01562 12 2.01562C14.75 2.01562 17.0938 3 19.0312 4.96875C21 6.90625 21.9844 9.25 21.9844 12C21.9844 14.75 21 17.1094 19.0312 19.0781C17.0938 21.0156 14.75 21.9844 12 21.9844C9.25 21.9844 6.89062 21.0156 4.92188 19.0781C2.98438 17.1094 2.01562 14.75 2.01562 12C2.01562 9.25 2.98438 6.90625 4.92188 4.96875Z" })));
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M17.0156 15.9844V15L15.9844 14.0156V11.3906C15.9844 10.2969 15.7188 9.34375 15.1875 8.53125C14.6875 7.71875 13.9531 7.20313 12.9844 6.98438V6.51562C12.9844 6.23438 12.8906 6 12.7031 5.8125C12.5156 5.59375 12.2812 5.48438 12 5.48438C11.7188 5.48438 11.4844 5.59375 11.2969 5.8125C11.1094 6 11.0156 6.23438 11.0156 6.51562V6.98438C10.0469 7.20313 9.29688 7.71875 8.76562 8.53125C8.26562 9.34375 8.01562 10.2969 8.01562 11.3906V14.0156L6.98438 15V15.9844H17.0156ZM10.9219 18.0938C11.2031 18.375 11.5625 18.5156 12 18.5156C12.4375 18.5156 12.7969 18.375 13.0781 18.0938C13.3594 17.7812 13.5 17.4219 13.5 17.0156H10.5C10.5 17.4219 10.6406 17.7812 10.9219 18.0938ZM4.92188 4.96875C6.89062 3 9.25 2.01562 12 2.01562C14.75 2.01562 17.0938 3 19.0312 4.96875C21 6.90625 21.9844 9.25 21.9844 12C21.9844 14.75 21 17.1094 19.0312 19.0781C17.0938 21.0156 14.75 21.9844 12 21.9844C9.25 21.9844 6.89062 21.0156 4.92188 19.0781C2.98438 17.1094 2.01562 14.75 2.01562 12C2.01562 9.25 2.98438 6.90625 4.92188 4.96875Z" }) }));
|
|
7
7
|
});
|