@devtron-labs/devtron-fe-common-lib 1.5.3-beta-3 → 1.5.4-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-BOZaVf1s.js → @code-editor-KLI_WLw7.js} +6713 -7584
- package/dist/{@common-rjsf-xACGB2Yo.js → @common-rjsf-CRAlH24z.js} +2 -2
- package/dist/{@framer-motion-CtC3e2uC.js → @framer-motion-CdgdF0KV.js} +1 -1
- package/dist/{@react-dates-BlBjJ115.js → @react-dates-CtQV2TLr.js} +31 -31
- package/dist/{@react-select-CjYy5-X-.js → @react-select-Cn3OpC9h.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-DCAYOwGQ.js → @react-virtualized-sticky-tree-CVJYfMx0.js} +1 -1
- package/dist/{@vendor-CB7cq1II.js → @vendor-CwAQS8iU.js} +8897 -9849
- package/dist/Common/Constants.d.ts +0 -6
- package/dist/Common/Helper.d.ts +5 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +1 -7
- package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +0 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +0 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +51 -120
- package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +2 -5
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +0 -5
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +0 -4
- package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +54 -0
- package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
- package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +28 -0
- package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +14 -0
- package/dist/Shared/Components/index.d.ts +1 -5
- package/dist/Shared/Hooks/useForm/useForm.d.ts +2 -7
- package/dist/Shared/Providers/ThemeProvider/types.d.ts +1 -1
- package/dist/Shared/Providers/ThemeProvider/utils.d.ts +2 -1
- package/dist/Shared/Services/app.types.d.ts +1 -72
- package/dist/Shared/Services/common.service.d.ts +1 -0
- package/dist/Shared/Services/index.d.ts +0 -1
- package/dist/Shared/types.d.ts +17 -0
- package/dist/Shared/validations.d.ts +0 -4
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/app-not-deployed.0cd07081.svg +125 -0
- package/dist/assets/change-source.abc9d12f.png +0 -0
- package/dist/assets/ic-mechanical-operation.3c3f4672.svg +76 -0
- package/dist/assets/ic-not-authorized.cb3b5ff2.svg +95 -0
- package/dist/assets/ic-source-build.7d776b10.svg +22 -0
- package/dist/assets/ic-source-job.a40f06cf.svg +26 -0
- package/dist/assets/ic-source-linked-build.f24ecbed.svg +24 -0
- package/dist/assets/ic-source-webhook.ee64a29a.svg +22 -0
- package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +24 -0
- package/dist/assets/ic-vulnerability-not-found.e059b757.svg +117 -0
- package/dist/assets/no-artifact.fd2d84d9.webp +0 -0
- package/dist/assets/select-image-source.fb911f42.png +0 -0
- package/dist/index.js +688 -717
- package/package.json +3 -3
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +0 -3
- package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +0 -11
- package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +0 -3
- package/dist/Shared/Components/CMCS/constants.d.ts +0 -23
- package/dist/Shared/Components/CMCS/helpers.d.ts +0 -1
- package/dist/Shared/Components/CMCS/index.d.ts +0 -6
- package/dist/Shared/Components/CMCS/types.d.ts +0 -24
- package/dist/Shared/Components/CMCS/utils.d.ts +0 -17
- package/dist/Shared/Components/CMCS/validations.d.ts +0 -3
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +0 -4
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +0 -3
- package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +0 -3
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +0 -2
- package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +0 -7
- package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +0 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +0 -2
- package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +0 -39
- package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +0 -3
- package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +0 -1
- package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +0 -10
- package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +0 -2
- package/dist/Shared/Components/UnsavedChanges/index.d.ts +0 -1
- package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +0 -3
- package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +0 -1
- package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +0 -5
- package/dist/assets/app-not-deployed.acdf0271.png +0 -0
- package/dist/assets/ic-mechanical-operation.08b38afd.svg +0 -84
- package/dist/assets/ic-not-authorized.24862281.svg +0 -78
- package/dist/assets/ic-view-variable-toggle.93c3599f.svg +0 -19
- package/dist/assets/ic-vulnerability-not-found.d8a4d43c.svg +0 -65
- package/dist/assets/no-artifact@2x.6afc74bc.png +0 -0
@@ -0,0 +1,76 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<style>
|
19
|
+
.gear-big {
|
20
|
+
animation: rotate-clockwise 5s infinite alternate ease-in-out;
|
21
|
+
transform-origin: center;
|
22
|
+
transform-box: fill-box;
|
23
|
+
}
|
24
|
+
|
25
|
+
@keyframes rotate-clockwise {
|
26
|
+
0% {
|
27
|
+
transform: rotate(0deg);
|
28
|
+
}
|
29
|
+
100% {
|
30
|
+
transform: rotate(720deg);
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
.gear-small {
|
35
|
+
animation: rotate-counter-clockwise 5s infinite alternate ease-in-out;
|
36
|
+
transform-origin: center;
|
37
|
+
transform-box: fill-box;
|
38
|
+
}
|
39
|
+
|
40
|
+
@keyframes rotate-counter-clockwise {
|
41
|
+
0% {
|
42
|
+
transform: rotate(720deg);
|
43
|
+
}
|
44
|
+
100% {
|
45
|
+
transform: rotate(0deg);
|
46
|
+
}
|
47
|
+
}
|
48
|
+
</style>
|
49
|
+
<path d="M65.5601 191.308C65.5601 191.192 66.7131 188.02 68.0981 184.213L70.6361 177.291L77.0961 177.118L83.4991 176.945L86.2671 179.252C88.5751 181.214 99.0631 186.799 100.399 187.559C101.29 188.065 102.466 189.353 103.925 191.423C78.3481 191.385 65.5601 191.346 65.5601 191.308V191.308Z" fill="#80AEF2"/>
|
50
|
+
<path d="M32 191.308C32 191.192 33.154 188.02 34.538 184.213L37.076 177.291L43.536 177.118L49.939 176.945L52.708 179.252C55.015 181.214 65.503 186.799 66.84 187.559C67.73 188.065 68.906 189.353 70.365 191.423C44.788 191.385 32 191.346 32 191.308Z" fill="#94BBF8"/>
|
51
|
+
<path d="M75.655 109.836C76.745 112.994 77.481 115.734 77.863 118.056C78.243 120.377 80.381 140.211 84.274 177.556H66.296C64.852 174.938 64.13 173.099 64.13 172.038C64.13 170.448 65.043 168.268 65.043 165.97C65.043 164.438 63.009 159.147 58.939 150.099L62.87 110.75L75.655 109.836V109.836Z" fill="#1D225F"/>
|
52
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.5541 177.555H33.7601C33.3601 176.17 32.9681 174.301 32.5851 171.949C31.8351 167.161 32.4051 163.989 35.6351 157.413C38.8651 150.895 40.5011 147.341 40.5011 143.649C40.5591 137.881 41.7231 132.333 44.7811 126.334C47.1451 121.604 48.2761 121.248 48.5061 118.364L48.9261 112.162H70.0041C70.5161 113.595 70.7001 116.237 70.5541 120.087C70.4091 123.937 63.7421 143.093 50.5531 177.555H50.5541Z" fill="url(#paint0_linear_2664_5084)"/>
|
53
|
+
<path d="M95.9399 50.818L112.78 29.988H132.971L115.532 50.818H95.9399Z" fill="#98BDF9"/>
|
54
|
+
<path d="M118.14 27.384C119.518 27.384 120.646 28.454 120.737 29.809L120.743 29.988H120.165C120.165 28.869 119.258 27.963 118.14 27.963C117.021 27.963 116.115 28.869 116.115 29.988C116.115 31.05 116.933 31.922 117.974 32.006L118.14 32.013V32.591C116.702 32.591 115.536 31.426 115.536 29.988C115.536 28.55 116.702 27.384 118.14 27.384V27.384ZM125.083 27.384C126.461 27.384 127.589 28.454 127.681 29.809L127.687 29.988H127.108C127.108 28.869 126.202 27.963 125.083 27.963C123.965 27.963 123.058 28.869 123.058 29.988C123.058 31.05 123.876 31.922 124.917 32.006L125.083 32.013V32.591C123.645 32.591 122.479 31.426 122.479 29.988C122.479 28.55 123.645 27.384 125.083 27.384V27.384Z" fill="#2174DB"/>
|
55
|
+
<path d="M94.4722 54.8291C97.2792 53.8671 100.026 52.5301 102.714 50.8181H109.585C107.21 52.9881 105.613 54.5241 104.794 55.4281C103.974 56.3311 102.285 58.0661 99.7262 60.6331C98.6352 66.4141 97.4722 68.8431 96.2392 67.9181C94.3892 66.5321 88.3002 57.0211 94.4722 54.8281V54.8291Z" fill="#F3A29D"/>
|
56
|
+
<path d="M98.2542 60.6541C102.617 58.9861 105.433 57.7971 106.701 57.0871C108.201 56.2221 108.778 55.4141 110.508 51.7801C110.738 51.3191 111.2 49.4151 111.604 47.6271C112.527 43.0701 114.027 43.3011 114.142 47.9731C114.2 49.2431 114.488 50.3961 114.834 50.5111C115.122 50.6271 116.795 49.0111 118.468 46.9351C120.141 44.8581 121.756 43.1851 122.044 43.1851C122.736 43.1851 122.736 48.4921 121.987 50.3381C121.698 51.2031 117.257 56.0481 112.123 61.1821C108.701 64.6051 103.692 69.2501 97.0972 75.1191L98.2542 60.6541V60.6541Z" fill="#FAB6AF"/>
|
57
|
+
<path d="M78.5812 35.7741C79.3532 32.6881 80.1242 30.7591 80.8962 29.9871C79.7392 28.8301 78.5812 27.6731 76.2662 26.5161C75.4962 28.0591 73.9522 29.6021 71.6382 31.1451C71.6382 33.4591 72.4092 35.0021 73.9522 35.7741C75.4952 36.5451 77.0382 36.5451 78.5822 35.7741H78.5812Z" fill="#F3A29D"/>
|
58
|
+
<path d="M49.3081 112.98C46.9431 112.806 43.0781 111.999 40.8281 111.249L36.6181 109.864L36.5031 105.538C36.2141 93.5981 37.0801 84.8881 39.7911 73.7561C43.4821 58.4701 54.0962 42.8391 66.9592 33.6671C71.9192 30.0911 72.0351 30.0911 73.4771 32.5141C74.1111 33.6671 75.4371 34.8211 76.3611 35.1671L78.5221 35.7611C75.4761 65.0851 76.6522 89.3911 82.0532 108.678C80.8962 109.836 80.1071 110.36 79.2451 110.73C78.2061 111.133 76.8801 111.537 76.1881 111.595C75.4951 111.653 73.1881 112.114 70.9381 112.633C66.7281 113.556 57.5561 113.729 49.3081 112.979V112.98Z" fill="url(#paint1_linear_2664_5084)"/>
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.4721 54.8281L96.2391 66.1391L76.2671 68.7841L77.3731 53.1311C79.5141 54.8661 81.7171 55.9071 83.9811 56.2541C86.2441 56.6021 89.7411 56.1261 94.4711 54.8281H94.4721Z" fill="#D6D7D8"/>
|
60
|
+
<path d="M98.2541 60.653L103.157 83.798C102.589 84.955 101.147 85.727 98.8331 86.112C93.6251 86.691 88.4181 84.376 82.0531 84.376C75.6881 84.376 75.9631 88.426 66.7051 84.956C60.5331 82.641 58.0251 72.226 59.1821 53.71L77.2361 51.98C77.1581 57.762 77.8911 61.232 79.4341 62.389C80.9461 63.523 87.0031 62.99 97.6041 60.789L98.2541 60.653V60.653Z" fill="#E9E9E9"/>
|
61
|
+
<path d="M90.3051 15.4439C91.3751 16.9639 91.7931 18.9799 91.5581 21.4929C91.4961 22.1489 91.1821 22.3759 91.1821 23.5449C91.1821 24.6649 91.2521 26.0509 91.3941 27.7019L89.0771 27.8629C86.8551 30.2749 84.5031 31.3429 82.0221 31.0699C79.5421 30.7949 77.7711 29.7269 76.7121 27.8629C74.5321 23.8399 75.0911 20.4189 78.3871 17.6009C81.6831 14.7829 85.6561 14.0639 90.3051 15.4439V15.4439Z" fill="#FAB6AF"/>
|
62
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.646 8C82.244 8 85.363 9.017 87.64 10.74C89.917 12.462 91.485 13.76 92.19 15.837C92.66 17.221 92.438 19.151 91.526 21.628C91.656 19.283 91.478 17.981 90.993 17.722C90.323 19.375 89.398 19.709 88.29 20.509C87.67 20.957 85.499 21.027 83.373 21.406C80.745 23.128 79.07 24.736 78.506 26.266C78.058 27.484 78.104 28.874 78.654 30.443L78.78 30.782L78.24 30.992C77.526 29.159 77.43 27.514 77.963 26.067C78.485 24.65 79.813 23.229 81.857 21.746C80.767 22.053 79.806 22.5 79.223 23.195C77.944 24.721 77.195 26.96 76.977 29.911C74.211 29.411 71.672 28.478 69.36 27.111C67.048 25.745 64.915 23.917 62.962 21.628C63.358 20.794 63.866 20.104 64.483 19.558C65.154 18.966 66.418 18.45 67.652 17.736L67.587 17.757L66.383 18.158C65.123 18.582 64.427 18.871 63.988 19.19C63.158 19.791 62.728 20.465 62.675 21.222L62.67 21.413L62.091 21.42C62.079 20.381 62.607 19.477 63.648 18.721C64.075 18.411 64.661 18.148 65.631 17.805L67.387 17.215L67.997 17.002C68.591 16.789 69.061 16.601 69.436 16.418C70.732 15.019 71.606 12.447 73.526 10.74C75.641 8.855 77.048 8 79.645 8H79.646Z" fill="#E94A47"/>
|
63
|
+
<path d="M84.3598 21.5751C84.9568 19.9351 86.5298 18.9781 87.8948 19.4751C88.9558 19.8611 89.5488 20.9991 89.4808 22.2561C89.8408 22.1651 90.1698 22.1191 90.4688 22.1201L90.6768 22.1271C90.9318 22.1471 91.1428 22.1831 91.3128 22.2411C91.8248 20.9701 93.0208 20.2181 94.0628 20.5971C95.1328 20.9871 95.5608 22.4001 95.0748 23.7371C94.5878 25.0741 93.3518 25.8811 92.2808 25.4911C91.3278 25.1441 90.8838 23.9871 91.1408 22.7941C91.0378 22.7561 90.8668 22.7221 90.6328 22.7041C90.2988 22.6791 89.8958 22.7331 89.4248 22.8691L89.3938 22.8791C89.3578 23.0381 89.3108 23.1971 89.2538 23.3561C88.6568 24.9961 87.0838 25.9531 85.7178 25.4561C84.3518 24.9591 83.7628 23.2151 84.3598 21.5751V21.5751ZM93.8638 21.1411C93.1338 20.8751 92.1998 21.4841 91.8118 22.5491C91.4248 23.6151 91.7478 24.6811 92.4788 24.9471C93.2098 25.2131 94.1428 24.6041 94.5308 23.5391C94.9188 22.4741 94.5948 21.4071 93.8638 21.1411ZM87.6968 20.0191C86.6608 19.6421 85.3998 20.4091 84.9038 21.7731C84.4078 23.1361 84.8798 24.5351 85.9158 24.9131C86.9518 25.2891 88.2138 24.5211 88.7098 23.1581C89.2058 21.7951 88.7328 20.3961 87.6968 20.0181V20.0191Z" fill="#222768"/>
|
64
|
+
<path class="gear-big" d="M153.783 115.079C153.334 114.679 152.886 112.836 152.686 110.892C152.287 106.954 151.988 106.406 149.097 104.861L147.004 103.714L143.216 105.259C141.122 106.107 139.129 106.705 138.78 106.555C137.833 106.206 132 95.8393 132 94.5433C132 93.8453 133.048 92.6493 135.24 90.9543L138.48 88.4123V82.9293L135.24 80.3873C133.197 78.7923 132 77.4973 132 76.8483C132 75.8013 137.085 66.4313 138.331 65.1853C138.929 64.6363 139.527 64.6863 142.368 65.7833C147.104 67.6273 147.453 67.6773 149.995 66.0323C152.238 64.5863 152.287 64.4873 152.636 61.3963C153.284 55.4653 152.486 56.0133 160.711 56.0133C169.035 56.0133 168.487 55.6643 169.135 61.5463L169.484 64.7863L172.076 66.1813L174.668 67.5773L177.858 66.2813C181.895 64.6363 183.041 64.6363 184.238 66.3813C186.331 69.4213 189.82 75.9513 189.82 76.8483C189.82 77.4963 188.624 78.7423 186.58 80.2383L183.39 82.6803V85.6703L183.34 88.6613L186.58 91.1043C188.624 92.6493 189.82 93.8943 189.82 94.4933C189.82 95.5403 184.238 105.409 183.141 106.306C182.593 106.755 181.496 106.506 178.555 105.309L174.618 103.764L172.076 105.16L169.534 106.555L168.935 110.543C168.587 113.234 168.088 114.78 167.54 115.228C166.244 116.175 154.73 116.076 153.783 115.078V115.079ZM165.197 95.4403C171.777 92.4503 173.571 84.1753 168.836 78.7423C162.556 71.6143 150.992 75.4523 150.044 84.9723C149.646 89.2593 153.035 94.3433 157.421 96.0383C159.016 96.6363 163.253 96.3383 165.197 95.4403V95.4403Z" fill="#222768"/>
|
65
|
+
<path class="gear-small" d="M176.263 146.231C174.418 145.085 172.773 143.988 172.623 143.789C172.474 143.539 172.823 142.244 173.372 140.948C174.368 138.655 174.368 138.505 173.522 136.91C172.823 135.565 172.325 135.266 170.381 135.016C166.742 134.518 166.891 134.767 166.891 129.583V124.848L168.786 124.549C172.375 123.951 172.624 123.851 173.571 122.306C174.468 120.761 174.418 120.711 173.421 118.269C172.823 116.923 172.474 115.577 172.624 115.378C172.923 114.829 179.752 110.842 180.35 110.842C180.599 110.842 181.646 111.839 182.692 113.085C184.138 114.829 184.886 115.328 186.082 115.328C187.278 115.328 188.026 114.829 189.472 113.085C190.518 111.839 191.565 110.842 191.814 110.842C192.412 110.842 199.241 114.829 199.54 115.378C199.69 115.578 199.34 116.923 198.792 118.268C197.795 120.561 197.745 120.811 198.493 122.256C199.291 123.752 199.689 123.951 203.428 124.549L205.272 124.849V129.583C205.272 134.767 205.422 134.518 201.782 135.016C199.889 135.266 199.34 135.565 198.642 136.91C197.845 138.456 197.845 138.605 198.792 141.097L199.789 143.689L198.393 144.636C195.851 146.381 192.363 148.225 191.664 148.225C191.216 148.225 190.219 147.278 189.372 146.181C188.125 144.437 187.577 144.088 186.082 144.038C184.587 143.988 184.138 144.288 182.742 146.132C181.895 147.278 180.798 148.225 180.4 148.225C179.951 148.225 178.107 147.328 176.263 146.231V146.231ZM189.372 135.515C193.858 133.172 193.858 126.144 189.272 123.702C183.44 120.562 177.06 126.892 180.101 132.823C181.696 135.913 186.131 137.16 189.371 135.515H189.372Z" fill="#E94A47"/>
|
66
|
+
<defs>
|
67
|
+
<linearGradient id="paint0_linear_2664_5084" x1="53.3662" y1="112.162" x2="38.2601" y2="175.224" gradientUnits="userSpaceOnUse">
|
68
|
+
<stop stop-color="#2A318C"/>
|
69
|
+
<stop offset="1" stop-color="#1D225F"/>
|
70
|
+
</linearGradient>
|
71
|
+
<linearGradient id="paint1_linear_2664_5084" x1="59.2517" y1="30.8201" x2="59.2517" y2="113.448" gradientUnits="userSpaceOnUse">
|
72
|
+
<stop stop-color="#EEEEEE"/>
|
73
|
+
<stop offset="1" stop-color="#D6D7D8"/>
|
74
|
+
</linearGradient>
|
75
|
+
</defs>
|
76
|
+
</svg>
|
@@ -0,0 +1,95 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<style>
|
19
|
+
.lock-body {
|
20
|
+
animation: appear 6s ease;
|
21
|
+
transform-origin: center;
|
22
|
+
transform-box: fill-box;
|
23
|
+
}
|
24
|
+
|
25
|
+
@keyframes appear {
|
26
|
+
0% {
|
27
|
+
transform: translateY(50px) scale(0.5);
|
28
|
+
}
|
29
|
+
10% {
|
30
|
+
transform: translateY(0px) scale(1);
|
31
|
+
}
|
32
|
+
100% {
|
33
|
+
transform: translateY(0px) scale(1);
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
.lock-shank {
|
38
|
+
animation: locked 1s ease;
|
39
|
+
transform-origin: right;
|
40
|
+
transform-box: fill-box;
|
41
|
+
}
|
42
|
+
|
43
|
+
@keyframes locked {
|
44
|
+
0% {
|
45
|
+
transform: rotateY(90deg) translateY(-10px);
|
46
|
+
}
|
47
|
+
50% {
|
48
|
+
transform: rotateY(90deg) translateY(-10px);
|
49
|
+
}
|
50
|
+
70% {
|
51
|
+
transform: rotateY(0deg) translateY(0px);
|
52
|
+
}
|
53
|
+
80% {
|
54
|
+
transform: rotateY(0deg) translateY(5px);
|
55
|
+
}
|
56
|
+
100% {
|
57
|
+
transform: rotateY(0deg) translateY(0px);
|
58
|
+
}
|
59
|
+
}
|
60
|
+
</style>
|
61
|
+
<g class="lock-body">
|
62
|
+
<path class="lock-shank" fill-rule="evenodd" clip-rule="evenodd" d="M148 82C148 69.8497 157.85 60 170 60C182.15 60 192 69.8497 192 82V112H184V82C184 74.268 177.732 68 170 68C162.268 68 156 74.268 156 82V92H148V82Z" fill="#D6D7D8"/>
|
63
|
+
<rect x="140" y="92" width="60" height="48" fill="url(#paint0_linear_2729_3841)"/>
|
64
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M173.207 120.072C174.886 119.008 176 117.134 176 115C176 111.686 173.314 109 170 109C166.686 109 164 111.686 164 115C164 117.134 165.114 119.008 166.793 120.072L166 128H174L173.207 120.072Z" fill="#3E3D4C"/>
|
65
|
+
</g>
|
66
|
+
<path d="M65.5601 191.308C65.5601 191.192 66.7131 188.02 68.0981 184.213L70.6361 177.291L77.0961 177.118L83.4991 176.945L86.2671 179.252C88.5751 181.214 99.0631 186.799 100.399 187.559C101.29 188.065 102.466 189.353 103.925 191.423C78.3481 191.385 65.5601 191.346 65.5601 191.308V191.308Z" fill="#80AEF2"/>
|
67
|
+
<path d="M32 191.308C32 191.192 33.154 188.02 34.538 184.213L37.076 177.291L43.536 177.118L49.939 176.945L52.708 179.252C55.015 181.214 65.503 186.799 66.84 187.559C67.73 188.065 68.906 189.353 70.365 191.423C44.788 191.385 32 191.346 32 191.308Z" fill="#94BBF8"/>
|
68
|
+
<path d="M75.655 109.836C76.745 112.994 77.481 115.734 77.863 118.056C78.243 120.377 80.381 140.211 84.274 177.556H66.296C64.852 174.938 64.13 173.099 64.13 172.038C64.13 170.448 65.043 168.268 65.043 165.97C65.043 164.438 63.009 159.147 58.939 150.099L62.87 110.75L75.655 109.836V109.836Z" fill="#1D225F"/>
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.5541 177.555H33.7601C33.3601 176.17 32.9681 174.301 32.5851 171.949C31.8351 167.161 32.4051 163.989 35.6351 157.413C38.8651 150.895 40.5011 147.341 40.5011 143.649C40.5591 137.881 41.7231 132.333 44.7811 126.334C47.1451 121.604 48.2761 121.248 48.5061 118.364L48.9261 112.162H70.0041C70.5161 113.595 70.7001 116.237 70.5541 120.087C70.4091 123.937 63.7421 143.093 50.5531 177.555H50.5541Z" fill="url(#paint1_linear_2729_3841)"/>
|
70
|
+
<path d="M95.9399 50.818L112.78 29.988H132.971L115.532 50.818H95.9399Z" fill="#98BDF9"/>
|
71
|
+
<path d="M118.14 27.384C119.518 27.384 120.646 28.454 120.737 29.809L120.743 29.988H120.165C120.165 28.869 119.258 27.963 118.14 27.963C117.021 27.963 116.115 28.869 116.115 29.988C116.115 31.05 116.933 31.922 117.974 32.006L118.14 32.013V32.591C116.702 32.591 115.536 31.426 115.536 29.988C115.536 28.55 116.702 27.384 118.14 27.384V27.384ZM125.083 27.384C126.461 27.384 127.589 28.454 127.681 29.809L127.687 29.988H127.108C127.108 28.869 126.202 27.963 125.083 27.963C123.965 27.963 123.058 28.869 123.058 29.988C123.058 31.05 123.876 31.922 124.917 32.006L125.083 32.013V32.591C123.645 32.591 122.479 31.426 122.479 29.988C122.479 28.55 123.645 27.384 125.083 27.384V27.384Z" fill="#2174DB"/>
|
72
|
+
<path d="M94.4722 54.8291C97.2792 53.8671 100.026 52.5301 102.714 50.8181H109.585C107.21 52.9881 105.613 54.5241 104.794 55.4281C103.974 56.3311 102.285 58.0661 99.7262 60.6331C98.6352 66.4141 97.4722 68.8431 96.2392 67.9181C94.3892 66.5321 88.3002 57.0211 94.4722 54.8281V54.8291Z" fill="#F3A29D"/>
|
73
|
+
<path d="M98.2542 60.6541C102.617 58.9861 105.433 57.7971 106.701 57.0871C108.201 56.2221 108.778 55.4141 110.508 51.7801C110.738 51.3191 111.2 49.4151 111.604 47.6271C112.527 43.0701 114.027 43.3011 114.142 47.9731C114.2 49.2431 114.488 50.3961 114.834 50.5111C115.122 50.6271 116.795 49.0111 118.468 46.9351C120.141 44.8581 121.756 43.1851 122.044 43.1851C122.736 43.1851 122.736 48.4921 121.987 50.3381C121.698 51.2031 117.257 56.0481 112.123 61.1821C108.701 64.6051 103.692 69.2501 97.0972 75.1191L98.2542 60.6541V60.6541Z" fill="#FAB6AF"/>
|
74
|
+
<path d="M78.5812 35.7741C79.3532 32.6881 80.1242 30.7591 80.8962 29.9871C79.7392 28.8301 78.5812 27.6731 76.2662 26.5161C75.4962 28.0591 73.9522 29.6021 71.6382 31.1451C71.6382 33.4591 72.4092 35.0021 73.9522 35.7741C75.4952 36.5451 77.0382 36.5451 78.5822 35.7741H78.5812Z" fill="#F3A29D"/>
|
75
|
+
<path d="M48.858 113.16C46.493 112.986 42.628 112.179 40.378 111.429L36.168 110.044L36.053 105.718C35.764 93.778 36.63 85.068 39.341 73.936C43.032 58.65 53.646 43.019 66.509 33.847C71.469 30.271 71.585 30.271 73.027 32.694C73.661 33.847 74.987 35.001 75.911 35.347L78.072 35.941C75.5 65 76.202 89.571 81.603 108.858C80.446 110.016 79.657 110.54 78.795 110.91C77.756 111.313 76.43 111.717 75.738 111.775C75.045 111.833 72.738 112.294 70.488 112.813C66.278 113.736 57.106 113.909 48.858 113.159V113.16Z" fill="url(#paint2_linear_2729_3841)"/>
|
76
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.4721 54.828L96.2391 66.139L76.2671 68.784L77 53C79.141 54.735 81.7171 55.907 83.9811 56.254C86.2441 56.602 89.7421 56.126 94.4721 54.828Z" fill="#D6D7D8"/>
|
77
|
+
<path d="M98.2541 60.653L103.157 83.798C102.589 84.955 101.147 85.727 98.8331 86.112C93.6251 86.691 88.4181 84.376 82.0531 84.376C75.6881 84.376 75.9631 88.426 66.7051 84.956C60.5331 82.641 58.0251 72.226 59.1821 53.71L77 52C76.922 57.782 77.8911 61.232 79.4341 62.389C80.9461 63.523 87.0031 62.99 97.6041 60.789L98.2541 60.653Z" fill="#E9E9E9"/>
|
78
|
+
<path d="M90.3051 15.4439C91.3751 16.9639 91.7931 18.9799 91.5581 21.4929C91.4961 22.1489 91.1821 22.3759 91.1821 23.5449C91.1821 24.6649 91.2521 26.0509 91.3941 27.7019L89.0771 27.8629C86.8551 30.2749 84.5031 31.3429 82.0221 31.0699C79.5421 30.7949 77.7711 29.7269 76.7121 27.8629C74.5321 23.8399 75.0911 20.4189 78.3871 17.6009C81.6831 14.7829 85.6561 14.0639 90.3051 15.4439V15.4439Z" fill="#FAB6AF"/>
|
79
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.646 8C82.244 8 85.363 9.017 87.64 10.74C89.917 12.462 91.485 13.76 92.19 15.837C92.66 17.221 92.438 19.151 91.526 21.628C91.656 19.283 91.478 17.981 90.993 17.722C90.323 19.375 89.398 19.709 88.29 20.509C87.67 20.957 85.499 21.027 83.373 21.406C80.745 23.128 79.07 24.736 78.506 26.266C78.058 27.484 78.104 28.874 78.654 30.443L78.78 30.782L78.24 30.992C77.526 29.159 77.43 27.514 77.963 26.067C78.485 24.65 79.813 23.229 81.857 21.746C80.767 22.053 79.806 22.5 79.223 23.195C77.944 24.721 77.195 26.96 76.977 29.911C74.211 29.411 71.672 28.478 69.36 27.111C67.048 25.745 64.915 23.917 62.962 21.628C63.358 20.794 63.866 20.104 64.483 19.558C65.154 18.966 66.418 18.45 67.652 17.736L67.587 17.757L66.383 18.158C65.123 18.582 64.427 18.871 63.988 19.19C63.158 19.791 62.728 20.465 62.675 21.222L62.67 21.413L62.091 21.42C62.079 20.381 62.607 19.477 63.648 18.721C64.075 18.411 64.661 18.148 65.631 17.805L67.387 17.215L67.997 17.002C68.591 16.789 69.061 16.601 69.436 16.418C70.732 15.019 71.606 12.447 73.526 10.74C75.641 8.855 77.048 8 79.645 8H79.646Z" fill="#E94A47"/>
|
80
|
+
<path d="M84.3598 21.5751C84.9568 19.9351 86.5298 18.9781 87.8948 19.4751C88.9558 19.8611 89.5488 20.9991 89.4808 22.2561C89.8408 22.1651 90.1698 22.1191 90.4688 22.1201L90.6768 22.1271C90.9318 22.1471 91.1428 22.1831 91.3128 22.2411C91.8248 20.9701 93.0208 20.2181 94.0628 20.5971C95.1328 20.9871 95.5608 22.4001 95.0748 23.7371C94.5878 25.0741 93.3518 25.8811 92.2808 25.4911C91.3278 25.1441 90.8838 23.9871 91.1408 22.7941C91.0378 22.7561 90.8668 22.7221 90.6328 22.7041C90.2988 22.6791 89.8958 22.7331 89.4248 22.8691L89.3938 22.8791C89.3578 23.0381 89.3108 23.1971 89.2538 23.3561C88.6568 24.9961 87.0838 25.9531 85.7178 25.4561C84.3518 24.9591 83.7628 23.2151 84.3598 21.5751V21.5751ZM93.8638 21.1411C93.1338 20.8751 92.1998 21.4841 91.8118 22.5491C91.4248 23.6151 91.7478 24.6811 92.4788 24.9471C93.2098 25.2131 94.1428 24.6041 94.5308 23.5391C94.9188 22.4741 94.5948 21.4071 93.8638 21.1411ZM87.6968 20.0191C86.6608 19.6421 85.3998 20.4091 84.9038 21.7731C84.4078 23.1361 84.8798 24.5351 85.9158 24.9131C86.9518 25.2891 88.2138 24.5211 88.7098 23.1581C89.2058 21.7951 88.7328 20.3961 87.6968 20.0181V20.0191Z" fill="#222768"/>
|
81
|
+
<defs>
|
82
|
+
<linearGradient id="paint0_linear_2729_3841" x1="140" y1="92" x2="158.924" y2="152.788" gradientUnits="userSpaceOnUse">
|
83
|
+
<stop stop-color="#E8B73F"/>
|
84
|
+
<stop offset="1" stop-color="#CF9F36"/>
|
85
|
+
</linearGradient>
|
86
|
+
<linearGradient id="paint1_linear_2729_3841" x1="53.3662" y1="112.162" x2="38.2601" y2="175.224" gradientUnits="userSpaceOnUse">
|
87
|
+
<stop stop-color="#2A318C"/>
|
88
|
+
<stop offset="1" stop-color="#1D225F"/>
|
89
|
+
</linearGradient>
|
90
|
+
<linearGradient id="paint2_linear_2729_3841" x1="58.8015" y1="31" x2="58.8015" y2="113.628" gradientUnits="userSpaceOnUse">
|
91
|
+
<stop stop-color="#EEEEEE"/>
|
92
|
+
<stop offset="1" stop-color="#D6D7D8"/>
|
93
|
+
</linearGradient>
|
94
|
+
</defs>
|
95
|
+
</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 width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<rect width="40" height="40" rx="8" fill="#E5F2FF"/>
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2544 12.221L25.3524 14.12C25.1114 14.3618 25.1114 14.7519 25.3524 14.9937L26.7668 16.4059C27.009 16.6466 27.3997 16.6466 27.6419 16.4059L29.5439 14.5058C29.6737 14.3761 29.8961 14.4365 29.9445 14.6135C30.3055 15.9432 29.9632 17.4236 28.9176 18.4676C27.7794 19.604 26.124 19.9073 24.7085 19.3798L16.4753 28.3696C15.6311 29.2927 14.1859 29.3257 13.2998 28.4399C12.4094 27.5519 12.4468 26.099 13.3813 25.2583L22.4048 17.1324C21.8324 15.7015 22.1263 14.0046 23.2875 12.8463C24.3332 11.8022 25.8158 11.4616 27.1476 11.8209C27.3249 11.8693 27.3854 12.0913 27.2555 12.221H27.2544ZM14.242 26.8727C14.242 27.2354 14.537 27.531 14.9002 27.531C15.2635 27.531 15.5595 27.2365 15.5595 26.8727C15.5595 26.5101 15.2646 26.2155 14.9002 26.2155C14.537 26.2155 14.242 26.5101 14.242 26.8727Z" fill="#8898A6"/>
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1003 17.5101L17.3567 15.2573L28.253 26.1368C28.6826 26.5657 28.6826 27.262 28.253 27.691L27.5533 28.3896C27.1236 28.8186 26.4263 28.8186 25.9966 28.3896L15.1003 17.5101V17.5101Z" fill="#F4910D"/>
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4114 19.9005L14.0433 19.2695L14.1033 18.8475C14.1546 18.4916 14.4854 18.2437 14.8411 18.2942C14.8901 18.3012 14.9376 18.3129 14.9828 18.3315L17.8033 15.5153L17.6913 14.6263C17.6142 14.0038 17.8275 13.379 18.2727 12.9345C18.7241 12.4838 19.3358 12.2305 19.974 12.2305L21.094 12.2312C19.3312 10.4711 17.6656 10.3732 16.0988 11.9375L12.219 15.8114C11.9964 16.0336 11.6897 16.1502 11.3761 16.1323L10.871 16.102L10.239 16.733C9.80934 17.162 9.80934 17.8583 10.239 18.2872L11.8547 19.9005C12.2844 20.3295 12.9817 20.3295 13.4114 19.9005Z" fill="#66757F"/>
|
22
|
+
</svg>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<rect width="40" height="40" rx="8" fill="#E6FBFF"/>
|
19
|
+
<rect x="10.8333" y="23.0559" width="6.11111" height="6.11111" fill="#023E8A"/>
|
20
|
+
<rect x="10.8333" y="16.9442" width="6.11111" height="6.11111" fill="#0077B6"/>
|
21
|
+
<rect x="16.9443" y="23.0559" width="6.11111" height="6.11111" fill="#0077B6"/>
|
22
|
+
<rect x="16.9443" y="16.9442" width="6.11111" height="6.11111" fill="#0096C7"/>
|
23
|
+
<rect x="23.0557" y="23.0559" width="6.11111" height="6.11111" fill="#0096C7"/>
|
24
|
+
<rect x="23.0557" y="16.9442" width="6.11111" height="6.11111" fill="#00B4D8"/>
|
25
|
+
<rect x="23.0557" y="10.8334" width="6.11111" height="6.11111" fill="#48CAE4"/>
|
26
|
+
</svg>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<rect width="40" height="40" rx="8" fill="#F3F0FF"/>
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2544 12.2209L25.3524 14.12C25.1114 14.3617 25.1114 14.7519 25.3524 14.9937L26.7668 16.4059C27.009 16.6465 27.3997 16.6465 27.6419 16.4059L29.5439 14.5057C29.6737 14.376 29.8961 14.4365 29.9445 14.6134C30.3055 15.9432 29.9632 17.4235 28.9176 18.4676C27.7794 19.6039 26.124 19.9073 24.7085 19.3797L16.4753 28.3695C15.6311 29.2927 14.1859 29.3256 13.2998 28.4398C12.4094 27.5519 12.4468 26.099 13.3813 25.2583L22.4048 17.1323C21.8324 15.7014 22.1263 14.0046 23.2875 12.8462C24.3332 11.8022 25.8158 11.4615 27.1476 11.8209C27.3249 11.8692 27.3854 12.0912 27.2555 12.2209H27.2544ZM14.242 26.8727C14.242 27.2353 14.537 27.531 14.9002 27.531C15.2635 27.531 15.5595 27.2364 15.5595 26.8727C15.5595 26.51 15.2646 26.2155 14.9002 26.2155C14.537 26.2155 14.242 26.51 14.242 26.8727Z" fill="#8898A6"/>
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1003 17.5101L17.3567 15.2573L28.253 26.1367C28.6826 26.5657 28.6826 27.262 28.253 27.6909L27.5533 28.3896C27.1236 28.8185 26.4263 28.8185 25.9966 28.3896L15.1003 17.5101V17.5101Z" fill="#F4910D"/>
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4114 19.9005L14.0433 19.2694L14.1033 18.8475C14.1546 18.4916 14.4854 18.2437 14.8411 18.2942C14.8901 18.3012 14.9376 18.3128 14.9828 18.3315L17.8033 15.5152L17.6913 14.6262C17.6142 14.0038 17.8275 13.379 18.2727 12.9345C18.7241 12.4838 19.3358 12.2304 19.974 12.2304L21.094 12.2312C19.3312 10.4711 17.6656 10.3731 16.0988 11.9375L12.219 15.8113C11.9964 16.0336 11.6897 16.1501 11.3761 16.1323L10.871 16.102L10.239 16.733C9.80934 17.1619 9.80934 17.8582 10.239 18.2872L11.8547 19.9005C12.2844 20.3294 12.9817 20.3294 13.4114 19.9005Z" fill="#66757F"/>
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3548 25.613C18.3548 26.152 18.5689 26.6689 18.95 27.05C19.3311 27.4311 19.848 27.6452 20.387 27.6452H22.645C23.0191 27.6452 23.3224 27.9485 23.3224 28.3226C23.3224 28.6967 23.0191 29 22.645 29H20.387C19.4887 29 18.6272 28.6432 17.992 28.008C17.3568 27.3728 17 26.5113 17 25.613C17 24.7147 17.3568 23.8532 17.992 23.218C18.6272 22.5828 19.4887 22.226 20.387 22.226H22.645C23.0191 22.226 23.3224 22.5293 23.3224 22.9034C23.3224 23.2775 23.0191 23.5808 22.645 23.5808H20.387C19.848 23.5808 19.3311 23.7949 18.95 24.176C18.5689 24.5571 18.3548 25.074 18.3548 25.613ZM20.6132 25.6128C20.6132 25.2387 20.9165 24.9354 21.2906 24.9354H26.7098C27.0839 24.9354 27.3872 25.2387 27.3872 25.6128C27.3872 25.9869 27.0839 26.2902 26.7098 26.2902H21.2906C20.9165 26.2902 20.6132 25.9869 20.6132 25.6128ZM24.6776 28.3226C24.6776 27.9485 24.9809 27.6452 25.355 27.6452H27.613C28.152 27.6452 28.6689 27.4311 29.05 27.05C29.4311 26.6689 29.6452 26.152 29.6452 25.613C29.6452 25.074 29.4311 24.5571 29.05 24.176C28.6689 23.7949 28.152 23.5808 27.613 23.5808H25.355C24.9809 23.5808 24.6776 23.2775 24.6776 22.9034C24.6776 22.5293 24.9809 22.226 25.355 22.226H27.613C28.5113 22.226 29.3728 22.5828 30.008 23.218C30.6432 23.8532 31 24.7147 31 25.613C31 26.5113 30.6432 27.3728 30.008 28.008C29.3728 28.6432 28.5113 29 27.613 29H25.355C24.9809 29 24.6776 28.6967 24.6776 28.3226Z" fill="#664BEE"/>
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8717 26.1452C20.987 26.236 21.1325 26.2902 21.2906 26.2902H26.7098C26.8679 26.2902 27.0134 26.236 27.1286 26.1452C27.2861 26.0212 27.3872 25.8288 27.3872 25.6128C27.3872 25.397 27.2863 25.2048 27.1292 25.0808C27.0139 24.9897 26.8682 24.9354 26.7098 24.9354H21.2906C21.1322 24.9354 20.9865 24.9897 20.8712 25.0808C20.714 25.2048 20.6132 25.397 20.6132 25.6128C20.6132 25.8288 20.7143 26.0212 20.8717 26.1452ZM24.9356 23.4354C25.0509 23.5264 25.1966 23.5808 25.355 23.5808H27.613C28.152 23.5808 28.6689 23.7949 29.05 24.176C29.4311 24.5571 29.6452 25.074 29.6452 25.613C29.6452 26.152 29.4311 26.6689 29.05 27.05C28.6689 27.4311 28.152 27.6452 27.613 27.6452H25.355C25.1969 27.6452 25.0514 27.6994 24.9361 27.7902C24.8796 27.8347 24.8303 27.8881 24.7903 27.9482C24.7191 28.0555 24.6776 28.1842 24.6776 28.3226C24.6776 28.461 24.7191 28.5897 24.7903 28.697C24.9117 28.8796 25.1193 29 25.355 29H27.613C28.5113 29 29.3728 28.6432 30.008 28.008C30.6432 27.3728 31 26.5113 31 25.613C31 24.7147 30.6432 23.8532 30.008 23.218C29.3728 22.5828 28.5113 22.226 27.613 22.226H25.355C25.1193 22.226 24.9117 22.3464 24.7903 22.529C24.7191 22.6363 24.6776 22.765 24.6776 22.9034C24.6776 23.0418 24.7191 23.1705 24.7903 23.2777C24.8302 23.3377 24.8793 23.3909 24.9356 23.4354ZM24 21.1989C23.6281 20.9029 23.1572 20.726 22.645 20.726H20.387C19.0909 20.726 17.8479 21.2409 16.9314 22.1574C16.0149 23.0739 15.5 24.3169 15.5 25.613C15.5 26.9091 16.0149 28.1521 16.9314 29.0686C17.8479 29.9851 19.0909 30.5 20.387 30.5H22.645C23.1572 30.5 23.6281 30.3231 24 30.0271C24.3719 30.3231 24.8428 30.5 25.355 30.5H27.613C28.9091 30.5 30.1521 29.9851 31.0686 29.0686C31.9851 28.1521 32.5 26.9091 32.5 25.613C32.5 24.3169 31.9851 23.0739 31.0686 22.1574C30.1521 21.2409 28.9091 20.726 27.613 20.726H25.355C24.8428 20.726 24.3719 20.9029 24 21.1989ZM23.2097 22.529C23.0883 22.3464 22.8807 22.226 22.645 22.226H20.387C19.4887 22.226 18.6272 22.5828 17.992 23.218C17.3568 23.8532 17 24.7147 17 25.613C17 26.5113 17.3568 27.3728 17.992 28.008C18.6272 28.6432 19.4887 29 20.387 29H22.645C22.8807 29 23.0883 28.8796 23.2097 28.697C23.2809 28.5897 23.3224 28.461 23.3224 28.3226C23.3224 28.1842 23.2809 28.0555 23.2097 27.9482C23.1697 27.8881 23.1204 27.8347 23.0639 27.7902C22.9486 27.6994 22.8031 27.6452 22.645 27.6452H20.387C19.848 27.6452 19.3311 27.4311 18.95 27.05C18.5689 26.6689 18.3548 26.152 18.3548 25.613C18.3548 25.074 18.5689 24.5571 18.95 24.176C19.3311 23.7949 19.848 23.5808 20.387 23.5808H22.645C22.8034 23.5808 22.9491 23.5264 23.0644 23.4354C23.1207 23.3909 23.1698 23.3377 23.2097 23.2777C23.2809 23.1705 23.3224 23.0418 23.3224 22.9034C23.3224 22.765 23.2809 22.6363 23.2097 22.529Z" fill="#F3F0FF"/>
|
24
|
+
</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 width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<rect width="40" height="40" rx="8" fill="#FFEDF2"/>
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9999 14.25C20.9204 14.25 21.6666 14.9962 21.6666 15.9167C21.6666 16.2109 21.5903 16.4874 21.4565 16.7273L23.6108 20.3217L23.6648 20.302C24.0192 20.1822 24.3906 20.1102 24.7708 20.0896L24.9999 20.0833C27.3011 20.0833 29.1666 21.9488 29.1666 24.25C29.1666 26.5512 27.3011 28.4167 24.9999 28.4167C23.9354 28.4167 22.9316 28.0147 22.1667 27.3052C21.8293 26.9922 21.8096 26.4649 22.1226 26.1275C22.4356 25.7901 22.9628 25.7703 23.3002 26.0833C23.7598 26.5097 24.36 26.75 24.9999 26.75C26.3806 26.75 27.4999 25.6307 27.4999 24.25C27.4999 22.8693 26.3806 21.75 24.9999 21.75C24.5385 21.75 24.0973 21.8744 23.7118 22.1068C23.3451 22.3279 22.8765 22.2334 22.6216 21.9021L22.5668 21.8215L20.0266 17.5825L19.9999 17.5833C19.1213 17.5833 18.4014 16.9034 18.3378 16.0411L18.3333 15.9167C18.3333 14.9962 19.0794 14.25 19.9999 14.25Z" fill="#4A4A4A"/>
|
20
|
+
<path d="M19.9999 11.75C22.3011 11.75 24.1666 13.6155 24.1666 15.9167C24.1666 16.3769 23.7935 16.75 23.3333 16.75C22.9059 16.75 22.5537 16.4283 22.5055 16.0139L22.4999 15.9167C22.4999 14.536 21.3806 13.4167 19.9999 13.4167C18.6192 13.4167 17.4999 14.536 17.4999 15.9167C17.4999 16.8604 18.0269 17.7098 18.8499 18.1372C19.2857 18.3636 19.4323 18.9158 19.1661 19.3285L16.4831 23.4891C16.6004 23.7172 16.6666 23.9759 16.6666 24.25C16.6666 25.1705 15.9204 25.9167 14.9999 25.9167C14.0794 25.9167 13.3333 25.1705 13.3333 24.25C13.3333 23.3295 14.0794 22.5833 14.9999 22.5833C15.0272 22.5833 15.0542 22.584 15.0812 22.5853L17.3233 19.1092L17.2931 19.0849C16.4318 18.3489 15.8922 17.2808 15.8378 16.1123L15.8333 15.9167C15.8333 13.6155 17.6987 11.75 19.9999 11.75Z" fill="#EB456D"/>
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6483 20.831C14.805 21.2638 14.5813 21.7416 14.1485 21.8983C13.1672 22.2537 12.4999 23.1887 12.4999 24.2499C12.4999 25.6306 13.6192 26.7499 14.9999 26.7499C16.3313 26.7499 17.4196 25.7091 17.4957 24.3968L17.4999 24.2499C17.4999 23.8225 17.8216 23.4703 18.2361 23.4221L18.3333 23.4165L23.5564 23.4163C23.8446 22.9182 24.3831 22.5832 24.9999 22.5832C25.9204 22.5832 26.6666 23.3294 26.6666 24.2499C26.6666 25.1703 25.9204 25.9165 24.9999 25.9165C24.3831 25.9165 23.8446 25.5815 23.5564 25.0835L19.0816 25.0824L19.073 25.1323C18.6804 26.9528 17.0984 28.3308 15.1807 28.4127L14.9999 28.4165C12.6987 28.4165 10.8333 26.5511 10.8333 24.2499C10.8333 22.4815 11.9451 20.9237 13.581 20.3313C14.0137 20.1746 14.4916 20.3983 14.6483 20.831Z" fill="#4A4A4A"/>
|
22
|
+
</svg>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<g id="Group 1513">
|
19
|
+
<path id="Vector" d="M5.66663 1.72336C5.22218 1.61225 4.26663 1.59002 3.99996 2.39002C3.66663 3.39002 3.33329 5.66699 2.99996 6.33366C2.66663 7.00033 2.33329 6.94397 1.66663 7.00033C2.33329 7.05668 2.66663 7.00033 2.99996 7.66699C3.33329 8.33366 3.66663 10.6106 3.99996 11.6106C4.26663 12.4106 5.22218 12.3884 5.66663 12.2773" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
20
|
+
<path id="Vector_2" d="M12.3333 1.72336C12.7777 1.61225 13.7333 1.59002 13.9999 2.39002C14.3333 3.39002 14.6666 5.66699 14.9999 6.33366C15.3333 7.00033 15.6666 6.94397 16.3333 7.00033C15.6666 7.05668 15.3333 7.00033 14.9999 7.66699C14.6666 8.33366 14.3333 10.6106 13.9999 11.6106C13.7333 12.4106 12.7777 12.3884 12.3333 12.2773" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
21
|
+
<path id="Vector_3" d="M8.99996 5C6.61901 5 5.66663 7.00022 5.66663 7.00022C5.66663 7.00022 6.61901 9 8.99996 9C11.3809 9 12.3333 7.00022 12.3333 7.00022C12.3333 7.00022 11.3809 5 8.99996 5Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
22
|
+
<path id="Vector_4" d="M8.99992 7.66732C9.36811 7.66732 9.66659 7.36884 9.66659 7.00065C9.66659 6.63246 9.36811 6.33398 8.99992 6.33398C8.63173 6.33398 8.33325 6.63246 8.33325 7.00065C8.33325 7.36884 8.63173 7.66732 8.99992 7.66732Z" fill="white"/>
|
23
|
+
</g>
|
24
|
+
</svg>
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-->
|
4
|
+
|
5
|
+
<svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
6
|
+
<style>
|
7
|
+
.shield {
|
8
|
+
animation: shield-anime 3s ease;
|
9
|
+
transform-origin: center;
|
10
|
+
transform-box: fill-box;
|
11
|
+
}
|
12
|
+
|
13
|
+
@keyframes shield-anime {
|
14
|
+
0% {
|
15
|
+
transform: translateY(20px) scale(0.5);
|
16
|
+
}
|
17
|
+
100% {
|
18
|
+
transform: translateY(0px) scale(1);
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
.star {
|
23
|
+
animation: star-anime 1s ease-out;
|
24
|
+
transform-origin: center;
|
25
|
+
transform-box: fill-box;
|
26
|
+
}
|
27
|
+
|
28
|
+
@keyframes star-anime {
|
29
|
+
0% {
|
30
|
+
transform: translateY(60px) scale(1.5);
|
31
|
+
}
|
32
|
+
50% {
|
33
|
+
transform: translateY(60px) scale(1.5);
|
34
|
+
}
|
35
|
+
100% {
|
36
|
+
transform: translateY(0px) scale(1);
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.shine {
|
41
|
+
animation: shine-anime 4s infinite;
|
42
|
+
transform-origin: center;
|
43
|
+
transform-box: fill-box;
|
44
|
+
}
|
45
|
+
|
46
|
+
@keyframes shine-anime {
|
47
|
+
0% {
|
48
|
+
transform: scale(0) rotate(0deg);
|
49
|
+
opacity: 1;
|
50
|
+
}
|
51
|
+
50% {
|
52
|
+
transform: scale(0) rotate(0deg);
|
53
|
+
opacity: 1;
|
54
|
+
}
|
55
|
+
90% {
|
56
|
+
transform: scale(1) rotate(360deg);
|
57
|
+
opacity: 1;
|
58
|
+
}
|
59
|
+
100% {
|
60
|
+
transform: scale(0) rotate(450deg);
|
61
|
+
opacity: 0;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
</style>
|
65
|
+
<path d="M65.5601 191.308C65.5601 191.192 66.7131 188.02 68.0981 184.213L70.6361 177.291L77.0961 177.118L83.4991 176.945L86.2671 179.252C88.5751 181.214 99.0631 186.799 100.399 187.559C101.29 188.065 102.466 189.353 103.925 191.423C78.3481 191.385 65.5601 191.346 65.5601 191.308Z" fill="#80AEF2"/>
|
66
|
+
<path d="M32 191.308C32 191.192 33.154 188.02 34.538 184.213L37.076 177.291L43.536 177.118L49.939 176.945L52.708 179.252C55.015 181.214 65.503 186.799 66.84 187.559C67.73 188.065 68.906 189.353 70.365 191.423C44.788 191.385 32 191.346 32 191.308Z" fill="#94BBF8"/>
|
67
|
+
<path d="M75.655 109.836C76.745 112.994 77.481 115.734 77.863 118.056C78.243 120.377 80.381 140.211 84.274 177.556H66.296C64.852 174.938 64.13 173.099 64.13 172.038C64.13 170.448 65.043 168.268 65.043 165.97C65.043 164.438 63.009 159.147 58.939 150.099L62.87 110.75L75.655 109.836Z" fill="#1D225F"/>
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.5541 177.555H33.7601C33.3601 176.17 32.9681 174.301 32.5851 171.949C31.8351 167.161 32.4051 163.989 35.6351 157.413C38.8651 150.895 40.5011 147.341 40.5011 143.649C40.5591 137.881 41.7231 132.333 44.7811 126.334C47.1451 121.604 48.2761 121.248 48.5061 118.364L48.9261 112.162H70.0041C70.5161 113.595 70.7001 116.237 70.5541 120.087C70.4091 123.937 63.7431 143.093 50.5541 177.555Z" fill="url(#paint0_linear_2580_14953)"/>
|
69
|
+
<path d="M95.9399 50.818L112.78 29.988H132.971L115.532 50.818H95.9399Z" fill="#98BDF9"/>
|
70
|
+
<path d="M118.14 27.384C119.518 27.384 120.646 28.454 120.737 29.809L120.743 29.988H120.165C120.165 28.869 119.258 27.963 118.14 27.963C117.021 27.963 116.115 28.869 116.115 29.988C116.115 31.05 116.933 31.922 117.974 32.006L118.14 32.013V32.591C116.702 32.591 115.536 31.426 115.536 29.988C115.536 28.55 116.702 27.384 118.14 27.384ZM125.083 27.384C126.461 27.384 127.589 28.454 127.681 29.809L127.687 29.988H127.108C127.108 28.869 126.202 27.963 125.083 27.963C123.965 27.963 123.058 28.869 123.058 29.988C123.058 31.05 123.876 31.922 124.917 32.006L125.083 32.013V32.591C123.645 32.591 122.479 31.426 122.479 29.988C122.479 28.55 123.645 27.384 125.083 27.384Z" fill="#2174DB"/>
|
71
|
+
<path d="M94.4719 54.8291C97.2789 53.8671 100.026 52.5301 102.714 50.8181H109.585C107.21 52.9881 105.613 54.5241 104.794 55.4281C103.974 56.3311 102.285 58.0661 99.7259 60.6331C98.6349 66.4141 97.4719 68.8431 96.2389 67.9181C94.3889 66.5321 88.2999 57.0221 94.4719 54.8291Z" fill="#F3A29D"/>
|
72
|
+
<path d="M98.2539 60.6541C102.617 58.9861 105.433 57.7971 106.701 57.0871C108.201 56.2221 108.778 55.4141 110.508 51.7801C110.738 51.3191 111.2 49.4151 111.604 47.6271C112.527 43.0701 114.027 43.3011 114.142 47.9731C114.2 49.2431 114.488 50.3961 114.834 50.5111C115.122 50.6271 116.795 49.0111 118.468 46.9351C120.141 44.8581 121.756 43.1851 122.044 43.1851C122.736 43.1851 122.736 48.4921 121.987 50.3381C121.698 51.2031 117.257 56.0481 112.123 61.1821C108.701 64.6051 103.692 69.2501 97.0969 75.1191L98.2539 60.6541Z" fill="#FAB6AF"/>
|
73
|
+
<path d="M78.5809 35.7741C79.3529 32.6881 80.1239 30.7591 80.8959 29.9871C79.7389 28.8301 78.5809 27.6731 76.2659 26.5161C75.4959 28.0591 73.9519 29.6021 71.6379 31.1451C71.6379 33.4591 72.4089 35.0021 73.9519 35.7741C75.4949 36.5451 77.0369 36.5451 78.5809 35.7741Z" fill="#F3A29D"/>
|
74
|
+
<path d="M49.3079 112.98C46.9429 112.806 43.0779 111.999 40.8279 111.249L36.6179 109.864L36.5029 105.538C36.2139 93.5981 37.0799 84.8881 39.7909 73.7561C43.4819 58.4701 54.0959 42.8391 66.9589 33.6671C71.9189 30.0911 72.0349 30.0911 73.4769 32.5141C74.1109 33.6671 75.4369 34.8211 76.3609 35.1671L78.5219 35.7611C75.4759 65.0851 76.6519 89.3911 82.0529 108.678C80.8959 109.836 80.1069 110.36 79.2449 110.73C78.2059 111.133 76.8799 111.537 76.1879 111.595C75.4949 111.653 73.1879 112.114 70.9379 112.633C66.7279 113.556 57.5559 113.729 49.3079 112.979V112.98Z" fill="url(#paint1_linear_2580_14953)"/>
|
75
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.4718 54.8281L96.2388 66.1391L76.2668 68.7841L77.3728 53.1311C79.5138 54.8661 81.7168 55.9071 83.9808 56.2541C86.2438 56.6021 89.7418 56.1261 94.4718 54.8281Z" fill="#D6D7D8"/>
|
76
|
+
<path d="M98.2539 60.653L103.157 83.798C102.589 84.955 101.147 85.727 98.8329 86.112C93.6249 86.691 88.4179 84.376 82.0529 84.376C75.6879 84.376 75.9629 88.426 66.7049 84.956C60.5329 82.641 58.0249 72.226 59.1819 53.71L77.2359 51.98C77.1579 57.762 77.8909 61.232 79.4339 62.389C80.9459 63.523 87.0029 62.99 97.6039 60.789L98.2539 60.653Z" fill="#E9E9E9"/>
|
77
|
+
<path d="M90.3051 15.4439C91.3751 16.9639 91.7931 18.9799 91.5581 21.4929C91.4961 22.1489 91.1821 22.3759 91.1821 23.5449C91.1821 24.6649 91.2521 26.0509 91.3941 27.7019L89.0771 27.8629C86.8551 30.2749 84.5031 31.3429 82.0221 31.0699C79.5421 30.7949 77.7711 29.7269 76.7121 27.8629C74.5321 23.8399 75.0911 20.4189 78.3871 17.6009C81.6831 14.7829 85.6561 14.0639 90.3051 15.4439Z" fill="#FAB6AF"/>
|
78
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.646 8C82.244 8 85.363 9.017 87.64 10.74C89.917 12.462 91.485 13.76 92.19 15.837C92.66 17.221 92.438 19.151 91.526 21.628C91.656 19.283 91.478 17.981 90.993 17.722C90.323 19.375 89.398 19.709 88.29 20.509C87.67 20.957 85.499 21.027 83.373 21.406C80.745 23.128 79.07 24.736 78.506 26.266C78.058 27.484 78.104 28.874 78.654 30.443L78.78 30.782L78.24 30.992C77.526 29.159 77.43 27.514 77.963 26.067C78.485 24.65 79.813 23.229 81.857 21.746C80.767 22.053 79.806 22.5 79.223 23.195C77.944 24.721 77.195 26.96 76.977 29.911C74.211 29.411 71.672 28.478 69.36 27.111C67.048 25.745 64.915 23.917 62.962 21.628C63.358 20.794 63.866 20.104 64.483 19.558C65.154 18.966 66.418 18.45 67.652 17.736L67.587 17.757L66.383 18.158C65.123 18.582 64.427 18.871 63.988 19.19C63.158 19.791 62.728 20.465 62.675 21.222L62.67 21.413L62.091 21.42C62.079 20.381 62.607 19.477 63.648 18.721C64.075 18.411 64.661 18.148 65.631 17.805L67.387 17.215L67.997 17.002C68.591 16.789 69.061 16.601 69.436 16.418C70.732 15.019 71.606 12.447 73.526 10.74C75.641 8.855 77.048 8 79.645 8H79.646Z" fill="#E94A47"/>
|
79
|
+
<path d="M84.3601 21.5751C84.9571 19.9351 86.5301 18.9781 87.8951 19.4751C88.9561 19.8611 89.5491 20.9991 89.4811 22.2561C89.8411 22.1651 90.1701 22.1191 90.4691 22.1201L90.6771 22.1271C90.9321 22.1471 91.1431 22.1831 91.3131 22.2411C91.8251 20.9701 93.0211 20.2181 94.0631 20.5971C95.1331 20.9871 95.5611 22.4001 95.0751 23.7371C94.5881 25.0741 93.3521 25.8811 92.2811 25.4911C91.3281 25.1441 90.8841 23.9871 91.1411 22.7941C91.0381 22.7561 90.8671 22.7221 90.6331 22.7041C90.2991 22.6791 89.8961 22.7331 89.4251 22.8691L89.3941 22.8791C89.3581 23.0381 89.3111 23.1971 89.2541 23.3561C88.6571 24.9961 87.0841 25.9531 85.7181 25.4561C84.3521 24.9591 83.7631 23.2151 84.3601 21.5751ZM93.8641 21.1411C93.1341 20.8751 92.2001 21.4841 91.8121 22.5491C91.4251 23.6151 91.7481 24.6811 92.4791 24.9471C93.2101 25.2131 94.1431 24.6041 94.5311 23.5391C94.9191 22.4741 94.5951 21.4071 93.8641 21.1411ZM87.6971 20.0191C86.6611 19.6421 85.4001 20.4091 84.9041 21.7731C84.4081 23.1361 84.8801 24.5351 85.9161 24.9131C86.9521 25.2891 88.2141 24.5211 88.7101 23.1581C89.2061 21.7951 88.7331 20.3971 87.6971 20.0191Z" fill="#222768"/>
|
80
|
+
<mask id="mask0_2580_14953" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="149" y="65" width="60" height="71">
|
81
|
+
<path d="M150.258 75.2747C149 77.0676 149 82.3969 149 93.0557V98.3047C149 117.098 163.13 130.218 171.995 134.091C174.4 135.141 175.602 135.667 179 135.667C182.398 135.667 183.6 135.141 186.005 134.091C194.87 130.218 209 117.098 209 98.3047V93.0557C209 82.3969 209 77.0676 207.742 75.2747C206.483 73.4818 201.472 71.7665 191.45 68.336L189.541 67.6824C184.317 65.8941 181.705 65 179 65C176.295 65 173.683 65.8941 168.459 67.6824L166.55 68.336C156.528 71.7665 151.517 73.4818 150.258 75.2747Z" fill="url(#paint2_radial_2580_14953)"/>
|
82
|
+
</mask>
|
83
|
+
<g class="shield" mask="url(#mask0_2580_14953)">
|
84
|
+
<path d="M150.258 75.2747C149 77.0676 149 82.3969 149 93.0557V98.3047C149 117.098 163.13 130.218 171.995 134.091C174.4 135.141 175.602 135.667 179 135.667C182.398 135.667 183.6 135.141 186.005 134.091C194.87 130.218 209 117.098 209 98.3047V93.0557C209 82.3969 209 77.0676 207.742 75.2747C206.483 73.4818 201.472 71.7665 191.45 68.336L189.541 67.6824C184.317 65.8941 181.705 65 179 65C176.295 65 173.683 65.8941 168.459 67.6824L166.55 68.336C156.528 71.7665 151.517 73.4818 150.258 75.2747Z" fill="url(#paint3_radial_2580_14953)"/>
|
85
|
+
<g class="star" filter="url(#filter0_d_2580_14953)">
|
86
|
+
<path d="M175.584 89.0901L175.191 89.7955C174.759 90.5703 174.543 90.9577 174.206 91.2134C173.869 91.469 173.45 91.5639 172.611 91.7537L171.847 91.9264C168.896 92.5943 167.42 92.9282 167.069 94.0573C166.718 95.1865 167.724 96.3628 169.736 98.716L170.257 99.3247C170.829 99.9934 171.114 100.328 171.243 100.741C171.372 101.155 171.328 101.601 171.242 102.493L171.163 103.305C170.859 106.445 170.707 108.015 171.626 108.712C172.545 109.41 173.927 108.774 176.691 107.502L177.406 107.172C178.191 106.811 178.584 106.63 179 106.63C179.416 106.63 179.809 106.811 180.594 107.172L181.309 107.502C184.073 108.774 185.455 109.41 186.374 108.712C187.293 108.015 187.141 106.445 186.837 103.305L186.758 102.493C186.672 101.601 186.628 101.155 186.757 100.741C186.886 100.328 187.171 99.9934 187.743 99.3247L188.264 98.716C190.276 96.3628 191.282 95.1865 190.931 94.0573C190.58 92.9282 189.104 92.5943 186.153 91.9264L185.389 91.7537C184.55 91.5639 184.131 91.469 183.794 91.2134C183.457 90.9578 183.241 90.5703 182.809 89.7955L182.416 89.0901C180.896 86.3634 180.136 85 179 85C177.864 85 177.104 86.3634 175.584 89.0901Z" fill="white"/>
|
87
|
+
</g>
|
88
|
+
</g>
|
89
|
+
<path class="shine" d="M199 65L201.828 72.1716L209 75L201.828 77.8284L199 85L196.172 77.8284L189 75L196.172 72.1716L199 65Z" fill="white"/>
|
90
|
+
<defs>
|
91
|
+
<filter id="filter0_d_2580_14953" x="167" y="85" width="24" height="27" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
92
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
93
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
94
|
+
<feOffset dy="3"/>
|
95
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
96
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
97
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2580_14953"/>
|
98
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2580_14953" result="shape"/>
|
99
|
+
</filter>
|
100
|
+
<linearGradient id="paint0_linear_2580_14953" x1="53.3662" y1="112.162" x2="38.2601" y2="175.224" gradientUnits="userSpaceOnUse">
|
101
|
+
<stop stop-color="#2A318C"/>
|
102
|
+
<stop offset="1" stop-color="#1D225F"/>
|
103
|
+
</linearGradient>
|
104
|
+
<linearGradient id="paint1_linear_2580_14953" x1="59.2514" y1="30.82" x2="59.2514" y2="113.448" gradientUnits="userSpaceOnUse">
|
105
|
+
<stop stop-color="#EEEEEE"/>
|
106
|
+
<stop offset="1" stop-color="#D6D7D8"/>
|
107
|
+
</linearGradient>
|
108
|
+
<radialGradient id="paint2_radial_2580_14953" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(209 65) rotate(129.126) scale(86.3669 70.9649)">
|
109
|
+
<stop stop-color="#FFD781"/>
|
110
|
+
<stop offset="0.830757" stop-color="#CF9F36"/>
|
111
|
+
</radialGradient>
|
112
|
+
<radialGradient id="paint3_radial_2580_14953" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(209 65) rotate(129.126) scale(86.3669 70.9649)">
|
113
|
+
<stop stop-color="#FFD781"/>
|
114
|
+
<stop offset="0.830757" stop-color="#CF9F36"/>
|
115
|
+
</radialGradient>
|
116
|
+
</defs>
|
117
|
+
</svg>
|
Binary file
|
Binary file
|