@devtron-labs/devtron-fe-common-lib 1.18.1 → 1.19.0-pre-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.
Files changed (318) hide show
  1. package/dist/{@code-editor-Cmi_dLiG.js → @code-editor-CIqjdv0K.js} +8481 -8036
  2. package/dist/{@common-rjsf-DTSwvp93.js → @common-rjsf-RBW8IyBR.js} +179 -173
  3. package/dist/{@framer-motion-j6RIjEIR.js → @framer-motion-DZveCoIL.js} +1 -1
  4. package/dist/{@react-dates-BVyHiOGU.js → @react-dates-CZ1bNWJM.js} +213 -213
  5. package/dist/{@react-select-BQNFZu0Y.js → @react-select-DS68hCUM.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CuElh0mS.js → @react-virtualized-sticky-tree-V-8klKy9.js} +1 -1
  7. package/dist/{@vendor-DbxoIktR.js → @vendor-3ORIJA0h.js} +22139 -16828
  8. package/dist/Common/API/CoreAPI.d.ts +11 -0
  9. package/dist/Common/API/QueryClientProvider.d.ts +2 -0
  10. package/dist/Common/API/index.d.ts +2 -0
  11. package/dist/Common/API/reactQueryHooks.d.ts +6 -0
  12. package/dist/Common/Constants.d.ts +4 -2
  13. package/dist/Common/Drawer/Drawer.d.ts +3 -2
  14. package/dist/Common/ErrorPage.d.ts +1 -1
  15. package/dist/Common/ErrorScreenManager.d.ts +1 -1
  16. package/dist/Common/Helper.d.ts +1 -1
  17. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  18. package/dist/Common/Modals/Modal.d.ts +1 -2
  19. package/dist/Common/Modals/VisibleModal.d.ts +6 -8
  20. package/dist/Common/Modals/VisibleModal2.d.ts +4 -7
  21. package/dist/Common/RJSF/Form.d.ts +1 -1
  22. package/dist/Common/RJSF/utils.d.ts +1 -1
  23. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  24. package/dist/Common/SearchBar/types.d.ts +7 -0
  25. package/dist/Common/Types.d.ts +11 -3
  26. package/dist/Pages/BulkEdit/index.d.ts +1 -0
  27. package/dist/Pages/BulkEdit/types.d.ts +50 -0
  28. package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +2 -0
  29. package/dist/Pages/ResourceBrowser/ClusterMap/index.d.ts +1 -0
  30. package/dist/Pages/ResourceBrowser/ClusterMap/types.d.ts +27 -0
  31. package/dist/Pages/ResourceBrowser/ClusterMap/utils.d.ts +14 -0
  32. package/dist/Pages/ResourceBrowser/index.d.ts +1 -0
  33. package/dist/Pages/ResourceBrowser/types.d.ts +1 -1
  34. package/dist/Pages/index.d.ts +1 -0
  35. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +8 -8
  36. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  37. package/dist/Shared/Components/Backdrop/types.d.ts +2 -10
  38. package/dist/Shared/Components/Button/Button.component.d.ts +80 -68
  39. package/dist/Shared/Components/Button/types.d.ts +4 -0
  40. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
  41. package/dist/Shared/Components/Chip/Chip.component.d.ts +3 -0
  42. package/dist/Shared/Components/Chip/index.d.ts +2 -0
  43. package/dist/Shared/Components/Chip/types.d.ts +64 -0
  44. package/dist/Shared/Components/Chip/utils.d.ts +6 -0
  45. package/dist/Shared/Components/CodeEditor/utils.d.ts +1 -1
  46. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +8 -0
  47. package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
  48. package/dist/Shared/Components/DTFocusTrap/types.d.ts +33 -0
  49. package/dist/Shared/Components/FilterChips/types.d.ts +2 -3
  50. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  51. package/dist/Shared/Components/Header/types.d.ts +2 -0
  52. package/dist/Shared/Components/Icon/Icon.d.ts +11 -0
  53. package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
  54. package/dist/Shared/Components/MaterialHistory/types.d.ts +1 -2
  55. package/dist/Shared/Components/Popover/types.d.ts +4 -0
  56. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  57. package/dist/Shared/Components/Popover/utils.d.ts +2 -2
  58. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  59. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  60. package/dist/Shared/Components/SelectPicker/common.d.ts +2 -3
  61. package/dist/Shared/Components/SelectPicker/constants.d.ts +1 -0
  62. package/dist/Shared/Components/SelectPicker/type.d.ts +14 -3
  63. package/dist/Shared/Components/Table/types.d.ts +1 -0
  64. package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
  65. package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
  66. package/dist/Shared/Components/index.d.ts +2 -0
  67. package/dist/Shared/Helpers.d.ts +1 -2
  68. package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
  69. package/dist/Shared/Providers/MainContextProvider/types.d.ts +18 -0
  70. package/dist/Shared/Services/app.service.d.ts +3 -3
  71. package/dist/Shared/constants.d.ts +1 -0
  72. package/dist/Shared/types.d.ts +0 -4
  73. package/dist/assets/@code-editor.css +1 -1
  74. package/dist/assets/{ic-73strings.ed7da294.svg → ic-73strings.ccb245ec.svg} +16 -0
  75. package/dist/assets/ic-activity.63032a88.svg +19 -0
  76. package/dist/assets/ic-add.4cc5a045.svg +19 -0
  77. package/dist/assets/{ic-amazon-eks.13404569.svg → ic-amazon-eks.af616c23.svg} +16 -0
  78. package/dist/assets/{ic-apica.5a540546.svg → ic-apica.1c78c468.svg} +16 -0
  79. package/dist/assets/ic-arrow-clockwise.4cb9c9ac.svg +19 -0
  80. package/dist/assets/ic-arrow-square-out.c107c76c.svg +19 -0
  81. package/dist/assets/ic-arrows-clockwise.0f9d94ab.svg +19 -0
  82. package/dist/assets/ic-arrows-left-right.9c24874a.svg +19 -0
  83. package/dist/assets/ic-asterisk.d3efa9a5.svg +19 -0
  84. package/dist/assets/{ic-ather.39aed36c.svg → ic-ather.0d03ef3e.svg} +16 -0
  85. package/dist/assets/{ic-azure-aks.a9e437d5.svg → ic-azure-aks.0c74ac31.svg} +16 -0
  86. package/dist/assets/{ic-bg-cluster.9a4258b9.svg → ic-bg-cluster.71a7ecdf.svg} +16 -0
  87. package/dist/assets/ic-bg-environment.72d85c8c.svg +28 -0
  88. package/dist/assets/{ic-bharatpe.fc52fe6d.svg → ic-bharatpe.63831fdf.svg} +16 -0
  89. package/dist/assets/ic-book-open.9c048ee2.svg +19 -0
  90. package/dist/assets/{ic-brain.838491eb.svg → ic-brain.1a2bb48e.svg} +16 -0
  91. package/dist/assets/ic-bug.30e24a9b.svg +19 -0
  92. package/dist/assets/ic-caret-down-small.51947d9a.svg +19 -0
  93. package/dist/assets/ic-caret-left.603097a8.svg +19 -0
  94. package/dist/assets/ic-caret-right.f4dda7a7.svg +19 -0
  95. package/dist/assets/{ic-celebration.77350694.svg → ic-celebration.0f457baf.svg} +16 -0
  96. package/dist/assets/ic-chat-circle-dots.63f39467.svg +19 -0
  97. package/dist/assets/{ic-chat-circle-online.51348da5.svg → ic-chat-circle-online.cdf88c43.svg} +16 -0
  98. package/dist/assets/ic-check-all.1d8ce377.svg +21 -0
  99. package/dist/assets/ic-check-square.ba02d96e.svg +20 -0
  100. package/dist/assets/ic-check.ca1b4793.svg +19 -0
  101. package/dist/assets/ic-checkbox-selected-error.632a283d.svg +20 -0
  102. package/dist/assets/ic-checks.939fbbcf.svg +19 -0
  103. package/dist/assets/{ic-clean-brush.c21cbe1e.svg → ic-clean-brush.367a32fe.svg} +16 -0
  104. package/dist/assets/ic-close-large.ae3d6030.svg +19 -0
  105. package/dist/assets/{ic-cloud-vms.27ea954e.svg → ic-cloud-vms.ba70e78d.svg} +16 -0
  106. package/dist/assets/{ic-cluster-isolated.93f843b9.svg → ic-cluster-isolated.778a1ee2.svg} +16 -0
  107. package/dist/assets/ic-cluster.f688b9e5.svg +19 -0
  108. package/dist/assets/ic-container.13005c27.svg +19 -0
  109. package/dist/assets/{ic-cookr.d1510986.svg → ic-cookr.a317a655.svg} +16 -0
  110. package/dist/assets/ic-cpu.3024be12.svg +19 -0
  111. package/dist/assets/{ic-delete-dots.5380e0d0.svg → ic-delete-dots.9cebdcd9.svg} +16 -0
  112. package/dist/assets/ic-delete-lightning.e835c6e9.svg +19 -0
  113. package/dist/assets/{ic-delhivery.7b49a398.svg → ic-delhivery.c4fecf0f.svg} +16 -0
  114. package/dist/assets/{ic-deploy-color.73a8df48.svg → ic-deploy-color.c7a46837.svg} +16 -0
  115. package/dist/assets/{ic-deploy-sync.6b1cf1b1.svg → ic-deploy-sync.9a3e3c28.svg} +16 -0
  116. package/dist/assets/{ic-devtron-ai.535b45ec.svg → ic-devtron-ai.d17a01ed.svg} +16 -0
  117. package/dist/assets/{ic-devtron-header-logo.265be507.svg → ic-devtron-header-logo.e18ac7b6.svg} +16 -0
  118. package/dist/assets/{ic-devtron-job.1b216232.svg → ic-devtron-job.a40f06cf.svg} +16 -0
  119. package/dist/assets/{ic-devtron.aca6cbaa.svg → ic-devtron.87ead611.svg} +16 -0
  120. package/dist/assets/{ic-disconnect.2ad261fc.svg → ic-disconnect.bfd4ffb6.svg} +16 -0
  121. package/dist/assets/{ic-discord-fill.103b579a.svg → ic-discord-fill.16103b65.svg} +16 -0
  122. package/dist/assets/ic-download.b0685453.svg +19 -0
  123. package/dist/assets/ic-edit.b8b75800.svg +19 -0
  124. package/dist/assets/ic-email.5c944f9a.svg +19 -0
  125. package/dist/assets/ic-enterprise-feat.259c841f.svg +19 -0
  126. package/dist/assets/{ic-enterprise-tag.209dd129.svg → ic-enterprise-tag.345cda52.svg} +16 -0
  127. package/dist/assets/{ic-environment-isolated.b772ae9d.svg → ic-environment-isolated.c80b4a45.svg} +16 -0
  128. package/dist/assets/ic-expand-right-sm.dfe84ab6.svg +19 -0
  129. package/dist/assets/ic-expand-sm.e0adb3a7.svg +19 -0
  130. package/dist/assets/ic-fast-forward.5c56ed0e.svg +20 -0
  131. package/dist/assets/ic-file-code.96f8c5d8.svg +19 -0
  132. package/dist/assets/ic-file-edit.7dacd421.svg +19 -0
  133. package/dist/assets/ic-file-key.495ba0bb.svg +19 -0
  134. package/dist/assets/ic-file.187aaee4.svg +19 -0
  135. package/dist/assets/ic-files.877903d3.svg +19 -0
  136. package/dist/assets/ic-filter-applied.6541e03d.svg +20 -0
  137. package/dist/assets/ic-filter.eaefc78a.svg +19 -0
  138. package/dist/assets/ic-flask.962df7dd.svg +19 -0
  139. package/dist/assets/ic-folder-color.88ee985f.svg +22 -0
  140. package/dist/assets/{ic-folder-user.ff0670e8.svg → ic-folder-user.50e60be1.svg} +16 -0
  141. package/dist/assets/ic-folder.d5a0e01e.svg +19 -0
  142. package/dist/assets/ic-gavel.1799f199.svg +19 -0
  143. package/dist/assets/{ic-gift-gradient.7690a246.svg → ic-gift-gradient.581b1ac5.svg} +16 -0
  144. package/dist/assets/ic-gift.8ea07edc.svg +19 -0
  145. package/dist/assets/ic-git-branch.7be08881.svg +19 -0
  146. package/dist/assets/{ic-google-gke.07314724.svg → ic-google-gke.a28779b8.svg} +16 -0
  147. package/dist/assets/ic-group-filter-applied.2cdb11e7.svg +20 -0
  148. package/dist/assets/ic-group-filter.ed1869f5.svg +19 -0
  149. package/dist/assets/ic-hand-pointing.f0ed4e78.svg +20 -0
  150. package/dist/assets/{ic-helm-app.a20cfeb3.svg → ic-helm-app.089be06f.svg} +16 -0
  151. package/dist/assets/ic-help-filled.b7ae284e.svg +20 -0
  152. package/dist/assets/ic-hibernate-circle.8a400518.svg +19 -0
  153. package/dist/assets/{ic-info-filled-color.47953fcf.svg → ic-info-filled-color.7b8b860f.svg} +16 -0
  154. package/dist/assets/ic-install.631b7b46.svg +19 -0
  155. package/dist/assets/{ic-k3s.7f4bf72d.svg → ic-k3s.310882f4.svg} +16 -0
  156. package/dist/assets/ic-key-enter.1bcea42a.svg +19 -0
  157. package/dist/assets/ic-key.56432553.svg +19 -0
  158. package/dist/assets/{ic-kind.bd8ee992.svg → ic-kind.5d844446.svg} +16 -0
  159. package/dist/assets/ic-laptop.06834890.svg +19 -0
  160. package/dist/assets/ic-lego.ae684d25.svg +19 -0
  161. package/dist/assets/{ic-lightning-fill.25ce980f.svg → ic-lightning-fill.83a792be.svg} +16 -0
  162. package/dist/assets/ic-lightning.f4ff5588.svg +19 -0
  163. package/dist/assets/ic-link.8b276915.svg +19 -0
  164. package/dist/assets/{ic-linked-build-color.d1df5ce1.svg → ic-linked-build-color.3833bda8.svg} +16 -0
  165. package/dist/assets/ic-list-bullets.f055aa03.svg +20 -0
  166. package/dist/assets/{ic-livspace.fc75c45f.svg → ic-livspace.9f369ef7.svg} +16 -0
  167. package/dist/assets/ic-locked.dd40e181.svg +3 -0
  168. package/dist/assets/{ic-logs.d310db72.svg → ic-logs.84f66850.svg} +16 -0
  169. package/dist/assets/ic-magnifying-glass.b8c4da8f.svg +19 -0
  170. package/dist/assets/{ic-man-on-rocket.7f67e914.svg → ic-man-on-rocket.93b070c4.svg} +16 -0
  171. package/dist/assets/{ic-medium-delete.f33a9cd7.svg → ic-medium-delete.8386c77e.svg} +16 -0
  172. package/dist/assets/ic-megaphone-left.ad5e7cbf.svg +19 -0
  173. package/dist/assets/ic-megaphone-right.0f7ef63f.svg +19 -0
  174. package/dist/assets/ic-memory.c3264de1.svg +19 -0
  175. package/dist/assets/{ic-minikube.d9ff1575.svg → ic-minikube.33d6538a.svg} +16 -0
  176. package/dist/assets/ic-minus.65e341f4.svg +19 -0
  177. package/dist/assets/ic-mobile.eabc9181.svg +20 -0
  178. package/dist/assets/ic-more-vertical.18109fc1.svg +19 -0
  179. package/dist/assets/ic-namespace.8a09efbb.svg +19 -0
  180. package/dist/assets/{ic-openai.6e4c9a37.svg → ic-openai.030b0cc2.svg} +16 -0
  181. package/dist/assets/{ic-paper-plane.ad7e6d2f.svg → ic-paper-plane.bf63ba1c.svg} +16 -0
  182. package/dist/assets/ic-path.d562ddbf.svg +19 -0
  183. package/dist/assets/ic-pause-circle.d9dc254f.svg +19 -0
  184. package/dist/assets/ic-pencil.39510f9f.svg +19 -0
  185. package/dist/assets/ic-play-outline.d2551031.svg +19 -0
  186. package/dist/assets/{ic-quote.68f093fe.svg → ic-quote.89f42bae.svg} +16 -0
  187. package/dist/assets/ic-resize-handle.f999b998.svg +25 -0
  188. package/dist/assets/{ic-rocket-gear.f1e30f8a.svg → ic-rocket-gear.b4f582da.svg} +16 -0
  189. package/dist/assets/ic-rocket-launch.5df99bf3.svg +19 -0
  190. package/dist/assets/{ic-shapes.b7b5c28f.svg → ic-shapes.77fbbb93.svg} +16 -0
  191. package/dist/assets/ic-sliders-vertical.7211dc4f.svg +23 -0
  192. package/dist/assets/ic-sort-ascending.8a25e19d.svg +19 -0
  193. package/dist/assets/ic-sort-descending.c5846635.svg +19 -0
  194. package/dist/assets/ic-sortable.117b8f83.svg +19 -0
  195. package/dist/assets/{ic-sparkle-ai-color.34768219.svg → ic-sparkle-ai-color.b67e98ce.svg} +16 -0
  196. package/dist/assets/{ic-sparkle-color.a9722593.svg → ic-sparkle-color.39f6b618.svg} +16 -0
  197. package/dist/assets/ic-speedometer.495c2d1c.svg +19 -0
  198. package/dist/assets/{ic-spinny.3884a5fb.svg → ic-spinny.945235a0.svg} +16 -0
  199. package/dist/assets/ic-spray-can.199c0450.svg +19 -0
  200. package/dist/assets/ic-stamp.a3d8dea0.svg +19 -0
  201. package/dist/assets/ic-stop-fill.b6641c8b.svg +24 -0
  202. package/dist/assets/ic-storage.03f282b6.svg +21 -0
  203. package/dist/assets/{ic-strategy-blue-green-color.0b348d03.svg → ic-strategy-blue-green-color.baaf7071.svg} +16 -0
  204. package/dist/assets/ic-strategy-blue-green.8d61b66d.svg +19 -0
  205. package/dist/assets/{ic-strategy-canary-color.db010ee7.svg → ic-strategy-canary-color.3241aea9.svg} +16 -0
  206. package/dist/assets/ic-strategy-canary.b6d42fbb.svg +19 -0
  207. package/dist/assets/ic-strategy-recreate-color.f62bd5ed.svg +20 -0
  208. package/dist/assets/ic-strategy-recreate.3aa96ce0.svg +19 -0
  209. package/dist/assets/ic-strategy-rolling-color.945b909a.svg +22 -0
  210. package/dist/assets/ic-strategy-rolling.3b901bf5.svg +19 -0
  211. package/dist/assets/ic-sun.9fe1dd26.svg +19 -0
  212. package/dist/assets/ic-tag.5fdc7834.svg +3 -0
  213. package/dist/assets/{ic-tata1mg.75b97a64.svg → ic-tata1mg.a631cafa.svg} +16 -0
  214. package/dist/assets/{ic-terminal-fill.39b542cd.svg → ic-terminal-fill.4bd66669.svg} +16 -0
  215. package/dist/assets/ic-terminal.628344b9.svg +19 -0
  216. package/dist/assets/ic-thermometer.95af4a4b.svg +19 -0
  217. package/dist/assets/{ic-thumb-down.92d2c4d7.svg → ic-thumb-down.1834436f.svg} +16 -0
  218. package/dist/assets/{ic-thumb-up.7c6f6896.svg → ic-thumb-up.976f6efb.svg} +16 -0
  219. package/dist/assets/ic-traffic-signal.cc68c2e5.svg +19 -0
  220. package/dist/assets/{ic-travclan.29b9f4c3.svg → ic-travclan.86f22c7d.svg} +16 -0
  221. package/dist/assets/{ic-two-cubes.056d1333.svg → ic-two-cubes.a775b635.svg} +16 -0
  222. package/dist/assets/{ic-ubuntu.fa47508f.svg → ic-ubuntu.540c22c9.svg} +16 -0
  223. package/dist/assets/{ic-user-circle.7d7152fa.svg → ic-user-circle.a2143a4a.svg} +16 -0
  224. package/dist/assets/ic-users.33cb397f.svg +19 -0
  225. package/dist/assets/ic-warning-fill.bfea8b38.svg +4 -0
  226. package/dist/assets/{ic-wifi-slash.d0390749.svg → ic-wifi-slash.4bd4fb85.svg} +16 -0
  227. package/dist/assets/{ic-world-globe.877fa6a0.svg → ic-world-globe.c16eb8c2.svg} +16 -0
  228. package/dist/assets/{licenseCardBG.9753c392.svg → licenseCardBG.b507c5b0.svg} +16 -0
  229. package/dist/assets/{workflow-options-modal-header.0444485e.svg → workflow-options-modal-header.ce3c6b31.svg} +16 -0
  230. package/dist/index.d.ts +16 -6
  231. package/dist/index.js +947 -936
  232. package/package.json +6 -2
  233. package/dist/assets/ic-activity.abf111c7.svg +0 -3
  234. package/dist/assets/ic-add.2d785695.svg +0 -3
  235. package/dist/assets/ic-arrow-clockwise.b327e411.svg +0 -3
  236. package/dist/assets/ic-arrow-square-out.59bb549a.svg +0 -3
  237. package/dist/assets/ic-arrows-clockwise.5858ba0a.svg +0 -3
  238. package/dist/assets/ic-arrows-left-right.2d4dda45.svg +0 -3
  239. package/dist/assets/ic-asterisk.ab224e72.svg +0 -3
  240. package/dist/assets/ic-book-open.e839bbda.svg +0 -3
  241. package/dist/assets/ic-bug.8a8dc1fc.svg +0 -3
  242. package/dist/assets/ic-caret-down-small.7c4f88bf.svg +0 -3
  243. package/dist/assets/ic-caret-left.3df25a7c.svg +0 -3
  244. package/dist/assets/ic-caret-right.0ff813c2.svg +0 -3
  245. package/dist/assets/ic-chat-circle-dots.b5afd171.svg +0 -3
  246. package/dist/assets/ic-check-all.fdea6b38.svg +0 -5
  247. package/dist/assets/ic-check-square.e355731d.svg +0 -4
  248. package/dist/assets/ic-check.a0f5ee85.svg +0 -3
  249. package/dist/assets/ic-checkbox-selected-error.185fc40c.svg +0 -4
  250. package/dist/assets/ic-checks.d276fd05.svg +0 -3
  251. package/dist/assets/ic-close-large.fb6095e0.svg +0 -3
  252. package/dist/assets/ic-cluster.f1c3fad1.svg +0 -3
  253. package/dist/assets/ic-container.92a4c33a.svg +0 -3
  254. package/dist/assets/ic-cpu.07ca0915.svg +0 -3
  255. package/dist/assets/ic-delete-lightning.2a7545bd.svg +0 -3
  256. package/dist/assets/ic-download.468a0cb7.svg +0 -3
  257. package/dist/assets/ic-edit.3249ed32.svg +0 -3
  258. package/dist/assets/ic-email.78fed574.svg +0 -3
  259. package/dist/assets/ic-enterprise-feat.5ee25d5b.svg +0 -3
  260. package/dist/assets/ic-environment.e639b8f3.svg +0 -4
  261. package/dist/assets/ic-expand-right-sm.9b347d49.svg +0 -3
  262. package/dist/assets/ic-expand-sm.a9a724f8.svg +0 -3
  263. package/dist/assets/ic-fast-forward.8d1a414b.svg +0 -4
  264. package/dist/assets/ic-file-code.0926d194.svg +0 -3
  265. package/dist/assets/ic-file-edit.96a172c7.svg +0 -3
  266. package/dist/assets/ic-file-key.a67da7ec.svg +0 -3
  267. package/dist/assets/ic-file.c3c45e13.svg +0 -3
  268. package/dist/assets/ic-files.b0ebea46.svg +0 -3
  269. package/dist/assets/ic-filter-applied.56f397cb.svg +0 -4
  270. package/dist/assets/ic-filter.d6f03b78.svg +0 -3
  271. package/dist/assets/ic-flask.d0624c30.svg +0 -3
  272. package/dist/assets/ic-folder-color.7cf84356.svg +0 -6
  273. package/dist/assets/ic-folder.8038c019.svg +0 -3
  274. package/dist/assets/ic-gavel.a3b064b5.svg +0 -3
  275. package/dist/assets/ic-gift.9b048fc7.svg +0 -3
  276. package/dist/assets/ic-git-branch.d6b3d950.svg +0 -3
  277. package/dist/assets/ic-hand-pointing.aff70667.svg +0 -4
  278. package/dist/assets/ic-help-filled.4468cdf1.svg +0 -4
  279. package/dist/assets/ic-hibernate-circle.7c32c56e.svg +0 -3
  280. package/dist/assets/ic-install.28c3beec.svg +0 -3
  281. package/dist/assets/ic-key-enter.59d23056.svg +0 -3
  282. package/dist/assets/ic-key.8c76fb61.svg +0 -3
  283. package/dist/assets/ic-laptop.485e21b4.svg +0 -3
  284. package/dist/assets/ic-lego.1d2c5e1d.svg +0 -3
  285. package/dist/assets/ic-lightning.02da5bf8.svg +0 -3
  286. package/dist/assets/ic-list-bullets.91aab240.svg +0 -4
  287. package/dist/assets/ic-magnifying-glass.cf47bce0.svg +0 -3
  288. package/dist/assets/ic-megaphone-left.6b2a00b7.svg +0 -3
  289. package/dist/assets/ic-megaphone-right.9d6bcd36.svg +0 -3
  290. package/dist/assets/ic-memory.82ba7e9b.svg +0 -3
  291. package/dist/assets/ic-minus.aac464f7.svg +0 -3
  292. package/dist/assets/ic-mobile.7c649251.svg +0 -4
  293. package/dist/assets/ic-more-vertical.6b4cc903.svg +0 -3
  294. package/dist/assets/ic-namespace.8980221f.svg +0 -3
  295. package/dist/assets/ic-path.d4fef3b0.svg +0 -3
  296. package/dist/assets/ic-pause-circle.f9405070.svg +0 -3
  297. package/dist/assets/ic-pencil.3ea1c075.svg +0 -3
  298. package/dist/assets/ic-play-outline.a4f09bf9.svg +0 -3
  299. package/dist/assets/ic-rocket-launch.1d407c66.svg +0 -3
  300. package/dist/assets/ic-sliders-vertical.2db79ea4.svg +0 -7
  301. package/dist/assets/ic-sort-ascending.45f474ff.svg +0 -3
  302. package/dist/assets/ic-sort-descending.0ee6b8dd.svg +0 -3
  303. package/dist/assets/ic-sortable.1d3308e1.svg +0 -3
  304. package/dist/assets/ic-speedometer.3ecaae3b.svg +0 -3
  305. package/dist/assets/ic-spray-can.624b202a.svg +0 -3
  306. package/dist/assets/ic-stamp.23836e37.svg +0 -3
  307. package/dist/assets/ic-stop-fill.32ea653f.svg +0 -8
  308. package/dist/assets/ic-strategy-blue-green.4e57a068.svg +0 -3
  309. package/dist/assets/ic-strategy-canary.aa75f27f.svg +0 -3
  310. package/dist/assets/ic-strategy-recreate-color.187facd4.svg +0 -4
  311. package/dist/assets/ic-strategy-recreate.77b19a53.svg +0 -3
  312. package/dist/assets/ic-strategy-rolling-color.f9b3c0bb.svg +0 -6
  313. package/dist/assets/ic-strategy-rolling.ba8a30f7.svg +0 -3
  314. package/dist/assets/ic-sun.47c14f53.svg +0 -3
  315. package/dist/assets/ic-terminal.d875cce7.svg +0 -3
  316. package/dist/assets/ic-thermometer.1bc48079.svg +0 -3
  317. package/dist/assets/ic-traffic-signal.f23a1086.svg +0 -3
  318. package/dist/assets/ic-users.102d4732.svg +0 -3
@@ -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="16" height="16" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M9.333 6a3.333 3.333 0 0 1 2.775 5.18l.03.02.057.052 1.886 1.886a.667.667 0 0 1-.885.995l-.058-.052-1.886-1.886a.671.671 0 0 1-.073-.086A3.333 3.333 0 1 1 9.333 6zm0 1.333a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-6 1.334c.367 0 .667.3.667.666C4 9.7 3.7 10 3.333 10h-.666A.669.669 0 0 1 2 9.333c0-.366.3-.666.667-.666zm2-3.334c.367 0 .667.3.667.667 0 .367-.3.667-.667.667H2.667A.669.669 0 0 1 2 6c0-.367.3-.667.667-.667zm8-3.333c.367 0 .667.3.667.667 0 .366-.3.666-.667.666H2.667A.669.669 0 0 1 2 2.667C2 2.3 2.3 2 2.667 2z" fill="#000A14" fill-rule="evenodd"/>
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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.443 16.444 21 21m-2.25-10.125a7.875 7.875 0 1 1-15.75 0 7.875 7.875 0 0 1 15.75 0Z" 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 width="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <g clip-path="url(#clip0_1724_3919)">
3
19
  <path d="M192.5 76C187.7 76 182.5 77.6667 180.5 78.5V85C182.333 84.1667 186.5 82.5 188.5 82.5C190.5 82.5 200.667 86.1667 205.5 88L209 79.5C205.333 78.8333 197.3 76 192.5 76Z" fill="#FFBEB6"/>
@@ -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="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7 24H31V41C31 43.2091 29.2091 45 27 45H11C8.79086 45 7 43.2091 7 41V24Z" fill="#F33E3E" fill-opacity="0.12" stroke="#F33E3E" stroke-width="2" stroke-linejoin="round"/>
3
19
  <path d="M19 29.5V39.5" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@@ -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="17" height="16" fill="none" viewBox="0 0 17 16">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 5v7.732a.5.5 0 0 1-.223.417l-.687.458a.5.5 0 0 1-.762-.295L4.5 10M7 5H4.5a2.5 2.5 0 1 0 0 5M7 5s3.403 0 6.678-2.747a.5.5 0 0 1 .822.383v9.729a.5.5 0 0 1-.822.382C10.403 10 7 10 7 10H4.5" 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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.75 7.5v11.6a.75.75 0 0 1-.334.624l-1.03.687a.75.75 0 0 1-1.144-.442L6 15m3.75-7.5H6A3.75 3.75 0 0 0 6 15m3.75-7.5s5.105 0 10.017-4.12A.75.75 0 0 1 21 3.954v14.593a.75.75 0 0 1-1.233.573C14.855 15 9.75 15 9.75 15H6" 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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22.5 16.5V6.75a.75.75 0 0 0-.75-.75H2.25a.75.75 0 0 0-.75.75v9.75m21 0h-21m21 0v2.25m-21-2.25v2.25m3-2.25v2.25m3-2.25v2.25m3-2.25v2.25m3-2.25v2.25m3-2.25v2.25m3-2.25v2.25M4.5 9h6v4.5h-6V9Zm9 0h6v4.5h-6V9Z" 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 width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
18
  <rect x="1" y="1.5" width="22" height="21" fill="url(#pattern0_5522_9102)"/>
3
19
  <defs>
@@ -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="M4 12h16" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,20 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 20V3.5A1.5 1.5 0 0 0 16.5 2h-9A1.5 1.5 0 0 0 6 3.5V20a1.5 1.5 0 0 0 1.5 1.5h9A1.5 1.5 0 0 0 18 20Z" vector-effect="non-scaling-stroke"/>
19
+ <path fill="#3B444C" d="M12 6.75a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"/>
20
+ </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 fill="#3B444C" d="M12 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <rect width="18" height="18" x="3" y="3" stroke="#3B444C" stroke-dasharray="3 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" rx="1" 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="16" height="16" viewBox="0 0 16 16" fill="none">
2
18
  <g clip-path="url(#clip0_7700_308)">
3
19
  <path d="M14.3579 6.6601C14.6881 5.66422 14.578 4.55969 14.046 3.65434C13.2387 2.2601 11.6058 1.55393 10.0096 1.87986C9.31243 1.10125 8.28499 0.666687 7.22086 0.666687C5.58798 0.666687 4.15691 1.69879 3.64319 3.21977C2.59741 3.43706 1.69841 4.0708 1.16634 4.99426C0.359074 6.3885 0.542544 8.12677 1.62502 9.32183C1.29477 10.3358 1.4232 11.4222 1.95527 12.3276C2.76253 13.7218 4.39542 14.4461 5.99161 14.1021C6.70715 14.8807 7.71623 15.3334 8.78036 15.3334C10.4132 15.3334 11.8443 14.3013 12.358 12.7803C13.4038 12.563 14.3028 11.9292 14.8349 11.0058C15.6422 9.61154 15.4587 7.85516 14.3579 6.6601ZM8.78036 14.3737C8.11987 14.3737 7.49607 14.1564 7.0007 13.7399C7.01905 13.7218 7.07409 13.7037 7.09243 13.6856L10.0463 12.0017C10.1931 11.9111 10.2848 11.7663 10.2848 11.5852V7.47492L11.5324 8.18109C11.5508 8.18109 11.5508 8.1992 11.5508 8.2173V11.6214C11.5691 13.1424 10.3215 14.3737 8.78036 14.3737ZM2.79923 11.8568C2.46898 11.2955 2.3589 10.6436 2.46898 10.0099C2.48733 10.028 2.52402 10.0461 2.56072 10.0642L5.51459 11.7482C5.66137 11.8387 5.84484 11.8387 5.99161 11.7482L9.60598 9.68397V11.1144C9.60598 11.1325 9.60598 11.1506 9.58763 11.1506L6.59706 12.8527C5.27608 13.6132 3.5698 13.1605 2.79923 11.8568ZM2.02865 5.48315C2.3589 4.92183 2.87262 4.50537 3.47807 4.26998V7.74652C3.47807 7.90948 3.5698 8.07245 3.71658 8.16298L7.33095 10.2272L6.08335 10.9334C6.065 10.9334 6.04665 10.9515 6.04665 10.9334L3.05609 9.2313C1.69841 8.4708 1.25808 6.78685 2.02865 5.48315ZM12.303 7.83706L8.68863 5.77286L9.93622 5.06669C9.95457 5.06669 9.97292 5.04858 9.97292 5.06669L12.9635 6.76874C14.3028 7.52924 14.7431 9.21319 13.9726 10.5169C13.6423 11.0782 13.1286 11.4947 12.5232 11.712V8.25352C12.5415 8.09056 12.4498 7.92759 12.303 7.83706ZM13.5322 5.99014C13.5139 5.97204 13.4772 5.95393 13.4405 5.93582L10.4866 4.25187C10.3399 4.16134 10.1564 4.16134 10.0096 4.25187L6.39525 6.31607V4.88562C6.39525 4.86751 6.39525 4.8494 6.41359 4.8494L9.40416 3.14735C10.7435 2.38685 12.4314 2.83953 13.202 4.16134C13.5322 4.70455 13.6423 5.3564 13.5322 5.99014ZM5.71641 8.52512L4.46881 7.81895C4.45046 7.81895 4.45046 7.80084 4.45046 7.78274V4.37862C4.45046 2.85763 5.69806 1.62636 7.23921 1.62636C7.8997 1.62636 8.5235 1.84364 9.01887 2.2601C9.00053 2.27821 8.96383 2.29632 8.92714 2.31442L5.97327 3.99837C5.82649 4.08891 5.73475 4.23377 5.73475 4.41484V8.52512H5.71641ZM6.39525 7.07656L8.00979 6.15311L9.62432 7.07656V8.90537L8.00979 9.82883L6.39525 8.90537V7.07656Z" fill="#1D2730"/>
@@ -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" vector-effect="non-scaling-stroke">
2
18
  <path d="M8.25012 12.6443L16.6799 20.0625C16.7774 20.1483 16.8956 20.2073 17.0228 20.2337C17.15 20.2602 17.2819 20.2531 17.4055 20.2132C17.5292 20.1734 17.6403 20.102 17.7281 20.0063C17.8159 19.9105 17.8774 19.7936 17.9064 19.667L21.4327 4.27953C21.4632 4.14649 21.4568 4.00765 21.4142 3.87798C21.3716 3.7483 21.2944 3.63271 21.191 3.54365C21.0876 3.4546 20.9618 3.39545 20.8272 3.37259C20.6927 3.34973 20.5544 3.36403 20.4274 3.41394L3.12517 10.2112C2.97438 10.2705 2.84683 10.3769 2.76159 10.5147C2.67636 10.6525 2.63803 10.8142 2.65235 10.9756C2.66666 11.1369 2.73285 11.2893 2.841 11.41C2.94915 11.5306 3.09346 11.613 3.25233 11.6447L8.25012 12.6443ZM8.25012 12.6443L21.0106 3.42835M8.25012 12.6443L8.25012 18.7485C8.25012 18.8968 8.29411 19.0418 8.37652 19.1652C8.45893 19.2885 8.57606 19.3846 8.71311 19.4414C8.85015 19.4982 9.00095 19.513 9.14644 19.4841C9.29192 19.4551 9.42556 19.3837 9.53045 19.2788L12.4602 16.3491" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 18.75a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0Zm0 0H6.75a3.75 3.75 0 0 1 0-7.5h9a3 3 0 0 0 0-6h-9" 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 width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M6.5 6V10M9.5 6V10M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round"/>
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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.75 6 18 11.25m-9 9H4.5a.75.75 0 0 1-.75-.75v-4.19a.75.75 0 0 1 .22-.53L15.22 3.53a.75.75 0 0 1 1.06 0l4.19 4.19a.75.75 0 0 1 0 1.06L9 20.25Z" 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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.639 11.36 7.14 3.111a.75.75 0 0 0-1.14.64v16.498a.75.75 0 0 0 1.141.64l13.498-8.25a.751.751 0 0 0 0-1.279Z" 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 fill="#F8F8F9" d="M4.962 19.89c-1.476 0-2.556-.342-3.24-1.026-.648-.72-.972-1.602-.972-2.646v-1.026c0-.972.144-1.944.432-2.916.288-1.008.666-1.98 1.134-2.916a16.222 16.222 0 0 1 1.782-2.646A16.083 16.083 0 0 1 6.312 4.5h4.644C9.804 5.616 8.832 6.714 8.04 7.794a11.706 11.706 0 0 0-1.782 3.618c1.044.216 1.8.666 2.268 1.35.468.648.702 1.404.702 2.268v1.188c0 1.044-.342 1.926-1.026 2.646-.648.684-1.728 1.026-3.24 1.026Zm12.15 0c-1.476 0-2.556-.342-3.24-1.026-.648-.72-.972-1.602-.972-2.646v-1.026c0-.972.144-1.944.432-2.916.288-1.008.666-1.98 1.134-2.916a16.222 16.222 0 0 1 1.782-2.646A16.083 16.083 0 0 1 18.462 4.5h4.644c-1.152 1.116-2.124 2.214-2.916 3.294a11.706 11.706 0 0 0-1.782 3.618c1.044.216 1.8.666 2.268 1.35.468.648.702 1.404.702 2.268v1.188c0 1.044-.342 1.926-1.026 2.646-.648.684-1.728 1.026-3.24 1.026Z" opacity=".6"/>
3
19
  </svg>
@@ -0,0 +1,25 @@
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="15" height="11" viewBox="0 0 15 11" fill="none">
18
+ <rect data-style-override="false" y="0.5" width="14.5" height="10" rx="2" fill="#D0D4D9"/>
19
+ <circle data-style-override="false" cx="4.75" cy="4.25" r="0.75" fill="#000A14"/>
20
+ <circle data-style-override="false" cx="7.25" cy="4.25" r="0.75" fill="#000A14"/>
21
+ <circle data-style-override="false" cx="9.75" cy="4.25" r="0.75" fill="#000A14"/>
22
+ <circle data-style-override="false" cx="4.75" cy="6.75" r="0.75" fill="#000A14"/>
23
+ <circle data-style-override="false" cx="7.25" cy="6.75" r="0.75" fill="#000A14"/>
24
+ <circle data-style-override="false" cx="9.75" cy="6.75" r="0.75" fill="#000A14"/>
25
+ </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="M7.593 15.958C6.532 19.14 2.289 19.14 2.289 19.14s0-4.242 3.182-5.303m5.304 1.06-4.243-4.242m0 0 6.364-6.364c2.41-2.41 4.82-2.386 5.847-2.233a.747.747 0 0 1 .629.628c.153 1.028.176 3.438-2.233 5.848l-1.591 1.59m-9.016.531-3.93-.786a.75.75 0 0 1-.382-1.266l3.032-3.032a.75.75 0 0 1 .53-.22h6.053M17.5 17.4V17m0 .4a.383.383 0 0 1-.292-.136m.292.136a.378.378 0 0 0 .16-.036m.23-.364a.4.4 0 0 0-.094-.26m.094.26h-.39m.389 0a.405.405 0 0 1-.097.264M17.5 16.6c.118 0 .224.054.295.14m-.295-.14v.4m0-.4a.379.379 0 0 0-.153.032m-.236.368h.389m-.389 0c0-.108.042-.206.11-.279m-.11.279c0 .046.008.09.022.132m.662-.392L17.5 17m0 0-.292.264M17.5 17l-.28-.279m.28.279.292.264M17.5 17l-.367.132M17.5 17l-.153-.368M17.5 17l.16.364m-.452-.1a.402.402 0 0 1-.075-.132m.088-.41a.39.39 0 0 1 .126-.09m.445.632a.392.392 0 0 1-.131.1M21 18.847v-3.694a.306.306 0 0 0-.149-.261l-3.208-1.853a.285.285 0 0 0-.286 0l-3.208 1.853a.296.296 0 0 0-.149.261v3.694a.306.306 0 0 0 .149.261l3.208 1.854a.285.285 0 0 0 .286 0l3.208-1.854a.296.296 0 0 0 .149-.261Z" 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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.818 17.303c-1.06 3.182-5.303 3.182-5.303 3.182s0-4.243 3.182-5.303M12 16.242l6.364-6.364c2.41-2.41 2.386-4.82 2.233-5.847a.747.747 0 0 0-.629-.628c-1.027-.154-3.437-.177-5.847 2.233L7.757 12M12 16.242 7.757 12M12 16.242l.786 3.93a.75.75 0 0 0 1.266.383l3.032-3.032a.75.75 0 0 0 .22-.53v-6.054M7.756 12l-3.929-.785a.75.75 0 0 1-.383-1.266l3.032-3.032a.75.75 0 0 1 .53-.22h6.054" 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="M3.418 15.095c0-.594.488-1.074 1.09-1.074h4.36c.602 0 1.09.48 1.09 1.073v4.295c0 .593-.488 1.074-1.09 1.074h-4.36c-.602 0-1.09-.48-1.09-1.074v-4.294Zm17.442 2.147c0 2.075-1.709 3.758-3.816 3.758-2.107 0-3.815-1.683-3.815-3.758 0-2.076 1.708-3.758 3.815-3.758s3.816 1.682 3.816 3.758ZM3.117 8.709l2.596-5.115c.402-.792 1.548-.792 1.95 0l2.597 5.115c.362.714-.165 1.554-.975 1.554H4.092c-.81 0-1.338-.84-.975-1.554Zm13.287-5.504a1.104 1.104 0 0 1 1.281 0l2.866 2.05c.382.274.542.759.396 1.201l-1.095 3.318a1.089 1.089 0 0 1-1.037.742h-3.542c-.472 0-.89-.3-1.037-.742l-1.094-3.318a1.065 1.065 0 0 1 .396-1.2l2.866-2.05Z" vector-effect="non-scaling-stroke"/>
3
19
  </svg>
@@ -0,0 +1,23 @@
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
+ <!--
18
+ - Copyright (c) 2024. Devtron Inc.
19
+ -->
20
+
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
22
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.124 10.875v9.375m0-9.375a2.25 2.25 0 1 0 0-4.5m0 4.5a2.25 2.25 0 0 1 0-4.5m0-2.625v2.625m-8.25 9.75v4.125m0-4.125a2.25 2.25 0 1 0 0-4.5m0 4.5a2.25 2.25 0 0 1 0-4.5m0-7.875v7.875" vector-effect="non-scaling-stroke"/>
23
+ </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="m7 9 5-5m0 0 5 4.999m-5-5V20" 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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7 15 5 5m0 0 5-4.999m-5 5V4" 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="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.25 17 12 21.5l3.75-4.5M8.25 7 12 2.5 15.75 7" 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" viewBox="0 0 24 24" fill="none">
2
18
  <path data-style-override="false" d="M13.1011 11.2582C11.6579 9.81463 10.6701 7.29371 10.1799 5C9.68891 7.29418 8.70216 9.81562 7.25844 11.2592C5.81526 12.7018 3.2934 13.6896 1 14.1808C3.29434 14.6709 5.81573 15.6581 7.25891 17.1018C8.7021 18.5448 9.6899 21.0663 10.1809 23.36C10.6711 21.0658 11.6586 18.5444 13.1016 17.1008C14.5447 15.6577 17.0666 14.6704 19.36 14.1792C17.0662 13.6891 14.5448 12.7014 13.1011 11.2582Z" fill="url(#paint0_linear_5529_7104)"/>
3
19
  <path data-style-override="false" d="M20.008 3.99358C19.3183 3.30355 18.8451 2.09705 18.6106 1C18.3757 2.09705 17.9041 3.3035 17.2136 3.99396C16.5231 4.68367 15.3168 5.15649 14.22 5.39138C15.3172 5.62622 16.5231 6.09829 17.2136 6.78875C17.9041 7.47883 18.3766 8.68529 18.6114 9.78233C18.8458 8.68486 19.3183 7.47883 20.0084 6.78837C20.6985 6.09829 21.9049 5.6258 23.0016 5.39058C21.905 5.15612 20.6985 4.68367 20.008 3.99358Z" fill="#CE89B8"/>
@@ -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
2
18
  width="24"
3
19
  height="24"