@activecollab/components 2.0.223 → 2.0.225
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/Icons/collection/Spark.js +59 -0
- package/dist/cjs/components/Icons/collection/Spark.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +7 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/components/InfoBox/InfoBox.js +4 -1
- package/dist/cjs/components/InfoBox/InfoBox.js.map +1 -1
- package/dist/esm/components/Icons/collection/Spark.d.ts +32 -0
- package/dist/esm/components/Icons/collection/Spark.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Spark.js +52 -0
- package/dist/esm/components/Icons/collection/Spark.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/InfoBox/InfoBox.d.ts.map +1 -1
- package/dist/esm/components/InfoBox/InfoBox.js +4 -1
- package/dist/esm/components/InfoBox/InfoBox.js.map +1 -1
- package/dist/index.js +425 -373
- 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$4M = ["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$4M);
|
|
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$4L = ["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$4L);
|
|
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$4K = ["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$4K);
|
|
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$4J = ["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$4J);
|
|
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$4I = ["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$4I);
|
|
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$4H = ["className"];
|
|
436
436
|
var ListSeparator = function ListSeparator(_ref) {
|
|
437
437
|
var className = _ref.className,
|
|
438
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
438
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
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$4G = ["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$4G);
|
|
450
450
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
451
451
|
className: className,
|
|
452
452
|
ref: ref,
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
return size === "big" && styled.css(["width:40px;"]);
|
|
957
957
|
});
|
|
958
958
|
|
|
959
|
-
var _excluded$
|
|
959
|
+
var _excluded$4F = ["children", "className", "variant", "size", "active"];
|
|
960
960
|
|
|
961
961
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
962
962
|
|
|
@@ -986,7 +986,7 @@
|
|
|
986
986
|
variant = _ref.variant,
|
|
987
987
|
size = _ref.size,
|
|
988
988
|
active = _ref.active,
|
|
989
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
989
|
+
args = _objectWithoutProperties(_ref, _excluded$4F);
|
|
990
990
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
991
991
|
className: className,
|
|
992
992
|
variant: variant,
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
});
|
|
998
998
|
IconButton.displayName = "IconButton";
|
|
999
999
|
|
|
1000
|
-
var _excluded$
|
|
1000
|
+
var _excluded$4E = ["gradient"];
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
1003
|
* @component AccessLogIcon
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
*/
|
|
1028
1028
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1029
1029
|
var gradient = _ref.gradient,
|
|
1030
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1030
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
1031
1031
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1032
1032
|
width: 24,
|
|
1033
1033
|
height: 24,
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1056
1056
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1057
1057
|
|
|
1058
|
-
var _excluded$
|
|
1058
|
+
var _excluded$4D = ["gradient"];
|
|
1059
1059
|
|
|
1060
1060
|
/**
|
|
1061
1061
|
* @component ActivityIcon
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
*/
|
|
1086
1086
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1087
1087
|
var gradient = _ref.gradient,
|
|
1088
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1088
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
1089
1089
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1090
1090
|
width: 24,
|
|
1091
1091
|
height: 24,
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1110
1110
|
var ActivityIcon$1 = ActivityIcon;
|
|
1111
1111
|
|
|
1112
|
-
var _excluded$
|
|
1112
|
+
var _excluded$4C = ["gradient"];
|
|
1113
1113
|
|
|
1114
1114
|
/**
|
|
1115
1115
|
* @component AddCrossIcon
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
*/
|
|
1140
1140
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1141
1141
|
var gradient = _ref.gradient,
|
|
1142
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1142
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
1143
1143
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1144
1144
|
width: 10,
|
|
1145
1145
|
height: 10,
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1160
1160
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1161
1161
|
|
|
1162
|
-
var _excluded$
|
|
1162
|
+
var _excluded$4B = ["gradient"];
|
|
1163
1163
|
|
|
1164
1164
|
/**
|
|
1165
1165
|
* @component ArchiveIcon
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
*/
|
|
1190
1190
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1191
1191
|
var gradient = _ref.gradient,
|
|
1192
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1192
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
1193
1193
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1194
1194
|
width: 24,
|
|
1195
1195
|
height: 24,
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1211
1211
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1212
1212
|
|
|
1213
|
-
var _excluded$
|
|
1213
|
+
var _excluded$4A = ["gradient"];
|
|
1214
1214
|
|
|
1215
1215
|
/**
|
|
1216
1216
|
* @component ArrowBackMobileIcon
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
*/
|
|
1241
1241
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1242
1242
|
var gradient = _ref.gradient,
|
|
1243
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1243
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
1244
1244
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1245
1245
|
width: 24,
|
|
1246
1246
|
height: 24,
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1262
1262
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1263
1263
|
|
|
1264
|
-
var _excluded$
|
|
1264
|
+
var _excluded$4z = ["gradient"];
|
|
1265
1265
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1293
1293
|
var gradient = _ref.gradient,
|
|
1294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1294
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
1295
1295
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1296
1296
|
width: 24,
|
|
1297
1297
|
height: 24,
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1312
1312
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1313
1313
|
|
|
1314
|
-
var _excluded$
|
|
1314
|
+
var _excluded$4y = ["gradient"];
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* @component ArrowDownLongIcon
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
*/
|
|
1342
1342
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1343
1343
|
var gradient = _ref.gradient,
|
|
1344
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1344
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
1345
1345
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1346
1346
|
width: 24,
|
|
1347
1347
|
height: 24,
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1362
1362
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1363
1363
|
|
|
1364
|
-
var _excluded$
|
|
1364
|
+
var _excluded$4x = ["gradient"];
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
1367
|
* @component ArrowDownSmallIcon
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
*/
|
|
1392
1392
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1393
1393
|
var gradient = _ref.gradient,
|
|
1394
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1394
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
1395
1395
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1396
1396
|
width: 16,
|
|
1397
1397
|
height: 16,
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1412
1412
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1413
1413
|
|
|
1414
|
-
var _excluded$
|
|
1414
|
+
var _excluded$4w = ["gradient"];
|
|
1415
1415
|
|
|
1416
1416
|
/**
|
|
1417
1417
|
* @component ArrowDownIcon
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
*/
|
|
1442
1442
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1443
1443
|
var gradient = _ref.gradient,
|
|
1444
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1444
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
1445
1445
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1446
1446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1447
1447
|
width: 24,
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1461
1461
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1462
1462
|
|
|
1463
|
-
var _excluded$
|
|
1463
|
+
var _excluded$4v = ["gradient"];
|
|
1464
1464
|
|
|
1465
1465
|
/**
|
|
1466
1466
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
*/
|
|
1491
1491
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1492
1492
|
var gradient = _ref.gradient,
|
|
1493
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1493
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
1494
1494
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1495
1495
|
width: 24,
|
|
1496
1496
|
height: 24,
|
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1511
1511
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1512
1512
|
|
|
1513
|
-
var _excluded$
|
|
1513
|
+
var _excluded$4u = ["gradient"];
|
|
1514
1514
|
|
|
1515
1515
|
/**
|
|
1516
1516
|
* @component ArrowLeftBoxIcon
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
*/
|
|
1541
1541
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1542
1542
|
var gradient = _ref.gradient,
|
|
1543
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1543
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
1544
1544
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1545
1545
|
width: 24,
|
|
1546
1546
|
height: 24,
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1561
1561
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1562
1562
|
|
|
1563
|
-
var _excluded$
|
|
1563
|
+
var _excluded$4t = ["gradient"];
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* @component ArrowLeftIcon
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
*/
|
|
1591
1591
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1592
1592
|
var gradient = _ref.gradient,
|
|
1593
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1593
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
1594
1594
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1595
1595
|
width: 24,
|
|
1596
1596
|
height: 24,
|
|
@@ -1610,7 +1610,7 @@
|
|
|
1610
1610
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1611
1611
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1612
1612
|
|
|
1613
|
-
var _excluded$
|
|
1613
|
+
var _excluded$4s = ["gradient"];
|
|
1614
1614
|
|
|
1615
1615
|
/**
|
|
1616
1616
|
* @component ArrowRefreshIcon
|
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
*/
|
|
1641
1641
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1642
1642
|
var gradient = _ref.gradient,
|
|
1643
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1643
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
1644
1644
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1645
1645
|
width: 24,
|
|
1646
1646
|
height: 24,
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1662
1662
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1663
1663
|
|
|
1664
|
-
var _excluded$
|
|
1664
|
+
var _excluded$4r = ["gradient"];
|
|
1665
1665
|
|
|
1666
1666
|
/**
|
|
1667
1667
|
* @component ArrowRestoreIcon
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
*/
|
|
1692
1692
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1693
1693
|
var gradient = _ref.gradient,
|
|
1694
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1694
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
1695
1695
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1696
1696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1697
1697
|
width: 24,
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1712
1712
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1713
1713
|
|
|
1714
|
-
var _excluded$
|
|
1714
|
+
var _excluded$4q = ["gradient"];
|
|
1715
1715
|
|
|
1716
1716
|
/**
|
|
1717
1717
|
* @component ArrowRightIcon
|
|
@@ -1741,7 +1741,7 @@
|
|
|
1741
1741
|
*/
|
|
1742
1742
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1743
1743
|
var gradient = _ref.gradient,
|
|
1744
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1744
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
1745
1745
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1746
1746
|
width: 24,
|
|
1747
1747
|
height: 24,
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1762
1762
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1763
1763
|
|
|
1764
|
-
var _excluded$
|
|
1764
|
+
var _excluded$4p = ["gradient"];
|
|
1765
1765
|
|
|
1766
1766
|
/**
|
|
1767
1767
|
* @component ArrowUpLongIcon
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
*/
|
|
1792
1792
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1793
1793
|
var gradient = _ref.gradient,
|
|
1794
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1794
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
1795
1795
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1796
1796
|
width: 24,
|
|
1797
1797
|
height: 24,
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1812
1812
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1813
1813
|
|
|
1814
|
-
var _excluded$
|
|
1814
|
+
var _excluded$4o = ["gradient"];
|
|
1815
1815
|
|
|
1816
1816
|
/**
|
|
1817
1817
|
* @component ArrowUpIcon
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
*/
|
|
1842
1842
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1843
1843
|
var gradient = _ref.gradient,
|
|
1844
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1844
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
1845
1845
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1846
1846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1847
1847
|
width: 24,
|
|
@@ -1860,7 +1860,7 @@
|
|
|
1860
1860
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1861
1861
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1862
1862
|
|
|
1863
|
-
var _excluded$
|
|
1863
|
+
var _excluded$4n = ["gradient"];
|
|
1864
1864
|
|
|
1865
1865
|
/**
|
|
1866
1866
|
* @component AssignIcon
|
|
@@ -1890,7 +1890,7 @@
|
|
|
1890
1890
|
*/
|
|
1891
1891
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1892
1892
|
var gradient = _ref.gradient,
|
|
1893
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1893
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
1894
1894
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1895
1895
|
width: 24,
|
|
1896
1896
|
height: 24,
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
AssignIcon.displayName = "AssignIcon";
|
|
1911
1911
|
var AssignIcon$1 = AssignIcon;
|
|
1912
1912
|
|
|
1913
|
-
var _excluded$
|
|
1913
|
+
var _excluded$4m = ["gradient"];
|
|
1914
1914
|
|
|
1915
1915
|
/**
|
|
1916
1916
|
* @component AttachmentIcon
|
|
@@ -1940,7 +1940,7 @@
|
|
|
1940
1940
|
*/
|
|
1941
1941
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1942
1942
|
var gradient = _ref.gradient,
|
|
1943
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1943
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
1944
1944
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1945
1945
|
width: 24,
|
|
1946
1946
|
height: 24,
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
1961
1961
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
1962
1962
|
|
|
1963
|
-
var _excluded$
|
|
1963
|
+
var _excluded$4l = ["gradient"];
|
|
1964
1964
|
|
|
1965
1965
|
/**
|
|
1966
1966
|
* @component BellOffSmallIcon
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
*/
|
|
1991
1991
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1992
1992
|
var gradient = _ref.gradient,
|
|
1993
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1993
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
1994
1994
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1995
1995
|
width: 12,
|
|
1996
1996
|
height: 12,
|
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2011
2011
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2012
2012
|
|
|
2013
|
-
var _excluded$
|
|
2013
|
+
var _excluded$4k = ["gradient"];
|
|
2014
2014
|
|
|
2015
2015
|
/**
|
|
2016
2016
|
* @component BellOffIcon
|
|
@@ -2040,7 +2040,7 @@
|
|
|
2040
2040
|
*/
|
|
2041
2041
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2042
2042
|
var gradient = _ref.gradient,
|
|
2043
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2043
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
2044
2044
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2045
2045
|
width: 24,
|
|
2046
2046
|
height: 24,
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2061
2061
|
var BellOffIcon$1 = BellOffIcon;
|
|
2062
2062
|
|
|
2063
|
-
var _excluded$
|
|
2063
|
+
var _excluded$4j = ["gradient"];
|
|
2064
2064
|
|
|
2065
2065
|
/**
|
|
2066
2066
|
* @component BillingIcon
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
*/
|
|
2091
2091
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2092
2092
|
var gradient = _ref.gradient,
|
|
2093
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2093
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
2094
2094
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2095
2095
|
width: 24,
|
|
2096
2096
|
height: 24,
|
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
BillingIcon.displayName = "BillingIcon";
|
|
2112
2112
|
var BillingIcon$1 = BillingIcon;
|
|
2113
2113
|
|
|
2114
|
-
var _excluded$
|
|
2114
|
+
var _excluded$4i = ["gradient"];
|
|
2115
2115
|
|
|
2116
2116
|
/**
|
|
2117
2117
|
* @component BudgetAlertIcon
|
|
@@ -2141,7 +2141,7 @@
|
|
|
2141
2141
|
*/
|
|
2142
2142
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2143
2143
|
var gradient = _ref.gradient,
|
|
2144
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2144
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
2145
2145
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2146
2146
|
width: 24,
|
|
2147
2147
|
height: 24,
|
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2162
2162
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2163
2163
|
|
|
2164
|
-
var _excluded$
|
|
2164
|
+
var _excluded$4h = ["gradient"];
|
|
2165
2165
|
|
|
2166
2166
|
/**
|
|
2167
2167
|
* @component CalendarAddXIcon
|
|
@@ -2191,7 +2191,7 @@
|
|
|
2191
2191
|
*/
|
|
2192
2192
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2193
2193
|
var gradient = _ref.gradient,
|
|
2194
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2194
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
2195
2195
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2196
2196
|
width: 24,
|
|
2197
2197
|
height: 24,
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2212
2212
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2213
2213
|
|
|
2214
|
-
var _excluded$
|
|
2214
|
+
var _excluded$4g = ["gradient"];
|
|
2215
2215
|
|
|
2216
2216
|
/**
|
|
2217
2217
|
* @component CalendarImportIcon
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
*/
|
|
2242
2242
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2243
2243
|
var gradient = _ref.gradient,
|
|
2244
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2244
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
2245
2245
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2246
2246
|
width: 18,
|
|
2247
2247
|
height: 18,
|
|
@@ -2264,7 +2264,7 @@
|
|
|
2264
2264
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2265
2265
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2266
2266
|
|
|
2267
|
-
var _excluded$
|
|
2267
|
+
var _excluded$4f = ["gradient"];
|
|
2268
2268
|
|
|
2269
2269
|
/**
|
|
2270
2270
|
* @component CalendarIcon
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
*/
|
|
2295
2295
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2296
2296
|
var gradient = _ref.gradient,
|
|
2297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2297
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
2298
2298
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2299
2299
|
width: 24,
|
|
2300
2300
|
height: 24,
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2315
2315
|
var CalendarIcon$1 = CalendarIcon;
|
|
2316
2316
|
|
|
2317
|
-
var _excluded$
|
|
2317
|
+
var _excluded$4e = ["gradient"];
|
|
2318
2318
|
|
|
2319
2319
|
/**
|
|
2320
2320
|
* @component CancelCrossIcon
|
|
@@ -2344,7 +2344,7 @@
|
|
|
2344
2344
|
*/
|
|
2345
2345
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2346
2346
|
var gradient = _ref.gradient,
|
|
2347
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2347
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
2348
2348
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2349
2349
|
width: 24,
|
|
2350
2350
|
height: 24,
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2365
2365
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2366
2366
|
|
|
2367
|
-
var _excluded$
|
|
2367
|
+
var _excluded$4d = ["gradient"];
|
|
2368
2368
|
|
|
2369
2369
|
/**
|
|
2370
2370
|
* @component CaretLeftIcon
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
*/
|
|
2395
2395
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2396
2396
|
var gradient = _ref.gradient,
|
|
2397
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2397
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
2398
2398
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2399
2399
|
width: 18,
|
|
2400
2400
|
height: 18,
|
|
@@ -2414,7 +2414,7 @@
|
|
|
2414
2414
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2415
2415
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2416
2416
|
|
|
2417
|
-
var _excluded$
|
|
2417
|
+
var _excluded$4c = ["gradient"];
|
|
2418
2418
|
|
|
2419
2419
|
/**
|
|
2420
2420
|
* @component CaretRightIcon
|
|
@@ -2444,7 +2444,7 @@
|
|
|
2444
2444
|
*/
|
|
2445
2445
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2446
2446
|
var gradient = _ref.gradient,
|
|
2447
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2447
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
2448
2448
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2449
2449
|
width: 18,
|
|
2450
2450
|
height: 18,
|
|
@@ -2464,7 +2464,7 @@
|
|
|
2464
2464
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2465
2465
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2466
2466
|
|
|
2467
|
-
var _excluded$
|
|
2467
|
+
var _excluded$4b = ["gradient"];
|
|
2468
2468
|
|
|
2469
2469
|
/**
|
|
2470
2470
|
* @component ChatIcon
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
*/
|
|
2495
2495
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2496
2496
|
var gradient = _ref.gradient,
|
|
2497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2497
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
2498
2498
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2499
2499
|
width: 24,
|
|
2500
2500
|
height: 24,
|
|
@@ -2514,7 +2514,7 @@
|
|
|
2514
2514
|
ChatIcon.displayName = "ChatIcon";
|
|
2515
2515
|
var ChatIcon$1 = ChatIcon;
|
|
2516
2516
|
|
|
2517
|
-
var _excluded$
|
|
2517
|
+
var _excluded$4a = ["gradient"];
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
2520
|
* @component CheckIcon
|
|
@@ -2544,7 +2544,7 @@
|
|
|
2544
2544
|
*/
|
|
2545
2545
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2546
2546
|
var gradient = _ref.gradient,
|
|
2547
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2547
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
2548
2548
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2549
2549
|
width: 24,
|
|
2550
2550
|
height: 24,
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
CheckIcon.displayName = "CheckIcon";
|
|
2565
2565
|
var CheckIcon$1 = CheckIcon;
|
|
2566
2566
|
|
|
2567
|
-
var _excluded$
|
|
2567
|
+
var _excluded$49 = ["gradient"];
|
|
2568
2568
|
|
|
2569
2569
|
/**
|
|
2570
2570
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2594,7 +2594,7 @@
|
|
|
2594
2594
|
*/
|
|
2595
2595
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2596
2596
|
var gradient = _ref.gradient,
|
|
2597
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2597
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
2598
2598
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2599
2599
|
width: 24,
|
|
2600
2600
|
height: 24,
|
|
@@ -2614,7 +2614,7 @@
|
|
|
2614
2614
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2615
2615
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2616
2616
|
|
|
2617
|
-
var _excluded$
|
|
2617
|
+
var _excluded$48 = ["gradient"];
|
|
2618
2618
|
|
|
2619
2619
|
/**
|
|
2620
2620
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
*/
|
|
2645
2645
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2646
2646
|
var gradient = _ref.gradient,
|
|
2647
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2647
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
2648
2648
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2649
2649
|
width: 24,
|
|
2650
2650
|
height: 24,
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2665
2665
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2666
2666
|
|
|
2667
|
-
var _excluded$
|
|
2667
|
+
var _excluded$47 = ["gradient"];
|
|
2668
2668
|
|
|
2669
2669
|
/**
|
|
2670
2670
|
* @component CheckboxDocumentsIcon
|
|
@@ -2694,7 +2694,7 @@
|
|
|
2694
2694
|
*/
|
|
2695
2695
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2696
2696
|
var gradient = _ref.gradient,
|
|
2697
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2697
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
2698
2698
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2699
2699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2700
2700
|
width: 24,
|
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2715
2715
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2716
2716
|
|
|
2717
|
-
var _excluded$
|
|
2717
|
+
var _excluded$46 = ["gradient"];
|
|
2718
2718
|
|
|
2719
2719
|
/**
|
|
2720
2720
|
* @component CheckboxIcon
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
*/
|
|
2745
2745
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2746
2746
|
var gradient = _ref.gradient,
|
|
2747
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2747
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
2748
2748
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2749
2749
|
width: 16,
|
|
2750
2750
|
height: 16,
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2775
2775
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2776
2776
|
|
|
2777
|
-
var _excluded$
|
|
2777
|
+
var _excluded$45 = ["gradient"];
|
|
2778
2778
|
|
|
2779
2779
|
/**
|
|
2780
2780
|
* @component ChecklistSmallIcon
|
|
@@ -2804,7 +2804,7 @@
|
|
|
2804
2804
|
*/
|
|
2805
2805
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2806
2806
|
var gradient = _ref.gradient,
|
|
2807
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2807
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
2808
2808
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2809
2809
|
width: 12,
|
|
2810
2810
|
height: 12,
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
2825
2825
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
2826
2826
|
|
|
2827
|
-
var _excluded$
|
|
2827
|
+
var _excluded$44 = ["gradient"];
|
|
2828
2828
|
|
|
2829
2829
|
/**
|
|
2830
2830
|
* @component ChecklistIcon
|
|
@@ -2854,7 +2854,7 @@
|
|
|
2854
2854
|
*/
|
|
2855
2855
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2856
2856
|
var gradient = _ref.gradient,
|
|
2857
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2857
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
2858
2858
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2859
2859
|
width: 24,
|
|
2860
2860
|
height: 24,
|
|
@@ -2874,7 +2874,7 @@
|
|
|
2874
2874
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
2875
2875
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
2876
2876
|
|
|
2877
|
-
var _excluded$
|
|
2877
|
+
var _excluded$43 = ["gradient"];
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* @component CircleMultipleIcon
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
*/
|
|
2905
2905
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2906
2906
|
var gradient = _ref.gradient,
|
|
2907
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2907
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
2908
2908
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2909
2909
|
width: 24,
|
|
2910
2910
|
height: 24,
|
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
2925
2925
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
2926
2926
|
|
|
2927
|
-
var _excluded$
|
|
2927
|
+
var _excluded$42 = ["gradient"];
|
|
2928
2928
|
|
|
2929
2929
|
/**
|
|
2930
2930
|
* @component ClockAddIcon
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
*/
|
|
2955
2955
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2956
2956
|
var gradient = _ref.gradient,
|
|
2957
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2957
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
2958
2958
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2959
2959
|
width: 24,
|
|
2960
2960
|
height: 24,
|
|
@@ -2974,7 +2974,7 @@
|
|
|
2974
2974
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
2975
2975
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
2976
2976
|
|
|
2977
|
-
var _excluded$
|
|
2977
|
+
var _excluded$41 = ["gradient"];
|
|
2978
2978
|
|
|
2979
2979
|
/**
|
|
2980
2980
|
* @component ClockDollarIcon
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
*/
|
|
3005
3005
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3006
3006
|
var gradient = _ref.gradient,
|
|
3007
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3007
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3008
3008
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3009
3009
|
width: 24,
|
|
3010
3010
|
height: 24,
|
|
@@ -3027,7 +3027,7 @@
|
|
|
3027
3027
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3028
3028
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3029
3029
|
|
|
3030
|
-
var _excluded$
|
|
3030
|
+
var _excluded$40 = ["gradient"];
|
|
3031
3031
|
|
|
3032
3032
|
/**
|
|
3033
3033
|
* @component ClockSmallIcon
|
|
@@ -3057,7 +3057,7 @@
|
|
|
3057
3057
|
*/
|
|
3058
3058
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3059
3059
|
var gradient = _ref.gradient,
|
|
3060
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3060
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3061
3061
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3062
3062
|
width: 12,
|
|
3063
3063
|
height: 12,
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3078
3078
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3079
3079
|
|
|
3080
|
-
var _excluded$
|
|
3080
|
+
var _excluded$3$ = ["gradient"];
|
|
3081
3081
|
|
|
3082
3082
|
/**
|
|
3083
3083
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
*/
|
|
3108
3108
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3109
3109
|
var gradient = _ref.gradient,
|
|
3110
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3110
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3111
3111
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3112
3112
|
width: 24,
|
|
3113
3113
|
height: 24,
|
|
@@ -3128,7 +3128,7 @@
|
|
|
3128
3128
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3129
3129
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3130
3130
|
|
|
3131
|
-
var _excluded$
|
|
3131
|
+
var _excluded$3_ = ["gradient"];
|
|
3132
3132
|
|
|
3133
3133
|
/**
|
|
3134
3134
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
*/
|
|
3159
3159
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3160
3160
|
var gradient = _ref.gradient,
|
|
3161
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3161
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3162
3162
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3163
3163
|
width: 12,
|
|
3164
3164
|
height: 12,
|
|
@@ -3178,7 +3178,7 @@
|
|
|
3178
3178
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3179
3179
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3180
3180
|
|
|
3181
|
-
var _excluded$
|
|
3181
|
+
var _excluded$3Z = ["gradient"];
|
|
3182
3182
|
|
|
3183
3183
|
/**
|
|
3184
3184
|
* @component ClockStopwatchIcon
|
|
@@ -3208,7 +3208,7 @@
|
|
|
3208
3208
|
*/
|
|
3209
3209
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3210
3210
|
var gradient = _ref.gradient,
|
|
3211
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3211
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3212
3212
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3213
3213
|
width: 24,
|
|
3214
3214
|
height: 24,
|
|
@@ -3228,7 +3228,7 @@
|
|
|
3228
3228
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3229
3229
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3230
3230
|
|
|
3231
|
-
var _excluded$
|
|
3231
|
+
var _excluded$3Y = ["gradient"];
|
|
3232
3232
|
|
|
3233
3233
|
/**
|
|
3234
3234
|
* @component ClockIcon
|
|
@@ -3258,7 +3258,7 @@
|
|
|
3258
3258
|
*/
|
|
3259
3259
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3260
3260
|
var gradient = _ref.gradient,
|
|
3261
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3261
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3262
3262
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3263
3263
|
width: 24,
|
|
3264
3264
|
height: 24,
|
|
@@ -3278,7 +3278,7 @@
|
|
|
3278
3278
|
ClockIcon.displayName = "ClockIcon";
|
|
3279
3279
|
var ClockIcon$1 = ClockIcon;
|
|
3280
3280
|
|
|
3281
|
-
var _excluded$
|
|
3281
|
+
var _excluded$3X = ["gradient"];
|
|
3282
3282
|
|
|
3283
3283
|
/**
|
|
3284
3284
|
* @component CloseCircleIcon
|
|
@@ -3308,7 +3308,7 @@
|
|
|
3308
3308
|
*/
|
|
3309
3309
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3310
3310
|
var gradient = _ref.gradient,
|
|
3311
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3311
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3312
3312
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3313
3313
|
width: 24,
|
|
3314
3314
|
height: 24,
|
|
@@ -3329,7 +3329,7 @@
|
|
|
3329
3329
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3330
3330
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3331
3331
|
|
|
3332
|
-
var _excluded$
|
|
3332
|
+
var _excluded$3W = ["gradient"];
|
|
3333
3333
|
|
|
3334
3334
|
/**
|
|
3335
3335
|
* @component CloseDocumentIcon
|
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
*/
|
|
3360
3360
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3361
3361
|
var gradient = _ref.gradient,
|
|
3362
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3362
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3363
3363
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3364
3364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3365
3365
|
width: 24,
|
|
@@ -3379,7 +3379,7 @@
|
|
|
3379
3379
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3380
3380
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3381
3381
|
|
|
3382
|
-
var _excluded$
|
|
3382
|
+
var _excluded$3V = ["gradient"];
|
|
3383
3383
|
|
|
3384
3384
|
/**
|
|
3385
3385
|
* @component CloseSmallIcon
|
|
@@ -3409,7 +3409,7 @@
|
|
|
3409
3409
|
*/
|
|
3410
3410
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3411
3411
|
var gradient = _ref.gradient,
|
|
3412
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3412
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3413
3413
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3414
3414
|
width: 24,
|
|
3415
3415
|
height: 24,
|
|
@@ -3429,7 +3429,7 @@
|
|
|
3429
3429
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3430
3430
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3431
3431
|
|
|
3432
|
-
var _excluded$
|
|
3432
|
+
var _excluded$3U = ["gradient"];
|
|
3433
3433
|
|
|
3434
3434
|
/**
|
|
3435
3435
|
* @component CloseIcon
|
|
@@ -3459,7 +3459,7 @@
|
|
|
3459
3459
|
*/
|
|
3460
3460
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3461
3461
|
var gradient = _ref.gradient,
|
|
3462
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3462
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3463
3463
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3464
3464
|
width: 24,
|
|
3465
3465
|
height: 24,
|
|
@@ -3480,7 +3480,7 @@
|
|
|
3480
3480
|
CloseIcon.displayName = "CloseIcon";
|
|
3481
3481
|
var CloseIcon$1 = CloseIcon;
|
|
3482
3482
|
|
|
3483
|
-
var _excluded$
|
|
3483
|
+
var _excluded$3T = ["gradient"];
|
|
3484
3484
|
|
|
3485
3485
|
/**
|
|
3486
3486
|
* @component CollapsIcon
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
*/
|
|
3511
3511
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3512
3512
|
var gradient = _ref.gradient,
|
|
3513
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3513
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3514
3514
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3515
3515
|
width: 6,
|
|
3516
3516
|
height: 9,
|
|
@@ -3530,7 +3530,7 @@
|
|
|
3530
3530
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3531
3531
|
var CollapsIcon$1 = CollapsIcon;
|
|
3532
3532
|
|
|
3533
|
-
var _excluded$
|
|
3533
|
+
var _excluded$3S = ["gradient"];
|
|
3534
3534
|
|
|
3535
3535
|
/**
|
|
3536
3536
|
* @component CollapseAllIcon
|
|
@@ -3560,7 +3560,7 @@
|
|
|
3560
3560
|
*/
|
|
3561
3561
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3562
3562
|
var gradient = _ref.gradient,
|
|
3563
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3563
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3564
3564
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3565
3565
|
width: 24,
|
|
3566
3566
|
height: 24,
|
|
@@ -3580,7 +3580,7 @@
|
|
|
3580
3580
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
3581
3581
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
3582
3582
|
|
|
3583
|
-
var _excluded$
|
|
3583
|
+
var _excluded$3R = ["gradient"];
|
|
3584
3584
|
|
|
3585
3585
|
/**
|
|
3586
3586
|
* @component CollapseExpandSingleIcon
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
*/
|
|
3611
3611
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3612
3612
|
var gradient = _ref.gradient,
|
|
3613
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3613
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3614
3614
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3615
3615
|
width: 24,
|
|
3616
3616
|
height: 24,
|
|
@@ -3630,7 +3630,7 @@
|
|
|
3630
3630
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
3631
3631
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
3632
3632
|
|
|
3633
|
-
var _excluded$
|
|
3633
|
+
var _excluded$3Q = ["gradient"];
|
|
3634
3634
|
|
|
3635
3635
|
/**
|
|
3636
3636
|
* @component CompanyAddIcon
|
|
@@ -3660,7 +3660,7 @@
|
|
|
3660
3660
|
*/
|
|
3661
3661
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3662
3662
|
var gradient = _ref.gradient,
|
|
3663
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3663
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
3664
3664
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3665
3665
|
width: 18,
|
|
3666
3666
|
height: 20,
|
|
@@ -3681,7 +3681,7 @@
|
|
|
3681
3681
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
3682
3682
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
3683
3683
|
|
|
3684
|
-
var _excluded$
|
|
3684
|
+
var _excluded$3P = ["gradient"];
|
|
3685
3685
|
|
|
3686
3686
|
/**
|
|
3687
3687
|
* @component CompanyIcon
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
*/
|
|
3712
3712
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3713
3713
|
var gradient = _ref.gradient,
|
|
3714
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3714
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
3715
3715
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3716
3716
|
width: 24,
|
|
3717
3717
|
height: 24,
|
|
@@ -3732,7 +3732,7 @@
|
|
|
3732
3732
|
CompanyIcon.displayName = "CompanyIcon";
|
|
3733
3733
|
var CompanyIcon$1 = CompanyIcon;
|
|
3734
3734
|
|
|
3735
|
-
var _excluded$
|
|
3735
|
+
var _excluded$3O = ["gradient"];
|
|
3736
3736
|
|
|
3737
3737
|
/**
|
|
3738
3738
|
* @component ComputerIcon
|
|
@@ -3762,7 +3762,7 @@
|
|
|
3762
3762
|
*/
|
|
3763
3763
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3764
3764
|
var gradient = _ref.gradient,
|
|
3765
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3765
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
3766
3766
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3767
3767
|
width: 24,
|
|
3768
3768
|
height: 24,
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
ComputerIcon.displayName = "ComputerIcon";
|
|
3783
3783
|
var ComputerIcon$1 = ComputerIcon;
|
|
3784
3784
|
|
|
3785
|
-
var _excluded$
|
|
3785
|
+
var _excluded$3N = ["gradient"];
|
|
3786
3786
|
|
|
3787
3787
|
/**
|
|
3788
3788
|
* @component CopyIcon
|
|
@@ -3812,7 +3812,7 @@
|
|
|
3812
3812
|
*/
|
|
3813
3813
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3814
3814
|
var gradient = _ref.gradient,
|
|
3815
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3815
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
3816
3816
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3817
3817
|
width: 24,
|
|
3818
3818
|
height: 24,
|
|
@@ -3832,7 +3832,7 @@
|
|
|
3832
3832
|
CopyIcon.displayName = "CopyIcon";
|
|
3833
3833
|
var CopyIcon$1 = CopyIcon;
|
|
3834
3834
|
|
|
3835
|
-
var _excluded$
|
|
3835
|
+
var _excluded$3M = ["gradient"];
|
|
3836
3836
|
|
|
3837
3837
|
/**
|
|
3838
3838
|
* @component CrownBlankIcon
|
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
*/
|
|
3863
3863
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3864
3864
|
var gradient = _ref.gradient,
|
|
3865
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3865
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
3866
3866
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3867
3867
|
width: 24,
|
|
3868
3868
|
height: 24,
|
|
@@ -3882,7 +3882,7 @@
|
|
|
3882
3882
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
3883
3883
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
3884
3884
|
|
|
3885
|
-
var _excluded$
|
|
3885
|
+
var _excluded$3L = ["gradient"];
|
|
3886
3886
|
|
|
3887
3887
|
/**
|
|
3888
3888
|
* @component CrownSelectedIcon
|
|
@@ -3912,7 +3912,7 @@
|
|
|
3912
3912
|
*/
|
|
3913
3913
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3914
3914
|
var gradient = _ref.gradient,
|
|
3915
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3915
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
3916
3916
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3917
3917
|
width: 24,
|
|
3918
3918
|
height: 24,
|
|
@@ -3932,7 +3932,7 @@
|
|
|
3932
3932
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
3933
3933
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
3934
3934
|
|
|
3935
|
-
var _excluded$
|
|
3935
|
+
var _excluded$3K = ["gradient"];
|
|
3936
3936
|
|
|
3937
3937
|
/**
|
|
3938
3938
|
* @component DependencySmallIcon
|
|
@@ -3962,7 +3962,7 @@
|
|
|
3962
3962
|
*/
|
|
3963
3963
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3964
3964
|
var gradient = _ref.gradient,
|
|
3965
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3965
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
3966
3966
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3967
3967
|
width: 12,
|
|
3968
3968
|
height: 12,
|
|
@@ -3982,7 +3982,7 @@
|
|
|
3982
3982
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
3983
3983
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
3984
3984
|
|
|
3985
|
-
var _excluded$
|
|
3985
|
+
var _excluded$3J = ["gradient"];
|
|
3986
3986
|
|
|
3987
3987
|
/**
|
|
3988
3988
|
* @component DependencyIcon
|
|
@@ -4012,7 +4012,7 @@
|
|
|
4012
4012
|
*/
|
|
4013
4013
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4014
4014
|
var gradient = _ref.gradient,
|
|
4015
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4015
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
4016
4016
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4017
4017
|
width: 24,
|
|
4018
4018
|
height: 24,
|
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4033
4033
|
var DependencyIcon$1 = DependencyIcon;
|
|
4034
4034
|
|
|
4035
|
-
var _excluded$
|
|
4035
|
+
var _excluded$3I = ["gradient"];
|
|
4036
4036
|
|
|
4037
4037
|
/**
|
|
4038
4038
|
* @component DescriptionSmallIcon
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
*/
|
|
4063
4063
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4064
4064
|
var gradient = _ref.gradient,
|
|
4065
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4065
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
4066
4066
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4067
4067
|
width: 18,
|
|
4068
4068
|
height: 18,
|
|
@@ -4083,7 +4083,7 @@
|
|
|
4083
4083
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4084
4084
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4085
4085
|
|
|
4086
|
-
var _excluded$
|
|
4086
|
+
var _excluded$3H = ["gradient"];
|
|
4087
4087
|
|
|
4088
4088
|
/**
|
|
4089
4089
|
* @component DescriptionIcon
|
|
@@ -4113,7 +4113,7 @@
|
|
|
4113
4113
|
*/
|
|
4114
4114
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4115
4115
|
var gradient = _ref.gradient,
|
|
4116
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4116
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
4117
4117
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4118
4118
|
width: 24,
|
|
4119
4119
|
height: 24,
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4134
4134
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4135
4135
|
|
|
4136
|
-
var _excluded$
|
|
4136
|
+
var _excluded$3G = ["gradient"];
|
|
4137
4137
|
|
|
4138
4138
|
/**
|
|
4139
4139
|
* @component DiscussionAddIcon
|
|
@@ -4163,7 +4163,7 @@
|
|
|
4163
4163
|
*/
|
|
4164
4164
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4165
4165
|
var gradient = _ref.gradient,
|
|
4166
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4166
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
4167
4167
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4168
4168
|
width: 24,
|
|
4169
4169
|
height: 24,
|
|
@@ -4183,7 +4183,7 @@
|
|
|
4183
4183
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4184
4184
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4185
4185
|
|
|
4186
|
-
var _excluded$
|
|
4186
|
+
var _excluded$3F = ["gradient"];
|
|
4187
4187
|
|
|
4188
4188
|
/**
|
|
4189
4189
|
* @component DiscussionIcon
|
|
@@ -4213,7 +4213,7 @@
|
|
|
4213
4213
|
*/
|
|
4214
4214
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4215
4215
|
var gradient = _ref.gradient,
|
|
4216
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4216
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
4217
4217
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4218
4218
|
width: 24,
|
|
4219
4219
|
height: 24,
|
|
@@ -4234,7 +4234,7 @@
|
|
|
4234
4234
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4235
4235
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4236
4236
|
|
|
4237
|
-
var _excluded$
|
|
4237
|
+
var _excluded$3E = ["gradient"];
|
|
4238
4238
|
|
|
4239
4239
|
/**
|
|
4240
4240
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4264,7 +4264,7 @@
|
|
|
4264
4264
|
*/
|
|
4265
4265
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4266
4266
|
var gradient = _ref.gradient,
|
|
4267
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4267
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
4268
4268
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4269
4269
|
width: 12,
|
|
4270
4270
|
height: 12,
|
|
@@ -4284,7 +4284,7 @@
|
|
|
4284
4284
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4285
4285
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4286
4286
|
|
|
4287
|
-
var _excluded$
|
|
4287
|
+
var _excluded$3D = ["gradient"];
|
|
4288
4288
|
|
|
4289
4289
|
/**
|
|
4290
4290
|
* @component DollarCheckmarkIcon
|
|
@@ -4314,7 +4314,7 @@
|
|
|
4314
4314
|
*/
|
|
4315
4315
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4316
4316
|
var gradient = _ref.gradient,
|
|
4317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4317
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
4318
4318
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4319
4319
|
width: 24,
|
|
4320
4320
|
height: 24,
|
|
@@ -4334,7 +4334,7 @@
|
|
|
4334
4334
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4335
4335
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4336
4336
|
|
|
4337
|
-
var _excluded$
|
|
4337
|
+
var _excluded$3C = ["gradient"];
|
|
4338
4338
|
|
|
4339
4339
|
/**
|
|
4340
4340
|
* @component DollarClockSmallIcon
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
*/
|
|
4365
4365
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4366
4366
|
var gradient = _ref.gradient,
|
|
4367
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4367
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
4368
4368
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4369
4369
|
width: 12,
|
|
4370
4370
|
height: 12,
|
|
@@ -4384,7 +4384,7 @@
|
|
|
4384
4384
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4385
4385
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4386
4386
|
|
|
4387
|
-
var _excluded$
|
|
4387
|
+
var _excluded$3B = ["gradient"];
|
|
4388
4388
|
|
|
4389
4389
|
/**
|
|
4390
4390
|
* @component DollarClockIcon
|
|
@@ -4414,7 +4414,7 @@
|
|
|
4414
4414
|
*/
|
|
4415
4415
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4416
4416
|
var gradient = _ref.gradient,
|
|
4417
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4417
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
4418
4418
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4419
4419
|
width: 24,
|
|
4420
4420
|
height: 24,
|
|
@@ -4434,7 +4434,7 @@
|
|
|
4434
4434
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4435
4435
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4436
4436
|
|
|
4437
|
-
var _excluded$
|
|
4437
|
+
var _excluded$3A = ["gradient"];
|
|
4438
4438
|
|
|
4439
4439
|
/**
|
|
4440
4440
|
* @component DollarDocumentPlusIcon
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
*/
|
|
4465
4465
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4466
4466
|
var gradient = _ref.gradient,
|
|
4467
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4467
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
4468
4468
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4469
4469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4470
4470
|
width: 24,
|
|
@@ -4484,7 +4484,7 @@
|
|
|
4484
4484
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4485
4485
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4486
4486
|
|
|
4487
|
-
var _excluded$
|
|
4487
|
+
var _excluded$3z = ["gradient"];
|
|
4488
4488
|
|
|
4489
4489
|
/**
|
|
4490
4490
|
* @component DollarDocumentIcon
|
|
@@ -4514,7 +4514,7 @@
|
|
|
4514
4514
|
*/
|
|
4515
4515
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4516
4516
|
var gradient = _ref.gradient,
|
|
4517
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4517
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
4518
4518
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4519
4519
|
width: 24,
|
|
4520
4520
|
height: 24,
|
|
@@ -4535,7 +4535,7 @@
|
|
|
4535
4535
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
4536
4536
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
4537
4537
|
|
|
4538
|
-
var _excluded$
|
|
4538
|
+
var _excluded$3y = ["gradient"];
|
|
4539
4539
|
|
|
4540
4540
|
/**
|
|
4541
4541
|
* @component DollarOffSmallIcon
|
|
@@ -4565,7 +4565,7 @@
|
|
|
4565
4565
|
*/
|
|
4566
4566
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4567
4567
|
var gradient = _ref.gradient,
|
|
4568
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4568
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4569
4569
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4570
4570
|
width: 12,
|
|
4571
4571
|
height: 12,
|
|
@@ -4585,7 +4585,7 @@
|
|
|
4585
4585
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
4586
4586
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
4587
4587
|
|
|
4588
|
-
var _excluded$
|
|
4588
|
+
var _excluded$3x = ["gradient"];
|
|
4589
4589
|
|
|
4590
4590
|
/**
|
|
4591
4591
|
* @component DollarOffIcon
|
|
@@ -4615,7 +4615,7 @@
|
|
|
4615
4615
|
*/
|
|
4616
4616
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4617
4617
|
var gradient = _ref.gradient,
|
|
4618
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4618
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4619
4619
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4620
4620
|
width: 24,
|
|
4621
4621
|
height: 24,
|
|
@@ -4635,7 +4635,7 @@
|
|
|
4635
4635
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
4636
4636
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
4637
4637
|
|
|
4638
|
-
var _excluded$
|
|
4638
|
+
var _excluded$3w = ["gradient"];
|
|
4639
4639
|
|
|
4640
4640
|
/**
|
|
4641
4641
|
* @component DollarSmallIcon
|
|
@@ -4665,7 +4665,7 @@
|
|
|
4665
4665
|
*/
|
|
4666
4666
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4667
4667
|
var gradient = _ref.gradient,
|
|
4668
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4668
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
4669
4669
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4670
4670
|
width: 12,
|
|
4671
4671
|
height: 12,
|
|
@@ -4685,7 +4685,7 @@
|
|
|
4685
4685
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
4686
4686
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
4687
4687
|
|
|
4688
|
-
var _excluded$
|
|
4688
|
+
var _excluded$3v = ["gradient"];
|
|
4689
4689
|
|
|
4690
4690
|
/**
|
|
4691
4691
|
* @component DollarIcon
|
|
@@ -4715,7 +4715,7 @@
|
|
|
4715
4715
|
*/
|
|
4716
4716
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4717
4717
|
var gradient = _ref.gradient,
|
|
4718
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4718
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
4719
4719
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4720
4720
|
width: 24,
|
|
4721
4721
|
height: 24,
|
|
@@ -4735,7 +4735,7 @@
|
|
|
4735
4735
|
DollarIcon.displayName = "DollarIcon";
|
|
4736
4736
|
var DollarIcon$1 = DollarIcon;
|
|
4737
4737
|
|
|
4738
|
-
var _excluded$
|
|
4738
|
+
var _excluded$3u = ["gradient"];
|
|
4739
4739
|
|
|
4740
4740
|
/**
|
|
4741
4741
|
* @component DownloadIcon
|
|
@@ -4765,7 +4765,7 @@
|
|
|
4765
4765
|
*/
|
|
4766
4766
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4767
4767
|
var gradient = _ref.gradient,
|
|
4768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4768
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
4769
4769
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4770
4770
|
width: 24,
|
|
4771
4771
|
height: 24,
|
|
@@ -4785,7 +4785,7 @@
|
|
|
4785
4785
|
DownloadIcon.displayName = "DownloadIcon";
|
|
4786
4786
|
var DownloadIcon$1 = DownloadIcon;
|
|
4787
4787
|
|
|
4788
|
-
var _excluded$
|
|
4788
|
+
var _excluded$3t = ["gradient"];
|
|
4789
4789
|
|
|
4790
4790
|
/**
|
|
4791
4791
|
* @component DriveIcon
|
|
@@ -4815,7 +4815,7 @@
|
|
|
4815
4815
|
*/
|
|
4816
4816
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4817
4817
|
var gradient = _ref.gradient,
|
|
4818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4818
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
4819
4819
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4820
4820
|
width: 24,
|
|
4821
4821
|
height: 24,
|
|
@@ -4835,7 +4835,7 @@
|
|
|
4835
4835
|
DriveIcon.displayName = "DriveIcon";
|
|
4836
4836
|
var DriveIcon$1 = DriveIcon;
|
|
4837
4837
|
|
|
4838
|
-
var _excluded$
|
|
4838
|
+
var _excluded$3s = ["gradient"];
|
|
4839
4839
|
|
|
4840
4840
|
/**
|
|
4841
4841
|
* @component DropboxIcon
|
|
@@ -4865,7 +4865,7 @@
|
|
|
4865
4865
|
*/
|
|
4866
4866
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4867
4867
|
var gradient = _ref.gradient,
|
|
4868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4868
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
4869
4869
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4870
4870
|
width: 24,
|
|
4871
4871
|
height: 24,
|
|
@@ -4885,7 +4885,7 @@
|
|
|
4885
4885
|
DropboxIcon.displayName = "DropboxIcon";
|
|
4886
4886
|
var DropboxIcon$1 = DropboxIcon;
|
|
4887
4887
|
|
|
4888
|
-
var _excluded$
|
|
4888
|
+
var _excluded$3r = ["gradient"];
|
|
4889
4889
|
|
|
4890
4890
|
/**
|
|
4891
4891
|
* @component DuplicateIcon
|
|
@@ -4915,7 +4915,7 @@
|
|
|
4915
4915
|
*/
|
|
4916
4916
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4917
4917
|
var gradient = _ref.gradient,
|
|
4918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4918
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
4919
4919
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4920
4920
|
width: 24,
|
|
4921
4921
|
height: 24,
|
|
@@ -4935,7 +4935,7 @@
|
|
|
4935
4935
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
4936
4936
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
4937
4937
|
|
|
4938
|
-
var _excluded$
|
|
4938
|
+
var _excluded$3q = ["gradient"];
|
|
4939
4939
|
|
|
4940
4940
|
/**
|
|
4941
4941
|
* @component EditMultipleIcon
|
|
@@ -4965,7 +4965,7 @@
|
|
|
4965
4965
|
*/
|
|
4966
4966
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4967
4967
|
var gradient = _ref.gradient,
|
|
4968
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4968
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
4969
4969
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4970
4970
|
width: 24,
|
|
4971
4971
|
height: 24,
|
|
@@ -4985,7 +4985,7 @@
|
|
|
4985
4985
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
4986
4986
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
4987
4987
|
|
|
4988
|
-
var _excluded$
|
|
4988
|
+
var _excluded$3p = ["gradient"];
|
|
4989
4989
|
|
|
4990
4990
|
/**
|
|
4991
4991
|
* @component EditIcon
|
|
@@ -5015,7 +5015,7 @@
|
|
|
5015
5015
|
*/
|
|
5016
5016
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5017
5017
|
var gradient = _ref.gradient,
|
|
5018
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5018
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
5019
5019
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5020
5020
|
width: 24,
|
|
5021
5021
|
height: 24,
|
|
@@ -5035,7 +5035,7 @@
|
|
|
5035
5035
|
EditIcon.displayName = "EditIcon";
|
|
5036
5036
|
var EditIcon$1 = EditIcon;
|
|
5037
5037
|
|
|
5038
|
-
var _excluded$
|
|
5038
|
+
var _excluded$3o = ["gradient"];
|
|
5039
5039
|
|
|
5040
5040
|
/**
|
|
5041
5041
|
* @component EmojiIcon
|
|
@@ -5065,7 +5065,7 @@
|
|
|
5065
5065
|
*/
|
|
5066
5066
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5067
5067
|
var gradient = _ref.gradient,
|
|
5068
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5068
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
5069
5069
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5070
5070
|
width: 24,
|
|
5071
5071
|
height: 24,
|
|
@@ -5085,7 +5085,7 @@
|
|
|
5085
5085
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5086
5086
|
var EmojiIcon$1 = EmojiIcon;
|
|
5087
5087
|
|
|
5088
|
-
var _excluded$
|
|
5088
|
+
var _excluded$3n = ["gradient"];
|
|
5089
5089
|
|
|
5090
5090
|
/**
|
|
5091
5091
|
* @component EstimatePlusIcon
|
|
@@ -5115,7 +5115,7 @@
|
|
|
5115
5115
|
*/
|
|
5116
5116
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5117
5117
|
var gradient = _ref.gradient,
|
|
5118
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5118
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
5119
5119
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5120
5120
|
width: 24,
|
|
5121
5121
|
height: 24,
|
|
@@ -5136,7 +5136,7 @@
|
|
|
5136
5136
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5137
5137
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5138
5138
|
|
|
5139
|
-
var _excluded$
|
|
5139
|
+
var _excluded$3m = ["gradient"];
|
|
5140
5140
|
|
|
5141
5141
|
/**
|
|
5142
5142
|
* @component EstimatesIcon
|
|
@@ -5166,7 +5166,7 @@
|
|
|
5166
5166
|
*/
|
|
5167
5167
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5168
5168
|
var gradient = _ref.gradient,
|
|
5169
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5169
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
5170
5170
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5171
5171
|
width: 24,
|
|
5172
5172
|
height: 24,
|
|
@@ -5190,7 +5190,7 @@
|
|
|
5190
5190
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5191
5191
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5192
5192
|
|
|
5193
|
-
var _excluded$
|
|
5193
|
+
var _excluded$3l = ["gradient"];
|
|
5194
5194
|
|
|
5195
5195
|
/**
|
|
5196
5196
|
* @component ExpandAllIcon
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
*/
|
|
5221
5221
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5222
5222
|
var gradient = _ref.gradient,
|
|
5223
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5223
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
5224
5224
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5225
5225
|
width: 24,
|
|
5226
5226
|
height: 24,
|
|
@@ -5240,7 +5240,7 @@
|
|
|
5240
5240
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5241
5241
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5242
5242
|
|
|
5243
|
-
var _excluded$
|
|
5243
|
+
var _excluded$3k = ["gradient"];
|
|
5244
5244
|
|
|
5245
5245
|
/**
|
|
5246
5246
|
* @component ExpenseAddIcon
|
|
@@ -5270,7 +5270,7 @@
|
|
|
5270
5270
|
*/
|
|
5271
5271
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5272
5272
|
var gradient = _ref.gradient,
|
|
5273
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5273
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
5274
5274
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5275
5275
|
width: 24,
|
|
5276
5276
|
height: 24,
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5291
5291
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5292
5292
|
|
|
5293
|
-
var _excluded$
|
|
5293
|
+
var _excluded$3j = ["gradient"];
|
|
5294
5294
|
|
|
5295
5295
|
/**
|
|
5296
5296
|
* @component ExpensePlusIcon
|
|
@@ -5320,7 +5320,7 @@
|
|
|
5320
5320
|
*/
|
|
5321
5321
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5322
5322
|
var gradient = _ref.gradient,
|
|
5323
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5323
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
5324
5324
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5325
5325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5326
5326
|
width: 24,
|
|
@@ -5342,7 +5342,7 @@
|
|
|
5342
5342
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5343
5343
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5344
5344
|
|
|
5345
|
-
var _excluded$
|
|
5345
|
+
var _excluded$3i = ["gradient"];
|
|
5346
5346
|
|
|
5347
5347
|
/**
|
|
5348
5348
|
* @component EyeOffSmallIcon
|
|
@@ -5372,7 +5372,7 @@
|
|
|
5372
5372
|
*/
|
|
5373
5373
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5374
5374
|
var gradient = _ref.gradient,
|
|
5375
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5375
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
5376
5376
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5377
5377
|
width: 12,
|
|
5378
5378
|
height: 12,
|
|
@@ -5392,7 +5392,7 @@
|
|
|
5392
5392
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5393
5393
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5394
5394
|
|
|
5395
|
-
var _excluded$
|
|
5395
|
+
var _excluded$3h = ["gradient"];
|
|
5396
5396
|
|
|
5397
5397
|
/**
|
|
5398
5398
|
* @component EyeOffIcon
|
|
@@ -5422,7 +5422,7 @@
|
|
|
5422
5422
|
*/
|
|
5423
5423
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5424
5424
|
var gradient = _ref.gradient,
|
|
5425
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5425
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
5426
5426
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5427
5427
|
width: 24,
|
|
5428
5428
|
height: 24,
|
|
@@ -5442,7 +5442,7 @@
|
|
|
5442
5442
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5443
5443
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5444
5444
|
|
|
5445
|
-
var _excluded$
|
|
5445
|
+
var _excluded$3g = ["gradient"];
|
|
5446
5446
|
|
|
5447
5447
|
/**
|
|
5448
5448
|
* @component EyeSmallIcon
|
|
@@ -5472,7 +5472,7 @@
|
|
|
5472
5472
|
*/
|
|
5473
5473
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5474
5474
|
var gradient = _ref.gradient,
|
|
5475
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5475
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
5476
5476
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5477
5477
|
width: 12,
|
|
5478
5478
|
height: 12,
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
5493
5493
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
5494
5494
|
|
|
5495
|
-
var _excluded$
|
|
5495
|
+
var _excluded$3f = ["gradient"];
|
|
5496
5496
|
|
|
5497
5497
|
/**
|
|
5498
5498
|
* @component EyeIcon
|
|
@@ -5522,7 +5522,7 @@
|
|
|
5522
5522
|
*/
|
|
5523
5523
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5524
5524
|
var gradient = _ref.gradient,
|
|
5525
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5525
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
5526
5526
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5527
5527
|
width: 24,
|
|
5528
5528
|
height: 24,
|
|
@@ -5542,7 +5542,7 @@
|
|
|
5542
5542
|
EyeIcon.displayName = "EyeIcon";
|
|
5543
5543
|
var EyeIcon$1 = EyeIcon;
|
|
5544
5544
|
|
|
5545
|
-
var _excluded$
|
|
5545
|
+
var _excluded$3e = ["gradient"];
|
|
5546
5546
|
|
|
5547
5547
|
/**
|
|
5548
5548
|
* @component FilterIcon
|
|
@@ -5572,7 +5572,7 @@
|
|
|
5572
5572
|
*/
|
|
5573
5573
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5574
5574
|
var gradient = _ref.gradient,
|
|
5575
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5575
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
5576
5576
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5577
5577
|
width: 24,
|
|
5578
5578
|
height: 24,
|
|
@@ -5592,7 +5592,7 @@
|
|
|
5592
5592
|
FilterIcon.displayName = "FilterIcon";
|
|
5593
5593
|
var FilterIcon$1 = FilterIcon;
|
|
5594
5594
|
|
|
5595
|
-
var _excluded$
|
|
5595
|
+
var _excluded$3d = ["gradient"];
|
|
5596
5596
|
|
|
5597
5597
|
/**
|
|
5598
5598
|
* @component FolderMoveIcon
|
|
@@ -5622,7 +5622,7 @@
|
|
|
5622
5622
|
*/
|
|
5623
5623
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5624
5624
|
var gradient = _ref.gradient,
|
|
5625
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5625
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
5626
5626
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5627
5627
|
width: 24,
|
|
5628
5628
|
height: 24,
|
|
@@ -5642,7 +5642,7 @@
|
|
|
5642
5642
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
5643
5643
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
5644
5644
|
|
|
5645
|
-
var _excluded$
|
|
5645
|
+
var _excluded$3c = ["gradient"];
|
|
5646
5646
|
|
|
5647
5647
|
/**
|
|
5648
5648
|
* @component FolderOutlineIcon
|
|
@@ -5672,7 +5672,7 @@
|
|
|
5672
5672
|
*/
|
|
5673
5673
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5674
5674
|
var gradient = _ref.gradient,
|
|
5675
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5675
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
5676
5676
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5677
5677
|
width: 24,
|
|
5678
5678
|
height: 24,
|
|
@@ -5692,7 +5692,7 @@
|
|
|
5692
5692
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
5693
5693
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
5694
5694
|
|
|
5695
|
-
var _excluded$
|
|
5695
|
+
var _excluded$3b = ["gradient"];
|
|
5696
5696
|
|
|
5697
5697
|
/**
|
|
5698
5698
|
* @component GiftIcon
|
|
@@ -5722,7 +5722,7 @@
|
|
|
5722
5722
|
*/
|
|
5723
5723
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5724
5724
|
var gradient = _ref.gradient,
|
|
5725
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5725
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
5726
5726
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5727
5727
|
width: 24,
|
|
5728
5728
|
height: 24,
|
|
@@ -5743,7 +5743,7 @@
|
|
|
5743
5743
|
GiftIcon.displayName = "GiftIcon";
|
|
5744
5744
|
var GiftIcon$1 = GiftIcon;
|
|
5745
5745
|
|
|
5746
|
-
var _excluded$
|
|
5746
|
+
var _excluded$3a = ["gradient"];
|
|
5747
5747
|
|
|
5748
5748
|
/**
|
|
5749
5749
|
* @component GroupByIcon
|
|
@@ -5773,7 +5773,7 @@
|
|
|
5773
5773
|
*/
|
|
5774
5774
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5775
5775
|
var gradient = _ref.gradient,
|
|
5776
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5776
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
5777
5777
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5778
5778
|
width: 24,
|
|
5779
5779
|
height: 24,
|
|
@@ -5792,7 +5792,7 @@
|
|
|
5792
5792
|
GroupByIcon.displayName = "GroupByIcon";
|
|
5793
5793
|
var GroupByIcon$1 = GroupByIcon;
|
|
5794
5794
|
|
|
5795
|
-
var _excluded$
|
|
5795
|
+
var _excluded$39 = ["gradient"];
|
|
5796
5796
|
|
|
5797
5797
|
/**
|
|
5798
5798
|
* @component HashtagIcon
|
|
@@ -5822,7 +5822,7 @@
|
|
|
5822
5822
|
*/
|
|
5823
5823
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5824
5824
|
var gradient = _ref.gradient,
|
|
5825
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5825
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
5826
5826
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5827
5827
|
width: 24,
|
|
5828
5828
|
height: 24,
|
|
@@ -5843,7 +5843,7 @@
|
|
|
5843
5843
|
HashtagIcon.displayName = "HashtagIcon";
|
|
5844
5844
|
var HashtagIcon$1 = HashtagIcon;
|
|
5845
5845
|
|
|
5846
|
-
var _excluded$
|
|
5846
|
+
var _excluded$38 = ["gradient"];
|
|
5847
5847
|
|
|
5848
5848
|
/**
|
|
5849
5849
|
* @component HelpIcon
|
|
@@ -5873,7 +5873,7 @@
|
|
|
5873
5873
|
*/
|
|
5874
5874
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5875
5875
|
var gradient = _ref.gradient,
|
|
5876
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5876
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
5877
5877
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5878
5878
|
width: 24,
|
|
5879
5879
|
height: 24,
|
|
@@ -5893,7 +5893,7 @@
|
|
|
5893
5893
|
HelpIcon.displayName = "HelpIcon";
|
|
5894
5894
|
var HelpIcon$1 = HelpIcon;
|
|
5895
5895
|
|
|
5896
|
-
var _excluded$
|
|
5896
|
+
var _excluded$37 = ["gradient"];
|
|
5897
5897
|
|
|
5898
5898
|
/**
|
|
5899
5899
|
* @component HistoryOfChangesIcon
|
|
@@ -5923,7 +5923,7 @@
|
|
|
5923
5923
|
*/
|
|
5924
5924
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5925
5925
|
var gradient = _ref.gradient,
|
|
5926
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5926
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
5927
5927
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5928
5928
|
width: 24,
|
|
5929
5929
|
height: 24,
|
|
@@ -5944,7 +5944,7 @@
|
|
|
5944
5944
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
5945
5945
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
5946
5946
|
|
|
5947
|
-
var _excluded$
|
|
5947
|
+
var _excluded$36 = ["gradient"];
|
|
5948
5948
|
|
|
5949
5949
|
/**
|
|
5950
5950
|
* @component ImageIcon
|
|
@@ -5974,7 +5974,7 @@
|
|
|
5974
5974
|
*/
|
|
5975
5975
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5976
5976
|
var gradient = _ref.gradient,
|
|
5977
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5977
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
5978
5978
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5979
5979
|
width: 24,
|
|
5980
5980
|
height: 24,
|
|
@@ -5995,7 +5995,7 @@
|
|
|
5995
5995
|
ImageIcon.displayName = "ImageIcon";
|
|
5996
5996
|
var ImageIcon$1 = ImageIcon;
|
|
5997
5997
|
|
|
5998
|
-
var _excluded$
|
|
5998
|
+
var _excluded$35 = ["gradient"];
|
|
5999
5999
|
|
|
6000
6000
|
/**
|
|
6001
6001
|
* @component InfoSmallIcon
|
|
@@ -6025,7 +6025,7 @@
|
|
|
6025
6025
|
*/
|
|
6026
6026
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6027
6027
|
var gradient = _ref.gradient,
|
|
6028
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6028
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
6029
6029
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6030
6030
|
width: 15,
|
|
6031
6031
|
height: 15,
|
|
@@ -6045,7 +6045,7 @@
|
|
|
6045
6045
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
6046
6046
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
6047
6047
|
|
|
6048
|
-
var _excluded$
|
|
6048
|
+
var _excluded$34 = ["gradient"];
|
|
6049
6049
|
|
|
6050
6050
|
/**
|
|
6051
6051
|
* @component InfoIcon
|
|
@@ -6075,7 +6075,7 @@
|
|
|
6075
6075
|
*/
|
|
6076
6076
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6077
6077
|
var gradient = _ref.gradient,
|
|
6078
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6078
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
6079
6079
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6080
6080
|
width: 24,
|
|
6081
6081
|
height: 24,
|
|
@@ -6095,7 +6095,7 @@
|
|
|
6095
6095
|
InfoIcon.displayName = "InfoIcon";
|
|
6096
6096
|
var InfoIcon$1 = InfoIcon;
|
|
6097
6097
|
|
|
6098
|
-
var _excluded$
|
|
6098
|
+
var _excluded$33 = ["gradient"];
|
|
6099
6099
|
|
|
6100
6100
|
/**
|
|
6101
6101
|
* @component InsertLinkIcon
|
|
@@ -6125,7 +6125,7 @@
|
|
|
6125
6125
|
*/
|
|
6126
6126
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6127
6127
|
var gradient = _ref.gradient,
|
|
6128
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6128
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
6129
6129
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6130
6130
|
width: 24,
|
|
6131
6131
|
height: 24,
|
|
@@ -6145,7 +6145,7 @@
|
|
|
6145
6145
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
6146
6146
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
6147
6147
|
|
|
6148
|
-
var _excluded$
|
|
6148
|
+
var _excluded$32 = ["gradient"];
|
|
6149
6149
|
|
|
6150
6150
|
/**
|
|
6151
6151
|
* @component IntegrationsIcon
|
|
@@ -6175,7 +6175,7 @@
|
|
|
6175
6175
|
*/
|
|
6176
6176
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6177
6177
|
var gradient = _ref.gradient,
|
|
6178
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6178
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
6179
6179
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6180
6180
|
width: 24,
|
|
6181
6181
|
height: 24,
|
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
6200
6200
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
6201
6201
|
|
|
6202
|
-
var _excluded$
|
|
6202
|
+
var _excluded$31 = ["gradient"];
|
|
6203
6203
|
|
|
6204
6204
|
/**
|
|
6205
6205
|
* @component InvoicesIcon
|
|
@@ -6229,7 +6229,7 @@
|
|
|
6229
6229
|
*/
|
|
6230
6230
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6231
6231
|
var gradient = _ref.gradient,
|
|
6232
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6232
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
6233
6233
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6234
6234
|
width: 24,
|
|
6235
6235
|
height: 24,
|
|
@@ -6253,7 +6253,7 @@
|
|
|
6253
6253
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
6254
6254
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
6255
6255
|
|
|
6256
|
-
var _excluded$
|
|
6256
|
+
var _excluded$30 = ["gradient"];
|
|
6257
6257
|
|
|
6258
6258
|
/**
|
|
6259
6259
|
* @component LabelsIcon
|
|
@@ -6283,7 +6283,7 @@
|
|
|
6283
6283
|
*/
|
|
6284
6284
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6285
6285
|
var gradient = _ref.gradient,
|
|
6286
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6286
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
6287
6287
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6288
6288
|
width: 24,
|
|
6289
6289
|
height: 24,
|
|
@@ -6303,7 +6303,7 @@
|
|
|
6303
6303
|
LabelsIcon.displayName = "LabelsIcon";
|
|
6304
6304
|
var LabelsIcon$1 = LabelsIcon;
|
|
6305
6305
|
|
|
6306
|
-
var _excluded$
|
|
6306
|
+
var _excluded$2$ = ["gradient"];
|
|
6307
6307
|
|
|
6308
6308
|
/**
|
|
6309
6309
|
* @component LetterArrowRightIcon
|
|
@@ -6333,7 +6333,7 @@
|
|
|
6333
6333
|
*/
|
|
6334
6334
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6335
6335
|
var gradient = _ref.gradient,
|
|
6336
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6336
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
6337
6337
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6338
6338
|
width: 24,
|
|
6339
6339
|
height: 24,
|
|
@@ -6354,7 +6354,7 @@
|
|
|
6354
6354
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
6355
6355
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
6356
6356
|
|
|
6357
|
-
var _excluded$
|
|
6357
|
+
var _excluded$2_ = ["gradient"];
|
|
6358
6358
|
|
|
6359
6359
|
/**
|
|
6360
6360
|
* @component LetterFastIcon
|
|
@@ -6384,7 +6384,7 @@
|
|
|
6384
6384
|
*/
|
|
6385
6385
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6386
6386
|
var gradient = _ref.gradient,
|
|
6387
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6387
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
6388
6388
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6389
6389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6390
6390
|
width: 24,
|
|
@@ -6404,7 +6404,7 @@
|
|
|
6404
6404
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
6405
6405
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
6406
6406
|
|
|
6407
|
-
var _excluded$
|
|
6407
|
+
var _excluded$2Z = ["gradient"];
|
|
6408
6408
|
|
|
6409
6409
|
/**
|
|
6410
6410
|
* @component LetterIcon
|
|
@@ -6434,7 +6434,7 @@
|
|
|
6434
6434
|
*/
|
|
6435
6435
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6436
6436
|
var gradient = _ref.gradient,
|
|
6437
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6437
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
6438
6438
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6439
6439
|
width: 24,
|
|
6440
6440
|
height: 24,
|
|
@@ -6455,7 +6455,7 @@
|
|
|
6455
6455
|
LetterIcon.displayName = "LetterIcon";
|
|
6456
6456
|
var LetterIcon$1 = LetterIcon;
|
|
6457
6457
|
|
|
6458
|
-
var _excluded$
|
|
6458
|
+
var _excluded$2Y = ["gradient"];
|
|
6459
6459
|
|
|
6460
6460
|
/**
|
|
6461
6461
|
* @component LockSmallIcon
|
|
@@ -6485,7 +6485,7 @@
|
|
|
6485
6485
|
*/
|
|
6486
6486
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6487
6487
|
var gradient = _ref.gradient,
|
|
6488
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6488
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
6489
6489
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6490
6490
|
width: 12,
|
|
6491
6491
|
height: 12,
|
|
@@ -6505,7 +6505,7 @@
|
|
|
6505
6505
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
6506
6506
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
6507
6507
|
|
|
6508
|
-
var _excluded$
|
|
6508
|
+
var _excluded$2X = ["gradient"];
|
|
6509
6509
|
|
|
6510
6510
|
/**
|
|
6511
6511
|
* @component LockIcon
|
|
@@ -6535,7 +6535,7 @@
|
|
|
6535
6535
|
*/
|
|
6536
6536
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6537
6537
|
var gradient = _ref.gradient,
|
|
6538
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6538
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
6539
6539
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6540
6540
|
width: 24,
|
|
6541
6541
|
height: 24,
|
|
@@ -6555,7 +6555,7 @@
|
|
|
6555
6555
|
LockIcon.displayName = "LockIcon";
|
|
6556
6556
|
var LockIcon$1 = LockIcon;
|
|
6557
6557
|
|
|
6558
|
-
var _excluded$
|
|
6558
|
+
var _excluded$2W = ["gradient"];
|
|
6559
6559
|
|
|
6560
6560
|
/**
|
|
6561
6561
|
* @component MarkerIcon
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
*/
|
|
6586
6586
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6587
6587
|
var gradient = _ref.gradient,
|
|
6588
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6588
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
6589
6589
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6590
6590
|
width: 24,
|
|
6591
6591
|
height: 24,
|
|
@@ -6605,7 +6605,7 @@
|
|
|
6605
6605
|
MarkerIcon.displayName = "MarkerIcon";
|
|
6606
6606
|
var MarkerIcon$1 = MarkerIcon;
|
|
6607
6607
|
|
|
6608
|
-
var _excluded$
|
|
6608
|
+
var _excluded$2V = ["gradient"];
|
|
6609
6609
|
|
|
6610
6610
|
/**
|
|
6611
6611
|
* @component MessageAddIcon
|
|
@@ -6635,7 +6635,7 @@
|
|
|
6635
6635
|
*/
|
|
6636
6636
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6637
6637
|
var gradient = _ref.gradient,
|
|
6638
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6638
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
6639
6639
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6640
6640
|
width: 24,
|
|
6641
6641
|
height: 24,
|
|
@@ -6654,7 +6654,7 @@
|
|
|
6654
6654
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
6655
6655
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
6656
6656
|
|
|
6657
|
-
var _excluded$
|
|
6657
|
+
var _excluded$2U = ["gradient"];
|
|
6658
6658
|
|
|
6659
6659
|
/**
|
|
6660
6660
|
* @component MessageEmptyIcon
|
|
@@ -6684,7 +6684,7 @@
|
|
|
6684
6684
|
*/
|
|
6685
6685
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6686
6686
|
var gradient = _ref.gradient,
|
|
6687
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6687
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
6688
6688
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6689
6689
|
width: 24,
|
|
6690
6690
|
height: 24,
|
|
@@ -6704,7 +6704,7 @@
|
|
|
6704
6704
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
6705
6705
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
6706
6706
|
|
|
6707
|
-
var _excluded$
|
|
6707
|
+
var _excluded$2T = ["gradient"];
|
|
6708
6708
|
|
|
6709
6709
|
/**
|
|
6710
6710
|
* @component MessageSmallIcon
|
|
@@ -6734,7 +6734,7 @@
|
|
|
6734
6734
|
*/
|
|
6735
6735
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6736
6736
|
var gradient = _ref.gradient,
|
|
6737
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6737
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
6738
6738
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6739
6739
|
width: 12,
|
|
6740
6740
|
height: 12,
|
|
@@ -6754,7 +6754,7 @@
|
|
|
6754
6754
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
6755
6755
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
6756
6756
|
|
|
6757
|
-
var _excluded$
|
|
6757
|
+
var _excluded$2S = ["gradient"];
|
|
6758
6758
|
|
|
6759
6759
|
/**
|
|
6760
6760
|
* @component MessageSolidIcon
|
|
@@ -6784,7 +6784,7 @@
|
|
|
6784
6784
|
*/
|
|
6785
6785
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6786
6786
|
var gradient = _ref.gradient,
|
|
6787
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6787
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
6788
6788
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6789
6789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6790
6790
|
width: 24,
|
|
@@ -6804,7 +6804,7 @@
|
|
|
6804
6804
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
6805
6805
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
6806
6806
|
|
|
6807
|
-
var _excluded$
|
|
6807
|
+
var _excluded$2R = ["gradient"];
|
|
6808
6808
|
|
|
6809
6809
|
/**
|
|
6810
6810
|
* @component MessageIcon
|
|
@@ -6834,7 +6834,7 @@
|
|
|
6834
6834
|
*/
|
|
6835
6835
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6836
6836
|
var gradient = _ref.gradient,
|
|
6837
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6837
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
6838
6838
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6839
6839
|
width: 24,
|
|
6840
6840
|
height: 24,
|
|
@@ -6854,7 +6854,7 @@
|
|
|
6854
6854
|
MessageIcon.displayName = "MessageIcon";
|
|
6855
6855
|
var MessageIcon$1 = MessageIcon;
|
|
6856
6856
|
|
|
6857
|
-
var _excluded$
|
|
6857
|
+
var _excluded$2Q = ["gradient"];
|
|
6858
6858
|
|
|
6859
6859
|
/**
|
|
6860
6860
|
* @component MinusIcon
|
|
@@ -6884,7 +6884,7 @@
|
|
|
6884
6884
|
*/
|
|
6885
6885
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6886
6886
|
var gradient = _ref.gradient,
|
|
6887
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6887
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
6888
6888
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6889
6889
|
width: 24,
|
|
6890
6890
|
height: 24,
|
|
@@ -6908,7 +6908,7 @@
|
|
|
6908
6908
|
MinusIcon.displayName = "MinusIcon";
|
|
6909
6909
|
var MinusIcon$1 = MinusIcon;
|
|
6910
6910
|
|
|
6911
|
-
var _excluded$
|
|
6911
|
+
var _excluded$2P = ["gradient"];
|
|
6912
6912
|
|
|
6913
6913
|
/**
|
|
6914
6914
|
* @component MobileMenuIcon
|
|
@@ -6938,7 +6938,7 @@
|
|
|
6938
6938
|
*/
|
|
6939
6939
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6940
6940
|
var gradient = _ref.gradient,
|
|
6941
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6941
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
6942
6942
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6943
6943
|
width: 24,
|
|
6944
6944
|
height: 24,
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
6960
6960
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
6961
6961
|
|
|
6962
|
-
var _excluded$
|
|
6962
|
+
var _excluded$2O = ["gradient"];
|
|
6963
6963
|
|
|
6964
6964
|
/**
|
|
6965
6965
|
* @component MoonIcon
|
|
@@ -6989,7 +6989,7 @@
|
|
|
6989
6989
|
*/
|
|
6990
6990
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6991
6991
|
var gradient = _ref.gradient,
|
|
6992
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6992
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
6993
6993
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6994
6994
|
width: 20,
|
|
6995
6995
|
height: 20,
|
|
@@ -7010,7 +7010,7 @@
|
|
|
7010
7010
|
MoonIcon.displayName = "MoonIcon";
|
|
7011
7011
|
var MoonIcon$1 = MoonIcon;
|
|
7012
7012
|
|
|
7013
|
-
var _excluded$
|
|
7013
|
+
var _excluded$2N = ["gradient"];
|
|
7014
7014
|
|
|
7015
7015
|
/**
|
|
7016
7016
|
* @component MoveTriggerIcon
|
|
@@ -7040,7 +7040,7 @@
|
|
|
7040
7040
|
*/
|
|
7041
7041
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7042
7042
|
var gradient = _ref.gradient,
|
|
7043
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7043
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
7044
7044
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7045
7045
|
width: 10,
|
|
7046
7046
|
height: 10,
|
|
@@ -7060,7 +7060,7 @@
|
|
|
7060
7060
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
7061
7061
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
7062
7062
|
|
|
7063
|
-
var _excluded$
|
|
7063
|
+
var _excluded$2M = ["gradient"];
|
|
7064
7064
|
|
|
7065
7065
|
/**
|
|
7066
7066
|
* @component MoveIcon
|
|
@@ -7090,7 +7090,7 @@
|
|
|
7090
7090
|
*/
|
|
7091
7091
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7092
7092
|
var gradient = _ref.gradient,
|
|
7093
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7093
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
7094
7094
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7095
7095
|
width: 24,
|
|
7096
7096
|
height: 24,
|
|
@@ -7111,7 +7111,7 @@
|
|
|
7111
7111
|
MoveIcon.displayName = "MoveIcon";
|
|
7112
7112
|
var MoveIcon$1 = MoveIcon;
|
|
7113
7113
|
|
|
7114
|
-
var _excluded$
|
|
7114
|
+
var _excluded$2L = ["gradient"];
|
|
7115
7115
|
|
|
7116
7116
|
/**
|
|
7117
7117
|
* @component MyWorkIcon
|
|
@@ -7141,7 +7141,7 @@
|
|
|
7141
7141
|
*/
|
|
7142
7142
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7143
7143
|
var gradient = _ref.gradient,
|
|
7144
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7144
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
7145
7145
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7146
7146
|
width: 24,
|
|
7147
7147
|
height: 24,
|
|
@@ -7165,7 +7165,7 @@
|
|
|
7165
7165
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
7166
7166
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
7167
7167
|
|
|
7168
|
-
var _excluded$
|
|
7168
|
+
var _excluded$2K = ["gradient"];
|
|
7169
7169
|
|
|
7170
7170
|
/**
|
|
7171
7171
|
* @component NoteAddIcon
|
|
@@ -7195,7 +7195,7 @@
|
|
|
7195
7195
|
*/
|
|
7196
7196
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7197
7197
|
var gradient = _ref.gradient,
|
|
7198
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7198
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
7199
7199
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7200
7200
|
width: 24,
|
|
7201
7201
|
height: 24,
|
|
@@ -7215,7 +7215,7 @@
|
|
|
7215
7215
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
7216
7216
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
7217
7217
|
|
|
7218
|
-
var _excluded$
|
|
7218
|
+
var _excluded$2J = ["gradient"];
|
|
7219
7219
|
|
|
7220
7220
|
/**
|
|
7221
7221
|
* @component NoteIcon
|
|
@@ -7245,7 +7245,7 @@
|
|
|
7245
7245
|
*/
|
|
7246
7246
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7247
7247
|
var gradient = _ref.gradient,
|
|
7248
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7248
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
7249
7249
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7250
7250
|
width: 24,
|
|
7251
7251
|
height: 24,
|
|
@@ -7265,7 +7265,7 @@
|
|
|
7265
7265
|
NoteIcon.displayName = "NoteIcon";
|
|
7266
7266
|
var NoteIcon$1 = NoteIcon;
|
|
7267
7267
|
|
|
7268
|
-
var _excluded$
|
|
7268
|
+
var _excluded$2I = ["gradient"];
|
|
7269
7269
|
|
|
7270
7270
|
/**
|
|
7271
7271
|
* @component NotebookIcon
|
|
@@ -7295,7 +7295,7 @@
|
|
|
7295
7295
|
*/
|
|
7296
7296
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7297
7297
|
var gradient = _ref.gradient,
|
|
7298
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7298
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
7299
7299
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7300
7300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7301
7301
|
width: 24,
|
|
@@ -7315,7 +7315,7 @@
|
|
|
7315
7315
|
NotebookIcon.displayName = "NotebookIcon";
|
|
7316
7316
|
var NotebookIcon$1 = NotebookIcon;
|
|
7317
7317
|
|
|
7318
|
-
var _excluded$
|
|
7318
|
+
var _excluded$2H = ["gradient"];
|
|
7319
7319
|
|
|
7320
7320
|
/**
|
|
7321
7321
|
* @component NotificationBellIcon
|
|
@@ -7345,7 +7345,7 @@
|
|
|
7345
7345
|
*/
|
|
7346
7346
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7347
7347
|
var gradient = _ref.gradient,
|
|
7348
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7348
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
7349
7349
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7350
7350
|
width: 24,
|
|
7351
7351
|
height: 24,
|
|
@@ -7364,7 +7364,7 @@
|
|
|
7364
7364
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
7365
7365
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
7366
7366
|
|
|
7367
|
-
var _excluded$
|
|
7367
|
+
var _excluded$2G = ["gradient"];
|
|
7368
7368
|
|
|
7369
7369
|
/**
|
|
7370
7370
|
* @component OpenExpandedIcon
|
|
@@ -7394,7 +7394,7 @@
|
|
|
7394
7394
|
*/
|
|
7395
7395
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7396
7396
|
var gradient = _ref.gradient,
|
|
7397
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7397
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
7398
7398
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7399
7399
|
width: 24,
|
|
7400
7400
|
height: 24,
|
|
@@ -7414,7 +7414,7 @@
|
|
|
7414
7414
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
7415
7415
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
7416
7416
|
|
|
7417
|
-
var _excluded$
|
|
7417
|
+
var _excluded$2F = ["gradient"];
|
|
7418
7418
|
|
|
7419
7419
|
/**
|
|
7420
7420
|
* @component OpenSheetIcon
|
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
*/
|
|
7445
7445
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7446
7446
|
var gradient = _ref.gradient,
|
|
7447
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7447
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
7448
7448
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7449
7449
|
width: 24,
|
|
7450
7450
|
height: 24,
|
|
@@ -7469,7 +7469,7 @@
|
|
|
7469
7469
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
7470
7470
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
7471
7471
|
|
|
7472
|
-
var _excluded$
|
|
7472
|
+
var _excluded$2E = ["gradient"];
|
|
7473
7473
|
|
|
7474
7474
|
/**
|
|
7475
7475
|
* @component OrderFirstIcon
|
|
@@ -7499,7 +7499,7 @@
|
|
|
7499
7499
|
*/
|
|
7500
7500
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7501
7501
|
var gradient = _ref.gradient,
|
|
7502
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7502
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
7503
7503
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7504
7504
|
width: 24,
|
|
7505
7505
|
height: 24,
|
|
@@ -7519,7 +7519,7 @@
|
|
|
7519
7519
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
7520
7520
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
7521
7521
|
|
|
7522
|
-
var _excluded$
|
|
7522
|
+
var _excluded$2D = ["gradient"];
|
|
7523
7523
|
|
|
7524
7524
|
/**
|
|
7525
7525
|
* @component PaidSmallIcon
|
|
@@ -7549,7 +7549,7 @@
|
|
|
7549
7549
|
*/
|
|
7550
7550
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7551
7551
|
var gradient = _ref.gradient,
|
|
7552
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7552
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
7553
7553
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7554
7554
|
width: 12,
|
|
7555
7555
|
height: 12,
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
7570
7570
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
7571
7571
|
|
|
7572
|
-
var _excluded$
|
|
7572
|
+
var _excluded$2C = ["gradient"];
|
|
7573
7573
|
|
|
7574
7574
|
/**
|
|
7575
7575
|
* @component PauseCircleOutlineIcon
|
|
@@ -7599,7 +7599,7 @@
|
|
|
7599
7599
|
*/
|
|
7600
7600
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7601
7601
|
var gradient = _ref.gradient,
|
|
7602
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7602
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
7603
7603
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7604
7604
|
width: 24,
|
|
7605
7605
|
height: 24,
|
|
@@ -7619,7 +7619,7 @@
|
|
|
7619
7619
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
7620
7620
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
7621
7621
|
|
|
7622
|
-
var _excluded$
|
|
7622
|
+
var _excluded$2B = ["gradient"];
|
|
7623
7623
|
|
|
7624
7624
|
/**
|
|
7625
7625
|
* @component PauseIcon
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
*/
|
|
7650
7650
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7651
7651
|
var gradient = _ref.gradient,
|
|
7652
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7652
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
7653
7653
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7654
7654
|
width: 24,
|
|
7655
7655
|
height: 24,
|
|
@@ -7669,7 +7669,7 @@
|
|
|
7669
7669
|
PauseIcon.displayName = "PauseIcon";
|
|
7670
7670
|
var PauseIcon$1 = PauseIcon;
|
|
7671
7671
|
|
|
7672
|
-
var _excluded$
|
|
7672
|
+
var _excluded$2A = ["gradient"];
|
|
7673
7673
|
|
|
7674
7674
|
/**
|
|
7675
7675
|
* @component PauseSmallIcon
|
|
@@ -7699,7 +7699,7 @@
|
|
|
7699
7699
|
*/
|
|
7700
7700
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7701
7701
|
var gradient = _ref.gradient,
|
|
7702
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7702
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
7703
7703
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7704
7704
|
width: 24,
|
|
7705
7705
|
height: 24,
|
|
@@ -7719,7 +7719,7 @@
|
|
|
7719
7719
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
7720
7720
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
7721
7721
|
|
|
7722
|
-
var _excluded$
|
|
7722
|
+
var _excluded$2z = ["gradient"];
|
|
7723
7723
|
|
|
7724
7724
|
/**
|
|
7725
7725
|
* @component PencilSmallIcon
|
|
@@ -7749,7 +7749,7 @@
|
|
|
7749
7749
|
*/
|
|
7750
7750
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7751
7751
|
var gradient = _ref.gradient,
|
|
7752
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7752
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
7753
7753
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7754
7754
|
width: 12,
|
|
7755
7755
|
height: 12,
|
|
@@ -7768,7 +7768,7 @@
|
|
|
7768
7768
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
7769
7769
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
7770
7770
|
|
|
7771
|
-
var _excluded$
|
|
7771
|
+
var _excluded$2y = ["gradient"];
|
|
7772
7772
|
|
|
7773
7773
|
/**
|
|
7774
7774
|
* @component PencilIcon
|
|
@@ -7798,7 +7798,7 @@
|
|
|
7798
7798
|
*/
|
|
7799
7799
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7800
7800
|
var gradient = _ref.gradient,
|
|
7801
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7801
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
7802
7802
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7803
7803
|
width: 24,
|
|
7804
7804
|
height: 24,
|
|
@@ -7817,7 +7817,7 @@
|
|
|
7817
7817
|
PencilIcon.displayName = "PencilIcon";
|
|
7818
7818
|
var PencilIcon$1 = PencilIcon;
|
|
7819
7819
|
|
|
7820
|
-
var _excluded$
|
|
7820
|
+
var _excluded$2x = ["gradient"];
|
|
7821
7821
|
|
|
7822
7822
|
/**
|
|
7823
7823
|
* @component PendingPaymentSmallIcon
|
|
@@ -7847,7 +7847,7 @@
|
|
|
7847
7847
|
*/
|
|
7848
7848
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7849
7849
|
var gradient = _ref.gradient,
|
|
7850
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7850
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
7851
7851
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7852
7852
|
width: 12,
|
|
7853
7853
|
height: 12,
|
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
7868
7868
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
7869
7869
|
|
|
7870
|
-
var _excluded$
|
|
7870
|
+
var _excluded$2w = ["gradient"];
|
|
7871
7871
|
|
|
7872
7872
|
/**
|
|
7873
7873
|
* @component PeopleIcon
|
|
@@ -7897,7 +7897,7 @@
|
|
|
7897
7897
|
*/
|
|
7898
7898
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7899
7899
|
var gradient = _ref.gradient,
|
|
7900
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7900
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
7901
7901
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7902
7902
|
width: 24,
|
|
7903
7903
|
height: 24,
|
|
@@ -7921,7 +7921,7 @@
|
|
|
7921
7921
|
PeopleIcon.displayName = "PeopleIcon";
|
|
7922
7922
|
var PeopleIcon$1 = PeopleIcon;
|
|
7923
7923
|
|
|
7924
|
-
var _excluded$
|
|
7924
|
+
var _excluded$2v = ["gradient"];
|
|
7925
7925
|
|
|
7926
7926
|
/**
|
|
7927
7927
|
* @component PersonArrowOutCircleIcon
|
|
@@ -7951,7 +7951,7 @@
|
|
|
7951
7951
|
*/
|
|
7952
7952
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7953
7953
|
var gradient = _ref.gradient,
|
|
7954
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7954
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
7955
7955
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7956
7956
|
width: 24,
|
|
7957
7957
|
height: 24,
|
|
@@ -7972,7 +7972,7 @@
|
|
|
7972
7972
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
7973
7973
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
7974
7974
|
|
|
7975
|
-
var _excluded$
|
|
7975
|
+
var _excluded$2u = ["gradient"];
|
|
7976
7976
|
|
|
7977
7977
|
/**
|
|
7978
7978
|
* @component PersonCircleOffIcon
|
|
@@ -8002,7 +8002,7 @@
|
|
|
8002
8002
|
*/
|
|
8003
8003
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8004
8004
|
var gradient = _ref.gradient,
|
|
8005
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8005
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
8006
8006
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8007
8007
|
width: 24,
|
|
8008
8008
|
height: 24,
|
|
@@ -8022,7 +8022,7 @@
|
|
|
8022
8022
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
8023
8023
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
8024
8024
|
|
|
8025
|
-
var _excluded$
|
|
8025
|
+
var _excluded$2t = ["gradient"];
|
|
8026
8026
|
|
|
8027
8027
|
/**
|
|
8028
8028
|
* @component PersonCircleIcon
|
|
@@ -8052,7 +8052,7 @@
|
|
|
8052
8052
|
*/
|
|
8053
8053
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8054
8054
|
var gradient = _ref.gradient,
|
|
8055
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8055
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
8056
8056
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8057
8057
|
width: 24,
|
|
8058
8058
|
height: 24,
|
|
@@ -8072,7 +8072,7 @@
|
|
|
8072
8072
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
8073
8073
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
8074
8074
|
|
|
8075
|
-
var _excluded$
|
|
8075
|
+
var _excluded$2s = ["gradient"];
|
|
8076
8076
|
|
|
8077
8077
|
/**
|
|
8078
8078
|
* @component PersonListIcon
|
|
@@ -8102,7 +8102,7 @@
|
|
|
8102
8102
|
*/
|
|
8103
8103
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8104
8104
|
var gradient = _ref.gradient,
|
|
8105
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8105
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
8106
8106
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8107
8107
|
width: 24,
|
|
8108
8108
|
height: 24,
|
|
@@ -8123,7 +8123,7 @@
|
|
|
8123
8123
|
PersonListIcon.displayName = "PersonListIcon";
|
|
8124
8124
|
var PersonListIcon$1 = PersonListIcon;
|
|
8125
8125
|
|
|
8126
|
-
var _excluded$
|
|
8126
|
+
var _excluded$2r = ["gradient"];
|
|
8127
8127
|
|
|
8128
8128
|
/**
|
|
8129
8129
|
* @component PersonPlusIcon
|
|
@@ -8153,7 +8153,7 @@
|
|
|
8153
8153
|
*/
|
|
8154
8154
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8155
8155
|
var gradient = _ref.gradient,
|
|
8156
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8156
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
8157
8157
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8158
8158
|
width: 24,
|
|
8159
8159
|
height: 24,
|
|
@@ -8173,7 +8173,7 @@
|
|
|
8173
8173
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
8174
8174
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
8175
8175
|
|
|
8176
|
-
var _excluded$
|
|
8176
|
+
var _excluded$2q = ["gradient"];
|
|
8177
8177
|
|
|
8178
8178
|
/**
|
|
8179
8179
|
* @component PersonIcon
|
|
@@ -8203,7 +8203,7 @@
|
|
|
8203
8203
|
*/
|
|
8204
8204
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8205
8205
|
var gradient = _ref.gradient,
|
|
8206
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8206
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
8207
8207
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8208
8208
|
width: 24,
|
|
8209
8209
|
height: 24,
|
|
@@ -8223,7 +8223,7 @@
|
|
|
8223
8223
|
PersonIcon.displayName = "PersonIcon";
|
|
8224
8224
|
var PersonIcon$1 = PersonIcon;
|
|
8225
8225
|
|
|
8226
|
-
var _excluded$
|
|
8226
|
+
var _excluded$2p = ["gradient"];
|
|
8227
8227
|
|
|
8228
8228
|
/**
|
|
8229
8229
|
* @component PinIcon
|
|
@@ -8253,7 +8253,7 @@
|
|
|
8253
8253
|
*/
|
|
8254
8254
|
var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8255
8255
|
var gradient = _ref.gradient,
|
|
8256
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8256
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
8257
8257
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8258
8258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8259
8259
|
width: 24,
|
|
@@ -8273,7 +8273,7 @@
|
|
|
8273
8273
|
PinIcon.displayName = "PinIcon";
|
|
8274
8274
|
var PinIcon$1 = PinIcon;
|
|
8275
8275
|
|
|
8276
|
-
var _excluded$
|
|
8276
|
+
var _excluded$2o = ["gradient"];
|
|
8277
8277
|
|
|
8278
8278
|
/**
|
|
8279
8279
|
* @component PlayCircleOutlineIcon
|
|
@@ -8303,7 +8303,7 @@
|
|
|
8303
8303
|
*/
|
|
8304
8304
|
var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8305
8305
|
var gradient = _ref.gradient,
|
|
8306
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8306
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
8307
8307
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8308
8308
|
width: 24,
|
|
8309
8309
|
height: 24,
|
|
@@ -8323,7 +8323,7 @@
|
|
|
8323
8323
|
PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
|
|
8324
8324
|
var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
|
|
8325
8325
|
|
|
8326
|
-
var _excluded$
|
|
8326
|
+
var _excluded$2n = ["gradient"];
|
|
8327
8327
|
|
|
8328
8328
|
/**
|
|
8329
8329
|
* @component PlayIcon
|
|
@@ -8353,7 +8353,7 @@
|
|
|
8353
8353
|
*/
|
|
8354
8354
|
var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8355
8355
|
var gradient = _ref.gradient,
|
|
8356
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8356
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
8357
8357
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8358
8358
|
width: 24,
|
|
8359
8359
|
height: 24,
|
|
@@ -8373,7 +8373,7 @@
|
|
|
8373
8373
|
PlayIcon.displayName = "PlayIcon";
|
|
8374
8374
|
var PlayIcon$1 = PlayIcon;
|
|
8375
8375
|
|
|
8376
|
-
var _excluded$
|
|
8376
|
+
var _excluded$2m = ["gradient"];
|
|
8377
8377
|
|
|
8378
8378
|
/**
|
|
8379
8379
|
* @component PlaySmallIcon
|
|
@@ -8403,7 +8403,7 @@
|
|
|
8403
8403
|
*/
|
|
8404
8404
|
var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8405
8405
|
var gradient = _ref.gradient,
|
|
8406
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8406
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
8407
8407
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8408
8408
|
width: 24,
|
|
8409
8409
|
height: 24,
|
|
@@ -8423,7 +8423,7 @@
|
|
|
8423
8423
|
PlaySmallIcon.displayName = "PlaySmallIcon";
|
|
8424
8424
|
var PlaySmallIcon$1 = PlaySmallIcon;
|
|
8425
8425
|
|
|
8426
|
-
var _excluded$
|
|
8426
|
+
var _excluded$2l = ["gradient"];
|
|
8427
8427
|
|
|
8428
8428
|
/**
|
|
8429
8429
|
* @component PriorityLowIcon
|
|
@@ -8453,7 +8453,7 @@
|
|
|
8453
8453
|
*/
|
|
8454
8454
|
var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8455
8455
|
var gradient = _ref.gradient,
|
|
8456
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8456
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
8457
8457
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8458
8458
|
width: 24,
|
|
8459
8459
|
height: 24,
|
|
@@ -8474,7 +8474,7 @@
|
|
|
8474
8474
|
PriorityLowIcon.displayName = "PriorityLowIcon";
|
|
8475
8475
|
var PriorityLowIcon$1 = PriorityLowIcon;
|
|
8476
8476
|
|
|
8477
|
-
var _excluded$
|
|
8477
|
+
var _excluded$2k = ["gradient"];
|
|
8478
8478
|
|
|
8479
8479
|
/**
|
|
8480
8480
|
* @component ProjectAddIcon
|
|
@@ -8504,7 +8504,7 @@
|
|
|
8504
8504
|
*/
|
|
8505
8505
|
var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8506
8506
|
var gradient = _ref.gradient,
|
|
8507
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8507
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
8508
8508
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8509
8509
|
width: 24,
|
|
8510
8510
|
height: 24,
|
|
@@ -8524,7 +8524,7 @@
|
|
|
8524
8524
|
ProjectAddIcon.displayName = "ProjectAddIcon";
|
|
8525
8525
|
var ProjectAddIcon$1 = ProjectAddIcon;
|
|
8526
8526
|
|
|
8527
|
-
var _excluded$
|
|
8527
|
+
var _excluded$2j = ["gradient"];
|
|
8528
8528
|
|
|
8529
8529
|
/**
|
|
8530
8530
|
* @component ProjectSearchIcon
|
|
@@ -8554,7 +8554,7 @@
|
|
|
8554
8554
|
*/
|
|
8555
8555
|
var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8556
8556
|
var gradient = _ref.gradient,
|
|
8557
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8557
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
8558
8558
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8559
8559
|
width: 24,
|
|
8560
8560
|
height: 24,
|
|
@@ -8575,7 +8575,7 @@
|
|
|
8575
8575
|
ProjectSearchIcon.displayName = "ProjectSearchIcon";
|
|
8576
8576
|
var ProjectSearchIcon$1 = ProjectSearchIcon;
|
|
8577
8577
|
|
|
8578
|
-
var _excluded$
|
|
8578
|
+
var _excluded$2i = ["gradient"];
|
|
8579
8579
|
|
|
8580
8580
|
/**
|
|
8581
8581
|
* @component ProjectStarIcon
|
|
@@ -8605,7 +8605,7 @@
|
|
|
8605
8605
|
*/
|
|
8606
8606
|
var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8607
8607
|
var gradient = _ref.gradient,
|
|
8608
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8608
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
8609
8609
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8610
8610
|
width: 24,
|
|
8611
8611
|
height: 24,
|
|
@@ -8628,7 +8628,7 @@
|
|
|
8628
8628
|
ProjectStarIcon.displayName = "ProjectStarIcon";
|
|
8629
8629
|
var ProjectStarIcon$1 = ProjectStarIcon;
|
|
8630
8630
|
|
|
8631
|
-
var _excluded$
|
|
8631
|
+
var _excluded$2h = ["gradient"];
|
|
8632
8632
|
|
|
8633
8633
|
/**
|
|
8634
8634
|
* @component ProjectTemplateAddIcon
|
|
@@ -8658,7 +8658,7 @@
|
|
|
8658
8658
|
*/
|
|
8659
8659
|
var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8660
8660
|
var gradient = _ref.gradient,
|
|
8661
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8661
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
8662
8662
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8663
8663
|
width: 24,
|
|
8664
8664
|
height: 24,
|
|
@@ -8678,7 +8678,7 @@
|
|
|
8678
8678
|
ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
|
|
8679
8679
|
var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
|
|
8680
8680
|
|
|
8681
|
-
var _excluded$
|
|
8681
|
+
var _excluded$2g = ["gradient"];
|
|
8682
8682
|
|
|
8683
8683
|
/**
|
|
8684
8684
|
* @component ProjectTemplateConvertIcon
|
|
@@ -8708,7 +8708,7 @@
|
|
|
8708
8708
|
*/
|
|
8709
8709
|
var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8710
8710
|
var gradient = _ref.gradient,
|
|
8711
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8711
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
8712
8712
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8713
8713
|
width: 24,
|
|
8714
8714
|
height: 24,
|
|
@@ -8728,7 +8728,7 @@
|
|
|
8728
8728
|
ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
|
|
8729
8729
|
var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
|
|
8730
8730
|
|
|
8731
|
-
var _excluded$
|
|
8731
|
+
var _excluded$2f = ["gradient"];
|
|
8732
8732
|
|
|
8733
8733
|
/**
|
|
8734
8734
|
* @component ProjectTemplateIcon
|
|
@@ -8758,7 +8758,7 @@
|
|
|
8758
8758
|
*/
|
|
8759
8759
|
var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8760
8760
|
var gradient = _ref.gradient,
|
|
8761
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8761
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
8762
8762
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8763
8763
|
width: 24,
|
|
8764
8764
|
height: 24,
|
|
@@ -8778,7 +8778,7 @@
|
|
|
8778
8778
|
ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
|
|
8779
8779
|
var ProjectTemplateIcon$1 = ProjectTemplateIcon;
|
|
8780
8780
|
|
|
8781
|
-
var _excluded$
|
|
8781
|
+
var _excluded$2e = ["gradient"];
|
|
8782
8782
|
|
|
8783
8783
|
/**
|
|
8784
8784
|
* @component ProjectsIcon
|
|
@@ -8808,7 +8808,7 @@
|
|
|
8808
8808
|
*/
|
|
8809
8809
|
var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8810
8810
|
var gradient = _ref.gradient,
|
|
8811
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8811
|
+
props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
8812
8812
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8813
8813
|
width: 24,
|
|
8814
8814
|
height: 24,
|
|
@@ -8832,7 +8832,7 @@
|
|
|
8832
8832
|
ProjectsIcon.displayName = "ProjectsIcon";
|
|
8833
8833
|
var ProjectsIcon$1 = ProjectsIcon;
|
|
8834
8834
|
|
|
8835
|
-
var _excluded$
|
|
8835
|
+
var _excluded$2d = ["gradient"];
|
|
8836
8836
|
|
|
8837
8837
|
/**
|
|
8838
8838
|
* @component RadioBlankIcon
|
|
@@ -8862,7 +8862,7 @@
|
|
|
8862
8862
|
*/
|
|
8863
8863
|
var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8864
8864
|
var gradient = _ref.gradient,
|
|
8865
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8865
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
8866
8866
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8867
8867
|
width: 24,
|
|
8868
8868
|
height: 24,
|
|
@@ -8882,7 +8882,7 @@
|
|
|
8882
8882
|
RadioBlankIcon.displayName = "RadioBlankIcon";
|
|
8883
8883
|
var RadioBlankIcon$1 = RadioBlankIcon;
|
|
8884
8884
|
|
|
8885
|
-
var _excluded$
|
|
8885
|
+
var _excluded$2c = ["gradient"];
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
8888
|
* @component RadioButtonIcon
|
|
@@ -8912,7 +8912,7 @@
|
|
|
8912
8912
|
*/
|
|
8913
8913
|
var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8914
8914
|
var gradient = _ref.gradient,
|
|
8915
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8915
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
8916
8916
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8917
8917
|
width: 16,
|
|
8918
8918
|
height: 16,
|
|
@@ -8940,7 +8940,7 @@
|
|
|
8940
8940
|
RadioButtonIcon.displayName = "RadioButtonIcon";
|
|
8941
8941
|
var RadioButtonIcon$1 = RadioButtonIcon;
|
|
8942
8942
|
|
|
8943
|
-
var _excluded$
|
|
8943
|
+
var _excluded$2b = ["gradient"];
|
|
8944
8944
|
|
|
8945
8945
|
/**
|
|
8946
8946
|
* @component RearangeIcon
|
|
@@ -8970,7 +8970,7 @@
|
|
|
8970
8970
|
*/
|
|
8971
8971
|
var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8972
8972
|
var gradient = _ref.gradient,
|
|
8973
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8973
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
8974
8974
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8975
8975
|
width: 24,
|
|
8976
8976
|
height: 24,
|
|
@@ -8990,7 +8990,7 @@
|
|
|
8990
8990
|
RearangeIcon.displayName = "RearangeIcon";
|
|
8991
8991
|
var RearangeIcon$1 = RearangeIcon;
|
|
8992
8992
|
|
|
8993
|
-
var _excluded$
|
|
8993
|
+
var _excluded$2a = ["gradient"];
|
|
8994
8994
|
|
|
8995
8995
|
/**
|
|
8996
8996
|
* @component RearrangeSmallIcon
|
|
@@ -9020,7 +9020,7 @@
|
|
|
9020
9020
|
*/
|
|
9021
9021
|
var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9022
9022
|
var gradient = _ref.gradient,
|
|
9023
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9023
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
9024
9024
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9025
9025
|
width: 12,
|
|
9026
9026
|
height: 12,
|
|
@@ -9040,7 +9040,7 @@
|
|
|
9040
9040
|
RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
|
|
9041
9041
|
var RearrangeSmallIcon$1 = RearrangeSmallIcon;
|
|
9042
9042
|
|
|
9043
|
-
var _excluded$
|
|
9043
|
+
var _excluded$29 = ["gradient"];
|
|
9044
9044
|
|
|
9045
9045
|
/**
|
|
9046
9046
|
* @component RecurringCheckmarkSmallIcon
|
|
@@ -9070,7 +9070,7 @@
|
|
|
9070
9070
|
*/
|
|
9071
9071
|
var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9072
9072
|
var gradient = _ref.gradient,
|
|
9073
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9073
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
9074
9074
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9075
9075
|
width: 12,
|
|
9076
9076
|
height: 12,
|
|
@@ -9090,7 +9090,7 @@
|
|
|
9090
9090
|
RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
|
|
9091
9091
|
var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
|
|
9092
9092
|
|
|
9093
|
-
var _excluded$
|
|
9093
|
+
var _excluded$28 = ["gradient"];
|
|
9094
9094
|
|
|
9095
9095
|
/**
|
|
9096
9096
|
* @component RecurringCheckmarkIcon
|
|
@@ -9120,7 +9120,7 @@
|
|
|
9120
9120
|
*/
|
|
9121
9121
|
var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9122
9122
|
var gradient = _ref.gradient,
|
|
9123
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9123
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
9124
9124
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9125
9125
|
width: 24,
|
|
9126
9126
|
height: 24,
|
|
@@ -9140,7 +9140,7 @@
|
|
|
9140
9140
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
9141
9141
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
9142
9142
|
|
|
9143
|
-
var _excluded$
|
|
9143
|
+
var _excluded$27 = ["gradient"];
|
|
9144
9144
|
|
|
9145
9145
|
/**
|
|
9146
9146
|
* @component RecurringDollarIcon
|
|
@@ -9170,7 +9170,7 @@
|
|
|
9170
9170
|
*/
|
|
9171
9171
|
var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9172
9172
|
var gradient = _ref.gradient,
|
|
9173
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9173
|
+
props = _objectWithoutProperties(_ref, _excluded$27);
|
|
9174
9174
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9175
9175
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9176
9176
|
width: 24,
|
|
@@ -9192,7 +9192,7 @@
|
|
|
9192
9192
|
RecurringDollarIcon.displayName = "RecurringDollarIcon";
|
|
9193
9193
|
var RecurringDollarIcon$1 = RecurringDollarIcon;
|
|
9194
9194
|
|
|
9195
|
-
var _excluded$
|
|
9195
|
+
var _excluded$26 = ["gradient"];
|
|
9196
9196
|
|
|
9197
9197
|
/**
|
|
9198
9198
|
* @component RecurringSmallIcon
|
|
@@ -9222,7 +9222,7 @@
|
|
|
9222
9222
|
*/
|
|
9223
9223
|
var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9224
9224
|
var gradient = _ref.gradient,
|
|
9225
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9225
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
9226
9226
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9227
9227
|
width: 12,
|
|
9228
9228
|
height: 12,
|
|
@@ -9243,7 +9243,7 @@
|
|
|
9243
9243
|
RecurringSmallIcon.displayName = "RecurringSmallIcon";
|
|
9244
9244
|
var RecurringSmallIcon$1 = RecurringSmallIcon;
|
|
9245
9245
|
|
|
9246
|
-
var _excluded$
|
|
9246
|
+
var _excluded$25 = ["gradient"];
|
|
9247
9247
|
|
|
9248
9248
|
/**
|
|
9249
9249
|
* @component ReportTimeIcon
|
|
@@ -9273,7 +9273,7 @@
|
|
|
9273
9273
|
*/
|
|
9274
9274
|
var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9275
9275
|
var gradient = _ref.gradient,
|
|
9276
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9276
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
9277
9277
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9278
9278
|
width: 24,
|
|
9279
9279
|
height: 24,
|
|
@@ -9293,7 +9293,7 @@
|
|
|
9293
9293
|
ReportTimeIcon.displayName = "ReportTimeIcon";
|
|
9294
9294
|
var ReportTimeIcon$1 = ReportTimeIcon;
|
|
9295
9295
|
|
|
9296
|
-
var _excluded$
|
|
9296
|
+
var _excluded$24 = ["gradient"];
|
|
9297
9297
|
|
|
9298
9298
|
/**
|
|
9299
9299
|
* @component ReportsIcon
|
|
@@ -9323,7 +9323,7 @@
|
|
|
9323
9323
|
*/
|
|
9324
9324
|
var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9325
9325
|
var gradient = _ref.gradient,
|
|
9326
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9326
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
9327
9327
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9328
9328
|
width: 24,
|
|
9329
9329
|
height: 24,
|
|
@@ -9347,7 +9347,7 @@
|
|
|
9347
9347
|
ReportsIcon.displayName = "ReportsIcon";
|
|
9348
9348
|
var ReportsIcon$1 = ReportsIcon;
|
|
9349
9349
|
|
|
9350
|
-
var _excluded$
|
|
9350
|
+
var _excluded$23 = ["gradient"];
|
|
9351
9351
|
|
|
9352
9352
|
/**
|
|
9353
9353
|
* @component RocketSmallIcon
|
|
@@ -9377,7 +9377,7 @@
|
|
|
9377
9377
|
*/
|
|
9378
9378
|
var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9379
9379
|
var gradient = _ref.gradient,
|
|
9380
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9380
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
9381
9381
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9382
9382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9383
9383
|
width: 18,
|
|
@@ -9395,7 +9395,7 @@
|
|
|
9395
9395
|
RocketSmallIcon.displayName = "RocketSmallIcon";
|
|
9396
9396
|
var RocketSmallIcon$1 = RocketSmallIcon;
|
|
9397
9397
|
|
|
9398
|
-
var _excluded$
|
|
9398
|
+
var _excluded$22 = ["gradient"];
|
|
9399
9399
|
|
|
9400
9400
|
/**
|
|
9401
9401
|
* @component RocketIcon
|
|
@@ -9425,7 +9425,7 @@
|
|
|
9425
9425
|
*/
|
|
9426
9426
|
var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9427
9427
|
var gradient = _ref.gradient,
|
|
9428
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9428
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
9429
9429
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9430
9430
|
width: 24,
|
|
9431
9431
|
height: 24,
|
|
@@ -9444,7 +9444,7 @@
|
|
|
9444
9444
|
RocketIcon.displayName = "RocketIcon";
|
|
9445
9445
|
var RocketIcon$1 = RocketIcon;
|
|
9446
9446
|
|
|
9447
|
-
var _excluded$
|
|
9447
|
+
var _excluded$21 = ["gradient"];
|
|
9448
9448
|
|
|
9449
9449
|
/**
|
|
9450
9450
|
* @component SaveIcon
|
|
@@ -9474,7 +9474,7 @@
|
|
|
9474
9474
|
*/
|
|
9475
9475
|
var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9476
9476
|
var gradient = _ref.gradient,
|
|
9477
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9477
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
9478
9478
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9479
9479
|
width: 24,
|
|
9480
9480
|
height: 24,
|
|
@@ -9495,7 +9495,7 @@
|
|
|
9495
9495
|
SaveIcon.displayName = "SaveIcon";
|
|
9496
9496
|
var SaveIcon$1 = SaveIcon;
|
|
9497
9497
|
|
|
9498
|
-
var _excluded$
|
|
9498
|
+
var _excluded$20 = ["gradient"];
|
|
9499
9499
|
|
|
9500
9500
|
/**
|
|
9501
9501
|
* @component SearchLargeIcon
|
|
@@ -9525,7 +9525,7 @@
|
|
|
9525
9525
|
*/
|
|
9526
9526
|
var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9527
9527
|
var gradient = _ref.gradient,
|
|
9528
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9528
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
9529
9529
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9530
9530
|
width: 32,
|
|
9531
9531
|
height: 32,
|
|
@@ -9546,7 +9546,7 @@
|
|
|
9546
9546
|
SearchLargeIcon.displayName = "SearchLargeIcon";
|
|
9547
9547
|
var SearchLargeIcon$1 = SearchLargeIcon;
|
|
9548
9548
|
|
|
9549
|
-
var _excluded$
|
|
9549
|
+
var _excluded$1$ = ["gradient"];
|
|
9550
9550
|
|
|
9551
9551
|
/**
|
|
9552
9552
|
* @component SearchIcon
|
|
@@ -9576,7 +9576,7 @@
|
|
|
9576
9576
|
*/
|
|
9577
9577
|
var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9578
9578
|
var gradient = _ref.gradient,
|
|
9579
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9579
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
9580
9580
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9581
9581
|
width: 24,
|
|
9582
9582
|
height: 24,
|
|
@@ -9595,7 +9595,7 @@
|
|
|
9595
9595
|
SearchIcon.displayName = "SearchIcon";
|
|
9596
9596
|
var SearchIcon$1 = SearchIcon;
|
|
9597
9597
|
|
|
9598
|
-
var _excluded$
|
|
9598
|
+
var _excluded$1_ = ["gradient"];
|
|
9599
9599
|
|
|
9600
9600
|
/**
|
|
9601
9601
|
* @component SendBlankIcon
|
|
@@ -9625,7 +9625,7 @@
|
|
|
9625
9625
|
*/
|
|
9626
9626
|
var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9627
9627
|
var gradient = _ref.gradient,
|
|
9628
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9628
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
9629
9629
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9630
9630
|
width: 24,
|
|
9631
9631
|
height: 24,
|
|
@@ -9644,7 +9644,7 @@
|
|
|
9644
9644
|
SendBlankIcon.displayName = "SendBlankIcon";
|
|
9645
9645
|
var SendBlankIcon$1 = SendBlankIcon;
|
|
9646
9646
|
|
|
9647
|
-
var _excluded$
|
|
9647
|
+
var _excluded$1Z = ["gradient"];
|
|
9648
9648
|
|
|
9649
9649
|
/**
|
|
9650
9650
|
* @component SendFilledIcon
|
|
@@ -9674,7 +9674,7 @@
|
|
|
9674
9674
|
*/
|
|
9675
9675
|
var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9676
9676
|
var gradient = _ref.gradient,
|
|
9677
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9677
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
9678
9678
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9679
9679
|
width: 24,
|
|
9680
9680
|
height: 24,
|
|
@@ -9693,7 +9693,7 @@
|
|
|
9693
9693
|
SendFilledIcon.displayName = "SendFilledIcon";
|
|
9694
9694
|
var SendFilledIcon$1 = SendFilledIcon;
|
|
9695
9695
|
|
|
9696
|
-
var _excluded$
|
|
9696
|
+
var _excluded$1Y = ["gradient"];
|
|
9697
9697
|
|
|
9698
9698
|
/**
|
|
9699
9699
|
* @component SettingsIcon
|
|
@@ -9723,7 +9723,7 @@
|
|
|
9723
9723
|
*/
|
|
9724
9724
|
var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9725
9725
|
var gradient = _ref.gradient,
|
|
9726
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9726
|
+
props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
9727
9727
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9728
9728
|
width: 24,
|
|
9729
9729
|
height: 24,
|
|
@@ -9743,7 +9743,7 @@
|
|
|
9743
9743
|
SettingsIcon.displayName = "SettingsIcon";
|
|
9744
9744
|
var SettingsIcon$1 = SettingsIcon;
|
|
9745
9745
|
|
|
9746
|
-
var _excluded$
|
|
9746
|
+
var _excluded$1X = ["gradient"];
|
|
9747
9747
|
|
|
9748
9748
|
/**
|
|
9749
9749
|
* @component ShieldIcon
|
|
@@ -9773,7 +9773,7 @@
|
|
|
9773
9773
|
*/
|
|
9774
9774
|
var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9775
9775
|
var gradient = _ref.gradient,
|
|
9776
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9776
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
9777
9777
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9778
9778
|
width: 24,
|
|
9779
9779
|
height: 24,
|
|
@@ -9794,7 +9794,7 @@
|
|
|
9794
9794
|
ShieldIcon.displayName = "ShieldIcon";
|
|
9795
9795
|
var ShieldIcon$1 = ShieldIcon;
|
|
9796
9796
|
|
|
9797
|
-
var _excluded$
|
|
9797
|
+
var _excluded$1W = ["gradient"];
|
|
9798
9798
|
|
|
9799
9799
|
/**
|
|
9800
9800
|
* @component SortGeneralIcon
|
|
@@ -9824,7 +9824,7 @@
|
|
|
9824
9824
|
*/
|
|
9825
9825
|
var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9826
9826
|
var gradient = _ref.gradient,
|
|
9827
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9827
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
9828
9828
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9829
9829
|
width: 24,
|
|
9830
9830
|
height: 24,
|
|
@@ -9844,7 +9844,7 @@
|
|
|
9844
9844
|
SortGeneralIcon.displayName = "SortGeneralIcon";
|
|
9845
9845
|
var SortGeneralIcon$1 = SortGeneralIcon;
|
|
9846
9846
|
|
|
9847
|
-
var _excluded$
|
|
9847
|
+
var _excluded$1V = ["gradient"];
|
|
9848
9848
|
|
|
9849
9849
|
/**
|
|
9850
9850
|
* @component SortIcon
|
|
@@ -9874,7 +9874,7 @@
|
|
|
9874
9874
|
*/
|
|
9875
9875
|
var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9876
9876
|
var gradient = _ref.gradient,
|
|
9877
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9877
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
9878
9878
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9879
9879
|
width: 10,
|
|
9880
9880
|
height: 10,
|
|
@@ -9894,7 +9894,7 @@
|
|
|
9894
9894
|
SortIcon.displayName = "SortIcon";
|
|
9895
9895
|
var SortIcon$1 = SortIcon;
|
|
9896
9896
|
|
|
9897
|
-
var _excluded$
|
|
9897
|
+
var _excluded$1U = ["gradient"];
|
|
9898
9898
|
|
|
9899
9899
|
/**
|
|
9900
9900
|
* @component SortListIcon
|
|
@@ -9924,7 +9924,7 @@
|
|
|
9924
9924
|
*/
|
|
9925
9925
|
var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9926
9926
|
var gradient = _ref.gradient,
|
|
9927
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9927
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
9928
9928
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9929
9929
|
width: 20,
|
|
9930
9930
|
height: 18,
|
|
@@ -9944,7 +9944,7 @@
|
|
|
9944
9944
|
SortListIcon.displayName = "SortListIcon";
|
|
9945
9945
|
var SortListIcon$1 = SortListIcon;
|
|
9946
9946
|
|
|
9947
|
-
var _excluded$
|
|
9947
|
+
var _excluded$1T = ["gradient"];
|
|
9948
9948
|
|
|
9949
9949
|
/**
|
|
9950
9950
|
* @component SortSmallIcon
|
|
@@ -9974,7 +9974,7 @@
|
|
|
9974
9974
|
*/
|
|
9975
9975
|
var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9976
9976
|
var gradient = _ref.gradient,
|
|
9977
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9977
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
9978
9978
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9979
9979
|
width: 10,
|
|
9980
9980
|
height: 10,
|
|
@@ -9995,6 +9995,54 @@
|
|
|
9995
9995
|
SortSmallIcon.displayName = "SortSmallIcon";
|
|
9996
9996
|
var SortSmallIcon$1 = SortSmallIcon;
|
|
9997
9997
|
|
|
9998
|
+
var _excluded$1S = ["gradient"];
|
|
9999
|
+
|
|
10000
|
+
/**
|
|
10001
|
+
* @component SparkIcon
|
|
10002
|
+
* @description
|
|
10003
|
+
*
|
|
10004
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
10005
|
+
* The Icon component is
|
|
10006
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
10007
|
+
*
|
|
10008
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
10009
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
10010
|
+
*
|
|
10011
|
+
* @example
|
|
10012
|
+
* return (
|
|
10013
|
+
* <SparkIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
10014
|
+
* )
|
|
10015
|
+
*
|
|
10016
|
+
* @example
|
|
10017
|
+
* return (
|
|
10018
|
+
* <SparkIcon className="mr-2" />
|
|
10019
|
+
* )
|
|
10020
|
+
*
|
|
10021
|
+
* @see
|
|
10022
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
10023
|
+
* @see
|
|
10024
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
10025
|
+
*/
|
|
10026
|
+
var SparkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
10027
|
+
var gradient = _ref.gradient,
|
|
10028
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
10029
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10030
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10031
|
+
width: 24,
|
|
10032
|
+
height: 24,
|
|
10033
|
+
"data-testid": "SparkIcon",
|
|
10034
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
10035
|
+
focusable: false,
|
|
10036
|
+
ref: svgRef
|
|
10037
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
10038
|
+
gradient: gradient
|
|
10039
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
10040
|
+
d: "M11 4.515c.49 1.756 1.525 3.695 3.158 5.328 1.632 1.632 3.57 2.668 5.325 3.159-1.755.491-3.693 1.526-5.325 3.158-1.631 1.632-2.665 3.568-3.156 5.323-.492-1.755-1.529-3.691-3.16-5.323C6.209 14.527 4.27 13.491 2.515 13c1.756-.491 3.694-1.524 5.327-3.157S10.509 6.27 11 4.515zm7.902-2.041a4.14 4.14 0 001.054 1.776 4.13 4.13 0 001.774 1.053 4.131 4.131 0 00-1.774 1.052 4.134 4.134 0 00-1.053 1.776 4.135 4.135 0 00-1.053-1.776 4.13 4.13 0 00-1.776-1.052A4.13 4.13 0 0017.85 4.25a4.13 4.13 0 001.052-1.776z"
|
|
10041
|
+
}));
|
|
10042
|
+
});
|
|
10043
|
+
SparkIcon.displayName = "SparkIcon";
|
|
10044
|
+
var SparkIcon$1 = SparkIcon;
|
|
10045
|
+
|
|
9998
10046
|
var _excluded$1R = ["gradient"];
|
|
9999
10047
|
|
|
10000
10048
|
/**
|
|
@@ -23750,7 +23798,7 @@
|
|
|
23750
23798
|
$color: "".concat(statusColors[type]),
|
|
23751
23799
|
$opacity: opacity,
|
|
23752
23800
|
$type: type
|
|
23753
|
-
}, rest), /*#__PURE__*/React__default["default"].createElement(StyledInfoBoxContainer, null, showIcon &&
|
|
23801
|
+
}, rest), /*#__PURE__*/React__default["default"].createElement(StyledInfoBoxContainer, null, showIcon && /*#__PURE__*/React__default["default"].createElement("span", null, icon && /*#__PURE__*/React__default["default"].isValidElement(icon) ? ( /*#__PURE__*/React__default["default"].cloneElement(icon, {
|
|
23754
23802
|
fill: statusColors[type],
|
|
23755
23803
|
width: 18
|
|
23756
23804
|
})) : type === "success" ? /*#__PURE__*/React__default["default"].createElement(CheckboxBlankTogglerIcon$1, {
|
|
@@ -23759,6 +23807,9 @@
|
|
|
23759
23807
|
}) : type === "warning" ? /*#__PURE__*/React__default["default"].createElement(CloseCircleIcon$1, {
|
|
23760
23808
|
fill: statusColors[type],
|
|
23761
23809
|
width: 18
|
|
23810
|
+
}) : type === "ai" ? /*#__PURE__*/React__default["default"].createElement(InfoIcon$1, {
|
|
23811
|
+
gradient: statusColors[type],
|
|
23812
|
+
width: 18
|
|
23762
23813
|
}) : type === "note" || type === "default" ? /*#__PURE__*/React__default["default"].createElement(InfoIcon$1, {
|
|
23763
23814
|
fill: statusColors[type],
|
|
23764
23815
|
width: 18
|
|
@@ -24228,6 +24279,7 @@
|
|
|
24228
24279
|
exports.SortIcon = SortIcon$1;
|
|
24229
24280
|
exports.SortListIcon = SortListIcon$1;
|
|
24230
24281
|
exports.SortSmallIcon = SortSmallIcon$1;
|
|
24282
|
+
exports.SparkIcon = SparkIcon$1;
|
|
24231
24283
|
exports.SpinnerLoader = SpinnerLoader;
|
|
24232
24284
|
exports.StarIcon = StarIcon$1;
|
|
24233
24285
|
exports.StarOutlineIcon = StarOutlineIcon$1;
|