@kvaser/canking-api 7.1.0-beta.231
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/EULA.pdf +0 -0
- package/README.md +87 -0
- package/REDISTRIBUTABLES.txt +5 -0
- package/dist/ElectronAPIFake.js +1 -0
- package/dist/ElectronAPIFake.mjs +266 -0
- package/dist/controls/CanChannelSelectControl.d.ts +35 -0
- package/dist/controls/CanIdentifierControl.d.ts +176 -0
- package/dist/controls/CanKingDataProvider.d.ts +116 -0
- package/dist/controls/CheckboxControl.d.ts +30 -0
- package/dist/controls/ContextMenu.d.ts +44 -0
- package/dist/controls/DropdownButton.d.ts +73 -0
- package/dist/controls/DropdownPanel.d.ts +41 -0
- package/dist/controls/FillBox.d.ts +8 -0
- package/dist/controls/FormControlRow.d.ts +30 -0
- package/dist/controls/InlineEditor.d.ts +26 -0
- package/dist/controls/LocalizedStrings.d.ts +21 -0
- package/dist/controls/NumberRangeControl.d.ts +80 -0
- package/dist/controls/OneLineButton.d.ts +9 -0
- package/dist/controls/RadioControl.d.ts +25 -0
- package/dist/controls/RadioGroupControl.d.ts +31 -0
- package/dist/controls/SectionControl.d.ts +40 -0
- package/dist/controls/SelectControl.d.ts +55 -0
- package/dist/controls/SizedBox.d.ts +11 -0
- package/dist/controls/TableControl.d.ts +61 -0
- package/dist/controls/TabsPanel.d.ts +5 -0
- package/dist/controls/TextControl.d.ts +56 -0
- package/dist/controls/ToolbarControl.d.ts +143 -0
- package/dist/controls/ValidateableTextControl.d.ts +82 -0
- package/dist/controls/index.d.ts +103 -0
- package/dist/controls.js +1 -0
- package/dist/controls.mjs +1714 -0
- package/dist/grpc/index.d.ts +7 -0
- package/dist/grpc.js +1 -0
- package/dist/grpc.mjs +917 -0
- package/dist/hooks/index.d.ts +112 -0
- package/dist/hooks.js +1 -0
- package/dist/hooks.mjs +28 -0
- package/dist/icons/index.d.ts +121 -0
- package/dist/icons.js +1 -0
- package/dist/icons.mjs +1237 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +596 -0
- package/dist/ipc/index.d.ts +160 -0
- package/dist/ipc.js +1 -0
- package/dist/ipc.mjs +123 -0
- package/dist/measurement_settings.js +1 -0
- package/dist/measurement_settings.mjs +4132 -0
- package/dist/models/DataBuffer.d.ts +100 -0
- package/dist/models/ElectronAPIFake.d.ts +13 -0
- package/dist/models/Point.d.ts +30 -0
- package/dist/models/index.d.ts +95 -0
- package/dist/models.js +1 -0
- package/dist/models.mjs +448 -0
- package/dist/protos/app_params.d.ts +208 -0
- package/dist/protos/app_service.d.ts +354 -0
- package/dist/protos/common_params.d.ts +33 -0
- package/dist/protos/device_params.d.ts +271 -0
- package/dist/protos/device_service.d.ts +154 -0
- package/dist/protos/frame_params.d.ts +189 -0
- package/dist/protos/google/protobuf/empty.d.ts +35 -0
- package/dist/protos/measurement_params.d.ts +308 -0
- package/dist/protos/measurement_service.d.ts +1333 -0
- package/dist/protos/measurement_settings.d.ts +453 -0
- package/dist/protos/signal_params.d.ts +72 -0
- package/dist/protos/status_params.d.ts +118 -0
- package/dist/status_params.js +1 -0
- package/dist/status_params.mjs +5045 -0
- package/doc/.nojekyll +1 -0
- package/doc/assets/highlight.css +120 -0
- package/doc/assets/icons.js +18 -0
- package/doc/assets/icons.svg +1 -0
- package/doc/assets/main.js +60 -0
- package/doc/assets/material-style.css +247 -0
- package/doc/assets/navigation.js +1 -0
- package/doc/assets/search.js +1 -0
- package/doc/assets/style.css +1493 -0
- package/doc/classes/controls.LocalizedStrings.html +177 -0
- package/doc/classes/models.DataBuffer.html +205 -0
- package/doc/classes/models.DataBufferView.html +193 -0
- package/doc/classes/models.Point.html +187 -0
- package/doc/enums/models.AccessMode.html +188 -0
- package/doc/enums/models.AppEvent.html +179 -0
- package/doc/enums/models.CanChannelCap.html +217 -0
- package/doc/enums/models.CanFrameFlag.html +200 -0
- package/doc/enums/models.CanMode.html +180 -0
- package/doc/enums/models.DecimalChar.html +178 -0
- package/doc/enums/models.DeviceEvent.html +179 -0
- package/doc/enums/models.FileConflictAction.html +180 -0
- package/doc/enums/models.LinFrameFlag.html +185 -0
- package/doc/enums/models.LogFileFormat.html +221 -0
- package/doc/enums/models.LogLevel.html +195 -0
- package/doc/enums/models.LogReplayState.html +179 -0
- package/doc/enums/models.MeasurementEvent.html +185 -0
- package/doc/enums/models.MessageLoggerState.html +180 -0
- package/doc/enums/models.Protocols.html +182 -0
- package/doc/enums/models.Separator.html +178 -0
- package/doc/enums/models.SignalEncoding.html +178 -0
- package/doc/enums/models.SignalType.html +185 -0
- package/doc/enums/models.SignalValueTriggerOperator.html +186 -0
- package/doc/enums/models.StatusLevel.html +180 -0
- package/doc/enums/models.TimeReference.html +178 -0
- package/doc/enums/models.TriggerOperator.html +179 -0
- package/doc/functions/controls.CanChannelSelectControl.html +177 -0
- package/doc/functions/controls.CanIdentifierControl.html +177 -0
- package/doc/functions/controls.CanIdentifierFrameControl.html +177 -0
- package/doc/functions/controls.CanIdentifierGeneratorControl.html +177 -0
- package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +178 -0
- package/doc/functions/controls.CanKingDataProvider.html +182 -0
- package/doc/functions/controls.CheckboxControl.html +177 -0
- package/doc/functions/controls.ContextMenu.html +177 -0
- package/doc/functions/controls.DropdownButton.html +177 -0
- package/doc/functions/controls.DropdownButtonTextItems.html +177 -0
- package/doc/functions/controls.DropdownPanel.html +177 -0
- package/doc/functions/controls.FillBox.html +206 -0
- package/doc/functions/controls.FormControlRow.html +177 -0
- package/doc/functions/controls.InlineEditor.html +177 -0
- package/doc/functions/controls.NumberRangeControl.html +177 -0
- package/doc/functions/controls.OneLineButton.html +205 -0
- package/doc/functions/controls.RadioControl.html +177 -0
- package/doc/functions/controls.RadioGroupControl.html +177 -0
- package/doc/functions/controls.SectionControl.html +177 -0
- package/doc/functions/controls.SelectControl.html +177 -0
- package/doc/functions/controls.SizedBox.html +206 -0
- package/doc/functions/controls.TableControl.html +177 -0
- package/doc/functions/controls.TabsPanel.html +205 -0
- package/doc/functions/controls.TextControl.html +177 -0
- package/doc/functions/controls.ToolbarControl.html +177 -0
- package/doc/functions/controls.ValidateableTextControl.html +177 -0
- package/doc/functions/hooks.useDevices.html +176 -0
- package/doc/functions/hooks.useIsOnline.html +176 -0
- package/doc/functions/hooks.useLanguage.html +176 -0
- package/doc/functions/hooks.useLocalizedStrings.html +176 -0
- package/doc/functions/hooks.useLogMessages.html +176 -0
- package/doc/functions/hooks.useMaxDataBytes.html +175 -0
- package/doc/functions/hooks.useMeasurementSetup.html +176 -0
- package/doc/functions/hooks.useMeasurementStatus.html +176 -0
- package/doc/functions/hooks.useMessageLogFileFormats.html +175 -0
- package/doc/functions/hooks.useNewMeasurementData.html +178 -0
- package/doc/functions/hooks.useNodeStatus.html +176 -0
- package/doc/functions/hooks.useNumericRadix.html +176 -0
- package/doc/functions/hooks.useOnlineStatus.html +176 -0
- package/doc/functions/hooks.useOverallStatusLevel.html +176 -0
- package/doc/functions/hooks.useProjectData.html +178 -0
- package/doc/functions/hooks.useRecentProjectFiles.html +175 -0
- package/doc/functions/hooks.useRunningPeriodicTransmissions.html +176 -0
- package/doc/functions/hooks.useSessionData.html +178 -0
- package/doc/functions/hooks.useUserSettings.html +176 -0
- package/doc/functions/hooks.useWorkspacePaneWithId.html +175 -0
- package/doc/functions/icons.AddIcon.html +175 -0
- package/doc/functions/icons.ArrowDownIcon.html +175 -0
- package/doc/functions/icons.ArrowLeftIcon.html +175 -0
- package/doc/functions/icons.ArrowRightIcon.html +175 -0
- package/doc/functions/icons.ArrowUpIcon.html +175 -0
- package/doc/functions/icons.BusIsOffIcon.html +175 -0
- package/doc/functions/icons.BusIsOnIcon.html +175 -0
- package/doc/functions/icons.CloseIcon.html +175 -0
- package/doc/functions/icons.CopyIcon.html +175 -0
- package/doc/functions/icons.DarkModeIcon.html +175 -0
- package/doc/functions/icons.DeleteIcon.html +175 -0
- package/doc/functions/icons.DisableIcon.html +175 -0
- package/doc/functions/icons.EditIcon.html +175 -0
- package/doc/functions/icons.FilterIcon.html +175 -0
- package/doc/functions/icons.FixedPositionIcon.html +175 -0
- package/doc/functions/icons.LeaveFullScreenIcon.html +175 -0
- package/doc/functions/icons.LightModeIcon.html +175 -0
- package/doc/functions/icons.LineArrowDownIcon.html +175 -0
- package/doc/functions/icons.LineArrowUpIcon.html +175 -0
- package/doc/functions/icons.MaximizeWindowIcon.html +175 -0
- package/doc/functions/icons.MeasurementSetupIcon.html +175 -0
- package/doc/functions/icons.MoreHorizIcon.html +175 -0
- package/doc/functions/icons.MoreVertIcon.html +175 -0
- package/doc/functions/icons.NewIcon.html +175 -0
- package/doc/functions/icons.OpenExternallyIcon.html +175 -0
- package/doc/functions/icons.OpenIcon.html +175 -0
- package/doc/functions/icons.PauseIcon.html +175 -0
- package/doc/functions/icons.PlayIcon.html +175 -0
- package/doc/functions/icons.PlaySolidIcon.html +175 -0
- package/doc/functions/icons.SaveIcon.html +175 -0
- package/doc/functions/icons.SelectAllIcon.html +175 -0
- package/doc/functions/icons.ServiceIconActive.html +175 -0
- package/doc/functions/icons.ServiceIconInactive.html +175 -0
- package/doc/functions/icons.SettingsIcon.html +175 -0
- package/doc/functions/icons.StopIcon.html +175 -0
- package/doc/functions/icons.StopSolidIcon.html +175 -0
- package/doc/functions/icons.ToolsPanelHiddenIcon.html +175 -0
- package/doc/functions/icons.ToolsPanelVisibleIcon.html +175 -0
- package/doc/functions/icons.UnmaximizeWindowIcon.html +175 -0
- package/doc/functions/icons.WorkspacesIcon.html +175 -0
- package/doc/functions/ipc.addDataProcessor.html +178 -0
- package/doc/functions/ipc.addSource.html +176 -0
- package/doc/functions/ipc.addTarget.html +176 -0
- package/doc/functions/ipc.connectNodes.html +177 -0
- package/doc/functions/ipc.deleteDataProcessor.html +176 -0
- package/doc/functions/ipc.deleteSource.html +176 -0
- package/doc/functions/ipc.deleteTarget.html +176 -0
- package/doc/functions/ipc.disableNode.html +176 -0
- package/doc/functions/ipc.disconnectNodes.html +177 -0
- package/doc/functions/ipc.enableNode.html +176 -0
- package/doc/functions/ipc.getFrameDefinitions.html +178 -0
- package/doc/functions/ipc.getLogger.html +177 -0
- package/doc/functions/ipc.getMessageLogFileFormats.html +176 -0
- package/doc/functions/ipc.sendCanMessage.html +179 -0
- package/doc/functions/ipc.sendMessage.html +177 -0
- package/doc/functions/ipc.showMessageBox.html +177 -0
- package/doc/functions/ipc.showQuestionBox.html +183 -0
- package/doc/functions/ipc.startLogReplay.html +176 -0
- package/doc/functions/ipc.startMeasurement.html +175 -0
- package/doc/functions/ipc.startPeriodicTransmission.html +177 -0
- package/doc/functions/ipc.stopLogReplay.html +176 -0
- package/doc/functions/ipc.stopMeasurement.html +175 -0
- package/doc/functions/ipc.stopPeriodicTransmission.html +176 -0
- package/doc/functions/ipc.updateDataProcessor.html +176 -0
- package/doc/functions/ipc.updateSource.html +176 -0
- package/doc/functions/ipc.updateTarget.html +176 -0
- package/doc/functions/models.accessModeFromJSON.html +174 -0
- package/doc/functions/models.accessModeToJSON.html +174 -0
- package/doc/functions/models.appEventFromJSON.html +174 -0
- package/doc/functions/models.appEventToJSON.html +174 -0
- package/doc/functions/models.canChannelCapFromJSON.html +174 -0
- package/doc/functions/models.canChannelCapToJSON.html +174 -0
- package/doc/functions/models.canFrameFlagFromJSON.html +174 -0
- package/doc/functions/models.canFrameFlagToJSON.html +174 -0
- package/doc/functions/models.canModeFromJSON.html +174 -0
- package/doc/functions/models.canModeToJSON.html +174 -0
- package/doc/functions/models.createElectronApiFake.html +177 -0
- package/doc/functions/models.decimalCharFromJSON.html +174 -0
- package/doc/functions/models.decimalCharToJSON.html +174 -0
- package/doc/functions/models.decimalToFixed.html +174 -0
- package/doc/functions/models.decimalToHex.html +174 -0
- package/doc/functions/models.deviceEventFromJSON.html +174 -0
- package/doc/functions/models.deviceEventToJSON.html +174 -0
- package/doc/functions/models.fileConflictActionFromJSON.html +174 -0
- package/doc/functions/models.fileConflictActionToJSON.html +174 -0
- package/doc/functions/models.linFrameFlagFromJSON.html +174 -0
- package/doc/functions/models.linFrameFlagToJSON.html +174 -0
- package/doc/functions/models.logFileFormatFromJSON.html +174 -0
- package/doc/functions/models.logFileFormatToJSON.html +174 -0
- package/doc/functions/models.logLevelFromJSON.html +174 -0
- package/doc/functions/models.logLevelToJSON.html +174 -0
- package/doc/functions/models.logReplayStateFromJSON.html +174 -0
- package/doc/functions/models.logReplayStateToJSON.html +174 -0
- package/doc/functions/models.longToNumber.html +174 -0
- package/doc/functions/models.measurementEventFromJSON.html +174 -0
- package/doc/functions/models.measurementEventToJSON.html +174 -0
- package/doc/functions/models.messageLoggerStateFromJSON.html +174 -0
- package/doc/functions/models.messageLoggerStateToJSON.html +174 -0
- package/doc/functions/models.protocolsFromJSON.html +174 -0
- package/doc/functions/models.protocolsToJSON.html +174 -0
- package/doc/functions/models.separatorFromJSON.html +174 -0
- package/doc/functions/models.separatorToJSON.html +174 -0
- package/doc/functions/models.signalEncodingFromJSON.html +174 -0
- package/doc/functions/models.signalEncodingToJSON.html +174 -0
- package/doc/functions/models.signalTypeFromJSON.html +174 -0
- package/doc/functions/models.signalTypeToJSON.html +174 -0
- package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +174 -0
- package/doc/functions/models.signalValueTriggerOperatorToJSON.html +174 -0
- package/doc/functions/models.statusLevelFromJSON.html +174 -0
- package/doc/functions/models.statusLevelToJSON.html +174 -0
- package/doc/functions/models.timeReferenceFromJSON.html +174 -0
- package/doc/functions/models.timeReferenceToJSON.html +174 -0
- package/doc/functions/models.triggerOperatorFromJSON.html +174 -0
- package/doc/functions/models.triggerOperatorToJSON.html +174 -0
- package/doc/hierarchy.html +174 -0
- package/doc/index.html +244 -0
- package/doc/interfaces/controls.ButtonGroupProps.html +183 -0
- package/doc/interfaces/controls.ButtonProps.html +195 -0
- package/doc/interfaces/controls.CanChannelSelectControlProps.html +194 -0
- package/doc/interfaces/controls.CanIdentifierControlProps.html +195 -0
- package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +190 -0
- package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +208 -0
- package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +194 -0
- package/doc/interfaces/controls.CheckboxControlProps.html +190 -0
- package/doc/interfaces/controls.ContextMenuProps.html +182 -0
- package/doc/interfaces/controls.DropdownButtonChildrenProps.html +177 -0
- package/doc/interfaces/controls.DropdownButtonProps.html +193 -0
- package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +183 -0
- package/doc/interfaces/controls.DropdownPanelProps.html +193 -0
- package/doc/interfaces/controls.FormControlRowProps.html +181 -0
- package/doc/interfaces/controls.ILocalizedStrings.html +176 -0
- package/doc/interfaces/controls.InlineEditorProps.html +186 -0
- package/doc/interfaces/controls.LabelProps.html +179 -0
- package/doc/interfaces/controls.NumberRangeControlProps.html +225 -0
- package/doc/interfaces/controls.RadioControlProps.html +187 -0
- package/doc/interfaces/controls.RadioGroupControlProps.html +182 -0
- package/doc/interfaces/controls.SectionControlProps.html +190 -0
- package/doc/interfaces/controls.SelectControlProps.html +205 -0
- package/doc/interfaces/controls.TableColumn.html +185 -0
- package/doc/interfaces/controls.TableControlProps.html +197 -0
- package/doc/interfaces/controls.TextControlProps.html +214 -0
- package/doc/interfaces/controls.ToggleButtonGroupProps.html +190 -0
- package/doc/interfaces/controls.ToggleButtonProps.html +187 -0
- package/doc/interfaces/controls.ToolbarControlProps.html +191 -0
- package/doc/interfaces/controls.ValidateableTextControlProps.html +233 -0
- package/doc/interfaces/controls.toolbarItem.html +185 -0
- package/doc/interfaces/ipc.ILogger.html +181 -0
- package/doc/interfaces/models.AboutInformation.html +181 -0
- package/doc/interfaces/models.ActivateLicenseRequest.html +181 -0
- package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +177 -0
- package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +177 -0
- package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +185 -0
- package/doc/interfaces/models.AddOrUpdateSourceRequest.html +181 -0
- package/doc/interfaces/models.AddOrUpdateTargetRequest.html +181 -0
- package/doc/interfaces/models.ApiPreferences.html +183 -0
- package/doc/interfaces/models.AppEventArgs.html +179 -0
- package/doc/interfaces/models.BaseNodeProperties.html +181 -0
- package/doc/interfaces/models.BusStatus.html +190 -0
- package/doc/interfaces/models.CanBusParamLimits.html +180 -0
- package/doc/interfaces/models.CanBusParams.html +197 -0
- package/doc/interfaces/models.CanBusSpeed.html +187 -0
- package/doc/interfaces/models.CanBusSpeedInfo.html +193 -0
- package/doc/interfaces/models.CanChannelCapacity.html +180 -0
- package/doc/interfaces/models.CanChannelConfiguration.html +185 -0
- package/doc/interfaces/models.CanFDBusSpeedCombination.html +177 -0
- package/doc/interfaces/models.CanFDBusSpeedInfo.html +191 -0
- package/doc/interfaces/models.CanFrameFlags.html +177 -0
- package/doc/interfaces/models.CanMessageFilterSettings.html +178 -0
- package/doc/interfaces/models.Channel.html +180 -0
- package/doc/interfaces/models.ChannelSettings.html +193 -0
- package/doc/interfaces/models.ClearLinMessageRequest.html +180 -0
- package/doc/interfaces/models.ConnectNodesRequest.html +178 -0
- package/doc/interfaces/models.DataProcessingStatus.html +179 -0
- package/doc/interfaces/models.DataProcessorNodeProperties.html +181 -0
- package/doc/interfaces/models.DatabasesSettings.html +176 -0
- package/doc/interfaces/models.Device.html +182 -0
- package/doc/interfaces/models.DeviceEventArgs.html +177 -0
- package/doc/interfaces/models.Devices.html +175 -0
- package/doc/interfaces/models.DisconnectNodesRequest.html +178 -0
- package/doc/interfaces/models.Empty.html +182 -0
- package/doc/interfaces/models.ErrorStatus.html +177 -0
- package/doc/interfaces/models.Frame.html +203 -0
- package/doc/interfaces/models.FrameDefinition.html +185 -0
- package/doc/interfaces/models.FrameDefinitions.html +175 -0
- package/doc/interfaces/models.FramePropertyValue.html +177 -0
- package/doc/interfaces/models.FrameReceivedTrigger.html +179 -0
- package/doc/interfaces/models.Frame_PropertiesEntry.html +176 -0
- package/doc/interfaces/models.Frames.html +175 -0
- package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +177 -0
- package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +179 -0
- package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +179 -0
- package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +177 -0
- package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +178 -0
- package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +177 -0
- package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +178 -0
- package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +177 -0
- package/doc/interfaces/models.GetDataProcessorResponse.html +176 -0
- package/doc/interfaces/models.GetDevicesRequest.html +177 -0
- package/doc/interfaces/models.GetDevicesResponse.html +176 -0
- package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +178 -0
- package/doc/interfaces/models.GetLicensesResponse.html +177 -0
- package/doc/interfaces/models.GetLogFileFormatsRequest.html +180 -0
- package/doc/interfaces/models.GetLogFileFormatsResponse.html +183 -0
- package/doc/interfaces/models.GetLogLevelResponse.html +177 -0
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +178 -0
- package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +177 -0
- package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +181 -0
- package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +187 -0
- package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +180 -0
- package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +177 -0
- package/doc/interfaces/models.GetSourceResponse.html +176 -0
- package/doc/interfaces/models.GetTargetResponse.html +176 -0
- package/doc/interfaces/models.ILogFileFormat.html +179 -0
- package/doc/interfaces/models.IProject.html +179 -0
- package/doc/interfaces/models.IUserSettings.html +187 -0
- package/doc/interfaces/models.IWorkspaceComponentPaneData.html +177 -0
- package/doc/interfaces/models.IWorkspaceContainerPaneData.html +178 -0
- package/doc/interfaces/models.IWorkspaceData.html +178 -0
- package/doc/interfaces/models.IWorkspacePaneData.html +178 -0
- package/doc/interfaces/models.IdentifierRequest.html +178 -0
- package/doc/interfaces/models.IdentifiersRequest.html +178 -0
- package/doc/interfaces/models.InstallServiceExtensionRequest.html +181 -0
- package/doc/interfaces/models.InterpreterSettings.html +177 -0
- package/doc/interfaces/models.J1939InterpreterSettings.html +175 -0
- package/doc/interfaces/models.LicenseInformation.html +191 -0
- package/doc/interfaces/models.Licenses.html +177 -0
- package/doc/interfaces/models.LinChannelConfiguration.html +185 -0
- package/doc/interfaces/models.LinFrameFlags.html +177 -0
- package/doc/interfaces/models.LogMessage.html +185 -0
- package/doc/interfaces/models.LogMessages.html +177 -0
- package/doc/interfaces/models.LogReplaySettings.html +199 -0
- package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +176 -0
- package/doc/interfaces/models.LogReplayStatus.html +176 -0
- package/doc/interfaces/models.MeasurementEventArgs.html +179 -0
- package/doc/interfaces/models.MeasurementSetup.html +179 -0
- package/doc/interfaces/models.MessageLoggerSettings.html +213 -0
- package/doc/interfaces/models.MessageLoggerStatus.html +176 -0
- package/doc/interfaces/models.NodeStatus.html +191 -0
- package/doc/interfaces/models.NodeStatuses.html +176 -0
- package/doc/interfaces/models.OnlineStatus.html +176 -0
- package/doc/interfaces/models.PeriodicTransmissionSettings.html +209 -0
- package/doc/interfaces/models.RequestLinMessageRequest.html +180 -0
- package/doc/interfaces/models.ScheduleTable.html +181 -0
- package/doc/interfaces/models.ScheduleTableEntry.html +179 -0
- package/doc/interfaces/models.SendLinWakeupFrameRequest.html +182 -0
- package/doc/interfaces/models.SendMessageRequest.html +178 -0
- package/doc/interfaces/models.ServiceExtensionSettings.html +177 -0
- package/doc/interfaces/models.SetLogLevelRequest.html +179 -0
- package/doc/interfaces/models.SetMeasurementSetupRequest.html +177 -0
- package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +182 -0
- package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +180 -0
- package/doc/interfaces/models.SignalDefinition.html +188 -0
- package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +176 -0
- package/doc/interfaces/models.SignalDefinitions.html +175 -0
- package/doc/interfaces/models.SignalValue.html +180 -0
- package/doc/interfaces/models.SignalValueTrigger.html +189 -0
- package/doc/interfaces/models.SourceNodeProperties.html +180 -0
- package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +178 -0
- package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +176 -0
- package/doc/interfaces/models.TargetNodeProperties.html +178 -0
- package/doc/interfaces/models.TriggerSettings.html +181 -0
- package/doc/interfaces/models.UninstallServiceExtensionRequest.html +179 -0
- package/doc/interfaces/models.UpdateLinMessageRequest.html +181 -0
- package/doc/interfaces/models.WriteFrame.html +183 -0
- package/doc/modules/controls.html +242 -0
- package/doc/modules/hooks.html +201 -0
- package/doc/modules/icons.html +216 -0
- package/doc/modules/ipc.html +202 -0
- package/doc/modules/models.html +478 -0
- package/doc/modules.html +179 -0
- package/doc/types/controls.ContextMenuOption.html +179 -0
- package/doc/types/controls.SelectOption.html +177 -0
- package/doc/types/controls.StringsMap.html +175 -0
- package/doc/types/controls.canIdentifierType.html +175 -0
- package/doc/types/models.IReadOnlyDataBuffer.html +174 -0
- package/doc/types/models.themes.html +174 -0
- package/doc/variables/models.AboutInformation-1.html +174 -0
- package/doc/variables/models.ActivateLicenseRequest-1.html +174 -0
- package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +174 -0
- package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +174 -0
- package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +174 -0
- package/doc/variables/models.AddOrUpdateSourceRequest-1.html +174 -0
- package/doc/variables/models.AddOrUpdateTargetRequest-1.html +174 -0
- package/doc/variables/models.ApiPreferences-1.html +174 -0
- package/doc/variables/models.AppEventArgs-1.html +174 -0
- package/doc/variables/models.BaseNodeProperties-1.html +174 -0
- package/doc/variables/models.BusStatus-1.html +174 -0
- package/doc/variables/models.CanBusParamLimits-1.html +174 -0
- package/doc/variables/models.CanBusParams-1.html +174 -0
- package/doc/variables/models.CanBusSpeed-1.html +174 -0
- package/doc/variables/models.CanBusSpeedInfo-1.html +174 -0
- package/doc/variables/models.CanChannelCapacity-1.html +174 -0
- package/doc/variables/models.CanChannelConfiguration-1.html +174 -0
- package/doc/variables/models.CanFDBusSpeedCombination-1.html +174 -0
- package/doc/variables/models.CanFDBusSpeedInfo-1.html +174 -0
- package/doc/variables/models.CanFrameFlags-1.html +174 -0
- package/doc/variables/models.CanMessageFilterSettings-1.html +174 -0
- package/doc/variables/models.Channel-1.html +174 -0
- package/doc/variables/models.ChannelSettings-1.html +174 -0
- package/doc/variables/models.ClearLinMessageRequest-1.html +174 -0
- package/doc/variables/models.ConnectNodesRequest-1.html +174 -0
- package/doc/variables/models.DataProcessingStatus-1.html +174 -0
- package/doc/variables/models.DataProcessorNodeProperties-1.html +174 -0
- package/doc/variables/models.DatabasesSettings-1.html +174 -0
- package/doc/variables/models.Device-1.html +174 -0
- package/doc/variables/models.DeviceEventArgs-1.html +174 -0
- package/doc/variables/models.Devices-1.html +174 -0
- package/doc/variables/models.DisconnectNodesRequest-1.html +174 -0
- package/doc/variables/models.Empty-1.html +174 -0
- package/doc/variables/models.ErrorStatus-1.html +174 -0
- package/doc/variables/models.Frame-1.html +174 -0
- package/doc/variables/models.FrameDefinition-1.html +174 -0
- package/doc/variables/models.FrameDefinitions-1.html +174 -0
- package/doc/variables/models.FramePropertyValue-1.html +174 -0
- package/doc/variables/models.FrameReceivedTrigger-1.html +174 -0
- package/doc/variables/models.Frame_PropertiesEntry-1.html +174 -0
- package/doc/variables/models.Frames-1.html +174 -0
- package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +174 -0
- package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +174 -0
- package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +174 -0
- package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +174 -0
- package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +174 -0
- package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +174 -0
- package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +174 -0
- package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +174 -0
- package/doc/variables/models.GetDataProcessorResponse-1.html +174 -0
- package/doc/variables/models.GetDevicesRequest-1.html +174 -0
- package/doc/variables/models.GetDevicesResponse-1.html +174 -0
- package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +174 -0
- package/doc/variables/models.GetLicensesResponse-1.html +174 -0
- package/doc/variables/models.GetLogFileFormatsRequest-1.html +174 -0
- package/doc/variables/models.GetLogFileFormatsResponse-1.html +174 -0
- package/doc/variables/models.GetLogLevelResponse-1.html +174 -0
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +174 -0
- package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +174 -0
- package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +174 -0
- package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +174 -0
- package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +174 -0
- package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +174 -0
- package/doc/variables/models.GetSourceResponse-1.html +174 -0
- package/doc/variables/models.GetTargetResponse-1.html +174 -0
- package/doc/variables/models.IdentifierRequest-1.html +174 -0
- package/doc/variables/models.IdentifiersRequest-1.html +174 -0
- package/doc/variables/models.InstallServiceExtensionRequest-1.html +174 -0
- package/doc/variables/models.InterpreterSettings-1.html +174 -0
- package/doc/variables/models.J1939InterpreterSettings-1.html +174 -0
- package/doc/variables/models.LicenseInformation-1.html +174 -0
- package/doc/variables/models.Licenses-1.html +174 -0
- package/doc/variables/models.LinChannelConfiguration-1.html +174 -0
- package/doc/variables/models.LinFrameFlags-1.html +174 -0
- package/doc/variables/models.LogMessage-1.html +174 -0
- package/doc/variables/models.LogMessages-1.html +174 -0
- package/doc/variables/models.LogReplaySettings-1.html +174 -0
- package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +174 -0
- package/doc/variables/models.LogReplayStatus-1.html +174 -0
- package/doc/variables/models.MeasurementEventArgs-1.html +174 -0
- package/doc/variables/models.MeasurementSetup-1.html +174 -0
- package/doc/variables/models.MessageLoggerSettings-1.html +174 -0
- package/doc/variables/models.MessageLoggerStatus-1.html +174 -0
- package/doc/variables/models.NodeStatus-1.html +174 -0
- package/doc/variables/models.NodeStatuses-1.html +174 -0
- package/doc/variables/models.OnlineStatus-1.html +174 -0
- package/doc/variables/models.PeriodicTransmissionSettings-1.html +174 -0
- package/doc/variables/models.RequestLinMessageRequest-1.html +174 -0
- package/doc/variables/models.ScheduleTable-1.html +174 -0
- package/doc/variables/models.ScheduleTableEntry-1.html +174 -0
- package/doc/variables/models.SendLinWakeupFrameRequest-1.html +174 -0
- package/doc/variables/models.SendMessageRequest-1.html +174 -0
- package/doc/variables/models.ServiceExtensionSettings-1.html +174 -0
- package/doc/variables/models.SetLogLevelRequest-1.html +174 -0
- package/doc/variables/models.SetMeasurementSetupRequest-1.html +174 -0
- package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +174 -0
- package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +174 -0
- package/doc/variables/models.SignalDefinition-1.html +174 -0
- package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +174 -0
- package/doc/variables/models.SignalDefinitions-1.html +174 -0
- package/doc/variables/models.SignalValue-1.html +174 -0
- package/doc/variables/models.SignalValueTrigger-1.html +174 -0
- package/doc/variables/models.SourceNodeProperties-1.html +174 -0
- package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +174 -0
- package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +174 -0
- package/doc/variables/models.TargetNodeProperties-1.html +174 -0
- package/doc/variables/models.TriggerSettings-1.html +174 -0
- package/doc/variables/models.UninstallServiceExtensionRequest-1.html +174 -0
- package/doc/variables/models.UpdateLinMessageRequest-1.html +174 -0
- package/doc/variables/models.WriteFrame-1.html +174 -0
- package/doc/variables/models.defaultUserSettings.html +175 -0
- package/package.json +129 -0
- package/scripts/createCanKingExtension.js +403 -0
- package/scripts/index.js +39 -0
- package/scripts/template/_.eslintrc.cjs +38 -0
- package/scripts/template/_.gitignore +24 -0
- package/scripts/template/_.npmrc +2 -0
- package/scripts/template/_.prettierrc +8 -0
- package/scripts/template/_.vscode/_launch.json +28 -0
- package/scripts/template/_index.html +15 -0
- package/scripts/template/_tsconfig.app.json +27 -0
- package/scripts/template/_tsconfig.json +11 -0
- package/scripts/template/_tsconfig.node.json +13 -0
- package/scripts/template/_vite.config.ts +7 -0
- package/scripts/template/src/App.tsx +12 -0
- package/scripts/template/src/WorkspaceView/index.tsx +47 -0
- package/scripts/template/src/main.css +9 -0
- package/scripts/template/src/main.tsx +19 -0
- package/scripts/template/src/vite-env.d.ts +1 -0
package/dist/icons.mjs
ADDED
|
@@ -0,0 +1,1237 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { createSvgIcon as o } from "@mui/material";
|
|
3
|
+
const n = o(
|
|
4
|
+
/* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 14 14",
|
|
10
|
+
strokeWidth: 1,
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
id: "New-File--Streamline-Core",
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ e("desc", { children: "New File Streamline Icon: https://streamlinehq.com" }),
|
|
17
|
+
/* @__PURE__ */ r("g", { id: "New-File--Streamline-Core", children: [
|
|
18
|
+
/* @__PURE__ */ e(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
id: "Vector",
|
|
22
|
+
d: "M12.5 12.5c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-9c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.60536 13.0196 1.5 12.7652 1.5 12.5v-11c0 -0.26522 0.10536 -0.51957 0.29289 -0.707107C1.98043 0.605357 2.23478 0.5 2.5 0.5H9L12.5 4v8.5Z"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ e("path", { id: "Vector 2529", d: "M8.5 0.5v4h4" })
|
|
26
|
+
] })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
"New"
|
|
31
|
+
), c = o(
|
|
32
|
+
/* @__PURE__ */ r(
|
|
33
|
+
"svg",
|
|
34
|
+
{
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
fill: "none",
|
|
37
|
+
viewBox: "0 0 14 14",
|
|
38
|
+
strokeWidth: 1,
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round",
|
|
42
|
+
id: "File-Folder--Streamline-Core",
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ e("desc", { children: "File Folder Streamline Icon: https://streamlinehq.com" }),
|
|
45
|
+
/* @__PURE__ */ r("g", { id: "File-Folder--Streamline-Core", children: [
|
|
46
|
+
/* @__PURE__ */ e("path", { id: "Vector 3869", d: "M2.75 3V1.5c0 -0.552285 0.44772 -1 1 -1h6.5c0.5523 0 1 0.447715 1 1V5" }),
|
|
47
|
+
/* @__PURE__ */ e(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
id: "Vector 3870",
|
|
51
|
+
d: "m1.44463 12.5587 -0.38235 -6.49998C1.02849 5.48434 1.48518 5 2.06055 5h2.15867c0.45887 0 0.85885 0.3123 0.97015 0.75746L5.5 7h6.4201c0.5825 0 1.0418 0.4959 0.9971 1.0767l-0.3462 4.5c-0.0401 0.521 -0.4745 0.9233 -0.997 0.9233H2.44291c-0.52948 0 -0.96719 -0.4127 -0.99828 -0.9413Z"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] })
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
),
|
|
58
|
+
"Open"
|
|
59
|
+
), d = o(
|
|
60
|
+
/* @__PURE__ */ r(
|
|
61
|
+
"svg",
|
|
62
|
+
{
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
64
|
+
fill: "none",
|
|
65
|
+
viewBox: "0 0 14 14",
|
|
66
|
+
strokeWidth: 1,
|
|
67
|
+
stroke: "currentColor",
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round",
|
|
70
|
+
id: "Floppy-Disk--Streamline-Core",
|
|
71
|
+
children: [
|
|
72
|
+
/* @__PURE__ */ e("desc", { children: "Floppy Disk Streamline Icon: https://streamlinehq.com" }),
|
|
73
|
+
/* @__PURE__ */ r("g", { id: "Floppy-Disk--Streamline-Core", children: [
|
|
74
|
+
/* @__PURE__ */ e(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
id: "Vector",
|
|
78
|
+
d: "M13 12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S12.2652 13 12 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V5.41c0.0011 -0.26234 0.10526 -0.51374 0.29 -0.7l3.42 -3.42c0.18626 -0.18474 0.43766 -0.2889 0.7 -0.29H12c0.2652 0 0.5196 0.10536 0.7071 0.29289C12.8946 1.48043 13 1.73478 13 2v10Z"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ e(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
id: "Vector_2",
|
|
85
|
+
d: "M10.5 13V9c0 -0.13261 -0.0527 -0.25979 -0.1464 -0.35355C10.2598 8.55268 10.1326 8.5 10 8.5H4c-0.13261 0 -0.25979 0.05268 -0.35355 0.14645C3.55268 8.74021 3.5 8.86739 3.5 9v4"
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
/* @__PURE__ */ e(
|
|
89
|
+
"path",
|
|
90
|
+
{
|
|
91
|
+
id: "Vector_3",
|
|
92
|
+
d: "M10.5 1v3c0 0.13261 -0.0527 0.25979 -0.1464 0.35355 -0.0938 0.09377 -0.221 0.14645 -0.3536 0.14645H6c-0.13261 0 -0.25979 -0.05268 -0.35355 -0.14645C5.55268 4.25979 5.5 4.13261 5.5 4V1"
|
|
93
|
+
}
|
|
94
|
+
)
|
|
95
|
+
] })
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
),
|
|
99
|
+
"Save"
|
|
100
|
+
), l = o(
|
|
101
|
+
/* @__PURE__ */ r(
|
|
102
|
+
"svg",
|
|
103
|
+
{
|
|
104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
+
fill: "none",
|
|
106
|
+
viewBox: "0 0 14 14",
|
|
107
|
+
strokeWidth: 1,
|
|
108
|
+
stroke: "currentColor",
|
|
109
|
+
strokeLinecap: "round",
|
|
110
|
+
strokeLinejoin: "round",
|
|
111
|
+
id: "Desktop-Check--Streamline-Core",
|
|
112
|
+
children: [
|
|
113
|
+
/* @__PURE__ */ e("desc", { children: "Desktop Check Streamline Icon: https://streamlinehq.com" }),
|
|
114
|
+
/* @__PURE__ */ r("g", { id: "desktop-check--success-approve-device-display-desktop-computer", children: [
|
|
115
|
+
/* @__PURE__ */ e(
|
|
116
|
+
"path",
|
|
117
|
+
{
|
|
118
|
+
id: "Vector",
|
|
119
|
+
d: "M9.47227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V3.88353"
|
|
120
|
+
}
|
|
121
|
+
),
|
|
122
|
+
/* @__PURE__ */ e(
|
|
123
|
+
"path",
|
|
124
|
+
{
|
|
125
|
+
id: "Vector_2",
|
|
126
|
+
d: "m6 11 -1 2.5"
|
|
127
|
+
}
|
|
128
|
+
),
|
|
129
|
+
/* @__PURE__ */ e(
|
|
130
|
+
"path",
|
|
131
|
+
{
|
|
132
|
+
id: "Vector_3",
|
|
133
|
+
d: "m8 11 1 2.5"
|
|
134
|
+
}
|
|
135
|
+
),
|
|
136
|
+
/* @__PURE__ */ e(
|
|
137
|
+
"path",
|
|
138
|
+
{
|
|
139
|
+
id: "Vector_4",
|
|
140
|
+
d: "M4 13.5h6"
|
|
141
|
+
}
|
|
142
|
+
),
|
|
143
|
+
/* @__PURE__ */ e(
|
|
144
|
+
"path",
|
|
145
|
+
{
|
|
146
|
+
id: "Vector_5",
|
|
147
|
+
d: "m13.5 0.5 -4 5 -2 -1.5"
|
|
148
|
+
}
|
|
149
|
+
)
|
|
150
|
+
] })
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
),
|
|
154
|
+
"ServiceActive"
|
|
155
|
+
), s = o(
|
|
156
|
+
/* @__PURE__ */ r(
|
|
157
|
+
"svg",
|
|
158
|
+
{
|
|
159
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
160
|
+
fill: "none",
|
|
161
|
+
viewBox: "0 0 14 14",
|
|
162
|
+
strokeWidth: 1,
|
|
163
|
+
stroke: "currentColor",
|
|
164
|
+
strokeLinecap: "round",
|
|
165
|
+
strokeLinejoin: "round",
|
|
166
|
+
id: "Desktop-Refresh--Streamline-Core",
|
|
167
|
+
children: [
|
|
168
|
+
/* @__PURE__ */ e("desc", { children: "Desktop Refresh Streamline Icon: https://streamlinehq.com" }),
|
|
169
|
+
/* @__PURE__ */ r("g", { id: "desktop-refresh--desktop-refresh-arrow-sync-device-display-computer", children: [
|
|
170
|
+
/* @__PURE__ */ e(
|
|
171
|
+
"path",
|
|
172
|
+
{
|
|
173
|
+
id: "Vector",
|
|
174
|
+
d: "M5.97227 2 1 2c-0.276142 0 -0.5 0.22386 -0.5 0.5v8c0 0.2761 0.223858 0.5 0.5 0.5h12c0.2761 0 0.5 -0.2239 0.5 -0.5V6.63353"
|
|
175
|
+
}
|
|
176
|
+
),
|
|
177
|
+
/* @__PURE__ */ e(
|
|
178
|
+
"path",
|
|
179
|
+
{
|
|
180
|
+
id: "Vector_2",
|
|
181
|
+
d: "m6 11 -1 2.5"
|
|
182
|
+
}
|
|
183
|
+
),
|
|
184
|
+
/* @__PURE__ */ e(
|
|
185
|
+
"path",
|
|
186
|
+
{
|
|
187
|
+
id: "Vector_3",
|
|
188
|
+
d: "m8 11 1 2.5"
|
|
189
|
+
}
|
|
190
|
+
),
|
|
191
|
+
/* @__PURE__ */ e(
|
|
192
|
+
"path",
|
|
193
|
+
{
|
|
194
|
+
id: "Vector_4",
|
|
195
|
+
d: "M4 13.5h6"
|
|
196
|
+
}
|
|
197
|
+
),
|
|
198
|
+
/* @__PURE__ */ e(
|
|
199
|
+
"path",
|
|
200
|
+
{
|
|
201
|
+
id: "Ellipse 972",
|
|
202
|
+
d: "M12.95 2.5c-0.2316 -1.14112 -1.2405 -2 -2.45 -2C9.11929 0.5 8 1.61929 8 3s1.11929 2.5 2.5 2.5c0.6169 0 1.1816 -0.22342 1.6176 -0.59376"
|
|
203
|
+
}
|
|
204
|
+
),
|
|
205
|
+
/* @__PURE__ */ e(
|
|
206
|
+
"path",
|
|
207
|
+
{
|
|
208
|
+
id: "Ellipse 973",
|
|
209
|
+
d: "m13.5 1 -0.55 1.5 -1.45 -0.25"
|
|
210
|
+
}
|
|
211
|
+
)
|
|
212
|
+
] })
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
),
|
|
216
|
+
"ServiceInactive"
|
|
217
|
+
), h = o(
|
|
218
|
+
/* @__PURE__ */ r(
|
|
219
|
+
"svg",
|
|
220
|
+
{
|
|
221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
222
|
+
fill: "none",
|
|
223
|
+
viewBox: "0 0 14 14",
|
|
224
|
+
strokeWidth: 1,
|
|
225
|
+
stroke: "currentColor",
|
|
226
|
+
strokeLinecap: "round",
|
|
227
|
+
strokeLinejoin: "round",
|
|
228
|
+
id: "Cog-1--Streamline-Core",
|
|
229
|
+
children: [
|
|
230
|
+
/* @__PURE__ */ e("desc", { children: "Cog 1 Streamline Icon: https://streamlinehq.com" }),
|
|
231
|
+
/* @__PURE__ */ r("g", { id: "Cog-1--Streamline-Core", children: [
|
|
232
|
+
/* @__PURE__ */ e(
|
|
233
|
+
"path",
|
|
234
|
+
{
|
|
235
|
+
id: "Vector",
|
|
236
|
+
d: "m5.66 1.14 -0.43 1.11 -1.48 0.84 -1.18 -0.18c-0.19649 -0.02667 -0.39646 0.00567 -0.57452 0.09292 -0.17806 0.08725 -0.32616 0.22546 -0.42548 0.39708l-0.4 0.7c-0.1025 0.17435 -0.14973 0.37568 -0.13544 0.57742 0.01428 0.20174 0.0894 0.39441 0.21544 0.55258l0.75 0.93v1.68l-0.73 0.93c-0.12604 0.15817 -0.20116 0.35084 -0.21544 0.55258 -0.01429 0.20174 0.03294 0.40307 0.13544 0.57742l0.4 0.7c0.09932 0.1716 0.24742 0.3098 0.42548 0.3971 0.17806 0.0872 0.37803 0.1196 0.57452 0.0929l1.18 -0.18 1.46 0.84 0.43 1.11c0.07251 0.1879 0.2001 0.3496 0.36605 0.4638 0.16594 0.1142 0.36251 0.1756 0.56395 0.1762h0.84c0.20144 -0.0006 0.398 -0.062 0.56395 -0.1762 0.16594 -0.1142 0.29353 -0.2759 0.36605 -0.4638l0.43 -1.11 1.46 -0.84 1.18 0.18c0.1965 0.0267 0.3965 -0.0057 0.5745 -0.0929 0.1781 -0.0873 0.3262 -0.2255 0.4255 -0.3971l0.4 -0.7c0.1025 -0.17435 0.1497 -0.37568 0.1354 -0.57742 -0.0142 -0.20174 -0.0894 -0.39441 -0.2154 -0.55258L12 7.84V6.16l0.73 -0.93c0.126 -0.15817 0.2012 -0.35084 0.2154 -0.55258 0.0143 -0.20174 -0.0329 -0.40307 -0.1354 -0.57742l-0.4 -0.7c-0.0993 -0.17162 -0.2474 -0.30983 -0.4255 -0.39708 -0.178 -0.08725 -0.378 -0.11959 -0.5745 -0.09292l-1.18 0.18 -1.46 -0.84 -0.43 -1.11C8.26748 0.952064 8.13989 0.790411 7.97395 0.676212 7.808 0.562014 7.61144 0.500595 7.41 0.5h-0.82c-0.20144 0.000595 -0.39801 0.062014 -0.56395 0.176212C5.8601 0.790411 5.73251 0.952064 5.66 1.14Z"
|
|
237
|
+
}
|
|
238
|
+
),
|
|
239
|
+
/* @__PURE__ */ e(
|
|
240
|
+
"path",
|
|
241
|
+
{
|
|
242
|
+
id: "Vector_2",
|
|
243
|
+
d: "M5.33706 8.11114C5.1173 7.78224 5 7.39556 5 7c0 -0.53043 0.21071 -1.03914 0.58579 -1.41421C5.96086 5.21071 6.46957 5 7 5c0.39556 0 0.78224 0.1173 1.11114 0.33706 0.3289 0.21976 0.58524 0.53212 0.73662 0.89757 0.15137 0.36546 0.19098 0.76759 0.11381 1.15555 -0.07717 0.38796 -0.26765 0.74433 -0.54736 1.02403 -0.2797 0.27971 -0.63607 0.47019 -1.02403 0.54736 -0.38796 0.07717 -0.79009 0.03756 -1.15555 -0.11381 -0.36545 -0.15138 -0.67781 -0.40772 -0.89757 -0.73662Z"
|
|
244
|
+
}
|
|
245
|
+
)
|
|
246
|
+
] })
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
),
|
|
250
|
+
"Settings"
|
|
251
|
+
), a = o(
|
|
252
|
+
/* @__PURE__ */ r(
|
|
253
|
+
"svg",
|
|
254
|
+
{
|
|
255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
256
|
+
fill: "none",
|
|
257
|
+
viewBox: "0 0 14 14",
|
|
258
|
+
strokeWidth: 1,
|
|
259
|
+
stroke: "currentColor",
|
|
260
|
+
strokeLinecap: "round",
|
|
261
|
+
strokeLinejoin: "round",
|
|
262
|
+
id: "Dark-Dislay-Mode--Streamline-Core",
|
|
263
|
+
children: [
|
|
264
|
+
/* @__PURE__ */ e("desc", { children: "Dark Dislay Mode Streamline Icon: https://streamlinehq.com" }),
|
|
265
|
+
/* @__PURE__ */ r("g", { id: "Dark-Dislay-Mode--Streamline-Core", children: [
|
|
266
|
+
/* @__PURE__ */ e(
|
|
267
|
+
"path",
|
|
268
|
+
{
|
|
269
|
+
id: "Vector",
|
|
270
|
+
d: "M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"
|
|
271
|
+
}
|
|
272
|
+
),
|
|
273
|
+
/* @__PURE__ */ e(
|
|
274
|
+
"path",
|
|
275
|
+
{
|
|
276
|
+
id: "Subtract",
|
|
277
|
+
d: "M9.45992 4.5222c-1.35816 0 -2.45916 1.101 -2.45916 2.45915 0 1.35816 1.101 2.45916 2.45916 2.45916 0.25029 0 0.44144 0.3009 0.25794 0.47112 -0.71301 0.66147 -1.66783 1.06587 -2.7171 1.06587 -2.207 0 -3.99612 -1.78915 -3.99612 -3.99615 0 -2.20699 1.78912 -3.99612 3.99612 -3.99612 1.04927 0 2.00409 0.4044 2.7171 1.06584 0.1835 0.17023 -0.00765 0.47113 -0.25794 0.47113Z"
|
|
278
|
+
}
|
|
279
|
+
)
|
|
280
|
+
] })
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
),
|
|
284
|
+
"DarkMode"
|
|
285
|
+
), p = o(
|
|
286
|
+
/* @__PURE__ */ r(
|
|
287
|
+
"svg",
|
|
288
|
+
{
|
|
289
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
290
|
+
fill: "none",
|
|
291
|
+
viewBox: "0 0 14 14",
|
|
292
|
+
strokeWidth: 1,
|
|
293
|
+
stroke: "currentColor",
|
|
294
|
+
strokeLinecap: "round",
|
|
295
|
+
strokeLinejoin: "round",
|
|
296
|
+
id: "Light-Display-Mode--Streamline-Core",
|
|
297
|
+
children: [
|
|
298
|
+
/* @__PURE__ */ e("desc", { children: "Light Display Mode Streamline Icon: https://streamlinehq.com" }),
|
|
299
|
+
/* @__PURE__ */ r("g", { id: "Light-Display-Mode--Streamline-Core", children: [
|
|
300
|
+
/* @__PURE__ */ e("path", { id: "Vector 3652", d: "M7 2.5V3" }),
|
|
301
|
+
/* @__PURE__ */ e("path", { id: "Vector 3653", d: "M7 11.5V11" }),
|
|
302
|
+
/* @__PURE__ */ e("path", { id: "Vector 3654", d: "M11.5 7H11" }),
|
|
303
|
+
/* @__PURE__ */ e("path", { id: "Vector 3655", d: "M2.5 7H3" }),
|
|
304
|
+
/* @__PURE__ */ e("path", { id: "Vector 3656", d: "m10.182 3.81799 -0.35355 0.35356" }),
|
|
305
|
+
/* @__PURE__ */ e("path", { id: "Vector 3657", d: "m3.81802 10.1819 0.35355 -0.35353" }),
|
|
306
|
+
/* @__PURE__ */ e("path", { id: "Vector 3658", d: "m10.182 10.1819 -0.35357 -0.35353" }),
|
|
307
|
+
/* @__PURE__ */ e("path", { id: "Vector 3659", d: "m3.81799 3.81799 0.35356 0.35356" }),
|
|
308
|
+
/* @__PURE__ */ e("path", { id: "Ellipse 1793", d: "M4.75 7a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0 -4.5 0" }),
|
|
309
|
+
/* @__PURE__ */ e(
|
|
310
|
+
"path",
|
|
311
|
+
{
|
|
312
|
+
id: "Vector",
|
|
313
|
+
d: "M7 13.5c3.5899 0 6.5 -2.9101 6.5 -6.5C13.5 3.41015 10.5899 0.5 7 0.5 3.41015 0.5 0.5 3.41015 0.5 7c0 3.5899 2.91015 6.5 6.5 6.5Z"
|
|
314
|
+
}
|
|
315
|
+
)
|
|
316
|
+
] })
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
),
|
|
320
|
+
"LightMode"
|
|
321
|
+
), m = o(
|
|
322
|
+
/* @__PURE__ */ r(
|
|
323
|
+
"svg",
|
|
324
|
+
{
|
|
325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
326
|
+
fill: "none",
|
|
327
|
+
viewBox: "0 0 14 14",
|
|
328
|
+
strokeWidth: 1,
|
|
329
|
+
stroke: "currentColor",
|
|
330
|
+
strokeLinecap: "round",
|
|
331
|
+
strokeLinejoin: "round",
|
|
332
|
+
id: "Layout-Bottom-Bar--Streamline-Core",
|
|
333
|
+
children: [
|
|
334
|
+
/* @__PURE__ */ e("desc", { children: "Layout Bottom Bar Streamline Icon: https://streamlinehq.com" }),
|
|
335
|
+
/* @__PURE__ */ r("g", { id: "Layout-Bottom-Bar--Streamline-Core", children: [
|
|
336
|
+
/* @__PURE__ */ e("path", { id: "Intersect", d: "M13 9 1 9" }),
|
|
337
|
+
/* @__PURE__ */ e(
|
|
338
|
+
"path",
|
|
339
|
+
{
|
|
340
|
+
id: "Vector 1945",
|
|
341
|
+
d: "M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"
|
|
342
|
+
}
|
|
343
|
+
)
|
|
344
|
+
] })
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
),
|
|
348
|
+
"ToolsPanelHidden"
|
|
349
|
+
), w = o(
|
|
350
|
+
/* @__PURE__ */ r(
|
|
351
|
+
"svg",
|
|
352
|
+
{
|
|
353
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
354
|
+
fill: "none",
|
|
355
|
+
viewBox: "0 0 14 14",
|
|
356
|
+
strokeWidth: 1,
|
|
357
|
+
stroke: "currentColor",
|
|
358
|
+
strokeLinecap: "round",
|
|
359
|
+
strokeLinejoin: "round",
|
|
360
|
+
id: "Layout-Bottom-Bar--Streamline-Core",
|
|
361
|
+
children: [
|
|
362
|
+
/* @__PURE__ */ e("desc", { children: "Layout Bottom Bar Streamline Icon: https://streamlinehq.com" }),
|
|
363
|
+
/* @__PURE__ */ r("g", { id: "Layout-Bottom-Bar--Streamline-Core", children: [
|
|
364
|
+
/* @__PURE__ */ e("path", { id: "Intersect", d: "M13 9 1 9" }),
|
|
365
|
+
/* @__PURE__ */ e(
|
|
366
|
+
"path",
|
|
367
|
+
{
|
|
368
|
+
id: "Vector 1945",
|
|
369
|
+
d: "M1 12V2c0 -0.55228 0.44772 -1 1 -1h10c0.5523 0 1 0.44772 1 1v10c0 0.5523 -0.4477 1 -1 1H2c-0.55228 0 -1 -0.4477 -1 -1Z"
|
|
370
|
+
}
|
|
371
|
+
),
|
|
372
|
+
/* @__PURE__ */ e(
|
|
373
|
+
"path",
|
|
374
|
+
{
|
|
375
|
+
id: "Rect fill",
|
|
376
|
+
fill: "currentColor",
|
|
377
|
+
strokeWidth: 0.0136314,
|
|
378
|
+
d: "m 1.8297908,12.460154 c -0.1477654,-0.0578 -0.2561865,-0.175773 -0.301378,-0.327938 -0.019038,-0.0641 -0.021597,-0.224259 -0.021597,-1.35156 V 9.5018157 H 7.0005 12.494184 v 1.2788403 c 0,1.127301 -0.0026,1.287457 -0.0216,1.35156 -0.04104,0.138183 -0.13285,0.246419 -0.263401,0.310529 l -0.07625,0.03745 -5.1188072,0.0028 c -4.9816386,0.0027 -5.120561,0.0021 -5.1843409,-0.02284 z"
|
|
379
|
+
}
|
|
380
|
+
)
|
|
381
|
+
] })
|
|
382
|
+
]
|
|
383
|
+
}
|
|
384
|
+
),
|
|
385
|
+
"ToolsPanelVisible"
|
|
386
|
+
), g = o(
|
|
387
|
+
/* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", children: /* @__PURE__ */ e("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M 4,6 H 18 V 20 H 4 Z M 6,4 H 20 V 18" }) }),
|
|
388
|
+
"UnmaximizeWindow"
|
|
389
|
+
), k = o(
|
|
390
|
+
/* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", children: /* @__PURE__ */ e("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M 4,4 H 20 V 20 H 4 Z" }) }),
|
|
391
|
+
"MaximizeWindow"
|
|
392
|
+
), u = o(
|
|
393
|
+
/* @__PURE__ */ r(
|
|
394
|
+
"svg",
|
|
395
|
+
{
|
|
396
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
397
|
+
fill: "none",
|
|
398
|
+
viewBox: "0 0 14 14",
|
|
399
|
+
strokeWidth: 1,
|
|
400
|
+
stroke: "currentColor",
|
|
401
|
+
strokeLinecap: "round",
|
|
402
|
+
strokeLinejoin: "round",
|
|
403
|
+
id: "Delete-1--Streamline-Core",
|
|
404
|
+
children: [
|
|
405
|
+
/* @__PURE__ */ e("desc", { children: "Delete 1 Streamline Icon: https://streamlinehq.com" }),
|
|
406
|
+
/* @__PURE__ */ r("g", { id: "Delete-1--Streamline-Core", children: [
|
|
407
|
+
/* @__PURE__ */ e("path", { id: "Vector", d: "m12.5 1.5 -11 11" }),
|
|
408
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "m1.5 1.5 11 11" })
|
|
409
|
+
] })
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
),
|
|
413
|
+
"Close"
|
|
414
|
+
), v = o(
|
|
415
|
+
/* @__PURE__ */ r(
|
|
416
|
+
"svg",
|
|
417
|
+
{
|
|
418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
419
|
+
fill: "none",
|
|
420
|
+
viewBox: "0 0 14 14",
|
|
421
|
+
strokeWidth: 1,
|
|
422
|
+
stroke: "currentColor",
|
|
423
|
+
strokeLinecap: "round",
|
|
424
|
+
strokeLinejoin: "round",
|
|
425
|
+
id: "Line-Arrow-Shrink-Diagonal-Large-1--Streamline-Core",
|
|
426
|
+
children: [
|
|
427
|
+
/* @__PURE__ */ e("desc", { children: "Line Arrow Shrink Diagonal Large 1 Streamline Icon: https://streamlinehq.com" }),
|
|
428
|
+
/* @__PURE__ */ r("g", { id: "line-arrow-shrink-diagonal-large-1--expand-retract-shrink-bigger-big-small-smaller-large-head", children: [
|
|
429
|
+
/* @__PURE__ */ e("path", { id: "Vector 4522", d: "M1 8h5v5" }),
|
|
430
|
+
/* @__PURE__ */ e("path", { id: "Vector 4523", d: "m6 8 -5 5" }),
|
|
431
|
+
/* @__PURE__ */ e("path", { id: "Vector 4524", d: "M8 1v5h5" }),
|
|
432
|
+
/* @__PURE__ */ e("path", { id: "Vector 4525", d: "m8 6 5 -5" })
|
|
433
|
+
] })
|
|
434
|
+
]
|
|
435
|
+
}
|
|
436
|
+
),
|
|
437
|
+
"LeaveFullScreen"
|
|
438
|
+
), C = o(
|
|
439
|
+
/* @__PURE__ */ r(
|
|
440
|
+
"svg",
|
|
441
|
+
{
|
|
442
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
443
|
+
fill: "none",
|
|
444
|
+
viewBox: "0 0 14 14",
|
|
445
|
+
strokeWidth: 1,
|
|
446
|
+
stroke: "currentColor",
|
|
447
|
+
strokeLinecap: "round",
|
|
448
|
+
strokeLinejoin: "round",
|
|
449
|
+
id: "Add-1--Streamline-Core",
|
|
450
|
+
children: [
|
|
451
|
+
/* @__PURE__ */ e("desc", { children: "Add 1 Streamline Icon: https://streamlinehq.com" }),
|
|
452
|
+
/* @__PURE__ */ r("g", { id: "Add-1--Streamline-Core", children: [
|
|
453
|
+
/* @__PURE__ */ e("path", { id: "Vector", d: "M7 1v12" }),
|
|
454
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "M1 6.95996h12" })
|
|
455
|
+
] })
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
),
|
|
459
|
+
"Add"
|
|
460
|
+
), S = o(
|
|
461
|
+
/* @__PURE__ */ r(
|
|
462
|
+
"svg",
|
|
463
|
+
{
|
|
464
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
465
|
+
fill: "none",
|
|
466
|
+
viewBox: "0 0 14 14",
|
|
467
|
+
strokeWidth: 1,
|
|
468
|
+
stroke: "currentColor",
|
|
469
|
+
strokeLinecap: "round",
|
|
470
|
+
strokeLinejoin: "round",
|
|
471
|
+
id: "Pencil--Streamline-Core",
|
|
472
|
+
children: [
|
|
473
|
+
/* @__PURE__ */ e("desc", { children: "Pencil Streamline Icon: https://streamlinehq.com" }),
|
|
474
|
+
/* @__PURE__ */ e("g", { id: "Pencil--Streamline-Core", children: /* @__PURE__ */ e(
|
|
475
|
+
"path",
|
|
476
|
+
{
|
|
477
|
+
id: "Vector",
|
|
478
|
+
d: "m1.5 8.5 -1 5 5 -1 7.707 -7.70711c0.3906 -0.39052 0.3906 -1.02369 0 -1.41421L10.6212 0.792893C10.2307 0.402369 9.59756 0.402369 9.20703 0.792894L1.5 8.5Z"
|
|
479
|
+
}
|
|
480
|
+
) })
|
|
481
|
+
]
|
|
482
|
+
}
|
|
483
|
+
),
|
|
484
|
+
"Edit"
|
|
485
|
+
), V = o(
|
|
486
|
+
/* @__PURE__ */ r(
|
|
487
|
+
"svg",
|
|
488
|
+
{
|
|
489
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
490
|
+
fill: "none",
|
|
491
|
+
viewBox: "0 0 14 14",
|
|
492
|
+
strokeWidth: 1,
|
|
493
|
+
stroke: "currentColor",
|
|
494
|
+
strokeLinecap: "round",
|
|
495
|
+
strokeLinejoin: "round",
|
|
496
|
+
id: "Recycle-Bin-2--Streamline-Core",
|
|
497
|
+
children: [
|
|
498
|
+
/* @__PURE__ */ e("desc", { children: "Recycle Bin 2 Streamline Icon: https://streamlinehq.com" }),
|
|
499
|
+
/* @__PURE__ */ r("g", { id: "Recycle-Bin-2--Streamline-Core", children: [
|
|
500
|
+
/* @__PURE__ */ e("path", { id: "Vector", d: "M1 3.5h12" }),
|
|
501
|
+
/* @__PURE__ */ e(
|
|
502
|
+
"path",
|
|
503
|
+
{
|
|
504
|
+
id: "Vector_2",
|
|
505
|
+
d: "M2.5 3.5h9v9c0 0.2652 -0.1054 0.5196 -0.2929 0.7071s-0.4419 0.2929 -0.7071 0.2929h-7c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C2.60536 13.0196 2.5 12.7652 2.5 12.5v-9Z"
|
|
506
|
+
}
|
|
507
|
+
),
|
|
508
|
+
/* @__PURE__ */ e(
|
|
509
|
+
"path",
|
|
510
|
+
{
|
|
511
|
+
id: "Vector_3",
|
|
512
|
+
d: "M4.5 3.5V3c0 -0.66304 0.26339 -1.29893 0.73223 -1.76777C5.70107 0.763392 6.33696 0.5 7 0.5c0.66304 0 1.29893 0.263392 1.76777 0.73223C9.23661 1.70107 9.5 2.33696 9.5 3v0.5"
|
|
513
|
+
}
|
|
514
|
+
),
|
|
515
|
+
/* @__PURE__ */ e("path", { id: "Vector_4", d: "M5.5 6.50146V10.503" }),
|
|
516
|
+
/* @__PURE__ */ e("path", { id: "Vector_5", d: "M8.5 6.50146V10.503" })
|
|
517
|
+
] })
|
|
518
|
+
]
|
|
519
|
+
}
|
|
520
|
+
),
|
|
521
|
+
"Delete"
|
|
522
|
+
), L = o(
|
|
523
|
+
/* @__PURE__ */ r(
|
|
524
|
+
"svg",
|
|
525
|
+
{
|
|
526
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
527
|
+
fill: "none",
|
|
528
|
+
viewBox: "0 0 14 14",
|
|
529
|
+
strokeWidth: 1,
|
|
530
|
+
stroke: "currentColor",
|
|
531
|
+
strokeLinecap: "round",
|
|
532
|
+
strokeLinejoin: "round",
|
|
533
|
+
id: "Tailless-Line-Arrow-Down-1--Streamline-Core",
|
|
534
|
+
children: [
|
|
535
|
+
/* @__PURE__ */ e("desc", { children: "Tailless Line Arrow Down 1 Streamline Icon: https://streamlinehq.com" }),
|
|
536
|
+
/* @__PURE__ */ e("g", { id: "Tailless-Line-Arrow-Down-1--Streamline-Core", children: /* @__PURE__ */ e("path", { id: "Vector 4370", d: "m0.5 4 6.14645 6.1464c0.19526 0.1953 0.51184 0.1953 0.7071 0L13.5 4" }) })
|
|
537
|
+
]
|
|
538
|
+
}
|
|
539
|
+
),
|
|
540
|
+
"LineArrowDown"
|
|
541
|
+
), M = o(
|
|
542
|
+
/* @__PURE__ */ r(
|
|
543
|
+
"svg",
|
|
544
|
+
{
|
|
545
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
546
|
+
fill: "none",
|
|
547
|
+
viewBox: "0 0 14 14",
|
|
548
|
+
strokeWidth: 1,
|
|
549
|
+
stroke: "currentColor",
|
|
550
|
+
strokeLinecap: "round",
|
|
551
|
+
strokeLinejoin: "round",
|
|
552
|
+
id: "Tailless-Line-Arrow-Up-1--Streamline-Core",
|
|
553
|
+
children: [
|
|
554
|
+
/* @__PURE__ */ e("desc", { children: "Tailless Line Arrow Up 1 Streamline Icon: https://streamlinehq.com" }),
|
|
555
|
+
/* @__PURE__ */ e("g", { id: "tailless-line-arrow-up-1--arrow-up-keyboard", children: /* @__PURE__ */ e("path", { id: "Vector 4370", d: "m0.5 10 6.14645 -6.14645c0.19526 -0.19526 0.51184 -0.19526 0.7071 0L13.5 10" }) })
|
|
556
|
+
]
|
|
557
|
+
}
|
|
558
|
+
),
|
|
559
|
+
"LineArrowUp"
|
|
560
|
+
), x = o(
|
|
561
|
+
/* @__PURE__ */ r(
|
|
562
|
+
"svg",
|
|
563
|
+
{
|
|
564
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
565
|
+
fill: "none",
|
|
566
|
+
viewBox: "0 0 14 14",
|
|
567
|
+
strokeWidth: 1,
|
|
568
|
+
stroke: "currentColor",
|
|
569
|
+
strokeLinecap: "round",
|
|
570
|
+
strokeLinejoin: "round",
|
|
571
|
+
id: "Tailless-Triangle-Arrow-Left-1--Streamline-Core",
|
|
572
|
+
children: [
|
|
573
|
+
/* @__PURE__ */ e("desc", { children: "Tailless Triangle Arrow Left 1 Streamline Icon: https://streamlinehq.com" }),
|
|
574
|
+
/* @__PURE__ */ e("g", { id: "Tailless-Triangle-Arrow-Left-1--Streamline-Core", children: /* @__PURE__ */ e(
|
|
575
|
+
"path",
|
|
576
|
+
{
|
|
577
|
+
id: "Vector 4040",
|
|
578
|
+
d: "M10.5 13.5V0.5L3.43597 6.62216c-0.23004 0.19937 -0.23004 0.55631 0 0.75568L10.5 13.5Z"
|
|
579
|
+
}
|
|
580
|
+
) })
|
|
581
|
+
]
|
|
582
|
+
}
|
|
583
|
+
),
|
|
584
|
+
"ArrowLeft"
|
|
585
|
+
), I = o(
|
|
586
|
+
/* @__PURE__ */ r(
|
|
587
|
+
"svg",
|
|
588
|
+
{
|
|
589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
590
|
+
fill: "none",
|
|
591
|
+
viewBox: "0 0 14 14",
|
|
592
|
+
strokeWidth: 1,
|
|
593
|
+
stroke: "currentColor",
|
|
594
|
+
strokeLinecap: "round",
|
|
595
|
+
strokeLinejoin: "round",
|
|
596
|
+
id: "Tailless-Triangle-Arrow-Right-1--Streamline-Core",
|
|
597
|
+
children: [
|
|
598
|
+
/* @__PURE__ */ e("desc", { children: "Tailless Triangle Arrow Right 1 Streamline Icon: https://streamlinehq.com" }),
|
|
599
|
+
/* @__PURE__ */ e("g", { id: "Tailless-Triangle-Arrow-Right-1--Streamline-Core", children: /* @__PURE__ */ e("path", { id: "Vector 4040", d: "M3.5 13.5V0.5l7.064 6.12216c0.2301 0.19937 0.2301 0.55631 0 0.75568L3.5 13.5Z" }) })
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
),
|
|
603
|
+
"ArrowRight"
|
|
604
|
+
), B = o(
|
|
605
|
+
/* @__PURE__ */ r(
|
|
606
|
+
"svg",
|
|
607
|
+
{
|
|
608
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
609
|
+
fill: "none",
|
|
610
|
+
viewBox: "0 0 14 14",
|
|
611
|
+
strokeWidth: 1,
|
|
612
|
+
stroke: "currentColor",
|
|
613
|
+
strokeLinecap: "round",
|
|
614
|
+
strokeLinejoin: "round",
|
|
615
|
+
id: "Tailless-Triangle-Arrow-Up-1--Streamline-Core",
|
|
616
|
+
children: [
|
|
617
|
+
/* @__PURE__ */ e("desc", { children: "Tailless Triangle Arrow Up 1 Streamline Icon: https://streamlinehq.com" }),
|
|
618
|
+
/* @__PURE__ */ e("g", { id: "Tailless-Triangle-Arrow-Up-1--Streamline-Core", children: /* @__PURE__ */ e(
|
|
619
|
+
"path",
|
|
620
|
+
{
|
|
621
|
+
id: "Vector 4040",
|
|
622
|
+
d: "m13.5 10.5 -13 0 6.12216 -7.06403c0.19937 -0.23004 0.55631 -0.23004 0.75568 0L13.5 10.5Z"
|
|
623
|
+
}
|
|
624
|
+
) })
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
),
|
|
628
|
+
"ArrowUp"
|
|
629
|
+
), f = o(
|
|
630
|
+
/* @__PURE__ */ r(
|
|
631
|
+
"svg",
|
|
632
|
+
{
|
|
633
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
634
|
+
fill: "none",
|
|
635
|
+
viewBox: "0 0 14 14",
|
|
636
|
+
strokeWidth: 1,
|
|
637
|
+
stroke: "currentColor",
|
|
638
|
+
strokeLinecap: "round",
|
|
639
|
+
strokeLinejoin: "round",
|
|
640
|
+
id: "Tailless-Triangle-Arrow-Down-1--Streamline-Core",
|
|
641
|
+
children: [
|
|
642
|
+
/* @__PURE__ */ e("desc", { children: "Tailless Triangle Arrow Down 1 Streamline Icon: https://streamlinehq.com" }),
|
|
643
|
+
/* @__PURE__ */ e("g", { id: "Tailless-Triangle-Arrow-Down-1--Streamline-Core", children: /* @__PURE__ */ e("path", { id: "Vector 4040", d: "m13.5 3.5 -13 0 6.12216 7.064c0.19937 0.2301 0.55631 0.2301 0.75568 0L13.5 3.5Z" }) })
|
|
644
|
+
]
|
|
645
|
+
}
|
|
646
|
+
),
|
|
647
|
+
"ArrowDown"
|
|
648
|
+
), W = o(
|
|
649
|
+
/* @__PURE__ */ r(
|
|
650
|
+
"svg",
|
|
651
|
+
{
|
|
652
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
653
|
+
fill: "none",
|
|
654
|
+
viewBox: "0 0 14 14",
|
|
655
|
+
strokeWidth: 1,
|
|
656
|
+
stroke: "currentColor",
|
|
657
|
+
strokeLinecap: "round",
|
|
658
|
+
strokeLinejoin: "round",
|
|
659
|
+
id: "Vertical-Menu--Streamline-Core",
|
|
660
|
+
children: [
|
|
661
|
+
/* @__PURE__ */ e("desc", { children: "Vertical Menu Streamline Icon: https://streamlinehq.com" }),
|
|
662
|
+
/* @__PURE__ */ r("g", { id: "Vertical-Menu--Streamline-Core", children: [
|
|
663
|
+
/* @__PURE__ */ e(
|
|
664
|
+
"path",
|
|
665
|
+
{
|
|
666
|
+
id: "Vector",
|
|
667
|
+
d: "M7 3.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 0.5 7 0.5 5.5 1.17157 5.5 2 6.17157 3.5 7 3.5Z"
|
|
668
|
+
}
|
|
669
|
+
),
|
|
670
|
+
/* @__PURE__ */ e(
|
|
671
|
+
"path",
|
|
672
|
+
{
|
|
673
|
+
id: "Vector_2",
|
|
674
|
+
d: "M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"
|
|
675
|
+
}
|
|
676
|
+
),
|
|
677
|
+
/* @__PURE__ */ e(
|
|
678
|
+
"path",
|
|
679
|
+
{
|
|
680
|
+
id: "Vector_3",
|
|
681
|
+
d: "M7 13.5c0.82843 0 1.5 -0.6716 1.5 -1.5s-0.67157 -1.5 -1.5 -1.5 -1.5 0.6716 -1.5 1.5 0.67157 1.5 1.5 1.5Z"
|
|
682
|
+
}
|
|
683
|
+
)
|
|
684
|
+
] })
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
),
|
|
688
|
+
"MoreVert"
|
|
689
|
+
), y = o(
|
|
690
|
+
/* @__PURE__ */ r(
|
|
691
|
+
"svg",
|
|
692
|
+
{
|
|
693
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
694
|
+
fill: "none",
|
|
695
|
+
viewBox: "0 0 14 14",
|
|
696
|
+
strokeWidth: 1,
|
|
697
|
+
stroke: "currentColor",
|
|
698
|
+
strokeLinecap: "round",
|
|
699
|
+
strokeLinejoin: "round",
|
|
700
|
+
id: "Horizontal-Menu--Streamline-Core",
|
|
701
|
+
children: [
|
|
702
|
+
/* @__PURE__ */ e("desc", { children: "Horizontal Menu Streamline Icon: https://streamlinehq.com" }),
|
|
703
|
+
/* @__PURE__ */ r("g", { id: "Horizontal-Menu--Streamline-Core", children: [
|
|
704
|
+
/* @__PURE__ */ e(
|
|
705
|
+
"path",
|
|
706
|
+
{
|
|
707
|
+
id: "Vector",
|
|
708
|
+
d: "M12 8.5c0.8284 0 1.5 -0.67157 1.5 -1.5s-0.6716 -1.5 -1.5 -1.5 -1.5 0.67157 -1.5 1.5 0.6716 1.5 1.5 1.5Z"
|
|
709
|
+
}
|
|
710
|
+
),
|
|
711
|
+
/* @__PURE__ */ e(
|
|
712
|
+
"path",
|
|
713
|
+
{
|
|
714
|
+
id: "Vector_2",
|
|
715
|
+
d: "M7 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S7.82843 5.5 7 5.5 5.5 6.17157 5.5 7 6.17157 8.5 7 8.5Z"
|
|
716
|
+
}
|
|
717
|
+
),
|
|
718
|
+
/* @__PURE__ */ e(
|
|
719
|
+
"path",
|
|
720
|
+
{
|
|
721
|
+
id: "Vector_3",
|
|
722
|
+
d: "M2 8.5c0.82843 0 1.5 -0.67157 1.5 -1.5S2.82843 5.5 2 5.5 0.5 6.17157 0.5 7 1.17157 8.5 2 8.5Z"
|
|
723
|
+
}
|
|
724
|
+
)
|
|
725
|
+
] })
|
|
726
|
+
]
|
|
727
|
+
}
|
|
728
|
+
),
|
|
729
|
+
"MoreHoriz"
|
|
730
|
+
), Z = o(
|
|
731
|
+
/* @__PURE__ */ r(
|
|
732
|
+
"svg",
|
|
733
|
+
{
|
|
734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
735
|
+
fill: "none",
|
|
736
|
+
viewBox: "0 0 14 14",
|
|
737
|
+
strokeWidth: 1,
|
|
738
|
+
stroke: "currentColor",
|
|
739
|
+
strokeLinecap: "round",
|
|
740
|
+
strokeLinejoin: "round",
|
|
741
|
+
id: "Button-Play--Streamline-Core",
|
|
742
|
+
children: [
|
|
743
|
+
/* @__PURE__ */ e("desc", { children: "Button Play Streamline Icon: https://streamlinehq.com" }),
|
|
744
|
+
/* @__PURE__ */ e("g", { id: "Button-Play--Streamline-Core", children: /* @__PURE__ */ e(
|
|
745
|
+
"path",
|
|
746
|
+
{
|
|
747
|
+
id: "Vector",
|
|
748
|
+
d: "M1.85645 11.9273c0.00331 0.1926 0.05936 0.3806 0.16204 0.5436 0.10268 0.1629 0.24806 0.2947 0.42035 0.3808 0.17205 0.0972 0.3663 0.1483 0.56391 0.1483s0.39186 -0.0511 0.56391 -0.1483l7.99644 -4.94575c0.174 -0.08382 0.3208 -0.21504 0.4235 -0.37857 0.1027 -0.16354 0.1572 -0.35274 0.1572 -0.54587 0 -0.19313 -0.0545 -0.38233 -0.1572 -0.54586 -0.1027 -0.16354 -0.2495 -0.29476 -0.4235 -0.37858L3.56666 1.1483C3.39461 1.05108 3.20036 1 3.00275 1s-0.39186 0.05108 -0.56391 0.1483c-0.17229 0.08614 -0.31767 0.21787 -0.42035 0.38085s-0.15873 0.35099 -0.16204 0.54359v9.85456Z"
|
|
749
|
+
}
|
|
750
|
+
) })
|
|
751
|
+
]
|
|
752
|
+
}
|
|
753
|
+
),
|
|
754
|
+
"Play"
|
|
755
|
+
), A = o(
|
|
756
|
+
/* @__PURE__ */ r(
|
|
757
|
+
"svg",
|
|
758
|
+
{
|
|
759
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
760
|
+
fill: "currentColor",
|
|
761
|
+
viewBox: "0 0 14 14",
|
|
762
|
+
strokeWidth: 1,
|
|
763
|
+
fillRule: "evenodd",
|
|
764
|
+
clipRule: "evenodd",
|
|
765
|
+
id: "Button-Play--Streamline-Core",
|
|
766
|
+
children: [
|
|
767
|
+
/* @__PURE__ */ e("desc", { children: "Button Play Streamline Icon: https://streamlinehq.com" }),
|
|
768
|
+
/* @__PURE__ */ e("g", { id: "Button-Play--Streamline-Core", children: /* @__PURE__ */ e(
|
|
769
|
+
"path",
|
|
770
|
+
{
|
|
771
|
+
id: "Union",
|
|
772
|
+
d: "M3.00283 0.5c-0.27961 0 -0.55454 0.071214 -0.7989 0.206831 -0.24906 0.127096 -0.45929 0.319089 -0.60841 0.555799 -0.1514 0.24031 -0.23403 0.51751 -0.23893 0.80149l-0.00007 0v9.86318h-0.00007l0.00014 0.0086c0.0049 0.284 0.08753 0.5612 0.23893 0.8015 0.14912 0.2367 0.35935 0.4287 0.60841 0.5558 0.24436 0.1356 0.51929 0.2068 0.7989 0.2068 0.2838 0 0.56278 -0.0734 0.80987 -0.213 0.00575 -0.0032 0.01143 -0.0066 0.01704 -0.0101L11.806 8.34363c0.2475 -0.12503 0.4564 -0.3152 0.604 -0.55027 0.1528 -0.24322 0.2339 -0.52462 0.2339 -0.81185s-0.0811 -0.56863 -0.2339 -0.81185c-0.1478 -0.23533 -0.357 -0.42566 -0.6048 -0.55069L3.82831 0.722179C3.82317 0.719019 3.81796 0.715952 3.8127 0.71298 3.56561 0.573367 3.28663 0.5 3.00283 0.5Z"
|
|
773
|
+
}
|
|
774
|
+
) })
|
|
775
|
+
]
|
|
776
|
+
}
|
|
777
|
+
),
|
|
778
|
+
"PlaySolid"
|
|
779
|
+
), j = o(
|
|
780
|
+
/* @__PURE__ */ r(
|
|
781
|
+
"svg",
|
|
782
|
+
{
|
|
783
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
784
|
+
fill: "none",
|
|
785
|
+
viewBox: "0 0 14 14",
|
|
786
|
+
strokeWidth: 1,
|
|
787
|
+
stroke: "currentColor",
|
|
788
|
+
strokeLinecap: "round",
|
|
789
|
+
strokeLinejoin: "round",
|
|
790
|
+
id: "Button-Stop--Streamline-Core",
|
|
791
|
+
children: [
|
|
792
|
+
/* @__PURE__ */ e("desc", { children: "Button Stop Streamline Icon: https://streamlinehq.com" }),
|
|
793
|
+
/* @__PURE__ */ e("g", { id: "Button-Stop--Streamline-Core", children: /* @__PURE__ */ e(
|
|
794
|
+
"path",
|
|
795
|
+
{
|
|
796
|
+
id: "Vector",
|
|
797
|
+
d: "M12.0769 1H1.92308C1.41328 1 1 1.41328 1 1.92308V12.0769c0 0.5098 0.41328 0.9231 0.92308 0.9231H12.0769c0.5098 0 0.9231 -0.4133 0.9231 -0.9231V1.92308C13 1.41328 12.5867 1 12.0769 1Z"
|
|
798
|
+
}
|
|
799
|
+
) })
|
|
800
|
+
]
|
|
801
|
+
}
|
|
802
|
+
),
|
|
803
|
+
"Stop"
|
|
804
|
+
), q = o(
|
|
805
|
+
/* @__PURE__ */ r(
|
|
806
|
+
"svg",
|
|
807
|
+
{
|
|
808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
809
|
+
fill: "currentColor",
|
|
810
|
+
viewBox: "0 0 14 14",
|
|
811
|
+
strokeWidth: 1,
|
|
812
|
+
fillRule: "evenodd",
|
|
813
|
+
clipRule: "evenodd",
|
|
814
|
+
id: "Button-Stop--Streamline-Core",
|
|
815
|
+
children: [
|
|
816
|
+
/* @__PURE__ */ e("desc", { children: "Button Stop Streamline Icon: https://streamlinehq.com" }),
|
|
817
|
+
/* @__PURE__ */ e("g", { id: "Button-Stop--Streamline-Core", children: /* @__PURE__ */ e(
|
|
818
|
+
"path",
|
|
819
|
+
{
|
|
820
|
+
id: "Union",
|
|
821
|
+
d: "M1.92308 0.5C1.13713 0.5 0.5 1.13713 0.5 1.92308V12.0769c0 0.786 0.63713 1.4231 1.42308 1.4231H12.0769c0.786 0 1.4231 -0.6371 1.4231 -1.4231V1.92308C13.5 1.13713 12.8629 0.5 12.0769 0.5H1.92308Z"
|
|
822
|
+
}
|
|
823
|
+
) })
|
|
824
|
+
]
|
|
825
|
+
}
|
|
826
|
+
),
|
|
827
|
+
"StopSolid"
|
|
828
|
+
), D = o(
|
|
829
|
+
/* @__PURE__ */ r(
|
|
830
|
+
"svg",
|
|
831
|
+
{
|
|
832
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
833
|
+
fill: "none",
|
|
834
|
+
viewBox: "0 0 14 14",
|
|
835
|
+
strokeWidth: 1,
|
|
836
|
+
stroke: "currentColor",
|
|
837
|
+
strokeLinecap: "round",
|
|
838
|
+
strokeLinejoin: "round",
|
|
839
|
+
id: "Button-Pause-2--Streamline-Core",
|
|
840
|
+
children: [
|
|
841
|
+
/* @__PURE__ */ e("desc", { children: "Button Pause 2 Streamline Icon: https://streamlinehq.com" }),
|
|
842
|
+
/* @__PURE__ */ r("g", { id: "Button-Pause-2--Streamline-Core", children: [
|
|
843
|
+
/* @__PURE__ */ e(
|
|
844
|
+
"path",
|
|
845
|
+
{
|
|
846
|
+
id: "Vector",
|
|
847
|
+
d: "M4.5 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h2.5c0.55228 0 1 -0.4477 1 -1V2c0 -0.55228 -0.44772 -1 -1 -1Z"
|
|
848
|
+
}
|
|
849
|
+
),
|
|
850
|
+
/* @__PURE__ */ e(
|
|
851
|
+
"path",
|
|
852
|
+
{
|
|
853
|
+
id: "Vector_2",
|
|
854
|
+
d: "M12 1H9.5c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1H12c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"
|
|
855
|
+
}
|
|
856
|
+
)
|
|
857
|
+
] })
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
),
|
|
861
|
+
"Pause"
|
|
862
|
+
), H = o(
|
|
863
|
+
/* @__PURE__ */ r(
|
|
864
|
+
"svg",
|
|
865
|
+
{
|
|
866
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
867
|
+
fill: "none",
|
|
868
|
+
viewBox: "0 0 14 14",
|
|
869
|
+
strokeWidth: 1,
|
|
870
|
+
stroke: "currentColor",
|
|
871
|
+
strokeLinecap: "round",
|
|
872
|
+
strokeLinejoin: "round",
|
|
873
|
+
id: "Filter-2--Streamline-Core",
|
|
874
|
+
children: [
|
|
875
|
+
/* @__PURE__ */ e("desc", { children: "Filter 2 Streamline Icon: https://streamlinehq.com" }),
|
|
876
|
+
/* @__PURE__ */ e("g", { id: "Filter-2--Streamline-Core", children: /* @__PURE__ */ e("path", { id: "Vector", d: "M13.5 0.5H0.5l5 7v6l3 -2v-4l5 -7Z" }) })
|
|
877
|
+
]
|
|
878
|
+
}
|
|
879
|
+
),
|
|
880
|
+
"Filter"
|
|
881
|
+
), T = o(
|
|
882
|
+
/* @__PURE__ */ r(
|
|
883
|
+
"svg",
|
|
884
|
+
{
|
|
885
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
886
|
+
fill: "none",
|
|
887
|
+
viewBox: "0 0 14 14",
|
|
888
|
+
strokeWidth: 1,
|
|
889
|
+
stroke: "currentColor",
|
|
890
|
+
strokeLinecap: "round",
|
|
891
|
+
strokeLinejoin: "round",
|
|
892
|
+
id: "Bullet-List--Streamline-Core",
|
|
893
|
+
children: [
|
|
894
|
+
/* @__PURE__ */ e("desc", { children: "Bullet List Streamline Icon: https://streamlinehq.com" }),
|
|
895
|
+
/* @__PURE__ */ r("g", { id: "Bullet-List--Streamline-Core", children: [
|
|
896
|
+
/* @__PURE__ */ e(
|
|
897
|
+
"path",
|
|
898
|
+
{
|
|
899
|
+
id: "Vector",
|
|
900
|
+
d: "M1.5 2c0.27614 0 0.5 -0.22386 0.5 -0.5S1.77614 1 1.5 1s-0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"
|
|
901
|
+
}
|
|
902
|
+
),
|
|
903
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "M5 1.5h8" }),
|
|
904
|
+
/* @__PURE__ */ e(
|
|
905
|
+
"path",
|
|
906
|
+
{
|
|
907
|
+
id: "Vector_3",
|
|
908
|
+
d: "M1.5 7.5c0.27614 0 0.5 -0.22386 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.22386 -0.5 0.5 0.22386 0.5 0.5 0.5Z"
|
|
909
|
+
}
|
|
910
|
+
),
|
|
911
|
+
/* @__PURE__ */ e("path", { id: "Vector_4", d: "M5 7h8" }),
|
|
912
|
+
/* @__PURE__ */ e(
|
|
913
|
+
"path",
|
|
914
|
+
{
|
|
915
|
+
id: "Vector_5",
|
|
916
|
+
d: "M1.5 13c0.27614 0 0.5 -0.2239 0.5 -0.5s-0.22386 -0.5 -0.5 -0.5 -0.5 0.2239 -0.5 0.5 0.22386 0.5 0.5 0.5Z"
|
|
917
|
+
}
|
|
918
|
+
),
|
|
919
|
+
/* @__PURE__ */ e("path", { id: "Vector_6", d: "M5 12.5h8" })
|
|
920
|
+
] })
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
),
|
|
924
|
+
"FixedPosition"
|
|
925
|
+
), _ = o(
|
|
926
|
+
/* @__PURE__ */ r(
|
|
927
|
+
"svg",
|
|
928
|
+
{
|
|
929
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
930
|
+
fill: "none",
|
|
931
|
+
viewBox: "0 0 14 14",
|
|
932
|
+
strokeWidth: 1,
|
|
933
|
+
stroke: "currentColor",
|
|
934
|
+
strokeLinecap: "round",
|
|
935
|
+
strokeLinejoin: "round",
|
|
936
|
+
id: "Hierarchy-1--Streamline-Core",
|
|
937
|
+
children: [
|
|
938
|
+
/* @__PURE__ */ e("desc", { children: "Hierarchy 1 Streamline Icon: https://streamlinehq.com" }),
|
|
939
|
+
/* @__PURE__ */ r("g", { id: "Hierarchy-1--Streamline-Core", children: [
|
|
940
|
+
/* @__PURE__ */ e(
|
|
941
|
+
"path",
|
|
942
|
+
{
|
|
943
|
+
id: "Vector 4332",
|
|
944
|
+
d: "M13 1.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.22386 0.5 -0.5V2c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"
|
|
945
|
+
}
|
|
946
|
+
),
|
|
947
|
+
/* @__PURE__ */ e(
|
|
948
|
+
"path",
|
|
949
|
+
{
|
|
950
|
+
id: "Vector 4333",
|
|
951
|
+
d: "M13 8.5h-3c-0.27614 0 -0.5 0.22386 -0.5 0.5v3c0 0.2761 0.22386 0.5 0.5 0.5h3c0.2761 0 0.5 -0.2239 0.5 -0.5V9c0 -0.27614 -0.2239 -0.5 -0.5 -0.5Z"
|
|
952
|
+
}
|
|
953
|
+
),
|
|
954
|
+
/* @__PURE__ */ e(
|
|
955
|
+
"path",
|
|
956
|
+
{
|
|
957
|
+
id: "Vector 4334",
|
|
958
|
+
d: "M4 5H1c-0.276142 0 -0.5 0.22386 -0.5 0.5v3c0 0.27614 0.223858 0.5 0.5 0.5h3c0.27614 0 0.5 -0.22386 0.5 -0.5v-3c0 -0.27614 -0.22386 -0.5 -0.5 -0.5Z"
|
|
959
|
+
}
|
|
960
|
+
),
|
|
961
|
+
/* @__PURE__ */ e("path", { id: "Vector", d: "m4.5 6.22222 5 -2.44445" }),
|
|
962
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "m4.5 7.77777 5 2.44443" })
|
|
963
|
+
] })
|
|
964
|
+
]
|
|
965
|
+
}
|
|
966
|
+
),
|
|
967
|
+
"MeasurementSetup"
|
|
968
|
+
), P = o(
|
|
969
|
+
/* @__PURE__ */ r(
|
|
970
|
+
"svg",
|
|
971
|
+
{
|
|
972
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
973
|
+
fill: "none",
|
|
974
|
+
viewBox: "0 0 14 14",
|
|
975
|
+
strokeWidth: 1,
|
|
976
|
+
stroke: "currentColor",
|
|
977
|
+
strokeLinecap: "round",
|
|
978
|
+
strokeLinejoin: "round",
|
|
979
|
+
id: "Layout-Window-26--Streamline-Core",
|
|
980
|
+
children: [
|
|
981
|
+
/* @__PURE__ */ e("desc", { children: "Layout Window 26 Streamline Icon: https://streamlinehq.com" }),
|
|
982
|
+
/* @__PURE__ */ r("g", { id: "Layout-Window-26--Streamline-Core", children: [
|
|
983
|
+
/* @__PURE__ */ e(
|
|
984
|
+
"path",
|
|
985
|
+
{
|
|
986
|
+
id: "Vector",
|
|
987
|
+
d: "M12 1H2c-0.55228 0 -1 0.44772 -1 1v10c0 0.5523 0.44772 1 1 1h10c0.5523 0 1 -0.4477 1 -1V2c0 -0.55228 -0.4477 -1 -1 -1Z"
|
|
988
|
+
}
|
|
989
|
+
),
|
|
990
|
+
/* @__PURE__ */ e("path", { id: "Vector 884", d: "M7.00001 13 7 7" }),
|
|
991
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "M1 7h12" })
|
|
992
|
+
] })
|
|
993
|
+
]
|
|
994
|
+
}
|
|
995
|
+
),
|
|
996
|
+
"Workspaces"
|
|
997
|
+
), F = o(
|
|
998
|
+
/* @__PURE__ */ r(
|
|
999
|
+
"svg",
|
|
1000
|
+
{
|
|
1001
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1002
|
+
fill: "none",
|
|
1003
|
+
viewBox: "0 0 14 14",
|
|
1004
|
+
strokeWidth: 1,
|
|
1005
|
+
stroke: "currentColor",
|
|
1006
|
+
strokeLinecap: "round",
|
|
1007
|
+
strokeLinejoin: "round",
|
|
1008
|
+
id: "Block-1--Streamline-Core",
|
|
1009
|
+
children: [
|
|
1010
|
+
/* @__PURE__ */ e("desc", { children: "Block 1 Streamline Icon: https://streamlinehq.com" }),
|
|
1011
|
+
/* @__PURE__ */ r("g", { id: "block-1--remove-circle-garbage-trash-delete", children: [
|
|
1012
|
+
/* @__PURE__ */ e(
|
|
1013
|
+
"path",
|
|
1014
|
+
{
|
|
1015
|
+
id: "Vector",
|
|
1016
|
+
d: "M7.005 13.509642857142856C3.412585821428571 13.509642857142856 0.5003571428571428 10.597464214285713 0.5003571428571428 7.005 0.5003571428571428 3.412585821428571 3.412585821428571 0.5003571428571428 7.005 0.5003571428571428c3.592464214285714 0 6.504642857142857 2.912228678571428 6.504642857142857 6.504642857142857 0 3.592464214285714 -2.9121786428571426 6.504642857142857 -6.504642857142857 6.504642857142857Z"
|
|
1017
|
+
}
|
|
1018
|
+
),
|
|
1019
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "M11.608285714285714 11.608285714285714 2.401684264285714 2.4017342999999998" })
|
|
1020
|
+
] })
|
|
1021
|
+
]
|
|
1022
|
+
}
|
|
1023
|
+
),
|
|
1024
|
+
"Disable"
|
|
1025
|
+
), R = o(
|
|
1026
|
+
/* @__PURE__ */ r(
|
|
1027
|
+
"svg",
|
|
1028
|
+
{
|
|
1029
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1030
|
+
fill: "none",
|
|
1031
|
+
viewBox: "0 0 14 14",
|
|
1032
|
+
strokeWidth: 1,
|
|
1033
|
+
stroke: "currentColor",
|
|
1034
|
+
strokeLinecap: "round",
|
|
1035
|
+
strokeLinejoin: "round",
|
|
1036
|
+
id: "Plugs--Streamline-Core",
|
|
1037
|
+
children: [
|
|
1038
|
+
/* @__PURE__ */ e("desc", { children: "Plugs Streamline Icon: https://streamlinehq.com" }),
|
|
1039
|
+
/* @__PURE__ */ r("g", { id: "plugs", children: [
|
|
1040
|
+
/* @__PURE__ */ e("path", { id: "Vector 3653", d: "M 2.1,11.9 3.6,10.4" }),
|
|
1041
|
+
/* @__PURE__ */ e("path", { id: "Vector 3654", d: "M 11.899998,2.1000007 10.399994,3.6000004" }),
|
|
1042
|
+
/* @__PURE__ */ e(
|
|
1043
|
+
"path",
|
|
1044
|
+
{
|
|
1045
|
+
id: "Vector 3655",
|
|
1046
|
+
d: "m 8.59981,9.4 -1,1 c -1.10457,1.1046 -2.89543,1.1046 -4,0 -1.10457,-1.1046 -1.10457,-2.89543 0,-4 l 1,-1 z"
|
|
1047
|
+
}
|
|
1048
|
+
),
|
|
1049
|
+
/* @__PURE__ */ e(
|
|
1050
|
+
"path",
|
|
1051
|
+
{
|
|
1052
|
+
id: "Vector 3656",
|
|
1053
|
+
d: "M 9.3999914,8.5999993 10.399994,7.5999995 c 1.104603,-1.1045697 1.104603,-2.8954294 0,-3.9999991 -1.1046029,-1.1045698 -2.8954384,-1.1045698 -4.0000117,0 l -1.000003,0.9999998 z"
|
|
1054
|
+
}
|
|
1055
|
+
),
|
|
1056
|
+
/* @__PURE__ */ e("path", { id: "Vector 3657", d: "M 5.6,6.4 7.1,4.9" }),
|
|
1057
|
+
/* @__PURE__ */ e("path", { id: "Vector 3658", d: "M 7.6,8.4 9.1,6.9" })
|
|
1058
|
+
] })
|
|
1059
|
+
]
|
|
1060
|
+
}
|
|
1061
|
+
),
|
|
1062
|
+
"BusIsOn"
|
|
1063
|
+
), U = o(
|
|
1064
|
+
/* @__PURE__ */ r(
|
|
1065
|
+
"svg",
|
|
1066
|
+
{
|
|
1067
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1068
|
+
fill: "none",
|
|
1069
|
+
viewBox: "0 0 14 14",
|
|
1070
|
+
strokeWidth: 1,
|
|
1071
|
+
stroke: "currentColor",
|
|
1072
|
+
strokeLinecap: "round",
|
|
1073
|
+
strokeLinejoin: "round",
|
|
1074
|
+
id: "Plugs--Streamline-Core",
|
|
1075
|
+
children: [
|
|
1076
|
+
/* @__PURE__ */ e("desc", { children: "Plugs Streamline Icon: https://streamlinehq.com" }),
|
|
1077
|
+
/* @__PURE__ */ r("g", { id: "plugs", children: [
|
|
1078
|
+
/* @__PURE__ */ e("path", { id: "Vector 3653", d: "m1 13 1.5 -1.5" }),
|
|
1079
|
+
/* @__PURE__ */ e("path", { id: "Vector 3654", d: "m13 1 -1.5 1.5" }),
|
|
1080
|
+
/* @__PURE__ */ e(
|
|
1081
|
+
"path",
|
|
1082
|
+
{
|
|
1083
|
+
id: "Vector 3655",
|
|
1084
|
+
d: "m7.49981 10.5 -1 1c-1.10457 1.1046 -2.89543 1.1046 -4 0 -1.10457 -1.1046 -1.10457 -2.89543 0 -4l1 -1 4 4Z"
|
|
1085
|
+
}
|
|
1086
|
+
),
|
|
1087
|
+
/* @__PURE__ */ e(
|
|
1088
|
+
"path",
|
|
1089
|
+
{
|
|
1090
|
+
id: "Vector 3656",
|
|
1091
|
+
d: "m10.5 7.5 1 -1c1.1046 -1.10457 1.1046 -2.89543 0 -4 -1.1046 -1.10457 -2.89543 -1.10457 -4 0l-1 1 4 4Z"
|
|
1092
|
+
}
|
|
1093
|
+
),
|
|
1094
|
+
/* @__PURE__ */ e("path", { id: "Vector 3657", d: "M4.5 7.5 6 6" }),
|
|
1095
|
+
/* @__PURE__ */ e("path", { id: "Vector 3658", d: "M6.5 9.5 8 8" })
|
|
1096
|
+
] })
|
|
1097
|
+
]
|
|
1098
|
+
}
|
|
1099
|
+
),
|
|
1100
|
+
"BusIsOff"
|
|
1101
|
+
), z = o(
|
|
1102
|
+
/* @__PURE__ */ r(
|
|
1103
|
+
"svg",
|
|
1104
|
+
{
|
|
1105
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1106
|
+
fill: "none",
|
|
1107
|
+
viewBox: "0 0 14 14",
|
|
1108
|
+
strokeWidth: 1,
|
|
1109
|
+
stroke: "currentColor",
|
|
1110
|
+
strokeLinecap: "round",
|
|
1111
|
+
strokeLinejoin: "round",
|
|
1112
|
+
id: "Copy-Document--Streamline-Core",
|
|
1113
|
+
children: [
|
|
1114
|
+
/* @__PURE__ */ e("desc", { children: "Copy Document Streamline Icon: https://streamlinehq.com" }),
|
|
1115
|
+
/* @__PURE__ */ r("g", { id: "copy-document", children: [
|
|
1116
|
+
/* @__PURE__ */ e(
|
|
1117
|
+
"path",
|
|
1118
|
+
{
|
|
1119
|
+
id: "Vector 3887",
|
|
1120
|
+
d: "M10 3H5c-0.55228 0 -1 0.44772 -1 1v8.5c0 0.5523 0.44772 1 1 1h6.5c0.5523 0 1 -0.4477 1 -1v-7L10 3Z"
|
|
1121
|
+
}
|
|
1122
|
+
),
|
|
1123
|
+
/* @__PURE__ */ e("path", { id: "Vector 3889", d: "M7.5 0.5h-5c-0.55228 0 -1 0.447716 -1 1V10" }),
|
|
1124
|
+
/* @__PURE__ */ e("path", { id: "Vector 3888", d: "M9.5 3v3h3" })
|
|
1125
|
+
] })
|
|
1126
|
+
]
|
|
1127
|
+
}
|
|
1128
|
+
),
|
|
1129
|
+
"Copy"
|
|
1130
|
+
), b = o(
|
|
1131
|
+
/* @__PURE__ */ r(
|
|
1132
|
+
"svg",
|
|
1133
|
+
{
|
|
1134
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1135
|
+
fill: "none",
|
|
1136
|
+
viewBox: "0 0 14 14",
|
|
1137
|
+
strokeWidth: 1,
|
|
1138
|
+
stroke: "currentColor",
|
|
1139
|
+
strokeLinecap: "round",
|
|
1140
|
+
strokeLinejoin: "round",
|
|
1141
|
+
id: "Select-All--Streamline-Core",
|
|
1142
|
+
children: [
|
|
1143
|
+
/* @__PURE__ */ e("desc", { children: "Select All Streamline Icon: https://streamlinehq.com" }),
|
|
1144
|
+
/* @__PURE__ */ r("g", { id: "select-all", children: [
|
|
1145
|
+
/* @__PURE__ */ e("path", { id: "Vector 2558", d: "M5.5 1h3" }),
|
|
1146
|
+
/* @__PURE__ */ e("path", { id: "Vector 2559", d: "M5.5 13h3" }),
|
|
1147
|
+
/* @__PURE__ */ e("path", { id: "Vector 2554", d: "M1 5.5v3" }),
|
|
1148
|
+
/* @__PURE__ */ e("path", { id: "Vector 2555", d: "M1 11v1c0 0.5523 0.44772 1 1 1h1" }),
|
|
1149
|
+
/* @__PURE__ */ e("path", { id: "Vector 2556", d: "M11 13h1c0.5523 0 1 -0.4477 1 -1v-1" }),
|
|
1150
|
+
/* @__PURE__ */ e("path", { id: "Vector 2557", d: "M13 3V2c0 -0.55228 -0.4477 -1 -1 -1h-1" }),
|
|
1151
|
+
/* @__PURE__ */ e("path", { id: "Vector 2553", d: "M1 3V2c0 -0.55228 0.44772 -1 1 -1h1" }),
|
|
1152
|
+
/* @__PURE__ */ e(
|
|
1153
|
+
"path",
|
|
1154
|
+
{
|
|
1155
|
+
id: "Rectangle 433",
|
|
1156
|
+
d: "M3.5 4.49988c0 -0.55229 0.44772 -1 1 -1h5c0.5523 0 1 0.44771 1 1v5c0 0.55232 -0.4477 1.00002 -1 1.00002h-5c-0.55228 0 -1 -0.4477 -1 -1.00002v-5Z"
|
|
1157
|
+
}
|
|
1158
|
+
),
|
|
1159
|
+
/* @__PURE__ */ e("path", { id: "Vector 2560", d: "M13 5.5v3" })
|
|
1160
|
+
] })
|
|
1161
|
+
]
|
|
1162
|
+
}
|
|
1163
|
+
),
|
|
1164
|
+
"SelectAll"
|
|
1165
|
+
), O = o(
|
|
1166
|
+
/* @__PURE__ */ r(
|
|
1167
|
+
"svg",
|
|
1168
|
+
{
|
|
1169
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1170
|
+
fill: "none",
|
|
1171
|
+
viewBox: "0 0 14 14",
|
|
1172
|
+
strokeWidth: 1,
|
|
1173
|
+
stroke: "currentColor",
|
|
1174
|
+
strokeLinecap: "round",
|
|
1175
|
+
strokeLinejoin: "round",
|
|
1176
|
+
id: "Link-Share-2--Streamline-Core",
|
|
1177
|
+
children: [
|
|
1178
|
+
/* @__PURE__ */ e("desc", { children: "Link Share 2 Streamline Icon: https://streamlinehq.com" }),
|
|
1179
|
+
/* @__PURE__ */ r("g", { id: "link-share-2--create-hyperlink-link-make-unlink-square", children: [
|
|
1180
|
+
/* @__PURE__ */ e(
|
|
1181
|
+
"path",
|
|
1182
|
+
{
|
|
1183
|
+
id: "Vector",
|
|
1184
|
+
d: "M11 7.5V12c0 0.2652 -0.1054 0.5196 -0.2929 0.7071S10.2652 13 10 13H2c-0.26522 0 -0.51957 -0.1054 -0.70711 -0.2929C1.10536 12.5196 1 12.2652 1 12V4c0 -0.26522 0.10536 -0.51957 0.29289 -0.70711C1.48043 3.10536 1.73478 3 2 3h4.5"
|
|
1185
|
+
}
|
|
1186
|
+
),
|
|
1187
|
+
/* @__PURE__ */ e("path", { id: "Vector_2", d: "M9.5 1H13v3.5" }),
|
|
1188
|
+
/* @__PURE__ */ e("path", { id: "Vector_3", d: "M13 1 7.5 6.5" })
|
|
1189
|
+
] })
|
|
1190
|
+
]
|
|
1191
|
+
}
|
|
1192
|
+
),
|
|
1193
|
+
"OpenExternally"
|
|
1194
|
+
);
|
|
1195
|
+
export {
|
|
1196
|
+
C as AddIcon,
|
|
1197
|
+
f as ArrowDownIcon,
|
|
1198
|
+
x as ArrowLeftIcon,
|
|
1199
|
+
I as ArrowRightIcon,
|
|
1200
|
+
B as ArrowUpIcon,
|
|
1201
|
+
U as BusIsOffIcon,
|
|
1202
|
+
R as BusIsOnIcon,
|
|
1203
|
+
u as ClearIcon,
|
|
1204
|
+
u as CloseIcon,
|
|
1205
|
+
z as CopyIcon,
|
|
1206
|
+
a as DarkModeIcon,
|
|
1207
|
+
V as DeleteIcon,
|
|
1208
|
+
F as DisableIcon,
|
|
1209
|
+
S as EditIcon,
|
|
1210
|
+
H as FilterIcon,
|
|
1211
|
+
T as FixedPositionIcon,
|
|
1212
|
+
v as LeaveFullScreenIcon,
|
|
1213
|
+
p as LightModeIcon,
|
|
1214
|
+
L as LineArrowDownIcon,
|
|
1215
|
+
M as LineArrowUpIcon,
|
|
1216
|
+
k as MaximizeWindowIcon,
|
|
1217
|
+
_ as MeasurementSetupIcon,
|
|
1218
|
+
y as MoreHorizIcon,
|
|
1219
|
+
W as MoreVertIcon,
|
|
1220
|
+
n as NewIcon,
|
|
1221
|
+
O as OpenExternallyIcon,
|
|
1222
|
+
c as OpenIcon,
|
|
1223
|
+
D as PauseIcon,
|
|
1224
|
+
Z as PlayIcon,
|
|
1225
|
+
A as PlaySolidIcon,
|
|
1226
|
+
d as SaveIcon,
|
|
1227
|
+
b as SelectAllIcon,
|
|
1228
|
+
l as ServiceIconActive,
|
|
1229
|
+
s as ServiceIconInactive,
|
|
1230
|
+
h as SettingsIcon,
|
|
1231
|
+
j as StopIcon,
|
|
1232
|
+
q as StopSolidIcon,
|
|
1233
|
+
m as ToolsPanelHiddenIcon,
|
|
1234
|
+
w as ToolsPanelVisibleIcon,
|
|
1235
|
+
g as UnmaximizeWindowIcon,
|
|
1236
|
+
P as WorkspacesIcon
|
|
1237
|
+
};
|