@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
@@ -0,0 +1,22 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <g id="Icon/Color/ic-folder-color">
19
+ <path id="Vector" d="M20 6H11L9 4H4C2.9 4 2 4.9 2 6V10H22V8C22 6.9 21.1 6 20 6Z" fill="#72ACE6"/>
20
+ <path id="Vector_2" d="M20 6H4C2.9 6 2 6.9 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6Z" fill="#ABCFF3"/>
21
+ </g>
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 width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M2.76923 19.6667L2.76704 20.4167H2.76923V19.6667ZM2 18.8974H1.25L1.25 18.8996L2 18.8974ZM2.83333 3V3.75V3ZM8.32149 3V3.75V3ZM8.91075 3.24408L8.38041 3.77441L8.38041 3.77441L8.91075 3.24408ZM11.4697 6.86366C11.7626 7.15656 12.2374 7.15656 12.5303 6.86366C12.8232 6.57077 12.8232 6.0959 12.5303 5.803L11.4697 6.86366ZM21.25 8.0463C21.25 8.46051 21.5858 8.7963 22 8.7963C22.4142 8.7963 22.75 8.46051 22.75 8.0463H21.25ZM9.01425 20.4167C9.42846 20.4167 9.76425 20.0809 9.76425 19.6667C9.76425 19.2525 9.42846 18.9167 9.01425 18.9167V20.4167ZM13 19.2773L12.3323 18.9357C12.1774 19.2384 12.2456 19.6074 12.4983 19.8348L13 19.2773ZM22 19.276L22.5018 19.8334C22.7545 19.6059 22.8225 19.237 22.6677 18.9343L22 19.276ZM2.77143 18.9167C2.76575 18.9167 2.76031 18.9144 2.75629 18.9104L1.69563 19.971C1.97988 20.2553 2.36506 20.4155 2.76704 20.4167L2.77143 18.9167ZM2.75629 18.9104C2.75228 18.9064 2.75001 18.9009 2.75 18.8952L1.25 18.8996C1.25118 19.3016 1.41139 19.6868 1.69563 19.971L2.75629 18.9104ZM2.75 18.8974V6.33333H1.25V18.8974H2.75ZM2 7.08333H21.1667V5.58333H2V7.08333ZM21.1667 7.08333C21.1888 7.08333 21.21 7.09211 21.2256 7.10774L22.2863 6.04708C21.9893 5.75015 21.5866 5.58333 21.1667 5.58333V7.08333ZM21.2256 7.10774C21.2412 7.12337 21.25 7.14456 21.25 7.16667H22.75C22.75 6.74674 22.5832 6.34402 22.2863 6.04708L21.2256 7.10774ZM2.75 6.33333V3.83333H1.25V6.33333H2.75ZM2.75 3.83333C2.75 3.81123 2.75878 3.79004 2.77441 3.77441L1.71375 2.71375C1.41682 3.01068 1.25 3.41341 1.25 3.83333H2.75ZM2.77441 3.77441C2.79004 3.75878 2.81123 3.75 2.83333 3.75V2.25C2.41341 2.25 2.01068 2.41682 1.71375 2.71375L2.77441 3.77441ZM2.83333 3.75H8.32149V2.25H2.83333V3.75ZM8.32149 3.75C8.33243 3.75 8.34327 3.75216 8.35338 3.75634L8.9274 2.37052C8.73531 2.29095 8.52941 2.25 8.32149 2.25V3.75ZM8.35338 3.75634C8.36349 3.76053 8.37268 3.76667 8.38041 3.77441L9.44108 2.71375C9.29405 2.56672 9.11951 2.45009 8.9274 2.37052L8.35338 3.75634ZM8.38041 3.77441L11.4697 6.86366L12.5303 5.803L9.44108 2.71375L8.38041 3.77441ZM21.25 7.16667V8.0463H22.75V7.16667H21.25ZM9.01425 18.9167H2.76923V20.4167H9.01425V18.9167ZM19.5437 13.7778C19.5437 14.8935 18.6326 15.8056 17.4993 15.8056V17.3056C19.4526 17.3056 21.0437 15.7303 21.0437 13.7778H19.5437ZM17.4993 15.8056C16.3659 15.8056 15.4548 14.8935 15.4548 13.7778H13.9548C13.9548 15.7303 15.546 17.3056 17.4993 17.3056V15.8056ZM15.4548 13.7778C15.4548 12.6621 16.3659 11.75 17.4993 11.75V10.25C15.546 10.25 13.9548 11.8252 13.9548 13.7778H15.4548ZM17.4993 11.75C18.6326 11.75 19.5437 12.6621 19.5437 13.7778H21.0437C21.0437 11.8252 19.4526 10.25 17.4993 10.25V11.75ZM13.6677 19.6189C14.0206 18.9292 14.5758 18.3504 15.2589 17.934L14.4781 16.6532C13.578 17.202 12.8214 17.9799 12.3323 18.9357L13.6677 19.6189ZM15.2589 17.934C15.9327 17.5232 16.7081 17.3056 17.4993 17.3056L17.4993 15.8056C16.4332 15.8056 15.3875 16.0988 14.4781 16.6532L15.2589 17.934ZM17.4993 17.3056C18.2904 17.3056 19.0658 17.5232 19.7396 17.934L20.5204 16.6532C19.611 16.0988 18.5654 15.8056 17.4993 15.8056L17.4993 17.3056ZM19.7396 17.934C20.4237 18.351 20.9799 18.9288 21.3323 19.6176L22.6677 18.9343C22.1781 17.9776 21.4196 17.2013 20.5204 16.6532L19.7396 17.934ZM21.4982 18.7186C20.4409 19.6704 19.0394 20.25 17.4993 20.25V21.75C19.4232 21.75 21.179 21.0243 22.5018 19.8334L21.4982 18.7186ZM17.4993 20.25C15.9598 20.25 14.5588 19.6709 13.5017 18.7198L12.4983 19.8348C13.821 21.0249 15.5761 21.75 17.4993 21.75V20.25Z" fill="#3B444C"/>
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="M2 6.984v12.564a.771.771 0 0 0 .77.77h18.49a.74.74 0 0 0 .74-.742V7.817a.833.833 0 0 0-.833-.833H2Zm0 0v-2.5a.833.833 0 0 1 .833-.834h5.488a.833.833 0 0 1 .59.244L12 6.984" 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="m13.656 4.655 5.688 5.689M8.406 9.905l5.688 5.689m-1.719-1.72-6.656 6.657a1.594 1.594 0 0 1-2.25 0 1.594 1.594 0 0 1 0-2.25l6.656-6.656M5.471 7.718l6-6a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 0 1 0-1.06Zm8.25 8.25 6-6a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 0 1 0-1.06Z" 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="url(#ic-gift-gradient)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 12.4v7.75a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75V12.4M12 7.9v13m0-13s3.182 0 4.243-1.06a2.25 2.25 0 0 0-3.182-3.182C12 4.718 12 7.901 12 7.901Zm0 0s-3.182 0-4.243-1.06a2.25 2.25 0 0 1 3.182-3.182C12 4.718 12 7.901 12 7.901Zm-8.25 0h16.5a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 .75-.75Z" vector-effect="non-scaling-stroke"/>
3
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="14" height="14" fill="none" viewBox="0 0 14 14">
18
+ <path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M11.375 7.234v4.52a.438.438 0 0 1-.438.438H3.064a.438.438 0 0 1-.438-.437V7.234M7 4.609v7.583M7 4.61s1.856 0 2.475-.619a1.313 1.313 0 0 0-1.856-1.856C7 2.753 7 4.609 7 4.609Zm0 0s-1.856 0-2.475-.619a1.313 1.313 0 0 1 1.856-1.856C7 2.753 7 4.609 7 4.609Zm-4.813 0h9.626c.241 0 .437.196.437.437v1.75a.438.438 0 0 1-.438.438H2.188a.438.438 0 0 1-.438-.438v-1.75c0-.241.196-.437.438-.437Z" vector-effect="non-scaling-stroke"/>
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="M6.375 15a2.625 2.625 0 1 0 0 5.25 2.625 2.625 0 0 0 0-5.25Zm0 0v-.75A2.25 2.25 0 0 1 8.625 12h6.75a2.25 2.25 0 0 0 2.25-2.25V9m-11.25 6V9m11.25 0a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25ZM6.375 9a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25Z" 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="#4285F4" fill-rule="evenodd" d="m14.68 13.06 4.55 2.63v.99l-4.94-2.85.39-.77Z" clip-rule="evenodd"/>
3
19
  <path fill="#4285F4" fill-rule="evenodd" d="M12.48 12.3v4.59l3.86-2.29v-4.59l-3.86 2.29Z" clip-rule="evenodd"/>
@@ -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 width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M3.99992 10H11.9999M1.33325 7H14.3333M6.49992 13H9.49992" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke" />
19
+ <circle cx="13" cy="5" r="4" fill="var(--R500)" stroke="var(--N0)" stroke-width="2" vector-effect="non-scaling-stroke" />
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 width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M4.00016 8H12.0002M1.3335 5H14.3335M6.50016 11H9.50016" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" 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="M12 9.75V3.375a1.875 1.875 0 1 0-3.75 0v11.369l-2.056-3.56a1.876 1.876 0 1 0-3.247 1.874C6 19.5 7.857 21.75 12 21.75a7.5 7.5 0 0 0 7.5-7.5V10.5a1.875 1.875 0 1 0-3.75 0" vector-effect="non-scaling-stroke"/>
19
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.75 10.5V9.375a1.875 1.875 0 1 0-3.75 0v.375" vector-effect="non-scaling-stroke"/>
20
+ </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
  <rect width="24" height="24" rx="6" fill="#F3F0FF"/>
3
19
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.5C12.345 4.5 12.625 4.78 12.625 5.125V6.41C13.71 6.529 14.703 6.958 15.513 7.607L15.536 7.581L16.419 6.697C16.5362 6.57977 16.6952 6.51392 16.861 6.51392C17.0268 6.51392 17.1858 6.57977 17.303 6.697C17.4202 6.81423 17.4861 6.97322 17.4861 7.139C17.4861 7.30478 17.4202 7.46377 17.303 7.581L16.419 8.464C16.4112 8.47221 16.4032 8.48022 16.395 8.488C17.0599 9.31791 17.4747 10.32 17.591 11.377L17.625 11.375H18.875C19.0408 11.375 19.1997 11.4408 19.3169 11.5581C19.4342 11.6753 19.5 11.8342 19.5 12C19.5 12.1658 19.4342 12.3247 19.3169 12.4419C19.1997 12.5592 19.0408 12.625 18.875 12.625H17.625L17.59 12.624C17.4743 13.6816 17.059 14.6843 16.393 15.514L16.419 15.536L17.303 16.419C17.4202 16.5362 17.4861 16.6952 17.4861 16.861C17.4861 17.0268 17.4202 17.1858 17.303 17.303C17.1858 17.4202 17.0268 17.4861 16.861 17.4861C16.6952 17.4861 16.5362 17.4202 16.419 17.303L15.536 16.419C15.5278 16.4112 15.5198 16.4032 15.512 16.395C14.6821 17.0599 13.68 17.4747 12.623 17.591L12.625 17.625V18.875C12.625 19.0408 12.5592 19.1997 12.4419 19.3169C12.3247 19.4342 12.1658 19.5 12 19.5C11.8342 19.5 11.6753 19.4342 11.5581 19.3169C11.4408 19.1997 11.375 19.0408 11.375 18.875V17.625L11.376 17.59C10.3184 17.4743 9.31573 17.059 8.486 16.393L8.464 16.419L7.581 17.303C7.46377 17.4202 7.30478 17.4861 7.139 17.4861C6.97322 17.4861 6.81423 17.4202 6.697 17.303C6.57977 17.1858 6.51392 17.0268 6.51392 16.861C6.51392 16.6952 6.57977 16.5362 6.697 16.419L7.581 15.536C7.58878 15.5278 7.59679 15.5198 7.605 15.512C6.94012 14.6821 6.52528 13.68 6.409 12.623L6.375 12.625H5.125C4.95924 12.625 4.80027 12.5592 4.68306 12.4419C4.56585 12.3247 4.5 12.1658 4.5 12C4.5 11.8342 4.56585 11.6753 4.68306 11.5581C4.80027 11.4408 4.95924 11.375 5.125 11.375H6.41C6.52643 10.3181 6.94165 9.31635 7.607 8.487L7.581 8.464L6.697 7.581C6.57977 7.46377 6.51392 7.30478 6.51392 7.139C6.51392 6.97322 6.57977 6.81423 6.697 6.697C6.81423 6.57977 6.97322 6.51392 7.139 6.51392C7.30478 6.51392 7.46377 6.57977 7.581 6.697L8.464 7.581C8.47221 7.58878 8.48022 7.59679 8.488 7.605C9.31791 6.94012 10.32 6.52528 11.377 6.409L11.375 6.375V5.125C11.375 4.78 11.655 4.5 12 4.5ZM12 7.625C10.8397 7.625 9.72688 8.08594 8.90641 8.90641C8.08594 9.72688 7.625 10.8397 7.625 12C7.625 13.1603 8.08594 14.2731 8.90641 15.0936C9.72688 15.9141 10.8397 16.375 12 16.375C13.1603 16.375 14.2731 15.9141 15.0936 15.0936C15.9141 14.2731 16.375 13.1603 16.375 12C16.375 10.8397 15.9141 9.72688 15.0936 8.90641C14.2731 8.08594 13.1603 7.625 12 7.625ZM12 8.875C12.8288 8.875 13.6237 9.20424 14.2097 9.79029C14.7958 10.3763 15.125 11.1712 15.125 12C15.125 12.8288 14.7958 13.6237 14.2097 14.2097C13.6237 14.7958 12.8288 15.125 12 15.125C11.1712 15.125 10.3763 14.7958 9.79029 14.2097C9.20424 13.6237 8.875 12.8288 8.875 12C8.875 11.1712 9.20424 10.3763 9.79029 9.79029C10.3763 9.20424 11.1712 8.875 12 8.875ZM12 10.125C11.7538 10.125 11.51 10.1735 11.2825 10.2677C11.055 10.362 10.8483 10.5001 10.6742 10.6742C10.5001 10.8483 10.362 11.055 10.2677 11.2825C10.1735 11.51 10.125 11.7538 10.125 12C10.125 12.2462 10.1735 12.49 10.2677 12.7175C10.362 12.945 10.5001 13.1517 10.6742 13.3258C10.8483 13.4999 11.055 13.638 11.2825 13.7323C11.51 13.8265 11.7538 13.875 12 13.875C12.4973 13.875 12.9742 13.6775 13.3258 13.3258C13.6775 12.9742 13.875 12.4973 13.875 12C13.875 11.5027 13.6775 11.0258 13.3258 10.6742C12.9742 10.3225 12.4973 10.125 12 10.125Z" fill="#664BEE"/>
@@ -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
+ <circle cx="12" cy="12" r="10" fill="#3B444C"/>
19
+ <path fill="#fff" d="M12.84 5.583A4.3 4.3 0 0 0 7.7 9.8a1 1 0 1 0 2 0 2.3 2.3 0 1 1 2.3 2.3 1 1 0 0 0-1 1v1.4a1 1 0 1 0 2 0v-.518a4.299 4.299 0 0 0-.16-8.4ZM12 18.5a.983.983 0 0 0 1-1 .968.968 0 0 0-.291-.705A.959.959 0 0 0 12 16.5a.959.959 0 0 0-.709.295.968.968 0 0 0-.291.705c0 .282.093.521.278.718A.996.996 0 0 0 12 18.5Z"/>
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" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3-7a5.975 5.975 0 0 0 3.807-1.363 7 7 0 1 1-8.445-8.445A6 6 0 0 0 15 15Z" clip-rule="evenodd"/>
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
  <circle data-style-override="false" cx="12" cy="12" r="10" fill="var(--B500)" />
3
19
  <path
@@ -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="M17.25 12H21a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75v-6A.75.75 0 0 1 3 12h3.75M12 2.25V12m0 0L7.5 7.5M12 12l4.5-4.5m1.5 8.25h-1.5" vector-effect="non-scaling-stroke"/>
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="#FFC61C" d="M20.671 3H3.33A2.337 2.337 0 0 0 1 5.326v13.348A2.332 2.332 0 0 0 3.329 21H20.67A2.336 2.336 0 0 0 23 18.674V5.326A2.332 2.332 0 0 0 20.671 3ZM10.296 16.09l-4.232 2.457A1.134 1.134 0 0 1 4.4 17.279c.077-.29.266-.538.526-.689l4.232-2.457a1.133 1.133 0 0 1 1.47 1.664 1.12 1.12 0 0 1-.332.292Zm1.665-3.745h-.005a1.134 1.134 0 0 1-1.127-1.136l.02-4.871a1.13 1.13 0 0 1 1.133-1.127h.005a1.133 1.133 0 0 1 1.128 1.137l-.021 4.87a1.131 1.131 0 0 1-1.133 1.127Zm7.489 5.789a1.131 1.131 0 0 1-1.547.414l-4.239-2.445a1.133 1.133 0 0 1-.124-1.878 1.132 1.132 0 0 1 1.257-.082l4.238 2.445a1.132 1.132 0 0 1 .415 1.546Z"/>
3
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.643 9.714 3.5 14.857m0 0L8.643 20M3.5 14.857h10.857a4.571 4.571 0 0 0 4.572-4.571V4" 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="m15.59 7 1.414 1.414m-8.27 3.101a6.744 6.744 0 1 1 3.75 3.75L11.25 16.5H9v2.25H6.75V21H3v-3.75l5.735-5.735Z" vector-effect="non-scaling-stroke"/>
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="6" width="22" height="13" fill="url(#pattern0_5514_474)"/>
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="M3.5 16.25V6.5A1.5 1.5 0 0 1 5 5h13.5A1.5 1.5 0 0 1 20 6.5v9.75M14.25 9l-3.5 3.5L9 10.75m-7 5.5h19.5v1.5a1.5 1.5 0 0 1-1.5 1.5H3.5a1.5 1.5 0 0 1-1.5-1.5v-1.5Z" 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.5 15v6m0-6-6-3m6 3 15-7.5M7.5 21l15-7.5v-6M7.5 21l-6-3v-6m0 0 3.393-1.697M22.5 7.5l-4.572-2.287m-5.535 1.34L9.52 7.99m.979 1.386c0 1.036-1.343 1.875-3 1.875s-3-.84-3-1.875c0-1.036 1.343-1.875 3-1.875s3 .84 3 1.875Zm7.5-3.75C18 6.661 16.657 7.5 15 7.5s-3-.84-3-1.875c0-1.036 1.343-1.875 3-1.875s3 .84 3 1.875Z" 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">
2
18
  <path d="M19.319 11.181C19.2939 11.0743 19.2429 10.9754 19.1706 10.8931C19.0982 10.8108 19.0066 10.7476 18.904 10.7091L14.1015 8.90814L15.3237 2.79739C15.3521 2.65516 15.3334 2.50754 15.2703 2.37691C15.2073 2.24628 15.1033 2.13977 14.9743 2.07355C14.8453 2.00732 14.6981 1.98499 14.5552 2.00994C14.4124 2.03488 14.2815 2.10575 14.1825 2.21178L4.84922 12.2118C4.77444 12.2919 4.72056 12.3892 4.69236 12.4951C4.66416 12.6011 4.66252 12.7123 4.68756 12.819C4.71261 12.9257 4.76358 13.0246 4.83596 13.1069C4.90833 13.1892 4.99989 13.2524 5.10252 13.2909L9.90504 15.0918L8.68288 21.2026C8.65442 21.3448 8.67313 21.4924 8.73617 21.6231C8.79921 21.7537 8.90314 21.8602 9.0322 21.9265C9.16125 21.9927 9.30838 22.015 9.45128 21.9901C9.59417 21.9651 9.72502 21.8942 9.82399 21.7882L19.1573 11.7882C19.2321 11.7081 19.286 11.6107 19.3142 11.5048C19.3424 11.3989 19.344 11.2877 19.319 11.181Z" fill="#3B444C"/>
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="m9 22.499 1.5-7.5-6-2.25L15 1.499l-1.5 7.5 6 2.25L9 22.499Z" 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="M11.43 6.297 13.426 4.3a4.436 4.436 0 1 1 6.273 6.273l-2.851 2.852a4.435 4.435 0 0 1-6.274 0m1.996 4.277L10.574 19.7a4.434 4.434 0 0 1-7.236-1.438 4.436 4.436 0 0 1 .963-4.835l2.851-2.852a4.436 4.436 0 0 1 6.274 0" 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="#8898A6" fill-rule="evenodd" d="m19.194 4.363-1.886 1.864a.603.603 0 0 0 0 .858l1.403 1.386a.62.62 0 0 0 .868 0l1.886-1.865a.24.24 0 0 1 .397.106 3.87 3.87 0 0 1-1.018 3.784 3.98 3.98 0 0 1-4.175.895l-8.165 8.827a2.195 2.195 0 0 1-3.149.069 2.137 2.137 0 0 1 .08-3.124l8.95-7.978a3.87 3.87 0 0 1 .875-4.209 3.98 3.98 0 0 1 3.83-1.006.235.235 0 0 1 .107.393h-.002ZM6.29 18.748a.65.65 0 0 0 .652.646.65.65 0 0 0 .654-.646.65.65 0 0 0-.654-.645.65.65 0 0 0-.652.645Z" clip-rule="evenodd"/>
3
19
  <path fill="#F4910D" fill-rule="evenodd" d="m7.14 9.556 2.238-2.212 10.807 10.681a1.07 1.07 0 0 1 0 1.526l-.694.686a1.101 1.101 0 0 1-1.544 0L7.14 9.556Z" clip-rule="evenodd"/>
@@ -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="M8.25 6h12m-12 6h12m-12 6h12" vector-effect="non-scaling-stroke"/>
19
+ <path fill="#3B444C" d="M4.125 7.125a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Zm0 6a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Zm0 6a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"/>
20
+ </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="179" height="48" viewBox="0 0 179 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <g style="mix-blend-mode:luminosity">
3
19
  <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"/>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="#767D84" fill-rule="evenodd" d="M13 2a4 4 0 0 1 4 4v1.4a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-8.6a3 3 0 0 1 3-3V6a4 4 0 0 1 4-4zm4 7.4H7a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-8.6a1 1 0 0 0-1-1zm-5 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM13 4h-2a2 2 0 0 0-2 2v1.399h6V6a2 2 0 0 0-1.85-1.995L13 4z"/>
3
+ </svg>