huspy-icons 0.2.3 → 0.3.0
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/README.md +3 -4
- package/dist/fonts/HuspyIcons.css +33 -30
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +27 -26
- package/dist/fonts/HuspyIcons.ts +29 -26
- 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 +27 -26
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +4 -2
- package/dist/react/index.d.ts +4 -2
- package/dist/react/index.js +216 -156
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +191 -131
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +28 -27
- package/src/react/FileSignature.tsx +38 -0
- package/src/react/Icon.tsx +4 -1
- package/src/react/index.ts +1 -0
- package/src/react/index.tsx +1 -0
package/dist/react/index.mjs
CHANGED
|
@@ -1264,12 +1264,68 @@ var init_FileLock = __esm({
|
|
|
1264
1264
|
}
|
|
1265
1265
|
});
|
|
1266
1266
|
|
|
1267
|
+
// src/react/FileSignature.tsx
|
|
1268
|
+
var FileSignature_exports = {};
|
|
1269
|
+
__export(FileSignature_exports, {
|
|
1270
|
+
default: () => FileSignature_default
|
|
1271
|
+
});
|
|
1272
|
+
import * as React27 from "react";
|
|
1273
|
+
var SvgFileSignature, FileSignature_default;
|
|
1274
|
+
var init_FileSignature = __esm({
|
|
1275
|
+
"src/react/FileSignature.tsx"() {
|
|
1276
|
+
"use strict";
|
|
1277
|
+
init_types();
|
|
1278
|
+
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
1279
|
+
const sizeValue = resolveSize(size);
|
|
1280
|
+
return /* @__PURE__ */ React27.createElement(
|
|
1281
|
+
"svg",
|
|
1282
|
+
{
|
|
1283
|
+
width: sizeValue,
|
|
1284
|
+
height: sizeValue,
|
|
1285
|
+
viewBox: "0 0 24 24",
|
|
1286
|
+
fill: "none",
|
|
1287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1288
|
+
...props
|
|
1289
|
+
},
|
|
1290
|
+
/* @__PURE__ */ React27.createElement(
|
|
1291
|
+
"path",
|
|
1292
|
+
{
|
|
1293
|
+
fillRule: "evenodd",
|
|
1294
|
+
clipRule: "evenodd",
|
|
1295
|
+
d: "M6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V19.5C19 18.9477 19.4477 18.5 20 18.5C20.5523 18.5 21 18.9477 21 19.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L18.7071 4.79289C19.0976 5.18342 19.0976 5.81658 18.7071 6.20711C18.3166 6.59763 17.6834 6.59763 17.2929 6.20711L14.0858 3H6Z",
|
|
1296
|
+
fill: "currentColor"
|
|
1297
|
+
}
|
|
1298
|
+
),
|
|
1299
|
+
/* @__PURE__ */ React27.createElement(
|
|
1300
|
+
"path",
|
|
1301
|
+
{
|
|
1302
|
+
fillRule: "evenodd",
|
|
1303
|
+
clipRule: "evenodd",
|
|
1304
|
+
d: "M7 18C7 17.4477 7.44772 17 8 17H9C9.55228 17 10 17.4477 10 18C10 18.5523 9.55228 19 9 19H8C7.44772 19 7 18.5523 7 18Z",
|
|
1305
|
+
fill: "currentColor"
|
|
1306
|
+
}
|
|
1307
|
+
),
|
|
1308
|
+
/* @__PURE__ */ React27.createElement(
|
|
1309
|
+
"path",
|
|
1310
|
+
{
|
|
1311
|
+
fillRule: "evenodd",
|
|
1312
|
+
clipRule: "evenodd",
|
|
1313
|
+
d: "M19.905 9.99489C19.7605 9.99489 19.6175 10.0233 19.484 10.0786C19.3507 10.1339 19.2295 10.2148 19.1275 10.3168C19.1273 10.3169 19.1276 10.3166 19.1275 10.3168L14.8929 14.5609L14.3768 16.6199L16.4388 16.0979L20.6829 11.8729C20.6827 11.8731 20.6831 11.8727 20.6829 11.8729C20.7847 11.7709 20.8662 11.6492 20.9214 11.516C20.9767 11.3825 21.0051 11.2395 21.0051 11.095C21.0051 10.9505 20.9767 10.8075 20.9214 10.674C20.8661 10.5405 20.785 10.4193 20.6829 10.3171C20.5807 10.215 20.4595 10.1339 20.326 10.0786C20.1925 10.0233 20.0495 9.99489 19.905 9.99489ZM18.7186 8.23087C19.0948 8.07508 19.4979 7.99489 19.905 7.99489C20.3121 7.99489 20.7152 8.07508 21.0914 8.23087C21.4675 8.38667 21.8092 8.61502 22.0971 8.90289C22.385 9.19076 22.6133 9.53252 22.7691 9.90864C22.9249 10.2848 23.0051 10.6879 23.0051 11.095C23.0051 11.5021 22.9249 11.9052 22.7691 12.2814C22.6133 12.6575 22.385 12.9992 22.0971 13.2871L22.0955 13.2887L17.6555 17.7087C17.5283 17.8353 17.3694 17.9254 17.1954 17.9694L13.2454 18.9694C12.9043 19.0558 12.5429 18.9565 12.2937 18.7079C12.0446 18.4594 11.9445 18.0982 12.03 17.7569L13.02 13.8069C13.0639 13.6316 13.1545 13.4716 13.2821 13.3437L17.7129 8.90289C18.0008 8.61502 18.3425 8.38667 18.7186 8.23087Z",
|
|
1314
|
+
fill: "currentColor"
|
|
1315
|
+
}
|
|
1316
|
+
)
|
|
1317
|
+
);
|
|
1318
|
+
};
|
|
1319
|
+
FileSignature_default = SvgFileSignature;
|
|
1320
|
+
}
|
|
1321
|
+
});
|
|
1322
|
+
|
|
1267
1323
|
// src/react/FileSpreadsheet.tsx
|
|
1268
1324
|
var FileSpreadsheet_exports = {};
|
|
1269
1325
|
__export(FileSpreadsheet_exports, {
|
|
1270
1326
|
default: () => FileSpreadsheet_default
|
|
1271
1327
|
});
|
|
1272
|
-
import * as
|
|
1328
|
+
import * as React28 from "react";
|
|
1273
1329
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
1274
1330
|
var init_FileSpreadsheet = __esm({
|
|
1275
1331
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -1277,7 +1333,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1277
1333
|
init_types();
|
|
1278
1334
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
1279
1335
|
const sizeValue = resolveSize(size);
|
|
1280
|
-
return /* @__PURE__ */
|
|
1336
|
+
return /* @__PURE__ */ React28.createElement(
|
|
1281
1337
|
"svg",
|
|
1282
1338
|
{
|
|
1283
1339
|
width: sizeValue,
|
|
@@ -1287,7 +1343,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1287
1343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1288
1344
|
...props
|
|
1289
1345
|
},
|
|
1290
|
-
/* @__PURE__ */
|
|
1346
|
+
/* @__PURE__ */ React28.createElement(
|
|
1291
1347
|
"path",
|
|
1292
1348
|
{
|
|
1293
1349
|
fillRule: "evenodd",
|
|
@@ -1296,7 +1352,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1296
1352
|
fill: "currentColor"
|
|
1297
1353
|
}
|
|
1298
1354
|
),
|
|
1299
|
-
/* @__PURE__ */
|
|
1355
|
+
/* @__PURE__ */ React28.createElement(
|
|
1300
1356
|
"path",
|
|
1301
1357
|
{
|
|
1302
1358
|
fillRule: "evenodd",
|
|
@@ -1305,7 +1361,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1305
1361
|
fill: "currentColor"
|
|
1306
1362
|
}
|
|
1307
1363
|
),
|
|
1308
|
-
/* @__PURE__ */
|
|
1364
|
+
/* @__PURE__ */ React28.createElement(
|
|
1309
1365
|
"path",
|
|
1310
1366
|
{
|
|
1311
1367
|
fillRule: "evenodd",
|
|
@@ -1314,7 +1370,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1314
1370
|
fill: "currentColor"
|
|
1315
1371
|
}
|
|
1316
1372
|
),
|
|
1317
|
-
/* @__PURE__ */
|
|
1373
|
+
/* @__PURE__ */ React28.createElement(
|
|
1318
1374
|
"path",
|
|
1319
1375
|
{
|
|
1320
1376
|
fillRule: "evenodd",
|
|
@@ -1323,7 +1379,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1323
1379
|
fill: "currentColor"
|
|
1324
1380
|
}
|
|
1325
1381
|
),
|
|
1326
|
-
/* @__PURE__ */
|
|
1382
|
+
/* @__PURE__ */ React28.createElement(
|
|
1327
1383
|
"path",
|
|
1328
1384
|
{
|
|
1329
1385
|
fillRule: "evenodd",
|
|
@@ -1332,7 +1388,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1332
1388
|
fill: "currentColor"
|
|
1333
1389
|
}
|
|
1334
1390
|
),
|
|
1335
|
-
/* @__PURE__ */
|
|
1391
|
+
/* @__PURE__ */ React28.createElement(
|
|
1336
1392
|
"path",
|
|
1337
1393
|
{
|
|
1338
1394
|
fillRule: "evenodd",
|
|
@@ -1352,7 +1408,7 @@ var FileText_exports = {};
|
|
|
1352
1408
|
__export(FileText_exports, {
|
|
1353
1409
|
default: () => FileText_default
|
|
1354
1410
|
});
|
|
1355
|
-
import * as
|
|
1411
|
+
import * as React29 from "react";
|
|
1356
1412
|
var SvgFileText, FileText_default;
|
|
1357
1413
|
var init_FileText = __esm({
|
|
1358
1414
|
"src/react/FileText.tsx"() {
|
|
@@ -1360,7 +1416,7 @@ var init_FileText = __esm({
|
|
|
1360
1416
|
init_types();
|
|
1361
1417
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
1362
1418
|
const sizeValue = resolveSize(size);
|
|
1363
|
-
return /* @__PURE__ */
|
|
1419
|
+
return /* @__PURE__ */ React29.createElement(
|
|
1364
1420
|
"svg",
|
|
1365
1421
|
{
|
|
1366
1422
|
width: sizeValue,
|
|
@@ -1370,7 +1426,7 @@ var init_FileText = __esm({
|
|
|
1370
1426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1371
1427
|
...props
|
|
1372
1428
|
},
|
|
1373
|
-
/* @__PURE__ */
|
|
1429
|
+
/* @__PURE__ */ React29.createElement(
|
|
1374
1430
|
"path",
|
|
1375
1431
|
{
|
|
1376
1432
|
fillRule: "evenodd",
|
|
@@ -1379,7 +1435,7 @@ var init_FileText = __esm({
|
|
|
1379
1435
|
fill: "currentColor"
|
|
1380
1436
|
}
|
|
1381
1437
|
),
|
|
1382
|
-
/* @__PURE__ */
|
|
1438
|
+
/* @__PURE__ */ React29.createElement(
|
|
1383
1439
|
"path",
|
|
1384
1440
|
{
|
|
1385
1441
|
fillRule: "evenodd",
|
|
@@ -1388,7 +1444,7 @@ var init_FileText = __esm({
|
|
|
1388
1444
|
fill: "currentColor"
|
|
1389
1445
|
}
|
|
1390
1446
|
),
|
|
1391
|
-
/* @__PURE__ */
|
|
1447
|
+
/* @__PURE__ */ React29.createElement(
|
|
1392
1448
|
"path",
|
|
1393
1449
|
{
|
|
1394
1450
|
fillRule: "evenodd",
|
|
@@ -1397,7 +1453,7 @@ var init_FileText = __esm({
|
|
|
1397
1453
|
fill: "currentColor"
|
|
1398
1454
|
}
|
|
1399
1455
|
),
|
|
1400
|
-
/* @__PURE__ */
|
|
1456
|
+
/* @__PURE__ */ React29.createElement(
|
|
1401
1457
|
"path",
|
|
1402
1458
|
{
|
|
1403
1459
|
fillRule: "evenodd",
|
|
@@ -1406,7 +1462,7 @@ var init_FileText = __esm({
|
|
|
1406
1462
|
fill: "currentColor"
|
|
1407
1463
|
}
|
|
1408
1464
|
),
|
|
1409
|
-
/* @__PURE__ */
|
|
1465
|
+
/* @__PURE__ */ React29.createElement(
|
|
1410
1466
|
"path",
|
|
1411
1467
|
{
|
|
1412
1468
|
fillRule: "evenodd",
|
|
@@ -1426,7 +1482,7 @@ var HelpCircle_exports = {};
|
|
|
1426
1482
|
__export(HelpCircle_exports, {
|
|
1427
1483
|
default: () => HelpCircle_default
|
|
1428
1484
|
});
|
|
1429
|
-
import * as
|
|
1485
|
+
import * as React30 from "react";
|
|
1430
1486
|
var SvgHelpCircle, HelpCircle_default;
|
|
1431
1487
|
var init_HelpCircle = __esm({
|
|
1432
1488
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -1434,7 +1490,7 @@ var init_HelpCircle = __esm({
|
|
|
1434
1490
|
init_types();
|
|
1435
1491
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
1436
1492
|
const sizeValue = resolveSize(size);
|
|
1437
|
-
return /* @__PURE__ */
|
|
1493
|
+
return /* @__PURE__ */ React30.createElement(
|
|
1438
1494
|
"svg",
|
|
1439
1495
|
{
|
|
1440
1496
|
width: sizeValue,
|
|
@@ -1444,7 +1500,7 @@ var init_HelpCircle = __esm({
|
|
|
1444
1500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1445
1501
|
...props
|
|
1446
1502
|
},
|
|
1447
|
-
/* @__PURE__ */
|
|
1503
|
+
/* @__PURE__ */ React30.createElement(
|
|
1448
1504
|
"path",
|
|
1449
1505
|
{
|
|
1450
1506
|
fillRule: "evenodd",
|
|
@@ -1453,7 +1509,7 @@ var init_HelpCircle = __esm({
|
|
|
1453
1509
|
fill: "currentColor"
|
|
1454
1510
|
}
|
|
1455
1511
|
),
|
|
1456
|
-
/* @__PURE__ */
|
|
1512
|
+
/* @__PURE__ */ React30.createElement(
|
|
1457
1513
|
"path",
|
|
1458
1514
|
{
|
|
1459
1515
|
fillRule: "evenodd",
|
|
@@ -1462,7 +1518,7 @@ var init_HelpCircle = __esm({
|
|
|
1462
1518
|
fill: "currentColor"
|
|
1463
1519
|
}
|
|
1464
1520
|
),
|
|
1465
|
-
/* @__PURE__ */
|
|
1521
|
+
/* @__PURE__ */ React30.createElement(
|
|
1466
1522
|
"path",
|
|
1467
1523
|
{
|
|
1468
1524
|
fillRule: "evenodd",
|
|
@@ -1482,7 +1538,7 @@ var HomeFilled_exports = {};
|
|
|
1482
1538
|
__export(HomeFilled_exports, {
|
|
1483
1539
|
default: () => HomeFilled_default
|
|
1484
1540
|
});
|
|
1485
|
-
import * as
|
|
1541
|
+
import * as React31 from "react";
|
|
1486
1542
|
var SvgHomeFilled, HomeFilled_default;
|
|
1487
1543
|
var init_HomeFilled = __esm({
|
|
1488
1544
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -1490,7 +1546,7 @@ var init_HomeFilled = __esm({
|
|
|
1490
1546
|
init_types();
|
|
1491
1547
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
1492
1548
|
const sizeValue = resolveSize(size);
|
|
1493
|
-
return /* @__PURE__ */
|
|
1549
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1494
1550
|
"svg",
|
|
1495
1551
|
{
|
|
1496
1552
|
width: sizeValue,
|
|
@@ -1500,7 +1556,7 @@ var init_HomeFilled = __esm({
|
|
|
1500
1556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1501
1557
|
...props
|
|
1502
1558
|
},
|
|
1503
|
-
/* @__PURE__ */
|
|
1559
|
+
/* @__PURE__ */ React31.createElement(
|
|
1504
1560
|
"path",
|
|
1505
1561
|
{
|
|
1506
1562
|
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",
|
|
@@ -1518,7 +1574,7 @@ var HomeLinear_exports = {};
|
|
|
1518
1574
|
__export(HomeLinear_exports, {
|
|
1519
1575
|
default: () => HomeLinear_default
|
|
1520
1576
|
});
|
|
1521
|
-
import * as
|
|
1577
|
+
import * as React32 from "react";
|
|
1522
1578
|
var SvgHomeLinear, HomeLinear_default;
|
|
1523
1579
|
var init_HomeLinear = __esm({
|
|
1524
1580
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -1526,7 +1582,7 @@ var init_HomeLinear = __esm({
|
|
|
1526
1582
|
init_types();
|
|
1527
1583
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
1528
1584
|
const sizeValue = resolveSize(size);
|
|
1529
|
-
return /* @__PURE__ */
|
|
1585
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1530
1586
|
"svg",
|
|
1531
1587
|
{
|
|
1532
1588
|
width: sizeValue,
|
|
@@ -1536,7 +1592,7 @@ var init_HomeLinear = __esm({
|
|
|
1536
1592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1537
1593
|
...props
|
|
1538
1594
|
},
|
|
1539
|
-
/* @__PURE__ */
|
|
1595
|
+
/* @__PURE__ */ React32.createElement(
|
|
1540
1596
|
"path",
|
|
1541
1597
|
{
|
|
1542
1598
|
fillRule: "evenodd",
|
|
@@ -1556,7 +1612,7 @@ var IconSlot_exports = {};
|
|
|
1556
1612
|
__export(IconSlot_exports, {
|
|
1557
1613
|
default: () => IconSlot_default
|
|
1558
1614
|
});
|
|
1559
|
-
import * as
|
|
1615
|
+
import * as React33 from "react";
|
|
1560
1616
|
var SvgIconSlot, IconSlot_default;
|
|
1561
1617
|
var init_IconSlot = __esm({
|
|
1562
1618
|
"src/react/IconSlot.tsx"() {
|
|
@@ -1564,7 +1620,7 @@ var init_IconSlot = __esm({
|
|
|
1564
1620
|
init_types();
|
|
1565
1621
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
1566
1622
|
const sizeValue = resolveSize(size);
|
|
1567
|
-
return /* @__PURE__ */
|
|
1623
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1568
1624
|
"svg",
|
|
1569
1625
|
{
|
|
1570
1626
|
width: sizeValue,
|
|
@@ -1574,7 +1630,7 @@ var init_IconSlot = __esm({
|
|
|
1574
1630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1575
1631
|
...props
|
|
1576
1632
|
},
|
|
1577
|
-
/* @__PURE__ */
|
|
1633
|
+
/* @__PURE__ */ React33.createElement(
|
|
1578
1634
|
"path",
|
|
1579
1635
|
{
|
|
1580
1636
|
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",
|
|
@@ -1592,7 +1648,7 @@ var Keys01_exports = {};
|
|
|
1592
1648
|
__export(Keys01_exports, {
|
|
1593
1649
|
default: () => Keys01_default
|
|
1594
1650
|
});
|
|
1595
|
-
import * as
|
|
1651
|
+
import * as React34 from "react";
|
|
1596
1652
|
var SvgKeys01, Keys01_default;
|
|
1597
1653
|
var init_Keys01 = __esm({
|
|
1598
1654
|
"src/react/Keys01.tsx"() {
|
|
@@ -1600,7 +1656,7 @@ var init_Keys01 = __esm({
|
|
|
1600
1656
|
init_types();
|
|
1601
1657
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
1602
1658
|
const sizeValue = resolveSize(size);
|
|
1603
|
-
return /* @__PURE__ */
|
|
1659
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1604
1660
|
"svg",
|
|
1605
1661
|
{
|
|
1606
1662
|
width: sizeValue,
|
|
@@ -1610,7 +1666,7 @@ var init_Keys01 = __esm({
|
|
|
1610
1666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1611
1667
|
...props
|
|
1612
1668
|
},
|
|
1613
|
-
/* @__PURE__ */
|
|
1669
|
+
/* @__PURE__ */ React34.createElement(
|
|
1614
1670
|
"path",
|
|
1615
1671
|
{
|
|
1616
1672
|
fillRule: "evenodd",
|
|
@@ -1619,7 +1675,7 @@ var init_Keys01 = __esm({
|
|
|
1619
1675
|
fill: "currentColor"
|
|
1620
1676
|
}
|
|
1621
1677
|
),
|
|
1622
|
-
/* @__PURE__ */
|
|
1678
|
+
/* @__PURE__ */ React34.createElement(
|
|
1623
1679
|
"path",
|
|
1624
1680
|
{
|
|
1625
1681
|
fillRule: "evenodd",
|
|
@@ -1628,7 +1684,7 @@ var init_Keys01 = __esm({
|
|
|
1628
1684
|
fill: "currentColor"
|
|
1629
1685
|
}
|
|
1630
1686
|
),
|
|
1631
|
-
/* @__PURE__ */
|
|
1687
|
+
/* @__PURE__ */ React34.createElement(
|
|
1632
1688
|
"path",
|
|
1633
1689
|
{
|
|
1634
1690
|
fillRule: "evenodd",
|
|
@@ -1648,7 +1704,7 @@ var LeadsFilled_exports = {};
|
|
|
1648
1704
|
__export(LeadsFilled_exports, {
|
|
1649
1705
|
default: () => LeadsFilled_default
|
|
1650
1706
|
});
|
|
1651
|
-
import * as
|
|
1707
|
+
import * as React35 from "react";
|
|
1652
1708
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
1653
1709
|
var init_LeadsFilled = __esm({
|
|
1654
1710
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -1656,7 +1712,7 @@ var init_LeadsFilled = __esm({
|
|
|
1656
1712
|
init_types();
|
|
1657
1713
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
1658
1714
|
const sizeValue = resolveSize(size);
|
|
1659
|
-
return /* @__PURE__ */
|
|
1715
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1660
1716
|
"svg",
|
|
1661
1717
|
{
|
|
1662
1718
|
width: sizeValue,
|
|
@@ -1666,7 +1722,7 @@ var init_LeadsFilled = __esm({
|
|
|
1666
1722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
1723
|
...props
|
|
1668
1724
|
},
|
|
1669
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ React35.createElement(
|
|
1670
1726
|
"path",
|
|
1671
1727
|
{
|
|
1672
1728
|
fillRule: "evenodd",
|
|
@@ -1675,7 +1731,7 @@ var init_LeadsFilled = __esm({
|
|
|
1675
1731
|
fill: "currentColor"
|
|
1676
1732
|
}
|
|
1677
1733
|
),
|
|
1678
|
-
/* @__PURE__ */
|
|
1734
|
+
/* @__PURE__ */ React35.createElement(
|
|
1679
1735
|
"path",
|
|
1680
1736
|
{
|
|
1681
1737
|
fillRule: "evenodd",
|
|
@@ -1684,7 +1740,7 @@ var init_LeadsFilled = __esm({
|
|
|
1684
1740
|
fill: "currentColor"
|
|
1685
1741
|
}
|
|
1686
1742
|
),
|
|
1687
|
-
/* @__PURE__ */
|
|
1743
|
+
/* @__PURE__ */ React35.createElement(
|
|
1688
1744
|
"path",
|
|
1689
1745
|
{
|
|
1690
1746
|
fillRule: "evenodd",
|
|
@@ -1693,7 +1749,7 @@ var init_LeadsFilled = __esm({
|
|
|
1693
1749
|
fill: "currentColor"
|
|
1694
1750
|
}
|
|
1695
1751
|
),
|
|
1696
|
-
/* @__PURE__ */
|
|
1752
|
+
/* @__PURE__ */ React35.createElement(
|
|
1697
1753
|
"path",
|
|
1698
1754
|
{
|
|
1699
1755
|
fillRule: "evenodd",
|
|
@@ -1713,7 +1769,7 @@ var LeadsLinear_exports = {};
|
|
|
1713
1769
|
__export(LeadsLinear_exports, {
|
|
1714
1770
|
default: () => LeadsLinear_default
|
|
1715
1771
|
});
|
|
1716
|
-
import * as
|
|
1772
|
+
import * as React36 from "react";
|
|
1717
1773
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
1718
1774
|
var init_LeadsLinear = __esm({
|
|
1719
1775
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -1721,7 +1777,7 @@ var init_LeadsLinear = __esm({
|
|
|
1721
1777
|
init_types();
|
|
1722
1778
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
1723
1779
|
const sizeValue = resolveSize(size);
|
|
1724
|
-
return /* @__PURE__ */
|
|
1780
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1725
1781
|
"svg",
|
|
1726
1782
|
{
|
|
1727
1783
|
width: sizeValue,
|
|
@@ -1731,7 +1787,7 @@ var init_LeadsLinear = __esm({
|
|
|
1731
1787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1732
1788
|
...props
|
|
1733
1789
|
},
|
|
1734
|
-
/* @__PURE__ */
|
|
1790
|
+
/* @__PURE__ */ React36.createElement(
|
|
1735
1791
|
"path",
|
|
1736
1792
|
{
|
|
1737
1793
|
fillRule: "evenodd",
|
|
@@ -1740,7 +1796,7 @@ var init_LeadsLinear = __esm({
|
|
|
1740
1796
|
fill: "currentColor"
|
|
1741
1797
|
}
|
|
1742
1798
|
),
|
|
1743
|
-
/* @__PURE__ */
|
|
1799
|
+
/* @__PURE__ */ React36.createElement(
|
|
1744
1800
|
"path",
|
|
1745
1801
|
{
|
|
1746
1802
|
fillRule: "evenodd",
|
|
@@ -1749,7 +1805,7 @@ var init_LeadsLinear = __esm({
|
|
|
1749
1805
|
fill: "currentColor"
|
|
1750
1806
|
}
|
|
1751
1807
|
),
|
|
1752
|
-
/* @__PURE__ */
|
|
1808
|
+
/* @__PURE__ */ React36.createElement(
|
|
1753
1809
|
"path",
|
|
1754
1810
|
{
|
|
1755
1811
|
fillRule: "evenodd",
|
|
@@ -1758,7 +1814,7 @@ var init_LeadsLinear = __esm({
|
|
|
1758
1814
|
fill: "currentColor"
|
|
1759
1815
|
}
|
|
1760
1816
|
),
|
|
1761
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ React36.createElement(
|
|
1762
1818
|
"path",
|
|
1763
1819
|
{
|
|
1764
1820
|
fillRule: "evenodd",
|
|
@@ -1778,7 +1834,7 @@ var Lock_exports = {};
|
|
|
1778
1834
|
__export(Lock_exports, {
|
|
1779
1835
|
default: () => Lock_default
|
|
1780
1836
|
});
|
|
1781
|
-
import * as
|
|
1837
|
+
import * as React37 from "react";
|
|
1782
1838
|
var SvgLock, Lock_default;
|
|
1783
1839
|
var init_Lock = __esm({
|
|
1784
1840
|
"src/react/Lock.tsx"() {
|
|
@@ -1786,7 +1842,7 @@ var init_Lock = __esm({
|
|
|
1786
1842
|
init_types();
|
|
1787
1843
|
SvgLock = ({ size = 16, ...props }) => {
|
|
1788
1844
|
const sizeValue = resolveSize(size);
|
|
1789
|
-
return /* @__PURE__ */
|
|
1845
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1790
1846
|
"svg",
|
|
1791
1847
|
{
|
|
1792
1848
|
width: sizeValue,
|
|
@@ -1796,7 +1852,7 @@ var init_Lock = __esm({
|
|
|
1796
1852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1797
1853
|
...props
|
|
1798
1854
|
},
|
|
1799
|
-
/* @__PURE__ */
|
|
1855
|
+
/* @__PURE__ */ React37.createElement(
|
|
1800
1856
|
"path",
|
|
1801
1857
|
{
|
|
1802
1858
|
fillRule: "evenodd",
|
|
@@ -1805,7 +1861,7 @@ var init_Lock = __esm({
|
|
|
1805
1861
|
fill: "currentColor"
|
|
1806
1862
|
}
|
|
1807
1863
|
),
|
|
1808
|
-
/* @__PURE__ */
|
|
1864
|
+
/* @__PURE__ */ React37.createElement(
|
|
1809
1865
|
"path",
|
|
1810
1866
|
{
|
|
1811
1867
|
fillRule: "evenodd",
|
|
@@ -1825,7 +1881,7 @@ var Logout_exports = {};
|
|
|
1825
1881
|
__export(Logout_exports, {
|
|
1826
1882
|
default: () => Logout_default
|
|
1827
1883
|
});
|
|
1828
|
-
import * as
|
|
1884
|
+
import * as React38 from "react";
|
|
1829
1885
|
var SvgLogout, Logout_default;
|
|
1830
1886
|
var init_Logout = __esm({
|
|
1831
1887
|
"src/react/Logout.tsx"() {
|
|
@@ -1833,7 +1889,7 @@ var init_Logout = __esm({
|
|
|
1833
1889
|
init_types();
|
|
1834
1890
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
1835
1891
|
const sizeValue = resolveSize(size);
|
|
1836
|
-
return /* @__PURE__ */
|
|
1892
|
+
return /* @__PURE__ */ React38.createElement(
|
|
1837
1893
|
"svg",
|
|
1838
1894
|
{
|
|
1839
1895
|
width: sizeValue,
|
|
@@ -1843,7 +1899,7 @@ var init_Logout = __esm({
|
|
|
1843
1899
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1844
1900
|
...props
|
|
1845
1901
|
},
|
|
1846
|
-
/* @__PURE__ */
|
|
1902
|
+
/* @__PURE__ */ React38.createElement(
|
|
1847
1903
|
"path",
|
|
1848
1904
|
{
|
|
1849
1905
|
fillRule: "evenodd",
|
|
@@ -1852,7 +1908,7 @@ var init_Logout = __esm({
|
|
|
1852
1908
|
fill: "currentColor"
|
|
1853
1909
|
}
|
|
1854
1910
|
),
|
|
1855
|
-
/* @__PURE__ */
|
|
1911
|
+
/* @__PURE__ */ React38.createElement(
|
|
1856
1912
|
"path",
|
|
1857
1913
|
{
|
|
1858
1914
|
fillRule: "evenodd",
|
|
@@ -1861,7 +1917,7 @@ var init_Logout = __esm({
|
|
|
1861
1917
|
fill: "currentColor"
|
|
1862
1918
|
}
|
|
1863
1919
|
),
|
|
1864
|
-
/* @__PURE__ */
|
|
1920
|
+
/* @__PURE__ */ React38.createElement(
|
|
1865
1921
|
"path",
|
|
1866
1922
|
{
|
|
1867
1923
|
fillRule: "evenodd",
|
|
@@ -1881,7 +1937,7 @@ var Mail_exports = {};
|
|
|
1881
1937
|
__export(Mail_exports, {
|
|
1882
1938
|
default: () => Mail_default
|
|
1883
1939
|
});
|
|
1884
|
-
import * as
|
|
1940
|
+
import * as React39 from "react";
|
|
1885
1941
|
var SvgMail, Mail_default;
|
|
1886
1942
|
var init_Mail = __esm({
|
|
1887
1943
|
"src/react/Mail.tsx"() {
|
|
@@ -1889,7 +1945,7 @@ var init_Mail = __esm({
|
|
|
1889
1945
|
init_types();
|
|
1890
1946
|
SvgMail = ({ size = 16, ...props }) => {
|
|
1891
1947
|
const sizeValue = resolveSize(size);
|
|
1892
|
-
return /* @__PURE__ */
|
|
1948
|
+
return /* @__PURE__ */ React39.createElement(
|
|
1893
1949
|
"svg",
|
|
1894
1950
|
{
|
|
1895
1951
|
width: sizeValue,
|
|
@@ -1899,7 +1955,7 @@ var init_Mail = __esm({
|
|
|
1899
1955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1900
1956
|
...props
|
|
1901
1957
|
},
|
|
1902
|
-
/* @__PURE__ */
|
|
1958
|
+
/* @__PURE__ */ React39.createElement(
|
|
1903
1959
|
"path",
|
|
1904
1960
|
{
|
|
1905
1961
|
fillRule: "evenodd",
|
|
@@ -1908,7 +1964,7 @@ var init_Mail = __esm({
|
|
|
1908
1964
|
fill: "currentColor"
|
|
1909
1965
|
}
|
|
1910
1966
|
),
|
|
1911
|
-
/* @__PURE__ */
|
|
1967
|
+
/* @__PURE__ */ React39.createElement(
|
|
1912
1968
|
"path",
|
|
1913
1969
|
{
|
|
1914
1970
|
fillRule: "evenodd",
|
|
@@ -1928,7 +1984,7 @@ var Mortgage_exports = {};
|
|
|
1928
1984
|
__export(Mortgage_exports, {
|
|
1929
1985
|
default: () => Mortgage_default
|
|
1930
1986
|
});
|
|
1931
|
-
import * as
|
|
1987
|
+
import * as React40 from "react";
|
|
1932
1988
|
var SvgMortgage, Mortgage_default;
|
|
1933
1989
|
var init_Mortgage = __esm({
|
|
1934
1990
|
"src/react/Mortgage.tsx"() {
|
|
@@ -1936,7 +1992,7 @@ var init_Mortgage = __esm({
|
|
|
1936
1992
|
init_types();
|
|
1937
1993
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
1938
1994
|
const sizeValue = resolveSize(size);
|
|
1939
|
-
return /* @__PURE__ */
|
|
1995
|
+
return /* @__PURE__ */ React40.createElement(
|
|
1940
1996
|
"svg",
|
|
1941
1997
|
{
|
|
1942
1998
|
width: sizeValue,
|
|
@@ -1946,7 +2002,7 @@ var init_Mortgage = __esm({
|
|
|
1946
2002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1947
2003
|
...props
|
|
1948
2004
|
},
|
|
1949
|
-
/* @__PURE__ */
|
|
2005
|
+
/* @__PURE__ */ React40.createElement(
|
|
1950
2006
|
"path",
|
|
1951
2007
|
{
|
|
1952
2008
|
fillRule: "evenodd",
|
|
@@ -1955,7 +2011,7 @@ var init_Mortgage = __esm({
|
|
|
1955
2011
|
fill: "currentColor"
|
|
1956
2012
|
}
|
|
1957
2013
|
),
|
|
1958
|
-
/* @__PURE__ */
|
|
2014
|
+
/* @__PURE__ */ React40.createElement(
|
|
1959
2015
|
"path",
|
|
1960
2016
|
{
|
|
1961
2017
|
fillRule: "evenodd",
|
|
@@ -1964,7 +2020,7 @@ var init_Mortgage = __esm({
|
|
|
1964
2020
|
fill: "currentColor"
|
|
1965
2021
|
}
|
|
1966
2022
|
),
|
|
1967
|
-
/* @__PURE__ */
|
|
2023
|
+
/* @__PURE__ */ React40.createElement(
|
|
1968
2024
|
"path",
|
|
1969
2025
|
{
|
|
1970
2026
|
fillRule: "evenodd",
|
|
@@ -1973,7 +2029,7 @@ var init_Mortgage = __esm({
|
|
|
1973
2029
|
fill: "currentColor"
|
|
1974
2030
|
}
|
|
1975
2031
|
),
|
|
1976
|
-
/* @__PURE__ */
|
|
2032
|
+
/* @__PURE__ */ React40.createElement(
|
|
1977
2033
|
"path",
|
|
1978
2034
|
{
|
|
1979
2035
|
fillRule: "evenodd",
|
|
@@ -1982,7 +2038,7 @@ var init_Mortgage = __esm({
|
|
|
1982
2038
|
fill: "currentColor"
|
|
1983
2039
|
}
|
|
1984
2040
|
),
|
|
1985
|
-
/* @__PURE__ */
|
|
2041
|
+
/* @__PURE__ */ React40.createElement(
|
|
1986
2042
|
"path",
|
|
1987
2043
|
{
|
|
1988
2044
|
fillRule: "evenodd",
|
|
@@ -1991,7 +2047,7 @@ var init_Mortgage = __esm({
|
|
|
1991
2047
|
fill: "currentColor"
|
|
1992
2048
|
}
|
|
1993
2049
|
),
|
|
1994
|
-
/* @__PURE__ */
|
|
2050
|
+
/* @__PURE__ */ React40.createElement(
|
|
1995
2051
|
"path",
|
|
1996
2052
|
{
|
|
1997
2053
|
fillRule: "evenodd",
|
|
@@ -2000,7 +2056,7 @@ var init_Mortgage = __esm({
|
|
|
2000
2056
|
fill: "currentColor"
|
|
2001
2057
|
}
|
|
2002
2058
|
),
|
|
2003
|
-
/* @__PURE__ */
|
|
2059
|
+
/* @__PURE__ */ React40.createElement(
|
|
2004
2060
|
"path",
|
|
2005
2061
|
{
|
|
2006
2062
|
fillRule: "evenodd",
|
|
@@ -2020,7 +2076,7 @@ var Note_exports = {};
|
|
|
2020
2076
|
__export(Note_exports, {
|
|
2021
2077
|
default: () => Note_default
|
|
2022
2078
|
});
|
|
2023
|
-
import * as
|
|
2079
|
+
import * as React41 from "react";
|
|
2024
2080
|
var SvgNote, Note_default;
|
|
2025
2081
|
var init_Note = __esm({
|
|
2026
2082
|
"src/react/Note.tsx"() {
|
|
@@ -2028,7 +2084,7 @@ var init_Note = __esm({
|
|
|
2028
2084
|
init_types();
|
|
2029
2085
|
SvgNote = ({ size = 16, ...props }) => {
|
|
2030
2086
|
const sizeValue = resolveSize(size);
|
|
2031
|
-
return /* @__PURE__ */
|
|
2087
|
+
return /* @__PURE__ */ React41.createElement(
|
|
2032
2088
|
"svg",
|
|
2033
2089
|
{
|
|
2034
2090
|
width: sizeValue,
|
|
@@ -2038,7 +2094,7 @@ var init_Note = __esm({
|
|
|
2038
2094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2039
2095
|
...props
|
|
2040
2096
|
},
|
|
2041
|
-
/* @__PURE__ */
|
|
2097
|
+
/* @__PURE__ */ React41.createElement(
|
|
2042
2098
|
"path",
|
|
2043
2099
|
{
|
|
2044
2100
|
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",
|
|
@@ -2056,7 +2112,7 @@ var Payments_exports = {};
|
|
|
2056
2112
|
__export(Payments_exports, {
|
|
2057
2113
|
default: () => Payments_default
|
|
2058
2114
|
});
|
|
2059
|
-
import * as
|
|
2115
|
+
import * as React42 from "react";
|
|
2060
2116
|
var SvgPayments, Payments_default;
|
|
2061
2117
|
var init_Payments = __esm({
|
|
2062
2118
|
"src/react/Payments.tsx"() {
|
|
@@ -2064,7 +2120,7 @@ var init_Payments = __esm({
|
|
|
2064
2120
|
init_types();
|
|
2065
2121
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
2066
2122
|
const sizeValue = resolveSize(size);
|
|
2067
|
-
return /* @__PURE__ */
|
|
2123
|
+
return /* @__PURE__ */ React42.createElement(
|
|
2068
2124
|
"svg",
|
|
2069
2125
|
{
|
|
2070
2126
|
width: sizeValue,
|
|
@@ -2074,7 +2130,7 @@ var init_Payments = __esm({
|
|
|
2074
2130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2075
2131
|
...props
|
|
2076
2132
|
},
|
|
2077
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ React42.createElement(
|
|
2078
2134
|
"path",
|
|
2079
2135
|
{
|
|
2080
2136
|
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",
|
|
@@ -2092,7 +2148,7 @@ var Plus_exports = {};
|
|
|
2092
2148
|
__export(Plus_exports, {
|
|
2093
2149
|
default: () => Plus_default
|
|
2094
2150
|
});
|
|
2095
|
-
import * as
|
|
2151
|
+
import * as React43 from "react";
|
|
2096
2152
|
var SvgPlus, Plus_default;
|
|
2097
2153
|
var init_Plus = __esm({
|
|
2098
2154
|
"src/react/Plus.tsx"() {
|
|
@@ -2100,7 +2156,7 @@ var init_Plus = __esm({
|
|
|
2100
2156
|
init_types();
|
|
2101
2157
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
2102
2158
|
const sizeValue = resolveSize(size);
|
|
2103
|
-
return /* @__PURE__ */
|
|
2159
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2104
2160
|
"svg",
|
|
2105
2161
|
{
|
|
2106
2162
|
width: sizeValue,
|
|
@@ -2110,7 +2166,7 @@ var init_Plus = __esm({
|
|
|
2110
2166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2111
2167
|
...props
|
|
2112
2168
|
},
|
|
2113
|
-
/* @__PURE__ */
|
|
2169
|
+
/* @__PURE__ */ React43.createElement(
|
|
2114
2170
|
"path",
|
|
2115
2171
|
{
|
|
2116
2172
|
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",
|
|
@@ -2128,7 +2184,7 @@ var PropertiesFilled_exports = {};
|
|
|
2128
2184
|
__export(PropertiesFilled_exports, {
|
|
2129
2185
|
default: () => PropertiesFilled_default
|
|
2130
2186
|
});
|
|
2131
|
-
import * as
|
|
2187
|
+
import * as React44 from "react";
|
|
2132
2188
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
2133
2189
|
var init_PropertiesFilled = __esm({
|
|
2134
2190
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -2136,7 +2192,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2136
2192
|
init_types();
|
|
2137
2193
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
2138
2194
|
const sizeValue = resolveSize(size);
|
|
2139
|
-
return /* @__PURE__ */
|
|
2195
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2140
2196
|
"svg",
|
|
2141
2197
|
{
|
|
2142
2198
|
width: sizeValue,
|
|
@@ -2146,7 +2202,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2146
2202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2147
2203
|
...props
|
|
2148
2204
|
},
|
|
2149
|
-
/* @__PURE__ */
|
|
2205
|
+
/* @__PURE__ */ React44.createElement(
|
|
2150
2206
|
"path",
|
|
2151
2207
|
{
|
|
2152
2208
|
fillRule: "evenodd",
|
|
@@ -2155,7 +2211,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2155
2211
|
fill: "currentColor"
|
|
2156
2212
|
}
|
|
2157
2213
|
),
|
|
2158
|
-
/* @__PURE__ */
|
|
2214
|
+
/* @__PURE__ */ React44.createElement(
|
|
2159
2215
|
"path",
|
|
2160
2216
|
{
|
|
2161
2217
|
fillRule: "evenodd",
|
|
@@ -2164,7 +2220,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2164
2220
|
fill: "currentColor"
|
|
2165
2221
|
}
|
|
2166
2222
|
),
|
|
2167
|
-
/* @__PURE__ */
|
|
2223
|
+
/* @__PURE__ */ React44.createElement(
|
|
2168
2224
|
"path",
|
|
2169
2225
|
{
|
|
2170
2226
|
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",
|
|
@@ -2182,7 +2238,7 @@ var PropertiesLinear_exports = {};
|
|
|
2182
2238
|
__export(PropertiesLinear_exports, {
|
|
2183
2239
|
default: () => PropertiesLinear_default
|
|
2184
2240
|
});
|
|
2185
|
-
import * as
|
|
2241
|
+
import * as React45 from "react";
|
|
2186
2242
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
2187
2243
|
var init_PropertiesLinear = __esm({
|
|
2188
2244
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -2190,7 +2246,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2190
2246
|
init_types();
|
|
2191
2247
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
2192
2248
|
const sizeValue = resolveSize(size);
|
|
2193
|
-
return /* @__PURE__ */
|
|
2249
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2194
2250
|
"svg",
|
|
2195
2251
|
{
|
|
2196
2252
|
width: sizeValue,
|
|
@@ -2200,7 +2256,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2200
2256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2201
2257
|
...props
|
|
2202
2258
|
},
|
|
2203
|
-
/* @__PURE__ */
|
|
2259
|
+
/* @__PURE__ */ React45.createElement(
|
|
2204
2260
|
"path",
|
|
2205
2261
|
{
|
|
2206
2262
|
fillRule: "evenodd",
|
|
@@ -2209,7 +2265,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2209
2265
|
fill: "currentColor"
|
|
2210
2266
|
}
|
|
2211
2267
|
),
|
|
2212
|
-
/* @__PURE__ */
|
|
2268
|
+
/* @__PURE__ */ React45.createElement(
|
|
2213
2269
|
"path",
|
|
2214
2270
|
{
|
|
2215
2271
|
fillRule: "evenodd",
|
|
@@ -2218,7 +2274,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2218
2274
|
fill: "currentColor"
|
|
2219
2275
|
}
|
|
2220
2276
|
),
|
|
2221
|
-
/* @__PURE__ */
|
|
2277
|
+
/* @__PURE__ */ React45.createElement(
|
|
2222
2278
|
"path",
|
|
2223
2279
|
{
|
|
2224
2280
|
fillRule: "evenodd",
|
|
@@ -2227,7 +2283,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2227
2283
|
fill: "currentColor"
|
|
2228
2284
|
}
|
|
2229
2285
|
),
|
|
2230
|
-
/* @__PURE__ */
|
|
2286
|
+
/* @__PURE__ */ React45.createElement(
|
|
2231
2287
|
"path",
|
|
2232
2288
|
{
|
|
2233
2289
|
fillRule: "evenodd",
|
|
@@ -2236,7 +2292,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2236
2292
|
fill: "currentColor"
|
|
2237
2293
|
}
|
|
2238
2294
|
),
|
|
2239
|
-
/* @__PURE__ */
|
|
2295
|
+
/* @__PURE__ */ React45.createElement(
|
|
2240
2296
|
"path",
|
|
2241
2297
|
{
|
|
2242
2298
|
fillRule: "evenodd",
|
|
@@ -2245,7 +2301,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2245
2301
|
fill: "currentColor"
|
|
2246
2302
|
}
|
|
2247
2303
|
),
|
|
2248
|
-
/* @__PURE__ */
|
|
2304
|
+
/* @__PURE__ */ React45.createElement(
|
|
2249
2305
|
"path",
|
|
2250
2306
|
{
|
|
2251
2307
|
fillRule: "evenodd",
|
|
@@ -2254,7 +2310,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2254
2310
|
fill: "currentColor"
|
|
2255
2311
|
}
|
|
2256
2312
|
),
|
|
2257
|
-
/* @__PURE__ */
|
|
2313
|
+
/* @__PURE__ */ React45.createElement(
|
|
2258
2314
|
"path",
|
|
2259
2315
|
{
|
|
2260
2316
|
fillRule: "evenodd",
|
|
@@ -2274,7 +2330,7 @@ var Rent_exports = {};
|
|
|
2274
2330
|
__export(Rent_exports, {
|
|
2275
2331
|
default: () => Rent_default
|
|
2276
2332
|
});
|
|
2277
|
-
import * as
|
|
2333
|
+
import * as React46 from "react";
|
|
2278
2334
|
var SvgRent, Rent_default;
|
|
2279
2335
|
var init_Rent = __esm({
|
|
2280
2336
|
"src/react/Rent.tsx"() {
|
|
@@ -2282,7 +2338,7 @@ var init_Rent = __esm({
|
|
|
2282
2338
|
init_types();
|
|
2283
2339
|
SvgRent = ({ size = 16, ...props }) => {
|
|
2284
2340
|
const sizeValue = resolveSize(size);
|
|
2285
|
-
return /* @__PURE__ */
|
|
2341
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2286
2342
|
"svg",
|
|
2287
2343
|
{
|
|
2288
2344
|
width: sizeValue,
|
|
@@ -2292,7 +2348,7 @@ var init_Rent = __esm({
|
|
|
2292
2348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2293
2349
|
...props
|
|
2294
2350
|
},
|
|
2295
|
-
/* @__PURE__ */
|
|
2351
|
+
/* @__PURE__ */ React46.createElement(
|
|
2296
2352
|
"path",
|
|
2297
2353
|
{
|
|
2298
2354
|
fillRule: "evenodd",
|
|
@@ -2301,7 +2357,7 @@ var init_Rent = __esm({
|
|
|
2301
2357
|
fill: "currentColor"
|
|
2302
2358
|
}
|
|
2303
2359
|
),
|
|
2304
|
-
/* @__PURE__ */
|
|
2360
|
+
/* @__PURE__ */ React46.createElement(
|
|
2305
2361
|
"path",
|
|
2306
2362
|
{
|
|
2307
2363
|
fillRule: "evenodd",
|
|
@@ -2310,7 +2366,7 @@ var init_Rent = __esm({
|
|
|
2310
2366
|
fill: "currentColor"
|
|
2311
2367
|
}
|
|
2312
2368
|
),
|
|
2313
|
-
/* @__PURE__ */
|
|
2369
|
+
/* @__PURE__ */ React46.createElement(
|
|
2314
2370
|
"path",
|
|
2315
2371
|
{
|
|
2316
2372
|
fillRule: "evenodd",
|
|
@@ -2330,7 +2386,7 @@ var Search_exports = {};
|
|
|
2330
2386
|
__export(Search_exports, {
|
|
2331
2387
|
default: () => Search_default
|
|
2332
2388
|
});
|
|
2333
|
-
import * as
|
|
2389
|
+
import * as React47 from "react";
|
|
2334
2390
|
var SvgSearch, Search_default;
|
|
2335
2391
|
var init_Search = __esm({
|
|
2336
2392
|
"src/react/Search.tsx"() {
|
|
@@ -2338,7 +2394,7 @@ var init_Search = __esm({
|
|
|
2338
2394
|
init_types();
|
|
2339
2395
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
2340
2396
|
const sizeValue = resolveSize(size);
|
|
2341
|
-
return /* @__PURE__ */
|
|
2397
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2342
2398
|
"svg",
|
|
2343
2399
|
{
|
|
2344
2400
|
width: sizeValue,
|
|
@@ -2348,7 +2404,7 @@ var init_Search = __esm({
|
|
|
2348
2404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2349
2405
|
...props
|
|
2350
2406
|
},
|
|
2351
|
-
/* @__PURE__ */
|
|
2407
|
+
/* @__PURE__ */ React47.createElement(
|
|
2352
2408
|
"path",
|
|
2353
2409
|
{
|
|
2354
2410
|
fillRule: "evenodd",
|
|
@@ -2357,7 +2413,7 @@ var init_Search = __esm({
|
|
|
2357
2413
|
fill: "currentColor"
|
|
2358
2414
|
}
|
|
2359
2415
|
),
|
|
2360
|
-
/* @__PURE__ */
|
|
2416
|
+
/* @__PURE__ */ React47.createElement(
|
|
2361
2417
|
"path",
|
|
2362
2418
|
{
|
|
2363
2419
|
fillRule: "evenodd",
|
|
@@ -2377,7 +2433,7 @@ var SearchX_exports = {};
|
|
|
2377
2433
|
__export(SearchX_exports, {
|
|
2378
2434
|
default: () => SearchX_default
|
|
2379
2435
|
});
|
|
2380
|
-
import * as
|
|
2436
|
+
import * as React48 from "react";
|
|
2381
2437
|
var SvgSearchX, SearchX_default;
|
|
2382
2438
|
var init_SearchX = __esm({
|
|
2383
2439
|
"src/react/SearchX.tsx"() {
|
|
@@ -2385,7 +2441,7 @@ var init_SearchX = __esm({
|
|
|
2385
2441
|
init_types();
|
|
2386
2442
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
2387
2443
|
const sizeValue = resolveSize(size);
|
|
2388
|
-
return /* @__PURE__ */
|
|
2444
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2389
2445
|
"svg",
|
|
2390
2446
|
{
|
|
2391
2447
|
width: sizeValue,
|
|
@@ -2395,7 +2451,7 @@ var init_SearchX = __esm({
|
|
|
2395
2451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2396
2452
|
...props
|
|
2397
2453
|
},
|
|
2398
|
-
/* @__PURE__ */
|
|
2454
|
+
/* @__PURE__ */ React48.createElement(
|
|
2399
2455
|
"path",
|
|
2400
2456
|
{
|
|
2401
2457
|
fillRule: "evenodd",
|
|
@@ -2404,7 +2460,7 @@ var init_SearchX = __esm({
|
|
|
2404
2460
|
fill: "currentColor"
|
|
2405
2461
|
}
|
|
2406
2462
|
),
|
|
2407
|
-
/* @__PURE__ */
|
|
2463
|
+
/* @__PURE__ */ React48.createElement(
|
|
2408
2464
|
"path",
|
|
2409
2465
|
{
|
|
2410
2466
|
fillRule: "evenodd",
|
|
@@ -2413,7 +2469,7 @@ var init_SearchX = __esm({
|
|
|
2413
2469
|
fill: "currentColor"
|
|
2414
2470
|
}
|
|
2415
2471
|
),
|
|
2416
|
-
/* @__PURE__ */
|
|
2472
|
+
/* @__PURE__ */ React48.createElement(
|
|
2417
2473
|
"path",
|
|
2418
2474
|
{
|
|
2419
2475
|
fillRule: "evenodd",
|
|
@@ -2422,7 +2478,7 @@ var init_SearchX = __esm({
|
|
|
2422
2478
|
fill: "currentColor"
|
|
2423
2479
|
}
|
|
2424
2480
|
),
|
|
2425
|
-
/* @__PURE__ */
|
|
2481
|
+
/* @__PURE__ */ React48.createElement(
|
|
2426
2482
|
"path",
|
|
2427
2483
|
{
|
|
2428
2484
|
fillRule: "evenodd",
|
|
@@ -2442,7 +2498,7 @@ var Share_exports = {};
|
|
|
2442
2498
|
__export(Share_exports, {
|
|
2443
2499
|
default: () => Share_default
|
|
2444
2500
|
});
|
|
2445
|
-
import * as
|
|
2501
|
+
import * as React49 from "react";
|
|
2446
2502
|
var SvgShare, Share_default;
|
|
2447
2503
|
var init_Share = __esm({
|
|
2448
2504
|
"src/react/Share.tsx"() {
|
|
@@ -2450,7 +2506,7 @@ var init_Share = __esm({
|
|
|
2450
2506
|
init_types();
|
|
2451
2507
|
SvgShare = ({ size = 16, ...props }) => {
|
|
2452
2508
|
const sizeValue = resolveSize(size);
|
|
2453
|
-
return /* @__PURE__ */
|
|
2509
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2454
2510
|
"svg",
|
|
2455
2511
|
{
|
|
2456
2512
|
width: sizeValue,
|
|
@@ -2460,7 +2516,7 @@ var init_Share = __esm({
|
|
|
2460
2516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2461
2517
|
...props
|
|
2462
2518
|
},
|
|
2463
|
-
/* @__PURE__ */
|
|
2519
|
+
/* @__PURE__ */ React49.createElement(
|
|
2464
2520
|
"path",
|
|
2465
2521
|
{
|
|
2466
2522
|
fillRule: "evenodd",
|
|
@@ -2469,7 +2525,7 @@ var init_Share = __esm({
|
|
|
2469
2525
|
fill: "currentColor"
|
|
2470
2526
|
}
|
|
2471
2527
|
),
|
|
2472
|
-
/* @__PURE__ */
|
|
2528
|
+
/* @__PURE__ */ React49.createElement(
|
|
2473
2529
|
"path",
|
|
2474
2530
|
{
|
|
2475
2531
|
fillRule: "evenodd",
|
|
@@ -2478,7 +2534,7 @@ var init_Share = __esm({
|
|
|
2478
2534
|
fill: "currentColor"
|
|
2479
2535
|
}
|
|
2480
2536
|
),
|
|
2481
|
-
/* @__PURE__ */
|
|
2537
|
+
/* @__PURE__ */ React49.createElement(
|
|
2482
2538
|
"path",
|
|
2483
2539
|
{
|
|
2484
2540
|
fillRule: "evenodd",
|
|
@@ -2498,7 +2554,7 @@ var Trash2_exports = {};
|
|
|
2498
2554
|
__export(Trash2_exports, {
|
|
2499
2555
|
default: () => Trash2_default
|
|
2500
2556
|
});
|
|
2501
|
-
import * as
|
|
2557
|
+
import * as React50 from "react";
|
|
2502
2558
|
var SvgTrash2, Trash2_default;
|
|
2503
2559
|
var init_Trash2 = __esm({
|
|
2504
2560
|
"src/react/Trash2.tsx"() {
|
|
@@ -2506,7 +2562,7 @@ var init_Trash2 = __esm({
|
|
|
2506
2562
|
init_types();
|
|
2507
2563
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
2508
2564
|
const sizeValue = resolveSize(size);
|
|
2509
|
-
return /* @__PURE__ */
|
|
2565
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2510
2566
|
"svg",
|
|
2511
2567
|
{
|
|
2512
2568
|
width: sizeValue,
|
|
@@ -2516,7 +2572,7 @@ var init_Trash2 = __esm({
|
|
|
2516
2572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2517
2573
|
...props
|
|
2518
2574
|
},
|
|
2519
|
-
/* @__PURE__ */
|
|
2575
|
+
/* @__PURE__ */ React50.createElement(
|
|
2520
2576
|
"path",
|
|
2521
2577
|
{
|
|
2522
2578
|
fillRule: "evenodd",
|
|
@@ -2525,7 +2581,7 @@ var init_Trash2 = __esm({
|
|
|
2525
2581
|
fill: "currentColor"
|
|
2526
2582
|
}
|
|
2527
2583
|
),
|
|
2528
|
-
/* @__PURE__ */
|
|
2584
|
+
/* @__PURE__ */ React50.createElement(
|
|
2529
2585
|
"path",
|
|
2530
2586
|
{
|
|
2531
2587
|
fillRule: "evenodd",
|
|
@@ -2534,7 +2590,7 @@ var init_Trash2 = __esm({
|
|
|
2534
2590
|
fill: "currentColor"
|
|
2535
2591
|
}
|
|
2536
2592
|
),
|
|
2537
|
-
/* @__PURE__ */
|
|
2593
|
+
/* @__PURE__ */ React50.createElement(
|
|
2538
2594
|
"path",
|
|
2539
2595
|
{
|
|
2540
2596
|
fillRule: "evenodd",
|
|
@@ -2543,7 +2599,7 @@ var init_Trash2 = __esm({
|
|
|
2543
2599
|
fill: "currentColor"
|
|
2544
2600
|
}
|
|
2545
2601
|
),
|
|
2546
|
-
/* @__PURE__ */
|
|
2602
|
+
/* @__PURE__ */ React50.createElement(
|
|
2547
2603
|
"path",
|
|
2548
2604
|
{
|
|
2549
2605
|
fillRule: "evenodd",
|
|
@@ -2552,7 +2608,7 @@ var init_Trash2 = __esm({
|
|
|
2552
2608
|
fill: "currentColor"
|
|
2553
2609
|
}
|
|
2554
2610
|
),
|
|
2555
|
-
/* @__PURE__ */
|
|
2611
|
+
/* @__PURE__ */ React50.createElement(
|
|
2556
2612
|
"path",
|
|
2557
2613
|
{
|
|
2558
2614
|
fillRule: "evenodd",
|
|
@@ -2572,7 +2628,7 @@ var User_exports = {};
|
|
|
2572
2628
|
__export(User_exports, {
|
|
2573
2629
|
default: () => User_default
|
|
2574
2630
|
});
|
|
2575
|
-
import * as
|
|
2631
|
+
import * as React51 from "react";
|
|
2576
2632
|
var SvgUser, User_default;
|
|
2577
2633
|
var init_User = __esm({
|
|
2578
2634
|
"src/react/User.tsx"() {
|
|
@@ -2580,7 +2636,7 @@ var init_User = __esm({
|
|
|
2580
2636
|
init_types();
|
|
2581
2637
|
SvgUser = ({ size = 16, ...props }) => {
|
|
2582
2638
|
const sizeValue = resolveSize(size);
|
|
2583
|
-
return /* @__PURE__ */
|
|
2639
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2584
2640
|
"svg",
|
|
2585
2641
|
{
|
|
2586
2642
|
width: sizeValue,
|
|
@@ -2590,7 +2646,7 @@ var init_User = __esm({
|
|
|
2590
2646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2591
2647
|
...props
|
|
2592
2648
|
},
|
|
2593
|
-
/* @__PURE__ */
|
|
2649
|
+
/* @__PURE__ */ React51.createElement(
|
|
2594
2650
|
"path",
|
|
2595
2651
|
{
|
|
2596
2652
|
fillRule: "evenodd",
|
|
@@ -2599,7 +2655,7 @@ var init_User = __esm({
|
|
|
2599
2655
|
fill: "currentColor"
|
|
2600
2656
|
}
|
|
2601
2657
|
),
|
|
2602
|
-
/* @__PURE__ */
|
|
2658
|
+
/* @__PURE__ */ React51.createElement(
|
|
2603
2659
|
"path",
|
|
2604
2660
|
{
|
|
2605
2661
|
fillRule: "evenodd",
|
|
@@ -2619,7 +2675,7 @@ var Whatsapp_exports = {};
|
|
|
2619
2675
|
__export(Whatsapp_exports, {
|
|
2620
2676
|
default: () => Whatsapp_default
|
|
2621
2677
|
});
|
|
2622
|
-
import * as
|
|
2678
|
+
import * as React52 from "react";
|
|
2623
2679
|
var SvgWhatsapp, Whatsapp_default;
|
|
2624
2680
|
var init_Whatsapp = __esm({
|
|
2625
2681
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -2627,7 +2683,7 @@ var init_Whatsapp = __esm({
|
|
|
2627
2683
|
init_types();
|
|
2628
2684
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
2629
2685
|
const sizeValue = resolveSize(size);
|
|
2630
|
-
return /* @__PURE__ */
|
|
2686
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2631
2687
|
"svg",
|
|
2632
2688
|
{
|
|
2633
2689
|
width: sizeValue,
|
|
@@ -2637,7 +2693,7 @@ var init_Whatsapp = __esm({
|
|
|
2637
2693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2638
2694
|
...props
|
|
2639
2695
|
},
|
|
2640
|
-
/* @__PURE__ */
|
|
2696
|
+
/* @__PURE__ */ React52.createElement(
|
|
2641
2697
|
"path",
|
|
2642
2698
|
{
|
|
2643
2699
|
fillRule: "evenodd",
|
|
@@ -2679,6 +2735,7 @@ init_EyeVisible();
|
|
|
2679
2735
|
init_FileCheck();
|
|
2680
2736
|
init_FileKey();
|
|
2681
2737
|
init_FileLock();
|
|
2738
|
+
init_FileSignature();
|
|
2682
2739
|
init_FileSpreadsheet();
|
|
2683
2740
|
init_FileText();
|
|
2684
2741
|
init_HelpCircle();
|
|
@@ -2706,7 +2763,7 @@ init_User();
|
|
|
2706
2763
|
init_Whatsapp();
|
|
2707
2764
|
|
|
2708
2765
|
// src/react/Icon.tsx
|
|
2709
|
-
import * as
|
|
2766
|
+
import * as React53 from "react";
|
|
2710
2767
|
function loadIcon(name) {
|
|
2711
2768
|
switch (name) {
|
|
2712
2769
|
case "alert-triangle":
|
|
@@ -2761,6 +2818,8 @@ function loadIcon(name) {
|
|
|
2761
2818
|
return Promise.resolve().then(() => (init_FileKey(), FileKey_exports)).then((m) => m.default);
|
|
2762
2819
|
case "file-lock":
|
|
2763
2820
|
return Promise.resolve().then(() => (init_FileLock(), FileLock_exports)).then((m) => m.default);
|
|
2821
|
+
case "file-signature":
|
|
2822
|
+
return Promise.resolve().then(() => (init_FileSignature(), FileSignature_exports)).then((m) => m.default);
|
|
2764
2823
|
case "file-spreadsheet":
|
|
2765
2824
|
return Promise.resolve().then(() => (init_FileSpreadsheet(), FileSpreadsheet_exports)).then((m) => m.default);
|
|
2766
2825
|
case "file-text":
|
|
@@ -2816,10 +2875,10 @@ function loadIcon(name) {
|
|
|
2816
2875
|
}
|
|
2817
2876
|
}
|
|
2818
2877
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
2819
|
-
const [IconComponent, setIconComponent] =
|
|
2820
|
-
const [loading, setLoading] =
|
|
2821
|
-
const [error, setError] =
|
|
2822
|
-
|
|
2878
|
+
const [IconComponent, setIconComponent] = React53.useState(null);
|
|
2879
|
+
const [loading, setLoading] = React53.useState(true);
|
|
2880
|
+
const [error, setError] = React53.useState(null);
|
|
2881
|
+
React53.useEffect(() => {
|
|
2823
2882
|
setLoading(true);
|
|
2824
2883
|
setError(null);
|
|
2825
2884
|
loadIcon(name).then((Component) => {
|
|
@@ -2838,7 +2897,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
2838
2897
|
return null;
|
|
2839
2898
|
}
|
|
2840
2899
|
const style = color ? { ...props.style, color } : props.style;
|
|
2841
|
-
return /* @__PURE__ */
|
|
2900
|
+
return /* @__PURE__ */ React53.createElement(IconComponent, { size, ...props, style });
|
|
2842
2901
|
};
|
|
2843
2902
|
var Icon_default = Icon;
|
|
2844
2903
|
|
|
@@ -2871,6 +2930,7 @@ export {
|
|
|
2871
2930
|
FileCheck_default as FileCheck,
|
|
2872
2931
|
FileKey_default as FileKey,
|
|
2873
2932
|
FileLock_default as FileLock,
|
|
2933
|
+
FileSignature_default as FileSignature,
|
|
2874
2934
|
FileSpreadsheet_default as FileSpreadsheet,
|
|
2875
2935
|
FileText_default as FileText,
|
|
2876
2936
|
HelpCircle_default as HelpCircle,
|