@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,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 EmailTemplate30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M7.07995 21.16C6.85168 21.1444 6.63675 21.0467 6.47496 20.885C6.31318 20.7232 6.21548 20.5082 6.19995 20.28V9.89677L14.472 15.7048C14.6185 15.791 14.7855 15.8365 14.9556 15.8365C15.1256 15.8365 15.2926 15.791 15.4392 15.7048L23.8 9.89677V20.28C23.7846 20.5083 23.6869 20.7233 23.5251 20.8851C23.3633 21.047 23.1483 21.1446 22.92 21.16H7.07995ZM9.13435 8.83997H20.8656L15 12.94L9.13435 8.83997Z", 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: "M7.07995 21.16C6.85168 21.1444 6.63675 21.0467 6.47496 20.885C6.31318 20.7232 6.21548 20.5082 6.19995 20.28V9.89677L14.472 15.7048C14.6185 15.791 14.7855 15.8365 14.9556 15.8365C15.1256 15.8365 15.2926 15.791 15.4392 15.7048L23.8 9.89677V20.28C23.7846 20.5083 23.6869 20.7233 23.5251 20.8851C23.3633 21.047 23.1483 21.1446 22.92 21.16H7.07995ZM9.13435 8.83997H20.8656L15 12.94L9.13435 8.83997Z", 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 EmailTemplateIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M4.07995 18.16C3.85168 18.1445 3.63675 18.0468 3.47496 17.885C3.31318 17.7232 3.21548 17.5083 3.19995 17.28V6.89683L11.472 12.7048C11.6185 12.7911 11.7855 12.8365 11.9556 12.8365C12.1256 12.8365 12.2926 12.7911 12.4392 12.7048L20.8 6.89683V17.28C20.7846 17.5084 20.6869 17.7234 20.5251 17.8852C20.3633 18.047 20.1483 18.1447 19.92 18.16H4.07995ZM6.13435 5.84003H17.8656L12 9.94003L6.13435 5.84003Z", 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: "M4.07995 18.16C3.85168 18.1445 3.63675 18.0468 3.47496 17.885C3.31318 17.7232 3.21548 17.5083 3.19995 17.28V6.89683L11.472 12.7048C11.6185 12.7911 11.7855 12.8365 11.9556 12.8365C12.1256 12.8365 12.2926 12.7911 12.4392 12.7048L20.8 6.89683V17.28C20.7846 17.5084 20.6869 17.7234 20.5251 17.8852C20.3633 18.047 20.1483 18.1447 19.92 18.16H4.07995ZM6.13435 5.84003H17.8656L12 9.94003L6.13435 5.84003Z", 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 EmailTemplateMenuIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M7.07995 21.1601C6.85168 21.1446 6.63675 21.0469 6.47496 20.8851C6.31318 20.7233 6.21548 20.5084 6.19995 20.2801V9.89689L14.472 15.7049C14.6185 15.7911 14.7855 15.8366 14.9556 15.8366C15.1256 15.8366 15.2926 15.7911 15.4392 15.7049L23.8 9.89689V20.2801C23.7846 20.5084 23.6869 20.7234 23.5251 20.8853C23.3633 21.0471 23.1483 21.1447 22.92 21.1601H7.07995ZM9.13435 8.84009H20.8656L15 12.9401L9.13435 8.84009Z", 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: "M7.07995 21.1601C6.85168 21.1446 6.63675 21.0469 6.47496 20.8851C6.31318 20.7233 6.21548 20.5084 6.19995 20.2801V9.89689L14.472 15.7049C14.6185 15.7911 14.7855 15.8366 14.9556 15.8366C15.1256 15.8366 15.2926 15.7911 15.4392 15.7049L23.8 9.89689V20.2801C23.7846 20.5084 23.6869 20.7234 23.5251 20.8853C23.3633 21.0471 23.1483 21.1447 22.92 21.1601H7.07995ZM9.13435 8.84009H20.8656L15 12.9401L9.13435 8.84009Z", 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 EmojiEmotionsIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M14.0156 9.51562C14.0156 10.3125 14.6719 11.0156 15.5156 11.0156C16.3125 11.0156 17.0156 10.3125 17.0156 9.51562C17.0156 8.67188 16.3125 8.01562 15.5156 8.01562C14.6719 8.01562 14.0156 8.67188 14.0156 9.51562ZM6.98438 9.51562C6.98438 10.3125 7.6875 11.0156 8.48438 11.0156C9.32812 11.0156 9.98438 10.3125 9.98438 9.51562C9.98438 8.67188 9.32812 8.01562 8.48438 8.01562C7.6875 8.01562 6.98438 8.67188 6.98438 9.51562ZM12 18C9.70312 18 7.78125 16.3594 6.98438 14.0156H17.0156C16.2188 16.3594 14.2969 18 12 18ZM12 2.01562C17.5312 2.01562 21.9844 6.46875 21.9844 12C21.9844 17.5312 17.5312 21.9844 12 21.9844C6.46875 21.9844 2.01562 17.5312 2.01562 12C2.01562 6.46875 6.46875 2.01562 12 2.01562ZM12 20.0156C16.4062 20.0156 20.0156 16.4062 20.0156 12C20.0156 7.59375 16.4062 3.98438 12 3.98438C7.59375 3.98438 3.98438 7.59375 3.98438 12C3.98438 16.4062 7.59375 20.0156 12 20.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: "M14.0156 9.51562C14.0156 10.3125 14.6719 11.0156 15.5156 11.0156C16.3125 11.0156 17.0156 10.3125 17.0156 9.51562C17.0156 8.67188 16.3125 8.01562 15.5156 8.01562C14.6719 8.01562 14.0156 8.67188 14.0156 9.51562ZM6.98438 9.51562C6.98438 10.3125 7.6875 11.0156 8.48438 11.0156C9.32812 11.0156 9.98438 10.3125 9.98438 9.51562C9.98438 8.67188 9.32812 8.01562 8.48438 8.01562C7.6875 8.01562 6.98438 8.67188 6.98438 9.51562ZM12 18C9.70312 18 7.78125 16.3594 6.98438 14.0156H17.0156C16.2188 16.3594 14.2969 18 12 18ZM12 2.01562C17.5312 2.01562 21.9844 6.46875 21.9844 12C21.9844 17.5312 17.5312 21.9844 12 21.9844C6.46875 21.9844 2.01562 17.5312 2.01562 12C2.01562 6.46875 6.46875 2.01562 12 2.01562ZM12 20.0156C16.4062 20.0156 20.0156 16.4062 20.0156 12C20.0156 7.59375 16.4062 3.98438 12 3.98438C7.59375 3.98438 3.98438 7.59375 3.98438 12C3.98438 16.4062 7.59375 20.0156 12 20.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 EventAttribute30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.22 6.76227H5.21997V8.76227H3.21997V4.76227H19.22V8.76227H17.22V6.76227ZM5.21997 20.7623H14.22V22.7623H3.21997V18.7623H5.21997V20.7623ZM8.21997 18.7623L13.22 13.7623L8.21997 8.76227V11.7623H3.21997V15.7623H8.21997V18.7623ZM24.54 15.9623C24.92 15.9523 25.28 15.8523 25.6 15.6623V15.6523C25.86 15.9523 26.1 16.2723 26.3 16.6123C26.45 16.8823 26.58 17.1523 26.68 17.4423C26.37 17.6423 26.12 17.9123 25.94 18.2323C25.76 18.5523 25.67 18.9123 25.67 19.2823C25.66 19.6623 25.76 20.0523 25.96 20.3823C26.16 20.7123 26.44 20.9923 26.78 21.1723C26.57 21.8523 26.24 22.4823 25.81 23.0423C25.48 22.8423 25.11 22.7323 24.73 22.7323C24.35 22.7323 23.98 22.8323 23.65 23.0223C23.29 23.2323 23.01 23.5323 22.82 23.9023C22.63 24.2723 22.55 24.6823 22.59 25.0923C21.91 25.2523 21.2 25.2823 20.5 25.1723C20.53 24.7723 20.45 24.3823 20.27 24.0223C20.09 23.6723 19.8 23.3723 19.46 23.1723C19.1 22.9623 18.69 22.8623 18.28 22.8923C17.86 22.9123 17.47 23.0623 17.14 23.3123C16.9 23.0323 16.68 22.7223 16.5 22.4023C16.34 22.1023 16.2 21.8023 16.09 21.4823C16.45 21.3123 16.75 21.0323 16.96 20.6923C17.17 20.3523 17.28 19.9623 17.28 19.5623C17.28 19.1623 17.17 18.7623 16.96 18.4223C16.75 18.0823 16.45 17.8123 16.09 17.6323C16.32 16.9623 16.68 16.3423 17.14 15.8023C17.46 16.0023 17.83 16.1123 18.21 16.1123C18.59 16.1223 18.96 16.0123 19.29 15.8223C19.62 15.6323 19.89 15.3523 20.08 15.0123C20.27 14.6723 20.36 14.2923 20.36 13.9123C21.04 13.7723 21.74 13.7623 22.43 13.8923C22.44 14.2523 22.54 14.6123 22.72 14.9223C22.91 15.2323 23.17 15.5023 23.48 15.6823C23.8 15.8623 24.17 15.9623 24.54 15.9623ZM21.66 21.6423C21.94 21.6123 22.2 21.5123 22.44 21.3723C22.93 21.0823 23.28 20.6123 23.43 20.0623C23.58 19.5123 23.51 18.9323 23.23 18.4323C23.09 18.1823 22.91 17.9723 22.69 17.8023C22.47 17.6323 22.22 17.5023 21.95 17.4323C21.69 17.3623 21.41 17.3423 21.13 17.3823C20.85 17.4123 20.59 17.5123 20.35 17.6523C19.86 17.9423 19.51 18.4123 19.36 18.9623C19.21 19.5123 19.28 20.0923 19.56 20.5923C19.7 20.8423 19.88 21.0523 20.1 21.2223C20.32 21.3923 20.57 21.5223 20.84 21.5923C21.1 21.6623 21.38 21.6723 21.66 21.6423Z", 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: "M17.22 6.76227H5.21997V8.76227H3.21997V4.76227H19.22V8.76227H17.22V6.76227ZM5.21997 20.7623H14.22V22.7623H3.21997V18.7623H5.21997V20.7623ZM8.21997 18.7623L13.22 13.7623L8.21997 8.76227V11.7623H3.21997V15.7623H8.21997V18.7623ZM24.54 15.9623C24.92 15.9523 25.28 15.8523 25.6 15.6623V15.6523C25.86 15.9523 26.1 16.2723 26.3 16.6123C26.45 16.8823 26.58 17.1523 26.68 17.4423C26.37 17.6423 26.12 17.9123 25.94 18.2323C25.76 18.5523 25.67 18.9123 25.67 19.2823C25.66 19.6623 25.76 20.0523 25.96 20.3823C26.16 20.7123 26.44 20.9923 26.78 21.1723C26.57 21.8523 26.24 22.4823 25.81 23.0423C25.48 22.8423 25.11 22.7323 24.73 22.7323C24.35 22.7323 23.98 22.8323 23.65 23.0223C23.29 23.2323 23.01 23.5323 22.82 23.9023C22.63 24.2723 22.55 24.6823 22.59 25.0923C21.91 25.2523 21.2 25.2823 20.5 25.1723C20.53 24.7723 20.45 24.3823 20.27 24.0223C20.09 23.6723 19.8 23.3723 19.46 23.1723C19.1 22.9623 18.69 22.8623 18.28 22.8923C17.86 22.9123 17.47 23.0623 17.14 23.3123C16.9 23.0323 16.68 22.7223 16.5 22.4023C16.34 22.1023 16.2 21.8023 16.09 21.4823C16.45 21.3123 16.75 21.0323 16.96 20.6923C17.17 20.3523 17.28 19.9623 17.28 19.5623C17.28 19.1623 17.17 18.7623 16.96 18.4223C16.75 18.0823 16.45 17.8123 16.09 17.6323C16.32 16.9623 16.68 16.3423 17.14 15.8023C17.46 16.0023 17.83 16.1123 18.21 16.1123C18.59 16.1223 18.96 16.0123 19.29 15.8223C19.62 15.6323 19.89 15.3523 20.08 15.0123C20.27 14.6723 20.36 14.2923 20.36 13.9123C21.04 13.7723 21.74 13.7623 22.43 13.8923C22.44 14.2523 22.54 14.6123 22.72 14.9223C22.91 15.2323 23.17 15.5023 23.48 15.6823C23.8 15.8623 24.17 15.9623 24.54 15.9623ZM21.66 21.6423C21.94 21.6123 22.2 21.5123 22.44 21.3723C22.93 21.0823 23.28 20.6123 23.43 20.0623C23.58 19.5123 23.51 18.9323 23.23 18.4323C23.09 18.1823 22.91 17.9723 22.69 17.8023C22.47 17.6323 22.22 17.5023 21.95 17.4323C21.69 17.3623 21.41 17.3423 21.13 17.3823C20.85 17.4123 20.59 17.5123 20.35 17.6523C19.86 17.9423 19.51 18.4123 19.36 18.9623C19.21 19.5123 19.28 20.0923 19.56 20.5923C19.7 20.8423 19.88 21.0523 20.1 21.2223C20.32 21.3923 20.57 21.5223 20.84 21.5923C21.1 21.6623 21.38 21.6723 21.66 21.6423Z", 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 EventAttributeIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.22 6.76227H5.21997V8.76227H3.21997V4.76227H19.22V8.76227H17.22V6.76227ZM5.21997 20.7623H14.22V22.7623H3.21997V18.7623H5.21997V20.7623ZM8.21997 18.7623L13.22 13.7623L8.21997 8.76227V11.7623H3.21997V15.7623H8.21997V18.7623ZM24.54 15.9623C24.92 15.9523 25.28 15.8523 25.6 15.6623V15.6523C25.86 15.9523 26.1 16.2723 26.3 16.6123C26.45 16.8823 26.58 17.1523 26.68 17.4423C26.37 17.6423 26.12 17.9123 25.94 18.2323C25.76 18.5523 25.67 18.9123 25.67 19.2823C25.66 19.6623 25.76 20.0523 25.96 20.3823C26.16 20.7123 26.44 20.9923 26.78 21.1723C26.57 21.8523 26.24 22.4823 25.81 23.0423C25.48 22.8423 25.11 22.7323 24.73 22.7323C24.35 22.7323 23.98 22.8323 23.65 23.0223C23.29 23.2323 23.01 23.5323 22.82 23.9023C22.63 24.2723 22.55 24.6823 22.59 25.0923C21.91 25.2523 21.2 25.2823 20.5 25.1723C20.53 24.7723 20.45 24.3823 20.27 24.0223C20.09 23.6723 19.8 23.3723 19.46 23.1723C19.1 22.9623 18.69 22.8623 18.28 22.8923C17.86 22.9123 17.47 23.0623 17.14 23.3123C16.9 23.0323 16.68 22.7223 16.5 22.4023C16.34 22.1023 16.2 21.8023 16.09 21.4823C16.45 21.3123 16.75 21.0323 16.96 20.6923C17.17 20.3523 17.28 19.9623 17.28 19.5623C17.28 19.1623 17.17 18.7623 16.96 18.4223C16.75 18.0823 16.45 17.8123 16.09 17.6323C16.32 16.9623 16.68 16.3423 17.14 15.8023C17.46 16.0023 17.83 16.1123 18.21 16.1123C18.59 16.1223 18.96 16.0123 19.29 15.8223C19.62 15.6323 19.89 15.3523 20.08 15.0123C20.27 14.6723 20.36 14.2923 20.36 13.9123C21.04 13.7723 21.74 13.7623 22.43 13.8923C22.44 14.2523 22.54 14.6123 22.72 14.9223C22.91 15.2323 23.17 15.5023 23.48 15.6823C23.8 15.8623 24.17 15.9623 24.54 15.9623ZM21.66 21.6423C21.94 21.6123 22.2 21.5123 22.44 21.3723C22.93 21.0823 23.28 20.6123 23.43 20.0623C23.58 19.5123 23.51 18.9323 23.23 18.4323C23.09 18.1823 22.91 17.9723 22.69 17.8023C22.47 17.6323 22.22 17.5023 21.95 17.4323C21.69 17.3623 21.41 17.3423 21.13 17.3823C20.85 17.4123 20.59 17.5123 20.35 17.6523C19.86 17.9423 19.51 18.4123 19.36 18.9623C19.21 19.5123 19.28 20.0923 19.56 20.5923C19.7 20.8423 19.88 21.0523 20.1 21.2223C20.32 21.3923 20.57 21.5223 20.84 21.5923C21.1 21.6623 21.38 21.6723 21.66 21.6423Z", 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: "M17.22 6.76227H5.21997V8.76227H3.21997V4.76227H19.22V8.76227H17.22V6.76227ZM5.21997 20.7623H14.22V22.7623H3.21997V18.7623H5.21997V20.7623ZM8.21997 18.7623L13.22 13.7623L8.21997 8.76227V11.7623H3.21997V15.7623H8.21997V18.7623ZM24.54 15.9623C24.92 15.9523 25.28 15.8523 25.6 15.6623V15.6523C25.86 15.9523 26.1 16.2723 26.3 16.6123C26.45 16.8823 26.58 17.1523 26.68 17.4423C26.37 17.6423 26.12 17.9123 25.94 18.2323C25.76 18.5523 25.67 18.9123 25.67 19.2823C25.66 19.6623 25.76 20.0523 25.96 20.3823C26.16 20.7123 26.44 20.9923 26.78 21.1723C26.57 21.8523 26.24 22.4823 25.81 23.0423C25.48 22.8423 25.11 22.7323 24.73 22.7323C24.35 22.7323 23.98 22.8323 23.65 23.0223C23.29 23.2323 23.01 23.5323 22.82 23.9023C22.63 24.2723 22.55 24.6823 22.59 25.0923C21.91 25.2523 21.2 25.2823 20.5 25.1723C20.53 24.7723 20.45 24.3823 20.27 24.0223C20.09 23.6723 19.8 23.3723 19.46 23.1723C19.1 22.9623 18.69 22.8623 18.28 22.8923C17.86 22.9123 17.47 23.0623 17.14 23.3123C16.9 23.0323 16.68 22.7223 16.5 22.4023C16.34 22.1023 16.2 21.8023 16.09 21.4823C16.45 21.3123 16.75 21.0323 16.96 20.6923C17.17 20.3523 17.28 19.9623 17.28 19.5623C17.28 19.1623 17.17 18.7623 16.96 18.4223C16.75 18.0823 16.45 17.8123 16.09 17.6323C16.32 16.9623 16.68 16.3423 17.14 15.8023C17.46 16.0023 17.83 16.1123 18.21 16.1123C18.59 16.1223 18.96 16.0123 19.29 15.8223C19.62 15.6323 19.89 15.3523 20.08 15.0123C20.27 14.6723 20.36 14.2923 20.36 13.9123C21.04 13.7723 21.74 13.7623 22.43 13.8923C22.44 14.2523 22.54 14.6123 22.72 14.9223C22.91 15.2323 23.17 15.5023 23.48 15.6823C23.8 15.8623 24.17 15.9623 24.54 15.9623ZM21.66 21.6423C21.94 21.6123 22.2 21.5123 22.44 21.3723C22.93 21.0823 23.28 20.6123 23.43 20.0623C23.58 19.5123 23.51 18.9323 23.23 18.4323C23.09 18.1823 22.91 17.9723 22.69 17.8023C22.47 17.6323 22.22 17.5023 21.95 17.4323C21.69 17.3623 21.41 17.3423 21.13 17.3823C20.85 17.4123 20.59 17.5123 20.35 17.6523C19.86 17.9423 19.51 18.4123 19.36 18.9623C19.21 19.5123 19.28 20.0923 19.56 20.5923C19.7 20.8423 19.88 21.0523 20.1 21.2223C20.32 21.3923 20.57 21.5223 20.84 21.5923C21.1 21.6623 21.38 21.6723 21.66 21.6423Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -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 EventIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
|
|
7
|
-
React.createElement("path", { d: "M16 13h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm0-10v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1zm2 17H6c-.55 0-1-.45-1-1V9h14v10c0 .55-.45 1-1 1z" })));
|
|
6
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M0 0h24v24H0V0z", fill: "none" }), _jsx("path", { d: "M16 13h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm0-10v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1zm2 17H6c-.55 0-1-.45-1-1V9h14v10c0 .55-.45 1-1 1z" })] }));
|
|
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 EventSources30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M21 24H7V20H9V22H21V20H23V24H21ZM12 17H7V13H12V10L17 15L12 20V17ZM21 10V8H9V10H7V6H23V10H21Z", 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 24H7V20H9V22H21V20H23V24H21ZM12 17H7V13H12V10L17 15L12 20V17ZM21 10V8H9V10H7V6H23V10H21Z", 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 EventSourcesIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M21 24H7V20H9V22H21V20H23V24H21ZM12 17H7V13H12V10L17 15L12 20V17ZM21 10V8H9V10H7V6H23V10H21Z", 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", { d: "M21 24H7V20H9V22H21V20H23V24H21ZM12 17H7V13H12V10L17 15L12 20V17ZM21 10V8H9V10H7V6H23V10H21Z", 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 ExcludePeopleIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M4 22.5C3.46957 22.5 2.96101 22.2891 2.58594 21.9141C2.21086 21.539 2 21.0304 2 20.5V6.5C2 5.96957 2.21086 5.46101 2.58594 5.08594C2.96101 4.71086 3.46957 4.5 4 4.5H8V6.5H4V20.5H18V15.5H20V20.5C20 21.0304 19.7891 21.539 19.4141 21.9141C19.039 22.2891 18.5304 22.5 18 22.5H4ZM12 13.5C11.47 13.4987 10.9627 13.2879 10.5879 12.9131C10.2131 12.5383 10.0013 12.03 10 11.5V3.5C10 2.96957 10.2109 2.46101 10.5859 2.08594C10.961 1.71086 11.4696 1.5 12 1.5H20C20.5304 1.5 21.039 1.71086 21.4141 2.08594C21.7891 2.46101 22 2.96957 22 3.5V11.5C21.9987 12.03 21.7869 12.5383 21.4121 12.9131C21.0373 13.2879 20.53 13.4987 20 13.5H12ZM12 8.5H15V11.5H17V8.5H20V6.5H17V3.5H15V6.5H12V8.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: "M4 22.5C3.46957 22.5 2.96101 22.2891 2.58594 21.9141C2.21086 21.539 2 21.0304 2 20.5V6.5C2 5.96957 2.21086 5.46101 2.58594 5.08594C2.96101 4.71086 3.46957 4.5 4 4.5H8V6.5H4V20.5H18V15.5H20V20.5C20 21.0304 19.7891 21.539 19.4141 21.9141C19.039 22.2891 18.5304 22.5 18 22.5H4ZM12 13.5C11.47 13.4987 10.9627 13.2879 10.5879 12.9131C10.2131 12.5383 10.0013 12.03 10 11.5V3.5C10 2.96957 10.2109 2.46101 10.5859 2.08594C10.961 1.71086 11.4696 1.5 12 1.5H20C20.5304 1.5 21.039 1.71086 21.4141 2.08594C21.7891 2.46101 22 2.96957 22 3.5V11.5C21.9987 12.03 21.7869 12.5383 21.4121 12.9131C21.0373 13.2879 20.53 13.4987 20 13.5H12ZM12 8.5H15V11.5H17V8.5H20V6.5H17V3.5H15V6.5H12V8.5Z", 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 ExitFullScreenIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("g", { clipPath: "url(#clip0_1_2658)" },
|
|
7
|
-
React.createElement("path", { d: "M5.01562 15.9844V14.0156H9.98438V18.9844H8.01562V15.9844H5.01562ZM8.01562 8.01562V5.01562H9.98438V9.98438H5.01562V8.01562H8.01562ZM14.0156 18.9844V14.0156H18.9844V15.9844H15.9844V18.9844H14.0156ZM15.9844 8.01562H18.9844V9.98438H14.0156V5.01562H15.9844V8.01562Z", 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_2658)", children: _jsx("path", { d: "M5.01562 15.9844V14.0156H9.98438V18.9844H8.01562V15.9844H5.01562ZM8.01562 8.01562V5.01562H9.98438V9.98438H5.01562V8.01562H8.01562ZM14.0156 18.9844V14.0156H18.9844V15.9844H15.9844V18.9844H14.0156ZM15.9844 8.01562H18.9844V9.98438H14.0156V5.01562H15.9844V8.01562Z", fill: "currentColor" }) }) }));
|
|
8
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 ExitLogOutIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("g", { clipPath: "url(#clip0_1_2661)" },
|
|
7
|
-
React.createElement("path", { d: "M17.0156 8.01562L21 12L17.0156 15.9844L15.6094 14.5781L17.1562 12.9844H9V11.0156H17.1562L15.6094 9.42188L17.0156 8.01562ZM5.01562 5.01562V18.9844H12V21H5.01562C3.89062 21 3 20.1094 3 18.9844V5.01562C3 3.89062 3.89062 3 5.01562 3H12V5.01562H5.01562Z", 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_2661)", children: _jsx("path", { d: "M17.0156 8.01562L21 12L17.0156 15.9844L15.6094 14.5781L17.1562 12.9844H9V11.0156H17.1562L15.6094 9.42188L17.0156 8.01562ZM5.01562 5.01562V18.9844H12V21H5.01562C3.89062 21 3 20.1094 3 18.9844V5.01562C3 3.89062 3.89062 3 5.01562 3H12V5.01562H5.01562Z", fill: "currentColor" }) }) }));
|
|
8
7
|
});
|
|
@@ -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 ExpandLessIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
|
|
7
|
-
React.createElement("path", { d: "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14l-6-6z" })));
|
|
6
|
+
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, height: height, width: width, children: [_jsx("path", { d: "M0 0h24v24H0V0z", fill: "none" }), _jsx("path", { d: "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14l-6-6z" })] }));
|
|
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 ExpandMoreIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M16.5938 8.57812L18 9.98438L12 15.9844L6 9.98438L7.40625 8.57812L12 13.1719L16.5938 8.57812Z", 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: "M16.5938 8.57812L18 9.98438L12 15.9844L6 9.98438L7.40625 8.57812L12 13.1719L16.5938 8.57812Z", 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 ExpandMoreRightIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M9.67969 12L6.49219 8.8125L7.89844 7.40625L12.4922 12L7.89844 16.5938L6.49219 15.1875L9.67969 12ZM14.6953 12L11.5078 8.8125L12.9141 7.40625L17.5078 12L12.9141 16.5938L11.5078 15.1875L14.6953 12Z", 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: "M9.67969 12L6.49219 8.8125L7.89844 7.40625L12.4922 12L7.89844 16.5938L6.49219 15.1875L9.67969 12ZM14.6953 12L11.5078 8.8125L12.9141 7.40625L17.5078 12L12.9141 16.5938L11.5078 15.1875L14.6953 12Z", 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 ExpandViewFullIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("g", { clipPath: "url(#clip0_1_2655)" },
|
|
7
|
-
React.createElement("path", { d: "M6.98438 14.0156V17.0156H9.98438V18.9844H5.01562V14.0156H6.98438ZM5.01562 9.98438V5.01562H9.98438V6.98438H6.98438V9.98438H5.01562ZM17.0156 17.0156V14.0156H18.9844V18.9844H14.0156V17.0156H17.0156ZM14.0156 5.01562H18.9844V9.98438H17.0156V6.98438H14.0156V5.01562Z", 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_2655)", children: _jsx("path", { d: "M6.98438 14.0156V17.0156H9.98438V18.9844H5.01562V14.0156H6.98438ZM5.01562 9.98438V5.01562H9.98438V6.98438H6.98438V9.98438H5.01562ZM17.0156 17.0156V14.0156H18.9844V18.9844H14.0156V17.0156H17.0156ZM14.0156 5.01562H18.9844V9.98438H17.0156V6.98438H14.0156V5.01562Z", 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 ExploreBuiltIn30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 8.5C28 11.5376 25.5376 14 22.5 14C19.4624 14 17 11.5376 17 8.5C17 5.46243 19.4624 3 22.5 3C25.5376 3 28 5.46243 28 8.5ZM21.6471 12L26.3235 7.32353L25 6L21.6471 9.35294L20.3235 8.02941L19 9.35294L21.6471 12ZM20.9844 16.9844V22.9844H7.01562V9.01562H13.0156V7H7.01562C5.89062 7 5 7.89062 5 9.01562V22.9844C5 24.1094 5.89062 25 7.01562 25H20.9844C22.1094 25 23 24.1094 23 22.9844V16.9844H20.9844ZM19.0156 16.9844H17V21.0156H19.0156V16.9844ZM13.0156 13V21.0156H14.9844V13H13.0156ZM8.98438 21.0156H11V15.0156H8.98438V21.0156Z", 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: "M28 8.5C28 11.5376 25.5376 14 22.5 14C19.4624 14 17 11.5376 17 8.5C17 5.46243 19.4624 3 22.5 3C25.5376 3 28 5.46243 28 8.5ZM21.6471 12L26.3235 7.32353L25 6L21.6471 9.35294L20.3235 8.02941L19 9.35294L21.6471 12ZM20.9844 16.9844V22.9844H7.01562V9.01562H13.0156V7H7.01562C5.89062 7 5 7.89062 5 9.01562V22.9844C5 24.1094 5.89062 25 7.01562 25H20.9844C22.1094 25 23 24.1094 23 22.9844V16.9844H20.9844ZM19.0156 16.9844H17V21.0156H19.0156V16.9844ZM13.0156 13V21.0156H14.9844V13H13.0156ZM8.98438 21.0156H11V15.0156H8.98438V21.0156Z", 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 ExploreBuiltInIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 8.5C28 11.5376 25.5376 14 22.5 14C19.4624 14 17 11.5376 17 8.5C17 5.46243 19.4624 3 22.5 3C25.5376 3 28 5.46243 28 8.5ZM21.6471 12L26.3235 7.32353L25 6L21.6471 9.35294L20.3235 8.02941L19 9.35294L21.6471 12ZM20.9844 16.9844V22.9844H7.01562V9.01562H13.0156V7H7.01562C5.89062 7 5 7.89062 5 9.01562V22.9844C5 24.1094 5.89062 25 7.01562 25H20.9844C22.1094 25 23 24.1094 23 22.9844V16.9844H20.9844ZM19.0156 16.9844H17V21.0156H19.0156V16.9844ZM13.0156 13V21.0156H14.9844V13H13.0156ZM8.98438 21.0156H11V15.0156H8.98438V21.0156Z", 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: "M28 8.5C28 11.5376 25.5376 14 22.5 14C19.4624 14 17 11.5376 17 8.5C17 5.46243 19.4624 3 22.5 3C25.5376 3 28 5.46243 28 8.5ZM21.6471 12L26.3235 7.32353L25 6L21.6471 9.35294L20.3235 8.02941L19 9.35294L21.6471 12ZM20.9844 16.9844V22.9844H7.01562V9.01562H13.0156V7H7.01562C5.89062 7 5 7.89062 5 9.01562V22.9844C5 24.1094 5.89062 25 7.01562 25H20.9844C22.1094 25 23 24.1094 23 22.9844V16.9844H20.9844ZM19.0156 16.9844H17V21.0156H19.0156V16.9844ZM13.0156 13V21.0156H14.9844V13H13.0156ZM8.98438 21.0156H11V15.0156H8.98438V21.0156Z", 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 ExploreIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M22.875 21.4688C23.0938 21.125 23.2656 20.75 23.3906 20.3438C23.5156 19.9375 23.5781 19.5156 23.5781 19.0781C23.5781 18.2344 23.375 17.4844 22.9688 16.8281C22.5625 16.1406 22.0156 15.5938 21.3281 15.1875C20.6719 14.7812 19.9219 14.5781 19.0781 14.5781C18.2344 14.5781 17.4688 14.7812 16.7812 15.1875C16.125 15.5938 15.5938 16.1406 15.1875 16.8281C14.7812 17.4844 14.5781 18.2344 14.5781 19.0781C14.5781 19.9219 14.7812 20.6875 15.1875 21.375C15.5938 22.0312 16.125 22.5625 16.7812 22.9688C17.4688 23.375 18.2344 23.5781 19.0781 23.5781C19.5156 23.5781 19.9375 23.5156 20.3438 23.3906C20.75 23.2656 21.125 23.0938 21.4688 22.875L24.5625 26.0156L26.0156 24.5625L22.875 21.4688ZM19.0781 21.5625C18.3906 21.5625 17.7969 21.3281 17.2969 20.8594C16.8281 20.3594 16.5938 19.7656 16.5938 19.0781C16.5938 18.3906 16.8281 17.8125 17.2969 17.3438C17.7969 16.8438 18.3906 16.5938 19.0781 16.5938C19.7656 16.5938 20.3438 16.8438 20.8125 17.3438C21.3125 17.8125 21.5625 18.3906 21.5625 19.0781C21.5625 19.7656 21.3125 20.3594 20.8125 20.8594C20.3438 21.3281 19.7656 21.5625 19.0781 21.5625ZM18.7031 13.0781C17.9844 13.1094 17.2969 13.2656 16.6406 13.5469L16.0781 12.7031L12.2812 18.8906L9.28125 15.375L5.625 21.1875L3.98438 20.0156L9 12L12 15.5156L15.9844 9C15.9844 9 16.0781 9.14062 16.2656 9.42188C16.4531 9.70312 16.6719 10.0469 16.9219 10.4531C17.2031 10.8594 17.4844 11.2656 17.7656 11.6719C18.0469 12.0469 18.2656 12.375 18.4219 12.6562C18.6094 12.9375 18.7031 13.0781 18.7031 13.0781ZM21.3281 13.5938C20.6719 13.3125 19.9844 13.1406 19.2656 13.0781C19.2656 13.0781 19.3906 12.8906 19.6406 12.5156C19.8906 12.1094 20.2031 11.6094 20.5781 11.0156C20.9844 10.3906 21.3906 9.73438 21.7969 9.04688C22.2344 8.35938 22.6406 7.71875 23.0156 7.125C23.4219 6.5 23.75 6 24 5.625C24.25 5.21875 24.375 5.01562 24.375 5.01562L26.0156 6.1875L21.3281 13.5938Z", 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: "M22.875 21.4688C23.0938 21.125 23.2656 20.75 23.3906 20.3438C23.5156 19.9375 23.5781 19.5156 23.5781 19.0781C23.5781 18.2344 23.375 17.4844 22.9688 16.8281C22.5625 16.1406 22.0156 15.5938 21.3281 15.1875C20.6719 14.7812 19.9219 14.5781 19.0781 14.5781C18.2344 14.5781 17.4688 14.7812 16.7812 15.1875C16.125 15.5938 15.5938 16.1406 15.1875 16.8281C14.7812 17.4844 14.5781 18.2344 14.5781 19.0781C14.5781 19.9219 14.7812 20.6875 15.1875 21.375C15.5938 22.0312 16.125 22.5625 16.7812 22.9688C17.4688 23.375 18.2344 23.5781 19.0781 23.5781C19.5156 23.5781 19.9375 23.5156 20.3438 23.3906C20.75 23.2656 21.125 23.0938 21.4688 22.875L24.5625 26.0156L26.0156 24.5625L22.875 21.4688ZM19.0781 21.5625C18.3906 21.5625 17.7969 21.3281 17.2969 20.8594C16.8281 20.3594 16.5938 19.7656 16.5938 19.0781C16.5938 18.3906 16.8281 17.8125 17.2969 17.3438C17.7969 16.8438 18.3906 16.5938 19.0781 16.5938C19.7656 16.5938 20.3438 16.8438 20.8125 17.3438C21.3125 17.8125 21.5625 18.3906 21.5625 19.0781C21.5625 19.7656 21.3125 20.3594 20.8125 20.8594C20.3438 21.3281 19.7656 21.5625 19.0781 21.5625ZM18.7031 13.0781C17.9844 13.1094 17.2969 13.2656 16.6406 13.5469L16.0781 12.7031L12.2812 18.8906L9.28125 15.375L5.625 21.1875L3.98438 20.0156L9 12L12 15.5156L15.9844 9C15.9844 9 16.0781 9.14062 16.2656 9.42188C16.4531 9.70312 16.6719 10.0469 16.9219 10.4531C17.2031 10.8594 17.4844 11.2656 17.7656 11.6719C18.0469 12.0469 18.2656 12.375 18.4219 12.6562C18.6094 12.9375 18.7031 13.0781 18.7031 13.0781ZM21.3281 13.5938C20.6719 13.3125 19.9844 13.1406 19.2656 13.0781C19.2656 13.0781 19.3906 12.8906 19.6406 12.5156C19.8906 12.1094 20.2031 11.6094 20.5781 11.0156C20.9844 10.3906 21.3906 9.73438 21.7969 9.04688C22.2344 8.35938 22.6406 7.71875 23.0156 7.125C23.4219 6.5 23.75 6 24 5.625C24.25 5.21875 24.375 5.01562 24.375 5.01562L26.0156 6.1875L21.3281 13.5938Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,14 +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 ExploreSegmentData30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M6.62546 6.62441C7.86058 5.3893 9.42445 4.68329 11.0354 4.50641V2.03436C8.79272 2.21853 6.60112 3.1685 4.88533 4.88428C3.16953 6.60007 2.21956 8.79168 2.0354 11.0344L4.50745 11.0344C4.68433 9.42341 5.39034 7.85953 6.62546 6.62441Z", fill: "currentColor" }),
|
|
7
|
-
React.createElement("path", { d: "M16.993 7.06019C18.9568 7.27583 20.8633 8.13649 22.369 9.64217C23.8746 11.1479 24.7353 13.0543 24.9509 15.0182L27.9645 15.0182C27.74 12.2842 26.5819 9.6125 24.4903 7.52085C22.3986 5.4292 19.7269 4.27113 16.993 4.04662V7.06019Z", fill: "currentColor" }),
|
|
8
|
-
React.createElement("path", { d: "M4.04749 17.0182C4.27679 19.7437 5.4342 22.4059 7.51971 24.4914C9.60523 26.5769 12.2674 27.7343 14.993 27.9636V24.9494C13.0376 24.7294 11.1406 23.8696 9.64103 22.3701C8.1415 20.8706 7.28173 18.9735 7.06173 17.0182H4.04749Z", fill: "currentColor" }),
|
|
9
|
-
React.createElement("path", { d: "M16.993 27.9656L16.993 24.9521C18.9568 24.7364 20.8633 23.8758 22.369 22.3701C23.8685 20.8706 24.7283 18.9735 24.9483 17.0182H27.9625C27.7332 19.7437 26.5758 22.4059 24.4903 24.4914C22.3986 26.5831 19.7269 27.7411 16.993 27.9656Z", fill: "currentColor" }),
|
|
10
|
-
React.createElement("path", { d: "M11.0354 13.025V20.0344H13.0447V13.025H11.0354Z", fill: "currentColor" }),
|
|
11
|
-
React.createElement("path", { d: "M15.0541 10.0344V20.0344H17.0167V10.0344H15.0541Z", fill: "currentColor" }),
|
|
12
|
-
React.createElement("path", { d: "M19.0261 16.0157V20.0344H21.0354V16.0157H19.0261Z", fill: "currentColor" }),
|
|
13
|
-
React.createElement("path", { d: "M7.49987 7.49883C6.56218 8.43651 6.0354 9.70828 6.0354 11.0344H11.0354V6.03436C9.70932 6.03436 8.43755 6.56115 7.49987 7.49883Z", fill: "currentColor" })));
|
|
6
|
+
return (_jsxs("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: "M6.62546 6.62441C7.86058 5.3893 9.42445 4.68329 11.0354 4.50641V2.03436C8.79272 2.21853 6.60112 3.1685 4.88533 4.88428C3.16953 6.60007 2.21956 8.79168 2.0354 11.0344L4.50745 11.0344C4.68433 9.42341 5.39034 7.85953 6.62546 6.62441Z", fill: "currentColor" }), _jsx("path", { d: "M16.993 7.06019C18.9568 7.27583 20.8633 8.13649 22.369 9.64217C23.8746 11.1479 24.7353 13.0543 24.9509 15.0182L27.9645 15.0182C27.74 12.2842 26.5819 9.6125 24.4903 7.52085C22.3986 5.4292 19.7269 4.27113 16.993 4.04662V7.06019Z", fill: "currentColor" }), _jsx("path", { d: "M4.04749 17.0182C4.27679 19.7437 5.4342 22.4059 7.51971 24.4914C9.60523 26.5769 12.2674 27.7343 14.993 27.9636V24.9494C13.0376 24.7294 11.1406 23.8696 9.64103 22.3701C8.1415 20.8706 7.28173 18.9735 7.06173 17.0182H4.04749Z", fill: "currentColor" }), _jsx("path", { d: "M16.993 27.9656L16.993 24.9521C18.9568 24.7364 20.8633 23.8758 22.369 22.3701C23.8685 20.8706 24.7283 18.9735 24.9483 17.0182H27.9625C27.7332 19.7437 26.5758 22.4059 24.4903 24.4914C22.3986 26.5831 19.7269 27.7411 16.993 27.9656Z", fill: "currentColor" }), _jsx("path", { d: "M11.0354 13.025V20.0344H13.0447V13.025H11.0354Z", fill: "currentColor" }), _jsx("path", { d: "M15.0541 10.0344V20.0344H17.0167V10.0344H15.0541Z", fill: "currentColor" }), _jsx("path", { d: "M19.0261 16.0157V20.0344H21.0354V16.0157H19.0261Z", fill: "currentColor" }), _jsx("path", { d: "M7.49987 7.49883C6.56218 8.43651 6.0354 9.70828 6.0354 11.0344H11.0354V6.03436C9.70932 6.03436 8.43755 6.56115 7.49987 7.49883Z", fill: "currentColor" })] }));
|
|
14
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 ExploreStandard30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M23.9844 9.01562H20.9844V6.01562H19.0156V9.01562H16.0156V10.9844H19.0156V13.9844H20.9844V10.9844H23.9844V9.01562ZM20.9844 22.9844V16.9844H23V22.9844C23 24.1094 22.1094 25 20.9844 25H7.01562C5.89062 25 5 24.1094 5 22.9844V9.01562C5 7.89062 5.89062 7 7.01562 7H13.0156V9.01562H7.01562V22.9844H20.9844ZM17 16.9844H19.0156V21.0156H17V16.9844ZM13.0156 21.0156V13H14.9844V21.0156H13.0156ZM11 21.0156H8.98438V15.0156H11V21.0156Z", 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: "M23.9844 9.01562H20.9844V6.01562H19.0156V9.01562H16.0156V10.9844H19.0156V13.9844H20.9844V10.9844H23.9844V9.01562ZM20.9844 22.9844V16.9844H23V22.9844C23 24.1094 22.1094 25 20.9844 25H7.01562C5.89062 25 5 24.1094 5 22.9844V9.01562C5 7.89062 5.89062 7 7.01562 7H13.0156V9.01562H7.01562V22.9844H20.9844ZM17 16.9844H19.0156V21.0156H17V16.9844ZM13.0156 21.0156V13H14.9844V21.0156H13.0156ZM11 21.0156H8.98438V15.0156H11V21.0156Z", 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 ExploreStandardIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M23.9844 9.01562H20.9844V6.01562H19.0156V9.01562H16.0156V10.9844H19.0156V13.9844H20.9844V10.9844H23.9844V9.01562ZM20.9844 22.9844V16.9844H23V22.9844C23 24.1094 22.1094 25 20.9844 25H7.01562C5.89062 25 5 24.1094 5 22.9844V9.01562C5 7.89062 5.89062 7 7.01562 7H13.0156V9.01562H7.01562V22.9844H20.9844ZM17 16.9844H19.0156V21.0156H17V16.9844ZM13.0156 21.0156V13H14.9844V21.0156H13.0156ZM11 21.0156H8.98438V15.0156H11V21.0156Z", 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", { d: "M23.9844 9.01562H20.9844V6.01562H19.0156V9.01562H16.0156V10.9844H19.0156V13.9844H20.9844V10.9844H23.9844V9.01562ZM20.9844 22.9844V16.9844H23V22.9844C23 24.1094 22.1094 25 20.9844 25H7.01562C5.89062 25 5 24.1094 5 22.9844V9.01562C5 7.89062 5.89062 7 7.01562 7H13.0156V9.01562H7.01562V22.9844H20.9844ZM17 16.9844H19.0156V21.0156H17V16.9844ZM13.0156 21.0156V13H14.9844V21.0156H13.0156ZM11 21.0156H8.98438V15.0156H11V21.0156Z", 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 ExportHtmlIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M14.1484 15.8281L18.0156 12L14.1484 8.17188L15.3203 7L20.3203 12L15.3203 17L14.1484 15.8281ZM9.85156 15.8281L8.67969 17L3.67969 12L8.67969 7L9.85156 8.17188L5.98438 12L9.85156 15.8281Z" })));
|
|
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: "M14.1484 15.8281L18.0156 12L14.1484 8.17188L15.3203 7L20.3203 12L15.3203 17L14.1484 15.8281ZM9.85156 15.8281L8.67969 17L3.67969 12L8.67969 7L9.85156 8.17188L5.98438 12L9.85156 15.8281Z" }) }));
|
|
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 ExportMenuIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M21 18H23.0156V21C23.0156 22.0781 22.0781 23.0156 21 23.0156H9C7.92188 23.0156 6.98438 22.0781 6.98438 21V18H9V21H21V18ZM20.0156 14.0156L15 18.9844L9.98438 14.0156L11.3906 12.6094L14.0156 15.1875V6.98438H15.9844V15.1875L18.6094 12.6094L20.0156 14.0156Z", 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 18H23.0156V21C23.0156 22.0781 22.0781 23.0156 21 23.0156H9C7.92188 23.0156 6.98438 22.0781 6.98438 21V18H9V21H21V18ZM20.0156 14.0156L15 18.9844L9.98438 14.0156L11.3906 12.6094L14.0156 15.1875V6.98438H15.9844V15.1875L18.6094 12.6094L20.0156 14.0156Z", 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 ExtendValueIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M12.375 6H6.98438V12H14.25L14.625 14.0156H18V8.01562H12.75L12.375 6ZM14.0156 3.98438L14.3906 6H20.0156V15.9844H12.9844L12.6094 14.0156H6.98438V21H5.01562V3.98438H14.0156Z", 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: "M12.375 6H6.98438V12H14.25L14.625 14.0156H18V8.01562H12.75L12.375 6ZM14.0156 3.98438L14.3906 6H20.0156V15.9844H12.9844L12.6094 14.0156H6.98438V21H5.01562V3.98438H14.0156Z", 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 FactCheckIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", d: "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM10 17H5v-2h5v2zm0-4H5v-2h5v2zm0-4H5V7h5v2zm4.82 6L12 12.16l1.41-1.41 1.41 1.42L17.99 9l1.42 1.42L14.82 15z" })));
|
|
6
|
+
return (_jsx("svg", { focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", ...props, ref: ref, width: width, height: height, children: _jsx("path", { fillRule: "evenodd", d: "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM10 17H5v-2h5v2zm0-4H5v-2h5v2zm0-4H5V7h5v2zm4.82 6L12 12.16l1.41-1.41 1.41 1.42L17.99 9l1.42 1.42L14.82 15z" }) }));
|
|
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 FileDownloadIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M18 15H20.0156V18C20.0156 19.0781 19.0781 20.0156 18 20.0156H6C4.92188 20.0156 3.98438 19.0781 3.98438 18V15H6V18H18V15ZM17.0156 11.0156L12 15.9844L6.98438 11.0156L8.39062 9.60938L11.0156 12.1875V3.98438H12.9844V12.1875L15.6094 9.60938L17.0156 11.0156Z", 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 15H20.0156V18C20.0156 19.0781 19.0781 20.0156 18 20.0156H6C4.92188 20.0156 3.98438 19.0781 3.98438 18V15H6V18H18V15ZM17.0156 11.0156L12 15.9844L6.98438 11.0156L8.39062 9.60938L11.0156 12.1875V3.98438H12.9844V12.1875L15.6094 9.60938L17.0156 11.0156Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|
|
@@ -1,11 +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 FileTransferIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M12.016 22H3.01599C2.48982 21.9986 1.98494 21.7918 1.60852 21.4236C1.2321 21.0554 1.01379 20.5547 1 20.0278V3.97116C1.01405 3.4445 1.23243 2.94406 1.60883 2.57603C1.98522 2.20801 2.48999 2.00138 3.01599 2H11.032L17.032 8.00961V14.0192H15.016V8.99519H10V3.97116H3.01599V20.0288H12.016V22Z" }),
|
|
7
|
-
React.createElement("path", { d: "M19.016 13.9712L17.61 15.3794L19.204 16.976H13.016V18.9952H19.204L17.61 20.5918L19.016 22L23 17.9625L19.016 13.9712Z" }),
|
|
8
|
-
React.createElement("path", { d: "M4.51599 9.99875H9.51599V12.002H4.51599V9.99875Z" }),
|
|
9
|
-
React.createElement("path", { d: "M9.51599 13.0036H4.51599V15.0068H9.51599V13.0036Z" }),
|
|
10
|
-
React.createElement("path", { d: "M4.51599 16.0084H9.51599V18.0116H4.51599V16.0084Z" })));
|
|
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: "M12.016 22H3.01599C2.48982 21.9986 1.98494 21.7918 1.60852 21.4236C1.2321 21.0554 1.01379 20.5547 1 20.0278V3.97116C1.01405 3.4445 1.23243 2.94406 1.60883 2.57603C1.98522 2.20801 2.48999 2.00138 3.01599 2H11.032L17.032 8.00961V14.0192H15.016V8.99519H10V3.97116H3.01599V20.0288H12.016V22Z" }), _jsx("path", { d: "M19.016 13.9712L17.61 15.3794L19.204 16.976H13.016V18.9952H19.204L17.61 20.5918L19.016 22L23 17.9625L19.016 13.9712Z" }), _jsx("path", { d: "M4.51599 9.99875H9.51599V12.002H4.51599V9.99875Z" }), _jsx("path", { d: "M9.51599 13.0036H4.51599V15.0068H9.51599V13.0036Z" }), _jsx("path", { d: "M4.51599 16.0084H9.51599V18.0116H4.51599V16.0084Z" })] }));
|
|
11
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 FileUpload1Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M14.0156 2.01562L20.0156 8.01562V20.0156C20.0156 21.0938 19.0781 21.9844 18 21.9844H6C4.875 21.9844 3.98438 21.0938 3.98438 20.0156L4.03125 3.98438C4.03125 2.90625 4.92188 2.01562 6 2.01562H14.0156ZM18 20.0156V9H12.9844V3.98438H6V20.0156H18ZM8.01562 15L12 11.0156L15.9844 15L14.5781 16.4531L12.9844 14.8594V18.9844H11.0156V14.8594L9.42188 16.4062L8.01562 15Z", 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: "M14.0156 2.01562L20.0156 8.01562V20.0156C20.0156 21.0938 19.0781 21.9844 18 21.9844H6C4.875 21.9844 3.98438 21.0938 3.98438 20.0156L4.03125 3.98438C4.03125 2.90625 4.92188 2.01562 6 2.01562H14.0156ZM18 20.0156V9H12.9844V3.98438H6V20.0156H18ZM8.01562 15L12 11.0156L15.9844 15L14.5781 16.4531L12.9844 14.8594V18.9844H11.0156V14.8594L9.42188 16.4062L8.01562 15Z", 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 FileUploadIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M18 15H20.0156V18C20.0156 19.0781 19.0781 20.0156 18 20.0156H6C4.92188 20.0156 3.98438 19.0781 3.98438 18V15H6V18H18V15ZM6.98438 9L12 3.98438L17.0156 9L15.6094 10.4062L12.9844 7.82812V15.9844H11.0156V7.82812L8.39062 10.4062L6.98438 9Z", 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 15H20.0156V18C20.0156 19.0781 19.0781 20.0156 18 20.0156H6C4.92188 20.0156 3.98438 19.0781 3.98438 18V15H6V18H18V15ZM6.98438 9L12 3.98438L17.0156 9L15.6094 10.4062L12.9844 7.82812V15.9844H11.0156V7.82812L8.39062 10.4062L6.98438 9Z", 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 FilterIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M9.98438 18V15.9844H14.0156V18H9.98438ZM3 6H21V8.01562H3V6ZM6 12.9844V11.0156H18V12.9844H6Z" })));
|
|
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.98438 18V15.9844H14.0156V18H9.98438ZM3 6H21V8.01562H3V6ZM6 12.9844V11.0156H18V12.9844H6Z" }) }));
|
|
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 FolderCreateNewFolderIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M9.1875 6H3.98438V18H20.0156V8.01562H11.1562L9.1875 6ZM9.98438 3.98438L12 6H20.0156C21.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.98438Z" })));
|
|
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.1875 6H3.98438V18H20.0156V8.01562H11.1562L9.1875 6ZM9.98438 3.98438L12 6H20.0156C21.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.98438Z" }) }));
|
|
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 FolderShareIcon = 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.1562L9.1875 6H3.98438V18H20.0156ZM15 12.9844C13.9219 12.9844 12.9844 12.0938 12.9844 11.0156C12.9844 9.89062 13.9219 9 15 9C16.0781 9 17.0156 9.89062 17.0156 11.0156C17.0156 12.0938 16.0781 12.9844 15 12.9844ZM11.0156 17.0156V15.9844C11.0156 14.6719 13.6875 14.0156 15 14.0156C16.3125 14.0156 18.9844 14.6719 18.9844 15.9844V17.0156H11.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: "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.1562L9.1875 6H3.98438V18H20.0156ZM15 12.9844C13.9219 12.9844 12.9844 12.0938 12.9844 11.0156C12.9844 9.89062 13.9219 9 15 9C16.0781 9 17.0156 9.89062 17.0156 11.0156C17.0156 12.0938 16.0781 12.9844 15 12.9844ZM11.0156 17.0156V15.9844C11.0156 14.6719 13.6875 14.0156 15 14.0156C16.3125 14.0156 18.9844 14.6719 18.9844 15.9844V17.0156H11.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 FolderUploadIcon = 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.1562L9.1875 6H3.98438V18H20.0156ZM9.42188 14.4375L8.01562 13.0312L12 9L15.9844 13.0312L14.5781 14.4375L12.9844 12.8438V17.0156H11.0156V12.8438L9.42188 14.4375Z", 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.1562L9.1875 6H3.98438V18H20.0156ZM9.42188 14.4375L8.01562 13.0312L12 9L15.9844 13.0312L14.5781 14.4375L12.9844 12.8438V17.0156H11.0156V12.8438L9.42188 14.4375Z", 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 ForceRunIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M11.0156 5.01562H12.9844V10.5938H16.5L12 15.0938L7.5 10.5938H11.0156V5.01562ZM6 14.0156H8.01562C8.01562 16.2188 9.79688 18 12 18C14.2031 18 15.9844 16.2188 15.9844 14.0156H18C18 17.2969 15.3281 20.0156 12 20.0156C8.67188 20.0156 6 17.2969 6 14.0156Z", 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: "M11.0156 5.01562H12.9844V10.5938H16.5L12 15.0938L7.5 10.5938H11.0156V5.01562ZM6 14.0156H8.01562C8.01562 16.2188 9.79688 18 12 18C14.2031 18 15.9844 16.2188 15.9844 14.0156H18C18 17.2969 15.3281 20.0156 12 20.0156C8.67188 20.0156 6 17.2969 6 14.0156Z", 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 ForecastIcon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M6 8.01562C6 8.73438 6.17188 9.40625 6.51562 10.0312C6.89062 10.625 7.375 11.1094 7.96875 11.4844C8.59375 11.8281 9.26562 12 9.98438 12C10.7344 12 11.4062 11.8281 12 11.4844C12.625 11.1094 13.1094 10.625 13.4531 10.0312C13.8281 9.40625 14.0156 8.73438 14.0156 8.01562C14.0156 7.26562 13.8281 6.59375 13.4531 6C13.1094 5.375 12.625 4.89062 12 4.54688C11.4062 4.17188 10.7344 3.98438 9.98438 3.98438C9.26562 3.98438 8.59375 4.17188 7.96875 4.54688C7.375 4.89062 6.89062 5.375 6.51562 6C6.17188 6.59375 6 7.26562 6 8.01562ZM10.3594 14.0156C10.3281 14.0469 10.2656 14.25 10.1719 14.625C10.0781 14.9688 10.0156 15.4375 9.98438 16.0312C9.98438 16.5938 10.0781 17.2344 10.2656 17.9531C10.4844 18.6406 10.9062 19.3281 11.5312 20.0156H2.01562V18C2.01562 17.4688 2.20312 16.9844 2.57812 16.5469C2.98438 16.1094 3.5 15.7344 4.125 15.4219C4.78125 15.0781 5.48438 14.7969 6.23438 14.5781C6.98438 14.3594 7.71875 14.2031 8.4375 14.1094C9.15625 14.0156 9.79688 13.9844 10.3594 14.0156ZM19.4531 18L21.9844 20.5781L20.5781 21.9844L18 19.4531C17.7188 19.6094 17.4062 19.75 17.0625 19.875C16.7188 19.9688 16.3594 20.0156 15.9844 20.0156C15.2656 20.0156 14.5938 19.8438 13.9688 19.5C13.375 19.125 12.8906 18.6406 12.5156 18.0469C12.1719 17.4219 12 16.7344 12 15.9844C12 15.2656 12.1719 14.6094 12.5156 14.0156C12.8906 13.3906 13.375 12.9062 13.9688 12.5625C14.5938 12.1875 15.2656 12 15.9844 12C16.7344 12 17.4062 12.1875 18 12.5625C18.625 12.9062 19.1094 13.3906 19.4531 14.0156C19.8281 14.6094 20.0156 15.2656 20.0156 15.9844C20.0156 16.7031 19.8281 17.375 19.4531 18ZM15.9844 18C16.5469 18 17.0156 17.8125 17.3906 17.4375C17.7969 17.0312 18 16.5469 18 15.9844C18 15.4531 17.7969 15 17.3906 14.625C17.0156 14.2188 16.5469 14.0156 15.9844 14.0156C15.4531 14.0156 14.9844 14.2188 14.5781 14.625C14.2031 15 14.0156 15.4531 14.0156 15.9844C14.0156 16.5469 14.2031 17.0312 14.5781 17.4375C14.9844 17.8125 15.4531 18 15.9844 18Z", 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: "M6 8.01562C6 8.73438 6.17188 9.40625 6.51562 10.0312C6.89062 10.625 7.375 11.1094 7.96875 11.4844C8.59375 11.8281 9.26562 12 9.98438 12C10.7344 12 11.4062 11.8281 12 11.4844C12.625 11.1094 13.1094 10.625 13.4531 10.0312C13.8281 9.40625 14.0156 8.73438 14.0156 8.01562C14.0156 7.26562 13.8281 6.59375 13.4531 6C13.1094 5.375 12.625 4.89062 12 4.54688C11.4062 4.17188 10.7344 3.98438 9.98438 3.98438C9.26562 3.98438 8.59375 4.17188 7.96875 4.54688C7.375 4.89062 6.89062 5.375 6.51562 6C6.17188 6.59375 6 7.26562 6 8.01562ZM10.3594 14.0156C10.3281 14.0469 10.2656 14.25 10.1719 14.625C10.0781 14.9688 10.0156 15.4375 9.98438 16.0312C9.98438 16.5938 10.0781 17.2344 10.2656 17.9531C10.4844 18.6406 10.9062 19.3281 11.5312 20.0156H2.01562V18C2.01562 17.4688 2.20312 16.9844 2.57812 16.5469C2.98438 16.1094 3.5 15.7344 4.125 15.4219C4.78125 15.0781 5.48438 14.7969 6.23438 14.5781C6.98438 14.3594 7.71875 14.2031 8.4375 14.1094C9.15625 14.0156 9.79688 13.9844 10.3594 14.0156ZM19.4531 18L21.9844 20.5781L20.5781 21.9844L18 19.4531C17.7188 19.6094 17.4062 19.75 17.0625 19.875C16.7188 19.9688 16.3594 20.0156 15.9844 20.0156C15.2656 20.0156 14.5938 19.8438 13.9688 19.5C13.375 19.125 12.8906 18.6406 12.5156 18.0469C12.1719 17.4219 12 16.7344 12 15.9844C12 15.2656 12.1719 14.6094 12.5156 14.0156C12.8906 13.3906 13.375 12.9062 13.9688 12.5625C14.5938 12.1875 15.2656 12 15.9844 12C16.7344 12 17.4062 12.1875 18 12.5625C18.625 12.9062 19.1094 13.3906 19.4531 14.0156C19.8281 14.6094 20.0156 15.2656 20.0156 15.9844C20.0156 16.7031 19.8281 17.375 19.4531 18ZM15.9844 18C16.5469 18 17.0156 17.8125 17.3906 17.4375C17.7969 17.0312 18 16.5469 18 15.9844C18 15.4531 17.7969 15 17.3906 14.625C17.0156 14.2188 16.5469 14.0156 15.9844 14.0156C15.4531 14.0156 14.9844 14.2188 14.5781 14.625C14.2031 15 14.0156 15.4531 14.0156 15.9844C14.0156 16.5469 14.2031 17.0312 14.5781 17.4375C14.9844 17.8125 15.4531 18 15.9844 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 Form30Icon = forwardRef((props, ref) => {
|
|
4
5
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (
|
|
6
|
-
React.createElement("path", { d: "M21 25H9C8.46957 25 7.96086 24.7893 7.58579 24.4142C7.21071 24.0391 7 23.5304 7 23V6C7 5.46957 7.21071 4.96086 7.58579 4.58579C7.96086 4.21071 8.46957 4 9 4H21C21.5304 4 22.0391 4.21071 22.4142 4.58579C22.7893 4.96086 23 5.46957 23 6V23C23 23.5304 22.7893 24.0391 22.4142 24.4142C22.0391 24.7893 21.5304 25 21 25ZM18 20V23H21V20H18ZM13 21V22H16V21H13ZM15 16V18H21V16H15ZM9 16V17H13V16H9ZM15 12V14H21V12H15ZM9 12V13H13V12H9ZM15 8V10H21V8H15ZM9 8V9H13V8H9ZM20 22H19V21H20V22Z", 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 25H9C8.46957 25 7.96086 24.7893 7.58579 24.4142C7.21071 24.0391 7 23.5304 7 23V6C7 5.46957 7.21071 4.96086 7.58579 4.58579C7.96086 4.21071 8.46957 4 9 4H21C21.5304 4 22.0391 4.21071 22.4142 4.58579C22.7893 4.96086 23 5.46957 23 6V23C23 23.5304 22.7893 24.0391 22.4142 24.4142C22.0391 24.7893 21.5304 25 21 25ZM18 20V23H21V20H18ZM13 21V22H16V21H13ZM15 16V18H21V16H15ZM9 16V17H13V16H9ZM15 12V14H21V12H15ZM9 12V13H13V12H9ZM15 8V10H21V8H15ZM9 8V9H13V8H9ZM20 22H19V21H20V22Z", fill: "currentColor" }) }));
|
|
7
7
|
});
|