@activecollab/components 2.0.386 → 2.0.387
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/CommandLine.js +60 -0
- package/dist/cjs/components/Icons/collection/CommandLine.js.map +1 -0
- package/dist/cjs/components/Icons/collection/Hash.js +60 -0
- package/dist/cjs/components/Icons/collection/Hash.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +14 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/presentation/shared/LinkingCommandsButton.js +163 -50
- package/dist/cjs/presentation/shared/LinkingCommandsButton.js.map +1 -1
- package/dist/esm/components/Icons/collection/CommandLine.d.ts +32 -0
- package/dist/esm/components/Icons/collection/CommandLine.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/CommandLine.js +53 -0
- package/dist/esm/components/Icons/collection/CommandLine.js.map +1 -0
- package/dist/esm/components/Icons/collection/Hash.d.ts +32 -0
- package/dist/esm/components/Icons/collection/Hash.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Hash.js +53 -0
- package/dist/esm/components/Icons/collection/Hash.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +2 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +2 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/presentation/shared/LinkingCommandsButton.d.ts.map +1 -1
- package/dist/esm/presentation/shared/LinkingCommandsButton.js +150 -49
- package/dist/esm/presentation/shared/LinkingCommandsButton.js.map +1 -1
- package/dist/index.js +358 -258
- 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
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
})(["display:inline-flex;svg{margin:0 4px;}"]);
|
|
190
190
|
StyledButtonElement.displayName = "StyledButtonElement";
|
|
191
191
|
|
|
192
|
-
var _excluded$
|
|
192
|
+
var _excluded$5I = ["children", "active", "variant", "size", "className"];
|
|
193
193
|
/**
|
|
194
194
|
* @component Button
|
|
195
195
|
* @description
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
_ref$size = _ref.size,
|
|
220
220
|
size = _ref$size === void 0 ? "medium" : _ref$size,
|
|
221
221
|
className = _ref.className,
|
|
222
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
222
|
+
args = _objectWithoutProperties(_ref, _excluded$5I);
|
|
223
223
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
|
|
224
224
|
className: classNames__default["default"]("c-btn", className, {
|
|
225
225
|
"c-btn--contained": variant === "primary" || variant === "contained",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
})));
|
|
285
285
|
};
|
|
286
286
|
|
|
287
|
-
var _excluded$
|
|
287
|
+
var _excluded$5H = ["gradient"];
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
290
|
* @component AddCrossTinyIcon
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
*/
|
|
315
315
|
var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
316
316
|
var gradient = _ref.gradient,
|
|
317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
317
|
+
props = _objectWithoutProperties(_ref, _excluded$5H);
|
|
318
318
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
319
319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
320
320
|
width: 24,
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
|
|
335
335
|
var AddCrossTinyIcon$1 = AddCrossTinyIcon;
|
|
336
336
|
|
|
337
|
-
var _excluded$
|
|
337
|
+
var _excluded$5G = ["className", "disabled"];
|
|
338
338
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
339
339
|
var className = _ref.className,
|
|
340
340
|
_ref$disabled = _ref.disabled,
|
|
341
341
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
342
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
342
|
+
rest = _objectWithoutProperties(_ref, _excluded$5G);
|
|
343
343
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
344
344
|
ref: ref,
|
|
345
345
|
variant: "contained",
|
|
@@ -377,12 +377,12 @@
|
|
|
377
377
|
});
|
|
378
378
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
379
379
|
|
|
380
|
-
var _excluded$
|
|
380
|
+
var _excluded$5F = ["children", "className", "invalid"];
|
|
381
381
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
382
382
|
var children = _ref.children,
|
|
383
383
|
className = _ref.className,
|
|
384
384
|
invalid = _ref.invalid,
|
|
385
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
385
|
+
rest = _objectWithoutProperties(_ref, _excluded$5F);
|
|
386
386
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
387
387
|
ref: ref,
|
|
388
388
|
className: classNames__default["default"]("c-btn-group", className),
|
|
@@ -407,11 +407,11 @@
|
|
|
407
407
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
408
408
|
StyledListSeparator$1.displayName = "StyledListSeparator";
|
|
409
409
|
|
|
410
|
-
var _excluded$
|
|
410
|
+
var _excluded$5E = ["children", "className"];
|
|
411
411
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
412
412
|
var children = _ref.children,
|
|
413
413
|
className = _ref.className,
|
|
414
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
414
|
+
props = _objectWithoutProperties(_ref, _excluded$5E);
|
|
415
415
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem$1, _extends({
|
|
416
416
|
className: classNames__default["default"]("c-list-item", className),
|
|
417
417
|
ref: ref,
|
|
@@ -420,21 +420,21 @@
|
|
|
420
420
|
});
|
|
421
421
|
ListItem.displayName = "ListItem";
|
|
422
422
|
|
|
423
|
-
var _excluded$
|
|
423
|
+
var _excluded$5D = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$5D);
|
|
427
427
|
return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator$1, _extends({
|
|
428
428
|
className: classNames__default["default"]("c-list-separator", className)
|
|
429
429
|
}, props));
|
|
430
430
|
};
|
|
431
431
|
ListSeparator.displayName = "ListSeparator";
|
|
432
432
|
|
|
433
|
-
var _excluded$
|
|
433
|
+
var _excluded$5C = ["children", "className"];
|
|
434
434
|
var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
435
435
|
var children = _ref.children,
|
|
436
436
|
className = _ref.className,
|
|
437
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
437
|
+
props = _objectWithoutProperties(_ref, _excluded$5C);
|
|
438
438
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
439
439
|
className: className,
|
|
440
440
|
ref: ref,
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
return size === "big" && styled.css(["width:40px;"]);
|
|
1034
1034
|
});
|
|
1035
1035
|
|
|
1036
|
-
var _excluded$
|
|
1036
|
+
var _excluded$5B = ["children", "className", "variant", "size", "active"];
|
|
1037
1037
|
|
|
1038
1038
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
1039
1039
|
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
variant = _ref.variant,
|
|
1064
1064
|
size = _ref.size,
|
|
1065
1065
|
active = _ref.active,
|
|
1066
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
1066
|
+
args = _objectWithoutProperties(_ref, _excluded$5B);
|
|
1067
1067
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
1068
1068
|
className: className,
|
|
1069
1069
|
variant: variant,
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
});
|
|
1075
1075
|
IconButton.displayName = "IconButton";
|
|
1076
1076
|
|
|
1077
|
-
var _excluded$
|
|
1077
|
+
var _excluded$5A = ["gradient"];
|
|
1078
1078
|
|
|
1079
1079
|
/**
|
|
1080
1080
|
* @component RecurringIcon
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
*/
|
|
1105
1105
|
var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1106
1106
|
var gradient = _ref.gradient,
|
|
1107
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1107
|
+
props = _objectWithoutProperties(_ref, _excluded$5A);
|
|
1108
1108
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1109
1109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1110
1110
|
width: 18,
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
RecurringIcon.displayName = "RecurringIcon";
|
|
1126
1126
|
var RecurringIcon$1 = RecurringIcon;
|
|
1127
1127
|
|
|
1128
|
-
var _excluded$
|
|
1128
|
+
var _excluded$5z = ["gradient"];
|
|
1129
1129
|
|
|
1130
1130
|
/**
|
|
1131
1131
|
* @component AccessLogIcon
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
*/
|
|
1156
1156
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1157
1157
|
var gradient = _ref.gradient,
|
|
1158
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1158
|
+
props = _objectWithoutProperties(_ref, _excluded$5z);
|
|
1159
1159
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1160
1160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1161
1161
|
width: 24,
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1184
1184
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1185
1185
|
|
|
1186
|
-
var _excluded$
|
|
1186
|
+
var _excluded$5y = ["gradient"];
|
|
1187
1187
|
|
|
1188
1188
|
/**
|
|
1189
1189
|
* @component ActivityIcon
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
*/
|
|
1214
1214
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1215
1215
|
var gradient = _ref.gradient,
|
|
1216
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1216
|
+
props = _objectWithoutProperties(_ref, _excluded$5y);
|
|
1217
1217
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1218
1218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1219
1219
|
width: 24,
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1238
1238
|
var ActivityIcon$1 = ActivityIcon;
|
|
1239
1239
|
|
|
1240
|
-
var _excluded$
|
|
1240
|
+
var _excluded$5x = ["gradient"];
|
|
1241
1241
|
|
|
1242
1242
|
/**
|
|
1243
1243
|
* @component AddCrossIcon
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1269
1269
|
var gradient = _ref.gradient,
|
|
1270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1270
|
+
props = _objectWithoutProperties(_ref, _excluded$5x);
|
|
1271
1271
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1272
1272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1273
1273
|
width: 10,
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1288
1288
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1289
1289
|
|
|
1290
|
-
var _excluded$
|
|
1290
|
+
var _excluded$5w = ["gradient"];
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* @component ArchiveIcon
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
*/
|
|
1318
1318
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1319
1319
|
var gradient = _ref.gradient,
|
|
1320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1320
|
+
props = _objectWithoutProperties(_ref, _excluded$5w);
|
|
1321
1321
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1322
1322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1323
1323
|
width: 24,
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1339
1339
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1340
1340
|
|
|
1341
|
-
var _excluded$
|
|
1341
|
+
var _excluded$5v = ["gradient"];
|
|
1342
1342
|
|
|
1343
1343
|
/**
|
|
1344
1344
|
* @component ArrowBackMobileIcon
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
*/
|
|
1369
1369
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1370
1370
|
var gradient = _ref.gradient,
|
|
1371
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1371
|
+
props = _objectWithoutProperties(_ref, _excluded$5v);
|
|
1372
1372
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1373
1373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1374
1374
|
width: 24,
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1390
1390
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1391
1391
|
|
|
1392
|
-
var _excluded$
|
|
1392
|
+
var _excluded$5u = ["gradient"];
|
|
1393
1393
|
|
|
1394
1394
|
/**
|
|
1395
1395
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
*/
|
|
1420
1420
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1421
1421
|
var gradient = _ref.gradient,
|
|
1422
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1422
|
+
props = _objectWithoutProperties(_ref, _excluded$5u);
|
|
1423
1423
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1424
1424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1425
1425
|
width: 24,
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1440
1440
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1441
1441
|
|
|
1442
|
-
var _excluded$
|
|
1442
|
+
var _excluded$5t = ["gradient"];
|
|
1443
1443
|
|
|
1444
1444
|
/**
|
|
1445
1445
|
* @component ArrowDownLongIcon
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
*/
|
|
1470
1470
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1471
1471
|
var gradient = _ref.gradient,
|
|
1472
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1472
|
+
props = _objectWithoutProperties(_ref, _excluded$5t);
|
|
1473
1473
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1474
1474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1475
1475
|
width: 24,
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1490
1490
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1491
1491
|
|
|
1492
|
-
var _excluded$
|
|
1492
|
+
var _excluded$5s = ["gradient"];
|
|
1493
1493
|
|
|
1494
1494
|
/**
|
|
1495
1495
|
* @component ArrowDownSmallIcon
|
|
@@ -1519,7 +1519,7 @@
|
|
|
1519
1519
|
*/
|
|
1520
1520
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1521
1521
|
var gradient = _ref.gradient,
|
|
1522
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1522
|
+
props = _objectWithoutProperties(_ref, _excluded$5s);
|
|
1523
1523
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1524
1524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1525
1525
|
width: 16,
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1540
1540
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1541
1541
|
|
|
1542
|
-
var _excluded$
|
|
1542
|
+
var _excluded$5r = ["gradient"];
|
|
1543
1543
|
|
|
1544
1544
|
/**
|
|
1545
1545
|
* @component ArrowDownIcon
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
*/
|
|
1570
1570
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1571
1571
|
var gradient = _ref.gradient,
|
|
1572
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1572
|
+
props = _objectWithoutProperties(_ref, _excluded$5r);
|
|
1573
1573
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1574
1574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1575
1575
|
width: 24,
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1589
1589
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1590
1590
|
|
|
1591
|
-
var _excluded$
|
|
1591
|
+
var _excluded$5q = ["gradient"];
|
|
1592
1592
|
|
|
1593
1593
|
/**
|
|
1594
1594
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
*/
|
|
1619
1619
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1620
1620
|
var gradient = _ref.gradient,
|
|
1621
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1621
|
+
props = _objectWithoutProperties(_ref, _excluded$5q);
|
|
1622
1622
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1623
1623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1624
1624
|
width: 24,
|
|
@@ -1638,7 +1638,7 @@
|
|
|
1638
1638
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1639
1639
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1640
1640
|
|
|
1641
|
-
var _excluded$
|
|
1641
|
+
var _excluded$5p = ["gradient"];
|
|
1642
1642
|
|
|
1643
1643
|
/**
|
|
1644
1644
|
* @component ArrowLeftBoxIcon
|
|
@@ -1668,7 +1668,7 @@
|
|
|
1668
1668
|
*/
|
|
1669
1669
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1670
1670
|
var gradient = _ref.gradient,
|
|
1671
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1671
|
+
props = _objectWithoutProperties(_ref, _excluded$5p);
|
|
1672
1672
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1673
1673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1674
1674
|
width: 24,
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1689
1689
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1690
1690
|
|
|
1691
|
-
var _excluded$
|
|
1691
|
+
var _excluded$5o = ["gradient"];
|
|
1692
1692
|
|
|
1693
1693
|
/**
|
|
1694
1694
|
* @component ArrowLeftIcon
|
|
@@ -1718,7 +1718,7 @@
|
|
|
1718
1718
|
*/
|
|
1719
1719
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1720
1720
|
var gradient = _ref.gradient,
|
|
1721
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1721
|
+
props = _objectWithoutProperties(_ref, _excluded$5o);
|
|
1722
1722
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1723
1723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1724
1724
|
width: 24,
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1739
1739
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1740
1740
|
|
|
1741
|
-
var _excluded$
|
|
1741
|
+
var _excluded$5n = ["gradient"];
|
|
1742
1742
|
|
|
1743
1743
|
/**
|
|
1744
1744
|
* @component ArrowRefreshIcon
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
*/
|
|
1769
1769
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1770
1770
|
var gradient = _ref.gradient,
|
|
1771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1771
|
+
props = _objectWithoutProperties(_ref, _excluded$5n);
|
|
1772
1772
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1773
1773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1774
1774
|
width: 24,
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1790
1790
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1791
1791
|
|
|
1792
|
-
var _excluded$
|
|
1792
|
+
var _excluded$5m = ["gradient"];
|
|
1793
1793
|
|
|
1794
1794
|
/**
|
|
1795
1795
|
* @component ArrowRestoreIcon
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1821
1821
|
var gradient = _ref.gradient,
|
|
1822
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1822
|
+
props = _objectWithoutProperties(_ref, _excluded$5m);
|
|
1823
1823
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1824
1824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1825
1825
|
width: 24,
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1840
1840
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1841
1841
|
|
|
1842
|
-
var _excluded$
|
|
1842
|
+
var _excluded$5l = ["gradient"];
|
|
1843
1843
|
|
|
1844
1844
|
/**
|
|
1845
1845
|
* @component ArrowRightIcon
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
*/
|
|
1870
1870
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1871
1871
|
var gradient = _ref.gradient,
|
|
1872
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1872
|
+
props = _objectWithoutProperties(_ref, _excluded$5l);
|
|
1873
1873
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1874
1874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1875
1875
|
width: 24,
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1890
1890
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1891
1891
|
|
|
1892
|
-
var _excluded$
|
|
1892
|
+
var _excluded$5k = ["gradient"];
|
|
1893
1893
|
|
|
1894
1894
|
/**
|
|
1895
1895
|
* @component ArrowUpLongIcon
|
|
@@ -1919,7 +1919,7 @@
|
|
|
1919
1919
|
*/
|
|
1920
1920
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1921
1921
|
var gradient = _ref.gradient,
|
|
1922
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1922
|
+
props = _objectWithoutProperties(_ref, _excluded$5k);
|
|
1923
1923
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1924
1924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1925
1925
|
width: 24,
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1940
1940
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1941
1941
|
|
|
1942
|
-
var _excluded$
|
|
1942
|
+
var _excluded$5j = ["gradient"];
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
1945
|
* @component ArrowUpIcon
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
*/
|
|
1970
1970
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1971
1971
|
var gradient = _ref.gradient,
|
|
1972
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1972
|
+
props = _objectWithoutProperties(_ref, _excluded$5j);
|
|
1973
1973
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1974
1974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1975
1975
|
width: 24,
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1989
1989
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1990
1990
|
|
|
1991
|
-
var _excluded$
|
|
1991
|
+
var _excluded$5i = ["gradient"];
|
|
1992
1992
|
|
|
1993
1993
|
/**
|
|
1994
1994
|
* @component AssignIcon
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
*/
|
|
2019
2019
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2020
2020
|
var gradient = _ref.gradient,
|
|
2021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2021
|
+
props = _objectWithoutProperties(_ref, _excluded$5i);
|
|
2022
2022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2023
2023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2024
2024
|
width: 24,
|
|
@@ -2038,7 +2038,7 @@
|
|
|
2038
2038
|
AssignIcon.displayName = "AssignIcon";
|
|
2039
2039
|
var AssignIcon$1 = AssignIcon;
|
|
2040
2040
|
|
|
2041
|
-
var _excluded$
|
|
2041
|
+
var _excluded$5h = ["gradient"];
|
|
2042
2042
|
|
|
2043
2043
|
/**
|
|
2044
2044
|
* @component AttachmentIcon
|
|
@@ -2068,7 +2068,7 @@
|
|
|
2068
2068
|
*/
|
|
2069
2069
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2070
2070
|
var gradient = _ref.gradient,
|
|
2071
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2071
|
+
props = _objectWithoutProperties(_ref, _excluded$5h);
|
|
2072
2072
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2073
2073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2074
2074
|
width: 24,
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
2089
2089
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
2090
2090
|
|
|
2091
|
-
var _excluded$
|
|
2091
|
+
var _excluded$5g = ["gradient"];
|
|
2092
2092
|
|
|
2093
2093
|
/**
|
|
2094
2094
|
* @component BellOffSmallIcon
|
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
*/
|
|
2119
2119
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2120
2120
|
var gradient = _ref.gradient,
|
|
2121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2121
|
+
props = _objectWithoutProperties(_ref, _excluded$5g);
|
|
2122
2122
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2123
2123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2124
2124
|
width: 12,
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2139
2139
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2140
2140
|
|
|
2141
|
-
var _excluded$
|
|
2141
|
+
var _excluded$5f = ["gradient"];
|
|
2142
2142
|
|
|
2143
2143
|
/**
|
|
2144
2144
|
* @component BellOffIcon
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
*/
|
|
2169
2169
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2170
2170
|
var gradient = _ref.gradient,
|
|
2171
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2171
|
+
props = _objectWithoutProperties(_ref, _excluded$5f);
|
|
2172
2172
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2173
2173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2174
2174
|
width: 24,
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2189
2189
|
var BellOffIcon$1 = BellOffIcon;
|
|
2190
2190
|
|
|
2191
|
-
var _excluded$
|
|
2191
|
+
var _excluded$5e = ["gradient"];
|
|
2192
2192
|
|
|
2193
2193
|
/**
|
|
2194
2194
|
* @component BillingIcon
|
|
@@ -2218,7 +2218,7 @@
|
|
|
2218
2218
|
*/
|
|
2219
2219
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2220
2220
|
var gradient = _ref.gradient,
|
|
2221
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2221
|
+
props = _objectWithoutProperties(_ref, _excluded$5e);
|
|
2222
2222
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2223
2223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2224
2224
|
width: 24,
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
BillingIcon.displayName = "BillingIcon";
|
|
2242
2242
|
var BillingIcon$1 = BillingIcon;
|
|
2243
2243
|
|
|
2244
|
-
var _excluded$
|
|
2244
|
+
var _excluded$5d = ["gradient"];
|
|
2245
2245
|
|
|
2246
2246
|
/**
|
|
2247
2247
|
* @component BudgetAlertIcon
|
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
*/
|
|
2272
2272
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2273
2273
|
var gradient = _ref.gradient,
|
|
2274
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2274
|
+
props = _objectWithoutProperties(_ref, _excluded$5d);
|
|
2275
2275
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2276
2276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2277
2277
|
width: 24,
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2292
2292
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2293
2293
|
|
|
2294
|
-
var _excluded$
|
|
2294
|
+
var _excluded$5c = ["gradient"];
|
|
2295
2295
|
|
|
2296
2296
|
/**
|
|
2297
2297
|
* @component BulbIcon
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
*/
|
|
2322
2322
|
var BulbIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2323
2323
|
var gradient = _ref.gradient,
|
|
2324
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2324
|
+
props = _objectWithoutProperties(_ref, _excluded$5c);
|
|
2325
2325
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2326
2326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2327
2327
|
width: 16,
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
BulbIcon.displayName = "BulbIcon";
|
|
2341
2341
|
var BulbIcon$1 = BulbIcon;
|
|
2342
2342
|
|
|
2343
|
-
var _excluded$
|
|
2343
|
+
var _excluded$5b = ["gradient"];
|
|
2344
2344
|
|
|
2345
2345
|
/**
|
|
2346
2346
|
* @component CalendarAddXIcon
|
|
@@ -2370,7 +2370,7 @@
|
|
|
2370
2370
|
*/
|
|
2371
2371
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2372
2372
|
var gradient = _ref.gradient,
|
|
2373
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2373
|
+
props = _objectWithoutProperties(_ref, _excluded$5b);
|
|
2374
2374
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2375
2375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2376
2376
|
width: 24,
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2391
2391
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2392
2392
|
|
|
2393
|
-
var _excluded$
|
|
2393
|
+
var _excluded$5a = ["gradient"];
|
|
2394
2394
|
|
|
2395
2395
|
/**
|
|
2396
2396
|
* @component CalendarImportIcon
|
|
@@ -2420,7 +2420,7 @@
|
|
|
2420
2420
|
*/
|
|
2421
2421
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2422
2422
|
var gradient = _ref.gradient,
|
|
2423
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2423
|
+
props = _objectWithoutProperties(_ref, _excluded$5a);
|
|
2424
2424
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2425
2425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2426
2426
|
width: 18,
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2444
2444
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2445
2445
|
|
|
2446
|
-
var _excluded$
|
|
2446
|
+
var _excluded$59 = ["gradient"];
|
|
2447
2447
|
|
|
2448
2448
|
/**
|
|
2449
2449
|
* @component CalendarIcon
|
|
@@ -2473,7 +2473,7 @@
|
|
|
2473
2473
|
*/
|
|
2474
2474
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2475
2475
|
var gradient = _ref.gradient,
|
|
2476
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2476
|
+
props = _objectWithoutProperties(_ref, _excluded$59);
|
|
2477
2477
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2478
2478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2479
2479
|
width: 24,
|
|
@@ -2493,7 +2493,7 @@
|
|
|
2493
2493
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2494
2494
|
var CalendarIcon$1 = CalendarIcon;
|
|
2495
2495
|
|
|
2496
|
-
var _excluded$
|
|
2496
|
+
var _excluded$58 = ["gradient"];
|
|
2497
2497
|
|
|
2498
2498
|
/**
|
|
2499
2499
|
* @component CancelCrossIcon
|
|
@@ -2523,7 +2523,7 @@
|
|
|
2523
2523
|
*/
|
|
2524
2524
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2525
2525
|
var gradient = _ref.gradient,
|
|
2526
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2526
|
+
props = _objectWithoutProperties(_ref, _excluded$58);
|
|
2527
2527
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2528
2528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2529
2529
|
width: 24,
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2544
2544
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2545
2545
|
|
|
2546
|
-
var _excluded$
|
|
2546
|
+
var _excluded$57 = ["gradient"];
|
|
2547
2547
|
|
|
2548
2548
|
/**
|
|
2549
2549
|
* @component CaretLeftIcon
|
|
@@ -2573,7 +2573,7 @@
|
|
|
2573
2573
|
*/
|
|
2574
2574
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2575
2575
|
var gradient = _ref.gradient,
|
|
2576
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2576
|
+
props = _objectWithoutProperties(_ref, _excluded$57);
|
|
2577
2577
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2578
2578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2579
2579
|
width: 18,
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2594
2594
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2595
2595
|
|
|
2596
|
-
var _excluded$
|
|
2596
|
+
var _excluded$56 = ["gradient"];
|
|
2597
2597
|
|
|
2598
2598
|
/**
|
|
2599
2599
|
* @component CaretRightIcon
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
*/
|
|
2624
2624
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2625
2625
|
var gradient = _ref.gradient,
|
|
2626
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2626
|
+
props = _objectWithoutProperties(_ref, _excluded$56);
|
|
2627
2627
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2628
2628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2629
2629
|
width: 18,
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2644
2644
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2645
2645
|
|
|
2646
|
-
var _excluded$
|
|
2646
|
+
var _excluded$55 = ["gradient"];
|
|
2647
2647
|
|
|
2648
2648
|
/**
|
|
2649
2649
|
* @component ChatIcon
|
|
@@ -2673,7 +2673,7 @@
|
|
|
2673
2673
|
*/
|
|
2674
2674
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2675
2675
|
var gradient = _ref.gradient,
|
|
2676
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2676
|
+
props = _objectWithoutProperties(_ref, _excluded$55);
|
|
2677
2677
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2678
2678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2679
2679
|
width: 24,
|
|
@@ -2693,7 +2693,7 @@
|
|
|
2693
2693
|
ChatIcon.displayName = "ChatIcon";
|
|
2694
2694
|
var ChatIcon$1 = ChatIcon;
|
|
2695
2695
|
|
|
2696
|
-
var _excluded$
|
|
2696
|
+
var _excluded$54 = ["gradient"];
|
|
2697
2697
|
|
|
2698
2698
|
/**
|
|
2699
2699
|
* @component CheckIcon
|
|
@@ -2723,7 +2723,7 @@
|
|
|
2723
2723
|
*/
|
|
2724
2724
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2725
2725
|
var gradient = _ref.gradient,
|
|
2726
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2726
|
+
props = _objectWithoutProperties(_ref, _excluded$54);
|
|
2727
2727
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2728
2728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2729
2729
|
width: 24,
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
CheckIcon.displayName = "CheckIcon";
|
|
2744
2744
|
var CheckIcon$1 = CheckIcon;
|
|
2745
2745
|
|
|
2746
|
-
var _excluded$
|
|
2746
|
+
var _excluded$53 = ["gradient"];
|
|
2747
2747
|
|
|
2748
2748
|
/**
|
|
2749
2749
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2773,7 +2773,7 @@
|
|
|
2773
2773
|
*/
|
|
2774
2774
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2775
2775
|
var gradient = _ref.gradient,
|
|
2776
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2776
|
+
props = _objectWithoutProperties(_ref, _excluded$53);
|
|
2777
2777
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2778
2778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2779
2779
|
width: 24,
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2794
2794
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2795
2795
|
|
|
2796
|
-
var _excluded$
|
|
2796
|
+
var _excluded$52 = ["gradient"];
|
|
2797
2797
|
|
|
2798
2798
|
/**
|
|
2799
2799
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
*/
|
|
2824
2824
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2825
2825
|
var gradient = _ref.gradient,
|
|
2826
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2826
|
+
props = _objectWithoutProperties(_ref, _excluded$52);
|
|
2827
2827
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2828
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2829
2829
|
width: 24,
|
|
@@ -2843,7 +2843,7 @@
|
|
|
2843
2843
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2844
2844
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2845
2845
|
|
|
2846
|
-
var _excluded$
|
|
2846
|
+
var _excluded$51 = ["gradient"];
|
|
2847
2847
|
|
|
2848
2848
|
/**
|
|
2849
2849
|
* @component CheckboxCircleBlankIcon
|
|
@@ -2873,7 +2873,7 @@
|
|
|
2873
2873
|
*/
|
|
2874
2874
|
var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2875
2875
|
var gradient = _ref.gradient,
|
|
2876
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2876
|
+
props = _objectWithoutProperties(_ref, _excluded$51);
|
|
2877
2877
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2878
2878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2879
2879
|
width: 15,
|
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
|
|
2895
2895
|
var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
|
|
2896
2896
|
|
|
2897
|
-
var _excluded$
|
|
2897
|
+
var _excluded$50 = ["gradient"];
|
|
2898
2898
|
|
|
2899
2899
|
/**
|
|
2900
2900
|
* @component CheckboxDocumentsIcon
|
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
*/
|
|
2925
2925
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2926
2926
|
var gradient = _ref.gradient,
|
|
2927
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2927
|
+
props = _objectWithoutProperties(_ref, _excluded$50);
|
|
2928
2928
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2929
2929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2930
2930
|
width: 24,
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2945
2945
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2946
2946
|
|
|
2947
|
-
var _excluded$
|
|
2947
|
+
var _excluded$4$ = ["gradient"];
|
|
2948
2948
|
|
|
2949
2949
|
/**
|
|
2950
2950
|
* @component CheckboxIcon
|
|
@@ -2974,7 +2974,7 @@
|
|
|
2974
2974
|
*/
|
|
2975
2975
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2976
2976
|
var gradient = _ref.gradient,
|
|
2977
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2977
|
+
props = _objectWithoutProperties(_ref, _excluded$4$);
|
|
2978
2978
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2979
2979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2980
2980
|
width: 16,
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
3005
3005
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
3006
3006
|
|
|
3007
|
-
var _excluded$
|
|
3007
|
+
var _excluded$4_ = ["gradient"];
|
|
3008
3008
|
|
|
3009
3009
|
/**
|
|
3010
3010
|
* @component ChecklistSmallIcon
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
*/
|
|
3035
3035
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3036
3036
|
var gradient = _ref.gradient,
|
|
3037
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3037
|
+
props = _objectWithoutProperties(_ref, _excluded$4_);
|
|
3038
3038
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3039
3039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3040
3040
|
width: 12,
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
3055
3055
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
3056
3056
|
|
|
3057
|
-
var _excluded$
|
|
3057
|
+
var _excluded$4Z = ["gradient"];
|
|
3058
3058
|
|
|
3059
3059
|
/**
|
|
3060
3060
|
* @component ChecklistIcon
|
|
@@ -3084,7 +3084,7 @@
|
|
|
3084
3084
|
*/
|
|
3085
3085
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3086
3086
|
var gradient = _ref.gradient,
|
|
3087
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3087
|
+
props = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
3088
3088
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3089
3089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3090
3090
|
width: 24,
|
|
@@ -3104,7 +3104,7 @@
|
|
|
3104
3104
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
3105
3105
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
3106
3106
|
|
|
3107
|
-
var _excluded$
|
|
3107
|
+
var _excluded$4Y = ["gradient"];
|
|
3108
3108
|
|
|
3109
3109
|
/**
|
|
3110
3110
|
* @component CircleDotIcon
|
|
@@ -3134,7 +3134,7 @@
|
|
|
3134
3134
|
*/
|
|
3135
3135
|
var CircleDotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3136
3136
|
var gradient = _ref.gradient,
|
|
3137
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3137
|
+
props = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
3138
3138
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3139
3139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3140
3140
|
width: 24,
|
|
@@ -3157,7 +3157,7 @@
|
|
|
3157
3157
|
CircleDotIcon.displayName = "CircleDotIcon";
|
|
3158
3158
|
var CircleDotIcon$1 = CircleDotIcon;
|
|
3159
3159
|
|
|
3160
|
-
var _excluded$
|
|
3160
|
+
var _excluded$4X = ["gradient"];
|
|
3161
3161
|
|
|
3162
3162
|
/**
|
|
3163
3163
|
* @component CircleIcon
|
|
@@ -3187,7 +3187,7 @@
|
|
|
3187
3187
|
*/
|
|
3188
3188
|
var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3189
3189
|
var gradient = _ref.gradient,
|
|
3190
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3190
|
+
props = _objectWithoutProperties(_ref, _excluded$4X);
|
|
3191
3191
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3192
3192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3193
3193
|
width: 24,
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
CircleIcon.displayName = "CircleIcon";
|
|
3207
3207
|
var CircleIcon$1 = CircleIcon;
|
|
3208
3208
|
|
|
3209
|
-
var _excluded$
|
|
3209
|
+
var _excluded$4W = ["gradient"];
|
|
3210
3210
|
|
|
3211
3211
|
/**
|
|
3212
3212
|
* @component CircleSlashIcon
|
|
@@ -3240,7 +3240,7 @@
|
|
|
3240
3240
|
*/
|
|
3241
3241
|
var CircleSlashIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3242
3242
|
var gradient = _ref.gradient,
|
|
3243
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3243
|
+
props = _objectWithoutProperties(_ref, _excluded$4W);
|
|
3244
3244
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3245
3245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3246
3246
|
width: 24,
|
|
@@ -3261,7 +3261,7 @@
|
|
|
3261
3261
|
CircleSlashIcon.displayName = "CircleSlashIcon";
|
|
3262
3262
|
var CircleSlashIcon$1 = CircleSlashIcon;
|
|
3263
3263
|
|
|
3264
|
-
var _excluded$
|
|
3264
|
+
var _excluded$4V = ["gradient"];
|
|
3265
3265
|
|
|
3266
3266
|
/**
|
|
3267
3267
|
* @component CircleMultipleIcon
|
|
@@ -3291,7 +3291,7 @@
|
|
|
3291
3291
|
*/
|
|
3292
3292
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3293
3293
|
var gradient = _ref.gradient,
|
|
3294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3294
|
+
props = _objectWithoutProperties(_ref, _excluded$4V);
|
|
3295
3295
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3296
3296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3297
3297
|
width: 24,
|
|
@@ -3311,7 +3311,7 @@
|
|
|
3311
3311
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
3312
3312
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
3313
3313
|
|
|
3314
|
-
var _excluded$
|
|
3314
|
+
var _excluded$4U = ["gradient"];
|
|
3315
3315
|
|
|
3316
3316
|
/**
|
|
3317
3317
|
* @component ClockAddIcon
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
*/
|
|
3342
3342
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3343
3343
|
var gradient = _ref.gradient,
|
|
3344
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3344
|
+
props = _objectWithoutProperties(_ref, _excluded$4U);
|
|
3345
3345
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3346
3346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3347
3347
|
width: 24,
|
|
@@ -3361,7 +3361,7 @@
|
|
|
3361
3361
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
3362
3362
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
3363
3363
|
|
|
3364
|
-
var _excluded$
|
|
3364
|
+
var _excluded$4T = ["gradient"];
|
|
3365
3365
|
|
|
3366
3366
|
/**
|
|
3367
3367
|
* @component ClockDollarIcon
|
|
@@ -3391,7 +3391,7 @@
|
|
|
3391
3391
|
*/
|
|
3392
3392
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3393
3393
|
var gradient = _ref.gradient,
|
|
3394
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3394
|
+
props = _objectWithoutProperties(_ref, _excluded$4T);
|
|
3395
3395
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3396
3396
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3397
3397
|
width: 24,
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3415
3415
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3416
3416
|
|
|
3417
|
-
var _excluded$
|
|
3417
|
+
var _excluded$4S = ["gradient"];
|
|
3418
3418
|
|
|
3419
3419
|
/**
|
|
3420
3420
|
* @component ClockSmallIcon
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
*/
|
|
3445
3445
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3446
3446
|
var gradient = _ref.gradient,
|
|
3447
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3447
|
+
props = _objectWithoutProperties(_ref, _excluded$4S);
|
|
3448
3448
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3449
3449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3450
3450
|
width: 12,
|
|
@@ -3464,7 +3464,7 @@
|
|
|
3464
3464
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3465
3465
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3466
3466
|
|
|
3467
|
-
var _excluded$
|
|
3467
|
+
var _excluded$4R = ["gradient"];
|
|
3468
3468
|
|
|
3469
3469
|
/**
|
|
3470
3470
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
*/
|
|
3495
3495
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3496
3496
|
var gradient = _ref.gradient,
|
|
3497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3497
|
+
props = _objectWithoutProperties(_ref, _excluded$4R);
|
|
3498
3498
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3499
3499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3500
3500
|
width: 24,
|
|
@@ -3515,7 +3515,7 @@
|
|
|
3515
3515
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3516
3516
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3517
3517
|
|
|
3518
|
-
var _excluded$
|
|
3518
|
+
var _excluded$4Q = ["gradient"];
|
|
3519
3519
|
|
|
3520
3520
|
/**
|
|
3521
3521
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3545,7 +3545,7 @@
|
|
|
3545
3545
|
*/
|
|
3546
3546
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3547
3547
|
var gradient = _ref.gradient,
|
|
3548
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3548
|
+
props = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
3549
3549
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3550
3550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3551
3551
|
width: 12,
|
|
@@ -3565,7 +3565,7 @@
|
|
|
3565
3565
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3566
3566
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3567
3567
|
|
|
3568
|
-
var _excluded$
|
|
3568
|
+
var _excluded$4P = ["gradient"];
|
|
3569
3569
|
|
|
3570
3570
|
/**
|
|
3571
3571
|
* @component ClockStopwatchIcon
|
|
@@ -3595,7 +3595,7 @@
|
|
|
3595
3595
|
*/
|
|
3596
3596
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3597
3597
|
var gradient = _ref.gradient,
|
|
3598
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3598
|
+
props = _objectWithoutProperties(_ref, _excluded$4P);
|
|
3599
3599
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3600
3600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3601
3601
|
width: 24,
|
|
@@ -3615,7 +3615,7 @@
|
|
|
3615
3615
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3616
3616
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3617
3617
|
|
|
3618
|
-
var _excluded$
|
|
3618
|
+
var _excluded$4O = ["gradient"];
|
|
3619
3619
|
|
|
3620
3620
|
/**
|
|
3621
3621
|
* @component ClockIcon
|
|
@@ -3645,7 +3645,7 @@
|
|
|
3645
3645
|
*/
|
|
3646
3646
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3647
3647
|
var gradient = _ref.gradient,
|
|
3648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3648
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
3649
3649
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3650
3650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3651
3651
|
width: 24,
|
|
@@ -3665,7 +3665,7 @@
|
|
|
3665
3665
|
ClockIcon.displayName = "ClockIcon";
|
|
3666
3666
|
var ClockIcon$1 = ClockIcon;
|
|
3667
3667
|
|
|
3668
|
-
var _excluded$
|
|
3668
|
+
var _excluded$4N = ["gradient"];
|
|
3669
3669
|
|
|
3670
3670
|
/**
|
|
3671
3671
|
* @component CloseCircleIcon
|
|
@@ -3695,7 +3695,7 @@
|
|
|
3695
3695
|
*/
|
|
3696
3696
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3697
3697
|
var gradient = _ref.gradient,
|
|
3698
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3698
|
+
props = _objectWithoutProperties(_ref, _excluded$4N);
|
|
3699
3699
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3700
3700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3701
3701
|
width: 24,
|
|
@@ -3716,7 +3716,7 @@
|
|
|
3716
3716
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3717
3717
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3718
3718
|
|
|
3719
|
-
var _excluded$
|
|
3719
|
+
var _excluded$4M = ["gradient"];
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
3722
|
* @component CloseDocumentIcon
|
|
@@ -3746,7 +3746,7 @@
|
|
|
3746
3746
|
*/
|
|
3747
3747
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3748
3748
|
var gradient = _ref.gradient,
|
|
3749
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3749
|
+
props = _objectWithoutProperties(_ref, _excluded$4M);
|
|
3750
3750
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3751
3751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3752
3752
|
width: 24,
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3767
3767
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3768
3768
|
|
|
3769
|
-
var _excluded$
|
|
3769
|
+
var _excluded$4L = ["gradient"];
|
|
3770
3770
|
|
|
3771
3771
|
/**
|
|
3772
3772
|
* @component CloseSmallIcon
|
|
@@ -3796,7 +3796,7 @@
|
|
|
3796
3796
|
*/
|
|
3797
3797
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3798
3798
|
var gradient = _ref.gradient,
|
|
3799
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3799
|
+
props = _objectWithoutProperties(_ref, _excluded$4L);
|
|
3800
3800
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3801
3801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3802
3802
|
width: 24,
|
|
@@ -3816,7 +3816,7 @@
|
|
|
3816
3816
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3817
3817
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3818
3818
|
|
|
3819
|
-
var _excluded$
|
|
3819
|
+
var _excluded$4K = ["gradient"];
|
|
3820
3820
|
|
|
3821
3821
|
/**
|
|
3822
3822
|
* @component CloseIcon
|
|
@@ -3846,7 +3846,7 @@
|
|
|
3846
3846
|
*/
|
|
3847
3847
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3848
3848
|
var gradient = _ref.gradient,
|
|
3849
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3849
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
3850
3850
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3851
3851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3852
3852
|
width: 24,
|
|
@@ -3867,7 +3867,7 @@
|
|
|
3867
3867
|
CloseIcon.displayName = "CloseIcon";
|
|
3868
3868
|
var CloseIcon$1 = CloseIcon;
|
|
3869
3869
|
|
|
3870
|
-
var _excluded$
|
|
3870
|
+
var _excluded$4J = ["gradient"];
|
|
3871
3871
|
|
|
3872
3872
|
/**
|
|
3873
3873
|
* @component CloudIcon
|
|
@@ -3880,7 +3880,7 @@
|
|
|
3880
3880
|
*/
|
|
3881
3881
|
var CloudIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3882
3882
|
var gradient = _ref.gradient,
|
|
3883
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3883
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
3884
3884
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3885
3885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3886
3886
|
width: 24,
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
CloudIcon.displayName = "CloudIcon";
|
|
3904
3904
|
var CloudIcon$1 = CloudIcon;
|
|
3905
3905
|
|
|
3906
|
-
var _excluded$
|
|
3906
|
+
var _excluded$4I = ["gradient"];
|
|
3907
3907
|
|
|
3908
3908
|
/**
|
|
3909
3909
|
* @component CloudDeployIcon
|
|
@@ -3918,7 +3918,7 @@
|
|
|
3918
3918
|
*/
|
|
3919
3919
|
var CloudDeployIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3920
3920
|
var gradient = _ref.gradient,
|
|
3921
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3921
|
+
props = _objectWithoutProperties(_ref, _excluded$4I);
|
|
3922
3922
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3923
3923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3924
3924
|
width: 24,
|
|
@@ -3945,7 +3945,7 @@
|
|
|
3945
3945
|
CloudDeployIcon.displayName = "CloudDeployIcon";
|
|
3946
3946
|
var CloudDeployIcon$1 = CloudDeployIcon;
|
|
3947
3947
|
|
|
3948
|
-
var _excluded$
|
|
3948
|
+
var _excluded$4H = ["gradient"];
|
|
3949
3949
|
|
|
3950
3950
|
/**
|
|
3951
3951
|
* @component CloudDeployFailedIcon
|
|
@@ -3960,7 +3960,7 @@
|
|
|
3960
3960
|
*/
|
|
3961
3961
|
var CloudDeployFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3962
3962
|
var gradient = _ref.gradient,
|
|
3963
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3963
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
3964
3964
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3965
3965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3966
3966
|
width: 24,
|
|
@@ -3987,7 +3987,7 @@
|
|
|
3987
3987
|
CloudDeployFailedIcon.displayName = "CloudDeployFailedIcon";
|
|
3988
3988
|
var CloudDeployFailedIcon$1 = CloudDeployFailedIcon;
|
|
3989
3989
|
|
|
3990
|
-
var _excluded$
|
|
3990
|
+
var _excluded$4G = ["gradient"];
|
|
3991
3991
|
|
|
3992
3992
|
/**
|
|
3993
3993
|
* @component CollapsIcon
|
|
@@ -4017,7 +4017,7 @@
|
|
|
4017
4017
|
*/
|
|
4018
4018
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4019
4019
|
var gradient = _ref.gradient,
|
|
4020
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4020
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
4021
4021
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4022
4022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4023
4023
|
width: 6,
|
|
@@ -4037,7 +4037,7 @@
|
|
|
4037
4037
|
CollapsIcon.displayName = "CollapsIcon";
|
|
4038
4038
|
var CollapsIcon$1 = CollapsIcon;
|
|
4039
4039
|
|
|
4040
|
-
var _excluded$
|
|
4040
|
+
var _excluded$4F = ["gradient"];
|
|
4041
4041
|
|
|
4042
4042
|
/**
|
|
4043
4043
|
* @component CollapseAllIcon
|
|
@@ -4067,7 +4067,7 @@
|
|
|
4067
4067
|
*/
|
|
4068
4068
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4069
4069
|
var gradient = _ref.gradient,
|
|
4070
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4070
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
4071
4071
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4072
4072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4073
4073
|
width: 24,
|
|
@@ -4087,7 +4087,7 @@
|
|
|
4087
4087
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
4088
4088
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
4089
4089
|
|
|
4090
|
-
var _excluded$
|
|
4090
|
+
var _excluded$4E = ["gradient"];
|
|
4091
4091
|
|
|
4092
4092
|
/**
|
|
4093
4093
|
* @component CollapseExpandSingleIcon
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
*/
|
|
4118
4118
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4119
4119
|
var gradient = _ref.gradient,
|
|
4120
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4120
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
4121
4121
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4122
4122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4123
4123
|
width: 24,
|
|
@@ -4137,7 +4137,7 @@
|
|
|
4137
4137
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
4138
4138
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
4139
4139
|
|
|
4140
|
-
var _excluded$
|
|
4140
|
+
var _excluded$4D = ["gradient"];
|
|
4141
4141
|
|
|
4142
4142
|
/**
|
|
4143
4143
|
* @component CompanyAddIcon
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
*/
|
|
4168
4168
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4169
4169
|
var gradient = _ref.gradient,
|
|
4170
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4170
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
4171
4171
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4172
4172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4173
4173
|
width: 18,
|
|
@@ -4188,7 +4188,7 @@
|
|
|
4188
4188
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
4189
4189
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
4190
4190
|
|
|
4191
|
-
var _excluded$
|
|
4191
|
+
var _excluded$4C = ["gradient"];
|
|
4192
4192
|
|
|
4193
4193
|
/**
|
|
4194
4194
|
* @component CompanyIcon
|
|
@@ -4218,7 +4218,7 @@
|
|
|
4218
4218
|
*/
|
|
4219
4219
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4220
4220
|
var gradient = _ref.gradient,
|
|
4221
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4221
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
4222
4222
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4223
4223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4224
4224
|
width: 24,
|
|
@@ -4239,7 +4239,7 @@
|
|
|
4239
4239
|
CompanyIcon.displayName = "CompanyIcon";
|
|
4240
4240
|
var CompanyIcon$1 = CompanyIcon;
|
|
4241
4241
|
|
|
4242
|
-
var _excluded$
|
|
4242
|
+
var _excluded$4B = ["gradient"];
|
|
4243
4243
|
|
|
4244
4244
|
/**
|
|
4245
4245
|
* @component ComputerIcon
|
|
@@ -4269,7 +4269,7 @@
|
|
|
4269
4269
|
*/
|
|
4270
4270
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4271
4271
|
var gradient = _ref.gradient,
|
|
4272
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4272
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
4273
4273
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4274
4274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4275
4275
|
width: 24,
|
|
@@ -4289,7 +4289,7 @@
|
|
|
4289
4289
|
ComputerIcon.displayName = "ComputerIcon";
|
|
4290
4290
|
var ComputerIcon$1 = ComputerIcon;
|
|
4291
4291
|
|
|
4292
|
-
var _excluded$
|
|
4292
|
+
var _excluded$4A = ["gradient"];
|
|
4293
4293
|
|
|
4294
4294
|
/**
|
|
4295
4295
|
* @component ConnectionIcon
|
|
@@ -4319,7 +4319,7 @@
|
|
|
4319
4319
|
*/
|
|
4320
4320
|
var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4321
4321
|
var gradient = _ref.gradient,
|
|
4322
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4322
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
4323
4323
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4324
4324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4325
4325
|
width: 24,
|
|
@@ -4346,7 +4346,7 @@
|
|
|
4346
4346
|
ConnectionIcon.displayName = "ConnectionIcon";
|
|
4347
4347
|
var ConnectionIcon$1 = ConnectionIcon;
|
|
4348
4348
|
|
|
4349
|
-
var _excluded$
|
|
4349
|
+
var _excluded$4z = ["gradient"];
|
|
4350
4350
|
|
|
4351
4351
|
/**
|
|
4352
4352
|
* @component CopyIcon
|
|
@@ -4376,7 +4376,7 @@
|
|
|
4376
4376
|
*/
|
|
4377
4377
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4378
4378
|
var gradient = _ref.gradient,
|
|
4379
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4379
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
4380
4380
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4381
4381
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4382
4382
|
width: 24,
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
CopyIcon.displayName = "CopyIcon";
|
|
4397
4397
|
var CopyIcon$1 = CopyIcon;
|
|
4398
4398
|
|
|
4399
|
-
var _excluded$
|
|
4399
|
+
var _excluded$4y = ["gradient"];
|
|
4400
4400
|
|
|
4401
4401
|
/**
|
|
4402
4402
|
* @component CrownBlankIcon
|
|
@@ -4426,7 +4426,7 @@
|
|
|
4426
4426
|
*/
|
|
4427
4427
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4428
4428
|
var gradient = _ref.gradient,
|
|
4429
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4429
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
4430
4430
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4431
4431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4432
4432
|
width: 24,
|
|
@@ -4446,7 +4446,7 @@
|
|
|
4446
4446
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
4447
4447
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
4448
4448
|
|
|
4449
|
-
var _excluded$
|
|
4449
|
+
var _excluded$4x = ["gradient"];
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
4452
|
* @component CrownSelectedIcon
|
|
@@ -4476,7 +4476,7 @@
|
|
|
4476
4476
|
*/
|
|
4477
4477
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4478
4478
|
var gradient = _ref.gradient,
|
|
4479
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4479
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
4480
4480
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4481
4481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4482
4482
|
width: 24,
|
|
@@ -4496,7 +4496,7 @@
|
|
|
4496
4496
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
4497
4497
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
4498
4498
|
|
|
4499
|
-
var _excluded$
|
|
4499
|
+
var _excluded$4w = ["gradient"];
|
|
4500
4500
|
|
|
4501
4501
|
/**
|
|
4502
4502
|
* @component DependencySmallIcon
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
*/
|
|
4527
4527
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4528
4528
|
var gradient = _ref.gradient,
|
|
4529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4529
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
4530
4530
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4531
4531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4532
4532
|
width: 12,
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4547
4547
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4548
4548
|
|
|
4549
|
-
var _excluded$
|
|
4549
|
+
var _excluded$4v = ["gradient"];
|
|
4550
4550
|
|
|
4551
4551
|
/**
|
|
4552
4552
|
* @component DependencyIcon
|
|
@@ -4576,7 +4576,7 @@
|
|
|
4576
4576
|
*/
|
|
4577
4577
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4578
4578
|
var gradient = _ref.gradient,
|
|
4579
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4579
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
4580
4580
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4581
4581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4582
4582
|
width: 24,
|
|
@@ -4596,7 +4596,7 @@
|
|
|
4596
4596
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4597
4597
|
var DependencyIcon$1 = DependencyIcon;
|
|
4598
4598
|
|
|
4599
|
-
var _excluded$
|
|
4599
|
+
var _excluded$4u = ["gradient"];
|
|
4600
4600
|
|
|
4601
4601
|
/**
|
|
4602
4602
|
* @component DescriptionSmallIcon
|
|
@@ -4626,7 +4626,7 @@
|
|
|
4626
4626
|
*/
|
|
4627
4627
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4628
4628
|
var gradient = _ref.gradient,
|
|
4629
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4629
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
4630
4630
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4631
4631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4632
4632
|
width: 18,
|
|
@@ -4647,7 +4647,7 @@
|
|
|
4647
4647
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4648
4648
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4649
4649
|
|
|
4650
|
-
var _excluded$
|
|
4650
|
+
var _excluded$4t = ["gradient"];
|
|
4651
4651
|
|
|
4652
4652
|
/**
|
|
4653
4653
|
* @component DescriptionIcon
|
|
@@ -4677,7 +4677,7 @@
|
|
|
4677
4677
|
*/
|
|
4678
4678
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4679
4679
|
var gradient = _ref.gradient,
|
|
4680
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4680
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
4681
4681
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4682
4682
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4683
4683
|
width: 24,
|
|
@@ -4697,7 +4697,7 @@
|
|
|
4697
4697
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4698
4698
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4699
4699
|
|
|
4700
|
-
var _excluded$
|
|
4700
|
+
var _excluded$4s = ["gradient"];
|
|
4701
4701
|
|
|
4702
4702
|
/**
|
|
4703
4703
|
* @component DiscussionAddIcon
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
*/
|
|
4728
4728
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4729
4729
|
var gradient = _ref.gradient,
|
|
4730
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4730
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
4731
4731
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4732
4732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4733
4733
|
width: 24,
|
|
@@ -4747,7 +4747,7 @@
|
|
|
4747
4747
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4748
4748
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4749
4749
|
|
|
4750
|
-
var _excluded$
|
|
4750
|
+
var _excluded$4r = ["gradient"];
|
|
4751
4751
|
|
|
4752
4752
|
/**
|
|
4753
4753
|
* @component DiscussionIcon
|
|
@@ -4777,7 +4777,7 @@
|
|
|
4777
4777
|
*/
|
|
4778
4778
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4779
4779
|
var gradient = _ref.gradient,
|
|
4780
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4780
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
4781
4781
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4782
4782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4783
4783
|
width: 24,
|
|
@@ -4798,7 +4798,7 @@
|
|
|
4798
4798
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4799
4799
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4800
4800
|
|
|
4801
|
-
var _excluded$
|
|
4801
|
+
var _excluded$4q = ["gradient"];
|
|
4802
4802
|
|
|
4803
4803
|
/**
|
|
4804
4804
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4828,7 +4828,7 @@
|
|
|
4828
4828
|
*/
|
|
4829
4829
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4830
4830
|
var gradient = _ref.gradient,
|
|
4831
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4831
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
4832
4832
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4833
4833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4834
4834
|
width: 12,
|
|
@@ -4848,7 +4848,7 @@
|
|
|
4848
4848
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4849
4849
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4850
4850
|
|
|
4851
|
-
var _excluded$
|
|
4851
|
+
var _excluded$4p = ["gradient"];
|
|
4852
4852
|
|
|
4853
4853
|
/**
|
|
4854
4854
|
* @component DollarCheckmarkIcon
|
|
@@ -4878,7 +4878,7 @@
|
|
|
4878
4878
|
*/
|
|
4879
4879
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4880
4880
|
var gradient = _ref.gradient,
|
|
4881
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4881
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
4882
4882
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4883
4883
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4884
4884
|
width: 24,
|
|
@@ -4898,7 +4898,7 @@
|
|
|
4898
4898
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4899
4899
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4900
4900
|
|
|
4901
|
-
var _excluded$
|
|
4901
|
+
var _excluded$4o = ["gradient"];
|
|
4902
4902
|
|
|
4903
4903
|
/**
|
|
4904
4904
|
* @component DollarClockSmallIcon
|
|
@@ -4928,7 +4928,7 @@
|
|
|
4928
4928
|
*/
|
|
4929
4929
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4930
4930
|
var gradient = _ref.gradient,
|
|
4931
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4931
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
4932
4932
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4933
4933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4934
4934
|
width: 12,
|
|
@@ -4948,7 +4948,7 @@
|
|
|
4948
4948
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4949
4949
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4950
4950
|
|
|
4951
|
-
var _excluded$
|
|
4951
|
+
var _excluded$4n = ["gradient"];
|
|
4952
4952
|
|
|
4953
4953
|
/**
|
|
4954
4954
|
* @component DollarClockIcon
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
*/
|
|
4979
4979
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4980
4980
|
var gradient = _ref.gradient,
|
|
4981
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4981
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
4982
4982
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4983
4983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4984
4984
|
width: 24,
|
|
@@ -4998,7 +4998,7 @@
|
|
|
4998
4998
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4999
4999
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
5000
5000
|
|
|
5001
|
-
var _excluded$
|
|
5001
|
+
var _excluded$4m = ["gradient"];
|
|
5002
5002
|
|
|
5003
5003
|
/**
|
|
5004
5004
|
* @component DollarDocumentPlusIcon
|
|
@@ -5028,7 +5028,7 @@
|
|
|
5028
5028
|
*/
|
|
5029
5029
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5030
5030
|
var gradient = _ref.gradient,
|
|
5031
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5031
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
5032
5032
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5033
5033
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5034
5034
|
width: 24,
|
|
@@ -5048,7 +5048,7 @@
|
|
|
5048
5048
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
5049
5049
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
5050
5050
|
|
|
5051
|
-
var _excluded$
|
|
5051
|
+
var _excluded$4l = ["gradient"];
|
|
5052
5052
|
|
|
5053
5053
|
/**
|
|
5054
5054
|
* @component DollarDocumentIcon
|
|
@@ -5078,7 +5078,7 @@
|
|
|
5078
5078
|
*/
|
|
5079
5079
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5080
5080
|
var gradient = _ref.gradient,
|
|
5081
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5081
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
5082
5082
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5083
5083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5084
5084
|
width: 24,
|
|
@@ -5099,7 +5099,7 @@
|
|
|
5099
5099
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
5100
5100
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
5101
5101
|
|
|
5102
|
-
var _excluded$
|
|
5102
|
+
var _excluded$4k = ["gradient"];
|
|
5103
5103
|
|
|
5104
5104
|
/**
|
|
5105
5105
|
* @component DollarOffSmallIcon
|
|
@@ -5129,7 +5129,7 @@
|
|
|
5129
5129
|
*/
|
|
5130
5130
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5131
5131
|
var gradient = _ref.gradient,
|
|
5132
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5132
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
5133
5133
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5134
5134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5135
5135
|
width: 12,
|
|
@@ -5149,7 +5149,7 @@
|
|
|
5149
5149
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
5150
5150
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
5151
5151
|
|
|
5152
|
-
var _excluded$
|
|
5152
|
+
var _excluded$4j = ["gradient"];
|
|
5153
5153
|
|
|
5154
5154
|
/**
|
|
5155
5155
|
* @component DollarOffIcon
|
|
@@ -5179,7 +5179,7 @@
|
|
|
5179
5179
|
*/
|
|
5180
5180
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5181
5181
|
var gradient = _ref.gradient,
|
|
5182
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5182
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
5183
5183
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5184
5184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5185
5185
|
width: 24,
|
|
@@ -5199,7 +5199,7 @@
|
|
|
5199
5199
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
5200
5200
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
5201
5201
|
|
|
5202
|
-
var _excluded$
|
|
5202
|
+
var _excluded$4i = ["gradient"];
|
|
5203
5203
|
|
|
5204
5204
|
/**
|
|
5205
5205
|
* @component DollarSmallIcon
|
|
@@ -5229,7 +5229,7 @@
|
|
|
5229
5229
|
*/
|
|
5230
5230
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5231
5231
|
var gradient = _ref.gradient,
|
|
5232
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5232
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
5233
5233
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5234
5234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5235
5235
|
width: 12,
|
|
@@ -5249,7 +5249,7 @@
|
|
|
5249
5249
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
5250
5250
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
5251
5251
|
|
|
5252
|
-
var _excluded$
|
|
5252
|
+
var _excluded$4h = ["gradient"];
|
|
5253
5253
|
|
|
5254
5254
|
/**
|
|
5255
5255
|
* @component DollarIcon
|
|
@@ -5279,7 +5279,7 @@
|
|
|
5279
5279
|
*/
|
|
5280
5280
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5281
5281
|
var gradient = _ref.gradient,
|
|
5282
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5282
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
5283
5283
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5284
5284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5285
5285
|
width: 24,
|
|
@@ -5299,7 +5299,7 @@
|
|
|
5299
5299
|
DollarIcon.displayName = "DollarIcon";
|
|
5300
5300
|
var DollarIcon$1 = DollarIcon;
|
|
5301
5301
|
|
|
5302
|
-
var _excluded$
|
|
5302
|
+
var _excluded$4g = ["gradient"];
|
|
5303
5303
|
|
|
5304
5304
|
/**
|
|
5305
5305
|
* @component DownloadIcon
|
|
@@ -5329,7 +5329,7 @@
|
|
|
5329
5329
|
*/
|
|
5330
5330
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5331
5331
|
var gradient = _ref.gradient,
|
|
5332
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5332
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
5333
5333
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5334
5334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5335
5335
|
width: 24,
|
|
@@ -5349,7 +5349,7 @@
|
|
|
5349
5349
|
DownloadIcon.displayName = "DownloadIcon";
|
|
5350
5350
|
var DownloadIcon$1 = DownloadIcon;
|
|
5351
5351
|
|
|
5352
|
-
var _excluded$
|
|
5352
|
+
var _excluded$4f = ["gradient"];
|
|
5353
5353
|
|
|
5354
5354
|
/**
|
|
5355
5355
|
* @component DrawIcon
|
|
@@ -5379,7 +5379,7 @@
|
|
|
5379
5379
|
*/
|
|
5380
5380
|
var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5381
5381
|
var gradient = _ref.gradient,
|
|
5382
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5382
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
5383
5383
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5384
5384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5385
5385
|
width: 24,
|
|
@@ -5400,7 +5400,7 @@
|
|
|
5400
5400
|
DrawIcon.displayName = "DrawIcon";
|
|
5401
5401
|
var DrawIcon$1 = DrawIcon;
|
|
5402
5402
|
|
|
5403
|
-
var _excluded$
|
|
5403
|
+
var _excluded$4e = ["gradient"];
|
|
5404
5404
|
|
|
5405
5405
|
/**
|
|
5406
5406
|
* @component DriveIcon
|
|
@@ -5430,7 +5430,7 @@
|
|
|
5430
5430
|
*/
|
|
5431
5431
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5432
5432
|
var gradient = _ref.gradient,
|
|
5433
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5433
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
5434
5434
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5435
5435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5436
5436
|
width: 24,
|
|
@@ -5450,7 +5450,7 @@
|
|
|
5450
5450
|
DriveIcon.displayName = "DriveIcon";
|
|
5451
5451
|
var DriveIcon$1 = DriveIcon;
|
|
5452
5452
|
|
|
5453
|
-
var _excluded$
|
|
5453
|
+
var _excluded$4d = ["gradient"];
|
|
5454
5454
|
|
|
5455
5455
|
/**
|
|
5456
5456
|
* @component DropboxIcon
|
|
@@ -5480,7 +5480,7 @@
|
|
|
5480
5480
|
*/
|
|
5481
5481
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5482
5482
|
var gradient = _ref.gradient,
|
|
5483
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5483
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
5484
5484
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5485
5485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5486
5486
|
width: 24,
|
|
@@ -5500,7 +5500,7 @@
|
|
|
5500
5500
|
DropboxIcon.displayName = "DropboxIcon";
|
|
5501
5501
|
var DropboxIcon$1 = DropboxIcon;
|
|
5502
5502
|
|
|
5503
|
-
var _excluded$
|
|
5503
|
+
var _excluded$4c = ["gradient"];
|
|
5504
5504
|
|
|
5505
5505
|
/**
|
|
5506
5506
|
* @component DuplicateIcon
|
|
@@ -5530,7 +5530,7 @@
|
|
|
5530
5530
|
*/
|
|
5531
5531
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5532
5532
|
var gradient = _ref.gradient,
|
|
5533
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5533
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
5534
5534
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5535
5535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5536
5536
|
width: 24,
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
5551
5551
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
5552
5552
|
|
|
5553
|
-
var _excluded$
|
|
5553
|
+
var _excluded$4b = ["gradient"];
|
|
5554
5554
|
|
|
5555
5555
|
/**
|
|
5556
5556
|
* @component EditMultipleIcon
|
|
@@ -5580,7 +5580,7 @@
|
|
|
5580
5580
|
*/
|
|
5581
5581
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5582
5582
|
var gradient = _ref.gradient,
|
|
5583
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5583
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
5584
5584
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5585
5585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5586
5586
|
width: 24,
|
|
@@ -5600,7 +5600,7 @@
|
|
|
5600
5600
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5601
5601
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5602
5602
|
|
|
5603
|
-
var _excluded$
|
|
5603
|
+
var _excluded$4a = ["gradient"];
|
|
5604
5604
|
|
|
5605
5605
|
/**
|
|
5606
5606
|
* @component EditIcon
|
|
@@ -5630,7 +5630,7 @@
|
|
|
5630
5630
|
*/
|
|
5631
5631
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5632
5632
|
var gradient = _ref.gradient,
|
|
5633
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5633
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
5634
5634
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5635
5635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5636
5636
|
width: 24,
|
|
@@ -5650,7 +5650,7 @@
|
|
|
5650
5650
|
EditIcon.displayName = "EditIcon";
|
|
5651
5651
|
var EditIcon$1 = EditIcon;
|
|
5652
5652
|
|
|
5653
|
-
var _excluded$
|
|
5653
|
+
var _excluded$49 = ["gradient"];
|
|
5654
5654
|
|
|
5655
5655
|
/**
|
|
5656
5656
|
* @component EmojiIcon
|
|
@@ -5680,7 +5680,7 @@
|
|
|
5680
5680
|
*/
|
|
5681
5681
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5682
5682
|
var gradient = _ref.gradient,
|
|
5683
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5683
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
5684
5684
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5685
5685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5686
5686
|
width: 24,
|
|
@@ -5700,7 +5700,7 @@
|
|
|
5700
5700
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5701
5701
|
var EmojiIcon$1 = EmojiIcon;
|
|
5702
5702
|
|
|
5703
|
-
var _excluded$
|
|
5703
|
+
var _excluded$48 = ["gradient"];
|
|
5704
5704
|
|
|
5705
5705
|
/**
|
|
5706
5706
|
* @component EstimatePlusIcon
|
|
@@ -5730,7 +5730,7 @@
|
|
|
5730
5730
|
*/
|
|
5731
5731
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5732
5732
|
var gradient = _ref.gradient,
|
|
5733
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5733
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
5734
5734
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5735
5735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5736
5736
|
width: 24,
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5752
5752
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5753
5753
|
|
|
5754
|
-
var _excluded$
|
|
5754
|
+
var _excluded$47 = ["gradient"];
|
|
5755
5755
|
|
|
5756
5756
|
/**
|
|
5757
5757
|
* @component EstimatesIcon
|
|
@@ -5781,7 +5781,7 @@
|
|
|
5781
5781
|
*/
|
|
5782
5782
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5783
5783
|
var gradient = _ref.gradient,
|
|
5784
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5784
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
5785
5785
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5786
5786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5787
5787
|
width: 24,
|
|
@@ -5805,7 +5805,7 @@
|
|
|
5805
5805
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5806
5806
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5807
5807
|
|
|
5808
|
-
var _excluded$
|
|
5808
|
+
var _excluded$46 = ["gradient"];
|
|
5809
5809
|
|
|
5810
5810
|
/**
|
|
5811
5811
|
* @component ExpandAllIcon
|
|
@@ -5835,7 +5835,7 @@
|
|
|
5835
5835
|
*/
|
|
5836
5836
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5837
5837
|
var gradient = _ref.gradient,
|
|
5838
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5838
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
5839
5839
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5840
5840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5841
5841
|
width: 24,
|
|
@@ -5855,7 +5855,7 @@
|
|
|
5855
5855
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5856
5856
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5857
5857
|
|
|
5858
|
-
var _excluded$
|
|
5858
|
+
var _excluded$45 = ["gradient"];
|
|
5859
5859
|
|
|
5860
5860
|
/**
|
|
5861
5861
|
* @component ExpenseAddIcon
|
|
@@ -5885,7 +5885,7 @@
|
|
|
5885
5885
|
*/
|
|
5886
5886
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5887
5887
|
var gradient = _ref.gradient,
|
|
5888
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5888
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
5889
5889
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5890
5890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5891
5891
|
width: 24,
|
|
@@ -5905,7 +5905,7 @@
|
|
|
5905
5905
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5906
5906
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5907
5907
|
|
|
5908
|
-
var _excluded$
|
|
5908
|
+
var _excluded$44 = ["gradient"];
|
|
5909
5909
|
|
|
5910
5910
|
/**
|
|
5911
5911
|
* @component ExpensePlusIcon
|
|
@@ -5935,7 +5935,7 @@
|
|
|
5935
5935
|
*/
|
|
5936
5936
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5937
5937
|
var gradient = _ref.gradient,
|
|
5938
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5938
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
5939
5939
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5940
5940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5941
5941
|
width: 24,
|
|
@@ -5957,7 +5957,7 @@
|
|
|
5957
5957
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5958
5958
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5959
5959
|
|
|
5960
|
-
var _excluded$
|
|
5960
|
+
var _excluded$43 = ["gradient"];
|
|
5961
5961
|
|
|
5962
5962
|
/**
|
|
5963
5963
|
* @component EyeOffSmallIcon
|
|
@@ -5987,7 +5987,7 @@
|
|
|
5987
5987
|
*/
|
|
5988
5988
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5989
5989
|
var gradient = _ref.gradient,
|
|
5990
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5990
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
5991
5991
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5992
5992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5993
5993
|
width: 12,
|
|
@@ -6007,7 +6007,7 @@
|
|
|
6007
6007
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
6008
6008
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
6009
6009
|
|
|
6010
|
-
var _excluded$
|
|
6010
|
+
var _excluded$42 = ["gradient"];
|
|
6011
6011
|
|
|
6012
6012
|
/**
|
|
6013
6013
|
* @component EyeOffIcon
|
|
@@ -6037,7 +6037,7 @@
|
|
|
6037
6037
|
*/
|
|
6038
6038
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6039
6039
|
var gradient = _ref.gradient,
|
|
6040
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6040
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
6041
6041
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6042
6042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6043
6043
|
width: 24,
|
|
@@ -6057,7 +6057,7 @@
|
|
|
6057
6057
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
6058
6058
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
6059
6059
|
|
|
6060
|
-
var _excluded$
|
|
6060
|
+
var _excluded$41 = ["gradient"];
|
|
6061
6061
|
|
|
6062
6062
|
/**
|
|
6063
6063
|
* @component EyeSmallIcon
|
|
@@ -6087,7 +6087,7 @@
|
|
|
6087
6087
|
*/
|
|
6088
6088
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6089
6089
|
var gradient = _ref.gradient,
|
|
6090
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6090
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
6091
6091
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6092
6092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6093
6093
|
width: 12,
|
|
@@ -6107,7 +6107,7 @@
|
|
|
6107
6107
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
6108
6108
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
6109
6109
|
|
|
6110
|
-
var _excluded$
|
|
6110
|
+
var _excluded$40 = ["gradient"];
|
|
6111
6111
|
|
|
6112
6112
|
/**
|
|
6113
6113
|
* @component EyeIcon
|
|
@@ -6137,7 +6137,7 @@
|
|
|
6137
6137
|
*/
|
|
6138
6138
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6139
6139
|
var gradient = _ref.gradient,
|
|
6140
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6140
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
6141
6141
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6142
6142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6143
6143
|
width: 24,
|
|
@@ -6157,7 +6157,7 @@
|
|
|
6157
6157
|
EyeIcon.displayName = "EyeIcon";
|
|
6158
6158
|
var EyeIcon$1 = EyeIcon;
|
|
6159
6159
|
|
|
6160
|
-
var _excluded$
|
|
6160
|
+
var _excluded$3$ = ["gradient"];
|
|
6161
6161
|
|
|
6162
6162
|
/**
|
|
6163
6163
|
* @component FilterIcon
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
*/
|
|
6188
6188
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6189
6189
|
var gradient = _ref.gradient,
|
|
6190
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6190
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
6191
6191
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6192
6192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6193
6193
|
width: 24,
|
|
@@ -6207,7 +6207,7 @@
|
|
|
6207
6207
|
FilterIcon.displayName = "FilterIcon";
|
|
6208
6208
|
var FilterIcon$1 = FilterIcon;
|
|
6209
6209
|
|
|
6210
|
-
var _excluded$
|
|
6210
|
+
var _excluded$3_ = ["gradient"];
|
|
6211
6211
|
|
|
6212
6212
|
/**
|
|
6213
6213
|
* @component FolderMoveIcon
|
|
@@ -6237,7 +6237,7 @@
|
|
|
6237
6237
|
*/
|
|
6238
6238
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6239
6239
|
var gradient = _ref.gradient,
|
|
6240
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6240
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
6241
6241
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6242
6242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6243
6243
|
width: 24,
|
|
@@ -6257,7 +6257,7 @@
|
|
|
6257
6257
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
6258
6258
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
6259
6259
|
|
|
6260
|
-
var _excluded$
|
|
6260
|
+
var _excluded$3Z = ["gradient"];
|
|
6261
6261
|
|
|
6262
6262
|
/**
|
|
6263
6263
|
* @component FolderOutlineIcon
|
|
@@ -6287,7 +6287,7 @@
|
|
|
6287
6287
|
*/
|
|
6288
6288
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6289
6289
|
var gradient = _ref.gradient,
|
|
6290
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6290
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
6291
6291
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6292
6292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6293
6293
|
width: 24,
|
|
@@ -6307,7 +6307,7 @@
|
|
|
6307
6307
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
6308
6308
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
6309
6309
|
|
|
6310
|
-
var _excluded$
|
|
6310
|
+
var _excluded$3Y = ["gradient"];
|
|
6311
6311
|
|
|
6312
6312
|
/**
|
|
6313
6313
|
* @component FolderPlusIcon
|
|
@@ -6337,7 +6337,7 @@
|
|
|
6337
6337
|
*/
|
|
6338
6338
|
var FolderPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6339
6339
|
var gradient = _ref.gradient,
|
|
6340
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6340
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
6341
6341
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6342
6342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6343
6343
|
width: 24,
|
|
@@ -6358,7 +6358,7 @@
|
|
|
6358
6358
|
FolderPlusIcon.displayName = "FolderPlusIcon";
|
|
6359
6359
|
var FolderPlusIcon$1 = FolderPlusIcon;
|
|
6360
6360
|
|
|
6361
|
-
var _excluded$
|
|
6361
|
+
var _excluded$3X = ["gradient"];
|
|
6362
6362
|
|
|
6363
6363
|
/**
|
|
6364
6364
|
* @component GearIcon
|
|
@@ -6371,7 +6371,7 @@
|
|
|
6371
6371
|
*/
|
|
6372
6372
|
var GearIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6373
6373
|
var gradient = _ref.gradient,
|
|
6374
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6374
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
6375
6375
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6376
6376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6377
6377
|
width: 24,
|
|
@@ -6396,7 +6396,7 @@
|
|
|
6396
6396
|
GearIcon.displayName = "GearIcon";
|
|
6397
6397
|
var GearIcon$1 = GearIcon;
|
|
6398
6398
|
|
|
6399
|
-
var _excluded$
|
|
6399
|
+
var _excluded$3W = ["gradient"];
|
|
6400
6400
|
var maskUid$1 = 0;
|
|
6401
6401
|
|
|
6402
6402
|
/**
|
|
@@ -6412,7 +6412,7 @@
|
|
|
6412
6412
|
*/
|
|
6413
6413
|
var GearFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6414
6414
|
var gradient = _ref.gradient,
|
|
6415
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6415
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
6416
6416
|
var _useState = React.useState(function () {
|
|
6417
6417
|
return "gear-failed-cut-".concat(++maskUid$1);
|
|
6418
6418
|
}),
|
|
@@ -6463,7 +6463,7 @@
|
|
|
6463
6463
|
GearFailedIcon.displayName = "GearFailedIcon";
|
|
6464
6464
|
var GearFailedIcon$1 = GearFailedIcon;
|
|
6465
6465
|
|
|
6466
|
-
var _excluded$
|
|
6466
|
+
var _excluded$3V = ["gradient"];
|
|
6467
6467
|
|
|
6468
6468
|
/**
|
|
6469
6469
|
* @component GiftIcon
|
|
@@ -6493,7 +6493,7 @@
|
|
|
6493
6493
|
*/
|
|
6494
6494
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6495
6495
|
var gradient = _ref.gradient,
|
|
6496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6496
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
6497
6497
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6498
6498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6499
6499
|
width: 24,
|
|
@@ -6514,7 +6514,7 @@
|
|
|
6514
6514
|
GiftIcon.displayName = "GiftIcon";
|
|
6515
6515
|
var GiftIcon$1 = GiftIcon;
|
|
6516
6516
|
|
|
6517
|
-
var _excluded$
|
|
6517
|
+
var _excluded$3U = ["gradient"];
|
|
6518
6518
|
|
|
6519
6519
|
/**
|
|
6520
6520
|
* @component GitBranchIcon
|
|
@@ -6527,7 +6527,7 @@
|
|
|
6527
6527
|
*/
|
|
6528
6528
|
var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6529
6529
|
var gradient = _ref.gradient,
|
|
6530
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6530
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
6531
6531
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6532
6532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6533
6533
|
width: 24,
|
|
@@ -6558,7 +6558,7 @@
|
|
|
6558
6558
|
GitBranchIcon.displayName = "GitBranchIcon";
|
|
6559
6559
|
var GitBranchIcon$1 = GitBranchIcon;
|
|
6560
6560
|
|
|
6561
|
-
var _excluded$
|
|
6561
|
+
var _excluded$3T = ["gradient"];
|
|
6562
6562
|
|
|
6563
6563
|
/**
|
|
6564
6564
|
* @component GitCommitIcon
|
|
@@ -6571,7 +6571,7 @@
|
|
|
6571
6571
|
*/
|
|
6572
6572
|
var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6573
6573
|
var gradient = _ref.gradient,
|
|
6574
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6574
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
6575
6575
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6576
6576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6577
6577
|
width: 24,
|
|
@@ -6598,7 +6598,7 @@
|
|
|
6598
6598
|
GitCommitIcon.displayName = "GitCommitIcon";
|
|
6599
6599
|
var GitCommitIcon$1 = GitCommitIcon;
|
|
6600
6600
|
|
|
6601
|
-
var _excluded$
|
|
6601
|
+
var _excluded$3S = ["gradient"];
|
|
6602
6602
|
|
|
6603
6603
|
/**
|
|
6604
6604
|
* @component GitHubIcon
|
|
@@ -6613,7 +6613,7 @@
|
|
|
6613
6613
|
*/
|
|
6614
6614
|
var GitHubIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6615
6615
|
var gradient = _ref.gradient,
|
|
6616
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6616
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
6617
6617
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6618
6618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6619
6619
|
width: 24,
|
|
@@ -6634,7 +6634,7 @@
|
|
|
6634
6634
|
GitHubIcon.displayName = "GitHubIcon";
|
|
6635
6635
|
var GitHubIcon$1 = GitHubIcon;
|
|
6636
6636
|
|
|
6637
|
-
var _excluded$
|
|
6637
|
+
var _excluded$3R = ["gradient"];
|
|
6638
6638
|
|
|
6639
6639
|
/**
|
|
6640
6640
|
* @component GitIcon
|
|
@@ -6649,7 +6649,7 @@
|
|
|
6649
6649
|
*/
|
|
6650
6650
|
var GitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6651
6651
|
var gradient = _ref.gradient,
|
|
6652
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6652
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
6653
6653
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6654
6654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6655
6655
|
width: 24,
|
|
@@ -6670,7 +6670,7 @@
|
|
|
6670
6670
|
GitIcon.displayName = "GitIcon";
|
|
6671
6671
|
var GitIcon$1 = GitIcon;
|
|
6672
6672
|
|
|
6673
|
-
var _excluded$
|
|
6673
|
+
var _excluded$3Q = ["gradient"];
|
|
6674
6674
|
|
|
6675
6675
|
/**
|
|
6676
6676
|
* @component GitLabIcon
|
|
@@ -6685,7 +6685,7 @@
|
|
|
6685
6685
|
*/
|
|
6686
6686
|
var GitLabIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6687
6687
|
var gradient = _ref.gradient,
|
|
6688
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6688
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
6689
6689
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6690
6690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6691
6691
|
width: 24,
|
|
@@ -6706,7 +6706,7 @@
|
|
|
6706
6706
|
GitLabIcon.displayName = "GitLabIcon";
|
|
6707
6707
|
var GitLabIcon$1 = GitLabIcon;
|
|
6708
6708
|
|
|
6709
|
-
var _excluded$
|
|
6709
|
+
var _excluded$3P = ["gradient"];
|
|
6710
6710
|
|
|
6711
6711
|
/**
|
|
6712
6712
|
* @component GitMergeIcon
|
|
@@ -6721,7 +6721,7 @@
|
|
|
6721
6721
|
*/
|
|
6722
6722
|
var GitMergeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6723
6723
|
var gradient = _ref.gradient,
|
|
6724
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6724
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
6725
6725
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6726
6726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6727
6727
|
width: 24,
|
|
@@ -6752,7 +6752,7 @@
|
|
|
6752
6752
|
GitMergeIcon.displayName = "GitMergeIcon";
|
|
6753
6753
|
var GitMergeIcon$1 = GitMergeIcon;
|
|
6754
6754
|
|
|
6755
|
-
var _excluded$
|
|
6755
|
+
var _excluded$3O = ["gradient"];
|
|
6756
6756
|
|
|
6757
6757
|
/**
|
|
6758
6758
|
* @component GitPullRequestIcon
|
|
@@ -6765,7 +6765,7 @@
|
|
|
6765
6765
|
*/
|
|
6766
6766
|
var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6767
6767
|
var gradient = _ref.gradient,
|
|
6768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6768
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
6769
6769
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6770
6770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6771
6771
|
width: 24,
|
|
@@ -6798,7 +6798,7 @@
|
|
|
6798
6798
|
GitPullRequestIcon.displayName = "GitPullRequestIcon";
|
|
6799
6799
|
var GitPullRequestIcon$1 = GitPullRequestIcon;
|
|
6800
6800
|
|
|
6801
|
-
var _excluded$
|
|
6801
|
+
var _excluded$3N = ["gradient"];
|
|
6802
6802
|
|
|
6803
6803
|
/**
|
|
6804
6804
|
* @component GitPullRequestDraftIcon
|
|
@@ -6813,7 +6813,7 @@
|
|
|
6813
6813
|
*/
|
|
6814
6814
|
var GitPullRequestDraftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6815
6815
|
var gradient = _ref.gradient,
|
|
6816
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6816
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
6817
6817
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6818
6818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6819
6819
|
width: 24,
|
|
@@ -6847,7 +6847,7 @@
|
|
|
6847
6847
|
GitPullRequestDraftIcon.displayName = "GitPullRequestDraftIcon";
|
|
6848
6848
|
var GitPullRequestDraftIcon$1 = GitPullRequestDraftIcon;
|
|
6849
6849
|
|
|
6850
|
-
var _excluded$
|
|
6850
|
+
var _excluded$3M = ["gradient"];
|
|
6851
6851
|
|
|
6852
6852
|
/**
|
|
6853
6853
|
* @component GitPullRequestClosedIcon
|
|
@@ -6863,7 +6863,7 @@
|
|
|
6863
6863
|
*/
|
|
6864
6864
|
var GitPullRequestClosedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6865
6865
|
var gradient = _ref.gradient,
|
|
6866
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6866
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
6867
6867
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6868
6868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6869
6869
|
width: 24,
|
|
@@ -6900,7 +6900,7 @@
|
|
|
6900
6900
|
GitPullRequestClosedIcon.displayName = "GitPullRequestClosedIcon";
|
|
6901
6901
|
var GitPullRequestClosedIcon$1 = GitPullRequestClosedIcon;
|
|
6902
6902
|
|
|
6903
|
-
var _excluded$
|
|
6903
|
+
var _excluded$3L = ["gradient"];
|
|
6904
6904
|
|
|
6905
6905
|
/**
|
|
6906
6906
|
* @component GitRepositoryIcon
|
|
@@ -6914,7 +6914,7 @@
|
|
|
6914
6914
|
*/
|
|
6915
6915
|
var GitRepositoryIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6916
6916
|
var gradient = _ref.gradient,
|
|
6917
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6917
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
6918
6918
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6919
6919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6920
6920
|
width: 24,
|
|
@@ -6943,7 +6943,7 @@
|
|
|
6943
6943
|
GitRepositoryIcon.displayName = "GitRepositoryIcon";
|
|
6944
6944
|
var GitRepositoryIcon$1 = GitRepositoryIcon;
|
|
6945
6945
|
|
|
6946
|
-
var _excluded$
|
|
6946
|
+
var _excluded$3K = ["gradient"];
|
|
6947
6947
|
var maskUid = 0;
|
|
6948
6948
|
|
|
6949
6949
|
/**
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
*/
|
|
6960
6960
|
var GitRepositoryConnectIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6961
6961
|
var gradient = _ref.gradient,
|
|
6962
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6962
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
6963
6963
|
var _useState = React.useState(function () {
|
|
6964
6964
|
return "git-repository-connect-cut-".concat(++maskUid);
|
|
6965
6965
|
}),
|
|
@@ -7020,7 +7020,7 @@
|
|
|
7020
7020
|
GitRepositoryConnectIcon.displayName = "GitRepositoryConnectIcon";
|
|
7021
7021
|
var GitRepositoryConnectIcon$1 = GitRepositoryConnectIcon;
|
|
7022
7022
|
|
|
7023
|
-
var _excluded$
|
|
7023
|
+
var _excluded$3J = ["gradient"];
|
|
7024
7024
|
|
|
7025
7025
|
/**
|
|
7026
7026
|
* @component GroupByIcon
|
|
@@ -7050,7 +7050,7 @@
|
|
|
7050
7050
|
*/
|
|
7051
7051
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7052
7052
|
var gradient = _ref.gradient,
|
|
7053
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7053
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
7054
7054
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7055
7055
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7056
7056
|
width: 24,
|
|
@@ -7069,7 +7069,7 @@
|
|
|
7069
7069
|
GroupByIcon.displayName = "GroupByIcon";
|
|
7070
7070
|
var GroupByIcon$1 = GroupByIcon;
|
|
7071
7071
|
|
|
7072
|
-
var _excluded$
|
|
7072
|
+
var _excluded$3I = ["gradient"];
|
|
7073
7073
|
|
|
7074
7074
|
/**
|
|
7075
7075
|
* @component HashtagIcon
|
|
@@ -7099,7 +7099,7 @@
|
|
|
7099
7099
|
*/
|
|
7100
7100
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7101
7101
|
var gradient = _ref.gradient,
|
|
7102
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7102
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
7103
7103
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7104
7104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7105
7105
|
width: 24,
|
|
@@ -7120,6 +7120,104 @@
|
|
|
7120
7120
|
HashtagIcon.displayName = "HashtagIcon";
|
|
7121
7121
|
var HashtagIcon$1 = HashtagIcon;
|
|
7122
7122
|
|
|
7123
|
+
var _excluded$3H = ["gradient"];
|
|
7124
|
+
|
|
7125
|
+
/**
|
|
7126
|
+
* @component HashIcon
|
|
7127
|
+
* @description
|
|
7128
|
+
*
|
|
7129
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7130
|
+
* The Icon component is
|
|
7131
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
7132
|
+
*
|
|
7133
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
7134
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
7135
|
+
*
|
|
7136
|
+
* @example
|
|
7137
|
+
* return (
|
|
7138
|
+
* <HashIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
7139
|
+
* )
|
|
7140
|
+
*
|
|
7141
|
+
* @example
|
|
7142
|
+
* return (
|
|
7143
|
+
* <HashIcon className="mr-2" />
|
|
7144
|
+
* )
|
|
7145
|
+
*
|
|
7146
|
+
* @see
|
|
7147
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
7148
|
+
* @see
|
|
7149
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
7150
|
+
*/
|
|
7151
|
+
var HashIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7152
|
+
var gradient = _ref.gradient,
|
|
7153
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
7154
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7155
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7156
|
+
width: 24,
|
|
7157
|
+
height: 24,
|
|
7158
|
+
viewBox: "0 0 24 24",
|
|
7159
|
+
"data-testid": "HashIcon",
|
|
7160
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
7161
|
+
focusable: false,
|
|
7162
|
+
ref: ref
|
|
7163
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
7164
|
+
gradient: gradient
|
|
7165
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
7166
|
+
d: "M6 10.5h12a1 1 0 0 0 0-2H6a1 1 0 0 0 0 2m0 5h12a1 1 0 0 0 0-2H6a1 1 0 0 0 0 2m3.897 4.575 1.2-16a1 1 0 0 0-1.994-.15l-1.2 16a1 1 0 0 0 1.994.15m5 0 1.2-16a1 1 0 0 0-1.994-.15l-1.2 16a1 1 0 0 0 1.994.15"
|
|
7167
|
+
}));
|
|
7168
|
+
});
|
|
7169
|
+
HashIcon.displayName = "HashIcon";
|
|
7170
|
+
var HashIcon$1 = HashIcon;
|
|
7171
|
+
|
|
7172
|
+
var _excluded$3G = ["gradient"];
|
|
7173
|
+
|
|
7174
|
+
/**
|
|
7175
|
+
* @component CommandLineIcon
|
|
7176
|
+
* @description
|
|
7177
|
+
*
|
|
7178
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7179
|
+
* The Icon component is
|
|
7180
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
7181
|
+
*
|
|
7182
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
7183
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
7184
|
+
*
|
|
7185
|
+
* @example
|
|
7186
|
+
* return (
|
|
7187
|
+
* <CommandLineIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
7188
|
+
* )
|
|
7189
|
+
*
|
|
7190
|
+
* @example
|
|
7191
|
+
* return (
|
|
7192
|
+
* <CommandLineIcon className="mr-2" />
|
|
7193
|
+
* )
|
|
7194
|
+
*
|
|
7195
|
+
* @see
|
|
7196
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
7197
|
+
* @see
|
|
7198
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
7199
|
+
*/
|
|
7200
|
+
var CommandLineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7201
|
+
var gradient = _ref.gradient,
|
|
7202
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
7203
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7205
|
+
width: 24,
|
|
7206
|
+
height: 24,
|
|
7207
|
+
viewBox: "0 0 24 24",
|
|
7208
|
+
"data-testid": "CommandLineIcon",
|
|
7209
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
7210
|
+
focusable: false,
|
|
7211
|
+
ref: ref
|
|
7212
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
7213
|
+
gradient: gradient
|
|
7214
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
7215
|
+
d: "m5.419 7.814 7 5a1 1 0 0 0 1.162-1.628l-7-5a1 1 0 0 0-1.162 1.628m7 3.372-7 5a1 1 0 0 0 1.162 1.628l7-5a1 1 0 0 0-1.162-1.628M15 18h5a1 1 0 0 0 0-2h-5a1 1 0 0 0 0 2"
|
|
7216
|
+
}));
|
|
7217
|
+
});
|
|
7218
|
+
CommandLineIcon.displayName = "CommandLineIcon";
|
|
7219
|
+
var CommandLineIcon$1 = CommandLineIcon;
|
|
7220
|
+
|
|
7123
7221
|
var _excluded$3F = ["gradient"];
|
|
7124
7222
|
|
|
7125
7223
|
/**
|
|
@@ -28884,6 +28982,7 @@
|
|
|
28884
28982
|
exports.CollapseAllIcon = CollapseAllIcon$1;
|
|
28885
28983
|
exports.CollapseExpandSingleIcon = CollapseExpandSingleIcon$1;
|
|
28886
28984
|
exports.ComboBox = ComboBox;
|
|
28985
|
+
exports.CommandLineIcon = CommandLineIcon$1;
|
|
28887
28986
|
exports.CommandPalette = CommandPalette;
|
|
28888
28987
|
exports.CompanyAddIcon = CompanyAddIcon$1;
|
|
28889
28988
|
exports.CompanyIcon = CompanyIcon$1;
|
|
@@ -28980,6 +29079,7 @@
|
|
|
28980
29079
|
exports.GlobalAddButton = GlobalAddButton;
|
|
28981
29080
|
exports.GlobalStyle = GlobalStyle;
|
|
28982
29081
|
exports.GroupByIcon = GroupByIcon$1;
|
|
29082
|
+
exports.HashIcon = HashIcon$1;
|
|
28983
29083
|
exports.HashtagIcon = HashtagIcon$1;
|
|
28984
29084
|
exports.Header = Header;
|
|
28985
29085
|
exports.Header2 = Header2;
|