@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
package/dist/web.esm.js
CHANGED
|
@@ -263,7 +263,7 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
263
263
|
_excluded35 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
264
264
|
_excluded36 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
265
265
|
_excluded37 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
266
|
-
_excluded38 = ["widthHeight", "color", "
|
|
266
|
+
_excluded38 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
267
267
|
_excluded39 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
268
268
|
_excluded40 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
269
269
|
_excluded41 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -275,9 +275,9 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
275
275
|
_excluded47 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
276
276
|
_excluded48 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
277
277
|
_excluded49 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
278
|
-
_excluded50 = ["widthHeight", "color", "
|
|
278
|
+
_excluded50 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
279
279
|
_excluded51 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
280
|
-
_excluded52 = ["widthHeight", "color", "
|
|
280
|
+
_excluded52 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
281
281
|
_excluded53 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
282
282
|
_excluded54 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
283
283
|
_excluded55 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -290,14 +290,15 @@ var _excluded$4 = ["widthHeight", "color", "transform", "orientation", "children
|
|
|
290
290
|
_excluded62 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
291
291
|
_excluded63 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
292
292
|
_excluded64 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
293
|
-
_excluded65 = ["widthHeight", "color", "
|
|
293
|
+
_excluded65 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
294
294
|
_excluded66 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
295
295
|
_excluded67 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
296
296
|
_excluded68 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
297
297
|
_excluded69 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
298
298
|
_excluded70 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
299
299
|
_excluded71 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
300
|
-
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"]
|
|
300
|
+
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
301
|
+
_excluded73 = ["widthHeight", "color", "strokeWidth", "filled"];
|
|
301
302
|
// Default wrapper component for consistent sizing and styling
|
|
302
303
|
var IconWrapper = _ref => {
|
|
303
304
|
var {
|
|
@@ -1185,12 +1186,12 @@ var PrintIcon = _ref35 => {
|
|
|
1185
1186
|
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"
|
|
1186
1187
|
})));
|
|
1187
1188
|
};
|
|
1188
|
-
var
|
|
1189
|
+
var MagicWandIcon = _ref36 => {
|
|
1189
1190
|
var {
|
|
1190
1191
|
widthHeight = 24,
|
|
1191
1192
|
color = 'currentColor',
|
|
1192
1193
|
strokeWidth = 1,
|
|
1193
|
-
filled =
|
|
1194
|
+
filled = true
|
|
1194
1195
|
} = _ref36,
|
|
1195
1196
|
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1196
1197
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
@@ -1200,6 +1201,36 @@ var SliderVerticalIcon = _ref36 => {
|
|
|
1200
1201
|
viewBox: "0 0 24 24",
|
|
1201
1202
|
"aria-hidden": "false",
|
|
1202
1203
|
focusable: "false"
|
|
1204
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
|
|
1205
|
+
x: "-3",
|
|
1206
|
+
y: "17",
|
|
1207
|
+
width: "15",
|
|
1208
|
+
height: "4",
|
|
1209
|
+
rx: "1",
|
|
1210
|
+
transform: "rotate(-40 2 13)"
|
|
1211
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1212
|
+
d: "M17 3L18 6L21 7L18 8L17 11L16 8L13 7L16 6L17 3Z"
|
|
1213
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1214
|
+
d: "M21 9L21.7 11L23.5 12L21.7 13L21 15L20.3 13L18.5 12L20.3 11L21 9Z"
|
|
1215
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1216
|
+
d: "M16 15L16.7 16.5L18 17L16.7 17.5L16 19L15.3 17.5L14 17L15.3 16.5L16 15Z"
|
|
1217
|
+
})));
|
|
1218
|
+
};
|
|
1219
|
+
var SliderVerticalIcon = _ref37 => {
|
|
1220
|
+
var {
|
|
1221
|
+
widthHeight = 24,
|
|
1222
|
+
color = 'currentColor',
|
|
1223
|
+
strokeWidth = 1,
|
|
1224
|
+
filled = false
|
|
1225
|
+
} = _ref37,
|
|
1226
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1227
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1228
|
+
widthHeight: widthHeight,
|
|
1229
|
+
color: color
|
|
1230
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
1231
|
+
viewBox: "0 0 24 24",
|
|
1232
|
+
"aria-hidden": "false",
|
|
1233
|
+
focusable: "false"
|
|
1203
1234
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
|
|
1204
1235
|
stroke: color,
|
|
1205
1236
|
x1: "4",
|
|
@@ -1256,14 +1287,14 @@ var SliderVerticalIcon = _ref36 => {
|
|
|
1256
1287
|
y2: "16"
|
|
1257
1288
|
})));
|
|
1258
1289
|
};
|
|
1259
|
-
var PanelIcon =
|
|
1290
|
+
var PanelIcon = _ref38 => {
|
|
1260
1291
|
var {
|
|
1261
1292
|
widthHeight = 24,
|
|
1262
1293
|
color = 'currentColor',
|
|
1263
1294
|
strokeWidth = 1,
|
|
1264
1295
|
filled = false
|
|
1265
|
-
} =
|
|
1266
|
-
props = _objectWithoutPropertiesLoose(
|
|
1296
|
+
} = _ref38,
|
|
1297
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1267
1298
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1268
1299
|
widthHeight: widthHeight,
|
|
1269
1300
|
color: color
|
|
@@ -1299,14 +1330,14 @@ var PanelIcon = _ref37 => {
|
|
|
1299
1330
|
y2: "15"
|
|
1300
1331
|
})));
|
|
1301
1332
|
};
|
|
1302
|
-
var FilterIcon =
|
|
1333
|
+
var FilterIcon = _ref39 => {
|
|
1303
1334
|
var {
|
|
1304
1335
|
widthHeight = 24,
|
|
1305
1336
|
color = 'currentColor',
|
|
1306
1337
|
filled = false,
|
|
1307
1338
|
strokeWidth = 1
|
|
1308
|
-
} =
|
|
1309
|
-
props = _objectWithoutPropertiesLoose(
|
|
1339
|
+
} = _ref39,
|
|
1340
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1310
1341
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1311
1342
|
widthHeight: widthHeight,
|
|
1312
1343
|
color: color
|
|
@@ -1318,14 +1349,14 @@ var FilterIcon = _ref38 => {
|
|
|
1318
1349
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
1319
1350
|
})));
|
|
1320
1351
|
};
|
|
1321
|
-
var HomeIcon =
|
|
1352
|
+
var HomeIcon = _ref40 => {
|
|
1322
1353
|
var {
|
|
1323
1354
|
widthHeight = 24,
|
|
1324
1355
|
color = 'currentColor',
|
|
1325
1356
|
filled = true,
|
|
1326
1357
|
strokeWidth = 1
|
|
1327
|
-
} =
|
|
1328
|
-
props = _objectWithoutPropertiesLoose(
|
|
1358
|
+
} = _ref40,
|
|
1359
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1329
1360
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1330
1361
|
widthHeight: widthHeight,
|
|
1331
1362
|
color: color
|
|
@@ -1337,14 +1368,14 @@ var HomeIcon = _ref39 => {
|
|
|
1337
1368
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1338
1369
|
})));
|
|
1339
1370
|
};
|
|
1340
|
-
var LocationIcon =
|
|
1371
|
+
var LocationIcon = _ref41 => {
|
|
1341
1372
|
var {
|
|
1342
1373
|
widthHeight = 24,
|
|
1343
1374
|
color = 'currentColor',
|
|
1344
1375
|
filled = true,
|
|
1345
1376
|
strokeWidth = 1
|
|
1346
|
-
} =
|
|
1347
|
-
props = _objectWithoutPropertiesLoose(
|
|
1377
|
+
} = _ref41,
|
|
1378
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1348
1379
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1349
1380
|
widthHeight: widthHeight,
|
|
1350
1381
|
color: color
|
|
@@ -1356,14 +1387,14 @@ var LocationIcon = _ref40 => {
|
|
|
1356
1387
|
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"
|
|
1357
1388
|
})));
|
|
1358
1389
|
};
|
|
1359
|
-
var LockIcon =
|
|
1390
|
+
var LockIcon = _ref42 => {
|
|
1360
1391
|
var {
|
|
1361
1392
|
widthHeight = 24,
|
|
1362
1393
|
color = 'currentColor',
|
|
1363
1394
|
filled = false,
|
|
1364
1395
|
strokeWidth = 1
|
|
1365
|
-
} =
|
|
1366
|
-
props = _objectWithoutPropertiesLoose(
|
|
1396
|
+
} = _ref42,
|
|
1397
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1367
1398
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1368
1399
|
widthHeight: widthHeight,
|
|
1369
1400
|
color: color
|
|
@@ -1382,14 +1413,14 @@ var LockIcon = _ref41 => {
|
|
|
1382
1413
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1383
1414
|
})));
|
|
1384
1415
|
};
|
|
1385
|
-
var MicrophoneIcon =
|
|
1416
|
+
var MicrophoneIcon = _ref43 => {
|
|
1386
1417
|
var {
|
|
1387
1418
|
widthHeight = 24,
|
|
1388
1419
|
color = 'currentColor',
|
|
1389
1420
|
filled = false,
|
|
1390
1421
|
strokeWidth = 1
|
|
1391
|
-
} =
|
|
1392
|
-
props = _objectWithoutPropertiesLoose(
|
|
1422
|
+
} = _ref43,
|
|
1423
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1393
1424
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1394
1425
|
widthHeight: widthHeight,
|
|
1395
1426
|
color: color
|
|
@@ -1415,14 +1446,14 @@ var MicrophoneIcon = _ref42 => {
|
|
|
1415
1446
|
y2: "23"
|
|
1416
1447
|
})));
|
|
1417
1448
|
};
|
|
1418
|
-
var MoonIcon =
|
|
1449
|
+
var MoonIcon = _ref44 => {
|
|
1419
1450
|
var {
|
|
1420
1451
|
widthHeight = 24,
|
|
1421
1452
|
color = 'currentColor',
|
|
1422
1453
|
filled = true,
|
|
1423
1454
|
strokeWidth = 1
|
|
1424
|
-
} =
|
|
1425
|
-
props = _objectWithoutPropertiesLoose(
|
|
1455
|
+
} = _ref44,
|
|
1456
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1426
1457
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1427
1458
|
widthHeight: widthHeight,
|
|
1428
1459
|
color: color
|
|
@@ -1434,14 +1465,14 @@ var MoonIcon = _ref43 => {
|
|
|
1434
1465
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1435
1466
|
})));
|
|
1436
1467
|
};
|
|
1437
|
-
var NotificationIcon =
|
|
1468
|
+
var NotificationIcon = _ref45 => {
|
|
1438
1469
|
var {
|
|
1439
1470
|
widthHeight = 24,
|
|
1440
1471
|
color = 'currentColor',
|
|
1441
1472
|
filled = false,
|
|
1442
1473
|
strokeWidth = 1
|
|
1443
|
-
} =
|
|
1444
|
-
props = _objectWithoutPropertiesLoose(
|
|
1474
|
+
} = _ref45,
|
|
1475
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1445
1476
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1446
1477
|
widthHeight: widthHeight,
|
|
1447
1478
|
color: color
|
|
@@ -1455,14 +1486,14 @@ var NotificationIcon = _ref44 => {
|
|
|
1455
1486
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1456
1487
|
})));
|
|
1457
1488
|
};
|
|
1458
|
-
var OpenEyeIcon =
|
|
1489
|
+
var OpenEyeIcon = _ref46 => {
|
|
1459
1490
|
var {
|
|
1460
1491
|
widthHeight = 24,
|
|
1461
1492
|
color = 'currentColor',
|
|
1462
1493
|
filled = true,
|
|
1463
1494
|
strokeWidth = 1
|
|
1464
|
-
} =
|
|
1465
|
-
props = _objectWithoutPropertiesLoose(
|
|
1495
|
+
} = _ref46,
|
|
1496
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1466
1497
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1467
1498
|
widthHeight: widthHeight,
|
|
1468
1499
|
color: color
|
|
@@ -1474,14 +1505,14 @@ var OpenEyeIcon = _ref45 => {
|
|
|
1474
1505
|
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"
|
|
1475
1506
|
})));
|
|
1476
1507
|
};
|
|
1477
|
-
var ProfileIcon =
|
|
1508
|
+
var ProfileIcon = _ref47 => {
|
|
1478
1509
|
var {
|
|
1479
1510
|
widthHeight = 24,
|
|
1480
1511
|
color = 'currentColor',
|
|
1481
1512
|
filled = true,
|
|
1482
1513
|
strokeWidth = 1
|
|
1483
|
-
} =
|
|
1484
|
-
props = _objectWithoutPropertiesLoose(
|
|
1514
|
+
} = _ref47,
|
|
1515
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1485
1516
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1486
1517
|
widthHeight: widthHeight,
|
|
1487
1518
|
color: color
|
|
@@ -1494,14 +1525,14 @@ var ProfileIcon = _ref46 => {
|
|
|
1494
1525
|
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"
|
|
1495
1526
|
}), ' '));
|
|
1496
1527
|
};
|
|
1497
|
-
var SettingsIcon =
|
|
1528
|
+
var SettingsIcon = _ref48 => {
|
|
1498
1529
|
var {
|
|
1499
1530
|
widthHeight = 24,
|
|
1500
1531
|
color = 'currentColor',
|
|
1501
1532
|
filled = false,
|
|
1502
1533
|
strokeWidth = 1
|
|
1503
|
-
} =
|
|
1504
|
-
props = _objectWithoutPropertiesLoose(
|
|
1534
|
+
} = _ref48,
|
|
1535
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1505
1536
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1506
1537
|
widthHeight: widthHeight,
|
|
1507
1538
|
color: color
|
|
@@ -1513,14 +1544,14 @@ var SettingsIcon = _ref47 => {
|
|
|
1513
1544
|
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"
|
|
1514
1545
|
})));
|
|
1515
1546
|
};
|
|
1516
|
-
var SuccessIcon =
|
|
1547
|
+
var SuccessIcon = _ref49 => {
|
|
1517
1548
|
var {
|
|
1518
1549
|
widthHeight = 24,
|
|
1519
1550
|
color = 'currentColor',
|
|
1520
1551
|
filled = true,
|
|
1521
1552
|
strokeWidth = 1
|
|
1522
|
-
} =
|
|
1523
|
-
props = _objectWithoutPropertiesLoose(
|
|
1553
|
+
} = _ref49,
|
|
1554
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1524
1555
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1525
1556
|
widthHeight: widthHeight,
|
|
1526
1557
|
color: color
|
|
@@ -1532,14 +1563,14 @@ var SuccessIcon = _ref48 => {
|
|
|
1532
1563
|
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"
|
|
1533
1564
|
})));
|
|
1534
1565
|
};
|
|
1535
|
-
var UnLikeIcon =
|
|
1566
|
+
var UnLikeIcon = _ref50 => {
|
|
1536
1567
|
var {
|
|
1537
1568
|
widthHeight = 24,
|
|
1538
1569
|
color = 'currentColor',
|
|
1539
1570
|
filled = true,
|
|
1540
1571
|
strokeWidth = 1
|
|
1541
|
-
} =
|
|
1542
|
-
props = _objectWithoutPropertiesLoose(
|
|
1572
|
+
} = _ref50,
|
|
1573
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1543
1574
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1544
1575
|
widthHeight: widthHeight,
|
|
1545
1576
|
color: color
|
|
@@ -1551,14 +1582,14 @@ var UnLikeIcon = _ref49 => {
|
|
|
1551
1582
|
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"
|
|
1552
1583
|
})));
|
|
1553
1584
|
};
|
|
1554
|
-
var ClockIcon =
|
|
1585
|
+
var ClockIcon = _ref51 => {
|
|
1555
1586
|
var {
|
|
1556
1587
|
widthHeight = 24,
|
|
1557
1588
|
color = 'currentColor',
|
|
1558
1589
|
strokeWidth = 1,
|
|
1559
1590
|
filled = false
|
|
1560
|
-
} =
|
|
1561
|
-
props = _objectWithoutPropertiesLoose(
|
|
1591
|
+
} = _ref51,
|
|
1592
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1562
1593
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1563
1594
|
widthHeight: widthHeight,
|
|
1564
1595
|
color: color
|
|
@@ -1574,14 +1605,14 @@ var ClockIcon = _ref50 => {
|
|
|
1574
1605
|
points: "12 6 12 12 16 14"
|
|
1575
1606
|
})));
|
|
1576
1607
|
};
|
|
1577
|
-
var CameraIcon =
|
|
1608
|
+
var CameraIcon = _ref52 => {
|
|
1578
1609
|
var {
|
|
1579
1610
|
widthHeight = 24,
|
|
1580
1611
|
color = 'currentColor',
|
|
1581
1612
|
strokeWidth = 1,
|
|
1582
1613
|
filled = false
|
|
1583
|
-
} =
|
|
1584
|
-
props = _objectWithoutPropertiesLoose(
|
|
1614
|
+
} = _ref52,
|
|
1615
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1585
1616
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1586
1617
|
widthHeight: widthHeight,
|
|
1587
1618
|
color: color
|
|
@@ -1597,14 +1628,14 @@ var CameraIcon = _ref51 => {
|
|
|
1597
1628
|
r: "4"
|
|
1598
1629
|
})));
|
|
1599
1630
|
};
|
|
1600
|
-
var BluetoothIcon =
|
|
1631
|
+
var BluetoothIcon = _ref53 => {
|
|
1601
1632
|
var {
|
|
1602
1633
|
widthHeight = 24,
|
|
1603
1634
|
color = 'currentColor',
|
|
1604
1635
|
filled = true,
|
|
1605
1636
|
strokeWidth = 1
|
|
1606
|
-
} =
|
|
1607
|
-
props = _objectWithoutPropertiesLoose(
|
|
1637
|
+
} = _ref53,
|
|
1638
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1608
1639
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1609
1640
|
widthHeight: widthHeight,
|
|
1610
1641
|
color: color
|
|
@@ -1616,14 +1647,14 @@ var BluetoothIcon = _ref52 => {
|
|
|
1616
1647
|
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"
|
|
1617
1648
|
})));
|
|
1618
1649
|
};
|
|
1619
|
-
var LikeIcon =
|
|
1650
|
+
var LikeIcon = _ref54 => {
|
|
1620
1651
|
var {
|
|
1621
1652
|
widthHeight = 24,
|
|
1622
1653
|
color = 'currentColor',
|
|
1623
1654
|
filled = true,
|
|
1624
1655
|
strokeWidth = 1
|
|
1625
|
-
} =
|
|
1626
|
-
props = _objectWithoutPropertiesLoose(
|
|
1656
|
+
} = _ref54,
|
|
1657
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1627
1658
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1628
1659
|
widthHeight: widthHeight,
|
|
1629
1660
|
color: color
|
|
@@ -1635,14 +1666,14 @@ var LikeIcon = _ref53 => {
|
|
|
1635
1666
|
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"
|
|
1636
1667
|
})));
|
|
1637
1668
|
};
|
|
1638
|
-
var UnlockIcon =
|
|
1669
|
+
var UnlockIcon = _ref55 => {
|
|
1639
1670
|
var {
|
|
1640
1671
|
widthHeight = 24,
|
|
1641
1672
|
color = 'currentColor',
|
|
1642
1673
|
filled = false,
|
|
1643
1674
|
strokeWidth = 1
|
|
1644
|
-
} =
|
|
1645
|
-
props = _objectWithoutPropertiesLoose(
|
|
1675
|
+
} = _ref55,
|
|
1676
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1646
1677
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1647
1678
|
widthHeight: widthHeight,
|
|
1648
1679
|
color: color
|
|
@@ -1661,14 +1692,14 @@ var UnlockIcon = _ref54 => {
|
|
|
1661
1692
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1662
1693
|
})));
|
|
1663
1694
|
};
|
|
1664
|
-
var WifiIcon =
|
|
1695
|
+
var WifiIcon = _ref56 => {
|
|
1665
1696
|
var {
|
|
1666
1697
|
widthHeight = 24,
|
|
1667
1698
|
color = 'currentColor',
|
|
1668
1699
|
filled = false,
|
|
1669
1700
|
strokeWidth = 1
|
|
1670
|
-
} =
|
|
1671
|
-
props = _objectWithoutPropertiesLoose(
|
|
1701
|
+
} = _ref56,
|
|
1702
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1672
1703
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1673
1704
|
widthHeight: widthHeight,
|
|
1674
1705
|
color: color
|
|
@@ -1680,14 +1711,14 @@ var WifiIcon = _ref55 => {
|
|
|
1680
1711
|
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"
|
|
1681
1712
|
})));
|
|
1682
1713
|
};
|
|
1683
|
-
var UploadIcon =
|
|
1714
|
+
var UploadIcon = _ref57 => {
|
|
1684
1715
|
var {
|
|
1685
1716
|
widthHeight = 24,
|
|
1686
1717
|
color = 'currentColor',
|
|
1687
1718
|
filled = false,
|
|
1688
1719
|
strokeWidth = 1
|
|
1689
|
-
} =
|
|
1690
|
-
props = _objectWithoutPropertiesLoose(
|
|
1720
|
+
} = _ref57,
|
|
1721
|
+
props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
|
|
1691
1722
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1692
1723
|
widthHeight: widthHeight,
|
|
1693
1724
|
color: color
|
|
@@ -1703,14 +1734,14 @@ var UploadIcon = _ref56 => {
|
|
|
1703
1734
|
d: "M12 12l0 9"
|
|
1704
1735
|
})));
|
|
1705
1736
|
};
|
|
1706
|
-
var SearchIcon =
|
|
1737
|
+
var SearchIcon = _ref58 => {
|
|
1707
1738
|
var {
|
|
1708
1739
|
widthHeight = 24,
|
|
1709
1740
|
color = 'currentColor',
|
|
1710
1741
|
filled = true,
|
|
1711
1742
|
strokeWidth = 1
|
|
1712
|
-
} =
|
|
1713
|
-
props = _objectWithoutPropertiesLoose(
|
|
1743
|
+
} = _ref58,
|
|
1744
|
+
props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
|
|
1714
1745
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1715
1746
|
widthHeight: widthHeight,
|
|
1716
1747
|
color: color
|
|
@@ -1722,14 +1753,14 @@ var SearchIcon = _ref57 => {
|
|
|
1722
1753
|
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"
|
|
1723
1754
|
})));
|
|
1724
1755
|
};
|
|
1725
|
-
var CloseEyeIcon =
|
|
1756
|
+
var CloseEyeIcon = _ref59 => {
|
|
1726
1757
|
var {
|
|
1727
1758
|
widthHeight = 24,
|
|
1728
1759
|
color = 'currentColor',
|
|
1729
1760
|
filled = true,
|
|
1730
1761
|
strokeWidth = 1
|
|
1731
|
-
} =
|
|
1732
|
-
props = _objectWithoutPropertiesLoose(
|
|
1762
|
+
} = _ref59,
|
|
1763
|
+
props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
|
|
1733
1764
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1734
1765
|
widthHeight: widthHeight,
|
|
1735
1766
|
color: color
|
|
@@ -1742,14 +1773,14 @@ var CloseEyeIcon = _ref58 => {
|
|
|
1742
1773
|
fill: "currentColor"
|
|
1743
1774
|
})));
|
|
1744
1775
|
};
|
|
1745
|
-
var ExternalLinkIcon =
|
|
1776
|
+
var ExternalLinkIcon = _ref60 => {
|
|
1746
1777
|
var {
|
|
1747
1778
|
widthHeight = 24,
|
|
1748
1779
|
color = 'currentColor',
|
|
1749
1780
|
filled = true,
|
|
1750
1781
|
strokeWidth = 1
|
|
1751
|
-
} =
|
|
1752
|
-
props = _objectWithoutPropertiesLoose(
|
|
1782
|
+
} = _ref60,
|
|
1783
|
+
props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
|
|
1753
1784
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1754
1785
|
widthHeight: widthHeight,
|
|
1755
1786
|
color: color
|
|
@@ -1761,14 +1792,14 @@ var ExternalLinkIcon = _ref59 => {
|
|
|
1761
1792
|
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"
|
|
1762
1793
|
})));
|
|
1763
1794
|
};
|
|
1764
|
-
var PlusIcon =
|
|
1795
|
+
var PlusIcon = _ref61 => {
|
|
1765
1796
|
var {
|
|
1766
1797
|
widthHeight = 24,
|
|
1767
1798
|
color = 'currentColor',
|
|
1768
1799
|
filled = false,
|
|
1769
1800
|
strokeWidth = 1
|
|
1770
|
-
} =
|
|
1771
|
-
props = _objectWithoutPropertiesLoose(
|
|
1801
|
+
} = _ref61,
|
|
1802
|
+
props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
|
|
1772
1803
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1773
1804
|
widthHeight: widthHeight,
|
|
1774
1805
|
color: color
|
|
@@ -1790,14 +1821,14 @@ var PlusIcon = _ref60 => {
|
|
|
1790
1821
|
y2: "12"
|
|
1791
1822
|
})));
|
|
1792
1823
|
};
|
|
1793
|
-
var TickIcon =
|
|
1824
|
+
var TickIcon = _ref62 => {
|
|
1794
1825
|
var {
|
|
1795
1826
|
widthHeight = 24,
|
|
1796
1827
|
color = 'currentColor',
|
|
1797
1828
|
filled = false,
|
|
1798
1829
|
strokeWidth = 1
|
|
1799
|
-
} =
|
|
1800
|
-
props = _objectWithoutPropertiesLoose(
|
|
1830
|
+
} = _ref62,
|
|
1831
|
+
props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
|
|
1801
1832
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1802
1833
|
widthHeight: widthHeight,
|
|
1803
1834
|
color: color
|
|
@@ -1811,14 +1842,14 @@ var TickIcon = _ref61 => {
|
|
|
1811
1842
|
strokeLinejoin: "round"
|
|
1812
1843
|
})));
|
|
1813
1844
|
};
|
|
1814
|
-
var BoldArrowIcon =
|
|
1845
|
+
var BoldArrowIcon = _ref63 => {
|
|
1815
1846
|
var {
|
|
1816
1847
|
widthHeight = 24,
|
|
1817
1848
|
color = 'currentColor',
|
|
1818
1849
|
filled = true,
|
|
1819
1850
|
strokeWidth = 1
|
|
1820
|
-
} =
|
|
1821
|
-
props = _objectWithoutPropertiesLoose(
|
|
1851
|
+
} = _ref63,
|
|
1852
|
+
props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
|
|
1822
1853
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1823
1854
|
widthHeight: widthHeight,
|
|
1824
1855
|
color: color
|
|
@@ -1830,14 +1861,14 @@ var BoldArrowIcon = _ref62 => {
|
|
|
1830
1861
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1831
1862
|
})));
|
|
1832
1863
|
};
|
|
1833
|
-
var ArrowIcon =
|
|
1864
|
+
var ArrowIcon = _ref64 => {
|
|
1834
1865
|
var {
|
|
1835
1866
|
widthHeight = 24,
|
|
1836
1867
|
color = 'currentColor',
|
|
1837
1868
|
filled = false,
|
|
1838
1869
|
strokeWidth = 1
|
|
1839
|
-
} =
|
|
1840
|
-
props = _objectWithoutPropertiesLoose(
|
|
1870
|
+
} = _ref64,
|
|
1871
|
+
props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
|
|
1841
1872
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1842
1873
|
widthHeight: widthHeight,
|
|
1843
1874
|
color: color
|
|
@@ -1855,14 +1886,14 @@ var ArrowIcon = _ref63 => {
|
|
|
1855
1886
|
points: "6 12 12 6 18 12"
|
|
1856
1887
|
})));
|
|
1857
1888
|
};
|
|
1858
|
-
var SpinnerIcon =
|
|
1889
|
+
var SpinnerIcon = _ref65 => {
|
|
1859
1890
|
var {
|
|
1860
1891
|
widthHeight = 24,
|
|
1861
1892
|
color = 'currentColor',
|
|
1862
1893
|
filled = false,
|
|
1863
1894
|
strokeWidth = 1
|
|
1864
|
-
} =
|
|
1865
|
-
props = _objectWithoutPropertiesLoose(
|
|
1895
|
+
} = _ref65,
|
|
1896
|
+
props = _objectWithoutPropertiesLoose(_ref65, _excluded65);
|
|
1866
1897
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1867
1898
|
widthHeight: widthHeight,
|
|
1868
1899
|
color: color
|
|
@@ -1880,14 +1911,14 @@ var SpinnerIcon = _ref64 => {
|
|
|
1880
1911
|
strokeOpacity: "1"
|
|
1881
1912
|
})));
|
|
1882
1913
|
};
|
|
1883
|
-
var CalendarIcon =
|
|
1914
|
+
var CalendarIcon = _ref66 => {
|
|
1884
1915
|
var {
|
|
1885
1916
|
widthHeight = 24,
|
|
1886
1917
|
color = 'currentColor',
|
|
1887
1918
|
strokeWidth = 1,
|
|
1888
1919
|
filled = false
|
|
1889
|
-
} =
|
|
1890
|
-
props = _objectWithoutPropertiesLoose(
|
|
1920
|
+
} = _ref66,
|
|
1921
|
+
props = _objectWithoutPropertiesLoose(_ref66, _excluded66);
|
|
1891
1922
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1892
1923
|
widthHeight: widthHeight,
|
|
1893
1924
|
color: color
|
|
@@ -1922,14 +1953,14 @@ var CalendarIcon = _ref65 => {
|
|
|
1922
1953
|
y2: "10"
|
|
1923
1954
|
})));
|
|
1924
1955
|
};
|
|
1925
|
-
var SliderIcon =
|
|
1956
|
+
var SliderIcon = _ref67 => {
|
|
1926
1957
|
var {
|
|
1927
1958
|
widthHeight = 24,
|
|
1928
1959
|
color = 'currentColor',
|
|
1929
1960
|
strokeWidth = 1,
|
|
1930
1961
|
filled = false
|
|
1931
|
-
} =
|
|
1932
|
-
props = _objectWithoutPropertiesLoose(
|
|
1962
|
+
} = _ref67,
|
|
1963
|
+
props = _objectWithoutPropertiesLoose(_ref67, _excluded67);
|
|
1933
1964
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1934
1965
|
widthHeight: widthHeight,
|
|
1935
1966
|
color: color
|
|
@@ -1984,14 +2015,14 @@ var SliderIcon = _ref66 => {
|
|
|
1984
2015
|
y2: "23"
|
|
1985
2016
|
})));
|
|
1986
2017
|
};
|
|
1987
|
-
var CropIcon =
|
|
2018
|
+
var CropIcon = _ref68 => {
|
|
1988
2019
|
var {
|
|
1989
2020
|
widthHeight = 24,
|
|
1990
2021
|
color = 'currentColor',
|
|
1991
2022
|
strokeWidth = 1,
|
|
1992
2023
|
filled = false
|
|
1993
|
-
} =
|
|
1994
|
-
props = _objectWithoutPropertiesLoose(
|
|
2024
|
+
} = _ref68,
|
|
2025
|
+
props = _objectWithoutPropertiesLoose(_ref68, _excluded68);
|
|
1995
2026
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1996
2027
|
widthHeight: widthHeight,
|
|
1997
2028
|
color: color
|
|
@@ -2005,14 +2036,14 @@ var CropIcon = _ref67 => {
|
|
|
2005
2036
|
d: "M18 22V8a2 2 0 0 0-2-2H2"
|
|
2006
2037
|
})));
|
|
2007
2038
|
};
|
|
2008
|
-
var ZoomInIcon =
|
|
2039
|
+
var ZoomInIcon = _ref69 => {
|
|
2009
2040
|
var {
|
|
2010
2041
|
widthHeight = 24,
|
|
2011
2042
|
color = 'currentColor',
|
|
2012
2043
|
strokeWidth = 1,
|
|
2013
2044
|
filled = false
|
|
2014
|
-
} =
|
|
2015
|
-
props = _objectWithoutPropertiesLoose(
|
|
2045
|
+
} = _ref69,
|
|
2046
|
+
props = _objectWithoutPropertiesLoose(_ref69, _excluded69);
|
|
2016
2047
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2017
2048
|
widthHeight: widthHeight,
|
|
2018
2049
|
color: color
|
|
@@ -2041,14 +2072,14 @@ var ZoomInIcon = _ref68 => {
|
|
|
2041
2072
|
y2: "11"
|
|
2042
2073
|
})));
|
|
2043
2074
|
};
|
|
2044
|
-
var ZoomOutIcon =
|
|
2075
|
+
var ZoomOutIcon = _ref70 => {
|
|
2045
2076
|
var {
|
|
2046
2077
|
widthHeight = 24,
|
|
2047
2078
|
color = 'currentColor',
|
|
2048
2079
|
strokeWidth = 1,
|
|
2049
2080
|
filled = false
|
|
2050
|
-
} =
|
|
2051
|
-
props = _objectWithoutPropertiesLoose(
|
|
2081
|
+
} = _ref70,
|
|
2082
|
+
props = _objectWithoutPropertiesLoose(_ref70, _excluded70);
|
|
2052
2083
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2053
2084
|
widthHeight: widthHeight,
|
|
2054
2085
|
color: color
|
|
@@ -2072,14 +2103,14 @@ var ZoomOutIcon = _ref69 => {
|
|
|
2072
2103
|
y2: "11"
|
|
2073
2104
|
})));
|
|
2074
2105
|
};
|
|
2075
|
-
var TextIcon =
|
|
2106
|
+
var TextIcon = _ref71 => {
|
|
2076
2107
|
var {
|
|
2077
2108
|
widthHeight = 24,
|
|
2078
2109
|
color = 'currentColor',
|
|
2079
2110
|
strokeWidth = 1,
|
|
2080
2111
|
filled = false
|
|
2081
|
-
} =
|
|
2082
|
-
props = _objectWithoutPropertiesLoose(
|
|
2112
|
+
} = _ref71,
|
|
2113
|
+
props = _objectWithoutPropertiesLoose(_ref71, _excluded71);
|
|
2083
2114
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2084
2115
|
widthHeight: widthHeight,
|
|
2085
2116
|
color: color
|
|
@@ -2104,14 +2135,14 @@ var TextIcon = _ref70 => {
|
|
|
2104
2135
|
y2: "18"
|
|
2105
2136
|
})));
|
|
2106
2137
|
};
|
|
2107
|
-
var ShapeIcon =
|
|
2138
|
+
var ShapeIcon = _ref72 => {
|
|
2108
2139
|
var {
|
|
2109
2140
|
widthHeight = 24,
|
|
2110
2141
|
color = 'currentColor',
|
|
2111
2142
|
strokeWidth = 1,
|
|
2112
2143
|
filled = false
|
|
2113
|
-
} =
|
|
2114
|
-
props = _objectWithoutPropertiesLoose(
|
|
2144
|
+
} = _ref72,
|
|
2145
|
+
props = _objectWithoutPropertiesLoose(_ref72, _excluded72);
|
|
2115
2146
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2116
2147
|
widthHeight: widthHeight,
|
|
2117
2148
|
color: color
|
|
@@ -2132,14 +2163,14 @@ var ShapeIcon = _ref71 => {
|
|
|
2132
2163
|
points: "16,4 19,8 13,8"
|
|
2133
2164
|
})));
|
|
2134
2165
|
};
|
|
2135
|
-
var RotateIcon =
|
|
2166
|
+
var RotateIcon = _ref73 => {
|
|
2136
2167
|
var {
|
|
2137
2168
|
widthHeight = 24,
|
|
2138
2169
|
color = 'currentColor',
|
|
2139
2170
|
strokeWidth = 1,
|
|
2140
2171
|
filled = false
|
|
2141
|
-
} =
|
|
2142
|
-
props = _objectWithoutPropertiesLoose(
|
|
2172
|
+
} = _ref73,
|
|
2173
|
+
props = _objectWithoutPropertiesLoose(_ref73, _excluded73);
|
|
2143
2174
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
2144
2175
|
widthHeight: widthHeight,
|
|
2145
2176
|
color: color
|
|
@@ -2190,6 +2221,7 @@ var Icon = {
|
|
|
2190
2221
|
ShareIcon: ShareIcon,
|
|
2191
2222
|
RefreshIcon: RefreshIcon,
|
|
2192
2223
|
PrintIcon: PrintIcon,
|
|
2224
|
+
MagicWandIcon: MagicWandIcon,
|
|
2193
2225
|
SliderVerticalIcon: SliderVerticalIcon,
|
|
2194
2226
|
PanelIcon: PanelIcon,
|
|
2195
2227
|
FilterIcon: FilterIcon,
|
|
@@ -3085,12 +3117,13 @@ var ButtonView = _ref => {
|
|
|
3085
3117
|
var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
|
|
3086
3118
|
var Container = ['left', 'right'].includes(iconPosition) ? Horizontal : Vertical$1;
|
|
3087
3119
|
var content = /*#__PURE__*/React.createElement(Container, Object.assign({
|
|
3088
|
-
gap:
|
|
3120
|
+
gap: 5,
|
|
3089
3121
|
alignItems: "center"
|
|
3090
3122
|
}, views == null ? void 0 : views.container), isLoading && loaderPosition === 'left' && /*#__PURE__*/React.createElement(Loader, Object.assign({}, loaderProps)), icon && ['left', 'top'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React.createElement(View$1, Object.assign({}, views == null ? void 0 : views.icon), icon)), children, icon && ['right', 'bottom'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React.createElement(View$1, Object.assign({}, views == null ? void 0 : views.icon), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React.createElement(Loader, Object.assign({}, loaderProps)));
|
|
3091
3123
|
return /*#__PURE__*/React.createElement(Element, Object.assign({
|
|
3092
3124
|
gap: 8,
|
|
3093
3125
|
as: "button",
|
|
3126
|
+
type: "button",
|
|
3094
3127
|
border: "none",
|
|
3095
3128
|
color: "color.white",
|
|
3096
3129
|
display: "flex",
|
|
@@ -8435,5 +8468,5 @@ var DragAndDropComponent = props => {
|
|
|
8435
8468
|
};
|
|
8436
8469
|
var DragAndDrop = DragAndDropComponent;
|
|
8437
8470
|
|
|
8438
|
-
export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, CropIcon, DatePicker, DownloadIcon, DragAndDrop, DragAndDropComponent, DragHandleIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, ImageIcon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PauseIcon, PlayIcon, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, RotateIcon, SaveIcon, SearchIcon, Select, SettingsIcon, ShapeIcon, ShareIcon, SliderIcon, SliderVerticalIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, TextIcon, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Uploader, Vertical, VerticalBase, VideoIcon, View, WarningIcon, WifiIcon, XIcon, YoutubeIcon, ZoomInIcon, ZoomOutIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
8471
|
+
export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, CropIcon, DatePicker, DownloadIcon, DragAndDrop, DragAndDropComponent, DragHandleIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, ImageIcon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MagicWandIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PauseIcon, PlayIcon, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, RotateIcon, SaveIcon, SearchIcon, Select, SettingsIcon, ShapeIcon, ShareIcon, SliderIcon, SliderVerticalIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, TextIcon, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Uploader, Vertical, VerticalBase, VideoIcon, View, WarningIcon, WifiIcon, XIcon, YoutubeIcon, ZoomInIcon, ZoomOutIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
8439
8472
|
//# sourceMappingURL=web.esm.js.map
|