huspy-icons 0.3.20 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fonts/HuspyIcons.css +82 -79
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +76 -75
- package/dist/fonts/HuspyIcons.ts +78 -75
- 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 +76 -75
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +4 -2
- package/dist/react/index.d.ts +4 -2
- package/dist/react/index.js +404 -299
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +359 -254
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +77 -76
- package/src/react/Icon.tsx +4 -1
- package/src/react/Loader.tsx +68 -0
- package/src/react/index.ts +1 -0
- package/src/react/index.tsx +1 -0
package/dist/react/index.mjs
CHANGED
|
@@ -4215,12 +4215,113 @@ var init_Lift = __esm({
|
|
|
4215
4215
|
}
|
|
4216
4216
|
});
|
|
4217
4217
|
|
|
4218
|
+
// src/react/Loader.tsx
|
|
4219
|
+
var Loader_exports = {};
|
|
4220
|
+
__export(Loader_exports, {
|
|
4221
|
+
default: () => Loader_default
|
|
4222
|
+
});
|
|
4223
|
+
import * as React76 from "react";
|
|
4224
|
+
var SvgLoader, Loader_default;
|
|
4225
|
+
var init_Loader = __esm({
|
|
4226
|
+
"src/react/Loader.tsx"() {
|
|
4227
|
+
"use strict";
|
|
4228
|
+
init_types();
|
|
4229
|
+
SvgLoader = ({ 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(
|
|
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
|
+
),
|
|
4250
|
+
/* @__PURE__ */ React76.createElement(
|
|
4251
|
+
"path",
|
|
4252
|
+
{
|
|
4253
|
+
fillRule: "evenodd",
|
|
4254
|
+
clipRule: "evenodd",
|
|
4255
|
+
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",
|
|
4256
|
+
fill: "currentColor"
|
|
4257
|
+
}
|
|
4258
|
+
),
|
|
4259
|
+
/* @__PURE__ */ React76.createElement(
|
|
4260
|
+
"path",
|
|
4261
|
+
{
|
|
4262
|
+
fillRule: "evenodd",
|
|
4263
|
+
clipRule: "evenodd",
|
|
4264
|
+
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",
|
|
4265
|
+
fill: "currentColor"
|
|
4266
|
+
}
|
|
4267
|
+
),
|
|
4268
|
+
/* @__PURE__ */ React76.createElement(
|
|
4269
|
+
"path",
|
|
4270
|
+
{
|
|
4271
|
+
fillRule: "evenodd",
|
|
4272
|
+
clipRule: "evenodd",
|
|
4273
|
+
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",
|
|
4274
|
+
fill: "currentColor"
|
|
4275
|
+
}
|
|
4276
|
+
),
|
|
4277
|
+
/* @__PURE__ */ React76.createElement(
|
|
4278
|
+
"path",
|
|
4279
|
+
{
|
|
4280
|
+
fillRule: "evenodd",
|
|
4281
|
+
clipRule: "evenodd",
|
|
4282
|
+
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",
|
|
4283
|
+
fill: "currentColor"
|
|
4284
|
+
}
|
|
4285
|
+
),
|
|
4286
|
+
/* @__PURE__ */ React76.createElement(
|
|
4287
|
+
"path",
|
|
4288
|
+
{
|
|
4289
|
+
fillRule: "evenodd",
|
|
4290
|
+
clipRule: "evenodd",
|
|
4291
|
+
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",
|
|
4292
|
+
fill: "currentColor"
|
|
4293
|
+
}
|
|
4294
|
+
),
|
|
4295
|
+
/* @__PURE__ */ React76.createElement(
|
|
4296
|
+
"path",
|
|
4297
|
+
{
|
|
4298
|
+
fillRule: "evenodd",
|
|
4299
|
+
clipRule: "evenodd",
|
|
4300
|
+
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",
|
|
4301
|
+
fill: "currentColor"
|
|
4302
|
+
}
|
|
4303
|
+
),
|
|
4304
|
+
/* @__PURE__ */ React76.createElement(
|
|
4305
|
+
"path",
|
|
4306
|
+
{
|
|
4307
|
+
fillRule: "evenodd",
|
|
4308
|
+
clipRule: "evenodd",
|
|
4309
|
+
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",
|
|
4310
|
+
fill: "currentColor"
|
|
4311
|
+
}
|
|
4312
|
+
)
|
|
4313
|
+
);
|
|
4314
|
+
};
|
|
4315
|
+
Loader_default = SvgLoader;
|
|
4316
|
+
}
|
|
4317
|
+
});
|
|
4318
|
+
|
|
4218
4319
|
// src/react/Lock.tsx
|
|
4219
4320
|
var Lock_exports = {};
|
|
4220
4321
|
__export(Lock_exports, {
|
|
4221
4322
|
default: () => Lock_default
|
|
4222
4323
|
});
|
|
4223
|
-
import * as
|
|
4324
|
+
import * as React77 from "react";
|
|
4224
4325
|
var SvgLock, Lock_default;
|
|
4225
4326
|
var init_Lock = __esm({
|
|
4226
4327
|
"src/react/Lock.tsx"() {
|
|
@@ -4228,7 +4329,7 @@ var init_Lock = __esm({
|
|
|
4228
4329
|
init_types();
|
|
4229
4330
|
SvgLock = ({ size = 16, ...props }) => {
|
|
4230
4331
|
const sizeValue = resolveSize(size);
|
|
4231
|
-
return /* @__PURE__ */
|
|
4332
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4232
4333
|
"svg",
|
|
4233
4334
|
{
|
|
4234
4335
|
width: sizeValue,
|
|
@@ -4238,7 +4339,7 @@ var init_Lock = __esm({
|
|
|
4238
4339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4239
4340
|
...props
|
|
4240
4341
|
},
|
|
4241
|
-
/* @__PURE__ */
|
|
4342
|
+
/* @__PURE__ */ React77.createElement(
|
|
4242
4343
|
"path",
|
|
4243
4344
|
{
|
|
4244
4345
|
fillRule: "evenodd",
|
|
@@ -4247,7 +4348,7 @@ var init_Lock = __esm({
|
|
|
4247
4348
|
fill: "currentColor"
|
|
4248
4349
|
}
|
|
4249
4350
|
),
|
|
4250
|
-
/* @__PURE__ */
|
|
4351
|
+
/* @__PURE__ */ React77.createElement(
|
|
4251
4352
|
"path",
|
|
4252
4353
|
{
|
|
4253
4354
|
fillRule: "evenodd",
|
|
@@ -4267,7 +4368,7 @@ var Loft_exports = {};
|
|
|
4267
4368
|
__export(Loft_exports, {
|
|
4268
4369
|
default: () => Loft_default
|
|
4269
4370
|
});
|
|
4270
|
-
import * as
|
|
4371
|
+
import * as React78 from "react";
|
|
4271
4372
|
var SvgLoft, Loft_default;
|
|
4272
4373
|
var init_Loft = __esm({
|
|
4273
4374
|
"src/react/Loft.tsx"() {
|
|
@@ -4275,7 +4376,7 @@ var init_Loft = __esm({
|
|
|
4275
4376
|
init_types();
|
|
4276
4377
|
SvgLoft = ({ size = 16, ...props }) => {
|
|
4277
4378
|
const sizeValue = resolveSize(size);
|
|
4278
|
-
return /* @__PURE__ */
|
|
4379
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4279
4380
|
"svg",
|
|
4280
4381
|
{
|
|
4281
4382
|
width: sizeValue,
|
|
@@ -4285,7 +4386,7 @@ var init_Loft = __esm({
|
|
|
4285
4386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4286
4387
|
...props
|
|
4287
4388
|
},
|
|
4288
|
-
/* @__PURE__ */
|
|
4389
|
+
/* @__PURE__ */ React78.createElement(
|
|
4289
4390
|
"path",
|
|
4290
4391
|
{
|
|
4291
4392
|
fillRule: "evenodd",
|
|
@@ -4294,7 +4395,7 @@ var init_Loft = __esm({
|
|
|
4294
4395
|
fill: "currentColor"
|
|
4295
4396
|
}
|
|
4296
4397
|
),
|
|
4297
|
-
/* @__PURE__ */
|
|
4398
|
+
/* @__PURE__ */ React78.createElement(
|
|
4298
4399
|
"path",
|
|
4299
4400
|
{
|
|
4300
4401
|
fillRule: "evenodd",
|
|
@@ -4303,7 +4404,7 @@ var init_Loft = __esm({
|
|
|
4303
4404
|
fill: "currentColor"
|
|
4304
4405
|
}
|
|
4305
4406
|
),
|
|
4306
|
-
/* @__PURE__ */
|
|
4407
|
+
/* @__PURE__ */ React78.createElement(
|
|
4307
4408
|
"path",
|
|
4308
4409
|
{
|
|
4309
4410
|
fillRule: "evenodd",
|
|
@@ -4312,7 +4413,7 @@ var init_Loft = __esm({
|
|
|
4312
4413
|
fill: "currentColor"
|
|
4313
4414
|
}
|
|
4314
4415
|
),
|
|
4315
|
-
/* @__PURE__ */
|
|
4416
|
+
/* @__PURE__ */ React78.createElement(
|
|
4316
4417
|
"path",
|
|
4317
4418
|
{
|
|
4318
4419
|
fillRule: "evenodd",
|
|
@@ -4321,7 +4422,7 @@ var init_Loft = __esm({
|
|
|
4321
4422
|
fill: "currentColor"
|
|
4322
4423
|
}
|
|
4323
4424
|
),
|
|
4324
|
-
/* @__PURE__ */
|
|
4425
|
+
/* @__PURE__ */ React78.createElement(
|
|
4325
4426
|
"path",
|
|
4326
4427
|
{
|
|
4327
4428
|
fillRule: "evenodd",
|
|
@@ -4330,7 +4431,7 @@ var init_Loft = __esm({
|
|
|
4330
4431
|
fill: "currentColor"
|
|
4331
4432
|
}
|
|
4332
4433
|
),
|
|
4333
|
-
/* @__PURE__ */
|
|
4434
|
+
/* @__PURE__ */ React78.createElement(
|
|
4334
4435
|
"path",
|
|
4335
4436
|
{
|
|
4336
4437
|
fillRule: "evenodd",
|
|
@@ -4339,7 +4440,7 @@ var init_Loft = __esm({
|
|
|
4339
4440
|
fill: "currentColor"
|
|
4340
4441
|
}
|
|
4341
4442
|
),
|
|
4342
|
-
/* @__PURE__ */
|
|
4443
|
+
/* @__PURE__ */ React78.createElement(
|
|
4343
4444
|
"path",
|
|
4344
4445
|
{
|
|
4345
4446
|
fillRule: "evenodd",
|
|
@@ -4348,7 +4449,7 @@ var init_Loft = __esm({
|
|
|
4348
4449
|
fill: "currentColor"
|
|
4349
4450
|
}
|
|
4350
4451
|
),
|
|
4351
|
-
/* @__PURE__ */
|
|
4452
|
+
/* @__PURE__ */ React78.createElement(
|
|
4352
4453
|
"path",
|
|
4353
4454
|
{
|
|
4354
4455
|
fillRule: "evenodd",
|
|
@@ -4368,7 +4469,7 @@ var Logout_exports = {};
|
|
|
4368
4469
|
__export(Logout_exports, {
|
|
4369
4470
|
default: () => Logout_default
|
|
4370
4471
|
});
|
|
4371
|
-
import * as
|
|
4472
|
+
import * as React79 from "react";
|
|
4372
4473
|
var SvgLogout, Logout_default;
|
|
4373
4474
|
var init_Logout = __esm({
|
|
4374
4475
|
"src/react/Logout.tsx"() {
|
|
@@ -4376,7 +4477,7 @@ var init_Logout = __esm({
|
|
|
4376
4477
|
init_types();
|
|
4377
4478
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
4378
4479
|
const sizeValue = resolveSize(size);
|
|
4379
|
-
return /* @__PURE__ */
|
|
4480
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4380
4481
|
"svg",
|
|
4381
4482
|
{
|
|
4382
4483
|
width: sizeValue,
|
|
@@ -4386,7 +4487,7 @@ var init_Logout = __esm({
|
|
|
4386
4487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4387
4488
|
...props
|
|
4388
4489
|
},
|
|
4389
|
-
/* @__PURE__ */
|
|
4490
|
+
/* @__PURE__ */ React79.createElement(
|
|
4390
4491
|
"path",
|
|
4391
4492
|
{
|
|
4392
4493
|
fillRule: "evenodd",
|
|
@@ -4395,7 +4496,7 @@ var init_Logout = __esm({
|
|
|
4395
4496
|
fill: "currentColor"
|
|
4396
4497
|
}
|
|
4397
4498
|
),
|
|
4398
|
-
/* @__PURE__ */
|
|
4499
|
+
/* @__PURE__ */ React79.createElement(
|
|
4399
4500
|
"path",
|
|
4400
4501
|
{
|
|
4401
4502
|
fillRule: "evenodd",
|
|
@@ -4404,7 +4505,7 @@ var init_Logout = __esm({
|
|
|
4404
4505
|
fill: "currentColor"
|
|
4405
4506
|
}
|
|
4406
4507
|
),
|
|
4407
|
-
/* @__PURE__ */
|
|
4508
|
+
/* @__PURE__ */ React79.createElement(
|
|
4408
4509
|
"path",
|
|
4409
4510
|
{
|
|
4410
4511
|
fillRule: "evenodd",
|
|
@@ -4424,7 +4525,7 @@ var MagicWand_exports = {};
|
|
|
4424
4525
|
__export(MagicWand_exports, {
|
|
4425
4526
|
default: () => MagicWand_default
|
|
4426
4527
|
});
|
|
4427
|
-
import * as
|
|
4528
|
+
import * as React80 from "react";
|
|
4428
4529
|
var SvgMagicWand, MagicWand_default;
|
|
4429
4530
|
var init_MagicWand = __esm({
|
|
4430
4531
|
"src/react/MagicWand.tsx"() {
|
|
@@ -4432,7 +4533,7 @@ var init_MagicWand = __esm({
|
|
|
4432
4533
|
init_types();
|
|
4433
4534
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
4434
4535
|
const sizeValue = resolveSize(size);
|
|
4435
|
-
return /* @__PURE__ */
|
|
4536
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4436
4537
|
"svg",
|
|
4437
4538
|
{
|
|
4438
4539
|
width: sizeValue,
|
|
@@ -4442,7 +4543,7 @@ var init_MagicWand = __esm({
|
|
|
4442
4543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4443
4544
|
...props
|
|
4444
4545
|
},
|
|
4445
|
-
/* @__PURE__ */
|
|
4546
|
+
/* @__PURE__ */ React80.createElement(
|
|
4446
4547
|
"path",
|
|
4447
4548
|
{
|
|
4448
4549
|
fillRule: "evenodd",
|
|
@@ -4451,7 +4552,7 @@ var init_MagicWand = __esm({
|
|
|
4451
4552
|
fill: "currentColor"
|
|
4452
4553
|
}
|
|
4453
4554
|
),
|
|
4454
|
-
/* @__PURE__ */
|
|
4555
|
+
/* @__PURE__ */ React80.createElement(
|
|
4455
4556
|
"path",
|
|
4456
4557
|
{
|
|
4457
4558
|
fillRule: "evenodd",
|
|
@@ -4460,7 +4561,7 @@ var init_MagicWand = __esm({
|
|
|
4460
4561
|
fill: "currentColor"
|
|
4461
4562
|
}
|
|
4462
4563
|
),
|
|
4463
|
-
/* @__PURE__ */
|
|
4564
|
+
/* @__PURE__ */ React80.createElement(
|
|
4464
4565
|
"path",
|
|
4465
4566
|
{
|
|
4466
4567
|
fillRule: "evenodd",
|
|
@@ -4469,7 +4570,7 @@ var init_MagicWand = __esm({
|
|
|
4469
4570
|
fill: "currentColor"
|
|
4470
4571
|
}
|
|
4471
4572
|
),
|
|
4472
|
-
/* @__PURE__ */
|
|
4573
|
+
/* @__PURE__ */ React80.createElement(
|
|
4473
4574
|
"path",
|
|
4474
4575
|
{
|
|
4475
4576
|
fillRule: "evenodd",
|
|
@@ -4478,7 +4579,7 @@ var init_MagicWand = __esm({
|
|
|
4478
4579
|
fill: "currentColor"
|
|
4479
4580
|
}
|
|
4480
4581
|
),
|
|
4481
|
-
/* @__PURE__ */
|
|
4582
|
+
/* @__PURE__ */ React80.createElement(
|
|
4482
4583
|
"path",
|
|
4483
4584
|
{
|
|
4484
4585
|
fillRule: "evenodd",
|
|
@@ -4487,7 +4588,7 @@ var init_MagicWand = __esm({
|
|
|
4487
4588
|
fill: "currentColor"
|
|
4488
4589
|
}
|
|
4489
4590
|
),
|
|
4490
|
-
/* @__PURE__ */
|
|
4591
|
+
/* @__PURE__ */ React80.createElement(
|
|
4491
4592
|
"path",
|
|
4492
4593
|
{
|
|
4493
4594
|
fillRule: "evenodd",
|
|
@@ -4496,7 +4597,7 @@ var init_MagicWand = __esm({
|
|
|
4496
4597
|
fill: "currentColor"
|
|
4497
4598
|
}
|
|
4498
4599
|
),
|
|
4499
|
-
/* @__PURE__ */
|
|
4600
|
+
/* @__PURE__ */ React80.createElement(
|
|
4500
4601
|
"path",
|
|
4501
4602
|
{
|
|
4502
4603
|
fillRule: "evenodd",
|
|
@@ -4505,7 +4606,7 @@ var init_MagicWand = __esm({
|
|
|
4505
4606
|
fill: "currentColor"
|
|
4506
4607
|
}
|
|
4507
4608
|
),
|
|
4508
|
-
/* @__PURE__ */
|
|
4609
|
+
/* @__PURE__ */ React80.createElement(
|
|
4509
4610
|
"path",
|
|
4510
4611
|
{
|
|
4511
4612
|
fillRule: "evenodd",
|
|
@@ -4525,7 +4626,7 @@ var Mail_exports = {};
|
|
|
4525
4626
|
__export(Mail_exports, {
|
|
4526
4627
|
default: () => Mail_default
|
|
4527
4628
|
});
|
|
4528
|
-
import * as
|
|
4629
|
+
import * as React81 from "react";
|
|
4529
4630
|
var SvgMail, Mail_default;
|
|
4530
4631
|
var init_Mail = __esm({
|
|
4531
4632
|
"src/react/Mail.tsx"() {
|
|
@@ -4533,7 +4634,7 @@ var init_Mail = __esm({
|
|
|
4533
4634
|
init_types();
|
|
4534
4635
|
SvgMail = ({ size = 16, ...props }) => {
|
|
4535
4636
|
const sizeValue = resolveSize(size);
|
|
4536
|
-
return /* @__PURE__ */
|
|
4637
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4537
4638
|
"svg",
|
|
4538
4639
|
{
|
|
4539
4640
|
width: sizeValue,
|
|
@@ -4543,7 +4644,7 @@ var init_Mail = __esm({
|
|
|
4543
4644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4544
4645
|
...props
|
|
4545
4646
|
},
|
|
4546
|
-
/* @__PURE__ */
|
|
4647
|
+
/* @__PURE__ */ React81.createElement(
|
|
4547
4648
|
"path",
|
|
4548
4649
|
{
|
|
4549
4650
|
fillRule: "evenodd",
|
|
@@ -4552,7 +4653,7 @@ var init_Mail = __esm({
|
|
|
4552
4653
|
fill: "currentColor"
|
|
4553
4654
|
}
|
|
4554
4655
|
),
|
|
4555
|
-
/* @__PURE__ */
|
|
4656
|
+
/* @__PURE__ */ React81.createElement(
|
|
4556
4657
|
"path",
|
|
4557
4658
|
{
|
|
4558
4659
|
fillRule: "evenodd",
|
|
@@ -4572,7 +4673,7 @@ var MapPin_exports = {};
|
|
|
4572
4673
|
__export(MapPin_exports, {
|
|
4573
4674
|
default: () => MapPin_default
|
|
4574
4675
|
});
|
|
4575
|
-
import * as
|
|
4676
|
+
import * as React82 from "react";
|
|
4576
4677
|
var SvgMapPin, MapPin_default;
|
|
4577
4678
|
var init_MapPin = __esm({
|
|
4578
4679
|
"src/react/MapPin.tsx"() {
|
|
@@ -4580,7 +4681,7 @@ var init_MapPin = __esm({
|
|
|
4580
4681
|
init_types();
|
|
4581
4682
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
4582
4683
|
const sizeValue = resolveSize(size);
|
|
4583
|
-
return /* @__PURE__ */
|
|
4684
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4584
4685
|
"svg",
|
|
4585
4686
|
{
|
|
4586
4687
|
width: sizeValue,
|
|
@@ -4590,7 +4691,7 @@ var init_MapPin = __esm({
|
|
|
4590
4691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4591
4692
|
...props
|
|
4592
4693
|
},
|
|
4593
|
-
/* @__PURE__ */
|
|
4694
|
+
/* @__PURE__ */ React82.createElement(
|
|
4594
4695
|
"path",
|
|
4595
4696
|
{
|
|
4596
4697
|
fillRule: "evenodd",
|
|
@@ -4599,7 +4700,7 @@ var init_MapPin = __esm({
|
|
|
4599
4700
|
fill: "currentColor"
|
|
4600
4701
|
}
|
|
4601
4702
|
),
|
|
4602
|
-
/* @__PURE__ */
|
|
4703
|
+
/* @__PURE__ */ React82.createElement(
|
|
4603
4704
|
"path",
|
|
4604
4705
|
{
|
|
4605
4706
|
fillRule: "evenodd",
|
|
@@ -4619,7 +4720,7 @@ var MoreHorizontal_exports = {};
|
|
|
4619
4720
|
__export(MoreHorizontal_exports, {
|
|
4620
4721
|
default: () => MoreHorizontal_default
|
|
4621
4722
|
});
|
|
4622
|
-
import * as
|
|
4723
|
+
import * as React83 from "react";
|
|
4623
4724
|
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
4624
4725
|
var init_MoreHorizontal = __esm({
|
|
4625
4726
|
"src/react/MoreHorizontal.tsx"() {
|
|
@@ -4627,7 +4728,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4627
4728
|
init_types();
|
|
4628
4729
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
4629
4730
|
const sizeValue = resolveSize(size);
|
|
4630
|
-
return /* @__PURE__ */
|
|
4731
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4631
4732
|
"svg",
|
|
4632
4733
|
{
|
|
4633
4734
|
width: sizeValue,
|
|
@@ -4637,7 +4738,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4637
4738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4638
4739
|
...props
|
|
4639
4740
|
},
|
|
4640
|
-
/* @__PURE__ */
|
|
4741
|
+
/* @__PURE__ */ React83.createElement(
|
|
4641
4742
|
"path",
|
|
4642
4743
|
{
|
|
4643
4744
|
fillRule: "evenodd",
|
|
@@ -4646,7 +4747,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4646
4747
|
fill: "currentColor"
|
|
4647
4748
|
}
|
|
4648
4749
|
),
|
|
4649
|
-
/* @__PURE__ */
|
|
4750
|
+
/* @__PURE__ */ React83.createElement(
|
|
4650
4751
|
"path",
|
|
4651
4752
|
{
|
|
4652
4753
|
fillRule: "evenodd",
|
|
@@ -4655,7 +4756,7 @@ var init_MoreHorizontal = __esm({
|
|
|
4655
4756
|
fill: "currentColor"
|
|
4656
4757
|
}
|
|
4657
4758
|
),
|
|
4658
|
-
/* @__PURE__ */
|
|
4759
|
+
/* @__PURE__ */ React83.createElement(
|
|
4659
4760
|
"path",
|
|
4660
4761
|
{
|
|
4661
4762
|
fillRule: "evenodd",
|
|
@@ -4675,7 +4776,7 @@ var Mortgage_exports = {};
|
|
|
4675
4776
|
__export(Mortgage_exports, {
|
|
4676
4777
|
default: () => Mortgage_default
|
|
4677
4778
|
});
|
|
4678
|
-
import * as
|
|
4779
|
+
import * as React84 from "react";
|
|
4679
4780
|
var SvgMortgage, Mortgage_default;
|
|
4680
4781
|
var init_Mortgage = __esm({
|
|
4681
4782
|
"src/react/Mortgage.tsx"() {
|
|
@@ -4683,7 +4784,7 @@ var init_Mortgage = __esm({
|
|
|
4683
4784
|
init_types();
|
|
4684
4785
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
4685
4786
|
const sizeValue = resolveSize(size);
|
|
4686
|
-
return /* @__PURE__ */
|
|
4787
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4687
4788
|
"svg",
|
|
4688
4789
|
{
|
|
4689
4790
|
width: sizeValue,
|
|
@@ -4693,7 +4794,7 @@ var init_Mortgage = __esm({
|
|
|
4693
4794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4694
4795
|
...props
|
|
4695
4796
|
},
|
|
4696
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ React84.createElement(
|
|
4697
4798
|
"path",
|
|
4698
4799
|
{
|
|
4699
4800
|
fillRule: "evenodd",
|
|
@@ -4702,7 +4803,7 @@ var init_Mortgage = __esm({
|
|
|
4702
4803
|
fill: "currentColor"
|
|
4703
4804
|
}
|
|
4704
4805
|
),
|
|
4705
|
-
/* @__PURE__ */
|
|
4806
|
+
/* @__PURE__ */ React84.createElement(
|
|
4706
4807
|
"path",
|
|
4707
4808
|
{
|
|
4708
4809
|
fillRule: "evenodd",
|
|
@@ -4711,7 +4812,7 @@ var init_Mortgage = __esm({
|
|
|
4711
4812
|
fill: "currentColor"
|
|
4712
4813
|
}
|
|
4713
4814
|
),
|
|
4714
|
-
/* @__PURE__ */
|
|
4815
|
+
/* @__PURE__ */ React84.createElement(
|
|
4715
4816
|
"path",
|
|
4716
4817
|
{
|
|
4717
4818
|
fillRule: "evenodd",
|
|
@@ -4720,7 +4821,7 @@ var init_Mortgage = __esm({
|
|
|
4720
4821
|
fill: "currentColor"
|
|
4721
4822
|
}
|
|
4722
4823
|
),
|
|
4723
|
-
/* @__PURE__ */
|
|
4824
|
+
/* @__PURE__ */ React84.createElement(
|
|
4724
4825
|
"path",
|
|
4725
4826
|
{
|
|
4726
4827
|
fillRule: "evenodd",
|
|
@@ -4729,7 +4830,7 @@ var init_Mortgage = __esm({
|
|
|
4729
4830
|
fill: "currentColor"
|
|
4730
4831
|
}
|
|
4731
4832
|
),
|
|
4732
|
-
/* @__PURE__ */
|
|
4833
|
+
/* @__PURE__ */ React84.createElement(
|
|
4733
4834
|
"path",
|
|
4734
4835
|
{
|
|
4735
4836
|
fillRule: "evenodd",
|
|
@@ -4738,7 +4839,7 @@ var init_Mortgage = __esm({
|
|
|
4738
4839
|
fill: "currentColor"
|
|
4739
4840
|
}
|
|
4740
4841
|
),
|
|
4741
|
-
/* @__PURE__ */
|
|
4842
|
+
/* @__PURE__ */ React84.createElement(
|
|
4742
4843
|
"path",
|
|
4743
4844
|
{
|
|
4744
4845
|
fillRule: "evenodd",
|
|
@@ -4747,7 +4848,7 @@ var init_Mortgage = __esm({
|
|
|
4747
4848
|
fill: "currentColor"
|
|
4748
4849
|
}
|
|
4749
4850
|
),
|
|
4750
|
-
/* @__PURE__ */
|
|
4851
|
+
/* @__PURE__ */ React84.createElement(
|
|
4751
4852
|
"path",
|
|
4752
4853
|
{
|
|
4753
4854
|
fillRule: "evenodd",
|
|
@@ -4767,7 +4868,7 @@ var Note_exports = {};
|
|
|
4767
4868
|
__export(Note_exports, {
|
|
4768
4869
|
default: () => Note_default
|
|
4769
4870
|
});
|
|
4770
|
-
import * as
|
|
4871
|
+
import * as React85 from "react";
|
|
4771
4872
|
var SvgNote, Note_default;
|
|
4772
4873
|
var init_Note = __esm({
|
|
4773
4874
|
"src/react/Note.tsx"() {
|
|
@@ -4775,7 +4876,7 @@ var init_Note = __esm({
|
|
|
4775
4876
|
init_types();
|
|
4776
4877
|
SvgNote = ({ size = 16, ...props }) => {
|
|
4777
4878
|
const sizeValue = resolveSize(size);
|
|
4778
|
-
return /* @__PURE__ */
|
|
4879
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4779
4880
|
"svg",
|
|
4780
4881
|
{
|
|
4781
4882
|
width: sizeValue,
|
|
@@ -4785,7 +4886,7 @@ var init_Note = __esm({
|
|
|
4785
4886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4786
4887
|
...props
|
|
4787
4888
|
},
|
|
4788
|
-
/* @__PURE__ */
|
|
4889
|
+
/* @__PURE__ */ React85.createElement(
|
|
4789
4890
|
"path",
|
|
4790
4891
|
{
|
|
4791
4892
|
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",
|
|
@@ -4803,7 +4904,7 @@ var Notes_exports = {};
|
|
|
4803
4904
|
__export(Notes_exports, {
|
|
4804
4905
|
default: () => Notes_default
|
|
4805
4906
|
});
|
|
4806
|
-
import * as
|
|
4907
|
+
import * as React86 from "react";
|
|
4807
4908
|
var SvgNotes, Notes_default;
|
|
4808
4909
|
var init_Notes = __esm({
|
|
4809
4910
|
"src/react/Notes.tsx"() {
|
|
@@ -4811,7 +4912,7 @@ var init_Notes = __esm({
|
|
|
4811
4912
|
init_types();
|
|
4812
4913
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
4813
4914
|
const sizeValue = resolveSize(size);
|
|
4814
|
-
return /* @__PURE__ */
|
|
4915
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4815
4916
|
"svg",
|
|
4816
4917
|
{
|
|
4817
4918
|
width: sizeValue,
|
|
@@ -4821,21 +4922,21 @@ var init_Notes = __esm({
|
|
|
4821
4922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4822
4923
|
...props
|
|
4823
4924
|
},
|
|
4824
|
-
/* @__PURE__ */
|
|
4925
|
+
/* @__PURE__ */ React86.createElement(
|
|
4825
4926
|
"path",
|
|
4826
4927
|
{
|
|
4827
4928
|
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",
|
|
4828
4929
|
fill: "currentColor"
|
|
4829
4930
|
}
|
|
4830
4931
|
),
|
|
4831
|
-
/* @__PURE__ */
|
|
4932
|
+
/* @__PURE__ */ React86.createElement(
|
|
4832
4933
|
"path",
|
|
4833
4934
|
{
|
|
4834
4935
|
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",
|
|
4835
4936
|
fill: "currentColor"
|
|
4836
4937
|
}
|
|
4837
4938
|
),
|
|
4838
|
-
/* @__PURE__ */
|
|
4939
|
+
/* @__PURE__ */ React86.createElement(
|
|
4839
4940
|
"path",
|
|
4840
4941
|
{
|
|
4841
4942
|
fillRule: "evenodd",
|
|
@@ -4855,7 +4956,7 @@ var Outside_exports = {};
|
|
|
4855
4956
|
__export(Outside_exports, {
|
|
4856
4957
|
default: () => Outside_default
|
|
4857
4958
|
});
|
|
4858
|
-
import * as
|
|
4959
|
+
import * as React87 from "react";
|
|
4859
4960
|
var SvgOutside, Outside_default;
|
|
4860
4961
|
var init_Outside = __esm({
|
|
4861
4962
|
"src/react/Outside.tsx"() {
|
|
@@ -4863,7 +4964,7 @@ var init_Outside = __esm({
|
|
|
4863
4964
|
init_types();
|
|
4864
4965
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
4865
4966
|
const sizeValue = resolveSize(size);
|
|
4866
|
-
return /* @__PURE__ */
|
|
4967
|
+
return /* @__PURE__ */ React87.createElement(
|
|
4867
4968
|
"svg",
|
|
4868
4969
|
{
|
|
4869
4970
|
width: sizeValue,
|
|
@@ -4873,7 +4974,7 @@ var init_Outside = __esm({
|
|
|
4873
4974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4874
4975
|
...props
|
|
4875
4976
|
},
|
|
4876
|
-
/* @__PURE__ */
|
|
4977
|
+
/* @__PURE__ */ React87.createElement(
|
|
4877
4978
|
"path",
|
|
4878
4979
|
{
|
|
4879
4980
|
fillRule: "evenodd",
|
|
@@ -4882,7 +4983,7 @@ var init_Outside = __esm({
|
|
|
4882
4983
|
fill: "currentColor"
|
|
4883
4984
|
}
|
|
4884
4985
|
),
|
|
4885
|
-
/* @__PURE__ */
|
|
4986
|
+
/* @__PURE__ */ React87.createElement(
|
|
4886
4987
|
"path",
|
|
4887
4988
|
{
|
|
4888
4989
|
fillRule: "evenodd",
|
|
@@ -4891,7 +4992,7 @@ var init_Outside = __esm({
|
|
|
4891
4992
|
fill: "currentColor"
|
|
4892
4993
|
}
|
|
4893
4994
|
),
|
|
4894
|
-
/* @__PURE__ */
|
|
4995
|
+
/* @__PURE__ */ React87.createElement(
|
|
4895
4996
|
"path",
|
|
4896
4997
|
{
|
|
4897
4998
|
fillRule: "evenodd",
|
|
@@ -4900,7 +5001,7 @@ var init_Outside = __esm({
|
|
|
4900
5001
|
fill: "currentColor"
|
|
4901
5002
|
}
|
|
4902
5003
|
),
|
|
4903
|
-
/* @__PURE__ */
|
|
5004
|
+
/* @__PURE__ */ React87.createElement(
|
|
4904
5005
|
"path",
|
|
4905
5006
|
{
|
|
4906
5007
|
fillRule: "evenodd",
|
|
@@ -4909,7 +5010,7 @@ var init_Outside = __esm({
|
|
|
4909
5010
|
fill: "currentColor"
|
|
4910
5011
|
}
|
|
4911
5012
|
),
|
|
4912
|
-
/* @__PURE__ */
|
|
5013
|
+
/* @__PURE__ */ React87.createElement(
|
|
4913
5014
|
"path",
|
|
4914
5015
|
{
|
|
4915
5016
|
fillRule: "evenodd",
|
|
@@ -4918,7 +5019,7 @@ var init_Outside = __esm({
|
|
|
4918
5019
|
fill: "currentColor"
|
|
4919
5020
|
}
|
|
4920
5021
|
),
|
|
4921
|
-
/* @__PURE__ */
|
|
5022
|
+
/* @__PURE__ */ React87.createElement(
|
|
4922
5023
|
"path",
|
|
4923
5024
|
{
|
|
4924
5025
|
fillRule: "evenodd",
|
|
@@ -4927,7 +5028,7 @@ var init_Outside = __esm({
|
|
|
4927
5028
|
fill: "currentColor"
|
|
4928
5029
|
}
|
|
4929
5030
|
),
|
|
4930
|
-
/* @__PURE__ */
|
|
5031
|
+
/* @__PURE__ */ React87.createElement(
|
|
4931
5032
|
"path",
|
|
4932
5033
|
{
|
|
4933
5034
|
fillRule: "evenodd",
|
|
@@ -4936,7 +5037,7 @@ var init_Outside = __esm({
|
|
|
4936
5037
|
fill: "currentColor"
|
|
4937
5038
|
}
|
|
4938
5039
|
),
|
|
4939
|
-
/* @__PURE__ */
|
|
5040
|
+
/* @__PURE__ */ React87.createElement(
|
|
4940
5041
|
"path",
|
|
4941
5042
|
{
|
|
4942
5043
|
fillRule: "evenodd",
|
|
@@ -4956,7 +5057,7 @@ var Parking_exports = {};
|
|
|
4956
5057
|
__export(Parking_exports, {
|
|
4957
5058
|
default: () => Parking_default
|
|
4958
5059
|
});
|
|
4959
|
-
import * as
|
|
5060
|
+
import * as React88 from "react";
|
|
4960
5061
|
var SvgParking, Parking_default;
|
|
4961
5062
|
var init_Parking = __esm({
|
|
4962
5063
|
"src/react/Parking.tsx"() {
|
|
@@ -4964,7 +5065,7 @@ var init_Parking = __esm({
|
|
|
4964
5065
|
init_types();
|
|
4965
5066
|
SvgParking = ({ size = 16, ...props }) => {
|
|
4966
5067
|
const sizeValue = resolveSize(size);
|
|
4967
|
-
return /* @__PURE__ */
|
|
5068
|
+
return /* @__PURE__ */ React88.createElement(
|
|
4968
5069
|
"svg",
|
|
4969
5070
|
{
|
|
4970
5071
|
width: sizeValue,
|
|
@@ -4974,7 +5075,7 @@ var init_Parking = __esm({
|
|
|
4974
5075
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4975
5076
|
...props
|
|
4976
5077
|
},
|
|
4977
|
-
/* @__PURE__ */
|
|
5078
|
+
/* @__PURE__ */ React88.createElement(
|
|
4978
5079
|
"path",
|
|
4979
5080
|
{
|
|
4980
5081
|
fillRule: "evenodd",
|
|
@@ -4983,7 +5084,7 @@ var init_Parking = __esm({
|
|
|
4983
5084
|
fill: "currentColor"
|
|
4984
5085
|
}
|
|
4985
5086
|
),
|
|
4986
|
-
/* @__PURE__ */
|
|
5087
|
+
/* @__PURE__ */ React88.createElement(
|
|
4987
5088
|
"path",
|
|
4988
5089
|
{
|
|
4989
5090
|
fillRule: "evenodd",
|
|
@@ -4992,7 +5093,7 @@ var init_Parking = __esm({
|
|
|
4992
5093
|
fill: "currentColor"
|
|
4993
5094
|
}
|
|
4994
5095
|
),
|
|
4995
|
-
/* @__PURE__ */
|
|
5096
|
+
/* @__PURE__ */ React88.createElement(
|
|
4996
5097
|
"path",
|
|
4997
5098
|
{
|
|
4998
5099
|
fillRule: "evenodd",
|
|
@@ -5001,7 +5102,7 @@ var init_Parking = __esm({
|
|
|
5001
5102
|
fill: "currentColor"
|
|
5002
5103
|
}
|
|
5003
5104
|
),
|
|
5004
|
-
/* @__PURE__ */
|
|
5105
|
+
/* @__PURE__ */ React88.createElement(
|
|
5005
5106
|
"path",
|
|
5006
5107
|
{
|
|
5007
5108
|
fillRule: "evenodd",
|
|
@@ -5010,7 +5111,7 @@ var init_Parking = __esm({
|
|
|
5010
5111
|
fill: "currentColor"
|
|
5011
5112
|
}
|
|
5012
5113
|
),
|
|
5013
|
-
/* @__PURE__ */
|
|
5114
|
+
/* @__PURE__ */ React88.createElement(
|
|
5014
5115
|
"path",
|
|
5015
5116
|
{
|
|
5016
5117
|
fillRule: "evenodd",
|
|
@@ -5030,7 +5131,7 @@ var Patio_exports = {};
|
|
|
5030
5131
|
__export(Patio_exports, {
|
|
5031
5132
|
default: () => Patio_default
|
|
5032
5133
|
});
|
|
5033
|
-
import * as
|
|
5134
|
+
import * as React89 from "react";
|
|
5034
5135
|
var SvgPatio, Patio_default;
|
|
5035
5136
|
var init_Patio = __esm({
|
|
5036
5137
|
"src/react/Patio.tsx"() {
|
|
@@ -5038,7 +5139,7 @@ var init_Patio = __esm({
|
|
|
5038
5139
|
init_types();
|
|
5039
5140
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
5040
5141
|
const sizeValue = resolveSize(size);
|
|
5041
|
-
return /* @__PURE__ */
|
|
5142
|
+
return /* @__PURE__ */ React89.createElement(
|
|
5042
5143
|
"svg",
|
|
5043
5144
|
{
|
|
5044
5145
|
width: sizeValue,
|
|
@@ -5048,7 +5149,7 @@ var init_Patio = __esm({
|
|
|
5048
5149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5049
5150
|
...props
|
|
5050
5151
|
},
|
|
5051
|
-
/* @__PURE__ */
|
|
5152
|
+
/* @__PURE__ */ React89.createElement(
|
|
5052
5153
|
"path",
|
|
5053
5154
|
{
|
|
5054
5155
|
fillRule: "evenodd",
|
|
@@ -5057,7 +5158,7 @@ var init_Patio = __esm({
|
|
|
5057
5158
|
fill: "currentColor"
|
|
5058
5159
|
}
|
|
5059
5160
|
),
|
|
5060
|
-
/* @__PURE__ */
|
|
5161
|
+
/* @__PURE__ */ React89.createElement(
|
|
5061
5162
|
"path",
|
|
5062
5163
|
{
|
|
5063
5164
|
fillRule: "evenodd",
|
|
@@ -5066,7 +5167,7 @@ var init_Patio = __esm({
|
|
|
5066
5167
|
fill: "currentColor"
|
|
5067
5168
|
}
|
|
5068
5169
|
),
|
|
5069
|
-
/* @__PURE__ */
|
|
5170
|
+
/* @__PURE__ */ React89.createElement(
|
|
5070
5171
|
"path",
|
|
5071
5172
|
{
|
|
5072
5173
|
fillRule: "evenodd",
|
|
@@ -5075,7 +5176,7 @@ var init_Patio = __esm({
|
|
|
5075
5176
|
fill: "currentColor"
|
|
5076
5177
|
}
|
|
5077
5178
|
),
|
|
5078
|
-
/* @__PURE__ */
|
|
5179
|
+
/* @__PURE__ */ React89.createElement(
|
|
5079
5180
|
"path",
|
|
5080
5181
|
{
|
|
5081
5182
|
fillRule: "evenodd",
|
|
@@ -5084,7 +5185,7 @@ var init_Patio = __esm({
|
|
|
5084
5185
|
fill: "currentColor"
|
|
5085
5186
|
}
|
|
5086
5187
|
),
|
|
5087
|
-
/* @__PURE__ */
|
|
5188
|
+
/* @__PURE__ */ React89.createElement(
|
|
5088
5189
|
"path",
|
|
5089
5190
|
{
|
|
5090
5191
|
fillRule: "evenodd",
|
|
@@ -5093,7 +5194,7 @@ var init_Patio = __esm({
|
|
|
5093
5194
|
fill: "currentColor"
|
|
5094
5195
|
}
|
|
5095
5196
|
),
|
|
5096
|
-
/* @__PURE__ */
|
|
5197
|
+
/* @__PURE__ */ React89.createElement(
|
|
5097
5198
|
"path",
|
|
5098
5199
|
{
|
|
5099
5200
|
fillRule: "evenodd",
|
|
@@ -5102,7 +5203,7 @@ var init_Patio = __esm({
|
|
|
5102
5203
|
fill: "currentColor"
|
|
5103
5204
|
}
|
|
5104
5205
|
),
|
|
5105
|
-
/* @__PURE__ */
|
|
5206
|
+
/* @__PURE__ */ React89.createElement(
|
|
5106
5207
|
"path",
|
|
5107
5208
|
{
|
|
5108
5209
|
fillRule: "evenodd",
|
|
@@ -5111,7 +5212,7 @@ var init_Patio = __esm({
|
|
|
5111
5212
|
fill: "currentColor"
|
|
5112
5213
|
}
|
|
5113
5214
|
),
|
|
5114
|
-
/* @__PURE__ */
|
|
5215
|
+
/* @__PURE__ */ React89.createElement(
|
|
5115
5216
|
"path",
|
|
5116
5217
|
{
|
|
5117
5218
|
fillRule: "evenodd",
|
|
@@ -5120,7 +5221,7 @@ var init_Patio = __esm({
|
|
|
5120
5221
|
fill: "currentColor"
|
|
5121
5222
|
}
|
|
5122
5223
|
),
|
|
5123
|
-
/* @__PURE__ */
|
|
5224
|
+
/* @__PURE__ */ React89.createElement(
|
|
5124
5225
|
"path",
|
|
5125
5226
|
{
|
|
5126
5227
|
fillRule: "evenodd",
|
|
@@ -5140,7 +5241,7 @@ var Payments_exports = {};
|
|
|
5140
5241
|
__export(Payments_exports, {
|
|
5141
5242
|
default: () => Payments_default
|
|
5142
5243
|
});
|
|
5143
|
-
import * as
|
|
5244
|
+
import * as React90 from "react";
|
|
5144
5245
|
var SvgPayments, Payments_default;
|
|
5145
5246
|
var init_Payments = __esm({
|
|
5146
5247
|
"src/react/Payments.tsx"() {
|
|
@@ -5148,7 +5249,7 @@ var init_Payments = __esm({
|
|
|
5148
5249
|
init_types();
|
|
5149
5250
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
5150
5251
|
const sizeValue = resolveSize(size);
|
|
5151
|
-
return /* @__PURE__ */
|
|
5252
|
+
return /* @__PURE__ */ React90.createElement(
|
|
5152
5253
|
"svg",
|
|
5153
5254
|
{
|
|
5154
5255
|
width: sizeValue,
|
|
@@ -5158,7 +5259,7 @@ var init_Payments = __esm({
|
|
|
5158
5259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5159
5260
|
...props
|
|
5160
5261
|
},
|
|
5161
|
-
/* @__PURE__ */
|
|
5262
|
+
/* @__PURE__ */ React90.createElement(
|
|
5162
5263
|
"path",
|
|
5163
5264
|
{
|
|
5164
5265
|
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",
|
|
@@ -5176,7 +5277,7 @@ var PencilLine_exports = {};
|
|
|
5176
5277
|
__export(PencilLine_exports, {
|
|
5177
5278
|
default: () => PencilLine_default
|
|
5178
5279
|
});
|
|
5179
|
-
import * as
|
|
5280
|
+
import * as React91 from "react";
|
|
5180
5281
|
var SvgPencilLine, PencilLine_default;
|
|
5181
5282
|
var init_PencilLine = __esm({
|
|
5182
5283
|
"src/react/PencilLine.tsx"() {
|
|
@@ -5184,7 +5285,7 @@ var init_PencilLine = __esm({
|
|
|
5184
5285
|
init_types();
|
|
5185
5286
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
5186
5287
|
const sizeValue = resolveSize(size);
|
|
5187
|
-
return /* @__PURE__ */
|
|
5288
|
+
return /* @__PURE__ */ React91.createElement(
|
|
5188
5289
|
"svg",
|
|
5189
5290
|
{
|
|
5190
5291
|
width: sizeValue,
|
|
@@ -5194,7 +5295,7 @@ var init_PencilLine = __esm({
|
|
|
5194
5295
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5195
5296
|
...props
|
|
5196
5297
|
},
|
|
5197
|
-
/* @__PURE__ */
|
|
5298
|
+
/* @__PURE__ */ React91.createElement(
|
|
5198
5299
|
"path",
|
|
5199
5300
|
{
|
|
5200
5301
|
fillRule: "evenodd",
|
|
@@ -5203,7 +5304,7 @@ var init_PencilLine = __esm({
|
|
|
5203
5304
|
fill: "currentColor"
|
|
5204
5305
|
}
|
|
5205
5306
|
),
|
|
5206
|
-
/* @__PURE__ */
|
|
5307
|
+
/* @__PURE__ */ React91.createElement(
|
|
5207
5308
|
"path",
|
|
5208
5309
|
{
|
|
5209
5310
|
fillRule: "evenodd",
|
|
@@ -5212,7 +5313,7 @@ var init_PencilLine = __esm({
|
|
|
5212
5313
|
fill: "currentColor"
|
|
5213
5314
|
}
|
|
5214
5315
|
),
|
|
5215
|
-
/* @__PURE__ */
|
|
5316
|
+
/* @__PURE__ */ React91.createElement(
|
|
5216
5317
|
"path",
|
|
5217
5318
|
{
|
|
5218
5319
|
fillRule: "evenodd",
|
|
@@ -5232,7 +5333,7 @@ var PentHouse_exports = {};
|
|
|
5232
5333
|
__export(PentHouse_exports, {
|
|
5233
5334
|
default: () => PentHouse_default
|
|
5234
5335
|
});
|
|
5235
|
-
import * as
|
|
5336
|
+
import * as React92 from "react";
|
|
5236
5337
|
var SvgPentHouse, PentHouse_default;
|
|
5237
5338
|
var init_PentHouse = __esm({
|
|
5238
5339
|
"src/react/PentHouse.tsx"() {
|
|
@@ -5240,7 +5341,7 @@ var init_PentHouse = __esm({
|
|
|
5240
5341
|
init_types();
|
|
5241
5342
|
SvgPentHouse = ({ size = 16, ...props }) => {
|
|
5242
5343
|
const sizeValue = resolveSize(size);
|
|
5243
|
-
return /* @__PURE__ */
|
|
5344
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5244
5345
|
"svg",
|
|
5245
5346
|
{
|
|
5246
5347
|
width: sizeValue,
|
|
@@ -5250,7 +5351,7 @@ var init_PentHouse = __esm({
|
|
|
5250
5351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5251
5352
|
...props
|
|
5252
5353
|
},
|
|
5253
|
-
/* @__PURE__ */
|
|
5354
|
+
/* @__PURE__ */ React92.createElement(
|
|
5254
5355
|
"path",
|
|
5255
5356
|
{
|
|
5256
5357
|
fillRule: "evenodd",
|
|
@@ -5259,7 +5360,7 @@ var init_PentHouse = __esm({
|
|
|
5259
5360
|
fill: "currentColor"
|
|
5260
5361
|
}
|
|
5261
5362
|
),
|
|
5262
|
-
/* @__PURE__ */
|
|
5363
|
+
/* @__PURE__ */ React92.createElement(
|
|
5263
5364
|
"path",
|
|
5264
5365
|
{
|
|
5265
5366
|
fillRule: "evenodd",
|
|
@@ -5268,7 +5369,7 @@ var init_PentHouse = __esm({
|
|
|
5268
5369
|
fill: "currentColor"
|
|
5269
5370
|
}
|
|
5270
5371
|
),
|
|
5271
|
-
/* @__PURE__ */
|
|
5372
|
+
/* @__PURE__ */ React92.createElement(
|
|
5272
5373
|
"path",
|
|
5273
5374
|
{
|
|
5274
5375
|
fillRule: "evenodd",
|
|
@@ -5277,7 +5378,7 @@ var init_PentHouse = __esm({
|
|
|
5277
5378
|
fill: "currentColor"
|
|
5278
5379
|
}
|
|
5279
5380
|
),
|
|
5280
|
-
/* @__PURE__ */
|
|
5381
|
+
/* @__PURE__ */ React92.createElement(
|
|
5281
5382
|
"path",
|
|
5282
5383
|
{
|
|
5283
5384
|
fillRule: "evenodd",
|
|
@@ -5286,7 +5387,7 @@ var init_PentHouse = __esm({
|
|
|
5286
5387
|
fill: "currentColor"
|
|
5287
5388
|
}
|
|
5288
5389
|
),
|
|
5289
|
-
/* @__PURE__ */
|
|
5390
|
+
/* @__PURE__ */ React92.createElement(
|
|
5290
5391
|
"path",
|
|
5291
5392
|
{
|
|
5292
5393
|
fillRule: "evenodd",
|
|
@@ -5295,7 +5396,7 @@ var init_PentHouse = __esm({
|
|
|
5295
5396
|
fill: "currentColor"
|
|
5296
5397
|
}
|
|
5297
5398
|
),
|
|
5298
|
-
/* @__PURE__ */
|
|
5399
|
+
/* @__PURE__ */ React92.createElement(
|
|
5299
5400
|
"path",
|
|
5300
5401
|
{
|
|
5301
5402
|
fillRule: "evenodd",
|
|
@@ -5304,7 +5405,7 @@ var init_PentHouse = __esm({
|
|
|
5304
5405
|
fill: "currentColor"
|
|
5305
5406
|
}
|
|
5306
5407
|
),
|
|
5307
|
-
/* @__PURE__ */
|
|
5408
|
+
/* @__PURE__ */ React92.createElement(
|
|
5308
5409
|
"path",
|
|
5309
5410
|
{
|
|
5310
5411
|
fillRule: "evenodd",
|
|
@@ -5324,7 +5425,7 @@ var Pet_exports = {};
|
|
|
5324
5425
|
__export(Pet_exports, {
|
|
5325
5426
|
default: () => Pet_default
|
|
5326
5427
|
});
|
|
5327
|
-
import * as
|
|
5428
|
+
import * as React93 from "react";
|
|
5328
5429
|
var SvgPet, Pet_default;
|
|
5329
5430
|
var init_Pet = __esm({
|
|
5330
5431
|
"src/react/Pet.tsx"() {
|
|
@@ -5332,7 +5433,7 @@ var init_Pet = __esm({
|
|
|
5332
5433
|
init_types();
|
|
5333
5434
|
SvgPet = ({ size = 16, ...props }) => {
|
|
5334
5435
|
const sizeValue = resolveSize(size);
|
|
5335
|
-
return /* @__PURE__ */
|
|
5436
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5336
5437
|
"svg",
|
|
5337
5438
|
{
|
|
5338
5439
|
width: sizeValue,
|
|
@@ -5342,7 +5443,7 @@ var init_Pet = __esm({
|
|
|
5342
5443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5343
5444
|
...props
|
|
5344
5445
|
},
|
|
5345
|
-
/* @__PURE__ */
|
|
5446
|
+
/* @__PURE__ */ React93.createElement(
|
|
5346
5447
|
"path",
|
|
5347
5448
|
{
|
|
5348
5449
|
fillRule: "evenodd",
|
|
@@ -5351,7 +5452,7 @@ var init_Pet = __esm({
|
|
|
5351
5452
|
fill: "currentColor"
|
|
5352
5453
|
}
|
|
5353
5454
|
),
|
|
5354
|
-
/* @__PURE__ */
|
|
5455
|
+
/* @__PURE__ */ React93.createElement(
|
|
5355
5456
|
"path",
|
|
5356
5457
|
{
|
|
5357
5458
|
fillRule: "evenodd",
|
|
@@ -5360,7 +5461,7 @@ var init_Pet = __esm({
|
|
|
5360
5461
|
fill: "currentColor"
|
|
5361
5462
|
}
|
|
5362
5463
|
),
|
|
5363
|
-
/* @__PURE__ */
|
|
5464
|
+
/* @__PURE__ */ React93.createElement(
|
|
5364
5465
|
"path",
|
|
5365
5466
|
{
|
|
5366
5467
|
fillRule: "evenodd",
|
|
@@ -5369,7 +5470,7 @@ var init_Pet = __esm({
|
|
|
5369
5470
|
fill: "currentColor"
|
|
5370
5471
|
}
|
|
5371
5472
|
),
|
|
5372
|
-
/* @__PURE__ */
|
|
5473
|
+
/* @__PURE__ */ React93.createElement(
|
|
5373
5474
|
"path",
|
|
5374
5475
|
{
|
|
5375
5476
|
fillRule: "evenodd",
|
|
@@ -5378,7 +5479,7 @@ var init_Pet = __esm({
|
|
|
5378
5479
|
fill: "currentColor"
|
|
5379
5480
|
}
|
|
5380
5481
|
),
|
|
5381
|
-
/* @__PURE__ */
|
|
5482
|
+
/* @__PURE__ */ React93.createElement(
|
|
5382
5483
|
"path",
|
|
5383
5484
|
{
|
|
5384
5485
|
fillRule: "evenodd",
|
|
@@ -5387,7 +5488,7 @@ var init_Pet = __esm({
|
|
|
5387
5488
|
fill: "currentColor"
|
|
5388
5489
|
}
|
|
5389
5490
|
),
|
|
5390
|
-
/* @__PURE__ */
|
|
5491
|
+
/* @__PURE__ */ React93.createElement(
|
|
5391
5492
|
"path",
|
|
5392
5493
|
{
|
|
5393
5494
|
fillRule: "evenodd",
|
|
@@ -5407,7 +5508,7 @@ var PhoneLinear_exports = {};
|
|
|
5407
5508
|
__export(PhoneLinear_exports, {
|
|
5408
5509
|
default: () => PhoneLinear_default
|
|
5409
5510
|
});
|
|
5410
|
-
import * as
|
|
5511
|
+
import * as React94 from "react";
|
|
5411
5512
|
var SvgPhoneLinear, PhoneLinear_default;
|
|
5412
5513
|
var init_PhoneLinear = __esm({
|
|
5413
5514
|
"src/react/PhoneLinear.tsx"() {
|
|
@@ -5415,7 +5516,7 @@ var init_PhoneLinear = __esm({
|
|
|
5415
5516
|
init_types();
|
|
5416
5517
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
5417
5518
|
const sizeValue = resolveSize(size);
|
|
5418
|
-
return /* @__PURE__ */
|
|
5519
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5419
5520
|
"svg",
|
|
5420
5521
|
{
|
|
5421
5522
|
width: sizeValue,
|
|
@@ -5425,7 +5526,7 @@ var init_PhoneLinear = __esm({
|
|
|
5425
5526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5426
5527
|
...props
|
|
5427
5528
|
},
|
|
5428
|
-
/* @__PURE__ */
|
|
5529
|
+
/* @__PURE__ */ React94.createElement(
|
|
5429
5530
|
"path",
|
|
5430
5531
|
{
|
|
5431
5532
|
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",
|
|
@@ -5443,7 +5544,7 @@ var PinMapSolid_exports = {};
|
|
|
5443
5544
|
__export(PinMapSolid_exports, {
|
|
5444
5545
|
default: () => PinMapSolid_default
|
|
5445
5546
|
});
|
|
5446
|
-
import * as
|
|
5547
|
+
import * as React95 from "react";
|
|
5447
5548
|
var SvgPinMapSolid, PinMapSolid_default;
|
|
5448
5549
|
var init_PinMapSolid = __esm({
|
|
5449
5550
|
"src/react/PinMapSolid.tsx"() {
|
|
@@ -5451,7 +5552,7 @@ var init_PinMapSolid = __esm({
|
|
|
5451
5552
|
init_types();
|
|
5452
5553
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
5453
5554
|
const sizeValue = resolveSize(size);
|
|
5454
|
-
return /* @__PURE__ */
|
|
5555
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5455
5556
|
"svg",
|
|
5456
5557
|
{
|
|
5457
5558
|
width: sizeValue,
|
|
@@ -5461,7 +5562,7 @@ var init_PinMapSolid = __esm({
|
|
|
5461
5562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5462
5563
|
...props
|
|
5463
5564
|
},
|
|
5464
|
-
/* @__PURE__ */
|
|
5565
|
+
/* @__PURE__ */ React95.createElement(
|
|
5465
5566
|
"path",
|
|
5466
5567
|
{
|
|
5467
5568
|
fillRule: "evenodd",
|
|
@@ -5481,7 +5582,7 @@ var Plus_exports = {};
|
|
|
5481
5582
|
__export(Plus_exports, {
|
|
5482
5583
|
default: () => Plus_default
|
|
5483
5584
|
});
|
|
5484
|
-
import * as
|
|
5585
|
+
import * as React96 from "react";
|
|
5485
5586
|
var SvgPlus, Plus_default;
|
|
5486
5587
|
var init_Plus = __esm({
|
|
5487
5588
|
"src/react/Plus.tsx"() {
|
|
@@ -5489,7 +5590,7 @@ var init_Plus = __esm({
|
|
|
5489
5590
|
init_types();
|
|
5490
5591
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
5491
5592
|
const sizeValue = resolveSize(size);
|
|
5492
|
-
return /* @__PURE__ */
|
|
5593
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5493
5594
|
"svg",
|
|
5494
5595
|
{
|
|
5495
5596
|
width: sizeValue,
|
|
@@ -5499,7 +5600,7 @@ var init_Plus = __esm({
|
|
|
5499
5600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5500
5601
|
...props
|
|
5501
5602
|
},
|
|
5502
|
-
/* @__PURE__ */
|
|
5603
|
+
/* @__PURE__ */ React96.createElement(
|
|
5503
5604
|
"path",
|
|
5504
5605
|
{
|
|
5505
5606
|
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",
|
|
@@ -5517,7 +5618,7 @@ var Promotion_exports = {};
|
|
|
5517
5618
|
__export(Promotion_exports, {
|
|
5518
5619
|
default: () => Promotion_default
|
|
5519
5620
|
});
|
|
5520
|
-
import * as
|
|
5621
|
+
import * as React97 from "react";
|
|
5521
5622
|
var SvgPromotion, Promotion_default;
|
|
5522
5623
|
var init_Promotion = __esm({
|
|
5523
5624
|
"src/react/Promotion.tsx"() {
|
|
@@ -5525,7 +5626,7 @@ var init_Promotion = __esm({
|
|
|
5525
5626
|
init_types();
|
|
5526
5627
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
5527
5628
|
const sizeValue = resolveSize(size);
|
|
5528
|
-
return /* @__PURE__ */
|
|
5629
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5529
5630
|
"svg",
|
|
5530
5631
|
{
|
|
5531
5632
|
width: sizeValue,
|
|
@@ -5535,7 +5636,7 @@ var init_Promotion = __esm({
|
|
|
5535
5636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5536
5637
|
...props
|
|
5537
5638
|
},
|
|
5538
|
-
/* @__PURE__ */
|
|
5639
|
+
/* @__PURE__ */ React97.createElement(
|
|
5539
5640
|
"path",
|
|
5540
5641
|
{
|
|
5541
5642
|
fillRule: "evenodd",
|
|
@@ -5544,7 +5645,7 @@ var init_Promotion = __esm({
|
|
|
5544
5645
|
fill: "currentColor"
|
|
5545
5646
|
}
|
|
5546
5647
|
),
|
|
5547
|
-
/* @__PURE__ */
|
|
5648
|
+
/* @__PURE__ */ React97.createElement(
|
|
5548
5649
|
"path",
|
|
5549
5650
|
{
|
|
5550
5651
|
fillRule: "evenodd",
|
|
@@ -5553,7 +5654,7 @@ var init_Promotion = __esm({
|
|
|
5553
5654
|
fill: "currentColor"
|
|
5554
5655
|
}
|
|
5555
5656
|
),
|
|
5556
|
-
/* @__PURE__ */
|
|
5657
|
+
/* @__PURE__ */ React97.createElement(
|
|
5557
5658
|
"path",
|
|
5558
5659
|
{
|
|
5559
5660
|
fillRule: "evenodd",
|
|
@@ -5562,7 +5663,7 @@ var init_Promotion = __esm({
|
|
|
5562
5663
|
fill: "currentColor"
|
|
5563
5664
|
}
|
|
5564
5665
|
),
|
|
5565
|
-
/* @__PURE__ */
|
|
5666
|
+
/* @__PURE__ */ React97.createElement(
|
|
5566
5667
|
"path",
|
|
5567
5668
|
{
|
|
5568
5669
|
fillRule: "evenodd",
|
|
@@ -5582,7 +5683,7 @@ var PropertiesFilled_exports = {};
|
|
|
5582
5683
|
__export(PropertiesFilled_exports, {
|
|
5583
5684
|
default: () => PropertiesFilled_default
|
|
5584
5685
|
});
|
|
5585
|
-
import * as
|
|
5686
|
+
import * as React98 from "react";
|
|
5586
5687
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
5587
5688
|
var init_PropertiesFilled = __esm({
|
|
5588
5689
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -5590,7 +5691,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5590
5691
|
init_types();
|
|
5591
5692
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
5592
5693
|
const sizeValue = resolveSize(size);
|
|
5593
|
-
return /* @__PURE__ */
|
|
5694
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5594
5695
|
"svg",
|
|
5595
5696
|
{
|
|
5596
5697
|
width: sizeValue,
|
|
@@ -5600,7 +5701,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5600
5701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5601
5702
|
...props
|
|
5602
5703
|
},
|
|
5603
|
-
/* @__PURE__ */
|
|
5704
|
+
/* @__PURE__ */ React98.createElement(
|
|
5604
5705
|
"path",
|
|
5605
5706
|
{
|
|
5606
5707
|
fillRule: "evenodd",
|
|
@@ -5609,7 +5710,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5609
5710
|
fill: "currentColor"
|
|
5610
5711
|
}
|
|
5611
5712
|
),
|
|
5612
|
-
/* @__PURE__ */
|
|
5713
|
+
/* @__PURE__ */ React98.createElement(
|
|
5613
5714
|
"path",
|
|
5614
5715
|
{
|
|
5615
5716
|
fillRule: "evenodd",
|
|
@@ -5618,7 +5719,7 @@ var init_PropertiesFilled = __esm({
|
|
|
5618
5719
|
fill: "currentColor"
|
|
5619
5720
|
}
|
|
5620
5721
|
),
|
|
5621
|
-
/* @__PURE__ */
|
|
5722
|
+
/* @__PURE__ */ React98.createElement(
|
|
5622
5723
|
"path",
|
|
5623
5724
|
{
|
|
5624
5725
|
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",
|
|
@@ -5636,7 +5737,7 @@ var PropertiesLinear_exports = {};
|
|
|
5636
5737
|
__export(PropertiesLinear_exports, {
|
|
5637
5738
|
default: () => PropertiesLinear_default
|
|
5638
5739
|
});
|
|
5639
|
-
import * as
|
|
5740
|
+
import * as React99 from "react";
|
|
5640
5741
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
5641
5742
|
var init_PropertiesLinear = __esm({
|
|
5642
5743
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -5644,7 +5745,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5644
5745
|
init_types();
|
|
5645
5746
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
5646
5747
|
const sizeValue = resolveSize(size);
|
|
5647
|
-
return /* @__PURE__ */
|
|
5748
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5648
5749
|
"svg",
|
|
5649
5750
|
{
|
|
5650
5751
|
width: sizeValue,
|
|
@@ -5654,7 +5755,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5654
5755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5655
5756
|
...props
|
|
5656
5757
|
},
|
|
5657
|
-
/* @__PURE__ */
|
|
5758
|
+
/* @__PURE__ */ React99.createElement(
|
|
5658
5759
|
"path",
|
|
5659
5760
|
{
|
|
5660
5761
|
fillRule: "evenodd",
|
|
@@ -5663,7 +5764,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5663
5764
|
fill: "currentColor"
|
|
5664
5765
|
}
|
|
5665
5766
|
),
|
|
5666
|
-
/* @__PURE__ */
|
|
5767
|
+
/* @__PURE__ */ React99.createElement(
|
|
5667
5768
|
"path",
|
|
5668
5769
|
{
|
|
5669
5770
|
fillRule: "evenodd",
|
|
@@ -5672,7 +5773,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5672
5773
|
fill: "currentColor"
|
|
5673
5774
|
}
|
|
5674
5775
|
),
|
|
5675
|
-
/* @__PURE__ */
|
|
5776
|
+
/* @__PURE__ */ React99.createElement(
|
|
5676
5777
|
"path",
|
|
5677
5778
|
{
|
|
5678
5779
|
fillRule: "evenodd",
|
|
@@ -5681,7 +5782,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5681
5782
|
fill: "currentColor"
|
|
5682
5783
|
}
|
|
5683
5784
|
),
|
|
5684
|
-
/* @__PURE__ */
|
|
5785
|
+
/* @__PURE__ */ React99.createElement(
|
|
5685
5786
|
"path",
|
|
5686
5787
|
{
|
|
5687
5788
|
fillRule: "evenodd",
|
|
@@ -5690,7 +5791,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5690
5791
|
fill: "currentColor"
|
|
5691
5792
|
}
|
|
5692
5793
|
),
|
|
5693
|
-
/* @__PURE__ */
|
|
5794
|
+
/* @__PURE__ */ React99.createElement(
|
|
5694
5795
|
"path",
|
|
5695
5796
|
{
|
|
5696
5797
|
fillRule: "evenodd",
|
|
@@ -5699,7 +5800,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5699
5800
|
fill: "currentColor"
|
|
5700
5801
|
}
|
|
5701
5802
|
),
|
|
5702
|
-
/* @__PURE__ */
|
|
5803
|
+
/* @__PURE__ */ React99.createElement(
|
|
5703
5804
|
"path",
|
|
5704
5805
|
{
|
|
5705
5806
|
fillRule: "evenodd",
|
|
@@ -5708,7 +5809,7 @@ var init_PropertiesLinear = __esm({
|
|
|
5708
5809
|
fill: "currentColor"
|
|
5709
5810
|
}
|
|
5710
5811
|
),
|
|
5711
|
-
/* @__PURE__ */
|
|
5812
|
+
/* @__PURE__ */ React99.createElement(
|
|
5712
5813
|
"path",
|
|
5713
5814
|
{
|
|
5714
5815
|
fillRule: "evenodd",
|
|
@@ -5728,7 +5829,7 @@ var Rent_exports = {};
|
|
|
5728
5829
|
__export(Rent_exports, {
|
|
5729
5830
|
default: () => Rent_default
|
|
5730
5831
|
});
|
|
5731
|
-
import * as
|
|
5832
|
+
import * as React100 from "react";
|
|
5732
5833
|
var SvgRent, Rent_default;
|
|
5733
5834
|
var init_Rent = __esm({
|
|
5734
5835
|
"src/react/Rent.tsx"() {
|
|
@@ -5736,7 +5837,7 @@ var init_Rent = __esm({
|
|
|
5736
5837
|
init_types();
|
|
5737
5838
|
SvgRent = ({ size = 16, ...props }) => {
|
|
5738
5839
|
const sizeValue = resolveSize(size);
|
|
5739
|
-
return /* @__PURE__ */
|
|
5840
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5740
5841
|
"svg",
|
|
5741
5842
|
{
|
|
5742
5843
|
width: sizeValue,
|
|
@@ -5746,7 +5847,7 @@ var init_Rent = __esm({
|
|
|
5746
5847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5747
5848
|
...props
|
|
5748
5849
|
},
|
|
5749
|
-
/* @__PURE__ */
|
|
5850
|
+
/* @__PURE__ */ React100.createElement(
|
|
5750
5851
|
"path",
|
|
5751
5852
|
{
|
|
5752
5853
|
fillRule: "evenodd",
|
|
@@ -5755,7 +5856,7 @@ var init_Rent = __esm({
|
|
|
5755
5856
|
fill: "currentColor"
|
|
5756
5857
|
}
|
|
5757
5858
|
),
|
|
5758
|
-
/* @__PURE__ */
|
|
5859
|
+
/* @__PURE__ */ React100.createElement(
|
|
5759
5860
|
"path",
|
|
5760
5861
|
{
|
|
5761
5862
|
fillRule: "evenodd",
|
|
@@ -5764,7 +5865,7 @@ var init_Rent = __esm({
|
|
|
5764
5865
|
fill: "currentColor"
|
|
5765
5866
|
}
|
|
5766
5867
|
),
|
|
5767
|
-
/* @__PURE__ */
|
|
5868
|
+
/* @__PURE__ */ React100.createElement(
|
|
5768
5869
|
"path",
|
|
5769
5870
|
{
|
|
5770
5871
|
fillRule: "evenodd",
|
|
@@ -5784,7 +5885,7 @@ var Restaurant_exports = {};
|
|
|
5784
5885
|
__export(Restaurant_exports, {
|
|
5785
5886
|
default: () => Restaurant_default
|
|
5786
5887
|
});
|
|
5787
|
-
import * as
|
|
5888
|
+
import * as React101 from "react";
|
|
5788
5889
|
var SvgRestaurant, Restaurant_default;
|
|
5789
5890
|
var init_Restaurant = __esm({
|
|
5790
5891
|
"src/react/Restaurant.tsx"() {
|
|
@@ -5792,7 +5893,7 @@ var init_Restaurant = __esm({
|
|
|
5792
5893
|
init_types();
|
|
5793
5894
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
5794
5895
|
const sizeValue = resolveSize(size);
|
|
5795
|
-
return /* @__PURE__ */
|
|
5896
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5796
5897
|
"svg",
|
|
5797
5898
|
{
|
|
5798
5899
|
width: sizeValue,
|
|
@@ -5802,7 +5903,7 @@ var init_Restaurant = __esm({
|
|
|
5802
5903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5803
5904
|
...props
|
|
5804
5905
|
},
|
|
5805
|
-
/* @__PURE__ */
|
|
5906
|
+
/* @__PURE__ */ React101.createElement(
|
|
5806
5907
|
"path",
|
|
5807
5908
|
{
|
|
5808
5909
|
fillRule: "evenodd",
|
|
@@ -5811,7 +5912,7 @@ var init_Restaurant = __esm({
|
|
|
5811
5912
|
fill: "currentColor"
|
|
5812
5913
|
}
|
|
5813
5914
|
),
|
|
5814
|
-
/* @__PURE__ */
|
|
5915
|
+
/* @__PURE__ */ React101.createElement(
|
|
5815
5916
|
"path",
|
|
5816
5917
|
{
|
|
5817
5918
|
fillRule: "evenodd",
|
|
@@ -5831,7 +5932,7 @@ var Sale_exports = {};
|
|
|
5831
5932
|
__export(Sale_exports, {
|
|
5832
5933
|
default: () => Sale_default
|
|
5833
5934
|
});
|
|
5834
|
-
import * as
|
|
5935
|
+
import * as React102 from "react";
|
|
5835
5936
|
var SvgSale, Sale_default;
|
|
5836
5937
|
var init_Sale = __esm({
|
|
5837
5938
|
"src/react/Sale.tsx"() {
|
|
@@ -5839,7 +5940,7 @@ var init_Sale = __esm({
|
|
|
5839
5940
|
init_types();
|
|
5840
5941
|
SvgSale = ({ size = 16, ...props }) => {
|
|
5841
5942
|
const sizeValue = resolveSize(size);
|
|
5842
|
-
return /* @__PURE__ */
|
|
5943
|
+
return /* @__PURE__ */ React102.createElement(
|
|
5843
5944
|
"svg",
|
|
5844
5945
|
{
|
|
5845
5946
|
width: sizeValue,
|
|
@@ -5849,7 +5950,7 @@ var init_Sale = __esm({
|
|
|
5849
5950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5850
5951
|
...props
|
|
5851
5952
|
},
|
|
5852
|
-
/* @__PURE__ */
|
|
5953
|
+
/* @__PURE__ */ React102.createElement(
|
|
5853
5954
|
"path",
|
|
5854
5955
|
{
|
|
5855
5956
|
fillRule: "evenodd",
|
|
@@ -5858,7 +5959,7 @@ var init_Sale = __esm({
|
|
|
5858
5959
|
fill: "currentColor"
|
|
5859
5960
|
}
|
|
5860
5961
|
),
|
|
5861
|
-
/* @__PURE__ */
|
|
5962
|
+
/* @__PURE__ */ React102.createElement(
|
|
5862
5963
|
"path",
|
|
5863
5964
|
{
|
|
5864
5965
|
fillRule: "evenodd",
|
|
@@ -5867,7 +5968,7 @@ var init_Sale = __esm({
|
|
|
5867
5968
|
fill: "currentColor"
|
|
5868
5969
|
}
|
|
5869
5970
|
),
|
|
5870
|
-
/* @__PURE__ */
|
|
5971
|
+
/* @__PURE__ */ React102.createElement(
|
|
5871
5972
|
"path",
|
|
5872
5973
|
{
|
|
5873
5974
|
fillRule: "evenodd",
|
|
@@ -5887,7 +5988,7 @@ var Search_exports = {};
|
|
|
5887
5988
|
__export(Search_exports, {
|
|
5888
5989
|
default: () => Search_default
|
|
5889
5990
|
});
|
|
5890
|
-
import * as
|
|
5991
|
+
import * as React103 from "react";
|
|
5891
5992
|
var SvgSearch, Search_default;
|
|
5892
5993
|
var init_Search = __esm({
|
|
5893
5994
|
"src/react/Search.tsx"() {
|
|
@@ -5895,7 +5996,7 @@ var init_Search = __esm({
|
|
|
5895
5996
|
init_types();
|
|
5896
5997
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
5897
5998
|
const sizeValue = resolveSize(size);
|
|
5898
|
-
return /* @__PURE__ */
|
|
5999
|
+
return /* @__PURE__ */ React103.createElement(
|
|
5899
6000
|
"svg",
|
|
5900
6001
|
{
|
|
5901
6002
|
width: sizeValue,
|
|
@@ -5905,7 +6006,7 @@ var init_Search = __esm({
|
|
|
5905
6006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5906
6007
|
...props
|
|
5907
6008
|
},
|
|
5908
|
-
/* @__PURE__ */
|
|
6009
|
+
/* @__PURE__ */ React103.createElement(
|
|
5909
6010
|
"path",
|
|
5910
6011
|
{
|
|
5911
6012
|
fillRule: "evenodd",
|
|
@@ -5914,7 +6015,7 @@ var init_Search = __esm({
|
|
|
5914
6015
|
fill: "currentColor"
|
|
5915
6016
|
}
|
|
5916
6017
|
),
|
|
5917
|
-
/* @__PURE__ */
|
|
6018
|
+
/* @__PURE__ */ React103.createElement(
|
|
5918
6019
|
"path",
|
|
5919
6020
|
{
|
|
5920
6021
|
fillRule: "evenodd",
|
|
@@ -5934,7 +6035,7 @@ var SearchX_exports = {};
|
|
|
5934
6035
|
__export(SearchX_exports, {
|
|
5935
6036
|
default: () => SearchX_default
|
|
5936
6037
|
});
|
|
5937
|
-
import * as
|
|
6038
|
+
import * as React104 from "react";
|
|
5938
6039
|
var SvgSearchX, SearchX_default;
|
|
5939
6040
|
var init_SearchX = __esm({
|
|
5940
6041
|
"src/react/SearchX.tsx"() {
|
|
@@ -5942,7 +6043,7 @@ var init_SearchX = __esm({
|
|
|
5942
6043
|
init_types();
|
|
5943
6044
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
5944
6045
|
const sizeValue = resolveSize(size);
|
|
5945
|
-
return /* @__PURE__ */
|
|
6046
|
+
return /* @__PURE__ */ React104.createElement(
|
|
5946
6047
|
"svg",
|
|
5947
6048
|
{
|
|
5948
6049
|
width: sizeValue,
|
|
@@ -5952,7 +6053,7 @@ var init_SearchX = __esm({
|
|
|
5952
6053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5953
6054
|
...props
|
|
5954
6055
|
},
|
|
5955
|
-
/* @__PURE__ */
|
|
6056
|
+
/* @__PURE__ */ React104.createElement(
|
|
5956
6057
|
"path",
|
|
5957
6058
|
{
|
|
5958
6059
|
fillRule: "evenodd",
|
|
@@ -5961,7 +6062,7 @@ var init_SearchX = __esm({
|
|
|
5961
6062
|
fill: "currentColor"
|
|
5962
6063
|
}
|
|
5963
6064
|
),
|
|
5964
|
-
/* @__PURE__ */
|
|
6065
|
+
/* @__PURE__ */ React104.createElement(
|
|
5965
6066
|
"path",
|
|
5966
6067
|
{
|
|
5967
6068
|
fillRule: "evenodd",
|
|
@@ -5970,7 +6071,7 @@ var init_SearchX = __esm({
|
|
|
5970
6071
|
fill: "currentColor"
|
|
5971
6072
|
}
|
|
5972
6073
|
),
|
|
5973
|
-
/* @__PURE__ */
|
|
6074
|
+
/* @__PURE__ */ React104.createElement(
|
|
5974
6075
|
"path",
|
|
5975
6076
|
{
|
|
5976
6077
|
fillRule: "evenodd",
|
|
@@ -5979,7 +6080,7 @@ var init_SearchX = __esm({
|
|
|
5979
6080
|
fill: "currentColor"
|
|
5980
6081
|
}
|
|
5981
6082
|
),
|
|
5982
|
-
/* @__PURE__ */
|
|
6083
|
+
/* @__PURE__ */ React104.createElement(
|
|
5983
6084
|
"path",
|
|
5984
6085
|
{
|
|
5985
6086
|
fillRule: "evenodd",
|
|
@@ -5999,7 +6100,7 @@ var Share_exports = {};
|
|
|
5999
6100
|
__export(Share_exports, {
|
|
6000
6101
|
default: () => Share_default
|
|
6001
6102
|
});
|
|
6002
|
-
import * as
|
|
6103
|
+
import * as React105 from "react";
|
|
6003
6104
|
var SvgShare, Share_default;
|
|
6004
6105
|
var init_Share = __esm({
|
|
6005
6106
|
"src/react/Share.tsx"() {
|
|
@@ -6007,7 +6108,7 @@ var init_Share = __esm({
|
|
|
6007
6108
|
init_types();
|
|
6008
6109
|
SvgShare = ({ size = 16, ...props }) => {
|
|
6009
6110
|
const sizeValue = resolveSize(size);
|
|
6010
|
-
return /* @__PURE__ */
|
|
6111
|
+
return /* @__PURE__ */ React105.createElement(
|
|
6011
6112
|
"svg",
|
|
6012
6113
|
{
|
|
6013
6114
|
width: sizeValue,
|
|
@@ -6017,7 +6118,7 @@ var init_Share = __esm({
|
|
|
6017
6118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6018
6119
|
...props
|
|
6019
6120
|
},
|
|
6020
|
-
/* @__PURE__ */
|
|
6121
|
+
/* @__PURE__ */ React105.createElement(
|
|
6021
6122
|
"path",
|
|
6022
6123
|
{
|
|
6023
6124
|
fillRule: "evenodd",
|
|
@@ -6026,7 +6127,7 @@ var init_Share = __esm({
|
|
|
6026
6127
|
fill: "currentColor"
|
|
6027
6128
|
}
|
|
6028
6129
|
),
|
|
6029
|
-
/* @__PURE__ */
|
|
6130
|
+
/* @__PURE__ */ React105.createElement(
|
|
6030
6131
|
"path",
|
|
6031
6132
|
{
|
|
6032
6133
|
fillRule: "evenodd",
|
|
@@ -6035,7 +6136,7 @@ var init_Share = __esm({
|
|
|
6035
6136
|
fill: "currentColor"
|
|
6036
6137
|
}
|
|
6037
6138
|
),
|
|
6038
|
-
/* @__PURE__ */
|
|
6139
|
+
/* @__PURE__ */ React105.createElement(
|
|
6039
6140
|
"path",
|
|
6040
6141
|
{
|
|
6041
6142
|
fillRule: "evenodd",
|
|
@@ -6055,7 +6156,7 @@ var Size3D_exports = {};
|
|
|
6055
6156
|
__export(Size3D_exports, {
|
|
6056
6157
|
default: () => Size3D_default
|
|
6057
6158
|
});
|
|
6058
|
-
import * as
|
|
6159
|
+
import * as React106 from "react";
|
|
6059
6160
|
var SvgSize3D, Size3D_default;
|
|
6060
6161
|
var init_Size3D = __esm({
|
|
6061
6162
|
"src/react/Size3D.tsx"() {
|
|
@@ -6063,7 +6164,7 @@ var init_Size3D = __esm({
|
|
|
6063
6164
|
init_types();
|
|
6064
6165
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
6065
6166
|
const sizeValue = resolveSize(size);
|
|
6066
|
-
return /* @__PURE__ */
|
|
6167
|
+
return /* @__PURE__ */ React106.createElement(
|
|
6067
6168
|
"svg",
|
|
6068
6169
|
{
|
|
6069
6170
|
width: sizeValue,
|
|
@@ -6073,7 +6174,7 @@ var init_Size3D = __esm({
|
|
|
6073
6174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6074
6175
|
...props
|
|
6075
6176
|
},
|
|
6076
|
-
/* @__PURE__ */
|
|
6177
|
+
/* @__PURE__ */ React106.createElement(
|
|
6077
6178
|
"path",
|
|
6078
6179
|
{
|
|
6079
6180
|
fillRule: "evenodd",
|
|
@@ -6082,7 +6183,7 @@ var init_Size3D = __esm({
|
|
|
6082
6183
|
fill: "currentColor"
|
|
6083
6184
|
}
|
|
6084
6185
|
),
|
|
6085
|
-
/* @__PURE__ */
|
|
6186
|
+
/* @__PURE__ */ React106.createElement(
|
|
6086
6187
|
"path",
|
|
6087
6188
|
{
|
|
6088
6189
|
fillRule: "evenodd",
|
|
@@ -6091,7 +6192,7 @@ var init_Size3D = __esm({
|
|
|
6091
6192
|
fill: "currentColor"
|
|
6092
6193
|
}
|
|
6093
6194
|
),
|
|
6094
|
-
/* @__PURE__ */
|
|
6195
|
+
/* @__PURE__ */ React106.createElement(
|
|
6095
6196
|
"path",
|
|
6096
6197
|
{
|
|
6097
6198
|
fillRule: "evenodd",
|
|
@@ -6100,7 +6201,7 @@ var init_Size3D = __esm({
|
|
|
6100
6201
|
fill: "currentColor"
|
|
6101
6202
|
}
|
|
6102
6203
|
),
|
|
6103
|
-
/* @__PURE__ */
|
|
6204
|
+
/* @__PURE__ */ React106.createElement(
|
|
6104
6205
|
"path",
|
|
6105
6206
|
{
|
|
6106
6207
|
fillRule: "evenodd",
|
|
@@ -6120,7 +6221,7 @@ var StatusDot_exports = {};
|
|
|
6120
6221
|
__export(StatusDot_exports, {
|
|
6121
6222
|
default: () => StatusDot_default
|
|
6122
6223
|
});
|
|
6123
|
-
import * as
|
|
6224
|
+
import * as React107 from "react";
|
|
6124
6225
|
var SvgStatusDot, StatusDot_default;
|
|
6125
6226
|
var init_StatusDot = __esm({
|
|
6126
6227
|
"src/react/StatusDot.tsx"() {
|
|
@@ -6128,7 +6229,7 @@ var init_StatusDot = __esm({
|
|
|
6128
6229
|
init_types();
|
|
6129
6230
|
SvgStatusDot = ({ size = 16, ...props }) => {
|
|
6130
6231
|
const sizeValue = resolveSize(size);
|
|
6131
|
-
return /* @__PURE__ */
|
|
6232
|
+
return /* @__PURE__ */ React107.createElement(
|
|
6132
6233
|
"svg",
|
|
6133
6234
|
{
|
|
6134
6235
|
width: sizeValue,
|
|
@@ -6138,7 +6239,7 @@ var init_StatusDot = __esm({
|
|
|
6138
6239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6139
6240
|
...props
|
|
6140
6241
|
},
|
|
6141
|
-
/* @__PURE__ */
|
|
6242
|
+
/* @__PURE__ */ React107.createElement(
|
|
6142
6243
|
"path",
|
|
6143
6244
|
{
|
|
6144
6245
|
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",
|
|
@@ -6156,7 +6257,7 @@ var Storage_exports = {};
|
|
|
6156
6257
|
__export(Storage_exports, {
|
|
6157
6258
|
default: () => Storage_default
|
|
6158
6259
|
});
|
|
6159
|
-
import * as
|
|
6260
|
+
import * as React108 from "react";
|
|
6160
6261
|
var SvgStorage, Storage_default;
|
|
6161
6262
|
var init_Storage = __esm({
|
|
6162
6263
|
"src/react/Storage.tsx"() {
|
|
@@ -6164,7 +6265,7 @@ var init_Storage = __esm({
|
|
|
6164
6265
|
init_types();
|
|
6165
6266
|
SvgStorage = ({ size = 16, ...props }) => {
|
|
6166
6267
|
const sizeValue = resolveSize(size);
|
|
6167
|
-
return /* @__PURE__ */
|
|
6268
|
+
return /* @__PURE__ */ React108.createElement(
|
|
6168
6269
|
"svg",
|
|
6169
6270
|
{
|
|
6170
6271
|
width: sizeValue,
|
|
@@ -6174,7 +6275,7 @@ var init_Storage = __esm({
|
|
|
6174
6275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6175
6276
|
...props
|
|
6176
6277
|
},
|
|
6177
|
-
/* @__PURE__ */
|
|
6278
|
+
/* @__PURE__ */ React108.createElement(
|
|
6178
6279
|
"path",
|
|
6179
6280
|
{
|
|
6180
6281
|
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",
|
|
@@ -6192,7 +6293,7 @@ var Store_exports = {};
|
|
|
6192
6293
|
__export(Store_exports, {
|
|
6193
6294
|
default: () => Store_default
|
|
6194
6295
|
});
|
|
6195
|
-
import * as
|
|
6296
|
+
import * as React109 from "react";
|
|
6196
6297
|
var SvgStore, Store_default;
|
|
6197
6298
|
var init_Store = __esm({
|
|
6198
6299
|
"src/react/Store.tsx"() {
|
|
@@ -6200,7 +6301,7 @@ var init_Store = __esm({
|
|
|
6200
6301
|
init_types();
|
|
6201
6302
|
SvgStore = ({ size = 16, ...props }) => {
|
|
6202
6303
|
const sizeValue = resolveSize(size);
|
|
6203
|
-
return /* @__PURE__ */
|
|
6304
|
+
return /* @__PURE__ */ React109.createElement(
|
|
6204
6305
|
"svg",
|
|
6205
6306
|
{
|
|
6206
6307
|
width: sizeValue,
|
|
@@ -6210,7 +6311,7 @@ var init_Store = __esm({
|
|
|
6210
6311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6211
6312
|
...props
|
|
6212
6313
|
},
|
|
6213
|
-
/* @__PURE__ */
|
|
6314
|
+
/* @__PURE__ */ React109.createElement(
|
|
6214
6315
|
"path",
|
|
6215
6316
|
{
|
|
6216
6317
|
fillRule: "evenodd",
|
|
@@ -6230,7 +6331,7 @@ var SwimmingPool_exports = {};
|
|
|
6230
6331
|
__export(SwimmingPool_exports, {
|
|
6231
6332
|
default: () => SwimmingPool_default
|
|
6232
6333
|
});
|
|
6233
|
-
import * as
|
|
6334
|
+
import * as React110 from "react";
|
|
6234
6335
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
6235
6336
|
var init_SwimmingPool = __esm({
|
|
6236
6337
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -6238,7 +6339,7 @@ var init_SwimmingPool = __esm({
|
|
|
6238
6339
|
init_types();
|
|
6239
6340
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
6240
6341
|
const sizeValue = resolveSize(size);
|
|
6241
|
-
return /* @__PURE__ */
|
|
6342
|
+
return /* @__PURE__ */ React110.createElement(
|
|
6242
6343
|
"svg",
|
|
6243
6344
|
{
|
|
6244
6345
|
width: sizeValue,
|
|
@@ -6248,7 +6349,7 @@ var init_SwimmingPool = __esm({
|
|
|
6248
6349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6249
6350
|
...props
|
|
6250
6351
|
},
|
|
6251
|
-
/* @__PURE__ */
|
|
6352
|
+
/* @__PURE__ */ React110.createElement(
|
|
6252
6353
|
"path",
|
|
6253
6354
|
{
|
|
6254
6355
|
fillRule: "evenodd",
|
|
@@ -6257,7 +6358,7 @@ var init_SwimmingPool = __esm({
|
|
|
6257
6358
|
fill: "currentColor"
|
|
6258
6359
|
}
|
|
6259
6360
|
),
|
|
6260
|
-
/* @__PURE__ */
|
|
6361
|
+
/* @__PURE__ */ React110.createElement(
|
|
6261
6362
|
"path",
|
|
6262
6363
|
{
|
|
6263
6364
|
fillRule: "evenodd",
|
|
@@ -6266,7 +6367,7 @@ var init_SwimmingPool = __esm({
|
|
|
6266
6367
|
fill: "currentColor"
|
|
6267
6368
|
}
|
|
6268
6369
|
),
|
|
6269
|
-
/* @__PURE__ */
|
|
6370
|
+
/* @__PURE__ */ React110.createElement(
|
|
6270
6371
|
"path",
|
|
6271
6372
|
{
|
|
6272
6373
|
fillRule: "evenodd",
|
|
@@ -6275,7 +6376,7 @@ var init_SwimmingPool = __esm({
|
|
|
6275
6376
|
fill: "currentColor"
|
|
6276
6377
|
}
|
|
6277
6378
|
),
|
|
6278
|
-
/* @__PURE__ */
|
|
6379
|
+
/* @__PURE__ */ React110.createElement(
|
|
6279
6380
|
"path",
|
|
6280
6381
|
{
|
|
6281
6382
|
fillRule: "evenodd",
|
|
@@ -6284,7 +6385,7 @@ var init_SwimmingPool = __esm({
|
|
|
6284
6385
|
fill: "currentColor"
|
|
6285
6386
|
}
|
|
6286
6387
|
),
|
|
6287
|
-
/* @__PURE__ */
|
|
6388
|
+
/* @__PURE__ */ React110.createElement(
|
|
6288
6389
|
"path",
|
|
6289
6390
|
{
|
|
6290
6391
|
fillRule: "evenodd",
|
|
@@ -6293,7 +6394,7 @@ var init_SwimmingPool = __esm({
|
|
|
6293
6394
|
fill: "currentColor"
|
|
6294
6395
|
}
|
|
6295
6396
|
),
|
|
6296
|
-
/* @__PURE__ */
|
|
6397
|
+
/* @__PURE__ */ React110.createElement(
|
|
6297
6398
|
"path",
|
|
6298
6399
|
{
|
|
6299
6400
|
fillRule: "evenodd",
|
|
@@ -6313,7 +6414,7 @@ var Tasks_exports = {};
|
|
|
6313
6414
|
__export(Tasks_exports, {
|
|
6314
6415
|
default: () => Tasks_default
|
|
6315
6416
|
});
|
|
6316
|
-
import * as
|
|
6417
|
+
import * as React111 from "react";
|
|
6317
6418
|
var SvgTasks, Tasks_default;
|
|
6318
6419
|
var init_Tasks = __esm({
|
|
6319
6420
|
"src/react/Tasks.tsx"() {
|
|
@@ -6321,7 +6422,7 @@ var init_Tasks = __esm({
|
|
|
6321
6422
|
init_types();
|
|
6322
6423
|
SvgTasks = ({ size = 16, ...props }) => {
|
|
6323
6424
|
const sizeValue = resolveSize(size);
|
|
6324
|
-
return /* @__PURE__ */
|
|
6425
|
+
return /* @__PURE__ */ React111.createElement(
|
|
6325
6426
|
"svg",
|
|
6326
6427
|
{
|
|
6327
6428
|
width: sizeValue,
|
|
@@ -6331,7 +6432,7 @@ var init_Tasks = __esm({
|
|
|
6331
6432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6332
6433
|
...props
|
|
6333
6434
|
},
|
|
6334
|
-
/* @__PURE__ */
|
|
6435
|
+
/* @__PURE__ */ React111.createElement(
|
|
6335
6436
|
"path",
|
|
6336
6437
|
{
|
|
6337
6438
|
fillRule: "evenodd",
|
|
@@ -6340,7 +6441,7 @@ var init_Tasks = __esm({
|
|
|
6340
6441
|
fill: "currentColor"
|
|
6341
6442
|
}
|
|
6342
6443
|
),
|
|
6343
|
-
/* @__PURE__ */
|
|
6444
|
+
/* @__PURE__ */ React111.createElement(
|
|
6344
6445
|
"path",
|
|
6345
6446
|
{
|
|
6346
6447
|
fillRule: "evenodd",
|
|
@@ -6349,7 +6450,7 @@ var init_Tasks = __esm({
|
|
|
6349
6450
|
fill: "currentColor"
|
|
6350
6451
|
}
|
|
6351
6452
|
),
|
|
6352
|
-
/* @__PURE__ */
|
|
6453
|
+
/* @__PURE__ */ React111.createElement(
|
|
6353
6454
|
"path",
|
|
6354
6455
|
{
|
|
6355
6456
|
fillRule: "evenodd",
|
|
@@ -6358,7 +6459,7 @@ var init_Tasks = __esm({
|
|
|
6358
6459
|
fill: "currentColor"
|
|
6359
6460
|
}
|
|
6360
6461
|
),
|
|
6361
|
-
/* @__PURE__ */
|
|
6462
|
+
/* @__PURE__ */ React111.createElement(
|
|
6362
6463
|
"path",
|
|
6363
6464
|
{
|
|
6364
6465
|
fillRule: "evenodd",
|
|
@@ -6367,7 +6468,7 @@ var init_Tasks = __esm({
|
|
|
6367
6468
|
fill: "currentColor"
|
|
6368
6469
|
}
|
|
6369
6470
|
),
|
|
6370
|
-
/* @__PURE__ */
|
|
6471
|
+
/* @__PURE__ */ React111.createElement(
|
|
6371
6472
|
"path",
|
|
6372
6473
|
{
|
|
6373
6474
|
fillRule: "evenodd",
|
|
@@ -6376,7 +6477,7 @@ var init_Tasks = __esm({
|
|
|
6376
6477
|
fill: "currentColor"
|
|
6377
6478
|
}
|
|
6378
6479
|
),
|
|
6379
|
-
/* @__PURE__ */
|
|
6480
|
+
/* @__PURE__ */ React111.createElement(
|
|
6380
6481
|
"path",
|
|
6381
6482
|
{
|
|
6382
6483
|
fillRule: "evenodd",
|
|
@@ -6396,7 +6497,7 @@ var Terrace_exports = {};
|
|
|
6396
6497
|
__export(Terrace_exports, {
|
|
6397
6498
|
default: () => Terrace_default
|
|
6398
6499
|
});
|
|
6399
|
-
import * as
|
|
6500
|
+
import * as React112 from "react";
|
|
6400
6501
|
var SvgTerrace, Terrace_default;
|
|
6401
6502
|
var init_Terrace = __esm({
|
|
6402
6503
|
"src/react/Terrace.tsx"() {
|
|
@@ -6404,7 +6505,7 @@ var init_Terrace = __esm({
|
|
|
6404
6505
|
init_types();
|
|
6405
6506
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
6406
6507
|
const sizeValue = resolveSize(size);
|
|
6407
|
-
return /* @__PURE__ */
|
|
6508
|
+
return /* @__PURE__ */ React112.createElement(
|
|
6408
6509
|
"svg",
|
|
6409
6510
|
{
|
|
6410
6511
|
width: sizeValue,
|
|
@@ -6414,7 +6515,7 @@ var init_Terrace = __esm({
|
|
|
6414
6515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6415
6516
|
...props
|
|
6416
6517
|
},
|
|
6417
|
-
/* @__PURE__ */
|
|
6518
|
+
/* @__PURE__ */ React112.createElement(
|
|
6418
6519
|
"path",
|
|
6419
6520
|
{
|
|
6420
6521
|
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",
|
|
@@ -6432,7 +6533,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
6432
6533
|
__export(ThermometerSnowflake_exports, {
|
|
6433
6534
|
default: () => ThermometerSnowflake_default
|
|
6434
6535
|
});
|
|
6435
|
-
import * as
|
|
6536
|
+
import * as React113 from "react";
|
|
6436
6537
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
6437
6538
|
var init_ThermometerSnowflake = __esm({
|
|
6438
6539
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -6440,7 +6541,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6440
6541
|
init_types();
|
|
6441
6542
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
6442
6543
|
const sizeValue = resolveSize(size);
|
|
6443
|
-
return /* @__PURE__ */
|
|
6544
|
+
return /* @__PURE__ */ React113.createElement(
|
|
6444
6545
|
"svg",
|
|
6445
6546
|
{
|
|
6446
6547
|
width: sizeValue,
|
|
@@ -6450,7 +6551,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6450
6551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6451
6552
|
...props
|
|
6452
6553
|
},
|
|
6453
|
-
/* @__PURE__ */
|
|
6554
|
+
/* @__PURE__ */ React113.createElement(
|
|
6454
6555
|
"path",
|
|
6455
6556
|
{
|
|
6456
6557
|
fillRule: "evenodd",
|
|
@@ -6459,7 +6560,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6459
6560
|
fill: "currentColor"
|
|
6460
6561
|
}
|
|
6461
6562
|
),
|
|
6462
|
-
/* @__PURE__ */
|
|
6563
|
+
/* @__PURE__ */ React113.createElement(
|
|
6463
6564
|
"path",
|
|
6464
6565
|
{
|
|
6465
6566
|
fillRule: "evenodd",
|
|
@@ -6468,7 +6569,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6468
6569
|
fill: "currentColor"
|
|
6469
6570
|
}
|
|
6470
6571
|
),
|
|
6471
|
-
/* @__PURE__ */
|
|
6572
|
+
/* @__PURE__ */ React113.createElement(
|
|
6472
6573
|
"path",
|
|
6473
6574
|
{
|
|
6474
6575
|
fillRule: "evenodd",
|
|
@@ -6477,7 +6578,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6477
6578
|
fill: "currentColor"
|
|
6478
6579
|
}
|
|
6479
6580
|
),
|
|
6480
|
-
/* @__PURE__ */
|
|
6581
|
+
/* @__PURE__ */ React113.createElement(
|
|
6481
6582
|
"path",
|
|
6482
6583
|
{
|
|
6483
6584
|
fillRule: "evenodd",
|
|
@@ -6486,7 +6587,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6486
6587
|
fill: "currentColor"
|
|
6487
6588
|
}
|
|
6488
6589
|
),
|
|
6489
|
-
/* @__PURE__ */
|
|
6590
|
+
/* @__PURE__ */ React113.createElement(
|
|
6490
6591
|
"path",
|
|
6491
6592
|
{
|
|
6492
6593
|
fillRule: "evenodd",
|
|
@@ -6495,7 +6596,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
6495
6596
|
fill: "currentColor"
|
|
6496
6597
|
}
|
|
6497
6598
|
),
|
|
6498
|
-
/* @__PURE__ */
|
|
6599
|
+
/* @__PURE__ */ React113.createElement(
|
|
6499
6600
|
"path",
|
|
6500
6601
|
{
|
|
6501
6602
|
fillRule: "evenodd",
|
|
@@ -6515,7 +6616,7 @@ var Time_exports = {};
|
|
|
6515
6616
|
__export(Time_exports, {
|
|
6516
6617
|
default: () => Time_default
|
|
6517
6618
|
});
|
|
6518
|
-
import * as
|
|
6619
|
+
import * as React114 from "react";
|
|
6519
6620
|
var SvgTime, Time_default;
|
|
6520
6621
|
var init_Time = __esm({
|
|
6521
6622
|
"src/react/Time.tsx"() {
|
|
@@ -6523,7 +6624,7 @@ var init_Time = __esm({
|
|
|
6523
6624
|
init_types();
|
|
6524
6625
|
SvgTime = ({ size = 16, ...props }) => {
|
|
6525
6626
|
const sizeValue = resolveSize(size);
|
|
6526
|
-
return /* @__PURE__ */
|
|
6627
|
+
return /* @__PURE__ */ React114.createElement(
|
|
6527
6628
|
"svg",
|
|
6528
6629
|
{
|
|
6529
6630
|
width: sizeValue,
|
|
@@ -6533,7 +6634,7 @@ var init_Time = __esm({
|
|
|
6533
6634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6534
6635
|
...props
|
|
6535
6636
|
},
|
|
6536
|
-
/* @__PURE__ */
|
|
6637
|
+
/* @__PURE__ */ React114.createElement(
|
|
6537
6638
|
"path",
|
|
6538
6639
|
{
|
|
6539
6640
|
fillRule: "evenodd",
|
|
@@ -6542,7 +6643,7 @@ var init_Time = __esm({
|
|
|
6542
6643
|
fill: "currentColor"
|
|
6543
6644
|
}
|
|
6544
6645
|
),
|
|
6545
|
-
/* @__PURE__ */
|
|
6646
|
+
/* @__PURE__ */ React114.createElement(
|
|
6546
6647
|
"path",
|
|
6547
6648
|
{
|
|
6548
6649
|
fillRule: "evenodd",
|
|
@@ -6562,7 +6663,7 @@ var TouchAndroid_exports = {};
|
|
|
6562
6663
|
__export(TouchAndroid_exports, {
|
|
6563
6664
|
default: () => TouchAndroid_default
|
|
6564
6665
|
});
|
|
6565
|
-
import * as
|
|
6666
|
+
import * as React115 from "react";
|
|
6566
6667
|
var SvgTouchAndroid, TouchAndroid_default;
|
|
6567
6668
|
var init_TouchAndroid = __esm({
|
|
6568
6669
|
"src/react/TouchAndroid.tsx"() {
|
|
@@ -6570,7 +6671,7 @@ var init_TouchAndroid = __esm({
|
|
|
6570
6671
|
init_types();
|
|
6571
6672
|
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
6572
6673
|
const sizeValue = resolveSize(size);
|
|
6573
|
-
return /* @__PURE__ */
|
|
6674
|
+
return /* @__PURE__ */ React115.createElement(
|
|
6574
6675
|
"svg",
|
|
6575
6676
|
{
|
|
6576
6677
|
width: sizeValue,
|
|
@@ -6580,7 +6681,7 @@ var init_TouchAndroid = __esm({
|
|
|
6580
6681
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6581
6682
|
...props
|
|
6582
6683
|
},
|
|
6583
|
-
/* @__PURE__ */
|
|
6684
|
+
/* @__PURE__ */ React115.createElement(
|
|
6584
6685
|
"path",
|
|
6585
6686
|
{
|
|
6586
6687
|
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",
|
|
@@ -6598,7 +6699,7 @@ var TouchIos_exports = {};
|
|
|
6598
6699
|
__export(TouchIos_exports, {
|
|
6599
6700
|
default: () => TouchIos_default
|
|
6600
6701
|
});
|
|
6601
|
-
import * as
|
|
6702
|
+
import * as React116 from "react";
|
|
6602
6703
|
var SvgTouchIos, TouchIos_default;
|
|
6603
6704
|
var init_TouchIos = __esm({
|
|
6604
6705
|
"src/react/TouchIos.tsx"() {
|
|
@@ -6606,7 +6707,7 @@ var init_TouchIos = __esm({
|
|
|
6606
6707
|
init_types();
|
|
6607
6708
|
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
6608
6709
|
const sizeValue = resolveSize(size);
|
|
6609
|
-
return /* @__PURE__ */
|
|
6710
|
+
return /* @__PURE__ */ React116.createElement(
|
|
6610
6711
|
"svg",
|
|
6611
6712
|
{
|
|
6612
6713
|
width: sizeValue,
|
|
@@ -6616,7 +6717,7 @@ var init_TouchIos = __esm({
|
|
|
6616
6717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6617
6718
|
...props
|
|
6618
6719
|
},
|
|
6619
|
-
/* @__PURE__ */
|
|
6720
|
+
/* @__PURE__ */ React116.createElement(
|
|
6620
6721
|
"path",
|
|
6621
6722
|
{
|
|
6622
6723
|
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",
|
|
@@ -6634,7 +6735,7 @@ var Trash2_exports = {};
|
|
|
6634
6735
|
__export(Trash2_exports, {
|
|
6635
6736
|
default: () => Trash2_default
|
|
6636
6737
|
});
|
|
6637
|
-
import * as
|
|
6738
|
+
import * as React117 from "react";
|
|
6638
6739
|
var SvgTrash2, Trash2_default;
|
|
6639
6740
|
var init_Trash2 = __esm({
|
|
6640
6741
|
"src/react/Trash2.tsx"() {
|
|
@@ -6642,7 +6743,7 @@ var init_Trash2 = __esm({
|
|
|
6642
6743
|
init_types();
|
|
6643
6744
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
6644
6745
|
const sizeValue = resolveSize(size);
|
|
6645
|
-
return /* @__PURE__ */
|
|
6746
|
+
return /* @__PURE__ */ React117.createElement(
|
|
6646
6747
|
"svg",
|
|
6647
6748
|
{
|
|
6648
6749
|
width: sizeValue,
|
|
@@ -6652,7 +6753,7 @@ var init_Trash2 = __esm({
|
|
|
6652
6753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6653
6754
|
...props
|
|
6654
6755
|
},
|
|
6655
|
-
/* @__PURE__ */
|
|
6756
|
+
/* @__PURE__ */ React117.createElement(
|
|
6656
6757
|
"path",
|
|
6657
6758
|
{
|
|
6658
6759
|
fillRule: "evenodd",
|
|
@@ -6661,7 +6762,7 @@ var init_Trash2 = __esm({
|
|
|
6661
6762
|
fill: "currentColor"
|
|
6662
6763
|
}
|
|
6663
6764
|
),
|
|
6664
|
-
/* @__PURE__ */
|
|
6765
|
+
/* @__PURE__ */ React117.createElement(
|
|
6665
6766
|
"path",
|
|
6666
6767
|
{
|
|
6667
6768
|
fillRule: "evenodd",
|
|
@@ -6670,7 +6771,7 @@ var init_Trash2 = __esm({
|
|
|
6670
6771
|
fill: "currentColor"
|
|
6671
6772
|
}
|
|
6672
6773
|
),
|
|
6673
|
-
/* @__PURE__ */
|
|
6774
|
+
/* @__PURE__ */ React117.createElement(
|
|
6674
6775
|
"path",
|
|
6675
6776
|
{
|
|
6676
6777
|
fillRule: "evenodd",
|
|
@@ -6679,7 +6780,7 @@ var init_Trash2 = __esm({
|
|
|
6679
6780
|
fill: "currentColor"
|
|
6680
6781
|
}
|
|
6681
6782
|
),
|
|
6682
|
-
/* @__PURE__ */
|
|
6783
|
+
/* @__PURE__ */ React117.createElement(
|
|
6683
6784
|
"path",
|
|
6684
6785
|
{
|
|
6685
6786
|
fillRule: "evenodd",
|
|
@@ -6688,7 +6789,7 @@ var init_Trash2 = __esm({
|
|
|
6688
6789
|
fill: "currentColor"
|
|
6689
6790
|
}
|
|
6690
6791
|
),
|
|
6691
|
-
/* @__PURE__ */
|
|
6792
|
+
/* @__PURE__ */ React117.createElement(
|
|
6692
6793
|
"path",
|
|
6693
6794
|
{
|
|
6694
6795
|
fillRule: "evenodd",
|
|
@@ -6708,7 +6809,7 @@ var User_exports = {};
|
|
|
6708
6809
|
__export(User_exports, {
|
|
6709
6810
|
default: () => User_default
|
|
6710
6811
|
});
|
|
6711
|
-
import * as
|
|
6812
|
+
import * as React118 from "react";
|
|
6712
6813
|
var SvgUser, User_default;
|
|
6713
6814
|
var init_User = __esm({
|
|
6714
6815
|
"src/react/User.tsx"() {
|
|
@@ -6716,7 +6817,7 @@ var init_User = __esm({
|
|
|
6716
6817
|
init_types();
|
|
6717
6818
|
SvgUser = ({ size = 16, ...props }) => {
|
|
6718
6819
|
const sizeValue = resolveSize(size);
|
|
6719
|
-
return /* @__PURE__ */
|
|
6820
|
+
return /* @__PURE__ */ React118.createElement(
|
|
6720
6821
|
"svg",
|
|
6721
6822
|
{
|
|
6722
6823
|
width: sizeValue,
|
|
@@ -6726,7 +6827,7 @@ var init_User = __esm({
|
|
|
6726
6827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6727
6828
|
...props
|
|
6728
6829
|
},
|
|
6729
|
-
/* @__PURE__ */
|
|
6830
|
+
/* @__PURE__ */ React118.createElement(
|
|
6730
6831
|
"path",
|
|
6731
6832
|
{
|
|
6732
6833
|
fillRule: "evenodd",
|
|
@@ -6735,7 +6836,7 @@ var init_User = __esm({
|
|
|
6735
6836
|
fill: "currentColor"
|
|
6736
6837
|
}
|
|
6737
6838
|
),
|
|
6738
|
-
/* @__PURE__ */
|
|
6839
|
+
/* @__PURE__ */ React118.createElement(
|
|
6739
6840
|
"path",
|
|
6740
6841
|
{
|
|
6741
6842
|
fillRule: "evenodd",
|
|
@@ -6755,7 +6856,7 @@ var UserPlus_exports = {};
|
|
|
6755
6856
|
__export(UserPlus_exports, {
|
|
6756
6857
|
default: () => UserPlus_default
|
|
6757
6858
|
});
|
|
6758
|
-
import * as
|
|
6859
|
+
import * as React119 from "react";
|
|
6759
6860
|
var SvgUserPlus, UserPlus_default;
|
|
6760
6861
|
var init_UserPlus = __esm({
|
|
6761
6862
|
"src/react/UserPlus.tsx"() {
|
|
@@ -6763,7 +6864,7 @@ var init_UserPlus = __esm({
|
|
|
6763
6864
|
init_types();
|
|
6764
6865
|
SvgUserPlus = ({ size = 16, ...props }) => {
|
|
6765
6866
|
const sizeValue = resolveSize(size);
|
|
6766
|
-
return /* @__PURE__ */
|
|
6867
|
+
return /* @__PURE__ */ React119.createElement(
|
|
6767
6868
|
"svg",
|
|
6768
6869
|
{
|
|
6769
6870
|
width: sizeValue,
|
|
@@ -6773,7 +6874,7 @@ var init_UserPlus = __esm({
|
|
|
6773
6874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6774
6875
|
...props
|
|
6775
6876
|
},
|
|
6776
|
-
/* @__PURE__ */
|
|
6877
|
+
/* @__PURE__ */ React119.createElement(
|
|
6777
6878
|
"path",
|
|
6778
6879
|
{
|
|
6779
6880
|
fillRule: "evenodd",
|
|
@@ -6782,7 +6883,7 @@ var init_UserPlus = __esm({
|
|
|
6782
6883
|
fill: "currentColor"
|
|
6783
6884
|
}
|
|
6784
6885
|
),
|
|
6785
|
-
/* @__PURE__ */
|
|
6886
|
+
/* @__PURE__ */ React119.createElement(
|
|
6786
6887
|
"path",
|
|
6787
6888
|
{
|
|
6788
6889
|
fillRule: "evenodd",
|
|
@@ -6791,7 +6892,7 @@ var init_UserPlus = __esm({
|
|
|
6791
6892
|
fill: "currentColor"
|
|
6792
6893
|
}
|
|
6793
6894
|
),
|
|
6794
|
-
/* @__PURE__ */
|
|
6895
|
+
/* @__PURE__ */ React119.createElement(
|
|
6795
6896
|
"path",
|
|
6796
6897
|
{
|
|
6797
6898
|
fillRule: "evenodd",
|
|
@@ -6800,7 +6901,7 @@ var init_UserPlus = __esm({
|
|
|
6800
6901
|
fill: "currentColor"
|
|
6801
6902
|
}
|
|
6802
6903
|
),
|
|
6803
|
-
/* @__PURE__ */
|
|
6904
|
+
/* @__PURE__ */ React119.createElement(
|
|
6804
6905
|
"path",
|
|
6805
6906
|
{
|
|
6806
6907
|
fillRule: "evenodd",
|
|
@@ -6820,7 +6921,7 @@ var Warehouse_exports = {};
|
|
|
6820
6921
|
__export(Warehouse_exports, {
|
|
6821
6922
|
default: () => Warehouse_default
|
|
6822
6923
|
});
|
|
6823
|
-
import * as
|
|
6924
|
+
import * as React120 from "react";
|
|
6824
6925
|
var SvgWarehouse, Warehouse_default;
|
|
6825
6926
|
var init_Warehouse = __esm({
|
|
6826
6927
|
"src/react/Warehouse.tsx"() {
|
|
@@ -6828,7 +6929,7 @@ var init_Warehouse = __esm({
|
|
|
6828
6929
|
init_types();
|
|
6829
6930
|
SvgWarehouse = ({ size = 16, ...props }) => {
|
|
6830
6931
|
const sizeValue = resolveSize(size);
|
|
6831
|
-
return /* @__PURE__ */
|
|
6932
|
+
return /* @__PURE__ */ React120.createElement(
|
|
6832
6933
|
"svg",
|
|
6833
6934
|
{
|
|
6834
6935
|
width: sizeValue,
|
|
@@ -6838,7 +6939,7 @@ var init_Warehouse = __esm({
|
|
|
6838
6939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6839
6940
|
...props
|
|
6840
6941
|
},
|
|
6841
|
-
/* @__PURE__ */
|
|
6942
|
+
/* @__PURE__ */ React120.createElement(
|
|
6842
6943
|
"path",
|
|
6843
6944
|
{
|
|
6844
6945
|
fillRule: "evenodd",
|
|
@@ -6847,7 +6948,7 @@ var init_Warehouse = __esm({
|
|
|
6847
6948
|
fill: "currentColor"
|
|
6848
6949
|
}
|
|
6849
6950
|
),
|
|
6850
|
-
/* @__PURE__ */
|
|
6951
|
+
/* @__PURE__ */ React120.createElement(
|
|
6851
6952
|
"path",
|
|
6852
6953
|
{
|
|
6853
6954
|
fillRule: "evenodd",
|
|
@@ -6856,7 +6957,7 @@ var init_Warehouse = __esm({
|
|
|
6856
6957
|
fill: "currentColor"
|
|
6857
6958
|
}
|
|
6858
6959
|
),
|
|
6859
|
-
/* @__PURE__ */
|
|
6960
|
+
/* @__PURE__ */ React120.createElement(
|
|
6860
6961
|
"path",
|
|
6861
6962
|
{
|
|
6862
6963
|
fillRule: "evenodd",
|
|
@@ -6865,7 +6966,7 @@ var init_Warehouse = __esm({
|
|
|
6865
6966
|
fill: "currentColor"
|
|
6866
6967
|
}
|
|
6867
6968
|
),
|
|
6868
|
-
/* @__PURE__ */
|
|
6969
|
+
/* @__PURE__ */ React120.createElement(
|
|
6869
6970
|
"path",
|
|
6870
6971
|
{
|
|
6871
6972
|
fillRule: "evenodd",
|
|
@@ -6885,7 +6986,7 @@ var Whatsapp_exports = {};
|
|
|
6885
6986
|
__export(Whatsapp_exports, {
|
|
6886
6987
|
default: () => Whatsapp_default
|
|
6887
6988
|
});
|
|
6888
|
-
import * as
|
|
6989
|
+
import * as React121 from "react";
|
|
6889
6990
|
var SvgWhatsapp, Whatsapp_default;
|
|
6890
6991
|
var init_Whatsapp = __esm({
|
|
6891
6992
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -6893,7 +6994,7 @@ var init_Whatsapp = __esm({
|
|
|
6893
6994
|
init_types();
|
|
6894
6995
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
6895
6996
|
const sizeValue = resolveSize(size);
|
|
6896
|
-
return /* @__PURE__ */
|
|
6997
|
+
return /* @__PURE__ */ React121.createElement(
|
|
6897
6998
|
"svg",
|
|
6898
6999
|
{
|
|
6899
7000
|
width: sizeValue,
|
|
@@ -6903,7 +7004,7 @@ var init_Whatsapp = __esm({
|
|
|
6903
7004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6904
7005
|
...props
|
|
6905
7006
|
},
|
|
6906
|
-
/* @__PURE__ */
|
|
7007
|
+
/* @__PURE__ */ React121.createElement(
|
|
6907
7008
|
"path",
|
|
6908
7009
|
{
|
|
6909
7010
|
fillRule: "evenodd",
|
|
@@ -6994,6 +7095,7 @@ init_Keys01();
|
|
|
6994
7095
|
init_LeadsFilled();
|
|
6995
7096
|
init_LeadsLinear();
|
|
6996
7097
|
init_Lift();
|
|
7098
|
+
init_Loader();
|
|
6997
7099
|
init_Lock();
|
|
6998
7100
|
init_Loft();
|
|
6999
7101
|
init_Logout();
|
|
@@ -7041,7 +7143,7 @@ init_Warehouse();
|
|
|
7041
7143
|
init_Whatsapp();
|
|
7042
7144
|
|
|
7043
7145
|
// src/react/Icon.tsx
|
|
7044
|
-
import * as
|
|
7146
|
+
import * as React122 from "react";
|
|
7045
7147
|
function loadIcon(name) {
|
|
7046
7148
|
switch (name) {
|
|
7047
7149
|
case "accessibility":
|
|
@@ -7194,6 +7296,8 @@ function loadIcon(name) {
|
|
|
7194
7296
|
return Promise.resolve().then(() => (init_LeadsLinear(), LeadsLinear_exports)).then((m) => m.default);
|
|
7195
7297
|
case "lift":
|
|
7196
7298
|
return Promise.resolve().then(() => (init_Lift(), Lift_exports)).then((m) => m.default);
|
|
7299
|
+
case "loader":
|
|
7300
|
+
return Promise.resolve().then(() => (init_Loader(), Loader_exports)).then((m) => m.default);
|
|
7197
7301
|
case "lock":
|
|
7198
7302
|
return Promise.resolve().then(() => (init_Lock(), Lock_exports)).then((m) => m.default);
|
|
7199
7303
|
case "loft":
|
|
@@ -7289,10 +7393,10 @@ function loadIcon(name) {
|
|
|
7289
7393
|
}
|
|
7290
7394
|
}
|
|
7291
7395
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
7292
|
-
const [IconComponent, setIconComponent] =
|
|
7293
|
-
const [loading, setLoading] =
|
|
7294
|
-
const [error, setError] =
|
|
7295
|
-
|
|
7396
|
+
const [IconComponent, setIconComponent] = React122.useState(null);
|
|
7397
|
+
const [loading, setLoading] = React122.useState(true);
|
|
7398
|
+
const [error, setError] = React122.useState(null);
|
|
7399
|
+
React122.useEffect(() => {
|
|
7296
7400
|
setLoading(true);
|
|
7297
7401
|
setError(null);
|
|
7298
7402
|
loadIcon(name).then((Component) => {
|
|
@@ -7311,7 +7415,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
7311
7415
|
return null;
|
|
7312
7416
|
}
|
|
7313
7417
|
const style = color ? { ...props.style, color } : props.style;
|
|
7314
|
-
return /* @__PURE__ */
|
|
7418
|
+
return /* @__PURE__ */ React122.createElement(IconComponent, { size, ...props, style });
|
|
7315
7419
|
};
|
|
7316
7420
|
var Icon_default = Icon;
|
|
7317
7421
|
|
|
@@ -7395,6 +7499,7 @@ export {
|
|
|
7395
7499
|
LeadsFilled_default as LeadsFilled,
|
|
7396
7500
|
LeadsLinear_default as LeadsLinear,
|
|
7397
7501
|
Lift_default as Lift,
|
|
7502
|
+
Loader_default as Loader,
|
|
7398
7503
|
Lock_default as Lock,
|
|
7399
7504
|
Loft_default as Loft,
|
|
7400
7505
|
Logout_default as Logout,
|