@nation-a/icons 0.4.1 → 0.4.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/CheckOutlineIcon.d.ts +7 -0
- package/dist/types/v3/CheckboxFillIcon.d.ts +7 -0
- package/dist/types/v3/CheckboxOutlineIcon.d.ts +7 -0
- package/dist/types/v3/GlobeFillIcon.d.ts +7 -0
- package/dist/types/v3/GlobeOutlineIcon.d.ts +7 -0
- package/dist/types/v3/InfinityOutlineIcon.d.ts +7 -0
- package/dist/types/v3/index.d.ts +6 -0
- package/dist/v3/index.cjs +1 -1
- package/dist/v3/index.cjs.map +1 -1
- package/dist/v3/index.mjs +254 -112
- 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: o = "currentColor", ...l }) {
|
|
3
3
|
return /* @__PURE__ */ r(
|
|
4
4
|
"svg",
|
|
5
5
|
{
|
|
@@ -9,8 +9,8 @@ function n({ 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 n({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
25
|
}
|
|
26
|
-
function e({ size: t = 24, color:
|
|
26
|
+
function e({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
27
27
|
return /* @__PURE__ */ r(
|
|
28
28
|
"svg",
|
|
29
29
|
{
|
|
@@ -33,8 +33,8 @@ function e({ 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
38
|
children: /* @__PURE__ */ r(
|
|
39
39
|
"path",
|
|
40
40
|
{
|
|
@@ -47,7 +47,7 @@ function e({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
47
47
|
}
|
|
48
48
|
);
|
|
49
49
|
}
|
|
50
|
-
function h({ size: t = 24, color:
|
|
50
|
+
function h({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
51
51
|
return /* @__PURE__ */ r(
|
|
52
52
|
"svg",
|
|
53
53
|
{
|
|
@@ -57,8 +57,8 @@ function h({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
57
57
|
fill: "none",
|
|
58
58
|
xmlns: "http://www.w3.org/2000/svg",
|
|
59
59
|
strokeWidth: "0",
|
|
60
|
-
color:
|
|
61
|
-
...
|
|
60
|
+
color: o,
|
|
61
|
+
...l,
|
|
62
62
|
children: /* @__PURE__ */ r(
|
|
63
63
|
"path",
|
|
64
64
|
{
|
|
@@ -71,7 +71,7 @@ function h({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
71
71
|
}
|
|
72
72
|
);
|
|
73
73
|
}
|
|
74
|
-
function c({ size: t = 24, color:
|
|
74
|
+
function c({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
75
75
|
return /* @__PURE__ */ r(
|
|
76
76
|
"svg",
|
|
77
77
|
{
|
|
@@ -81,8 +81,8 @@ function c({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
81
81
|
fill: "none",
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg",
|
|
83
83
|
strokeWidth: "0",
|
|
84
|
-
color:
|
|
85
|
-
...
|
|
84
|
+
color: o,
|
|
85
|
+
...l,
|
|
86
86
|
children: /* @__PURE__ */ r(
|
|
87
87
|
"path",
|
|
88
88
|
{
|
|
@@ -95,7 +95,7 @@ function c({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
95
95
|
}
|
|
96
96
|
);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function C({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
99
99
|
return /* @__PURE__ */ r(
|
|
100
100
|
"svg",
|
|
101
101
|
{
|
|
@@ -105,8 +105,8 @@ function L({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
105
105
|
fill: "none",
|
|
106
106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
107
107
|
strokeWidth: "0",
|
|
108
|
-
color:
|
|
109
|
-
...
|
|
108
|
+
color: o,
|
|
109
|
+
...l,
|
|
110
110
|
children: /* @__PURE__ */ r(
|
|
111
111
|
"path",
|
|
112
112
|
{
|
|
@@ -119,7 +119,7 @@ function L({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
119
119
|
}
|
|
120
120
|
);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function w({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
123
123
|
return /* @__PURE__ */ r(
|
|
124
124
|
"svg",
|
|
125
125
|
{
|
|
@@ -129,8 +129,72 @@ function C({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
129
129
|
fill: "none",
|
|
130
130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
131
|
strokeWidth: "0",
|
|
132
|
-
color:
|
|
133
|
-
...
|
|
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 L({ 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 }) {
|
|
163
|
+
return /* @__PURE__ */ r(
|
|
164
|
+
"svg",
|
|
165
|
+
{
|
|
166
|
+
width: t,
|
|
167
|
+
height: t,
|
|
168
|
+
viewBox: "0 0 24 24",
|
|
169
|
+
fill: "none",
|
|
170
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
171
|
+
strokeWidth: "0",
|
|
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 u({ 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,
|
|
134
198
|
children: /* @__PURE__ */ r(
|
|
135
199
|
"path",
|
|
136
200
|
{
|
|
@@ -143,7 +207,7 @@ function C({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
143
207
|
}
|
|
144
208
|
);
|
|
145
209
|
}
|
|
146
|
-
function
|
|
210
|
+
function V({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
147
211
|
return /* @__PURE__ */ r(
|
|
148
212
|
"svg",
|
|
149
213
|
{
|
|
@@ -153,8 +217,8 @@ function w({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
153
217
|
fill: "none",
|
|
154
218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
155
219
|
strokeWidth: "0",
|
|
156
|
-
color:
|
|
157
|
-
...
|
|
220
|
+
color: o,
|
|
221
|
+
...l,
|
|
158
222
|
children: /* @__PURE__ */ r(
|
|
159
223
|
"path",
|
|
160
224
|
{
|
|
@@ -167,7 +231,7 @@ function w({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
167
231
|
}
|
|
168
232
|
);
|
|
169
233
|
}
|
|
170
|
-
function
|
|
234
|
+
function H({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
171
235
|
return /* @__PURE__ */ r(
|
|
172
236
|
"svg",
|
|
173
237
|
{
|
|
@@ -177,8 +241,8 @@ function d({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
177
241
|
fill: "none",
|
|
178
242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
179
243
|
strokeWidth: "0",
|
|
180
|
-
color:
|
|
181
|
-
...
|
|
244
|
+
color: o,
|
|
245
|
+
...l,
|
|
182
246
|
children: /* @__PURE__ */ r(
|
|
183
247
|
"path",
|
|
184
248
|
{
|
|
@@ -191,7 +255,7 @@ function d({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
191
255
|
}
|
|
192
256
|
);
|
|
193
257
|
}
|
|
194
|
-
function
|
|
258
|
+
function g({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
195
259
|
return /* @__PURE__ */ r(
|
|
196
260
|
"svg",
|
|
197
261
|
{
|
|
@@ -201,8 +265,8 @@ function V({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
201
265
|
fill: "none",
|
|
202
266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
203
267
|
strokeWidth: "0",
|
|
204
|
-
color:
|
|
205
|
-
...
|
|
268
|
+
color: o,
|
|
269
|
+
...l,
|
|
206
270
|
children: /* @__PURE__ */ r(
|
|
207
271
|
"path",
|
|
208
272
|
{
|
|
@@ -215,7 +279,7 @@ function V({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
215
279
|
}
|
|
216
280
|
);
|
|
217
281
|
}
|
|
218
|
-
function
|
|
282
|
+
function f({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
219
283
|
return /* @__PURE__ */ r(
|
|
220
284
|
"svg",
|
|
221
285
|
{
|
|
@@ -225,8 +289,8 @@ function u({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
225
289
|
fill: "none",
|
|
226
290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
227
291
|
strokeWidth: "0",
|
|
228
|
-
color:
|
|
229
|
-
...
|
|
292
|
+
color: o,
|
|
293
|
+
...l,
|
|
230
294
|
children: /* @__PURE__ */ r(
|
|
231
295
|
"path",
|
|
232
296
|
{
|
|
@@ -239,7 +303,7 @@ function u({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
239
303
|
}
|
|
240
304
|
);
|
|
241
305
|
}
|
|
242
|
-
function
|
|
306
|
+
function s({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
243
307
|
return /* @__PURE__ */ r(
|
|
244
308
|
"svg",
|
|
245
309
|
{
|
|
@@ -249,8 +313,8 @@ function g({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
249
313
|
fill: "none",
|
|
250
314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
251
315
|
strokeWidth: "0",
|
|
252
|
-
color:
|
|
253
|
-
...
|
|
316
|
+
color: o,
|
|
317
|
+
...l,
|
|
254
318
|
children: /* @__PURE__ */ r(
|
|
255
319
|
"path",
|
|
256
320
|
{
|
|
@@ -263,7 +327,7 @@ function g({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
263
327
|
}
|
|
264
328
|
);
|
|
265
329
|
}
|
|
266
|
-
function
|
|
330
|
+
function p({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
267
331
|
return /* @__PURE__ */ r(
|
|
268
332
|
"svg",
|
|
269
333
|
{
|
|
@@ -273,8 +337,8 @@ function f({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
273
337
|
fill: "none",
|
|
274
338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
275
339
|
strokeWidth: "0",
|
|
276
|
-
color:
|
|
277
|
-
...
|
|
340
|
+
color: o,
|
|
341
|
+
...l,
|
|
278
342
|
children: /* @__PURE__ */ r(
|
|
279
343
|
"path",
|
|
280
344
|
{
|
|
@@ -287,7 +351,55 @@ function f({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
287
351
|
}
|
|
288
352
|
);
|
|
289
353
|
}
|
|
290
|
-
function
|
|
354
|
+
function v({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
355
|
+
return /* @__PURE__ */ r(
|
|
356
|
+
"svg",
|
|
357
|
+
{
|
|
358
|
+
width: t,
|
|
359
|
+
height: t,
|
|
360
|
+
viewBox: "0 0 24 24",
|
|
361
|
+
fill: "none",
|
|
362
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
363
|
+
strokeWidth: "0",
|
|
364
|
+
color: o,
|
|
365
|
+
...l,
|
|
366
|
+
children: /* @__PURE__ */ r(
|
|
367
|
+
"path",
|
|
368
|
+
{
|
|
369
|
+
id: "Vector",
|
|
370
|
+
d: "M15.585 12.9C15.4387 15.2363 14.7487 17.445 13.8862 19.1063C13.3987 20.0438 12.8887 20.745 12.45 21.1838C12.2475 21.3863 12.1012 21.4912 12.015 21.5475C11.9287 21.4912 11.7825 21.3863 11.58 21.1838C11.1412 20.745 10.6312 20.0438 10.1437 19.1063C9.28124 17.445 8.58749 15.2363 8.44499 12.9H15.5887H15.585ZM8.44124 11.1C8.58749 8.76375 9.27749 6.555 10.14 4.89375C10.6275 3.95625 11.1375 3.255 11.5762 2.81625C11.7787 2.61375 11.925 2.50875 12.0112 2.4525C12.0975 2.50875 12.2437 2.61375 12.4462 2.81625C12.885 3.255 13.395 3.95625 13.8825 4.89375C14.745 6.555 15.4387 8.76375 15.5812 11.1H8.43749H8.44124ZM6.63749 11.1H2.45624C2.82374 7.14 5.59499 3.88125 9.29624 2.79C7.97999 4.74375 6.82124 7.8 6.64124 11.1H6.63749ZM2.45624 12.9H6.64124C6.82499 16.2 7.97999 19.2562 9.29999 21.21C5.59874 20.1187 2.82749 16.86 2.45999 12.9H2.45624ZM17.3887 12.9H21.5737C21.2062 16.86 18.435 20.1187 14.7337 21.21C16.0537 19.2562 17.2087 16.2 17.3925 12.9H17.3887ZM21.5737 11.1H17.3887C17.205 7.8 16.05 4.74375 14.73 2.79C18.4312 3.88125 21.2025 7.14 21.57 11.1H21.5737Z",
|
|
371
|
+
fill: "currentColor",
|
|
372
|
+
fillOpacity: "0.9"
|
|
373
|
+
}
|
|
374
|
+
)
|
|
375
|
+
}
|
|
376
|
+
);
|
|
377
|
+
}
|
|
378
|
+
function M({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
379
|
+
return /* @__PURE__ */ r(
|
|
380
|
+
"svg",
|
|
381
|
+
{
|
|
382
|
+
width: t,
|
|
383
|
+
height: t,
|
|
384
|
+
viewBox: "0 0 24 24",
|
|
385
|
+
fill: "none",
|
|
386
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
387
|
+
strokeWidth: "0",
|
|
388
|
+
color: o,
|
|
389
|
+
...l,
|
|
390
|
+
children: /* @__PURE__ */ r(
|
|
391
|
+
"path",
|
|
392
|
+
{
|
|
393
|
+
id: "Vector",
|
|
394
|
+
d: "M7.22999 12.9C7.40249 15.39 8.26124 17.7 9.28874 19.3162C6.58499 18.315 4.58999 15.8587 4.24874 12.9H7.22999ZM9.03374 12.9H14.9625C14.8162 14.7487 14.2312 16.4925 13.5037 17.8162C13.0837 18.585 12.645 19.1512 12.2775 19.5C12.1575 19.6125 12.0637 19.6875 11.9962 19.7325C11.9287 19.6837 11.835 19.6125 11.715 19.5C11.3475 19.1512 10.9125 18.585 10.4887 17.8162C9.76124 16.4925 9.17999 14.7487 9.02999 12.9H9.03374ZM14.9625 11.1H9.03749C9.18374 9.25124 9.76874 7.50749 10.4962 6.18374C10.9162 5.41499 11.355 4.84874 11.7225 4.49999C11.8425 4.38749 11.9362 4.31249 12.0037 4.26749C12.0712 4.31624 12.165 4.38749 12.285 4.49999C12.6525 4.84874 13.0875 5.41499 13.5112 6.18374C14.2387 7.50749 14.82 9.25124 14.97 11.1H14.9625ZM16.7662 12.9H19.7475C19.4062 15.8587 17.4112 18.315 14.7075 19.3162C15.7312 17.7 16.5937 15.39 16.7662 12.9ZM19.7475 11.1H16.7662C16.5937 8.60999 15.735 6.29999 14.7075 4.68374C17.4112 5.68499 19.4062 8.14124 19.7475 11.1ZM7.22999 11.1H4.24874C4.58999 8.14124 6.58499 5.68499 9.28874 4.68374C8.26499 6.29999 7.40249 8.60999 7.22999 11.1ZM12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.69749 17.3025 2.39999 12 2.39999C6.69749 2.39999 2.39999 6.69749 2.39999 12C2.39999 17.3025 6.69749 21.6 12 21.6Z",
|
|
395
|
+
fill: "currentColor",
|
|
396
|
+
fillOpacity: "0.9"
|
|
397
|
+
}
|
|
398
|
+
)
|
|
399
|
+
}
|
|
400
|
+
);
|
|
401
|
+
}
|
|
402
|
+
function Z({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
291
403
|
return /* @__PURE__ */ r(
|
|
292
404
|
"svg",
|
|
293
405
|
{
|
|
@@ -297,8 +409,8 @@ function H({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
297
409
|
fill: "none",
|
|
298
410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
299
411
|
strokeWidth: "0",
|
|
300
|
-
color:
|
|
301
|
-
...
|
|
412
|
+
color: o,
|
|
413
|
+
...l,
|
|
302
414
|
children: /* @__PURE__ */ r(
|
|
303
415
|
"path",
|
|
304
416
|
{
|
|
@@ -311,7 +423,7 @@ function H({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
311
423
|
}
|
|
312
424
|
);
|
|
313
425
|
}
|
|
314
|
-
function
|
|
426
|
+
function a({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
315
427
|
return /* @__PURE__ */ r(
|
|
316
428
|
"svg",
|
|
317
429
|
{
|
|
@@ -321,8 +433,8 @@ function s({ 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,7 +447,31 @@ function s({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
335
447
|
}
|
|
336
448
|
);
|
|
337
449
|
}
|
|
338
|
-
function
|
|
450
|
+
function x({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
451
|
+
return /* @__PURE__ */ r(
|
|
452
|
+
"svg",
|
|
453
|
+
{
|
|
454
|
+
width: t,
|
|
455
|
+
height: t,
|
|
456
|
+
viewBox: "0 0 24 24",
|
|
457
|
+
fill: "none",
|
|
458
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
459
|
+
strokeWidth: "0",
|
|
460
|
+
color: o,
|
|
461
|
+
...l,
|
|
462
|
+
children: /* @__PURE__ */ r(
|
|
463
|
+
"path",
|
|
464
|
+
{
|
|
465
|
+
id: "Vector",
|
|
466
|
+
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",
|
|
467
|
+
fill: "currentColor",
|
|
468
|
+
fillOpacity: "0.9"
|
|
469
|
+
}
|
|
470
|
+
)
|
|
471
|
+
}
|
|
472
|
+
);
|
|
473
|
+
}
|
|
474
|
+
function O({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
339
475
|
return /* @__PURE__ */ r(
|
|
340
476
|
"svg",
|
|
341
477
|
{
|
|
@@ -345,8 +481,8 @@ function p({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
345
481
|
fill: "none",
|
|
346
482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
347
483
|
strokeWidth: "0",
|
|
348
|
-
color:
|
|
349
|
-
...
|
|
484
|
+
color: o,
|
|
485
|
+
...l,
|
|
350
486
|
children: /* @__PURE__ */ r(
|
|
351
487
|
"path",
|
|
352
488
|
{
|
|
@@ -359,7 +495,7 @@ function p({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
359
495
|
}
|
|
360
496
|
);
|
|
361
497
|
}
|
|
362
|
-
function
|
|
498
|
+
function m({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
363
499
|
return /* @__PURE__ */ r(
|
|
364
500
|
"svg",
|
|
365
501
|
{
|
|
@@ -369,8 +505,8 @@ function v({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
369
505
|
fill: "none",
|
|
370
506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
371
507
|
strokeWidth: "0",
|
|
372
|
-
color:
|
|
373
|
-
...
|
|
508
|
+
color: o,
|
|
509
|
+
...l,
|
|
374
510
|
children: /* @__PURE__ */ r(
|
|
375
511
|
"path",
|
|
376
512
|
{
|
|
@@ -383,7 +519,7 @@ function v({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
383
519
|
}
|
|
384
520
|
);
|
|
385
521
|
}
|
|
386
|
-
function
|
|
522
|
+
function k({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
387
523
|
return /* @__PURE__ */ r(
|
|
388
524
|
"svg",
|
|
389
525
|
{
|
|
@@ -393,8 +529,8 @@ function a({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
393
529
|
fill: "none",
|
|
394
530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
395
531
|
strokeWidth: "0",
|
|
396
|
-
color:
|
|
397
|
-
...
|
|
532
|
+
color: o,
|
|
533
|
+
...l,
|
|
398
534
|
children: /* @__PURE__ */ r(
|
|
399
535
|
"path",
|
|
400
536
|
{
|
|
@@ -407,7 +543,7 @@ function a({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
407
543
|
}
|
|
408
544
|
);
|
|
409
545
|
}
|
|
410
|
-
function
|
|
546
|
+
function W({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
411
547
|
return /* @__PURE__ */ r(
|
|
412
548
|
"svg",
|
|
413
549
|
{
|
|
@@ -417,8 +553,8 @@ function M({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
417
553
|
fill: "none",
|
|
418
554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
419
555
|
strokeWidth: "0",
|
|
420
|
-
color:
|
|
421
|
-
...
|
|
556
|
+
color: o,
|
|
557
|
+
...l,
|
|
422
558
|
children: /* @__PURE__ */ r(
|
|
423
559
|
"path",
|
|
424
560
|
{
|
|
@@ -431,7 +567,7 @@ function M({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
431
567
|
}
|
|
432
568
|
);
|
|
433
569
|
}
|
|
434
|
-
function
|
|
570
|
+
function y({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
435
571
|
return /* @__PURE__ */ r(
|
|
436
572
|
"svg",
|
|
437
573
|
{
|
|
@@ -441,8 +577,8 @@ function Z({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
441
577
|
fill: "none",
|
|
442
578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
443
579
|
strokeWidth: "0",
|
|
444
|
-
color:
|
|
445
|
-
...
|
|
580
|
+
color: o,
|
|
581
|
+
...l,
|
|
446
582
|
children: /* @__PURE__ */ r(
|
|
447
583
|
"path",
|
|
448
584
|
{
|
|
@@ -455,7 +591,7 @@ function Z({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
455
591
|
}
|
|
456
592
|
);
|
|
457
593
|
}
|
|
458
|
-
function
|
|
594
|
+
function B({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
459
595
|
return /* @__PURE__ */ r(
|
|
460
596
|
"svg",
|
|
461
597
|
{
|
|
@@ -465,8 +601,8 @@ function x({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
465
601
|
fill: "none",
|
|
466
602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
467
603
|
strokeWidth: "0",
|
|
468
|
-
color:
|
|
469
|
-
...
|
|
604
|
+
color: o,
|
|
605
|
+
...l,
|
|
470
606
|
children: /* @__PURE__ */ r(
|
|
471
607
|
"path",
|
|
472
608
|
{
|
|
@@ -479,7 +615,7 @@ function x({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
479
615
|
}
|
|
480
616
|
);
|
|
481
617
|
}
|
|
482
|
-
function
|
|
618
|
+
function I({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
483
619
|
return /* @__PURE__ */ r(
|
|
484
620
|
"svg",
|
|
485
621
|
{
|
|
@@ -489,8 +625,8 @@ function O({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
489
625
|
fill: "none",
|
|
490
626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
491
627
|
strokeWidth: "0",
|
|
492
|
-
color:
|
|
493
|
-
...
|
|
628
|
+
color: o,
|
|
629
|
+
...l,
|
|
494
630
|
children: /* @__PURE__ */ r(
|
|
495
631
|
"path",
|
|
496
632
|
{
|
|
@@ -503,7 +639,7 @@ function O({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
503
639
|
}
|
|
504
640
|
);
|
|
505
641
|
}
|
|
506
|
-
function
|
|
642
|
+
function F({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
507
643
|
return /* @__PURE__ */ r(
|
|
508
644
|
"svg",
|
|
509
645
|
{
|
|
@@ -513,8 +649,8 @@ function m({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
513
649
|
fill: "none",
|
|
514
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
515
651
|
strokeWidth: "0",
|
|
516
|
-
color:
|
|
517
|
-
...
|
|
652
|
+
color: o,
|
|
653
|
+
...l,
|
|
518
654
|
children: /* @__PURE__ */ r(
|
|
519
655
|
"path",
|
|
520
656
|
{
|
|
@@ -527,7 +663,7 @@ function m({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
527
663
|
}
|
|
528
664
|
);
|
|
529
665
|
}
|
|
530
|
-
function
|
|
666
|
+
function b({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
531
667
|
return /* @__PURE__ */ r(
|
|
532
668
|
"svg",
|
|
533
669
|
{
|
|
@@ -537,8 +673,8 @@ function k({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
537
673
|
fill: "none",
|
|
538
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
539
675
|
strokeWidth: "0",
|
|
540
|
-
color:
|
|
541
|
-
...
|
|
676
|
+
color: o,
|
|
677
|
+
...l,
|
|
542
678
|
children: /* @__PURE__ */ r(
|
|
543
679
|
"path",
|
|
544
680
|
{
|
|
@@ -551,7 +687,7 @@ function k({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
551
687
|
}
|
|
552
688
|
);
|
|
553
689
|
}
|
|
554
|
-
function
|
|
690
|
+
function D({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
555
691
|
return /* @__PURE__ */ r(
|
|
556
692
|
"svg",
|
|
557
693
|
{
|
|
@@ -561,8 +697,8 @@ function y({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
561
697
|
fill: "none",
|
|
562
698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
563
699
|
strokeWidth: "0",
|
|
564
|
-
color:
|
|
565
|
-
...
|
|
700
|
+
color: o,
|
|
701
|
+
...l,
|
|
566
702
|
children: /* @__PURE__ */ r(
|
|
567
703
|
"path",
|
|
568
704
|
{
|
|
@@ -575,7 +711,7 @@ function y({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
575
711
|
}
|
|
576
712
|
);
|
|
577
713
|
}
|
|
578
|
-
function
|
|
714
|
+
function S({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
579
715
|
return /* @__PURE__ */ r(
|
|
580
716
|
"svg",
|
|
581
717
|
{
|
|
@@ -585,8 +721,8 @@ function B({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
585
721
|
fill: "none",
|
|
586
722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
587
723
|
strokeWidth: "0",
|
|
588
|
-
color:
|
|
589
|
-
...
|
|
724
|
+
color: o,
|
|
725
|
+
...l,
|
|
590
726
|
children: /* @__PURE__ */ r(
|
|
591
727
|
"path",
|
|
592
728
|
{
|
|
@@ -599,7 +735,7 @@ function B({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
599
735
|
}
|
|
600
736
|
);
|
|
601
737
|
}
|
|
602
|
-
function
|
|
738
|
+
function T({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
603
739
|
return /* @__PURE__ */ r(
|
|
604
740
|
"svg",
|
|
605
741
|
{
|
|
@@ -609,8 +745,8 @@ function W({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
609
745
|
fill: "none",
|
|
610
746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
611
747
|
strokeWidth: "0",
|
|
612
|
-
color:
|
|
613
|
-
...
|
|
748
|
+
color: o,
|
|
749
|
+
...l,
|
|
614
750
|
children: /* @__PURE__ */ r(
|
|
615
751
|
"path",
|
|
616
752
|
{
|
|
@@ -623,7 +759,7 @@ function W({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
623
759
|
}
|
|
624
760
|
);
|
|
625
761
|
}
|
|
626
|
-
function
|
|
762
|
+
function A({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
627
763
|
return /* @__PURE__ */ r(
|
|
628
764
|
"svg",
|
|
629
765
|
{
|
|
@@ -633,8 +769,8 @@ function I({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
633
769
|
fill: "none",
|
|
634
770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
635
771
|
strokeWidth: "0",
|
|
636
|
-
color:
|
|
637
|
-
...
|
|
772
|
+
color: o,
|
|
773
|
+
...l,
|
|
638
774
|
children: /* @__PURE__ */ r(
|
|
639
775
|
"path",
|
|
640
776
|
{
|
|
@@ -647,7 +783,7 @@ function I({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
647
783
|
}
|
|
648
784
|
);
|
|
649
785
|
}
|
|
650
|
-
function
|
|
786
|
+
function N({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
651
787
|
return /* @__PURE__ */ r(
|
|
652
788
|
"svg",
|
|
653
789
|
{
|
|
@@ -657,8 +793,8 @@ function F({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
657
793
|
fill: "none",
|
|
658
794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
659
795
|
strokeWidth: "0",
|
|
660
|
-
color:
|
|
661
|
-
...
|
|
796
|
+
color: o,
|
|
797
|
+
...l,
|
|
662
798
|
children: /* @__PURE__ */ r(
|
|
663
799
|
"path",
|
|
664
800
|
{
|
|
@@ -671,7 +807,7 @@ function F({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
671
807
|
}
|
|
672
808
|
);
|
|
673
809
|
}
|
|
674
|
-
function
|
|
810
|
+
function U({ size: t = 24, color: o = "currentColor", ...l }) {
|
|
675
811
|
return /* @__PURE__ */ r(
|
|
676
812
|
"svg",
|
|
677
813
|
{
|
|
@@ -681,8 +817,8 @@ function b({ size: t = 24, color: l = "currentColor", ...o }) {
|
|
|
681
817
|
fill: "none",
|
|
682
818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
683
819
|
strokeWidth: "0",
|
|
684
|
-
color:
|
|
685
|
-
...
|
|
820
|
+
color: o,
|
|
821
|
+
...l,
|
|
686
822
|
children: /* @__PURE__ */ r(
|
|
687
823
|
"path",
|
|
688
824
|
{
|
|
@@ -700,30 +836,36 @@ export {
|
|
|
700
836
|
e as ArrowDownOutlineIcon,
|
|
701
837
|
h as ArrowUpOutlineIcon,
|
|
702
838
|
c as BookFillIcon,
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
d as
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
s as
|
|
713
|
-
p as
|
|
714
|
-
v as
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
x as
|
|
719
|
-
O as
|
|
720
|
-
m as
|
|
721
|
-
k as
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
I as
|
|
726
|
-
F as
|
|
727
|
-
b as
|
|
839
|
+
C as ChatFillIcon,
|
|
840
|
+
w as CheckOutlineIcon,
|
|
841
|
+
L as CheckboxFillIcon,
|
|
842
|
+
d as CheckboxOutlineIcon,
|
|
843
|
+
u as ChevronLeftOutlineIcon,
|
|
844
|
+
V as ChevronRightOutlineIcon,
|
|
845
|
+
H as CloseOutlineIcon,
|
|
846
|
+
g as CompassFillIcon,
|
|
847
|
+
f as DartFillIcon,
|
|
848
|
+
s as DeleteOutlineIcon,
|
|
849
|
+
p as EllipsisOutlineIcon,
|
|
850
|
+
v as GlobeFillIcon,
|
|
851
|
+
M as GlobeOutlineIcon,
|
|
852
|
+
Z as HeartFillIcon,
|
|
853
|
+
a as HeartOutlineIcon,
|
|
854
|
+
x as InfinityOutlineIcon,
|
|
855
|
+
O as LightbulbFillIcon,
|
|
856
|
+
m as LockFillIcon,
|
|
857
|
+
k as MessageSmileOutlineIcon,
|
|
858
|
+
W as NavCommentFillIcon,
|
|
859
|
+
y as NavHomeFillIcon,
|
|
860
|
+
B as NavMyFillIcon,
|
|
861
|
+
I as RecreateOutlineIcon,
|
|
862
|
+
F as SearchOutlineIcon,
|
|
863
|
+
b as SendFillIcon,
|
|
864
|
+
D as ThumbsDownFillIcon,
|
|
865
|
+
S as ThumbsDownOutlineIcon,
|
|
866
|
+
T as ThumbsUpFillIcon,
|
|
867
|
+
A as ThumbsUpOutlineIcon,
|
|
868
|
+
N as VideoFillIcon,
|
|
869
|
+
U as WandMagicFillIcon
|
|
728
870
|
};
|
|
729
871
|
//# sourceMappingURL=index.mjs.map
|