@app-studio/web 0.8.70 → 0.8.71
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 +149 -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 +149 -117
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +149 -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
|
@@ -270,7 +270,7 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
270
270
|
_excluded35 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
271
271
|
_excluded36 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
272
272
|
_excluded37 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
273
|
-
_excluded38 = ["widthHeight", "color", "
|
|
273
|
+
_excluded38 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
274
274
|
_excluded39 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
275
275
|
_excluded40 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
276
276
|
_excluded41 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -282,9 +282,9 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
282
282
|
_excluded47 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
283
283
|
_excluded48 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
284
284
|
_excluded49 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
285
|
-
_excluded50 = ["widthHeight", "color", "
|
|
285
|
+
_excluded50 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
286
286
|
_excluded51 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
287
|
-
_excluded52 = ["widthHeight", "color", "
|
|
287
|
+
_excluded52 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
288
288
|
_excluded53 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
289
289
|
_excluded54 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
290
290
|
_excluded55 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -297,14 +297,15 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
297
297
|
_excluded62 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
298
298
|
_excluded63 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
299
299
|
_excluded64 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
300
|
-
_excluded65 = ["widthHeight", "color", "
|
|
300
|
+
_excluded65 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
301
301
|
_excluded66 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
302
302
|
_excluded67 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
303
303
|
_excluded68 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
304
304
|
_excluded69 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
305
305
|
_excluded70 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
306
306
|
_excluded71 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
307
|
-
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"]
|
|
307
|
+
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
308
|
+
_excluded73 = ["widthHeight", "color", "strokeWidth", "filled"];
|
|
308
309
|
// Default wrapper component for consistent sizing and styling
|
|
309
310
|
var IconWrapper = _ref => {
|
|
310
311
|
var {
|
|
@@ -1192,12 +1193,12 @@ var PrintIcon = _ref35 => {
|
|
|
1192
1193
|
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"
|
|
1193
1194
|
})));
|
|
1194
1195
|
};
|
|
1195
|
-
var
|
|
1196
|
+
var MagicWandIcon = _ref36 => {
|
|
1196
1197
|
var {
|
|
1197
1198
|
widthHeight = 24,
|
|
1198
1199
|
color = 'currentColor',
|
|
1199
1200
|
strokeWidth = 1,
|
|
1200
|
-
filled =
|
|
1201
|
+
filled = true
|
|
1201
1202
|
} = _ref36,
|
|
1202
1203
|
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1203
1204
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
@@ -1207,6 +1208,36 @@ var SliderVerticalIcon = _ref36 => {
|
|
|
1207
1208
|
viewBox: "0 0 24 24",
|
|
1208
1209
|
"aria-hidden": "false",
|
|
1209
1210
|
focusable: "false"
|
|
1211
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
1212
|
+
x: "-3",
|
|
1213
|
+
y: "17",
|
|
1214
|
+
width: "15",
|
|
1215
|
+
height: "4",
|
|
1216
|
+
rx: "1",
|
|
1217
|
+
transform: "rotate(-40 2 13)"
|
|
1218
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1219
|
+
d: "M17 3L18 6L21 7L18 8L17 11L16 8L13 7L16 6L17 3Z"
|
|
1220
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1221
|
+
d: "M21 9L21.7 11L23.5 12L21.7 13L21 15L20.3 13L18.5 12L20.3 11L21 9Z"
|
|
1222
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1223
|
+
d: "M16 15L16.7 16.5L18 17L16.7 17.5L16 19L15.3 17.5L14 17L15.3 16.5L16 15Z"
|
|
1224
|
+
})));
|
|
1225
|
+
};
|
|
1226
|
+
var SliderVerticalIcon = _ref37 => {
|
|
1227
|
+
var {
|
|
1228
|
+
widthHeight = 24,
|
|
1229
|
+
color = 'currentColor',
|
|
1230
|
+
strokeWidth = 1,
|
|
1231
|
+
filled = false
|
|
1232
|
+
} = _ref37,
|
|
1233
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1234
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1235
|
+
widthHeight: widthHeight,
|
|
1236
|
+
color: color
|
|
1237
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
1238
|
+
viewBox: "0 0 24 24",
|
|
1239
|
+
"aria-hidden": "false",
|
|
1240
|
+
focusable: "false"
|
|
1210
1241
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1211
1242
|
stroke: color,
|
|
1212
1243
|
x1: "4",
|
|
@@ -1263,14 +1294,14 @@ var SliderVerticalIcon = _ref36 => {
|
|
|
1263
1294
|
y2: "16"
|
|
1264
1295
|
})));
|
|
1265
1296
|
};
|
|
1266
|
-
var PanelIcon =
|
|
1297
|
+
var PanelIcon = _ref38 => {
|
|
1267
1298
|
var {
|
|
1268
1299
|
widthHeight = 24,
|
|
1269
1300
|
color = 'currentColor',
|
|
1270
1301
|
strokeWidth = 1,
|
|
1271
1302
|
filled = false
|
|
1272
|
-
} =
|
|
1273
|
-
props = _objectWithoutPropertiesLoose(
|
|
1303
|
+
} = _ref38,
|
|
1304
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1274
1305
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1275
1306
|
widthHeight: widthHeight,
|
|
1276
1307
|
color: color
|
|
@@ -1306,14 +1337,14 @@ var PanelIcon = _ref37 => {
|
|
|
1306
1337
|
y2: "15"
|
|
1307
1338
|
})));
|
|
1308
1339
|
};
|
|
1309
|
-
var FilterIcon =
|
|
1340
|
+
var FilterIcon = _ref39 => {
|
|
1310
1341
|
var {
|
|
1311
1342
|
widthHeight = 24,
|
|
1312
1343
|
color = 'currentColor',
|
|
1313
1344
|
filled = false,
|
|
1314
1345
|
strokeWidth = 1
|
|
1315
|
-
} =
|
|
1316
|
-
props = _objectWithoutPropertiesLoose(
|
|
1346
|
+
} = _ref39,
|
|
1347
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1317
1348
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1318
1349
|
widthHeight: widthHeight,
|
|
1319
1350
|
color: color
|
|
@@ -1325,14 +1356,14 @@ var FilterIcon = _ref38 => {
|
|
|
1325
1356
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
1326
1357
|
})));
|
|
1327
1358
|
};
|
|
1328
|
-
var HomeIcon =
|
|
1359
|
+
var HomeIcon = _ref40 => {
|
|
1329
1360
|
var {
|
|
1330
1361
|
widthHeight = 24,
|
|
1331
1362
|
color = 'currentColor',
|
|
1332
1363
|
filled = true,
|
|
1333
1364
|
strokeWidth = 1
|
|
1334
|
-
} =
|
|
1335
|
-
props = _objectWithoutPropertiesLoose(
|
|
1365
|
+
} = _ref40,
|
|
1366
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1336
1367
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1337
1368
|
widthHeight: widthHeight,
|
|
1338
1369
|
color: color
|
|
@@ -1344,14 +1375,14 @@ var HomeIcon = _ref39 => {
|
|
|
1344
1375
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1345
1376
|
})));
|
|
1346
1377
|
};
|
|
1347
|
-
var LocationIcon =
|
|
1378
|
+
var LocationIcon = _ref41 => {
|
|
1348
1379
|
var {
|
|
1349
1380
|
widthHeight = 24,
|
|
1350
1381
|
color = 'currentColor',
|
|
1351
1382
|
filled = true,
|
|
1352
1383
|
strokeWidth = 1
|
|
1353
|
-
} =
|
|
1354
|
-
props = _objectWithoutPropertiesLoose(
|
|
1384
|
+
} = _ref41,
|
|
1385
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1355
1386
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1356
1387
|
widthHeight: widthHeight,
|
|
1357
1388
|
color: color
|
|
@@ -1363,14 +1394,14 @@ var LocationIcon = _ref40 => {
|
|
|
1363
1394
|
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"
|
|
1364
1395
|
})));
|
|
1365
1396
|
};
|
|
1366
|
-
var LockIcon =
|
|
1397
|
+
var LockIcon = _ref42 => {
|
|
1367
1398
|
var {
|
|
1368
1399
|
widthHeight = 24,
|
|
1369
1400
|
color = 'currentColor',
|
|
1370
1401
|
filled = false,
|
|
1371
1402
|
strokeWidth = 1
|
|
1372
|
-
} =
|
|
1373
|
-
props = _objectWithoutPropertiesLoose(
|
|
1403
|
+
} = _ref42,
|
|
1404
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1374
1405
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1375
1406
|
widthHeight: widthHeight,
|
|
1376
1407
|
color: color
|
|
@@ -1389,14 +1420,14 @@ var LockIcon = _ref41 => {
|
|
|
1389
1420
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1390
1421
|
})));
|
|
1391
1422
|
};
|
|
1392
|
-
var MicrophoneIcon =
|
|
1423
|
+
var MicrophoneIcon = _ref43 => {
|
|
1393
1424
|
var {
|
|
1394
1425
|
widthHeight = 24,
|
|
1395
1426
|
color = 'currentColor',
|
|
1396
1427
|
filled = false,
|
|
1397
1428
|
strokeWidth = 1
|
|
1398
|
-
} =
|
|
1399
|
-
props = _objectWithoutPropertiesLoose(
|
|
1429
|
+
} = _ref43,
|
|
1430
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1400
1431
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1401
1432
|
widthHeight: widthHeight,
|
|
1402
1433
|
color: color
|
|
@@ -1422,14 +1453,14 @@ var MicrophoneIcon = _ref42 => {
|
|
|
1422
1453
|
y2: "23"
|
|
1423
1454
|
})));
|
|
1424
1455
|
};
|
|
1425
|
-
var MoonIcon =
|
|
1456
|
+
var MoonIcon = _ref44 => {
|
|
1426
1457
|
var {
|
|
1427
1458
|
widthHeight = 24,
|
|
1428
1459
|
color = 'currentColor',
|
|
1429
1460
|
filled = true,
|
|
1430
1461
|
strokeWidth = 1
|
|
1431
|
-
} =
|
|
1432
|
-
props = _objectWithoutPropertiesLoose(
|
|
1462
|
+
} = _ref44,
|
|
1463
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1433
1464
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1434
1465
|
widthHeight: widthHeight,
|
|
1435
1466
|
color: color
|
|
@@ -1441,14 +1472,14 @@ var MoonIcon = _ref43 => {
|
|
|
1441
1472
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1442
1473
|
})));
|
|
1443
1474
|
};
|
|
1444
|
-
var NotificationIcon =
|
|
1475
|
+
var NotificationIcon = _ref45 => {
|
|
1445
1476
|
var {
|
|
1446
1477
|
widthHeight = 24,
|
|
1447
1478
|
color = 'currentColor',
|
|
1448
1479
|
filled = false,
|
|
1449
1480
|
strokeWidth = 1
|
|
1450
|
-
} =
|
|
1451
|
-
props = _objectWithoutPropertiesLoose(
|
|
1481
|
+
} = _ref45,
|
|
1482
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1452
1483
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1453
1484
|
widthHeight: widthHeight,
|
|
1454
1485
|
color: color
|
|
@@ -1462,14 +1493,14 @@ var NotificationIcon = _ref44 => {
|
|
|
1462
1493
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1463
1494
|
})));
|
|
1464
1495
|
};
|
|
1465
|
-
var OpenEyeIcon =
|
|
1496
|
+
var OpenEyeIcon = _ref46 => {
|
|
1466
1497
|
var {
|
|
1467
1498
|
widthHeight = 24,
|
|
1468
1499
|
color = 'currentColor',
|
|
1469
1500
|
filled = true,
|
|
1470
1501
|
strokeWidth = 1
|
|
1471
|
-
} =
|
|
1472
|
-
props = _objectWithoutPropertiesLoose(
|
|
1502
|
+
} = _ref46,
|
|
1503
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1473
1504
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1474
1505
|
widthHeight: widthHeight,
|
|
1475
1506
|
color: color
|
|
@@ -1481,14 +1512,14 @@ var OpenEyeIcon = _ref45 => {
|
|
|
1481
1512
|
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"
|
|
1482
1513
|
})));
|
|
1483
1514
|
};
|
|
1484
|
-
var ProfileIcon =
|
|
1515
|
+
var ProfileIcon = _ref47 => {
|
|
1485
1516
|
var {
|
|
1486
1517
|
widthHeight = 24,
|
|
1487
1518
|
color = 'currentColor',
|
|
1488
1519
|
filled = true,
|
|
1489
1520
|
strokeWidth = 1
|
|
1490
|
-
} =
|
|
1491
|
-
props = _objectWithoutPropertiesLoose(
|
|
1521
|
+
} = _ref47,
|
|
1522
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1492
1523
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1493
1524
|
widthHeight: widthHeight,
|
|
1494
1525
|
color: color
|
|
@@ -1501,14 +1532,14 @@ var ProfileIcon = _ref46 => {
|
|
|
1501
1532
|
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"
|
|
1502
1533
|
}), ' '));
|
|
1503
1534
|
};
|
|
1504
|
-
var SettingsIcon =
|
|
1535
|
+
var SettingsIcon = _ref48 => {
|
|
1505
1536
|
var {
|
|
1506
1537
|
widthHeight = 24,
|
|
1507
1538
|
color = 'currentColor',
|
|
1508
1539
|
filled = false,
|
|
1509
1540
|
strokeWidth = 1
|
|
1510
|
-
} =
|
|
1511
|
-
props = _objectWithoutPropertiesLoose(
|
|
1541
|
+
} = _ref48,
|
|
1542
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1512
1543
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1513
1544
|
widthHeight: widthHeight,
|
|
1514
1545
|
color: color
|
|
@@ -1520,14 +1551,14 @@ var SettingsIcon = _ref47 => {
|
|
|
1520
1551
|
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"
|
|
1521
1552
|
})));
|
|
1522
1553
|
};
|
|
1523
|
-
var SuccessIcon =
|
|
1554
|
+
var SuccessIcon = _ref49 => {
|
|
1524
1555
|
var {
|
|
1525
1556
|
widthHeight = 24,
|
|
1526
1557
|
color = 'currentColor',
|
|
1527
1558
|
filled = true,
|
|
1528
1559
|
strokeWidth = 1
|
|
1529
|
-
} =
|
|
1530
|
-
props = _objectWithoutPropertiesLoose(
|
|
1560
|
+
} = _ref49,
|
|
1561
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1531
1562
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1532
1563
|
widthHeight: widthHeight,
|
|
1533
1564
|
color: color
|
|
@@ -1539,14 +1570,14 @@ var SuccessIcon = _ref48 => {
|
|
|
1539
1570
|
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"
|
|
1540
1571
|
})));
|
|
1541
1572
|
};
|
|
1542
|
-
var UnLikeIcon =
|
|
1573
|
+
var UnLikeIcon = _ref50 => {
|
|
1543
1574
|
var {
|
|
1544
1575
|
widthHeight = 24,
|
|
1545
1576
|
color = 'currentColor',
|
|
1546
1577
|
filled = true,
|
|
1547
1578
|
strokeWidth = 1
|
|
1548
|
-
} =
|
|
1549
|
-
props = _objectWithoutPropertiesLoose(
|
|
1579
|
+
} = _ref50,
|
|
1580
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1550
1581
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1551
1582
|
widthHeight: widthHeight,
|
|
1552
1583
|
color: color
|
|
@@ -1558,14 +1589,14 @@ var UnLikeIcon = _ref49 => {
|
|
|
1558
1589
|
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"
|
|
1559
1590
|
})));
|
|
1560
1591
|
};
|
|
1561
|
-
var ClockIcon =
|
|
1592
|
+
var ClockIcon = _ref51 => {
|
|
1562
1593
|
var {
|
|
1563
1594
|
widthHeight = 24,
|
|
1564
1595
|
color = 'currentColor',
|
|
1565
1596
|
strokeWidth = 1,
|
|
1566
1597
|
filled = false
|
|
1567
|
-
} =
|
|
1568
|
-
props = _objectWithoutPropertiesLoose(
|
|
1598
|
+
} = _ref51,
|
|
1599
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1569
1600
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1570
1601
|
widthHeight: widthHeight,
|
|
1571
1602
|
color: color
|
|
@@ -1581,14 +1612,14 @@ var ClockIcon = _ref50 => {
|
|
|
1581
1612
|
points: "12 6 12 12 16 14"
|
|
1582
1613
|
})));
|
|
1583
1614
|
};
|
|
1584
|
-
var CameraIcon =
|
|
1615
|
+
var CameraIcon = _ref52 => {
|
|
1585
1616
|
var {
|
|
1586
1617
|
widthHeight = 24,
|
|
1587
1618
|
color = 'currentColor',
|
|
1588
1619
|
strokeWidth = 1,
|
|
1589
1620
|
filled = false
|
|
1590
|
-
} =
|
|
1591
|
-
props = _objectWithoutPropertiesLoose(
|
|
1621
|
+
} = _ref52,
|
|
1622
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1592
1623
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1593
1624
|
widthHeight: widthHeight,
|
|
1594
1625
|
color: color
|
|
@@ -1604,14 +1635,14 @@ var CameraIcon = _ref51 => {
|
|
|
1604
1635
|
r: "4"
|
|
1605
1636
|
})));
|
|
1606
1637
|
};
|
|
1607
|
-
var BluetoothIcon =
|
|
1638
|
+
var BluetoothIcon = _ref53 => {
|
|
1608
1639
|
var {
|
|
1609
1640
|
widthHeight = 24,
|
|
1610
1641
|
color = 'currentColor',
|
|
1611
1642
|
filled = true,
|
|
1612
1643
|
strokeWidth = 1
|
|
1613
|
-
} =
|
|
1614
|
-
props = _objectWithoutPropertiesLoose(
|
|
1644
|
+
} = _ref53,
|
|
1645
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1615
1646
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1616
1647
|
widthHeight: widthHeight,
|
|
1617
1648
|
color: color
|
|
@@ -1623,14 +1654,14 @@ var BluetoothIcon = _ref52 => {
|
|
|
1623
1654
|
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"
|
|
1624
1655
|
})));
|
|
1625
1656
|
};
|
|
1626
|
-
var LikeIcon =
|
|
1657
|
+
var LikeIcon = _ref54 => {
|
|
1627
1658
|
var {
|
|
1628
1659
|
widthHeight = 24,
|
|
1629
1660
|
color = 'currentColor',
|
|
1630
1661
|
filled = true,
|
|
1631
1662
|
strokeWidth = 1
|
|
1632
|
-
} =
|
|
1633
|
-
props = _objectWithoutPropertiesLoose(
|
|
1663
|
+
} = _ref54,
|
|
1664
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1634
1665
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1635
1666
|
widthHeight: widthHeight,
|
|
1636
1667
|
color: color
|
|
@@ -1642,14 +1673,14 @@ var LikeIcon = _ref53 => {
|
|
|
1642
1673
|
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"
|
|
1643
1674
|
})));
|
|
1644
1675
|
};
|
|
1645
|
-
var UnlockIcon =
|
|
1676
|
+
var UnlockIcon = _ref55 => {
|
|
1646
1677
|
var {
|
|
1647
1678
|
widthHeight = 24,
|
|
1648
1679
|
color = 'currentColor',
|
|
1649
1680
|
filled = false,
|
|
1650
1681
|
strokeWidth = 1
|
|
1651
|
-
} =
|
|
1652
|
-
props = _objectWithoutPropertiesLoose(
|
|
1682
|
+
} = _ref55,
|
|
1683
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1653
1684
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1654
1685
|
widthHeight: widthHeight,
|
|
1655
1686
|
color: color
|
|
@@ -1668,14 +1699,14 @@ var UnlockIcon = _ref54 => {
|
|
|
1668
1699
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1669
1700
|
})));
|
|
1670
1701
|
};
|
|
1671
|
-
var WifiIcon =
|
|
1702
|
+
var WifiIcon = _ref56 => {
|
|
1672
1703
|
var {
|
|
1673
1704
|
widthHeight = 24,
|
|
1674
1705
|
color = 'currentColor',
|
|
1675
1706
|
filled = false,
|
|
1676
1707
|
strokeWidth = 1
|
|
1677
|
-
} =
|
|
1678
|
-
props = _objectWithoutPropertiesLoose(
|
|
1708
|
+
} = _ref56,
|
|
1709
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1679
1710
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1680
1711
|
widthHeight: widthHeight,
|
|
1681
1712
|
color: color
|
|
@@ -1687,14 +1718,14 @@ var WifiIcon = _ref55 => {
|
|
|
1687
1718
|
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"
|
|
1688
1719
|
})));
|
|
1689
1720
|
};
|
|
1690
|
-
var UploadIcon =
|
|
1721
|
+
var UploadIcon = _ref57 => {
|
|
1691
1722
|
var {
|
|
1692
1723
|
widthHeight = 24,
|
|
1693
1724
|
color = 'currentColor',
|
|
1694
1725
|
filled = false,
|
|
1695
1726
|
strokeWidth = 1
|
|
1696
|
-
} =
|
|
1697
|
-
props = _objectWithoutPropertiesLoose(
|
|
1727
|
+
} = _ref57,
|
|
1728
|
+
props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
|
|
1698
1729
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1699
1730
|
widthHeight: widthHeight,
|
|
1700
1731
|
color: color
|
|
@@ -1710,14 +1741,14 @@ var UploadIcon = _ref56 => {
|
|
|
1710
1741
|
d: "M12 12l0 9"
|
|
1711
1742
|
})));
|
|
1712
1743
|
};
|
|
1713
|
-
var SearchIcon =
|
|
1744
|
+
var SearchIcon = _ref58 => {
|
|
1714
1745
|
var {
|
|
1715
1746
|
widthHeight = 24,
|
|
1716
1747
|
color = 'currentColor',
|
|
1717
1748
|
filled = true,
|
|
1718
1749
|
strokeWidth = 1
|
|
1719
|
-
} =
|
|
1720
|
-
props = _objectWithoutPropertiesLoose(
|
|
1750
|
+
} = _ref58,
|
|
1751
|
+
props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
|
|
1721
1752
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1722
1753
|
widthHeight: widthHeight,
|
|
1723
1754
|
color: color
|
|
@@ -1729,14 +1760,14 @@ var SearchIcon = _ref57 => {
|
|
|
1729
1760
|
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"
|
|
1730
1761
|
})));
|
|
1731
1762
|
};
|
|
1732
|
-
var CloseEyeIcon =
|
|
1763
|
+
var CloseEyeIcon = _ref59 => {
|
|
1733
1764
|
var {
|
|
1734
1765
|
widthHeight = 24,
|
|
1735
1766
|
color = 'currentColor',
|
|
1736
1767
|
filled = true,
|
|
1737
1768
|
strokeWidth = 1
|
|
1738
|
-
} =
|
|
1739
|
-
props = _objectWithoutPropertiesLoose(
|
|
1769
|
+
} = _ref59,
|
|
1770
|
+
props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
|
|
1740
1771
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1741
1772
|
widthHeight: widthHeight,
|
|
1742
1773
|
color: color
|
|
@@ -1749,14 +1780,14 @@ var CloseEyeIcon = _ref58 => {
|
|
|
1749
1780
|
fill: "currentColor"
|
|
1750
1781
|
})));
|
|
1751
1782
|
};
|
|
1752
|
-
var ExternalLinkIcon =
|
|
1783
|
+
var ExternalLinkIcon = _ref60 => {
|
|
1753
1784
|
var {
|
|
1754
1785
|
widthHeight = 24,
|
|
1755
1786
|
color = 'currentColor',
|
|
1756
1787
|
filled = true,
|
|
1757
1788
|
strokeWidth = 1
|
|
1758
|
-
} =
|
|
1759
|
-
props = _objectWithoutPropertiesLoose(
|
|
1789
|
+
} = _ref60,
|
|
1790
|
+
props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
|
|
1760
1791
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1761
1792
|
widthHeight: widthHeight,
|
|
1762
1793
|
color: color
|
|
@@ -1768,14 +1799,14 @@ var ExternalLinkIcon = _ref59 => {
|
|
|
1768
1799
|
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"
|
|
1769
1800
|
})));
|
|
1770
1801
|
};
|
|
1771
|
-
var PlusIcon =
|
|
1802
|
+
var PlusIcon = _ref61 => {
|
|
1772
1803
|
var {
|
|
1773
1804
|
widthHeight = 24,
|
|
1774
1805
|
color = 'currentColor',
|
|
1775
1806
|
filled = false,
|
|
1776
1807
|
strokeWidth = 1
|
|
1777
|
-
} =
|
|
1778
|
-
props = _objectWithoutPropertiesLoose(
|
|
1808
|
+
} = _ref61,
|
|
1809
|
+
props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
|
|
1779
1810
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1780
1811
|
widthHeight: widthHeight,
|
|
1781
1812
|
color: color
|
|
@@ -1797,14 +1828,14 @@ var PlusIcon = _ref60 => {
|
|
|
1797
1828
|
y2: "12"
|
|
1798
1829
|
})));
|
|
1799
1830
|
};
|
|
1800
|
-
var TickIcon =
|
|
1831
|
+
var TickIcon = _ref62 => {
|
|
1801
1832
|
var {
|
|
1802
1833
|
widthHeight = 24,
|
|
1803
1834
|
color = 'currentColor',
|
|
1804
1835
|
filled = false,
|
|
1805
1836
|
strokeWidth = 1
|
|
1806
|
-
} =
|
|
1807
|
-
props = _objectWithoutPropertiesLoose(
|
|
1837
|
+
} = _ref62,
|
|
1838
|
+
props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
|
|
1808
1839
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1809
1840
|
widthHeight: widthHeight,
|
|
1810
1841
|
color: color
|
|
@@ -1818,14 +1849,14 @@ var TickIcon = _ref61 => {
|
|
|
1818
1849
|
strokeLinejoin: "round"
|
|
1819
1850
|
})));
|
|
1820
1851
|
};
|
|
1821
|
-
var BoldArrowIcon =
|
|
1852
|
+
var BoldArrowIcon = _ref63 => {
|
|
1822
1853
|
var {
|
|
1823
1854
|
widthHeight = 24,
|
|
1824
1855
|
color = 'currentColor',
|
|
1825
1856
|
filled = true,
|
|
1826
1857
|
strokeWidth = 1
|
|
1827
|
-
} =
|
|
1828
|
-
props = _objectWithoutPropertiesLoose(
|
|
1858
|
+
} = _ref63,
|
|
1859
|
+
props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
|
|
1829
1860
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1830
1861
|
widthHeight: widthHeight,
|
|
1831
1862
|
color: color
|
|
@@ -1837,14 +1868,14 @@ var BoldArrowIcon = _ref62 => {
|
|
|
1837
1868
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1838
1869
|
})));
|
|
1839
1870
|
};
|
|
1840
|
-
var ArrowIcon =
|
|
1871
|
+
var ArrowIcon = _ref64 => {
|
|
1841
1872
|
var {
|
|
1842
1873
|
widthHeight = 24,
|
|
1843
1874
|
color = 'currentColor',
|
|
1844
1875
|
filled = false,
|
|
1845
1876
|
strokeWidth = 1
|
|
1846
|
-
} =
|
|
1847
|
-
props = _objectWithoutPropertiesLoose(
|
|
1877
|
+
} = _ref64,
|
|
1878
|
+
props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
|
|
1848
1879
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1849
1880
|
widthHeight: widthHeight,
|
|
1850
1881
|
color: color
|
|
@@ -1862,14 +1893,14 @@ var ArrowIcon = _ref63 => {
|
|
|
1862
1893
|
points: "6 12 12 6 18 12"
|
|
1863
1894
|
})));
|
|
1864
1895
|
};
|
|
1865
|
-
var SpinnerIcon =
|
|
1896
|
+
var SpinnerIcon = _ref65 => {
|
|
1866
1897
|
var {
|
|
1867
1898
|
widthHeight = 24,
|
|
1868
1899
|
color = 'currentColor',
|
|
1869
1900
|
filled = false,
|
|
1870
1901
|
strokeWidth = 1
|
|
1871
|
-
} =
|
|
1872
|
-
props = _objectWithoutPropertiesLoose(
|
|
1902
|
+
} = _ref65,
|
|
1903
|
+
props = _objectWithoutPropertiesLoose(_ref65, _excluded65);
|
|
1873
1904
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1874
1905
|
widthHeight: widthHeight,
|
|
1875
1906
|
color: color
|
|
@@ -1887,14 +1918,14 @@ var SpinnerIcon = _ref64 => {
|
|
|
1887
1918
|
strokeOpacity: "1"
|
|
1888
1919
|
})));
|
|
1889
1920
|
};
|
|
1890
|
-
var CalendarIcon =
|
|
1921
|
+
var CalendarIcon = _ref66 => {
|
|
1891
1922
|
var {
|
|
1892
1923
|
widthHeight = 24,
|
|
1893
1924
|
color = 'currentColor',
|
|
1894
1925
|
strokeWidth = 1,
|
|
1895
1926
|
filled = false
|
|
1896
|
-
} =
|
|
1897
|
-
props = _objectWithoutPropertiesLoose(
|
|
1927
|
+
} = _ref66,
|
|
1928
|
+
props = _objectWithoutPropertiesLoose(_ref66, _excluded66);
|
|
1898
1929
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1899
1930
|
widthHeight: widthHeight,
|
|
1900
1931
|
color: color
|
|
@@ -1929,14 +1960,14 @@ var CalendarIcon = _ref65 => {
|
|
|
1929
1960
|
y2: "10"
|
|
1930
1961
|
})));
|
|
1931
1962
|
};
|
|
1932
|
-
var SliderIcon =
|
|
1963
|
+
var SliderIcon = _ref67 => {
|
|
1933
1964
|
var {
|
|
1934
1965
|
widthHeight = 24,
|
|
1935
1966
|
color = 'currentColor',
|
|
1936
1967
|
strokeWidth = 1,
|
|
1937
1968
|
filled = false
|
|
1938
|
-
} =
|
|
1939
|
-
props = _objectWithoutPropertiesLoose(
|
|
1969
|
+
} = _ref67,
|
|
1970
|
+
props = _objectWithoutPropertiesLoose(_ref67, _excluded67);
|
|
1940
1971
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1941
1972
|
widthHeight: widthHeight,
|
|
1942
1973
|
color: color
|
|
@@ -1991,14 +2022,14 @@ var SliderIcon = _ref66 => {
|
|
|
1991
2022
|
y2: "23"
|
|
1992
2023
|
})));
|
|
1993
2024
|
};
|
|
1994
|
-
var CropIcon =
|
|
2025
|
+
var CropIcon = _ref68 => {
|
|
1995
2026
|
var {
|
|
1996
2027
|
widthHeight = 24,
|
|
1997
2028
|
color = 'currentColor',
|
|
1998
2029
|
strokeWidth = 1,
|
|
1999
2030
|
filled = false
|
|
2000
|
-
} =
|
|
2001
|
-
props = _objectWithoutPropertiesLoose(
|
|
2031
|
+
} = _ref68,
|
|
2032
|
+
props = _objectWithoutPropertiesLoose(_ref68, _excluded68);
|
|
2002
2033
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2003
2034
|
widthHeight: widthHeight,
|
|
2004
2035
|
color: color
|
|
@@ -2012,14 +2043,14 @@ var CropIcon = _ref67 => {
|
|
|
2012
2043
|
d: "M18 22V8a2 2 0 0 0-2-2H2"
|
|
2013
2044
|
})));
|
|
2014
2045
|
};
|
|
2015
|
-
var ZoomInIcon =
|
|
2046
|
+
var ZoomInIcon = _ref69 => {
|
|
2016
2047
|
var {
|
|
2017
2048
|
widthHeight = 24,
|
|
2018
2049
|
color = 'currentColor',
|
|
2019
2050
|
strokeWidth = 1,
|
|
2020
2051
|
filled = false
|
|
2021
|
-
} =
|
|
2022
|
-
props = _objectWithoutPropertiesLoose(
|
|
2052
|
+
} = _ref69,
|
|
2053
|
+
props = _objectWithoutPropertiesLoose(_ref69, _excluded69);
|
|
2023
2054
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2024
2055
|
widthHeight: widthHeight,
|
|
2025
2056
|
color: color
|
|
@@ -2048,14 +2079,14 @@ var ZoomInIcon = _ref68 => {
|
|
|
2048
2079
|
y2: "11"
|
|
2049
2080
|
})));
|
|
2050
2081
|
};
|
|
2051
|
-
var ZoomOutIcon =
|
|
2082
|
+
var ZoomOutIcon = _ref70 => {
|
|
2052
2083
|
var {
|
|
2053
2084
|
widthHeight = 24,
|
|
2054
2085
|
color = 'currentColor',
|
|
2055
2086
|
strokeWidth = 1,
|
|
2056
2087
|
filled = false
|
|
2057
|
-
} =
|
|
2058
|
-
props = _objectWithoutPropertiesLoose(
|
|
2088
|
+
} = _ref70,
|
|
2089
|
+
props = _objectWithoutPropertiesLoose(_ref70, _excluded70);
|
|
2059
2090
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2060
2091
|
widthHeight: widthHeight,
|
|
2061
2092
|
color: color
|
|
@@ -2079,14 +2110,14 @@ var ZoomOutIcon = _ref69 => {
|
|
|
2079
2110
|
y2: "11"
|
|
2080
2111
|
})));
|
|
2081
2112
|
};
|
|
2082
|
-
var TextIcon =
|
|
2113
|
+
var TextIcon = _ref71 => {
|
|
2083
2114
|
var {
|
|
2084
2115
|
widthHeight = 24,
|
|
2085
2116
|
color = 'currentColor',
|
|
2086
2117
|
strokeWidth = 1,
|
|
2087
2118
|
filled = false
|
|
2088
|
-
} =
|
|
2089
|
-
props = _objectWithoutPropertiesLoose(
|
|
2119
|
+
} = _ref71,
|
|
2120
|
+
props = _objectWithoutPropertiesLoose(_ref71, _excluded71);
|
|
2090
2121
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2091
2122
|
widthHeight: widthHeight,
|
|
2092
2123
|
color: color
|
|
@@ -2111,14 +2142,14 @@ var TextIcon = _ref70 => {
|
|
|
2111
2142
|
y2: "18"
|
|
2112
2143
|
})));
|
|
2113
2144
|
};
|
|
2114
|
-
var ShapeIcon =
|
|
2145
|
+
var ShapeIcon = _ref72 => {
|
|
2115
2146
|
var {
|
|
2116
2147
|
widthHeight = 24,
|
|
2117
2148
|
color = 'currentColor',
|
|
2118
2149
|
strokeWidth = 1,
|
|
2119
2150
|
filled = false
|
|
2120
|
-
} =
|
|
2121
|
-
props = _objectWithoutPropertiesLoose(
|
|
2151
|
+
} = _ref72,
|
|
2152
|
+
props = _objectWithoutPropertiesLoose(_ref72, _excluded72);
|
|
2122
2153
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2123
2154
|
widthHeight: widthHeight,
|
|
2124
2155
|
color: color
|
|
@@ -2139,14 +2170,14 @@ var ShapeIcon = _ref71 => {
|
|
|
2139
2170
|
points: "16,4 19,8 13,8"
|
|
2140
2171
|
})));
|
|
2141
2172
|
};
|
|
2142
|
-
var RotateIcon =
|
|
2173
|
+
var RotateIcon = _ref73 => {
|
|
2143
2174
|
var {
|
|
2144
2175
|
widthHeight = 24,
|
|
2145
2176
|
color = 'currentColor',
|
|
2146
2177
|
strokeWidth = 1,
|
|
2147
2178
|
filled = false
|
|
2148
|
-
} =
|
|
2149
|
-
props = _objectWithoutPropertiesLoose(
|
|
2179
|
+
} = _ref73,
|
|
2180
|
+
props = _objectWithoutPropertiesLoose(_ref73, _excluded73);
|
|
2150
2181
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2151
2182
|
widthHeight: widthHeight,
|
|
2152
2183
|
color: color
|
|
@@ -2197,6 +2228,7 @@ var Icon = {
|
|
|
2197
2228
|
ShareIcon: ShareIcon,
|
|
2198
2229
|
RefreshIcon: RefreshIcon,
|
|
2199
2230
|
PrintIcon: PrintIcon,
|
|
2231
|
+
MagicWandIcon: MagicWandIcon,
|
|
2200
2232
|
SliderVerticalIcon: SliderVerticalIcon,
|
|
2201
2233
|
PanelIcon: PanelIcon,
|
|
2202
2234
|
FilterIcon: FilterIcon,
|
|
@@ -3092,7 +3124,7 @@ var ButtonView = _ref => {
|
|
|
3092
3124
|
var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
|
|
3093
3125
|
var Container = ['left', 'right'].includes(iconPosition) ? Horizontal : appStudio.Vertical;
|
|
3094
3126
|
var content = /*#__PURE__*/React__default.createElement(Container, Object.assign({
|
|
3095
|
-
gap:
|
|
3127
|
+
gap: 5,
|
|
3096
3128
|
alignItems: "center"
|
|
3097
3129
|
}, 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)));
|
|
3098
3130
|
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
|
|
@@ -8507,6 +8539,7 @@ exports.LinkedinIcon = LinkedinIcon;
|
|
|
8507
8539
|
exports.Loader = Loader;
|
|
8508
8540
|
exports.LocationIcon = LocationIcon;
|
|
8509
8541
|
exports.LockIcon = LockIcon;
|
|
8542
|
+
exports.MagicWandIcon = MagicWandIcon;
|
|
8510
8543
|
exports.MenuIcon = MenuIcon;
|
|
8511
8544
|
exports.MessageLayout = MessageLayout;
|
|
8512
8545
|
exports.MessageView = MessageView;
|