@infinilabs/ui-web-cli 0.0.12 → 0.0.14
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/lib/bundle.js +1 -1
- package/lib/bundle.js.LICENSE.txt +0 -110
- package/package.json +12 -4
- package/lib/0079e63f520938463592cd7a0843212f.svg +0 -14
- package/lib/0a571b96d387f4634a7befe2f2bc53c8.svg +0 -3
- package/lib/0e765667a8748de641076b11f6486de8.svg +0 -56
- package/lib/30ab1c0680929f3a6787122511936e32.svg +0 -92
- package/lib/3f9e1a9c42604b1c961506b4b5b46308.svg +0 -1
- package/lib/4170056f6bbc0aded5171e160be26f9a.svg +0 -3
- package/lib/4d9ecf31b50c995fe93f95c152e6603e.svg +0 -3
- package/lib/65a0c13e69351c205ce0437592b8378b.svg +0 -3
- package/lib/9f89ab723e3c903880aa63e3fb556457.svg +0 -16
- package/lib/b471ea86c61b7950245176eebc5387fc.svg +0 -3
- package/lib/bfa5974347290867ce342cbbd33447aa.svg +0 -3
- package/lib/d2b493d7bea46c12d63b69675f394353.svg +0 -17
- package/lib/d739fe5f0e3f0aa0777bc50578e2daff.svg +0 -18
- package/lib/f21a3ea489eedafc16b07759f34b40a9.svg +0 -22
|
@@ -1,111 +1 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
Copyright (c) 2017 Jed Watson.
|
|
9
|
-
Licensed under the MIT License (MIT), see
|
|
10
|
-
http://jedwatson.github.io/classnames
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*!
|
|
14
|
-
* Sizzle CSS Selector Engine v2.3.6
|
|
15
|
-
* https://sizzlejs.com/
|
|
16
|
-
*
|
|
17
|
-
* Copyright JS Foundation and other contributors
|
|
18
|
-
* Released under the MIT license
|
|
19
|
-
* https://js.foundation/
|
|
20
|
-
*
|
|
21
|
-
* Date: 2021-02-16
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
/*!
|
|
25
|
-
* jQuery JavaScript Library v3.6.0
|
|
26
|
-
* https://jquery.com/
|
|
27
|
-
*
|
|
28
|
-
* Includes Sizzle.js
|
|
29
|
-
* https://sizzlejs.com/
|
|
30
|
-
*
|
|
31
|
-
* Copyright OpenJS Foundation and other contributors
|
|
32
|
-
* Released under the MIT license
|
|
33
|
-
* https://jquery.org/license
|
|
34
|
-
*
|
|
35
|
-
* Date: 2021-03-02T17:08Z
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/*! *****************************************************************************
|
|
39
|
-
Copyright (c) Microsoft Corporation.
|
|
40
|
-
|
|
41
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
42
|
-
purpose with or without fee is hereby granted.
|
|
43
|
-
|
|
44
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
45
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
46
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
47
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
48
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
49
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
50
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
51
|
-
***************************************************************************** */
|
|
52
|
-
|
|
53
1
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @license
|
|
57
|
-
* Lodash <https://lodash.com/>
|
|
58
|
-
* Copyright JS Foundation and other contributors <https://js.foundation/>
|
|
59
|
-
* Released under MIT license <https://lodash.com/license>
|
|
60
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
61
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
62
|
-
*/
|
|
63
|
-
|
|
64
|
-
/** @license React v0.19.1
|
|
65
|
-
* scheduler.production.min.js
|
|
66
|
-
*
|
|
67
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
68
|
-
*
|
|
69
|
-
* This source code is licensed under the MIT license found in the
|
|
70
|
-
* LICENSE file in the root directory of this source tree.
|
|
71
|
-
*/
|
|
72
|
-
|
|
73
|
-
/** @license React v16.13.1
|
|
74
|
-
* react-is.production.min.js
|
|
75
|
-
*
|
|
76
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
77
|
-
*
|
|
78
|
-
* This source code is licensed under the MIT license found in the
|
|
79
|
-
* LICENSE file in the root directory of this source tree.
|
|
80
|
-
*/
|
|
81
|
-
|
|
82
|
-
/** @license React v16.14.0
|
|
83
|
-
* react-dom.production.min.js
|
|
84
|
-
*
|
|
85
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
86
|
-
*
|
|
87
|
-
* This source code is licensed under the MIT license found in the
|
|
88
|
-
* LICENSE file in the root directory of this source tree.
|
|
89
|
-
*/
|
|
90
|
-
|
|
91
|
-
/** @license React v16.14.0
|
|
92
|
-
* react-jsx-runtime.production.min.js
|
|
93
|
-
*
|
|
94
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
95
|
-
*
|
|
96
|
-
* This source code is licensed under the MIT license found in the
|
|
97
|
-
* LICENSE file in the root directory of this source tree.
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
|
-
/** @license React v16.14.0
|
|
101
|
-
* react.production.min.js
|
|
102
|
-
*
|
|
103
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
104
|
-
*
|
|
105
|
-
* This source code is licensed under the MIT license found in the
|
|
106
|
-
* LICENSE file in the root directory of this source tree.
|
|
107
|
-
*/
|
|
108
|
-
|
|
109
|
-
//! moment.js
|
|
110
|
-
|
|
111
|
-
//! moment.js locale configuration
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infinilabs/ui-web-cli",
|
|
3
|
-
"author": "
|
|
3
|
+
"author": "Rain9",
|
|
4
4
|
"description": "",
|
|
5
|
+
"keywords": [],
|
|
5
6
|
"main": "lib/bundle.js",
|
|
6
7
|
"files": [
|
|
7
8
|
"lib",
|
|
@@ -12,12 +13,11 @@
|
|
|
12
13
|
"access": "public",
|
|
13
14
|
"registry": "https://registry.npmjs.org/"
|
|
14
15
|
},
|
|
15
|
-
"keywords": [],
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"private": false,
|
|
18
|
-
"version": "0.0.
|
|
18
|
+
"version": "0.0.14",
|
|
19
19
|
"scripts": {
|
|
20
|
-
"
|
|
20
|
+
"dev": "webpack-dev-server --config ./config/webpack.dev.config.cjs",
|
|
21
21
|
"build": "webpack --config ./config/webpack.prod.config.cjs"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
@@ -27,10 +27,13 @@
|
|
|
27
27
|
"classnames": "2.2.6",
|
|
28
28
|
"events": "^3.3.0",
|
|
29
29
|
"fp-ts": "2.10.5",
|
|
30
|
+
"hash.js": "1.1.5",
|
|
30
31
|
"immer": "10.0.3",
|
|
31
32
|
"jquery": "3.6.0",
|
|
32
33
|
"lodash": "4.17.10",
|
|
33
34
|
"minimatch": "5.1.6",
|
|
35
|
+
"moment": "2.29.1",
|
|
36
|
+
"moment-timezone": "0.5.32",
|
|
34
37
|
"omit.js": "1.0.0",
|
|
35
38
|
"query-string": "5.1.1",
|
|
36
39
|
"raw-loader": "^4.0.2",
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
51
54
|
"@babel/preset-env": "7.2.3",
|
|
52
55
|
"@babel/preset-react": "7.0.0",
|
|
56
|
+
"@rescripts/cli": "^0.0.16",
|
|
53
57
|
"@types/node": "^22.7.5",
|
|
54
58
|
"@types/react": "^16.14.62",
|
|
55
59
|
"@types/react-dom": "^16.9.24",
|
|
@@ -69,5 +73,9 @@
|
|
|
69
73
|
"webpack-cli": "^3.3.12",
|
|
70
74
|
"webpack-dev-server": "^3.11.2",
|
|
71
75
|
"webpack-node-externals": "1.6.0"
|
|
76
|
+
},
|
|
77
|
+
"peerDependencies": {
|
|
78
|
+
"react": ">=16.0.0 <=18.0.0",
|
|
79
|
+
"react-dom": ">=16.0.0 <=18.0.0"
|
|
72
80
|
}
|
|
73
81
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#448EF7;}
|
|
7
|
-
</style>
|
|
8
|
-
<g>
|
|
9
|
-
<path class="st0" d="M8.7,58h21.9V6H8.7V58z M14.2,11.5h10.9v4.1H14.2V11.5z M14.2,21.1h10.9v2.7H14.2V21.1z M14.2,29.3h10.9v23.3
|
|
10
|
-
H14.2V29.3z M33.4,6v52h21.9V6H33.4z M38.8,52.5V11.5h10.9v4.1H38.8v5.5h10.9v2.7H38.8v5.5h10.9v23.3H38.8z M38.8,52.5"/>
|
|
11
|
-
<path class="st0" d="M16.9,33.4h5.5v5.5h-5.5V33.4z M16.9,41.6h5.5v5.5h-5.5V41.6z M41.6,33.4h5.5v5.5h-5.5V33.4z M41.6,41.6h5.5
|
|
12
|
-
v5.5h-5.5V41.6z M41.6,41.6"/>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg t="1711373244309" class="icon" viewBox="0 0 2560 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16481" width="200" height="200"><path d="M0 0v70.492754h497.15942V0H0z m567.652174 0v70.492754h708.637681S1202.086957 0 1109.333333 0H567.652174z m849.623188 0v70.492754h430.376812L1821.681159 0H1417.275362z m738.318841 0l-25.971015 70.492754h426.666667V0H2155.594203zM0 137.275362v70.492754h497.15942V137.275362H0z m567.652174 0v70.492754h793.971014s-7.42029-55.652174-25.971014-70.492754H567.652174z m849.623188 0v70.492754h478.608696l-22.26087-70.492754H1417.275362z m686.376812 0l-22.26087 70.492754h474.898551V137.275362H2103.652174zM144.695652 270.84058v70.492753h215.188406V270.84058H144.695652z m567.652174 0v70.492753H927.536232V270.84058h-215.188406z m426.666667 0v70.492753h215.188406s14.84058-37.101449 14.840579-70.492753h-230.028985z m422.956521 0v70.492753h382.144928l-25.971014-70.492753h-356.173914z m497.159421 0l-25.971015 70.492753h385.855073V270.84058h-359.884058zM144.695652 408.115942v70.492754h215.188406V408.115942H144.695652z m567.652174 0v70.492754h552.811594s44.521739-37.101449 59.362319-70.492754H712.347826z m849.623188 0v70.492754h215.188406v-40.811595l14.84058 40.811595H2188.985507l14.84058-40.811595v40.811595h215.188406V408.115942h-408.115942l-22.26087 59.362319-18.550724-59.362319h-408.115943zM144.695652 545.391304v70.492754h215.188406v-70.492754H144.695652z m567.652174 0v70.492754h612.173913c-14.84058-33.391304-59.362319-70.492754-59.362319-70.492754H712.347826z m849.623188 0v70.492754h215.188406v-70.492754h-215.188406z m256 0l25.971015 70.492754h296.811594l25.971015-70.492754H1817.971014z m382.144928 0v70.492754h215.188406v-70.492754h-215.188406zM144.695652 682.666667v70.492753h215.188406v-70.492753H144.695652z m567.652174 0v70.492753H927.536232v-70.492753h-215.188406z m426.666667 0v70.492753h230.028985c0-33.391304-14.84058-70.492754-14.840579-70.492753h-215.188406z m422.956521 0v70.492753h215.188406v-70.492753h-215.188406z m304.231885 0l25.971014 70.492753h200.347826l25.971015-70.492753h-252.289855z m333.913043 0v70.492753h215.188406v-70.492753h-215.188406zM3.710145 816.231884v70.492754h497.15942V816.231884H3.710145z m563.942029 0v70.492754H1335.652174c14.84058-14.84058 25.971014-70.492754 25.971014-70.492754H567.652174z m853.333333 0v70.492754h356.173913V816.231884h-356.173913z m493.449276 0l25.971014 70.492754H2040.57971l25.971015-70.492754h-152.115942z m285.681159 0v70.492754H2560V816.231884h-359.884058zM3.710145 953.507246v70.492754h497.15942v-70.492754H3.710145z m563.942029 0v70.492754h541.681159c96.463768 0 166.956522-70.492754 166.956522-70.492754H567.652174z m853.333333 0v70.492754h356.173913v-70.492754h-356.173913z m541.68116 0l25.971014 70.492754h3.710145l25.971015-70.492754h-55.652174z m237.449275 0v70.492754H2560v-70.492754h-359.884058z" fill="#1F70C1" p-id="16482"></path></svg>
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#343741;}
|
|
7
|
-
.st1{filter:url(#Adobe_OpacityMaskFilter);}
|
|
8
|
-
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
|
|
9
|
-
.st3{mask:url(#mask-2_00000129909825174856685480000016649344054006850212_);fill-rule:evenodd;clip-rule:evenodd;fill:#FEC514;}
|
|
10
|
-
.st4{filter:url(#Adobe_OpacityMaskFilter_00000106107395239965151750000011532763816314023324_);}
|
|
11
|
-
.st5{mask:url(#mask-4_00000165202303234462782450000016839712775639056825_);fill-rule:evenodd;clip-rule:evenodd;fill:#00BFB3;}
|
|
12
|
-
</style>
|
|
13
|
-
<g id="icon-_x2F_-product-logo-_x2F_-32x32px-_x2F_-elasticsearch-_x2F_-color">
|
|
14
|
-
<g id="Group-9" transform="translate(1.000000, 0.000000)">
|
|
15
|
-
<path id="Fill-1" class="st0" d="M5.3,32c0,2.4,0.3,4.8,0.9,7h34.1c3.9,0,7-3.1,7-7c0-3.9-3.1-7-7-7H6.2C5.7,27.2,5.3,29.6,5.3,32
|
|
16
|
-
"/>
|
|
17
|
-
<g id="Group-5" transform="translate(1.000000, 0.000000)">
|
|
18
|
-
<g id="Clip-4">
|
|
19
|
-
</g>
|
|
20
|
-
<defs>
|
|
21
|
-
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="7.2" y="4" width="47" height="15.8">
|
|
22
|
-
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
|
23
|
-
</filter>
|
|
24
|
-
</defs>
|
|
25
|
-
|
|
26
|
-
<mask maskUnits="userSpaceOnUse" x="7.2" y="4" width="47" height="15.8" id="mask-2_00000129909825174856685480000016649344054006850212_">
|
|
27
|
-
<g class="st1">
|
|
28
|
-
<polygon id="path-1_00000007425757679942963100000012171569361818902403_" class="st2" points="7.2,4 54.2,4 54.2,19.8
|
|
29
|
-
7.2,19.8 "/>
|
|
30
|
-
</g>
|
|
31
|
-
</mask>
|
|
32
|
-
<path id="Fill-3" class="st3" d="M51.4,17.4c1-0.9,1.9-1.9,2.7-2.9C49,8.1,41.2,4,32.3,4C21.3,4,11.7,10.4,7.2,19.8h38.3
|
|
33
|
-
C47.7,19.8,49.8,18.9,51.4,17.4"/>
|
|
34
|
-
</g>
|
|
35
|
-
<g id="Group-8" transform="translate(1.000000, 23.000000)">
|
|
36
|
-
<g id="Clip-7">
|
|
37
|
-
</g>
|
|
38
|
-
<defs>
|
|
39
|
-
|
|
40
|
-
<filter id="Adobe_OpacityMaskFilter_00000113338905008139463080000001257251847065833904_" filterUnits="userSpaceOnUse" x="7.2" y="21.3" width="47" height="15.8">
|
|
41
|
-
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
|
|
42
|
-
</filter>
|
|
43
|
-
</defs>
|
|
44
|
-
|
|
45
|
-
<mask maskUnits="userSpaceOnUse" x="7.2" y="21.3" width="47" height="15.8" id="mask-4_00000165202303234462782450000016839712775639056825_">
|
|
46
|
-
<g style="filter:url(#Adobe_OpacityMaskFilter_00000113338905008139463080000001257251847065833904_);">
|
|
47
|
-
<polygon id="path-3_00000069395982830001475500000001077791369843073715_" class="st2" points="7.2,21.3 54.2,21.3 54.2,37
|
|
48
|
-
7.2,37 "/>
|
|
49
|
-
</g>
|
|
50
|
-
</mask>
|
|
51
|
-
<path id="Fill-6" class="st5" d="M45.5,21.3H7.2C11.7,30.6,21.3,37,32.3,37c8.8,0,16.7-4.1,21.8-10.5c-0.8-1-1.7-2-2.7-2.9
|
|
52
|
-
C49.8,22.1,47.7,21.3,45.5,21.3"/>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
</g>
|
|
56
|
-
</svg>
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#0084CF;}
|
|
7
|
-
.st1{fill:url(#SVGID_1_);}
|
|
8
|
-
.st2{fill:#8DC21F;}
|
|
9
|
-
</style>
|
|
10
|
-
<g>
|
|
11
|
-
<g id="图层_2_00000147941632801498135140000011111370756008362389_">
|
|
12
|
-
<g id="图层_1-2_00000042724672193799763430000015857830180738310806_">
|
|
13
|
-
<path class="st0" d="M44.8,22H42c-2.5-7.4-10.5-11.4-17.9-8.9c-4.5,1.5-7.9,5.1-9.2,9.7C7.4,24.5,2.6,32.1,4.4,39.7
|
|
14
|
-
c1.1,4.7,4.4,8.5,8.9,10.1l1-3.3C8.8,44.4,6,38.3,8.1,32.8c1.1-2.9,3.4-5.2,6.4-6.3c1.1-0.4,2.3-0.6,3.5-0.6
|
|
15
|
-
c0.1-1.2,0.3-2.4,0.8-3.5c2.3-5.4,8.5-8,13.9-5.8c2.5,1,4.5,2.9,5.6,5.4c0.5,1.1,0.8,2.2,1,3.4h5.6c6.3,0.3,11.1,5.6,10.9,11.8
|
|
16
|
-
c-0.3,5.9-5,10.6-10.9,10.9h-5.3c-0.4,0-0.8,0-1.2,0v3.5h1.1h5.2c8.2,0.3,15-6.1,15.3-14.2s-6.1-15-14.2-15.3
|
|
17
|
-
C45.4,22.1,45,22.1,44.8,22L44.8,22z"/>
|
|
18
|
-
|
|
19
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="49.5628" y1="14.8038" x2="38.9103" y2="14.8038" gradientTransform="matrix(1 0 0 -1 0 64.11)">
|
|
20
|
-
<stop offset="0" style="stop-color:#FFFFFF"/>
|
|
21
|
-
<stop offset="0.12" style="stop-color:#FBFBFB"/>
|
|
22
|
-
<stop offset="0.25" style="stop-color:#EFEEEE"/>
|
|
23
|
-
<stop offset="0.39" style="stop-color:#DBD9D9"/>
|
|
24
|
-
<stop offset="0.52" style="stop-color:#BFBCBB"/>
|
|
25
|
-
<stop offset="0.66" style="stop-color:#9B9695"/>
|
|
26
|
-
<stop offset="0.8" style="stop-color:#6F6866"/>
|
|
27
|
-
<stop offset="0.94" style="stop-color:#3C322F"/>
|
|
28
|
-
<stop offset="1" style="stop-color:#221714"/>
|
|
29
|
-
</linearGradient>
|
|
30
|
-
<path class="st1" d="M50,47c-1.5,0.7-3.2,1.1-4.9,1.1h-5.2c-0.4,0-0.8,0-1.2,0v3.5h1.1H45c1.5,0,2.9-0.2,4.3-0.6L50,47z"/>
|
|
31
|
-
<polygon class="st0" points="29.5,29.7 22.5,29.7 19,29.7 18.1,33.2 18.1,33.2 15.8,41.9 19.3,41.9 21.6,33.2 28.5,33.2 "/>
|
|
32
|
-
<path class="st0" d="M46.8,41.9h-7l-0.9,3.5h4.3c-0.2,0.5-0.5,1-0.9,1.4c-1.6,1.7-4.4,1.8-6.1,0.2c-0.1,0-0.1-0.1-0.2-0.2
|
|
33
|
-
c-1.9-2.1-5.2-6.6-7.1-8.6C26,35,21.1,34.9,18,37.9c-0.1,0.1-0.2,0.1-0.2,0.2c-1,1-1.8,2.4-2.1,3.8h3.7c0.2-0.5,0.5-1,0.9-1.4
|
|
34
|
-
c1.6-1.7,4.4-1.8,6.1-0.2c0.1,0,0.1,0.1,0.2,0.2c1.9,2.1,5.2,6.6,7.1,8.6c2.9,3.1,7.8,3.2,10.8,0.3c0.1-0.1,0.2-0.2,0.3-0.3
|
|
35
|
-
C46.6,47.3,47.4,44.5,46.8,41.9z"/>
|
|
36
|
-
<polygon class="st0" points="28.9,44.8 28.9,44.8 28.9,44.8 28.9,44.8 "/>
|
|
37
|
-
<path class="st2" d="M42.9,38.4c-0.2,0-0.4,0.1-0.4,0.4c0,0,0,0,0,0c0,0.2,0.1,0.4,0.3,0.5c0.2,0,0.4-0.1,0.5-0.3
|
|
38
|
-
c0-0.1,0-0.1,0-0.2C43.3,38.6,43.1,38.5,42.9,38.4C42.9,38.4,42.9,38.4,42.9,38.4z M43.1,37.9c0,0.2,0.2,0.4,0.4,0.4
|
|
39
|
-
c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4S43.1,37.6,43.1,37.9L43.1,37.9z M44.4,38.3c-0.2,0-0.4,0.2-0.4,0.4l0,0
|
|
40
|
-
c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4C44.8,38.4,44.7,38.3,44.4,38.3z M44.4,40.3c-0.2,0-0.3,0.1-0.3,0.3
|
|
41
|
-
c0,0.2,0.2,0.3,0.3,0.3c0.2,0,0.3-0.1,0.3-0.3C44.7,40.5,44.6,40.4,44.4,40.3L44.4,40.3z M45.2,39.2c-0.2,0-0.4,0.2-0.4,0.4
|
|
42
|
-
c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4C45.6,39.4,45.4,39.2,45.2,39.2L45.2,39.2z M45.9,40.3c-0.2,0-0.3,0.1-0.3,0.3
|
|
43
|
-
c0,0,0,0,0,0c0,0.2,0.1,0.3,0.3,0.3c0.2,0,0.3-0.1,0.4-0.3c0,0,0,0,0,0C46.2,40.5,46.1,40.3,45.9,40.3L45.9,40.3z M43.8,39.3
|
|
44
|
-
c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4c-0.1-0.1-0.2-0.2-0.4-0.2L43.8,39.3z M43,40.3
|
|
45
|
-
c-0.2,0-0.3,0.1-0.3,0.3c0,0.2,0.1,0.3,0.3,0.3c0.2,0,0.3-0.1,0.3-0.3C43.3,40.5,43.2,40.4,43,40.3L43,40.3z M42.3,39.4
|
|
46
|
-
c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4C42.7,39.6,42.5,39.4,42.3,39.4L42.3,39.4z M42.2,39
|
|
47
|
-
c0.1-0.1,0.1-0.2,0-0.2c-0.1-0.1-0.1-0.3,0-0.4c0-0.1,0.1-0.2,0.3-0.3c0.1,0,0.1,0,0.2,0c0.1,0.1,0.2,0.1,0.2,0
|
|
48
|
-
c0-0.1,0-0.1,0-0.2c-0.1-0.1-0.1-0.2,0-0.4c0-0.1,0.1-0.2,0.2-0.3h0.2c0.1,0,0.1,0,0.2,0c0-0.1,0-0.1,0-0.2
|
|
49
|
-
c-3.1-2-7.1-1.5-9.7,1.1c-0.6,0.6-1.3,1.5-2.1,2.4l1.4,1.8l0.8,1c0.9-1.1,1.7-2.1,2.3-2.8c1.4-1.5,3.7-1.8,5.4-0.6
|
|
50
|
-
c0,0,0.1,0.1,0.1,0c0,0,0,0,0,0 M41.9,39.9c-0.1-0.1-0.1-0.2,0-0.4c0-0.1,0.1-0.2,0.2-0.3h0.2c0.1-0.1,0-0.2-0.1-0.3c0,0,0,0,0,0
|
|
51
|
-
L41.9,39.9z M42.1,36.6c0.2,0,0.4,0.2,0.4,0.4c0,0.2-0.2,0.4-0.4,0.4c-0.2,0-0.4-0.2-0.4-0.4S41.8,36.6,42.1,36.6L42.1,36.6z
|
|
52
|
-
M40.8,36.2c0.2,0,0.4,0.2,0.4,0.4l0,0c0,0.2-0.2,0.4-0.4,0.4c-0.2,0-0.4-0.2-0.4-0.4l0,0C40.4,36.4,40.6,36.2,40.8,36.2
|
|
53
|
-
C40.8,36.2,40.8,36.2,40.8,36.2z M39.6,36c0.2,0,0.4,0.2,0.4,0.4s-0.2,0.4-0.4,0.4c-0.2,0-0.4-0.2-0.4-0.4S39.4,36,39.6,36
|
|
54
|
-
L39.6,36z M38.1,36.4c0-0.2,0.2-0.4,0.4-0.4s0.4,0.2,0.4,0.4s-0.2,0.4-0.4,0.4S38.1,36.6,38.1,36.4z M38.9,37.9
|
|
55
|
-
c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4c0.2,0,0.4,0.2,0.4,0.4C39.3,37.7,39.1,37.9,38.9,37.9z M39.6,39
|
|
56
|
-
c-0.2,0-0.4-0.1-0.4-0.4c0,0,0,0,0,0c0-0.2,0.2-0.4,0.4-0.4c0,0,0,0,0,0c0.2,0,0.4,0.1,0.5,0.3c0,0.2-0.1,0.4-0.3,0.5
|
|
57
|
-
C39.7,39,39.7,39,39.6,39z M40.2,38c-0.2,0-0.4-0.1-0.4-0.4c0,0,0,0,0,0c0-0.2,0.1-0.4,0.3-0.5c0.2,0,0.4,0.1,0.5,0.3
|
|
58
|
-
c0,0.1,0,0.1,0,0.2C40.6,37.8,40.5,38,40.2,38C40.3,38,40.2,38,40.2,38z M40.9,39.4c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4
|
|
59
|
-
c0.2,0,0.4,0.2,0.4,0.4C41.4,39.2,41.2,39.4,40.9,39.4C41,39.4,41,39.4,40.9,39.4L40.9,39.4z M41.5,38.4c-0.2,0-0.4-0.2-0.4-0.4
|
|
60
|
-
c0-0.2,0.2-0.4,0.4-0.4s0.4,0.2,0.4,0.4S41.7,38.4,41.5,38.4z"/>
|
|
61
|
-
<path class="st0" d="M16.7,45.4c0-0.2-0.2-0.3-0.4-0.4c-0.2,0-0.3,0.1-0.4,0.3c0,0.2,0.2,0.4,0.4,0.4
|
|
62
|
-
C16.6,45.7,16.7,45.6,16.7,45.4L16.7,45.4z M17.1,46.6c0-0.2-0.2-0.4-0.4-0.4l0,0c-0.2,0-0.4,0.1-0.4,0.3c0,0,0,0,0,0
|
|
63
|
-
c0,0.2,0.2,0.4,0.4,0.4C17,46.9,17.1,46.7,17.1,46.6L17.1,46.6z M17.3,47.2c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4
|
|
64
|
-
s0.4-0.2,0.4-0.4C17.7,47.4,17.5,47.2,17.3,47.2z M20.5,48.1c0.2,0,0.4-0.2,0.4-0.4c0,0,0,0,0,0c0.1-0.2-0.1-0.4-0.3-0.5
|
|
65
|
-
c-0.2-0.1-0.4,0.1-0.5,0.3c0,0.1,0,0.1,0,0.2C20.1,47.9,20.3,48.1,20.5,48.1L20.5,48.1z M17.6,45.7c0.2,0,0.4-0.2,0.4-0.4
|
|
66
|
-
c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-0.3,0.1-0.4,0.3C17.3,45.5,17.4,45.7,17.6,45.7z M18,48c-0.2,0-0.4,0.2-0.4,0.4c0,0,0,0,0,0
|
|
67
|
-
c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4C18.5,48.2,18.3,48,18,48C18,48,18,48,18,48z M19.5,47c0.2,0,0.4-0.2,0.4-0.4l0,0
|
|
68
|
-
c0-0.2-0.1-0.4-0.3-0.4c0,0,0,0,0,0c-0.2,0-0.4,0.2-0.4,0.4C19.2,46.8,19.3,47,19.5,47L19.5,47L19.5,47z M18.9,45.7
|
|
69
|
-
c0.2,0,0.3-0.1,0.3-0.3c0-0.2-0.1-0.3-0.3-0.3c-0.2,0-0.3,0.1-0.3,0.3C18.6,45.5,18.7,45.7,18.9,45.7
|
|
70
|
-
C18.9,45.7,18.9,45.7,18.9,45.7z M19.4,48.5c0,0.2,0.2,0.4,0.4,0.4c0,0,0,0,0,0c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4h0
|
|
71
|
-
C19.6,48,19.4,48.2,19.4,48.5C19.4,48.5,19.4,48.5,19.4,48.5L19.4,48.5z M17.8,46.5c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.3-0.2,0.3-0.3
|
|
72
|
-
c0-0.2-0.2-0.4-0.4-0.4C17.9,46.2,17.8,46.4,17.8,46.5L17.8,46.5z M18.8,47.9c0.2,0,0.4-0.2,0.4-0.4c0,0,0,0,0,0
|
|
73
|
-
c0-0.2-0.1-0.4-0.4-0.4c0,0,0,0,0,0c-0.2,0-0.4,0.1-0.4,0.4c0,0,0,0,0,0C18.4,47.8,18.6,47.9,18.8,47.9
|
|
74
|
-
C18.8,48,18.8,48,18.8,47.9L18.8,47.9z M28.8,43.9C28,45,27.2,46,26.5,46.7c-1.3,1.3-3.3,1.7-4.9,0.9c-0.1,0-0.1,0-0.2,0l0,0
|
|
75
|
-
c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.2,0-0.3,0c0-0.1-0.1-0.1-0.2,0c0,0,0,0,0,0h-0.1
|
|
76
|
-
c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0-0.2,0l0,0c0,0.1,0,0.1,0,0.2
|
|
77
|
-
c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.2,0c-0.1,0-0.1,0.1,0,0.2c0,0,0,0,0,0
|
|
78
|
-
c3.1,2.1,7.3,1.7,9.9-1c0.6-0.6,1.3-1.5,2.1-2.5l-1.2-1.5L28.8,43.9z M23,48.3c0.2,0,0.4,0.2,0.4,0.4l0,0c0,0.2-0.2,0.4-0.4,0.4
|
|
79
|
-
c-0.2,0-0.4-0.2-0.4-0.4C22.6,48.5,22.8,48.3,23,48.3z M22,48.1c0.2,0,0.4,0.1,0.4,0.4c0,0,0,0,0,0c0,0.2-0.1,0.4-0.4,0.4
|
|
80
|
-
c0,0,0,0,0,0c-0.2,0-0.4-0.2-0.4-0.4c0,0,0,0,0,0C21.6,48.3,21.8,48.1,22,48.1L22,48.1z M20.5,50.7c-0.2,0-0.4-0.2-0.4-0.4
|
|
81
|
-
c0-0.2,0.2-0.4,0.4-0.4s0.4,0.2,0.4,0.4S20.7,50.7,20.5,50.7L20.5,50.7z M20.8,49.4c0-0.2,0.2-0.4,0.4-0.4c0.2,0,0.4,0.2,0.4,0.4
|
|
82
|
-
c0,0.2-0.2,0.4-0.4,0.4C21,49.8,20.8,49.6,20.8,49.4z M21.7,51.1c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4c0,0,0,0,0,0
|
|
83
|
-
c0.2,0,0.4,0.2,0.4,0.4C22.1,50.9,21.9,51.1,21.7,51.1z M21.9,49.7c0-0.2,0.2-0.4,0.4-0.4c0.2,0,0.4,0.2,0.4,0.4l0,0
|
|
84
|
-
c0,0.2-0.1,0.4-0.4,0.4c0,0,0,0,0,0C22.1,50.1,21.9,49.9,21.9,49.7z M22.8,51.3c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4
|
|
85
|
-
l0,0c0.2,0,0.4,0.2,0.4,0.4C23.2,51.1,23.1,51.3,22.8,51.3z M23.5,50.2c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4
|
|
86
|
-
c0.2,0,0.4,0.2,0.4,0.4C23.8,50,23.7,50.2,23.5,50.2z M24.1,51.3c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4c0.2,0,0.4,0.2,0.4,0.4
|
|
87
|
-
C24.5,51.1,24.3,51.3,24.1,51.3z M19.4,49.3c0-0.2-0.2-0.4-0.4-0.5c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4
|
|
88
|
-
C19.2,49.7,19.4,49.6,19.4,49.3z"/>
|
|
89
|
-
</g>
|
|
90
|
-
</g>
|
|
91
|
-
</g>
|
|
92
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1720085406280" class="icon" viewBox="0 0 1301 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6812" xmlns:xlink="http://www.w3.org/1999/xlink" width="254.1015625" height="200"><path d="M1174.03663 440.732601c-1.875458-48.761905-13.128205-97.52381-37.509157-144.410257l-7.501832-13.128205c-52.512821-99.399267-146.285714-161.289377-249.435897-174.417582-18.754579-20.630037-39.384615-37.509158-61.89011-52.512821-58.139194-37.509158-121.904762-56.263736-187.545788-56.263736-110.652015 0-219.428571 54.388278-285.069597 153.787546l-168.791209 256.937729C71.267399 465.113553 0 573.89011 0 699.545788c0 180.043956 144.410256 324.454212 322.578755 324.454212h656.410256c178.168498 0 322.578755-146.285714 322.578755-324.454212 0-105.025641-50.637363-198.798535-127.531136-258.813187z m73.142857 258.813187c0 48.761905-13.128205 95.648352-35.633699 135.032967L361.96337 429.479853h617.025641c50.637363 0 97.52381 15.003663 138.783883 39.384616 9.377289 5.626374 16.879121 11.252747 26.25641 18.754579h1.875458c9.377289 7.501832 16.879121 13.128205 24.380952 20.630036 46.886447 50.637363 76.893773 116.278388 76.893773 191.296704z m-166.915751-390.095239l7.501832 13.128206c13.128205 26.25641 22.505495 54.388278 28.131868 82.520146-41.260073-18.754579-86.271062-30.007326-135.032967-30.007326h-618.901099l341.333333-180.043956c41.260073-20.630037 84.395604-31.882784 129.406594-31.882784h16.879121c26.25641 1.875458 52.512821 7.501832 78.76923 16.879121 63.765568 20.630037 118.153846 67.516484 151.912088 129.406593zM391.970696 183.794872C444.483516 105.025641 532.630037 56.263736 630.153846 56.263736c58.139194 0 114.40293 18.754579 163.164835 52.512821-39.384615 5.626374-78.769231 16.879121-116.278388 35.633699L279.443223 356.336996l112.527473-172.542124z m587.018315 785.81685H324.454212C176.29304 969.611722 56.263736 847.70696 56.263736 699.545788c0-105.025641 60.014652-196.923077 146.285715-240.058609 5.626374-3.750916 13.128205-5.626374 18.754578-9.377289 1.875458 0 3.750916-1.875458 7.501832-3.750916 7.501832-3.750916 16.879121-5.626374 24.380952-7.501831l924.600733 440.732601c-48.761905 56.263736-120.029304 90.021978-198.798535 90.021978z" fill="#FFFFFF" p-id="6813"></path><path d="M1247.179487 699.545788c0 48.761905-13.128205 95.648352-35.633699 135.032967L361.96337 429.479853h617.025641c50.637363 0 97.52381 15.003663 138.783883 39.384616 9.377289 5.626374 16.879121 11.252747 26.25641 18.754579h1.875458c9.377289 7.501832 16.879121 13.128205 24.380952 20.630036 46.886447 50.637363 76.893773 116.278388 76.893773 191.296704z" fill="#005FE8" p-id="6814"></path><path d="M1080.263736 309.450549l7.501832 13.128206c13.128205 26.25641 22.505495 54.388278 28.131868 82.520146-41.260073-18.754579-86.271062-30.007326-135.032967-30.007326h-618.901099l341.333333-180.043956c41.260073-20.630037 84.395604-31.882784 129.406594-31.882784h16.879121c26.25641 1.875458 52.512821 7.501832 78.76923 16.879121 63.765568 20.630037 118.153846 67.516484 151.912088 129.406593z" fill="#4545FF" p-id="6815"></path><path d="M391.970696 183.794872C444.483516 105.025641 532.630037 56.263736 630.153846 56.263736c58.139194 0 114.40293 18.754579 163.164835 52.512821-39.384615 5.626374-78.769231 16.879121-116.278388 35.633699L279.443223 356.336996l112.527473-172.542124z" fill="#3BC2C4" p-id="6816"></path><path d="M978.989011 969.611722H324.454212C176.29304 969.611722 56.263736 847.70696 56.263736 699.545788c0-105.025641 60.014652-196.923077 146.285715-240.058609 5.626374-3.750916 13.128205-5.626374 18.754578-9.377289 1.875458 0 3.750916-1.875458 7.501832-3.750916 7.501832-3.750916 16.879121-5.626374 24.380952-7.501831L1177.787546 881.465201c-48.761905 54.388278-120.029304 88.14652-198.798535 88.146521z" fill="#005FE8" p-id="6817"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg t="1711374580225" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22476" width="200" height="200"><path d="M372.224 722.944h279.552c77.312 0 150.016-30.208 205.312-85.504 54.784-54.784 85.504-128 85.504-205.312s-30.208-150.016-85.504-205.312c-54.784-54.784-128-85.504-205.312-85.504H372.224c-77.312 0-150.016 30.208-205.312 85.504C112.128 282.624 81.92 355.328 81.92 432.64s30.208 150.016 85.504 205.312c54.784 54.784 127.488 84.992 204.8 84.992z m0-496.128h279.552c113.664 0 205.824 92.16 205.824 205.824s-92.16 205.824-205.824 205.824H372.224c-113.664 0-205.824-92.16-205.824-205.824s92.16-205.824 205.824-205.824zM495.104 797.184c-4.608-6.656-14.336-8.192-20.48-3.584-3.072 2.048-4.608 5.12-6.656 7.68l-59.904 93.696h23.552c16.896-27.136 33.792-54.272 51.2-81.408l27.648 44.544H457.728c4.096 6.144 7.68 12.288 11.776 18.432h53.248c3.584 6.144 7.168 12.288 11.264 18.432h23.552l-7.68-12.288c-18.432-28.672-36.864-57.344-54.784-85.504zM937.984 794.112c-2.56-2.048-6.144-3.584-9.728-2.56-3.584 0.512-7.168 3.072-8.704 6.656-2.048 4.096-1.536 9.216 1.536 12.288 3.584 4.608 10.24 5.632 15.36 2.56 3.584-2.048 5.632-6.144 5.632-10.24 0-3.072-1.536-6.656-4.096-8.704z m-8.704 17.92c-5.12-0.512-9.216-6.144-7.68-11.264 0.512-3.072 2.56-5.12 5.632-6.144 4.608-2.048 10.752 1.024 11.776 6.144 2.048 5.632-3.584 11.776-9.728 11.264zM267.776 816.128c-8.704-14.336-25.088-23.552-41.984-24.064H161.28c-15.36 0.512-30.72 8.704-39.424 21.504-7.168 10.24-10.24 23.04-9.216 35.328 1.536 11.776 6.656 22.528 14.848 30.72 9.728 9.728 23.04 15.36 36.864 15.36h59.904c14.848 0 29.184-6.656 38.912-17.92 9.728-11.264 14.336-26.624 12.288-40.96-1.536-7.168-3.584-13.824-7.68-19.968z m-12.288 31.232c-1.536 14.336-13.312 27.136-27.648 29.184-3.072 0.512-6.144 0.512-8.704 0.512H163.84c-6.656-0.512-13.312-3.072-18.944-7.168-6.144-5.12-10.752-11.776-12.288-19.968-1.536-9.216 0.512-18.944 6.144-26.112 3.072-4.096 7.168-7.68 12.288-9.728 5.12-3.072 11.264-3.584 17.408-3.584H220.16c5.632 0 11.776 1.024 17.408 3.584 12.288 5.632 19.968 19.968 17.92 33.28zM398.336 802.816c-6.656-7.168-16.384-11.264-26.112-11.264H286.208v102.912h19.968v-84.992h62.976c4.608 0 9.216 1.024 12.8 3.584 4.096 3.072 6.656 8.704 6.144 14.336-0.512 4.096-2.048 7.68-5.12 10.752-2.56 2.56-6.656 4.096-10.24 4.608H315.392c6.656 6.144 13.824 12.288 20.992 18.432 12.8 11.264 25.6 22.528 38.4 33.28h29.184c-1.024-1.024-2.56-2.048-4.096-3.584-11.776-9.728-23.552-19.968-35.84-30.208H373.76c9.216 0 17.92-4.096 24.064-10.24 4.096-4.096 7.168-9.216 8.704-14.848 1.536-4.608 1.536-9.216 1.024-14.336-1.024-6.144-4.096-12.8-9.216-18.432zM605.696 876.544c-4.096 0-7.68 0.512-11.776-0.512-10.752-2.048-19.968-9.728-24.576-19.456-3.584-8.192-3.584-17.92 0-26.624 4.608-10.752 15.872-18.944 27.648-19.456 5.632-0.512 11.264 0 16.896 0h44.032c3.584-6.144 7.68-12.288 11.776-18.432h-64.512c-4.608 0-8.704 0-13.312 0.512-13.824 1.536-27.136 9.728-35.328 20.992-7.168 10.24-10.752 23.04-9.216 35.328 1.024 11.264 6.144 22.016 14.336 30.208 7.68 7.68 17.408 13.312 28.16 14.848 3.584 0.512 7.168 1.024 10.24 0.512h59.392c4.096-6.144 7.68-12.288 11.776-18.432-21.504 0.512-43.52 0.512-65.536 0.512zM700.416 876.544v-84.48h-19.968V885.76c0 5.12 5.12 9.216 10.24 9.216h90.624c3.584-6.144 8.192-12.288 11.776-18.432h-92.672zM825.344 872.96c-8.192-4.096-13.824-11.776-16.384-19.968h84.48c4.096-6.144 7.68-12.288 11.776-17.92H808.96c0.512-2.048 1.024-3.584 2.048-5.632 4.096-8.704 12.8-15.36 22.528-17.92 2.56-0.512 5.12-0.512 8.192-1.024h57.856c3.584-6.144 7.68-12.288 11.776-18.432h-65.536c-4.096 0-8.192 0-12.288 0.512l-7.68 1.536c-17.408 5.12-31.744 19.968-35.84 37.888-2.048 9.216-1.536 18.944 1.024 27.648 3.072 8.704 8.192 16.896 15.36 23.04 7.168 6.144 15.872 10.24 25.088 11.776 3.072 0.512 6.656 1.024 10.24 0.512h59.904c3.584-6.144 8.192-12.288 11.776-18.432H839.68c-5.632-0.512-10.24-1.536-14.336-3.584z" fill="#d81e06" p-id="22477"></path><path d="M934.912 801.792c0.512-1.536 0.512-3.584-1.024-4.608-2.56-1.536-5.632-1.024-8.192-1.024v13.312h2.56v-5.12h1.536c1.024 1.536 1.536 3.072 2.56 4.608h3.072c-0.512-2.048-2.048-3.584-3.072-5.632 1.536 0 2.56-0.512 2.56-1.536z m-2.56-0.512c-1.024 0.512-2.56 0.512-3.584 1.024v-3.584c1.024 0 2.56-0.512 3.584 0.512v2.048z" fill="#d81e06" p-id="22478"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg t="1711375567289" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="30616" width="200" height="200"><path d="M35.679331 826.243708H35.519334v-127.357612h127.357612v127.357612h152.02915v-197.756292h197.756292v197.116304c210.204059-0.255995 372.473016-208.348093 292.346518-429.463948a296.794435 296.794435 0 0 0-177.05268-176.892683C406.520378 138.896596 198.300282 301.581545 198.300282 512.0096H0.031999C0.031999 176.815885 323.865928-84.299219 675.18734 25.394724A495.030718 495.030718 0 0 1 998.605276 348.81266C1108.26722 700.166072 847.312113 1024 512.054399 1024v-197.756292H314.810097v151.901152H162.908945V826.243708H35.679331z" fill="#0080FF" p-id="30617"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg t="1711372473019" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13590" width="200" height="200"><path d="M629.251413 354.358613h26.576214l75.74528-75.74528 3.720533-32.157013a340.456107 340.456107 0 0 0-553.867947 166.106453 41.19552 41.19552 0 0 1 26.576214-1.594026l151.49056-24.9856s7.707307-12.755627 11.69408-11.956907a188.962133 188.962133 0 0 1 258.594133-19.667627z" fill="#F44336" p-id="13591"></path><path d="M839.4752 412.562773a341.251413 341.251413 0 0 0-102.85056-165.843626l-106.31168 106.31168a188.962133 188.962133 0 0 1 69.369173 149.89312v18.87232a94.6176 94.6176 0 1 1 0 189.228373h-189.231786l-18.868907 19.135147v113.486506l18.868907 18.868907h189.231786a246.104747 246.104747 0 0 0 139.79648-449.952427z" fill="#448AFF" p-id="13592"></path><path d="M320.948907 861.453653h189.228373v-151.49056H320.948907a94.08512 94.08512 0 0 1-39.069014-8.506026l-26.579626 8.239786-76.274347 75.741867-6.64576 26.579627a244.77696 244.77696 0 0 0 148.568747 49.435306z" fill="#43A047" p-id="13593"></path><path d="M320.948907 370.039467a246.104747 246.104747 0 0 0-148.568747 441.18016l109.765973-109.76256a94.6176 94.6176 0 1 1 125.177174-125.177174l109.76256-109.765973a245.838507 245.838507 0 0 0-196.13696-96.474453z" fill="#FFC107" p-id="13594"></path></svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#FF6A00;}
|
|
7
|
-
</style>
|
|
8
|
-
<g>
|
|
9
|
-
<rect x="22.7" y="29.7" class="st0" width="18.7" height="4.3"/>
|
|
10
|
-
<path class="st0" d="M22.7,29.7"/>
|
|
11
|
-
<path class="st0" d="M50.7,14.3H38.4l3,4.3l8.9,2.9C52,22,53,23.6,53,25.2v13.6c0,1.6-1.1,3.2-2.7,3.7l-8.9,2.9l-3,4.3h12.3
|
|
12
|
-
c5.2,0,9.3-4.1,9.3-9.3V23.8C60,18.6,55.9,14.3,50.7,14.3L50.7,14.3z"/>
|
|
13
|
-
<path class="st0" d="M13.6,42.5C12,42,11,40.4,11,38.8V25.2c0-1.6,1.1-3.2,2.7-3.7l8.9-2.9l3-4.3H13.3c-5.2,0-9.3,4.3-9.3,9.5v16.4
|
|
14
|
-
c0,5.2,4.1,9.3,9.3,9.3h12.3l-3-4.3L13.6,42.5z"/>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg t="1711372074820" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11478" width="200" height="200"><path d="M558.848 165.76L269.269333 781.952l-203.477333-2.218667 227.114667-390.869333 265.941333-223.146667m31.232 48.64l368.085333 643.84H277.333333l414.976-74.026666-217.301333-258.346667z" fill="#1E88E5" p-id="11479"></path></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg t="1711372435307" class="icon" viewBox="0 0 1706 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12518" width="200" height="200"><path d="M480.938667 371.858286c0 21.065143 2.267429 38.15619 6.241523 50.688 4.534857 12.53181 10.24 26.185143 18.16381 40.984381 2.852571 4.559238 3.974095 9.118476 3.974095 13.116952 0 5.680762-3.413333 11.385905-10.776381 17.066667l-35.766857 23.917714c-5.12 3.413333-10.215619 5.12-14.750476 5.12-5.680762 0-11.361524-2.82819-17.017905-7.94819a176.103619 176.103619 0 0 1-20.431238-26.770286c-5.680762-9.679238-11.361524-20.504381-17.603048-33.596953-44.27581 52.394667-99.888762 78.57981-166.863238 78.57981-47.689143 0-85.699048-13.653333-113.517714-41.008762-27.794286-27.306667-42.008381-63.780571-42.008381-109.32419 0-48.420571 17.042286-87.698286 51.663238-117.321143 34.620952-29.598476 80.579048-44.422095 139.044572-44.422096 19.309714 0 39.15581 1.706667 60.17219 4.559239 20.992 2.852571 42.569143 7.41181 65.26781 12.531809V196.461714c0-43.27619-9.094095-73.45981-26.672762-91.111619-18.16381-17.65181-48.810667-26.185143-92.525715-26.185143-19.870476 0-40.301714 2.267429-61.293714 7.387429-20.992 5.12-41.447619 11.385905-61.293714 19.358476a162.499048 162.499048 0 0 1-19.870476 7.41181c-3.974095 1.145905-6.826667 1.706667-9.069715 1.706666-7.94819 0-11.946667-5.680762-11.946666-17.651809V69.485714c0-9.118476 1.145905-15.945143 3.998476-19.943619 2.82819-3.974095 7.94819-7.972571 15.896381-11.946666C143.798857 27.355429 167.643429 18.773333 195.462095 11.946667c27.794286-7.387429 57.319619-10.800762 88.527238-10.800762 67.535238 0 116.931048 15.36 148.72381 46.128762 31.207619 30.72 47.104 77.433905 47.104 140.068571v184.515048h1.121524z m-230.424381 86.552381c18.724571 0 38.034286-3.413333 58.465524-10.24 20.431238-6.826667 38.595048-19.358476 53.906285-36.449524 9.094095-10.825143 15.896381-22.77181 19.309715-36.449524 3.413333-13.653333 5.656381-30.183619 5.65638-49.542095v-23.893334a472.551619 472.551619 0 0 0-52.199619-9.703619 426.25219 426.25219 0 0 0-53.369904-3.413333c-38.034286 0-65.828571 7.41181-84.553143 22.77181-18.724571 15.36-27.794286 37.010286-27.794286 65.487238 0 26.770286 6.802286 46.713905 20.967619 60.367238 13.653333 14.238476 33.499429 21.065143 59.611429 21.065143z m455.753143 61.513143c-10.24 0-17.017905-1.706667-21.577143-5.705143-4.534857-3.413333-8.508952-11.385905-11.922286-22.186667l-133.36381-440.222476c-3.413333-11.385905-5.12-18.773333-5.12-22.77181 0-9.118476 4.559238-14.238476 13.628953-14.238476h55.612952c10.800762 0 18.16381 1.706667 22.137905 5.705143 4.534857 3.413333 7.94819 11.385905 11.361524 22.186667l95.329524 377.002666L820.906667 42.715429c2.852571-11.385905 6.241524-18.797714 10.800762-22.211048 4.534857-3.413333 12.483048-5.705143 22.674285-5.705143h45.421715c10.776381 0 18.16381 1.706667 22.698666 5.705143 4.534857 3.413333 8.533333 11.385905 10.776381 22.186667l89.697524 381.561904 98.182095-381.561904c3.413333-11.361524 7.363048-18.773333 11.337143-22.186667 4.559238-3.413333 11.946667-5.705143 22.137905-5.705143h52.784762c9.094095 0 14.189714 4.559238 14.189714 14.238476 0 2.852571-0.560762 5.705143-1.121524 9.118476-0.585143 3.413333-1.706667 7.972571-3.974095 14.238477l-136.777143 440.198095c-3.413333 11.385905-7.387429 18.773333-11.946667 22.186667-4.534857 3.413333-11.897905 5.705143-21.552761 5.705142H997.424762c-10.776381 0-18.16381-1.706667-22.698667-5.680761-4.534857-3.998476-8.533333-11.410286-10.776381-22.796191L875.958857 124.708571l-87.405714 366.738286c-2.82819 11.385905-6.241524 18.773333-10.776381 22.77181-4.534857 3.998476-12.483048 5.705143-22.698667 5.705143h-48.810666z m729.307428 15.36c-29.500952 0-59.001905-3.413333-87.405714-10.24-28.355048-6.826667-50.492952-14.238476-65.26781-22.77181-9.069714-5.12-15.311238-10.825143-17.578666-15.945143a40.301714 40.301714 0 0 1-3.413334-15.945143v-29.037714c0-11.946667 4.534857-17.65181 13.04381-17.65181 3.413333 0 6.826667 0.560762 10.24 1.706667 3.413333 1.121524 8.508952 3.413333 14.165333 5.680762 19.309714 8.533333 40.301714 15.36 62.439619 19.943619 22.698667 4.534857 44.860952 6.826667 67.535238 6.826667 35.766857 0 63.585524-6.265905 82.895238-18.773334 19.260952-12.55619 29.500952-30.768762 29.500953-54.125714 0-15.945143-5.12-29.037714-15.335619-39.862857-10.215619-10.825143-29.500952-20.48-57.319619-29.598476l-82.310096-25.624381c-41.423238-13.116952-72.070095-32.475429-90.794666-58.09981-18.724571-25.039238-28.379429-52.955429-28.379429-82.553904 0-23.917714 5.12-45.007238 15.311238-63.21981a146.285714 146.285714 0 0 1 40.862477-46.689524c17.042286-13.116952 36.327619-22.79619 59.026285-29.622857C1405.513143 2.852571 1429.357714 0 1454.32381 0c12.483048 0 25.526857 0.560762 38.034285 2.267429 13.04381 1.706667 24.966095 3.998476 36.864 6.265904 11.361524 2.852571 22.137905 5.705143 32.353524 9.118477 10.24 3.413333 18.16381 6.826667 23.844571 10.24 7.94819 4.559238 13.628952 9.118476 17.017905 14.238476 3.413333 4.559238 5.12 10.825143 5.12 18.797714v26.770286c0 11.946667-4.534857 18.212571-13.043809 18.212571-4.559238 0-11.946667-2.267429-21.577143-6.826667-32.353524-14.799238-68.681143-22.186667-108.982857-22.186666-32.353524 0-57.880381 5.12-75.483429 15.920762-17.578667 10.825143-26.672762 27.331048-26.672762 50.688 0 15.945143 5.680762 29.598476 17.042286 40.423619 11.337143 10.825143 32.329143 21.650286 62.415238 31.329524L1521.859048 240.88381c40.862476 13.092571 70.363429 31.329524 87.966476 54.662095 17.603048 23.356952 26.087619 50.127238 26.087619 79.725714 0 24.502857-5.095619 46.689524-14.726095 66.072381a153.039238 153.039238 0 0 1-41.447619 50.102857c-17.578667 14.238476-38.595048 24.478476-63.000381 31.890286-25.526857 7.972571-52.199619 11.946667-81.164191 11.946667z" fill="#252F3E" p-id="12519"></path><path d="M1542.851048 812.056381c-186.733714 138.386286-458.020571 211.846095-691.297524 211.846095-326.89981 0-621.470476-121.295238-843.971048-322.901333-17.578667-15.945143-1.706667-37.571048 19.309714-25.039238 240.64 140.068571 537.478095 224.938667 844.556191 224.938666 207.140571 0 434.712381-43.300571 644.144762-132.144761 31.232-14.214095 57.904762 20.528762 27.257905 43.300571z" fill="#FF9900" p-id="12520"></path><path d="M1620.601905 723.21219c-23.82019-30.744381-157.769143-14.799238-218.502095-7.387428-18.16381 2.267429-20.992-13.677714-4.534858-25.624381 106.691048-75.190857 282.087619-53.540571 302.494477-28.476952 20.431238 25.6-5.656381 201.581714-105.569524 285.866666-15.311238 13.092571-30.061714 6.265905-23.259429-10.825143 22.698667-56.368762 73.216-183.344762 49.371429-213.552762z" fill="#FF9900" p-id="12521"></path></svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#01A2E0;}
|
|
7
|
-
.st1{fill:#B9D9EB;}
|
|
8
|
-
</style>
|
|
9
|
-
<g>
|
|
10
|
-
<path class="st0" d="M58,24.5c-1,0-2,0.9-2,2C56,42.7,42.7,56,26.5,56c-1,0-2,0.9-2,2c0,1,0.9,2,2,2C45,59.9,60,44.9,60,26.5
|
|
11
|
-
C60,25.4,59.2,24.5,58,24.5z"/>
|
|
12
|
-
<path class="st1" d="M46.1,37.2c1.9-3.1,3.8-7.2,3.4-13C48.7,12.2,37.9,3.1,27.7,4c-4.1,0.3-8.2,3.7-7.9,9.5c0.2,2.5,1.4,4,3.4,5.2
|
|
13
|
-
c1.9,1.1,4.4,1.8,7.2,2.6c3.4,1,7.3,2,10.4,4.3C44.4,28.3,46.9,31.4,46.1,37.2z"/>
|
|
14
|
-
<path class="st0" d="M7.4,16.2c-1.9,3.1-3.8,7.2-3.4,13c0.8,12,11.6,21.1,21.9,20.1c4-0.3,8.1-3.7,7.8-9.5c-0.2-2.5-1.4-4-3.4-5.2
|
|
15
|
-
c-1.9-1.1-4.4-1.8-7.2-2.6c-3.4-1-7.3-2-10.4-4.3C9.1,25.1,6.6,22,7.4,16.2z"/>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 72 72" style="enable-background:new 0 0 72 72;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#231815;}
|
|
7
|
-
</style>
|
|
8
|
-
<g>
|
|
9
|
-
<g>
|
|
10
|
-
<path class="st0" d="M36,70C17.3,70,2,54.7,2,36S17.3,2,36,2s34,15.3,34,34S54.7,70,36,70z M36,5.1C19,5.1,5.1,18.9,5.1,36
|
|
11
|
-
S19,66.9,36,66.9c17.1,0,30.9-13.8,30.9-30.9S53.1,5.1,36,5.1z"/>
|
|
12
|
-
</g>
|
|
13
|
-
<g>
|
|
14
|
-
<path class="st0" d="M55.6,17.3c-2.9-3.2-6.5-5.6-10.5-7.1l0,0l-4.8,22.3L23,20.2l-2.4,11.5l27.8,19.5L55.6,17.3"/>
|
|
15
|
-
<path class="st0" d="M30,44.4L19.5,37l-3.7,17.1c2.9,3.1,6.5,5.5,10.5,7L30,44.4z"/>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#00A3FF;}
|
|
7
|
-
.st1{fill:#00C8DC;}
|
|
8
|
-
.st2{fill:#006EFF;}
|
|
9
|
-
</style>
|
|
10
|
-
<g id="XMLID_19_">
|
|
11
|
-
<path id="XMLID_22_" class="st0" d="M52.5,44.8c-0.9,0.9-2.7,2.3-5.9,2.3c-1.4,0-2.9,0-3.6,0c-0.9,0-7.7,0-15.8,0
|
|
12
|
-
c5.9-5.6,10.8-10.4,11.3-10.8c0.5-0.5,1.6-1.6,2.7-2.5c2.3-2,4.1-2.3,5.6-2.3c2.3,0,4.1,0.9,5.6,2.3C55.6,36.7,55.6,41.9,52.5,44.8
|
|
13
|
-
M56.3,30.2c-2.3-2.5-5.6-4.1-9.2-4.1c-3.2,0-5.9,1.1-8.3,2.9c-0.9,0.9-2.3,1.8-3.4,3.2C34.5,33.1,15.1,52,15.1,52
|
|
14
|
-
c1.1,0.2,2.5,0.2,3.6,0.2c1.1,0,23.6,0,24.5,0c1.8,0,3.2,0,4.5-0.2c2.9-0.2,5.9-1.4,8.3-3.6C61.3,43.5,61.3,35.2,56.3,30.2z"/>
|
|
15
|
-
<path id="XMLID_2_" class="st1" d="M24.8,28.8c-2.5-1.8-5-2.7-7.9-2.7c-3.6,0-7,1.6-9.2,4.1c-5,5.2-5,13.3,0.2,18.5
|
|
16
|
-
c2.3,2,4.5,3.2,7.2,3.4l5.2-5c-0.9,0-2,0-2.9,0c-2.9-0.2-4.7-1.1-5.9-2.3c-3.2-3.2-3.2-8.1-0.2-11.3c1.6-1.6,3.4-2.3,5.6-2.3
|
|
17
|
-
c1.4,0,3.4,0.2,5.4,2.3c0.9,0.9,3.4,2.7,4.3,3.6h0.2l3.4-3.4v-0.2C28.6,32,26.1,30,24.8,28.8"/>
|
|
18
|
-
<path id="XMLID_1_" class="st2" d="M48.4,23.2c-2.5-6.8-9-11.5-16.4-11.5c-8.8,0-15.8,6.5-17.1,14.6c0.7,0,1.4-0.2,2.3-0.2
|
|
19
|
-
c0.9,0,2,0.2,2.9,0.2l0,0c1.1-5.6,6.1-9.7,11.9-9.7c5,0,9.2,2.9,11.3,7.2c0,0,0.2,0.2,0.2,0C45.1,23.7,46.9,23.2,48.4,23.2
|
|
20
|
-
C48.4,23.4,48.4,23.4,48.4,23.2"/>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|