@arco-iconbox/vue-smartcode 0.0.13 → 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/dist/icon.js +441 -399
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +43 -39
- package/dist/icon.min.js.map +1 -1
- package/esm/IconFillInfo/index.js +44 -0
- package/esm/index.js +1 -0
- package/lib/IconFillInfo/index.js +45 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconFillInfo/index.vue +19 -0
- package/src/index.js +2 -1
package/dist/icon.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
return target;
|
|
11
11
|
};
|
|
12
|
-
const _sfc_main$
|
|
12
|
+
const _sfc_main$11 = {
|
|
13
13
|
name: "IconFillHeart",
|
|
14
14
|
props: {
|
|
15
15
|
prefix: {
|
|
@@ -22,25 +22,25 @@
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
const _hoisted_1$
|
|
26
|
-
const _hoisted_2$
|
|
25
|
+
const _hoisted_1$11 = ["fill"];
|
|
26
|
+
const _hoisted_2$11 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
27
27
|
d: "M23.64 10.888l.36.375.36-.375c4.171-4.335 10.898-4.593 15.035-.293 4.142 4.305 4.007 10.878.388 16.52-1.999 3.115-5.02 6.612-8.039 9.39-1.508 1.388-3.006 2.588-4.366 3.469-1.341.868-2.5 1.394-3.378 1.522-.878-.128-2.037-.654-3.378-1.522-1.36-.88-2.858-2.08-4.366-3.469-3.018-2.778-6.04-6.275-8.04-9.39-3.618-5.642-3.753-12.215.389-16.52 4.137-4.3 10.863-4.042 15.034.293z",
|
|
28
28
|
stroke: "#000"
|
|
29
29
|
}, null, -1);
|
|
30
|
-
const _hoisted_3$
|
|
31
|
-
_hoisted_2$
|
|
30
|
+
const _hoisted_3$11 = [
|
|
31
|
+
_hoisted_2$11
|
|
32
32
|
];
|
|
33
|
-
function _sfc_render$
|
|
33
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34
34
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
35
35
|
viewBox: "0 0 48 48",
|
|
36
36
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
37
37
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-heart`],
|
|
38
38
|
width: "1em",
|
|
39
39
|
height: "1em"
|
|
40
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
40
|
+
}, _ctx.$attrs), _hoisted_3$11, 16, _hoisted_1$11);
|
|
41
41
|
}
|
|
42
|
-
var index$
|
|
43
|
-
const _sfc_main
|
|
42
|
+
var index$11 = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
43
|
+
const _sfc_main$10 = {
|
|
44
44
|
name: "IconFillMute",
|
|
45
45
|
props: {
|
|
46
46
|
prefix: {
|
|
@@ -53,13 +53,43 @@
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
};
|
|
56
|
-
const _hoisted_1
|
|
57
|
-
const _hoisted_2
|
|
58
|
-
const _hoisted_3
|
|
56
|
+
const _hoisted_1$10 = ["fill"];
|
|
57
|
+
const _hoisted_2$10 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.931 13.001A2 2 0 004 15v18a2 2 0 002 2h7.37l9.483 6.639A2 2 0 0026 40v-6.93L5.931 13.001zM35.27 28.199l-3.311-3.313a7.985 7.985 0 00-1.96-6.107.525.525 0 01.011-.718l2.122-2.122a.485.485 0 01.7.008c3.125 3.393 3.938 8.15 2.439 12.252zM41.13 34.059l-2.936-2.937c3.07-5.89 2.226-13.288-2.531-18.348a.513.513 0 01.004-.713l2.122-2.122a.492.492 0 01.703.006c6.322 6.64 7.202 16.56 2.639 24.114zM26 18.928l-8.688-8.688 5.541-3.878A2 2 0 0126 8v10.928z" }, null, -1);
|
|
58
|
+
const _hoisted_3$10 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
59
59
|
"fill-rule": "evenodd",
|
|
60
60
|
"clip-rule": "evenodd",
|
|
61
61
|
d: "M7.012 4.184l35.272 35.272-2.828 2.828L4.184 7.012l2.828-2.828z"
|
|
62
62
|
}, null, -1);
|
|
63
|
+
const _hoisted_4$j = [
|
|
64
|
+
_hoisted_2$10,
|
|
65
|
+
_hoisted_3$10
|
|
66
|
+
];
|
|
67
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
68
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
69
|
+
viewBox: "0 0 48 48",
|
|
70
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
71
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-mute`],
|
|
72
|
+
width: "1em",
|
|
73
|
+
height: "1em"
|
|
74
|
+
}, _ctx.$attrs), _hoisted_4$j, 16, _hoisted_1$10);
|
|
75
|
+
}
|
|
76
|
+
var index$10 = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
77
|
+
const _sfc_main$$ = {
|
|
78
|
+
name: "IconFillSound",
|
|
79
|
+
props: {
|
|
80
|
+
prefix: {
|
|
81
|
+
type: String,
|
|
82
|
+
default: "sc"
|
|
83
|
+
},
|
|
84
|
+
useCurrentColor: {
|
|
85
|
+
type: Boolean,
|
|
86
|
+
default: true
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
const _hoisted_1$$ = ["fill"];
|
|
91
|
+
const _hoisted_2$$ = /* @__PURE__ */ vue.createElementVNode("path", { d: "M14 15l10-7v32l-10-7H6V15h8z" }, null, -1);
|
|
92
|
+
const _hoisted_3$$ = /* @__PURE__ */ vue.createElementVNode("path", { d: "M14 15v2a2 2 0 001.147-.361L14 15zm10-7h2a2 2 0 00-3.147-1.638L24 8zm0 32l-1.147 1.639A2 2 0 0026 40h-2zm-10-7l1.147-1.639A2 2 0 0014 31v2zM6 15v-2a2 2 0 00-2 2h2zm0 18H4a2 2 0 002 2v-2zm9.147-16.361l10-7-2.294-3.277-10 7 2.294 3.277zM22 8v32h4V8h-4zm3.147 30.361l-10-7-2.294 3.277 10 7 2.294-3.276zM6 17h8v-4H6v4zm8 14H6v4h8v-4zm-6 2V15H4v18h4zm21.657-14.586a8 8 0 010 11.314l2.828 2.828c4.687-4.686 4.687-12.284 0-16.97l-2.828 2.828zm5.657-6c6.248 6.249 6.248 16.38 0 22.628l2.828 2.828c7.81-7.81 7.81-20.474 0-28.284l-2.828 2.828z" }, null, -1);
|
|
63
93
|
const _hoisted_4$i = [
|
|
64
94
|
_hoisted_2$$,
|
|
65
95
|
_hoisted_3$$
|
|
@@ -68,14 +98,14 @@
|
|
|
68
98
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
69
99
|
viewBox: "0 0 48 48",
|
|
70
100
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
71
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
101
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-sound`],
|
|
72
102
|
width: "1em",
|
|
73
103
|
height: "1em"
|
|
74
104
|
}, _ctx.$attrs), _hoisted_4$i, 16, _hoisted_1$$);
|
|
75
105
|
}
|
|
76
106
|
var index$$ = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
77
107
|
const _sfc_main$_ = {
|
|
78
|
-
name: "
|
|
108
|
+
name: "IconFillSun",
|
|
79
109
|
props: {
|
|
80
110
|
prefix: {
|
|
81
111
|
type: String,
|
|
@@ -88,8 +118,12 @@
|
|
|
88
118
|
}
|
|
89
119
|
};
|
|
90
120
|
const _hoisted_1$_ = ["fill"];
|
|
91
|
-
const _hoisted_2$_ = /* @__PURE__ */ vue.createElementVNode("
|
|
92
|
-
|
|
121
|
+
const _hoisted_2$_ = /* @__PURE__ */ vue.createElementVNode("circle", {
|
|
122
|
+
cx: "24",
|
|
123
|
+
cy: "24",
|
|
124
|
+
r: "9"
|
|
125
|
+
}, null, -1);
|
|
126
|
+
const _hoisted_3$_ = /* @__PURE__ */ vue.createElementVNode("path", { d: "M21 5.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM21 37.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM42.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM10.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM39.203 34.96a.5.5 0 010 .707l-3.536 3.536a.5.5 0 01-.707 0l-3.535-3.536a.5.5 0 010-.707l3.535-3.535a.5.5 0 01.707 0l3.536 3.535zM16.575 12.333a.5.5 0 010 .707l-3.535 3.535a.5.5 0 01-.707 0L8.797 13.04a.5.5 0 010-.707l3.536-3.536a.5.5 0 01.707 0l3.535 3.536zM13.04 39.203a.5.5 0 01-.707 0l-3.536-3.536a.5.5 0 010-.707l3.536-3.535a.5.5 0 01.707 0l3.536 3.535a.5.5 0 010 .707l-3.536 3.536zM35.668 16.575a.5.5 0 01-.708 0l-3.535-3.535a.5.5 0 010-.707l3.535-3.536a.5.5 0 01.708 0l3.535 3.536a.5.5 0 010 .707l-3.535 3.535z" }, null, -1);
|
|
93
127
|
const _hoisted_4$h = [
|
|
94
128
|
_hoisted_2$_,
|
|
95
129
|
_hoisted_3$_
|
|
@@ -98,14 +132,14 @@
|
|
|
98
132
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
99
133
|
viewBox: "0 0 48 48",
|
|
100
134
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
101
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
135
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-sun`],
|
|
102
136
|
width: "1em",
|
|
103
137
|
height: "1em"
|
|
104
138
|
}, _ctx.$attrs), _hoisted_4$h, 16, _hoisted_1$_);
|
|
105
139
|
}
|
|
106
140
|
var index$_ = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
107
141
|
const _sfc_main$Z = {
|
|
108
|
-
name: "
|
|
142
|
+
name: "IconFillPen",
|
|
109
143
|
props: {
|
|
110
144
|
prefix: {
|
|
111
145
|
type: String,
|
|
@@ -118,28 +152,22 @@
|
|
|
118
152
|
}
|
|
119
153
|
};
|
|
120
154
|
const _hoisted_1$Z = ["fill"];
|
|
121
|
-
const _hoisted_2$Z = /* @__PURE__ */ vue.createElementVNode("
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
r: "9"
|
|
125
|
-
}, null, -1);
|
|
126
|
-
const _hoisted_3$Z = /* @__PURE__ */ vue.createElementVNode("path", { d: "M21 5.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM21 37.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5zM42.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM10.5 21a.5.5 0 01.5.5v5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5h5zM39.203 34.96a.5.5 0 010 .707l-3.536 3.536a.5.5 0 01-.707 0l-3.535-3.536a.5.5 0 010-.707l3.535-3.535a.5.5 0 01.707 0l3.536 3.535zM16.575 12.333a.5.5 0 010 .707l-3.535 3.535a.5.5 0 01-.707 0L8.797 13.04a.5.5 0 010-.707l3.536-3.536a.5.5 0 01.707 0l3.535 3.536zM13.04 39.203a.5.5 0 01-.707 0l-3.536-3.536a.5.5 0 010-.707l3.536-3.535a.5.5 0 01.707 0l3.536 3.535a.5.5 0 010 .707l-3.536 3.536zM35.668 16.575a.5.5 0 01-.708 0l-3.535-3.535a.5.5 0 010-.707l3.535-3.536a.5.5 0 01.708 0l3.535 3.536a.5.5 0 010 .707l-3.535 3.535z" }, null, -1);
|
|
127
|
-
const _hoisted_4$g = [
|
|
128
|
-
_hoisted_2$Z,
|
|
129
|
-
_hoisted_3$Z
|
|
155
|
+
const _hoisted_2$Z = /* @__PURE__ */ vue.createElementVNode("path", { d: "M31.07 8.444l8.486 8.485L19.05 37.435l-8.485-8.485zM33.9 5.615a2 2 0 012.828 0l5.657 5.657a2 2 0 010 2.828l-1.414 1.415-8.486-8.486L33.9 5.615zM17.636 38.85l-8.485-8.486-3.61 10.83a1 1 0 001.264 1.265l10.831-3.61z" }, null, -1);
|
|
156
|
+
const _hoisted_3$Z = [
|
|
157
|
+
_hoisted_2$Z
|
|
130
158
|
];
|
|
131
159
|
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
132
160
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
133
161
|
viewBox: "0 0 48 48",
|
|
134
162
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
135
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
163
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-pen`],
|
|
136
164
|
width: "1em",
|
|
137
165
|
height: "1em"
|
|
138
|
-
}, _ctx.$attrs),
|
|
166
|
+
}, _ctx.$attrs), _hoisted_3$Z, 16, _hoisted_1$Z);
|
|
139
167
|
}
|
|
140
168
|
var index$Z = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
141
169
|
const _sfc_main$Y = {
|
|
142
|
-
name: "
|
|
170
|
+
name: "IconFillMoon",
|
|
143
171
|
props: {
|
|
144
172
|
prefix: {
|
|
145
173
|
type: String,
|
|
@@ -152,7 +180,7 @@
|
|
|
152
180
|
}
|
|
153
181
|
};
|
|
154
182
|
const _hoisted_1$Y = ["fill"];
|
|
155
|
-
const _hoisted_2$Y = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
183
|
+
const _hoisted_2$Y = /* @__PURE__ */ vue.createElementVNode("path", { d: "M42.108 29.769c.124-.387-.258-.736-.645-.613A17.99 17.99 0 0136 30c-9.941 0-18-8.059-18-18 0-1.905.296-3.74.844-5.463.123-.387-.226-.769-.613-.645C10.558 8.334 5 15.518 5 24c0 10.493 8.507 19 19 19 8.482 0 15.666-5.558 18.108-13.231z" }, null, -1);
|
|
156
184
|
const _hoisted_3$Y = [
|
|
157
185
|
_hoisted_2$Y
|
|
158
186
|
];
|
|
@@ -160,14 +188,14 @@
|
|
|
160
188
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
161
189
|
viewBox: "0 0 48 48",
|
|
162
190
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
163
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
191
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-moon`],
|
|
164
192
|
width: "1em",
|
|
165
193
|
height: "1em"
|
|
166
194
|
}, _ctx.$attrs), _hoisted_3$Y, 16, _hoisted_1$Y);
|
|
167
195
|
}
|
|
168
196
|
var index$Y = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
169
197
|
const _sfc_main$X = {
|
|
170
|
-
name: "
|
|
198
|
+
name: "IconFillPlayArrow",
|
|
171
199
|
props: {
|
|
172
200
|
prefix: {
|
|
173
201
|
type: String,
|
|
@@ -180,7 +208,7 @@
|
|
|
180
208
|
}
|
|
181
209
|
};
|
|
182
210
|
const _hoisted_1$X = ["fill"];
|
|
183
|
-
const _hoisted_2$X = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
211
|
+
const _hoisted_2$X = /* @__PURE__ */ vue.createElementVNode("path", { d: "M17.533 10.974a1 1 0 00-1.537.844v24.357a1 1 0 001.537.843L36.67 24.84a1 1 0 000-1.688L17.533 10.974z" }, null, -1);
|
|
184
212
|
const _hoisted_3$X = [
|
|
185
213
|
_hoisted_2$X
|
|
186
214
|
];
|
|
@@ -188,14 +216,14 @@
|
|
|
188
216
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
189
217
|
viewBox: "0 0 48 48",
|
|
190
218
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
191
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
219
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-play-arrow`],
|
|
192
220
|
width: "1em",
|
|
193
221
|
height: "1em"
|
|
194
222
|
}, _ctx.$attrs), _hoisted_3$X, 16, _hoisted_1$X);
|
|
195
223
|
}
|
|
196
224
|
var index$X = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
197
225
|
const _sfc_main$W = {
|
|
198
|
-
name: "
|
|
226
|
+
name: "IconFillChinese",
|
|
199
227
|
props: {
|
|
200
228
|
prefix: {
|
|
201
229
|
type: String,
|
|
@@ -208,22 +236,28 @@
|
|
|
208
236
|
}
|
|
209
237
|
};
|
|
210
238
|
const _hoisted_1$W = ["fill"];
|
|
211
|
-
const _hoisted_2$W = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
212
|
-
const _hoisted_3$W =
|
|
213
|
-
|
|
239
|
+
const _hoisted_2$W = /* @__PURE__ */ vue.createElementVNode("path", { d: "M22 21h-5v4.094h5V21zM26 25.094V21h5v4.094h-5z" }, null, -1);
|
|
240
|
+
const _hoisted_3$W = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
241
|
+
"fill-rule": "evenodd",
|
|
242
|
+
"clip-rule": "evenodd",
|
|
243
|
+
d: "M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20 20-8.954 20-20S35.046 4 24 4zm2 13v-5h-4v5h-6.5a2.5 2.5 0 00-2.5 2.5v7.094a2.5 2.5 0 002.5 2.5H22V36h4v-6.906h6.5a2.5 2.5 0 002.5-2.5V19.5a2.5 2.5 0 00-2.5-2.5H26z"
|
|
244
|
+
}, null, -1);
|
|
245
|
+
const _hoisted_4$g = [
|
|
246
|
+
_hoisted_2$W,
|
|
247
|
+
_hoisted_3$W
|
|
214
248
|
];
|
|
215
249
|
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
216
250
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
217
251
|
viewBox: "0 0 48 48",
|
|
218
252
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
219
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
253
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-chinese`],
|
|
220
254
|
width: "1em",
|
|
221
255
|
height: "1em"
|
|
222
|
-
}, _ctx.$attrs),
|
|
256
|
+
}, _ctx.$attrs), _hoisted_4$g, 16, _hoisted_1$W);
|
|
223
257
|
}
|
|
224
258
|
var index$W = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
225
259
|
const _sfc_main$V = {
|
|
226
|
-
name: "
|
|
260
|
+
name: "IconFillSkipNext",
|
|
227
261
|
props: {
|
|
228
262
|
prefix: {
|
|
229
263
|
type: String,
|
|
@@ -236,11 +270,11 @@
|
|
|
236
270
|
}
|
|
237
271
|
};
|
|
238
272
|
const _hoisted_1$V = ["fill"];
|
|
239
|
-
const _hoisted_2$V = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
273
|
+
const _hoisted_2$V = /* @__PURE__ */ vue.createElementVNode("path", { d: "M13.585 12.145a1 1 0 00-1.585.81v22.09a1 1 0 001.585.81L28.878 24.81a1 1 0 000-1.622L13.585 12.145z" }, null, -1);
|
|
240
274
|
const _hoisted_3$V = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
241
275
|
"fill-rule": "evenodd",
|
|
242
276
|
"clip-rule": "evenodd",
|
|
243
|
-
d: "
|
|
277
|
+
d: "M33 36a1 1 0 01-1-1V13a1 1 0 011-1h2a1 1 0 011 1v22a1 1 0 01-1 1h-2z"
|
|
244
278
|
}, null, -1);
|
|
245
279
|
const _hoisted_4$f = [
|
|
246
280
|
_hoisted_2$V,
|
|
@@ -250,14 +284,14 @@
|
|
|
250
284
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
251
285
|
viewBox: "0 0 48 48",
|
|
252
286
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
253
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
287
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-skip-next`],
|
|
254
288
|
width: "1em",
|
|
255
289
|
height: "1em"
|
|
256
290
|
}, _ctx.$attrs), _hoisted_4$f, 16, _hoisted_1$V);
|
|
257
291
|
}
|
|
258
292
|
var index$V = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
259
293
|
const _sfc_main$U = {
|
|
260
|
-
name: "
|
|
294
|
+
name: "IconFillSkipPrevious",
|
|
261
295
|
props: {
|
|
262
296
|
prefix: {
|
|
263
297
|
type: String,
|
|
@@ -270,11 +304,11 @@
|
|
|
270
304
|
}
|
|
271
305
|
};
|
|
272
306
|
const _hoisted_1$U = ["fill"];
|
|
273
|
-
const _hoisted_2$U = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
307
|
+
const _hoisted_2$U = /* @__PURE__ */ vue.createElementVNode("path", { d: "M34.414 35.855a1 1 0 001.586-.81v-22.09a1 1 0 00-1.586-.81L19.122 23.19a1 1 0 000 1.622l15.292 11.044z" }, null, -1);
|
|
274
308
|
const _hoisted_3$U = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
275
309
|
"fill-rule": "evenodd",
|
|
276
310
|
"clip-rule": "evenodd",
|
|
277
|
-
d: "
|
|
311
|
+
d: "M15 12a1 1 0 011 1v22a1 1 0 01-1 1h-2a1 1 0 01-1-1V13a1 1 0 011-1h2z"
|
|
278
312
|
}, null, -1);
|
|
279
313
|
const _hoisted_4$e = [
|
|
280
314
|
_hoisted_2$U,
|
|
@@ -284,14 +318,14 @@
|
|
|
284
318
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
285
319
|
viewBox: "0 0 48 48",
|
|
286
320
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
287
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-skip-
|
|
321
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-skip-previous`],
|
|
288
322
|
width: "1em",
|
|
289
323
|
height: "1em"
|
|
290
324
|
}, _ctx.$attrs), _hoisted_4$e, 16, _hoisted_1$U);
|
|
291
325
|
}
|
|
292
326
|
var index$U = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
293
327
|
const _sfc_main$T = {
|
|
294
|
-
name: "
|
|
328
|
+
name: "IconFillEnglish",
|
|
295
329
|
props: {
|
|
296
330
|
prefix: {
|
|
297
331
|
type: String,
|
|
@@ -304,28 +338,26 @@
|
|
|
304
338
|
}
|
|
305
339
|
};
|
|
306
340
|
const _hoisted_1$T = ["fill"];
|
|
307
|
-
const _hoisted_2$T = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
308
|
-
const _hoisted_3$T = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
341
|
+
const _hoisted_2$T = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
309
342
|
"fill-rule": "evenodd",
|
|
310
343
|
"clip-rule": "evenodd",
|
|
311
|
-
d: "
|
|
344
|
+
d: "M23.2 4C12.596 4 4 12.596 4 23.2v1.6C4 35.404 12.596 44 23.2 44h1.6C35.404 44 44 35.404 44 24.8v-1.6C44 12.596 35.404 4 24.8 4h-1.6zm-9.086 10A2.114 2.114 0 0012 16.114v15.772c0 1.167.947 2.114 2.114 2.114H25v-4h-9v-4h7.778v-4H16v-4h9v-4H14.114zM32.4 22a5.4 5.4 0 00-5.4 5.4V34h4v-6.6a1.4 1.4 0 012.801 0V34h4v-6.6a5.4 5.4 0 00-5.4-5.4z"
|
|
312
345
|
}, null, -1);
|
|
313
|
-
const
|
|
314
|
-
_hoisted_2$T
|
|
315
|
-
_hoisted_3$T
|
|
346
|
+
const _hoisted_3$T = [
|
|
347
|
+
_hoisted_2$T
|
|
316
348
|
];
|
|
317
349
|
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
318
350
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
319
351
|
viewBox: "0 0 48 48",
|
|
320
352
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
321
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
353
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-english`],
|
|
322
354
|
width: "1em",
|
|
323
355
|
height: "1em"
|
|
324
|
-
}, _ctx.$attrs),
|
|
356
|
+
}, _ctx.$attrs), _hoisted_3$T, 16, _hoisted_1$T);
|
|
325
357
|
}
|
|
326
358
|
var index$T = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
|
|
327
359
|
const _sfc_main$S = {
|
|
328
|
-
name: "
|
|
360
|
+
name: "IconFillData",
|
|
329
361
|
props: {
|
|
330
362
|
prefix: {
|
|
331
363
|
type: String,
|
|
@@ -338,26 +370,23 @@
|
|
|
338
370
|
}
|
|
339
371
|
};
|
|
340
372
|
const _hoisted_1$S = ["fill"];
|
|
341
|
-
const _hoisted_2$S = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
342
|
-
"fill-rule": "evenodd",
|
|
343
|
-
"clip-rule": "evenodd",
|
|
344
|
-
d: "M23.2 4C12.596 4 4 12.596 4 23.2v1.6C4 35.404 12.596 44 23.2 44h1.6C35.404 44 44 35.404 44 24.8v-1.6C44 12.596 35.404 4 24.8 4h-1.6zm-9.086 10A2.114 2.114 0 0012 16.114v15.772c0 1.167.947 2.114 2.114 2.114H25v-4h-9v-4h7.778v-4H16v-4h9v-4H14.114zM32.4 22a5.4 5.4 0 00-5.4 5.4V34h4v-6.6a1.4 1.4 0 012.801 0V34h4v-6.6a5.4 5.4 0 00-5.4-5.4z"
|
|
345
|
-
}, null, -1);
|
|
373
|
+
const _hoisted_2$S = /* @__PURE__ */ vue.createElementVNode("path", { d: "M17.8122 15.4033L17.7995 15.4941C17.7065 16.1518 17.0483 16.971 15.5798 17.6582C14.1621 18.3215 12.2003 18.75 9.99969 18.75C7.79909 18.75 5.83728 18.3215 4.41962 17.6582C2.9511 16.971 2.29283 16.1518 2.19989 15.4941L2.18719 15.4033V13.3096C2.49118 13.6725 2.8861 13.9905 3.39325 14.2441C5.13232 15.1136 7.46962 15.625 9.99969 15.625C12.5298 15.625 14.8671 15.1136 16.6061 14.2441C17.1133 13.9905 17.5082 13.6725 17.8122 13.3096V15.4033ZM17.8122 10.3125L17.8054 10.4385C17.7384 11.08 17.1583 11.8717 15.7673 12.5674C14.3396 13.2811 12.3018 13.75 9.99969 13.75C7.69759 13.75 5.65973 13.2811 4.23212 12.5674C2.74847 11.8255 2.18722 10.9742 2.18719 10.3125V7.68457C2.49118 8.04753 2.8861 8.36549 3.39325 8.61914C5.13232 9.48868 7.46962 9.99995 9.99969 10C12.5298 9.99995 14.8671 9.48868 16.6061 8.61914C17.1133 8.36549 17.5082 8.04752 17.8122 7.68457V10.3125ZM9.99969 1.25C12.3016 1.25005 14.3397 1.71884 15.7673 2.43262C17.2507 3.17445 17.8112 4.02584 17.8112 4.6875C17.8112 5.34916 17.2507 6.20055 15.7673 6.94238C14.3397 7.65616 12.3016 8.12495 9.99969 8.125C7.6977 8.125 5.65972 7.65614 4.23212 6.94238C2.74834 6.2005 2.18719 5.34923 2.18719 4.6875C2.18719 4.02577 2.74834 3.1745 4.23212 2.43262C5.65972 1.71886 7.6977 1.25 9.99969 1.25Z" }, null, -1);
|
|
346
374
|
const _hoisted_3$S = [
|
|
347
375
|
_hoisted_2$S
|
|
348
376
|
];
|
|
349
377
|
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
350
378
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
351
|
-
viewBox: "0 0
|
|
352
|
-
fill: $props.useCurrentColor ? "currentColor" : "
|
|
353
|
-
|
|
379
|
+
viewBox: "0 0 20 20",
|
|
380
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
381
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
382
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-data`],
|
|
354
383
|
width: "1em",
|
|
355
384
|
height: "1em"
|
|
356
385
|
}, _ctx.$attrs), _hoisted_3$S, 16, _hoisted_1$S);
|
|
357
386
|
}
|
|
358
387
|
var index$S = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
359
388
|
const _sfc_main$R = {
|
|
360
|
-
name: "
|
|
389
|
+
name: "IconFillChart",
|
|
361
390
|
props: {
|
|
362
391
|
prefix: {
|
|
363
392
|
type: String,
|
|
@@ -370,7 +399,7 @@
|
|
|
370
399
|
}
|
|
371
400
|
};
|
|
372
401
|
const _hoisted_1$R = ["fill"];
|
|
373
|
-
const _hoisted_2$R = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
402
|
+
const _hoisted_2$R = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.7522 2.48807C9.00254 2.46295 9.12765 2.4509 9.24536 2.50076C9.34252 2.54199 9.43777 2.62793 9.48852 2.72049C9.55001 2.8327 9.55005 2.97104 9.55005 3.24783V9.6492C9.55005 9.92872 9.55043 10.0687 9.60473 10.1756C9.65267 10.2696 9.72941 10.3464 9.82348 10.3943C9.93044 10.4488 10.0708 10.449 10.3508 10.449H16.7512C17.028 10.449 17.1664 10.4492 17.2786 10.5105C17.3712 10.5613 17.458 10.6565 17.4993 10.7537C17.5492 10.8715 17.5361 10.9972 17.511 11.2478C17.3805 12.5479 16.9328 13.8012 16.2024 14.8943C15.3233 16.2097 14.0742 17.2351 12.6125 17.8406C11.1506 18.4462 9.54149 18.6044 7.9895 18.2957C6.43757 17.987 5.01171 17.2251 3.89282 16.1062C2.77398 14.9873 2.01206 13.5615 1.70337 12.0096C1.39474 10.4578 1.55306 8.84925 2.15845 7.38748C2.764 5.92554 3.79 4.67579 5.10571 3.79666C6.19894 3.06621 7.45202 2.61851 8.7522 2.48807ZM11.7903 1.57498C12.4979 1.651 13.1927 1.82697 13.8528 2.10037C14.7597 2.47605 15.5834 3.02732 16.2776 3.72147C16.9717 4.41562 17.523 5.23932 17.8987 6.14627C18.1721 6.80633 18.349 7.50113 18.425 8.20877C18.4517 8.4571 18.4648 8.58149 18.4153 8.69998C18.3745 8.79739 18.2871 8.89417 18.1946 8.9451C18.082 9.00698 17.9437 9.0076 17.6672 9.0076H11.7922C11.5123 9.0076 11.3718 9.00737 11.2649 8.95291C11.1708 8.90498 11.0941 8.82824 11.0461 8.73416C10.9917 8.62722 10.9915 8.48673 10.9915 8.20682V2.33182C10.9915 2.05535 10.9921 1.91705 11.054 1.80448C11.1049 1.71198 11.2017 1.62453 11.2991 1.58377C11.4176 1.53429 11.5419 1.5483 11.7903 1.57498Z" }, null, -1);
|
|
374
403
|
const _hoisted_3$R = [
|
|
375
404
|
_hoisted_2$R
|
|
376
405
|
];
|
|
@@ -379,14 +408,14 @@
|
|
|
379
408
|
viewBox: "0 0 20 20",
|
|
380
409
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
381
410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
382
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
411
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-chart`],
|
|
383
412
|
width: "1em",
|
|
384
413
|
height: "1em"
|
|
385
414
|
}, _ctx.$attrs), _hoisted_3$R, 16, _hoisted_1$R);
|
|
386
415
|
}
|
|
387
416
|
var index$R = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R]]);
|
|
388
417
|
const _sfc_main$Q = {
|
|
389
|
-
name: "
|
|
418
|
+
name: "IconFillDown",
|
|
390
419
|
props: {
|
|
391
420
|
prefix: {
|
|
392
421
|
type: String,
|
|
@@ -399,23 +428,23 @@
|
|
|
399
428
|
}
|
|
400
429
|
};
|
|
401
430
|
const _hoisted_1$Q = ["fill"];
|
|
402
|
-
const _hoisted_2$Q = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
431
|
+
const _hoisted_2$Q = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.83594 9.89128C7.94217 9.92817 8.05783 9.92816 8.16406 9.89128C8.28533 9.84904 8.3888 9.73435 8.59473 9.50554L10.3984 7.50163C10.779 7.07873 10.969 6.86699 10.9766 6.68718C10.9831 6.53097 10.9164 6.38058 10.7959 6.28093C10.6572 6.16626 10.3727 6.16667 9.80371 6.16667H6.19629C5.62731 6.16667 5.34279 6.16622 5.2041 6.28093C5.08363 6.38058 5.01692 6.53097 5.02344 6.68718C5.03102 6.86699 5.22096 7.07873 5.60156 7.50163L7.40528 9.50554C7.61121 9.73435 7.71467 9.84904 7.83594 9.89128Z" }, null, -1);
|
|
403
432
|
const _hoisted_3$Q = [
|
|
404
433
|
_hoisted_2$Q
|
|
405
434
|
];
|
|
406
435
|
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
407
436
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
408
|
-
viewBox: "0 0
|
|
437
|
+
viewBox: "0 0 16 16",
|
|
409
438
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
410
439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
411
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
440
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-down`],
|
|
412
441
|
width: "1em",
|
|
413
442
|
height: "1em"
|
|
414
443
|
}, _ctx.$attrs), _hoisted_3$Q, 16, _hoisted_1$Q);
|
|
415
444
|
}
|
|
416
445
|
var index$Q = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q]]);
|
|
417
446
|
const _sfc_main$P = {
|
|
418
|
-
name: "
|
|
447
|
+
name: "IconFillMenu",
|
|
419
448
|
props: {
|
|
420
449
|
prefix: {
|
|
421
450
|
type: String,
|
|
@@ -428,23 +457,23 @@
|
|
|
428
457
|
}
|
|
429
458
|
};
|
|
430
459
|
const _hoisted_1$P = ["fill"];
|
|
431
|
-
const _hoisted_2$P = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
460
|
+
const _hoisted_2$P = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.37469 15.125C9.37469 16.0569 9.37459 16.5231 9.22235 16.8906C9.01937 17.3805 8.63017 17.7697 8.14032 17.9727C7.77278 18.1249 7.30658 18.125 6.37469 18.125H5.62469C4.92796 18.125 4.57947 18.125 4.28973 18.0674C3.09966 17.8307 2.16903 16.9 1.93231 15.71C1.87473 15.4202 1.87469 15.0717 1.87469 14.375C1.87469 13.6783 1.87473 13.3298 1.93231 13.04C2.16903 11.85 3.09966 10.9193 4.28973 10.6826C4.57947 10.625 4.92796 10.625 5.62469 10.625H9.37469V15.125ZM14.3747 10.625C15.0714 10.625 15.4199 10.625 15.7097 10.6826C16.8997 10.9193 17.8304 11.85 18.0671 13.04C18.1247 13.3298 18.1247 13.6783 18.1247 14.375C18.1247 15.0717 18.1247 15.4202 18.0671 15.71C17.8304 16.9 16.8997 17.8307 15.7097 18.0674C15.4199 18.125 15.0714 18.125 14.3747 18.125H13.6247C12.6928 18.125 12.2266 18.1249 11.8591 17.9727C11.3692 17.7697 10.98 17.3805 10.777 16.8906C10.6248 16.5231 10.6247 16.0569 10.6247 15.125V10.625H14.3747ZM6.37469 1.875C7.30658 1.875 7.77278 1.8751 8.14032 2.02734C8.63017 2.23033 9.01937 2.61953 9.22235 3.10938C9.37459 3.47692 9.37469 3.94312 9.37469 4.875V9.375H5.62469C4.92796 9.375 4.57947 9.37497 4.28973 9.31738C3.09966 9.08066 2.16903 8.15003 1.93231 6.95996C1.87473 6.67022 1.87469 6.32174 1.87469 5.625C1.87469 4.92826 1.87473 4.57978 1.93231 4.29004C2.16903 3.09997 3.09966 2.16934 4.28973 1.93262C4.57947 1.87503 4.92796 1.875 5.62469 1.875H6.37469ZM14.3747 1.875C15.0714 1.875 15.4199 1.87503 15.7097 1.93262C16.8997 2.16934 17.8304 3.09997 18.0671 4.29004C18.1247 4.57978 18.1247 4.92826 18.1247 5.625C18.1247 6.32174 18.1247 6.67022 18.0671 6.95996C17.8304 8.15003 16.8997 9.08066 15.7097 9.31738C15.4199 9.37497 15.0714 9.375 14.3747 9.375H10.6247V4.875C10.6247 3.94312 10.6248 3.47692 10.777 3.10938C10.98 2.61953 11.3692 2.23033 11.8591 2.02734C12.2266 1.8751 12.6928 1.875 13.6247 1.875H14.3747Z" }, null, -1);
|
|
432
461
|
const _hoisted_3$P = [
|
|
433
462
|
_hoisted_2$P
|
|
434
463
|
];
|
|
435
464
|
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
436
465
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
437
|
-
viewBox: "0 0
|
|
466
|
+
viewBox: "0 0 20 20",
|
|
438
467
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
439
468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
440
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
469
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-menu`],
|
|
441
470
|
width: "1em",
|
|
442
471
|
height: "1em"
|
|
443
472
|
}, _ctx.$attrs), _hoisted_3$P, 16, _hoisted_1$P);
|
|
444
473
|
}
|
|
445
474
|
var index$P = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P]]);
|
|
446
475
|
const _sfc_main$O = {
|
|
447
|
-
name: "
|
|
476
|
+
name: "IconFillDownload",
|
|
448
477
|
props: {
|
|
449
478
|
prefix: {
|
|
450
479
|
type: String,
|
|
@@ -457,7 +486,7 @@
|
|
|
457
486
|
}
|
|
458
487
|
};
|
|
459
488
|
const _hoisted_1$O = ["fill"];
|
|
460
|
-
const _hoisted_2$O = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
489
|
+
const _hoisted_2$O = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.55829 2.57227C6.27334 2.57225 6.63099 2.57208 6.94696 2.68066C7.22633 2.77675 7.4815 2.93344 7.69305 3.13965C7.93224 3.373 8.09381 3.69324 8.41571 4.33203L8.49579 4.49023C8.81763 5.12892 8.97821 5.44931 9.21747 5.68262C9.42902 5.88882 9.6842 6.04552 9.96356 6.1416C10.2796 6.25025 10.6378 6.24999 11.3532 6.25H15.5495C16.6696 6.25001 17.2301 6.25076 17.6579 6.46875C18.034 6.66052 18.3403 6.96662 18.5319 7.34277C18.7495 7.77048 18.7497 8.33088 18.7497 9.4502V12.1738C18.7497 14.0399 18.7495 14.9736 18.3864 15.6865C18.0668 16.3136 17.5565 16.824 16.9294 17.1436C16.2164 17.5066 15.283 17.5068 13.4167 17.5068H6.5827C4.71643 17.5068 3.78295 17.5066 3.07001 17.1436C2.44293 16.824 1.93257 16.3136 1.61298 15.6865C1.24986 14.9736 1.24969 14.0399 1.24969 12.1738V5.77148C1.24969 4.65216 1.24978 4.09176 1.46747 3.66406C1.65915 3.28787 1.96535 2.9818 2.34149 2.79004C2.76931 2.57205 3.3298 2.57228 4.44989 2.57227H5.55829ZM9.99286 8.30469C9.53306 8.30493 9.16023 8.67793 9.15985 9.1377V11.7158L8.44598 11.002C8.12051 10.677 7.59353 10.6767 7.26825 11.002C6.94331 11.3273 6.9434 11.8543 7.26825 12.1797L9.40399 14.3154C9.72934 14.6405 10.2573 14.6414 10.5827 14.3164L12.7184 12.1807L12.7761 12.1162C13.0425 11.789 13.0231 11.3059 12.7184 11.001C12.4134 10.6967 11.9302 10.677 11.6032 10.9434L11.5397 11.002L10.8259 11.7158V9.1377C10.8255 8.67787 10.4527 8.30483 9.99286 8.30469ZM16.1345 2.49316C16.8247 2.49331 17.3845 3.0529 17.3845 3.74316C17.3845 4.43343 16.8247 4.99302 16.1345 4.99316H12.2731C11.583 4.99296 11.0231 4.43339 11.0231 3.74316C11.0231 3.05294 11.583 2.49337 12.2731 2.49316H16.1345Z" }, null, -1);
|
|
461
490
|
const _hoisted_3$O = [
|
|
462
491
|
_hoisted_2$O
|
|
463
492
|
];
|
|
@@ -466,14 +495,14 @@
|
|
|
466
495
|
viewBox: "0 0 20 20",
|
|
467
496
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
468
497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
469
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
498
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-download`],
|
|
470
499
|
width: "1em",
|
|
471
500
|
height: "1em"
|
|
472
501
|
}, _ctx.$attrs), _hoisted_3$O, 16, _hoisted_1$O);
|
|
473
502
|
}
|
|
474
503
|
var index$O = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
|
|
475
504
|
const _sfc_main$N = {
|
|
476
|
-
name: "
|
|
505
|
+
name: "IconFillFile",
|
|
477
506
|
props: {
|
|
478
507
|
prefix: {
|
|
479
508
|
type: String,
|
|
@@ -486,7 +515,7 @@
|
|
|
486
515
|
}
|
|
487
516
|
};
|
|
488
517
|
const _hoisted_1$N = ["fill"];
|
|
489
|
-
const _hoisted_2$N = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
518
|
+
const _hoisted_2$N = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.42596 2.02197C6.89264 2.02197 7.12613 2.02194 7.35077 2.05615C7.74051 2.11556 8.11505 2.25144 8.45233 2.45557C8.64682 2.57328 8.8263 2.72277 9.18475 3.02197C9.54288 3.3209 9.72191 3.47071 9.9162 3.58838C10.2534 3.79249 10.6281 3.92836 11.0178 3.98779C11.2425 4.02205 11.4766 4.02197 11.9435 4.02197H15.592C16.7121 4.02197 17.2726 4.02176 17.7004 4.23975C18.0766 4.43147 18.3827 4.73759 18.5744 5.11377C18.7924 5.54159 18.7922 6.1021 18.7922 7.22217V13.1772C18.7922 14.8573 18.7919 15.6976 18.465 16.3394C18.1774 16.9038 17.718 17.3633 17.1535 17.6509C16.5119 17.9776 15.6718 17.978 13.9924 17.978H6.008C4.32814 17.978 3.48758 17.9777 2.84589 17.6509C2.2814 17.3633 1.82198 16.9038 1.53436 16.3394C1.20749 15.6976 1.20721 14.8572 1.20721 13.1772V5.22217C1.20721 4.1021 1.20798 3.54159 1.42596 3.11377C1.61773 2.73769 1.92384 2.4314 2.29999 2.23975C2.72773 2.02202 3.28785 2.02197 4.40741 2.02197H6.42596ZM5.15839 6.35791C4.6061 6.35791 4.15839 6.80563 4.15839 7.35791V8.35791H15.841V7.35791C15.841 6.80563 15.3933 6.35791 14.841 6.35791H5.15839Z" }, null, -1);
|
|
490
519
|
const _hoisted_3$N = [
|
|
491
520
|
_hoisted_2$N
|
|
492
521
|
];
|
|
@@ -495,14 +524,14 @@
|
|
|
495
524
|
viewBox: "0 0 20 20",
|
|
496
525
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
497
526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
498
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
527
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-file`],
|
|
499
528
|
width: "1em",
|
|
500
529
|
height: "1em"
|
|
501
530
|
}, _ctx.$attrs), _hoisted_3$N, 16, _hoisted_1$N);
|
|
502
531
|
}
|
|
503
532
|
var index$N = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
|
|
504
533
|
const _sfc_main$M = {
|
|
505
|
-
name: "
|
|
534
|
+
name: "IconFillTemplate",
|
|
506
535
|
props: {
|
|
507
536
|
prefix: {
|
|
508
537
|
type: String,
|
|
@@ -515,7 +544,7 @@
|
|
|
515
544
|
}
|
|
516
545
|
};
|
|
517
546
|
const _hoisted_1$M = ["fill"];
|
|
518
|
-
const _hoisted_2$M = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
547
|
+
const _hoisted_2$M = /* @__PURE__ */ vue.createElementVNode("path", { d: "M18.1247 12.5254C18.1247 14.4851 18.1252 15.4653 17.7438 16.2139C17.4083 16.8724 16.8721 17.4076 16.2136 17.7432C15.4649 18.1245 14.4851 18.125 12.5251 18.125H8.55048V8.68164H18.1247V12.5254ZM6.55048 8.68164V18.1201C5.18595 18.1108 4.40631 18.0593 3.78583 17.7432C3.1274 17.4076 2.59204 16.8723 2.25653 16.2139C1.87511 15.4652 1.87469 14.4853 1.87469 12.5254V8.68164H6.55048ZM12.5251 1.875C14.4851 1.875 15.4649 1.87545 16.2136 2.25684C16.8721 2.59239 17.4083 3.12757 17.7438 3.78613C18.0699 4.4262 18.1139 5.23554 18.1208 6.68164H1.8786C1.88546 5.23542 1.93041 4.42622 2.25653 3.78613C2.59204 3.12767 3.1274 2.5924 3.78583 2.25684C4.53452 1.87536 5.5151 1.875 7.47528 1.875H12.5251Z" }, null, -1);
|
|
519
548
|
const _hoisted_3$M = [
|
|
520
549
|
_hoisted_2$M
|
|
521
550
|
];
|
|
@@ -524,14 +553,14 @@
|
|
|
524
553
|
viewBox: "0 0 20 20",
|
|
525
554
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
526
555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
527
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
556
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-template`],
|
|
528
557
|
width: "1em",
|
|
529
558
|
height: "1em"
|
|
530
559
|
}, _ctx.$attrs), _hoisted_3$M, 16, _hoisted_1$M);
|
|
531
560
|
}
|
|
532
561
|
var index$M = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
533
562
|
const _sfc_main$L = {
|
|
534
|
-
name: "
|
|
563
|
+
name: "IconFillIdea",
|
|
535
564
|
props: {
|
|
536
565
|
prefix: {
|
|
537
566
|
type: String,
|
|
@@ -544,7 +573,7 @@
|
|
|
544
573
|
}
|
|
545
574
|
};
|
|
546
575
|
const _hoisted_1$L = ["fill"];
|
|
547
|
-
const _hoisted_2$L = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
576
|
+
const _hoisted_2$L = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.907 17.9995C11.5677 18.7127 10.8422 19.2065 9.99982 19.2065C9.15759 19.2064 8.43195 18.7126 8.09259 17.9995H8.01154C7.45925 17.9995 7.01154 17.5518 7.01154 16.9995V15.231C7.01154 15.0929 7.12346 14.981 7.26154 14.981H12.7381C12.8762 14.981 12.9881 15.0929 12.9881 15.231V16.9995C12.9881 17.5518 12.5404 17.9995 11.9881 17.9995H11.907ZM9.99982 0.793457C13.6674 0.793457 16.6403 3.76654 16.6404 7.43408C16.6404 9.25744 15.9063 10.9098 14.7166 12.1099C14.1346 12.6969 13.5399 13.2978 13.0643 13.9673C13.0165 14.0345 12.9398 14.0756 12.8572 14.0757H7.14337C7.06086 14.0756 6.98414 14.0345 6.93634 13.9673C6.46076 13.2978 5.86602 12.6969 5.284 12.1099C4.09421 10.9097 3.35919 9.25753 3.35919 7.43408C3.35936 3.76656 6.33227 0.793497 9.99982 0.793457Z" }, null, -1);
|
|
548
577
|
const _hoisted_3$L = [
|
|
549
578
|
_hoisted_2$L
|
|
550
579
|
];
|
|
@@ -553,14 +582,14 @@
|
|
|
553
582
|
viewBox: "0 0 20 20",
|
|
554
583
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
555
584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
556
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
585
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-idea`],
|
|
557
586
|
width: "1em",
|
|
558
587
|
height: "1em"
|
|
559
588
|
}, _ctx.$attrs), _hoisted_3$L, 16, _hoisted_1$L);
|
|
560
589
|
}
|
|
561
590
|
var index$L = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
|
|
562
591
|
const _sfc_main$K = {
|
|
563
|
-
name: "
|
|
592
|
+
name: "IconFillResources",
|
|
564
593
|
props: {
|
|
565
594
|
prefix: {
|
|
566
595
|
type: String,
|
|
@@ -573,7 +602,7 @@
|
|
|
573
602
|
}
|
|
574
603
|
};
|
|
575
604
|
const _hoisted_1$K = ["fill"];
|
|
576
|
-
const _hoisted_2$K = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
605
|
+
const _hoisted_2$K = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.49969 11.25L9.99969 8.75L12.4997 11.25V6.875H17.1872C17.5324 6.875 17.8122 7.15482 17.8122 7.5V15.625C17.8122 17.0057 16.6929 18.125 15.3122 18.125H4.68719C3.3066 18.1249 2.18719 17.0056 2.18719 15.625V7.5C2.1872 7.1549 2.46713 6.87513 2.81219 6.875H7.49969V11.25ZM16.8747 1.875C17.7376 1.87502 18.4372 2.57457 18.4372 3.4375C18.4372 4.30043 17.7376 4.99998 16.8747 5H3.12469C2.26175 5 1.56219 4.30044 1.56219 3.4375C1.56219 2.57456 2.26175 1.875 3.12469 1.875H16.8747Z" }, null, -1);
|
|
577
606
|
const _hoisted_3$K = [
|
|
578
607
|
_hoisted_2$K
|
|
579
608
|
];
|
|
@@ -582,14 +611,14 @@
|
|
|
582
611
|
viewBox: "0 0 20 20",
|
|
583
612
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
584
613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
585
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
614
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-resources`],
|
|
586
615
|
width: "1em",
|
|
587
616
|
height: "1em"
|
|
588
617
|
}, _ctx.$attrs), _hoisted_3$K, 16, _hoisted_1$K);
|
|
589
618
|
}
|
|
590
619
|
var index$K = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
591
620
|
const _sfc_main$J = {
|
|
592
|
-
name: "
|
|
621
|
+
name: "IconFillRight",
|
|
593
622
|
props: {
|
|
594
623
|
prefix: {
|
|
595
624
|
type: String,
|
|
@@ -602,23 +631,23 @@
|
|
|
602
631
|
}
|
|
603
632
|
};
|
|
604
633
|
const _hoisted_1$J = ["fill"];
|
|
605
|
-
const _hoisted_2$J = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
634
|
+
const _hoisted_2$J = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.64429 10.9771C6.82413 10.9696 7.03576 10.7787 7.45875 10.398L9.46265 8.5943C9.69136 8.38847 9.8061 8.28581 9.8484 8.16462C9.88549 8.05813 9.88547 7.94201 9.8484 7.83551C9.80615 7.71424 9.69147 7.61078 9.46265 7.40485L7.45875 5.60212C7.03576 5.22144 6.82413 5.03052 6.64429 5.02301C6.48816 5.01655 6.33766 5.08327 6.23804 5.20368C6.12335 5.34234 6.12379 5.62708 6.12379 6.19587V9.80329C6.12379 10.3718 6.12363 10.6566 6.23804 10.7955C6.33766 10.9159 6.48815 10.9836 6.64429 10.9771Z" }, null, -1);
|
|
606
635
|
const _hoisted_3$J = [
|
|
607
636
|
_hoisted_2$J
|
|
608
637
|
];
|
|
609
638
|
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
610
639
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
611
|
-
viewBox: "0 0
|
|
640
|
+
viewBox: "0 0 16 16",
|
|
612
641
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
613
642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
614
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-
|
|
643
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-right`],
|
|
615
644
|
width: "1em",
|
|
616
645
|
height: "1em"
|
|
617
646
|
}, _ctx.$attrs), _hoisted_3$J, 16, _hoisted_1$J);
|
|
618
647
|
}
|
|
619
648
|
var index$J = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J]]);
|
|
620
649
|
const _sfc_main$I = {
|
|
621
|
-
name: "
|
|
650
|
+
name: "IconLineArrowdown",
|
|
622
651
|
props: {
|
|
623
652
|
prefix: {
|
|
624
653
|
type: String,
|
|
@@ -631,7 +660,7 @@
|
|
|
631
660
|
}
|
|
632
661
|
};
|
|
633
662
|
const _hoisted_1$I = ["fill"];
|
|
634
|
-
const _hoisted_2$I = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
663
|
+
const _hoisted_2$I = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.59142 6.02791C5.33172 5.76821 4.90971 5.76821 4.65001 6.02791C4.39083 6.28749 4.39087 6.70873 4.65001 6.96834L5.59142 6.02791ZM11.3492 6.96834C11.6086 6.70863 11.6088 6.2875 11.3492 6.02791C11.0896 5.76837 10.6685 5.76856 10.4088 6.02791L11.3492 6.96834ZM7.31701 9.63533C7.67026 9.98854 8.22999 10.0107 8.609 9.70174L8.68224 9.63533L11.3492 6.96834L10.8785 6.49861L10.4088 6.02791L7.99962 8.43709L5.59142 6.02791L5.12072 6.49861L4.65001 6.96834L7.31701 9.63533Z" }, null, -1);
|
|
635
664
|
const _hoisted_3$I = [
|
|
636
665
|
_hoisted_2$I
|
|
637
666
|
];
|
|
@@ -640,14 +669,14 @@
|
|
|
640
669
|
viewBox: "0 0 16 16",
|
|
641
670
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
642
671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
643
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
672
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowdown`],
|
|
644
673
|
width: "1em",
|
|
645
674
|
height: "1em"
|
|
646
675
|
}, _ctx.$attrs), _hoisted_3$I, 16, _hoisted_1$I);
|
|
647
676
|
}
|
|
648
677
|
var index$I = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
|
|
649
678
|
const _sfc_main$H = {
|
|
650
|
-
name: "
|
|
679
|
+
name: "IconLineArrowright",
|
|
651
680
|
props: {
|
|
652
681
|
prefix: {
|
|
653
682
|
type: String,
|
|
@@ -660,7 +689,7 @@
|
|
|
660
689
|
}
|
|
661
690
|
};
|
|
662
691
|
const _hoisted_1$H = ["fill"];
|
|
663
|
-
const _hoisted_2$H = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
692
|
+
const _hoisted_2$H = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.03015 4.58839C6.77043 4.32903 6.34931 4.3288 6.08973 4.58839C5.8306 4.84802 5.83051 5.26925 6.08973 5.52882L7.03015 4.58839ZM6.08973 11.2876C6.34915 11.547 6.77041 11.5464 7.03015 11.2876L9.69715 8.62062C10.0505 8.26727 10.0728 7.70765 9.76355 7.32863L9.69715 7.25538L7.03015 4.58839L6.56043 5.05909L6.08973 5.52882L8.4989 7.938L6.08973 10.3462C5.83044 10.6059 5.83016 11.028 6.08973 11.2876Z" }, null, -1);
|
|
664
693
|
const _hoisted_3$H = [
|
|
665
694
|
_hoisted_2$H
|
|
666
695
|
];
|
|
@@ -669,14 +698,14 @@
|
|
|
669
698
|
viewBox: "0 0 16 16",
|
|
670
699
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
671
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
672
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
701
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowright`],
|
|
673
702
|
width: "1em",
|
|
674
703
|
height: "1em"
|
|
675
704
|
}, _ctx.$attrs), _hoisted_3$H, 16, _hoisted_1$H);
|
|
676
705
|
}
|
|
677
706
|
var index$H = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
|
|
678
707
|
const _sfc_main$G = {
|
|
679
|
-
name: "
|
|
708
|
+
name: "IconLineArrowup",
|
|
680
709
|
props: {
|
|
681
710
|
prefix: {
|
|
682
711
|
type: String,
|
|
@@ -689,7 +718,7 @@
|
|
|
689
718
|
}
|
|
690
719
|
};
|
|
691
720
|
const _hoisted_1$G = ["fill"];
|
|
692
|
-
const _hoisted_2$G = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
721
|
+
const _hoisted_2$G = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.8788 9.37721L11.3495 8.90748L8.68249 6.24049L8.60925 6.17408C8.23022 5.86479 7.67061 5.88713 7.31725 6.24049L4.65026 8.90748L5.12096 9.37721L5.59167 9.84791L7.99987 7.43873L10.4091 9.84791L10.8788 9.37721ZM4.65026 9.84791C4.90989 10.1074 5.332 10.1073 5.59167 9.84791L4.65026 8.90748C4.39127 9.16722 4.39084 9.58844 4.65026 9.84791ZM10.4091 9.84791C10.6687 10.107 11.0899 10.1071 11.3495 9.84791C11.609 9.58838 11.6087 9.16722 11.3495 8.90748L10.4091 9.84791Z" }, null, -1);
|
|
693
722
|
const _hoisted_3$G = [
|
|
694
723
|
_hoisted_2$G
|
|
695
724
|
];
|
|
@@ -698,14 +727,14 @@
|
|
|
698
727
|
viewBox: "0 0 16 16",
|
|
699
728
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
700
729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
701
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
730
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowup`],
|
|
702
731
|
width: "1em",
|
|
703
732
|
height: "1em"
|
|
704
733
|
}, _ctx.$attrs), _hoisted_3$G, 16, _hoisted_1$G);
|
|
705
734
|
}
|
|
706
735
|
var index$G = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
|
|
707
736
|
const _sfc_main$F = {
|
|
708
|
-
name: "
|
|
737
|
+
name: "IconLineArrowleft",
|
|
709
738
|
props: {
|
|
710
739
|
prefix: {
|
|
711
740
|
type: String,
|
|
@@ -718,7 +747,7 @@
|
|
|
718
747
|
}
|
|
719
748
|
};
|
|
720
749
|
const _hoisted_1$F = ["fill"];
|
|
721
|
-
const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
750
|
+
const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.91037 5.52881C10.1696 5.26922 10.1696 4.848 9.91037 4.58839C9.65078 4.3288 9.22967 4.32902 8.96994 4.58839L9.91037 5.52881ZM8.96994 11.2876C9.22966 11.5465 9.65092 11.5469 9.91037 11.2876C10.17 11.028 10.1697 10.6059 9.91037 10.3462L7.50119 7.93799L9.91037 5.52881L9.43967 5.05909L8.96994 4.58839L6.30295 7.25538L6.23654 7.32862C5.92734 7.70765 5.94963 8.26729 6.30295 8.62061L8.96994 11.2876Z" }, null, -1);
|
|
722
751
|
const _hoisted_3$F = [
|
|
723
752
|
_hoisted_2$F
|
|
724
753
|
];
|
|
@@ -727,14 +756,14 @@
|
|
|
727
756
|
viewBox: "0 0 16 16",
|
|
728
757
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
729
758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
730
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
759
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-arrowleft`],
|
|
731
760
|
width: "1em",
|
|
732
761
|
height: "1em"
|
|
733
762
|
}, _ctx.$attrs), _hoisted_3$F, 16, _hoisted_1$F);
|
|
734
763
|
}
|
|
735
764
|
var index$F = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F]]);
|
|
736
765
|
const _sfc_main$E = {
|
|
737
|
-
name: "
|
|
766
|
+
name: "IconLineBack",
|
|
738
767
|
props: {
|
|
739
768
|
prefix: {
|
|
740
769
|
type: String,
|
|
@@ -747,7 +776,7 @@
|
|
|
747
776
|
}
|
|
748
777
|
};
|
|
749
778
|
const _hoisted_1$E = ["fill"];
|
|
750
|
-
const _hoisted_2$E = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
779
|
+
const _hoisted_2$E = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.56644 4.02905C7.30679 3.76963 6.88468 3.7696 6.62504 4.02905L3.12504 7.52905C2.86541 7.78867 2.86556 8.21074 3.12504 8.47045L6.62504 11.9705L6.72953 12.0554C6.98766 12.2259 7.33918 12.1977 7.56644 11.9705C7.79355 11.7432 7.82187 11.3916 7.65141 11.1335L7.56644 11.029L5.20219 8.66479H12.4043C12.7716 8.66479 13.0694 8.36702 13.0694 7.99975C13.0692 7.63266 12.7715 7.33471 12.4043 7.33471H5.20219L7.56644 4.97045C7.82596 4.71074 7.82608 4.28869 7.56644 4.02905Z" }, null, -1);
|
|
751
780
|
const _hoisted_3$E = [
|
|
752
781
|
_hoisted_2$E
|
|
753
782
|
];
|
|
@@ -756,14 +785,14 @@
|
|
|
756
785
|
viewBox: "0 0 16 16",
|
|
757
786
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
758
787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
759
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
788
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-back`],
|
|
760
789
|
width: "1em",
|
|
761
790
|
height: "1em"
|
|
762
791
|
}, _ctx.$attrs), _hoisted_3$E, 16, _hoisted_1$E);
|
|
763
792
|
}
|
|
764
793
|
var index$E = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E]]);
|
|
765
794
|
const _sfc_main$D = {
|
|
766
|
-
name: "
|
|
795
|
+
name: "IconLineDelete",
|
|
767
796
|
props: {
|
|
768
797
|
prefix: {
|
|
769
798
|
type: String,
|
|
@@ -776,7 +805,7 @@
|
|
|
776
805
|
}
|
|
777
806
|
};
|
|
778
807
|
const _hoisted_1$D = ["fill"];
|
|
779
|
-
const _hoisted_2$D = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
808
|
+
const _hoisted_2$D = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15.1338 3.36426C15.4369 3.42619 15.665 3.69419 15.665 4.01562C15.665 4.33706 15.4369 4.60506 15.1338 4.66699L15 4.68066H13.5498L13.1318 12.8936C13.1188 13.1497 13.1071 13.381 13.082 13.5723C13.0559 13.7715 13.0089 13.9821 12.8955 14.1865C12.7305 14.4838 12.4781 14.7233 12.1729 14.873C11.9629 14.976 11.7502 15.0123 11.5498 15.0283C11.3575 15.0437 11.1258 15.0439 10.8691 15.0439H5.13086C4.87418 15.0439 4.64256 15.0437 4.4502 15.0283C4.24977 15.0123 4.03712 14.976 3.82715 14.873C3.52193 14.7233 3.26951 14.4838 3.10449 14.1865C2.99106 13.9821 2.94413 13.7716 2.91797 13.5723C2.89288 13.381 2.88216 13.1498 2.86914 12.8936L2.45117 4.68066H1C0.632731 4.68066 0.334961 4.38289 0.334961 4.01562C0.334961 3.64836 0.632731 3.35059 1 3.35059H15L15.1338 3.36426ZM3.7832 4.68066L4.19727 12.8262C4.21136 13.1037 4.21974 13.273 4.23633 13.3994C4.24405 13.4582 4.25268 13.4941 4.25879 13.5156C4.26393 13.5337 4.26715 13.5403 4.26758 13.541C4.30079 13.6008 4.35165 13.6496 4.41309 13.6797C4.41444 13.6803 4.42181 13.6835 4.43945 13.6875C4.4613 13.6925 4.49702 13.6984 4.55566 13.7031C4.68279 13.7133 4.85273 13.7139 5.13086 13.7139H10.8691C11.1472 13.7139 11.3172 13.7133 11.4443 13.7031C11.503 13.6984 11.5387 13.6925 11.5605 13.6875C11.5779 13.6835 11.5854 13.6804 11.5869 13.6797C11.6483 13.6496 11.6992 13.6008 11.7324 13.541C11.7328 13.5404 11.737 13.5341 11.7422 13.5156C11.7483 13.4941 11.7559 13.4582 11.7637 13.3994C11.7803 13.273 11.7886 13.1037 11.8027 12.8262L12.2178 4.68066H3.7832ZM6.46582 6.61719C6.83273 6.60103 7.14399 6.88505 7.16016 7.25195L7.32031 10.9023C7.33647 11.2693 7.05245 11.5805 6.68555 11.5967C6.31863 11.6128 6.00835 11.3279 5.99219 10.9609L5.83105 7.31055L5.83887 7.17578C5.88757 6.87057 6.14504 6.6315 6.46582 6.61719ZM9.53418 6.61719C9.85496 6.6315 10.1124 6.87057 10.1611 7.17578L10.1689 7.31055L10.0078 10.9609C9.99165 11.3279 9.68137 11.6128 9.31445 11.5967C8.94755 11.5805 8.66353 11.2693 8.67969 10.9023L8.83984 7.25195C8.85602 6.88505 9.16727 6.60103 9.53418 6.61719ZM9.91309 0.96582C10.2162 1.02775 10.4443 1.29576 10.4443 1.61719C10.4443 1.93862 10.2162 2.20662 9.91309 2.26855L9.7793 2.28223H6.21875C5.85148 2.28223 5.55371 1.98446 5.55371 1.61719C5.55371 1.24992 5.85148 0.952148 6.21875 0.952148H9.7793L9.91309 0.96582Z" }, null, -1);
|
|
780
809
|
const _hoisted_3$D = [
|
|
781
810
|
_hoisted_2$D
|
|
782
811
|
];
|
|
@@ -785,14 +814,14 @@
|
|
|
785
814
|
viewBox: "0 0 16 16",
|
|
786
815
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
787
816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
788
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
817
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-delete`],
|
|
789
818
|
width: "1em",
|
|
790
819
|
height: "1em"
|
|
791
820
|
}, _ctx.$attrs), _hoisted_3$D, 16, _hoisted_1$D);
|
|
792
821
|
}
|
|
793
822
|
var index$D = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D]]);
|
|
794
823
|
const _sfc_main$C = {
|
|
795
|
-
name: "
|
|
824
|
+
name: "IconLineDoubledown",
|
|
796
825
|
props: {
|
|
797
826
|
prefix: {
|
|
798
827
|
type: String,
|
|
@@ -805,7 +834,7 @@
|
|
|
805
834
|
}
|
|
806
835
|
};
|
|
807
836
|
const _hoisted_1$C = ["fill"];
|
|
808
|
-
const _hoisted_2$C = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
837
|
+
const _hoisted_2$C = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.0296 8.41574C11.2893 8.15637 11.7114 8.15631 11.971 8.41574C12.2306 8.67534 12.2304 9.09742 11.971 9.35714L8.82453 12.5026C8.36957 12.9576 7.63105 12.9576 7.17609 12.5026L4.0296 9.35714L3.94464 9.25265C3.77434 8.99454 3.80242 8.64292 4.0296 8.41574C4.25684 8.18876 4.6085 8.16045 4.86652 8.33077L4.97101 8.41574L8.00031 11.445L11.0296 8.41574ZM11.0296 3.1423C11.2893 2.88293 11.7114 2.88288 11.971 3.1423C12.2306 3.40191 12.2304 3.82398 11.971 4.0837L8.82453 7.22921C8.36957 7.68417 7.63105 7.68417 7.17609 7.22921L4.0296 4.0837L3.94464 3.97921C3.77434 3.72111 3.80242 3.36948 4.0296 3.1423C4.25684 2.91532 4.6085 2.88701 4.86652 3.05734L4.97101 3.1423L8.00031 6.1716L11.0296 3.1423Z" }, null, -1);
|
|
809
838
|
const _hoisted_3$C = [
|
|
810
839
|
_hoisted_2$C
|
|
811
840
|
];
|
|
@@ -814,14 +843,14 @@
|
|
|
814
843
|
viewBox: "0 0 16 16",
|
|
815
844
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
816
845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
817
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
846
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubledown`],
|
|
818
847
|
width: "1em",
|
|
819
848
|
height: "1em"
|
|
820
849
|
}, _ctx.$attrs), _hoisted_3$C, 16, _hoisted_1$C);
|
|
821
850
|
}
|
|
822
851
|
var index$C = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C]]);
|
|
823
852
|
const _sfc_main$B = {
|
|
824
|
-
name: "
|
|
853
|
+
name: "IconLineDoubleleft",
|
|
825
854
|
props: {
|
|
826
855
|
prefix: {
|
|
827
856
|
type: String,
|
|
@@ -834,7 +863,7 @@
|
|
|
834
863
|
}
|
|
835
864
|
};
|
|
836
865
|
const _hoisted_1$B = ["fill"];
|
|
837
|
-
const _hoisted_2$B = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
866
|
+
const _hoisted_2$B = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.64215 4.02903C6.9017 3.76948 7.32382 3.76977 7.58356 4.02903C7.84325 4.28873 7.84325 4.71074 7.58356 4.97043L4.55426 7.99973L7.58356 11.029L7.66852 11.1335C7.83902 11.3917 7.81082 11.7432 7.58356 11.9704C7.35629 12.1977 7.00477 12.2259 6.74664 12.0554L6.64215 11.9704L3.49664 8.82395C3.04212 8.36895 3.04183 7.63033 3.49664 7.17551L6.64215 4.02903ZM11.9156 4.02903C12.1751 3.76948 12.5973 3.76977 12.857 4.02903C13.1167 4.28873 13.1167 4.71074 12.857 4.97043L9.8277 7.99973L12.857 11.029L12.942 11.1335C13.1125 11.3917 13.0843 11.7432 12.857 11.9704C12.6297 12.1977 12.2782 12.2259 12.0201 12.0554L11.9156 11.9704L8.77008 8.82395C8.31556 8.36895 8.31526 7.63033 8.77008 7.17551L11.9156 4.02903Z" }, null, -1);
|
|
838
867
|
const _hoisted_3$B = [
|
|
839
868
|
_hoisted_2$B
|
|
840
869
|
];
|
|
@@ -843,14 +872,14 @@
|
|
|
843
872
|
viewBox: "0 0 16 16",
|
|
844
873
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
845
874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
846
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
875
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubleleft`],
|
|
847
876
|
width: "1em",
|
|
848
877
|
height: "1em"
|
|
849
878
|
}, _ctx.$attrs), _hoisted_3$B, 16, _hoisted_1$B);
|
|
850
879
|
}
|
|
851
880
|
var index$B = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
|
|
852
881
|
const _sfc_main$A = {
|
|
853
|
-
name: "
|
|
882
|
+
name: "IconLineDoubleup",
|
|
854
883
|
props: {
|
|
855
884
|
prefix: {
|
|
856
885
|
type: String,
|
|
@@ -863,7 +892,7 @@
|
|
|
863
892
|
}
|
|
864
893
|
};
|
|
865
894
|
const _hoisted_1$A = ["fill"];
|
|
866
|
-
const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
895
|
+
const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.17622 8.77081C7.6312 8.31604 8.36976 8.31592 8.82466 8.77081L11.9711 11.9163L12.0561 12.0208C12.2264 12.2788 12.1982 12.6305 11.9711 12.8577C11.744 13.0849 11.3923 13.1129 11.1342 12.9427L11.0297 12.8577L8.00044 9.82843L4.97114 12.8577C4.71153 13.1173 4.28945 13.1172 4.02973 12.8577C3.77004 12.598 3.77004 12.176 4.02973 11.9163L7.17622 8.77081ZM7.17622 3.49737C7.6312 3.04261 8.36976 3.04248 8.82466 3.49737L11.9711 6.64288L12.0561 6.74737C12.2264 7.00541 12.1982 7.35708 11.9711 7.58429C11.744 7.81146 11.3923 7.83951 11.1342 7.66925L11.0297 7.58429L8.00044 4.55499L4.97114 7.58429C4.71153 7.8439 4.28945 7.84374 4.02973 7.58429C3.77004 7.32459 3.77004 6.90258 4.02973 6.64288L7.17622 3.49737Z" }, null, -1);
|
|
867
896
|
const _hoisted_3$A = [
|
|
868
897
|
_hoisted_2$A
|
|
869
898
|
];
|
|
@@ -872,14 +901,14 @@
|
|
|
872
901
|
viewBox: "0 0 16 16",
|
|
873
902
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
874
903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
875
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
904
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubleup`],
|
|
876
905
|
width: "1em",
|
|
877
906
|
height: "1em"
|
|
878
907
|
}, _ctx.$attrs), _hoisted_3$A, 16, _hoisted_1$A);
|
|
879
908
|
}
|
|
880
909
|
var index$A = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
881
910
|
const _sfc_main$z = {
|
|
882
|
-
name: "
|
|
911
|
+
name: "IconLineChart",
|
|
883
912
|
props: {
|
|
884
913
|
prefix: {
|
|
885
914
|
type: String,
|
|
@@ -892,7 +921,7 @@
|
|
|
892
921
|
}
|
|
893
922
|
};
|
|
894
923
|
const _hoisted_1$z = ["fill"];
|
|
895
|
-
const _hoisted_2$z = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
924
|
+
const _hoisted_2$z = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.53711 0.981934C8.80597 0.981934 9.04802 0.981245 9.24805 0.997559C9.45576 1.01453 9.67641 1.05355 9.89258 1.16357C10.2059 1.3232 10.4615 1.57782 10.6211 1.89111C10.7311 2.10721 10.7691 2.32797 10.7861 2.53564C10.8025 2.73561 10.8018 2.97781 10.8018 3.24658V6.87842H12.8125C13.0815 6.87842 13.3234 6.8777 13.5234 6.89404C13.7312 6.91103 13.9518 6.94999 14.168 7.06006C14.4811 7.2197 14.7369 7.47439 14.8965 7.7876C15.0064 8.00363 15.0445 8.22453 15.0615 8.43213C15.0778 8.63208 15.0771 8.87431 15.0771 9.14307V12.7534C15.0771 13.0223 15.0779 13.2643 15.0615 13.4644C15.0445 13.672 15.0065 13.8928 14.8965 14.1089C14.7368 14.4221 14.4812 14.6768 14.168 14.8364C13.9517 14.9466 13.7312 14.9855 13.5234 15.0024C13.3234 15.0188 13.0815 15.0181 12.8125 15.0181H10.1377H10.1367H3.1875C2.91863 15.0181 2.67657 15.0188 2.47656 15.0024C2.26885 14.9854 2.04818 14.9465 1.83203 14.8364C1.5189 14.6768 1.26411 14.422 1.10449 14.1089C0.994419 13.8928 0.955472 13.6721 0.938477 13.4644C0.922135 13.2643 0.922851 13.0223 0.922852 12.7534V7.96533C0.922851 7.69658 0.922162 7.45435 0.938477 7.25439C0.955469 7.0467 0.994427 6.82599 1.10449 6.60986C1.2641 6.29663 1.51881 6.04195 1.83203 5.88232C2.04823 5.77216 2.26879 5.73331 2.47656 5.71631C2.67658 5.69997 2.9186 5.70068 3.1875 5.70068H5.19727V3.24658C5.19727 2.97784 5.19658 2.7356 5.21289 2.53564C5.22988 2.328 5.2689 2.10719 5.37891 1.89111C5.53846 1.57799 5.79338 1.32321 6.10645 1.16357C6.3225 1.05349 6.54333 1.01458 6.75098 0.997559C6.95089 0.981225 7.19318 0.981932 7.46191 0.981934H8.53711ZM3.1875 7.03076C2.89673 7.03076 2.71829 7.03159 2.58496 7.04248C2.5233 7.04753 2.48581 7.05371 2.46289 7.05908C2.45223 7.06159 2.44512 7.06362 2.44141 7.06494C2.43792 7.06618 2.43588 7.06673 2.43555 7.06689C2.37262 7.09901 2.32115 7.15043 2.28906 7.21338C2.28882 7.2141 2.28817 7.21626 2.28711 7.21924C2.28579 7.22303 2.28371 7.2303 2.28125 7.24072C2.27589 7.26367 2.26968 7.3014 2.26465 7.36279C2.25378 7.49609 2.25293 7.6748 2.25293 7.96533V12.7534C2.25293 13.0442 2.25376 13.2226 2.26465 13.356C2.26972 13.4179 2.27586 13.4561 2.28125 13.479C2.28375 13.4896 2.28582 13.4969 2.28711 13.5005C2.28808 13.5032 2.28881 13.5049 2.28906 13.5054C2.32116 13.5682 2.37269 13.6198 2.43555 13.6519C2.43612 13.6521 2.43819 13.6527 2.44141 13.6538C2.44514 13.6551 2.45223 13.6572 2.46289 13.6597C2.48582 13.665 2.5233 13.6722 2.58496 13.6772C2.71829 13.6881 2.89677 13.688 3.1875 13.688H5.19727V7.03076H3.1875ZM7.46191 2.31201C7.17138 2.31201 6.99265 2.31284 6.85938 2.32373C6.79797 2.32877 6.76017 2.33497 6.7373 2.34033C6.72686 2.3428 6.71949 2.34489 6.71582 2.34619C6.71257 2.34734 6.71028 2.34798 6.70996 2.34814C6.64718 2.38027 6.59551 2.43179 6.56348 2.49463C6.56322 2.49542 6.56253 2.49766 6.56152 2.50049C6.5602 2.5043 6.55809 2.51165 6.55566 2.52197C6.55031 2.54492 6.54408 2.58272 6.53906 2.64404C6.52819 2.77734 6.52734 2.95606 6.52734 3.24658V13.688H9.47168V3.24658C9.47168 2.95601 9.47181 2.77734 9.46094 2.64404C9.45591 2.58265 9.44969 2.54493 9.44434 2.52197C9.44182 2.51129 9.43884 2.50422 9.4375 2.50049C9.43636 2.49729 9.43576 2.49521 9.43555 2.49463C9.40342 2.4317 9.35202 2.38022 9.28906 2.34814C9.28835 2.34781 9.28668 2.34709 9.28418 2.34619C9.28046 2.34489 9.27325 2.34282 9.2627 2.34033C9.23974 2.33495 9.20152 2.32879 9.13965 2.32373C9.00631 2.31287 8.82776 2.31201 8.53711 2.31201H7.46191ZM10.8027 13.688H12.8125C13.1033 13.688 13.2817 13.6881 13.415 13.6772C13.4771 13.6722 13.5152 13.6651 13.5381 13.6597C13.5488 13.6571 13.5559 13.6551 13.5596 13.6538C13.5624 13.6528 13.5639 13.6521 13.5645 13.6519C13.6274 13.6198 13.6788 13.5683 13.7109 13.5054C13.7111 13.5051 13.7118 13.5035 13.7129 13.5005C13.7142 13.4969 13.7172 13.4897 13.7197 13.479C13.7251 13.4561 13.7313 13.4179 13.7363 13.356C13.7472 13.2226 13.7471 13.0442 13.7471 12.7534V9.14307C13.7471 8.85253 13.7472 8.67382 13.7363 8.54053C13.7313 8.47924 13.7251 8.44142 13.7197 8.41846C13.7173 8.40794 13.7143 8.40074 13.7129 8.39697C13.7118 8.39405 13.7112 8.39186 13.7109 8.39111C13.6789 8.32827 13.6273 8.27672 13.5645 8.24463C13.5639 8.24434 13.5622 8.24363 13.5596 8.24268C13.5559 8.24138 13.5488 8.23934 13.5381 8.23682C13.5152 8.23142 13.4771 8.22529 13.415 8.22021C13.2817 8.20933 13.1033 8.2085 12.8125 8.2085H10.8027V13.688Z" }, null, -1);
|
|
896
925
|
const _hoisted_3$z = [
|
|
897
926
|
_hoisted_2$z
|
|
898
927
|
];
|
|
@@ -901,14 +930,14 @@
|
|
|
901
930
|
viewBox: "0 0 16 16",
|
|
902
931
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
903
932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
904
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
933
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-chart`],
|
|
905
934
|
width: "1em",
|
|
906
935
|
height: "1em"
|
|
907
936
|
}, _ctx.$attrs), _hoisted_3$z, 16, _hoisted_1$z);
|
|
908
937
|
}
|
|
909
938
|
var index$z = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
910
939
|
const _sfc_main$y = {
|
|
911
|
-
name: "
|
|
940
|
+
name: "IconLineExit",
|
|
912
941
|
props: {
|
|
913
942
|
prefix: {
|
|
914
943
|
type: String,
|
|
@@ -921,7 +950,7 @@
|
|
|
921
950
|
}
|
|
922
951
|
};
|
|
923
952
|
const _hoisted_1$y = ["fill"];
|
|
924
|
-
const _hoisted_2$y = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
953
|
+
const _hoisted_2$y = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.66272 1.35938C7.07158 1.35937 7.41938 1.35868 7.70276 1.38184C7.99365 1.40565 8.27604 1.45844 8.54553 1.5957C8.95273 1.80328 9.28432 2.13475 9.49182 2.54199C9.62908 2.81158 9.68189 3.09377 9.70569 3.38477C9.72885 3.66825 9.72815 4.01576 9.72815 4.4248V4.84961C9.72815 5.21672 9.43016 5.51439 9.06311 5.51465C8.69584 5.51465 8.39807 5.21688 8.39807 4.84961V4.4248C8.39807 3.99382 8.39722 3.70993 8.37952 3.49316C8.36248 3.28486 8.33321 3.19661 8.30725 3.14551C8.22726 2.98852 8.09896 2.86034 7.94202 2.78027C7.89098 2.75431 7.80258 2.72507 7.59436 2.70801C7.37767 2.6903 7.09346 2.68945 6.66272 2.68945H3.84143C3.41074 2.68945 3.1265 2.69034 2.90979 2.70801C2.70175 2.72502 2.61326 2.75434 2.56213 2.78027C2.40509 2.86029 2.27696 2.98848 2.1969 3.14551C2.17092 3.19658 2.14169 3.28463 2.12463 3.49316C2.10692 3.70993 2.10608 3.99379 2.10608 4.4248V11.5762C2.10608 12.0072 2.10692 12.291 2.12463 12.5078C2.14169 12.7164 2.17092 12.8044 2.1969 12.8555C2.27696 13.0125 2.40508 13.1407 2.56213 13.2207C2.61326 13.2466 2.70175 13.276 2.90979 13.293C3.1265 13.3106 3.41074 13.3115 3.84143 13.3115H6.66272C7.09346 13.3115 7.37767 13.3107 7.59436 13.293C7.80258 13.2759 7.89098 13.2467 7.94202 13.2207C8.09896 13.1406 8.22726 13.0125 8.30725 12.8555C8.33321 12.8044 8.36248 12.7161 8.37952 12.5078C8.39722 12.2911 8.39807 12.0072 8.39807 11.5762V11.2197C8.39825 10.8526 8.69595 10.5547 9.06311 10.5547C9.43004 10.555 9.72797 10.8528 9.72815 11.2197V11.5762C9.72815 11.9852 9.72885 12.3327 9.70569 12.6162C9.6819 12.9072 9.62908 13.1894 9.49182 13.459C9.28432 13.8662 8.95273 14.1977 8.54553 14.4053C8.27604 14.5425 7.99365 14.5953 7.70276 14.6191C7.41938 14.6423 7.07158 14.6416 6.66272 14.6416H3.84143C3.4326 14.6416 3.08479 14.6423 2.80139 14.6191C2.51046 14.5954 2.22815 14.5425 1.95862 14.4053C1.55131 14.1977 1.2199 13.8663 1.01233 13.459C0.874998 13.1894 0.822263 12.9073 0.798462 12.6162C0.7753 12.3327 0.776001 11.9852 0.776001 11.5762V4.4248C0.776001 4.01574 0.7753 3.66825 0.798462 3.38477C0.822263 3.09371 0.875 2.81162 1.01233 2.54199C1.2199 2.13471 1.55131 1.80323 1.95862 1.5957C2.22815 1.45851 2.51046 1.40562 2.80139 1.38184C3.08479 1.35871 3.4326 1.35938 3.84143 1.35938H6.66272ZM11.6188 5.05566C11.8784 4.79631 12.2996 4.79627 12.5592 5.05566L15.0338 7.53027C15.0417 7.53829 15.0478 7.54836 15.0553 7.55664C15.0684 7.57122 15.0806 7.58683 15.0924 7.60254C15.1059 7.62039 15.1191 7.6384 15.1305 7.65723C15.1401 7.67321 15.1485 7.69021 15.1569 7.70703C15.166 7.72544 15.1759 7.74367 15.1832 7.7627C15.1898 7.77995 15.1937 7.79851 15.1989 7.81641C15.2335 7.93666 15.2334 8.06331 15.1989 8.18359C15.1937 8.2015 15.1898 8.22006 15.1832 8.2373C15.1759 8.25632 15.1659 8.27454 15.1569 8.29297C15.1485 8.31005 15.1403 8.32754 15.1305 8.34375C15.1201 8.36079 15.1083 8.3773 15.0963 8.39355C15.0826 8.41215 15.0679 8.43022 15.0524 8.44727C15.0458 8.45452 15.0408 8.46373 15.0338 8.4707L12.5592 10.9453L12.4537 11.0303C12.1959 11.2 11.8458 11.1719 11.6188 10.9453C11.3918 10.7183 11.363 10.3674 11.5328 10.1094L11.6188 10.0049L12.9576 8.66602H4.22424C3.85729 8.666 3.55872 8.36781 3.55823 8.00098C3.55823 7.63372 3.85699 7.33595 4.22424 7.33594H12.9576L11.6188 5.99707C11.3592 5.73746 11.3593 5.31538 11.6188 5.05566Z" }, null, -1);
|
|
925
954
|
const _hoisted_3$y = [
|
|
926
955
|
_hoisted_2$y
|
|
927
956
|
];
|
|
@@ -930,14 +959,14 @@
|
|
|
930
959
|
viewBox: "0 0 16 16",
|
|
931
960
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
932
961
|
xmlns: "http://www.w3.org/2000/svg",
|
|
933
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
962
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-exit`],
|
|
934
963
|
width: "1em",
|
|
935
964
|
height: "1em"
|
|
936
965
|
}, _ctx.$attrs), _hoisted_3$y, 16, _hoisted_1$y);
|
|
937
966
|
}
|
|
938
967
|
var index$y = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
939
968
|
const _sfc_main$x = {
|
|
940
|
-
name: "
|
|
969
|
+
name: "IconLineClose",
|
|
941
970
|
props: {
|
|
942
971
|
prefix: {
|
|
943
972
|
type: String,
|
|
@@ -950,7 +979,7 @@
|
|
|
950
979
|
}
|
|
951
980
|
};
|
|
952
981
|
const _hoisted_1$x = ["fill"];
|
|
953
|
-
const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
982
|
+
const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.3684 3.7104C11.6265 3.53989 11.978 3.56906 12.2053 3.79634C12.432 4.02362 12.4606 4.37435 12.2902 4.63228L12.2043 4.73677L8.94062 7.99946L12.2053 11.2641L12.2902 11.3686C12.4605 11.6266 12.4323 11.9774 12.2053 12.2045C11.9782 12.4315 11.6274 12.4604 11.3693 12.2905L11.2648 12.2045L8.0002 8.93989L4.73555 12.2045L4.63105 12.2905C4.37302 12.4604 4.02214 12.4315 3.79512 12.2045C3.56813 11.9774 3.53994 11.6266 3.71016 11.3686L3.79512 11.2641L7.05879 7.99946L3.79609 4.73677L3.71016 4.63228C3.53979 4.37436 3.56837 4.02363 3.79512 3.79634C4.02238 3.56906 4.37389 3.53989 4.63203 3.7104L4.73555 3.79536L8.0002 7.05903L11.2648 3.79536L11.3684 3.7104Z" }, null, -1);
|
|
954
983
|
const _hoisted_3$x = [
|
|
955
984
|
_hoisted_2$x
|
|
956
985
|
];
|
|
@@ -959,14 +988,14 @@
|
|
|
959
988
|
viewBox: "0 0 16 16",
|
|
960
989
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
961
990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
962
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
991
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-close`],
|
|
963
992
|
width: "1em",
|
|
964
993
|
height: "1em"
|
|
965
994
|
}, _ctx.$attrs), _hoisted_3$x, 16, _hoisted_1$x);
|
|
966
995
|
}
|
|
967
996
|
var index$x = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
|
|
968
997
|
const _sfc_main$w = {
|
|
969
|
-
name: "
|
|
998
|
+
name: "IconLineFilter",
|
|
970
999
|
props: {
|
|
971
1000
|
prefix: {
|
|
972
1001
|
type: String,
|
|
@@ -979,7 +1008,7 @@
|
|
|
979
1008
|
}
|
|
980
1009
|
};
|
|
981
1010
|
const _hoisted_1$w = ["fill"];
|
|
982
|
-
const _hoisted_2$w = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1011
|
+
const _hoisted_2$w = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.6013 1.53126C13.0077 1.53126 13.359 1.53069 13.6335 1.55567C13.8638 1.57665 14.1424 1.62201 14.3884 1.7754L14.4919 1.84766L14.6149 1.95704C14.8869 2.22723 15.044 2.59566 15.0475 2.9834C15.0505 3.32593 14.8933 3.61833 14.7507 3.84083C14.6019 4.07277 14.3859 4.3502 14.1364 4.6709L10.9509 8.76563C10.6855 9.10681 10.6098 9.20952 10.5573 9.31446C10.5048 9.41973 10.4663 9.53215 10.4431 9.64747C10.4199 9.76266 10.4167 9.88948 10.4167 10.3223V12.0117C10.4167 12.362 10.4173 12.6698 10.3952 12.918C10.3726 13.1703 10.3212 13.4441 10.1647 13.6953C9.94403 14.0493 9.59794 14.3076 9.19598 14.419C8.91064 14.498 8.63384 14.4698 8.38543 14.4199C8.14098 14.3708 7.84566 14.283 7.50946 14.1836L6.96551 14.0225C6.6109 13.9177 6.24887 13.8233 5.9704 13.6016C5.74633 13.4231 5.57212 13.1893 5.46454 12.9238C5.3644 12.6764 5.34548 12.4045 5.34247 12.1279V10.2754C5.34246 9.86157 5.34027 9.7395 5.31903 9.62891C5.29765 9.51808 5.26203 9.40956 5.21356 9.30762C5.1651 9.20583 5.09501 9.10634 4.8493 8.77247L1.80047 4.62891C1.56656 4.31107 1.36273 4.03547 1.22333 3.80469C1.08893 3.58212 0.943686 3.29244 0.952817 2.95606C0.96494 2.51885 1.17226 2.10967 1.51727 1.84083C1.78284 1.63423 2.10215 1.57835 2.36102 1.55469C2.62951 1.53021 2.97232 1.53126 3.36688 1.53126H12.6013ZM3.36688 2.86133C2.9459 2.86133 2.67571 2.86224 2.48211 2.87989C2.39355 2.88798 2.3446 2.89852 2.32196 2.9043C2.30339 2.92362 2.29145 2.94728 2.2868 2.97364C2.29545 2.99509 2.31577 3.04062 2.362 3.11719C2.46251 3.2836 2.62213 3.50162 2.87176 3.84083L5.92059 7.98438C6.13684 8.27823 6.2982 8.49353 6.41375 8.73633C6.51067 8.94005 6.58199 9.15544 6.62469 9.37696C6.67554 9.64098 6.67255 9.91062 6.67254 10.2754V11.8506C6.67254 12.3371 6.68431 12.3935 6.69696 12.4248C6.71861 12.4782 6.7544 12.5246 6.7995 12.5606C6.82594 12.5816 6.87527 12.609 7.34247 12.7471L7.88641 12.9082C8.24633 13.0146 8.47458 13.0806 8.64715 13.1152C8.7855 13.143 8.83405 13.138 8.84149 13.1367C8.92204 13.1142 8.99156 13.0622 9.03582 12.9912C9.04013 12.9817 9.05793 12.9341 9.07 12.7988C9.08559 12.6236 9.08661 12.3863 9.08661 12.0117V10.3223C9.0866 9.94145 9.08414 9.66051 9.13934 9.38575C9.1857 9.15527 9.26193 8.93108 9.36688 8.72071C9.49203 8.47004 9.66726 8.24981 9.90106 7.94923L13.0866 3.85352C13.3521 3.51218 13.5232 3.29185 13.6315 3.12305C13.6812 3.04552 13.7029 2.99785 13.7126 2.97559C13.7083 2.94881 13.6971 2.92498 13.6784 2.90528C13.6546 2.89925 13.6035 2.8882 13.5124 2.87989C13.3126 2.86175 13.0338 2.86134 12.6013 2.86133H3.36688Z" }, null, -1);
|
|
983
1012
|
const _hoisted_3$w = [
|
|
984
1013
|
_hoisted_2$w
|
|
985
1014
|
];
|
|
@@ -988,14 +1017,14 @@
|
|
|
988
1017
|
viewBox: "0 0 16 16",
|
|
989
1018
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
990
1019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
991
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1020
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-filter`],
|
|
992
1021
|
width: "1em",
|
|
993
1022
|
height: "1em"
|
|
994
1023
|
}, _ctx.$attrs), _hoisted_3$w, 16, _hoisted_1$w);
|
|
995
1024
|
}
|
|
996
1025
|
var index$w = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
|
|
997
1026
|
const _sfc_main$v = {
|
|
998
|
-
name: "
|
|
1027
|
+
name: "IconLineDoubleright",
|
|
999
1028
|
props: {
|
|
1000
1029
|
prefix: {
|
|
1001
1030
|
type: String,
|
|
@@ -1008,7 +1037,7 @@
|
|
|
1008
1037
|
}
|
|
1009
1038
|
};
|
|
1010
1039
|
const _hoisted_1$v = ["fill"];
|
|
1011
|
-
const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1040
|
+
const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3.14237 4.02903C3.40192 3.76948 3.82404 3.76977 4.08378 4.02903L7.22928 7.17551C7.68425 7.63047 7.68424 8.36899 7.22928 8.82395L4.08378 11.9704L3.97928 12.0554C3.72116 12.2258 3.36961 12.1977 3.14237 11.9704C2.9155 11.7432 2.88701 11.3915 3.05741 11.1335L3.14237 11.029L6.17167 7.99973L3.14237 4.97043C2.88311 4.7107 2.88282 4.28858 3.14237 4.02903ZM8.41581 4.02903C8.67536 3.76948 9.09748 3.76977 9.35721 4.02903L12.5027 7.17551C12.9577 7.63047 12.9577 8.36899 12.5027 8.82395L9.35721 11.9704L9.25272 12.0554C8.9946 12.2258 8.64305 12.1977 8.41581 11.9704C8.18894 11.7432 8.16045 11.3915 8.33085 11.1335L8.41581 11.029L11.4451 7.99973L8.41581 4.97043C8.15655 4.7107 8.15625 4.28858 8.41581 4.02903Z" }, null, -1);
|
|
1012
1041
|
const _hoisted_3$v = [
|
|
1013
1042
|
_hoisted_2$v
|
|
1014
1043
|
];
|
|
@@ -1017,14 +1046,14 @@
|
|
|
1017
1046
|
viewBox: "0 0 16 16",
|
|
1018
1047
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1019
1048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1020
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1049
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-doubleright`],
|
|
1021
1050
|
width: "1em",
|
|
1022
1051
|
height: "1em"
|
|
1023
1052
|
}, _ctx.$attrs), _hoisted_3$v, 16, _hoisted_1$v);
|
|
1024
1053
|
}
|
|
1025
1054
|
var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
|
|
1026
1055
|
const _sfc_main$u = {
|
|
1027
|
-
name: "
|
|
1056
|
+
name: "IconLineFolder",
|
|
1028
1057
|
props: {
|
|
1029
1058
|
prefix: {
|
|
1030
1059
|
type: String,
|
|
@@ -1037,7 +1066,7 @@
|
|
|
1037
1066
|
}
|
|
1038
1067
|
};
|
|
1039
1068
|
const _hoisted_1$u = ["fill"];
|
|
1040
|
-
const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1069
|
+
const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.2744 0.895508C6.03339 0.895508 6.7683 1.16417 7.34862 1.65332C7.6884 1.93979 8.11905 2.09755 8.56347 2.09766H11.1855C11.5477 2.09766 11.8605 2.09633 12.1162 2.11719C12.3795 2.13873 12.6415 2.18711 12.8935 2.31543C13.2699 2.50717 13.5758 2.81314 13.7676 3.18945C13.896 3.44156 13.9443 3.70339 13.9658 3.9668C13.976 4.09213 13.9801 4.23106 13.9824 4.38281C14.2002 4.4112 14.4163 4.46455 14.624 4.57324C15.0067 4.77367 15.3147 5.09269 15.501 5.48242C15.6261 5.74442 15.6661 6.01595 15.6787 6.28711C15.6909 6.55069 15.6786 6.87213 15.665 7.24609L15.5244 11.123C15.5052 11.6538 15.4898 12.0922 15.4482 12.4473C15.4058 12.8102 15.3315 13.1431 15.1631 13.4541C14.9011 13.9376 14.4956 14.3289 14.0029 14.5732C13.686 14.7304 13.3506 14.7929 12.9863 14.8223C12.63 14.8509 12.192 14.8506 11.6611 14.8506H4.33983C3.80887 14.8506 3.37097 14.8509 3.01464 14.8223C2.65047 14.793 2.3149 14.7302 1.99804 14.5732C1.50542 14.3289 1.09989 13.9375 0.83788 13.4541C0.669369 13.1431 0.594228 12.8102 0.551748 12.4473C0.51022 12.0923 0.494767 11.6546 0.475576 11.124L0.335927 7.24609C0.322399 6.8721 0.310014 6.5507 0.322255 6.28711C0.334888 6.01587 0.374735 5.74449 0.49999 5.48242C0.686391 5.09254 0.994067 4.77364 1.37694 4.57324C1.58322 4.46532 1.79741 4.41232 2.01366 4.38379V3.59961C2.01366 3.28129 2.01403 3.00682 2.03026 2.78125C2.04698 2.54933 2.08359 2.31714 2.18358 2.08984C2.38497 1.6325 2.75071 1.26692 3.208 1.06543C3.43525 0.965391 3.66752 0.928849 3.8994 0.912109C4.12491 0.895871 4.39953 0.895508 4.71776 0.895508H5.2744ZM3.13378 5.67871C2.73697 5.67871 2.47938 5.67915 2.28417 5.69531C2.09714 5.71085 2.02815 5.73665 1.99511 5.75391C1.86746 5.8207 1.76526 5.92764 1.70311 6.05762C1.68706 6.09125 1.66305 6.1609 1.65429 6.34863C1.64519 6.5443 1.65361 6.80172 1.66796 7.19824L1.80858 11.0752C1.82856 11.6273 1.84213 12.0025 1.87597 12.292C1.9089 12.5734 1.95606 12.7184 2.01073 12.8193C2.14167 13.0606 2.34393 13.2559 2.58983 13.3779C2.69263 13.4289 2.83896 13.4704 3.12108 13.4932C3.41159 13.5165 3.78724 13.5176 4.33983 13.5176H11.6611C12.2134 13.5176 12.5885 13.5165 12.8789 13.4932C13.1613 13.4704 13.3073 13.4289 13.4101 13.3779C13.6563 13.2558 13.8592 13.0609 13.9902 12.8193C14.0449 12.7184 14.0911 12.5734 14.124 12.292C14.1579 12.0025 14.1724 11.6274 14.1924 11.0752L14.333 7.19824C14.3473 6.80173 14.3558 6.5443 14.3467 6.34863C14.3379 6.16138 14.3139 6.09135 14.2978 6.05762C14.2358 5.92777 14.1333 5.82072 14.0058 5.75391C13.9729 5.73664 13.9033 5.71087 13.7158 5.69531C13.5207 5.67915 13.2637 5.67871 12.8672 5.67871H3.13378ZM6.74315 10.624C7.04712 10.686 7.27636 10.9551 7.27636 11.2773C7.27636 11.5996 7.04712 11.8686 6.74315 11.9307L6.60936 11.9443H4.48436C4.11617 11.9443 3.81737 11.6455 3.81737 11.2773C3.81737 10.9092 4.11618 10.6104 4.48436 10.6104H6.60936L6.74315 10.624ZM4.71776 2.22949C4.38034 2.22949 4.16167 2.22922 3.99511 2.24121C3.83545 2.25276 3.77428 2.27329 3.74511 2.28613C3.59309 2.35331 3.47135 2.47488 3.40429 2.62695C3.39142 2.65629 3.37086 2.71755 3.35936 2.87695C3.34738 3.04356 3.34765 3.26208 3.34765 3.59961V4.34473H12.6475C12.6452 4.24161 12.643 4.15386 12.6367 4.07617C12.622 3.89571 12.5969 3.82801 12.5801 3.79492C12.5162 3.66949 12.4135 3.56684 12.2881 3.50293C12.2549 3.48614 12.1867 3.46098 12.0068 3.44629C11.818 3.43092 11.5693 3.43066 11.1855 3.43066H8.56347C7.8045 3.43056 7.06951 3.16208 6.48925 2.67285C6.14939 2.38639 5.7189 2.22949 5.2744 2.22949H4.71776Z" }, null, -1);
|
|
1041
1070
|
const _hoisted_3$u = [
|
|
1042
1071
|
_hoisted_2$u
|
|
1043
1072
|
];
|
|
@@ -1046,14 +1075,14 @@
|
|
|
1046
1075
|
viewBox: "0 0 16 16",
|
|
1047
1076
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1048
1077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1049
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1078
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-folder`],
|
|
1050
1079
|
width: "1em",
|
|
1051
1080
|
height: "1em"
|
|
1052
1081
|
}, _ctx.$attrs), _hoisted_3$u, 16, _hoisted_1$u);
|
|
1053
1082
|
}
|
|
1054
1083
|
var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
|
|
1055
1084
|
const _sfc_main$t = {
|
|
1056
|
-
name: "
|
|
1085
|
+
name: "IconLineFollow",
|
|
1057
1086
|
props: {
|
|
1058
1087
|
prefix: {
|
|
1059
1088
|
type: String,
|
|
@@ -1066,7 +1095,7 @@
|
|
|
1066
1095
|
}
|
|
1067
1096
|
};
|
|
1068
1097
|
const _hoisted_1$t = ["fill"];
|
|
1069
|
-
const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1098
|
+
const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.99939 2.34608C9.92265 0.695193 12.762 0.819218 14.5482 2.71718C16.4369 4.72497 16.4369 7.96431 14.5482 9.97206C13.9235 10.6361 12.8848 11.8352 11.7758 12.8422C11.2174 13.3492 10.6166 13.8303 10.0131 14.1879C9.41902 14.5398 8.75999 14.8088 8.09705 14.809C7.45787 14.8089 6.79118 14.5269 6.18982 14.1742C5.57195 13.8118 4.93735 13.3235 4.34217 12.8119C3.15113 11.7879 2.04686 10.6048 1.45154 9.97206C-0.436803 7.96417 -0.437232 4.72479 1.45154 2.71718C3.23742 0.819121 6.07599 0.696036 7.99939 2.34608ZM13.5775 3.63124C12.1933 2.16036 9.96654 2.16018 8.5824 3.63124L8.48572 3.73378C8.35989 3.86753 8.18398 3.94355 8.00037 3.94374C7.81678 3.94364 7.63992 3.86741 7.51404 3.73378L7.41736 3.63124C6.03311 2.1604 3.80637 2.16019 2.42224 3.63124C1.01679 5.12557 1.01691 7.56456 2.42224 9.05897C3.02465 9.69928 4.08229 10.8305 5.21131 11.8012C5.77598 12.2866 6.343 12.7178 6.86463 13.0238C7.40268 13.3393 7.81765 13.4758 8.09705 13.476C8.41491 13.4758 8.83002 13.3402 9.33435 13.0414C9.82966 12.7479 10.3545 12.3313 10.8793 11.8549C11.9366 10.8948 12.8993 9.7799 13.5775 9.05897C14.9832 7.56464 14.983 5.12573 13.5775 3.63124ZM10.5834 4.50917C11.5863 4.61098 12.3685 5.45794 12.3685 6.48769C12.3683 6.85562 12.0705 7.15356 11.7025 7.1537C11.3344 7.1537 11.0357 6.85571 11.0355 6.48769C11.0355 6.17089 10.8108 5.90616 10.5121 5.84511L10.3803 5.83241L10.2455 5.81874C9.94194 5.75645 9.71335 5.48737 9.71326 5.16542C9.71326 4.79723 10.0121 4.49843 10.3803 4.49843L10.5834 4.50917Z" }, null, -1);
|
|
1070
1099
|
const _hoisted_3$t = [
|
|
1071
1100
|
_hoisted_2$t
|
|
1072
1101
|
];
|
|
@@ -1075,14 +1104,14 @@
|
|
|
1075
1104
|
viewBox: "0 0 16 16",
|
|
1076
1105
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1077
1106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1078
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1107
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-follow`],
|
|
1079
1108
|
width: "1em",
|
|
1080
1109
|
height: "1em"
|
|
1081
1110
|
}, _ctx.$attrs), _hoisted_3$t, 16, _hoisted_1$t);
|
|
1082
1111
|
}
|
|
1083
1112
|
var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
|
|
1084
1113
|
const _sfc_main$s = {
|
|
1085
|
-
name: "
|
|
1114
|
+
name: "IconLineDownload",
|
|
1086
1115
|
props: {
|
|
1087
1116
|
prefix: {
|
|
1088
1117
|
type: String,
|
|
@@ -1095,7 +1124,7 @@
|
|
|
1095
1124
|
}
|
|
1096
1125
|
};
|
|
1097
1126
|
const _hoisted_1$s = ["fill"];
|
|
1098
|
-
const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1127
|
+
const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.45345 1.35938C4.83625 1.35938 5.09532 1.35808 5.35189 1.39649C5.56968 1.42912 5.78442 1.48375 5.99154 1.5586C6.2353 1.64678 6.46256 1.77126 6.79915 1.95313L7.36751 2.26075C7.73776 2.4608 7.86615 2.5275 7.99544 2.57422C8.11941 2.61896 8.24792 2.65137 8.37825 2.6709C8.51415 2.69121 8.65863 2.69336 9.07943 2.69336H11.6204C12.1693 2.69336 12.6217 2.69269 12.9886 2.72266C13.3632 2.75329 13.7081 2.8186 14.0316 2.9834C14.5331 3.23908 14.941 3.64781 15.1966 4.14942C15.3612 4.47268 15.4277 4.81707 15.4583 5.19141C15.4883 5.55827 15.4876 6.01076 15.4876 6.55958V10.7744C15.4876 11.3233 15.4883 11.7757 15.4583 12.1426C15.4277 12.517 15.3613 12.8613 15.1966 13.1846C14.941 13.6862 14.5332 14.0949 14.0316 14.3506C13.7081 14.5154 13.3632 14.5807 12.9886 14.6113C12.6217 14.6413 12.1693 14.6406 11.6204 14.6406H4.38021C3.83133 14.6406 3.37893 14.6413 3.01204 14.6113C2.6375 14.5807 2.29249 14.5153 1.96907 14.3506C1.4675 14.095 1.05969 13.6861 0.804035 13.1846C0.639391 12.8613 0.573929 12.5169 0.543293 12.1426C0.51332 11.7757 0.51302 11.3233 0.51302 10.7744V5.22657C0.51302 4.67766 0.513336 4.2253 0.543293 3.8584C0.57391 3.48377 0.639239 3.13892 0.804035 2.81544C1.05966 2.31387 1.46751 1.90602 1.96907 1.6504C2.29256 1.4856 2.63741 1.42027 3.01204 1.38965C3.37894 1.3597 3.83131 1.35938 4.38021 1.35938H4.45345ZM4.38021 2.69336C3.80935 2.69336 3.42046 2.69329 3.12044 2.71778C2.82851 2.74165 2.67877 2.78483 2.57454 2.8379C2.32366 2.96573 2.11937 3.17002 1.99154 3.4209C1.93847 3.52513 1.89529 3.67486 1.87142 3.9668C1.84693 4.26682 1.847 4.6557 1.847 5.22657V10.7744C1.847 11.345 1.84694 11.7333 1.87142 12.0332C1.8953 12.3253 1.93843 12.4759 1.99154 12.5801C2.11935 12.8306 2.32394 13.0344 2.57454 13.1621C2.67876 13.2151 2.82873 13.2584 3.12044 13.2822C3.42045 13.3067 3.80938 13.3076 4.38021 13.3076H11.6204C12.1913 13.3076 12.5802 13.3067 12.8802 13.2822C13.1721 13.2583 13.3219 13.2152 13.4261 13.1621C13.6768 13.0343 13.8813 12.8307 14.0091 12.5801C14.0622 12.4759 14.1053 12.3253 14.1292 12.0332C14.1537 11.7333 14.1536 11.345 14.1536 10.7744V6.55958C14.1536 5.98907 14.1537 5.60072 14.1292 5.30079C14.1054 5.00888 14.0621 4.85816 14.0091 4.75391C13.8814 4.50331 13.6767 4.29969 13.4261 4.17188C13.3219 4.11879 13.1721 4.07565 12.8802 4.05176C12.5802 4.02725 12.1913 4.02637 11.6204 4.02637H9.07943C8.6966 4.02637 8.43752 4.02763 8.18099 3.98926C7.96345 3.95668 7.74921 3.90283 7.54232 3.82813C7.29834 3.73996 7.07047 3.61555 6.73372 3.4336L6.16536 3.12598C5.79559 2.92618 5.66747 2.85923 5.53841 2.81251C5.41421 2.76762 5.28522 2.73443 5.15462 2.71485C5.01865 2.69449 4.87437 2.69337 4.45345 2.69336H4.38021ZM7.99935 5.80372C8.3674 5.80372 8.66611 6.10271 8.66634 6.47071V9.59376L9.70931 8.55079L9.81282 8.46583C10.0715 8.29497 10.4238 8.32322 10.6517 8.55079C10.8792 8.77857 10.9074 9.13003 10.7367 9.38868L10.6517 9.49317L9.22493 10.9199C9.10097 11.0439 8.97987 11.166 8.86946 11.2598C8.75297 11.3586 8.60437 11.4647 8.41146 11.5273C8.1438 11.6142 7.85488 11.6153 7.58724 11.5283C7.39458 11.4656 7.2466 11.3585 7.13021 11.2598C7.01977 11.166 6.89776 11.0439 6.77376 10.9199L5.34798 9.49415C5.08785 9.23384 5.08785 8.8111 5.34798 8.55079C5.60825 8.29061 6.03002 8.29072 6.29036 8.55079L7.33236 9.5918V6.47071C7.33258 6.10291 7.63157 5.80403 7.99935 5.80372Z" }, null, -1);
|
|
1099
1128
|
const _hoisted_3$s = [
|
|
1100
1129
|
_hoisted_2$s
|
|
1101
1130
|
];
|
|
@@ -1104,14 +1133,14 @@
|
|
|
1104
1133
|
viewBox: "0 0 16 16",
|
|
1105
1134
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1106
1135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1107
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1136
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-download`],
|
|
1108
1137
|
width: "1em",
|
|
1109
1138
|
height: "1em"
|
|
1110
1139
|
}, _ctx.$attrs), _hoisted_3$s, 16, _hoisted_1$s);
|
|
1111
1140
|
}
|
|
1112
1141
|
var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
|
|
1113
1142
|
const _sfc_main$r = {
|
|
1114
|
-
name: "
|
|
1143
|
+
name: "IconLineOrder",
|
|
1115
1144
|
props: {
|
|
1116
1145
|
prefix: {
|
|
1117
1146
|
type: String,
|
|
@@ -1124,23 +1153,31 @@
|
|
|
1124
1153
|
}
|
|
1125
1154
|
};
|
|
1126
1155
|
const _hoisted_1$r = ["fill"];
|
|
1127
|
-
const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("
|
|
1128
|
-
|
|
1129
|
-
|
|
1156
|
+
const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_0c9a21350e__clip0_271_29174)" }, [
|
|
1157
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M10.1506 0.935547C11.0543 0.935822 11.8196 1.51904 12.0968 2.3291C12.5297 2.32984 12.8964 2.33334 13.2033 2.3584C13.5779 2.38902 13.9228 2.45437 14.2463 2.61914C14.7479 2.87479 15.1566 3.28252 15.4123 3.78418C15.5771 4.10765 15.6424 4.45253 15.673 4.82715C15.703 5.19404 15.7023 5.64637 15.7023 6.19531V11.1953C15.7023 11.7442 15.703 12.1966 15.673 12.5635C15.6424 12.9381 15.577 13.283 15.4123 13.6064C15.1567 14.1081 14.7479 14.5158 14.2463 14.7715C13.9228 14.9363 13.5778 15.0026 13.2033 15.0332C12.8366 15.0631 12.3847 15.0625 11.8361 15.0625H4.16521C3.6163 15.0625 3.16394 15.0632 2.79704 15.0332C2.42239 15.0026 2.07757 14.9363 1.75407 14.7715C1.25251 14.5159 0.844662 14.108 0.589035 13.6064C0.424216 13.2829 0.358912 12.9381 0.328293 12.5635C0.29833 12.1966 0.298019 11.7443 0.298019 11.1953V6.19531C0.298019 5.64637 0.298316 5.19404 0.328293 4.82715C0.358923 4.45257 0.424232 4.10762 0.589035 3.78418C0.844673 3.28276 1.25261 2.87471 1.75407 2.61914C2.07749 2.45443 2.42249 2.38901 2.79704 2.3584C3.10351 2.33338 3.46942 2.32985 3.90154 2.3291C4.17883 1.51857 4.9465 0.935547 5.85075 0.935547H10.1506ZM12.0968 3.66309C11.8193 4.47242 11.0539 5.05539 10.1506 5.05566H5.85075C4.94701 5.05566 4.18021 4.47272 3.90251 3.66309C3.47101 3.6636 3.15707 3.66598 2.90544 3.68652C2.61371 3.71038 2.46376 3.75363 2.35954 3.80664C2.10877 3.93442 1.90438 4.13891 1.77654 4.38965C1.72346 4.49385 1.6803 4.64367 1.65642 4.93555C1.63191 5.23556 1.632 5.62439 1.632 6.19531V11.1953C1.632 11.7662 1.63192 12.155 1.65642 12.4551C1.68029 12.7471 1.72346 12.8967 1.77654 13.001C1.90437 13.2519 2.10866 13.4562 2.35954 13.584C2.46377 13.637 2.61353 13.6802 2.90544 13.7041C3.20546 13.7286 3.59434 13.7285 4.16521 13.7285H11.8361C12.4067 13.7285 12.795 13.7286 13.0949 13.7041C13.3865 13.6803 13.5366 13.637 13.6408 13.584C13.8915 13.4562 14.096 13.2517 14.2238 13.001C14.2768 12.8968 14.3201 12.7469 14.3439 12.4551C14.3684 12.1551 14.3693 11.7662 14.3693 11.1953V6.19531C14.3693 5.62439 14.3684 5.23556 14.3439 4.93555C14.32 4.64359 14.2769 4.49386 14.2238 4.38965C14.096 4.1389 13.8915 3.93445 13.6408 3.80664C13.5366 3.75364 13.3866 3.71037 13.0949 3.68652C12.8431 3.66596 12.5288 3.6636 12.0968 3.66309ZM7.14861 10.2617C7.45188 10.3243 7.68083 10.5932 7.68083 10.915C7.6806 11.2367 7.45182 11.5059 7.14861 11.5684L7.01384 11.582H4.39177C4.02374 11.582 3.72504 11.283 3.72478 10.915C3.72478 10.5468 4.02358 10.248 4.39177 10.248H7.01384L7.14861 10.2617ZM5.85075 2.26953C5.44948 2.26953 5.12419 2.59482 5.12419 2.99609C5.12459 3.39703 5.44973 3.72266 5.85075 3.72266H10.1506C10.5513 3.72231 10.8767 3.39681 10.8771 2.99609C10.8771 2.59504 10.5515 2.26988 10.1506 2.26953H5.85075Z" })
|
|
1158
|
+
], -1);
|
|
1159
|
+
const _hoisted_3$r = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1160
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_0c9a21350e__clip0_271_29174" }, [
|
|
1161
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1162
|
+
])
|
|
1163
|
+
], -1);
|
|
1164
|
+
const _hoisted_4$d = [
|
|
1165
|
+
_hoisted_2$r,
|
|
1166
|
+
_hoisted_3$r
|
|
1130
1167
|
];
|
|
1131
1168
|
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1132
1169
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1133
1170
|
viewBox: "0 0 16 16",
|
|
1134
1171
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1135
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1136
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1173
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-order`],
|
|
1137
1174
|
width: "1em",
|
|
1138
1175
|
height: "1em"
|
|
1139
|
-
}, _ctx.$attrs),
|
|
1176
|
+
}, _ctx.$attrs), _hoisted_4$d, 16, _hoisted_1$r);
|
|
1140
1177
|
}
|
|
1141
1178
|
var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
1142
1179
|
const _sfc_main$q = {
|
|
1143
|
-
name: "
|
|
1180
|
+
name: "IconLineShopping",
|
|
1144
1181
|
props: {
|
|
1145
1182
|
prefix: {
|
|
1146
1183
|
type: String,
|
|
@@ -1153,11 +1190,11 @@
|
|
|
1153
1190
|
}
|
|
1154
1191
|
};
|
|
1155
1192
|
const _hoisted_1$q = ["fill"];
|
|
1156
|
-
const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
1157
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1193
|
+
const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_a221afe4d9__clip0_271_29181)" }, [
|
|
1194
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M7.9995 0.524414C9.96339 0.524576 11.5664 2.06708 11.6636 4.00684C11.9439 4.0092 12.1913 4.01502 12.4077 4.03223C12.7641 4.06059 13.0922 4.12113 13.4038 4.27246C13.8891 4.50826 14.292 4.88608 14.5581 5.35547C14.729 5.65698 14.8099 5.98097 14.8608 6.33496C14.9106 6.68106 14.9374 7.10791 14.9702 7.625L15.2075 11.3652C15.2444 11.9457 15.2759 12.4224 15.2681 12.8096C15.2601 13.204 15.2121 13.5689 15.0552 13.9141C14.8126 14.4471 14.4009 14.8853 13.8843 15.1611C13.5498 15.3397 13.1885 15.4104 12.7954 15.4434C12.4097 15.4756 11.9324 15.4756 11.3511 15.4756H4.64892C4.06759 15.4756 3.5903 15.4756 3.20458 15.4434C2.81147 15.4104 2.45022 15.3396 2.11571 15.1611C1.59907 14.8853 1.18736 14.4471 0.944815 13.9141C0.787837 13.5689 0.739877 13.204 0.731924 12.8096C0.724128 12.4224 0.755615 11.9457 0.792471 11.3652L1.02978 7.625C1.06261 7.1079 1.08941 6.68106 1.13915 6.33496C1.19005 5.98094 1.27099 5.657 1.44189 5.35547C1.70801 4.88606 2.11082 4.50825 2.59618 4.27246C2.9078 4.12115 3.23592 4.06058 3.59228 4.03223C3.80803 4.01508 4.05428 4.00922 4.33349 4.00684C4.43068 2.06705 6.0356 0.524593 7.9995 0.524414ZM4.8872 5.33496C4.34794 5.33496 3.98138 5.33586 3.69774 5.3584C3.42264 5.38029 3.27917 5.41929 3.17724 5.46875C2.93408 5.58688 2.73242 5.77654 2.59911 6.01172C2.54322 6.11036 2.49487 6.25086 2.45556 6.52441C2.41509 6.80602 2.39109 7.17086 2.35692 7.70898L2.11962 11.4502C2.08136 12.0528 2.05562 12.4639 2.062 12.7822C2.06827 13.0934 2.10561 13.253 2.15575 13.3633C2.27724 13.6302 2.483 13.8501 2.74169 13.9883C2.84853 14.0453 3.0059 14.0922 3.31591 14.1182C3.63321 14.1447 4.04525 14.1455 4.64892 14.1455H11.3511C11.9551 14.1455 12.3677 14.1447 12.685 14.1182C12.9948 14.0922 13.1515 14.0453 13.2583 13.9883C13.5169 13.8501 13.7228 13.6302 13.8442 13.3633C13.8944 13.253 13.9317 13.0933 13.938 12.7822C13.9444 12.4639 13.9186 12.0528 13.8804 11.4502L13.6431 7.70898C13.6089 7.17088 13.5849 6.80602 13.5444 6.52441C13.5051 6.2509 13.4567 6.11036 13.4009 6.01172C13.2676 5.77655 13.0659 5.58689 12.8227 5.46875C12.7208 5.41927 12.5773 5.3803 12.3022 5.3584C12.0186 5.33585 11.6521 5.33496 11.1128 5.33496H4.8872ZM10.935 10.2969C11.3022 10.297 11.6001 10.5947 11.6001 10.9619C11.6001 11.3291 11.3022 11.6269 10.935 11.627H8.40868L8.27489 11.6133C7.97196 11.5512 7.74364 11.2832 7.74364 10.9619C7.74364 10.6406 7.97196 10.3726 8.27489 10.3105L8.40868 10.2969H10.935ZM7.9995 1.85352C6.7711 1.85369 5.76557 2.80113 5.66942 4.00488H10.3296C10.2335 2.80111 9.22792 1.85367 7.9995 1.85352Z" })
|
|
1158
1195
|
], -1);
|
|
1159
1196
|
const _hoisted_3$q = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1160
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
1197
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_a221afe4d9__clip0_271_29181" }, [
|
|
1161
1198
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1162
1199
|
])
|
|
1163
1200
|
], -1);
|
|
@@ -1170,14 +1207,14 @@
|
|
|
1170
1207
|
viewBox: "0 0 16 16",
|
|
1171
1208
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1172
1209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1173
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1210
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-shopping`],
|
|
1174
1211
|
width: "1em",
|
|
1175
1212
|
height: "1em"
|
|
1176
1213
|
}, _ctx.$attrs), _hoisted_4$c, 16, _hoisted_1$q);
|
|
1177
1214
|
}
|
|
1178
1215
|
var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
|
|
1179
1216
|
const _sfc_main$p = {
|
|
1180
|
-
name: "
|
|
1217
|
+
name: "IconLineCompany",
|
|
1181
1218
|
props: {
|
|
1182
1219
|
prefix: {
|
|
1183
1220
|
type: String,
|
|
@@ -1190,11 +1227,11 @@
|
|
|
1190
1227
|
}
|
|
1191
1228
|
};
|
|
1192
1229
|
const _hoisted_1$p = ["fill"];
|
|
1193
|
-
const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
1194
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1230
|
+
const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_cca01d3884__clip0_271_29169)" }, [
|
|
1231
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M5.60254 0.996012C5.87346 0.992175 6.20371 1.01606 6.58887 1.04289L13.1367 1.49894C13.4757 1.52255 13.7687 1.54211 14.0088 1.57804C14.2569 1.61521 14.5019 1.67685 14.7354 1.81047C15.0852 2.01082 15.3674 2.31177 15.543 2.67472C15.6599 2.91676 15.7038 3.16595 15.7236 3.41593C15.7428 3.65791 15.7422 3.95223 15.7422 4.29191V12.203C15.7422 12.565 15.7426 12.8772 15.7217 13.1327C15.7001 13.3961 15.6529 13.659 15.5244 13.9111C15.3327 14.2871 15.0265 14.5934 14.6504 14.7851C14.3982 14.9135 14.1356 14.9608 13.8721 14.9823C13.6164 15.0032 13.3046 15.0028 12.9424 15.0028H3.05859C2.69637 15.0028 2.38365 15.0032 2.12793 14.9823C1.86455 14.9608 1.60268 14.9125 1.35059 14.7841C0.974263 14.5924 0.66831 14.2864 0.476563 13.9101C0.348124 13.6579 0.299857 13.3962 0.278321 13.1327C0.257434 12.877 0.257813 12.5644 0.257813 12.2021V9.29777C0.257813 8.93547 0.257426 8.62285 0.278321 8.36711C0.299864 8.10372 0.348155 7.84185 0.476563 7.58976C0.668318 7.21356 0.974349 6.90744 1.35059 6.71574C1.60263 6.58742 1.86459 6.53902 2.12793 6.5175C2.38365 6.49663 2.69638 6.49699 3.05859 6.49699H3.59375V3.83586C3.59375 3.44996 3.59359 3.11847 3.61621 2.84855C3.63948 2.57152 3.69075 2.29504 3.83106 2.03312C4.0395 1.6443 4.37114 1.33526 4.77344 1.15422C5.0447 1.03225 5.32432 0.999959 5.60254 0.996012ZM5.62109 2.32902C5.42664 2.3318 5.35443 2.35469 5.32031 2.37004C5.18642 2.43036 5.07629 2.53361 5.00684 2.663C4.98916 2.69613 4.96154 2.76698 4.94531 2.95988C4.92846 3.1611 4.92773 3.4273 4.92773 3.83586V6.49699H5.08106C5.44313 6.49699 5.75511 6.49662 6.01074 6.5175C6.2742 6.53904 6.53691 6.58726 6.78906 6.71574C7.16514 6.9075 7.47143 7.21362 7.66309 7.58976C7.7914 7.84178 7.83882 8.1038 7.86035 8.36711C7.88125 8.62285 7.88086 8.93547 7.88086 9.29777V12.2021C7.88086 12.5643 7.88123 12.877 7.86035 13.1327C7.8456 13.3132 7.81651 13.4925 7.75977 13.6689H12.9424C13.3266 13.6689 13.5748 13.6687 13.7637 13.6532C13.9443 13.6385 14.0119 13.6134 14.0449 13.5966C14.1701 13.5328 14.272 13.4307 14.3359 13.3056C14.3527 13.2727 14.3778 13.2049 14.3926 13.0243C14.408 12.8356 14.4092 12.5869 14.4092 12.203V4.29191C14.4092 3.93114 14.4085 3.69853 14.3945 3.5214C14.3812 3.35369 14.3586 3.28872 14.3428 3.25578C14.2843 3.13485 14.1898 3.03449 14.0732 2.96769C14.0417 2.94963 13.9792 2.9225 13.8115 2.89738C13.6357 2.87105 13.4042 2.85412 13.0439 2.82902L6.49609 2.37297C6.08819 2.34455 5.82306 2.32616 5.62109 2.32902ZM1.5918 12.2021C1.5918 12.5863 1.592 12.8355 1.60742 13.0243C1.62222 13.2052 1.64728 13.2726 1.66406 13.3056C1.72794 13.4308 1.82987 13.5327 1.95508 13.5966C1.98809 13.6134 2.05584 13.6385 2.23633 13.6532C2.42518 13.6686 2.67443 13.6689 3.05859 13.6689H5.08106C5.46513 13.6689 5.71354 13.6687 5.90234 13.6532C6.08317 13.6384 6.15065 13.6134 6.18359 13.5966C6.30873 13.5327 6.41074 13.4307 6.47461 13.3056C6.49139 13.2725 6.51649 13.2047 6.53125 13.0243C6.54667 12.8355 6.54785 12.5863 6.54785 12.2021V11.4169H1.5918V12.2021ZM11.791 6.46086C12.1592 6.46086 12.458 6.75966 12.458 7.12785V9.81535C12.4579 10.1835 12.1592 10.4823 11.791 10.4823C11.423 10.4822 11.1241 10.1834 11.124 9.81535V7.12785C11.124 6.75977 11.423 6.46103 11.791 6.46086ZM3.05859 7.83097C2.67445 7.83097 2.42518 7.83119 2.23633 7.8466C2.05608 7.86135 1.98814 7.88646 1.95508 7.90324C1.82995 7.96707 1.72795 8.06916 1.66406 8.19425C1.64728 8.22718 1.62223 8.29481 1.60742 8.4755C1.59199 8.66437 1.5918 8.91349 1.5918 9.29777V10.0829H6.54785V9.29777C6.54785 8.91349 6.54668 8.66437 6.53125 8.4755C6.51645 8.29479 6.49139 8.22719 6.47461 8.19425C6.41072 8.06908 6.30879 7.96709 6.18359 7.90324C6.15065 7.88645 6.08319 7.8614 5.90234 7.8466C5.71354 7.83117 5.46513 7.83097 5.08106 7.83097H3.05859Z" })
|
|
1195
1232
|
], -1);
|
|
1196
1233
|
const _hoisted_3$p = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1197
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
1234
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_cca01d3884__clip0_271_29169" }, [
|
|
1198
1235
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1199
1236
|
])
|
|
1200
1237
|
], -1);
|
|
@@ -1207,14 +1244,14 @@
|
|
|
1207
1244
|
viewBox: "0 0 16 16",
|
|
1208
1245
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1209
1246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1210
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1247
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-company`],
|
|
1211
1248
|
width: "1em",
|
|
1212
1249
|
height: "1em"
|
|
1213
1250
|
}, _ctx.$attrs), _hoisted_4$b, 16, _hoisted_1$p);
|
|
1214
1251
|
}
|
|
1215
1252
|
var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
|
|
1216
1253
|
const _sfc_main$o = {
|
|
1217
|
-
name: "
|
|
1254
|
+
name: "IconLineRisk",
|
|
1218
1255
|
props: {
|
|
1219
1256
|
prefix: {
|
|
1220
1257
|
type: String,
|
|
@@ -1227,11 +1264,11 @@
|
|
|
1227
1264
|
}
|
|
1228
1265
|
};
|
|
1229
1266
|
const _hoisted_1$o = ["fill"];
|
|
1230
|
-
const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
1231
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1267
|
+
const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_5ce5be419e__clip0_271_29176)" }, [
|
|
1268
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.13908 0.352539L14.0102 1.60059C14.2224 1.64571 14.4054 1.68308 14.5678 1.74609C15.2286 2.00282 15.7042 2.59023 15.8178 3.29004C15.8457 3.46201 15.8442 3.64814 15.8442 3.86523V7.00879C15.8439 11.452 12.4959 15.1817 8.07853 15.6602C8.02683 15.6658 7.97399 15.6657 7.92228 15.6602C3.5048 15.1818 0.156881 11.4521 0.156654 7.00879V3.86523C0.156653 3.64812 0.15514 3.46202 0.183021 3.29004C0.2966 2.59016 0.772078 2.00276 1.43302 1.74609C1.59539 1.68312 1.77837 1.64571 1.99064 1.60059L7.86173 0.352539L8.0004 0.337891C8.04677 0.337911 8.09348 0.342847 8.13908 0.352539ZM2.26798 2.90527C2.00844 2.96045 1.9532 2.97464 1.91544 2.98926C1.69527 3.07488 1.53628 3.27069 1.49845 3.50391C1.49201 3.54388 1.49064 3.60002 1.49064 3.86523V7.00879C1.49086 10.7492 4.29232 13.8906 8.0004 14.3252C11.7084 13.8904 14.5099 10.7491 14.5102 7.00879V3.86523C14.5102 3.60012 14.5088 3.54387 14.5024 3.50391C14.4646 3.27076 14.3054 3.07494 14.0854 2.98926C14.0476 2.9746 13.9927 2.96053 13.7328 2.90527L8.0004 1.68652L2.26798 2.90527ZM8.88517 5.05371C9.00896 5.05374 9.07105 5.1488 9.01993 5.25879L8.19376 7.13672C8.14488 7.2481 8.20291 7.34154 8.32853 7.34473L9.80021 7.38184C9.92402 7.38439 9.967 7.46507 9.89493 7.56738L7.54044 10.8496C7.25333 11.2498 7.10019 11.1838 7.20255 10.7002L7.58536 8.85547C7.59244 8.8289 7.59298 8.80034 7.58732 8.77344C7.58162 8.74669 7.56925 8.72155 7.55216 8.7002C7.53508 8.67894 7.51347 8.66176 7.48869 8.65039C7.46369 8.63898 7.43606 8.63369 7.40861 8.63477H6.22794C6.20235 8.63745 6.17611 8.63287 6.15275 8.62207C6.12951 8.61125 6.1096 8.5944 6.09513 8.57324C6.0806 8.5519 6.07222 8.52675 6.07072 8.50098C6.06925 8.47531 6.07448 8.44956 6.08634 8.42676L7.31486 5.26465L7.31388 5.26172C7.34082 5.2021 7.38372 5.15092 7.4379 5.11426C7.492 5.07766 7.55528 5.0566 7.62052 5.05371H8.88517Z" })
|
|
1232
1269
|
], -1);
|
|
1233
1270
|
const _hoisted_3$o = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1234
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
1271
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_5ce5be419e__clip0_271_29176" }, [
|
|
1235
1272
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1236
1273
|
])
|
|
1237
1274
|
], -1);
|
|
@@ -1244,14 +1281,14 @@
|
|
|
1244
1281
|
viewBox: "0 0 16 16",
|
|
1245
1282
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1246
1283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1247
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1284
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-risk`],
|
|
1248
1285
|
width: "1em",
|
|
1249
1286
|
height: "1em"
|
|
1250
1287
|
}, _ctx.$attrs), _hoisted_4$a, 16, _hoisted_1$o);
|
|
1251
1288
|
}
|
|
1252
1289
|
var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
|
|
1253
1290
|
const _sfc_main$n = {
|
|
1254
|
-
name: "
|
|
1291
|
+
name: "IconLineManage",
|
|
1255
1292
|
props: {
|
|
1256
1293
|
prefix: {
|
|
1257
1294
|
type: String,
|
|
@@ -1264,31 +1301,23 @@
|
|
|
1264
1301
|
}
|
|
1265
1302
|
};
|
|
1266
1303
|
const _hoisted_1$n = ["fill"];
|
|
1267
|
-
const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
const _hoisted_3$n = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1271
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_5ce5be419e__clip0_271_29176" }, [
|
|
1272
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1273
|
-
])
|
|
1274
|
-
], -1);
|
|
1275
|
-
const _hoisted_4$9 = [
|
|
1276
|
-
_hoisted_2$n,
|
|
1277
|
-
_hoisted_3$n
|
|
1304
|
+
const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("path", { d: "M14.3085 10.9813C14.6483 10.8433 15.0361 11.0069 15.1747 11.3466C15.3133 11.6865 15.1502 12.0749 14.8105 12.2137L10.0634 14.1483C9.42339 14.4093 9.00546 14.5844 8.56536 14.6532C8.19111 14.7116 7.80972 14.7115 7.43547 14.6532C6.99528 14.5845 6.57747 14.4093 5.93743 14.1483L1.19036 12.2137L1.07122 12.1503C0.814095 11.9785 0.703945 11.6441 0.825123 11.3466C0.946606 11.0492 1.25951 10.8862 1.5634 10.9432L1.69231 10.9813L6.43938 12.9169C7.13709 13.2013 7.38925 13.2995 7.64055 13.3387C7.87894 13.3759 8.1219 13.3759 8.36028 13.3387C8.61147 13.2995 8.86393 13.2013 9.56145 12.9169L14.3085 10.9813ZM14.3085 7.71374C14.6484 7.57554 15.0361 7.73914 15.1747 8.07898C15.313 8.41886 15.1502 8.80747 14.8105 8.94616L10.0634 10.8807C9.42335 11.1417 9.00548 11.3168 8.56536 11.3856C8.19116 11.444 7.80968 11.4439 7.43547 11.3856C6.99535 11.3169 6.57731 11.1416 5.93743 10.8807L1.19036 8.94616L1.07122 8.88269C0.814138 8.71093 0.704042 8.37646 0.825123 8.07898C0.946469 7.78136 1.25935 7.6186 1.5634 7.67566L1.69231 7.71374L6.43938 9.64929C7.13688 9.93368 7.38928 10.0319 7.64055 10.0712C7.8789 10.1083 8.12194 10.1084 8.36028 10.0712C8.61149 10.0319 8.86386 9.93372 9.56145 9.64929L14.3085 7.71374ZM7.4345 1.34655C7.80893 1.28813 8.19093 1.28812 8.56536 1.34655C9.00539 1.41531 9.42261 1.59056 10.0624 1.85144L13.8007 3.37585C14.0727 3.48674 14.3188 3.5863 14.5038 3.68151C14.6479 3.75564 14.869 3.88001 15.0195 4.10046L15.079 4.20105L15.1347 4.32898C15.2466 4.63249 15.2284 4.9719 15.079 5.26355C14.9334 5.54728 14.6683 5.69845 14.5038 5.78308C14.3188 5.87822 14.0725 5.97794 13.8007 6.08874L10.0624 7.61218C9.42274 7.873 9.00532 8.0483 8.56536 8.11706C8.19095 8.17547 7.80891 8.17549 7.4345 8.11706C6.99428 8.0483 6.57664 7.8732 5.93645 7.61218L2.19817 6.08874C1.92623 5.97786 1.6801 5.87828 1.49505 5.78308C1.33051 5.69841 1.06547 5.54748 0.91985 5.26355C0.749116 4.93029 0.749393 4.5344 0.91985 4.20105L0.980397 4.10046C1.13067 3.88044 1.35105 3.75563 1.49505 3.68151C1.68001 3.58634 1.92634 3.48668 2.19817 3.37585L5.93645 1.85144C6.57647 1.59048 6.99438 1.41532 7.4345 1.34655ZM8.3593 2.66101C8.12091 2.62386 7.87796 2.62381 7.63958 2.66101C7.38836 2.70028 7.13598 2.79846 6.4384 3.08288L2.7011 4.6073C2.58275 4.65555 2.48228 4.69674 2.39739 4.7323C2.48232 4.76787 2.58268 4.80901 2.7011 4.8573L6.4384 6.38073C7.13617 6.66523 7.3883 6.76335 7.63958 6.80261C7.87796 6.83981 8.12091 6.83975 8.3593 6.80261C8.61058 6.76338 8.86293 6.66514 9.56047 6.38073L13.2988 4.8573C13.4168 4.80915 13.5167 4.7678 13.6015 4.7323C13.5167 4.69676 13.417 4.65551 13.2988 4.6073L9.56047 3.08288C8.8628 2.79842 8.6106 2.70024 8.3593 2.66101Z" }, null, -1);
|
|
1305
|
+
const _hoisted_3$n = [
|
|
1306
|
+
_hoisted_2$n
|
|
1278
1307
|
];
|
|
1279
1308
|
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1280
1309
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1281
1310
|
viewBox: "0 0 16 16",
|
|
1282
1311
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1283
1312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1284
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1313
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-manage`],
|
|
1285
1314
|
width: "1em",
|
|
1286
1315
|
height: "1em"
|
|
1287
|
-
}, _ctx.$attrs),
|
|
1316
|
+
}, _ctx.$attrs), _hoisted_3$n, 16, _hoisted_1$n);
|
|
1288
1317
|
}
|
|
1289
1318
|
var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
1290
1319
|
const _sfc_main$m = {
|
|
1291
|
-
name: "
|
|
1320
|
+
name: "IconLineMoney",
|
|
1292
1321
|
props: {
|
|
1293
1322
|
prefix: {
|
|
1294
1323
|
type: String,
|
|
@@ -1301,23 +1330,31 @@
|
|
|
1301
1330
|
}
|
|
1302
1331
|
};
|
|
1303
1332
|
const _hoisted_1$m = ["fill"];
|
|
1304
|
-
const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("
|
|
1305
|
-
|
|
1306
|
-
|
|
1333
|
+
const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_304a13600b__clip0_271_29170)" }, [
|
|
1334
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.00032 0.145996C12.3379 0.146178 15.8548 3.66286 15.8548 8.00049C15.8547 12.338 12.3378 15.8548 8.00032 15.855C3.66267 15.855 0.14596 12.3381 0.145828 8.00049C0.145828 3.66275 3.66258 0.145996 8.00032 0.145996ZM8.00032 1.47998C4.39896 1.47998 1.47981 4.39913 1.47981 8.00049C1.47994 11.6017 4.39904 14.521 8.00032 14.521C11.6014 14.5208 14.5207 11.6016 14.5208 8.00049C14.5208 4.39924 11.6015 1.48016 8.00032 1.47998ZM7.58821 4.87256C7.85585 4.78572 8.14482 4.78561 8.41243 4.87256C8.60531 4.93529 8.75299 5.04226 8.86946 5.14111C8.97997 5.23495 9.10181 5.35686 9.22591 5.48096L10.5189 6.77393C10.6431 6.89812 10.7648 7.01979 10.8587 7.13037C10.9577 7.24693 11.0645 7.39524 11.1273 7.58838C11.2033 7.82268 11.2127 8.07281 11.1556 8.31104L11.1263 8.41162L11.0726 8.54834C11.0116 8.67674 10.9338 8.78226 10.8597 8.86963C10.7659 8.98017 10.643 9.10095 10.5189 9.2251L9.22591 10.519C9.10188 10.6431 8.9809 10.7651 8.87044 10.8589C8.75387 10.9578 8.6046 11.0647 8.41145 11.1274C8.14398 11.2142 7.85567 11.2142 7.58821 11.1274C7.39513 11.0647 7.24674 10.9578 7.1302 10.8589C7.01974 10.7651 6.89878 10.6431 6.77473 10.519L5.48079 9.2251C5.35676 9.10107 5.23473 8.98008 5.14095 8.86963C5.04204 8.7531 4.93609 8.60465 4.87337 8.41162C4.78649 8.14408 4.78558 7.85594 4.87239 7.58838C4.93512 7.39533 5.04203 7.24691 5.14095 7.13037C5.23482 7.0198 5.35662 6.8981 5.48079 6.77393L6.77473 5.48096C6.89875 5.35694 7.01976 5.23492 7.1302 5.14111C7.24669 5.04225 7.3953 4.93528 7.58821 4.87256ZM7.99348 6.15771C7.93411 6.20816 7.8565 6.28493 7.71712 6.42432L6.42415 7.71729C6.28439 7.85704 6.20801 7.93421 6.15755 7.99365C6.15559 7.99597 6.15343 7.9984 6.15169 8.00049C6.1532 8.00231 6.15491 8.00434 6.15657 8.00635C6.20699 8.06574 6.28363 8.14317 6.42317 8.28271L7.71712 9.57568C7.8569 9.71547 7.93404 9.79182 7.99348 9.84229C7.9956 9.84406 7.99839 9.84556 8.00032 9.84717C8.00226 9.84558 8.00505 9.84408 8.00716 9.84229C8.06656 9.79181 8.14402 9.71519 8.28352 9.57568L9.57649 8.28271C9.71613 8.14307 9.79265 8.06576 9.84309 8.00635C9.84481 8.00431 9.84643 8.00235 9.84798 8.00049C9.8462 7.99835 9.84413 7.99602 9.84212 7.99365C9.79165 7.9342 9.7153 7.85707 9.57552 7.71729L8.28255 6.42432C8.14303 6.2848 8.06558 6.20816 8.00618 6.15771C8.00386 6.15575 8.0024 6.15263 8.00032 6.15088C7.9982 6.15264 7.99583 6.15572 7.99348 6.15771Z" })
|
|
1335
|
+
], -1);
|
|
1336
|
+
const _hoisted_3$m = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1337
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_304a13600b__clip0_271_29170" }, [
|
|
1338
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1339
|
+
])
|
|
1340
|
+
], -1);
|
|
1341
|
+
const _hoisted_4$9 = [
|
|
1342
|
+
_hoisted_2$m,
|
|
1343
|
+
_hoisted_3$m
|
|
1307
1344
|
];
|
|
1308
1345
|
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1309
1346
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1310
1347
|
viewBox: "0 0 16 16",
|
|
1311
1348
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1312
1349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1313
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1350
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-money`],
|
|
1314
1351
|
width: "1em",
|
|
1315
1352
|
height: "1em"
|
|
1316
|
-
}, _ctx.$attrs),
|
|
1353
|
+
}, _ctx.$attrs), _hoisted_4$9, 16, _hoisted_1$m);
|
|
1317
1354
|
}
|
|
1318
1355
|
var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
|
|
1319
1356
|
const _sfc_main$l = {
|
|
1320
|
-
name: "
|
|
1357
|
+
name: "IconLineNotice",
|
|
1321
1358
|
props: {
|
|
1322
1359
|
prefix: {
|
|
1323
1360
|
type: String,
|
|
@@ -1330,11 +1367,11 @@
|
|
|
1330
1367
|
}
|
|
1331
1368
|
};
|
|
1332
1369
|
const _hoisted_1$l = ["fill"];
|
|
1333
|
-
const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
1334
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1370
|
+
const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_37a3235c38__clip0_271_29166)" }, [
|
|
1371
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M6.74517 1.27946C7.31584 0.33645 8.68413 0.336619 9.25494 1.27946L9.61431 1.87321C12.1218 2.77278 13.8036 5.15159 13.8038 7.82633C13.8038 8.88299 14.1487 9.9114 14.7862 10.7541L15.501 11.6984C15.6537 11.9001 15.679 12.1711 15.5665 12.3976C15.4538 12.6241 15.2227 12.7677 14.9698 12.7677H10.7774C10.7131 14.2477 9.49585 15.4278 8.00005 15.4279C6.50427 15.4278 5.28701 14.2477 5.22271 12.7677H1.03033C0.777414 12.7676 0.546281 12.6241 0.433648 12.3976C0.3212 12.1712 0.346506 11.9001 0.499078 11.6984L1.21392 10.7541C1.85149 9.91137 2.19634 8.88304 2.19634 7.82633C2.19655 5.15191 3.87784 2.77302 6.38482 1.87321L6.74517 1.27946ZM6.55767 12.7677C6.62 13.5108 7.24086 14.0938 8.00005 14.0939C8.75926 14.0939 9.38101 13.5108 9.44341 12.7677H6.55767ZM8.11431 1.96989C8.06234 1.88441 7.93763 1.88424 7.8858 1.96989L7.40142 2.76969L7.27447 2.97965L7.04107 3.05778L6.9483 3.08805C4.90731 3.76625 3.52957 5.67562 3.52935 7.82633C3.52935 9.12257 3.12114 10.3841 2.36627 11.4347H13.6329C12.8783 10.3843 12.4708 9.12232 12.4708 7.82633C12.4706 5.67561 11.0928 3.76624 9.05181 3.08805L8.95904 3.05778L8.72564 2.97965L8.59869 2.76969L8.11431 1.96989Z" })
|
|
1335
1372
|
], -1);
|
|
1336
1373
|
const _hoisted_3$l = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1337
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
1374
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_37a3235c38__clip0_271_29166" }, [
|
|
1338
1375
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1339
1376
|
])
|
|
1340
1377
|
], -1);
|
|
@@ -1347,14 +1384,14 @@
|
|
|
1347
1384
|
viewBox: "0 0 16 16",
|
|
1348
1385
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1349
1386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1350
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1387
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-notice`],
|
|
1351
1388
|
width: "1em",
|
|
1352
1389
|
height: "1em"
|
|
1353
1390
|
}, _ctx.$attrs), _hoisted_4$8, 16, _hoisted_1$l);
|
|
1354
1391
|
}
|
|
1355
1392
|
var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
1356
1393
|
const _sfc_main$k = {
|
|
1357
|
-
name: "
|
|
1394
|
+
name: "IconLineUser",
|
|
1358
1395
|
props: {
|
|
1359
1396
|
prefix: {
|
|
1360
1397
|
type: String,
|
|
@@ -1367,31 +1404,23 @@
|
|
|
1367
1404
|
}
|
|
1368
1405
|
};
|
|
1369
1406
|
const _hoisted_1$k = ["fill"];
|
|
1370
|
-
const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
const _hoisted_3$k = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1374
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_37a3235c38__clip0_271_29166" }, [
|
|
1375
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1376
|
-
])
|
|
1377
|
-
], -1);
|
|
1378
|
-
const _hoisted_4$7 = [
|
|
1379
|
-
_hoisted_2$k,
|
|
1380
|
-
_hoisted_3$k
|
|
1407
|
+
const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.8432 8.03711C11.9213 8.03711 12.6207 8.02859 13.2045 8.2207C14.309 8.58438 15.1756 9.45129 15.5395 10.5557C15.7317 11.1395 15.7241 11.839 15.7241 12.917C15.7241 13.2413 15.7318 13.5637 15.6401 13.8428C15.4749 14.3445 15.0812 14.738 14.5795 14.9033C14.3004 14.9952 13.9782 14.9873 13.6538 14.9873H2.34614C2.02168 14.9873 1.69955 14.9952 1.42036 14.9033C0.918519 14.7381 0.525062 14.3446 0.359816 13.8428C0.268005 13.5636 0.275831 13.2414 0.275831 12.917C0.275828 11.839 0.26719 11.1395 0.459425 10.5557C0.823258 9.45128 1.68994 8.58441 2.79439 8.2207C3.37823 8.02852 4.07758 8.03711 5.15571 8.03711H10.8432ZM5.15571 9.36719C3.97287 9.36719 3.54056 9.37572 3.2104 9.48438C2.5069 9.71609 1.95494 10.2682 1.7231 10.9717C1.61439 11.3018 1.60591 11.7342 1.60591 12.917C1.60591 13.1123 1.60581 13.2327 1.61079 13.3232C1.61482 13.396 1.62122 13.4221 1.62251 13.4268C1.65576 13.5277 1.73541 13.6074 1.83638 13.6406C1.84018 13.6417 1.86558 13.6482 1.93989 13.6523C2.03048 13.6573 2.15068 13.6572 2.34614 13.6572H13.6538C13.8494 13.6572 13.9694 13.6574 14.06 13.6523C14.1369 13.6481 14.1612 13.6414 14.1635 13.6406C14.2644 13.6073 14.3432 13.5277 14.3764 13.4268C14.3776 13.4227 14.3841 13.397 14.3881 13.3232C14.3931 13.2327 14.394 13.1123 14.394 12.917C14.394 11.7342 14.3855 11.3018 14.2768 10.9717C14.045 10.2681 13.4922 9.71607 12.7885 9.48438C12.4584 9.37577 12.0259 9.36719 10.8432 9.36719H5.15571ZM7.99946 1.0127C9.63279 1.01286 10.9565 2.33734 10.9565 3.9707C10.9561 5.60374 9.63255 6.92757 7.99946 6.92773C6.36644 6.92749 5.04185 5.60369 5.04146 3.9707C5.04146 2.33738 6.3662 1.01294 7.99946 1.0127ZM7.99946 2.34277C7.10074 2.34302 6.37153 3.07192 6.37153 3.9707C6.37193 4.86915 7.10098 5.59741 7.99946 5.59766C8.89801 5.59749 9.62603 4.8692 9.62642 3.9707C9.62642 3.07187 8.89825 2.34294 7.99946 2.34277Z" }, null, -1);
|
|
1408
|
+
const _hoisted_3$k = [
|
|
1409
|
+
_hoisted_2$k
|
|
1381
1410
|
];
|
|
1382
1411
|
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1383
1412
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1384
1413
|
viewBox: "0 0 16 16",
|
|
1385
1414
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1386
1415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1387
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1416
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-user`],
|
|
1388
1417
|
width: "1em",
|
|
1389
1418
|
height: "1em"
|
|
1390
|
-
}, _ctx.$attrs),
|
|
1419
|
+
}, _ctx.$attrs), _hoisted_3$k, 16, _hoisted_1$k);
|
|
1391
1420
|
}
|
|
1392
1421
|
var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
|
|
1393
1422
|
const _sfc_main$j = {
|
|
1394
|
-
name: "
|
|
1423
|
+
name: "IconLineRefresh",
|
|
1395
1424
|
props: {
|
|
1396
1425
|
prefix: {
|
|
1397
1426
|
type: String,
|
|
@@ -1404,7 +1433,7 @@
|
|
|
1404
1433
|
}
|
|
1405
1434
|
};
|
|
1406
1435
|
const _hoisted_1$j = ["fill"];
|
|
1407
|
-
const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1436
|
+
const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15.7217 9.01123L14.7031 9.86572L14.2754 9.35693L13.8711 8.87549C13.4474 11.738 10.9811 13.9356 8.00098 13.936C6.11897 13.936 4.44215 13.0584 3.35449 11.6919L4.625 11.1304C5.46627 12.0368 6.66697 12.6059 8.00098 12.606C10.2911 12.6055 12.1893 10.9326 12.5449 8.74268L12.0459 9.16162L11.5361 9.58936L10.6816 8.56982L11.1914 8.14307L12.9131 6.69775L13.4229 6.271L15.7217 9.01123ZM8.00098 2.06396C9.88318 2.06423 11.5601 2.9413 12.6475 4.30811L11.3779 4.86865C10.5369 3.96197 9.33515 3.39428 8.00098 3.39404C5.71056 3.39408 3.80991 5.06545 3.4541 7.25537L3.9541 6.83643L4.46387 6.40967L5.31836 7.42822L2.57812 9.72803L2.15039 9.21924L0.706055 7.49658L0.27832 6.98779L1.29688 6.13232L1.72461 6.64209L2.12891 7.12354C2.55249 4.2606 5.02032 2.064 8.00098 2.06396Z" }, null, -1);
|
|
1408
1437
|
const _hoisted_3$j = [
|
|
1409
1438
|
_hoisted_2$j
|
|
1410
1439
|
];
|
|
@@ -1413,14 +1442,14 @@
|
|
|
1413
1442
|
viewBox: "0 0 16 16",
|
|
1414
1443
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1415
1444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1416
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1445
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-refresh`],
|
|
1417
1446
|
width: "1em",
|
|
1418
1447
|
height: "1em"
|
|
1419
1448
|
}, _ctx.$attrs), _hoisted_3$j, 16, _hoisted_1$j);
|
|
1420
1449
|
}
|
|
1421
1450
|
var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
|
|
1422
1451
|
const _sfc_main$i = {
|
|
1423
|
-
name: "
|
|
1452
|
+
name: "IconLineInfo",
|
|
1424
1453
|
props: {
|
|
1425
1454
|
prefix: {
|
|
1426
1455
|
type: String,
|
|
@@ -1433,23 +1462,31 @@
|
|
|
1433
1462
|
}
|
|
1434
1463
|
};
|
|
1435
1464
|
const _hoisted_1$i = ["fill"];
|
|
1436
|
-
const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("
|
|
1437
|
-
|
|
1438
|
-
|
|
1465
|
+
const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_4ca9f33b96__clip0_271_29177)" }, [
|
|
1466
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M10.7676 0.873047C11.4283 0.873047 11.9649 0.872797 12.3984 0.908203C12.8397 0.944284 13.2344 1.02141 13.6006 1.20801C14.1773 1.50204 14.6465 1.97107 14.9404 2.54785C15.1269 2.91401 15.2042 3.30785 15.2402 3.74902C15.2756 4.18262 15.2744 4.71896 15.2744 5.37988V10.6201C15.2744 11.2811 15.2757 11.8174 15.2402 12.251C15.2042 12.6922 15.127 13.086 14.9404 13.4521C14.6465 14.0291 14.1775 14.4989 13.6006 14.793C13.2344 14.9796 12.8397 15.0557 12.3984 15.0918C11.9649 15.1272 11.4284 15.127 10.7676 15.127H5.23242C4.57163 15.127 4.0351 15.1272 3.60156 15.0918C3.16053 15.0557 2.76645 14.9794 2.40039 14.793C1.82344 14.499 1.35456 14.0291 1.06054 13.4521C0.873942 13.0859 0.796819 12.6922 0.760738 12.251C0.72531 11.8174 0.725582 11.2811 0.725582 10.6201V5.37988C0.725582 4.71892 0.725316 4.18263 0.760738 3.74902C0.796819 3.30775 0.873941 2.91408 1.06054 2.54785C1.35454 1.97095 1.82348 1.50199 2.40039 1.20801C2.76654 1.02151 3.1604 0.944274 3.60156 0.908203C4.03511 0.872807 4.57162 0.873047 5.23242 0.873047H10.7676ZM2.05957 10.6201C2.05957 11.3031 2.05988 11.7758 2.08984 12.1426C2.11916 12.5009 2.17324 12.6997 2.24804 12.8467C2.41423 13.1727 2.67979 13.4384 3.00586 13.6045C3.15285 13.6793 3.35237 13.7334 3.71093 13.7627C4.07756 13.7926 4.54992 13.793 5.23242 13.793H10.7676C11.4504 13.793 11.9233 13.7927 12.29 13.7627C12.6488 13.7334 12.8481 13.6794 12.9951 13.6045C13.3211 13.4383 13.5868 13.1727 13.7529 12.8467C13.8277 12.6998 13.8818 12.5008 13.9111 12.1426C13.9411 11.7758 13.9414 11.3031 13.9414 10.6201V6.21973C12.2738 6.44273 10.6159 6.57612 8.93164 6.61133V9.6709C8.93161 9.89395 8.81947 10.103 8.63379 10.2266C8.44824 10.3498 8.21332 10.372 8.00781 10.2861L6.56152 9.68164L5.11718 10.2861C4.91156 10.3721 4.67583 10.3499 4.49023 10.2266C4.30461 10.103 4.19241 9.89391 4.19238 9.6709V6.4502C3.49184 6.38919 2.78157 6.31309 2.05957 6.21777V10.6201ZM5.52636 8.66895L6.30468 8.34375C6.46925 8.27489 6.65475 8.27496 6.81933 8.34375L7.59863 8.66992V6.61719C6.91456 6.61028 6.22466 6.58704 5.52636 6.54688V8.66895ZM5.23242 2.20703C4.54991 2.20703 4.07756 2.2074 3.71093 2.2373C3.35235 2.2666 3.15286 2.32071 3.00586 2.39551C2.67974 2.56167 2.41423 2.82721 2.24804 3.15332C2.17317 3.30035 2.11916 3.49959 2.08984 3.8584C2.06796 4.12652 2.06325 4.45106 2.06152 4.87305C6.28653 5.44597 10.0779 5.40478 13.9385 4.87402C13.9367 4.45161 13.933 4.12671 13.9111 3.8584C13.8818 3.4999 13.8277 3.30031 13.7529 3.15332C13.5868 2.82732 13.3211 2.5617 12.9951 2.39551C12.8481 2.32061 12.6488 2.26664 12.29 2.2373C11.9233 2.20735 11.4504 2.20703 10.7676 2.20703H5.23242Z" })
|
|
1467
|
+
], -1);
|
|
1468
|
+
const _hoisted_3$i = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1469
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_4ca9f33b96__clip0_271_29177" }, [
|
|
1470
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1471
|
+
])
|
|
1472
|
+
], -1);
|
|
1473
|
+
const _hoisted_4$7 = [
|
|
1474
|
+
_hoisted_2$i,
|
|
1475
|
+
_hoisted_3$i
|
|
1439
1476
|
];
|
|
1440
1477
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1441
1478
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1442
1479
|
viewBox: "0 0 16 16",
|
|
1443
1480
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1444
1481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1445
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1482
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-info`],
|
|
1446
1483
|
width: "1em",
|
|
1447
1484
|
height: "1em"
|
|
1448
|
-
}, _ctx.$attrs),
|
|
1485
|
+
}, _ctx.$attrs), _hoisted_4$7, 16, _hoisted_1$i);
|
|
1449
1486
|
}
|
|
1450
1487
|
var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
1451
1488
|
const _sfc_main$h = {
|
|
1452
|
-
name: "
|
|
1489
|
+
name: "IconLineQuestion",
|
|
1453
1490
|
props: {
|
|
1454
1491
|
prefix: {
|
|
1455
1492
|
type: String,
|
|
@@ -1462,31 +1499,23 @@
|
|
|
1462
1499
|
}
|
|
1463
1500
|
};
|
|
1464
1501
|
const _hoisted_1$h = ["fill"];
|
|
1465
|
-
const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
const _hoisted_3$h = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1469
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_4ca9f33b96__clip0_271_29177" }, [
|
|
1470
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1471
|
-
])
|
|
1472
|
-
], -1);
|
|
1473
|
-
const _hoisted_4$6 = [
|
|
1474
|
-
_hoisted_2$h,
|
|
1475
|
-
_hoisted_3$h
|
|
1502
|
+
const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8 1.43848C11.6238 1.4386 14.5614 4.37625 14.5615 8C14.5614 11.6238 11.6238 14.5614 8 14.5615C4.37624 14.5614 1.43858 11.6238 1.43848 8C1.4386 4.37625 4.37625 1.4386 8 1.43848ZM8 2.76855C5.11079 2.76868 2.76868 5.11079 2.76855 8C2.76866 10.8892 5.11078 13.2323 8 13.2324C10.8892 13.2323 13.2323 10.8892 13.2324 8C13.2323 5.11079 10.8892 2.76868 8 2.76855ZM8.00098 10.3506C8.41005 10.3506 8.74199 10.6828 8.74219 11.0918C8.74219 11.501 8.41017 11.833 8.00098 11.833C7.59189 11.8329 7.26074 11.5009 7.26074 11.0918C7.26094 10.6828 7.59201 10.3507 8.00098 10.3506ZM8 4.15527C9.23542 4.1554 10.237 5.15719 10.2373 6.39258C10.2373 6.84903 10.1001 7.27614 9.86426 7.63086C9.72225 7.84436 9.55873 8.04112 9.41016 8.21387C9.25239 8.39729 9.1208 8.54279 8.99609 8.69824C8.74002 9.01749 8.66518 9.20146 8.66504 9.33398C8.66492 9.70107 8.36709 9.9989 8 9.99902C7.63289 9.99892 7.33509 9.70109 7.33496 9.33398C7.33509 8.71203 7.67872 8.21561 7.95898 7.86621C8.10251 7.6873 8.2692 7.50034 8.40137 7.34668C8.54262 7.18244 8.6622 7.03678 8.75684 6.89453C8.85206 6.75127 8.90718 6.57893 8.90723 6.39258C8.90696 5.89173 8.50089 5.48548 8 5.48535C7.49909 5.48545 7.09304 5.89171 7.09277 6.39258C7.09265 6.75966 6.79482 7.05749 6.42773 7.05762C6.06055 7.05761 5.76282 6.75974 5.7627 6.39258C5.76297 5.15717 6.76455 4.15537 8 4.15527Z" }, null, -1);
|
|
1503
|
+
const _hoisted_3$h = [
|
|
1504
|
+
_hoisted_2$h
|
|
1476
1505
|
];
|
|
1477
1506
|
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1478
1507
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1479
1508
|
viewBox: "0 0 16 16",
|
|
1480
1509
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1481
1510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1482
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1511
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-question`],
|
|
1483
1512
|
width: "1em",
|
|
1484
1513
|
height: "1em"
|
|
1485
|
-
}, _ctx.$attrs),
|
|
1514
|
+
}, _ctx.$attrs), _hoisted_3$h, 16, _hoisted_1$h);
|
|
1486
1515
|
}
|
|
1487
1516
|
var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
1488
1517
|
const _sfc_main$g = {
|
|
1489
|
-
name: "
|
|
1518
|
+
name: "IconLineLock",
|
|
1490
1519
|
props: {
|
|
1491
1520
|
prefix: {
|
|
1492
1521
|
type: String,
|
|
@@ -1499,23 +1528,31 @@
|
|
|
1499
1528
|
}
|
|
1500
1529
|
};
|
|
1501
1530
|
const _hoisted_1$g = ["fill"];
|
|
1502
|
-
const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("
|
|
1503
|
-
|
|
1504
|
-
|
|
1531
|
+
const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_97cacefe43__clip0_308_35077)" }, [
|
|
1532
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M7.99998 0.358887C10.0705 0.358903 11.749 2.03743 11.749 4.10791V5.31201C12.1829 5.31252 12.5501 5.31525 12.8574 5.34033C13.2318 5.37092 13.5763 5.43659 13.8994 5.60107C14.4008 5.85655 14.8089 6.26474 15.0644 6.76611C15.2291 7.08931 15.2946 7.4336 15.3252 7.80811C15.3551 8.17497 15.3545 8.62719 15.3545 9.17627V11.7759C15.3545 12.325 15.3551 12.7772 15.3252 13.144C15.2946 13.5186 15.2291 13.8628 15.0644 14.186C14.8089 14.6874 14.4008 15.0956 13.8994 15.3511C13.5763 15.5156 13.2318 15.5812 12.8574 15.6118C12.4906 15.6418 12.0381 15.6411 11.4892 15.6411H4.50974C3.96086 15.6411 3.50835 15.6418 3.14158 15.6118C2.76724 15.5812 2.42265 15.5157 2.09959 15.3511C1.59829 15.0956 1.18999 14.6874 0.934549 14.186C0.76997 13.8629 0.704412 13.5185 0.673806 13.144C0.643835 12.7772 0.64451 12.3249 0.64451 11.7759V9.17627C0.64451 8.62721 0.643835 8.17496 0.673806 7.80811C0.704412 7.43367 0.76997 7.08925 0.934549 6.76611C1.18999 6.26477 1.59829 5.85659 2.09959 5.60107C2.42265 5.43649 2.76724 5.37096 3.14158 5.34033C3.44903 5.31521 3.81685 5.31252 4.25095 5.31201V4.10791C4.25095 2.03744 5.92951 0.358914 7.99998 0.358887ZM4.50974 6.64111C3.93895 6.64111 3.55005 6.64199 3.24998 6.6665C2.95798 6.6904 2.80757 6.73339 2.7031 6.78662C2.45231 6.91458 2.24799 7.11879 2.1201 7.36963C2.06688 7.47414 2.02386 7.62439 1.99998 7.9165C1.97546 8.21664 1.97459 8.60527 1.97459 9.17627V11.7759C1.97459 12.3469 1.97546 12.7355 1.99998 13.0356C2.02386 13.3278 2.06688 13.478 2.1201 13.5825C2.24799 13.8334 2.45231 14.0376 2.7031 14.1655C2.80757 14.2188 2.95798 14.2617 3.24998 14.2856C3.55005 14.3102 3.93895 14.311 4.50974 14.311H11.4892C12.06 14.311 12.4489 14.3101 12.749 14.2856C13.0411 14.2618 13.1914 14.2187 13.2959 14.1655C13.5468 14.0376 13.7509 13.8334 13.8789 13.5825C13.9321 13.478 13.9761 13.3279 14 13.0356C14.0245 12.7355 14.0244 12.3469 14.0244 11.7759V9.17627C14.0244 8.60524 14.0245 8.21665 14 7.9165C13.9761 7.62421 13.9321 7.47415 13.8789 7.36963C13.7509 7.11874 13.5468 6.91452 13.2959 6.78662C13.1914 6.73343 13.0411 6.69037 12.749 6.6665C12.4489 6.64202 12.06 6.64111 11.4892 6.64111H4.50974ZM7.99998 9.00244C8.36725 9.00244 8.66502 9.30021 8.66502 9.66748V11.561C8.66485 11.9282 8.36714 12.2261 7.99998 12.2261C7.63282 12.2261 7.33511 11.9282 7.33494 11.561V9.66748C7.33494 9.30022 7.63272 9.00245 7.99998 9.00244ZM7.99998 1.68896C6.66405 1.68899 5.58103 2.77198 5.58103 4.10791V5.31104H10.4189V4.10791C10.4189 2.77197 9.33592 1.68898 7.99998 1.68896Z" })
|
|
1533
|
+
], -1);
|
|
1534
|
+
const _hoisted_3$g = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1535
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_97cacefe43__clip0_308_35077" }, [
|
|
1536
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1537
|
+
])
|
|
1538
|
+
], -1);
|
|
1539
|
+
const _hoisted_4$6 = [
|
|
1540
|
+
_hoisted_2$g,
|
|
1541
|
+
_hoisted_3$g
|
|
1505
1542
|
];
|
|
1506
1543
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1507
1544
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1508
1545
|
viewBox: "0 0 16 16",
|
|
1509
1546
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1510
1547
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1511
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1548
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-lock`],
|
|
1512
1549
|
width: "1em",
|
|
1513
1550
|
height: "1em"
|
|
1514
|
-
}, _ctx.$attrs),
|
|
1551
|
+
}, _ctx.$attrs), _hoisted_4$6, 16, _hoisted_1$g);
|
|
1515
1552
|
}
|
|
1516
1553
|
var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
|
|
1517
1554
|
const _sfc_main$f = {
|
|
1518
|
-
name: "
|
|
1555
|
+
name: "IconLinePercent",
|
|
1519
1556
|
props: {
|
|
1520
1557
|
prefix: {
|
|
1521
1558
|
type: String,
|
|
@@ -1528,11 +1565,11 @@
|
|
|
1528
1565
|
}
|
|
1529
1566
|
};
|
|
1530
1567
|
const _hoisted_1$f = ["fill"];
|
|
1531
|
-
const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
1532
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1568
|
+
const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_d60ef09237__clip0_271_29180)" }, [
|
|
1569
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8 0.109375C12.3587 0.109551 15.8924 3.64327 15.8926 8.00195C15.8924 12.3606 12.3587 15.8944 8 15.8945C3.64131 15.8944 0.107598 12.3606 0.107422 8.00195C0.107568 3.64325 3.64129 0.109521 8 0.109375ZM8 1.44336C4.37767 1.44351 1.44155 4.37963 1.44141 8.00195C1.44158 11.6243 4.37769 14.5614 8 14.5615C11.6223 14.5613 14.5594 11.6242 14.5596 8.00195C14.5594 4.37965 11.6223 1.44354 8 1.44336ZM10.7422 4.3125C11.0025 4.05226 11.4242 4.05226 11.6846 4.3125C11.9449 4.57285 11.9449 4.99551 11.6846 5.25586L5.25586 11.6846C4.99551 11.9449 4.57285 11.9449 4.3125 11.6846C4.05225 11.4242 4.05222 11.0025 4.3125 10.7422L10.7422 4.3125ZM9.30371 9.30176C9.8243 8.78163 10.6679 8.78163 11.1885 9.30176C11.7092 9.82246 11.7092 10.6668 11.1885 11.1875C10.6678 11.7081 9.82439 11.7081 9.30371 11.1875C8.78301 10.6668 8.78301 9.82246 9.30371 9.30176ZM4.81152 4.80957C5.33211 4.28944 6.1757 4.28944 6.69629 4.80957C7.21699 5.33027 7.21699 6.17461 6.69629 6.69531C6.17561 7.21593 5.33221 7.21593 4.81152 6.69531C4.29082 6.17461 4.29082 5.33027 4.81152 4.80957Z" })
|
|
1533
1570
|
], -1);
|
|
1534
1571
|
const _hoisted_3$f = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1535
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
1572
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_d60ef09237__clip0_271_29180" }, [
|
|
1536
1573
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1537
1574
|
])
|
|
1538
1575
|
], -1);
|
|
@@ -1545,14 +1582,14 @@
|
|
|
1545
1582
|
viewBox: "0 0 16 16",
|
|
1546
1583
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1547
1584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1548
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1585
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-percent`],
|
|
1549
1586
|
width: "1em",
|
|
1550
1587
|
height: "1em"
|
|
1551
1588
|
}, _ctx.$attrs), _hoisted_4$5, 16, _hoisted_1$f);
|
|
1552
1589
|
}
|
|
1553
1590
|
var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
|
|
1554
1591
|
const _sfc_main$e = {
|
|
1555
|
-
name: "
|
|
1592
|
+
name: "IconLineSort",
|
|
1556
1593
|
props: {
|
|
1557
1594
|
prefix: {
|
|
1558
1595
|
type: String,
|
|
@@ -1565,31 +1602,23 @@
|
|
|
1565
1602
|
}
|
|
1566
1603
|
};
|
|
1567
1604
|
const _hoisted_1$e = ["fill"];
|
|
1568
|
-
const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
const _hoisted_3$e = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1572
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_d60ef09237__clip0_271_29180" }, [
|
|
1573
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1574
|
-
])
|
|
1575
|
-
], -1);
|
|
1576
|
-
const _hoisted_4$4 = [
|
|
1577
|
-
_hoisted_2$e,
|
|
1578
|
-
_hoisted_3$e
|
|
1605
|
+
const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.7773 1.60045C12.0103 1.49087 12.2859 1.52534 12.4844 1.68932L15.5459 4.21959C15.7439 4.38332 15.8297 4.64633 15.7666 4.89538C15.7034 5.14429 15.5029 5.33495 15.251 5.38463L12.7256 5.87975V13.7987C12.7255 14.1658 12.4277 14.4636 12.0605 14.4637C11.6933 14.4637 11.3956 14.1659 11.3955 13.7987V2.20202C11.3955 1.9445 11.5444 1.71017 11.7773 1.60045ZM9.25781 11.8026C9.56078 11.8645 9.78883 12.1328 9.78906 12.454C9.78906 12.7753 9.56085 13.0433 9.25781 13.1053L9.12402 13.119H1.66504C1.29777 13.119 1 12.8212 1 12.454C1.00026 12.0869 1.29793 11.7889 1.66504 11.7889H9.12402L9.25781 11.8026ZM9.25781 7.85241C9.56084 7.91434 9.78895 8.18247 9.78906 8.50377C9.78906 8.82516 9.56088 9.09316 9.25781 9.15514L9.12402 9.16881H1.66504C1.29777 9.16881 1 8.87104 1 8.50377C1.00013 8.13662 1.29785 7.83873 1.66504 7.83873H9.12402L9.25781 7.85241ZM9.25781 3.90221C9.56085 3.96417 9.789 4.23224 9.78906 4.55358C9.78901 4.87493 9.56087 5.14299 9.25781 5.20495L9.12402 5.21862H1.66504C1.29781 5.21862 1.00007 4.92079 1 4.55358C1.00007 4.18637 1.29781 3.88854 1.66504 3.88854H9.12402L9.25781 3.90221Z" }, null, -1);
|
|
1606
|
+
const _hoisted_3$e = [
|
|
1607
|
+
_hoisted_2$e
|
|
1579
1608
|
];
|
|
1580
1609
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1581
1610
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1582
1611
|
viewBox: "0 0 16 16",
|
|
1583
1612
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1584
1613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1585
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1614
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-sort`],
|
|
1586
1615
|
width: "1em",
|
|
1587
1616
|
height: "1em"
|
|
1588
|
-
}, _ctx.$attrs),
|
|
1617
|
+
}, _ctx.$attrs), _hoisted_3$e, 16, _hoisted_1$e);
|
|
1589
1618
|
}
|
|
1590
1619
|
var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
1591
1620
|
const _sfc_main$d = {
|
|
1592
|
-
name: "
|
|
1621
|
+
name: "IconLineHome",
|
|
1593
1622
|
props: {
|
|
1594
1623
|
prefix: {
|
|
1595
1624
|
type: String,
|
|
@@ -1602,7 +1631,7 @@
|
|
|
1602
1631
|
}
|
|
1603
1632
|
};
|
|
1604
1633
|
const _hoisted_1$d = ["fill"];
|
|
1605
|
-
const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1634
|
+
const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.79653 0.399059C8.00891 0.298454 8.26221 0.316217 8.45962 0.45277L15.6784 5.45277C15.9174 5.61831 16.0208 5.92036 15.9342 6.19789C15.8475 6.47551 15.5903 6.66468 15.2995 6.66468H13.9645V13.2643C13.9645 13.3932 13.9652 13.5305 13.9557 13.6471C13.9455 13.7715 13.9204 13.9308 13.8376 14.0934C13.7259 14.3124 13.5478 14.4905 13.3288 14.6022C13.1659 14.6852 13.007 14.7102 12.8825 14.7203C12.7658 14.7299 12.6287 14.7291 12.4997 14.7291H3.49966C3.37073 14.7291 3.23347 14.7299 3.11685 14.7203C2.99244 14.7101 2.83312 14.685 2.67056 14.6022C2.4517 14.4905 2.27335 14.3123 2.16177 14.0934C2.079 13.9308 2.05378 13.7715 2.0436 13.6471C2.0341 13.5305 2.03482 13.3932 2.03482 13.2643V6.66468H0.699854C0.407864 6.66462 0.149859 6.47407 0.0641123 6.19496C-0.0213361 5.91579 0.085068 5.61262 0.326808 5.44886L7.70767 0.448864L7.79653 0.399059ZM2.84243 5.35121C3.14093 5.41653 3.36469 5.68159 3.36489 5.99965V13.3981C3.40338 13.3984 3.44732 13.3991 3.49966 13.3991H7.33462V10.3336C7.33462 9.96648 7.63255 9.66878 7.99966 9.66859C8.36693 9.66859 8.6647 9.96636 8.6647 10.3336V13.3991H12.4997C12.5519 13.3991 12.596 13.3984 12.6344 13.3981V5.99965C12.6346 5.67108 12.8738 5.39898 13.1872 5.34535L8.07583 1.80531L2.84243 5.35121Z" }, null, -1);
|
|
1606
1635
|
const _hoisted_3$d = [
|
|
1607
1636
|
_hoisted_2$d
|
|
1608
1637
|
];
|
|
@@ -1611,14 +1640,14 @@
|
|
|
1611
1640
|
viewBox: "0 0 16 16",
|
|
1612
1641
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1613
1642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1614
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1643
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-home`],
|
|
1615
1644
|
width: "1em",
|
|
1616
1645
|
height: "1em"
|
|
1617
1646
|
}, _ctx.$attrs), _hoisted_3$d, 16, _hoisted_1$d);
|
|
1618
1647
|
}
|
|
1619
1648
|
var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
1620
1649
|
const _sfc_main$c = {
|
|
1621
|
-
name: "
|
|
1650
|
+
name: "IconLineSet",
|
|
1622
1651
|
props: {
|
|
1623
1652
|
prefix: {
|
|
1624
1653
|
type: String,
|
|
@@ -1631,23 +1660,31 @@
|
|
|
1631
1660
|
}
|
|
1632
1661
|
};
|
|
1633
1662
|
const _hoisted_1$c = ["fill"];
|
|
1634
|
-
const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("
|
|
1635
|
-
|
|
1636
|
-
|
|
1663
|
+
const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_fe38aac4b0__clip0_271_29165)" }, [
|
|
1664
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M7.0296 0.568752C7.66923 0.432827 8.33139 0.432797 8.97101 0.568752C9.71828 0.727724 10.407 1.13514 11.5335 1.78555L11.6165 1.8334C12.7431 2.48382 13.4402 2.87698 13.9515 3.44473C14.389 3.93069 14.7201 4.5035 14.9222 5.12539C15.1583 5.85216 15.1507 6.65244 15.1507 7.95352V8.04922C15.1507 9.35033 15.1583 10.1506 14.9222 10.8773C14.7201 11.4993 14.389 12.072 13.9515 12.558C13.4402 13.1258 12.7431 13.5189 11.6165 14.1693L11.5335 14.2172C10.407 14.8676 9.71829 15.275 8.97101 15.434C8.33139 15.5699 7.66922 15.5699 7.0296 15.434C6.28228 15.2751 5.59364 14.8676 4.4671 14.2172L4.38409 14.1693C3.25752 13.5189 2.56045 13.1257 2.04913 12.558C1.61157 12.072 1.28052 11.4993 1.07843 10.8773C0.842282 10.1506 0.849912 9.35034 0.849912 8.04922V7.95352C0.849912 6.65237 0.842279 5.85219 1.07843 5.12539C1.28052 4.50345 1.61155 3.93071 2.04913 3.44473C2.56045 2.877 3.25748 2.48385 4.38409 1.8334L4.4671 1.78555C5.59366 1.13513 6.28227 0.727682 7.0296 0.568752ZM8.69366 1.87344C8.23681 1.77633 7.7638 1.77636 7.30694 1.87344C6.81524 1.97803 6.33816 2.24468 5.13409 2.93985L5.05011 2.9877C3.84548 3.68319 3.37585 3.96364 3.03937 4.33731C2.72696 4.68436 2.4913 5.09341 2.34698 5.5375C2.19158 6.01577 2.1839 6.56243 2.1839 7.95352V8.04922C2.1839 9.44027 2.19159 9.98697 2.34698 10.4652C2.4913 10.9093 2.72698 11.3184 3.03937 11.6654C3.37585 12.0391 3.84554 12.3196 5.05011 13.015L5.13409 13.0629C6.33813 13.758 6.81524 14.0247 7.30694 14.1293C7.76379 14.2264 8.23682 14.2264 8.69366 14.1293C9.18531 14.0247 9.6625 13.758 10.8665 13.0629L10.9505 13.015C12.1551 12.3196 12.6248 12.0391 12.9612 11.6654C13.2736 11.3184 13.5093 10.9093 13.6536 10.4652C13.809 9.98698 13.8167 9.44025 13.8167 8.04922V7.95352C13.8167 6.56254 13.809 6.01574 13.6536 5.5375C13.5093 5.09346 13.2736 4.68433 12.9612 4.33731C12.6248 3.96361 12.1551 3.68316 10.9505 2.9877L10.8665 2.93985C9.66252 2.24472 9.18531 1.97807 8.69366 1.87344ZM8.0003 5.24844C9.5175 5.24862 10.7474 6.47925 10.7474 7.99649C10.7472 9.51355 9.51737 10.7434 8.0003 10.7436C6.48312 10.7435 5.25246 9.51363 5.25226 7.99649C5.25226 6.47917 6.48299 5.24848 8.0003 5.24844ZM8.0003 6.58242C7.21937 6.58246 6.58624 7.21555 6.58624 7.99649C6.58644 8.77725 7.2195 9.41051 8.0003 9.41055C8.78099 9.41037 9.41416 8.77717 9.41437 7.99649C9.41437 7.21563 8.78112 6.5826 8.0003 6.58242Z" })
|
|
1665
|
+
], -1);
|
|
1666
|
+
const _hoisted_3$c = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1667
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_fe38aac4b0__clip0_271_29165" }, [
|
|
1668
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1669
|
+
])
|
|
1670
|
+
], -1);
|
|
1671
|
+
const _hoisted_4$4 = [
|
|
1672
|
+
_hoisted_2$c,
|
|
1673
|
+
_hoisted_3$c
|
|
1637
1674
|
];
|
|
1638
1675
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1639
1676
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1640
1677
|
viewBox: "0 0 16 16",
|
|
1641
1678
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1642
1679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1643
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1680
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-set`],
|
|
1644
1681
|
width: "1em",
|
|
1645
1682
|
height: "1em"
|
|
1646
|
-
}, _ctx.$attrs),
|
|
1683
|
+
}, _ctx.$attrs), _hoisted_4$4, 16, _hoisted_1$c);
|
|
1647
1684
|
}
|
|
1648
1685
|
var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
1649
1686
|
const _sfc_main$b = {
|
|
1650
|
-
name: "
|
|
1687
|
+
name: "IconLineOrganization",
|
|
1651
1688
|
props: {
|
|
1652
1689
|
prefix: {
|
|
1653
1690
|
type: String,
|
|
@@ -1660,31 +1697,23 @@
|
|
|
1660
1697
|
}
|
|
1661
1698
|
};
|
|
1662
1699
|
const _hoisted_1$b = ["fill"];
|
|
1663
|
-
const _hoisted_2$b = /* @__PURE__ */ vue.createElementVNode("
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
const _hoisted_3$b = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1667
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_fe38aac4b0__clip0_271_29165" }, [
|
|
1668
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1669
|
-
])
|
|
1670
|
-
], -1);
|
|
1671
|
-
const _hoisted_4$3 = [
|
|
1672
|
-
_hoisted_2$b,
|
|
1673
|
-
_hoisted_3$b
|
|
1700
|
+
const _hoisted_2$b = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2.24902 10.8091C3.35287 10.8092 4.24803 11.7043 4.24805 12.8081C4.24787 13.9117 3.35277 14.807 2.24902 14.8071C1.1452 14.8071 0.250175 13.9118 0.25 12.8081C0.250018 11.7043 1.1451 10.8091 2.24902 10.8091ZM8.00195 10.8091C9.10583 10.8091 10.0009 11.7043 10.001 12.8081C10.0008 13.9118 9.10575 14.8071 8.00195 14.8071C6.89813 14.8071 6.0031 13.9118 6.00293 12.8081C6.00298 11.7043 6.89805 10.8091 8.00195 10.8091ZM13.749 10.8091C14.8529 10.8092 15.748 11.7043 15.748 12.8081C15.7479 13.9117 14.8528 14.807 13.749 14.8071C12.6452 14.8071 11.7502 13.9118 11.75 12.8081C11.75 11.7043 12.6451 10.8091 13.749 10.8091ZM7.99902 1.19287C9.10296 1.19287 9.99805 2.08805 9.99805 3.19189C9.99788 4.06187 9.44114 4.79933 8.66504 5.07373V6.56787H12.1504C12.4191 6.56787 12.6614 6.56718 12.8613 6.5835C13.069 6.6005 13.2898 6.63943 13.5059 6.74951C13.819 6.90915 14.0738 7.16387 14.2334 7.47705C14.3434 7.69313 14.3824 7.91393 14.3994 8.12158C14.4157 8.32151 14.415 8.56383 14.415 8.83252V9.61279C14.4148 9.97975 14.117 10.2777 13.75 10.2778C13.383 10.2777 13.0852 9.97975 13.085 9.61279V8.83252C13.085 8.54209 13.0841 8.36326 13.0732 8.22998C13.0682 8.16872 13.062 8.13087 13.0566 8.10791C13.0542 8.09761 13.0521 8.09026 13.0508 8.08643C13.0498 8.08363 13.0491 8.08141 13.0488 8.08057C13.0168 8.01767 12.9652 7.9662 12.9023 7.93408C12.9018 7.93386 12.8996 7.93322 12.8965 7.93213C12.8928 7.93082 12.8854 7.92873 12.875 7.92627C12.8521 7.92092 12.8143 7.9147 12.7529 7.90967C12.6197 7.8988 12.4408 7.89795 12.1504 7.89795H8.66504V9.55713C8.66485 9.92415 8.36703 10.222 8 10.2222C7.63297 10.222 7.33515 9.92415 7.33496 9.55713V7.89795H3.84961C3.55919 7.89795 3.38033 7.8988 3.24707 7.90967C3.18579 7.9147 3.1479 7.92092 3.125 7.92627C3.11468 7.92871 3.10725 7.93082 3.10352 7.93213C3.10061 7.93316 3.09828 7.93386 3.09766 7.93408C3.03484 7.9662 2.98322 8.01771 2.95117 8.08057C2.95091 8.08136 2.95023 8.0836 2.94922 8.08643C2.9479 8.09025 2.94579 8.09761 2.94336 8.10791C2.93801 8.13087 2.93177 8.16872 2.92676 8.22998C2.9159 8.36326 2.91504 8.54209 2.91504 8.83252V9.61279C2.91478 9.97975 2.61699 10.2777 2.25 10.2778C1.88301 10.2777 1.58522 9.97975 1.58496 9.61279V8.83252C1.58496 8.56383 1.58428 8.32151 1.60059 8.12158C1.61757 7.91393 1.65659 7.69313 1.7666 7.47705C1.92617 7.1639 2.18104 6.90915 2.49414 6.74951C2.71019 6.63947 2.93104 6.6005 3.13867 6.5835C3.33857 6.56718 3.58094 6.56787 3.84961 6.56787H7.33496V5.07373C6.55834 4.79961 6.00115 4.06224 6.00098 3.19189C6.00098 2.08819 6.89528 1.1931 7.99902 1.19287Z" }, null, -1);
|
|
1701
|
+
const _hoisted_3$b = [
|
|
1702
|
+
_hoisted_2$b
|
|
1674
1703
|
];
|
|
1675
1704
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1676
1705
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1677
1706
|
viewBox: "0 0 16 16",
|
|
1678
1707
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1679
1708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1680
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1709
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-organization`],
|
|
1681
1710
|
width: "1em",
|
|
1682
1711
|
height: "1em"
|
|
1683
|
-
}, _ctx.$attrs),
|
|
1712
|
+
}, _ctx.$attrs), _hoisted_3$b, 16, _hoisted_1$b);
|
|
1684
1713
|
}
|
|
1685
1714
|
var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
|
|
1686
1715
|
const _sfc_main$a = {
|
|
1687
|
-
name: "
|
|
1716
|
+
name: "IconLineTime",
|
|
1688
1717
|
props: {
|
|
1689
1718
|
prefix: {
|
|
1690
1719
|
type: String,
|
|
@@ -1697,23 +1726,31 @@
|
|
|
1697
1726
|
}
|
|
1698
1727
|
};
|
|
1699
1728
|
const _hoisted_1$a = ["fill"];
|
|
1700
|
-
const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("
|
|
1701
|
-
|
|
1702
|
-
|
|
1729
|
+
const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_40c123182d__clip0_271_29173)" }, [
|
|
1730
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.00076 0.334961C12.2338 0.335374 15.6658 3.76782 15.6658 8.00098C15.6654 12.2338 12.2336 15.6656 8.00076 15.666C3.76757 15.666 0.335103 12.2341 0.33474 8.00098C0.33474 3.76757 3.76735 0.334961 8.00076 0.334961ZM8.00076 1.66895C4.50373 1.66895 1.66872 4.50395 1.66872 8.00098C1.66909 11.4977 4.50395 14.332 8.00076 14.332C11.4972 14.3316 14.3314 11.4974 14.3318 8.00098C14.3318 4.5042 11.4974 1.66936 8.00076 1.66895ZM7.79372 3.91016C8.16185 3.91018 8.46066 4.20901 8.46072 4.57715C8.46074 4.76265 8.46068 5.81125 8.46072 6.86914C8.46074 7.41894 8.46579 7.57955 8.50173 7.72168C8.53785 7.8643 8.59709 8.00082 8.67751 8.12402C8.75768 8.24666 8.87306 8.35904 9.27712 8.73145L10.0877 9.47852C10.3583 9.72806 10.3752 10.1502 10.1258 10.4209C9.87628 10.6913 9.45501 10.7082 9.18435 10.459L8.3738 9.71191C8.01878 9.38471 7.75342 9.14668 7.5613 8.85254C7.40042 8.60607 7.281 8.33415 7.20876 8.04883C7.12261 7.70824 7.12675 7.35189 7.12673 6.86914C7.12669 5.81105 7.12676 4.7623 7.12673 4.57715C7.12673 4.209 7.42557 3.91021 7.79372 3.91016Z" })
|
|
1731
|
+
], -1);
|
|
1732
|
+
const _hoisted_3$a = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1733
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_40c123182d__clip0_271_29173" }, [
|
|
1734
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1735
|
+
])
|
|
1736
|
+
], -1);
|
|
1737
|
+
const _hoisted_4$3 = [
|
|
1738
|
+
_hoisted_2$a,
|
|
1739
|
+
_hoisted_3$a
|
|
1703
1740
|
];
|
|
1704
1741
|
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1705
1742
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1706
1743
|
viewBox: "0 0 16 16",
|
|
1707
1744
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1708
1745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1746
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-time`],
|
|
1710
1747
|
width: "1em",
|
|
1711
1748
|
height: "1em"
|
|
1712
|
-
}, _ctx.$attrs),
|
|
1749
|
+
}, _ctx.$attrs), _hoisted_4$3, 16, _hoisted_1$a);
|
|
1713
1750
|
}
|
|
1714
1751
|
var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
1715
1752
|
const _sfc_main$9 = {
|
|
1716
|
-
name: "
|
|
1753
|
+
name: "IconLineWarning",
|
|
1717
1754
|
props: {
|
|
1718
1755
|
prefix: {
|
|
1719
1756
|
type: String,
|
|
@@ -1726,11 +1763,11 @@
|
|
|
1726
1763
|
}
|
|
1727
1764
|
};
|
|
1728
1765
|
const _hoisted_1$9 = ["fill"];
|
|
1729
|
-
const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
1730
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.
|
|
1766
|
+
const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_fe2b9fb166__clip0_271_29175)" }, [
|
|
1767
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.13903 0.353027L14.0101 1.60107C14.2224 1.6462 14.4054 1.68358 14.5677 1.74658C15.2285 2.00333 15.7042 2.59075 15.8177 3.29053C15.8456 3.46239 15.8441 3.64879 15.8441 3.86572V7.00928C15.8437 11.4523 12.4957 15.1823 8.07849 15.6606C8.02678 15.6662 7.97394 15.6662 7.92224 15.6606C3.50489 15.1824 0.157042 11.4524 0.15661 7.00928V3.86572C0.15661 3.64876 0.155156 3.46241 0.182977 3.29053C0.296543 2.59063 0.77202 2.00326 1.43298 1.74658C1.59539 1.68356 1.77825 1.64622 1.99059 1.60107L7.86169 0.353027L8.00036 0.338379C8.04674 0.338396 8.09342 0.343332 8.13903 0.353027ZM2.26794 2.90576C2.008 2.96103 1.95317 2.9751 1.9154 2.98975C1.69521 3.07538 1.53622 3.27116 1.49841 3.50439C1.49201 3.54434 1.49059 3.6013 1.49059 3.86572V7.00928C1.49102 10.7495 4.29241 13.8911 8.00036 14.3257C11.7082 13.891 14.5097 10.7494 14.5101 7.00928V3.86572C14.5101 3.60147 14.5087 3.54434 14.5023 3.50439C14.4645 3.27128 14.3053 3.07545 14.0853 2.98975C14.0476 2.97509 13.9926 2.96101 13.7328 2.90576L8.00036 1.68701L2.26794 2.90576ZM8.00036 9.39795C8.53533 9.3982 8.97009 9.83175 8.97009 10.3667C8.96999 10.9016 8.53527 11.3352 8.00036 11.3354C7.46537 11.3353 7.03171 10.9016 7.03161 10.3667C7.03161 9.83169 7.46531 9.3981 8.00036 9.39795ZM8.00036 4.14404C8.36834 4.14429 8.66735 4.443 8.66735 4.81104V7.80518C8.667 8.17292 8.36812 8.47192 8.00036 8.47217C7.63239 8.47217 7.33372 8.17307 7.33337 7.80518V4.81104C7.33337 4.44285 7.63217 4.14404 8.00036 4.14404Z" })
|
|
1731
1768
|
], -1);
|
|
1732
1769
|
const _hoisted_3$9 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1733
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
1770
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_fe2b9fb166__clip0_271_29175" }, [
|
|
1734
1771
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1735
1772
|
])
|
|
1736
1773
|
], -1);
|
|
@@ -1743,14 +1780,14 @@
|
|
|
1743
1780
|
viewBox: "0 0 16 16",
|
|
1744
1781
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1745
1782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1746
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1783
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-warning`],
|
|
1747
1784
|
width: "1em",
|
|
1748
1785
|
height: "1em"
|
|
1749
1786
|
}, _ctx.$attrs), _hoisted_4$2, 16, _hoisted_1$9);
|
|
1750
1787
|
}
|
|
1751
1788
|
var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
|
|
1752
1789
|
const _sfc_main$8 = {
|
|
1753
|
-
name: "
|
|
1790
|
+
name: "IconLineFile",
|
|
1754
1791
|
props: {
|
|
1755
1792
|
prefix: {
|
|
1756
1793
|
type: String,
|
|
@@ -1763,31 +1800,23 @@
|
|
|
1763
1800
|
}
|
|
1764
1801
|
};
|
|
1765
1802
|
const _hoisted_1$8 = ["fill"];
|
|
1766
|
-
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
const _hoisted_3$8 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
1770
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_fe2b9fb166__clip0_271_29175" }, [
|
|
1771
|
-
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
1772
|
-
])
|
|
1773
|
-
], -1);
|
|
1774
|
-
const _hoisted_4$1 = [
|
|
1775
|
-
_hoisted_2$8,
|
|
1776
|
-
_hoisted_3$8
|
|
1803
|
+
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.13281 1.30281C5.76386 1.30281 6.23008 1.29526 6.65723 1.43464C7.01384 1.55107 7.34209 1.74138 7.62012 1.99324C7.68196 2.04927 7.73915 2.11001 7.79492 2.1739H11.416C11.7791 2.17739 12.0907 2.19687 12.3662 2.29109C12.9993 2.50782 13.4971 3.00472 13.7139 3.63777C13.8205 3.94957 13.8297 4.30785 13.8301 4.73445C13.9136 4.76428 13.9954 4.79976 14.0762 4.84089C14.5777 5.09657 14.9856 5.50432 15.2412 6.00593C15.4061 6.32948 15.4713 6.67418 15.502 7.0489C15.5319 7.4158 15.5322 7.86814 15.5322 8.41706V10.8302C15.5322 11.3791 15.5319 11.8314 15.502 12.1983C15.4713 12.5729 15.406 12.9178 15.2412 13.2413C14.9856 13.7427 14.5776 14.1507 14.0762 14.4063C13.7527 14.5711 13.4078 14.6364 13.0332 14.6671C12.6663 14.697 12.214 14.6973 11.665 14.6973H4.33496C3.78599 14.6973 3.33371 14.697 2.9668 14.6671C2.59218 14.6364 2.2473 14.5711 1.92383 14.4063C1.42232 14.1507 1.01441 13.7428 0.758789 13.2413C0.593977 12.9178 0.528675 12.5729 0.498047 12.1983C0.468068 11.8314 0.467773 11.3791 0.467773 10.8302V5.16999C0.467773 4.62102 0.468078 4.16875 0.498047 3.80183C0.528662 3.42722 0.594015 3.08233 0.758789 2.75886C1.01438 2.25736 1.42235 1.84946 1.92383 1.59382C2.24729 1.42901 2.59219 1.36371 2.9668 1.33308C3.3337 1.3031 3.78599 1.30281 4.33496 1.30281H5.13281ZM4.33496 2.63679C3.76401 2.63679 3.37522 2.63669 3.0752 2.6612C2.78327 2.68509 2.63351 2.72824 2.5293 2.78132C2.27851 2.90916 2.07409 3.11351 1.94629 3.36433C1.89324 3.46856 1.85004 3.61834 1.82617 3.91023C1.80167 4.21027 1.80176 4.59904 1.80176 5.16999V10.8302C1.80176 11.4011 1.80166 11.7899 1.82617 12.0899C1.85006 12.3819 1.89319 12.5316 1.94629 12.6358C2.07406 12.8866 2.2786 13.09 2.5293 13.2178C2.63352 13.2709 2.78318 13.3151 3.0752 13.3389C3.37522 13.3635 3.76401 13.3634 4.33496 13.3634H11.665C12.236 13.3634 12.6248 13.3634 12.9248 13.3389C13.2167 13.3151 13.3665 13.2709 13.4707 13.2178C13.7212 13.0901 13.9249 12.8863 14.0527 12.6358C14.1058 12.5316 14.1499 12.3819 14.1738 12.0899C14.1983 11.7899 14.1982 11.4011 14.1982 10.8302V8.41706C14.1982 7.8461 14.1983 7.45734 14.1738 7.1573C14.15 6.86505 14.1059 6.71567 14.0527 6.6114C13.9249 6.36059 13.7215 6.15621 13.4707 6.02839C13.3665 5.97531 13.2168 5.93215 12.9248 5.90828C12.6248 5.88377 12.236 5.88288 11.665 5.88288H10.7021C10.0714 5.88289 9.60575 5.8914 9.17871 5.75203C8.82199 5.63558 8.49391 5.44441 8.21582 5.19245C7.88275 4.89062 7.65575 4.47841 7.33887 3.9239C6.97625 3.28936 6.86295 3.10686 6.72461 2.98152C6.5856 2.85562 6.42146 2.76041 6.24316 2.70222C6.06553 2.64429 5.85408 2.63679 5.13281 2.63679H4.33496ZM6.84375 9.76863C7.14752 9.8308 7.37598 10.0998 7.37598 10.4219C7.37581 10.744 7.14748 11.0132 6.84375 11.0753L6.70996 11.0889H4.73828C4.37021 11.0889 4.07148 10.79 4.07129 10.4219C4.07129 10.0538 4.37009 9.75496 4.73828 9.75496H6.70996L6.84375 9.76863ZM8.63672 3.50398C8.89275 3.94675 8.99245 4.09744 9.11133 4.20515C9.25027 4.33092 9.41462 4.42628 9.59277 4.48445C9.77033 4.54232 9.98155 4.54987 10.7021 4.54988H11.665C11.9707 4.54988 12.2465 4.54977 12.4941 4.55476C12.4897 4.24987 12.4815 4.14576 12.4551 4.06843C12.3715 3.82432 12.1797 3.63248 11.9355 3.5489C11.8305 3.51305 11.6751 3.50398 11.0352 3.50398H8.63672Z" }, null, -1);
|
|
1804
|
+
const _hoisted_3$8 = [
|
|
1805
|
+
_hoisted_2$8
|
|
1777
1806
|
];
|
|
1778
1807
|
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1779
1808
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1780
1809
|
viewBox: "0 0 16 16",
|
|
1781
1810
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1782
1811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1783
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1812
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-file`],
|
|
1784
1813
|
width: "1em",
|
|
1785
1814
|
height: "1em"
|
|
1786
|
-
}, _ctx.$attrs),
|
|
1815
|
+
}, _ctx.$attrs), _hoisted_3$8, 16, _hoisted_1$8);
|
|
1787
1816
|
}
|
|
1788
1817
|
var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
|
|
1789
1818
|
const _sfc_main$7 = {
|
|
1790
|
-
name: "
|
|
1819
|
+
name: "IconLineSpacing",
|
|
1791
1820
|
props: {
|
|
1792
1821
|
prefix: {
|
|
1793
1822
|
type: String,
|
|
@@ -1800,7 +1829,7 @@
|
|
|
1800
1829
|
}
|
|
1801
1830
|
};
|
|
1802
1831
|
const _hoisted_1$7 = ["fill"];
|
|
1803
|
-
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1832
|
+
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.1797 10.9854C12.4485 10.9854 12.6907 10.9847 12.8906 11.001C13.0983 11.018 13.319 11.0569 13.5352 11.167C13.8484 11.3266 14.1031 11.5813 14.2627 11.8945C14.3729 12.1107 14.4117 12.3313 14.4287 12.5391C14.4451 12.7391 14.4443 12.9811 14.4443 13.25V13.6504C14.4443 14.0177 14.1466 14.3154 13.7793 14.3154C13.4121 14.3153 13.1143 14.0176 13.1143 13.6504V13.25C13.1143 12.9592 13.1134 12.7808 13.1025 12.6475C13.0975 12.5858 13.0913 12.5483 13.0859 12.5254C13.0834 12.5147 13.0814 12.5076 13.0801 12.5039C13.0788 12.5004 13.0783 12.4984 13.0781 12.498C13.046 12.4351 12.9946 12.3837 12.9316 12.3516C12.931 12.3513 12.9289 12.3507 12.9258 12.3496C12.922 12.3483 12.9148 12.3462 12.9043 12.3438C12.8814 12.3384 12.8437 12.3322 12.7822 12.3271C12.6489 12.3163 12.4703 12.3154 12.1797 12.3154H3.82031C3.52967 12.3154 3.35107 12.3163 3.21777 12.3271C3.15624 12.3322 3.11859 12.3384 3.0957 12.3438C3.08512 12.3462 3.07792 12.3483 3.07422 12.3496C3.0708 12.3508 3.06869 12.3514 3.06836 12.3516C3.00545 12.3837 2.95396 12.4351 2.92188 12.498C2.92168 12.4985 2.92112 12.5005 2.91992 12.5039C2.9186 12.5076 2.91657 12.5148 2.91406 12.5254C2.90869 12.5483 2.90251 12.5858 2.89746 12.6475C2.88657 12.7808 2.88574 12.9592 2.88574 13.25V13.6504C2.88574 14.0177 2.58797 14.3154 2.2207 14.3154C1.85353 14.3153 1.55566 14.0176 1.55566 13.6504V13.25C1.55566 12.9811 1.55495 12.7391 1.57129 12.5391C1.58829 12.3313 1.62717 12.1107 1.7373 11.8945C1.8969 11.5813 2.15165 11.3266 2.46484 11.167C2.68097 11.0569 2.90166 11.018 3.10938 11.001C3.30934 10.9846 3.5515 10.9854 3.82031 10.9854H12.1797ZM10.3994 7.34863C10.7021 7.41075 10.9295 7.67897 10.9297 8C10.9297 8.32123 10.7023 8.58922 10.3994 8.65137L10.2646 8.66504H5.73438C5.36733 8.66478 5.06934 8.36711 5.06934 8C5.06957 7.6331 5.36748 7.33522 5.73438 7.33496H10.2646L10.3994 7.34863ZM13.7793 1.68457C14.1466 1.68458 14.4443 1.98234 14.4443 2.34961V2.75C14.4443 3.01889 14.4451 3.26093 14.4287 3.46094C14.4117 3.6687 14.3729 3.88928 14.2627 4.10547C14.1031 4.41869 13.8484 4.6734 13.5352 4.83301C13.319 4.9431 13.0983 4.98203 12.8906 4.99902C12.6907 5.01535 12.4485 5.01465 12.1797 5.01465H3.82031C3.5515 5.01465 3.30934 5.01536 3.10938 4.99902C2.90166 4.98202 2.68097 4.94313 2.46484 4.83301C2.15165 4.67338 1.8969 4.41869 1.7373 4.10547C1.62717 3.88929 1.58829 3.66869 1.57129 3.46094C1.55495 3.26093 1.55566 3.01889 1.55566 2.75V2.34961C1.55566 1.98241 1.85353 1.68469 2.2207 1.68457C2.58797 1.68457 2.88574 1.98234 2.88574 2.34961V2.75C2.88574 3.04076 2.88657 3.21921 2.89746 3.35254C2.90251 3.41417 2.90869 3.45169 2.91406 3.47461C2.91657 3.48525 2.9186 3.49236 2.91992 3.49609C2.92112 3.49945 2.92168 3.50148 2.92188 3.50195C2.95396 3.56488 3.00545 3.61632 3.06836 3.64844C3.06869 3.6486 3.0708 3.64918 3.07422 3.65039C3.07792 3.6517 3.08512 3.65375 3.0957 3.65625C3.11859 3.66162 3.15624 3.66781 3.21777 3.67285C3.35107 3.68374 3.52967 3.68457 3.82031 3.68457H12.1797C12.4703 3.68457 12.6489 3.68373 12.7822 3.67285C12.8437 3.66782 12.8814 3.66161 12.9043 3.65625C12.9148 3.65377 12.922 3.65171 12.9258 3.65039C12.9289 3.64928 12.931 3.64867 12.9316 3.64844C12.9946 3.61634 13.046 3.56489 13.0781 3.50195C13.0783 3.50162 13.0788 3.49957 13.0801 3.49609C13.0814 3.49238 13.0834 3.48526 13.0859 3.47461C13.0913 3.4517 13.0975 3.41418 13.1025 3.35254C13.1134 3.21921 13.1143 3.04076 13.1143 2.75V2.34961C13.1143 1.98241 13.4121 1.68469 13.7793 1.68457Z" }, null, -1);
|
|
1804
1833
|
const _hoisted_3$7 = [
|
|
1805
1834
|
_hoisted_2$7
|
|
1806
1835
|
];
|
|
@@ -1809,14 +1838,14 @@
|
|
|
1809
1838
|
viewBox: "0 0 16 16",
|
|
1810
1839
|
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
|
1811
1840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1812
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1841
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-spacing`],
|
|
1813
1842
|
width: "1em",
|
|
1814
1843
|
height: "1em"
|
|
1815
1844
|
}, _ctx.$attrs), _hoisted_3$7, 16, _hoisted_1$7);
|
|
1816
1845
|
}
|
|
1817
1846
|
var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
1818
1847
|
const _sfc_main$6 = {
|
|
1819
|
-
name: "
|
|
1848
|
+
name: "IconFillHome",
|
|
1820
1849
|
props: {
|
|
1821
1850
|
prefix: {
|
|
1822
1851
|
type: String,
|
|
@@ -1829,23 +1858,23 @@
|
|
|
1829
1858
|
}
|
|
1830
1859
|
};
|
|
1831
1860
|
const _hoisted_1$6 = ["fill"];
|
|
1832
|
-
const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1861
|
+
const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.33496 1.38135C7.77255 1.28191 8.22745 1.28191 8.66504 1.38135C9.15985 1.49383 9.62115 1.78312 10.5439 2.35986L12.5439 3.60986C13.3673 4.12449 13.7794 4.38146 14.0781 4.72998C14.3424 5.03836 14.5416 5.39715 14.6631 5.78467C14.8003 6.22269 14.7998 6.70906 14.7998 7.68018V9.56982C14.7998 11.2495 14.7995 12.0893 14.4727 12.731C14.1851 13.2954 13.7265 13.7549 13.1621 14.0425C12.5204 14.3695 11.6802 14.3696 10 14.3696H6C4.31984 14.3696 3.47963 14.3695 2.83789 14.0425C2.27345 13.7549 1.81495 13.2954 1.52734 12.731C1.2005 12.0893 1.2002 11.2495 1.2002 9.56982V7.68018C1.2002 6.70907 1.19966 6.22269 1.33691 5.78467C1.45839 5.39715 1.65761 5.03836 1.92188 4.72998C2.22055 4.38146 2.63266 4.12449 3.45605 3.60986L5.45605 2.35986C6.37885 1.78312 6.84015 1.49383 7.33496 1.38135ZM8.00391 8.20752C7.45187 8.2077 7.00405 8.65547 7.00391 9.20752V11.2378C7.00391 11.79 7.45178 12.2376 8.00391 12.2378C8.55619 12.2378 9.00391 11.7901 9.00391 11.2378V9.20752C9.00377 8.65535 8.5561 8.20752 8.00391 8.20752Z" }, null, -1);
|
|
1833
1862
|
const _hoisted_3$6 = [
|
|
1834
1863
|
_hoisted_2$6
|
|
1835
1864
|
];
|
|
1836
1865
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1837
1866
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1838
1867
|
viewBox: "0 0 16 16",
|
|
1839
|
-
fill: $props.useCurrentColor ? "currentColor" : "
|
|
1868
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
1840
1869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1841
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1870
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-home`],
|
|
1842
1871
|
width: "1em",
|
|
1843
1872
|
height: "1em"
|
|
1844
1873
|
}, _ctx.$attrs), _hoisted_3$6, 16, _hoisted_1$6);
|
|
1845
1874
|
}
|
|
1846
1875
|
var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
|
|
1847
1876
|
const _sfc_main$5 = {
|
|
1848
|
-
name: "
|
|
1877
|
+
name: "IconLineAdd",
|
|
1849
1878
|
props: {
|
|
1850
1879
|
prefix: {
|
|
1851
1880
|
type: String,
|
|
@@ -1858,7 +1887,7 @@
|
|
|
1858
1887
|
}
|
|
1859
1888
|
};
|
|
1860
1889
|
const _hoisted_1$5 = ["fill"];
|
|
1861
|
-
const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1890
|
+
const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.00098 3C8.36823 3 8.66599 3.29779 8.66602 3.66504V7.33691H12.3369C12.7042 7.33691 13.002 7.63468 13.002 8.00195C13.0017 8.369 12.704 8.66699 12.3369 8.66699H8.66602V12.3369C8.66602 12.7042 8.36825 13.002 8.00098 13.002C7.63383 13.0018 7.33594 12.7041 7.33594 12.3369V8.66699H3.66504C3.29799 8.66693 3.00026 8.36896 3 8.00195C3 7.63472 3.29782 7.33698 3.66504 7.33691H7.33594V3.66504C7.33597 3.29789 7.63385 3.00015 8.00098 3Z" }, null, -1);
|
|
1862
1891
|
const _hoisted_3$5 = [
|
|
1863
1892
|
_hoisted_2$5
|
|
1864
1893
|
];
|
|
@@ -1867,14 +1896,14 @@
|
|
|
1867
1896
|
viewBox: "0 0 16 16",
|
|
1868
1897
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
1869
1898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1870
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1899
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-add`],
|
|
1871
1900
|
width: "1em",
|
|
1872
1901
|
height: "1em"
|
|
1873
1902
|
}, _ctx.$attrs), _hoisted_3$5, 16, _hoisted_1$5);
|
|
1874
1903
|
}
|
|
1875
1904
|
var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
1876
1905
|
const _sfc_main$4 = {
|
|
1877
|
-
name: "
|
|
1906
|
+
name: "IconFillStar",
|
|
1878
1907
|
props: {
|
|
1879
1908
|
prefix: {
|
|
1880
1909
|
type: String,
|
|
@@ -1887,7 +1916,7 @@
|
|
|
1887
1916
|
}
|
|
1888
1917
|
};
|
|
1889
1918
|
const _hoisted_1$4 = ["fill"];
|
|
1890
|
-
const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1919
|
+
const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.86914 15.4971C7.95173 15.537 8.04831 15.5371 8.13086 15.4971C8.22582 15.4509 8.29518 15.3043 8.43359 15.0117L10.0615 11.5703L13.8545 11.8818C14.1775 11.9083 14.3393 11.9215 14.4268 11.8623C14.5028 11.8108 14.551 11.7264 14.5576 11.6348C14.5649 11.5294 14.4723 11.3961 14.2881 11.1299L12.1221 8L14.2881 4.87012C14.4725 4.60367 14.5651 4.47062 14.5576 4.36523C14.551 4.27368 14.5027 4.19023 14.4268 4.13867C14.3393 4.07938 14.1776 4.09266 13.8545 4.11914L10.0615 4.42969L8.43359 0.989258C8.29502 0.696302 8.22591 0.549082 8.13086 0.50293C8.04835 0.462909 7.95171 0.463063 7.86914 0.50293C7.77406 0.549047 7.70403 0.696239 7.56543 0.989258L5.93848 4.42969L2.14453 4.11914C1.82161 4.09268 1.65973 4.0794 1.57227 4.13867C1.49646 4.19024 1.448 4.27377 1.44141 4.36523C1.4339 4.4706 1.52661 4.60377 1.71094 4.87012L3.87695 8L1.71094 11.1299C1.52673 11.3961 1.43409 11.5294 1.44141 11.6348C1.44801 11.7264 1.49628 11.8107 1.57227 11.8623C1.65972 11.9216 1.82165 11.9083 2.14453 11.8818L5.93848 11.5703L7.56543 15.0117C7.70397 15.3046 7.77408 15.451 7.86914 15.4971Z" }, null, -1);
|
|
1891
1920
|
const _hoisted_3$4 = [
|
|
1892
1921
|
_hoisted_2$4
|
|
1893
1922
|
];
|
|
@@ -1896,14 +1925,14 @@
|
|
|
1896
1925
|
viewBox: "0 0 16 16",
|
|
1897
1926
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
1898
1927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1899
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1928
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-star`],
|
|
1900
1929
|
width: "1em",
|
|
1901
1930
|
height: "1em"
|
|
1902
1931
|
}, _ctx.$attrs), _hoisted_3$4, 16, _hoisted_1$4);
|
|
1903
1932
|
}
|
|
1904
1933
|
var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
|
|
1905
1934
|
const _sfc_main$3 = {
|
|
1906
|
-
name: "
|
|
1935
|
+
name: "IconLineExpand",
|
|
1907
1936
|
props: {
|
|
1908
1937
|
prefix: {
|
|
1909
1938
|
type: String,
|
|
@@ -1916,7 +1945,7 @@
|
|
|
1916
1945
|
}
|
|
1917
1946
|
};
|
|
1918
1947
|
const _hoisted_1$3 = ["fill"];
|
|
1919
|
-
const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1948
|
+
const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.409 6.96973C10.6687 7.22907 11.0898 7.22926 11.3494 6.96973C11.609 6.71014 11.6088 6.28901 11.3494 6.0293L8.68243 3.3623L8.60919 3.2959C8.23019 2.98702 7.67042 3.00913 7.3172 3.3623L4.65021 6.0293C4.39111 6.28887 4.39114 6.71013 4.65021 6.96973C4.90991 7.22943 5.33192 7.22943 5.59161 6.96973L7.99982 4.56055L10.409 6.96973ZM7.3172 12.6367C7.67044 12.99 8.23017 13.0121 8.60919 12.7031L8.68243 12.6367L11.3494 9.96973C11.6088 9.71 11.609 9.28888 11.3494 9.0293C11.0898 8.76982 10.6687 8.76997 10.409 9.0293L7.99982 11.4385L5.59161 9.0293C5.33191 8.76965 4.90989 8.76962 4.65021 9.0293C4.39106 9.28886 4.39113 9.71012 4.65021 9.96973L7.3172 12.6367Z" }, null, -1);
|
|
1920
1949
|
const _hoisted_3$3 = [
|
|
1921
1950
|
_hoisted_2$3
|
|
1922
1951
|
];
|
|
@@ -1925,14 +1954,14 @@
|
|
|
1925
1954
|
viewBox: "0 0 16 16",
|
|
1926
1955
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
1927
1956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1928
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1957
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-expand`],
|
|
1929
1958
|
width: "1em",
|
|
1930
1959
|
height: "1em"
|
|
1931
1960
|
}, _ctx.$attrs), _hoisted_3$3, 16, _hoisted_1$3);
|
|
1932
1961
|
}
|
|
1933
1962
|
var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
|
|
1934
1963
|
const _sfc_main$2 = {
|
|
1935
|
-
name: "
|
|
1964
|
+
name: "IconLineStar",
|
|
1936
1965
|
props: {
|
|
1937
1966
|
prefix: {
|
|
1938
1967
|
type: String,
|
|
@@ -1945,7 +1974,7 @@
|
|
|
1945
1974
|
}
|
|
1946
1975
|
};
|
|
1947
1976
|
const _hoisted_1$2 = ["fill"];
|
|
1948
|
-
const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
1977
|
+
const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.86914 0.503418C7.95177 0.463357 8.04822 0.463385 8.13086 0.503418C8.22583 0.549585 8.29521 0.696182 8.43359 0.98877L8.68359 1.51709L10.0615 4.43018L13.2725 4.1665L13.8545 4.11963C14.1775 4.09315 14.3393 4.07987 14.4268 4.13916C14.5027 4.19072 14.551 4.27415 14.5576 4.36572C14.5648 4.471 14.4731 4.60472 14.2891 4.87061L13.9561 5.35107L12.123 8.00049L14.2891 11.1313C14.4732 11.3974 14.5652 11.5309 14.5576 11.6362L14.5449 11.7026C14.525 11.7671 14.4837 11.8242 14.4268 11.8628C14.3392 11.9218 14.177 11.9088 13.8545 11.8823L10.0615 11.5718L8.43359 15.0122C8.29512 15.305 8.2259 15.4524 8.13086 15.4985L8.06641 15.521C8.0228 15.5309 7.9772 15.5309 7.93359 15.521L7.86914 15.4985C7.82174 15.4755 7.78074 15.4268 7.73438 15.3481L7.56641 15.0122L5.93848 11.5718L2.14551 11.8823L1.77051 11.9048C1.70179 11.9042 1.6496 11.8972 1.60938 11.8813L1.57324 11.8628C1.51626 11.8242 1.47503 11.7671 1.45508 11.7026L1.44238 11.6362C1.43858 11.5836 1.45981 11.5235 1.50488 11.4438L1.71094 11.1313L3.87695 8.00049L1.71094 4.87061C1.52698 4.60477 1.43522 4.47099 1.44238 4.36572C1.44899 4.27421 1.49737 4.19072 1.57324 4.13916C1.66072 4.07988 1.82247 4.09315 2.14551 4.11963L2.72656 4.1665L5.93848 4.43018L7.31543 1.51709L7.56641 0.98877C7.70476 0.696265 7.77422 0.549645 7.86914 0.503418ZM7.14062 4.99854L6.74707 5.83057L5.83008 5.75537L3.82715 5.59131L4.9707 7.24365L5.49512 8.00049L4.9707 8.75732L3.82715 10.4097L5.83008 10.2456L6.74707 10.1704L7.14062 11.0024L8 12.8188L8.85938 11.0024L9.25293 10.1704L10.1699 10.2456L12.1719 10.4097L11.0293 8.75732L10.5059 8.00049L11.0293 7.24365L12.1719 5.59131L10.1699 5.75537L9.25293 5.83057L8.85938 4.99854L8 3.18213L7.14062 4.99854Z" }, null, -1);
|
|
1949
1978
|
const _hoisted_3$2 = [
|
|
1950
1979
|
_hoisted_2$2
|
|
1951
1980
|
];
|
|
@@ -1954,14 +1983,14 @@
|
|
|
1954
1983
|
viewBox: "0 0 16 16",
|
|
1955
1984
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
1956
1985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1957
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
1986
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-star`],
|
|
1958
1987
|
width: "1em",
|
|
1959
1988
|
height: "1em"
|
|
1960
1989
|
}, _ctx.$attrs), _hoisted_3$2, 16, _hoisted_1$2);
|
|
1961
1990
|
}
|
|
1962
1991
|
var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
1963
1992
|
const _sfc_main$1 = {
|
|
1964
|
-
name: "
|
|
1993
|
+
name: "IconLineLanguage",
|
|
1965
1994
|
props: {
|
|
1966
1995
|
prefix: {
|
|
1967
1996
|
type: String,
|
|
@@ -1974,23 +2003,31 @@
|
|
|
1974
2003
|
}
|
|
1975
2004
|
};
|
|
1976
2005
|
const _hoisted_1$1 = ["fill"];
|
|
1977
|
-
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("
|
|
1978
|
-
|
|
1979
|
-
|
|
2006
|
+
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_d30e200f40__clip0_1242_186985)" }, [
|
|
2007
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.00098 0.668945C12.0496 0.669616 15.332 3.95222 15.332 8.00098C15.3315 12.0493 12.0493 15.3314 8.00098 15.332C3.95212 15.332 0.669458 12.0497 0.668945 8.00098C0.668945 3.95181 3.95181 0.668945 8.00098 0.668945ZM6.24805 10.8418C6.33687 11.5803 6.44994 12.2258 6.56348 12.7617C6.66118 13.2228 6.76088 13.6018 6.8418 13.8887C7.21677 13.962 7.60453 14.002 8.00098 14.002C8.39658 14.0019 8.78301 13.9618 9.15723 13.8887C9.23816 13.6018 9.33879 13.223 9.43652 12.7617C9.55006 12.2259 9.66216 11.5802 9.75098 10.8418C9.20545 10.8797 8.62104 10.9043 8 10.9043C7.37873 10.9043 6.79368 10.8798 6.24805 10.8418ZM2.43359 10.2432C2.98519 11.6105 4.02485 12.7278 5.33789 13.3789C5.31294 13.2701 5.28786 13.1559 5.2627 13.0371C5.1269 12.3962 4.99237 11.6117 4.89453 10.708C4.1767 10.6161 3.55309 10.5041 3.0332 10.3887C2.81499 10.3402 2.61482 10.2902 2.43359 10.2432ZM13.5654 10.2432C13.3846 10.2901 13.1854 10.3403 12.9678 10.3887C12.4476 10.5042 11.823 10.6161 11.1045 10.708C11.0067 11.6116 10.8731 12.3962 10.7373 13.0371C10.7121 13.1559 10.6861 13.27 10.6611 13.3789C11.9745 12.7279 13.0137 11.6107 13.5654 10.2432ZM8 6.42578C7.32791 6.42579 6.70177 6.45443 6.12598 6.5C6.0963 6.97434 6.07813 7.4753 6.07812 8C6.07813 8.52425 6.09635 9.02511 6.12598 9.49902C6.70179 9.5446 7.32788 9.57421 8 9.57422C8.67188 9.57421 9.29734 9.54457 9.87305 9.49902C9.90267 9.02509 9.92187 8.52427 9.92188 8C9.92187 7.47528 9.90272 6.97436 9.87305 6.5C9.29736 6.45446 8.67185 6.42579 8 6.42578ZM11.2139 6.64648C11.237 7.07863 11.2519 7.53036 11.252 8C11.2519 8.46918 11.2369 8.92082 11.2139 9.35254C11.7728 9.27332 12.2634 9.18207 12.6787 9.08984C13.2205 8.96951 13.6364 8.84976 13.9121 8.76172C13.9263 8.75719 13.9397 8.75143 13.9531 8.74707C13.9835 8.50254 14.0019 8.25372 14.002 8.00098C14.002 7.7474 13.9837 7.49726 13.9531 7.25195C13.9398 7.24762 13.9262 7.24278 13.9121 7.23828C13.6364 7.15025 13.2205 7.03049 12.6787 6.91016C12.2633 6.81792 11.7729 6.72571 11.2139 6.64648ZM4.78516 6.64648C4.22678 6.72565 3.73733 6.818 3.32227 6.91016C2.78056 7.03045 2.36466 7.15024 2.08887 7.23828C2.07433 7.24292 2.05967 7.24749 2.0459 7.25195C2.01537 7.49723 1.99902 7.74744 1.99902 8.00098C1.99906 8.25368 2.01553 8.50258 2.0459 8.74707C2.05976 8.75156 2.07423 8.75704 2.08887 8.76172C2.36466 8.84976 2.78056 8.96955 3.32227 9.08984C3.7373 9.18199 4.22683 9.27337 4.78516 9.35254C4.76208 8.92083 4.74805 8.46916 4.74805 8C4.74805 7.53038 4.76204 7.07861 4.78516 6.64648ZM5.33789 2.62109C4.02522 3.27211 2.98532 4.38894 2.43359 5.75586C2.61476 5.70887 2.81509 5.65977 3.0332 5.61133C3.55311 5.49589 4.17665 5.38292 4.89453 5.29102C4.99238 4.38748 5.12693 3.60267 5.2627 2.96191C5.28781 2.84338 5.31299 2.72973 5.33789 2.62109ZM10.7373 2.96191C10.8731 3.60264 11.0066 4.38753 11.1045 5.29102C11.823 5.38296 12.4476 5.49581 12.9678 5.61133C13.1857 5.65973 13.3854 5.7089 13.5664 5.75586C13.0146 4.38862 11.9742 3.27204 10.6611 2.62109C10.686 2.72979 10.7122 2.8433 10.7373 2.96191ZM8.00098 1.99902C7.6046 1.99902 7.21671 2.03701 6.8418 2.11035C6.76087 2.3972 6.66123 2.77604 6.56348 3.2373C6.44997 3.77301 6.33687 4.4189 6.24805 5.15723C6.79366 5.11927 7.37875 5.09571 8 5.0957C8.62102 5.09571 9.20547 5.11929 9.75098 5.15723C9.66216 4.41894 9.55003 3.77298 9.43652 3.2373C9.33887 2.77652 9.23908 2.39807 9.1582 2.11133C8.78369 2.03807 8.39691 1.9991 8.00098 1.99902Z" })
|
|
2008
|
+
], -1);
|
|
2009
|
+
const _hoisted_3$1 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
2010
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_d30e200f40__clip0_1242_186985" }, [
|
|
2011
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
2012
|
+
])
|
|
2013
|
+
], -1);
|
|
2014
|
+
const _hoisted_4$1 = [
|
|
2015
|
+
_hoisted_2$1,
|
|
2016
|
+
_hoisted_3$1
|
|
1980
2017
|
];
|
|
1981
2018
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1982
2019
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1983
2020
|
viewBox: "0 0 16 16",
|
|
1984
2021
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
1985
2022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1986
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-
|
|
2023
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-language`],
|
|
1987
2024
|
width: "1em",
|
|
1988
2025
|
height: "1em"
|
|
1989
|
-
}, _ctx.$attrs),
|
|
2026
|
+
}, _ctx.$attrs), _hoisted_4$1, 16, _hoisted_1$1);
|
|
1990
2027
|
}
|
|
1991
2028
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
1992
2029
|
const _sfc_main = {
|
|
1993
|
-
name: "
|
|
2030
|
+
name: "IconFillInfo",
|
|
1994
2031
|
props: {
|
|
1995
2032
|
prefix: {
|
|
1996
2033
|
type: String,
|
|
@@ -2003,11 +2040,15 @@
|
|
|
2003
2040
|
}
|
|
2004
2041
|
};
|
|
2005
2042
|
const _hoisted_1 = ["fill"];
|
|
2006
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#
|
|
2007
|
-
/* @__PURE__ */ vue.createElementVNode("path", {
|
|
2043
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_540e2f516b__clip0_1381_75563)" }, [
|
|
2044
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
|
2045
|
+
"fill-rule": "evenodd",
|
|
2046
|
+
"clip-rule": "evenodd",
|
|
2047
|
+
d: "M1.33334 7.99992C1.33334 4.31802 4.31811 1.33325 8.00001 1.33325C11.6819 1.33325 14.6667 4.31802 14.6667 7.99992C14.6667 11.6818 11.6819 14.6666 8.00001 14.6666C4.31811 14.6666 1.33334 11.6818 1.33334 7.99992ZM8.66668 5.99992V4.66659H7.33334V5.99992H8.66668ZM7.33334 6.66659V11.3333H8.66668V6.66659H7.33334Z"
|
|
2048
|
+
})
|
|
2008
2049
|
], -1);
|
|
2009
2050
|
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
2010
|
-
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "
|
|
2051
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_540e2f516b__clip0_1381_75563" }, [
|
|
2011
2052
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
2012
2053
|
])
|
|
2013
2054
|
], -1);
|
|
@@ -2020,77 +2061,78 @@
|
|
|
2020
2061
|
viewBox: "0 0 16 16",
|
|
2021
2062
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
2022
2063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2023
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2064
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-info`],
|
|
2024
2065
|
width: "1em",
|
|
2025
2066
|
height: "1em"
|
|
2026
2067
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
2027
2068
|
}
|
|
2028
2069
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
2029
|
-
exports2.IconFillChart = index$
|
|
2030
|
-
exports2.IconFillChinese = index$
|
|
2031
|
-
exports2.IconFillData = index$
|
|
2032
|
-
exports2.IconFillDown = index$
|
|
2033
|
-
exports2.IconFillDownload = index$
|
|
2034
|
-
exports2.IconFillEnglish = index$
|
|
2035
|
-
exports2.IconFillFile = index$
|
|
2036
|
-
exports2.IconFillHeart = index$
|
|
2037
|
-
exports2.IconFillHome = index$
|
|
2038
|
-
exports2.IconFillIdea = index$
|
|
2039
|
-
exports2.
|
|
2040
|
-
exports2.
|
|
2041
|
-
exports2.
|
|
2042
|
-
exports2.
|
|
2043
|
-
exports2.
|
|
2044
|
-
exports2.
|
|
2045
|
-
exports2.
|
|
2046
|
-
exports2.
|
|
2047
|
-
exports2.
|
|
2048
|
-
exports2.
|
|
2049
|
-
exports2.
|
|
2050
|
-
exports2.
|
|
2051
|
-
exports2.
|
|
2052
|
-
exports2.
|
|
2053
|
-
exports2.
|
|
2054
|
-
exports2.
|
|
2055
|
-
exports2.
|
|
2056
|
-
exports2.
|
|
2057
|
-
exports2.
|
|
2058
|
-
exports2.
|
|
2059
|
-
exports2.
|
|
2060
|
-
exports2.
|
|
2061
|
-
exports2.
|
|
2062
|
-
exports2.
|
|
2063
|
-
exports2.
|
|
2064
|
-
exports2.
|
|
2065
|
-
exports2.
|
|
2066
|
-
exports2.
|
|
2067
|
-
exports2.
|
|
2068
|
-
exports2.
|
|
2069
|
-
exports2.
|
|
2070
|
-
exports2.
|
|
2071
|
-
exports2.
|
|
2072
|
-
exports2.
|
|
2073
|
-
exports2.
|
|
2074
|
-
exports2.
|
|
2075
|
-
exports2.
|
|
2076
|
-
exports2.
|
|
2077
|
-
exports2.
|
|
2078
|
-
exports2.
|
|
2079
|
-
exports2.
|
|
2080
|
-
exports2.
|
|
2081
|
-
exports2.
|
|
2082
|
-
exports2.
|
|
2083
|
-
exports2.
|
|
2084
|
-
exports2.
|
|
2085
|
-
exports2.
|
|
2086
|
-
exports2.
|
|
2087
|
-
exports2.
|
|
2088
|
-
exports2.
|
|
2089
|
-
exports2.
|
|
2090
|
-
exports2.
|
|
2091
|
-
exports2.
|
|
2092
|
-
exports2.
|
|
2093
|
-
exports2.
|
|
2070
|
+
exports2.IconFillChart = index$R;
|
|
2071
|
+
exports2.IconFillChinese = index$W;
|
|
2072
|
+
exports2.IconFillData = index$S;
|
|
2073
|
+
exports2.IconFillDown = index$Q;
|
|
2074
|
+
exports2.IconFillDownload = index$O;
|
|
2075
|
+
exports2.IconFillEnglish = index$T;
|
|
2076
|
+
exports2.IconFillFile = index$N;
|
|
2077
|
+
exports2.IconFillHeart = index$11;
|
|
2078
|
+
exports2.IconFillHome = index$6;
|
|
2079
|
+
exports2.IconFillIdea = index$L;
|
|
2080
|
+
exports2.IconFillInfo = index;
|
|
2081
|
+
exports2.IconFillMenu = index$P;
|
|
2082
|
+
exports2.IconFillMoon = index$Y;
|
|
2083
|
+
exports2.IconFillMute = index$10;
|
|
2084
|
+
exports2.IconFillPen = index$Z;
|
|
2085
|
+
exports2.IconFillPlayArrow = index$X;
|
|
2086
|
+
exports2.IconFillResources = index$K;
|
|
2087
|
+
exports2.IconFillRight = index$J;
|
|
2088
|
+
exports2.IconFillSkipNext = index$V;
|
|
2089
|
+
exports2.IconFillSkipPrevious = index$U;
|
|
2090
|
+
exports2.IconFillSound = index$$;
|
|
2091
|
+
exports2.IconFillStar = index$4;
|
|
2092
|
+
exports2.IconFillSun = index$_;
|
|
2093
|
+
exports2.IconFillTemplate = index$M;
|
|
2094
|
+
exports2.IconLineAdd = index$5;
|
|
2095
|
+
exports2.IconLineArrowdown = index$I;
|
|
2096
|
+
exports2.IconLineArrowleft = index$F;
|
|
2097
|
+
exports2.IconLineArrowright = index$H;
|
|
2098
|
+
exports2.IconLineArrowup = index$G;
|
|
2099
|
+
exports2.IconLineBack = index$E;
|
|
2100
|
+
exports2.IconLineChart = index$z;
|
|
2101
|
+
exports2.IconLineClose = index$x;
|
|
2102
|
+
exports2.IconLineCompany = index$p;
|
|
2103
|
+
exports2.IconLineDelete = index$D;
|
|
2104
|
+
exports2.IconLineDoubledown = index$C;
|
|
2105
|
+
exports2.IconLineDoubleleft = index$B;
|
|
2106
|
+
exports2.IconLineDoubleright = index$v;
|
|
2107
|
+
exports2.IconLineDoubleup = index$A;
|
|
2108
|
+
exports2.IconLineDownload = index$s;
|
|
2109
|
+
exports2.IconLineExit = index$y;
|
|
2110
|
+
exports2.IconLineExpand = index$3;
|
|
2111
|
+
exports2.IconLineFile = index$8;
|
|
2112
|
+
exports2.IconLineFilter = index$w;
|
|
2113
|
+
exports2.IconLineFolder = index$u;
|
|
2114
|
+
exports2.IconLineFollow = index$t;
|
|
2115
|
+
exports2.IconLineHome = index$d;
|
|
2116
|
+
exports2.IconLineInfo = index$i;
|
|
2117
|
+
exports2.IconLineLanguage = index$1;
|
|
2118
|
+
exports2.IconLineLock = index$g;
|
|
2119
|
+
exports2.IconLineManage = index$n;
|
|
2120
|
+
exports2.IconLineMoney = index$m;
|
|
2121
|
+
exports2.IconLineNotice = index$l;
|
|
2122
|
+
exports2.IconLineOrder = index$r;
|
|
2123
|
+
exports2.IconLineOrganization = index$b;
|
|
2124
|
+
exports2.IconLinePercent = index$f;
|
|
2125
|
+
exports2.IconLineQuestion = index$h;
|
|
2126
|
+
exports2.IconLineRefresh = index$j;
|
|
2127
|
+
exports2.IconLineRisk = index$o;
|
|
2128
|
+
exports2.IconLineSet = index$c;
|
|
2129
|
+
exports2.IconLineShopping = index$q;
|
|
2130
|
+
exports2.IconLineSort = index$e;
|
|
2131
|
+
exports2.IconLineSpacing = index$7;
|
|
2132
|
+
exports2.IconLineStar = index$2;
|
|
2133
|
+
exports2.IconLineTime = index$a;
|
|
2134
|
+
exports2.IconLineUser = index$k;
|
|
2135
|
+
exports2.IconLineWarning = index$9;
|
|
2094
2136
|
Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
2095
2137
|
});
|
|
2096
2138
|
//# sourceMappingURL=icon.js.map
|