@devtron-labs/devtron-fe-common-lib 1.9.9 → 1.10.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-CHoIAnAq.js → @code-editor-DRt5IoO7.js} +8236 -7496
- package/dist/{@common-rjsf-BALKWZzq.js → @common-rjsf-JkVClwt2.js} +20 -20
- package/dist/{@framer-motion--UCnj55s.js → @framer-motion-DMD7dX-G.js} +972 -893
- package/dist/{@react-dates-B3_Y9Kyv.js → @react-dates-DxmDHBUI.js} +1 -1
- package/dist/{@react-select-DMzK6fkF.js → @react-select-BR4eLpVa.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-Ck5oyLp9.js → @react-virtualized-sticky-tree-Ca-pl6uN.js} +1 -1
- package/dist/{@vendor-DXbFZ041.js → @vendor-DZHtXPTX.js} +14866 -14544
- package/dist/Common/API/CoreAPI.d.ts +17 -0
- package/dist/Common/API/constants.d.ts +70 -0
- package/dist/Common/API/index.d.ts +3 -0
- package/dist/Common/API/types.d.ts +23 -0
- package/dist/Common/API/utils.d.ts +12 -0
- package/dist/Common/ClipboardButton/ClipboardButton.d.ts +1 -1
- package/dist/Common/ClipboardButton/types.d.ts +11 -0
- package/dist/Common/CodeMirror/utils.d.ts +1 -0
- package/dist/Common/Constants.d.ts +6 -0
- package/dist/Common/DevtronCopyright.d.ts +2 -0
- package/dist/Common/Helper.d.ts +1 -0
- package/dist/Common/Types.d.ts +11 -0
- package/dist/Common/index.d.ts +2 -1
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +9 -0
- package/dist/Pages/GlobalConfigurations/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
- package/dist/Pages/ResourceBrowser/types.d.ts +41 -1
- package/dist/Shared/Analytics/analytics.d.ts +2 -0
- package/dist/Shared/Analytics/index.d.ts +2 -0
- package/dist/Shared/Analytics/types.d.ts +3 -0
- package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/service.d.ts +1 -1
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
- package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
- package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
- package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
- package/dist/Shared/Components/CustomInput/types.d.ts +5 -1
- package/dist/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.d.ts +3 -0
- package/dist/Shared/Components/DevtronLicenseCard/InstallationFingerprintInfo.d.ts +3 -0
- package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +4 -0
- package/dist/Shared/Components/DevtronLicenseCard/types.d.ts +26 -0
- package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +6 -0
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
- package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
- package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +1 -1
- package/dist/Shared/Components/FormFieldWrapper/index.d.ts +1 -0
- package/dist/Shared/Components/FormFieldWrapper/types.d.ts +4 -0
- package/dist/Shared/Components/Header/constants.d.ts +1 -0
- package/dist/Shared/Components/Header/types.d.ts +0 -1
- package/dist/Shared/Components/Header/utils.d.ts +3 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +24 -0
- package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +2 -0
- package/dist/Shared/Components/LoginBanner/constants.d.ts +4 -0
- package/dist/Shared/Components/LoginBanner/index.d.ts +1 -0
- package/dist/Shared/Components/LoginBanner/types.d.ts +7 -0
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
- package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
- package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +6 -0
- package/dist/Shared/Helpers.d.ts +1 -0
- package/dist/Shared/Providers/ThemeProvider/utils.d.ts +1 -0
- package/dist/Shared/Providers/types.d.ts +8 -2
- package/dist/Shared/Services/types.d.ts +1 -0
- package/dist/Shared/constants.d.ts +4 -0
- package/dist/Shared/index.d.ts +1 -0
- package/dist/Shared/types.d.ts +64 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-73strings.ed7da294.svg +5 -0
- package/dist/assets/ic-amazon-eks.13404569.svg +5 -0
- package/dist/assets/ic-apica.5a540546.svg +15 -0
- package/dist/assets/ic-app-group.068791a2.svg +19 -0
- package/dist/assets/ic-arrow-right.96f4142a.svg +19 -0
- package/dist/assets/ic-ather.39aed36c.svg +11 -0
- package/dist/assets/{ic-azure.49ec3dad.svg → ic-azure.a01ce3b4.svg} +16 -0
- package/dist/assets/ic-bharatpe.fc52fe6d.svg +15 -0
- package/dist/assets/ic-book-open.e839bbda.svg +3 -0
- package/dist/assets/ic-browser.f77a9d59.svg +19 -0
- package/dist/assets/ic-card-stack.0de57a3a.svg +19 -0
- package/dist/assets/{ic-arrow-right.06ad55f3.svg → ic-caret-left.3df25a7c.svg} +1 -1
- package/dist/assets/ic-chat-circle-dots.b5afd171.svg +3 -0
- package/dist/assets/{ic-copy.416d85f3.svg → ic-check.a0f5ee85.svg} +1 -1
- package/dist/assets/ic-close-large.fb6095e0.svg +3 -0
- package/dist/assets/ic-cluster.71ba9e26.svg +3 -0
- package/dist/assets/ic-code.3af36d5c.svg +19 -0
- package/dist/assets/ic-cookr.d1510986.svg +26 -0
- package/dist/assets/ic-copy.c4b628de.svg +19 -0
- package/dist/assets/{ic-crown.868ff2a9.svg → ic-crown.24ca27fc.svg} +16 -0
- package/dist/assets/ic-cube.be637e97.svg +19 -0
- package/dist/assets/ic-delhivery.7b49a398.svg +15 -0
- package/dist/assets/ic-devtron-header-logo.265be507.svg +4 -0
- package/dist/assets/ic-devtron.aca6cbaa.svg +3 -0
- package/dist/assets/{ic-dockerhub.19023887.svg → ic-dockerhub.03bd09a9.svg} +16 -0
- package/dist/assets/{ic-ecr.022619e3.svg → ic-ecr.302d6ccb.svg} +16 -0
- package/dist/assets/{ic-gear.51261b97.svg → ic-gear.7116a8bf.svg} +16 -0
- package/dist/assets/{ic-google-artifact-registry.536fe6c7.svg → ic-google-artifact-registry.2a167c8b.svg} +16 -0
- package/dist/assets/{ic-google-container-registry.20eeef45.svg → ic-google-container-registry.320c53ee.svg} +16 -0
- package/dist/assets/{ic-google.adce3079.svg → ic-google.475640a4.svg} +16 -0
- package/dist/assets/ic-grid-view.13207b99.svg +19 -0
- package/dist/assets/ic-helm.20583d75.svg +19 -0
- package/dist/assets/ic-k8s-job.c4f9ccc7.svg +19 -0
- package/dist/assets/{ic-ldap.1742ec39.svg → ic-ldap.0c5633d9.svg} +16 -0
- package/dist/assets/ic-livspace.fc75c45f.svg +13 -0
- package/dist/assets/ic-logout.f0a8b488.svg +19 -0
- package/dist/assets/{ic-medium-paintbucket.38ef52c1.svg → ic-medium-paintbucket.45544bb9.svg} +16 -0
- package/dist/assets/ic-microsoft.7c7bcaeb.svg +22 -0
- package/dist/assets/{ic-monitoring.6e5acb4a.svg → ic-monitoring.30910a3c.svg} +16 -0
- package/dist/assets/ic-new.1907a03f.svg +19 -0
- package/dist/assets/ic-oidc.5e06656d.svg +20 -0
- package/dist/assets/{ic-open-box.e672fe67.svg → ic-open-box.b15fcbbd.svg} +16 -0
- package/dist/assets/{ic-openshift.afcfadec.svg → ic-openshift.3886b54f.svg} +16 -0
- package/dist/assets/ic-pencil.a3e8275c.svg +3 -0
- package/dist/assets/{ic-quay.19eb5574.svg → ic-quay.d622b34f.svg} +16 -0
- package/dist/assets/ic-quote.68f093fe.svg +3 -0
- package/dist/assets/ic-shield-check.c26854d2.svg +19 -0
- package/dist/assets/ic-sliders-vertical.1c27a9e1.svg +3 -0
- package/dist/assets/ic-spinny.3884a5fb.svg +14 -0
- package/dist/assets/ic-stack.fbd3aea5.svg +19 -0
- package/dist/assets/ic-tata1mg.75b97a64.svg +13 -0
- package/dist/assets/ic-timer.ae5f10fa.svg +19 -0
- package/dist/assets/ic-travclan.29b9f4c3.svg +13 -0
- package/dist/assets/{ic-user-key.523f6939.svg → ic-user-key.5dc44524.svg} +16 -0
- package/dist/assets/licenseCardBG.9753c392.svg +259 -0
- package/dist/assets/login-screen-ui.a33a6496.webp +0 -0
- package/dist/index.d.ts +1 -3
- package/dist/index.js +803 -775
- package/package.json +2 -1
- package/dist/Common/Api.d.ts +0 -15
- package/dist/assets/ic-app-group.892e71ff.svg +0 -3
- package/dist/assets/ic-browser.b8afdf0d.svg +0 -3
- package/dist/assets/ic-card-stack.efd37c91.svg +0 -3
- package/dist/assets/ic-code.29c36e44.svg +0 -3
- package/dist/assets/ic-cube.643b8b57.svg +0 -3
- package/dist/assets/ic-grid-view.a1ff2479.svg +0 -3
- package/dist/assets/ic-helm.49cb43a3.svg +0 -3
- package/dist/assets/ic-k8s-job.d3310821.svg +0 -3
- package/dist/assets/ic-logout.e7e6bef0.svg +0 -3
- package/dist/assets/ic-microsoft.4767e309.svg +0 -6
- package/dist/assets/ic-new.2c179139.svg +0 -3
- package/dist/assets/ic-oidc.27839a0d.svg +0 -4
- package/dist/assets/ic-shield-check.5c033f06.svg +0 -3
- package/dist/assets/ic-stack.8b3b1bdd.svg +0 -3
@@ -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
|
+
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 9H5m14 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2m14 0V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v2m12-3V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v2" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
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="
|
2
|
+
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 19.5 7.5 12 15 4.5" vector-effect="non-scaling-stroke"/>
|
3
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="M12 11.5v1m4-1v1m-8-1v1m-3.741 4.094a8.996 8.996 0 1 1 3.147 3.147l-3.108.888a.75.75 0 0 1-.927-.927l.888-3.108Z" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
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="
|
2
|
+
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20.25 6.75-10.5 10.5L4.5 12" vector-effect="non-scaling-stroke"/>
|
3
3
|
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" vector-effect="non-scaling-effect">
|
2
|
+
<path d="M13.6084 8.75V4.58333L9.99998 2.5L6.39154 4.58333V8.75M13.6084 8.75L9.99998 10.8333M13.6084 8.75L17.2167 10.8333V15L13.6083 17.0833L10.0001 15M9.99998 10.8333L6.39154 8.75M9.99998 10.8333L10.0001 15M6.39154 8.75L2.7832 10.8333V15L6.39164 17.0833L10.0001 15" fill="none" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
3
|
+
</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
|
+
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8.25 1.5 12 6 15.75m12-7.5L22.5 12 18 15.75m-3-12-6 16.5" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<svg width="98" height="48" viewBox="0 0 98 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g style="mix-blend-mode:luminosity">
|
3
|
+
<path d="M24.968 7.25766C27.7902 8.73972 29.213 11.2037 29.213 14.409C29.2381 15.9863 28.288 17.1107 26.8875 17.3281C25.4166 17.5679 24.0187 16.6099 23.6626 15.1517C23.2371 13.5266 22.1945 12.5937 20.7236 11.9948C18.4954 11.1097 16.1706 10.8949 13.8477 10.7027C13.3131 10.6579 12.7745 10.6128 12.2222 10.5676C11.7934 10.5325 11.3563 10.4974 10.9064 10.4623C10.396 10.4226 9.8693 10.3831 9.31956 10.3438C10.9329 8.741 12.9005 7.54515 15.0578 6.82771C18.4008 5.7511 21.7682 5.55889 24.968 7.25766Z" fill="#fff"/>
|
4
|
+
<path d="M79.6214 15.3166C79.0049 15.3166 78.3884 15.5796 77.9374 16.0095L71.0143 22.0126L72.3649 11.1307C72.4602 10.557 72.2947 9.95806 71.9386 9.50561C71.5604 9.05043 70.9915 8.81268 70.3975 8.83573C69.7813 8.83573 69.1873 9.05043 68.7618 9.48038C68.3112 9.8871 68.0273 10.461 67.9549 11.0599L65.5369 30.6957C65.4416 31.2695 65.6071 31.8685 65.9632 32.3207C66.3416 32.7759 66.9105 33.0139 67.5043 32.9906C68.1206 32.9906 68.7144 32.7759 69.1407 32.346C69.5915 31.9393 69.8752 31.3656 69.9476 30.7666L70.3508 27.5613L71.7264 26.4137L76.4221 32.2022C76.8004 32.7052 77.3697 32.9914 77.9884 32.9681C78.557 32.9451 79.0784 32.7284 79.5284 32.3692C80.0506 32.01 80.4065 31.4363 80.4769 30.7897C80.5473 30.1907 80.3818 29.5686 79.978 29.1161L75.425 23.3276L80.4514 19.1187C81.0679 18.6159 81.4236 18.0673 81.494 17.4684C81.5412 16.9655 81.3757 16.4395 81.0431 16.058C80.7128 15.5823 80.1907 15.3173 79.6214 15.3166Z" fill="#fff"/>
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0108 15.0308C39.5519 15.0077 41.0702 15.4144 42.3734 16.2034C43.6294 16.9673 44.6001 18.1169 45.1921 19.434C45.8311 20.796 46.0461 22.3988 45.8082 24.1936C45.4298 27.5651 43.4381 30.5538 40.4511 32.1333C39.0276 32.8992 37.4391 33.2807 35.8278 33.2807C34.2866 33.3291 32.7934 32.9215 31.4652 32.1333C30.2322 31.3701 29.2375 30.2451 28.6437 28.9055C28.0045 27.5434 27.8147 25.9408 28.0276 24.1458C28.2181 22.4471 28.8343 20.8193 29.8064 19.4087C30.7315 18.0691 31.9644 16.9695 33.3874 16.2034C34.8109 15.4123 36.3994 15.0308 38.0108 15.0308ZM40.4769 26.7747C40.9749 25.9856 41.3059 25.076 41.4012 24.1431C41.5437 23.2335 41.4484 22.3258 41.1382 21.4892C40.8524 20.7715 40.3787 20.1746 39.7626 19.7679C39.1214 19.3379 38.387 19.1232 37.6277 19.1457C36.823 19.1457 36.0161 19.3612 35.3047 19.7679C34.5703 20.1999 33.9291 20.7968 33.4556 21.5144C32.9346 22.3278 32.6036 23.2384 32.5083 24.1936C32.3679 25.0787 32.4631 25.9631 32.7942 26.8C33.08 27.5174 33.5536 28.1143 34.1698 28.5211C34.8109 28.951 35.5454 29.1664 36.3049 29.1432C37.1094 29.1432 37.9162 28.928 38.6276 28.5211C39.3621 28.0891 40.0033 27.4922 40.4769 26.7747Z" fill="#fff"/>
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.05 15.0308C58.5911 15.0077 60.1092 15.4144 61.4126 16.2034C62.645 16.9665 63.6428 18.1169 64.2569 19.4565C64.8961 20.8185 65.0859 22.4213 64.8732 24.2161C64.6827 25.9148 64.0665 27.5426 63.0942 28.9532C62.1692 30.2928 60.9362 31.3924 59.5132 32.1585C58.0897 32.9244 56.5012 33.3059 54.89 33.3059C53.3487 33.3544 51.8549 32.9469 50.5272 32.1585C49.2714 31.3701 48.2767 30.2451 47.6829 28.9055C47.0438 27.5434 46.8539 25.9408 47.0668 24.1458C47.2802 22.4471 47.8735 20.8193 48.8457 19.4087C49.7707 18.0691 51.0036 16.9695 52.4266 16.2034C53.8502 15.4123 55.4387 15.0308 57.05 15.0308ZM59.4931 26.7747C59.9918 25.9856 60.3221 25.076 60.4174 24.1431C60.5578 23.2335 60.4653 22.3258 60.1551 21.4892C59.8693 20.7715 59.3958 20.1746 58.7795 19.7679C58.1383 19.3379 57.4041 19.1232 56.6446 19.1457C55.8399 19.1457 55.0332 19.3612 54.3216 19.7679C53.5874 20.1999 52.946 20.7968 52.4725 21.5144C51.9517 22.3278 51.6207 23.2384 51.5254 24.1936C51.3848 25.0787 51.48 25.9631 51.8111 26.8C52.0962 27.5174 52.5706 28.1143 53.1867 28.5211C53.8028 28.951 54.5616 29.1664 55.3211 29.1432C56.1257 29.1432 56.9324 28.928 57.6438 28.5211C58.3775 28.0891 59.0194 27.4922 59.4931 26.7747Z" fill="#fff"/>
|
7
|
+
<path d="M92.9242 15.0052C93.5632 14.9574 94.2051 15.1972 94.6785 15.6273C95.1273 16.0116 95.3422 16.5852 95.2246 17.1569C95.1295 17.9453 94.8441 18.519 94.37 18.8782C93.9662 19.2119 93.4681 19.4041 92.9467 19.4041C92.5436 19.4041 92.14 19.3081 91.7616 19.1412C91.4538 18.9967 91.1451 18.949 90.8149 18.949C90.4582 18.949 90.1025 19.045 89.7721 19.1889C89.3685 19.3809 89.0126 19.6441 88.7046 19.9548C88.3235 20.3615 88.0402 20.8167 87.8028 21.2944C87.5197 21.8933 87.3511 22.5407 87.2807 23.1854L86.3563 30.7202C86.2844 31.3193 86.0006 31.893 85.5503 32.2997C85.0986 32.7297 84.53 32.9444 83.9135 32.9444C83.3195 32.9674 82.751 32.7297 82.3728 32.2745C82.0162 31.8222 81.8514 31.2231 81.9457 30.6494L83.5825 17.5426C83.6551 16.9437 83.9384 16.37 84.3892 15.9633C84.8155 15.5331 85.4095 15.3186 86.026 15.3186C87.0208 15.2702 87.8979 16.0362 87.993 17.0399C88.0192 17.0137 88.042 16.9878 88.0638 16.9629C88.1028 16.9188 88.138 16.8786 88.1827 16.8477C88.2364 16.7992 88.2906 16.7517 88.3451 16.705L88.3822 16.6736L88.4244 16.6385C88.4535 16.6141 88.483 16.5902 88.5124 16.5664C88.5896 16.5044 88.6675 16.4441 88.7463 16.3855C89.0274 16.1769 89.3198 15.9898 89.6291 15.8186C90.1505 15.5311 90.6965 15.3411 91.2651 15.1972C91.8088 15.0759 92.3556 15.0052 92.9242 15.0052Z" fill="#fff"/>
|
8
|
+
<path d="M23.1436 25.65C21.9335 25.5791 21.0566 26.1052 20.5599 27.2296C20.0614 28.3544 19.1843 28.8091 17.9994 28.7361C17.0972 28.6884 16.2203 28.4962 15.3906 28.1855C13.9643 27.6677 12.6032 26.9858 11.2409 26.3033C10.588 25.9761 9.93477 25.6487 9.27403 25.3393C7.781 24.6464 6.3101 23.9035 4.79403 23.1629C4.69875 25.817 6.04931 29.955 8.63559 32.2529C12.4044 35.6502 18.6183 36.1027 22.8131 33.2333C24.3544 32.1819 25.4691 30.5794 25.8956 28.7367C26.013 28.3777 26.038 27.971 25.9428 27.6118C25.6097 26.5829 24.4009 25.7237 23.1436 25.65Z" fill="#fff"/>
|
9
|
+
<path d="M2.85496 13.261C6.4831 14.8161 10.1343 16.3471 13.7624 17.8537C14.0934 17.9974 14.4267 18.0936 14.782 18.1419C15.4934 18.2381 16.1326 17.7352 16.205 17.0423V16.923C16.2278 16.2049 15.7063 15.631 14.6867 15.3435L14.5232 15.2974L14.521 15.2969C10.7596 14.2358 6.99681 13.1744 3.23535 12.1382L3.18231 12.1234C2.76114 12.0052 2.20793 11.8499 2.02523 12.3781C1.829 12.9083 2.24688 13.0496 2.62563 13.1778C2.65123 13.1864 2.67647 13.1948 2.70134 13.2036L2.75035 13.2206C2.77358 13.2289 2.79625 13.2375 2.8182 13.246L2.85496 13.261Z" fill="#fff"/>
|
10
|
+
<path d="M14.1584 22.6614C13.9929 23.2351 13.4942 23.4251 12.8552 23.4021C12.547 23.3768 12.2612 23.2806 11.9753 23.1663C8.60268 21.7607 5.23184 20.3356 1.85881 18.9095L1.85223 18.9067L0.950268 18.5254C0.854988 18.5 0.782751 18.4769 0.712525 18.4292C0.668634 18.4027 0.622914 18.3765 0.576829 18.3502C0.249474 18.1629 -0.098911 17.9636 0.0259956 17.5448C0.193696 17.0194 0.714537 17.0904 1.14083 17.2341C3.78801 18.0483 6.43427 18.8851 9.08017 19.7218L9.12626 19.7361C10.4243 20.1466 11.7224 20.557 13.0205 20.9648C13.2564 21.0356 13.4693 21.1549 13.6598 21.2986C14.111 21.6323 14.3239 22.0875 14.1584 22.6614Z" fill="#fff"/>
|
11
|
+
<path d="M94.5675 9.93447V9.43996H92.3713V9.93447H93.2095V12.1164H93.7301V9.93447H94.5675Z" fill="#fff"/>
|
12
|
+
<path d="M97.8912 12.1164V9.43996H97.1886L96.4097 11.373L95.6125 9.43996H94.9317V12.1164H95.4252V10.2556L96.1893 12.1164H96.6193L97.3833 10.2402V12.1164H97.8912Z" fill="#fff"/>
|
13
|
+
<path d="M29.7596 41.8906H30.768L30.7673 39.8715H32.762V38.9421H30.7603V37.6621H33.0089V36.704H29.7596V41.8906Z" fill="#fff"/>
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.9993 40.0909C36.9993 38.9792 36.1948 38.1818 35.1286 38.1818C34.0624 38.1818 33.2578 38.9863 33.2578 40.0909C33.2578 41.1957 34.0624 42 35.1286 42C36.1948 42 36.9993 41.2026 36.9993 40.0909ZM36.0355 40.0909C36.0355 40.7712 35.6001 41.115 35.1286 41.115C34.6577 41.115 34.2224 40.7712 34.2224 40.0909C34.2224 39.4106 34.657 39.067 35.1286 39.067C35.6001 39.067 36.0355 39.4106 36.0355 40.0909Z" fill="#fff"/>
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.2346 40.0909C41.2346 38.9792 40.4301 38.1818 39.3639 38.1818C38.2985 38.1818 37.4931 38.9863 37.4931 40.0909C37.4931 41.1957 38.2985 42 39.3639 42C40.4294 42 41.2346 41.2026 41.2346 40.0909ZM40.2701 40.0909C40.2701 40.7712 39.8354 41.115 39.3639 41.115C38.8923 41.115 38.457 40.7712 38.457 40.0909C38.457 39.4106 38.893 39.067 39.3639 39.067C39.8346 39.067 40.2701 39.4106 40.2701 40.0909Z" fill="#fff"/>
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.3969 41.239V36.5939L44.4476 36.5932V38.6489C44.3461 38.4589 44.0555 38.2029 43.4392 38.2029C42.4308 38.2029 41.7278 38.9925 41.7278 40.0832C41.7278 41.1739 42.4531 41.9784 43.4685 41.9784C43.9469 41.9784 44.3099 41.7588 44.4692 41.4733C44.4692 41.641 44.4908 41.8169 44.5054 41.8899H45.4262C45.4116 41.7442 45.3969 41.4804 45.3969 41.239ZM43.5839 41.1079C43.0762 41.1079 42.6993 40.7277 42.6993 40.084C42.6993 39.4401 43.0908 39.0739 43.5839 39.0739C44.0769 39.0739 44.4615 39.4247 44.4615 40.0763C44.4615 40.7277 44.0915 41.1079 43.5839 41.1079Z" fill="#fff"/>
|
17
|
+
<path d="M49.3881 37.8964C49.3881 37.4944 49.6712 37.3991 49.889 37.3991C50.0481 37.3991 50.1428 37.4201 50.1935 37.4348V36.6157C50.1136 36.5791 49.9181 36.5427 49.7151 36.5427C48.9243 36.5427 48.4166 37.0694 48.4166 37.8816V38.2912H47.8219V39.1251H48.4166V41.8906H49.3881V39.1251H50.1928V38.2912H49.3881V37.8964Z" fill="#fff"/>
|
18
|
+
<path d="M52.9954 39.257V38.2766C52.9231 38.2687 52.8509 38.2618 52.7708 38.2618C52.4663 38.2618 51.9733 38.3494 51.7555 38.825V38.2912H50.82V41.8906H51.7847V40.2445C51.7847 39.4688 52.2125 39.2275 52.7055 39.2275C52.7924 39.2275 52.8869 39.2352 52.9954 39.257Z" fill="#fff"/>
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.1125 40.0909C57.1125 38.9792 56.3079 38.1818 55.2419 38.1818C54.1757 38.1818 53.371 38.9863 53.371 40.0909C53.371 41.1957 54.1757 42 55.2419 42C56.3079 42 57.1125 41.2026 57.1125 40.0909ZM56.1488 40.0909C56.1488 40.7712 55.7133 41.115 55.2419 41.115C54.771 41.115 54.3357 40.7712 54.3357 40.0909C54.3357 39.4106 54.7704 39.067 55.2419 39.067C55.7133 39.067 56.1488 39.4106 56.1488 40.0909Z" fill="#fff"/>
|
20
|
+
<path d="M57.8741 41.8906H58.8387V39.7837C58.8387 39.3881 59.071 39.0739 59.5057 39.0739C59.9402 39.0739 60.1365 39.3664 60.1365 39.7542V41.8906H61.094V39.7837C61.094 39.3958 61.3409 39.0739 61.754 39.0739C62.1964 39.0739 62.3848 39.3664 62.3848 39.7542V41.8906H63.3202V39.5573C63.3202 38.5915 62.6895 38.1888 62.0294 38.1888C61.558 38.1888 61.1809 38.3494 60.898 38.7885C60.7171 38.4006 60.3256 38.1888 59.8395 38.1888C59.4479 38.1888 58.9909 38.379 58.7949 38.7303V38.2912H57.8741V41.8906Z" fill="#fff"/>
|
21
|
+
<path d="M67.0535 41.8906V39.7767C67.0749 39.3819 67.3143 39.0747 67.7205 39.0747C68.1843 39.0747 68.3803 39.3888 68.3803 39.7914V41.8906H69.345V39.6231C69.345 38.8327 68.9242 38.1965 68.018 38.1965C67.6773 38.1965 67.2858 38.3137 67.0535 38.5915V36.5939H66.0888V41.8906H67.0535Z" fill="#fff"/>
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.7979 40.0909C73.7979 38.9792 72.9925 38.1818 71.9272 38.1818C70.8611 38.1818 70.0557 38.9863 70.0557 40.0909C70.0557 41.1957 70.8618 42 71.9272 42C72.9925 42 73.7979 41.2026 73.7979 40.0909ZM72.8334 40.0909C72.8334 40.7712 72.398 41.115 71.9272 41.115C71.4556 41.115 71.0203 40.7712 71.0203 40.0909C71.0203 39.4106 71.4563 39.067 71.9272 39.067C72.398 39.067 72.8334 39.4106 72.8334 40.0909Z" fill="#fff"/>
|
23
|
+
<path d="M74.5594 41.8906H75.5232V39.7837C75.5232 39.3881 75.7562 39.0739 76.1914 39.0739C76.6258 39.0739 76.822 39.3664 76.822 39.7542V41.8906H77.7787V39.7837C77.7787 39.3958 78.0259 39.0739 78.4387 39.0739C78.8812 39.0739 79.0702 39.3664 79.0702 39.7542V41.8906H80.0056V39.5573C80.0056 38.5915 79.375 38.1888 78.715 38.1888C78.2432 38.1888 77.8663 38.3494 77.5832 38.7885C77.4019 38.4006 77.0102 38.1888 76.5239 38.1888C76.1329 38.1888 75.6761 38.379 75.4806 38.7303V38.2912H74.5594V41.8906Z" fill="#fff"/>
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.1811 40.859L83.3757 40.6176C83.2596 40.9395 83.0132 41.1668 82.5637 41.1668C82.0851 41.1668 81.6859 40.8232 81.6641 40.3477H84.2169C84.2169 40.344 84.2178 40.3325 84.2191 40.3149C84.2233 40.2612 84.2319 40.1522 84.2319 40.0474C84.2319 38.8916 83.5719 38.1818 82.4693 38.1818C81.5555 38.1818 80.7142 38.9274 80.7142 40.0763C80.7142 41.2902 81.5772 42 82.5562 42C83.4335 42 83.9997 41.481 84.1811 40.859ZM82.4836 38.9715C83.035 38.9715 83.2671 39.323 83.2813 39.6813H81.6859C81.7084 39.3517 81.9832 38.9715 82.4836 38.9715Z" fill="#fff"/>
|
25
|
+
</g>
|
26
|
+
</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
|
+
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.25 15.749h-4.5v-12h12v4.5m4.5 0h-12v12h12v-12Z" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.052 14.108a29.982 29.982 0 0 1 5.897 0M4.364 18.466a.675.675 0 0 0 .125.252.706.706 0 0 0 .22.186.768.768 0 0 0 .574.07 26.805 26.805 0 0 1 13.43-.001.786.786 0 0 0 .575-.07.725.725 0 0 0 .22-.186.674.674 0 0 0 .124-.252l2.348-9.377a.653.653 0 0 0-.018-.38.693.693 0 0 0-.229-.312.78.78 0 0 0-.77-.1l-4.66 1.947a.781.781 0 0 1-.534.024.729.729 0 0 1-.41-.321l-2.714-4.59a.714.714 0 0 0-.27-.26.774.774 0 0 0-.748 0 .714.714 0 0 0-.271.26l-2.714 4.59a.728.728 0 0 1-.41.32.781.781 0 0 1-.534-.023L3.037 8.296a.78.78 0 0 0-.77.1.693.693 0 0 0-.229.312.653.653 0 0 0-.018.38l2.344 9.378Z" vector-effect="non-scaling-stroke"/>
|
3
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
|
+
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 22.015a.75.75 0 0 1-.368-.097l-8.25-4.64A.75.75 0 0 1 3 16.623V7.376a.75.75 0 0 1 .382-.654l8.25-4.64a.75.75 0 0 1 .736 0l8.25 4.64a.75.75 0 0 1 .382.654v9.248a.75.75 0 0 1-.382.654l-8.25 4.64a.75.75 0 0 1-.368.097Zm0 0L12.089 12m8.808-5.004L12.089 12m0 0L3.104 6.995" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<svg width="139" height="48" viewBox="0 0 139 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g style="mix-blend-mode:luminosity">
|
3
|
+
<path d="M53.8909 13C53.911 15.7204 53.9109 18.4409 53.9113 21.1613C53.9113 21.5018 53.9152 21.5053 54.2631 21.5054C55.5446 21.5058 56.8261 21.506 58.1075 21.5052C58.4082 21.505 58.4213 21.4918 58.4213 21.1878C58.4219 18.6249 58.4217 16.0619 58.4219 13.4989C58.4219 13.4202 58.4017 13.3317 58.4309 13.2654C58.4617 13.1957 58.5331 13.1347 58.6012 13.0939C58.6438 13.0684 58.713 13.0864 58.7702 13.0864C60.245 13.0863 61.7198 13.086 63.1946 13.0865C63.5251 13.0866 63.5329 13.0942 63.5329 13.4229C63.5332 20.5033 63.5332 27.5837 63.5329 34.664C63.5329 34.9828 63.5224 34.9935 63.2094 34.9936C61.7203 34.9943 60.2312 34.9943 58.7421 34.9936C58.4326 34.9935 58.4221 34.9822 58.422 34.6606C58.4216 32.1047 58.4218 29.5489 58.4217 26.9931C58.4217 26.5749 58.4215 26.5747 57.9935 26.5747C56.7406 26.5746 55.4878 26.5743 54.2349 26.575C53.9212 26.5752 53.9114 26.5852 53.9113 26.9041C53.9109 29.4742 53.9111 32.0444 53.9109 34.6145C53.9109 34.9934 53.9104 34.9939 53.5295 34.9939C52.069 34.9941 50.6085 34.9944 49.1481 34.9935C48.8588 34.9933 48.8425 34.9773 48.8425 34.6894C48.8425 27.473 48.8431 20.2566 48.8428 13.0201C50.5183 13 52.1945 13 53.8909 13Z" fill="#fff"/>
|
4
|
+
<path d="M12.9522 13C13.0302 13.0796 13.0789 13.1683 13.1474 13.2373C13.8535 13.948 14.5605 14.6578 15.2732 15.3619C15.4044 15.4915 15.467 15.6257 15.4669 15.8137C15.4631 21.2807 15.4632 26.7478 15.4665 32.2149C15.4666 32.3999 15.4132 32.538 15.2798 32.6696C14.5563 33.383 13.8445 34.1085 13.1172 34.8179C13.0214 34.9114 12.8595 34.9861 12.728 34.9866C10.1877 34.9956 5.08357 34.9813 5.08357 34.9813L5.08275 29.9243H0.00677292L0 13.0201C0 13.0201 8.62112 13 12.9522 13ZM5.08357 18.1138C5.08357 18.1138 5.08711 28.6199 5.08357 29.9238C5.08357 29.9238 8.55568 29.9256 10.0767 29.9249C10.3811 29.9248 10.3944 29.9119 10.3945 29.6116C10.395 25.8959 10.395 22.1802 10.3944 18.4645C10.3944 18.1677 10.3809 18.1554 10.0726 18.1551C8.40884 18.1537 6.74701 18.1458 5.08357 18.1138Z" fill="#fff"/>
|
5
|
+
<path d="M106.557 13C106.577 14.582 106.577 16.1639 106.577 17.7459C106.577 18.1108 106.576 18.1133 106.203 18.1112C103.835 18.0978 101.466 18.0828 99.098 18.0694C98.7167 18.0673 98.7162 18.0697 98.7161 18.4478C98.7158 19.3497 98.7157 20.2516 98.7162 21.1535C98.7164 21.5015 98.7199 21.5053 99.0602 21.5054C100.678 21.5058 102.296 21.5054 103.913 21.5059C104.254 21.506 104.257 21.5098 104.257 21.8577C104.258 23.318 104.258 24.7783 104.257 26.2385C104.257 26.5673 104.25 26.5743 103.919 26.5744C102.301 26.5749 100.683 26.5744 99.0657 26.5748C98.72 26.5749 98.7165 26.5785 98.7162 26.9213C98.7157 27.7802 98.7157 28.6392 98.7163 29.4982C98.7165 29.8319 98.7233 29.8391 99.0495 29.8393C100.016 29.84 100.982 29.8346 101.949 29.841C103.394 29.8506 104.838 29.8681 106.283 29.8827C106.556 29.8854 106.576 29.9033 106.576 30.1777C106.577 31.6523 106.577 33.1268 106.577 34.6014C106.577 34.947 106.573 34.9511 106.23 34.9512C103.124 34.9514 100.017 34.9386 96.9105 34.9634C96.3742 34.9676 95.9861 34.8359 95.6238 34.432C95.0559 33.7988 94.4304 33.217 93.8242 32.6186C93.7041 32.5001 93.6445 32.3764 93.6447 32.2042C93.6478 26.721 93.6477 21.2379 93.6448 15.7547C93.6447 15.5842 93.6977 15.4579 93.8189 15.338C94.5162 14.6485 95.2081 13.9535 95.8999 13.2584C95.9696 13.1884 96.0265 13.1056 96.0925 13.0144C99.5761 13 103.057 13 106.557 13Z" fill="#fff"/>
|
6
|
+
<path d="M31.5958 13C31.6159 14.582 31.6159 16.1639 31.6155 17.7459C31.6154 18.1108 31.6147 18.1133 31.2417 18.1112C28.8734 18.0978 26.505 18.0828 24.1366 18.0694C23.7554 18.0673 23.7549 18.0697 23.7548 18.4478C23.7545 19.3497 23.7544 20.2516 23.7549 21.1536C23.7551 21.5015 23.7586 21.5053 24.0989 21.5054C25.7095 21.5058 27.3201 21.5055 28.9307 21.5058C29.2955 21.5058 29.2961 21.5065 29.2961 21.8792C29.2964 23.3323 29.2965 24.7855 29.296 26.2386C29.2959 26.5673 29.2888 26.5743 28.9575 26.5744C27.3398 26.5749 25.7221 26.5744 24.1043 26.5748C23.7587 26.5749 23.7552 26.5785 23.7549 26.9213C23.7544 27.7803 23.7544 28.6393 23.755 29.4983C23.7552 29.8319 23.762 29.8391 24.0883 29.8393C25.0546 29.84 26.021 29.8345 26.9873 29.841C28.4323 29.8506 29.8772 29.8681 31.3222 29.8827C31.595 29.8854 31.615 29.9034 31.6152 30.1777C31.6162 31.6523 31.6159 33.1269 31.6154 34.6015C31.6153 34.947 31.6114 34.9511 31.269 34.9512C28.148 34.9514 25.027 34.9397 21.9062 34.9629C21.3999 34.9667 21.0364 34.8409 20.6932 34.462C20.1124 33.8208 19.4791 33.2271 18.8628 32.6185C18.7427 32.5 18.6834 32.3763 18.6835 32.2041C18.6866 26.7209 18.6866 21.2377 18.6836 15.7546C18.6835 15.5841 18.7366 15.4577 18.8577 15.3379C19.555 14.6484 20.2469 13.9534 20.9387 13.2583C21.0084 13.1883 21.0653 13.1056 21.1312 13.0144C24.6148 13 28.0952 13 31.5958 13Z" fill="#fff"/>
|
7
|
+
<path d="M138.667 23.548C138.541 23.6913 138.405 23.8047 138.293 23.939C137.498 24.8948 136.708 25.8551 135.916 26.8135C135.356 27.4911 134.789 28.1629 134.242 28.8504C134.154 28.9604 134.119 29.1396 134.118 29.2871C134.11 31.0551 134.113 32.8233 134.113 34.5914C134.113 34.9501 134.111 34.9514 133.755 34.9514C132.28 34.9518 130.806 34.9519 129.331 34.9513C129.013 34.9512 129.002 34.9407 129.002 34.6276C129.001 32.8595 128.996 31.0913 129.007 29.3233C129.009 29.0575 128.918 28.8636 128.757 28.6696C127.955 27.7094 127.162 26.743 126.365 25.779C125.801 25.0958 125.242 24.4078 124.668 23.7331C124.514 23.5521 124.444 23.3718 124.444 23.1341C124.449 19.7697 124.448 16.4053 124.448 13.0207C126.124 13.0006 127.8 13.0006 129.496 13.0207C129.517 15.7815 129.514 18.5222 129.522 21.2628C129.523 21.423 129.563 21.6176 129.658 21.7373C130.224 22.4465 130.811 23.1388 131.392 23.8355C131.563 24.0411 131.591 24.0359 131.767 23.8222C132.298 23.1766 132.828 22.5305 133.365 21.8899C133.522 21.7021 133.607 21.5112 133.604 21.2535C133.59 20.1803 133.608 18.052 133.608 18.052H138.667C138.667 18.052 138.667 21.7085 138.667 23.548Z" fill="#fff"/>
|
8
|
+
<path d="M121.893 13C121.913 14.5679 121.913 16.1358 121.913 17.7037C121.913 18.0681 121.912 18.0687 121.539 18.0688C119.491 18.069 117.444 18.0687 115.396 18.0691C115.041 18.0691 115.04 18.0701 115.04 18.4307C115.04 23.6929 115.04 28.955 115.04 34.2171C115.04 34.3388 115.041 34.4605 115.039 34.5822C115.036 34.8427 115.017 34.8641 114.755 34.8643C113.244 34.8655 111.734 34.865 110.223 34.8649C110.187 34.8649 110.151 34.8628 110.116 34.8627C109.992 34.8625 109.931 34.8009 109.931 34.6777C109.931 34.6061 109.928 34.5345 109.928 34.4629C109.928 28.2629 109.93 22.0629 109.924 15.8629C109.923 15.6136 109.995 15.4348 110.174 15.2607C110.851 14.6016 111.514 13.9285 112.181 13.2587C112.251 13.1887 112.308 13.1057 112.373 13.0144C115.542 13 118.707 13 121.893 13Z" fill="#fff"/>
|
9
|
+
<path d="M39.5 13C39.5201 18.5112 39.52 24.0224 39.5202 29.5336C39.5202 29.8782 39.5241 29.8821 39.8676 29.8822C41.9217 29.8825 43.9759 29.8822 46.0301 29.8825C46.3921 29.8826 46.393 29.8833 46.3931 30.237C46.3934 31.6972 46.3935 33.1573 46.393 34.6174C46.3928 34.9441 46.3856 34.9511 46.0524 34.9511C43.1035 34.9515 40.1547 34.9497 37.2058 34.9548C37.0034 34.9551 36.8568 34.8943 36.715 34.7501C36.0276 34.0508 35.3331 33.3586 34.6357 32.6693C34.5102 32.5452 34.4484 32.4167 34.4485 32.2364C34.4524 25.8377 34.4523 19.439 34.452 13.0201C36.1274 13 37.8036 13 39.5 13Z" fill="#fff"/>
|
10
|
+
<path d="M138.667 18.0489C138.667 18.0489 135.255 18.0671 133.611 18.0521V13H138.667V18.0489Z" fill="#fff" fill-opacity="0.5"/>
|
11
|
+
<path d="M75.562 13.7301C75.5711 12.9935 75.4703 13.0892 76.1941 13.087C77.5756 13.0827 78.9572 13.0854 80.3388 13.086C80.6656 13.0861 80.6731 13.0939 80.6732 13.4263C80.6735 17.664 80.6734 21.9017 80.6734 26.1394C80.6734 26.9013 80.678 26.8974 81.1689 27.4773C81.6259 28.0172 82.073 28.5656 82.522 29.1122C82.672 29.2948 82.698 29.296 82.855 29.1057C83.4098 28.4331 83.9615 27.7581 84.5239 27.092C84.6631 26.9272 84.7149 26.7561 84.7147 26.5445C84.711 22.2352 84.7119 17.9259 84.712 13.6167C84.712 13.5379 84.7113 13.4592 84.7122 13.3804C84.7154 13.1072 84.7334 13.0865 85.0066 13.0864C86.517 13.0854 88.0274 13.0853 89.5378 13.0865C89.8005 13.0867 89.8227 13.1082 89.8228 13.3678C89.8235 18.4073 89.8216 23.4467 89.8272 28.4861C89.8275 28.7967 89.6077 28.9578 89.4464 29.1554C88.4522 30.3731 87.4487 31.5832 86.448 32.7955C85.8976 33.4624 85.351 34.1326 84.7906 34.7909C84.7183 34.8758 84.5732 34.9421 84.4612 34.9431C83.2802 34.9539 82.0989 34.9559 80.918 34.9407C80.7912 34.9391 80.6306 34.8427 80.5454 34.7405C79.1817 33.1051 77.8277 31.4616 76.4716 29.8198C76.2031 29.4948 75.9298 29.1735 75.6708 28.8411C75.6098 28.7628 75.5783 28.6485 75.5677 28.5471C75.5507 28.3842 75.562 28.2183 75.562 28.0537C75.562 23.2863 75.562 18.5189 75.562 13.7301Z" fill="#fff"/>
|
12
|
+
<path d="M71.6882 13.0866C71.9864 13.0991 71.9955 13.1074 71.9956 13.4099C71.9961 16.0009 71.9959 18.5919 71.9959 21.1828C71.9959 25.6419 71.9959 30.1009 71.9958 34.56C71.9958 34.6458 72.016 34.7405 71.9864 34.815C71.9586 34.8848 71.8846 34.9457 71.8166 34.9865C71.7741 35.012 71.7048 34.994 71.6476 34.994C70.1732 34.9942 68.6988 34.9944 67.2243 34.9939C66.8927 34.9938 66.8847 34.9862 66.8847 34.6589C66.8845 27.5803 66.8845 20.5016 66.8847 13.423C66.8847 13.0945 66.8926 13.0868 67.2231 13.0867C68.7047 13.0862 70.1863 13.0865 71.6882 13.0866Z" fill="#fff"/>
|
13
|
+
<path d="M0.0078125 29.9241H5.08357V34.9839H0.0078125V29.9241Z" fill="#fff" fill-opacity="0.5"/>
|
14
|
+
</g>
|
15
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="135" height="36" viewBox="0 0 135 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.7113 23.8429C52.3885 23.8429 52.9337 23.7055 53.3454 23.431C53.7574 23.1563 54.0777 22.813 54.3069 22.401C54.5356 21.989 54.6867 21.5452 54.76 21.0687C54.833 20.5929 54.8699 20.1533 54.8699 19.7504C54.8699 19.3479 54.833 18.9084 54.76 18.432C54.6867 17.9562 54.5356 17.5119 54.3069 17.0999C54.0777 16.6879 53.7574 16.3446 53.3454 16.07C52.9337 15.7952 52.3885 15.658 51.7113 15.658C51.0337 15.658 50.4891 15.7952 50.0771 16.07C49.665 16.3446 49.3491 16.6879 49.1295 17.0999C48.9098 17.5119 48.763 17.9562 48.69 18.432C48.6166 18.9084 48.5801 19.3479 48.5801 19.7504C48.5801 20.1533 48.6166 20.5929 48.69 21.0687C48.763 21.5452 48.9098 21.989 49.1295 22.401C49.3491 22.813 49.665 23.1563 50.0771 23.431C50.4891 23.7055 51.0337 23.8429 51.7113 23.8429ZM54.8699 14.3908V8.15967H58.1384V19.723C58.1384 20.6752 58.0466 21.5083 57.8637 22.2224C57.6804 22.9366 57.438 23.5544 57.1358 24.0763C56.8337 24.5982 56.4904 25.0287 56.106 25.3674C55.7215 25.7064 55.3274 25.9853 54.9248 26.2051C53.9725 26.6995 52.9014 26.9557 51.7113 26.9741C50.4842 26.9557 49.3946 26.6995 48.4427 26.2051C48.0399 25.9853 47.6416 25.7064 47.2481 25.3674C46.8541 25.0287 46.5064 24.6029 46.2043 24.0902C45.9021 23.5777 45.6592 22.964 45.4762 22.2499C45.2932 21.5358 45.2017 20.7028 45.2017 19.7504C45.2017 18.7985 45.2883 17.9651 45.4627 17.251C45.6365 16.5369 45.8651 15.9189 46.1493 15.397C46.433 14.8752 46.7535 14.4405 47.1106 14.0923C47.4676 13.7447 47.8385 13.4606 48.223 13.241C49.102 12.7284 50.1087 12.4538 51.2444 12.4169C51.8118 12.4718 52.361 12.6092 52.8922 12.8289C53.3497 13.0305 53.8168 13.337 54.2932 13.749C54.6104 14.0237 54.8027 14.2376 54.8699 14.3908ZM69.3997 17.9652C69.3078 17.6724 69.1936 17.3794 69.0564 17.0863C68.919 16.7935 68.7311 16.5279 68.4933 16.2898C68.2551 16.0518 67.9714 15.8639 67.6418 15.7267C67.3121 15.5893 66.9277 15.5207 66.4883 15.5207C66.0488 15.5207 65.6643 15.5893 65.3347 15.7267C65.005 15.8639 64.7209 16.0518 64.4832 16.2898C64.245 16.5279 64.0528 16.7935 63.9064 17.0863C63.7597 17.3794 63.6498 17.6724 63.5768 17.9652H69.3997ZM72.8605 17.9652C72.897 18.2397 72.9292 18.5239 72.9565 18.8166C72.984 19.1098 72.9977 19.4209 72.9977 19.7504V20.2448H63.3845C63.421 20.5564 63.4669 20.8723 63.5219 21.1926C63.5768 21.513 63.6683 21.8289 63.7965 22.1401C63.9977 22.6164 64.309 23.0375 64.7304 23.4034C65.1514 23.77 65.7371 23.9529 66.4883 23.9529C67.2388 23.9529 67.8247 23.77 68.2461 23.4034C68.667 23.0375 68.9781 22.6164 69.1799 22.1401H72.7506C72.6039 22.7812 72.3978 23.3396 72.1327 23.8154C71.8669 24.2918 71.5737 24.7038 71.2536 25.0515C70.9332 25.3996 70.5897 25.6879 70.2237 25.9167C69.8572 26.1458 69.5 26.3334 69.1525 26.4797C68.3101 26.8094 67.422 26.9741 66.4883 26.9741C65.2613 26.9558 64.1717 26.6995 63.2197 26.2051C62.8167 25.9853 62.4184 25.7064 62.0249 25.3675C61.6309 25.0288 61.2833 24.6029 60.9812 24.0902C60.679 23.5777 60.4362 22.9641 60.2534 22.25C60.0701 21.5358 59.9788 20.7028 59.9788 19.7504C59.9788 18.7986 60.0701 17.9652 60.2534 17.251C60.4362 16.5369 60.679 15.919 60.9812 15.3971C61.2833 14.8752 61.6309 14.4405 62.0249 14.0924C62.4184 13.7447 62.8167 13.4606 63.2197 13.241C64.1717 12.7285 65.2613 12.4538 66.4883 12.417C67.495 12.4538 68.4383 12.6641 69.3173 13.0485C69.6833 13.2135 70.0541 13.429 70.4297 13.6942C70.8048 13.9598 71.1527 14.2893 71.4734 14.6829C71.7935 15.077 72.0776 15.5438 72.325 16.0837C72.572 16.6241 72.7506 17.251 72.8605 17.9652ZM78.93 26.6994H81.1822H83.4346L87.9664 12.7739H84.588L81.1822 23.1838L77.7765 12.7739H74.3981L78.93 26.6994ZM92.8 16.0425V22.1675C92.8549 22.3871 92.9557 22.5889 93.1024 22.7718C93.2302 22.9186 93.4093 23.0559 93.6379 23.1838C93.8665 23.3121 94.1644 23.376 94.5307 23.376H96.6178V26.6995H93.2671C92.5534 26.6264 91.9117 26.4248 91.3447 26.0952C90.8677 25.8205 90.433 25.4133 90.0397 24.873C89.6459 24.3329 89.4493 23.5866 89.4493 22.6344V10.8842H92.8V12.774H95.959V16.0425H92.8ZM98.7877 14.6005C98.3854 15.1408 98.1838 15.8871 98.1838 16.839V26.6995H101.562V17.3058C101.617 17.0862 101.717 16.8848 101.864 16.7016C101.993 16.5554 102.171 16.418 102.4 16.2895C102.629 16.1617 102.926 16.0973 103.292 16.0973H105.874V12.774H102.029C101.315 12.8473 100.674 13.0485 100.106 13.3781C99.6301 13.6528 99.1909 14.0605 98.7877 14.6005ZM113.839 15.6579C113.162 15.6579 112.617 15.7953 112.205 16.0699C111.793 16.3445 111.477 16.6879 111.257 17.0998C111.038 17.5118 110.891 17.9561 110.818 18.4321C110.745 18.9084 110.708 19.3478 110.708 19.7505C110.708 20.1535 110.745 20.5928 110.818 21.0688C110.891 21.5453 111.038 21.9889 111.257 22.4009C111.477 22.8129 111.793 23.1562 112.205 23.4309C112.617 23.7056 113.162 23.8429 113.839 23.8429C114.517 23.8429 115.061 23.7056 115.474 23.4309C115.886 23.1562 116.202 22.8129 116.421 22.4009C116.641 21.9889 116.787 21.5453 116.861 21.0688C116.933 20.5928 116.97 20.1535 116.97 19.7505C116.97 19.3478 116.933 18.9084 116.861 18.4321C116.787 17.9561 116.641 17.5118 116.421 17.0998C116.202 16.6879 115.886 16.3445 115.474 16.0699C115.061 15.7953 114.517 15.6579 113.839 15.6579ZM107.33 19.7505C107.33 18.7986 107.421 17.9651 107.604 17.2509C107.787 16.5368 108.03 15.9188 108.332 15.3969C108.635 14.8751 108.982 14.4404 109.376 14.0923C109.769 13.7446 110.167 13.4607 110.57 13.2409C111.523 12.7283 112.613 12.4537 113.839 12.4168C115.048 12.4537 116.128 12.7283 117.08 13.2409C117.482 13.4607 117.881 13.7446 118.275 14.0923C118.669 14.4404 119.017 14.8751 119.318 15.3969C119.621 15.9188 119.868 16.5368 120.06 17.2509C120.253 17.9651 120.349 18.7986 120.349 19.7505C120.349 20.7027 120.253 21.5357 120.06 22.2499C119.868 22.9639 119.621 23.5777 119.318 24.0901C119.017 24.603 118.669 25.0287 118.275 25.3673C117.881 25.7063 117.482 25.9852 117.08 26.205C116.128 26.6994 115.048 26.9556 113.839 26.974C112.613 26.9556 111.523 26.6994 110.57 26.205C110.167 25.9852 109.769 25.7063 109.376 25.3673C108.982 25.0287 108.635 24.603 108.332 24.0901C108.03 23.5777 107.787 22.9639 107.604 22.2499C107.421 21.5357 107.33 20.7027 107.33 19.7505ZM128.713 12.4444C128.373 12.4262 128.176 12.4168 128.121 12.4168C128.048 12.4168 127.847 12.4262 127.517 12.4444C127.188 12.4627 126.794 12.5404 126.337 12.6778C125.879 12.8152 125.393 13.0306 124.88 13.3232C124.367 13.6164 123.892 14.0374 123.452 14.5868C123.013 15.136 122.651 15.8275 122.368 16.6605C122.083 17.4938 121.942 18.5238 121.942 19.7505V26.6994H125.293V19.7505C125.293 19.3478 125.33 18.9358 125.402 18.5144C125.475 18.0934 125.613 17.7089 125.815 17.3608C126.016 17.0131 126.3 16.7249 126.666 16.4955C127.032 16.2669 127.517 16.1523 128.121 16.1523C128.726 16.1523 129.211 16.2669 129.578 16.4955C129.944 16.7249 130.227 17.0131 130.429 17.3608C130.63 17.7089 130.767 18.0934 130.841 18.5144C130.914 18.9358 130.951 19.3478 130.951 19.7505V26.6994H134.302V19.7505C134.302 18.5238 134.159 17.4938 133.876 16.6605C133.592 15.8275 133.231 15.136 132.791 14.5868C132.351 14.0374 131.875 13.6164 131.363 13.3232C130.85 13.0306 130.364 12.8152 129.907 12.6778C129.449 12.5404 129.051 12.4627 128.713 12.4444Z" fill="#fff"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.77869 29.6504L0.417531 19.6357C-0.131849 18.7746 -0.139545 17.6751 0.397194 16.8061L8.59915 3.53024C9.12735 2.67525 10.0618 2.15638 11.0666 2.15993L22.9075 2.20228C22.9342 2.20228 22.9605 2.20309 22.9866 2.20447C24.1412 2.26384 24.7744 3.58521 24.1376 4.5504L15.92 17.0031C15.6111 17.6385 14.893 18.0373 14.11 17.8581C13.5304 17.7256 13.0615 17.2524 12.9321 16.6722C12.8433 16.274 12.9046 15.8945 13.0684 15.577C13.0686 15.5766 13.0688 15.5761 13.0689 15.5757C13.0691 15.5751 13.0692 15.5748 13.0695 15.5743L13.0714 15.5713C13.1204 15.4778 13.1781 15.3896 13.2435 15.308L14.4948 13.3952C14.8655 12.8436 14.5201 12.0956 13.8596 12.0197L10.8522 11.7913C10.294 11.7487 9.74268 11.9381 9.32823 12.3145C8.78384 12.9514 6.36618 16.8514 5.26247 18.6796C4.90629 19.2696 4.94916 20.0065 5.34848 20.5682L5.33475 20.5748L9.16443 26.5891L9.8829 27.7302C9.9576 27.8264 10.023 27.93 10.0777 28.04L10.1047 28.0825L10.1028 28.0922C10.2437 28.3989 10.3031 28.7509 10.2512 29.1205C10.142 29.895 9.52308 30.5367 8.7514 30.6656C7.89037 30.8096 7.11673 30.3542 6.77869 29.6504ZM28.0003 5.56524L34.4061 15.5516C34.9593 16.4102 34.9719 17.5098 34.439 18.381L26.2965 31.6934C25.772 32.5506 24.8399 33.0738 23.8351 33.0746L11.9941 33.0854C11.9675 33.0854 11.9411 33.0848 11.915 33.0835C10.7602 33.0293 10.1212 31.7107 10.7536 30.7427L18.9154 18.2532C19.2216 17.6167 19.9378 17.2147 20.7216 17.3903C21.3017 17.5202 21.7728 17.9913 21.9047 18.5709C21.9954 18.9689 21.9358 19.3484 21.7733 19.6669L21.7725 19.6694L21.7703 19.6724C21.7219 19.7664 21.6648 19.8546 21.5994 19.9365L20.3569 21.8551C19.9886 22.4083 20.3374 23.1548 20.9981 23.2276L24.0063 23.4428C24.565 23.4826 25.1152 23.2908 25.5283 22.9127C26.0698 22.2734 28.4698 18.3626 29.5653 16.5295C29.919 15.9377 29.8731 15.2013 29.4709 14.6414L29.4847 14.6345L25.628 8.63727L24.9047 7.49948C24.8294 7.40356 24.7635 7.30023 24.7082 7.19057L24.6813 7.14824L24.6832 7.13863C24.5408 6.83247 24.4801 6.4807 24.5304 6.11078C24.6357 5.33576 25.2518 4.69157 26.023 4.5591C26.8834 4.41124 27.6591 4.86305 28.0003 5.56524Z" fill="#fff"/>
|
4
|
+
</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="#06C" d="M16.943 4.396a1.052 1.052 0 0 1 1.136.587l3.677 5.811c.319.5.325 1.14.02 1.647L17.1 20.19a1.653 1.653 0 0 1-1.413.804l-6.8.007h-.045c-.663-.032-1.03-.8-.667-1.364l4.686-7.27a.913.913 0 0 1 1.718.186c.05.215.023.44-.076.637v.001a.96.96 0 0 1-.1.156l-.713 1.116a.517.517 0 0 0 .367.8l1.728.126a1.159 1.159 0 0 0 .874-.31c.173-.206.674-1 1.194-1.849l.312-.51c.31-.51.602-1 .812-1.355a1.01 1.01 0 0 0-.053-1.099l.007-.004-2.215-3.49-.415-.663a1.075 1.075 0 0 1-.113-.18l-.016-.024a1.119 1.119 0 0 1-.087-.604 1.066 1.066 0 0 1 .858-.904ZM8.355 3l6.8.024.045.001c.663.035 1.027.804.66 1.367l-4.718 7.248a.913.913 0 0 1-1.716-.194.947.947 0 0 1 .08-.637v-.001a.968.968 0 0 1 .098-.155l.72-1.113a.517.517 0 0 0-.365-.8l-1.727-.133a1.16 1.16 0 0 0-.876.304c-.312.37-1.7 2.64-2.333 3.703a1.01 1.01 0 0 0 .048 1.1l-.008.004 2.2 3.5.413.664c.042.056.08.116.111.18l.016.027c.083.19.112.398.084.603a1.067 1.067 0 0 1-.861.9A1.052 1.052 0 0 1 5.892 19L2.24 13.17a1.567 1.567 0 0 1-.01-1.646l4.709-7.728c.304-.497.84-.8 1.417-.797Z"/>
|
3
|
+
</svg>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
18
|
<path d="M22.7905 10.0508C22.7296 10 22.1781 9.57532 20.9946 9.57532C20.6884 9.57532 20.3715 9.60617 20.0653 9.6588C19.8415 8.07622 18.5451 7.31034 18.4932 7.27042L18.1762 7.08348L17.9721 7.38294C17.7179 7.78584 17.5227 8.24138 17.4117 8.70599C17.1968 9.60617 17.3293 10.4537 17.7787 11.1779C17.238 11.4882 16.3606 11.5608 16.1762 11.5717H1.68524C1.30744 11.5717 1.00125 11.882 1.00125 12.265C0.981554 13.5481 1.19463 14.8294 1.63332 16.0399C2.13288 17.363 2.87775 18.3466 3.83749 18.9456C4.91898 19.6171 6.68447 20 8.67378 20C9.57084 20 10.4697 19.9165 11.3578 19.7514C12.5933 19.5245 13.7769 19.0889 14.8673 18.4592C15.7662 17.931 16.5719 17.2595 17.2559 16.4737C18.409 15.1597 19.093 13.6915 19.5926 12.3884C19.6642 12.3884 19.7251 12.3884 19.7967 12.3884C21.0519 12.3884 21.8272 11.882 22.2551 11.4465C22.5416 11.1779 22.7547 10.8457 22.9087 10.4737L23 10.2051L22.7905 10.0508ZM13.8216 11.147H15.7608C15.8521 11.147 15.9345 11.0744 15.9345 10.971V9.21234C15.9345 9.11978 15.8629 9.0363 15.7608 9.0363H13.8216C13.7303 9.0363 13.6479 9.10889 13.6479 9.21234V10.971C13.6587 11.0744 13.7303 11.147 13.8216 11.147ZM11.1179 6.11071H13.0571C13.1484 6.11071 13.2307 6.03811 13.2307 5.93466V4.17604C13.2307 4.08348 13.1484 4 13.0571 4H11.1179C11.0266 4 10.9442 4.0726 10.9442 4.17604V5.93466C10.9442 6.02722 11.0248 6.11071 11.1179 6.11071ZM11.1179 8.63339H13.0571C13.1484 8.63339 13.2307 8.54991 13.2307 8.45735V6.69873C13.2307 6.60617 13.1484 6.52269 13.0571 6.52269H11.1179C11.0266 6.52269 10.9442 6.59528 10.9442 6.69873V8.45735C10.9442 8.55172 11.0248 8.63339 11.1179 8.63339ZM8.43384 8.63339H10.373C10.4643 8.63339 10.5467 8.54991 10.5467 8.45735V6.69873C10.5467 6.60617 10.4751 6.52269 10.373 6.52269H8.43384C8.34252 6.52269 8.26016 6.59528 8.26016 6.69873V8.45735C8.26016 8.55172 8.33178 8.63339 8.43384 8.63339ZM5.70862 8.63339H7.64779C7.73911 8.63339 7.82147 8.54991 7.82147 8.45735V6.69873C7.82147 6.60617 7.74985 6.52269 7.64779 6.52269H5.70862C5.6173 6.52269 5.53493 6.59528 5.53493 6.69873V8.45735C5.54568 8.55172 5.6173 8.63339 5.70862 8.63339ZM11.1179 11.147H13.0571C13.1484 11.147 13.2307 11.0744 13.2307 10.971V9.21234C13.2307 9.11978 13.1591 9.0363 13.0571 9.0363H11.1179C11.0266 9.0363 10.9442 9.10889 10.9442 9.21234V10.971C10.9442 11.0744 11.0248 11.147 11.1179 11.147ZM8.43384 11.147H10.373C10.4643 11.147 10.5467 11.0744 10.5467 10.971V9.21234C10.5467 9.11978 10.4751 9.0363 10.373 9.0363H8.43384C8.34252 9.0363 8.26016 9.10889 8.26016 9.21234V10.971C8.26016 11.0744 8.33178 11.147 8.43384 11.147ZM5.70862 11.147H7.64779C7.73911 11.147 7.82147 11.0744 7.82147 10.971V9.21234C7.82147 9.11978 7.74985 9.0363 7.64779 9.0363H5.70862C5.6173 9.0363 5.53493 9.10889 5.53493 9.21234V10.971C5.54568 11.0744 5.6173 11.147 5.70862 11.147ZM3.03532 11.147H4.97449C5.06581 11.147 5.14817 11.0744 5.14817 10.971V9.21234C5.14817 9.11978 5.07655 9.0363 4.97449 9.0363H3.03532C2.944 9.0363 2.86164 9.10889 2.86164 9.21234V10.971C2.87238 11.0744 2.944 11.147 3.03532 11.147Z" fill="#0091E2"/>
|
3
19
|
</svg>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
18
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1844 5.78683C21.1844 5.56504 21.0641 5.35835 20.847 5.23604L12.3319 1.08283C12.1376 0.972518 11.8961 0.972131 11.7021 1.08322L2.3147 6.43594C2.12071 6.54703 2 6.75333 2 6.97473V17.6798C2 17.9012 2.12071 18.1075 2.32058 18.2217L10.8525 22.9172C10.9497 22.9725 11.059 23 11.168 23C11.2765 23 11.3859 22.9725 11.4827 22.9172C11.6771 22.8065 11.7978 22.6002 11.7978 22.3784V11.4988L20.8697 6.32563C21.0641 6.21493 21.1844 6.00862 21.1844 5.78683ZM21.6849 7.58901C21.4901 7.47715 21.2487 7.47753 21.0543 7.58901L17.2994 9.72986C17.1818 9.79295 16.9052 9.9412 16.9052 10.247L16.8926 15.1716L13.3141 17.4445C13.1005 17.5699 12.9735 17.7684 12.9735 17.9782V22.347C12.9735 22.5657 13.093 22.7651 13.2933 22.8792C13.3979 22.9385 13.5143 22.9686 13.6303 22.9686C13.7444 22.9686 13.8584 22.94 13.9615 22.8812L21.6735 18.2387C21.8675 18.1276 21.9875 17.9213 21.9875 17.7011L22 8.12741C22 7.90601 21.8793 7.69971 21.6849 7.58901Z" fill="url(#paint0_linear_702_1763)"/>
|
3
19
|
<defs>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M4.903 8.587a7.41 7.41 0 0 1 .591-1.021l-.038-2.438c0-.225.094-.44.272-.59a9.726 9.726 0 0 1 2.963-1.716.726.726 0 0 1 .637.065l2.091 1.257a8.277 8.277 0 0 1 1.181 0l2.09-1.257a.783.783 0 0 1 .648-.065A9.677 9.677 0 0 1 18.3 4.528c.169.14.272.366.263.59l-.038 2.438c.225.328.422.666.59 1.022l2.129 1.181a.75.75 0 0 1 .375.525 9.707 9.707 0 0 1 0 3.413.748.748 0 0 1-.375.525l-2.128 1.181a7.4 7.4 0 0 1-.59 1.022l.037 2.438c0 .224-.094.44-.272.59a9.723 9.723 0 0 1-2.963 1.716.726.726 0 0 1-.637-.066l-2.09-1.256a8.286 8.286 0 0 1-1.182 0l-2.09 1.256a.783.783 0 0 1-.648.066 9.676 9.676 0 0 1-2.962-1.707.744.744 0 0 1-.263-.59l.038-2.438a7.417 7.417 0 0 1-.59-1.022l-2.129-1.18a.748.748 0 0 1-.375-.526 9.704 9.704 0 0 1 0-3.412.748.748 0 0 1 .375-.525l2.128-1.182Z" vector-effect="non-scaling-stroke"/>
|
3
19
|
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M12 15.6a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z" vector-effect="non-scaling-stroke"/>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
18
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.10714 2.31934L1 5.26576V18.7211L6.10714 21.6676V19.114L3.16071 17.4443V6.54255L6.10714 4.87291V2.31934Z" fill="#5C85DE"/>
|
3
19
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 7.81878V16.167L3.16071 17.4438V6.54199L1 7.81878Z" fill="#3367D6"/>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
18
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.137 2.10059L1 5.13659V18.8646L6.137 21.9006V19.2606L3.2 17.5226V6.47859L6.137 4.74059V2.10059Z" fill="#AECBFA"/>
|
3
19
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.063 8.85437L12 10.5814L14.937 8.85437V5.37837L12 3.65137L9.063 5.37837V8.85437Z" fill="#AECBFA"/>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path data-style-override="false" fill="#4285F4" d="M21.575 12.225c0-.659-.058-1.284-.158-1.892H12v3.758h5.392c-.242 1.234-.95 2.275-2 2.984v2.5h3.216c1.884-1.742 2.967-4.309 2.967-7.35Z"/>
|
3
19
|
<path data-style-override="false" fill="#34A853" d="M12 22c2.7 0 4.958-.9 6.608-2.425l-3.216-2.5c-.9.6-2.042.966-3.392.966-2.608 0-4.817-1.758-5.608-4.133H3.075v2.575C4.717 19.75 8.092 22 12 22Z"/>
|
@@ -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
|
+
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 4.5h-6v6h6v-6Zm9 0h-6v6h6v-6Zm-9 9h-6v6h6v-6Zm9 0h-6v6h6v-6Z" vector-effect="non-scaling-stroke"/>
|
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
|
+
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M16.953 7.046a7.005 7.005 0 0 1 0 9.908m0-9.908a7.005 7.005 0 0 0-9.907 0m9.907 0 2.684-2.683m-2.684 12.59a7.005 7.005 0 0 1-9.907 0m9.907 0 2.684 2.684m-12.59-2.683a7.005 7.005 0 0 1 0-9.908m0 9.908-2.684 2.683m2.683-12.59L4.363 4.362M12 1.2v3.795m0 14.01V22.8M1.2 12h3.795m14.01 0H22.8m-7.297 0a3.503 3.503 0 1 1-7.006 0 3.503 3.503 0 0 1 7.006 0Z" vector-effect="non-scaling-stroke"/>
|
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
|
+
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 15h6m-6 0v6m0-6V9m0 6H9m12 0v6h-6m6-6V9m-6 12H9m6-12h6m-6 0V3h6v6m-6 0H9m0 6v6m0-6V9m0 6H3m6 6H3v-6m6-6H3v6" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path data-style-override="false" fill="#CB2026" d="M13.636 8.134c.017.006 1.298 2.22 2.576 4.44l.306.531c1.168 2.03 2.246 3.913 2.246 3.933 0 .021-2.867.054-5.71.068l-.516.002-1.507.004h-.475c-1.273 0-2.097-.014-2.09-.032.007-.02.144-.261.368-.655l.184-.322c.433-.755 1.07-1.862 1.734-3.011l.307-.533c1.285-2.222 2.567-4.428 2.578-4.425Zm-7.434-1.28c.014-.003.606.999 1.312 2.229l.27.467.272.474 1.287 2.243.546.952-.745 1.294-.749 1.298-3.697.01L1 15.83l.11-.186.946-1.645.28-.486c1.872-3.25 3.846-6.652 3.866-6.658Zm11.628-.01c.013 0 1.104 1.874 2.28 3.905l.309.533c1.286 2.224 2.572 4.458 2.58 4.497.01.036-.19.046-1.286.049h-2.842l-.05-.078c-.16-.256-3.052-5.309-3.052-5.337 0-.047 2.036-3.57 2.06-3.57ZM9.84 5c.006-.002.109.163.268.427l.178.296c.676 1.132 1.887 3.21 1.939 3.342.014.035-.318.642-.899 1.654-.506.877-.945 1.644-.98 1.701l-.061.1-.09-.136c-.08-.13-.553-.949-1.049-1.814l-.23-.4A104.288 104.288 0 0 1 7.89 8.351c0-.054 1.91-3.341 1.95-3.352Z"/>
|
3
19
|
</svg>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<svg width="179" height="48" viewBox="0 0 179 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g style="mix-blend-mode:luminosity">
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.08932 16.3917C4.41807 14.9127 4.81028 13.4467 5.30225 12.4901C5.36449 12.3745 5.42673 12.25 5.48008 12.1255C6.14693 10.7029 6.91159 9.98274 9.42784 9.80491C10.0058 9.76045 10.5481 9.74267 11.0816 9.74267L11.0727 9.75156C11.7763 9.75156 12.4081 9.7867 13.002 9.84331C13.1655 9.76615 13.3253 9.69134 13.4823 9.61822C14.5048 9.14698 17.7412 8 19.1194 8C19.235 8 19.3328 8 19.4395 8.02667H19.5106C20.5153 8.14226 21.0399 8.52459 21.938 9.76938C22.0427 9.91408 22.1665 10.1073 22.3062 10.3414C23.088 10.4008 23.7046 10.4967 24.1875 10.6319L24.2569 10.6505C24.3648 10.6796 24.4687 10.7077 24.5787 10.7297C26.0814 11.0853 26.9349 11.6811 27.6818 14.1173C28.0948 15.4796 28.3253 16.6037 28.4708 17.6317C28.9023 18.2636 29.2705 18.8306 29.6112 19.3631C30.1002 20.1367 32.0296 23.6665 32.0119 25.0625V25.1514C32.0119 26.1205 31.7273 26.6718 30.6959 27.7121C30.6041 27.804 30.4886 27.9099 30.3521 28.0284C30.7098 29.2559 31.3148 31.5004 28.6065 33.1447C27.2028 33.997 25.5617 34.7306 24.1644 35.2843C23.8578 35.6223 23.5681 35.9335 23.2895 36.2301C22.4982 37.0747 19.4573 39.591 18.4793 39.8755H18.4348L18.4296 39.8769C18.2347 39.9301 17.9784 40 17.6524 40C16.9677 40 16.3542 39.6799 15.5274 39.1375C15.3292 39.0079 15.0674 38.8089 14.7555 38.5549L14.7449 38.5595C14.6026 38.6218 14.4426 38.6929 14.2825 38.7729C13.6246 39.0841 12.8777 39.4309 11.9885 39.4309C10.886 39.4309 9.89019 38.8885 9.02773 37.8126C8.3563 36.977 7.71932 36.0336 7.15243 35.1138C5.62868 34.5274 4.08122 33.8679 3.13276 33.1714C3.05155 33.1105 2.97035 33.0547 2.88522 32.9963L2.80378 32.9402C1.48786 32.0511 0.901035 31.1708 1.09664 28.6012C1.18212 27.4356 1.33043 26.4652 1.51558 25.5966C1.42492 25.4735 1.32749 25.3436 1.23006 25.2137L1.20635 25.1818C0.403455 24.1029 -0.912121 22.335 0.945542 19.8522C1.88005 18.6133 3.04869 17.3905 4.08932 16.3917ZM19.1194 9.40483H19.2439C19.2703 9.40808 19.296 9.41107 19.3209 9.41397C19.7244 9.46097 19.9408 9.48616 20.5464 10.2709C20.3587 10.2685 20.1647 10.2673 19.9641 10.2673V10.2762H18.8616C18.2139 10.283 17.4158 10.3199 16.5953 10.3698C16.3345 10.3254 16.0657 10.2805 15.7892 10.2351C17.0491 9.80555 18.4962 9.40483 19.1194 9.40483ZM3.58155 18.8316C3.03731 19.4166 2.50047 20.0406 2.03029 20.6702C0.970357 22.0813 1.34188 23.0215 1.94842 23.8944C2.07076 23.4727 2.1987 23.0618 2.32798 22.6466L2.35922 22.5462L2.43035 22.3062C2.85412 20.9552 3.23805 19.796 3.58155 18.8316ZM2.68997 26.9931C2.86516 27.186 3.05275 27.3894 3.24959 27.6002C3.27881 27.6717 3.30804 27.7458 3.33726 27.8277C3.62431 28.5706 4.15986 29.5941 4.64706 30.5252L4.75693 30.7352C4.9406 31.0858 5.11457 31.4178 5.2489 31.6865C5.45061 32.0874 5.71024 32.5898 6.01602 33.1504C5.21754 32.8004 4.45698 32.4189 3.95966 32.0511C3.82892 31.9548 3.70425 31.8701 3.58667 31.7903C2.79266 31.2512 2.32221 30.9318 2.49259 28.7168C2.54168 28.0872 2.6087 27.5185 2.68997 26.9931ZM6.30248 30.7491C7.49514 31.9464 8.51282 32.9368 8.80549 33.1981C8.94489 33.3228 9.20538 33.5626 9.54199 33.8724L9.76576 34.0784C10.0461 34.3379 10.3269 34.5975 10.6056 34.8547C9.79859 34.5943 9.08558 34.3521 8.5387 34.1494C8.39047 34.0945 8.22895 34.0345 8.05757 33.9701C7.3222 32.7418 6.75271 31.6345 6.46702 31.073C6.4161 30.9712 6.36093 30.8627 6.30248 30.7491ZM13.649 35.7922C12.6306 34.8773 11.5445 33.8729 10.7513 33.1393C10.271 32.6951 9.89805 32.3502 9.71241 32.1845C9.13714 31.6655 6.33675 28.895 4.40382 26.8419C4.13141 26.1831 3.98777 25.6827 4.2264 23.8532C4.44227 22.2469 4.67628 20.6315 4.89281 19.3534C5.29802 18.2102 5.71385 17.1502 6.04023 16.5801L6.06076 16.5443C6.11359 16.452 6.16562 16.3611 6.21694 16.2727C6.43691 16.0771 6.62477 15.9137 6.76937 15.7889C7.00374 15.5862 7.27966 15.34 7.5745 15.077C8.35348 14.3819 9.2646 13.5689 9.89024 13.1304C10.0071 13.0485 10.1108 12.9714 10.2084 12.899C10.3008 12.8305 10.3876 12.7661 10.4747 12.7055C10.697 12.5836 10.9112 12.4679 11.118 12.3579C11.5311 12.199 12.1087 12.081 13.1089 11.9923C14.3233 11.8894 15.5431 11.7974 16.6183 11.7325C18.4374 12.0452 20.8002 12.5004 21.8046 12.908L21.8609 12.9308C21.968 12.9743 22.0724 13.0166 22.1747 13.059C22.8904 14.4398 23.6898 16.0642 24.242 17.1862C24.5198 17.7505 24.735 18.1878 24.8454 18.4029C25.1716 19.038 26.562 22.1109 27.616 24.6356C27.6436 25.6476 27.6356 26.5614 27.5573 27.1164L27.5507 27.1634C27.4732 27.7137 27.4052 28.1968 27.2412 28.713C26.0762 29.5724 24.7661 30.5039 23.8386 31.1632L23.8378 31.1638C23.3315 31.5238 22.9389 31.8029 22.7471 31.9444C22.082 32.4347 18.377 34.8841 15.98 36.3209C15.5532 36.2942 14.9946 36.1861 14.1403 35.9366C13.9764 35.8887 13.8126 35.8406 13.649 35.7922ZM16.0722 37.8573C16.1473 37.9128 16.2149 37.9605 16.2742 37.9994C17.0389 38.4974 17.3768 38.6396 17.6524 38.6396C17.7787 38.6396 17.8926 38.6086 18.0252 38.5724C18.0513 38.5653 18.0781 38.558 18.1058 38.5507C18.4588 38.4516 19.9071 37.3823 21.0632 36.4148L20.9599 36.4523L20.7016 36.5437C19.7397 36.8844 18.7048 37.251 17.9546 37.4304C17.8756 37.4473 17.8001 37.4678 17.7282 37.4874C17.6871 37.4986 17.6466 37.5096 17.6079 37.5193C17.2254 37.6213 16.8266 37.7233 16.2874 37.732C16.2142 37.7749 16.1424 37.8167 16.0722 37.8573ZM26.2947 32.7895C26.8309 32.523 27.3614 32.2371 27.8596 31.9355C29.3694 31.0168 29.3844 30.0191 29.1423 28.9996C28.9073 29.1795 28.6548 29.3698 28.3883 29.5682C28.1052 30.2777 27.6447 31.0795 26.846 32.0956C26.6562 32.3377 26.4726 32.5687 26.2947 32.7895ZM25.3875 31.7434C24.6497 32.6671 24.0171 33.4072 23.4544 34.037C22.644 34.355 21.9644 34.5944 21.5556 34.7363C21.2582 34.8387 20.9061 34.9658 20.53 35.1015L20.4506 35.1301C21.9511 34.1557 23.2264 33.2976 23.5562 33.0558C23.734 32.9224 24.1163 32.6468 24.6054 32.3C24.8667 32.1144 25.128 31.9285 25.3875 31.7434ZM28.9628 24.1822C29.3365 25.0797 29.6696 25.9146 29.9032 26.5633C30.6581 25.7791 30.6559 25.5498 30.6521 25.1319C30.6518 25.101 30.6515 25.0691 30.6515 25.0358C30.6593 24.3061 29.5178 21.9007 28.7483 20.5572C28.8554 21.9598 28.9269 23.1696 28.9628 24.1822ZM26.5005 14.9175C26.4634 14.7894 26.4245 14.6591 26.3837 14.5263C25.7334 12.4052 25.191 12.2791 24.2694 12.0649C24.1324 12.033 23.9871 11.9992 23.8319 11.9567C23.6221 11.8984 23.3819 11.8508 23.1209 11.8119C23.164 11.8933 23.2076 11.9764 23.2518 12.0608C24.2038 12.5091 25.1565 13.1702 26.4459 14.8463L26.5005 14.9175ZM27.1685 18.1241C27.2601 18.8482 27.3116 19.5339 27.3649 20.2434L27.3875 20.5421C26.7806 19.1826 26.2724 18.0877 26.108 17.7716C26.0391 17.6395 25.9293 17.4146 25.7884 17.1257L25.786 17.121C25.7094 16.9639 25.6235 16.788 25.5301 16.5979C25.2261 15.9807 24.9213 15.363 24.6233 14.7636C24.856 15.0184 25.1029 15.3152 25.37 15.6643C26.0966 16.6084 26.6784 17.4141 27.1685 18.1241ZM13.0262 37.0615C11.9393 36.7367 10.52 36.3042 9.3018 35.8949C9.55803 36.2585 9.82331 36.6139 10.0947 36.9502C10.7615 37.786 11.3928 38.0616 11.9885 38.0616C12.5364 38.0616 13.0703 37.8233 13.6037 37.5736C13.4183 37.4108 13.2253 37.2396 13.0262 37.0615ZM8.57427 12.1523C7.43624 12.8049 6.69985 13.3848 6.16591 13.9437C6.27603 13.6342 6.39148 13.3543 6.51147 13.1214C6.58686 12.9753 6.6515 12.837 6.71244 12.7066C7.11875 11.8376 7.3608 11.3199 9.52564 11.1653C9.85134 11.1394 10.162 11.1226 10.4594 11.113C9.88726 11.4161 9.2638 11.7582 8.57427 12.1523Z" fill="#fff"/>
|
4
|
+
<path d="M50.2926 29.3747H44.0242V15.5131C44.0242 15.2553 43.8108 15.0508 43.5618 15.0508H40.761C40.5032 15.0508 40.2987 15.2642 40.2987 15.5131V32.4956C40.2987 32.7534 40.5121 32.9579 40.761 32.9579H50.3014C50.5593 32.9579 50.7638 32.7446 50.7638 32.4956V29.846C50.7638 29.5881 50.5504 29.3836 50.3014 29.3836L50.2926 29.3747Z" fill="#fff"/>
|
5
|
+
<path d="M57.1299 15.0419H59.9396C60.1949 15.0419 60.4019 15.2489 60.4019 15.5042V32.4956C60.4019 32.7509 60.1949 32.9579 59.9396 32.9579H57.1299C56.8746 32.9579 56.6676 32.7509 56.6676 32.4956V15.5042C56.6676 15.2489 56.8746 15.0419 57.1299 15.0419Z" fill="#fff"/>
|
6
|
+
<path d="M82.1324 15.0419H79.0471C78.8426 15.0419 78.6648 15.1752 78.6025 15.3709L74.5125 28.3255L70.3958 15.3709C70.3336 15.1752 70.1558 15.0419 69.9513 15.0419H66.8837C66.7326 15.0419 66.5903 15.113 66.5014 15.2375C66.4125 15.362 66.3858 15.5131 66.4392 15.6554L72.1385 32.6378C72.2008 32.8246 72.3786 32.9579 72.5831 32.9579H76.4064C76.602 32.9579 76.7798 32.8335 76.8509 32.6378L82.577 15.6554C82.6214 15.5131 82.6036 15.362 82.5147 15.2375C82.4258 15.113 82.2924 15.0419 82.1324 15.0419Z" fill="#fff"/>
|
7
|
+
<path d="M91.6372 20.1633C91.6372 21.0791 92.0907 21.6215 94.8025 22.4395L94.7848 22.4662C97.4611 23.3019 100.475 24.2533 100.475 27.8365C100.475 31.0463 97.9945 33.118 94.1446 33.118C90.8815 33.118 88.4897 31.6776 87.4138 29.0724C87.3338 28.8679 87.4138 28.6279 87.6094 28.5123L89.9301 27.1519C90.0368 27.0808 90.1702 27.0719 90.2946 27.1074C90.4102 27.143 90.508 27.223 90.5614 27.3386C91.2549 28.8235 92.4552 29.5526 94.2513 29.5526C95.9406 29.5526 96.8653 28.9924 96.8653 27.8632C96.8653 26.734 95.9229 26.2539 93.2643 25.4892C88.6586 24.1555 88.0184 22.1905 88.0184 20.2611C88.0184 16.8379 90.9081 15.0508 93.7623 15.0508C96.4474 15.0508 98.608 16.34 99.8439 18.6784C99.9506 18.8829 99.8706 19.1497 99.6661 19.2742L97.3988 20.5812C97.2921 20.6434 97.1676 20.6612 97.0521 20.6257C96.9276 20.599 96.8298 20.519 96.7764 20.4123C96.1007 19.1586 95.1404 18.5718 93.7623 18.5718C92.473 18.5718 91.6372 19.1941 91.6372 20.1633Z" fill="#fff"/>
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.501 15.0419H107.259C107.001 15.0419 106.797 15.2553 106.797 15.5042V32.4867C106.797 32.7445 107.01 32.949 107.259 32.949H110.06C110.318 32.949 110.522 32.7357 110.522 32.4867V27.1519H113.501C116.951 27.1519 119.663 24.4934 119.663 21.0969C119.663 17.7004 116.96 15.0419 113.501 15.0419ZM115.955 21.1013C115.953 22.5484 114.904 23.6487 113.51 23.6487H110.531V18.554H113.51C114.922 18.554 115.953 19.6276 115.955 21.1013Z" fill="#fff"/>
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M132.92 15.0508C133.115 15.0508 133.293 15.1753 133.355 15.362H133.373L139.339 32.3444C139.384 32.4867 139.366 32.6468 139.277 32.7712C139.188 32.8957 139.046 32.9668 138.895 32.9668H135.836C135.632 32.9668 135.454 32.8335 135.392 32.6467L134.44 29.7837H127.567L126.634 32.6467C126.571 32.8424 126.394 32.9668 126.189 32.9668H123.148C122.997 32.9668 122.855 32.8957 122.766 32.7712C122.677 32.6468 122.65 32.4867 122.704 32.3444L128.652 15.362C128.714 15.1753 128.892 15.0508 129.088 15.0508H132.92ZM128.768 26.2805H133.267L131.017 19.5943L128.768 26.2805Z" fill="#fff"/>
|
10
|
+
<path d="M153.076 18.5718C154.846 18.5718 156.411 19.3631 157.264 20.6968C157.389 20.8924 157.655 20.9546 157.869 20.839L160.198 19.4876C160.305 19.4253 160.385 19.3186 160.412 19.1941C160.438 19.0697 160.412 18.9541 160.35 18.8474C158.776 16.4645 156.055 15.0508 153.068 15.0508C147.919 15.0508 144.043 18.9274 144.043 24.0755C144.043 29.2236 147.919 33.1002 153.068 33.1002C156.082 33.1002 158.802 31.6776 160.35 29.2947C160.412 29.1969 160.438 29.0724 160.412 28.9479C160.385 28.8235 160.305 28.7257 160.198 28.6545L157.86 27.303C157.647 27.1786 157.389 27.2408 157.255 27.4453C156.411 28.7612 154.846 29.5437 153.068 29.5437C149.822 29.5437 147.644 27.3475 147.644 24.0666C147.644 20.7857 149.822 18.5629 153.068 18.5629L153.076 18.5718Z" fill="#fff"/>
|
11
|
+
<path d="M170.575 29.3747H177.554L177.563 29.3925C177.812 29.3925 178.026 29.597 178.026 29.8549V32.5045C178.026 32.7535 177.821 32.9668 177.563 32.9668H167.312C167.063 32.9668 166.849 32.7623 166.849 32.5045V15.522C166.849 15.2731 167.054 15.0597 167.312 15.0597H177.43C177.679 15.0597 177.892 15.2642 177.892 15.522V18.1716C177.892 18.4206 177.688 18.634 177.43 18.634H170.575V22.1372H176.799C177.048 22.1372 177.261 22.3417 177.261 22.5995V25.2047C177.261 25.4537 177.056 25.6671 176.799 25.6671H170.575V29.3747Z" fill="#fff"/>
|
12
|
+
</g>
|
13
|
+
</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
|
+
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.314 8.063 20.25 12l-3.936 3.938M9.75 12h10.497M9.75 20.25H4.5a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75h5.25" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
package/dist/assets/{ic-medium-paintbucket.38ef52c1.svg → ic-medium-paintbucket.45544bb9.svg}
RENAMED
@@ -1,3 +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
|
+
|
1
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
2
18
|
<path opacity="0.3" d="M39 26.1525L24.0319 41.1206C23.7533 41.3993 23.4225 41.6203 23.0585 41.7711C22.6945 41.9219 22.3043 41.9995 21.9103 41.9995C21.5163 41.9995 21.1261 41.9219 20.7621 41.7711C20.3981 41.6203 20.0673 41.3993 19.7888 41.1206L3.87938 25.2113C3.60073 24.9327 3.37969 24.6019 3.22888 24.2379C3.07808 23.8739 3.00046 23.4837 3.00046 23.0897C3.00046 22.6957 3.07808 22.3055 3.22888 21.9415C3.37969 21.5775 3.60073 21.2467 3.87938 20.9681L21.8475 3L43.5 24.6525L39 26.1525Z" fill="#3B444C"/>
|
3
19
|
<path d="M39 26.1525L24.0319 41.1206C23.7533 41.3993 23.4225 41.6203 23.0585 41.7711C22.6945 41.9219 22.3043 41.9996 21.9103 41.9996C21.5163 41.9996 21.1261 41.9219 20.7621 41.7711C20.3981 41.6203 20.0673 41.3993 19.7888 41.1206L3.87938 25.2113C3.60073 24.9327 3.37969 24.6019 3.22888 24.2379C3.07808 23.8739 3.00046 23.4837 3.00046 23.0897C3.00046 22.6957 3.07808 22.3055 3.22888 21.9415C3.37969 21.5775 3.60073 21.2467 3.87938 20.9681L21.8475 3L43.5 24.6525L39 26.1525Z" stroke="#3B444C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
@@ -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="20" height="20" fill="none" viewBox="0 0 20 20">
|
18
|
+
<path data-style-override="false" fill="#F35325" d="M0 0h9.524v9.524H0V0Z"/>
|
19
|
+
<path data-style-override="false" fill="#81BC06" d="M10.476 0H20v9.524h-9.524V0Z"/>
|
20
|
+
<path data-style-override="false" fill="#05A6F0" d="M0 10.477h9.524V20H0v-9.523Z"/>
|
21
|
+
<path data-style-override="false" fill="#FFBA08" d="M10.476 10.477H20V20h-9.524v-9.523Z"/>
|
22
|
+
</svg>
|
@@ -1,3 +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
|
+
|
1
17
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path stroke="#596168" stroke-width="1.5" d="M12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10-4.48 10-10 10Z" clip-rule="evenodd" vector-effect="non-scaling-stroke"/>
|
3
19
|
<path stroke="#596168" stroke-width="1.5" d="M12 18c-3.312 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6Z" clip-rule="evenodd" vector-effect="non-scaling-stroke"/>
|