@devtron-labs/devtron-fe-common-lib 1.13.0-redfish-preview-beta-1 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@common-rjsf-CWkKRfHL.js → @code-editor-YS-brIXD.js} +15167 -14664
- package/dist/@common-rjsf--YchCFEp.js +617 -0
- package/dist/{@framer-motion-BL6-Hrrc.js → @framer-motion-eB9Rj-_8.js} +1 -1
- package/dist/{@react-dates-CIHHgq4p.js → @react-dates-CJpoumtu.js} +14 -14
- package/dist/{@react-select-BVKpsqGO.js → @react-select-CUbAbK6L.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-CjKfeUxB.js → @react-virtualized-sticky-tree-Ckb5S1RC.js} +1 -1
- package/dist/{@vendor-CekuMgQx.js → @vendor-4cEd9dja.js} +45804 -45814
- package/dist/Common/Checkbox/Checkbox.d.ts +2 -0
- package/dist/Common/Checkbox/index.d.ts +1 -0
- package/dist/Common/Common.service.d.ts +2 -2
- package/dist/Common/Constants.d.ts +2 -2
- package/dist/Common/Drawer/index.d.ts +1 -0
- package/dist/Common/EmptyState/index.d.ts +2 -0
- package/dist/Common/Helper.d.ts +5 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/Toggle/Toggle.d.ts +4 -1
- package/dist/Common/Types.d.ts +2 -0
- package/dist/Common/index.d.ts +2 -3
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +8 -0
- package/dist/Pages/GlobalConfigurations/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
- package/dist/Pages/ResourceBrowser/types.d.ts +38 -0
- package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +1 -2
- package/dist/Shared/Components/ActionMenu/ActionMenuItem.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/index.d.ts +2 -2
- package/dist/Shared/Components/ActionMenu/types.d.ts +88 -11
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +275 -0
- package/dist/Shared/Components/ActionMenu/utils.d.ts +7 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +2 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/constants.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/index.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/service.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/types.d.ts +84 -0
- package/dist/Shared/Components/AppStatusModal/utils.d.ts +8 -0
- package/dist/Shared/Components/Button/types.d.ts +3 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusDetailRow.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/LogStageAccordion.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/constants.d.ts +1 -0
- package/dist/Shared/Components/CICDHistory/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/service.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/types.d.ts +11 -77
- package/dist/Shared/Components/CICDHistory/utils.d.ts +7 -3
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +10 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/index.d.ts +3 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +22 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +20 -0
- package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
- package/dist/Shared/Components/Error/types.d.ts +4 -0
- package/dist/Shared/Components/Error/utils.d.ts +1 -0
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
- package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -3
- package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +10 -0
- package/dist/Shared/Components/Header/HeaderWithCreateButton/utils.d.ts +2 -0
- package/dist/Shared/Components/Header/HelpButton.d.ts +2 -0
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/constants.d.ts +5 -4
- package/dist/Shared/Components/Header/types.d.ts +15 -10
- package/dist/Shared/Components/Header/utils.d.ts +5 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +35 -1
- package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
- package/dist/Shared/Components/Icon/types.d.ts +30 -8
- package/dist/Shared/Components/InfoBlock/constants.d.ts +2 -2
- package/dist/Shared/Components/InfoBlock/types.d.ts +2 -2
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/License/index.d.ts +1 -1
- package/dist/Shared/Components/License/utils.d.ts +2 -1
- package/dist/Shared/Components/LoginBanner/Testimonials.components.d.ts +3 -0
- package/dist/Shared/Components/LoginBanner/index.d.ts +2 -0
- package/dist/Shared/Components/Popover/Popover.component.d.ts +8 -0
- package/dist/Shared/Components/Popover/index.d.ts +3 -0
- package/dist/Shared/Components/Popover/types.d.ts +105 -0
- package/dist/Shared/Components/Popover/usePopover.hook.d.ts +2 -0
- package/dist/Shared/Components/Popover/utils.d.ts +92 -0
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/common.d.ts +2 -0
- package/dist/Shared/Components/SelectPicker/index.d.ts +1 -0
- package/dist/Shared/Components/SelectPicker/type.d.ts +4 -0
- package/dist/Shared/Components/StatusComponent/types.d.ts +2 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +33 -7
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformListTooltip.d.ts +1 -1
- package/dist/Shared/Components/TargetPlatforms/types.d.ts +1 -2
- package/dist/Shared/Components/index.d.ts +2 -2
- package/dist/Shared/Helpers.d.ts +2 -2
- package/dist/Shared/Providers/index.d.ts +1 -1
- package/dist/Shared/Providers/types.d.ts +11 -1
- package/dist/Shared/constants.d.ts +18 -24
- package/dist/Shared/types.d.ts +110 -2
- package/dist/assets/@code-editor.css +1 -0
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/ic-amazon-eks.13404569.svg +5 -0
- package/dist/assets/ic-arrow-square-out.59bb549a.svg +3 -0
- package/dist/assets/ic-azure-aks.a9e437d5.svg +46 -0
- package/dist/assets/{ic-timeout-red.5eda1010.svg → ic-bulk-check.0f698efa.svg} +4 -4
- package/dist/assets/ic-bulk-check.99e92f7a.svg +21 -0
- package/dist/assets/ic-caret-down-small.7c4f88bf.svg +3 -0
- package/dist/assets/ic-caret-right.0ff813c2.svg +3 -0
- package/dist/assets/ic-celebration.77350694.svg +238 -0
- package/dist/assets/ic-chat-circle-online.51348da5.svg +4 -0
- package/dist/assets/{ic-medal.a2e911f5.svg → ic-checkbox-hover.0151d832.svg} +4 -3
- package/dist/assets/{ic-k8s-job.f4414c10.svg → ic-checkbox-hover.93e8d66a.svg} +4 -3
- package/dist/assets/ic-checkbox-intermediate.24c6d21d.svg +22 -0
- package/dist/assets/ic-checkbox-intermediate.2a2d6c49.svg +22 -0
- package/dist/assets/ic-checkbox-selected.47444fab.svg +20 -0
- package/dist/assets/ic-checkbox-selected.c5539d6f.svg +20 -0
- package/dist/assets/{ic-check-grey.f556e371.svg → ic-checkbox-unselected.8054e3d7.svg} +2 -4
- package/dist/assets/ic-checkbox-unselected.ab91cdba.svg +19 -0
- package/dist/assets/ic-cloud-vms.27ea954e.svg +5 -0
- package/dist/assets/ic-cluster.71ba9e26.svg +3 -0
- package/dist/assets/ic-delete-dots.5380e0d0.svg +62 -0
- package/dist/assets/ic-disconnect.2ad261fc.svg +3 -0
- package/dist/assets/ic-discord-fill.103b579a.svg +3 -0
- package/dist/assets/ic-edit.3249ed32.svg +3 -0
- package/dist/assets/ic-enterprise-feat.5ee25d5b.svg +3 -0
- package/dist/assets/ic-enterprise-tag.209dd129.svg +43 -0
- package/dist/assets/ic-expand-right-sm.9b347d49.svg +3 -0
- package/dist/assets/ic-expand-sm.a9a724f8.svg +3 -0
- package/dist/assets/ic-file-edit.96a172c7.svg +3 -0
- package/dist/assets/ic-file.c3c45e13.svg +3 -0
- package/dist/assets/ic-files.b0ebea46.svg +3 -0
- package/dist/assets/ic-gift-gradient.7690a246.svg +9 -0
- package/dist/assets/ic-gift.9b048fc7.svg +3 -0
- package/dist/assets/ic-gitlab.ac331d67.svg +31 -0
- package/dist/assets/ic-google-gke.07314724.svg +9 -0
- package/dist/assets/ic-install.28c3beec.svg +3 -0
- package/dist/assets/ic-k3s.7f4bf72d.svg +3 -0
- package/dist/assets/ic-kind.bd8ee992.svg +9 -0
- package/dist/assets/ic-laptop.485e21b4.svg +3 -0
- package/dist/assets/ic-man-on-rocket.7f67e914.svg +94 -0
- package/dist/assets/ic-megaphone-left.6b2a00b7.svg +3 -0
- package/dist/assets/ic-megaphone-right.9d6bcd36.svg +3 -0
- package/dist/assets/ic-minikube.d9ff1575.svg +9 -0
- package/dist/assets/ic-mobile.7c649251.svg +4 -0
- package/dist/assets/ic-path.d4fef3b0.svg +3 -0
- package/dist/assets/ic-sparkle-color.01c0be88.svg +1 -0
- package/dist/assets/ic-ubuntu.fa47508f.svg +4 -0
- package/dist/assets/ic-user-circle.7d7152fa.svg +3 -0
- package/dist/assets/ic-wifi-slash.d0390749.svg +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +881 -850
- package/package.json +1 -1
- package/dist/Common/Checkbox.d.ts +0 -5
- package/dist/Shared/Components/ActionMenu/ActionMenuOption.d.ts +0 -3
- package/dist/Shared/Components/AnnouncementBanner/AnnouncementBanner.d.ts +0 -6
- package/dist/Shared/Components/AnnouncementBanner/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/ErrorInfoStatusBar.d.ts +0 -2
- package/dist/Shared/Components/EnterpriseTag/EnterpriseTag.component.d.ts +0 -2
- package/dist/Shared/Components/EnterpriseTag/index.d.ts +0 -1
- package/dist/Shared/Components/Header/HelpNav.d.ts +0 -3
- package/dist/assets/ic-charts.f41e185f.svg +0 -19
- package/dist/assets/ic-chat-circle-dots.e15514f8.svg +0 -23
- package/dist/assets/ic-disconnected.551d6161.svg +0 -29
- package/dist/assets/ic-discord-fill.1a1b291d.svg +0 -19
- package/dist/assets/ic-feedback.d32fa6b0.svg +0 -19
- package/dist/assets/ic-files.fc290dee.svg +0 -19
- package/dist/assets/ic-login-devtron-logo.702a1d04.svg +0 -22
- package/dist/assets/ic-megaphone.b9f9a901.svg +0 -19
- package/dist/assets/ic-onboarding.c98f9ef9.svg +0 -19
@@ -0,0 +1,22 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
18
|
+
<rect width="18" height="18" x="3" y="3" fill="#fff" rx="4"/>
|
19
|
+
<rect width="18" height="18" x="3" y="3" stroke="#ABCFF3" rx="4" vector-effect="non-scaling-stroke"/>
|
20
|
+
<rect width="18" height="18" x="3" y="3" fill="#06C" rx="4"/>
|
21
|
+
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h8" vector-effect="non-scaling-stroke"/>
|
22
|
+
</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 xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
18
|
+
<rect width="18" height="18" x="3" y="3" fill="#0D0F1C" rx="4"/>
|
19
|
+
<rect width="18" height="18" x="3" y="3" stroke="#2E4866" rx="4" vector-effect="non-scaling-stroke"/>
|
20
|
+
<rect width="18" height="18" x="3" y="3" fill="#74B5FF" rx="4"/>
|
21
|
+
<path stroke="#0D0F1C" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h8" vector-effect="non-scaling-stroke"/>
|
22
|
+
</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
|
+
<rect width="18" height="18" x="3" y="3" fill="#74B5FF" rx="4"/>
|
19
|
+
<path stroke="#0D0F1C" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.813 8.938-6.125 6.124L7.624 12" vector-effect="non-scaling-stroke"/>
|
20
|
+
</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
|
+
<rect width="18" height="18" x="3" y="3" fill="#06C" rx="4"/>
|
19
|
+
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.813 8.938-6.125 6.124L7.624 12" vector-effect="non-scaling-stroke"/>
|
20
|
+
</svg>
|
@@ -14,8 +14,6 @@
|
|
14
14
|
- limitations under the License.
|
15
15
|
-->
|
16
16
|
|
17
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
18
|
-
|
19
|
-
<path stroke="#B1B7BC" stroke-linecap="round" class="stroke-color" stroke-linejoin="round" stroke-width="2" d="M3.898 12.564l4.95 4.95L19.455 6.906"/>
|
20
|
-
</g>
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
18
|
+
<rect width="16.5" height="16.5" x="3.75" y="3.75" fill="#000A14" fill-opacity=".02" stroke="#959BA1" stroke-width="1.5" rx="3.25" vector-effect="non-scaling-stroke"/>
|
21
19
|
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
18
|
+
<rect width="16.5" height="16.5" x="3.75" y="3.75" fill="#000A14" fill-opacity=".2" stroke="#61676F" stroke-width="1.5" rx="3.25" vector-effect="non-scaling-stroke"/>
|
19
|
+
</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
|
+
<path fill="#06C" d="M16.714 9.974H7.286a.197.197 0 0 0-.197.196v9.87c0 .109.089.197.197.197h9.428a.197.197 0 0 0 .197-.196v-9.87a.197.197 0 0 0-.197-.197Zm-8.053 1.571h6.678v2.873H8.661v-2.873Zm6.678 7.12H8.661v-2.872h6.678v2.873Z"/>
|
3
|
+
<path fill="#06C" d="M9.84 17.389a.786.786 0 1 0 1.57 0 .786.786 0 0 0-1.57 0Zm0-4.37a.786.786 0 1 0 1.57 0 .786.786 0 0 0-1.57 0Z"/>
|
4
|
+
<path fill="#06C" d="M19.351 8.08C18.227 5.112 15.361 3 12.005 3a7.858 7.858 0 0 0-7.346 5.078A4.92 4.92 0 0 0 1 12.86c.015 2.563 2.004 4.648 4.508 4.871a.197.197 0 0 0 .214-.196v-1.483a.196.196 0 0 0-.172-.194 3.062 3.062 0 0 1-1.77-.848 3.026 3.026 0 0 1-.914-2.175c0-.687.224-1.336.643-1.876a3.06 3.06 0 0 1 1.623-1.073l.931-.245.341-.901a6.042 6.042 0 0 1 2.163-2.787 5.945 5.945 0 0 1 3.438-1.085 5.986 5.986 0 0 1 4.724 2.315c.37.474.665 1 .877 1.559l.338.899.928.245a3.05 3.05 0 0 1 1.349 5.122 3.056 3.056 0 0 1-1.766.847.194.194 0 0 0-.17.194v1.486a.2.2 0 0 0 .217.196c2.497-.226 4.48-2.308 4.498-4.866a4.919 4.919 0 0 0-3.65-4.785Z"/>
|
5
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" vector-effect="non-scaling-effect">
|
2
|
+
<path d="M13.6084 8.75V4.58333L9.99998 2.5L6.39154 4.58333V8.75M13.6084 8.75L9.99998 10.8333M13.6084 8.75L17.2167 10.8333V15L13.6083 17.0833L10.0001 15M9.99998 10.8333L6.39154 8.75M9.99998 10.8333L10.0001 15M6.39154 8.75L2.7832 10.8333V15L6.39164 17.0833L10.0001 15" fill="none" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
3
|
+
</svg>
|
@@ -0,0 +1,62 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<style>
|
3
|
+
@keyframes move-02 {
|
4
|
+
0%,
|
5
|
+
10%,
|
6
|
+
to {
|
7
|
+
transform: translateX(-4px);
|
8
|
+
}
|
9
|
+
20%,
|
10
|
+
90% {
|
11
|
+
transform: translateX(0);
|
12
|
+
}
|
13
|
+
}
|
14
|
+
@keyframes move-03 {
|
15
|
+
0%,
|
16
|
+
10%,
|
17
|
+
to {
|
18
|
+
transform: translateX(-8px);
|
19
|
+
}
|
20
|
+
20%,
|
21
|
+
25%,
|
22
|
+
90% {
|
23
|
+
transform: translateX(-4px);
|
24
|
+
}
|
25
|
+
30%,
|
26
|
+
80% {
|
27
|
+
transform: translateX(0);
|
28
|
+
}
|
29
|
+
}
|
30
|
+
</style>
|
31
|
+
<path
|
32
|
+
d="M3 6h2m0 0h16M5 6v14a2 2 0 0 0 2 2h6M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-6 5v4m4-4v4m5-9v9"
|
33
|
+
stroke="#3B444C"
|
34
|
+
stroke-width="1.5"
|
35
|
+
stroke-linecap="round"
|
36
|
+
stroke-linejoin="round"
|
37
|
+
/>
|
38
|
+
<path
|
39
|
+
class="dot-01"
|
40
|
+
d="M15 18.5v.5"
|
41
|
+
stroke="#3B444C"
|
42
|
+
stroke-width="1.5"
|
43
|
+
stroke-linecap="round"
|
44
|
+
stroke-linejoin="round"
|
45
|
+
/>
|
46
|
+
<path
|
47
|
+
d="M19 18.5v.5"
|
48
|
+
stroke="#3B444C"
|
49
|
+
stroke-width="1.5"
|
50
|
+
stroke-linecap="round"
|
51
|
+
stroke-linejoin="round"
|
52
|
+
style="animation: move-02 3s infinite linear"
|
53
|
+
/>
|
54
|
+
<path
|
55
|
+
d="M23 18.5v.5"
|
56
|
+
stroke="#3B444C"
|
57
|
+
stroke-width="1.5"
|
58
|
+
stroke-linecap="round"
|
59
|
+
stroke-linejoin="round"
|
60
|
+
style="animation: move-03 3s infinite linear"
|
61
|
+
/>
|
62
|
+
</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 fill-rule="evenodd" clip-rule="evenodd" d="M16.1558 2.01314C17.0863 2.13825 17.5633 3.24858 17.0081 3.99141C16.883 4.15562 16.0385 5.03138 15.1315 5.93841C14.2244 6.83763 13.4816 7.61173 13.4816 7.65865C13.4816 7.7603 16.0776 10.3563 16.1792 10.3563C16.2183 10.3563 17.0785 9.53528 18.095 8.52659C19.6666 6.95492 19.9716 6.68906 20.2296 6.64215C21.2461 6.45448 22.0359 7.3537 21.6918 8.29983C21.6449 8.41712 20.777 9.34761 19.7683 10.3563L17.9386 12.1938L18.4937 12.7412C19.0958 13.3276 19.2679 13.6326 19.2679 14.0705C19.2679 14.4927 19.1271 14.696 18.181 15.6343C17.704 16.1035 17.313 16.5257 17.313 16.5726C17.313 16.6117 18.267 17.6048 19.4321 18.7777L21.5589 20.9045L21.512 21.2407C21.426 21.8897 20.7848 22.2025 20.2453 21.8584C20.1187 21.7767 18.0146 19.6943 15.2779 16.9616L14.4393 16.1237C14.0594 15.7438 13.6706 15.3548 13.2761 14.9598L12.6806 14.3632C12.3811 14.0631 12.0793 13.7605 11.7765 13.4569L11.1702 12.8485C6.61934 8.28058 2.05799 3.66801 2.02636 3.56917C1.94817 3.28768 2.04982 2.89671 2.25312 2.70123C2.47988 2.49011 2.91776 2.41192 3.16016 2.53703C3.23165 2.57873 3.80698 3.13335 4.55414 3.8758L5.14155 4.46278C5.19232 4.51378 5.24343 4.5652 5.29482 4.61695L7.24964 6.61087L8.23486 5.63346C9.04807 4.83589 9.27483 4.65605 9.51722 4.60914C10.0333 4.50748 10.4008 4.67951 11.0654 5.32851L11.6597 5.90713L13.4034 4.1087C15.2957 2.15388 15.5772 1.93494 16.1558 2.01314ZM4.73183 17.3624L6.46771 19.0982L5.57631 20.0444C5.07588 20.5761 4.59108 21.0218 4.45816 21.0687C4.15321 21.1703 3.80134 21.1625 3.51203 21.0374C3.18362 20.8967 2.86303 20.4979 2.80047 20.1538C2.69882 19.63 2.8943 19.2859 3.84825 18.285L4.73183 17.3624ZM5.3261 9.61347L9.79872 14.0705L14.2713 18.5274L14.0524 18.6213C13.3643 18.9028 11.777 19.0748 10.9012 18.9575C8.16449 18.6134 5.98291 16.7994 5.15407 14.1877C4.77093 12.9914 4.8022 11.1304 5.22445 9.91842L5.3261 9.61347Z" fill="#3B444C"/>
|
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 fill="#3B444C" d="M18.942 5.27A16.54 16.54 0 0 0 14.816 4c-.195.349-.372.707-.529 1.074a15.365 15.365 0 0 0-4.579 0A11.383 11.383 0 0 0 9.179 4c-1.425.243-2.813.67-4.129 1.273-2.611 3.863-3.319 7.63-2.965 11.345a16.622 16.622 0 0 0 5.06 2.54c.41-.551.773-1.136 1.084-1.748a10.768 10.768 0 0 1-1.706-.814c.143-.104.283-.211.418-.315a11.887 11.887 0 0 0 10.118 0c.137.112.277.219.418.315a10.81 10.81 0 0 1-1.71.816c.312.612.674 1.196 1.084 1.746a16.555 16.555 0 0 0 5.064-2.539c.415-4.307-.71-8.04-2.973-11.35ZM8.678 14.333c-.987 0-1.802-.896-1.802-1.997 0-1.1.787-2.004 1.799-2.004 1.011 0 1.82.903 1.802 2.004-.017 1.101-.794 1.997-1.8 1.997Zm6.644 0c-.988 0-1.8-.896-1.8-1.997 0-1.1.787-2.004 1.8-2.004s1.816.903 1.798 2.004c-.017 1.101-.793 1.997-1.798 1.997Z"/>
|
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 5H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4M15.376 4.905l3.719 3.72M12.719 15H9.531A.531.531 0 0 1 9 14.469V11.5a.531.531 0 0 1 .156-.376l7.97-7.97a.531.531 0 0 1 .75 0l2.968 2.968a.531.531 0 0 1 0 .752L12.72 15Z" 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 21.75a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-10 7.755-3.525a.844.844 0 0 0 .495-.769V2.844A.844.844 0 0 0 19.406 2H4.594a.844.844 0 0 0-.844.844v4.612a.844.844 0 0 0 .495.769L12 11.75ZM15.75 2v8.046M8.25 2v8.046" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,43 @@
|
|
1
|
+
<svg width="118" height="28" viewBox="0 0 118 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<style>
|
3
|
+
.shine {
|
4
|
+
animation: shine 4s infinite ease-in-out;
|
5
|
+
opacity: 0.8;
|
6
|
+
}
|
7
|
+
|
8
|
+
@keyframes shine {
|
9
|
+
0% {
|
10
|
+
transform: translateX(-40px);
|
11
|
+
}
|
12
|
+
100% {
|
13
|
+
transform: translateX(140px);
|
14
|
+
}
|
15
|
+
}
|
16
|
+
</style>
|
17
|
+
<g clip-path="url(#clip0_10285_60941)">
|
18
|
+
<rect width="118" height="28" rx="6" fill="url(#paint0_linear_10285_60941)"/>
|
19
|
+
<g class="shine" opacity="0.8" filter="url(#filter0_f_10285_60941)">
|
20
|
+
<path d="M10 -2H33.652L44.782 30H21.13L10 -2Z" fill="white" fill-opacity="0.9"/>
|
21
|
+
</g>
|
22
|
+
<path d="M15.9998 20.4999C17.8408 20.4999 19.3332 19.0075 19.3332 17.1666C19.3332 15.3256 17.8408 13.8333 15.9998 13.8333C14.1589 13.8333 12.6665 15.3256 12.6665 17.1666C12.6665 19.0075 14.1589 20.4999 15.9998 20.4999Z" stroke="#433000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
23
|
+
<path d="M16 13.8333L21.17 11.4833C21.2684 11.4386 21.3519 11.3665 21.4104 11.2756C21.469 11.1847 21.5001 11.0789 21.5 10.9708V7.89575C21.5 7.74657 21.4407 7.60349 21.3352 7.498C21.2298 7.39252 21.0867 7.33325 20.9375 7.33325H11.0625C10.9133 7.33325 10.7702 7.39252 10.6648 7.498C10.5593 7.60349 10.5 7.74657 10.5 7.89575V10.9708C10.4999 11.0789 10.531 11.1847 10.5896 11.2756C10.6481 11.3665 10.7316 11.4386 10.83 11.4833L16 13.8333Z" stroke="#433000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
24
|
+
<path d="M18.5 7.33325V12.697" stroke="#433000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
25
|
+
<path d="M13.5 7.33325V12.697" stroke="#433000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
26
|
+
<path d="M31.066 19V9.926H37.046V11.447H32.782V13.644H36.552V15.165H32.782V17.479H37.046V19H31.066ZM41.4609 14.346L40.5249 12.461H40.4859V19H38.8609V9.926H40.7459L43.4759 14.58L44.4119 16.465H44.4509V9.926H46.0759V19H44.1909L41.4609 14.346ZM51.7667 11.447V19H50.0507V11.447H47.4767V9.926H54.3407V11.447H51.7667ZM55.7457 19V9.926H61.7257V11.447H57.4617V13.644H61.2317V15.165H57.4617V17.479H61.7257V19H55.7457ZM65.2566 19H63.5406V9.926H67.6356C68.0516 9.926 68.4243 9.991 68.7536 10.121C69.0829 10.251 69.3603 10.4417 69.5856 10.693C69.8196 10.9357 69.9973 11.2303 70.1186 11.577C70.2486 11.9237 70.3136 12.3093 70.3136 12.734C70.3136 13.358 70.1706 13.8953 69.8846 14.346C69.6073 14.7967 69.1869 15.1173 68.6236 15.308L70.4826 19H68.5716L66.8816 15.503H65.2566V19ZM67.4666 14.06C67.7959 14.06 68.0559 13.9733 68.2466 13.8C68.4373 13.618 68.5326 13.3623 68.5326 13.033V12.435C68.5326 12.1057 68.4373 11.8543 68.2466 11.681C68.0559 11.5077 67.7959 11.421 67.4666 11.421H65.2566V14.06H67.4666ZM72.1734 19V9.926H76.2554C76.6714 9.926 77.0441 9.99533 77.3734 10.134C77.7114 10.264 77.9974 10.4547 78.2314 10.706C78.4654 10.9487 78.6431 11.2433 78.7644 11.59C78.8858 11.9367 78.9464 12.318 78.9464 12.734C78.9464 13.1587 78.8858 13.5443 78.7644 13.891C78.6431 14.229 78.4654 14.5237 78.2314 14.775C77.9974 15.0177 77.7114 15.2083 77.3734 15.347C77.0441 15.477 76.6714 15.542 76.2554 15.542H73.8894V19H72.1734ZM73.8894 14.06H76.0994C76.4288 14.06 76.6888 13.9733 76.8794 13.8C77.0701 13.618 77.1654 13.3623 77.1654 13.033V12.435C77.1654 12.1057 77.0701 11.8543 76.8794 11.681C76.6888 11.5077 76.4288 11.421 76.0994 11.421H73.8894V14.06ZM82.2175 19H80.5015V9.926H84.5965C85.0125 9.926 85.3852 9.991 85.7145 10.121C86.0439 10.251 86.3212 10.4417 86.5465 10.693C86.7805 10.9357 86.9582 11.2303 87.0795 11.577C87.2095 11.9237 87.2745 12.3093 87.2745 12.734C87.2745 13.358 87.1315 13.8953 86.8455 14.346C86.5682 14.7967 86.1479 15.1173 85.5845 15.308L87.4435 19H85.5325L83.8425 15.503H82.2175V19ZM84.4275 14.06C84.7569 14.06 85.0169 13.9733 85.2075 13.8C85.3982 13.618 85.4935 13.3623 85.4935 13.033V12.435C85.4935 12.1057 85.3982 11.8543 85.2075 11.681C85.0169 11.5077 84.7569 11.421 84.4275 11.421H82.2175V14.06H84.4275ZM88.7574 19V17.622H89.9534V11.304H88.7574V9.926H92.8784V11.304H91.6694V17.622H92.8784V19H88.7574ZM97.4524 19.156C96.6724 19.156 96.0094 19.0173 95.4634 18.74C94.9261 18.4627 94.4624 18.0987 94.0724 17.648L95.2294 16.53C95.5414 16.894 95.8881 17.1713 96.2694 17.362C96.6594 17.5527 97.0884 17.648 97.5564 17.648C98.0851 17.648 98.4838 17.5353 98.7524 17.31C99.0211 17.076 99.1554 16.764 99.1554 16.374C99.1554 16.0707 99.0688 15.8237 98.8954 15.633C98.7221 15.4423 98.3971 15.3037 97.9204 15.217L97.0624 15.087C95.2511 14.801 94.3454 13.9213 94.3454 12.448C94.3454 12.0407 94.4191 11.6723 94.5664 11.343C94.7224 11.0137 94.9434 10.732 95.2294 10.498C95.5154 10.264 95.8578 10.0863 96.2564 9.965C96.6638 9.835 97.1231 9.77 97.6344 9.77C98.3191 9.77 98.9171 9.88267 99.4284 10.108C99.9398 10.3333 100.377 10.667 100.741 11.109L99.5714 12.214C99.3461 11.9367 99.0731 11.7113 98.7524 11.538C98.4318 11.3647 98.0288 11.278 97.5434 11.278C97.0494 11.278 96.6768 11.3733 96.4254 11.564C96.1828 11.746 96.0614 12.006 96.0614 12.344C96.0614 12.6907 96.1611 12.9463 96.3604 13.111C96.5598 13.2757 96.8804 13.397 97.3224 13.475L98.1674 13.631C99.0861 13.7957 99.7621 14.0903 100.195 14.515C100.637 14.931 100.858 15.516 100.858 16.27C100.858 16.7033 100.78 17.0977 100.624 17.453C100.477 17.7997 100.256 18.103 99.9614 18.363C99.6754 18.6143 99.3201 18.8093 98.8954 18.948C98.4794 19.0867 97.9984 19.156 97.4524 19.156ZM102.579 19V9.926H108.559V11.447H104.295V13.644H108.065V15.165H104.295V17.479H108.559V19H102.579Z" fill="#433000"/>
|
27
|
+
</g>
|
28
|
+
<rect x="0.5" y="0.5" width="117" height="27" rx="5.5" stroke="black" stroke-opacity="0.1"/>
|
29
|
+
<defs>
|
30
|
+
<filter id="filter0_f_10285_60941" x="-2" y="-14" width="58.7822" height="56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
31
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
32
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
33
|
+
<feGaussianBlur stdDeviation="6" result="effect1_foregroundBlur_10285_60941"/>
|
34
|
+
</filter>
|
35
|
+
<linearGradient id="paint0_linear_10285_60941" x1="118" y1="15.8918" x2="20.8544" y2="-37.7599" gradientUnits="userSpaceOnUse">
|
36
|
+
<stop stop-color="#DFB74F"/>
|
37
|
+
<stop offset="1" stop-color="#FFECA8"/>
|
38
|
+
</linearGradient>
|
39
|
+
<clipPath id="clip0_10285_60941">
|
40
|
+
<rect width="118" height="28" rx="6" fill="white"/>
|
41
|
+
</clipPath>
|
42
|
+
</defs>
|
43
|
+
</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="M13.75 3h-9a.75.75 0 0 0-.75.75v16.5a.75.75 0 0 0 .75.75H9.5m4.25-18L19 8.25M13.75 3v5.25H19m0 0v3m-2.218 4.179 2.79 2.79M14.788 23H12.4a.399.399 0 0 1-.399-.398v-2.226a.399.399 0 0 1 .117-.282l5.977-5.977a.399.399 0 0 1 .563 0l2.226 2.226a.399.399 0 0 1 0 .563L14.79 23Z" 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="M14.25 3h-9a.75.75 0 0 0-.75.75v16.5a.75.75 0 0 0 .75.75h13.5a.75.75 0 0 0 .75-.75v-12M14.25 3l5.25 5.25M14.25 3v5.25h5.25M9 12.75h6m-6 3h6" 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.429 5.439H7.592a.653.653 0 0 0-.653.653v14.367a.653.653 0 0 0 .653.652h11.755A.654.654 0 0 0 20 20.46V10.01m-4.571-4.57L20 10.009m-4.571-4.57v4.57H20m-9.143 3.92h5.225m-5.225 2.611h5.225m.98-9.469L12.49 2.5H4.653A.653.653 0 0 0 4 3.153V17.52a.653.653 0 0 0 .653.653h2.286" vector-effect="non-scaling-stroke"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<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
|
+
<defs>
|
4
|
+
<linearGradient id="ic-gift-gradient" x1="14.5" y1="9.27323" x2="1.82753" y2="7.60329" gradientUnits="userSpaceOnUse">
|
5
|
+
<stop stop-color="#DFB74F" />
|
6
|
+
<stop offset="1" stop-color="#FFECA8" />
|
7
|
+
</linearGradient>
|
8
|
+
</defs>
|
9
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
+
<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"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,31 @@
|
|
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" viewBox="0 0 24 24">
|
18
|
+
<g fill="none" fill-rule="evenodd">
|
19
|
+
<path data-style-override="false" d="M0 0h24v24H0z"/>
|
20
|
+
<g fill-rule="nonzero">
|
21
|
+
<path data-style-override="false" fill="#FC6D26" d="M21.95 13.522l-1.118-3.439-2.214-6.82a.383.383 0 0 0-.726 0l-2.214 6.816H8.32L6.107 3.262a.382.382 0 0 0-.726 0l-2.21 6.817-1.12 3.443a.762.762 0 0 0 .276.852L12 21.402l9.671-7.028a.763.763 0 0 0 .28-.852"/>
|
22
|
+
<path data-style-override="false" fill="#E24329" d="M12 21.397l3.678-11.318H8.324z"/>
|
23
|
+
<path data-style-override="false" fill="#FC6D26" d="M12 21.397L8.32 10.079H3.174z"/>
|
24
|
+
<path data-style-override="false" fill="#FCA326" d="M3.169 10.082l-1.12 3.44a.762.762 0 0 0 .276.85L12 21.403l-8.831-11.32z"/>
|
25
|
+
<path data-style-override="false" fill="#E24329" d="M3.17 10.082h5.155L6.107 3.266a.383.383 0 0 0-.727 0l-2.21 6.816z"/>
|
26
|
+
<path data-style-override="false" fill="#FC6D26" d="M12 21.397l3.678-11.318h5.156z"/>
|
27
|
+
<path data-style-override="false" fill="#FCA326" d="M20.83 10.082l1.12 3.44a.76.76 0 0 1-.276.85L12 21.398l8.828-11.315h.003z"/>
|
28
|
+
<path data-style-override="false" fill="#E24329" d="M20.833 10.082H15.68l2.214-6.816a.382.382 0 0 1 .726 0l2.214 6.816z"/>
|
29
|
+
</g>
|
30
|
+
</g>
|
31
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
|
+
<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
|
+
<path fill="#4285F4" fill-rule="evenodd" d="M12.48 12.3v4.59l3.86-2.29v-4.59l-3.86 2.29Z" clip-rule="evenodd"/>
|
4
|
+
<path fill="#669DF6" fill-rule="evenodd" d="m9.98 13.65-5.21 3.01-.32-.8 5.08-2.94.45.73Z" clip-rule="evenodd"/>
|
5
|
+
<path fill="#669DF6" fill-rule="evenodd" d="m11.52 12.3-3.86-2.29v4.59l3.86 2.29V12.3Z" clip-rule="evenodd"/>
|
6
|
+
<path fill="#AECBFA" d="M12.41 3.29h-.86v5.78h.86V3.29Z"/>
|
7
|
+
<path fill="#AECBFA" fill-rule="evenodd" d="M3.25 7v10L12 22l8.74-5V7L12 2 3.25 7Zm15.63 8.89L12 19.78l-6.88-3.89V8.11L12 4.22l6.87 3.89v7.78h.01Z" clip-rule="evenodd"/>
|
8
|
+
<path fill="#AECBFA" fill-rule="evenodd" d="m11.98 11.5 3.98-2.29-3.98-2.3-3.97 2.3 3.97 2.29Z" clip-rule="evenodd"/>
|
9
|
+
</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="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"/>
|
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 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
|
+
</svg>
|