huspy-icons 0.3.3 → 0.3.5
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/fonts/HuspyIcons.css +82 -52
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +58 -48
- package/dist/fonts/HuspyIcons.ts +79 -49
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +58 -48
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +22 -2
- package/dist/react/index.d.ts +22 -2
- package/dist/react/index.js +950 -382
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +890 -322
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +59 -49
- package/src/react/AddNote.tsx +36 -0
- package/src/react/Calendar.tsx +44 -0
- package/src/react/CheckCircle2.tsx +32 -0
- package/src/react/Collections.tsx +26 -0
- package/src/react/Filter.tsx +44 -0
- package/src/react/Icon.tsx +31 -1
- package/src/react/Info.tsx +38 -0
- package/src/react/MoreHorizontal.tsx +38 -0
- package/src/react/Notes.tsx +34 -0
- package/src/react/PencilLine.tsx +38 -0
- package/src/react/PhoneLinear.tsx +24 -0
- package/src/react/index.ts +10 -0
- package/src/react/index.tsx +10 -0
package/dist/react/index.mjs
CHANGED
|
@@ -29,12 +29,69 @@ var init_types = __esm({
|
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
+
// src/react/AddNote.tsx
|
|
33
|
+
var AddNote_exports = {};
|
|
34
|
+
__export(AddNote_exports, {
|
|
35
|
+
default: () => AddNote_default
|
|
36
|
+
});
|
|
37
|
+
import * as React from "react";
|
|
38
|
+
var SvgAddNote, AddNote_default;
|
|
39
|
+
var init_AddNote = __esm({
|
|
40
|
+
"src/react/AddNote.tsx"() {
|
|
41
|
+
"use strict";
|
|
42
|
+
init_types();
|
|
43
|
+
SvgAddNote = ({ size = 16, ...props }) => {
|
|
44
|
+
const sizeValue = resolveSize(size);
|
|
45
|
+
return /* @__PURE__ */ React.createElement(
|
|
46
|
+
"svg",
|
|
47
|
+
{
|
|
48
|
+
width: sizeValue,
|
|
49
|
+
height: sizeValue,
|
|
50
|
+
viewBox: "0 0 24 24",
|
|
51
|
+
fill: "none",
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
...props
|
|
54
|
+
},
|
|
55
|
+
/* @__PURE__ */ React.createElement(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M18.7041 15C19.2154 15 19.6298 15.4145 19.6299 15.9258V17.7783H21.4824C21.9937 17.7785 22.4082 18.1928 22.4082 18.7041C22.4082 19.2154 21.9937 19.6297 21.4824 19.6299H19.6299V21.4824C19.6297 21.9937 19.2154 22.4082 18.7041 22.4082C18.1928 22.4082 17.7785 21.9937 17.7783 21.4824V19.6299H15.9258C15.4145 19.6298 15 19.2154 15 18.7041C15 18.1928 15.4145 17.7784 15.9258 17.7783H17.7783V15.9258C17.7784 15.4145 18.1928 15 18.7041 15Z",
|
|
59
|
+
fill: "currentColor"
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ React.createElement(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M16.6016 2C18.0065 2.00011 19.3541 2.55844 20.3477 3.55176C21.3413 4.54545 21.9004 5.89452 21.9004 7.2998V12.9355C21.9004 13.4442 21.4872 13.8574 20.9785 13.8574C20.4699 13.8573 20.0576 13.4442 20.0576 12.9355V7.2998C20.0576 6.38321 19.694 5.50267 19.0459 4.85449C18.3978 4.20648 17.518 3.84288 16.6016 3.84277H7.2998C6.38312 3.84277 5.50269 4.2063 4.85449 4.85449C4.2063 5.50269 3.84277 6.38312 3.84277 7.2998V16.6016C3.84288 17.518 4.20648 18.3978 4.85449 19.0459C5.50267 19.694 6.38321 20.0576 7.2998 20.0576H12.9355C13.4442 20.0576 13.8573 20.4699 13.8574 20.9785C13.8574 21.4872 13.4442 21.9004 12.9355 21.9004H7.2998C5.89452 21.9004 4.54545 21.3413 3.55176 20.3477C2.55844 19.3541 2.00011 18.0065 2 16.6016V7.2998C2 5.89452 2.55807 4.54545 3.55176 3.55176C4.54545 2.55807 5.89452 2 7.2998 2H16.6016Z",
|
|
66
|
+
fill: "currentColor"
|
|
67
|
+
}
|
|
68
|
+
),
|
|
69
|
+
/* @__PURE__ */ React.createElement(
|
|
70
|
+
"path",
|
|
71
|
+
{
|
|
72
|
+
d: "M12.7715 10.7549C13.2799 10.7552 13.6913 11.1683 13.6914 11.6768C13.6912 12.1852 13.2799 12.5974 12.7715 12.5977H7.29883C6.7903 12.5975 6.37809 12.1853 6.37793 11.6768C6.378 11.1682 6.79025 10.755 7.29883 10.7549H12.7715Z",
|
|
73
|
+
fill: "currentColor"
|
|
74
|
+
}
|
|
75
|
+
),
|
|
76
|
+
/* @__PURE__ */ React.createElement(
|
|
77
|
+
"path",
|
|
78
|
+
{
|
|
79
|
+
d: "M15.5068 6.37793C16.0155 6.37796 16.4286 6.79023 16.4287 7.29883C16.4287 7.80754 16.0155 8.22067 15.5068 8.2207H7.29883C6.7902 8.22058 6.37793 7.80748 6.37793 7.29883C6.37807 6.79029 6.79029 6.37805 7.29883 6.37793H15.5068Z",
|
|
80
|
+
fill: "currentColor"
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
);
|
|
84
|
+
};
|
|
85
|
+
AddNote_default = SvgAddNote;
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
|
|
32
89
|
// src/react/AlertTriangle.tsx
|
|
33
90
|
var AlertTriangle_exports = {};
|
|
34
91
|
__export(AlertTriangle_exports, {
|
|
35
92
|
default: () => AlertTriangle_default
|
|
36
93
|
});
|
|
37
|
-
import * as
|
|
94
|
+
import * as React2 from "react";
|
|
38
95
|
var SvgAlertTriangle, AlertTriangle_default;
|
|
39
96
|
var init_AlertTriangle = __esm({
|
|
40
97
|
"src/react/AlertTriangle.tsx"() {
|
|
@@ -42,7 +99,7 @@ var init_AlertTriangle = __esm({
|
|
|
42
99
|
init_types();
|
|
43
100
|
SvgAlertTriangle = ({ size = 16, ...props }) => {
|
|
44
101
|
const sizeValue = resolveSize(size);
|
|
45
|
-
return /* @__PURE__ */
|
|
102
|
+
return /* @__PURE__ */ React2.createElement(
|
|
46
103
|
"svg",
|
|
47
104
|
{
|
|
48
105
|
width: sizeValue,
|
|
@@ -52,7 +109,7 @@ var init_AlertTriangle = __esm({
|
|
|
52
109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53
110
|
...props
|
|
54
111
|
},
|
|
55
|
-
/* @__PURE__ */
|
|
112
|
+
/* @__PURE__ */ React2.createElement(
|
|
56
113
|
"path",
|
|
57
114
|
{
|
|
58
115
|
fillRule: "evenodd",
|
|
@@ -61,7 +118,7 @@ var init_AlertTriangle = __esm({
|
|
|
61
118
|
fill: "currentColor"
|
|
62
119
|
}
|
|
63
120
|
),
|
|
64
|
-
/* @__PURE__ */
|
|
121
|
+
/* @__PURE__ */ React2.createElement(
|
|
65
122
|
"path",
|
|
66
123
|
{
|
|
67
124
|
fillRule: "evenodd",
|
|
@@ -70,7 +127,7 @@ var init_AlertTriangle = __esm({
|
|
|
70
127
|
fill: "currentColor"
|
|
71
128
|
}
|
|
72
129
|
),
|
|
73
|
-
/* @__PURE__ */
|
|
130
|
+
/* @__PURE__ */ React2.createElement(
|
|
74
131
|
"path",
|
|
75
132
|
{
|
|
76
133
|
fillRule: "evenodd",
|
|
@@ -90,7 +147,7 @@ var ArrowDown_exports = {};
|
|
|
90
147
|
__export(ArrowDown_exports, {
|
|
91
148
|
default: () => ArrowDown_default
|
|
92
149
|
});
|
|
93
|
-
import * as
|
|
150
|
+
import * as React3 from "react";
|
|
94
151
|
var SvgArrowDown, ArrowDown_default;
|
|
95
152
|
var init_ArrowDown = __esm({
|
|
96
153
|
"src/react/ArrowDown.tsx"() {
|
|
@@ -98,7 +155,7 @@ var init_ArrowDown = __esm({
|
|
|
98
155
|
init_types();
|
|
99
156
|
SvgArrowDown = ({ size = 16, ...props }) => {
|
|
100
157
|
const sizeValue = resolveSize(size);
|
|
101
|
-
return /* @__PURE__ */
|
|
158
|
+
return /* @__PURE__ */ React3.createElement(
|
|
102
159
|
"svg",
|
|
103
160
|
{
|
|
104
161
|
width: sizeValue,
|
|
@@ -108,7 +165,7 @@ var init_ArrowDown = __esm({
|
|
|
108
165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
109
166
|
...props
|
|
110
167
|
},
|
|
111
|
-
/* @__PURE__ */
|
|
168
|
+
/* @__PURE__ */ React3.createElement(
|
|
112
169
|
"path",
|
|
113
170
|
{
|
|
114
171
|
fillRule: "evenodd",
|
|
@@ -117,7 +174,7 @@ var init_ArrowDown = __esm({
|
|
|
117
174
|
fill: "currentColor"
|
|
118
175
|
}
|
|
119
176
|
),
|
|
120
|
-
/* @__PURE__ */
|
|
177
|
+
/* @__PURE__ */ React3.createElement(
|
|
121
178
|
"path",
|
|
122
179
|
{
|
|
123
180
|
fillRule: "evenodd",
|
|
@@ -137,7 +194,7 @@ var ArrowDownLeft_exports = {};
|
|
|
137
194
|
__export(ArrowDownLeft_exports, {
|
|
138
195
|
default: () => ArrowDownLeft_default
|
|
139
196
|
});
|
|
140
|
-
import * as
|
|
197
|
+
import * as React4 from "react";
|
|
141
198
|
var SvgArrowDownLeft, ArrowDownLeft_default;
|
|
142
199
|
var init_ArrowDownLeft = __esm({
|
|
143
200
|
"src/react/ArrowDownLeft.tsx"() {
|
|
@@ -145,7 +202,7 @@ var init_ArrowDownLeft = __esm({
|
|
|
145
202
|
init_types();
|
|
146
203
|
SvgArrowDownLeft = ({ size = 16, ...props }) => {
|
|
147
204
|
const sizeValue = resolveSize(size);
|
|
148
|
-
return /* @__PURE__ */
|
|
205
|
+
return /* @__PURE__ */ React4.createElement(
|
|
149
206
|
"svg",
|
|
150
207
|
{
|
|
151
208
|
width: sizeValue,
|
|
@@ -155,7 +212,7 @@ var init_ArrowDownLeft = __esm({
|
|
|
155
212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
156
213
|
...props
|
|
157
214
|
},
|
|
158
|
-
/* @__PURE__ */
|
|
215
|
+
/* @__PURE__ */ React4.createElement(
|
|
159
216
|
"path",
|
|
160
217
|
{
|
|
161
218
|
fillRule: "evenodd",
|
|
@@ -164,7 +221,7 @@ var init_ArrowDownLeft = __esm({
|
|
|
164
221
|
fill: "currentColor"
|
|
165
222
|
}
|
|
166
223
|
),
|
|
167
|
-
/* @__PURE__ */
|
|
224
|
+
/* @__PURE__ */ React4.createElement(
|
|
168
225
|
"path",
|
|
169
226
|
{
|
|
170
227
|
fillRule: "evenodd",
|
|
@@ -184,7 +241,7 @@ var ArrowDownRight_exports = {};
|
|
|
184
241
|
__export(ArrowDownRight_exports, {
|
|
185
242
|
default: () => ArrowDownRight_default
|
|
186
243
|
});
|
|
187
|
-
import * as
|
|
244
|
+
import * as React5 from "react";
|
|
188
245
|
var SvgArrowDownRight, ArrowDownRight_default;
|
|
189
246
|
var init_ArrowDownRight = __esm({
|
|
190
247
|
"src/react/ArrowDownRight.tsx"() {
|
|
@@ -192,7 +249,7 @@ var init_ArrowDownRight = __esm({
|
|
|
192
249
|
init_types();
|
|
193
250
|
SvgArrowDownRight = ({ size = 16, ...props }) => {
|
|
194
251
|
const sizeValue = resolveSize(size);
|
|
195
|
-
return /* @__PURE__ */
|
|
252
|
+
return /* @__PURE__ */ React5.createElement(
|
|
196
253
|
"svg",
|
|
197
254
|
{
|
|
198
255
|
width: sizeValue,
|
|
@@ -202,7 +259,7 @@ var init_ArrowDownRight = __esm({
|
|
|
202
259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
203
260
|
...props
|
|
204
261
|
},
|
|
205
|
-
/* @__PURE__ */
|
|
262
|
+
/* @__PURE__ */ React5.createElement(
|
|
206
263
|
"path",
|
|
207
264
|
{
|
|
208
265
|
fillRule: "evenodd",
|
|
@@ -211,7 +268,7 @@ var init_ArrowDownRight = __esm({
|
|
|
211
268
|
fill: "currentColor"
|
|
212
269
|
}
|
|
213
270
|
),
|
|
214
|
-
/* @__PURE__ */
|
|
271
|
+
/* @__PURE__ */ React5.createElement(
|
|
215
272
|
"path",
|
|
216
273
|
{
|
|
217
274
|
fillRule: "evenodd",
|
|
@@ -231,7 +288,7 @@ var ArrowLeft_exports = {};
|
|
|
231
288
|
__export(ArrowLeft_exports, {
|
|
232
289
|
default: () => ArrowLeft_default
|
|
233
290
|
});
|
|
234
|
-
import * as
|
|
291
|
+
import * as React6 from "react";
|
|
235
292
|
var SvgArrowLeft, ArrowLeft_default;
|
|
236
293
|
var init_ArrowLeft = __esm({
|
|
237
294
|
"src/react/ArrowLeft.tsx"() {
|
|
@@ -239,7 +296,7 @@ var init_ArrowLeft = __esm({
|
|
|
239
296
|
init_types();
|
|
240
297
|
SvgArrowLeft = ({ size = 16, ...props }) => {
|
|
241
298
|
const sizeValue = resolveSize(size);
|
|
242
|
-
return /* @__PURE__ */
|
|
299
|
+
return /* @__PURE__ */ React6.createElement(
|
|
243
300
|
"svg",
|
|
244
301
|
{
|
|
245
302
|
width: sizeValue,
|
|
@@ -249,7 +306,7 @@ var init_ArrowLeft = __esm({
|
|
|
249
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
250
307
|
...props
|
|
251
308
|
},
|
|
252
|
-
/* @__PURE__ */
|
|
309
|
+
/* @__PURE__ */ React6.createElement(
|
|
253
310
|
"path",
|
|
254
311
|
{
|
|
255
312
|
fillRule: "evenodd",
|
|
@@ -258,7 +315,7 @@ var init_ArrowLeft = __esm({
|
|
|
258
315
|
fill: "currentColor"
|
|
259
316
|
}
|
|
260
317
|
),
|
|
261
|
-
/* @__PURE__ */
|
|
318
|
+
/* @__PURE__ */ React6.createElement(
|
|
262
319
|
"path",
|
|
263
320
|
{
|
|
264
321
|
fillRule: "evenodd",
|
|
@@ -278,7 +335,7 @@ var ArrowRight_exports = {};
|
|
|
278
335
|
__export(ArrowRight_exports, {
|
|
279
336
|
default: () => ArrowRight_default
|
|
280
337
|
});
|
|
281
|
-
import * as
|
|
338
|
+
import * as React7 from "react";
|
|
282
339
|
var SvgArrowRight, ArrowRight_default;
|
|
283
340
|
var init_ArrowRight = __esm({
|
|
284
341
|
"src/react/ArrowRight.tsx"() {
|
|
@@ -286,7 +343,7 @@ var init_ArrowRight = __esm({
|
|
|
286
343
|
init_types();
|
|
287
344
|
SvgArrowRight = ({ size = 16, ...props }) => {
|
|
288
345
|
const sizeValue = resolveSize(size);
|
|
289
|
-
return /* @__PURE__ */
|
|
346
|
+
return /* @__PURE__ */ React7.createElement(
|
|
290
347
|
"svg",
|
|
291
348
|
{
|
|
292
349
|
width: sizeValue,
|
|
@@ -296,7 +353,7 @@ var init_ArrowRight = __esm({
|
|
|
296
353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
297
354
|
...props
|
|
298
355
|
},
|
|
299
|
-
/* @__PURE__ */
|
|
356
|
+
/* @__PURE__ */ React7.createElement(
|
|
300
357
|
"path",
|
|
301
358
|
{
|
|
302
359
|
fillRule: "evenodd",
|
|
@@ -305,7 +362,7 @@ var init_ArrowRight = __esm({
|
|
|
305
362
|
fill: "currentColor"
|
|
306
363
|
}
|
|
307
364
|
),
|
|
308
|
-
/* @__PURE__ */
|
|
365
|
+
/* @__PURE__ */ React7.createElement(
|
|
309
366
|
"path",
|
|
310
367
|
{
|
|
311
368
|
fillRule: "evenodd",
|
|
@@ -325,7 +382,7 @@ var ArrowUp_exports = {};
|
|
|
325
382
|
__export(ArrowUp_exports, {
|
|
326
383
|
default: () => ArrowUp_default
|
|
327
384
|
});
|
|
328
|
-
import * as
|
|
385
|
+
import * as React8 from "react";
|
|
329
386
|
var SvgArrowUp, ArrowUp_default;
|
|
330
387
|
var init_ArrowUp = __esm({
|
|
331
388
|
"src/react/ArrowUp.tsx"() {
|
|
@@ -333,7 +390,7 @@ var init_ArrowUp = __esm({
|
|
|
333
390
|
init_types();
|
|
334
391
|
SvgArrowUp = ({ size = 16, ...props }) => {
|
|
335
392
|
const sizeValue = resolveSize(size);
|
|
336
|
-
return /* @__PURE__ */
|
|
393
|
+
return /* @__PURE__ */ React8.createElement(
|
|
337
394
|
"svg",
|
|
338
395
|
{
|
|
339
396
|
width: sizeValue,
|
|
@@ -343,7 +400,7 @@ var init_ArrowUp = __esm({
|
|
|
343
400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
344
401
|
...props
|
|
345
402
|
},
|
|
346
|
-
/* @__PURE__ */
|
|
403
|
+
/* @__PURE__ */ React8.createElement(
|
|
347
404
|
"path",
|
|
348
405
|
{
|
|
349
406
|
fillRule: "evenodd",
|
|
@@ -352,7 +409,7 @@ var init_ArrowUp = __esm({
|
|
|
352
409
|
fill: "currentColor"
|
|
353
410
|
}
|
|
354
411
|
),
|
|
355
|
-
/* @__PURE__ */
|
|
412
|
+
/* @__PURE__ */ React8.createElement(
|
|
356
413
|
"path",
|
|
357
414
|
{
|
|
358
415
|
fillRule: "evenodd",
|
|
@@ -372,7 +429,7 @@ var ArrowUpDown_exports = {};
|
|
|
372
429
|
__export(ArrowUpDown_exports, {
|
|
373
430
|
default: () => ArrowUpDown_default
|
|
374
431
|
});
|
|
375
|
-
import * as
|
|
432
|
+
import * as React9 from "react";
|
|
376
433
|
var SvgArrowUpDown, ArrowUpDown_default;
|
|
377
434
|
var init_ArrowUpDown = __esm({
|
|
378
435
|
"src/react/ArrowUpDown.tsx"() {
|
|
@@ -380,7 +437,7 @@ var init_ArrowUpDown = __esm({
|
|
|
380
437
|
init_types();
|
|
381
438
|
SvgArrowUpDown = ({ size = 16, ...props }) => {
|
|
382
439
|
const sizeValue = resolveSize(size);
|
|
383
|
-
return /* @__PURE__ */
|
|
440
|
+
return /* @__PURE__ */ React9.createElement(
|
|
384
441
|
"svg",
|
|
385
442
|
{
|
|
386
443
|
width: sizeValue,
|
|
@@ -390,7 +447,7 @@ var init_ArrowUpDown = __esm({
|
|
|
390
447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
391
448
|
...props
|
|
392
449
|
},
|
|
393
|
-
/* @__PURE__ */
|
|
450
|
+
/* @__PURE__ */ React9.createElement(
|
|
394
451
|
"path",
|
|
395
452
|
{
|
|
396
453
|
fillRule: "evenodd",
|
|
@@ -399,7 +456,7 @@ var init_ArrowUpDown = __esm({
|
|
|
399
456
|
fill: "currentColor"
|
|
400
457
|
}
|
|
401
458
|
),
|
|
402
|
-
/* @__PURE__ */
|
|
459
|
+
/* @__PURE__ */ React9.createElement(
|
|
403
460
|
"path",
|
|
404
461
|
{
|
|
405
462
|
fillRule: "evenodd",
|
|
@@ -408,7 +465,7 @@ var init_ArrowUpDown = __esm({
|
|
|
408
465
|
fill: "currentColor"
|
|
409
466
|
}
|
|
410
467
|
),
|
|
411
|
-
/* @__PURE__ */
|
|
468
|
+
/* @__PURE__ */ React9.createElement(
|
|
412
469
|
"path",
|
|
413
470
|
{
|
|
414
471
|
fillRule: "evenodd",
|
|
@@ -417,7 +474,7 @@ var init_ArrowUpDown = __esm({
|
|
|
417
474
|
fill: "currentColor"
|
|
418
475
|
}
|
|
419
476
|
),
|
|
420
|
-
/* @__PURE__ */
|
|
477
|
+
/* @__PURE__ */ React9.createElement(
|
|
421
478
|
"path",
|
|
422
479
|
{
|
|
423
480
|
fillRule: "evenodd",
|
|
@@ -437,7 +494,7 @@ var ArrowUpLeft_exports = {};
|
|
|
437
494
|
__export(ArrowUpLeft_exports, {
|
|
438
495
|
default: () => ArrowUpLeft_default
|
|
439
496
|
});
|
|
440
|
-
import * as
|
|
497
|
+
import * as React10 from "react";
|
|
441
498
|
var SvgArrowUpLeft, ArrowUpLeft_default;
|
|
442
499
|
var init_ArrowUpLeft = __esm({
|
|
443
500
|
"src/react/ArrowUpLeft.tsx"() {
|
|
@@ -445,7 +502,7 @@ var init_ArrowUpLeft = __esm({
|
|
|
445
502
|
init_types();
|
|
446
503
|
SvgArrowUpLeft = ({ size = 16, ...props }) => {
|
|
447
504
|
const sizeValue = resolveSize(size);
|
|
448
|
-
return /* @__PURE__ */
|
|
505
|
+
return /* @__PURE__ */ React10.createElement(
|
|
449
506
|
"svg",
|
|
450
507
|
{
|
|
451
508
|
width: sizeValue,
|
|
@@ -455,7 +512,7 @@ var init_ArrowUpLeft = __esm({
|
|
|
455
512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
456
513
|
...props
|
|
457
514
|
},
|
|
458
|
-
/* @__PURE__ */
|
|
515
|
+
/* @__PURE__ */ React10.createElement(
|
|
459
516
|
"path",
|
|
460
517
|
{
|
|
461
518
|
fillRule: "evenodd",
|
|
@@ -464,7 +521,7 @@ var init_ArrowUpLeft = __esm({
|
|
|
464
521
|
fill: "currentColor"
|
|
465
522
|
}
|
|
466
523
|
),
|
|
467
|
-
/* @__PURE__ */
|
|
524
|
+
/* @__PURE__ */ React10.createElement(
|
|
468
525
|
"path",
|
|
469
526
|
{
|
|
470
527
|
fillRule: "evenodd",
|
|
@@ -484,7 +541,7 @@ var ArrowUpRight_exports = {};
|
|
|
484
541
|
__export(ArrowUpRight_exports, {
|
|
485
542
|
default: () => ArrowUpRight_default
|
|
486
543
|
});
|
|
487
|
-
import * as
|
|
544
|
+
import * as React11 from "react";
|
|
488
545
|
var SvgArrowUpRight, ArrowUpRight_default;
|
|
489
546
|
var init_ArrowUpRight = __esm({
|
|
490
547
|
"src/react/ArrowUpRight.tsx"() {
|
|
@@ -492,7 +549,7 @@ var init_ArrowUpRight = __esm({
|
|
|
492
549
|
init_types();
|
|
493
550
|
SvgArrowUpRight = ({ size = 16, ...props }) => {
|
|
494
551
|
const sizeValue = resolveSize(size);
|
|
495
|
-
return /* @__PURE__ */
|
|
552
|
+
return /* @__PURE__ */ React11.createElement(
|
|
496
553
|
"svg",
|
|
497
554
|
{
|
|
498
555
|
width: sizeValue,
|
|
@@ -502,7 +559,7 @@ var init_ArrowUpRight = __esm({
|
|
|
502
559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
503
560
|
...props
|
|
504
561
|
},
|
|
505
|
-
/* @__PURE__ */
|
|
562
|
+
/* @__PURE__ */ React11.createElement(
|
|
506
563
|
"path",
|
|
507
564
|
{
|
|
508
565
|
fillRule: "evenodd",
|
|
@@ -511,7 +568,7 @@ var init_ArrowUpRight = __esm({
|
|
|
511
568
|
fill: "currentColor"
|
|
512
569
|
}
|
|
513
570
|
),
|
|
514
|
-
/* @__PURE__ */
|
|
571
|
+
/* @__PURE__ */ React11.createElement(
|
|
515
572
|
"path",
|
|
516
573
|
{
|
|
517
574
|
fillRule: "evenodd",
|
|
@@ -531,7 +588,7 @@ var BedDouble_exports = {};
|
|
|
531
588
|
__export(BedDouble_exports, {
|
|
532
589
|
default: () => BedDouble_default
|
|
533
590
|
});
|
|
534
|
-
import * as
|
|
591
|
+
import * as React12 from "react";
|
|
535
592
|
var SvgBedDouble, BedDouble_default;
|
|
536
593
|
var init_BedDouble = __esm({
|
|
537
594
|
"src/react/BedDouble.tsx"() {
|
|
@@ -539,7 +596,7 @@ var init_BedDouble = __esm({
|
|
|
539
596
|
init_types();
|
|
540
597
|
SvgBedDouble = ({ size = 16, ...props }) => {
|
|
541
598
|
const sizeValue = resolveSize(size);
|
|
542
|
-
return /* @__PURE__ */
|
|
599
|
+
return /* @__PURE__ */ React12.createElement(
|
|
543
600
|
"svg",
|
|
544
601
|
{
|
|
545
602
|
width: sizeValue,
|
|
@@ -549,7 +606,7 @@ var init_BedDouble = __esm({
|
|
|
549
606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
550
607
|
...props
|
|
551
608
|
},
|
|
552
|
-
/* @__PURE__ */
|
|
609
|
+
/* @__PURE__ */ React12.createElement(
|
|
553
610
|
"path",
|
|
554
611
|
{
|
|
555
612
|
fillRule: "evenodd",
|
|
@@ -558,7 +615,7 @@ var init_BedDouble = __esm({
|
|
|
558
615
|
fill: "currentColor"
|
|
559
616
|
}
|
|
560
617
|
),
|
|
561
|
-
/* @__PURE__ */
|
|
618
|
+
/* @__PURE__ */ React12.createElement(
|
|
562
619
|
"path",
|
|
563
620
|
{
|
|
564
621
|
fillRule: "evenodd",
|
|
@@ -567,7 +624,7 @@ var init_BedDouble = __esm({
|
|
|
567
624
|
fill: "currentColor"
|
|
568
625
|
}
|
|
569
626
|
),
|
|
570
|
-
/* @__PURE__ */
|
|
627
|
+
/* @__PURE__ */ React12.createElement(
|
|
571
628
|
"path",
|
|
572
629
|
{
|
|
573
630
|
fillRule: "evenodd",
|
|
@@ -576,7 +633,7 @@ var init_BedDouble = __esm({
|
|
|
576
633
|
fill: "currentColor"
|
|
577
634
|
}
|
|
578
635
|
),
|
|
579
|
-
/* @__PURE__ */
|
|
636
|
+
/* @__PURE__ */ React12.createElement(
|
|
580
637
|
"path",
|
|
581
638
|
{
|
|
582
639
|
fillRule: "evenodd",
|
|
@@ -596,7 +653,7 @@ var Bell_exports = {};
|
|
|
596
653
|
__export(Bell_exports, {
|
|
597
654
|
default: () => Bell_default
|
|
598
655
|
});
|
|
599
|
-
import * as
|
|
656
|
+
import * as React13 from "react";
|
|
600
657
|
var SvgBell, Bell_default;
|
|
601
658
|
var init_Bell = __esm({
|
|
602
659
|
"src/react/Bell.tsx"() {
|
|
@@ -604,7 +661,7 @@ var init_Bell = __esm({
|
|
|
604
661
|
init_types();
|
|
605
662
|
SvgBell = ({ size = 16, ...props }) => {
|
|
606
663
|
const sizeValue = resolveSize(size);
|
|
607
|
-
return /* @__PURE__ */
|
|
664
|
+
return /* @__PURE__ */ React13.createElement(
|
|
608
665
|
"svg",
|
|
609
666
|
{
|
|
610
667
|
width: sizeValue,
|
|
@@ -614,14 +671,14 @@ var init_Bell = __esm({
|
|
|
614
671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
615
672
|
...props
|
|
616
673
|
},
|
|
617
|
-
/* @__PURE__ */
|
|
674
|
+
/* @__PURE__ */ React13.createElement(
|
|
618
675
|
"path",
|
|
619
676
|
{
|
|
620
677
|
d: "M12.0001 3C13.3262 3 14.5979 3.52678 15.5356 4.46447C16.4733 5.40215 17.0001 6.67392 17.0001 8C17.0001 11.6473 17.783 14.0654 18.6222 15.6039C18.6983 15.7434 18.7747 15.8753 18.8508 16L5.1494 16C5.22549 15.8753 5.30188 15.7434 5.37797 15.6039C6.21715 14.0654 7.00008 11.6473 7.00008 8C7.00008 6.67392 7.52686 5.40215 8.46454 4.46447C9.40223 3.52678 10.674 3 12.0001 3zM21.5664 16.1758C21.5657 16.1753 21.5647 16.1746 21.5635 16.1737C21.5558 16.168 21.538 16.1544 21.5114 16.1322C21.4581 16.0878 21.3698 16.0091 21.2573 15.8904C21.0329 15.6535 20.7098 15.2544 20.378 14.6461C19.7171 13.4346 19.0001 11.3527 19.0001 8C19.0001 6.14349 18.2626 4.36301 16.9498 3.05025C15.6371 1.7375 13.8566 1 12.0001 1C10.1436 1 8.36309 1.7375 7.05033 3.05025C5.73758 4.36301 5.00008 6.14348 5.00008 8C5.00008 11.3527 4.28301 13.4346 3.62218 14.6461C3.29039 15.2544 2.9673 15.6535 2.74288 15.8904C2.6304 16.0091 2.54202 16.0878 2.4888 16.1322C2.46218 16.1544 2.44432 16.168 2.43663 16.1737C2.43542 16.1746 2.43447 16.1753 2.43377 16.1758C2.07528 16.4221 1.91664 16.8725 2.04299 17.2898C2.17068 17.7115 2.55941 18 3.00008 18H21.0001C21.4407 18 21.8295 17.7115 21.9572 17.2898C22.0835 16.8725 21.9249 16.4221 21.5664 16.1758z",
|
|
621
678
|
fill: "currentColor"
|
|
622
679
|
}
|
|
623
680
|
),
|
|
624
|
-
/* @__PURE__ */
|
|
681
|
+
/* @__PURE__ */ React13.createElement(
|
|
625
682
|
"path",
|
|
626
683
|
{
|
|
627
684
|
d: "M9.81829 20.1237C10.3023 19.8576 10.9103 20.0343 11.1764 20.5182C11.2575 20.6657 11.3767 20.7887 11.5216 20.8744C11.6665 20.9601 11.8317 21.0053 12.0001 21.0053C12.1684 21.0053 12.3337 20.9601 12.4786 20.8744C12.6235 20.7887 12.7427 20.6657 12.8238 20.5182C13.0899 20.0343 13.6979 19.8576 14.1819 20.1237C14.6658 20.3898 14.8424 20.9978 14.5764 21.4818C14.3227 21.9432 13.9498 22.3279 13.4966 22.5959C13.0434 22.8639 12.5266 23.0053 12.0001 23.0053C11.4736 23.0053 10.9567 22.8639 10.5035 22.5959C10.0504 22.3279 9.67745 21.9432 9.42379 21.4818C9.15771 20.9978 9.33433 20.3898 9.81829 20.1237Z",
|
|
@@ -639,7 +696,7 @@ var Building_exports = {};
|
|
|
639
696
|
__export(Building_exports, {
|
|
640
697
|
default: () => Building_default
|
|
641
698
|
});
|
|
642
|
-
import * as
|
|
699
|
+
import * as React14 from "react";
|
|
643
700
|
var SvgBuilding, Building_default;
|
|
644
701
|
var init_Building = __esm({
|
|
645
702
|
"src/react/Building.tsx"() {
|
|
@@ -647,7 +704,7 @@ var init_Building = __esm({
|
|
|
647
704
|
init_types();
|
|
648
705
|
SvgBuilding = ({ size = 16, ...props }) => {
|
|
649
706
|
const sizeValue = resolveSize(size);
|
|
650
|
-
return /* @__PURE__ */
|
|
707
|
+
return /* @__PURE__ */ React14.createElement(
|
|
651
708
|
"svg",
|
|
652
709
|
{
|
|
653
710
|
width: sizeValue,
|
|
@@ -657,7 +714,7 @@ var init_Building = __esm({
|
|
|
657
714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
658
715
|
...props
|
|
659
716
|
},
|
|
660
|
-
/* @__PURE__ */
|
|
717
|
+
/* @__PURE__ */ React14.createElement(
|
|
661
718
|
"path",
|
|
662
719
|
{
|
|
663
720
|
fillRule: "evenodd",
|
|
@@ -666,7 +723,7 @@ var init_Building = __esm({
|
|
|
666
723
|
fill: "currentColor"
|
|
667
724
|
}
|
|
668
725
|
),
|
|
669
|
-
/* @__PURE__ */
|
|
726
|
+
/* @__PURE__ */ React14.createElement(
|
|
670
727
|
"path",
|
|
671
728
|
{
|
|
672
729
|
fillRule: "evenodd",
|
|
@@ -675,7 +732,7 @@ var init_Building = __esm({
|
|
|
675
732
|
fill: "currentColor"
|
|
676
733
|
}
|
|
677
734
|
),
|
|
678
|
-
/* @__PURE__ */
|
|
735
|
+
/* @__PURE__ */ React14.createElement(
|
|
679
736
|
"path",
|
|
680
737
|
{
|
|
681
738
|
fillRule: "evenodd",
|
|
@@ -684,7 +741,7 @@ var init_Building = __esm({
|
|
|
684
741
|
fill: "currentColor"
|
|
685
742
|
}
|
|
686
743
|
),
|
|
687
|
-
/* @__PURE__ */
|
|
744
|
+
/* @__PURE__ */ React14.createElement(
|
|
688
745
|
"path",
|
|
689
746
|
{
|
|
690
747
|
fillRule: "evenodd",
|
|
@@ -693,7 +750,7 @@ var init_Building = __esm({
|
|
|
693
750
|
fill: "currentColor"
|
|
694
751
|
}
|
|
695
752
|
),
|
|
696
|
-
/* @__PURE__ */
|
|
753
|
+
/* @__PURE__ */ React14.createElement(
|
|
697
754
|
"path",
|
|
698
755
|
{
|
|
699
756
|
fillRule: "evenodd",
|
|
@@ -702,7 +759,7 @@ var init_Building = __esm({
|
|
|
702
759
|
fill: "currentColor"
|
|
703
760
|
}
|
|
704
761
|
),
|
|
705
|
-
/* @__PURE__ */
|
|
762
|
+
/* @__PURE__ */ React14.createElement(
|
|
706
763
|
"path",
|
|
707
764
|
{
|
|
708
765
|
fillRule: "evenodd",
|
|
@@ -711,7 +768,7 @@ var init_Building = __esm({
|
|
|
711
768
|
fill: "currentColor"
|
|
712
769
|
}
|
|
713
770
|
),
|
|
714
|
-
/* @__PURE__ */
|
|
771
|
+
/* @__PURE__ */ React14.createElement(
|
|
715
772
|
"path",
|
|
716
773
|
{
|
|
717
774
|
fillRule: "evenodd",
|
|
@@ -720,7 +777,7 @@ var init_Building = __esm({
|
|
|
720
777
|
fill: "currentColor"
|
|
721
778
|
}
|
|
722
779
|
),
|
|
723
|
-
/* @__PURE__ */
|
|
780
|
+
/* @__PURE__ */ React14.createElement(
|
|
724
781
|
"path",
|
|
725
782
|
{
|
|
726
783
|
fillRule: "evenodd",
|
|
@@ -729,7 +786,7 @@ var init_Building = __esm({
|
|
|
729
786
|
fill: "currentColor"
|
|
730
787
|
}
|
|
731
788
|
),
|
|
732
|
-
/* @__PURE__ */
|
|
789
|
+
/* @__PURE__ */ React14.createElement(
|
|
733
790
|
"path",
|
|
734
791
|
{
|
|
735
792
|
fillRule: "evenodd",
|
|
@@ -738,7 +795,7 @@ var init_Building = __esm({
|
|
|
738
795
|
fill: "currentColor"
|
|
739
796
|
}
|
|
740
797
|
),
|
|
741
|
-
/* @__PURE__ */
|
|
798
|
+
/* @__PURE__ */ React14.createElement(
|
|
742
799
|
"path",
|
|
743
800
|
{
|
|
744
801
|
fillRule: "evenodd",
|
|
@@ -747,7 +804,7 @@ var init_Building = __esm({
|
|
|
747
804
|
fill: "currentColor"
|
|
748
805
|
}
|
|
749
806
|
),
|
|
750
|
-
/* @__PURE__ */
|
|
807
|
+
/* @__PURE__ */ React14.createElement(
|
|
751
808
|
"path",
|
|
752
809
|
{
|
|
753
810
|
fillRule: "evenodd",
|
|
@@ -762,12 +819,77 @@ var init_Building = __esm({
|
|
|
762
819
|
}
|
|
763
820
|
});
|
|
764
821
|
|
|
822
|
+
// src/react/Calendar.tsx
|
|
823
|
+
var Calendar_exports = {};
|
|
824
|
+
__export(Calendar_exports, {
|
|
825
|
+
default: () => Calendar_default
|
|
826
|
+
});
|
|
827
|
+
import * as React15 from "react";
|
|
828
|
+
var SvgCalendar, Calendar_default;
|
|
829
|
+
var init_Calendar = __esm({
|
|
830
|
+
"src/react/Calendar.tsx"() {
|
|
831
|
+
"use strict";
|
|
832
|
+
init_types();
|
|
833
|
+
SvgCalendar = ({ size = 16, ...props }) => {
|
|
834
|
+
const sizeValue = resolveSize(size);
|
|
835
|
+
return /* @__PURE__ */ React15.createElement(
|
|
836
|
+
"svg",
|
|
837
|
+
{
|
|
838
|
+
width: sizeValue,
|
|
839
|
+
height: sizeValue,
|
|
840
|
+
viewBox: "0 0 24 24",
|
|
841
|
+
fill: "none",
|
|
842
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
843
|
+
...props
|
|
844
|
+
},
|
|
845
|
+
/* @__PURE__ */ React15.createElement(
|
|
846
|
+
"path",
|
|
847
|
+
{
|
|
848
|
+
fillRule: "evenodd",
|
|
849
|
+
clipRule: "evenodd",
|
|
850
|
+
d: "M5 5C4.44772 5 4 5.44772 4 6V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V6C20 5.44772 19.5523 5 19 5H5ZM2 6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6Z",
|
|
851
|
+
fill: "currentColor"
|
|
852
|
+
}
|
|
853
|
+
),
|
|
854
|
+
/* @__PURE__ */ React15.createElement(
|
|
855
|
+
"path",
|
|
856
|
+
{
|
|
857
|
+
fillRule: "evenodd",
|
|
858
|
+
clipRule: "evenodd",
|
|
859
|
+
d: "M16 1C16.5523 1 17 1.44772 17 2V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V2C15 1.44772 15.4477 1 16 1Z",
|
|
860
|
+
fill: "currentColor"
|
|
861
|
+
}
|
|
862
|
+
),
|
|
863
|
+
/* @__PURE__ */ React15.createElement(
|
|
864
|
+
"path",
|
|
865
|
+
{
|
|
866
|
+
fillRule: "evenodd",
|
|
867
|
+
clipRule: "evenodd",
|
|
868
|
+
d: "M8 1C8.55228 1 9 1.44772 9 2V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V2C7 1.44772 7.44772 1 8 1Z",
|
|
869
|
+
fill: "currentColor"
|
|
870
|
+
}
|
|
871
|
+
),
|
|
872
|
+
/* @__PURE__ */ React15.createElement(
|
|
873
|
+
"path",
|
|
874
|
+
{
|
|
875
|
+
fillRule: "evenodd",
|
|
876
|
+
clipRule: "evenodd",
|
|
877
|
+
d: "M2 10C2 9.44771 2.44772 9 3 9H21C21.5523 9 22 9.44771 22 10C22 10.5523 21.5523 11 21 11H3C2.44772 11 2 10.5523 2 10Z",
|
|
878
|
+
fill: "currentColor"
|
|
879
|
+
}
|
|
880
|
+
)
|
|
881
|
+
);
|
|
882
|
+
};
|
|
883
|
+
Calendar_default = SvgCalendar;
|
|
884
|
+
}
|
|
885
|
+
});
|
|
886
|
+
|
|
765
887
|
// src/react/Cancel.tsx
|
|
766
888
|
var Cancel_exports = {};
|
|
767
889
|
__export(Cancel_exports, {
|
|
768
890
|
default: () => Cancel_default
|
|
769
891
|
});
|
|
770
|
-
import * as
|
|
892
|
+
import * as React16 from "react";
|
|
771
893
|
var SvgCancel, Cancel_default;
|
|
772
894
|
var init_Cancel = __esm({
|
|
773
895
|
"src/react/Cancel.tsx"() {
|
|
@@ -775,7 +897,7 @@ var init_Cancel = __esm({
|
|
|
775
897
|
init_types();
|
|
776
898
|
SvgCancel = ({ size = 16, ...props }) => {
|
|
777
899
|
const sizeValue = resolveSize(size);
|
|
778
|
-
return /* @__PURE__ */
|
|
900
|
+
return /* @__PURE__ */ React16.createElement(
|
|
779
901
|
"svg",
|
|
780
902
|
{
|
|
781
903
|
width: sizeValue,
|
|
@@ -785,7 +907,7 @@ var init_Cancel = __esm({
|
|
|
785
907
|
xmlns: "http://www.w3.org/2000/svg",
|
|
786
908
|
...props
|
|
787
909
|
},
|
|
788
|
-
/* @__PURE__ */
|
|
910
|
+
/* @__PURE__ */ React16.createElement(
|
|
789
911
|
"path",
|
|
790
912
|
{
|
|
791
913
|
fillRule: "evenodd",
|
|
@@ -794,7 +916,7 @@ var init_Cancel = __esm({
|
|
|
794
916
|
fill: "currentColor"
|
|
795
917
|
}
|
|
796
918
|
),
|
|
797
|
-
/* @__PURE__ */
|
|
919
|
+
/* @__PURE__ */ React16.createElement(
|
|
798
920
|
"path",
|
|
799
921
|
{
|
|
800
922
|
fillRule: "evenodd",
|
|
@@ -814,7 +936,7 @@ var CancelCircleSolid_exports = {};
|
|
|
814
936
|
__export(CancelCircleSolid_exports, {
|
|
815
937
|
default: () => CancelCircleSolid_default
|
|
816
938
|
});
|
|
817
|
-
import * as
|
|
939
|
+
import * as React17 from "react";
|
|
818
940
|
var SvgCancelCircleSolid, CancelCircleSolid_default;
|
|
819
941
|
var init_CancelCircleSolid = __esm({
|
|
820
942
|
"src/react/CancelCircleSolid.tsx"() {
|
|
@@ -822,7 +944,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
822
944
|
init_types();
|
|
823
945
|
SvgCancelCircleSolid = ({ size = 16, ...props }) => {
|
|
824
946
|
const sizeValue = resolveSize(size);
|
|
825
|
-
return /* @__PURE__ */
|
|
947
|
+
return /* @__PURE__ */ React17.createElement(
|
|
826
948
|
"svg",
|
|
827
949
|
{
|
|
828
950
|
width: sizeValue,
|
|
@@ -832,7 +954,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
832
954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
833
955
|
...props
|
|
834
956
|
},
|
|
835
|
-
/* @__PURE__ */
|
|
957
|
+
/* @__PURE__ */ React17.createElement(
|
|
836
958
|
"path",
|
|
837
959
|
{
|
|
838
960
|
fillRule: "evenodd",
|
|
@@ -852,7 +974,7 @@ var Check_exports = {};
|
|
|
852
974
|
__export(Check_exports, {
|
|
853
975
|
default: () => Check_default
|
|
854
976
|
});
|
|
855
|
-
import * as
|
|
977
|
+
import * as React18 from "react";
|
|
856
978
|
var SvgCheck, Check_default;
|
|
857
979
|
var init_Check = __esm({
|
|
858
980
|
"src/react/Check.tsx"() {
|
|
@@ -860,7 +982,7 @@ var init_Check = __esm({
|
|
|
860
982
|
init_types();
|
|
861
983
|
SvgCheck = ({ size = 16, ...props }) => {
|
|
862
984
|
const sizeValue = resolveSize(size);
|
|
863
|
-
return /* @__PURE__ */
|
|
985
|
+
return /* @__PURE__ */ React18.createElement(
|
|
864
986
|
"svg",
|
|
865
987
|
{
|
|
866
988
|
width: sizeValue,
|
|
@@ -870,7 +992,7 @@ var init_Check = __esm({
|
|
|
870
992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
871
993
|
...props
|
|
872
994
|
},
|
|
873
|
-
/* @__PURE__ */
|
|
995
|
+
/* @__PURE__ */ React18.createElement(
|
|
874
996
|
"path",
|
|
875
997
|
{
|
|
876
998
|
fillRule: "evenodd",
|
|
@@ -885,20 +1007,67 @@ var init_Check = __esm({
|
|
|
885
1007
|
}
|
|
886
1008
|
});
|
|
887
1009
|
|
|
888
|
-
// src/react/
|
|
889
|
-
var
|
|
890
|
-
__export(
|
|
891
|
-
default: () =>
|
|
1010
|
+
// src/react/CheckCircle2.tsx
|
|
1011
|
+
var CheckCircle2_exports = {};
|
|
1012
|
+
__export(CheckCircle2_exports, {
|
|
1013
|
+
default: () => CheckCircle2_default
|
|
892
1014
|
});
|
|
893
|
-
import * as
|
|
894
|
-
var
|
|
895
|
-
var
|
|
896
|
-
"src/react/
|
|
1015
|
+
import * as React19 from "react";
|
|
1016
|
+
var SvgCheckCircle2, CheckCircle2_default;
|
|
1017
|
+
var init_CheckCircle2 = __esm({
|
|
1018
|
+
"src/react/CheckCircle2.tsx"() {
|
|
1019
|
+
"use strict";
|
|
1020
|
+
init_types();
|
|
1021
|
+
SvgCheckCircle2 = ({ size = 16, ...props }) => {
|
|
1022
|
+
const sizeValue = resolveSize(size);
|
|
1023
|
+
return /* @__PURE__ */ React19.createElement(
|
|
1024
|
+
"svg",
|
|
1025
|
+
{
|
|
1026
|
+
width: sizeValue,
|
|
1027
|
+
height: sizeValue,
|
|
1028
|
+
viewBox: "0 0 24 24",
|
|
1029
|
+
fill: "none",
|
|
1030
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1031
|
+
...props
|
|
1032
|
+
},
|
|
1033
|
+
/* @__PURE__ */ React19.createElement(
|
|
1034
|
+
"path",
|
|
1035
|
+
{
|
|
1036
|
+
fillRule: "evenodd",
|
|
1037
|
+
clipRule: "evenodd",
|
|
1038
|
+
d: "M1 12C1 5.92472 5.92472 1 12 1C18.0753 1 23 5.92472 23 12C23 18.0753 18.0753 23 12 23C5.92472 23 1 18.0753 1 12ZM12 3C7.02928 3 3 7.02928 3 12C3 16.9707 7.02928 21 12 21C16.9707 21 21 16.9707 21 12C21 7.02928 16.9707 3 12 3Z",
|
|
1039
|
+
fill: "currentColor"
|
|
1040
|
+
}
|
|
1041
|
+
),
|
|
1042
|
+
/* @__PURE__ */ React19.createElement(
|
|
1043
|
+
"path",
|
|
1044
|
+
{
|
|
1045
|
+
fillRule: "evenodd",
|
|
1046
|
+
clipRule: "evenodd",
|
|
1047
|
+
d: "M15.7071 9.29289C16.0976 9.68342 16.0976 10.3166 15.7071 10.7071L11.7071 14.7071C11.3166 15.0976 10.6834 15.0976 10.2929 14.7071L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929C8.68342 10.9024 9.31658 10.9024 9.70711 11.2929L11 12.5858L14.2929 9.29289C14.6834 8.90237 15.3166 8.90237 15.7071 9.29289Z",
|
|
1048
|
+
fill: "currentColor"
|
|
1049
|
+
}
|
|
1050
|
+
)
|
|
1051
|
+
);
|
|
1052
|
+
};
|
|
1053
|
+
CheckCircle2_default = SvgCheckCircle2;
|
|
1054
|
+
}
|
|
1055
|
+
});
|
|
1056
|
+
|
|
1057
|
+
// src/react/ChevronDown.tsx
|
|
1058
|
+
var ChevronDown_exports = {};
|
|
1059
|
+
__export(ChevronDown_exports, {
|
|
1060
|
+
default: () => ChevronDown_default
|
|
1061
|
+
});
|
|
1062
|
+
import * as React20 from "react";
|
|
1063
|
+
var SvgChevronDown, ChevronDown_default;
|
|
1064
|
+
var init_ChevronDown = __esm({
|
|
1065
|
+
"src/react/ChevronDown.tsx"() {
|
|
897
1066
|
"use strict";
|
|
898
1067
|
init_types();
|
|
899
1068
|
SvgChevronDown = ({ size = 16, ...props }) => {
|
|
900
1069
|
const sizeValue = resolveSize(size);
|
|
901
|
-
return /* @__PURE__ */
|
|
1070
|
+
return /* @__PURE__ */ React20.createElement(
|
|
902
1071
|
"svg",
|
|
903
1072
|
{
|
|
904
1073
|
width: sizeValue,
|
|
@@ -908,7 +1077,7 @@ var init_ChevronDown = __esm({
|
|
|
908
1077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
909
1078
|
...props
|
|
910
1079
|
},
|
|
911
|
-
/* @__PURE__ */
|
|
1080
|
+
/* @__PURE__ */ React20.createElement(
|
|
912
1081
|
"path",
|
|
913
1082
|
{
|
|
914
1083
|
d: "M5.33203 9.6216C5.05614 9.32026 5.07568 8.87557 5.39062 8.59451C5.72691 8.29477 6.27309 8.29477 6.60937 8.59451L12.1992 13.5777L17.791 8.59451C18.1273 8.29477 18.6725 8.29477 19.0088 8.59451C19.345 8.89425 19.345 9.38021 19.0088 9.67992L12.8086 15.2062C12.4723 15.5056 11.927 15.5057 11.5908 15.2062L5.39062 9.67992L5.33203 9.6216Z",
|
|
@@ -926,7 +1095,7 @@ var ChevronLeft_exports = {};
|
|
|
926
1095
|
__export(ChevronLeft_exports, {
|
|
927
1096
|
default: () => ChevronLeft_default
|
|
928
1097
|
});
|
|
929
|
-
import * as
|
|
1098
|
+
import * as React21 from "react";
|
|
930
1099
|
var SvgChevronLeft, ChevronLeft_default;
|
|
931
1100
|
var init_ChevronLeft = __esm({
|
|
932
1101
|
"src/react/ChevronLeft.tsx"() {
|
|
@@ -934,7 +1103,7 @@ var init_ChevronLeft = __esm({
|
|
|
934
1103
|
init_types();
|
|
935
1104
|
SvgChevronLeft = ({ size = 16, ...props }) => {
|
|
936
1105
|
const sizeValue = resolveSize(size);
|
|
937
|
-
return /* @__PURE__ */
|
|
1106
|
+
return /* @__PURE__ */ React21.createElement(
|
|
938
1107
|
"svg",
|
|
939
1108
|
{
|
|
940
1109
|
width: sizeValue,
|
|
@@ -944,7 +1113,7 @@ var init_ChevronLeft = __esm({
|
|
|
944
1113
|
xmlns: "http://www.w3.org/2000/svg",
|
|
945
1114
|
...props
|
|
946
1115
|
},
|
|
947
|
-
/* @__PURE__ */
|
|
1116
|
+
/* @__PURE__ */ React21.createElement(
|
|
948
1117
|
"path",
|
|
949
1118
|
{
|
|
950
1119
|
d: "M13.6932 4.09302C14.0837 3.70259 14.7167 3.70252 15.1072 4.09302C15.4976 4.48351 15.4976 5.11658 15.1072 5.50708L8.61407 12.0002L15.1072 18.4934L15.1756 18.5686C15.4962 18.9614 15.4734 19.5413 15.1072 19.9075C14.741 20.2736 14.1611 20.2964 13.7684 19.9758L13.6932 19.9075L6.49298 12.7073C6.10249 12.3168 6.10255 11.6837 6.49298 11.2932L13.6932 4.09302Z",
|
|
@@ -962,7 +1131,7 @@ var ChevronRight_exports = {};
|
|
|
962
1131
|
__export(ChevronRight_exports, {
|
|
963
1132
|
default: () => ChevronRight_default
|
|
964
1133
|
});
|
|
965
|
-
import * as
|
|
1134
|
+
import * as React22 from "react";
|
|
966
1135
|
var SvgChevronRight, ChevronRight_default;
|
|
967
1136
|
var init_ChevronRight = __esm({
|
|
968
1137
|
"src/react/ChevronRight.tsx"() {
|
|
@@ -970,7 +1139,7 @@ var init_ChevronRight = __esm({
|
|
|
970
1139
|
init_types();
|
|
971
1140
|
SvgChevronRight = ({ size = 16, ...props }) => {
|
|
972
1141
|
const sizeValue = resolveSize(size);
|
|
973
|
-
return /* @__PURE__ */
|
|
1142
|
+
return /* @__PURE__ */ React22.createElement(
|
|
974
1143
|
"svg",
|
|
975
1144
|
{
|
|
976
1145
|
width: sizeValue,
|
|
@@ -980,7 +1149,7 @@ var init_ChevronRight = __esm({
|
|
|
980
1149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
981
1150
|
...props
|
|
982
1151
|
},
|
|
983
|
-
/* @__PURE__ */
|
|
1152
|
+
/* @__PURE__ */ React22.createElement(
|
|
984
1153
|
"path",
|
|
985
1154
|
{
|
|
986
1155
|
d: "M9.10694 4.09302C8.7164 3.70259 8.08337 3.70252 7.69287 4.09302C7.30248 4.48351 7.30248 5.11658 7.69287 5.50708L14.186 12.0002L7.69287 18.4934L7.62451 18.5686C7.30395 18.9614 7.32668 19.5413 7.69287 19.9075C8.05908 20.2736 8.639 20.2964 9.03174 19.9758L9.10694 19.9075L16.3071 12.7073C16.6976 12.3168 16.6976 11.6837 16.3071 11.2932L9.10694 4.09302Z",
|
|
@@ -998,7 +1167,7 @@ var ChevronUp_exports = {};
|
|
|
998
1167
|
__export(ChevronUp_exports, {
|
|
999
1168
|
default: () => ChevronUp_default
|
|
1000
1169
|
});
|
|
1001
|
-
import * as
|
|
1170
|
+
import * as React23 from "react";
|
|
1002
1171
|
var SvgChevronUp, ChevronUp_default;
|
|
1003
1172
|
var init_ChevronUp = __esm({
|
|
1004
1173
|
"src/react/ChevronUp.tsx"() {
|
|
@@ -1006,7 +1175,7 @@ var init_ChevronUp = __esm({
|
|
|
1006
1175
|
init_types();
|
|
1007
1176
|
SvgChevronUp = ({ size = 16, ...props }) => {
|
|
1008
1177
|
const sizeValue = resolveSize(size);
|
|
1009
|
-
return /* @__PURE__ */
|
|
1178
|
+
return /* @__PURE__ */ React23.createElement(
|
|
1010
1179
|
"svg",
|
|
1011
1180
|
{
|
|
1012
1181
|
width: sizeValue,
|
|
@@ -1016,7 +1185,7 @@ var init_ChevronUp = __esm({
|
|
|
1016
1185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1017
1186
|
...props
|
|
1018
1187
|
},
|
|
1019
|
-
/* @__PURE__ */
|
|
1188
|
+
/* @__PURE__ */ React23.createElement(
|
|
1020
1189
|
"path",
|
|
1021
1190
|
{
|
|
1022
1191
|
d: "M5.33203 14.1783C5.05614 14.4797 5.07568 14.9244 5.39062 15.2054C5.72691 15.5052 6.27309 15.5052 6.60937 15.2054L12.1992 10.2223L17.791 15.2054C18.1273 15.5052 18.6725 15.5052 19.0088 15.2054C19.345 14.9057 19.345 14.4197 19.0088 14.12L12.8086 8.59372C12.4723 8.29437 11.927 8.29419 11.5908 8.59372L5.39062 14.12L5.33203 14.1783Z",
|
|
@@ -1029,12 +1198,50 @@ var init_ChevronUp = __esm({
|
|
|
1029
1198
|
}
|
|
1030
1199
|
});
|
|
1031
1200
|
|
|
1201
|
+
// src/react/Collections.tsx
|
|
1202
|
+
var Collections_exports = {};
|
|
1203
|
+
__export(Collections_exports, {
|
|
1204
|
+
default: () => Collections_default
|
|
1205
|
+
});
|
|
1206
|
+
import * as React24 from "react";
|
|
1207
|
+
var SvgCollections, Collections_default;
|
|
1208
|
+
var init_Collections = __esm({
|
|
1209
|
+
"src/react/Collections.tsx"() {
|
|
1210
|
+
"use strict";
|
|
1211
|
+
init_types();
|
|
1212
|
+
SvgCollections = ({ size = 16, ...props }) => {
|
|
1213
|
+
const sizeValue = resolveSize(size);
|
|
1214
|
+
return /* @__PURE__ */ React24.createElement(
|
|
1215
|
+
"svg",
|
|
1216
|
+
{
|
|
1217
|
+
width: sizeValue,
|
|
1218
|
+
height: sizeValue,
|
|
1219
|
+
viewBox: "0 0 24 24",
|
|
1220
|
+
fill: "none",
|
|
1221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1222
|
+
...props
|
|
1223
|
+
},
|
|
1224
|
+
/* @__PURE__ */ React24.createElement(
|
|
1225
|
+
"path",
|
|
1226
|
+
{
|
|
1227
|
+
fillRule: "evenodd",
|
|
1228
|
+
clipRule: "evenodd",
|
|
1229
|
+
d: "M7 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V19.2768L11.5039 16.1318C11.8113 15.9561 12.1887 15.9561 12.4961 16.1318L18 19.2768V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H7ZM4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2H17C17.7956 2 18.5587 2.31607 19.1213 2.87868C19.6839 3.44129 20 4.20435 20 5V21C20 21.3565 19.8102 21.686 19.5019 21.8649C19.1936 22.0438 18.8134 22.0451 18.5039 21.8682L12 18.1518L5.49614 21.8682C5.18664 22.0451 4.80639 22.0438 4.49807 21.8649C4.18976 21.686 4 21.3565 4 21V5C4 4.20435 4.31607 3.44129 4.87868 2.87868Z",
|
|
1230
|
+
fill: "currentColor"
|
|
1231
|
+
}
|
|
1232
|
+
)
|
|
1233
|
+
);
|
|
1234
|
+
};
|
|
1235
|
+
Collections_default = SvgCollections;
|
|
1236
|
+
}
|
|
1237
|
+
});
|
|
1238
|
+
|
|
1032
1239
|
// src/react/Edit.tsx
|
|
1033
1240
|
var Edit_exports = {};
|
|
1034
1241
|
__export(Edit_exports, {
|
|
1035
1242
|
default: () => Edit_default
|
|
1036
1243
|
});
|
|
1037
|
-
import * as
|
|
1244
|
+
import * as React25 from "react";
|
|
1038
1245
|
var SvgEdit, Edit_default;
|
|
1039
1246
|
var init_Edit = __esm({
|
|
1040
1247
|
"src/react/Edit.tsx"() {
|
|
@@ -1042,7 +1249,7 @@ var init_Edit = __esm({
|
|
|
1042
1249
|
init_types();
|
|
1043
1250
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
1044
1251
|
const sizeValue = resolveSize(size);
|
|
1045
|
-
return /* @__PURE__ */
|
|
1252
|
+
return /* @__PURE__ */ React25.createElement(
|
|
1046
1253
|
"svg",
|
|
1047
1254
|
{
|
|
1048
1255
|
width: sizeValue,
|
|
@@ -1052,7 +1259,7 @@ var init_Edit = __esm({
|
|
|
1052
1259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1053
1260
|
...props
|
|
1054
1261
|
},
|
|
1055
|
-
/* @__PURE__ */
|
|
1262
|
+
/* @__PURE__ */ React25.createElement(
|
|
1056
1263
|
"path",
|
|
1057
1264
|
{
|
|
1058
1265
|
fillRule: "evenodd",
|
|
@@ -1061,7 +1268,7 @@ var init_Edit = __esm({
|
|
|
1061
1268
|
fill: "currentColor"
|
|
1062
1269
|
}
|
|
1063
1270
|
),
|
|
1064
|
-
/* @__PURE__ */
|
|
1271
|
+
/* @__PURE__ */ React25.createElement(
|
|
1065
1272
|
"path",
|
|
1066
1273
|
{
|
|
1067
1274
|
fillRule: "evenodd",
|
|
@@ -1081,7 +1288,7 @@ var ExploreFilled_exports = {};
|
|
|
1081
1288
|
__export(ExploreFilled_exports, {
|
|
1082
1289
|
default: () => ExploreFilled_default
|
|
1083
1290
|
});
|
|
1084
|
-
import * as
|
|
1291
|
+
import * as React26 from "react";
|
|
1085
1292
|
var SvgExploreFilled, ExploreFilled_default;
|
|
1086
1293
|
var init_ExploreFilled = __esm({
|
|
1087
1294
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -1089,7 +1296,7 @@ var init_ExploreFilled = __esm({
|
|
|
1089
1296
|
init_types();
|
|
1090
1297
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
1091
1298
|
const sizeValue = resolveSize(size);
|
|
1092
|
-
return /* @__PURE__ */
|
|
1299
|
+
return /* @__PURE__ */ React26.createElement(
|
|
1093
1300
|
"svg",
|
|
1094
1301
|
{
|
|
1095
1302
|
width: sizeValue,
|
|
@@ -1099,7 +1306,7 @@ var init_ExploreFilled = __esm({
|
|
|
1099
1306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1100
1307
|
...props
|
|
1101
1308
|
},
|
|
1102
|
-
/* @__PURE__ */
|
|
1309
|
+
/* @__PURE__ */ React26.createElement(
|
|
1103
1310
|
"path",
|
|
1104
1311
|
{
|
|
1105
1312
|
fillRule: "evenodd",
|
|
@@ -1108,7 +1315,7 @@ var init_ExploreFilled = __esm({
|
|
|
1108
1315
|
fill: "currentColor"
|
|
1109
1316
|
}
|
|
1110
1317
|
),
|
|
1111
|
-
/* @__PURE__ */
|
|
1318
|
+
/* @__PURE__ */ React26.createElement(
|
|
1112
1319
|
"path",
|
|
1113
1320
|
{
|
|
1114
1321
|
fillRule: "evenodd",
|
|
@@ -1117,7 +1324,7 @@ var init_ExploreFilled = __esm({
|
|
|
1117
1324
|
fill: "currentColor"
|
|
1118
1325
|
}
|
|
1119
1326
|
),
|
|
1120
|
-
/* @__PURE__ */
|
|
1327
|
+
/* @__PURE__ */ React26.createElement(
|
|
1121
1328
|
"path",
|
|
1122
1329
|
{
|
|
1123
1330
|
d: "M16.1046 11.1024C16.1046 13.9203 13.8202 16.2047 11.0022 16.2047C8.1843 16.2047 5.8999 13.9203 5.8999 11.1024C5.8999 8.28445 8.1843 6.00005 11.0022 6.00005C13.8202 6.00005 16.1046 8.28445 16.1046 11.1024Z",
|
|
@@ -1135,7 +1342,7 @@ var ExploreLinear_exports = {};
|
|
|
1135
1342
|
__export(ExploreLinear_exports, {
|
|
1136
1343
|
default: () => ExploreLinear_default
|
|
1137
1344
|
});
|
|
1138
|
-
import * as
|
|
1345
|
+
import * as React27 from "react";
|
|
1139
1346
|
var SvgExploreLinear, ExploreLinear_default;
|
|
1140
1347
|
var init_ExploreLinear = __esm({
|
|
1141
1348
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -1143,7 +1350,7 @@ var init_ExploreLinear = __esm({
|
|
|
1143
1350
|
init_types();
|
|
1144
1351
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
1145
1352
|
const sizeValue = resolveSize(size);
|
|
1146
|
-
return /* @__PURE__ */
|
|
1353
|
+
return /* @__PURE__ */ React27.createElement(
|
|
1147
1354
|
"svg",
|
|
1148
1355
|
{
|
|
1149
1356
|
width: sizeValue,
|
|
@@ -1153,7 +1360,7 @@ var init_ExploreLinear = __esm({
|
|
|
1153
1360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1154
1361
|
...props
|
|
1155
1362
|
},
|
|
1156
|
-
/* @__PURE__ */
|
|
1363
|
+
/* @__PURE__ */ React27.createElement(
|
|
1157
1364
|
"path",
|
|
1158
1365
|
{
|
|
1159
1366
|
fillRule: "evenodd",
|
|
@@ -1162,7 +1369,7 @@ var init_ExploreLinear = __esm({
|
|
|
1162
1369
|
fill: "currentColor"
|
|
1163
1370
|
}
|
|
1164
1371
|
),
|
|
1165
|
-
/* @__PURE__ */
|
|
1372
|
+
/* @__PURE__ */ React27.createElement(
|
|
1166
1373
|
"path",
|
|
1167
1374
|
{
|
|
1168
1375
|
fillRule: "evenodd",
|
|
@@ -1182,7 +1389,7 @@ var EyeHidden_exports = {};
|
|
|
1182
1389
|
__export(EyeHidden_exports, {
|
|
1183
1390
|
default: () => EyeHidden_default
|
|
1184
1391
|
});
|
|
1185
|
-
import * as
|
|
1392
|
+
import * as React28 from "react";
|
|
1186
1393
|
var SvgEyeHidden, EyeHidden_default;
|
|
1187
1394
|
var init_EyeHidden = __esm({
|
|
1188
1395
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -1190,7 +1397,7 @@ var init_EyeHidden = __esm({
|
|
|
1190
1397
|
init_types();
|
|
1191
1398
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
1192
1399
|
const sizeValue = resolveSize(size);
|
|
1193
|
-
return /* @__PURE__ */
|
|
1400
|
+
return /* @__PURE__ */ React28.createElement(
|
|
1194
1401
|
"svg",
|
|
1195
1402
|
{
|
|
1196
1403
|
width: sizeValue,
|
|
@@ -1200,7 +1407,7 @@ var init_EyeHidden = __esm({
|
|
|
1200
1407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1201
1408
|
...props
|
|
1202
1409
|
},
|
|
1203
|
-
/* @__PURE__ */
|
|
1410
|
+
/* @__PURE__ */ React28.createElement(
|
|
1204
1411
|
"path",
|
|
1205
1412
|
{
|
|
1206
1413
|
fillRule: "evenodd",
|
|
@@ -1209,7 +1416,7 @@ var init_EyeHidden = __esm({
|
|
|
1209
1416
|
fill: "currentColor"
|
|
1210
1417
|
}
|
|
1211
1418
|
),
|
|
1212
|
-
/* @__PURE__ */
|
|
1419
|
+
/* @__PURE__ */ React28.createElement(
|
|
1213
1420
|
"path",
|
|
1214
1421
|
{
|
|
1215
1422
|
fillRule: "evenodd",
|
|
@@ -1218,7 +1425,7 @@ var init_EyeHidden = __esm({
|
|
|
1218
1425
|
fill: "currentColor"
|
|
1219
1426
|
}
|
|
1220
1427
|
),
|
|
1221
|
-
/* @__PURE__ */
|
|
1428
|
+
/* @__PURE__ */ React28.createElement(
|
|
1222
1429
|
"path",
|
|
1223
1430
|
{
|
|
1224
1431
|
fillRule: "evenodd",
|
|
@@ -1238,7 +1445,7 @@ var EyeVisible_exports = {};
|
|
|
1238
1445
|
__export(EyeVisible_exports, {
|
|
1239
1446
|
default: () => EyeVisible_default
|
|
1240
1447
|
});
|
|
1241
|
-
import * as
|
|
1448
|
+
import * as React29 from "react";
|
|
1242
1449
|
var SvgEyeVisible, EyeVisible_default;
|
|
1243
1450
|
var init_EyeVisible = __esm({
|
|
1244
1451
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -1246,7 +1453,7 @@ var init_EyeVisible = __esm({
|
|
|
1246
1453
|
init_types();
|
|
1247
1454
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
1248
1455
|
const sizeValue = resolveSize(size);
|
|
1249
|
-
return /* @__PURE__ */
|
|
1456
|
+
return /* @__PURE__ */ React29.createElement(
|
|
1250
1457
|
"svg",
|
|
1251
1458
|
{
|
|
1252
1459
|
width: sizeValue,
|
|
@@ -1256,7 +1463,7 @@ var init_EyeVisible = __esm({
|
|
|
1256
1463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1257
1464
|
...props
|
|
1258
1465
|
},
|
|
1259
|
-
/* @__PURE__ */
|
|
1466
|
+
/* @__PURE__ */ React29.createElement(
|
|
1260
1467
|
"path",
|
|
1261
1468
|
{
|
|
1262
1469
|
fillRule: "evenodd",
|
|
@@ -1265,7 +1472,7 @@ var init_EyeVisible = __esm({
|
|
|
1265
1472
|
fill: "currentColor"
|
|
1266
1473
|
}
|
|
1267
1474
|
),
|
|
1268
|
-
/* @__PURE__ */
|
|
1475
|
+
/* @__PURE__ */ React29.createElement(
|
|
1269
1476
|
"path",
|
|
1270
1477
|
{
|
|
1271
1478
|
fillRule: "evenodd",
|
|
@@ -1285,7 +1492,7 @@ var FaceId_exports = {};
|
|
|
1285
1492
|
__export(FaceId_exports, {
|
|
1286
1493
|
default: () => FaceId_default
|
|
1287
1494
|
});
|
|
1288
|
-
import * as
|
|
1495
|
+
import * as React30 from "react";
|
|
1289
1496
|
var SvgFaceId, FaceId_default;
|
|
1290
1497
|
var init_FaceId = __esm({
|
|
1291
1498
|
"src/react/FaceId.tsx"() {
|
|
@@ -1293,7 +1500,7 @@ var init_FaceId = __esm({
|
|
|
1293
1500
|
init_types();
|
|
1294
1501
|
SvgFaceId = ({ size = 16, ...props }) => {
|
|
1295
1502
|
const sizeValue = resolveSize(size);
|
|
1296
|
-
return /* @__PURE__ */
|
|
1503
|
+
return /* @__PURE__ */ React30.createElement(
|
|
1297
1504
|
"svg",
|
|
1298
1505
|
{
|
|
1299
1506
|
width: sizeValue,
|
|
@@ -1303,56 +1510,56 @@ var init_FaceId = __esm({
|
|
|
1303
1510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1304
1511
|
...props
|
|
1305
1512
|
},
|
|
1306
|
-
/* @__PURE__ */
|
|
1513
|
+
/* @__PURE__ */ React30.createElement(
|
|
1307
1514
|
"path",
|
|
1308
1515
|
{
|
|
1309
1516
|
d: "M13.9145 15.5719C14.3166 15.2798 14.8797 15.3692 15.1719 15.7713C15.464 16.1734 15.3745 16.7365 14.9725 17.0287C14.2541 17.5507 13.1722 18.1007 11.7994 18.1007C10.4266 18.1006 9.34461 17.5507 8.62624 17.0287C8.22423 16.7365 8.13483 16.1734 8.42684 15.7713C8.719 15.3693 9.28216 15.2799 9.68423 15.5719C10.2042 15.9498 10.9224 16.3003 11.7994 16.3003C12.6764 16.3003 13.3945 15.9498 13.9145 15.5719Z",
|
|
1310
1517
|
fill: "currentColor"
|
|
1311
1518
|
}
|
|
1312
1519
|
),
|
|
1313
|
-
/* @__PURE__ */
|
|
1520
|
+
/* @__PURE__ */ React30.createElement(
|
|
1314
1521
|
"path",
|
|
1315
1522
|
{
|
|
1316
1523
|
d: "M15.3999 10.9008V9.10037C15.3999 8.60331 15.8026 8.20059 16.2997 8.20059C16.7967 8.20059 17.1994 8.60331 17.1994 9.10037V10.9008C17.1992 11.3976 16.7966 11.8005 16.2997 11.8005C15.8027 11.8005 15.4001 11.3976 15.3999 10.9008Z",
|
|
1317
1524
|
fill: "currentColor"
|
|
1318
1525
|
}
|
|
1319
1526
|
),
|
|
1320
|
-
/* @__PURE__ */
|
|
1527
|
+
/* @__PURE__ */ React30.createElement(
|
|
1321
1528
|
"path",
|
|
1322
1529
|
{
|
|
1323
1530
|
d: "M6.39986 10.9008V9.10037C6.39986 8.60331 6.80258 8.20059 7.29964 8.20059C7.7967 8.20059 8.19942 8.60331 8.19942 9.10037V10.9008C8.19922 11.3976 7.79657 11.8005 7.29964 11.8005C6.80271 11.8005 6.40007 11.3976 6.39986 10.9008Z",
|
|
1324
1531
|
fill: "currentColor"
|
|
1325
1532
|
}
|
|
1326
1533
|
),
|
|
1327
|
-
/* @__PURE__ */
|
|
1534
|
+
/* @__PURE__ */ React30.createElement(
|
|
1328
1535
|
"path",
|
|
1329
1536
|
{
|
|
1330
1537
|
d: "M10.8999 9.10037C10.8999 8.60339 11.3027 8.20071 11.7997 8.20059C12.2967 8.20059 12.7003 8.60331 12.7003 9.10037V12.7003C12.7003 13.6942 11.8937 14.5007 10.8999 14.5007C10.4028 14.5007 10.0001 14.0972 10.0001 13.6001C10.0002 13.1032 10.4029 12.7003 10.8999 12.7003V9.10037Z",
|
|
1331
1538
|
fill: "currentColor"
|
|
1332
1539
|
}
|
|
1333
1540
|
),
|
|
1334
|
-
/* @__PURE__ */
|
|
1541
|
+
/* @__PURE__ */ React30.createElement(
|
|
1335
1542
|
"path",
|
|
1336
1543
|
{
|
|
1337
1544
|
d: "M20.7999 6.39952V3.70017C20.7999 3.20278 20.3975 2.79965 19.9001 2.79956H17.1999C16.7029 2.79956 16.3001 2.39684 16.3001 1.89978C16.3001 1.40272 16.7029 1 17.1999 1H19.9001C21.3916 1.00009 22.6003 2.20867 22.6003 3.70017V6.39952C22.6003 6.89657 22.1967 7.30012 21.6997 7.30012C21.2027 7.29997 20.7999 6.89648 20.7999 6.39952Z",
|
|
1338
1545
|
fill: "currentColor"
|
|
1339
1546
|
}
|
|
1340
1547
|
),
|
|
1341
|
-
/* @__PURE__ */
|
|
1548
|
+
/* @__PURE__ */ React30.createElement(
|
|
1342
1549
|
"path",
|
|
1343
1550
|
{
|
|
1344
1551
|
d: "M1.00014 6.39979V3.70044C1.00014 2.20889 2.20875 1.00027 3.70031 1.00027H6.39965C6.89671 1.00027 7.30026 1.403 7.30026 1.90006C7.30026 2.39711 6.89671 2.79984 6.39965 2.79984H3.70031C3.20286 2.79984 2.7997 3.203 2.7997 3.70044V6.39979C2.7997 6.89685 2.39698 7.3004 1.89992 7.3004C1.40286 7.3004 1.00014 6.89685 1.00014 6.39979Z",
|
|
1345
1552
|
fill: "currentColor"
|
|
1346
1553
|
}
|
|
1347
1554
|
),
|
|
1348
|
-
/* @__PURE__ */
|
|
1555
|
+
/* @__PURE__ */ React30.createElement(
|
|
1349
1556
|
"path",
|
|
1350
1557
|
{
|
|
1351
1558
|
d: "M20.7999 19.9001V17.1999C20.7999 16.703 21.2027 16.3003 21.6997 16.3001C22.1967 16.3001 22.6003 16.7029 22.6003 17.1999V19.9001C22.6002 21.3915 21.3915 22.6002 19.9001 22.6003H17.1999C16.7029 22.6003 16.3001 22.1967 16.3001 21.6997C16.3003 21.2027 16.703 20.7999 17.1999 20.7999H19.9001C20.3974 20.7998 20.7998 20.3974 20.7999 19.9001Z",
|
|
1352
1559
|
fill: "currentColor"
|
|
1353
1560
|
}
|
|
1354
1561
|
),
|
|
1355
|
-
/* @__PURE__ */
|
|
1562
|
+
/* @__PURE__ */ React30.createElement(
|
|
1356
1563
|
"path",
|
|
1357
1564
|
{
|
|
1358
1565
|
d: "M1 19.9001V17.1999C1 16.7029 1.40272 16.3001 1.89978 16.3001C2.39684 16.3001 2.79956 16.7029 2.79956 17.1999V19.9001C2.79965 20.3975 3.20278 20.7999 3.70017 20.7999H6.39952C6.89648 20.7999 7.29997 21.2027 7.30012 21.6997C7.30012 22.1967 6.89657 22.6003 6.39952 22.6003H3.70017C2.20867 22.6003 1.00009 21.3916 1 19.9001Z",
|
|
@@ -1370,7 +1577,7 @@ var FileCheck_exports = {};
|
|
|
1370
1577
|
__export(FileCheck_exports, {
|
|
1371
1578
|
default: () => FileCheck_default
|
|
1372
1579
|
});
|
|
1373
|
-
import * as
|
|
1580
|
+
import * as React31 from "react";
|
|
1374
1581
|
var SvgFileCheck, FileCheck_default;
|
|
1375
1582
|
var init_FileCheck = __esm({
|
|
1376
1583
|
"src/react/FileCheck.tsx"() {
|
|
@@ -1378,7 +1585,7 @@ var init_FileCheck = __esm({
|
|
|
1378
1585
|
init_types();
|
|
1379
1586
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
1380
1587
|
const sizeValue = resolveSize(size);
|
|
1381
|
-
return /* @__PURE__ */
|
|
1588
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1382
1589
|
"svg",
|
|
1383
1590
|
{
|
|
1384
1591
|
width: sizeValue,
|
|
@@ -1388,7 +1595,7 @@ var init_FileCheck = __esm({
|
|
|
1388
1595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1389
1596
|
...props
|
|
1390
1597
|
},
|
|
1391
|
-
/* @__PURE__ */
|
|
1598
|
+
/* @__PURE__ */ React31.createElement(
|
|
1392
1599
|
"path",
|
|
1393
1600
|
{
|
|
1394
1601
|
fillRule: "evenodd",
|
|
@@ -1397,7 +1604,7 @@ var init_FileCheck = __esm({
|
|
|
1397
1604
|
fill: "currentColor"
|
|
1398
1605
|
}
|
|
1399
1606
|
),
|
|
1400
|
-
/* @__PURE__ */
|
|
1607
|
+
/* @__PURE__ */ React31.createElement(
|
|
1401
1608
|
"path",
|
|
1402
1609
|
{
|
|
1403
1610
|
fillRule: "evenodd",
|
|
@@ -1406,7 +1613,7 @@ var init_FileCheck = __esm({
|
|
|
1406
1613
|
fill: "currentColor"
|
|
1407
1614
|
}
|
|
1408
1615
|
),
|
|
1409
|
-
/* @__PURE__ */
|
|
1616
|
+
/* @__PURE__ */ React31.createElement(
|
|
1410
1617
|
"path",
|
|
1411
1618
|
{
|
|
1412
1619
|
fillRule: "evenodd",
|
|
@@ -1426,7 +1633,7 @@ var FileInput_exports = {};
|
|
|
1426
1633
|
__export(FileInput_exports, {
|
|
1427
1634
|
default: () => FileInput_default
|
|
1428
1635
|
});
|
|
1429
|
-
import * as
|
|
1636
|
+
import * as React32 from "react";
|
|
1430
1637
|
var SvgFileInput, FileInput_default;
|
|
1431
1638
|
var init_FileInput = __esm({
|
|
1432
1639
|
"src/react/FileInput.tsx"() {
|
|
@@ -1434,7 +1641,7 @@ var init_FileInput = __esm({
|
|
|
1434
1641
|
init_types();
|
|
1435
1642
|
SvgFileInput = ({ size = 16, ...props }) => {
|
|
1436
1643
|
const sizeValue = resolveSize(size);
|
|
1437
|
-
return /* @__PURE__ */
|
|
1644
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1438
1645
|
"svg",
|
|
1439
1646
|
{
|
|
1440
1647
|
width: sizeValue,
|
|
@@ -1444,7 +1651,7 @@ var init_FileInput = __esm({
|
|
|
1444
1651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1445
1652
|
...props
|
|
1446
1653
|
},
|
|
1447
|
-
/* @__PURE__ */
|
|
1654
|
+
/* @__PURE__ */ React32.createElement(
|
|
1448
1655
|
"path",
|
|
1449
1656
|
{
|
|
1450
1657
|
fillRule: "evenodd",
|
|
@@ -1453,7 +1660,7 @@ var init_FileInput = __esm({
|
|
|
1453
1660
|
fill: "currentColor"
|
|
1454
1661
|
}
|
|
1455
1662
|
),
|
|
1456
|
-
/* @__PURE__ */
|
|
1663
|
+
/* @__PURE__ */ React32.createElement(
|
|
1457
1664
|
"path",
|
|
1458
1665
|
{
|
|
1459
1666
|
fillRule: "evenodd",
|
|
@@ -1462,7 +1669,7 @@ var init_FileInput = __esm({
|
|
|
1462
1669
|
fill: "currentColor"
|
|
1463
1670
|
}
|
|
1464
1671
|
),
|
|
1465
|
-
/* @__PURE__ */
|
|
1672
|
+
/* @__PURE__ */ React32.createElement(
|
|
1466
1673
|
"path",
|
|
1467
1674
|
{
|
|
1468
1675
|
fillRule: "evenodd",
|
|
@@ -1471,7 +1678,7 @@ var init_FileInput = __esm({
|
|
|
1471
1678
|
fill: "currentColor"
|
|
1472
1679
|
}
|
|
1473
1680
|
),
|
|
1474
|
-
/* @__PURE__ */
|
|
1681
|
+
/* @__PURE__ */ React32.createElement(
|
|
1475
1682
|
"path",
|
|
1476
1683
|
{
|
|
1477
1684
|
fillRule: "evenodd",
|
|
@@ -1491,7 +1698,7 @@ var FileKey_exports = {};
|
|
|
1491
1698
|
__export(FileKey_exports, {
|
|
1492
1699
|
default: () => FileKey_default
|
|
1493
1700
|
});
|
|
1494
|
-
import * as
|
|
1701
|
+
import * as React33 from "react";
|
|
1495
1702
|
var SvgFileKey, FileKey_default;
|
|
1496
1703
|
var init_FileKey = __esm({
|
|
1497
1704
|
"src/react/FileKey.tsx"() {
|
|
@@ -1499,7 +1706,7 @@ var init_FileKey = __esm({
|
|
|
1499
1706
|
init_types();
|
|
1500
1707
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
1501
1708
|
const sizeValue = resolveSize(size);
|
|
1502
|
-
return /* @__PURE__ */
|
|
1709
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1503
1710
|
"svg",
|
|
1504
1711
|
{
|
|
1505
1712
|
width: sizeValue,
|
|
@@ -1509,7 +1716,7 @@ var init_FileKey = __esm({
|
|
|
1509
1716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1510
1717
|
...props
|
|
1511
1718
|
},
|
|
1512
|
-
/* @__PURE__ */
|
|
1719
|
+
/* @__PURE__ */ React33.createElement(
|
|
1513
1720
|
"path",
|
|
1514
1721
|
{
|
|
1515
1722
|
fillRule: "evenodd",
|
|
@@ -1518,7 +1725,7 @@ var init_FileKey = __esm({
|
|
|
1518
1725
|
fill: "currentColor"
|
|
1519
1726
|
}
|
|
1520
1727
|
),
|
|
1521
|
-
/* @__PURE__ */
|
|
1728
|
+
/* @__PURE__ */ React33.createElement(
|
|
1522
1729
|
"path",
|
|
1523
1730
|
{
|
|
1524
1731
|
fillRule: "evenodd",
|
|
@@ -1527,7 +1734,7 @@ var init_FileKey = __esm({
|
|
|
1527
1734
|
fill: "currentColor"
|
|
1528
1735
|
}
|
|
1529
1736
|
),
|
|
1530
|
-
/* @__PURE__ */
|
|
1737
|
+
/* @__PURE__ */ React33.createElement(
|
|
1531
1738
|
"path",
|
|
1532
1739
|
{
|
|
1533
1740
|
fillRule: "evenodd",
|
|
@@ -1536,7 +1743,7 @@ var init_FileKey = __esm({
|
|
|
1536
1743
|
fill: "currentColor"
|
|
1537
1744
|
}
|
|
1538
1745
|
),
|
|
1539
|
-
/* @__PURE__ */
|
|
1746
|
+
/* @__PURE__ */ React33.createElement(
|
|
1540
1747
|
"path",
|
|
1541
1748
|
{
|
|
1542
1749
|
fillRule: "evenodd",
|
|
@@ -1556,7 +1763,7 @@ var FileLock_exports = {};
|
|
|
1556
1763
|
__export(FileLock_exports, {
|
|
1557
1764
|
default: () => FileLock_default
|
|
1558
1765
|
});
|
|
1559
|
-
import * as
|
|
1766
|
+
import * as React34 from "react";
|
|
1560
1767
|
var SvgFileLock, FileLock_default;
|
|
1561
1768
|
var init_FileLock = __esm({
|
|
1562
1769
|
"src/react/FileLock.tsx"() {
|
|
@@ -1564,7 +1771,7 @@ var init_FileLock = __esm({
|
|
|
1564
1771
|
init_types();
|
|
1565
1772
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
1566
1773
|
const sizeValue = resolveSize(size);
|
|
1567
|
-
return /* @__PURE__ */
|
|
1774
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1568
1775
|
"svg",
|
|
1569
1776
|
{
|
|
1570
1777
|
width: sizeValue,
|
|
@@ -1574,7 +1781,7 @@ var init_FileLock = __esm({
|
|
|
1574
1781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1575
1782
|
...props
|
|
1576
1783
|
},
|
|
1577
|
-
/* @__PURE__ */
|
|
1784
|
+
/* @__PURE__ */ React34.createElement(
|
|
1578
1785
|
"path",
|
|
1579
1786
|
{
|
|
1580
1787
|
fillRule: "evenodd",
|
|
@@ -1583,7 +1790,7 @@ var init_FileLock = __esm({
|
|
|
1583
1790
|
fill: "currentColor"
|
|
1584
1791
|
}
|
|
1585
1792
|
),
|
|
1586
|
-
/* @__PURE__ */
|
|
1793
|
+
/* @__PURE__ */ React34.createElement(
|
|
1587
1794
|
"path",
|
|
1588
1795
|
{
|
|
1589
1796
|
fillRule: "evenodd",
|
|
@@ -1592,7 +1799,7 @@ var init_FileLock = __esm({
|
|
|
1592
1799
|
fill: "currentColor"
|
|
1593
1800
|
}
|
|
1594
1801
|
),
|
|
1595
|
-
/* @__PURE__ */
|
|
1802
|
+
/* @__PURE__ */ React34.createElement(
|
|
1596
1803
|
"path",
|
|
1597
1804
|
{
|
|
1598
1805
|
fillRule: "evenodd",
|
|
@@ -1612,7 +1819,7 @@ var FileSignature_exports = {};
|
|
|
1612
1819
|
__export(FileSignature_exports, {
|
|
1613
1820
|
default: () => FileSignature_default
|
|
1614
1821
|
});
|
|
1615
|
-
import * as
|
|
1822
|
+
import * as React35 from "react";
|
|
1616
1823
|
var SvgFileSignature, FileSignature_default;
|
|
1617
1824
|
var init_FileSignature = __esm({
|
|
1618
1825
|
"src/react/FileSignature.tsx"() {
|
|
@@ -1620,7 +1827,7 @@ var init_FileSignature = __esm({
|
|
|
1620
1827
|
init_types();
|
|
1621
1828
|
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
1622
1829
|
const sizeValue = resolveSize(size);
|
|
1623
|
-
return /* @__PURE__ */
|
|
1830
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1624
1831
|
"svg",
|
|
1625
1832
|
{
|
|
1626
1833
|
width: sizeValue,
|
|
@@ -1630,7 +1837,7 @@ var init_FileSignature = __esm({
|
|
|
1630
1837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1631
1838
|
...props
|
|
1632
1839
|
},
|
|
1633
|
-
/* @__PURE__ */
|
|
1840
|
+
/* @__PURE__ */ React35.createElement(
|
|
1634
1841
|
"path",
|
|
1635
1842
|
{
|
|
1636
1843
|
fillRule: "evenodd",
|
|
@@ -1639,7 +1846,7 @@ var init_FileSignature = __esm({
|
|
|
1639
1846
|
fill: "currentColor"
|
|
1640
1847
|
}
|
|
1641
1848
|
),
|
|
1642
|
-
/* @__PURE__ */
|
|
1849
|
+
/* @__PURE__ */ React35.createElement(
|
|
1643
1850
|
"path",
|
|
1644
1851
|
{
|
|
1645
1852
|
fillRule: "evenodd",
|
|
@@ -1648,7 +1855,7 @@ var init_FileSignature = __esm({
|
|
|
1648
1855
|
fill: "currentColor"
|
|
1649
1856
|
}
|
|
1650
1857
|
),
|
|
1651
|
-
/* @__PURE__ */
|
|
1858
|
+
/* @__PURE__ */ React35.createElement(
|
|
1652
1859
|
"path",
|
|
1653
1860
|
{
|
|
1654
1861
|
fillRule: "evenodd",
|
|
@@ -1668,7 +1875,7 @@ var FileSpreadsheet_exports = {};
|
|
|
1668
1875
|
__export(FileSpreadsheet_exports, {
|
|
1669
1876
|
default: () => FileSpreadsheet_default
|
|
1670
1877
|
});
|
|
1671
|
-
import * as
|
|
1878
|
+
import * as React36 from "react";
|
|
1672
1879
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
1673
1880
|
var init_FileSpreadsheet = __esm({
|
|
1674
1881
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -1676,7 +1883,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1676
1883
|
init_types();
|
|
1677
1884
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
1678
1885
|
const sizeValue = resolveSize(size);
|
|
1679
|
-
return /* @__PURE__ */
|
|
1886
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1680
1887
|
"svg",
|
|
1681
1888
|
{
|
|
1682
1889
|
width: sizeValue,
|
|
@@ -1686,7 +1893,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1686
1893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1687
1894
|
...props
|
|
1688
1895
|
},
|
|
1689
|
-
/* @__PURE__ */
|
|
1896
|
+
/* @__PURE__ */ React36.createElement(
|
|
1690
1897
|
"path",
|
|
1691
1898
|
{
|
|
1692
1899
|
fillRule: "evenodd",
|
|
@@ -1695,7 +1902,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1695
1902
|
fill: "currentColor"
|
|
1696
1903
|
}
|
|
1697
1904
|
),
|
|
1698
|
-
/* @__PURE__ */
|
|
1905
|
+
/* @__PURE__ */ React36.createElement(
|
|
1699
1906
|
"path",
|
|
1700
1907
|
{
|
|
1701
1908
|
fillRule: "evenodd",
|
|
@@ -1704,7 +1911,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1704
1911
|
fill: "currentColor"
|
|
1705
1912
|
}
|
|
1706
1913
|
),
|
|
1707
|
-
/* @__PURE__ */
|
|
1914
|
+
/* @__PURE__ */ React36.createElement(
|
|
1708
1915
|
"path",
|
|
1709
1916
|
{
|
|
1710
1917
|
fillRule: "evenodd",
|
|
@@ -1713,7 +1920,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1713
1920
|
fill: "currentColor"
|
|
1714
1921
|
}
|
|
1715
1922
|
),
|
|
1716
|
-
/* @__PURE__ */
|
|
1923
|
+
/* @__PURE__ */ React36.createElement(
|
|
1717
1924
|
"path",
|
|
1718
1925
|
{
|
|
1719
1926
|
fillRule: "evenodd",
|
|
@@ -1722,7 +1929,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1722
1929
|
fill: "currentColor"
|
|
1723
1930
|
}
|
|
1724
1931
|
),
|
|
1725
|
-
/* @__PURE__ */
|
|
1932
|
+
/* @__PURE__ */ React36.createElement(
|
|
1726
1933
|
"path",
|
|
1727
1934
|
{
|
|
1728
1935
|
fillRule: "evenodd",
|
|
@@ -1731,7 +1938,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1731
1938
|
fill: "currentColor"
|
|
1732
1939
|
}
|
|
1733
1940
|
),
|
|
1734
|
-
/* @__PURE__ */
|
|
1941
|
+
/* @__PURE__ */ React36.createElement(
|
|
1735
1942
|
"path",
|
|
1736
1943
|
{
|
|
1737
1944
|
fillRule: "evenodd",
|
|
@@ -1751,7 +1958,7 @@ var FileText_exports = {};
|
|
|
1751
1958
|
__export(FileText_exports, {
|
|
1752
1959
|
default: () => FileText_default
|
|
1753
1960
|
});
|
|
1754
|
-
import * as
|
|
1961
|
+
import * as React37 from "react";
|
|
1755
1962
|
var SvgFileText, FileText_default;
|
|
1756
1963
|
var init_FileText = __esm({
|
|
1757
1964
|
"src/react/FileText.tsx"() {
|
|
@@ -1759,7 +1966,7 @@ var init_FileText = __esm({
|
|
|
1759
1966
|
init_types();
|
|
1760
1967
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
1761
1968
|
const sizeValue = resolveSize(size);
|
|
1762
|
-
return /* @__PURE__ */
|
|
1969
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1763
1970
|
"svg",
|
|
1764
1971
|
{
|
|
1765
1972
|
width: sizeValue,
|
|
@@ -1769,7 +1976,7 @@ var init_FileText = __esm({
|
|
|
1769
1976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1770
1977
|
...props
|
|
1771
1978
|
},
|
|
1772
|
-
/* @__PURE__ */
|
|
1979
|
+
/* @__PURE__ */ React37.createElement(
|
|
1773
1980
|
"path",
|
|
1774
1981
|
{
|
|
1775
1982
|
fillRule: "evenodd",
|
|
@@ -1778,7 +1985,7 @@ var init_FileText = __esm({
|
|
|
1778
1985
|
fill: "currentColor"
|
|
1779
1986
|
}
|
|
1780
1987
|
),
|
|
1781
|
-
/* @__PURE__ */
|
|
1988
|
+
/* @__PURE__ */ React37.createElement(
|
|
1782
1989
|
"path",
|
|
1783
1990
|
{
|
|
1784
1991
|
fillRule: "evenodd",
|
|
@@ -1787,7 +1994,7 @@ var init_FileText = __esm({
|
|
|
1787
1994
|
fill: "currentColor"
|
|
1788
1995
|
}
|
|
1789
1996
|
),
|
|
1790
|
-
/* @__PURE__ */
|
|
1997
|
+
/* @__PURE__ */ React37.createElement(
|
|
1791
1998
|
"path",
|
|
1792
1999
|
{
|
|
1793
2000
|
fillRule: "evenodd",
|
|
@@ -1796,7 +2003,7 @@ var init_FileText = __esm({
|
|
|
1796
2003
|
fill: "currentColor"
|
|
1797
2004
|
}
|
|
1798
2005
|
),
|
|
1799
|
-
/* @__PURE__ */
|
|
2006
|
+
/* @__PURE__ */ React37.createElement(
|
|
1800
2007
|
"path",
|
|
1801
2008
|
{
|
|
1802
2009
|
fillRule: "evenodd",
|
|
@@ -1805,7 +2012,7 @@ var init_FileText = __esm({
|
|
|
1805
2012
|
fill: "currentColor"
|
|
1806
2013
|
}
|
|
1807
2014
|
),
|
|
1808
|
-
/* @__PURE__ */
|
|
2015
|
+
/* @__PURE__ */ React37.createElement(
|
|
1809
2016
|
"path",
|
|
1810
2017
|
{
|
|
1811
2018
|
fillRule: "evenodd",
|
|
@@ -1820,12 +2027,77 @@ var init_FileText = __esm({
|
|
|
1820
2027
|
}
|
|
1821
2028
|
});
|
|
1822
2029
|
|
|
2030
|
+
// src/react/Filter.tsx
|
|
2031
|
+
var Filter_exports = {};
|
|
2032
|
+
__export(Filter_exports, {
|
|
2033
|
+
default: () => Filter_default
|
|
2034
|
+
});
|
|
2035
|
+
import * as React38 from "react";
|
|
2036
|
+
var SvgFilter, Filter_default;
|
|
2037
|
+
var init_Filter = __esm({
|
|
2038
|
+
"src/react/Filter.tsx"() {
|
|
2039
|
+
"use strict";
|
|
2040
|
+
init_types();
|
|
2041
|
+
SvgFilter = ({ size = 16, ...props }) => {
|
|
2042
|
+
const sizeValue = resolveSize(size);
|
|
2043
|
+
return /* @__PURE__ */ React38.createElement(
|
|
2044
|
+
"svg",
|
|
2045
|
+
{
|
|
2046
|
+
width: sizeValue,
|
|
2047
|
+
height: sizeValue,
|
|
2048
|
+
viewBox: "0 0 24 24",
|
|
2049
|
+
fill: "none",
|
|
2050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2051
|
+
...props
|
|
2052
|
+
},
|
|
2053
|
+
/* @__PURE__ */ React38.createElement(
|
|
2054
|
+
"path",
|
|
2055
|
+
{
|
|
2056
|
+
fillRule: "evenodd",
|
|
2057
|
+
clipRule: "evenodd",
|
|
2058
|
+
d: "M10 7C10 6.44772 10.4477 6 11 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H11C10.4477 8 10 7.55228 10 7Z",
|
|
2059
|
+
fill: "currentColor"
|
|
2060
|
+
}
|
|
2061
|
+
),
|
|
2062
|
+
/* @__PURE__ */ React38.createElement(
|
|
2063
|
+
"path",
|
|
2064
|
+
{
|
|
2065
|
+
fillRule: "evenodd",
|
|
2066
|
+
clipRule: "evenodd",
|
|
2067
|
+
d: "M4 17C4 16.4477 4.44772 16 5 16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H5C4.44772 18 4 17.5523 4 17Z",
|
|
2068
|
+
fill: "currentColor"
|
|
2069
|
+
}
|
|
2070
|
+
),
|
|
2071
|
+
/* @__PURE__ */ React38.createElement(
|
|
2072
|
+
"path",
|
|
2073
|
+
{
|
|
2074
|
+
fillRule: "evenodd",
|
|
2075
|
+
clipRule: "evenodd",
|
|
2076
|
+
d: "M17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15ZM13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17Z",
|
|
2077
|
+
fill: "currentColor"
|
|
2078
|
+
}
|
|
2079
|
+
),
|
|
2080
|
+
/* @__PURE__ */ React38.createElement(
|
|
2081
|
+
"path",
|
|
2082
|
+
{
|
|
2083
|
+
fillRule: "evenodd",
|
|
2084
|
+
clipRule: "evenodd",
|
|
2085
|
+
d: "M7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5ZM3 7C3 4.79086 4.79086 3 7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7Z",
|
|
2086
|
+
fill: "currentColor"
|
|
2087
|
+
}
|
|
2088
|
+
)
|
|
2089
|
+
);
|
|
2090
|
+
};
|
|
2091
|
+
Filter_default = SvgFilter;
|
|
2092
|
+
}
|
|
2093
|
+
});
|
|
2094
|
+
|
|
1823
2095
|
// src/react/FingerprintAndroid.tsx
|
|
1824
2096
|
var FingerprintAndroid_exports = {};
|
|
1825
2097
|
__export(FingerprintAndroid_exports, {
|
|
1826
2098
|
default: () => FingerprintAndroid_default
|
|
1827
2099
|
});
|
|
1828
|
-
import * as
|
|
2100
|
+
import * as React39 from "react";
|
|
1829
2101
|
var SvgFingerprintAndroid, FingerprintAndroid_default;
|
|
1830
2102
|
var init_FingerprintAndroid = __esm({
|
|
1831
2103
|
"src/react/FingerprintAndroid.tsx"() {
|
|
@@ -1833,7 +2105,7 @@ var init_FingerprintAndroid = __esm({
|
|
|
1833
2105
|
init_types();
|
|
1834
2106
|
SvgFingerprintAndroid = ({ size = 16, ...props }) => {
|
|
1835
2107
|
const sizeValue = resolveSize(size);
|
|
1836
|
-
return /* @__PURE__ */
|
|
2108
|
+
return /* @__PURE__ */ React39.createElement(
|
|
1837
2109
|
"svg",
|
|
1838
2110
|
{
|
|
1839
2111
|
width: sizeValue,
|
|
@@ -1843,7 +2115,7 @@ var init_FingerprintAndroid = __esm({
|
|
|
1843
2115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1844
2116
|
...props
|
|
1845
2117
|
},
|
|
1846
|
-
/* @__PURE__ */
|
|
2118
|
+
/* @__PURE__ */ React39.createElement(
|
|
1847
2119
|
"path",
|
|
1848
2120
|
{
|
|
1849
2121
|
d: "M18.3069 4.55233C18.2243 4.55233 18.1416 4.53167 18.0693 4.49033C16.0853 3.46733 14.3699 3.03333 12.3136 3.03333C10.2676 3.03333 8.32493 3.519 6.55793 4.49033C6.30993 4.62467 5.99993 4.53167 5.85526 4.28367C5.72093 4.03567 5.81393 3.71533 6.06193 3.581C7.98393 2.53733 10.0919 2 12.3136 2C14.5146 2 16.4366 2.48567 18.5446 3.57067C18.8029 3.705 18.8959 4.015 18.7616 4.263C18.6686 4.449 18.4929 4.55233 18.3069 4.55233ZM3.51993 9.97733C3.4166 9.97733 3.31326 9.94633 3.22026 9.88433C2.9826 9.719 2.93093 9.39867 3.09626 9.161C4.11926 7.71433 5.42126 6.57767 6.97126 5.782C10.2159 4.108 14.3699 4.09767 17.6249 5.77167C19.1749 6.56733 20.4769 7.69367 21.4999 9.13C21.6653 9.35733 21.6136 9.688 21.3759 9.85333C21.1383 10.0187 20.8179 9.967 20.6526 9.72933C19.7226 8.42733 18.5446 7.40433 17.1496 6.69133C14.1839 5.17233 10.3916 5.17233 7.43626 6.70167C6.03093 7.425 4.85293 8.45833 3.92293 9.76033C3.84026 9.905 3.68526 9.97733 3.51993 9.97733ZM9.97826 22.4497C9.84393 22.4497 9.7096 22.398 9.6166 22.2947C8.7176 21.3957 8.23193 20.817 7.5396 19.5667C6.8266 18.2957 6.4546 16.7457 6.4546 15.082C6.4546 12.013 9.07926 9.51233 12.3033 9.51233C15.5273 9.51233 18.1519 12.013 18.1519 15.082C18.1519 15.3713 17.9246 15.5987 17.6353 15.5987C17.3459 15.5987 17.1186 15.3713 17.1186 15.082C17.1186 12.5813 14.9589 10.5457 12.3033 10.5457C9.6476 10.5457 7.48793 12.5813 7.48793 15.082C7.48793 16.57 7.8186 17.9443 8.44893 19.0603C9.11027 20.2487 9.56493 20.755 10.3606 21.561C10.5569 21.7677 10.5569 22.088 10.3606 22.2947C10.2469 22.398 10.1126 22.4497 9.97826 22.4497ZM17.3873 20.538C16.1576 20.538 15.0726 20.228 14.1839 19.6183C12.6443 18.5747 11.7246 16.88 11.7246 15.082C11.7246 14.7927 11.9519 14.5653 12.2413 14.5653C12.5306 14.5653 12.7579 14.7927 12.7579 15.082C12.7579 16.539 13.5019 17.9133 14.7626 18.7607C15.4963 19.2567 16.3539 19.4943 17.3873 19.4943C17.6353 19.4943 18.0486 19.4633 18.4619 19.391C18.7409 19.3393 19.0096 19.5253 19.0613 19.8147C19.1129 20.0937 18.9269 20.3623 18.6376 20.414C18.0486 20.5277 17.5319 20.538 17.3873 20.538ZM15.3103 22.6667C15.2689 22.6667 15.2173 22.6563 15.1759 22.646C13.5329 22.1913 12.4583 21.5817 11.3319 20.476C9.88526 19.0397 9.0896 17.128 9.0896 15.082C9.0896 13.408 10.5156 12.044 12.2723 12.044C14.0289 12.044 15.4549 13.408 15.4549 15.082C15.4549 16.1877 16.4159 17.0867 17.6043 17.0867C18.7926 17.0867 19.7536 16.1877 19.7536 15.082C19.7536 11.1863 16.3953 8.02433 12.2619 8.02433C9.32726 8.02433 6.6406 9.657 5.4316 12.1887C5.0286 13.0257 4.82193 14.0073 4.82193 15.082C4.82193 15.888 4.89426 17.159 5.51426 18.8123C5.6176 19.081 5.48326 19.3807 5.2146 19.4737C4.94593 19.577 4.64626 19.4323 4.55326 19.174C4.04693 17.8203 3.79893 16.477 3.79893 15.082C3.79893 13.842 4.0366 12.7157 4.5016 11.734C5.87593 8.851 8.92426 6.98067 12.2619 6.98067C16.9636 6.98067 20.7869 10.6077 20.7869 15.0717C20.7869 16.7457 19.3609 18.1097 17.6043 18.1097C15.8476 18.1097 14.4216 16.7457 14.4216 15.0717C14.4216 13.966 13.4606 13.067 12.2723 13.067C11.0839 13.067 10.1229 13.966 10.1229 15.0717C10.1229 16.8387 10.8049 18.492 12.0553 19.732C13.0369 20.7033 13.9773 21.2407 15.4343 21.6437C15.7133 21.716 15.8683 22.0053 15.7959 22.274C15.7443 22.5117 15.5273 22.6667 15.3103 22.6667Z",
|
|
@@ -1861,7 +2133,7 @@ var HelpCircle_exports = {};
|
|
|
1861
2133
|
__export(HelpCircle_exports, {
|
|
1862
2134
|
default: () => HelpCircle_default
|
|
1863
2135
|
});
|
|
1864
|
-
import * as
|
|
2136
|
+
import * as React40 from "react";
|
|
1865
2137
|
var SvgHelpCircle, HelpCircle_default;
|
|
1866
2138
|
var init_HelpCircle = __esm({
|
|
1867
2139
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -1869,7 +2141,7 @@ var init_HelpCircle = __esm({
|
|
|
1869
2141
|
init_types();
|
|
1870
2142
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
1871
2143
|
const sizeValue = resolveSize(size);
|
|
1872
|
-
return /* @__PURE__ */
|
|
2144
|
+
return /* @__PURE__ */ React40.createElement(
|
|
1873
2145
|
"svg",
|
|
1874
2146
|
{
|
|
1875
2147
|
width: sizeValue,
|
|
@@ -1879,7 +2151,7 @@ var init_HelpCircle = __esm({
|
|
|
1879
2151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1880
2152
|
...props
|
|
1881
2153
|
},
|
|
1882
|
-
/* @__PURE__ */
|
|
2154
|
+
/* @__PURE__ */ React40.createElement(
|
|
1883
2155
|
"path",
|
|
1884
2156
|
{
|
|
1885
2157
|
fillRule: "evenodd",
|
|
@@ -1888,7 +2160,7 @@ var init_HelpCircle = __esm({
|
|
|
1888
2160
|
fill: "currentColor"
|
|
1889
2161
|
}
|
|
1890
2162
|
),
|
|
1891
|
-
/* @__PURE__ */
|
|
2163
|
+
/* @__PURE__ */ React40.createElement(
|
|
1892
2164
|
"path",
|
|
1893
2165
|
{
|
|
1894
2166
|
fillRule: "evenodd",
|
|
@@ -1897,7 +2169,7 @@ var init_HelpCircle = __esm({
|
|
|
1897
2169
|
fill: "currentColor"
|
|
1898
2170
|
}
|
|
1899
2171
|
),
|
|
1900
|
-
/* @__PURE__ */
|
|
2172
|
+
/* @__PURE__ */ React40.createElement(
|
|
1901
2173
|
"path",
|
|
1902
2174
|
{
|
|
1903
2175
|
fillRule: "evenodd",
|
|
@@ -1917,7 +2189,7 @@ var HomeFilled_exports = {};
|
|
|
1917
2189
|
__export(HomeFilled_exports, {
|
|
1918
2190
|
default: () => HomeFilled_default
|
|
1919
2191
|
});
|
|
1920
|
-
import * as
|
|
2192
|
+
import * as React41 from "react";
|
|
1921
2193
|
var SvgHomeFilled, HomeFilled_default;
|
|
1922
2194
|
var init_HomeFilled = __esm({
|
|
1923
2195
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -1925,7 +2197,7 @@ var init_HomeFilled = __esm({
|
|
|
1925
2197
|
init_types();
|
|
1926
2198
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
1927
2199
|
const sizeValue = resolveSize(size);
|
|
1928
|
-
return /* @__PURE__ */
|
|
2200
|
+
return /* @__PURE__ */ React41.createElement(
|
|
1929
2201
|
"svg",
|
|
1930
2202
|
{
|
|
1931
2203
|
width: sizeValue,
|
|
@@ -1935,7 +2207,7 @@ var init_HomeFilled = __esm({
|
|
|
1935
2207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1936
2208
|
...props
|
|
1937
2209
|
},
|
|
1938
|
-
/* @__PURE__ */
|
|
2210
|
+
/* @__PURE__ */ React41.createElement(
|
|
1939
2211
|
"path",
|
|
1940
2212
|
{
|
|
1941
2213
|
d: "M9.78125 3.47949C11.1248 2.58376 12.8752 2.58376 14.2188 3.47949L19.2188 6.8125C20.3315 7.5543 20.9999 8.80333 21 10.1406V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V10.1406C3.00011 8.80333 3.66855 7.5543 4.78125 6.8125L9.78125 3.47949ZM11 11.5928C9.89548 11.5928 9.00008 12.4883 9 13.5928V18.9629C9 19.5152 9.44772 19.9629 10 19.9629H14C14.5523 19.9629 15 19.5152 15 18.9629V13.5928C14.9999 12.4883 14.1045 11.5928 13 11.5928H11Z",
|
|
@@ -1953,7 +2225,7 @@ var HomeLinear_exports = {};
|
|
|
1953
2225
|
__export(HomeLinear_exports, {
|
|
1954
2226
|
default: () => HomeLinear_default
|
|
1955
2227
|
});
|
|
1956
|
-
import * as
|
|
2228
|
+
import * as React42 from "react";
|
|
1957
2229
|
var SvgHomeLinear, HomeLinear_default;
|
|
1958
2230
|
var init_HomeLinear = __esm({
|
|
1959
2231
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -1961,7 +2233,7 @@ var init_HomeLinear = __esm({
|
|
|
1961
2233
|
init_types();
|
|
1962
2234
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
1963
2235
|
const sizeValue = resolveSize(size);
|
|
1964
|
-
return /* @__PURE__ */
|
|
2236
|
+
return /* @__PURE__ */ React42.createElement(
|
|
1965
2237
|
"svg",
|
|
1966
2238
|
{
|
|
1967
2239
|
width: sizeValue,
|
|
@@ -1971,7 +2243,7 @@ var init_HomeLinear = __esm({
|
|
|
1971
2243
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1972
2244
|
...props
|
|
1973
2245
|
},
|
|
1974
|
-
/* @__PURE__ */
|
|
2246
|
+
/* @__PURE__ */ React42.createElement(
|
|
1975
2247
|
"path",
|
|
1976
2248
|
{
|
|
1977
2249
|
fillRule: "evenodd",
|
|
@@ -1991,7 +2263,7 @@ var IconSlot_exports = {};
|
|
|
1991
2263
|
__export(IconSlot_exports, {
|
|
1992
2264
|
default: () => IconSlot_default
|
|
1993
2265
|
});
|
|
1994
|
-
import * as
|
|
2266
|
+
import * as React43 from "react";
|
|
1995
2267
|
var SvgIconSlot, IconSlot_default;
|
|
1996
2268
|
var init_IconSlot = __esm({
|
|
1997
2269
|
"src/react/IconSlot.tsx"() {
|
|
@@ -1999,7 +2271,7 @@ var init_IconSlot = __esm({
|
|
|
1999
2271
|
init_types();
|
|
2000
2272
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
2001
2273
|
const sizeValue = resolveSize(size);
|
|
2002
|
-
return /* @__PURE__ */
|
|
2274
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2003
2275
|
"svg",
|
|
2004
2276
|
{
|
|
2005
2277
|
width: sizeValue,
|
|
@@ -2009,7 +2281,7 @@ var init_IconSlot = __esm({
|
|
|
2009
2281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
2282
|
...props
|
|
2011
2283
|
},
|
|
2012
|
-
/* @__PURE__ */
|
|
2284
|
+
/* @__PURE__ */ React43.createElement(
|
|
2013
2285
|
"path",
|
|
2014
2286
|
{
|
|
2015
2287
|
d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
|
|
@@ -2022,12 +2294,68 @@ var init_IconSlot = __esm({
|
|
|
2022
2294
|
}
|
|
2023
2295
|
});
|
|
2024
2296
|
|
|
2297
|
+
// src/react/Info.tsx
|
|
2298
|
+
var Info_exports = {};
|
|
2299
|
+
__export(Info_exports, {
|
|
2300
|
+
default: () => Info_default
|
|
2301
|
+
});
|
|
2302
|
+
import * as React44 from "react";
|
|
2303
|
+
var SvgInfo, Info_default;
|
|
2304
|
+
var init_Info = __esm({
|
|
2305
|
+
"src/react/Info.tsx"() {
|
|
2306
|
+
"use strict";
|
|
2307
|
+
init_types();
|
|
2308
|
+
SvgInfo = ({ size = 16, ...props }) => {
|
|
2309
|
+
const sizeValue = resolveSize(size);
|
|
2310
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2311
|
+
"svg",
|
|
2312
|
+
{
|
|
2313
|
+
width: sizeValue,
|
|
2314
|
+
height: sizeValue,
|
|
2315
|
+
viewBox: "0 0 24 24",
|
|
2316
|
+
fill: "none",
|
|
2317
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2318
|
+
...props
|
|
2319
|
+
},
|
|
2320
|
+
/* @__PURE__ */ React44.createElement(
|
|
2321
|
+
"path",
|
|
2322
|
+
{
|
|
2323
|
+
fillRule: "evenodd",
|
|
2324
|
+
clipRule: "evenodd",
|
|
2325
|
+
d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 0.999999 18.0751 1 12C1 5.92487 5.92487 0.999999 12 1C18.0751 1 23 5.92487 23 12Z",
|
|
2326
|
+
fill: "currentColor"
|
|
2327
|
+
}
|
|
2328
|
+
),
|
|
2329
|
+
/* @__PURE__ */ React44.createElement(
|
|
2330
|
+
"path",
|
|
2331
|
+
{
|
|
2332
|
+
fillRule: "evenodd",
|
|
2333
|
+
clipRule: "evenodd",
|
|
2334
|
+
d: "M12 17C11.4477 17 11 16.5523 11 16V12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12V16C13 16.5523 12.5523 17 12 17Z",
|
|
2335
|
+
fill: "currentColor"
|
|
2336
|
+
}
|
|
2337
|
+
),
|
|
2338
|
+
/* @__PURE__ */ React44.createElement(
|
|
2339
|
+
"path",
|
|
2340
|
+
{
|
|
2341
|
+
fillRule: "evenodd",
|
|
2342
|
+
clipRule: "evenodd",
|
|
2343
|
+
d: "M13 8C13 8.55228 12.5523 9 12 9H11.99C11.4377 9 10.99 8.55228 10.99 8C10.99 7.44771 11.4377 7 11.99 7H12C12.5523 7 13 7.44771 13 8Z",
|
|
2344
|
+
fill: "currentColor"
|
|
2345
|
+
}
|
|
2346
|
+
)
|
|
2347
|
+
);
|
|
2348
|
+
};
|
|
2349
|
+
Info_default = SvgInfo;
|
|
2350
|
+
}
|
|
2351
|
+
});
|
|
2352
|
+
|
|
2025
2353
|
// src/react/Keys01.tsx
|
|
2026
2354
|
var Keys01_exports = {};
|
|
2027
2355
|
__export(Keys01_exports, {
|
|
2028
2356
|
default: () => Keys01_default
|
|
2029
2357
|
});
|
|
2030
|
-
import * as
|
|
2358
|
+
import * as React45 from "react";
|
|
2031
2359
|
var SvgKeys01, Keys01_default;
|
|
2032
2360
|
var init_Keys01 = __esm({
|
|
2033
2361
|
"src/react/Keys01.tsx"() {
|
|
@@ -2035,7 +2363,7 @@ var init_Keys01 = __esm({
|
|
|
2035
2363
|
init_types();
|
|
2036
2364
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
2037
2365
|
const sizeValue = resolveSize(size);
|
|
2038
|
-
return /* @__PURE__ */
|
|
2366
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2039
2367
|
"svg",
|
|
2040
2368
|
{
|
|
2041
2369
|
width: sizeValue,
|
|
@@ -2045,7 +2373,7 @@ var init_Keys01 = __esm({
|
|
|
2045
2373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2046
2374
|
...props
|
|
2047
2375
|
},
|
|
2048
|
-
/* @__PURE__ */
|
|
2376
|
+
/* @__PURE__ */ React45.createElement(
|
|
2049
2377
|
"path",
|
|
2050
2378
|
{
|
|
2051
2379
|
fillRule: "evenodd",
|
|
@@ -2054,7 +2382,7 @@ var init_Keys01 = __esm({
|
|
|
2054
2382
|
fill: "currentColor"
|
|
2055
2383
|
}
|
|
2056
2384
|
),
|
|
2057
|
-
/* @__PURE__ */
|
|
2385
|
+
/* @__PURE__ */ React45.createElement(
|
|
2058
2386
|
"path",
|
|
2059
2387
|
{
|
|
2060
2388
|
fillRule: "evenodd",
|
|
@@ -2063,7 +2391,7 @@ var init_Keys01 = __esm({
|
|
|
2063
2391
|
fill: "currentColor"
|
|
2064
2392
|
}
|
|
2065
2393
|
),
|
|
2066
|
-
/* @__PURE__ */
|
|
2394
|
+
/* @__PURE__ */ React45.createElement(
|
|
2067
2395
|
"path",
|
|
2068
2396
|
{
|
|
2069
2397
|
fillRule: "evenodd",
|
|
@@ -2083,7 +2411,7 @@ var LeadsFilled_exports = {};
|
|
|
2083
2411
|
__export(LeadsFilled_exports, {
|
|
2084
2412
|
default: () => LeadsFilled_default
|
|
2085
2413
|
});
|
|
2086
|
-
import * as
|
|
2414
|
+
import * as React46 from "react";
|
|
2087
2415
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
2088
2416
|
var init_LeadsFilled = __esm({
|
|
2089
2417
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -2091,7 +2419,7 @@ var init_LeadsFilled = __esm({
|
|
|
2091
2419
|
init_types();
|
|
2092
2420
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
2093
2421
|
const sizeValue = resolveSize(size);
|
|
2094
|
-
return /* @__PURE__ */
|
|
2422
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2095
2423
|
"svg",
|
|
2096
2424
|
{
|
|
2097
2425
|
width: sizeValue,
|
|
@@ -2101,7 +2429,7 @@ var init_LeadsFilled = __esm({
|
|
|
2101
2429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2102
2430
|
...props
|
|
2103
2431
|
},
|
|
2104
|
-
/* @__PURE__ */
|
|
2432
|
+
/* @__PURE__ */ React46.createElement(
|
|
2105
2433
|
"path",
|
|
2106
2434
|
{
|
|
2107
2435
|
fillRule: "evenodd",
|
|
@@ -2110,7 +2438,7 @@ var init_LeadsFilled = __esm({
|
|
|
2110
2438
|
fill: "currentColor"
|
|
2111
2439
|
}
|
|
2112
2440
|
),
|
|
2113
|
-
/* @__PURE__ */
|
|
2441
|
+
/* @__PURE__ */ React46.createElement(
|
|
2114
2442
|
"path",
|
|
2115
2443
|
{
|
|
2116
2444
|
fillRule: "evenodd",
|
|
@@ -2119,7 +2447,7 @@ var init_LeadsFilled = __esm({
|
|
|
2119
2447
|
fill: "currentColor"
|
|
2120
2448
|
}
|
|
2121
2449
|
),
|
|
2122
|
-
/* @__PURE__ */
|
|
2450
|
+
/* @__PURE__ */ React46.createElement(
|
|
2123
2451
|
"path",
|
|
2124
2452
|
{
|
|
2125
2453
|
fillRule: "evenodd",
|
|
@@ -2128,7 +2456,7 @@ var init_LeadsFilled = __esm({
|
|
|
2128
2456
|
fill: "currentColor"
|
|
2129
2457
|
}
|
|
2130
2458
|
),
|
|
2131
|
-
/* @__PURE__ */
|
|
2459
|
+
/* @__PURE__ */ React46.createElement(
|
|
2132
2460
|
"path",
|
|
2133
2461
|
{
|
|
2134
2462
|
fillRule: "evenodd",
|
|
@@ -2148,7 +2476,7 @@ var LeadsLinear_exports = {};
|
|
|
2148
2476
|
__export(LeadsLinear_exports, {
|
|
2149
2477
|
default: () => LeadsLinear_default
|
|
2150
2478
|
});
|
|
2151
|
-
import * as
|
|
2479
|
+
import * as React47 from "react";
|
|
2152
2480
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
2153
2481
|
var init_LeadsLinear = __esm({
|
|
2154
2482
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -2156,7 +2484,7 @@ var init_LeadsLinear = __esm({
|
|
|
2156
2484
|
init_types();
|
|
2157
2485
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
2158
2486
|
const sizeValue = resolveSize(size);
|
|
2159
|
-
return /* @__PURE__ */
|
|
2487
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2160
2488
|
"svg",
|
|
2161
2489
|
{
|
|
2162
2490
|
width: sizeValue,
|
|
@@ -2166,7 +2494,7 @@ var init_LeadsLinear = __esm({
|
|
|
2166
2494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2167
2495
|
...props
|
|
2168
2496
|
},
|
|
2169
|
-
/* @__PURE__ */
|
|
2497
|
+
/* @__PURE__ */ React47.createElement(
|
|
2170
2498
|
"path",
|
|
2171
2499
|
{
|
|
2172
2500
|
fillRule: "evenodd",
|
|
@@ -2175,7 +2503,7 @@ var init_LeadsLinear = __esm({
|
|
|
2175
2503
|
fill: "currentColor"
|
|
2176
2504
|
}
|
|
2177
2505
|
),
|
|
2178
|
-
/* @__PURE__ */
|
|
2506
|
+
/* @__PURE__ */ React47.createElement(
|
|
2179
2507
|
"path",
|
|
2180
2508
|
{
|
|
2181
2509
|
fillRule: "evenodd",
|
|
@@ -2184,7 +2512,7 @@ var init_LeadsLinear = __esm({
|
|
|
2184
2512
|
fill: "currentColor"
|
|
2185
2513
|
}
|
|
2186
2514
|
),
|
|
2187
|
-
/* @__PURE__ */
|
|
2515
|
+
/* @__PURE__ */ React47.createElement(
|
|
2188
2516
|
"path",
|
|
2189
2517
|
{
|
|
2190
2518
|
fillRule: "evenodd",
|
|
@@ -2193,7 +2521,7 @@ var init_LeadsLinear = __esm({
|
|
|
2193
2521
|
fill: "currentColor"
|
|
2194
2522
|
}
|
|
2195
2523
|
),
|
|
2196
|
-
/* @__PURE__ */
|
|
2524
|
+
/* @__PURE__ */ React47.createElement(
|
|
2197
2525
|
"path",
|
|
2198
2526
|
{
|
|
2199
2527
|
fillRule: "evenodd",
|
|
@@ -2213,7 +2541,7 @@ var Lock_exports = {};
|
|
|
2213
2541
|
__export(Lock_exports, {
|
|
2214
2542
|
default: () => Lock_default
|
|
2215
2543
|
});
|
|
2216
|
-
import * as
|
|
2544
|
+
import * as React48 from "react";
|
|
2217
2545
|
var SvgLock, Lock_default;
|
|
2218
2546
|
var init_Lock = __esm({
|
|
2219
2547
|
"src/react/Lock.tsx"() {
|
|
@@ -2221,7 +2549,7 @@ var init_Lock = __esm({
|
|
|
2221
2549
|
init_types();
|
|
2222
2550
|
SvgLock = ({ size = 16, ...props }) => {
|
|
2223
2551
|
const sizeValue = resolveSize(size);
|
|
2224
|
-
return /* @__PURE__ */
|
|
2552
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2225
2553
|
"svg",
|
|
2226
2554
|
{
|
|
2227
2555
|
width: sizeValue,
|
|
@@ -2231,7 +2559,7 @@ var init_Lock = __esm({
|
|
|
2231
2559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2232
2560
|
...props
|
|
2233
2561
|
},
|
|
2234
|
-
/* @__PURE__ */
|
|
2562
|
+
/* @__PURE__ */ React48.createElement(
|
|
2235
2563
|
"path",
|
|
2236
2564
|
{
|
|
2237
2565
|
fillRule: "evenodd",
|
|
@@ -2240,7 +2568,7 @@ var init_Lock = __esm({
|
|
|
2240
2568
|
fill: "currentColor"
|
|
2241
2569
|
}
|
|
2242
2570
|
),
|
|
2243
|
-
/* @__PURE__ */
|
|
2571
|
+
/* @__PURE__ */ React48.createElement(
|
|
2244
2572
|
"path",
|
|
2245
2573
|
{
|
|
2246
2574
|
fillRule: "evenodd",
|
|
@@ -2260,7 +2588,7 @@ var Logout_exports = {};
|
|
|
2260
2588
|
__export(Logout_exports, {
|
|
2261
2589
|
default: () => Logout_default
|
|
2262
2590
|
});
|
|
2263
|
-
import * as
|
|
2591
|
+
import * as React49 from "react";
|
|
2264
2592
|
var SvgLogout, Logout_default;
|
|
2265
2593
|
var init_Logout = __esm({
|
|
2266
2594
|
"src/react/Logout.tsx"() {
|
|
@@ -2268,7 +2596,7 @@ var init_Logout = __esm({
|
|
|
2268
2596
|
init_types();
|
|
2269
2597
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
2270
2598
|
const sizeValue = resolveSize(size);
|
|
2271
|
-
return /* @__PURE__ */
|
|
2599
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2272
2600
|
"svg",
|
|
2273
2601
|
{
|
|
2274
2602
|
width: sizeValue,
|
|
@@ -2278,7 +2606,7 @@ var init_Logout = __esm({
|
|
|
2278
2606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2279
2607
|
...props
|
|
2280
2608
|
},
|
|
2281
|
-
/* @__PURE__ */
|
|
2609
|
+
/* @__PURE__ */ React49.createElement(
|
|
2282
2610
|
"path",
|
|
2283
2611
|
{
|
|
2284
2612
|
fillRule: "evenodd",
|
|
@@ -2287,7 +2615,7 @@ var init_Logout = __esm({
|
|
|
2287
2615
|
fill: "currentColor"
|
|
2288
2616
|
}
|
|
2289
2617
|
),
|
|
2290
|
-
/* @__PURE__ */
|
|
2618
|
+
/* @__PURE__ */ React49.createElement(
|
|
2291
2619
|
"path",
|
|
2292
2620
|
{
|
|
2293
2621
|
fillRule: "evenodd",
|
|
@@ -2296,7 +2624,7 @@ var init_Logout = __esm({
|
|
|
2296
2624
|
fill: "currentColor"
|
|
2297
2625
|
}
|
|
2298
2626
|
),
|
|
2299
|
-
/* @__PURE__ */
|
|
2627
|
+
/* @__PURE__ */ React49.createElement(
|
|
2300
2628
|
"path",
|
|
2301
2629
|
{
|
|
2302
2630
|
fillRule: "evenodd",
|
|
@@ -2316,7 +2644,7 @@ var Mail_exports = {};
|
|
|
2316
2644
|
__export(Mail_exports, {
|
|
2317
2645
|
default: () => Mail_default
|
|
2318
2646
|
});
|
|
2319
|
-
import * as
|
|
2647
|
+
import * as React50 from "react";
|
|
2320
2648
|
var SvgMail, Mail_default;
|
|
2321
2649
|
var init_Mail = __esm({
|
|
2322
2650
|
"src/react/Mail.tsx"() {
|
|
@@ -2324,7 +2652,7 @@ var init_Mail = __esm({
|
|
|
2324
2652
|
init_types();
|
|
2325
2653
|
SvgMail = ({ size = 16, ...props }) => {
|
|
2326
2654
|
const sizeValue = resolveSize(size);
|
|
2327
|
-
return /* @__PURE__ */
|
|
2655
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2328
2656
|
"svg",
|
|
2329
2657
|
{
|
|
2330
2658
|
width: sizeValue,
|
|
@@ -2334,7 +2662,7 @@ var init_Mail = __esm({
|
|
|
2334
2662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2335
2663
|
...props
|
|
2336
2664
|
},
|
|
2337
|
-
/* @__PURE__ */
|
|
2665
|
+
/* @__PURE__ */ React50.createElement(
|
|
2338
2666
|
"path",
|
|
2339
2667
|
{
|
|
2340
2668
|
fillRule: "evenodd",
|
|
@@ -2343,35 +2671,82 @@ var init_Mail = __esm({
|
|
|
2343
2671
|
fill: "currentColor"
|
|
2344
2672
|
}
|
|
2345
2673
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2674
|
+
/* @__PURE__ */ React50.createElement(
|
|
2675
|
+
"path",
|
|
2676
|
+
{
|
|
2677
|
+
fillRule: "evenodd",
|
|
2678
|
+
clipRule: "evenodd",
|
|
2679
|
+
d: "M1.15587 6.46367C1.45208 5.99754 2.07008 5.85978 2.53621 6.15599L11.503 11.854C11.6521 11.9468 11.8242 11.996 11.9999 11.996C12.1755 11.996 12.3476 11.9468 12.4967 11.854L12.499 11.8526L21.4636 6.15599C21.9297 5.85978 22.5477 5.99754 22.8439 6.46367C23.1401 6.92981 23.0023 7.5478 22.5362 7.84401L13.5608 13.5474C13.093 13.8406 12.552 13.996 11.9999 13.996C11.4478 13.996 10.9068 13.8405 10.439 13.5474L10.4335 13.544L1.46356 7.84401C0.997421 7.5478 0.859667 6.92981 1.15587 6.46367Z",
|
|
2680
|
+
fill: "currentColor"
|
|
2681
|
+
}
|
|
2682
|
+
)
|
|
2683
|
+
);
|
|
2684
|
+
};
|
|
2685
|
+
Mail_default = SvgMail;
|
|
2686
|
+
}
|
|
2687
|
+
});
|
|
2688
|
+
|
|
2689
|
+
// src/react/MapPin.tsx
|
|
2690
|
+
var MapPin_exports = {};
|
|
2691
|
+
__export(MapPin_exports, {
|
|
2692
|
+
default: () => MapPin_default
|
|
2693
|
+
});
|
|
2694
|
+
import * as React51 from "react";
|
|
2695
|
+
var SvgMapPin, MapPin_default;
|
|
2696
|
+
var init_MapPin = __esm({
|
|
2697
|
+
"src/react/MapPin.tsx"() {
|
|
2698
|
+
"use strict";
|
|
2699
|
+
init_types();
|
|
2700
|
+
SvgMapPin = ({ size = 16, ...props }) => {
|
|
2701
|
+
const sizeValue = resolveSize(size);
|
|
2702
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2703
|
+
"svg",
|
|
2704
|
+
{
|
|
2705
|
+
width: sizeValue,
|
|
2706
|
+
height: sizeValue,
|
|
2707
|
+
viewBox: "0 0 24 24",
|
|
2708
|
+
fill: "none",
|
|
2709
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2710
|
+
...props
|
|
2711
|
+
},
|
|
2712
|
+
/* @__PURE__ */ React51.createElement(
|
|
2713
|
+
"path",
|
|
2714
|
+
{
|
|
2715
|
+
fillRule: "evenodd",
|
|
2716
|
+
clipRule: "evenodd",
|
|
2717
|
+
d: "M12 3C10.1435 3 8.36301 3.7375 7.05025 5.05025C5.7375 6.36301 5 8.14348 5 10C5 12.605 6.77047 15.3616 8.74741 17.5856C9.71242 18.6713 10.6805 19.5792 11.4085 20.2162C11.6312 20.411 11.8307 20.5799 12 20.7202C12.1693 20.5799 12.3688 20.411 12.5915 20.2162C13.3195 19.5792 14.2876 18.6713 15.2526 17.5856C17.2295 15.3616 19 12.605 19 10C19 8.14348 18.2625 6.36301 16.9497 5.05025C15.637 3.7375 13.8565 3 12 3ZM12 22C11.4 22.8 11.3998 22.7998 11.3995 22.7997L11.397 22.7978L11.3912 22.7933L11.3709 22.778C11.3537 22.7648 11.3291 22.746 11.2976 22.7216C11.2346 22.6728 11.1441 22.6017 11.0299 22.51C10.8016 22.3265 10.4782 22.0597 10.0915 21.7213C9.31946 21.0458 8.28758 20.0787 7.25259 18.9144C5.22953 16.6384 3 13.395 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10C21 13.395 18.7705 16.6384 16.7474 18.9144C15.7124 20.0787 14.6805 21.0458 13.9085 21.7213C13.5218 22.0597 13.1984 22.3265 12.9701 22.51C12.8559 22.6017 12.7654 22.6728 12.7024 22.7216C12.6709 22.746 12.6463 22.7648 12.6291 22.778L12.6088 22.7933L12.603 22.7978L12.6011 22.7992C12.6009 22.7993 12.6 22.8 12 22ZM12 22L12.6 22.8C12.2444 23.0667 11.7551 23.0663 11.3995 22.7997L12 22Z",
|
|
2718
|
+
fill: "currentColor"
|
|
2719
|
+
}
|
|
2720
|
+
),
|
|
2721
|
+
/* @__PURE__ */ React51.createElement(
|
|
2347
2722
|
"path",
|
|
2348
2723
|
{
|
|
2349
2724
|
fillRule: "evenodd",
|
|
2350
2725
|
clipRule: "evenodd",
|
|
2351
|
-
d: "
|
|
2726
|
+
d: "M12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10Z",
|
|
2352
2727
|
fill: "currentColor"
|
|
2353
2728
|
}
|
|
2354
2729
|
)
|
|
2355
2730
|
);
|
|
2356
2731
|
};
|
|
2357
|
-
|
|
2732
|
+
MapPin_default = SvgMapPin;
|
|
2358
2733
|
}
|
|
2359
2734
|
});
|
|
2360
2735
|
|
|
2361
|
-
// src/react/
|
|
2362
|
-
var
|
|
2363
|
-
__export(
|
|
2364
|
-
default: () =>
|
|
2736
|
+
// src/react/MoreHorizontal.tsx
|
|
2737
|
+
var MoreHorizontal_exports = {};
|
|
2738
|
+
__export(MoreHorizontal_exports, {
|
|
2739
|
+
default: () => MoreHorizontal_default
|
|
2365
2740
|
});
|
|
2366
|
-
import * as
|
|
2367
|
-
var
|
|
2368
|
-
var
|
|
2369
|
-
"src/react/
|
|
2741
|
+
import * as React52 from "react";
|
|
2742
|
+
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
2743
|
+
var init_MoreHorizontal = __esm({
|
|
2744
|
+
"src/react/MoreHorizontal.tsx"() {
|
|
2370
2745
|
"use strict";
|
|
2371
2746
|
init_types();
|
|
2372
|
-
|
|
2747
|
+
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
2373
2748
|
const sizeValue = resolveSize(size);
|
|
2374
|
-
return /* @__PURE__ */
|
|
2749
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2375
2750
|
"svg",
|
|
2376
2751
|
{
|
|
2377
2752
|
width: sizeValue,
|
|
@@ -2381,27 +2756,36 @@ var init_MapPin = __esm({
|
|
|
2381
2756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2382
2757
|
...props
|
|
2383
2758
|
},
|
|
2384
|
-
/* @__PURE__ */
|
|
2759
|
+
/* @__PURE__ */ React52.createElement(
|
|
2385
2760
|
"path",
|
|
2386
2761
|
{
|
|
2387
2762
|
fillRule: "evenodd",
|
|
2388
2763
|
clipRule: "evenodd",
|
|
2389
|
-
d: "
|
|
2764
|
+
d: "M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z",
|
|
2390
2765
|
fill: "currentColor"
|
|
2391
2766
|
}
|
|
2392
2767
|
),
|
|
2393
|
-
/* @__PURE__ */
|
|
2768
|
+
/* @__PURE__ */ React52.createElement(
|
|
2394
2769
|
"path",
|
|
2395
2770
|
{
|
|
2396
2771
|
fillRule: "evenodd",
|
|
2397
2772
|
clipRule: "evenodd",
|
|
2398
|
-
d: "
|
|
2773
|
+
d: "M17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12Z",
|
|
2774
|
+
fill: "currentColor"
|
|
2775
|
+
}
|
|
2776
|
+
),
|
|
2777
|
+
/* @__PURE__ */ React52.createElement(
|
|
2778
|
+
"path",
|
|
2779
|
+
{
|
|
2780
|
+
fillRule: "evenodd",
|
|
2781
|
+
clipRule: "evenodd",
|
|
2782
|
+
d: "M3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12Z",
|
|
2399
2783
|
fill: "currentColor"
|
|
2400
2784
|
}
|
|
2401
2785
|
)
|
|
2402
2786
|
);
|
|
2403
2787
|
};
|
|
2404
|
-
|
|
2788
|
+
MoreHorizontal_default = SvgMoreHorizontal;
|
|
2405
2789
|
}
|
|
2406
2790
|
});
|
|
2407
2791
|
|
|
@@ -2410,7 +2794,7 @@ var Mortgage_exports = {};
|
|
|
2410
2794
|
__export(Mortgage_exports, {
|
|
2411
2795
|
default: () => Mortgage_default
|
|
2412
2796
|
});
|
|
2413
|
-
import * as
|
|
2797
|
+
import * as React53 from "react";
|
|
2414
2798
|
var SvgMortgage, Mortgage_default;
|
|
2415
2799
|
var init_Mortgage = __esm({
|
|
2416
2800
|
"src/react/Mortgage.tsx"() {
|
|
@@ -2418,7 +2802,7 @@ var init_Mortgage = __esm({
|
|
|
2418
2802
|
init_types();
|
|
2419
2803
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
2420
2804
|
const sizeValue = resolveSize(size);
|
|
2421
|
-
return /* @__PURE__ */
|
|
2805
|
+
return /* @__PURE__ */ React53.createElement(
|
|
2422
2806
|
"svg",
|
|
2423
2807
|
{
|
|
2424
2808
|
width: sizeValue,
|
|
@@ -2428,7 +2812,7 @@ var init_Mortgage = __esm({
|
|
|
2428
2812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2429
2813
|
...props
|
|
2430
2814
|
},
|
|
2431
|
-
/* @__PURE__ */
|
|
2815
|
+
/* @__PURE__ */ React53.createElement(
|
|
2432
2816
|
"path",
|
|
2433
2817
|
{
|
|
2434
2818
|
fillRule: "evenodd",
|
|
@@ -2437,7 +2821,7 @@ var init_Mortgage = __esm({
|
|
|
2437
2821
|
fill: "currentColor"
|
|
2438
2822
|
}
|
|
2439
2823
|
),
|
|
2440
|
-
/* @__PURE__ */
|
|
2824
|
+
/* @__PURE__ */ React53.createElement(
|
|
2441
2825
|
"path",
|
|
2442
2826
|
{
|
|
2443
2827
|
fillRule: "evenodd",
|
|
@@ -2446,7 +2830,7 @@ var init_Mortgage = __esm({
|
|
|
2446
2830
|
fill: "currentColor"
|
|
2447
2831
|
}
|
|
2448
2832
|
),
|
|
2449
|
-
/* @__PURE__ */
|
|
2833
|
+
/* @__PURE__ */ React53.createElement(
|
|
2450
2834
|
"path",
|
|
2451
2835
|
{
|
|
2452
2836
|
fillRule: "evenodd",
|
|
@@ -2455,7 +2839,7 @@ var init_Mortgage = __esm({
|
|
|
2455
2839
|
fill: "currentColor"
|
|
2456
2840
|
}
|
|
2457
2841
|
),
|
|
2458
|
-
/* @__PURE__ */
|
|
2842
|
+
/* @__PURE__ */ React53.createElement(
|
|
2459
2843
|
"path",
|
|
2460
2844
|
{
|
|
2461
2845
|
fillRule: "evenodd",
|
|
@@ -2464,7 +2848,7 @@ var init_Mortgage = __esm({
|
|
|
2464
2848
|
fill: "currentColor"
|
|
2465
2849
|
}
|
|
2466
2850
|
),
|
|
2467
|
-
/* @__PURE__ */
|
|
2851
|
+
/* @__PURE__ */ React53.createElement(
|
|
2468
2852
|
"path",
|
|
2469
2853
|
{
|
|
2470
2854
|
fillRule: "evenodd",
|
|
@@ -2473,7 +2857,7 @@ var init_Mortgage = __esm({
|
|
|
2473
2857
|
fill: "currentColor"
|
|
2474
2858
|
}
|
|
2475
2859
|
),
|
|
2476
|
-
/* @__PURE__ */
|
|
2860
|
+
/* @__PURE__ */ React53.createElement(
|
|
2477
2861
|
"path",
|
|
2478
2862
|
{
|
|
2479
2863
|
fillRule: "evenodd",
|
|
@@ -2482,7 +2866,7 @@ var init_Mortgage = __esm({
|
|
|
2482
2866
|
fill: "currentColor"
|
|
2483
2867
|
}
|
|
2484
2868
|
),
|
|
2485
|
-
/* @__PURE__ */
|
|
2869
|
+
/* @__PURE__ */ React53.createElement(
|
|
2486
2870
|
"path",
|
|
2487
2871
|
{
|
|
2488
2872
|
fillRule: "evenodd",
|
|
@@ -2502,7 +2886,7 @@ var Note_exports = {};
|
|
|
2502
2886
|
__export(Note_exports, {
|
|
2503
2887
|
default: () => Note_default
|
|
2504
2888
|
});
|
|
2505
|
-
import * as
|
|
2889
|
+
import * as React54 from "react";
|
|
2506
2890
|
var SvgNote, Note_default;
|
|
2507
2891
|
var init_Note = __esm({
|
|
2508
2892
|
"src/react/Note.tsx"() {
|
|
@@ -2510,7 +2894,7 @@ var init_Note = __esm({
|
|
|
2510
2894
|
init_types();
|
|
2511
2895
|
SvgNote = ({ size = 16, ...props }) => {
|
|
2512
2896
|
const sizeValue = resolveSize(size);
|
|
2513
|
-
return /* @__PURE__ */
|
|
2897
|
+
return /* @__PURE__ */ React54.createElement(
|
|
2514
2898
|
"svg",
|
|
2515
2899
|
{
|
|
2516
2900
|
width: sizeValue,
|
|
@@ -2520,7 +2904,7 @@ var init_Note = __esm({
|
|
|
2520
2904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2521
2905
|
...props
|
|
2522
2906
|
},
|
|
2523
|
-
/* @__PURE__ */
|
|
2907
|
+
/* @__PURE__ */ React54.createElement(
|
|
2524
2908
|
"path",
|
|
2525
2909
|
{
|
|
2526
2910
|
d: "M2.09961 19V5C2.09961 4.23087 2.40536 3.49307 2.94922 2.94922C3.49307 2.40536 4.23087 2.09961 5 2.09961H16L16.0889 2.10449C16.2949 2.12493 16.489 2.21558 16.6367 2.36328L21.6367 7.36328C21.8055 7.53206 21.9004 7.76131 21.9004 8V19C21.9004 19.7691 21.5946 20.5069 21.0508 21.0508C20.5069 21.5946 19.7691 21.9004 19 21.9004H5C4.23087 21.9004 3.49307 21.5946 2.94922 21.0508C2.40536 20.5069 2.09961 19.7691 2.09961 19ZM15.9004 7C15.9004 7.29174 16.0164 7.57105 16.2227 7.77734C16.4289 7.98363 16.7083 8.09961 17 8.09961H19.8262L15.9004 4.17383V7ZM3.90039 19C3.90039 19.2917 4.01637 19.5711 4.22266 19.7773C4.42895 19.9836 4.70826 20.0996 5 20.0996H19C19.2917 20.0996 19.5711 19.9836 19.7773 19.7773C19.9836 19.5711 20.0996 19.2917 20.0996 19V9.90039H17C16.2309 9.90039 15.4931 9.59464 14.9492 9.05078C14.4054 8.50693 14.0996 7.76913 14.0996 7V3.90039H5C4.70826 3.90039 4.42895 4.01637 4.22266 4.22266C4.01637 4.42895 3.90039 4.70826 3.90039 5V19Z",
|
|
@@ -2533,12 +2917,64 @@ var init_Note = __esm({
|
|
|
2533
2917
|
}
|
|
2534
2918
|
});
|
|
2535
2919
|
|
|
2920
|
+
// src/react/Notes.tsx
|
|
2921
|
+
var Notes_exports = {};
|
|
2922
|
+
__export(Notes_exports, {
|
|
2923
|
+
default: () => Notes_default
|
|
2924
|
+
});
|
|
2925
|
+
import * as React55 from "react";
|
|
2926
|
+
var SvgNotes, Notes_default;
|
|
2927
|
+
var init_Notes = __esm({
|
|
2928
|
+
"src/react/Notes.tsx"() {
|
|
2929
|
+
"use strict";
|
|
2930
|
+
init_types();
|
|
2931
|
+
SvgNotes = ({ size = 16, ...props }) => {
|
|
2932
|
+
const sizeValue = resolveSize(size);
|
|
2933
|
+
return /* @__PURE__ */ React55.createElement(
|
|
2934
|
+
"svg",
|
|
2935
|
+
{
|
|
2936
|
+
width: sizeValue,
|
|
2937
|
+
height: sizeValue,
|
|
2938
|
+
viewBox: "0 0 24 24",
|
|
2939
|
+
fill: "none",
|
|
2940
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2941
|
+
...props
|
|
2942
|
+
},
|
|
2943
|
+
/* @__PURE__ */ React55.createElement(
|
|
2944
|
+
"path",
|
|
2945
|
+
{
|
|
2946
|
+
d: "M12.7695 10.749C13.2819 10.749 13.6981 11.1644 13.6982 11.6768C13.698 12.1891 13.2819 12.6045 12.7695 12.6045H7.30273C6.79037 12.6045 6.37423 12.1891 6.37402 11.6768C6.37416 11.1644 6.79033 10.749 7.30273 10.749H12.7695Z",
|
|
2947
|
+
fill: "currentColor"
|
|
2948
|
+
}
|
|
2949
|
+
),
|
|
2950
|
+
/* @__PURE__ */ React55.createElement(
|
|
2951
|
+
"path",
|
|
2952
|
+
{
|
|
2953
|
+
d: "M15.5039 6.37402C16.0162 6.37422 16.4316 6.79037 16.4316 7.30273C16.4315 7.81499 16.0161 8.23027 15.5039 8.23047H7.30273C6.79033 8.23047 6.37416 7.81511 6.37402 7.30273C6.37402 6.79025 6.79025 6.37402 7.30273 6.37402H15.5039Z",
|
|
2954
|
+
fill: "currentColor"
|
|
2955
|
+
}
|
|
2956
|
+
),
|
|
2957
|
+
/* @__PURE__ */ React55.createElement(
|
|
2958
|
+
"path",
|
|
2959
|
+
{
|
|
2960
|
+
fillRule: "evenodd",
|
|
2961
|
+
clipRule: "evenodd",
|
|
2962
|
+
d: "M16.5977 2C18.0038 2.00006 19.3524 2.55944 20.3467 3.55371C21.3407 4.54785 21.9002 5.89591 21.9004 7.30176V14.7852C21.9004 15.4816 21.7626 16.172 21.4961 16.8154C21.2296 17.4585 20.8389 18.0429 20.3467 18.5352L18.5352 20.3467C18.0429 20.8389 17.4585 21.2296 16.8154 21.4961C16.172 21.7626 15.4816 21.9004 14.7852 21.9004H7.30176C5.89591 21.9002 4.54785 21.3407 3.55371 20.3467C2.55944 19.3524 2.00006 18.0038 2 16.5977V7.30176C2.00019 5.89582 2.55955 4.54787 3.55371 3.55371C4.54787 2.55955 5.89582 2.00019 7.30176 2H16.5977ZM7.30176 3.85645C6.38803 3.85664 5.51135 4.21912 4.86523 4.86523C4.21912 5.51135 3.85664 6.38803 3.85645 7.30176V16.5977C3.85651 17.5114 4.21919 18.388 4.86523 19.0342C5.51135 19.6803 6.38803 20.0428 7.30176 20.043H12.9355V17.1445C12.9356 16.0284 13.3788 14.9572 14.168 14.168C14.9572 13.3788 16.0284 12.9356 17.1445 12.9355H20.043V7.30176C20.0428 6.38803 19.6803 5.51135 19.0342 4.86523C18.388 4.21919 17.5114 3.85651 16.5977 3.85645H7.30176ZM17.1445 14.792C16.5206 14.7921 15.9216 15.0393 15.4805 15.4805C15.0393 15.9216 14.7921 16.5206 14.792 17.1445V20.042C15.2423 20.0411 15.6884 19.9536 16.1045 19.7812C16.5225 19.608 16.9027 19.3542 17.2227 19.0342L19.0332 17.2227C19.3532 16.9027 19.608 16.5225 19.7812 16.1045C19.9536 15.6884 20.0421 15.2423 20.043 14.792H17.1445Z",
|
|
2963
|
+
fill: "currentColor"
|
|
2964
|
+
}
|
|
2965
|
+
)
|
|
2966
|
+
);
|
|
2967
|
+
};
|
|
2968
|
+
Notes_default = SvgNotes;
|
|
2969
|
+
}
|
|
2970
|
+
});
|
|
2971
|
+
|
|
2536
2972
|
// src/react/Payments.tsx
|
|
2537
2973
|
var Payments_exports = {};
|
|
2538
2974
|
__export(Payments_exports, {
|
|
2539
2975
|
default: () => Payments_default
|
|
2540
2976
|
});
|
|
2541
|
-
import * as
|
|
2977
|
+
import * as React56 from "react";
|
|
2542
2978
|
var SvgPayments, Payments_default;
|
|
2543
2979
|
var init_Payments = __esm({
|
|
2544
2980
|
"src/react/Payments.tsx"() {
|
|
@@ -2546,7 +2982,7 @@ var init_Payments = __esm({
|
|
|
2546
2982
|
init_types();
|
|
2547
2983
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
2548
2984
|
const sizeValue = resolveSize(size);
|
|
2549
|
-
return /* @__PURE__ */
|
|
2985
|
+
return /* @__PURE__ */ React56.createElement(
|
|
2550
2986
|
"svg",
|
|
2551
2987
|
{
|
|
2552
2988
|
width: sizeValue,
|
|
@@ -2556,7 +2992,7 @@ var init_Payments = __esm({
|
|
|
2556
2992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2557
2993
|
...props
|
|
2558
2994
|
},
|
|
2559
|
-
/* @__PURE__ */
|
|
2995
|
+
/* @__PURE__ */ React56.createElement(
|
|
2560
2996
|
"path",
|
|
2561
2997
|
{
|
|
2562
2998
|
d: "M14 13C13.1667 13 12.4583 12.7083 11.875 12.125C11.2917 11.5417 11 10.8333 11 10C11 9.16667 11.2917 8.45833 11.875 7.875C12.4583 7.29167 13.1667 7 14 7C14.8333 7 15.5417 7.29167 16.125 7.875C16.7083 8.45833 17 9.16667 17 10C17 10.8333 16.7083 11.5417 16.125 12.125C15.5417 12.7083 14.8333 13 14 13ZM7 16C6.45 16 5.97917 15.8042 5.5875 15.4125C5.19583 15.0208 5 14.55 5 14V6C5 5.45 5.19583 4.97917 5.5875 4.5875C5.97917 4.19583 6.45 4 7 4H21C21.55 4 22.0208 4.19583 22.4125 4.5875C22.8042 4.97917 23 5.45 23 6V14C23 14.55 22.8042 15.0208 22.4125 15.4125C22.0208 15.8042 21.55 16 21 16H7ZM9 14H19C19 13.45 19.1958 12.9792 19.5875 12.5875C19.9792 12.1958 20.45 12 21 12V8C20.45 8 19.9792 7.80417 19.5875 7.4125C19.1958 7.02083 19 6.55 19 6H9C9 6.55 8.80417 7.02083 8.4125 7.4125C8.02083 7.80417 7.55 8 7 8V12C7.55 12 8.02083 12.1958 8.4125 12.5875C8.80417 12.9792 9 13.45 9 14ZM20 20H3C2.45 20 1.97917 19.8042 1.5875 19.4125C1.19583 19.0208 1 18.55 1 18V7H3V18H20V20Z",
|
|
@@ -2569,12 +3005,104 @@ var init_Payments = __esm({
|
|
|
2569
3005
|
}
|
|
2570
3006
|
});
|
|
2571
3007
|
|
|
3008
|
+
// src/react/PencilLine.tsx
|
|
3009
|
+
var PencilLine_exports = {};
|
|
3010
|
+
__export(PencilLine_exports, {
|
|
3011
|
+
default: () => PencilLine_default
|
|
3012
|
+
});
|
|
3013
|
+
import * as React57 from "react";
|
|
3014
|
+
var SvgPencilLine, PencilLine_default;
|
|
3015
|
+
var init_PencilLine = __esm({
|
|
3016
|
+
"src/react/PencilLine.tsx"() {
|
|
3017
|
+
"use strict";
|
|
3018
|
+
init_types();
|
|
3019
|
+
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
3020
|
+
const sizeValue = resolveSize(size);
|
|
3021
|
+
return /* @__PURE__ */ React57.createElement(
|
|
3022
|
+
"svg",
|
|
3023
|
+
{
|
|
3024
|
+
width: sizeValue,
|
|
3025
|
+
height: sizeValue,
|
|
3026
|
+
viewBox: "0 0 24 24",
|
|
3027
|
+
fill: "none",
|
|
3028
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3029
|
+
...props
|
|
3030
|
+
},
|
|
3031
|
+
/* @__PURE__ */ React57.createElement(
|
|
3032
|
+
"path",
|
|
3033
|
+
{
|
|
3034
|
+
fillRule: "evenodd",
|
|
3035
|
+
clipRule: "evenodd",
|
|
3036
|
+
d: "M11 20C11 19.4477 11.4477 19 12 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H12C11.4477 21 11 20.5523 11 20Z",
|
|
3037
|
+
fill: "currentColor"
|
|
3038
|
+
}
|
|
3039
|
+
),
|
|
3040
|
+
/* @__PURE__ */ React57.createElement(
|
|
3041
|
+
"path",
|
|
3042
|
+
{
|
|
3043
|
+
fillRule: "evenodd",
|
|
3044
|
+
clipRule: "evenodd",
|
|
3045
|
+
d: "M18 3.87866C17.7026 3.87866 17.4174 3.9968 17.2071 4.20709L4.90299 16.5112L4.37439 18.6256L6.48877 18.097L18.7929 5.79288C18.897 5.68875 18.9796 5.56514 19.036 5.42909C19.0923 5.29305 19.1213 5.14724 19.1213 4.99998C19.1213 4.85273 19.0923 4.70692 19.036 4.57087C18.9796 4.43483 18.897 4.31121 18.7929 4.20709C18.6888 4.10296 18.5652 4.02037 18.4291 3.96402C18.2931 3.90767 18.1473 3.87866 18 3.87866ZM15.7929 2.79288C16.3783 2.20751 17.1722 1.87866 18 1.87866C18.4099 1.87866 18.8158 1.9594 19.1945 2.11626C19.5732 2.27312 19.9173 2.50303 20.2071 2.79288C20.497 3.08272 20.7269 3.42681 20.8837 3.8055C21.0406 4.1842 21.1213 4.59008 21.1213 4.99998C21.1213 5.40988 21.0406 5.81576 20.8837 6.19446C20.7269 6.57316 20.497 6.91725 20.2071 7.20709L7.70713 19.7071C7.57897 19.8352 7.41839 19.9262 7.24256 19.9701L3.24256 20.9701C2.90178 21.0553 2.54129 20.9555 2.29291 20.7071C2.04453 20.4587 1.94468 20.0982 2.02988 19.7574L3.02988 15.7574C3.07384 15.5816 3.16476 15.421 3.29291 15.2929L15.7929 2.79288Z",
|
|
3046
|
+
fill: "currentColor"
|
|
3047
|
+
}
|
|
3048
|
+
),
|
|
3049
|
+
/* @__PURE__ */ React57.createElement(
|
|
3050
|
+
"path",
|
|
3051
|
+
{
|
|
3052
|
+
fillRule: "evenodd",
|
|
3053
|
+
clipRule: "evenodd",
|
|
3054
|
+
d: "M14.2929 4.29288C14.6834 3.90235 15.3166 3.90235 15.7071 4.29288L18.7071 7.29288C19.0977 7.6834 19.0977 8.31657 18.7071 8.70709C18.3166 9.09761 17.6834 9.09761 17.2929 8.70709L14.2929 5.70709C13.9024 5.31657 13.9024 4.6834 14.2929 4.29288Z",
|
|
3055
|
+
fill: "currentColor"
|
|
3056
|
+
}
|
|
3057
|
+
)
|
|
3058
|
+
);
|
|
3059
|
+
};
|
|
3060
|
+
PencilLine_default = SvgPencilLine;
|
|
3061
|
+
}
|
|
3062
|
+
});
|
|
3063
|
+
|
|
3064
|
+
// src/react/PhoneLinear.tsx
|
|
3065
|
+
var PhoneLinear_exports = {};
|
|
3066
|
+
__export(PhoneLinear_exports, {
|
|
3067
|
+
default: () => PhoneLinear_default
|
|
3068
|
+
});
|
|
3069
|
+
import * as React58 from "react";
|
|
3070
|
+
var SvgPhoneLinear, PhoneLinear_default;
|
|
3071
|
+
var init_PhoneLinear = __esm({
|
|
3072
|
+
"src/react/PhoneLinear.tsx"() {
|
|
3073
|
+
"use strict";
|
|
3074
|
+
init_types();
|
|
3075
|
+
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
3076
|
+
const sizeValue = resolveSize(size);
|
|
3077
|
+
return /* @__PURE__ */ React58.createElement(
|
|
3078
|
+
"svg",
|
|
3079
|
+
{
|
|
3080
|
+
width: sizeValue,
|
|
3081
|
+
height: sizeValue,
|
|
3082
|
+
viewBox: "0 0 24 24",
|
|
3083
|
+
fill: "none",
|
|
3084
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3085
|
+
...props
|
|
3086
|
+
},
|
|
3087
|
+
/* @__PURE__ */ React58.createElement(
|
|
3088
|
+
"path",
|
|
3089
|
+
{
|
|
3090
|
+
d: "M2.03296 7.0498C2.03301 6.32705 2.16087 5.62378 2.42358 4.9668C2.69267 4.28489 3.11486 3.66908 3.68433 3.13184C4.39753 2.43522 5.24516 2.03418 6.18823 2.03418C6.56349 2.03424 6.9463 2.11459 7.29858 2.28125C7.66527 2.45049 8.00211 2.71079 8.26343 3.08496L10.3669 6.04883C10.5611 6.31906 10.715 6.58748 10.8279 6.86328C10.9416 7.13229 11.0221 7.439 11.0222 7.75684C11.0222 8.15556 10.9049 8.53405 10.7009 8.86914L10.7 8.86816C10.536 9.15169 10.3181 9.42026 10.072 9.66797L9.55444 10.2061C9.68722 10.4205 9.90014 10.714 10.2136 11.085L10.8308 11.7793C11.0394 12.0074 11.2549 12.2359 11.4783 12.4639L12.1843 13.1396C12.4148 13.3537 12.6419 13.5573 12.8699 13.751C13.2453 14.0686 13.5438 14.2787 13.7654 14.4102L14.2761 13.9062C14.5236 13.6592 14.7967 13.4343 15.0935 13.2705L15.2195 13.1992C15.518 13.041 15.845 12.9492 16.2048 12.9492C16.5089 12.9492 16.8058 13.0141 17.0984 13.1338C17.3733 13.2462 17.6383 13.3994 17.8982 13.5762L17.906 13.5811L17.9138 13.5869L20.9138 15.7168C21.2179 15.9288 21.4689 16.1936 21.6443 16.5225L21.7156 16.6689L21.7214 16.6826L21.7273 16.6973C21.8508 17.006 21.9373 17.3467 21.9373 17.7383C21.9372 18.1995 21.8337 18.6658 21.6238 19.1104C21.434 19.5123 21.1859 19.8954 20.8601 20.2549C20.3378 20.8305 19.7416 21.2675 19.0525 21.5508C18.3948 21.8248 17.6879 21.9648 16.9392 21.9648C15.8724 21.9648 14.7643 21.714 13.6316 21.2314C12.5201 20.7579 11.4182 20.1241 10.3357 19.3359L10.3347 19.335C9.25516 18.5464 8.2325 17.6746 7.25854 16.71L7.25269 16.7031C6.28835 15.7294 5.41555 14.7071 4.6355 13.6357L4.63257 13.6318C3.85754 12.5544 3.22319 11.4624 2.75757 10.3662L2.75659 10.3643C2.28356 9.24081 2.03296 8.13301 2.03296 7.0498ZM3.83374 7.0498C3.83374 7.85158 4.01818 8.72047 4.41479 9.66309L4.57397 10.0205C4.9619 10.8577 5.46914 11.7118 6.09058 12.5762L6.36597 12.9473C7.01956 13.8092 7.74178 14.6386 8.53198 15.4365C9.4415 16.3367 10.3924 17.1482 11.3953 17.8809L11.7644 18.1426C12.6253 18.7361 13.4849 19.2123 14.3367 19.5752C15.2888 19.9809 16.1569 20.165 16.9392 20.165C17.4595 20.165 17.931 20.0689 18.3611 19.8896L18.366 19.8877C18.7807 19.7176 19.1623 19.448 19.5271 19.0459C19.7269 18.8253 19.8775 18.5923 19.9958 18.3418C20.0941 18.1337 20.1365 17.9296 20.1365 17.7383C20.1365 17.6275 20.1154 17.52 20.0632 17.3848C20.039 17.3335 19.9937 17.2687 19.8806 17.1904L19.8718 17.1846L16.8787 15.0596C16.6891 14.9312 16.539 14.8498 16.4167 14.7998C16.3109 14.7565 16.2451 14.749 16.2048 14.749C16.1628 14.749 16.1141 14.7568 16.0291 14.8086L16.0037 14.8242L15.9773 14.8379C15.8791 14.8892 15.7346 14.9936 15.5447 15.1836L15.5408 15.1875L14.8523 15.8682L14.8513 15.8672C14.5927 16.1239 14.2516 16.2811 13.8484 16.2812C13.6971 16.2812 13.5095 16.264 13.3054 16.1875L13.2859 16.1807L13.2664 16.1719C13.2224 16.153 13.1818 16.134 13.158 16.123C13.1328 16.1115 13.1238 16.1084 13.1238 16.1084L13.0798 16.0898L13.0369 16.0674C12.6503 15.8627 12.2055 15.5471 11.7078 15.126L11.7058 15.124C11.2021 14.6963 10.7132 14.2355 10.2166 13.748L10.2048 13.7363C9.71738 13.2395 9.26936 12.7446 8.85229 12.2627L8.84546 12.2549C8.43086 11.7649 8.10584 11.3213 7.90015 10.9443L7.86108 10.874L7.83569 10.7979C7.83405 10.7939 7.83126 10.7883 7.82788 10.7803C7.81747 10.7557 7.79565 10.7047 7.77417 10.6475L7.75659 10.5996L7.7439 10.5498C7.7275 10.4842 7.71422 10.417 7.70483 10.3467L7.69019 10.123L7.69604 9.9873C7.72414 9.67259 7.85138 9.37104 8.09839 9.12402L8.77515 8.4209L8.78784 8.4082C8.9646 8.23144 9.08062 8.07757 9.14819 7.95801L9.15503 7.94531L9.16284 7.93262C9.21259 7.85081 9.22241 7.79321 9.22241 7.75684C9.2223 7.73497 9.21389 7.66631 9.16772 7.55859L9.16187 7.54492C9.11221 7.42362 9.03257 7.27691 8.9021 7.0957L8.89819 7.09082L6.79565 4.12598L6.78979 4.11816C6.72557 4.02539 6.64667 3.96211 6.54468 3.91504L6.53296 3.90918C6.43566 3.86248 6.31587 3.83502 6.18823 3.83496C5.79566 3.83496 5.37766 3.99039 4.93335 4.42773L4.91968 4.44141C4.52964 4.80939 4.26353 5.20778 4.09741 5.62988L4.09546 5.63477C3.92328 6.06522 3.83379 6.54018 3.83374 7.0498Z",
|
|
3091
|
+
fill: "currentColor"
|
|
3092
|
+
}
|
|
3093
|
+
)
|
|
3094
|
+
);
|
|
3095
|
+
};
|
|
3096
|
+
PhoneLinear_default = SvgPhoneLinear;
|
|
3097
|
+
}
|
|
3098
|
+
});
|
|
3099
|
+
|
|
2572
3100
|
// src/react/Plus.tsx
|
|
2573
3101
|
var Plus_exports = {};
|
|
2574
3102
|
__export(Plus_exports, {
|
|
2575
3103
|
default: () => Plus_default
|
|
2576
3104
|
});
|
|
2577
|
-
import * as
|
|
3105
|
+
import * as React59 from "react";
|
|
2578
3106
|
var SvgPlus, Plus_default;
|
|
2579
3107
|
var init_Plus = __esm({
|
|
2580
3108
|
"src/react/Plus.tsx"() {
|
|
@@ -2582,7 +3110,7 @@ var init_Plus = __esm({
|
|
|
2582
3110
|
init_types();
|
|
2583
3111
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
2584
3112
|
const sizeValue = resolveSize(size);
|
|
2585
|
-
return /* @__PURE__ */
|
|
3113
|
+
return /* @__PURE__ */ React59.createElement(
|
|
2586
3114
|
"svg",
|
|
2587
3115
|
{
|
|
2588
3116
|
width: sizeValue,
|
|
@@ -2592,7 +3120,7 @@ var init_Plus = __esm({
|
|
|
2592
3120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2593
3121
|
...props
|
|
2594
3122
|
},
|
|
2595
|
-
/* @__PURE__ */
|
|
3123
|
+
/* @__PURE__ */ React59.createElement(
|
|
2596
3124
|
"path",
|
|
2597
3125
|
{
|
|
2598
3126
|
d: "M11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19Z",
|
|
@@ -2610,7 +3138,7 @@ var Promotion_exports = {};
|
|
|
2610
3138
|
__export(Promotion_exports, {
|
|
2611
3139
|
default: () => Promotion_default
|
|
2612
3140
|
});
|
|
2613
|
-
import * as
|
|
3141
|
+
import * as React60 from "react";
|
|
2614
3142
|
var SvgPromotion, Promotion_default;
|
|
2615
3143
|
var init_Promotion = __esm({
|
|
2616
3144
|
"src/react/Promotion.tsx"() {
|
|
@@ -2618,7 +3146,7 @@ var init_Promotion = __esm({
|
|
|
2618
3146
|
init_types();
|
|
2619
3147
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
2620
3148
|
const sizeValue = resolveSize(size);
|
|
2621
|
-
return /* @__PURE__ */
|
|
3149
|
+
return /* @__PURE__ */ React60.createElement(
|
|
2622
3150
|
"svg",
|
|
2623
3151
|
{
|
|
2624
3152
|
width: sizeValue,
|
|
@@ -2628,7 +3156,7 @@ var init_Promotion = __esm({
|
|
|
2628
3156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2629
3157
|
...props
|
|
2630
3158
|
},
|
|
2631
|
-
/* @__PURE__ */
|
|
3159
|
+
/* @__PURE__ */ React60.createElement(
|
|
2632
3160
|
"path",
|
|
2633
3161
|
{
|
|
2634
3162
|
fillRule: "evenodd",
|
|
@@ -2637,7 +3165,7 @@ var init_Promotion = __esm({
|
|
|
2637
3165
|
fill: "currentColor"
|
|
2638
3166
|
}
|
|
2639
3167
|
),
|
|
2640
|
-
/* @__PURE__ */
|
|
3168
|
+
/* @__PURE__ */ React60.createElement(
|
|
2641
3169
|
"path",
|
|
2642
3170
|
{
|
|
2643
3171
|
fillRule: "evenodd",
|
|
@@ -2646,7 +3174,7 @@ var init_Promotion = __esm({
|
|
|
2646
3174
|
fill: "currentColor"
|
|
2647
3175
|
}
|
|
2648
3176
|
),
|
|
2649
|
-
/* @__PURE__ */
|
|
3177
|
+
/* @__PURE__ */ React60.createElement(
|
|
2650
3178
|
"path",
|
|
2651
3179
|
{
|
|
2652
3180
|
fillRule: "evenodd",
|
|
@@ -2655,7 +3183,7 @@ var init_Promotion = __esm({
|
|
|
2655
3183
|
fill: "currentColor"
|
|
2656
3184
|
}
|
|
2657
3185
|
),
|
|
2658
|
-
/* @__PURE__ */
|
|
3186
|
+
/* @__PURE__ */ React60.createElement(
|
|
2659
3187
|
"path",
|
|
2660
3188
|
{
|
|
2661
3189
|
fillRule: "evenodd",
|
|
@@ -2675,7 +3203,7 @@ var PropertiesFilled_exports = {};
|
|
|
2675
3203
|
__export(PropertiesFilled_exports, {
|
|
2676
3204
|
default: () => PropertiesFilled_default
|
|
2677
3205
|
});
|
|
2678
|
-
import * as
|
|
3206
|
+
import * as React61 from "react";
|
|
2679
3207
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
2680
3208
|
var init_PropertiesFilled = __esm({
|
|
2681
3209
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -2683,7 +3211,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2683
3211
|
init_types();
|
|
2684
3212
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
2685
3213
|
const sizeValue = resolveSize(size);
|
|
2686
|
-
return /* @__PURE__ */
|
|
3214
|
+
return /* @__PURE__ */ React61.createElement(
|
|
2687
3215
|
"svg",
|
|
2688
3216
|
{
|
|
2689
3217
|
width: sizeValue,
|
|
@@ -2693,7 +3221,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2693
3221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2694
3222
|
...props
|
|
2695
3223
|
},
|
|
2696
|
-
/* @__PURE__ */
|
|
3224
|
+
/* @__PURE__ */ React61.createElement(
|
|
2697
3225
|
"path",
|
|
2698
3226
|
{
|
|
2699
3227
|
fillRule: "evenodd",
|
|
@@ -2702,7 +3230,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2702
3230
|
fill: "currentColor"
|
|
2703
3231
|
}
|
|
2704
3232
|
),
|
|
2705
|
-
/* @__PURE__ */
|
|
3233
|
+
/* @__PURE__ */ React61.createElement(
|
|
2706
3234
|
"path",
|
|
2707
3235
|
{
|
|
2708
3236
|
fillRule: "evenodd",
|
|
@@ -2711,7 +3239,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2711
3239
|
fill: "currentColor"
|
|
2712
3240
|
}
|
|
2713
3241
|
),
|
|
2714
|
-
/* @__PURE__ */
|
|
3242
|
+
/* @__PURE__ */ React61.createElement(
|
|
2715
3243
|
"path",
|
|
2716
3244
|
{
|
|
2717
3245
|
d: "M16.0356 0.902344C17.6923 0.902608 19.0356 2.24565 19.0356 3.90234V19.999C19.0356 21.6559 17.6915 22.999 16.0347 22.999H8.00049C6.34363 22.999 5.00049 21.6559 5.00049 19.999V3.90234C5.00049 2.24549 6.34363 0.902344 8.00049 0.902344H16.0356ZM10.0005 17C9.4482 17 9.00049 17.4477 9.00049 18C9.00051 18.5523 9.44822 19 10.0005 19H14.0005C14.5525 18.9997 15.0005 18.5521 15.0005 18C15.0005 17.4479 14.5525 17.0003 14.0005 17H10.0005ZM10.0005 13C9.4482 13 9.00049 13.4477 9.00049 14C9.00051 14.5523 9.44822 15 10.0005 15H14.0005C14.5525 14.9997 15.0005 14.5521 15.0005 14C15.0005 13.4479 14.5525 13.0003 14.0005 13H10.0005ZM10.0005 9C9.4482 9 9.00049 9.44771 9.00049 10C9.00051 10.5523 9.44822 11 10.0005 11H14.0005C14.5525 10.9997 15.0005 10.5521 15.0005 10C15.0005 9.44788 14.5525 9.00026 14.0005 9H10.0005ZM10.0005 5C9.4482 5 9.00049 5.44772 9.00049 6C9.00051 6.55226 9.44822 7 10.0005 7H14.0005C14.5525 6.99974 15.0005 6.5521 15.0005 6C15.0005 5.44788 14.5525 5.00026 14.0005 5H10.0005Z",
|
|
@@ -2729,7 +3257,7 @@ var PropertiesLinear_exports = {};
|
|
|
2729
3257
|
__export(PropertiesLinear_exports, {
|
|
2730
3258
|
default: () => PropertiesLinear_default
|
|
2731
3259
|
});
|
|
2732
|
-
import * as
|
|
3260
|
+
import * as React62 from "react";
|
|
2733
3261
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
2734
3262
|
var init_PropertiesLinear = __esm({
|
|
2735
3263
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -2737,7 +3265,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2737
3265
|
init_types();
|
|
2738
3266
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
2739
3267
|
const sizeValue = resolveSize(size);
|
|
2740
|
-
return /* @__PURE__ */
|
|
3268
|
+
return /* @__PURE__ */ React62.createElement(
|
|
2741
3269
|
"svg",
|
|
2742
3270
|
{
|
|
2743
3271
|
width: sizeValue,
|
|
@@ -2747,7 +3275,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2747
3275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2748
3276
|
...props
|
|
2749
3277
|
},
|
|
2750
|
-
/* @__PURE__ */
|
|
3278
|
+
/* @__PURE__ */ React62.createElement(
|
|
2751
3279
|
"path",
|
|
2752
3280
|
{
|
|
2753
3281
|
fillRule: "evenodd",
|
|
@@ -2756,7 +3284,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2756
3284
|
fill: "currentColor"
|
|
2757
3285
|
}
|
|
2758
3286
|
),
|
|
2759
|
-
/* @__PURE__ */
|
|
3287
|
+
/* @__PURE__ */ React62.createElement(
|
|
2760
3288
|
"path",
|
|
2761
3289
|
{
|
|
2762
3290
|
fillRule: "evenodd",
|
|
@@ -2765,7 +3293,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2765
3293
|
fill: "currentColor"
|
|
2766
3294
|
}
|
|
2767
3295
|
),
|
|
2768
|
-
/* @__PURE__ */
|
|
3296
|
+
/* @__PURE__ */ React62.createElement(
|
|
2769
3297
|
"path",
|
|
2770
3298
|
{
|
|
2771
3299
|
fillRule: "evenodd",
|
|
@@ -2774,7 +3302,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2774
3302
|
fill: "currentColor"
|
|
2775
3303
|
}
|
|
2776
3304
|
),
|
|
2777
|
-
/* @__PURE__ */
|
|
3305
|
+
/* @__PURE__ */ React62.createElement(
|
|
2778
3306
|
"path",
|
|
2779
3307
|
{
|
|
2780
3308
|
fillRule: "evenodd",
|
|
@@ -2783,7 +3311,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2783
3311
|
fill: "currentColor"
|
|
2784
3312
|
}
|
|
2785
3313
|
),
|
|
2786
|
-
/* @__PURE__ */
|
|
3314
|
+
/* @__PURE__ */ React62.createElement(
|
|
2787
3315
|
"path",
|
|
2788
3316
|
{
|
|
2789
3317
|
fillRule: "evenodd",
|
|
@@ -2792,7 +3320,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2792
3320
|
fill: "currentColor"
|
|
2793
3321
|
}
|
|
2794
3322
|
),
|
|
2795
|
-
/* @__PURE__ */
|
|
3323
|
+
/* @__PURE__ */ React62.createElement(
|
|
2796
3324
|
"path",
|
|
2797
3325
|
{
|
|
2798
3326
|
fillRule: "evenodd",
|
|
@@ -2801,7 +3329,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2801
3329
|
fill: "currentColor"
|
|
2802
3330
|
}
|
|
2803
3331
|
),
|
|
2804
|
-
/* @__PURE__ */
|
|
3332
|
+
/* @__PURE__ */ React62.createElement(
|
|
2805
3333
|
"path",
|
|
2806
3334
|
{
|
|
2807
3335
|
fillRule: "evenodd",
|
|
@@ -2821,7 +3349,7 @@ var Rent_exports = {};
|
|
|
2821
3349
|
__export(Rent_exports, {
|
|
2822
3350
|
default: () => Rent_default
|
|
2823
3351
|
});
|
|
2824
|
-
import * as
|
|
3352
|
+
import * as React63 from "react";
|
|
2825
3353
|
var SvgRent, Rent_default;
|
|
2826
3354
|
var init_Rent = __esm({
|
|
2827
3355
|
"src/react/Rent.tsx"() {
|
|
@@ -2829,7 +3357,7 @@ var init_Rent = __esm({
|
|
|
2829
3357
|
init_types();
|
|
2830
3358
|
SvgRent = ({ size = 16, ...props }) => {
|
|
2831
3359
|
const sizeValue = resolveSize(size);
|
|
2832
|
-
return /* @__PURE__ */
|
|
3360
|
+
return /* @__PURE__ */ React63.createElement(
|
|
2833
3361
|
"svg",
|
|
2834
3362
|
{
|
|
2835
3363
|
width: sizeValue,
|
|
@@ -2839,7 +3367,7 @@ var init_Rent = __esm({
|
|
|
2839
3367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2840
3368
|
...props
|
|
2841
3369
|
},
|
|
2842
|
-
/* @__PURE__ */
|
|
3370
|
+
/* @__PURE__ */ React63.createElement(
|
|
2843
3371
|
"path",
|
|
2844
3372
|
{
|
|
2845
3373
|
fillRule: "evenodd",
|
|
@@ -2848,7 +3376,7 @@ var init_Rent = __esm({
|
|
|
2848
3376
|
fill: "currentColor"
|
|
2849
3377
|
}
|
|
2850
3378
|
),
|
|
2851
|
-
/* @__PURE__ */
|
|
3379
|
+
/* @__PURE__ */ React63.createElement(
|
|
2852
3380
|
"path",
|
|
2853
3381
|
{
|
|
2854
3382
|
fillRule: "evenodd",
|
|
@@ -2857,7 +3385,7 @@ var init_Rent = __esm({
|
|
|
2857
3385
|
fill: "currentColor"
|
|
2858
3386
|
}
|
|
2859
3387
|
),
|
|
2860
|
-
/* @__PURE__ */
|
|
3388
|
+
/* @__PURE__ */ React63.createElement(
|
|
2861
3389
|
"path",
|
|
2862
3390
|
{
|
|
2863
3391
|
fillRule: "evenodd",
|
|
@@ -2877,7 +3405,7 @@ var Sale_exports = {};
|
|
|
2877
3405
|
__export(Sale_exports, {
|
|
2878
3406
|
default: () => Sale_default
|
|
2879
3407
|
});
|
|
2880
|
-
import * as
|
|
3408
|
+
import * as React64 from "react";
|
|
2881
3409
|
var SvgSale, Sale_default;
|
|
2882
3410
|
var init_Sale = __esm({
|
|
2883
3411
|
"src/react/Sale.tsx"() {
|
|
@@ -2885,7 +3413,7 @@ var init_Sale = __esm({
|
|
|
2885
3413
|
init_types();
|
|
2886
3414
|
SvgSale = ({ size = 16, ...props }) => {
|
|
2887
3415
|
const sizeValue = resolveSize(size);
|
|
2888
|
-
return /* @__PURE__ */
|
|
3416
|
+
return /* @__PURE__ */ React64.createElement(
|
|
2889
3417
|
"svg",
|
|
2890
3418
|
{
|
|
2891
3419
|
width: sizeValue,
|
|
@@ -2895,7 +3423,7 @@ var init_Sale = __esm({
|
|
|
2895
3423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2896
3424
|
...props
|
|
2897
3425
|
},
|
|
2898
|
-
/* @__PURE__ */
|
|
3426
|
+
/* @__PURE__ */ React64.createElement(
|
|
2899
3427
|
"path",
|
|
2900
3428
|
{
|
|
2901
3429
|
fillRule: "evenodd",
|
|
@@ -2904,7 +3432,7 @@ var init_Sale = __esm({
|
|
|
2904
3432
|
fill: "currentColor"
|
|
2905
3433
|
}
|
|
2906
3434
|
),
|
|
2907
|
-
/* @__PURE__ */
|
|
3435
|
+
/* @__PURE__ */ React64.createElement(
|
|
2908
3436
|
"path",
|
|
2909
3437
|
{
|
|
2910
3438
|
fillRule: "evenodd",
|
|
@@ -2913,7 +3441,7 @@ var init_Sale = __esm({
|
|
|
2913
3441
|
fill: "currentColor"
|
|
2914
3442
|
}
|
|
2915
3443
|
),
|
|
2916
|
-
/* @__PURE__ */
|
|
3444
|
+
/* @__PURE__ */ React64.createElement(
|
|
2917
3445
|
"path",
|
|
2918
3446
|
{
|
|
2919
3447
|
fillRule: "evenodd",
|
|
@@ -2933,7 +3461,7 @@ var Search_exports = {};
|
|
|
2933
3461
|
__export(Search_exports, {
|
|
2934
3462
|
default: () => Search_default
|
|
2935
3463
|
});
|
|
2936
|
-
import * as
|
|
3464
|
+
import * as React65 from "react";
|
|
2937
3465
|
var SvgSearch, Search_default;
|
|
2938
3466
|
var init_Search = __esm({
|
|
2939
3467
|
"src/react/Search.tsx"() {
|
|
@@ -2941,7 +3469,7 @@ var init_Search = __esm({
|
|
|
2941
3469
|
init_types();
|
|
2942
3470
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
2943
3471
|
const sizeValue = resolveSize(size);
|
|
2944
|
-
return /* @__PURE__ */
|
|
3472
|
+
return /* @__PURE__ */ React65.createElement(
|
|
2945
3473
|
"svg",
|
|
2946
3474
|
{
|
|
2947
3475
|
width: sizeValue,
|
|
@@ -2951,7 +3479,7 @@ var init_Search = __esm({
|
|
|
2951
3479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2952
3480
|
...props
|
|
2953
3481
|
},
|
|
2954
|
-
/* @__PURE__ */
|
|
3482
|
+
/* @__PURE__ */ React65.createElement(
|
|
2955
3483
|
"path",
|
|
2956
3484
|
{
|
|
2957
3485
|
fillRule: "evenodd",
|
|
@@ -2960,7 +3488,7 @@ var init_Search = __esm({
|
|
|
2960
3488
|
fill: "currentColor"
|
|
2961
3489
|
}
|
|
2962
3490
|
),
|
|
2963
|
-
/* @__PURE__ */
|
|
3491
|
+
/* @__PURE__ */ React65.createElement(
|
|
2964
3492
|
"path",
|
|
2965
3493
|
{
|
|
2966
3494
|
fillRule: "evenodd",
|
|
@@ -2980,7 +3508,7 @@ var SearchX_exports = {};
|
|
|
2980
3508
|
__export(SearchX_exports, {
|
|
2981
3509
|
default: () => SearchX_default
|
|
2982
3510
|
});
|
|
2983
|
-
import * as
|
|
3511
|
+
import * as React66 from "react";
|
|
2984
3512
|
var SvgSearchX, SearchX_default;
|
|
2985
3513
|
var init_SearchX = __esm({
|
|
2986
3514
|
"src/react/SearchX.tsx"() {
|
|
@@ -2988,7 +3516,7 @@ var init_SearchX = __esm({
|
|
|
2988
3516
|
init_types();
|
|
2989
3517
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
2990
3518
|
const sizeValue = resolveSize(size);
|
|
2991
|
-
return /* @__PURE__ */
|
|
3519
|
+
return /* @__PURE__ */ React66.createElement(
|
|
2992
3520
|
"svg",
|
|
2993
3521
|
{
|
|
2994
3522
|
width: sizeValue,
|
|
@@ -2998,7 +3526,7 @@ var init_SearchX = __esm({
|
|
|
2998
3526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2999
3527
|
...props
|
|
3000
3528
|
},
|
|
3001
|
-
/* @__PURE__ */
|
|
3529
|
+
/* @__PURE__ */ React66.createElement(
|
|
3002
3530
|
"path",
|
|
3003
3531
|
{
|
|
3004
3532
|
fillRule: "evenodd",
|
|
@@ -3007,7 +3535,7 @@ var init_SearchX = __esm({
|
|
|
3007
3535
|
fill: "currentColor"
|
|
3008
3536
|
}
|
|
3009
3537
|
),
|
|
3010
|
-
/* @__PURE__ */
|
|
3538
|
+
/* @__PURE__ */ React66.createElement(
|
|
3011
3539
|
"path",
|
|
3012
3540
|
{
|
|
3013
3541
|
fillRule: "evenodd",
|
|
@@ -3016,7 +3544,7 @@ var init_SearchX = __esm({
|
|
|
3016
3544
|
fill: "currentColor"
|
|
3017
3545
|
}
|
|
3018
3546
|
),
|
|
3019
|
-
/* @__PURE__ */
|
|
3547
|
+
/* @__PURE__ */ React66.createElement(
|
|
3020
3548
|
"path",
|
|
3021
3549
|
{
|
|
3022
3550
|
fillRule: "evenodd",
|
|
@@ -3025,7 +3553,7 @@ var init_SearchX = __esm({
|
|
|
3025
3553
|
fill: "currentColor"
|
|
3026
3554
|
}
|
|
3027
3555
|
),
|
|
3028
|
-
/* @__PURE__ */
|
|
3556
|
+
/* @__PURE__ */ React66.createElement(
|
|
3029
3557
|
"path",
|
|
3030
3558
|
{
|
|
3031
3559
|
fillRule: "evenodd",
|
|
@@ -3045,7 +3573,7 @@ var Share_exports = {};
|
|
|
3045
3573
|
__export(Share_exports, {
|
|
3046
3574
|
default: () => Share_default
|
|
3047
3575
|
});
|
|
3048
|
-
import * as
|
|
3576
|
+
import * as React67 from "react";
|
|
3049
3577
|
var SvgShare, Share_default;
|
|
3050
3578
|
var init_Share = __esm({
|
|
3051
3579
|
"src/react/Share.tsx"() {
|
|
@@ -3053,7 +3581,7 @@ var init_Share = __esm({
|
|
|
3053
3581
|
init_types();
|
|
3054
3582
|
SvgShare = ({ size = 16, ...props }) => {
|
|
3055
3583
|
const sizeValue = resolveSize(size);
|
|
3056
|
-
return /* @__PURE__ */
|
|
3584
|
+
return /* @__PURE__ */ React67.createElement(
|
|
3057
3585
|
"svg",
|
|
3058
3586
|
{
|
|
3059
3587
|
width: sizeValue,
|
|
@@ -3063,7 +3591,7 @@ var init_Share = __esm({
|
|
|
3063
3591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3064
3592
|
...props
|
|
3065
3593
|
},
|
|
3066
|
-
/* @__PURE__ */
|
|
3594
|
+
/* @__PURE__ */ React67.createElement(
|
|
3067
3595
|
"path",
|
|
3068
3596
|
{
|
|
3069
3597
|
fillRule: "evenodd",
|
|
@@ -3072,7 +3600,7 @@ var init_Share = __esm({
|
|
|
3072
3600
|
fill: "currentColor"
|
|
3073
3601
|
}
|
|
3074
3602
|
),
|
|
3075
|
-
/* @__PURE__ */
|
|
3603
|
+
/* @__PURE__ */ React67.createElement(
|
|
3076
3604
|
"path",
|
|
3077
3605
|
{
|
|
3078
3606
|
fillRule: "evenodd",
|
|
@@ -3081,7 +3609,7 @@ var init_Share = __esm({
|
|
|
3081
3609
|
fill: "currentColor"
|
|
3082
3610
|
}
|
|
3083
3611
|
),
|
|
3084
|
-
/* @__PURE__ */
|
|
3612
|
+
/* @__PURE__ */ React67.createElement(
|
|
3085
3613
|
"path",
|
|
3086
3614
|
{
|
|
3087
3615
|
fillRule: "evenodd",
|
|
@@ -3101,7 +3629,7 @@ var Size3D_exports = {};
|
|
|
3101
3629
|
__export(Size3D_exports, {
|
|
3102
3630
|
default: () => Size3D_default
|
|
3103
3631
|
});
|
|
3104
|
-
import * as
|
|
3632
|
+
import * as React68 from "react";
|
|
3105
3633
|
var SvgSize3D, Size3D_default;
|
|
3106
3634
|
var init_Size3D = __esm({
|
|
3107
3635
|
"src/react/Size3D.tsx"() {
|
|
@@ -3109,7 +3637,7 @@ var init_Size3D = __esm({
|
|
|
3109
3637
|
init_types();
|
|
3110
3638
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
3111
3639
|
const sizeValue = resolveSize(size);
|
|
3112
|
-
return /* @__PURE__ */
|
|
3640
|
+
return /* @__PURE__ */ React68.createElement(
|
|
3113
3641
|
"svg",
|
|
3114
3642
|
{
|
|
3115
3643
|
width: sizeValue,
|
|
@@ -3119,7 +3647,7 @@ var init_Size3D = __esm({
|
|
|
3119
3647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3120
3648
|
...props
|
|
3121
3649
|
},
|
|
3122
|
-
/* @__PURE__ */
|
|
3650
|
+
/* @__PURE__ */ React68.createElement(
|
|
3123
3651
|
"path",
|
|
3124
3652
|
{
|
|
3125
3653
|
fillRule: "evenodd",
|
|
@@ -3128,7 +3656,7 @@ var init_Size3D = __esm({
|
|
|
3128
3656
|
fill: "currentColor"
|
|
3129
3657
|
}
|
|
3130
3658
|
),
|
|
3131
|
-
/* @__PURE__ */
|
|
3659
|
+
/* @__PURE__ */ React68.createElement(
|
|
3132
3660
|
"path",
|
|
3133
3661
|
{
|
|
3134
3662
|
fillRule: "evenodd",
|
|
@@ -3137,7 +3665,7 @@ var init_Size3D = __esm({
|
|
|
3137
3665
|
fill: "currentColor"
|
|
3138
3666
|
}
|
|
3139
3667
|
),
|
|
3140
|
-
/* @__PURE__ */
|
|
3668
|
+
/* @__PURE__ */ React68.createElement(
|
|
3141
3669
|
"path",
|
|
3142
3670
|
{
|
|
3143
3671
|
fillRule: "evenodd",
|
|
@@ -3146,7 +3674,7 @@ var init_Size3D = __esm({
|
|
|
3146
3674
|
fill: "currentColor"
|
|
3147
3675
|
}
|
|
3148
3676
|
),
|
|
3149
|
-
/* @__PURE__ */
|
|
3677
|
+
/* @__PURE__ */ React68.createElement(
|
|
3150
3678
|
"path",
|
|
3151
3679
|
{
|
|
3152
3680
|
fillRule: "evenodd",
|
|
@@ -3166,7 +3694,7 @@ var Trash2_exports = {};
|
|
|
3166
3694
|
__export(Trash2_exports, {
|
|
3167
3695
|
default: () => Trash2_default
|
|
3168
3696
|
});
|
|
3169
|
-
import * as
|
|
3697
|
+
import * as React69 from "react";
|
|
3170
3698
|
var SvgTrash2, Trash2_default;
|
|
3171
3699
|
var init_Trash2 = __esm({
|
|
3172
3700
|
"src/react/Trash2.tsx"() {
|
|
@@ -3174,7 +3702,7 @@ var init_Trash2 = __esm({
|
|
|
3174
3702
|
init_types();
|
|
3175
3703
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
3176
3704
|
const sizeValue = resolveSize(size);
|
|
3177
|
-
return /* @__PURE__ */
|
|
3705
|
+
return /* @__PURE__ */ React69.createElement(
|
|
3178
3706
|
"svg",
|
|
3179
3707
|
{
|
|
3180
3708
|
width: sizeValue,
|
|
@@ -3184,7 +3712,7 @@ var init_Trash2 = __esm({
|
|
|
3184
3712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3185
3713
|
...props
|
|
3186
3714
|
},
|
|
3187
|
-
/* @__PURE__ */
|
|
3715
|
+
/* @__PURE__ */ React69.createElement(
|
|
3188
3716
|
"path",
|
|
3189
3717
|
{
|
|
3190
3718
|
fillRule: "evenodd",
|
|
@@ -3193,7 +3721,7 @@ var init_Trash2 = __esm({
|
|
|
3193
3721
|
fill: "currentColor"
|
|
3194
3722
|
}
|
|
3195
3723
|
),
|
|
3196
|
-
/* @__PURE__ */
|
|
3724
|
+
/* @__PURE__ */ React69.createElement(
|
|
3197
3725
|
"path",
|
|
3198
3726
|
{
|
|
3199
3727
|
fillRule: "evenodd",
|
|
@@ -3202,7 +3730,7 @@ var init_Trash2 = __esm({
|
|
|
3202
3730
|
fill: "currentColor"
|
|
3203
3731
|
}
|
|
3204
3732
|
),
|
|
3205
|
-
/* @__PURE__ */
|
|
3733
|
+
/* @__PURE__ */ React69.createElement(
|
|
3206
3734
|
"path",
|
|
3207
3735
|
{
|
|
3208
3736
|
fillRule: "evenodd",
|
|
@@ -3211,7 +3739,7 @@ var init_Trash2 = __esm({
|
|
|
3211
3739
|
fill: "currentColor"
|
|
3212
3740
|
}
|
|
3213
3741
|
),
|
|
3214
|
-
/* @__PURE__ */
|
|
3742
|
+
/* @__PURE__ */ React69.createElement(
|
|
3215
3743
|
"path",
|
|
3216
3744
|
{
|
|
3217
3745
|
fillRule: "evenodd",
|
|
@@ -3220,7 +3748,7 @@ var init_Trash2 = __esm({
|
|
|
3220
3748
|
fill: "currentColor"
|
|
3221
3749
|
}
|
|
3222
3750
|
),
|
|
3223
|
-
/* @__PURE__ */
|
|
3751
|
+
/* @__PURE__ */ React69.createElement(
|
|
3224
3752
|
"path",
|
|
3225
3753
|
{
|
|
3226
3754
|
fillRule: "evenodd",
|
|
@@ -3240,7 +3768,7 @@ var User_exports = {};
|
|
|
3240
3768
|
__export(User_exports, {
|
|
3241
3769
|
default: () => User_default
|
|
3242
3770
|
});
|
|
3243
|
-
import * as
|
|
3771
|
+
import * as React70 from "react";
|
|
3244
3772
|
var SvgUser, User_default;
|
|
3245
3773
|
var init_User = __esm({
|
|
3246
3774
|
"src/react/User.tsx"() {
|
|
@@ -3248,7 +3776,7 @@ var init_User = __esm({
|
|
|
3248
3776
|
init_types();
|
|
3249
3777
|
SvgUser = ({ size = 16, ...props }) => {
|
|
3250
3778
|
const sizeValue = resolveSize(size);
|
|
3251
|
-
return /* @__PURE__ */
|
|
3779
|
+
return /* @__PURE__ */ React70.createElement(
|
|
3252
3780
|
"svg",
|
|
3253
3781
|
{
|
|
3254
3782
|
width: sizeValue,
|
|
@@ -3258,7 +3786,7 @@ var init_User = __esm({
|
|
|
3258
3786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3259
3787
|
...props
|
|
3260
3788
|
},
|
|
3261
|
-
/* @__PURE__ */
|
|
3789
|
+
/* @__PURE__ */ React70.createElement(
|
|
3262
3790
|
"path",
|
|
3263
3791
|
{
|
|
3264
3792
|
fillRule: "evenodd",
|
|
@@ -3267,7 +3795,7 @@ var init_User = __esm({
|
|
|
3267
3795
|
fill: "currentColor"
|
|
3268
3796
|
}
|
|
3269
3797
|
),
|
|
3270
|
-
/* @__PURE__ */
|
|
3798
|
+
/* @__PURE__ */ React70.createElement(
|
|
3271
3799
|
"path",
|
|
3272
3800
|
{
|
|
3273
3801
|
fillRule: "evenodd",
|
|
@@ -3287,7 +3815,7 @@ var Whatsapp_exports = {};
|
|
|
3287
3815
|
__export(Whatsapp_exports, {
|
|
3288
3816
|
default: () => Whatsapp_default
|
|
3289
3817
|
});
|
|
3290
|
-
import * as
|
|
3818
|
+
import * as React71 from "react";
|
|
3291
3819
|
var SvgWhatsapp, Whatsapp_default;
|
|
3292
3820
|
var init_Whatsapp = __esm({
|
|
3293
3821
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -3295,7 +3823,7 @@ var init_Whatsapp = __esm({
|
|
|
3295
3823
|
init_types();
|
|
3296
3824
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
3297
3825
|
const sizeValue = resolveSize(size);
|
|
3298
|
-
return /* @__PURE__ */
|
|
3826
|
+
return /* @__PURE__ */ React71.createElement(
|
|
3299
3827
|
"svg",
|
|
3300
3828
|
{
|
|
3301
3829
|
width: sizeValue,
|
|
@@ -3305,7 +3833,7 @@ var init_Whatsapp = __esm({
|
|
|
3305
3833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3306
3834
|
...props
|
|
3307
3835
|
},
|
|
3308
|
-
/* @__PURE__ */
|
|
3836
|
+
/* @__PURE__ */ React71.createElement(
|
|
3309
3837
|
"path",
|
|
3310
3838
|
{
|
|
3311
3839
|
fillRule: "evenodd",
|
|
@@ -3321,6 +3849,7 @@ var init_Whatsapp = __esm({
|
|
|
3321
3849
|
});
|
|
3322
3850
|
|
|
3323
3851
|
// src/react/index.ts
|
|
3852
|
+
init_AddNote();
|
|
3324
3853
|
init_AlertTriangle();
|
|
3325
3854
|
init_ArrowDown();
|
|
3326
3855
|
init_ArrowDownLeft();
|
|
@@ -3334,13 +3863,16 @@ init_ArrowUpRight();
|
|
|
3334
3863
|
init_BedDouble();
|
|
3335
3864
|
init_Bell();
|
|
3336
3865
|
init_Building();
|
|
3866
|
+
init_Calendar();
|
|
3337
3867
|
init_Cancel();
|
|
3338
3868
|
init_CancelCircleSolid();
|
|
3339
3869
|
init_Check();
|
|
3870
|
+
init_CheckCircle2();
|
|
3340
3871
|
init_ChevronDown();
|
|
3341
3872
|
init_ChevronLeft();
|
|
3342
3873
|
init_ChevronRight();
|
|
3343
3874
|
init_ChevronUp();
|
|
3875
|
+
init_Collections();
|
|
3344
3876
|
init_Edit();
|
|
3345
3877
|
init_ExploreFilled();
|
|
3346
3878
|
init_ExploreLinear();
|
|
@@ -3354,11 +3886,13 @@ init_FileLock();
|
|
|
3354
3886
|
init_FileSignature();
|
|
3355
3887
|
init_FileSpreadsheet();
|
|
3356
3888
|
init_FileText();
|
|
3889
|
+
init_Filter();
|
|
3357
3890
|
init_FingerprintAndroid();
|
|
3358
3891
|
init_HelpCircle();
|
|
3359
3892
|
init_HomeFilled();
|
|
3360
3893
|
init_HomeLinear();
|
|
3361
3894
|
init_IconSlot();
|
|
3895
|
+
init_Info();
|
|
3362
3896
|
init_Keys01();
|
|
3363
3897
|
init_LeadsFilled();
|
|
3364
3898
|
init_LeadsLinear();
|
|
@@ -3366,9 +3900,13 @@ init_Lock();
|
|
|
3366
3900
|
init_Logout();
|
|
3367
3901
|
init_Mail();
|
|
3368
3902
|
init_MapPin();
|
|
3903
|
+
init_MoreHorizontal();
|
|
3369
3904
|
init_Mortgage();
|
|
3370
3905
|
init_Note();
|
|
3906
|
+
init_Notes();
|
|
3371
3907
|
init_Payments();
|
|
3908
|
+
init_PencilLine();
|
|
3909
|
+
init_PhoneLinear();
|
|
3372
3910
|
init_Plus();
|
|
3373
3911
|
init_Promotion();
|
|
3374
3912
|
init_PropertiesFilled();
|
|
@@ -3384,9 +3922,11 @@ init_User();
|
|
|
3384
3922
|
init_Whatsapp();
|
|
3385
3923
|
|
|
3386
3924
|
// src/react/Icon.tsx
|
|
3387
|
-
import * as
|
|
3925
|
+
import * as React72 from "react";
|
|
3388
3926
|
function loadIcon(name) {
|
|
3389
3927
|
switch (name) {
|
|
3928
|
+
case "add-note":
|
|
3929
|
+
return Promise.resolve().then(() => (init_AddNote(), AddNote_exports)).then((m) => m.default);
|
|
3390
3930
|
case "alert-triangle":
|
|
3391
3931
|
return Promise.resolve().then(() => (init_AlertTriangle(), AlertTriangle_exports)).then((m) => m.default);
|
|
3392
3932
|
case "arrow-down":
|
|
@@ -3413,12 +3953,16 @@ function loadIcon(name) {
|
|
|
3413
3953
|
return Promise.resolve().then(() => (init_Bell(), Bell_exports)).then((m) => m.default);
|
|
3414
3954
|
case "building":
|
|
3415
3955
|
return Promise.resolve().then(() => (init_Building(), Building_exports)).then((m) => m.default);
|
|
3956
|
+
case "calendar":
|
|
3957
|
+
return Promise.resolve().then(() => (init_Calendar(), Calendar_exports)).then((m) => m.default);
|
|
3416
3958
|
case "cancel":
|
|
3417
3959
|
return Promise.resolve().then(() => (init_Cancel(), Cancel_exports)).then((m) => m.default);
|
|
3418
3960
|
case "cancel-circle-solid":
|
|
3419
3961
|
return Promise.resolve().then(() => (init_CancelCircleSolid(), CancelCircleSolid_exports)).then((m) => m.default);
|
|
3420
3962
|
case "check":
|
|
3421
3963
|
return Promise.resolve().then(() => (init_Check(), Check_exports)).then((m) => m.default);
|
|
3964
|
+
case "check-circle2":
|
|
3965
|
+
return Promise.resolve().then(() => (init_CheckCircle2(), CheckCircle2_exports)).then((m) => m.default);
|
|
3422
3966
|
case "chevron-down":
|
|
3423
3967
|
return Promise.resolve().then(() => (init_ChevronDown(), ChevronDown_exports)).then((m) => m.default);
|
|
3424
3968
|
case "chevron-left":
|
|
@@ -3427,6 +3971,8 @@ function loadIcon(name) {
|
|
|
3427
3971
|
return Promise.resolve().then(() => (init_ChevronRight(), ChevronRight_exports)).then((m) => m.default);
|
|
3428
3972
|
case "chevron-up":
|
|
3429
3973
|
return Promise.resolve().then(() => (init_ChevronUp(), ChevronUp_exports)).then((m) => m.default);
|
|
3974
|
+
case "collections":
|
|
3975
|
+
return Promise.resolve().then(() => (init_Collections(), Collections_exports)).then((m) => m.default);
|
|
3430
3976
|
case "edit":
|
|
3431
3977
|
return Promise.resolve().then(() => (init_Edit(), Edit_exports)).then((m) => m.default);
|
|
3432
3978
|
case "explore-filled":
|
|
@@ -3453,6 +3999,8 @@ function loadIcon(name) {
|
|
|
3453
3999
|
return Promise.resolve().then(() => (init_FileSpreadsheet(), FileSpreadsheet_exports)).then((m) => m.default);
|
|
3454
4000
|
case "file-text":
|
|
3455
4001
|
return Promise.resolve().then(() => (init_FileText(), FileText_exports)).then((m) => m.default);
|
|
4002
|
+
case "filter":
|
|
4003
|
+
return Promise.resolve().then(() => (init_Filter(), Filter_exports)).then((m) => m.default);
|
|
3456
4004
|
case "fingerprint-android":
|
|
3457
4005
|
return Promise.resolve().then(() => (init_FingerprintAndroid(), FingerprintAndroid_exports)).then((m) => m.default);
|
|
3458
4006
|
case "help-circle":
|
|
@@ -3463,6 +4011,8 @@ function loadIcon(name) {
|
|
|
3463
4011
|
return Promise.resolve().then(() => (init_HomeLinear(), HomeLinear_exports)).then((m) => m.default);
|
|
3464
4012
|
case "icon-slot":
|
|
3465
4013
|
return Promise.resolve().then(() => (init_IconSlot(), IconSlot_exports)).then((m) => m.default);
|
|
4014
|
+
case "info":
|
|
4015
|
+
return Promise.resolve().then(() => (init_Info(), Info_exports)).then((m) => m.default);
|
|
3466
4016
|
case "keys01":
|
|
3467
4017
|
return Promise.resolve().then(() => (init_Keys01(), Keys01_exports)).then((m) => m.default);
|
|
3468
4018
|
case "leads-filled":
|
|
@@ -3477,12 +4027,20 @@ function loadIcon(name) {
|
|
|
3477
4027
|
return Promise.resolve().then(() => (init_Mail(), Mail_exports)).then((m) => m.default);
|
|
3478
4028
|
case "map-pin":
|
|
3479
4029
|
return Promise.resolve().then(() => (init_MapPin(), MapPin_exports)).then((m) => m.default);
|
|
4030
|
+
case "more-horizontal":
|
|
4031
|
+
return Promise.resolve().then(() => (init_MoreHorizontal(), MoreHorizontal_exports)).then((m) => m.default);
|
|
3480
4032
|
case "mortgage":
|
|
3481
4033
|
return Promise.resolve().then(() => (init_Mortgage(), Mortgage_exports)).then((m) => m.default);
|
|
3482
4034
|
case "note":
|
|
3483
4035
|
return Promise.resolve().then(() => (init_Note(), Note_exports)).then((m) => m.default);
|
|
4036
|
+
case "notes":
|
|
4037
|
+
return Promise.resolve().then(() => (init_Notes(), Notes_exports)).then((m) => m.default);
|
|
3484
4038
|
case "payments":
|
|
3485
4039
|
return Promise.resolve().then(() => (init_Payments(), Payments_exports)).then((m) => m.default);
|
|
4040
|
+
case "pencil-line":
|
|
4041
|
+
return Promise.resolve().then(() => (init_PencilLine(), PencilLine_exports)).then((m) => m.default);
|
|
4042
|
+
case "phone-linear":
|
|
4043
|
+
return Promise.resolve().then(() => (init_PhoneLinear(), PhoneLinear_exports)).then((m) => m.default);
|
|
3486
4044
|
case "plus":
|
|
3487
4045
|
return Promise.resolve().then(() => (init_Plus(), Plus_exports)).then((m) => m.default);
|
|
3488
4046
|
case "promotion":
|
|
@@ -3514,10 +4072,10 @@ function loadIcon(name) {
|
|
|
3514
4072
|
}
|
|
3515
4073
|
}
|
|
3516
4074
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
3517
|
-
const [IconComponent, setIconComponent] =
|
|
3518
|
-
const [loading, setLoading] =
|
|
3519
|
-
const [error, setError] =
|
|
3520
|
-
|
|
4075
|
+
const [IconComponent, setIconComponent] = React72.useState(null);
|
|
4076
|
+
const [loading, setLoading] = React72.useState(true);
|
|
4077
|
+
const [error, setError] = React72.useState(null);
|
|
4078
|
+
React72.useEffect(() => {
|
|
3521
4079
|
setLoading(true);
|
|
3522
4080
|
setError(null);
|
|
3523
4081
|
loadIcon(name).then((Component) => {
|
|
@@ -3536,13 +4094,14 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
3536
4094
|
return null;
|
|
3537
4095
|
}
|
|
3538
4096
|
const style = color ? { ...props.style, color } : props.style;
|
|
3539
|
-
return /* @__PURE__ */
|
|
4097
|
+
return /* @__PURE__ */ React72.createElement(IconComponent, { size, ...props, style });
|
|
3540
4098
|
};
|
|
3541
4099
|
var Icon_default = Icon;
|
|
3542
4100
|
|
|
3543
4101
|
// src/react/index.ts
|
|
3544
4102
|
init_types();
|
|
3545
4103
|
export {
|
|
4104
|
+
AddNote_default as AddNote,
|
|
3546
4105
|
AlertTriangle_default as AlertTriangle,
|
|
3547
4106
|
ArrowDown_default as ArrowDown,
|
|
3548
4107
|
ArrowDownLeft_default as ArrowDownLeft,
|
|
@@ -3556,13 +4115,16 @@ export {
|
|
|
3556
4115
|
BedDouble_default as BedDouble,
|
|
3557
4116
|
Bell_default as Bell,
|
|
3558
4117
|
Building_default as Building,
|
|
4118
|
+
Calendar_default as Calendar,
|
|
3559
4119
|
Cancel_default as Cancel,
|
|
3560
4120
|
CancelCircleSolid_default as CancelCircleSolid,
|
|
3561
4121
|
Check_default as Check,
|
|
4122
|
+
CheckCircle2_default as CheckCircle2,
|
|
3562
4123
|
ChevronDown_default as ChevronDown,
|
|
3563
4124
|
ChevronLeft_default as ChevronLeft,
|
|
3564
4125
|
ChevronRight_default as ChevronRight,
|
|
3565
4126
|
ChevronUp_default as ChevronUp,
|
|
4127
|
+
Collections_default as Collections,
|
|
3566
4128
|
Edit_default as Edit,
|
|
3567
4129
|
ExploreFilled_default as ExploreFilled,
|
|
3568
4130
|
ExploreLinear_default as ExploreLinear,
|
|
@@ -3576,6 +4138,7 @@ export {
|
|
|
3576
4138
|
FileSignature_default as FileSignature,
|
|
3577
4139
|
FileSpreadsheet_default as FileSpreadsheet,
|
|
3578
4140
|
FileText_default as FileText,
|
|
4141
|
+
Filter_default as Filter,
|
|
3579
4142
|
FingerprintAndroid_default as FingerprintAndroid,
|
|
3580
4143
|
HelpCircle_default as HelpCircle,
|
|
3581
4144
|
HomeFilled_default as HomeFilled,
|
|
@@ -3583,6 +4146,7 @@ export {
|
|
|
3583
4146
|
ICON_SIZES,
|
|
3584
4147
|
Icon_default as Icon,
|
|
3585
4148
|
IconSlot_default as IconSlot,
|
|
4149
|
+
Info_default as Info,
|
|
3586
4150
|
Keys01_default as Keys01,
|
|
3587
4151
|
LeadsFilled_default as LeadsFilled,
|
|
3588
4152
|
LeadsLinear_default as LeadsLinear,
|
|
@@ -3590,9 +4154,13 @@ export {
|
|
|
3590
4154
|
Logout_default as Logout,
|
|
3591
4155
|
Mail_default as Mail,
|
|
3592
4156
|
MapPin_default as MapPin,
|
|
4157
|
+
MoreHorizontal_default as MoreHorizontal,
|
|
3593
4158
|
Mortgage_default as Mortgage,
|
|
3594
4159
|
Note_default as Note,
|
|
4160
|
+
Notes_default as Notes,
|
|
3595
4161
|
Payments_default as Payments,
|
|
4162
|
+
PencilLine_default as PencilLine,
|
|
4163
|
+
PhoneLinear_default as PhoneLinear,
|
|
3596
4164
|
Plus_default as Plus,
|
|
3597
4165
|
Promotion_default as Promotion,
|
|
3598
4166
|
PropertiesFilled_default as PropertiesFilled,
|