@zgfe/modules-settings 2.0.0-zhongyuan.9 → 2.1.0-zhongyuan-set.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/index.less +87 -87
  3. package/es/components/importMetaDialog/index.d.ts +13 -0
  4. package/es/components/importMetaDialog/index.js +217 -0
  5. package/es/components/importMetaDialog/styles/index.less +115 -0
  6. package/es/components/pageLoading/index.less +7 -7
  7. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  8. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  9. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  10. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  12. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  13. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  14. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  15. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  16. package/es/components/picCircleSelect/index.less +37 -37
  17. package/es/components/processCanvas/styles/customNode.less +149 -149
  18. package/es/components/processCanvas/styles/index.less +34 -34
  19. package/es/components/settingTabs/index.less +51 -51
  20. package/es/constants/api.d.ts +30 -0
  21. package/es/constants/api.js +43 -1
  22. package/es/constants/icons/demo.css +539 -539
  23. package/es/constants/icons/demo_index.html +9871 -9871
  24. package/es/constants/icons/iconfont.css +1699 -1699
  25. package/es/constants/icons/iconfont.json +2956 -2956
  26. package/es/global.d.ts +4 -4
  27. package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
  28. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  29. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  30. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  31. package/es/modules/companySetting/appList/index.less +126 -126
  32. package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
  33. package/es/modules/companySetting/application/applicationForm.js +34 -4
  34. package/es/modules/companySetting/application/index.d.ts +13 -0
  35. package/es/modules/companySetting/application/index.js +276 -104
  36. package/es/modules/companySetting/application/index.less +144 -126
  37. package/es/modules/companySetting/business/index.less +92 -92
  38. package/es/modules/companySetting/cost/index.less +38 -38
  39. package/es/modules/companySetting/department/index.less +157 -157
  40. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  41. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  42. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  43. package/es/modules/companySetting/edit/styles/user.less +54 -54
  44. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  45. package/es/modules/companySetting/index.js +37 -33
  46. package/es/modules/companySetting/index.less +90 -90
  47. package/es/modules/companySetting/info/index.less +42 -42
  48. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  49. package/es/modules/companySetting/mainPart/index.less +239 -239
  50. package/es/modules/companySetting/operationLog/index.js +22 -5
  51. package/es/modules/companySetting/operationLog/index.less +33 -33
  52. package/es/modules/companySetting/role/index.less +296 -296
  53. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  54. package/es/modules/companySetting/style/common.less +79 -79
  55. package/es/modules/companySetting/style/reset.less +117 -117
  56. package/es/modules/companySetting/user/index.js +29 -24
  57. package/es/modules/companySetting/user/index.less +363 -363
  58. package/es/modules/companySetting/user/invite.js +30 -102
  59. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  60. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  61. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  62. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  63. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  64. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  65. package/es/modules/createDemand/constants.d.ts +15 -2
  66. package/es/modules/createDemand/constants.js +57 -4
  67. package/es/modules/createDemand/demo/selectPoint.js +1 -2
  68. package/es/modules/createDemand/index.d.ts +0 -1
  69. package/es/modules/createDemand/index.js +793 -179
  70. package/es/modules/createDemand/styles/index.less +403 -277
  71. package/es/modules/createDemand_bf/demo/index.js +0 -1
  72. package/es/modules/createDemand_bf/index.js +0 -1
  73. package/es/modules/createDemand_bf/styles/index.less +222 -222
  74. package/es/modules/createProcess/components/index.less +52 -52
  75. package/es/modules/createProcess/index.less +114 -114
  76. package/es/modules/createProcess/title/index.less +53 -53
  77. package/es/modules/dealDemand/demo/index.js +0 -1
  78. package/es/modules/dealDemand/demo/selectPoint.js +1 -1
  79. package/es/modules/dealDemand/index.js +0 -2
  80. package/es/modules/dealDemand/styles/index.less +265 -265
  81. package/es/modules/demandManage/index.js +174 -178
  82. package/es/modules/demandManage/styles/index.less +8 -68
  83. package/es/modules/getPassword/index.less +122 -122
  84. package/es/modules/messageList/index.d.ts +1 -1
  85. package/es/modules/messageList/index.js +6 -6
  86. package/es/modules/messageList/index.less +81 -81
  87. package/es/modules/personalSetting/demo/index.d.ts +3 -0
  88. package/es/modules/personalSetting/demo/index.js +12 -0
  89. package/es/modules/personalSetting/index.js +11 -1
  90. package/es/modules/personalSetting/info/index.js +23 -5
  91. package/es/modules/personalSetting/securityLog/index.less +11 -11
  92. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  93. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  94. package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
  95. package/es/modules/pointMap/createMetaDrawer.js +825 -0
  96. package/es/modules/pointMap/editTxt/index.less +55 -55
  97. package/es/modules/pointMap/pageInfo.js +401 -179
  98. package/es/modules/pointMap/record.d.ts +7 -0
  99. package/es/modules/pointMap/record.js +521 -0
  100. package/es/modules/pointMap/styles/index.less +165 -38
  101. package/es/modules/pointMap/styles/pageInfo.less +439 -244
  102. package/es/modules/pointMap/styles/tree.css +164 -145
  103. package/es/modules/pointMap/styles/tree.less +174 -149
  104. package/es/modules/pointMap/tree.js +232 -88
  105. package/es/modules/pointMap/types.d.ts +88 -0
  106. package/es/modules/pointMap/types.js +1 -0
  107. package/es/modules/systemSetting/Dictionary.d.ts +5 -2
  108. package/es/modules/systemSetting/Dictionary.js +54 -370
  109. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  110. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  111. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  112. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
  113. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
  114. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
  115. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
  116. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
  117. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
  118. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
  119. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
  120. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
  121. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
  122. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
  123. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
  124. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
  125. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
  126. package/es/modules/systemSetting/document-setting/index.js +7 -6
  127. package/es/modules/systemSetting/index.css +161 -161
  128. package/es/modules/systemSetting/index.js +16 -16
  129. package/es/modules/systemSetting/index.less +169 -169
  130. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  131. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  132. package/es/types/personal.d.ts +1 -0
  133. package/package.json +74 -74
@@ -1,44 +1,44 @@
1
- .company-setting-user-group {
2
- position: relative;
3
- height: 100%;
4
- padding: 20px;
5
- overflow-y: auto;
6
- color: #354052;
7
- font-size: 14px;
8
- .company-setting-group-title {
9
- margin-bottom: 30px;
10
- font-size: 18px;
11
- line-height: 18px;
12
- }
13
- .company-setting-user-name {
14
- margin-left: 20px;
15
- line-height: 35px;
16
- }
17
- .company-setting-users {
18
- margin-top: 20px;
19
- margin-left: 20px;
20
- }
21
- .encryption-wrap {
22
- display: flex;
23
- align-items: center;
24
- margin-top: 20px;
25
- margin-left: 20px;
26
- .encryption-item {
27
- margin-right: 5px;
28
- }
29
- label {
30
- display: flex;
31
- align-items: center;
32
- input {
33
- margin-right: 5px;
34
- }
35
- }
36
- }
37
- .company-setting-footer {
38
- margin-top: 40px;
39
- text-align: right;
40
- .c-button {
41
- margin-right: 20px;
42
- }
43
- }
44
- }
1
+ .company-setting-user-group {
2
+ position: relative;
3
+ height: 100%;
4
+ padding: 20px;
5
+ overflow-y: auto;
6
+ color: #354052;
7
+ font-size: 14px;
8
+ .company-setting-group-title {
9
+ margin-bottom: 30px;
10
+ font-size: 18px;
11
+ line-height: 18px;
12
+ }
13
+ .company-setting-user-name {
14
+ margin-left: 20px;
15
+ line-height: 35px;
16
+ }
17
+ .company-setting-users {
18
+ margin-top: 20px;
19
+ margin-left: 20px;
20
+ }
21
+ .encryption-wrap {
22
+ display: flex;
23
+ align-items: center;
24
+ margin-top: 20px;
25
+ margin-left: 20px;
26
+ .encryption-item {
27
+ margin-right: 5px;
28
+ }
29
+ label {
30
+ display: flex;
31
+ align-items: center;
32
+ input {
33
+ margin-right: 5px;
34
+ }
35
+ }
36
+ }
37
+ .company-setting-footer {
38
+ margin-top: 40px;
39
+ text-align: right;
40
+ .c-button {
41
+ margin-right: 20px;
42
+ }
43
+ }
44
+ }
@@ -18,13 +18,10 @@ import React, { useContext, useEffect, useState } from 'react';
18
18
  import './index.less';
19
19
  import { BizGlobalDataContext } from '@zgfe/business-lib';
20
20
  import { Tabs } from 'antd';
21
- import Info from './info';
22
21
  import User from './user';
23
22
  import VirtualApp from './virtualApp';
24
- import Cost from './cost';
25
23
  import WechatBinding from './wechatBinding';
26
24
  import OperationLog from './operationLog';
27
- import DepartmentList from './department';
28
25
  import RoleList from './role';
29
26
  import Business from './business';
30
27
  import Application from './application';
@@ -59,7 +56,7 @@ var CompanySetting = function CompanySetting(props) {
59
56
  var _useState7 = useState(false),
60
57
  _useState8 = _slicedToArray(_useState7, 2),
61
58
  setIsShowCreateApp = _useState8[1];
62
- var _useState9 = useState(currentPath ? currentPath : 'info'),
59
+ var _useState9 = useState(currentPath ? currentPath : 'user'),
63
60
  _useState10 = _slicedToArray(_useState9, 2),
64
61
  activeKey = _useState10[0],
65
62
  setActiveKey = _useState10[1]; // 默认值
@@ -157,17 +154,21 @@ var CompanySetting = function CompanySetting(props) {
157
154
  }
158
155
  }));
159
156
  };
160
- var items = [{
161
- key: 'info',
162
- label: '公司信息',
163
- children: (/*#__PURE__*/React.createElement(Info, {
164
- ENVIRONMENT: ENVIRONMENT,
165
- companyId: currentUser.companyId,
166
- companyName: currentUser.companyName,
167
- changeCompanyNameCallback: changeCompanyNameCallback
168
- })),
169
- hidden: !authority[10078]
170
- }, {
157
+ var items = [
158
+ // {
159
+ // key: 'info',
160
+ // label: '公司信息',
161
+ // children: (
162
+ // <Info
163
+ // ENVIRONMENT={ENVIRONMENT}
164
+ // companyId={currentUser!.companyId as number}
165
+ // companyName={currentUser!.companyName}
166
+ // changeCompanyNameCallback={changeCompanyNameCallback}
167
+ // />
168
+ // ),
169
+ // hidden: !authority[10078],
170
+ // },
171
+ {
171
172
  key: 'user',
172
173
  label: '成员管理',
173
174
  children: (/*#__PURE__*/React.createElement(User, {
@@ -196,15 +197,19 @@ var CompanySetting = function CompanySetting(props) {
196
197
  companyId: currentUser.companyId
197
198
  }),
198
199
  hidden: !authority[10080]
199
- }, {
200
- key: 'department',
201
- label: '部门管理',
202
- children: (/*#__PURE__*/React.createElement(DepartmentList, {
203
- companyId: currentUser.companyId,
204
- closeCreateCallback: closeCreateCallback
205
- })),
206
- hidden: !authority[10081]
207
- }, {
200
+ },
201
+ // {
202
+ // key: 'department',
203
+ // label: '部门管理',
204
+ // children: (
205
+ // <DepartmentList
206
+ // companyId={currentUser!.companyId as number}
207
+ // closeCreateCallback={closeCreateCallback}
208
+ // />
209
+ // ),
210
+ // hidden: !authority[10081],
211
+ // },
212
+ {
208
213
  key: 'business',
209
214
  label: '业务',
210
215
  children: /*#__PURE__*/React.createElement(Business, {
@@ -233,15 +238,14 @@ var CompanySetting = function CompanySetting(props) {
233
238
  editVirtualAppCallback: editVirtualAppCallback
234
239
  })),
235
240
  hidden: !showVirtualApp
236
- }, {
237
- key: 'cost',
238
- label: '套餐',
239
- children: /*#__PURE__*/React.createElement(Cost, {
240
- ENVIRONMENT: ENVIRONMENT,
241
- companyId: currentUser.companyId
242
- }),
243
- hidden: !authority[10083]
244
- }, {
241
+ },
242
+ // {
243
+ // key: 'cost',
244
+ // label: '套餐',
245
+ // children: <Cost ENVIRONMENT={ENVIRONMENT} companyId={currentUser!.companyId as number} />,
246
+ // hidden: !authority[10083],
247
+ // },
248
+ {
245
249
  key: 'weChatBinding',
246
250
  label: '微信账号绑定',
247
251
  children: /*#__PURE__*/React.createElement(WechatBinding, null),
@@ -1,90 +1,90 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- @import './style/common.less';
3
-
4
- .ant-card-body {
5
- padding: 0;
6
- }
7
-
8
- .company-setting {
9
- border: 1px solid var(--unnamed, #ecedf0);
10
-
11
- .company-setting-title {
12
- display: flex;
13
- flex-shrink: 0;
14
- gap: 10px;
15
- align-items: center;
16
- width: 100%;
17
- height: 48px;
18
- padding: 0 24px;
19
- background: #fff;
20
- }
21
-
22
- .company-setting-tabs {
23
- height: 100%;
24
- background: #fff !important;
25
- border-radius: 8px;
26
- }
27
-
28
- .hidden-tab {
29
- display: none;
30
- }
31
-
32
- .ant-tabs-nav {
33
- margin-bottom: 16px;
34
- }
35
-
36
- .ant-tabs-nav-wrap {
37
- margin: 0 24px;
38
- }
39
-
40
- .ant-tabs-content {
41
- max-height: 100%;
42
- padding: 0 24px 24px;
43
- overflow-y: auto;
44
- }
45
-
46
- .setting-tab {
47
- li:nth-child(1),
48
- li:nth-child(3),
49
- li:nth-child(6) {
50
- margin-bottom: 10px;
51
- }
52
-
53
- li {
54
- &:nth-child(2),
55
- &:nth-child(4) > a {
56
- border-top: 1px solid #dadada !important;
57
- }
58
- }
59
- }
60
- }
61
-
62
- .setting-title {
63
- color: initial;
64
- font-size: 18px;
65
-
66
- label {
67
- font-weight: bold;
68
- }
69
- }
70
-
71
- .setting-bizDialog {
72
- .ant-modal-header {
73
- padding-bottom: 24px;
74
- }
75
-
76
- .ant-modal-close-x {
77
- width: 24px;
78
- height: 24px;
79
- margin-right: 22px;
80
- }
81
-
82
- .ant-modal-close .qingchu {
83
- font-weight: normal;
84
- }
85
-
86
- .ant-modal-body {
87
- padding: 0 24px;
88
- padding-bottom: 24px;
89
- }
90
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ @import './style/common.less';
3
+
4
+ .ant-card-body {
5
+ padding: 0;
6
+ }
7
+
8
+ .company-setting {
9
+ border: 1px solid var(--unnamed, #ecedf0);
10
+
11
+ .company-setting-title {
12
+ display: flex;
13
+ flex-shrink: 0;
14
+ gap: 10px;
15
+ align-items: center;
16
+ width: 100%;
17
+ height: 48px;
18
+ padding: 0 24px;
19
+ background: #fff;
20
+ }
21
+
22
+ .company-setting-tabs {
23
+ height: 100%;
24
+ background: #fff !important;
25
+ border-radius: 8px;
26
+ }
27
+
28
+ .hidden-tab {
29
+ display: none;
30
+ }
31
+
32
+ .ant-tabs-nav {
33
+ margin-bottom: 16px;
34
+ }
35
+
36
+ .ant-tabs-nav-wrap {
37
+ margin: 0 24px;
38
+ }
39
+
40
+ .ant-tabs-content {
41
+ max-height: 100%;
42
+ padding: 0 24px 24px;
43
+ overflow-y: auto;
44
+ }
45
+
46
+ .setting-tab {
47
+ li:nth-child(1),
48
+ li:nth-child(3),
49
+ li:nth-child(6) {
50
+ margin-bottom: 10px;
51
+ }
52
+
53
+ li {
54
+ &:nth-child(2),
55
+ &:nth-child(4) > a {
56
+ border-top: 1px solid #dadada !important;
57
+ }
58
+ }
59
+ }
60
+ }
61
+
62
+ .setting-title {
63
+ color: initial;
64
+ font-size: 18px;
65
+
66
+ label {
67
+ font-weight: bold;
68
+ }
69
+ }
70
+
71
+ .setting-bizDialog {
72
+ .ant-modal-header {
73
+ padding-bottom: 24px;
74
+ }
75
+
76
+ .ant-modal-close-x {
77
+ width: 24px;
78
+ height: 24px;
79
+ margin-right: 22px;
80
+ }
81
+
82
+ .ant-modal-close .qingchu {
83
+ font-weight: normal;
84
+ }
85
+
86
+ .ant-modal-body {
87
+ padding: 0 24px;
88
+ padding-bottom: 24px;
89
+ }
90
+ }
@@ -1,42 +1,42 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- @import './../style/common.less';
3
-
4
- .company-setting-info {
5
- margin-top: 8px;
6
- padding: 0;
7
-
8
- > p {
9
- margin-bottom: 13px;
10
- color: #565656;
11
- }
12
-
13
- li {
14
- margin-bottom: 30px;
15
- color: #333333;
16
- }
17
-
18
- .c-button {
19
- width: 90px;
20
- height: 40px;
21
- }
22
-
23
- .c-input.c-size-big {
24
- height: 40px;
25
- color: initial;
26
- line-height: 40px;
27
- }
28
-
29
- .el-textarea {
30
- width: 350px;
31
- }
32
- }
33
-
34
- .temp {
35
- position: absolute;
36
- top: -999px;
37
- padding: 0;
38
- font-size: inherit;
39
- line-height: inherit;
40
- white-space: nowrap;
41
- visibility: hidden;
42
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ @import './../style/common.less';
3
+
4
+ .company-setting-info {
5
+ margin-top: 8px;
6
+ padding: 0;
7
+
8
+ > p {
9
+ margin-bottom: 13px;
10
+ color: #565656;
11
+ }
12
+
13
+ li {
14
+ margin-bottom: 30px;
15
+ color: #333333;
16
+ }
17
+
18
+ .c-button {
19
+ width: 90px;
20
+ height: 40px;
21
+ }
22
+
23
+ .c-input.c-size-big {
24
+ height: 40px;
25
+ color: initial;
26
+ line-height: 40px;
27
+ }
28
+
29
+ .el-textarea {
30
+ width: 350px;
31
+ }
32
+ }
33
+
34
+ .temp {
35
+ position: absolute;
36
+ top: -999px;
37
+ padding: 0;
38
+ font-size: inherit;
39
+ line-height: inherit;
40
+ white-space: nowrap;
41
+ visibility: hidden;
42
+ }
@@ -1,12 +1,12 @@
1
- <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Property 1=&#228;&#189;&#191;&#231;&#148;&#168;&#229;&#156;&#186;&#230;&#153;&#175;">
3
- <rect id="Rectangle 34624455" width="48" height="48" rx="10" fill="url(#paint0_linear_6042_154372)"/>
4
- <path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M14 9C11.2386 9 9 11.2386 9 14V34C9 36.7614 11.2386 39 14 39H34C36.7614 39 39 36.7614 39 34V14C39 11.2386 36.7614 9 34 9H14ZM33.2854 23.5462L32.0833 22.8249L24 27.6749L15.9167 22.8249L14.7146 23.5462C14.6442 23.5884 14.5853 23.6473 14.5431 23.7177C14.401 23.9545 14.4778 24.2616 14.7146 24.4037L24 29.9749L33.2854 24.4037C33.3558 24.3615 33.4146 24.3026 33.4569 24.2322C33.5989 23.9954 33.5222 23.6883 33.2854 23.5462ZM33.2854 28.2462L32.0833 27.5249L24 32.3749L15.9167 27.5249L14.7146 28.2462C14.6442 28.2884 14.5853 28.3473 14.5431 28.4177C14.401 28.6545 14.4778 28.9616 14.7146 29.1037L23.4855 34.3662C23.8021 34.5563 24.1978 34.5563 24.5144 34.3662L33.2854 29.1037C33.3558 29.0615 33.4146 29.0026 33.4569 28.9322C33.5989 28.6954 33.5222 28.3883 33.2854 28.2462ZM33.2854 18.8962L24.5144 13.6337C24.1978 13.4437 23.8021 13.4437 23.4855 13.6337L14.7146 18.8962C14.6442 18.9385 14.5853 18.9974 14.5431 19.0677C14.401 19.3045 14.4778 19.6117 14.7146 19.7537L24 25.3249L33.2854 19.7537C33.3558 19.7115 33.4146 19.6526 33.4569 19.5822C33.5989 19.3454 33.5222 19.0383 33.2854 18.8962Z" fill="white"/>
5
- </g>
6
- <defs>
7
- <linearGradient id="paint0_linear_6042_154372" x1="24" y1="0" x2="24" y2="48" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="#10DF2E"/>
9
- <stop offset="1" stop-color="#07BE4A"/>
10
- </linearGradient>
11
- </defs>
12
- </svg>
1
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Property 1=&#228;&#189;&#191;&#231;&#148;&#168;&#229;&#156;&#186;&#230;&#153;&#175;">
3
+ <rect id="Rectangle 34624455" width="48" height="48" rx="10" fill="url(#paint0_linear_6042_154372)"/>
4
+ <path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M14 9C11.2386 9 9 11.2386 9 14V34C9 36.7614 11.2386 39 14 39H34C36.7614 39 39 36.7614 39 34V14C39 11.2386 36.7614 9 34 9H14ZM33.2854 23.5462L32.0833 22.8249L24 27.6749L15.9167 22.8249L14.7146 23.5462C14.6442 23.5884 14.5853 23.6473 14.5431 23.7177C14.401 23.9545 14.4778 24.2616 14.7146 24.4037L24 29.9749L33.2854 24.4037C33.3558 24.3615 33.4146 24.3026 33.4569 24.2322C33.5989 23.9954 33.5222 23.6883 33.2854 23.5462ZM33.2854 28.2462L32.0833 27.5249L24 32.3749L15.9167 27.5249L14.7146 28.2462C14.6442 28.2884 14.5853 28.3473 14.5431 28.4177C14.401 28.6545 14.4778 28.9616 14.7146 29.1037L23.4855 34.3662C23.8021 34.5563 24.1978 34.5563 24.5144 34.3662L33.2854 29.1037C33.3558 29.0615 33.4146 29.0026 33.4569 28.9322C33.5989 28.6954 33.5222 28.3883 33.2854 28.2462ZM33.2854 18.8962L24.5144 13.6337C24.1978 13.4437 23.8021 13.4437 23.4855 13.6337L14.7146 18.8962C14.6442 18.9385 14.5853 18.9974 14.5431 19.0677C14.401 19.3045 14.4778 19.6117 14.7146 19.7537L24 25.3249L33.2854 19.7537C33.3558 19.7115 33.4146 19.6526 33.4569 19.5822C33.5989 19.3454 33.5222 19.0383 33.2854 18.8962Z" fill="white"/>
5
+ </g>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_6042_154372" x1="24" y1="0" x2="24" y2="48" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#10DF2E"/>
9
+ <stop offset="1" stop-color="#07BE4A"/>
10
+ </linearGradient>
11
+ </defs>
12
+ </svg>