@activecollab/components 2.0.247 → 2.0.249
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/cjs/components/ChooseV2/ChooseV2.js +102 -22
- package/dist/cjs/components/ChooseV2/ChooseV2.js.map +1 -1
- package/dist/cjs/components/ChooseV2/Styles.js +33 -0
- package/dist/cjs/components/ChooseV2/Styles.js.map +1 -0
- package/dist/cjs/components/ContentWizard/ContentWizard.js +12 -10
- package/dist/cjs/components/ContentWizard/ContentWizard.js.map +1 -1
- package/dist/esm/components/ChooseV2/ChooseV2.d.ts +1 -1
- package/dist/esm/components/ChooseV2/ChooseV2.d.ts.map +1 -1
- package/dist/esm/components/ChooseV2/ChooseV2.js +80 -18
- package/dist/esm/components/ChooseV2/ChooseV2.js.map +1 -1
- package/dist/esm/components/ChooseV2/Styles.d.ts +6 -0
- package/dist/esm/components/ChooseV2/Styles.d.ts.map +1 -0
- package/dist/esm/components/ChooseV2/Styles.js +23 -0
- package/dist/esm/components/ChooseV2/Styles.js.map +1 -0
- package/dist/esm/components/ContentWizard/ContentWizard.d.ts.map +1 -1
- package/dist/esm/components/ContentWizard/ContentWizard.js +10 -5
- package/dist/esm/components/ContentWizard/ContentWizard.js.map +1 -1
- package/dist/index.js +677 -582
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
})(["display:inline-flex;svg{margin:0 4px;}"]);
|
|
202
202
|
StyledButtonElement.displayName = "StyledButtonElement";
|
|
203
203
|
|
|
204
|
-
var _excluded$
|
|
204
|
+
var _excluded$4P = ["children", "active", "variant", "size", "className"];
|
|
205
205
|
/**
|
|
206
206
|
* @component Button
|
|
207
207
|
* @description
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
_ref$size = _ref.size,
|
|
232
232
|
size = _ref$size === void 0 ? "medium" : _ref$size,
|
|
233
233
|
className = _ref.className,
|
|
234
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
234
|
+
args = _objectWithoutProperties(_ref, _excluded$4P);
|
|
235
235
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
|
|
236
236
|
className: classNames__default["default"]("c-btn", className, {
|
|
237
237
|
"c-btn--contained": variant === "primary" || variant === "contained",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
})));
|
|
297
297
|
};
|
|
298
298
|
|
|
299
|
-
var _excluded$
|
|
299
|
+
var _excluded$4O = ["gradient"];
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
302
|
* @component AddCrossTinyIcon
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
*/
|
|
327
327
|
var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
328
328
|
var gradient = _ref.gradient,
|
|
329
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
329
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
330
330
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
331
331
|
width: 24,
|
|
332
332
|
height: 24,
|
|
@@ -346,12 +346,12 @@
|
|
|
346
346
|
AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
|
|
347
347
|
var AddCrossTinyIcon$1 = AddCrossTinyIcon;
|
|
348
348
|
|
|
349
|
-
var _excluded$
|
|
349
|
+
var _excluded$4N = ["className", "disabled"];
|
|
350
350
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
351
351
|
var className = _ref.className,
|
|
352
352
|
_ref$disabled = _ref.disabled,
|
|
353
353
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
354
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
354
|
+
rest = _objectWithoutProperties(_ref, _excluded$4N);
|
|
355
355
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
356
356
|
ref: ref,
|
|
357
357
|
variant: "contained",
|
|
@@ -389,12 +389,12 @@
|
|
|
389
389
|
});
|
|
390
390
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
391
391
|
|
|
392
|
-
var _excluded$
|
|
392
|
+
var _excluded$4M = ["children", "className", "invalid"];
|
|
393
393
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
394
394
|
var children = _ref.children,
|
|
395
395
|
className = _ref.className,
|
|
396
396
|
invalid = _ref.invalid,
|
|
397
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
397
|
+
rest = _objectWithoutProperties(_ref, _excluded$4M);
|
|
398
398
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
399
399
|
ref: ref,
|
|
400
400
|
className: classNames__default["default"]("c-btn-group", className),
|
|
@@ -419,11 +419,11 @@
|
|
|
419
419
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
420
420
|
StyledListSeparator$1.displayName = "StyledListSeparator";
|
|
421
421
|
|
|
422
|
-
var _excluded$
|
|
422
|
+
var _excluded$4L = ["children", "className"];
|
|
423
423
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
424
424
|
var children = _ref.children,
|
|
425
425
|
className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$4L);
|
|
427
427
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem$1, _extends({
|
|
428
428
|
className: classNames__default["default"]("c-list-item", className),
|
|
429
429
|
ref: ref,
|
|
@@ -432,21 +432,21 @@
|
|
|
432
432
|
});
|
|
433
433
|
ListItem.displayName = "ListItem";
|
|
434
434
|
|
|
435
|
-
var _excluded$
|
|
435
|
+
var _excluded$4K = ["className"];
|
|
436
436
|
var ListSeparator = function ListSeparator(_ref) {
|
|
437
437
|
var className = _ref.className,
|
|
438
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
438
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
439
439
|
return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator$1, _extends({
|
|
440
440
|
className: classNames__default["default"]("c-list-separator", className)
|
|
441
441
|
}, props));
|
|
442
442
|
};
|
|
443
443
|
ListSeparator.displayName = "ListSeparator";
|
|
444
444
|
|
|
445
|
-
var _excluded$
|
|
445
|
+
var _excluded$4J = ["children", "className"];
|
|
446
446
|
var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
447
447
|
var children = _ref.children,
|
|
448
448
|
className = _ref.className,
|
|
449
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
449
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
450
450
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
451
451
|
className: className,
|
|
452
452
|
ref: ref,
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
return size === "big" && styled.css(["width:40px;"]);
|
|
960
960
|
});
|
|
961
961
|
|
|
962
|
-
var _excluded$
|
|
962
|
+
var _excluded$4I = ["children", "className", "variant", "size", "active"];
|
|
963
963
|
|
|
964
964
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
965
965
|
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
variant = _ref.variant,
|
|
990
990
|
size = _ref.size,
|
|
991
991
|
active = _ref.active,
|
|
992
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
992
|
+
args = _objectWithoutProperties(_ref, _excluded$4I);
|
|
993
993
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
994
994
|
className: className,
|
|
995
995
|
variant: variant,
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
});
|
|
1001
1001
|
IconButton.displayName = "IconButton";
|
|
1002
1002
|
|
|
1003
|
-
var _excluded$
|
|
1003
|
+
var _excluded$4H = ["gradient"];
|
|
1004
1004
|
|
|
1005
1005
|
/**
|
|
1006
1006
|
* @component AccessLogIcon
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
*/
|
|
1031
1031
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1032
1032
|
var gradient = _ref.gradient,
|
|
1033
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1033
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
1034
1034
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1035
1035
|
width: 24,
|
|
1036
1036
|
height: 24,
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1059
1059
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1060
1060
|
|
|
1061
|
-
var _excluded$
|
|
1061
|
+
var _excluded$4G = ["gradient"];
|
|
1062
1062
|
|
|
1063
1063
|
/**
|
|
1064
1064
|
* @component ActivityIcon
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
*/
|
|
1089
1089
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1090
1090
|
var gradient = _ref.gradient,
|
|
1091
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1091
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
1092
1092
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1093
1093
|
width: 24,
|
|
1094
1094
|
height: 24,
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1113
1113
|
var ActivityIcon$1 = ActivityIcon;
|
|
1114
1114
|
|
|
1115
|
-
var _excluded$
|
|
1115
|
+
var _excluded$4F = ["gradient"];
|
|
1116
1116
|
|
|
1117
1117
|
/**
|
|
1118
1118
|
* @component AddCrossIcon
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
*/
|
|
1143
1143
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1144
1144
|
var gradient = _ref.gradient,
|
|
1145
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1145
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
1146
1146
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1147
1147
|
width: 10,
|
|
1148
1148
|
height: 10,
|
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1163
1163
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1164
1164
|
|
|
1165
|
-
var _excluded$
|
|
1165
|
+
var _excluded$4E = ["gradient"];
|
|
1166
1166
|
|
|
1167
1167
|
/**
|
|
1168
1168
|
* @component ArchiveIcon
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
*/
|
|
1193
1193
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1194
1194
|
var gradient = _ref.gradient,
|
|
1195
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1195
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
1196
1196
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1197
1197
|
width: 24,
|
|
1198
1198
|
height: 24,
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1214
1214
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1215
1215
|
|
|
1216
|
-
var _excluded$
|
|
1216
|
+
var _excluded$4D = ["gradient"];
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* @component ArrowBackMobileIcon
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
*/
|
|
1244
1244
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1245
1245
|
var gradient = _ref.gradient,
|
|
1246
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1246
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
1247
1247
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1248
1248
|
width: 24,
|
|
1249
1249
|
height: 24,
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1265
1265
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1266
1266
|
|
|
1267
|
-
var _excluded$
|
|
1267
|
+
var _excluded$4C = ["gradient"];
|
|
1268
1268
|
|
|
1269
1269
|
/**
|
|
1270
1270
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
*/
|
|
1295
1295
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1296
1296
|
var gradient = _ref.gradient,
|
|
1297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1297
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
1298
1298
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1299
1299
|
width: 24,
|
|
1300
1300
|
height: 24,
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1315
1315
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1316
1316
|
|
|
1317
|
-
var _excluded$
|
|
1317
|
+
var _excluded$4B = ["gradient"];
|
|
1318
1318
|
|
|
1319
1319
|
/**
|
|
1320
1320
|
* @component ArrowDownLongIcon
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
*/
|
|
1345
1345
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1346
1346
|
var gradient = _ref.gradient,
|
|
1347
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1347
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
1348
1348
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1349
1349
|
width: 24,
|
|
1350
1350
|
height: 24,
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1365
1365
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1366
1366
|
|
|
1367
|
-
var _excluded$
|
|
1367
|
+
var _excluded$4A = ["gradient"];
|
|
1368
1368
|
|
|
1369
1369
|
/**
|
|
1370
1370
|
* @component ArrowDownSmallIcon
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
*/
|
|
1395
1395
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1396
1396
|
var gradient = _ref.gradient,
|
|
1397
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1397
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
1398
1398
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1399
1399
|
width: 16,
|
|
1400
1400
|
height: 16,
|
|
@@ -1414,7 +1414,7 @@
|
|
|
1414
1414
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1415
1415
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1416
1416
|
|
|
1417
|
-
var _excluded$
|
|
1417
|
+
var _excluded$4z = ["gradient"];
|
|
1418
1418
|
|
|
1419
1419
|
/**
|
|
1420
1420
|
* @component ArrowDownIcon
|
|
@@ -1444,7 +1444,7 @@
|
|
|
1444
1444
|
*/
|
|
1445
1445
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1446
1446
|
var gradient = _ref.gradient,
|
|
1447
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1447
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
1448
1448
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1449
1449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1450
1450
|
width: 24,
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1464
1464
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1465
1465
|
|
|
1466
|
-
var _excluded$
|
|
1466
|
+
var _excluded$4y = ["gradient"];
|
|
1467
1467
|
|
|
1468
1468
|
/**
|
|
1469
1469
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
*/
|
|
1494
1494
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1495
1495
|
var gradient = _ref.gradient,
|
|
1496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1496
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
1497
1497
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1498
1498
|
width: 24,
|
|
1499
1499
|
height: 24,
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1514
1514
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1515
1515
|
|
|
1516
|
-
var _excluded$
|
|
1516
|
+
var _excluded$4x = ["gradient"];
|
|
1517
1517
|
|
|
1518
1518
|
/**
|
|
1519
1519
|
* @component ArrowLeftBoxIcon
|
|
@@ -1543,7 +1543,7 @@
|
|
|
1543
1543
|
*/
|
|
1544
1544
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1545
1545
|
var gradient = _ref.gradient,
|
|
1546
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1546
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
1547
1547
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1548
1548
|
width: 24,
|
|
1549
1549
|
height: 24,
|
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1564
1564
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1565
1565
|
|
|
1566
|
-
var _excluded$
|
|
1566
|
+
var _excluded$4w = ["gradient"];
|
|
1567
1567
|
|
|
1568
1568
|
/**
|
|
1569
1569
|
* @component ArrowLeftIcon
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
*/
|
|
1594
1594
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1595
1595
|
var gradient = _ref.gradient,
|
|
1596
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1596
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
1597
1597
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1598
1598
|
width: 24,
|
|
1599
1599
|
height: 24,
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1614
1614
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1615
1615
|
|
|
1616
|
-
var _excluded$
|
|
1616
|
+
var _excluded$4v = ["gradient"];
|
|
1617
1617
|
|
|
1618
1618
|
/**
|
|
1619
1619
|
* @component ArrowRefreshIcon
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
*/
|
|
1644
1644
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1645
1645
|
var gradient = _ref.gradient,
|
|
1646
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1646
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
1647
1647
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1648
1648
|
width: 24,
|
|
1649
1649
|
height: 24,
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1665
1665
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1666
1666
|
|
|
1667
|
-
var _excluded$
|
|
1667
|
+
var _excluded$4u = ["gradient"];
|
|
1668
1668
|
|
|
1669
1669
|
/**
|
|
1670
1670
|
* @component ArrowRestoreIcon
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
*/
|
|
1695
1695
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1696
1696
|
var gradient = _ref.gradient,
|
|
1697
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1697
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
1698
1698
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1699
1699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1700
1700
|
width: 24,
|
|
@@ -1714,7 +1714,7 @@
|
|
|
1714
1714
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1715
1715
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1716
1716
|
|
|
1717
|
-
var _excluded$
|
|
1717
|
+
var _excluded$4t = ["gradient"];
|
|
1718
1718
|
|
|
1719
1719
|
/**
|
|
1720
1720
|
* @component ArrowRightIcon
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
*/
|
|
1745
1745
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1746
1746
|
var gradient = _ref.gradient,
|
|
1747
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1747
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
1748
1748
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1749
1749
|
width: 24,
|
|
1750
1750
|
height: 24,
|
|
@@ -1764,7 +1764,7 @@
|
|
|
1764
1764
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1765
1765
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1766
1766
|
|
|
1767
|
-
var _excluded$
|
|
1767
|
+
var _excluded$4s = ["gradient"];
|
|
1768
1768
|
|
|
1769
1769
|
/**
|
|
1770
1770
|
* @component ArrowUpLongIcon
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
*/
|
|
1795
1795
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1796
1796
|
var gradient = _ref.gradient,
|
|
1797
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1797
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
1798
1798
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1799
1799
|
width: 24,
|
|
1800
1800
|
height: 24,
|
|
@@ -1814,7 +1814,7 @@
|
|
|
1814
1814
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1815
1815
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1816
1816
|
|
|
1817
|
-
var _excluded$
|
|
1817
|
+
var _excluded$4r = ["gradient"];
|
|
1818
1818
|
|
|
1819
1819
|
/**
|
|
1820
1820
|
* @component ArrowUpIcon
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
*/
|
|
1845
1845
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1846
1846
|
var gradient = _ref.gradient,
|
|
1847
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1847
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
1848
1848
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1849
1849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1850
1850
|
width: 24,
|
|
@@ -1863,7 +1863,7 @@
|
|
|
1863
1863
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1864
1864
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1865
1865
|
|
|
1866
|
-
var _excluded$
|
|
1866
|
+
var _excluded$4q = ["gradient"];
|
|
1867
1867
|
|
|
1868
1868
|
/**
|
|
1869
1869
|
* @component AssignIcon
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1895
1895
|
var gradient = _ref.gradient,
|
|
1896
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1896
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
1897
1897
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1898
1898
|
width: 24,
|
|
1899
1899
|
height: 24,
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
AssignIcon.displayName = "AssignIcon";
|
|
1914
1914
|
var AssignIcon$1 = AssignIcon;
|
|
1915
1915
|
|
|
1916
|
-
var _excluded$
|
|
1916
|
+
var _excluded$4p = ["gradient"];
|
|
1917
1917
|
|
|
1918
1918
|
/**
|
|
1919
1919
|
* @component AttachmentIcon
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
*/
|
|
1944
1944
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1945
1945
|
var gradient = _ref.gradient,
|
|
1946
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1946
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
1947
1947
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1948
1948
|
width: 24,
|
|
1949
1949
|
height: 24,
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
1964
1964
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
1965
1965
|
|
|
1966
|
-
var _excluded$
|
|
1966
|
+
var _excluded$4o = ["gradient"];
|
|
1967
1967
|
|
|
1968
1968
|
/**
|
|
1969
1969
|
* @component BellOffSmallIcon
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
*/
|
|
1994
1994
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1995
1995
|
var gradient = _ref.gradient,
|
|
1996
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1996
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
1997
1997
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1998
1998
|
width: 12,
|
|
1999
1999
|
height: 12,
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2014
2014
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2015
2015
|
|
|
2016
|
-
var _excluded$
|
|
2016
|
+
var _excluded$4n = ["gradient"];
|
|
2017
2017
|
|
|
2018
2018
|
/**
|
|
2019
2019
|
* @component BellOffIcon
|
|
@@ -2043,7 +2043,7 @@
|
|
|
2043
2043
|
*/
|
|
2044
2044
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2045
2045
|
var gradient = _ref.gradient,
|
|
2046
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2046
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
2047
2047
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2048
2048
|
width: 24,
|
|
2049
2049
|
height: 24,
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2064
2064
|
var BellOffIcon$1 = BellOffIcon;
|
|
2065
2065
|
|
|
2066
|
-
var _excluded$
|
|
2066
|
+
var _excluded$4m = ["gradient"];
|
|
2067
2067
|
|
|
2068
2068
|
/**
|
|
2069
2069
|
* @component BillingIcon
|
|
@@ -2093,7 +2093,7 @@
|
|
|
2093
2093
|
*/
|
|
2094
2094
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2095
2095
|
var gradient = _ref.gradient,
|
|
2096
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2096
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
2097
2097
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2098
2098
|
width: 24,
|
|
2099
2099
|
height: 24,
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
BillingIcon.displayName = "BillingIcon";
|
|
2115
2115
|
var BillingIcon$1 = BillingIcon;
|
|
2116
2116
|
|
|
2117
|
-
var _excluded$
|
|
2117
|
+
var _excluded$4l = ["gradient"];
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
2120
|
* @component BudgetAlertIcon
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
*/
|
|
2145
2145
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2146
2146
|
var gradient = _ref.gradient,
|
|
2147
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2147
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
2148
2148
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2149
2149
|
width: 24,
|
|
2150
2150
|
height: 24,
|
|
@@ -2164,7 +2164,7 @@
|
|
|
2164
2164
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2165
2165
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2166
2166
|
|
|
2167
|
-
var _excluded$
|
|
2167
|
+
var _excluded$4k = ["gradient"];
|
|
2168
2168
|
|
|
2169
2169
|
/**
|
|
2170
2170
|
* @component CalendarAddXIcon
|
|
@@ -2194,7 +2194,7 @@
|
|
|
2194
2194
|
*/
|
|
2195
2195
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2196
2196
|
var gradient = _ref.gradient,
|
|
2197
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2197
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
2198
2198
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2199
2199
|
width: 24,
|
|
2200
2200
|
height: 24,
|
|
@@ -2214,7 +2214,7 @@
|
|
|
2214
2214
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2215
2215
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2216
2216
|
|
|
2217
|
-
var _excluded$
|
|
2217
|
+
var _excluded$4j = ["gradient"];
|
|
2218
2218
|
|
|
2219
2219
|
/**
|
|
2220
2220
|
* @component CalendarImportIcon
|
|
@@ -2244,7 +2244,7 @@
|
|
|
2244
2244
|
*/
|
|
2245
2245
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2246
2246
|
var gradient = _ref.gradient,
|
|
2247
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2247
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
2248
2248
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2249
2249
|
width: 18,
|
|
2250
2250
|
height: 18,
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2268
2268
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2269
2269
|
|
|
2270
|
-
var _excluded$
|
|
2270
|
+
var _excluded$4i = ["gradient"];
|
|
2271
2271
|
|
|
2272
2272
|
/**
|
|
2273
2273
|
* @component CalendarIcon
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
*/
|
|
2298
2298
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2299
2299
|
var gradient = _ref.gradient,
|
|
2300
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2300
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
2301
2301
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2302
2302
|
width: 24,
|
|
2303
2303
|
height: 24,
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2318
2318
|
var CalendarIcon$1 = CalendarIcon;
|
|
2319
2319
|
|
|
2320
|
-
var _excluded$
|
|
2320
|
+
var _excluded$4h = ["gradient"];
|
|
2321
2321
|
|
|
2322
2322
|
/**
|
|
2323
2323
|
* @component CancelCrossIcon
|
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
*/
|
|
2348
2348
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2349
2349
|
var gradient = _ref.gradient,
|
|
2350
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2350
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
2351
2351
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2352
2352
|
width: 24,
|
|
2353
2353
|
height: 24,
|
|
@@ -2367,7 +2367,7 @@
|
|
|
2367
2367
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2368
2368
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2369
2369
|
|
|
2370
|
-
var _excluded$
|
|
2370
|
+
var _excluded$4g = ["gradient"];
|
|
2371
2371
|
|
|
2372
2372
|
/**
|
|
2373
2373
|
* @component CaretLeftIcon
|
|
@@ -2397,7 +2397,7 @@
|
|
|
2397
2397
|
*/
|
|
2398
2398
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2399
2399
|
var gradient = _ref.gradient,
|
|
2400
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2400
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
2401
2401
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2402
2402
|
width: 18,
|
|
2403
2403
|
height: 18,
|
|
@@ -2417,7 +2417,7 @@
|
|
|
2417
2417
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2418
2418
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2419
2419
|
|
|
2420
|
-
var _excluded$
|
|
2420
|
+
var _excluded$4f = ["gradient"];
|
|
2421
2421
|
|
|
2422
2422
|
/**
|
|
2423
2423
|
* @component CaretRightIcon
|
|
@@ -2447,7 +2447,7 @@
|
|
|
2447
2447
|
*/
|
|
2448
2448
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2449
2449
|
var gradient = _ref.gradient,
|
|
2450
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2450
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
2451
2451
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2452
2452
|
width: 18,
|
|
2453
2453
|
height: 18,
|
|
@@ -2467,7 +2467,7 @@
|
|
|
2467
2467
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2468
2468
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2469
2469
|
|
|
2470
|
-
var _excluded$
|
|
2470
|
+
var _excluded$4e = ["gradient"];
|
|
2471
2471
|
|
|
2472
2472
|
/**
|
|
2473
2473
|
* @component ChatIcon
|
|
@@ -2497,7 +2497,7 @@
|
|
|
2497
2497
|
*/
|
|
2498
2498
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2499
2499
|
var gradient = _ref.gradient,
|
|
2500
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2500
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
2501
2501
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2502
2502
|
width: 24,
|
|
2503
2503
|
height: 24,
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
ChatIcon.displayName = "ChatIcon";
|
|
2518
2518
|
var ChatIcon$1 = ChatIcon;
|
|
2519
2519
|
|
|
2520
|
-
var _excluded$
|
|
2520
|
+
var _excluded$4d = ["gradient"];
|
|
2521
2521
|
|
|
2522
2522
|
/**
|
|
2523
2523
|
* @component CheckIcon
|
|
@@ -2547,7 +2547,7 @@
|
|
|
2547
2547
|
*/
|
|
2548
2548
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2549
2549
|
var gradient = _ref.gradient,
|
|
2550
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2550
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
2551
2551
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2552
2552
|
width: 24,
|
|
2553
2553
|
height: 24,
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
CheckIcon.displayName = "CheckIcon";
|
|
2568
2568
|
var CheckIcon$1 = CheckIcon;
|
|
2569
2569
|
|
|
2570
|
-
var _excluded$
|
|
2570
|
+
var _excluded$4c = ["gradient"];
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
2573
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
*/
|
|
2598
2598
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2599
2599
|
var gradient = _ref.gradient,
|
|
2600
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2600
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
2601
2601
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2602
2602
|
width: 24,
|
|
2603
2603
|
height: 24,
|
|
@@ -2617,7 +2617,7 @@
|
|
|
2617
2617
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2618
2618
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2619
2619
|
|
|
2620
|
-
var _excluded$
|
|
2620
|
+
var _excluded$4b = ["gradient"];
|
|
2621
2621
|
|
|
2622
2622
|
/**
|
|
2623
2623
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
*/
|
|
2648
2648
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2649
2649
|
var gradient = _ref.gradient,
|
|
2650
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2650
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
2651
2651
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2652
2652
|
width: 24,
|
|
2653
2653
|
height: 24,
|
|
@@ -2667,7 +2667,7 @@
|
|
|
2667
2667
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2668
2668
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2669
2669
|
|
|
2670
|
-
var _excluded$
|
|
2670
|
+
var _excluded$4a = ["gradient"];
|
|
2671
2671
|
|
|
2672
2672
|
/**
|
|
2673
2673
|
* @component CheckboxDocumentsIcon
|
|
@@ -2697,7 +2697,7 @@
|
|
|
2697
2697
|
*/
|
|
2698
2698
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2699
2699
|
var gradient = _ref.gradient,
|
|
2700
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2700
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
2701
2701
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2702
2702
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2703
2703
|
width: 24,
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2718
2718
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2719
2719
|
|
|
2720
|
-
var _excluded$
|
|
2720
|
+
var _excluded$49 = ["gradient"];
|
|
2721
2721
|
|
|
2722
2722
|
/**
|
|
2723
2723
|
* @component CheckboxIcon
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
*/
|
|
2748
2748
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2749
2749
|
var gradient = _ref.gradient,
|
|
2750
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2750
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
2751
2751
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2752
2752
|
width: 16,
|
|
2753
2753
|
height: 16,
|
|
@@ -2777,7 +2777,7 @@
|
|
|
2777
2777
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2778
2778
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2779
2779
|
|
|
2780
|
-
var _excluded$
|
|
2780
|
+
var _excluded$48 = ["gradient"];
|
|
2781
2781
|
|
|
2782
2782
|
/**
|
|
2783
2783
|
* @component ChecklistSmallIcon
|
|
@@ -2807,7 +2807,7 @@
|
|
|
2807
2807
|
*/
|
|
2808
2808
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2809
2809
|
var gradient = _ref.gradient,
|
|
2810
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2810
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
2811
2811
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2812
2812
|
width: 12,
|
|
2813
2813
|
height: 12,
|
|
@@ -2827,7 +2827,7 @@
|
|
|
2827
2827
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
2828
2828
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
2829
2829
|
|
|
2830
|
-
var _excluded$
|
|
2830
|
+
var _excluded$47 = ["gradient"];
|
|
2831
2831
|
|
|
2832
2832
|
/**
|
|
2833
2833
|
* @component ChecklistIcon
|
|
@@ -2857,7 +2857,7 @@
|
|
|
2857
2857
|
*/
|
|
2858
2858
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2859
2859
|
var gradient = _ref.gradient,
|
|
2860
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2860
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
2861
2861
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2862
2862
|
width: 24,
|
|
2863
2863
|
height: 24,
|
|
@@ -2877,7 +2877,7 @@
|
|
|
2877
2877
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
2878
2878
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
2879
2879
|
|
|
2880
|
-
var _excluded$
|
|
2880
|
+
var _excluded$46 = ["gradient"];
|
|
2881
2881
|
|
|
2882
2882
|
/**
|
|
2883
2883
|
* @component CircleMultipleIcon
|
|
@@ -2907,7 +2907,7 @@
|
|
|
2907
2907
|
*/
|
|
2908
2908
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2909
2909
|
var gradient = _ref.gradient,
|
|
2910
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2910
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
2911
2911
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2912
2912
|
width: 24,
|
|
2913
2913
|
height: 24,
|
|
@@ -2927,7 +2927,7 @@
|
|
|
2927
2927
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
2928
2928
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
2929
2929
|
|
|
2930
|
-
var _excluded$
|
|
2930
|
+
var _excluded$45 = ["gradient"];
|
|
2931
2931
|
|
|
2932
2932
|
/**
|
|
2933
2933
|
* @component ClockAddIcon
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
*/
|
|
2958
2958
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2959
2959
|
var gradient = _ref.gradient,
|
|
2960
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2960
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
2961
2961
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2962
2962
|
width: 24,
|
|
2963
2963
|
height: 24,
|
|
@@ -2977,7 +2977,7 @@
|
|
|
2977
2977
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
2978
2978
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
2979
2979
|
|
|
2980
|
-
var _excluded$
|
|
2980
|
+
var _excluded$44 = ["gradient"];
|
|
2981
2981
|
|
|
2982
2982
|
/**
|
|
2983
2983
|
* @component ClockDollarIcon
|
|
@@ -3007,7 +3007,7 @@
|
|
|
3007
3007
|
*/
|
|
3008
3008
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3009
3009
|
var gradient = _ref.gradient,
|
|
3010
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3010
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
3011
3011
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3012
3012
|
width: 24,
|
|
3013
3013
|
height: 24,
|
|
@@ -3030,7 +3030,7 @@
|
|
|
3030
3030
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3031
3031
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3032
3032
|
|
|
3033
|
-
var _excluded$
|
|
3033
|
+
var _excluded$43 = ["gradient"];
|
|
3034
3034
|
|
|
3035
3035
|
/**
|
|
3036
3036
|
* @component ClockSmallIcon
|
|
@@ -3060,7 +3060,7 @@
|
|
|
3060
3060
|
*/
|
|
3061
3061
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3062
3062
|
var gradient = _ref.gradient,
|
|
3063
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3063
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
3064
3064
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3065
3065
|
width: 12,
|
|
3066
3066
|
height: 12,
|
|
@@ -3080,7 +3080,7 @@
|
|
|
3080
3080
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3081
3081
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3082
3082
|
|
|
3083
|
-
var _excluded$
|
|
3083
|
+
var _excluded$42 = ["gradient"];
|
|
3084
3084
|
|
|
3085
3085
|
/**
|
|
3086
3086
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
*/
|
|
3111
3111
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3112
3112
|
var gradient = _ref.gradient,
|
|
3113
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3113
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
3114
3114
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3115
3115
|
width: 24,
|
|
3116
3116
|
height: 24,
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3132
3132
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3133
3133
|
|
|
3134
|
-
var _excluded$
|
|
3134
|
+
var _excluded$41 = ["gradient"];
|
|
3135
3135
|
|
|
3136
3136
|
/**
|
|
3137
3137
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3161,7 +3161,7 @@
|
|
|
3161
3161
|
*/
|
|
3162
3162
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3163
3163
|
var gradient = _ref.gradient,
|
|
3164
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3164
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3165
3165
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3166
3166
|
width: 12,
|
|
3167
3167
|
height: 12,
|
|
@@ -3181,7 +3181,7 @@
|
|
|
3181
3181
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3182
3182
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3183
3183
|
|
|
3184
|
-
var _excluded$
|
|
3184
|
+
var _excluded$40 = ["gradient"];
|
|
3185
3185
|
|
|
3186
3186
|
/**
|
|
3187
3187
|
* @component ClockStopwatchIcon
|
|
@@ -3211,7 +3211,7 @@
|
|
|
3211
3211
|
*/
|
|
3212
3212
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3213
3213
|
var gradient = _ref.gradient,
|
|
3214
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3214
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3215
3215
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3216
3216
|
width: 24,
|
|
3217
3217
|
height: 24,
|
|
@@ -3231,7 +3231,7 @@
|
|
|
3231
3231
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3232
3232
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3233
3233
|
|
|
3234
|
-
var _excluded$
|
|
3234
|
+
var _excluded$3$ = ["gradient"];
|
|
3235
3235
|
|
|
3236
3236
|
/**
|
|
3237
3237
|
* @component ClockIcon
|
|
@@ -3261,7 +3261,7 @@
|
|
|
3261
3261
|
*/
|
|
3262
3262
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3263
3263
|
var gradient = _ref.gradient,
|
|
3264
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3264
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3265
3265
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3266
3266
|
width: 24,
|
|
3267
3267
|
height: 24,
|
|
@@ -3281,7 +3281,7 @@
|
|
|
3281
3281
|
ClockIcon.displayName = "ClockIcon";
|
|
3282
3282
|
var ClockIcon$1 = ClockIcon;
|
|
3283
3283
|
|
|
3284
|
-
var _excluded$
|
|
3284
|
+
var _excluded$3_ = ["gradient"];
|
|
3285
3285
|
|
|
3286
3286
|
/**
|
|
3287
3287
|
* @component CloseCircleIcon
|
|
@@ -3311,7 +3311,7 @@
|
|
|
3311
3311
|
*/
|
|
3312
3312
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3313
3313
|
var gradient = _ref.gradient,
|
|
3314
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3314
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3315
3315
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3316
3316
|
width: 24,
|
|
3317
3317
|
height: 24,
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3333
3333
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3334
3334
|
|
|
3335
|
-
var _excluded$
|
|
3335
|
+
var _excluded$3Z = ["gradient"];
|
|
3336
3336
|
|
|
3337
3337
|
/**
|
|
3338
3338
|
* @component CloseDocumentIcon
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
*/
|
|
3363
3363
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3364
3364
|
var gradient = _ref.gradient,
|
|
3365
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3365
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3366
3366
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3367
3367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3368
3368
|
width: 24,
|
|
@@ -3382,7 +3382,7 @@
|
|
|
3382
3382
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3383
3383
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3384
3384
|
|
|
3385
|
-
var _excluded$
|
|
3385
|
+
var _excluded$3Y = ["gradient"];
|
|
3386
3386
|
|
|
3387
3387
|
/**
|
|
3388
3388
|
* @component CloseSmallIcon
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
*/
|
|
3413
3413
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3414
3414
|
var gradient = _ref.gradient,
|
|
3415
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3415
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3416
3416
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3417
3417
|
width: 24,
|
|
3418
3418
|
height: 24,
|
|
@@ -3432,7 +3432,7 @@
|
|
|
3432
3432
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3433
3433
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3434
3434
|
|
|
3435
|
-
var _excluded$
|
|
3435
|
+
var _excluded$3X = ["gradient"];
|
|
3436
3436
|
|
|
3437
3437
|
/**
|
|
3438
3438
|
* @component CloseIcon
|
|
@@ -3462,7 +3462,7 @@
|
|
|
3462
3462
|
*/
|
|
3463
3463
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3464
3464
|
var gradient = _ref.gradient,
|
|
3465
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3465
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3466
3466
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3467
3467
|
width: 24,
|
|
3468
3468
|
height: 24,
|
|
@@ -3483,7 +3483,7 @@
|
|
|
3483
3483
|
CloseIcon.displayName = "CloseIcon";
|
|
3484
3484
|
var CloseIcon$1 = CloseIcon;
|
|
3485
3485
|
|
|
3486
|
-
var _excluded$
|
|
3486
|
+
var _excluded$3W = ["gradient"];
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
3489
|
* @component CollapsIcon
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
*/
|
|
3514
3514
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3515
3515
|
var gradient = _ref.gradient,
|
|
3516
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3516
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3517
3517
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3518
3518
|
width: 6,
|
|
3519
3519
|
height: 9,
|
|
@@ -3533,7 +3533,7 @@
|
|
|
3533
3533
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3534
3534
|
var CollapsIcon$1 = CollapsIcon;
|
|
3535
3535
|
|
|
3536
|
-
var _excluded$
|
|
3536
|
+
var _excluded$3V = ["gradient"];
|
|
3537
3537
|
|
|
3538
3538
|
/**
|
|
3539
3539
|
* @component CollapseAllIcon
|
|
@@ -3563,7 +3563,7 @@
|
|
|
3563
3563
|
*/
|
|
3564
3564
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3565
3565
|
var gradient = _ref.gradient,
|
|
3566
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3566
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3567
3567
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3568
3568
|
width: 24,
|
|
3569
3569
|
height: 24,
|
|
@@ -3583,7 +3583,7 @@
|
|
|
3583
3583
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
3584
3584
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
3585
3585
|
|
|
3586
|
-
var _excluded$
|
|
3586
|
+
var _excluded$3U = ["gradient"];
|
|
3587
3587
|
|
|
3588
3588
|
/**
|
|
3589
3589
|
* @component CollapseExpandSingleIcon
|
|
@@ -3613,7 +3613,7 @@
|
|
|
3613
3613
|
*/
|
|
3614
3614
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3615
3615
|
var gradient = _ref.gradient,
|
|
3616
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3616
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3617
3617
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3618
3618
|
width: 24,
|
|
3619
3619
|
height: 24,
|
|
@@ -3633,7 +3633,7 @@
|
|
|
3633
3633
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
3634
3634
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
3635
3635
|
|
|
3636
|
-
var _excluded$
|
|
3636
|
+
var _excluded$3T = ["gradient"];
|
|
3637
3637
|
|
|
3638
3638
|
/**
|
|
3639
3639
|
* @component CompanyAddIcon
|
|
@@ -3663,7 +3663,7 @@
|
|
|
3663
3663
|
*/
|
|
3664
3664
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3665
3665
|
var gradient = _ref.gradient,
|
|
3666
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3666
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3667
3667
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3668
3668
|
width: 18,
|
|
3669
3669
|
height: 20,
|
|
@@ -3684,7 +3684,7 @@
|
|
|
3684
3684
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
3685
3685
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
3686
3686
|
|
|
3687
|
-
var _excluded$
|
|
3687
|
+
var _excluded$3S = ["gradient"];
|
|
3688
3688
|
|
|
3689
3689
|
/**
|
|
3690
3690
|
* @component CompanyIcon
|
|
@@ -3714,7 +3714,7 @@
|
|
|
3714
3714
|
*/
|
|
3715
3715
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3716
3716
|
var gradient = _ref.gradient,
|
|
3717
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3717
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3718
3718
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3719
3719
|
width: 24,
|
|
3720
3720
|
height: 24,
|
|
@@ -3735,7 +3735,7 @@
|
|
|
3735
3735
|
CompanyIcon.displayName = "CompanyIcon";
|
|
3736
3736
|
var CompanyIcon$1 = CompanyIcon;
|
|
3737
3737
|
|
|
3738
|
-
var _excluded$
|
|
3738
|
+
var _excluded$3R = ["gradient"];
|
|
3739
3739
|
|
|
3740
3740
|
/**
|
|
3741
3741
|
* @component ComputerIcon
|
|
@@ -3765,7 +3765,7 @@
|
|
|
3765
3765
|
*/
|
|
3766
3766
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3767
3767
|
var gradient = _ref.gradient,
|
|
3768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3768
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3769
3769
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3770
3770
|
width: 24,
|
|
3771
3771
|
height: 24,
|
|
@@ -3785,7 +3785,7 @@
|
|
|
3785
3785
|
ComputerIcon.displayName = "ComputerIcon";
|
|
3786
3786
|
var ComputerIcon$1 = ComputerIcon;
|
|
3787
3787
|
|
|
3788
|
-
var _excluded$
|
|
3788
|
+
var _excluded$3Q = ["gradient"];
|
|
3789
3789
|
|
|
3790
3790
|
/**
|
|
3791
3791
|
* @component CopyIcon
|
|
@@ -3815,7 +3815,7 @@
|
|
|
3815
3815
|
*/
|
|
3816
3816
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3817
3817
|
var gradient = _ref.gradient,
|
|
3818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3818
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
3819
3819
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3820
3820
|
width: 24,
|
|
3821
3821
|
height: 24,
|
|
@@ -3835,7 +3835,7 @@
|
|
|
3835
3835
|
CopyIcon.displayName = "CopyIcon";
|
|
3836
3836
|
var CopyIcon$1 = CopyIcon;
|
|
3837
3837
|
|
|
3838
|
-
var _excluded$
|
|
3838
|
+
var _excluded$3P = ["gradient"];
|
|
3839
3839
|
|
|
3840
3840
|
/**
|
|
3841
3841
|
* @component CrownBlankIcon
|
|
@@ -3865,7 +3865,7 @@
|
|
|
3865
3865
|
*/
|
|
3866
3866
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3867
3867
|
var gradient = _ref.gradient,
|
|
3868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3868
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
3869
3869
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3870
3870
|
width: 24,
|
|
3871
3871
|
height: 24,
|
|
@@ -3885,7 +3885,7 @@
|
|
|
3885
3885
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
3886
3886
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
3887
3887
|
|
|
3888
|
-
var _excluded$
|
|
3888
|
+
var _excluded$3O = ["gradient"];
|
|
3889
3889
|
|
|
3890
3890
|
/**
|
|
3891
3891
|
* @component CrownSelectedIcon
|
|
@@ -3915,7 +3915,7 @@
|
|
|
3915
3915
|
*/
|
|
3916
3916
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3917
3917
|
var gradient = _ref.gradient,
|
|
3918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3918
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
3919
3919
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3920
3920
|
width: 24,
|
|
3921
3921
|
height: 24,
|
|
@@ -3935,7 +3935,7 @@
|
|
|
3935
3935
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
3936
3936
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
3937
3937
|
|
|
3938
|
-
var _excluded$
|
|
3938
|
+
var _excluded$3N = ["gradient"];
|
|
3939
3939
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* @component DependencySmallIcon
|
|
@@ -3965,7 +3965,7 @@
|
|
|
3965
3965
|
*/
|
|
3966
3966
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3967
3967
|
var gradient = _ref.gradient,
|
|
3968
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3968
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
3969
3969
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3970
3970
|
width: 12,
|
|
3971
3971
|
height: 12,
|
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
3986
3986
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
3987
3987
|
|
|
3988
|
-
var _excluded$
|
|
3988
|
+
var _excluded$3M = ["gradient"];
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
3991
|
* @component DependencyIcon
|
|
@@ -4015,7 +4015,7 @@
|
|
|
4015
4015
|
*/
|
|
4016
4016
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4017
4017
|
var gradient = _ref.gradient,
|
|
4018
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4018
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
4019
4019
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4020
4020
|
width: 24,
|
|
4021
4021
|
height: 24,
|
|
@@ -4035,7 +4035,7 @@
|
|
|
4035
4035
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4036
4036
|
var DependencyIcon$1 = DependencyIcon;
|
|
4037
4037
|
|
|
4038
|
-
var _excluded$
|
|
4038
|
+
var _excluded$3L = ["gradient"];
|
|
4039
4039
|
|
|
4040
4040
|
/**
|
|
4041
4041
|
* @component DescriptionSmallIcon
|
|
@@ -4065,7 +4065,7 @@
|
|
|
4065
4065
|
*/
|
|
4066
4066
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4067
4067
|
var gradient = _ref.gradient,
|
|
4068
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4068
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
4069
4069
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4070
4070
|
width: 18,
|
|
4071
4071
|
height: 18,
|
|
@@ -4086,7 +4086,7 @@
|
|
|
4086
4086
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4087
4087
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4088
4088
|
|
|
4089
|
-
var _excluded$
|
|
4089
|
+
var _excluded$3K = ["gradient"];
|
|
4090
4090
|
|
|
4091
4091
|
/**
|
|
4092
4092
|
* @component DescriptionIcon
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
*/
|
|
4117
4117
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4118
4118
|
var gradient = _ref.gradient,
|
|
4119
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4119
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
4120
4120
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4121
4121
|
width: 24,
|
|
4122
4122
|
height: 24,
|
|
@@ -4136,7 +4136,7 @@
|
|
|
4136
4136
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4137
4137
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4138
4138
|
|
|
4139
|
-
var _excluded$
|
|
4139
|
+
var _excluded$3J = ["gradient"];
|
|
4140
4140
|
|
|
4141
4141
|
/**
|
|
4142
4142
|
* @component DiscussionAddIcon
|
|
@@ -4166,7 +4166,7 @@
|
|
|
4166
4166
|
*/
|
|
4167
4167
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4168
4168
|
var gradient = _ref.gradient,
|
|
4169
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4169
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
4170
4170
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4171
4171
|
width: 24,
|
|
4172
4172
|
height: 24,
|
|
@@ -4186,7 +4186,7 @@
|
|
|
4186
4186
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4187
4187
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4188
4188
|
|
|
4189
|
-
var _excluded$
|
|
4189
|
+
var _excluded$3I = ["gradient"];
|
|
4190
4190
|
|
|
4191
4191
|
/**
|
|
4192
4192
|
* @component DiscussionIcon
|
|
@@ -4216,7 +4216,7 @@
|
|
|
4216
4216
|
*/
|
|
4217
4217
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4218
4218
|
var gradient = _ref.gradient,
|
|
4219
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4219
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
4220
4220
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4221
4221
|
width: 24,
|
|
4222
4222
|
height: 24,
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4238
4238
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4239
4239
|
|
|
4240
|
-
var _excluded$
|
|
4240
|
+
var _excluded$3H = ["gradient"];
|
|
4241
4241
|
|
|
4242
4242
|
/**
|
|
4243
4243
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
*/
|
|
4268
4268
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4269
4269
|
var gradient = _ref.gradient,
|
|
4270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4270
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
4271
4271
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4272
4272
|
width: 12,
|
|
4273
4273
|
height: 12,
|
|
@@ -4287,7 +4287,7 @@
|
|
|
4287
4287
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4288
4288
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4289
4289
|
|
|
4290
|
-
var _excluded$
|
|
4290
|
+
var _excluded$3G = ["gradient"];
|
|
4291
4291
|
|
|
4292
4292
|
/**
|
|
4293
4293
|
* @component DollarCheckmarkIcon
|
|
@@ -4317,7 +4317,7 @@
|
|
|
4317
4317
|
*/
|
|
4318
4318
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4319
4319
|
var gradient = _ref.gradient,
|
|
4320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4320
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
4321
4321
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4322
4322
|
width: 24,
|
|
4323
4323
|
height: 24,
|
|
@@ -4337,7 +4337,7 @@
|
|
|
4337
4337
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4338
4338
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4339
4339
|
|
|
4340
|
-
var _excluded$
|
|
4340
|
+
var _excluded$3F = ["gradient"];
|
|
4341
4341
|
|
|
4342
4342
|
/**
|
|
4343
4343
|
* @component DollarClockSmallIcon
|
|
@@ -4367,7 +4367,7 @@
|
|
|
4367
4367
|
*/
|
|
4368
4368
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4369
4369
|
var gradient = _ref.gradient,
|
|
4370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4370
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
4371
4371
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4372
4372
|
width: 12,
|
|
4373
4373
|
height: 12,
|
|
@@ -4387,7 +4387,7 @@
|
|
|
4387
4387
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4388
4388
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4389
4389
|
|
|
4390
|
-
var _excluded$
|
|
4390
|
+
var _excluded$3E = ["gradient"];
|
|
4391
4391
|
|
|
4392
4392
|
/**
|
|
4393
4393
|
* @component DollarClockIcon
|
|
@@ -4417,7 +4417,7 @@
|
|
|
4417
4417
|
*/
|
|
4418
4418
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4419
4419
|
var gradient = _ref.gradient,
|
|
4420
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4420
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
4421
4421
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4422
4422
|
width: 24,
|
|
4423
4423
|
height: 24,
|
|
@@ -4437,7 +4437,7 @@
|
|
|
4437
4437
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4438
4438
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4439
4439
|
|
|
4440
|
-
var _excluded$
|
|
4440
|
+
var _excluded$3D = ["gradient"];
|
|
4441
4441
|
|
|
4442
4442
|
/**
|
|
4443
4443
|
* @component DollarDocumentPlusIcon
|
|
@@ -4467,7 +4467,7 @@
|
|
|
4467
4467
|
*/
|
|
4468
4468
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4469
4469
|
var gradient = _ref.gradient,
|
|
4470
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4470
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
4471
4471
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4472
4472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4473
4473
|
width: 24,
|
|
@@ -4487,7 +4487,7 @@
|
|
|
4487
4487
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4488
4488
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4489
4489
|
|
|
4490
|
-
var _excluded$
|
|
4490
|
+
var _excluded$3C = ["gradient"];
|
|
4491
4491
|
|
|
4492
4492
|
/**
|
|
4493
4493
|
* @component DollarDocumentIcon
|
|
@@ -4517,7 +4517,7 @@
|
|
|
4517
4517
|
*/
|
|
4518
4518
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4519
4519
|
var gradient = _ref.gradient,
|
|
4520
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4520
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
4521
4521
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4522
4522
|
width: 24,
|
|
4523
4523
|
height: 24,
|
|
@@ -4538,7 +4538,7 @@
|
|
|
4538
4538
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
4539
4539
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
4540
4540
|
|
|
4541
|
-
var _excluded$
|
|
4541
|
+
var _excluded$3B = ["gradient"];
|
|
4542
4542
|
|
|
4543
4543
|
/**
|
|
4544
4544
|
* @component DollarOffSmallIcon
|
|
@@ -4568,7 +4568,7 @@
|
|
|
4568
4568
|
*/
|
|
4569
4569
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4570
4570
|
var gradient = _ref.gradient,
|
|
4571
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4571
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
4572
4572
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4573
4573
|
width: 12,
|
|
4574
4574
|
height: 12,
|
|
@@ -4588,7 +4588,7 @@
|
|
|
4588
4588
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
4589
4589
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
4590
4590
|
|
|
4591
|
-
var _excluded$
|
|
4591
|
+
var _excluded$3A = ["gradient"];
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
4594
|
* @component DollarOffIcon
|
|
@@ -4618,7 +4618,7 @@
|
|
|
4618
4618
|
*/
|
|
4619
4619
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4620
4620
|
var gradient = _ref.gradient,
|
|
4621
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4621
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
4622
4622
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4623
4623
|
width: 24,
|
|
4624
4624
|
height: 24,
|
|
@@ -4638,7 +4638,7 @@
|
|
|
4638
4638
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
4639
4639
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
4640
4640
|
|
|
4641
|
-
var _excluded$
|
|
4641
|
+
var _excluded$3z = ["gradient"];
|
|
4642
4642
|
|
|
4643
4643
|
/**
|
|
4644
4644
|
* @component DollarSmallIcon
|
|
@@ -4668,7 +4668,7 @@
|
|
|
4668
4668
|
*/
|
|
4669
4669
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4670
4670
|
var gradient = _ref.gradient,
|
|
4671
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4671
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
4672
4672
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4673
4673
|
width: 12,
|
|
4674
4674
|
height: 12,
|
|
@@ -4688,7 +4688,7 @@
|
|
|
4688
4688
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
4689
4689
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
4690
4690
|
|
|
4691
|
-
var _excluded$
|
|
4691
|
+
var _excluded$3y = ["gradient"];
|
|
4692
4692
|
|
|
4693
4693
|
/**
|
|
4694
4694
|
* @component DollarIcon
|
|
@@ -4718,7 +4718,7 @@
|
|
|
4718
4718
|
*/
|
|
4719
4719
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4720
4720
|
var gradient = _ref.gradient,
|
|
4721
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4721
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4722
4722
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4723
4723
|
width: 24,
|
|
4724
4724
|
height: 24,
|
|
@@ -4738,7 +4738,7 @@
|
|
|
4738
4738
|
DollarIcon.displayName = "DollarIcon";
|
|
4739
4739
|
var DollarIcon$1 = DollarIcon;
|
|
4740
4740
|
|
|
4741
|
-
var _excluded$
|
|
4741
|
+
var _excluded$3x = ["gradient"];
|
|
4742
4742
|
|
|
4743
4743
|
/**
|
|
4744
4744
|
* @component DownloadIcon
|
|
@@ -4768,7 +4768,7 @@
|
|
|
4768
4768
|
*/
|
|
4769
4769
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4770
4770
|
var gradient = _ref.gradient,
|
|
4771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4771
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4772
4772
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4773
4773
|
width: 24,
|
|
4774
4774
|
height: 24,
|
|
@@ -4788,7 +4788,7 @@
|
|
|
4788
4788
|
DownloadIcon.displayName = "DownloadIcon";
|
|
4789
4789
|
var DownloadIcon$1 = DownloadIcon;
|
|
4790
4790
|
|
|
4791
|
-
var _excluded$
|
|
4791
|
+
var _excluded$3w = ["gradient"];
|
|
4792
4792
|
|
|
4793
4793
|
/**
|
|
4794
4794
|
* @component DriveIcon
|
|
@@ -4818,7 +4818,7 @@
|
|
|
4818
4818
|
*/
|
|
4819
4819
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4820
4820
|
var gradient = _ref.gradient,
|
|
4821
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4821
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
4822
4822
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4823
4823
|
width: 24,
|
|
4824
4824
|
height: 24,
|
|
@@ -4838,7 +4838,7 @@
|
|
|
4838
4838
|
DriveIcon.displayName = "DriveIcon";
|
|
4839
4839
|
var DriveIcon$1 = DriveIcon;
|
|
4840
4840
|
|
|
4841
|
-
var _excluded$
|
|
4841
|
+
var _excluded$3v = ["gradient"];
|
|
4842
4842
|
|
|
4843
4843
|
/**
|
|
4844
4844
|
* @component DropboxIcon
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
*/
|
|
4869
4869
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4870
4870
|
var gradient = _ref.gradient,
|
|
4871
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4871
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
4872
4872
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4873
4873
|
width: 24,
|
|
4874
4874
|
height: 24,
|
|
@@ -4888,7 +4888,7 @@
|
|
|
4888
4888
|
DropboxIcon.displayName = "DropboxIcon";
|
|
4889
4889
|
var DropboxIcon$1 = DropboxIcon;
|
|
4890
4890
|
|
|
4891
|
-
var _excluded$
|
|
4891
|
+
var _excluded$3u = ["gradient"];
|
|
4892
4892
|
|
|
4893
4893
|
/**
|
|
4894
4894
|
* @component DuplicateIcon
|
|
@@ -4918,7 +4918,7 @@
|
|
|
4918
4918
|
*/
|
|
4919
4919
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4920
4920
|
var gradient = _ref.gradient,
|
|
4921
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4921
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
4922
4922
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4923
4923
|
width: 24,
|
|
4924
4924
|
height: 24,
|
|
@@ -4938,7 +4938,7 @@
|
|
|
4938
4938
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
4939
4939
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
4940
4940
|
|
|
4941
|
-
var _excluded$
|
|
4941
|
+
var _excluded$3t = ["gradient"];
|
|
4942
4942
|
|
|
4943
4943
|
/**
|
|
4944
4944
|
* @component EditMultipleIcon
|
|
@@ -4968,7 +4968,7 @@
|
|
|
4968
4968
|
*/
|
|
4969
4969
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4970
4970
|
var gradient = _ref.gradient,
|
|
4971
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4971
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
4972
4972
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4973
4973
|
width: 24,
|
|
4974
4974
|
height: 24,
|
|
@@ -4988,7 +4988,7 @@
|
|
|
4988
4988
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
4989
4989
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
4990
4990
|
|
|
4991
|
-
var _excluded$
|
|
4991
|
+
var _excluded$3s = ["gradient"];
|
|
4992
4992
|
|
|
4993
4993
|
/**
|
|
4994
4994
|
* @component EditIcon
|
|
@@ -5018,7 +5018,7 @@
|
|
|
5018
5018
|
*/
|
|
5019
5019
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5020
5020
|
var gradient = _ref.gradient,
|
|
5021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5021
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
5022
5022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5023
5023
|
width: 24,
|
|
5024
5024
|
height: 24,
|
|
@@ -5038,7 +5038,7 @@
|
|
|
5038
5038
|
EditIcon.displayName = "EditIcon";
|
|
5039
5039
|
var EditIcon$1 = EditIcon;
|
|
5040
5040
|
|
|
5041
|
-
var _excluded$
|
|
5041
|
+
var _excluded$3r = ["gradient"];
|
|
5042
5042
|
|
|
5043
5043
|
/**
|
|
5044
5044
|
* @component EmojiIcon
|
|
@@ -5068,7 +5068,7 @@
|
|
|
5068
5068
|
*/
|
|
5069
5069
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5070
5070
|
var gradient = _ref.gradient,
|
|
5071
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5071
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
5072
5072
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5073
5073
|
width: 24,
|
|
5074
5074
|
height: 24,
|
|
@@ -5088,7 +5088,7 @@
|
|
|
5088
5088
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5089
5089
|
var EmojiIcon$1 = EmojiIcon;
|
|
5090
5090
|
|
|
5091
|
-
var _excluded$
|
|
5091
|
+
var _excluded$3q = ["gradient"];
|
|
5092
5092
|
|
|
5093
5093
|
/**
|
|
5094
5094
|
* @component EstimatePlusIcon
|
|
@@ -5118,7 +5118,7 @@
|
|
|
5118
5118
|
*/
|
|
5119
5119
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5120
5120
|
var gradient = _ref.gradient,
|
|
5121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5121
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
5122
5122
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5123
5123
|
width: 24,
|
|
5124
5124
|
height: 24,
|
|
@@ -5139,7 +5139,7 @@
|
|
|
5139
5139
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5140
5140
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5141
5141
|
|
|
5142
|
-
var _excluded$
|
|
5142
|
+
var _excluded$3p = ["gradient"];
|
|
5143
5143
|
|
|
5144
5144
|
/**
|
|
5145
5145
|
* @component EstimatesIcon
|
|
@@ -5169,7 +5169,7 @@
|
|
|
5169
5169
|
*/
|
|
5170
5170
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5171
5171
|
var gradient = _ref.gradient,
|
|
5172
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5172
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
5173
5173
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5174
5174
|
width: 24,
|
|
5175
5175
|
height: 24,
|
|
@@ -5193,7 +5193,7 @@
|
|
|
5193
5193
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5194
5194
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5195
5195
|
|
|
5196
|
-
var _excluded$
|
|
5196
|
+
var _excluded$3o = ["gradient"];
|
|
5197
5197
|
|
|
5198
5198
|
/**
|
|
5199
5199
|
* @component ExpandAllIcon
|
|
@@ -5223,7 +5223,7 @@
|
|
|
5223
5223
|
*/
|
|
5224
5224
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5225
5225
|
var gradient = _ref.gradient,
|
|
5226
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5226
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
5227
5227
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5228
5228
|
width: 24,
|
|
5229
5229
|
height: 24,
|
|
@@ -5243,7 +5243,7 @@
|
|
|
5243
5243
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5244
5244
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5245
5245
|
|
|
5246
|
-
var _excluded$
|
|
5246
|
+
var _excluded$3n = ["gradient"];
|
|
5247
5247
|
|
|
5248
5248
|
/**
|
|
5249
5249
|
* @component ExpenseAddIcon
|
|
@@ -5273,7 +5273,7 @@
|
|
|
5273
5273
|
*/
|
|
5274
5274
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5275
5275
|
var gradient = _ref.gradient,
|
|
5276
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5276
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
5277
5277
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5278
5278
|
width: 24,
|
|
5279
5279
|
height: 24,
|
|
@@ -5293,7 +5293,7 @@
|
|
|
5293
5293
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5294
5294
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5295
5295
|
|
|
5296
|
-
var _excluded$
|
|
5296
|
+
var _excluded$3m = ["gradient"];
|
|
5297
5297
|
|
|
5298
5298
|
/**
|
|
5299
5299
|
* @component ExpensePlusIcon
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
*/
|
|
5324
5324
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5325
5325
|
var gradient = _ref.gradient,
|
|
5326
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5326
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
5327
5327
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5328
5328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5329
5329
|
width: 24,
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5346
5346
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5347
5347
|
|
|
5348
|
-
var _excluded$
|
|
5348
|
+
var _excluded$3l = ["gradient"];
|
|
5349
5349
|
|
|
5350
5350
|
/**
|
|
5351
5351
|
* @component EyeOffSmallIcon
|
|
@@ -5375,7 +5375,7 @@
|
|
|
5375
5375
|
*/
|
|
5376
5376
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5377
5377
|
var gradient = _ref.gradient,
|
|
5378
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5378
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
5379
5379
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5380
5380
|
width: 12,
|
|
5381
5381
|
height: 12,
|
|
@@ -5395,7 +5395,7 @@
|
|
|
5395
5395
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5396
5396
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5397
5397
|
|
|
5398
|
-
var _excluded$
|
|
5398
|
+
var _excluded$3k = ["gradient"];
|
|
5399
5399
|
|
|
5400
5400
|
/**
|
|
5401
5401
|
* @component EyeOffIcon
|
|
@@ -5425,7 +5425,7 @@
|
|
|
5425
5425
|
*/
|
|
5426
5426
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5427
5427
|
var gradient = _ref.gradient,
|
|
5428
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5428
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
5429
5429
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5430
5430
|
width: 24,
|
|
5431
5431
|
height: 24,
|
|
@@ -5445,7 +5445,7 @@
|
|
|
5445
5445
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5446
5446
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5447
5447
|
|
|
5448
|
-
var _excluded$
|
|
5448
|
+
var _excluded$3j = ["gradient"];
|
|
5449
5449
|
|
|
5450
5450
|
/**
|
|
5451
5451
|
* @component EyeSmallIcon
|
|
@@ -5475,7 +5475,7 @@
|
|
|
5475
5475
|
*/
|
|
5476
5476
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5477
5477
|
var gradient = _ref.gradient,
|
|
5478
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5478
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
5479
5479
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5480
5480
|
width: 12,
|
|
5481
5481
|
height: 12,
|
|
@@ -5495,7 +5495,7 @@
|
|
|
5495
5495
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
5496
5496
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
5497
5497
|
|
|
5498
|
-
var _excluded$
|
|
5498
|
+
var _excluded$3i = ["gradient"];
|
|
5499
5499
|
|
|
5500
5500
|
/**
|
|
5501
5501
|
* @component EyeIcon
|
|
@@ -5525,7 +5525,7 @@
|
|
|
5525
5525
|
*/
|
|
5526
5526
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5527
5527
|
var gradient = _ref.gradient,
|
|
5528
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5528
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
5529
5529
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5530
5530
|
width: 24,
|
|
5531
5531
|
height: 24,
|
|
@@ -5545,7 +5545,7 @@
|
|
|
5545
5545
|
EyeIcon.displayName = "EyeIcon";
|
|
5546
5546
|
var EyeIcon$1 = EyeIcon;
|
|
5547
5547
|
|
|
5548
|
-
var _excluded$
|
|
5548
|
+
var _excluded$3h = ["gradient"];
|
|
5549
5549
|
|
|
5550
5550
|
/**
|
|
5551
5551
|
* @component FilterIcon
|
|
@@ -5575,7 +5575,7 @@
|
|
|
5575
5575
|
*/
|
|
5576
5576
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5577
5577
|
var gradient = _ref.gradient,
|
|
5578
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5578
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
5579
5579
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5580
5580
|
width: 24,
|
|
5581
5581
|
height: 24,
|
|
@@ -5595,7 +5595,7 @@
|
|
|
5595
5595
|
FilterIcon.displayName = "FilterIcon";
|
|
5596
5596
|
var FilterIcon$1 = FilterIcon;
|
|
5597
5597
|
|
|
5598
|
-
var _excluded$
|
|
5598
|
+
var _excluded$3g = ["gradient"];
|
|
5599
5599
|
|
|
5600
5600
|
/**
|
|
5601
5601
|
* @component FolderMoveIcon
|
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
*/
|
|
5626
5626
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5627
5627
|
var gradient = _ref.gradient,
|
|
5628
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5628
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
5629
5629
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5630
5630
|
width: 24,
|
|
5631
5631
|
height: 24,
|
|
@@ -5645,7 +5645,7 @@
|
|
|
5645
5645
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
5646
5646
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
5647
5647
|
|
|
5648
|
-
var _excluded$
|
|
5648
|
+
var _excluded$3f = ["gradient"];
|
|
5649
5649
|
|
|
5650
5650
|
/**
|
|
5651
5651
|
* @component FolderOutlineIcon
|
|
@@ -5675,7 +5675,7 @@
|
|
|
5675
5675
|
*/
|
|
5676
5676
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5677
5677
|
var gradient = _ref.gradient,
|
|
5678
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5678
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
5679
5679
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5680
5680
|
width: 24,
|
|
5681
5681
|
height: 24,
|
|
@@ -5695,7 +5695,7 @@
|
|
|
5695
5695
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
5696
5696
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
5697
5697
|
|
|
5698
|
-
var _excluded$
|
|
5698
|
+
var _excluded$3e = ["gradient"];
|
|
5699
5699
|
|
|
5700
5700
|
/**
|
|
5701
5701
|
* @component GiftIcon
|
|
@@ -5725,7 +5725,7 @@
|
|
|
5725
5725
|
*/
|
|
5726
5726
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5727
5727
|
var gradient = _ref.gradient,
|
|
5728
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5728
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
5729
5729
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5730
5730
|
width: 24,
|
|
5731
5731
|
height: 24,
|
|
@@ -5746,7 +5746,7 @@
|
|
|
5746
5746
|
GiftIcon.displayName = "GiftIcon";
|
|
5747
5747
|
var GiftIcon$1 = GiftIcon;
|
|
5748
5748
|
|
|
5749
|
-
var _excluded$
|
|
5749
|
+
var _excluded$3d = ["gradient"];
|
|
5750
5750
|
|
|
5751
5751
|
/**
|
|
5752
5752
|
* @component GroupByIcon
|
|
@@ -5776,7 +5776,7 @@
|
|
|
5776
5776
|
*/
|
|
5777
5777
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5778
5778
|
var gradient = _ref.gradient,
|
|
5779
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5779
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
5780
5780
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5781
5781
|
width: 24,
|
|
5782
5782
|
height: 24,
|
|
@@ -5795,7 +5795,7 @@
|
|
|
5795
5795
|
GroupByIcon.displayName = "GroupByIcon";
|
|
5796
5796
|
var GroupByIcon$1 = GroupByIcon;
|
|
5797
5797
|
|
|
5798
|
-
var _excluded$
|
|
5798
|
+
var _excluded$3c = ["gradient"];
|
|
5799
5799
|
|
|
5800
5800
|
/**
|
|
5801
5801
|
* @component HashtagIcon
|
|
@@ -5825,7 +5825,7 @@
|
|
|
5825
5825
|
*/
|
|
5826
5826
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5827
5827
|
var gradient = _ref.gradient,
|
|
5828
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5828
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
5829
5829
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5830
5830
|
width: 24,
|
|
5831
5831
|
height: 24,
|
|
@@ -5846,7 +5846,7 @@
|
|
|
5846
5846
|
HashtagIcon.displayName = "HashtagIcon";
|
|
5847
5847
|
var HashtagIcon$1 = HashtagIcon;
|
|
5848
5848
|
|
|
5849
|
-
var _excluded$
|
|
5849
|
+
var _excluded$3b = ["gradient"];
|
|
5850
5850
|
|
|
5851
5851
|
/**
|
|
5852
5852
|
* @component HelpIcon
|
|
@@ -5876,7 +5876,7 @@
|
|
|
5876
5876
|
*/
|
|
5877
5877
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5878
5878
|
var gradient = _ref.gradient,
|
|
5879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5879
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
5880
5880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5881
5881
|
width: 24,
|
|
5882
5882
|
height: 24,
|
|
@@ -5896,7 +5896,7 @@
|
|
|
5896
5896
|
HelpIcon.displayName = "HelpIcon";
|
|
5897
5897
|
var HelpIcon$1 = HelpIcon;
|
|
5898
5898
|
|
|
5899
|
-
var _excluded$
|
|
5899
|
+
var _excluded$3a = ["gradient"];
|
|
5900
5900
|
|
|
5901
5901
|
/**
|
|
5902
5902
|
* @component HistoryOfChangesIcon
|
|
@@ -5926,7 +5926,7 @@
|
|
|
5926
5926
|
*/
|
|
5927
5927
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5928
5928
|
var gradient = _ref.gradient,
|
|
5929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5929
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
5930
5930
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5931
5931
|
width: 24,
|
|
5932
5932
|
height: 24,
|
|
@@ -5947,7 +5947,7 @@
|
|
|
5947
5947
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
5948
5948
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
5949
5949
|
|
|
5950
|
-
var _excluded$
|
|
5950
|
+
var _excluded$39 = ["gradient"];
|
|
5951
5951
|
|
|
5952
5952
|
/**
|
|
5953
5953
|
* @component ImageIcon
|
|
@@ -5977,7 +5977,7 @@
|
|
|
5977
5977
|
*/
|
|
5978
5978
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5979
5979
|
var gradient = _ref.gradient,
|
|
5980
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5980
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
5981
5981
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5982
5982
|
width: 24,
|
|
5983
5983
|
height: 24,
|
|
@@ -5998,7 +5998,7 @@
|
|
|
5998
5998
|
ImageIcon.displayName = "ImageIcon";
|
|
5999
5999
|
var ImageIcon$1 = ImageIcon;
|
|
6000
6000
|
|
|
6001
|
-
var _excluded$
|
|
6001
|
+
var _excluded$38 = ["gradient"];
|
|
6002
6002
|
|
|
6003
6003
|
/**
|
|
6004
6004
|
* @component InfoSmallIcon
|
|
@@ -6028,7 +6028,7 @@
|
|
|
6028
6028
|
*/
|
|
6029
6029
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6030
6030
|
var gradient = _ref.gradient,
|
|
6031
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6031
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
6032
6032
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6033
6033
|
width: 15,
|
|
6034
6034
|
height: 15,
|
|
@@ -6048,7 +6048,7 @@
|
|
|
6048
6048
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
6049
6049
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
6050
6050
|
|
|
6051
|
-
var _excluded$
|
|
6051
|
+
var _excluded$37 = ["gradient"];
|
|
6052
6052
|
|
|
6053
6053
|
/**
|
|
6054
6054
|
* @component InfoIcon
|
|
@@ -6078,7 +6078,7 @@
|
|
|
6078
6078
|
*/
|
|
6079
6079
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6080
6080
|
var gradient = _ref.gradient,
|
|
6081
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6081
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
6082
6082
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6083
6083
|
width: 24,
|
|
6084
6084
|
height: 24,
|
|
@@ -6098,7 +6098,7 @@
|
|
|
6098
6098
|
InfoIcon.displayName = "InfoIcon";
|
|
6099
6099
|
var InfoIcon$1 = InfoIcon;
|
|
6100
6100
|
|
|
6101
|
-
var _excluded$
|
|
6101
|
+
var _excluded$36 = ["gradient"];
|
|
6102
6102
|
|
|
6103
6103
|
/**
|
|
6104
6104
|
* @component InsertLinkIcon
|
|
@@ -6128,7 +6128,7 @@
|
|
|
6128
6128
|
*/
|
|
6129
6129
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6130
6130
|
var gradient = _ref.gradient,
|
|
6131
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6131
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
6132
6132
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6133
6133
|
width: 24,
|
|
6134
6134
|
height: 24,
|
|
@@ -6148,7 +6148,7 @@
|
|
|
6148
6148
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
6149
6149
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
6150
6150
|
|
|
6151
|
-
var _excluded$
|
|
6151
|
+
var _excluded$35 = ["gradient"];
|
|
6152
6152
|
|
|
6153
6153
|
/**
|
|
6154
6154
|
* @component IntegrationsIcon
|
|
@@ -6178,7 +6178,7 @@
|
|
|
6178
6178
|
*/
|
|
6179
6179
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6180
6180
|
var gradient = _ref.gradient,
|
|
6181
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6181
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
6182
6182
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6183
6183
|
width: 24,
|
|
6184
6184
|
height: 24,
|
|
@@ -6202,7 +6202,7 @@
|
|
|
6202
6202
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
6203
6203
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
6204
6204
|
|
|
6205
|
-
var _excluded$
|
|
6205
|
+
var _excluded$34 = ["gradient"];
|
|
6206
6206
|
|
|
6207
6207
|
/**
|
|
6208
6208
|
* @component InvoicesIcon
|
|
@@ -6232,7 +6232,7 @@
|
|
|
6232
6232
|
*/
|
|
6233
6233
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6234
6234
|
var gradient = _ref.gradient,
|
|
6235
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6235
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
6236
6236
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6237
6237
|
width: 24,
|
|
6238
6238
|
height: 24,
|
|
@@ -6256,7 +6256,7 @@
|
|
|
6256
6256
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
6257
6257
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
6258
6258
|
|
|
6259
|
-
var _excluded$
|
|
6259
|
+
var _excluded$33 = ["gradient"];
|
|
6260
6260
|
|
|
6261
6261
|
/**
|
|
6262
6262
|
* @component LabelsIcon
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
*/
|
|
6287
6287
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6288
6288
|
var gradient = _ref.gradient,
|
|
6289
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6289
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
6290
6290
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6291
6291
|
width: 24,
|
|
6292
6292
|
height: 24,
|
|
@@ -6306,7 +6306,7 @@
|
|
|
6306
6306
|
LabelsIcon.displayName = "LabelsIcon";
|
|
6307
6307
|
var LabelsIcon$1 = LabelsIcon;
|
|
6308
6308
|
|
|
6309
|
-
var _excluded$
|
|
6309
|
+
var _excluded$32 = ["gradient"];
|
|
6310
6310
|
|
|
6311
6311
|
/**
|
|
6312
6312
|
* @component LetterArrowRightIcon
|
|
@@ -6336,7 +6336,7 @@
|
|
|
6336
6336
|
*/
|
|
6337
6337
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6338
6338
|
var gradient = _ref.gradient,
|
|
6339
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6339
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
6340
6340
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6341
6341
|
width: 24,
|
|
6342
6342
|
height: 24,
|
|
@@ -6357,7 +6357,7 @@
|
|
|
6357
6357
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
6358
6358
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
6359
6359
|
|
|
6360
|
-
var _excluded$
|
|
6360
|
+
var _excluded$31 = ["gradient"];
|
|
6361
6361
|
|
|
6362
6362
|
/**
|
|
6363
6363
|
* @component LetterFastIcon
|
|
@@ -6387,7 +6387,7 @@
|
|
|
6387
6387
|
*/
|
|
6388
6388
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6389
6389
|
var gradient = _ref.gradient,
|
|
6390
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6390
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
6391
6391
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6392
6392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6393
6393
|
width: 24,
|
|
@@ -6407,7 +6407,7 @@
|
|
|
6407
6407
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
6408
6408
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
6409
6409
|
|
|
6410
|
-
var _excluded$
|
|
6410
|
+
var _excluded$30 = ["gradient"];
|
|
6411
6411
|
|
|
6412
6412
|
/**
|
|
6413
6413
|
* @component LetterIcon
|
|
@@ -6437,7 +6437,7 @@
|
|
|
6437
6437
|
*/
|
|
6438
6438
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6439
6439
|
var gradient = _ref.gradient,
|
|
6440
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6440
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
6441
6441
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6442
6442
|
width: 24,
|
|
6443
6443
|
height: 24,
|
|
@@ -6458,7 +6458,7 @@
|
|
|
6458
6458
|
LetterIcon.displayName = "LetterIcon";
|
|
6459
6459
|
var LetterIcon$1 = LetterIcon;
|
|
6460
6460
|
|
|
6461
|
-
var _excluded$
|
|
6461
|
+
var _excluded$2$ = ["gradient"];
|
|
6462
6462
|
|
|
6463
6463
|
/**
|
|
6464
6464
|
* @component LockSmallIcon
|
|
@@ -6488,7 +6488,7 @@
|
|
|
6488
6488
|
*/
|
|
6489
6489
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6490
6490
|
var gradient = _ref.gradient,
|
|
6491
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6491
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
6492
6492
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6493
6493
|
width: 12,
|
|
6494
6494
|
height: 12,
|
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
6509
6509
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
6510
6510
|
|
|
6511
|
-
var _excluded$
|
|
6511
|
+
var _excluded$2_ = ["gradient"];
|
|
6512
6512
|
|
|
6513
6513
|
/**
|
|
6514
6514
|
* @component LockIcon
|
|
@@ -6538,7 +6538,7 @@
|
|
|
6538
6538
|
*/
|
|
6539
6539
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6540
6540
|
var gradient = _ref.gradient,
|
|
6541
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6541
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
6542
6542
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6543
6543
|
width: 24,
|
|
6544
6544
|
height: 24,
|
|
@@ -6558,7 +6558,7 @@
|
|
|
6558
6558
|
LockIcon.displayName = "LockIcon";
|
|
6559
6559
|
var LockIcon$1 = LockIcon;
|
|
6560
6560
|
|
|
6561
|
-
var _excluded$
|
|
6561
|
+
var _excluded$2Z = ["gradient"];
|
|
6562
6562
|
|
|
6563
6563
|
/**
|
|
6564
6564
|
* @component MarkerIcon
|
|
@@ -6588,7 +6588,7 @@
|
|
|
6588
6588
|
*/
|
|
6589
6589
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6590
6590
|
var gradient = _ref.gradient,
|
|
6591
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6591
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
6592
6592
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6593
6593
|
width: 24,
|
|
6594
6594
|
height: 24,
|
|
@@ -6608,7 +6608,7 @@
|
|
|
6608
6608
|
MarkerIcon.displayName = "MarkerIcon";
|
|
6609
6609
|
var MarkerIcon$1 = MarkerIcon;
|
|
6610
6610
|
|
|
6611
|
-
var _excluded$
|
|
6611
|
+
var _excluded$2Y = ["gradient"];
|
|
6612
6612
|
|
|
6613
6613
|
/**
|
|
6614
6614
|
* @component MessageAddIcon
|
|
@@ -6638,7 +6638,7 @@
|
|
|
6638
6638
|
*/
|
|
6639
6639
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6640
6640
|
var gradient = _ref.gradient,
|
|
6641
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6641
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
6642
6642
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6643
6643
|
width: 24,
|
|
6644
6644
|
height: 24,
|
|
@@ -6657,7 +6657,7 @@
|
|
|
6657
6657
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
6658
6658
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
6659
6659
|
|
|
6660
|
-
var _excluded$
|
|
6660
|
+
var _excluded$2X = ["gradient"];
|
|
6661
6661
|
|
|
6662
6662
|
/**
|
|
6663
6663
|
* @component MessageEmptyIcon
|
|
@@ -6687,7 +6687,7 @@
|
|
|
6687
6687
|
*/
|
|
6688
6688
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6689
6689
|
var gradient = _ref.gradient,
|
|
6690
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6690
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
6691
6691
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6692
6692
|
width: 24,
|
|
6693
6693
|
height: 24,
|
|
@@ -6707,7 +6707,7 @@
|
|
|
6707
6707
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
6708
6708
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
6709
6709
|
|
|
6710
|
-
var _excluded$
|
|
6710
|
+
var _excluded$2W = ["gradient"];
|
|
6711
6711
|
|
|
6712
6712
|
/**
|
|
6713
6713
|
* @component MessageSmallIcon
|
|
@@ -6737,7 +6737,7 @@
|
|
|
6737
6737
|
*/
|
|
6738
6738
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6739
6739
|
var gradient = _ref.gradient,
|
|
6740
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6740
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
6741
6741
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6742
6742
|
width: 12,
|
|
6743
6743
|
height: 12,
|
|
@@ -6757,7 +6757,7 @@
|
|
|
6757
6757
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
6758
6758
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
6759
6759
|
|
|
6760
|
-
var _excluded$
|
|
6760
|
+
var _excluded$2V = ["gradient"];
|
|
6761
6761
|
|
|
6762
6762
|
/**
|
|
6763
6763
|
* @component MessageSolidIcon
|
|
@@ -6787,7 +6787,7 @@
|
|
|
6787
6787
|
*/
|
|
6788
6788
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6789
6789
|
var gradient = _ref.gradient,
|
|
6790
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6790
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
6791
6791
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6792
6792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6793
6793
|
width: 24,
|
|
@@ -6807,7 +6807,7 @@
|
|
|
6807
6807
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
6808
6808
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
6809
6809
|
|
|
6810
|
-
var _excluded$
|
|
6810
|
+
var _excluded$2U = ["gradient"];
|
|
6811
6811
|
|
|
6812
6812
|
/**
|
|
6813
6813
|
* @component MessageIcon
|
|
@@ -6837,7 +6837,7 @@
|
|
|
6837
6837
|
*/
|
|
6838
6838
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6839
6839
|
var gradient = _ref.gradient,
|
|
6840
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6840
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
6841
6841
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6842
6842
|
width: 24,
|
|
6843
6843
|
height: 24,
|
|
@@ -6857,7 +6857,7 @@
|
|
|
6857
6857
|
MessageIcon.displayName = "MessageIcon";
|
|
6858
6858
|
var MessageIcon$1 = MessageIcon;
|
|
6859
6859
|
|
|
6860
|
-
var _excluded$
|
|
6860
|
+
var _excluded$2T = ["gradient"];
|
|
6861
6861
|
|
|
6862
6862
|
/**
|
|
6863
6863
|
* @component MinusIcon
|
|
@@ -6887,7 +6887,7 @@
|
|
|
6887
6887
|
*/
|
|
6888
6888
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6889
6889
|
var gradient = _ref.gradient,
|
|
6890
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6890
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
6891
6891
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6892
6892
|
width: 24,
|
|
6893
6893
|
height: 24,
|
|
@@ -6911,7 +6911,7 @@
|
|
|
6911
6911
|
MinusIcon.displayName = "MinusIcon";
|
|
6912
6912
|
var MinusIcon$1 = MinusIcon;
|
|
6913
6913
|
|
|
6914
|
-
var _excluded$
|
|
6914
|
+
var _excluded$2S = ["gradient"];
|
|
6915
6915
|
|
|
6916
6916
|
/**
|
|
6917
6917
|
* @component MobileMenuIcon
|
|
@@ -6941,7 +6941,7 @@
|
|
|
6941
6941
|
*/
|
|
6942
6942
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6943
6943
|
var gradient = _ref.gradient,
|
|
6944
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6944
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
6945
6945
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6946
6946
|
width: 24,
|
|
6947
6947
|
height: 24,
|
|
@@ -6962,7 +6962,7 @@
|
|
|
6962
6962
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
6963
6963
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
6964
6964
|
|
|
6965
|
-
var _excluded$
|
|
6965
|
+
var _excluded$2R = ["gradient"];
|
|
6966
6966
|
|
|
6967
6967
|
/**
|
|
6968
6968
|
* @component MoonIcon
|
|
@@ -6992,7 +6992,7 @@
|
|
|
6992
6992
|
*/
|
|
6993
6993
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6994
6994
|
var gradient = _ref.gradient,
|
|
6995
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6995
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
6996
6996
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6997
6997
|
width: 20,
|
|
6998
6998
|
height: 20,
|
|
@@ -7013,7 +7013,7 @@
|
|
|
7013
7013
|
MoonIcon.displayName = "MoonIcon";
|
|
7014
7014
|
var MoonIcon$1 = MoonIcon;
|
|
7015
7015
|
|
|
7016
|
-
var _excluded$
|
|
7016
|
+
var _excluded$2Q = ["gradient"];
|
|
7017
7017
|
|
|
7018
7018
|
/**
|
|
7019
7019
|
* @component MoveTriggerIcon
|
|
@@ -7043,7 +7043,7 @@
|
|
|
7043
7043
|
*/
|
|
7044
7044
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7045
7045
|
var gradient = _ref.gradient,
|
|
7046
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7046
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
7047
7047
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7048
7048
|
width: 10,
|
|
7049
7049
|
height: 10,
|
|
@@ -7063,7 +7063,7 @@
|
|
|
7063
7063
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
7064
7064
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
7065
7065
|
|
|
7066
|
-
var _excluded$
|
|
7066
|
+
var _excluded$2P = ["gradient"];
|
|
7067
7067
|
|
|
7068
7068
|
/**
|
|
7069
7069
|
* @component MoveIcon
|
|
@@ -7093,7 +7093,7 @@
|
|
|
7093
7093
|
*/
|
|
7094
7094
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7095
7095
|
var gradient = _ref.gradient,
|
|
7096
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7096
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
7097
7097
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7098
7098
|
width: 24,
|
|
7099
7099
|
height: 24,
|
|
@@ -7114,7 +7114,7 @@
|
|
|
7114
7114
|
MoveIcon.displayName = "MoveIcon";
|
|
7115
7115
|
var MoveIcon$1 = MoveIcon;
|
|
7116
7116
|
|
|
7117
|
-
var _excluded$
|
|
7117
|
+
var _excluded$2O = ["gradient"];
|
|
7118
7118
|
|
|
7119
7119
|
/**
|
|
7120
7120
|
* @component MyWorkIcon
|
|
@@ -7144,7 +7144,7 @@
|
|
|
7144
7144
|
*/
|
|
7145
7145
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7146
7146
|
var gradient = _ref.gradient,
|
|
7147
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7147
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
7148
7148
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7149
7149
|
width: 24,
|
|
7150
7150
|
height: 24,
|
|
@@ -7168,7 +7168,7 @@
|
|
|
7168
7168
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
7169
7169
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
7170
7170
|
|
|
7171
|
-
var _excluded$
|
|
7171
|
+
var _excluded$2N = ["gradient"];
|
|
7172
7172
|
|
|
7173
7173
|
/**
|
|
7174
7174
|
* @component NoteAddIcon
|
|
@@ -7198,7 +7198,7 @@
|
|
|
7198
7198
|
*/
|
|
7199
7199
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7200
7200
|
var gradient = _ref.gradient,
|
|
7201
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7201
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
7202
7202
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7203
7203
|
width: 24,
|
|
7204
7204
|
height: 24,
|
|
@@ -7218,7 +7218,7 @@
|
|
|
7218
7218
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
7219
7219
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
7220
7220
|
|
|
7221
|
-
var _excluded$
|
|
7221
|
+
var _excluded$2M = ["gradient"];
|
|
7222
7222
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* @component NoteIcon
|
|
@@ -7248,7 +7248,7 @@
|
|
|
7248
7248
|
*/
|
|
7249
7249
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7250
7250
|
var gradient = _ref.gradient,
|
|
7251
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7251
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
7252
7252
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7253
7253
|
width: 24,
|
|
7254
7254
|
height: 24,
|
|
@@ -7268,7 +7268,7 @@
|
|
|
7268
7268
|
NoteIcon.displayName = "NoteIcon";
|
|
7269
7269
|
var NoteIcon$1 = NoteIcon;
|
|
7270
7270
|
|
|
7271
|
-
var _excluded$
|
|
7271
|
+
var _excluded$2L = ["gradient"];
|
|
7272
7272
|
|
|
7273
7273
|
/**
|
|
7274
7274
|
* @component NotebookIcon
|
|
@@ -7298,7 +7298,7 @@
|
|
|
7298
7298
|
*/
|
|
7299
7299
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7300
7300
|
var gradient = _ref.gradient,
|
|
7301
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7301
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
7302
7302
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7303
7303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7304
7304
|
width: 24,
|
|
@@ -7318,7 +7318,7 @@
|
|
|
7318
7318
|
NotebookIcon.displayName = "NotebookIcon";
|
|
7319
7319
|
var NotebookIcon$1 = NotebookIcon;
|
|
7320
7320
|
|
|
7321
|
-
var _excluded$
|
|
7321
|
+
var _excluded$2K = ["gradient"];
|
|
7322
7322
|
|
|
7323
7323
|
/**
|
|
7324
7324
|
* @component NotificationBellIcon
|
|
@@ -7348,7 +7348,7 @@
|
|
|
7348
7348
|
*/
|
|
7349
7349
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7350
7350
|
var gradient = _ref.gradient,
|
|
7351
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7351
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
7352
7352
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7353
7353
|
width: 24,
|
|
7354
7354
|
height: 24,
|
|
@@ -7367,7 +7367,7 @@
|
|
|
7367
7367
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
7368
7368
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
7369
7369
|
|
|
7370
|
-
var _excluded$
|
|
7370
|
+
var _excluded$2J = ["gradient"];
|
|
7371
7371
|
|
|
7372
7372
|
/**
|
|
7373
7373
|
* @component OpenExpandedIcon
|
|
@@ -7397,7 +7397,7 @@
|
|
|
7397
7397
|
*/
|
|
7398
7398
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7399
7399
|
var gradient = _ref.gradient,
|
|
7400
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7400
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
7401
7401
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7402
7402
|
width: 24,
|
|
7403
7403
|
height: 24,
|
|
@@ -7417,7 +7417,7 @@
|
|
|
7417
7417
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
7418
7418
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
7419
7419
|
|
|
7420
|
-
var _excluded$
|
|
7420
|
+
var _excluded$2I = ["gradient"];
|
|
7421
7421
|
|
|
7422
7422
|
/**
|
|
7423
7423
|
* @component OpenSheetIcon
|
|
@@ -7447,7 +7447,7 @@
|
|
|
7447
7447
|
*/
|
|
7448
7448
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7449
7449
|
var gradient = _ref.gradient,
|
|
7450
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7450
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
7451
7451
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7452
7452
|
width: 24,
|
|
7453
7453
|
height: 24,
|
|
@@ -7472,7 +7472,7 @@
|
|
|
7472
7472
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
7473
7473
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
7474
7474
|
|
|
7475
|
-
var _excluded$
|
|
7475
|
+
var _excluded$2H = ["gradient"];
|
|
7476
7476
|
|
|
7477
7477
|
/**
|
|
7478
7478
|
* @component OrderFirstIcon
|
|
@@ -7502,7 +7502,7 @@
|
|
|
7502
7502
|
*/
|
|
7503
7503
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7504
7504
|
var gradient = _ref.gradient,
|
|
7505
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7505
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
7506
7506
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7507
7507
|
width: 24,
|
|
7508
7508
|
height: 24,
|
|
@@ -7522,7 +7522,7 @@
|
|
|
7522
7522
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
7523
7523
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
7524
7524
|
|
|
7525
|
-
var _excluded$
|
|
7525
|
+
var _excluded$2G = ["gradient"];
|
|
7526
7526
|
|
|
7527
7527
|
/**
|
|
7528
7528
|
* @component PaidSmallIcon
|
|
@@ -7552,7 +7552,7 @@
|
|
|
7552
7552
|
*/
|
|
7553
7553
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7554
7554
|
var gradient = _ref.gradient,
|
|
7555
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7555
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
7556
7556
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7557
7557
|
width: 12,
|
|
7558
7558
|
height: 12,
|
|
@@ -7572,7 +7572,7 @@
|
|
|
7572
7572
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
7573
7573
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
7574
7574
|
|
|
7575
|
-
var _excluded$
|
|
7575
|
+
var _excluded$2F = ["gradient"];
|
|
7576
7576
|
|
|
7577
7577
|
/**
|
|
7578
7578
|
* @component PauseCircleOutlineIcon
|
|
@@ -7602,7 +7602,7 @@
|
|
|
7602
7602
|
*/
|
|
7603
7603
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7604
7604
|
var gradient = _ref.gradient,
|
|
7605
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7605
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
7606
7606
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7607
7607
|
width: 24,
|
|
7608
7608
|
height: 24,
|
|
@@ -7622,7 +7622,7 @@
|
|
|
7622
7622
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
7623
7623
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
7624
7624
|
|
|
7625
|
-
var _excluded$
|
|
7625
|
+
var _excluded$2E = ["gradient"];
|
|
7626
7626
|
|
|
7627
7627
|
/**
|
|
7628
7628
|
* @component PauseIcon
|
|
@@ -7652,7 +7652,7 @@
|
|
|
7652
7652
|
*/
|
|
7653
7653
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7654
7654
|
var gradient = _ref.gradient,
|
|
7655
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7655
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
7656
7656
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7657
7657
|
width: 24,
|
|
7658
7658
|
height: 24,
|
|
@@ -7672,7 +7672,7 @@
|
|
|
7672
7672
|
PauseIcon.displayName = "PauseIcon";
|
|
7673
7673
|
var PauseIcon$1 = PauseIcon;
|
|
7674
7674
|
|
|
7675
|
-
var _excluded$
|
|
7675
|
+
var _excluded$2D = ["gradient"];
|
|
7676
7676
|
|
|
7677
7677
|
/**
|
|
7678
7678
|
* @component PauseSmallIcon
|
|
@@ -7702,7 +7702,7 @@
|
|
|
7702
7702
|
*/
|
|
7703
7703
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7704
7704
|
var gradient = _ref.gradient,
|
|
7705
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7705
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
7706
7706
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7707
7707
|
width: 24,
|
|
7708
7708
|
height: 24,
|
|
@@ -7722,7 +7722,7 @@
|
|
|
7722
7722
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
7723
7723
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
7724
7724
|
|
|
7725
|
-
var _excluded$
|
|
7725
|
+
var _excluded$2C = ["gradient"];
|
|
7726
7726
|
|
|
7727
7727
|
/**
|
|
7728
7728
|
* @component PencilSmallIcon
|
|
@@ -7752,7 +7752,7 @@
|
|
|
7752
7752
|
*/
|
|
7753
7753
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7754
7754
|
var gradient = _ref.gradient,
|
|
7755
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7755
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
7756
7756
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7757
7757
|
width: 12,
|
|
7758
7758
|
height: 12,
|
|
@@ -7771,7 +7771,7 @@
|
|
|
7771
7771
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
7772
7772
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
7773
7773
|
|
|
7774
|
-
var _excluded$
|
|
7774
|
+
var _excluded$2B = ["gradient"];
|
|
7775
7775
|
|
|
7776
7776
|
/**
|
|
7777
7777
|
* @component PencilIcon
|
|
@@ -7801,7 +7801,7 @@
|
|
|
7801
7801
|
*/
|
|
7802
7802
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7803
7803
|
var gradient = _ref.gradient,
|
|
7804
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7804
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
7805
7805
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7806
7806
|
width: 24,
|
|
7807
7807
|
height: 24,
|
|
@@ -7820,7 +7820,7 @@
|
|
|
7820
7820
|
PencilIcon.displayName = "PencilIcon";
|
|
7821
7821
|
var PencilIcon$1 = PencilIcon;
|
|
7822
7822
|
|
|
7823
|
-
var _excluded$
|
|
7823
|
+
var _excluded$2A = ["gradient"];
|
|
7824
7824
|
|
|
7825
7825
|
/**
|
|
7826
7826
|
* @component PendingPaymentSmallIcon
|
|
@@ -7850,7 +7850,7 @@
|
|
|
7850
7850
|
*/
|
|
7851
7851
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7852
7852
|
var gradient = _ref.gradient,
|
|
7853
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7853
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
7854
7854
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7855
7855
|
width: 12,
|
|
7856
7856
|
height: 12,
|
|
@@ -7870,7 +7870,7 @@
|
|
|
7870
7870
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
7871
7871
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
7872
7872
|
|
|
7873
|
-
var _excluded$
|
|
7873
|
+
var _excluded$2z = ["gradient"];
|
|
7874
7874
|
|
|
7875
7875
|
/**
|
|
7876
7876
|
* @component PeopleIcon
|
|
@@ -7900,7 +7900,7 @@
|
|
|
7900
7900
|
*/
|
|
7901
7901
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7902
7902
|
var gradient = _ref.gradient,
|
|
7903
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7903
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
7904
7904
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7905
7905
|
width: 24,
|
|
7906
7906
|
height: 24,
|
|
@@ -7924,7 +7924,7 @@
|
|
|
7924
7924
|
PeopleIcon.displayName = "PeopleIcon";
|
|
7925
7925
|
var PeopleIcon$1 = PeopleIcon;
|
|
7926
7926
|
|
|
7927
|
-
var _excluded$
|
|
7927
|
+
var _excluded$2y = ["gradient"];
|
|
7928
7928
|
|
|
7929
7929
|
/**
|
|
7930
7930
|
* @component PersonArrowOutCircleIcon
|
|
@@ -7954,7 +7954,7 @@
|
|
|
7954
7954
|
*/
|
|
7955
7955
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7956
7956
|
var gradient = _ref.gradient,
|
|
7957
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7957
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
7958
7958
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7959
7959
|
width: 24,
|
|
7960
7960
|
height: 24,
|
|
@@ -7975,7 +7975,7 @@
|
|
|
7975
7975
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
7976
7976
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
7977
7977
|
|
|
7978
|
-
var _excluded$
|
|
7978
|
+
var _excluded$2x = ["gradient"];
|
|
7979
7979
|
|
|
7980
7980
|
/**
|
|
7981
7981
|
* @component PersonCircleOffIcon
|
|
@@ -8005,7 +8005,7 @@
|
|
|
8005
8005
|
*/
|
|
8006
8006
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8007
8007
|
var gradient = _ref.gradient,
|
|
8008
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8008
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
8009
8009
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8010
8010
|
width: 24,
|
|
8011
8011
|
height: 24,
|
|
@@ -8025,7 +8025,7 @@
|
|
|
8025
8025
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
8026
8026
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
8027
8027
|
|
|
8028
|
-
var _excluded$
|
|
8028
|
+
var _excluded$2w = ["gradient"];
|
|
8029
8029
|
|
|
8030
8030
|
/**
|
|
8031
8031
|
* @component PersonCircleIcon
|
|
@@ -8055,7 +8055,7 @@
|
|
|
8055
8055
|
*/
|
|
8056
8056
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8057
8057
|
var gradient = _ref.gradient,
|
|
8058
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8058
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
8059
8059
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8060
8060
|
width: 24,
|
|
8061
8061
|
height: 24,
|
|
@@ -8075,7 +8075,7 @@
|
|
|
8075
8075
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
8076
8076
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
8077
8077
|
|
|
8078
|
-
var _excluded$
|
|
8078
|
+
var _excluded$2v = ["gradient"];
|
|
8079
8079
|
|
|
8080
8080
|
/**
|
|
8081
8081
|
* @component PersonListIcon
|
|
@@ -8105,7 +8105,7 @@
|
|
|
8105
8105
|
*/
|
|
8106
8106
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8107
8107
|
var gradient = _ref.gradient,
|
|
8108
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8108
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
8109
8109
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8110
8110
|
width: 24,
|
|
8111
8111
|
height: 24,
|
|
@@ -8126,7 +8126,7 @@
|
|
|
8126
8126
|
PersonListIcon.displayName = "PersonListIcon";
|
|
8127
8127
|
var PersonListIcon$1 = PersonListIcon;
|
|
8128
8128
|
|
|
8129
|
-
var _excluded$
|
|
8129
|
+
var _excluded$2u = ["gradient"];
|
|
8130
8130
|
|
|
8131
8131
|
/**
|
|
8132
8132
|
* @component PersonPlusIcon
|
|
@@ -8156,7 +8156,7 @@
|
|
|
8156
8156
|
*/
|
|
8157
8157
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8158
8158
|
var gradient = _ref.gradient,
|
|
8159
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8159
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
8160
8160
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8161
8161
|
width: 24,
|
|
8162
8162
|
height: 24,
|
|
@@ -8176,7 +8176,7 @@
|
|
|
8176
8176
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
8177
8177
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
8178
8178
|
|
|
8179
|
-
var _excluded$
|
|
8179
|
+
var _excluded$2t = ["gradient"];
|
|
8180
8180
|
|
|
8181
8181
|
/**
|
|
8182
8182
|
* @component PersonIcon
|
|
@@ -8206,7 +8206,7 @@
|
|
|
8206
8206
|
*/
|
|
8207
8207
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8208
8208
|
var gradient = _ref.gradient,
|
|
8209
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8209
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
8210
8210
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8211
8211
|
width: 24,
|
|
8212
8212
|
height: 24,
|
|
@@ -8226,7 +8226,7 @@
|
|
|
8226
8226
|
PersonIcon.displayName = "PersonIcon";
|
|
8227
8227
|
var PersonIcon$1 = PersonIcon;
|
|
8228
8228
|
|
|
8229
|
-
var _excluded$
|
|
8229
|
+
var _excluded$2s = ["gradient"];
|
|
8230
8230
|
|
|
8231
8231
|
/**
|
|
8232
8232
|
* @component PinIcon
|
|
@@ -8256,7 +8256,7 @@
|
|
|
8256
8256
|
*/
|
|
8257
8257
|
var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8258
8258
|
var gradient = _ref.gradient,
|
|
8259
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8259
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
8260
8260
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8261
8261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8262
8262
|
width: 24,
|
|
@@ -8276,7 +8276,7 @@
|
|
|
8276
8276
|
PinIcon.displayName = "PinIcon";
|
|
8277
8277
|
var PinIcon$1 = PinIcon;
|
|
8278
8278
|
|
|
8279
|
-
var _excluded$
|
|
8279
|
+
var _excluded$2r = ["gradient"];
|
|
8280
8280
|
|
|
8281
8281
|
/**
|
|
8282
8282
|
* @component PlayCircleOutlineIcon
|
|
@@ -8306,7 +8306,7 @@
|
|
|
8306
8306
|
*/
|
|
8307
8307
|
var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8308
8308
|
var gradient = _ref.gradient,
|
|
8309
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8309
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
8310
8310
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8311
8311
|
width: 24,
|
|
8312
8312
|
height: 24,
|
|
@@ -8326,7 +8326,7 @@
|
|
|
8326
8326
|
PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
|
|
8327
8327
|
var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
|
|
8328
8328
|
|
|
8329
|
-
var _excluded$
|
|
8329
|
+
var _excluded$2q = ["gradient"];
|
|
8330
8330
|
|
|
8331
8331
|
/**
|
|
8332
8332
|
* @component PlayIcon
|
|
@@ -8356,7 +8356,7 @@
|
|
|
8356
8356
|
*/
|
|
8357
8357
|
var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8358
8358
|
var gradient = _ref.gradient,
|
|
8359
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8359
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
8360
8360
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8361
8361
|
width: 24,
|
|
8362
8362
|
height: 24,
|
|
@@ -8376,7 +8376,7 @@
|
|
|
8376
8376
|
PlayIcon.displayName = "PlayIcon";
|
|
8377
8377
|
var PlayIcon$1 = PlayIcon;
|
|
8378
8378
|
|
|
8379
|
-
var _excluded$
|
|
8379
|
+
var _excluded$2p = ["gradient"];
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
8382
|
* @component PlaySmallIcon
|
|
@@ -8406,7 +8406,7 @@
|
|
|
8406
8406
|
*/
|
|
8407
8407
|
var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8408
8408
|
var gradient = _ref.gradient,
|
|
8409
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8409
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
8410
8410
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8411
8411
|
width: 24,
|
|
8412
8412
|
height: 24,
|
|
@@ -8426,7 +8426,7 @@
|
|
|
8426
8426
|
PlaySmallIcon.displayName = "PlaySmallIcon";
|
|
8427
8427
|
var PlaySmallIcon$1 = PlaySmallIcon;
|
|
8428
8428
|
|
|
8429
|
-
var _excluded$
|
|
8429
|
+
var _excluded$2o = ["gradient"];
|
|
8430
8430
|
|
|
8431
8431
|
/**
|
|
8432
8432
|
* @component PriorityLowIcon
|
|
@@ -8456,7 +8456,7 @@
|
|
|
8456
8456
|
*/
|
|
8457
8457
|
var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8458
8458
|
var gradient = _ref.gradient,
|
|
8459
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8459
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
8460
8460
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8461
8461
|
width: 24,
|
|
8462
8462
|
height: 24,
|
|
@@ -8477,7 +8477,7 @@
|
|
|
8477
8477
|
PriorityLowIcon.displayName = "PriorityLowIcon";
|
|
8478
8478
|
var PriorityLowIcon$1 = PriorityLowIcon;
|
|
8479
8479
|
|
|
8480
|
-
var _excluded$
|
|
8480
|
+
var _excluded$2n = ["gradient"];
|
|
8481
8481
|
|
|
8482
8482
|
/**
|
|
8483
8483
|
* @component ProjectAddIcon
|
|
@@ -8507,7 +8507,7 @@
|
|
|
8507
8507
|
*/
|
|
8508
8508
|
var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8509
8509
|
var gradient = _ref.gradient,
|
|
8510
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8510
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
8511
8511
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8512
8512
|
width: 24,
|
|
8513
8513
|
height: 24,
|
|
@@ -8527,7 +8527,7 @@
|
|
|
8527
8527
|
ProjectAddIcon.displayName = "ProjectAddIcon";
|
|
8528
8528
|
var ProjectAddIcon$1 = ProjectAddIcon;
|
|
8529
8529
|
|
|
8530
|
-
var _excluded$
|
|
8530
|
+
var _excluded$2m = ["gradient"];
|
|
8531
8531
|
|
|
8532
8532
|
/**
|
|
8533
8533
|
* @component ProjectSearchIcon
|
|
@@ -8557,7 +8557,7 @@
|
|
|
8557
8557
|
*/
|
|
8558
8558
|
var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8559
8559
|
var gradient = _ref.gradient,
|
|
8560
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8560
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
8561
8561
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8562
8562
|
width: 24,
|
|
8563
8563
|
height: 24,
|
|
@@ -8578,7 +8578,7 @@
|
|
|
8578
8578
|
ProjectSearchIcon.displayName = "ProjectSearchIcon";
|
|
8579
8579
|
var ProjectSearchIcon$1 = ProjectSearchIcon;
|
|
8580
8580
|
|
|
8581
|
-
var _excluded$
|
|
8581
|
+
var _excluded$2l = ["gradient"];
|
|
8582
8582
|
|
|
8583
8583
|
/**
|
|
8584
8584
|
* @component ProjectStarIcon
|
|
@@ -8608,7 +8608,7 @@
|
|
|
8608
8608
|
*/
|
|
8609
8609
|
var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8610
8610
|
var gradient = _ref.gradient,
|
|
8611
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8611
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
8612
8612
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8613
8613
|
width: 24,
|
|
8614
8614
|
height: 24,
|
|
@@ -8631,7 +8631,7 @@
|
|
|
8631
8631
|
ProjectStarIcon.displayName = "ProjectStarIcon";
|
|
8632
8632
|
var ProjectStarIcon$1 = ProjectStarIcon;
|
|
8633
8633
|
|
|
8634
|
-
var _excluded$
|
|
8634
|
+
var _excluded$2k = ["gradient"];
|
|
8635
8635
|
|
|
8636
8636
|
/**
|
|
8637
8637
|
* @component ProjectTemplateAddIcon
|
|
@@ -8661,7 +8661,7 @@
|
|
|
8661
8661
|
*/
|
|
8662
8662
|
var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8663
8663
|
var gradient = _ref.gradient,
|
|
8664
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8664
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
8665
8665
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8666
8666
|
width: 24,
|
|
8667
8667
|
height: 24,
|
|
@@ -8681,7 +8681,7 @@
|
|
|
8681
8681
|
ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
|
|
8682
8682
|
var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
|
|
8683
8683
|
|
|
8684
|
-
var _excluded$
|
|
8684
|
+
var _excluded$2j = ["gradient"];
|
|
8685
8685
|
|
|
8686
8686
|
/**
|
|
8687
8687
|
* @component ProjectTemplateConvertIcon
|
|
@@ -8711,7 +8711,7 @@
|
|
|
8711
8711
|
*/
|
|
8712
8712
|
var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8713
8713
|
var gradient = _ref.gradient,
|
|
8714
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8714
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
8715
8715
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8716
8716
|
width: 24,
|
|
8717
8717
|
height: 24,
|
|
@@ -8731,7 +8731,7 @@
|
|
|
8731
8731
|
ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
|
|
8732
8732
|
var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
|
|
8733
8733
|
|
|
8734
|
-
var _excluded$
|
|
8734
|
+
var _excluded$2i = ["gradient"];
|
|
8735
8735
|
|
|
8736
8736
|
/**
|
|
8737
8737
|
* @component ProjectTemplateIcon
|
|
@@ -8761,7 +8761,7 @@
|
|
|
8761
8761
|
*/
|
|
8762
8762
|
var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8763
8763
|
var gradient = _ref.gradient,
|
|
8764
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8764
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
8765
8765
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8766
8766
|
width: 24,
|
|
8767
8767
|
height: 24,
|
|
@@ -8781,7 +8781,7 @@
|
|
|
8781
8781
|
ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
|
|
8782
8782
|
var ProjectTemplateIcon$1 = ProjectTemplateIcon;
|
|
8783
8783
|
|
|
8784
|
-
var _excluded$
|
|
8784
|
+
var _excluded$2h = ["gradient"];
|
|
8785
8785
|
|
|
8786
8786
|
/**
|
|
8787
8787
|
* @component ProjectsIcon
|
|
@@ -8811,7 +8811,7 @@
|
|
|
8811
8811
|
*/
|
|
8812
8812
|
var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8813
8813
|
var gradient = _ref.gradient,
|
|
8814
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8814
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
8815
8815
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8816
8816
|
width: 24,
|
|
8817
8817
|
height: 24,
|
|
@@ -8835,7 +8835,7 @@
|
|
|
8835
8835
|
ProjectsIcon.displayName = "ProjectsIcon";
|
|
8836
8836
|
var ProjectsIcon$1 = ProjectsIcon;
|
|
8837
8837
|
|
|
8838
|
-
var _excluded$
|
|
8838
|
+
var _excluded$2g = ["gradient"];
|
|
8839
8839
|
|
|
8840
8840
|
/**
|
|
8841
8841
|
* @component RadioBlankIcon
|
|
@@ -8865,7 +8865,7 @@
|
|
|
8865
8865
|
*/
|
|
8866
8866
|
var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8867
8867
|
var gradient = _ref.gradient,
|
|
8868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8868
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
8869
8869
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8870
8870
|
width: 24,
|
|
8871
8871
|
height: 24,
|
|
@@ -8885,7 +8885,7 @@
|
|
|
8885
8885
|
RadioBlankIcon.displayName = "RadioBlankIcon";
|
|
8886
8886
|
var RadioBlankIcon$1 = RadioBlankIcon;
|
|
8887
8887
|
|
|
8888
|
-
var _excluded$
|
|
8888
|
+
var _excluded$2f = ["gradient"];
|
|
8889
8889
|
|
|
8890
8890
|
/**
|
|
8891
8891
|
* @component RadioButtonIcon
|
|
@@ -8915,7 +8915,7 @@
|
|
|
8915
8915
|
*/
|
|
8916
8916
|
var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8917
8917
|
var gradient = _ref.gradient,
|
|
8918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8918
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
8919
8919
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8920
8920
|
width: 16,
|
|
8921
8921
|
height: 16,
|
|
@@ -8943,7 +8943,7 @@
|
|
|
8943
8943
|
RadioButtonIcon.displayName = "RadioButtonIcon";
|
|
8944
8944
|
var RadioButtonIcon$1 = RadioButtonIcon;
|
|
8945
8945
|
|
|
8946
|
-
var _excluded$
|
|
8946
|
+
var _excluded$2e = ["gradient"];
|
|
8947
8947
|
|
|
8948
8948
|
/**
|
|
8949
8949
|
* @component RearangeIcon
|
|
@@ -8973,7 +8973,7 @@
|
|
|
8973
8973
|
*/
|
|
8974
8974
|
var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8975
8975
|
var gradient = _ref.gradient,
|
|
8976
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8976
|
+
props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
8977
8977
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8978
8978
|
width: 24,
|
|
8979
8979
|
height: 24,
|
|
@@ -8993,7 +8993,7 @@
|
|
|
8993
8993
|
RearangeIcon.displayName = "RearangeIcon";
|
|
8994
8994
|
var RearangeIcon$1 = RearangeIcon;
|
|
8995
8995
|
|
|
8996
|
-
var _excluded$
|
|
8996
|
+
var _excluded$2d = ["gradient"];
|
|
8997
8997
|
|
|
8998
8998
|
/**
|
|
8999
8999
|
* @component RearrangeSmallIcon
|
|
@@ -9023,7 +9023,7 @@
|
|
|
9023
9023
|
*/
|
|
9024
9024
|
var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9025
9025
|
var gradient = _ref.gradient,
|
|
9026
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9026
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
9027
9027
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9028
9028
|
width: 12,
|
|
9029
9029
|
height: 12,
|
|
@@ -9043,7 +9043,7 @@
|
|
|
9043
9043
|
RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
|
|
9044
9044
|
var RearrangeSmallIcon$1 = RearrangeSmallIcon;
|
|
9045
9045
|
|
|
9046
|
-
var _excluded$
|
|
9046
|
+
var _excluded$2c = ["gradient"];
|
|
9047
9047
|
|
|
9048
9048
|
/**
|
|
9049
9049
|
* @component RecurringCheckmarkSmallIcon
|
|
@@ -9073,7 +9073,7 @@
|
|
|
9073
9073
|
*/
|
|
9074
9074
|
var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9075
9075
|
var gradient = _ref.gradient,
|
|
9076
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9076
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
9077
9077
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9078
9078
|
width: 12,
|
|
9079
9079
|
height: 12,
|
|
@@ -9093,7 +9093,7 @@
|
|
|
9093
9093
|
RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
|
|
9094
9094
|
var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
|
|
9095
9095
|
|
|
9096
|
-
var _excluded$
|
|
9096
|
+
var _excluded$2b = ["gradient"];
|
|
9097
9097
|
|
|
9098
9098
|
/**
|
|
9099
9099
|
* @component RecurringCheckmarkIcon
|
|
@@ -9123,7 +9123,7 @@
|
|
|
9123
9123
|
*/
|
|
9124
9124
|
var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9125
9125
|
var gradient = _ref.gradient,
|
|
9126
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9126
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
9127
9127
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9128
9128
|
width: 24,
|
|
9129
9129
|
height: 24,
|
|
@@ -9143,7 +9143,7 @@
|
|
|
9143
9143
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
9144
9144
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
9145
9145
|
|
|
9146
|
-
var _excluded$
|
|
9146
|
+
var _excluded$2a = ["gradient"];
|
|
9147
9147
|
|
|
9148
9148
|
/**
|
|
9149
9149
|
* @component RecurringDollarIcon
|
|
@@ -9173,7 +9173,7 @@
|
|
|
9173
9173
|
*/
|
|
9174
9174
|
var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9175
9175
|
var gradient = _ref.gradient,
|
|
9176
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9176
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
9177
9177
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9178
9178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9179
9179
|
width: 24,
|
|
@@ -9195,7 +9195,7 @@
|
|
|
9195
9195
|
RecurringDollarIcon.displayName = "RecurringDollarIcon";
|
|
9196
9196
|
var RecurringDollarIcon$1 = RecurringDollarIcon;
|
|
9197
9197
|
|
|
9198
|
-
var _excluded$
|
|
9198
|
+
var _excluded$29 = ["gradient"];
|
|
9199
9199
|
|
|
9200
9200
|
/**
|
|
9201
9201
|
* @component RecurringSmallIcon
|
|
@@ -9225,7 +9225,7 @@
|
|
|
9225
9225
|
*/
|
|
9226
9226
|
var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9227
9227
|
var gradient = _ref.gradient,
|
|
9228
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9228
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
9229
9229
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9230
9230
|
width: 12,
|
|
9231
9231
|
height: 12,
|
|
@@ -9246,7 +9246,7 @@
|
|
|
9246
9246
|
RecurringSmallIcon.displayName = "RecurringSmallIcon";
|
|
9247
9247
|
var RecurringSmallIcon$1 = RecurringSmallIcon;
|
|
9248
9248
|
|
|
9249
|
-
var _excluded$
|
|
9249
|
+
var _excluded$28 = ["gradient"];
|
|
9250
9250
|
|
|
9251
9251
|
/**
|
|
9252
9252
|
* @component ReorderIcon
|
|
@@ -9276,7 +9276,7 @@
|
|
|
9276
9276
|
*/
|
|
9277
9277
|
var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9278
9278
|
var gradient = _ref.gradient,
|
|
9279
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9279
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
9280
9280
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9281
9281
|
width: 24,
|
|
9282
9282
|
height: 24,
|
|
@@ -9295,7 +9295,7 @@
|
|
|
9295
9295
|
ReorderIcon.displayName = "ReorderIcon";
|
|
9296
9296
|
var ReorderIcon$1 = ReorderIcon;
|
|
9297
9297
|
|
|
9298
|
-
var _excluded$
|
|
9298
|
+
var _excluded$27 = ["gradient"];
|
|
9299
9299
|
|
|
9300
9300
|
/**
|
|
9301
9301
|
* @component ReportTimeIcon
|
|
@@ -9325,7 +9325,7 @@
|
|
|
9325
9325
|
*/
|
|
9326
9326
|
var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9327
9327
|
var gradient = _ref.gradient,
|
|
9328
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9328
|
+
props = _objectWithoutProperties(_ref, _excluded$27);
|
|
9329
9329
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9330
9330
|
width: 24,
|
|
9331
9331
|
height: 24,
|
|
@@ -9345,7 +9345,7 @@
|
|
|
9345
9345
|
ReportTimeIcon.displayName = "ReportTimeIcon";
|
|
9346
9346
|
var ReportTimeIcon$1 = ReportTimeIcon;
|
|
9347
9347
|
|
|
9348
|
-
var _excluded$
|
|
9348
|
+
var _excluded$26 = ["gradient"];
|
|
9349
9349
|
|
|
9350
9350
|
/**
|
|
9351
9351
|
* @component ReportsIcon
|
|
@@ -9375,7 +9375,7 @@
|
|
|
9375
9375
|
*/
|
|
9376
9376
|
var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9377
9377
|
var gradient = _ref.gradient,
|
|
9378
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9378
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
9379
9379
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9380
9380
|
width: 24,
|
|
9381
9381
|
height: 24,
|
|
@@ -9399,7 +9399,7 @@
|
|
|
9399
9399
|
ReportsIcon.displayName = "ReportsIcon";
|
|
9400
9400
|
var ReportsIcon$1 = ReportsIcon;
|
|
9401
9401
|
|
|
9402
|
-
var _excluded$
|
|
9402
|
+
var _excluded$25 = ["gradient"];
|
|
9403
9403
|
|
|
9404
9404
|
/**
|
|
9405
9405
|
* @component RocketSmallIcon
|
|
@@ -9429,7 +9429,7 @@
|
|
|
9429
9429
|
*/
|
|
9430
9430
|
var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9431
9431
|
var gradient = _ref.gradient,
|
|
9432
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9432
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
9433
9433
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9434
9434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9435
9435
|
width: 18,
|
|
@@ -9447,7 +9447,7 @@
|
|
|
9447
9447
|
RocketSmallIcon.displayName = "RocketSmallIcon";
|
|
9448
9448
|
var RocketSmallIcon$1 = RocketSmallIcon;
|
|
9449
9449
|
|
|
9450
|
-
var _excluded$
|
|
9450
|
+
var _excluded$24 = ["gradient"];
|
|
9451
9451
|
|
|
9452
9452
|
/**
|
|
9453
9453
|
* @component RocketIcon
|
|
@@ -9477,7 +9477,7 @@
|
|
|
9477
9477
|
*/
|
|
9478
9478
|
var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9479
9479
|
var gradient = _ref.gradient,
|
|
9480
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9480
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
9481
9481
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9482
9482
|
width: 24,
|
|
9483
9483
|
height: 24,
|
|
@@ -9496,7 +9496,7 @@
|
|
|
9496
9496
|
RocketIcon.displayName = "RocketIcon";
|
|
9497
9497
|
var RocketIcon$1 = RocketIcon;
|
|
9498
9498
|
|
|
9499
|
-
var _excluded$
|
|
9499
|
+
var _excluded$23 = ["gradient"];
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
9502
|
* @component SaveIcon
|
|
@@ -9526,7 +9526,7 @@
|
|
|
9526
9526
|
*/
|
|
9527
9527
|
var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9528
9528
|
var gradient = _ref.gradient,
|
|
9529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9529
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
9530
9530
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9531
9531
|
width: 24,
|
|
9532
9532
|
height: 24,
|
|
@@ -9547,7 +9547,7 @@
|
|
|
9547
9547
|
SaveIcon.displayName = "SaveIcon";
|
|
9548
9548
|
var SaveIcon$1 = SaveIcon;
|
|
9549
9549
|
|
|
9550
|
-
var _excluded$
|
|
9550
|
+
var _excluded$22 = ["gradient"];
|
|
9551
9551
|
|
|
9552
9552
|
/**
|
|
9553
9553
|
* @component SearchLargeIcon
|
|
@@ -9577,7 +9577,7 @@
|
|
|
9577
9577
|
*/
|
|
9578
9578
|
var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9579
9579
|
var gradient = _ref.gradient,
|
|
9580
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9580
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
9581
9581
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9582
9582
|
width: 32,
|
|
9583
9583
|
height: 32,
|
|
@@ -9598,7 +9598,7 @@
|
|
|
9598
9598
|
SearchLargeIcon.displayName = "SearchLargeIcon";
|
|
9599
9599
|
var SearchLargeIcon$1 = SearchLargeIcon;
|
|
9600
9600
|
|
|
9601
|
-
var _excluded$
|
|
9601
|
+
var _excluded$21 = ["gradient"];
|
|
9602
9602
|
|
|
9603
9603
|
/**
|
|
9604
9604
|
* @component SearchIcon
|
|
@@ -9628,7 +9628,7 @@
|
|
|
9628
9628
|
*/
|
|
9629
9629
|
var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9630
9630
|
var gradient = _ref.gradient,
|
|
9631
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9631
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
9632
9632
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9633
9633
|
width: 24,
|
|
9634
9634
|
height: 24,
|
|
@@ -9647,7 +9647,7 @@
|
|
|
9647
9647
|
SearchIcon.displayName = "SearchIcon";
|
|
9648
9648
|
var SearchIcon$1 = SearchIcon;
|
|
9649
9649
|
|
|
9650
|
-
var _excluded$
|
|
9650
|
+
var _excluded$20 = ["gradient"];
|
|
9651
9651
|
|
|
9652
9652
|
/**
|
|
9653
9653
|
* @component SendBlankIcon
|
|
@@ -9677,7 +9677,7 @@
|
|
|
9677
9677
|
*/
|
|
9678
9678
|
var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9679
9679
|
var gradient = _ref.gradient,
|
|
9680
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9680
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
9681
9681
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9682
9682
|
width: 24,
|
|
9683
9683
|
height: 24,
|
|
@@ -9696,7 +9696,7 @@
|
|
|
9696
9696
|
SendBlankIcon.displayName = "SendBlankIcon";
|
|
9697
9697
|
var SendBlankIcon$1 = SendBlankIcon;
|
|
9698
9698
|
|
|
9699
|
-
var _excluded$
|
|
9699
|
+
var _excluded$1$ = ["gradient"];
|
|
9700
9700
|
|
|
9701
9701
|
/**
|
|
9702
9702
|
* @component SendFilledIcon
|
|
@@ -9726,7 +9726,7 @@
|
|
|
9726
9726
|
*/
|
|
9727
9727
|
var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9728
9728
|
var gradient = _ref.gradient,
|
|
9729
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9729
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
9730
9730
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9731
9731
|
width: 24,
|
|
9732
9732
|
height: 24,
|
|
@@ -9745,7 +9745,7 @@
|
|
|
9745
9745
|
SendFilledIcon.displayName = "SendFilledIcon";
|
|
9746
9746
|
var SendFilledIcon$1 = SendFilledIcon;
|
|
9747
9747
|
|
|
9748
|
-
var _excluded$
|
|
9748
|
+
var _excluded$1_ = ["gradient"];
|
|
9749
9749
|
|
|
9750
9750
|
/**
|
|
9751
9751
|
* @component SettingsIcon
|
|
@@ -9775,7 +9775,7 @@
|
|
|
9775
9775
|
*/
|
|
9776
9776
|
var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9777
9777
|
var gradient = _ref.gradient,
|
|
9778
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9778
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
9779
9779
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9780
9780
|
width: 24,
|
|
9781
9781
|
height: 24,
|
|
@@ -9795,7 +9795,7 @@
|
|
|
9795
9795
|
SettingsIcon.displayName = "SettingsIcon";
|
|
9796
9796
|
var SettingsIcon$1 = SettingsIcon;
|
|
9797
9797
|
|
|
9798
|
-
var _excluded$
|
|
9798
|
+
var _excluded$1Z = ["gradient"];
|
|
9799
9799
|
|
|
9800
9800
|
/**
|
|
9801
9801
|
* @component ShieldIcon
|
|
@@ -9825,7 +9825,7 @@
|
|
|
9825
9825
|
*/
|
|
9826
9826
|
var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9827
9827
|
var gradient = _ref.gradient,
|
|
9828
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9828
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
9829
9829
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9830
9830
|
width: 24,
|
|
9831
9831
|
height: 24,
|
|
@@ -9846,7 +9846,7 @@
|
|
|
9846
9846
|
ShieldIcon.displayName = "ShieldIcon";
|
|
9847
9847
|
var ShieldIcon$1 = ShieldIcon;
|
|
9848
9848
|
|
|
9849
|
-
var _excluded$
|
|
9849
|
+
var _excluded$1Y = ["gradient"];
|
|
9850
9850
|
|
|
9851
9851
|
/**
|
|
9852
9852
|
* @component SortGeneralIcon
|
|
@@ -9876,7 +9876,7 @@
|
|
|
9876
9876
|
*/
|
|
9877
9877
|
var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9878
9878
|
var gradient = _ref.gradient,
|
|
9879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9879
|
+
props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
9880
9880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9881
9881
|
width: 24,
|
|
9882
9882
|
height: 24,
|
|
@@ -9896,7 +9896,7 @@
|
|
|
9896
9896
|
SortGeneralIcon.displayName = "SortGeneralIcon";
|
|
9897
9897
|
var SortGeneralIcon$1 = SortGeneralIcon;
|
|
9898
9898
|
|
|
9899
|
-
var _excluded$
|
|
9899
|
+
var _excluded$1X = ["gradient"];
|
|
9900
9900
|
|
|
9901
9901
|
/**
|
|
9902
9902
|
* @component SortIcon
|
|
@@ -9926,7 +9926,7 @@
|
|
|
9926
9926
|
*/
|
|
9927
9927
|
var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9928
9928
|
var gradient = _ref.gradient,
|
|
9929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9929
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
9930
9930
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9931
9931
|
width: 10,
|
|
9932
9932
|
height: 10,
|
|
@@ -9946,7 +9946,7 @@
|
|
|
9946
9946
|
SortIcon.displayName = "SortIcon";
|
|
9947
9947
|
var SortIcon$1 = SortIcon;
|
|
9948
9948
|
|
|
9949
|
-
var _excluded$
|
|
9949
|
+
var _excluded$1W = ["gradient"];
|
|
9950
9950
|
|
|
9951
9951
|
/**
|
|
9952
9952
|
* @component SortListIcon
|
|
@@ -9976,7 +9976,7 @@
|
|
|
9976
9976
|
*/
|
|
9977
9977
|
var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9978
9978
|
var gradient = _ref.gradient,
|
|
9979
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9979
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
9980
9980
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9981
9981
|
width: 20,
|
|
9982
9982
|
height: 18,
|
|
@@ -9996,7 +9996,7 @@
|
|
|
9996
9996
|
SortListIcon.displayName = "SortListIcon";
|
|
9997
9997
|
var SortListIcon$1 = SortListIcon;
|
|
9998
9998
|
|
|
9999
|
-
var _excluded$
|
|
9999
|
+
var _excluded$1V = ["gradient"];
|
|
10000
10000
|
|
|
10001
10001
|
/**
|
|
10002
10002
|
* @component SortSmallIcon
|
|
@@ -10026,7 +10026,7 @@
|
|
|
10026
10026
|
*/
|
|
10027
10027
|
var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10028
10028
|
var gradient = _ref.gradient,
|
|
10029
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10029
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
10030
10030
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10031
10031
|
width: 10,
|
|
10032
10032
|
height: 10,
|
|
@@ -10047,7 +10047,7 @@
|
|
|
10047
10047
|
SortSmallIcon.displayName = "SortSmallIcon";
|
|
10048
10048
|
var SortSmallIcon$1 = SortSmallIcon;
|
|
10049
10049
|
|
|
10050
|
-
var _excluded$
|
|
10050
|
+
var _excluded$1U = ["gradient"];
|
|
10051
10051
|
|
|
10052
10052
|
/**
|
|
10053
10053
|
* @component SparkIcon
|
|
@@ -10077,7 +10077,7 @@
|
|
|
10077
10077
|
*/
|
|
10078
10078
|
var SparkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10079
10079
|
var gradient = _ref.gradient,
|
|
10080
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10080
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
10081
10081
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10082
10082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10083
10083
|
width: 24,
|
|
@@ -10100,7 +10100,7 @@
|
|
|
10100
10100
|
SparkIcon.displayName = "SparkIcon";
|
|
10101
10101
|
var SparkIcon$1 = SparkIcon;
|
|
10102
10102
|
|
|
10103
|
-
var _excluded$
|
|
10103
|
+
var _excluded$1T = ["gradient"];
|
|
10104
10104
|
|
|
10105
10105
|
/**
|
|
10106
10106
|
* @component StarOutlineIcon
|
|
@@ -10130,7 +10130,7 @@
|
|
|
10130
10130
|
*/
|
|
10131
10131
|
var StarOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10132
10132
|
var gradient = _ref.gradient,
|
|
10133
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10133
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
10134
10134
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10135
10135
|
width: 24,
|
|
10136
10136
|
height: 24,
|
|
@@ -10150,7 +10150,7 @@
|
|
|
10150
10150
|
StarOutlineIcon.displayName = "StarOutlineIcon";
|
|
10151
10151
|
var StarOutlineIcon$1 = StarOutlineIcon;
|
|
10152
10152
|
|
|
10153
|
-
var _excluded$
|
|
10153
|
+
var _excluded$1S = ["gradient"];
|
|
10154
10154
|
|
|
10155
10155
|
/**
|
|
10156
10156
|
* @component StarIcon
|
|
@@ -10180,7 +10180,7 @@
|
|
|
10180
10180
|
*/
|
|
10181
10181
|
var StarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10182
10182
|
var gradient = _ref.gradient,
|
|
10183
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10183
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
10184
10184
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10185
10185
|
width: 24,
|
|
10186
10186
|
height: 24,
|
|
@@ -10200,7 +10200,7 @@
|
|
|
10200
10200
|
StarIcon.displayName = "StarIcon";
|
|
10201
10201
|
var StarIcon$1 = StarIcon;
|
|
10202
10202
|
|
|
10203
|
-
var _excluded$
|
|
10203
|
+
var _excluded$1R = ["gradient"];
|
|
10204
10204
|
|
|
10205
10205
|
/**
|
|
10206
10206
|
* @component StatusIcon
|
|
@@ -10230,7 +10230,7 @@
|
|
|
10230
10230
|
*/
|
|
10231
10231
|
var StatusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10232
10232
|
var gradient = _ref.gradient,
|
|
10233
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10233
|
+
props = _objectWithoutProperties(_ref, _excluded$1R);
|
|
10234
10234
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10235
10235
|
width: 24,
|
|
10236
10236
|
height: 24,
|
|
@@ -10255,7 +10255,7 @@
|
|
|
10255
10255
|
StatusIcon.displayName = "StatusIcon";
|
|
10256
10256
|
var StatusIcon$1 = StatusIcon;
|
|
10257
10257
|
|
|
10258
|
-
var _excluded$
|
|
10258
|
+
var _excluded$1Q = ["gradient"];
|
|
10259
10259
|
|
|
10260
10260
|
/**
|
|
10261
10261
|
* @component StopwatchIcon
|
|
@@ -10285,7 +10285,7 @@
|
|
|
10285
10285
|
*/
|
|
10286
10286
|
var StopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10287
10287
|
var gradient = _ref.gradient,
|
|
10288
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10288
|
+
props = _objectWithoutProperties(_ref, _excluded$1Q);
|
|
10289
10289
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10290
10290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10291
10291
|
width: 16,
|
|
@@ -10305,7 +10305,7 @@
|
|
|
10305
10305
|
StopwatchIcon.displayName = "StopwatchIcon";
|
|
10306
10306
|
var StopwatchIcon$1 = StopwatchIcon;
|
|
10307
10307
|
|
|
10308
|
-
var _excluded$
|
|
10308
|
+
var _excluded$1P = ["gradient"];
|
|
10309
10309
|
|
|
10310
10310
|
/**
|
|
10311
10311
|
* @component SunIcon
|
|
@@ -10335,7 +10335,7 @@
|
|
|
10335
10335
|
*/
|
|
10336
10336
|
var SunIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10337
10337
|
var gradient = _ref.gradient,
|
|
10338
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10338
|
+
props = _objectWithoutProperties(_ref, _excluded$1P);
|
|
10339
10339
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10340
10340
|
width: 22,
|
|
10341
10341
|
height: 22,
|
|
@@ -10360,7 +10360,7 @@
|
|
|
10360
10360
|
SunIcon.displayName = "SunIcon";
|
|
10361
10361
|
var SunIcon$1 = SunIcon;
|
|
10362
10362
|
|
|
10363
|
-
var _excluded$
|
|
10363
|
+
var _excluded$1O = ["gradient"];
|
|
10364
10364
|
|
|
10365
10365
|
/**
|
|
10366
10366
|
* @component SystemSettingsIcon
|
|
@@ -10390,7 +10390,7 @@
|
|
|
10390
10390
|
*/
|
|
10391
10391
|
var SystemSettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10392
10392
|
var gradient = _ref.gradient,
|
|
10393
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10393
|
+
props = _objectWithoutProperties(_ref, _excluded$1O);
|
|
10394
10394
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10395
10395
|
width: 24,
|
|
10396
10396
|
height: 24,
|
|
@@ -10411,7 +10411,7 @@
|
|
|
10411
10411
|
SystemSettingsIcon.displayName = "SystemSettingsIcon";
|
|
10412
10412
|
var SystemSettingsIcon$1 = SystemSettingsIcon;
|
|
10413
10413
|
|
|
10414
|
-
var _excluded$
|
|
10414
|
+
var _excluded$1N = ["gradient"];
|
|
10415
10415
|
|
|
10416
10416
|
/**
|
|
10417
10417
|
* @component TaskAddIcon
|
|
@@ -10441,7 +10441,7 @@
|
|
|
10441
10441
|
*/
|
|
10442
10442
|
var TaskAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10443
10443
|
var gradient = _ref.gradient,
|
|
10444
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10444
|
+
props = _objectWithoutProperties(_ref, _excluded$1N);
|
|
10445
10445
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10446
10446
|
width: 24,
|
|
10447
10447
|
height: 24,
|
|
@@ -10461,7 +10461,7 @@
|
|
|
10461
10461
|
TaskAddIcon.displayName = "TaskAddIcon";
|
|
10462
10462
|
var TaskAddIcon$1 = TaskAddIcon;
|
|
10463
10463
|
|
|
10464
|
-
var _excluded$
|
|
10464
|
+
var _excluded$1M = ["gradient"];
|
|
10465
10465
|
|
|
10466
10466
|
/**
|
|
10467
10467
|
* @component TaskListAddIcon
|
|
@@ -10491,7 +10491,7 @@
|
|
|
10491
10491
|
*/
|
|
10492
10492
|
var TaskListAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10493
10493
|
var gradient = _ref.gradient,
|
|
10494
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10494
|
+
props = _objectWithoutProperties(_ref, _excluded$1M);
|
|
10495
10495
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10496
10496
|
width: 24,
|
|
10497
10497
|
height: 24,
|
|
@@ -10511,7 +10511,7 @@
|
|
|
10511
10511
|
TaskListAddIcon.displayName = "TaskListAddIcon";
|
|
10512
10512
|
var TaskListAddIcon$1 = TaskListAddIcon;
|
|
10513
10513
|
|
|
10514
|
-
var _excluded$
|
|
10514
|
+
var _excluded$1L = ["gradient"];
|
|
10515
10515
|
|
|
10516
10516
|
/**
|
|
10517
10517
|
* @component TaskListCompleteIcon
|
|
@@ -10541,7 +10541,7 @@
|
|
|
10541
10541
|
*/
|
|
10542
10542
|
var TaskListCompleteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10543
10543
|
var gradient = _ref.gradient,
|
|
10544
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10544
|
+
props = _objectWithoutProperties(_ref, _excluded$1L);
|
|
10545
10545
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10546
10546
|
width: 24,
|
|
10547
10547
|
height: 24,
|
|
@@ -10562,7 +10562,7 @@
|
|
|
10562
10562
|
TaskListCompleteIcon.displayName = "TaskListCompleteIcon";
|
|
10563
10563
|
var TaskListCompleteIcon$1 = TaskListCompleteIcon;
|
|
10564
10564
|
|
|
10565
|
-
var _excluded$
|
|
10565
|
+
var _excluded$1K = ["gradient"];
|
|
10566
10566
|
|
|
10567
10567
|
/**
|
|
10568
10568
|
* @component TaskListIcon
|
|
@@ -10592,7 +10592,7 @@
|
|
|
10592
10592
|
*/
|
|
10593
10593
|
var TaskListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10594
10594
|
var gradient = _ref.gradient,
|
|
10595
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10595
|
+
props = _objectWithoutProperties(_ref, _excluded$1K);
|
|
10596
10596
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10597
10597
|
width: 24,
|
|
10598
10598
|
height: 24,
|
|
@@ -10613,7 +10613,7 @@
|
|
|
10613
10613
|
TaskListIcon.displayName = "TaskListIcon";
|
|
10614
10614
|
var TaskListIcon$1 = TaskListIcon;
|
|
10615
10615
|
|
|
10616
|
-
var _excluded$
|
|
10616
|
+
var _excluded$1J = ["gradient"];
|
|
10617
10617
|
|
|
10618
10618
|
/**
|
|
10619
10619
|
* @component ThumbUpOutlineIcon
|
|
@@ -10643,7 +10643,7 @@
|
|
|
10643
10643
|
*/
|
|
10644
10644
|
var ThumbUpOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10645
10645
|
var gradient = _ref.gradient,
|
|
10646
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10646
|
+
props = _objectWithoutProperties(_ref, _excluded$1J);
|
|
10647
10647
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10648
10648
|
width: 14,
|
|
10649
10649
|
height: 14,
|
|
@@ -10663,7 +10663,7 @@
|
|
|
10663
10663
|
ThumbUpOutlineIcon.displayName = "ThumbUpOutlineIcon";
|
|
10664
10664
|
var ThumbUpOutlineIcon$1 = ThumbUpOutlineIcon;
|
|
10665
10665
|
|
|
10666
|
-
var _excluded$
|
|
10666
|
+
var _excluded$1I = ["gradient"];
|
|
10667
10667
|
|
|
10668
10668
|
/**
|
|
10669
10669
|
* @component TrashIcon
|
|
@@ -10693,7 +10693,7 @@
|
|
|
10693
10693
|
*/
|
|
10694
10694
|
var TrashIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10695
10695
|
var gradient = _ref.gradient,
|
|
10696
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10696
|
+
props = _objectWithoutProperties(_ref, _excluded$1I);
|
|
10697
10697
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10698
10698
|
width: 24,
|
|
10699
10699
|
height: 24,
|
|
@@ -10717,7 +10717,7 @@
|
|
|
10717
10717
|
TrashIcon.displayName = "TrashIcon";
|
|
10718
10718
|
var TrashIcon$1 = TrashIcon;
|
|
10719
10719
|
|
|
10720
|
-
var _excluded$
|
|
10720
|
+
var _excluded$1H = ["gradient"];
|
|
10721
10721
|
|
|
10722
10722
|
/**
|
|
10723
10723
|
* @component TreeDotsIcon
|
|
@@ -10747,7 +10747,7 @@
|
|
|
10747
10747
|
*/
|
|
10748
10748
|
var TreeDotsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10749
10749
|
var gradient = _ref.gradient,
|
|
10750
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10750
|
+
props = _objectWithoutProperties(_ref, _excluded$1H);
|
|
10751
10751
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10752
10752
|
width: 24,
|
|
10753
10753
|
height: 24,
|
|
@@ -10767,7 +10767,7 @@
|
|
|
10767
10767
|
TreeDotsIcon.displayName = "TreeDotsIcon";
|
|
10768
10768
|
var TreeDotsIcon$1 = TreeDotsIcon;
|
|
10769
10769
|
|
|
10770
|
-
var _excluded$
|
|
10770
|
+
var _excluded$1G = ["gradient"];
|
|
10771
10771
|
|
|
10772
10772
|
/**
|
|
10773
10773
|
* @component UploadIcon
|
|
@@ -10797,7 +10797,7 @@
|
|
|
10797
10797
|
*/
|
|
10798
10798
|
var UploadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10799
10799
|
var gradient = _ref.gradient,
|
|
10800
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10800
|
+
props = _objectWithoutProperties(_ref, _excluded$1G);
|
|
10801
10801
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10802
10802
|
width: 24,
|
|
10803
10803
|
height: 24,
|
|
@@ -10817,7 +10817,7 @@
|
|
|
10817
10817
|
UploadIcon.displayName = "UploadIcon";
|
|
10818
10818
|
var UploadIcon$1 = UploadIcon;
|
|
10819
10819
|
|
|
10820
|
-
var _excluded$
|
|
10820
|
+
var _excluded$1F = ["gradient"];
|
|
10821
10821
|
|
|
10822
10822
|
/**
|
|
10823
10823
|
* @component ViewDayIcon
|
|
@@ -10847,7 +10847,7 @@
|
|
|
10847
10847
|
*/
|
|
10848
10848
|
var ViewDayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10849
10849
|
var gradient = _ref.gradient,
|
|
10850
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10850
|
+
props = _objectWithoutProperties(_ref, _excluded$1F);
|
|
10851
10851
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10852
10852
|
width: 24,
|
|
10853
10853
|
height: 24,
|
|
@@ -10866,7 +10866,7 @@
|
|
|
10866
10866
|
ViewDayIcon.displayName = "ViewDayIcon";
|
|
10867
10867
|
var ViewDayIcon$1 = ViewDayIcon;
|
|
10868
10868
|
|
|
10869
|
-
var _excluded$
|
|
10869
|
+
var _excluded$1E = ["gradient"];
|
|
10870
10870
|
|
|
10871
10871
|
/**
|
|
10872
10872
|
* @component ViewGridIcon
|
|
@@ -10896,7 +10896,7 @@
|
|
|
10896
10896
|
*/
|
|
10897
10897
|
var ViewGridIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10898
10898
|
var gradient = _ref.gradient,
|
|
10899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10899
|
+
props = _objectWithoutProperties(_ref, _excluded$1E);
|
|
10900
10900
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10901
10901
|
width: 24,
|
|
10902
10902
|
height: 24,
|
|
@@ -10916,7 +10916,7 @@
|
|
|
10916
10916
|
ViewGridIcon.displayName = "ViewGridIcon";
|
|
10917
10917
|
var ViewGridIcon$1 = ViewGridIcon;
|
|
10918
10918
|
|
|
10919
|
-
var _excluded$
|
|
10919
|
+
var _excluded$1D = ["gradient"];
|
|
10920
10920
|
|
|
10921
10921
|
/**
|
|
10922
10922
|
* @component ViewListIcon
|
|
@@ -10946,7 +10946,7 @@
|
|
|
10946
10946
|
*/
|
|
10947
10947
|
var ViewListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10948
10948
|
var gradient = _ref.gradient,
|
|
10949
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10949
|
+
props = _objectWithoutProperties(_ref, _excluded$1D);
|
|
10950
10950
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10951
10951
|
width: 24,
|
|
10952
10952
|
height: 24,
|
|
@@ -10966,7 +10966,7 @@
|
|
|
10966
10966
|
ViewListIcon.displayName = "ViewListIcon";
|
|
10967
10967
|
var ViewListIcon$1 = ViewListIcon;
|
|
10968
10968
|
|
|
10969
|
-
var _excluded$
|
|
10969
|
+
var _excluded$1C = ["gradient"];
|
|
10970
10970
|
|
|
10971
10971
|
/**
|
|
10972
10972
|
* @component ViewTimelineIcon
|
|
@@ -10996,7 +10996,7 @@
|
|
|
10996
10996
|
*/
|
|
10997
10997
|
var ViewTimelineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10998
10998
|
var gradient = _ref.gradient,
|
|
10999
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10999
|
+
props = _objectWithoutProperties(_ref, _excluded$1C);
|
|
11000
11000
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11001
11001
|
width: 24,
|
|
11002
11002
|
height: 24,
|
|
@@ -11016,7 +11016,7 @@
|
|
|
11016
11016
|
ViewTimelineIcon.displayName = "ViewTimelineIcon";
|
|
11017
11017
|
var ViewTimelineIcon$1 = ViewTimelineIcon;
|
|
11018
11018
|
|
|
11019
|
-
var _excluded$
|
|
11019
|
+
var _excluded$1B = ["gradient"];
|
|
11020
11020
|
|
|
11021
11021
|
/**
|
|
11022
11022
|
* @component VolumeHighIcon
|
|
@@ -11046,7 +11046,7 @@
|
|
|
11046
11046
|
*/
|
|
11047
11047
|
var VolumeHighIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
11048
11048
|
var gradient = _ref.gradient,
|
|
11049
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11049
|
+
props = _objectWithoutProperties(_ref, _excluded$1B);
|
|
11050
11050
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11051
11051
|
width: 24,
|
|
11052
11052
|
height: 24,
|
|
@@ -11066,7 +11066,7 @@
|
|
|
11066
11066
|
VolumeHighIcon.displayName = "VolumeHighIcon";
|
|
11067
11067
|
var VolumeHighIcon$1 = VolumeHighIcon;
|
|
11068
11068
|
|
|
11069
|
-
var _excluded$
|
|
11069
|
+
var _excluded$1A = ["gradient"];
|
|
11070
11070
|
|
|
11071
11071
|
/**
|
|
11072
11072
|
* @component WarningTriangleSmallIcon
|
|
@@ -11096,7 +11096,7 @@
|
|
|
11096
11096
|
*/
|
|
11097
11097
|
var WarningTriangleSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
11098
11098
|
var gradient = _ref.gradient,
|
|
11099
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11099
|
+
props = _objectWithoutProperties(_ref, _excluded$1A);
|
|
11100
11100
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11101
11101
|
width: 12,
|
|
11102
11102
|
height: 12,
|
|
@@ -11116,7 +11116,7 @@
|
|
|
11116
11116
|
WarningTriangleSmallIcon.displayName = "WarningTriangleSmallIcon";
|
|
11117
11117
|
var WarningTriangleSmallIcon$1 = WarningTriangleSmallIcon;
|
|
11118
11118
|
|
|
11119
|
-
var _excluded$
|
|
11119
|
+
var _excluded$1z = ["gradient"];
|
|
11120
11120
|
|
|
11121
11121
|
/**
|
|
11122
11122
|
* @component WarningTriangleIcon
|
|
@@ -11146,7 +11146,7 @@
|
|
|
11146
11146
|
*/
|
|
11147
11147
|
var WarningTriangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
11148
11148
|
var gradient = _ref.gradient,
|
|
11149
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11149
|
+
props = _objectWithoutProperties(_ref, _excluded$1z);
|
|
11150
11150
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11151
11151
|
width: 24,
|
|
11152
11152
|
height: 24,
|
|
@@ -11166,7 +11166,7 @@
|
|
|
11166
11166
|
WarningTriangleIcon.displayName = "WarningTriangleIcon";
|
|
11167
11167
|
var WarningTriangleIcon$1 = WarningTriangleIcon;
|
|
11168
11168
|
|
|
11169
|
-
var _excluded$
|
|
11169
|
+
var _excluded$1y = ["gradient"];
|
|
11170
11170
|
|
|
11171
11171
|
/**
|
|
11172
11172
|
* @component WarningIcon
|
|
@@ -11196,7 +11196,7 @@
|
|
|
11196
11196
|
*/
|
|
11197
11197
|
var WarningIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
11198
11198
|
var gradient = _ref.gradient,
|
|
11199
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11199
|
+
props = _objectWithoutProperties(_ref, _excluded$1y);
|
|
11200
11200
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11201
11201
|
width: 24,
|
|
11202
11202
|
height: 24,
|
|
@@ -11216,7 +11216,7 @@
|
|
|
11216
11216
|
WarningIcon.displayName = "WarningIcon";
|
|
11217
11217
|
var WarningIcon$1 = WarningIcon;
|
|
11218
11218
|
|
|
11219
|
-
var _excluded$
|
|
11219
|
+
var _excluded$1x = ["gradient"];
|
|
11220
11220
|
|
|
11221
11221
|
/**
|
|
11222
11222
|
* @component WorkloadIcon
|
|
@@ -11246,7 +11246,7 @@
|
|
|
11246
11246
|
*/
|
|
11247
11247
|
var WorkloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
11248
11248
|
var gradient = _ref.gradient,
|
|
11249
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11249
|
+
props = _objectWithoutProperties(_ref, _excluded$1x);
|
|
11250
11250
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11251
11251
|
width: 24,
|
|
11252
11252
|
height: 24,
|
|
@@ -11270,7 +11270,7 @@
|
|
|
11270
11270
|
WorkloadIcon.displayName = "WorkloadIcon";
|
|
11271
11271
|
var WorkloadIcon$1 = WorkloadIcon;
|
|
11272
11272
|
|
|
11273
|
-
var _excluded$
|
|
11273
|
+
var _excluded$1w = ["gradient"];
|
|
11274
11274
|
|
|
11275
11275
|
/**
|
|
11276
11276
|
* @component ReminderIcon
|
|
@@ -11300,7 +11300,7 @@
|
|
|
11300
11300
|
*/
|
|
11301
11301
|
var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
11302
11302
|
var gradient = _ref.gradient,
|
|
11303
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11303
|
+
props = _objectWithoutProperties(_ref, _excluded$1w);
|
|
11304
11304
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11305
11305
|
width: 18,
|
|
11306
11306
|
height: 18,
|
|
@@ -11353,7 +11353,7 @@
|
|
|
11353
11353
|
}, FontStyle, BoxSizingStyle);
|
|
11354
11354
|
StyledBubble.displayName = "StyledBubble";
|
|
11355
11355
|
|
|
11356
|
-
var _excluded$
|
|
11356
|
+
var _excluded$1v = ["children", "className", "innerRef", "style"];
|
|
11357
11357
|
var Bubble = function Bubble(_ref) {
|
|
11358
11358
|
var children = _ref.children,
|
|
11359
11359
|
className = _ref.className,
|
|
@@ -11361,7 +11361,7 @@
|
|
|
11361
11361
|
innerRef = _ref$innerRef === void 0 ? null : _ref$innerRef,
|
|
11362
11362
|
_ref$style = _ref.style,
|
|
11363
11363
|
style = _ref$style === void 0 ? {} : _ref$style,
|
|
11364
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11364
|
+
rest = _objectWithoutProperties(_ref, _excluded$1v);
|
|
11365
11365
|
return /*#__PURE__*/React__default["default"].createElement(StyledBubble, _extends({}, rest, {
|
|
11366
11366
|
ref: innerRef,
|
|
11367
11367
|
className: classNames__default["default"]("c-bubble", className),
|
|
@@ -11422,12 +11422,12 @@
|
|
|
11422
11422
|
});
|
|
11423
11423
|
StyledOverlay.displayName = "StyledOverlay";
|
|
11424
11424
|
|
|
11425
|
-
var _excluded$
|
|
11425
|
+
var _excluded$1u = ["className", "disableBackgroundColor"];
|
|
11426
11426
|
var Overlay = function Overlay(_ref) {
|
|
11427
11427
|
var className = _ref.className,
|
|
11428
11428
|
_ref$disableBackgroun = _ref.disableBackgroundColor,
|
|
11429
11429
|
disableBackgroundColor = _ref$disableBackgroun === void 0 ? false : _ref$disableBackgroun,
|
|
11430
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11430
|
+
rest = _objectWithoutProperties(_ref, _excluded$1u);
|
|
11431
11431
|
return /*#__PURE__*/React__default["default"].createElement(StyledOverlay, _extends({
|
|
11432
11432
|
className: classNames__default["default"]("c-overlay", className),
|
|
11433
11433
|
$disableBackgroundColor: disableBackgroundColor
|
|
@@ -11440,7 +11440,7 @@
|
|
|
11440
11440
|
componentId: "sc-1hgjasy-0"
|
|
11441
11441
|
})(["&[data-popper-reference-hidden]{display:none !important;pointer-events:none !important;}"]);
|
|
11442
11442
|
|
|
11443
|
-
var _excluded$
|
|
11443
|
+
var _excluded$1t = ["children", "anchorEl", "open", "style", "transition", "placement", "strategy", "afterWrite"];
|
|
11444
11444
|
var Popper = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11445
11445
|
var children = _ref.children,
|
|
11446
11446
|
anchorEl = _ref.anchorEl,
|
|
@@ -11454,7 +11454,7 @@
|
|
|
11454
11454
|
_ref$strategy = _ref.strategy,
|
|
11455
11455
|
strategy = _ref$strategy === void 0 ? "absolute" : _ref$strategy,
|
|
11456
11456
|
afterWrite = _ref.afterWrite,
|
|
11457
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11457
|
+
rest = _objectWithoutProperties(_ref, _excluded$1t);
|
|
11458
11458
|
var _useState = React.useState(true),
|
|
11459
11459
|
_useState2 = _slicedToArray(_useState, 2),
|
|
11460
11460
|
exited = _useState2[0],
|
|
@@ -11601,7 +11601,7 @@
|
|
|
11601
11601
|
};
|
|
11602
11602
|
var LayerContext$1 = LayerContext;
|
|
11603
11603
|
|
|
11604
|
-
var _excluded$
|
|
11604
|
+
var _excluded$1s = ["children", "onClose", "className", "style", "onKeyDown", "disableFocusLock", "disableScrollLock", "disableCloseOnEsc", "onClick"];
|
|
11605
11605
|
var returnFocus = {
|
|
11606
11606
|
preventScroll: true
|
|
11607
11607
|
};
|
|
@@ -11618,7 +11618,7 @@
|
|
|
11618
11618
|
_ref$disableCloseOnEs = _ref.disableCloseOnEsc,
|
|
11619
11619
|
disableCloseOnEsc = _ref$disableCloseOnEs === void 0 ? false : _ref$disableCloseOnEs,
|
|
11620
11620
|
onClick = _ref.onClick,
|
|
11621
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
11621
|
+
rest = _objectWithoutProperties(_ref, _excluded$1s);
|
|
11622
11622
|
var innerRef = React.useRef(null);
|
|
11623
11623
|
var handleRef = useForkRef(innerRef, ref);
|
|
11624
11624
|
var _useLayerContext = useLayerContext(),
|
|
@@ -11929,7 +11929,7 @@
|
|
|
11929
11929
|
});
|
|
11930
11930
|
StyledTypography.displayName = "StyledTypography";
|
|
11931
11931
|
|
|
11932
|
-
var _excluded$
|
|
11932
|
+
var _excluded$1r = ["variant", "as", "color", "italic", "tabularNums", "letterSpacing", "lineHeight", "align", "decoration", "transform", "overflow", "whitespace", "wordBreak", "weight", "className", "children"];
|
|
11933
11933
|
var Typography = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11934
11934
|
var _ref$variant = _ref.variant,
|
|
11935
11935
|
variant = _ref$variant === void 0 ? "Title 1" : _ref$variant,
|
|
@@ -11960,7 +11960,7 @@
|
|
|
11960
11960
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
11961
11961
|
className = _ref.className,
|
|
11962
11962
|
children = _ref.children,
|
|
11963
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11963
|
+
props = _objectWithoutProperties(_ref, _excluded$1r);
|
|
11964
11964
|
var Component = as || "div";
|
|
11965
11965
|
return /*#__PURE__*/React__default["default"].createElement(StyledTypography, _extends({
|
|
11966
11966
|
as: Component,
|
|
@@ -11983,13 +11983,13 @@
|
|
|
11983
11983
|
});
|
|
11984
11984
|
Typography.displayName = "Typography";
|
|
11985
11985
|
|
|
11986
|
-
var _excluded$
|
|
11986
|
+
var _excluded$1q = ["title", "className", "leftElement", "rightElement"];
|
|
11987
11987
|
var MenuHeader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11988
11988
|
var title = _ref.title,
|
|
11989
11989
|
className = _ref.className,
|
|
11990
11990
|
leftElement = _ref.leftElement,
|
|
11991
11991
|
rightElement = _ref.rightElement,
|
|
11992
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11992
|
+
props = _objectWithoutProperties(_ref, _excluded$1q);
|
|
11993
11993
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuHeader, _extends({}, props, {
|
|
11994
11994
|
className: classNames__default["default"]("c-menu-header", className),
|
|
11995
11995
|
ref: ref
|
|
@@ -12014,11 +12014,11 @@
|
|
|
12014
12014
|
});
|
|
12015
12015
|
MenuHeader.displayName = "MenuHeader";
|
|
12016
12016
|
|
|
12017
|
-
var _excluded$
|
|
12017
|
+
var _excluded$1p = ["children", "className"];
|
|
12018
12018
|
var MenuFooter = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
12019
12019
|
var children = _ref.children,
|
|
12020
12020
|
className = _ref.className,
|
|
12021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12021
|
+
props = _objectWithoutProperties(_ref, _excluded$1p);
|
|
12022
12022
|
return /*#__PURE__*/React__default["default"].createElement(StyledMenuFooter$1, _extends({}, props, {
|
|
12023
12023
|
className: classNames__default["default"]("c-menu-footer", className),
|
|
12024
12024
|
ref: ref
|
|
@@ -12026,14 +12026,14 @@
|
|
|
12026
12026
|
});
|
|
12027
12027
|
MenuFooter.displayName = "MenuFooter";
|
|
12028
12028
|
|
|
12029
|
-
var _excluded$
|
|
12029
|
+
var _excluded$1o = ["children", "className", "separator"];
|
|
12030
12030
|
var Breadcrumbs = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12031
12031
|
var _dimensions$width, _childDimensions$widt;
|
|
12032
12032
|
var children = _ref.children,
|
|
12033
12033
|
className = _ref.className,
|
|
12034
12034
|
_ref$separator = _ref.separator,
|
|
12035
12035
|
separator = _ref$separator === void 0 ? "/" : _ref$separator,
|
|
12036
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12036
|
+
rest = _objectWithoutProperties(_ref, _excluded$1o);
|
|
12037
12037
|
var internalRef = React.useRef(null);
|
|
12038
12038
|
var listWrapperRef = React.useRef(null);
|
|
12039
12039
|
var olRef = React.useRef(null);
|
|
@@ -12211,12 +12211,12 @@
|
|
|
12211
12211
|
}, value && value > 100 ? 99 + "+" : value);
|
|
12212
12212
|
};
|
|
12213
12213
|
|
|
12214
|
-
var _excluded$
|
|
12214
|
+
var _excluded$1n = ["weight", "children"];
|
|
12215
12215
|
var Body2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
12216
12216
|
var _ref$weight = _ref.weight,
|
|
12217
12217
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
12218
12218
|
children = _ref.children,
|
|
12219
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12219
|
+
props = _objectWithoutProperties(_ref, _excluded$1n);
|
|
12220
12220
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
12221
12221
|
variant: "Body 2",
|
|
12222
12222
|
weight: weight,
|
|
@@ -12326,10 +12326,10 @@
|
|
|
12326
12326
|
};
|
|
12327
12327
|
FromElement.displayName = "FromElement";
|
|
12328
12328
|
|
|
12329
|
-
var _excluded$
|
|
12329
|
+
var _excluded$1m = ["children"];
|
|
12330
12330
|
var TooltipAnimation = function TooltipAnimation(_ref) {
|
|
12331
12331
|
var children = _ref.children,
|
|
12332
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12332
|
+
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
12333
12333
|
return /*#__PURE__*/React__default["default"].createElement(FromElement, _extends({
|
|
12334
12334
|
timeout: 0
|
|
12335
12335
|
}, props), children);
|
|
@@ -12404,7 +12404,7 @@
|
|
|
12404
12404
|
});
|
|
12405
12405
|
Tooltip.displayName = "Tooltip";
|
|
12406
12406
|
|
|
12407
|
-
var _excluded$
|
|
12407
|
+
var _excluded$1l = ["label", "icon", "active", "counter", "tooltipText", "onClearAll", "className", "labelClassName", "disabled"];
|
|
12408
12408
|
var CounterButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
12409
12409
|
var label = _ref.label,
|
|
12410
12410
|
icon = _ref.icon,
|
|
@@ -12417,7 +12417,7 @@
|
|
|
12417
12417
|
labelClassName = _ref.labelClassName,
|
|
12418
12418
|
_ref$disabled = _ref.disabled,
|
|
12419
12419
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
12420
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
12420
|
+
args = _objectWithoutProperties(_ref, _excluded$1l);
|
|
12421
12421
|
return /*#__PURE__*/React__default["default"].createElement(StyledCounterButtonWrapper, {
|
|
12422
12422
|
ref: ref,
|
|
12423
12423
|
className: className
|
|
@@ -12584,13 +12584,13 @@
|
|
|
12584
12584
|
})(["padding:20px 30px;", " ", ""], FontStyle, BoxSizingStyle);
|
|
12585
12585
|
StyledDialogActions.displayName = "StyledDialogActions";
|
|
12586
12586
|
|
|
12587
|
-
var _excluded$
|
|
12587
|
+
var _excluded$1k = ["className", "children"];
|
|
12588
12588
|
// import { useDialogContext } from "./DialogContext";
|
|
12589
12589
|
|
|
12590
12590
|
var DialogActions = function DialogActions(_ref) {
|
|
12591
12591
|
var className = _ref.className,
|
|
12592
12592
|
children = _ref.children,
|
|
12593
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12593
|
+
rest = _objectWithoutProperties(_ref, _excluded$1k);
|
|
12594
12594
|
// useDialogContext();
|
|
12595
12595
|
|
|
12596
12596
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogActions, _extends({
|
|
@@ -12599,13 +12599,13 @@
|
|
|
12599
12599
|
};
|
|
12600
12600
|
DialogActions.displayName = "DialogActions";
|
|
12601
12601
|
|
|
12602
|
-
var _excluded$
|
|
12602
|
+
var _excluded$1j = ["className", "children"];
|
|
12603
12603
|
// import { useDialogContext } from "./DialogContext";
|
|
12604
12604
|
|
|
12605
12605
|
var DialogContent = function DialogContent(_ref) {
|
|
12606
12606
|
var className = _ref.className,
|
|
12607
12607
|
children = _ref.children,
|
|
12608
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12608
|
+
rest = _objectWithoutProperties(_ref, _excluded$1j);
|
|
12609
12609
|
// useDialogContext();
|
|
12610
12610
|
|
|
12611
12611
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogContent, _extends({
|
|
@@ -12626,10 +12626,10 @@
|
|
|
12626
12626
|
};
|
|
12627
12627
|
DialogContentDivider.displayName = "DialogContentDivider";
|
|
12628
12628
|
|
|
12629
|
-
var _excluded$
|
|
12629
|
+
var _excluded$1i = ["children"];
|
|
12630
12630
|
var Header3 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
12631
12631
|
var children = _ref.children,
|
|
12632
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12632
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
12633
12633
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
12634
12634
|
weight: "bold",
|
|
12635
12635
|
variant: "Header 3",
|
|
@@ -12638,7 +12638,7 @@
|
|
|
12638
12638
|
});
|
|
12639
12639
|
Header3.displayName = "Header3";
|
|
12640
12640
|
|
|
12641
|
-
var _excluded$
|
|
12641
|
+
var _excluded$1h = ["children", "className", "disableDefaultHeading"];
|
|
12642
12642
|
// import { useDialogContext } from "./DialogContext";
|
|
12643
12643
|
|
|
12644
12644
|
var DialogTitle = function DialogTitle(_ref) {
|
|
@@ -12646,7 +12646,7 @@
|
|
|
12646
12646
|
className = _ref.className,
|
|
12647
12647
|
_ref$disableDefaultHe = _ref.disableDefaultHeading,
|
|
12648
12648
|
disableDefaultHeading = _ref$disableDefaultHe === void 0 ? false : _ref$disableDefaultHe,
|
|
12649
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12649
|
+
rest = _objectWithoutProperties(_ref, _excluded$1h);
|
|
12650
12650
|
// useDialogContext();
|
|
12651
12651
|
|
|
12652
12652
|
return /*#__PURE__*/React__default["default"].createElement(StyledDialogTitle, _extends({
|
|
@@ -12675,7 +12675,7 @@
|
|
|
12675
12675
|
function () {});
|
|
12676
12676
|
}
|
|
12677
12677
|
|
|
12678
|
-
var _excluded$
|
|
12678
|
+
var _excluded$1g = ["children", "disableFocusLock", "disableScrollLock", "disableBackgroundClick", "disableBackgroundColor", "disableCloseOnEsc", "open", "onClose", "onClickOutside"];
|
|
12679
12679
|
var getHasTransition = function getHasTransition(children) {
|
|
12680
12680
|
return children.props ? Object.prototype.hasOwnProperty.call(children.props, "in") : false;
|
|
12681
12681
|
};
|
|
@@ -12695,7 +12695,7 @@
|
|
|
12695
12695
|
defaultOpen = _ref$open === void 0 ? false : _ref$open,
|
|
12696
12696
|
onClose = _ref.onClose,
|
|
12697
12697
|
onClickOutside = _ref.onClickOutside,
|
|
12698
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12698
|
+
rest = _objectWithoutProperties(_ref, _excluded$1g);
|
|
12699
12699
|
var _useState = React.useState(defaultOpen),
|
|
12700
12700
|
_useState2 = _slicedToArray(_useState, 2),
|
|
12701
12701
|
open = _useState2[0],
|
|
@@ -12763,7 +12763,7 @@
|
|
|
12763
12763
|
});
|
|
12764
12764
|
Modal.displayName = "Modal";
|
|
12765
12765
|
|
|
12766
|
-
var _excluded$
|
|
12766
|
+
var _excluded$1f = ["in", "children", "style", "timeout"];
|
|
12767
12767
|
var defaultStyle$2 = function defaultStyle(duration) {
|
|
12768
12768
|
return {
|
|
12769
12769
|
transition: "all ".concat(duration, "ms ease-in-out"),
|
|
@@ -12791,7 +12791,7 @@
|
|
|
12791
12791
|
style = _ref.style,
|
|
12792
12792
|
_ref$timeout = _ref.timeout,
|
|
12793
12793
|
timeout = _ref$timeout === void 0 ? 500 : _ref$timeout,
|
|
12794
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12794
|
+
rest = _objectWithoutProperties(_ref, _excluded$1f);
|
|
12795
12795
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
12796
12796
|
appear: true,
|
|
12797
12797
|
in: inProp,
|
|
@@ -12806,7 +12806,7 @@
|
|
|
12806
12806
|
};
|
|
12807
12807
|
Fade.displayName = "Fade";
|
|
12808
12808
|
|
|
12809
|
-
var _excluded$
|
|
12809
|
+
var _excluded$1e = ["in", "children", "style", "timeout", "initialDirection"];
|
|
12810
12810
|
var Slide = function Slide(_ref) {
|
|
12811
12811
|
var _ref$in = _ref.in,
|
|
12812
12812
|
inProp = _ref$in === void 0 ? false : _ref$in,
|
|
@@ -12816,7 +12816,7 @@
|
|
|
12816
12816
|
timeout = _ref$timeout === void 0 ? 300 : _ref$timeout,
|
|
12817
12817
|
_ref$initialDirection = _ref.initialDirection,
|
|
12818
12818
|
initialDirection = _ref$initialDirection === void 0 ? "left" : _ref$initialDirection,
|
|
12819
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
12819
|
+
rest = _objectWithoutProperties(_ref, _excluded$1e);
|
|
12820
12820
|
var directionSign;
|
|
12821
12821
|
switch (initialDirection) {
|
|
12822
12822
|
case "right":
|
|
@@ -12922,12 +12922,12 @@
|
|
|
12922
12922
|
return props.$direction === "right" && styled.css(["&.c-slide-enter{position:absolute;transform:translateX(-100%);}&.c-slide-enter-active{transform:translateX(0%);transition:all 200ms ease;}&.c-slide-exit{position:absolute;}&.c-slide-exit-active{transform:translateX(100%);transition:all 200ms ease;}"]);
|
|
12923
12923
|
});
|
|
12924
12924
|
|
|
12925
|
-
var _excluded$
|
|
12925
|
+
var _excluded$1d = ["children", "direction"];
|
|
12926
12926
|
var SlideLeftRightTransition = function SlideLeftRightTransition(_ref) {
|
|
12927
12927
|
var children = _ref.children,
|
|
12928
12928
|
_ref$direction = _ref.direction,
|
|
12929
12929
|
direction = _ref$direction === void 0 ? "left" : _ref$direction,
|
|
12930
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12930
|
+
props = _objectWithoutProperties(_ref, _excluded$1d);
|
|
12931
12931
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.CSSTransition, _extends({
|
|
12932
12932
|
timeout: 200,
|
|
12933
12933
|
classNames: "c-slide",
|
|
@@ -12970,7 +12970,7 @@
|
|
|
12970
12970
|
};
|
|
12971
12971
|
ResizeTransition.displayName = "ResizeTransition";
|
|
12972
12972
|
|
|
12973
|
-
var _excluded$
|
|
12973
|
+
var _excluded$1c = ["in", "children", "style", "timeout"];
|
|
12974
12974
|
var defaultStyle = function defaultStyle(duration) {
|
|
12975
12975
|
return {
|
|
12976
12976
|
transition: "all ".concat(duration, "ms ease-in"),
|
|
@@ -13004,7 +13004,7 @@
|
|
|
13004
13004
|
style = _ref.style,
|
|
13005
13005
|
_ref$timeout = _ref.timeout,
|
|
13006
13006
|
timeout = _ref$timeout === void 0 ? 200 : _ref$timeout,
|
|
13007
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13007
|
+
rest = _objectWithoutProperties(_ref, _excluded$1c);
|
|
13008
13008
|
return /*#__PURE__*/React__default["default"].createElement(reactTransitionGroup.Transition, _extends({
|
|
13009
13009
|
appear: true,
|
|
13010
13010
|
in: inProp,
|
|
@@ -13054,7 +13054,7 @@
|
|
|
13054
13054
|
};
|
|
13055
13055
|
Scale.displayName = "Scale";
|
|
13056
13056
|
|
|
13057
|
-
var _excluded$
|
|
13057
|
+
var _excluded$1b = ["children", "open", "onClose", "className", "enableBackgroundClick", "disableCloseOnEsc", "animate", "onClickOutside", "fullWidth"];
|
|
13058
13058
|
var _Dialog = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
13059
13059
|
var children = _ref.children,
|
|
13060
13060
|
_ref$open = _ref.open,
|
|
@@ -13070,7 +13070,7 @@
|
|
|
13070
13070
|
onClickOutside = _ref.onClickOutside,
|
|
13071
13071
|
_ref$fullWidth = _ref.fullWidth,
|
|
13072
13072
|
fullWidth = _ref$fullWidth === void 0 ? false : _ref$fullWidth,
|
|
13073
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
13073
|
+
rest = _objectWithoutProperties(_ref, _excluded$1b);
|
|
13074
13074
|
var animateDialog = function animateDialog() {
|
|
13075
13075
|
switch (animate) {
|
|
13076
13076
|
case "fade":
|
|
@@ -14508,10 +14508,10 @@
|
|
|
14508
14508
|
componentId: "sc-1n0a2yl-0"
|
|
14509
14509
|
})(["width:70%;background:linear-gradient( 90deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.05) 50%,rgba(255,255,255,0) 60% );background-size:400%;height:16px;border-radius:8px;.neon &{background:linear-gradient( 90deg,rgba(255,255,255,0) 20%,rgba(0,0,0,0.2) 50%,rgba(255,255,255,0) 60% );background-size:500%;}animation-duration:1s;animation-iteration-count:infinite;animation-name:", ";animation-timing-function:linear;animation-direction:reverse;"], linearAnimation);
|
|
14510
14510
|
|
|
14511
|
-
var _excluded$
|
|
14511
|
+
var _excluded$1a = ["className"];
|
|
14512
14512
|
var SkeletonLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
14513
14513
|
var className = _ref.className,
|
|
14514
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14514
|
+
rest = _objectWithoutProperties(_ref, _excluded$1a);
|
|
14515
14515
|
return /*#__PURE__*/React__default["default"].createElement(StyledSkeletonLoader, _extends({
|
|
14516
14516
|
ref: ref,
|
|
14517
14517
|
className: classNames__default["default"]("c-loader c-loader--linear", className)
|
|
@@ -14525,10 +14525,10 @@
|
|
|
14525
14525
|
componentId: "sc-1f35d5h-0"
|
|
14526
14526
|
})(["display:inline-block;text-align:center;& > span{display:inline-block;width:18px;height:18px;background-color:#777;border-radius:100%;animation:", " 1.4s infinite ease-in-out both;}span:nth-child(1){animation-delay:-0.32s;}span:nth-child(2){animation-delay:-0.16s;}"], dotAnimation);
|
|
14527
14527
|
|
|
14528
|
-
var _excluded$
|
|
14528
|
+
var _excluded$19 = ["className"];
|
|
14529
14529
|
var DotsLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
14530
14530
|
var className = _ref.className,
|
|
14531
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14531
|
+
rest = _objectWithoutProperties(_ref, _excluded$19);
|
|
14532
14532
|
return /*#__PURE__*/React__default["default"].createElement(StyledDotsLoader, _extends({
|
|
14533
14533
|
ref: ref,
|
|
14534
14534
|
className: classNames__default["default"]("c-loader c-loader--dots", className)
|
|
@@ -14550,7 +14550,7 @@
|
|
|
14550
14550
|
return props.$activeColorPercentage === "75%" && styled.css(["border-right:", "px solid ", ";border-bottom:", "px solid ", ";border-left:", "px solid ", ";border-top:", "px solid ", ";"], props.$stroke, props.$activeStrokeColor, props.$stroke, props.$activeStrokeColor, props.$stroke, props.$inactiveStrokeColor, props.$stroke, props.$activeStrokeColor);
|
|
14551
14551
|
});
|
|
14552
14552
|
|
|
14553
|
-
var _excluded$
|
|
14553
|
+
var _excluded$18 = ["radius", "stroke", "activeStrokeColor", "inactiveStrokeColor", "activeColorPercentage", "rotateDurationInSeconds", "className"];
|
|
14554
14554
|
var SpinnerLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
14555
14555
|
var _ref$radius = _ref.radius,
|
|
14556
14556
|
radius = _ref$radius === void 0 ? 10 : _ref$radius,
|
|
@@ -14565,7 +14565,7 @@
|
|
|
14565
14565
|
_ref$rotateDurationIn = _ref.rotateDurationInSeconds,
|
|
14566
14566
|
rotateDurationInSeconds = _ref$rotateDurationIn === void 0 ? 0.75 : _ref$rotateDurationIn,
|
|
14567
14567
|
className = _ref.className,
|
|
14568
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14568
|
+
rest = _objectWithoutProperties(_ref, _excluded$18);
|
|
14569
14569
|
return /*#__PURE__*/React__default["default"].createElement(StyledSpinnerLoader$1, _extends({
|
|
14570
14570
|
ref: ref,
|
|
14571
14571
|
className: className,
|
|
@@ -14604,7 +14604,7 @@
|
|
|
14604
14604
|
});
|
|
14605
14605
|
StyledLinearLoader.displayName = "StyledLinearLoader";
|
|
14606
14606
|
|
|
14607
|
-
var _excluded$
|
|
14607
|
+
var _excluded$17 = ["height", "activeStrokeColor", "inactiveStrokeColor", "activeColorPercentage", "animationDuration"];
|
|
14608
14608
|
var LinearLoader = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
14609
14609
|
var _ref$height = _ref.height,
|
|
14610
14610
|
height = _ref$height === void 0 ? 4 : _ref$height,
|
|
@@ -14616,7 +14616,7 @@
|
|
|
14616
14616
|
activeColorPercentage = _ref$activeColorPerce === void 0 ? "25%" : _ref$activeColorPerce,
|
|
14617
14617
|
_ref$animationDuratio = _ref.animationDuration,
|
|
14618
14618
|
animationDuration = _ref$animationDuratio === void 0 ? 0.75 : _ref$animationDuratio,
|
|
14619
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
14619
|
+
rest = _objectWithoutProperties(_ref, _excluded$17);
|
|
14620
14620
|
return /*#__PURE__*/React__default["default"].createElement(StyledLinearLoader, _extends({
|
|
14621
14621
|
ref: ref,
|
|
14622
14622
|
$height: height,
|
|
@@ -14628,7 +14628,7 @@
|
|
|
14628
14628
|
});
|
|
14629
14629
|
LinearLoader.displayName = "LinearLoader";
|
|
14630
14630
|
|
|
14631
|
-
var _excluded$
|
|
14631
|
+
var _excluded$16 = ["header", "rows", "className", "sortBy", "sortDirection", "onSortCallback", "theadClass", "noResultsCallback", "groupBy", "groupHead", "isCollapsible", "emptyValue", "loading", "loadingRows"];
|
|
14632
14632
|
var SortDirection = /*#__PURE__*/function (SortDirection) {
|
|
14633
14633
|
SortDirection["None"] = "none";
|
|
14634
14634
|
SortDirection["Asc"] = "asc";
|
|
@@ -14678,7 +14678,7 @@
|
|
|
14678
14678
|
loading = _ref.loading,
|
|
14679
14679
|
_ref$loadingRows = _ref.loadingRows,
|
|
14680
14680
|
loadingRows = _ref$loadingRows === void 0 ? 7 : _ref$loadingRows,
|
|
14681
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
14681
|
+
args = _objectWithoutProperties(_ref, _excluded$16);
|
|
14682
14682
|
var _useState = React.useState(sortDirection),
|
|
14683
14683
|
_useState2 = _slicedToArray(_useState, 2),
|
|
14684
14684
|
columnDirection = _useState2[0],
|
|
@@ -15038,7 +15038,7 @@
|
|
|
15038
15038
|
});
|
|
15039
15039
|
StyledCompleteCheckbox.displayName = "StyledCompleteCheckbox";
|
|
15040
15040
|
|
|
15041
|
-
var _excluded$
|
|
15041
|
+
var _excluded$15 = ["completed", "disabled", "animate", "onClick", "className", "primary", "checkMarkClassName"];
|
|
15042
15042
|
var CompleteCheckbox = function CompleteCheckbox(_ref) {
|
|
15043
15043
|
var _ref$completed = _ref.completed,
|
|
15044
15044
|
completed = _ref$completed === void 0 ? false : _ref$completed,
|
|
@@ -15051,7 +15051,7 @@
|
|
|
15051
15051
|
_ref$primary = _ref.primary,
|
|
15052
15052
|
primary = _ref$primary === void 0 ? false : _ref$primary,
|
|
15053
15053
|
checkMarkClassName = _ref.checkMarkClassName,
|
|
15054
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15054
|
+
rest = _objectWithoutProperties(_ref, _excluded$15);
|
|
15055
15055
|
return /*#__PURE__*/React__default["default"].createElement(StyledCompleteCheckbox, _extends({
|
|
15056
15056
|
onClick: onClick,
|
|
15057
15057
|
className: classNames__default["default"]("c-complete-checkbox", className),
|
|
@@ -15086,7 +15086,7 @@
|
|
|
15086
15086
|
});
|
|
15087
15087
|
StyledPaper.displayName = "StyledPaper";
|
|
15088
15088
|
|
|
15089
|
-
var _excluded$
|
|
15089
|
+
var _excluded$14 = ["children", "className", "type", "hover", "useOptimizedShadow"];
|
|
15090
15090
|
/**
|
|
15091
15091
|
* This is a component description and should sit directly above your component
|
|
15092
15092
|
*/
|
|
@@ -15099,7 +15099,7 @@
|
|
|
15099
15099
|
hover = _ref$hover === void 0 ? false : _ref$hover,
|
|
15100
15100
|
_ref$useOptimizedShad = _ref.useOptimizedShadow,
|
|
15101
15101
|
useOptimizedShadow = _ref$useOptimizedShad === void 0 ? false : _ref$useOptimizedShad,
|
|
15102
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15102
|
+
rest = _objectWithoutProperties(_ref, _excluded$14);
|
|
15103
15103
|
return /*#__PURE__*/React__default["default"].createElement(StyledPaper, _extends({
|
|
15104
15104
|
className: classNames__default["default"](className, {
|
|
15105
15105
|
"ac-shadow--raised--lg": !useOptimizedShadow && hover && type === "paper-1",
|
|
@@ -15155,7 +15155,7 @@
|
|
|
15155
15155
|
});
|
|
15156
15156
|
StyledCard.displayName = "StyledCard";
|
|
15157
15157
|
|
|
15158
|
-
var _excluded$
|
|
15158
|
+
var _excluded$13 = ["children", "className", "hoverable", "variant", "onClick"];
|
|
15159
15159
|
var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15160
15160
|
var children = _ref.children,
|
|
15161
15161
|
className = _ref.className,
|
|
@@ -15164,7 +15164,7 @@
|
|
|
15164
15164
|
_ref$variant = _ref.variant,
|
|
15165
15165
|
variant = _ref$variant === void 0 ? "paper-2" : _ref$variant,
|
|
15166
15166
|
onClick = _ref.onClick,
|
|
15167
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15167
|
+
rest = _objectWithoutProperties(_ref, _excluded$13);
|
|
15168
15168
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends({}, rest, {
|
|
15169
15169
|
type: variant,
|
|
15170
15170
|
className: classNames__default["default"]("c-card", className),
|
|
@@ -15245,12 +15245,12 @@
|
|
|
15245
15245
|
});
|
|
15246
15246
|
EntityCard$1.displayName = "EntityCard";
|
|
15247
15247
|
|
|
15248
|
-
var _excluded$
|
|
15248
|
+
var _excluded$12 = ["weight", "children"];
|
|
15249
15249
|
var Title1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15250
15250
|
var _ref$weight = _ref.weight,
|
|
15251
15251
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
15252
15252
|
children = _ref.children,
|
|
15253
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
15253
|
+
props = _objectWithoutProperties(_ref, _excluded$12);
|
|
15254
15254
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
15255
15255
|
weight: weight,
|
|
15256
15256
|
variant: "Title 1",
|
|
@@ -15259,12 +15259,12 @@
|
|
|
15259
15259
|
});
|
|
15260
15260
|
Title1.displayName = "Title1";
|
|
15261
15261
|
|
|
15262
|
-
var _excluded$
|
|
15262
|
+
var _excluded$11 = ["weight", "children"];
|
|
15263
15263
|
var Title2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15264
15264
|
var _ref$weight = _ref.weight,
|
|
15265
15265
|
weight = _ref$weight === void 0 ? "light" : _ref$weight,
|
|
15266
15266
|
children = _ref.children,
|
|
15267
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
15267
|
+
props = _objectWithoutProperties(_ref, _excluded$11);
|
|
15268
15268
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
15269
15269
|
weight: weight,
|
|
15270
15270
|
variant: "Title 2",
|
|
@@ -15273,10 +15273,10 @@
|
|
|
15273
15273
|
});
|
|
15274
15274
|
Title2.displayName = "Title2";
|
|
15275
15275
|
|
|
15276
|
-
var _excluded
|
|
15276
|
+
var _excluded$10 = ["children"];
|
|
15277
15277
|
var Header2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15278
15278
|
var children = _ref.children,
|
|
15279
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
15279
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
15280
15280
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
15281
15281
|
weight: "bold",
|
|
15282
15282
|
variant: "Header 2",
|
|
@@ -15285,12 +15285,12 @@
|
|
|
15285
15285
|
});
|
|
15286
15286
|
Header2.displayName = "Header2";
|
|
15287
15287
|
|
|
15288
|
-
var _excluded
|
|
15288
|
+
var _excluded$$ = ["weight", "children"];
|
|
15289
15289
|
var Body1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15290
15290
|
var _ref$weight = _ref.weight,
|
|
15291
15291
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
15292
15292
|
children = _ref.children,
|
|
15293
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
15293
|
+
props = _objectWithoutProperties(_ref, _excluded$$);
|
|
15294
15294
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
15295
15295
|
variant: "Body 1",
|
|
15296
15296
|
weight: weight,
|
|
@@ -15299,12 +15299,12 @@
|
|
|
15299
15299
|
});
|
|
15300
15300
|
Body1.displayName = "Body1";
|
|
15301
15301
|
|
|
15302
|
-
var _excluded$
|
|
15302
|
+
var _excluded$_ = ["weight", "children"];
|
|
15303
15303
|
var Caption1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15304
15304
|
var _ref$weight = _ref.weight,
|
|
15305
15305
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
15306
15306
|
children = _ref.children,
|
|
15307
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
15307
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
15308
15308
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
15309
15309
|
variant: "Caption 1",
|
|
15310
15310
|
weight: weight,
|
|
@@ -15313,12 +15313,12 @@
|
|
|
15313
15313
|
});
|
|
15314
15314
|
Caption1.displayName = "Caption1";
|
|
15315
15315
|
|
|
15316
|
-
var _excluded$
|
|
15316
|
+
var _excluded$Z = ["weight", "children"];
|
|
15317
15317
|
var Caption2 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15318
15318
|
var _ref$weight = _ref.weight,
|
|
15319
15319
|
weight = _ref$weight === void 0 ? "regular" : _ref$weight,
|
|
15320
15320
|
children = _ref.children,
|
|
15321
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
15321
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
15322
15322
|
return /*#__PURE__*/React__default["default"].createElement(Typography, _extends({
|
|
15323
15323
|
variant: "Caption 2",
|
|
15324
15324
|
weight: weight,
|
|
@@ -15530,7 +15530,7 @@
|
|
|
15530
15530
|
componentId: "sc-5x2tyd-1"
|
|
15531
15531
|
})(["border-radius:100%;object-fit:cover;"]);
|
|
15532
15532
|
|
|
15533
|
-
var _excluded$
|
|
15533
|
+
var _excluded$Y = ["url", "alt", "size", "className", "imgClassName", "children"];
|
|
15534
15534
|
/**
|
|
15535
15535
|
* @component Avatar
|
|
15536
15536
|
* @description
|
|
@@ -15565,7 +15565,7 @@
|
|
|
15565
15565
|
className = _ref.className,
|
|
15566
15566
|
imgClassName = _ref.imgClassName,
|
|
15567
15567
|
children = _ref.children,
|
|
15568
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15568
|
+
rest = _objectWithoutProperties(_ref, _excluded$Y);
|
|
15569
15569
|
var _useState = React.useState(false),
|
|
15570
15570
|
_useState2 = _slicedToArray(_useState, 2),
|
|
15571
15571
|
imageLoaded = _useState2[0],
|
|
@@ -15606,13 +15606,13 @@
|
|
|
15606
15606
|
return props.$color && styled.css(["background-color:", ";"], props.$color);
|
|
15607
15607
|
});
|
|
15608
15608
|
|
|
15609
|
-
var _excluded$
|
|
15609
|
+
var _excluded$X = ["color", "size", "className"];
|
|
15610
15610
|
var Dot = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15611
15611
|
var color = _ref.color,
|
|
15612
15612
|
_ref$size = _ref.size,
|
|
15613
15613
|
size = _ref$size === void 0 ? 8 : _ref$size,
|
|
15614
15614
|
className = _ref.className,
|
|
15615
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15615
|
+
rest = _objectWithoutProperties(_ref, _excluded$X);
|
|
15616
15616
|
return /*#__PURE__*/React__default["default"].createElement(StyledDot, _extends({
|
|
15617
15617
|
className: classNames__default["default"]("c-dot", className),
|
|
15618
15618
|
ref: ref,
|
|
@@ -15649,7 +15649,7 @@
|
|
|
15649
15649
|
});
|
|
15650
15650
|
StyledTagText.displayName = "StyledTagText";
|
|
15651
15651
|
|
|
15652
|
-
var _excluded$
|
|
15652
|
+
var _excluded$W = ["name", "color", "showText", "showDot", "className"];
|
|
15653
15653
|
var Tag = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15654
15654
|
var name = _ref.name,
|
|
15655
15655
|
color = _ref.color,
|
|
@@ -15658,7 +15658,7 @@
|
|
|
15658
15658
|
_ref$showDot = _ref.showDot,
|
|
15659
15659
|
showDot = _ref$showDot === void 0 ? true : _ref$showDot,
|
|
15660
15660
|
className = _ref.className,
|
|
15661
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15661
|
+
rest = _objectWithoutProperties(_ref, _excluded$W);
|
|
15662
15662
|
return /*#__PURE__*/React__default["default"].createElement(StyledTag, _extends({
|
|
15663
15663
|
className: classNames__default["default"]("c-tag", className),
|
|
15664
15664
|
ref: ref
|
|
@@ -15770,7 +15770,7 @@
|
|
|
15770
15770
|
});
|
|
15771
15771
|
StyledNavAsMoreTarget.displayName = "StyledNavAsMoreTarget";
|
|
15772
15772
|
|
|
15773
|
-
var _excluded$
|
|
15773
|
+
var _excluded$V = ["children", "active", "disabled", "className", "role"];
|
|
15774
15774
|
var Item = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
15775
15775
|
var children = _ref.children,
|
|
15776
15776
|
_ref$active = _ref.active,
|
|
@@ -15779,7 +15779,7 @@
|
|
|
15779
15779
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
15780
15780
|
className = _ref.className,
|
|
15781
15781
|
role = _ref.role,
|
|
15782
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15782
|
+
rest = _objectWithoutProperties(_ref, _excluded$V);
|
|
15783
15783
|
return /*#__PURE__*/React__default["default"].createElement(StyledNavListItem, _extends({
|
|
15784
15784
|
className: classNames__default["default"]("c-nav__item", {
|
|
15785
15785
|
"c-nav__item--active": active
|
|
@@ -15827,11 +15827,11 @@
|
|
|
15827
15827
|
});
|
|
15828
15828
|
StyledExpandSingle.displayName = "StyledExpandSingle";
|
|
15829
15829
|
|
|
15830
|
-
var _excluded$
|
|
15830
|
+
var _excluded$U = ["expanded"];
|
|
15831
15831
|
var ExpandSingle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15832
15832
|
var _ref$expanded = _ref.expanded,
|
|
15833
15833
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
15834
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15834
|
+
rest = _objectWithoutProperties(_ref, _excluded$U);
|
|
15835
15835
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpandSingle, _extends({
|
|
15836
15836
|
ref: ref,
|
|
15837
15837
|
viewBox: "0 0 24 24",
|
|
@@ -16007,7 +16007,7 @@
|
|
|
16007
16007
|
};
|
|
16008
16008
|
OptionContent.displayName = "OptionContent";
|
|
16009
16009
|
|
|
16010
|
-
var _excluded$
|
|
16010
|
+
var _excluded$T = ["mixed", "data-testid"];
|
|
16011
16011
|
|
|
16012
16012
|
/**
|
|
16013
16013
|
* @component CheckboxIcon
|
|
@@ -16031,7 +16031,7 @@
|
|
|
16031
16031
|
var CheckboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
16032
16032
|
var mixed = _ref.mixed,
|
|
16033
16033
|
testId = _ref["data-testid"],
|
|
16034
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
16034
|
+
props = _objectWithoutProperties(_ref, _excluded$T);
|
|
16035
16035
|
// const [animate, setAnimate] = useState(false);
|
|
16036
16036
|
// const mountRef = useRef(false);
|
|
16037
16037
|
|
|
@@ -16125,7 +16125,7 @@
|
|
|
16125
16125
|
});
|
|
16126
16126
|
StyledCheckbox$1.displayName = "StyledCheckbox";
|
|
16127
16127
|
|
|
16128
|
-
var _excluded$
|
|
16128
|
+
var _excluded$S = ["className", "hover", "id", "mixed", "checked", "onChange", "disabled"];
|
|
16129
16129
|
/**
|
|
16130
16130
|
* Checkbox component
|
|
16131
16131
|
*/
|
|
@@ -16139,7 +16139,7 @@
|
|
|
16139
16139
|
checked = _ref.checked,
|
|
16140
16140
|
onChange = _ref.onChange,
|
|
16141
16141
|
disabled = _ref.disabled,
|
|
16142
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
16142
|
+
rest = _objectWithoutProperties(_ref, _excluded$S);
|
|
16143
16143
|
var _useState = React.useState(mixed && !checked),
|
|
16144
16144
|
_useState2 = _slicedToArray(_useState, 2),
|
|
16145
16145
|
indeterminate = _useState2[0],
|
|
@@ -16314,7 +16314,7 @@
|
|
|
16314
16314
|
})(["overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px;display:flex;justify-items:center;align-items:center;"]);
|
|
16315
16315
|
StyledOptionWrapper.displayName = "StyledOptionWrapper";
|
|
16316
16316
|
|
|
16317
|
-
var _excluded$
|
|
16317
|
+
var _excluded$R = ["className", "style", "type", "disabled", "size", "invalid", "startAdornment", "endAdornment", "wrapRef", "wrapperClick", "mode"];
|
|
16318
16318
|
var Input = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
16319
16319
|
var _ref$className = _ref.className,
|
|
16320
16320
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -16333,7 +16333,7 @@
|
|
|
16333
16333
|
wrapperClick = _ref.wrapperClick,
|
|
16334
16334
|
_ref$mode = _ref.mode,
|
|
16335
16335
|
mode = _ref$mode === void 0 ? "outlined" : _ref$mode,
|
|
16336
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
16336
|
+
rest = _objectWithoutProperties(_ref, _excluded$R);
|
|
16337
16337
|
var intInputRef = React.useRef(null);
|
|
16338
16338
|
var handleRef = useForkRef(ref, intInputRef);
|
|
16339
16339
|
var handleWrapperClick = React.useCallback(function () {
|
|
@@ -16390,14 +16390,14 @@
|
|
|
16390
16390
|
}, StyledRadioLabel);
|
|
16391
16391
|
StyledRadioButton$1.displayName = "StyledRadioButton";
|
|
16392
16392
|
|
|
16393
|
-
var _excluded$
|
|
16393
|
+
var _excluded$Q = ["className", "id", "hover"];
|
|
16394
16394
|
var RadioButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16395
16395
|
var _ref$className = _ref.className,
|
|
16396
16396
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
16397
16397
|
_ref$id = _ref.id,
|
|
16398
16398
|
id = _ref$id === void 0 ? "radio" : _ref$id,
|
|
16399
16399
|
hover = _ref.hover,
|
|
16400
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
16400
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
16401
16401
|
return /*#__PURE__*/React__default["default"].createElement(StyledRadioButton$1, {
|
|
16402
16402
|
className: classNames__default["default"]("c-radio-btn", {
|
|
16403
16403
|
"c-radio-btn__hover": hover,
|
|
@@ -16545,7 +16545,7 @@
|
|
|
16545
16545
|
StyledScrollShadowLeft.displayName = "StyledScrollShadowLeft";
|
|
16546
16546
|
StyledScrollShadowRight.displayName = "StyledScrollShadowRight";
|
|
16547
16547
|
|
|
16548
|
-
var _excluded$
|
|
16548
|
+
var _excluded$P = ["children", "className", "disableVertical", "disableHorizontal", "invertHorizontal", "invertVertical", "innerColor", "outerColor"];
|
|
16549
16549
|
var ScrollShadow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16550
16550
|
var children = _ref.children,
|
|
16551
16551
|
className = _ref.className,
|
|
@@ -16559,7 +16559,7 @@
|
|
|
16559
16559
|
invertVertical = _ref$invertVertical === void 0 ? false : _ref$invertVertical,
|
|
16560
16560
|
innerColor = _ref.innerColor,
|
|
16561
16561
|
outerColor = _ref.outerColor,
|
|
16562
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
16562
|
+
rest = _objectWithoutProperties(_ref, _excluded$P);
|
|
16563
16563
|
var _useState = React.useState({
|
|
16564
16564
|
top: 0,
|
|
16565
16565
|
right: 0,
|
|
@@ -16964,7 +16964,7 @@
|
|
|
16964
16964
|
};
|
|
16965
16965
|
};
|
|
16966
16966
|
|
|
16967
|
-
var _excluded$
|
|
16967
|
+
var _excluded$O = ["as", "className", "invert", "style"];
|
|
16968
16968
|
var ScrollElement = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
16969
16969
|
var _ref$as = _ref.as,
|
|
16970
16970
|
as = _ref$as === void 0 ? "div" : _ref$as,
|
|
@@ -16972,7 +16972,7 @@
|
|
|
16972
16972
|
_ref$invert = _ref.invert,
|
|
16973
16973
|
invert = _ref$invert === void 0 ? false : _ref$invert,
|
|
16974
16974
|
style = _ref.style,
|
|
16975
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
16975
|
+
rest = _objectWithoutProperties(_ref, _excluded$O);
|
|
16976
16976
|
var internalRef = useInitScrollRef(null, invert);
|
|
16977
16977
|
var handleRef = useForkRef(internalRef, ref);
|
|
16978
16978
|
var props = _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
@@ -17747,7 +17747,7 @@
|
|
|
17747
17747
|
componentId: "sc-9x4q7e-0"
|
|
17748
17748
|
})(["cursor:auto"]);
|
|
17749
17749
|
|
|
17750
|
-
var _excluded$
|
|
17750
|
+
var _excluded$N = ["type", "mode", "target", "options", "selected", "mixed", "position", "onChange", "placeholder", "emptyAction", "disableSearch", "forceCloseMenu", "selectClassName", "keepSameOptionsOrder", "onSelectOpen", "onSelectClose", "renderOption", "handleDefaultOptionChange", "preselectDefaultValue", "startAdornment", "endAdornment", "focusInput", "disableVirtualization"];
|
|
17751
17751
|
var Select = function Select(_ref) {
|
|
17752
17752
|
var _ref$type = _ref.type,
|
|
17753
17753
|
type = _ref$type === void 0 ? "single" : _ref$type,
|
|
@@ -17786,7 +17786,7 @@
|
|
|
17786
17786
|
_ref$focusInput = _ref.focusInput,
|
|
17787
17787
|
focusInput = _ref$focusInput === void 0 ? false : _ref$focusInput,
|
|
17788
17788
|
disableVirtualization = _ref.disableVirtualization,
|
|
17789
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
17789
|
+
prop = _objectWithoutProperties(_ref, _excluded$N);
|
|
17790
17790
|
if (disableSearch && (startAdornment || endAdornment)) {
|
|
17791
17791
|
console.warn("Adornments are not visible when search bar is hidden");
|
|
17792
17792
|
}
|
|
@@ -18094,7 +18094,7 @@
|
|
|
18094
18094
|
};
|
|
18095
18095
|
Nav.displayName = "Nav";
|
|
18096
18096
|
|
|
18097
|
-
var _excluded$
|
|
18097
|
+
var _excluded$M = ["children", "as", "disablePointerEvents"];
|
|
18098
18098
|
var InputAdornmentBase = styled__default["default"].div.withConfig({
|
|
18099
18099
|
displayName: "InputAdornment__InputAdornmentBase",
|
|
18100
18100
|
componentId: "sc-1xfjx1z-0"
|
|
@@ -18113,7 +18113,7 @@
|
|
|
18113
18113
|
var children = _ref.children,
|
|
18114
18114
|
as = _ref.as,
|
|
18115
18115
|
disablePointerEvents = _ref.disablePointerEvents,
|
|
18116
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
18116
|
+
rest = _objectWithoutProperties(_ref, _excluded$M);
|
|
18117
18117
|
var Component = as || "div";
|
|
18118
18118
|
return /*#__PURE__*/React__default["default"].createElement(InputAdornmentBase, _extends({}, rest, {
|
|
18119
18119
|
as: Component,
|
|
@@ -18351,7 +18351,7 @@
|
|
|
18351
18351
|
};
|
|
18352
18352
|
};
|
|
18353
18353
|
|
|
18354
|
-
var _excluded$
|
|
18354
|
+
var _excluded$L = ["value", "onCancel", "onSave", "onEnterKeyPress", "allowEmptyValue", "withLeadingZero", "validation", "incrementOnlySelected", "minuteIncrement", "className", "onChange", "onClick", "align"];
|
|
18355
18355
|
var InputHours = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
18356
18356
|
var defaultValue = _ref.value,
|
|
18357
18357
|
onCancel = _ref.onCancel,
|
|
@@ -18371,7 +18371,7 @@
|
|
|
18371
18371
|
externalOnClick = _ref.onClick,
|
|
18372
18372
|
_ref$align = _ref.align,
|
|
18373
18373
|
align = _ref$align === void 0 ? "center" : _ref$align,
|
|
18374
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
18374
|
+
rest = _objectWithoutProperties(_ref, _excluded$L);
|
|
18375
18375
|
var inputRef = React.useRef(null);
|
|
18376
18376
|
var handleRef = useForkRef(ref, inputRef);
|
|
18377
18377
|
var _useInputHours = useInputHours({
|
|
@@ -18410,7 +18410,7 @@
|
|
|
18410
18410
|
});
|
|
18411
18411
|
InputHours.displayName = "InputHours";
|
|
18412
18412
|
|
|
18413
|
-
var _excluded$
|
|
18413
|
+
var _excluded$K = ["decimalLength", "decimalSeparator", "disableAbbreviation", "disabled", "disableMacros", "invalid", "step", "thousandSeparator", "value", "onCancel", "onSave", "onEnterKeyPress", "allowEmptyValue", "onChange", "onClick", "limit", "placeholder", "trimDecimals", "min", "max", "onBlur", "update", "shortenThreshold"];
|
|
18414
18414
|
var InputNumber = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
18415
18415
|
var _ref$decimalLength = _ref.decimalLength,
|
|
18416
18416
|
decimalLength = _ref$decimalLength === void 0 ? 2 : _ref$decimalLength,
|
|
@@ -18444,7 +18444,7 @@
|
|
|
18444
18444
|
update = _ref$update === void 0 ? false : _ref$update,
|
|
18445
18445
|
_ref$shortenThreshold = _ref.shortenThreshold,
|
|
18446
18446
|
shortenThreshold = _ref$shortenThreshold === void 0 ? 1000 : _ref$shortenThreshold,
|
|
18447
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
18447
|
+
rest = _objectWithoutProperties(_ref, _excluded$K);
|
|
18448
18448
|
var inputRef = React.useRef(null);
|
|
18449
18449
|
var handleRef = useForkRef(ref, inputRef);
|
|
18450
18450
|
var _useInputNumber = useInputNumber({
|
|
@@ -18496,14 +18496,14 @@
|
|
|
18496
18496
|
});
|
|
18497
18497
|
InputNumber.displayName = "InputNumber";
|
|
18498
18498
|
|
|
18499
|
-
var _excluded$
|
|
18499
|
+
var _excluded$J = ["currency", "size", "startAdornment", "endAdornment", "disabled"];
|
|
18500
18500
|
var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
18501
18501
|
var currency = _ref.currency,
|
|
18502
18502
|
size = _ref.size,
|
|
18503
18503
|
startAdornment = _ref.startAdornment,
|
|
18504
18504
|
endAdornment = _ref.endAdornment,
|
|
18505
18505
|
disabled = _ref.disabled,
|
|
18506
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
18506
|
+
rest = _objectWithoutProperties(_ref, _excluded$J);
|
|
18507
18507
|
var variant = React.useMemo(function () {
|
|
18508
18508
|
if (size === "biggest") {
|
|
18509
18509
|
return "Header 2";
|
|
@@ -18536,7 +18536,7 @@
|
|
|
18536
18536
|
});
|
|
18537
18537
|
InputCurrency.displayName = "InputCurrency";
|
|
18538
18538
|
|
|
18539
|
-
var _excluded$
|
|
18539
|
+
var _excluded$I = ["size", "disabled", "show", "hideControl", "showTooltipText", "hideTooltipText", "value", "validation", "errorMessage", "invalid", "onChange"];
|
|
18540
18540
|
var transform = {
|
|
18541
18541
|
biggest: "big",
|
|
18542
18542
|
regular: "small",
|
|
@@ -18629,7 +18629,7 @@
|
|
|
18629
18629
|
errorMessage = _ref2.errorMessage,
|
|
18630
18630
|
invalid = _ref2.invalid,
|
|
18631
18631
|
onChange = _ref2.onChange,
|
|
18632
|
-
rest = _objectWithoutProperties(_ref2, _excluded$
|
|
18632
|
+
rest = _objectWithoutProperties(_ref2, _excluded$I);
|
|
18633
18633
|
var inputRef = React.useRef(null);
|
|
18634
18634
|
var handleRef = useForkRef(ref, inputRef);
|
|
18635
18635
|
var _useState = React.useState(show),
|
|
@@ -18750,7 +18750,7 @@
|
|
|
18750
18750
|
componentId: "sc-1lmb5y-0"
|
|
18751
18751
|
})(["flex-shrink:0"]);
|
|
18752
18752
|
|
|
18753
|
-
var _excluded$
|
|
18753
|
+
var _excluded$H = ["size", "disabled", "value", "onChange", "scheme"];
|
|
18754
18754
|
var defaultOptions = [{
|
|
18755
18755
|
id: "https://",
|
|
18756
18756
|
name: "https://"
|
|
@@ -18766,7 +18766,7 @@
|
|
|
18766
18766
|
defaultValue = _ref$value === void 0 ? "" : _ref$value,
|
|
18767
18767
|
onChange = _ref.onChange,
|
|
18768
18768
|
scheme = _ref.scheme,
|
|
18769
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
18769
|
+
rest = _objectWithoutProperties(_ref, _excluded$H);
|
|
18770
18770
|
var inputRef = React.useRef(null);
|
|
18771
18771
|
var handleRef = useForkRef(ref, inputRef);
|
|
18772
18772
|
var options = React.useMemo(function () {
|
|
@@ -18894,7 +18894,7 @@
|
|
|
18894
18894
|
});
|
|
18895
18895
|
InputUrl.displayName = "InputUrl";
|
|
18896
18896
|
|
|
18897
|
-
var _excluded$
|
|
18897
|
+
var _excluded$G = ["size", "disabled", "value", "onChange", "defaultCountry"];
|
|
18898
18898
|
var renderOption$2 = function renderOption(option, data) {
|
|
18899
18899
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(StyledOptionWrapper, null, /*#__PURE__*/React__default["default"].createElement(StyledOptionFlag, null, countryExplorer.getCountryFlag(option.id)), /*#__PURE__*/React__default["default"].createElement(StyledOptionName, null, option.name)), /*#__PURE__*/React__default["default"].createElement(StyledOptionRowEnd, null, /*#__PURE__*/React__default["default"].createElement(StyledOptionCode, null, option.additionalInfo), /*#__PURE__*/React__default["default"].createElement(RadioButton, {
|
|
18900
18900
|
checked: data.checked,
|
|
@@ -18910,7 +18910,7 @@
|
|
|
18910
18910
|
onChange = _ref.onChange,
|
|
18911
18911
|
_ref$defaultCountry = _ref.defaultCountry,
|
|
18912
18912
|
defaultCountry = _ref$defaultCountry === void 0 ? "US" : _ref$defaultCountry,
|
|
18913
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
18913
|
+
rest = _objectWithoutProperties(_ref, _excluded$G);
|
|
18914
18914
|
var inputRef = React.useRef(null);
|
|
18915
18915
|
var handleRef = useForkRef(ref, inputRef);
|
|
18916
18916
|
var _useState = React.useState(defaultCountry),
|
|
@@ -19139,12 +19139,12 @@
|
|
|
19139
19139
|
[ref, handler]);
|
|
19140
19140
|
}
|
|
19141
19141
|
|
|
19142
|
-
var _excluded$
|
|
19142
|
+
var _excluded$F = ["children", "type"];
|
|
19143
19143
|
var Trigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
19144
19144
|
var children = _ref.children,
|
|
19145
19145
|
_ref$type = _ref.type,
|
|
19146
19146
|
type = _ref$type === void 0 ? "button" : _ref$type,
|
|
19147
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
19147
|
+
rest = _objectWithoutProperties(_ref, _excluded$F);
|
|
19148
19148
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton, _extends({
|
|
19149
19149
|
ref: ref,
|
|
19150
19150
|
role: "button",
|
|
@@ -19199,7 +19199,7 @@
|
|
|
19199
19199
|
})(["color:var(--color-theme-700);"]);
|
|
19200
19200
|
ChipCloseIcon.displayName = "ChipCloseIcon";
|
|
19201
19201
|
|
|
19202
|
-
var _excluded$
|
|
19202
|
+
var _excluded$E = ["startAdornment", "label", "onClose", "size", "color", "backgroundColor", "closeClassName", "typographyProps"];
|
|
19203
19203
|
var Chip = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
19204
19204
|
var startAdornment = _ref.startAdornment,
|
|
19205
19205
|
label = _ref.label,
|
|
@@ -19210,7 +19210,7 @@
|
|
|
19210
19210
|
backgroundColor = _ref.backgroundColor,
|
|
19211
19211
|
closeClassName = _ref.closeClassName,
|
|
19212
19212
|
typographyProps = _ref.typographyProps,
|
|
19213
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
19213
|
+
rest = _objectWithoutProperties(_ref, _excluded$E);
|
|
19214
19214
|
var showClose = typeof onClose === "function";
|
|
19215
19215
|
var variant = React.useMemo(function () {
|
|
19216
19216
|
switch (size) {
|
|
@@ -19243,7 +19243,7 @@
|
|
|
19243
19243
|
});
|
|
19244
19244
|
Chip.displayName = "Chip";
|
|
19245
19245
|
|
|
19246
|
-
var _excluded$
|
|
19246
|
+
var _excluded$D = ["options", "selected", "loading", "loadingText", "onChange", "onInputChange", "placeholder", "handleEmptyAction", "disabled", "size", "invalid", "type", "renderChip", "forceCloseMenu", "renderOption", "limitChips", "hiddenNumberText", "inPortal", "inputWrapperClassName", "scrollWrapper", "onClose", "onClear", "onDeselect", "defaultValue", "open", "onOpen", "triggerMode", "noResultText", "emptyValue", "disableVirtualization", "hideClearButton", "errorMessage", "onCancel"];
|
|
19247
19247
|
var sizeMap = {
|
|
19248
19248
|
small: 18,
|
|
19249
19249
|
regular: 24,
|
|
@@ -19296,7 +19296,7 @@
|
|
|
19296
19296
|
hideClearButton = _ref$hideClearButton === void 0 ? false : _ref$hideClearButton,
|
|
19297
19297
|
errorMessage = _ref.errorMessage,
|
|
19298
19298
|
onCancel = _ref.onCancel,
|
|
19299
|
-
prop = _objectWithoutProperties(_ref, _excluded$
|
|
19299
|
+
prop = _objectWithoutProperties(_ref, _excluded$D);
|
|
19300
19300
|
var selectedName = React.useMemo(function () {
|
|
19301
19301
|
var value = "";
|
|
19302
19302
|
if (!selected) {
|
|
@@ -19721,7 +19721,7 @@
|
|
|
19721
19721
|
componentId: "sc-uvsz9l-4"
|
|
19722
19722
|
})(["display:flex;justify-content:center;"]);
|
|
19723
19723
|
|
|
19724
|
-
var _excluded$
|
|
19724
|
+
var _excluded$C = ["mode", "selected", "min", "max", "onChange", "step", "size", "className", "placeholder", "triggerMode", "disabled", "invalid", "enableVirtualization", "addCustomTimeLabel"];
|
|
19725
19725
|
nlp__default["default"].plugin(plg__default["default"]);
|
|
19726
19726
|
var StyledInputTimeWrapper = styled__default["default"].div.withConfig({
|
|
19727
19727
|
displayName: "InputTime__StyledInputTimeWrapper",
|
|
@@ -19754,7 +19754,7 @@
|
|
|
19754
19754
|
enableVirtualization = _ref$enableVirtualiza === void 0 ? false : _ref$enableVirtualiza,
|
|
19755
19755
|
_ref$addCustomTimeLab = _ref.addCustomTimeLabel,
|
|
19756
19756
|
addCustomTimeLabel = _ref$addCustomTimeLab === void 0 ? "Add" : _ref$addCustomTimeLab,
|
|
19757
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
19757
|
+
rest = _objectWithoutProperties(_ref, _excluded$C);
|
|
19758
19758
|
var _useState = React.useState(false),
|
|
19759
19759
|
_useState2 = _slicedToArray(_useState, 2),
|
|
19760
19760
|
isOpen = _useState2[0],
|
|
@@ -19893,7 +19893,7 @@
|
|
|
19893
19893
|
})));
|
|
19894
19894
|
};
|
|
19895
19895
|
|
|
19896
|
-
var _excluded$
|
|
19896
|
+
var _excluded$B = ["value", "variant", "thousandSeparator", "decimalSeparator", "trimDecimals", "decimalSpaces", "format", "disableTooltip", "className", "as", "shortenThreshold"];
|
|
19897
19897
|
var DisplayNumber = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
19898
19898
|
var value = _ref.value,
|
|
19899
19899
|
_ref$variant = _ref.variant,
|
|
@@ -19915,7 +19915,7 @@
|
|
|
19915
19915
|
as = _ref$as === void 0 ? "span" : _ref$as,
|
|
19916
19916
|
_ref$shortenThreshold = _ref.shortenThreshold,
|
|
19917
19917
|
shortenThreshold = _ref$shortenThreshold === void 0 ? 1000 : _ref$shortenThreshold,
|
|
19918
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
19918
|
+
rest = _objectWithoutProperties(_ref, _excluded$B);
|
|
19919
19919
|
var formattedValue = formatNumber(value, thousandSeparator, decimalSeparator, trimDecimals, decimalSpaces, format, shortenThreshold);
|
|
19920
19920
|
var formattedLongValue = formatNumber(value, thousandSeparator, decimalSeparator, trimDecimals, decimalSpaces, "long");
|
|
19921
19921
|
if (format === "short") {
|
|
@@ -19938,7 +19938,7 @@
|
|
|
19938
19938
|
});
|
|
19939
19939
|
DisplayNumber.displayName = "DisplayNumber";
|
|
19940
19940
|
|
|
19941
|
-
var _excluded$
|
|
19941
|
+
var _excluded$A = ["value", "variant", "currencyCode", "currencyPosition", "thousandSeparator", "decimalSeparator", "trimDecimals", "decimalSpaces", "format", "disableTooltip", "className", "as", "currencyClassName"];
|
|
19942
19942
|
var DisplayCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
19943
19943
|
var value = _ref.value,
|
|
19944
19944
|
_ref$variant = _ref.variant,
|
|
@@ -19963,7 +19963,7 @@
|
|
|
19963
19963
|
_ref$as = _ref.as,
|
|
19964
19964
|
as = _ref$as === void 0 ? "span" : _ref$as,
|
|
19965
19965
|
currencyClassName = _ref.currencyClassName,
|
|
19966
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
19966
|
+
rest = _objectWithoutProperties(_ref, _excluded$A);
|
|
19967
19967
|
var formattedValue = formatNumber(value, thousandSeparator, decimalSeparator, trimDecimals, decimalSpaces, "short", 10000);
|
|
19968
19968
|
var formattedLongValue = formatNumber(value, thousandSeparator, decimalSeparator, trimDecimals, decimalSpaces, "long", 10000);
|
|
19969
19969
|
if (format === "short") {
|
|
@@ -19994,7 +19994,7 @@
|
|
|
19994
19994
|
});
|
|
19995
19995
|
DisplayCurrency.displayName = "DisplayCurrency";
|
|
19996
19996
|
|
|
19997
|
-
var _excluded$
|
|
19997
|
+
var _excluded$z = ["value", "variant", "thousandSeparator", "decimalSeparator", "trimZeroMinutes", "trimDecimals", "decimalSpaces", "format", "disableTooltip", "className", "withLeadingZero", "as"];
|
|
19998
19998
|
var DisplayHours = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
19999
19999
|
var value = _ref.value,
|
|
20000
20000
|
_ref$variant = _ref.variant,
|
|
@@ -20017,7 +20017,7 @@
|
|
|
20017
20017
|
withLeadingZero = _ref.withLeadingZero,
|
|
20018
20018
|
_ref$as = _ref.as,
|
|
20019
20019
|
as = _ref$as === void 0 ? "span" : _ref$as,
|
|
20020
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20020
|
+
rest = _objectWithoutProperties(_ref, _excluded$z);
|
|
20021
20021
|
var shouldDisplayShort = format === "short" && value >= 1000;
|
|
20022
20022
|
var longValue = formatHours(value, withLeadingZero, trimZeroMinutes, "long");
|
|
20023
20023
|
var shortValue = formatNumber(value, thousandSeparator, decimalSeparator, trimDecimals, decimalSpaces, "short");
|
|
@@ -20041,11 +20041,11 @@
|
|
|
20041
20041
|
});
|
|
20042
20042
|
DisplayHours.displayName = "DisplayHours";
|
|
20043
20043
|
|
|
20044
|
-
var _excluded$
|
|
20044
|
+
var _excluded$y = ["expanded"];
|
|
20045
20045
|
var ExpandAll = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
20046
20046
|
var _ref$expanded = _ref.expanded,
|
|
20047
20047
|
expanded = _ref$expanded === void 0 ? false : _ref$expanded,
|
|
20048
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20048
|
+
rest = _objectWithoutProperties(_ref, _excluded$y);
|
|
20049
20049
|
return /*#__PURE__*/React__default["default"].createElement(StyledExpand, _extends({
|
|
20050
20050
|
ref: ref,
|
|
20051
20051
|
viewBox: "0 0 24 24"
|
|
@@ -20167,7 +20167,7 @@
|
|
|
20167
20167
|
});
|
|
20168
20168
|
StyledTextarea.displayName = "StyledTextarea";
|
|
20169
20169
|
|
|
20170
|
-
var _excluded$
|
|
20170
|
+
var _excluded$x = ["className", "disabled", "invalid", "mode"];
|
|
20171
20171
|
var Textarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
20172
20172
|
var className = _ref.className,
|
|
20173
20173
|
_ref$disabled = _ref.disabled,
|
|
@@ -20176,7 +20176,7 @@
|
|
|
20176
20176
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
20177
20177
|
_ref$mode = _ref.mode,
|
|
20178
20178
|
mode = _ref$mode === void 0 ? "outlined" : _ref$mode,
|
|
20179
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20179
|
+
rest = _objectWithoutProperties(_ref, _excluded$x);
|
|
20180
20180
|
return /*#__PURE__*/React__default["default"].createElement(StyledTextarea, _extends({}, rest, {
|
|
20181
20181
|
$invalid: invalid,
|
|
20182
20182
|
ref: ref,
|
|
@@ -20282,7 +20282,7 @@
|
|
|
20282
20282
|
})(["@media (min-width:640px){display:none;}"]);
|
|
20283
20283
|
StyledHeader$1.displayName = "StyledHeader";
|
|
20284
20284
|
|
|
20285
|
-
var _excluded$
|
|
20285
|
+
var _excluded$w = ["children", "onClose", "controls", "open", "animation", "position", "mode", "disableFocusLock", "disableScrollLock", "disableBackgroundColor", "bodyStyle", "bodyClassName", "disableBackgroundClick"];
|
|
20286
20286
|
var Sheet = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
20287
20287
|
var children = _ref.children,
|
|
20288
20288
|
onClose = _ref.onClose,
|
|
@@ -20306,7 +20306,7 @@
|
|
|
20306
20306
|
bodyClassName = _ref.bodyClassName,
|
|
20307
20307
|
_ref$disableBackgroun2 = _ref.disableBackgroundClick,
|
|
20308
20308
|
disableBackgroundClick = _ref$disableBackgroun2 === void 0 ? false : _ref$disableBackgroun2,
|
|
20309
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20309
|
+
rest = _objectWithoutProperties(_ref, _excluded$w);
|
|
20310
20310
|
var _useState = React.useState(defaultOpen),
|
|
20311
20311
|
_useState2 = _slicedToArray(_useState, 2),
|
|
20312
20312
|
open = _useState2[0],
|
|
@@ -20426,13 +20426,13 @@
|
|
|
20426
20426
|
});
|
|
20427
20427
|
StyledHeader.displayName = "StyledHeader";
|
|
20428
20428
|
|
|
20429
|
-
var _excluded$
|
|
20429
|
+
var _excluded$v = ["className", "size", "children"];
|
|
20430
20430
|
var Header = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
20431
20431
|
var className = _ref.className,
|
|
20432
20432
|
_ref$size = _ref.size,
|
|
20433
20433
|
size = _ref$size === void 0 ? "small" : _ref$size,
|
|
20434
20434
|
children = _ref.children,
|
|
20435
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20435
|
+
rest = _objectWithoutProperties(_ref, _excluded$v);
|
|
20436
20436
|
return /*#__PURE__*/React__default["default"].createElement(StyledHeader, _extends({
|
|
20437
20437
|
type: "paper-2",
|
|
20438
20438
|
className: classNames__default["default"]("c-header", className),
|
|
@@ -20448,7 +20448,7 @@
|
|
|
20448
20448
|
})(["white-space:pre-wrap;overflow-wrap:break-word;resize:none;"]);
|
|
20449
20449
|
StyledAutoResizeTextarea.displayName = "StyledAutoResizeTextarea";
|
|
20450
20450
|
|
|
20451
|
-
var _excluded$
|
|
20451
|
+
var _excluded$u = ["minRows", "maxRows", "lineHeight", "onChange", "className", "preventNewRowOnEnter", "cursorAtTextEnd", "onKeyDown", "value", "mode"];
|
|
20452
20452
|
var AutoResizeTextarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
20453
20453
|
var _ref$minRows = _ref.minRows,
|
|
20454
20454
|
minRows = _ref$minRows === void 0 ? 1 : _ref$minRows,
|
|
@@ -20466,7 +20466,7 @@
|
|
|
20466
20466
|
value = _ref.value,
|
|
20467
20467
|
_ref$mode = _ref.mode,
|
|
20468
20468
|
mode = _ref$mode === void 0 ? "outlined" : _ref$mode,
|
|
20469
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20469
|
+
rest = _objectWithoutProperties(_ref, _excluded$u);
|
|
20470
20470
|
var innerRef = React.useRef(null);
|
|
20471
20471
|
var _useState = React.useState(minRows),
|
|
20472
20472
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -20743,7 +20743,7 @@
|
|
|
20743
20743
|
});
|
|
20744
20744
|
StyledChoose$1.displayName = "StyledChoose";
|
|
20745
20745
|
|
|
20746
|
-
var _excluded$
|
|
20746
|
+
var _excluded$t = ["children", "disabled", "active", "className"];
|
|
20747
20747
|
/**
|
|
20748
20748
|
* Choose component
|
|
20749
20749
|
*/
|
|
@@ -20754,7 +20754,7 @@
|
|
|
20754
20754
|
_ref$active = _ref.active,
|
|
20755
20755
|
active = _ref$active === void 0 ? false : _ref$active,
|
|
20756
20756
|
className = _ref.className,
|
|
20757
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
20757
|
+
args = _objectWithoutProperties(_ref, _excluded$t);
|
|
20758
20758
|
return /*#__PURE__*/React__default["default"].createElement(StyledChoose$1, _extends({
|
|
20759
20759
|
disabled: disabled,
|
|
20760
20760
|
className: classNames__default["default"]("c-choose", className),
|
|
@@ -20764,12 +20764,31 @@
|
|
|
20764
20764
|
Choose.displayName = "Choose";
|
|
20765
20765
|
|
|
20766
20766
|
var StyledChoose = styled__default["default"](Choose).withConfig({
|
|
20767
|
-
displayName: "
|
|
20768
|
-
componentId: "sc-
|
|
20769
|
-
})(["", ""], function (props) {
|
|
20767
|
+
displayName: "Styles__StyledChoose",
|
|
20768
|
+
componentId: "sc-uv67fb-0"
|
|
20769
|
+
})(["flex-shrink:0;white-space:nowrap;", ""], function (props) {
|
|
20770
20770
|
return !props.active && styled.css(["background-color:transparent !important;"]);
|
|
20771
20771
|
});
|
|
20772
|
-
|
|
20772
|
+
StyledChoose.displayName = "StyledChoose";
|
|
20773
|
+
var StyledVerticalContainer = styled__default["default"].div.withConfig({
|
|
20774
|
+
displayName: "Styles__StyledVerticalContainer",
|
|
20775
|
+
componentId: "sc-uv67fb-1"
|
|
20776
|
+
})(["display:flex;flex-direction:column;width:100%;gap:8px;"]);
|
|
20777
|
+
StyledVerticalContainer.displayName = "StyledVerticalContainer";
|
|
20778
|
+
var StyledRadioOption = styled__default["default"].div.withConfig({
|
|
20779
|
+
displayName: "Styles__StyledRadioOption",
|
|
20780
|
+
componentId: "sc-uv67fb-2"
|
|
20781
|
+
})(["display:flex;align-items:center;gap:6px;cursor:pointer;&:hover{opacity:0.8;}&[data-disabled=\"true\"]{opacity:0.5;cursor:not-allowed;}"]);
|
|
20782
|
+
StyledRadioOption.displayName = "StyledRadioOption";
|
|
20783
|
+
var StyledFlexContainer = styled__default["default"].div.withConfig({
|
|
20784
|
+
displayName: "Styles__StyledFlexContainer",
|
|
20785
|
+
componentId: "sc-uv67fb-3"
|
|
20786
|
+
})(["display:flex;width:100%;"]);
|
|
20787
|
+
StyledFlexContainer.displayName = "StyledFlexContainer";
|
|
20788
|
+
|
|
20789
|
+
var _excluded$s = ["required", "multiple", "invalid", "options", "selected", "onChange"];
|
|
20790
|
+
var ChooseV2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
20791
|
+
var _parentSize$width, _flexSize$width;
|
|
20773
20792
|
var _ref$required = _ref.required,
|
|
20774
20793
|
required = _ref$required === void 0 ? false : _ref$required,
|
|
20775
20794
|
_ref$multiple = _ref.multiple,
|
|
@@ -20778,25 +20797,98 @@
|
|
|
20778
20797
|
invalid = _ref$invalid === void 0 ? false : _ref$invalid,
|
|
20779
20798
|
options = _ref.options,
|
|
20780
20799
|
selected = _ref.selected,
|
|
20781
|
-
onChange = _ref.onChange
|
|
20800
|
+
onChange = _ref.onChange,
|
|
20801
|
+
rest = _objectWithoutProperties(_ref, _excluded$s);
|
|
20802
|
+
var internalRef = React.useRef(null);
|
|
20803
|
+
var flexContainerRef = React.useRef(null);
|
|
20804
|
+
var handleRef = useForkRef(ref, internalRef);
|
|
20805
|
+
var _useState = React.useState(false),
|
|
20806
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
20807
|
+
useVerticalLayout = _useState2[0],
|
|
20808
|
+
setUseVerticalLayout = _useState2[1];
|
|
20809
|
+
var _useState3 = React.useState(false),
|
|
20810
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
20811
|
+
isReady = _useState4[0],
|
|
20812
|
+
setIsReady = _useState4[1];
|
|
20813
|
+
var parentSize = useResizeObserver$1(internalRef);
|
|
20814
|
+
var flexSize = useResizeObserver$1(flexContainerRef);
|
|
20815
|
+
var parentWidth = (_parentSize$width = parentSize === null || parentSize === void 0 ? void 0 : parentSize.width) !== null && _parentSize$width !== void 0 ? _parentSize$width : 0;
|
|
20816
|
+
var flexWidth = (_flexSize$width = flexSize === null || flexSize === void 0 ? void 0 : flexSize.width) !== null && _flexSize$width !== void 0 ? _flexSize$width : 0;
|
|
20817
|
+
React.useEffect(function () {
|
|
20818
|
+
if (parentWidth === 0) return;
|
|
20819
|
+
var measure = function measure() {
|
|
20820
|
+
var temp = document.createElement("div");
|
|
20821
|
+
temp.style.display = "inline-flex";
|
|
20822
|
+
temp.style.visibility = "hidden";
|
|
20823
|
+
temp.style.position = "absolute";
|
|
20824
|
+
temp.style.whiteSpace = "nowrap";
|
|
20825
|
+
temp.style.pointerEvents = "none";
|
|
20826
|
+
document.body.appendChild(temp);
|
|
20827
|
+
options.forEach(function (option) {
|
|
20828
|
+
var button = document.createElement("button");
|
|
20829
|
+
button.textContent = option.name;
|
|
20830
|
+
button.style.padding = "6px 12px";
|
|
20831
|
+
button.style.border = "1px solid transparent";
|
|
20832
|
+
button.style.marginRight = "4px";
|
|
20833
|
+
temp.appendChild(button);
|
|
20834
|
+
});
|
|
20835
|
+
var totalWidth = temp.offsetWidth + 8;
|
|
20836
|
+
document.body.removeChild(temp);
|
|
20837
|
+
setUseVerticalLayout(totalWidth > parentWidth);
|
|
20838
|
+
setIsReady(true);
|
|
20839
|
+
};
|
|
20840
|
+
requestAnimationFrame(measure);
|
|
20841
|
+
}, [parentWidth, options, flexWidth]);
|
|
20782
20842
|
var handleSelect = function handleSelect(id) {
|
|
20783
20843
|
if (multiple) {
|
|
20784
20844
|
var newSelected = selected.includes(id) ? selected.filter(function (s) {
|
|
20785
20845
|
return s !== id;
|
|
20786
20846
|
}) : [...selected, id];
|
|
20787
|
-
if (required && newSelected.length === 0)
|
|
20788
|
-
return;
|
|
20789
|
-
}
|
|
20847
|
+
if (required && newSelected.length === 0) return;
|
|
20790
20848
|
onChange(newSelected);
|
|
20791
20849
|
} else {
|
|
20792
|
-
if (required && selected.includes(id)) {
|
|
20793
|
-
return;
|
|
20794
|
-
}
|
|
20795
20850
|
var _newSelected = selected.includes(id) ? [] : [id];
|
|
20851
|
+
if (required && _newSelected.length === 0) return;
|
|
20796
20852
|
onChange(_newSelected);
|
|
20797
20853
|
}
|
|
20798
20854
|
};
|
|
20799
|
-
|
|
20855
|
+
var handleRadioChange = function handleRadioChange(id) {
|
|
20856
|
+
if (multiple) handleSelect(id);else onChange([id]);
|
|
20857
|
+
};
|
|
20858
|
+
if (!isReady) {
|
|
20859
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20860
|
+
ref: handleRef,
|
|
20861
|
+
style: {
|
|
20862
|
+
width: "100%",
|
|
20863
|
+
minHeight: "32px"
|
|
20864
|
+
}
|
|
20865
|
+
});
|
|
20866
|
+
}
|
|
20867
|
+
return /*#__PURE__*/React__default["default"].createElement("div", _extends({
|
|
20868
|
+
ref: handleRef
|
|
20869
|
+
}, rest, {
|
|
20870
|
+
style: {
|
|
20871
|
+
display: "flex",
|
|
20872
|
+
width: "100%"
|
|
20873
|
+
}
|
|
20874
|
+
}), useVerticalLayout ? /*#__PURE__*/React__default["default"].createElement(StyledVerticalContainer, null, options.map(function (option) {
|
|
20875
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledRadioOption, {
|
|
20876
|
+
key: option.id,
|
|
20877
|
+
"data-disabled": option.disabled,
|
|
20878
|
+
onClick: function onClick() {
|
|
20879
|
+
return !option.disabled && handleRadioChange(option.id);
|
|
20880
|
+
}
|
|
20881
|
+
}, /*#__PURE__*/React__default["default"].createElement(RadioButton, {
|
|
20882
|
+
checked: selected.includes(option.id),
|
|
20883
|
+
disabled: option.disabled,
|
|
20884
|
+
onChange: function onChange() {
|
|
20885
|
+
return !option.disabled && handleRadioChange(option.id);
|
|
20886
|
+
},
|
|
20887
|
+
name: multiple ? "choose-v2-".concat(option.id) : "choose-v2-group"
|
|
20888
|
+
}), /*#__PURE__*/React__default["default"].createElement(Body2, null, option.name));
|
|
20889
|
+
})) : /*#__PURE__*/React__default["default"].createElement(StyledFlexContainer, {
|
|
20890
|
+
ref: flexContainerRef
|
|
20891
|
+
}, /*#__PURE__*/React__default["default"].createElement(ButtonGroup, {
|
|
20800
20892
|
invalid: invalid
|
|
20801
20893
|
}, options.map(function (option) {
|
|
20802
20894
|
return /*#__PURE__*/React__default["default"].createElement(StyledChoose, {
|
|
@@ -20807,8 +20899,9 @@
|
|
|
20807
20899
|
return handleSelect(option.id);
|
|
20808
20900
|
}
|
|
20809
20901
|
}, option.name);
|
|
20810
|
-
}));
|
|
20811
|
-
};
|
|
20902
|
+
}))));
|
|
20903
|
+
});
|
|
20904
|
+
ChooseV2.displayName = "ChooseV2";
|
|
20812
20905
|
|
|
20813
20906
|
var StyledLinkElement = styled__default["default"].div.withConfig({
|
|
20814
20907
|
displayName: "Styles__StyledLinkElement",
|
|
@@ -23448,22 +23541,24 @@
|
|
|
23448
23541
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
23449
23542
|
enteredStep = _useState4[0],
|
|
23450
23543
|
setEnteredStep = _useState4[1];
|
|
23451
|
-
var _useState5 = React.useState(
|
|
23544
|
+
var _useState5 = React.useState("auto"),
|
|
23452
23545
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
23453
|
-
|
|
23454
|
-
|
|
23455
|
-
var
|
|
23456
|
-
_useState8 = _slicedToArray(_useState7, 2),
|
|
23457
|
-
height = _useState8[0],
|
|
23458
|
-
setHeight = _useState8[1];
|
|
23546
|
+
height = _useState6[0],
|
|
23547
|
+
setHeight = _useState6[1];
|
|
23548
|
+
var previousStepRef = React.useRef(0);
|
|
23459
23549
|
|
|
23460
23550
|
// Use controlled step if provided, otherwise use internal state
|
|
23461
23551
|
var activeStep = controlledStep !== undefined ? controlledStep : internalStep;
|
|
23552
|
+
|
|
23553
|
+
// Calculate direction synchronously based on step change
|
|
23554
|
+
var isLeft = React.useMemo(function () {
|
|
23555
|
+
var prevStep = previousStepRef.current;
|
|
23556
|
+
var direction = activeStep > prevStep;
|
|
23557
|
+
previousStepRef.current = activeStep;
|
|
23558
|
+
return direction;
|
|
23559
|
+
}, [activeStep]);
|
|
23462
23560
|
var setActiveStep = React.useCallback(function (newStep) {
|
|
23463
23561
|
if (newStep === activeStep) return;
|
|
23464
|
-
|
|
23465
|
-
// Determine direction: if going to higher index, slide left
|
|
23466
|
-
setIsLeft(newStep > activeStep);
|
|
23467
23562
|
if (controlledStep === undefined) {
|
|
23468
23563
|
setInternalStep(newStep);
|
|
23469
23564
|
}
|