huspy-icons 0.3.7 → 0.3.9
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 +116 -95
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +98 -91
- package/dist/fonts/HuspyIcons.ts +116 -95
- 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 +98 -91
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +19 -5
- package/dist/react/index.d.ts +19 -5
- package/dist/react/index.js +915 -512
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +843 -440
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +99 -92
- package/src/react/CancelCircleStroke.tsx +38 -0
- package/src/react/CheckCheck.tsx +32 -0
- package/src/react/FaceAndroid.tsx +46 -0
- package/src/react/{FaceId.tsx → FaceIosBold.tsx} +2 -2
- package/src/react/FaceIosLight.tsx +24 -0
- package/src/react/Icon.tsx +28 -7
- package/src/react/ImageOff.tsx +56 -0
- package/src/react/Time.tsx +32 -0
- package/src/react/{FingerprintAndroid.tsx → TouchAndroid.tsx} +2 -2
- package/src/react/TouchIos.tsx +24 -0
- package/src/react/index.ts +9 -2
- package/src/react/index.tsx +9 -2
package/dist/react/index.mjs
CHANGED
|
@@ -1301,12 +1301,68 @@ var init_CancelCircleSolid = __esm({
|
|
|
1301
1301
|
}
|
|
1302
1302
|
});
|
|
1303
1303
|
|
|
1304
|
+
// src/react/CancelCircleStroke.tsx
|
|
1305
|
+
var CancelCircleStroke_exports = {};
|
|
1306
|
+
__export(CancelCircleStroke_exports, {
|
|
1307
|
+
default: () => CancelCircleStroke_default
|
|
1308
|
+
});
|
|
1309
|
+
import * as React23 from "react";
|
|
1310
|
+
var SvgCancelCircleStroke, CancelCircleStroke_default;
|
|
1311
|
+
var init_CancelCircleStroke = __esm({
|
|
1312
|
+
"src/react/CancelCircleStroke.tsx"() {
|
|
1313
|
+
"use strict";
|
|
1314
|
+
init_types();
|
|
1315
|
+
SvgCancelCircleStroke = ({ size = 16, ...props }) => {
|
|
1316
|
+
const sizeValue = resolveSize(size);
|
|
1317
|
+
return /* @__PURE__ */ React23.createElement(
|
|
1318
|
+
"svg",
|
|
1319
|
+
{
|
|
1320
|
+
width: sizeValue,
|
|
1321
|
+
height: sizeValue,
|
|
1322
|
+
viewBox: "0 0 24 24",
|
|
1323
|
+
fill: "none",
|
|
1324
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1325
|
+
...props
|
|
1326
|
+
},
|
|
1327
|
+
/* @__PURE__ */ React23.createElement(
|
|
1328
|
+
"path",
|
|
1329
|
+
{
|
|
1330
|
+
fillRule: "evenodd",
|
|
1331
|
+
clipRule: "evenodd",
|
|
1332
|
+
d: "M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z",
|
|
1333
|
+
fill: "currentColor"
|
|
1334
|
+
}
|
|
1335
|
+
),
|
|
1336
|
+
/* @__PURE__ */ React23.createElement(
|
|
1337
|
+
"path",
|
|
1338
|
+
{
|
|
1339
|
+
fillRule: "evenodd",
|
|
1340
|
+
clipRule: "evenodd",
|
|
1341
|
+
d: "M15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z",
|
|
1342
|
+
fill: "currentColor"
|
|
1343
|
+
}
|
|
1344
|
+
),
|
|
1345
|
+
/* @__PURE__ */ React23.createElement(
|
|
1346
|
+
"path",
|
|
1347
|
+
{
|
|
1348
|
+
fillRule: "evenodd",
|
|
1349
|
+
clipRule: "evenodd",
|
|
1350
|
+
d: "M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z",
|
|
1351
|
+
fill: "currentColor"
|
|
1352
|
+
}
|
|
1353
|
+
)
|
|
1354
|
+
);
|
|
1355
|
+
};
|
|
1356
|
+
CancelCircleStroke_default = SvgCancelCircleStroke;
|
|
1357
|
+
}
|
|
1358
|
+
});
|
|
1359
|
+
|
|
1304
1360
|
// src/react/Check.tsx
|
|
1305
1361
|
var Check_exports = {};
|
|
1306
1362
|
__export(Check_exports, {
|
|
1307
1363
|
default: () => Check_default
|
|
1308
1364
|
});
|
|
1309
|
-
import * as
|
|
1365
|
+
import * as React24 from "react";
|
|
1310
1366
|
var SvgCheck, Check_default;
|
|
1311
1367
|
var init_Check = __esm({
|
|
1312
1368
|
"src/react/Check.tsx"() {
|
|
@@ -1314,7 +1370,7 @@ var init_Check = __esm({
|
|
|
1314
1370
|
init_types();
|
|
1315
1371
|
SvgCheck = ({ size = 16, ...props }) => {
|
|
1316
1372
|
const sizeValue = resolveSize(size);
|
|
1317
|
-
return /* @__PURE__ */
|
|
1373
|
+
return /* @__PURE__ */ React24.createElement(
|
|
1318
1374
|
"svg",
|
|
1319
1375
|
{
|
|
1320
1376
|
width: sizeValue,
|
|
@@ -1324,7 +1380,7 @@ var init_Check = __esm({
|
|
|
1324
1380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1325
1381
|
...props
|
|
1326
1382
|
},
|
|
1327
|
-
/* @__PURE__ */
|
|
1383
|
+
/* @__PURE__ */ React24.createElement(
|
|
1328
1384
|
"path",
|
|
1329
1385
|
{
|
|
1330
1386
|
fillRule: "evenodd",
|
|
@@ -1339,12 +1395,59 @@ var init_Check = __esm({
|
|
|
1339
1395
|
}
|
|
1340
1396
|
});
|
|
1341
1397
|
|
|
1398
|
+
// src/react/CheckCheck.tsx
|
|
1399
|
+
var CheckCheck_exports = {};
|
|
1400
|
+
__export(CheckCheck_exports, {
|
|
1401
|
+
default: () => CheckCheck_default
|
|
1402
|
+
});
|
|
1403
|
+
import * as React25 from "react";
|
|
1404
|
+
var SvgCheckCheck, CheckCheck_default;
|
|
1405
|
+
var init_CheckCheck = __esm({
|
|
1406
|
+
"src/react/CheckCheck.tsx"() {
|
|
1407
|
+
"use strict";
|
|
1408
|
+
init_types();
|
|
1409
|
+
SvgCheckCheck = ({ size = 16, ...props }) => {
|
|
1410
|
+
const sizeValue = resolveSize(size);
|
|
1411
|
+
return /* @__PURE__ */ React25.createElement(
|
|
1412
|
+
"svg",
|
|
1413
|
+
{
|
|
1414
|
+
width: sizeValue,
|
|
1415
|
+
height: sizeValue,
|
|
1416
|
+
viewBox: "0 0 24 24",
|
|
1417
|
+
fill: "none",
|
|
1418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1419
|
+
...props
|
|
1420
|
+
},
|
|
1421
|
+
/* @__PURE__ */ React25.createElement(
|
|
1422
|
+
"path",
|
|
1423
|
+
{
|
|
1424
|
+
fillRule: "evenodd",
|
|
1425
|
+
clipRule: "evenodd",
|
|
1426
|
+
d: "M18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071L1.29289 12.7071C0.902369 12.3166 0.902369 11.6834 1.29289 11.2929C1.68342 10.9024 2.31658 10.9024 2.70711 11.2929L7 15.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289Z",
|
|
1427
|
+
fill: "currentColor"
|
|
1428
|
+
}
|
|
1429
|
+
),
|
|
1430
|
+
/* @__PURE__ */ React25.createElement(
|
|
1431
|
+
"path",
|
|
1432
|
+
{
|
|
1433
|
+
fillRule: "evenodd",
|
|
1434
|
+
clipRule: "evenodd",
|
|
1435
|
+
d: "M22.7071 9.29289C23.0976 9.68342 23.0976 10.3166 22.7071 10.7071L15.2071 18.2071C14.8166 18.5976 14.1834 18.5976 13.7929 18.2071L12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929C12.6834 14.9024 13.3166 14.9024 13.7071 15.2929L14.5 16.0858L21.2929 9.29289C21.6834 8.90237 22.3166 8.90237 22.7071 9.29289Z",
|
|
1436
|
+
fill: "currentColor"
|
|
1437
|
+
}
|
|
1438
|
+
)
|
|
1439
|
+
);
|
|
1440
|
+
};
|
|
1441
|
+
CheckCheck_default = SvgCheckCheck;
|
|
1442
|
+
}
|
|
1443
|
+
});
|
|
1444
|
+
|
|
1342
1445
|
// src/react/CheckCircle2.tsx
|
|
1343
1446
|
var CheckCircle2_exports = {};
|
|
1344
1447
|
__export(CheckCircle2_exports, {
|
|
1345
1448
|
default: () => CheckCircle2_default
|
|
1346
1449
|
});
|
|
1347
|
-
import * as
|
|
1450
|
+
import * as React26 from "react";
|
|
1348
1451
|
var SvgCheckCircle2, CheckCircle2_default;
|
|
1349
1452
|
var init_CheckCircle2 = __esm({
|
|
1350
1453
|
"src/react/CheckCircle2.tsx"() {
|
|
@@ -1352,7 +1455,7 @@ var init_CheckCircle2 = __esm({
|
|
|
1352
1455
|
init_types();
|
|
1353
1456
|
SvgCheckCircle2 = ({ size = 16, ...props }) => {
|
|
1354
1457
|
const sizeValue = resolveSize(size);
|
|
1355
|
-
return /* @__PURE__ */
|
|
1458
|
+
return /* @__PURE__ */ React26.createElement(
|
|
1356
1459
|
"svg",
|
|
1357
1460
|
{
|
|
1358
1461
|
width: sizeValue,
|
|
@@ -1362,7 +1465,7 @@ var init_CheckCircle2 = __esm({
|
|
|
1362
1465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1363
1466
|
...props
|
|
1364
1467
|
},
|
|
1365
|
-
/* @__PURE__ */
|
|
1468
|
+
/* @__PURE__ */ React26.createElement(
|
|
1366
1469
|
"path",
|
|
1367
1470
|
{
|
|
1368
1471
|
fillRule: "evenodd",
|
|
@@ -1371,7 +1474,7 @@ var init_CheckCircle2 = __esm({
|
|
|
1371
1474
|
fill: "currentColor"
|
|
1372
1475
|
}
|
|
1373
1476
|
),
|
|
1374
|
-
/* @__PURE__ */
|
|
1477
|
+
/* @__PURE__ */ React26.createElement(
|
|
1375
1478
|
"path",
|
|
1376
1479
|
{
|
|
1377
1480
|
fillRule: "evenodd",
|
|
@@ -1391,7 +1494,7 @@ var ChevronDown_exports = {};
|
|
|
1391
1494
|
__export(ChevronDown_exports, {
|
|
1392
1495
|
default: () => ChevronDown_default
|
|
1393
1496
|
});
|
|
1394
|
-
import * as
|
|
1497
|
+
import * as React27 from "react";
|
|
1395
1498
|
var SvgChevronDown, ChevronDown_default;
|
|
1396
1499
|
var init_ChevronDown = __esm({
|
|
1397
1500
|
"src/react/ChevronDown.tsx"() {
|
|
@@ -1399,7 +1502,7 @@ var init_ChevronDown = __esm({
|
|
|
1399
1502
|
init_types();
|
|
1400
1503
|
SvgChevronDown = ({ size = 16, ...props }) => {
|
|
1401
1504
|
const sizeValue = resolveSize(size);
|
|
1402
|
-
return /* @__PURE__ */
|
|
1505
|
+
return /* @__PURE__ */ React27.createElement(
|
|
1403
1506
|
"svg",
|
|
1404
1507
|
{
|
|
1405
1508
|
width: sizeValue,
|
|
@@ -1409,7 +1512,7 @@ var init_ChevronDown = __esm({
|
|
|
1409
1512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
1513
|
...props
|
|
1411
1514
|
},
|
|
1412
|
-
/* @__PURE__ */
|
|
1515
|
+
/* @__PURE__ */ React27.createElement(
|
|
1413
1516
|
"path",
|
|
1414
1517
|
{
|
|
1415
1518
|
d: "M5.33203 9.6216C5.05614 9.32026 5.07568 8.87557 5.39062 8.59451C5.72691 8.29477 6.27309 8.29477 6.60937 8.59451L12.1992 13.5777L17.791 8.59451C18.1273 8.29477 18.6725 8.29477 19.0088 8.59451C19.345 8.89425 19.345 9.38021 19.0088 9.67992L12.8086 15.2062C12.4723 15.5056 11.927 15.5057 11.5908 15.2062L5.39062 9.67992L5.33203 9.6216Z",
|
|
@@ -1427,7 +1530,7 @@ var ChevronLeft_exports = {};
|
|
|
1427
1530
|
__export(ChevronLeft_exports, {
|
|
1428
1531
|
default: () => ChevronLeft_default
|
|
1429
1532
|
});
|
|
1430
|
-
import * as
|
|
1533
|
+
import * as React28 from "react";
|
|
1431
1534
|
var SvgChevronLeft, ChevronLeft_default;
|
|
1432
1535
|
var init_ChevronLeft = __esm({
|
|
1433
1536
|
"src/react/ChevronLeft.tsx"() {
|
|
@@ -1435,7 +1538,7 @@ var init_ChevronLeft = __esm({
|
|
|
1435
1538
|
init_types();
|
|
1436
1539
|
SvgChevronLeft = ({ size = 16, ...props }) => {
|
|
1437
1540
|
const sizeValue = resolveSize(size);
|
|
1438
|
-
return /* @__PURE__ */
|
|
1541
|
+
return /* @__PURE__ */ React28.createElement(
|
|
1439
1542
|
"svg",
|
|
1440
1543
|
{
|
|
1441
1544
|
width: sizeValue,
|
|
@@ -1445,7 +1548,7 @@ var init_ChevronLeft = __esm({
|
|
|
1445
1548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1446
1549
|
...props
|
|
1447
1550
|
},
|
|
1448
|
-
/* @__PURE__ */
|
|
1551
|
+
/* @__PURE__ */ React28.createElement(
|
|
1449
1552
|
"path",
|
|
1450
1553
|
{
|
|
1451
1554
|
d: "M13.6932 4.09302C14.0837 3.70259 14.7167 3.70252 15.1072 4.09302C15.4976 4.48351 15.4976 5.11658 15.1072 5.50708L8.61407 12.0002L15.1072 18.4934L15.1756 18.5686C15.4962 18.9614 15.4734 19.5413 15.1072 19.9075C14.741 20.2736 14.1611 20.2964 13.7684 19.9758L13.6932 19.9075L6.49298 12.7073C6.10249 12.3168 6.10255 11.6837 6.49298 11.2932L13.6932 4.09302Z",
|
|
@@ -1463,7 +1566,7 @@ var ChevronRight_exports = {};
|
|
|
1463
1566
|
__export(ChevronRight_exports, {
|
|
1464
1567
|
default: () => ChevronRight_default
|
|
1465
1568
|
});
|
|
1466
|
-
import * as
|
|
1569
|
+
import * as React29 from "react";
|
|
1467
1570
|
var SvgChevronRight, ChevronRight_default;
|
|
1468
1571
|
var init_ChevronRight = __esm({
|
|
1469
1572
|
"src/react/ChevronRight.tsx"() {
|
|
@@ -1471,7 +1574,7 @@ var init_ChevronRight = __esm({
|
|
|
1471
1574
|
init_types();
|
|
1472
1575
|
SvgChevronRight = ({ size = 16, ...props }) => {
|
|
1473
1576
|
const sizeValue = resolveSize(size);
|
|
1474
|
-
return /* @__PURE__ */
|
|
1577
|
+
return /* @__PURE__ */ React29.createElement(
|
|
1475
1578
|
"svg",
|
|
1476
1579
|
{
|
|
1477
1580
|
width: sizeValue,
|
|
@@ -1481,7 +1584,7 @@ var init_ChevronRight = __esm({
|
|
|
1481
1584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1482
1585
|
...props
|
|
1483
1586
|
},
|
|
1484
|
-
/* @__PURE__ */
|
|
1587
|
+
/* @__PURE__ */ React29.createElement(
|
|
1485
1588
|
"path",
|
|
1486
1589
|
{
|
|
1487
1590
|
d: "M9.10694 4.09302C8.7164 3.70259 8.08337 3.70252 7.69287 4.09302C7.30248 4.48351 7.30248 5.11658 7.69287 5.50708L14.186 12.0002L7.69287 18.4934L7.62451 18.5686C7.30395 18.9614 7.32668 19.5413 7.69287 19.9075C8.05908 20.2736 8.639 20.2964 9.03174 19.9758L9.10694 19.9075L16.3071 12.7073C16.6976 12.3168 16.6976 11.6837 16.3071 11.2932L9.10694 4.09302Z",
|
|
@@ -1499,7 +1602,7 @@ var ChevronUp_exports = {};
|
|
|
1499
1602
|
__export(ChevronUp_exports, {
|
|
1500
1603
|
default: () => ChevronUp_default
|
|
1501
1604
|
});
|
|
1502
|
-
import * as
|
|
1605
|
+
import * as React30 from "react";
|
|
1503
1606
|
var SvgChevronUp, ChevronUp_default;
|
|
1504
1607
|
var init_ChevronUp = __esm({
|
|
1505
1608
|
"src/react/ChevronUp.tsx"() {
|
|
@@ -1507,7 +1610,7 @@ var init_ChevronUp = __esm({
|
|
|
1507
1610
|
init_types();
|
|
1508
1611
|
SvgChevronUp = ({ size = 16, ...props }) => {
|
|
1509
1612
|
const sizeValue = resolveSize(size);
|
|
1510
|
-
return /* @__PURE__ */
|
|
1613
|
+
return /* @__PURE__ */ React30.createElement(
|
|
1511
1614
|
"svg",
|
|
1512
1615
|
{
|
|
1513
1616
|
width: sizeValue,
|
|
@@ -1517,7 +1620,7 @@ var init_ChevronUp = __esm({
|
|
|
1517
1620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1518
1621
|
...props
|
|
1519
1622
|
},
|
|
1520
|
-
/* @__PURE__ */
|
|
1623
|
+
/* @__PURE__ */ React30.createElement(
|
|
1521
1624
|
"path",
|
|
1522
1625
|
{
|
|
1523
1626
|
d: "M5.33203 14.1783C5.05614 14.4797 5.07568 14.9244 5.39062 15.2054C5.72691 15.5052 6.27309 15.5052 6.60937 15.2054L12.1992 10.2223L17.791 15.2054C18.1273 15.5052 18.6725 15.5052 19.0088 15.2054C19.345 14.9057 19.345 14.4197 19.0088 14.12L12.8086 8.59372C12.4723 8.29437 11.927 8.29419 11.5908 8.59372L5.39062 14.12L5.33203 14.1783Z",
|
|
@@ -1535,7 +1638,7 @@ var Closet_exports = {};
|
|
|
1535
1638
|
__export(Closet_exports, {
|
|
1536
1639
|
default: () => Closet_default
|
|
1537
1640
|
});
|
|
1538
|
-
import * as
|
|
1641
|
+
import * as React31 from "react";
|
|
1539
1642
|
var SvgCloset, Closet_default;
|
|
1540
1643
|
var init_Closet = __esm({
|
|
1541
1644
|
"src/react/Closet.tsx"() {
|
|
@@ -1543,7 +1646,7 @@ var init_Closet = __esm({
|
|
|
1543
1646
|
init_types();
|
|
1544
1647
|
SvgCloset = ({ size = 16, ...props }) => {
|
|
1545
1648
|
const sizeValue = resolveSize(size);
|
|
1546
|
-
return /* @__PURE__ */
|
|
1649
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1547
1650
|
"svg",
|
|
1548
1651
|
{
|
|
1549
1652
|
width: sizeValue,
|
|
@@ -1553,7 +1656,7 @@ var init_Closet = __esm({
|
|
|
1553
1656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1554
1657
|
...props
|
|
1555
1658
|
},
|
|
1556
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ React31.createElement(
|
|
1557
1660
|
"path",
|
|
1558
1661
|
{
|
|
1559
1662
|
d: "M20.2002 3.33301C20.2001 3.22408 20.1521 3.09745 20.0293 2.98828C19.9033 2.87628 19.7141 2.7998 19.5 2.7998H12.7998V19.8662H19.5C19.7141 19.8662 19.9033 19.7897 20.0293 19.6777C20.152 19.5685 20.2002 19.4419 20.2002 19.333V3.33301ZM15.4248 11.25C15.4248 11.1656 15.3996 11.0839 15.3535 11.0146L15.3008 10.9492L15.2354 10.8965C15.1891 10.8657 15.1375 10.8439 15.083 10.833L15 10.8252C14.8873 10.8252 14.7789 10.8695 14.6992 10.9492C14.6195 11.0289 14.5752 11.1373 14.5752 11.25L14.583 11.333C14.5993 11.4148 14.6394 11.4909 14.6992 11.5508C14.7789 11.6305 14.8873 11.6748 15 11.6748C15.1127 11.6748 15.2211 11.6305 15.3008 11.5508C15.3805 11.4711 15.4248 11.3627 15.4248 11.25ZM9.4248 11.25C9.4248 11.1656 9.39962 11.0839 9.35352 11.0146L9.30078 10.9492L9.23535 10.8965C9.18912 10.8657 9.13748 10.8439 9.08301 10.833L9 10.8252C8.88729 10.8252 8.77892 10.8695 8.69922 10.9492C8.61951 11.0289 8.5752 11.1373 8.5752 11.25L8.58301 11.333C8.5993 11.4148 8.63936 11.4909 8.69922 11.5508C8.77892 11.6305 8.88729 11.6748 9 11.6748C9.11271 11.6748 9.22108 11.6305 9.30078 11.5508C9.38049 11.4711 9.4248 11.3627 9.4248 11.25ZM10.1748 11.25C10.1748 11.5616 10.0514 11.8607 9.83105 12.0811C9.6107 12.3014 9.31163 12.4248 9 12.4248C8.68837 12.4248 8.3893 12.3014 8.16895 12.0811C7.97616 11.8883 7.85778 11.6352 7.83105 11.3662L7.8252 11.25L7.83105 11.1338C7.85778 10.8648 7.97616 10.6117 8.16895 10.4189C8.3893 10.1986 8.68837 10.0752 9 10.0752L9.11621 10.0811C9.34679 10.104 9.5659 10.1939 9.74512 10.3408L9.83105 10.4189L9.90918 10.5049C10.0806 10.714 10.1748 10.9773 10.1748 11.25ZM16.1748 11.25C16.1748 11.5616 16.0514 11.8607 15.8311 12.0811C15.6107 12.3014 15.3116 12.4248 15 12.4248C14.6884 12.4248 14.3893 12.3014 14.1689 12.0811C13.9762 11.8883 13.8578 11.6352 13.8311 11.3662L13.8252 11.25L13.8311 11.1338C13.8578 10.8648 13.9762 10.6117 14.1689 10.4189C14.3893 10.1986 14.6884 10.0752 15 10.0752L15.1162 10.0811C15.3468 10.104 15.5659 10.1939 15.7451 10.3408L15.8311 10.4189L15.9092 10.5049C16.0806 10.714 16.1748 10.9773 16.1748 11.25ZM3.7998 19.333C3.7998 19.4419 3.848 19.5685 3.9707 19.6777C4.09671 19.7897 4.28592 19.8662 4.5 19.8662H11.2002V2.7998H4.5C4.28593 2.7998 4.09671 2.87628 3.9707 2.98828C3.84789 3.09745 3.7999 3.22408 3.7998 3.33301V19.333ZM21.7998 19.333C21.7998 19.9312 21.5315 20.4832 21.0918 20.874C20.8602 21.0798 20.5893 21.2317 20.2998 21.3311V22C20.2998 22.4418 19.9418 22.7998 19.5 22.7998C19.0582 22.7998 18.7002 22.4418 18.7002 22V21.4668H5.2998V22C5.2998 22.4418 4.94183 22.7998 4.5 22.7998C4.05817 22.7998 3.7002 22.4418 3.7002 22V21.3311C3.4107 21.2317 3.13979 21.0798 2.9082 20.874C2.46853 20.4832 2.2002 19.9312 2.2002 19.333V3.33301C2.20029 2.73489 2.46861 2.18372 2.9082 1.79297C3.34481 1.40488 3.91844 1.2002 4.5 1.2002H19.5C20.0816 1.2002 20.6552 1.40488 21.0918 1.79297C21.5314 2.18372 21.7997 2.73489 21.7998 3.33301V19.333Z",
|
|
@@ -1571,7 +1674,7 @@ var Collections_exports = {};
|
|
|
1571
1674
|
__export(Collections_exports, {
|
|
1572
1675
|
default: () => Collections_default
|
|
1573
1676
|
});
|
|
1574
|
-
import * as
|
|
1677
|
+
import * as React32 from "react";
|
|
1575
1678
|
var SvgCollections, Collections_default;
|
|
1576
1679
|
var init_Collections = __esm({
|
|
1577
1680
|
"src/react/Collections.tsx"() {
|
|
@@ -1579,7 +1682,7 @@ var init_Collections = __esm({
|
|
|
1579
1682
|
init_types();
|
|
1580
1683
|
SvgCollections = ({ size = 16, ...props }) => {
|
|
1581
1684
|
const sizeValue = resolveSize(size);
|
|
1582
|
-
return /* @__PURE__ */
|
|
1685
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1583
1686
|
"svg",
|
|
1584
1687
|
{
|
|
1585
1688
|
width: sizeValue,
|
|
@@ -1589,7 +1692,7 @@ var init_Collections = __esm({
|
|
|
1589
1692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1590
1693
|
...props
|
|
1591
1694
|
},
|
|
1592
|
-
/* @__PURE__ */
|
|
1695
|
+
/* @__PURE__ */ React32.createElement(
|
|
1593
1696
|
"path",
|
|
1594
1697
|
{
|
|
1595
1698
|
fillRule: "evenodd",
|
|
@@ -1609,7 +1712,7 @@ var DoorOpen_exports = {};
|
|
|
1609
1712
|
__export(DoorOpen_exports, {
|
|
1610
1713
|
default: () => DoorOpen_default
|
|
1611
1714
|
});
|
|
1612
|
-
import * as
|
|
1715
|
+
import * as React33 from "react";
|
|
1613
1716
|
var SvgDoorOpen, DoorOpen_default;
|
|
1614
1717
|
var init_DoorOpen = __esm({
|
|
1615
1718
|
"src/react/DoorOpen.tsx"() {
|
|
@@ -1617,7 +1720,7 @@ var init_DoorOpen = __esm({
|
|
|
1617
1720
|
init_types();
|
|
1618
1721
|
SvgDoorOpen = ({ size = 16, ...props }) => {
|
|
1619
1722
|
const sizeValue = resolveSize(size);
|
|
1620
|
-
return /* @__PURE__ */
|
|
1723
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1621
1724
|
"svg",
|
|
1622
1725
|
{
|
|
1623
1726
|
width: sizeValue,
|
|
@@ -1627,7 +1730,7 @@ var init_DoorOpen = __esm({
|
|
|
1627
1730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1628
1731
|
...props
|
|
1629
1732
|
},
|
|
1630
|
-
/* @__PURE__ */
|
|
1733
|
+
/* @__PURE__ */ React33.createElement(
|
|
1631
1734
|
"path",
|
|
1632
1735
|
{
|
|
1633
1736
|
fillRule: "evenodd",
|
|
@@ -1636,7 +1739,7 @@ var init_DoorOpen = __esm({
|
|
|
1636
1739
|
fill: "currentColor"
|
|
1637
1740
|
}
|
|
1638
1741
|
),
|
|
1639
|
-
/* @__PURE__ */
|
|
1742
|
+
/* @__PURE__ */ React33.createElement(
|
|
1640
1743
|
"path",
|
|
1641
1744
|
{
|
|
1642
1745
|
fillRule: "evenodd",
|
|
@@ -1645,7 +1748,7 @@ var init_DoorOpen = __esm({
|
|
|
1645
1748
|
fill: "currentColor"
|
|
1646
1749
|
}
|
|
1647
1750
|
),
|
|
1648
|
-
/* @__PURE__ */
|
|
1751
|
+
/* @__PURE__ */ React33.createElement(
|
|
1649
1752
|
"path",
|
|
1650
1753
|
{
|
|
1651
1754
|
fillRule: "evenodd",
|
|
@@ -1654,7 +1757,7 @@ var init_DoorOpen = __esm({
|
|
|
1654
1757
|
fill: "currentColor"
|
|
1655
1758
|
}
|
|
1656
1759
|
),
|
|
1657
|
-
/* @__PURE__ */
|
|
1760
|
+
/* @__PURE__ */ React33.createElement(
|
|
1658
1761
|
"path",
|
|
1659
1762
|
{
|
|
1660
1763
|
fillRule: "evenodd",
|
|
@@ -1663,7 +1766,7 @@ var init_DoorOpen = __esm({
|
|
|
1663
1766
|
fill: "currentColor"
|
|
1664
1767
|
}
|
|
1665
1768
|
),
|
|
1666
|
-
/* @__PURE__ */
|
|
1769
|
+
/* @__PURE__ */ React33.createElement(
|
|
1667
1770
|
"path",
|
|
1668
1771
|
{
|
|
1669
1772
|
fillRule: "evenodd",
|
|
@@ -1683,7 +1786,7 @@ var Edit_exports = {};
|
|
|
1683
1786
|
__export(Edit_exports, {
|
|
1684
1787
|
default: () => Edit_default
|
|
1685
1788
|
});
|
|
1686
|
-
import * as
|
|
1789
|
+
import * as React34 from "react";
|
|
1687
1790
|
var SvgEdit, Edit_default;
|
|
1688
1791
|
var init_Edit = __esm({
|
|
1689
1792
|
"src/react/Edit.tsx"() {
|
|
@@ -1691,7 +1794,7 @@ var init_Edit = __esm({
|
|
|
1691
1794
|
init_types();
|
|
1692
1795
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
1693
1796
|
const sizeValue = resolveSize(size);
|
|
1694
|
-
return /* @__PURE__ */
|
|
1797
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1695
1798
|
"svg",
|
|
1696
1799
|
{
|
|
1697
1800
|
width: sizeValue,
|
|
@@ -1701,7 +1804,7 @@ var init_Edit = __esm({
|
|
|
1701
1804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1702
1805
|
...props
|
|
1703
1806
|
},
|
|
1704
|
-
/* @__PURE__ */
|
|
1807
|
+
/* @__PURE__ */ React34.createElement(
|
|
1705
1808
|
"path",
|
|
1706
1809
|
{
|
|
1707
1810
|
fillRule: "evenodd",
|
|
@@ -1710,7 +1813,7 @@ var init_Edit = __esm({
|
|
|
1710
1813
|
fill: "currentColor"
|
|
1711
1814
|
}
|
|
1712
1815
|
),
|
|
1713
|
-
/* @__PURE__ */
|
|
1816
|
+
/* @__PURE__ */ React34.createElement(
|
|
1714
1817
|
"path",
|
|
1715
1818
|
{
|
|
1716
1819
|
fillRule: "evenodd",
|
|
@@ -1730,7 +1833,7 @@ var Electric_exports = {};
|
|
|
1730
1833
|
__export(Electric_exports, {
|
|
1731
1834
|
default: () => Electric_default
|
|
1732
1835
|
});
|
|
1733
|
-
import * as
|
|
1836
|
+
import * as React35 from "react";
|
|
1734
1837
|
var SvgElectric, Electric_default;
|
|
1735
1838
|
var init_Electric = __esm({
|
|
1736
1839
|
"src/react/Electric.tsx"() {
|
|
@@ -1738,7 +1841,7 @@ var init_Electric = __esm({
|
|
|
1738
1841
|
init_types();
|
|
1739
1842
|
SvgElectric = ({ size = 16, ...props }) => {
|
|
1740
1843
|
const sizeValue = resolveSize(size);
|
|
1741
|
-
return /* @__PURE__ */
|
|
1844
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1742
1845
|
"svg",
|
|
1743
1846
|
{
|
|
1744
1847
|
width: sizeValue,
|
|
@@ -1748,7 +1851,7 @@ var init_Electric = __esm({
|
|
|
1748
1851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1749
1852
|
...props
|
|
1750
1853
|
},
|
|
1751
|
-
/* @__PURE__ */
|
|
1854
|
+
/* @__PURE__ */ React35.createElement(
|
|
1752
1855
|
"path",
|
|
1753
1856
|
{
|
|
1754
1857
|
fillRule: "evenodd",
|
|
@@ -1757,7 +1860,7 @@ var init_Electric = __esm({
|
|
|
1757
1860
|
fill: "currentColor"
|
|
1758
1861
|
}
|
|
1759
1862
|
),
|
|
1760
|
-
/* @__PURE__ */
|
|
1863
|
+
/* @__PURE__ */ React35.createElement(
|
|
1761
1864
|
"path",
|
|
1762
1865
|
{
|
|
1763
1866
|
fillRule: "evenodd",
|
|
@@ -1766,7 +1869,7 @@ var init_Electric = __esm({
|
|
|
1766
1869
|
fill: "currentColor"
|
|
1767
1870
|
}
|
|
1768
1871
|
),
|
|
1769
|
-
/* @__PURE__ */
|
|
1872
|
+
/* @__PURE__ */ React35.createElement(
|
|
1770
1873
|
"path",
|
|
1771
1874
|
{
|
|
1772
1875
|
fillRule: "evenodd",
|
|
@@ -1775,7 +1878,7 @@ var init_Electric = __esm({
|
|
|
1775
1878
|
fill: "currentColor"
|
|
1776
1879
|
}
|
|
1777
1880
|
),
|
|
1778
|
-
/* @__PURE__ */
|
|
1881
|
+
/* @__PURE__ */ React35.createElement(
|
|
1779
1882
|
"path",
|
|
1780
1883
|
{
|
|
1781
1884
|
fillRule: "evenodd",
|
|
@@ -1784,7 +1887,7 @@ var init_Electric = __esm({
|
|
|
1784
1887
|
fill: "currentColor"
|
|
1785
1888
|
}
|
|
1786
1889
|
),
|
|
1787
|
-
/* @__PURE__ */
|
|
1890
|
+
/* @__PURE__ */ React35.createElement(
|
|
1788
1891
|
"path",
|
|
1789
1892
|
{
|
|
1790
1893
|
fillRule: "evenodd",
|
|
@@ -1793,7 +1896,7 @@ var init_Electric = __esm({
|
|
|
1793
1896
|
fill: "currentColor"
|
|
1794
1897
|
}
|
|
1795
1898
|
),
|
|
1796
|
-
/* @__PURE__ */
|
|
1899
|
+
/* @__PURE__ */ React35.createElement(
|
|
1797
1900
|
"path",
|
|
1798
1901
|
{
|
|
1799
1902
|
fillRule: "evenodd",
|
|
@@ -1813,7 +1916,7 @@ var ExploreFilled_exports = {};
|
|
|
1813
1916
|
__export(ExploreFilled_exports, {
|
|
1814
1917
|
default: () => ExploreFilled_default
|
|
1815
1918
|
});
|
|
1816
|
-
import * as
|
|
1919
|
+
import * as React36 from "react";
|
|
1817
1920
|
var SvgExploreFilled, ExploreFilled_default;
|
|
1818
1921
|
var init_ExploreFilled = __esm({
|
|
1819
1922
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -1821,7 +1924,7 @@ var init_ExploreFilled = __esm({
|
|
|
1821
1924
|
init_types();
|
|
1822
1925
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
1823
1926
|
const sizeValue = resolveSize(size);
|
|
1824
|
-
return /* @__PURE__ */
|
|
1927
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1825
1928
|
"svg",
|
|
1826
1929
|
{
|
|
1827
1930
|
width: sizeValue,
|
|
@@ -1831,7 +1934,7 @@ var init_ExploreFilled = __esm({
|
|
|
1831
1934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1832
1935
|
...props
|
|
1833
1936
|
},
|
|
1834
|
-
/* @__PURE__ */
|
|
1937
|
+
/* @__PURE__ */ React36.createElement(
|
|
1835
1938
|
"path",
|
|
1836
1939
|
{
|
|
1837
1940
|
fillRule: "evenodd",
|
|
@@ -1840,7 +1943,7 @@ var init_ExploreFilled = __esm({
|
|
|
1840
1943
|
fill: "currentColor"
|
|
1841
1944
|
}
|
|
1842
1945
|
),
|
|
1843
|
-
/* @__PURE__ */
|
|
1946
|
+
/* @__PURE__ */ React36.createElement(
|
|
1844
1947
|
"path",
|
|
1845
1948
|
{
|
|
1846
1949
|
fillRule: "evenodd",
|
|
@@ -1849,7 +1952,7 @@ var init_ExploreFilled = __esm({
|
|
|
1849
1952
|
fill: "currentColor"
|
|
1850
1953
|
}
|
|
1851
1954
|
),
|
|
1852
|
-
/* @__PURE__ */
|
|
1955
|
+
/* @__PURE__ */ React36.createElement(
|
|
1853
1956
|
"path",
|
|
1854
1957
|
{
|
|
1855
1958
|
d: "M16.1046 11.1024C16.1046 13.9203 13.8202 16.2047 11.0022 16.2047C8.1843 16.2047 5.8999 13.9203 5.8999 11.1024C5.8999 8.28445 8.1843 6.00005 11.0022 6.00005C13.8202 6.00005 16.1046 8.28445 16.1046 11.1024Z",
|
|
@@ -1867,7 +1970,7 @@ var ExploreLinear_exports = {};
|
|
|
1867
1970
|
__export(ExploreLinear_exports, {
|
|
1868
1971
|
default: () => ExploreLinear_default
|
|
1869
1972
|
});
|
|
1870
|
-
import * as
|
|
1973
|
+
import * as React37 from "react";
|
|
1871
1974
|
var SvgExploreLinear, ExploreLinear_default;
|
|
1872
1975
|
var init_ExploreLinear = __esm({
|
|
1873
1976
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -1875,7 +1978,7 @@ var init_ExploreLinear = __esm({
|
|
|
1875
1978
|
init_types();
|
|
1876
1979
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
1877
1980
|
const sizeValue = resolveSize(size);
|
|
1878
|
-
return /* @__PURE__ */
|
|
1981
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1879
1982
|
"svg",
|
|
1880
1983
|
{
|
|
1881
1984
|
width: sizeValue,
|
|
@@ -1885,7 +1988,7 @@ var init_ExploreLinear = __esm({
|
|
|
1885
1988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1886
1989
|
...props
|
|
1887
1990
|
},
|
|
1888
|
-
/* @__PURE__ */
|
|
1991
|
+
/* @__PURE__ */ React37.createElement(
|
|
1889
1992
|
"path",
|
|
1890
1993
|
{
|
|
1891
1994
|
fillRule: "evenodd",
|
|
@@ -1894,7 +1997,7 @@ var init_ExploreLinear = __esm({
|
|
|
1894
1997
|
fill: "currentColor"
|
|
1895
1998
|
}
|
|
1896
1999
|
),
|
|
1897
|
-
/* @__PURE__ */
|
|
2000
|
+
/* @__PURE__ */ React37.createElement(
|
|
1898
2001
|
"path",
|
|
1899
2002
|
{
|
|
1900
2003
|
fillRule: "evenodd",
|
|
@@ -1914,7 +2017,7 @@ var EyeHidden_exports = {};
|
|
|
1914
2017
|
__export(EyeHidden_exports, {
|
|
1915
2018
|
default: () => EyeHidden_default
|
|
1916
2019
|
});
|
|
1917
|
-
import * as
|
|
2020
|
+
import * as React38 from "react";
|
|
1918
2021
|
var SvgEyeHidden, EyeHidden_default;
|
|
1919
2022
|
var init_EyeHidden = __esm({
|
|
1920
2023
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -1922,7 +2025,7 @@ var init_EyeHidden = __esm({
|
|
|
1922
2025
|
init_types();
|
|
1923
2026
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
1924
2027
|
const sizeValue = resolveSize(size);
|
|
1925
|
-
return /* @__PURE__ */
|
|
2028
|
+
return /* @__PURE__ */ React38.createElement(
|
|
1926
2029
|
"svg",
|
|
1927
2030
|
{
|
|
1928
2031
|
width: sizeValue,
|
|
@@ -1932,7 +2035,7 @@ var init_EyeHidden = __esm({
|
|
|
1932
2035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1933
2036
|
...props
|
|
1934
2037
|
},
|
|
1935
|
-
/* @__PURE__ */
|
|
2038
|
+
/* @__PURE__ */ React38.createElement(
|
|
1936
2039
|
"path",
|
|
1937
2040
|
{
|
|
1938
2041
|
fillRule: "evenodd",
|
|
@@ -1941,7 +2044,7 @@ var init_EyeHidden = __esm({
|
|
|
1941
2044
|
fill: "currentColor"
|
|
1942
2045
|
}
|
|
1943
2046
|
),
|
|
1944
|
-
/* @__PURE__ */
|
|
2047
|
+
/* @__PURE__ */ React38.createElement(
|
|
1945
2048
|
"path",
|
|
1946
2049
|
{
|
|
1947
2050
|
fillRule: "evenodd",
|
|
@@ -1950,7 +2053,7 @@ var init_EyeHidden = __esm({
|
|
|
1950
2053
|
fill: "currentColor"
|
|
1951
2054
|
}
|
|
1952
2055
|
),
|
|
1953
|
-
/* @__PURE__ */
|
|
2056
|
+
/* @__PURE__ */ React38.createElement(
|
|
1954
2057
|
"path",
|
|
1955
2058
|
{
|
|
1956
2059
|
fillRule: "evenodd",
|
|
@@ -1970,7 +2073,7 @@ var EyeVisible_exports = {};
|
|
|
1970
2073
|
__export(EyeVisible_exports, {
|
|
1971
2074
|
default: () => EyeVisible_default
|
|
1972
2075
|
});
|
|
1973
|
-
import * as
|
|
2076
|
+
import * as React39 from "react";
|
|
1974
2077
|
var SvgEyeVisible, EyeVisible_default;
|
|
1975
2078
|
var init_EyeVisible = __esm({
|
|
1976
2079
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -1978,7 +2081,7 @@ var init_EyeVisible = __esm({
|
|
|
1978
2081
|
init_types();
|
|
1979
2082
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
1980
2083
|
const sizeValue = resolveSize(size);
|
|
1981
|
-
return /* @__PURE__ */
|
|
2084
|
+
return /* @__PURE__ */ React39.createElement(
|
|
1982
2085
|
"svg",
|
|
1983
2086
|
{
|
|
1984
2087
|
width: sizeValue,
|
|
@@ -1988,7 +2091,7 @@ var init_EyeVisible = __esm({
|
|
|
1988
2091
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1989
2092
|
...props
|
|
1990
2093
|
},
|
|
1991
|
-
/* @__PURE__ */
|
|
2094
|
+
/* @__PURE__ */ React39.createElement(
|
|
1992
2095
|
"path",
|
|
1993
2096
|
{
|
|
1994
2097
|
fillRule: "evenodd",
|
|
@@ -1997,7 +2100,7 @@ var init_EyeVisible = __esm({
|
|
|
1997
2100
|
fill: "currentColor"
|
|
1998
2101
|
}
|
|
1999
2102
|
),
|
|
2000
|
-
/* @__PURE__ */
|
|
2103
|
+
/* @__PURE__ */ React39.createElement(
|
|
2001
2104
|
"path",
|
|
2002
2105
|
{
|
|
2003
2106
|
fillRule: "evenodd",
|
|
@@ -2012,20 +2115,20 @@ var init_EyeVisible = __esm({
|
|
|
2012
2115
|
}
|
|
2013
2116
|
});
|
|
2014
2117
|
|
|
2015
|
-
// src/react/
|
|
2016
|
-
var
|
|
2017
|
-
__export(
|
|
2018
|
-
default: () =>
|
|
2118
|
+
// src/react/FaceAndroid.tsx
|
|
2119
|
+
var FaceAndroid_exports = {};
|
|
2120
|
+
__export(FaceAndroid_exports, {
|
|
2121
|
+
default: () => FaceAndroid_default
|
|
2019
2122
|
});
|
|
2020
|
-
import * as
|
|
2021
|
-
var
|
|
2022
|
-
var
|
|
2023
|
-
"src/react/
|
|
2123
|
+
import * as React40 from "react";
|
|
2124
|
+
var SvgFaceAndroid, FaceAndroid_default;
|
|
2125
|
+
var init_FaceAndroid = __esm({
|
|
2126
|
+
"src/react/FaceAndroid.tsx"() {
|
|
2024
2127
|
"use strict";
|
|
2025
2128
|
init_types();
|
|
2026
|
-
|
|
2129
|
+
SvgFaceAndroid = ({ size = 16, ...props }) => {
|
|
2027
2130
|
const sizeValue = resolveSize(size);
|
|
2028
|
-
return /* @__PURE__ */
|
|
2131
|
+
return /* @__PURE__ */ React40.createElement(
|
|
2029
2132
|
"svg",
|
|
2030
2133
|
{
|
|
2031
2134
|
width: sizeValue,
|
|
@@ -2035,56 +2138,126 @@ var init_FaceId = __esm({
|
|
|
2035
2138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2036
2139
|
...props
|
|
2037
2140
|
},
|
|
2038
|
-
/* @__PURE__ */
|
|
2141
|
+
/* @__PURE__ */ React40.createElement(
|
|
2142
|
+
"path",
|
|
2143
|
+
{
|
|
2144
|
+
fillRule: "evenodd",
|
|
2145
|
+
clipRule: "evenodd",
|
|
2146
|
+
d: "M11.951 23c6.102 0 11.049 -4.947 11.049 -11.049S18.053 0.902 11.951 0.902 0.902 5.849 0.902 11.951s4.947 11.049 11.049 11.049m0 0.902c6.601 0 11.951 -5.351 11.951 -11.951C23.902 5.351 18.552 0 11.951 0 5.351 0 0 5.351 0 11.951c0 6.601 5.351 11.951 11.951 11.951",
|
|
2147
|
+
fill: "currentColor"
|
|
2148
|
+
}
|
|
2149
|
+
),
|
|
2150
|
+
/* @__PURE__ */ React40.createElement(
|
|
2151
|
+
"path",
|
|
2152
|
+
{
|
|
2153
|
+
fillRule: "evenodd",
|
|
2154
|
+
clipRule: "evenodd",
|
|
2155
|
+
d: "M13.98 18.282a0.496 0.496 0 0 1 -0.241 0.659c-1.148 0.533 -2.286 0.631 -3.219 0.203 -0.946 -0.434 -1.562 -1.355 -1.764 -2.603l0.98 -0.159c0.164 1.009 0.626 1.597 1.199 1.86 0.587 0.269 1.408 0.253 2.387 -0.201a0.496 0.496 0 0 1 0.659 0.241",
|
|
2156
|
+
fill: "currentColor"
|
|
2157
|
+
}
|
|
2158
|
+
),
|
|
2159
|
+
/* @__PURE__ */ React40.createElement(
|
|
2160
|
+
"path",
|
|
2161
|
+
{
|
|
2162
|
+
fillRule: "evenodd",
|
|
2163
|
+
clipRule: "evenodd",
|
|
2164
|
+
d: "M12.628 13.304v-2.029h0.902v2.931H11.049v-0.902z",
|
|
2165
|
+
fill: "currentColor"
|
|
2166
|
+
}
|
|
2167
|
+
),
|
|
2168
|
+
/* @__PURE__ */ React40.createElement(
|
|
2169
|
+
"path",
|
|
2170
|
+
{
|
|
2171
|
+
d: "M18.265 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
2172
|
+
fill: "currentColor"
|
|
2173
|
+
}
|
|
2174
|
+
),
|
|
2175
|
+
/* @__PURE__ */ React40.createElement(
|
|
2176
|
+
"path",
|
|
2177
|
+
{
|
|
2178
|
+
d: "M7.441 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0",
|
|
2179
|
+
fill: "currentColor"
|
|
2180
|
+
}
|
|
2181
|
+
)
|
|
2182
|
+
);
|
|
2183
|
+
};
|
|
2184
|
+
FaceAndroid_default = SvgFaceAndroid;
|
|
2185
|
+
}
|
|
2186
|
+
});
|
|
2187
|
+
|
|
2188
|
+
// src/react/FaceIosBold.tsx
|
|
2189
|
+
var FaceIosBold_exports = {};
|
|
2190
|
+
__export(FaceIosBold_exports, {
|
|
2191
|
+
default: () => FaceIosBold_default
|
|
2192
|
+
});
|
|
2193
|
+
import * as React41 from "react";
|
|
2194
|
+
var SvgFaceIosBold, FaceIosBold_default;
|
|
2195
|
+
var init_FaceIosBold = __esm({
|
|
2196
|
+
"src/react/FaceIosBold.tsx"() {
|
|
2197
|
+
"use strict";
|
|
2198
|
+
init_types();
|
|
2199
|
+
SvgFaceIosBold = ({ size = 16, ...props }) => {
|
|
2200
|
+
const sizeValue = resolveSize(size);
|
|
2201
|
+
return /* @__PURE__ */ React41.createElement(
|
|
2202
|
+
"svg",
|
|
2203
|
+
{
|
|
2204
|
+
width: sizeValue,
|
|
2205
|
+
height: sizeValue,
|
|
2206
|
+
viewBox: "0 0 24 24",
|
|
2207
|
+
fill: "none",
|
|
2208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2209
|
+
...props
|
|
2210
|
+
},
|
|
2211
|
+
/* @__PURE__ */ React41.createElement(
|
|
2039
2212
|
"path",
|
|
2040
2213
|
{
|
|
2041
2214
|
d: "M13.9145 15.5719C14.3166 15.2798 14.8797 15.3692 15.1719 15.7713C15.464 16.1734 15.3745 16.7365 14.9725 17.0287C14.2541 17.5507 13.1722 18.1007 11.7994 18.1007C10.4266 18.1006 9.34461 17.5507 8.62624 17.0287C8.22423 16.7365 8.13483 16.1734 8.42684 15.7713C8.719 15.3693 9.28216 15.2799 9.68423 15.5719C10.2042 15.9498 10.9224 16.3003 11.7994 16.3003C12.6764 16.3003 13.3945 15.9498 13.9145 15.5719Z",
|
|
2042
2215
|
fill: "currentColor"
|
|
2043
2216
|
}
|
|
2044
2217
|
),
|
|
2045
|
-
/* @__PURE__ */
|
|
2218
|
+
/* @__PURE__ */ React41.createElement(
|
|
2046
2219
|
"path",
|
|
2047
2220
|
{
|
|
2048
2221
|
d: "M15.3999 10.9008V9.10037C15.3999 8.60331 15.8026 8.20059 16.2997 8.20059C16.7967 8.20059 17.1994 8.60331 17.1994 9.10037V10.9008C17.1992 11.3976 16.7966 11.8005 16.2997 11.8005C15.8027 11.8005 15.4001 11.3976 15.3999 10.9008Z",
|
|
2049
2222
|
fill: "currentColor"
|
|
2050
2223
|
}
|
|
2051
2224
|
),
|
|
2052
|
-
/* @__PURE__ */
|
|
2225
|
+
/* @__PURE__ */ React41.createElement(
|
|
2053
2226
|
"path",
|
|
2054
2227
|
{
|
|
2055
2228
|
d: "M6.39986 10.9008V9.10037C6.39986 8.60331 6.80258 8.20059 7.29964 8.20059C7.7967 8.20059 8.19942 8.60331 8.19942 9.10037V10.9008C8.19922 11.3976 7.79657 11.8005 7.29964 11.8005C6.80271 11.8005 6.40007 11.3976 6.39986 10.9008Z",
|
|
2056
2229
|
fill: "currentColor"
|
|
2057
2230
|
}
|
|
2058
2231
|
),
|
|
2059
|
-
/* @__PURE__ */
|
|
2232
|
+
/* @__PURE__ */ React41.createElement(
|
|
2060
2233
|
"path",
|
|
2061
2234
|
{
|
|
2062
2235
|
d: "M10.8999 9.10037C10.8999 8.60339 11.3027 8.20071 11.7997 8.20059C12.2967 8.20059 12.7003 8.60331 12.7003 9.10037V12.7003C12.7003 13.6942 11.8937 14.5007 10.8999 14.5007C10.4028 14.5007 10.0001 14.0972 10.0001 13.6001C10.0002 13.1032 10.4029 12.7003 10.8999 12.7003V9.10037Z",
|
|
2063
2236
|
fill: "currentColor"
|
|
2064
2237
|
}
|
|
2065
2238
|
),
|
|
2066
|
-
/* @__PURE__ */
|
|
2239
|
+
/* @__PURE__ */ React41.createElement(
|
|
2067
2240
|
"path",
|
|
2068
2241
|
{
|
|
2069
2242
|
d: "M20.7999 6.39952V3.70017C20.7999 3.20278 20.3975 2.79965 19.9001 2.79956H17.1999C16.7029 2.79956 16.3001 2.39684 16.3001 1.89978C16.3001 1.40272 16.7029 1 17.1999 1H19.9001C21.3916 1.00009 22.6003 2.20867 22.6003 3.70017V6.39952C22.6003 6.89657 22.1967 7.30012 21.6997 7.30012C21.2027 7.29997 20.7999 6.89648 20.7999 6.39952Z",
|
|
2070
2243
|
fill: "currentColor"
|
|
2071
2244
|
}
|
|
2072
2245
|
),
|
|
2073
|
-
/* @__PURE__ */
|
|
2246
|
+
/* @__PURE__ */ React41.createElement(
|
|
2074
2247
|
"path",
|
|
2075
2248
|
{
|
|
2076
2249
|
d: "M1.00014 6.39979V3.70044C1.00014 2.20889 2.20875 1.00027 3.70031 1.00027H6.39965C6.89671 1.00027 7.30026 1.403 7.30026 1.90006C7.30026 2.39711 6.89671 2.79984 6.39965 2.79984H3.70031C3.20286 2.79984 2.7997 3.203 2.7997 3.70044V6.39979C2.7997 6.89685 2.39698 7.3004 1.89992 7.3004C1.40286 7.3004 1.00014 6.89685 1.00014 6.39979Z",
|
|
2077
2250
|
fill: "currentColor"
|
|
2078
2251
|
}
|
|
2079
2252
|
),
|
|
2080
|
-
/* @__PURE__ */
|
|
2253
|
+
/* @__PURE__ */ React41.createElement(
|
|
2081
2254
|
"path",
|
|
2082
2255
|
{
|
|
2083
2256
|
d: "M20.7999 19.9001V17.1999C20.7999 16.703 21.2027 16.3003 21.6997 16.3001C22.1967 16.3001 22.6003 16.7029 22.6003 17.1999V19.9001C22.6002 21.3915 21.3915 22.6002 19.9001 22.6003H17.1999C16.7029 22.6003 16.3001 22.1967 16.3001 21.6997C16.3003 21.2027 16.703 20.7999 17.1999 20.7999H19.9001C20.3974 20.7998 20.7998 20.3974 20.7999 19.9001Z",
|
|
2084
2257
|
fill: "currentColor"
|
|
2085
2258
|
}
|
|
2086
2259
|
),
|
|
2087
|
-
/* @__PURE__ */
|
|
2260
|
+
/* @__PURE__ */ React41.createElement(
|
|
2088
2261
|
"path",
|
|
2089
2262
|
{
|
|
2090
2263
|
d: "M1 19.9001V17.1999C1 16.7029 1.40272 16.3001 1.89978 16.3001C2.39684 16.3001 2.79956 16.7029 2.79956 17.1999V19.9001C2.79965 20.3975 3.20278 20.7999 3.70017 20.7999H6.39952C6.89648 20.7999 7.29997 21.2027 7.30012 21.6997C7.30012 22.1967 6.89657 22.6003 6.39952 22.6003H3.70017C2.20867 22.6003 1.00009 21.3916 1 19.9001Z",
|
|
@@ -2093,7 +2266,43 @@ var init_FaceId = __esm({
|
|
|
2093
2266
|
)
|
|
2094
2267
|
);
|
|
2095
2268
|
};
|
|
2096
|
-
|
|
2269
|
+
FaceIosBold_default = SvgFaceIosBold;
|
|
2270
|
+
}
|
|
2271
|
+
});
|
|
2272
|
+
|
|
2273
|
+
// src/react/FaceIosLight.tsx
|
|
2274
|
+
var FaceIosLight_exports = {};
|
|
2275
|
+
__export(FaceIosLight_exports, {
|
|
2276
|
+
default: () => FaceIosLight_default
|
|
2277
|
+
});
|
|
2278
|
+
import * as React42 from "react";
|
|
2279
|
+
var SvgFaceIosLight, FaceIosLight_default;
|
|
2280
|
+
var init_FaceIosLight = __esm({
|
|
2281
|
+
"src/react/FaceIosLight.tsx"() {
|
|
2282
|
+
"use strict";
|
|
2283
|
+
init_types();
|
|
2284
|
+
SvgFaceIosLight = ({ size = 16, ...props }) => {
|
|
2285
|
+
const sizeValue = resolveSize(size);
|
|
2286
|
+
return /* @__PURE__ */ React42.createElement(
|
|
2287
|
+
"svg",
|
|
2288
|
+
{
|
|
2289
|
+
width: sizeValue,
|
|
2290
|
+
height: sizeValue,
|
|
2291
|
+
viewBox: "0 0 24 24",
|
|
2292
|
+
fill: "none",
|
|
2293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2294
|
+
...props
|
|
2295
|
+
},
|
|
2296
|
+
/* @__PURE__ */ React42.createElement(
|
|
2297
|
+
"path",
|
|
2298
|
+
{
|
|
2299
|
+
d: "M0.609 16.805a0.609 0.609 0 0 1 0.609 0.609v2.695c0 1.473 1.199 2.672 2.672 2.672H6.586a0.609 0.609 0 1 1 0 1.219H3.891C1.745 24 0 22.255 0 20.109V17.414a0.609 0.609 0 0 1 0.609 -0.609m22.781 0A0.609 0.609 0 0 1 24 17.414v2.695c0 2.145 -1.745 3.891 -3.891 3.891H17.414a0.609 0.609 0 1 1 0 -1.219h2.695c1.473 0 2.672 -1.199 2.672 -2.672V17.414a0.609 0.609 0 0 1 0.609 -0.609m-8.044 0.004a0.633 0.633 0 0 1 0.859 0.93A6.18 6.18 0 0 1 12 19.383c-1.564 0 -3.057 -0.584 -4.205 -1.645a0.633 0.633 0 0 1 0.859 -0.93A4.92 4.92 0 0 0 12 18.117a4.92 4.92 0 0 0 3.346 -1.309M12.633 8.414a0.633 0.633 0 0 1 0.633 0.633v4.5c0 0.892 -0.725 1.617 -1.617 1.617h-0.516a0.633 0.633 0 1 1 0 -1.266h0.516A0.352 0.352 0 0 0 12 13.547v-4.5a0.633 0.633 0 0 1 0.633 -0.633m-5.52 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598m9.914 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598M6.586 0a0.609 0.609 0 0 1 0 1.219H3.891c-1.473 0 -2.672 1.199 -2.672 2.672V6.586a0.609 0.609 0 0 1 -1.219 0V3.891C0 1.745 1.745 0 3.891 0zm13.523 0C22.255 0 24 1.745 24 3.891V6.586a0.609 0.609 0 1 1 -1.219 0V3.891c0 -1.473 -1.199 -2.672 -2.672 -2.672H17.414a0.609 0.609 0 0 1 0 -1.219z",
|
|
2300
|
+
fill: "currentColor"
|
|
2301
|
+
}
|
|
2302
|
+
)
|
|
2303
|
+
);
|
|
2304
|
+
};
|
|
2305
|
+
FaceIosLight_default = SvgFaceIosLight;
|
|
2097
2306
|
}
|
|
2098
2307
|
});
|
|
2099
2308
|
|
|
@@ -2102,7 +2311,7 @@ var FileCheck_exports = {};
|
|
|
2102
2311
|
__export(FileCheck_exports, {
|
|
2103
2312
|
default: () => FileCheck_default
|
|
2104
2313
|
});
|
|
2105
|
-
import * as
|
|
2314
|
+
import * as React43 from "react";
|
|
2106
2315
|
var SvgFileCheck, FileCheck_default;
|
|
2107
2316
|
var init_FileCheck = __esm({
|
|
2108
2317
|
"src/react/FileCheck.tsx"() {
|
|
@@ -2110,7 +2319,7 @@ var init_FileCheck = __esm({
|
|
|
2110
2319
|
init_types();
|
|
2111
2320
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
2112
2321
|
const sizeValue = resolveSize(size);
|
|
2113
|
-
return /* @__PURE__ */
|
|
2322
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2114
2323
|
"svg",
|
|
2115
2324
|
{
|
|
2116
2325
|
width: sizeValue,
|
|
@@ -2120,7 +2329,7 @@ var init_FileCheck = __esm({
|
|
|
2120
2329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2121
2330
|
...props
|
|
2122
2331
|
},
|
|
2123
|
-
/* @__PURE__ */
|
|
2332
|
+
/* @__PURE__ */ React43.createElement(
|
|
2124
2333
|
"path",
|
|
2125
2334
|
{
|
|
2126
2335
|
fillRule: "evenodd",
|
|
@@ -2129,7 +2338,7 @@ var init_FileCheck = __esm({
|
|
|
2129
2338
|
fill: "currentColor"
|
|
2130
2339
|
}
|
|
2131
2340
|
),
|
|
2132
|
-
/* @__PURE__ */
|
|
2341
|
+
/* @__PURE__ */ React43.createElement(
|
|
2133
2342
|
"path",
|
|
2134
2343
|
{
|
|
2135
2344
|
fillRule: "evenodd",
|
|
@@ -2138,7 +2347,7 @@ var init_FileCheck = __esm({
|
|
|
2138
2347
|
fill: "currentColor"
|
|
2139
2348
|
}
|
|
2140
2349
|
),
|
|
2141
|
-
/* @__PURE__ */
|
|
2350
|
+
/* @__PURE__ */ React43.createElement(
|
|
2142
2351
|
"path",
|
|
2143
2352
|
{
|
|
2144
2353
|
fillRule: "evenodd",
|
|
@@ -2158,7 +2367,7 @@ var FileInput_exports = {};
|
|
|
2158
2367
|
__export(FileInput_exports, {
|
|
2159
2368
|
default: () => FileInput_default
|
|
2160
2369
|
});
|
|
2161
|
-
import * as
|
|
2370
|
+
import * as React44 from "react";
|
|
2162
2371
|
var SvgFileInput, FileInput_default;
|
|
2163
2372
|
var init_FileInput = __esm({
|
|
2164
2373
|
"src/react/FileInput.tsx"() {
|
|
@@ -2166,7 +2375,7 @@ var init_FileInput = __esm({
|
|
|
2166
2375
|
init_types();
|
|
2167
2376
|
SvgFileInput = ({ size = 16, ...props }) => {
|
|
2168
2377
|
const sizeValue = resolveSize(size);
|
|
2169
|
-
return /* @__PURE__ */
|
|
2378
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2170
2379
|
"svg",
|
|
2171
2380
|
{
|
|
2172
2381
|
width: sizeValue,
|
|
@@ -2176,7 +2385,7 @@ var init_FileInput = __esm({
|
|
|
2176
2385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2177
2386
|
...props
|
|
2178
2387
|
},
|
|
2179
|
-
/* @__PURE__ */
|
|
2388
|
+
/* @__PURE__ */ React44.createElement(
|
|
2180
2389
|
"path",
|
|
2181
2390
|
{
|
|
2182
2391
|
fillRule: "evenodd",
|
|
@@ -2185,7 +2394,7 @@ var init_FileInput = __esm({
|
|
|
2185
2394
|
fill: "currentColor"
|
|
2186
2395
|
}
|
|
2187
2396
|
),
|
|
2188
|
-
/* @__PURE__ */
|
|
2397
|
+
/* @__PURE__ */ React44.createElement(
|
|
2189
2398
|
"path",
|
|
2190
2399
|
{
|
|
2191
2400
|
fillRule: "evenodd",
|
|
@@ -2194,7 +2403,7 @@ var init_FileInput = __esm({
|
|
|
2194
2403
|
fill: "currentColor"
|
|
2195
2404
|
}
|
|
2196
2405
|
),
|
|
2197
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ React44.createElement(
|
|
2198
2407
|
"path",
|
|
2199
2408
|
{
|
|
2200
2409
|
fillRule: "evenodd",
|
|
@@ -2203,7 +2412,7 @@ var init_FileInput = __esm({
|
|
|
2203
2412
|
fill: "currentColor"
|
|
2204
2413
|
}
|
|
2205
2414
|
),
|
|
2206
|
-
/* @__PURE__ */
|
|
2415
|
+
/* @__PURE__ */ React44.createElement(
|
|
2207
2416
|
"path",
|
|
2208
2417
|
{
|
|
2209
2418
|
fillRule: "evenodd",
|
|
@@ -2223,7 +2432,7 @@ var FileKey_exports = {};
|
|
|
2223
2432
|
__export(FileKey_exports, {
|
|
2224
2433
|
default: () => FileKey_default
|
|
2225
2434
|
});
|
|
2226
|
-
import * as
|
|
2435
|
+
import * as React45 from "react";
|
|
2227
2436
|
var SvgFileKey, FileKey_default;
|
|
2228
2437
|
var init_FileKey = __esm({
|
|
2229
2438
|
"src/react/FileKey.tsx"() {
|
|
@@ -2231,7 +2440,7 @@ var init_FileKey = __esm({
|
|
|
2231
2440
|
init_types();
|
|
2232
2441
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
2233
2442
|
const sizeValue = resolveSize(size);
|
|
2234
|
-
return /* @__PURE__ */
|
|
2443
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2235
2444
|
"svg",
|
|
2236
2445
|
{
|
|
2237
2446
|
width: sizeValue,
|
|
@@ -2241,7 +2450,7 @@ var init_FileKey = __esm({
|
|
|
2241
2450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2242
2451
|
...props
|
|
2243
2452
|
},
|
|
2244
|
-
/* @__PURE__ */
|
|
2453
|
+
/* @__PURE__ */ React45.createElement(
|
|
2245
2454
|
"path",
|
|
2246
2455
|
{
|
|
2247
2456
|
fillRule: "evenodd",
|
|
@@ -2250,7 +2459,7 @@ var init_FileKey = __esm({
|
|
|
2250
2459
|
fill: "currentColor"
|
|
2251
2460
|
}
|
|
2252
2461
|
),
|
|
2253
|
-
/* @__PURE__ */
|
|
2462
|
+
/* @__PURE__ */ React45.createElement(
|
|
2254
2463
|
"path",
|
|
2255
2464
|
{
|
|
2256
2465
|
fillRule: "evenodd",
|
|
@@ -2259,7 +2468,7 @@ var init_FileKey = __esm({
|
|
|
2259
2468
|
fill: "currentColor"
|
|
2260
2469
|
}
|
|
2261
2470
|
),
|
|
2262
|
-
/* @__PURE__ */
|
|
2471
|
+
/* @__PURE__ */ React45.createElement(
|
|
2263
2472
|
"path",
|
|
2264
2473
|
{
|
|
2265
2474
|
fillRule: "evenodd",
|
|
@@ -2268,7 +2477,7 @@ var init_FileKey = __esm({
|
|
|
2268
2477
|
fill: "currentColor"
|
|
2269
2478
|
}
|
|
2270
2479
|
),
|
|
2271
|
-
/* @__PURE__ */
|
|
2480
|
+
/* @__PURE__ */ React45.createElement(
|
|
2272
2481
|
"path",
|
|
2273
2482
|
{
|
|
2274
2483
|
fillRule: "evenodd",
|
|
@@ -2288,7 +2497,7 @@ var FileLock_exports = {};
|
|
|
2288
2497
|
__export(FileLock_exports, {
|
|
2289
2498
|
default: () => FileLock_default
|
|
2290
2499
|
});
|
|
2291
|
-
import * as
|
|
2500
|
+
import * as React46 from "react";
|
|
2292
2501
|
var SvgFileLock, FileLock_default;
|
|
2293
2502
|
var init_FileLock = __esm({
|
|
2294
2503
|
"src/react/FileLock.tsx"() {
|
|
@@ -2296,7 +2505,7 @@ var init_FileLock = __esm({
|
|
|
2296
2505
|
init_types();
|
|
2297
2506
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
2298
2507
|
const sizeValue = resolveSize(size);
|
|
2299
|
-
return /* @__PURE__ */
|
|
2508
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2300
2509
|
"svg",
|
|
2301
2510
|
{
|
|
2302
2511
|
width: sizeValue,
|
|
@@ -2306,7 +2515,7 @@ var init_FileLock = __esm({
|
|
|
2306
2515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2307
2516
|
...props
|
|
2308
2517
|
},
|
|
2309
|
-
/* @__PURE__ */
|
|
2518
|
+
/* @__PURE__ */ React46.createElement(
|
|
2310
2519
|
"path",
|
|
2311
2520
|
{
|
|
2312
2521
|
fillRule: "evenodd",
|
|
@@ -2315,7 +2524,7 @@ var init_FileLock = __esm({
|
|
|
2315
2524
|
fill: "currentColor"
|
|
2316
2525
|
}
|
|
2317
2526
|
),
|
|
2318
|
-
/* @__PURE__ */
|
|
2527
|
+
/* @__PURE__ */ React46.createElement(
|
|
2319
2528
|
"path",
|
|
2320
2529
|
{
|
|
2321
2530
|
fillRule: "evenodd",
|
|
@@ -2324,7 +2533,7 @@ var init_FileLock = __esm({
|
|
|
2324
2533
|
fill: "currentColor"
|
|
2325
2534
|
}
|
|
2326
2535
|
),
|
|
2327
|
-
/* @__PURE__ */
|
|
2536
|
+
/* @__PURE__ */ React46.createElement(
|
|
2328
2537
|
"path",
|
|
2329
2538
|
{
|
|
2330
2539
|
fillRule: "evenodd",
|
|
@@ -2344,7 +2553,7 @@ var FileSignature_exports = {};
|
|
|
2344
2553
|
__export(FileSignature_exports, {
|
|
2345
2554
|
default: () => FileSignature_default
|
|
2346
2555
|
});
|
|
2347
|
-
import * as
|
|
2556
|
+
import * as React47 from "react";
|
|
2348
2557
|
var SvgFileSignature, FileSignature_default;
|
|
2349
2558
|
var init_FileSignature = __esm({
|
|
2350
2559
|
"src/react/FileSignature.tsx"() {
|
|
@@ -2352,7 +2561,7 @@ var init_FileSignature = __esm({
|
|
|
2352
2561
|
init_types();
|
|
2353
2562
|
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
2354
2563
|
const sizeValue = resolveSize(size);
|
|
2355
|
-
return /* @__PURE__ */
|
|
2564
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2356
2565
|
"svg",
|
|
2357
2566
|
{
|
|
2358
2567
|
width: sizeValue,
|
|
@@ -2362,7 +2571,7 @@ var init_FileSignature = __esm({
|
|
|
2362
2571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2363
2572
|
...props
|
|
2364
2573
|
},
|
|
2365
|
-
/* @__PURE__ */
|
|
2574
|
+
/* @__PURE__ */ React47.createElement(
|
|
2366
2575
|
"path",
|
|
2367
2576
|
{
|
|
2368
2577
|
fillRule: "evenodd",
|
|
@@ -2371,7 +2580,7 @@ var init_FileSignature = __esm({
|
|
|
2371
2580
|
fill: "currentColor"
|
|
2372
2581
|
}
|
|
2373
2582
|
),
|
|
2374
|
-
/* @__PURE__ */
|
|
2583
|
+
/* @__PURE__ */ React47.createElement(
|
|
2375
2584
|
"path",
|
|
2376
2585
|
{
|
|
2377
2586
|
fillRule: "evenodd",
|
|
@@ -2380,7 +2589,7 @@ var init_FileSignature = __esm({
|
|
|
2380
2589
|
fill: "currentColor"
|
|
2381
2590
|
}
|
|
2382
2591
|
),
|
|
2383
|
-
/* @__PURE__ */
|
|
2592
|
+
/* @__PURE__ */ React47.createElement(
|
|
2384
2593
|
"path",
|
|
2385
2594
|
{
|
|
2386
2595
|
fillRule: "evenodd",
|
|
@@ -2400,7 +2609,7 @@ var FileSpreadsheet_exports = {};
|
|
|
2400
2609
|
__export(FileSpreadsheet_exports, {
|
|
2401
2610
|
default: () => FileSpreadsheet_default
|
|
2402
2611
|
});
|
|
2403
|
-
import * as
|
|
2612
|
+
import * as React48 from "react";
|
|
2404
2613
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
2405
2614
|
var init_FileSpreadsheet = __esm({
|
|
2406
2615
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -2408,7 +2617,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2408
2617
|
init_types();
|
|
2409
2618
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
2410
2619
|
const sizeValue = resolveSize(size);
|
|
2411
|
-
return /* @__PURE__ */
|
|
2620
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2412
2621
|
"svg",
|
|
2413
2622
|
{
|
|
2414
2623
|
width: sizeValue,
|
|
@@ -2418,7 +2627,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2418
2627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2419
2628
|
...props
|
|
2420
2629
|
},
|
|
2421
|
-
/* @__PURE__ */
|
|
2630
|
+
/* @__PURE__ */ React48.createElement(
|
|
2422
2631
|
"path",
|
|
2423
2632
|
{
|
|
2424
2633
|
fillRule: "evenodd",
|
|
@@ -2427,7 +2636,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2427
2636
|
fill: "currentColor"
|
|
2428
2637
|
}
|
|
2429
2638
|
),
|
|
2430
|
-
/* @__PURE__ */
|
|
2639
|
+
/* @__PURE__ */ React48.createElement(
|
|
2431
2640
|
"path",
|
|
2432
2641
|
{
|
|
2433
2642
|
fillRule: "evenodd",
|
|
@@ -2436,7 +2645,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2436
2645
|
fill: "currentColor"
|
|
2437
2646
|
}
|
|
2438
2647
|
),
|
|
2439
|
-
/* @__PURE__ */
|
|
2648
|
+
/* @__PURE__ */ React48.createElement(
|
|
2440
2649
|
"path",
|
|
2441
2650
|
{
|
|
2442
2651
|
fillRule: "evenodd",
|
|
@@ -2445,7 +2654,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2445
2654
|
fill: "currentColor"
|
|
2446
2655
|
}
|
|
2447
2656
|
),
|
|
2448
|
-
/* @__PURE__ */
|
|
2657
|
+
/* @__PURE__ */ React48.createElement(
|
|
2449
2658
|
"path",
|
|
2450
2659
|
{
|
|
2451
2660
|
fillRule: "evenodd",
|
|
@@ -2454,7 +2663,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2454
2663
|
fill: "currentColor"
|
|
2455
2664
|
}
|
|
2456
2665
|
),
|
|
2457
|
-
/* @__PURE__ */
|
|
2666
|
+
/* @__PURE__ */ React48.createElement(
|
|
2458
2667
|
"path",
|
|
2459
2668
|
{
|
|
2460
2669
|
fillRule: "evenodd",
|
|
@@ -2463,7 +2672,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
2463
2672
|
fill: "currentColor"
|
|
2464
2673
|
}
|
|
2465
2674
|
),
|
|
2466
|
-
/* @__PURE__ */
|
|
2675
|
+
/* @__PURE__ */ React48.createElement(
|
|
2467
2676
|
"path",
|
|
2468
2677
|
{
|
|
2469
2678
|
fillRule: "evenodd",
|
|
@@ -2483,7 +2692,7 @@ var FileText_exports = {};
|
|
|
2483
2692
|
__export(FileText_exports, {
|
|
2484
2693
|
default: () => FileText_default
|
|
2485
2694
|
});
|
|
2486
|
-
import * as
|
|
2695
|
+
import * as React49 from "react";
|
|
2487
2696
|
var SvgFileText, FileText_default;
|
|
2488
2697
|
var init_FileText = __esm({
|
|
2489
2698
|
"src/react/FileText.tsx"() {
|
|
@@ -2491,7 +2700,7 @@ var init_FileText = __esm({
|
|
|
2491
2700
|
init_types();
|
|
2492
2701
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
2493
2702
|
const sizeValue = resolveSize(size);
|
|
2494
|
-
return /* @__PURE__ */
|
|
2703
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2495
2704
|
"svg",
|
|
2496
2705
|
{
|
|
2497
2706
|
width: sizeValue,
|
|
@@ -2501,7 +2710,7 @@ var init_FileText = __esm({
|
|
|
2501
2710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2502
2711
|
...props
|
|
2503
2712
|
},
|
|
2504
|
-
/* @__PURE__ */
|
|
2713
|
+
/* @__PURE__ */ React49.createElement(
|
|
2505
2714
|
"path",
|
|
2506
2715
|
{
|
|
2507
2716
|
fillRule: "evenodd",
|
|
@@ -2510,7 +2719,7 @@ var init_FileText = __esm({
|
|
|
2510
2719
|
fill: "currentColor"
|
|
2511
2720
|
}
|
|
2512
2721
|
),
|
|
2513
|
-
/* @__PURE__ */
|
|
2722
|
+
/* @__PURE__ */ React49.createElement(
|
|
2514
2723
|
"path",
|
|
2515
2724
|
{
|
|
2516
2725
|
fillRule: "evenodd",
|
|
@@ -2519,7 +2728,7 @@ var init_FileText = __esm({
|
|
|
2519
2728
|
fill: "currentColor"
|
|
2520
2729
|
}
|
|
2521
2730
|
),
|
|
2522
|
-
/* @__PURE__ */
|
|
2731
|
+
/* @__PURE__ */ React49.createElement(
|
|
2523
2732
|
"path",
|
|
2524
2733
|
{
|
|
2525
2734
|
fillRule: "evenodd",
|
|
@@ -2528,7 +2737,7 @@ var init_FileText = __esm({
|
|
|
2528
2737
|
fill: "currentColor"
|
|
2529
2738
|
}
|
|
2530
2739
|
),
|
|
2531
|
-
/* @__PURE__ */
|
|
2740
|
+
/* @__PURE__ */ React49.createElement(
|
|
2532
2741
|
"path",
|
|
2533
2742
|
{
|
|
2534
2743
|
fillRule: "evenodd",
|
|
@@ -2537,7 +2746,7 @@ var init_FileText = __esm({
|
|
|
2537
2746
|
fill: "currentColor"
|
|
2538
2747
|
}
|
|
2539
2748
|
),
|
|
2540
|
-
/* @__PURE__ */
|
|
2749
|
+
/* @__PURE__ */ React49.createElement(
|
|
2541
2750
|
"path",
|
|
2542
2751
|
{
|
|
2543
2752
|
fillRule: "evenodd",
|
|
@@ -2557,7 +2766,7 @@ var Filter_exports = {};
|
|
|
2557
2766
|
__export(Filter_exports, {
|
|
2558
2767
|
default: () => Filter_default
|
|
2559
2768
|
});
|
|
2560
|
-
import * as
|
|
2769
|
+
import * as React50 from "react";
|
|
2561
2770
|
var SvgFilter, Filter_default;
|
|
2562
2771
|
var init_Filter = __esm({
|
|
2563
2772
|
"src/react/Filter.tsx"() {
|
|
@@ -2565,7 +2774,7 @@ var init_Filter = __esm({
|
|
|
2565
2774
|
init_types();
|
|
2566
2775
|
SvgFilter = ({ size = 16, ...props }) => {
|
|
2567
2776
|
const sizeValue = resolveSize(size);
|
|
2568
|
-
return /* @__PURE__ */
|
|
2777
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2569
2778
|
"svg",
|
|
2570
2779
|
{
|
|
2571
2780
|
width: sizeValue,
|
|
@@ -2575,7 +2784,7 @@ var init_Filter = __esm({
|
|
|
2575
2784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2576
2785
|
...props
|
|
2577
2786
|
},
|
|
2578
|
-
/* @__PURE__ */
|
|
2787
|
+
/* @__PURE__ */ React50.createElement(
|
|
2579
2788
|
"path",
|
|
2580
2789
|
{
|
|
2581
2790
|
fillRule: "evenodd",
|
|
@@ -2584,7 +2793,7 @@ var init_Filter = __esm({
|
|
|
2584
2793
|
fill: "currentColor"
|
|
2585
2794
|
}
|
|
2586
2795
|
),
|
|
2587
|
-
/* @__PURE__ */
|
|
2796
|
+
/* @__PURE__ */ React50.createElement(
|
|
2588
2797
|
"path",
|
|
2589
2798
|
{
|
|
2590
2799
|
fillRule: "evenodd",
|
|
@@ -2593,7 +2802,7 @@ var init_Filter = __esm({
|
|
|
2593
2802
|
fill: "currentColor"
|
|
2594
2803
|
}
|
|
2595
2804
|
),
|
|
2596
|
-
/* @__PURE__ */
|
|
2805
|
+
/* @__PURE__ */ React50.createElement(
|
|
2597
2806
|
"path",
|
|
2598
2807
|
{
|
|
2599
2808
|
fillRule: "evenodd",
|
|
@@ -2602,7 +2811,7 @@ var init_Filter = __esm({
|
|
|
2602
2811
|
fill: "currentColor"
|
|
2603
2812
|
}
|
|
2604
2813
|
),
|
|
2605
|
-
/* @__PURE__ */
|
|
2814
|
+
/* @__PURE__ */ React50.createElement(
|
|
2606
2815
|
"path",
|
|
2607
2816
|
{
|
|
2608
2817
|
fillRule: "evenodd",
|
|
@@ -2617,48 +2826,12 @@ var init_Filter = __esm({
|
|
|
2617
2826
|
}
|
|
2618
2827
|
});
|
|
2619
2828
|
|
|
2620
|
-
// src/react/FingerprintAndroid.tsx
|
|
2621
|
-
var FingerprintAndroid_exports = {};
|
|
2622
|
-
__export(FingerprintAndroid_exports, {
|
|
2623
|
-
default: () => FingerprintAndroid_default
|
|
2624
|
-
});
|
|
2625
|
-
import * as React47 from "react";
|
|
2626
|
-
var SvgFingerprintAndroid, FingerprintAndroid_default;
|
|
2627
|
-
var init_FingerprintAndroid = __esm({
|
|
2628
|
-
"src/react/FingerprintAndroid.tsx"() {
|
|
2629
|
-
"use strict";
|
|
2630
|
-
init_types();
|
|
2631
|
-
SvgFingerprintAndroid = ({ size = 16, ...props }) => {
|
|
2632
|
-
const sizeValue = resolveSize(size);
|
|
2633
|
-
return /* @__PURE__ */ React47.createElement(
|
|
2634
|
-
"svg",
|
|
2635
|
-
{
|
|
2636
|
-
width: sizeValue,
|
|
2637
|
-
height: sizeValue,
|
|
2638
|
-
viewBox: "0 0 24 24",
|
|
2639
|
-
fill: "none",
|
|
2640
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2641
|
-
...props
|
|
2642
|
-
},
|
|
2643
|
-
/* @__PURE__ */ React47.createElement(
|
|
2644
|
-
"path",
|
|
2645
|
-
{
|
|
2646
|
-
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",
|
|
2647
|
-
fill: "currentColor"
|
|
2648
|
-
}
|
|
2649
|
-
)
|
|
2650
|
-
);
|
|
2651
|
-
};
|
|
2652
|
-
FingerprintAndroid_default = SvgFingerprintAndroid;
|
|
2653
|
-
}
|
|
2654
|
-
});
|
|
2655
|
-
|
|
2656
2829
|
// src/react/Garden.tsx
|
|
2657
2830
|
var Garden_exports = {};
|
|
2658
2831
|
__export(Garden_exports, {
|
|
2659
2832
|
default: () => Garden_default
|
|
2660
2833
|
});
|
|
2661
|
-
import * as
|
|
2834
|
+
import * as React51 from "react";
|
|
2662
2835
|
var SvgGarden, Garden_default;
|
|
2663
2836
|
var init_Garden = __esm({
|
|
2664
2837
|
"src/react/Garden.tsx"() {
|
|
@@ -2666,7 +2839,7 @@ var init_Garden = __esm({
|
|
|
2666
2839
|
init_types();
|
|
2667
2840
|
SvgGarden = ({ size = 16, ...props }) => {
|
|
2668
2841
|
const sizeValue = resolveSize(size);
|
|
2669
|
-
return /* @__PURE__ */
|
|
2842
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2670
2843
|
"svg",
|
|
2671
2844
|
{
|
|
2672
2845
|
width: sizeValue,
|
|
@@ -2676,7 +2849,7 @@ var init_Garden = __esm({
|
|
|
2676
2849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2677
2850
|
...props
|
|
2678
2851
|
},
|
|
2679
|
-
/* @__PURE__ */
|
|
2852
|
+
/* @__PURE__ */ React51.createElement(
|
|
2680
2853
|
"path",
|
|
2681
2854
|
{
|
|
2682
2855
|
fillRule: "evenodd",
|
|
@@ -2685,7 +2858,7 @@ var init_Garden = __esm({
|
|
|
2685
2858
|
fill: "currentColor"
|
|
2686
2859
|
}
|
|
2687
2860
|
),
|
|
2688
|
-
/* @__PURE__ */
|
|
2861
|
+
/* @__PURE__ */ React51.createElement(
|
|
2689
2862
|
"path",
|
|
2690
2863
|
{
|
|
2691
2864
|
fillRule: "evenodd",
|
|
@@ -2694,7 +2867,7 @@ var init_Garden = __esm({
|
|
|
2694
2867
|
fill: "currentColor"
|
|
2695
2868
|
}
|
|
2696
2869
|
),
|
|
2697
|
-
/* @__PURE__ */
|
|
2870
|
+
/* @__PURE__ */ React51.createElement(
|
|
2698
2871
|
"path",
|
|
2699
2872
|
{
|
|
2700
2873
|
fillRule: "evenodd",
|
|
@@ -2703,7 +2876,7 @@ var init_Garden = __esm({
|
|
|
2703
2876
|
fill: "currentColor"
|
|
2704
2877
|
}
|
|
2705
2878
|
),
|
|
2706
|
-
/* @__PURE__ */
|
|
2879
|
+
/* @__PURE__ */ React51.createElement(
|
|
2707
2880
|
"path",
|
|
2708
2881
|
{
|
|
2709
2882
|
fillRule: "evenodd",
|
|
@@ -2723,7 +2896,7 @@ var GasHeating_exports = {};
|
|
|
2723
2896
|
__export(GasHeating_exports, {
|
|
2724
2897
|
default: () => GasHeating_default
|
|
2725
2898
|
});
|
|
2726
|
-
import * as
|
|
2899
|
+
import * as React52 from "react";
|
|
2727
2900
|
var SvgGasHeating, GasHeating_default;
|
|
2728
2901
|
var init_GasHeating = __esm({
|
|
2729
2902
|
"src/react/GasHeating.tsx"() {
|
|
@@ -2731,7 +2904,7 @@ var init_GasHeating = __esm({
|
|
|
2731
2904
|
init_types();
|
|
2732
2905
|
SvgGasHeating = ({ size = 16, ...props }) => {
|
|
2733
2906
|
const sizeValue = resolveSize(size);
|
|
2734
|
-
return /* @__PURE__ */
|
|
2907
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2735
2908
|
"svg",
|
|
2736
2909
|
{
|
|
2737
2910
|
width: sizeValue,
|
|
@@ -2741,7 +2914,7 @@ var init_GasHeating = __esm({
|
|
|
2741
2914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2742
2915
|
...props
|
|
2743
2916
|
},
|
|
2744
|
-
/* @__PURE__ */
|
|
2917
|
+
/* @__PURE__ */ React52.createElement(
|
|
2745
2918
|
"path",
|
|
2746
2919
|
{
|
|
2747
2920
|
fillRule: "evenodd",
|
|
@@ -2750,7 +2923,7 @@ var init_GasHeating = __esm({
|
|
|
2750
2923
|
fill: "currentColor"
|
|
2751
2924
|
}
|
|
2752
2925
|
),
|
|
2753
|
-
/* @__PURE__ */
|
|
2926
|
+
/* @__PURE__ */ React52.createElement(
|
|
2754
2927
|
"path",
|
|
2755
2928
|
{
|
|
2756
2929
|
fillRule: "evenodd",
|
|
@@ -2759,7 +2932,7 @@ var init_GasHeating = __esm({
|
|
|
2759
2932
|
fill: "currentColor"
|
|
2760
2933
|
}
|
|
2761
2934
|
),
|
|
2762
|
-
/* @__PURE__ */
|
|
2935
|
+
/* @__PURE__ */ React52.createElement(
|
|
2763
2936
|
"path",
|
|
2764
2937
|
{
|
|
2765
2938
|
fillRule: "evenodd",
|
|
@@ -2768,7 +2941,7 @@ var init_GasHeating = __esm({
|
|
|
2768
2941
|
fill: "currentColor"
|
|
2769
2942
|
}
|
|
2770
2943
|
),
|
|
2771
|
-
/* @__PURE__ */
|
|
2944
|
+
/* @__PURE__ */ React52.createElement(
|
|
2772
2945
|
"path",
|
|
2773
2946
|
{
|
|
2774
2947
|
fillRule: "evenodd",
|
|
@@ -2777,7 +2950,7 @@ var init_GasHeating = __esm({
|
|
|
2777
2950
|
fill: "currentColor"
|
|
2778
2951
|
}
|
|
2779
2952
|
),
|
|
2780
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ React52.createElement(
|
|
2781
2954
|
"path",
|
|
2782
2955
|
{
|
|
2783
2956
|
fillRule: "evenodd",
|
|
@@ -2786,7 +2959,7 @@ var init_GasHeating = __esm({
|
|
|
2786
2959
|
fill: "currentColor"
|
|
2787
2960
|
}
|
|
2788
2961
|
),
|
|
2789
|
-
/* @__PURE__ */
|
|
2962
|
+
/* @__PURE__ */ React52.createElement(
|
|
2790
2963
|
"path",
|
|
2791
2964
|
{
|
|
2792
2965
|
fillRule: "evenodd",
|
|
@@ -2795,7 +2968,7 @@ var init_GasHeating = __esm({
|
|
|
2795
2968
|
fill: "currentColor"
|
|
2796
2969
|
}
|
|
2797
2970
|
),
|
|
2798
|
-
/* @__PURE__ */
|
|
2971
|
+
/* @__PURE__ */ React52.createElement(
|
|
2799
2972
|
"path",
|
|
2800
2973
|
{
|
|
2801
2974
|
fillRule: "evenodd",
|
|
@@ -2815,7 +2988,7 @@ var Heating_exports = {};
|
|
|
2815
2988
|
__export(Heating_exports, {
|
|
2816
2989
|
default: () => Heating_default
|
|
2817
2990
|
});
|
|
2818
|
-
import * as
|
|
2991
|
+
import * as React53 from "react";
|
|
2819
2992
|
var SvgHeating, Heating_default;
|
|
2820
2993
|
var init_Heating = __esm({
|
|
2821
2994
|
"src/react/Heating.tsx"() {
|
|
@@ -2823,7 +2996,7 @@ var init_Heating = __esm({
|
|
|
2823
2996
|
init_types();
|
|
2824
2997
|
SvgHeating = ({ size = 16, ...props }) => {
|
|
2825
2998
|
const sizeValue = resolveSize(size);
|
|
2826
|
-
return /* @__PURE__ */
|
|
2999
|
+
return /* @__PURE__ */ React53.createElement(
|
|
2827
3000
|
"svg",
|
|
2828
3001
|
{
|
|
2829
3002
|
width: sizeValue,
|
|
@@ -2833,7 +3006,7 @@ var init_Heating = __esm({
|
|
|
2833
3006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2834
3007
|
...props
|
|
2835
3008
|
},
|
|
2836
|
-
/* @__PURE__ */
|
|
3009
|
+
/* @__PURE__ */ React53.createElement(
|
|
2837
3010
|
"path",
|
|
2838
3011
|
{
|
|
2839
3012
|
fillRule: "evenodd",
|
|
@@ -2842,7 +3015,7 @@ var init_Heating = __esm({
|
|
|
2842
3015
|
fill: "currentColor"
|
|
2843
3016
|
}
|
|
2844
3017
|
),
|
|
2845
|
-
/* @__PURE__ */
|
|
3018
|
+
/* @__PURE__ */ React53.createElement(
|
|
2846
3019
|
"path",
|
|
2847
3020
|
{
|
|
2848
3021
|
fillRule: "evenodd",
|
|
@@ -2851,7 +3024,7 @@ var init_Heating = __esm({
|
|
|
2851
3024
|
fill: "currentColor"
|
|
2852
3025
|
}
|
|
2853
3026
|
),
|
|
2854
|
-
/* @__PURE__ */
|
|
3027
|
+
/* @__PURE__ */ React53.createElement(
|
|
2855
3028
|
"path",
|
|
2856
3029
|
{
|
|
2857
3030
|
fillRule: "evenodd",
|
|
@@ -2860,7 +3033,7 @@ var init_Heating = __esm({
|
|
|
2860
3033
|
fill: "currentColor"
|
|
2861
3034
|
}
|
|
2862
3035
|
),
|
|
2863
|
-
/* @__PURE__ */
|
|
3036
|
+
/* @__PURE__ */ React53.createElement(
|
|
2864
3037
|
"path",
|
|
2865
3038
|
{
|
|
2866
3039
|
fillRule: "evenodd",
|
|
@@ -2869,7 +3042,7 @@ var init_Heating = __esm({
|
|
|
2869
3042
|
fill: "currentColor"
|
|
2870
3043
|
}
|
|
2871
3044
|
),
|
|
2872
|
-
/* @__PURE__ */
|
|
3045
|
+
/* @__PURE__ */ React53.createElement(
|
|
2873
3046
|
"path",
|
|
2874
3047
|
{
|
|
2875
3048
|
fillRule: "evenodd",
|
|
@@ -2878,7 +3051,7 @@ var init_Heating = __esm({
|
|
|
2878
3051
|
fill: "currentColor"
|
|
2879
3052
|
}
|
|
2880
3053
|
),
|
|
2881
|
-
/* @__PURE__ */
|
|
3054
|
+
/* @__PURE__ */ React53.createElement(
|
|
2882
3055
|
"path",
|
|
2883
3056
|
{
|
|
2884
3057
|
fillRule: "evenodd",
|
|
@@ -2898,7 +3071,7 @@ var HelpCircle_exports = {};
|
|
|
2898
3071
|
__export(HelpCircle_exports, {
|
|
2899
3072
|
default: () => HelpCircle_default
|
|
2900
3073
|
});
|
|
2901
|
-
import * as
|
|
3074
|
+
import * as React54 from "react";
|
|
2902
3075
|
var SvgHelpCircle, HelpCircle_default;
|
|
2903
3076
|
var init_HelpCircle = __esm({
|
|
2904
3077
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -2906,7 +3079,7 @@ var init_HelpCircle = __esm({
|
|
|
2906
3079
|
init_types();
|
|
2907
3080
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
2908
3081
|
const sizeValue = resolveSize(size);
|
|
2909
|
-
return /* @__PURE__ */
|
|
3082
|
+
return /* @__PURE__ */ React54.createElement(
|
|
2910
3083
|
"svg",
|
|
2911
3084
|
{
|
|
2912
3085
|
width: sizeValue,
|
|
@@ -2916,7 +3089,7 @@ var init_HelpCircle = __esm({
|
|
|
2916
3089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2917
3090
|
...props
|
|
2918
3091
|
},
|
|
2919
|
-
/* @__PURE__ */
|
|
3092
|
+
/* @__PURE__ */ React54.createElement(
|
|
2920
3093
|
"path",
|
|
2921
3094
|
{
|
|
2922
3095
|
fillRule: "evenodd",
|
|
@@ -2925,7 +3098,7 @@ var init_HelpCircle = __esm({
|
|
|
2925
3098
|
fill: "currentColor"
|
|
2926
3099
|
}
|
|
2927
3100
|
),
|
|
2928
|
-
/* @__PURE__ */
|
|
3101
|
+
/* @__PURE__ */ React54.createElement(
|
|
2929
3102
|
"path",
|
|
2930
3103
|
{
|
|
2931
3104
|
fillRule: "evenodd",
|
|
@@ -2934,7 +3107,7 @@ var init_HelpCircle = __esm({
|
|
|
2934
3107
|
fill: "currentColor"
|
|
2935
3108
|
}
|
|
2936
3109
|
),
|
|
2937
|
-
/* @__PURE__ */
|
|
3110
|
+
/* @__PURE__ */ React54.createElement(
|
|
2938
3111
|
"path",
|
|
2939
3112
|
{
|
|
2940
3113
|
fillRule: "evenodd",
|
|
@@ -2954,7 +3127,7 @@ var HomeFilled_exports = {};
|
|
|
2954
3127
|
__export(HomeFilled_exports, {
|
|
2955
3128
|
default: () => HomeFilled_default
|
|
2956
3129
|
});
|
|
2957
|
-
import * as
|
|
3130
|
+
import * as React55 from "react";
|
|
2958
3131
|
var SvgHomeFilled, HomeFilled_default;
|
|
2959
3132
|
var init_HomeFilled = __esm({
|
|
2960
3133
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -2962,7 +3135,7 @@ var init_HomeFilled = __esm({
|
|
|
2962
3135
|
init_types();
|
|
2963
3136
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
2964
3137
|
const sizeValue = resolveSize(size);
|
|
2965
|
-
return /* @__PURE__ */
|
|
3138
|
+
return /* @__PURE__ */ React55.createElement(
|
|
2966
3139
|
"svg",
|
|
2967
3140
|
{
|
|
2968
3141
|
width: sizeValue,
|
|
@@ -2972,7 +3145,7 @@ var init_HomeFilled = __esm({
|
|
|
2972
3145
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2973
3146
|
...props
|
|
2974
3147
|
},
|
|
2975
|
-
/* @__PURE__ */
|
|
3148
|
+
/* @__PURE__ */ React55.createElement(
|
|
2976
3149
|
"path",
|
|
2977
3150
|
{
|
|
2978
3151
|
d: "M9.78125 3.47949C11.1248 2.58376 12.8752 2.58376 14.2188 3.47949L19.2188 6.8125C20.3315 7.5543 20.9999 8.80333 21 10.1406V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V10.1406C3.00011 8.80333 3.66855 7.5543 4.78125 6.8125L9.78125 3.47949ZM11 11.5928C9.89548 11.5928 9.00008 12.4883 9 13.5928V18.9629C9 19.5152 9.44772 19.9629 10 19.9629H14C14.5523 19.9629 15 19.5152 15 18.9629V13.5928C14.9999 12.4883 14.1045 11.5928 13 11.5928H11Z",
|
|
@@ -2990,7 +3163,7 @@ var HomeLinear_exports = {};
|
|
|
2990
3163
|
__export(HomeLinear_exports, {
|
|
2991
3164
|
default: () => HomeLinear_default
|
|
2992
3165
|
});
|
|
2993
|
-
import * as
|
|
3166
|
+
import * as React56 from "react";
|
|
2994
3167
|
var SvgHomeLinear, HomeLinear_default;
|
|
2995
3168
|
var init_HomeLinear = __esm({
|
|
2996
3169
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -2998,7 +3171,7 @@ var init_HomeLinear = __esm({
|
|
|
2998
3171
|
init_types();
|
|
2999
3172
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
3000
3173
|
const sizeValue = resolveSize(size);
|
|
3001
|
-
return /* @__PURE__ */
|
|
3174
|
+
return /* @__PURE__ */ React56.createElement(
|
|
3002
3175
|
"svg",
|
|
3003
3176
|
{
|
|
3004
3177
|
width: sizeValue,
|
|
@@ -3008,7 +3181,7 @@ var init_HomeLinear = __esm({
|
|
|
3008
3181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3009
3182
|
...props
|
|
3010
3183
|
},
|
|
3011
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ React56.createElement(
|
|
3012
3185
|
"path",
|
|
3013
3186
|
{
|
|
3014
3187
|
fillRule: "evenodd",
|
|
@@ -3028,7 +3201,7 @@ var IconSlot_exports = {};
|
|
|
3028
3201
|
__export(IconSlot_exports, {
|
|
3029
3202
|
default: () => IconSlot_default
|
|
3030
3203
|
});
|
|
3031
|
-
import * as
|
|
3204
|
+
import * as React57 from "react";
|
|
3032
3205
|
var SvgIconSlot, IconSlot_default;
|
|
3033
3206
|
var init_IconSlot = __esm({
|
|
3034
3207
|
"src/react/IconSlot.tsx"() {
|
|
@@ -3036,7 +3209,7 @@ var init_IconSlot = __esm({
|
|
|
3036
3209
|
init_types();
|
|
3037
3210
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
3038
3211
|
const sizeValue = resolveSize(size);
|
|
3039
|
-
return /* @__PURE__ */
|
|
3212
|
+
return /* @__PURE__ */ React57.createElement(
|
|
3040
3213
|
"svg",
|
|
3041
3214
|
{
|
|
3042
3215
|
width: sizeValue,
|
|
@@ -3046,7 +3219,7 @@ var init_IconSlot = __esm({
|
|
|
3046
3219
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3047
3220
|
...props
|
|
3048
3221
|
},
|
|
3049
|
-
/* @__PURE__ */
|
|
3222
|
+
/* @__PURE__ */ React57.createElement(
|
|
3050
3223
|
"path",
|
|
3051
3224
|
{
|
|
3052
3225
|
d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
|
|
@@ -3064,7 +3237,7 @@ var Image_exports = {};
|
|
|
3064
3237
|
__export(Image_exports, {
|
|
3065
3238
|
default: () => Image_default
|
|
3066
3239
|
});
|
|
3067
|
-
import * as
|
|
3240
|
+
import * as React58 from "react";
|
|
3068
3241
|
var SvgImage, Image_default;
|
|
3069
3242
|
var init_Image = __esm({
|
|
3070
3243
|
"src/react/Image.tsx"() {
|
|
@@ -3072,7 +3245,7 @@ var init_Image = __esm({
|
|
|
3072
3245
|
init_types();
|
|
3073
3246
|
SvgImage = ({ size = 16, ...props }) => {
|
|
3074
3247
|
const sizeValue = resolveSize(size);
|
|
3075
|
-
return /* @__PURE__ */
|
|
3248
|
+
return /* @__PURE__ */ React58.createElement(
|
|
3076
3249
|
"svg",
|
|
3077
3250
|
{
|
|
3078
3251
|
width: sizeValue,
|
|
@@ -3082,36 +3255,119 @@ var init_Image = __esm({
|
|
|
3082
3255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3083
3256
|
...props
|
|
3084
3257
|
},
|
|
3085
|
-
/* @__PURE__ */
|
|
3258
|
+
/* @__PURE__ */ React58.createElement(
|
|
3259
|
+
"path",
|
|
3260
|
+
{
|
|
3261
|
+
fillRule: "evenodd",
|
|
3262
|
+
clipRule: "evenodd",
|
|
3263
|
+
d: "M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z",
|
|
3264
|
+
fill: "currentColor"
|
|
3265
|
+
}
|
|
3266
|
+
),
|
|
3267
|
+
/* @__PURE__ */ React58.createElement(
|
|
3268
|
+
"path",
|
|
3269
|
+
{
|
|
3270
|
+
fillRule: "evenodd",
|
|
3271
|
+
clipRule: "evenodd",
|
|
3272
|
+
d: "M9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8ZM6 9C6 7.34315 7.34315 6 9 6C10.6569 6 12 7.34315 12 9C12 10.6569 10.6569 12 9 12C7.34315 12 6 10.6569 6 9Z",
|
|
3273
|
+
fill: "currentColor"
|
|
3274
|
+
}
|
|
3275
|
+
),
|
|
3276
|
+
/* @__PURE__ */ React58.createElement(
|
|
3277
|
+
"path",
|
|
3278
|
+
{
|
|
3279
|
+
fillRule: "evenodd",
|
|
3280
|
+
clipRule: "evenodd",
|
|
3281
|
+
d: "M14.379 11.2068C14.9416 10.6444 15.7045 10.3284 16.5 10.3284C17.2955 10.3284 18.0584 10.6444 18.621 11.2068L21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071C21.3166 16.0976 20.6834 16.0976 20.2929 15.7071L17.207 12.6212C17.207 12.6212 17.207 12.6212 17.207 12.6212C17.0195 12.4338 16.7651 12.3284 16.5 12.3284C16.2349 12.3284 15.9806 12.4337 15.7931 12.6211C15.7931 12.6211 15.7931 12.6211 15.7931 12.6211L6.70711 21.7071C6.31658 22.0976 5.68342 22.0976 5.29289 21.7071C4.90237 21.3166 4.90237 20.6834 5.29289 20.2929L14.379 11.2068Z",
|
|
3282
|
+
fill: "currentColor"
|
|
3283
|
+
}
|
|
3284
|
+
)
|
|
3285
|
+
);
|
|
3286
|
+
};
|
|
3287
|
+
Image_default = SvgImage;
|
|
3288
|
+
}
|
|
3289
|
+
});
|
|
3290
|
+
|
|
3291
|
+
// src/react/ImageOff.tsx
|
|
3292
|
+
var ImageOff_exports = {};
|
|
3293
|
+
__export(ImageOff_exports, {
|
|
3294
|
+
default: () => ImageOff_default
|
|
3295
|
+
});
|
|
3296
|
+
import * as React59 from "react";
|
|
3297
|
+
var SvgImageOff, ImageOff_default;
|
|
3298
|
+
var init_ImageOff = __esm({
|
|
3299
|
+
"src/react/ImageOff.tsx"() {
|
|
3300
|
+
"use strict";
|
|
3301
|
+
init_types();
|
|
3302
|
+
SvgImageOff = ({ size = 16, ...props }) => {
|
|
3303
|
+
const sizeValue = resolveSize(size);
|
|
3304
|
+
return /* @__PURE__ */ React59.createElement(
|
|
3305
|
+
"svg",
|
|
3306
|
+
{
|
|
3307
|
+
width: sizeValue,
|
|
3308
|
+
height: sizeValue,
|
|
3309
|
+
viewBox: "0 0 24 24",
|
|
3310
|
+
fill: "none",
|
|
3311
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3312
|
+
...props
|
|
3313
|
+
},
|
|
3314
|
+
/* @__PURE__ */ React59.createElement(
|
|
3315
|
+
"path",
|
|
3316
|
+
{
|
|
3317
|
+
fillRule: "evenodd",
|
|
3318
|
+
clipRule: "evenodd",
|
|
3319
|
+
d: "M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z",
|
|
3320
|
+
fill: "currentColor"
|
|
3321
|
+
}
|
|
3322
|
+
),
|
|
3323
|
+
/* @__PURE__ */ React59.createElement(
|
|
3086
3324
|
"path",
|
|
3087
3325
|
{
|
|
3088
3326
|
fillRule: "evenodd",
|
|
3089
3327
|
clipRule: "evenodd",
|
|
3090
|
-
d: "
|
|
3328
|
+
d: "M8.28711 6.87289C8.67763 7.26342 8.67763 7.89658 8.28711 8.28711C8.19415 8.38007 8.1204 8.49043 8.07009 8.61189C8.01978 8.73335 7.99389 8.86353 7.99389 8.995C7.99389 9.12647 8.01978 9.25665 8.07009 9.37811C8.1204 9.49957 8.19415 9.60993 8.28711 9.70289C8.38007 9.79586 8.49043 9.8696 8.61189 9.91991C8.73335 9.97022 8.86353 9.99611 8.995 9.99611C9.12647 9.99611 9.25665 9.97022 9.37811 9.91991C9.49957 9.8696 9.60993 9.79586 9.70289 9.70289C10.0934 9.31237 10.7266 9.31237 11.1171 9.70289C11.5076 10.0934 11.5076 10.7266 11.1171 11.1171C10.8384 11.3958 10.5076 11.6168 10.1435 11.7677C9.77936 11.9185 9.38911 11.9961 8.995 11.9961C8.60089 11.9961 8.21064 11.9185 7.84652 11.7677C7.48241 11.6168 7.15157 11.3958 6.87289 11.1171C6.59421 10.8384 6.37315 10.5076 6.22233 10.1435C6.07151 9.77936 5.99389 9.38911 5.99389 8.995C5.99389 8.60089 6.07151 8.21064 6.22233 7.84652C6.37315 7.48241 6.59421 7.15157 6.87289 6.87289C7.26342 6.48237 7.89658 6.48237 8.28711 6.87289Z",
|
|
3091
3329
|
fill: "currentColor"
|
|
3092
3330
|
}
|
|
3093
3331
|
),
|
|
3094
|
-
/* @__PURE__ */
|
|
3332
|
+
/* @__PURE__ */ React59.createElement(
|
|
3095
3333
|
"path",
|
|
3096
3334
|
{
|
|
3097
3335
|
fillRule: "evenodd",
|
|
3098
3336
|
clipRule: "evenodd",
|
|
3099
|
-
d: "
|
|
3337
|
+
d: "M14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071L6.70711 21.7071C6.31658 22.0976 5.68342 22.0976 5.29289 21.7071C4.90237 21.3166 4.90237 20.6834 5.29289 20.2929L12.7929 12.7929C13.1834 12.4024 13.8166 12.4024 14.2071 12.7929Z",
|
|
3100
3338
|
fill: "currentColor"
|
|
3101
3339
|
}
|
|
3102
3340
|
),
|
|
3103
|
-
/* @__PURE__ */
|
|
3341
|
+
/* @__PURE__ */ React59.createElement(
|
|
3104
3342
|
"path",
|
|
3105
3343
|
{
|
|
3106
3344
|
fillRule: "evenodd",
|
|
3107
3345
|
clipRule: "evenodd",
|
|
3108
|
-
d: "
|
|
3346
|
+
d: "M17.2929 11.2929C17.6834 10.9024 18.3166 10.9024 18.7071 11.2929L21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071C21.3166 16.0976 20.6834 16.0976 20.2929 15.7071L17.2929 12.7071C16.9024 12.3166 16.9024 11.6834 17.2929 11.2929Z",
|
|
3347
|
+
fill: "currentColor"
|
|
3348
|
+
}
|
|
3349
|
+
),
|
|
3350
|
+
/* @__PURE__ */ React59.createElement(
|
|
3351
|
+
"path",
|
|
3352
|
+
{
|
|
3353
|
+
fillRule: "evenodd",
|
|
3354
|
+
clipRule: "evenodd",
|
|
3355
|
+
d: "M4.30068 2.88648C4.68922 3.27898 4.68601 3.91214 4.29352 4.30068C4.20077 4.39249 4.1271 4.50172 4.07673 4.62211C4.02647 4.74222 4.00039 4.87106 4 5.00126V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2794 20 19.522 19.8897 19.6913 19.7146C20.0754 19.3177 20.7084 19.3073 21.1054 19.6913C21.5023 20.0754 21.5127 20.7084 21.1287 21.1054C20.582 21.6703 19.8206 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V4.99786C2.00084 4.60374 2.0796 4.21367 2.23173 3.85009C2.38387 3.48651 2.60639 3.15659 2.88648 2.87932C3.27898 2.49078 3.91214 2.49399 4.30068 2.88648Z",
|
|
3356
|
+
fill: "currentColor"
|
|
3357
|
+
}
|
|
3358
|
+
),
|
|
3359
|
+
/* @__PURE__ */ React59.createElement(
|
|
3360
|
+
"path",
|
|
3361
|
+
{
|
|
3362
|
+
fillRule: "evenodd",
|
|
3363
|
+
clipRule: "evenodd",
|
|
3364
|
+
d: "M8 3C8 2.44772 8.44772 2 9 2H19C19.7957 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V15C22 15.5523 21.5523 16 21 16C20.4477 16 20 15.5523 20 15V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H9C8.44772 4 8 3.55228 8 3Z",
|
|
3109
3365
|
fill: "currentColor"
|
|
3110
3366
|
}
|
|
3111
3367
|
)
|
|
3112
3368
|
);
|
|
3113
3369
|
};
|
|
3114
|
-
|
|
3370
|
+
ImageOff_default = SvgImageOff;
|
|
3115
3371
|
}
|
|
3116
3372
|
});
|
|
3117
3373
|
|
|
@@ -3120,7 +3376,7 @@ var Info_exports = {};
|
|
|
3120
3376
|
__export(Info_exports, {
|
|
3121
3377
|
default: () => Info_default
|
|
3122
3378
|
});
|
|
3123
|
-
import * as
|
|
3379
|
+
import * as React60 from "react";
|
|
3124
3380
|
var SvgInfo, Info_default;
|
|
3125
3381
|
var init_Info = __esm({
|
|
3126
3382
|
"src/react/Info.tsx"() {
|
|
@@ -3128,7 +3384,7 @@ var init_Info = __esm({
|
|
|
3128
3384
|
init_types();
|
|
3129
3385
|
SvgInfo = ({ size = 16, ...props }) => {
|
|
3130
3386
|
const sizeValue = resolveSize(size);
|
|
3131
|
-
return /* @__PURE__ */
|
|
3387
|
+
return /* @__PURE__ */ React60.createElement(
|
|
3132
3388
|
"svg",
|
|
3133
3389
|
{
|
|
3134
3390
|
width: sizeValue,
|
|
@@ -3138,7 +3394,7 @@ var init_Info = __esm({
|
|
|
3138
3394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3139
3395
|
...props
|
|
3140
3396
|
},
|
|
3141
|
-
/* @__PURE__ */
|
|
3397
|
+
/* @__PURE__ */ React60.createElement(
|
|
3142
3398
|
"path",
|
|
3143
3399
|
{
|
|
3144
3400
|
fillRule: "evenodd",
|
|
@@ -3147,7 +3403,7 @@ var init_Info = __esm({
|
|
|
3147
3403
|
fill: "currentColor"
|
|
3148
3404
|
}
|
|
3149
3405
|
),
|
|
3150
|
-
/* @__PURE__ */
|
|
3406
|
+
/* @__PURE__ */ React60.createElement(
|
|
3151
3407
|
"path",
|
|
3152
3408
|
{
|
|
3153
3409
|
fillRule: "evenodd",
|
|
@@ -3156,7 +3412,7 @@ var init_Info = __esm({
|
|
|
3156
3412
|
fill: "currentColor"
|
|
3157
3413
|
}
|
|
3158
3414
|
),
|
|
3159
|
-
/* @__PURE__ */
|
|
3415
|
+
/* @__PURE__ */ React60.createElement(
|
|
3160
3416
|
"path",
|
|
3161
3417
|
{
|
|
3162
3418
|
fillRule: "evenodd",
|
|
@@ -3176,7 +3432,7 @@ var Keys01_exports = {};
|
|
|
3176
3432
|
__export(Keys01_exports, {
|
|
3177
3433
|
default: () => Keys01_default
|
|
3178
3434
|
});
|
|
3179
|
-
import * as
|
|
3435
|
+
import * as React61 from "react";
|
|
3180
3436
|
var SvgKeys01, Keys01_default;
|
|
3181
3437
|
var init_Keys01 = __esm({
|
|
3182
3438
|
"src/react/Keys01.tsx"() {
|
|
@@ -3184,7 +3440,7 @@ var init_Keys01 = __esm({
|
|
|
3184
3440
|
init_types();
|
|
3185
3441
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
3186
3442
|
const sizeValue = resolveSize(size);
|
|
3187
|
-
return /* @__PURE__ */
|
|
3443
|
+
return /* @__PURE__ */ React61.createElement(
|
|
3188
3444
|
"svg",
|
|
3189
3445
|
{
|
|
3190
3446
|
width: sizeValue,
|
|
@@ -3194,7 +3450,7 @@ var init_Keys01 = __esm({
|
|
|
3194
3450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3195
3451
|
...props
|
|
3196
3452
|
},
|
|
3197
|
-
/* @__PURE__ */
|
|
3453
|
+
/* @__PURE__ */ React61.createElement(
|
|
3198
3454
|
"path",
|
|
3199
3455
|
{
|
|
3200
3456
|
fillRule: "evenodd",
|
|
@@ -3203,7 +3459,7 @@ var init_Keys01 = __esm({
|
|
|
3203
3459
|
fill: "currentColor"
|
|
3204
3460
|
}
|
|
3205
3461
|
),
|
|
3206
|
-
/* @__PURE__ */
|
|
3462
|
+
/* @__PURE__ */ React61.createElement(
|
|
3207
3463
|
"path",
|
|
3208
3464
|
{
|
|
3209
3465
|
fillRule: "evenodd",
|
|
@@ -3212,7 +3468,7 @@ var init_Keys01 = __esm({
|
|
|
3212
3468
|
fill: "currentColor"
|
|
3213
3469
|
}
|
|
3214
3470
|
),
|
|
3215
|
-
/* @__PURE__ */
|
|
3471
|
+
/* @__PURE__ */ React61.createElement(
|
|
3216
3472
|
"path",
|
|
3217
3473
|
{
|
|
3218
3474
|
fillRule: "evenodd",
|
|
@@ -3232,7 +3488,7 @@ var LeadsFilled_exports = {};
|
|
|
3232
3488
|
__export(LeadsFilled_exports, {
|
|
3233
3489
|
default: () => LeadsFilled_default
|
|
3234
3490
|
});
|
|
3235
|
-
import * as
|
|
3491
|
+
import * as React62 from "react";
|
|
3236
3492
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
3237
3493
|
var init_LeadsFilled = __esm({
|
|
3238
3494
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -3240,7 +3496,7 @@ var init_LeadsFilled = __esm({
|
|
|
3240
3496
|
init_types();
|
|
3241
3497
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
3242
3498
|
const sizeValue = resolveSize(size);
|
|
3243
|
-
return /* @__PURE__ */
|
|
3499
|
+
return /* @__PURE__ */ React62.createElement(
|
|
3244
3500
|
"svg",
|
|
3245
3501
|
{
|
|
3246
3502
|
width: sizeValue,
|
|
@@ -3250,7 +3506,7 @@ var init_LeadsFilled = __esm({
|
|
|
3250
3506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3251
3507
|
...props
|
|
3252
3508
|
},
|
|
3253
|
-
/* @__PURE__ */
|
|
3509
|
+
/* @__PURE__ */ React62.createElement(
|
|
3254
3510
|
"path",
|
|
3255
3511
|
{
|
|
3256
3512
|
fillRule: "evenodd",
|
|
@@ -3259,7 +3515,7 @@ var init_LeadsFilled = __esm({
|
|
|
3259
3515
|
fill: "currentColor"
|
|
3260
3516
|
}
|
|
3261
3517
|
),
|
|
3262
|
-
/* @__PURE__ */
|
|
3518
|
+
/* @__PURE__ */ React62.createElement(
|
|
3263
3519
|
"path",
|
|
3264
3520
|
{
|
|
3265
3521
|
fillRule: "evenodd",
|
|
@@ -3268,7 +3524,7 @@ var init_LeadsFilled = __esm({
|
|
|
3268
3524
|
fill: "currentColor"
|
|
3269
3525
|
}
|
|
3270
3526
|
),
|
|
3271
|
-
/* @__PURE__ */
|
|
3527
|
+
/* @__PURE__ */ React62.createElement(
|
|
3272
3528
|
"path",
|
|
3273
3529
|
{
|
|
3274
3530
|
fillRule: "evenodd",
|
|
@@ -3277,7 +3533,7 @@ var init_LeadsFilled = __esm({
|
|
|
3277
3533
|
fill: "currentColor"
|
|
3278
3534
|
}
|
|
3279
3535
|
),
|
|
3280
|
-
/* @__PURE__ */
|
|
3536
|
+
/* @__PURE__ */ React62.createElement(
|
|
3281
3537
|
"path",
|
|
3282
3538
|
{
|
|
3283
3539
|
fillRule: "evenodd",
|
|
@@ -3297,7 +3553,7 @@ var LeadsLinear_exports = {};
|
|
|
3297
3553
|
__export(LeadsLinear_exports, {
|
|
3298
3554
|
default: () => LeadsLinear_default
|
|
3299
3555
|
});
|
|
3300
|
-
import * as
|
|
3556
|
+
import * as React63 from "react";
|
|
3301
3557
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
3302
3558
|
var init_LeadsLinear = __esm({
|
|
3303
3559
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -3305,7 +3561,7 @@ var init_LeadsLinear = __esm({
|
|
|
3305
3561
|
init_types();
|
|
3306
3562
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
3307
3563
|
const sizeValue = resolveSize(size);
|
|
3308
|
-
return /* @__PURE__ */
|
|
3564
|
+
return /* @__PURE__ */ React63.createElement(
|
|
3309
3565
|
"svg",
|
|
3310
3566
|
{
|
|
3311
3567
|
width: sizeValue,
|
|
@@ -3315,7 +3571,7 @@ var init_LeadsLinear = __esm({
|
|
|
3315
3571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3316
3572
|
...props
|
|
3317
3573
|
},
|
|
3318
|
-
/* @__PURE__ */
|
|
3574
|
+
/* @__PURE__ */ React63.createElement(
|
|
3319
3575
|
"path",
|
|
3320
3576
|
{
|
|
3321
3577
|
fillRule: "evenodd",
|
|
@@ -3324,7 +3580,7 @@ var init_LeadsLinear = __esm({
|
|
|
3324
3580
|
fill: "currentColor"
|
|
3325
3581
|
}
|
|
3326
3582
|
),
|
|
3327
|
-
/* @__PURE__ */
|
|
3583
|
+
/* @__PURE__ */ React63.createElement(
|
|
3328
3584
|
"path",
|
|
3329
3585
|
{
|
|
3330
3586
|
fillRule: "evenodd",
|
|
@@ -3333,7 +3589,7 @@ var init_LeadsLinear = __esm({
|
|
|
3333
3589
|
fill: "currentColor"
|
|
3334
3590
|
}
|
|
3335
3591
|
),
|
|
3336
|
-
/* @__PURE__ */
|
|
3592
|
+
/* @__PURE__ */ React63.createElement(
|
|
3337
3593
|
"path",
|
|
3338
3594
|
{
|
|
3339
3595
|
fillRule: "evenodd",
|
|
@@ -3342,7 +3598,7 @@ var init_LeadsLinear = __esm({
|
|
|
3342
3598
|
fill: "currentColor"
|
|
3343
3599
|
}
|
|
3344
3600
|
),
|
|
3345
|
-
/* @__PURE__ */
|
|
3601
|
+
/* @__PURE__ */ React63.createElement(
|
|
3346
3602
|
"path",
|
|
3347
3603
|
{
|
|
3348
3604
|
fillRule: "evenodd",
|
|
@@ -3362,7 +3618,7 @@ var Lift_exports = {};
|
|
|
3362
3618
|
__export(Lift_exports, {
|
|
3363
3619
|
default: () => Lift_default
|
|
3364
3620
|
});
|
|
3365
|
-
import * as
|
|
3621
|
+
import * as React64 from "react";
|
|
3366
3622
|
var SvgLift, Lift_default;
|
|
3367
3623
|
var init_Lift = __esm({
|
|
3368
3624
|
"src/react/Lift.tsx"() {
|
|
@@ -3370,7 +3626,7 @@ var init_Lift = __esm({
|
|
|
3370
3626
|
init_types();
|
|
3371
3627
|
SvgLift = ({ size = 16, ...props }) => {
|
|
3372
3628
|
const sizeValue = resolveSize(size);
|
|
3373
|
-
return /* @__PURE__ */
|
|
3629
|
+
return /* @__PURE__ */ React64.createElement(
|
|
3374
3630
|
"svg",
|
|
3375
3631
|
{
|
|
3376
3632
|
width: sizeValue,
|
|
@@ -3380,7 +3636,7 @@ var init_Lift = __esm({
|
|
|
3380
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3381
3637
|
...props
|
|
3382
3638
|
},
|
|
3383
|
-
/* @__PURE__ */
|
|
3639
|
+
/* @__PURE__ */ React64.createElement(
|
|
3384
3640
|
"path",
|
|
3385
3641
|
{
|
|
3386
3642
|
d: "M12.9004 21.0791H15.3779V12.4785H12.9004V21.0791ZM8.62207 21.0791H11.0996V12.4785H8.62207V21.0791ZM16.4277 5.78809C16.8206 5.48406 17.3861 5.55643 17.6904 5.94922C17.9944 6.34213 17.9221 6.90761 17.5293 7.21191L15.5508 8.74512C15.2264 8.99642 14.7727 8.99635 14.4482 8.74512L12.4688 7.21191C12.0759 6.90759 12.0045 6.34214 12.3086 5.94922C12.6129 5.55639 13.1784 5.48395 13.5713 5.78809L14.999 6.89453L16.4277 5.78809ZM8.42773 5.78809C8.75207 5.53682 9.20583 5.53704 9.53027 5.78809L11.5098 7.32227C11.9025 7.62672 11.9743 8.19209 11.6699 8.58496C11.3655 8.97759 10.8 9.0494 10.4072 8.74512L8.97852 7.63867L7.55176 8.74512C7.15896 9.04943 6.59356 8.97754 6.28906 8.58496C5.98467 8.19206 6.05636 7.6267 6.44922 7.32227L8.42773 5.78809ZM17.1777 21.0791H19.9961V4.47949C19.9961 4.14823 19.7277 3.88006 19.3965 3.87988H4.60449C4.27312 3.87988 4.00488 4.14812 4.00488 4.47949V21.0791H6.82227V12.2119C6.82231 11.3309 7.55547 10.6788 8.38184 10.6787H15.6182C16.4445 10.6788 17.1777 11.3309 17.1777 12.2119V21.0791ZM21.7959 21.0996C21.7959 22.0824 20.9994 22.8798 20.0166 22.8799H3.98438C3.00151 22.8799 2.2041 22.0825 2.2041 21.0996V4.47949C2.2041 3.15401 3.27901 2.0791 4.60449 2.0791H19.3965C20.7218 2.07928 21.7959 3.15412 21.7959 4.47949V21.0996Z",
|
|
@@ -3398,7 +3654,7 @@ var Lock_exports = {};
|
|
|
3398
3654
|
__export(Lock_exports, {
|
|
3399
3655
|
default: () => Lock_default
|
|
3400
3656
|
});
|
|
3401
|
-
import * as
|
|
3657
|
+
import * as React65 from "react";
|
|
3402
3658
|
var SvgLock, Lock_default;
|
|
3403
3659
|
var init_Lock = __esm({
|
|
3404
3660
|
"src/react/Lock.tsx"() {
|
|
@@ -3406,7 +3662,7 @@ var init_Lock = __esm({
|
|
|
3406
3662
|
init_types();
|
|
3407
3663
|
SvgLock = ({ size = 16, ...props }) => {
|
|
3408
3664
|
const sizeValue = resolveSize(size);
|
|
3409
|
-
return /* @__PURE__ */
|
|
3665
|
+
return /* @__PURE__ */ React65.createElement(
|
|
3410
3666
|
"svg",
|
|
3411
3667
|
{
|
|
3412
3668
|
width: sizeValue,
|
|
@@ -3416,7 +3672,7 @@ var init_Lock = __esm({
|
|
|
3416
3672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3417
3673
|
...props
|
|
3418
3674
|
},
|
|
3419
|
-
/* @__PURE__ */
|
|
3675
|
+
/* @__PURE__ */ React65.createElement(
|
|
3420
3676
|
"path",
|
|
3421
3677
|
{
|
|
3422
3678
|
fillRule: "evenodd",
|
|
@@ -3425,7 +3681,7 @@ var init_Lock = __esm({
|
|
|
3425
3681
|
fill: "currentColor"
|
|
3426
3682
|
}
|
|
3427
3683
|
),
|
|
3428
|
-
/* @__PURE__ */
|
|
3684
|
+
/* @__PURE__ */ React65.createElement(
|
|
3429
3685
|
"path",
|
|
3430
3686
|
{
|
|
3431
3687
|
fillRule: "evenodd",
|
|
@@ -3445,7 +3701,7 @@ var Logout_exports = {};
|
|
|
3445
3701
|
__export(Logout_exports, {
|
|
3446
3702
|
default: () => Logout_default
|
|
3447
3703
|
});
|
|
3448
|
-
import * as
|
|
3704
|
+
import * as React66 from "react";
|
|
3449
3705
|
var SvgLogout, Logout_default;
|
|
3450
3706
|
var init_Logout = __esm({
|
|
3451
3707
|
"src/react/Logout.tsx"() {
|
|
@@ -3453,7 +3709,7 @@ var init_Logout = __esm({
|
|
|
3453
3709
|
init_types();
|
|
3454
3710
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
3455
3711
|
const sizeValue = resolveSize(size);
|
|
3456
|
-
return /* @__PURE__ */
|
|
3712
|
+
return /* @__PURE__ */ React66.createElement(
|
|
3457
3713
|
"svg",
|
|
3458
3714
|
{
|
|
3459
3715
|
width: sizeValue,
|
|
@@ -3463,7 +3719,7 @@ var init_Logout = __esm({
|
|
|
3463
3719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3464
3720
|
...props
|
|
3465
3721
|
},
|
|
3466
|
-
/* @__PURE__ */
|
|
3722
|
+
/* @__PURE__ */ React66.createElement(
|
|
3467
3723
|
"path",
|
|
3468
3724
|
{
|
|
3469
3725
|
fillRule: "evenodd",
|
|
@@ -3472,7 +3728,7 @@ var init_Logout = __esm({
|
|
|
3472
3728
|
fill: "currentColor"
|
|
3473
3729
|
}
|
|
3474
3730
|
),
|
|
3475
|
-
/* @__PURE__ */
|
|
3731
|
+
/* @__PURE__ */ React66.createElement(
|
|
3476
3732
|
"path",
|
|
3477
3733
|
{
|
|
3478
3734
|
fillRule: "evenodd",
|
|
@@ -3481,7 +3737,7 @@ var init_Logout = __esm({
|
|
|
3481
3737
|
fill: "currentColor"
|
|
3482
3738
|
}
|
|
3483
3739
|
),
|
|
3484
|
-
/* @__PURE__ */
|
|
3740
|
+
/* @__PURE__ */ React66.createElement(
|
|
3485
3741
|
"path",
|
|
3486
3742
|
{
|
|
3487
3743
|
fillRule: "evenodd",
|
|
@@ -3501,7 +3757,7 @@ var MagicWand_exports = {};
|
|
|
3501
3757
|
__export(MagicWand_exports, {
|
|
3502
3758
|
default: () => MagicWand_default
|
|
3503
3759
|
});
|
|
3504
|
-
import * as
|
|
3760
|
+
import * as React67 from "react";
|
|
3505
3761
|
var SvgMagicWand, MagicWand_default;
|
|
3506
3762
|
var init_MagicWand = __esm({
|
|
3507
3763
|
"src/react/MagicWand.tsx"() {
|
|
@@ -3509,7 +3765,7 @@ var init_MagicWand = __esm({
|
|
|
3509
3765
|
init_types();
|
|
3510
3766
|
SvgMagicWand = ({ size = 16, ...props }) => {
|
|
3511
3767
|
const sizeValue = resolveSize(size);
|
|
3512
|
-
return /* @__PURE__ */
|
|
3768
|
+
return /* @__PURE__ */ React67.createElement(
|
|
3513
3769
|
"svg",
|
|
3514
3770
|
{
|
|
3515
3771
|
width: sizeValue,
|
|
@@ -3519,7 +3775,7 @@ var init_MagicWand = __esm({
|
|
|
3519
3775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3520
3776
|
...props
|
|
3521
3777
|
},
|
|
3522
|
-
/* @__PURE__ */
|
|
3778
|
+
/* @__PURE__ */ React67.createElement(
|
|
3523
3779
|
"path",
|
|
3524
3780
|
{
|
|
3525
3781
|
fillRule: "evenodd",
|
|
@@ -3528,7 +3784,7 @@ var init_MagicWand = __esm({
|
|
|
3528
3784
|
fill: "currentColor"
|
|
3529
3785
|
}
|
|
3530
3786
|
),
|
|
3531
|
-
/* @__PURE__ */
|
|
3787
|
+
/* @__PURE__ */ React67.createElement(
|
|
3532
3788
|
"path",
|
|
3533
3789
|
{
|
|
3534
3790
|
fillRule: "evenodd",
|
|
@@ -3537,7 +3793,7 @@ var init_MagicWand = __esm({
|
|
|
3537
3793
|
fill: "currentColor"
|
|
3538
3794
|
}
|
|
3539
3795
|
),
|
|
3540
|
-
/* @__PURE__ */
|
|
3796
|
+
/* @__PURE__ */ React67.createElement(
|
|
3541
3797
|
"path",
|
|
3542
3798
|
{
|
|
3543
3799
|
fillRule: "evenodd",
|
|
@@ -3546,7 +3802,7 @@ var init_MagicWand = __esm({
|
|
|
3546
3802
|
fill: "currentColor"
|
|
3547
3803
|
}
|
|
3548
3804
|
),
|
|
3549
|
-
/* @__PURE__ */
|
|
3805
|
+
/* @__PURE__ */ React67.createElement(
|
|
3550
3806
|
"path",
|
|
3551
3807
|
{
|
|
3552
3808
|
fillRule: "evenodd",
|
|
@@ -3555,7 +3811,7 @@ var init_MagicWand = __esm({
|
|
|
3555
3811
|
fill: "currentColor"
|
|
3556
3812
|
}
|
|
3557
3813
|
),
|
|
3558
|
-
/* @__PURE__ */
|
|
3814
|
+
/* @__PURE__ */ React67.createElement(
|
|
3559
3815
|
"path",
|
|
3560
3816
|
{
|
|
3561
3817
|
fillRule: "evenodd",
|
|
@@ -3564,7 +3820,7 @@ var init_MagicWand = __esm({
|
|
|
3564
3820
|
fill: "currentColor"
|
|
3565
3821
|
}
|
|
3566
3822
|
),
|
|
3567
|
-
/* @__PURE__ */
|
|
3823
|
+
/* @__PURE__ */ React67.createElement(
|
|
3568
3824
|
"path",
|
|
3569
3825
|
{
|
|
3570
3826
|
fillRule: "evenodd",
|
|
@@ -3573,7 +3829,7 @@ var init_MagicWand = __esm({
|
|
|
3573
3829
|
fill: "currentColor"
|
|
3574
3830
|
}
|
|
3575
3831
|
),
|
|
3576
|
-
/* @__PURE__ */
|
|
3832
|
+
/* @__PURE__ */ React67.createElement(
|
|
3577
3833
|
"path",
|
|
3578
3834
|
{
|
|
3579
3835
|
fillRule: "evenodd",
|
|
@@ -3582,7 +3838,7 @@ var init_MagicWand = __esm({
|
|
|
3582
3838
|
fill: "currentColor"
|
|
3583
3839
|
}
|
|
3584
3840
|
),
|
|
3585
|
-
/* @__PURE__ */
|
|
3841
|
+
/* @__PURE__ */ React67.createElement(
|
|
3586
3842
|
"path",
|
|
3587
3843
|
{
|
|
3588
3844
|
fillRule: "evenodd",
|
|
@@ -3602,7 +3858,7 @@ var Mail_exports = {};
|
|
|
3602
3858
|
__export(Mail_exports, {
|
|
3603
3859
|
default: () => Mail_default
|
|
3604
3860
|
});
|
|
3605
|
-
import * as
|
|
3861
|
+
import * as React68 from "react";
|
|
3606
3862
|
var SvgMail, Mail_default;
|
|
3607
3863
|
var init_Mail = __esm({
|
|
3608
3864
|
"src/react/Mail.tsx"() {
|
|
@@ -3610,7 +3866,7 @@ var init_Mail = __esm({
|
|
|
3610
3866
|
init_types();
|
|
3611
3867
|
SvgMail = ({ size = 16, ...props }) => {
|
|
3612
3868
|
const sizeValue = resolveSize(size);
|
|
3613
|
-
return /* @__PURE__ */
|
|
3869
|
+
return /* @__PURE__ */ React68.createElement(
|
|
3614
3870
|
"svg",
|
|
3615
3871
|
{
|
|
3616
3872
|
width: sizeValue,
|
|
@@ -3620,7 +3876,7 @@ var init_Mail = __esm({
|
|
|
3620
3876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3621
3877
|
...props
|
|
3622
3878
|
},
|
|
3623
|
-
/* @__PURE__ */
|
|
3879
|
+
/* @__PURE__ */ React68.createElement(
|
|
3624
3880
|
"path",
|
|
3625
3881
|
{
|
|
3626
3882
|
fillRule: "evenodd",
|
|
@@ -3629,7 +3885,7 @@ var init_Mail = __esm({
|
|
|
3629
3885
|
fill: "currentColor"
|
|
3630
3886
|
}
|
|
3631
3887
|
),
|
|
3632
|
-
/* @__PURE__ */
|
|
3888
|
+
/* @__PURE__ */ React68.createElement(
|
|
3633
3889
|
"path",
|
|
3634
3890
|
{
|
|
3635
3891
|
fillRule: "evenodd",
|
|
@@ -3649,7 +3905,7 @@ var MapPin_exports = {};
|
|
|
3649
3905
|
__export(MapPin_exports, {
|
|
3650
3906
|
default: () => MapPin_default
|
|
3651
3907
|
});
|
|
3652
|
-
import * as
|
|
3908
|
+
import * as React69 from "react";
|
|
3653
3909
|
var SvgMapPin, MapPin_default;
|
|
3654
3910
|
var init_MapPin = __esm({
|
|
3655
3911
|
"src/react/MapPin.tsx"() {
|
|
@@ -3657,7 +3913,7 @@ var init_MapPin = __esm({
|
|
|
3657
3913
|
init_types();
|
|
3658
3914
|
SvgMapPin = ({ size = 16, ...props }) => {
|
|
3659
3915
|
const sizeValue = resolveSize(size);
|
|
3660
|
-
return /* @__PURE__ */
|
|
3916
|
+
return /* @__PURE__ */ React69.createElement(
|
|
3661
3917
|
"svg",
|
|
3662
3918
|
{
|
|
3663
3919
|
width: sizeValue,
|
|
@@ -3667,7 +3923,7 @@ var init_MapPin = __esm({
|
|
|
3667
3923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3668
3924
|
...props
|
|
3669
3925
|
},
|
|
3670
|
-
/* @__PURE__ */
|
|
3926
|
+
/* @__PURE__ */ React69.createElement(
|
|
3671
3927
|
"path",
|
|
3672
3928
|
{
|
|
3673
3929
|
fillRule: "evenodd",
|
|
@@ -3676,7 +3932,7 @@ var init_MapPin = __esm({
|
|
|
3676
3932
|
fill: "currentColor"
|
|
3677
3933
|
}
|
|
3678
3934
|
),
|
|
3679
|
-
/* @__PURE__ */
|
|
3935
|
+
/* @__PURE__ */ React69.createElement(
|
|
3680
3936
|
"path",
|
|
3681
3937
|
{
|
|
3682
3938
|
fillRule: "evenodd",
|
|
@@ -3696,7 +3952,7 @@ var MoreHorizontal_exports = {};
|
|
|
3696
3952
|
__export(MoreHorizontal_exports, {
|
|
3697
3953
|
default: () => MoreHorizontal_default
|
|
3698
3954
|
});
|
|
3699
|
-
import * as
|
|
3955
|
+
import * as React70 from "react";
|
|
3700
3956
|
var SvgMoreHorizontal, MoreHorizontal_default;
|
|
3701
3957
|
var init_MoreHorizontal = __esm({
|
|
3702
3958
|
"src/react/MoreHorizontal.tsx"() {
|
|
@@ -3704,7 +3960,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3704
3960
|
init_types();
|
|
3705
3961
|
SvgMoreHorizontal = ({ size = 16, ...props }) => {
|
|
3706
3962
|
const sizeValue = resolveSize(size);
|
|
3707
|
-
return /* @__PURE__ */
|
|
3963
|
+
return /* @__PURE__ */ React70.createElement(
|
|
3708
3964
|
"svg",
|
|
3709
3965
|
{
|
|
3710
3966
|
width: sizeValue,
|
|
@@ -3714,7 +3970,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3714
3970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3715
3971
|
...props
|
|
3716
3972
|
},
|
|
3717
|
-
/* @__PURE__ */
|
|
3973
|
+
/* @__PURE__ */ React70.createElement(
|
|
3718
3974
|
"path",
|
|
3719
3975
|
{
|
|
3720
3976
|
fillRule: "evenodd",
|
|
@@ -3723,7 +3979,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3723
3979
|
fill: "currentColor"
|
|
3724
3980
|
}
|
|
3725
3981
|
),
|
|
3726
|
-
/* @__PURE__ */
|
|
3982
|
+
/* @__PURE__ */ React70.createElement(
|
|
3727
3983
|
"path",
|
|
3728
3984
|
{
|
|
3729
3985
|
fillRule: "evenodd",
|
|
@@ -3732,7 +3988,7 @@ var init_MoreHorizontal = __esm({
|
|
|
3732
3988
|
fill: "currentColor"
|
|
3733
3989
|
}
|
|
3734
3990
|
),
|
|
3735
|
-
/* @__PURE__ */
|
|
3991
|
+
/* @__PURE__ */ React70.createElement(
|
|
3736
3992
|
"path",
|
|
3737
3993
|
{
|
|
3738
3994
|
fillRule: "evenodd",
|
|
@@ -3752,7 +4008,7 @@ var Mortgage_exports = {};
|
|
|
3752
4008
|
__export(Mortgage_exports, {
|
|
3753
4009
|
default: () => Mortgage_default
|
|
3754
4010
|
});
|
|
3755
|
-
import * as
|
|
4011
|
+
import * as React71 from "react";
|
|
3756
4012
|
var SvgMortgage, Mortgage_default;
|
|
3757
4013
|
var init_Mortgage = __esm({
|
|
3758
4014
|
"src/react/Mortgage.tsx"() {
|
|
@@ -3760,7 +4016,7 @@ var init_Mortgage = __esm({
|
|
|
3760
4016
|
init_types();
|
|
3761
4017
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
3762
4018
|
const sizeValue = resolveSize(size);
|
|
3763
|
-
return /* @__PURE__ */
|
|
4019
|
+
return /* @__PURE__ */ React71.createElement(
|
|
3764
4020
|
"svg",
|
|
3765
4021
|
{
|
|
3766
4022
|
width: sizeValue,
|
|
@@ -3770,7 +4026,7 @@ var init_Mortgage = __esm({
|
|
|
3770
4026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3771
4027
|
...props
|
|
3772
4028
|
},
|
|
3773
|
-
/* @__PURE__ */
|
|
4029
|
+
/* @__PURE__ */ React71.createElement(
|
|
3774
4030
|
"path",
|
|
3775
4031
|
{
|
|
3776
4032
|
fillRule: "evenodd",
|
|
@@ -3779,7 +4035,7 @@ var init_Mortgage = __esm({
|
|
|
3779
4035
|
fill: "currentColor"
|
|
3780
4036
|
}
|
|
3781
4037
|
),
|
|
3782
|
-
/* @__PURE__ */
|
|
4038
|
+
/* @__PURE__ */ React71.createElement(
|
|
3783
4039
|
"path",
|
|
3784
4040
|
{
|
|
3785
4041
|
fillRule: "evenodd",
|
|
@@ -3788,7 +4044,7 @@ var init_Mortgage = __esm({
|
|
|
3788
4044
|
fill: "currentColor"
|
|
3789
4045
|
}
|
|
3790
4046
|
),
|
|
3791
|
-
/* @__PURE__ */
|
|
4047
|
+
/* @__PURE__ */ React71.createElement(
|
|
3792
4048
|
"path",
|
|
3793
4049
|
{
|
|
3794
4050
|
fillRule: "evenodd",
|
|
@@ -3797,7 +4053,7 @@ var init_Mortgage = __esm({
|
|
|
3797
4053
|
fill: "currentColor"
|
|
3798
4054
|
}
|
|
3799
4055
|
),
|
|
3800
|
-
/* @__PURE__ */
|
|
4056
|
+
/* @__PURE__ */ React71.createElement(
|
|
3801
4057
|
"path",
|
|
3802
4058
|
{
|
|
3803
4059
|
fillRule: "evenodd",
|
|
@@ -3806,7 +4062,7 @@ var init_Mortgage = __esm({
|
|
|
3806
4062
|
fill: "currentColor"
|
|
3807
4063
|
}
|
|
3808
4064
|
),
|
|
3809
|
-
/* @__PURE__ */
|
|
4065
|
+
/* @__PURE__ */ React71.createElement(
|
|
3810
4066
|
"path",
|
|
3811
4067
|
{
|
|
3812
4068
|
fillRule: "evenodd",
|
|
@@ -3815,7 +4071,7 @@ var init_Mortgage = __esm({
|
|
|
3815
4071
|
fill: "currentColor"
|
|
3816
4072
|
}
|
|
3817
4073
|
),
|
|
3818
|
-
/* @__PURE__ */
|
|
4074
|
+
/* @__PURE__ */ React71.createElement(
|
|
3819
4075
|
"path",
|
|
3820
4076
|
{
|
|
3821
4077
|
fillRule: "evenodd",
|
|
@@ -3824,7 +4080,7 @@ var init_Mortgage = __esm({
|
|
|
3824
4080
|
fill: "currentColor"
|
|
3825
4081
|
}
|
|
3826
4082
|
),
|
|
3827
|
-
/* @__PURE__ */
|
|
4083
|
+
/* @__PURE__ */ React71.createElement(
|
|
3828
4084
|
"path",
|
|
3829
4085
|
{
|
|
3830
4086
|
fillRule: "evenodd",
|
|
@@ -3844,7 +4100,7 @@ var Note_exports = {};
|
|
|
3844
4100
|
__export(Note_exports, {
|
|
3845
4101
|
default: () => Note_default
|
|
3846
4102
|
});
|
|
3847
|
-
import * as
|
|
4103
|
+
import * as React72 from "react";
|
|
3848
4104
|
var SvgNote, Note_default;
|
|
3849
4105
|
var init_Note = __esm({
|
|
3850
4106
|
"src/react/Note.tsx"() {
|
|
@@ -3852,7 +4108,7 @@ var init_Note = __esm({
|
|
|
3852
4108
|
init_types();
|
|
3853
4109
|
SvgNote = ({ size = 16, ...props }) => {
|
|
3854
4110
|
const sizeValue = resolveSize(size);
|
|
3855
|
-
return /* @__PURE__ */
|
|
4111
|
+
return /* @__PURE__ */ React72.createElement(
|
|
3856
4112
|
"svg",
|
|
3857
4113
|
{
|
|
3858
4114
|
width: sizeValue,
|
|
@@ -3862,7 +4118,7 @@ var init_Note = __esm({
|
|
|
3862
4118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3863
4119
|
...props
|
|
3864
4120
|
},
|
|
3865
|
-
/* @__PURE__ */
|
|
4121
|
+
/* @__PURE__ */ React72.createElement(
|
|
3866
4122
|
"path",
|
|
3867
4123
|
{
|
|
3868
4124
|
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",
|
|
@@ -3880,7 +4136,7 @@ var Notes_exports = {};
|
|
|
3880
4136
|
__export(Notes_exports, {
|
|
3881
4137
|
default: () => Notes_default
|
|
3882
4138
|
});
|
|
3883
|
-
import * as
|
|
4139
|
+
import * as React73 from "react";
|
|
3884
4140
|
var SvgNotes, Notes_default;
|
|
3885
4141
|
var init_Notes = __esm({
|
|
3886
4142
|
"src/react/Notes.tsx"() {
|
|
@@ -3888,7 +4144,7 @@ var init_Notes = __esm({
|
|
|
3888
4144
|
init_types();
|
|
3889
4145
|
SvgNotes = ({ size = 16, ...props }) => {
|
|
3890
4146
|
const sizeValue = resolveSize(size);
|
|
3891
|
-
return /* @__PURE__ */
|
|
4147
|
+
return /* @__PURE__ */ React73.createElement(
|
|
3892
4148
|
"svg",
|
|
3893
4149
|
{
|
|
3894
4150
|
width: sizeValue,
|
|
@@ -3898,21 +4154,21 @@ var init_Notes = __esm({
|
|
|
3898
4154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3899
4155
|
...props
|
|
3900
4156
|
},
|
|
3901
|
-
/* @__PURE__ */
|
|
4157
|
+
/* @__PURE__ */ React73.createElement(
|
|
3902
4158
|
"path",
|
|
3903
4159
|
{
|
|
3904
4160
|
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",
|
|
3905
4161
|
fill: "currentColor"
|
|
3906
4162
|
}
|
|
3907
4163
|
),
|
|
3908
|
-
/* @__PURE__ */
|
|
4164
|
+
/* @__PURE__ */ React73.createElement(
|
|
3909
4165
|
"path",
|
|
3910
4166
|
{
|
|
3911
4167
|
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",
|
|
3912
4168
|
fill: "currentColor"
|
|
3913
4169
|
}
|
|
3914
4170
|
),
|
|
3915
|
-
/* @__PURE__ */
|
|
4171
|
+
/* @__PURE__ */ React73.createElement(
|
|
3916
4172
|
"path",
|
|
3917
4173
|
{
|
|
3918
4174
|
fillRule: "evenodd",
|
|
@@ -3932,7 +4188,7 @@ var Outside_exports = {};
|
|
|
3932
4188
|
__export(Outside_exports, {
|
|
3933
4189
|
default: () => Outside_default
|
|
3934
4190
|
});
|
|
3935
|
-
import * as
|
|
4191
|
+
import * as React74 from "react";
|
|
3936
4192
|
var SvgOutside, Outside_default;
|
|
3937
4193
|
var init_Outside = __esm({
|
|
3938
4194
|
"src/react/Outside.tsx"() {
|
|
@@ -3940,7 +4196,7 @@ var init_Outside = __esm({
|
|
|
3940
4196
|
init_types();
|
|
3941
4197
|
SvgOutside = ({ size = 16, ...props }) => {
|
|
3942
4198
|
const sizeValue = resolveSize(size);
|
|
3943
|
-
return /* @__PURE__ */
|
|
4199
|
+
return /* @__PURE__ */ React74.createElement(
|
|
3944
4200
|
"svg",
|
|
3945
4201
|
{
|
|
3946
4202
|
width: sizeValue,
|
|
@@ -3950,7 +4206,7 @@ var init_Outside = __esm({
|
|
|
3950
4206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3951
4207
|
...props
|
|
3952
4208
|
},
|
|
3953
|
-
/* @__PURE__ */
|
|
4209
|
+
/* @__PURE__ */ React74.createElement(
|
|
3954
4210
|
"path",
|
|
3955
4211
|
{
|
|
3956
4212
|
fillRule: "evenodd",
|
|
@@ -3959,7 +4215,7 @@ var init_Outside = __esm({
|
|
|
3959
4215
|
fill: "currentColor"
|
|
3960
4216
|
}
|
|
3961
4217
|
),
|
|
3962
|
-
/* @__PURE__ */
|
|
4218
|
+
/* @__PURE__ */ React74.createElement(
|
|
3963
4219
|
"path",
|
|
3964
4220
|
{
|
|
3965
4221
|
fillRule: "evenodd",
|
|
@@ -3968,7 +4224,7 @@ var init_Outside = __esm({
|
|
|
3968
4224
|
fill: "currentColor"
|
|
3969
4225
|
}
|
|
3970
4226
|
),
|
|
3971
|
-
/* @__PURE__ */
|
|
4227
|
+
/* @__PURE__ */ React74.createElement(
|
|
3972
4228
|
"path",
|
|
3973
4229
|
{
|
|
3974
4230
|
fillRule: "evenodd",
|
|
@@ -3977,7 +4233,7 @@ var init_Outside = __esm({
|
|
|
3977
4233
|
fill: "currentColor"
|
|
3978
4234
|
}
|
|
3979
4235
|
),
|
|
3980
|
-
/* @__PURE__ */
|
|
4236
|
+
/* @__PURE__ */ React74.createElement(
|
|
3981
4237
|
"path",
|
|
3982
4238
|
{
|
|
3983
4239
|
fillRule: "evenodd",
|
|
@@ -3986,7 +4242,7 @@ var init_Outside = __esm({
|
|
|
3986
4242
|
fill: "currentColor"
|
|
3987
4243
|
}
|
|
3988
4244
|
),
|
|
3989
|
-
/* @__PURE__ */
|
|
4245
|
+
/* @__PURE__ */ React74.createElement(
|
|
3990
4246
|
"path",
|
|
3991
4247
|
{
|
|
3992
4248
|
fillRule: "evenodd",
|
|
@@ -3995,7 +4251,7 @@ var init_Outside = __esm({
|
|
|
3995
4251
|
fill: "currentColor"
|
|
3996
4252
|
}
|
|
3997
4253
|
),
|
|
3998
|
-
/* @__PURE__ */
|
|
4254
|
+
/* @__PURE__ */ React74.createElement(
|
|
3999
4255
|
"path",
|
|
4000
4256
|
{
|
|
4001
4257
|
fillRule: "evenodd",
|
|
@@ -4004,7 +4260,7 @@ var init_Outside = __esm({
|
|
|
4004
4260
|
fill: "currentColor"
|
|
4005
4261
|
}
|
|
4006
4262
|
),
|
|
4007
|
-
/* @__PURE__ */
|
|
4263
|
+
/* @__PURE__ */ React74.createElement(
|
|
4008
4264
|
"path",
|
|
4009
4265
|
{
|
|
4010
4266
|
fillRule: "evenodd",
|
|
@@ -4013,7 +4269,7 @@ var init_Outside = __esm({
|
|
|
4013
4269
|
fill: "currentColor"
|
|
4014
4270
|
}
|
|
4015
4271
|
),
|
|
4016
|
-
/* @__PURE__ */
|
|
4272
|
+
/* @__PURE__ */ React74.createElement(
|
|
4017
4273
|
"path",
|
|
4018
4274
|
{
|
|
4019
4275
|
fillRule: "evenodd",
|
|
@@ -4033,7 +4289,7 @@ var Parking_exports = {};
|
|
|
4033
4289
|
__export(Parking_exports, {
|
|
4034
4290
|
default: () => Parking_default
|
|
4035
4291
|
});
|
|
4036
|
-
import * as
|
|
4292
|
+
import * as React75 from "react";
|
|
4037
4293
|
var SvgParking, Parking_default;
|
|
4038
4294
|
var init_Parking = __esm({
|
|
4039
4295
|
"src/react/Parking.tsx"() {
|
|
@@ -4041,7 +4297,7 @@ var init_Parking = __esm({
|
|
|
4041
4297
|
init_types();
|
|
4042
4298
|
SvgParking = ({ size = 16, ...props }) => {
|
|
4043
4299
|
const sizeValue = resolveSize(size);
|
|
4044
|
-
return /* @__PURE__ */
|
|
4300
|
+
return /* @__PURE__ */ React75.createElement(
|
|
4045
4301
|
"svg",
|
|
4046
4302
|
{
|
|
4047
4303
|
width: sizeValue,
|
|
@@ -4051,7 +4307,7 @@ var init_Parking = __esm({
|
|
|
4051
4307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4052
4308
|
...props
|
|
4053
4309
|
},
|
|
4054
|
-
/* @__PURE__ */
|
|
4310
|
+
/* @__PURE__ */ React75.createElement(
|
|
4055
4311
|
"path",
|
|
4056
4312
|
{
|
|
4057
4313
|
fillRule: "evenodd",
|
|
@@ -4060,7 +4316,7 @@ var init_Parking = __esm({
|
|
|
4060
4316
|
fill: "currentColor"
|
|
4061
4317
|
}
|
|
4062
4318
|
),
|
|
4063
|
-
/* @__PURE__ */
|
|
4319
|
+
/* @__PURE__ */ React75.createElement(
|
|
4064
4320
|
"path",
|
|
4065
4321
|
{
|
|
4066
4322
|
fillRule: "evenodd",
|
|
@@ -4069,7 +4325,7 @@ var init_Parking = __esm({
|
|
|
4069
4325
|
fill: "currentColor"
|
|
4070
4326
|
}
|
|
4071
4327
|
),
|
|
4072
|
-
/* @__PURE__ */
|
|
4328
|
+
/* @__PURE__ */ React75.createElement(
|
|
4073
4329
|
"path",
|
|
4074
4330
|
{
|
|
4075
4331
|
fillRule: "evenodd",
|
|
@@ -4078,7 +4334,7 @@ var init_Parking = __esm({
|
|
|
4078
4334
|
fill: "currentColor"
|
|
4079
4335
|
}
|
|
4080
4336
|
),
|
|
4081
|
-
/* @__PURE__ */
|
|
4337
|
+
/* @__PURE__ */ React75.createElement(
|
|
4082
4338
|
"path",
|
|
4083
4339
|
{
|
|
4084
4340
|
fillRule: "evenodd",
|
|
@@ -4087,7 +4343,7 @@ var init_Parking = __esm({
|
|
|
4087
4343
|
fill: "currentColor"
|
|
4088
4344
|
}
|
|
4089
4345
|
),
|
|
4090
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ React75.createElement(
|
|
4091
4347
|
"path",
|
|
4092
4348
|
{
|
|
4093
4349
|
fillRule: "evenodd",
|
|
@@ -4107,7 +4363,7 @@ var Patio_exports = {};
|
|
|
4107
4363
|
__export(Patio_exports, {
|
|
4108
4364
|
default: () => Patio_default
|
|
4109
4365
|
});
|
|
4110
|
-
import * as
|
|
4366
|
+
import * as React76 from "react";
|
|
4111
4367
|
var SvgPatio, Patio_default;
|
|
4112
4368
|
var init_Patio = __esm({
|
|
4113
4369
|
"src/react/Patio.tsx"() {
|
|
@@ -4115,7 +4371,7 @@ var init_Patio = __esm({
|
|
|
4115
4371
|
init_types();
|
|
4116
4372
|
SvgPatio = ({ size = 16, ...props }) => {
|
|
4117
4373
|
const sizeValue = resolveSize(size);
|
|
4118
|
-
return /* @__PURE__ */
|
|
4374
|
+
return /* @__PURE__ */ React76.createElement(
|
|
4119
4375
|
"svg",
|
|
4120
4376
|
{
|
|
4121
4377
|
width: sizeValue,
|
|
@@ -4125,7 +4381,7 @@ var init_Patio = __esm({
|
|
|
4125
4381
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4126
4382
|
...props
|
|
4127
4383
|
},
|
|
4128
|
-
/* @__PURE__ */
|
|
4384
|
+
/* @__PURE__ */ React76.createElement(
|
|
4129
4385
|
"path",
|
|
4130
4386
|
{
|
|
4131
4387
|
fillRule: "evenodd",
|
|
@@ -4134,7 +4390,7 @@ var init_Patio = __esm({
|
|
|
4134
4390
|
fill: "currentColor"
|
|
4135
4391
|
}
|
|
4136
4392
|
),
|
|
4137
|
-
/* @__PURE__ */
|
|
4393
|
+
/* @__PURE__ */ React76.createElement(
|
|
4138
4394
|
"path",
|
|
4139
4395
|
{
|
|
4140
4396
|
fillRule: "evenodd",
|
|
@@ -4143,7 +4399,7 @@ var init_Patio = __esm({
|
|
|
4143
4399
|
fill: "currentColor"
|
|
4144
4400
|
}
|
|
4145
4401
|
),
|
|
4146
|
-
/* @__PURE__ */
|
|
4402
|
+
/* @__PURE__ */ React76.createElement(
|
|
4147
4403
|
"path",
|
|
4148
4404
|
{
|
|
4149
4405
|
fillRule: "evenodd",
|
|
@@ -4152,7 +4408,7 @@ var init_Patio = __esm({
|
|
|
4152
4408
|
fill: "currentColor"
|
|
4153
4409
|
}
|
|
4154
4410
|
),
|
|
4155
|
-
/* @__PURE__ */
|
|
4411
|
+
/* @__PURE__ */ React76.createElement(
|
|
4156
4412
|
"path",
|
|
4157
4413
|
{
|
|
4158
4414
|
fillRule: "evenodd",
|
|
@@ -4161,7 +4417,7 @@ var init_Patio = __esm({
|
|
|
4161
4417
|
fill: "currentColor"
|
|
4162
4418
|
}
|
|
4163
4419
|
),
|
|
4164
|
-
/* @__PURE__ */
|
|
4420
|
+
/* @__PURE__ */ React76.createElement(
|
|
4165
4421
|
"path",
|
|
4166
4422
|
{
|
|
4167
4423
|
fillRule: "evenodd",
|
|
@@ -4170,7 +4426,7 @@ var init_Patio = __esm({
|
|
|
4170
4426
|
fill: "currentColor"
|
|
4171
4427
|
}
|
|
4172
4428
|
),
|
|
4173
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ React76.createElement(
|
|
4174
4430
|
"path",
|
|
4175
4431
|
{
|
|
4176
4432
|
fillRule: "evenodd",
|
|
@@ -4179,7 +4435,7 @@ var init_Patio = __esm({
|
|
|
4179
4435
|
fill: "currentColor"
|
|
4180
4436
|
}
|
|
4181
4437
|
),
|
|
4182
|
-
/* @__PURE__ */
|
|
4438
|
+
/* @__PURE__ */ React76.createElement(
|
|
4183
4439
|
"path",
|
|
4184
4440
|
{
|
|
4185
4441
|
fillRule: "evenodd",
|
|
@@ -4188,7 +4444,7 @@ var init_Patio = __esm({
|
|
|
4188
4444
|
fill: "currentColor"
|
|
4189
4445
|
}
|
|
4190
4446
|
),
|
|
4191
|
-
/* @__PURE__ */
|
|
4447
|
+
/* @__PURE__ */ React76.createElement(
|
|
4192
4448
|
"path",
|
|
4193
4449
|
{
|
|
4194
4450
|
fillRule: "evenodd",
|
|
@@ -4197,7 +4453,7 @@ var init_Patio = __esm({
|
|
|
4197
4453
|
fill: "currentColor"
|
|
4198
4454
|
}
|
|
4199
4455
|
),
|
|
4200
|
-
/* @__PURE__ */
|
|
4456
|
+
/* @__PURE__ */ React76.createElement(
|
|
4201
4457
|
"path",
|
|
4202
4458
|
{
|
|
4203
4459
|
fillRule: "evenodd",
|
|
@@ -4217,7 +4473,7 @@ var Payments_exports = {};
|
|
|
4217
4473
|
__export(Payments_exports, {
|
|
4218
4474
|
default: () => Payments_default
|
|
4219
4475
|
});
|
|
4220
|
-
import * as
|
|
4476
|
+
import * as React77 from "react";
|
|
4221
4477
|
var SvgPayments, Payments_default;
|
|
4222
4478
|
var init_Payments = __esm({
|
|
4223
4479
|
"src/react/Payments.tsx"() {
|
|
@@ -4225,7 +4481,7 @@ var init_Payments = __esm({
|
|
|
4225
4481
|
init_types();
|
|
4226
4482
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
4227
4483
|
const sizeValue = resolveSize(size);
|
|
4228
|
-
return /* @__PURE__ */
|
|
4484
|
+
return /* @__PURE__ */ React77.createElement(
|
|
4229
4485
|
"svg",
|
|
4230
4486
|
{
|
|
4231
4487
|
width: sizeValue,
|
|
@@ -4235,7 +4491,7 @@ var init_Payments = __esm({
|
|
|
4235
4491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4236
4492
|
...props
|
|
4237
4493
|
},
|
|
4238
|
-
/* @__PURE__ */
|
|
4494
|
+
/* @__PURE__ */ React77.createElement(
|
|
4239
4495
|
"path",
|
|
4240
4496
|
{
|
|
4241
4497
|
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",
|
|
@@ -4253,7 +4509,7 @@ var PencilLine_exports = {};
|
|
|
4253
4509
|
__export(PencilLine_exports, {
|
|
4254
4510
|
default: () => PencilLine_default
|
|
4255
4511
|
});
|
|
4256
|
-
import * as
|
|
4512
|
+
import * as React78 from "react";
|
|
4257
4513
|
var SvgPencilLine, PencilLine_default;
|
|
4258
4514
|
var init_PencilLine = __esm({
|
|
4259
4515
|
"src/react/PencilLine.tsx"() {
|
|
@@ -4261,7 +4517,7 @@ var init_PencilLine = __esm({
|
|
|
4261
4517
|
init_types();
|
|
4262
4518
|
SvgPencilLine = ({ size = 16, ...props }) => {
|
|
4263
4519
|
const sizeValue = resolveSize(size);
|
|
4264
|
-
return /* @__PURE__ */
|
|
4520
|
+
return /* @__PURE__ */ React78.createElement(
|
|
4265
4521
|
"svg",
|
|
4266
4522
|
{
|
|
4267
4523
|
width: sizeValue,
|
|
@@ -4271,7 +4527,7 @@ var init_PencilLine = __esm({
|
|
|
4271
4527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4272
4528
|
...props
|
|
4273
4529
|
},
|
|
4274
|
-
/* @__PURE__ */
|
|
4530
|
+
/* @__PURE__ */ React78.createElement(
|
|
4275
4531
|
"path",
|
|
4276
4532
|
{
|
|
4277
4533
|
fillRule: "evenodd",
|
|
@@ -4280,7 +4536,7 @@ var init_PencilLine = __esm({
|
|
|
4280
4536
|
fill: "currentColor"
|
|
4281
4537
|
}
|
|
4282
4538
|
),
|
|
4283
|
-
/* @__PURE__ */
|
|
4539
|
+
/* @__PURE__ */ React78.createElement(
|
|
4284
4540
|
"path",
|
|
4285
4541
|
{
|
|
4286
4542
|
fillRule: "evenodd",
|
|
@@ -4289,7 +4545,7 @@ var init_PencilLine = __esm({
|
|
|
4289
4545
|
fill: "currentColor"
|
|
4290
4546
|
}
|
|
4291
4547
|
),
|
|
4292
|
-
/* @__PURE__ */
|
|
4548
|
+
/* @__PURE__ */ React78.createElement(
|
|
4293
4549
|
"path",
|
|
4294
4550
|
{
|
|
4295
4551
|
fillRule: "evenodd",
|
|
@@ -4309,7 +4565,7 @@ var Pet_exports = {};
|
|
|
4309
4565
|
__export(Pet_exports, {
|
|
4310
4566
|
default: () => Pet_default
|
|
4311
4567
|
});
|
|
4312
|
-
import * as
|
|
4568
|
+
import * as React79 from "react";
|
|
4313
4569
|
var SvgPet, Pet_default;
|
|
4314
4570
|
var init_Pet = __esm({
|
|
4315
4571
|
"src/react/Pet.tsx"() {
|
|
@@ -4317,7 +4573,7 @@ var init_Pet = __esm({
|
|
|
4317
4573
|
init_types();
|
|
4318
4574
|
SvgPet = ({ size = 16, ...props }) => {
|
|
4319
4575
|
const sizeValue = resolveSize(size);
|
|
4320
|
-
return /* @__PURE__ */
|
|
4576
|
+
return /* @__PURE__ */ React79.createElement(
|
|
4321
4577
|
"svg",
|
|
4322
4578
|
{
|
|
4323
4579
|
width: sizeValue,
|
|
@@ -4327,7 +4583,7 @@ var init_Pet = __esm({
|
|
|
4327
4583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4328
4584
|
...props
|
|
4329
4585
|
},
|
|
4330
|
-
/* @__PURE__ */
|
|
4586
|
+
/* @__PURE__ */ React79.createElement(
|
|
4331
4587
|
"path",
|
|
4332
4588
|
{
|
|
4333
4589
|
fillRule: "evenodd",
|
|
@@ -4336,7 +4592,7 @@ var init_Pet = __esm({
|
|
|
4336
4592
|
fill: "currentColor"
|
|
4337
4593
|
}
|
|
4338
4594
|
),
|
|
4339
|
-
/* @__PURE__ */
|
|
4595
|
+
/* @__PURE__ */ React79.createElement(
|
|
4340
4596
|
"path",
|
|
4341
4597
|
{
|
|
4342
4598
|
fillRule: "evenodd",
|
|
@@ -4345,7 +4601,7 @@ var init_Pet = __esm({
|
|
|
4345
4601
|
fill: "currentColor"
|
|
4346
4602
|
}
|
|
4347
4603
|
),
|
|
4348
|
-
/* @__PURE__ */
|
|
4604
|
+
/* @__PURE__ */ React79.createElement(
|
|
4349
4605
|
"path",
|
|
4350
4606
|
{
|
|
4351
4607
|
fillRule: "evenodd",
|
|
@@ -4354,7 +4610,7 @@ var init_Pet = __esm({
|
|
|
4354
4610
|
fill: "currentColor"
|
|
4355
4611
|
}
|
|
4356
4612
|
),
|
|
4357
|
-
/* @__PURE__ */
|
|
4613
|
+
/* @__PURE__ */ React79.createElement(
|
|
4358
4614
|
"path",
|
|
4359
4615
|
{
|
|
4360
4616
|
fillRule: "evenodd",
|
|
@@ -4363,7 +4619,7 @@ var init_Pet = __esm({
|
|
|
4363
4619
|
fill: "currentColor"
|
|
4364
4620
|
}
|
|
4365
4621
|
),
|
|
4366
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ React79.createElement(
|
|
4367
4623
|
"path",
|
|
4368
4624
|
{
|
|
4369
4625
|
fillRule: "evenodd",
|
|
@@ -4372,7 +4628,7 @@ var init_Pet = __esm({
|
|
|
4372
4628
|
fill: "currentColor"
|
|
4373
4629
|
}
|
|
4374
4630
|
),
|
|
4375
|
-
/* @__PURE__ */
|
|
4631
|
+
/* @__PURE__ */ React79.createElement(
|
|
4376
4632
|
"path",
|
|
4377
4633
|
{
|
|
4378
4634
|
fillRule: "evenodd",
|
|
@@ -4392,7 +4648,7 @@ var PhoneLinear_exports = {};
|
|
|
4392
4648
|
__export(PhoneLinear_exports, {
|
|
4393
4649
|
default: () => PhoneLinear_default
|
|
4394
4650
|
});
|
|
4395
|
-
import * as
|
|
4651
|
+
import * as React80 from "react";
|
|
4396
4652
|
var SvgPhoneLinear, PhoneLinear_default;
|
|
4397
4653
|
var init_PhoneLinear = __esm({
|
|
4398
4654
|
"src/react/PhoneLinear.tsx"() {
|
|
@@ -4400,7 +4656,7 @@ var init_PhoneLinear = __esm({
|
|
|
4400
4656
|
init_types();
|
|
4401
4657
|
SvgPhoneLinear = ({ size = 16, ...props }) => {
|
|
4402
4658
|
const sizeValue = resolveSize(size);
|
|
4403
|
-
return /* @__PURE__ */
|
|
4659
|
+
return /* @__PURE__ */ React80.createElement(
|
|
4404
4660
|
"svg",
|
|
4405
4661
|
{
|
|
4406
4662
|
width: sizeValue,
|
|
@@ -4410,7 +4666,7 @@ var init_PhoneLinear = __esm({
|
|
|
4410
4666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4411
4667
|
...props
|
|
4412
4668
|
},
|
|
4413
|
-
/* @__PURE__ */
|
|
4669
|
+
/* @__PURE__ */ React80.createElement(
|
|
4414
4670
|
"path",
|
|
4415
4671
|
{
|
|
4416
4672
|
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",
|
|
@@ -4428,7 +4684,7 @@ var PinMapSolid_exports = {};
|
|
|
4428
4684
|
__export(PinMapSolid_exports, {
|
|
4429
4685
|
default: () => PinMapSolid_default
|
|
4430
4686
|
});
|
|
4431
|
-
import * as
|
|
4687
|
+
import * as React81 from "react";
|
|
4432
4688
|
var SvgPinMapSolid, PinMapSolid_default;
|
|
4433
4689
|
var init_PinMapSolid = __esm({
|
|
4434
4690
|
"src/react/PinMapSolid.tsx"() {
|
|
@@ -4436,7 +4692,7 @@ var init_PinMapSolid = __esm({
|
|
|
4436
4692
|
init_types();
|
|
4437
4693
|
SvgPinMapSolid = ({ size = 16, ...props }) => {
|
|
4438
4694
|
const sizeValue = resolveSize(size);
|
|
4439
|
-
return /* @__PURE__ */
|
|
4695
|
+
return /* @__PURE__ */ React81.createElement(
|
|
4440
4696
|
"svg",
|
|
4441
4697
|
{
|
|
4442
4698
|
width: sizeValue,
|
|
@@ -4446,7 +4702,7 @@ var init_PinMapSolid = __esm({
|
|
|
4446
4702
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4447
4703
|
...props
|
|
4448
4704
|
},
|
|
4449
|
-
/* @__PURE__ */
|
|
4705
|
+
/* @__PURE__ */ React81.createElement(
|
|
4450
4706
|
"path",
|
|
4451
4707
|
{
|
|
4452
4708
|
fillRule: "evenodd",
|
|
@@ -4466,7 +4722,7 @@ var Plus_exports = {};
|
|
|
4466
4722
|
__export(Plus_exports, {
|
|
4467
4723
|
default: () => Plus_default
|
|
4468
4724
|
});
|
|
4469
|
-
import * as
|
|
4725
|
+
import * as React82 from "react";
|
|
4470
4726
|
var SvgPlus, Plus_default;
|
|
4471
4727
|
var init_Plus = __esm({
|
|
4472
4728
|
"src/react/Plus.tsx"() {
|
|
@@ -4474,7 +4730,7 @@ var init_Plus = __esm({
|
|
|
4474
4730
|
init_types();
|
|
4475
4731
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
4476
4732
|
const sizeValue = resolveSize(size);
|
|
4477
|
-
return /* @__PURE__ */
|
|
4733
|
+
return /* @__PURE__ */ React82.createElement(
|
|
4478
4734
|
"svg",
|
|
4479
4735
|
{
|
|
4480
4736
|
width: sizeValue,
|
|
@@ -4484,7 +4740,7 @@ var init_Plus = __esm({
|
|
|
4484
4740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4485
4741
|
...props
|
|
4486
4742
|
},
|
|
4487
|
-
/* @__PURE__ */
|
|
4743
|
+
/* @__PURE__ */ React82.createElement(
|
|
4488
4744
|
"path",
|
|
4489
4745
|
{
|
|
4490
4746
|
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",
|
|
@@ -4502,7 +4758,7 @@ var Promotion_exports = {};
|
|
|
4502
4758
|
__export(Promotion_exports, {
|
|
4503
4759
|
default: () => Promotion_default
|
|
4504
4760
|
});
|
|
4505
|
-
import * as
|
|
4761
|
+
import * as React83 from "react";
|
|
4506
4762
|
var SvgPromotion, Promotion_default;
|
|
4507
4763
|
var init_Promotion = __esm({
|
|
4508
4764
|
"src/react/Promotion.tsx"() {
|
|
@@ -4510,7 +4766,7 @@ var init_Promotion = __esm({
|
|
|
4510
4766
|
init_types();
|
|
4511
4767
|
SvgPromotion = ({ size = 16, ...props }) => {
|
|
4512
4768
|
const sizeValue = resolveSize(size);
|
|
4513
|
-
return /* @__PURE__ */
|
|
4769
|
+
return /* @__PURE__ */ React83.createElement(
|
|
4514
4770
|
"svg",
|
|
4515
4771
|
{
|
|
4516
4772
|
width: sizeValue,
|
|
@@ -4520,7 +4776,7 @@ var init_Promotion = __esm({
|
|
|
4520
4776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4521
4777
|
...props
|
|
4522
4778
|
},
|
|
4523
|
-
/* @__PURE__ */
|
|
4779
|
+
/* @__PURE__ */ React83.createElement(
|
|
4524
4780
|
"path",
|
|
4525
4781
|
{
|
|
4526
4782
|
fillRule: "evenodd",
|
|
@@ -4529,7 +4785,7 @@ var init_Promotion = __esm({
|
|
|
4529
4785
|
fill: "currentColor"
|
|
4530
4786
|
}
|
|
4531
4787
|
),
|
|
4532
|
-
/* @__PURE__ */
|
|
4788
|
+
/* @__PURE__ */ React83.createElement(
|
|
4533
4789
|
"path",
|
|
4534
4790
|
{
|
|
4535
4791
|
fillRule: "evenodd",
|
|
@@ -4538,7 +4794,7 @@ var init_Promotion = __esm({
|
|
|
4538
4794
|
fill: "currentColor"
|
|
4539
4795
|
}
|
|
4540
4796
|
),
|
|
4541
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ React83.createElement(
|
|
4542
4798
|
"path",
|
|
4543
4799
|
{
|
|
4544
4800
|
fillRule: "evenodd",
|
|
@@ -4547,7 +4803,7 @@ var init_Promotion = __esm({
|
|
|
4547
4803
|
fill: "currentColor"
|
|
4548
4804
|
}
|
|
4549
4805
|
),
|
|
4550
|
-
/* @__PURE__ */
|
|
4806
|
+
/* @__PURE__ */ React83.createElement(
|
|
4551
4807
|
"path",
|
|
4552
4808
|
{
|
|
4553
4809
|
fillRule: "evenodd",
|
|
@@ -4567,7 +4823,7 @@ var PropertiesFilled_exports = {};
|
|
|
4567
4823
|
__export(PropertiesFilled_exports, {
|
|
4568
4824
|
default: () => PropertiesFilled_default
|
|
4569
4825
|
});
|
|
4570
|
-
import * as
|
|
4826
|
+
import * as React84 from "react";
|
|
4571
4827
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
4572
4828
|
var init_PropertiesFilled = __esm({
|
|
4573
4829
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -4575,7 +4831,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4575
4831
|
init_types();
|
|
4576
4832
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
4577
4833
|
const sizeValue = resolveSize(size);
|
|
4578
|
-
return /* @__PURE__ */
|
|
4834
|
+
return /* @__PURE__ */ React84.createElement(
|
|
4579
4835
|
"svg",
|
|
4580
4836
|
{
|
|
4581
4837
|
width: sizeValue,
|
|
@@ -4585,7 +4841,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4585
4841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4586
4842
|
...props
|
|
4587
4843
|
},
|
|
4588
|
-
/* @__PURE__ */
|
|
4844
|
+
/* @__PURE__ */ React84.createElement(
|
|
4589
4845
|
"path",
|
|
4590
4846
|
{
|
|
4591
4847
|
fillRule: "evenodd",
|
|
@@ -4594,7 +4850,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4594
4850
|
fill: "currentColor"
|
|
4595
4851
|
}
|
|
4596
4852
|
),
|
|
4597
|
-
/* @__PURE__ */
|
|
4853
|
+
/* @__PURE__ */ React84.createElement(
|
|
4598
4854
|
"path",
|
|
4599
4855
|
{
|
|
4600
4856
|
fillRule: "evenodd",
|
|
@@ -4603,7 +4859,7 @@ var init_PropertiesFilled = __esm({
|
|
|
4603
4859
|
fill: "currentColor"
|
|
4604
4860
|
}
|
|
4605
4861
|
),
|
|
4606
|
-
/* @__PURE__ */
|
|
4862
|
+
/* @__PURE__ */ React84.createElement(
|
|
4607
4863
|
"path",
|
|
4608
4864
|
{
|
|
4609
4865
|
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",
|
|
@@ -4621,7 +4877,7 @@ var PropertiesLinear_exports = {};
|
|
|
4621
4877
|
__export(PropertiesLinear_exports, {
|
|
4622
4878
|
default: () => PropertiesLinear_default
|
|
4623
4879
|
});
|
|
4624
|
-
import * as
|
|
4880
|
+
import * as React85 from "react";
|
|
4625
4881
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
4626
4882
|
var init_PropertiesLinear = __esm({
|
|
4627
4883
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -4629,7 +4885,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4629
4885
|
init_types();
|
|
4630
4886
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
4631
4887
|
const sizeValue = resolveSize(size);
|
|
4632
|
-
return /* @__PURE__ */
|
|
4888
|
+
return /* @__PURE__ */ React85.createElement(
|
|
4633
4889
|
"svg",
|
|
4634
4890
|
{
|
|
4635
4891
|
width: sizeValue,
|
|
@@ -4639,7 +4895,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4639
4895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4640
4896
|
...props
|
|
4641
4897
|
},
|
|
4642
|
-
/* @__PURE__ */
|
|
4898
|
+
/* @__PURE__ */ React85.createElement(
|
|
4643
4899
|
"path",
|
|
4644
4900
|
{
|
|
4645
4901
|
fillRule: "evenodd",
|
|
@@ -4648,7 +4904,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4648
4904
|
fill: "currentColor"
|
|
4649
4905
|
}
|
|
4650
4906
|
),
|
|
4651
|
-
/* @__PURE__ */
|
|
4907
|
+
/* @__PURE__ */ React85.createElement(
|
|
4652
4908
|
"path",
|
|
4653
4909
|
{
|
|
4654
4910
|
fillRule: "evenodd",
|
|
@@ -4657,7 +4913,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4657
4913
|
fill: "currentColor"
|
|
4658
4914
|
}
|
|
4659
4915
|
),
|
|
4660
|
-
/* @__PURE__ */
|
|
4916
|
+
/* @__PURE__ */ React85.createElement(
|
|
4661
4917
|
"path",
|
|
4662
4918
|
{
|
|
4663
4919
|
fillRule: "evenodd",
|
|
@@ -4666,7 +4922,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4666
4922
|
fill: "currentColor"
|
|
4667
4923
|
}
|
|
4668
4924
|
),
|
|
4669
|
-
/* @__PURE__ */
|
|
4925
|
+
/* @__PURE__ */ React85.createElement(
|
|
4670
4926
|
"path",
|
|
4671
4927
|
{
|
|
4672
4928
|
fillRule: "evenodd",
|
|
@@ -4675,7 +4931,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4675
4931
|
fill: "currentColor"
|
|
4676
4932
|
}
|
|
4677
4933
|
),
|
|
4678
|
-
/* @__PURE__ */
|
|
4934
|
+
/* @__PURE__ */ React85.createElement(
|
|
4679
4935
|
"path",
|
|
4680
4936
|
{
|
|
4681
4937
|
fillRule: "evenodd",
|
|
@@ -4684,7 +4940,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4684
4940
|
fill: "currentColor"
|
|
4685
4941
|
}
|
|
4686
4942
|
),
|
|
4687
|
-
/* @__PURE__ */
|
|
4943
|
+
/* @__PURE__ */ React85.createElement(
|
|
4688
4944
|
"path",
|
|
4689
4945
|
{
|
|
4690
4946
|
fillRule: "evenodd",
|
|
@@ -4693,7 +4949,7 @@ var init_PropertiesLinear = __esm({
|
|
|
4693
4949
|
fill: "currentColor"
|
|
4694
4950
|
}
|
|
4695
4951
|
),
|
|
4696
|
-
/* @__PURE__ */
|
|
4952
|
+
/* @__PURE__ */ React85.createElement(
|
|
4697
4953
|
"path",
|
|
4698
4954
|
{
|
|
4699
4955
|
fillRule: "evenodd",
|
|
@@ -4713,7 +4969,7 @@ var Rent_exports = {};
|
|
|
4713
4969
|
__export(Rent_exports, {
|
|
4714
4970
|
default: () => Rent_default
|
|
4715
4971
|
});
|
|
4716
|
-
import * as
|
|
4972
|
+
import * as React86 from "react";
|
|
4717
4973
|
var SvgRent, Rent_default;
|
|
4718
4974
|
var init_Rent = __esm({
|
|
4719
4975
|
"src/react/Rent.tsx"() {
|
|
@@ -4721,7 +4977,7 @@ var init_Rent = __esm({
|
|
|
4721
4977
|
init_types();
|
|
4722
4978
|
SvgRent = ({ size = 16, ...props }) => {
|
|
4723
4979
|
const sizeValue = resolveSize(size);
|
|
4724
|
-
return /* @__PURE__ */
|
|
4980
|
+
return /* @__PURE__ */ React86.createElement(
|
|
4725
4981
|
"svg",
|
|
4726
4982
|
{
|
|
4727
4983
|
width: sizeValue,
|
|
@@ -4731,7 +4987,7 @@ var init_Rent = __esm({
|
|
|
4731
4987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4732
4988
|
...props
|
|
4733
4989
|
},
|
|
4734
|
-
/* @__PURE__ */
|
|
4990
|
+
/* @__PURE__ */ React86.createElement(
|
|
4735
4991
|
"path",
|
|
4736
4992
|
{
|
|
4737
4993
|
fillRule: "evenodd",
|
|
@@ -4740,7 +4996,7 @@ var init_Rent = __esm({
|
|
|
4740
4996
|
fill: "currentColor"
|
|
4741
4997
|
}
|
|
4742
4998
|
),
|
|
4743
|
-
/* @__PURE__ */
|
|
4999
|
+
/* @__PURE__ */ React86.createElement(
|
|
4744
5000
|
"path",
|
|
4745
5001
|
{
|
|
4746
5002
|
fillRule: "evenodd",
|
|
@@ -4749,7 +5005,7 @@ var init_Rent = __esm({
|
|
|
4749
5005
|
fill: "currentColor"
|
|
4750
5006
|
}
|
|
4751
5007
|
),
|
|
4752
|
-
/* @__PURE__ */
|
|
5008
|
+
/* @__PURE__ */ React86.createElement(
|
|
4753
5009
|
"path",
|
|
4754
5010
|
{
|
|
4755
5011
|
fillRule: "evenodd",
|
|
@@ -4769,7 +5025,7 @@ var Restaurant_exports = {};
|
|
|
4769
5025
|
__export(Restaurant_exports, {
|
|
4770
5026
|
default: () => Restaurant_default
|
|
4771
5027
|
});
|
|
4772
|
-
import * as
|
|
5028
|
+
import * as React87 from "react";
|
|
4773
5029
|
var SvgRestaurant, Restaurant_default;
|
|
4774
5030
|
var init_Restaurant = __esm({
|
|
4775
5031
|
"src/react/Restaurant.tsx"() {
|
|
@@ -4777,7 +5033,7 @@ var init_Restaurant = __esm({
|
|
|
4777
5033
|
init_types();
|
|
4778
5034
|
SvgRestaurant = ({ size = 16, ...props }) => {
|
|
4779
5035
|
const sizeValue = resolveSize(size);
|
|
4780
|
-
return /* @__PURE__ */
|
|
5036
|
+
return /* @__PURE__ */ React87.createElement(
|
|
4781
5037
|
"svg",
|
|
4782
5038
|
{
|
|
4783
5039
|
width: sizeValue,
|
|
@@ -4787,7 +5043,7 @@ var init_Restaurant = __esm({
|
|
|
4787
5043
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4788
5044
|
...props
|
|
4789
5045
|
},
|
|
4790
|
-
/* @__PURE__ */
|
|
5046
|
+
/* @__PURE__ */ React87.createElement(
|
|
4791
5047
|
"path",
|
|
4792
5048
|
{
|
|
4793
5049
|
fillRule: "evenodd",
|
|
@@ -4796,7 +5052,7 @@ var init_Restaurant = __esm({
|
|
|
4796
5052
|
fill: "currentColor"
|
|
4797
5053
|
}
|
|
4798
5054
|
),
|
|
4799
|
-
/* @__PURE__ */
|
|
5055
|
+
/* @__PURE__ */ React87.createElement(
|
|
4800
5056
|
"path",
|
|
4801
5057
|
{
|
|
4802
5058
|
fillRule: "evenodd",
|
|
@@ -4816,7 +5072,7 @@ var Sale_exports = {};
|
|
|
4816
5072
|
__export(Sale_exports, {
|
|
4817
5073
|
default: () => Sale_default
|
|
4818
5074
|
});
|
|
4819
|
-
import * as
|
|
5075
|
+
import * as React88 from "react";
|
|
4820
5076
|
var SvgSale, Sale_default;
|
|
4821
5077
|
var init_Sale = __esm({
|
|
4822
5078
|
"src/react/Sale.tsx"() {
|
|
@@ -4824,7 +5080,7 @@ var init_Sale = __esm({
|
|
|
4824
5080
|
init_types();
|
|
4825
5081
|
SvgSale = ({ size = 16, ...props }) => {
|
|
4826
5082
|
const sizeValue = resolveSize(size);
|
|
4827
|
-
return /* @__PURE__ */
|
|
5083
|
+
return /* @__PURE__ */ React88.createElement(
|
|
4828
5084
|
"svg",
|
|
4829
5085
|
{
|
|
4830
5086
|
width: sizeValue,
|
|
@@ -4834,7 +5090,7 @@ var init_Sale = __esm({
|
|
|
4834
5090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4835
5091
|
...props
|
|
4836
5092
|
},
|
|
4837
|
-
/* @__PURE__ */
|
|
5093
|
+
/* @__PURE__ */ React88.createElement(
|
|
4838
5094
|
"path",
|
|
4839
5095
|
{
|
|
4840
5096
|
fillRule: "evenodd",
|
|
@@ -4843,7 +5099,7 @@ var init_Sale = __esm({
|
|
|
4843
5099
|
fill: "currentColor"
|
|
4844
5100
|
}
|
|
4845
5101
|
),
|
|
4846
|
-
/* @__PURE__ */
|
|
5102
|
+
/* @__PURE__ */ React88.createElement(
|
|
4847
5103
|
"path",
|
|
4848
5104
|
{
|
|
4849
5105
|
fillRule: "evenodd",
|
|
@@ -4852,7 +5108,7 @@ var init_Sale = __esm({
|
|
|
4852
5108
|
fill: "currentColor"
|
|
4853
5109
|
}
|
|
4854
5110
|
),
|
|
4855
|
-
/* @__PURE__ */
|
|
5111
|
+
/* @__PURE__ */ React88.createElement(
|
|
4856
5112
|
"path",
|
|
4857
5113
|
{
|
|
4858
5114
|
fillRule: "evenodd",
|
|
@@ -4872,7 +5128,7 @@ var Search_exports = {};
|
|
|
4872
5128
|
__export(Search_exports, {
|
|
4873
5129
|
default: () => Search_default
|
|
4874
5130
|
});
|
|
4875
|
-
import * as
|
|
5131
|
+
import * as React89 from "react";
|
|
4876
5132
|
var SvgSearch, Search_default;
|
|
4877
5133
|
var init_Search = __esm({
|
|
4878
5134
|
"src/react/Search.tsx"() {
|
|
@@ -4880,7 +5136,7 @@ var init_Search = __esm({
|
|
|
4880
5136
|
init_types();
|
|
4881
5137
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
4882
5138
|
const sizeValue = resolveSize(size);
|
|
4883
|
-
return /* @__PURE__ */
|
|
5139
|
+
return /* @__PURE__ */ React89.createElement(
|
|
4884
5140
|
"svg",
|
|
4885
5141
|
{
|
|
4886
5142
|
width: sizeValue,
|
|
@@ -4890,7 +5146,7 @@ var init_Search = __esm({
|
|
|
4890
5146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4891
5147
|
...props
|
|
4892
5148
|
},
|
|
4893
|
-
/* @__PURE__ */
|
|
5149
|
+
/* @__PURE__ */ React89.createElement(
|
|
4894
5150
|
"path",
|
|
4895
5151
|
{
|
|
4896
5152
|
fillRule: "evenodd",
|
|
@@ -4899,7 +5155,7 @@ var init_Search = __esm({
|
|
|
4899
5155
|
fill: "currentColor"
|
|
4900
5156
|
}
|
|
4901
5157
|
),
|
|
4902
|
-
/* @__PURE__ */
|
|
5158
|
+
/* @__PURE__ */ React89.createElement(
|
|
4903
5159
|
"path",
|
|
4904
5160
|
{
|
|
4905
5161
|
fillRule: "evenodd",
|
|
@@ -4919,7 +5175,7 @@ var SearchX_exports = {};
|
|
|
4919
5175
|
__export(SearchX_exports, {
|
|
4920
5176
|
default: () => SearchX_default
|
|
4921
5177
|
});
|
|
4922
|
-
import * as
|
|
5178
|
+
import * as React90 from "react";
|
|
4923
5179
|
var SvgSearchX, SearchX_default;
|
|
4924
5180
|
var init_SearchX = __esm({
|
|
4925
5181
|
"src/react/SearchX.tsx"() {
|
|
@@ -4927,7 +5183,7 @@ var init_SearchX = __esm({
|
|
|
4927
5183
|
init_types();
|
|
4928
5184
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
4929
5185
|
const sizeValue = resolveSize(size);
|
|
4930
|
-
return /* @__PURE__ */
|
|
5186
|
+
return /* @__PURE__ */ React90.createElement(
|
|
4931
5187
|
"svg",
|
|
4932
5188
|
{
|
|
4933
5189
|
width: sizeValue,
|
|
@@ -4937,7 +5193,7 @@ var init_SearchX = __esm({
|
|
|
4937
5193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4938
5194
|
...props
|
|
4939
5195
|
},
|
|
4940
|
-
/* @__PURE__ */
|
|
5196
|
+
/* @__PURE__ */ React90.createElement(
|
|
4941
5197
|
"path",
|
|
4942
5198
|
{
|
|
4943
5199
|
fillRule: "evenodd",
|
|
@@ -4946,7 +5202,7 @@ var init_SearchX = __esm({
|
|
|
4946
5202
|
fill: "currentColor"
|
|
4947
5203
|
}
|
|
4948
5204
|
),
|
|
4949
|
-
/* @__PURE__ */
|
|
5205
|
+
/* @__PURE__ */ React90.createElement(
|
|
4950
5206
|
"path",
|
|
4951
5207
|
{
|
|
4952
5208
|
fillRule: "evenodd",
|
|
@@ -4955,7 +5211,7 @@ var init_SearchX = __esm({
|
|
|
4955
5211
|
fill: "currentColor"
|
|
4956
5212
|
}
|
|
4957
5213
|
),
|
|
4958
|
-
/* @__PURE__ */
|
|
5214
|
+
/* @__PURE__ */ React90.createElement(
|
|
4959
5215
|
"path",
|
|
4960
5216
|
{
|
|
4961
5217
|
fillRule: "evenodd",
|
|
@@ -4964,7 +5220,7 @@ var init_SearchX = __esm({
|
|
|
4964
5220
|
fill: "currentColor"
|
|
4965
5221
|
}
|
|
4966
5222
|
),
|
|
4967
|
-
/* @__PURE__ */
|
|
5223
|
+
/* @__PURE__ */ React90.createElement(
|
|
4968
5224
|
"path",
|
|
4969
5225
|
{
|
|
4970
5226
|
fillRule: "evenodd",
|
|
@@ -4984,7 +5240,7 @@ var Share_exports = {};
|
|
|
4984
5240
|
__export(Share_exports, {
|
|
4985
5241
|
default: () => Share_default
|
|
4986
5242
|
});
|
|
4987
|
-
import * as
|
|
5243
|
+
import * as React91 from "react";
|
|
4988
5244
|
var SvgShare, Share_default;
|
|
4989
5245
|
var init_Share = __esm({
|
|
4990
5246
|
"src/react/Share.tsx"() {
|
|
@@ -4992,7 +5248,7 @@ var init_Share = __esm({
|
|
|
4992
5248
|
init_types();
|
|
4993
5249
|
SvgShare = ({ size = 16, ...props }) => {
|
|
4994
5250
|
const sizeValue = resolveSize(size);
|
|
4995
|
-
return /* @__PURE__ */
|
|
5251
|
+
return /* @__PURE__ */ React91.createElement(
|
|
4996
5252
|
"svg",
|
|
4997
5253
|
{
|
|
4998
5254
|
width: sizeValue,
|
|
@@ -5002,7 +5258,7 @@ var init_Share = __esm({
|
|
|
5002
5258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5003
5259
|
...props
|
|
5004
5260
|
},
|
|
5005
|
-
/* @__PURE__ */
|
|
5261
|
+
/* @__PURE__ */ React91.createElement(
|
|
5006
5262
|
"path",
|
|
5007
5263
|
{
|
|
5008
5264
|
fillRule: "evenodd",
|
|
@@ -5011,7 +5267,7 @@ var init_Share = __esm({
|
|
|
5011
5267
|
fill: "currentColor"
|
|
5012
5268
|
}
|
|
5013
5269
|
),
|
|
5014
|
-
/* @__PURE__ */
|
|
5270
|
+
/* @__PURE__ */ React91.createElement(
|
|
5015
5271
|
"path",
|
|
5016
5272
|
{
|
|
5017
5273
|
fillRule: "evenodd",
|
|
@@ -5020,7 +5276,7 @@ var init_Share = __esm({
|
|
|
5020
5276
|
fill: "currentColor"
|
|
5021
5277
|
}
|
|
5022
5278
|
),
|
|
5023
|
-
/* @__PURE__ */
|
|
5279
|
+
/* @__PURE__ */ React91.createElement(
|
|
5024
5280
|
"path",
|
|
5025
5281
|
{
|
|
5026
5282
|
fillRule: "evenodd",
|
|
@@ -5040,7 +5296,7 @@ var Size3D_exports = {};
|
|
|
5040
5296
|
__export(Size3D_exports, {
|
|
5041
5297
|
default: () => Size3D_default
|
|
5042
5298
|
});
|
|
5043
|
-
import * as
|
|
5299
|
+
import * as React92 from "react";
|
|
5044
5300
|
var SvgSize3D, Size3D_default;
|
|
5045
5301
|
var init_Size3D = __esm({
|
|
5046
5302
|
"src/react/Size3D.tsx"() {
|
|
@@ -5048,7 +5304,7 @@ var init_Size3D = __esm({
|
|
|
5048
5304
|
init_types();
|
|
5049
5305
|
SvgSize3D = ({ size = 16, ...props }) => {
|
|
5050
5306
|
const sizeValue = resolveSize(size);
|
|
5051
|
-
return /* @__PURE__ */
|
|
5307
|
+
return /* @__PURE__ */ React92.createElement(
|
|
5052
5308
|
"svg",
|
|
5053
5309
|
{
|
|
5054
5310
|
width: sizeValue,
|
|
@@ -5058,7 +5314,7 @@ var init_Size3D = __esm({
|
|
|
5058
5314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5059
5315
|
...props
|
|
5060
5316
|
},
|
|
5061
|
-
/* @__PURE__ */
|
|
5317
|
+
/* @__PURE__ */ React92.createElement(
|
|
5062
5318
|
"path",
|
|
5063
5319
|
{
|
|
5064
5320
|
fillRule: "evenodd",
|
|
@@ -5067,7 +5323,7 @@ var init_Size3D = __esm({
|
|
|
5067
5323
|
fill: "currentColor"
|
|
5068
5324
|
}
|
|
5069
5325
|
),
|
|
5070
|
-
/* @__PURE__ */
|
|
5326
|
+
/* @__PURE__ */ React92.createElement(
|
|
5071
5327
|
"path",
|
|
5072
5328
|
{
|
|
5073
5329
|
fillRule: "evenodd",
|
|
@@ -5076,7 +5332,7 @@ var init_Size3D = __esm({
|
|
|
5076
5332
|
fill: "currentColor"
|
|
5077
5333
|
}
|
|
5078
5334
|
),
|
|
5079
|
-
/* @__PURE__ */
|
|
5335
|
+
/* @__PURE__ */ React92.createElement(
|
|
5080
5336
|
"path",
|
|
5081
5337
|
{
|
|
5082
5338
|
fillRule: "evenodd",
|
|
@@ -5085,7 +5341,7 @@ var init_Size3D = __esm({
|
|
|
5085
5341
|
fill: "currentColor"
|
|
5086
5342
|
}
|
|
5087
5343
|
),
|
|
5088
|
-
/* @__PURE__ */
|
|
5344
|
+
/* @__PURE__ */ React92.createElement(
|
|
5089
5345
|
"path",
|
|
5090
5346
|
{
|
|
5091
5347
|
fillRule: "evenodd",
|
|
@@ -5105,7 +5361,7 @@ var SwimmingPool_exports = {};
|
|
|
5105
5361
|
__export(SwimmingPool_exports, {
|
|
5106
5362
|
default: () => SwimmingPool_default
|
|
5107
5363
|
});
|
|
5108
|
-
import * as
|
|
5364
|
+
import * as React93 from "react";
|
|
5109
5365
|
var SvgSwimmingPool, SwimmingPool_default;
|
|
5110
5366
|
var init_SwimmingPool = __esm({
|
|
5111
5367
|
"src/react/SwimmingPool.tsx"() {
|
|
@@ -5113,7 +5369,7 @@ var init_SwimmingPool = __esm({
|
|
|
5113
5369
|
init_types();
|
|
5114
5370
|
SvgSwimmingPool = ({ size = 16, ...props }) => {
|
|
5115
5371
|
const sizeValue = resolveSize(size);
|
|
5116
|
-
return /* @__PURE__ */
|
|
5372
|
+
return /* @__PURE__ */ React93.createElement(
|
|
5117
5373
|
"svg",
|
|
5118
5374
|
{
|
|
5119
5375
|
width: sizeValue,
|
|
@@ -5123,7 +5379,7 @@ var init_SwimmingPool = __esm({
|
|
|
5123
5379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5124
5380
|
...props
|
|
5125
5381
|
},
|
|
5126
|
-
/* @__PURE__ */
|
|
5382
|
+
/* @__PURE__ */ React93.createElement(
|
|
5127
5383
|
"path",
|
|
5128
5384
|
{
|
|
5129
5385
|
fillRule: "evenodd",
|
|
@@ -5132,7 +5388,7 @@ var init_SwimmingPool = __esm({
|
|
|
5132
5388
|
fill: "currentColor"
|
|
5133
5389
|
}
|
|
5134
5390
|
),
|
|
5135
|
-
/* @__PURE__ */
|
|
5391
|
+
/* @__PURE__ */ React93.createElement(
|
|
5136
5392
|
"path",
|
|
5137
5393
|
{
|
|
5138
5394
|
fillRule: "evenodd",
|
|
@@ -5141,7 +5397,7 @@ var init_SwimmingPool = __esm({
|
|
|
5141
5397
|
fill: "currentColor"
|
|
5142
5398
|
}
|
|
5143
5399
|
),
|
|
5144
|
-
/* @__PURE__ */
|
|
5400
|
+
/* @__PURE__ */ React93.createElement(
|
|
5145
5401
|
"path",
|
|
5146
5402
|
{
|
|
5147
5403
|
fillRule: "evenodd",
|
|
@@ -5150,7 +5406,7 @@ var init_SwimmingPool = __esm({
|
|
|
5150
5406
|
fill: "currentColor"
|
|
5151
5407
|
}
|
|
5152
5408
|
),
|
|
5153
|
-
/* @__PURE__ */
|
|
5409
|
+
/* @__PURE__ */ React93.createElement(
|
|
5154
5410
|
"path",
|
|
5155
5411
|
{
|
|
5156
5412
|
fillRule: "evenodd",
|
|
@@ -5159,7 +5415,7 @@ var init_SwimmingPool = __esm({
|
|
|
5159
5415
|
fill: "currentColor"
|
|
5160
5416
|
}
|
|
5161
5417
|
),
|
|
5162
|
-
/* @__PURE__ */
|
|
5418
|
+
/* @__PURE__ */ React93.createElement(
|
|
5163
5419
|
"path",
|
|
5164
5420
|
{
|
|
5165
5421
|
fillRule: "evenodd",
|
|
@@ -5168,7 +5424,7 @@ var init_SwimmingPool = __esm({
|
|
|
5168
5424
|
fill: "currentColor"
|
|
5169
5425
|
}
|
|
5170
5426
|
),
|
|
5171
|
-
/* @__PURE__ */
|
|
5427
|
+
/* @__PURE__ */ React93.createElement(
|
|
5172
5428
|
"path",
|
|
5173
5429
|
{
|
|
5174
5430
|
fillRule: "evenodd",
|
|
@@ -5188,7 +5444,7 @@ var Terrace_exports = {};
|
|
|
5188
5444
|
__export(Terrace_exports, {
|
|
5189
5445
|
default: () => Terrace_default
|
|
5190
5446
|
});
|
|
5191
|
-
import * as
|
|
5447
|
+
import * as React94 from "react";
|
|
5192
5448
|
var SvgTerrace, Terrace_default;
|
|
5193
5449
|
var init_Terrace = __esm({
|
|
5194
5450
|
"src/react/Terrace.tsx"() {
|
|
@@ -5196,7 +5452,7 @@ var init_Terrace = __esm({
|
|
|
5196
5452
|
init_types();
|
|
5197
5453
|
SvgTerrace = ({ size = 16, ...props }) => {
|
|
5198
5454
|
const sizeValue = resolveSize(size);
|
|
5199
|
-
return /* @__PURE__ */
|
|
5455
|
+
return /* @__PURE__ */ React94.createElement(
|
|
5200
5456
|
"svg",
|
|
5201
5457
|
{
|
|
5202
5458
|
width: sizeValue,
|
|
@@ -5206,7 +5462,7 @@ var init_Terrace = __esm({
|
|
|
5206
5462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5207
5463
|
...props
|
|
5208
5464
|
},
|
|
5209
|
-
/* @__PURE__ */
|
|
5465
|
+
/* @__PURE__ */ React94.createElement(
|
|
5210
5466
|
"path",
|
|
5211
5467
|
{
|
|
5212
5468
|
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",
|
|
@@ -5224,7 +5480,7 @@ var ThermometerSnowflake_exports = {};
|
|
|
5224
5480
|
__export(ThermometerSnowflake_exports, {
|
|
5225
5481
|
default: () => ThermometerSnowflake_default
|
|
5226
5482
|
});
|
|
5227
|
-
import * as
|
|
5483
|
+
import * as React95 from "react";
|
|
5228
5484
|
var SvgThermometerSnowflake, ThermometerSnowflake_default;
|
|
5229
5485
|
var init_ThermometerSnowflake = __esm({
|
|
5230
5486
|
"src/react/ThermometerSnowflake.tsx"() {
|
|
@@ -5232,7 +5488,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5232
5488
|
init_types();
|
|
5233
5489
|
SvgThermometerSnowflake = ({ size = 16, ...props }) => {
|
|
5234
5490
|
const sizeValue = resolveSize(size);
|
|
5235
|
-
return /* @__PURE__ */
|
|
5491
|
+
return /* @__PURE__ */ React95.createElement(
|
|
5236
5492
|
"svg",
|
|
5237
5493
|
{
|
|
5238
5494
|
width: sizeValue,
|
|
@@ -5242,7 +5498,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5242
5498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5243
5499
|
...props
|
|
5244
5500
|
},
|
|
5245
|
-
/* @__PURE__ */
|
|
5501
|
+
/* @__PURE__ */ React95.createElement(
|
|
5246
5502
|
"path",
|
|
5247
5503
|
{
|
|
5248
5504
|
fillRule: "evenodd",
|
|
@@ -5251,7 +5507,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5251
5507
|
fill: "currentColor"
|
|
5252
5508
|
}
|
|
5253
5509
|
),
|
|
5254
|
-
/* @__PURE__ */
|
|
5510
|
+
/* @__PURE__ */ React95.createElement(
|
|
5255
5511
|
"path",
|
|
5256
5512
|
{
|
|
5257
5513
|
fillRule: "evenodd",
|
|
@@ -5260,7 +5516,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5260
5516
|
fill: "currentColor"
|
|
5261
5517
|
}
|
|
5262
5518
|
),
|
|
5263
|
-
/* @__PURE__ */
|
|
5519
|
+
/* @__PURE__ */ React95.createElement(
|
|
5264
5520
|
"path",
|
|
5265
5521
|
{
|
|
5266
5522
|
fillRule: "evenodd",
|
|
@@ -5269,7 +5525,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5269
5525
|
fill: "currentColor"
|
|
5270
5526
|
}
|
|
5271
5527
|
),
|
|
5272
|
-
/* @__PURE__ */
|
|
5528
|
+
/* @__PURE__ */ React95.createElement(
|
|
5273
5529
|
"path",
|
|
5274
5530
|
{
|
|
5275
5531
|
fillRule: "evenodd",
|
|
@@ -5278,7 +5534,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5278
5534
|
fill: "currentColor"
|
|
5279
5535
|
}
|
|
5280
5536
|
),
|
|
5281
|
-
/* @__PURE__ */
|
|
5537
|
+
/* @__PURE__ */ React95.createElement(
|
|
5282
5538
|
"path",
|
|
5283
5539
|
{
|
|
5284
5540
|
fillRule: "evenodd",
|
|
@@ -5287,7 +5543,7 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5287
5543
|
fill: "currentColor"
|
|
5288
5544
|
}
|
|
5289
5545
|
),
|
|
5290
|
-
/* @__PURE__ */
|
|
5546
|
+
/* @__PURE__ */ React95.createElement(
|
|
5291
5547
|
"path",
|
|
5292
5548
|
{
|
|
5293
5549
|
fillRule: "evenodd",
|
|
@@ -5302,12 +5558,131 @@ var init_ThermometerSnowflake = __esm({
|
|
|
5302
5558
|
}
|
|
5303
5559
|
});
|
|
5304
5560
|
|
|
5561
|
+
// src/react/Time.tsx
|
|
5562
|
+
var Time_exports = {};
|
|
5563
|
+
__export(Time_exports, {
|
|
5564
|
+
default: () => Time_default
|
|
5565
|
+
});
|
|
5566
|
+
import * as React96 from "react";
|
|
5567
|
+
var SvgTime, Time_default;
|
|
5568
|
+
var init_Time = __esm({
|
|
5569
|
+
"src/react/Time.tsx"() {
|
|
5570
|
+
"use strict";
|
|
5571
|
+
init_types();
|
|
5572
|
+
SvgTime = ({ size = 16, ...props }) => {
|
|
5573
|
+
const sizeValue = resolveSize(size);
|
|
5574
|
+
return /* @__PURE__ */ React96.createElement(
|
|
5575
|
+
"svg",
|
|
5576
|
+
{
|
|
5577
|
+
width: sizeValue,
|
|
5578
|
+
height: sizeValue,
|
|
5579
|
+
viewBox: "0 0 24 24",
|
|
5580
|
+
fill: "none",
|
|
5581
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5582
|
+
...props
|
|
5583
|
+
},
|
|
5584
|
+
/* @__PURE__ */ React96.createElement(
|
|
5585
|
+
"path",
|
|
5586
|
+
{
|
|
5587
|
+
fillRule: "evenodd",
|
|
5588
|
+
clipRule: "evenodd",
|
|
5589
|
+
d: "M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z",
|
|
5590
|
+
fill: "currentColor"
|
|
5591
|
+
}
|
|
5592
|
+
),
|
|
5593
|
+
/* @__PURE__ */ React96.createElement(
|
|
5594
|
+
"path",
|
|
5595
|
+
{
|
|
5596
|
+
fillRule: "evenodd",
|
|
5597
|
+
clipRule: "evenodd",
|
|
5598
|
+
d: "M12 5C12.5523 5 13 5.44772 13 6V11.382L16.4472 13.1056C16.9412 13.3526 17.1414 13.9532 16.8944 14.4472C16.6474 14.9412 16.0468 15.1414 15.5528 14.8944L11.5528 12.8944C11.214 12.725 11 12.3788 11 12V6C11 5.44772 11.4477 5 12 5Z",
|
|
5599
|
+
fill: "currentColor"
|
|
5600
|
+
}
|
|
5601
|
+
)
|
|
5602
|
+
);
|
|
5603
|
+
};
|
|
5604
|
+
Time_default = SvgTime;
|
|
5605
|
+
}
|
|
5606
|
+
});
|
|
5607
|
+
|
|
5608
|
+
// src/react/TouchAndroid.tsx
|
|
5609
|
+
var TouchAndroid_exports = {};
|
|
5610
|
+
__export(TouchAndroid_exports, {
|
|
5611
|
+
default: () => TouchAndroid_default
|
|
5612
|
+
});
|
|
5613
|
+
import * as React97 from "react";
|
|
5614
|
+
var SvgTouchAndroid, TouchAndroid_default;
|
|
5615
|
+
var init_TouchAndroid = __esm({
|
|
5616
|
+
"src/react/TouchAndroid.tsx"() {
|
|
5617
|
+
"use strict";
|
|
5618
|
+
init_types();
|
|
5619
|
+
SvgTouchAndroid = ({ size = 16, ...props }) => {
|
|
5620
|
+
const sizeValue = resolveSize(size);
|
|
5621
|
+
return /* @__PURE__ */ React97.createElement(
|
|
5622
|
+
"svg",
|
|
5623
|
+
{
|
|
5624
|
+
width: sizeValue,
|
|
5625
|
+
height: sizeValue,
|
|
5626
|
+
viewBox: "0 0 24 24",
|
|
5627
|
+
fill: "none",
|
|
5628
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5629
|
+
...props
|
|
5630
|
+
},
|
|
5631
|
+
/* @__PURE__ */ React97.createElement(
|
|
5632
|
+
"path",
|
|
5633
|
+
{
|
|
5634
|
+
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",
|
|
5635
|
+
fill: "currentColor"
|
|
5636
|
+
}
|
|
5637
|
+
)
|
|
5638
|
+
);
|
|
5639
|
+
};
|
|
5640
|
+
TouchAndroid_default = SvgTouchAndroid;
|
|
5641
|
+
}
|
|
5642
|
+
});
|
|
5643
|
+
|
|
5644
|
+
// src/react/TouchIos.tsx
|
|
5645
|
+
var TouchIos_exports = {};
|
|
5646
|
+
__export(TouchIos_exports, {
|
|
5647
|
+
default: () => TouchIos_default
|
|
5648
|
+
});
|
|
5649
|
+
import * as React98 from "react";
|
|
5650
|
+
var SvgTouchIos, TouchIos_default;
|
|
5651
|
+
var init_TouchIos = __esm({
|
|
5652
|
+
"src/react/TouchIos.tsx"() {
|
|
5653
|
+
"use strict";
|
|
5654
|
+
init_types();
|
|
5655
|
+
SvgTouchIos = ({ size = 16, ...props }) => {
|
|
5656
|
+
const sizeValue = resolveSize(size);
|
|
5657
|
+
return /* @__PURE__ */ React98.createElement(
|
|
5658
|
+
"svg",
|
|
5659
|
+
{
|
|
5660
|
+
width: sizeValue,
|
|
5661
|
+
height: sizeValue,
|
|
5662
|
+
viewBox: "0 0 24 24",
|
|
5663
|
+
fill: "none",
|
|
5664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5665
|
+
...props
|
|
5666
|
+
},
|
|
5667
|
+
/* @__PURE__ */ React98.createElement(
|
|
5668
|
+
"path",
|
|
5669
|
+
{
|
|
5670
|
+
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",
|
|
5671
|
+
fill: "currentColor"
|
|
5672
|
+
}
|
|
5673
|
+
)
|
|
5674
|
+
);
|
|
5675
|
+
};
|
|
5676
|
+
TouchIos_default = SvgTouchIos;
|
|
5677
|
+
}
|
|
5678
|
+
});
|
|
5679
|
+
|
|
5305
5680
|
// src/react/Trash2.tsx
|
|
5306
5681
|
var Trash2_exports = {};
|
|
5307
5682
|
__export(Trash2_exports, {
|
|
5308
5683
|
default: () => Trash2_default
|
|
5309
5684
|
});
|
|
5310
|
-
import * as
|
|
5685
|
+
import * as React99 from "react";
|
|
5311
5686
|
var SvgTrash2, Trash2_default;
|
|
5312
5687
|
var init_Trash2 = __esm({
|
|
5313
5688
|
"src/react/Trash2.tsx"() {
|
|
@@ -5315,7 +5690,7 @@ var init_Trash2 = __esm({
|
|
|
5315
5690
|
init_types();
|
|
5316
5691
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
5317
5692
|
const sizeValue = resolveSize(size);
|
|
5318
|
-
return /* @__PURE__ */
|
|
5693
|
+
return /* @__PURE__ */ React99.createElement(
|
|
5319
5694
|
"svg",
|
|
5320
5695
|
{
|
|
5321
5696
|
width: sizeValue,
|
|
@@ -5325,7 +5700,7 @@ var init_Trash2 = __esm({
|
|
|
5325
5700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5326
5701
|
...props
|
|
5327
5702
|
},
|
|
5328
|
-
/* @__PURE__ */
|
|
5703
|
+
/* @__PURE__ */ React99.createElement(
|
|
5329
5704
|
"path",
|
|
5330
5705
|
{
|
|
5331
5706
|
fillRule: "evenodd",
|
|
@@ -5334,7 +5709,7 @@ var init_Trash2 = __esm({
|
|
|
5334
5709
|
fill: "currentColor"
|
|
5335
5710
|
}
|
|
5336
5711
|
),
|
|
5337
|
-
/* @__PURE__ */
|
|
5712
|
+
/* @__PURE__ */ React99.createElement(
|
|
5338
5713
|
"path",
|
|
5339
5714
|
{
|
|
5340
5715
|
fillRule: "evenodd",
|
|
@@ -5343,7 +5718,7 @@ var init_Trash2 = __esm({
|
|
|
5343
5718
|
fill: "currentColor"
|
|
5344
5719
|
}
|
|
5345
5720
|
),
|
|
5346
|
-
/* @__PURE__ */
|
|
5721
|
+
/* @__PURE__ */ React99.createElement(
|
|
5347
5722
|
"path",
|
|
5348
5723
|
{
|
|
5349
5724
|
fillRule: "evenodd",
|
|
@@ -5352,7 +5727,7 @@ var init_Trash2 = __esm({
|
|
|
5352
5727
|
fill: "currentColor"
|
|
5353
5728
|
}
|
|
5354
5729
|
),
|
|
5355
|
-
/* @__PURE__ */
|
|
5730
|
+
/* @__PURE__ */ React99.createElement(
|
|
5356
5731
|
"path",
|
|
5357
5732
|
{
|
|
5358
5733
|
fillRule: "evenodd",
|
|
@@ -5361,7 +5736,7 @@ var init_Trash2 = __esm({
|
|
|
5361
5736
|
fill: "currentColor"
|
|
5362
5737
|
}
|
|
5363
5738
|
),
|
|
5364
|
-
/* @__PURE__ */
|
|
5739
|
+
/* @__PURE__ */ React99.createElement(
|
|
5365
5740
|
"path",
|
|
5366
5741
|
{
|
|
5367
5742
|
fillRule: "evenodd",
|
|
@@ -5381,7 +5756,7 @@ var User_exports = {};
|
|
|
5381
5756
|
__export(User_exports, {
|
|
5382
5757
|
default: () => User_default
|
|
5383
5758
|
});
|
|
5384
|
-
import * as
|
|
5759
|
+
import * as React100 from "react";
|
|
5385
5760
|
var SvgUser, User_default;
|
|
5386
5761
|
var init_User = __esm({
|
|
5387
5762
|
"src/react/User.tsx"() {
|
|
@@ -5389,7 +5764,7 @@ var init_User = __esm({
|
|
|
5389
5764
|
init_types();
|
|
5390
5765
|
SvgUser = ({ size = 16, ...props }) => {
|
|
5391
5766
|
const sizeValue = resolveSize(size);
|
|
5392
|
-
return /* @__PURE__ */
|
|
5767
|
+
return /* @__PURE__ */ React100.createElement(
|
|
5393
5768
|
"svg",
|
|
5394
5769
|
{
|
|
5395
5770
|
width: sizeValue,
|
|
@@ -5399,7 +5774,7 @@ var init_User = __esm({
|
|
|
5399
5774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5400
5775
|
...props
|
|
5401
5776
|
},
|
|
5402
|
-
/* @__PURE__ */
|
|
5777
|
+
/* @__PURE__ */ React100.createElement(
|
|
5403
5778
|
"path",
|
|
5404
5779
|
{
|
|
5405
5780
|
fillRule: "evenodd",
|
|
@@ -5408,7 +5783,7 @@ var init_User = __esm({
|
|
|
5408
5783
|
fill: "currentColor"
|
|
5409
5784
|
}
|
|
5410
5785
|
),
|
|
5411
|
-
/* @__PURE__ */
|
|
5786
|
+
/* @__PURE__ */ React100.createElement(
|
|
5412
5787
|
"path",
|
|
5413
5788
|
{
|
|
5414
5789
|
fillRule: "evenodd",
|
|
@@ -5428,7 +5803,7 @@ var Whatsapp_exports = {};
|
|
|
5428
5803
|
__export(Whatsapp_exports, {
|
|
5429
5804
|
default: () => Whatsapp_default
|
|
5430
5805
|
});
|
|
5431
|
-
import * as
|
|
5806
|
+
import * as React101 from "react";
|
|
5432
5807
|
var SvgWhatsapp, Whatsapp_default;
|
|
5433
5808
|
var init_Whatsapp = __esm({
|
|
5434
5809
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -5436,7 +5811,7 @@ var init_Whatsapp = __esm({
|
|
|
5436
5811
|
init_types();
|
|
5437
5812
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
5438
5813
|
const sizeValue = resolveSize(size);
|
|
5439
|
-
return /* @__PURE__ */
|
|
5814
|
+
return /* @__PURE__ */ React101.createElement(
|
|
5440
5815
|
"svg",
|
|
5441
5816
|
{
|
|
5442
5817
|
width: sizeValue,
|
|
@@ -5446,7 +5821,7 @@ var init_Whatsapp = __esm({
|
|
|
5446
5821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5447
5822
|
...props
|
|
5448
5823
|
},
|
|
5449
|
-
/* @__PURE__ */
|
|
5824
|
+
/* @__PURE__ */ React101.createElement(
|
|
5450
5825
|
"path",
|
|
5451
5826
|
{
|
|
5452
5827
|
fillRule: "evenodd",
|
|
@@ -5484,7 +5859,9 @@ init_Building();
|
|
|
5484
5859
|
init_Calendar();
|
|
5485
5860
|
init_Cancel();
|
|
5486
5861
|
init_CancelCircleSolid();
|
|
5862
|
+
init_CancelCircleStroke();
|
|
5487
5863
|
init_Check();
|
|
5864
|
+
init_CheckCheck();
|
|
5488
5865
|
init_CheckCircle2();
|
|
5489
5866
|
init_ChevronDown();
|
|
5490
5867
|
init_ChevronLeft();
|
|
@@ -5499,7 +5876,9 @@ init_ExploreFilled();
|
|
|
5499
5876
|
init_ExploreLinear();
|
|
5500
5877
|
init_EyeHidden();
|
|
5501
5878
|
init_EyeVisible();
|
|
5502
|
-
|
|
5879
|
+
init_FaceAndroid();
|
|
5880
|
+
init_FaceIosBold();
|
|
5881
|
+
init_FaceIosLight();
|
|
5503
5882
|
init_FileCheck();
|
|
5504
5883
|
init_FileInput();
|
|
5505
5884
|
init_FileKey();
|
|
@@ -5508,7 +5887,6 @@ init_FileSignature();
|
|
|
5508
5887
|
init_FileSpreadsheet();
|
|
5509
5888
|
init_FileText();
|
|
5510
5889
|
init_Filter();
|
|
5511
|
-
init_FingerprintAndroid();
|
|
5512
5890
|
init_Garden();
|
|
5513
5891
|
init_GasHeating();
|
|
5514
5892
|
init_Heating();
|
|
@@ -5517,6 +5895,7 @@ init_HomeFilled();
|
|
|
5517
5895
|
init_HomeLinear();
|
|
5518
5896
|
init_IconSlot();
|
|
5519
5897
|
init_Image();
|
|
5898
|
+
init_ImageOff();
|
|
5520
5899
|
init_Info();
|
|
5521
5900
|
init_Keys01();
|
|
5522
5901
|
init_LeadsFilled();
|
|
@@ -5553,12 +5932,15 @@ init_Size3D();
|
|
|
5553
5932
|
init_SwimmingPool();
|
|
5554
5933
|
init_Terrace();
|
|
5555
5934
|
init_ThermometerSnowflake();
|
|
5935
|
+
init_Time();
|
|
5936
|
+
init_TouchAndroid();
|
|
5937
|
+
init_TouchIos();
|
|
5556
5938
|
init_Trash2();
|
|
5557
5939
|
init_User();
|
|
5558
5940
|
init_Whatsapp();
|
|
5559
5941
|
|
|
5560
5942
|
// src/react/Icon.tsx
|
|
5561
|
-
import * as
|
|
5943
|
+
import * as React102 from "react";
|
|
5562
5944
|
function loadIcon(name) {
|
|
5563
5945
|
switch (name) {
|
|
5564
5946
|
case "accessibility":
|
|
@@ -5605,8 +5987,12 @@ function loadIcon(name) {
|
|
|
5605
5987
|
return Promise.resolve().then(() => (init_Cancel(), Cancel_exports)).then((m) => m.default);
|
|
5606
5988
|
case "cancel-circle-solid":
|
|
5607
5989
|
return Promise.resolve().then(() => (init_CancelCircleSolid(), CancelCircleSolid_exports)).then((m) => m.default);
|
|
5990
|
+
case "cancel-circle-stroke":
|
|
5991
|
+
return Promise.resolve().then(() => (init_CancelCircleStroke(), CancelCircleStroke_exports)).then((m) => m.default);
|
|
5608
5992
|
case "check":
|
|
5609
5993
|
return Promise.resolve().then(() => (init_Check(), Check_exports)).then((m) => m.default);
|
|
5994
|
+
case "check-check":
|
|
5995
|
+
return Promise.resolve().then(() => (init_CheckCheck(), CheckCheck_exports)).then((m) => m.default);
|
|
5610
5996
|
case "check-circle2":
|
|
5611
5997
|
return Promise.resolve().then(() => (init_CheckCircle2(), CheckCircle2_exports)).then((m) => m.default);
|
|
5612
5998
|
case "chevron-down":
|
|
@@ -5635,8 +6021,12 @@ function loadIcon(name) {
|
|
|
5635
6021
|
return Promise.resolve().then(() => (init_EyeHidden(), EyeHidden_exports)).then((m) => m.default);
|
|
5636
6022
|
case "eye-visible":
|
|
5637
6023
|
return Promise.resolve().then(() => (init_EyeVisible(), EyeVisible_exports)).then((m) => m.default);
|
|
5638
|
-
case "face-
|
|
5639
|
-
return Promise.resolve().then(() => (
|
|
6024
|
+
case "face-android":
|
|
6025
|
+
return Promise.resolve().then(() => (init_FaceAndroid(), FaceAndroid_exports)).then((m) => m.default);
|
|
6026
|
+
case "face-ios-bold":
|
|
6027
|
+
return Promise.resolve().then(() => (init_FaceIosBold(), FaceIosBold_exports)).then((m) => m.default);
|
|
6028
|
+
case "face-ios-light":
|
|
6029
|
+
return Promise.resolve().then(() => (init_FaceIosLight(), FaceIosLight_exports)).then((m) => m.default);
|
|
5640
6030
|
case "file-check":
|
|
5641
6031
|
return Promise.resolve().then(() => (init_FileCheck(), FileCheck_exports)).then((m) => m.default);
|
|
5642
6032
|
case "file-input":
|
|
@@ -5653,8 +6043,6 @@ function loadIcon(name) {
|
|
|
5653
6043
|
return Promise.resolve().then(() => (init_FileText(), FileText_exports)).then((m) => m.default);
|
|
5654
6044
|
case "filter":
|
|
5655
6045
|
return Promise.resolve().then(() => (init_Filter(), Filter_exports)).then((m) => m.default);
|
|
5656
|
-
case "fingerprint-android":
|
|
5657
|
-
return Promise.resolve().then(() => (init_FingerprintAndroid(), FingerprintAndroid_exports)).then((m) => m.default);
|
|
5658
6046
|
case "garden":
|
|
5659
6047
|
return Promise.resolve().then(() => (init_Garden(), Garden_exports)).then((m) => m.default);
|
|
5660
6048
|
case "gas-heating":
|
|
@@ -5671,6 +6059,8 @@ function loadIcon(name) {
|
|
|
5671
6059
|
return Promise.resolve().then(() => (init_IconSlot(), IconSlot_exports)).then((m) => m.default);
|
|
5672
6060
|
case "image":
|
|
5673
6061
|
return Promise.resolve().then(() => (init_Image(), Image_exports)).then((m) => m.default);
|
|
6062
|
+
case "image-off":
|
|
6063
|
+
return Promise.resolve().then(() => (init_ImageOff(), ImageOff_exports)).then((m) => m.default);
|
|
5674
6064
|
case "info":
|
|
5675
6065
|
return Promise.resolve().then(() => (init_Info(), Info_exports)).then((m) => m.default);
|
|
5676
6066
|
case "keys01":
|
|
@@ -5743,6 +6133,12 @@ function loadIcon(name) {
|
|
|
5743
6133
|
return Promise.resolve().then(() => (init_Terrace(), Terrace_exports)).then((m) => m.default);
|
|
5744
6134
|
case "thermometer-snowflake":
|
|
5745
6135
|
return Promise.resolve().then(() => (init_ThermometerSnowflake(), ThermometerSnowflake_exports)).then((m) => m.default);
|
|
6136
|
+
case "time":
|
|
6137
|
+
return Promise.resolve().then(() => (init_Time(), Time_exports)).then((m) => m.default);
|
|
6138
|
+
case "touch-android":
|
|
6139
|
+
return Promise.resolve().then(() => (init_TouchAndroid(), TouchAndroid_exports)).then((m) => m.default);
|
|
6140
|
+
case "touch-ios":
|
|
6141
|
+
return Promise.resolve().then(() => (init_TouchIos(), TouchIos_exports)).then((m) => m.default);
|
|
5746
6142
|
case "trash2":
|
|
5747
6143
|
return Promise.resolve().then(() => (init_Trash2(), Trash2_exports)).then((m) => m.default);
|
|
5748
6144
|
case "user":
|
|
@@ -5754,10 +6150,10 @@ function loadIcon(name) {
|
|
|
5754
6150
|
}
|
|
5755
6151
|
}
|
|
5756
6152
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
5757
|
-
const [IconComponent, setIconComponent] =
|
|
5758
|
-
const [loading, setLoading] =
|
|
5759
|
-
const [error, setError] =
|
|
5760
|
-
|
|
6153
|
+
const [IconComponent, setIconComponent] = React102.useState(null);
|
|
6154
|
+
const [loading, setLoading] = React102.useState(true);
|
|
6155
|
+
const [error, setError] = React102.useState(null);
|
|
6156
|
+
React102.useEffect(() => {
|
|
5761
6157
|
setLoading(true);
|
|
5762
6158
|
setError(null);
|
|
5763
6159
|
loadIcon(name).then((Component) => {
|
|
@@ -5776,7 +6172,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
5776
6172
|
return null;
|
|
5777
6173
|
}
|
|
5778
6174
|
const style = color ? { ...props.style, color } : props.style;
|
|
5779
|
-
return /* @__PURE__ */
|
|
6175
|
+
return /* @__PURE__ */ React102.createElement(IconComponent, { size, ...props, style });
|
|
5780
6176
|
};
|
|
5781
6177
|
var Icon_default = Icon;
|
|
5782
6178
|
|
|
@@ -5805,7 +6201,9 @@ export {
|
|
|
5805
6201
|
Calendar_default as Calendar,
|
|
5806
6202
|
Cancel_default as Cancel,
|
|
5807
6203
|
CancelCircleSolid_default as CancelCircleSolid,
|
|
6204
|
+
CancelCircleStroke_default as CancelCircleStroke,
|
|
5808
6205
|
Check_default as Check,
|
|
6206
|
+
CheckCheck_default as CheckCheck,
|
|
5809
6207
|
CheckCircle2_default as CheckCircle2,
|
|
5810
6208
|
ChevronDown_default as ChevronDown,
|
|
5811
6209
|
ChevronLeft_default as ChevronLeft,
|
|
@@ -5820,7 +6218,9 @@ export {
|
|
|
5820
6218
|
ExploreLinear_default as ExploreLinear,
|
|
5821
6219
|
EyeHidden_default as EyeHidden,
|
|
5822
6220
|
EyeVisible_default as EyeVisible,
|
|
5823
|
-
|
|
6221
|
+
FaceAndroid_default as FaceAndroid,
|
|
6222
|
+
FaceIosBold_default as FaceIosBold,
|
|
6223
|
+
FaceIosLight_default as FaceIosLight,
|
|
5824
6224
|
FileCheck_default as FileCheck,
|
|
5825
6225
|
FileInput_default as FileInput,
|
|
5826
6226
|
FileKey_default as FileKey,
|
|
@@ -5829,7 +6229,6 @@ export {
|
|
|
5829
6229
|
FileSpreadsheet_default as FileSpreadsheet,
|
|
5830
6230
|
FileText_default as FileText,
|
|
5831
6231
|
Filter_default as Filter,
|
|
5832
|
-
FingerprintAndroid_default as FingerprintAndroid,
|
|
5833
6232
|
Garden_default as Garden,
|
|
5834
6233
|
GasHeating_default as GasHeating,
|
|
5835
6234
|
Heating_default as Heating,
|
|
@@ -5840,6 +6239,7 @@ export {
|
|
|
5840
6239
|
Icon_default as Icon,
|
|
5841
6240
|
IconSlot_default as IconSlot,
|
|
5842
6241
|
Image_default as Image,
|
|
6242
|
+
ImageOff_default as ImageOff,
|
|
5843
6243
|
Info_default as Info,
|
|
5844
6244
|
Keys01_default as Keys01,
|
|
5845
6245
|
LeadsFilled_default as LeadsFilled,
|
|
@@ -5876,6 +6276,9 @@ export {
|
|
|
5876
6276
|
SwimmingPool_default as SwimmingPool,
|
|
5877
6277
|
Terrace_default as Terrace,
|
|
5878
6278
|
ThermometerSnowflake_default as ThermometerSnowflake,
|
|
6279
|
+
Time_default as Time,
|
|
6280
|
+
TouchAndroid_default as TouchAndroid,
|
|
6281
|
+
TouchIos_default as TouchIos,
|
|
5879
6282
|
Trash2_default as Trash2,
|
|
5880
6283
|
User_default as User,
|
|
5881
6284
|
Whatsapp_default as Whatsapp,
|