@nation-a/icons 0.5.1 → 0.5.3
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/types/v3/BellFillIcon.d.ts +7 -0
- package/dist/types/v3/CalendarFillIcon.d.ts +7 -0
- package/dist/types/v3/ChevronDownOutlineIcon.d.ts +7 -0
- package/dist/types/v3/ChevronUpOutlineIcon.d.ts +7 -0
- package/dist/types/v3/CircleCheckFillIcon.d.ts +7 -0
- package/dist/types/v3/CircleXmarkFillIcon.d.ts +7 -0
- package/dist/types/v3/CircleXmarkOutlineIcon.d.ts +7 -0
- package/dist/types/v3/EditOutlineIcon.d.ts +7 -0
- package/dist/types/v3/ExportOutlineIcon.d.ts +7 -0
- package/dist/types/v3/FileExportOutlineIcon.d.ts +7 -0
- package/dist/types/v3/GearOutlineIcon.d.ts +7 -0
- package/dist/types/v3/SmileFillIcon.d.ts +7 -0
- package/dist/types/v3/TestOulineIcon.d.ts +7 -0
- package/dist/types/v3/index.d.ts +13 -0
- package/dist/v3/index.cjs +1 -1
- package/dist/v3/index.cjs.map +1 -1
- package/dist/v3/index.mjs +471 -147
- package/dist/v3/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v3/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
function n({ size: t = 24, color:
|
|
2
|
+
function n({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
3
3
|
return /* @__PURE__ */ r(
|
|
4
4
|
"svg",
|
|
5
5
|
{
|
|
@@ -9,8 +9,8 @@ function n({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
9
9
|
fill: "none",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
11
|
strokeWidth: "0",
|
|
12
|
-
color:
|
|
13
|
-
...
|
|
12
|
+
color: l,
|
|
13
|
+
...o,
|
|
14
14
|
children: /* @__PURE__ */ r(
|
|
15
15
|
"path",
|
|
16
16
|
{
|
|
@@ -23,7 +23,7 @@ function n({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
25
|
}
|
|
26
|
-
function e({ size: t = 24, color:
|
|
26
|
+
function e({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
27
27
|
return /* @__PURE__ */ r(
|
|
28
28
|
"svg",
|
|
29
29
|
{
|
|
@@ -33,8 +33,8 @@ function e({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
33
33
|
fill: "none",
|
|
34
34
|
xmlns: "http://www.w3.org/2000/svg",
|
|
35
35
|
strokeWidth: "0",
|
|
36
|
-
color:
|
|
37
|
-
...
|
|
36
|
+
color: l,
|
|
37
|
+
...o,
|
|
38
38
|
children: /* @__PURE__ */ r(
|
|
39
39
|
"path",
|
|
40
40
|
{
|
|
@@ -47,7 +47,7 @@ function e({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
47
47
|
}
|
|
48
48
|
);
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function C({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
51
51
|
return /* @__PURE__ */ r(
|
|
52
52
|
"svg",
|
|
53
53
|
{
|
|
@@ -57,8 +57,8 @@ function h({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
57
57
|
fill: "none",
|
|
58
58
|
xmlns: "http://www.w3.org/2000/svg",
|
|
59
59
|
strokeWidth: "0",
|
|
60
|
-
color:
|
|
61
|
-
...
|
|
60
|
+
color: l,
|
|
61
|
+
...o,
|
|
62
62
|
children: /* @__PURE__ */ r(
|
|
63
63
|
"path",
|
|
64
64
|
{
|
|
@@ -71,7 +71,7 @@ function h({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
71
71
|
}
|
|
72
72
|
);
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function L({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
75
75
|
return /* @__PURE__ */ r(
|
|
76
76
|
"svg",
|
|
77
77
|
{
|
|
@@ -81,8 +81,32 @@ function c({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
81
81
|
fill: "none",
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg",
|
|
83
83
|
strokeWidth: "0",
|
|
84
|
-
color:
|
|
85
|
-
...
|
|
84
|
+
color: l,
|
|
85
|
+
...o,
|
|
86
|
+
children: /* @__PURE__ */ r(
|
|
87
|
+
"path",
|
|
88
|
+
{
|
|
89
|
+
id: "Vector",
|
|
90
|
+
d: "M13.2 2.4H10.8V3.72C8.0625 4.275 6 6.6975 6 9.6V13.2L3 18H21L18 13.2V9.6C18 6.6975 15.9375 4.275 13.2 3.72V2.4ZM9.675 19.8C9.94125 20.835 10.8825 21.6 12 21.6C13.1175 21.6 14.0588 20.835 14.325 19.8H9.675Z",
|
|
91
|
+
fill: "currentColor",
|
|
92
|
+
fillOpacity: "0.9"
|
|
93
|
+
}
|
|
94
|
+
)
|
|
95
|
+
}
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
function h({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
99
|
+
return /* @__PURE__ */ r(
|
|
100
|
+
"svg",
|
|
101
|
+
{
|
|
102
|
+
width: t,
|
|
103
|
+
height: t,
|
|
104
|
+
viewBox: "0 0 24 24",
|
|
105
|
+
fill: "none",
|
|
106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
+
strokeWidth: "0",
|
|
108
|
+
color: l,
|
|
109
|
+
...o,
|
|
86
110
|
children: /* @__PURE__ */ r(
|
|
87
111
|
"path",
|
|
88
112
|
{
|
|
@@ -95,7 +119,7 @@ function c({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
95
119
|
}
|
|
96
120
|
);
|
|
97
121
|
}
|
|
98
|
-
function
|
|
122
|
+
function c({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
99
123
|
return /* @__PURE__ */ r(
|
|
100
124
|
"svg",
|
|
101
125
|
{
|
|
@@ -105,8 +129,31 @@ function C({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
105
129
|
fill: "none",
|
|
106
130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
107
131
|
strokeWidth: "0",
|
|
108
|
-
color:
|
|
109
|
-
...
|
|
132
|
+
color: l,
|
|
133
|
+
...o,
|
|
134
|
+
children: /* @__PURE__ */ r(
|
|
135
|
+
"path",
|
|
136
|
+
{
|
|
137
|
+
id: "Vector",
|
|
138
|
+
d: "M8.39999 3.6V2.4H5.99999V4.8H2.39999V20.4H10.56L10.905 18.3337L19.2037 10.035V4.79625H15.6037V2.39625H13.2037V4.79625H8.40374V3.59625L8.39999 3.6ZM5.99999 10.8H13.2V12.6H5.99999V10.8ZM10.8 16.2H5.99999V14.4H10.8V16.2ZM20.4 11.3962L18.42 13.3762L21.42 16.3762L23.4 14.3962L20.4 11.3962ZM12.6 19.1962L12 22.7962L15.6 22.1962L20.5725 17.2237L17.5725 14.2237L12.6 19.1962Z",
|
|
139
|
+
fill: "currentColor"
|
|
140
|
+
}
|
|
141
|
+
)
|
|
142
|
+
}
|
|
143
|
+
);
|
|
144
|
+
}
|
|
145
|
+
function w({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
146
|
+
return /* @__PURE__ */ r(
|
|
147
|
+
"svg",
|
|
148
|
+
{
|
|
149
|
+
width: t,
|
|
150
|
+
height: t,
|
|
151
|
+
viewBox: "0 0 24 24",
|
|
152
|
+
fill: "none",
|
|
153
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
154
|
+
strokeWidth: "0",
|
|
155
|
+
color: l,
|
|
156
|
+
...o,
|
|
110
157
|
children: /* @__PURE__ */ r(
|
|
111
158
|
"path",
|
|
112
159
|
{
|
|
@@ -119,7 +166,7 @@ function C({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
119
166
|
}
|
|
120
167
|
);
|
|
121
168
|
}
|
|
122
|
-
function
|
|
169
|
+
function d({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
123
170
|
return /* @__PURE__ */ r(
|
|
124
171
|
"svg",
|
|
125
172
|
{
|
|
@@ -129,13 +176,13 @@ function w({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
129
176
|
fill: "none",
|
|
130
177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
178
|
strokeWidth: "0",
|
|
132
|
-
color:
|
|
133
|
-
...
|
|
179
|
+
color: l,
|
|
180
|
+
...o,
|
|
134
181
|
children: /* @__PURE__ */ r("path", { id: "Vector 97", d: "M4 11L10.5 18L20 6", stroke: "currentColor", strokeWidth: "2" })
|
|
135
182
|
}
|
|
136
183
|
);
|
|
137
184
|
}
|
|
138
|
-
function
|
|
185
|
+
function u({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
139
186
|
return /* @__PURE__ */ r(
|
|
140
187
|
"svg",
|
|
141
188
|
{
|
|
@@ -145,8 +192,8 @@ function L({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
145
192
|
fill: "none",
|
|
146
193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
147
194
|
strokeWidth: "0",
|
|
148
|
-
color:
|
|
149
|
-
...
|
|
195
|
+
color: l,
|
|
196
|
+
...o,
|
|
150
197
|
children: /* @__PURE__ */ r(
|
|
151
198
|
"path",
|
|
152
199
|
{
|
|
@@ -159,7 +206,7 @@ function L({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
159
206
|
}
|
|
160
207
|
);
|
|
161
208
|
}
|
|
162
|
-
function
|
|
209
|
+
function V({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
163
210
|
return /* @__PURE__ */ r(
|
|
164
211
|
"svg",
|
|
165
212
|
{
|
|
@@ -169,8 +216,8 @@ function d({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
169
216
|
fill: "none",
|
|
170
217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
171
218
|
strokeWidth: "0",
|
|
172
|
-
color:
|
|
173
|
-
...
|
|
219
|
+
color: l,
|
|
220
|
+
...o,
|
|
174
221
|
children: /* @__PURE__ */ r(
|
|
175
222
|
"path",
|
|
176
223
|
{
|
|
@@ -183,7 +230,31 @@ function d({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
183
230
|
}
|
|
184
231
|
);
|
|
185
232
|
}
|
|
186
|
-
function
|
|
233
|
+
function H({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
234
|
+
return /* @__PURE__ */ r(
|
|
235
|
+
"svg",
|
|
236
|
+
{
|
|
237
|
+
width: t,
|
|
238
|
+
height: t,
|
|
239
|
+
viewBox: "0 0 24 24",
|
|
240
|
+
fill: "none",
|
|
241
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
242
|
+
strokeWidth: "0",
|
|
243
|
+
color: l,
|
|
244
|
+
...o,
|
|
245
|
+
children: /* @__PURE__ */ r(
|
|
246
|
+
"path",
|
|
247
|
+
{
|
|
248
|
+
id: "Vector",
|
|
249
|
+
d: "M12.0113 17.2987L18.8588 10.4513L19.7063 9.60375L18.0075 7.905L17.16 8.7525L12.0075 13.905L6.85503 8.7525L6.00753 7.905L4.30878 9.60375L5.15628 10.4513L11.1563 16.4513L12.0038 17.2987H12.0113Z",
|
|
250
|
+
fill: "currentColor",
|
|
251
|
+
fillOpacity: "0.9"
|
|
252
|
+
}
|
|
253
|
+
)
|
|
254
|
+
}
|
|
255
|
+
);
|
|
256
|
+
}
|
|
257
|
+
function g({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
187
258
|
return /* @__PURE__ */ r(
|
|
188
259
|
"svg",
|
|
189
260
|
{
|
|
@@ -193,8 +264,8 @@ function V({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
193
264
|
fill: "none",
|
|
194
265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
195
266
|
strokeWidth: "0",
|
|
196
|
-
color:
|
|
197
|
-
...
|
|
267
|
+
color: l,
|
|
268
|
+
...o,
|
|
198
269
|
children: /* @__PURE__ */ r(
|
|
199
270
|
"path",
|
|
200
271
|
{
|
|
@@ -207,7 +278,7 @@ function V({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
207
278
|
}
|
|
208
279
|
);
|
|
209
280
|
}
|
|
210
|
-
function
|
|
281
|
+
function f({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
211
282
|
return /* @__PURE__ */ r(
|
|
212
283
|
"svg",
|
|
213
284
|
{
|
|
@@ -217,8 +288,8 @@ function u({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
217
288
|
fill: "none",
|
|
218
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
219
290
|
strokeWidth: "0",
|
|
220
|
-
color:
|
|
221
|
-
...
|
|
291
|
+
color: l,
|
|
292
|
+
...o,
|
|
222
293
|
children: /* @__PURE__ */ r(
|
|
223
294
|
"path",
|
|
224
295
|
{
|
|
@@ -231,7 +302,31 @@ function u({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
231
302
|
}
|
|
232
303
|
);
|
|
233
304
|
}
|
|
234
|
-
function
|
|
305
|
+
function s({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
306
|
+
return /* @__PURE__ */ r(
|
|
307
|
+
"svg",
|
|
308
|
+
{
|
|
309
|
+
width: t,
|
|
310
|
+
height: t,
|
|
311
|
+
viewBox: "0 0 24 24",
|
|
312
|
+
fill: "none",
|
|
313
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
314
|
+
strokeWidth: "0",
|
|
315
|
+
color: l,
|
|
316
|
+
...o,
|
|
317
|
+
children: /* @__PURE__ */ r(
|
|
318
|
+
"path",
|
|
319
|
+
{
|
|
320
|
+
id: "Vector",
|
|
321
|
+
d: "M12.0113 6.70125L12.8588 7.54875L19.7063 14.3962L18.0075 16.095L17.16 15.2475L12.0075 10.095L6.85503 15.2475L6.00753 16.095L4.30878 14.3962L5.15628 13.5487L11.1563 7.54875L12.0038 6.70125H12.0113Z",
|
|
322
|
+
fill: "currentColor",
|
|
323
|
+
fillOpacity: "0.9"
|
|
324
|
+
}
|
|
325
|
+
)
|
|
326
|
+
}
|
|
327
|
+
);
|
|
328
|
+
}
|
|
329
|
+
function p({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
235
330
|
return /* @__PURE__ */ r(
|
|
236
331
|
"svg",
|
|
237
332
|
{
|
|
@@ -241,8 +336,80 @@ function H({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
241
336
|
fill: "none",
|
|
242
337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
243
338
|
strokeWidth: "0",
|
|
244
|
-
color:
|
|
245
|
-
...
|
|
339
|
+
color: l,
|
|
340
|
+
...o,
|
|
341
|
+
children: /* @__PURE__ */ r(
|
|
342
|
+
"path",
|
|
343
|
+
{
|
|
344
|
+
id: "Vector",
|
|
345
|
+
d: "M12 21.6C6.69752 21.6 2.40002 17.3025 2.40002 12C2.40002 6.6975 6.69752 2.4 12 2.4C17.3025 2.4 21.6 6.6975 21.6 12C21.6 17.3025 17.3025 21.6 12 21.6ZM15.1688 8.0625L10.6913 14.22L8.10002 11.6288L6.82877 12.9L10.1625 16.2338L10.905 16.98L11.5238 16.1288L16.62 9.12L17.1488 8.3925L15.6938 7.33125L15.165 8.05875L15.1688 8.0625Z",
|
|
346
|
+
fill: "currentColor",
|
|
347
|
+
fillOpacity: "0.9"
|
|
348
|
+
}
|
|
349
|
+
)
|
|
350
|
+
}
|
|
351
|
+
);
|
|
352
|
+
}
|
|
353
|
+
function v({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
354
|
+
return /* @__PURE__ */ r(
|
|
355
|
+
"svg",
|
|
356
|
+
{
|
|
357
|
+
width: t,
|
|
358
|
+
height: t,
|
|
359
|
+
viewBox: "0 0 24 24",
|
|
360
|
+
fill: "none",
|
|
361
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
362
|
+
strokeWidth: "0",
|
|
363
|
+
color: l,
|
|
364
|
+
...o,
|
|
365
|
+
children: /* @__PURE__ */ r(
|
|
366
|
+
"path",
|
|
367
|
+
{
|
|
368
|
+
id: "Vector",
|
|
369
|
+
d: "M12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.6975 17.3025 2.4 12 2.4C6.69753 2.4 2.40002 6.6975 2.40002 12C2.40002 17.3025 6.69753 21.6 12 21.6ZM8.85378 13.8713L10.7288 12C9.27378 10.545 8.43752 9.70875 8.22002 9.49125L9.49127 8.22L12 10.7288C13.455 9.27375 14.2913 8.4375 14.5088 8.22L15.78 9.49125C15.5625 9.70875 14.7263 10.545 13.2713 12C14.7263 13.455 15.5625 14.2913 15.78 14.5088L14.5088 15.78C14.2913 15.5625 13.455 14.7263 12 13.2713C10.545 14.7263 9.70878 15.5625 9.49127 15.78L8.22002 14.5088L8.85752 13.8713H8.85378Z",
|
|
370
|
+
fill: "currentColor",
|
|
371
|
+
fillOpacity: "0.9"
|
|
372
|
+
}
|
|
373
|
+
)
|
|
374
|
+
}
|
|
375
|
+
);
|
|
376
|
+
}
|
|
377
|
+
function M({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
378
|
+
return /* @__PURE__ */ r(
|
|
379
|
+
"svg",
|
|
380
|
+
{
|
|
381
|
+
width: t,
|
|
382
|
+
height: t,
|
|
383
|
+
viewBox: "0 0 24 24",
|
|
384
|
+
fill: "none",
|
|
385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
386
|
+
strokeWidth: "0",
|
|
387
|
+
color: l,
|
|
388
|
+
...o,
|
|
389
|
+
children: /* @__PURE__ */ r(
|
|
390
|
+
"path",
|
|
391
|
+
{
|
|
392
|
+
id: "Vector",
|
|
393
|
+
d: "M12 4.2C16.3088 4.2 19.8 7.69125 19.8 12C19.8 16.3088 16.3088 19.8 12 19.8C7.69127 19.8 4.20002 16.3088 4.20002 12C4.20002 7.69125 7.69127 4.2 12 4.2ZM12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.6975 17.3025 2.4 12 2.4C6.69753 2.4 2.40002 6.6975 2.40002 12C2.40002 17.3025 6.69753 21.6 12 21.6ZM8.85378 13.8713L8.21627 14.5088L9.48752 15.78C9.70502 15.5625 10.5413 14.7263 11.9963 13.2713C13.4513 14.7263 14.2875 15.5625 14.505 15.78L15.7763 14.5088C15.5588 14.2913 14.7225 13.455 13.2675 12C14.7225 10.545 15.5588 9.70875 15.7763 9.49125L14.505 8.22C14.2875 8.4375 13.4513 9.27375 11.9963 10.7288L9.48752 8.22L8.21627 9.49125C8.43377 9.70875 9.27002 10.545 10.725 12L8.85378 13.8713Z",
|
|
394
|
+
fill: "currentColor",
|
|
395
|
+
fillOpacity: "0.9"
|
|
396
|
+
}
|
|
397
|
+
)
|
|
398
|
+
}
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
function Z({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
402
|
+
return /* @__PURE__ */ r(
|
|
403
|
+
"svg",
|
|
404
|
+
{
|
|
405
|
+
width: t,
|
|
406
|
+
height: t,
|
|
407
|
+
viewBox: "0 0 24 24",
|
|
408
|
+
fill: "none",
|
|
409
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
410
|
+
strokeWidth: "0",
|
|
411
|
+
color: l,
|
|
412
|
+
...o,
|
|
246
413
|
children: /* @__PURE__ */ r(
|
|
247
414
|
"path",
|
|
248
415
|
{
|
|
@@ -255,7 +422,7 @@ function H({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
255
422
|
}
|
|
256
423
|
);
|
|
257
424
|
}
|
|
258
|
-
function
|
|
425
|
+
function a({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
259
426
|
return /* @__PURE__ */ r(
|
|
260
427
|
"svg",
|
|
261
428
|
{
|
|
@@ -265,8 +432,8 @@ function g({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
265
432
|
fill: "none",
|
|
266
433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
267
434
|
strokeWidth: "0",
|
|
268
|
-
color:
|
|
269
|
-
...
|
|
435
|
+
color: l,
|
|
436
|
+
...o,
|
|
270
437
|
children: /* @__PURE__ */ r(
|
|
271
438
|
"path",
|
|
272
439
|
{
|
|
@@ -279,7 +446,7 @@ function g({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
279
446
|
}
|
|
280
447
|
);
|
|
281
448
|
}
|
|
282
|
-
function
|
|
449
|
+
function x({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
283
450
|
return /* @__PURE__ */ r(
|
|
284
451
|
"svg",
|
|
285
452
|
{
|
|
@@ -289,8 +456,8 @@ function f({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
289
456
|
fill: "none",
|
|
290
457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
291
458
|
strokeWidth: "0",
|
|
292
|
-
color:
|
|
293
|
-
...
|
|
459
|
+
color: l,
|
|
460
|
+
...o,
|
|
294
461
|
children: /* @__PURE__ */ r(
|
|
295
462
|
"path",
|
|
296
463
|
{
|
|
@@ -303,7 +470,7 @@ function f({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
303
470
|
}
|
|
304
471
|
);
|
|
305
472
|
}
|
|
306
|
-
function
|
|
473
|
+
function O({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
307
474
|
return /* @__PURE__ */ r(
|
|
308
475
|
"svg",
|
|
309
476
|
{
|
|
@@ -313,8 +480,8 @@ function s({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
313
480
|
fill: "none",
|
|
314
481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
315
482
|
strokeWidth: "0",
|
|
316
|
-
color:
|
|
317
|
-
...
|
|
483
|
+
color: l,
|
|
484
|
+
...o,
|
|
318
485
|
children: /* @__PURE__ */ r(
|
|
319
486
|
"path",
|
|
320
487
|
{
|
|
@@ -327,7 +494,7 @@ function s({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
327
494
|
}
|
|
328
495
|
);
|
|
329
496
|
}
|
|
330
|
-
function
|
|
497
|
+
function m({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
331
498
|
return /* @__PURE__ */ r(
|
|
332
499
|
"svg",
|
|
333
500
|
{
|
|
@@ -337,8 +504,32 @@ function p({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
337
504
|
fill: "none",
|
|
338
505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
339
506
|
strokeWidth: "0",
|
|
340
|
-
color:
|
|
341
|
-
...
|
|
507
|
+
color: l,
|
|
508
|
+
...o,
|
|
509
|
+
children: /* @__PURE__ */ r(
|
|
510
|
+
"path",
|
|
511
|
+
{
|
|
512
|
+
id: "Vector",
|
|
513
|
+
d: "M7.80002 12.6L7.20002 16.8L11.4 16.2L18.5625 9.0375L14.9625 5.4375L7.80002 12.6ZM22.2 5.4L18.6 1.8L16.2375 4.1625L19.8375 7.7625L22.2 5.4ZM3.60002 4.8H2.40002V21.6H19.2V13.2H16.8V19.2H4.80002V7.2H10.8V4.8H3.60002Z",
|
|
514
|
+
fill: "currentColor",
|
|
515
|
+
fillOpacity: "0.9"
|
|
516
|
+
}
|
|
517
|
+
)
|
|
518
|
+
}
|
|
519
|
+
);
|
|
520
|
+
}
|
|
521
|
+
function k({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
522
|
+
return /* @__PURE__ */ r(
|
|
523
|
+
"svg",
|
|
524
|
+
{
|
|
525
|
+
width: t,
|
|
526
|
+
height: t,
|
|
527
|
+
viewBox: "0 0 24 24",
|
|
528
|
+
fill: "none",
|
|
529
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
530
|
+
strokeWidth: "0",
|
|
531
|
+
color: l,
|
|
532
|
+
...o,
|
|
342
533
|
children: /* @__PURE__ */ r(
|
|
343
534
|
"path",
|
|
344
535
|
{
|
|
@@ -351,7 +542,7 @@ function p({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
351
542
|
}
|
|
352
543
|
);
|
|
353
544
|
}
|
|
354
|
-
function
|
|
545
|
+
function B({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
355
546
|
return /* @__PURE__ */ r(
|
|
356
547
|
"svg",
|
|
357
548
|
{
|
|
@@ -361,20 +552,92 @@ function v({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
361
552
|
fill: "none",
|
|
362
553
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
554
|
strokeWidth: "0",
|
|
364
|
-
color:
|
|
365
|
-
...
|
|
555
|
+
color: l,
|
|
556
|
+
...o,
|
|
366
557
|
children: /* @__PURE__ */ r(
|
|
367
558
|
"path",
|
|
368
559
|
{
|
|
369
560
|
id: "Vector",
|
|
370
|
-
d: "
|
|
561
|
+
d: "M8.41125 6H9.61125V3.6H2.41125V20.4H9.61125V18H4.81125V6H8.41125ZM21.2588 12.8475L22.1063 12L21.2588 11.1525L16.4588 6.3525L15.6113 5.505L13.9125 7.20375C14.16 7.45125 15.36 8.65125 17.5125 10.8037H8.41125V13.2037H17.5125L13.9125 16.8037L15.6113 18.5025L21.2588 12.855V12.8475Z",
|
|
562
|
+
fill: "currentColor",
|
|
563
|
+
fillOpacity: "0.9"
|
|
564
|
+
}
|
|
565
|
+
)
|
|
566
|
+
}
|
|
567
|
+
);
|
|
568
|
+
}
|
|
569
|
+
function W({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
570
|
+
return /* @__PURE__ */ r(
|
|
571
|
+
"svg",
|
|
572
|
+
{
|
|
573
|
+
width: t,
|
|
574
|
+
height: t,
|
|
575
|
+
viewBox: "0 0 24 24",
|
|
576
|
+
fill: "none",
|
|
577
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
578
|
+
strokeWidth: "0",
|
|
579
|
+
color: l,
|
|
580
|
+
...o,
|
|
581
|
+
children: /* @__PURE__ */ r(
|
|
582
|
+
"path",
|
|
583
|
+
{
|
|
584
|
+
id: "Vector",
|
|
585
|
+
d: "M9.01498 4.2H4.21498V19.8H15.015V17.4H16.815V21.6H2.41498V2.4H10.815L16.815 8.4V12H15.015V10.2H9.01498V4.2ZM15.015 15.6H10.815V13.8H19.7437C18.8812 12.9375 18.2812 12.3375 17.9437 12L19.215 10.7288C19.2937 10.8075 20.4075 11.9213 22.5525 14.0663L23.19 14.7038C23.1112 14.7825 21.9975 15.8963 19.8525 18.0413L19.215 18.6788L17.9437 17.4075C18.2812 17.07 18.8812 16.47 19.7437 15.6075H15.015V15.6ZM14.2725 8.4L10.8187 4.94625V8.4H14.2725Z",
|
|
586
|
+
fill: "currentColor",
|
|
587
|
+
fillOpacity: "0.9"
|
|
588
|
+
}
|
|
589
|
+
)
|
|
590
|
+
}
|
|
591
|
+
);
|
|
592
|
+
}
|
|
593
|
+
function I({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
594
|
+
return /* @__PURE__ */ r(
|
|
595
|
+
"svg",
|
|
596
|
+
{
|
|
597
|
+
width: t,
|
|
598
|
+
height: t,
|
|
599
|
+
viewBox: "0 0 24 24",
|
|
600
|
+
fill: "none",
|
|
601
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
602
|
+
strokeWidth: "0",
|
|
603
|
+
color: l,
|
|
604
|
+
...o,
|
|
605
|
+
children: /* @__PURE__ */ r(
|
|
606
|
+
"path",
|
|
607
|
+
{
|
|
608
|
+
id: "Vector",
|
|
609
|
+
d: "M22.8 7.2V20.4H16.8L15.6 16.8H8.40001L7.20001 20.4H1.20001V7.2L4.80001 3.6H19.2L22.8 7.2ZM6.30001 7.8V9.9H4.20001V11.7H6.30001V13.8H8.10001V11.7H10.2V9.9H8.10001V7.8H6.30001ZM16.2 11.4C15.5363 11.4 15 11.9362 15 12.6C15 13.2637 15.5363 13.8 16.2 13.8C16.8638 13.8 17.4 13.2637 17.4 12.6C17.4 11.9362 16.8638 11.4 16.2 11.4ZM18.6 7.8C17.9363 7.8 17.4 8.33625 17.4 9C17.4 9.66375 17.9363 10.2 18.6 10.2C19.2638 10.2 19.8 9.66375 19.8 9C19.8 8.33625 19.2638 7.8 18.6 7.8Z",
|
|
371
610
|
fill: "currentColor"
|
|
372
611
|
}
|
|
373
612
|
)
|
|
374
613
|
}
|
|
375
614
|
);
|
|
376
615
|
}
|
|
377
|
-
function
|
|
616
|
+
function y({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
617
|
+
return /* @__PURE__ */ r(
|
|
618
|
+
"svg",
|
|
619
|
+
{
|
|
620
|
+
width: t,
|
|
621
|
+
height: t,
|
|
622
|
+
viewBox: "0 0 24 24",
|
|
623
|
+
fill: "none",
|
|
624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
625
|
+
strokeWidth: "0",
|
|
626
|
+
color: l,
|
|
627
|
+
...o,
|
|
628
|
+
children: /* @__PURE__ */ r(
|
|
629
|
+
"path",
|
|
630
|
+
{
|
|
631
|
+
id: "Vector",
|
|
632
|
+
d: "M9.90751 1.8H9.18751C9.15001 1.9575 8.90626 3.045 8.45251 5.055C8.21626 5.175 7.99126 5.30625 7.77001 5.44875L4.58251 4.45875L4.22251 5.08125L2.12251 8.71875L1.76251 9.34125C1.88251 9.45 2.70001 10.2075 4.21501 11.6063C4.20376 11.865 4.20376 12.1313 4.21501 12.3938C2.70001 13.7925 1.88251 14.55 1.76251 14.6588L2.12251 15.2813L4.22251 18.9188L4.58251 19.5413C4.74001 19.4925 5.80126 19.1625 7.77001 18.5513C7.99126 18.6938 8.21626 18.825 8.45251 18.945C8.90626 20.955 9.15001 22.0425 9.18751 22.2H14.8275C14.865 22.0425 15.1088 20.955 15.5625 18.945C15.795 18.825 16.0238 18.6938 16.245 18.5513C18.2138 19.1625 19.275 19.4925 19.4325 19.5413L19.7925 18.9188L21.8925 15.2813L22.2525 14.6588C22.1325 14.55 21.315 13.7925 19.8 12.3938C19.8113 12.135 19.8113 11.8688 19.8 11.6063C21.315 10.2075 22.1325 9.45 22.2525 9.34125L21.8925 8.71875L19.7925 5.08125L19.4325 4.45875C19.275 4.5075 18.2138 4.8375 16.245 5.44875C16.0238 5.30625 15.7988 5.175 15.5625 5.055C15.1088 3.045 14.865 1.9575 14.8275 1.8H9.90751ZM10.1138 5.87625L10.6275 3.6H13.3875L13.9013 5.87625L14.0025 6.31875L14.4188 6.5025C14.8238 6.6825 15.2063 6.90375 15.5588 7.1625L15.9263 7.4325L16.3613 7.2975L18.5925 6.60375L19.9725 8.99625L18.255 10.5825L17.9213 10.89L17.97 11.34C17.9925 11.5575 18.0075 11.775 18.0075 12C18.0075 12.225 17.9963 12.4425 17.97 12.66L17.9213 13.11L18.255 13.4175L19.9725 15.0038L18.5925 17.3963L16.3613 16.7025L15.9263 16.5675L15.5588 16.8375C15.2063 17.0963 14.8238 17.3213 14.4188 17.4975L14.0025 17.6813L13.9013 18.1238L13.3875 20.4H10.6275L10.1138 18.1238L10.0125 17.6813L9.59626 17.4975C9.19126 17.3175 8.80876 17.0963 8.45626 16.8375L8.08876 16.5675L7.65376 16.7025L5.42251 17.3963L4.04251 15.0038L5.76001 13.4175L6.09376 13.11L6.04501 12.66C6.02251 12.4425 6.00751 12.225 6.00751 12C6.00751 11.775 6.01876 11.5575 6.04501 11.34L6.09376 10.89L5.76001 10.5825L4.04251 8.99625L5.42251 6.60375L7.65376 7.2975L8.08876 7.4325L8.45626 7.1625C8.80876 6.90375 9.19126 6.67875 9.59626 6.5025L10.0125 6.31875L10.1138 5.87625ZM13.7925 12C13.7925 12.99 12.99 13.7963 12 13.7963C11.0063 13.7963 10.2038 12.99 10.2038 12C10.2038 11.01 11.0063 10.2075 12 10.2075C12.99 10.2075 13.7925 11.01 13.7925 12ZM12.0038 8.4C10.0163 8.39625 8.40001 10.005 8.40001 11.9963C8.39626 13.9838 10.005 15.5963 11.9925 15.6C13.98 15.6038 15.5963 13.995 15.6 12.0075C15.6 10.0163 13.9913 8.40375 12.0038 8.4Z",
|
|
633
|
+
fill: "currentColor",
|
|
634
|
+
fillOpacity: "0.9"
|
|
635
|
+
}
|
|
636
|
+
)
|
|
637
|
+
}
|
|
638
|
+
);
|
|
639
|
+
}
|
|
640
|
+
function F({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
378
641
|
return /* @__PURE__ */ r(
|
|
379
642
|
"svg",
|
|
380
643
|
{
|
|
@@ -384,8 +647,8 @@ function M({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
384
647
|
fill: "none",
|
|
385
648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
386
649
|
strokeWidth: "0",
|
|
387
|
-
color:
|
|
388
|
-
...
|
|
650
|
+
color: l,
|
|
651
|
+
...o,
|
|
389
652
|
children: /* @__PURE__ */ r(
|
|
390
653
|
"path",
|
|
391
654
|
{
|
|
@@ -398,7 +661,7 @@ function M({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
398
661
|
}
|
|
399
662
|
);
|
|
400
663
|
}
|
|
401
|
-
function
|
|
664
|
+
function b({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
402
665
|
return /* @__PURE__ */ r(
|
|
403
666
|
"svg",
|
|
404
667
|
{
|
|
@@ -408,8 +671,8 @@ function Z({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
408
671
|
fill: "none",
|
|
409
672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
410
673
|
strokeWidth: "0",
|
|
411
|
-
color:
|
|
412
|
-
...
|
|
674
|
+
color: l,
|
|
675
|
+
...o,
|
|
413
676
|
children: /* @__PURE__ */ r(
|
|
414
677
|
"path",
|
|
415
678
|
{
|
|
@@ -422,7 +685,7 @@ function Z({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
422
685
|
}
|
|
423
686
|
);
|
|
424
687
|
}
|
|
425
|
-
function
|
|
688
|
+
function D({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
426
689
|
return /* @__PURE__ */ r(
|
|
427
690
|
"svg",
|
|
428
691
|
{
|
|
@@ -432,8 +695,8 @@ function a({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
432
695
|
fill: "none",
|
|
433
696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
434
697
|
strokeWidth: "0",
|
|
435
|
-
color:
|
|
436
|
-
...
|
|
698
|
+
color: l,
|
|
699
|
+
...o,
|
|
437
700
|
children: /* @__PURE__ */ r(
|
|
438
701
|
"path",
|
|
439
702
|
{
|
|
@@ -446,7 +709,7 @@ function a({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
446
709
|
}
|
|
447
710
|
);
|
|
448
711
|
}
|
|
449
|
-
function
|
|
712
|
+
function S({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
450
713
|
return /* @__PURE__ */ r(
|
|
451
714
|
"svg",
|
|
452
715
|
{
|
|
@@ -456,8 +719,8 @@ function x({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
456
719
|
fill: "none",
|
|
457
720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
458
721
|
strokeWidth: "0",
|
|
459
|
-
color:
|
|
460
|
-
...
|
|
722
|
+
color: l,
|
|
723
|
+
...o,
|
|
461
724
|
children: /* @__PURE__ */ r(
|
|
462
725
|
"path",
|
|
463
726
|
{
|
|
@@ -470,7 +733,7 @@ function x({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
470
733
|
}
|
|
471
734
|
);
|
|
472
735
|
}
|
|
473
|
-
function
|
|
736
|
+
function T({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
474
737
|
return /* @__PURE__ */ r(
|
|
475
738
|
"svg",
|
|
476
739
|
{
|
|
@@ -480,8 +743,8 @@ function O({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
480
743
|
fill: "none",
|
|
481
744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
482
745
|
strokeWidth: "0",
|
|
483
|
-
color:
|
|
484
|
-
...
|
|
746
|
+
color: l,
|
|
747
|
+
...o,
|
|
485
748
|
children: /* @__PURE__ */ r(
|
|
486
749
|
"path",
|
|
487
750
|
{
|
|
@@ -494,7 +757,7 @@ function O({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
494
757
|
}
|
|
495
758
|
);
|
|
496
759
|
}
|
|
497
|
-
function
|
|
760
|
+
function U({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
498
761
|
return /* @__PURE__ */ r(
|
|
499
762
|
"svg",
|
|
500
763
|
{
|
|
@@ -504,8 +767,8 @@ function m({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
504
767
|
fill: "none",
|
|
505
768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
506
769
|
strokeWidth: "0",
|
|
507
|
-
color:
|
|
508
|
-
...
|
|
770
|
+
color: l,
|
|
771
|
+
...o,
|
|
509
772
|
children: /* @__PURE__ */ r(
|
|
510
773
|
"path",
|
|
511
774
|
{
|
|
@@ -518,7 +781,7 @@ function m({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
518
781
|
}
|
|
519
782
|
);
|
|
520
783
|
}
|
|
521
|
-
function
|
|
784
|
+
function E({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
522
785
|
return /* @__PURE__ */ r(
|
|
523
786
|
"svg",
|
|
524
787
|
{
|
|
@@ -528,8 +791,8 @@ function k({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
528
791
|
fill: "none",
|
|
529
792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
530
793
|
strokeWidth: "0",
|
|
531
|
-
color:
|
|
532
|
-
...
|
|
794
|
+
color: l,
|
|
795
|
+
...o,
|
|
533
796
|
children: /* @__PURE__ */ r(
|
|
534
797
|
"path",
|
|
535
798
|
{
|
|
@@ -542,7 +805,7 @@ function k({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
542
805
|
}
|
|
543
806
|
);
|
|
544
807
|
}
|
|
545
|
-
function
|
|
808
|
+
function G({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
546
809
|
return /* @__PURE__ */ r(
|
|
547
810
|
"svg",
|
|
548
811
|
{
|
|
@@ -552,8 +815,8 @@ function W({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
552
815
|
fill: "none",
|
|
553
816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
554
817
|
strokeWidth: "0",
|
|
555
|
-
color:
|
|
556
|
-
...
|
|
818
|
+
color: l,
|
|
819
|
+
...o,
|
|
557
820
|
children: /* @__PURE__ */ r(
|
|
558
821
|
"path",
|
|
559
822
|
{
|
|
@@ -566,7 +829,7 @@ function W({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
566
829
|
}
|
|
567
830
|
);
|
|
568
831
|
}
|
|
569
|
-
function
|
|
832
|
+
function A({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
570
833
|
return /* @__PURE__ */ r(
|
|
571
834
|
"svg",
|
|
572
835
|
{
|
|
@@ -576,8 +839,8 @@ function B({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
576
839
|
fill: "none",
|
|
577
840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
578
841
|
strokeWidth: "0",
|
|
579
|
-
color:
|
|
580
|
-
...
|
|
842
|
+
color: l,
|
|
843
|
+
...o,
|
|
581
844
|
children: /* @__PURE__ */ r(
|
|
582
845
|
"path",
|
|
583
846
|
{
|
|
@@ -590,7 +853,7 @@ function B({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
590
853
|
}
|
|
591
854
|
);
|
|
592
855
|
}
|
|
593
|
-
function
|
|
856
|
+
function N({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
594
857
|
return /* @__PURE__ */ r(
|
|
595
858
|
"svg",
|
|
596
859
|
{
|
|
@@ -600,8 +863,8 @@ function I({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
600
863
|
fill: "none",
|
|
601
864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
602
865
|
strokeWidth: "0",
|
|
603
|
-
color:
|
|
604
|
-
...
|
|
866
|
+
color: l,
|
|
867
|
+
...o,
|
|
605
868
|
children: /* @__PURE__ */ r(
|
|
606
869
|
"path",
|
|
607
870
|
{
|
|
@@ -614,7 +877,7 @@ function I({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
614
877
|
}
|
|
615
878
|
);
|
|
616
879
|
}
|
|
617
|
-
function
|
|
880
|
+
function R({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
618
881
|
return /* @__PURE__ */ r(
|
|
619
882
|
"svg",
|
|
620
883
|
{
|
|
@@ -624,8 +887,8 @@ function y({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
624
887
|
fill: "none",
|
|
625
888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
626
889
|
strokeWidth: "0",
|
|
627
|
-
color:
|
|
628
|
-
...
|
|
890
|
+
color: l,
|
|
891
|
+
...o,
|
|
629
892
|
children: /* @__PURE__ */ r(
|
|
630
893
|
"path",
|
|
631
894
|
{
|
|
@@ -638,7 +901,7 @@ function y({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
638
901
|
}
|
|
639
902
|
);
|
|
640
903
|
}
|
|
641
|
-
function
|
|
904
|
+
function X({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
642
905
|
return /* @__PURE__ */ r(
|
|
643
906
|
"svg",
|
|
644
907
|
{
|
|
@@ -648,8 +911,8 @@ function F({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
648
911
|
fill: "none",
|
|
649
912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
650
913
|
strokeWidth: "0",
|
|
651
|
-
color:
|
|
652
|
-
...
|
|
914
|
+
color: l,
|
|
915
|
+
...o,
|
|
653
916
|
children: /* @__PURE__ */ r(
|
|
654
917
|
"path",
|
|
655
918
|
{
|
|
@@ -662,7 +925,7 @@ function F({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
662
925
|
}
|
|
663
926
|
);
|
|
664
927
|
}
|
|
665
|
-
function
|
|
928
|
+
function j({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
666
929
|
return /* @__PURE__ */ r(
|
|
667
930
|
"svg",
|
|
668
931
|
{
|
|
@@ -672,8 +935,8 @@ function b({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
672
935
|
fill: "none",
|
|
673
936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
674
937
|
strokeWidth: "0",
|
|
675
|
-
color:
|
|
676
|
-
...
|
|
938
|
+
color: l,
|
|
939
|
+
...o,
|
|
677
940
|
children: /* @__PURE__ */ r(
|
|
678
941
|
"path",
|
|
679
942
|
{
|
|
@@ -686,7 +949,7 @@ function b({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
686
949
|
}
|
|
687
950
|
);
|
|
688
951
|
}
|
|
689
|
-
function
|
|
952
|
+
function q({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
690
953
|
return /* @__PURE__ */ r(
|
|
691
954
|
"svg",
|
|
692
955
|
{
|
|
@@ -696,8 +959,8 @@ function D({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
696
959
|
fill: "none",
|
|
697
960
|
xmlns: "http://www.w3.org/2000/svg",
|
|
698
961
|
strokeWidth: "0",
|
|
699
|
-
color:
|
|
700
|
-
...
|
|
962
|
+
color: l,
|
|
963
|
+
...o,
|
|
701
964
|
children: /* @__PURE__ */ r(
|
|
702
965
|
"path",
|
|
703
966
|
{
|
|
@@ -710,7 +973,55 @@ function D({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
710
973
|
}
|
|
711
974
|
);
|
|
712
975
|
}
|
|
713
|
-
function
|
|
976
|
+
function J({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
977
|
+
return /* @__PURE__ */ r(
|
|
978
|
+
"svg",
|
|
979
|
+
{
|
|
980
|
+
width: t,
|
|
981
|
+
height: t,
|
|
982
|
+
viewBox: "0 0 24 24",
|
|
983
|
+
fill: "none",
|
|
984
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
985
|
+
strokeWidth: "0",
|
|
986
|
+
color: l,
|
|
987
|
+
...o,
|
|
988
|
+
children: /* @__PURE__ */ r(
|
|
989
|
+
"path",
|
|
990
|
+
{
|
|
991
|
+
id: "Vector",
|
|
992
|
+
d: "M12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.6975 17.3025 2.4 12 2.4C6.69752 2.4 2.40002 6.6975 2.40002 12C2.40002 17.3025 6.69752 21.6 12 21.6ZM12 16.2C13.4325 16.2 14.7 15.4838 15.4575 14.3813L16.9388 15.405C15.8588 16.9725 14.0513 18 12 18C9.94877 18 8.14127 16.9725 7.05752 15.405L8.53877 14.3813C9.30002 15.4838 10.5675 16.2 12 16.2ZM7.80002 10.2C7.80002 9.53625 8.33627 9 9.00002 9C9.66377 9 10.2 9.53625 10.2 10.2C10.2 10.8638 9.66377 11.4 9.00002 11.4C8.33627 11.4 7.80002 10.8638 7.80002 10.2ZM15 9C15.6638 9 16.2 9.53625 16.2 10.2C16.2 10.8638 15.6638 11.4 15 11.4C14.3363 11.4 13.8 10.8638 13.8 10.2C13.8 9.53625 14.3363 9 15 9Z",
|
|
993
|
+
fill: "currentColor",
|
|
994
|
+
fillOpacity: "0.9"
|
|
995
|
+
}
|
|
996
|
+
)
|
|
997
|
+
}
|
|
998
|
+
);
|
|
999
|
+
}
|
|
1000
|
+
function K({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
1001
|
+
return /* @__PURE__ */ r(
|
|
1002
|
+
"svg",
|
|
1003
|
+
{
|
|
1004
|
+
width: t,
|
|
1005
|
+
height: t,
|
|
1006
|
+
viewBox: "0 0 24 24",
|
|
1007
|
+
fill: "none",
|
|
1008
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1009
|
+
strokeWidth: "0",
|
|
1010
|
+
color: l,
|
|
1011
|
+
...o,
|
|
1012
|
+
children: /* @__PURE__ */ r(
|
|
1013
|
+
"path",
|
|
1014
|
+
{
|
|
1015
|
+
id: "Vector",
|
|
1016
|
+
d: "M10.5063 4H13.5063L16.5 4.5L18.1844 6.70312L19.6844 9.3L20.5 12L19.6844 14.7L18.1844 17.2969L13.5063 14.5969V20H10.5063V14.5969L5.82812 17.2969L4.32812 14.7L3.5 12L4.32812 9.3L5.82812 6.70312L8 4.5L10.5063 4Z",
|
|
1017
|
+
fill: "currentColor",
|
|
1018
|
+
fillOpacity: "0.9"
|
|
1019
|
+
}
|
|
1020
|
+
)
|
|
1021
|
+
}
|
|
1022
|
+
);
|
|
1023
|
+
}
|
|
1024
|
+
function P({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
714
1025
|
return /* @__PURE__ */ r(
|
|
715
1026
|
"svg",
|
|
716
1027
|
{
|
|
@@ -720,8 +1031,8 @@ function S({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
720
1031
|
fill: "none",
|
|
721
1032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
722
1033
|
strokeWidth: "0",
|
|
723
|
-
color:
|
|
724
|
-
...
|
|
1034
|
+
color: l,
|
|
1035
|
+
...o,
|
|
725
1036
|
children: /* @__PURE__ */ r(
|
|
726
1037
|
"path",
|
|
727
1038
|
{
|
|
@@ -734,7 +1045,7 @@ function S({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
734
1045
|
}
|
|
735
1046
|
);
|
|
736
1047
|
}
|
|
737
|
-
function
|
|
1048
|
+
function Q({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
738
1049
|
return /* @__PURE__ */ r(
|
|
739
1050
|
"svg",
|
|
740
1051
|
{
|
|
@@ -744,8 +1055,8 @@ function T({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
744
1055
|
fill: "none",
|
|
745
1056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
746
1057
|
strokeWidth: "0",
|
|
747
|
-
color:
|
|
748
|
-
...
|
|
1058
|
+
color: l,
|
|
1059
|
+
...o,
|
|
749
1060
|
children: /* @__PURE__ */ r(
|
|
750
1061
|
"path",
|
|
751
1062
|
{
|
|
@@ -758,7 +1069,7 @@ function T({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
758
1069
|
}
|
|
759
1070
|
);
|
|
760
1071
|
}
|
|
761
|
-
function
|
|
1072
|
+
function Y({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
762
1073
|
return /* @__PURE__ */ r(
|
|
763
1074
|
"svg",
|
|
764
1075
|
{
|
|
@@ -768,8 +1079,8 @@ function U({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
768
1079
|
fill: "none",
|
|
769
1080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
770
1081
|
strokeWidth: "0",
|
|
771
|
-
color:
|
|
772
|
-
...
|
|
1082
|
+
color: l,
|
|
1083
|
+
...o,
|
|
773
1084
|
children: /* @__PURE__ */ r(
|
|
774
1085
|
"path",
|
|
775
1086
|
{
|
|
@@ -782,7 +1093,7 @@ function U({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
782
1093
|
}
|
|
783
1094
|
);
|
|
784
1095
|
}
|
|
785
|
-
function
|
|
1096
|
+
function _({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
786
1097
|
return /* @__PURE__ */ r(
|
|
787
1098
|
"svg",
|
|
788
1099
|
{
|
|
@@ -792,8 +1103,8 @@ function A({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
792
1103
|
fill: "none",
|
|
793
1104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
794
1105
|
strokeWidth: "0",
|
|
795
|
-
color:
|
|
796
|
-
...
|
|
1106
|
+
color: l,
|
|
1107
|
+
...o,
|
|
797
1108
|
children: /* @__PURE__ */ r(
|
|
798
1109
|
"path",
|
|
799
1110
|
{
|
|
@@ -806,7 +1117,7 @@ function A({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
806
1117
|
}
|
|
807
1118
|
);
|
|
808
1119
|
}
|
|
809
|
-
function
|
|
1120
|
+
function $({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
810
1121
|
return /* @__PURE__ */ r(
|
|
811
1122
|
"svg",
|
|
812
1123
|
{
|
|
@@ -816,8 +1127,8 @@ function G({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
816
1127
|
fill: "none",
|
|
817
1128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
818
1129
|
strokeWidth: "0",
|
|
819
|
-
color:
|
|
820
|
-
...
|
|
1130
|
+
color: l,
|
|
1131
|
+
...o,
|
|
821
1132
|
children: /* @__PURE__ */ r(
|
|
822
1133
|
"path",
|
|
823
1134
|
{
|
|
@@ -830,7 +1141,7 @@ function G({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
830
1141
|
}
|
|
831
1142
|
);
|
|
832
1143
|
}
|
|
833
|
-
function
|
|
1144
|
+
function z({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
834
1145
|
return /* @__PURE__ */ r(
|
|
835
1146
|
"svg",
|
|
836
1147
|
{
|
|
@@ -840,8 +1151,8 @@ function N({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
840
1151
|
fill: "none",
|
|
841
1152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
842
1153
|
strokeWidth: "0",
|
|
843
|
-
color:
|
|
844
|
-
...
|
|
1154
|
+
color: l,
|
|
1155
|
+
...o,
|
|
845
1156
|
children: /* @__PURE__ */ r(
|
|
846
1157
|
"path",
|
|
847
1158
|
{
|
|
@@ -854,7 +1165,7 @@ function N({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
854
1165
|
}
|
|
855
1166
|
);
|
|
856
1167
|
}
|
|
857
|
-
function
|
|
1168
|
+
function t1({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
858
1169
|
return /* @__PURE__ */ r(
|
|
859
1170
|
"svg",
|
|
860
1171
|
{
|
|
@@ -864,8 +1175,8 @@ function R({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
864
1175
|
fill: "none",
|
|
865
1176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
866
1177
|
strokeWidth: "0",
|
|
867
|
-
color:
|
|
868
|
-
...
|
|
1178
|
+
color: l,
|
|
1179
|
+
...o,
|
|
869
1180
|
children: /* @__PURE__ */ r(
|
|
870
1181
|
"path",
|
|
871
1182
|
{
|
|
@@ -881,40 +1192,53 @@ function R({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
|
881
1192
|
export {
|
|
882
1193
|
n as ActionOulineIcon,
|
|
883
1194
|
e as ArrowDownOutlineIcon,
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
d as
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
H as
|
|
893
|
-
g as
|
|
894
|
-
f as
|
|
895
|
-
s as
|
|
896
|
-
p as
|
|
897
|
-
v as
|
|
898
|
-
M as
|
|
899
|
-
Z as
|
|
900
|
-
a as
|
|
901
|
-
x as
|
|
902
|
-
O as
|
|
903
|
-
m as
|
|
904
|
-
k as
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
I as
|
|
908
|
-
y as
|
|
909
|
-
F as
|
|
910
|
-
b as
|
|
911
|
-
D as
|
|
912
|
-
S as
|
|
913
|
-
T as
|
|
914
|
-
U as
|
|
915
|
-
|
|
916
|
-
G as
|
|
917
|
-
|
|
918
|
-
|
|
1195
|
+
C as ArrowUpOutlineIcon,
|
|
1196
|
+
L as BellFillIcon,
|
|
1197
|
+
h as BookFillIcon,
|
|
1198
|
+
c as CalendarFillIcon,
|
|
1199
|
+
w as ChatFillIcon,
|
|
1200
|
+
d as CheckOutlineIcon,
|
|
1201
|
+
u as CheckboxFillIcon,
|
|
1202
|
+
V as CheckboxOutlineIcon,
|
|
1203
|
+
H as ChevronDownOutlineIcon,
|
|
1204
|
+
g as ChevronLeftOutlineIcon,
|
|
1205
|
+
f as ChevronRightOutlineIcon,
|
|
1206
|
+
s as ChevronUpOutlineIcon,
|
|
1207
|
+
p as CircleCheckFillIcon,
|
|
1208
|
+
v as CircleXmarkFillIcon,
|
|
1209
|
+
M as CircleXmarkOutlineIcon,
|
|
1210
|
+
Z as CloseOutlineIcon,
|
|
1211
|
+
a as CompassFillIcon,
|
|
1212
|
+
x as DartFillIcon,
|
|
1213
|
+
O as DeleteOutlineIcon,
|
|
1214
|
+
m as EditOutlineIcon,
|
|
1215
|
+
k as EllipsisOutlineIcon,
|
|
1216
|
+
B as ExportOutlineIcon,
|
|
1217
|
+
W as FileExportOutlineIcon,
|
|
1218
|
+
I as GamepadFillIcon,
|
|
1219
|
+
y as GearOutlineIcon,
|
|
1220
|
+
F as GlobeFillIcon,
|
|
1221
|
+
b as GlobeOutlineIcon,
|
|
1222
|
+
D as HeartFillIcon,
|
|
1223
|
+
S as HeartOutlineIcon,
|
|
1224
|
+
T as InfinityOutlineIcon,
|
|
1225
|
+
U as LightbulbFillIcon,
|
|
1226
|
+
E as LockFillIcon,
|
|
1227
|
+
G as MessageSmileOutlineIcon,
|
|
1228
|
+
A as NavCommentFillIcon,
|
|
1229
|
+
N as NavHomeFillIcon,
|
|
1230
|
+
R as NavMyFillIcon,
|
|
1231
|
+
X as RecreateOutlineIcon,
|
|
1232
|
+
j as SearchOutlineIcon,
|
|
1233
|
+
q as SendFillIcon,
|
|
1234
|
+
J as SmileFillIcon,
|
|
1235
|
+
K as TestOulineIcon,
|
|
1236
|
+
P as ThumbsDownFillIcon,
|
|
1237
|
+
Q as ThumbsDownOutlineIcon,
|
|
1238
|
+
Y as ThumbsUpFillIcon,
|
|
1239
|
+
_ as ThumbsUpOutlineIcon,
|
|
1240
|
+
$ as UnlockFillIcon,
|
|
1241
|
+
z as VideoFillIcon,
|
|
1242
|
+
t1 as WandMagicFillIcon
|
|
919
1243
|
};
|
|
920
1244
|
//# sourceMappingURL=index.mjs.map
|