@devtron-labs/devtron-fe-common-lib 1.13.0-beta-5 → 1.13.0-beta-7
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/{@common-rjsf-DeeiJ2zv.js → @common-rjsf-CsUgIJpt.js} +17697 -18328
- package/dist/{@framer-motion-vKlTvuNq.js → @framer-motion-CR14HVwJ.js} +1 -1
- package/dist/{@react-dates-DsYJWeMo.js → @react-dates-z_WnuIha.js} +14 -14
- package/dist/{@react-select-D3FsD2uq.js → @react-select-C1KOG39W.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-DWN3dQyp.js → @react-virtualized-sticky-tree-DE3LznCK.js} +1 -1
- package/dist/{@vendor-BZ1WgRCl.js → @vendor-0Z6AwxJy.js} +13864 -13874
- package/dist/Common/Checkbox.d.ts +5 -0
- package/dist/Common/Constants.d.ts +2 -2
- package/dist/Common/Helper.d.ts +1 -5
- package/dist/Common/Toggle/Toggle.d.ts +1 -4
- package/dist/Common/Types.d.ts +2 -4
- package/dist/Common/index.d.ts +3 -2
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +2 -1
- package/dist/Shared/Components/AnnouncementBanner/AnnouncementBanner.d.ts +6 -0
- package/dist/Shared/Components/AnnouncementBanner/index.d.ts +1 -0
- package/dist/Shared/Components/Button/types.d.ts +1 -3
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusDetailRow.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/ErrorInfoStatusBar.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/constants.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/index.d.ts +1 -0
- package/dist/Shared/Components/CICDHistory/service.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/types.d.ts +76 -10
- package/dist/Shared/Components/CICDHistory/utils.d.ts +3 -7
- package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
- package/dist/Shared/Components/Error/types.d.ts +0 -4
- package/dist/Shared/Components/Error/utils.d.ts +0 -1
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/types.d.ts +1 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +9 -23
- package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
- package/dist/Shared/Components/Icon/types.d.ts +1 -2
- package/dist/Shared/Components/InfoBlock/constants.d.ts +2 -2
- package/dist/Shared/Components/InfoBlock/types.d.ts +2 -2
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/License/index.d.ts +1 -1
- package/dist/Shared/Components/License/utils.d.ts +1 -2
- package/dist/Shared/Components/LoadingCard.d.ts +5 -0
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +7 -33
- package/dist/Shared/Components/index.d.ts +2 -2
- package/dist/Shared/Helpers.d.ts +2 -2
- package/dist/Shared/Providers/index.d.ts +1 -1
- package/dist/Shared/Providers/types.d.ts +1 -11
- package/dist/Shared/constants.d.ts +24 -18
- package/dist/Shared/types.d.ts +4 -105
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/{ic-checkbox-unselected.ab91cdba.svg → ic-check-grey.f556e371.svg} +4 -2
- package/dist/assets/ic-disconnected.551d6161.svg +29 -0
- package/dist/assets/ic-fast-forward.8d1a414b.svg +4 -0
- package/dist/assets/ic-flask.d0624c30.svg +3 -0
- package/dist/assets/ic-lego.1d2c5e1d.svg +3 -0
- package/dist/assets/{ic-caret-down-small.7c4f88bf.svg → ic-magnifying-glass.cf47bce0.svg} +1 -1
- package/dist/assets/ic-megaphone.b9f9a901.svg +19 -0
- package/dist/assets/ic-play-outline.a4f09bf9.svg +3 -0
- package/dist/assets/ic-strategy-blue-green.0b348d03.svg +6 -0
- package/dist/assets/ic-strategy-canary.db010ee7.svg +5 -0
- package/dist/assets/ic-strategy-recreate.f0acddaa.svg +4 -0
- package/dist/assets/ic-strategy-rolling.1c356cdb.svg +6 -0
- package/dist/assets/{ic-checkbox-hover.93e8d66a.svg → ic-timeout-red.5eda1010.svg} +4 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +851 -876
- package/package.json +1 -1
- package/dist/Common/Checkbox/Checkbox.d.ts +0 -2
- package/dist/Common/Checkbox/index.d.ts +0 -1
- package/dist/Common/Drawer/index.d.ts +0 -1
- package/dist/Common/EmptyState/index.d.ts +0 -2
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +0 -2
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +0 -3
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +0 -3
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +0 -3
- package/dist/Shared/Components/AppStatusModal/constants.d.ts +0 -4
- package/dist/Shared/Components/AppStatusModal/index.d.ts +0 -3
- package/dist/Shared/Components/AppStatusModal/service.d.ts +0 -4
- package/dist/Shared/Components/AppStatusModal/types.d.ts +0 -78
- package/dist/Shared/Components/AppStatusModal/utils.d.ts +0 -8
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +0 -10
- package/dist/Shared/Components/DeploymentStatusBreakdown/index.d.ts +0 -3
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +0 -22
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +0 -20
- package/dist/assets/ic-amazon-eks.13404569.svg +0 -5
- package/dist/assets/ic-arrow-square-out.59bb549a.svg +0 -3
- package/dist/assets/ic-azure-aks.a9e437d5.svg +0 -46
- package/dist/assets/ic-bulk-check.0f698efa.svg +0 -21
- package/dist/assets/ic-bulk-check.99e92f7a.svg +0 -21
- package/dist/assets/ic-caret-right.0ff813c2.svg +0 -3
- package/dist/assets/ic-celebration.77350694.svg +0 -238
- package/dist/assets/ic-checkbox-hover.0151d832.svg +0 -20
- package/dist/assets/ic-checkbox-intermediate.24c6d21d.svg +0 -22
- package/dist/assets/ic-checkbox-intermediate.2a2d6c49.svg +0 -22
- package/dist/assets/ic-checkbox-selected.47444fab.svg +0 -20
- package/dist/assets/ic-checkbox-selected.c5539d6f.svg +0 -20
- package/dist/assets/ic-checkbox-unselected.8054e3d7.svg +0 -19
- package/dist/assets/ic-cloud-vms.27ea954e.svg +0 -5
- package/dist/assets/ic-disconnect.26bad827.svg +0 -3
- package/dist/assets/ic-expand-right-sm.9b347d49.svg +0 -3
- package/dist/assets/ic-expand-sm.a9a724f8.svg +0 -3
- package/dist/assets/ic-gift-gradient.7690a246.svg +0 -9
- package/dist/assets/ic-gift.9b048fc7.svg +0 -3
- package/dist/assets/ic-gitlab.ac331d67.svg +0 -31
- package/dist/assets/ic-google-gke.07314724.svg +0 -9
- package/dist/assets/ic-install.28c3beec.svg +0 -3
- package/dist/assets/ic-k3s.7f4bf72d.svg +0 -3
- package/dist/assets/ic-kind.bd8ee992.svg +0 -9
- package/dist/assets/ic-laptop.485e21b4.svg +0 -3
- package/dist/assets/ic-man-on-rocket.7f67e914.svg +0 -94
- package/dist/assets/ic-megaphone-left.6b2a00b7.svg +0 -3
- package/dist/assets/ic-minikube.d9ff1575.svg +0 -9
- package/dist/assets/ic-mobile.7c649251.svg +0 -4
- package/dist/assets/ic-sparkle-color.01c0be88.svg +0 -1
- package/dist/assets/ic-ubuntu.fa47508f.svg +0 -4
- package/dist/assets/ic-user-circle.7d7152fa.svg +0 -3
- package/dist/assets/ic-wifi-slash.d0390749.svg +0 -3
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Checkbox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Drawer';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { AppStatusModalProps } from './types';
|
|
2
|
-
declare const AppStatusModal: ({ titleSegments, handleClose, type, appDetails: appDetailsProp, processVirtualEnvironmentDeploymentData, updateDeploymentStatusDetailsBreakdownData, isConfigDriftEnabled, configDriftModal: ConfigDriftModal, appId, envId, initialTab, debugWithAIButton, }: AppStatusModalProps) => JSX.Element;
|
|
3
|
-
export default AppStatusModal;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { AppDetails, DeploymentStatusDetailsBreakdownDataType } from '../../types';
|
|
2
|
-
import { GetAppDetailsParamsType, GetDeploymentStatusWithTimelineParamsType } from './types';
|
|
3
|
-
export declare const getAppDetails: ({ appId, envId, abortControllerRef, }: GetAppDetailsParamsType) => Promise<AppDetails>;
|
|
4
|
-
export declare const getDeploymentStatusWithTimeline: ({ abortControllerRef, appId, envId, showTimeline, virtualEnvironmentConfig, isHelmApp, }: GetDeploymentStatusWithTimelineParamsType) => Promise<DeploymentStatusDetailsBreakdownDataType>;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { FunctionComponent, PropsWithChildren, ReactNode } from 'react';
|
|
2
|
-
import { APIOptions } from '../../../Common/Types';
|
|
3
|
-
import { AppDetails, ConfigDriftModalProps, DeploymentStatusDetailsBreakdownDataType, DeploymentStatusDetailsType, IntelligenceConfig } from '../../types';
|
|
4
|
-
export declare enum AppStatusModalTabType {
|
|
5
|
-
APP_STATUS = "appStatus",
|
|
6
|
-
DEPLOYMENT_STATUS = "deploymentStatus"
|
|
7
|
-
}
|
|
8
|
-
export type AppStatusModalProps = {
|
|
9
|
-
titleSegments: string[];
|
|
10
|
-
handleClose: () => void;
|
|
11
|
-
isConfigDriftEnabled: boolean;
|
|
12
|
-
configDriftModal: FunctionComponent<ConfigDriftModalProps>;
|
|
13
|
-
processVirtualEnvironmentDeploymentData: (data?: DeploymentStatusDetailsType) => DeploymentStatusDetailsBreakdownDataType;
|
|
14
|
-
debugWithAIButton: FunctionComponent<{
|
|
15
|
-
intelligenceConfig: IntelligenceConfig;
|
|
16
|
-
}>;
|
|
17
|
-
} & ({
|
|
18
|
-
type: 'release';
|
|
19
|
-
appId: number;
|
|
20
|
-
envId: number;
|
|
21
|
-
appDetails?: never;
|
|
22
|
-
initialTab?: never;
|
|
23
|
-
updateDeploymentStatusDetailsBreakdownData?: never;
|
|
24
|
-
} | {
|
|
25
|
-
type: 'devtron-app' | 'other-apps' | 'stack-manager';
|
|
26
|
-
appDetails: AppDetails;
|
|
27
|
-
initialTab: AppStatusModalTabType;
|
|
28
|
-
updateDeploymentStatusDetailsBreakdownData: (data: DeploymentStatusDetailsBreakdownDataType) => void;
|
|
29
|
-
appId?: never;
|
|
30
|
-
envId?: never;
|
|
31
|
-
});
|
|
32
|
-
export interface AppStatusBodyProps extends Required<Pick<AppStatusModalProps, 'appDetails' | 'type' | 'debugWithAIButton'>> {
|
|
33
|
-
handleShowConfigDriftModal: () => void;
|
|
34
|
-
selectedTab: AppStatusModalTabType;
|
|
35
|
-
deploymentStatusDetailsBreakdownData: DeploymentStatusDetailsBreakdownDataType;
|
|
36
|
-
}
|
|
37
|
-
export interface AppStatusContentProps extends Required<Pick<AppStatusBodyProps, 'appDetails'>>, Partial<Pick<AppStatusBodyProps, 'handleShowConfigDriftModal'>> {
|
|
38
|
-
/**
|
|
39
|
-
* @default false
|
|
40
|
-
*/
|
|
41
|
-
filterHealthyNodes?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* @default true
|
|
44
|
-
*/
|
|
45
|
-
isCardLayout?: boolean;
|
|
46
|
-
}
|
|
47
|
-
export interface GetFilteredFlattenedNodesFromAppDetailsParamsType extends Pick<AppStatusContentProps, 'appDetails' | 'filterHealthyNodes'> {
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Params for getAppDetails which is called in case of release [i.e, devtron apps]
|
|
51
|
-
*/
|
|
52
|
-
export interface GetAppDetailsParamsType extends Pick<APIOptions, 'abortControllerRef'> {
|
|
53
|
-
appId: number;
|
|
54
|
-
envId: number;
|
|
55
|
-
}
|
|
56
|
-
export type GetDeploymentStatusWithTimelineParamsType = Pick<APIOptions, 'abortControllerRef'> & {
|
|
57
|
-
/**
|
|
58
|
-
* Incase of helm apps this is installed app id
|
|
59
|
-
*/
|
|
60
|
-
appId: number;
|
|
61
|
-
envId: number;
|
|
62
|
-
showTimeline: boolean;
|
|
63
|
-
virtualEnvironmentConfig?: {
|
|
64
|
-
processVirtualEnvironmentDeploymentData: AppStatusModalProps['processVirtualEnvironmentDeploymentData'];
|
|
65
|
-
wfrId: AppDetails['resourceTree']['wfrId'];
|
|
66
|
-
};
|
|
67
|
-
isHelmApp?: boolean;
|
|
68
|
-
};
|
|
69
|
-
export interface AppStatusModalTabListProps extends Pick<AppStatusModalProps, 'appDetails' | 'type'> {
|
|
70
|
-
handleSelectTab: (updatedTab: AppStatusModalTabType) => void;
|
|
71
|
-
selectedTab: AppStatusModalTabType;
|
|
72
|
-
deploymentStatusDetailsBreakdownData: DeploymentStatusDetailsBreakdownDataType;
|
|
73
|
-
}
|
|
74
|
-
export interface StatusHeadingContainerProps extends PropsWithChildren<Pick<AppStatusBodyProps, 'type'>> {
|
|
75
|
-
appId: number;
|
|
76
|
-
envId?: number;
|
|
77
|
-
actionItem?: ReactNode;
|
|
78
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { GenericEmptyStateType } from '../../../Common/Types';
|
|
2
|
-
import { AppDetails, DeploymentStatusDetailsBreakdownDataType, Node } from '../../types';
|
|
3
|
-
import { AppStatusModalProps, GetFilteredFlattenedNodesFromAppDetailsParamsType as GetFlattenedNodesFromAppDetailsParamsType } from './types';
|
|
4
|
-
export declare const getAppStatusMessageFromAppDetails: (appDetails: AppDetails) => string;
|
|
5
|
-
export declare const getFlattenedNodesFromAppDetails: ({ appDetails, filterHealthyNodes, }: GetFlattenedNodesFromAppDetailsParamsType) => Node[];
|
|
6
|
-
export declare const getResourceKey: (nodeDetails: Node) => string;
|
|
7
|
-
export declare const getShowDeploymentStatusModal: ({ type, appDetails, }: Pick<AppStatusModalProps, "type" | "appDetails">) => boolean;
|
|
8
|
-
export declare const getEmptyViewImageFromHelmDeploymentStatus: (status: DeploymentStatusDetailsBreakdownDataType["deploymentStatus"]) => GenericEmptyStateType["image"];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DEPLOYMENT_STATUS } from '../../constants';
|
|
2
|
-
import { DeploymentPhaseType, DeploymentStatusTimelineType } from '../../types';
|
|
3
|
-
import { WorkflowRunnerStatusDTO } from './types';
|
|
4
|
-
export declare const DEPLOYMENT_STATUS_TEXT_MAP: Readonly<Record<(typeof DEPLOYMENT_STATUS)[keyof typeof DEPLOYMENT_STATUS], string>>;
|
|
5
|
-
export declare const WFR_STATUS_DTO_TO_DEPLOYMENT_STATUS_MAP: Readonly<Record<WorkflowRunnerStatusDTO, (typeof DEPLOYMENT_STATUS)[keyof typeof DEPLOYMENT_STATUS]>>;
|
|
6
|
-
export declare const PROGRESSING_DEPLOYMENT_STATUS: Readonly<(typeof DEPLOYMENT_STATUS)[keyof typeof DEPLOYMENT_STATUS][]>;
|
|
7
|
-
export declare const SUCCESSFUL_DEPLOYMENT_STATUS: typeof PROGRESSING_DEPLOYMENT_STATUS;
|
|
8
|
-
export declare const FAILED_DEPLOYMENT_STATUS: typeof PROGRESSING_DEPLOYMENT_STATUS;
|
|
9
|
-
export declare const PHYSICAL_ENV_DEPLOYMENT_TIMELINE_ORDER: Readonly<DeploymentStatusTimelineType[]>;
|
|
10
|
-
export declare const DEPLOYMENT_PHASES: Readonly<DeploymentPhaseType[]>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DEPLOYMENT_STATUS } from '../../constants';
|
|
2
|
-
import { DeploymentStatusBreakdownItemType, DeploymentStatusDetailsType, DeploymentStatusTimelineType } from '../../types';
|
|
3
|
-
export declare enum WorkflowRunnerStatusDTO {
|
|
4
|
-
PROGRESSING = "Progressing",
|
|
5
|
-
ABORTED = "Aborted",
|
|
6
|
-
FAILED = "Failed",
|
|
7
|
-
SUCCEEDED = "Succeeded",
|
|
8
|
-
TIMED_OUT = "TimedOut",
|
|
9
|
-
UNABLE_TO_FETCH = "UnableToFetch",
|
|
10
|
-
STARTING = "Starting",
|
|
11
|
-
QUEUED = "Queued",
|
|
12
|
-
INITIATING = "Initiating",
|
|
13
|
-
HEALTHY = "Healthy",
|
|
14
|
-
DEGRADED = "Degraded"
|
|
15
|
-
}
|
|
16
|
-
export interface ProcessUnableToFetchOrTimedOutStatusType {
|
|
17
|
-
timelineData: DeploymentStatusBreakdownItemType;
|
|
18
|
-
timelineStatusType: DeploymentStatusTimelineType;
|
|
19
|
-
deploymentStatus: typeof DEPLOYMENT_STATUS.UNABLE_TO_FETCH | typeof DEPLOYMENT_STATUS.TIMED_OUT;
|
|
20
|
-
statusLastFetchedAt: DeploymentStatusDetailsType['statusLastFetchedAt'] | null;
|
|
21
|
-
statusFetchCount: DeploymentStatusDetailsType['statusFetchCount'] | null;
|
|
22
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { DeploymentStatusDetailsBreakdownDataType, DeploymentStatusDetailsType } from '../../types';
|
|
2
|
-
/**
|
|
3
|
-
* @description
|
|
4
|
-
* This function processes the deployment status details data and returns a breakdown of the deployment status.
|
|
5
|
-
* Cases it handles:
|
|
6
|
-
* 1. If timelines are not present, say the case of helm deployment, we will parse the wfrStatus and put the status and basic deployment info [triggeredBy, deploymentStartedOn, deploymentFinishedOn] into the breakdown data and return it.
|
|
7
|
-
* 2. In case of gitops:
|
|
8
|
-
* - There are five timelines in chronological order:
|
|
9
|
-
* - Deployment Initiated
|
|
10
|
-
* - Git commit
|
|
11
|
-
* - ArgoCD Sync
|
|
12
|
-
* - Kubectl Apply
|
|
13
|
-
* - App Health
|
|
14
|
-
* - Basic flow is we traverse the timelines in order, if find the last status for that specific timeline from response by traversing the timelines in reverse order.
|
|
15
|
-
* - If element is found, we will parse the status and set the icon, display text, time, etc. for that timeline and set the next timeline to inprogress.
|
|
16
|
-
* - If element is not found, we will parse on basis of factors like:
|
|
17
|
-
* - If this timeline is not inprogress and deploymentStatus is progressing, we will set the current timeline to waiting.
|
|
18
|
-
* - In similar fashion based on the deploymentStatus we will set the icon and display text for the timeline.
|
|
19
|
-
*/
|
|
20
|
-
export declare const processDeploymentStatusDetailsData: (data?: DeploymentStatusDetailsType) => DeploymentStatusDetailsBreakdownDataType;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#157CFF" d="M3.106 11.774c0-1.623.003-3.246-.004-4.869-.001-.192.07-.303.23-.394 1.193-.686 2.386-1.374 3.577-2.064l2.59-1.495c.51-.295 1.016-.595 1.53-.881.085-.047.232-.084.293-.042.075.051.121.19.123.292.01.51.001 1.021.001 1.532 0 .777-.004 1.554.006 2.332.004.238-.08.379-.292.499-1.267.717-2.524 1.45-3.787 2.176a.366.366 0 0 0-.207.354 874.84 874.84 0 0 1 0 5.123c0 .17.06.27.205.353 1.47.844 2.936 1.69 4.4 2.541.163.095.297.107.47.005a388.54 388.54 0 0 1 3.59-2.077c.544-.312.385-.294.877-.013 1.072.613 2.136 1.24 3.21 1.85.28.16.208.373-.006.496a1655.044 1655.044 0 0 0-6.614 3.81c-.368.212-.738.42-1.102.639-.127.076-.234.08-.363.005-.921-.535-1.845-1.064-2.768-1.597-1.727-.996-3.454-1.992-5.18-2.99-.192-.11-.38-.225-.575-.33-.15-.082-.21-.194-.21-.37.005-1.628.003-3.257.003-4.885h.003Z"/>
|
|
3
|
-
<path fill="#3A52DD" d="M20.9 11.34v4.322c0 .062.003.125-.002.187-.015.203-.165.29-.344.19a127.2 127.2 0 0 1-1.39-.79c-.692-.4-1.38-.806-2.075-1.2-.168-.095-.239-.204-.238-.403.008-1.469.002-2.938.008-4.408 0-.179-.053-.293-.212-.384-.94-.537-1.876-1.082-2.813-1.623-.363-.21-.726-.421-1.09-.628-.112-.063-.155-.15-.154-.277.002-1.35 0-2.7.001-4.05 0-.258.158-.346.38-.217a3469.287 3469.287 0 0 0 7.67 4.43c.195.111.266.239.265.46-.009 1.463-.005 2.927-.005 4.39Z"/>
|
|
4
|
-
<path fill="#3C54DF" d="M10.98 11.233c.048-.043.1-.083.145-.13.694-.708 1.386-1.419 2.083-2.123a.375.375 0 0 1 .231-.1c.288-.012.577-.005.918-.005-.19.198-.346.363-.504.526-.652.671-1.304 1.341-1.957 2.01-.09.093-.095.155-.005.254a588.12 588.12 0 0 1 2.494 2.788c.035.04.066.083.125.158-.346 0-.65.006-.953-.006-.055-.002-.115-.068-.158-.116-.76-.849-1.52-1.698-2.277-2.549-.044-.05-.09-.097-.17-.184a2.413 2.413 0 0 0-.03.246c0 .8-.004 1.6.005 2.4.001.17-.046.237-.22.216a1.75 1.75 0 0 0-.375 0c-.17.018-.224-.04-.222-.216.008-1.021.004-2.042.004-3.063 0-.755.004-1.51-.004-2.264-.001-.156.045-.216.202-.202.13.012.261.012.391 0 .17-.017.226.041.223.216-.01.635-.005 1.27-.004 1.906 0 .071.007.142.011.214l.047.024Z"/>
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.25 9.375V3.751l-5.625-.001m-1.128 6.753 6.75-6.75M17.25 13.5v6a.75.75 0 0 1-.75.75h-12a.75.75 0 0 1-.75-.75v-12a.75.75 0 0 1 .75-.75h6" vector-effect="non-scaling-stroke"/>
|
|
3
|
-
</svg>
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="url(#a)" d="m8.267 3-3.336.618v4.551l3.336.711 3.348-1.341V4.143L8.267 3Z"/>
|
|
3
|
-
<path fill="#341A6E" d="M4.93 3.618V8.17l3.371.711V3.047l-3.37.571Zm1.424 4.2-.945-.186v-3.5l.945-.15v3.836Zm1.47.27-1.086-.177v-4l1.086-.188v4.365Z"/>
|
|
4
|
-
<path fill="url(#b)" d="m15.488 3.058-3.336.618v4.55l3.336.712 3.337-1.353V4.2l-3.337-1.142Z"/>
|
|
5
|
-
<path fill="#341A6E" d="M12.152 3.677v4.55l3.348.712V3.105l-3.348.572Zm1.411 4.2-.945-.186V4.19l.945-.15v3.837Zm1.47.268L13.95 7.97v-4l1.085-.2-.002 4.375Z"/>
|
|
6
|
-
<path fill="url(#c)" d="m4.848 9.276-3.336.62v4.55l3.336.71 3.348-1.34V10.42L4.848 9.276Z"/>
|
|
7
|
-
<path fill="#341A6E" d="M1.5 9.896v4.515l3.372.71V9.289L1.5 9.896Zm1.412 4.21-.946-.198V10.41l.946-.163v3.86Zm1.482.305-1.085-.176v-4.048L4.394 10v4.41Z"/>
|
|
8
|
-
<path fill="url(#d)" d="m12.046 9.23-3.335.619v4.55l3.335.723 3.337-1.354v-3.394l-3.336-1.145Z"/>
|
|
9
|
-
<path fill="#341A6E" d="M8.71 9.85v4.56l3.36.712V9.288l-3.36.561Zm1.41 4.21-.944-.198v-3.5l.944-.165v3.863Zm1.47.256-1.084-.174V10.14l1.086-.186-.002 4.362Z"/>
|
|
10
|
-
<path fill="url(#e)" d="m19.245 9.288-3.338.618v4.551l3.338.711 3.348-1.34V10.43l-3.348-1.143Z"/>
|
|
11
|
-
<path fill="#341A6E" d="M15.908 9.906v4.505l3.371.71V9.289l-3.371.618Zm1.425 4.212-.945-.198v-3.5l.944-.164v3.862Zm1.47.257-1.087-.174v-4.002l1.085-.188v4.365l.002-.001Z"/>
|
|
12
|
-
<path fill="url(#f)" d="m8.185 15.622-3.337.608v4.55l3.337.722 3.348-1.353v-3.382l-3.348-1.145Z"/>
|
|
13
|
-
<path fill="#341A6E" d="M4.848 16.23v4.55l3.372.724v-5.928l-3.372.654Zm1.425 4.212-.945-.198v-3.5l.945-.164v3.862Zm1.47.269-1.086-.176v-4.012l1.085-.188v4.376h.001Z"/>
|
|
14
|
-
<path fill="url(#g)" d="m15.395 15.67-3.336.619v4.55l3.336.712 3.348-1.343v-3.393l-3.348-1.143v-.001Z"/>
|
|
15
|
-
<path fill="#341A6E" d="M12.059 16.289v4.55l3.372.712v-5.835l-3.372.573Zm1.423 4.212-.945-.2v-3.5l.945-.163v3.863Zm1.47.255-1.086-.174V16.58l1.086-.186v4.363-.001Z"/>
|
|
16
|
-
<defs>
|
|
17
|
-
<linearGradient id="a" x1="4.931" x2="11.614" y1="5.94" y2="5.94" gradientUnits="userSpaceOnUse">
|
|
18
|
-
<stop stop-color="#B77AF4"/>
|
|
19
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient id="b" x1="12.152" x2="18.825" y1="5.998" y2="5.998" gradientUnits="userSpaceOnUse">
|
|
22
|
-
<stop stop-color="#B77AF4"/>
|
|
23
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
<linearGradient id="c" x1="1.512" x2="8.185" y1="12.216" y2="12.216" gradientUnits="userSpaceOnUse">
|
|
26
|
-
<stop stop-color="#B77AF4"/>
|
|
27
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
28
|
-
</linearGradient>
|
|
29
|
-
<linearGradient id="d" x1="8.71" x2="15.383" y1="12.169" y2="12.169" gradientUnits="userSpaceOnUse">
|
|
30
|
-
<stop stop-color="#B77AF4"/>
|
|
31
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<linearGradient id="e" x1="15.908" x2="22.593" y1="12.228" y2="12.228" gradientUnits="userSpaceOnUse">
|
|
34
|
-
<stop stop-color="#B77AF4"/>
|
|
35
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
36
|
-
</linearGradient>
|
|
37
|
-
<linearGradient id="f" x1="4.848" x2="11.534" y1="18.564" y2="18.564" gradientUnits="userSpaceOnUse">
|
|
38
|
-
<stop stop-color="#B77AF4"/>
|
|
39
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
40
|
-
</linearGradient>
|
|
41
|
-
<linearGradient id="g" x1="12.059" x2="18.742" y1="18.611" y2="18.611" gradientUnits="userSpaceOnUse">
|
|
42
|
-
<stop stop-color="#B77AF4"/>
|
|
43
|
-
<stop offset="1" stop-color="#773ADC"/>
|
|
44
|
-
</linearGradient>
|
|
45
|
-
</defs>
|
|
46
|
-
</svg>
|
|
@@ -1,21 +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
|
-
<rect width="16.8" height="16.8" x="3" y="3" fill="#06C" rx="4"/>
|
|
19
|
-
<path stroke="#06C" stroke-linecap="round" stroke-width="1.5" d="M22.2 7.8v8.4a6 6 0 0 1-6 6H7.8" vector-effect="non-scaling-stroke"/>
|
|
20
|
-
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.525 8.775-5.25 5.25L7.65 11.4" vector-effect="non-scaling-stroke"/>
|
|
21
|
-
</svg>
|
|
@@ -1,21 +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
|
-
<rect width="16.8" height="16.8" x="3" y="3" fill="#74B5FF" rx="4"/>
|
|
19
|
-
<path stroke="#74B5FF" stroke-linecap="round" stroke-width="1.5" d="M22.2 7.8v8.4a6 6 0 0 1-6 6H7.8" vector-effect="non-scaling-stroke"/>
|
|
20
|
-
<path stroke="#0D0F1C" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.525 8.775-5.25 5.25L7.65 11.4" vector-effect="non-scaling-stroke"/>
|
|
21
|
-
</svg>
|
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
<svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none"
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<style>
|
|
4
|
-
@keyframes rotation {
|
|
5
|
-
0% {
|
|
6
|
-
transform: rotate(0deg)
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
to {
|
|
10
|
-
transform: rotate(360deg)
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@keyframes jump {
|
|
15
|
-
|
|
16
|
-
0%,
|
|
17
|
-
10%,
|
|
18
|
-
to {
|
|
19
|
-
transform: translateY(0)
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
50% {
|
|
23
|
-
transform: translateY(-25px)
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@keyframes trumpet-animate {
|
|
28
|
-
0% {
|
|
29
|
-
transform: rotate(0deg)
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
to {
|
|
33
|
-
transform: rotate(8deg)
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@keyframes sway {
|
|
38
|
-
0% {
|
|
39
|
-
transform: rotate(-5deg)
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
to {
|
|
43
|
-
transform: rotate(5deg)
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
</style>
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
48
|
-
d="M89 32c-7.732 0-14 6.268-14 14s6.268 14 14 14 14-6.268 14-14-6.268-14-14-14M73 46c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16"
|
|
49
|
-
fill="#A1C3FC" style="animation:rotation 2s infinite linear;transform-origin:32% 25%" />
|
|
50
|
-
<path d="M63.5 53 40 51.5l10.5 18z" fill="#A1C3FC"
|
|
51
|
-
style="animation:rotation 5s infinite ease;transform-origin:20% 28%" />
|
|
52
|
-
<path transform="rotate(-34 89.284 29.099)" fill="#F1B505"
|
|
53
|
-
style="animation:rotation 6s infinite linear;transform-origin:center center" d="M89.284 29.099h15v15h-15z" />
|
|
54
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
55
|
-
d="m162.798 27.858 25.342 16.331-30.974 12.953zm1.405 3.284-4.369 22.716 24.026-10.047z" fill="#EEE"
|
|
56
|
-
style="animation:rotation 3s infinite linear;transform-origin:center center" />
|
|
57
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
58
|
-
d="M188.925 30.768a5.5 5.5 0 0 1 7.703-1.082l16.771 12.638a5.5 5.5 0 1 1-6.62 8.785L190.008 38.47a5.5 5.5 0 0 1-1.083-7.703m6.499.515a3.5 3.5 0 1 0-4.213 5.59l16.772 12.638a3.5 3.5 0 1 0 4.212-5.59z"
|
|
59
|
-
fill="#A1C3FC" style="animation:rotation 3s infinite alternate-reverse ease-in-out;transform-origin:80% 25%" />
|
|
60
|
-
<path class="pill-grey-border" fill-rule="evenodd" clip-rule="evenodd"
|
|
61
|
-
d="M59.87 88.151a2 2 0 0 1 1.702-2.258l6.932-.975a2 2 0 1 1 .556 3.961l-6.931.975a2 2 0 0 1-2.26-1.703m1.841-1.268a1 1 0 1 0 .278 1.98l6.932-.974a1 1 0 0 0-.278-1.98z"
|
|
62
|
-
fill="#EEE" />
|
|
63
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
64
|
-
d="M66 65.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11M59.5 71a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0" fill="#F1B505"
|
|
65
|
-
style="animation:rotation 3s infinite linear;transform-origin:center center" />
|
|
66
|
-
<circle cx="52.5" cy="82.5" r="4.5" fill="#EEE"
|
|
67
|
-
style="animation:rotation 4s infinite linear;transform-origin:center center" />
|
|
68
|
-
<g style="animation:jump 2s infinite ease-out">
|
|
69
|
-
<path
|
|
70
|
-
d="M120.5 76.5c-.669-1.505-1.496-2.118-1.427-2.68-.84-.103-1.682-.206-2.995.06.178.875-1.126 2.253-1.578 3.62.738.944 1.914 1.82 3.5 1.5 1.678-.339 2.116-1.693 2.5-2.5"
|
|
71
|
-
fill="#F3A29D" />
|
|
72
|
-
<path
|
|
73
|
-
d="M118 65.05c.921.28 2.011.806 2.716 1.907.184.287.128.48.501.957.357.457.827 1.158 1.411 1.786l-.894.646c-.138 1.693-.165 2.686-1.734 3.654-1.099.678-3.5 1-4.5.5-3.256-1.628-3.946-2.8-3.5-5s3.663-3.531 6-4.45"
|
|
74
|
-
fill="#FFBEB5" />
|
|
75
|
-
<path
|
|
76
|
-
d="M118.913 70.426c-.444-.711-.341-1.59.251-1.96.46-.287 1.066-.175 1.521.223q.108-.245.241-.414l.064-.077q.124-.136.231-.207c-.329-.57-.26-1.245.191-1.527.464-.29 1.126-.034 1.488.546s.302 1.286-.162 1.576c-.413.258-.983.084-1.358-.366a1 1 0 0 0-.184.165 1.7 1.7 0 0 0-.295.506l-.006.015a2 2 0 0 1 .14.194c.444.71.341 1.59-.251 1.96s-1.427.077-1.871-.634m2.646-3.726c-.316.198-.362.731-.074 1.193.29.462.789.655 1.105.457.317-.198.363-.731.074-1.193-.288-.462-.788-.655-1.105-.457m-2.248 2.002c-.449.281-.532.985-.162 1.576.369.591 1.038.826 1.488.546.448-.281.531-.986.162-1.577-.37-.59-1.039-.825-1.488-.545"
|
|
77
|
-
fill="#222768" />
|
|
78
|
-
<path
|
|
79
|
-
d="M160.699 114.727 152.5 119l2 6.5c1.058.62 4.184 2.626 5.26 3.562 1.343 1.169 3.434 3.281 4.684 4.16.999.703 2.044.639 2.526.804z"
|
|
80
|
-
fill="#4484F7" />
|
|
81
|
-
<path
|
|
82
|
-
d="M123 118c-3.2-1.2-4.333-6.833-4.5-9.5l-9 13.5c.833 1.833 3.6 6.4 8 10s26.833-2.5 37.5-6l-2-7.5c-1.167-.667-4-1.5-6-1.5-2.5 0-3.5 2-7.5 2s-2.5-1-6-1-6.5 1.5-10.5 0"
|
|
83
|
-
fill="url(#paint0_linear_3746_4340)" />
|
|
84
|
-
<path
|
|
85
|
-
d="M133 53.5c0 2-2 8.5-3 11.5h7.5c-.5-4.833-1.4-14.8-1-16 .5-1.5 2.5-4 2.5-6.5 0-2-1.667-3.5-2.5-4-.667 1.333-1.6 4-2 4-.5 0-1-4.5-1.5-4.5s-.5 1-.5 1.5.271 6.5-.5 6.5c-.5 0-1-1.5-1.5-2-.349-.349-.977-.47-1.353-.495a.093.093 0 0 0-.092.13c1.05 2.557 3.945 7.9 3.945 9.865"
|
|
86
|
-
fill="url(#paint1_linear_3746_4340)" />
|
|
87
|
-
<path
|
|
88
|
-
d="m129.813 168.996-6.853-6.562-6.243 3.752c.283 1.314-1.547 4.056-2.217 5.314-.837 1.573-2.425 4.085-3 5.5-.46 1.132.052 2.493 0 3z"
|
|
89
|
-
fill="#4484F7" />
|
|
90
|
-
<path
|
|
91
|
-
d="M88 92.5c2 0 8-5.5 12-8l4 5c-4.833 2-14.9 6.2-16.5 7-1.957.979-2.957 1.957-4.873 3.404a.096.096 0 0 1-.154-.061c-.348-2.406 2.516-3.864 2.027-4.843-.5-1-4-.5-5.5-.5-1.006 0-1.965-1.054-2.347-1.69-.088-.146.022-.31.193-.303 1.465.05 4.154.362 4.154-.007 0-.342-2.07-.465-3.4-.493-.193-.004-.263-.236-.096-.331.76-.433 1.86-.876 2.496-.876 1 0 6 1.7 8 1.7"
|
|
92
|
-
fill="url(#paint2_linear_3746_4340)" />
|
|
93
|
-
<path
|
|
94
|
-
d="M121.5 106.5c0-3.6-1.333-6.833-2-8l-13-1.5c.167.5.6 2.5 1 6.5.5 5-3 24.5-2.5 31.5.4 5.6 7.833 24 11.5 32.5l7.5-4.5c0-2.333-.1-7.5-.5-9.5-.5-2.5-2-3-2.5-5.5s.5-4 0-7.5-3.5-5.5-4-12 4.5-17.5 4.5-22"
|
|
95
|
-
fill="#EEE" />
|
|
96
|
-
<path
|
|
97
|
-
d="M137.5 70c.4-2.4.5-5.667.5-7l-12-.5c-.333 2.333-1.2 7.6-2 10s-3 2.667-4 2.5c-.833 1-2.7 3-3.5 3s-.667-2-.5-3c-2 0-4.5 1.5-7 3.5-1.562 1.25-8.833 9.567-12 13.9 1 1.667 3 6.1 8.5 8.1 5.254 1.91 11.5-1 16-1 1.6 0 3.667.333 4.5.5 0-3.167.3-10.4 1.5-14 1.5-4.5 9.083-10.5 10-16"
|
|
98
|
-
fill="url(#paint3_linear_3746_4340)" />
|
|
99
|
-
<path
|
|
100
|
-
d="M119.5 65.7c-.167.833-.868 3.168-1.5 3.8-.781.78-1.487.81-2.164.838-.624.026-1.225.05-1.836.662-1 1-.5 2.5.5 2.5.609 0 2 .414 2 1.5 0 .5-1 2.5-2 4-.243.365-.546.878-.894 1.468-1.08 1.831-2.593 4.397-4.106 5.532-2 2-5 4-6.5 4.5-1.667-1-5.3-3.5-6.5-5.5s-2.833-5.5-3.5-7c1.333-1 4.7-3 7.5-3 1.175 0 2.407.17 3.601.394-1.315-.403-2.667-.744-4.101-.744-2.755 0-5.59 1.48-6.91 2.47l-.18-.24c1.348-1.01 4.246-2.53 7.09-2.53 1.777 0 3.422.508 4.983 1.007l.171.055c1.506.482 2.928.938 4.346.938.726 0 1.652-.034 2.524-.103a17.5 17.5 0 0 0 2.203-.642c.089-.033.085-.163-.004-.196-1.237-.452-3.352-1.815-3.723-4.409-.5-3.5 2.5-5.5 4-6 1.2-.4 3-.5 5 .7"
|
|
101
|
-
fill="#1C2868" />
|
|
102
|
-
</g>
|
|
103
|
-
<circle cx="55" cy="91" r="3" fill="#EEE" />
|
|
104
|
-
<path
|
|
105
|
-
d="M36 109c-4-2.4-6.667-9.333-7.5-12.5l-3 1.5c-.333.833-1.7 4.9-4.5 14.5s2.5 12.667 5.5 13c3.167 0 10.1-1 12.5-5s3.333-7.333 3.5-8.5c-.5-.5-2.5-.6-6.5-3"
|
|
106
|
-
fill="url(#paint4_linear_3746_4340)" />
|
|
107
|
-
<path
|
|
108
|
-
d="m42.27 190.99 2.23-11.932h9.406c.735.908 1.726 2.593 3.594 3.942 2.334 1.686 4.684 2.703 6.5 4 1.453 1.038 1.981 3.298 2.5 3.99z"
|
|
109
|
-
fill="#28306D" />
|
|
110
|
-
<path
|
|
111
|
-
d="M56.5 131.5c-2-2-8.5-7.833-11.5-10.5l-18.5 4c0 .667-2.094 4.917 2 8.5 4 3.5 23.877 9.271 24.5 15.5.5 5-6 10-7 12.5s0 5.5-1 7.5-3.5 5-4 6.5c-.4 1.2-.833 3.5-1 4.5h17.5c4.167-11 12.75-32 12-35-.828-3.314-10.5-11-13-13.5"
|
|
112
|
-
fill="url(#paint5_linear_3746_4340)" />
|
|
113
|
-
<path
|
|
114
|
-
d="m32 87.5-4 4-.47-.883 6.182-6.511c1.88-1.848 5-1.406 6.288.894 3.857 6.89 9.802 16.72 11.305 19.547 2.347 4.415 3.521 6.622 4.845 5.918 1.325-.704-2.211-6.199-3.15-7.965s-3.83-5.692-3.5-9c.143-1.435.749-2.852 1.034-3.381l14.373 3.798-.207.677c-.676-.207-2.236.056-3.062 2.76-.573 1.874 2.738 8.839 6.07 15.043 2.158 4.018.742 9.083-3.285 11.224l-.554.295a8 8 0 0 1-10.82-3.308L35.2 87.931c-.611-1.149-2.233-1.302-3.199-.431"
|
|
115
|
-
fill="url(#paint6_linear_3746_4340)"
|
|
116
|
-
style="animation:trumpet-animate 2s infinite alternate ease-out;transform-origin:12% 45%" />
|
|
117
|
-
<g style="animation:sway 3s infinite alternate ease;transform-origin:10% 70%">
|
|
118
|
-
<path
|
|
119
|
-
d="m85.883 161.531-5.545-9.425L87 146.5c1.45.041 4.835-.235 6.5-.5 2.081-.331 5.696-.901 7.5-1 1.443-.079 2.681.967 3.268 1.104z"
|
|
120
|
-
fill="#28306D" />
|
|
121
|
-
<path
|
|
122
|
-
d="M70 113.5c-6.364-1.414-24 4.5-34 7.5-3.167 3.333-8.7 10.3-5.5 13.5 4 4 11 3.5 16.5 2 3.992-1.089 12.403-5.279 17.164-7.789a1.03 1.03 0 0 1 1.495.794c.251 2.145.714 5.301 1.341 7.495 1 3.5 4 4.5 5 7s.5 4.5 1.5 7c.8 2 2.333 4.167 3 5l11.5-9.5c-4.167-10-13.5-32-18-33"
|
|
123
|
-
fill="#428DFC" />
|
|
124
|
-
</g>
|
|
125
|
-
<path
|
|
126
|
-
d="M44 112.5c-1.143 1.906-6.5 7-9 8.5l3.5 7c5-4 9.726-13.827 10.5-15 .968-1.466 2.281-2.317 3-5 .575-2.146-.5-6.5-2.5-7-.333 1.664-1.018 3.924-1.5 5-.242.541-.5.649-.5.5 0-1 .912-6.5 0-6.5s-.956 3.463-1.1 4-.4 2.634-.9 2.5c-.537-.144-1.107-1.82-1.5-2.5-.269-.465-1.164-.883-1.67-.429q-.032.028-.024.067c.168.622 3.559 5.754 1.694 8.862"
|
|
127
|
-
fill="url(#paint7_linear_3746_4340)" />
|
|
128
|
-
<path d="M28.5 96.5c-1-2-1-4-1-4.5-.931-.376-2.165-.811-3.75-.91-.066 1.057.187 3.483-.75 4.91 1 1.5 4 2 5.5.5"
|
|
129
|
-
fill="url(#paint8_linear_3746_4340)" />
|
|
130
|
-
<path
|
|
131
|
-
d="M15.5 113.5c.8-2.4 5.333-13.5 7.5-18.5.5.6 1 1.6 2.3 2 1.2.3 2.533-.333 3.2-.5-1.5 6.667-5.5 19.5-2 23.5 2.266 2.59 7.5.5 10-1l8.5 13.5c-2 1-6.8 3.2-10 4-4 1-9-.5-13 0s-7 2.5-10-1 2.5-19 3.5-22"
|
|
132
|
-
fill="#F5F3F3" />
|
|
133
|
-
<path
|
|
134
|
-
d="M24.244 82.743c1.168.266 2.318.99 3.205 2.026.279.325.23.543.746 1.041.494.477 1.015 1.049 1.805 1.69l-1 1q.016.276.018.54c-.018-.04-.404.553-.418.76-.032.474.321.574.297.7-.199 1.042-.649 1.878-1.397 2.5-1.179.978-2.684 1.25-4 1.25-2.5 0-4.661-2.093-4.5-4.75s2.653-5.293 5.244-6.757"
|
|
135
|
-
fill="#FFBABE" />
|
|
136
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
137
|
-
d="m27.752 87.124-.154-.002-.153-.001v.003a1 1 0 0 1-.008.09 1.2 1.2 0 0 1-.056.235.82.82 0 0 1-.408.49.82.82 0 0 1-.638.02 1.2 1.2 0 0 1-.295-.15l-.003-.001-.094.121-.093.122.001.001.002.002.007.004a1 1 0 0 0 .1.065c.066.038.16.087.275.126.227.079.547.125.872-.034.326-.158.486-.439.564-.666a1.6 1.6 0 0 0 .08-.414v-.011"
|
|
138
|
-
fill="#22276D" />
|
|
139
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
140
|
-
d="m29.07 90.798.067-.129.067-.128-.003-.002-.071-.045a1 1 0 0 1-.175-.148.78.78 0 0 1-.238-.555.78.78 0 0 1 .257-.545 1.2 1.2 0 0 1 .253-.185l.003-.001-.063-.131-.062-.131h-.002l-.002.002-.006.003a1 1 0 0 0-.098.056c-.06.04-.142.099-.224.178-.164.158-.34.407-.346.75-.006.341.161.597.32.76a1.5 1.5 0 0 0 .313.245l.007.004.002.001"
|
|
141
|
-
fill="#FA7D7D" />
|
|
142
|
-
<path
|
|
143
|
-
d="M27.5 82c1 1 .451 3.12-.784 4.366q-.302.3-.623.57c.697-.504 1.33-1.107 1.756-1.8.383-.623.598-1.317.543-2.078s-.38-1.593-1.084-2.491l.085-.067c.715.911 1.05 1.763 1.107 2.55s-.166 1.504-.558 2.142c-.68 1.108-1.872 1.983-3.012 2.596-.891.571-1.947.823-1.94 1.818.01 1.394-1.138 1.34-1.524 1.47-.537.18-1.424.504-1.05 1.205.216.376.633.448 1.05.52s1.617.123 1.834.499c.236.41.2.7 0 1.2-1.112.405-2.878.66-3.8.5-1.669-.288-3.066-1.749-3.5-2.5-1.084-1.878-.843-4.556 2.537-6.508 2.4-1.385 3.096-3.048 5.888-4.326.364-.213 1.924-.817 3.075.334"
|
|
144
|
-
fill="#A1C3FC" />
|
|
145
|
-
<path d="m20.53 79.204-8.124 10.781 3.395 2.558-2.107 2.795.6.452 13.24-17.57-.6-.452-3.009 3.993z" fill="#1C2868" />
|
|
146
|
-
<rect x="8" y="191" width="234" height="1" rx=".5" fill="#EEE" />
|
|
147
|
-
<g style="animation:sway 2s infinite alternate ease;transform-origin:75% 70%">
|
|
148
|
-
<path
|
|
149
|
-
d="m215.047 84.121-9.85 2.257-3.104-8.645c.557-1.274 1.527-4.381 1.889-5.956.453-1.968.865-6.398 1.425-8.037.448-1.31 2.016-1.46 2.348-1.933z"
|
|
150
|
-
fill="#F1B505" />
|
|
151
|
-
<path
|
|
152
|
-
d="M168.426 98.353 185 134l16.5-8c0-4.5 0-13-9.5-16.5-4.381-1.614-6.74-6.315-8.055-9.556-.496-1.223.349-2.59 1.661-2.739L209.5 94.5 202 77l-29.867 11.705c-3.831 1.501-5.133 5.795-3.707 9.648"
|
|
153
|
-
fill="url(#paint9_linear_3746_4340)" />
|
|
154
|
-
</g>
|
|
155
|
-
<g style="animation:sway 2s infinite alternate-reverse ease;transform-origin:75% 70%">
|
|
156
|
-
<path
|
|
157
|
-
d="m231.159 115.47-9.659-2.97 1.634-9.039c1.12-.825 3.513-3.031 4.614-4.213 1.376-1.478 3.948-5.109 5.252-6.248 1.043-.911 2.476-.257 3-.5z"
|
|
158
|
-
fill="#F1B505" />
|
|
159
|
-
<path
|
|
160
|
-
d="M186.776 89.843 182 135l18.5-3c.5-6.167 2.5-16 0-21-1.304-2.608-1.5-6-.5-6.5s4 3 6 3.5 4-1 6.5 0 3 2 5 3.5c1.6 1.2 3.667 1.5 4.5 1.5l2.5-13.5-30.715-13.697c-3.102-1.384-6.652.662-7.009 4.04"
|
|
161
|
-
fill="url(#paint10_linear_3746_4340)" />
|
|
162
|
-
</g>
|
|
163
|
-
<path
|
|
164
|
-
d="M218.5 128.693c7-1.693 14.289-4.107 21-6.193 3.809-1.278 4.447-.105 1 2-.925.592-1.563.691-1.5 1 .038.266 1.724 1.145 4 1.5 2.277.355 4.528 1.478 4.653 1.693 0 1.307-4.153 3.307-6.653 2.807-2.982-.596-3.5-1.5-6.5-2.5-4 0-8 5-15.5 7.5zm-23 57.526V171.5l-7 2.5 4.355 14.37a3 3 0 0 0 2.871 2.13h9.774c-.5-.5-1.153-.976-1.6-1.2-.6-.3-1.9-.3-2.9-.3-.333-.333-.5-1 1.5-1 1 0 3 1.5 4 2 .69.345 2.421.591 3.526.545.177-.007.232-.222.09-.327-1.967-1.449-5.62-4.218-7.116-4.218-2 0-3.5 0-4.5.5-.564.282-1.491.497-2.223.542-.458.028-.777-.364-.777-.823"
|
|
165
|
-
fill="#FAB6AF" />
|
|
166
|
-
<path
|
|
167
|
-
d="M203 134v-11.5c-1.5.333-5 1.2-7 2-2.5 1-4.087 3-9.5 5.5s-12.5 2.273-12.5 7.5c0 3.5 7.5 7 9.5 11.5.642 1.445 1.5 3.5 2 9 .41 4.509-3 15.5-3 17.5 0 1.6 1 3.333 1.5 4l11.5-4.5c.333-4.5 1-13.8 1-15 0-1.5 1.5-5 3.5-7s10.5-7.5 14-8.5 5.5-1 7.5-1.5c1.6-.4 4.333-2.5 5.5-3.5l-6-12c-1.833.333-6.3 1.4-9.5 3s-5 3.5-8.5 3.5"
|
|
168
|
-
fill="#23286B" />
|
|
169
|
-
<path
|
|
170
|
-
d="M196.5 153.5c.943 1.854 1 2.5 1.452 3.192 1.067.075 2.909-.27 4.548-.692-.282-1.092-1.08-2.796-.6-4.55-1.4-.95-2.453-.694-3.4-.45s-1.9 1.186-2 2.5"
|
|
171
|
-
fill="url(#paint11_linear_3746_4340)" />
|
|
172
|
-
<path
|
|
173
|
-
d="M200.078 167.222C199 166 199.342 165.42 198.5 164c-.219-.371-.316-.158-1-.5-1-.5-2.183-.286-3-1.5l1.5-1.5c-.5-2 .409-4.025 2.39-4.966 1.418-.808 3.834-1.113 5.11-.534 2.699 1.29 3.661 3.243 3 6-.66 2.757-3.433 5.165-6.422 6.222"
|
|
174
|
-
fill="#FFBEB6" />
|
|
175
|
-
<path
|
|
176
|
-
d="M198 168c-.2 1-.078 2.413.787 3.824l-.287.176c-2-2.5-.551-6.302 0-8 .841-2.59 3-4 4-4.5s1.702-.194 2.5-.5c.157-.06.943-.362.678-1.522-.155-.677-.606-.773-1.178-.978-1.111-.398-2.179-.969-2-2 2-1.5 6.5-1 8.11 2.184.531 1.049 1.879 4.208-.421 6.577C208.5 165 206.616 165.785 205 167c-.783.589-1.5 1.5-1 2.5l-4.172 2.907c-.904-1.512-1.673-3.443-1.828-4.407"
|
|
177
|
-
fill="#1C2868" />
|
|
178
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
179
|
-
d="m198.64 161.012.001.153.002.154h-.004l-.018.001a1.1 1.1 0 0 0-.306.063.8.8 0 0 0-.491.408.82.82 0 0 0-.02.638 1.3 1.3 0 0 0 .14.28l.01.015.002.003-.122.093-.122.093-.001-.001-.001-.002-.005-.006-.015-.022-.049-.078a1.6 1.6 0 0 1-.127-.275 1.13 1.13 0 0 1 .034-.873 1.13 1.13 0 0 1 .667-.564 1.5 1.5 0 0 1 .386-.079l.027-.001z"
|
|
180
|
-
fill="#22276D" />
|
|
181
|
-
<defs>
|
|
182
|
-
<linearGradient id="paint0_linear_3746_4340" x1="115" y1="125" x2="154" y2="122" gradientUnits="userSpaceOnUse">
|
|
183
|
-
<stop stop-color="#E0DFDF" />
|
|
184
|
-
<stop offset=".342" stop-color="#F5F3F3" />
|
|
185
|
-
</linearGradient>
|
|
186
|
-
<linearGradient id="paint1_linear_3746_4340" x1="129" y1="65.103" x2="148.245" y2="53.742"
|
|
187
|
-
gradientUnits="userSpaceOnUse">
|
|
188
|
-
<stop offset=".23" stop-color="#F5A7A1" />
|
|
189
|
-
<stop offset=".867" stop-color="#FFBEB6" />
|
|
190
|
-
</linearGradient>
|
|
191
|
-
<linearGradient id="paint2_linear_3746_4340" x1="77" y1="100.059" x2="85.046" y2="77.72"
|
|
192
|
-
gradientUnits="userSpaceOnUse">
|
|
193
|
-
<stop offset=".133" stop-color="#F5A7A1" />
|
|
194
|
-
<stop offset=".537" stop-color="#FFBEB6" />
|
|
195
|
-
</linearGradient>
|
|
196
|
-
<linearGradient id="paint3_linear_3746_4340" x1="110.5" y1="72" x2="125" y2="101" gradientUnits="userSpaceOnUse">
|
|
197
|
-
<stop offset=".161" stop-color="#FFC417" />
|
|
198
|
-
<stop offset="1" stop-color="#F1B505" />
|
|
199
|
-
</linearGradient>
|
|
200
|
-
<linearGradient id="paint4_linear_3746_4340" x1="29" y1="126.5" x2="39.157" y2="109.046"
|
|
201
|
-
gradientUnits="userSpaceOnUse">
|
|
202
|
-
<stop stop-color="#E0DFDF" />
|
|
203
|
-
<stop offset=".73" stop-color="#F5F3F3" />
|
|
204
|
-
</linearGradient>
|
|
205
|
-
<linearGradient id="paint5_linear_3746_4340" x1="41.5" y1="129.5" x2="53.5" y2="181" gradientUnits="userSpaceOnUse">
|
|
206
|
-
<stop stop-color="#0C6FE8" />
|
|
207
|
-
<stop offset="1" stop-color="#428DFC" />
|
|
208
|
-
</linearGradient>
|
|
209
|
-
<linearGradient id="paint6_linear_3746_4340" x1="26.887" y1="88.445" x2="76.566" y2="117.8"
|
|
210
|
-
gradientUnits="userSpaceOnUse">
|
|
211
|
-
<stop stop-color="#E8B73F" />
|
|
212
|
-
<stop offset="1" stop-color="#CF9F36" />
|
|
213
|
-
</linearGradient>
|
|
214
|
-
<linearGradient id="paint7_linear_3746_4340" x1="34.866" y1="128.246" x2="57.341" y2="119.883"
|
|
215
|
-
gradientUnits="userSpaceOnUse">
|
|
216
|
-
<stop offset=".119" stop-color="#F5A7A1" />
|
|
217
|
-
<stop offset=".48" stop-color="#FFBEB6" />
|
|
218
|
-
</linearGradient>
|
|
219
|
-
<linearGradient id="paint8_linear_3746_4340" x1="25.5" y1="93.5" x2="26" y2="98" gradientUnits="userSpaceOnUse">
|
|
220
|
-
<stop stop-color="#F3A29D" />
|
|
221
|
-
<stop offset="1" stop-color="#FFBABE" />
|
|
222
|
-
</linearGradient>
|
|
223
|
-
<linearGradient id="paint9_linear_3746_4340" x1="166.5" y1="89" x2="207.5" y2="124.5"
|
|
224
|
-
gradientUnits="userSpaceOnUse">
|
|
225
|
-
<stop offset=".278" stop-color="#A1C3FC" />
|
|
226
|
-
<stop offset=".625" stop-color="#7CABF1" />
|
|
227
|
-
</linearGradient>
|
|
228
|
-
<linearGradient id="paint10_linear_3746_4340" x1="186.5" y1="86" x2="203" y2="125" gradientUnits="userSpaceOnUse">
|
|
229
|
-
<stop offset=".057" stop-color="#B5D1FF" />
|
|
230
|
-
<stop offset=".316" stop-color="#A1C3FC" />
|
|
231
|
-
</linearGradient>
|
|
232
|
-
<linearGradient id="paint11_linear_3746_4340" x1="198" y1="150.5" x2="198.322" y2="155.682"
|
|
233
|
-
gradientUnits="userSpaceOnUse">
|
|
234
|
-
<stop stop-color="#FBB5AE" />
|
|
235
|
-
<stop offset=".907" stop-color="#F4A5A0" />
|
|
236
|
-
</linearGradient>
|
|
237
|
-
</defs>
|
|
238
|
-
</svg>
|
|
@@ -1,20 +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
|
-
<rect width="19.5" height="19.5" x="2.25" y="2.25" stroke="#2E4866" stroke-width="1.5" rx="4.75" vector-effect="non-scaling-stroke"/>
|
|
19
|
-
<rect width="16.5" height="16.5" x="3.75" y="3.75" fill="#000A14" fill-opacity=".2" stroke="#74B5FF" stroke-width="1.5" rx="3.25" vector-effect="non-scaling-stroke"/>
|
|
20
|
-
</svg>
|
|
@@ -1,22 +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
|
-
<rect width="18" height="18" x="3" y="3" fill="#fff" rx="4"/>
|
|
19
|
-
<rect width="18" height="18" x="3" y="3" stroke="#ABCFF3" rx="4" vector-effect="non-scaling-stroke"/>
|
|
20
|
-
<rect width="18" height="18" x="3" y="3" fill="#06C" rx="4"/>
|
|
21
|
-
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h8" vector-effect="non-scaling-stroke"/>
|
|
22
|
-
</svg>
|