@next-bricks/presentational 0.19.1 → 0.20.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 (47) hide show
  1. package/dist/bricks.json +8 -8
  2. package/dist/chunks/9359.de17afc7.js +2 -0
  3. package/dist/chunks/9359.de17afc7.js.map +1 -0
  4. package/dist/chunks/eo-alert.fe9e8c22.js +3 -0
  5. package/dist/chunks/eo-alert.fe9e8c22.js.map +1 -0
  6. package/dist/chunks/{main.9dcfb4a3.js → main.831be5a1.js} +2 -2
  7. package/dist/chunks/{main.9dcfb4a3.js.map → main.831be5a1.js.map} +1 -1
  8. package/dist/examples.json +8 -8
  9. package/dist/{index.5c1f0eb5.js → index.0dd4086e.js} +2 -2
  10. package/dist/{index.5c1f0eb5.js.map → index.0dd4086e.js.map} +1 -1
  11. package/dist/manifest.json +120 -115
  12. package/dist/stories-assets/card-blue.b720359410357c004700.svg +37 -0
  13. package/dist/stories-assets/eo-alert.02683385378f7c3fae6a.svg +157 -0
  14. package/dist/stories-assets/eo-alert[info-tips-with-icon].3a210c979febafb5c24f.svg +52 -0
  15. package/dist/stories-assets/eo-alert[success-tips].a52aaddac794ed2df91a.svg +52 -0
  16. package/dist/stories-assets/eo-alert[warn-tips-with-close].7747c1e8d98ff2061dab.svg +56 -0
  17. package/dist/stories-assets/eo-alert[with-slot].3812fee6cf496c2ae326.svg +82 -0
  18. package/dist/stories-assets/eo-card-item.14cef77a449c10e33790.svg +23 -0
  19. package/dist/stories-assets/eo-card-item[normal].070e2c69590888ceb686.svg +23 -0
  20. package/dist/stories-assets/eo-card-item[with-right-tag].0b5f7342cce1217a7de7.svg +22 -0
  21. package/dist/stories-assets/eo-code-display.d3eed656cefe2e4f7b5b.svg +24 -0
  22. package/dist/stories-assets/eo-code-display[css].328987c856ec720741d9.svg +56 -0
  23. package/dist/stories-assets/eo-code-display[js].69aa084fd43383c2645e.svg +35 -0
  24. package/dist/stories-assets/eo-descriptions.965e13a5fc9f585c6f5b.svg +26 -0
  25. package/dist/stories-assets/eo-descriptions[normal].491f209ddcb9d51a2609.svg +34 -0
  26. package/dist/stories-assets/eo-divider.271f77d94f33b6150548.svg +14 -0
  27. package/dist/stories-assets/eo-divider[normal].db6d6df633260b64a65a.svg +22 -0
  28. package/dist/stories-assets/eo-humanize-time.56238da7262dabf6b5ff.svg +17 -0
  29. package/dist/stories-assets/eo-humanize-time[accurate].b5cf2308d9eddfbfab23.svg +14 -0
  30. package/dist/stories-assets/eo-humanize-time[cost].76859afe51987e3204a4.svg +14 -0
  31. package/dist/stories-assets/eo-humanize-time[format].8c1180b88e67a51bee90.svg +14 -0
  32. package/dist/stories-assets/eo-humanize-time[full].2984b25c72dbf29328ea.svg +17 -0
  33. package/dist/stories-assets/eo-humanize-time[relative].578ba8d01cdb55c1d488.svg +14 -0
  34. package/dist/stories-assets/eo-pagination.496479d51cfcd0fabc2b.svg +23 -0
  35. package/dist/stories-assets/eo-pagination[normal].af14b46786ad85369798.svg +23 -0
  36. package/dist/stories-assets/eo-statistic-card[normal].a655def2da5d2b06522d.svg +35 -0
  37. package/dist/stories.json +611 -0
  38. package/dist/types.json +7 -0
  39. package/dist-types/general-alert/index.d.ts +5 -0
  40. package/docs/eo-alert.md +7 -0
  41. package/docs/eo-descriptions.md +6 -0
  42. package/package.json +2 -2
  43. package/dist/chunks/9359.a55fdcda.js +0 -2
  44. package/dist/chunks/9359.a55fdcda.js.map +0 -1
  45. package/dist/chunks/eo-alert.4b6b7169.js +0 -3
  46. package/dist/chunks/eo-alert.4b6b7169.js.map +0 -1
  47. /package/dist/chunks/{eo-alert.4b6b7169.js.LICENSE.txt → eo-alert.fe9e8c22.js.LICENSE.txt} +0 -0
@@ -64,79 +64,6 @@
64
64
  "description": "通用描述列表构件",
65
65
  "category": "text"
66
66
  },
67
- {
68
- "name": "eo-card-item",
69
- "properties": [
70
- {
71
- "name": "hasHeader",
72
- "description": "是否有顶部",
73
- "type": "boolean"
74
- },
75
- {
76
- "name": "cardTitle",
77
- "description": "卡片标题",
78
- "type": "string"
79
- },
80
- {
81
- "name": "description",
82
- "description": "描述信息",
83
- "type": "string"
84
- },
85
- {
86
- "name": "auxiliaryText",
87
- "description": "顶部辅助文字",
88
- "type": "string"
89
- },
90
- {
91
- "name": "avatar",
92
- "description": "图标",
93
- "attribute": false,
94
- "type": "IconAvatar | ImgAvatar"
95
- },
96
- {
97
- "name": "href",
98
- "description": "设置 `href` 时将使用原生 `<a>` 标签,通常用于外链的跳转",
99
- "type": "LinkProps[\"href\"]"
100
- },
101
- {
102
- "name": "url",
103
- "description": "链接地址",
104
- "attribute": false,
105
- "type": "LinkProps[\"url\"]"
106
- },
107
- {
108
- "name": "target",
109
- "description": "链接跳转目标",
110
- "type": "LinkProps[\"target\"]"
111
- },
112
- {
113
- "name": "actions",
114
- "description": "操作按钮组",
115
- "attribute": false,
116
- "type": "ActionType[]"
117
- },
118
- {
119
- "name": "styleType",
120
- "description": "卡片样式类型",
121
- "type": "\"grayish\""
122
- }
123
- ],
124
- "events": [],
125
- "slots": [
126
- {
127
- "name": "expanded-area-1",
128
- "description": "扩展区域 1,通常放置标签信息"
129
- },
130
- {
131
- "name": "expanded-area-2",
132
- "description": "扩展区域 2,通常放置操作和其他属性信息(图标/头像/小字描述/统计信息)"
133
- }
134
- ],
135
- "methods": [],
136
- "parts": [],
137
- "description": "信息类卡片 —— 通用卡片",
138
- "category": "card-info"
139
- },
140
67
  {
141
68
  "name": "eo-alert",
142
69
  "alias": [
@@ -154,6 +81,11 @@
154
81
  "description": "是否显示标题。开启后,可以使用 `title` 插槽",
155
82
  "type": "boolean"
156
83
  },
84
+ {
85
+ "name": "showIcon",
86
+ "description": "是否显示提示图标",
87
+ "type": "boolean"
88
+ },
157
89
  {
158
90
  "name": "closable",
159
91
  "description": "是否显示关闭按钮",
@@ -243,48 +175,6 @@
243
175
  "description": "代码展示",
244
176
  "category": "display-component"
245
177
  },
246
- {
247
- "name": "eo-divider",
248
- "properties": [
249
- {
250
- "name": "orientation",
251
- "description": "标题位置,在horizontal类型的分割线中使用",
252
- "default": "center",
253
- "attribute": false,
254
- "type": "OrientationType"
255
- },
256
- {
257
- "name": "dashed",
258
- "description": "是否虚线",
259
- "default": "false",
260
- "type": "boolean"
261
- },
262
- {
263
- "name": "type",
264
- "description": "水平|垂直|放射类型,注意radiation是个特殊的类型,该样式是特定的",
265
- "default": "\"horizontal\"",
266
- "type": "dividerType"
267
- },
268
- {
269
- "name": "proportion",
270
- "description": "当用于数值显示的情况,eg: 如果要展示\"1/3\",那么传入就是[1,3], 该字段只适配于 type 为 radiation",
271
- "attribute": false,
272
- "type": "[number, number]"
273
- },
274
- {
275
- "name": "dividerStyle",
276
- "description": "分割线自定义样式",
277
- "attribute": false,
278
- "type": "CSSProperties"
279
- }
280
- ],
281
- "events": [],
282
- "slots": [],
283
- "methods": [],
284
- "parts": [],
285
- "description": "分割线",
286
- "category": "container-display"
287
- },
288
178
  {
289
179
  "name": "eo-pagination",
290
180
  "properties": [
@@ -335,6 +225,121 @@
335
225
  "description": "分页",
336
226
  "category": "navigation"
337
227
  },
228
+ {
229
+ "name": "eo-card-item",
230
+ "properties": [
231
+ {
232
+ "name": "hasHeader",
233
+ "description": "是否有顶部",
234
+ "type": "boolean"
235
+ },
236
+ {
237
+ "name": "cardTitle",
238
+ "description": "卡片标题",
239
+ "type": "string"
240
+ },
241
+ {
242
+ "name": "description",
243
+ "description": "描述信息",
244
+ "type": "string"
245
+ },
246
+ {
247
+ "name": "auxiliaryText",
248
+ "description": "顶部辅助文字",
249
+ "type": "string"
250
+ },
251
+ {
252
+ "name": "avatar",
253
+ "description": "图标",
254
+ "attribute": false,
255
+ "type": "IconAvatar | ImgAvatar"
256
+ },
257
+ {
258
+ "name": "href",
259
+ "description": "设置 `href` 时将使用原生 `<a>` 标签,通常用于外链的跳转",
260
+ "type": "LinkProps[\"href\"]"
261
+ },
262
+ {
263
+ "name": "url",
264
+ "description": "链接地址",
265
+ "attribute": false,
266
+ "type": "LinkProps[\"url\"]"
267
+ },
268
+ {
269
+ "name": "target",
270
+ "description": "链接跳转目标",
271
+ "type": "LinkProps[\"target\"]"
272
+ },
273
+ {
274
+ "name": "actions",
275
+ "description": "操作按钮组",
276
+ "attribute": false,
277
+ "type": "ActionType[]"
278
+ },
279
+ {
280
+ "name": "styleType",
281
+ "description": "卡片样式类型",
282
+ "type": "\"grayish\""
283
+ }
284
+ ],
285
+ "events": [],
286
+ "slots": [
287
+ {
288
+ "name": "expanded-area-1",
289
+ "description": "扩展区域 1,通常放置标签信息"
290
+ },
291
+ {
292
+ "name": "expanded-area-2",
293
+ "description": "扩展区域 2,通常放置操作和其他属性信息(图标/头像/小字描述/统计信息)"
294
+ }
295
+ ],
296
+ "methods": [],
297
+ "parts": [],
298
+ "description": "信息类卡片 —— 通用卡片",
299
+ "category": "card-info"
300
+ },
301
+ {
302
+ "name": "eo-divider",
303
+ "properties": [
304
+ {
305
+ "name": "orientation",
306
+ "description": "标题位置,在horizontal类型的分割线中使用",
307
+ "default": "center",
308
+ "attribute": false,
309
+ "type": "OrientationType"
310
+ },
311
+ {
312
+ "name": "dashed",
313
+ "description": "是否虚线",
314
+ "default": "false",
315
+ "type": "boolean"
316
+ },
317
+ {
318
+ "name": "type",
319
+ "description": "水平|垂直|放射类型,注意radiation是个特殊的类型,该样式是特定的",
320
+ "default": "\"horizontal\"",
321
+ "type": "dividerType"
322
+ },
323
+ {
324
+ "name": "proportion",
325
+ "description": "当用于数值显示的情况,eg: 如果要展示\"1/3\",那么传入就是[1,3], 该字段只适配于 type 为 radiation",
326
+ "attribute": false,
327
+ "type": "[number, number]"
328
+ },
329
+ {
330
+ "name": "dividerStyle",
331
+ "description": "分割线自定义样式",
332
+ "attribute": false,
333
+ "type": "CSSProperties"
334
+ }
335
+ ],
336
+ "events": [],
337
+ "slots": [],
338
+ "methods": [],
339
+ "parts": [],
340
+ "description": "分割线",
341
+ "category": "container-display"
342
+ },
338
343
  {
339
344
  "name": "eo-info-card-item",
340
345
  "properties": [
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>presentational-bricks.card-blue</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" stop-opacity="0.5" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="卡片样式规范" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="信息类卡片" transform="translate(-172.000000, -3401.000000)">
12
+ <g id="内部卡片" transform="translate(0.000000, 784.995045)">
13
+ <g id="基础用法" transform="translate(0.000000, 284.978849)">
14
+ <g id="基础卡片" transform="translate(0.000000, 1171.919789)">
15
+ <g id="样式明细" transform="translate(0.000000, 115.991661)">
16
+ <g id="通用卡片" transform="translate(0.000000, 0.000000)">
17
+ <g id="基本2" transform="translate(0.000000, 756.958343)">
18
+ <g id="默认态" transform="translate(156.000000, 126.989928)">
19
+ <g id="基准卡片-完整备份-2" transform="translate(0.000000, 143.166385)">
20
+ <g id="图标" transform="translate(16.000000, 16.000000)">
21
+ <rect id="矩形" fill="#1A7AFF" x="0" y="0" width="40" height="39.9967771" rx="8"></rect>
22
+ <g id="mail-fill" transform="translate(10.000000, 9.999194)" fill-rule="nonzero">
23
+ <rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="20" height="19.9983885"></rect>
24
+ <path d="M18.125,3.12474821 L1.875,3.12474821 C1.52929688,3.12474821 1.25,3.40402258 1.25,3.74969785 L1.25,16.2486907 C1.25,16.5943659 1.52929688,16.8736403 1.875,16.8736403 L18.125,16.8736403 C18.4707031,16.8736403 18.75,16.5943659 18.75,16.2486907 L18.75,3.74969785 C18.75,3.40402258 18.4707031,3.12474821 18.125,3.12474821 Z M16.546875,5.25152996 L10.3847656,10.0460655 C10.2324219,10.1651965 10.0195312,10.1651965 9.8671875,10.0460655 L3.703125,5.25152996 C3.66796875,5.22418841 3.6484375,5.18317609 3.6484375,5.1402108 C3.6484375,5.0620921 3.7109375,4.99959713 3.7890625,4.99959713 L16.4609375,4.99959713 C16.5039062,4.99959713 16.5449219,5.01912681 16.5722656,5.05428023 C16.6191406,5.11482222 16.609375,5.20270577 16.546875,5.25152996 Z" id="形状" fill="url(#linearGradient-1)"></path>
25
+ </g>
26
+ </g>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ </g>
34
+ </g>
35
+ </g>
36
+ </g>
37
+ </svg>
@@ -0,0 +1,157 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="105px" height="55px" viewBox="0 0 105 55" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>presentational-bricks.brick-alert</title>
4
+ <g id="nora" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="构件概览图一" transform="translate(-700.000000, -233.000000)">
6
+ <g id="presentational-bricks.brick-alert" transform="translate(700.000000, 233.000000)">
7
+ <rect id="矩形" x="0" y="0" width="105" height="55" rx="4"></rect>
8
+ <g id="编组备份" transform="translate(6.000000, 6.500000)" fill="#F24C25">
9
+ <rect id="矩形备份-76" stroke-opacity="0.5" stroke="#F24C25" fill-opacity="0.1" x="-0.5" y="-6.25277607e-13" width="94" height="7" rx="1"></rect>
10
+ <g id="编组-9" transform="translate(10.000000, 1.500000)">
11
+ <rect id="矩形备份-5" x="0" y="0" width="1" height="4" rx="0.5"></rect>
12
+ <rect id="矩形备份-12" x="2" y="0" width="1" height="4" rx="0.5"></rect>
13
+ <rect id="矩形备份-13" x="4" y="0" width="1" height="4" rx="0.5"></rect>
14
+ <rect id="矩形备份-14" x="6" y="0" width="1" height="4" rx="0.5"></rect>
15
+ <rect id="矩形备份-15" x="8" y="0" width="1" height="4" rx="0.5"></rect>
16
+ <rect id="矩形备份-16" x="10" y="0" width="1" height="4" rx="0.5"></rect>
17
+ <rect id="矩形备份-17" x="12" y="0" width="1" height="4" rx="0.5"></rect>
18
+ <rect id="矩形备份-18" x="14" y="0" width="1" height="4" rx="0.5"></rect>
19
+ <rect id="矩形备份-19" x="16" y="0" width="1" height="4" rx="0.5"></rect>
20
+ <rect id="矩形备份-20" x="18" y="0" width="1" height="4" rx="0.5"></rect>
21
+ <rect id="矩形备份-21" x="20" y="0" width="1" height="4" rx="0.5"></rect>
22
+ <rect id="矩形备份-42" x="22" y="0" width="1" height="4" rx="0.5"></rect>
23
+ <rect id="矩形备份-43" x="24" y="0" width="1" height="4" rx="0.5"></rect>
24
+ <rect id="矩形备份-44" x="26" y="0" width="1" height="4" rx="0.5"></rect>
25
+ <rect id="矩形备份-45" x="28" y="0" width="1" height="4" rx="0.5"></rect>
26
+ <rect id="矩形备份-46" x="30" y="0" width="1" height="4" rx="0.5"></rect>
27
+ <rect id="矩形备份-47" x="32" y="0" width="1" height="4" rx="0.5"></rect>
28
+ <rect id="矩形备份-57" x="34" y="0" width="1" height="4" rx="0.5"></rect>
29
+ <rect id="矩形备份-61" x="36" y="0" width="1" height="4" rx="0.5"></rect>
30
+ <rect id="矩形备份-65" x="38" y="0" width="1" height="4" rx="0.5"></rect>
31
+ <rect id="矩形备份-66" x="40" y="0" width="1" height="4" rx="0.5"></rect>
32
+ <rect id="矩形备份-67" x="42" y="0" width="1" height="4" rx="0.5"></rect>
33
+ <rect id="矩形备份-68" x="44" y="0" width="1" height="4" rx="0.5"></rect>
34
+ <rect id="矩形备份-69" x="46" y="0" width="1" height="4" rx="0.5"></rect>
35
+ </g>
36
+ <g id="通用图标/Close-Circle-Fill" transform="translate(2.000000, 1.000000)">
37
+ <rect id="矩形" fill-rule="nonzero" opacity="0" x="0" y="0" width="5" height="5"></rect>
38
+ <path d="M2.5,0.3125 C1.29199219,0.3125 0.3125,1.29199219 0.3125,2.5 C0.3125,3.70800781 1.29199219,4.6875 2.5,4.6875 C3.70800781,4.6875 4.6875,3.70800781 4.6875,2.5 C4.6875,1.29199219 3.70800781,0.3125 2.5,0.3125 Z M3.30761719,3.33105469 L2.98535156,3.32958984 L2.5,2.75097656 L2.01513672,3.32910156 L1.69238281,3.33056641 C1.67089844,3.33056641 1.65332031,3.31347656 1.65332031,3.29150391 C1.65332031,3.28222656 1.65673828,3.2734375 1.66259766,3.26611328 L2.29785156,2.50927734 L1.66259766,1.75292969 C1.65673828,1.74560547 1.65332031,1.73681641 1.65332031,1.72753906 C1.65332031,1.70605469 1.67089844,1.68847656 1.69238281,1.68847656 L2.01513672,1.68994141 L2.5,2.26855469 L2.98486328,1.69042969 L3.30712891,1.68896484 C3.32861328,1.68896484 3.34619141,1.70605469 3.34619141,1.72802734 C3.34619141,1.73730469 3.34277344,1.74609375 3.33691406,1.75341797 L2.70263672,2.50976562 L3.33740234,3.26660156 C3.34326172,3.27392578 3.34667969,3.28271484 3.34667969,3.29199219 C3.34667969,3.31347656 3.32910156,3.33105469 3.30761719,3.33105469 Z" id="形状"></path>
39
+ </g>
40
+ <g id="编组-13" transform="translate(88.742641, 3.535534) rotate(-315.000000) translate(-88.742641, -3.535534) translate(86.242641, 1.035534)">
41
+ <rect id="矩形" x="2.08333333" y="1.74813768e-14" width="1" height="5" rx="0.5"></rect>
42
+ <path d="M2.5,6.66133815e-14 C2.73011865,6.65711094e-14 2.91666667,0.186548021 2.91666667,0.416666667 L2.91666667,4.58333333 C2.91666667,4.81345198 2.73011865,5 2.5,5 C2.26988135,5 2.08333333,4.81345198 2.08333333,4.58333333 L2.08333333,0.416666667 C2.08333333,0.186548021 2.26988135,6.66556536e-14 2.5,6.66133815e-14 Z" id="矩形" transform="translate(2.500000, 2.500000) rotate(-90.000000) translate(-2.500000, -2.500000) "></path>
43
+ </g>
44
+ </g>
45
+ <g id="编组备份" transform="translate(6.000000, 18.500000)" fill="#4886F6">
46
+ <rect id="矩形备份-76" stroke-opacity="0.5" stroke="#4886F6" fill-opacity="0.1" x="-0.5" y="-3.41116024e-13" width="94" height="7" rx="1"></rect>
47
+ <g id="编组-10" transform="translate(88.267767, 3.535534) rotate(-315.000000) translate(-88.267767, -3.535534) translate(85.767767, 1.035534)">
48
+ <rect id="矩形备份-11" x="2.08333333" y="0" width="1" height="5" rx="0.5"></rect>
49
+ <path d="M2.5,-1.10844667e-12 C2.73011865,-1.10848894e-12 2.91666667,0.186548021 2.91666667,0.416666667 L2.91666667,4.58333333 C2.91666667,4.81345198 2.73011865,5 2.5,5 C2.26988135,5 2.08333333,4.81345198 2.08333333,4.58333333 L2.08333333,0.416666667 C2.08333333,0.186548021 2.26988135,-1.1084044e-12 2.5,-1.10844667e-12 Z" id="矩形备份-70" transform="translate(2.500000, 2.500000) rotate(-90.000000) translate(-2.500000, -2.500000) "></path>
50
+ </g>
51
+ <g id="编组-9备份" transform="translate(10.000000, 1.500000)">
52
+ <rect id="矩形备份-5" x="0" y="0" width="1" height="4" rx="0.5"></rect>
53
+ <rect id="矩形备份-12" x="2" y="0" width="1" height="4" rx="0.5"></rect>
54
+ <rect id="矩形备份-13" x="4" y="0" width="1" height="4" rx="0.5"></rect>
55
+ <rect id="矩形备份-14" x="6" y="0" width="1" height="4" rx="0.5"></rect>
56
+ <rect id="矩形备份-15" x="8" y="0" width="1" height="4" rx="0.5"></rect>
57
+ <rect id="矩形备份-16" x="10" y="0" width="1" height="4" rx="0.5"></rect>
58
+ <rect id="矩形备份-17" x="12" y="0" width="1" height="4" rx="0.5"></rect>
59
+ <rect id="矩形备份-18" x="14" y="0" width="1" height="4" rx="0.5"></rect>
60
+ <rect id="矩形备份-19" x="16" y="0" width="1" height="4" rx="0.5"></rect>
61
+ <rect id="矩形备份-20" x="18" y="0" width="1" height="4" rx="0.5"></rect>
62
+ <rect id="矩形备份-21" x="20" y="0" width="1" height="4" rx="0.5"></rect>
63
+ <rect id="矩形备份-42" x="22" y="0" width="1" height="4" rx="0.5"></rect>
64
+ <rect id="矩形备份-43" x="24" y="0" width="1" height="4" rx="0.5"></rect>
65
+ <rect id="矩形备份-44" x="26" y="0" width="1" height="4" rx="0.5"></rect>
66
+ <rect id="矩形备份-45" x="28" y="0" width="1" height="4" rx="0.5"></rect>
67
+ <rect id="矩形备份-46" x="30" y="0" width="1" height="4" rx="0.5"></rect>
68
+ <rect id="矩形备份-47" x="32" y="0" width="1" height="4" rx="0.5"></rect>
69
+ <rect id="矩形备份-57" x="34" y="0" width="1" height="4" rx="0.5"></rect>
70
+ <rect id="矩形备份-61" x="36" y="0" width="1" height="4" rx="0.5"></rect>
71
+ <rect id="矩形备份-65" x="38" y="0" width="1" height="4" rx="0.5"></rect>
72
+ <rect id="矩形备份-66" x="40" y="0" width="1" height="4" rx="0.5"></rect>
73
+ <rect id="矩形备份-67" x="42" y="0" width="1" height="4" rx="0.5"></rect>
74
+ <rect id="矩形备份-68" x="44" y="0" width="1" height="4" rx="0.5"></rect>
75
+ <rect id="矩形备份-69" x="46" y="0" width="1" height="4" rx="0.5"></rect>
76
+ </g>
77
+ </g>
78
+ <g id="编组备份" transform="translate(6.000000, 30.500000)">
79
+ <rect id="矩形备份-76" stroke-opacity="0.5" stroke="#F7BF02" fill-opacity="0.1" fill="#F7BF02" x="-0.5" y="1.70530257e-13" width="94" height="7" rx="1"></rect>
80
+ <g id="编组-10" transform="translate(88.267767, 3.535534) rotate(-315.000000) translate(-88.267767, -3.535534) translate(85.767767, 1.035534)" fill="#F7BF02">
81
+ <rect id="矩形备份-11" x="2.08333333" y="0" width="1" height="5" rx="0.5"></rect>
82
+ <path d="M2.5,-1.10844667e-12 C2.73011865,-1.10848894e-12 2.91666667,0.186548021 2.91666667,0.416666667 L2.91666667,4.58333333 C2.91666667,4.81345198 2.73011865,5 2.5,5 C2.26988135,5 2.08333333,4.81345198 2.08333333,4.58333333 L2.08333333,0.416666667 C2.08333333,0.186548021 2.26988135,-1.1084044e-12 2.5,-1.10844667e-12 Z" id="矩形备份-70" transform="translate(2.500000, 2.500000) rotate(-90.000000) translate(-2.500000, -2.500000) "></path>
83
+ </g>
84
+ <g id="编组-9备份-2" transform="translate(10.000000, 1.500000)" fill="#F7BF02">
85
+ <rect id="矩形备份-5" x="0" y="0" width="1" height="4" rx="0.5"></rect>
86
+ <rect id="矩形备份-12" x="2" y="0" width="1" height="4" rx="0.5"></rect>
87
+ <rect id="矩形备份-13" x="4" y="0" width="1" height="4" rx="0.5"></rect>
88
+ <rect id="矩形备份-14" x="6" y="0" width="1" height="4" rx="0.5"></rect>
89
+ <rect id="矩形备份-15" x="8" y="0" width="1" height="4" rx="0.5"></rect>
90
+ <rect id="矩形备份-16" x="10" y="0" width="1" height="4" rx="0.5"></rect>
91
+ <rect id="矩形备份-17" x="12" y="0" width="1" height="4" rx="0.5"></rect>
92
+ <rect id="矩形备份-18" x="14" y="0" width="1" height="4" rx="0.5"></rect>
93
+ <rect id="矩形备份-19" x="16" y="0" width="1" height="4" rx="0.5"></rect>
94
+ <rect id="矩形备份-20" x="18" y="0" width="1" height="4" rx="0.5"></rect>
95
+ <rect id="矩形备份-21" x="20" y="0" width="1" height="4" rx="0.5"></rect>
96
+ <rect id="矩形备份-42" x="22" y="0" width="1" height="4" rx="0.5"></rect>
97
+ <rect id="矩形备份-43" x="24" y="0" width="1" height="4" rx="0.5"></rect>
98
+ <rect id="矩形备份-44" x="26" y="0" width="1" height="4" rx="0.5"></rect>
99
+ <rect id="矩形备份-45" x="28" y="0" width="1" height="4" rx="0.5"></rect>
100
+ <rect id="矩形备份-46" x="30" y="0" width="1" height="4" rx="0.5"></rect>
101
+ <rect id="矩形备份-47" x="32" y="0" width="1" height="4" rx="0.5"></rect>
102
+ <rect id="矩形备份-57" x="34" y="0" width="1" height="4" rx="0.5"></rect>
103
+ <rect id="矩形备份-61" x="36" y="0" width="1" height="4" rx="0.5"></rect>
104
+ <rect id="矩形备份-65" x="38" y="0" width="1" height="4" rx="0.5"></rect>
105
+ <rect id="矩形备份-66" x="40" y="0" width="1" height="4" rx="0.5"></rect>
106
+ <rect id="矩形备份-67" x="42" y="0" width="1" height="4" rx="0.5"></rect>
107
+ <rect id="矩形备份-68" x="44" y="0" width="1" height="4" rx="0.5"></rect>
108
+ <rect id="矩形备份-69" x="46" y="0" width="1" height="4" rx="0.5"></rect>
109
+ </g>
110
+ <rect id="矩形备份-79" stroke-opacity="0.5" stroke="#52C41A" fill-opacity="0.1" fill="#52C41A" x="-0.5" y="12" width="94" height="7" rx="1"></rect>
111
+ <g id="编组-10" transform="translate(88.267767, 15.535534) rotate(-315.000000) translate(-88.267767, -15.535534) translate(85.767767, 13.035534)" fill="#52C41A">
112
+ <rect id="矩形备份-11" x="2.08333333" y="0" width="1" height="5" rx="0.5"></rect>
113
+ <path d="M2.5,-1.26920696e-12 C2.73011865,-1.26924923e-12 2.91666667,0.186548021 2.91666667,0.416666667 L2.91666667,4.58333333 C2.91666667,4.81345198 2.73011865,5 2.5,5 C2.26988135,5 2.08333333,4.81345198 2.08333333,4.58333333 L2.08333333,0.416666667 C2.08333333,0.186548021 2.26988135,-1.26916469e-12 2.5,-1.26920696e-12 Z" id="矩形备份-70" transform="translate(2.500000, 2.500000) rotate(-90.000000) translate(-2.500000, -2.500000) "></path>
114
+ </g>
115
+ <g id="编组-9备份-3" transform="translate(10.000000, 13.500000)" fill="#52C41A">
116
+ <rect id="矩形备份-5" x="0" y="0" width="1" height="4" rx="0.5"></rect>
117
+ <rect id="矩形备份-12" x="2" y="0" width="1" height="4" rx="0.5"></rect>
118
+ <rect id="矩形备份-13" x="4" y="0" width="1" height="4" rx="0.5"></rect>
119
+ <rect id="矩形备份-14" x="6" y="0" width="1" height="4" rx="0.5"></rect>
120
+ <rect id="矩形备份-15" x="8" y="0" width="1" height="4" rx="0.5"></rect>
121
+ <rect id="矩形备份-16" x="10" y="0" width="1" height="4" rx="0.5"></rect>
122
+ <rect id="矩形备份-17" x="12" y="0" width="1" height="4" rx="0.5"></rect>
123
+ <rect id="矩形备份-18" x="14" y="0" width="1" height="4" rx="0.5"></rect>
124
+ <rect id="矩形备份-19" x="16" y="0" width="1" height="4" rx="0.5"></rect>
125
+ <rect id="矩形备份-20" x="18" y="0" width="1" height="4" rx="0.5"></rect>
126
+ <rect id="矩形备份-21" x="20" y="0" width="1" height="4" rx="0.5"></rect>
127
+ <rect id="矩形备份-42" x="22" y="0" width="1" height="4" rx="0.5"></rect>
128
+ <rect id="矩形备份-43" x="24" y="0" width="1" height="4" rx="0.5"></rect>
129
+ <rect id="矩形备份-44" x="26" y="0" width="1" height="4" rx="0.5"></rect>
130
+ <rect id="矩形备份-45" x="28" y="0" width="1" height="4" rx="0.5"></rect>
131
+ <rect id="矩形备份-46" x="30" y="0" width="1" height="4" rx="0.5"></rect>
132
+ <rect id="矩形备份-47" x="32" y="0" width="1" height="4" rx="0.5"></rect>
133
+ <rect id="矩形备份-57" x="34" y="0" width="1" height="4" rx="0.5"></rect>
134
+ <rect id="矩形备份-61" x="36" y="0" width="1" height="4" rx="0.5"></rect>
135
+ <rect id="矩形备份-65" x="38" y="0" width="1" height="4" rx="0.5"></rect>
136
+ <rect id="矩形备份-66" x="40" y="0" width="1" height="4" rx="0.5"></rect>
137
+ <rect id="矩形备份-67" x="42" y="0" width="1" height="4" rx="0.5"></rect>
138
+ <rect id="矩形备份-68" x="44" y="0" width="1" height="4" rx="0.5"></rect>
139
+ <rect id="矩形备份-69" x="46" y="0" width="1" height="4" rx="0.5"></rect>
140
+ </g>
141
+ </g>
142
+ <g id="通用图标/Info--Circle-Fill" transform="translate(8.000000, 19.500000)" fill="#4886F6">
143
+ <rect id="矩形" fill-rule="nonzero" opacity="0" x="0" y="0" width="5" height="5"></rect>
144
+ <path d="M2.5,0.3125 C1.29199219,0.3125 0.3125,1.29199219 0.3125,2.5 C0.3125,3.70800781 1.29199219,4.6875 2.5,4.6875 C3.70800781,4.6875 4.6875,3.70800781 4.6875,2.5 C4.6875,1.29199219 3.70800781,0.3125 2.5,0.3125 Z M2.65625,3.5546875 C2.65625,3.57617188 2.63867188,3.59375 2.6171875,3.59375 L2.3828125,3.59375 C2.36132812,3.59375 2.34375,3.57617188 2.34375,3.5546875 L2.34375,2.2265625 C2.34375,2.20507812 2.36132812,2.1875 2.3828125,2.1875 L2.6171875,2.1875 C2.63867188,2.1875 2.65625,2.20507812 2.65625,2.2265625 L2.65625,3.5546875 Z M2.5,1.875 C2.37060547,1.875 2.265625,1.77001953 2.265625,1.640625 C2.265625,1.51123047 2.37060547,1.40625 2.5,1.40625 C2.62939453,1.40625 2.734375,1.51123047 2.734375,1.640625 C2.734375,1.77001953 2.62939453,1.875 2.5,1.875 Z" id="形状"></path>
145
+ </g>
146
+ <g id="通用图标/Warning-circle-fill" transform="translate(8.000000, 31.500000)" fill="#F7BF02">
147
+ <rect id="矩形" fill-rule="nonzero" opacity="0" x="0" y="0" width="5" height="5"></rect>
148
+ <path d="M2.5,0.3125 C1.29199219,0.3125 0.3125,1.29199219 0.3125,2.5 C0.3125,3.70800781 1.29199219,4.6875 2.5,4.6875 C3.70800781,4.6875 4.6875,3.70800781 4.6875,2.5 C4.6875,1.29199219 3.70800781,0.3125 2.5,0.3125 Z M2.34375,1.4453125 C2.34375,1.42382812 2.36132812,1.40625 2.3828125,1.40625 L2.6171875,1.40625 C2.63867188,1.40625 2.65625,1.42382812 2.65625,1.4453125 L2.65625,2.7734375 C2.65625,2.79492188 2.63867188,2.8125 2.6171875,2.8125 L2.3828125,2.8125 C2.36132812,2.8125 2.34375,2.79492188 2.34375,2.7734375 L2.34375,1.4453125 Z M2.5,3.59375 C2.37060547,3.59375 2.265625,3.48876953 2.265625,3.359375 C2.265625,3.22998047 2.37060547,3.125 2.5,3.125 C2.62939453,3.125 2.734375,3.22998047 2.734375,3.359375 C2.734375,3.48876953 2.62939453,3.59375 2.5,3.59375 Z" id="形状"></path>
149
+ </g>
150
+ <g id="通用图标/Check-Circle-Fill" transform="translate(8.000000, 43.500000)" fill="#52C41A">
151
+ <rect id="矩形" fill-rule="nonzero" opacity="0" x="0" y="0" width="5" height="5"></rect>
152
+ <path d="M2.5,0.3125 C1.29199219,0.3125 0.3125,1.29199219 0.3125,2.5 C0.3125,3.70800781 1.29199219,4.6875 2.5,4.6875 C3.70800781,4.6875 4.6875,3.70800781 4.6875,2.5 C4.6875,1.29199219 3.70800781,0.3125 2.5,0.3125 Z M3.44482422,1.78564453 L2.41650391,3.21142578 C2.35449219,3.29785156 2.22607422,3.29785156 2.1640625,3.21142578 L1.55517578,2.36767578 C1.53662109,2.34179687 1.55517578,2.30566406 1.58691406,2.30566406 L1.81591797,2.30566406 C1.86572266,2.30566406 1.91308594,2.32958984 1.94238281,2.37060547 L2.29003906,2.85302734 L3.05761719,1.78857422 C3.08691406,1.74804687 3.13378906,1.72363281 3.18408203,1.72363281 L3.41308594,1.72363281 C3.44482422,1.72363281 3.46337891,1.75976562 3.44482422,1.78564453 Z" id="形状"></path>
153
+ </g>
154
+ </g>
155
+ </g>
156
+ </g>
157
+ </svg>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="105px" height="55px" viewBox="0 0 105 55" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>presentational-bricks.brick-alert[info-tips-with-icon]</title>
4
+ <defs>
5
+ <rect id="path-1" x="0" y="0" width="105" height="55" rx="4"></rect>
6
+ </defs>
7
+ <g id="snippet截图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="snippet" transform="translate(-5997.000000, -816.000000)">
9
+ <g id="presentational-bricks.brick-alert[info-tips-with-icon]" transform="translate(5997.000000, 816.000000)">
10
+ <mask id="mask-2" fill="white">
11
+ <use xlink:href="#path-1"></use>
12
+ </mask>
13
+ <g id="矩形备份-46"></g>
14
+ <g id="编组-17" mask="url(#mask-2)">
15
+ <g transform="translate(6.000000, 25.000000)">
16
+ <rect id="矩形备份-79" stroke-opacity="0.5" stroke="#52C41A" fill-opacity="0.1" fill="#52C41A" x="-0.5" y="-0.5" width="94" height="7" rx="1"></rect>
17
+ <g id="编组-9备份-3" stroke="none" fill="none" transform="translate(10.000000, 1.000000)">
18
+ <rect id="矩形备份-5" fill="#52C41A" x="0" y="0" width="1" height="4" rx="0.5"></rect>
19
+ <rect id="矩形备份-12" fill="#52C41A" x="2" y="0" width="1" height="4" rx="0.5"></rect>
20
+ <rect id="矩形备份-13" fill="#52C41A" x="4" y="0" width="1" height="4" rx="0.5"></rect>
21
+ <rect id="矩形备份-14" fill="#52C41A" x="6" y="0" width="1" height="4" rx="0.5"></rect>
22
+ <rect id="矩形备份-15" fill="#52C41A" x="8" y="0" width="1" height="4" rx="0.5"></rect>
23
+ <rect id="矩形备份-16" fill="#52C41A" x="10" y="0" width="1" height="4" rx="0.5"></rect>
24
+ <rect id="矩形备份-17" fill="#52C41A" x="12" y="0" width="1" height="4" rx="0.5"></rect>
25
+ <rect id="矩形备份-18" fill="#52C41A" x="14" y="0" width="1" height="4" rx="0.5"></rect>
26
+ <rect id="矩形备份-19" fill="#52C41A" x="16" y="0" width="1" height="4" rx="0.5"></rect>
27
+ <rect id="矩形备份-20" fill="#52C41A" x="18" y="0" width="1" height="4" rx="0.5"></rect>
28
+ <rect id="矩形备份-21" fill="#52C41A" x="20" y="0" width="1" height="4" rx="0.5"></rect>
29
+ <rect id="矩形备份-42" fill="#52C41A" x="22" y="0" width="1" height="4" rx="0.5"></rect>
30
+ <rect id="矩形备份-43" fill="#52C41A" x="24" y="0" width="1" height="4" rx="0.5"></rect>
31
+ <rect id="矩形备份-44" fill="#52C41A" x="26" y="0" width="1" height="4" rx="0.5"></rect>
32
+ <rect id="矩形备份-45" fill="#52C41A" x="28" y="0" width="1" height="4" rx="0.5"></rect>
33
+ <rect id="矩形备份-46" fill="#52C41A" x="30" y="0" width="1" height="4" rx="0.5"></rect>
34
+ <rect id="矩形备份-47" fill="#52C41A" x="32" y="0" width="1" height="4" rx="0.5"></rect>
35
+ <rect id="矩形备份-57" fill="#52C41A" x="34" y="0" width="1" height="4" rx="0.5"></rect>
36
+ <rect id="矩形备份-61" fill="#52C41A" x="36" y="0" width="1" height="4" rx="0.5"></rect>
37
+ <rect id="矩形备份-65" fill="#52C41A" x="38" y="0" width="1" height="4" rx="0.5"></rect>
38
+ <rect id="矩形备份-66" fill="#52C41A" x="40" y="0" width="1" height="4" rx="0.5"></rect>
39
+ <rect id="矩形备份-67" fill="#52C41A" x="42" y="0" width="1" height="4" rx="0.5"></rect>
40
+ <rect id="矩形备份-68" fill="#52C41A" x="44" y="0" width="1" height="4" rx="0.5"></rect>
41
+ <rect id="矩形备份-69" fill="#52C41A" x="46" y="0" width="1" height="4" rx="0.5"></rect>
42
+ </g>
43
+ <g id="通用图标/Check-Circle-Fill" stroke="none" fill="none" transform="translate(2.000000, 0.500000)">
44
+ <rect id="矩形" fill="#52C41A" fill-rule="nonzero" opacity="0" x="0" y="0" width="5" height="5"></rect>
45
+ <path d="M2.5,0.3125 C1.29199219,0.3125 0.3125,1.29199219 0.3125,2.5 C0.3125,3.70800781 1.29199219,4.6875 2.5,4.6875 C3.70800781,4.6875 4.6875,3.70800781 4.6875,2.5 C4.6875,1.29199219 3.70800781,0.3125 2.5,0.3125 Z M3.44482422,1.78564453 L2.41650391,3.21142578 C2.35449219,3.29785156 2.22607422,3.29785156 2.1640625,3.21142578 L1.55517578,2.36767578 C1.53662109,2.34179687 1.55517578,2.30566406 1.58691406,2.30566406 L1.81591797,2.30566406 C1.86572266,2.30566406 1.91308594,2.32958984 1.94238281,2.37060547 L2.29003906,2.85302734 L3.05761719,1.78857422 C3.08691406,1.74804687 3.13378906,1.72363281 3.18408203,1.72363281 L3.41308594,1.72363281 C3.44482422,1.72363281 3.46337891,1.75976562 3.44482422,1.78564453 Z" id="形状" fill="#52C41A"></path>
46
+ </g>
47
+ </g>
48
+ </g>
49
+ </g>
50
+ </g>
51
+ </g>
52
+ </svg>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="105px" height="55px" viewBox="0 0 105 55" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>presentational-bricks-widgets.brick-alert-success</title>
4
+ <defs>
5
+ <rect id="path-1" x="0" y="0" width="105" height="55" rx="4"></rect>
6
+ </defs>
7
+ <g id="nora" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="-构件概览图七" transform="translate(-573.000000, -202.000000)">
9
+ <g id="presentational-bricks-widgets.brick-alert-success" transform="translate(573.000000, 202.000000)">
10
+ <mask id="mask-2" fill="white">
11
+ <use xlink:href="#path-1"></use>
12
+ </mask>
13
+ <g id="矩形备份-46"></g>
14
+ <g id="编组-17" mask="url(#mask-2)">
15
+ <g transform="translate(6.000000, 25.000000)">
16
+ <rect id="矩形备份-79" stroke-opacity="0.5" stroke="#52C41A" fill-opacity="0.1" fill="#52C41A" x="-0.5" y="-0.5" width="94" height="7" rx="1"></rect>
17
+ <g id="编组-9备份-3" stroke="none" fill="none" transform="translate(10.000000, 1.000000)">
18
+ <rect id="矩形备份-5" fill="#52C41A" x="0" y="0" width="1" height="4" rx="0.5"></rect>
19
+ <rect id="矩形备份-12" fill="#52C41A" x="2" y="0" width="1" height="4" rx="0.5"></rect>
20
+ <rect id="矩形备份-13" fill="#52C41A" x="4" y="0" width="1" height="4" rx="0.5"></rect>
21
+ <rect id="矩形备份-14" fill="#52C41A" x="6" y="0" width="1" height="4" rx="0.5"></rect>
22
+ <rect id="矩形备份-15" fill="#52C41A" x="8" y="0" width="1" height="4" rx="0.5"></rect>
23
+ <rect id="矩形备份-16" fill="#52C41A" x="10" y="0" width="1" height="4" rx="0.5"></rect>
24
+ <rect id="矩形备份-17" fill="#52C41A" x="12" y="0" width="1" height="4" rx="0.5"></rect>
25
+ <rect id="矩形备份-18" fill="#52C41A" x="14" y="0" width="1" height="4" rx="0.5"></rect>
26
+ <rect id="矩形备份-19" fill="#52C41A" x="16" y="0" width="1" height="4" rx="0.5"></rect>
27
+ <rect id="矩形备份-20" fill="#52C41A" x="18" y="0" width="1" height="4" rx="0.5"></rect>
28
+ <rect id="矩形备份-21" fill="#52C41A" x="20" y="0" width="1" height="4" rx="0.5"></rect>
29
+ <rect id="矩形备份-42" fill="#52C41A" x="22" y="0" width="1" height="4" rx="0.5"></rect>
30
+ <rect id="矩形备份-43" fill="#52C41A" x="24" y="0" width="1" height="4" rx="0.5"></rect>
31
+ <rect id="矩形备份-44" fill="#52C41A" x="26" y="0" width="1" height="4" rx="0.5"></rect>
32
+ <rect id="矩形备份-45" fill="#52C41A" x="28" y="0" width="1" height="4" rx="0.5"></rect>
33
+ <rect id="矩形备份-46" fill="#52C41A" x="30" y="0" width="1" height="4" rx="0.5"></rect>
34
+ <rect id="矩形备份-47" fill="#52C41A" x="32" y="0" width="1" height="4" rx="0.5"></rect>
35
+ <rect id="矩形备份-57" fill="#52C41A" x="34" y="0" width="1" height="4" rx="0.5"></rect>
36
+ <rect id="矩形备份-61" fill="#52C41A" x="36" y="0" width="1" height="4" rx="0.5"></rect>
37
+ <rect id="矩形备份-65" fill="#52C41A" x="38" y="0" width="1" height="4" rx="0.5"></rect>
38
+ <rect id="矩形备份-66" fill="#52C41A" x="40" y="0" width="1" height="4" rx="0.5"></rect>
39
+ <rect id="矩形备份-67" fill="#52C41A" x="42" y="0" width="1" height="4" rx="0.5"></rect>
40
+ <rect id="矩形备份-68" fill="#52C41A" x="44" y="0" width="1" height="4" rx="0.5"></rect>
41
+ <rect id="矩形备份-69" fill="#52C41A" x="46" y="0" width="1" height="4" rx="0.5"></rect>
42
+ </g>
43
+ <g id="通用图标/Check-Circle-Fill" stroke="none" fill="none" transform="translate(2.000000, 0.500000)">
44
+ <rect id="矩形" fill="#52C41A" fill-rule="nonzero" opacity="0" x="0" y="0" width="5" height="5"></rect>
45
+ <path d="M2.5,0.3125 C1.29199219,0.3125 0.3125,1.29199219 0.3125,2.5 C0.3125,3.70800781 1.29199219,4.6875 2.5,4.6875 C3.70800781,4.6875 4.6875,3.70800781 4.6875,2.5 C4.6875,1.29199219 3.70800781,0.3125 2.5,0.3125 Z M3.44482422,1.78564453 L2.41650391,3.21142578 C2.35449219,3.29785156 2.22607422,3.29785156 2.1640625,3.21142578 L1.55517578,2.36767578 C1.53662109,2.34179687 1.55517578,2.30566406 1.58691406,2.30566406 L1.81591797,2.30566406 C1.86572266,2.30566406 1.91308594,2.32958984 1.94238281,2.37060547 L2.29003906,2.85302734 L3.05761719,1.78857422 C3.08691406,1.74804687 3.13378906,1.72363281 3.18408203,1.72363281 L3.41308594,1.72363281 C3.44482422,1.72363281 3.46337891,1.75976562 3.44482422,1.78564453 Z" id="形状" fill="#52C41A"></path>
46
+ </g>
47
+ </g>
48
+ </g>
49
+ </g>
50
+ </g>
51
+ </g>
52
+ </svg>