@devtron-labs/devtron-fe-common-lib 1.5.3-beta-3 → 1.5.4-beta-1
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-BOZaVf1s.js → @code-editor-KLI_WLw7.js} +6713 -7584
- package/dist/{@common-rjsf-xACGB2Yo.js → @common-rjsf-CRAlH24z.js} +2 -2
- package/dist/{@framer-motion-CtC3e2uC.js → @framer-motion-CdgdF0KV.js} +1 -1
- package/dist/{@react-dates-BlBjJ115.js → @react-dates-CtQV2TLr.js} +31 -31
- package/dist/{@react-select-CjYy5-X-.js → @react-select-Cn3OpC9h.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-DCAYOwGQ.js → @react-virtualized-sticky-tree-CVJYfMx0.js} +1 -1
- package/dist/{@vendor-CB7cq1II.js → @vendor-CwAQS8iU.js} +8897 -9849
- package/dist/Common/Constants.d.ts +0 -6
- package/dist/Common/Helper.d.ts +5 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +1 -7
- package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +0 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +0 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +51 -120
- package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +2 -5
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +0 -5
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +0 -4
- package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +54 -0
- package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
- package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +28 -0
- package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +14 -0
- package/dist/Shared/Components/index.d.ts +1 -5
- package/dist/Shared/Hooks/useForm/useForm.d.ts +2 -7
- package/dist/Shared/Providers/ThemeProvider/types.d.ts +1 -1
- package/dist/Shared/Providers/ThemeProvider/utils.d.ts +2 -1
- package/dist/Shared/Services/app.types.d.ts +1 -72
- package/dist/Shared/Services/common.service.d.ts +1 -0
- package/dist/Shared/Services/index.d.ts +0 -1
- package/dist/Shared/types.d.ts +17 -0
- package/dist/Shared/validations.d.ts +0 -4
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/app-not-deployed.0cd07081.svg +125 -0
- package/dist/assets/change-source.abc9d12f.png +0 -0
- package/dist/assets/ic-mechanical-operation.3c3f4672.svg +76 -0
- package/dist/assets/ic-not-authorized.cb3b5ff2.svg +95 -0
- package/dist/assets/ic-source-build.7d776b10.svg +22 -0
- package/dist/assets/ic-source-job.a40f06cf.svg +26 -0
- package/dist/assets/ic-source-linked-build.f24ecbed.svg +24 -0
- package/dist/assets/ic-source-webhook.ee64a29a.svg +22 -0
- package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +24 -0
- package/dist/assets/ic-vulnerability-not-found.e059b757.svg +117 -0
- package/dist/assets/no-artifact.fd2d84d9.webp +0 -0
- package/dist/assets/select-image-source.fb911f42.png +0 -0
- package/dist/index.js +688 -717
- package/package.json +3 -3
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +0 -3
- package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +0 -11
- package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +0 -3
- package/dist/Shared/Components/CMCS/constants.d.ts +0 -23
- package/dist/Shared/Components/CMCS/helpers.d.ts +0 -1
- package/dist/Shared/Components/CMCS/index.d.ts +0 -6
- package/dist/Shared/Components/CMCS/types.d.ts +0 -24
- package/dist/Shared/Components/CMCS/utils.d.ts +0 -17
- package/dist/Shared/Components/CMCS/validations.d.ts +0 -3
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +0 -4
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +0 -3
- package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +0 -3
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +0 -2
- package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +0 -7
- package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +0 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +0 -2
- package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +0 -39
- package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +0 -3
- package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +0 -1
- package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +0 -10
- package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +0 -2
- package/dist/Shared/Components/UnsavedChanges/index.d.ts +0 -1
- package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +0 -3
- package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +0 -1
- package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +0 -5
- package/dist/assets/app-not-deployed.acdf0271.png +0 -0
- package/dist/assets/ic-mechanical-operation.08b38afd.svg +0 -84
- package/dist/assets/ic-not-authorized.24862281.svg +0 -78
- package/dist/assets/ic-view-variable-toggle.93c3599f.svg +0 -19
- package/dist/assets/ic-vulnerability-not-found.d8a4d43c.svg +0 -65
- package/dist/assets/no-artifact@2x.6afc74bc.png +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.4-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -86,6 +86,7 @@
|
|
86
86
|
"patch-package": "^8.0.0",
|
87
87
|
"react": "^17.0.2",
|
88
88
|
"react-dom": "^17.0.2",
|
89
|
+
"react-draggable": "^4.4.5",
|
89
90
|
"react-ga4": "^1.4.1",
|
90
91
|
"react-mde": "^11.5.0",
|
91
92
|
"react-router-dom": "^5.3.0",
|
@@ -107,8 +108,7 @@
|
|
107
108
|
"react-monaco-editor": "^0.54.0",
|
108
109
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
109
110
|
"sass": "^1.69.7",
|
110
|
-
"tslib": "2.7.0"
|
111
|
-
"react-draggable": "^4.4.5"
|
111
|
+
"tslib": "2.7.0"
|
112
112
|
},
|
113
113
|
"overrides": {
|
114
114
|
"cross-spawn": "^7.0.5",
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { ValidateNodeSelectorParamsType, ValidateRequestLimitResponseType, ValidateRequestLimitType } from '../../index';
|
2
|
-
import { ValidationResponseType } from '../../../Shared/validations';
|
3
|
-
/**
|
4
|
-
* @description A valid platform name should not be empty and be less than 128 characters. Plus profile can not have duplicate platform names
|
5
|
-
*/
|
6
|
-
export declare const validateTargetPlatformName: (name: string, platformMap: Record<string, unknown>) => ValidationResponseType;
|
7
|
-
export declare const validateLabelValue: (value?: string) => Pick<ValidationResponseType, "isValid"> & {
|
8
|
-
messages: string[];
|
9
|
-
};
|
10
|
-
export declare const validateRequestLimit: ({ request, limit, unitsMap, }: ValidateRequestLimitType) => ValidateRequestLimitResponseType;
|
11
|
-
export declare const validateNodeSelector: ({ selector: { key, value, id }, existingKeys, profileInputErrors: currentInputErrors, }: ValidateNodeSelectorParamsType) => void;
|
@@ -1,3 +0,0 @@
|
|
1
|
-
import { ConfigMapSecretReadyOnlyProps } from './types';
|
2
|
-
declare const ConfigMapSecretReadyOnly: ({ componentType, isJob, configMapSecretData, cmSecretStateLabel, areScopeVariablesResolving, fallbackMergeStrategy, hideCodeEditor, containerClassName, displayKeys, isBorderLess, }: ConfigMapSecretReadyOnlyProps) => JSX.Element;
|
3
|
-
export default ConfigMapSecretReadyOnly;
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { CMSecretYamlData } from '../../Services';
|
2
|
-
import { ConfigMapSecretDataTypeOptionType } from './types';
|
3
|
-
export declare const CONFIG_MAP_SECRET_YAML_PARSE_ERROR = "Please provide valid YAML";
|
4
|
-
export declare const SECRET_TOAST_INFO: {
|
5
|
-
BOTH_STORE_AVAILABLE: string;
|
6
|
-
CHECK_KEY_SECRET_KEY: string;
|
7
|
-
BOTH_STORE_UNAVAILABLE: string;
|
8
|
-
CHECK_KEY_NAME: string;
|
9
|
-
BOTH_ESO_DATA_AND_DATA_FROM_AVAILABLE: string;
|
10
|
-
BOTH_ESO_DATA_AND_DATA_FROM_UNAVAILABLE: string;
|
11
|
-
};
|
12
|
-
export declare const configMapDataTypeOptions: ConfigMapSecretDataTypeOptionType[];
|
13
|
-
export declare const CONFIG_MAP_SECRET_DEFAULT_CURRENT_DATA: CMSecretYamlData[];
|
14
|
-
export declare const configMapSecretMountDataMap: {
|
15
|
-
environment: {
|
16
|
-
title: string;
|
17
|
-
value: string;
|
18
|
-
};
|
19
|
-
volume: {
|
20
|
-
title: string;
|
21
|
-
value: string;
|
22
|
-
};
|
23
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const renderHashiOrAwsDeprecatedInfo: () => JSX.Element;
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import { OverrideMergeStrategyType } from '../../../Pages/index';
|
2
|
-
import { CM_SECRET_STATE, CMSecretComponentType, CMSecretConfigData } from '../../Services';
|
3
|
-
import { SelectPickerOptionType } from '../SelectPicker';
|
4
|
-
export interface ConfigMapSecretReadyOnlyProps {
|
5
|
-
configMapSecretData: CMSecretConfigData;
|
6
|
-
componentType: CMSecretComponentType;
|
7
|
-
cmSecretStateLabel: CM_SECRET_STATE;
|
8
|
-
isJob: boolean;
|
9
|
-
areScopeVariablesResolving: boolean;
|
10
|
-
fallbackMergeStrategy: OverrideMergeStrategyType;
|
11
|
-
hideCodeEditor?: boolean;
|
12
|
-
containerClassName?: string;
|
13
|
-
/**
|
14
|
-
* @default false
|
15
|
-
*/
|
16
|
-
displayKeys?: boolean;
|
17
|
-
/**
|
18
|
-
* @default false
|
19
|
-
*/
|
20
|
-
isBorderLess?: boolean;
|
21
|
-
}
|
22
|
-
export interface GetConfigMapSecretReadOnlyValuesParamsType extends Pick<ConfigMapSecretReadyOnlyProps, 'componentType' | 'configMapSecretData' | 'cmSecretStateLabel' | 'isJob' | 'fallbackMergeStrategy' | 'displayKeys'> {
|
23
|
-
}
|
24
|
-
export type ConfigMapSecretDataTypeOptionType = SelectPickerOptionType<string>;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { GroupBase, OptionsOrGroups } from 'react-select';
|
2
|
-
import { CMSecretPayloadType, CMSecretYamlData, ConfigMapSecretUseFormProps, ESOSecretData, GetConfigMapSecretFormInitialValuesParamsType } from '../../Services';
|
3
|
-
import { ConfigMapSecretDataTypeOptionType, GetConfigMapSecretReadOnlyValuesParamsType } from './types';
|
4
|
-
export declare const getSecretDataTypeOptions: (isJob: boolean, isHashiOrAWS: boolean) => ConfigMapSecretDataTypeOptionType[] | OptionsOrGroups<ConfigMapSecretDataTypeOptionType, GroupBase<ConfigMapSecretDataTypeOptionType>>;
|
5
|
-
export declare const convertKeyValuePairToYAML: (currentData: CMSecretYamlData[]) => string;
|
6
|
-
export declare const getConfigMapSecretFormInitialValues: ({ isJob, configMapSecretData, cmSecretStateLabel, componentType, skipValidation, fallbackMergeStrategy, }: GetConfigMapSecretFormInitialValuesParamsType) => ConfigMapSecretUseFormProps;
|
7
|
-
export declare const getConfigMapSecretReadOnlyValues: ({ configMapSecretData, cmSecretStateLabel, componentType, isJob, fallbackMergeStrategy, displayKeys, }: GetConfigMapSecretReadOnlyValuesParamsType) => {
|
8
|
-
configData: {
|
9
|
-
displayName: string;
|
10
|
-
value: any;
|
11
|
-
key: string;
|
12
|
-
}[];
|
13
|
-
data: string;
|
14
|
-
};
|
15
|
-
export declare const convertYAMLToKeyValuePair: (yaml: string) => CMSecretYamlData[];
|
16
|
-
export declare const getESOSecretDataFromYAML: (yaml: string) => ESOSecretData;
|
17
|
-
export declare const getConfigMapSecretPayload: ({ isSecret, external, externalType, externalSubpathValues, yaml, yamlMode, currentData, esoSecretYaml, filePermission, name, selectedType, isFilePermissionChecked, roleARN, volumeMountPath, isSubPathChecked, mergeStrategy, }: ConfigMapSecretUseFormProps) => CMSecretPayloadType;
|
package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts
DELETED
@@ -1,4 +0,0 @@
|
|
1
|
-
import { default as React } from 'react';
|
2
|
-
import { FloatingVariablesSuggestionsProps } from './types';
|
3
|
-
declare const _default: React.MemoExoticComponent<({ zIndex, appId, envId, clusterId, bounds, hideObjectVariables, showValueOnHover, }: FloatingVariablesSuggestionsProps) => JSX.Element>;
|
4
|
-
export default _default;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
export declare const SUGGESTIONS_SIZE: {
|
2
|
-
width: number;
|
3
|
-
height: number;
|
4
|
-
};
|
5
|
-
export declare const NO_DEFINED_DESCRIPTION = "No Defined Description";
|
6
|
-
export declare const NO_DEFINED_VALUE = "No Defined Value";
|
7
|
-
export declare const SUGGESTIONS_INFO_TITLE = "What is scoped variable?";
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as FloatingVariablesSuggestions } from './FloatingVariablesSuggestions';
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import { FloatingVariablesSuggestionsProps, ScopedVariableType } from './types';
|
2
|
-
export declare const getScopedVariables: (appId: FloatingVariablesSuggestionsProps["appId"], envId: FloatingVariablesSuggestionsProps["envId"], clusterId: FloatingVariablesSuggestionsProps["clusterId"], hideObjectVariables?: boolean) => Promise<ScopedVariableType[]>;
|
@@ -1,39 +0,0 @@
|
|
1
|
-
import { DraggableBounds } from 'react-draggable';
|
2
|
-
export interface ScopedVariableType {
|
3
|
-
variableName: string;
|
4
|
-
shortDescription: string | null;
|
5
|
-
variableValue?: {
|
6
|
-
value: string | number | boolean | Record<string | number, unknown>;
|
7
|
-
} | null;
|
8
|
-
isRedacted: boolean;
|
9
|
-
}
|
10
|
-
export interface FloatingVariablesSuggestionsProps {
|
11
|
-
zIndex: number;
|
12
|
-
appId?: string;
|
13
|
-
envId?: string;
|
14
|
-
clusterId?: string;
|
15
|
-
bounds?: DraggableBounds | string | false;
|
16
|
-
/**
|
17
|
-
* This will hide the variables with object/array values if set to true
|
18
|
-
* @default true
|
19
|
-
*/
|
20
|
-
hideObjectVariables?: boolean;
|
21
|
-
/**
|
22
|
-
* @default true
|
23
|
-
*/
|
24
|
-
showValueOnHover?: boolean;
|
25
|
-
}
|
26
|
-
export interface SuggestionsProps extends Required<Pick<FloatingVariablesSuggestionsProps, 'showValueOnHover'>> {
|
27
|
-
handleDeActivation: (e: React.MouseEvent<HTMLOrSVGElement>) => void;
|
28
|
-
loading: boolean;
|
29
|
-
variables: ScopedVariableType[];
|
30
|
-
reloadVariables: () => void;
|
31
|
-
error: boolean;
|
32
|
-
}
|
33
|
-
export interface SuggestionsItemProps extends Pick<SuggestionsProps, 'showValueOnHover'> {
|
34
|
-
variableName: string;
|
35
|
-
description: string;
|
36
|
-
variableValue: Required<ScopedVariableType['variableValue']['value']>;
|
37
|
-
isRedacted: boolean;
|
38
|
-
highlightText: string;
|
39
|
-
}
|
@@ -1,3 +0,0 @@
|
|
1
|
-
import { ToggleResolveScopedVariablesProps } from './types';
|
2
|
-
declare const ToggleResolveScopedVariables: ({ resolveScopedVariables, handleToggleScopedVariablesView, isDisabled, showTooltip, throttleOnChange, }: ToggleResolveScopedVariablesProps) => JSX.Element;
|
3
|
-
export default ToggleResolveScopedVariables;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ToggleResolveScopedVariables } from './ToggleResolveScopedVariables.component';
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as UnsavedChanges } from './UnsavedChanges.component';
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as UnsavedChangesDialog } from './UnsavedChangesDialog.component';
|
Binary file
|
@@ -1,84 +0,0 @@
|
|
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"
|
18
|
-
xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="200" viewBox="0 0 250 200">
|
19
|
-
<defs>
|
20
|
-
<linearGradient id="prefix__c" x1="55.01%" x2="40.976%" y1="0%" y2="100%">
|
21
|
-
<stop offset="0%" stop-color="#2A318C"/>
|
22
|
-
<stop offset="100%" stop-color="#1D225F"/>
|
23
|
-
</linearGradient>
|
24
|
-
<linearGradient id="prefix__d" x1="50%" x2="50%" y1="0%" y2="100%">
|
25
|
-
<stop offset="0%" stop-color="#EEE"/>
|
26
|
-
<stop offset="100%" stop-color="#D6D7D8"/>
|
27
|
-
</linearGradient>
|
28
|
-
<path id="prefix__a" d="M0 0H250V200H0z"/>
|
29
|
-
</defs>
|
30
|
-
<g fill="none" fill-rule="evenodd">
|
31
|
-
<mask id="prefix__b" fill="#fff">
|
32
|
-
<use xlink:href="#prefix__a"/>
|
33
|
-
</mask>
|
34
|
-
<g fill="#FFF" mask="url(#prefix__b)">
|
35
|
-
<g>
|
36
|
-
<path fill-rule="nonzero" d="M33.56 183.308c0-.116 1.153-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.768 2.307c2.308 1.962 12.796 7.547 14.132 8.307.891.506 2.067 1.794 3.526 3.864-25.577-.038-38.365-.077-38.365-.115z" transform="translate(29 8)"/>
|
37
|
-
<path fill-rule="nonzero" d="M0 183.308c0-.116 1.154-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.769 2.307c2.307 1.962 12.795 7.547 14.132 8.307.89.506 2.066 1.794 3.525 3.864C12.788 183.385 0 183.346 0 183.308zM43.655 101.836c1.09 3.158 1.826 5.898 2.208 8.22.38 2.321 2.518 22.155 6.411 59.5H34.296c-1.444-2.618-2.166-4.457-2.166-5.518 0-1.59.913-3.77.913-6.068 0-1.532-2.034-6.823-6.104-15.871l3.931-39.349 12.785-.914z" transform="translate(29 8)"/>
|
38
|
-
<path d="M18.554 169.555H1.76c-.4-1.385-.792-3.254-1.175-5.606-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.42-6.202h21.078c.512 1.433.696 4.075.55 7.925-.145 3.85-6.812 23.006-20.001 57.468z" transform="translate(29 8)"/>
|
39
|
-
<path fill-rule="nonzero" d="M63.94 42.818L80.78 21.987 100.971 21.987 83.532 42.818z" transform="translate(29 8)"/>
|
40
|
-
<path fill-rule="nonzero" d="M86.14 19.384c1.378 0 2.506 1.07 2.597 2.425l.006.178h-.578c0-1.118-.907-2.025-2.025-2.025-1.119 0-2.026.907-2.026 2.025 0 1.063.819 1.934 1.86 2.019l.166.007v.578c-1.439 0-2.604-1.166-2.604-2.604 0-1.438 1.165-2.603 2.604-2.603zM93.083 19.384c1.378 0 2.506 1.07 2.598 2.425l.006.178h-.579c0-1.118-.907-2.025-2.025-2.025-1.119 0-2.025.907-2.025 2.025 0 1.063.818 1.934 1.859 2.019l.166.007v.578c-1.438 0-2.604-1.166-2.604-2.604 0-1.438 1.166-2.603 2.604-2.603zM62.472 46.829c2.807-.962 5.554-2.299 8.242-4.011h6.871c-2.375 2.17-3.972 3.706-4.791 4.61-.82.903-2.509 2.638-5.068 5.205-1.091 5.781-2.254 8.21-3.487 7.285-1.85-1.386-7.939-10.897-1.767-13.09z" transform="translate(29 8)"/>
|
41
|
-
<path fill-rule="nonzero" d="M66.254 52.654c4.363-1.668 7.179-2.857 8.447-3.567 1.5-.865 2.077-1.673 3.807-5.307.23-.461.692-2.365 1.096-4.153.923-4.557 2.423-4.326 2.538.346.058 1.27.346 2.423.692 2.538.288.116 1.961-1.5 3.634-3.576 1.673-2.077 3.288-3.75 3.576-3.75.692 0 .692 5.307-.057 7.153-.289.865-4.73 5.71-9.864 10.844-3.422 3.423-8.431 8.068-15.026 13.937l1.157-14.465zM46.581 27.774c.772-3.086 1.543-5.015 2.315-5.787-1.157-1.157-2.315-2.314-4.63-3.471-.77 1.543-2.314 3.086-4.628 4.629 0 2.314.771 3.857 2.314 4.629 1.543.771 3.086.771 4.63 0z" transform="translate(29 8)"/>
|
42
|
-
<path fill-rule="nonzero" d="M17.308 104.98c-2.365-.173-6.23-.98-8.48-1.73l-4.21-1.385-.115-4.326C4.214 85.6 5.08 76.89 7.79 65.757 11.482 50.47 22.096 34.84 34.959 25.668c4.96-3.576 5.075-3.576 6.518-1.153.634 1.153 1.96 2.307 2.884 2.653l2.16.594c-3.045 29.324-1.868 53.63 3.532 72.917-1.157 1.157-1.946 1.682-2.808 2.052-1.039.403-2.365.807-3.057.865-.693.057-3 .519-5.25 1.038-4.21.923-13.382 1.096-21.63.346z" transform="translate(29 8)"/>
|
43
|
-
<path d="M62.472 46.829l1.767 11.31-19.972 2.646 1.106-15.653c2.141 1.735 4.344 2.776 6.608 3.123 2.263.348 5.76-.128 10.49-1.426z" transform="translate(29 8)"/>
|
44
|
-
<path fill-rule="nonzero" d="M66.254 52.654L71.157 75.8c-.568 1.157-2.01 1.928-4.324 2.314-5.208.579-10.415-1.736-16.78-1.736-6.365 0-6.09 4.05-15.349.579-6.171-2.314-8.679-12.73-7.522-31.245l18.054-1.73c-.078 5.782.655 9.252 2.198 10.409 1.512 1.134 7.569.6 18.17-1.6l.65-.136zM58.305 7.444c1.07 1.52 1.487 3.536 1.252 6.049-.06.656-.375.883-.375 2.052 0 1.12.07 2.506.212 4.157l-2.317.161c-2.223 2.412-4.574 3.48-7.055 3.207-2.481-.275-4.251-1.343-5.311-3.207-2.18-4.023-1.62-7.444 1.676-10.262 3.296-2.818 7.269-3.537 11.918-2.157z" transform="translate(29 8)"/>
|
45
|
-
<path d="M47.646 0c2.598 0 5.717 1.017 7.994 2.74 2.276 1.722 3.845 3.02 4.55 5.097.47 1.384.248 3.314-.665 5.791.13-2.345-.047-3.647-.532-3.906-.67 1.653-1.595 1.987-2.703 2.787-.62.448-2.791.518-4.917.897-2.629 1.722-4.303 3.33-4.867 4.86-.448 1.218-.402 2.608.148 4.177l.126.339-.54.21c-.714-1.833-.81-3.478-.277-4.925.522-1.417 1.85-2.838 3.893-4.321-1.088.307-2.05.754-2.633 1.449-1.28 1.526-2.028 3.765-2.246 6.716-2.766-.5-5.305-1.433-7.617-2.8-2.312-1.366-4.445-3.194-6.399-5.483.397-.834.904-1.524 1.522-2.07.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.396 1.032-.829.601-1.259 1.275-1.312 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.755-.59.612-.213c.593-.213 1.063-.401 1.438-.584 1.296-1.399 2.17-3.971 4.089-5.678C43.642.855 45.048 0 47.646 0z" transform="translate(29 8)"/>
|
46
|
-
<path fill-rule="nonzero" d="M52.36 13.575c.597-1.64 2.169-2.597 3.535-2.1 1.061.386 1.653 1.524 1.586 2.781.36-.091.688-.137.988-.136l.208.007c.254.02.466.056.636.114.511-1.271 1.708-2.023 2.75-1.644 1.07.39 1.498 1.803 1.012 3.14-.487 1.337-1.723 2.144-2.794 1.754-.953-.347-1.397-1.504-1.14-2.697-.103-.038-.274-.072-.508-.09-.334-.025-.737.029-1.209.165l-.03.01c-.036.159-.083.318-.14.477-.597 1.64-2.17 2.597-3.536 2.1-1.366-.497-1.955-2.241-1.358-3.881zm9.504-.434c-.73-.266-1.664.343-2.052 1.408-.387 1.066-.064 2.132.667 2.398.73.266 1.664-.343 2.052-1.408.388-1.065.064-2.132-.667-2.398zm-6.167-1.122c-1.036-.377-2.297.39-2.793 1.754-.496 1.363-.024 2.762 1.012 3.14 1.036.376 2.298-.392 2.794-1.755s.023-2.762-1.013-3.14z" transform="translate(29 8)"/>
|
47
|
-
</g>
|
48
|
-
</g>
|
49
|
-
<g mask="url(#prefix__b)">
|
50
|
-
<g>
|
51
|
-
<path fill="#80AEF2" fill-rule="nonzero" d="M33.56 183.308c0-.116 1.153-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.768 2.307c2.308 1.962 12.796 7.547 14.132 8.307.891.506 2.067 1.794 3.526 3.864-25.577-.038-38.365-.077-38.365-.115z" transform="translate(32 8)"/>
|
52
|
-
<path fill="#94BBF8" fill-rule="nonzero" d="M0 183.308c0-.116 1.154-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.769 2.307c2.307 1.962 12.795 7.547 14.132 8.307.89.506 2.066 1.794 3.525 3.864C12.788 183.385 0 183.346 0 183.308z" transform="translate(32 8)"/>
|
53
|
-
<path fill="#1D225F" fill-rule="nonzero" d="M43.655 101.836c1.09 3.158 1.826 5.898 2.208 8.22.38 2.321 2.518 22.155 6.411 59.5H34.296c-1.444-2.618-2.166-4.457-2.166-5.518 0-1.59.913-3.77.913-6.068 0-1.532-2.034-6.823-6.104-15.871l3.931-39.349 12.785-.914z" transform="translate(32 8)"/>
|
54
|
-
<path fill="url(#prefix__c)" d="M18.554 169.555H1.76c-.4-1.385-.792-3.254-1.175-5.606-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.42-6.202h21.078c.512 1.433.696 4.075.55 7.925-.145 3.85-6.812 23.006-20.001 57.468z" transform="translate(32 8)"/>
|
55
|
-
<g fill-rule="nonzero">
|
56
|
-
<path fill="#98BDF9" d="M0 24.302L16.84 3.472 37.031 3.472 19.592 24.302z" transform="translate(32 8) translate(63.94 18.516)"/>
|
57
|
-
<path fill="#2174DB" d="M22.2.868c1.378 0 2.506 1.07 2.597 2.425l.006.179h-.578c0-1.119-.907-2.025-2.025-2.025-1.119 0-2.025.906-2.025 2.025 0 1.062.818 1.934 1.859 2.018l.166.007v.578c-1.438 0-2.604-1.165-2.604-2.603 0-1.438 1.166-2.604 2.604-2.604zM29.143.868c1.378 0 2.506 1.07 2.598 2.425l.006.179h-.579c0-1.119-.906-2.025-2.025-2.025-1.118 0-2.025.906-2.025 2.025 0 1.062.818 1.934 1.859 2.018l.166.007v.578c-1.438 0-2.604-1.165-2.604-2.603 0-1.438 1.166-2.604 2.604-2.604z" transform="translate(32 8) translate(63.94 18.516)"/>
|
58
|
-
</g>
|
59
|
-
<path fill="#F3A29D" fill-rule="nonzero" d="M62.472 46.829c2.807-.962 5.554-2.299 8.242-4.011h6.871c-2.375 2.17-3.972 3.706-4.791 4.61-.82.903-2.509 2.638-5.068 5.205-1.091 5.781-2.254 8.21-3.487 7.285-1.85-1.386-7.939-10.897-1.767-13.09z" transform="translate(32 8)"/>
|
60
|
-
<path fill="#FAB6AF" fill-rule="nonzero" d="M66.254 52.654c4.363-1.668 7.179-2.857 8.447-3.567 1.5-.865 2.077-1.673 3.807-5.307.23-.461.692-2.365 1.096-4.153.923-4.557 2.423-4.326 2.538.346.058 1.27.346 2.423.692 2.538.288.116 1.961-1.5 3.634-3.576 1.673-2.077 3.288-3.75 3.576-3.75.692 0 .692 5.307-.057 7.153-.289.865-4.73 5.71-9.864 10.844-3.422 3.423-8.431 8.068-15.026 13.937l1.157-14.465z" transform="translate(32 8)"/>
|
61
|
-
<path fill="#F3A29D" fill-rule="nonzero" d="M46.581 27.774c.772-3.086 1.543-5.015 2.315-5.787-1.157-1.157-2.315-2.314-4.63-3.471-.77 1.543-2.314 3.086-4.628 4.629 0 2.314.771 3.857 2.314 4.629 1.543.771 3.086.771 4.63 0z" transform="translate(32 8)"/>
|
62
|
-
<g>
|
63
|
-
<path fill="url(#prefix__d)" fill-rule="nonzero" d="M12.858 82.16c-2.365-.174-6.23-.981-8.48-1.731l-4.21-1.385-.115-4.326c-.289-11.94.577-20.65 3.288-31.782C7.032 27.65 17.646 12.019 30.509 2.847c4.96-3.576 5.076-3.576 6.518-1.153.634 1.153 1.96 2.307 2.884 2.653l2.161.594c-3.046 29.324-1.87 53.63 3.531 72.917-1.157 1.158-1.946 1.682-2.808 2.052-1.039.403-2.365.807-3.057.865-.693.058-3 .519-5.25 1.038-4.21.923-13.382 1.096-21.63.346z" transform="translate(32 8) translate(4.45 22.82)"/>
|
64
|
-
<path fill="#D6D7D8" d="M58.022 24.008l1.767 11.311-19.972 2.645 1.106-15.653c2.141 1.735 4.344 2.776 6.608 3.123 2.263.348 5.76-.128 10.49-1.426z" transform="translate(32 8) translate(4.45 22.82)"/>
|
65
|
-
<path fill="#E9E9E9" fill-rule="nonzero" d="M61.804 29.833l4.903 23.145c-.568 1.157-2.01 1.929-4.324 2.314-5.208.579-10.415-1.736-16.78-1.736-6.365 0-6.09 4.05-15.348.58-6.172-2.315-8.68-12.73-7.523-31.246l18.054-1.73c-.078 5.782.655 9.252 2.198 10.409 1.512 1.134 7.569.601 18.17-1.6l.65-.136z" transform="translate(32 8) translate(4.45 22.82)"/>
|
66
|
-
</g>
|
67
|
-
<g>
|
68
|
-
<path fill="#FAB6AF" fill-rule="nonzero" d="M29.082 7.444c1.07 1.52 1.488 3.536 1.253 6.049-.062.656-.376.883-.376 2.052 0 1.12.07 2.506.212 4.157l-2.317.161c-2.222 2.412-4.574 3.48-7.055 3.207-2.48-.275-4.251-1.343-5.31-3.207-2.18-4.023-1.621-7.444 1.675-10.262 3.296-2.818 7.269-3.537 11.918-2.157z" transform="translate(32 8) translate(29.223)"/>
|
69
|
-
<path fill="#E94A47" d="M18.423 0c2.598 0 5.717 1.017 7.994 2.74 2.277 1.722 3.845 3.02 4.55 5.097.47 1.384.248 3.314-.664 5.791.13-2.345-.048-3.647-.533-3.906-.67 1.653-1.595 1.987-2.703 2.787-.62.448-2.791.518-4.917.897-2.628 1.722-4.303 3.33-4.867 4.86-.448 1.218-.402 2.608.148 4.177l.126.339-.54.21c-.714-1.833-.81-3.478-.277-4.925.522-1.417 1.85-2.838 3.894-4.321-1.09.307-2.051.754-2.634 1.449-1.279 1.526-2.028 3.765-2.246 6.716-2.766-.5-5.305-1.433-7.617-2.8-2.312-1.366-4.445-3.194-6.398-5.483.396-.834.904-1.524 1.521-2.07.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.395 1.032-.83.601-1.26 1.275-1.313 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.756-.59.61-.213c.594-.213 1.064-.401 1.439-.584 1.296-1.399 2.17-3.971 4.09-5.678C14.418.855 15.825 0 18.422 0z" transform="translate(32 8) translate(29.223)"/>
|
70
|
-
<path fill="#222768" fill-rule="nonzero" d="M23.137 13.575c.597-1.64 2.17-2.597 3.535-2.1 1.061.386 1.654 1.524 1.586 2.781.36-.091.689-.137.988-.136l.208.007c.255.02.466.056.636.114.512-1.271 1.708-2.023 2.75-1.644 1.07.39 1.498 1.803 1.012 3.14-.487 1.337-1.723 2.144-2.794 1.754-.953-.347-1.397-1.504-1.14-2.697-.103-.038-.274-.072-.508-.09-.334-.025-.737.029-1.208.165l-.031.01c-.036.159-.083.318-.14.477-.597 1.64-2.17 2.597-3.536 2.1-1.366-.497-1.955-2.241-1.358-3.881zm9.504-.434c-.73-.266-1.664.343-2.052 1.408-.387 1.066-.064 2.132.667 2.398.731.266 1.664-.343 2.052-1.408.388-1.065.064-2.132-.667-2.398zm-6.167-1.122c-1.036-.377-2.297.39-2.793 1.754-.496 1.363-.024 2.762 1.012 3.14 1.036.376 2.298-.392 2.794-1.755s.023-2.762-1.013-3.14z" transform="translate(32 8) translate(29.223)"/>
|
71
|
-
</g>
|
72
|
-
</g>
|
73
|
-
</g>
|
74
|
-
|
75
|
-
<path fill="#222768" fill-rule="nonzero" d="M153.265 114.963c-.449-.4-.897-2.243-1.097-4.187-.399-3.938-.698-4.486-3.589-6.031l-2.093-1.147-3.788 1.545c-2.094.848-4.087 1.446-4.436 1.296-.947-.349-6.78-10.716-6.78-12.012 0-.698 1.048-1.894 3.24-3.589l3.24-2.542V82.813l-3.24-2.542c-2.043-1.595-3.24-2.89-3.24-3.539 0-1.047 5.085-10.417 6.331-11.663.598-.549 1.196-.499 4.037.598 4.736 1.844 5.085 1.894 7.627.249 2.243-1.446 2.292-1.545 2.641-4.636.648-5.931-.15-5.383 8.075-5.383 8.324 0 7.776-.349 8.424 5.533l.349 3.24 2.592 1.395 2.592 1.396 3.19-1.296c4.037-1.645 5.183-1.645 6.38.1 2.093 3.04 5.582 9.57 5.582 10.467 0 .648-1.196 1.894-3.24 3.39l-3.19 2.442v2.99l-.05 2.991 3.24 2.443c2.044 1.545 3.24 2.79 3.24 3.389 0 1.047-5.582 10.916-6.679 11.813-.548.449-1.645.2-4.586-.997l-3.937-1.545-2.542 1.396-2.542 1.395-.599 3.988c-.348 2.691-.847 4.237-1.395 4.685-1.296.947-12.81.848-13.757-.15zm11.414-19.639c6.58-2.99 8.374-11.265 3.639-16.698-6.28-7.128-17.844-3.29-18.792 6.23-.398 4.287 2.991 9.371 7.377 11.066 1.595.598 5.832.3 7.776-.598z" mask="url(#prefix__b)">
|
76
|
-
<animateTransform attributeName="transform" attributeType="XML" dur="2s" from="0 160 86" repeatCount="indefinite" to="360 160 86" type="rotate" />
|
77
|
-
|
78
|
-
</path>
|
79
|
-
<path fill="#E94A47" fill-rule="nonzero" d="M175.745 146.115c-1.845-1.146-3.49-2.243-3.64-2.442-.149-.25.2-1.545.749-2.841.996-2.293.996-2.443.15-4.038-.699-1.345-1.197-1.644-3.141-1.894-3.639-.498-3.49-.249-3.49-5.433v-4.735l1.895-.299c3.589-.598 3.838-.698 4.785-2.243.897-1.545.847-1.595-.15-4.037-.598-1.346-.947-2.692-.797-2.891.299-.549 7.128-4.536 7.726-4.536.249 0 1.296.997 2.342 2.243 1.446 1.744 2.194 2.243 3.39 2.243 1.196 0 1.944-.499 3.39-2.243 1.046-1.246 2.093-2.243 2.342-2.243.598 0 7.427 3.987 7.726 4.536.15.2-.2 1.545-.748 2.89-.997 2.293-1.047 2.543-.299 3.988.798 1.496 1.196 1.695 4.935 2.293l1.844.3v4.734c0 5.184.15 4.935-3.49 5.433-1.893.25-2.442.549-3.14 1.894-.797 1.546-.797 1.695.15 4.187l.997 2.592-1.396.947c-2.542 1.745-6.03 3.589-6.729 3.589-.448 0-1.445-.947-2.292-2.044-1.247-1.744-1.795-2.093-3.29-2.143-1.495-.05-1.944.25-3.34 2.094-.847 1.146-1.944 2.093-2.342 2.093-.449 0-2.293-.897-4.137-1.994zm13.109-10.716c4.486-2.343 4.486-9.371-.1-11.813-5.832-3.14-12.212 3.19-9.171 9.121 1.595 3.09 6.03 4.337 9.27 2.692z" mask="url(#prefix__b)">
|
80
|
-
<animateTransform attributeName="transform" attributeType="XML" dur="2s" from="360 185 130" repeatCount="indefinite" to="0 185 130" type="rotate" />
|
81
|
-
|
82
|
-
</path>
|
83
|
-
</g>
|
84
|
-
</svg>
|
@@ -1,78 +0,0 @@
|
|
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 data-style-override="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="200" viewBox="0 0 250 200">
|
18
|
-
<defs>
|
19
|
-
<linearGradient id="ho9etwod5c" x1="55.01%" x2="40.976%" y1="0%" y2="100%">
|
20
|
-
<stop offset="0%" stop-color="#2A318C"/>
|
21
|
-
<stop offset="100%" stop-color="#1D225F"/>
|
22
|
-
</linearGradient>
|
23
|
-
<linearGradient id="mdhg2gjypd" x1="50%" x2="50%" y1="0%" y2="100%">
|
24
|
-
<stop offset="0%" stop-color="#EEE"/>
|
25
|
-
<stop offset="100%" stop-color="#D6D7D8"/>
|
26
|
-
</linearGradient>
|
27
|
-
<linearGradient id="xe2mx0bk0e" x1="0%" x2="100%" y1="18%" y2="82%">
|
28
|
-
<stop offset="0%" stop-color="#E8B73F"/>
|
29
|
-
<stop offset="100%" stop-color="#CF9F36"/>
|
30
|
-
</linearGradient>
|
31
|
-
<path id="88gkjk6cca" d="M0 0H250V200H0z"/>
|
32
|
-
</defs>
|
33
|
-
<g fill="none" fill-rule="evenodd">
|
34
|
-
<g>
|
35
|
-
<g transform="translate(-590 -308) translate(590 308)">
|
36
|
-
<mask id="pitr2853ub" fill="#fff">
|
37
|
-
<use xlink:href="#88gkjk6cca"/>
|
38
|
-
</mask>
|
39
|
-
<g mask="url(#pitr2853ub)">
|
40
|
-
<g>
|
41
|
-
<path fill="#FFF" fill-rule="nonzero" d="M47.646 0c2.598 0 5.717 1.017 7.994 2.74 2.276 1.722 3.845 3.02 4.55 5.097.465 1.372.252 3.282-.641 5.728l.008-.072c-.013.145-.039.269-.071.387.574-1.048 1.638-1.624 2.576-1.283 1.07.39 1.5 1.803 1.013 3.14-.487 1.337-1.723 2.144-2.794 1.754-.536-.195-.91-.646-1.09-1.216.023.975.09 2.117.203 3.427l-2.317.161c-2.223 2.412-4.574 3.48-7.055 3.207-.6-.067-1.158-.18-1.675-.339-.588 1.007-1.177 2.688-1.766 5.043l-.064.031.005-.043c-.585 5.627-1.014 11.07-1.287 16.327l.001-.108c-.013.958-.003 1.853.028 2.684l.109-1.533c2.141 1.735 4.344 2.776 6.608 3.123 2.263.348 5.76-.128 10.49-1.426 2.808-.962 5.555-2.299 8.243-4.011H63.94l16.84-20.83h2.756c0-1.439 1.165-2.604 2.604-2.604 1.378 0 2.506 1.07 2.597 2.425l.006.178h1.736c0-1.438 1.166-2.603 2.604-2.603 1.378 0 2.506 1.07 2.598 2.425l.006.178h5.284L89.832 35.292c.097-.07.17-.106.212-.106.692 0 .692 5.306-.057 7.152-.289.865-4.73 5.71-9.864 10.844-2.78 2.78-6.605 6.366-11.477 10.759l2.511 11.858c-.568 1.157-2.01 1.928-4.324 2.314-5.208.579-10.415-1.736-16.78-1.736-1.852 0-3.142.343-4.269.744.841 8.545 2.264 16.398 4.269 23.558-1.157 1.157-1.946 1.682-2.808 2.052-1.015.394-2.305.789-3.009.86.776 2.429 1.318 4.584 1.627 6.464.38 2.322 2.518 22.156 6.411 59.5h-.044l2.037 1.697c2.308 1.962 12.796 7.547 14.132 8.307.891.506 2.067 1.794 3.526 3.864-16.575-.025-27.78-.05-33.613-.075l.053.075C12.788 183.385 0 183.346 0 183.308c0-.116 1.154-3.288 2.538-7.095l2.44-6.658H1.761c-.4-1.385-.792-3.254-1.175-5.606-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.367-5.421c-2.382-.231-5.928-.988-8.045-1.693l-4.21-1.385-.116-4.326C4.214 85.6 5.08 76.89 7.79 65.757 11.482 50.47 22.096 34.84 34.959 25.668c3.055-2.203 4.272-3.049 5.093-2.807.79-.548 1.483-1.096 2.077-1.645-1.685-.52-3.275-1.222-4.77-2.105-2.311-1.366-4.444-3.194-6.398-5.483.397-.834.904-1.524 1.522-2.07.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.396 1.032-.829.601-1.259 1.275-1.312 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.755-.59.612-.213c.593-.213 1.063-.401 1.438-.584 1.296-1.399 2.17-3.971 4.089-5.678C43.642.855 45.048 0 47.646 0zM27.999 144.476l-.189.512c-2.603 7.055-5.679 15.219-9.228 24.493l2.126 1.771c2.307 1.962 12.795 7.547 14.132 8.307l.035.021c.364-1.006.782-2.154 1.223-3.367l2.44-6.658h-4.242c-1.444-2.617-2.166-4.456-2.166-5.517 0-1.59.913-3.77.913-6.068 0-1.393-1.68-5.89-5.044-13.494zM78.827 42.819l-1.242-.001c-2.375 2.17-3.972 3.706-4.791 4.61-.72.793-2.112 2.23-4.176 4.309 3.033-1.194 5.06-2.078 6.083-2.65 1.5-.865 2.077-1.673 3.807-5.307.082-.163.192-.506.319-.961zm7.313-22.857c-1.119 0-2.026.907-2.026 2.025h4.05c0-1.118-.906-2.025-2.024-2.025zm6.943 0c-1.119 0-2.025.907-2.025 2.025h4.05c0-1.118-.907-2.025-2.025-2.025zm-33.27-5.413c-.388 1.066-.065 2.132.666 2.398.73.266 1.664-.343 2.052-1.408.388-1.065.064-2.132-.667-2.398-.73-.266-1.664.343-2.052 1.408z" transform="translate(29 8)"/>
|
42
|
-
<path fill="#80AEF2" fill-rule="nonzero" d="M36.56 183.308c0-.116 1.153-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.768 2.307c2.308 1.962 12.796 7.547 14.132 8.307.891.506 2.067 1.794 3.526 3.864-25.577-.038-38.365-.077-38.365-.115z" transform="translate(29 8)"/>
|
43
|
-
<path fill="#94BBF8" fill-rule="nonzero" d="M3 183.308c0-.116 1.154-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.769 2.307c2.307 1.962 12.795 7.547 14.132 8.307.89.506 2.066 1.794 3.525 3.864C15.788 183.385 3 183.346 3 183.308z" transform="translate(29 8)"/>
|
44
|
-
<path fill="#1D225F" fill-rule="nonzero" d="M46.655 101.836c1.09 3.158 1.826 5.898 2.208 8.22.38 2.321 2.518 22.155 6.411 59.5H37.296c-1.444-2.618-2.166-4.457-2.166-5.518 0-1.59.913-3.77.913-6.068 0-1.532-2.034-6.823-6.104-15.871l3.931-39.349 12.785-.914z" transform="translate(29 8)"/>
|
45
|
-
<path fill="url(#ho9etwod5c)" d="M21.554 169.555H4.76c-.4-1.385-.792-3.254-1.175-5.606-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.42-6.202h21.078c.512 1.433.696 4.075.55 7.925-.145 3.85-6.812 23.006-20.001 57.468z" transform="translate(29 8)"/>
|
46
|
-
<g fill-rule="nonzero">
|
47
|
-
<path fill="#98BDF9" d="M0 24.302L16.84 3.472 37.031 3.472 19.592 24.302z" transform="translate(29 8) translate(66.94 18.516)"/>
|
48
|
-
<path fill="#2174DB" d="M22.2.868c1.378 0 2.506 1.07 2.597 2.425l.006.179h-.578c0-1.119-.907-2.025-2.025-2.025-1.119 0-2.025.906-2.025 2.025 0 1.062.818 1.934 1.859 2.018l.166.007v.578c-1.438 0-2.604-1.165-2.604-2.603 0-1.438 1.166-2.604 2.604-2.604zM29.143.868c1.378 0 2.506 1.07 2.598 2.425l.006.179h-.579c0-1.119-.906-2.025-2.025-2.025-1.118 0-2.025.906-2.025 2.025 0 1.062.818 1.934 1.859 2.018l.166.007v.578c-1.438 0-2.604-1.165-2.604-2.603 0-1.438 1.166-2.604 2.604-2.604z" transform="translate(29 8) translate(66.94 18.516)"/>
|
49
|
-
</g>
|
50
|
-
<path fill="#F3A29D" fill-rule="nonzero" d="M65.472 46.829c2.807-.962 5.554-2.299 8.242-4.011h6.871c-2.375 2.17-3.972 3.706-4.791 4.61-.82.903-2.509 2.638-5.068 5.205-1.091 5.781-2.254 8.21-3.487 7.285-1.85-1.386-7.939-10.897-1.767-13.09z" transform="translate(29 8)"/>
|
51
|
-
<path fill="#FAB6AF" fill-rule="nonzero" d="M69.254 52.654c4.363-1.668 7.179-2.857 8.447-3.567 1.5-.865 2.077-1.673 3.807-5.307.23-.461.692-2.365 1.096-4.153.923-4.557 2.423-4.326 2.538.346.058 1.27.346 2.423.692 2.538.288.116 1.961-1.5 3.634-3.576 1.673-2.077 3.288-3.75 3.576-3.75.692 0 .692 5.307-.057 7.153-.289.865-4.73 5.71-9.864 10.844-3.422 3.423-8.431 8.068-15.026 13.937l1.157-14.465z" transform="translate(29 8)"/>
|
52
|
-
<path fill="#F3A29D" fill-rule="nonzero" d="M49.581 27.774c.772-3.086 1.543-5.015 2.315-5.787-1.157-1.157-2.315-2.314-4.63-3.471-.77 1.543-2.314 3.086-4.628 4.629 0 2.314.771 3.857 2.314 4.629 1.543.771 3.086.771 4.63 0z" transform="translate(29 8)"/>
|
53
|
-
<g>
|
54
|
-
<path fill="url(#mdhg2gjypd)" fill-rule="nonzero" d="M12.858 82.16c-2.365-.174-6.23-.981-8.48-1.731l-4.21-1.385-.115-4.326c-.289-11.94.577-20.65 3.288-31.782C7.032 27.65 17.646 12.019 30.509 2.847c4.96-3.576 5.076-3.576 6.518-1.153.634 1.153 1.96 2.307 2.884 2.653l2.161.594c-3.046 29.324-1.87 53.63 3.531 72.917-1.157 1.158-1.946 1.682-2.808 2.052-1.039.403-2.365.807-3.057.865-.693.058-3 .519-5.25 1.038-4.21.923-13.382 1.096-21.63.346z" transform="translate(29 8) translate(7.45 22.82)"/>
|
55
|
-
<path fill="#D6D7D8" d="M58.022 24.008l1.767 11.311-19.972 2.645 1.106-15.653c2.141 1.735 4.344 2.776 6.608 3.123 2.263.348 5.76-.128 10.49-1.426z" transform="translate(29 8) translate(7.45 22.82)"/>
|
56
|
-
<path fill="#E9E9E9" fill-rule="nonzero" d="M61.804 29.833l4.903 23.145c-.568 1.157-2.01 1.929-4.324 2.314-5.208.579-10.415-1.736-16.78-1.736-6.365 0-6.09 4.05-15.348.58-6.172-2.315-8.68-12.73-7.523-31.246l18.054-1.73c-.078 5.782.655 9.252 2.198 10.409 1.512 1.134 7.569.601 18.17-1.6l.65-.136z" transform="translate(29 8) translate(7.45 22.82)"/>
|
57
|
-
</g>
|
58
|
-
<g>
|
59
|
-
<path fill="#FAB6AF" fill-rule="nonzero" d="M29.082 7.444c1.07 1.52 1.488 3.536 1.253 6.049-.062.656-.376.883-.376 2.052 0 1.12.07 2.506.212 4.157l-2.317.161c-2.222 2.412-4.574 3.48-7.055 3.207-2.48-.275-4.251-1.343-5.31-3.207-2.18-4.023-1.621-7.444 1.675-10.262 3.296-2.818 7.269-3.537 11.918-2.157z" transform="translate(29 8) translate(32.223)"/>
|
60
|
-
<path fill="#E94A47" d="M18.423 0c2.598 0 5.717 1.017 7.994 2.74 2.277 1.722 3.845 3.02 4.55 5.097.47 1.384.248 3.314-.664 5.791.13-2.345-.048-3.647-.533-3.906-.67 1.653-1.595 1.987-2.703 2.787-.62.448-2.791.518-4.917.897-2.628 1.722-4.303 3.33-4.867 4.86-.448 1.218-.402 2.608.148 4.177l.126.339-.54.21c-.714-1.833-.81-3.478-.277-4.925.522-1.417 1.85-2.838 3.894-4.321-1.09.307-2.051.754-2.634 1.449-1.279 1.526-2.028 3.765-2.246 6.716-2.766-.5-5.305-1.433-7.617-2.8-2.312-1.366-4.445-3.194-6.398-5.483.396-.834.904-1.524 1.521-2.07.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.395 1.032-.83.601-1.26 1.275-1.313 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.756-.59.61-.213c.594-.213 1.064-.401 1.439-.584 1.296-1.399 2.17-3.971 4.09-5.678C14.418.855 15.825 0 18.422 0z" transform="translate(29 8) translate(32.223)"/>
|
61
|
-
<g fill="#222768" fill-rule="nonzero">
|
62
|
-
<path d="M1.025 3.16C1.622 1.52 3.194.563 4.56 1.06c1.061.386 1.653 1.524 1.586 2.781.36-.092.688-.137.988-.137l.208.008c.254.02.466.056.636.114.511-1.271 1.708-2.023 2.749-1.644 1.07.39 1.5 1.802 1.013 3.14-.487 1.337-1.723 2.143-2.794 1.754-.953-.347-1.397-1.504-1.14-2.697-.103-.038-.274-.072-.508-.09-.334-.025-.737.029-1.209.165l-.03.01c-.036.159-.083.318-.14.477-.597 1.64-2.17 2.597-3.536 2.1C1.017 6.543.428 4.8 1.025 3.16zm9.504-.434c-.73-.266-1.664.343-2.052 1.408-.388 1.065-.064 2.132.667 2.398.73.266 1.664-.343 2.052-1.408.387-1.066.064-2.132-.667-2.398zM4.362 1.604c-1.036-.378-2.297.39-2.793 1.754-.496 1.363-.024 2.762 1.012 3.14 1.036.376 2.298-.392 2.794-1.755s.023-2.762-1.013-3.14z" transform="translate(29 8) translate(32.223) translate(22.112 10.415)"/>
|
63
|
-
</g>
|
64
|
-
</g>
|
65
|
-
</g>
|
66
|
-
</g>
|
67
|
-
<g mask="url(#pitr2853ub)">
|
68
|
-
<g>
|
69
|
-
<path fill="#FFF" d="M30 0c12.15 0 22 9.85 22 22v11h8v48H0V33h8V22C8 9.973 17.654.198 29.637.004zm0 7.934c-7.755 0-14.067 6.309-14.067 14.067V33h28.133V22c0-7.652-6.14-13.896-13.752-14.063z" transform="translate(134 61)"/>
|
70
|
-
<path fill="#D6D7D8" d="M55 34.3V22C55 9.85 45.15 0 33 0S11 9.85 11 22v12.3m7.933 0V22c0-7.757 6.312-14.066 14.068-14.066 7.756 0 14.065 6.31 14.065 14.067v12.298" transform="translate(134 61)"/>
|
71
|
-
<path fill="url(#xe2mx0bk0e)" d="M3 33H63V81H3z" transform="translate(134 61)"/>
|
72
|
-
<path fill="#3E3D4C" fill-rule="nonzero" d="M39 56c0-3.314-2.686-6-6-6s-6 2.686-6 6c0 2.282 1.275 4.267 3.15 5.281l-.965 7.386h7.63l-.965-7.386C37.726 60.267 39 58.282 39 56z" transform="translate(134 61)"/>
|
73
|
-
</g>
|
74
|
-
</g>
|
75
|
-
</g>
|
76
|
-
</g>
|
77
|
-
</g>
|
78
|
-
</svg>
|
@@ -1,19 +0,0 @@
|
|
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" fill="none" viewBox="0 0 24 24">
|
18
|
-
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.786 21a3.857 3.857 0 0 1-3.857-3.857v-3.214L2 12l1.929-1.929V6.857A3.857 3.857 0 0 1 7.786 3m8.428 18a3.857 3.857 0 0 0 3.857-3.857v-3.214L22 12l-1.929-1.929V6.857A3.857 3.857 0 0 0 16.214 3M12 11a1 1 0 1 1 0 2m0-2a1 1 0 1 0 0 2m0-2v2" vector-effect="non-scaling-stroke"/>
|
19
|
-
</svg>
|
@@ -1,65 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
- Copyright (c) 2024. Devtron Inc.
|
3
|
-
-->
|
4
|
-
|
5
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="200" viewBox="0 0 250 200">
|
6
|
-
<defs>
|
7
|
-
<linearGradient id="wk7bvtp19c" x1="55.01%" x2="40.976%" y1="0%" y2="100%">
|
8
|
-
<stop offset="0%" stop-color="#2A318C"/>
|
9
|
-
<stop offset="100%" stop-color="#1D225F"/>
|
10
|
-
</linearGradient>
|
11
|
-
<linearGradient id="8ov4axd0kd" x1="50%" x2="50%" y1="0%" y2="100%">
|
12
|
-
<stop offset="0%" stop-color="#EEE"/>
|
13
|
-
<stop offset="100%" stop-color="#D6D7D8"/>
|
14
|
-
</linearGradient>
|
15
|
-
<linearGradient id="q7n20regxe" x1="23.194%" x2="88.697%" y1="74.007%" y2="20.985%">
|
16
|
-
<stop offset="0%" stop-color="#0049B0"/>
|
17
|
-
<stop offset="100%" stop-color="#0065FF"/>
|
18
|
-
</linearGradient>
|
19
|
-
<linearGradient id="zbtajkdruf" x1="37.289%" x2="59.736%" y1="83.824%" y2="11.147%">
|
20
|
-
<stop offset="0%" stop-color="#0065FF"/>
|
21
|
-
<stop offset="72%" stop-color="#66A3FF"/>
|
22
|
-
</linearGradient>
|
23
|
-
<path id="xjw5bkmqza" d="M0 0H250V200H0z"/>
|
24
|
-
</defs>
|
25
|
-
<g fill="none" fill-rule="evenodd">
|
26
|
-
<mask id="8l2k9wlofb" fill="#fff">
|
27
|
-
<use xlink:href="#xjw5bkmqza"/>
|
28
|
-
</mask>
|
29
|
-
<g mask="url(#8l2k9wlofb)">
|
30
|
-
<g>
|
31
|
-
<path fill="#FFF" fill-rule="nonzero" d="M47.646 0c2.598 0 5.717 1.017 7.994 2.74 2.276 1.722 3.845 3.02 4.55 5.097.465 1.372.252 3.282-.641 5.728l.008-.072c-.013.145-.039.269-.071.387.574-1.048 1.638-1.624 2.576-1.283 1.07.39 1.5 1.803 1.013 3.14-.487 1.337-1.723 2.144-2.794 1.754-.536-.195-.91-.646-1.09-1.216.023.975.09 2.117.203 3.427l-2.317.161c-2.223 2.412-4.574 3.48-7.055 3.207-.6-.067-1.158-.18-1.675-.339-.588 1.007-1.177 2.688-1.766 5.043l-.064.031.005-.043c-.585 5.627-1.014 11.07-1.287 16.327l.001-.108c-.013.958-.003 1.853.028 2.684l.109-1.533c2.141 1.735 4.344 2.776 6.608 3.123 2.263.348 5.76-.128 10.49-1.426 2.808-.962 5.555-2.299 8.243-4.011H63.94l16.84-20.83h2.756c0-1.439 1.165-2.604 2.604-2.604 1.378 0 2.506 1.07 2.597 2.425l.006.178h1.736c0-1.438 1.166-2.603 2.604-2.603 1.378 0 2.506 1.07 2.598 2.425l.006.178h5.284L89.832 35.292c.097-.07.17-.106.212-.106.692 0 .692 5.306-.057 7.152-.289.865-4.73 5.71-9.864 10.844-2.78 2.78-6.605 6.366-11.477 10.759l2.511 11.858c-.568 1.157-2.01 1.928-4.324 2.314-5.208.579-10.415-1.736-16.78-1.736-1.852 0-3.142.343-4.269.744.841 8.545 2.264 16.398 4.269 23.558-1.157 1.157-1.946 1.682-2.808 2.052-1.015.394-2.305.789-3.009.86.776 2.429 1.318 4.584 1.627 6.464.38 2.322 2.518 22.156 6.411 59.5h-.044l2.037 1.697c2.308 1.962 12.796 7.547 14.132 8.307.891.506 2.067 1.794 3.526 3.864-16.575-.025-27.78-.05-33.613-.075l.053.075C12.788 183.385 0 183.346 0 183.308c0-.116 1.154-3.288 2.538-7.095l2.44-6.658H1.761c-.4-1.385-.792-3.254-1.175-5.606-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.367-5.421c-2.382-.231-5.928-.988-8.045-1.693l-4.21-1.385-.116-4.326C4.214 85.6 5.08 76.89 7.79 65.757 11.482 50.47 22.096 34.84 34.959 25.668c3.055-2.203 4.272-3.049 5.093-2.807.79-.548 1.483-1.096 2.077-1.645-1.685-.52-3.275-1.222-4.77-2.105-2.311-1.366-4.444-3.194-6.398-5.483.397-.834.904-1.524 1.522-2.07.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.396 1.032-.829.601-1.259 1.275-1.312 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.755-.59.612-.213c.593-.213 1.063-.401 1.438-.584 1.296-1.399 2.17-3.971 4.089-5.678C43.642.855 45.048 0 47.646 0zM27.999 144.476l-.189.512c-2.603 7.055-5.679 15.219-9.228 24.493l2.126 1.771c2.307 1.962 12.795 7.547 14.132 8.307l.035.021c.364-1.006.782-2.154 1.223-3.367l2.44-6.658h-4.242c-1.444-2.617-2.166-4.456-2.166-5.517 0-1.59.913-3.77.913-6.068 0-1.393-1.68-5.89-5.044-13.494zM78.827 42.819l-1.242-.001c-2.375 2.17-3.972 3.706-4.791 4.61-.72.793-2.112 2.23-4.176 4.309 3.033-1.194 5.06-2.078 6.083-2.65 1.5-.865 2.077-1.673 3.807-5.307.082-.163.192-.506.319-.961zm7.313-22.857c-1.119 0-2.026.907-2.026 2.025h4.05c0-1.118-.906-2.025-2.024-2.025zm6.943 0c-1.119 0-2.025.907-2.025 2.025h4.05c0-1.118-.907-2.025-2.025-2.025zm-33.27-5.413c-.388 1.066-.065 2.132.666 2.398.73.266 1.664-.343 2.052-1.408.388-1.065.064-2.132-.667-2.398-.73-.266-1.664.343-2.052 1.408z" transform="translate(29 8)"/>
|
32
|
-
<path fill="#80AEF2" fill-rule="nonzero" d="M36.56 183.308c0-.116 1.153-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.768 2.307c2.308 1.962 12.796 7.547 14.132 8.307.891.506 2.067 1.794 3.526 3.864-25.577-.038-38.365-.077-38.365-.115z" transform="translate(29 8)"/>
|
33
|
-
<path fill="#94BBF8" fill-rule="nonzero" d="M3 183.308c0-.116 1.154-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.769 2.307c2.307 1.962 12.795 7.547 14.132 8.307.89.506 2.066 1.794 3.525 3.864C15.788 183.385 3 183.346 3 183.308z" transform="translate(29 8)"/>
|
34
|
-
<path fill="#1D225F" fill-rule="nonzero" d="M46.655 101.836c1.09 3.158 1.826 5.898 2.208 8.22.38 2.321 2.518 22.155 6.411 59.5H37.296c-1.444-2.618-2.166-4.457-2.166-5.518 0-1.59.913-3.77.913-6.068 0-1.532-2.034-6.823-6.104-15.871l3.931-39.349 12.785-.914z" transform="translate(29 8)"/>
|
35
|
-
<path fill="url(#wk7bvtp19c)" d="M21.554 169.555H4.76c-.4-1.385-.792-3.254-1.175-5.606-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.42-6.202h21.078c.512 1.433.696 4.075.55 7.925-.145 3.85-6.812 23.006-20.001 57.468z" transform="translate(29 8)"/>
|
36
|
-
<g fill-rule="nonzero">
|
37
|
-
<path fill="#98BDF9" d="M0 24.302L16.84 3.472 37.031 3.472 19.592 24.302z" transform="translate(29 8) translate(66.94 18.516)"/>
|
38
|
-
<path fill="#2174DB" d="M22.2.868c1.378 0 2.506 1.07 2.597 2.425l.006.179h-.578c0-1.119-.907-2.025-2.025-2.025-1.119 0-2.025.906-2.025 2.025 0 1.062.818 1.934 1.859 2.018l.166.007v.578c-1.438 0-2.604-1.165-2.604-2.603 0-1.438 1.166-2.604 2.604-2.604zM29.143.868c1.378 0 2.506 1.07 2.598 2.425l.006.179h-.579c0-1.119-.906-2.025-2.025-2.025-1.118 0-2.025.906-2.025 2.025 0 1.062.818 1.934 1.859 2.018l.166.007v.578c-1.438 0-2.604-1.165-2.604-2.603 0-1.438 1.166-2.604 2.604-2.604z" transform="translate(29 8) translate(66.94 18.516)"/>
|
39
|
-
</g>
|
40
|
-
<path fill="#F3A29D" fill-rule="nonzero" d="M65.472 46.829c2.807-.962 5.554-2.299 8.242-4.011h6.871c-2.375 2.17-3.972 3.706-4.791 4.61-.82.903-2.509 2.638-5.068 5.205-1.091 5.781-2.254 8.21-3.487 7.285-1.85-1.386-7.939-10.897-1.767-13.09z" transform="translate(29 8)"/>
|
41
|
-
<path fill="#FAB6AF" fill-rule="nonzero" d="M69.254 52.654c4.363-1.668 7.179-2.857 8.447-3.567 1.5-.865 2.077-1.673 3.807-5.307.23-.461.692-2.365 1.096-4.153.923-4.557 2.423-4.326 2.538.346.058 1.27.346 2.423.692 2.538.288.116 1.961-1.5 3.634-3.576 1.673-2.077 3.288-3.75 3.576-3.75.692 0 .692 5.307-.057 7.153-.289.865-4.73 5.71-9.864 10.844-3.422 3.423-8.431 8.068-15.026 13.937l1.157-14.465z" transform="translate(29 8)"/>
|
42
|
-
<path fill="#F3A29D" fill-rule="nonzero" d="M49.581 27.774c.772-3.086 1.543-5.015 2.315-5.787-1.157-1.157-2.315-2.314-4.63-3.471-.77 1.543-2.314 3.086-4.628 4.629 0 2.314.771 3.857 2.314 4.629 1.543.771 3.086.771 4.63 0z" transform="translate(29 8)"/>
|
43
|
-
<g>
|
44
|
-
<path fill="url(#8ov4axd0kd)" fill-rule="nonzero" d="M12.858 82.16c-2.365-.174-6.23-.981-8.48-1.731l-4.21-1.385-.115-4.326c-.289-11.94.577-20.65 3.288-31.782C7.032 27.65 17.646 12.019 30.509 2.847c4.96-3.576 5.076-3.576 6.518-1.153.634 1.153 1.96 2.307 2.884 2.653l2.161.594c-3.046 29.324-1.87 53.63 3.531 72.917-1.157 1.158-1.946 1.682-2.808 2.052-1.039.403-2.365.807-3.057.865-.693.058-3 .519-5.25 1.038-4.21.923-13.382 1.096-21.63.346z" transform="translate(29 8) translate(7.45 22.82)"/>
|
45
|
-
<path fill="#D6D7D8" d="M58.022 24.008l1.767 11.311-19.972 2.645 1.106-15.653c2.141 1.735 4.344 2.776 6.608 3.123 2.263.348 5.76-.128 10.49-1.426z" transform="translate(29 8) translate(7.45 22.82)"/>
|
46
|
-
<path fill="#E9E9E9" fill-rule="nonzero" d="M61.804 29.833l4.903 23.145c-.568 1.157-2.01 1.929-4.324 2.314-5.208.579-10.415-1.736-16.78-1.736-6.365 0-6.09 4.05-15.348.58-6.172-2.315-8.68-12.73-7.523-31.246l18.054-1.73c-.078 5.782.655 9.252 2.198 10.409 1.512 1.134 7.569.601 18.17-1.6l.65-.136z" transform="translate(29 8) translate(7.45 22.82)"/>
|
47
|
-
</g>
|
48
|
-
<g>
|
49
|
-
<path fill="#FAB6AF" fill-rule="nonzero" d="M29.082 7.444c1.07 1.52 1.488 3.536 1.253 6.049-.062.656-.376.883-.376 2.052 0 1.12.07 2.506.212 4.157l-2.317.161c-2.222 2.412-4.574 3.48-7.055 3.207-2.48-.275-4.251-1.343-5.31-3.207-2.18-4.023-1.621-7.444 1.675-10.262 3.296-2.818 7.269-3.537 11.918-2.157z" transform="translate(29 8) translate(32.223)"/>
|
50
|
-
<path fill="#E94A47" d="M18.423 0c2.598 0 5.717 1.017 7.994 2.74 2.277 1.722 3.845 3.02 4.55 5.097.47 1.384.248 3.314-.664 5.791.13-2.345-.048-3.647-.533-3.906-.67 1.653-1.595 1.987-2.703 2.787-.62.448-2.791.518-4.917.897-2.628 1.722-4.303 3.33-4.867 4.86-.448 1.218-.402 2.608.148 4.177l.126.339-.54.21c-.714-1.833-.81-3.478-.277-4.925.522-1.417 1.85-2.838 3.894-4.321-1.09.307-2.051.754-2.634 1.449-1.279 1.526-2.028 3.765-2.246 6.716-2.766-.5-5.305-1.433-7.617-2.8-2.312-1.366-4.445-3.194-6.398-5.483.396-.834.904-1.524 1.521-2.07.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.395 1.032-.83.601-1.26 1.275-1.313 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.756-.59.61-.213c.594-.213 1.064-.401 1.439-.584 1.296-1.399 2.17-3.971 4.09-5.678C14.418.855 15.825 0 18.422 0z" transform="translate(29 8) translate(32.223)"/>
|
51
|
-
<path fill="#222768" fill-rule="nonzero" d="M23.137 13.575c.597-1.64 2.17-2.597 3.535-2.1 1.061.386 1.654 1.524 1.586 2.781.36-.091.689-.137.988-.136l.208.007c.255.02.466.056.636.114.512-1.271 1.708-2.023 2.75-1.644 1.07.39 1.498 1.803 1.012 3.14-.487 1.337-1.723 2.144-2.794 1.754-.953-.347-1.397-1.504-1.14-2.697-.103-.038-.274-.072-.508-.09-.334-.025-.737.029-1.208.165l-.031.01c-.036.159-.083.318-.14.477-.597 1.64-2.17 2.597-3.536 2.1-1.366-.497-1.955-2.241-1.358-3.881zm9.504-.434c-.73-.266-1.664.343-2.052 1.408-.387 1.066-.064 2.132.667 2.398.731.266 1.664-.343 2.052-1.408.388-1.065.064-2.132-.667-2.398zm-6.167-1.122c-1.036-.377-2.297.39-2.793 1.754-.496 1.363-.024 2.762 1.012 3.14 1.036.376 2.298-.392 2.794-1.755s.023-2.762-1.013-3.14z" transform="translate(29 8) translate(32.223)"/>
|
52
|
-
</g>
|
53
|
-
</g>
|
54
|
-
</g>
|
55
|
-
<g fill-rule="nonzero" mask="url(#8l2k9wlofb)">
|
56
|
-
<g>
|
57
|
-
<path fill="#FFF" d="M31.78.25L.66 13.567v31.02c0 8.733 1.41 19.923 31.12 34.859C61.492 64.51 62.903 53.32 62.903 44.588V13.567L31.78.25z" transform="translate(134 78)"/>
|
58
|
-
<path fill="url(#q7n20regxe)" d="M34.78.25L3.66 13.567v31.02c0 8.733 1.41 19.923 31.12 34.859C64.492 64.51 65.903 53.32 65.903 44.588V13.567L34.78.25z" transform="translate(134 78)"/>
|
59
|
-
<path fill="#FFF" d="M31.143 54.768L15.725 39.617 21.726 33.51 31.138 42.759 47.829 26.327 53.835 32.429z" transform="translate(134 78)"/>
|
60
|
-
<path fill="url(#zbtajkdruf)" d="M65.902 13.566v31.02c0 8.734-1.41 19.924-31.121 34.86V.25l31.121 13.316z" transform="translate(134 78)"/>
|
61
|
-
<path fill="#F0F5FF" d="M53.834 32.428L34.78 51.187 34.78 39.173 47.828 26.328z" transform="translate(134 78)"/>
|
62
|
-
</g>
|
63
|
-
</g>
|
64
|
-
</g>
|
65
|
-
</svg>
|
Binary file
|