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.mjs
CHANGED
|
@@ -4215,107 +4215,12 @@ var init_Lift = __esm({
|
|
|
4215
4215
|
}
|
|
4216
4216
|
});
|
|
4217
4217
|
|
|
4218
|
-
// src/react/Loading.tsx
|
|
4219
|
-
var Loading_exports = {};
|
|
4220
|
-
__export(Loading_exports, {
|
|
4221
|
-
default: () => Loading_default
|
|
4222
|
-
});
|
|
4223
|
-
import * as React76 from "react";
|
|
4224
|
-
var SvgLoading, Loading_default;
|
|
4225
|
-
var init_Loading = __esm({
|
|
4226
|
-
"src/react/Loading.tsx"() {
|
|
4227
|
-
"use strict";
|
|
4228
|
-
init_types();
|
|
4229
|
-
SvgLoading = ({ size = 16, ...props }) => {
|
|
4230
|
-
const sizeValue = resolveSize(size);
|
|
4231
|
-
return /* @__PURE__ */ React76.createElement(
|
|
4232
|
-
"svg",
|
|
4233
|
-
{
|
|
4234
|
-
width: sizeValue,
|
|
4235
|
-
height: sizeValue,
|
|
4236
|
-
viewBox: "0 0 24 24",
|
|
4237
|
-
fill: "none",
|
|
4238
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4239
|
-
...props
|
|
4240
|
-
},
|
|
4241
|
-
/* @__PURE__ */ React76.createElement("g", { clipPath: "url(#clip0_11835_31975)" }, /* @__PURE__ */ React76.createElement(
|
|
4242
|
-
"path",
|
|
4243
|
-
{
|
|
4244
|
-
fillRule: "evenodd",
|
|
4245
|
-
clipRule: "evenodd",
|
|
4246
|
-
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",
|
|
4247
|
-
fill: "currentColor"
|
|
4248
|
-
}
|
|
4249
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4250
|
-
"path",
|
|
4251
|
-
{
|
|
4252
|
-
fillRule: "evenodd",
|
|
4253
|
-
clipRule: "evenodd",
|
|
4254
|
-
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",
|
|
4255
|
-
fill: "currentColor"
|
|
4256
|
-
}
|
|
4257
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4258
|
-
"path",
|
|
4259
|
-
{
|
|
4260
|
-
fillRule: "evenodd",
|
|
4261
|
-
clipRule: "evenodd",
|
|
4262
|
-
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",
|
|
4263
|
-
fill: "currentColor"
|
|
4264
|
-
}
|
|
4265
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4266
|
-
"path",
|
|
4267
|
-
{
|
|
4268
|
-
fillRule: "evenodd",
|
|
4269
|
-
clipRule: "evenodd",
|
|
4270
|
-
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",
|
|
4271
|
-
fill: "currentColor"
|
|
4272
|
-
}
|
|
4273
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4274
|
-
"path",
|
|
4275
|
-
{
|
|
4276
|
-
fillRule: "evenodd",
|
|
4277
|
-
clipRule: "evenodd",
|
|
4278
|
-
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",
|
|
4279
|
-
fill: "currentColor"
|
|
4280
|
-
}
|
|
4281
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4282
|
-
"path",
|
|
4283
|
-
{
|
|
4284
|
-
fillRule: "evenodd",
|
|
4285
|
-
clipRule: "evenodd",
|
|
4286
|
-
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",
|
|
4287
|
-
fill: "currentColor"
|
|
4288
|
-
}
|
|
4289
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4290
|
-
"path",
|
|
4291
|
-
{
|
|
4292
|
-
fillRule: "evenodd",
|
|
4293
|
-
clipRule: "evenodd",
|
|
4294
|
-
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",
|
|
4295
|
-
fill: "currentColor"
|
|
4296
|
-
}
|
|
4297
|
-
), /* @__PURE__ */ React76.createElement(
|
|
4298
|
-
"path",
|
|
4299
|
-
{
|
|
4300
|
-
fillRule: "evenodd",
|
|
4301
|
-
clipRule: "evenodd",
|
|
4302
|
-
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",
|
|
4303
|
-
fill: "currentColor"
|
|
4304
|
-
}
|
|
4305
|
-
)),
|
|
4306
|
-
/* @__PURE__ */ React76.createElement("defs", null, /* @__PURE__ */ React76.createElement("clipPath", { id: "clip0_11835_31975" }, /* @__PURE__ */ React76.createElement("rect", { width: 24, height: 24, fill: "currentColor" })))
|
|
4307
|
-
);
|
|
4308
|
-
};
|
|
4309
|
-
Loading_default = SvgLoading;
|
|
4310
|
-
}
|
|
4311
|
-
});
|
|
4312
|
-
|
|
4313
4218
|
// src/react/Lock.tsx
|
|
4314
4219
|
var Lock_exports = {};
|
|
4315
4220
|
__export(Lock_exports, {
|
|
4316
4221
|
default: () => Lock_default
|
|
4317
4222
|
});
|
|
4318
|
-
import * as
|
|
4223
|
+
import * as React76 from "react";
|
|
4319
4224
|
var SvgLock, Lock_default;
|
|
4320
4225
|
var init_Lock = __esm({
|
|
4321
4226
|
"src/react/Lock.tsx"() {
|
|
@@ -4323,7 +4228,7 @@ var init_Lock = __esm({
|
|
|
4323
4228
|
init_types();
|
|
4324
4229
|
SvgLock = ({ size = 16, ...props }) => {
|
|
4325
4230
|
const sizeValue = resolveSize(size);
|
|
4326
|
-
return /* @__PURE__ */
|
|
4231
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4327
4232
|
"svg",
|
|
4328
4233
|
{
|
|
4329
4234
|
width: sizeValue,
|
|
@@ -4333,7 +4238,7 @@ var init_Lock = __esm({
|
|
|
4333
4238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4334
4239
|
...props
|
|
4335
4240
|
},
|
|
4336
|
-
/* @__PURE__ */
|
|
4241
|
+
/* @__PURE__ */ React76.createElement(
|
|
4337
4242
|
"path",
|
|
4338
4243
|
{
|
|
4339
4244
|
fillRule: "evenodd",
|
|
@@ -4342,7 +4247,7 @@ var init_Lock = __esm({
|
|
|
4342
4247
|
fill: "currentColor"
|
|
4343
4248
|
}
|
|
4344
4249
|
),
|
|
4345
|
-
/* @__PURE__ */
|
|
4250
|
+
/* @__PURE__ */ React76.createElement(
|
|
4346
4251
|
"path",
|
|
4347
4252
|
{
|
|
4348
4253
|
fillRule: "evenodd",
|
|
@@ -4362,7 +4267,7 @@ var Loft_exports = {};
|
|
|
4362
4267
|
__export(Loft_exports, {
|
|
4363
4268
|
default: () => Loft_default
|
|
4364
4269
|
});
|
|
4365
|
-
import * as
|
|
4270
|
+
import * as React77 from "react";
|
|
4366
4271
|
var SvgLoft, Loft_default;
|
|
4367
4272
|
var init_Loft = __esm({
|
|
4368
4273
|
"src/react/Loft.tsx"() {
|
|
@@ -4370,7 +4275,7 @@ var init_Loft = __esm({
|
|
|
4370
4275
|
init_types();
|
|
4371
4276
|
SvgLoft = ({ size = 16, ...props }) => {
|
|
4372
4277
|
const sizeValue = resolveSize(size);
|
|
4373
|
-
return /* @__PURE__ */
|
|
4278
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4374
4279
|
"svg",
|
|
4375
4280
|
{
|
|
4376
4281
|
width: sizeValue,
|
|
@@ -4380,7 +4285,7 @@ var init_Loft = __esm({
|
|
|
4380
4285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4381
4286
|
...props
|
|
4382
4287
|
},
|
|
4383
|
-
/* @__PURE__ */
|
|
4288
|
+
/* @__PURE__ */ React77.createElement(
|
|
4384
4289
|
"path",
|
|
4385
4290
|
{
|
|
4386
4291
|
fillRule: "evenodd",
|
|
@@ -4389,7 +4294,7 @@ var init_Loft = __esm({
|
|
|
4389
4294
|
fill: "currentColor"
|
|
4390
4295
|
}
|
|
4391
4296
|
),
|
|
4392
|
-
/* @__PURE__ */
|
|
4297
|
+
/* @__PURE__ */ React77.createElement(
|
|
4393
4298
|
"path",
|
|
4394
4299
|
{
|
|
4395
4300
|
fillRule: "evenodd",
|
|
@@ -4398,7 +4303,7 @@ var init_Loft = __esm({
|
|
|
4398
4303
|
fill: "currentColor"
|
|
4399
4304
|
}
|
|
4400
4305
|
),
|
|
4401
|
-
/* @__PURE__ */
|
|
4306
|
+
/* @__PURE__ */ React77.createElement(
|
|
4402
4307
|
"path",
|
|
4403
4308
|
{
|
|
4404
4309
|
fillRule: "evenodd",
|
|
@@ -4407,7 +4312,7 @@ var init_Loft = __esm({
|
|
|
4407
4312
|
fill: "currentColor"
|
|
4408
4313
|
}
|
|
4409
4314
|
),
|
|
4410
|
-
/* @__PURE__ */
|
|
4315
|
+
/* @__PURE__ */ React77.createElement(
|
|
4411
4316
|
"path",
|
|
4412
4317
|
{
|
|
4413
4318
|
fillRule: "evenodd",
|
|
@@ -4416,7 +4321,7 @@ var init_Loft = __esm({
|
|
|
4416
4321
|
fill: "currentColor"
|
|
4417
4322
|
}
|
|
4418
4323
|
),
|
|
4419
|
-
/* @__PURE__ */
|
|
4324
|
+
/* @__PURE__ */ React77.createElement(
|
|
4420
4325
|
"path",
|
|
4421
4326
|
{
|
|
4422
4327
|
fillRule: "evenodd",
|
|
@@ -4425,7 +4330,7 @@ var init_Loft = __esm({
|
|
|
4425
4330
|
fill: "currentColor"
|
|
4426
4331
|
}
|
|
4427
4332
|
),
|
|
4428
|
-
/* @__PURE__ */
|
|
4333
|
+
/* @__PURE__ */ React77.createElement(
|
|
4429
4334
|
"path",
|
|
4430
4335
|
{
|
|
4431
4336
|
fillRule: "evenodd",
|
|
@@ -4434,7 +4339,7 @@ var init_Loft = __esm({
|
|
|
4434
4339
|
fill: "currentColor"
|
|
4435
4340
|
}
|
|
4436
4341
|
),
|
|
4437
|
-
/* @__PURE__ */
|
|
4342
|
+
/* @__PURE__ */ React77.createElement(
|
|
4438
4343
|
"path",
|
|
4439
4344
|
{
|
|
4440
4345
|
fillRule: "evenodd",
|
|
@@ -4443,7 +4348,7 @@ var init_Loft = __esm({
|
|
|
4443
4348
|
fill: "currentColor"
|
|
4444
4349
|
}
|
|
4445
4350
|
),
|
|
4446
|
-
/* @__PURE__ */
|
|
4351
|
+
/* @__PURE__ */ React77.createElement(
|
|
4447
4352
|
"path",
|
|
4448
4353
|
{
|
|
4449
4354
|
fillRule: "evenodd",
|
|
@@ -4463,7 +4368,7 @@ var Logout_exports = {};
|
|
|
4463
4368
|
__export(Logout_exports, {
|
|
4464
4369
|
default: () => Logout_default
|
|
4465
4370
|
});
|
|
4466
|
-
import * as
|
|
4371
|
+
import * as React78 from "react";
|
|
4467
4372
|
var SvgLogout, Logout_default;
|
|
4468
4373
|
var init_Logout = __esm({
|
|
4469
4374
|
"src/react/Logout.tsx"() {
|
|
@@ -4471,7 +4376,7 @@ var init_Logout = __esm({
|
|
|
4471
4376
|
init_types();
|
|
4472
4377
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
4473
4378
|
const sizeValue = resolveSize(size);
|
|
4474
|
-
return /* @__PURE__ */
|
|
4379
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4475
4380
|
"svg",
|
|
4476
4381
|
{
|
|
4477
4382
|
width: sizeValue,
|
|
@@ -4481,7 +4386,7 @@ var init_Logout = __esm({
|
|
|
4481
4386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4482
4387
|
...props
|
|
4483
4388
|
},
|
|
4484
|
-
/* @__PURE__ */
|
|
4389
|
+
/* @__PURE__ */ React78.createElement(
|
|
4485
4390
|
"path",
|
|
4486
4391
|
{
|
|
4487
4392
|
fillRule: "evenodd",
|
|
@@ -4490,7 +4395,7 @@ var init_Logout = __esm({
|
|
|
4490
4395
|
fill: "currentColor"
|
|
4491
4396
|
}
|
|
4492
4397
|
),
|
|
4493
|
-
/* @__PURE__ */
|
|
4398
|
+
/* @__PURE__ */ React78.createElement(
|
|
4494
4399
|
"path",
|
|
4495
4400
|
{
|
|
4496
4401
|
fillRule: "evenodd",
|
|
@@ -4499,7 +4404,7 @@ var init_Logout = __esm({
|
|
|
4499
4404
|
fill: "currentColor"
|
|
4500
4405
|
}
|
|
4501
4406
|
),
|
|
4502
|
-
/* @__PURE__ */
|
|
4407
|
+
/* @__PURE__ */ React78.createElement(
|
|
4503
4408
|
"path",
|
|
4504
4409
|
{
|
|
4505
4410
|
fillRule: "evenodd",
|
|
@@ -4519,7 +4424,7 @@ var MagicWand_exports = {};
|
|
|
4519
4424
|
__export(MagicWand_exports, {
|
|
4520
4425
|
default: () => MagicWand_default
|
|
4521
4426
|
});
|
|
4522
|
-
import * as
|
|
4427
|
+
import * as React79 from "react";
|
|
4523
4428
|
var SvgMagicWand, MagicWand_default;
|
|
4524
4429
|
var init_MagicWand = __esm({
|
|
4525
4430
|
"src/react/MagicWand.tsx"() {
|
|
@@ -4527,7 +4432,7 @@ var init_MagicWand = __esm({
|
|
|
4527
4432
|
init_types();
|
|
4528
4433
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
4529
4434
|
const sizeValue = resolveSize(size);
|
|
4530
|
-
return /* @__PURE__ */
|
|
4435
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4531
4436
|
"svg",
|
|
4532
4437
|
{
|
|
4533
4438
|
width: sizeValue,
|
|
@@ -4537,7 +4442,7 @@ var init_MagicWand = __esm({
|
|
|
4537
4442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4538
4443
|
...props
|
|
4539
4444
|
},
|
|
4540
|
-
/* @__PURE__ */
|
|
4445
|
+
/* @__PURE__ */ React79.createElement(
|
|
4541
4446
|
"path",
|
|
4542
4447
|
{
|
|
4543
4448
|
fillRule: "evenodd",
|
|
@@ -4546,7 +4451,7 @@ var init_MagicWand = __esm({
|
|
|
4546
4451
|
fill: "currentColor"
|
|
4547
4452
|
}
|
|
4548
4453
|
),
|
|
4549
|
-
/* @__PURE__ */
|
|
4454
|
+
/* @__PURE__ */ React79.createElement(
|
|
4550
4455
|
"path",
|
|
4551
4456
|
{
|
|
4552
4457
|
fillRule: "evenodd",
|
|
@@ -4555,7 +4460,7 @@ var init_MagicWand = __esm({
|
|
|
4555
4460
|
fill: "currentColor"
|
|
4556
4461
|
}
|
|
4557
4462
|
),
|
|
4558
|
-
/* @__PURE__ */
|
|
4463
|
+
/* @__PURE__ */ React79.createElement(
|
|
4559
4464
|
"path",
|
|
4560
4465
|
{
|
|
4561
4466
|
fillRule: "evenodd",
|
|
@@ -4564,7 +4469,7 @@ var init_MagicWand = __esm({
|
|
|
4564
4469
|
fill: "currentColor"
|
|
4565
4470
|
}
|
|
4566
4471
|
),
|
|
4567
|
-
/* @__PURE__ */
|
|
4472
|
+
/* @__PURE__ */ React79.createElement(
|
|
4568
4473
|
"path",
|
|
4569
4474
|
{
|
|
4570
4475
|
fillRule: "evenodd",
|
|
@@ -4573,7 +4478,7 @@ var init_MagicWand = __esm({
|
|
|
4573
4478
|
fill: "currentColor"
|
|
4574
4479
|
}
|
|
4575
4480
|
),
|
|
4576
|
-
/* @__PURE__ */
|
|
4481
|
+
/* @__PURE__ */ React79.createElement(
|
|
4577
4482
|
"path",
|
|
4578
4483
|
{
|
|
4579
4484
|
fillRule: "evenodd",
|
|
@@ -4582,7 +4487,7 @@ var init_MagicWand = __esm({
|
|
|
4582
4487
|
fill: "currentColor"
|
|
4583
4488
|
}
|
|
4584
4489
|
),
|
|
4585
|
-
/* @__PURE__ */
|
|
4490
|
+
/* @__PURE__ */ React79.createElement(
|
|
4586
4491
|
"path",
|
|
4587
4492
|
{
|
|
4588
4493
|
fillRule: "evenodd",
|
|
@@ -4591,7 +4496,7 @@ var init_MagicWand = __esm({
|
|
|
4591
4496
|
fill: "currentColor"
|
|
4592
4497
|
}
|
|
4593
4498
|
),
|
|
4594
|
-
/* @__PURE__ */
|
|
4499
|
+
/* @__PURE__ */ React79.createElement(
|
|
4595
4500
|
"path",
|
|
4596
4501
|
{
|
|
4597
4502
|
fillRule: "evenodd",
|
|
@@ -4600,7 +4505,7 @@ var init_MagicWand = __esm({
|
|
|
4600
4505
|
fill: "currentColor"
|
|
4601
4506
|
}
|
|
4602
4507
|
),
|
|
4603
|
-
/* @__PURE__ */
|
|
4508
|
+
/* @__PURE__ */ React79.createElement(
|
|
4604
4509
|
"path",
|
|
4605
4510
|
{
|
|
4606
4511
|
fillRule: "evenodd",
|
|
@@ -4620,7 +4525,7 @@ var Mail_exports = {};
|
|
|
4620
4525
|
__export(Mail_exports, {
|
|
4621
4526
|
default: () => Mail_default
|
|
4622
4527
|
});
|
|
4623
|
-
import * as
|
|
4528
|
+
import * as React80 from "react";
|
|
4624
4529
|
var SvgMail, Mail_default;
|
|
4625
4530
|
var init_Mail = __esm({
|
|
4626
4531
|
"src/react/Mail.tsx"() {
|
|
@@ -4628,7 +4533,7 @@ var init_Mail = __esm({
|
|
|
4628
4533
|
init_types();
|
|
4629
4534
|
SvgMail = ({ size = 16, ...props }) => {
|
|
4630
4535
|
const sizeValue = resolveSize(size);
|
|
4631
|
-
return /* @__PURE__ */
|
|
4536
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4632
4537
|
"svg",
|
|
4633
4538
|
{
|
|
4634
4539
|
width: sizeValue,
|
|
@@ -4638,7 +4543,7 @@ var init_Mail = __esm({
|
|
|
4638
4543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4639
4544
|
...props
|
|
4640
4545
|
},
|
|
4641
|
-
/* @__PURE__ */
|
|
4546
|
+
/* @__PURE__ */ React80.createElement(
|
|
4642
4547
|
"path",
|
|
4643
4548
|
{
|
|
4644
4549
|
fillRule: "evenodd",
|
|
@@ -4647,7 +4552,7 @@ var init_Mail = __esm({
|
|
|
4647
4552
|
fill: "currentColor"
|
|
4648
4553
|
}
|
|
4649
4554
|
),
|
|
4650
|
-
/* @__PURE__ */
|
|
4555
|
+
/* @__PURE__ */ React80.createElement(
|
|
4651
4556
|
"path",
|
|
4652
4557
|
{
|
|
4653
4558
|
fillRule: "evenodd",
|
|
@@ -4667,7 +4572,7 @@ var MapPin_exports = {};
|
|
|
4667
4572
|
__export(MapPin_exports, {
|
|
4668
4573
|
default: () => MapPin_default
|
|
4669
4574
|
});
|
|
4670
|
-
import * as
|
|
4575
|
+
import * as React81 from "react";
|
|
4671
4576
|
var SvgMapPin, MapPin_default;
|
|
4672
4577
|
var init_MapPin = __esm({
|
|
4673
4578
|
"src/react/MapPin.tsx"() {
|
|
@@ -4675,7 +4580,7 @@ var init_MapPin = __esm({
|
|
|
4675
4580
|
init_types();
|
|
4676
4581
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
4677
4582
|
const sizeValue = resolveSize(size);
|
|
4678
|
-
return /* @__PURE__ */
|
|
4583
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4679
4584
|
"svg",
|
|
4680
4585
|
{
|
|
4681
4586
|
width: sizeValue,
|
|
@@ -4685,7 +4590,7 @@ var init_MapPin = __esm({
|
|
|
4685
4590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4686
4591
|
...props
|
|
4687
4592
|
},
|
|
4688
|
-
/* @__PURE__ */
|
|
4593
|
+
/* @__PURE__ */ React81.createElement(
|
|
4689
4594
|
"path",
|
|
4690
4595
|
{
|
|
4691
4596
|
fillRule: "evenodd",
|
|
@@ -4694,7 +4599,7 @@ var init_MapPin = __esm({
|
|
|
4694
4599
|
fill: "currentColor"
|
|
4695
4600
|
}
|
|
4696
4601
|
),
|
|
4697
|
-
/* @__PURE__ */
|
|
4602
|
+
/* @__PURE__ */ React81.createElement(
|
|
4698
4603
|
"path",
|
|
4699
4604
|
{
|
|
4700
4605
|
fillRule: "evenodd",
|
|
@@ -4714,7 +4619,7 @@ var MoreHorizontal_exports = {};
|
|
|
4714
4619
|
__export(MoreHorizontal_exports, {
|
|
4715
4620
|
default: () => MoreHorizontal_default
|
|
4716
4621
|
});
|
|
4717
|
-
import * as
|
|
4622
|
+
import * as React82 from "react";
|
|
4718
4623
|
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
4719
4624
|
var init_MoreHorizontal = __esm({
|
|
4720
4625
|
"src/react/MoreHorizontal.tsx"() {
|
|
@@ -4722,7 +4627,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4722
4627
|
init_types();
|
|
4723
4628
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
4724
4629
|
const sizeValue = resolveSize(size);
|
|
4725
|
-
return /* @__PURE__ */
|
|
4630
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4726
4631
|
"svg",
|
|
4727
4632
|
{
|
|
4728
4633
|
width: sizeValue,
|
|
@@ -4732,7 +4637,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4732
4637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4733
4638
|
...props
|
|
4734
4639
|
},
|
|
4735
|
-
/* @__PURE__ */
|
|
4640
|
+
/* @__PURE__ */ React82.createElement(
|
|
4736
4641
|
"path",
|
|
4737
4642
|
{
|
|
4738
4643
|
fillRule: "evenodd",
|
|
@@ -4741,7 +4646,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4741
4646
|
fill: "currentColor"
|
|
4742
4647
|
}
|
|
4743
4648
|
),
|
|
4744
|
-
/* @__PURE__ */
|
|
4649
|
+
/* @__PURE__ */ React82.createElement(
|
|
4745
4650
|
"path",
|
|
4746
4651
|
{
|
|
4747
4652
|
fillRule: "evenodd",
|
|
@@ -4750,7 +4655,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4750
4655
|
fill: "currentColor"
|
|
4751
4656
|
}
|
|
4752
4657
|
),
|
|
4753
|
-
/* @__PURE__ */
|
|
4658
|
+
/* @__PURE__ */ React82.createElement(
|
|
4754
4659
|
"path",
|
|
4755
4660
|
{
|
|
4756
4661
|
fillRule: "evenodd",
|
|
@@ -4770,7 +4675,7 @@ var Mortgage_exports = {};
|
|
|
4770
4675
|
__export(Mortgage_exports, {
|
|
4771
4676
|
default: () => Mortgage_default
|
|
4772
4677
|
});
|
|
4773
|
-
import * as
|
|
4678
|
+
import * as React83 from "react";
|
|
4774
4679
|
var SvgMortgage, Mortgage_default;
|
|
4775
4680
|
var init_Mortgage = __esm({
|
|
4776
4681
|
"src/react/Mortgage.tsx"() {
|
|
@@ -4778,7 +4683,7 @@ var init_Mortgage = __esm({
|
|
|
4778
4683
|
init_types();
|
|
4779
4684
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
4780
4685
|
const sizeValue = resolveSize(size);
|
|
4781
|
-
return /* @__PURE__ */
|
|
4686
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4782
4687
|
"svg",
|
|
4783
4688
|
{
|
|
4784
4689
|
width: sizeValue,
|
|
@@ -4788,7 +4693,7 @@ var init_Mortgage = __esm({
|
|
|
4788
4693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4789
4694
|
...props
|
|
4790
4695
|
},
|
|
4791
|
-
/* @__PURE__ */
|
|
4696
|
+
/* @__PURE__ */ React83.createElement(
|
|
4792
4697
|
"path",
|
|
4793
4698
|
{
|
|
4794
4699
|
fillRule: "evenodd",
|
|
@@ -4797,7 +4702,7 @@ var init_Mortgage = __esm({
|
|
|
4797
4702
|
fill: "currentColor"
|
|
4798
4703
|
}
|
|
4799
4704
|
),
|
|
4800
|
-
/* @__PURE__ */
|
|
4705
|
+
/* @__PURE__ */ React83.createElement(
|
|
4801
4706
|
"path",
|
|
4802
4707
|
{
|
|
4803
4708
|
fillRule: "evenodd",
|
|
@@ -4806,7 +4711,7 @@ var init_Mortgage = __esm({
|
|
|
4806
4711
|
fill: "currentColor"
|
|
4807
4712
|
}
|
|
4808
4713
|
),
|
|
4809
|
-
/* @__PURE__ */
|
|
4714
|
+
/* @__PURE__ */ React83.createElement(
|
|
4810
4715
|
"path",
|
|
4811
4716
|
{
|
|
4812
4717
|
fillRule: "evenodd",
|
|
@@ -4815,7 +4720,7 @@ var init_Mortgage = __esm({
|
|
|
4815
4720
|
fill: "currentColor"
|
|
4816
4721
|
}
|
|
4817
4722
|
),
|
|
4818
|
-
/* @__PURE__ */
|
|
4723
|
+
/* @__PURE__ */ React83.createElement(
|
|
4819
4724
|
"path",
|
|
4820
4725
|
{
|
|
4821
4726
|
fillRule: "evenodd",
|
|
@@ -4824,7 +4729,7 @@ var init_Mortgage = __esm({
|
|
|
4824
4729
|
fill: "currentColor"
|
|
4825
4730
|
}
|
|
4826
4731
|
),
|
|
4827
|
-
/* @__PURE__ */
|
|
4732
|
+
/* @__PURE__ */ React83.createElement(
|
|
4828
4733
|
"path",
|
|
4829
4734
|
{
|
|
4830
4735
|
fillRule: "evenodd",
|
|
@@ -4833,7 +4738,7 @@ var init_Mortgage = __esm({
|
|
|
4833
4738
|
fill: "currentColor"
|
|
4834
4739
|
}
|
|
4835
4740
|
),
|
|
4836
|
-
/* @__PURE__ */
|
|
4741
|
+
/* @__PURE__ */ React83.createElement(
|
|
4837
4742
|
"path",
|
|
4838
4743
|
{
|
|
4839
4744
|
fillRule: "evenodd",
|
|
@@ -4842,7 +4747,7 @@ var init_Mortgage = __esm({
|
|
|
4842
4747
|
fill: "currentColor"
|
|
4843
4748
|
}
|
|
4844
4749
|
),
|
|
4845
|
-
/* @__PURE__ */
|
|
4750
|
+
/* @__PURE__ */ React83.createElement(
|
|
4846
4751
|
"path",
|
|
4847
4752
|
{
|
|
4848
4753
|
fillRule: "evenodd",
|
|
@@ -4862,7 +4767,7 @@ var Note_exports = {};
|
|
|
4862
4767
|
__export(Note_exports, {
|
|
4863
4768
|
default: () => Note_default
|
|
4864
4769
|
});
|
|
4865
|
-
import * as
|
|
4770
|
+
import * as React84 from "react";
|
|
4866
4771
|
var SvgNote, Note_default;
|
|
4867
4772
|
var init_Note = __esm({
|
|
4868
4773
|
"src/react/Note.tsx"() {
|
|
@@ -4870,7 +4775,7 @@ var init_Note = __esm({
|
|
|
4870
4775
|
init_types();
|
|
4871
4776
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4872
4777
|
const sizeValue = resolveSize(size);
|
|
4873
|
-
return /* @__PURE__ */
|
|
4778
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4874
4779
|
"svg",
|
|
4875
4780
|
{
|
|
4876
4781
|
width: sizeValue,
|
|
@@ -4880,7 +4785,7 @@ var init_Note = __esm({
|
|
|
4880
4785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4881
4786
|
...props
|
|
4882
4787
|
},
|
|
4883
|
-
/* @__PURE__ */
|
|
4788
|
+
/* @__PURE__ */ React84.createElement(
|
|
4884
4789
|
"path",
|
|
4885
4790
|
{
|
|
4886
4791
|
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",
|
|
@@ -4898,7 +4803,7 @@ var Notes_exports = {};
|
|
|
4898
4803
|
__export(Notes_exports, {
|
|
4899
4804
|
default: () => Notes_default
|
|
4900
4805
|
});
|
|
4901
|
-
import * as
|
|
4806
|
+
import * as React85 from "react";
|
|
4902
4807
|
var SvgNotes, Notes_default;
|
|
4903
4808
|
var init_Notes = __esm({
|
|
4904
4809
|
"src/react/Notes.tsx"() {
|
|
@@ -4906,7 +4811,7 @@ var init_Notes = __esm({
|
|
|
4906
4811
|
init_types();
|
|
4907
4812
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
4908
4813
|
const sizeValue = resolveSize(size);
|
|
4909
|
-
return /* @__PURE__ */
|
|
4814
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4910
4815
|
"svg",
|
|
4911
4816
|
{
|
|
4912
4817
|
width: sizeValue,
|
|
@@ -4916,21 +4821,21 @@ var init_Notes = __esm({
|
|
|
4916
4821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4917
4822
|
...props
|
|
4918
4823
|
},
|
|
4919
|
-
/* @__PURE__ */
|
|
4824
|
+
/* @__PURE__ */ React85.createElement(
|
|
4920
4825
|
"path",
|
|
4921
4826
|
{
|
|
4922
4827
|
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",
|
|
4923
4828
|
fill: "currentColor"
|
|
4924
4829
|
}
|
|
4925
4830
|
),
|
|
4926
|
-
/* @__PURE__ */
|
|
4831
|
+
/* @__PURE__ */ React85.createElement(
|
|
4927
4832
|
"path",
|
|
4928
4833
|
{
|
|
4929
4834
|
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",
|
|
4930
4835
|
fill: "currentColor"
|
|
4931
4836
|
}
|
|
4932
4837
|
),
|
|
4933
|
-
/* @__PURE__ */
|
|
4838
|
+
/* @__PURE__ */ React85.createElement(
|
|
4934
4839
|
"path",
|
|
4935
4840
|
{
|
|
4936
4841
|
fillRule: "evenodd",
|
|
@@ -4950,7 +4855,7 @@ var Outside_exports = {};
|
|
|
4950
4855
|
__export(Outside_exports, {
|
|
4951
4856
|
default: () => Outside_default
|
|
4952
4857
|
});
|
|
4953
|
-
import * as
|
|
4858
|
+
import * as React86 from "react";
|
|
4954
4859
|
var SvgOutside, Outside_default;
|
|
4955
4860
|
var init_Outside = __esm({
|
|
4956
4861
|
"src/react/Outside.tsx"() {
|
|
@@ -4958,7 +4863,7 @@ var init_Outside = __esm({
|
|
|
4958
4863
|
init_types();
|
|
4959
4864
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
4960
4865
|
const sizeValue = resolveSize(size);
|
|
4961
|
-
return /* @__PURE__ */
|
|
4866
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4962
4867
|
"svg",
|
|
4963
4868
|
{
|
|
4964
4869
|
width: sizeValue,
|
|
@@ -4968,7 +4873,7 @@ var init_Outside = __esm({
|
|
|
4968
4873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4969
4874
|
...props
|
|
4970
4875
|
},
|
|
4971
|
-
/* @__PURE__ */
|
|
4876
|
+
/* @__PURE__ */ React86.createElement(
|
|
4972
4877
|
"path",
|
|
4973
4878
|
{
|
|
4974
4879
|
fillRule: "evenodd",
|
|
@@ -4977,7 +4882,7 @@ var init_Outside = __esm({
|
|
|
4977
4882
|
fill: "currentColor"
|
|
4978
4883
|
}
|
|
4979
4884
|
),
|
|
4980
|
-
/* @__PURE__ */
|
|
4885
|
+
/* @__PURE__ */ React86.createElement(
|
|
4981
4886
|
"path",
|
|
4982
4887
|
{
|
|
4983
4888
|
fillRule: "evenodd",
|
|
@@ -4986,7 +4891,7 @@ var init_Outside = __esm({
|
|
|
4986
4891
|
fill: "currentColor"
|
|
4987
4892
|
}
|
|
4988
4893
|
),
|
|
4989
|
-
/* @__PURE__ */
|
|
4894
|
+
/* @__PURE__ */ React86.createElement(
|
|
4990
4895
|
"path",
|
|
4991
4896
|
{
|
|
4992
4897
|
fillRule: "evenodd",
|
|
@@ -4995,7 +4900,7 @@ var init_Outside = __esm({
|
|
|
4995
4900
|
fill: "currentColor"
|
|
4996
4901
|
}
|
|
4997
4902
|
),
|
|
4998
|
-
/* @__PURE__ */
|
|
4903
|
+
/* @__PURE__ */ React86.createElement(
|
|
4999
4904
|
"path",
|
|
5000
4905
|
{
|
|
5001
4906
|
fillRule: "evenodd",
|
|
@@ -5004,7 +4909,7 @@ var init_Outside = __esm({
|
|
|
5004
4909
|
fill: "currentColor"
|
|
5005
4910
|
}
|
|
5006
4911
|
),
|
|
5007
|
-
/* @__PURE__ */
|
|
4912
|
+
/* @__PURE__ */ React86.createElement(
|
|
5008
4913
|
"path",
|
|
5009
4914
|
{
|
|
5010
4915
|
fillRule: "evenodd",
|
|
@@ -5013,7 +4918,7 @@ var init_Outside = __esm({
|
|
|
5013
4918
|
fill: "currentColor"
|
|
5014
4919
|
}
|
|
5015
4920
|
),
|
|
5016
|
-
/* @__PURE__ */
|
|
4921
|
+
/* @__PURE__ */ React86.createElement(
|
|
5017
4922
|
"path",
|
|
5018
4923
|
{
|
|
5019
4924
|
fillRule: "evenodd",
|
|
@@ -5022,7 +4927,7 @@ var init_Outside = __esm({
|
|
|
5022
4927
|
fill: "currentColor"
|
|
5023
4928
|
}
|
|
5024
4929
|
),
|
|
5025
|
-
/* @__PURE__ */
|
|
4930
|
+
/* @__PURE__ */ React86.createElement(
|
|
5026
4931
|
"path",
|
|
5027
4932
|
{
|
|
5028
4933
|
fillRule: "evenodd",
|
|
@@ -5031,7 +4936,7 @@ var init_Outside = __esm({
|
|
|
5031
4936
|
fill: "currentColor"
|
|
5032
4937
|
}
|
|
5033
4938
|
),
|
|
5034
|
-
/* @__PURE__ */
|
|
4939
|
+
/* @__PURE__ */ React86.createElement(
|
|
5035
4940
|
"path",
|
|
5036
4941
|
{
|
|
5037
4942
|
fillRule: "evenodd",
|
|
@@ -5051,7 +4956,7 @@ var Parking_exports = {};
|
|
|
5051
4956
|
__export(Parking_exports, {
|
|
5052
4957
|
default: () => Parking_default
|
|
5053
4958
|
});
|
|
5054
|
-
import * as
|
|
4959
|
+
import * as React87 from "react";
|
|
5055
4960
|
var SvgParking, Parking_default;
|
|
5056
4961
|
var init_Parking = __esm({
|
|
5057
4962
|
"src/react/Parking.tsx"() {
|
|
@@ -5059,7 +4964,7 @@ var init_Parking = __esm({
|
|
|
5059
4964
|
init_types();
|
|
5060
4965
|
SvgParking = ({ size = 16, ...props }) => {
|
|
5061
4966
|
const sizeValue = resolveSize(size);
|
|
5062
|
-
return /* @__PURE__ */
|
|
4967
|
+
return /* @__PURE__ */ React87.createElement(
|
|
5063
4968
|
"svg",
|
|
5064
4969
|
{
|
|
5065
4970
|
width: sizeValue,
|
|
@@ -5069,7 +4974,7 @@ var init_Parking = __esm({
|
|
|
5069
4974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5070
4975
|
...props
|
|
5071
4976
|
},
|
|
5072
|
-
/* @__PURE__ */
|
|
4977
|
+
/* @__PURE__ */ React87.createElement(
|
|
5073
4978
|
"path",
|
|
5074
4979
|
{
|
|
5075
4980
|
fillRule: "evenodd",
|
|
@@ -5078,7 +4983,7 @@ var init_Parking = __esm({
|
|
|
5078
4983
|
fill: "currentColor"
|
|
5079
4984
|
}
|
|
5080
4985
|
),
|
|
5081
|
-
/* @__PURE__ */
|
|
4986
|
+
/* @__PURE__ */ React87.createElement(
|
|
5082
4987
|
"path",
|
|
5083
4988
|
{
|
|
5084
4989
|
fillRule: "evenodd",
|
|
@@ -5087,7 +4992,7 @@ var init_Parking = __esm({
|
|
|
5087
4992
|
fill: "currentColor"
|
|
5088
4993
|
}
|
|
5089
4994
|
),
|
|
5090
|
-
/* @__PURE__ */
|
|
4995
|
+
/* @__PURE__ */ React87.createElement(
|
|
5091
4996
|
"path",
|
|
5092
4997
|
{
|
|
5093
4998
|
fillRule: "evenodd",
|
|
@@ -5096,7 +5001,7 @@ var init_Parking = __esm({
|
|
|
5096
5001
|
fill: "currentColor"
|
|
5097
5002
|
}
|
|
5098
5003
|
),
|
|
5099
|
-
/* @__PURE__ */
|
|
5004
|
+
/* @__PURE__ */ React87.createElement(
|
|
5100
5005
|
"path",
|
|
5101
5006
|
{
|
|
5102
5007
|
fillRule: "evenodd",
|
|
@@ -5105,7 +5010,7 @@ var init_Parking = __esm({
|
|
|
5105
5010
|
fill: "currentColor"
|
|
5106
5011
|
}
|
|
5107
5012
|
),
|
|
5108
|
-
/* @__PURE__ */
|
|
5013
|
+
/* @__PURE__ */ React87.createElement(
|
|
5109
5014
|
"path",
|
|
5110
5015
|
{
|
|
5111
5016
|
fillRule: "evenodd",
|
|
@@ -5125,7 +5030,7 @@ var Patio_exports = {};
|
|
|
5125
5030
|
__export(Patio_exports, {
|
|
5126
5031
|
default: () => Patio_default
|
|
5127
5032
|
});
|
|
5128
|
-
import * as
|
|
5033
|
+
import * as React88 from "react";
|
|
5129
5034
|
var SvgPatio, Patio_default;
|
|
5130
5035
|
var init_Patio = __esm({
|
|
5131
5036
|
"src/react/Patio.tsx"() {
|
|
@@ -5133,7 +5038,7 @@ var init_Patio = __esm({
|
|
|
5133
5038
|
init_types();
|
|
5134
5039
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
5135
5040
|
const sizeValue = resolveSize(size);
|
|
5136
|
-
return /* @__PURE__ */
|
|
5041
|
+
return /* @__PURE__ */ React88.createElement(
|
|
5137
5042
|
"svg",
|
|
5138
5043
|
{
|
|
5139
5044
|
width: sizeValue,
|
|
@@ -5143,7 +5048,7 @@ var init_Patio = __esm({
|
|
|
5143
5048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5144
5049
|
...props
|
|
5145
5050
|
},
|
|
5146
|
-
/* @__PURE__ */
|
|
5051
|
+
/* @__PURE__ */ React88.createElement(
|
|
5147
5052
|
"path",
|
|
5148
5053
|
{
|
|
5149
5054
|
fillRule: "evenodd",
|
|
@@ -5152,7 +5057,7 @@ var init_Patio = __esm({
|
|
|
5152
5057
|
fill: "currentColor"
|
|
5153
5058
|
}
|
|
5154
5059
|
),
|
|
5155
|
-
/* @__PURE__ */
|
|
5060
|
+
/* @__PURE__ */ React88.createElement(
|
|
5156
5061
|
"path",
|
|
5157
5062
|
{
|
|
5158
5063
|
fillRule: "evenodd",
|
|
@@ -5161,7 +5066,7 @@ var init_Patio = __esm({
|
|
|
5161
5066
|
fill: "currentColor"
|
|
5162
5067
|
}
|
|
5163
5068
|
),
|
|
5164
|
-
/* @__PURE__ */
|
|
5069
|
+
/* @__PURE__ */ React88.createElement(
|
|
5165
5070
|
"path",
|
|
5166
5071
|
{
|
|
5167
5072
|
fillRule: "evenodd",
|
|
@@ -5170,7 +5075,7 @@ var init_Patio = __esm({
|
|
|
5170
5075
|
fill: "currentColor"
|
|
5171
5076
|
}
|
|
5172
5077
|
),
|
|
5173
|
-
/* @__PURE__ */
|
|
5078
|
+
/* @__PURE__ */ React88.createElement(
|
|
5174
5079
|
"path",
|
|
5175
5080
|
{
|
|
5176
5081
|
fillRule: "evenodd",
|
|
@@ -5179,7 +5084,7 @@ var init_Patio = __esm({
|
|
|
5179
5084
|
fill: "currentColor"
|
|
5180
5085
|
}
|
|
5181
5086
|
),
|
|
5182
|
-
/* @__PURE__ */
|
|
5087
|
+
/* @__PURE__ */ React88.createElement(
|
|
5183
5088
|
"path",
|
|
5184
5089
|
{
|
|
5185
5090
|
fillRule: "evenodd",
|
|
@@ -5188,7 +5093,7 @@ var init_Patio = __esm({
|
|
|
5188
5093
|
fill: "currentColor"
|
|
5189
5094
|
}
|
|
5190
5095
|
),
|
|
5191
|
-
/* @__PURE__ */
|
|
5096
|
+
/* @__PURE__ */ React88.createElement(
|
|
5192
5097
|
"path",
|
|
5193
5098
|
{
|
|
5194
5099
|
fillRule: "evenodd",
|
|
@@ -5197,7 +5102,7 @@ var init_Patio = __esm({
|
|
|
5197
5102
|
fill: "currentColor"
|
|
5198
5103
|
}
|
|
5199
5104
|
),
|
|
5200
|
-
/* @__PURE__ */
|
|
5105
|
+
/* @__PURE__ */ React88.createElement(
|
|
5201
5106
|
"path",
|
|
5202
5107
|
{
|
|
5203
5108
|
fillRule: "evenodd",
|
|
@@ -5206,7 +5111,7 @@ var init_Patio = __esm({
|
|
|
5206
5111
|
fill: "currentColor"
|
|
5207
5112
|
}
|
|
5208
5113
|
),
|
|
5209
|
-
/* @__PURE__ */
|
|
5114
|
+
/* @__PURE__ */ React88.createElement(
|
|
5210
5115
|
"path",
|
|
5211
5116
|
{
|
|
5212
5117
|
fillRule: "evenodd",
|
|
@@ -5215,7 +5120,7 @@ var init_Patio = __esm({
|
|
|
5215
5120
|
fill: "currentColor"
|
|
5216
5121
|
}
|
|
5217
5122
|
),
|
|
5218
|
-
/* @__PURE__ */
|
|
5123
|
+
/* @__PURE__ */ React88.createElement(
|
|
5219
5124
|
"path",
|
|
5220
5125
|
{
|
|
5221
5126
|
fillRule: "evenodd",
|
|
@@ -5235,7 +5140,7 @@ var Payments_exports = {};
|
|
|
5235
5140
|
__export(Payments_exports, {
|
|
5236
5141
|
default: () => Payments_default
|
|
5237
5142
|
});
|
|
5238
|
-
import * as
|
|
5143
|
+
import * as React89 from "react";
|
|
5239
5144
|
var SvgPayments, Payments_default;
|
|
5240
5145
|
var init_Payments = __esm({
|
|
5241
5146
|
"src/react/Payments.tsx"() {
|
|
@@ -5243,7 +5148,7 @@ var init_Payments = __esm({
|
|
|
5243
5148
|
init_types();
|
|
5244
5149
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
5245
5150
|
const sizeValue = resolveSize(size);
|
|
5246
|
-
return /* @__PURE__ */
|
|
5151
|
+
return /* @__PURE__ */ React89.createElement(
|
|
5247
5152
|
"svg",
|
|
5248
5153
|
{
|
|
5249
5154
|
width: sizeValue,
|
|
@@ -5253,7 +5158,7 @@ var init_Payments = __esm({
|
|
|
5253
5158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5254
5159
|
...props
|
|
5255
5160
|
},
|
|
5256
|
-
/* @__PURE__ */
|
|
5161
|
+
/* @__PURE__ */ React89.createElement(
|
|
5257
5162
|
"path",
|
|
5258
5163
|
{
|
|
5259
5164
|
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",
|
|
@@ -5271,7 +5176,7 @@ var PencilLine_exports = {};
|
|
|
5271
5176
|
__export(PencilLine_exports, {
|
|
5272
5177
|
default: () => PencilLine_default
|
|
5273
5178
|
});
|
|
5274
|
-
import * as
|
|
5179
|
+
import * as React90 from "react";
|
|
5275
5180
|
var SvgPencilLine, PencilLine_default;
|
|
5276
5181
|
var init_PencilLine = __esm({
|
|
5277
5182
|
"src/react/PencilLine.tsx"() {
|
|
@@ -5279,7 +5184,7 @@ var init_PencilLine = __esm({
|
|
|
5279
5184
|
init_types();
|
|
5280
5185
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
5281
5186
|
const sizeValue = resolveSize(size);
|
|
5282
|
-
return /* @__PURE__ */
|
|
5187
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5283
5188
|
"svg",
|
|
5284
5189
|
{
|
|
5285
5190
|
width: sizeValue,
|
|
@@ -5289,7 +5194,7 @@ var init_PencilLine = __esm({
|
|
|
5289
5194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5290
5195
|
...props
|
|
5291
5196
|
},
|
|
5292
|
-
/* @__PURE__ */
|
|
5197
|
+
/* @__PURE__ */ React90.createElement(
|
|
5293
5198
|
"path",
|
|
5294
5199
|
{
|
|
5295
5200
|
fillRule: "evenodd",
|
|
@@ -5298,7 +5203,7 @@ var init_PencilLine = __esm({
|
|
|
5298
5203
|
fill: "currentColor"
|
|
5299
5204
|
}
|
|
5300
5205
|
),
|
|
5301
|
-
/* @__PURE__ */
|
|
5206
|
+
/* @__PURE__ */ React90.createElement(
|
|
5302
5207
|
"path",
|
|
5303
5208
|
{
|
|
5304
5209
|
fillRule: "evenodd",
|
|
@@ -5307,7 +5212,7 @@ var init_PencilLine = __esm({
|
|
|
5307
5212
|
fill: "currentColor"
|
|
5308
5213
|
}
|
|
5309
5214
|
),
|
|
5310
|
-
/* @__PURE__ */
|
|
5215
|
+
/* @__PURE__ */ React90.createElement(
|
|
5311
5216
|
"path",
|
|
5312
5217
|
{
|
|
5313
5218
|
fillRule: "evenodd",
|
|
@@ -5327,7 +5232,7 @@ var PentHouse_exports = {};
|
|
|
5327
5232
|
__export(PentHouse_exports, {
|
|
5328
5233
|
default: () => PentHouse_default
|
|
5329
5234
|
});
|
|
5330
|
-
import * as
|
|
5235
|
+
import * as React91 from "react";
|
|
5331
5236
|
var SvgPentHouse, PentHouse_default;
|
|
5332
5237
|
var init_PentHouse = __esm({
|
|
5333
5238
|
"src/react/PentHouse.tsx"() {
|
|
@@ -5335,7 +5240,7 @@ var init_PentHouse = __esm({
|
|
|
5335
5240
|
init_types();
|
|
5336
5241
|
SvgPentHouse = ({ size = 16, ...props }) => {
|
|
5337
5242
|
const sizeValue = resolveSize(size);
|
|
5338
|
-
return /* @__PURE__ */
|
|
5243
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5339
5244
|
"svg",
|
|
5340
5245
|
{
|
|
5341
5246
|
width: sizeValue,
|
|
@@ -5345,7 +5250,7 @@ var init_PentHouse = __esm({
|
|
|
5345
5250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5346
5251
|
...props
|
|
5347
5252
|
},
|
|
5348
|
-
/* @__PURE__ */
|
|
5253
|
+
/* @__PURE__ */ React91.createElement(
|
|
5349
5254
|
"path",
|
|
5350
5255
|
{
|
|
5351
5256
|
fillRule: "evenodd",
|
|
@@ -5354,7 +5259,7 @@ var init_PentHouse = __esm({
|
|
|
5354
5259
|
fill: "currentColor"
|
|
5355
5260
|
}
|
|
5356
5261
|
),
|
|
5357
|
-
/* @__PURE__ */
|
|
5262
|
+
/* @__PURE__ */ React91.createElement(
|
|
5358
5263
|
"path",
|
|
5359
5264
|
{
|
|
5360
5265
|
fillRule: "evenodd",
|
|
@@ -5363,7 +5268,7 @@ var init_PentHouse = __esm({
|
|
|
5363
5268
|
fill: "currentColor"
|
|
5364
5269
|
}
|
|
5365
5270
|
),
|
|
5366
|
-
/* @__PURE__ */
|
|
5271
|
+
/* @__PURE__ */ React91.createElement(
|
|
5367
5272
|
"path",
|
|
5368
5273
|
{
|
|
5369
5274
|
fillRule: "evenodd",
|
|
@@ -5372,7 +5277,7 @@ var init_PentHouse = __esm({
|
|
|
5372
5277
|
fill: "currentColor"
|
|
5373
5278
|
}
|
|
5374
5279
|
),
|
|
5375
|
-
/* @__PURE__ */
|
|
5280
|
+
/* @__PURE__ */ React91.createElement(
|
|
5376
5281
|
"path",
|
|
5377
5282
|
{
|
|
5378
5283
|
fillRule: "evenodd",
|
|
@@ -5381,7 +5286,7 @@ var init_PentHouse = __esm({
|
|
|
5381
5286
|
fill: "currentColor"
|
|
5382
5287
|
}
|
|
5383
5288
|
),
|
|
5384
|
-
/* @__PURE__ */
|
|
5289
|
+
/* @__PURE__ */ React91.createElement(
|
|
5385
5290
|
"path",
|
|
5386
5291
|
{
|
|
5387
5292
|
fillRule: "evenodd",
|
|
@@ -5390,7 +5295,7 @@ var init_PentHouse = __esm({
|
|
|
5390
5295
|
fill: "currentColor"
|
|
5391
5296
|
}
|
|
5392
5297
|
),
|
|
5393
|
-
/* @__PURE__ */
|
|
5298
|
+
/* @__PURE__ */ React91.createElement(
|
|
5394
5299
|
"path",
|
|
5395
5300
|
{
|
|
5396
5301
|
fillRule: "evenodd",
|
|
@@ -5399,7 +5304,7 @@ var init_PentHouse = __esm({
|
|
|
5399
5304
|
fill: "currentColor"
|
|
5400
5305
|
}
|
|
5401
5306
|
),
|
|
5402
|
-
/* @__PURE__ */
|
|
5307
|
+
/* @__PURE__ */ React91.createElement(
|
|
5403
5308
|
"path",
|
|
5404
5309
|
{
|
|
5405
5310
|
fillRule: "evenodd",
|
|
@@ -5419,7 +5324,7 @@ var Pet_exports = {};
|
|
|
5419
5324
|
__export(Pet_exports, {
|
|
5420
5325
|
default: () => Pet_default
|
|
5421
5326
|
});
|
|
5422
|
-
import * as
|
|
5327
|
+
import * as React92 from "react";
|
|
5423
5328
|
var SvgPet, Pet_default;
|
|
5424
5329
|
var init_Pet = __esm({
|
|
5425
5330
|
"src/react/Pet.tsx"() {
|
|
@@ -5427,7 +5332,7 @@ var init_Pet = __esm({
|
|
|
5427
5332
|
init_types();
|
|
5428
5333
|
SvgPet = ({ size = 16, ...props }) => {
|
|
5429
5334
|
const sizeValue = resolveSize(size);
|
|
5430
|
-
return /* @__PURE__ */
|
|
5335
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5431
5336
|
"svg",
|
|
5432
5337
|
{
|
|
5433
5338
|
width: sizeValue,
|
|
@@ -5437,7 +5342,7 @@ var init_Pet = __esm({
|
|
|
5437
5342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5438
5343
|
...props
|
|
5439
5344
|
},
|
|
5440
|
-
/* @__PURE__ */
|
|
5345
|
+
/* @__PURE__ */ React92.createElement(
|
|
5441
5346
|
"path",
|
|
5442
5347
|
{
|
|
5443
5348
|
fillRule: "evenodd",
|
|
@@ -5446,7 +5351,7 @@ var init_Pet = __esm({
|
|
|
5446
5351
|
fill: "currentColor"
|
|
5447
5352
|
}
|
|
5448
5353
|
),
|
|
5449
|
-
/* @__PURE__ */
|
|
5354
|
+
/* @__PURE__ */ React92.createElement(
|
|
5450
5355
|
"path",
|
|
5451
5356
|
{
|
|
5452
5357
|
fillRule: "evenodd",
|
|
@@ -5455,7 +5360,7 @@ var init_Pet = __esm({
|
|
|
5455
5360
|
fill: "currentColor"
|
|
5456
5361
|
}
|
|
5457
5362
|
),
|
|
5458
|
-
/* @__PURE__ */
|
|
5363
|
+
/* @__PURE__ */ React92.createElement(
|
|
5459
5364
|
"path",
|
|
5460
5365
|
{
|
|
5461
5366
|
fillRule: "evenodd",
|
|
@@ -5464,7 +5369,7 @@ var init_Pet = __esm({
|
|
|
5464
5369
|
fill: "currentColor"
|
|
5465
5370
|
}
|
|
5466
5371
|
),
|
|
5467
|
-
/* @__PURE__ */
|
|
5372
|
+
/* @__PURE__ */ React92.createElement(
|
|
5468
5373
|
"path",
|
|
5469
5374
|
{
|
|
5470
5375
|
fillRule: "evenodd",
|
|
@@ -5473,7 +5378,7 @@ var init_Pet = __esm({
|
|
|
5473
5378
|
fill: "currentColor"
|
|
5474
5379
|
}
|
|
5475
5380
|
),
|
|
5476
|
-
/* @__PURE__ */
|
|
5381
|
+
/* @__PURE__ */ React92.createElement(
|
|
5477
5382
|
"path",
|
|
5478
5383
|
{
|
|
5479
5384
|
fillRule: "evenodd",
|
|
@@ -5482,7 +5387,7 @@ var init_Pet = __esm({
|
|
|
5482
5387
|
fill: "currentColor"
|
|
5483
5388
|
}
|
|
5484
5389
|
),
|
|
5485
|
-
/* @__PURE__ */
|
|
5390
|
+
/* @__PURE__ */ React92.createElement(
|
|
5486
5391
|
"path",
|
|
5487
5392
|
{
|
|
5488
5393
|
fillRule: "evenodd",
|
|
@@ -5502,7 +5407,7 @@ var PhoneLinear_exports = {};
|
|
|
5502
5407
|
__export(PhoneLinear_exports, {
|
|
5503
5408
|
default: () => PhoneLinear_default
|
|
5504
5409
|
});
|
|
5505
|
-
import * as
|
|
5410
|
+
import * as React93 from "react";
|
|
5506
5411
|
var SvgPhoneLinear, PhoneLinear_default;
|
|
5507
5412
|
var init_PhoneLinear = __esm({
|
|
5508
5413
|
"src/react/PhoneLinear.tsx"() {
|
|
@@ -5510,7 +5415,7 @@ var init_PhoneLinear = __esm({
|
|
|
5510
5415
|
init_types();
|
|
5511
5416
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
5512
5417
|
const sizeValue = resolveSize(size);
|
|
5513
|
-
return /* @__PURE__ */
|
|
5418
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5514
5419
|
"svg",
|
|
5515
5420
|
{
|
|
5516
5421
|
width: sizeValue,
|
|
@@ -5520,7 +5425,7 @@ var init_PhoneLinear = __esm({
|
|
|
5520
5425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5521
5426
|
...props
|
|
5522
5427
|
},
|
|
5523
|
-
/* @__PURE__ */
|
|
5428
|
+
/* @__PURE__ */ React93.createElement(
|
|
5524
5429
|
"path",
|
|
5525
5430
|
{
|
|
5526
5431
|
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",
|
|
@@ -5538,7 +5443,7 @@ var PinMapSolid_exports = {};
|
|
|
5538
5443
|
__export(PinMapSolid_exports, {
|
|
5539
5444
|
default: () => PinMapSolid_default
|
|
5540
5445
|
});
|
|
5541
|
-
import * as
|
|
5446
|
+
import * as React94 from "react";
|
|
5542
5447
|
var SvgPinMapSolid, PinMapSolid_default;
|
|
5543
5448
|
var init_PinMapSolid = __esm({
|
|
5544
5449
|
"src/react/PinMapSolid.tsx"() {
|
|
@@ -5546,7 +5451,7 @@ var init_PinMapSolid = __esm({
|
|
|
5546
5451
|
init_types();
|
|
5547
5452
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
5548
5453
|
const sizeValue = resolveSize(size);
|
|
5549
|
-
return /* @__PURE__ */
|
|
5454
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5550
5455
|
"svg",
|
|
5551
5456
|
{
|
|
5552
5457
|
width: sizeValue,
|
|
@@ -5556,7 +5461,7 @@ var init_PinMapSolid = __esm({
|
|
|
5556
5461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5557
5462
|
...props
|
|
5558
5463
|
},
|
|
5559
|
-
/* @__PURE__ */
|
|
5464
|
+
/* @__PURE__ */ React94.createElement(
|
|
5560
5465
|
"path",
|
|
5561
5466
|
{
|
|
5562
5467
|
fillRule: "evenodd",
|
|
@@ -5576,7 +5481,7 @@ var Plus_exports = {};
|
|
|
5576
5481
|
__export(Plus_exports, {
|
|
5577
5482
|
default: () => Plus_default
|
|
5578
5483
|
});
|
|
5579
|
-
import * as
|
|
5484
|
+
import * as React95 from "react";
|
|
5580
5485
|
var SvgPlus, Plus_default;
|
|
5581
5486
|
var init_Plus = __esm({
|
|
5582
5487
|
"src/react/Plus.tsx"() {
|
|
@@ -5584,7 +5489,7 @@ var init_Plus = __esm({
|
|
|
5584
5489
|
init_types();
|
|
5585
5490
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
5586
5491
|
const sizeValue = resolveSize(size);
|
|
5587
|
-
return /* @__PURE__ */
|
|
5492
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5588
5493
|
"svg",
|
|
5589
5494
|
{
|
|
5590
5495
|
width: sizeValue,
|
|
@@ -5594,7 +5499,7 @@ var init_Plus = __esm({
|
|
|
5594
5499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5595
5500
|
...props
|
|
5596
5501
|
},
|
|
5597
|
-
/* @__PURE__ */
|
|
5502
|
+
/* @__PURE__ */ React95.createElement(
|
|
5598
5503
|
"path",
|
|
5599
5504
|
{
|
|
5600
5505
|
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",
|
|
@@ -5612,7 +5517,7 @@ var Promotion_exports = {};
|
|
|
5612
5517
|
__export(Promotion_exports, {
|
|
5613
5518
|
default: () => Promotion_default
|
|
5614
5519
|
});
|
|
5615
|
-
import * as
|
|
5520
|
+
import * as React96 from "react";
|
|
5616
5521
|
var SvgPromotion, Promotion_default;
|
|
5617
5522
|
var init_Promotion = __esm({
|
|
5618
5523
|
"src/react/Promotion.tsx"() {
|
|
@@ -5620,7 +5525,7 @@ var init_Promotion = __esm({
|
|
|
5620
5525
|
init_types();
|
|
5621
5526
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
5622
5527
|
const sizeValue = resolveSize(size);
|
|
5623
|
-
return /* @__PURE__ */
|
|
5528
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5624
5529
|
"svg",
|
|
5625
5530
|
{
|
|
5626
5531
|
width: sizeValue,
|
|
@@ -5630,7 +5535,7 @@ var init_Promotion = __esm({
|
|
|
5630
5535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5631
5536
|
...props
|
|
5632
5537
|
},
|
|
5633
|
-
/* @__PURE__ */
|
|
5538
|
+
/* @__PURE__ */ React96.createElement(
|
|
5634
5539
|
"path",
|
|
5635
5540
|
{
|
|
5636
5541
|
fillRule: "evenodd",
|
|
@@ -5639,7 +5544,7 @@ var init_Promotion = __esm({
|
|
|
5639
5544
|
fill: "currentColor"
|
|
5640
5545
|
}
|
|
5641
5546
|
),
|
|
5642
|
-
/* @__PURE__ */
|
|
5547
|
+
/* @__PURE__ */ React96.createElement(
|
|
5643
5548
|
"path",
|
|
5644
5549
|
{
|
|
5645
5550
|
fillRule: "evenodd",
|
|
@@ -5648,7 +5553,7 @@ var init_Promotion = __esm({
|
|
|
5648
5553
|
fill: "currentColor"
|
|
5649
5554
|
}
|
|
5650
5555
|
),
|
|
5651
|
-
/* @__PURE__ */
|
|
5556
|
+
/* @__PURE__ */ React96.createElement(
|
|
5652
5557
|
"path",
|
|
5653
5558
|
{
|
|
5654
5559
|
fillRule: "evenodd",
|
|
@@ -5657,7 +5562,7 @@ var init_Promotion = __esm({
|
|
|
5657
5562
|
fill: "currentColor"
|
|
5658
5563
|
}
|
|
5659
5564
|
),
|
|
5660
|
-
/* @__PURE__ */
|
|
5565
|
+
/* @__PURE__ */ React96.createElement(
|
|
5661
5566
|
"path",
|
|
5662
5567
|
{
|
|
5663
5568
|
fillRule: "evenodd",
|
|
@@ -5677,7 +5582,7 @@ var PropertiesFilled_exports = {};
|
|
|
5677
5582
|
__export(PropertiesFilled_exports, {
|
|
5678
5583
|
default: () => PropertiesFilled_default
|
|
5679
5584
|
});
|
|
5680
|
-
import * as
|
|
5585
|
+
import * as React97 from "react";
|
|
5681
5586
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
5682
5587
|
var init_PropertiesFilled = __esm({
|
|
5683
5588
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -5685,7 +5590,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5685
5590
|
init_types();
|
|
5686
5591
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
5687
5592
|
const sizeValue = resolveSize(size);
|
|
5688
|
-
return /* @__PURE__ */
|
|
5593
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5689
5594
|
"svg",
|
|
5690
5595
|
{
|
|
5691
5596
|
width: sizeValue,
|
|
@@ -5695,7 +5600,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5695
5600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5696
5601
|
...props
|
|
5697
5602
|
},
|
|
5698
|
-
/* @__PURE__ */
|
|
5603
|
+
/* @__PURE__ */ React97.createElement(
|
|
5699
5604
|
"path",
|
|
5700
5605
|
{
|
|
5701
5606
|
fillRule: "evenodd",
|
|
@@ -5704,7 +5609,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5704
5609
|
fill: "currentColor"
|
|
5705
5610
|
}
|
|
5706
5611
|
),
|
|
5707
|
-
/* @__PURE__ */
|
|
5612
|
+
/* @__PURE__ */ React97.createElement(
|
|
5708
5613
|
"path",
|
|
5709
5614
|
{
|
|
5710
5615
|
fillRule: "evenodd",
|
|
@@ -5713,7 +5618,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5713
5618
|
fill: "currentColor"
|
|
5714
5619
|
}
|
|
5715
5620
|
),
|
|
5716
|
-
/* @__PURE__ */
|
|
5621
|
+
/* @__PURE__ */ React97.createElement(
|
|
5717
5622
|
"path",
|
|
5718
5623
|
{
|
|
5719
5624
|
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",
|
|
@@ -5731,7 +5636,7 @@ var PropertiesLinear_exports = {};
|
|
|
5731
5636
|
__export(PropertiesLinear_exports, {
|
|
5732
5637
|
default: () => PropertiesLinear_default
|
|
5733
5638
|
});
|
|
5734
|
-
import * as
|
|
5639
|
+
import * as React98 from "react";
|
|
5735
5640
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
5736
5641
|
var init_PropertiesLinear = __esm({
|
|
5737
5642
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -5739,7 +5644,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5739
5644
|
init_types();
|
|
5740
5645
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
5741
5646
|
const sizeValue = resolveSize(size);
|
|
5742
|
-
return /* @__PURE__ */
|
|
5647
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5743
5648
|
"svg",
|
|
5744
5649
|
{
|
|
5745
5650
|
width: sizeValue,
|
|
@@ -5749,7 +5654,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5749
5654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5750
5655
|
...props
|
|
5751
5656
|
},
|
|
5752
|
-
/* @__PURE__ */
|
|
5657
|
+
/* @__PURE__ */ React98.createElement(
|
|
5753
5658
|
"path",
|
|
5754
5659
|
{
|
|
5755
5660
|
fillRule: "evenodd",
|
|
@@ -5758,7 +5663,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5758
5663
|
fill: "currentColor"
|
|
5759
5664
|
}
|
|
5760
5665
|
),
|
|
5761
|
-
/* @__PURE__ */
|
|
5666
|
+
/* @__PURE__ */ React98.createElement(
|
|
5762
5667
|
"path",
|
|
5763
5668
|
{
|
|
5764
5669
|
fillRule: "evenodd",
|
|
@@ -5767,7 +5672,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5767
5672
|
fill: "currentColor"
|
|
5768
5673
|
}
|
|
5769
5674
|
),
|
|
5770
|
-
/* @__PURE__ */
|
|
5675
|
+
/* @__PURE__ */ React98.createElement(
|
|
5771
5676
|
"path",
|
|
5772
5677
|
{
|
|
5773
5678
|
fillRule: "evenodd",
|
|
@@ -5776,7 +5681,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5776
5681
|
fill: "currentColor"
|
|
5777
5682
|
}
|
|
5778
5683
|
),
|
|
5779
|
-
/* @__PURE__ */
|
|
5684
|
+
/* @__PURE__ */ React98.createElement(
|
|
5780
5685
|
"path",
|
|
5781
5686
|
{
|
|
5782
5687
|
fillRule: "evenodd",
|
|
@@ -5785,7 +5690,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5785
5690
|
fill: "currentColor"
|
|
5786
5691
|
}
|
|
5787
5692
|
),
|
|
5788
|
-
/* @__PURE__ */
|
|
5693
|
+
/* @__PURE__ */ React98.createElement(
|
|
5789
5694
|
"path",
|
|
5790
5695
|
{
|
|
5791
5696
|
fillRule: "evenodd",
|
|
@@ -5794,7 +5699,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5794
5699
|
fill: "currentColor"
|
|
5795
5700
|
}
|
|
5796
5701
|
),
|
|
5797
|
-
/* @__PURE__ */
|
|
5702
|
+
/* @__PURE__ */ React98.createElement(
|
|
5798
5703
|
"path",
|
|
5799
5704
|
{
|
|
5800
5705
|
fillRule: "evenodd",
|
|
@@ -5803,7 +5708,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5803
5708
|
fill: "currentColor"
|
|
5804
5709
|
}
|
|
5805
5710
|
),
|
|
5806
|
-
/* @__PURE__ */
|
|
5711
|
+
/* @__PURE__ */ React98.createElement(
|
|
5807
5712
|
"path",
|
|
5808
5713
|
{
|
|
5809
5714
|
fillRule: "evenodd",
|
|
@@ -5823,7 +5728,7 @@ var Rent_exports = {};
|
|
|
5823
5728
|
__export(Rent_exports, {
|
|
5824
5729
|
default: () => Rent_default
|
|
5825
5730
|
});
|
|
5826
|
-
import * as
|
|
5731
|
+
import * as React99 from "react";
|
|
5827
5732
|
var SvgRent, Rent_default;
|
|
5828
5733
|
var init_Rent = __esm({
|
|
5829
5734
|
"src/react/Rent.tsx"() {
|
|
@@ -5831,7 +5736,7 @@ var init_Rent = __esm({
|
|
|
5831
5736
|
init_types();
|
|
5832
5737
|
SvgRent = ({ size = 16, ...props }) => {
|
|
5833
5738
|
const sizeValue = resolveSize(size);
|
|
5834
|
-
return /* @__PURE__ */
|
|
5739
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5835
5740
|
"svg",
|
|
5836
5741
|
{
|
|
5837
5742
|
width: sizeValue,
|
|
@@ -5841,7 +5746,7 @@ var init_Rent = __esm({
|
|
|
5841
5746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5842
5747
|
...props
|
|
5843
5748
|
},
|
|
5844
|
-
/* @__PURE__ */
|
|
5749
|
+
/* @__PURE__ */ React99.createElement(
|
|
5845
5750
|
"path",
|
|
5846
5751
|
{
|
|
5847
5752
|
fillRule: "evenodd",
|
|
@@ -5850,7 +5755,7 @@ var init_Rent = __esm({
|
|
|
5850
5755
|
fill: "currentColor"
|
|
5851
5756
|
}
|
|
5852
5757
|
),
|
|
5853
|
-
/* @__PURE__ */
|
|
5758
|
+
/* @__PURE__ */ React99.createElement(
|
|
5854
5759
|
"path",
|
|
5855
5760
|
{
|
|
5856
5761
|
fillRule: "evenodd",
|
|
@@ -5859,7 +5764,7 @@ var init_Rent = __esm({
|
|
|
5859
5764
|
fill: "currentColor"
|
|
5860
5765
|
}
|
|
5861
5766
|
),
|
|
5862
|
-
/* @__PURE__ */
|
|
5767
|
+
/* @__PURE__ */ React99.createElement(
|
|
5863
5768
|
"path",
|
|
5864
5769
|
{
|
|
5865
5770
|
fillRule: "evenodd",
|
|
@@ -5879,7 +5784,7 @@ var Restaurant_exports = {};
|
|
|
5879
5784
|
__export(Restaurant_exports, {
|
|
5880
5785
|
default: () => Restaurant_default
|
|
5881
5786
|
});
|
|
5882
|
-
import * as
|
|
5787
|
+
import * as React100 from "react";
|
|
5883
5788
|
var SvgRestaurant, Restaurant_default;
|
|
5884
5789
|
var init_Restaurant = __esm({
|
|
5885
5790
|
"src/react/Restaurant.tsx"() {
|
|
@@ -5887,7 +5792,7 @@ var init_Restaurant = __esm({
|
|
|
5887
5792
|
init_types();
|
|
5888
5793
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
5889
5794
|
const sizeValue = resolveSize(size);
|
|
5890
|
-
return /* @__PURE__ */
|
|
5795
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5891
5796
|
"svg",
|
|
5892
5797
|
{
|
|
5893
5798
|
width: sizeValue,
|
|
@@ -5897,7 +5802,7 @@ var init_Restaurant = __esm({
|
|
|
5897
5802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5898
5803
|
...props
|
|
5899
5804
|
},
|
|
5900
|
-
/* @__PURE__ */
|
|
5805
|
+
/* @__PURE__ */ React100.createElement(
|
|
5901
5806
|
"path",
|
|
5902
5807
|
{
|
|
5903
5808
|
fillRule: "evenodd",
|
|
@@ -5906,7 +5811,7 @@ var init_Restaurant = __esm({
|
|
|
5906
5811
|
fill: "currentColor"
|
|
5907
5812
|
}
|
|
5908
5813
|
),
|
|
5909
|
-
/* @__PURE__ */
|
|
5814
|
+
/* @__PURE__ */ React100.createElement(
|
|
5910
5815
|
"path",
|
|
5911
5816
|
{
|
|
5912
5817
|
fillRule: "evenodd",
|
|
@@ -5926,7 +5831,7 @@ var Sale_exports = {};
|
|
|
5926
5831
|
__export(Sale_exports, {
|
|
5927
5832
|
default: () => Sale_default
|
|
5928
5833
|
});
|
|
5929
|
-
import * as
|
|
5834
|
+
import * as React101 from "react";
|
|
5930
5835
|
var SvgSale, Sale_default;
|
|
5931
5836
|
var init_Sale = __esm({
|
|
5932
5837
|
"src/react/Sale.tsx"() {
|
|
@@ -5934,7 +5839,7 @@ var init_Sale = __esm({
|
|
|
5934
5839
|
init_types();
|
|
5935
5840
|
SvgSale = ({ size = 16, ...props }) => {
|
|
5936
5841
|
const sizeValue = resolveSize(size);
|
|
5937
|
-
return /* @__PURE__ */
|
|
5842
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5938
5843
|
"svg",
|
|
5939
5844
|
{
|
|
5940
5845
|
width: sizeValue,
|
|
@@ -5944,7 +5849,7 @@ var init_Sale = __esm({
|
|
|
5944
5849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5945
5850
|
...props
|
|
5946
5851
|
},
|
|
5947
|
-
/* @__PURE__ */
|
|
5852
|
+
/* @__PURE__ */ React101.createElement(
|
|
5948
5853
|
"path",
|
|
5949
5854
|
{
|
|
5950
5855
|
fillRule: "evenodd",
|
|
@@ -5953,7 +5858,7 @@ var init_Sale = __esm({
|
|
|
5953
5858
|
fill: "currentColor"
|
|
5954
5859
|
}
|
|
5955
5860
|
),
|
|
5956
|
-
/* @__PURE__ */
|
|
5861
|
+
/* @__PURE__ */ React101.createElement(
|
|
5957
5862
|
"path",
|
|
5958
5863
|
{
|
|
5959
5864
|
fillRule: "evenodd",
|
|
@@ -5962,7 +5867,7 @@ var init_Sale = __esm({
|
|
|
5962
5867
|
fill: "currentColor"
|
|
5963
5868
|
}
|
|
5964
5869
|
),
|
|
5965
|
-
/* @__PURE__ */
|
|
5870
|
+
/* @__PURE__ */ React101.createElement(
|
|
5966
5871
|
"path",
|
|
5967
5872
|
{
|
|
5968
5873
|
fillRule: "evenodd",
|
|
@@ -5982,7 +5887,7 @@ var Search_exports = {};
|
|
|
5982
5887
|
__export(Search_exports, {
|
|
5983
5888
|
default: () => Search_default
|
|
5984
5889
|
});
|
|
5985
|
-
import * as
|
|
5890
|
+
import * as React102 from "react";
|
|
5986
5891
|
var SvgSearch, Search_default;
|
|
5987
5892
|
var init_Search = __esm({
|
|
5988
5893
|
"src/react/Search.tsx"() {
|
|
@@ -5990,7 +5895,7 @@ var init_Search = __esm({
|
|
|
5990
5895
|
init_types();
|
|
5991
5896
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
5992
5897
|
const sizeValue = resolveSize(size);
|
|
5993
|
-
return /* @__PURE__ */
|
|
5898
|
+
return /* @__PURE__ */ React102.createElement(
|
|
5994
5899
|
"svg",
|
|
5995
5900
|
{
|
|
5996
5901
|
width: sizeValue,
|
|
@@ -6000,7 +5905,7 @@ var init_Search = __esm({
|
|
|
6000
5905
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6001
5906
|
...props
|
|
6002
5907
|
},
|
|
6003
|
-
/* @__PURE__ */
|
|
5908
|
+
/* @__PURE__ */ React102.createElement(
|
|
6004
5909
|
"path",
|
|
6005
5910
|
{
|
|
6006
5911
|
fillRule: "evenodd",
|
|
@@ -6009,7 +5914,7 @@ var init_Search = __esm({
|
|
|
6009
5914
|
fill: "currentColor"
|
|
6010
5915
|
}
|
|
6011
5916
|
),
|
|
6012
|
-
/* @__PURE__ */
|
|
5917
|
+
/* @__PURE__ */ React102.createElement(
|
|
6013
5918
|
"path",
|
|
6014
5919
|
{
|
|
6015
5920
|
fillRule: "evenodd",
|
|
@@ -6029,7 +5934,7 @@ var SearchX_exports = {};
|
|
|
6029
5934
|
__export(SearchX_exports, {
|
|
6030
5935
|
default: () => SearchX_default
|
|
6031
5936
|
});
|
|
6032
|
-
import * as
|
|
5937
|
+
import * as React103 from "react";
|
|
6033
5938
|
var SvgSearchX, SearchX_default;
|
|
6034
5939
|
var init_SearchX = __esm({
|
|
6035
5940
|
"src/react/SearchX.tsx"() {
|
|
@@ -6037,7 +5942,7 @@ var init_SearchX = __esm({
|
|
|
6037
5942
|
init_types();
|
|
6038
5943
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
6039
5944
|
const sizeValue = resolveSize(size);
|
|
6040
|
-
return /* @__PURE__ */
|
|
5945
|
+
return /* @__PURE__ */ React103.createElement(
|
|
6041
5946
|
"svg",
|
|
6042
5947
|
{
|
|
6043
5948
|
width: sizeValue,
|
|
@@ -6047,7 +5952,7 @@ var init_SearchX = __esm({
|
|
|
6047
5952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6048
5953
|
...props
|
|
6049
5954
|
},
|
|
6050
|
-
/* @__PURE__ */
|
|
5955
|
+
/* @__PURE__ */ React103.createElement(
|
|
6051
5956
|
"path",
|
|
6052
5957
|
{
|
|
6053
5958
|
fillRule: "evenodd",
|
|
@@ -6056,7 +5961,7 @@ var init_SearchX = __esm({
|
|
|
6056
5961
|
fill: "currentColor"
|
|
6057
5962
|
}
|
|
6058
5963
|
),
|
|
6059
|
-
/* @__PURE__ */
|
|
5964
|
+
/* @__PURE__ */ React103.createElement(
|
|
6060
5965
|
"path",
|
|
6061
5966
|
{
|
|
6062
5967
|
fillRule: "evenodd",
|
|
@@ -6065,7 +5970,7 @@ var init_SearchX = __esm({
|
|
|
6065
5970
|
fill: "currentColor"
|
|
6066
5971
|
}
|
|
6067
5972
|
),
|
|
6068
|
-
/* @__PURE__ */
|
|
5973
|
+
/* @__PURE__ */ React103.createElement(
|
|
6069
5974
|
"path",
|
|
6070
5975
|
{
|
|
6071
5976
|
fillRule: "evenodd",
|
|
@@ -6074,7 +5979,7 @@ var init_SearchX = __esm({
|
|
|
6074
5979
|
fill: "currentColor"
|
|
6075
5980
|
}
|
|
6076
5981
|
),
|
|
6077
|
-
/* @__PURE__ */
|
|
5982
|
+
/* @__PURE__ */ React103.createElement(
|
|
6078
5983
|
"path",
|
|
6079
5984
|
{
|
|
6080
5985
|
fillRule: "evenodd",
|
|
@@ -6094,7 +5999,7 @@ var Share_exports = {};
|
|
|
6094
5999
|
__export(Share_exports, {
|
|
6095
6000
|
default: () => Share_default
|
|
6096
6001
|
});
|
|
6097
|
-
import * as
|
|
6002
|
+
import * as React104 from "react";
|
|
6098
6003
|
var SvgShare, Share_default;
|
|
6099
6004
|
var init_Share = __esm({
|
|
6100
6005
|
"src/react/Share.tsx"() {
|
|
@@ -6102,7 +6007,7 @@ var init_Share = __esm({
|
|
|
6102
6007
|
init_types();
|
|
6103
6008
|
SvgShare = ({ size = 16, ...props }) => {
|
|
6104
6009
|
const sizeValue = resolveSize(size);
|
|
6105
|
-
return /* @__PURE__ */
|
|
6010
|
+
return /* @__PURE__ */ React104.createElement(
|
|
6106
6011
|
"svg",
|
|
6107
6012
|
{
|
|
6108
6013
|
width: sizeValue,
|
|
@@ -6112,7 +6017,7 @@ var init_Share = __esm({
|
|
|
6112
6017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6113
6018
|
...props
|
|
6114
6019
|
},
|
|
6115
|
-
/* @__PURE__ */
|
|
6020
|
+
/* @__PURE__ */ React104.createElement(
|
|
6116
6021
|
"path",
|
|
6117
6022
|
{
|
|
6118
6023
|
fillRule: "evenodd",
|
|
@@ -6121,7 +6026,7 @@ var init_Share = __esm({
|
|
|
6121
6026
|
fill: "currentColor"
|
|
6122
6027
|
}
|
|
6123
6028
|
),
|
|
6124
|
-
/* @__PURE__ */
|
|
6029
|
+
/* @__PURE__ */ React104.createElement(
|
|
6125
6030
|
"path",
|
|
6126
6031
|
{
|
|
6127
6032
|
fillRule: "evenodd",
|
|
@@ -6130,7 +6035,7 @@ var init_Share = __esm({
|
|
|
6130
6035
|
fill: "currentColor"
|
|
6131
6036
|
}
|
|
6132
6037
|
),
|
|
6133
|
-
/* @__PURE__ */
|
|
6038
|
+
/* @__PURE__ */ React104.createElement(
|
|
6134
6039
|
"path",
|
|
6135
6040
|
{
|
|
6136
6041
|
fillRule: "evenodd",
|
|
@@ -6150,7 +6055,7 @@ var Size3D_exports = {};
|
|
|
6150
6055
|
__export(Size3D_exports, {
|
|
6151
6056
|
default: () => Size3D_default
|
|
6152
6057
|
});
|
|
6153
|
-
import * as
|
|
6058
|
+
import * as React105 from "react";
|
|
6154
6059
|
var SvgSize3D, Size3D_default;
|
|
6155
6060
|
var init_Size3D = __esm({
|
|
6156
6061
|
"src/react/Size3D.tsx"() {
|
|
@@ -6158,7 +6063,7 @@ var init_Size3D = __esm({
|
|
|
6158
6063
|
init_types();
|
|
6159
6064
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
6160
6065
|
const sizeValue = resolveSize(size);
|
|
6161
|
-
return /* @__PURE__ */
|
|
6066
|
+
return /* @__PURE__ */ React105.createElement(
|
|
6162
6067
|
"svg",
|
|
6163
6068
|
{
|
|
6164
6069
|
width: sizeValue,
|
|
@@ -6168,7 +6073,7 @@ var init_Size3D = __esm({
|
|
|
6168
6073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6169
6074
|
...props
|
|
6170
6075
|
},
|
|
6171
|
-
/* @__PURE__ */
|
|
6076
|
+
/* @__PURE__ */ React105.createElement(
|
|
6172
6077
|
"path",
|
|
6173
6078
|
{
|
|
6174
6079
|
fillRule: "evenodd",
|
|
@@ -6177,7 +6082,7 @@ var init_Size3D = __esm({
|
|
|
6177
6082
|
fill: "currentColor"
|
|
6178
6083
|
}
|
|
6179
6084
|
),
|
|
6180
|
-
/* @__PURE__ */
|
|
6085
|
+
/* @__PURE__ */ React105.createElement(
|
|
6181
6086
|
"path",
|
|
6182
6087
|
{
|
|
6183
6088
|
fillRule: "evenodd",
|
|
@@ -6186,7 +6091,7 @@ var init_Size3D = __esm({
|
|
|
6186
6091
|
fill: "currentColor"
|
|
6187
6092
|
}
|
|
6188
6093
|
),
|
|
6189
|
-
/* @__PURE__ */
|
|
6094
|
+
/* @__PURE__ */ React105.createElement(
|
|
6190
6095
|
"path",
|
|
6191
6096
|
{
|
|
6192
6097
|
fillRule: "evenodd",
|
|
@@ -6195,7 +6100,7 @@ var init_Size3D = __esm({
|
|
|
6195
6100
|
fill: "currentColor"
|
|
6196
6101
|
}
|
|
6197
6102
|
),
|
|
6198
|
-
/* @__PURE__ */
|
|
6103
|
+
/* @__PURE__ */ React105.createElement(
|
|
6199
6104
|
"path",
|
|
6200
6105
|
{
|
|
6201
6106
|
fillRule: "evenodd",
|
|
@@ -6215,7 +6120,7 @@ var StatusDot_exports = {};
|
|
|
6215
6120
|
__export(StatusDot_exports, {
|
|
6216
6121
|
default: () => StatusDot_default
|
|
6217
6122
|
});
|
|
6218
|
-
import * as
|
|
6123
|
+
import * as React106 from "react";
|
|
6219
6124
|
var SvgStatusDot, StatusDot_default;
|
|
6220
6125
|
var init_StatusDot = __esm({
|
|
6221
6126
|
"src/react/StatusDot.tsx"() {
|
|
@@ -6223,7 +6128,7 @@ var init_StatusDot = __esm({
|
|
|
6223
6128
|
init_types();
|
|
6224
6129
|
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
6225
6130
|
const sizeValue = resolveSize(size);
|
|
6226
|
-
return /* @__PURE__ */
|
|
6131
|
+
return /* @__PURE__ */ React106.createElement(
|
|
6227
6132
|
"svg",
|
|
6228
6133
|
{
|
|
6229
6134
|
width: sizeValue,
|
|
@@ -6233,7 +6138,7 @@ var init_StatusDot = __esm({
|
|
|
6233
6138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6234
6139
|
...props
|
|
6235
6140
|
},
|
|
6236
|
-
/* @__PURE__ */
|
|
6141
|
+
/* @__PURE__ */ React106.createElement(
|
|
6237
6142
|
"path",
|
|
6238
6143
|
{
|
|
6239
6144
|
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",
|
|
@@ -6251,7 +6156,7 @@ var Storage_exports = {};
|
|
|
6251
6156
|
__export(Storage_exports, {
|
|
6252
6157
|
default: () => Storage_default
|
|
6253
6158
|
});
|
|
6254
|
-
import * as
|
|
6159
|
+
import * as React107 from "react";
|
|
6255
6160
|
var SvgStorage, Storage_default;
|
|
6256
6161
|
var init_Storage = __esm({
|
|
6257
6162
|
"src/react/Storage.tsx"() {
|
|
@@ -6259,7 +6164,7 @@ var init_Storage = __esm({
|
|
|
6259
6164
|
init_types();
|
|
6260
6165
|
SvgStorage = ({ size = 16, ...props }) => {
|
|
6261
6166
|
const sizeValue = resolveSize(size);
|
|
6262
|
-
return /* @__PURE__ */
|
|
6167
|
+
return /* @__PURE__ */ React107.createElement(
|
|
6263
6168
|
"svg",
|
|
6264
6169
|
{
|
|
6265
6170
|
width: sizeValue,
|
|
@@ -6269,7 +6174,7 @@ var init_Storage = __esm({
|
|
|
6269
6174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6270
6175
|
...props
|
|
6271
6176
|
},
|
|
6272
|
-
/* @__PURE__ */
|
|
6177
|
+
/* @__PURE__ */ React107.createElement(
|
|
6273
6178
|
"path",
|
|
6274
6179
|
{
|
|
6275
6180
|
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",
|
|
@@ -6287,7 +6192,7 @@ var Store_exports = {};
|
|
|
6287
6192
|
__export(Store_exports, {
|
|
6288
6193
|
default: () => Store_default
|
|
6289
6194
|
});
|
|
6290
|
-
import * as
|
|
6195
|
+
import * as React108 from "react";
|
|
6291
6196
|
var SvgStore, Store_default;
|
|
6292
6197
|
var init_Store = __esm({
|
|
6293
6198
|
"src/react/Store.tsx"() {
|
|
@@ -6295,7 +6200,7 @@ var init_Store = __esm({
|
|
|
6295
6200
|
init_types();
|
|
6296
6201
|
SvgStore = ({ size = 16, ...props }) => {
|
|
6297
6202
|
const sizeValue = resolveSize(size);
|
|
6298
|
-
return /* @__PURE__ */
|
|
6203
|
+
return /* @__PURE__ */ React108.createElement(
|
|
6299
6204
|
"svg",
|
|
6300
6205
|
{
|
|
6301
6206
|
width: sizeValue,
|
|
@@ -6305,7 +6210,7 @@ var init_Store = __esm({
|
|
|
6305
6210
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6306
6211
|
...props
|
|
6307
6212
|
},
|
|
6308
|
-
/* @__PURE__ */
|
|
6213
|
+
/* @__PURE__ */ React108.createElement(
|
|
6309
6214
|
"path",
|
|
6310
6215
|
{
|
|
6311
6216
|
fillRule: "evenodd",
|
|
@@ -6325,7 +6230,7 @@ var SwimmingPool_exports = {};
|
|
|
6325
6230
|
__export(SwimmingPool_exports, {
|
|
6326
6231
|
default: () => SwimmingPool_default
|
|
6327
6232
|
});
|
|
6328
|
-
import * as
|
|
6233
|
+
import * as React109 from "react";
|
|
6329
6234
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
6330
6235
|
var init_SwimmingPool = __esm({
|
|
6331
6236
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -6333,7 +6238,7 @@ var init_SwimmingPool = __esm({
|
|
|
6333
6238
|
init_types();
|
|
6334
6239
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
6335
6240
|
const sizeValue = resolveSize(size);
|
|
6336
|
-
return /* @__PURE__ */
|
|
6241
|
+
return /* @__PURE__ */ React109.createElement(
|
|
6337
6242
|
"svg",
|
|
6338
6243
|
{
|
|
6339
6244
|
width: sizeValue,
|
|
@@ -6343,7 +6248,7 @@ var init_SwimmingPool = __esm({
|
|
|
6343
6248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6344
6249
|
...props
|
|
6345
6250
|
},
|
|
6346
|
-
/* @__PURE__ */
|
|
6251
|
+
/* @__PURE__ */ React109.createElement(
|
|
6347
6252
|
"path",
|
|
6348
6253
|
{
|
|
6349
6254
|
fillRule: "evenodd",
|
|
@@ -6352,7 +6257,7 @@ var init_SwimmingPool = __esm({
|
|
|
6352
6257
|
fill: "currentColor"
|
|
6353
6258
|
}
|
|
6354
6259
|
),
|
|
6355
|
-
/* @__PURE__ */
|
|
6260
|
+
/* @__PURE__ */ React109.createElement(
|
|
6356
6261
|
"path",
|
|
6357
6262
|
{
|
|
6358
6263
|
fillRule: "evenodd",
|
|
@@ -6361,7 +6266,7 @@ var init_SwimmingPool = __esm({
|
|
|
6361
6266
|
fill: "currentColor"
|
|
6362
6267
|
}
|
|
6363
6268
|
),
|
|
6364
|
-
/* @__PURE__ */
|
|
6269
|
+
/* @__PURE__ */ React109.createElement(
|
|
6365
6270
|
"path",
|
|
6366
6271
|
{
|
|
6367
6272
|
fillRule: "evenodd",
|
|
@@ -6370,7 +6275,7 @@ var init_SwimmingPool = __esm({
|
|
|
6370
6275
|
fill: "currentColor"
|
|
6371
6276
|
}
|
|
6372
6277
|
),
|
|
6373
|
-
/* @__PURE__ */
|
|
6278
|
+
/* @__PURE__ */ React109.createElement(
|
|
6374
6279
|
"path",
|
|
6375
6280
|
{
|
|
6376
6281
|
fillRule: "evenodd",
|
|
@@ -6379,7 +6284,7 @@ var init_SwimmingPool = __esm({
|
|
|
6379
6284
|
fill: "currentColor"
|
|
6380
6285
|
}
|
|
6381
6286
|
),
|
|
6382
|
-
/* @__PURE__ */
|
|
6287
|
+
/* @__PURE__ */ React109.createElement(
|
|
6383
6288
|
"path",
|
|
6384
6289
|
{
|
|
6385
6290
|
fillRule: "evenodd",
|
|
@@ -6388,7 +6293,7 @@ var init_SwimmingPool = __esm({
|
|
|
6388
6293
|
fill: "currentColor"
|
|
6389
6294
|
}
|
|
6390
6295
|
),
|
|
6391
|
-
/* @__PURE__ */
|
|
6296
|
+
/* @__PURE__ */ React109.createElement(
|
|
6392
6297
|
"path",
|
|
6393
6298
|
{
|
|
6394
6299
|
fillRule: "evenodd",
|
|
@@ -6408,7 +6313,7 @@ var Tasks_exports = {};
|
|
|
6408
6313
|
__export(Tasks_exports, {
|
|
6409
6314
|
default: () => Tasks_default
|
|
6410
6315
|
});
|
|
6411
|
-
import * as
|
|
6316
|
+
import * as React110 from "react";
|
|
6412
6317
|
var SvgTasks, Tasks_default;
|
|
6413
6318
|
var init_Tasks = __esm({
|
|
6414
6319
|
"src/react/Tasks.tsx"() {
|
|
@@ -6416,7 +6321,7 @@ var init_Tasks = __esm({
|
|
|
6416
6321
|
init_types();
|
|
6417
6322
|
SvgTasks = ({ size = 16, ...props }) => {
|
|
6418
6323
|
const sizeValue = resolveSize(size);
|
|
6419
|
-
return /* @__PURE__ */
|
|
6324
|
+
return /* @__PURE__ */ React110.createElement(
|
|
6420
6325
|
"svg",
|
|
6421
6326
|
{
|
|
6422
6327
|
width: sizeValue,
|
|
@@ -6426,7 +6331,7 @@ var init_Tasks = __esm({
|
|
|
6426
6331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6427
6332
|
...props
|
|
6428
6333
|
},
|
|
6429
|
-
/* @__PURE__ */
|
|
6334
|
+
/* @__PURE__ */ React110.createElement(
|
|
6430
6335
|
"path",
|
|
6431
6336
|
{
|
|
6432
6337
|
fillRule: "evenodd",
|
|
@@ -6435,7 +6340,7 @@ var init_Tasks = __esm({
|
|
|
6435
6340
|
fill: "currentColor"
|
|
6436
6341
|
}
|
|
6437
6342
|
),
|
|
6438
|
-
/* @__PURE__ */
|
|
6343
|
+
/* @__PURE__ */ React110.createElement(
|
|
6439
6344
|
"path",
|
|
6440
6345
|
{
|
|
6441
6346
|
fillRule: "evenodd",
|
|
@@ -6444,7 +6349,7 @@ var init_Tasks = __esm({
|
|
|
6444
6349
|
fill: "currentColor"
|
|
6445
6350
|
}
|
|
6446
6351
|
),
|
|
6447
|
-
/* @__PURE__ */
|
|
6352
|
+
/* @__PURE__ */ React110.createElement(
|
|
6448
6353
|
"path",
|
|
6449
6354
|
{
|
|
6450
6355
|
fillRule: "evenodd",
|
|
@@ -6453,7 +6358,7 @@ var init_Tasks = __esm({
|
|
|
6453
6358
|
fill: "currentColor"
|
|
6454
6359
|
}
|
|
6455
6360
|
),
|
|
6456
|
-
/* @__PURE__ */
|
|
6361
|
+
/* @__PURE__ */ React110.createElement(
|
|
6457
6362
|
"path",
|
|
6458
6363
|
{
|
|
6459
6364
|
fillRule: "evenodd",
|
|
@@ -6462,7 +6367,7 @@ var init_Tasks = __esm({
|
|
|
6462
6367
|
fill: "currentColor"
|
|
6463
6368
|
}
|
|
6464
6369
|
),
|
|
6465
|
-
/* @__PURE__ */
|
|
6370
|
+
/* @__PURE__ */ React110.createElement(
|
|
6466
6371
|
"path",
|
|
6467
6372
|
{
|
|
6468
6373
|
fillRule: "evenodd",
|
|
@@ -6471,7 +6376,7 @@ var init_Tasks = __esm({
|
|
|
6471
6376
|
fill: "currentColor"
|
|
6472
6377
|
}
|
|
6473
6378
|
),
|
|
6474
|
-
/* @__PURE__ */
|
|
6379
|
+
/* @__PURE__ */ React110.createElement(
|
|
6475
6380
|
"path",
|
|
6476
6381
|
{
|
|
6477
6382
|
fillRule: "evenodd",
|
|
@@ -6491,7 +6396,7 @@ var Terrace_exports = {};
|
|
|
6491
6396
|
__export(Terrace_exports, {
|
|
6492
6397
|
default: () => Terrace_default
|
|
6493
6398
|
});
|
|
6494
|
-
import * as
|
|
6399
|
+
import * as React111 from "react";
|
|
6495
6400
|
var SvgTerrace, Terrace_default;
|
|
6496
6401
|
var init_Terrace = __esm({
|
|
6497
6402
|
"src/react/Terrace.tsx"() {
|
|
@@ -6499,7 +6404,7 @@ var init_Terrace = __esm({
|
|
|
6499
6404
|
init_types();
|
|
6500
6405
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
6501
6406
|
const sizeValue = resolveSize(size);
|
|
6502
|
-
return /* @__PURE__ */
|
|
6407
|
+
return /* @__PURE__ */ React111.createElement(
|
|
6503
6408
|
"svg",
|
|
6504
6409
|
{
|
|
6505
6410
|
width: sizeValue,
|
|
@@ -6509,7 +6414,7 @@ var init_Terrace = __esm({
|
|
|
6509
6414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6510
6415
|
...props
|
|
6511
6416
|
},
|
|
6512
|
-
/* @__PURE__ */
|
|
6417
|
+
/* @__PURE__ */ React111.createElement(
|
|
6513
6418
|
"path",
|
|
6514
6419
|
{
|
|
6515
6420
|
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",
|
|
@@ -6527,7 +6432,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
6527
6432
|
__export(ThermometerSnowflake_exports, {
|
|
6528
6433
|
default: () => ThermometerSnowflake_default
|
|
6529
6434
|
});
|
|
6530
|
-
import * as
|
|
6435
|
+
import * as React112 from "react";
|
|
6531
6436
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
6532
6437
|
var init_ThermometerSnowflake = __esm({
|
|
6533
6438
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -6535,7 +6440,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6535
6440
|
init_types();
|
|
6536
6441
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
6537
6442
|
const sizeValue = resolveSize(size);
|
|
6538
|
-
return /* @__PURE__ */
|
|
6443
|
+
return /* @__PURE__ */ React112.createElement(
|
|
6539
6444
|
"svg",
|
|
6540
6445
|
{
|
|
6541
6446
|
width: sizeValue,
|
|
@@ -6545,7 +6450,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6545
6450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6546
6451
|
...props
|
|
6547
6452
|
},
|
|
6548
|
-
/* @__PURE__ */
|
|
6453
|
+
/* @__PURE__ */ React112.createElement(
|
|
6549
6454
|
"path",
|
|
6550
6455
|
{
|
|
6551
6456
|
fillRule: "evenodd",
|
|
@@ -6554,7 +6459,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6554
6459
|
fill: "currentColor"
|
|
6555
6460
|
}
|
|
6556
6461
|
),
|
|
6557
|
-
/* @__PURE__ */
|
|
6462
|
+
/* @__PURE__ */ React112.createElement(
|
|
6558
6463
|
"path",
|
|
6559
6464
|
{
|
|
6560
6465
|
fillRule: "evenodd",
|
|
@@ -6563,7 +6468,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6563
6468
|
fill: "currentColor"
|
|
6564
6469
|
}
|
|
6565
6470
|
),
|
|
6566
|
-
/* @__PURE__ */
|
|
6471
|
+
/* @__PURE__ */ React112.createElement(
|
|
6567
6472
|
"path",
|
|
6568
6473
|
{
|
|
6569
6474
|
fillRule: "evenodd",
|
|
@@ -6572,7 +6477,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6572
6477
|
fill: "currentColor"
|
|
6573
6478
|
}
|
|
6574
6479
|
),
|
|
6575
|
-
/* @__PURE__ */
|
|
6480
|
+
/* @__PURE__ */ React112.createElement(
|
|
6576
6481
|
"path",
|
|
6577
6482
|
{
|
|
6578
6483
|
fillRule: "evenodd",
|
|
@@ -6581,7 +6486,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6581
6486
|
fill: "currentColor"
|
|
6582
6487
|
}
|
|
6583
6488
|
),
|
|
6584
|
-
/* @__PURE__ */
|
|
6489
|
+
/* @__PURE__ */ React112.createElement(
|
|
6585
6490
|
"path",
|
|
6586
6491
|
{
|
|
6587
6492
|
fillRule: "evenodd",
|
|
@@ -6590,7 +6495,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6590
6495
|
fill: "currentColor"
|
|
6591
6496
|
}
|
|
6592
6497
|
),
|
|
6593
|
-
/* @__PURE__ */
|
|
6498
|
+
/* @__PURE__ */ React112.createElement(
|
|
6594
6499
|
"path",
|
|
6595
6500
|
{
|
|
6596
6501
|
fillRule: "evenodd",
|
|
@@ -6610,7 +6515,7 @@ var Time_exports = {};
|
|
|
6610
6515
|
__export(Time_exports, {
|
|
6611
6516
|
default: () => Time_default
|
|
6612
6517
|
});
|
|
6613
|
-
import * as
|
|
6518
|
+
import * as React113 from "react";
|
|
6614
6519
|
var SvgTime, Time_default;
|
|
6615
6520
|
var init_Time = __esm({
|
|
6616
6521
|
"src/react/Time.tsx"() {
|
|
@@ -6618,7 +6523,7 @@ var init_Time = __esm({
|
|
|
6618
6523
|
init_types();
|
|
6619
6524
|
SvgTime = ({ size = 16, ...props }) => {
|
|
6620
6525
|
const sizeValue = resolveSize(size);
|
|
6621
|
-
return /* @__PURE__ */
|
|
6526
|
+
return /* @__PURE__ */ React113.createElement(
|
|
6622
6527
|
"svg",
|
|
6623
6528
|
{
|
|
6624
6529
|
width: sizeValue,
|
|
@@ -6628,7 +6533,7 @@ var init_Time = __esm({
|
|
|
6628
6533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6629
6534
|
...props
|
|
6630
6535
|
},
|
|
6631
|
-
/* @__PURE__ */
|
|
6536
|
+
/* @__PURE__ */ React113.createElement(
|
|
6632
6537
|
"path",
|
|
6633
6538
|
{
|
|
6634
6539
|
fillRule: "evenodd",
|
|
@@ -6637,7 +6542,7 @@ var init_Time = __esm({
|
|
|
6637
6542
|
fill: "currentColor"
|
|
6638
6543
|
}
|
|
6639
6544
|
),
|
|
6640
|
-
/* @__PURE__ */
|
|
6545
|
+
/* @__PURE__ */ React113.createElement(
|
|
6641
6546
|
"path",
|
|
6642
6547
|
{
|
|
6643
6548
|
fillRule: "evenodd",
|
|
@@ -6657,7 +6562,7 @@ var TouchAndroid_exports = {};
|
|
|
6657
6562
|
__export(TouchAndroid_exports, {
|
|
6658
6563
|
default: () => TouchAndroid_default
|
|
6659
6564
|
});
|
|
6660
|
-
import * as
|
|
6565
|
+
import * as React114 from "react";
|
|
6661
6566
|
var SvgTouchAndroid, TouchAndroid_default;
|
|
6662
6567
|
var init_TouchAndroid = __esm({
|
|
6663
6568
|
"src/react/TouchAndroid.tsx"() {
|
|
@@ -6665,7 +6570,7 @@ var init_TouchAndroid = __esm({
|
|
|
6665
6570
|
init_types();
|
|
6666
6571
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
6667
6572
|
const sizeValue = resolveSize(size);
|
|
6668
|
-
return /* @__PURE__ */
|
|
6573
|
+
return /* @__PURE__ */ React114.createElement(
|
|
6669
6574
|
"svg",
|
|
6670
6575
|
{
|
|
6671
6576
|
width: sizeValue,
|
|
@@ -6675,7 +6580,7 @@ var init_TouchAndroid = __esm({
|
|
|
6675
6580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6676
6581
|
...props
|
|
6677
6582
|
},
|
|
6678
|
-
/* @__PURE__ */
|
|
6583
|
+
/* @__PURE__ */ React114.createElement(
|
|
6679
6584
|
"path",
|
|
6680
6585
|
{
|
|
6681
6586
|
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",
|
|
@@ -6693,7 +6598,7 @@ var TouchIos_exports = {};
|
|
|
6693
6598
|
__export(TouchIos_exports, {
|
|
6694
6599
|
default: () => TouchIos_default
|
|
6695
6600
|
});
|
|
6696
|
-
import * as
|
|
6601
|
+
import * as React115 from "react";
|
|
6697
6602
|
var SvgTouchIos, TouchIos_default;
|
|
6698
6603
|
var init_TouchIos = __esm({
|
|
6699
6604
|
"src/react/TouchIos.tsx"() {
|
|
@@ -6701,7 +6606,7 @@ var init_TouchIos = __esm({
|
|
|
6701
6606
|
init_types();
|
|
6702
6607
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
6703
6608
|
const sizeValue = resolveSize(size);
|
|
6704
|
-
return /* @__PURE__ */
|
|
6609
|
+
return /* @__PURE__ */ React115.createElement(
|
|
6705
6610
|
"svg",
|
|
6706
6611
|
{
|
|
6707
6612
|
width: sizeValue,
|
|
@@ -6711,7 +6616,7 @@ var init_TouchIos = __esm({
|
|
|
6711
6616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6712
6617
|
...props
|
|
6713
6618
|
},
|
|
6714
|
-
/* @__PURE__ */
|
|
6619
|
+
/* @__PURE__ */ React115.createElement(
|
|
6715
6620
|
"path",
|
|
6716
6621
|
{
|
|
6717
6622
|
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",
|
|
@@ -6729,7 +6634,7 @@ var Trash2_exports = {};
|
|
|
6729
6634
|
__export(Trash2_exports, {
|
|
6730
6635
|
default: () => Trash2_default
|
|
6731
6636
|
});
|
|
6732
|
-
import * as
|
|
6637
|
+
import * as React116 from "react";
|
|
6733
6638
|
var SvgTrash2, Trash2_default;
|
|
6734
6639
|
var init_Trash2 = __esm({
|
|
6735
6640
|
"src/react/Trash2.tsx"() {
|
|
@@ -6737,7 +6642,7 @@ var init_Trash2 = __esm({
|
|
|
6737
6642
|
init_types();
|
|
6738
6643
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
6739
6644
|
const sizeValue = resolveSize(size);
|
|
6740
|
-
return /* @__PURE__ */
|
|
6645
|
+
return /* @__PURE__ */ React116.createElement(
|
|
6741
6646
|
"svg",
|
|
6742
6647
|
{
|
|
6743
6648
|
width: sizeValue,
|
|
@@ -6747,7 +6652,7 @@ var init_Trash2 = __esm({
|
|
|
6747
6652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6748
6653
|
...props
|
|
6749
6654
|
},
|
|
6750
|
-
/* @__PURE__ */
|
|
6655
|
+
/* @__PURE__ */ React116.createElement(
|
|
6751
6656
|
"path",
|
|
6752
6657
|
{
|
|
6753
6658
|
fillRule: "evenodd",
|
|
@@ -6756,7 +6661,7 @@ var init_Trash2 = __esm({
|
|
|
6756
6661
|
fill: "currentColor"
|
|
6757
6662
|
}
|
|
6758
6663
|
),
|
|
6759
|
-
/* @__PURE__ */
|
|
6664
|
+
/* @__PURE__ */ React116.createElement(
|
|
6760
6665
|
"path",
|
|
6761
6666
|
{
|
|
6762
6667
|
fillRule: "evenodd",
|
|
@@ -6765,7 +6670,7 @@ var init_Trash2 = __esm({
|
|
|
6765
6670
|
fill: "currentColor"
|
|
6766
6671
|
}
|
|
6767
6672
|
),
|
|
6768
|
-
/* @__PURE__ */
|
|
6673
|
+
/* @__PURE__ */ React116.createElement(
|
|
6769
6674
|
"path",
|
|
6770
6675
|
{
|
|
6771
6676
|
fillRule: "evenodd",
|
|
@@ -6774,7 +6679,7 @@ var init_Trash2 = __esm({
|
|
|
6774
6679
|
fill: "currentColor"
|
|
6775
6680
|
}
|
|
6776
6681
|
),
|
|
6777
|
-
/* @__PURE__ */
|
|
6682
|
+
/* @__PURE__ */ React116.createElement(
|
|
6778
6683
|
"path",
|
|
6779
6684
|
{
|
|
6780
6685
|
fillRule: "evenodd",
|
|
@@ -6783,7 +6688,7 @@ var init_Trash2 = __esm({
|
|
|
6783
6688
|
fill: "currentColor"
|
|
6784
6689
|
}
|
|
6785
6690
|
),
|
|
6786
|
-
/* @__PURE__ */
|
|
6691
|
+
/* @__PURE__ */ React116.createElement(
|
|
6787
6692
|
"path",
|
|
6788
6693
|
{
|
|
6789
6694
|
fillRule: "evenodd",
|
|
@@ -6803,7 +6708,7 @@ var User_exports = {};
|
|
|
6803
6708
|
__export(User_exports, {
|
|
6804
6709
|
default: () => User_default
|
|
6805
6710
|
});
|
|
6806
|
-
import * as
|
|
6711
|
+
import * as React117 from "react";
|
|
6807
6712
|
var SvgUser, User_default;
|
|
6808
6713
|
var init_User = __esm({
|
|
6809
6714
|
"src/react/User.tsx"() {
|
|
@@ -6811,7 +6716,7 @@ var init_User = __esm({
|
|
|
6811
6716
|
init_types();
|
|
6812
6717
|
SvgUser = ({ size = 16, ...props }) => {
|
|
6813
6718
|
const sizeValue = resolveSize(size);
|
|
6814
|
-
return /* @__PURE__ */
|
|
6719
|
+
return /* @__PURE__ */ React117.createElement(
|
|
6815
6720
|
"svg",
|
|
6816
6721
|
{
|
|
6817
6722
|
width: sizeValue,
|
|
@@ -6821,7 +6726,7 @@ var init_User = __esm({
|
|
|
6821
6726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6822
6727
|
...props
|
|
6823
6728
|
},
|
|
6824
|
-
/* @__PURE__ */
|
|
6729
|
+
/* @__PURE__ */ React117.createElement(
|
|
6825
6730
|
"path",
|
|
6826
6731
|
{
|
|
6827
6732
|
fillRule: "evenodd",
|
|
@@ -6830,7 +6735,7 @@ var init_User = __esm({
|
|
|
6830
6735
|
fill: "currentColor"
|
|
6831
6736
|
}
|
|
6832
6737
|
),
|
|
6833
|
-
/* @__PURE__ */
|
|
6738
|
+
/* @__PURE__ */ React117.createElement(
|
|
6834
6739
|
"path",
|
|
6835
6740
|
{
|
|
6836
6741
|
fillRule: "evenodd",
|
|
@@ -6850,7 +6755,7 @@ var UserPlus_exports = {};
|
|
|
6850
6755
|
__export(UserPlus_exports, {
|
|
6851
6756
|
default: () => UserPlus_default
|
|
6852
6757
|
});
|
|
6853
|
-
import * as
|
|
6758
|
+
import * as React118 from "react";
|
|
6854
6759
|
var SvgUserPlus, UserPlus_default;
|
|
6855
6760
|
var init_UserPlus = __esm({
|
|
6856
6761
|
"src/react/UserPlus.tsx"() {
|
|
@@ -6858,7 +6763,7 @@ var init_UserPlus = __esm({
|
|
|
6858
6763
|
init_types();
|
|
6859
6764
|
SvgUserPlus = ({ size = 16, ...props }) => {
|
|
6860
6765
|
const sizeValue = resolveSize(size);
|
|
6861
|
-
return /* @__PURE__ */
|
|
6766
|
+
return /* @__PURE__ */ React118.createElement(
|
|
6862
6767
|
"svg",
|
|
6863
6768
|
{
|
|
6864
6769
|
width: sizeValue,
|
|
@@ -6868,7 +6773,7 @@ var init_UserPlus = __esm({
|
|
|
6868
6773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6869
6774
|
...props
|
|
6870
6775
|
},
|
|
6871
|
-
/* @__PURE__ */
|
|
6776
|
+
/* @__PURE__ */ React118.createElement(
|
|
6872
6777
|
"path",
|
|
6873
6778
|
{
|
|
6874
6779
|
fillRule: "evenodd",
|
|
@@ -6877,7 +6782,7 @@ var init_UserPlus = __esm({
|
|
|
6877
6782
|
fill: "currentColor"
|
|
6878
6783
|
}
|
|
6879
6784
|
),
|
|
6880
|
-
/* @__PURE__ */
|
|
6785
|
+
/* @__PURE__ */ React118.createElement(
|
|
6881
6786
|
"path",
|
|
6882
6787
|
{
|
|
6883
6788
|
fillRule: "evenodd",
|
|
@@ -6886,7 +6791,7 @@ var init_UserPlus = __esm({
|
|
|
6886
6791
|
fill: "currentColor"
|
|
6887
6792
|
}
|
|
6888
6793
|
),
|
|
6889
|
-
/* @__PURE__ */
|
|
6794
|
+
/* @__PURE__ */ React118.createElement(
|
|
6890
6795
|
"path",
|
|
6891
6796
|
{
|
|
6892
6797
|
fillRule: "evenodd",
|
|
@@ -6895,7 +6800,7 @@ var init_UserPlus = __esm({
|
|
|
6895
6800
|
fill: "currentColor"
|
|
6896
6801
|
}
|
|
6897
6802
|
),
|
|
6898
|
-
/* @__PURE__ */
|
|
6803
|
+
/* @__PURE__ */ React118.createElement(
|
|
6899
6804
|
"path",
|
|
6900
6805
|
{
|
|
6901
6806
|
fillRule: "evenodd",
|
|
@@ -6915,7 +6820,7 @@ var Warehouse_exports = {};
|
|
|
6915
6820
|
__export(Warehouse_exports, {
|
|
6916
6821
|
default: () => Warehouse_default
|
|
6917
6822
|
});
|
|
6918
|
-
import * as
|
|
6823
|
+
import * as React119 from "react";
|
|
6919
6824
|
var SvgWarehouse, Warehouse_default;
|
|
6920
6825
|
var init_Warehouse = __esm({
|
|
6921
6826
|
"src/react/Warehouse.tsx"() {
|
|
@@ -6923,7 +6828,7 @@ var init_Warehouse = __esm({
|
|
|
6923
6828
|
init_types();
|
|
6924
6829
|
SvgWarehouse = ({ size = 16, ...props }) => {
|
|
6925
6830
|
const sizeValue = resolveSize(size);
|
|
6926
|
-
return /* @__PURE__ */
|
|
6831
|
+
return /* @__PURE__ */ React119.createElement(
|
|
6927
6832
|
"svg",
|
|
6928
6833
|
{
|
|
6929
6834
|
width: sizeValue,
|
|
@@ -6933,7 +6838,7 @@ var init_Warehouse = __esm({
|
|
|
6933
6838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6934
6839
|
...props
|
|
6935
6840
|
},
|
|
6936
|
-
/* @__PURE__ */
|
|
6841
|
+
/* @__PURE__ */ React119.createElement(
|
|
6937
6842
|
"path",
|
|
6938
6843
|
{
|
|
6939
6844
|
fillRule: "evenodd",
|
|
@@ -6942,7 +6847,7 @@ var init_Warehouse = __esm({
|
|
|
6942
6847
|
fill: "currentColor"
|
|
6943
6848
|
}
|
|
6944
6849
|
),
|
|
6945
|
-
/* @__PURE__ */
|
|
6850
|
+
/* @__PURE__ */ React119.createElement(
|
|
6946
6851
|
"path",
|
|
6947
6852
|
{
|
|
6948
6853
|
fillRule: "evenodd",
|
|
@@ -6951,7 +6856,7 @@ var init_Warehouse = __esm({
|
|
|
6951
6856
|
fill: "currentColor"
|
|
6952
6857
|
}
|
|
6953
6858
|
),
|
|
6954
|
-
/* @__PURE__ */
|
|
6859
|
+
/* @__PURE__ */ React119.createElement(
|
|
6955
6860
|
"path",
|
|
6956
6861
|
{
|
|
6957
6862
|
fillRule: "evenodd",
|
|
@@ -6960,7 +6865,7 @@ var init_Warehouse = __esm({
|
|
|
6960
6865
|
fill: "currentColor"
|
|
6961
6866
|
}
|
|
6962
6867
|
),
|
|
6963
|
-
/* @__PURE__ */
|
|
6868
|
+
/* @__PURE__ */ React119.createElement(
|
|
6964
6869
|
"path",
|
|
6965
6870
|
{
|
|
6966
6871
|
fillRule: "evenodd",
|
|
@@ -6980,7 +6885,7 @@ var Whatsapp_exports = {};
|
|
|
6980
6885
|
__export(Whatsapp_exports, {
|
|
6981
6886
|
default: () => Whatsapp_default
|
|
6982
6887
|
});
|
|
6983
|
-
import * as
|
|
6888
|
+
import * as React120 from "react";
|
|
6984
6889
|
var SvgWhatsapp, Whatsapp_default;
|
|
6985
6890
|
var init_Whatsapp = __esm({
|
|
6986
6891
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -6988,7 +6893,7 @@ var init_Whatsapp = __esm({
|
|
|
6988
6893
|
init_types();
|
|
6989
6894
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
6990
6895
|
const sizeValue = resolveSize(size);
|
|
6991
|
-
return /* @__PURE__ */
|
|
6896
|
+
return /* @__PURE__ */ React120.createElement(
|
|
6992
6897
|
"svg",
|
|
6993
6898
|
{
|
|
6994
6899
|
width: sizeValue,
|
|
@@ -6998,7 +6903,7 @@ var init_Whatsapp = __esm({
|
|
|
6998
6903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6999
6904
|
...props
|
|
7000
6905
|
},
|
|
7001
|
-
/* @__PURE__ */
|
|
6906
|
+
/* @__PURE__ */ React120.createElement(
|
|
7002
6907
|
"path",
|
|
7003
6908
|
{
|
|
7004
6909
|
fillRule: "evenodd",
|
|
@@ -7089,7 +6994,6 @@ init_Keys01();
|
|
|
7089
6994
|
init_LeadsFilled();
|
|
7090
6995
|
init_LeadsLinear();
|
|
7091
6996
|
init_Lift();
|
|
7092
|
-
init_Loading();
|
|
7093
6997
|
init_Lock();
|
|
7094
6998
|
init_Loft();
|
|
7095
6999
|
init_Logout();
|
|
@@ -7137,7 +7041,7 @@ init_Warehouse();
|
|
|
7137
7041
|
init_Whatsapp();
|
|
7138
7042
|
|
|
7139
7043
|
// src/react/Icon.tsx
|
|
7140
|
-
import * as
|
|
7044
|
+
import * as React121 from "react";
|
|
7141
7045
|
function loadIcon(name) {
|
|
7142
7046
|
switch (name) {
|
|
7143
7047
|
case "accessibility":
|
|
@@ -7290,8 +7194,6 @@ function loadIcon(name) {
|
|
|
7290
7194
|
return Promise.resolve().then(() => (init_LeadsLinear(), LeadsLinear_exports)).then((m) => m.default);
|
|
7291
7195
|
case "lift":
|
|
7292
7196
|
return Promise.resolve().then(() => (init_Lift(), Lift_exports)).then((m) => m.default);
|
|
7293
|
-
case "loading":
|
|
7294
|
-
return Promise.resolve().then(() => (init_Loading(), Loading_exports)).then((m) => m.default);
|
|
7295
7197
|
case "lock":
|
|
7296
7198
|
return Promise.resolve().then(() => (init_Lock(), Lock_exports)).then((m) => m.default);
|
|
7297
7199
|
case "loft":
|
|
@@ -7387,10 +7289,10 @@ function loadIcon(name) {
|
|
|
7387
7289
|
}
|
|
7388
7290
|
}
|
|
7389
7291
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
7390
|
-
const [IconComponent, setIconComponent] =
|
|
7391
|
-
const [loading, setLoading] =
|
|
7392
|
-
const [error, setError] =
|
|
7393
|
-
|
|
7292
|
+
const [IconComponent, setIconComponent] = React121.useState(null);
|
|
7293
|
+
const [loading, setLoading] = React121.useState(true);
|
|
7294
|
+
const [error, setError] = React121.useState(null);
|
|
7295
|
+
React121.useEffect(() => {
|
|
7394
7296
|
setLoading(true);
|
|
7395
7297
|
setError(null);
|
|
7396
7298
|
loadIcon(name).then((Component) => {
|
|
@@ -7409,7 +7311,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
7409
7311
|
return null;
|
|
7410
7312
|
}
|
|
7411
7313
|
const style = color ? { ...props.style, color } : props.style;
|
|
7412
|
-
return /* @__PURE__ */
|
|
7314
|
+
return /* @__PURE__ */ React121.createElement(IconComponent, { size, ...props, style });
|
|
7413
7315
|
};
|
|
7414
7316
|
var Icon_default = Icon;
|
|
7415
7317
|
|
|
@@ -7493,7 +7395,6 @@ export {
|
|
|
7493
7395
|
LeadsFilled_default as LeadsFilled,
|
|
7494
7396
|
LeadsLinear_default as LeadsLinear,
|
|
7495
7397
|
Lift_default as Lift,
|
|
7496
|
-
Loading_default as Loading,
|
|
7497
7398
|
Lock_default as Lock,
|
|
7498
7399
|
Loft_default as Loft,
|
|
7499
7400
|
Logout_default as Logout,
|