@app-studio/web 0.8.70 → 0.8.72
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/components/Icon/Icon.d.ts +1 -0
- package/dist/web.cjs.development.js +150 -116
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +150 -117
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +150 -116
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
_excluded35 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
254
254
|
_excluded36 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
255
255
|
_excluded37 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
256
|
-
_excluded38 = ["widthHeight", "color", "
|
|
256
|
+
_excluded38 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
257
257
|
_excluded39 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
258
258
|
_excluded40 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
259
259
|
_excluded41 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -265,9 +265,9 @@
|
|
|
265
265
|
_excluded47 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
266
266
|
_excluded48 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
267
267
|
_excluded49 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
268
|
-
_excluded50 = ["widthHeight", "color", "
|
|
268
|
+
_excluded50 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
269
269
|
_excluded51 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
270
|
-
_excluded52 = ["widthHeight", "color", "
|
|
270
|
+
_excluded52 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
271
271
|
_excluded53 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
272
272
|
_excluded54 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
273
273
|
_excluded55 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -280,14 +280,15 @@
|
|
|
280
280
|
_excluded62 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
281
281
|
_excluded63 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
282
282
|
_excluded64 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
283
|
-
_excluded65 = ["widthHeight", "color", "
|
|
283
|
+
_excluded65 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
284
284
|
_excluded66 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
285
285
|
_excluded67 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
286
286
|
_excluded68 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
287
287
|
_excluded69 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
288
288
|
_excluded70 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
289
289
|
_excluded71 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
290
|
-
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"]
|
|
290
|
+
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
291
|
+
_excluded73 = ["widthHeight", "color", "strokeWidth", "filled"];
|
|
291
292
|
// Default wrapper component for consistent sizing and styling
|
|
292
293
|
var IconWrapper = _ref => {
|
|
293
294
|
var {
|
|
@@ -1175,12 +1176,12 @@
|
|
|
1175
1176
|
d: "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"
|
|
1176
1177
|
})));
|
|
1177
1178
|
};
|
|
1178
|
-
var
|
|
1179
|
+
var MagicWandIcon = _ref36 => {
|
|
1179
1180
|
var {
|
|
1180
1181
|
widthHeight = 24,
|
|
1181
1182
|
color = 'currentColor',
|
|
1182
1183
|
strokeWidth = 1,
|
|
1183
|
-
filled =
|
|
1184
|
+
filled = true
|
|
1184
1185
|
} = _ref36,
|
|
1185
1186
|
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1186
1187
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
@@ -1190,6 +1191,36 @@
|
|
|
1190
1191
|
viewBox: "0 0 24 24",
|
|
1191
1192
|
"aria-hidden": "false",
|
|
1192
1193
|
focusable: "false"
|
|
1194
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
1195
|
+
x: "-3",
|
|
1196
|
+
y: "17",
|
|
1197
|
+
width: "15",
|
|
1198
|
+
height: "4",
|
|
1199
|
+
rx: "1",
|
|
1200
|
+
transform: "rotate(-40 2 13)"
|
|
1201
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1202
|
+
d: "M17 3L18 6L21 7L18 8L17 11L16 8L13 7L16 6L17 3Z"
|
|
1203
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1204
|
+
d: "M21 9L21.7 11L23.5 12L21.7 13L21 15L20.3 13L18.5 12L20.3 11L21 9Z"
|
|
1205
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1206
|
+
d: "M16 15L16.7 16.5L18 17L16.7 17.5L16 19L15.3 17.5L14 17L15.3 16.5L16 15Z"
|
|
1207
|
+
})));
|
|
1208
|
+
};
|
|
1209
|
+
var SliderVerticalIcon = _ref37 => {
|
|
1210
|
+
var {
|
|
1211
|
+
widthHeight = 24,
|
|
1212
|
+
color = 'currentColor',
|
|
1213
|
+
strokeWidth = 1,
|
|
1214
|
+
filled = false
|
|
1215
|
+
} = _ref37,
|
|
1216
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1217
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1218
|
+
widthHeight: widthHeight,
|
|
1219
|
+
color: color
|
|
1220
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
1221
|
+
viewBox: "0 0 24 24",
|
|
1222
|
+
"aria-hidden": "false",
|
|
1223
|
+
focusable: "false"
|
|
1193
1224
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1194
1225
|
stroke: color,
|
|
1195
1226
|
x1: "4",
|
|
@@ -1246,14 +1277,14 @@
|
|
|
1246
1277
|
y2: "16"
|
|
1247
1278
|
})));
|
|
1248
1279
|
};
|
|
1249
|
-
var PanelIcon =
|
|
1280
|
+
var PanelIcon = _ref38 => {
|
|
1250
1281
|
var {
|
|
1251
1282
|
widthHeight = 24,
|
|
1252
1283
|
color = 'currentColor',
|
|
1253
1284
|
strokeWidth = 1,
|
|
1254
1285
|
filled = false
|
|
1255
|
-
} =
|
|
1256
|
-
props = _objectWithoutPropertiesLoose(
|
|
1286
|
+
} = _ref38,
|
|
1287
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1257
1288
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1258
1289
|
widthHeight: widthHeight,
|
|
1259
1290
|
color: color
|
|
@@ -1289,14 +1320,14 @@
|
|
|
1289
1320
|
y2: "15"
|
|
1290
1321
|
})));
|
|
1291
1322
|
};
|
|
1292
|
-
var FilterIcon =
|
|
1323
|
+
var FilterIcon = _ref39 => {
|
|
1293
1324
|
var {
|
|
1294
1325
|
widthHeight = 24,
|
|
1295
1326
|
color = 'currentColor',
|
|
1296
1327
|
filled = false,
|
|
1297
1328
|
strokeWidth = 1
|
|
1298
|
-
} =
|
|
1299
|
-
props = _objectWithoutPropertiesLoose(
|
|
1329
|
+
} = _ref39,
|
|
1330
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1300
1331
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1301
1332
|
widthHeight: widthHeight,
|
|
1302
1333
|
color: color
|
|
@@ -1308,14 +1339,14 @@
|
|
|
1308
1339
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
1309
1340
|
})));
|
|
1310
1341
|
};
|
|
1311
|
-
var HomeIcon =
|
|
1342
|
+
var HomeIcon = _ref40 => {
|
|
1312
1343
|
var {
|
|
1313
1344
|
widthHeight = 24,
|
|
1314
1345
|
color = 'currentColor',
|
|
1315
1346
|
filled = true,
|
|
1316
1347
|
strokeWidth = 1
|
|
1317
|
-
} =
|
|
1318
|
-
props = _objectWithoutPropertiesLoose(
|
|
1348
|
+
} = _ref40,
|
|
1349
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1319
1350
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1320
1351
|
widthHeight: widthHeight,
|
|
1321
1352
|
color: color
|
|
@@ -1327,14 +1358,14 @@
|
|
|
1327
1358
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1328
1359
|
})));
|
|
1329
1360
|
};
|
|
1330
|
-
var LocationIcon =
|
|
1361
|
+
var LocationIcon = _ref41 => {
|
|
1331
1362
|
var {
|
|
1332
1363
|
widthHeight = 24,
|
|
1333
1364
|
color = 'currentColor',
|
|
1334
1365
|
filled = true,
|
|
1335
1366
|
strokeWidth = 1
|
|
1336
|
-
} =
|
|
1337
|
-
props = _objectWithoutPropertiesLoose(
|
|
1367
|
+
} = _ref41,
|
|
1368
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1338
1369
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1339
1370
|
widthHeight: widthHeight,
|
|
1340
1371
|
color: color
|
|
@@ -1346,14 +1377,14 @@
|
|
|
1346
1377
|
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
|
|
1347
1378
|
})));
|
|
1348
1379
|
};
|
|
1349
|
-
var LockIcon =
|
|
1380
|
+
var LockIcon = _ref42 => {
|
|
1350
1381
|
var {
|
|
1351
1382
|
widthHeight = 24,
|
|
1352
1383
|
color = 'currentColor',
|
|
1353
1384
|
filled = false,
|
|
1354
1385
|
strokeWidth = 1
|
|
1355
|
-
} =
|
|
1356
|
-
props = _objectWithoutPropertiesLoose(
|
|
1386
|
+
} = _ref42,
|
|
1387
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1357
1388
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1358
1389
|
widthHeight: widthHeight,
|
|
1359
1390
|
color: color
|
|
@@ -1372,14 +1403,14 @@
|
|
|
1372
1403
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1373
1404
|
})));
|
|
1374
1405
|
};
|
|
1375
|
-
var MicrophoneIcon =
|
|
1406
|
+
var MicrophoneIcon = _ref43 => {
|
|
1376
1407
|
var {
|
|
1377
1408
|
widthHeight = 24,
|
|
1378
1409
|
color = 'currentColor',
|
|
1379
1410
|
filled = false,
|
|
1380
1411
|
strokeWidth = 1
|
|
1381
|
-
} =
|
|
1382
|
-
props = _objectWithoutPropertiesLoose(
|
|
1412
|
+
} = _ref43,
|
|
1413
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1383
1414
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1384
1415
|
widthHeight: widthHeight,
|
|
1385
1416
|
color: color
|
|
@@ -1405,14 +1436,14 @@
|
|
|
1405
1436
|
y2: "23"
|
|
1406
1437
|
})));
|
|
1407
1438
|
};
|
|
1408
|
-
var MoonIcon =
|
|
1439
|
+
var MoonIcon = _ref44 => {
|
|
1409
1440
|
var {
|
|
1410
1441
|
widthHeight = 24,
|
|
1411
1442
|
color = 'currentColor',
|
|
1412
1443
|
filled = true,
|
|
1413
1444
|
strokeWidth = 1
|
|
1414
|
-
} =
|
|
1415
|
-
props = _objectWithoutPropertiesLoose(
|
|
1445
|
+
} = _ref44,
|
|
1446
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1416
1447
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1417
1448
|
widthHeight: widthHeight,
|
|
1418
1449
|
color: color
|
|
@@ -1424,14 +1455,14 @@
|
|
|
1424
1455
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1425
1456
|
})));
|
|
1426
1457
|
};
|
|
1427
|
-
var NotificationIcon =
|
|
1458
|
+
var NotificationIcon = _ref45 => {
|
|
1428
1459
|
var {
|
|
1429
1460
|
widthHeight = 24,
|
|
1430
1461
|
color = 'currentColor',
|
|
1431
1462
|
filled = false,
|
|
1432
1463
|
strokeWidth = 1
|
|
1433
|
-
} =
|
|
1434
|
-
props = _objectWithoutPropertiesLoose(
|
|
1464
|
+
} = _ref45,
|
|
1465
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1435
1466
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1436
1467
|
widthHeight: widthHeight,
|
|
1437
1468
|
color: color
|
|
@@ -1445,14 +1476,14 @@
|
|
|
1445
1476
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1446
1477
|
})));
|
|
1447
1478
|
};
|
|
1448
|
-
var OpenEyeIcon =
|
|
1479
|
+
var OpenEyeIcon = _ref46 => {
|
|
1449
1480
|
var {
|
|
1450
1481
|
widthHeight = 24,
|
|
1451
1482
|
color = 'currentColor',
|
|
1452
1483
|
filled = true,
|
|
1453
1484
|
strokeWidth = 1
|
|
1454
|
-
} =
|
|
1455
|
-
props = _objectWithoutPropertiesLoose(
|
|
1485
|
+
} = _ref46,
|
|
1486
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1456
1487
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1457
1488
|
widthHeight: widthHeight,
|
|
1458
1489
|
color: color
|
|
@@ -1464,14 +1495,14 @@
|
|
|
1464
1495
|
d: "M12 4C7 4 2.73 7.11 1 12c1.73 4.89 6 8 11 8s9.27-3.11 11-8c-1.73-4.89-6-8-11-8zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
1465
1496
|
})));
|
|
1466
1497
|
};
|
|
1467
|
-
var ProfileIcon =
|
|
1498
|
+
var ProfileIcon = _ref47 => {
|
|
1468
1499
|
var {
|
|
1469
1500
|
widthHeight = 24,
|
|
1470
1501
|
color = 'currentColor',
|
|
1471
1502
|
filled = true,
|
|
1472
1503
|
strokeWidth = 1
|
|
1473
|
-
} =
|
|
1474
|
-
props = _objectWithoutPropertiesLoose(
|
|
1504
|
+
} = _ref47,
|
|
1505
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1475
1506
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1476
1507
|
widthHeight: widthHeight,
|
|
1477
1508
|
color: color
|
|
@@ -1484,14 +1515,14 @@
|
|
|
1484
1515
|
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
1485
1516
|
}), ' '));
|
|
1486
1517
|
};
|
|
1487
|
-
var SettingsIcon =
|
|
1518
|
+
var SettingsIcon = _ref48 => {
|
|
1488
1519
|
var {
|
|
1489
1520
|
widthHeight = 24,
|
|
1490
1521
|
color = 'currentColor',
|
|
1491
1522
|
filled = false,
|
|
1492
1523
|
strokeWidth = 1
|
|
1493
|
-
} =
|
|
1494
|
-
props = _objectWithoutPropertiesLoose(
|
|
1524
|
+
} = _ref48,
|
|
1525
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1495
1526
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1496
1527
|
widthHeight: widthHeight,
|
|
1497
1528
|
color: color
|
|
@@ -1503,14 +1534,14 @@
|
|
|
1503
1534
|
d: "M19.4 13c0-.3.1-.6.1-1s0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.2-.4-.3-.6-.2l-2.5 1c-.5-.4-1.1-.7-1.7-.9l-.4-2.6c0-.2-.3-.4-.5-.4h-4c-.2 0-.5.2-.5.4l-.4 2.6c-.6.2-1.2.5-1.7.9l-2.5-1c-.2-.1-.5 0-.6.2l-2 3.5c-.1.2-.1.4.1.6L4.6 11c0 .3-.1.6-.1 1s0 .7.1 1l-2.1 1.6c-.2.2-.2.4-.1.6l2 3.5c.1.2.4.3.6.2l2.5-1c.5.4 1.1.7 1.7.9l.4 2.6c0 .2.3.4.5.4h4c.2 0 .5-.2.5-.4l.4-2.6c.6-.2 1.2-.5 1.7-.9l2.5 1c.2.1.5 0 .6-.2l2-3.5c.1-.2.1-.4-.1-.6L19.4 13zM12 15.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"
|
|
1504
1535
|
})));
|
|
1505
1536
|
};
|
|
1506
|
-
var SuccessIcon =
|
|
1537
|
+
var SuccessIcon = _ref49 => {
|
|
1507
1538
|
var {
|
|
1508
1539
|
widthHeight = 24,
|
|
1509
1540
|
color = 'currentColor',
|
|
1510
1541
|
filled = true,
|
|
1511
1542
|
strokeWidth = 1
|
|
1512
|
-
} =
|
|
1513
|
-
props = _objectWithoutPropertiesLoose(
|
|
1543
|
+
} = _ref49,
|
|
1544
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1514
1545
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1515
1546
|
widthHeight: widthHeight,
|
|
1516
1547
|
color: color
|
|
@@ -1522,14 +1553,14 @@
|
|
|
1522
1553
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1523
1554
|
})));
|
|
1524
1555
|
};
|
|
1525
|
-
var UnLikeIcon =
|
|
1556
|
+
var UnLikeIcon = _ref50 => {
|
|
1526
1557
|
var {
|
|
1527
1558
|
widthHeight = 24,
|
|
1528
1559
|
color = 'currentColor',
|
|
1529
1560
|
filled = true,
|
|
1530
1561
|
strokeWidth = 1
|
|
1531
|
-
} =
|
|
1532
|
-
props = _objectWithoutPropertiesLoose(
|
|
1562
|
+
} = _ref50,
|
|
1563
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1533
1564
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1534
1565
|
widthHeight: widthHeight,
|
|
1535
1566
|
color: color
|
|
@@ -1541,14 +1572,14 @@
|
|
|
1541
1572
|
d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
|
|
1542
1573
|
})));
|
|
1543
1574
|
};
|
|
1544
|
-
var ClockIcon =
|
|
1575
|
+
var ClockIcon = _ref51 => {
|
|
1545
1576
|
var {
|
|
1546
1577
|
widthHeight = 24,
|
|
1547
1578
|
color = 'currentColor',
|
|
1548
1579
|
strokeWidth = 1,
|
|
1549
1580
|
filled = false
|
|
1550
|
-
} =
|
|
1551
|
-
props = _objectWithoutPropertiesLoose(
|
|
1581
|
+
} = _ref51,
|
|
1582
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1552
1583
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1553
1584
|
widthHeight: widthHeight,
|
|
1554
1585
|
color: color
|
|
@@ -1564,14 +1595,14 @@
|
|
|
1564
1595
|
points: "12 6 12 12 16 14"
|
|
1565
1596
|
})));
|
|
1566
1597
|
};
|
|
1567
|
-
var CameraIcon =
|
|
1598
|
+
var CameraIcon = _ref52 => {
|
|
1568
1599
|
var {
|
|
1569
1600
|
widthHeight = 24,
|
|
1570
1601
|
color = 'currentColor',
|
|
1571
1602
|
strokeWidth = 1,
|
|
1572
1603
|
filled = false
|
|
1573
|
-
} =
|
|
1574
|
-
props = _objectWithoutPropertiesLoose(
|
|
1604
|
+
} = _ref52,
|
|
1605
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1575
1606
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1576
1607
|
widthHeight: widthHeight,
|
|
1577
1608
|
color: color
|
|
@@ -1587,14 +1618,14 @@
|
|
|
1587
1618
|
r: "4"
|
|
1588
1619
|
})));
|
|
1589
1620
|
};
|
|
1590
|
-
var BluetoothIcon =
|
|
1621
|
+
var BluetoothIcon = _ref53 => {
|
|
1591
1622
|
var {
|
|
1592
1623
|
widthHeight = 24,
|
|
1593
1624
|
color = 'currentColor',
|
|
1594
1625
|
filled = true,
|
|
1595
1626
|
strokeWidth = 1
|
|
1596
|
-
} =
|
|
1597
|
-
props = _objectWithoutPropertiesLoose(
|
|
1627
|
+
} = _ref53,
|
|
1628
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1598
1629
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1599
1630
|
widthHeight: widthHeight,
|
|
1600
1631
|
color: color
|
|
@@ -1606,14 +1637,14 @@
|
|
|
1606
1637
|
d: "M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"
|
|
1607
1638
|
})));
|
|
1608
1639
|
};
|
|
1609
|
-
var LikeIcon =
|
|
1640
|
+
var LikeIcon = _ref54 => {
|
|
1610
1641
|
var {
|
|
1611
1642
|
widthHeight = 24,
|
|
1612
1643
|
color = 'currentColor',
|
|
1613
1644
|
filled = true,
|
|
1614
1645
|
strokeWidth = 1
|
|
1615
|
-
} =
|
|
1616
|
-
props = _objectWithoutPropertiesLoose(
|
|
1646
|
+
} = _ref54,
|
|
1647
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1617
1648
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1618
1649
|
widthHeight: widthHeight,
|
|
1619
1650
|
color: color
|
|
@@ -1625,14 +1656,14 @@
|
|
|
1625
1656
|
d: "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"
|
|
1626
1657
|
})));
|
|
1627
1658
|
};
|
|
1628
|
-
var UnlockIcon =
|
|
1659
|
+
var UnlockIcon = _ref55 => {
|
|
1629
1660
|
var {
|
|
1630
1661
|
widthHeight = 24,
|
|
1631
1662
|
color = 'currentColor',
|
|
1632
1663
|
filled = false,
|
|
1633
1664
|
strokeWidth = 1
|
|
1634
|
-
} =
|
|
1635
|
-
props = _objectWithoutPropertiesLoose(
|
|
1665
|
+
} = _ref55,
|
|
1666
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1636
1667
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1637
1668
|
widthHeight: widthHeight,
|
|
1638
1669
|
color: color
|
|
@@ -1651,14 +1682,14 @@
|
|
|
1651
1682
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1652
1683
|
})));
|
|
1653
1684
|
};
|
|
1654
|
-
var WifiIcon =
|
|
1685
|
+
var WifiIcon = _ref56 => {
|
|
1655
1686
|
var {
|
|
1656
1687
|
widthHeight = 24,
|
|
1657
1688
|
color = 'currentColor',
|
|
1658
1689
|
filled = false,
|
|
1659
1690
|
strokeWidth = 1
|
|
1660
|
-
} =
|
|
1661
|
-
props = _objectWithoutPropertiesLoose(
|
|
1691
|
+
} = _ref56,
|
|
1692
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1662
1693
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1663
1694
|
widthHeight: widthHeight,
|
|
1664
1695
|
color: color
|
|
@@ -1670,14 +1701,14 @@
|
|
|
1670
1701
|
d: "M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"
|
|
1671
1702
|
})));
|
|
1672
1703
|
};
|
|
1673
|
-
var UploadIcon =
|
|
1704
|
+
var UploadIcon = _ref57 => {
|
|
1674
1705
|
var {
|
|
1675
1706
|
widthHeight = 24,
|
|
1676
1707
|
color = 'currentColor',
|
|
1677
1708
|
filled = false,
|
|
1678
1709
|
strokeWidth = 1
|
|
1679
|
-
} =
|
|
1680
|
-
props = _objectWithoutPropertiesLoose(
|
|
1710
|
+
} = _ref57,
|
|
1711
|
+
props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
|
|
1681
1712
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1682
1713
|
widthHeight: widthHeight,
|
|
1683
1714
|
color: color
|
|
@@ -1693,14 +1724,14 @@
|
|
|
1693
1724
|
d: "M12 12l0 9"
|
|
1694
1725
|
})));
|
|
1695
1726
|
};
|
|
1696
|
-
var SearchIcon =
|
|
1727
|
+
var SearchIcon = _ref58 => {
|
|
1697
1728
|
var {
|
|
1698
1729
|
widthHeight = 24,
|
|
1699
1730
|
color = 'currentColor',
|
|
1700
1731
|
filled = true,
|
|
1701
1732
|
strokeWidth = 1
|
|
1702
|
-
} =
|
|
1703
|
-
props = _objectWithoutPropertiesLoose(
|
|
1733
|
+
} = _ref58,
|
|
1734
|
+
props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
|
|
1704
1735
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1705
1736
|
widthHeight: widthHeight,
|
|
1706
1737
|
color: color
|
|
@@ -1712,14 +1743,14 @@
|
|
|
1712
1743
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
1713
1744
|
})));
|
|
1714
1745
|
};
|
|
1715
|
-
var CloseEyeIcon =
|
|
1746
|
+
var CloseEyeIcon = _ref59 => {
|
|
1716
1747
|
var {
|
|
1717
1748
|
widthHeight = 24,
|
|
1718
1749
|
color = 'currentColor',
|
|
1719
1750
|
filled = true,
|
|
1720
1751
|
strokeWidth = 1
|
|
1721
|
-
} =
|
|
1722
|
-
props = _objectWithoutPropertiesLoose(
|
|
1752
|
+
} = _ref59,
|
|
1753
|
+
props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
|
|
1723
1754
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1724
1755
|
widthHeight: widthHeight,
|
|
1725
1756
|
color: color
|
|
@@ -1732,14 +1763,14 @@
|
|
|
1732
1763
|
fill: "currentColor"
|
|
1733
1764
|
})));
|
|
1734
1765
|
};
|
|
1735
|
-
var ExternalLinkIcon =
|
|
1766
|
+
var ExternalLinkIcon = _ref60 => {
|
|
1736
1767
|
var {
|
|
1737
1768
|
widthHeight = 24,
|
|
1738
1769
|
color = 'currentColor',
|
|
1739
1770
|
filled = true,
|
|
1740
1771
|
strokeWidth = 1
|
|
1741
|
-
} =
|
|
1742
|
-
props = _objectWithoutPropertiesLoose(
|
|
1772
|
+
} = _ref60,
|
|
1773
|
+
props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
|
|
1743
1774
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1744
1775
|
widthHeight: widthHeight,
|
|
1745
1776
|
color: color
|
|
@@ -1751,14 +1782,14 @@
|
|
|
1751
1782
|
d: "M14 3h7v7h-2V5.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h5v2H6v11h11v-4h2v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
|
|
1752
1783
|
})));
|
|
1753
1784
|
};
|
|
1754
|
-
var PlusIcon =
|
|
1785
|
+
var PlusIcon = _ref61 => {
|
|
1755
1786
|
var {
|
|
1756
1787
|
widthHeight = 24,
|
|
1757
1788
|
color = 'currentColor',
|
|
1758
1789
|
filled = false,
|
|
1759
1790
|
strokeWidth = 1
|
|
1760
|
-
} =
|
|
1761
|
-
props = _objectWithoutPropertiesLoose(
|
|
1791
|
+
} = _ref61,
|
|
1792
|
+
props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
|
|
1762
1793
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1763
1794
|
widthHeight: widthHeight,
|
|
1764
1795
|
color: color
|
|
@@ -1780,14 +1811,14 @@
|
|
|
1780
1811
|
y2: "12"
|
|
1781
1812
|
})));
|
|
1782
1813
|
};
|
|
1783
|
-
var TickIcon =
|
|
1814
|
+
var TickIcon = _ref62 => {
|
|
1784
1815
|
var {
|
|
1785
1816
|
widthHeight = 24,
|
|
1786
1817
|
color = 'currentColor',
|
|
1787
1818
|
filled = false,
|
|
1788
1819
|
strokeWidth = 1
|
|
1789
|
-
} =
|
|
1790
|
-
props = _objectWithoutPropertiesLoose(
|
|
1820
|
+
} = _ref62,
|
|
1821
|
+
props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
|
|
1791
1822
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1792
1823
|
widthHeight: widthHeight,
|
|
1793
1824
|
color: color
|
|
@@ -1801,14 +1832,14 @@
|
|
|
1801
1832
|
strokeLinejoin: "round"
|
|
1802
1833
|
})));
|
|
1803
1834
|
};
|
|
1804
|
-
var BoldArrowIcon =
|
|
1835
|
+
var BoldArrowIcon = _ref63 => {
|
|
1805
1836
|
var {
|
|
1806
1837
|
widthHeight = 24,
|
|
1807
1838
|
color = 'currentColor',
|
|
1808
1839
|
filled = true,
|
|
1809
1840
|
strokeWidth = 1
|
|
1810
|
-
} =
|
|
1811
|
-
props = _objectWithoutPropertiesLoose(
|
|
1841
|
+
} = _ref63,
|
|
1842
|
+
props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
|
|
1812
1843
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1813
1844
|
widthHeight: widthHeight,
|
|
1814
1845
|
color: color
|
|
@@ -1820,14 +1851,14 @@
|
|
|
1820
1851
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1821
1852
|
})));
|
|
1822
1853
|
};
|
|
1823
|
-
var ArrowIcon =
|
|
1854
|
+
var ArrowIcon = _ref64 => {
|
|
1824
1855
|
var {
|
|
1825
1856
|
widthHeight = 24,
|
|
1826
1857
|
color = 'currentColor',
|
|
1827
1858
|
filled = false,
|
|
1828
1859
|
strokeWidth = 1
|
|
1829
|
-
} =
|
|
1830
|
-
props = _objectWithoutPropertiesLoose(
|
|
1860
|
+
} = _ref64,
|
|
1861
|
+
props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
|
|
1831
1862
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1832
1863
|
widthHeight: widthHeight,
|
|
1833
1864
|
color: color
|
|
@@ -1845,14 +1876,14 @@
|
|
|
1845
1876
|
points: "6 12 12 6 18 12"
|
|
1846
1877
|
})));
|
|
1847
1878
|
};
|
|
1848
|
-
var SpinnerIcon =
|
|
1879
|
+
var SpinnerIcon = _ref65 => {
|
|
1849
1880
|
var {
|
|
1850
1881
|
widthHeight = 24,
|
|
1851
1882
|
color = 'currentColor',
|
|
1852
1883
|
filled = false,
|
|
1853
1884
|
strokeWidth = 1
|
|
1854
|
-
} =
|
|
1855
|
-
props = _objectWithoutPropertiesLoose(
|
|
1885
|
+
} = _ref65,
|
|
1886
|
+
props = _objectWithoutPropertiesLoose(_ref65, _excluded65);
|
|
1856
1887
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1857
1888
|
widthHeight: widthHeight,
|
|
1858
1889
|
color: color
|
|
@@ -1870,14 +1901,14 @@
|
|
|
1870
1901
|
strokeOpacity: "1"
|
|
1871
1902
|
})));
|
|
1872
1903
|
};
|
|
1873
|
-
var CalendarIcon =
|
|
1904
|
+
var CalendarIcon = _ref66 => {
|
|
1874
1905
|
var {
|
|
1875
1906
|
widthHeight = 24,
|
|
1876
1907
|
color = 'currentColor',
|
|
1877
1908
|
strokeWidth = 1,
|
|
1878
1909
|
filled = false
|
|
1879
|
-
} =
|
|
1880
|
-
props = _objectWithoutPropertiesLoose(
|
|
1910
|
+
} = _ref66,
|
|
1911
|
+
props = _objectWithoutPropertiesLoose(_ref66, _excluded66);
|
|
1881
1912
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1882
1913
|
widthHeight: widthHeight,
|
|
1883
1914
|
color: color
|
|
@@ -1912,14 +1943,14 @@
|
|
|
1912
1943
|
y2: "10"
|
|
1913
1944
|
})));
|
|
1914
1945
|
};
|
|
1915
|
-
var SliderIcon =
|
|
1946
|
+
var SliderIcon = _ref67 => {
|
|
1916
1947
|
var {
|
|
1917
1948
|
widthHeight = 24,
|
|
1918
1949
|
color = 'currentColor',
|
|
1919
1950
|
strokeWidth = 1,
|
|
1920
1951
|
filled = false
|
|
1921
|
-
} =
|
|
1922
|
-
props = _objectWithoutPropertiesLoose(
|
|
1952
|
+
} = _ref67,
|
|
1953
|
+
props = _objectWithoutPropertiesLoose(_ref67, _excluded67);
|
|
1923
1954
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1924
1955
|
widthHeight: widthHeight,
|
|
1925
1956
|
color: color
|
|
@@ -1974,14 +2005,14 @@
|
|
|
1974
2005
|
y2: "23"
|
|
1975
2006
|
})));
|
|
1976
2007
|
};
|
|
1977
|
-
var CropIcon =
|
|
2008
|
+
var CropIcon = _ref68 => {
|
|
1978
2009
|
var {
|
|
1979
2010
|
widthHeight = 24,
|
|
1980
2011
|
color = 'currentColor',
|
|
1981
2012
|
strokeWidth = 1,
|
|
1982
2013
|
filled = false
|
|
1983
|
-
} =
|
|
1984
|
-
props = _objectWithoutPropertiesLoose(
|
|
2014
|
+
} = _ref68,
|
|
2015
|
+
props = _objectWithoutPropertiesLoose(_ref68, _excluded68);
|
|
1985
2016
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1986
2017
|
widthHeight: widthHeight,
|
|
1987
2018
|
color: color
|
|
@@ -1995,14 +2026,14 @@
|
|
|
1995
2026
|
d: "M18 22V8a2 2 0 0 0-2-2H2"
|
|
1996
2027
|
})));
|
|
1997
2028
|
};
|
|
1998
|
-
var ZoomInIcon =
|
|
2029
|
+
var ZoomInIcon = _ref69 => {
|
|
1999
2030
|
var {
|
|
2000
2031
|
widthHeight = 24,
|
|
2001
2032
|
color = 'currentColor',
|
|
2002
2033
|
strokeWidth = 1,
|
|
2003
2034
|
filled = false
|
|
2004
|
-
} =
|
|
2005
|
-
props = _objectWithoutPropertiesLoose(
|
|
2035
|
+
} = _ref69,
|
|
2036
|
+
props = _objectWithoutPropertiesLoose(_ref69, _excluded69);
|
|
2006
2037
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2007
2038
|
widthHeight: widthHeight,
|
|
2008
2039
|
color: color
|
|
@@ -2031,14 +2062,14 @@
|
|
|
2031
2062
|
y2: "11"
|
|
2032
2063
|
})));
|
|
2033
2064
|
};
|
|
2034
|
-
var ZoomOutIcon =
|
|
2065
|
+
var ZoomOutIcon = _ref70 => {
|
|
2035
2066
|
var {
|
|
2036
2067
|
widthHeight = 24,
|
|
2037
2068
|
color = 'currentColor',
|
|
2038
2069
|
strokeWidth = 1,
|
|
2039
2070
|
filled = false
|
|
2040
|
-
} =
|
|
2041
|
-
props = _objectWithoutPropertiesLoose(
|
|
2071
|
+
} = _ref70,
|
|
2072
|
+
props = _objectWithoutPropertiesLoose(_ref70, _excluded70);
|
|
2042
2073
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2043
2074
|
widthHeight: widthHeight,
|
|
2044
2075
|
color: color
|
|
@@ -2062,14 +2093,14 @@
|
|
|
2062
2093
|
y2: "11"
|
|
2063
2094
|
})));
|
|
2064
2095
|
};
|
|
2065
|
-
var TextIcon =
|
|
2096
|
+
var TextIcon = _ref71 => {
|
|
2066
2097
|
var {
|
|
2067
2098
|
widthHeight = 24,
|
|
2068
2099
|
color = 'currentColor',
|
|
2069
2100
|
strokeWidth = 1,
|
|
2070
2101
|
filled = false
|
|
2071
|
-
} =
|
|
2072
|
-
props = _objectWithoutPropertiesLoose(
|
|
2102
|
+
} = _ref71,
|
|
2103
|
+
props = _objectWithoutPropertiesLoose(_ref71, _excluded71);
|
|
2073
2104
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2074
2105
|
widthHeight: widthHeight,
|
|
2075
2106
|
color: color
|
|
@@ -2094,14 +2125,14 @@
|
|
|
2094
2125
|
y2: "18"
|
|
2095
2126
|
})));
|
|
2096
2127
|
};
|
|
2097
|
-
var ShapeIcon =
|
|
2128
|
+
var ShapeIcon = _ref72 => {
|
|
2098
2129
|
var {
|
|
2099
2130
|
widthHeight = 24,
|
|
2100
2131
|
color = 'currentColor',
|
|
2101
2132
|
strokeWidth = 1,
|
|
2102
2133
|
filled = false
|
|
2103
|
-
} =
|
|
2104
|
-
props = _objectWithoutPropertiesLoose(
|
|
2134
|
+
} = _ref72,
|
|
2135
|
+
props = _objectWithoutPropertiesLoose(_ref72, _excluded72);
|
|
2105
2136
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2106
2137
|
widthHeight: widthHeight,
|
|
2107
2138
|
color: color
|
|
@@ -2122,14 +2153,14 @@
|
|
|
2122
2153
|
points: "16,4 19,8 13,8"
|
|
2123
2154
|
})));
|
|
2124
2155
|
};
|
|
2125
|
-
var RotateIcon =
|
|
2156
|
+
var RotateIcon = _ref73 => {
|
|
2126
2157
|
var {
|
|
2127
2158
|
widthHeight = 24,
|
|
2128
2159
|
color = 'currentColor',
|
|
2129
2160
|
strokeWidth = 1,
|
|
2130
2161
|
filled = false
|
|
2131
|
-
} =
|
|
2132
|
-
props = _objectWithoutPropertiesLoose(
|
|
2162
|
+
} = _ref73,
|
|
2163
|
+
props = _objectWithoutPropertiesLoose(_ref73, _excluded73);
|
|
2133
2164
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2134
2165
|
widthHeight: widthHeight,
|
|
2135
2166
|
color: color
|
|
@@ -2180,6 +2211,7 @@
|
|
|
2180
2211
|
ShareIcon: ShareIcon,
|
|
2181
2212
|
RefreshIcon: RefreshIcon,
|
|
2182
2213
|
PrintIcon: PrintIcon,
|
|
2214
|
+
MagicWandIcon: MagicWandIcon,
|
|
2183
2215
|
SliderVerticalIcon: SliderVerticalIcon,
|
|
2184
2216
|
PanelIcon: PanelIcon,
|
|
2185
2217
|
FilterIcon: FilterIcon,
|
|
@@ -3075,12 +3107,13 @@
|
|
|
3075
3107
|
var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
|
|
3076
3108
|
var Container = ['left', 'right'].includes(iconPosition) ? Horizontal : appStudio.Vertical;
|
|
3077
3109
|
var content = /*#__PURE__*/React__default.createElement(Container, Object.assign({
|
|
3078
|
-
gap:
|
|
3110
|
+
gap: 5,
|
|
3079
3111
|
alignItems: "center"
|
|
3080
3112
|
}, views == null ? void 0 : views.container), isLoading && loaderPosition === 'left' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)), icon && ['left', 'top'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, views == null ? void 0 : views.icon), icon)), children, icon && ['right', 'bottom'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, views == null ? void 0 : views.icon), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)));
|
|
3081
3113
|
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
|
|
3082
3114
|
gap: 8,
|
|
3083
3115
|
as: "button",
|
|
3116
|
+
type: "button",
|
|
3084
3117
|
border: "none",
|
|
3085
3118
|
color: "color.white",
|
|
3086
3119
|
display: "flex",
|
|
@@ -8490,6 +8523,7 @@
|
|
|
8490
8523
|
exports.Loader = Loader;
|
|
8491
8524
|
exports.LocationIcon = LocationIcon;
|
|
8492
8525
|
exports.LockIcon = LockIcon;
|
|
8526
|
+
exports.MagicWandIcon = MagicWandIcon;
|
|
8493
8527
|
exports.MenuIcon = MenuIcon;
|
|
8494
8528
|
exports.MessageLayout = MessageLayout;
|
|
8495
8529
|
exports.MessageView = MessageView;
|