huspy-icons 0.3.19 → 0.3.20
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 +79 -82
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +75 -76
- package/dist/fonts/HuspyIcons.ts +75 -78
- 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 +75 -76
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +2 -4
- package/dist/react/index.d.ts +2 -4
- package/dist/react/index.js +299 -398
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +254 -353
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +76 -77
- package/src/react/Icon.tsx +1 -4
- package/src/react/index.ts +0 -1
- package/src/react/index.tsx +0 -1
- package/src/react/Loading.tsx +0 -75
package/dist/react/index.js
CHANGED
|
@@ -4237,115 +4237,20 @@ var init_Lift = __esm({
|
|
|
4237
4237
|
}
|
|
4238
4238
|
});
|
|
4239
4239
|
|
|
4240
|
-
// src/react/Loading.tsx
|
|
4241
|
-
var Loading_exports = {};
|
|
4242
|
-
__export(Loading_exports, {
|
|
4243
|
-
default: () => Loading_default
|
|
4244
|
-
});
|
|
4245
|
-
var React76, SvgLoading, Loading_default;
|
|
4246
|
-
var init_Loading = __esm({
|
|
4247
|
-
"src/react/Loading.tsx"() {
|
|
4248
|
-
"use strict";
|
|
4249
|
-
React76 = __toESM(require("react"));
|
|
4250
|
-
init_types();
|
|
4251
|
-
SvgLoading = ({ size = 16, ...props }) => {
|
|
4252
|
-
const sizeValue = resolveSize(size);
|
|
4253
|
-
return /* @__PURE__ */ React76.createElement(
|
|
4254
|
-
"svg",
|
|
4255
|
-
{
|
|
4256
|
-
width: sizeValue,
|
|
4257
|
-
height: sizeValue,
|
|
4258
|
-
viewBox: "0 0 24 24",
|
|
4259
|
-
fill: "none",
|
|
4260
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4261
|
-
...props
|
|
4262
|
-
},
|
|
4263
|
-
/* @__PURE__ */ React76.createElement("g", { clipPath: "url(#clip0_11835_31975)" }, /* @__PURE__ */ React76.createElement(
|
|
4264
|
-
"path",
|
|
4265
|
-
{
|
|
4266
|
-
fillRule: "evenodd",
|
|
4267
|
-
clipRule: "evenodd",
|
|
4268
|
-
d: "M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1Z",
|
|
4269
|
-
fill: "currentColor"
|
|
4270
|
-
}
|
|
4271
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4272
|
-
"path",
|
|
4273
|
-
{
|
|
4274
|
-
fillRule: "evenodd",
|
|
4275
|
-
clipRule: "evenodd",
|
|
4276
|
-
d: "M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z",
|
|
4277
|
-
fill: "currentColor"
|
|
4278
|
-
}
|
|
4279
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4280
|
-
"path",
|
|
4281
|
-
{
|
|
4282
|
-
fillRule: "evenodd",
|
|
4283
|
-
clipRule: "evenodd",
|
|
4284
|
-
d: "M4.22289 4.22289C4.61342 3.83237 5.24658 3.83237 5.63711 4.22289L8.46711 7.05289C8.85763 7.44342 8.85763 8.07658 8.46711 8.46711C8.07658 8.85763 7.44342 8.85763 7.05289 8.46711L4.22289 5.63711C3.83237 5.24658 3.83237 4.61342 4.22289 4.22289Z",
|
|
4285
|
-
fill: "currentColor"
|
|
4286
|
-
}
|
|
4287
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4288
|
-
"path",
|
|
4289
|
-
{
|
|
4290
|
-
fillRule: "evenodd",
|
|
4291
|
-
clipRule: "evenodd",
|
|
4292
|
-
d: "M15.5329 15.5329C15.9234 15.1424 16.5566 15.1424 16.9471 15.5329L19.7771 18.3629C20.1676 18.7534 20.1676 19.3866 19.7771 19.7771C19.3866 20.1676 18.7534 20.1676 18.3629 19.7771L15.5329 16.9471C15.1424 16.5566 15.1424 15.9234 15.5329 15.5329Z",
|
|
4293
|
-
fill: "currentColor"
|
|
4294
|
-
}
|
|
4295
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4296
|
-
"path",
|
|
4297
|
-
{
|
|
4298
|
-
fillRule: "evenodd",
|
|
4299
|
-
clipRule: "evenodd",
|
|
4300
|
-
d: "M1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12Z",
|
|
4301
|
-
fill: "currentColor"
|
|
4302
|
-
}
|
|
4303
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4304
|
-
"path",
|
|
4305
|
-
{
|
|
4306
|
-
fillRule: "evenodd",
|
|
4307
|
-
clipRule: "evenodd",
|
|
4308
|
-
d: "M17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12Z",
|
|
4309
|
-
fill: "currentColor"
|
|
4310
|
-
}
|
|
4311
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4312
|
-
"path",
|
|
4313
|
-
{
|
|
4314
|
-
fillRule: "evenodd",
|
|
4315
|
-
clipRule: "evenodd",
|
|
4316
|
-
d: "M8.46711 15.5329C8.85763 15.9234 8.85763 16.5566 8.46711 16.9471L5.63711 19.7771C5.24658 20.1676 4.61342 20.1676 4.22289 19.7771C3.83237 19.3866 3.83237 18.7534 4.22289 18.3629L7.05289 15.5329C7.44342 15.1424 8.07658 15.1424 8.46711 15.5329Z",
|
|
4317
|
-
fill: "currentColor"
|
|
4318
|
-
}
|
|
4319
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4320
|
-
"path",
|
|
4321
|
-
{
|
|
4322
|
-
fillRule: "evenodd",
|
|
4323
|
-
clipRule: "evenodd",
|
|
4324
|
-
d: "M19.7771 4.22289C20.1676 4.61342 20.1676 5.24658 19.7771 5.63711L16.9471 8.46711C16.5566 8.85763 15.9234 8.85763 15.5329 8.46711C15.1424 8.07658 15.1424 7.44342 15.5329 7.05289L18.3629 4.22289C18.7534 3.83237 19.3866 3.83237 19.7771 4.22289Z",
|
|
4325
|
-
fill: "currentColor"
|
|
4326
|
-
}
|
|
4327
|
-
)),
|
|
4328
|
-
/* @__PURE__ */ React76.createElement("defs", null, /* @__PURE__ */ React76.createElement("clipPath", { id: "clip0_11835_31975" }, /* @__PURE__ */ React76.createElement("rect", { width: 24, height: 24, fill: "currentColor" })))
|
|
4329
|
-
);
|
|
4330
|
-
};
|
|
4331
|
-
Loading_default = SvgLoading;
|
|
4332
|
-
}
|
|
4333
|
-
});
|
|
4334
|
-
|
|
4335
4240
|
// src/react/Lock.tsx
|
|
4336
4241
|
var Lock_exports = {};
|
|
4337
4242
|
__export(Lock_exports, {
|
|
4338
4243
|
default: () => Lock_default
|
|
4339
4244
|
});
|
|
4340
|
-
var
|
|
4245
|
+
var React76, SvgLock, Lock_default;
|
|
4341
4246
|
var init_Lock = __esm({
|
|
4342
4247
|
"src/react/Lock.tsx"() {
|
|
4343
4248
|
"use strict";
|
|
4344
|
-
|
|
4249
|
+
React76 = __toESM(require("react"));
|
|
4345
4250
|
init_types();
|
|
4346
4251
|
SvgLock = ({ size = 16, ...props }) => {
|
|
4347
4252
|
const sizeValue = resolveSize(size);
|
|
4348
|
-
return /* @__PURE__ */
|
|
4253
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4349
4254
|
"svg",
|
|
4350
4255
|
{
|
|
4351
4256
|
width: sizeValue,
|
|
@@ -4355,7 +4260,7 @@ var init_Lock = __esm({
|
|
|
4355
4260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4356
4261
|
...props
|
|
4357
4262
|
},
|
|
4358
|
-
/* @__PURE__ */
|
|
4263
|
+
/* @__PURE__ */ React76.createElement(
|
|
4359
4264
|
"path",
|
|
4360
4265
|
{
|
|
4361
4266
|
fillRule: "evenodd",
|
|
@@ -4364,7 +4269,7 @@ var init_Lock = __esm({
|
|
|
4364
4269
|
fill: "currentColor"
|
|
4365
4270
|
}
|
|
4366
4271
|
),
|
|
4367
|
-
/* @__PURE__ */
|
|
4272
|
+
/* @__PURE__ */ React76.createElement(
|
|
4368
4273
|
"path",
|
|
4369
4274
|
{
|
|
4370
4275
|
fillRule: "evenodd",
|
|
@@ -4384,15 +4289,15 @@ var Loft_exports = {};
|
|
|
4384
4289
|
__export(Loft_exports, {
|
|
4385
4290
|
default: () => Loft_default
|
|
4386
4291
|
});
|
|
4387
|
-
var
|
|
4292
|
+
var React77, SvgLoft, Loft_default;
|
|
4388
4293
|
var init_Loft = __esm({
|
|
4389
4294
|
"src/react/Loft.tsx"() {
|
|
4390
4295
|
"use strict";
|
|
4391
|
-
|
|
4296
|
+
React77 = __toESM(require("react"));
|
|
4392
4297
|
init_types();
|
|
4393
4298
|
SvgLoft = ({ size = 16, ...props }) => {
|
|
4394
4299
|
const sizeValue = resolveSize(size);
|
|
4395
|
-
return /* @__PURE__ */
|
|
4300
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4396
4301
|
"svg",
|
|
4397
4302
|
{
|
|
4398
4303
|
width: sizeValue,
|
|
@@ -4402,7 +4307,7 @@ var init_Loft = __esm({
|
|
|
4402
4307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4403
4308
|
...props
|
|
4404
4309
|
},
|
|
4405
|
-
/* @__PURE__ */
|
|
4310
|
+
/* @__PURE__ */ React77.createElement(
|
|
4406
4311
|
"path",
|
|
4407
4312
|
{
|
|
4408
4313
|
fillRule: "evenodd",
|
|
@@ -4411,7 +4316,7 @@ var init_Loft = __esm({
|
|
|
4411
4316
|
fill: "currentColor"
|
|
4412
4317
|
}
|
|
4413
4318
|
),
|
|
4414
|
-
/* @__PURE__ */
|
|
4319
|
+
/* @__PURE__ */ React77.createElement(
|
|
4415
4320
|
"path",
|
|
4416
4321
|
{
|
|
4417
4322
|
fillRule: "evenodd",
|
|
@@ -4420,7 +4325,7 @@ var init_Loft = __esm({
|
|
|
4420
4325
|
fill: "currentColor"
|
|
4421
4326
|
}
|
|
4422
4327
|
),
|
|
4423
|
-
/* @__PURE__ */
|
|
4328
|
+
/* @__PURE__ */ React77.createElement(
|
|
4424
4329
|
"path",
|
|
4425
4330
|
{
|
|
4426
4331
|
fillRule: "evenodd",
|
|
@@ -4429,7 +4334,7 @@ var init_Loft = __esm({
|
|
|
4429
4334
|
fill: "currentColor"
|
|
4430
4335
|
}
|
|
4431
4336
|
),
|
|
4432
|
-
/* @__PURE__ */
|
|
4337
|
+
/* @__PURE__ */ React77.createElement(
|
|
4433
4338
|
"path",
|
|
4434
4339
|
{
|
|
4435
4340
|
fillRule: "evenodd",
|
|
@@ -4438,7 +4343,7 @@ var init_Loft = __esm({
|
|
|
4438
4343
|
fill: "currentColor"
|
|
4439
4344
|
}
|
|
4440
4345
|
),
|
|
4441
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ React77.createElement(
|
|
4442
4347
|
"path",
|
|
4443
4348
|
{
|
|
4444
4349
|
fillRule: "evenodd",
|
|
@@ -4447,7 +4352,7 @@ var init_Loft = __esm({
|
|
|
4447
4352
|
fill: "currentColor"
|
|
4448
4353
|
}
|
|
4449
4354
|
),
|
|
4450
|
-
/* @__PURE__ */
|
|
4355
|
+
/* @__PURE__ */ React77.createElement(
|
|
4451
4356
|
"path",
|
|
4452
4357
|
{
|
|
4453
4358
|
fillRule: "evenodd",
|
|
@@ -4456,7 +4361,7 @@ var init_Loft = __esm({
|
|
|
4456
4361
|
fill: "currentColor"
|
|
4457
4362
|
}
|
|
4458
4363
|
),
|
|
4459
|
-
/* @__PURE__ */
|
|
4364
|
+
/* @__PURE__ */ React77.createElement(
|
|
4460
4365
|
"path",
|
|
4461
4366
|
{
|
|
4462
4367
|
fillRule: "evenodd",
|
|
@@ -4465,7 +4370,7 @@ var init_Loft = __esm({
|
|
|
4465
4370
|
fill: "currentColor"
|
|
4466
4371
|
}
|
|
4467
4372
|
),
|
|
4468
|
-
/* @__PURE__ */
|
|
4373
|
+
/* @__PURE__ */ React77.createElement(
|
|
4469
4374
|
"path",
|
|
4470
4375
|
{
|
|
4471
4376
|
fillRule: "evenodd",
|
|
@@ -4485,15 +4390,15 @@ var Logout_exports = {};
|
|
|
4485
4390
|
__export(Logout_exports, {
|
|
4486
4391
|
default: () => Logout_default
|
|
4487
4392
|
});
|
|
4488
|
-
var
|
|
4393
|
+
var React78, SvgLogout, Logout_default;
|
|
4489
4394
|
var init_Logout = __esm({
|
|
4490
4395
|
"src/react/Logout.tsx"() {
|
|
4491
4396
|
"use strict";
|
|
4492
|
-
|
|
4397
|
+
React78 = __toESM(require("react"));
|
|
4493
4398
|
init_types();
|
|
4494
4399
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
4495
4400
|
const sizeValue = resolveSize(size);
|
|
4496
|
-
return /* @__PURE__ */
|
|
4401
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4497
4402
|
"svg",
|
|
4498
4403
|
{
|
|
4499
4404
|
width: sizeValue,
|
|
@@ -4503,7 +4408,7 @@ var init_Logout = __esm({
|
|
|
4503
4408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4504
4409
|
...props
|
|
4505
4410
|
},
|
|
4506
|
-
/* @__PURE__ */
|
|
4411
|
+
/* @__PURE__ */ React78.createElement(
|
|
4507
4412
|
"path",
|
|
4508
4413
|
{
|
|
4509
4414
|
fillRule: "evenodd",
|
|
@@ -4512,7 +4417,7 @@ var init_Logout = __esm({
|
|
|
4512
4417
|
fill: "currentColor"
|
|
4513
4418
|
}
|
|
4514
4419
|
),
|
|
4515
|
-
/* @__PURE__ */
|
|
4420
|
+
/* @__PURE__ */ React78.createElement(
|
|
4516
4421
|
"path",
|
|
4517
4422
|
{
|
|
4518
4423
|
fillRule: "evenodd",
|
|
@@ -4521,7 +4426,7 @@ var init_Logout = __esm({
|
|
|
4521
4426
|
fill: "currentColor"
|
|
4522
4427
|
}
|
|
4523
4428
|
),
|
|
4524
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ React78.createElement(
|
|
4525
4430
|
"path",
|
|
4526
4431
|
{
|
|
4527
4432
|
fillRule: "evenodd",
|
|
@@ -4541,15 +4446,15 @@ var MagicWand_exports = {};
|
|
|
4541
4446
|
__export(MagicWand_exports, {
|
|
4542
4447
|
default: () => MagicWand_default
|
|
4543
4448
|
});
|
|
4544
|
-
var
|
|
4449
|
+
var React79, SvgMagicWand, MagicWand_default;
|
|
4545
4450
|
var init_MagicWand = __esm({
|
|
4546
4451
|
"src/react/MagicWand.tsx"() {
|
|
4547
4452
|
"use strict";
|
|
4548
|
-
|
|
4453
|
+
React79 = __toESM(require("react"));
|
|
4549
4454
|
init_types();
|
|
4550
4455
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
4551
4456
|
const sizeValue = resolveSize(size);
|
|
4552
|
-
return /* @__PURE__ */
|
|
4457
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4553
4458
|
"svg",
|
|
4554
4459
|
{
|
|
4555
4460
|
width: sizeValue,
|
|
@@ -4559,7 +4464,7 @@ var init_MagicWand = __esm({
|
|
|
4559
4464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4560
4465
|
...props
|
|
4561
4466
|
},
|
|
4562
|
-
/* @__PURE__ */
|
|
4467
|
+
/* @__PURE__ */ React79.createElement(
|
|
4563
4468
|
"path",
|
|
4564
4469
|
{
|
|
4565
4470
|
fillRule: "evenodd",
|
|
@@ -4568,7 +4473,7 @@ var init_MagicWand = __esm({
|
|
|
4568
4473
|
fill: "currentColor"
|
|
4569
4474
|
}
|
|
4570
4475
|
),
|
|
4571
|
-
/* @__PURE__ */
|
|
4476
|
+
/* @__PURE__ */ React79.createElement(
|
|
4572
4477
|
"path",
|
|
4573
4478
|
{
|
|
4574
4479
|
fillRule: "evenodd",
|
|
@@ -4577,7 +4482,7 @@ var init_MagicWand = __esm({
|
|
|
4577
4482
|
fill: "currentColor"
|
|
4578
4483
|
}
|
|
4579
4484
|
),
|
|
4580
|
-
/* @__PURE__ */
|
|
4485
|
+
/* @__PURE__ */ React79.createElement(
|
|
4581
4486
|
"path",
|
|
4582
4487
|
{
|
|
4583
4488
|
fillRule: "evenodd",
|
|
@@ -4586,7 +4491,7 @@ var init_MagicWand = __esm({
|
|
|
4586
4491
|
fill: "currentColor"
|
|
4587
4492
|
}
|
|
4588
4493
|
),
|
|
4589
|
-
/* @__PURE__ */
|
|
4494
|
+
/* @__PURE__ */ React79.createElement(
|
|
4590
4495
|
"path",
|
|
4591
4496
|
{
|
|
4592
4497
|
fillRule: "evenodd",
|
|
@@ -4595,7 +4500,7 @@ var init_MagicWand = __esm({
|
|
|
4595
4500
|
fill: "currentColor"
|
|
4596
4501
|
}
|
|
4597
4502
|
),
|
|
4598
|
-
/* @__PURE__ */
|
|
4503
|
+
/* @__PURE__ */ React79.createElement(
|
|
4599
4504
|
"path",
|
|
4600
4505
|
{
|
|
4601
4506
|
fillRule: "evenodd",
|
|
@@ -4604,7 +4509,7 @@ var init_MagicWand = __esm({
|
|
|
4604
4509
|
fill: "currentColor"
|
|
4605
4510
|
}
|
|
4606
4511
|
),
|
|
4607
|
-
/* @__PURE__ */
|
|
4512
|
+
/* @__PURE__ */ React79.createElement(
|
|
4608
4513
|
"path",
|
|
4609
4514
|
{
|
|
4610
4515
|
fillRule: "evenodd",
|
|
@@ -4613,7 +4518,7 @@ var init_MagicWand = __esm({
|
|
|
4613
4518
|
fill: "currentColor"
|
|
4614
4519
|
}
|
|
4615
4520
|
),
|
|
4616
|
-
/* @__PURE__ */
|
|
4521
|
+
/* @__PURE__ */ React79.createElement(
|
|
4617
4522
|
"path",
|
|
4618
4523
|
{
|
|
4619
4524
|
fillRule: "evenodd",
|
|
@@ -4622,7 +4527,7 @@ var init_MagicWand = __esm({
|
|
|
4622
4527
|
fill: "currentColor"
|
|
4623
4528
|
}
|
|
4624
4529
|
),
|
|
4625
|
-
/* @__PURE__ */
|
|
4530
|
+
/* @__PURE__ */ React79.createElement(
|
|
4626
4531
|
"path",
|
|
4627
4532
|
{
|
|
4628
4533
|
fillRule: "evenodd",
|
|
@@ -4642,15 +4547,15 @@ var Mail_exports = {};
|
|
|
4642
4547
|
__export(Mail_exports, {
|
|
4643
4548
|
default: () => Mail_default
|
|
4644
4549
|
});
|
|
4645
|
-
var
|
|
4550
|
+
var React80, SvgMail, Mail_default;
|
|
4646
4551
|
var init_Mail = __esm({
|
|
4647
4552
|
"src/react/Mail.tsx"() {
|
|
4648
4553
|
"use strict";
|
|
4649
|
-
|
|
4554
|
+
React80 = __toESM(require("react"));
|
|
4650
4555
|
init_types();
|
|
4651
4556
|
SvgMail = ({ size = 16, ...props }) => {
|
|
4652
4557
|
const sizeValue = resolveSize(size);
|
|
4653
|
-
return /* @__PURE__ */
|
|
4558
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4654
4559
|
"svg",
|
|
4655
4560
|
{
|
|
4656
4561
|
width: sizeValue,
|
|
@@ -4660,7 +4565,7 @@ var init_Mail = __esm({
|
|
|
4660
4565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4661
4566
|
...props
|
|
4662
4567
|
},
|
|
4663
|
-
/* @__PURE__ */
|
|
4568
|
+
/* @__PURE__ */ React80.createElement(
|
|
4664
4569
|
"path",
|
|
4665
4570
|
{
|
|
4666
4571
|
fillRule: "evenodd",
|
|
@@ -4669,7 +4574,7 @@ var init_Mail = __esm({
|
|
|
4669
4574
|
fill: "currentColor"
|
|
4670
4575
|
}
|
|
4671
4576
|
),
|
|
4672
|
-
/* @__PURE__ */
|
|
4577
|
+
/* @__PURE__ */ React80.createElement(
|
|
4673
4578
|
"path",
|
|
4674
4579
|
{
|
|
4675
4580
|
fillRule: "evenodd",
|
|
@@ -4689,15 +4594,15 @@ var MapPin_exports = {};
|
|
|
4689
4594
|
__export(MapPin_exports, {
|
|
4690
4595
|
default: () => MapPin_default
|
|
4691
4596
|
});
|
|
4692
|
-
var
|
|
4597
|
+
var React81, SvgMapPin, MapPin_default;
|
|
4693
4598
|
var init_MapPin = __esm({
|
|
4694
4599
|
"src/react/MapPin.tsx"() {
|
|
4695
4600
|
"use strict";
|
|
4696
|
-
|
|
4601
|
+
React81 = __toESM(require("react"));
|
|
4697
4602
|
init_types();
|
|
4698
4603
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
4699
4604
|
const sizeValue = resolveSize(size);
|
|
4700
|
-
return /* @__PURE__ */
|
|
4605
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4701
4606
|
"svg",
|
|
4702
4607
|
{
|
|
4703
4608
|
width: sizeValue,
|
|
@@ -4707,7 +4612,7 @@ var init_MapPin = __esm({
|
|
|
4707
4612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4708
4613
|
...props
|
|
4709
4614
|
},
|
|
4710
|
-
/* @__PURE__ */
|
|
4615
|
+
/* @__PURE__ */ React81.createElement(
|
|
4711
4616
|
"path",
|
|
4712
4617
|
{
|
|
4713
4618
|
fillRule: "evenodd",
|
|
@@ -4716,7 +4621,7 @@ var init_MapPin = __esm({
|
|
|
4716
4621
|
fill: "currentColor"
|
|
4717
4622
|
}
|
|
4718
4623
|
),
|
|
4719
|
-
/* @__PURE__ */
|
|
4624
|
+
/* @__PURE__ */ React81.createElement(
|
|
4720
4625
|
"path",
|
|
4721
4626
|
{
|
|
4722
4627
|
fillRule: "evenodd",
|
|
@@ -4736,15 +4641,15 @@ var MoreHorizontal_exports = {};
|
|
|
4736
4641
|
__export(MoreHorizontal_exports, {
|
|
4737
4642
|
default: () => MoreHorizontal_default
|
|
4738
4643
|
});
|
|
4739
|
-
var
|
|
4644
|
+
var React82, SvgMoreHorizontal, MoreHorizontal_default;
|
|
4740
4645
|
var init_MoreHorizontal = __esm({
|
|
4741
4646
|
"src/react/MoreHorizontal.tsx"() {
|
|
4742
4647
|
"use strict";
|
|
4743
|
-
|
|
4648
|
+
React82 = __toESM(require("react"));
|
|
4744
4649
|
init_types();
|
|
4745
4650
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
4746
4651
|
const sizeValue = resolveSize(size);
|
|
4747
|
-
return /* @__PURE__ */
|
|
4652
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4748
4653
|
"svg",
|
|
4749
4654
|
{
|
|
4750
4655
|
width: sizeValue,
|
|
@@ -4754,7 +4659,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4754
4659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4755
4660
|
...props
|
|
4756
4661
|
},
|
|
4757
|
-
/* @__PURE__ */
|
|
4662
|
+
/* @__PURE__ */ React82.createElement(
|
|
4758
4663
|
"path",
|
|
4759
4664
|
{
|
|
4760
4665
|
fillRule: "evenodd",
|
|
@@ -4763,7 +4668,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4763
4668
|
fill: "currentColor"
|
|
4764
4669
|
}
|
|
4765
4670
|
),
|
|
4766
|
-
/* @__PURE__ */
|
|
4671
|
+
/* @__PURE__ */ React82.createElement(
|
|
4767
4672
|
"path",
|
|
4768
4673
|
{
|
|
4769
4674
|
fillRule: "evenodd",
|
|
@@ -4772,7 +4677,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4772
4677
|
fill: "currentColor"
|
|
4773
4678
|
}
|
|
4774
4679
|
),
|
|
4775
|
-
/* @__PURE__ */
|
|
4680
|
+
/* @__PURE__ */ React82.createElement(
|
|
4776
4681
|
"path",
|
|
4777
4682
|
{
|
|
4778
4683
|
fillRule: "evenodd",
|
|
@@ -4792,15 +4697,15 @@ var Mortgage_exports = {};
|
|
|
4792
4697
|
__export(Mortgage_exports, {
|
|
4793
4698
|
default: () => Mortgage_default
|
|
4794
4699
|
});
|
|
4795
|
-
var
|
|
4700
|
+
var React83, SvgMortgage, Mortgage_default;
|
|
4796
4701
|
var init_Mortgage = __esm({
|
|
4797
4702
|
"src/react/Mortgage.tsx"() {
|
|
4798
4703
|
"use strict";
|
|
4799
|
-
|
|
4704
|
+
React83 = __toESM(require("react"));
|
|
4800
4705
|
init_types();
|
|
4801
4706
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
4802
4707
|
const sizeValue = resolveSize(size);
|
|
4803
|
-
return /* @__PURE__ */
|
|
4708
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4804
4709
|
"svg",
|
|
4805
4710
|
{
|
|
4806
4711
|
width: sizeValue,
|
|
@@ -4810,7 +4715,7 @@ var init_Mortgage = __esm({
|
|
|
4810
4715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4811
4716
|
...props
|
|
4812
4717
|
},
|
|
4813
|
-
/* @__PURE__ */
|
|
4718
|
+
/* @__PURE__ */ React83.createElement(
|
|
4814
4719
|
"path",
|
|
4815
4720
|
{
|
|
4816
4721
|
fillRule: "evenodd",
|
|
@@ -4819,7 +4724,7 @@ var init_Mortgage = __esm({
|
|
|
4819
4724
|
fill: "currentColor"
|
|
4820
4725
|
}
|
|
4821
4726
|
),
|
|
4822
|
-
/* @__PURE__ */
|
|
4727
|
+
/* @__PURE__ */ React83.createElement(
|
|
4823
4728
|
"path",
|
|
4824
4729
|
{
|
|
4825
4730
|
fillRule: "evenodd",
|
|
@@ -4828,7 +4733,7 @@ var init_Mortgage = __esm({
|
|
|
4828
4733
|
fill: "currentColor"
|
|
4829
4734
|
}
|
|
4830
4735
|
),
|
|
4831
|
-
/* @__PURE__ */
|
|
4736
|
+
/* @__PURE__ */ React83.createElement(
|
|
4832
4737
|
"path",
|
|
4833
4738
|
{
|
|
4834
4739
|
fillRule: "evenodd",
|
|
@@ -4837,7 +4742,7 @@ var init_Mortgage = __esm({
|
|
|
4837
4742
|
fill: "currentColor"
|
|
4838
4743
|
}
|
|
4839
4744
|
),
|
|
4840
|
-
/* @__PURE__ */
|
|
4745
|
+
/* @__PURE__ */ React83.createElement(
|
|
4841
4746
|
"path",
|
|
4842
4747
|
{
|
|
4843
4748
|
fillRule: "evenodd",
|
|
@@ -4846,7 +4751,7 @@ var init_Mortgage = __esm({
|
|
|
4846
4751
|
fill: "currentColor"
|
|
4847
4752
|
}
|
|
4848
4753
|
),
|
|
4849
|
-
/* @__PURE__ */
|
|
4754
|
+
/* @__PURE__ */ React83.createElement(
|
|
4850
4755
|
"path",
|
|
4851
4756
|
{
|
|
4852
4757
|
fillRule: "evenodd",
|
|
@@ -4855,7 +4760,7 @@ var init_Mortgage = __esm({
|
|
|
4855
4760
|
fill: "currentColor"
|
|
4856
4761
|
}
|
|
4857
4762
|
),
|
|
4858
|
-
/* @__PURE__ */
|
|
4763
|
+
/* @__PURE__ */ React83.createElement(
|
|
4859
4764
|
"path",
|
|
4860
4765
|
{
|
|
4861
4766
|
fillRule: "evenodd",
|
|
@@ -4864,7 +4769,7 @@ var init_Mortgage = __esm({
|
|
|
4864
4769
|
fill: "currentColor"
|
|
4865
4770
|
}
|
|
4866
4771
|
),
|
|
4867
|
-
/* @__PURE__ */
|
|
4772
|
+
/* @__PURE__ */ React83.createElement(
|
|
4868
4773
|
"path",
|
|
4869
4774
|
{
|
|
4870
4775
|
fillRule: "evenodd",
|
|
@@ -4884,15 +4789,15 @@ var Note_exports = {};
|
|
|
4884
4789
|
__export(Note_exports, {
|
|
4885
4790
|
default: () => Note_default
|
|
4886
4791
|
});
|
|
4887
|
-
var
|
|
4792
|
+
var React84, SvgNote, Note_default;
|
|
4888
4793
|
var init_Note = __esm({
|
|
4889
4794
|
"src/react/Note.tsx"() {
|
|
4890
4795
|
"use strict";
|
|
4891
|
-
|
|
4796
|
+
React84 = __toESM(require("react"));
|
|
4892
4797
|
init_types();
|
|
4893
4798
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4894
4799
|
const sizeValue = resolveSize(size);
|
|
4895
|
-
return /* @__PURE__ */
|
|
4800
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4896
4801
|
"svg",
|
|
4897
4802
|
{
|
|
4898
4803
|
width: sizeValue,
|
|
@@ -4902,7 +4807,7 @@ var init_Note = __esm({
|
|
|
4902
4807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4903
4808
|
...props
|
|
4904
4809
|
},
|
|
4905
|
-
/* @__PURE__ */
|
|
4810
|
+
/* @__PURE__ */ React84.createElement(
|
|
4906
4811
|
"path",
|
|
4907
4812
|
{
|
|
4908
4813
|
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",
|
|
@@ -4920,15 +4825,15 @@ var Notes_exports = {};
|
|
|
4920
4825
|
__export(Notes_exports, {
|
|
4921
4826
|
default: () => Notes_default
|
|
4922
4827
|
});
|
|
4923
|
-
var
|
|
4828
|
+
var React85, SvgNotes, Notes_default;
|
|
4924
4829
|
var init_Notes = __esm({
|
|
4925
4830
|
"src/react/Notes.tsx"() {
|
|
4926
4831
|
"use strict";
|
|
4927
|
-
|
|
4832
|
+
React85 = __toESM(require("react"));
|
|
4928
4833
|
init_types();
|
|
4929
4834
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
4930
4835
|
const sizeValue = resolveSize(size);
|
|
4931
|
-
return /* @__PURE__ */
|
|
4836
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4932
4837
|
"svg",
|
|
4933
4838
|
{
|
|
4934
4839
|
width: sizeValue,
|
|
@@ -4938,21 +4843,21 @@ var init_Notes = __esm({
|
|
|
4938
4843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4939
4844
|
...props
|
|
4940
4845
|
},
|
|
4941
|
-
/* @__PURE__ */
|
|
4846
|
+
/* @__PURE__ */ React85.createElement(
|
|
4942
4847
|
"path",
|
|
4943
4848
|
{
|
|
4944
4849
|
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",
|
|
4945
4850
|
fill: "currentColor"
|
|
4946
4851
|
}
|
|
4947
4852
|
),
|
|
4948
|
-
/* @__PURE__ */
|
|
4853
|
+
/* @__PURE__ */ React85.createElement(
|
|
4949
4854
|
"path",
|
|
4950
4855
|
{
|
|
4951
4856
|
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",
|
|
4952
4857
|
fill: "currentColor"
|
|
4953
4858
|
}
|
|
4954
4859
|
),
|
|
4955
|
-
/* @__PURE__ */
|
|
4860
|
+
/* @__PURE__ */ React85.createElement(
|
|
4956
4861
|
"path",
|
|
4957
4862
|
{
|
|
4958
4863
|
fillRule: "evenodd",
|
|
@@ -4972,15 +4877,15 @@ var Outside_exports = {};
|
|
|
4972
4877
|
__export(Outside_exports, {
|
|
4973
4878
|
default: () => Outside_default
|
|
4974
4879
|
});
|
|
4975
|
-
var
|
|
4880
|
+
var React86, SvgOutside, Outside_default;
|
|
4976
4881
|
var init_Outside = __esm({
|
|
4977
4882
|
"src/react/Outside.tsx"() {
|
|
4978
4883
|
"use strict";
|
|
4979
|
-
|
|
4884
|
+
React86 = __toESM(require("react"));
|
|
4980
4885
|
init_types();
|
|
4981
4886
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
4982
4887
|
const sizeValue = resolveSize(size);
|
|
4983
|
-
return /* @__PURE__ */
|
|
4888
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4984
4889
|
"svg",
|
|
4985
4890
|
{
|
|
4986
4891
|
width: sizeValue,
|
|
@@ -4990,7 +4895,7 @@ var init_Outside = __esm({
|
|
|
4990
4895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4991
4896
|
...props
|
|
4992
4897
|
},
|
|
4993
|
-
/* @__PURE__ */
|
|
4898
|
+
/* @__PURE__ */ React86.createElement(
|
|
4994
4899
|
"path",
|
|
4995
4900
|
{
|
|
4996
4901
|
fillRule: "evenodd",
|
|
@@ -4999,7 +4904,7 @@ var init_Outside = __esm({
|
|
|
4999
4904
|
fill: "currentColor"
|
|
5000
4905
|
}
|
|
5001
4906
|
),
|
|
5002
|
-
/* @__PURE__ */
|
|
4907
|
+
/* @__PURE__ */ React86.createElement(
|
|
5003
4908
|
"path",
|
|
5004
4909
|
{
|
|
5005
4910
|
fillRule: "evenodd",
|
|
@@ -5008,7 +4913,7 @@ var init_Outside = __esm({
|
|
|
5008
4913
|
fill: "currentColor"
|
|
5009
4914
|
}
|
|
5010
4915
|
),
|
|
5011
|
-
/* @__PURE__ */
|
|
4916
|
+
/* @__PURE__ */ React86.createElement(
|
|
5012
4917
|
"path",
|
|
5013
4918
|
{
|
|
5014
4919
|
fillRule: "evenodd",
|
|
@@ -5017,7 +4922,7 @@ var init_Outside = __esm({
|
|
|
5017
4922
|
fill: "currentColor"
|
|
5018
4923
|
}
|
|
5019
4924
|
),
|
|
5020
|
-
/* @__PURE__ */
|
|
4925
|
+
/* @__PURE__ */ React86.createElement(
|
|
5021
4926
|
"path",
|
|
5022
4927
|
{
|
|
5023
4928
|
fillRule: "evenodd",
|
|
@@ -5026,7 +4931,7 @@ var init_Outside = __esm({
|
|
|
5026
4931
|
fill: "currentColor"
|
|
5027
4932
|
}
|
|
5028
4933
|
),
|
|
5029
|
-
/* @__PURE__ */
|
|
4934
|
+
/* @__PURE__ */ React86.createElement(
|
|
5030
4935
|
"path",
|
|
5031
4936
|
{
|
|
5032
4937
|
fillRule: "evenodd",
|
|
@@ -5035,7 +4940,7 @@ var init_Outside = __esm({
|
|
|
5035
4940
|
fill: "currentColor"
|
|
5036
4941
|
}
|
|
5037
4942
|
),
|
|
5038
|
-
/* @__PURE__ */
|
|
4943
|
+
/* @__PURE__ */ React86.createElement(
|
|
5039
4944
|
"path",
|
|
5040
4945
|
{
|
|
5041
4946
|
fillRule: "evenodd",
|
|
@@ -5044,7 +4949,7 @@ var init_Outside = __esm({
|
|
|
5044
4949
|
fill: "currentColor"
|
|
5045
4950
|
}
|
|
5046
4951
|
),
|
|
5047
|
-
/* @__PURE__ */
|
|
4952
|
+
/* @__PURE__ */ React86.createElement(
|
|
5048
4953
|
"path",
|
|
5049
4954
|
{
|
|
5050
4955
|
fillRule: "evenodd",
|
|
@@ -5053,7 +4958,7 @@ var init_Outside = __esm({
|
|
|
5053
4958
|
fill: "currentColor"
|
|
5054
4959
|
}
|
|
5055
4960
|
),
|
|
5056
|
-
/* @__PURE__ */
|
|
4961
|
+
/* @__PURE__ */ React86.createElement(
|
|
5057
4962
|
"path",
|
|
5058
4963
|
{
|
|
5059
4964
|
fillRule: "evenodd",
|
|
@@ -5073,15 +4978,15 @@ var Parking_exports = {};
|
|
|
5073
4978
|
__export(Parking_exports, {
|
|
5074
4979
|
default: () => Parking_default
|
|
5075
4980
|
});
|
|
5076
|
-
var
|
|
4981
|
+
var React87, SvgParking, Parking_default;
|
|
5077
4982
|
var init_Parking = __esm({
|
|
5078
4983
|
"src/react/Parking.tsx"() {
|
|
5079
4984
|
"use strict";
|
|
5080
|
-
|
|
4985
|
+
React87 = __toESM(require("react"));
|
|
5081
4986
|
init_types();
|
|
5082
4987
|
SvgParking = ({ size = 16, ...props }) => {
|
|
5083
4988
|
const sizeValue = resolveSize(size);
|
|
5084
|
-
return /* @__PURE__ */
|
|
4989
|
+
return /* @__PURE__ */ React87.createElement(
|
|
5085
4990
|
"svg",
|
|
5086
4991
|
{
|
|
5087
4992
|
width: sizeValue,
|
|
@@ -5091,7 +4996,7 @@ var init_Parking = __esm({
|
|
|
5091
4996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5092
4997
|
...props
|
|
5093
4998
|
},
|
|
5094
|
-
/* @__PURE__ */
|
|
4999
|
+
/* @__PURE__ */ React87.createElement(
|
|
5095
5000
|
"path",
|
|
5096
5001
|
{
|
|
5097
5002
|
fillRule: "evenodd",
|
|
@@ -5100,7 +5005,7 @@ var init_Parking = __esm({
|
|
|
5100
5005
|
fill: "currentColor"
|
|
5101
5006
|
}
|
|
5102
5007
|
),
|
|
5103
|
-
/* @__PURE__ */
|
|
5008
|
+
/* @__PURE__ */ React87.createElement(
|
|
5104
5009
|
"path",
|
|
5105
5010
|
{
|
|
5106
5011
|
fillRule: "evenodd",
|
|
@@ -5109,7 +5014,7 @@ var init_Parking = __esm({
|
|
|
5109
5014
|
fill: "currentColor"
|
|
5110
5015
|
}
|
|
5111
5016
|
),
|
|
5112
|
-
/* @__PURE__ */
|
|
5017
|
+
/* @__PURE__ */ React87.createElement(
|
|
5113
5018
|
"path",
|
|
5114
5019
|
{
|
|
5115
5020
|
fillRule: "evenodd",
|
|
@@ -5118,7 +5023,7 @@ var init_Parking = __esm({
|
|
|
5118
5023
|
fill: "currentColor"
|
|
5119
5024
|
}
|
|
5120
5025
|
),
|
|
5121
|
-
/* @__PURE__ */
|
|
5026
|
+
/* @__PURE__ */ React87.createElement(
|
|
5122
5027
|
"path",
|
|
5123
5028
|
{
|
|
5124
5029
|
fillRule: "evenodd",
|
|
@@ -5127,7 +5032,7 @@ var init_Parking = __esm({
|
|
|
5127
5032
|
fill: "currentColor"
|
|
5128
5033
|
}
|
|
5129
5034
|
),
|
|
5130
|
-
/* @__PURE__ */
|
|
5035
|
+
/* @__PURE__ */ React87.createElement(
|
|
5131
5036
|
"path",
|
|
5132
5037
|
{
|
|
5133
5038
|
fillRule: "evenodd",
|
|
@@ -5147,15 +5052,15 @@ var Patio_exports = {};
|
|
|
5147
5052
|
__export(Patio_exports, {
|
|
5148
5053
|
default: () => Patio_default
|
|
5149
5054
|
});
|
|
5150
|
-
var
|
|
5055
|
+
var React88, SvgPatio, Patio_default;
|
|
5151
5056
|
var init_Patio = __esm({
|
|
5152
5057
|
"src/react/Patio.tsx"() {
|
|
5153
5058
|
"use strict";
|
|
5154
|
-
|
|
5059
|
+
React88 = __toESM(require("react"));
|
|
5155
5060
|
init_types();
|
|
5156
5061
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
5157
5062
|
const sizeValue = resolveSize(size);
|
|
5158
|
-
return /* @__PURE__ */
|
|
5063
|
+
return /* @__PURE__ */ React88.createElement(
|
|
5159
5064
|
"svg",
|
|
5160
5065
|
{
|
|
5161
5066
|
width: sizeValue,
|
|
@@ -5165,7 +5070,7 @@ var init_Patio = __esm({
|
|
|
5165
5070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5166
5071
|
...props
|
|
5167
5072
|
},
|
|
5168
|
-
/* @__PURE__ */
|
|
5073
|
+
/* @__PURE__ */ React88.createElement(
|
|
5169
5074
|
"path",
|
|
5170
5075
|
{
|
|
5171
5076
|
fillRule: "evenodd",
|
|
@@ -5174,7 +5079,7 @@ var init_Patio = __esm({
|
|
|
5174
5079
|
fill: "currentColor"
|
|
5175
5080
|
}
|
|
5176
5081
|
),
|
|
5177
|
-
/* @__PURE__ */
|
|
5082
|
+
/* @__PURE__ */ React88.createElement(
|
|
5178
5083
|
"path",
|
|
5179
5084
|
{
|
|
5180
5085
|
fillRule: "evenodd",
|
|
@@ -5183,7 +5088,7 @@ var init_Patio = __esm({
|
|
|
5183
5088
|
fill: "currentColor"
|
|
5184
5089
|
}
|
|
5185
5090
|
),
|
|
5186
|
-
/* @__PURE__ */
|
|
5091
|
+
/* @__PURE__ */ React88.createElement(
|
|
5187
5092
|
"path",
|
|
5188
5093
|
{
|
|
5189
5094
|
fillRule: "evenodd",
|
|
@@ -5192,7 +5097,7 @@ var init_Patio = __esm({
|
|
|
5192
5097
|
fill: "currentColor"
|
|
5193
5098
|
}
|
|
5194
5099
|
),
|
|
5195
|
-
/* @__PURE__ */
|
|
5100
|
+
/* @__PURE__ */ React88.createElement(
|
|
5196
5101
|
"path",
|
|
5197
5102
|
{
|
|
5198
5103
|
fillRule: "evenodd",
|
|
@@ -5201,7 +5106,7 @@ var init_Patio = __esm({
|
|
|
5201
5106
|
fill: "currentColor"
|
|
5202
5107
|
}
|
|
5203
5108
|
),
|
|
5204
|
-
/* @__PURE__ */
|
|
5109
|
+
/* @__PURE__ */ React88.createElement(
|
|
5205
5110
|
"path",
|
|
5206
5111
|
{
|
|
5207
5112
|
fillRule: "evenodd",
|
|
@@ -5210,7 +5115,7 @@ var init_Patio = __esm({
|
|
|
5210
5115
|
fill: "currentColor"
|
|
5211
5116
|
}
|
|
5212
5117
|
),
|
|
5213
|
-
/* @__PURE__ */
|
|
5118
|
+
/* @__PURE__ */ React88.createElement(
|
|
5214
5119
|
"path",
|
|
5215
5120
|
{
|
|
5216
5121
|
fillRule: "evenodd",
|
|
@@ -5219,7 +5124,7 @@ var init_Patio = __esm({
|
|
|
5219
5124
|
fill: "currentColor"
|
|
5220
5125
|
}
|
|
5221
5126
|
),
|
|
5222
|
-
/* @__PURE__ */
|
|
5127
|
+
/* @__PURE__ */ React88.createElement(
|
|
5223
5128
|
"path",
|
|
5224
5129
|
{
|
|
5225
5130
|
fillRule: "evenodd",
|
|
@@ -5228,7 +5133,7 @@ var init_Patio = __esm({
|
|
|
5228
5133
|
fill: "currentColor"
|
|
5229
5134
|
}
|
|
5230
5135
|
),
|
|
5231
|
-
/* @__PURE__ */
|
|
5136
|
+
/* @__PURE__ */ React88.createElement(
|
|
5232
5137
|
"path",
|
|
5233
5138
|
{
|
|
5234
5139
|
fillRule: "evenodd",
|
|
@@ -5237,7 +5142,7 @@ var init_Patio = __esm({
|
|
|
5237
5142
|
fill: "currentColor"
|
|
5238
5143
|
}
|
|
5239
5144
|
),
|
|
5240
|
-
/* @__PURE__ */
|
|
5145
|
+
/* @__PURE__ */ React88.createElement(
|
|
5241
5146
|
"path",
|
|
5242
5147
|
{
|
|
5243
5148
|
fillRule: "evenodd",
|
|
@@ -5257,15 +5162,15 @@ var Payments_exports = {};
|
|
|
5257
5162
|
__export(Payments_exports, {
|
|
5258
5163
|
default: () => Payments_default
|
|
5259
5164
|
});
|
|
5260
|
-
var
|
|
5165
|
+
var React89, SvgPayments, Payments_default;
|
|
5261
5166
|
var init_Payments = __esm({
|
|
5262
5167
|
"src/react/Payments.tsx"() {
|
|
5263
5168
|
"use strict";
|
|
5264
|
-
|
|
5169
|
+
React89 = __toESM(require("react"));
|
|
5265
5170
|
init_types();
|
|
5266
5171
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
5267
5172
|
const sizeValue = resolveSize(size);
|
|
5268
|
-
return /* @__PURE__ */
|
|
5173
|
+
return /* @__PURE__ */ React89.createElement(
|
|
5269
5174
|
"svg",
|
|
5270
5175
|
{
|
|
5271
5176
|
width: sizeValue,
|
|
@@ -5275,7 +5180,7 @@ var init_Payments = __esm({
|
|
|
5275
5180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5276
5181
|
...props
|
|
5277
5182
|
},
|
|
5278
|
-
/* @__PURE__ */
|
|
5183
|
+
/* @__PURE__ */ React89.createElement(
|
|
5279
5184
|
"path",
|
|
5280
5185
|
{
|
|
5281
5186
|
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",
|
|
@@ -5293,15 +5198,15 @@ var PencilLine_exports = {};
|
|
|
5293
5198
|
__export(PencilLine_exports, {
|
|
5294
5199
|
default: () => PencilLine_default
|
|
5295
5200
|
});
|
|
5296
|
-
var
|
|
5201
|
+
var React90, SvgPencilLine, PencilLine_default;
|
|
5297
5202
|
var init_PencilLine = __esm({
|
|
5298
5203
|
"src/react/PencilLine.tsx"() {
|
|
5299
5204
|
"use strict";
|
|
5300
|
-
|
|
5205
|
+
React90 = __toESM(require("react"));
|
|
5301
5206
|
init_types();
|
|
5302
5207
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
5303
5208
|
const sizeValue = resolveSize(size);
|
|
5304
|
-
return /* @__PURE__ */
|
|
5209
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5305
5210
|
"svg",
|
|
5306
5211
|
{
|
|
5307
5212
|
width: sizeValue,
|
|
@@ -5311,7 +5216,7 @@ var init_PencilLine = __esm({
|
|
|
5311
5216
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5312
5217
|
...props
|
|
5313
5218
|
},
|
|
5314
|
-
/* @__PURE__ */
|
|
5219
|
+
/* @__PURE__ */ React90.createElement(
|
|
5315
5220
|
"path",
|
|
5316
5221
|
{
|
|
5317
5222
|
fillRule: "evenodd",
|
|
@@ -5320,7 +5225,7 @@ var init_PencilLine = __esm({
|
|
|
5320
5225
|
fill: "currentColor"
|
|
5321
5226
|
}
|
|
5322
5227
|
),
|
|
5323
|
-
/* @__PURE__ */
|
|
5228
|
+
/* @__PURE__ */ React90.createElement(
|
|
5324
5229
|
"path",
|
|
5325
5230
|
{
|
|
5326
5231
|
fillRule: "evenodd",
|
|
@@ -5329,7 +5234,7 @@ var init_PencilLine = __esm({
|
|
|
5329
5234
|
fill: "currentColor"
|
|
5330
5235
|
}
|
|
5331
5236
|
),
|
|
5332
|
-
/* @__PURE__ */
|
|
5237
|
+
/* @__PURE__ */ React90.createElement(
|
|
5333
5238
|
"path",
|
|
5334
5239
|
{
|
|
5335
5240
|
fillRule: "evenodd",
|
|
@@ -5349,15 +5254,15 @@ var PentHouse_exports = {};
|
|
|
5349
5254
|
__export(PentHouse_exports, {
|
|
5350
5255
|
default: () => PentHouse_default
|
|
5351
5256
|
});
|
|
5352
|
-
var
|
|
5257
|
+
var React91, SvgPentHouse, PentHouse_default;
|
|
5353
5258
|
var init_PentHouse = __esm({
|
|
5354
5259
|
"src/react/PentHouse.tsx"() {
|
|
5355
5260
|
"use strict";
|
|
5356
|
-
|
|
5261
|
+
React91 = __toESM(require("react"));
|
|
5357
5262
|
init_types();
|
|
5358
5263
|
SvgPentHouse = ({ size = 16, ...props }) => {
|
|
5359
5264
|
const sizeValue = resolveSize(size);
|
|
5360
|
-
return /* @__PURE__ */
|
|
5265
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5361
5266
|
"svg",
|
|
5362
5267
|
{
|
|
5363
5268
|
width: sizeValue,
|
|
@@ -5367,7 +5272,7 @@ var init_PentHouse = __esm({
|
|
|
5367
5272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5368
5273
|
...props
|
|
5369
5274
|
},
|
|
5370
|
-
/* @__PURE__ */
|
|
5275
|
+
/* @__PURE__ */ React91.createElement(
|
|
5371
5276
|
"path",
|
|
5372
5277
|
{
|
|
5373
5278
|
fillRule: "evenodd",
|
|
@@ -5376,7 +5281,7 @@ var init_PentHouse = __esm({
|
|
|
5376
5281
|
fill: "currentColor"
|
|
5377
5282
|
}
|
|
5378
5283
|
),
|
|
5379
|
-
/* @__PURE__ */
|
|
5284
|
+
/* @__PURE__ */ React91.createElement(
|
|
5380
5285
|
"path",
|
|
5381
5286
|
{
|
|
5382
5287
|
fillRule: "evenodd",
|
|
@@ -5385,7 +5290,7 @@ var init_PentHouse = __esm({
|
|
|
5385
5290
|
fill: "currentColor"
|
|
5386
5291
|
}
|
|
5387
5292
|
),
|
|
5388
|
-
/* @__PURE__ */
|
|
5293
|
+
/* @__PURE__ */ React91.createElement(
|
|
5389
5294
|
"path",
|
|
5390
5295
|
{
|
|
5391
5296
|
fillRule: "evenodd",
|
|
@@ -5394,7 +5299,7 @@ var init_PentHouse = __esm({
|
|
|
5394
5299
|
fill: "currentColor"
|
|
5395
5300
|
}
|
|
5396
5301
|
),
|
|
5397
|
-
/* @__PURE__ */
|
|
5302
|
+
/* @__PURE__ */ React91.createElement(
|
|
5398
5303
|
"path",
|
|
5399
5304
|
{
|
|
5400
5305
|
fillRule: "evenodd",
|
|
@@ -5403,7 +5308,7 @@ var init_PentHouse = __esm({
|
|
|
5403
5308
|
fill: "currentColor"
|
|
5404
5309
|
}
|
|
5405
5310
|
),
|
|
5406
|
-
/* @__PURE__ */
|
|
5311
|
+
/* @__PURE__ */ React91.createElement(
|
|
5407
5312
|
"path",
|
|
5408
5313
|
{
|
|
5409
5314
|
fillRule: "evenodd",
|
|
@@ -5412,7 +5317,7 @@ var init_PentHouse = __esm({
|
|
|
5412
5317
|
fill: "currentColor"
|
|
5413
5318
|
}
|
|
5414
5319
|
),
|
|
5415
|
-
/* @__PURE__ */
|
|
5320
|
+
/* @__PURE__ */ React91.createElement(
|
|
5416
5321
|
"path",
|
|
5417
5322
|
{
|
|
5418
5323
|
fillRule: "evenodd",
|
|
@@ -5421,7 +5326,7 @@ var init_PentHouse = __esm({
|
|
|
5421
5326
|
fill: "currentColor"
|
|
5422
5327
|
}
|
|
5423
5328
|
),
|
|
5424
|
-
/* @__PURE__ */
|
|
5329
|
+
/* @__PURE__ */ React91.createElement(
|
|
5425
5330
|
"path",
|
|
5426
5331
|
{
|
|
5427
5332
|
fillRule: "evenodd",
|
|
@@ -5441,15 +5346,15 @@ var Pet_exports = {};
|
|
|
5441
5346
|
__export(Pet_exports, {
|
|
5442
5347
|
default: () => Pet_default
|
|
5443
5348
|
});
|
|
5444
|
-
var
|
|
5349
|
+
var React92, SvgPet, Pet_default;
|
|
5445
5350
|
var init_Pet = __esm({
|
|
5446
5351
|
"src/react/Pet.tsx"() {
|
|
5447
5352
|
"use strict";
|
|
5448
|
-
|
|
5353
|
+
React92 = __toESM(require("react"));
|
|
5449
5354
|
init_types();
|
|
5450
5355
|
SvgPet = ({ size = 16, ...props }) => {
|
|
5451
5356
|
const sizeValue = resolveSize(size);
|
|
5452
|
-
return /* @__PURE__ */
|
|
5357
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5453
5358
|
"svg",
|
|
5454
5359
|
{
|
|
5455
5360
|
width: sizeValue,
|
|
@@ -5459,7 +5364,7 @@ var init_Pet = __esm({
|
|
|
5459
5364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5460
5365
|
...props
|
|
5461
5366
|
},
|
|
5462
|
-
/* @__PURE__ */
|
|
5367
|
+
/* @__PURE__ */ React92.createElement(
|
|
5463
5368
|
"path",
|
|
5464
5369
|
{
|
|
5465
5370
|
fillRule: "evenodd",
|
|
@@ -5468,7 +5373,7 @@ var init_Pet = __esm({
|
|
|
5468
5373
|
fill: "currentColor"
|
|
5469
5374
|
}
|
|
5470
5375
|
),
|
|
5471
|
-
/* @__PURE__ */
|
|
5376
|
+
/* @__PURE__ */ React92.createElement(
|
|
5472
5377
|
"path",
|
|
5473
5378
|
{
|
|
5474
5379
|
fillRule: "evenodd",
|
|
@@ -5477,7 +5382,7 @@ var init_Pet = __esm({
|
|
|
5477
5382
|
fill: "currentColor"
|
|
5478
5383
|
}
|
|
5479
5384
|
),
|
|
5480
|
-
/* @__PURE__ */
|
|
5385
|
+
/* @__PURE__ */ React92.createElement(
|
|
5481
5386
|
"path",
|
|
5482
5387
|
{
|
|
5483
5388
|
fillRule: "evenodd",
|
|
@@ -5486,7 +5391,7 @@ var init_Pet = __esm({
|
|
|
5486
5391
|
fill: "currentColor"
|
|
5487
5392
|
}
|
|
5488
5393
|
),
|
|
5489
|
-
/* @__PURE__ */
|
|
5394
|
+
/* @__PURE__ */ React92.createElement(
|
|
5490
5395
|
"path",
|
|
5491
5396
|
{
|
|
5492
5397
|
fillRule: "evenodd",
|
|
@@ -5495,7 +5400,7 @@ var init_Pet = __esm({
|
|
|
5495
5400
|
fill: "currentColor"
|
|
5496
5401
|
}
|
|
5497
5402
|
),
|
|
5498
|
-
/* @__PURE__ */
|
|
5403
|
+
/* @__PURE__ */ React92.createElement(
|
|
5499
5404
|
"path",
|
|
5500
5405
|
{
|
|
5501
5406
|
fillRule: "evenodd",
|
|
@@ -5504,7 +5409,7 @@ var init_Pet = __esm({
|
|
|
5504
5409
|
fill: "currentColor"
|
|
5505
5410
|
}
|
|
5506
5411
|
),
|
|
5507
|
-
/* @__PURE__ */
|
|
5412
|
+
/* @__PURE__ */ React92.createElement(
|
|
5508
5413
|
"path",
|
|
5509
5414
|
{
|
|
5510
5415
|
fillRule: "evenodd",
|
|
@@ -5524,15 +5429,15 @@ var PhoneLinear_exports = {};
|
|
|
5524
5429
|
__export(PhoneLinear_exports, {
|
|
5525
5430
|
default: () => PhoneLinear_default
|
|
5526
5431
|
});
|
|
5527
|
-
var
|
|
5432
|
+
var React93, SvgPhoneLinear, PhoneLinear_default;
|
|
5528
5433
|
var init_PhoneLinear = __esm({
|
|
5529
5434
|
"src/react/PhoneLinear.tsx"() {
|
|
5530
5435
|
"use strict";
|
|
5531
|
-
|
|
5436
|
+
React93 = __toESM(require("react"));
|
|
5532
5437
|
init_types();
|
|
5533
5438
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
5534
5439
|
const sizeValue = resolveSize(size);
|
|
5535
|
-
return /* @__PURE__ */
|
|
5440
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5536
5441
|
"svg",
|
|
5537
5442
|
{
|
|
5538
5443
|
width: sizeValue,
|
|
@@ -5542,7 +5447,7 @@ var init_PhoneLinear = __esm({
|
|
|
5542
5447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5543
5448
|
...props
|
|
5544
5449
|
},
|
|
5545
|
-
/* @__PURE__ */
|
|
5450
|
+
/* @__PURE__ */ React93.createElement(
|
|
5546
5451
|
"path",
|
|
5547
5452
|
{
|
|
5548
5453
|
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",
|
|
@@ -5560,15 +5465,15 @@ var PinMapSolid_exports = {};
|
|
|
5560
5465
|
__export(PinMapSolid_exports, {
|
|
5561
5466
|
default: () => PinMapSolid_default
|
|
5562
5467
|
});
|
|
5563
|
-
var
|
|
5468
|
+
var React94, SvgPinMapSolid, PinMapSolid_default;
|
|
5564
5469
|
var init_PinMapSolid = __esm({
|
|
5565
5470
|
"src/react/PinMapSolid.tsx"() {
|
|
5566
5471
|
"use strict";
|
|
5567
|
-
|
|
5472
|
+
React94 = __toESM(require("react"));
|
|
5568
5473
|
init_types();
|
|
5569
5474
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
5570
5475
|
const sizeValue = resolveSize(size);
|
|
5571
|
-
return /* @__PURE__ */
|
|
5476
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5572
5477
|
"svg",
|
|
5573
5478
|
{
|
|
5574
5479
|
width: sizeValue,
|
|
@@ -5578,7 +5483,7 @@ var init_PinMapSolid = __esm({
|
|
|
5578
5483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5579
5484
|
...props
|
|
5580
5485
|
},
|
|
5581
|
-
/* @__PURE__ */
|
|
5486
|
+
/* @__PURE__ */ React94.createElement(
|
|
5582
5487
|
"path",
|
|
5583
5488
|
{
|
|
5584
5489
|
fillRule: "evenodd",
|
|
@@ -5598,15 +5503,15 @@ var Plus_exports = {};
|
|
|
5598
5503
|
__export(Plus_exports, {
|
|
5599
5504
|
default: () => Plus_default
|
|
5600
5505
|
});
|
|
5601
|
-
var
|
|
5506
|
+
var React95, SvgPlus, Plus_default;
|
|
5602
5507
|
var init_Plus = __esm({
|
|
5603
5508
|
"src/react/Plus.tsx"() {
|
|
5604
5509
|
"use strict";
|
|
5605
|
-
|
|
5510
|
+
React95 = __toESM(require("react"));
|
|
5606
5511
|
init_types();
|
|
5607
5512
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
5608
5513
|
const sizeValue = resolveSize(size);
|
|
5609
|
-
return /* @__PURE__ */
|
|
5514
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5610
5515
|
"svg",
|
|
5611
5516
|
{
|
|
5612
5517
|
width: sizeValue,
|
|
@@ -5616,7 +5521,7 @@ var init_Plus = __esm({
|
|
|
5616
5521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5617
5522
|
...props
|
|
5618
5523
|
},
|
|
5619
|
-
/* @__PURE__ */
|
|
5524
|
+
/* @__PURE__ */ React95.createElement(
|
|
5620
5525
|
"path",
|
|
5621
5526
|
{
|
|
5622
5527
|
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",
|
|
@@ -5634,15 +5539,15 @@ var Promotion_exports = {};
|
|
|
5634
5539
|
__export(Promotion_exports, {
|
|
5635
5540
|
default: () => Promotion_default
|
|
5636
5541
|
});
|
|
5637
|
-
var
|
|
5542
|
+
var React96, SvgPromotion, Promotion_default;
|
|
5638
5543
|
var init_Promotion = __esm({
|
|
5639
5544
|
"src/react/Promotion.tsx"() {
|
|
5640
5545
|
"use strict";
|
|
5641
|
-
|
|
5546
|
+
React96 = __toESM(require("react"));
|
|
5642
5547
|
init_types();
|
|
5643
5548
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
5644
5549
|
const sizeValue = resolveSize(size);
|
|
5645
|
-
return /* @__PURE__ */
|
|
5550
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5646
5551
|
"svg",
|
|
5647
5552
|
{
|
|
5648
5553
|
width: sizeValue,
|
|
@@ -5652,7 +5557,7 @@ var init_Promotion = __esm({
|
|
|
5652
5557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5653
5558
|
...props
|
|
5654
5559
|
},
|
|
5655
|
-
/* @__PURE__ */
|
|
5560
|
+
/* @__PURE__ */ React96.createElement(
|
|
5656
5561
|
"path",
|
|
5657
5562
|
{
|
|
5658
5563
|
fillRule: "evenodd",
|
|
@@ -5661,7 +5566,7 @@ var init_Promotion = __esm({
|
|
|
5661
5566
|
fill: "currentColor"
|
|
5662
5567
|
}
|
|
5663
5568
|
),
|
|
5664
|
-
/* @__PURE__ */
|
|
5569
|
+
/* @__PURE__ */ React96.createElement(
|
|
5665
5570
|
"path",
|
|
5666
5571
|
{
|
|
5667
5572
|
fillRule: "evenodd",
|
|
@@ -5670,7 +5575,7 @@ var init_Promotion = __esm({
|
|
|
5670
5575
|
fill: "currentColor"
|
|
5671
5576
|
}
|
|
5672
5577
|
),
|
|
5673
|
-
/* @__PURE__ */
|
|
5578
|
+
/* @__PURE__ */ React96.createElement(
|
|
5674
5579
|
"path",
|
|
5675
5580
|
{
|
|
5676
5581
|
fillRule: "evenodd",
|
|
@@ -5679,7 +5584,7 @@ var init_Promotion = __esm({
|
|
|
5679
5584
|
fill: "currentColor"
|
|
5680
5585
|
}
|
|
5681
5586
|
),
|
|
5682
|
-
/* @__PURE__ */
|
|
5587
|
+
/* @__PURE__ */ React96.createElement(
|
|
5683
5588
|
"path",
|
|
5684
5589
|
{
|
|
5685
5590
|
fillRule: "evenodd",
|
|
@@ -5699,15 +5604,15 @@ var PropertiesFilled_exports = {};
|
|
|
5699
5604
|
__export(PropertiesFilled_exports, {
|
|
5700
5605
|
default: () => PropertiesFilled_default
|
|
5701
5606
|
});
|
|
5702
|
-
var
|
|
5607
|
+
var React97, SvgPropertiesFilled, PropertiesFilled_default;
|
|
5703
5608
|
var init_PropertiesFilled = __esm({
|
|
5704
5609
|
"src/react/PropertiesFilled.tsx"() {
|
|
5705
5610
|
"use strict";
|
|
5706
|
-
|
|
5611
|
+
React97 = __toESM(require("react"));
|
|
5707
5612
|
init_types();
|
|
5708
5613
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
5709
5614
|
const sizeValue = resolveSize(size);
|
|
5710
|
-
return /* @__PURE__ */
|
|
5615
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5711
5616
|
"svg",
|
|
5712
5617
|
{
|
|
5713
5618
|
width: sizeValue,
|
|
@@ -5717,7 +5622,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5717
5622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5718
5623
|
...props
|
|
5719
5624
|
},
|
|
5720
|
-
/* @__PURE__ */
|
|
5625
|
+
/* @__PURE__ */ React97.createElement(
|
|
5721
5626
|
"path",
|
|
5722
5627
|
{
|
|
5723
5628
|
fillRule: "evenodd",
|
|
@@ -5726,7 +5631,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5726
5631
|
fill: "currentColor"
|
|
5727
5632
|
}
|
|
5728
5633
|
),
|
|
5729
|
-
/* @__PURE__ */
|
|
5634
|
+
/* @__PURE__ */ React97.createElement(
|
|
5730
5635
|
"path",
|
|
5731
5636
|
{
|
|
5732
5637
|
fillRule: "evenodd",
|
|
@@ -5735,7 +5640,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5735
5640
|
fill: "currentColor"
|
|
5736
5641
|
}
|
|
5737
5642
|
),
|
|
5738
|
-
/* @__PURE__ */
|
|
5643
|
+
/* @__PURE__ */ React97.createElement(
|
|
5739
5644
|
"path",
|
|
5740
5645
|
{
|
|
5741
5646
|
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",
|
|
@@ -5753,15 +5658,15 @@ var PropertiesLinear_exports = {};
|
|
|
5753
5658
|
__export(PropertiesLinear_exports, {
|
|
5754
5659
|
default: () => PropertiesLinear_default
|
|
5755
5660
|
});
|
|
5756
|
-
var
|
|
5661
|
+
var React98, SvgPropertiesLinear, PropertiesLinear_default;
|
|
5757
5662
|
var init_PropertiesLinear = __esm({
|
|
5758
5663
|
"src/react/PropertiesLinear.tsx"() {
|
|
5759
5664
|
"use strict";
|
|
5760
|
-
|
|
5665
|
+
React98 = __toESM(require("react"));
|
|
5761
5666
|
init_types();
|
|
5762
5667
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
5763
5668
|
const sizeValue = resolveSize(size);
|
|
5764
|
-
return /* @__PURE__ */
|
|
5669
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5765
5670
|
"svg",
|
|
5766
5671
|
{
|
|
5767
5672
|
width: sizeValue,
|
|
@@ -5771,7 +5676,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5771
5676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5772
5677
|
...props
|
|
5773
5678
|
},
|
|
5774
|
-
/* @__PURE__ */
|
|
5679
|
+
/* @__PURE__ */ React98.createElement(
|
|
5775
5680
|
"path",
|
|
5776
5681
|
{
|
|
5777
5682
|
fillRule: "evenodd",
|
|
@@ -5780,7 +5685,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5780
5685
|
fill: "currentColor"
|
|
5781
5686
|
}
|
|
5782
5687
|
),
|
|
5783
|
-
/* @__PURE__ */
|
|
5688
|
+
/* @__PURE__ */ React98.createElement(
|
|
5784
5689
|
"path",
|
|
5785
5690
|
{
|
|
5786
5691
|
fillRule: "evenodd",
|
|
@@ -5789,7 +5694,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5789
5694
|
fill: "currentColor"
|
|
5790
5695
|
}
|
|
5791
5696
|
),
|
|
5792
|
-
/* @__PURE__ */
|
|
5697
|
+
/* @__PURE__ */ React98.createElement(
|
|
5793
5698
|
"path",
|
|
5794
5699
|
{
|
|
5795
5700
|
fillRule: "evenodd",
|
|
@@ -5798,7 +5703,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5798
5703
|
fill: "currentColor"
|
|
5799
5704
|
}
|
|
5800
5705
|
),
|
|
5801
|
-
/* @__PURE__ */
|
|
5706
|
+
/* @__PURE__ */ React98.createElement(
|
|
5802
5707
|
"path",
|
|
5803
5708
|
{
|
|
5804
5709
|
fillRule: "evenodd",
|
|
@@ -5807,7 +5712,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5807
5712
|
fill: "currentColor"
|
|
5808
5713
|
}
|
|
5809
5714
|
),
|
|
5810
|
-
/* @__PURE__ */
|
|
5715
|
+
/* @__PURE__ */ React98.createElement(
|
|
5811
5716
|
"path",
|
|
5812
5717
|
{
|
|
5813
5718
|
fillRule: "evenodd",
|
|
@@ -5816,7 +5721,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5816
5721
|
fill: "currentColor"
|
|
5817
5722
|
}
|
|
5818
5723
|
),
|
|
5819
|
-
/* @__PURE__ */
|
|
5724
|
+
/* @__PURE__ */ React98.createElement(
|
|
5820
5725
|
"path",
|
|
5821
5726
|
{
|
|
5822
5727
|
fillRule: "evenodd",
|
|
@@ -5825,7 +5730,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5825
5730
|
fill: "currentColor"
|
|
5826
5731
|
}
|
|
5827
5732
|
),
|
|
5828
|
-
/* @__PURE__ */
|
|
5733
|
+
/* @__PURE__ */ React98.createElement(
|
|
5829
5734
|
"path",
|
|
5830
5735
|
{
|
|
5831
5736
|
fillRule: "evenodd",
|
|
@@ -5845,15 +5750,15 @@ var Rent_exports = {};
|
|
|
5845
5750
|
__export(Rent_exports, {
|
|
5846
5751
|
default: () => Rent_default
|
|
5847
5752
|
});
|
|
5848
|
-
var
|
|
5753
|
+
var React99, SvgRent, Rent_default;
|
|
5849
5754
|
var init_Rent = __esm({
|
|
5850
5755
|
"src/react/Rent.tsx"() {
|
|
5851
5756
|
"use strict";
|
|
5852
|
-
|
|
5757
|
+
React99 = __toESM(require("react"));
|
|
5853
5758
|
init_types();
|
|
5854
5759
|
SvgRent = ({ size = 16, ...props }) => {
|
|
5855
5760
|
const sizeValue = resolveSize(size);
|
|
5856
|
-
return /* @__PURE__ */
|
|
5761
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5857
5762
|
"svg",
|
|
5858
5763
|
{
|
|
5859
5764
|
width: sizeValue,
|
|
@@ -5863,7 +5768,7 @@ var init_Rent = __esm({
|
|
|
5863
5768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5864
5769
|
...props
|
|
5865
5770
|
},
|
|
5866
|
-
/* @__PURE__ */
|
|
5771
|
+
/* @__PURE__ */ React99.createElement(
|
|
5867
5772
|
"path",
|
|
5868
5773
|
{
|
|
5869
5774
|
fillRule: "evenodd",
|
|
@@ -5872,7 +5777,7 @@ var init_Rent = __esm({
|
|
|
5872
5777
|
fill: "currentColor"
|
|
5873
5778
|
}
|
|
5874
5779
|
),
|
|
5875
|
-
/* @__PURE__ */
|
|
5780
|
+
/* @__PURE__ */ React99.createElement(
|
|
5876
5781
|
"path",
|
|
5877
5782
|
{
|
|
5878
5783
|
fillRule: "evenodd",
|
|
@@ -5881,7 +5786,7 @@ var init_Rent = __esm({
|
|
|
5881
5786
|
fill: "currentColor"
|
|
5882
5787
|
}
|
|
5883
5788
|
),
|
|
5884
|
-
/* @__PURE__ */
|
|
5789
|
+
/* @__PURE__ */ React99.createElement(
|
|
5885
5790
|
"path",
|
|
5886
5791
|
{
|
|
5887
5792
|
fillRule: "evenodd",
|
|
@@ -5901,15 +5806,15 @@ var Restaurant_exports = {};
|
|
|
5901
5806
|
__export(Restaurant_exports, {
|
|
5902
5807
|
default: () => Restaurant_default
|
|
5903
5808
|
});
|
|
5904
|
-
var
|
|
5809
|
+
var React100, SvgRestaurant, Restaurant_default;
|
|
5905
5810
|
var init_Restaurant = __esm({
|
|
5906
5811
|
"src/react/Restaurant.tsx"() {
|
|
5907
5812
|
"use strict";
|
|
5908
|
-
|
|
5813
|
+
React100 = __toESM(require("react"));
|
|
5909
5814
|
init_types();
|
|
5910
5815
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
5911
5816
|
const sizeValue = resolveSize(size);
|
|
5912
|
-
return /* @__PURE__ */
|
|
5817
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5913
5818
|
"svg",
|
|
5914
5819
|
{
|
|
5915
5820
|
width: sizeValue,
|
|
@@ -5919,7 +5824,7 @@ var init_Restaurant = __esm({
|
|
|
5919
5824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5920
5825
|
...props
|
|
5921
5826
|
},
|
|
5922
|
-
/* @__PURE__ */
|
|
5827
|
+
/* @__PURE__ */ React100.createElement(
|
|
5923
5828
|
"path",
|
|
5924
5829
|
{
|
|
5925
5830
|
fillRule: "evenodd",
|
|
@@ -5928,7 +5833,7 @@ var init_Restaurant = __esm({
|
|
|
5928
5833
|
fill: "currentColor"
|
|
5929
5834
|
}
|
|
5930
5835
|
),
|
|
5931
|
-
/* @__PURE__ */
|
|
5836
|
+
/* @__PURE__ */ React100.createElement(
|
|
5932
5837
|
"path",
|
|
5933
5838
|
{
|
|
5934
5839
|
fillRule: "evenodd",
|
|
@@ -5948,15 +5853,15 @@ var Sale_exports = {};
|
|
|
5948
5853
|
__export(Sale_exports, {
|
|
5949
5854
|
default: () => Sale_default
|
|
5950
5855
|
});
|
|
5951
|
-
var
|
|
5856
|
+
var React101, SvgSale, Sale_default;
|
|
5952
5857
|
var init_Sale = __esm({
|
|
5953
5858
|
"src/react/Sale.tsx"() {
|
|
5954
5859
|
"use strict";
|
|
5955
|
-
|
|
5860
|
+
React101 = __toESM(require("react"));
|
|
5956
5861
|
init_types();
|
|
5957
5862
|
SvgSale = ({ size = 16, ...props }) => {
|
|
5958
5863
|
const sizeValue = resolveSize(size);
|
|
5959
|
-
return /* @__PURE__ */
|
|
5864
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5960
5865
|
"svg",
|
|
5961
5866
|
{
|
|
5962
5867
|
width: sizeValue,
|
|
@@ -5966,7 +5871,7 @@ var init_Sale = __esm({
|
|
|
5966
5871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5967
5872
|
...props
|
|
5968
5873
|
},
|
|
5969
|
-
/* @__PURE__ */
|
|
5874
|
+
/* @__PURE__ */ React101.createElement(
|
|
5970
5875
|
"path",
|
|
5971
5876
|
{
|
|
5972
5877
|
fillRule: "evenodd",
|
|
@@ -5975,7 +5880,7 @@ var init_Sale = __esm({
|
|
|
5975
5880
|
fill: "currentColor"
|
|
5976
5881
|
}
|
|
5977
5882
|
),
|
|
5978
|
-
/* @__PURE__ */
|
|
5883
|
+
/* @__PURE__ */ React101.createElement(
|
|
5979
5884
|
"path",
|
|
5980
5885
|
{
|
|
5981
5886
|
fillRule: "evenodd",
|
|
@@ -5984,7 +5889,7 @@ var init_Sale = __esm({
|
|
|
5984
5889
|
fill: "currentColor"
|
|
5985
5890
|
}
|
|
5986
5891
|
),
|
|
5987
|
-
/* @__PURE__ */
|
|
5892
|
+
/* @__PURE__ */ React101.createElement(
|
|
5988
5893
|
"path",
|
|
5989
5894
|
{
|
|
5990
5895
|
fillRule: "evenodd",
|
|
@@ -6004,15 +5909,15 @@ var Search_exports = {};
|
|
|
6004
5909
|
__export(Search_exports, {
|
|
6005
5910
|
default: () => Search_default
|
|
6006
5911
|
});
|
|
6007
|
-
var
|
|
5912
|
+
var React102, SvgSearch, Search_default;
|
|
6008
5913
|
var init_Search = __esm({
|
|
6009
5914
|
"src/react/Search.tsx"() {
|
|
6010
5915
|
"use strict";
|
|
6011
|
-
|
|
5916
|
+
React102 = __toESM(require("react"));
|
|
6012
5917
|
init_types();
|
|
6013
5918
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
6014
5919
|
const sizeValue = resolveSize(size);
|
|
6015
|
-
return /* @__PURE__ */
|
|
5920
|
+
return /* @__PURE__ */ React102.createElement(
|
|
6016
5921
|
"svg",
|
|
6017
5922
|
{
|
|
6018
5923
|
width: sizeValue,
|
|
@@ -6022,7 +5927,7 @@ var init_Search = __esm({
|
|
|
6022
5927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6023
5928
|
...props
|
|
6024
5929
|
},
|
|
6025
|
-
/* @__PURE__ */
|
|
5930
|
+
/* @__PURE__ */ React102.createElement(
|
|
6026
5931
|
"path",
|
|
6027
5932
|
{
|
|
6028
5933
|
fillRule: "evenodd",
|
|
@@ -6031,7 +5936,7 @@ var init_Search = __esm({
|
|
|
6031
5936
|
fill: "currentColor"
|
|
6032
5937
|
}
|
|
6033
5938
|
),
|
|
6034
|
-
/* @__PURE__ */
|
|
5939
|
+
/* @__PURE__ */ React102.createElement(
|
|
6035
5940
|
"path",
|
|
6036
5941
|
{
|
|
6037
5942
|
fillRule: "evenodd",
|
|
@@ -6051,15 +5956,15 @@ var SearchX_exports = {};
|
|
|
6051
5956
|
__export(SearchX_exports, {
|
|
6052
5957
|
default: () => SearchX_default
|
|
6053
5958
|
});
|
|
6054
|
-
var
|
|
5959
|
+
var React103, SvgSearchX, SearchX_default;
|
|
6055
5960
|
var init_SearchX = __esm({
|
|
6056
5961
|
"src/react/SearchX.tsx"() {
|
|
6057
5962
|
"use strict";
|
|
6058
|
-
|
|
5963
|
+
React103 = __toESM(require("react"));
|
|
6059
5964
|
init_types();
|
|
6060
5965
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
6061
5966
|
const sizeValue = resolveSize(size);
|
|
6062
|
-
return /* @__PURE__ */
|
|
5967
|
+
return /* @__PURE__ */ React103.createElement(
|
|
6063
5968
|
"svg",
|
|
6064
5969
|
{
|
|
6065
5970
|
width: sizeValue,
|
|
@@ -6069,7 +5974,7 @@ var init_SearchX = __esm({
|
|
|
6069
5974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6070
5975
|
...props
|
|
6071
5976
|
},
|
|
6072
|
-
/* @__PURE__ */
|
|
5977
|
+
/* @__PURE__ */ React103.createElement(
|
|
6073
5978
|
"path",
|
|
6074
5979
|
{
|
|
6075
5980
|
fillRule: "evenodd",
|
|
@@ -6078,7 +5983,7 @@ var init_SearchX = __esm({
|
|
|
6078
5983
|
fill: "currentColor"
|
|
6079
5984
|
}
|
|
6080
5985
|
),
|
|
6081
|
-
/* @__PURE__ */
|
|
5986
|
+
/* @__PURE__ */ React103.createElement(
|
|
6082
5987
|
"path",
|
|
6083
5988
|
{
|
|
6084
5989
|
fillRule: "evenodd",
|
|
@@ -6087,7 +5992,7 @@ var init_SearchX = __esm({
|
|
|
6087
5992
|
fill: "currentColor"
|
|
6088
5993
|
}
|
|
6089
5994
|
),
|
|
6090
|
-
/* @__PURE__ */
|
|
5995
|
+
/* @__PURE__ */ React103.createElement(
|
|
6091
5996
|
"path",
|
|
6092
5997
|
{
|
|
6093
5998
|
fillRule: "evenodd",
|
|
@@ -6096,7 +6001,7 @@ var init_SearchX = __esm({
|
|
|
6096
6001
|
fill: "currentColor"
|
|
6097
6002
|
}
|
|
6098
6003
|
),
|
|
6099
|
-
/* @__PURE__ */
|
|
6004
|
+
/* @__PURE__ */ React103.createElement(
|
|
6100
6005
|
"path",
|
|
6101
6006
|
{
|
|
6102
6007
|
fillRule: "evenodd",
|
|
@@ -6116,15 +6021,15 @@ var Share_exports = {};
|
|
|
6116
6021
|
__export(Share_exports, {
|
|
6117
6022
|
default: () => Share_default
|
|
6118
6023
|
});
|
|
6119
|
-
var
|
|
6024
|
+
var React104, SvgShare, Share_default;
|
|
6120
6025
|
var init_Share = __esm({
|
|
6121
6026
|
"src/react/Share.tsx"() {
|
|
6122
6027
|
"use strict";
|
|
6123
|
-
|
|
6028
|
+
React104 = __toESM(require("react"));
|
|
6124
6029
|
init_types();
|
|
6125
6030
|
SvgShare = ({ size = 16, ...props }) => {
|
|
6126
6031
|
const sizeValue = resolveSize(size);
|
|
6127
|
-
return /* @__PURE__ */
|
|
6032
|
+
return /* @__PURE__ */ React104.createElement(
|
|
6128
6033
|
"svg",
|
|
6129
6034
|
{
|
|
6130
6035
|
width: sizeValue,
|
|
@@ -6134,7 +6039,7 @@ var init_Share = __esm({
|
|
|
6134
6039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6135
6040
|
...props
|
|
6136
6041
|
},
|
|
6137
|
-
/* @__PURE__ */
|
|
6042
|
+
/* @__PURE__ */ React104.createElement(
|
|
6138
6043
|
"path",
|
|
6139
6044
|
{
|
|
6140
6045
|
fillRule: "evenodd",
|
|
@@ -6143,7 +6048,7 @@ var init_Share = __esm({
|
|
|
6143
6048
|
fill: "currentColor"
|
|
6144
6049
|
}
|
|
6145
6050
|
),
|
|
6146
|
-
/* @__PURE__ */
|
|
6051
|
+
/* @__PURE__ */ React104.createElement(
|
|
6147
6052
|
"path",
|
|
6148
6053
|
{
|
|
6149
6054
|
fillRule: "evenodd",
|
|
@@ -6152,7 +6057,7 @@ var init_Share = __esm({
|
|
|
6152
6057
|
fill: "currentColor"
|
|
6153
6058
|
}
|
|
6154
6059
|
),
|
|
6155
|
-
/* @__PURE__ */
|
|
6060
|
+
/* @__PURE__ */ React104.createElement(
|
|
6156
6061
|
"path",
|
|
6157
6062
|
{
|
|
6158
6063
|
fillRule: "evenodd",
|
|
@@ -6172,15 +6077,15 @@ var Size3D_exports = {};
|
|
|
6172
6077
|
__export(Size3D_exports, {
|
|
6173
6078
|
default: () => Size3D_default
|
|
6174
6079
|
});
|
|
6175
|
-
var
|
|
6080
|
+
var React105, SvgSize3D, Size3D_default;
|
|
6176
6081
|
var init_Size3D = __esm({
|
|
6177
6082
|
"src/react/Size3D.tsx"() {
|
|
6178
6083
|
"use strict";
|
|
6179
|
-
|
|
6084
|
+
React105 = __toESM(require("react"));
|
|
6180
6085
|
init_types();
|
|
6181
6086
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
6182
6087
|
const sizeValue = resolveSize(size);
|
|
6183
|
-
return /* @__PURE__ */
|
|
6088
|
+
return /* @__PURE__ */ React105.createElement(
|
|
6184
6089
|
"svg",
|
|
6185
6090
|
{
|
|
6186
6091
|
width: sizeValue,
|
|
@@ -6190,7 +6095,7 @@ var init_Size3D = __esm({
|
|
|
6190
6095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6191
6096
|
...props
|
|
6192
6097
|
},
|
|
6193
|
-
/* @__PURE__ */
|
|
6098
|
+
/* @__PURE__ */ React105.createElement(
|
|
6194
6099
|
"path",
|
|
6195
6100
|
{
|
|
6196
6101
|
fillRule: "evenodd",
|
|
@@ -6199,7 +6104,7 @@ var init_Size3D = __esm({
|
|
|
6199
6104
|
fill: "currentColor"
|
|
6200
6105
|
}
|
|
6201
6106
|
),
|
|
6202
|
-
/* @__PURE__ */
|
|
6107
|
+
/* @__PURE__ */ React105.createElement(
|
|
6203
6108
|
"path",
|
|
6204
6109
|
{
|
|
6205
6110
|
fillRule: "evenodd",
|
|
@@ -6208,7 +6113,7 @@ var init_Size3D = __esm({
|
|
|
6208
6113
|
fill: "currentColor"
|
|
6209
6114
|
}
|
|
6210
6115
|
),
|
|
6211
|
-
/* @__PURE__ */
|
|
6116
|
+
/* @__PURE__ */ React105.createElement(
|
|
6212
6117
|
"path",
|
|
6213
6118
|
{
|
|
6214
6119
|
fillRule: "evenodd",
|
|
@@ -6217,7 +6122,7 @@ var init_Size3D = __esm({
|
|
|
6217
6122
|
fill: "currentColor"
|
|
6218
6123
|
}
|
|
6219
6124
|
),
|
|
6220
|
-
/* @__PURE__ */
|
|
6125
|
+
/* @__PURE__ */ React105.createElement(
|
|
6221
6126
|
"path",
|
|
6222
6127
|
{
|
|
6223
6128
|
fillRule: "evenodd",
|
|
@@ -6237,15 +6142,15 @@ var StatusDot_exports = {};
|
|
|
6237
6142
|
__export(StatusDot_exports, {
|
|
6238
6143
|
default: () => StatusDot_default
|
|
6239
6144
|
});
|
|
6240
|
-
var
|
|
6145
|
+
var React106, SvgStatusDot, StatusDot_default;
|
|
6241
6146
|
var init_StatusDot = __esm({
|
|
6242
6147
|
"src/react/StatusDot.tsx"() {
|
|
6243
6148
|
"use strict";
|
|
6244
|
-
|
|
6149
|
+
React106 = __toESM(require("react"));
|
|
6245
6150
|
init_types();
|
|
6246
6151
|
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
6247
6152
|
const sizeValue = resolveSize(size);
|
|
6248
|
-
return /* @__PURE__ */
|
|
6153
|
+
return /* @__PURE__ */ React106.createElement(
|
|
6249
6154
|
"svg",
|
|
6250
6155
|
{
|
|
6251
6156
|
width: sizeValue,
|
|
@@ -6255,7 +6160,7 @@ var init_StatusDot = __esm({
|
|
|
6255
6160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6256
6161
|
...props
|
|
6257
6162
|
},
|
|
6258
|
-
/* @__PURE__ */
|
|
6163
|
+
/* @__PURE__ */ React106.createElement(
|
|
6259
6164
|
"path",
|
|
6260
6165
|
{
|
|
6261
6166
|
d: "M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z",
|
|
@@ -6273,15 +6178,15 @@ var Storage_exports = {};
|
|
|
6273
6178
|
__export(Storage_exports, {
|
|
6274
6179
|
default: () => Storage_default
|
|
6275
6180
|
});
|
|
6276
|
-
var
|
|
6181
|
+
var React107, SvgStorage, Storage_default;
|
|
6277
6182
|
var init_Storage = __esm({
|
|
6278
6183
|
"src/react/Storage.tsx"() {
|
|
6279
6184
|
"use strict";
|
|
6280
|
-
|
|
6185
|
+
React107 = __toESM(require("react"));
|
|
6281
6186
|
init_types();
|
|
6282
6187
|
SvgStorage = ({ size = 16, ...props }) => {
|
|
6283
6188
|
const sizeValue = resolveSize(size);
|
|
6284
|
-
return /* @__PURE__ */
|
|
6189
|
+
return /* @__PURE__ */ React107.createElement(
|
|
6285
6190
|
"svg",
|
|
6286
6191
|
{
|
|
6287
6192
|
width: sizeValue,
|
|
@@ -6291,7 +6196,7 @@ var init_Storage = __esm({
|
|
|
6291
6196
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6292
6197
|
...props
|
|
6293
6198
|
},
|
|
6294
|
-
/* @__PURE__ */
|
|
6199
|
+
/* @__PURE__ */ React107.createElement(
|
|
6295
6200
|
"path",
|
|
6296
6201
|
{
|
|
6297
6202
|
d: "M15.4409 1.4502C16.1602 1.46435 16.8446 1.76362 17.3433 2.28223C17.8384 2.79713 18.11 3.48636 18.1001 4.2002V11.2002H21.4409C22.1602 11.2143 22.8446 11.5136 23.3433 12.0322C23.8384 12.5471 24.11 13.2364 24.1001 13.9502V19.7842C24.1141 20.5035 23.8419 21.1992 23.3433 21.7178C22.8446 22.2364 22.1602 22.5357 21.4409 22.5498H13.9087C13.2093 22.5356 12.5448 22.2504 12.0503 21.7578C11.5555 22.2505 10.8906 22.536 10.1909 22.5498H2.65966C1.94072 22.5353 1.25678 22.236 0.758296 21.7178C0.259869 21.1994 -0.0130903 20.5041 0.000483051 19.7852V13.9502C-0.00914487 13.2364 0.263254 12.5471 0.758296 12.0322C1.25678 11.514 1.94072 11.2147 2.65966 11.2002H5.25048V4.2002C5.24085 3.48643 5.51228 2.79707 6.00732 2.28223C6.50573 1.76389 7.18976 1.46484 7.90869 1.4502H15.4409ZM12.8511 19.7998H12.8501C12.8502 19.8047 12.8491 19.8096 12.8491 19.8145L12.8501 19.8154C12.8445 20.1108 12.9565 20.3959 13.1606 20.6084C13.3653 20.8212 13.6467 20.9442 13.9419 20.9502H21.4097C21.7047 20.9444 21.9854 20.8211 22.1899 20.6084C22.3944 20.3957 22.5062 20.1104 22.5005 19.8154V13.9346C22.5062 13.6396 22.3944 13.3543 22.1899 13.1416C22.0108 12.9553 21.7734 12.8379 21.519 12.8076L21.4097 12.7998H20.3501V18.0498H15.0005V12.7998H12.8511V19.7998ZM2.58154 12.8076C2.32746 12.8381 2.09056 12.9555 1.91162 13.1416C1.70705 13.3544 1.59454 13.6395 1.60009 13.9346L1.60107 13.9424V19.8076L1.60009 19.8154C1.59454 20.1105 1.70705 20.3956 1.91162 20.6084C2.11623 20.8211 2.39678 20.9442 2.69189 20.9502H10.1597C10.4548 20.9444 10.7354 20.8212 10.9399 20.6084C11.1445 20.3956 11.2562 20.1105 11.2505 19.8154L11.2515 19.8145C11.2515 19.8047 11.2503 19.7949 11.2505 19.7852V12.7998H9.10009V18.0498H3.75048V12.7998H2.69189L2.58154 12.8076ZM16.6001 16.4502H18.7505V12.7998H16.6001V16.4502ZM5.35009 16.4502H7.50048V12.7998H5.35009V16.4502ZM7.83154 3.05762C7.57728 3.08805 7.33968 3.2054 7.16064 3.3916C6.9562 3.60433 6.84454 3.88957 6.85009 4.18457V11.2002H16.5005V4.18457C16.5062 3.88956 16.3944 3.60434 16.1899 3.3916C16.0108 3.20535 15.7734 3.08785 15.519 3.05762L15.4097 3.0498H14.3501V8.2998H9.00048V3.0498H7.94189L7.83154 3.05762ZM10.6001 6.7002H12.7505V3.0498H10.6001V6.7002Z",
|
|
@@ -6309,15 +6214,15 @@ var Store_exports = {};
|
|
|
6309
6214
|
__export(Store_exports, {
|
|
6310
6215
|
default: () => Store_default
|
|
6311
6216
|
});
|
|
6312
|
-
var
|
|
6217
|
+
var React108, SvgStore, Store_default;
|
|
6313
6218
|
var init_Store = __esm({
|
|
6314
6219
|
"src/react/Store.tsx"() {
|
|
6315
6220
|
"use strict";
|
|
6316
|
-
|
|
6221
|
+
React108 = __toESM(require("react"));
|
|
6317
6222
|
init_types();
|
|
6318
6223
|
SvgStore = ({ size = 16, ...props }) => {
|
|
6319
6224
|
const sizeValue = resolveSize(size);
|
|
6320
|
-
return /* @__PURE__ */
|
|
6225
|
+
return /* @__PURE__ */ React108.createElement(
|
|
6321
6226
|
"svg",
|
|
6322
6227
|
{
|
|
6323
6228
|
width: sizeValue,
|
|
@@ -6327,7 +6232,7 @@ var init_Store = __esm({
|
|
|
6327
6232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6328
6233
|
...props
|
|
6329
6234
|
},
|
|
6330
|
-
/* @__PURE__ */
|
|
6235
|
+
/* @__PURE__ */ React108.createElement(
|
|
6331
6236
|
"path",
|
|
6332
6237
|
{
|
|
6333
6238
|
fillRule: "evenodd",
|
|
@@ -6347,15 +6252,15 @@ var SwimmingPool_exports = {};
|
|
|
6347
6252
|
__export(SwimmingPool_exports, {
|
|
6348
6253
|
default: () => SwimmingPool_default
|
|
6349
6254
|
});
|
|
6350
|
-
var
|
|
6255
|
+
var React109, SvgSwimmingPool, SwimmingPool_default;
|
|
6351
6256
|
var init_SwimmingPool = __esm({
|
|
6352
6257
|
"src/react/SwimmingPool.tsx"() {
|
|
6353
6258
|
"use strict";
|
|
6354
|
-
|
|
6259
|
+
React109 = __toESM(require("react"));
|
|
6355
6260
|
init_types();
|
|
6356
6261
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
6357
6262
|
const sizeValue = resolveSize(size);
|
|
6358
|
-
return /* @__PURE__ */
|
|
6263
|
+
return /* @__PURE__ */ React109.createElement(
|
|
6359
6264
|
"svg",
|
|
6360
6265
|
{
|
|
6361
6266
|
width: sizeValue,
|
|
@@ -6365,7 +6270,7 @@ var init_SwimmingPool = __esm({
|
|
|
6365
6270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6366
6271
|
...props
|
|
6367
6272
|
},
|
|
6368
|
-
/* @__PURE__ */
|
|
6273
|
+
/* @__PURE__ */ React109.createElement(
|
|
6369
6274
|
"path",
|
|
6370
6275
|
{
|
|
6371
6276
|
fillRule: "evenodd",
|
|
@@ -6374,7 +6279,7 @@ var init_SwimmingPool = __esm({
|
|
|
6374
6279
|
fill: "currentColor"
|
|
6375
6280
|
}
|
|
6376
6281
|
),
|
|
6377
|
-
/* @__PURE__ */
|
|
6282
|
+
/* @__PURE__ */ React109.createElement(
|
|
6378
6283
|
"path",
|
|
6379
6284
|
{
|
|
6380
6285
|
fillRule: "evenodd",
|
|
@@ -6383,7 +6288,7 @@ var init_SwimmingPool = __esm({
|
|
|
6383
6288
|
fill: "currentColor"
|
|
6384
6289
|
}
|
|
6385
6290
|
),
|
|
6386
|
-
/* @__PURE__ */
|
|
6291
|
+
/* @__PURE__ */ React109.createElement(
|
|
6387
6292
|
"path",
|
|
6388
6293
|
{
|
|
6389
6294
|
fillRule: "evenodd",
|
|
@@ -6392,7 +6297,7 @@ var init_SwimmingPool = __esm({
|
|
|
6392
6297
|
fill: "currentColor"
|
|
6393
6298
|
}
|
|
6394
6299
|
),
|
|
6395
|
-
/* @__PURE__ */
|
|
6300
|
+
/* @__PURE__ */ React109.createElement(
|
|
6396
6301
|
"path",
|
|
6397
6302
|
{
|
|
6398
6303
|
fillRule: "evenodd",
|
|
@@ -6401,7 +6306,7 @@ var init_SwimmingPool = __esm({
|
|
|
6401
6306
|
fill: "currentColor"
|
|
6402
6307
|
}
|
|
6403
6308
|
),
|
|
6404
|
-
/* @__PURE__ */
|
|
6309
|
+
/* @__PURE__ */ React109.createElement(
|
|
6405
6310
|
"path",
|
|
6406
6311
|
{
|
|
6407
6312
|
fillRule: "evenodd",
|
|
@@ -6410,7 +6315,7 @@ var init_SwimmingPool = __esm({
|
|
|
6410
6315
|
fill: "currentColor"
|
|
6411
6316
|
}
|
|
6412
6317
|
),
|
|
6413
|
-
/* @__PURE__ */
|
|
6318
|
+
/* @__PURE__ */ React109.createElement(
|
|
6414
6319
|
"path",
|
|
6415
6320
|
{
|
|
6416
6321
|
fillRule: "evenodd",
|
|
@@ -6430,15 +6335,15 @@ var Tasks_exports = {};
|
|
|
6430
6335
|
__export(Tasks_exports, {
|
|
6431
6336
|
default: () => Tasks_default
|
|
6432
6337
|
});
|
|
6433
|
-
var
|
|
6338
|
+
var React110, SvgTasks, Tasks_default;
|
|
6434
6339
|
var init_Tasks = __esm({
|
|
6435
6340
|
"src/react/Tasks.tsx"() {
|
|
6436
6341
|
"use strict";
|
|
6437
|
-
|
|
6342
|
+
React110 = __toESM(require("react"));
|
|
6438
6343
|
init_types();
|
|
6439
6344
|
SvgTasks = ({ size = 16, ...props }) => {
|
|
6440
6345
|
const sizeValue = resolveSize(size);
|
|
6441
|
-
return /* @__PURE__ */
|
|
6346
|
+
return /* @__PURE__ */ React110.createElement(
|
|
6442
6347
|
"svg",
|
|
6443
6348
|
{
|
|
6444
6349
|
width: sizeValue,
|
|
@@ -6448,7 +6353,7 @@ var init_Tasks = __esm({
|
|
|
6448
6353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6449
6354
|
...props
|
|
6450
6355
|
},
|
|
6451
|
-
/* @__PURE__ */
|
|
6356
|
+
/* @__PURE__ */ React110.createElement(
|
|
6452
6357
|
"path",
|
|
6453
6358
|
{
|
|
6454
6359
|
fillRule: "evenodd",
|
|
@@ -6457,7 +6362,7 @@ var init_Tasks = __esm({
|
|
|
6457
6362
|
fill: "currentColor"
|
|
6458
6363
|
}
|
|
6459
6364
|
),
|
|
6460
|
-
/* @__PURE__ */
|
|
6365
|
+
/* @__PURE__ */ React110.createElement(
|
|
6461
6366
|
"path",
|
|
6462
6367
|
{
|
|
6463
6368
|
fillRule: "evenodd",
|
|
@@ -6466,7 +6371,7 @@ var init_Tasks = __esm({
|
|
|
6466
6371
|
fill: "currentColor"
|
|
6467
6372
|
}
|
|
6468
6373
|
),
|
|
6469
|
-
/* @__PURE__ */
|
|
6374
|
+
/* @__PURE__ */ React110.createElement(
|
|
6470
6375
|
"path",
|
|
6471
6376
|
{
|
|
6472
6377
|
fillRule: "evenodd",
|
|
@@ -6475,7 +6380,7 @@ var init_Tasks = __esm({
|
|
|
6475
6380
|
fill: "currentColor"
|
|
6476
6381
|
}
|
|
6477
6382
|
),
|
|
6478
|
-
/* @__PURE__ */
|
|
6383
|
+
/* @__PURE__ */ React110.createElement(
|
|
6479
6384
|
"path",
|
|
6480
6385
|
{
|
|
6481
6386
|
fillRule: "evenodd",
|
|
@@ -6484,7 +6389,7 @@ var init_Tasks = __esm({
|
|
|
6484
6389
|
fill: "currentColor"
|
|
6485
6390
|
}
|
|
6486
6391
|
),
|
|
6487
|
-
/* @__PURE__ */
|
|
6392
|
+
/* @__PURE__ */ React110.createElement(
|
|
6488
6393
|
"path",
|
|
6489
6394
|
{
|
|
6490
6395
|
fillRule: "evenodd",
|
|
@@ -6493,7 +6398,7 @@ var init_Tasks = __esm({
|
|
|
6493
6398
|
fill: "currentColor"
|
|
6494
6399
|
}
|
|
6495
6400
|
),
|
|
6496
|
-
/* @__PURE__ */
|
|
6401
|
+
/* @__PURE__ */ React110.createElement(
|
|
6497
6402
|
"path",
|
|
6498
6403
|
{
|
|
6499
6404
|
fillRule: "evenodd",
|
|
@@ -6513,15 +6418,15 @@ var Terrace_exports = {};
|
|
|
6513
6418
|
__export(Terrace_exports, {
|
|
6514
6419
|
default: () => Terrace_default
|
|
6515
6420
|
});
|
|
6516
|
-
var
|
|
6421
|
+
var React111, SvgTerrace, Terrace_default;
|
|
6517
6422
|
var init_Terrace = __esm({
|
|
6518
6423
|
"src/react/Terrace.tsx"() {
|
|
6519
6424
|
"use strict";
|
|
6520
|
-
|
|
6425
|
+
React111 = __toESM(require("react"));
|
|
6521
6426
|
init_types();
|
|
6522
6427
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
6523
6428
|
const sizeValue = resolveSize(size);
|
|
6524
|
-
return /* @__PURE__ */
|
|
6429
|
+
return /* @__PURE__ */ React111.createElement(
|
|
6525
6430
|
"svg",
|
|
6526
6431
|
{
|
|
6527
6432
|
width: sizeValue,
|
|
@@ -6531,7 +6436,7 @@ var init_Terrace = __esm({
|
|
|
6531
6436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6532
6437
|
...props
|
|
6533
6438
|
},
|
|
6534
|
-
/* @__PURE__ */
|
|
6439
|
+
/* @__PURE__ */ React111.createElement(
|
|
6535
6440
|
"path",
|
|
6536
6441
|
{
|
|
6537
6442
|
d: "M19.2676 10.7392C19.9333 10.2802 20.7544 10.1041 21.5498 10.25C22.2459 10.3777 22.8726 10.7431 23.3262 11.2783L23.5098 11.5176L23.668 11.7744C24.007 12.3881 24.1265 13.1031 23.999 13.7988C23.8539 14.591 23.4002 15.2922 22.7393 15.7519L22.7402 15.7529L17.7539 19.2871C17.6752 19.3567 17.5936 19.4218 17.5088 19.4824L18.7139 21.8926C18.9111 22.2877 18.7505 22.7683 18.3555 22.9658C17.9604 23.1631 17.4798 23.0025 17.2822 22.6074L15.9971 20.0371C15.9152 20.0438 15.8327 20.0498 15.75 20.0498H6.62305L6.02441 22.4443C5.91716 22.8728 5.48227 23.1335 5.05371 23.0264C4.62519 22.9191 4.36454 22.4842 4.47168 22.0556L4.97559 20.0361C4.26734 19.9721 3.60066 19.6631 3.09375 19.1562C2.52176 18.5842 2.2002 17.8089 2.2002 17C2.2002 16.1911 2.52176 15.4157 3.09375 14.8437C3.66574 14.2717 4.44109 13.9502 5.25 13.9502H14.7451L19.2588 10.7461L19.2676 10.7392ZM4.80762 9.69334C5.02854 9.31071 5.51776 9.17945 5.90039 9.40037C6.28273 9.6214 6.41323 10.1106 6.19238 10.4931L5.44238 11.792C5.22142 12.1745 4.73218 12.3058 4.34961 12.0849C3.96715 11.864 3.83674 11.3747 4.05762 10.9922L4.80762 9.69334ZM9.59961 9.40037C9.98224 9.17945 10.4715 9.31071 10.6924 9.69334L11.4424 10.9922C11.6633 11.3747 11.5329 11.864 11.1504 12.0849C10.7678 12.3058 10.2786 12.1745 10.0576 11.792L9.30762 10.4931C9.08677 10.1106 9.21727 9.6214 9.59961 9.40037ZM9.2002 6.19627C9.2002 5.81178 9.04723 5.4428 8.77539 5.17088C8.50346 4.89895 8.13456 4.74608 7.75 4.74608C7.36544 4.74608 6.99654 4.89895 6.72461 5.17088C6.45277 5.4428 6.2998 5.81178 6.2998 6.19627C6.29988 6.58073 6.45275 6.9498 6.72461 7.22166C6.99652 7.4935 7.3655 7.64647 7.75 7.64647C8.1345 7.64647 8.50348 7.4935 8.77539 7.22166C9.04725 6.9498 9.20012 6.58073 9.2002 6.19627ZM3.25 5.39647C3.69183 5.39647 4.0498 5.75444 4.0498 6.19627C4.04965 6.63797 3.69173 6.99608 3.25 6.99608H1.75C1.30827 6.99608 0.950351 6.63797 0.950195 6.19627C0.950195 5.75444 1.30817 5.39647 1.75 5.39647H3.25ZM13.75 5.39647C14.1918 5.39647 14.5498 5.75444 14.5498 6.19627C14.5496 6.63797 14.1917 6.99608 13.75 6.99608H12.25C11.8083 6.99608 11.4504 6.63797 11.4502 6.19627C11.4502 5.75444 11.8082 5.39647 12.25 5.39647H13.75ZM4.34961 0.3076C4.73208 0.0867727 5.22133 0.217327 5.44238 0.599592L6.19238 1.8994C6.41317 2.28197 6.28288 2.77124 5.90039 2.99217C5.51787 3.21302 5.02863 3.08157 4.80762 2.6992L4.05762 1.40037C3.83679 1.0179 3.96734 0.528649 4.34961 0.3076ZM10.0576 0.599592C10.2787 0.217326 10.7679 0.0867727 11.1504 0.3076C11.5327 0.528649 11.6632 1.0179 11.4424 1.40037L10.6924 2.6992C10.4714 3.08157 9.98213 3.21302 9.59961 2.99217C9.21712 2.77124 9.08683 2.28197 9.30762 1.8994L10.0576 0.599592ZM3.7998 17C3.7998 17.3845 3.95268 17.7534 4.22461 18.0254C4.49654 18.2973 4.86544 18.4502 5.25 18.4502H15.75L15.8848 18.4433C16.1975 18.4136 16.4931 18.2814 16.7246 18.0654L16.7646 18.0283L16.8086 17.9971L21.8154 14.4472L21.8232 14.4414C22.1391 14.2229 22.3555 13.8884 22.4248 13.5107C22.494 13.1328 22.4105 12.7421 22.1924 12.4258C21.974 12.1097 21.6386 11.8935 21.2607 11.8242C20.8862 11.7556 20.4994 11.8361 20.1846 12.0498L15.2549 15.5498H5.25C4.86544 15.5498 4.49654 15.7027 4.22461 15.9746C3.95268 16.2465 3.7998 16.6154 3.7998 17ZM10.7998 6.19627C10.7997 7.00508 10.4782 7.7806 9.90625 8.35252C9.33428 8.92442 8.55884 9.24608 7.75 9.24608C6.94116 9.24608 6.16572 8.92442 5.59375 8.35252C5.02183 7.7806 4.70027 7.00508 4.7002 6.19627C4.7002 5.38736 5.02176 4.61103 5.59375 4.03905C6.1657 3.46727 6.94125 3.14647 7.75 3.14647C8.55875 3.14647 9.3343 3.46727 9.90625 4.03905C10.4782 4.61103 10.7998 5.38736 10.7998 6.19627Z",
|
|
@@ -6549,15 +6454,15 @@ var ThermometerSnowflake_exports = {};
|
|
|
6549
6454
|
__export(ThermometerSnowflake_exports, {
|
|
6550
6455
|
default: () => ThermometerSnowflake_default
|
|
6551
6456
|
});
|
|
6552
|
-
var
|
|
6457
|
+
var React112, SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
6553
6458
|
var init_ThermometerSnowflake = __esm({
|
|
6554
6459
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
6555
6460
|
"use strict";
|
|
6556
|
-
|
|
6461
|
+
React112 = __toESM(require("react"));
|
|
6557
6462
|
init_types();
|
|
6558
6463
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
6559
6464
|
const sizeValue = resolveSize(size);
|
|
6560
|
-
return /* @__PURE__ */
|
|
6465
|
+
return /* @__PURE__ */ React112.createElement(
|
|
6561
6466
|
"svg",
|
|
6562
6467
|
{
|
|
6563
6468
|
width: sizeValue,
|
|
@@ -6567,7 +6472,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6567
6472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6568
6473
|
...props
|
|
6569
6474
|
},
|
|
6570
|
-
/* @__PURE__ */
|
|
6475
|
+
/* @__PURE__ */ React112.createElement(
|
|
6571
6476
|
"path",
|
|
6572
6477
|
{
|
|
6573
6478
|
fillRule: "evenodd",
|
|
@@ -6576,7 +6481,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6576
6481
|
fill: "currentColor"
|
|
6577
6482
|
}
|
|
6578
6483
|
),
|
|
6579
|
-
/* @__PURE__ */
|
|
6484
|
+
/* @__PURE__ */ React112.createElement(
|
|
6580
6485
|
"path",
|
|
6581
6486
|
{
|
|
6582
6487
|
fillRule: "evenodd",
|
|
@@ -6585,7 +6490,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6585
6490
|
fill: "currentColor"
|
|
6586
6491
|
}
|
|
6587
6492
|
),
|
|
6588
|
-
/* @__PURE__ */
|
|
6493
|
+
/* @__PURE__ */ React112.createElement(
|
|
6589
6494
|
"path",
|
|
6590
6495
|
{
|
|
6591
6496
|
fillRule: "evenodd",
|
|
@@ -6594,7 +6499,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6594
6499
|
fill: "currentColor"
|
|
6595
6500
|
}
|
|
6596
6501
|
),
|
|
6597
|
-
/* @__PURE__ */
|
|
6502
|
+
/* @__PURE__ */ React112.createElement(
|
|
6598
6503
|
"path",
|
|
6599
6504
|
{
|
|
6600
6505
|
fillRule: "evenodd",
|
|
@@ -6603,7 +6508,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6603
6508
|
fill: "currentColor"
|
|
6604
6509
|
}
|
|
6605
6510
|
),
|
|
6606
|
-
/* @__PURE__ */
|
|
6511
|
+
/* @__PURE__ */ React112.createElement(
|
|
6607
6512
|
"path",
|
|
6608
6513
|
{
|
|
6609
6514
|
fillRule: "evenodd",
|
|
@@ -6612,7 +6517,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6612
6517
|
fill: "currentColor"
|
|
6613
6518
|
}
|
|
6614
6519
|
),
|
|
6615
|
-
/* @__PURE__ */
|
|
6520
|
+
/* @__PURE__ */ React112.createElement(
|
|
6616
6521
|
"path",
|
|
6617
6522
|
{
|
|
6618
6523
|
fillRule: "evenodd",
|
|
@@ -6632,15 +6537,15 @@ var Time_exports = {};
|
|
|
6632
6537
|
__export(Time_exports, {
|
|
6633
6538
|
default: () => Time_default
|
|
6634
6539
|
});
|
|
6635
|
-
var
|
|
6540
|
+
var React113, SvgTime, Time_default;
|
|
6636
6541
|
var init_Time = __esm({
|
|
6637
6542
|
"src/react/Time.tsx"() {
|
|
6638
6543
|
"use strict";
|
|
6639
|
-
|
|
6544
|
+
React113 = __toESM(require("react"));
|
|
6640
6545
|
init_types();
|
|
6641
6546
|
SvgTime = ({ size = 16, ...props }) => {
|
|
6642
6547
|
const sizeValue = resolveSize(size);
|
|
6643
|
-
return /* @__PURE__ */
|
|
6548
|
+
return /* @__PURE__ */ React113.createElement(
|
|
6644
6549
|
"svg",
|
|
6645
6550
|
{
|
|
6646
6551
|
width: sizeValue,
|
|
@@ -6650,7 +6555,7 @@ var init_Time = __esm({
|
|
|
6650
6555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6651
6556
|
...props
|
|
6652
6557
|
},
|
|
6653
|
-
/* @__PURE__ */
|
|
6558
|
+
/* @__PURE__ */ React113.createElement(
|
|
6654
6559
|
"path",
|
|
6655
6560
|
{
|
|
6656
6561
|
fillRule: "evenodd",
|
|
@@ -6659,7 +6564,7 @@ var init_Time = __esm({
|
|
|
6659
6564
|
fill: "currentColor"
|
|
6660
6565
|
}
|
|
6661
6566
|
),
|
|
6662
|
-
/* @__PURE__ */
|
|
6567
|
+
/* @__PURE__ */ React113.createElement(
|
|
6663
6568
|
"path",
|
|
6664
6569
|
{
|
|
6665
6570
|
fillRule: "evenodd",
|
|
@@ -6679,15 +6584,15 @@ var TouchAndroid_exports = {};
|
|
|
6679
6584
|
__export(TouchAndroid_exports, {
|
|
6680
6585
|
default: () => TouchAndroid_default
|
|
6681
6586
|
});
|
|
6682
|
-
var
|
|
6587
|
+
var React114, SvgTouchAndroid, TouchAndroid_default;
|
|
6683
6588
|
var init_TouchAndroid = __esm({
|
|
6684
6589
|
"src/react/TouchAndroid.tsx"() {
|
|
6685
6590
|
"use strict";
|
|
6686
|
-
|
|
6591
|
+
React114 = __toESM(require("react"));
|
|
6687
6592
|
init_types();
|
|
6688
6593
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
6689
6594
|
const sizeValue = resolveSize(size);
|
|
6690
|
-
return /* @__PURE__ */
|
|
6595
|
+
return /* @__PURE__ */ React114.createElement(
|
|
6691
6596
|
"svg",
|
|
6692
6597
|
{
|
|
6693
6598
|
width: sizeValue,
|
|
@@ -6697,7 +6602,7 @@ var init_TouchAndroid = __esm({
|
|
|
6697
6602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6698
6603
|
...props
|
|
6699
6604
|
},
|
|
6700
|
-
/* @__PURE__ */
|
|
6605
|
+
/* @__PURE__ */ React114.createElement(
|
|
6701
6606
|
"path",
|
|
6702
6607
|
{
|
|
6703
6608
|
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",
|
|
@@ -6715,15 +6620,15 @@ var TouchIos_exports = {};
|
|
|
6715
6620
|
__export(TouchIos_exports, {
|
|
6716
6621
|
default: () => TouchIos_default
|
|
6717
6622
|
});
|
|
6718
|
-
var
|
|
6623
|
+
var React115, SvgTouchIos, TouchIos_default;
|
|
6719
6624
|
var init_TouchIos = __esm({
|
|
6720
6625
|
"src/react/TouchIos.tsx"() {
|
|
6721
6626
|
"use strict";
|
|
6722
|
-
|
|
6627
|
+
React115 = __toESM(require("react"));
|
|
6723
6628
|
init_types();
|
|
6724
6629
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
6725
6630
|
const sizeValue = resolveSize(size);
|
|
6726
|
-
return /* @__PURE__ */
|
|
6631
|
+
return /* @__PURE__ */ React115.createElement(
|
|
6727
6632
|
"svg",
|
|
6728
6633
|
{
|
|
6729
6634
|
width: sizeValue,
|
|
@@ -6733,7 +6638,7 @@ var init_TouchIos = __esm({
|
|
|
6733
6638
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6734
6639
|
...props
|
|
6735
6640
|
},
|
|
6736
|
-
/* @__PURE__ */
|
|
6641
|
+
/* @__PURE__ */ React115.createElement(
|
|
6737
6642
|
"path",
|
|
6738
6643
|
{
|
|
6739
6644
|
d: "M15.126 16.078c0.245 0.036 0.327 0.227 0.327 0.445 -0.172 1.399 -0.499 2.734 -0.998 4.024 -0.408 1.045 -0.907 2.044 -1.534 2.979 -0.063 0.1 -0.127 0.209 -0.209 0.3 -0.163 0.191 -0.372 0.227 -0.563 0.1 -0.209 -0.136 -0.172 -0.336 -0.063 -0.527 0.19 -0.327 0.408 -0.636 0.599 -0.963 1.025 -1.78 1.688 -3.679 1.951 -5.722 0.009 -0.109 0.036 -0.209 0.063 -0.309 0.054 -0.218 0.191 -0.354 0.426 -0.327M11.751 10.21c0.989 -0.182 1.896 0.527 2.105 1.653 0.064 0.345 0.127 0.681 0.154 1.026 0.045 0.581 0.136 1.172 0.1 1.762 -0.045 3.306 -1.034 6.294 -3.012 8.956 -0.163 0.218 -0.345 0.49 -0.662 0.263 -0.299 -0.218 -0.154 -0.472 0.018 -0.708 1.497 -2.016 2.432 -4.269 2.758 -6.767 0.2 -1.535 0.136 -3.043 -0.163 -4.55 -0.127 -0.645 -0.69 -0.981 -1.325 -0.845 -0.535 0.118 -0.871 0.654 -0.753 1.262 0.281 1.49 0.318 2.97 0.046 4.46 -0.054 0.3 -0.054 0.736 -0.499 0.672 -0.454 -0.063 -0.318 -0.463 -0.263 -0.772 0.236 -1.371 0.245 -2.734 -0.027 -4.096 -0.236 -1.19 0.381 -2.107 1.524 -2.316m2.059 -2.171c0.118 -0.2 0.299 -0.245 0.508 -0.145 0.508 0.254 0.925 0.609 1.297 1.044 0.735 0.863 1.052 1.889 1.198 2.988 0.109 0.89 0.227 1.771 0.2 2.407 -0.009 3.388 -0.771 6.303 -2.295 9.028 -0.027 0.054 -0.054 0.109 -0.091 0.154 -0.145 0.236 -0.336 0.382 -0.599 0.218 -0.245 -0.145 -0.2 -0.381 -0.073 -0.599 0.309 -0.536 0.581 -1.09 0.835 -1.662 1.007 -2.261 1.47 -4.632 1.452 -7.103 -0.009 -1.099 -0.127 -2.207 -0.381 -3.279 -0.209 -0.917 -0.699 -1.662 -1.452 -2.234 -0.154 -0.118 -0.326 -0.227 -0.472 -0.345 -0.154 -0.127 -0.245 -0.281 -0.127 -0.472m-1.86 3.624c0.263 -0.045 0.39 0.118 0.436 0.354 0.181 0.881 0.281 1.771 0.272 2.661 -0.064 3.224 -1.089 6.094 -3.158 8.592 -0.045 0.055 -0.091 0.118 -0.145 0.173 -0.172 0.191 -0.381 0.282 -0.59 0.1 -0.2 -0.164 -0.154 -0.382 -0.009 -0.572 0.245 -0.327 0.508 -0.636 0.744 -0.972C11.034 19.865 11.796 17.467 11.896 14.843c0.027 -0.817 -0.082 -1.626 -0.209 -2.434 -0.018 -0.091 -0.036 -0.182 -0.045 -0.272 -0.018 -0.236 0.045 -0.436 0.309 -0.472M17.032 19.52c0.064 -0.245 0.191 -0.418 0.481 -0.364 0.209 0.045 0.291 0.2 0.291 0.409 -0.027 0.109 -0.045 0.227 -0.082 0.345 -0.299 1.017 -0.653 2.007 -1.125 2.961 -0.118 0.245 -0.281 0.472 -0.59 0.327 -0.29 -0.136 -0.218 -0.399 -0.109 -0.627 0.454 -0.99 0.844 -2.007 1.134 -3.052m-7.422 -0.7c0.091 -0.218 0.227 -0.409 0.508 -0.327 0.209 0.064 0.272 0.227 0.245 0.509 -0.091 0.209 -0.209 0.481 -0.336 0.754 -0.544 1.153 -1.243 2.207 -2.132 3.124 -0.191 0.191 -0.399 0.372 -0.653 0.127 -0.236 -0.227 -0.091 -0.445 0.082 -0.627 0.98 -1.044 1.733 -2.234 2.287 -3.56M9.255 12.908c0.29 -0.027 0.381 0.191 0.417 0.436 0.027 0.182 0.064 0.354 0.073 0.536 0 0.254 -0.009 0.509 -0.009 0.772 -0.036 2.861 -1.062 5.322 -3.031 7.402l-0.19 0.191c-0.19 0.181 -0.417 0.29 -0.635 0.073 -0.236 -0.227 -0.1 -0.445 0.091 -0.627A10.02 10.02 0 0 0 7.64 19.557c1.016 -1.762 1.479 -3.651 1.297 -5.695 -0.009 -0.154 -0.018 -0.3 -0.018 -0.454 -0.009 -0.245 0.054 -0.482 0.336 -0.5M17.685 7.44c0.227 -0.163 0.399 -0.036 0.544 0.145 0.671 0.89 1.071 1.898 1.288 2.97 0.263 1.353 0.426 2.698 0.399 3.815 0.009 2.607 -0.39 4.886 -1.17 7.103 -0.054 0.145 -0.109 0.282 -0.163 0.427 -0.091 0.236 -0.245 0.409 -0.517 0.309 -0.263 -0.1 -0.29 -0.318 -0.2 -0.563 0.118 -0.345 0.236 -0.681 0.345 -1.036 0.671 -2.089 1.007 -4.242 0.926 -6.44 -0.073 -1.853 -0.173 -3.724 -1.08 -5.422 -0.136 -0.254 -0.299 -0.491 -0.445 -0.745 -0.118 -0.209 -0.136 -0.418 0.073 -0.563m-5.862 -0.181c0.181 0 0.245 -0.009 0.299 0 0.263 0.027 0.563 0.073 0.572 0.4 0.009 0.363 -0.299 0.409 -0.59 0.409 -1.524 -0.027 -2.686 0.609 -3.493 1.889 -0.535 0.854 -0.708 1.789 -0.517 2.788 0.608 3.279 -0.281 6.104 -2.622 8.465 -0.082 0.082 -0.173 0.173 -0.272 0.245 -0.2 0.164 -0.417 0.218 -0.599 0 -0.172 -0.2 -0.082 -0.399 0.082 -0.563 0.49 -0.472 0.962 -0.963 1.343 -1.526 1.261 -1.88 1.787 -3.942 1.334 -6.167 -0.608 -3.052 1.443 -5.813 4.464 -5.94M5.545 17.222c0.1 -0.227 0.227 -0.4 0.508 -0.345 0.181 0.054 0.272 0.191 0.281 0.427a5.2 5.2 0 0 1 -0.118 0.336c-0.463 1.09 -1.161 1.998 -2.042 2.779 -0.209 0.191 -0.454 0.3 -0.671 0.036 -0.209 -0.245 -0.036 -0.463 0.154 -0.618 0.844 -0.717 1.461 -1.598 1.887 -2.616m15.334 -4.314c0.372 -0.045 0.445 0.254 0.454 0.545 0.027 0.427 0.018 0.854 0.018 1.281 0.027 1.753 -0.209 3.47 -0.617 5.168 -0.018 0.055 -0.027 0.118 -0.045 0.173 -0.081 0.263 -0.145 0.59 -0.517 0.49 -0.354 -0.091 -0.318 -0.391 -0.245 -0.672 0.191 -0.736 0.345 -1.471 0.436 -2.225 0.181 -1.381 0.317 -2.761 0.181 -4.16 -0.027 -0.282 0.009 -0.554 0.336 -0.6M7.187 6.078c0.172 -0.109 0.345 -0.109 0.49 0.045 0.154 0.154 0.127 0.336 0 0.49 -0.118 0.136 -0.254 0.264 -0.381 0.391 -1.806 1.78 -2.486 3.914 -2.033 6.412 0.381 2.098 -0.19 3.924 -1.597 5.495 -0.181 0.2 -0.399 0.372 -0.617 0.536 -0.163 0.118 -0.345 0.127 -0.49 -0.036 -0.154 -0.182 -0.118 -0.363 0.036 -0.527 0.136 -0.145 0.281 -0.272 0.417 -0.418 1.043 -1.072 1.561 -2.352 1.606 -4.005a105.2 105.2 0 0 1 -0.172 -1.226c-0.381 -2.752 0.463 -5.068 2.495 -6.957 0.073 -0.073 0.163 -0.136 0.245 -0.2M3.258 12.009c0.209 -0.009 0.354 0.118 0.381 0.318 0.079 0.799 0.309 1.452 0.309 2.207 -0.054 1.489 -0.572 2.67 -1.606 3.624 -0.172 0.154 -0.363 0.245 -0.563 0.063 -0.209 -0.191 -0.181 -0.427 0.009 -0.599 1.37 -1.244 1.549 -3.088 1.202 -4.311 -0.084 -0.298 -0.141 -0.886 -0.081 -1.032 0.056 -0.136 0.14 -0.27 0.349 -0.27m8.711 -6.204c2.922 -0.018 5.544 2.135 6.115 5.032 0.245 1.244 0.399 2.507 0.372 3.86 0.036 0.845 -0.081 1.762 -0.19 2.68a1.24 1.24 0 0 1 -0.054 0.263c-0.054 0.236 -0.173 0.445 -0.454 0.4 -0.281 -0.054 -0.345 -0.281 -0.299 -0.527 0.091 -0.6 0.136 -1.199 0.191 -1.798 0.154 -1.735 0 -3.451 -0.427 -5.132C16.533 7.885 13.802 6.178 11.089 6.668c-2.804 0.509 -4.754 3.006 -4.5 5.804 0.073 0.799 0.299 1.581 0.245 2.389 -0.009 0.163 -0.009 0.336 -0.045 0.5 -0.045 0.218 -0.154 0.418 -0.417 0.39 -0.281 -0.027 -0.381 -0.245 -0.354 -0.49 0.036 -0.391 0.064 -0.781 0.009 -1.172 -0.136 -1.044 -0.336 -2.089 -0.136 -3.151 0.553 -2.934 3.112 -5.114 6.079 -5.132M14.754 2.236c0.091 -0.272 0.317 -0.3 0.562 -0.227 0.626 0.191 1.225 0.445 1.788 0.772 3.166 1.825 4.927 4.596 5.435 8.192 0.172 1.217 0.309 2.434 0.272 3.733 0.045 0.799 -0.036 1.653 -0.127 2.507 -0.027 0.282 -0.036 0.69 -0.472 0.627 -0.417 -0.064 -0.336 -0.436 -0.299 -0.736 0.299 -2.507 0.191 -4.996 -0.426 -7.43 -0.844 -3.37 -2.967 -5.64 -6.206 -6.885 -0.073 -0.027 -0.145 -0.045 -0.218 -0.073 -0.218 -0.091 -0.39 -0.227 -0.308 -0.481m-4.192 -0.672c0.88 -0.136 1.778 -0.173 2.667 -0.027 0.254 0.045 0.508 0.109 0.49 0.427 -0.027 0.354 -0.299 0.345 -0.572 0.336 -0.336 -0.027 -0.671 -0.018 -1.007 -0.018 -4.945 -0.173 -9.409 3.588 -9.908 8.965 -0.091 0.99 0.045 1.962 0.2 2.934 0.154 0.936 -0.127 1.762 -0.708 2.498 -0.163 0.209 -0.372 0.418 -0.644 0.191 -0.281 -0.227 -0.118 -0.463 0.055 -0.672 0.553 -0.672 0.626 -1.444 0.481 -2.271 -1.007 -6.031 2.885 -11.426 8.947 -12.362M1.439 6.432c0.098 -0.08 0.219 -0.105 0.349 -0.036 0.191 0.091 0.263 0.254 0.191 0.454 -0.091 0.254 -0.209 0.499 -0.318 0.754 -0.916 2.162 -1.143 4.396 -0.662 6.703 0.064 0.3 0.29 0.718 -0.2 0.836 -0.49 0.118 -0.49 -0.354 -0.554 -0.654C0.095 13.731 -0.017 12.967 0.003 12.281a12.114 12.114 0 0 1 0.022 -1.029c0.085 -1.569 0.483 -2.998 1.128 -4.375 0.046 -0.108 0.099 -0.209 0.164 -0.304l0.008 -0.015c0.027 -0.053 0.067 -0.096 0.114 -0.126m9.613 2.452c1.914 -0.563 3.756 0.563 4.192 2.543 0.19 0.863 0.263 1.753 0.309 2.643v0.409c-0.009 0.245 -0.091 0.472 -0.381 0.472s-0.363 -0.218 -0.372 -0.472c-0.045 -0.917 -0.118 -1.835 -0.281 -2.743 -0.336 -1.835 -2.16 -2.77 -3.738 -1.908 -0.526 0.291 -0.925 0.727 -1.134 1.308 -0.027 0.073 -0.055 0.145 -0.073 0.218 -0.082 0.254 -0.181 0.527 -0.517 0.427 -0.363 -0.109 -0.29 -0.418 -0.209 -0.681 0.363 -1.108 1.08 -1.889 2.205 -2.216m7.34 -6.595a0.333 0.333 0 0 1 0.44 -0.099c0.119 0.051 0.236 0.146 0.341 0.227 2.106 1.594 3.498 3.565 4.231 5.882a11.88 11.88 0 0 1 0.57 2.96q0.015 0.178 0.025 0.358v0.545c0 0.236 -0.063 0.436 -0.345 0.445 -0.281 0.009 -0.39 -0.191 -0.408 -0.445 -0.018 -0.454 -0.027 -0.908 -0.082 -1.353 -0.381 -3.215 -1.878 -5.804 -4.427 -7.784 -0.208 -0.166 -0.537 -0.325 -0.396 -0.623 0.009 -0.04 0.026 -0.078 0.051 -0.114m-7.268 0.655c4.609 -0.454 9.037 2.743 9.863 7.593 0.045 0.236 0.082 0.463 0.109 0.608 0.009 0.327 0.027 0.6 -0.309 0.636 -0.317 0.036 -0.399 -0.218 -0.445 -0.472 -0.209 -1.426 -0.599 -2.788 -1.452 -3.969 -2.114 -2.934 -4.981 -4.087 -8.511 -3.497 -3.212 0.536 -5.825 3.161 -6.533 6.376 -0.063 0.291 -0.054 0.736 -0.517 0.636 -0.49 -0.1 -0.299 -0.518 -0.227 -0.827 0.889 -3.878 4.146 -6.703 8.021 -7.085m0.789 1.399c1.751 0.064 3.257 0.518 4.591 1.489 0.045 0.036 0.1 0.073 0.145 0.109 0.2 0.182 0.481 0.363 0.236 0.672 -0.236 0.309 -0.481 0.1 -0.708 -0.064 -2.105 -1.544 -4.382 -1.798 -6.814 -0.89 -0.054 0.018 -0.109 0.045 -0.172 0.063 -0.218 0.082 -0.436 0.082 -0.545 -0.154 -0.127 -0.263 0.027 -0.436 0.254 -0.545 0.681 -0.318 1.388 -0.5 2.123 -0.6 0.336 -0.036 0.663 -0.054 0.889 -0.082M12.184 0c1.557 0 3.196 0.374 4.766 1.073 0.045 0.018 0.082 0.036 0.127 0.055 0.263 0.109 0.481 0.263 0.354 0.581 -0.136 0.327 -0.408 0.236 -0.653 0.118 -0.792 -0.371 -2.328 -0.83 -3.284 -1.002a11.4 11.4 0 0 0 -1.494 -0.097c-0.935 0 -1.843 0.113 -2.712 0.326 -2.195 0.575 -4.338 1.88 -6.121 4.026 -0.182 0.226 -0.348 0.61 -0.696 0.395a0.334 0.334 0 0 1 -0.2 -0.195c-0.13 -0.244 0.141 -0.481 0.297 -0.682C4.628 2.027 7.305 0.528 10.571 0.092 11.043 0.029 11.694 0 12.184 0",
|
|
@@ -6751,15 +6656,15 @@ var Trash2_exports = {};
|
|
|
6751
6656
|
__export(Trash2_exports, {
|
|
6752
6657
|
default: () => Trash2_default
|
|
6753
6658
|
});
|
|
6754
|
-
var
|
|
6659
|
+
var React116, SvgTrash2, Trash2_default;
|
|
6755
6660
|
var init_Trash2 = __esm({
|
|
6756
6661
|
"src/react/Trash2.tsx"() {
|
|
6757
6662
|
"use strict";
|
|
6758
|
-
|
|
6663
|
+
React116 = __toESM(require("react"));
|
|
6759
6664
|
init_types();
|
|
6760
6665
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
6761
6666
|
const sizeValue = resolveSize(size);
|
|
6762
|
-
return /* @__PURE__ */
|
|
6667
|
+
return /* @__PURE__ */ React116.createElement(
|
|
6763
6668
|
"svg",
|
|
6764
6669
|
{
|
|
6765
6670
|
width: sizeValue,
|
|
@@ -6769,7 +6674,7 @@ var init_Trash2 = __esm({
|
|
|
6769
6674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6770
6675
|
...props
|
|
6771
6676
|
},
|
|
6772
|
-
/* @__PURE__ */
|
|
6677
|
+
/* @__PURE__ */ React116.createElement(
|
|
6773
6678
|
"path",
|
|
6774
6679
|
{
|
|
6775
6680
|
fillRule: "evenodd",
|
|
@@ -6778,7 +6683,7 @@ var init_Trash2 = __esm({
|
|
|
6778
6683
|
fill: "currentColor"
|
|
6779
6684
|
}
|
|
6780
6685
|
),
|
|
6781
|
-
/* @__PURE__ */
|
|
6686
|
+
/* @__PURE__ */ React116.createElement(
|
|
6782
6687
|
"path",
|
|
6783
6688
|
{
|
|
6784
6689
|
fillRule: "evenodd",
|
|
@@ -6787,7 +6692,7 @@ var init_Trash2 = __esm({
|
|
|
6787
6692
|
fill: "currentColor"
|
|
6788
6693
|
}
|
|
6789
6694
|
),
|
|
6790
|
-
/* @__PURE__ */
|
|
6695
|
+
/* @__PURE__ */ React116.createElement(
|
|
6791
6696
|
"path",
|
|
6792
6697
|
{
|
|
6793
6698
|
fillRule: "evenodd",
|
|
@@ -6796,7 +6701,7 @@ var init_Trash2 = __esm({
|
|
|
6796
6701
|
fill: "currentColor"
|
|
6797
6702
|
}
|
|
6798
6703
|
),
|
|
6799
|
-
/* @__PURE__ */
|
|
6704
|
+
/* @__PURE__ */ React116.createElement(
|
|
6800
6705
|
"path",
|
|
6801
6706
|
{
|
|
6802
6707
|
fillRule: "evenodd",
|
|
@@ -6805,7 +6710,7 @@ var init_Trash2 = __esm({
|
|
|
6805
6710
|
fill: "currentColor"
|
|
6806
6711
|
}
|
|
6807
6712
|
),
|
|
6808
|
-
/* @__PURE__ */
|
|
6713
|
+
/* @__PURE__ */ React116.createElement(
|
|
6809
6714
|
"path",
|
|
6810
6715
|
{
|
|
6811
6716
|
fillRule: "evenodd",
|
|
@@ -6825,15 +6730,15 @@ var User_exports = {};
|
|
|
6825
6730
|
__export(User_exports, {
|
|
6826
6731
|
default: () => User_default
|
|
6827
6732
|
});
|
|
6828
|
-
var
|
|
6733
|
+
var React117, SvgUser, User_default;
|
|
6829
6734
|
var init_User = __esm({
|
|
6830
6735
|
"src/react/User.tsx"() {
|
|
6831
6736
|
"use strict";
|
|
6832
|
-
|
|
6737
|
+
React117 = __toESM(require("react"));
|
|
6833
6738
|
init_types();
|
|
6834
6739
|
SvgUser = ({ size = 16, ...props }) => {
|
|
6835
6740
|
const sizeValue = resolveSize(size);
|
|
6836
|
-
return /* @__PURE__ */
|
|
6741
|
+
return /* @__PURE__ */ React117.createElement(
|
|
6837
6742
|
"svg",
|
|
6838
6743
|
{
|
|
6839
6744
|
width: sizeValue,
|
|
@@ -6843,7 +6748,7 @@ var init_User = __esm({
|
|
|
6843
6748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6844
6749
|
...props
|
|
6845
6750
|
},
|
|
6846
|
-
/* @__PURE__ */
|
|
6751
|
+
/* @__PURE__ */ React117.createElement(
|
|
6847
6752
|
"path",
|
|
6848
6753
|
{
|
|
6849
6754
|
fillRule: "evenodd",
|
|
@@ -6852,7 +6757,7 @@ var init_User = __esm({
|
|
|
6852
6757
|
fill: "currentColor"
|
|
6853
6758
|
}
|
|
6854
6759
|
),
|
|
6855
|
-
/* @__PURE__ */
|
|
6760
|
+
/* @__PURE__ */ React117.createElement(
|
|
6856
6761
|
"path",
|
|
6857
6762
|
{
|
|
6858
6763
|
fillRule: "evenodd",
|
|
@@ -6872,15 +6777,15 @@ var UserPlus_exports = {};
|
|
|
6872
6777
|
__export(UserPlus_exports, {
|
|
6873
6778
|
default: () => UserPlus_default
|
|
6874
6779
|
});
|
|
6875
|
-
var
|
|
6780
|
+
var React118, SvgUserPlus, UserPlus_default;
|
|
6876
6781
|
var init_UserPlus = __esm({
|
|
6877
6782
|
"src/react/UserPlus.tsx"() {
|
|
6878
6783
|
"use strict";
|
|
6879
|
-
|
|
6784
|
+
React118 = __toESM(require("react"));
|
|
6880
6785
|
init_types();
|
|
6881
6786
|
SvgUserPlus = ({ size = 16, ...props }) => {
|
|
6882
6787
|
const sizeValue = resolveSize(size);
|
|
6883
|
-
return /* @__PURE__ */
|
|
6788
|
+
return /* @__PURE__ */ React118.createElement(
|
|
6884
6789
|
"svg",
|
|
6885
6790
|
{
|
|
6886
6791
|
width: sizeValue,
|
|
@@ -6890,7 +6795,7 @@ var init_UserPlus = __esm({
|
|
|
6890
6795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6891
6796
|
...props
|
|
6892
6797
|
},
|
|
6893
|
-
/* @__PURE__ */
|
|
6798
|
+
/* @__PURE__ */ React118.createElement(
|
|
6894
6799
|
"path",
|
|
6895
6800
|
{
|
|
6896
6801
|
fillRule: "evenodd",
|
|
@@ -6899,7 +6804,7 @@ var init_UserPlus = __esm({
|
|
|
6899
6804
|
fill: "currentColor"
|
|
6900
6805
|
}
|
|
6901
6806
|
),
|
|
6902
|
-
/* @__PURE__ */
|
|
6807
|
+
/* @__PURE__ */ React118.createElement(
|
|
6903
6808
|
"path",
|
|
6904
6809
|
{
|
|
6905
6810
|
fillRule: "evenodd",
|
|
@@ -6908,7 +6813,7 @@ var init_UserPlus = __esm({
|
|
|
6908
6813
|
fill: "currentColor"
|
|
6909
6814
|
}
|
|
6910
6815
|
),
|
|
6911
|
-
/* @__PURE__ */
|
|
6816
|
+
/* @__PURE__ */ React118.createElement(
|
|
6912
6817
|
"path",
|
|
6913
6818
|
{
|
|
6914
6819
|
fillRule: "evenodd",
|
|
@@ -6917,7 +6822,7 @@ var init_UserPlus = __esm({
|
|
|
6917
6822
|
fill: "currentColor"
|
|
6918
6823
|
}
|
|
6919
6824
|
),
|
|
6920
|
-
/* @__PURE__ */
|
|
6825
|
+
/* @__PURE__ */ React118.createElement(
|
|
6921
6826
|
"path",
|
|
6922
6827
|
{
|
|
6923
6828
|
fillRule: "evenodd",
|
|
@@ -6937,15 +6842,15 @@ var Warehouse_exports = {};
|
|
|
6937
6842
|
__export(Warehouse_exports, {
|
|
6938
6843
|
default: () => Warehouse_default
|
|
6939
6844
|
});
|
|
6940
|
-
var
|
|
6845
|
+
var React119, SvgWarehouse, Warehouse_default;
|
|
6941
6846
|
var init_Warehouse = __esm({
|
|
6942
6847
|
"src/react/Warehouse.tsx"() {
|
|
6943
6848
|
"use strict";
|
|
6944
|
-
|
|
6849
|
+
React119 = __toESM(require("react"));
|
|
6945
6850
|
init_types();
|
|
6946
6851
|
SvgWarehouse = ({ size = 16, ...props }) => {
|
|
6947
6852
|
const sizeValue = resolveSize(size);
|
|
6948
|
-
return /* @__PURE__ */
|
|
6853
|
+
return /* @__PURE__ */ React119.createElement(
|
|
6949
6854
|
"svg",
|
|
6950
6855
|
{
|
|
6951
6856
|
width: sizeValue,
|
|
@@ -6955,7 +6860,7 @@ var init_Warehouse = __esm({
|
|
|
6955
6860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6956
6861
|
...props
|
|
6957
6862
|
},
|
|
6958
|
-
/* @__PURE__ */
|
|
6863
|
+
/* @__PURE__ */ React119.createElement(
|
|
6959
6864
|
"path",
|
|
6960
6865
|
{
|
|
6961
6866
|
fillRule: "evenodd",
|
|
@@ -6964,7 +6869,7 @@ var init_Warehouse = __esm({
|
|
|
6964
6869
|
fill: "currentColor"
|
|
6965
6870
|
}
|
|
6966
6871
|
),
|
|
6967
|
-
/* @__PURE__ */
|
|
6872
|
+
/* @__PURE__ */ React119.createElement(
|
|
6968
6873
|
"path",
|
|
6969
6874
|
{
|
|
6970
6875
|
fillRule: "evenodd",
|
|
@@ -6973,7 +6878,7 @@ var init_Warehouse = __esm({
|
|
|
6973
6878
|
fill: "currentColor"
|
|
6974
6879
|
}
|
|
6975
6880
|
),
|
|
6976
|
-
/* @__PURE__ */
|
|
6881
|
+
/* @__PURE__ */ React119.createElement(
|
|
6977
6882
|
"path",
|
|
6978
6883
|
{
|
|
6979
6884
|
fillRule: "evenodd",
|
|
@@ -6982,7 +6887,7 @@ var init_Warehouse = __esm({
|
|
|
6982
6887
|
fill: "currentColor"
|
|
6983
6888
|
}
|
|
6984
6889
|
),
|
|
6985
|
-
/* @__PURE__ */
|
|
6890
|
+
/* @__PURE__ */ React119.createElement(
|
|
6986
6891
|
"path",
|
|
6987
6892
|
{
|
|
6988
6893
|
fillRule: "evenodd",
|
|
@@ -7002,15 +6907,15 @@ var Whatsapp_exports = {};
|
|
|
7002
6907
|
__export(Whatsapp_exports, {
|
|
7003
6908
|
default: () => Whatsapp_default
|
|
7004
6909
|
});
|
|
7005
|
-
var
|
|
6910
|
+
var React120, SvgWhatsapp, Whatsapp_default;
|
|
7006
6911
|
var init_Whatsapp = __esm({
|
|
7007
6912
|
"src/react/Whatsapp.tsx"() {
|
|
7008
6913
|
"use strict";
|
|
7009
|
-
|
|
6914
|
+
React120 = __toESM(require("react"));
|
|
7010
6915
|
init_types();
|
|
7011
6916
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
7012
6917
|
const sizeValue = resolveSize(size);
|
|
7013
|
-
return /* @__PURE__ */
|
|
6918
|
+
return /* @__PURE__ */ React120.createElement(
|
|
7014
6919
|
"svg",
|
|
7015
6920
|
{
|
|
7016
6921
|
width: sizeValue,
|
|
@@ -7020,7 +6925,7 @@ var init_Whatsapp = __esm({
|
|
|
7020
6925
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7021
6926
|
...props
|
|
7022
6927
|
},
|
|
7023
|
-
/* @__PURE__ */
|
|
6928
|
+
/* @__PURE__ */ React120.createElement(
|
|
7024
6929
|
"path",
|
|
7025
6930
|
{
|
|
7026
6931
|
fillRule: "evenodd",
|
|
@@ -7115,7 +7020,6 @@ __export(react_exports, {
|
|
|
7115
7020
|
LeadsFilled: () => LeadsFilled_default,
|
|
7116
7021
|
LeadsLinear: () => LeadsLinear_default,
|
|
7117
7022
|
Lift: () => Lift_default,
|
|
7118
|
-
Loading: () => Loading_default,
|
|
7119
7023
|
Lock: () => Lock_default,
|
|
7120
7024
|
Loft: () => Loft_default,
|
|
7121
7025
|
Logout: () => Logout_default,
|
|
@@ -7239,7 +7143,6 @@ init_Keys01();
|
|
|
7239
7143
|
init_LeadsFilled();
|
|
7240
7144
|
init_LeadsLinear();
|
|
7241
7145
|
init_Lift();
|
|
7242
|
-
init_Loading();
|
|
7243
7146
|
init_Lock();
|
|
7244
7147
|
init_Loft();
|
|
7245
7148
|
init_Logout();
|
|
@@ -7287,7 +7190,7 @@ init_Warehouse();
|
|
|
7287
7190
|
init_Whatsapp();
|
|
7288
7191
|
|
|
7289
7192
|
// src/react/Icon.tsx
|
|
7290
|
-
var
|
|
7193
|
+
var React121 = __toESM(require("react"));
|
|
7291
7194
|
function loadIcon(name) {
|
|
7292
7195
|
switch (name) {
|
|
7293
7196
|
case "accessibility":
|
|
@@ -7440,8 +7343,6 @@ function loadIcon(name) {
|
|
|
7440
7343
|
return Promise.resolve().then(() => (init_LeadsLinear(), LeadsLinear_exports)).then((m) => m.default);
|
|
7441
7344
|
case "lift":
|
|
7442
7345
|
return Promise.resolve().then(() => (init_Lift(), Lift_exports)).then((m) => m.default);
|
|
7443
|
-
case "loading":
|
|
7444
|
-
return Promise.resolve().then(() => (init_Loading(), Loading_exports)).then((m) => m.default);
|
|
7445
7346
|
case "lock":
|
|
7446
7347
|
return Promise.resolve().then(() => (init_Lock(), Lock_exports)).then((m) => m.default);
|
|
7447
7348
|
case "loft":
|
|
@@ -7537,10 +7438,10 @@ function loadIcon(name) {
|
|
|
7537
7438
|
}
|
|
7538
7439
|
}
|
|
7539
7440
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
7540
|
-
const [IconComponent, setIconComponent] =
|
|
7541
|
-
const [loading, setLoading] =
|
|
7542
|
-
const [error, setError] =
|
|
7543
|
-
|
|
7441
|
+
const [IconComponent, setIconComponent] = React121.useState(null);
|
|
7442
|
+
const [loading, setLoading] = React121.useState(true);
|
|
7443
|
+
const [error, setError] = React121.useState(null);
|
|
7444
|
+
React121.useEffect(() => {
|
|
7544
7445
|
setLoading(true);
|
|
7545
7446
|
setError(null);
|
|
7546
7447
|
loadIcon(name).then((Component) => {
|
|
@@ -7559,7 +7460,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
7559
7460
|
return null;
|
|
7560
7461
|
}
|
|
7561
7462
|
const style = color ? { ...props.style, color } : props.style;
|
|
7562
|
-
return /* @__PURE__ */
|
|
7463
|
+
return /* @__PURE__ */ React121.createElement(IconComponent, { size, ...props, style });
|
|
7563
7464
|
};
|
|
7564
7465
|
var Icon_default = Icon;
|
|
7565
7466
|
|