@nation-a/icons 0.4.0 → 0.4.2
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/dist/types/v3/ArrowUpOutlineIcon.d.ts +7 -0
- package/dist/types/v3/{IghtbulbFillIcon.d.ts → CheckOutlineIcon.d.ts} +2 -2
- package/dist/types/v3/CheckboxFillIcon.d.ts +7 -0
- package/dist/types/v3/CheckboxOutlineIcon.d.ts +7 -0
- package/dist/types/v3/InfinityOutlineIcon.d.ts +7 -0
- package/dist/types/v3/LightbulbFillIcon.d.ts +7 -0
- package/dist/types/v3/index.d.ts +6 -1
- package/dist/v3/index.cjs +1 -1
- package/dist/v3/index.cjs.map +1 -1
- package/dist/v3/index.mjs +239 -138
- package/dist/v3/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v3/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as r
|
|
2
|
-
function
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
function n({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
3
3
|
return /* @__PURE__ */ r(
|
|
4
4
|
"svg",
|
|
5
5
|
{
|
|
@@ -9,8 +9,8 @@ function e({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
9
9
|
fill: "none",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
11
|
strokeWidth: "0",
|
|
12
|
-
color:
|
|
13
|
-
...
|
|
12
|
+
color: o,
|
|
13
|
+
...l,
|
|
14
14
|
children: /* @__PURE__ */ r(
|
|
15
15
|
"path",
|
|
16
16
|
{
|
|
@@ -23,7 +23,7 @@ function e({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
25
|
}
|
|
26
|
-
function
|
|
26
|
+
function e({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
27
27
|
return /* @__PURE__ */ r(
|
|
28
28
|
"svg",
|
|
29
29
|
{
|
|
@@ -33,8 +33,32 @@ function h({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
33
33
|
fill: "none",
|
|
34
34
|
xmlns: "http://www.w3.org/2000/svg",
|
|
35
35
|
strokeWidth: "0",
|
|
36
|
-
color:
|
|
37
|
-
...
|
|
36
|
+
color: o,
|
|
37
|
+
...l,
|
|
38
|
+
children: /* @__PURE__ */ r(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
id: "Vector",
|
|
42
|
+
d: "M11.1616 21.2498L12.0091 22.0973L12.8566 21.2498L18.8566 15.2498L19.7041 14.4023L18.0054 12.7036C17.9566 12.7523 16.3554 14.3536 13.2054 17.5036V2.40234H10.8054V17.5036C7.65539 14.3536 6.05414 12.7523 6.00539 12.7036L4.30664 14.4023L5.15414 15.2498L11.1541 21.2498H11.1616Z",
|
|
43
|
+
fill: "currentColor",
|
|
44
|
+
fillOpacity: "0.9"
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
function h({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
51
|
+
return /* @__PURE__ */ r(
|
|
52
|
+
"svg",
|
|
53
|
+
{
|
|
54
|
+
width: t,
|
|
55
|
+
height: t,
|
|
56
|
+
viewBox: "0 0 24 24",
|
|
57
|
+
fill: "none",
|
|
58
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
59
|
+
strokeWidth: "0",
|
|
60
|
+
color: o,
|
|
61
|
+
...l,
|
|
38
62
|
children: /* @__PURE__ */ r(
|
|
39
63
|
"path",
|
|
40
64
|
{
|
|
@@ -47,7 +71,7 @@ function h({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
47
71
|
}
|
|
48
72
|
);
|
|
49
73
|
}
|
|
50
|
-
function c({ size: t = 24, color:
|
|
74
|
+
function c({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
51
75
|
return /* @__PURE__ */ r(
|
|
52
76
|
"svg",
|
|
53
77
|
{
|
|
@@ -57,8 +81,8 @@ function c({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
57
81
|
fill: "none",
|
|
58
82
|
xmlns: "http://www.w3.org/2000/svg",
|
|
59
83
|
strokeWidth: "0",
|
|
60
|
-
color:
|
|
61
|
-
...
|
|
84
|
+
color: o,
|
|
85
|
+
...l,
|
|
62
86
|
children: /* @__PURE__ */ r(
|
|
63
87
|
"path",
|
|
64
88
|
{
|
|
@@ -71,7 +95,7 @@ function c({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
71
95
|
}
|
|
72
96
|
);
|
|
73
97
|
}
|
|
74
|
-
function
|
|
98
|
+
function L({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
75
99
|
return /* @__PURE__ */ r(
|
|
76
100
|
"svg",
|
|
77
101
|
{
|
|
@@ -81,8 +105,8 @@ function C({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
81
105
|
fill: "none",
|
|
82
106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
83
107
|
strokeWidth: "0",
|
|
84
|
-
color:
|
|
85
|
-
...
|
|
108
|
+
color: o,
|
|
109
|
+
...l,
|
|
86
110
|
children: /* @__PURE__ */ r(
|
|
87
111
|
"path",
|
|
88
112
|
{
|
|
@@ -95,7 +119,47 @@ function C({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
95
119
|
}
|
|
96
120
|
);
|
|
97
121
|
}
|
|
98
|
-
function
|
|
122
|
+
function w({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
123
|
+
return /* @__PURE__ */ r(
|
|
124
|
+
"svg",
|
|
125
|
+
{
|
|
126
|
+
width: t,
|
|
127
|
+
height: t,
|
|
128
|
+
viewBox: "0 0 24 24",
|
|
129
|
+
fill: "none",
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
131
|
+
strokeWidth: "0",
|
|
132
|
+
color: o,
|
|
133
|
+
...l,
|
|
134
|
+
children: /* @__PURE__ */ r("path", { id: "Vector 97", d: "M4 11L10.5 18L20 6", stroke: "currentColor", strokeWidth: "2" })
|
|
135
|
+
}
|
|
136
|
+
);
|
|
137
|
+
}
|
|
138
|
+
function C({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
139
|
+
return /* @__PURE__ */ r(
|
|
140
|
+
"svg",
|
|
141
|
+
{
|
|
142
|
+
width: t,
|
|
143
|
+
height: t,
|
|
144
|
+
viewBox: "0 0 24 24",
|
|
145
|
+
fill: "none",
|
|
146
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
147
|
+
strokeWidth: "0",
|
|
148
|
+
color: o,
|
|
149
|
+
...l,
|
|
150
|
+
children: /* @__PURE__ */ r(
|
|
151
|
+
"path",
|
|
152
|
+
{
|
|
153
|
+
id: "Vector",
|
|
154
|
+
d: "M20.4 20.4H3.60001V3.6H20.4V20.4ZM15.1688 8.0625L10.6913 14.22L8.10001 11.6287L6.82876 12.9L10.1625 16.2337L10.905 16.98L11.5238 16.1287L16.62 9.12L17.1488 8.3925L15.6938 7.33125L15.165 8.05875L15.1688 8.0625Z",
|
|
155
|
+
fill: "currentColor",
|
|
156
|
+
fillOpacity: "0.9"
|
|
157
|
+
}
|
|
158
|
+
)
|
|
159
|
+
}
|
|
160
|
+
);
|
|
161
|
+
}
|
|
162
|
+
function d({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
99
163
|
return /* @__PURE__ */ r(
|
|
100
164
|
"svg",
|
|
101
165
|
{
|
|
@@ -105,8 +169,32 @@ function L({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
105
169
|
fill: "none",
|
|
106
170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
107
171
|
strokeWidth: "0",
|
|
108
|
-
color:
|
|
109
|
-
...
|
|
172
|
+
color: o,
|
|
173
|
+
...l,
|
|
174
|
+
children: /* @__PURE__ */ r(
|
|
175
|
+
"path",
|
|
176
|
+
{
|
|
177
|
+
id: "Vector",
|
|
178
|
+
d: "M18.6 5.4V18.6H5.40001V5.4H18.6ZM5.40001 3.6H3.60001V20.4H20.4V3.6H5.40001Z",
|
|
179
|
+
fill: "currentColor",
|
|
180
|
+
fillOpacity: "0.9"
|
|
181
|
+
}
|
|
182
|
+
)
|
|
183
|
+
}
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
function V({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
187
|
+
return /* @__PURE__ */ r(
|
|
188
|
+
"svg",
|
|
189
|
+
{
|
|
190
|
+
width: t,
|
|
191
|
+
height: t,
|
|
192
|
+
viewBox: "0 0 24 24",
|
|
193
|
+
fill: "none",
|
|
194
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
195
|
+
strokeWidth: "0",
|
|
196
|
+
color: o,
|
|
197
|
+
...l,
|
|
110
198
|
children: /* @__PURE__ */ r(
|
|
111
199
|
"path",
|
|
112
200
|
{
|
|
@@ -119,7 +207,7 @@ function L({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
119
207
|
}
|
|
120
208
|
);
|
|
121
209
|
}
|
|
122
|
-
function
|
|
210
|
+
function u({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
123
211
|
return /* @__PURE__ */ r(
|
|
124
212
|
"svg",
|
|
125
213
|
{
|
|
@@ -129,8 +217,8 @@ function w({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
129
217
|
fill: "none",
|
|
130
218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
219
|
strokeWidth: "0",
|
|
132
|
-
color:
|
|
133
|
-
...
|
|
220
|
+
color: o,
|
|
221
|
+
...l,
|
|
134
222
|
children: /* @__PURE__ */ r(
|
|
135
223
|
"path",
|
|
136
224
|
{
|
|
@@ -143,7 +231,7 @@ function w({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
143
231
|
}
|
|
144
232
|
);
|
|
145
233
|
}
|
|
146
|
-
function
|
|
234
|
+
function g({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
147
235
|
return /* @__PURE__ */ r(
|
|
148
236
|
"svg",
|
|
149
237
|
{
|
|
@@ -153,8 +241,8 @@ function d({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
153
241
|
fill: "none",
|
|
154
242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
155
243
|
strokeWidth: "0",
|
|
156
|
-
color:
|
|
157
|
-
...
|
|
244
|
+
color: o,
|
|
245
|
+
...l,
|
|
158
246
|
children: /* @__PURE__ */ r(
|
|
159
247
|
"path",
|
|
160
248
|
{
|
|
@@ -167,7 +255,7 @@ function d({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
167
255
|
}
|
|
168
256
|
);
|
|
169
257
|
}
|
|
170
|
-
function
|
|
258
|
+
function f({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
171
259
|
return /* @__PURE__ */ r(
|
|
172
260
|
"svg",
|
|
173
261
|
{
|
|
@@ -177,8 +265,8 @@ function V({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
177
265
|
fill: "none",
|
|
178
266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
179
267
|
strokeWidth: "0",
|
|
180
|
-
color:
|
|
181
|
-
...
|
|
268
|
+
color: o,
|
|
269
|
+
...l,
|
|
182
270
|
children: /* @__PURE__ */ r(
|
|
183
271
|
"path",
|
|
184
272
|
{
|
|
@@ -191,7 +279,7 @@ function V({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
191
279
|
}
|
|
192
280
|
);
|
|
193
281
|
}
|
|
194
|
-
function
|
|
282
|
+
function H({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
195
283
|
return /* @__PURE__ */ r(
|
|
196
284
|
"svg",
|
|
197
285
|
{
|
|
@@ -201,8 +289,8 @@ function u({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
201
289
|
fill: "none",
|
|
202
290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
203
291
|
strokeWidth: "0",
|
|
204
|
-
color:
|
|
205
|
-
...
|
|
292
|
+
color: o,
|
|
293
|
+
...l,
|
|
206
294
|
children: /* @__PURE__ */ r(
|
|
207
295
|
"path",
|
|
208
296
|
{
|
|
@@ -215,7 +303,7 @@ function u({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
215
303
|
}
|
|
216
304
|
);
|
|
217
305
|
}
|
|
218
|
-
function
|
|
306
|
+
function s({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
219
307
|
return /* @__PURE__ */ r(
|
|
220
308
|
"svg",
|
|
221
309
|
{
|
|
@@ -225,8 +313,8 @@ function f({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
225
313
|
fill: "none",
|
|
226
314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
227
315
|
strokeWidth: "0",
|
|
228
|
-
color:
|
|
229
|
-
...
|
|
316
|
+
color: o,
|
|
317
|
+
...l,
|
|
230
318
|
children: /* @__PURE__ */ r(
|
|
231
319
|
"path",
|
|
232
320
|
{
|
|
@@ -239,7 +327,7 @@ function f({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
239
327
|
}
|
|
240
328
|
);
|
|
241
329
|
}
|
|
242
|
-
function
|
|
330
|
+
function p({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
243
331
|
return /* @__PURE__ */ r(
|
|
244
332
|
"svg",
|
|
245
333
|
{
|
|
@@ -249,8 +337,8 @@ function g({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
249
337
|
fill: "none",
|
|
250
338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
251
339
|
strokeWidth: "0",
|
|
252
|
-
color:
|
|
253
|
-
...
|
|
340
|
+
color: o,
|
|
341
|
+
...l,
|
|
254
342
|
children: /* @__PURE__ */ r(
|
|
255
343
|
"path",
|
|
256
344
|
{
|
|
@@ -263,7 +351,7 @@ function g({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
263
351
|
}
|
|
264
352
|
);
|
|
265
353
|
}
|
|
266
|
-
function
|
|
354
|
+
function v({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
267
355
|
return /* @__PURE__ */ r(
|
|
268
356
|
"svg",
|
|
269
357
|
{
|
|
@@ -273,8 +361,8 @@ function H({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
273
361
|
fill: "none",
|
|
274
362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
275
363
|
strokeWidth: "0",
|
|
276
|
-
color:
|
|
277
|
-
...
|
|
364
|
+
color: o,
|
|
365
|
+
...l,
|
|
278
366
|
children: /* @__PURE__ */ r(
|
|
279
367
|
"path",
|
|
280
368
|
{
|
|
@@ -287,7 +375,7 @@ function H({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
287
375
|
}
|
|
288
376
|
);
|
|
289
377
|
}
|
|
290
|
-
function
|
|
378
|
+
function a({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
291
379
|
return /* @__PURE__ */ r(
|
|
292
380
|
"svg",
|
|
293
381
|
{
|
|
@@ -297,8 +385,8 @@ function s({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
297
385
|
fill: "none",
|
|
298
386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
299
387
|
strokeWidth: "0",
|
|
300
|
-
color:
|
|
301
|
-
...
|
|
388
|
+
color: o,
|
|
389
|
+
...l,
|
|
302
390
|
children: /* @__PURE__ */ r(
|
|
303
391
|
"path",
|
|
304
392
|
{
|
|
@@ -311,7 +399,31 @@ function s({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
311
399
|
}
|
|
312
400
|
);
|
|
313
401
|
}
|
|
314
|
-
function
|
|
402
|
+
function M({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
403
|
+
return /* @__PURE__ */ r(
|
|
404
|
+
"svg",
|
|
405
|
+
{
|
|
406
|
+
width: t,
|
|
407
|
+
height: t,
|
|
408
|
+
viewBox: "0 0 24 24",
|
|
409
|
+
fill: "none",
|
|
410
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
411
|
+
strokeWidth: "0",
|
|
412
|
+
color: o,
|
|
413
|
+
...l,
|
|
414
|
+
children: /* @__PURE__ */ r(
|
|
415
|
+
"path",
|
|
416
|
+
{
|
|
417
|
+
id: "Vector",
|
|
418
|
+
d: "M1 6.5H9.25L9.58 6.94L12 10.1678L14.42 6.94L14.75 6.5H23V17.5H14.75L14.42 17.06L12 13.8322L9.58 17.06L9.25 17.5H1V6.5ZM10.625 12L8.15 8.7H3.2V15.3H8.15L10.625 12ZM13.375 12L15.85 15.3H20.8V8.7H15.85L13.375 12Z",
|
|
419
|
+
fill: "currentColor",
|
|
420
|
+
fillOpacity: "0.9"
|
|
421
|
+
}
|
|
422
|
+
)
|
|
423
|
+
}
|
|
424
|
+
);
|
|
425
|
+
}
|
|
426
|
+
function Z({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
315
427
|
return /* @__PURE__ */ r(
|
|
316
428
|
"svg",
|
|
317
429
|
{
|
|
@@ -321,8 +433,8 @@ function p({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
321
433
|
fill: "none",
|
|
322
434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
323
435
|
strokeWidth: "0",
|
|
324
|
-
color:
|
|
325
|
-
...
|
|
436
|
+
color: o,
|
|
437
|
+
...l,
|
|
326
438
|
children: /* @__PURE__ */ r(
|
|
327
439
|
"path",
|
|
328
440
|
{
|
|
@@ -335,8 +447,8 @@ function p({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
335
447
|
}
|
|
336
448
|
);
|
|
337
449
|
}
|
|
338
|
-
function
|
|
339
|
-
return /* @__PURE__ */
|
|
450
|
+
function x({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
451
|
+
return /* @__PURE__ */ r(
|
|
340
452
|
"svg",
|
|
341
453
|
{
|
|
342
454
|
width: t,
|
|
@@ -345,37 +457,21 @@ function v({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
345
457
|
fill: "none",
|
|
346
458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
347
459
|
strokeWidth: "0",
|
|
348
|
-
color:
|
|
349
|
-
...
|
|
350
|
-
children:
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
),
|
|
360
|
-
/* @__PURE__ */ r(
|
|
361
|
-
"path",
|
|
362
|
-
{
|
|
363
|
-
d: "M10.6833 13.0286C11.1408 13.0286 11.5715 13.2482 11.8394 13.6189L12.0001 13.8407L12.1608 13.6189C12.4287 13.2482 12.8594 13.0286 13.3169 13.0286C14.1044 13.0286 14.7429 13.6671 14.7429 14.4546C14.7429 15.9204 13.0983 17.2425 12.0001 18C10.9019 17.2425 9.25723 15.9204 9.25723 14.4546C9.25723 13.6671 9.8958 13.0286 10.6833 13.0286Z",
|
|
364
|
-
fill: "currentColor"
|
|
365
|
-
}
|
|
366
|
-
),
|
|
367
|
-
/* @__PURE__ */ r(
|
|
368
|
-
"path",
|
|
369
|
-
{
|
|
370
|
-
d: "M10.6833 13.0286C11.1408 13.0286 11.5715 13.2482 11.8394 13.6189L12.0001 13.8407L12.1608 13.6189C12.4287 13.2482 12.8594 13.0286 13.3169 13.0286C14.1044 13.0286 14.7429 13.6671 14.7429 14.4546C14.7429 15.9204 13.0983 17.2425 12.0001 18C10.9019 17.2425 9.25723 15.9204 9.25723 14.4546C9.25723 13.6671 9.8958 13.0286 10.6833 13.0286Z",
|
|
371
|
-
fill: "currentColor"
|
|
372
|
-
}
|
|
373
|
-
)
|
|
374
|
-
]
|
|
460
|
+
color: o,
|
|
461
|
+
...l,
|
|
462
|
+
children: /* @__PURE__ */ r(
|
|
463
|
+
"path",
|
|
464
|
+
{
|
|
465
|
+
id: "Subtract",
|
|
466
|
+
d: "M12 1.2002C14.6512 1.2002 16.7998 3.34875 16.7998 6V8.40039H19.2002V21.5996H4.7998V8.40039H7.2002V6C7.2002 3.34875 9.34875 1.2002 12 1.2002ZM13.3164 13.0283C12.8591 13.0285 12.4289 13.2486 12.1611 13.6191L12 13.8408L11.8398 13.6191C11.572 13.2485 11.141 13.0284 10.6836 13.0283C9.89609 13.0283 9.25684 13.6676 9.25684 14.4551C9.25716 15.9206 10.9019 17.2426 12 18C13.0981 17.2426 14.7428 15.9206 14.7432 14.4551C14.7432 13.6676 14.1039 13.0283 13.3164 13.0283ZM12 3.59961C10.6762 3.59961 9.59961 4.67625 9.59961 6V8.40039H14.4004V6C14.4004 4.67625 13.3237 3.59962 12 3.59961Z",
|
|
467
|
+
fill: "currentColor",
|
|
468
|
+
fillOpacity: "0.9"
|
|
469
|
+
}
|
|
470
|
+
)
|
|
375
471
|
}
|
|
376
472
|
);
|
|
377
473
|
}
|
|
378
|
-
function
|
|
474
|
+
function O({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
379
475
|
return /* @__PURE__ */ r(
|
|
380
476
|
"svg",
|
|
381
477
|
{
|
|
@@ -385,8 +481,8 @@ function a({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
385
481
|
fill: "none",
|
|
386
482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
387
483
|
strokeWidth: "0",
|
|
388
|
-
color:
|
|
389
|
-
...
|
|
484
|
+
color: o,
|
|
485
|
+
...l,
|
|
390
486
|
children: /* @__PURE__ */ r(
|
|
391
487
|
"path",
|
|
392
488
|
{
|
|
@@ -399,7 +495,7 @@ function a({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
399
495
|
}
|
|
400
496
|
);
|
|
401
497
|
}
|
|
402
|
-
function
|
|
498
|
+
function m({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
403
499
|
return /* @__PURE__ */ r(
|
|
404
500
|
"svg",
|
|
405
501
|
{
|
|
@@ -409,8 +505,8 @@ function M({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
409
505
|
fill: "none",
|
|
410
506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
411
507
|
strokeWidth: "0",
|
|
412
|
-
color:
|
|
413
|
-
...
|
|
508
|
+
color: o,
|
|
509
|
+
...l,
|
|
414
510
|
children: /* @__PURE__ */ r(
|
|
415
511
|
"path",
|
|
416
512
|
{
|
|
@@ -423,7 +519,7 @@ function M({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
423
519
|
}
|
|
424
520
|
);
|
|
425
521
|
}
|
|
426
|
-
function
|
|
522
|
+
function k({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
427
523
|
return /* @__PURE__ */ r(
|
|
428
524
|
"svg",
|
|
429
525
|
{
|
|
@@ -433,8 +529,8 @@ function Z({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
433
529
|
fill: "none",
|
|
434
530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
435
531
|
strokeWidth: "0",
|
|
436
|
-
color:
|
|
437
|
-
...
|
|
532
|
+
color: o,
|
|
533
|
+
...l,
|
|
438
534
|
children: /* @__PURE__ */ r(
|
|
439
535
|
"path",
|
|
440
536
|
{
|
|
@@ -447,7 +543,7 @@ function Z({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
447
543
|
}
|
|
448
544
|
);
|
|
449
545
|
}
|
|
450
|
-
function
|
|
546
|
+
function W({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
451
547
|
return /* @__PURE__ */ r(
|
|
452
548
|
"svg",
|
|
453
549
|
{
|
|
@@ -457,8 +553,8 @@ function x({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
457
553
|
fill: "none",
|
|
458
554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
459
555
|
strokeWidth: "0",
|
|
460
|
-
color:
|
|
461
|
-
...
|
|
556
|
+
color: o,
|
|
557
|
+
...l,
|
|
462
558
|
children: /* @__PURE__ */ r(
|
|
463
559
|
"path",
|
|
464
560
|
{
|
|
@@ -471,7 +567,7 @@ function x({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
471
567
|
}
|
|
472
568
|
);
|
|
473
569
|
}
|
|
474
|
-
function
|
|
570
|
+
function y({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
475
571
|
return /* @__PURE__ */ r(
|
|
476
572
|
"svg",
|
|
477
573
|
{
|
|
@@ -481,8 +577,8 @@ function O({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
481
577
|
fill: "none",
|
|
482
578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
483
579
|
strokeWidth: "0",
|
|
484
|
-
color:
|
|
485
|
-
...
|
|
580
|
+
color: o,
|
|
581
|
+
...l,
|
|
486
582
|
children: /* @__PURE__ */ r(
|
|
487
583
|
"path",
|
|
488
584
|
{
|
|
@@ -495,7 +591,7 @@ function O({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
495
591
|
}
|
|
496
592
|
);
|
|
497
593
|
}
|
|
498
|
-
function
|
|
594
|
+
function B({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
499
595
|
return /* @__PURE__ */ r(
|
|
500
596
|
"svg",
|
|
501
597
|
{
|
|
@@ -505,8 +601,8 @@ function m({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
505
601
|
fill: "none",
|
|
506
602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
603
|
strokeWidth: "0",
|
|
508
|
-
color:
|
|
509
|
-
...
|
|
604
|
+
color: o,
|
|
605
|
+
...l,
|
|
510
606
|
children: /* @__PURE__ */ r(
|
|
511
607
|
"path",
|
|
512
608
|
{
|
|
@@ -519,7 +615,7 @@ function m({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
519
615
|
}
|
|
520
616
|
);
|
|
521
617
|
}
|
|
522
|
-
function
|
|
618
|
+
function I({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
523
619
|
return /* @__PURE__ */ r(
|
|
524
620
|
"svg",
|
|
525
621
|
{
|
|
@@ -529,8 +625,8 @@ function k({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
529
625
|
fill: "none",
|
|
530
626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
531
627
|
strokeWidth: "0",
|
|
532
|
-
color:
|
|
533
|
-
...
|
|
628
|
+
color: o,
|
|
629
|
+
...l,
|
|
534
630
|
children: /* @__PURE__ */ r(
|
|
535
631
|
"path",
|
|
536
632
|
{
|
|
@@ -543,7 +639,7 @@ function k({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
543
639
|
}
|
|
544
640
|
);
|
|
545
641
|
}
|
|
546
|
-
function
|
|
642
|
+
function F({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
547
643
|
return /* @__PURE__ */ r(
|
|
548
644
|
"svg",
|
|
549
645
|
{
|
|
@@ -553,8 +649,8 @@ function y({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
553
649
|
fill: "none",
|
|
554
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
555
651
|
strokeWidth: "0",
|
|
556
|
-
color:
|
|
557
|
-
...
|
|
652
|
+
color: o,
|
|
653
|
+
...l,
|
|
558
654
|
children: /* @__PURE__ */ r(
|
|
559
655
|
"path",
|
|
560
656
|
{
|
|
@@ -567,7 +663,7 @@ function y({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
567
663
|
}
|
|
568
664
|
);
|
|
569
665
|
}
|
|
570
|
-
function
|
|
666
|
+
function b({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
571
667
|
return /* @__PURE__ */ r(
|
|
572
668
|
"svg",
|
|
573
669
|
{
|
|
@@ -577,8 +673,8 @@ function B({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
577
673
|
fill: "none",
|
|
578
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
579
675
|
strokeWidth: "0",
|
|
580
|
-
color:
|
|
581
|
-
...
|
|
676
|
+
color: o,
|
|
677
|
+
...l,
|
|
582
678
|
children: /* @__PURE__ */ r(
|
|
583
679
|
"path",
|
|
584
680
|
{
|
|
@@ -591,7 +687,7 @@ function B({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
591
687
|
}
|
|
592
688
|
);
|
|
593
689
|
}
|
|
594
|
-
function
|
|
690
|
+
function D({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
595
691
|
return /* @__PURE__ */ r(
|
|
596
692
|
"svg",
|
|
597
693
|
{
|
|
@@ -601,8 +697,8 @@ function I({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
601
697
|
fill: "none",
|
|
602
698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
603
699
|
strokeWidth: "0",
|
|
604
|
-
color:
|
|
605
|
-
...
|
|
700
|
+
color: o,
|
|
701
|
+
...l,
|
|
606
702
|
children: /* @__PURE__ */ r(
|
|
607
703
|
"path",
|
|
608
704
|
{
|
|
@@ -615,7 +711,7 @@ function I({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
615
711
|
}
|
|
616
712
|
);
|
|
617
713
|
}
|
|
618
|
-
function
|
|
714
|
+
function S({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
619
715
|
return /* @__PURE__ */ r(
|
|
620
716
|
"svg",
|
|
621
717
|
{
|
|
@@ -625,8 +721,8 @@ function W({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
625
721
|
fill: "none",
|
|
626
722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
723
|
strokeWidth: "0",
|
|
628
|
-
color:
|
|
629
|
-
...
|
|
724
|
+
color: o,
|
|
725
|
+
...l,
|
|
630
726
|
children: /* @__PURE__ */ r(
|
|
631
727
|
"path",
|
|
632
728
|
{
|
|
@@ -639,7 +735,7 @@ function W({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
639
735
|
}
|
|
640
736
|
);
|
|
641
737
|
}
|
|
642
|
-
function
|
|
738
|
+
function T({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
643
739
|
return /* @__PURE__ */ r(
|
|
644
740
|
"svg",
|
|
645
741
|
{
|
|
@@ -649,8 +745,8 @@ function F({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
649
745
|
fill: "none",
|
|
650
746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
651
747
|
strokeWidth: "0",
|
|
652
|
-
color:
|
|
653
|
-
...
|
|
748
|
+
color: o,
|
|
749
|
+
...l,
|
|
654
750
|
children: /* @__PURE__ */ r(
|
|
655
751
|
"path",
|
|
656
752
|
{
|
|
@@ -663,7 +759,7 @@ function F({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
663
759
|
}
|
|
664
760
|
);
|
|
665
761
|
}
|
|
666
|
-
function
|
|
762
|
+
function A({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
667
763
|
return /* @__PURE__ */ r(
|
|
668
764
|
"svg",
|
|
669
765
|
{
|
|
@@ -673,8 +769,8 @@ function b({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
673
769
|
fill: "none",
|
|
674
770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
675
771
|
strokeWidth: "0",
|
|
676
|
-
color:
|
|
677
|
-
...
|
|
772
|
+
color: o,
|
|
773
|
+
...l,
|
|
678
774
|
children: /* @__PURE__ */ r(
|
|
679
775
|
"path",
|
|
680
776
|
{
|
|
@@ -688,33 +784,38 @@ function b({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
688
784
|
);
|
|
689
785
|
}
|
|
690
786
|
export {
|
|
691
|
-
|
|
692
|
-
|
|
787
|
+
n as ActionOulineIcon,
|
|
788
|
+
e as ArrowDownOutlineIcon,
|
|
789
|
+
h as ArrowUpOutlineIcon,
|
|
693
790
|
c as BookFillIcon,
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
d as
|
|
698
|
-
V as
|
|
699
|
-
u as
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
H as
|
|
703
|
-
s as
|
|
704
|
-
p as
|
|
705
|
-
v as
|
|
706
|
-
a as
|
|
707
|
-
M as
|
|
708
|
-
Z as
|
|
709
|
-
x as
|
|
710
|
-
O as
|
|
711
|
-
m as
|
|
712
|
-
k as
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
F as
|
|
718
|
-
b as
|
|
791
|
+
L as ChatFillIcon,
|
|
792
|
+
w as CheckOutlineIcon,
|
|
793
|
+
C as CheckboxFillIcon,
|
|
794
|
+
d as CheckboxOutlineIcon,
|
|
795
|
+
V as ChevronLeftOutlineIcon,
|
|
796
|
+
u as ChevronRightOutlineIcon,
|
|
797
|
+
g as CloseOutlineIcon,
|
|
798
|
+
f as CompassFillIcon,
|
|
799
|
+
H as DartFillIcon,
|
|
800
|
+
s as DeleteOutlineIcon,
|
|
801
|
+
p as EllipsisOutlineIcon,
|
|
802
|
+
v as HeartFillIcon,
|
|
803
|
+
a as HeartOutlineIcon,
|
|
804
|
+
M as InfinityOutlineIcon,
|
|
805
|
+
Z as LightbulbFillIcon,
|
|
806
|
+
x as LockFillIcon,
|
|
807
|
+
O as MessageSmileOutlineIcon,
|
|
808
|
+
m as NavCommentFillIcon,
|
|
809
|
+
k as NavHomeFillIcon,
|
|
810
|
+
W as NavMyFillIcon,
|
|
811
|
+
y as RecreateOutlineIcon,
|
|
812
|
+
B as SearchOutlineIcon,
|
|
813
|
+
I as SendFillIcon,
|
|
814
|
+
F as ThumbsDownFillIcon,
|
|
815
|
+
b as ThumbsDownOutlineIcon,
|
|
816
|
+
D as ThumbsUpFillIcon,
|
|
817
|
+
S as ThumbsUpOutlineIcon,
|
|
818
|
+
T as VideoFillIcon,
|
|
819
|
+
A as WandMagicFillIcon
|
|
719
820
|
};
|
|
720
821
|
//# sourceMappingURL=index.mjs.map
|