@devtron-labs/devtron-fe-common-lib 1.21.0-beta-1 → 1.21.0-beta-3

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 (244) hide show
  1. package/dist/{@code-editor-Db3cFxL2.js → @code-editor-Y6MpEL3Z.js} +11387 -9831
  2. package/dist/{@common-rjsf-4dkL5TGO.js → @common-rjsf-DR5BfKgV.js} +30 -30
  3. package/dist/{@framer-motion-s0JmPZws.js → @framer-motion-BHpgn0v_.js} +196 -194
  4. package/dist/{@moment-CGWt8tF2.js → @moment-CwOqp704.js} +493 -524
  5. package/dist/{@react-select-oQ7yDO_E.js → @react-select-DjXUormN.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-jv4XRZlA.js → @react-virtualized-sticky-tree-BcREO5hN.js} +1 -1
  7. package/dist/{@vendor-x0E6hada.js → @vendor-Dg_U8cQV.js} +33775 -28795
  8. package/dist/Common/API/reactQueryHooks.d.ts +1 -1
  9. package/dist/Common/API/types.d.ts +1 -1
  10. package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
  11. package/dist/Common/BreadCrumb/Types.d.ts +20 -0
  12. package/dist/Common/ClipboardButton/ClipboardButton.d.ts +2 -2
  13. package/dist/Common/ClipboardButton/types.d.ts +12 -2
  14. package/dist/Common/Common.service.d.ts +4 -1
  15. package/dist/Common/Constants.d.ts +70 -21
  16. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +1 -0
  17. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  18. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  19. package/dist/Common/SearchBar/types.d.ts +8 -0
  20. package/dist/Common/SegmentedBarChart/types.d.ts +10 -2
  21. package/dist/Common/SegmentedBarChart/utils.d.ts +2 -0
  22. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  23. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
  24. package/dist/Common/SegmentedControl/index.d.ts +1 -1
  25. package/dist/Common/SegmentedControl/types.d.ts +13 -9
  26. package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
  27. package/dist/Common/Types.d.ts +64 -5
  28. package/dist/Common/index.d.ts +1 -1
  29. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  30. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +0 -2
  31. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +13 -7
  32. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
  33. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -1
  34. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +3 -3
  35. package/dist/Pages/ResourceBrowser/constants.d.ts +8 -8
  36. package/dist/Pages/ResourceBrowser/types.d.ts +2 -1
  37. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -0
  38. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/index.d.ts +2 -0
  39. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +6 -0
  40. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -0
  41. package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
  42. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/Overview.d.ts +1 -0
  43. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/index.d.ts +1 -0
  44. package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
  45. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
  46. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
  47. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
  48. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +2 -0
  49. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +31 -0
  50. package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
  51. package/dist/Pages-Devtron-2.0/DataProtectionManagement/index.d.ts +1 -0
  52. package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +8 -0
  53. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
  54. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
  55. package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
  56. package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
  57. package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
  58. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -0
  59. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/index.d.ts +2 -0
  60. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +6 -0
  61. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +1 -0
  62. package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
  63. package/dist/Pages-Devtron-2.0/InfrastructureManagement/utils.d.ts +11 -0
  64. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
  65. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
  66. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
  67. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
  68. package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
  69. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
  70. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
  71. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
  72. package/dist/Pages-Devtron-2.0/index.d.ts +5 -0
  73. package/dist/Shared/Components/ActionMenu/types.d.ts +3 -0
  74. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +2 -2
  75. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  76. package/dist/Shared/Components/Backdrop/types.d.ts +1 -1
  77. package/dist/Shared/Components/Badge/utils.d.ts +2 -1
  78. package/dist/Shared/Components/Button/Button.component.d.ts +12 -12
  79. package/dist/Shared/Components/Card/Card.component.d.ts +3 -0
  80. package/dist/Shared/Components/Card/constants.d.ts +4 -0
  81. package/dist/Shared/Components/Card/index.d.ts +2 -0
  82. package/dist/Shared/Components/Card/types.d.ts +25 -0
  83. package/dist/Shared/Components/Charts/Chart.component.d.ts +121 -0
  84. package/dist/Shared/Components/Charts/constants.d.ts +10 -0
  85. package/dist/Shared/Components/Charts/index.d.ts +4 -0
  86. package/dist/Shared/Components/Charts/plugins.d.ts +7 -0
  87. package/dist/Shared/Components/Charts/types.d.ts +135 -0
  88. package/dist/Shared/Components/Charts/utils.d.ts +30 -0
  89. package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
  90. package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
  91. package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
  92. package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
  93. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +1 -1
  94. package/dist/Shared/Components/DTFocusTrap/types.d.ts +2 -1
  95. package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
  96. package/dist/Shared/Components/DatePicker/constants.d.ts +2 -101
  97. package/dist/Shared/Components/DatePicker/index.d.ts +0 -2
  98. package/dist/Shared/Components/DatePicker/types.d.ts +34 -30
  99. package/dist/Shared/Components/DatePicker/utils.d.ts +1 -13
  100. package/dist/Shared/Components/DocLink/constants.d.ts +3 -0
  101. package/dist/Shared/Components/FeatureDescription/types.d.ts +1 -1
  102. package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
  103. package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
  104. package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +21 -5
  105. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  106. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -3
  107. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  108. package/dist/Shared/Components/Header/types.d.ts +2 -0
  109. package/dist/Shared/Components/Icon/Icon.d.ts +69 -4
  110. package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
  111. package/dist/Shared/Components/Icon/types.d.ts +6 -0
  112. package/dist/Shared/Components/Illustration/Illustration.d.ts +6 -0
  113. package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
  114. package/dist/Shared/Components/KeyboardShortcut/constants.d.ts +3 -0
  115. package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
  116. package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
  117. package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
  118. package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
  119. package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +20 -0
  120. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +1 -1
  121. package/dist/Shared/Components/Security/SecurityModal/index.d.ts +1 -1
  122. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +3 -3
  123. package/dist/Shared/Components/Security/constants.d.ts +2 -0
  124. package/dist/Shared/Components/Security/index.d.ts +3 -0
  125. package/dist/Shared/Components/Security/types.d.ts +10 -0
  126. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  127. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  128. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -1
  129. package/dist/Shared/Components/SelectPicker/type.d.ts +3 -1
  130. package/dist/Shared/Components/SelectPicker/utils.d.ts +1 -0
  131. package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +2 -0
  132. package/dist/Shared/Components/SideNavigation/index.d.ts +2 -0
  133. package/dist/Shared/Components/SideNavigation/types.d.ts +19 -0
  134. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  135. package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
  136. package/dist/Shared/Components/Table/types.d.ts +12 -6
  137. package/dist/Shared/Components/TrailingItem/types.d.ts +4 -0
  138. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
  139. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +1 -1
  140. package/dist/Shared/Components/TreeView/constants.d.ts +3 -0
  141. package/dist/Shared/Components/TreeView/types.d.ts +17 -3
  142. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +3 -3
  143. package/dist/Shared/Components/index.d.ts +6 -0
  144. package/dist/Shared/Helpers.d.ts +11 -0
  145. package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -5
  146. package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +5 -20
  147. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +1 -1
  148. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +32 -2
  149. package/dist/Shared/Providers/MainContextProvider/types.d.ts +9 -0
  150. package/dist/Shared/Services/common.service.d.ts +3 -0
  151. package/dist/Shared/Services/types.d.ts +10 -1
  152. package/dist/Shared/constants.d.ts +3 -16
  153. package/dist/Shared/types.d.ts +22 -11
  154. package/dist/Shared/validations.d.ts +2 -0
  155. package/dist/assets/@code-editor.css +1 -1
  156. package/dist/assets/@vendor.css +1 -1
  157. package/dist/assets/create-backup-schedule.bbac4a86.webp +0 -0
  158. package/dist/assets/create-backup-snapshot.c794f612.webp +0 -0
  159. package/dist/assets/ic-ai.25e44e0c.svg +3 -0
  160. package/dist/assets/ic-alibaba.518d61a4.svg +3 -0
  161. package/dist/assets/ic-application-group.4b448cca.svg +3 -0
  162. package/dist/assets/ic-application-management.7fb9e3a0.svg +3 -0
  163. package/dist/assets/ic-application-template.212d14f1.svg +3 -0
  164. package/dist/assets/ic-application.4c80bfcf.svg +3 -0
  165. package/dist/assets/ic-argocd-app.9c5eba79.svg +61 -0
  166. package/dist/assets/ic-arrow-line-down.b6a98848.svg +3 -0
  167. package/dist/assets/ic-aws.eb2d0124.svg +12 -0
  168. package/dist/assets/ic-backup-and-schedule.51b7d3dd.svg +3 -0
  169. package/dist/assets/ic-backup-color.dc62e9d5.svg +6 -0
  170. package/dist/assets/ic-backup-location.ebaf1148.svg +3 -0
  171. package/dist/assets/ic-backup-schedule-color.a16c34b0.svg +5 -0
  172. package/dist/assets/ic-bg-backup-schedule.9ef9bc39.svg +19 -0
  173. package/dist/assets/ic-bg-backups.396e99bd.svg +19 -0
  174. package/dist/assets/ic-bg-build.8609d0ea.svg +13 -0
  175. package/dist/assets/ic-bg-cpu.15ec70f0.svg +11 -0
  176. package/dist/assets/ic-bg-deploy.266711fe.svg +22 -0
  177. package/dist/assets/ic-bg-memory.5373a125.svg +11 -0
  178. package/dist/assets/ic-bg-pause-schedule.6edcc1d4.svg +14 -0
  179. package/dist/assets/ic-bg-production-pipelines.2951cdc0.svg +22 -0
  180. package/dist/assets/ic-bg-project.84658405.svg +12 -0
  181. package/dist/assets/ic-bg-ransomware-vulnerable-cluster.1b25a5d0.svg +7 -0
  182. package/dist/assets/ic-bg-restore.4fa13869.svg +33 -0
  183. package/dist/assets/ic-bg-scan.2249360c.svg +28 -0
  184. package/dist/assets/ic-bg-storage-locations.894070b0.svg +22 -0
  185. package/dist/assets/ic-bg-webhook.b455152d.svg +13 -0
  186. package/dist/assets/ic-bot.65f403dd.svg +3 -0
  187. package/dist/assets/ic-building.2405d07b.svg +3 -0
  188. package/dist/assets/ic-chart-line-up.7ab47f4e.svg +3 -0
  189. package/dist/assets/ic-check-circle.af18cd7e.svg +3 -0
  190. package/dist/assets/ic-circle-small.a0740b0e.svg +3 -0
  191. package/dist/assets/ic-clipboard.2869fa7d.svg +3 -0
  192. package/dist/assets/ic-clock-counterclockwise.3d7c2ef1.svg +3 -0
  193. package/dist/assets/ic-cloud-upload.55d9c163.svg +3 -0
  194. package/dist/assets/ic-coins-color-animated.fe11cdc3.svg +112 -0
  195. package/dist/assets/ic-coins.2c15f406.svg +3 -0
  196. package/dist/assets/ic-cost-visibility.5595009f.svg +3 -0
  197. package/dist/assets/ic-database-backup.b9e7c558.svg +3 -0
  198. package/dist/assets/ic-devtron-text.67a413b6.svg +3 -0
  199. package/dist/assets/ic-edit-lines.57927b07.svg +3 -0
  200. package/dist/assets/ic-file-download.ca57c068.svg +5 -0
  201. package/dist/assets/ic-files-changed.04e6de3f.svg +3 -0
  202. package/dist/assets/ic-floppy-disk.6d392bcd.svg +3 -0
  203. package/dist/assets/ic-fluxcd-app.7bf7dce5.svg +22 -0
  204. package/dist/assets/ic-global-overview.56ba9dc0.svg +3 -0
  205. package/dist/assets/ic-google-cloud.3077a8dd.svg +6 -0
  206. package/dist/assets/ic-infrastructure-management.4b052d41.svg +3 -0
  207. package/dist/assets/ic-kubernetes.7e04c3d2.svg +4 -0
  208. package/dist/assets/ic-magic-wand.2c29cd4e.svg +10 -0
  209. package/dist/assets/ic-oracle-cloud.5a8ee45d.svg +3 -0
  210. package/dist/assets/ic-otc-cloud.43b31bd8.svg +5 -0
  211. package/dist/assets/ic-party.cfc7e7c6.svg +4 -0
  212. package/dist/assets/ic-pause.4e5c6056.svg +4 -0
  213. package/dist/assets/ic-priority-medium-fill.7bab0ff8.svg +4 -0
  214. package/dist/assets/ic-release-hub.25b9707a.svg +3 -0
  215. package/dist/assets/ic-resource-browser.4ff3e571.svg +3 -0
  216. package/dist/assets/ic-resource-watcher.7cce5305.svg +3 -0
  217. package/dist/assets/ic-right-panel-collapse.0ecf8ceb.svg +3 -0
  218. package/dist/assets/ic-security-fixable.168b5bf8.svg +12 -0
  219. package/dist/assets/ic-security-not-fixable.be099f65.svg +12 -0
  220. package/dist/assets/ic-security-policy.874568da.svg +3 -0
  221. package/dist/assets/ic-security-scan.3ae78d50.svg +3 -0
  222. package/dist/assets/ic-security-vulnerability.c954b87a.svg +4 -0
  223. package/dist/assets/ic-software-release-management.dceedf80.svg +3 -0
  224. package/dist/assets/ic-symbol-greater-than.8f71342d.svg +3 -0
  225. package/dist/assets/ic-tenants.4f997b9a.svg +3 -0
  226. package/dist/assets/ic-trend-up.5752ef30.svg +3 -0
  227. package/dist/assets/ic-warning-stroke.fc850a4a.svg +3 -0
  228. package/dist/assets/img-folder-empty.8e898c33.svg +33 -0
  229. package/dist/assets/img-no-backup-location.0e8699c5.svg +180 -0
  230. package/dist/assets/img-no-restores.f26cb7db.svg +114 -0
  231. package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
  232. package/dist/index.d.ts +5 -6
  233. package/dist/index.js +1020 -967
  234. package/package.json +5 -7
  235. package/dist/@react-dates-C-SIZ4x1.js +0 -7634
  236. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +0 -8
  237. package/dist/Shared/Components/DatePicker/DayPickerRangeController.d.ts +0 -2
  238. package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
  239. package/dist/assets/@react-dates.css +0 -1
  240. package/dist/assets/ic-bg-cloud-vms.7241e97c.svg +0 -4
  241. package/dist/assets/ic-bg-healthy-vms.653e8abc.svg +0 -4
  242. package/dist/assets/ic-bg-running-vms.e469929a.svg +0 -4
  243. package/dist/assets/ic-bg-tenants.d0369094.svg +0 -4
  244. package/dist/assets/ic-calender-blank.963e3423.svg +0 -19
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 7.875c0 1.864-3.358 3.375-7.5 3.375-4.142 0-7.5-1.511-7.5-3.375m15 0C16.5 6.011 13.142 4.5 9 4.5c-4.142 0-7.5 1.511-7.5 3.375m15 0v3.75C16.5 13.489 13.142 15 9 15c-4.142 0-7.5-1.511-7.5-3.375v-3.75M6 10.969v3.75m10.5-5.651c3.424.313 6 1.674 6 3.307m0 0c0 1.864-3.358 3.375-7.5 3.375-1.838 0-3.521-.297-4.825-.791M22.5 12.375v3.75c0 1.864-3.358 3.375-7.5 3.375-4.142 0-7.5-1.511-7.5-3.375v-1.193m10.5.537v3.75m-6-8.25v8.25" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21.75 15.14-4.527 4.89-2.053-2.053-3.743 3.773m10.323-6.61v2.565m0-2.566h-2.523m2.181-5.609v-.76 3.039m0-2.279V6.546c0-.472-.429-.855-.958-.855h-2.88m3.838 3.839h-.839a3 3 0 0 1-3-3v-.839m0 0H3.208c-.529 0-.958.383-.958.855V18.8c0 .472.429.855.958.855H8.78M2.25 9.53h.183a3.656 3.656 0 0 0 3.656-3.656V5.69M2.25 15.816h.183a3.656 3.656 0 0 1 3.656 3.657v.182M4.774 2.25H18.94M9.42 12.56a2.579 2.579 0 1 0 5.158 0 2.579 2.579 0 0 0-5.158 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 6.5c0 3.038-4.477 5.5-10 5.5S2 9.538 2 6.5m20 0C22 3.462 17.523 1 12 1S2 3.462 2 6.5m20 0V12M2 6.5V12m0 0c0 3.038 4.477 5.5 10 5.5s10-2.462 10-5.5M2 12v5.5C2 20.538 6.477 23 12 23s10-2.462 10-5.5V12m-7.954-6.68H16.5m0 0V3.926m0 1.394-1.446-.82c-.838-.476-1.972-.745-3.156-.749-1.184-.004-2.324.258-3.17.728M9.954 7.18H7.5m0 0v1.394m0-1.394L8.946 8c.838.476 1.972.745 3.156.749 1.184.004 2.323-.258 3.17-.728" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="77" height="16" fill="none" viewBox="0 0 77 16">
2
+ <path fill="#fff" fill-rule="evenodd" d="M5.772 13.337c.578 0 1.043-.117 1.394-.35.352-.234.625-.526.82-.876.196-.35.324-.728.387-1.133.062-.405.094-.778.094-1.121 0-.342-.032-.716-.094-1.121a3.368 3.368 0 0 0-.387-1.133 2.513 2.513 0 0 0-.82-.876c-.35-.234-.816-.35-1.394-.35-.577 0-1.042.116-1.393.35a2.416 2.416 0 0 0-.809.876c-.187.35-.312.728-.375 1.133a7.384 7.384 0 0 0-.093 1.12c0 .344.03.717.093 1.122.063.405.188.783.375 1.133.188.35.457.642.809.876.351.233.816.35 1.394.35ZM8.467 5.3V0h2.788v9.834c0 .81-.079 1.518-.235 2.125a6.216 6.216 0 0 1-.62 1.577c-.258.444-.551.81-.879 1.098a5.548 5.548 0 0 1-1.007.712c-.813.42-1.726.638-2.741.654-1.047-.016-1.977-.233-2.788-.654a5.888 5.888 0 0 1-1.02-.712 4.281 4.281 0 0 1-.89-1.087 6.005 6.005 0 0 1-.62-1.565C.297 11.376.22 10.668.22 9.857S.294 8.339.443 7.73a6.508 6.508 0 0 1 .585-1.576c.242-.444.516-.814.82-1.11a4.75 4.75 0 0 1 .95-.724c.749-.436 1.608-.67 2.576-.7a4.9 4.9 0 0 1 1.406.35c.39.171.788.432 1.195.782.27.234.434.416.492.546ZM20.86 8.34a6 6 0 0 0-.293-.748 2.392 2.392 0 0 0-.48-.677 2.226 2.226 0 0 0-.726-.479 2.551 2.551 0 0 0-.984-.175c-.375 0-.703.058-.984.175a2.22 2.22 0 0 0-.726.479 2.595 2.595 0 0 0-.492.677c-.126.25-.22.499-.282.748h4.967Zm2.952 0c.031.233.059.475.082.724.024.25.035.514.035.794v.42h-8.2c.032.265.07.534.118.806.046.273.125.541.234.806.172.405.437.763.797 1.075.359.311.858.467 1.499.467.64 0 1.14-.156 1.5-.467a2.95 2.95 0 0 0 .796-1.075h3.046a5.42 5.42 0 0 1-.527 1.425 5.498 5.498 0 0 1-.75 1.051 4.278 4.278 0 0 1-.879.736 6.482 6.482 0 0 1-.914.479 6.2 6.2 0 0 1-2.272.42c-1.047-.015-1.976-.233-2.788-.654a5.884 5.884 0 0 1-1.02-.712 4.279 4.279 0 0 1-.89-1.087 6 6 0 0 1-.62-1.564c-.157-.608-.234-1.316-.234-2.126 0-.81.077-1.518.234-2.126a6.206 6.206 0 0 1 .62-1.576c.258-.444.555-.814.89-1.11a5.584 5.584 0 0 1 1.02-.724c.812-.436 1.741-.67 2.788-.7.859.03 1.663.21 2.413.537.312.14.628.323.949.549.32.226.616.506.89.84.273.336.515.733.726 1.192.211.46.363.992.457 1.6Zm5.177 7.427h3.843l3.865-11.842h-2.882l-2.904 8.853-2.905-8.853h-2.882l3.865 11.842ZM40.82 6.704v5.208c.047.187.133.359.258.514.109.125.262.242.457.35.195.11.449.164.761.164h1.78v2.827h-2.858a4.052 4.052 0 0 1-1.64-.514c-.406-.234-.777-.58-1.112-1.04-.336-.46-.504-1.094-.504-1.903V2.316h2.858v1.607h2.695v2.78H40.82Zm5.107-1.227c-.343.46-.515 1.094-.515 1.904v8.386h2.882V7.778c.047-.187.132-.358.257-.514.11-.124.262-.241.458-.35.195-.109.448-.164.76-.164h2.203V3.924h-3.28a4.06 4.06 0 0 0-1.64.514c-.406.233-.78.58-1.125 1.04Zm12.84.9c-.579 0-1.043.116-1.395.35a2.405 2.405 0 0 0-.808.876c-.188.35-.313.728-.375 1.133a7.429 7.429 0 0 0-.094 1.121c0 .343.032.716.094 1.121s.187.783.375 1.133c.187.35.456.642.808.876.352.233.816.35 1.394.35s1.043-.117 1.394-.35c.352-.234.621-.526.809-.876a3.54 3.54 0 0 0 .374-1.133c.062-.405.094-.778.094-1.121 0-.342-.032-.716-.094-1.121a3.539 3.539 0 0 0-.375-1.133 2.405 2.405 0 0 0-.808-.876c-.351-.234-.816-.35-1.394-.35Zm-5.553 3.48c0-.81.078-1.518.234-2.126a6.189 6.189 0 0 1 .62-1.576c.259-.444.555-.814.891-1.11a5.576 5.576 0 0 1 1.019-.724c.812-.436 1.742-.67 2.788-.7 1.031.03 1.952.264 2.765.7.343.187.683.429 1.019.724.335.296.633.666.89 1.11.258.443.469.969.632 1.576.165.608.247 1.316.247 2.126 0 .81-.082 1.518-.247 2.126a6.27 6.27 0 0 1-.632 1.564 4.28 4.28 0 0 1-.89 1.087 5.936 5.936 0 0 1-1.02.712c-.812.42-1.733.638-2.764.654-1.046-.016-1.976-.234-2.788-.654a5.866 5.866 0 0 1-1.019-.712 4.278 4.278 0 0 1-.89-1.087 5.983 5.983 0 0 1-.621-1.565c-.156-.607-.234-1.315-.234-2.125Zm18.239-6.213c-.29-.016-.458-.024-.505-.024-.062 0-.234.008-.515.024-.28.015-.617.081-1.007.198-.39.117-.805.3-1.242.55-.438.248-.843.606-1.218 1.074-.375.467-.684 1.055-.925 1.763-.243.709-.364 1.585-.364 2.628v5.91h2.858v-5.91c0-.342.032-.693.094-1.051s.18-.685.352-.981a2.12 2.12 0 0 1 .726-.736c.312-.195.726-.292 1.241-.292.516 0 .93.097 1.242.292.313.195.555.44.727.736a3 3 0 0 1 .351.98c.062.36.094.71.094 1.052v5.91h2.858v-5.91c0-1.043-.121-1.92-.363-2.628-.243-.708-.55-1.296-.925-1.763-.376-.468-.782-.826-1.219-1.075a6.056 6.056 0 0 0-1.242-.549 4.478 4.478 0 0 0-1.018-.198Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 15h6m7-1.5 2.834 2.765M3 9h10M3 3h17.5M3 21h3.938m7.161 0h-2.656a.442.442 0 0 1-.443-.443v-2.473a.444.444 0 0 1 .13-.313l6.641-6.641a.443.443 0 0 1 .626 0l2.473 2.473a.443.443 0 0 1 0 .626L14.1 21Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"
2
+ >
3
+ <path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.75 21H5.25a.75.75 0 0 1-.75-.75V3.75A.75.75 0 0 1 5.25 3h9l5.25 5.25v12a.75.75 0 0 1-.75.75Z" vector-effect="non-scaling-stroke"/>
4
+ <path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.25 3v5.25h5.25M9.375 14.625 12 17.25l2.625-2.625M12 11.25v6" vector-effect="non-scaling-stroke"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.5 10.5H12m0 0h2.5m-2.5 0V8m0 2.5V13m-2.5 4h5m4.25 4H5.25a.75.75 0 0 1-.75-.75V3.75A.75.75 0 0 1 5.25 3h9l5.25 5.25v12a.75.75 0 0 1-.75.75Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 9H9V3.75m11.25 4.81V19.5a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75h10.94a.75.75 0 0 1 .53.22l4.06 4.06a.75.75 0 0 1 .22.53Zm-5.624 6.066a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,22 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <rect width="24" height="24" rx="6" fill="#E6EEFF"/>
19
+ <path d="M6.30302 8.09371C6.06864 7.93746 6.01656 7.651 6.17281 7.41663C6.19885 7.36454 6.25094 7.31246 6.30302 7.28642L11.7457 3.74475C11.902 3.64058 12.1103 3.64058 12.2666 3.74475L17.7093 7.28642C17.9436 7.44267 17.9957 7.72913 17.8395 7.9635C17.8134 8.01558 17.7614 8.06767 17.7093 8.09371L12.2666 11.6093C12.1103 11.7135 11.902 11.7135 11.7457 11.6093L6.30302 8.09371Z" fill="#326CE5"/>
20
+ <path d="M12.8656 8.71875H13.2302C13.3865 8.71875 13.5167 8.58855 13.5167 8.4323C13.5167 8.38021 13.4906 8.32813 13.4906 8.30209L12.2667 6.14063C12.1886 6.01042 12.0063 5.95834 11.8761 6.03646C11.824 6.0625 11.7979 6.08855 11.7719 6.14063L10.5479 8.27605C10.4698 8.40625 10.5219 8.58855 10.6521 8.66667C10.7042 8.69271 10.7563 8.69271 10.7823 8.69271H11.1469C11.3031 8.69271 11.4334 8.82292 11.4334 8.97917V11.4271L11.6938 11.5833C11.8761 11.7135 12.1365 11.7135 12.3188 11.5833L12.5792 11.4271V8.97917C12.5792 8.84896 12.7094 8.71875 12.8656 8.71875Z" fill="#C1D2F7"/>
21
+ <path d="M13.8813 13.4323L12.5793 12.5729V12.9635C12.9959 13.1718 13.4386 13.302 13.8813 13.4323ZM12.5793 13.7187V14.2916C13.022 14.4218 13.4386 14.526 13.8813 14.6302C15.2876 14.9687 16.6418 15.3073 17.7095 16.375C17.7616 16.427 17.8136 16.4791 17.8657 16.5312C17.9699 16.2968 17.9178 16.0364 17.7095 15.9062L15.5741 14.526C15.0532 14.3437 14.5324 14.2135 14.0116 14.1093C13.5168 13.9791 13.048 13.8489 12.5793 13.7187ZM11.4334 13.25C11.2511 13.1458 11.0688 13.0416 10.8866 12.9375L10.3918 13.25C10.7043 13.4843 11.0688 13.6927 11.4074 13.8489L11.4334 13.25ZM13.0741 15.0468C12.9178 14.9948 12.7616 14.9687 12.5793 14.9166V15.4635C12.7095 15.4895 12.8136 15.5156 12.9438 15.5416C14.3501 15.8802 15.7043 16.2187 16.772 17.2864L17.2407 17C17.2147 16.9739 17.1886 16.9479 17.1626 16.9218C15.9647 15.75 14.4803 15.4114 13.0741 15.0468ZM11.4334 14.6041C10.8084 14.3958 10.2355 14.1093 9.71468 13.7187L9.24593 14.0312C9.92301 14.5781 10.6782 14.9166 11.4595 15.177V14.6041H11.4334ZM11.4334 15.8281C10.3657 15.5416 9.37614 15.2031 8.51676 14.4739L8.04801 14.7864C9.0376 15.6979 10.2355 16.0885 11.4334 16.401V15.8281ZM12.5793 16.6614C13.6991 16.9479 14.7407 17.2864 15.6001 18.0677L16.0688 17.7552C15.0272 16.7916 13.8032 16.401 12.5793 16.0885V16.6614ZM7.37093 15.2291L6.90218 15.5416C6.92822 15.5677 6.92822 15.5677 6.95426 15.5937C8.12614 16.7656 9.61051 17.1302 11.0428 17.4947C12.2668 17.8072 13.4647 18.0937 14.4543 18.875L14.923 18.5625C13.8032 17.625 12.4751 17.2864 11.173 16.9739C9.76676 16.6093 8.43864 16.2708 7.37093 15.2291ZM6.38135 16.1406C6.32926 16.0885 6.27718 16.0364 6.2251 15.9843C6.04281 16.1666 6.04281 16.4791 6.2251 16.6614C6.25114 16.6875 6.27718 16.7135 6.30322 16.7135L7.89176 17.7552C8.59489 18.0416 9.3501 18.2239 10.0793 18.4062C11.2251 18.6927 12.2928 18.9531 13.2303 19.6041L13.7251 19.2916C12.6574 18.4843 11.4074 18.1718 10.2095 17.8854C8.80322 17.5468 7.44906 17.2083 6.38135 16.1406ZM11.5897 20.151C11.6938 20.2031 11.798 20.2552 11.9022 20.3073C12.0324 20.3333 12.1626 20.3072 12.2668 20.2291L12.5272 20.0468C11.6678 19.4739 10.7043 19.1875 9.74072 18.927L11.5897 20.151Z" fill="#326CE5"/>
22
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 12.278C2.25 6.739 6.616 2.25 12 2.25M2.25 12.278c0 2.182.679 4.203 1.83 5.849a9.902 9.902 0 0 0 3.045 2.837l.117.063m-4.992-8.75h19.5C21.75 6.74 17.386 2.25 12 2.25m0 0c-2.07 0-3.75 4.49-3.75 10.028 0 1.97.323 3.706.815 5.198M12.001 2.25c2.07 0 3.75 4.49 3.75 10.028 0 .524.029 1.27 0 1.774-.012.2-.032.439-.066.706m6.065 1.37v2.284m0-2.284h-2.452m2.453 0-4.965 4.968-2.246-2.468-3.46 3.122" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none">
2
+ <path data-style-override="false" d="M14.631 4.88275L16.5434 2.97042L16.6708 2.1652C13.1859 -1.00351 7.6463 -0.644216 4.50484 2.91491C3.63223 3.90343 2.98486 5.13584 2.63965 6.40846L3.32457 6.31196L7.14923 5.68127L7.44452 5.37929C9.14583 3.51087 12.0224 3.25951 13.9868 4.84924L14.631 4.88275Z" fill="#EA4335"/>
3
+ <path data-style-override="false" d="M19.2678 6.35299C18.8282 4.7343 17.9258 3.27914 16.671 2.16602L13.987 4.84997C15.1204 5.77601 15.766 7.1711 15.7384 8.63433V9.11076C17.0576 9.11076 18.1272 10.1802 18.1272 11.4994C18.1272 12.8187 17.0576 13.8614 15.7384 13.8614H10.9541L10.4844 14.3713V17.2364L10.9541 17.686H15.7384C19.1698 17.7127 21.9733 14.9795 22 11.5481C22.0162 9.46816 20.9907 7.51828 19.2678 6.35299Z" fill="#4285F4"/>
4
+ <path data-style-override="false" d="M6.17671 17.6848H10.9542V13.8602H6.17671C5.83631 13.8601 5.50665 13.787 5.1971 13.6455L4.51931 13.8535L2.59353 15.7658L2.42578 16.4167C3.50576 17.2321 4.82345 17.6907 6.17671 17.6848Z" fill="#34A853"/>
5
+ <path data-style-override="false" d="M6.17637 5.27934C2.74479 5.29979 -0.0203405 8.09821 0.000112738 11.5296C0.0115425 13.4458 0.906499 15.2496 2.42545 16.4178L5.19677 13.6466C3.99441 13.1034 3.46014 11.6884 4.00335 10.4862C4.54648 9.28395 5.96153 8.74969 7.16371 9.2928C7.69352 9.53213 8.11779 9.95649 8.35713 10.4862L11.1285 7.71502C9.9493 6.17359 8.11711 5.27238 6.17637 5.27934Z" fill="#FBBC05"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.988 12.375c0-1.483.42-2.933 1.21-4.167a7.256 7.256 0 0 1 3.22-2.762 6.892 6.892 0 0 1 4.148-.427c.91.19 1.771.56 2.539 1.086M8.519 9.538a4.815 4.815 0 0 0-2.113-.084 4.907 4.907 0 0 0-1.958.83 5.16 5.16 0 0 0-1.458 1.6 5.406 5.406 0 0 0-.7 2.083 5.475 5.475 0 0 0 .182 2.2c.21.712.561 1.37 1.032 1.928a5.045 5.045 0 0 0 1.7 1.313 4.843 4.843 0 0 0 2.066.467h1.648m4.7-5h7.34m-7.34 0c-.437 0-.792-.373-.792-.833v-3.334c0-.46.355-.833.792-.833h7.34c.437 0 .792.373.792.833v3.334c0 .46-.355.833-.792.833m-7.34 0c-.437 0-.792.373-.792.833v3.334c0 .46.355.833.792.833h7.34c.437 0 .792-.373.792-.833v-3.334c0-.46-.355-.833-.792-.833m-4.375-2.468h-.345m.345 5h-.345" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#326DE6" d="M7 21.384c.306.397.77.616 1.249.616h7.501c.479 0 .943-.236 1.25-.62l4.654-5.969c.306-.397.412-.904.306-1.397l-1.664-7.438a1.61 1.61 0 0 0-.866-1.11l-6.734-3.3A1.517 1.517 0 0 0 12.003 2c-.24 0-.479.054-.693.164L4.574 5.48a1.613 1.613 0 0 0-.864 1.11l-1.664 7.44c-.12.492 0 1 .306 1.397L7 21.383v.001Z"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M18.773 13.611c.14.003.28.014.418.034l.083.019.044.011a.44.44 0 0 1 .296.695.436.436 0 0 1-.49.154h-.005l-.005-.001-.004-.003-.043-.009-.071-.014a3.656 3.656 0 0 1-.392-.152 4.103 4.103 0 0 0-.761-.224.346.346 0 0 0-.244.091 6.593 6.593 0 0 0-.188-.032 5.673 5.673 0 0 1-2.52 3.16c.022.06.046.118.073.175a.342.342 0 0 0-.033.258c.106.242.236.474.388.69.085.112.162.23.234.35l.04.08.017.037a.438.438 0 0 1-.694.526.44.44 0 0 1-.096-.155l-.014-.028a2.176 2.176 0 0 1-.04-.083 3.637 3.637 0 0 1-.127-.4 4.05 4.05 0 0 0-.3-.732.346.346 0 0 0-.223-.136l-.043-.075-.05-.092a5.667 5.667 0 0 1-4.033-.01l-.1.179a.357.357 0 0 0-.189.091 3.037 3.037 0 0 0-.338.783c-.034.136-.076.27-.126.4a1.685 1.685 0 0 1-.036.072l-.018.038a.443.443 0 0 1-.246.26.437.437 0 0 1-.551-.196.44.44 0 0 1 .007-.435l.02-.043.037-.074c.071-.122.149-.238.234-.349a4.24 4.24 0 0 0 .396-.709.431.431 0 0 0-.04-.247l.08-.19a5.674 5.674 0 0 1-2.52-3.137l-.191.033a.486.486 0 0 0-.252-.088 4.12 4.12 0 0 0-.761.222 3.912 3.912 0 0 1-.392.15 1.345 1.345 0 0 1-.071.016l-.043.01h-.004l-.003.003h-.007a.44.44 0 0 1-.567-.499.437.437 0 0 1 .372-.35l.008-.001h.002l.009-.003c.034-.008.077-.02.109-.026a3.73 3.73 0 0 1 .418-.032c.266-.02.529-.062.784-.13a.603.603 0 0 0 .188-.19l.182-.052a5.626 5.626 0 0 1 .893-3.931l-.14-.125a.483.483 0 0 0-.088-.251 4.077 4.077 0 0 0-.65-.456 3.654 3.654 0 0 1-.363-.211l-.069-.055-.021-.018-.006-.004a.461.461 0 0 1-.108-.643.421.421 0 0 1 .348-.153.521.521 0 0 1 .304.114l.032.024.066.053c.102.096.198.199.288.305.179.195.376.374.589.531.08.043.173.051.26.026l.157.111a5.626 5.626 0 0 1 3.645-1.748l.012-.185a.474.474 0 0 0 .141-.225 4.065 4.065 0 0 0-.048-.79 3.661 3.661 0 0 1-.06-.415v-.124a.437.437 0 0 1 .615-.444.44.44 0 0 1 .26.444v.124c-.012.14-.032.278-.06.415a4.073 4.073 0 0 0-.05.79.346.346 0 0 0 .143.218v.01l.01.184A5.739 5.739 0 0 1 16.11 8.57l.166-.118a.48.48 0 0 0 .265-.028c.213-.157.41-.337.589-.533a3.42 3.42 0 0 1 .289-.304l.072-.057.025-.02a.438.438 0 1 1 .544.681l-.034.029c-.022.017-.043.035-.062.048a3.62 3.62 0 0 1-.363.212 4.096 4.096 0 0 0-.65.457.345.345 0 0 0-.082.245l-.072.063-.083.076a5.644 5.644 0 0 1 .91 3.921l.176.052c.044.079.11.144.19.188a4 4 0 0 0 .783.129Zm-7.786-5.554c.153-.035.309-.062.466-.08l-.129 2.285-.011.006a.384.384 0 0 1-.612.294l-.003.002-1.88-1.329a4.522 4.522 0 0 1 2.17-1.178Zm2.312 2.5 1.868-1.32a4.546 4.546 0 0 0-2.618-1.26l.128 2.283h.003a.381.381 0 0 0 .42.365.386.386 0 0 0 .193-.071l.006.003Zm3.211 2.365-2.212-.637-.002-.008a.386.386 0 0 1-.15-.662l-.003-.001 1.707-1.524c.523.848.753 1.842.657 2.832h.003Zm-2.944 1.22.882 2.129a4.497 4.497 0 0 0 1.822-2.283l-2.276-.384-.003.004a.386.386 0 0 0-.423.53l-.002.005Zm-.55 2.722a4.557 4.557 0 0 1-2.467-.126l1.11-2a.391.391 0 0 1 .537-.149.39.39 0 0 1 .143.148h.008l1.113 2.003a4.69 4.69 0 0 1-.444.124ZM9.56 16.26l.873-2.106-.005-.008a.383.383 0 0 0-.425-.529L10 13.614l-2.256.381c.34.935.979 1.732 1.817 2.266Zm-1.423-6.17 1.716 1.53-.002.01a.384.384 0 0 1-.151.66l-.001.007-2.2.633a4.474 4.474 0 0 1 .638-2.84Zm4.214 1.648h-.703l-.438.543.157.68.633.304.631-.303.158-.68-.438-.544Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path
3
+ stroke="#3B444C"
4
+ strokeLinecap="round"
5
+ strokeLinejoin="round"
6
+ strokeWidth="1.5"
7
+ d="M3 5.5h2.5m0 0H8m-2.5 0V3m0 2.5V8M13 20.5h1.5m0 0H16m-1.5 0V19m0 1.5V22m3.5-7h2m0 0h2m-2 0v-2m0 2v2m-6.586-9.243L4.222 16.95a1 1 0 0 0 0 1.414l1.414 1.414a1 1 0 0 0 1.414 0l9.193-9.192m-2.829-2.829 3.536-3.535a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1 0 1.414l-3.535 3.536m-2.829-2.829 2.829 2.829"
8
+ vectorEffect="non-scaling-stroke"
9
+ />
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path d="M8.14664 19H16.2282C20.0698 18.9057 23.0916 15.6773 22.9979 11.8361C22.9042 8.08921 19.9058 5.0964 16.2282 5.00213H8.14664C4.305 4.90787 1.09582 7.94781 1.00212 11.8125C0.908423 15.6773 3.9302 18.8822 7.77185 18.9764C7.88897 19 8.00609 19 8.14664 19ZM16.0408 16.5256H8.31062C5.8276 16.4549 3.88335 14.3576 3.95363 11.8597C4.04733 9.47957 5.94473 7.5472 8.31062 7.4765H16.0408C18.5238 7.40581 20.6086 9.36174 20.6788 11.8597C20.7491 14.3576 18.8049 16.4549 16.3218 16.5256C16.2282 16.5256 16.1345 16.5256 16.0408 16.5256Z" fill="#C74634"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path d="M20.5 8.88879H19.1278L19.109 8.2923C19.0846 7.51248 19.0138 7.0873 18.8177 6.52742C18.5881 5.87257 18.2362 5.31567 17.7437 4.82779C16.685 3.77878 15.2587 3.51792 13.8277 3.51792C13.8277 8.37073 13.7765 13.2259 13.8506 18.0783C13.8525 18.2032 13.8543 18.2734 13.8559 18.2887C13.9338 19.062 14.2863 19.7101 14.7821 20.0253C15.2351 20.3135 15.8143 20.4442 16.6912 20.4442H17.2563C17.2596 20.9629 17.2563 21.4814 17.2563 22H6.74374C6.74374 21.4814 6.74043 20.9629 6.74374 20.4442H7.30881C8.18571 20.4442 8.76487 20.3135 9.21791 20.0253C9.7137 19.7101 10.0662 19.062 10.1442 18.2887C10.1457 18.2734 10.1475 18.2032 10.1494 18.0783C10.2235 13.2259 10.1723 8.37073 10.1723 3.51792C8.74133 3.51792 7.31495 3.77878 6.25627 4.82779C5.76379 5.31567 5.41192 5.87257 5.18231 6.52742C4.98623 7.0873 4.91544 7.51248 4.89097 8.2923L4.87219 8.88879H3.5C3.5 8.88879 3.5002 4.23767 3.5 2H20.5C20.4998 4.23767 20.5 8.88879 20.5 8.88879Z" fill="#D40074"/>
3
+ <path d="M7.70606 15.2591H3.5V11.111H7.70606V15.2591Z" fill="#D40074"/>
4
+ <path d="M20.4745 15.2591H16.2684V11.111H20.4745V15.2591Z" fill="#D40074"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#1DAD70" d="m5.52 14.521 3.96 3.959-4.747 1.725a.73.73 0 0 1-.937-.937L5.52 14.52Zm13.015-.442L9.921 5.465a.73.73 0 0 0-1.202.267L7.322 9.576l7.108 7.108 3.844-1.397a.73.73 0 0 0 .261-1.208Z" opacity=".2"/>
3
+ <path fill="#1DAD70" d="M10.452 4.934a1.482 1.482 0 0 0-2.437.541L3.094 19.011A1.484 1.484 0 0 0 4.478 21c.174-.001.348-.033.511-.094l13.535-4.922a1.48 1.48 0 0 0 .542-2.437l-8.614-8.613Zm-.78 12.676L6.39 14.329l1.234-3.395 5.442 5.442-3.395 1.234Zm-5.157 1.875 1.313-3.6 2.292 2.291-3.605 1.309Zm10.11-3.675L8.19 9.375l1.22-3.363 8.571 8.572-3.355 1.226ZM15 6.75a3.543 3.543 0 0 1 .36-1.46c.497-.993 1.434-1.54 2.64-1.54.628 0 1.031-.215 1.28-.676.13-.258.206-.54.22-.83a.75.75 0 1 1 1.5.006c0 1.206-.799 3-3 3-.628 0-1.031.215-1.28.676-.13.258-.205.54-.22.83A.751.751 0 0 1 15 6.75Zm-2.25-3V1.5a.75.75 0 1 1 1.5 0v2.25a.75.75 0 1 1-1.5 0Zm9.53 7.72a.752.752 0 0 1-.53 1.28.75.75 0 0 1-.53-.22l-1.5-1.5a.75.75 0 0 1 1.06-1.062l1.5 1.501Zm.457-4.008-2.25.75a.75.75 0 0 1-.474-1.424l2.25-.75a.75.75 0 1 1 .474 1.424Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <path d="M12.5 2.5H10C9.72386 2.5 9.5 2.72386 9.5 3V13C9.5 13.2761 9.72386 13.5 10 13.5H12.5C12.7761 13.5 13 13.2761 13 13V3C13 2.72386 12.7761 2.5 12.5 2.5Z" stroke="#000A14" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
3
+ <path d="M6 2.5H3.5C3.22386 2.5 3 2.72386 3 3V13C3 13.2761 3.22386 13.5 3.5 13.5H6C6.27614 13.5 6.5 13.2761 6.5 13V3C6.5 2.72386 6.27614 2.5 6 2.5Z" stroke="#000A14" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#3B444C" d="M5.25 12h-1.5a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5h1.5a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5Zm7.5-4.5h-1.5A1.5 1.5 0 0 0 9.75 9v10.5a1.5 1.5 0 0 0 1.5 1.5h1.5a1.5 1.5 0 0 0 1.5-1.5V9a1.5 1.5 0 0 0-1.5-1.5Z"/>
3
+ <path fill="#3B444C" d="M20.25 3h-1.5a1.5 1.5 0 0 0-1.5 1.5v15a1.5 1.5 0 0 0 1.5 1.5h1.5a1.5 1.5 0 0 0 1.5-1.5v-15a1.5 1.5 0 0 0-1.5-1.5Z" opacity=".4"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 12.004v9.75m0-9.75H7.124m4.874 0h4.876m-4.876 9.75H2.25v-9.75h4.876M12 21.754h9.75v-9.75h-4.874m-9.75 0v3.246m0-3.246h9.75m-9.75 0v-9.75H12m4.876 9.75v3.246m0-3.246v-9.75H12m0 0V5.5" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.764 5.7V4.453c0-.388-.294-.703-.657-.703h-16.2c-.363 0-.657.315-.657.703v15.094c0 .388.294.703.657.703h3.149M2.25 8.4h3.806m12.505 9.71 3.19 3.19m-1.576-7.088a5.513 5.513 0 1 1-11.025 0 5.513 5.513 0 0 1 11.025 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.765 5.7V4.453c0-.388-.294-.703-.657-.703h-16.2c-.363 0-.657.315-.657.703v15.094c0 .388.294.703.657.703h3.149M2.25 8.4h3.806m8.402.6c-5.354 0-7.291 5.25-7.291 5.25s1.937 5.25 7.291 5.25c5.355 0 7.292-5.25 7.292-5.25S19.813 9 14.459 9Zm1.568 5.325c0 .953-.739 1.725-1.591 1.725-.853 0-1.68-.772-1.68-1.725 0-.953.827-1.725 1.68-1.725.852 0 1.59.772 1.59 1.725Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 3v18m5-12 3 3-3 3M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none" viewBox="0 0 36 36">
2
+ <g clip-path="url(#a)">
3
+ <path fill="#FFF5E5" d="M0 6a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
4
+ <path fill="#C58D36" d="M24.304 18.584A5.703 5.703 0 0 1 30 24.292 5.703 5.703 0 0 1 24.304 30a5.703 5.703 0 0 1-5.698-5.708 5.703 5.703 0 0 1 5.698-5.708Zm2.656 3.702a.75.75 0 0 0-1.06.05l-2.282 2.509-.276-.23-.83-.691a.75.75 0 0 0-.96 1.151l.83.692.829.691a.75.75 0 0 0 1.035-.071l2.765-3.041a.75.75 0 0 0-.051-1.06Z"/>
5
+ <path fill="#C58D36" fill-rule="evenodd" d="M15.752 6.29a.75.75 0 0 1 .486 0l8.25 2.829a1.87 1.87 0 0 1 1.253 1.773v4.238c0 .546-.028 1.07-.078 1.575a7.726 7.726 0 0 0-1.36-.122l-.136.002c.048-.465.074-.95.074-1.455v-4.238a.37.37 0 0 0-.239-.354L15.995 7.79 7.99 10.538a.37.37 0 0 0-.239.354v4.238c0 7.79 6.007 10.702 7.913 11.429l.323.117.01.003.009-.003c.197-.067.499-.182.875-.347.133.488.314.956.535 1.4-.396.173-.713.293-.919.363l-.008.004a1.5 1.5 0 0 1-.986 0c-1.51-.515-9.252-3.61-9.252-12.966v-4.238A1.87 1.87 0 0 1 7.502 9.12l8.25-2.829Zm.245 14.26a.75.75 0 0 1 .75.75v.511a.75.75 0 0 1-1.5 0v-.51a.75.75 0 0 1 .75-.75Zm0-8.172a.75.75 0 0 1 .75.75v5.108a.75.75 0 0 1-1.5 0v-5.108a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="a">
9
+ <path fill="#fff" d="M0 0h36v36H0z"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none" viewBox="0 0 36 36">
2
+ <g clip-path="url(#a)">
3
+ <path fill="#FCF3F0" d="M0 6a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
4
+ <path fill="#FF7E5B" d="M24.243 18.465a5.764 5.764 0 0 1 5.76 5.768 5.765 5.765 0 0 1-5.76 5.77 5.765 5.765 0 0 1-5.76-5.77 5.764 5.764 0 0 1 5.76-5.768Zm2.065 3.776a.75.75 0 0 0-1.06 0l-1.004 1.003-1.003-1.003a.75.75 0 0 0-1.06 1.06l1.003 1.004-1.003 1.003a.75.75 0 0 0 1.06 1.06l1.003-1.003 1.003 1.003a.75.75 0 0 0 1.06-1.06l-1.002-1.003 1.003-1.003a.75.75 0 0 0 0-1.06Z"/>
5
+ <path fill="#FF7E5B" d="M15.722 6.01a.753.753 0 0 1 .366.03l8.34 2.86a1.88 1.88 0 0 1 1.261 1.784v4.284c0 .559-.029 1.096-.08 1.611a7.792 7.792 0 0 0-1.365-.122l-.132.003a14.4 14.4 0 0 0 .078-1.492v-4.284a.382.382 0 0 0-.248-.366l-8.097-2.775-8.098 2.775a.381.381 0 0 0-.247.366v4.284l.005.39c.196 7.585 6.103 10.444 8 11.167l.328.12.008.003h.008l.007-.003c.203-.07.516-.188.906-.36.133.487.312.957.534 1.401-.414.182-.744.306-.955.378h-.001a1.51 1.51 0 0 1-.991 0c-1.5-.512-9.106-3.549-9.343-12.658L6 14.968v-4.284a1.88 1.88 0 0 1 1.26-1.785l8.342-2.859.12-.03Zm.124 14.443a.75.75 0 0 1 .75.75v.517a.75.75 0 0 1-1.5 0v-.517a.75.75 0 0 1 .75-.75Zm0-8.259a.75.75 0 0 1 .75.75v5.162a.75.75 0 0 1-1.5 0v-5.162a.75.75 0 0 1 .75-.75Z"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="a">
9
+ <path fill="#fff" d="M0 0h36v36H0z"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.47" d="M20.028 6.058c0-.453-.297-.856-.737-1L11.14 2.4 2.987 5.06c-.44.143-.737.546-.737 1v3.983c0 8.301 7.203 11.051 8.64 11.518a.783.783 0 0 0 .497 0M8.123 10.042h2.34m-2.34 3.306h.47m6.701 4.754H12.81a.423.423 0 0 1-.293-.117.39.39 0 0 1-.121-.281v-2.221a.384.384 0 0 1 .12-.281l6.214-5.965a.423.423 0 0 1 .586 0l2.314 2.221a.39.39 0 0 1 0 .562l-6.335 6.082Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.535" d="M19.666 13.451c-1.458 5.396-6.24 7.337-7.33 7.715a.654.654 0 0 1-.444 0c-1.09-.378-5.872-2.32-7.33-7.715M20.09 9.938v-3.64c0-.435-.267-.82-.661-.958l-7.314-2.55-7.313 2.55a1.006 1.006 0 0 0-.661.959v3.64M2.25 13.45h19.499" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <rect width="24" height="24" fill="#FDE7E7" rx="6"/>
3
+ <path fill="#F33E3E" d="m18.25 5.125-6.25-2-6.25 2a1.25 1.25 0 0 0-1.25 1.25v4.375c0 4.119 1.994 6.615 3.666 7.984 1.802 1.473 3.594 1.974 3.672 1.994.108.03.221.03.328 0 .079-.02 1.868-.521 3.672-1.994 1.668-1.37 3.662-3.865 3.662-7.984V6.375a1.25 1.25 0 0 0-1.25-1.25ZM11.375 8.5a.625.625 0 1 1 1.25 0v4.125a.624.624 0 1 1-1.25 0V8.5ZM12 16.375a.937.937 0 1 1 0-1.875.937.937 0 0 1 0 1.875Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.92 7.13a.714.714 0 0 1 .102.368V9.75m-.101-2.62a.736.736 0 0 0-.276-.267l-4.073-2.26M19.92 7.13 11.224 12m-.088 9.75a.749.749 0 0 1-.363-.094l-8.146-4.518a.737.737 0 0 1-.377-.636V7.498a.722.722 0 0 1 .377-.636l8.146-4.518a.75.75 0 0 1 .726 0l4.073 2.259M11.136 21.75a.748.748 0 0 0 .363-.094l2.037-1.13m-2.4 1.224.044-4.875.044-4.875m0 0L6.788 9.564M2.353 7.128l4.435 2.436m8.784-4.961-8.784 4.96m0 0-.062 3.405m11.815 3.517v-.361m0 .361a.354.354 0 0 1-.268-.123m.268.123a.35.35 0 0 0 .147-.032m.21-.33a.364.364 0 0 0-.086-.235m.086.236h-.357m.357 0a.363.363 0 0 1-.09.238m-.267-.6c.108 0 .205.049.27.126m-.27-.126v.362m0-.362c-.05 0-.097.01-.14.029m-.216.333h.356m-.356 0c0-.098.038-.187.1-.252m-.1.252c0 .041.007.081.02.119m.607-.355-.27.236m0 0-.269.238m.268-.238-.256-.252m.256.252.268.238m-.268-.238-.337.119m.337-.12-.14-.332m.14.333.147.329m-.415-.09a.365.365 0 0 1-.069-.12m.081-.371a.357.357 0 0 1 .116-.081m.408.571a.357.357 0 0 1-.12.091m3.061 1.34v-3.34a.273.273 0 0 0-.136-.235l-2.942-1.676a.265.265 0 0 0-.262 0l-2.941 1.676a.268.268 0 0 0-.137.236v3.34a.273.273 0 0 0 .137.235l2.941 1.676a.265.265 0 0 0 .262 0l2.942-1.676a.27.27 0 0 0 .136-.236Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
2
+ <path d="M3.5 2L9.5 6L3.5 10" stroke="#1D2730" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 21h19.5m-1.234 0V3.783a.808.808 0 0 0-.216-.554.717.717 0 0 0-.52-.229h-8.85a.716.716 0 0 0-.521.23.808.808 0 0 0-.216.553m4.637 3.13h2.95m-1.475 6.26h2.95m-5.474 3.914h2.311m-7.373-2.944c1.864 0 3.375-1.535 3.375-3.429 0-1.893-1.511-3.428-3.375-3.428S5.344 8.82 5.344 10.714s1.51 3.429 3.375 3.429Zm0 0c2.796 0 5.062 2.302 5.062 5.143V21M8.72 14.143c-2.796 0-5.063 2.302-5.063 5.143V21" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21.75 5.25-9 9L9 10.5l-6.75 6.75m19.5-12v6m0-6h-6" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 16.5v.5m0-7.5v4m-1.298-9.751L2.454 17.998a1.5 1.5 0 0 0 1.298 2.251h16.496a1.5 1.5 0 0 0 1.298-2.251l-8.248-14.25a1.5 1.5 0 0 0-2.596 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,33 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="250" height="200" fill="none" viewBox="0 0 250 200">
2
+ <ellipse cx="187" cy="168" fill="#000A14" fill-opacity=".05" rx="30" ry="4"/>
3
+ <rect width="72" height="60" x="151" y="76" fill="#FDBF00" rx="4"/>
4
+ <path fill="#FFDA2D" d="M161 84a4 4 0 0 1 4-4h12.31a2 2 0 0 1 1.233.425l10.414 8.15a2 2 0 0 0 1.233.425H223v43a4 4 0 0 1-4 4h-54a4 4 0 0 1-4-4V84Z"/>
5
+ <path fill="#fff" d="M167 125h24v5h-24z"/>
6
+ <rect width="15" height="2" x="203" y="94" fill="#FDBF00" rx="1"/>
7
+ <rect width="21" height="2" x="197" y="99" fill="#FDBF00" rx="1"/>
8
+ <path fill="#80AEF2" d="M55.877 189.887c0-.113 1.132-3.227 2.49-6.963l2.491-6.792 6.34-.17 6.283-.17 2.717 2.264c2.264 1.925 12.557 7.406 13.868 8.151.875.497 2.028 1.762 3.46 3.793-25.1-.038-37.649-.075-37.649-.113Z"/>
9
+ <path fill="#94BBF8" d="M22.943 189.887c0-.113 1.133-3.227 2.491-6.963l2.49-6.792 6.34-.17 6.283-.17 2.718 2.264c2.264 1.925 12.556 7.406 13.868 8.151.874.497 2.027 1.762 3.46 3.793-25.1-.038-37.65-.075-37.65-.113Z"/>
10
+ <path fill="#1D225F" d="M65.785 109.936c1.07 3.098 1.792 5.787 2.166 8.065.374 2.279 2.47 21.742 6.292 58.39H56.6c-1.417-2.569-2.126-4.374-2.126-5.414 0-1.561.897-3.699.897-5.955 0-1.504-1.997-6.696-5.991-15.575l3.858-38.614 12.547-.897Z"/>
11
+ <path fill="url(#a)" fill-rule="evenodd" d="M41.151 176.391h-16.48c-.391-1.359-.776-3.193-1.152-5.502-.736-4.698-.176-7.811 2.994-14.264 3.17-6.397 4.774-9.885 4.774-13.508.057-5.66 1.2-11.104 4.2-16.991 2.32-4.642 3.43-4.992 3.656-7.822l.412-6.086h20.684c.503 1.407.684 3.999.54 7.777-.142 3.778-6.685 22.577-19.628 56.396Z" clip-rule="evenodd"/>
12
+ <path fill="#98BDF9" d="m85.69 52.019 16.526-20.442h19.815L104.917 52.02H85.69Z"/>
13
+ <path fill="#2174DB" d="M107.476 29.022a2.555 2.555 0 0 1 2.549 2.38l.006.175h-.568a1.987 1.987 0 1 0-2.15 1.98l.163.008v.567a2.555 2.555 0 0 1 0-5.11Zm6.814 0a2.555 2.555 0 0 1 2.549 2.38l.006.175h-.568a1.987 1.987 0 1 0-2.15 1.98l.163.008v.567a2.555 2.555 0 1 1 0-5.11Z"/>
14
+ <path fill="#F3A29D" d="M84.25 55.955c2.754-.944 5.45-2.256 8.087-3.936h6.743c-2.33 2.129-3.897 3.637-4.701 4.523-.805.887-2.462 2.59-4.974 5.11-1.07 5.672-2.211 8.055-3.422 7.148-1.815-1.36-7.79-10.694-1.734-12.845Z"/>
15
+ <path fill="#FAB6AF" d="M87.96 61.671c4.282-1.636 7.045-2.803 8.29-3.5 1.472-.85 2.038-1.642 3.736-5.208.226-.453.679-2.32 1.075-4.075.906-4.472 2.378-4.246 2.491.34.057 1.244.34 2.377.679 2.49.283.113 1.925-1.472 3.566-3.51 1.642-2.038 3.227-3.679 3.51-3.679.679 0 .679 5.208-.057 7.019-.283.85-4.641 5.604-9.679 10.642-3.359 3.358-8.274 7.917-14.746 13.677l1.136-14.196Z"/>
16
+ <path fill="#F3A29D" d="M68.656 37.255c.757-3.028 1.514-4.92 2.27-5.678-1.135-1.136-2.27-2.271-4.542-3.407-.757 1.514-2.27 3.028-4.542 4.543 0 2.271.757 3.785 2.271 4.542 1.514.757 3.028.757 4.543 0Z"/>
17
+ <path fill="url(#b)" d="M39.929 113.021c-2.321-.17-6.114-.962-8.321-1.698l-4.132-1.359-.114-4.245c-.283-11.717.566-20.265 3.227-31.19 3.623-15 14.038-30.34 26.66-39.34 4.869-3.51 4.982-3.51 6.397-1.132.623 1.132 1.925 2.264 2.83 2.604l2.121.583c-2.99 28.777-1.834 52.63 3.466 71.556-1.136 1.136-1.91 1.651-2.756 2.013-1.02.397-2.321.793-3 .849-.68.057-2.944.51-5.151 1.019-4.133.906-13.133 1.076-21.227.34Z"/>
18
+ <path fill="#D6D7D8" fill-rule="evenodd" d="m84.25 55.955 1.734 11.1-19.6 2.595 1.086-15.36c2.102 1.702 4.263 2.724 6.484 3.065 2.222.34 5.654-.126 10.296-1.4Z" clip-rule="evenodd"/>
19
+ <path fill="#E9E9E9" d="m87.961 61.672 4.812 22.712c-.558 1.136-1.973 1.893-4.244 2.271-5.11.568-10.22-1.703-16.467-1.703-6.246 0-5.977 3.975-15.062.568-6.056-2.271-8.517-12.492-7.381-30.662l17.716-1.697c-.076 5.673.643 9.078 2.157 10.214 1.484 1.113 7.428.59 17.83-1.57l.64-.133Z"/>
20
+ <path fill="#FAB6AF" d="M80.16 17.305c1.05 1.491 1.46 3.47 1.229 5.936-.06.643-.368.866-.368 2.014 0 1.1.069 2.46.207 4.08l-2.273.158c-2.181 2.366-4.49 3.415-6.924 3.146-2.434-.269-4.172-1.318-5.212-3.146-2.138-3.949-1.59-7.306 1.645-10.071 3.235-2.766 7.133-3.471 11.696-2.117Z"/>
21
+ <path fill="#E94A47" fill-rule="evenodd" d="M69.7 10c2.55 0 5.61.998 7.845 2.689 2.234 1.69 3.773 2.964 4.465 5.002.46 1.358.243 3.252-.652 5.683.127-2.301-.047-3.579-.522-3.833-.658 1.622-1.566 1.95-2.653 2.734-.609.44-2.74.509-4.826.88-2.579 1.69-4.222 3.27-4.775 4.77-.44 1.196-.395 2.559.145 4.099l.123.332-.529.207c-.701-1.799-.795-3.413-.272-4.833.512-1.39 1.815-2.785 3.82-4.24-1.068.3-2.012.74-2.584 1.421-1.255 1.498-1.99 3.695-2.204 6.591-2.714-.49-5.206-1.407-7.475-2.747-2.269-1.341-4.362-3.135-6.279-5.381.39-.82.887-1.496 1.494-2.031.658-.582 1.898-1.088 3.109-1.79l-.064.022-1.181.394c-1.237.416-1.92.699-2.351 1.012-.814.59-1.236 1.251-1.288 1.994l-.005.188-.568.006c-.012-1.019.506-1.907 1.527-2.648.42-.304.995-.563 1.947-.899l1.722-.58.6-.208a14.213 14.213 0 0 0 1.412-.573c1.272-1.373 2.13-3.897 4.012-5.572C65.771 10.839 67.151 10 69.7 10Z" clip-rule="evenodd"/>
22
+ <path fill="#222768" d="M74.327 23.322c.585-1.61 2.128-2.55 3.469-2.061 1.041.379 1.622 1.495 1.556 2.729a3.95 3.95 0 0 1 .97-.134l.204.008c.25.019.457.054.624.11.502-1.246 1.676-1.984 2.698-1.612 1.05.383 1.47 1.769.993 3.081s-1.69 2.104-2.741 1.721c-.935-.34-1.371-1.475-1.12-2.646a1.96 1.96 0 0 0-.497-.088c-.328-.025-.724.028-1.187.161l-.03.01a3.86 3.86 0 0 1-.137.468c-.586 1.61-2.129 2.55-3.47 2.061-1.34-.488-1.918-2.2-1.332-3.808Zm9.326-.426c-.717-.261-1.633.336-2.013 1.382-.38 1.045-.063 2.092.654 2.353.717.26 1.633-.337 2.014-1.382.38-1.046.063-2.092-.655-2.353Zm-6.051-1.102c-1.017-.37-2.255.384-2.742 1.722-.487 1.337-.023 2.71.994 3.08 1.016.37 2.254-.383 2.741-1.72.487-1.338.023-2.712-.993-3.082Z"/>
23
+ <defs>
24
+ <linearGradient id="a" x1="43.912" x2="29.088" y1="112.218" y2="174.104" gradientUnits="userSpaceOnUse">
25
+ <stop stop-color="#2A318C"/>
26
+ <stop offset="1" stop-color="#1D225F"/>
27
+ </linearGradient>
28
+ <linearGradient id="b" x1="49.687" x2="49.687" y1="32.395" y2="113.481" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#EEE"/>
30
+ <stop offset="1" stop-color="#D6D7D8"/>
31
+ </linearGradient>
32
+ </defs>
33
+ </svg>