@devtron-labs/devtron-fe-common-lib 1.12.0 → 1.13.0-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-BX93G51P.js → @common-rjsf-CG-ZNO8_.js} +14811 -13821
- package/dist/{@framer-motion-BaOj5B1h.js → @framer-motion-vKlTvuNq.js} +1 -1
- package/dist/{@react-dates-CdRpENvm.js → @react-dates-DsYJWeMo.js} +1 -1
- package/dist/{@react-select-BLSAqXV1.js → @react-select-D3FsD2uq.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-BLmFnJWD.js → @react-virtualized-sticky-tree-DWN3dQyp.js} +1 -1
- package/dist/{@vendor-SjXFleuT.js → @vendor-BZ1WgRCl.js} +20730 -21550
- package/dist/Common/CIPipeline.Types.d.ts +20 -19
- package/dist/Common/Checkbox/Checkbox.d.ts +2 -0
- package/dist/Common/Checkbox/index.d.ts +1 -0
- package/dist/Common/Common.service.d.ts +2 -1
- package/dist/Common/Constants.d.ts +4 -2
- package/dist/Common/Drawer/index.d.ts +1 -0
- package/dist/Common/EmptyState/index.d.ts +2 -0
- package/dist/Common/Helper.d.ts +5 -1
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/Toggle/Toggle.d.ts +4 -1
- package/dist/Common/Types.d.ts +16 -10
- package/dist/Common/index.d.ts +2 -4
- package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +4 -0
- package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +5 -0
- package/dist/Shared/Components/AboutDevtron/index.d.ts +2 -0
- package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +1 -1
- package/dist/Shared/Components/AnimatedDeployButton/types.d.ts +6 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +2 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/constants.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/index.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/service.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/types.d.ts +78 -0
- package/dist/Shared/Components/AppStatusModal/utils.d.ts +8 -0
- package/dist/Shared/Components/Button/types.d.ts +3 -1
- package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentDetailSteps.d.ts +1 -1
- 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/History.components.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/constants.d.ts +1 -0
- package/dist/Shared/Components/CICDHistory/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/service.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/types.d.ts +15 -79
- package/dist/Shared/Components/CICDHistory/utils.d.ts +7 -3
- package/dist/Shared/Components/CMCS/constants.d.ts +2 -2
- package/dist/Shared/Components/CMCS/utils.d.ts +4 -3
- package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/types.d.ts +3 -3
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +10 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/index.d.ts +3 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +22 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +20 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +8 -2
- package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
- package/dist/Shared/Components/Error/types.d.ts +4 -0
- package/dist/Shared/Components/Error/utils.d.ts +1 -0
- 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 +0 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +34 -1
- package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
- package/dist/Shared/Components/Icon/types.d.ts +2 -1
- 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/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +75 -78
- package/dist/Shared/Components/KeyValueTable/index.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/utils.d.ts +13 -0
- package/dist/Shared/Components/License/index.d.ts +1 -1
- package/dist/Shared/Components/License/utils.d.ts +2 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.component.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +36 -12
- package/dist/Shared/Components/TabGroup/TabGroup.utils.d.ts +1 -1
- package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/index.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/types.d.ts +11 -0
- package/dist/Shared/Components/index.d.ts +5 -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 +13 -1
- package/dist/Shared/Services/app.types.d.ts +2 -6
- package/dist/Shared/constants.d.ts +20 -24
- package/dist/Shared/types.d.ts +113 -2
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/ic-amazon-eks.13404569.svg +5 -0
- package/dist/assets/ic-arrow-square-out.59bb549a.svg +3 -0
- package/dist/assets/ic-azure-aks.a9e437d5.svg +46 -0
- package/dist/assets/{ic-timeout-red.5eda1010.svg → ic-bulk-check.0f698efa.svg} +4 -4
- package/dist/assets/{ic-memory.c4159f96.svg → ic-bulk-check.99e92f7a.svg} +5 -3
- package/dist/assets/ic-caret-down-small.7c4f88bf.svg +3 -0
- package/dist/assets/ic-caret-right.0ff813c2.svg +3 -0
- package/dist/assets/ic-celebration.77350694.svg +238 -0
- package/dist/assets/ic-checkbox-hover.0151d832.svg +20 -0
- package/dist/assets/ic-checkbox-hover.93e8d66a.svg +20 -0
- package/dist/assets/ic-checkbox-intermediate.24c6d21d.svg +22 -0
- package/dist/assets/ic-checkbox-intermediate.2a2d6c49.svg +22 -0
- package/dist/assets/ic-checkbox-selected.47444fab.svg +20 -0
- package/dist/assets/ic-checkbox-selected.c5539d6f.svg +20 -0
- package/dist/assets/{ic-check-grey.f556e371.svg → ic-checkbox-unselected.8054e3d7.svg} +2 -4
- package/dist/assets/ic-checkbox-unselected.ab91cdba.svg +19 -0
- package/dist/assets/ic-checks.d276fd05.svg +3 -0
- package/dist/assets/ic-cloud-vms.27ea954e.svg +5 -0
- package/dist/assets/ic-cpu.07ca0915.svg +3 -0
- package/dist/assets/ic-disconnect.26bad827.svg +3 -0
- package/dist/assets/ic-expand-right-sm.9b347d49.svg +3 -0
- package/dist/assets/ic-expand-sm.a9a724f8.svg +3 -0
- package/dist/assets/ic-gift-gradient.7690a246.svg +9 -0
- package/dist/assets/ic-gift.9b048fc7.svg +3 -0
- package/dist/assets/ic-gitlab.ac331d67.svg +31 -0
- package/dist/assets/ic-google-gke.07314724.svg +9 -0
- package/dist/assets/ic-hand-pointing.aff70667.svg +4 -0
- package/dist/assets/ic-help-filled.4468cdf1.svg +4 -0
- package/dist/assets/{ic-info-filled.9277eb13.svg → ic-info-filled.763be331.svg} +1 -1
- package/dist/assets/ic-install.28c3beec.svg +3 -0
- package/dist/assets/ic-k3s.7f4bf72d.svg +3 -0
- package/dist/assets/ic-key.8c76fb61.svg +3 -0
- package/dist/assets/ic-kind.bd8ee992.svg +9 -0
- package/dist/assets/ic-laptop.485e21b4.svg +3 -0
- package/dist/assets/ic-man-on-rocket.7f67e914.svg +94 -0
- package/dist/assets/ic-megaphone-left.6b2a00b7.svg +3 -0
- package/dist/assets/ic-memory.82ba7e9b.svg +3 -0
- package/dist/assets/ic-minikube.d9ff1575.svg +9 -0
- package/dist/assets/ic-mobile.7c649251.svg +4 -0
- package/dist/assets/ic-rocket-launch.1d407c66.svg +3 -0
- package/dist/assets/{ic-timeout-two-dash.9a580698.svg → ic-selected.3a29e244.svg} +2 -3
- package/dist/assets/ic-sparkle-color.01c0be88.svg +1 -0
- package/dist/assets/ic-thumb-down.92d2c4d7.svg +3 -0
- package/dist/assets/ic-thumb-up.7c6f6896.svg +3 -0
- package/dist/assets/ic-timeout-dash.d8e2d62e.svg +21 -0
- package/dist/assets/ic-ubuntu.fa47508f.svg +4 -0
- package/dist/assets/ic-user-circle.7d7152fa.svg +3 -0
- package/dist/assets/ic-wifi-slash.d0390749.svg +3 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.js +887 -858
- package/package.json +1 -7
- package/dist/@common-rjsf-CzK1frl5.js +0 -617
- package/dist/@monaco-editor-CVagbUeH.js +0 -138960
- package/dist/Common/Checkbox.d.ts +0 -5
- package/dist/Common/CodeEditor/CodeEditor.d.ts +0 -4
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +0 -48
- package/dist/Common/CodeEditor/index.d.ts +0 -2
- package/dist/Common/CodeEditor/types.d.ts +0 -110
- package/dist/Common/CodeEditor/utils.d.ts +0 -3
- package/dist/Shared/Components/AnnouncementBanner/AnnouncementBanner.d.ts +0 -6
- package/dist/Shared/Components/AnnouncementBanner/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/ErrorInfoStatusBar.d.ts +0 -2
- package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +0 -19
- package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +0 -1
- package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +0 -7
- package/dist/assets/@code-editor.css +0 -1
- package/dist/assets/@monaco-editor.css +0 -1
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/assets/ic-cpu.8be677ee.svg +0 -20
- package/dist/assets/ic-disconnected.551d6161.svg +0 -29
- package/dist/assets/ic-megaphone.b9f9a901.svg +0 -19
- package/dist/assets/ic-nav-rocket.433c9706.svg +0 -19
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.components.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.constants.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.context.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.theme.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditorRenderer.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Commands/findAndReplace.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Commands/index.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Commands/keyMaps.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/DiffMinimap.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/findAndReplace.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/index.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/readOnlyTooltip.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/yamlHighlight.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/yamlParseLinter.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/index.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/utils.d.ts +0 -0
@@ -0,0 +1,238 @@
|
|
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>
|
@@ -0,0 +1,20 @@
|
|
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>
|
@@ -0,0 +1,20 @@
|
|
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="#ABCFF3" 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=".02" stroke="#06C" stroke-width="1.5" rx="3.25" vector-effect="non-scaling-stroke"/>
|
20
|
+
</svg>
|
@@ -0,0 +1,22 @@
|
|
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>
|
@@ -0,0 +1,22 @@
|
|
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="#0D0F1C" rx="4"/>
|
19
|
+
<rect width="18" height="18" x="3" y="3" stroke="#2E4866" rx="4" vector-effect="non-scaling-stroke"/>
|
20
|
+
<rect width="18" height="18" x="3" y="3" fill="#74B5FF" rx="4"/>
|
21
|
+
<path stroke="#0D0F1C" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h8" vector-effect="non-scaling-stroke"/>
|
22
|
+
</svg>
|
@@ -0,0 +1,20 @@
|
|
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="#74B5FF" rx="4"/>
|
19
|
+
<path stroke="#0D0F1C" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.813 8.938-6.125 6.124L7.624 12" vector-effect="non-scaling-stroke"/>
|
20
|
+
</svg>
|
@@ -0,0 +1,20 @@
|
|
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="#06C" rx="4"/>
|
19
|
+
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.813 8.938-6.125 6.124L7.624 12" vector-effect="non-scaling-stroke"/>
|
20
|
+
</svg>
|
@@ -14,8 +14,6 @@
|
|
14
14
|
- limitations under the License.
|
15
15
|
-->
|
16
16
|
|
17
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
18
|
-
|
19
|
-
<path stroke="#B1B7BC" stroke-linecap="round" class="stroke-color" stroke-linejoin="round" stroke-width="2" d="M3.898 12.564l4.95 4.95L19.455 6.906"/>
|
20
|
-
</g>
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
18
|
+
<rect width="16.5" height="16.5" x="3.75" y="3.75" fill="#000A14" fill-opacity=".02" stroke="#959BA1" stroke-width="1.5" rx="3.25" vector-effect="non-scaling-stroke"/>
|
21
19
|
</svg>
|
@@ -0,0 +1,19 @@
|
|
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.5" height="16.5" x="3.75" y="3.75" fill="#000A14" fill-opacity=".2" stroke="#61676F" stroke-width="1.5" rx="3.25" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
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="m13.875 7.875-8.25 8.25L1.5 12m21-4.125-8.25 8.25-2.191-2.191" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<path fill="#06C" d="M16.714 9.974H7.286a.197.197 0 0 0-.197.196v9.87c0 .109.089.197.197.197h9.428a.197.197 0 0 0 .197-.196v-9.87a.197.197 0 0 0-.197-.197Zm-8.053 1.571h6.678v2.873H8.661v-2.873Zm6.678 7.12H8.661v-2.872h6.678v2.873Z"/>
|
3
|
+
<path fill="#06C" d="M9.84 17.389a.786.786 0 1 0 1.57 0 .786.786 0 0 0-1.57 0Zm0-4.37a.786.786 0 1 0 1.57 0 .786.786 0 0 0-1.57 0Z"/>
|
4
|
+
<path fill="#06C" d="M19.351 8.08C18.227 5.112 15.361 3 12.005 3a7.858 7.858 0 0 0-7.346 5.078A4.92 4.92 0 0 0 1 12.86c.015 2.563 2.004 4.648 4.508 4.871a.197.197 0 0 0 .214-.196v-1.483a.196.196 0 0 0-.172-.194 3.062 3.062 0 0 1-1.77-.848 3.026 3.026 0 0 1-.914-2.175c0-.687.224-1.336.643-1.876a3.06 3.06 0 0 1 1.623-1.073l.931-.245.341-.901a6.042 6.042 0 0 1 2.163-2.787 5.945 5.945 0 0 1 3.438-1.085 5.986 5.986 0 0 1 4.724 2.315c.37.474.665 1 .877 1.559l.338.899.928.245a3.05 3.05 0 0 1 1.349 5.122 3.056 3.056 0 0 1-1.766.847.194.194 0 0 0-.17.194v1.486a.2.2 0 0 0 .217.196c2.497-.226 4.48-2.308 4.498-4.866a4.919 4.919 0 0 0-3.65-4.785Z"/>
|
5
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
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="M19.5 9.75h2.25m-2.25 4.5h2.25m-19.5-4.5H4.5m-2.25 4.5H4.5m9.75 5.25v2.25m-4.5-2.25v2.25m4.5-19.5V4.5m-4.5-2.25V4.5m-.375 4.875h5.25v5.25h-5.25v-5.25ZM5.25 4.5h13.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75V5.25a.75.75 0 0 1 .75-.75Z" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1558 2.01314C17.0863 2.13825 17.5633 3.24858 17.0081 3.99141C16.883 4.15562 16.0385 5.03138 15.1315 5.93841C14.2244 6.83763 13.4816 7.61173 13.4816 7.65865C13.4816 7.7603 16.0776 10.3563 16.1792 10.3563C16.2183 10.3563 17.0785 9.53528 18.095 8.52659C19.6666 6.95492 19.9716 6.68906 20.2296 6.64215C21.2461 6.45448 22.0359 7.3537 21.6918 8.29983C21.6449 8.41712 20.777 9.34761 19.7683 10.3563L17.9386 12.1938L18.4937 12.7412C19.0958 13.3276 19.2679 13.6326 19.2679 14.0705C19.2679 14.4927 19.1271 14.696 18.181 15.6343C17.704 16.1035 17.313 16.5257 17.313 16.5726C17.313 16.6117 18.267 17.6048 19.4321 18.7777L21.5589 20.9045L21.512 21.2407C21.426 21.8897 20.7848 22.2025 20.2453 21.8584C20.1187 21.7767 18.0146 19.6943 15.2779 16.9616L14.4393 16.1237C14.0594 15.7438 13.6706 15.3548 13.2761 14.9598L12.6806 14.3632C12.3811 14.0631 12.0793 13.7605 11.7765 13.4569L11.1702 12.8485C6.61934 8.28058 2.05799 3.66801 2.02636 3.56917C1.94817 3.28768 2.04982 2.89671 2.25312 2.70123C2.47988 2.49011 2.91776 2.41192 3.16016 2.53703C3.23165 2.57873 3.80698 3.13335 4.55414 3.8758L5.14155 4.46278C5.19232 4.51378 5.24343 4.5652 5.29482 4.61695L7.24964 6.61087L8.23486 5.63346C9.04807 4.83589 9.27483 4.65605 9.51722 4.60914C10.0333 4.50748 10.4008 4.67951 11.0654 5.32851L11.6597 5.90713L13.4034 4.1087C15.2957 2.15388 15.5772 1.93494 16.1558 2.01314ZM4.73183 17.3624L6.46771 19.0982L5.57631 20.0444C5.07588 20.5761 4.59108 21.0218 4.45816 21.0687C4.15321 21.1703 3.80134 21.1625 3.51203 21.0374C3.18362 20.8967 2.86303 20.4979 2.80047 20.1538C2.69882 19.63 2.8943 19.2859 3.84825 18.285L4.73183 17.3624ZM5.3261 9.61347L9.79872 14.0705L14.2713 18.5274L14.0524 18.6213C13.3643 18.9028 11.777 19.0748 10.9012 18.9575C8.16449 18.6134 5.98291 16.7994 5.15407 14.1877C4.77093 12.9914 4.8022 11.1304 5.22445 9.91842L5.3261 9.61347Z" fill="var(--N0)"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<path stroke="url(#ic-gift-gradient)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 12.4v7.75a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75V12.4M12 7.9v13m0-13s3.182 0 4.243-1.06a2.25 2.25 0 0 0-3.182-3.182C12 4.718 12 7.901 12 7.901Zm0 0s-3.182 0-4.243-1.06a2.25 2.25 0 0 1 3.182-3.182C12 4.718 12 7.901 12 7.901Zm-8.25 0h16.5a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 .75-.75Z" vector-effect="non-scaling-stroke"/>
|
3
|
+
<defs>
|
4
|
+
<linearGradient id="ic-gift-gradient" x1="14.5" y1="9.27323" x2="1.82753" y2="7.60329" gradientUnits="userSpaceOnUse">
|
5
|
+
<stop stop-color="#DFB74F" />
|
6
|
+
<stop offset="1" stop-color="#FFECA8" />
|
7
|
+
</linearGradient>
|
8
|
+
</defs>
|
9
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
+
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M11.375 7.234v4.52a.438.438 0 0 1-.438.438H3.064a.438.438 0 0 1-.438-.437V7.234M7 4.609v7.583M7 4.61s1.856 0 2.475-.619a1.313 1.313 0 0 0-1.856-1.856C7 2.753 7 4.609 7 4.609Zm0 0s-1.856 0-2.475-.619a1.313 1.313 0 0 1 1.856-1.856C7 2.753 7 4.609 7 4.609Zm-4.813 0h9.626c.241 0 .437.196.437.437v1.75a.438.438 0 0 1-.438.438H2.188a.438.438 0 0 1-.438-.438v-1.75c0-.241.196-.437.438-.437Z" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
18
|
+
<g fill="none" fill-rule="evenodd">
|
19
|
+
<path data-style-override="false" d="M0 0h24v24H0z"/>
|
20
|
+
<g fill-rule="nonzero">
|
21
|
+
<path data-style-override="false" fill="#FC6D26" d="M21.95 13.522l-1.118-3.439-2.214-6.82a.383.383 0 0 0-.726 0l-2.214 6.816H8.32L6.107 3.262a.382.382 0 0 0-.726 0l-2.21 6.817-1.12 3.443a.762.762 0 0 0 .276.852L12 21.402l9.671-7.028a.763.763 0 0 0 .28-.852"/>
|
22
|
+
<path data-style-override="false" fill="#E24329" d="M12 21.397l3.678-11.318H8.324z"/>
|
23
|
+
<path data-style-override="false" fill="#FC6D26" d="M12 21.397L8.32 10.079H3.174z"/>
|
24
|
+
<path data-style-override="false" fill="#FCA326" d="M3.169 10.082l-1.12 3.44a.762.762 0 0 0 .276.85L12 21.403l-8.831-11.32z"/>
|
25
|
+
<path data-style-override="false" fill="#E24329" d="M3.17 10.082h5.155L6.107 3.266a.383.383 0 0 0-.727 0l-2.21 6.816z"/>
|
26
|
+
<path data-style-override="false" fill="#FC6D26" d="M12 21.397l3.678-11.318h5.156z"/>
|
27
|
+
<path data-style-override="false" fill="#FCA326" d="M20.83 10.082l1.12 3.44a.76.76 0 0 1-.276.85L12 21.398l8.828-11.315h.003z"/>
|
28
|
+
<path data-style-override="false" fill="#E24329" d="M20.833 10.082H15.68l2.214-6.816a.382.382 0 0 1 .726 0l2.214 6.816z"/>
|
29
|
+
</g>
|
30
|
+
</g>
|
31
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<path fill="#4285F4" fill-rule="evenodd" d="m14.68 13.06 4.55 2.63v.99l-4.94-2.85.39-.77Z" clip-rule="evenodd"/>
|
3
|
+
<path fill="#4285F4" fill-rule="evenodd" d="M12.48 12.3v4.59l3.86-2.29v-4.59l-3.86 2.29Z" clip-rule="evenodd"/>
|
4
|
+
<path fill="#669DF6" fill-rule="evenodd" d="m9.98 13.65-5.21 3.01-.32-.8 5.08-2.94.45.73Z" clip-rule="evenodd"/>
|
5
|
+
<path fill="#669DF6" fill-rule="evenodd" d="m11.52 12.3-3.86-2.29v4.59l3.86 2.29V12.3Z" clip-rule="evenodd"/>
|
6
|
+
<path fill="#AECBFA" d="M12.41 3.29h-.86v5.78h.86V3.29Z"/>
|
7
|
+
<path fill="#AECBFA" fill-rule="evenodd" d="M3.25 7v10L12 22l8.74-5V7L12 2 3.25 7Zm15.63 8.89L12 19.78l-6.88-3.89V8.11L12 4.22l6.87 3.89v7.78h.01Z" clip-rule="evenodd"/>
|
8
|
+
<path fill="#AECBFA" fill-rule="evenodd" d="m11.98 11.5 3.98-2.29-3.98-2.3-3.97 2.3 3.97 2.29Z" clip-rule="evenodd"/>
|
9
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
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="M12 9.75V3.375a1.875 1.875 0 1 0-3.75 0v11.369l-2.056-3.56a1.876 1.876 0 1 0-3.247 1.874C6 19.5 7.857 21.75 12 21.75a7.5 7.5 0 0 0 7.5-7.5V10.5a1.875 1.875 0 1 0-3.75 0" vector-effect="non-scaling-stroke"/>
|
3
|
+
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.75 10.5V9.375a1.875 1.875 0 1 0-3.75 0v.375" vector-effect="non-scaling-stroke"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<circle cx="12" cy="12" r="10" fill="#3B444C"/>
|
3
|
+
<path fill="#fff" d="M12.84 5.583A4.3 4.3 0 0 0 7.7 9.8a1 1 0 1 0 2 0 2.3 2.3 0 1 1 2.3 2.3 1 1 0 0 0-1 1v1.4a1 1 0 1 0 2 0v-.518a4.299 4.299 0 0 0-.16-8.4ZM12 18.5a.983.983 0 0 0 1-1 .968.968 0 0 0-.291-.705A.959.959 0 0 0 12 16.5a.959.959 0 0 0-.709.295.968.968 0 0 0-.291.705c0 .282.093.521.278.718A.996.996 0 0 0 12 18.5Z"/>
|
4
|
+
</svg>
|
@@ -16,5 +16,5 @@
|
|
16
16
|
|
17
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
18
18
|
<circle cx="8.00016" cy="8" r="6.66667" fill="#3b444c"/>
|
19
|
-
<path d="M7.99496 5.38035C7.80688 5.38035 7.64568 5.31318 7.51133 5.17884C7.37699 5.0445 7.30982 4.87993 7.30982 4.68514C7.30982 4.49034 7.37699 4.32914 7.51133 4.20151C7.64568 4.06717 7.80688 4 7.99496 4C8.18976 4 8.35432 4.06717 8.48867 4.20151C8.62301 4.32914 8.69018 4.49034 8.69018 4.68514C8.69018 4.87993 8.62301 5.0445 8.48867 5.17884C8.35432 5.31318 8.18976 5.38035 7.99496 5.38035ZM8.57934 10.2267H10V11.2443H6V10.2267H7.42066V7.11335H6V6.09572H8.57934V10.2267Z" fill="var(--
|
19
|
+
<path d="M7.99496 5.38035C7.80688 5.38035 7.64568 5.31318 7.51133 5.17884C7.37699 5.0445 7.30982 4.87993 7.30982 4.68514C7.30982 4.49034 7.37699 4.32914 7.51133 4.20151C7.64568 4.06717 7.80688 4 7.99496 4C8.18976 4 8.35432 4.06717 8.48867 4.20151C8.62301 4.32914 8.69018 4.49034 8.69018 4.68514C8.69018 4.87993 8.62301 5.0445 8.48867 5.17884C8.35432 5.31318 8.18976 5.38035 7.99496 5.38035ZM8.57934 10.2267H10V11.2443H6V10.2267H7.42066V7.11335H6V6.09572H8.57934V10.2267Z" fill="var(--N0)"/>
|
20
20
|
</svg>
|
@@ -0,0 +1,3 @@
|
|
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="M17.25 12H21a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75v-6A.75.75 0 0 1 3 12h3.75M12 2.25V12m0 0L7.5 7.5M12 12l4.5-4.5m1.5 8.25h-1.5" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<path fill="#FFC61C" d="M20.671 3H3.33A2.337 2.337 0 0 0 1 5.326v13.348A2.332 2.332 0 0 0 3.329 21H20.67A2.336 2.336 0 0 0 23 18.674V5.326A2.332 2.332 0 0 0 20.671 3ZM10.296 16.09l-4.232 2.457A1.134 1.134 0 0 1 4.4 17.279c.077-.29.266-.538.526-.689l4.232-2.457a1.133 1.133 0 0 1 1.47 1.664 1.12 1.12 0 0 1-.332.292Zm1.665-3.745h-.005a1.134 1.134 0 0 1-1.127-1.136l.02-4.871a1.13 1.13 0 0 1 1.133-1.127h.005a1.133 1.133 0 0 1 1.128 1.137l-.021 4.87a1.131 1.131 0 0 1-1.133 1.127Zm7.489 5.789a1.131 1.131 0 0 1-1.547.414l-4.239-2.445a1.133 1.133 0 0 1-.124-1.878 1.132 1.132 0 0 1 1.257-.082l4.238 2.445a1.132 1.132 0 0 1 .415 1.546Z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
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="m15.59 7 1.414 1.414m-8.27 3.101a6.744 6.744 0 1 1 3.75 3.75L11.25 16.5H9v2.25H6.75V21H3v-3.75l5.735-5.735Z" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|