@devtron-labs/devtron-fe-common-lib 1.2.5 → 1.2.6-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-Bup1WUI7.js → @code-editor-_onshah4.js} +4783 -4708
- package/dist/{@common-rjsf-CbBSQQQt.js → @common-rjsf-D6NBS9PZ.js} +2 -2
- package/dist/{@framer-motion-DHY98qq3.js → @framer-motion-DFECMTRh.js} +1 -1
- package/dist/{@react-dates-WNnwjI5S.js → @react-dates-MalCS5BJ.js} +1 -1
- package/dist/{@react-select-BbR996pa.js → @react-select-B8JuvbeY.js} +50 -50
- package/dist/{@vendor-RU8AW1bK.js → @vendor-CPMO6uwj.js} +94 -93
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +2 -1
- package/dist/Common/CodeEditor/types.d.ts +2 -1
- package/dist/Common/Constants.d.ts +3 -0
- package/dist/Common/Helper.d.ts +5 -3
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/RJSF/index.d.ts +1 -1
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/index.d.ts +2 -0
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/types.d.ts +2 -0
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/utils.d.ts +6 -0
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/index.d.ts +1 -0
- package/dist/Pages/App/AppConfiguration/index.d.ts +1 -0
- package/dist/Pages/App/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/utils.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts +21 -3
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +2 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +7 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/utils.d.ts +1 -1
- package/dist/Pages/index.d.ts +1 -0
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +6 -0
- package/dist/Shared/Components/EnterpriseTag/EnterpriseTag.component.d.ts +2 -0
- package/dist/Shared/Components/EnterpriseTag/index.d.ts +1 -0
- package/dist/Shared/Components/index.d.ts +1 -0
- package/dist/Shared/Helpers.d.ts +5 -3
- package/dist/Shared/Hooks/useForm/useForm.d.ts +4 -0
- package/dist/Shared/Services/app.types.d.ts +4 -0
- package/dist/Shared/Store/IndexStore.d.ts +1 -0
- package/dist/assets/app-not-deployed.acdf0271.png +0 -0
- package/dist/assets/delete-medium.baa284da.svg +26 -1
- package/dist/assets/empty-noresult@2x.022ec87c.png +0 -0
- package/dist/assets/ic-abort.0d2773e9.svg +34 -1
- package/dist/assets/ic-aborted.e7288a6c.svg +5 -1
- package/dist/assets/ic-add.cfaa779b.svg +19 -1
- package/dist/assets/ic-appstatus-cancelled.05bb3352.svg +22 -1
- package/dist/assets/ic-arrow-backward.d951202a.svg +19 -1
- package/dist/assets/ic-arrow-counter-clockwise.01cbb0e1.svg +21 -1
- package/dist/assets/ic-arrow-down.18e5e332.svg +19 -1
- package/dist/assets/ic-arrow-forward.a2b8ab45.svg +27 -1
- package/dist/assets/ic-arrow-out.6aea09d0.svg +19 -1
- package/dist/assets/ic-arrow-right.f942ee03.svg +7 -1
- package/dist/assets/ic-arrow-square-out.1be837ac.svg +19 -1
- package/dist/assets/ic-arrow-up-down.945ee496.svg +19 -1
- package/dist/assets/ic-bold.2140b7c6.svg +19 -1
- package/dist/assets/ic-book-open.7cb94ee8.svg +19 -1
- package/dist/assets/ic-bot.f1d4abcc.svg +23 -1
- package/dist/assets/ic-branch.8db43d66.svg +19 -1
- package/dist/assets/ic-calendar.984accc5.svg +19 -1
- package/dist/assets/ic-calender-blank.963e3423.svg +19 -1
- package/dist/assets/ic-caret-down-small.2cc24039.svg +3 -1
- package/dist/assets/ic-caret-down.1666c029.svg +19 -1
- package/dist/assets/ic-caret-left-small.fe00c98d.svg +19 -1
- package/dist/assets/ic-charts.f41e185f.svg +19 -1
- package/dist/assets/ic-chat-circle-dots.e15514f8.svg +23 -1
- package/dist/assets/ic-check-all.0376437d.svg +21 -1
- package/dist/assets/ic-check-circle.ad80d835.svg +25 -1
- package/dist/assets/ic-check-grey.f556e371.svg +21 -1
- package/dist/assets/ic-check-square.2a3d3fb9.svg +20 -1
- package/dist/assets/ic-check.27c51fa1.svg +21 -1
- package/dist/assets/ic-checked-list.aba26c40.svg +19 -1
- package/dist/assets/ic-chevron-down.fc70d7a7.svg +21 -1
- package/dist/assets/ic-circle.05f86ff6.svg +9 -1
- package/dist/assets/ic-clair.ba79956f.svg +21 -1
- package/dist/assets/ic-clock.c21a2d14.svg +19 -1
- package/dist/assets/ic-close.43adc42a.svg +25 -1
- package/dist/assets/ic-code-commit.161a6b3c.svg +19 -1
- package/dist/assets/ic-code.1d1d4dd8.svg +19 -1
- package/dist/assets/ic-collapse-all.fd7b27b1.svg +3 -1
- package/dist/assets/ic-commit.e3113dd9.svg +23 -1
- package/dist/assets/ic-compare.0ee3e4cf.svg +22 -1
- package/dist/assets/ic-copy.94cee0fb.svg +19 -1
- package/dist/assets/ic-cpu.8be677ee.svg +20 -1
- package/dist/assets/ic-cross.01e03666.svg +19 -1
- package/dist/assets/ic-delete-interactive.304dd293.svg +19 -1
- package/dist/assets/ic-diff-file-added.0deb6763.svg +10 -1
- package/dist/assets/ic-diff-file-removed.2ed80281.svg +10 -1
- package/dist/assets/ic-diff-file-updated.c8740f72.svg +10 -1
- package/dist/assets/ic-disconnected.551d6161.svg +29 -1
- package/dist/assets/ic-discord-fill.1a1b291d.svg +19 -1
- package/dist/assets/ic-docker.48906f4d.svg +19 -1
- package/dist/assets/ic-download.c30437cd.svg +21 -1
- package/dist/assets/ic-drag.3f71e8aa.svg +24 -1
- package/dist/assets/ic-edit-file.a782640f.svg +20 -1
- package/dist/assets/ic-enter.cab07082.svg +19 -1
- package/dist/assets/ic-error-cross.bf21e563.svg +24 -1
- package/dist/assets/ic-error-exclamation.c224de09.svg +22 -1
- package/dist/assets/ic-error-medium.ea542259.svg +22 -1
- package/dist/assets/ic-error.a25d2f0d.svg +4 -1
- package/dist/assets/ic-errorInfo.d8d674b8.svg +23 -1
- package/dist/assets/ic-exit-fullscreen.1ae582d1.svg +19 -1
- package/dist/assets/ic-expand-all.a0744f9f.svg +3 -1
- package/dist/assets/ic-expand.ab992205.svg +19 -1
- package/dist/assets/ic-feedback.d32fa6b0.svg +19 -1
- package/dist/assets/ic-file-code.80000c9b.svg +7 -0
- package/dist/assets/ic-file-text.f9563710.svg +19 -1
- package/dist/assets/ic-files.fc290dee.svg +19 -1
- package/dist/assets/ic-filter-applied.9fc48d0f.svg +20 -1
- package/dist/assets/ic-filter.8f403d6f.svg +19 -1
- package/dist/assets/ic-folder.051cd30d.svg +19 -1
- package/dist/assets/ic-fullscreen-2.f138a5e8.svg +19 -1
- package/dist/assets/ic-fullscreen.b05e5087.svg +19 -1
- package/dist/assets/ic-hash.cd11c334.svg +3 -1
- package/dist/assets/ic-header.a91a9800.svg +21 -1
- package/dist/assets/ic-help-outline.9c012a0c.svg +19 -1
- package/dist/assets/ic-help.39c58c34.svg +19 -1
- package/dist/assets/ic-image.2a8ed117.svg +20 -1
- package/dist/assets/ic-in-progress.0598554b.svg +10 -1
- package/dist/assets/ic-info-filled-override.99e8094a.svg +20 -1
- package/dist/assets/ic-info-filled.4b0b46d1.svg +20 -1
- package/dist/assets/ic-info-outline.f4be8a1e.svg +4 -1
- package/dist/assets/ic-info-outlined.f4fa3224.svg +29 -1
- package/dist/assets/ic-italic.358ca070.svg +19 -1
- package/dist/assets/ic-k8s-job.f4414c10.svg +19 -1
- package/dist/assets/ic-lego-block.ee4b63f1.svg +36 -1
- package/dist/assets/ic-lines.395ef3db.svg +3 -1
- package/dist/assets/ic-link.8453e775.svg +19 -1
- package/dist/assets/ic-loading-failure.aa68693d.png +0 -0
- package/dist/assets/ic-locked.3b9eff02.svg +5 -1
- package/dist/assets/ic-mechanical-operation.08b38afd.svg +84 -1
- package/dist/assets/ic-medal.4a7e5cbc.svg +3 -0
- package/dist/assets/ic-medium-info.eee4a07b.svg +5 -1
- package/dist/assets/ic-megaphone.b9f9a901.svg +19 -1
- package/dist/assets/ic-memory.c4159f96.svg +19 -1
- package/dist/assets/ic-message.be6dba43.svg +19 -1
- package/dist/assets/ic-minus.df865aaf.svg +19 -1
- package/dist/assets/ic-nav-rocket.9e50bb61.svg +19 -1
- package/dist/assets/ic-not-authorized.2d8e208f.svg +78 -1
- package/dist/assets/ic-not-found.86f588bf.svg +176 -1
- package/dist/assets/ic-onboarding.c98f9ef9.svg +19 -1
- package/dist/assets/ic-open-in-new.6aea09d0.svg +19 -1
- package/dist/assets/ic-ordered-list.879dc7c8.svg +19 -1
- package/dist/assets/ic-page-not-found.da74a367.svg +81 -1
- package/dist/assets/ic-pencil.c75a6acc.svg +19 -1
- package/dist/assets/ic-person.f78738ac.svg +22 -1
- package/dist/assets/ic-pull-request.31d0c981.svg +19 -1
- package/dist/assets/ic-pulsate-status.9264740e.svg +21 -1
- package/dist/assets/ic-quote.10768489.svg +19 -1
- package/dist/assets/ic-regex.e14a4ea3.svg +19 -1
- package/dist/assets/ic-rocket-fail.874e54ce.svg +20 -1
- package/dist/assets/ic-rotate-devtron.200e165b.svg +119 -1
- package/dist/assets/ic-search.976327f1.svg +22 -1
- package/dist/assets/ic-sort-arrow-down.5cf54d08.svg +19 -1
- package/dist/assets/ic-stamp.526499d2.svg +7 -0
- package/dist/assets/ic-strikethrough.a1652ad9.svg +19 -1
- package/dist/assets/ic-success.8c8fe69d.svg +4 -1
- package/dist/assets/ic-tag.1613fc59.svg +19 -1
- package/dist/assets/ic-timeout-red.5eda1010.svg +21 -1
- package/dist/assets/ic-timer.b62145ec.svg +19 -1
- package/dist/assets/ic-trivy.d5338454.svg +25 -1
- package/dist/assets/ic-unordered-list.42c1cbbc.svg +22 -1
- package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +24 -1
- package/dist/assets/ic-vulnerability-not-found.d8a4d43c.svg +65 -1
- package/dist/assets/ic-warning-y5.2ad9d7f4.svg +20 -1
- package/dist/assets/ic-warning.10bcf8bd.svg +23 -1
- package/dist/assets/ic-webhook.d4431b07.svg +31 -1
- package/dist/assets/ic-world.1f6a5eaf.svg +19 -1
- package/dist/assets/inject-tag.28e72db6.svg +21 -1
- package/dist/assets/lifebuoy.7d8fdf27.png +0 -0
- package/dist/assets/no-artifact@2x.6afc74bc.png +0 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +526 -519
- package/package.json +3 -2
- package/dist/assets/ic-file-code.21a1f748.svg +0 -1
- package/dist/assets/ic-stamp.8689f42d.svg +0 -1
@@ -1,3 +1,3 @@
|
|
1
1
|
import { MarkDownProps } from './Types';
|
2
|
-
declare const MarkDown: ({ setExpandableIcon, markdown, className, breaks, disableEscapedText, ...props }: MarkDownProps) => JSX.Element;
|
2
|
+
declare const MarkDown: ({ setExpandableIcon, markdown: markdownProp, className, breaks, disableEscapedText, ...props }: MarkDownProps) => JSX.Element;
|
3
3
|
export default MarkDown;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './GUIView';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './DeploymentTemplate';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './AppConfiguration';
|
package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './utils';
|
package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import { DraftMetadataDTO, TemplateListType } from '../../../../../../Shared/Services';
|
2
|
+
import { ServerErrors } from '../../../../../../Common/ServerError';
|
2
3
|
import { OverrideMergeStrategyType } from '../types';
|
3
4
|
export type DeploymentChartOptionkind = 'base' | 'env' | 'chartVersion' | 'deployment';
|
4
5
|
export interface DeploymentChartVersionType {
|
@@ -108,15 +109,15 @@ interface BaseDeploymentTemplateConfigState {
|
|
108
109
|
environmentConfig?: never;
|
109
110
|
mergeStrategy?: never;
|
110
111
|
}
|
111
|
-
|
112
|
+
type EnvironmentOverrideDeploymentTemplateConfigState = {
|
112
113
|
chartConfig?: never;
|
113
114
|
isOverridden: boolean;
|
114
115
|
environmentConfig: EnvironmentConfigType;
|
115
116
|
mergeStrategy: OverrideMergeStrategyType;
|
116
|
-
}
|
117
|
+
};
|
117
118
|
export interface DeploymentTemplateConfigCommonState extends SelectedChartDetailsType {
|
118
119
|
/**
|
119
|
-
* The first ever state of the deployment template
|
120
|
+
* The first ever state of the deployment template on editor
|
120
121
|
*/
|
121
122
|
originalTemplate: Record<string, string>;
|
122
123
|
isAppMetricsEnabled: boolean;
|
@@ -126,6 +127,23 @@ export interface DeploymentTemplateConfigCommonState extends SelectedChartDetail
|
|
126
127
|
latestDraft?: DraftMetadataDTO;
|
127
128
|
editorTemplate: string;
|
128
129
|
editorTemplateWithoutLockedKeys: string;
|
130
|
+
/**
|
131
|
+
* This final template to be applied on the deployment in string format
|
132
|
+
* In current editor, this may be null initially
|
133
|
+
*/
|
134
|
+
mergedTemplate: string | null;
|
135
|
+
/**
|
136
|
+
* This final template to be applied on the deployment without locked keys in string format
|
137
|
+
* In current editor, this may be null initially
|
138
|
+
*/
|
139
|
+
mergedTemplateWithoutLockedKeys: string | null;
|
140
|
+
/**
|
141
|
+
* This final template to be applied on the deployment in object format
|
142
|
+
* In current editor, this may be null initially
|
143
|
+
*/
|
144
|
+
mergedTemplateObject: Record<string, string> | null;
|
145
|
+
isLoadingMergedTemplate: boolean;
|
146
|
+
mergedTemplateError: ServerErrors | null;
|
129
147
|
}
|
130
148
|
export type DeploymentTemplateConfigState = DeploymentTemplateConfigCommonState & (BaseDeploymentTemplateConfigState | EnvironmentOverrideDeploymentTemplateConfigState);
|
131
149
|
type DTApplicationMetricsReadOnlyProps = {
|
@@ -1,2 +1,3 @@
|
|
1
|
-
|
1
|
+
import { OverrideStrategyTippyContentProps } from './types';
|
2
|
+
declare const OverrideStrategyTippyContent: ({ children }: OverrideStrategyTippyContentProps) => JSX.Element;
|
2
3
|
export default OverrideStrategyTippyContent;
|
@@ -20,8 +20,15 @@ export interface ConfigToolbarPopupMenuConfigType {
|
|
20
20
|
disabled?: boolean;
|
21
21
|
icon?: ReactNode | null;
|
22
22
|
variant?: 'default' | 'negative';
|
23
|
+
tooltipText?: string;
|
23
24
|
}
|
24
25
|
export declare enum ConfigToolbarPopupNodeType {
|
25
26
|
DISCARD_DRAFT = "discardDraft",
|
26
27
|
EDIT_HISTORY = "editHistory"
|
27
28
|
}
|
29
|
+
export interface OverrideStrategyTippyContentProps {
|
30
|
+
/**
|
31
|
+
* Would be rendered as li conveying the information about the merge strategy
|
32
|
+
*/
|
33
|
+
children?: ReactNode;
|
34
|
+
}
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { DeploymentStageType } from '../../../../../Shared/constants';
|
2
|
-
export declare const getDeploymentStageTitle: (stage: DeploymentStageType) => "
|
2
|
+
export declare const getDeploymentStageTitle: (stage: DeploymentStageType) => "-" | "pre-deployment" | "post-deployment" | "deployment";
|
package/dist/Pages/index.d.ts
CHANGED
@@ -54,6 +54,12 @@ export type CollapsibleListItem<TabType extends TabOptions = 'navLink'> = Condit
|
|
54
54
|
*/
|
55
55
|
tooltipProps?: TippyProps;
|
56
56
|
};
|
57
|
+
/**
|
58
|
+
* If `true`, clears query parameters during navigation.
|
59
|
+
*
|
60
|
+
* @default false
|
61
|
+
*/
|
62
|
+
clearQueryParamsOnNavigation?: boolean;
|
57
63
|
};
|
58
64
|
export interface CollapsibleListConfig<TabType extends TabOptions = 'navLink'> {
|
59
65
|
/**
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as EnterpriseTag } from './EnterpriseTag.component';
|
package/dist/Shared/Helpers.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ReactElement } from 'react';
|
2
2
|
import { Pair } from 'yaml';
|
3
|
+
import { StrictRJSFSchema } from '@rjsf/utils';
|
3
4
|
import { MaterialHistoryType } from '@Shared/Services/app.types';
|
4
5
|
import { MaterialInfo, SortingOrder, UserApprovalConfigType } from '../Common';
|
5
6
|
import { GitTriggers, IntersectionChangeHandler, IntersectionOptions, PreventOutsideFocusProps, WebhookEventNameType } from './types';
|
@@ -66,10 +67,11 @@ export declare const getDefaultValueFromType: (value: unknown) => {};
|
|
66
67
|
*/
|
67
68
|
export declare const groupArrayByObjectKey: <T extends Record<string, any>, K extends keyof T>(array: T[], key: K) => Record<string, T[]>;
|
68
69
|
/**
|
69
|
-
*
|
70
|
-
*
|
71
|
-
* @
|
70
|
+
* This function returns a null/zero value corresponding to @type
|
71
|
+
*
|
72
|
+
* @param type - a RJSF supported type
|
72
73
|
*/
|
74
|
+
export declare const getNullValueFromType: (type: StrictRJSFSchema["type"]) => any;
|
73
75
|
export declare const getLowerCaseObject: (input: any) => Record<string, any>;
|
74
76
|
/**
|
75
77
|
* @description - Function to get the webhook date
|
@@ -61,6 +61,10 @@ export declare const useForm: <T extends Record<keyof T, any> = {}>(options?: {
|
|
61
61
|
keepTouched?: boolean;
|
62
62
|
/** A boolean indicating whether to retain the current error state of the form fields. */
|
63
63
|
keepErrors?: boolean;
|
64
|
+
/** A boolean indicating whether the form should check for dirty state upon reset. */
|
65
|
+
triggerDirty?: boolean;
|
66
|
+
/** A boolean indicating whether the initial values of the form should be retained after reset. If false, provided formData will become initial data. */
|
67
|
+
keepInitialValues?: boolean;
|
64
68
|
}) => void;
|
65
69
|
/** An object representing additional form state. */
|
66
70
|
formState: {
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { OverrideMergeStrategyType } from '../../Pages/Applications';
|
1
2
|
import { ReleaseTag } from '../../Common';
|
2
3
|
interface WebhookDataType {
|
3
4
|
id: number;
|
@@ -147,9 +148,11 @@ export declare enum CMSecretExternalType {
|
|
147
148
|
}
|
148
149
|
export interface ConfigDatum {
|
149
150
|
name: string;
|
151
|
+
mergeStrategy: OverrideMergeStrategyType;
|
150
152
|
type: string;
|
151
153
|
external: boolean;
|
152
154
|
data: Record<string, any>;
|
155
|
+
patchData: Record<string, any>;
|
153
156
|
defaultData: Record<string, any>;
|
154
157
|
global: boolean;
|
155
158
|
externalType: CMSecretExternalType;
|
@@ -172,6 +175,7 @@ export interface ConfigMapSecretDataType {
|
|
172
175
|
id: number;
|
173
176
|
appId: number;
|
174
177
|
configData: ConfigMapSecretDataConfigDatumDTO[];
|
178
|
+
isDeletable: boolean;
|
175
179
|
}
|
176
180
|
export declare enum ConfigResourceType {
|
177
181
|
ConfigMap = "ConfigMap",
|
@@ -9,6 +9,7 @@ export declare const IndexStore: {
|
|
9
9
|
getEnvDetails: () => EnvDetails;
|
10
10
|
getEnvDetailsObservable: () => import('rxjs').Observable<EnvDetails>;
|
11
11
|
publishAppDetails: (data: AppDetails, appType: AppType) => void;
|
12
|
+
clearAppDetails(): void;
|
12
13
|
getAppDetails: () => AppDetails;
|
13
14
|
getAppDetailsObservable: () => import('rxjs').Observable<AppDetails>;
|
14
15
|
getAppDetailsNodes: () => Node[];
|
Binary file
|
@@ -1 +1,26 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="46" viewBox="0 0 44 46" fill="none">
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 24H29V41C29 43.2091 27.2091 45 25 45H9C6.79086 45 5 43.2091 5 41V24Z" fill="#F33E3E" fill-opacity="0.12" stroke="#F33E3E" stroke-width="2" stroke-linejoin="round"/>
|
19
|
+
<path d="M17 29.5V39.5" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
20
|
+
<path d="M22 29.5V39.5" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
21
|
+
<path d="M12 29.5V39.5" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
22
|
+
<path d="M40 10C41.6569 10 43 11.3431 43 13C43 14.6569 41.6569 16 40 16H31" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
23
|
+
<path d="M36 23C36 21.3431 34.6569 20 33 20H25" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
24
|
+
<path d="M29.6903 7.03989L2.11567 11.902C1.57177 11.9979 1.2086 12.5166 1.30451 13.0605L1.82545 16.0149C1.92136 16.5588 2.44001 16.922 2.98391 16.8261L30.5585 11.9639C31.1024 11.868 31.4656 11.3494 31.3697 10.8055L30.8487 7.85105C30.7528 7.30715 30.2342 6.94398 29.6903 7.03989Z" fill="#F33E3E" fill-opacity="0.12" stroke="#F33E3E" stroke-width="2" stroke-linejoin="round"/>
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9227 4.25671L18.8012 2.86752C19.889 2.67572 20.9263 3.40205 21.1181 4.48984L21.8127 8.42907L9.99501 10.5129L9.30042 6.57362C9.10861 5.48583 9.83495 4.44851 10.9227 4.25671Z" stroke="#F33E3E" stroke-width="2" stroke-linejoin="round"/>
|
26
|
+
</svg>
|
Binary file
|
@@ -1 +1,34 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
18
|
+
<defs>
|
19
|
+
<path id="hrh6rt6fka" d="M8 1.333c3.682 0 6.667 2.985 6.667 6.667S11.682 14.667 8 14.667 1.333 11.682 1.333 8 4.318 1.333 8 1.333zM3.787 4.73c-.702.903-1.12 2.038-1.12 3.27 0 2.946 2.387 5.333 5.333 5.333 1.232 0 2.367-.418 3.27-1.12zM8 2.667c-1.232 0-2.367.418-3.27 1.12l7.483 7.483c.702-.903 1.12-2.038 1.12-3.27 0-2.946-2.387-5.333-5.333-5.333z"/>
|
20
|
+
</defs>
|
21
|
+
<g fill="none" fill-rule="evenodd">
|
22
|
+
<g>
|
23
|
+
<g>
|
24
|
+
<g>
|
25
|
+
<g>
|
26
|
+
<g transform="translate(-120 -226) translate(64 186) translate(0 32) translate(20 6) translate(36 2)">
|
27
|
+
<use fill="#959BA1" xlink:href="#hrh6rt6fka"/>
|
28
|
+
</g>
|
29
|
+
</g>
|
30
|
+
</g>
|
31
|
+
</g>
|
32
|
+
</g>
|
33
|
+
</g>
|
34
|
+
</svg>
|
@@ -1 +1,5 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
|
2
|
+
<path d="M13.125 9.375V5.3125C13.125 4.8981 13.2896 4.50067 13.5826 4.20765C13.8757 3.91462 14.2731 3.75 14.6875 3.75C15.1019 3.75 15.4993 3.91462 15.7923 4.20765C16.0854 4.50067 16.25 4.8981 16.25 5.3125V11.875C16.25 12.6958 16.0883 13.5085 15.7742 14.2668C15.4602 15.0251 14.9998 15.7141 14.4194 16.2944C13.839 16.8748 13.1501 17.3352 12.3918 17.6492C11.6335 17.9633 10.8208 18.125 10 18.125C6.54822 18.125 5 16.25 2.45558 10.8818C2.35278 10.704 2.28601 10.5078 2.25909 10.3043C2.23216 10.1008 2.24561 9.89393 2.29866 9.6956C2.35171 9.49728 2.44333 9.31135 2.56828 9.14845C2.69322 8.98555 2.84904 8.84886 3.02684 8.74621C3.20464 8.64356 3.40092 8.57696 3.60447 8.5502C3.80802 8.52345 4.01484 8.53707 4.21313 8.59029C4.41141 8.64351 4.59726 8.73528 4.76006 8.86036C4.92285 8.98544 5.05941 9.14138 5.16191 9.31926L6.875 12.2864V4.0625C6.875 3.6481 7.03962 3.25067 7.33264 2.95765C7.62567 2.66462 8.0231 2.5 8.4375 2.5C8.8519 2.5 9.24932 2.66462 9.54235 2.95765C9.83538 3.25067 10 3.6481 10 4.0625V9.375" fill="#F33E3E" fill-opacity="0.12"/>
|
3
|
+
<path d="M13.125 9.375V2.8125C13.125 2.3981 12.9604 2.00067 12.6674 1.70765C12.3743 1.41462 11.9769 1.25 11.5625 1.25C11.1481 1.25 10.7507 1.41462 10.4576 1.70765C10.1646 2.00067 10 2.3981 10 2.8125V9.375" fill="#F33E3E" fill-opacity="0.12"/>
|
4
|
+
<path d="M13.125 9.375V5.3125C13.125 4.8981 13.2896 4.50067 13.5826 4.20765C13.8757 3.91462 14.2731 3.75 14.6875 3.75C15.1019 3.75 15.4993 3.91462 15.7924 4.20765C16.0854 4.50067 16.25 4.8981 16.25 5.3125V11.875C16.25 12.6958 16.0883 13.5085 15.7742 14.2668C15.4602 15.0251 14.9998 15.7141 14.4194 16.2944C13.839 16.8748 13.1501 17.3352 12.3918 17.6492C11.6335 17.9633 10.8208 18.125 10 18.125C6.54822 18.125 5 16.25 2.45558 10.8818C2.35278 10.704 2.28601 10.5078 2.25909 10.3043C2.23216 10.1008 2.24561 9.89393 2.29866 9.6956C2.35171 9.49728 2.44333 9.31135 2.56828 9.14845C2.69322 8.98555 2.84904 8.84886 3.02684 8.74621C3.20464 8.64356 3.40092 8.57696 3.60447 8.5502C3.80802 8.52345 4.01484 8.53707 4.21313 8.59029C4.41141 8.64351 4.59726 8.73528 4.76006 8.86036C4.92285 8.98544 5.05941 9.14138 5.16191 9.31926L6.875 12.2864V4.0625C6.875 3.6481 7.03962 3.25067 7.33264 2.95765C7.62567 2.66462 8.0231 2.5 8.4375 2.5C8.8519 2.5 9.24932 2.66462 9.54235 2.95765C9.83538 3.25067 10 3.6481 10 4.0625V9.375V2.8125C10 2.3981 10.1646 2.00067 10.4576 1.70765C10.7507 1.41462 11.1481 1.25 11.5625 1.25C11.9769 1.25 12.3743 1.41462 12.6674 1.70765C12.9604 2.00067 13.125 2.3981 13.125 2.8125V9.375Z" stroke="#F33E3E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
5
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
18
|
+
<path class="fill-color" fill="#999" fill-rule="nonzero" d="M18 13h-5v5a1 1 0 0 1-2 0v-5H6a1 1 0 0 1 0-2h5V6a1 1 0 0 1 2 0v5h5a1 1 0 0 1 0 2z"/>
|
19
|
+
</svg>
|
@@ -1 +1,22 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="24" height="24">
|
18
|
+
<g fill="none" fill-rule="evenodd" transform="translate(2 2)">
|
19
|
+
<rect width="20" height="20" fill="#B1B7BC" rx="10"/>
|
20
|
+
<path fill="#FFF" fill-rule="nonzero" d="M6.464 6.464a1 1 0 0 1 1.415 0l2.12 2.12 2.122-2.12a1 1 0 0 1 1.32-.083l.095.083a1 1 0 0 1 0 1.415l-2.122 2.12 2.122 2.122a1 1 0 0 1 .083 1.32l-.083.095a1 1 0 0 1-1.415 0L10 11.414l-2.121 2.122a1 1 0 0 1-1.32.083l-.095-.083a1 1 0 0 1 0-1.415L8.584 10l-2.12-2.121a1 1 0 0 1-.083-1.32z"/>
|
21
|
+
</g>
|
22
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<path d="M17.25 8H0.75M0.75 8L7.5 1.25M0.75 8L7.5 14.75" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|
@@ -1 +1,21 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<path d="M3.74216 4.67419H1.49216V2.42419" fill="#767D84"/>
|
19
|
+
<path d="M3.74216 4.67419H1.49216V2.42419" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
20
|
+
<path d="M3.08318 8.91682C3.66007 9.49371 4.39507 9.88658 5.19525 10.0457C5.99542 10.2049 6.82482 10.1232 7.57856 9.811C8.33231 9.49879 8.97654 8.97008 9.42981 8.29173C9.88307 7.61338 10.125 6.81585 10.125 6C10.125 5.18415 9.88307 4.38663 9.42981 3.70827C8.97654 3.02992 8.33231 2.50121 7.57856 2.189C6.82482 1.87679 5.99542 1.7951 5.19525 1.95426C4.39507 2.11343 3.66007 2.50629 3.08318 3.08319L1.49219 4.67418" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
21
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<path d="M10 3.125V16.875M10 16.875L15.625 11.25M10 16.875L4.375 11.25" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|
@@ -1 +1,27 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20">
|
18
|
+
<defs>
|
19
|
+
<path id="a" d="M12.652 6.169H3.344L7.41 2.102a.84.84 0 0 0 0-1.183.83.83 0 0 0-1.175 0L.744 6.41a.83.83 0 0 0 0 1.175l5.491 5.492a.83.83 0 1 0 1.175-1.175L3.344 7.835h9.308a.836.836 0 0 0 .833-.833.836.836 0 0 0-.833-.833z"/>
|
20
|
+
</defs>
|
21
|
+
<g fill="none" fill-rule="evenodd" transform="translate(3 3)">
|
22
|
+
<mask id="b" fill="#fff">
|
23
|
+
<use xlink:href="#a"/>
|
24
|
+
</mask>
|
25
|
+
<use fill="#959BA1" transform="matrix(-1 0 0 1 13.985 0)" xlink:href="#a"/>
|
26
|
+
</g>
|
27
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<path d="M13.5 6.25L13.4995 2.5005L9.75 2.5M8.99821 7.00179L13.4982 2.50179M11.5 9V13C11.5 13.1326 11.4473 13.2598 11.3536 13.3536C11.2598 13.4473 11.1326 13.5 11 13.5H3C2.86739 13.5 2.74021 13.4473 2.64645 13.3536C2.55268 13.2598 2.5 13.1326 2.5 13V5C2.5 4.86739 2.55268 4.74021 2.64645 4.64645C2.74021 4.55268 2.86739 4.5 3 4.5H7" stroke="#0066CC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|
@@ -1 +1,7 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-->
|
4
|
+
|
5
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
6
|
+
<path d="M1.875 6H10.125M10.125 6L6.75 2.625M10.125 6L6.75 9.375" stroke="#B1B7BC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<path d="M13.5 6.25L13.4995 2.5005L9.75 2.5M8.99821 7.00179L13.4982 2.50179M11.5 9V13C11.5 13.1326 11.4473 13.2598 11.3536 13.3536C11.2598 13.4473 11.1326 13.5 11 13.5H3C2.86739 13.5 2.74021 13.4473 2.64645 13.3536C2.55268 13.2598 2.5 13.1326 2.5 13V5C2.5 4.86739 2.55268 4.74021 2.64645 4.64645C2.74021 4.55268 2.86739 4.5 3 4.5H7" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
|
18
|
+
<path d="M4.125 8.5L6 10.75L7.875 8.5M4.125 3.5L6 1.25L7.875 3.5" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<path d="M4.00037 7.49982H9.50037C10.1634 7.49982 10.7993 7.76321 11.2681 8.23205C11.737 8.70089 12.0004 9.33678 12.0004 9.99982C12.0004 10.6629 11.737 11.2987 11.2681 11.7676C10.7993 12.2364 10.1634 12.4998 9.50037 12.4998L4 12.4995V2.99951L8.75037 2.99982C9.3471 2.99982 9.9194 3.23687 10.3414 3.65883C10.7633 4.08078 11.0004 4.65308 11.0004 5.24982C11.0004 5.84655 10.7633 6.41885 10.3414 6.84081C9.9194 7.26276 9.3471 7.49982 8.75037 7.49982" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|
@@ -1 +1,19 @@
|
|
1
|
-
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
|
18
|
+
<path d="M6 4.125C6 3.72718 6.15804 3.34564 6.43934 3.06434C6.72064 2.78304 7.10218 2.625 7.5 2.625H10.5C10.5995 2.625 10.6948 2.66451 10.7652 2.73484C10.8355 2.80516 10.875 2.90054 10.875 3V9C10.875 9.09946 10.8355 9.19484 10.7652 9.26517C10.6948 9.33549 10.5995 9.375 10.5 9.375H7.5C7.10218 9.375 6.72064 9.53304 6.43934 9.81434C6.15804 10.0956 6 10.4772 6 10.875M6 4.125V10.875M6 4.125C6 3.72718 5.84196 3.34564 5.56066 3.06434C5.27936 2.78304 4.89782 2.625 4.5 2.625H1.5C1.40054 2.625 1.30516 2.66451 1.23483 2.73484C1.16451 2.80516 1.125 2.90054 1.125 3V9C1.125 9.09946 1.16451 9.19484 1.23483 9.26517C1.30516 9.33549 1.40054 9.375 1.5 9.375H4.5C4.89782 9.375 5.27936 9.53304 5.56066 9.81434C5.84196 10.0956 6 10.4772 6 10.875" stroke="#0066CC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
19
|
+
</svg>
|