firebird-icon-lib 1.0.4 → 1.0.6
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.d.ts.map +1 -1
- package/dist/firebird-icon-lib.js.js +266 -251
- package/package.json +4 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React, {
|
|
1
|
+
import React, { useEffect, useMemo, useRef } from "react";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
var Language_default = (
|
|
3
|
+
var Language_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
4
4
|
width: "1em",
|
|
5
5
|
height: "1em",
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
...
|
|
9
|
+
...f,
|
|
10
10
|
children: [
|
|
11
11
|
/* @__PURE__ */ jsx("path", {
|
|
12
12
|
d: "M7.5 4V7",
|
|
@@ -44,13 +44,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
44
44
|
strokeLinejoin: "round"
|
|
45
45
|
})
|
|
46
46
|
]
|
|
47
|
-
}), add_circle_default = (
|
|
47
|
+
}), add_circle_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
48
48
|
width: "1em",
|
|
49
49
|
height: "1em",
|
|
50
50
|
viewBox: "0 0 24 24",
|
|
51
51
|
fill: "none",
|
|
52
52
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
-
...
|
|
53
|
+
...f,
|
|
54
54
|
children: /* @__PURE__ */ jsx("path", {
|
|
55
55
|
d: "M12 8V16M16 12H8M22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12Z",
|
|
56
56
|
stroke: "#1F1F1F",
|
|
@@ -58,13 +58,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
58
58
|
strokeLinecap: "round",
|
|
59
59
|
strokeLinejoin: "round"
|
|
60
60
|
})
|
|
61
|
-
}), add_contact_default = (
|
|
61
|
+
}), add_contact_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
62
62
|
width: "1em",
|
|
63
63
|
height: "1em",
|
|
64
64
|
viewBox: "0 0 24 24",
|
|
65
65
|
fill: "none",
|
|
66
66
|
xmlns: "http://www.w3.org/2000/svg",
|
|
67
|
-
...
|
|
67
|
+
...f,
|
|
68
68
|
children: /* @__PURE__ */ jsx("path", {
|
|
69
69
|
d: "M13.5 16V14.062C15.28 12.669 16.5 11 16.5 7.417C16.5 5.097 16.077 3 13.539 3C13.539 3 12.643 2 10.492 2C7.45496 2 5.49996 3.827 5.49996 7.417C5.49996 11 6.71996 12.669 8.49996 14.062V16L4.78396 17.118C4.11397 17.3219 3.50793 17.6952 3.02442 18.2018C2.54092 18.7084 2.19633 19.3312 2.02396 20.01C1.88796 20.546 2.35096 21 2.90596 21H13.094M18.5 22V15M15 18.5H22",
|
|
70
70
|
stroke: "#1F1F1F",
|
|
@@ -72,13 +72,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
72
72
|
strokeLinecap: "round",
|
|
73
73
|
strokeLinejoin: "round"
|
|
74
74
|
})
|
|
75
|
-
}), analytics_default = (
|
|
75
|
+
}), analytics_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
76
76
|
width: "1em",
|
|
77
77
|
height: "1em",
|
|
78
78
|
viewBox: "0 0 24 24",
|
|
79
79
|
fill: "none",
|
|
80
80
|
xmlns: "http://www.w3.org/2000/svg",
|
|
81
|
-
...
|
|
81
|
+
...f,
|
|
82
82
|
children: [/* @__PURE__ */ jsx("path", {
|
|
83
83
|
d: "M7 18V16M12 18V15M17 18V13M2.5 12C2.5 7.522 2.5 5.282 3.891 3.891C5.282 2.5 7.521 2.5 12 2.5C16.478 2.5 18.718 2.5 20.109 3.891C21.5 5.282 21.5 7.521 21.5 12C21.5 16.478 21.5 18.718 20.109 20.109C18.718 21.5 16.479 21.5 12 21.5C7.522 21.5 5.282 21.5 3.891 20.109C2.5 18.718 2.5 16.479 2.5 12Z",
|
|
84
84
|
stroke: "#1F1F1F",
|
|
@@ -92,13 +92,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
92
92
|
strokeLinecap: "round",
|
|
93
93
|
strokeLinejoin: "round"
|
|
94
94
|
})]
|
|
95
|
-
}), analyze_default = (
|
|
95
|
+
}), analyze_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
96
96
|
width: "1em",
|
|
97
97
|
height: "1em",
|
|
98
98
|
viewBox: "0 0 24 24",
|
|
99
99
|
fill: "none",
|
|
100
100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
101
|
-
...
|
|
101
|
+
...f,
|
|
102
102
|
children: [/* @__PURE__ */ jsx("path", {
|
|
103
103
|
d: "M4.318 19.682C3 18.364 3 16.242 3 12C3 7.758 3 5.636 4.318 4.318C5.636 3 7.758 3 12 3C16.242 3 18.364 3 19.682 4.318C21 5.636 21 7.758 21 12C21 16.242 21 18.364 19.682 19.682C18.364 21 16.242 21 12 21C7.758 21 5.636 21 4.318 19.682Z",
|
|
104
104
|
stroke: "#1F1F1F",
|
|
@@ -112,13 +112,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
112
112
|
strokeLinecap: "round",
|
|
113
113
|
strokeLinejoin: "round"
|
|
114
114
|
})]
|
|
115
|
-
}), approved_badge_default = (
|
|
115
|
+
}), approved_badge_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
116
116
|
width: "1em",
|
|
117
117
|
height: "1em",
|
|
118
118
|
viewBox: "0 0 24 24",
|
|
119
119
|
fill: "none",
|
|
120
120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
121
|
-
...
|
|
121
|
+
...f,
|
|
122
122
|
children: [/* @__PURE__ */ jsx("path", {
|
|
123
123
|
d: "M18.99 19H19M18.99 19C18.368 19.617 17.24 19.464 16.448 19.464C15.476 19.464 15.008 19.654 14.315 20.347C13.725 20.937 12.934 22 12 22C11.066 22 10.275 20.937 9.685 20.347C8.991 19.654 8.523 19.464 7.552 19.464C6.761 19.464 5.632 19.618 5.009 19C4.382 18.378 4.536 17.244 4.536 16.448C4.536 15.441 4.316 14.978 3.599 14.262C2.533 13.196 2 12.662 2 12C2 11.338 2.533 10.804 3.6 9.738C4.24 9.098 4.536 8.464 4.536 7.552C4.536 6.761 4.382 5.632 5 5.009C5.622 4.382 6.756 4.536 7.552 4.536C8.464 4.536 9.098 4.239 9.738 3.599C10.804 2.533 11.338 2 12 2C12.662 2 13.196 2.533 14.262 3.6C14.902 4.24 15.536 4.536 16.448 4.536C17.239 4.536 18.368 4.382 18.991 5C19.618 5.622 19.464 6.756 19.464 7.552C19.464 8.559 19.684 9.022 20.401 9.738C21.467 10.804 22 11.338 22 12C22 12.662 21.467 13.196 20.4 14.262C19.684 14.979 19.464 15.442 19.464 16.448C19.464 17.244 19.617 18.378 18.99 19Z",
|
|
124
124
|
stroke: "#1F1F1F",
|
|
@@ -130,13 +130,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
130
130
|
strokeLinecap: "round",
|
|
131
131
|
strokeLinejoin: "round"
|
|
132
132
|
})]
|
|
133
|
-
}), arrow_down_default = (
|
|
133
|
+
}), arrow_down_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
134
134
|
width: "1em",
|
|
135
135
|
height: "1em",
|
|
136
136
|
viewBox: "0 0 24 24",
|
|
137
137
|
fill: "none",
|
|
138
138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
-
...
|
|
139
|
+
...f,
|
|
140
140
|
children: /* @__PURE__ */ jsx("path", {
|
|
141
141
|
d: "M18 9C18 9 13.581 15 12 15C10.419 15 6 9 6 9",
|
|
142
142
|
stroke: "#1F1F1F",
|
|
@@ -144,13 +144,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
144
144
|
strokeLinecap: "round",
|
|
145
145
|
strokeLinejoin: "round"
|
|
146
146
|
})
|
|
147
|
-
}), arrow_left_1_default = (
|
|
147
|
+
}), arrow_left_1_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
148
148
|
width: "1em",
|
|
149
149
|
height: "1em",
|
|
150
150
|
viewBox: "0 0 24 24",
|
|
151
151
|
fill: "none",
|
|
152
152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
153
|
-
...
|
|
153
|
+
...f,
|
|
154
154
|
children: /* @__PURE__ */ jsx("path", {
|
|
155
155
|
d: "M5.5 12.002H19M11 18.002C11 18.002 5 13.583 5 12.002C5 10.421 11 6.00195 11 6.00195",
|
|
156
156
|
stroke: "#1F1F1F",
|
|
@@ -158,13 +158,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
158
158
|
strokeLinecap: "round",
|
|
159
159
|
strokeLinejoin: "round"
|
|
160
160
|
})
|
|
161
|
-
}), arrow_left_default = (
|
|
161
|
+
}), arrow_left_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
162
162
|
width: "1em",
|
|
163
163
|
height: "1em",
|
|
164
164
|
viewBox: "0 0 24 24",
|
|
165
165
|
fill: "none",
|
|
166
166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
167
|
-
...
|
|
167
|
+
...f,
|
|
168
168
|
children: /* @__PURE__ */ jsx("path", {
|
|
169
169
|
d: "M15 6C15 6 9 10.419 9 12C9 13.581 15 18 15 18",
|
|
170
170
|
stroke: "#1F1F1F",
|
|
@@ -172,13 +172,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
172
172
|
strokeLinecap: "round",
|
|
173
173
|
strokeLinejoin: "round"
|
|
174
174
|
})
|
|
175
|
-
}), arrow_left_circle_default = (
|
|
175
|
+
}), arrow_left_circle_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
176
176
|
width: "1em",
|
|
177
177
|
height: "1em",
|
|
178
178
|
viewBox: "0 0 24 24",
|
|
179
179
|
fill: "none",
|
|
180
180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
181
|
-
...
|
|
181
|
+
...f,
|
|
182
182
|
children: [/* @__PURE__ */ jsx("path", {
|
|
183
183
|
d: "M22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12Z",
|
|
184
184
|
stroke: "#1F1F1F",
|
|
@@ -192,13 +192,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
192
192
|
strokeLinecap: "round",
|
|
193
193
|
strokeLinejoin: "round"
|
|
194
194
|
})]
|
|
195
|
-
}), arrow_move_up_right_default = (
|
|
195
|
+
}), arrow_move_up_right_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
196
196
|
width: "1em",
|
|
197
197
|
height: "1em",
|
|
198
198
|
viewBox: "0 0 24 24",
|
|
199
199
|
fill: "none",
|
|
200
200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
201
|
-
...
|
|
201
|
+
...f,
|
|
202
202
|
children: [/* @__PURE__ */ jsx("path", {
|
|
203
203
|
d: "M4 21V18.923C4 16.923 4 15.922 4.145 15.085C4.945 10.476 8.907 6.862 13.957 6.133C14.875 6 16.807 6 19 6",
|
|
204
204
|
stroke: "#1F1F1F",
|
|
@@ -212,13 +212,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
212
212
|
strokeLinecap: "round",
|
|
213
213
|
strokeLinejoin: "round"
|
|
214
214
|
})]
|
|
215
|
-
}), arrow_right_1_default = (
|
|
215
|
+
}), arrow_right_1_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
216
216
|
width: "1em",
|
|
217
217
|
height: "1em",
|
|
218
218
|
viewBox: "0 0 24 24",
|
|
219
219
|
fill: "none",
|
|
220
220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
221
|
-
...
|
|
221
|
+
...f,
|
|
222
222
|
children: /* @__PURE__ */ jsx("path", {
|
|
223
223
|
d: "M18.5 12H5M13 18C13 18 19 13.581 19 12C19 10.419 13 6 13 6",
|
|
224
224
|
stroke: "#1F1F1F",
|
|
@@ -226,13 +226,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
226
226
|
strokeLinecap: "round",
|
|
227
227
|
strokeLinejoin: "round"
|
|
228
228
|
})
|
|
229
|
-
}), arrow_right_default = (
|
|
229
|
+
}), arrow_right_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
230
230
|
width: "1em",
|
|
231
231
|
height: "1em",
|
|
232
232
|
viewBox: "0 0 24 24",
|
|
233
233
|
fill: "none",
|
|
234
234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
235
|
-
...
|
|
235
|
+
...f,
|
|
236
236
|
children: /* @__PURE__ */ jsx("path", {
|
|
237
237
|
d: "M9 6C9 6 15 10.419 15 12C15 13.581 9 18 9 18",
|
|
238
238
|
stroke: "#1F1F1F",
|
|
@@ -240,13 +240,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
240
240
|
strokeLinecap: "round",
|
|
241
241
|
strokeLinejoin: "round"
|
|
242
242
|
})
|
|
243
|
-
}), arrow_turn_backward_default = (
|
|
243
|
+
}), arrow_turn_backward_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
244
244
|
width: "1em",
|
|
245
245
|
height: "1em",
|
|
246
246
|
viewBox: "0 0 24 24",
|
|
247
247
|
fill: "none",
|
|
248
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
249
|
-
...
|
|
249
|
+
...f,
|
|
250
250
|
children: [/* @__PURE__ */ jsx("path", {
|
|
251
251
|
d: "M11 18H15.5C16.0909 18 16.6761 17.8836 17.2221 17.6575C17.768 17.4313 18.2641 17.0998 18.682 16.682C19.0998 16.2641 19.4313 15.768 19.6575 15.2221C19.8836 14.6761 20 14.0909 20 13.5C20 12.9091 19.8836 12.3239 19.6575 11.7779C19.4313 11.232 19.0998 10.7359 18.682 10.318C18.2641 9.90016 17.768 9.56869 17.2221 9.34254C16.6761 9.1164 16.0909 9 15.5 9H4",
|
|
252
252
|
stroke: "#1F1F1F",
|
|
@@ -260,13 +260,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
260
260
|
strokeLinecap: "round",
|
|
261
261
|
strokeLinejoin: "round"
|
|
262
262
|
})]
|
|
263
|
-
}), arrow_turn_forward_default = (
|
|
263
|
+
}), arrow_turn_forward_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
264
264
|
width: "1em",
|
|
265
265
|
height: "1em",
|
|
266
266
|
viewBox: "0 0 24 24",
|
|
267
267
|
fill: "none",
|
|
268
268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
269
|
-
...
|
|
269
|
+
...f,
|
|
270
270
|
children: [/* @__PURE__ */ jsx("path", {
|
|
271
271
|
d: "M13 18H8.5C7.30653 18 6.16193 17.5259 5.31802 16.682C4.47411 15.8381 4 14.6935 4 13.5C4 12.3065 4.47411 11.1619 5.31802 10.318C6.16193 9.47411 7.30653 9 8.5 9H20",
|
|
272
272
|
stroke: "#1F1F1F",
|
|
@@ -280,13 +280,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
280
280
|
strokeLinecap: "round",
|
|
281
281
|
strokeLinejoin: "round"
|
|
282
282
|
})]
|
|
283
|
-
}), arrow_up_default = (
|
|
283
|
+
}), arrow_up_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
284
284
|
width: "1em",
|
|
285
285
|
height: "1em",
|
|
286
286
|
viewBox: "0 0 24 24",
|
|
287
287
|
fill: "none",
|
|
288
288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
289
|
-
...
|
|
289
|
+
...f,
|
|
290
290
|
children: /* @__PURE__ */ jsx("path", {
|
|
291
291
|
d: "M18 15C18 15 13.581 9 12 9C10.419 9 6 15 6 15",
|
|
292
292
|
stroke: "#1F1F1F",
|
|
@@ -294,13 +294,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
294
294
|
strokeLinecap: "round",
|
|
295
295
|
strokeLinejoin: "round"
|
|
296
296
|
})
|
|
297
|
-
}), bank_default = (
|
|
297
|
+
}), bank_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
298
298
|
width: "1em",
|
|
299
299
|
height: "1em",
|
|
300
300
|
viewBox: "0 0 24 24",
|
|
301
301
|
fill: "none",
|
|
302
302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
303
|
-
...
|
|
303
|
+
...f,
|
|
304
304
|
children: [
|
|
305
305
|
/* @__PURE__ */ jsx("path", {
|
|
306
306
|
d: "M2 8.57C2 7.373 2.482 6.64 3.48 6.084L7.59 3.797C9.743 2.6 10.82 2 12 2C13.18 2 14.257 2.6 16.41 3.797L20.52 6.084C21.517 6.64 22 7.373 22 8.57C22 8.894 22 9.057 21.965 9.19C21.779 9.89 21.144 10.001 20.531 10.001H3.469C2.856 10.001 2.222 9.891 2.035 9.19C2 9.056 2 8.894 2 8.57Z",
|
|
@@ -320,13 +320,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
320
320
|
strokeWidth: 2
|
|
321
321
|
})
|
|
322
322
|
]
|
|
323
|
-
}), button_default = (
|
|
323
|
+
}), button_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
324
324
|
width: "1em",
|
|
325
325
|
height: "1em",
|
|
326
326
|
viewBox: "0 0 24 24",
|
|
327
327
|
fill: "none",
|
|
328
328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
329
|
-
...
|
|
329
|
+
...f,
|
|
330
330
|
children: [/* @__PURE__ */ jsx("path", {
|
|
331
331
|
d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
|
|
332
332
|
stroke: "#1F1F1F",
|
|
@@ -340,13 +340,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
340
340
|
strokeLinecap: "round",
|
|
341
341
|
strokeLinejoin: "round"
|
|
342
342
|
})]
|
|
343
|
-
}), calendar_default = (
|
|
343
|
+
}), calendar_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
344
344
|
width: "1em",
|
|
345
345
|
height: "1em",
|
|
346
346
|
viewBox: "0 0 24 24",
|
|
347
347
|
fill: "none",
|
|
348
348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
349
|
-
...
|
|
349
|
+
...f,
|
|
350
350
|
children: [/* @__PURE__ */ jsx("path", {
|
|
351
351
|
d: "M16 2V6M8 2V6M3 10H21M13 4H11C7.229 4 5.343 4 4.172 5.172C3.001 6.344 3 8.229 3 12V14C3 17.771 3 19.657 4.172 20.828C5.344 21.999 7.229 22 11 22H13C16.771 22 18.657 22 19.828 20.828C20.999 19.656 21 17.771 21 14V12C21 8.229 21 6.343 19.828 5.172C18.656 4.001 16.771 4 13 4Z",
|
|
352
352
|
stroke: "#1F1F1F",
|
|
@@ -360,13 +360,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
360
360
|
strokeLinecap: "round",
|
|
361
361
|
strokeLinejoin: "round"
|
|
362
362
|
})]
|
|
363
|
-
}), campaign_default = (
|
|
363
|
+
}), campaign_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
364
364
|
width: "1em",
|
|
365
365
|
height: "1em",
|
|
366
366
|
viewBox: "0 0 24 24",
|
|
367
367
|
fill: "none",
|
|
368
368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
369
|
-
...
|
|
369
|
+
...f,
|
|
370
370
|
children: [/* @__PURE__ */ jsx("path", {
|
|
371
371
|
d: "M14.926 2.91032L8.274 6.10432C7.77193 6.34902 7.2009 6.41329 6.657 6.28632C6.42752 6.22941 6.19562 6.1827 5.962 6.14632C4.137 5.93932 3 7.38332 3 9.04432V9.95632C3 11.6163 4.137 13.0613 5.962 12.8523C6.19587 12.8178 6.42783 12.7714 6.657 12.7133C7.20101 12.5867 7.77205 12.6513 8.274 12.8963L14.926 16.0893C16.453 16.8223 17.217 17.1893 18.068 16.9033C18.92 16.6173 19.212 16.0043 19.796 14.7783C20.5885 13.1317 21.0001 11.3277 21.0001 9.50032C21.0001 7.6729 20.5885 5.86894 19.796 4.22232C19.212 2.99632 18.92 2.38232 18.068 2.09732C17.217 1.81132 16.453 2.17632 14.926 2.91032Z",
|
|
372
372
|
stroke: "#1F1F1F",
|
|
@@ -380,13 +380,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
380
380
|
strokeLinecap: "round",
|
|
381
381
|
strokeLinejoin: "round"
|
|
382
382
|
})]
|
|
383
|
-
}), campaign_fill_default = (
|
|
383
|
+
}), campaign_fill_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
384
384
|
width: "1em",
|
|
385
385
|
height: "1em",
|
|
386
386
|
viewBox: "0 0 24 24",
|
|
387
387
|
fill: "none",
|
|
388
388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
389
|
-
...
|
|
389
|
+
...f,
|
|
390
390
|
children: [/* @__PURE__ */ jsx("path", {
|
|
391
391
|
d: "M14.926 2.91032L8.274 6.10432C7.77193 6.34902 7.2009 6.41329 6.657 6.28632C6.42752 6.22941 6.19562 6.1827 5.962 6.14632C4.137 5.93932 3 7.38332 3 9.04432V9.95632C3 11.6163 4.137 13.0613 5.962 12.8523C6.19587 12.8178 6.42783 12.7714 6.657 12.7133C7.20101 12.5867 7.77205 12.6513 8.274 12.8963L14.926 16.0893C16.453 16.8223 17.217 17.1893 18.068 16.9033C18.92 16.6173 19.212 16.0043 19.796 14.7783C20.5885 13.1317 21.0001 11.3277 21.0001 9.50032C21.0001 7.6729 20.5885 5.86894 19.796 4.22232C19.212 2.99632 18.92 2.38232 18.068 2.09732C17.217 1.81132 16.453 2.17632 14.926 2.91032Z",
|
|
392
392
|
fill: "#1F1F1F",
|
|
@@ -401,13 +401,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
401
401
|
strokeLinecap: "round",
|
|
402
402
|
strokeLinejoin: "round"
|
|
403
403
|
})]
|
|
404
|
-
}), cancel_circle_default = (
|
|
404
|
+
}), cancel_circle_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
405
405
|
width: "1em",
|
|
406
406
|
height: "1em",
|
|
407
407
|
viewBox: "0 0 24 24",
|
|
408
408
|
fill: "none",
|
|
409
409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
410
|
-
...
|
|
410
|
+
...f,
|
|
411
411
|
children: /* @__PURE__ */ jsx("path", {
|
|
412
412
|
d: "M15 15L9 9M9 15L15 9M22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12Z",
|
|
413
413
|
stroke: "#1F1F1F",
|
|
@@ -415,13 +415,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
415
415
|
strokeLinecap: "round",
|
|
416
416
|
strokeLinejoin: "round"
|
|
417
417
|
})
|
|
418
|
-
}), check_circle_default = (
|
|
418
|
+
}), check_circle_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
419
419
|
width: "1em",
|
|
420
420
|
height: "1em",
|
|
421
421
|
viewBox: "0 0 24 24",
|
|
422
422
|
fill: "none",
|
|
423
423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
424
|
-
...
|
|
424
|
+
...f,
|
|
425
425
|
children: [/* @__PURE__ */ jsx("path", {
|
|
426
426
|
d: "M22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12Z",
|
|
427
427
|
stroke: "#1F1F1F",
|
|
@@ -433,13 +433,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
433
433
|
strokeLinecap: "round",
|
|
434
434
|
strokeLinejoin: "round"
|
|
435
435
|
})]
|
|
436
|
-
}), clock_default = (
|
|
436
|
+
}), clock_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
437
437
|
width: "1em",
|
|
438
438
|
height: "1em",
|
|
439
439
|
viewBox: "0 0 24 24",
|
|
440
440
|
fill: "none",
|
|
441
441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
442
|
-
...
|
|
442
|
+
...f,
|
|
443
443
|
children: [/* @__PURE__ */ jsx("path", {
|
|
444
444
|
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
445
445
|
stroke: "#1F1F1F",
|
|
@@ -451,13 +451,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
451
451
|
strokeLinecap: "round",
|
|
452
452
|
strokeLinejoin: "round"
|
|
453
453
|
})]
|
|
454
|
-
}), close_default = (
|
|
454
|
+
}), close_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
455
455
|
width: "1em",
|
|
456
456
|
height: "1em",
|
|
457
457
|
viewBox: "0 0 24 24",
|
|
458
458
|
fill: "none",
|
|
459
459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
460
|
-
...
|
|
460
|
+
...f,
|
|
461
461
|
children: /* @__PURE__ */ jsx("path", {
|
|
462
462
|
d: "M18 6L6 18M18 18L6 6",
|
|
463
463
|
stroke: "#1F1F1F",
|
|
@@ -465,13 +465,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
465
465
|
strokeLinecap: "round",
|
|
466
466
|
strokeLinejoin: "round"
|
|
467
467
|
})
|
|
468
|
-
}), closeeye_default = (
|
|
468
|
+
}), closeeye_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
469
469
|
width: "1em",
|
|
470
470
|
height: "1em",
|
|
471
471
|
viewBox: "0 0 24 24",
|
|
472
472
|
fill: "none",
|
|
473
473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
474
|
-
...
|
|
474
|
+
...f,
|
|
475
475
|
children: [/* @__PURE__ */ jsx("path", {
|
|
476
476
|
d: "M6 3L18 21.5",
|
|
477
477
|
stroke: "#1F1F1F",
|
|
@@ -481,13 +481,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
481
481
|
d: "M9.10352 6.59863C8.19971 6.97256 7.36073 7.49618 6.59766 8.0918C5.07267 9.28225 3.923 10.7108 3.27051 11.626H3.26953C3.19132 11.7356 3.13446 11.817 3.08691 11.8877C3.05312 11.938 3.03154 11.9741 3.0166 12C3.03159 12.026 3.05308 12.0629 3.08691 12.1133C3.13433 12.1839 3.1916 12.2648 3.26953 12.374H3.27051C3.92313 13.2889 5.07194 14.7167 6.59668 15.9072C8.12358 17.0994 9.95628 18 12 18C13.3872 18 14.6766 17.5838 15.8398 16.9443L16.9336 18.624C15.5103 19.4289 13.8507 20 12 20C9.35372 20 7.09731 18.835 5.36621 17.4834C3.63323 16.1303 2.35495 14.5362 1.6416 13.5361C1.39044 13.1842 1 12.6969 1 12C1 11.3019 1.39088 10.8152 1.6416 10.4639H1.64258C2.35618 9.46306 3.63348 7.86828 5.36621 6.51562C6.14194 5.91006 7.02355 5.34286 7.99805 4.90039L9.10352 6.59863ZM12 4C14.6463 4 16.9027 5.16501 18.6338 6.5166C20.3668 7.86969 21.6451 9.46384 22.3584 10.4639C22.6096 10.8158 23 11.3031 23 12C23 12.6981 22.6091 13.1848 22.3584 13.5361L22.3574 13.5352C21.6439 14.5359 20.3669 16.1314 18.6338 17.4844C18.6217 17.4938 18.6088 17.5023 18.5967 17.5117L17.5 15.8291C18.9759 14.6547 20.0912 13.2694 20.7295 12.374H20.7305C20.8087 12.2644 20.8655 12.183 20.9131 12.1123C20.947 12.0618 20.9675 12.025 20.9824 11.999C20.9674 11.9731 20.9464 11.9364 20.9131 11.8867C20.8657 11.8161 20.8084 11.7352 20.7305 11.626H20.7295C20.0769 10.7111 18.9281 9.2833 17.4033 8.09277C15.8764 6.90062 14.0437 6 12 6C11.7075 6 11.4194 6.01957 11.1357 6.05469L9.95117 4.23633C10.6043 4.08667 11.2878 4 12 4ZM11.3828 10.0986C11.0852 10.1953 10.8113 10.3605 10.5859 10.5859C10.2109 10.961 10 11.4696 10 12C10 12.5304 10.2109 13.039 10.5859 13.4141C10.961 13.7891 11.4696 14 12 14C12.5304 14 13.039 13.7891 13.4141 13.4141C13.4401 13.3881 13.4629 13.3593 13.4873 13.332L14.5986 15.0381C13.8768 15.6557 12.9568 16 12 16C10.9391 16 9.92202 15.5783 9.17188 14.8281C8.42173 14.078 8 13.0609 8 12C8 10.9391 8.42173 9.92202 9.17188 9.17188C9.4949 8.84885 9.86727 8.58636 10.2715 8.39258L11.3828 10.0986ZM12.417 8.02148C13.3245 8.11665 14.1769 8.52067 14.8281 9.17188C15.5783 9.92202 16 10.9391 16 12C16 12.4205 15.9324 12.8337 15.8057 13.2266L12.417 8.02148Z",
|
|
482
482
|
fill: "#1F1F1F"
|
|
483
483
|
})]
|
|
484
|
-
}), cloud_default = (
|
|
484
|
+
}), cloud_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
485
485
|
width: "1em",
|
|
486
486
|
height: "1em",
|
|
487
487
|
viewBox: "0 0 24 24",
|
|
488
488
|
fill: "none",
|
|
489
489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
490
|
-
...
|
|
490
|
+
...f,
|
|
491
491
|
children: /* @__PURE__ */ jsx("path", {
|
|
492
492
|
d: "M17.478 9.99998H17.5C18.6935 9.99998 19.8381 10.4741 20.682 11.318C21.5259 12.1619 22 13.3065 22 14.5C22 15.6935 21.5259 16.838 20.682 17.682C19.8381 18.5259 18.6935 19 17.5 19H7C5.71535 19.0002 4.47988 18.506 3.54984 17.6198C2.6198 16.7336 2.06654 15.5234 2.00481 14.2403C1.94307 12.9571 2.3776 11.6994 3.21827 10.728C4.05894 9.75661 5.24125 9.14606 6.52 9.02298M17.478 9.99998C17.492 9.83532 17.4993 9.66865 17.5 9.49998C17.5022 8.08116 16.956 6.71638 15.9755 5.69082C14.9951 4.66527 13.6562 4.05828 12.2387 3.9967C10.8212 3.93512 9.43478 4.42371 8.36907 5.36038C7.30337 6.29704 6.64087 7.60931 6.52 9.02298M17.478 9.99998C17.3773 11.1014 16.9469 12.1469 16.243 13M6.52 9.02298C6.678 9.00765 6.838 8.99998 7 8.99998C8.126 8.99998 9.165 9.37198 10 9.99998",
|
|
493
493
|
stroke: "#1F1F1F",
|
|
@@ -495,13 +495,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
495
495
|
strokeLinecap: "round",
|
|
496
496
|
strokeLinejoin: "round"
|
|
497
497
|
})
|
|
498
|
-
}), computer_default = (
|
|
498
|
+
}), computer_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
499
499
|
width: "1em",
|
|
500
500
|
height: "1em",
|
|
501
501
|
viewBox: "0 0 24 24",
|
|
502
502
|
fill: "none",
|
|
503
503
|
xmlns: "http://www.w3.org/2000/svg",
|
|
504
|
-
...
|
|
504
|
+
...f,
|
|
505
505
|
children: /* @__PURE__ */ jsx("path", {
|
|
506
506
|
d: "M14 21H16M14 21C13.6022 21 13.2206 20.842 12.9393 20.5607C12.658 20.2794 12.5 19.8978 12.5 19.5V17H12M14 21H10M12 17H11.5V19.5C11.5 19.8978 11.342 20.2794 11.0607 20.5607C10.7794 20.842 10.3978 21 10 21M12 17V21M10 21H8M16 3H8C5.172 3 3.757 3 2.879 3.879C2 4.757 2 6.172 2 9V11C2 13.828 2 15.243 2.879 16.121C3.757 17 5.172 17 8 17H16C18.828 17 20.243 17 21.121 16.121C22 15.243 22 13.828 22 11V9C22 6.172 22 4.757 21.121 3.879C20.243 3 18.828 3 16 3Z",
|
|
507
507
|
stroke: "#1F1F1F",
|
|
@@ -509,13 +509,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
509
509
|
strokeLinecap: "round",
|
|
510
510
|
strokeLinejoin: "round"
|
|
511
511
|
})
|
|
512
|
-
}), configuration_default = (
|
|
512
|
+
}), configuration_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
513
513
|
width: "1em",
|
|
514
514
|
height: "1em",
|
|
515
515
|
viewBox: "0 0 24 24",
|
|
516
516
|
fill: "none",
|
|
517
517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
518
|
-
...
|
|
518
|
+
...f,
|
|
519
519
|
children: [
|
|
520
520
|
/* @__PURE__ */ jsx("path", {
|
|
521
521
|
d: "M13 11L18 6",
|
|
@@ -535,13 +535,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
535
535
|
strokeLinejoin: "round"
|
|
536
536
|
})
|
|
537
537
|
]
|
|
538
|
-
}), create_default = (
|
|
538
|
+
}), create_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
539
539
|
width: "1em",
|
|
540
540
|
height: "1em",
|
|
541
541
|
viewBox: "0 0 24 24",
|
|
542
542
|
fill: "none",
|
|
543
543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
544
|
-
...
|
|
544
|
+
...f,
|
|
545
545
|
children: /* @__PURE__ */ jsx("path", {
|
|
546
546
|
d: "M12 8V16M16 12H8M2.5 12C2.5 7.522 2.5 5.283 3.891 3.891C5.282 2.5 7.521 2.5 12 2.5C16.478 2.5 18.718 2.5 20.109 3.891C21.5 5.282 21.5 7.521 21.5 12.001C21.5 16.478 21.5 18.718 20.109 20.109C18.718 21.5 16.479 21.5 12 21.5C7.522 21.5 5.282 21.5 3.891 20.109C2.5 18.718 2.5 16.479 2.5 12Z",
|
|
547
547
|
stroke: "#1F1F1F",
|
|
@@ -549,13 +549,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
549
549
|
strokeLinecap: "round",
|
|
550
550
|
strokeLinejoin: "round"
|
|
551
551
|
})
|
|
552
|
-
}), create_flowchart_default = (
|
|
552
|
+
}), create_flowchart_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
553
553
|
width: "1em",
|
|
554
554
|
height: "1em",
|
|
555
555
|
viewBox: "0 0 24 24",
|
|
556
556
|
fill: "none",
|
|
557
557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
558
|
-
...
|
|
558
|
+
...f,
|
|
559
559
|
children: [
|
|
560
560
|
/* @__PURE__ */ jsx("path", {
|
|
561
561
|
d: "M14 2H10C6.72 2 5.081 2 3.919 2.814C3.48904 3.11507 3.11507 3.48904 2.814 3.919C2 5.08 2 6.72 2 10C2 13.28 2 14.919 2.814 16.081C3.11507 16.511 3.48904 16.8849 3.919 17.186C5.08 18 6.72 18 10 18H14C17.28 18 18.919 18 20.081 17.186C20.511 16.8849 20.8849 16.511 21.186 16.081C22 14.92 22 13.28 22 10",
|
|
@@ -583,13 +583,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
583
583
|
strokeLinejoin: "round"
|
|
584
584
|
})
|
|
585
585
|
]
|
|
586
|
-
}), credit_default = (
|
|
586
|
+
}), credit_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
587
587
|
width: "1em",
|
|
588
588
|
height: "1em",
|
|
589
589
|
viewBox: "0 0 24 24",
|
|
590
590
|
fill: "none",
|
|
591
591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
592
|
-
...
|
|
592
|
+
...f,
|
|
593
593
|
children: [
|
|
594
594
|
/* @__PURE__ */ jsx("path", {
|
|
595
595
|
d: "M2 12C2 8.463 2 6.694 3.053 5.513C3.22167 5.32367 3.40633 5.14967 3.607 4.991C4.862 4 6.741 4 10.5 4H13.5C17.259 4 19.138 4 20.392 4.99C20.5933 5.15 20.7783 5.32433 20.947 5.513C22 6.693 22 8.463 22 12C22 15.537 22 17.306 20.947 18.487C20.7774 18.6767 20.5917 18.8514 20.392 19.009C19.138 20 17.26 20 13.5 20H10.5C6.741 20 4.862 20 3.607 19.01C3.40756 18.852 3.2222 18.677 3.053 18.487C2 17.307 2 15.537 2 12Z",
|
|
@@ -613,13 +613,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
613
613
|
strokeLinejoin: "round"
|
|
614
614
|
})
|
|
615
615
|
]
|
|
616
|
-
}), cursor_rectangle_selection_default = (
|
|
616
|
+
}), cursor_rectangle_selection_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
617
617
|
width: "1em",
|
|
618
618
|
height: "1em",
|
|
619
619
|
viewBox: "0 0 24 24",
|
|
620
620
|
fill: "none",
|
|
621
621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
622
|
-
...
|
|
622
|
+
...f,
|
|
623
623
|
children: [/* @__PURE__ */ jsx("path", {
|
|
624
624
|
d: "M14.535 11.087L18.558 12.661C20.878 13.568 22.038 14.022 21.999 14.742C21.961 15.462 20.75 15.792 18.329 16.452C17.608 16.649 17.247 16.748 16.998 16.998C16.748 17.248 16.649 17.608 16.453 18.328C15.793 20.75 15.463 21.961 14.743 21.999C14.023 22.038 13.568 20.878 12.661 18.558L11.086 14.535C10.136 12.106 9.66103 10.892 10.276 10.276C10.892 9.66103 12.106 10.136 14.536 11.086L14.535 11.087Z",
|
|
625
625
|
stroke: "#1F1F1F",
|
|
@@ -632,13 +632,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
632
632
|
strokeLinecap: "round",
|
|
633
633
|
strokeLinejoin: "round"
|
|
634
634
|
})]
|
|
635
|
-
}), delivered_default = (
|
|
635
|
+
}), delivered_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
636
636
|
width: "1em",
|
|
637
637
|
height: "1em",
|
|
638
638
|
viewBox: "0 0 24 24",
|
|
639
639
|
fill: "none",
|
|
640
640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
641
|
-
...
|
|
641
|
+
...f,
|
|
642
642
|
children: /* @__PURE__ */ jsx("path", {
|
|
643
643
|
d: "M3 13.333C3 13.333 4.5 14 6.5 17C6.5 17 6.785 16.52 7.321 15.753M17 6C14.709 7.146 12.312 9.552 10.388 11.822M8 13.333C8 13.333 9.5 14 11.5 17C11.5 17 17 8.5 22 6",
|
|
644
644
|
stroke: "#1F1F1F",
|
|
@@ -646,13 +646,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
646
646
|
strokeLinecap: "round",
|
|
647
647
|
strokeLinejoin: "round"
|
|
648
648
|
})
|
|
649
|
-
}), dialer_default = (
|
|
649
|
+
}), dialer_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
650
650
|
width: "1em",
|
|
651
651
|
height: "1em",
|
|
652
652
|
viewBox: "0 0 24 24",
|
|
653
653
|
fill: "none",
|
|
654
654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
655
|
-
...
|
|
655
|
+
...f,
|
|
656
656
|
children: [
|
|
657
657
|
/* @__PURE__ */ jsx("path", {
|
|
658
658
|
d: "M4 10C4 6.229 4 4.343 5.172 3.172C6.344 2.001 8.229 2 12 2H13.5C17.271 2 19.157 2 20.328 3.172C21.499 4.344 21.5 6.229 21.5 10V14C21.5 17.771 21.5 19.657 20.328 20.828C19.156 21.999 17.271 22 13.5 22H12C8.229 22 6.343 22 5.172 20.828C4.001 19.656 4 17.771 4 14V10Z",
|
|
@@ -673,13 +673,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
673
673
|
strokeLinejoin: "round"
|
|
674
674
|
})
|
|
675
675
|
]
|
|
676
|
-
}), dialer_filled_default = (
|
|
676
|
+
}), dialer_filled_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
677
677
|
width: "1em",
|
|
678
678
|
height: "1em",
|
|
679
679
|
viewBox: "0 0 24 24",
|
|
680
680
|
fill: "none",
|
|
681
681
|
xmlns: "http://www.w3.org/2000/svg",
|
|
682
|
-
...
|
|
682
|
+
...f,
|
|
683
683
|
children: [/* @__PURE__ */ jsx("path", {
|
|
684
684
|
d: "M13.5 1.25C15.3643 1.25 16.8384 1.24853 17.9893 1.40332C19.1614 1.56101 20.1104 1.89306 20.8584 2.6416C21.6062 3.39004 21.9389 4.33939 22.0967 5.51172C22.2515 6.66242 22.25 8.13583 22.25 10V14C22.25 15.8643 22.2515 17.3384 22.0967 18.4893C21.939 19.6614 21.6069 20.6104 20.8584 21.3584C20.11 22.1062 19.1606 22.4389 17.9883 22.5967C16.8376 22.7515 15.3642 22.75 13.5 22.75H12C10.1357 22.75 8.66161 22.7515 7.51074 22.5967C6.33857 22.439 5.38962 22.1069 4.6416 21.3584C3.89381 20.61 3.56115 19.6606 3.40332 18.4883C3.24846 17.3376 3.25 15.8642 3.25 14V10C3.25 8.13571 3.24853 6.66161 3.40332 5.51074C3.56101 4.33857 3.89306 3.38963 4.6416 2.6416C5.39004 1.89381 6.33939 1.56115 7.51172 1.40332C8.66242 1.24846 10.1358 1.25 12 1.25H13.5ZM10.6279 6.53027C10.1444 6.43 9.68627 6.58542 9.34473 6.86328L9.34375 6.86426C8.42393 7.61492 7.79165 8.85706 8.06348 10.2041L8.0625 10.2051C8.20725 10.9239 8.45109 11.6326 8.93262 12.4717L8.93652 12.4785C9.9235 14.1696 11.3314 15.5775 13.0225 16.5645L13.0283 16.5674C13.8673 17.0489 14.5762 17.2917 15.2949 17.4365V17.4375C16.6423 17.7098 17.8849 17.0763 18.6357 16.1562L18.6367 16.1553C18.9145 15.8139 19.0707 15.3564 18.9707 14.873C18.8721 14.3975 18.5563 14.0473 18.1924 13.8447H18.1934L17.4893 13.4521L17.4873 13.4512L17.0977 13.2373C16.9687 13.1693 16.8416 13.1069 16.7217 13.0566C16.4584 12.9464 16.1381 12.8553 15.7627 12.8945C15.3881 12.9333 15.0941 13.088 14.8594 13.25C14.6449 13.398 14.4155 13.6 14.1914 13.7949H14.1904L13.4316 14.4551C12.4976 13.8104 11.6894 13.0006 11.0449 12.0664L11.7051 11.3105L11.7061 11.3096C11.9009 11.0855 12.103 10.8551 12.251 10.6406C12.4133 10.4052 12.5673 10.1094 12.6055 9.7334C12.6437 9.35992 12.5542 9.04089 12.4443 8.77832C12.3437 8.53797 12.1933 8.27184 12.0488 8.0127L11.6553 7.30762C11.4528 6.94395 11.103 6.62898 10.6279 6.53027ZM15.9727 14.9131C16.0837 14.9621 16.2365 15.0428 16.5146 15.1973V15.1982L16.6523 15.2744C16.3452 15.4669 16.0048 15.5408 15.6914 15.4775L15.6904 15.4766C15.5895 15.4562 15.4892 15.4307 15.3877 15.4043L15.5039 15.3037L15.5029 15.3027C15.7423 15.0946 15.8746 14.9837 15.9727 14.9131ZM10.3018 8.98633C10.4561 9.26329 10.538 9.41572 10.5869 9.52637C10.5163 9.62437 10.4056 9.75656 10.1973 9.99609L10.0947 10.1123C10.0684 10.011 10.0437 9.91031 10.0234 9.80957L10.002 9.62891C9.99122 9.36781 10.0686 9.09678 10.2246 8.84766L10.3018 8.98633Z",
|
|
685
685
|
fill: "#1F1F1F"
|
|
@@ -690,13 +690,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
690
690
|
strokeLinecap: "round",
|
|
691
691
|
strokeLinejoin: "round"
|
|
692
692
|
})]
|
|
693
|
-
}), divider_default = (
|
|
693
|
+
}), divider_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
694
694
|
width: "1em",
|
|
695
695
|
height: "1em",
|
|
696
696
|
viewBox: "0 0 24 24",
|
|
697
697
|
fill: "none",
|
|
698
698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
699
|
-
...
|
|
699
|
+
...f,
|
|
700
700
|
children: [
|
|
701
701
|
/* @__PURE__ */ jsx("path", {
|
|
702
702
|
d: "M15 5C14.41 4.393 12.84 2 12 2C11.16 2 9.59 4.393 9 5M15 19C14.41 19.607 12.84 22 12 22C11.16 22 9.59 19.607 9 19M12.02 2.423V21.868",
|
|
@@ -718,13 +718,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
718
718
|
strokeLinecap: "round"
|
|
719
719
|
})
|
|
720
720
|
]
|
|
721
|
-
}), dnd_list_default = (
|
|
721
|
+
}), dnd_list_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
722
722
|
width: "1em",
|
|
723
723
|
height: "1em",
|
|
724
724
|
viewBox: "0 0 24 24",
|
|
725
725
|
fill: "none",
|
|
726
726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
727
|
-
...
|
|
727
|
+
...f,
|
|
728
728
|
children: [/* @__PURE__ */ jsx("path", {
|
|
729
729
|
d: "M5.25 5L19.25 19",
|
|
730
730
|
stroke: "#1F1F1F",
|
|
@@ -736,13 +736,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
736
736
|
stroke: "#1F1F1F",
|
|
737
737
|
strokeWidth: 2
|
|
738
738
|
})]
|
|
739
|
-
}), document_default = (
|
|
739
|
+
}), document_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
740
740
|
width: "1em",
|
|
741
741
|
height: "1em",
|
|
742
742
|
viewBox: "0 0 24 24",
|
|
743
743
|
fill: "none",
|
|
744
744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
745
|
-
...
|
|
745
|
+
...f,
|
|
746
746
|
children: /* @__PURE__ */ jsx("path", {
|
|
747
747
|
d: "M8 17H16M8 13H12M13 2.5V3C13 5.828 13 7.243 13.879 8.121C14.757 9 16.172 9 19 9H19.5M20 10.657V14C20 17.771 20 19.657 18.828 20.828C17.656 21.999 15.771 22 12 22C8.229 22 6.343 22 5.172 20.828C4.001 19.656 4 17.771 4 14V9.456C4 6.211 4 4.588 4.886 3.489C5.06494 3.26709 5.26709 3.06494 5.489 2.886C6.59 2 8.211 2 11.456 2C12.161 2 12.514 2 12.837 2.114C12.9037 2.138 12.9693 2.16533 13.034 2.196C13.344 2.344 13.593 2.593 14.092 3.092L18.828 7.828C19.407 8.406 19.695 8.696 19.848 9.063C20 9.431 20 9.839 20 10.657Z",
|
|
748
748
|
stroke: "#1F1F1F",
|
|
@@ -750,13 +750,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
750
750
|
strokeLinecap: "round",
|
|
751
751
|
strokeLinejoin: "round"
|
|
752
752
|
})
|
|
753
|
-
}), download_default = (
|
|
753
|
+
}), download_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
754
754
|
width: "1em",
|
|
755
755
|
height: "1em",
|
|
756
756
|
viewBox: "0 0 24 24",
|
|
757
757
|
fill: "none",
|
|
758
758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
759
|
-
...
|
|
759
|
+
...f,
|
|
760
760
|
children: /* @__PURE__ */ jsx("path", {
|
|
761
761
|
d: "M3 17C3 17.93 3 18.395 3.102 18.777C3.23832 19.2856 3.50608 19.7493 3.87839 20.1216C4.2507 20.4939 4.71443 20.7617 5.223 20.898C5.605 21 6.07 21 7 21H17C17.93 21 18.395 21 18.776 20.898C19.2848 20.7618 19.7487 20.4941 20.1212 20.1218C20.4937 19.7495 20.7616 19.2857 20.898 18.777C21 18.395 21 17.93 21 17M16.5 11.5C16.5 11.5 13.186 16 12 16C10.814 16 7.5 11.5 7.5 11.5M12 15V3",
|
|
762
762
|
stroke: "#1F1F1F",
|
|
@@ -764,13 +764,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
764
764
|
strokeLinecap: "round",
|
|
765
765
|
strokeLinejoin: "round"
|
|
766
766
|
})
|
|
767
|
-
}), download_circle_default = (
|
|
767
|
+
}), download_circle_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
768
768
|
width: "1em",
|
|
769
769
|
height: "1em",
|
|
770
770
|
viewBox: "0 0 24 24",
|
|
771
771
|
fill: "none",
|
|
772
772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
773
|
-
...
|
|
773
|
+
...f,
|
|
774
774
|
children: [/* @__PURE__ */ jsx("path", {
|
|
775
775
|
d: "M16 12.5C16 12.5 13.054 16.5 12 16.5C10.946 16.5 8 12.5 8 12.5M12 16V7.5",
|
|
776
776
|
stroke: "#1F1F1F",
|
|
@@ -784,13 +784,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
784
784
|
strokeLinecap: "round",
|
|
785
785
|
strokeLinejoin: "round"
|
|
786
786
|
})]
|
|
787
|
-
}), drawer_default = (
|
|
787
|
+
}), drawer_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
788
788
|
width: "1em",
|
|
789
789
|
height: "1em",
|
|
790
790
|
viewBox: "0 0 24 24",
|
|
791
791
|
fill: "none",
|
|
792
792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
793
|
-
...
|
|
793
|
+
...f,
|
|
794
794
|
children: /* @__PURE__ */ jsx("path", {
|
|
795
795
|
d: "M19.318 13.5H15.443C14.9293 13.4995 14.4364 13.7027 14.0724 14.065C13.7083 14.4274 13.5029 14.9193 13.501 15.433V19.308C13.5007 19.5631 13.5508 19.8158 13.6483 20.0515C13.7458 20.2872 13.8888 20.5014 14.0692 20.6818C14.2496 20.8622 14.4638 21.0052 14.6995 21.1027C14.9353 21.2002 15.1879 21.2503 15.443 21.25H19.318C19.8315 21.2479 20.3232 21.0423 20.6853 20.6783C21.0475 20.3142 21.2505 19.8215 21.25 19.308V15.433C21.2503 15.1792 21.2005 14.9279 21.1035 14.6933C21.0065 14.4588 20.8642 14.2457 20.6847 14.0663C20.5053 13.8868 20.2922 13.7445 20.0577 13.6475C19.8231 13.5505 19.5718 13.5007 19.318 13.501M8.557 13.5H4.682C4.16859 13.5029 3.67721 13.7089 3.3152 14.073C2.95319 14.437 2.74999 14.9296 2.75 15.443V19.318C2.74974 19.5718 2.79953 19.8231 2.89653 20.0577C2.99353 20.2922 3.13583 20.5053 3.31528 20.6847C3.49474 20.8642 3.70783 21.0065 3.94235 21.1035C4.17687 21.2005 4.42821 21.2503 4.682 21.25H8.557C9.07048 21.2505 9.56324 21.0475 9.92726 20.6853C10.2913 20.3232 10.4969 19.8315 10.499 19.318V15.443C10.4993 15.1879 10.4492 14.9353 10.3517 14.6995C10.2542 14.4638 10.1112 14.2496 9.93079 14.0692C9.75041 13.8888 9.53622 13.7458 9.30048 13.6483C9.06475 13.5508 8.8121 13.5007 8.557 13.501M8.557 2.75H4.682C4.42821 2.74974 4.17687 2.79953 3.94235 2.89653C3.70783 2.99353 3.49474 3.13583 3.31528 3.31528C3.13583 3.49474 2.99353 3.70783 2.89653 3.94235C2.79953 4.17687 2.74974 4.42821 2.75 4.682V8.557C2.74947 9.07048 2.95253 9.56324 3.31468 9.92726C3.67683 10.2913 4.16852 10.4969 4.682 10.499H8.557C8.8121 10.4993 9.06475 10.4492 9.30048 10.3517C9.53622 10.2542 9.75041 10.1112 9.93079 9.93079C10.1112 9.75041 10.2542 9.53622 10.3517 9.30048C10.4492 9.06475 10.4993 8.8121 10.499 8.557V4.682C10.4969 4.16852 10.2913 3.67683 9.92726 3.31468C9.56324 2.95253 9.07048 2.74947 8.557 2.75ZM19.318 2.75H15.443C14.9295 2.74947 14.4368 2.95253 14.0727 3.31468C13.7087 3.67683 13.5031 4.16852 13.501 4.682V8.557C13.5013 9.07197 13.706 9.56577 14.0701 9.92991C14.4342 10.294 14.928 10.4987 15.443 10.499H19.318C19.8315 10.4969 20.3232 10.2913 20.6853 9.92726C21.0475 9.56324 21.2505 9.07048 21.25 8.557V4.682C21.2503 4.42821 21.2005 4.17687 21.1035 3.94235C21.0065 3.70783 20.8642 3.49474 20.6847 3.31528C20.5053 3.13583 20.2922 2.99353 20.0577 2.89653C19.8231 2.79953 19.5718 2.74974 19.318 2.75Z",
|
|
796
796
|
stroke: "#1F1F1F",
|
|
@@ -798,13 +798,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
798
798
|
strokeLinecap: "round",
|
|
799
799
|
strokeLinejoin: "round"
|
|
800
800
|
})
|
|
801
|
-
}), drawer_fill_default = (
|
|
801
|
+
}), drawer_fill_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
802
802
|
width: "1em",
|
|
803
803
|
height: "1em",
|
|
804
804
|
viewBox: "0 0 24 24",
|
|
805
805
|
fill: "none",
|
|
806
806
|
xmlns: "http://www.w3.org/2000/svg",
|
|
807
|
-
...
|
|
807
|
+
...f,
|
|
808
808
|
children: [/* @__PURE__ */ jsx("path", {
|
|
809
809
|
d: "M8.557 2.75H4.682C4.42821 2.74974 4.17687 2.79953 3.94235 2.89653C3.70783 2.99353 3.49474 3.13583 3.31528 3.31528C3.13583 3.49474 2.99353 3.70783 2.89653 3.94235C2.79953 4.17687 2.74974 4.42821 2.75 4.682V8.557C2.74947 9.07048 2.95253 9.56324 3.31468 9.92726C3.67683 10.2913 4.16852 10.4969 4.682 10.499H8.557C8.8121 10.4993 9.06475 10.4492 9.30048 10.3517C9.53622 10.2542 9.75041 10.1112 9.93079 9.93079C10.1112 9.75041 10.2542 9.53622 10.3517 9.30048C10.4492 9.06475 10.4993 8.8121 10.499 8.557V4.682C10.4969 4.16852 10.2913 3.67683 9.92726 3.31468C9.56324 2.95253 9.07048 2.74947 8.557 2.75ZM19.318 2.75H15.443C14.9295 2.74947 14.4368 2.95253 14.0727 3.31468C13.7087 3.67683 13.5031 4.16852 13.501 4.682V8.557C13.5013 9.07197 13.706 9.56577 14.0701 9.92991C14.4342 10.294 14.928 10.4987 15.443 10.499H19.318C19.8315 10.4969 20.3232 10.2913 20.6853 9.92726C21.0475 9.56324 21.2505 9.07048 21.25 8.557V4.682C21.2503 4.42821 21.2005 4.17687 21.1035 3.94235C21.0065 3.70783 20.8642 3.49474 20.6847 3.31528C20.5053 3.13583 20.2922 2.99353 20.0577 2.89653C19.8231 2.79953 19.5718 2.74974 19.318 2.75ZM19.318 13.5H15.443C14.9293 13.4995 14.4364 13.7027 14.0724 14.065C13.7083 14.4274 13.5029 14.9193 13.501 15.433V19.308C13.5007 19.5631 13.5508 19.8158 13.6483 20.0515C13.7458 20.2872 13.8888 20.5014 14.0692 20.6818C14.2496 20.8622 14.4638 21.0052 14.6995 21.1027C14.9353 21.2002 15.1879 21.2503 15.443 21.25H19.318C19.8315 21.2479 20.3232 21.0423 20.6853 20.6783C21.0475 20.3142 21.2505 19.8215 21.25 19.308V15.433C21.2503 15.1792 21.2005 14.9279 21.1035 14.6933C21.0065 14.4588 20.8642 14.2457 20.6847 14.0663C20.5053 13.8868 20.2922 13.7445 20.0577 13.6475C19.8231 13.5505 19.5718 13.5007 19.318 13.501M8.557 13.5H4.682C4.16859 13.5029 3.67721 13.7089 3.3152 14.073C2.95319 14.437 2.74999 14.9296 2.75 15.443V19.318C2.74974 19.5718 2.79953 19.8231 2.89653 20.0577C2.99353 20.2922 3.13583 20.5053 3.31528 20.6847C3.49474 20.8642 3.70783 21.0065 3.94235 21.1035C4.17687 21.2005 4.42821 21.2503 4.682 21.25H8.557C9.07048 21.2505 9.56324 21.0475 9.92726 20.6853C10.2913 20.3232 10.4969 19.8315 10.499 19.318V15.443C10.4993 15.1879 10.4492 14.9353 10.3517 14.6995C10.2542 14.4638 10.1112 14.2496 9.93079 14.0692C9.75041 13.8888 9.53622 13.7458 9.30048 13.6483C9.06475 13.5508 8.8121 13.5007 8.557 13.501",
|
|
810
810
|
fill: "#1F1F1F"
|
|
@@ -815,13 +815,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
815
815
|
strokeLinecap: "round",
|
|
816
816
|
strokeLinejoin: "round"
|
|
817
817
|
})]
|
|
818
|
-
}), edit_default = (
|
|
818
|
+
}), edit_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
819
819
|
width: "1em",
|
|
820
820
|
height: "1em",
|
|
821
821
|
viewBox: "0 0 24 24",
|
|
822
822
|
fill: "none",
|
|
823
823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
824
|
-
...
|
|
824
|
+
...f,
|
|
825
825
|
children: [/* @__PURE__ */ jsx("path", {
|
|
826
826
|
d: "M16.425 4.60498L17.415 3.61498C17.8088 3.22114 18.343 2.99988 18.9 2.99988C19.457 2.99988 19.9912 3.22114 20.385 3.61498C20.7788 4.00883 21.0001 4.543 21.0001 5.09998C21.0001 5.65697 20.7788 6.19114 20.385 6.58499L19.395 7.57498M16.425 4.60498L9.765 11.265C9.25767 11.7727 8.89785 12.4086 8.724 13.105L8 16L10.896 15.276C11.5924 15.1019 12.2285 14.7417 12.736 14.234L19.395 7.57498M16.425 4.60498L19.395 7.57498",
|
|
827
827
|
stroke: "#1F1F1F",
|
|
@@ -834,13 +834,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
834
834
|
strokeLinecap: "round",
|
|
835
835
|
strokeLinejoin: "round"
|
|
836
836
|
})]
|
|
837
|
-
}), editor_default = (
|
|
837
|
+
}), editor_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
838
838
|
width: "1em",
|
|
839
839
|
height: "1em",
|
|
840
840
|
viewBox: "0 0 24 24",
|
|
841
841
|
fill: "none",
|
|
842
842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
843
|
-
...
|
|
843
|
+
...f,
|
|
844
844
|
children: [
|
|
845
845
|
/* @__PURE__ */ jsx("path", {
|
|
846
846
|
d: "M20.358 13.357C19.168 14.546 16.931 14.5 13.499 14.5C12.4383 14.4998 11.4211 14.0782 10.6712 13.3281C9.92128 12.578 9.49999 11.5607 9.49999 10.5C9.49999 7.07002 9.45399 4.83002 10.643 3.64102C11.832 2.45202 12.358 2.50102 17.627 2.50102C17.74 2.50044 17.8506 2.53345 17.9447 2.59586C18.0389 2.65826 18.1124 2.74724 18.1559 2.85151C18.1994 2.95577 18.211 3.07062 18.1891 3.18145C18.1672 3.29229 18.1129 3.39412 18.033 3.47402L15.32 6.18702C15.1523 6.34977 15.0187 6.54423 14.9269 6.75909C14.8351 6.97394 14.7869 7.20491 14.7851 7.43856C14.7833 7.67221 14.828 7.90388 14.9166 8.1201C15.0051 8.33633 15.1358 8.5328 15.3009 8.69808C15.4661 8.86337 15.6624 8.99418 15.8786 9.0829C16.0947 9.17163 16.3264 9.2165 16.56 9.21491C16.7937 9.21332 17.0247 9.16531 17.2396 9.07365C17.4545 8.982 17.6491 8.84853 17.812 8.68102L20.526 5.96902C20.6058 5.88885 20.7076 5.83424 20.8185 5.81212C20.9294 5.79 21.0444 5.80137 21.1488 5.8448C21.2533 5.88822 21.3424 5.96173 21.405 6.05597C21.4675 6.15021 21.5006 6.26092 21.5 6.37402C21.5 11.642 21.548 12.168 20.358 13.357Z",
|
|
@@ -861,13 +861,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
861
861
|
strokeLinejoin: "round"
|
|
862
862
|
})
|
|
863
863
|
]
|
|
864
|
-
}), eye_default = (
|
|
864
|
+
}), eye_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
865
865
|
width: "1em",
|
|
866
866
|
height: "1em",
|
|
867
867
|
viewBox: "0 0 24 24",
|
|
868
868
|
fill: "none",
|
|
869
869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
870
|
-
...
|
|
870
|
+
...f,
|
|
871
871
|
children: [/* @__PURE__ */ jsx("path", {
|
|
872
872
|
d: "M21.544 11.045C21.848 11.471 22 11.685 22 12C22 12.316 21.848 12.529 21.544 12.955C20.178 14.871 16.689 19 12 19C7.31 19 3.822 14.87 2.456 12.955C2.152 12.529 2 12.315 2 12C2 11.684 2.152 11.471 2.456 11.045C3.822 9.129 7.311 5 12 5C16.69 5 20.178 9.13 21.544 11.045Z",
|
|
873
873
|
stroke: "#1F1F1F",
|
|
@@ -877,13 +877,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
877
877
|
stroke: "#1F1F1F",
|
|
878
878
|
strokeWidth: 2
|
|
879
879
|
})]
|
|
880
|
-
}), filter_default = (
|
|
880
|
+
}), filter_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
881
881
|
width: "1em",
|
|
882
882
|
height: "1em",
|
|
883
883
|
viewBox: "0 0 24 24",
|
|
884
884
|
fill: "none",
|
|
885
885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
886
|
-
...
|
|
886
|
+
...f,
|
|
887
887
|
children: /* @__PURE__ */ jsx("path", {
|
|
888
888
|
d: "M8.85697 11.506C6.36997 9.646 4.59597 7.6 3.62697 6.45C3.32697 6.094 3.22897 5.833 3.16997 5.374C2.96797 3.802 2.86697 3.016 3.32797 2.508C3.78897 2 4.60397 2 6.23397 2H17.766C19.396 2 20.211 2 20.672 2.507C21.133 3.015 21.032 3.801 20.83 5.373C20.77 5.832 20.672 6.093 20.373 6.449C19.403 7.601 17.626 9.651 15.133 11.514C15.0177 11.6037 14.9224 11.7165 14.8532 11.8451C14.784 11.9737 14.7423 12.1154 14.731 12.261C14.484 14.992 14.256 16.488 14.114 17.244C13.885 18.466 12.154 19.201 11.226 19.856C10.674 20.246 10.004 19.782 9.93297 19.178C9.66744 16.8765 9.44274 14.5705 9.25897 12.261C9.24869 12.114 9.20759 11.9708 9.13833 11.8407C9.06907 11.7106 8.9732 11.5966 8.85697 11.506Z",
|
|
889
889
|
stroke: "#1F1F1F",
|
|
@@ -891,13 +891,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
891
891
|
strokeLinecap: "round",
|
|
892
892
|
strokeLinejoin: "round"
|
|
893
893
|
})
|
|
894
|
-
}), filter_pending_fill_default = (
|
|
894
|
+
}), filter_pending_fill_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
895
895
|
width: "1em",
|
|
896
896
|
height: "1em",
|
|
897
897
|
viewBox: "0 0 24 24",
|
|
898
898
|
fill: "none",
|
|
899
899
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
|
-
...
|
|
900
|
+
...f,
|
|
901
901
|
children: [/* @__PURE__ */ jsx("path", {
|
|
902
902
|
d: "M6.85697 12.506C4.36997 10.646 2.59597 8.6 1.62697 7.45C1.32697 7.094 1.22897 6.833 1.16997 6.374C0.967967 4.802 0.866967 4.016 1.32797 3.508C1.78897 3 2.60397 3 4.23397 3H15.766C17.396 3 18.211 3 18.672 3.507C19.133 4.015 19.032 4.801 18.83 6.373C18.77 6.832 18.672 7.093 18.373 7.449C17.403 8.601 15.626 10.651 13.133 12.514C13.0177 12.6037 12.9224 12.7165 12.8532 12.8451C12.784 12.9737 12.7423 13.1154 12.731 13.261C12.484 15.992 12.256 17.488 12.114 18.244C11.885 19.466 10.154 20.201 9.22597 20.856C8.67397 21.246 8.00397 20.782 7.93297 20.178C7.66744 17.8765 7.44274 15.5705 7.25897 13.261C7.24869 13.114 7.20759 12.9708 7.13833 12.8407C7.06907 12.7106 6.9732 12.5966 6.85697 12.506Z",
|
|
903
903
|
fill: "#1F1F1F",
|
|
@@ -912,13 +912,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
912
912
|
strokeLinecap: "round",
|
|
913
913
|
strokeLinejoin: "round"
|
|
914
914
|
})]
|
|
915
|
-
}), floppy_disk_default = (
|
|
915
|
+
}), floppy_disk_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
916
916
|
width: "1em",
|
|
917
917
|
height: "1em",
|
|
918
918
|
viewBox: "0 0 24 24",
|
|
919
919
|
fill: "none",
|
|
920
920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
921
|
-
...
|
|
921
|
+
...f,
|
|
922
922
|
children: [
|
|
923
923
|
/* @__PURE__ */ jsx("path", {
|
|
924
924
|
d: "M8 22V19C8 17.114 8 16.172 8.586 15.586C9.172 15 10.114 15 12 15C13.886 15 14.828 15 15.414 15.586C16 16.172 16 17.114 16 19V22",
|
|
@@ -939,13 +939,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
939
939
|
strokeWidth: 2
|
|
940
940
|
})
|
|
941
941
|
]
|
|
942
|
-
}), flowchart_default = (
|
|
942
|
+
}), flowchart_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
943
943
|
width: "1em",
|
|
944
944
|
height: "1em",
|
|
945
945
|
viewBox: "0 0 24 24",
|
|
946
946
|
fill: "none",
|
|
947
947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
948
|
-
...
|
|
948
|
+
...f,
|
|
949
949
|
children: [/* @__PURE__ */ jsx("path", {
|
|
950
950
|
d: "M14.028 13.375C14.676 12.727 15 12.403 15 12C15 11.597 14.676 11.273 14.028 10.625L13.375 9.972C12.727 9.324 12.403 9 12 9C11.597 9 11.273 9.324 10.625 9.972L9.972 10.625C9.324 11.273 9 11.597 9 12C9 12.403 9.324 12.727 9.972 13.375L10.625 14.028C11.273 14.676 11.597 15 12 15C12.403 15 12.727 14.676 13.375 14.028L14.028 13.375ZM8 4C8 2.345 8.345 2 10 2H14C15.655 2 16 2.345 16 4C16 5.655 15.655 6 14 6H10C8.345 6 8 5.655 8 4ZM8 20C8 18.345 8.345 18 10 18H14C15.655 18 16 18.345 16 20C16 21.655 15.655 22 14 22H10C8.345 22 8 21.655 8 20Z",
|
|
951
951
|
stroke: "#1F1F1F",
|
|
@@ -957,13 +957,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
957
957
|
strokeLinecap: "round",
|
|
958
958
|
strokeLinejoin: "round"
|
|
959
959
|
})]
|
|
960
|
-
}), flowchart2_default = (
|
|
960
|
+
}), flowchart2_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
961
961
|
width: "1em",
|
|
962
962
|
height: "1em",
|
|
963
963
|
viewBox: "0 0 24 24",
|
|
964
964
|
fill: "none",
|
|
965
965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
966
|
-
...
|
|
966
|
+
...f,
|
|
967
967
|
children: [
|
|
968
968
|
/* @__PURE__ */ jsx("path", {
|
|
969
969
|
d: "M6 20C6 20.5304 5.78929 21.0391 5.41421 21.4142C5.03914 21.7893 4.53043 22 4 22C3.46957 22 2.96086 21.7893 2.58579 21.4142C2.21071 21.0391 2 20.5304 2 20C2 19.4696 2.21071 18.9609 2.58579 18.5858C2.96086 18.2107 3.46957 18 4 18C4.53043 18 5.03914 18.2107 5.41421 18.5858C5.78929 18.9609 6 19.4696 6 20Z",
|
|
@@ -990,13 +990,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
990
990
|
strokeLinejoin: "round"
|
|
991
991
|
})
|
|
992
992
|
]
|
|
993
|
-
}), folder_details_default = (
|
|
993
|
+
}), folder_details_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
994
994
|
width: "1em",
|
|
995
995
|
height: "1em",
|
|
996
996
|
viewBox: "0 0 24 24",
|
|
997
997
|
fill: "none",
|
|
998
998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
999
|
-
...
|
|
999
|
+
...f,
|
|
1000
1000
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1001
1001
|
d: "M12 21C7.286 21 4.929 21 3.464 19.535C2 18.072 2 15.715 2 11V7.944C2 6.128 2 5.22 2.38 4.538C2.65114 4.05208 3.05208 3.65114 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191C10.363 3.627 10.843 4.684 11.368 5.733L12 7M8 7H16.75C18.857 7 19.91 7 20.667 7.506C20.9943 7.72474 21.2753 8.00575 21.494 8.333C22 9.09 22 10.143 22 12.25",
|
|
1002
1002
|
stroke: "#1F1F1F",
|
|
@@ -1009,13 +1009,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1009
1009
|
strokeLinecap: "round",
|
|
1010
1010
|
strokeLinejoin: "round"
|
|
1011
1011
|
})]
|
|
1012
|
-
}), id_default = (
|
|
1012
|
+
}), id_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1013
1013
|
width: "1em",
|
|
1014
1014
|
height: "1em",
|
|
1015
1015
|
viewBox: "0 0 24 24",
|
|
1016
1016
|
fill: "none",
|
|
1017
1017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1018
|
-
...
|
|
1018
|
+
...f,
|
|
1019
1019
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1020
1020
|
d: "M2.5 12C2.5 7.522 2.5 5.282 3.891 3.891C5.282 2.5 7.521 2.5 12 2.5C16.478 2.5 18.718 2.5 20.109 3.891C21.5 5.282 21.5 7.521 21.5 12C21.5 16.478 21.5 18.718 20.109 20.109C18.718 21.5 16.479 21.5 12 21.5C7.522 21.5 5.282 21.5 3.891 20.109C2.5 18.718 2.5 16.479 2.5 12Z",
|
|
1021
1021
|
stroke: "#1F1F1F",
|
|
@@ -1028,24 +1028,24 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1028
1028
|
strokeLinecap: "round",
|
|
1029
1029
|
strokeLinejoin: "round"
|
|
1030
1030
|
})]
|
|
1031
|
-
}), id_fill_default = (
|
|
1031
|
+
}), id_fill_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1032
1032
|
width: "1em",
|
|
1033
1033
|
height: "1em",
|
|
1034
1034
|
viewBox: "0 0 24 24",
|
|
1035
1035
|
fill: "none",
|
|
1036
1036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1037
|
-
...
|
|
1037
|
+
...f,
|
|
1038
1038
|
children: /* @__PURE__ */ jsx("path", {
|
|
1039
1039
|
d: "M12 1.5C14.2107 1.5 15.97 1.49771 17.3457 1.68262C18.75 1.8714 19.9041 2.27133 20.8164 3.18359C21.7287 4.09588 22.1286 5.24993 22.3174 6.6543C22.5023 8.0299 22.5 9.78879 22.5 12C22.5 14.2107 22.5023 15.97 22.3174 17.3457C22.1286 18.75 21.7287 19.9041 20.8164 20.8164C19.9041 21.7287 18.7501 22.1286 17.3457 22.3174C15.9701 22.5023 14.2112 22.5 12 22.5C9.78926 22.5 8.03002 22.5023 6.6543 22.3174C5.25004 22.1286 4.09585 21.7287 3.18359 20.8164C2.2713 19.9041 1.87139 18.7501 1.68262 17.3457C1.49771 15.9701 1.5 14.2112 1.5 12C1.5 9.78926 1.49771 8.03002 1.68262 6.6543C1.8714 5.25004 2.27133 4.09586 3.18359 3.18359C4.09588 2.2713 5.24993 1.87139 6.6543 1.68262C8.0299 1.49771 9.78879 1.5 12 1.5ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16V8C9 7.44772 8.55228 7 8 7ZM15 7C14.4477 7 14 7.44772 14 8V10H13.5C12.5717 10 11.6818 10.369 11.0254 11.0254C10.369 11.6818 10 12.5717 10 13.5C10 14.4283 10.369 15.3182 11.0254 15.9746C11.6818 16.631 12.5717 17 13.5 17C13.7011 17 13.977 17.0067 14.1895 16.998C14.4073 16.9892 14.7207 16.9627 15.0254 16.8271C15.379 16.6698 15.6556 16.3966 15.8193 16.0234C15.9636 15.6948 16 15.3349 16 15V8C16 7.44772 15.5523 7 15 7ZM14 12V15H13.999C13.9556 15.0004 13.9072 15.0023 13.8525 15.002C13.7556 15.0014 13.6257 15 13.5 15C13.1022 15 12.7208 14.8419 12.4395 14.5605C12.1581 14.2792 12 13.8978 12 13.5C12 13.1022 12.1581 12.7208 12.4395 12.4395C12.7208 12.1581 13.1022 12 13.5 12H14Z",
|
|
1040
1040
|
fill: "#1F1F1F"
|
|
1041
1041
|
})
|
|
1042
|
-
}), image_default = (
|
|
1042
|
+
}), image_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1043
1043
|
width: "1em",
|
|
1044
1044
|
height: "1em",
|
|
1045
1045
|
viewBox: "0 0 24 24",
|
|
1046
1046
|
fill: "none",
|
|
1047
1047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1048
|
-
...
|
|
1048
|
+
...f,
|
|
1049
1049
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1050
1050
|
d: "M3 16L7.47 11.53C7.63808 11.3619 7.83763 11.2285 8.05725 11.1375C8.27688 11.0466 8.51227 10.9997 8.75 10.9997C8.98773 10.9997 9.22312 11.0466 9.44275 11.1375C9.66237 11.2285 9.86192 11.3619 10.03 11.53L14 15.5M14 15.5L15.5 17M14 15.5L15.97 13.53C16.1381 13.3619 16.3376 13.2285 16.5573 13.1375C16.7769 13.0466 17.0123 12.9997 17.25 12.9997C17.4877 12.9997 17.7231 13.0466 17.9427 13.1375C18.1624 13.2285 18.3619 13.3619 18.53 13.53L21 16M15.5 8C15.6326 8 15.7598 7.94732 15.8536 7.85355C15.9473 7.75979 16 7.63261 16 7.5C16 7.36739 15.9473 7.24021 15.8536 7.14645C15.7598 7.05268 15.6326 7 15.5 7M15.5 8C15.3674 8 15.2402 7.94732 15.1464 7.85355C15.0527 7.75979 15 7.63261 15 7.5C15 7.36739 15.0527 7.24021 15.1464 7.14645C15.2402 7.05268 15.3674 7 15.5 7M15.5 8V7",
|
|
1051
1051
|
stroke: "#1F1F1F",
|
|
@@ -1059,13 +1059,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1059
1059
|
strokeLinecap: "round",
|
|
1060
1060
|
strokeLinejoin: "round"
|
|
1061
1061
|
})]
|
|
1062
|
-
}), info_checkmark_badge_default = (
|
|
1062
|
+
}), info_checkmark_badge_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1063
1063
|
width: "1em",
|
|
1064
1064
|
height: "1em",
|
|
1065
1065
|
viewBox: "0 0 24 24",
|
|
1066
1066
|
fill: "none",
|
|
1067
1067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1068
|
-
...
|
|
1068
|
+
...f,
|
|
1069
1069
|
children: [
|
|
1070
1070
|
/* @__PURE__ */ jsx("path", {
|
|
1071
1071
|
d: "M18.99 19H19M18.99 19C18.368 19.617 17.24 19.464 16.448 19.464C15.476 19.464 15.008 19.654 14.315 20.347C13.725 20.937 12.934 22 12 22C11.066 22 10.275 20.937 9.685 20.347C8.991 19.654 8.523 19.464 7.552 19.464C6.761 19.464 5.632 19.618 5.009 19C4.382 18.378 4.536 17.244 4.536 16.448C4.536 15.441 4.316 14.978 3.599 14.262C2.533 13.196 2 12.662 2 12C2 11.338 2.533 10.804 3.6 9.738C4.24 9.098 4.536 8.464 4.536 7.552C4.536 6.761 4.382 5.632 5 5.009C5.622 4.382 6.756 4.536 7.552 4.536C8.464 4.536 9.098 4.239 9.738 3.599C10.804 2.533 11.338 2 12 2C12.662 2 13.196 2.533 14.262 3.6C14.902 4.24 15.536 4.536 16.448 4.536C17.239 4.536 18.368 4.382 18.991 5C19.618 5.622 19.464 6.756 19.464 7.552C19.464 8.559 19.684 9.022 20.401 9.738C21.467 10.804 22 11.338 22 12C22 12.662 21.467 13.196 20.4 14.262C19.684 14.979 19.464 15.442 19.464 16.448C19.464 17.244 19.617 18.378 18.99 19Z",
|
|
@@ -1087,13 +1087,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1087
1087
|
strokeLinejoin: "round"
|
|
1088
1088
|
})
|
|
1089
1089
|
]
|
|
1090
|
-
}), information_default = (
|
|
1090
|
+
}), information_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1091
1091
|
width: "1em",
|
|
1092
1092
|
height: "1em",
|
|
1093
1093
|
viewBox: "0 0 24 24",
|
|
1094
1094
|
fill: "none",
|
|
1095
1095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1096
|
-
...
|
|
1096
|
+
...f,
|
|
1097
1097
|
children: [
|
|
1098
1098
|
/* @__PURE__ */ jsx("path", {
|
|
1099
1099
|
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
@@ -1117,13 +1117,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1117
1117
|
strokeLinejoin: "round"
|
|
1118
1118
|
})
|
|
1119
1119
|
]
|
|
1120
|
-
}), key_default = (
|
|
1120
|
+
}), key_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1121
1121
|
width: "1em",
|
|
1122
1122
|
height: "1em",
|
|
1123
1123
|
viewBox: "0 0 24 24",
|
|
1124
1124
|
fill: "none",
|
|
1125
1125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1126
|
-
...
|
|
1126
|
+
...f,
|
|
1127
1127
|
children: /* @__PURE__ */ jsx("path", {
|
|
1128
1128
|
d: "M6.5 17.5L7.5 16.5M14.5 15.5C14.4996 16.7952 14.08 18.0555 13.3041 19.0926C12.5281 20.1297 11.4374 20.8878 10.1949 21.2536C8.95241 21.6195 7.6249 21.5735 6.41073 21.1225C5.19657 20.6715 4.16094 19.8397 3.45863 18.7514C2.75632 17.6631 2.42502 16.3768 2.51426 15.0846C2.6035 13.7925 3.10847 12.5639 3.95372 11.5825C4.79897 10.6011 5.93911 9.91953 7.20374 9.6397C8.46838 9.35988 9.78962 9.4968 10.97 10.03L18.5 2.5H21.5V5.5H19.5V7.5H17.5V9.5L13.97 13.03C14.31 13.784 14.5 14.62 14.5 15.5Z",
|
|
1129
1129
|
stroke: "#1F1F1F",
|
|
@@ -1131,24 +1131,24 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1131
1131
|
strokeLinecap: "round",
|
|
1132
1132
|
strokeLinejoin: "round"
|
|
1133
1133
|
})
|
|
1134
|
-
}), line_graph_fill_default = (
|
|
1134
|
+
}), line_graph_fill_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1135
1135
|
width: "1em",
|
|
1136
1136
|
height: "1em",
|
|
1137
1137
|
viewBox: "0 0 24 24",
|
|
1138
1138
|
fill: "none",
|
|
1139
1139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1140
|
-
...
|
|
1140
|
+
...f,
|
|
1141
1141
|
children: /* @__PURE__ */ jsx("path", {
|
|
1142
1142
|
d: "M12 2C14.0925 2 15.7628 1.99809 17.0703 2.17383C18.4066 2.35348 19.5129 2.73553 20.3887 3.61133C21.2645 4.48713 21.6465 5.59336 21.8262 6.92969C22.0019 8.23724 22 9.90747 22 12C22 14.0925 22.0019 15.7628 21.8262 17.0703C21.6465 18.4066 21.2645 19.5129 20.3887 20.3887C19.5129 21.2645 18.4066 21.6465 17.0703 21.8262C15.7628 22.0019 14.0925 22 12 22C9.90747 22 8.23724 22.0019 6.92969 21.8262C5.59336 21.6465 4.48713 21.2645 3.61133 20.3887C2.73553 19.5129 2.35348 18.4066 2.17383 17.0703C1.99809 15.7628 2 14.0925 2 12C2 9.90747 1.99809 8.23724 2.17383 6.92969C2.35348 5.59336 2.73553 4.48713 3.61133 3.61133C4.48713 2.73553 5.59336 2.35348 6.92969 2.17383C8.23724 1.99809 9.90747 2 12 2ZM17.707 9.29297C17.3165 8.90245 16.6835 8.90244 16.293 9.29297L13.5 12.0859L11.9141 10.5C11.539 10.1251 11.0303 9.91406 10.5 9.91406C10.0358 9.91406 9.58832 10.0756 9.23242 10.3672L9.08594 10.5L6.29297 13.293C5.90244 13.6835 5.90245 14.3165 6.29297 14.707C6.68349 15.0976 7.31651 15.0976 7.70703 14.707L10.5 11.9141L12.0859 13.5L12.2324 13.6328C12.5883 13.9244 13.0358 14.0859 13.5 14.0859C14.0303 14.0859 14.539 13.8749 14.9141 13.5L17.707 10.707C18.0976 10.3165 18.0976 9.68349 17.707 9.29297Z",
|
|
1143
1143
|
fill: "#1F1F1F"
|
|
1144
1144
|
})
|
|
1145
|
-
}), list_default = (
|
|
1145
|
+
}), list_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1146
1146
|
width: "1em",
|
|
1147
1147
|
height: "1em",
|
|
1148
1148
|
viewBox: "0 0 24 24",
|
|
1149
1149
|
fill: "none",
|
|
1150
1150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1151
|
-
...
|
|
1151
|
+
...f,
|
|
1152
1152
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1153
1153
|
d: "M2.5 12C2.5 7.522 2.5 5.282 3.891 3.891C5.282 2.5 7.521 2.5 12 2.5C16.478 2.5 18.718 2.5 20.109 3.891C21.5 5.282 21.5 7.521 21.5 12C21.5 16.478 21.5 18.718 20.109 20.109C18.718 21.5 16.479 21.5 12 21.5C7.522 21.5 5.282 21.5 3.891 20.109C2.5 18.718 2.5 16.479 2.5 12Z",
|
|
1154
1154
|
stroke: "#1F1F1F",
|
|
@@ -1159,24 +1159,24 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1159
1159
|
strokeWidth: 2,
|
|
1160
1160
|
strokeLinecap: "round"
|
|
1161
1161
|
})]
|
|
1162
|
-
}), list_fill_default = (
|
|
1162
|
+
}), list_fill_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1163
1163
|
width: "1em",
|
|
1164
1164
|
height: "1em",
|
|
1165
1165
|
viewBox: "0 0 24 24",
|
|
1166
1166
|
fill: "none",
|
|
1167
1167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1168
|
-
...
|
|
1168
|
+
...f,
|
|
1169
1169
|
children: /* @__PURE__ */ jsx("path", {
|
|
1170
1170
|
d: "M12 1.5C14.2107 1.5 15.97 1.49771 17.3457 1.68262C18.75 1.8714 19.9041 2.27133 20.8164 3.18359C21.7287 4.09588 22.1286 5.24993 22.3174 6.6543C22.5023 8.0299 22.5 9.78879 22.5 12C22.5 14.2107 22.5023 15.97 22.3174 17.3457C22.1286 18.75 21.7287 19.9041 20.8164 20.8164C19.9041 21.7287 18.7501 22.1286 17.3457 22.3174C15.9701 22.5023 14.2112 22.5 12 22.5C9.78926 22.5 8.03002 22.5023 6.6543 22.3174C5.25004 22.1286 4.09585 21.7287 3.18359 20.8164C2.2713 19.9041 1.87139 18.7501 1.68262 17.3457C1.49771 15.9701 1.5 14.2112 1.5 12C1.5 9.78926 1.49771 8.03002 1.68262 6.6543C1.8714 5.25004 2.27133 4.09586 3.18359 3.18359C4.09588 2.2713 5.24993 1.87139 6.6543 1.68262C8.0299 1.49771 9.78879 1.5 12 1.5ZM7 16C6.44772 16 6 16.4477 6 17C6 17.5523 6.44772 18 7 18H8C8.55228 18 9 17.5523 9 17C9 16.4477 8.55228 16 8 16H7ZM11 16C10.4477 16 10 16.4477 10 17C10 17.5523 10.4477 18 11 18H17C17.5523 18 18 17.5523 18 17C18 16.4477 17.5523 16 17 16H11ZM7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H7ZM11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H11ZM7 6C6.44772 6 6 6.44772 6 7C6 7.55228 6.44772 8 7 8H8C8.55228 8 9 7.55228 9 7C9 6.44772 8.55228 6 8 6H7ZM11 6C10.4477 6 10 6.44772 10 7C10 7.55228 10.4477 8 11 8H17C17.5523 8 18 7.55228 18 7C18 6.44772 17.5523 6 17 6H11Z",
|
|
1171
1171
|
fill: "#1F1F1F"
|
|
1172
1172
|
})
|
|
1173
|
-
}), logins_default = (
|
|
1173
|
+
}), logins_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1174
1174
|
width: "1em",
|
|
1175
1175
|
height: "1em",
|
|
1176
1176
|
viewBox: "0 0 24 24",
|
|
1177
1177
|
fill: "none",
|
|
1178
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1179
|
-
...
|
|
1179
|
+
...f,
|
|
1180
1180
|
children: /* @__PURE__ */ jsx("path", {
|
|
1181
1181
|
d: "M14 4.00004H11.983C10.08 4.00004 9.13 4.00004 8.54 4.58604C8.21 4.91204 8.064 5.35004 8 6.00004M14 20H11.983C10.081 20 9.13 20 8.54 19.414C8.21 19.088 8.064 18.65 8 18M10 12H3M8.5 9.50004C8.5 9.50004 11 11.34 11 12C11 12.66 8.5 14.5 8.5 14.5M20.607 4.00004C21 4.61704 21 5.41304 21 7.00404V16.998C21 18.589 21 19.385 20.607 20C20.537 20.11 20.4587 20.214 20.372 20.312C19.889 20.858 19.123 21.077 17.592 21.514C16.059 21.952 15.292 22.171 14.736 21.843C14.6397 21.7859 14.5502 21.7181 14.469 21.641C14 21.196 14 20.4 14 18.803V5.19704C14 3.60104 14 2.80404 14.469 2.36004C14.5497 2.2827 14.6387 2.21537 14.736 2.15804C15.291 1.83004 16.059 2.04804 17.593 2.48704C19.123 2.92404 19.889 3.14304 20.373 3.68904C20.459 3.78704 20.537 3.89004 20.607 4.00004Z",
|
|
1182
1182
|
stroke: "#1F1F1F",
|
|
@@ -1184,13 +1184,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1184
1184
|
strokeLinecap: "round",
|
|
1185
1185
|
strokeLinejoin: "round"
|
|
1186
1186
|
})
|
|
1187
|
-
}), logout_default = (
|
|
1187
|
+
}), logout_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1188
1188
|
width: "1em",
|
|
1189
1189
|
height: "1em",
|
|
1190
1190
|
viewBox: "0 0 24 24",
|
|
1191
1191
|
fill: "none",
|
|
1192
1192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1193
|
-
...
|
|
1193
|
+
...f,
|
|
1194
1194
|
children: /* @__PURE__ */ jsx("path", {
|
|
1195
1195
|
d: "M11 4.00004H13.017C14.919 4.00004 15.87 4.00004 16.46 4.58604C16.79 4.91204 16.936 5.35004 17 6.00004M11 20H13.017C14.919 20 15.87 20 16.46 19.414C16.79 19.088 16.936 18.65 17 18M21 12H14M19.5 9.50004C19.5 9.50004 22 11.34 22 12C22 12.66 19.5 14.5 19.5 14.5M4.393 4.00004C4 4.61704 4 5.41304 4 7.00404V16.998C4 18.589 4 19.385 4.393 20C4.463 20.11 4.54133 20.214 4.628 20.312C5.111 20.858 5.877 21.077 7.408 21.514C8.941 21.952 9.708 22.171 10.264 21.843C10.3603 21.7859 10.4498 21.7181 10.531 21.641C11 21.196 11 20.4 11 18.803V5.19704C11 3.60104 11 2.80404 10.531 2.36004C10.4498 2.28295 10.3603 2.2152 10.264 2.15804C9.709 1.83004 8.941 2.04804 7.407 2.48704C5.877 2.92404 5.111 3.14304 4.627 3.68904C4.54099 3.78679 4.46276 3.8901 4.393 4.00004Z",
|
|
1196
1196
|
stroke: "#1F1F1F",
|
|
@@ -1198,13 +1198,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1198
1198
|
strokeLinecap: "round",
|
|
1199
1199
|
strokeLinejoin: "round"
|
|
1200
1200
|
})
|
|
1201
|
-
}), mail_default = (
|
|
1201
|
+
}), mail_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1202
1202
|
width: "1em",
|
|
1203
1203
|
height: "1em",
|
|
1204
1204
|
viewBox: "0 0 24 24",
|
|
1205
1205
|
fill: "none",
|
|
1206
1206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1207
|
-
...
|
|
1207
|
+
...f,
|
|
1208
1208
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1209
1209
|
d: "M2 6L8.913 9.917C11.462 11.361 12.538 11.361 15.087 9.917L22 6",
|
|
1210
1210
|
stroke: "#1F1F1F",
|
|
@@ -1216,13 +1216,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1216
1216
|
strokeWidth: 2,
|
|
1217
1217
|
strokeLinejoin: "round"
|
|
1218
1218
|
})]
|
|
1219
|
-
}), megaphone_default = (
|
|
1219
|
+
}), megaphone_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1220
1220
|
width: "1em",
|
|
1221
1221
|
height: "1em",
|
|
1222
1222
|
viewBox: "0 0 24 24",
|
|
1223
1223
|
fill: "none",
|
|
1224
1224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1225
|
-
...
|
|
1225
|
+
...f,
|
|
1226
1226
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1227
1227
|
d: "M7 9V15M7 9H6C5.068 9 4.602 9 4.235 9.152C3.99218 9.25251 3.77155 9.3999 3.58572 9.58572C3.3999 9.77155 3.25251 9.99218 3.152 10.235C3 10.602 3 11.068 3 12C3 12.932 3 13.398 3.152 13.765C3.25251 14.0078 3.3999 14.2284 3.58572 14.4143C3.77155 14.6001 3.99218 14.7475 4.235 14.848C4.602 15 5.068 15 6 15H7M7 9L15.08 6.576C16.029 6.291 16.504 6.149 16.926 5.899L16.946 5.886C17.366 5.634 17.717 5.283 18.418 4.582L18.586 4.414C18.705 4.295 18.765 4.235 18.831 4.188C18.956 4.09803 19.1001 4.03814 19.252 4.013C19.333 4 19.417 4 19.586 4C19.97 4 20.164 4 20.32 4.052C20.466 4.10123 20.5986 4.18352 20.7075 4.29246C20.8165 4.40139 20.8988 4.53402 20.948 4.68C21 4.836 21 5.029 21 5.414V18.586C21 18.971 21 19.164 20.948 19.32C20.8988 19.466 20.8165 19.5986 20.7075 19.7075C20.5986 19.8165 20.466 19.8988 20.32 19.948C20.164 20 19.971 20 19.586 20C19.417 20 19.332 20 19.252 19.987C19.1001 19.9619 18.956 19.902 18.831 19.812C18.765 19.765 18.706 19.706 18.586 19.586L18.418 19.418C17.716 18.717 17.366 18.366 16.946 18.113L16.926 18.101C16.504 17.851 16.03 17.709 15.08 17.424L7 15",
|
|
1228
1228
|
stroke: "#1F1F1F",
|
|
@@ -1236,13 +1236,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1236
1236
|
strokeLinecap: "round",
|
|
1237
1237
|
strokeLinejoin: "round"
|
|
1238
1238
|
})]
|
|
1239
|
-
}), menu_collapse_default = (
|
|
1239
|
+
}), menu_collapse_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1240
1240
|
width: "1em",
|
|
1241
1241
|
height: "1em",
|
|
1242
1242
|
viewBox: "0 0 24 24",
|
|
1243
1243
|
fill: "none",
|
|
1244
1244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1245
|
-
...
|
|
1245
|
+
...f,
|
|
1246
1246
|
children: /* @__PURE__ */ jsx("path", {
|
|
1247
1247
|
d: "M3 6H17M3 12H13M3 18H17M21 8L19.846 8.877C17.95 10.318 17 11.039 17 12C17 12.961 17.949 13.682 19.846 15.124L21 16",
|
|
1248
1248
|
stroke: "#1F1F1F",
|
|
@@ -1250,13 +1250,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1250
1250
|
strokeLinecap: "round",
|
|
1251
1251
|
strokeLinejoin: "round"
|
|
1252
1252
|
})
|
|
1253
|
-
}), menu_default = (
|
|
1253
|
+
}), menu_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1254
1254
|
width: "1em",
|
|
1255
1255
|
height: "1em",
|
|
1256
1256
|
viewBox: "0 0 24 24",
|
|
1257
1257
|
fill: "none",
|
|
1258
1258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1259
|
-
...
|
|
1259
|
+
...f,
|
|
1260
1260
|
children: /* @__PURE__ */ jsx("path", {
|
|
1261
1261
|
d: "M4 5H20M4 12H20M4 19H20",
|
|
1262
1262
|
stroke: "#1F1F1F",
|
|
@@ -1264,13 +1264,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1264
1264
|
strokeLinecap: "round",
|
|
1265
1265
|
strokeLinejoin: "round"
|
|
1266
1266
|
})
|
|
1267
|
-
}), microscope_default = (
|
|
1267
|
+
}), microscope_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1268
1268
|
width: "1em",
|
|
1269
1269
|
height: "1em",
|
|
1270
1270
|
viewBox: "0 0 24 24",
|
|
1271
1271
|
fill: "none",
|
|
1272
1272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1273
|
-
...
|
|
1273
|
+
...f,
|
|
1274
1274
|
children: [
|
|
1275
1275
|
/* @__PURE__ */ jsx("path", {
|
|
1276
1276
|
d: "M4 21.5H20M12.5 9.5C12.5 9.69698 12.4612 9.89204 12.3858 10.074C12.3104 10.256 12.1999 10.4214 12.0607 10.5607C11.9214 10.6999 11.756 10.8104 11.574 10.8858C11.392 10.9612 11.197 11 11 11C10.803 11 10.608 10.9612 10.426 10.8858C10.244 10.8104 10.0786 10.6999 9.93934 10.5607C9.80005 10.4214 9.68956 10.256 9.61418 10.074C9.5388 9.89204 9.5 9.69698 9.5 9.5C9.5 9.10218 9.65804 8.72064 9.93934 8.43934C10.2206 8.15804 10.6022 8 11 8C11.3978 8 11.7794 8.15804 12.0607 8.43934C12.342 8.72064 12.5 9.10218 12.5 9.5Z",
|
|
@@ -1294,13 +1294,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1294
1294
|
strokeLinejoin: "round"
|
|
1295
1295
|
})
|
|
1296
1296
|
]
|
|
1297
|
-
}), moon_default = (
|
|
1297
|
+
}), moon_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1298
1298
|
width: "1em",
|
|
1299
1299
|
height: "1em",
|
|
1300
1300
|
viewBox: "0 0 24 24",
|
|
1301
1301
|
fill: "none",
|
|
1302
1302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1303
|
-
...
|
|
1303
|
+
...f,
|
|
1304
1304
|
children: /* @__PURE__ */ jsx("path", {
|
|
1305
1305
|
d: "M21.5 14.078C19.8813 14.9418 18.0277 15.2625 16.2129 14.9927C14.398 14.7229 12.718 13.8768 11.4206 12.5794C10.1232 11.282 9.27715 9.60196 9.00732 7.78711C8.73749 5.97225 9.05816 4.11873 9.922 2.5C5.668 3.497 2.5 7.315 2.5 11.873C2.5 14.4262 3.51427 16.8749 5.31968 18.6803C7.1251 20.4857 9.57376 21.5 12.127 21.5C16.685 21.5 20.503 18.332 21.5 14.078Z",
|
|
1306
1306
|
stroke: "#1F1F1F",
|
|
@@ -1308,13 +1308,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1308
1308
|
strokeLinecap: "round",
|
|
1309
1309
|
strokeLinejoin: "round"
|
|
1310
1310
|
})
|
|
1311
|
-
}), notification_off_default = (
|
|
1311
|
+
}), notification_off_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1312
1312
|
width: "1em",
|
|
1313
1313
|
height: "1em",
|
|
1314
1314
|
viewBox: "0 0 24 24",
|
|
1315
1315
|
fill: "none",
|
|
1316
1316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1317
|
-
...
|
|
1317
|
+
...f,
|
|
1318
1318
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1319
1319
|
d: "M15.5 18C15.5 18.4596 15.4095 18.9148 15.2336 19.3394C15.0577 19.764 14.7999 20.1499 14.4749 20.4749C14.1499 20.7999 13.764 21.0577 13.3394 21.2336C12.9148 21.4095 12.4596 21.5 12 21.5C11.5404 21.5 11.0852 21.4095 10.6606 21.2336C10.236 21.0577 9.85013 20.7999 9.52513 20.4749C9.20012 20.1499 8.94231 19.764 8.76642 19.3394C8.59053 18.9148 8.5 18.4596 8.5 18M2 2L22 22",
|
|
1320
1320
|
stroke: "#1F1F1F",
|
|
@@ -1328,13 +1328,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1328
1328
|
strokeLinecap: "round",
|
|
1329
1329
|
strokeLinejoin: "round"
|
|
1330
1330
|
})]
|
|
1331
|
-
}), notification_default = (
|
|
1331
|
+
}), notification_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1332
1332
|
width: "1em",
|
|
1333
1333
|
height: "1em",
|
|
1334
1334
|
viewBox: "0 0 24 24",
|
|
1335
1335
|
fill: "none",
|
|
1336
1336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1337
|
-
...
|
|
1337
|
+
...f,
|
|
1338
1338
|
children: /* @__PURE__ */ jsx("path", {
|
|
1339
1339
|
d: "M15.5 18C15.5 18.4596 15.4094 18.9148 15.2335 19.3394C15.0577 19.764 14.7998 20.1499 14.4748 20.4749C14.1498 20.7999 13.764 21.0577 13.3394 21.2336C12.9147 21.4095 12.4596 21.5 12 21.5C11.5403 21.5 11.0852 21.4095 10.6606 21.2336C10.2359 21.0577 9.8501 20.7999 9.52509 20.4749C9.20009 20.1499 8.94228 19.764 8.76639 19.3394C8.5905 18.9148 8.49997 18.4596 8.49997 18M19.231 18H4.76997C4.42014 17.9999 4.07821 17.896 3.7874 17.7015C3.4966 17.5071 3.26998 17.2308 3.13619 16.9075C3.0024 16.5843 2.96745 16.2287 3.03576 15.8856C3.10407 15.5425 3.27258 15.2273 3.51997 14.98L4.12197 14.377C4.68425 13.8144 5.00006 13.0514 4.99997 12.256V9.5C4.99997 7.64348 5.73746 5.86301 7.05022 4.55025C8.36297 3.2375 10.1435 2.5 12 2.5C13.8565 2.5 15.637 3.2375 16.9497 4.55025C18.2625 5.86301 19 7.64348 19 9.5V12.256C19.0001 13.0516 19.3163 13.8145 19.879 14.377L20.482 14.98C20.7289 15.2275 20.8969 15.5426 20.965 15.8856C21.033 16.2285 20.998 16.5839 20.8643 16.9069C20.7305 17.23 20.5042 17.5062 20.2137 17.7007C19.9232 17.8952 19.5806 17.9994 19.231 18Z",
|
|
1340
1340
|
stroke: "#1F1F1F",
|
|
@@ -1342,13 +1342,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1342
1342
|
strokeLinecap: "round",
|
|
1343
1343
|
strokeLinejoin: "round"
|
|
1344
1344
|
})
|
|
1345
|
-
}), phone_default = (
|
|
1345
|
+
}), phone_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1346
1346
|
width: "1em",
|
|
1347
1347
|
height: "1em",
|
|
1348
1348
|
viewBox: "0 0 24 24",
|
|
1349
1349
|
fill: "none",
|
|
1350
1350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1351
|
-
...
|
|
1351
|
+
...f,
|
|
1352
1352
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1353
1353
|
d: "M12 19H12.01",
|
|
1354
1354
|
stroke: "#1F1F1F",
|
|
@@ -1362,13 +1362,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1362
1362
|
strokeLinecap: "round",
|
|
1363
1363
|
strokeLinejoin: "round"
|
|
1364
1364
|
})]
|
|
1365
|
-
}), phonebook_default = (
|
|
1365
|
+
}), phonebook_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1366
1366
|
width: "1em",
|
|
1367
1367
|
height: "1em",
|
|
1368
1368
|
viewBox: "0 0 24 24",
|
|
1369
1369
|
fill: "none",
|
|
1370
1370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1371
|
-
...
|
|
1371
|
+
...f,
|
|
1372
1372
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1373
1373
|
d: "M4.5 10C4.5 6.229 4.5 4.343 5.672 3.172C6.844 2.001 8.729 2 12.5 2H14C17.771 2 19.657 2 20.828 3.172C21.999 4.344 22 6.229 22 10V14C22 17.771 22 19.657 20.828 20.828C19.656 21.999 17.771 22 14 22H12.5C8.729 22 6.843 22 5.672 20.828C4.501 19.656 4.5 17.771 4.5 14V10Z",
|
|
1374
1374
|
stroke: "#1F1F1F",
|
|
@@ -1380,13 +1380,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1380
1380
|
strokeLinecap: "round",
|
|
1381
1381
|
strokeLinejoin: "round"
|
|
1382
1382
|
})]
|
|
1383
|
-
}), preference_filter_horizontal_default = (
|
|
1383
|
+
}), preference_filter_horizontal_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1384
1384
|
width: "1em",
|
|
1385
1385
|
height: "1em",
|
|
1386
1386
|
viewBox: "0 0 24 24",
|
|
1387
1387
|
fill: "none",
|
|
1388
1388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1389
|
-
...
|
|
1389
|
+
...f,
|
|
1390
1390
|
children: /* @__PURE__ */ jsx("path", {
|
|
1391
1391
|
d: "M13 4H3M11 19H3M21 19H17M21 11.5H11M21 4H19M5 11.5H3M14.5 2C14.966 2 15.199 2 15.383 2.076C15.6275 2.17771 15.8217 2.37227 15.923 2.617C16 2.801 16 3.034 16 3.5V4.5C16 4.966 16 5.199 15.924 5.383C15.8223 5.62754 15.6277 5.82174 15.383 5.923C15.199 6 14.966 6 14.5 6C14.034 6 13.801 6 13.617 5.924C13.3725 5.82229 13.1783 5.62773 13.077 5.383C13 5.199 13 4.966 13 4.5V3.5C13 3.034 13 2.801 13.076 2.617C13.1777 2.37246 13.3723 2.17826 13.617 2.077C13.801 2 14.034 2 14.5 2ZM12.5 17C12.966 17 13.199 17 13.383 17.076C13.6275 17.1777 13.8217 17.3723 13.923 17.617C14 17.801 14 18.034 14 18.5V19.5C14 19.966 14 20.199 13.924 20.383C13.8223 20.6275 13.6277 20.8217 13.383 20.923C13.199 21 12.966 21 12.5 21C12.034 21 11.801 21 11.617 20.924C11.3725 20.8223 11.1783 20.6277 11.077 20.383C11 20.199 11 19.966 11 19.5V18.5C11 18.034 11 17.801 11.076 17.617C11.1777 17.3725 11.3723 17.1783 11.617 17.077C11.801 17 12.034 17 12.5 17ZM9.5 9.5C9.966 9.5 10.199 9.5 10.383 9.576C10.6275 9.67771 10.8217 9.87227 10.923 10.117C11 10.301 11 10.534 11 11V12C11 12.466 11 12.699 10.924 12.883C10.8223 13.1275 10.6277 13.3217 10.383 13.423C10.199 13.5 9.966 13.5 9.5 13.5C9.034 13.5 8.801 13.5 8.617 13.424C8.37246 13.3223 8.17826 13.1277 8.077 12.883C8 12.699 8 12.466 8 12V11C8 10.534 8 10.301 8.076 10.117C8.17771 9.87246 8.37227 9.67826 8.617 9.577C8.801 9.5 9.034 9.5 9.5 9.5Z",
|
|
1392
1392
|
stroke: "#1F1F1F",
|
|
@@ -1394,13 +1394,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1394
1394
|
strokeLinecap: "round",
|
|
1395
1395
|
strokeLinejoin: "round"
|
|
1396
1396
|
})
|
|
1397
|
-
}), property_search_default = (
|
|
1397
|
+
}), property_search_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1398
1398
|
width: "1em",
|
|
1399
1399
|
height: "1em",
|
|
1400
1400
|
viewBox: "0 0 24 24",
|
|
1401
1401
|
fill: "none",
|
|
1402
1402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1403
|
-
...
|
|
1403
|
+
...f,
|
|
1404
1404
|
children: [
|
|
1405
1405
|
/* @__PURE__ */ jsx("path", {
|
|
1406
1406
|
d: "M11.5 21C7.022 21 4.782 21 3.391 19.609C2 18.218 2 15.979 2 11.5C2 7.022 2 4.782 3.391 3.391C4.782 2 7.021 2 11.5 2C15.978 2 18.218 2 19.609 3.391C21 4.782 21 7.021 21 11.5",
|
|
@@ -1422,13 +1422,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1422
1422
|
strokeLinejoin: "round"
|
|
1423
1423
|
})
|
|
1424
1424
|
]
|
|
1425
|
-
}), quality_check_default = (
|
|
1425
|
+
}), quality_check_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1426
1426
|
width: "1em",
|
|
1427
1427
|
height: "1em",
|
|
1428
1428
|
viewBox: "0 0 24 24",
|
|
1429
1429
|
fill: "none",
|
|
1430
1430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1431
|
-
...
|
|
1431
|
+
...f,
|
|
1432
1432
|
children: [
|
|
1433
1433
|
/* @__PURE__ */ jsx("path", {
|
|
1434
1434
|
d: "M4 21.5H20M12.5 9.5C12.5 9.69698 12.4612 9.89204 12.3858 10.074C12.3104 10.256 12.1999 10.4214 12.0607 10.5607C11.9214 10.6999 11.756 10.8104 11.574 10.8858C11.392 10.9612 11.197 11 11 11C10.803 11 10.608 10.9612 10.426 10.8858C10.244 10.8104 10.0786 10.6999 9.93934 10.5607C9.80005 10.4214 9.68956 10.256 9.61418 10.074C9.5388 9.89204 9.5 9.69698 9.5 9.5C9.5 9.10218 9.65804 8.72064 9.93934 8.43934C10.2206 8.15804 10.6022 8 11 8C11.3978 8 11.7794 8.15804 12.0607 8.43934C12.342 8.72064 12.5 9.10218 12.5 9.5Z",
|
|
@@ -1452,13 +1452,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1452
1452
|
strokeLinejoin: "round"
|
|
1453
1453
|
})
|
|
1454
1454
|
]
|
|
1455
|
-
}), refresh_default = (
|
|
1455
|
+
}), refresh_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1456
1456
|
width: "1em",
|
|
1457
1457
|
height: "1em",
|
|
1458
1458
|
viewBox: "0 0 24 24",
|
|
1459
1459
|
fill: "none",
|
|
1460
1460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1461
|
-
...
|
|
1461
|
+
...f,
|
|
1462
1462
|
children: /* @__PURE__ */ jsx("path", {
|
|
1463
1463
|
d: "M21 12C20.9993 14.1686 20.2155 16.264 18.793 17.9007C17.3704 19.5375 15.4047 20.6056 13.2574 20.9086C11.1101 21.2116 8.92565 20.7291 7.10576 19.5498C5.28587 18.3705 3.95298 16.5738 3.35223 14.4901C2.75149 12.4064 2.92331 10.1758 3.83607 8.20873C4.74884 6.24161 6.34117 4.67021 8.3202 3.78355C10.2992 2.89689 12.5318 2.75461 14.6074 3.38286C16.683 4.01112 18.4619 5.36768 19.617 7.20301M20.707 3.00101L20.534 5.05501C20.41 6.53401 20.348 7.27301 19.866 7.68901C19.384 8.10501 18.673 8.03201 17.251 7.88601L15.207 7.67601",
|
|
1464
1464
|
stroke: "#1F1F1F",
|
|
@@ -1466,13 +1466,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1466
1466
|
strokeLinecap: "round",
|
|
1467
1467
|
strokeLinejoin: "round"
|
|
1468
1468
|
})
|
|
1469
|
-
}), reject_badge_default = (
|
|
1469
|
+
}), reject_badge_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1470
1470
|
width: "1em",
|
|
1471
1471
|
height: "1em",
|
|
1472
1472
|
viewBox: "0 0 24 24",
|
|
1473
1473
|
fill: "none",
|
|
1474
1474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1475
|
-
...
|
|
1475
|
+
...f,
|
|
1476
1476
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1477
1477
|
d: "M18.99 19H19M18.99 19C18.368 19.617 17.24 19.464 16.448 19.464C15.476 19.464 15.008 19.654 14.315 20.347C13.725 20.937 12.934 22 12 22C11.066 22 10.275 20.937 9.685 20.347C8.991 19.654 8.523 19.464 7.552 19.464C6.761 19.464 5.632 19.618 5.009 19C4.382 18.378 4.536 17.244 4.536 16.448C4.536 15.441 4.316 14.978 3.599 14.262C2.533 13.196 2 12.662 2 12C2 11.338 2.533 10.804 3.6 9.738C4.24 9.098 4.536 8.464 4.536 7.552C4.536 6.761 4.382 5.632 5 5.009C5.622 4.382 6.756 4.536 7.552 4.536C8.464 4.536 9.098 4.239 9.738 3.599C10.804 2.533 11.338 2 12 2C12.662 2 13.196 2.533 14.262 3.6C14.902 4.24 15.536 4.536 16.448 4.536C17.239 4.536 18.368 4.382 18.991 5C19.618 5.622 19.464 6.756 19.464 7.552C19.464 8.559 19.684 9.022 20.401 9.738C21.467 10.804 22 11.338 22 12C22 12.662 21.467 13.196 20.4 14.262C19.684 14.979 19.464 15.442 19.464 16.448C19.464 17.244 19.617 18.378 18.99 19Z",
|
|
1478
1478
|
stroke: "#1F1F1F",
|
|
@@ -1484,13 +1484,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1484
1484
|
strokeLinecap: "round",
|
|
1485
1485
|
strokeLinejoin: "round"
|
|
1486
1486
|
})]
|
|
1487
|
-
}), reports_default = (
|
|
1487
|
+
}), reports_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1488
1488
|
width: "1em",
|
|
1489
1489
|
height: "1em",
|
|
1490
1490
|
viewBox: "0 0 24 24",
|
|
1491
1491
|
fill: "none",
|
|
1492
1492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1493
|
-
...
|
|
1493
|
+
...f,
|
|
1494
1494
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1495
1495
|
d: "M19 9V7.818C19 6.125 19 5.278 18.748 4.602C18.5476 4.06474 18.2341 3.57685 17.8286 3.17139C17.4232 2.76593 16.9353 2.45238 16.398 2.252C15.722 2 14.875 2 13.182 2C10.219 2 8.737 2 7.554 2.441C6.61347 2.79154 5.75933 3.34024 5.0495 4.0499C4.33968 4.75955 3.79077 5.61356 3.44 6.554C3 7.737 3 9.219 3 12.182V14.727C3 17.797 3 19.331 3.798 20.397C4.02658 20.7023 4.29766 20.9734 4.603 21.202C5.669 22 7.203 22 10.273 22H14.5",
|
|
1496
1496
|
stroke: "#1F1F1F",
|
|
@@ -1504,13 +1504,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1504
1504
|
strokeLinecap: "round",
|
|
1505
1505
|
strokeLinejoin: "round"
|
|
1506
1506
|
})]
|
|
1507
|
-
}), reset_default = (
|
|
1507
|
+
}), reset_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1508
1508
|
width: "1em",
|
|
1509
1509
|
height: "1em",
|
|
1510
1510
|
viewBox: "0 0 24 24",
|
|
1511
1511
|
fill: "none",
|
|
1512
1512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1513
|
-
...
|
|
1513
|
+
...f,
|
|
1514
1514
|
children: /* @__PURE__ */ jsx("path", {
|
|
1515
1515
|
d: "M2.99999 12C3.00075 14.1686 3.78447 16.264 5.20701 17.9007C6.62956 19.5375 8.59526 20.6056 10.7426 20.9086C12.8899 21.2116 15.0744 20.7291 16.8942 19.5498C18.7141 18.3705 20.047 16.5738 20.6478 14.4901C21.2485 12.4064 21.0767 10.1758 20.1639 8.20873C19.2512 6.24161 17.6588 4.67021 15.6798 3.78355C13.7008 2.89689 11.4682 2.75461 9.39259 3.38286C7.31702 4.01112 5.53809 5.36768 4.38299 7.20301M3.29299 3.00101L3.46599 5.05501C3.58999 6.53401 3.652 7.27301 4.134 7.68901C4.616 8.10501 5.32699 8.03201 6.74899 7.88601L8.79299 7.67601",
|
|
1516
1516
|
stroke: "#1F1F1F",
|
|
@@ -1518,13 +1518,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1518
1518
|
strokeLinecap: "round",
|
|
1519
1519
|
strokeLinejoin: "round"
|
|
1520
1520
|
})
|
|
1521
|
-
}), search_default = (
|
|
1521
|
+
}), search_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1522
1522
|
width: "1em",
|
|
1523
1523
|
height: "1em",
|
|
1524
1524
|
viewBox: "0 0 24 24",
|
|
1525
1525
|
fill: "none",
|
|
1526
1526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1527
|
-
...
|
|
1527
|
+
...f,
|
|
1528
1528
|
children: /* @__PURE__ */ jsx("path", {
|
|
1529
1529
|
d: "M17 17L21 21M19 11C19 8.87827 18.1571 6.84344 16.6569 5.34315C15.1566 3.84285 13.1217 3 11 3C8.87827 3 6.84344 3.84285 5.34315 5.34315C3.84285 6.84344 3 8.87827 3 11C3 13.1217 3.84285 15.1566 5.34315 16.6569C6.84344 18.1571 8.87827 19 11 19C13.1217 19 15.1566 18.1571 16.6569 16.6569C18.1571 15.1566 19 13.1217 19 11Z",
|
|
1530
1530
|
stroke: "#1F1F1F",
|
|
@@ -1532,13 +1532,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1532
1532
|
strokeLinecap: "round",
|
|
1533
1533
|
strokeLinejoin: "round"
|
|
1534
1534
|
})
|
|
1535
|
-
}), send_default = (
|
|
1535
|
+
}), send_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1536
1536
|
width: "1em",
|
|
1537
1537
|
height: "1em",
|
|
1538
1538
|
viewBox: "0 0 24 24",
|
|
1539
1539
|
fill: "none",
|
|
1540
1540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1541
|
-
...
|
|
1541
|
+
...f,
|
|
1542
1542
|
children: /* @__PURE__ */ jsx("path", {
|
|
1543
1543
|
d: "M9.49803 15L16.998 7.50004M9.49803 15.5V17.727C9.49803 20.101 9.49803 21.287 10.208 21.477C10.918 21.667 11.666 20.679 13.162 18.704L13.998 17.5M8.00603 7.67904L15.327 4.21904C18.369 2.78104 19.89 2.06204 20.86 2.78304C21.83 3.50404 21.553 5.14804 20.998 8.43504L20.044 14.097C19.681 16.246 19.5 17.32 18.699 17.789C17.898 18.258 16.857 17.898 14.776 17.178L8.41103 14.976C4.51903 13.63 2.57303 12.957 2.50103 11.636C2.42703 10.316 4.28703 9.43604 8.00603 7.67904Z",
|
|
1544
1544
|
stroke: "#1F1F1F",
|
|
@@ -1546,13 +1546,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1546
1546
|
strokeLinecap: "round",
|
|
1547
1547
|
strokeLinejoin: "round"
|
|
1548
1548
|
})
|
|
1549
|
-
}), server_default = (
|
|
1549
|
+
}), server_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1550
1550
|
width: "1em",
|
|
1551
1551
|
height: "1em",
|
|
1552
1552
|
viewBox: "0 0 24 24",
|
|
1553
1553
|
fill: "none",
|
|
1554
1554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1555
|
-
...
|
|
1555
|
+
...f,
|
|
1556
1556
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1557
1557
|
d: "M19 4H5C4.068 4 3.602 4 3.235 4.152C2.99218 4.25251 2.77155 4.3999 2.58572 4.58572C2.3999 4.77155 2.25251 4.99218 2.152 5.235C2 5.602 2 6.068 2 7C2 7.932 2 8.398 2.152 8.765C2.25251 9.00782 2.3999 9.22845 2.58572 9.41428C2.77155 9.6001 2.99218 9.74749 3.235 9.848C3.602 10 4.068 10 5 10H19C19.932 10 20.398 10 20.765 9.848C21.0078 9.74749 21.2284 9.6001 21.4143 9.41428C21.6001 9.22845 21.7475 9.00782 21.848 8.765C22 8.398 22 7.932 22 7C22 6.068 22 5.602 21.848 5.235C21.7475 4.99218 21.6001 4.77155 21.4143 4.58572C21.2284 4.3999 21.0078 4.25251 20.765 4.152C20.398 4 19.932 4 19 4ZM19 14H5C4.068 14 3.602 14 3.235 14.152C2.99218 14.2525 2.77155 14.3999 2.58572 14.5857C2.3999 14.7716 2.25251 14.9922 2.152 15.235C2 15.602 2 16.068 2 17C2 17.932 2 18.398 2.152 18.765C2.25251 19.0078 2.3999 19.2284 2.58572 19.4143C2.77155 19.6001 2.99218 19.7475 3.235 19.848C3.602 20 4.068 20 5 20H19C19.932 20 20.398 20 20.765 19.848C21.0078 19.7475 21.2284 19.6001 21.4143 19.4143C21.6001 19.2284 21.7475 19.0078 21.848 18.765C22 18.398 22 17.932 22 17C22 16.068 22 15.602 21.848 15.235C21.7475 14.9922 21.6001 14.7716 21.4143 14.5857C21.2284 14.3999 21.0078 14.2525 20.765 14.152C20.398 14 19.932 14 19 14Z",
|
|
1558
1558
|
stroke: "#1F1F1F",
|
|
@@ -1566,13 +1566,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1566
1566
|
strokeLinecap: "round",
|
|
1567
1567
|
strokeLinejoin: "round"
|
|
1568
1568
|
})]
|
|
1569
|
-
}), settings_default = (
|
|
1569
|
+
}), settings_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1570
1570
|
width: "1em",
|
|
1571
1571
|
height: "1em",
|
|
1572
1572
|
viewBox: "0 0 24 24",
|
|
1573
1573
|
fill: "none",
|
|
1574
1574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1575
|
-
...
|
|
1575
|
+
...f,
|
|
1576
1576
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1577
1577
|
d: "M21.3181 7.14102L20.8241 6.28502C20.4511 5.63702 20.2641 5.31302 19.9461 5.18402C19.6291 5.05402 19.2701 5.15702 18.5511 5.36002L17.3311 5.70402C16.8721 5.81002 16.3911 5.75002 15.9731 5.53402L15.6361 5.34002C15.277 5.10994 15.0009 4.77112 14.8481 4.37302L14.5141 3.37502C14.2941 2.71502 14.1841 2.38502 13.9231 2.19702C13.6621 2.00702 13.3141 2.00702 12.6201 2.00702H11.5051C10.8111 2.00702 10.4641 2.00702 10.2021 2.19702C9.94105 2.38502 9.83205 2.71502 9.61205 3.37502L9.27805 4.37302C9.12493 4.77126 8.84847 5.1101 8.48905 5.34002L8.15205 5.53502C7.73405 5.75002 7.25205 5.81002 6.79405 5.70502L5.57405 5.36002C4.85505 5.15702 4.49605 5.05502 4.17905 5.18402C3.86105 5.31302 3.67405 5.63702 3.30105 6.28402L2.80805 7.14102C2.45805 7.74902 2.28305 8.05202 2.31705 8.37502C2.35105 8.69902 2.58505 8.95902 3.05305 9.48002L4.08405 10.633C4.33605 10.952 4.51505 11.508 4.51505 12.008C4.51505 12.508 4.33605 13.064 4.08505 13.383L3.05305 14.535C2.58505 15.056 2.35105 15.317 2.31705 15.64C2.28305 15.963 2.45705 16.267 2.80705 16.874L3.30105 17.731C3.67405 18.378 3.86105 18.702 4.17905 18.831C4.49705 18.96 4.85505 18.859 5.57405 18.655L6.79405 18.311C7.25294 18.206 7.73418 18.2662 8.15305 18.481L8.48905 18.675C8.84905 18.905 9.12505 19.245 9.27705 19.643L9.61105 20.64C9.83105 21.3 9.94105 21.63 10.2021 21.82C10.4641 22.008 10.8111 22.008 11.5051 22.008H12.6201C13.3141 22.008 13.6621 22.008 13.9231 21.819C14.1841 21.63 14.2941 21.3 14.5131 20.64L14.8481 19.643C15.0001 19.244 15.2761 18.905 15.6361 18.675L15.9721 18.481C16.3921 18.266 16.8721 18.205 17.3321 18.311L18.5521 18.655C19.2701 18.859 19.6291 18.961 19.9461 18.832C20.2641 18.702 20.4511 18.378 20.8241 17.731L21.3171 16.874C21.6671 16.267 21.8421 15.964 21.8081 15.64C21.7741 15.316 21.5401 15.056 21.0721 14.535L20.0411 13.383C19.7891 13.063 19.6101 12.508 19.6101 12.008C19.6101 11.508 19.7891 10.952 20.0401 10.633L21.0721 9.48002C21.5401 8.96002 21.7741 8.69902 21.8081 8.37502C21.8421 8.05102 21.6681 7.74902 21.3181 7.14102Z",
|
|
1578
1578
|
stroke: "#1F1F1F",
|
|
@@ -1583,13 +1583,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1583
1583
|
stroke: "#1F1F1F",
|
|
1584
1584
|
strokeWidth: 2
|
|
1585
1585
|
})]
|
|
1586
|
-
}), smile_default = (
|
|
1586
|
+
}), smile_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1587
1587
|
width: "1em",
|
|
1588
1588
|
height: "1em",
|
|
1589
1589
|
viewBox: "0 0 24 24",
|
|
1590
1590
|
fill: "none",
|
|
1591
1591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1592
|
-
...
|
|
1592
|
+
...f,
|
|
1593
1593
|
children: [
|
|
1594
1594
|
/* @__PURE__ */ jsx("path", {
|
|
1595
1595
|
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
@@ -1613,13 +1613,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1613
1613
|
strokeLinejoin: "round"
|
|
1614
1614
|
})
|
|
1615
1615
|
]
|
|
1616
|
-
}), sms_default = (
|
|
1616
|
+
}), sms_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1617
1617
|
width: "1em",
|
|
1618
1618
|
height: "1em",
|
|
1619
1619
|
viewBox: "0 0 24 24",
|
|
1620
1620
|
fill: "none",
|
|
1621
1621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1622
|
-
...
|
|
1622
|
+
...f,
|
|
1623
1623
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1624
1624
|
d: "M14.17 20.8901C18.354 20.6131 21.686 17.2331 21.96 12.9901C22.013 12.1601 22.013 11.3001 21.96 10.4701C21.686 6.22806 18.354 2.85006 14.17 2.57106C12.7249 2.47583 11.2751 2.47583 9.82997 2.57106C5.64597 2.84906 2.31397 6.22806 2.03997 10.4711C1.987 11.3102 1.987 12.1519 2.03997 12.9911C2.13997 14.5361 2.82297 15.9671 3.62797 17.1751C4.09497 18.0201 3.78697 19.0751 3.29997 19.9981C2.94997 20.6631 2.77397 20.9951 2.91497 21.2351C3.05497 21.4751 3.36997 21.4831 3.99897 21.4981C5.24397 21.5281 6.08297 21.1761 6.74897 20.6851C7.12597 20.4061 7.31497 20.2671 7.44497 20.2511C7.57497 20.2351 7.83197 20.3411 8.34397 20.5511C8.80397 20.7411 9.33897 20.8581 9.82897 20.8911C11.254 20.9851 12.743 20.9851 14.171 20.8911L14.17 20.8901Z",
|
|
1625
1625
|
stroke: "#1F1F1F",
|
|
@@ -1632,13 +1632,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1632
1632
|
strokeLinecap: "round",
|
|
1633
1633
|
strokeLinejoin: "round"
|
|
1634
1634
|
})]
|
|
1635
|
-
}), sms_add_default = (
|
|
1635
|
+
}), sms_add_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1636
1636
|
width: "1em",
|
|
1637
1637
|
height: "1em",
|
|
1638
1638
|
viewBox: "0 0 24 24",
|
|
1639
1639
|
fill: "none",
|
|
1640
1640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1641
|
-
...
|
|
1641
|
+
...f,
|
|
1642
1642
|
children: [
|
|
1643
1643
|
/* @__PURE__ */ jsx("path", {
|
|
1644
1644
|
d: "M14 6H22M18 2V10",
|
|
@@ -1661,13 +1661,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1661
1661
|
strokeLinejoin: "round"
|
|
1662
1662
|
})
|
|
1663
1663
|
]
|
|
1664
|
-
}), social_default = (
|
|
1664
|
+
}), social_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1665
1665
|
width: "1em",
|
|
1666
1666
|
height: "1em",
|
|
1667
1667
|
viewBox: "0 0 24 24",
|
|
1668
1668
|
fill: "none",
|
|
1669
1669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1670
|
-
...
|
|
1670
|
+
...f,
|
|
1671
1671
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1672
1672
|
d: "M20.5 5.5C20.5 6.29565 20.1839 7.05871 19.6213 7.62132C19.0587 8.18393 18.2956 8.5 17.5 8.5C16.7044 8.5 15.9413 8.18393 15.3787 7.62132C14.8161 7.05871 14.5 6.29565 14.5 5.5C14.5 4.70435 14.8161 3.94129 15.3787 3.37868C15.9413 2.81607 16.7044 2.5 17.5 2.5C18.2956 2.5 19.0587 2.81607 19.6213 3.37868C20.1839 3.94129 20.5 4.70435 20.5 5.5ZM8.5 11.5C8.5 11.894 8.4224 12.2841 8.27164 12.6481C8.12087 13.012 7.8999 13.3427 7.62132 13.6213C7.34274 13.8999 7.01203 14.1209 6.64805 14.2716C6.28407 14.4224 5.89397 14.5 5.5 14.5C5.10603 14.5 4.71593 14.4224 4.35195 14.2716C3.98797 14.1209 3.65726 13.8999 3.37868 13.6213C3.1001 13.3427 2.87913 13.012 2.72836 12.6481C2.5776 12.2841 2.5 11.894 2.5 11.5C2.5 10.7044 2.81607 9.94129 3.37868 9.37868C3.94129 8.81607 4.70435 8.5 5.5 8.5C6.29565 8.5 7.05871 8.81607 7.62132 9.37868C8.18393 9.94129 8.5 10.7044 8.5 11.5ZM21.5 18.5C21.5 19.2956 21.1839 20.0587 20.6213 20.6213C20.0587 21.1839 19.2956 21.5 18.5 21.5C17.7044 21.5 16.9413 21.1839 16.3787 20.6213C15.8161 20.0587 15.5 19.2956 15.5 18.5C15.5 17.7044 15.8161 16.9413 16.3787 16.3787C16.9413 15.8161 17.7044 15.5 18.5 15.5C19.2956 15.5 20.0587 15.8161 20.6213 16.3787C21.1839 16.9413 21.5 17.7044 21.5 18.5Z",
|
|
1673
1673
|
stroke: "#1F1F1F",
|
|
@@ -1677,13 +1677,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1677
1677
|
stroke: "#1F1F1F",
|
|
1678
1678
|
strokeWidth: 2
|
|
1679
1679
|
})]
|
|
1680
|
-
}), spacer_spacing_default = (
|
|
1680
|
+
}), spacer_spacing_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1681
1681
|
width: "1em",
|
|
1682
1682
|
height: "1em",
|
|
1683
1683
|
viewBox: "0 0 24 24",
|
|
1684
1684
|
fill: "none",
|
|
1685
1685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1686
|
-
...
|
|
1686
|
+
...f,
|
|
1687
1687
|
children: /* @__PURE__ */ jsx("path", {
|
|
1688
1688
|
d: "M3 2H21M3 22H21M9.473 8.509L11.273 6.374C11.643 5.933 12.268 5.929 12.673 6.374L14.453 8.509M11.973 7.084V11.408L11.972 16.999M14.472 15.575L12.672 17.709C12.302 18.151 11.678 18.155 11.272 17.709L9.492 15.575",
|
|
1689
1689
|
stroke: "#1F1F1F",
|
|
@@ -1691,24 +1691,24 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1691
1691
|
strokeLinecap: "round",
|
|
1692
1692
|
strokeLinejoin: "round"
|
|
1693
1693
|
})
|
|
1694
|
-
}), spam_fill_default = (
|
|
1694
|
+
}), spam_fill_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1695
1695
|
width: "1em",
|
|
1696
1696
|
height: "1em",
|
|
1697
1697
|
viewBox: "0 0 24 24",
|
|
1698
1698
|
fill: "none",
|
|
1699
1699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1700
|
-
...
|
|
1700
|
+
...f,
|
|
1701
1701
|
children: /* @__PURE__ */ jsx("path", {
|
|
1702
1702
|
d: "M12.3096 2.25C13.5134 2.25 14.4683 2.2491 15.2451 2.32227C16.0369 2.39687 16.7037 2.55273 17.3252 2.89746C17.9484 3.24299 18.421 3.72053 18.8799 4.34375C19.328 4.95235 19.7931 5.7439 20.377 6.73438L20.9658 7.73438C21.5182 8.67102 21.9615 9.41969 22.2607 10.0654C22.5668 10.726 22.75 11.3339 22.75 12C22.75 12.6661 22.5667 13.2741 22.2607 13.9346C21.9617 14.5803 21.5187 15.329 20.9668 16.2656L20.377 17.2656C19.7931 18.2561 19.3279 19.0476 18.8799 19.6562C18.421 20.2797 17.9483 20.7575 17.3252 21.1035L17.3242 21.1045C16.7029 21.4485 16.0365 21.6033 15.2451 21.6777C14.4685 21.7508 13.5139 21.75 12.3105 21.75H11.6895C10.4861 21.75 9.53149 21.7508 8.75488 21.6777C7.96348 21.6033 7.29713 21.4485 6.67578 21.1045L6.6748 21.1035C6.05167 20.7575 5.57904 20.2797 5.12012 19.6562C4.67208 19.0476 4.20688 18.2561 3.62305 17.2656L3.03418 16.2656C2.48176 15.329 2.03848 14.5803 1.73926 13.9346C1.43319 13.274 1.25 12.6661 1.25 12C1.25 11.3339 1.43333 10.7259 1.73926 10.0654C2.03834 9.41972 2.48128 8.67102 3.0332 7.73438L3.62305 6.73438L4.04004 6.02832C4.43819 5.35944 4.78397 4.8002 5.12012 4.34375C5.57934 3.72021 6.05269 3.24201 6.67676 2.89648C7.29764 2.55198 7.9637 2.39683 8.75488 2.32227C9.53159 2.24909 10.4866 2.25 11.6904 2.25H12.3096ZM11.9922 15C11.4399 15 10.9922 15.4477 10.9922 16C10.9922 16.5523 11.4399 17 11.9922 17H12.001C12.5532 16.9999 13.001 16.5522 13.001 16C13.001 15.4478 12.5532 15.0001 12.001 15H11.9922ZM11.9922 7C11.4399 7 10.9922 7.44772 10.9922 8V13C10.9922 13.5523 11.4399 14 11.9922 14C12.5444 13.9999 12.9922 13.5522 12.9922 13V8C12.9922 7.44778 12.5444 7.0001 11.9922 7Z",
|
|
1703
1703
|
fill: "#1F1F1F"
|
|
1704
1704
|
})
|
|
1705
|
-
}), spam_management_default = (
|
|
1705
|
+
}), spam_management_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1706
1706
|
width: "1em",
|
|
1707
1707
|
height: "1em",
|
|
1708
1708
|
viewBox: "0 0 24 24",
|
|
1709
1709
|
fill: "none",
|
|
1710
1710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1711
|
-
...
|
|
1711
|
+
...f,
|
|
1712
1712
|
children: [
|
|
1713
1713
|
/* @__PURE__ */ jsx("path", {
|
|
1714
1714
|
d: "M12.31 3H11.69C9.254 3 8.036 3 7.04 3.553C6.043 4.105 5.452 5.108 4.269 7.115L3.679 8.115C2.56 10.014 2 10.963 2 12C2 13.037 2.56 13.986 3.68 15.885L4.269 16.885C5.452 18.892 6.043 19.895 7.039 20.448C8.036 21 9.254 21 11.689 21H12.311C14.746 21 15.964 21 16.961 20.448C17.957 19.895 18.548 18.892 19.731 16.885L20.321 15.885C21.44 13.986 22 13.037 22 12C22 10.963 21.44 10.014 20.32 8.115L19.731 7.115C18.548 5.108 17.957 4.105 16.961 3.553C15.964 3 14.746 3 12.31 3Z",
|
|
@@ -1731,25 +1731,25 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1731
1731
|
strokeLinejoin: "round"
|
|
1732
1732
|
})
|
|
1733
1733
|
]
|
|
1734
|
-
}), split_default = (
|
|
1734
|
+
}), split_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1735
1735
|
width: "1em",
|
|
1736
1736
|
height: "1em",
|
|
1737
1737
|
viewBox: "0 0 24 24",
|
|
1738
1738
|
fill: "none",
|
|
1739
1739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1740
|
-
...
|
|
1740
|
+
...f,
|
|
1741
1741
|
children: /* @__PURE__ */ jsx("path", {
|
|
1742
1742
|
d: "M12 14L17.5 18.5M12 14L6.50003 18.5M12 14V7M10.391 3.69C11.105 2.563 11.462 2 12 2C12.538 2 12.895 2.563 13.609 3.69L14.121 4.5C14.826 5.612 15.178 6.168 14.911 6.584C14.642 7 13.932 7 12.512 7H11.486C10.066 7 9.35603 7 9.08903 6.584C8.82103 6.168 9.17303 5.612 9.87803 4.5L10.391 3.69ZM21.232 19.14C21.856 20.35 22.168 20.955 21.909 21.425C21.649 21.895 20.994 21.915 19.682 21.954L18.74 21.982C17.446 22.02 16.799 22.04 16.57 21.59C16.341 21.14 16.684 20.519 17.369 19.277L17.863 18.381C18.547 17.139 18.889 16.518 19.376 16.501C19.862 16.482 20.169 17.079 20.785 18.272L21.232 19.14ZM2.76803 19.14C2.14403 20.35 1.83203 20.955 2.09103 21.425C2.35103 21.895 3.00603 21.915 4.31803 21.954L5.26003 21.982C6.55403 22.02 7.20103 22.04 7.43003 21.59C7.65903 21.14 7.31603 20.519 6.63103 19.277L6.13703 18.381C5.45303 17.139 5.11103 16.518 4.62403 16.501C4.13803 16.482 3.83103 17.079 3.21503 18.272L2.76803 19.14Z",
|
|
1743
1743
|
stroke: "#1F1F1F",
|
|
1744
1744
|
strokeWidth: 2
|
|
1745
1745
|
})
|
|
1746
|
-
}), sun_default = (
|
|
1746
|
+
}), sun_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1747
1747
|
width: "1em",
|
|
1748
1748
|
height: "1em",
|
|
1749
1749
|
viewBox: "0 0 24 24",
|
|
1750
1750
|
fill: "none",
|
|
1751
1751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1752
|
-
...
|
|
1752
|
+
...f,
|
|
1753
1753
|
children: /* @__PURE__ */ jsx("path", {
|
|
1754
1754
|
d: "M12 2V3.5M12 20.5V22M19.07 19.071L18.01 18.011M5.99 5.989L4.928 4.93M22 12H20.5M3.5 12H2M19.071 4.929L18.011 5.989M5.99 18.011L4.93 19.071M17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12Z",
|
|
1755
1755
|
stroke: "#1F1F1F",
|
|
@@ -1757,13 +1757,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1757
1757
|
strokeLinecap: "round",
|
|
1758
1758
|
strokeLinejoin: "round"
|
|
1759
1759
|
})
|
|
1760
|
-
}), template_default = (
|
|
1760
|
+
}), template_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1761
1761
|
width: "1em",
|
|
1762
1762
|
height: "1em",
|
|
1763
1763
|
viewBox: "0 0 24 24",
|
|
1764
1764
|
fill: "none",
|
|
1765
1765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1766
|
-
...
|
|
1766
|
+
...f,
|
|
1767
1767
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1768
1768
|
d: "M14.5 19H12.5C9.67102 19 8.25702 19 7.37902 18.121C6.49902 17.243 6.49902 15.828 6.49902 13V8C6.49902 5.172 6.49902 3.757 7.37902 2.879C8.25602 2 9.67002 2 12.499 2H13.843C14.661 2 15.069 2 15.437 2.152C15.804 2.304 16.093 2.594 16.671 3.172L19.328 5.828C19.906 6.406 20.195 6.696 20.348 7.063C20.5 7.431 20.5 7.839 20.5 8.657V13C20.5 15.828 20.5 17.243 19.621 18.121C18.743 19 17.328 19 14.5 19Z",
|
|
1769
1769
|
stroke: "#1F1F1F",
|
|
@@ -1777,24 +1777,24 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1777
1777
|
strokeLinecap: "round",
|
|
1778
1778
|
strokeLinejoin: "round"
|
|
1779
1779
|
})]
|
|
1780
|
-
}), template_fill_default = (
|
|
1780
|
+
}), template_fill_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1781
1781
|
width: "1em",
|
|
1782
1782
|
height: "1em",
|
|
1783
1783
|
viewBox: "0 0 24 24",
|
|
1784
1784
|
fill: "none",
|
|
1785
1785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1786
|
-
...
|
|
1786
|
+
...f,
|
|
1787
1787
|
children: /* @__PURE__ */ jsx("path", {
|
|
1788
1788
|
d: "M12 1.00293C12 2.40511 11.9994 4.00923 12.1133 5.375C12.1703 6.05813 12.2585 6.7173 12.4014 7.28125C12.5355 7.81046 12.7539 8.41032 13.1719 8.82812L13.3271 8.96973C13.7049 9.28191 14.1754 9.46821 14.6162 9.5918C15.1394 9.73845 15.7414 9.82814 16.3662 9.88574C17.6135 10.0007 19.0997 10 20.5 10C20.6791 10 20.8468 9.95256 20.9922 9.87012C21.0018 10.1212 21 10.3829 21 10.6572V14C21 15.8571 21.0022 17.3511 20.8447 18.5225C20.6833 19.7223 20.3378 20.7329 19.5352 21.5352C18.7327 22.3369 17.7223 22.6822 16.5225 22.8438C15.3512 23.0014 13.8574 23 12 23C10.1428 23 8.64894 23.0023 7.47754 22.8447C6.27762 22.6833 5.26708 22.3379 4.46484 21.5352C3.66314 20.7327 3.31783 19.7223 3.15625 18.5225C2.99859 17.3512 3 15.8573 3 14V9.45605C3 7.85783 2.9981 6.5719 3.11719 5.55176C3.2388 4.51017 3.49794 3.61734 4.10742 2.86133L4.28027 2.6582C4.45876 2.45955 4.65321 2.27523 4.86133 2.10742L4.8623 2.10645C5.61887 1.49782 6.51124 1.2388 7.55273 1.11719C8.57265 0.998125 9.85786 1 11.4561 1C11.6439 1 11.8248 0.999867 12 1.00293ZM8 16C7.4478 16 7.00013 16.4478 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C16.9999 16.4478 16.5522 16 16 16H8ZM8 12C7.4478 12 7.00013 12.4478 7 13C7 13.5523 7.44772 14 8 14H12C12.5523 14 13 13.5523 13 13C12.9999 12.4478 12.5522 12 12 12H8ZM14.001 1.63574C14.2703 1.8495 14.5221 2.10805 14.7988 2.38477L19.8682 7.4541C20.0466 7.63543 20.2104 7.81464 20.3564 7.99902C18.9796 7.99887 17.6484 7.9958 16.5498 7.89453C15.9828 7.84226 15.5149 7.76654 15.1562 7.66602C14.7785 7.56012 14.6272 7.45436 14.5869 7.41406L14.5859 7.41309C14.5829 7.40973 14.5474 7.3701 14.4971 7.26074C14.4458 7.14915 14.3916 6.9942 14.3398 6.79004C14.2356 6.37856 14.1593 5.84242 14.1064 5.20898C14.0163 4.12867 14.0031 2.86723 14.001 1.63574Z",
|
|
1789
1789
|
fill: "#1F1F1F"
|
|
1790
1790
|
})
|
|
1791
|
-
}), text_default = (
|
|
1791
|
+
}), text_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1792
1792
|
width: "1em",
|
|
1793
1793
|
height: "1em",
|
|
1794
1794
|
viewBox: "0 0 24 24",
|
|
1795
1795
|
fill: "none",
|
|
1796
1796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1797
|
-
...
|
|
1797
|
+
...f,
|
|
1798
1798
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1799
1799
|
d: "M15 21.001H9",
|
|
1800
1800
|
stroke: "#1F1F1F",
|
|
@@ -1807,24 +1807,24 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1807
1807
|
strokeWidth: 2,
|
|
1808
1808
|
strokeLinecap: "round"
|
|
1809
1809
|
})]
|
|
1810
|
-
}), tick_circle_fill_default = (
|
|
1810
|
+
}), tick_circle_fill_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1811
1811
|
width: "1em",
|
|
1812
1812
|
height: "1em",
|
|
1813
1813
|
viewBox: "0 0 24 24",
|
|
1814
1814
|
fill: "none",
|
|
1815
1815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1816
|
-
...
|
|
1816
|
+
...f,
|
|
1817
1817
|
children: /* @__PURE__ */ jsx("path", {
|
|
1818
1818
|
d: "M12 1C18.0753 1 23 5.92472 23 12C23 18.0753 18.0753 23 12 23C5.92472 23 1 18.0753 1 12C1 5.92472 5.92472 1 12 1ZM16.6758 8.2627C16.2687 7.88955 15.6359 7.91711 15.2627 8.32422L10.4678 13.5537L8.70703 11.793C8.31651 11.4024 7.68349 11.4024 7.29297 11.793C6.90244 12.1835 6.90244 12.8165 7.29297 13.207L9.79297 15.707C9.98578 15.8998 10.2489 16.0059 10.5215 16C10.7942 15.9941 11.053 15.8768 11.2373 15.6758L16.7373 9.67578C17.1105 9.26866 17.0829 8.63587 16.6758 8.2627Z",
|
|
1819
1819
|
fill: "#1F1F1F"
|
|
1820
1820
|
})
|
|
1821
|
-
}), time_clock_reset_redo_default = (
|
|
1821
|
+
}), time_clock_reset_redo_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1822
1822
|
width: "1em",
|
|
1823
1823
|
height: "1em",
|
|
1824
1824
|
viewBox: "0 0 24 24",
|
|
1825
1825
|
fill: "none",
|
|
1826
1826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1827
|
-
...
|
|
1827
|
+
...f,
|
|
1828
1828
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1829
1829
|
d: "M11.9999 21C14.1685 20.9993 16.2639 20.2155 17.9007 18.793C19.5375 17.3704 20.6056 15.4047 20.9086 13.2574C21.2115 11.1101 20.729 8.92565 19.5497 7.10576C18.3705 5.28587 16.5737 3.95298 14.49 3.35223C12.4063 2.75149 10.1758 2.92331 8.20867 3.83607C6.24155 4.74884 4.67015 6.34117 3.78349 8.3202C2.89683 10.2992 2.75454 12.5318 3.3828 14.6074C4.01106 16.683 5.36761 18.4619 7.20295 19.617M3.00095 20.707L5.05495 20.534C6.53395 20.41 7.27295 20.348 7.68895 19.866C8.10495 19.384 8.03195 18.673 7.88595 17.251L7.67595 15.207",
|
|
1830
1830
|
stroke: "#1F1F1F",
|
|
@@ -1838,13 +1838,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1838
1838
|
strokeLinecap: "round",
|
|
1839
1839
|
strokeLinejoin: "round"
|
|
1840
1840
|
})]
|
|
1841
|
-
}), tps_management_default = (
|
|
1841
|
+
}), tps_management_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1842
1842
|
width: "1em",
|
|
1843
1843
|
height: "1em",
|
|
1844
1844
|
viewBox: "0 0 24 24",
|
|
1845
1845
|
fill: "none",
|
|
1846
1846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1847
|
-
...
|
|
1847
|
+
...f,
|
|
1848
1848
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1849
1849
|
d: "M6.85697 12.506C4.36997 10.646 2.59597 8.6 1.62697 7.45C1.32697 7.094 1.22897 6.833 1.16997 6.374C0.967967 4.802 0.866967 4.016 1.32797 3.508C1.78897 3 2.60397 3 4.23397 3H15.766C17.396 3 18.211 3 18.672 3.507C19.133 4.015 19.032 4.801 18.83 6.373C18.77 6.832 18.672 7.093 18.373 7.449C17.403 8.601 15.626 10.651 13.133 12.514C13.0177 12.6037 12.9224 12.7165 12.8532 12.8451C12.784 12.9737 12.7423 13.1154 12.731 13.261C12.484 15.992 12.256 17.488 12.114 18.244C11.885 19.466 10.154 20.201 9.22597 20.856C8.67397 21.246 8.00397 20.782 7.93297 20.178C7.66744 17.8765 7.44274 15.5705 7.25897 13.261C7.24869 13.114 7.20759 12.9708 7.13833 12.8407C7.06907 12.7106 6.9732 12.5966 6.85697 12.506Z",
|
|
1850
1850
|
stroke: "#1F1F1F",
|
|
@@ -1858,13 +1858,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1858
1858
|
strokeLinecap: "round",
|
|
1859
1859
|
strokeLinejoin: "round"
|
|
1860
1860
|
})]
|
|
1861
|
-
}), upload_default = (
|
|
1861
|
+
}), upload_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1862
1862
|
width: "1em",
|
|
1863
1863
|
height: "1em",
|
|
1864
1864
|
viewBox: "0 0 24 24",
|
|
1865
1865
|
fill: "none",
|
|
1866
1866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1867
|
-
...
|
|
1867
|
+
...f,
|
|
1868
1868
|
children: /* @__PURE__ */ jsx("path", {
|
|
1869
1869
|
d: "M3 17C3 17.93 3 18.395 3.102 18.776C3.23816 19.2848 3.50586 19.7487 3.87818 20.1212C4.2505 20.4937 4.71431 20.7616 5.223 20.898C5.605 21 6.07 21 7 21H17C17.93 21 18.395 21 18.776 20.898C19.2849 20.7617 19.7489 20.4939 20.1214 20.1214C20.4939 19.7489 20.7617 19.2849 20.898 18.776C21 18.396 21 17.93 21 17M16.5 7.5C16.5 7.5 13.186 3 12 3C10.814 3 7.5 7.5 7.5 7.5M12 4V16",
|
|
1870
1870
|
stroke: "#1F1F1F",
|
|
@@ -1872,13 +1872,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1872
1872
|
strokeLinecap: "round",
|
|
1873
1873
|
strokeLinejoin: "round"
|
|
1874
1874
|
})
|
|
1875
|
-
}), user_default = (
|
|
1875
|
+
}), user_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1876
1876
|
width: "1em",
|
|
1877
1877
|
height: "1em",
|
|
1878
1878
|
viewBox: "0 0 24 24",
|
|
1879
1879
|
fill: "none",
|
|
1880
1880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1881
|
-
...
|
|
1881
|
+
...f,
|
|
1882
1882
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1883
1883
|
d: "M16 7C16 8.06087 15.5786 9.07828 14.8284 9.82843C14.0783 10.5786 13.0609 11 12 11C10.9391 11 9.92172 10.5786 9.17157 9.82843C8.42143 9.07828 8 8.06087 8 7C8 5.93913 8.42143 4.92172 9.17157 4.17157C9.92172 3.42143 10.9391 3 12 3C13.0609 3 14.0783 3.42143 14.8284 4.17157C15.5786 4.92172 16 5.93913 16 7Z",
|
|
1884
1884
|
stroke: "#1F1F1F",
|
|
@@ -1889,13 +1889,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1889
1889
|
strokeWidth: 2,
|
|
1890
1890
|
strokeLinejoin: "round"
|
|
1891
1891
|
})]
|
|
1892
|
-
}), user_fill_default = (
|
|
1892
|
+
}), user_fill_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1893
1893
|
width: "1em",
|
|
1894
1894
|
height: "1em",
|
|
1895
1895
|
viewBox: "0 0 24 24",
|
|
1896
1896
|
fill: "none",
|
|
1897
1897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1898
|
-
...
|
|
1898
|
+
...f,
|
|
1899
1899
|
children: [/* @__PURE__ */ jsx("path", {
|
|
1900
1900
|
d: "M16 7C16 8.06087 15.5786 9.07828 14.8284 9.82843C14.0783 10.5786 13.0609 11 12 11C10.9391 11 9.92172 10.5786 9.17157 9.82843C8.42143 9.07828 8 8.06087 8 7C8 5.93913 8.42143 4.92172 9.17157 4.17157C9.92172 3.42143 10.9391 3 12 3C13.0609 3 14.0783 3.42143 14.8284 4.17157C15.5786 4.92172 16 5.93913 16 7Z",
|
|
1901
1901
|
fill: "#1F1F1F",
|
|
@@ -1908,13 +1908,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1908
1908
|
strokeWidth: 2,
|
|
1909
1909
|
strokeLinejoin: "round"
|
|
1910
1910
|
})]
|
|
1911
|
-
}), user_frame_default = (
|
|
1911
|
+
}), user_frame_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1912
1912
|
width: "1em",
|
|
1913
1913
|
height: "1em",
|
|
1914
1914
|
viewBox: "0 0 24 24",
|
|
1915
1915
|
fill: "none",
|
|
1916
1916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1917
|
-
...
|
|
1917
|
+
...f,
|
|
1918
1918
|
children: [
|
|
1919
1919
|
/* @__PURE__ */ jsx("path", {
|
|
1920
1920
|
d: "M11.5 2.5H12.5C16.743 2.5 18.864 2.5 20.182 3.818C21.5 5.136 21.5 7.258 21.5 11.5V12.5C21.5 16.743 21.5 18.864 20.182 20.182C18.864 21.5 16.742 21.5 12.5 21.5H11.5C7.257 21.5 5.136 21.5 3.818 20.182C2.5 18.864 2.5 16.742 2.5 12.5V11.5C2.5 7.257 2.5 5.136 3.818 3.818C5.136 2.5 7.258 2.5 11.5 2.5Z",
|
|
@@ -1938,13 +1938,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1938
1938
|
strokeLinejoin: "round"
|
|
1939
1939
|
})
|
|
1940
1940
|
]
|
|
1941
|
-
}), user_info_default = (
|
|
1941
|
+
}), user_info_default = (f) => /* @__PURE__ */ jsxs("svg", {
|
|
1942
1942
|
width: "1em",
|
|
1943
1943
|
height: "1em",
|
|
1944
1944
|
viewBox: "0 0 24 24",
|
|
1945
1945
|
fill: "none",
|
|
1946
1946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1947
|
-
...
|
|
1947
|
+
...f,
|
|
1948
1948
|
children: [
|
|
1949
1949
|
/* @__PURE__ */ jsx("path", {
|
|
1950
1950
|
d: "M14 3.5H10C6.229 3.5 4.343 3.5 3.172 4.672C2.001 5.844 2 7.729 2 11.5V12.5C2 16.271 2 18.157 3.172 19.328C4.344 20.499 6.229 20.5 10 20.5H14C17.771 20.5 19.657 20.5 20.828 19.328C21.999 18.156 22 16.271 22 12.5V11.5C22 7.729 22 5.843 20.828 4.672C19.656 3.501 17.771 3.5 14 3.5Z",
|
|
@@ -1971,13 +1971,13 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
1971
1971
|
strokeLinejoin: "round"
|
|
1972
1972
|
})
|
|
1973
1973
|
]
|
|
1974
|
-
}), wrapper_default = (
|
|
1974
|
+
}), wrapper_default = (f) => /* @__PURE__ */ jsx("svg", {
|
|
1975
1975
|
width: "1em",
|
|
1976
1976
|
height: "1em",
|
|
1977
1977
|
viewBox: "0 0 24 24",
|
|
1978
1978
|
fill: "none",
|
|
1979
1979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1980
|
-
...
|
|
1980
|
+
...f,
|
|
1981
1981
|
children: /* @__PURE__ */ jsx("path", {
|
|
1982
1982
|
d: "M3 3H21M3 21H21M3 9H5M19 9H21M3 15H5M19 15H21M8.586 15.414C9.172 16 10.114 16 12 16C13.886 16 14.828 16 15.414 15.414C16 14.828 16 13.886 16 12C16 10.114 16 9.172 15.414 8.586C14.828 8 13.886 8 12 8C10.114 8 9.172 8 8.586 8.586C8 9.172 8 10.114 8 12C8 13.886 8 14.828 8.586 15.414Z",
|
|
1983
1983
|
stroke: "#1F1F1F",
|
|
@@ -2093,66 +2093,81 @@ var Language_default = (d) => /* @__PURE__ */ jsxs("svg", {
|
|
|
2093
2093
|
"./icons/wrapper.svg": wrapper_default
|
|
2094
2094
|
};
|
|
2095
2095
|
const iconMap = {};
|
|
2096
|
-
Object.entries(iconModules).forEach(([
|
|
2097
|
-
let
|
|
2098
|
-
|
|
2096
|
+
Object.entries(iconModules).forEach(([f, V]) => {
|
|
2097
|
+
let H = (f.split("/").pop() || "").replace(".svg", ""), U = V, W = typeof U == "object" && U && "default" in U ? U.default : U;
|
|
2098
|
+
H && W && typeof W == "function" && (iconMap[H] = W);
|
|
2099
2099
|
});
|
|
2100
|
-
var applyColorToSVG = (
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
G
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2100
|
+
var applyColorToSVG = (f, V) => {
|
|
2101
|
+
let H = !1, U = f.getAttribute("stroke");
|
|
2102
|
+
U !== null && U !== "none" && U !== "transparent" && U !== V && (f.setAttribute("stroke", V), H = !0);
|
|
2103
|
+
let W = f.getAttribute("fill");
|
|
2104
|
+
return W !== null && W !== "none" && W !== "transparent" && W !== V && (f.setAttribute("fill", V), H = !0), f.querySelectorAll("*").forEach((f) => {
|
|
2105
|
+
let U = f, W = U.getAttribute("stroke");
|
|
2106
|
+
W !== null && W !== "none" && W !== "transparent" && W !== V && (U.setAttribute("stroke", V), H = !0);
|
|
2107
|
+
let G = U.getAttribute("fill");
|
|
2108
|
+
G !== null && G !== "none" && G !== "transparent" && G !== V && (U.setAttribute("fill", V), H = !0);
|
|
2109
|
+
}), H;
|
|
2110
|
+
}, Icon_default = React.memo(({ name: f, size: G = 24, color: K, className: q, style: J, ...Y }) => {
|
|
2111
|
+
let X = useMemo(() => iconMap[f], [f]), Z = useRef(null);
|
|
2112
|
+
useEffect(() => {
|
|
2113
|
+
if (!K || !Z.current) return;
|
|
2114
|
+
let f = () => {
|
|
2115
|
+
Z.current && applyColorToSVG(Z.current, K);
|
|
2116
|
+
};
|
|
2117
|
+
f();
|
|
2118
|
+
let V = requestAnimationFrame(f), H = requestAnimationFrame(() => {
|
|
2119
|
+
requestAnimationFrame(f);
|
|
2120
|
+
}), U = setTimeout(f, 10), W = setTimeout(f, 50);
|
|
2121
|
+
return () => {
|
|
2122
|
+
cancelAnimationFrame(V), cancelAnimationFrame(H), clearTimeout(U), clearTimeout(W);
|
|
2123
|
+
};
|
|
2124
|
+
}, [K]);
|
|
2112
2125
|
let Q = useMemo(() => ({
|
|
2113
2126
|
display: "inline-block",
|
|
2114
2127
|
verticalAlign: "middle",
|
|
2115
|
-
...
|
|
2116
|
-
}), [
|
|
2117
|
-
ref:
|
|
2118
|
-
width:
|
|
2119
|
-
height:
|
|
2120
|
-
className:
|
|
2128
|
+
...J
|
|
2129
|
+
}), [J]), $ = useMemo(() => ({
|
|
2130
|
+
ref: Z,
|
|
2131
|
+
width: G,
|
|
2132
|
+
height: G,
|
|
2133
|
+
className: q,
|
|
2121
2134
|
style: Q,
|
|
2122
2135
|
"aria-hidden": "true",
|
|
2123
|
-
...
|
|
2136
|
+
...K ? { stroke: K } : {},
|
|
2137
|
+
...Y
|
|
2124
2138
|
}), [
|
|
2125
|
-
|
|
2126
|
-
|
|
2139
|
+
G,
|
|
2140
|
+
q,
|
|
2127
2141
|
Q,
|
|
2128
|
-
|
|
2142
|
+
K,
|
|
2143
|
+
Y
|
|
2129
2144
|
]);
|
|
2130
|
-
return
|
|
2131
|
-
}, (
|
|
2132
|
-
if (
|
|
2133
|
-
if (
|
|
2134
|
-
if (!
|
|
2135
|
-
let
|
|
2136
|
-
if (
|
|
2137
|
-
for (let
|
|
2145
|
+
return X ? /* @__PURE__ */ jsx(X, { ...$ }) : null;
|
|
2146
|
+
}, (f, V) => {
|
|
2147
|
+
if (f.name !== V.name || f.size !== V.size || f.color !== V.color || f.className !== V.className) return !1;
|
|
2148
|
+
if (f.style !== V.style) {
|
|
2149
|
+
if (!f.style || !V.style) return !1;
|
|
2150
|
+
let H = Object.keys(f.style), U = Object.keys(V.style);
|
|
2151
|
+
if (H.length !== U.length) return !1;
|
|
2152
|
+
for (let U of H) if (f.style[U] !== V.style[U]) return !1;
|
|
2138
2153
|
}
|
|
2139
|
-
let
|
|
2154
|
+
let H = Object.keys(f).filter((f) => ![
|
|
2140
2155
|
"name",
|
|
2141
2156
|
"size",
|
|
2142
2157
|
"color",
|
|
2143
2158
|
"className",
|
|
2144
2159
|
"style"
|
|
2145
|
-
].includes(
|
|
2160
|
+
].includes(f)), U = Object.keys(V).filter((f) => ![
|
|
2146
2161
|
"name",
|
|
2147
2162
|
"size",
|
|
2148
2163
|
"color",
|
|
2149
2164
|
"className",
|
|
2150
2165
|
"style"
|
|
2151
|
-
].includes(
|
|
2152
|
-
if (
|
|
2153
|
-
for (let
|
|
2154
|
-
let
|
|
2155
|
-
if (
|
|
2166
|
+
].includes(f));
|
|
2167
|
+
if (H.length !== U.length) return !1;
|
|
2168
|
+
for (let U of H) {
|
|
2169
|
+
let H = U;
|
|
2170
|
+
if (f[H] !== V[H]) return !1;
|
|
2156
2171
|
}
|
|
2157
2172
|
return !0;
|
|
2158
2173
|
});
|