@activecollab/components 2.0.330 → 2.0.332
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/index.js +28 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/index.d.ts +4 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +4 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/index.js +577 -402
- 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$58 = ["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$58);
|
|
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$57 = ["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$57);
|
|
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$56 = ["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$56);
|
|
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$55 = ["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$55);
|
|
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$54 = ["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$54);
|
|
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$53 = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$53);
|
|
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$52 = ["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$52);
|
|
438
438
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
439
439
|
className: className,
|
|
440
440
|
ref: ref,
|
|
@@ -950,7 +950,7 @@
|
|
|
950
950
|
return size === "big" && styled.css(["width:40px;"]);
|
|
951
951
|
});
|
|
952
952
|
|
|
953
|
-
var _excluded$
|
|
953
|
+
var _excluded$51 = ["children", "className", "variant", "size", "active"];
|
|
954
954
|
|
|
955
955
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
956
956
|
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
variant = _ref.variant,
|
|
981
981
|
size = _ref.size,
|
|
982
982
|
active = _ref.active,
|
|
983
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
983
|
+
args = _objectWithoutProperties(_ref, _excluded$51);
|
|
984
984
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
985
985
|
className: className,
|
|
986
986
|
variant: variant,
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
});
|
|
992
992
|
IconButton.displayName = "IconButton";
|
|
993
993
|
|
|
994
|
-
var _excluded$
|
|
994
|
+
var _excluded$50 = ["gradient"];
|
|
995
995
|
|
|
996
996
|
/**
|
|
997
997
|
* @component RecurringIcon
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
*/
|
|
1022
1022
|
var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1023
1023
|
var gradient = _ref.gradient,
|
|
1024
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1024
|
+
props = _objectWithoutProperties(_ref, _excluded$50);
|
|
1025
1025
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1026
1026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1027
1027
|
width: 18,
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
RecurringIcon.displayName = "RecurringIcon";
|
|
1043
1043
|
var RecurringIcon$1 = RecurringIcon;
|
|
1044
1044
|
|
|
1045
|
-
var _excluded$
|
|
1045
|
+
var _excluded$4$ = ["gradient"];
|
|
1046
1046
|
|
|
1047
1047
|
/**
|
|
1048
1048
|
* @component AccessLogIcon
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
*/
|
|
1073
1073
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1074
1074
|
var gradient = _ref.gradient,
|
|
1075
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1075
|
+
props = _objectWithoutProperties(_ref, _excluded$4$);
|
|
1076
1076
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1077
1077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1078
1078
|
width: 24,
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1101
1101
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1102
1102
|
|
|
1103
|
-
var _excluded$
|
|
1103
|
+
var _excluded$4_ = ["gradient"];
|
|
1104
1104
|
|
|
1105
1105
|
/**
|
|
1106
1106
|
* @component ActivityIcon
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
*/
|
|
1131
1131
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1132
1132
|
var gradient = _ref.gradient,
|
|
1133
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1133
|
+
props = _objectWithoutProperties(_ref, _excluded$4_);
|
|
1134
1134
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1135
1135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1136
1136
|
width: 24,
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1155
1155
|
var ActivityIcon$1 = ActivityIcon;
|
|
1156
1156
|
|
|
1157
|
-
var _excluded$
|
|
1157
|
+
var _excluded$4Z = ["gradient"];
|
|
1158
1158
|
|
|
1159
1159
|
/**
|
|
1160
1160
|
* @component AddCrossIcon
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
*/
|
|
1185
1185
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1186
1186
|
var gradient = _ref.gradient,
|
|
1187
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1187
|
+
props = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
1188
1188
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1189
1189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1190
1190
|
width: 10,
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1205
1205
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1206
1206
|
|
|
1207
|
-
var _excluded$
|
|
1207
|
+
var _excluded$4Y = ["gradient"];
|
|
1208
1208
|
|
|
1209
1209
|
/**
|
|
1210
1210
|
* @component ArchiveIcon
|
|
@@ -1234,7 +1234,7 @@
|
|
|
1234
1234
|
*/
|
|
1235
1235
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1236
1236
|
var gradient = _ref.gradient,
|
|
1237
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1237
|
+
props = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
1238
1238
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1239
1239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1240
1240
|
width: 24,
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1256
1256
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1257
1257
|
|
|
1258
|
-
var _excluded$
|
|
1258
|
+
var _excluded$4X = ["gradient"];
|
|
1259
1259
|
|
|
1260
1260
|
/**
|
|
1261
1261
|
* @component ArrowBackMobileIcon
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
*/
|
|
1286
1286
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1287
1287
|
var gradient = _ref.gradient,
|
|
1288
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1288
|
+
props = _objectWithoutProperties(_ref, _excluded$4X);
|
|
1289
1289
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1290
1290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1291
1291
|
width: 24,
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1307
1307
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1308
1308
|
|
|
1309
|
-
var _excluded$
|
|
1309
|
+
var _excluded$4W = ["gradient"];
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
*/
|
|
1337
1337
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1338
1338
|
var gradient = _ref.gradient,
|
|
1339
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1339
|
+
props = _objectWithoutProperties(_ref, _excluded$4W);
|
|
1340
1340
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1341
1341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1342
1342
|
width: 24,
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1357
1357
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1358
1358
|
|
|
1359
|
-
var _excluded$
|
|
1359
|
+
var _excluded$4V = ["gradient"];
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* @component ArrowDownLongIcon
|
|
@@ -1386,7 +1386,7 @@
|
|
|
1386
1386
|
*/
|
|
1387
1387
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1388
1388
|
var gradient = _ref.gradient,
|
|
1389
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1389
|
+
props = _objectWithoutProperties(_ref, _excluded$4V);
|
|
1390
1390
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1391
1391
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1392
1392
|
width: 24,
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1407
1407
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1408
1408
|
|
|
1409
|
-
var _excluded$
|
|
1409
|
+
var _excluded$4U = ["gradient"];
|
|
1410
1410
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* @component ArrowDownSmallIcon
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
*/
|
|
1437
1437
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1438
1438
|
var gradient = _ref.gradient,
|
|
1439
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1439
|
+
props = _objectWithoutProperties(_ref, _excluded$4U);
|
|
1440
1440
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1441
1441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1442
1442
|
width: 16,
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1457
1457
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1458
1458
|
|
|
1459
|
-
var _excluded$
|
|
1459
|
+
var _excluded$4T = ["gradient"];
|
|
1460
1460
|
|
|
1461
1461
|
/**
|
|
1462
1462
|
* @component ArrowDownIcon
|
|
@@ -1486,7 +1486,7 @@
|
|
|
1486
1486
|
*/
|
|
1487
1487
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1488
1488
|
var gradient = _ref.gradient,
|
|
1489
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1489
|
+
props = _objectWithoutProperties(_ref, _excluded$4T);
|
|
1490
1490
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1491
1491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1492
1492
|
width: 24,
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1506
1506
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1507
1507
|
|
|
1508
|
-
var _excluded$
|
|
1508
|
+
var _excluded$4S = ["gradient"];
|
|
1509
1509
|
|
|
1510
1510
|
/**
|
|
1511
1511
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1535,7 +1535,7 @@
|
|
|
1535
1535
|
*/
|
|
1536
1536
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1537
1537
|
var gradient = _ref.gradient,
|
|
1538
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1538
|
+
props = _objectWithoutProperties(_ref, _excluded$4S);
|
|
1539
1539
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1540
1540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1541
1541
|
width: 24,
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1556
1556
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1557
1557
|
|
|
1558
|
-
var _excluded$
|
|
1558
|
+
var _excluded$4R = ["gradient"];
|
|
1559
1559
|
|
|
1560
1560
|
/**
|
|
1561
1561
|
* @component ArrowLeftBoxIcon
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
*/
|
|
1586
1586
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1587
1587
|
var gradient = _ref.gradient,
|
|
1588
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1588
|
+
props = _objectWithoutProperties(_ref, _excluded$4R);
|
|
1589
1589
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1590
1590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1591
1591
|
width: 24,
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1606
1606
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1607
1607
|
|
|
1608
|
-
var _excluded$
|
|
1608
|
+
var _excluded$4Q = ["gradient"];
|
|
1609
1609
|
|
|
1610
1610
|
/**
|
|
1611
1611
|
* @component ArrowLeftIcon
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
*/
|
|
1636
1636
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1637
1637
|
var gradient = _ref.gradient,
|
|
1638
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1638
|
+
props = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
1639
1639
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1640
1640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1641
1641
|
width: 24,
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1656
1656
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1657
1657
|
|
|
1658
|
-
var _excluded$
|
|
1658
|
+
var _excluded$4P = ["gradient"];
|
|
1659
1659
|
|
|
1660
1660
|
/**
|
|
1661
1661
|
* @component ArrowRefreshIcon
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
*/
|
|
1686
1686
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1687
1687
|
var gradient = _ref.gradient,
|
|
1688
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1688
|
+
props = _objectWithoutProperties(_ref, _excluded$4P);
|
|
1689
1689
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1690
1690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1691
1691
|
width: 24,
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1707
1707
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1708
1708
|
|
|
1709
|
-
var _excluded$
|
|
1709
|
+
var _excluded$4O = ["gradient"];
|
|
1710
1710
|
|
|
1711
1711
|
/**
|
|
1712
1712
|
* @component ArrowRestoreIcon
|
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
*/
|
|
1737
1737
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1738
1738
|
var gradient = _ref.gradient,
|
|
1739
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1739
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
1740
1740
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1741
1741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1742
1742
|
width: 24,
|
|
@@ -1756,7 +1756,7 @@
|
|
|
1756
1756
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1757
1757
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1758
1758
|
|
|
1759
|
-
var _excluded$
|
|
1759
|
+
var _excluded$4N = ["gradient"];
|
|
1760
1760
|
|
|
1761
1761
|
/**
|
|
1762
1762
|
* @component ArrowRightIcon
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
*/
|
|
1787
1787
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1788
1788
|
var gradient = _ref.gradient,
|
|
1789
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1789
|
+
props = _objectWithoutProperties(_ref, _excluded$4N);
|
|
1790
1790
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1791
1791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1792
1792
|
width: 24,
|
|
@@ -1806,7 +1806,7 @@
|
|
|
1806
1806
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1807
1807
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1808
1808
|
|
|
1809
|
-
var _excluded$
|
|
1809
|
+
var _excluded$4M = ["gradient"];
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
1812
|
* @component ArrowUpLongIcon
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
*/
|
|
1837
1837
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1838
1838
|
var gradient = _ref.gradient,
|
|
1839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1839
|
+
props = _objectWithoutProperties(_ref, _excluded$4M);
|
|
1840
1840
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1841
1841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1842
1842
|
width: 24,
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1857
1857
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1858
1858
|
|
|
1859
|
-
var _excluded$
|
|
1859
|
+
var _excluded$4L = ["gradient"];
|
|
1860
1860
|
|
|
1861
1861
|
/**
|
|
1862
1862
|
* @component ArrowUpIcon
|
|
@@ -1886,7 +1886,7 @@
|
|
|
1886
1886
|
*/
|
|
1887
1887
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1888
1888
|
var gradient = _ref.gradient,
|
|
1889
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1889
|
+
props = _objectWithoutProperties(_ref, _excluded$4L);
|
|
1890
1890
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1891
1891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1892
1892
|
width: 24,
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1906
1906
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1907
1907
|
|
|
1908
|
-
var _excluded$
|
|
1908
|
+
var _excluded$4K = ["gradient"];
|
|
1909
1909
|
|
|
1910
1910
|
/**
|
|
1911
1911
|
* @component AssignIcon
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
*/
|
|
1936
1936
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1937
1937
|
var gradient = _ref.gradient,
|
|
1938
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1938
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
1939
1939
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1940
1940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1941
1941
|
width: 24,
|
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
AssignIcon.displayName = "AssignIcon";
|
|
1956
1956
|
var AssignIcon$1 = AssignIcon;
|
|
1957
1957
|
|
|
1958
|
-
var _excluded$
|
|
1958
|
+
var _excluded$4J = ["gradient"];
|
|
1959
1959
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* @component AttachmentIcon
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
*/
|
|
1986
1986
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1987
1987
|
var gradient = _ref.gradient,
|
|
1988
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1988
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
1989
1989
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1990
1990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1991
1991
|
width: 24,
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
2006
2006
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
2007
2007
|
|
|
2008
|
-
var _excluded$
|
|
2008
|
+
var _excluded$4I = ["gradient"];
|
|
2009
2009
|
|
|
2010
2010
|
/**
|
|
2011
2011
|
* @component BellOffSmallIcon
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
*/
|
|
2036
2036
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2037
2037
|
var gradient = _ref.gradient,
|
|
2038
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2038
|
+
props = _objectWithoutProperties(_ref, _excluded$4I);
|
|
2039
2039
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2040
2040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2041
2041
|
width: 12,
|
|
@@ -2055,7 +2055,7 @@
|
|
|
2055
2055
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2056
2056
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2057
2057
|
|
|
2058
|
-
var _excluded$
|
|
2058
|
+
var _excluded$4H = ["gradient"];
|
|
2059
2059
|
|
|
2060
2060
|
/**
|
|
2061
2061
|
* @component BellOffIcon
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
*/
|
|
2086
2086
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2087
2087
|
var gradient = _ref.gradient,
|
|
2088
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2088
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
2089
2089
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2090
2090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2091
2091
|
width: 24,
|
|
@@ -2105,7 +2105,7 @@
|
|
|
2105
2105
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2106
2106
|
var BellOffIcon$1 = BellOffIcon;
|
|
2107
2107
|
|
|
2108
|
-
var _excluded$
|
|
2108
|
+
var _excluded$4G = ["gradient"];
|
|
2109
2109
|
|
|
2110
2110
|
/**
|
|
2111
2111
|
* @component BillingIcon
|
|
@@ -2135,7 +2135,7 @@
|
|
|
2135
2135
|
*/
|
|
2136
2136
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2137
2137
|
var gradient = _ref.gradient,
|
|
2138
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2138
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
2139
2139
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2140
2140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2141
2141
|
width: 24,
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
BillingIcon.displayName = "BillingIcon";
|
|
2159
2159
|
var BillingIcon$1 = BillingIcon;
|
|
2160
2160
|
|
|
2161
|
-
var _excluded$
|
|
2161
|
+
var _excluded$4F = ["gradient"];
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
2164
|
* @component BudgetAlertIcon
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
*/
|
|
2189
2189
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2190
2190
|
var gradient = _ref.gradient,
|
|
2191
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2191
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
2192
2192
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2193
2193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2194
2194
|
width: 24,
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2209
2209
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2210
2210
|
|
|
2211
|
-
var _excluded$
|
|
2211
|
+
var _excluded$4E = ["gradient"];
|
|
2212
2212
|
|
|
2213
2213
|
/**
|
|
2214
2214
|
* @component BulbIcon
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
*/
|
|
2239
2239
|
var BulbIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2240
2240
|
var gradient = _ref.gradient,
|
|
2241
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2241
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
2242
2242
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2243
2243
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2244
2244
|
width: 16,
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
BulbIcon.displayName = "BulbIcon";
|
|
2258
2258
|
var BulbIcon$1 = BulbIcon;
|
|
2259
2259
|
|
|
2260
|
-
var _excluded$
|
|
2260
|
+
var _excluded$4D = ["gradient"];
|
|
2261
2261
|
|
|
2262
2262
|
/**
|
|
2263
2263
|
* @component CalendarAddXIcon
|
|
@@ -2287,7 +2287,7 @@
|
|
|
2287
2287
|
*/
|
|
2288
2288
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2289
2289
|
var gradient = _ref.gradient,
|
|
2290
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2290
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
2291
2291
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2292
2292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2293
2293
|
width: 24,
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2308
2308
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2309
2309
|
|
|
2310
|
-
var _excluded$
|
|
2310
|
+
var _excluded$4C = ["gradient"];
|
|
2311
2311
|
|
|
2312
2312
|
/**
|
|
2313
2313
|
* @component CalendarImportIcon
|
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
*/
|
|
2338
2338
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2339
2339
|
var gradient = _ref.gradient,
|
|
2340
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2340
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
2341
2341
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2342
2342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2343
2343
|
width: 18,
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2361
2361
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2362
2362
|
|
|
2363
|
-
var _excluded$
|
|
2363
|
+
var _excluded$4B = ["gradient"];
|
|
2364
2364
|
|
|
2365
2365
|
/**
|
|
2366
2366
|
* @component CalendarIcon
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
*/
|
|
2391
2391
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2392
2392
|
var gradient = _ref.gradient,
|
|
2393
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2393
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
2394
2394
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2395
2395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2396
2396
|
width: 24,
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2411
2411
|
var CalendarIcon$1 = CalendarIcon;
|
|
2412
2412
|
|
|
2413
|
-
var _excluded$
|
|
2413
|
+
var _excluded$4A = ["gradient"];
|
|
2414
2414
|
|
|
2415
2415
|
/**
|
|
2416
2416
|
* @component CancelCrossIcon
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
*/
|
|
2441
2441
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2442
2442
|
var gradient = _ref.gradient,
|
|
2443
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2443
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
2444
2444
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2445
2445
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2446
2446
|
width: 24,
|
|
@@ -2460,7 +2460,7 @@
|
|
|
2460
2460
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2461
2461
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2462
2462
|
|
|
2463
|
-
var _excluded$
|
|
2463
|
+
var _excluded$4z = ["gradient"];
|
|
2464
2464
|
|
|
2465
2465
|
/**
|
|
2466
2466
|
* @component CaretLeftIcon
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
*/
|
|
2491
2491
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2492
2492
|
var gradient = _ref.gradient,
|
|
2493
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2493
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
2494
2494
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2495
2495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2496
2496
|
width: 18,
|
|
@@ -2510,7 +2510,7 @@
|
|
|
2510
2510
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2511
2511
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2512
2512
|
|
|
2513
|
-
var _excluded$
|
|
2513
|
+
var _excluded$4y = ["gradient"];
|
|
2514
2514
|
|
|
2515
2515
|
/**
|
|
2516
2516
|
* @component CaretRightIcon
|
|
@@ -2540,7 +2540,7 @@
|
|
|
2540
2540
|
*/
|
|
2541
2541
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2542
2542
|
var gradient = _ref.gradient,
|
|
2543
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2543
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
2544
2544
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2545
2545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2546
2546
|
width: 18,
|
|
@@ -2560,7 +2560,7 @@
|
|
|
2560
2560
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2561
2561
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2562
2562
|
|
|
2563
|
-
var _excluded$
|
|
2563
|
+
var _excluded$4x = ["gradient"];
|
|
2564
2564
|
|
|
2565
2565
|
/**
|
|
2566
2566
|
* @component ChatIcon
|
|
@@ -2590,7 +2590,7 @@
|
|
|
2590
2590
|
*/
|
|
2591
2591
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2592
2592
|
var gradient = _ref.gradient,
|
|
2593
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2593
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
2594
2594
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2595
2595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2596
2596
|
width: 24,
|
|
@@ -2610,7 +2610,7 @@
|
|
|
2610
2610
|
ChatIcon.displayName = "ChatIcon";
|
|
2611
2611
|
var ChatIcon$1 = ChatIcon;
|
|
2612
2612
|
|
|
2613
|
-
var _excluded$
|
|
2613
|
+
var _excluded$4w = ["gradient"];
|
|
2614
2614
|
|
|
2615
2615
|
/**
|
|
2616
2616
|
* @component CheckIcon
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
*/
|
|
2641
2641
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2642
2642
|
var gradient = _ref.gradient,
|
|
2643
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2643
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
2644
2644
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2645
2645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2646
2646
|
width: 24,
|
|
@@ -2660,7 +2660,7 @@
|
|
|
2660
2660
|
CheckIcon.displayName = "CheckIcon";
|
|
2661
2661
|
var CheckIcon$1 = CheckIcon;
|
|
2662
2662
|
|
|
2663
|
-
var _excluded$
|
|
2663
|
+
var _excluded$4v = ["gradient"];
|
|
2664
2664
|
|
|
2665
2665
|
/**
|
|
2666
2666
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2690,7 +2690,7 @@
|
|
|
2690
2690
|
*/
|
|
2691
2691
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2692
2692
|
var gradient = _ref.gradient,
|
|
2693
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2693
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
2694
2694
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2695
2695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2696
2696
|
width: 24,
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2711
2711
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2712
2712
|
|
|
2713
|
-
var _excluded$
|
|
2713
|
+
var _excluded$4u = ["gradient"];
|
|
2714
2714
|
|
|
2715
2715
|
/**
|
|
2716
2716
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
*/
|
|
2741
2741
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2742
2742
|
var gradient = _ref.gradient,
|
|
2743
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2743
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
2744
2744
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2745
2745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2746
2746
|
width: 24,
|
|
@@ -2760,7 +2760,7 @@
|
|
|
2760
2760
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2761
2761
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2762
2762
|
|
|
2763
|
-
var _excluded$
|
|
2763
|
+
var _excluded$4t = ["gradient"];
|
|
2764
2764
|
|
|
2765
2765
|
/**
|
|
2766
2766
|
* @component CheckboxCircleBlankIcon
|
|
@@ -2790,7 +2790,7 @@
|
|
|
2790
2790
|
*/
|
|
2791
2791
|
var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2792
2792
|
var gradient = _ref.gradient,
|
|
2793
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2793
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
2794
2794
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2795
2795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2796
2796
|
width: 15,
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
|
|
2812
2812
|
var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
|
|
2813
2813
|
|
|
2814
|
-
var _excluded$
|
|
2814
|
+
var _excluded$4s = ["gradient"];
|
|
2815
2815
|
|
|
2816
2816
|
/**
|
|
2817
2817
|
* @component CheckboxDocumentsIcon
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
*/
|
|
2842
2842
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2843
2843
|
var gradient = _ref.gradient,
|
|
2844
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2844
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
2845
2845
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2846
2846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2847
2847
|
width: 24,
|
|
@@ -2861,7 +2861,7 @@
|
|
|
2861
2861
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2862
2862
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2863
2863
|
|
|
2864
|
-
var _excluded$
|
|
2864
|
+
var _excluded$4r = ["gradient"];
|
|
2865
2865
|
|
|
2866
2866
|
/**
|
|
2867
2867
|
* @component CheckboxIcon
|
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
*/
|
|
2892
2892
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2893
2893
|
var gradient = _ref.gradient,
|
|
2894
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2894
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
2895
2895
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2896
2896
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2897
2897
|
width: 16,
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2922
2922
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2923
2923
|
|
|
2924
|
-
var _excluded$
|
|
2924
|
+
var _excluded$4q = ["gradient"];
|
|
2925
2925
|
|
|
2926
2926
|
/**
|
|
2927
2927
|
* @component ChecklistSmallIcon
|
|
@@ -2951,7 +2951,7 @@
|
|
|
2951
2951
|
*/
|
|
2952
2952
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2953
2953
|
var gradient = _ref.gradient,
|
|
2954
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2954
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
2955
2955
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2956
2956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2957
2957
|
width: 12,
|
|
@@ -2971,7 +2971,7 @@
|
|
|
2971
2971
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
2972
2972
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
2973
2973
|
|
|
2974
|
-
var _excluded$
|
|
2974
|
+
var _excluded$4p = ["gradient"];
|
|
2975
2975
|
|
|
2976
2976
|
/**
|
|
2977
2977
|
* @component ChecklistIcon
|
|
@@ -3001,7 +3001,7 @@
|
|
|
3001
3001
|
*/
|
|
3002
3002
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3003
3003
|
var gradient = _ref.gradient,
|
|
3004
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3004
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
3005
3005
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3006
3006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3007
3007
|
width: 24,
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
3022
3022
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
3023
3023
|
|
|
3024
|
-
var _excluded$
|
|
3024
|
+
var _excluded$4o = ["gradient"];
|
|
3025
3025
|
|
|
3026
3026
|
/**
|
|
3027
3027
|
* @component CircleIcon
|
|
@@ -3051,7 +3051,7 @@
|
|
|
3051
3051
|
*/
|
|
3052
3052
|
var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3053
3053
|
var gradient = _ref.gradient,
|
|
3054
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3054
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
3055
3055
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3056
3056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3057
3057
|
width: 24,
|
|
@@ -3070,7 +3070,7 @@
|
|
|
3070
3070
|
CircleIcon.displayName = "CircleIcon";
|
|
3071
3071
|
var CircleIcon$1 = CircleIcon;
|
|
3072
3072
|
|
|
3073
|
-
var _excluded$
|
|
3073
|
+
var _excluded$4n = ["gradient"];
|
|
3074
3074
|
|
|
3075
3075
|
/**
|
|
3076
3076
|
* @component CircleMultipleIcon
|
|
@@ -3100,7 +3100,7 @@
|
|
|
3100
3100
|
*/
|
|
3101
3101
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3102
3102
|
var gradient = _ref.gradient,
|
|
3103
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3103
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
3104
3104
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3105
3105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3106
3106
|
width: 24,
|
|
@@ -3120,7 +3120,7 @@
|
|
|
3120
3120
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
3121
3121
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
3122
3122
|
|
|
3123
|
-
var _excluded$
|
|
3123
|
+
var _excluded$4m = ["gradient"];
|
|
3124
3124
|
|
|
3125
3125
|
/**
|
|
3126
3126
|
* @component ClockAddIcon
|
|
@@ -3150,7 +3150,7 @@
|
|
|
3150
3150
|
*/
|
|
3151
3151
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3152
3152
|
var gradient = _ref.gradient,
|
|
3153
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3153
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
3154
3154
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3155
3155
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3156
3156
|
width: 24,
|
|
@@ -3170,7 +3170,7 @@
|
|
|
3170
3170
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
3171
3171
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
3172
3172
|
|
|
3173
|
-
var _excluded$
|
|
3173
|
+
var _excluded$4l = ["gradient"];
|
|
3174
3174
|
|
|
3175
3175
|
/**
|
|
3176
3176
|
* @component ClockDollarIcon
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
*/
|
|
3201
3201
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3202
3202
|
var gradient = _ref.gradient,
|
|
3203
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3203
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
3204
3204
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3205
3205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3206
3206
|
width: 24,
|
|
@@ -3223,7 +3223,7 @@
|
|
|
3223
3223
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3224
3224
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3225
3225
|
|
|
3226
|
-
var _excluded$
|
|
3226
|
+
var _excluded$4k = ["gradient"];
|
|
3227
3227
|
|
|
3228
3228
|
/**
|
|
3229
3229
|
* @component ClockSmallIcon
|
|
@@ -3253,7 +3253,7 @@
|
|
|
3253
3253
|
*/
|
|
3254
3254
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3255
3255
|
var gradient = _ref.gradient,
|
|
3256
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3256
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
3257
3257
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3258
3258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3259
3259
|
width: 12,
|
|
@@ -3273,7 +3273,7 @@
|
|
|
3273
3273
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3274
3274
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3275
3275
|
|
|
3276
|
-
var _excluded$
|
|
3276
|
+
var _excluded$4j = ["gradient"];
|
|
3277
3277
|
|
|
3278
3278
|
/**
|
|
3279
3279
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3303,7 +3303,7 @@
|
|
|
3303
3303
|
*/
|
|
3304
3304
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3305
3305
|
var gradient = _ref.gradient,
|
|
3306
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3306
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
3307
3307
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3308
3308
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3309
3309
|
width: 24,
|
|
@@ -3324,7 +3324,7 @@
|
|
|
3324
3324
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3325
3325
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3326
3326
|
|
|
3327
|
-
var _excluded$
|
|
3327
|
+
var _excluded$4i = ["gradient"];
|
|
3328
3328
|
|
|
3329
3329
|
/**
|
|
3330
3330
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3354,7 +3354,7 @@
|
|
|
3354
3354
|
*/
|
|
3355
3355
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3356
3356
|
var gradient = _ref.gradient,
|
|
3357
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3357
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
3358
3358
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3359
3359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3360
3360
|
width: 12,
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3375
3375
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3376
3376
|
|
|
3377
|
-
var _excluded$
|
|
3377
|
+
var _excluded$4h = ["gradient"];
|
|
3378
3378
|
|
|
3379
3379
|
/**
|
|
3380
3380
|
* @component ClockStopwatchIcon
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
*/
|
|
3405
3405
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3406
3406
|
var gradient = _ref.gradient,
|
|
3407
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3407
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
3408
3408
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3409
3409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3410
3410
|
width: 24,
|
|
@@ -3424,7 +3424,7 @@
|
|
|
3424
3424
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3425
3425
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3426
3426
|
|
|
3427
|
-
var _excluded$
|
|
3427
|
+
var _excluded$4g = ["gradient"];
|
|
3428
3428
|
|
|
3429
3429
|
/**
|
|
3430
3430
|
* @component ClockIcon
|
|
@@ -3454,7 +3454,7 @@
|
|
|
3454
3454
|
*/
|
|
3455
3455
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3456
3456
|
var gradient = _ref.gradient,
|
|
3457
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3457
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
3458
3458
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3459
3459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3460
3460
|
width: 24,
|
|
@@ -3474,7 +3474,7 @@
|
|
|
3474
3474
|
ClockIcon.displayName = "ClockIcon";
|
|
3475
3475
|
var ClockIcon$1 = ClockIcon;
|
|
3476
3476
|
|
|
3477
|
-
var _excluded$
|
|
3477
|
+
var _excluded$4f = ["gradient"];
|
|
3478
3478
|
|
|
3479
3479
|
/**
|
|
3480
3480
|
* @component CloseCircleIcon
|
|
@@ -3504,7 +3504,7 @@
|
|
|
3504
3504
|
*/
|
|
3505
3505
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3506
3506
|
var gradient = _ref.gradient,
|
|
3507
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3507
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
3508
3508
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3509
3509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3510
3510
|
width: 24,
|
|
@@ -3525,7 +3525,7 @@
|
|
|
3525
3525
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3526
3526
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3527
3527
|
|
|
3528
|
-
var _excluded$
|
|
3528
|
+
var _excluded$4e = ["gradient"];
|
|
3529
3529
|
|
|
3530
3530
|
/**
|
|
3531
3531
|
* @component CloseDocumentIcon
|
|
@@ -3555,7 +3555,7 @@
|
|
|
3555
3555
|
*/
|
|
3556
3556
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3557
3557
|
var gradient = _ref.gradient,
|
|
3558
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3558
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
3559
3559
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3560
3560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3561
3561
|
width: 24,
|
|
@@ -3575,7 +3575,7 @@
|
|
|
3575
3575
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3576
3576
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3577
3577
|
|
|
3578
|
-
var _excluded$
|
|
3578
|
+
var _excluded$4d = ["gradient"];
|
|
3579
3579
|
|
|
3580
3580
|
/**
|
|
3581
3581
|
* @component CloseSmallIcon
|
|
@@ -3605,7 +3605,7 @@
|
|
|
3605
3605
|
*/
|
|
3606
3606
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3607
3607
|
var gradient = _ref.gradient,
|
|
3608
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3608
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
3609
3609
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3610
3610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3611
3611
|
width: 24,
|
|
@@ -3625,7 +3625,7 @@
|
|
|
3625
3625
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3626
3626
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3627
3627
|
|
|
3628
|
-
var _excluded$
|
|
3628
|
+
var _excluded$4c = ["gradient"];
|
|
3629
3629
|
|
|
3630
3630
|
/**
|
|
3631
3631
|
* @component CloseIcon
|
|
@@ -3655,7 +3655,7 @@
|
|
|
3655
3655
|
*/
|
|
3656
3656
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3657
3657
|
var gradient = _ref.gradient,
|
|
3658
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3658
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
3659
3659
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3660
3660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3661
3661
|
width: 24,
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
CloseIcon.displayName = "CloseIcon";
|
|
3677
3677
|
var CloseIcon$1 = CloseIcon;
|
|
3678
3678
|
|
|
3679
|
-
var _excluded$
|
|
3679
|
+
var _excluded$4b = ["gradient"];
|
|
3680
3680
|
|
|
3681
3681
|
/**
|
|
3682
3682
|
* @component CollapsIcon
|
|
@@ -3706,7 +3706,7 @@
|
|
|
3706
3706
|
*/
|
|
3707
3707
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3708
3708
|
var gradient = _ref.gradient,
|
|
3709
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3709
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
3710
3710
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3711
3711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3712
3712
|
width: 6,
|
|
@@ -3726,7 +3726,7 @@
|
|
|
3726
3726
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3727
3727
|
var CollapsIcon$1 = CollapsIcon;
|
|
3728
3728
|
|
|
3729
|
-
var _excluded$
|
|
3729
|
+
var _excluded$4a = ["gradient"];
|
|
3730
3730
|
|
|
3731
3731
|
/**
|
|
3732
3732
|
* @component CollapseAllIcon
|
|
@@ -3756,7 +3756,7 @@
|
|
|
3756
3756
|
*/
|
|
3757
3757
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3758
3758
|
var gradient = _ref.gradient,
|
|
3759
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3759
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
3760
3760
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3761
3761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3762
3762
|
width: 24,
|
|
@@ -3776,7 +3776,7 @@
|
|
|
3776
3776
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
3777
3777
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
3778
3778
|
|
|
3779
|
-
var _excluded$
|
|
3779
|
+
var _excluded$49 = ["gradient"];
|
|
3780
3780
|
|
|
3781
3781
|
/**
|
|
3782
3782
|
* @component CollapseExpandSingleIcon
|
|
@@ -3806,7 +3806,7 @@
|
|
|
3806
3806
|
*/
|
|
3807
3807
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3808
3808
|
var gradient = _ref.gradient,
|
|
3809
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3809
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
3810
3810
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3811
3811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3812
3812
|
width: 24,
|
|
@@ -3826,7 +3826,7 @@
|
|
|
3826
3826
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
3827
3827
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
3828
3828
|
|
|
3829
|
-
var _excluded$
|
|
3829
|
+
var _excluded$48 = ["gradient"];
|
|
3830
3830
|
|
|
3831
3831
|
/**
|
|
3832
3832
|
* @component CompanyAddIcon
|
|
@@ -3856,7 +3856,7 @@
|
|
|
3856
3856
|
*/
|
|
3857
3857
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3858
3858
|
var gradient = _ref.gradient,
|
|
3859
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3859
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
3860
3860
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3861
3861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3862
3862
|
width: 18,
|
|
@@ -3877,7 +3877,7 @@
|
|
|
3877
3877
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
3878
3878
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
3879
3879
|
|
|
3880
|
-
var _excluded$
|
|
3880
|
+
var _excluded$47 = ["gradient"];
|
|
3881
3881
|
|
|
3882
3882
|
/**
|
|
3883
3883
|
* @component CompanyIcon
|
|
@@ -3907,7 +3907,7 @@
|
|
|
3907
3907
|
*/
|
|
3908
3908
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3909
3909
|
var gradient = _ref.gradient,
|
|
3910
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3910
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
3911
3911
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3912
3912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3913
3913
|
width: 24,
|
|
@@ -3928,7 +3928,7 @@
|
|
|
3928
3928
|
CompanyIcon.displayName = "CompanyIcon";
|
|
3929
3929
|
var CompanyIcon$1 = CompanyIcon;
|
|
3930
3930
|
|
|
3931
|
-
var _excluded$
|
|
3931
|
+
var _excluded$46 = ["gradient"];
|
|
3932
3932
|
|
|
3933
3933
|
/**
|
|
3934
3934
|
* @component ComputerIcon
|
|
@@ -3958,7 +3958,7 @@
|
|
|
3958
3958
|
*/
|
|
3959
3959
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3960
3960
|
var gradient = _ref.gradient,
|
|
3961
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3961
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
3962
3962
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3963
3963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3964
3964
|
width: 24,
|
|
@@ -3978,7 +3978,7 @@
|
|
|
3978
3978
|
ComputerIcon.displayName = "ComputerIcon";
|
|
3979
3979
|
var ComputerIcon$1 = ComputerIcon;
|
|
3980
3980
|
|
|
3981
|
-
var _excluded$
|
|
3981
|
+
var _excluded$45 = ["gradient"];
|
|
3982
3982
|
|
|
3983
3983
|
/**
|
|
3984
3984
|
* @component ConnectionIcon
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
*/
|
|
4009
4009
|
var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4010
4010
|
var gradient = _ref.gradient,
|
|
4011
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4011
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
4012
4012
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4013
4013
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4014
4014
|
width: 24,
|
|
@@ -4043,7 +4043,7 @@
|
|
|
4043
4043
|
ConnectionIcon.displayName = "ConnectionIcon";
|
|
4044
4044
|
var ConnectionIcon$1 = ConnectionIcon;
|
|
4045
4045
|
|
|
4046
|
-
var _excluded$
|
|
4046
|
+
var _excluded$44 = ["gradient"];
|
|
4047
4047
|
|
|
4048
4048
|
/**
|
|
4049
4049
|
* @component CopyIcon
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
*/
|
|
4074
4074
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4075
4075
|
var gradient = _ref.gradient,
|
|
4076
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4076
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
4077
4077
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4078
4078
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4079
4079
|
width: 24,
|
|
@@ -4093,7 +4093,7 @@
|
|
|
4093
4093
|
CopyIcon.displayName = "CopyIcon";
|
|
4094
4094
|
var CopyIcon$1 = CopyIcon;
|
|
4095
4095
|
|
|
4096
|
-
var _excluded$
|
|
4096
|
+
var _excluded$43 = ["gradient"];
|
|
4097
4097
|
|
|
4098
4098
|
/**
|
|
4099
4099
|
* @component CrownBlankIcon
|
|
@@ -4123,7 +4123,7 @@
|
|
|
4123
4123
|
*/
|
|
4124
4124
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4125
4125
|
var gradient = _ref.gradient,
|
|
4126
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4126
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
4127
4127
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4128
4128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4129
4129
|
width: 24,
|
|
@@ -4143,7 +4143,7 @@
|
|
|
4143
4143
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
4144
4144
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
4145
4145
|
|
|
4146
|
-
var _excluded$
|
|
4146
|
+
var _excluded$42 = ["gradient"];
|
|
4147
4147
|
|
|
4148
4148
|
/**
|
|
4149
4149
|
* @component CrownSelectedIcon
|
|
@@ -4173,7 +4173,7 @@
|
|
|
4173
4173
|
*/
|
|
4174
4174
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4175
4175
|
var gradient = _ref.gradient,
|
|
4176
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4176
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
4177
4177
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4178
4178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4179
4179
|
width: 24,
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
4194
4194
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
4195
4195
|
|
|
4196
|
-
var _excluded$
|
|
4196
|
+
var _excluded$41 = ["gradient"];
|
|
4197
4197
|
|
|
4198
4198
|
/**
|
|
4199
4199
|
* @component DependencySmallIcon
|
|
@@ -4223,7 +4223,7 @@
|
|
|
4223
4223
|
*/
|
|
4224
4224
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4225
4225
|
var gradient = _ref.gradient,
|
|
4226
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4226
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
4227
4227
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4228
4228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4229
4229
|
width: 12,
|
|
@@ -4243,7 +4243,7 @@
|
|
|
4243
4243
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4244
4244
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4245
4245
|
|
|
4246
|
-
var _excluded$
|
|
4246
|
+
var _excluded$40 = ["gradient"];
|
|
4247
4247
|
|
|
4248
4248
|
/**
|
|
4249
4249
|
* @component DependencyIcon
|
|
@@ -4273,7 +4273,7 @@
|
|
|
4273
4273
|
*/
|
|
4274
4274
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4275
4275
|
var gradient = _ref.gradient,
|
|
4276
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4276
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
4277
4277
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4278
4278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4279
4279
|
width: 24,
|
|
@@ -4293,7 +4293,7 @@
|
|
|
4293
4293
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4294
4294
|
var DependencyIcon$1 = DependencyIcon;
|
|
4295
4295
|
|
|
4296
|
-
var _excluded$
|
|
4296
|
+
var _excluded$3$ = ["gradient"];
|
|
4297
4297
|
|
|
4298
4298
|
/**
|
|
4299
4299
|
* @component DescriptionSmallIcon
|
|
@@ -4323,7 +4323,7 @@
|
|
|
4323
4323
|
*/
|
|
4324
4324
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4325
4325
|
var gradient = _ref.gradient,
|
|
4326
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4326
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
4327
4327
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4328
4328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4329
4329
|
width: 18,
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4345
4345
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4346
4346
|
|
|
4347
|
-
var _excluded$
|
|
4347
|
+
var _excluded$3_ = ["gradient"];
|
|
4348
4348
|
|
|
4349
4349
|
/**
|
|
4350
4350
|
* @component DescriptionIcon
|
|
@@ -4374,7 +4374,7 @@
|
|
|
4374
4374
|
*/
|
|
4375
4375
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4376
4376
|
var gradient = _ref.gradient,
|
|
4377
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4377
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
4378
4378
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4379
4379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4380
4380
|
width: 24,
|
|
@@ -4394,7 +4394,7 @@
|
|
|
4394
4394
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4395
4395
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4396
4396
|
|
|
4397
|
-
var _excluded$
|
|
4397
|
+
var _excluded$3Z = ["gradient"];
|
|
4398
4398
|
|
|
4399
4399
|
/**
|
|
4400
4400
|
* @component DiscussionAddIcon
|
|
@@ -4424,7 +4424,7 @@
|
|
|
4424
4424
|
*/
|
|
4425
4425
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4426
4426
|
var gradient = _ref.gradient,
|
|
4427
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4427
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
4428
4428
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4429
4429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4430
4430
|
width: 24,
|
|
@@ -4444,7 +4444,7 @@
|
|
|
4444
4444
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4445
4445
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4446
4446
|
|
|
4447
|
-
var _excluded$
|
|
4447
|
+
var _excluded$3Y = ["gradient"];
|
|
4448
4448
|
|
|
4449
4449
|
/**
|
|
4450
4450
|
* @component DiscussionIcon
|
|
@@ -4474,7 +4474,7 @@
|
|
|
4474
4474
|
*/
|
|
4475
4475
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4476
4476
|
var gradient = _ref.gradient,
|
|
4477
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4477
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
4478
4478
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4479
4479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4480
4480
|
width: 24,
|
|
@@ -4495,7 +4495,7 @@
|
|
|
4495
4495
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4496
4496
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4497
4497
|
|
|
4498
|
-
var _excluded$
|
|
4498
|
+
var _excluded$3X = ["gradient"];
|
|
4499
4499
|
|
|
4500
4500
|
/**
|
|
4501
4501
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4525,7 +4525,7 @@
|
|
|
4525
4525
|
*/
|
|
4526
4526
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4527
4527
|
var gradient = _ref.gradient,
|
|
4528
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4528
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
4529
4529
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4530
4530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4531
4531
|
width: 12,
|
|
@@ -4545,7 +4545,7 @@
|
|
|
4545
4545
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4546
4546
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4547
4547
|
|
|
4548
|
-
var _excluded$
|
|
4548
|
+
var _excluded$3W = ["gradient"];
|
|
4549
4549
|
|
|
4550
4550
|
/**
|
|
4551
4551
|
* @component DollarCheckmarkIcon
|
|
@@ -4575,7 +4575,7 @@
|
|
|
4575
4575
|
*/
|
|
4576
4576
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4577
4577
|
var gradient = _ref.gradient,
|
|
4578
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4578
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
4579
4579
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4580
4580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4581
4581
|
width: 24,
|
|
@@ -4595,7 +4595,7 @@
|
|
|
4595
4595
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4596
4596
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4597
4597
|
|
|
4598
|
-
var _excluded$
|
|
4598
|
+
var _excluded$3V = ["gradient"];
|
|
4599
4599
|
|
|
4600
4600
|
/**
|
|
4601
4601
|
* @component DollarClockSmallIcon
|
|
@@ -4625,7 +4625,7 @@
|
|
|
4625
4625
|
*/
|
|
4626
4626
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4627
4627
|
var gradient = _ref.gradient,
|
|
4628
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4628
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
4629
4629
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4630
4630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4631
4631
|
width: 12,
|
|
@@ -4645,7 +4645,7 @@
|
|
|
4645
4645
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4646
4646
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4647
4647
|
|
|
4648
|
-
var _excluded$
|
|
4648
|
+
var _excluded$3U = ["gradient"];
|
|
4649
4649
|
|
|
4650
4650
|
/**
|
|
4651
4651
|
* @component DollarClockIcon
|
|
@@ -4675,7 +4675,7 @@
|
|
|
4675
4675
|
*/
|
|
4676
4676
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4677
4677
|
var gradient = _ref.gradient,
|
|
4678
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4678
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
4679
4679
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4680
4680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4681
4681
|
width: 24,
|
|
@@ -4695,7 +4695,7 @@
|
|
|
4695
4695
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4696
4696
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4697
4697
|
|
|
4698
|
-
var _excluded$
|
|
4698
|
+
var _excluded$3T = ["gradient"];
|
|
4699
4699
|
|
|
4700
4700
|
/**
|
|
4701
4701
|
* @component DollarDocumentPlusIcon
|
|
@@ -4725,7 +4725,7 @@
|
|
|
4725
4725
|
*/
|
|
4726
4726
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4727
4727
|
var gradient = _ref.gradient,
|
|
4728
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4728
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
4729
4729
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4730
4730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4731
4731
|
width: 24,
|
|
@@ -4745,7 +4745,7 @@
|
|
|
4745
4745
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4746
4746
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4747
4747
|
|
|
4748
|
-
var _excluded$
|
|
4748
|
+
var _excluded$3S = ["gradient"];
|
|
4749
4749
|
|
|
4750
4750
|
/**
|
|
4751
4751
|
* @component DollarDocumentIcon
|
|
@@ -4775,7 +4775,7 @@
|
|
|
4775
4775
|
*/
|
|
4776
4776
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4777
4777
|
var gradient = _ref.gradient,
|
|
4778
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4778
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
4779
4779
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4780
4780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4781
4781
|
width: 24,
|
|
@@ -4796,7 +4796,7 @@
|
|
|
4796
4796
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
4797
4797
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
4798
4798
|
|
|
4799
|
-
var _excluded$
|
|
4799
|
+
var _excluded$3R = ["gradient"];
|
|
4800
4800
|
|
|
4801
4801
|
/**
|
|
4802
4802
|
* @component DollarOffSmallIcon
|
|
@@ -4826,7 +4826,7 @@
|
|
|
4826
4826
|
*/
|
|
4827
4827
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4828
4828
|
var gradient = _ref.gradient,
|
|
4829
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4829
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
4830
4830
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4831
4831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4832
4832
|
width: 12,
|
|
@@ -4846,7 +4846,7 @@
|
|
|
4846
4846
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
4847
4847
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
4848
4848
|
|
|
4849
|
-
var _excluded$
|
|
4849
|
+
var _excluded$3Q = ["gradient"];
|
|
4850
4850
|
|
|
4851
4851
|
/**
|
|
4852
4852
|
* @component DollarOffIcon
|
|
@@ -4876,7 +4876,7 @@
|
|
|
4876
4876
|
*/
|
|
4877
4877
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4878
4878
|
var gradient = _ref.gradient,
|
|
4879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4879
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
4880
4880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4881
4881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4882
4882
|
width: 24,
|
|
@@ -4896,7 +4896,7 @@
|
|
|
4896
4896
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
4897
4897
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
4898
4898
|
|
|
4899
|
-
var _excluded$
|
|
4899
|
+
var _excluded$3P = ["gradient"];
|
|
4900
4900
|
|
|
4901
4901
|
/**
|
|
4902
4902
|
* @component DollarSmallIcon
|
|
@@ -4926,7 +4926,7 @@
|
|
|
4926
4926
|
*/
|
|
4927
4927
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4928
4928
|
var gradient = _ref.gradient,
|
|
4929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4929
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
4930
4930
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4931
4931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4932
4932
|
width: 12,
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
4947
4947
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
4948
4948
|
|
|
4949
|
-
var _excluded$
|
|
4949
|
+
var _excluded$3O = ["gradient"];
|
|
4950
4950
|
|
|
4951
4951
|
/**
|
|
4952
4952
|
* @component DollarIcon
|
|
@@ -4976,7 +4976,7 @@
|
|
|
4976
4976
|
*/
|
|
4977
4977
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4978
4978
|
var gradient = _ref.gradient,
|
|
4979
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4979
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
4980
4980
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4981
4981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4982
4982
|
width: 24,
|
|
@@ -4996,7 +4996,7 @@
|
|
|
4996
4996
|
DollarIcon.displayName = "DollarIcon";
|
|
4997
4997
|
var DollarIcon$1 = DollarIcon;
|
|
4998
4998
|
|
|
4999
|
-
var _excluded$
|
|
4999
|
+
var _excluded$3N = ["gradient"];
|
|
5000
5000
|
|
|
5001
5001
|
/**
|
|
5002
5002
|
* @component DownloadIcon
|
|
@@ -5026,7 +5026,7 @@
|
|
|
5026
5026
|
*/
|
|
5027
5027
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5028
5028
|
var gradient = _ref.gradient,
|
|
5029
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5029
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
5030
5030
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5031
5031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5032
5032
|
width: 24,
|
|
@@ -5046,7 +5046,7 @@
|
|
|
5046
5046
|
DownloadIcon.displayName = "DownloadIcon";
|
|
5047
5047
|
var DownloadIcon$1 = DownloadIcon;
|
|
5048
5048
|
|
|
5049
|
-
var _excluded$
|
|
5049
|
+
var _excluded$3M = ["gradient"];
|
|
5050
5050
|
|
|
5051
5051
|
/**
|
|
5052
5052
|
* @component DrawIcon
|
|
@@ -5076,7 +5076,7 @@
|
|
|
5076
5076
|
*/
|
|
5077
5077
|
var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5078
5078
|
var gradient = _ref.gradient,
|
|
5079
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5079
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
5080
5080
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5081
5081
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5082
5082
|
width: 24,
|
|
@@ -5097,7 +5097,7 @@
|
|
|
5097
5097
|
DrawIcon.displayName = "DrawIcon";
|
|
5098
5098
|
var DrawIcon$1 = DrawIcon;
|
|
5099
5099
|
|
|
5100
|
-
var _excluded$
|
|
5100
|
+
var _excluded$3L = ["gradient"];
|
|
5101
5101
|
|
|
5102
5102
|
/**
|
|
5103
5103
|
* @component DriveIcon
|
|
@@ -5127,7 +5127,7 @@
|
|
|
5127
5127
|
*/
|
|
5128
5128
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5129
5129
|
var gradient = _ref.gradient,
|
|
5130
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5130
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
5131
5131
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5132
5132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5133
5133
|
width: 24,
|
|
@@ -5147,7 +5147,7 @@
|
|
|
5147
5147
|
DriveIcon.displayName = "DriveIcon";
|
|
5148
5148
|
var DriveIcon$1 = DriveIcon;
|
|
5149
5149
|
|
|
5150
|
-
var _excluded$
|
|
5150
|
+
var _excluded$3K = ["gradient"];
|
|
5151
5151
|
|
|
5152
5152
|
/**
|
|
5153
5153
|
* @component DropboxIcon
|
|
@@ -5177,7 +5177,7 @@
|
|
|
5177
5177
|
*/
|
|
5178
5178
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5179
5179
|
var gradient = _ref.gradient,
|
|
5180
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5180
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
5181
5181
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5182
5182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5183
5183
|
width: 24,
|
|
@@ -5197,7 +5197,7 @@
|
|
|
5197
5197
|
DropboxIcon.displayName = "DropboxIcon";
|
|
5198
5198
|
var DropboxIcon$1 = DropboxIcon;
|
|
5199
5199
|
|
|
5200
|
-
var _excluded$
|
|
5200
|
+
var _excluded$3J = ["gradient"];
|
|
5201
5201
|
|
|
5202
5202
|
/**
|
|
5203
5203
|
* @component DuplicateIcon
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
*/
|
|
5228
5228
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5229
5229
|
var gradient = _ref.gradient,
|
|
5230
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5230
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
5231
5231
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5232
5232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5233
5233
|
width: 24,
|
|
@@ -5247,7 +5247,7 @@
|
|
|
5247
5247
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
5248
5248
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
5249
5249
|
|
|
5250
|
-
var _excluded$
|
|
5250
|
+
var _excluded$3I = ["gradient"];
|
|
5251
5251
|
|
|
5252
5252
|
/**
|
|
5253
5253
|
* @component EditMultipleIcon
|
|
@@ -5277,7 +5277,7 @@
|
|
|
5277
5277
|
*/
|
|
5278
5278
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5279
5279
|
var gradient = _ref.gradient,
|
|
5280
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5280
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
5281
5281
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5282
5282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5283
5283
|
width: 24,
|
|
@@ -5297,7 +5297,7 @@
|
|
|
5297
5297
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5298
5298
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5299
5299
|
|
|
5300
|
-
var _excluded$
|
|
5300
|
+
var _excluded$3H = ["gradient"];
|
|
5301
5301
|
|
|
5302
5302
|
/**
|
|
5303
5303
|
* @component EditIcon
|
|
@@ -5327,7 +5327,7 @@
|
|
|
5327
5327
|
*/
|
|
5328
5328
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5329
5329
|
var gradient = _ref.gradient,
|
|
5330
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5330
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
5331
5331
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5332
5332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5333
5333
|
width: 24,
|
|
@@ -5347,7 +5347,7 @@
|
|
|
5347
5347
|
EditIcon.displayName = "EditIcon";
|
|
5348
5348
|
var EditIcon$1 = EditIcon;
|
|
5349
5349
|
|
|
5350
|
-
var _excluded$
|
|
5350
|
+
var _excluded$3G = ["gradient"];
|
|
5351
5351
|
|
|
5352
5352
|
/**
|
|
5353
5353
|
* @component EmojiIcon
|
|
@@ -5377,7 +5377,7 @@
|
|
|
5377
5377
|
*/
|
|
5378
5378
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5379
5379
|
var gradient = _ref.gradient,
|
|
5380
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5380
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
5381
5381
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5382
5382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5383
5383
|
width: 24,
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5398
5398
|
var EmojiIcon$1 = EmojiIcon;
|
|
5399
5399
|
|
|
5400
|
-
var _excluded$
|
|
5400
|
+
var _excluded$3F = ["gradient"];
|
|
5401
5401
|
|
|
5402
5402
|
/**
|
|
5403
5403
|
* @component EstimatePlusIcon
|
|
@@ -5427,7 +5427,7 @@
|
|
|
5427
5427
|
*/
|
|
5428
5428
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5429
5429
|
var gradient = _ref.gradient,
|
|
5430
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5430
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
5431
5431
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5432
5432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5433
5433
|
width: 24,
|
|
@@ -5448,7 +5448,7 @@
|
|
|
5448
5448
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5449
5449
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5450
5450
|
|
|
5451
|
-
var _excluded$
|
|
5451
|
+
var _excluded$3E = ["gradient"];
|
|
5452
5452
|
|
|
5453
5453
|
/**
|
|
5454
5454
|
* @component EstimatesIcon
|
|
@@ -5478,7 +5478,7 @@
|
|
|
5478
5478
|
*/
|
|
5479
5479
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5480
5480
|
var gradient = _ref.gradient,
|
|
5481
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5481
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
5482
5482
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5483
5483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5484
5484
|
width: 24,
|
|
@@ -5502,7 +5502,7 @@
|
|
|
5502
5502
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5503
5503
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5504
5504
|
|
|
5505
|
-
var _excluded$
|
|
5505
|
+
var _excluded$3D = ["gradient"];
|
|
5506
5506
|
|
|
5507
5507
|
/**
|
|
5508
5508
|
* @component ExpandAllIcon
|
|
@@ -5532,7 +5532,7 @@
|
|
|
5532
5532
|
*/
|
|
5533
5533
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5534
5534
|
var gradient = _ref.gradient,
|
|
5535
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5535
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
5536
5536
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5537
5537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5538
5538
|
width: 24,
|
|
@@ -5552,7 +5552,7 @@
|
|
|
5552
5552
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5553
5553
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5554
5554
|
|
|
5555
|
-
var _excluded$
|
|
5555
|
+
var _excluded$3C = ["gradient"];
|
|
5556
5556
|
|
|
5557
5557
|
/**
|
|
5558
5558
|
* @component ExpenseAddIcon
|
|
@@ -5582,7 +5582,7 @@
|
|
|
5582
5582
|
*/
|
|
5583
5583
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5584
5584
|
var gradient = _ref.gradient,
|
|
5585
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5585
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
5586
5586
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5587
5587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5588
5588
|
width: 24,
|
|
@@ -5602,7 +5602,7 @@
|
|
|
5602
5602
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5603
5603
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5604
5604
|
|
|
5605
|
-
var _excluded$
|
|
5605
|
+
var _excluded$3B = ["gradient"];
|
|
5606
5606
|
|
|
5607
5607
|
/**
|
|
5608
5608
|
* @component ExpensePlusIcon
|
|
@@ -5632,7 +5632,7 @@
|
|
|
5632
5632
|
*/
|
|
5633
5633
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5634
5634
|
var gradient = _ref.gradient,
|
|
5635
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5635
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
5636
5636
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5637
5637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5638
5638
|
width: 24,
|
|
@@ -5654,7 +5654,7 @@
|
|
|
5654
5654
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5655
5655
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5656
5656
|
|
|
5657
|
-
var _excluded$
|
|
5657
|
+
var _excluded$3A = ["gradient"];
|
|
5658
5658
|
|
|
5659
5659
|
/**
|
|
5660
5660
|
* @component EyeOffSmallIcon
|
|
@@ -5684,7 +5684,7 @@
|
|
|
5684
5684
|
*/
|
|
5685
5685
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5686
5686
|
var gradient = _ref.gradient,
|
|
5687
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5687
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
5688
5688
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5689
5689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5690
5690
|
width: 12,
|
|
@@ -5704,7 +5704,7 @@
|
|
|
5704
5704
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5705
5705
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5706
5706
|
|
|
5707
|
-
var _excluded$
|
|
5707
|
+
var _excluded$3z = ["gradient"];
|
|
5708
5708
|
|
|
5709
5709
|
/**
|
|
5710
5710
|
* @component EyeOffIcon
|
|
@@ -5734,7 +5734,7 @@
|
|
|
5734
5734
|
*/
|
|
5735
5735
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5736
5736
|
var gradient = _ref.gradient,
|
|
5737
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5737
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
5738
5738
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5739
5739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5740
5740
|
width: 24,
|
|
@@ -5754,7 +5754,7 @@
|
|
|
5754
5754
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5755
5755
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5756
5756
|
|
|
5757
|
-
var _excluded$
|
|
5757
|
+
var _excluded$3y = ["gradient"];
|
|
5758
5758
|
|
|
5759
5759
|
/**
|
|
5760
5760
|
* @component EyeSmallIcon
|
|
@@ -5784,7 +5784,7 @@
|
|
|
5784
5784
|
*/
|
|
5785
5785
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5786
5786
|
var gradient = _ref.gradient,
|
|
5787
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5787
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
5788
5788
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5789
5789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5790
5790
|
width: 12,
|
|
@@ -5804,7 +5804,7 @@
|
|
|
5804
5804
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
5805
5805
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
5806
5806
|
|
|
5807
|
-
var _excluded$
|
|
5807
|
+
var _excluded$3x = ["gradient"];
|
|
5808
5808
|
|
|
5809
5809
|
/**
|
|
5810
5810
|
* @component EyeIcon
|
|
@@ -5834,7 +5834,7 @@
|
|
|
5834
5834
|
*/
|
|
5835
5835
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5836
5836
|
var gradient = _ref.gradient,
|
|
5837
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5837
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
5838
5838
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5839
5839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5840
5840
|
width: 24,
|
|
@@ -5854,7 +5854,7 @@
|
|
|
5854
5854
|
EyeIcon.displayName = "EyeIcon";
|
|
5855
5855
|
var EyeIcon$1 = EyeIcon;
|
|
5856
5856
|
|
|
5857
|
-
var _excluded$
|
|
5857
|
+
var _excluded$3w = ["gradient"];
|
|
5858
5858
|
|
|
5859
5859
|
/**
|
|
5860
5860
|
* @component FilterIcon
|
|
@@ -5884,7 +5884,7 @@
|
|
|
5884
5884
|
*/
|
|
5885
5885
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5886
5886
|
var gradient = _ref.gradient,
|
|
5887
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5887
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
5888
5888
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5889
5889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5890
5890
|
width: 24,
|
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
FilterIcon.displayName = "FilterIcon";
|
|
5905
5905
|
var FilterIcon$1 = FilterIcon;
|
|
5906
5906
|
|
|
5907
|
-
var _excluded$
|
|
5907
|
+
var _excluded$3v = ["gradient"];
|
|
5908
5908
|
|
|
5909
5909
|
/**
|
|
5910
5910
|
* @component FolderMoveIcon
|
|
@@ -5934,7 +5934,7 @@
|
|
|
5934
5934
|
*/
|
|
5935
5935
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5936
5936
|
var gradient = _ref.gradient,
|
|
5937
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5937
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
5938
5938
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5939
5939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5940
5940
|
width: 24,
|
|
@@ -5954,7 +5954,7 @@
|
|
|
5954
5954
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
5955
5955
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
5956
5956
|
|
|
5957
|
-
var _excluded$
|
|
5957
|
+
var _excluded$3u = ["gradient"];
|
|
5958
5958
|
|
|
5959
5959
|
/**
|
|
5960
5960
|
* @component FolderOutlineIcon
|
|
@@ -5984,7 +5984,7 @@
|
|
|
5984
5984
|
*/
|
|
5985
5985
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5986
5986
|
var gradient = _ref.gradient,
|
|
5987
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5987
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
5988
5988
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5989
5989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5990
5990
|
width: 24,
|
|
@@ -6004,7 +6004,7 @@
|
|
|
6004
6004
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
6005
6005
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
6006
6006
|
|
|
6007
|
-
var _excluded$
|
|
6007
|
+
var _excluded$3t = ["gradient"];
|
|
6008
6008
|
|
|
6009
6009
|
/**
|
|
6010
6010
|
* @component GiftIcon
|
|
@@ -6034,7 +6034,7 @@
|
|
|
6034
6034
|
*/
|
|
6035
6035
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6036
6036
|
var gradient = _ref.gradient,
|
|
6037
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6037
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
6038
6038
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6039
6039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6040
6040
|
width: 24,
|
|
@@ -6055,7 +6055,137 @@
|
|
|
6055
6055
|
GiftIcon.displayName = "GiftIcon";
|
|
6056
6056
|
var GiftIcon$1 = GiftIcon;
|
|
6057
6057
|
|
|
6058
|
-
var _excluded$
|
|
6058
|
+
var _excluded$3s = ["gradient"];
|
|
6059
|
+
|
|
6060
|
+
/**
|
|
6061
|
+
* @component GitBranchIcon
|
|
6062
|
+
* @description
|
|
6063
|
+
* Outline git-branch glyph for source-control signifiers.
|
|
6064
|
+
*
|
|
6065
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
6066
|
+
*
|
|
6067
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
6068
|
+
*/
|
|
6069
|
+
var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6070
|
+
var gradient = _ref.gradient,
|
|
6071
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
6072
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6073
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6074
|
+
width: 24,
|
|
6075
|
+
height: 24,
|
|
6076
|
+
viewBox: "0 0 24 24",
|
|
6077
|
+
"data-testid": "GitBranchIcon",
|
|
6078
|
+
fill: "none",
|
|
6079
|
+
stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
|
|
6080
|
+
strokeWidth: 2,
|
|
6081
|
+
strokeLinecap: "round",
|
|
6082
|
+
strokeLinejoin: "round",
|
|
6083
|
+
focusable: false,
|
|
6084
|
+
ref: ref
|
|
6085
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
6086
|
+
gradient: gradient
|
|
6087
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6088
|
+
d: "M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
6089
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6090
|
+
d: "M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
6091
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6092
|
+
d: "M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
6093
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6094
|
+
d: "M7 8v8"
|
|
6095
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6096
|
+
d: "M9 18h4a4 4 0 0 0 4 -4v-6"
|
|
6097
|
+
}));
|
|
6098
|
+
});
|
|
6099
|
+
GitBranchIcon.displayName = "GitBranchIcon";
|
|
6100
|
+
var GitBranchIcon$1 = GitBranchIcon;
|
|
6101
|
+
|
|
6102
|
+
var _excluded$3r = ["gradient"];
|
|
6103
|
+
|
|
6104
|
+
/**
|
|
6105
|
+
* @component GitCommitIcon
|
|
6106
|
+
* @description
|
|
6107
|
+
* Outline git-commit glyph (a node on a line) for source-control signifiers.
|
|
6108
|
+
*
|
|
6109
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
6110
|
+
*
|
|
6111
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
6112
|
+
*/
|
|
6113
|
+
var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6114
|
+
var gradient = _ref.gradient,
|
|
6115
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
6116
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6117
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6118
|
+
width: 24,
|
|
6119
|
+
height: 24,
|
|
6120
|
+
viewBox: "0 0 24 24",
|
|
6121
|
+
"data-testid": "GitCommitIcon",
|
|
6122
|
+
fill: "none",
|
|
6123
|
+
stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
|
|
6124
|
+
strokeWidth: 2,
|
|
6125
|
+
strokeLinecap: "round",
|
|
6126
|
+
strokeLinejoin: "round",
|
|
6127
|
+
focusable: false,
|
|
6128
|
+
ref: ref
|
|
6129
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
6130
|
+
gradient: gradient
|
|
6131
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6132
|
+
d: "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"
|
|
6133
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6134
|
+
d: "M3 12h6"
|
|
6135
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6136
|
+
d: "M15 12h6"
|
|
6137
|
+
}));
|
|
6138
|
+
});
|
|
6139
|
+
GitCommitIcon.displayName = "GitCommitIcon";
|
|
6140
|
+
var GitCommitIcon$1 = GitCommitIcon;
|
|
6141
|
+
|
|
6142
|
+
var _excluded$3q = ["gradient"];
|
|
6143
|
+
|
|
6144
|
+
/**
|
|
6145
|
+
* @component GitPullRequestIcon
|
|
6146
|
+
* @description
|
|
6147
|
+
* Outline git pull-request glyph for source-control signifiers.
|
|
6148
|
+
*
|
|
6149
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
6150
|
+
*
|
|
6151
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
6152
|
+
*/
|
|
6153
|
+
var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6154
|
+
var gradient = _ref.gradient,
|
|
6155
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
6156
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6157
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6158
|
+
width: 24,
|
|
6159
|
+
height: 24,
|
|
6160
|
+
viewBox: "0 0 24 24",
|
|
6161
|
+
"data-testid": "GitPullRequestIcon",
|
|
6162
|
+
fill: "none",
|
|
6163
|
+
stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
|
|
6164
|
+
strokeWidth: 2,
|
|
6165
|
+
strokeLinecap: "round",
|
|
6166
|
+
strokeLinejoin: "round",
|
|
6167
|
+
focusable: false,
|
|
6168
|
+
ref: ref
|
|
6169
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
6170
|
+
gradient: gradient
|
|
6171
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6172
|
+
d: "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
6173
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6174
|
+
d: "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
6175
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6176
|
+
d: "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
6177
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6178
|
+
d: "M6 8v8"
|
|
6179
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6180
|
+
d: "M11 6h5a2 2 0 0 1 2 2v8"
|
|
6181
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6182
|
+
d: "M14 9l-3 -3l3 -3"
|
|
6183
|
+
}));
|
|
6184
|
+
});
|
|
6185
|
+
GitPullRequestIcon.displayName = "GitPullRequestIcon";
|
|
6186
|
+
var GitPullRequestIcon$1 = GitPullRequestIcon;
|
|
6187
|
+
|
|
6188
|
+
var _excluded$3p = ["gradient"];
|
|
6059
6189
|
|
|
6060
6190
|
/**
|
|
6061
6191
|
* @component GroupByIcon
|
|
@@ -6085,7 +6215,7 @@
|
|
|
6085
6215
|
*/
|
|
6086
6216
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6087
6217
|
var gradient = _ref.gradient,
|
|
6088
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6218
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
6089
6219
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6090
6220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6091
6221
|
width: 24,
|
|
@@ -6104,7 +6234,7 @@
|
|
|
6104
6234
|
GroupByIcon.displayName = "GroupByIcon";
|
|
6105
6235
|
var GroupByIcon$1 = GroupByIcon;
|
|
6106
6236
|
|
|
6107
|
-
var _excluded$
|
|
6237
|
+
var _excluded$3o = ["gradient"];
|
|
6108
6238
|
|
|
6109
6239
|
/**
|
|
6110
6240
|
* @component HashtagIcon
|
|
@@ -6134,7 +6264,7 @@
|
|
|
6134
6264
|
*/
|
|
6135
6265
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6136
6266
|
var gradient = _ref.gradient,
|
|
6137
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6267
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
6138
6268
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6139
6269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6140
6270
|
width: 24,
|
|
@@ -6155,7 +6285,7 @@
|
|
|
6155
6285
|
HashtagIcon.displayName = "HashtagIcon";
|
|
6156
6286
|
var HashtagIcon$1 = HashtagIcon;
|
|
6157
6287
|
|
|
6158
|
-
var _excluded$
|
|
6288
|
+
var _excluded$3n = ["gradient"];
|
|
6159
6289
|
|
|
6160
6290
|
/**
|
|
6161
6291
|
* @component HelpIcon
|
|
@@ -6185,7 +6315,7 @@
|
|
|
6185
6315
|
*/
|
|
6186
6316
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6187
6317
|
var gradient = _ref.gradient,
|
|
6188
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6318
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
6189
6319
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6190
6320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6191
6321
|
width: 24,
|
|
@@ -6205,7 +6335,7 @@
|
|
|
6205
6335
|
HelpIcon.displayName = "HelpIcon";
|
|
6206
6336
|
var HelpIcon$1 = HelpIcon;
|
|
6207
6337
|
|
|
6208
|
-
var _excluded$
|
|
6338
|
+
var _excluded$3m = ["gradient"];
|
|
6209
6339
|
|
|
6210
6340
|
/**
|
|
6211
6341
|
* @component HistoryOfChangesIcon
|
|
@@ -6235,7 +6365,7 @@
|
|
|
6235
6365
|
*/
|
|
6236
6366
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6237
6367
|
var gradient = _ref.gradient,
|
|
6238
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6368
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
6239
6369
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6240
6370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6241
6371
|
width: 24,
|
|
@@ -6256,7 +6386,7 @@
|
|
|
6256
6386
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
6257
6387
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
6258
6388
|
|
|
6259
|
-
var _excluded$
|
|
6389
|
+
var _excluded$3l = ["gradient"];
|
|
6260
6390
|
|
|
6261
6391
|
/**
|
|
6262
6392
|
* @component ImageIcon
|
|
@@ -6286,7 +6416,7 @@
|
|
|
6286
6416
|
*/
|
|
6287
6417
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6288
6418
|
var gradient = _ref.gradient,
|
|
6289
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6419
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
6290
6420
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6291
6421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6292
6422
|
width: 24,
|
|
@@ -6307,7 +6437,7 @@
|
|
|
6307
6437
|
ImageIcon.displayName = "ImageIcon";
|
|
6308
6438
|
var ImageIcon$1 = ImageIcon;
|
|
6309
6439
|
|
|
6310
|
-
var _excluded$
|
|
6440
|
+
var _excluded$3k = ["gradient"];
|
|
6311
6441
|
|
|
6312
6442
|
/**
|
|
6313
6443
|
* @component InfoSmallIcon
|
|
@@ -6337,7 +6467,7 @@
|
|
|
6337
6467
|
*/
|
|
6338
6468
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6339
6469
|
var gradient = _ref.gradient,
|
|
6340
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6470
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
6341
6471
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6342
6472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6343
6473
|
width: 15,
|
|
@@ -6357,7 +6487,7 @@
|
|
|
6357
6487
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
6358
6488
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
6359
6489
|
|
|
6360
|
-
var _excluded$
|
|
6490
|
+
var _excluded$3j = ["gradient"];
|
|
6361
6491
|
|
|
6362
6492
|
/**
|
|
6363
6493
|
* @component InfoIcon
|
|
@@ -6387,7 +6517,7 @@
|
|
|
6387
6517
|
*/
|
|
6388
6518
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6389
6519
|
var gradient = _ref.gradient,
|
|
6390
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6520
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
6391
6521
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6392
6522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6393
6523
|
width: 24,
|
|
@@ -6407,7 +6537,7 @@
|
|
|
6407
6537
|
InfoIcon.displayName = "InfoIcon";
|
|
6408
6538
|
var InfoIcon$1 = InfoIcon;
|
|
6409
6539
|
|
|
6410
|
-
var _excluded$
|
|
6540
|
+
var _excluded$3i = ["gradient"];
|
|
6411
6541
|
|
|
6412
6542
|
/**
|
|
6413
6543
|
* @component InsertLinkIcon
|
|
@@ -6437,7 +6567,7 @@
|
|
|
6437
6567
|
*/
|
|
6438
6568
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6439
6569
|
var gradient = _ref.gradient,
|
|
6440
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6570
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
6441
6571
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6442
6572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6443
6573
|
width: 24,
|
|
@@ -6457,7 +6587,7 @@
|
|
|
6457
6587
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
6458
6588
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
6459
6589
|
|
|
6460
|
-
var _excluded$
|
|
6590
|
+
var _excluded$3h = ["gradient"];
|
|
6461
6591
|
|
|
6462
6592
|
/**
|
|
6463
6593
|
* @component IntegrationsIcon
|
|
@@ -6487,7 +6617,7 @@
|
|
|
6487
6617
|
*/
|
|
6488
6618
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6489
6619
|
var gradient = _ref.gradient,
|
|
6490
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6620
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
6491
6621
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6492
6622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6493
6623
|
width: 24,
|
|
@@ -6511,7 +6641,7 @@
|
|
|
6511
6641
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
6512
6642
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
6513
6643
|
|
|
6514
|
-
var _excluded$
|
|
6644
|
+
var _excluded$3g = ["gradient"];
|
|
6515
6645
|
|
|
6516
6646
|
/**
|
|
6517
6647
|
* @component InvoicesIcon
|
|
@@ -6541,7 +6671,7 @@
|
|
|
6541
6671
|
*/
|
|
6542
6672
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6543
6673
|
var gradient = _ref.gradient,
|
|
6544
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6674
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
6545
6675
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6546
6676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6547
6677
|
width: 24,
|
|
@@ -6565,7 +6695,7 @@
|
|
|
6565
6695
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
6566
6696
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
6567
6697
|
|
|
6568
|
-
var _excluded$
|
|
6698
|
+
var _excluded$3f = ["gradient"];
|
|
6569
6699
|
|
|
6570
6700
|
/**
|
|
6571
6701
|
* @component LabelsIcon
|
|
@@ -6595,7 +6725,7 @@
|
|
|
6595
6725
|
*/
|
|
6596
6726
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6597
6727
|
var gradient = _ref.gradient,
|
|
6598
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6728
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
6599
6729
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6600
6730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6601
6731
|
width: 24,
|
|
@@ -6615,7 +6745,7 @@
|
|
|
6615
6745
|
LabelsIcon.displayName = "LabelsIcon";
|
|
6616
6746
|
var LabelsIcon$1 = LabelsIcon;
|
|
6617
6747
|
|
|
6618
|
-
var _excluded$
|
|
6748
|
+
var _excluded$3e = ["gradient"];
|
|
6619
6749
|
|
|
6620
6750
|
/**
|
|
6621
6751
|
* @component LetterArrowRightIcon
|
|
@@ -6645,7 +6775,7 @@
|
|
|
6645
6775
|
*/
|
|
6646
6776
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6647
6777
|
var gradient = _ref.gradient,
|
|
6648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6778
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
6649
6779
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6650
6780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6651
6781
|
width: 24,
|
|
@@ -6666,7 +6796,7 @@
|
|
|
6666
6796
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
6667
6797
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
6668
6798
|
|
|
6669
|
-
var _excluded$
|
|
6799
|
+
var _excluded$3d = ["gradient"];
|
|
6670
6800
|
|
|
6671
6801
|
/**
|
|
6672
6802
|
* @component LetterFastIcon
|
|
@@ -6696,7 +6826,7 @@
|
|
|
6696
6826
|
*/
|
|
6697
6827
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6698
6828
|
var gradient = _ref.gradient,
|
|
6699
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6829
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
6700
6830
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6701
6831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6702
6832
|
width: 24,
|
|
@@ -6716,7 +6846,7 @@
|
|
|
6716
6846
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
6717
6847
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
6718
6848
|
|
|
6719
|
-
var _excluded$
|
|
6849
|
+
var _excluded$3c = ["gradient"];
|
|
6720
6850
|
|
|
6721
6851
|
/**
|
|
6722
6852
|
* @component LetterIcon
|
|
@@ -6746,7 +6876,7 @@
|
|
|
6746
6876
|
*/
|
|
6747
6877
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6748
6878
|
var gradient = _ref.gradient,
|
|
6749
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6879
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
6750
6880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6751
6881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6752
6882
|
width: 24,
|
|
@@ -6767,7 +6897,7 @@
|
|
|
6767
6897
|
LetterIcon.displayName = "LetterIcon";
|
|
6768
6898
|
var LetterIcon$1 = LetterIcon;
|
|
6769
6899
|
|
|
6770
|
-
var _excluded$
|
|
6900
|
+
var _excluded$3b = ["gradient"];
|
|
6771
6901
|
|
|
6772
6902
|
/**
|
|
6773
6903
|
* @component LockSmallIcon
|
|
@@ -6797,7 +6927,7 @@
|
|
|
6797
6927
|
*/
|
|
6798
6928
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6799
6929
|
var gradient = _ref.gradient,
|
|
6800
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6930
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
6801
6931
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6802
6932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6803
6933
|
width: 12,
|
|
@@ -6817,7 +6947,7 @@
|
|
|
6817
6947
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
6818
6948
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
6819
6949
|
|
|
6820
|
-
var _excluded$
|
|
6950
|
+
var _excluded$3a = ["gradient"];
|
|
6821
6951
|
|
|
6822
6952
|
/**
|
|
6823
6953
|
* @component LockIcon
|
|
@@ -6847,7 +6977,7 @@
|
|
|
6847
6977
|
*/
|
|
6848
6978
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6849
6979
|
var gradient = _ref.gradient,
|
|
6850
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6980
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
6851
6981
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6852
6982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6853
6983
|
width: 24,
|
|
@@ -6867,7 +6997,7 @@
|
|
|
6867
6997
|
LockIcon.displayName = "LockIcon";
|
|
6868
6998
|
var LockIcon$1 = LockIcon;
|
|
6869
6999
|
|
|
6870
|
-
var _excluded$
|
|
7000
|
+
var _excluded$39 = ["gradient"];
|
|
6871
7001
|
|
|
6872
7002
|
/**
|
|
6873
7003
|
* @component MarkerIcon
|
|
@@ -6897,7 +7027,7 @@
|
|
|
6897
7027
|
*/
|
|
6898
7028
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6899
7029
|
var gradient = _ref.gradient,
|
|
6900
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7030
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
6901
7031
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6902
7032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6903
7033
|
width: 24,
|
|
@@ -6917,7 +7047,7 @@
|
|
|
6917
7047
|
MarkerIcon.displayName = "MarkerIcon";
|
|
6918
7048
|
var MarkerIcon$1 = MarkerIcon;
|
|
6919
7049
|
|
|
6920
|
-
var _excluded$
|
|
7050
|
+
var _excluded$38 = ["gradient"];
|
|
6921
7051
|
|
|
6922
7052
|
/**
|
|
6923
7053
|
* @component MessageAddIcon
|
|
@@ -6947,7 +7077,7 @@
|
|
|
6947
7077
|
*/
|
|
6948
7078
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6949
7079
|
var gradient = _ref.gradient,
|
|
6950
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7080
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
6951
7081
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6952
7082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6953
7083
|
width: 24,
|
|
@@ -6966,7 +7096,7 @@
|
|
|
6966
7096
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
6967
7097
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
6968
7098
|
|
|
6969
|
-
var _excluded$
|
|
7099
|
+
var _excluded$37 = ["gradient"];
|
|
6970
7100
|
|
|
6971
7101
|
/**
|
|
6972
7102
|
* @component MessageEmptyIcon
|
|
@@ -6996,7 +7126,7 @@
|
|
|
6996
7126
|
*/
|
|
6997
7127
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6998
7128
|
var gradient = _ref.gradient,
|
|
6999
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7129
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
7000
7130
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7001
7131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7002
7132
|
width: 24,
|
|
@@ -7016,7 +7146,7 @@
|
|
|
7016
7146
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
7017
7147
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
7018
7148
|
|
|
7019
|
-
var _excluded$
|
|
7149
|
+
var _excluded$36 = ["gradient"];
|
|
7020
7150
|
|
|
7021
7151
|
/**
|
|
7022
7152
|
* @component MessageSmallIcon
|
|
@@ -7046,7 +7176,7 @@
|
|
|
7046
7176
|
*/
|
|
7047
7177
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7048
7178
|
var gradient = _ref.gradient,
|
|
7049
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7179
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
7050
7180
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7051
7181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7052
7182
|
width: 12,
|
|
@@ -7066,7 +7196,7 @@
|
|
|
7066
7196
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
7067
7197
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
7068
7198
|
|
|
7069
|
-
var _excluded$
|
|
7199
|
+
var _excluded$35 = ["gradient"];
|
|
7070
7200
|
|
|
7071
7201
|
/**
|
|
7072
7202
|
* @component MessageSolidIcon
|
|
@@ -7096,7 +7226,7 @@
|
|
|
7096
7226
|
*/
|
|
7097
7227
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7098
7228
|
var gradient = _ref.gradient,
|
|
7099
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7229
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
7100
7230
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7101
7231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7102
7232
|
width: 24,
|
|
@@ -7116,7 +7246,7 @@
|
|
|
7116
7246
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
7117
7247
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
7118
7248
|
|
|
7119
|
-
var _excluded$
|
|
7249
|
+
var _excluded$34 = ["gradient"];
|
|
7120
7250
|
|
|
7121
7251
|
/**
|
|
7122
7252
|
* @component MessageStarIcon
|
|
@@ -7146,7 +7276,7 @@
|
|
|
7146
7276
|
*/
|
|
7147
7277
|
var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7148
7278
|
var gradient = _ref.gradient,
|
|
7149
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7279
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
7150
7280
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7151
7281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7152
7282
|
width: 24,
|
|
@@ -7169,7 +7299,7 @@
|
|
|
7169
7299
|
MessageStarIcon.displayName = "MessageStarIcon";
|
|
7170
7300
|
var MessageStarIcon$1 = MessageStarIcon;
|
|
7171
7301
|
|
|
7172
|
-
var _excluded$
|
|
7302
|
+
var _excluded$33 = ["gradient"];
|
|
7173
7303
|
|
|
7174
7304
|
/**
|
|
7175
7305
|
* @component MessageIcon
|
|
@@ -7199,7 +7329,7 @@
|
|
|
7199
7329
|
*/
|
|
7200
7330
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7201
7331
|
var gradient = _ref.gradient,
|
|
7202
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7332
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
7203
7333
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7204
7334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7205
7335
|
width: 24,
|
|
@@ -7219,7 +7349,7 @@
|
|
|
7219
7349
|
MessageIcon.displayName = "MessageIcon";
|
|
7220
7350
|
var MessageIcon$1 = MessageIcon;
|
|
7221
7351
|
|
|
7222
|
-
var _excluded$
|
|
7352
|
+
var _excluded$32 = ["gradient"];
|
|
7223
7353
|
|
|
7224
7354
|
/**
|
|
7225
7355
|
* @component MinusIcon
|
|
@@ -7249,7 +7379,7 @@
|
|
|
7249
7379
|
*/
|
|
7250
7380
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7251
7381
|
var gradient = _ref.gradient,
|
|
7252
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7382
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
7253
7383
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7254
7384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7255
7385
|
width: 24,
|
|
@@ -7273,7 +7403,7 @@
|
|
|
7273
7403
|
MinusIcon.displayName = "MinusIcon";
|
|
7274
7404
|
var MinusIcon$1 = MinusIcon;
|
|
7275
7405
|
|
|
7276
|
-
var _excluded$
|
|
7406
|
+
var _excluded$31 = ["gradient"];
|
|
7277
7407
|
|
|
7278
7408
|
/**
|
|
7279
7409
|
* @component MobileMenuIcon
|
|
@@ -7303,7 +7433,7 @@
|
|
|
7303
7433
|
*/
|
|
7304
7434
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7305
7435
|
var gradient = _ref.gradient,
|
|
7306
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7436
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
7307
7437
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7308
7438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7309
7439
|
width: 24,
|
|
@@ -7324,7 +7454,7 @@
|
|
|
7324
7454
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
7325
7455
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
7326
7456
|
|
|
7327
|
-
var _excluded$
|
|
7457
|
+
var _excluded$30 = ["gradient"];
|
|
7328
7458
|
|
|
7329
7459
|
/**
|
|
7330
7460
|
* @component MoneyStackIcon
|
|
@@ -7354,7 +7484,7 @@
|
|
|
7354
7484
|
*/
|
|
7355
7485
|
var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7356
7486
|
var gradient = _ref.gradient,
|
|
7357
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7487
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
7358
7488
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7359
7489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7360
7490
|
width: 24,
|
|
@@ -7381,7 +7511,7 @@
|
|
|
7381
7511
|
MoneyStackIcon.displayName = "MoneyStackIcon";
|
|
7382
7512
|
var MoneyStackIcon$1 = MoneyStackIcon;
|
|
7383
7513
|
|
|
7384
|
-
var _excluded$
|
|
7514
|
+
var _excluded$2$ = ["gradient"];
|
|
7385
7515
|
|
|
7386
7516
|
/**
|
|
7387
7517
|
* @component MoonIcon
|
|
@@ -7411,7 +7541,7 @@
|
|
|
7411
7541
|
*/
|
|
7412
7542
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7413
7543
|
var gradient = _ref.gradient,
|
|
7414
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7544
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
7415
7545
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7416
7546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7417
7547
|
width: 20,
|
|
@@ -7432,7 +7562,7 @@
|
|
|
7432
7562
|
MoonIcon.displayName = "MoonIcon";
|
|
7433
7563
|
var MoonIcon$1 = MoonIcon;
|
|
7434
7564
|
|
|
7435
|
-
var _excluded$
|
|
7565
|
+
var _excluded$2_ = ["gradient"];
|
|
7436
7566
|
|
|
7437
7567
|
/**
|
|
7438
7568
|
* @component MoveTriggerIcon
|
|
@@ -7462,7 +7592,7 @@
|
|
|
7462
7592
|
*/
|
|
7463
7593
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7464
7594
|
var gradient = _ref.gradient,
|
|
7465
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7595
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
7466
7596
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7467
7597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7468
7598
|
width: 10,
|
|
@@ -7482,7 +7612,7 @@
|
|
|
7482
7612
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
7483
7613
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
7484
7614
|
|
|
7485
|
-
var _excluded$
|
|
7615
|
+
var _excluded$2Z = ["gradient"];
|
|
7486
7616
|
|
|
7487
7617
|
/**
|
|
7488
7618
|
* @component MoveIcon
|
|
@@ -7512,7 +7642,7 @@
|
|
|
7512
7642
|
*/
|
|
7513
7643
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7514
7644
|
var gradient = _ref.gradient,
|
|
7515
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7645
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
7516
7646
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7517
7647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7518
7648
|
width: 24,
|
|
@@ -7533,7 +7663,7 @@
|
|
|
7533
7663
|
MoveIcon.displayName = "MoveIcon";
|
|
7534
7664
|
var MoveIcon$1 = MoveIcon;
|
|
7535
7665
|
|
|
7536
|
-
var _excluded$
|
|
7666
|
+
var _excluded$2Y = ["gradient"];
|
|
7537
7667
|
|
|
7538
7668
|
/**
|
|
7539
7669
|
* @component MyWorkIcon
|
|
@@ -7563,7 +7693,7 @@
|
|
|
7563
7693
|
*/
|
|
7564
7694
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7565
7695
|
var gradient = _ref.gradient,
|
|
7566
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7696
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
7567
7697
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7568
7698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7569
7699
|
width: 24,
|
|
@@ -7587,7 +7717,7 @@
|
|
|
7587
7717
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
7588
7718
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
7589
7719
|
|
|
7590
|
-
var _excluded$
|
|
7720
|
+
var _excluded$2X = ["gradient"];
|
|
7591
7721
|
|
|
7592
7722
|
/**
|
|
7593
7723
|
* @component NoteAddIcon
|
|
@@ -7617,7 +7747,7 @@
|
|
|
7617
7747
|
*/
|
|
7618
7748
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7619
7749
|
var gradient = _ref.gradient,
|
|
7620
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7750
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
7621
7751
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7622
7752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7623
7753
|
width: 24,
|
|
@@ -7637,7 +7767,7 @@
|
|
|
7637
7767
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
7638
7768
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
7639
7769
|
|
|
7640
|
-
var _excluded$
|
|
7770
|
+
var _excluded$2W = ["gradient"];
|
|
7641
7771
|
|
|
7642
7772
|
/**
|
|
7643
7773
|
* @component NoteIcon
|
|
@@ -7667,7 +7797,7 @@
|
|
|
7667
7797
|
*/
|
|
7668
7798
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7669
7799
|
var gradient = _ref.gradient,
|
|
7670
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7800
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
7671
7801
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7672
7802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7673
7803
|
width: 24,
|
|
@@ -7687,7 +7817,7 @@
|
|
|
7687
7817
|
NoteIcon.displayName = "NoteIcon";
|
|
7688
7818
|
var NoteIcon$1 = NoteIcon;
|
|
7689
7819
|
|
|
7690
|
-
var _excluded$
|
|
7820
|
+
var _excluded$2V = ["gradient"];
|
|
7691
7821
|
|
|
7692
7822
|
/**
|
|
7693
7823
|
* @component NotebookIcon
|
|
@@ -7717,7 +7847,7 @@
|
|
|
7717
7847
|
*/
|
|
7718
7848
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7719
7849
|
var gradient = _ref.gradient,
|
|
7720
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7850
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
7721
7851
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7722
7852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7723
7853
|
width: 24,
|
|
@@ -7737,7 +7867,7 @@
|
|
|
7737
7867
|
NotebookIcon.displayName = "NotebookIcon";
|
|
7738
7868
|
var NotebookIcon$1 = NotebookIcon;
|
|
7739
7869
|
|
|
7740
|
-
var _excluded$
|
|
7870
|
+
var _excluded$2U = ["gradient"];
|
|
7741
7871
|
|
|
7742
7872
|
/**
|
|
7743
7873
|
* @component NotificationBellIcon
|
|
@@ -7767,7 +7897,7 @@
|
|
|
7767
7897
|
*/
|
|
7768
7898
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7769
7899
|
var gradient = _ref.gradient,
|
|
7770
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7900
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
7771
7901
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7772
7902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7773
7903
|
width: 24,
|
|
@@ -7786,7 +7916,7 @@
|
|
|
7786
7916
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
7787
7917
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
7788
7918
|
|
|
7789
|
-
var _excluded$
|
|
7919
|
+
var _excluded$2T = ["gradient"];
|
|
7790
7920
|
|
|
7791
7921
|
/**
|
|
7792
7922
|
* @component OpenExpandedIcon
|
|
@@ -7816,7 +7946,7 @@
|
|
|
7816
7946
|
*/
|
|
7817
7947
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7818
7948
|
var gradient = _ref.gradient,
|
|
7819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7949
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
7820
7950
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7821
7951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7822
7952
|
width: 24,
|
|
@@ -7836,7 +7966,7 @@
|
|
|
7836
7966
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
7837
7967
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
7838
7968
|
|
|
7839
|
-
var _excluded$
|
|
7969
|
+
var _excluded$2S = ["gradient"];
|
|
7840
7970
|
|
|
7841
7971
|
/**
|
|
7842
7972
|
* @component OpenSheetIcon
|
|
@@ -7866,7 +7996,7 @@
|
|
|
7866
7996
|
*/
|
|
7867
7997
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7868
7998
|
var gradient = _ref.gradient,
|
|
7869
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7999
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
7870
8000
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7871
8001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7872
8002
|
width: 24,
|
|
@@ -7891,7 +8021,7 @@
|
|
|
7891
8021
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
7892
8022
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
7893
8023
|
|
|
7894
|
-
var _excluded$
|
|
8024
|
+
var _excluded$2R = ["gradient"];
|
|
7895
8025
|
|
|
7896
8026
|
/**
|
|
7897
8027
|
* @component OrderFirstIcon
|
|
@@ -7921,7 +8051,7 @@
|
|
|
7921
8051
|
*/
|
|
7922
8052
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7923
8053
|
var gradient = _ref.gradient,
|
|
7924
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8054
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
7925
8055
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7926
8056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7927
8057
|
width: 24,
|
|
@@ -7941,7 +8071,7 @@
|
|
|
7941
8071
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
7942
8072
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
7943
8073
|
|
|
7944
|
-
var _excluded$
|
|
8074
|
+
var _excluded$2Q = ["gradient"];
|
|
7945
8075
|
|
|
7946
8076
|
/**
|
|
7947
8077
|
* @component PaidSmallIcon
|
|
@@ -7971,7 +8101,7 @@
|
|
|
7971
8101
|
*/
|
|
7972
8102
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7973
8103
|
var gradient = _ref.gradient,
|
|
7974
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8104
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
7975
8105
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7976
8106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7977
8107
|
width: 12,
|
|
@@ -7991,7 +8121,7 @@
|
|
|
7991
8121
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
7992
8122
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
7993
8123
|
|
|
7994
|
-
var _excluded$
|
|
8124
|
+
var _excluded$2P = ["gradient"];
|
|
7995
8125
|
|
|
7996
8126
|
/**
|
|
7997
8127
|
* @component PauseCircleOutlineIcon
|
|
@@ -8021,7 +8151,7 @@
|
|
|
8021
8151
|
*/
|
|
8022
8152
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8023
8153
|
var gradient = _ref.gradient,
|
|
8024
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8154
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
8025
8155
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8026
8156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8027
8157
|
width: 24,
|
|
@@ -8041,7 +8171,7 @@
|
|
|
8041
8171
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
8042
8172
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
8043
8173
|
|
|
8044
|
-
var _excluded$
|
|
8174
|
+
var _excluded$2O = ["gradient"];
|
|
8045
8175
|
|
|
8046
8176
|
/**
|
|
8047
8177
|
* @component PauseIcon
|
|
@@ -8071,7 +8201,7 @@
|
|
|
8071
8201
|
*/
|
|
8072
8202
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8073
8203
|
var gradient = _ref.gradient,
|
|
8074
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8204
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
8075
8205
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8076
8206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8077
8207
|
width: 24,
|
|
@@ -8091,7 +8221,7 @@
|
|
|
8091
8221
|
PauseIcon.displayName = "PauseIcon";
|
|
8092
8222
|
var PauseIcon$1 = PauseIcon;
|
|
8093
8223
|
|
|
8094
|
-
var _excluded$
|
|
8224
|
+
var _excluded$2N = ["gradient"];
|
|
8095
8225
|
|
|
8096
8226
|
/**
|
|
8097
8227
|
* @component PauseSmallIcon
|
|
@@ -8121,7 +8251,7 @@
|
|
|
8121
8251
|
*/
|
|
8122
8252
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8123
8253
|
var gradient = _ref.gradient,
|
|
8124
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8254
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
8125
8255
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8126
8256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8127
8257
|
width: 24,
|
|
@@ -8141,7 +8271,7 @@
|
|
|
8141
8271
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
8142
8272
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
8143
8273
|
|
|
8144
|
-
var _excluded$
|
|
8274
|
+
var _excluded$2M = ["gradient"];
|
|
8145
8275
|
|
|
8146
8276
|
/**
|
|
8147
8277
|
* @component PencilSmallIcon
|
|
@@ -8171,7 +8301,7 @@
|
|
|
8171
8301
|
*/
|
|
8172
8302
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8173
8303
|
var gradient = _ref.gradient,
|
|
8174
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8304
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
8175
8305
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8176
8306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8177
8307
|
width: 12,
|
|
@@ -8190,7 +8320,7 @@
|
|
|
8190
8320
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
8191
8321
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
8192
8322
|
|
|
8193
|
-
var _excluded$
|
|
8323
|
+
var _excluded$2L = ["gradient"];
|
|
8194
8324
|
|
|
8195
8325
|
/**
|
|
8196
8326
|
* @component PencilIcon
|
|
@@ -8220,7 +8350,7 @@
|
|
|
8220
8350
|
*/
|
|
8221
8351
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8222
8352
|
var gradient = _ref.gradient,
|
|
8223
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8353
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
8224
8354
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8225
8355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8226
8356
|
width: 24,
|
|
@@ -8239,7 +8369,7 @@
|
|
|
8239
8369
|
PencilIcon.displayName = "PencilIcon";
|
|
8240
8370
|
var PencilIcon$1 = PencilIcon;
|
|
8241
8371
|
|
|
8242
|
-
var _excluded$
|
|
8372
|
+
var _excluded$2K = ["gradient"];
|
|
8243
8373
|
|
|
8244
8374
|
/**
|
|
8245
8375
|
* @component PendingPaymentSmallIcon
|
|
@@ -8269,7 +8399,7 @@
|
|
|
8269
8399
|
*/
|
|
8270
8400
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8271
8401
|
var gradient = _ref.gradient,
|
|
8272
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8402
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
8273
8403
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8274
8404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8275
8405
|
width: 12,
|
|
@@ -8289,7 +8419,7 @@
|
|
|
8289
8419
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
8290
8420
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
8291
8421
|
|
|
8292
|
-
var _excluded$
|
|
8422
|
+
var _excluded$2J = ["gradient"];
|
|
8293
8423
|
|
|
8294
8424
|
/**
|
|
8295
8425
|
* @component PeopleIcon
|
|
@@ -8319,7 +8449,7 @@
|
|
|
8319
8449
|
*/
|
|
8320
8450
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8321
8451
|
var gradient = _ref.gradient,
|
|
8322
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8452
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
8323
8453
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8324
8454
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8325
8455
|
width: 24,
|
|
@@ -8343,7 +8473,7 @@
|
|
|
8343
8473
|
PeopleIcon.displayName = "PeopleIcon";
|
|
8344
8474
|
var PeopleIcon$1 = PeopleIcon;
|
|
8345
8475
|
|
|
8346
|
-
var _excluded$
|
|
8476
|
+
var _excluded$2I = ["gradient"];
|
|
8347
8477
|
|
|
8348
8478
|
/**
|
|
8349
8479
|
* @component PersonArrowOutCircleIcon
|
|
@@ -8373,7 +8503,7 @@
|
|
|
8373
8503
|
*/
|
|
8374
8504
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8375
8505
|
var gradient = _ref.gradient,
|
|
8376
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8506
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
8377
8507
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8378
8508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8379
8509
|
width: 24,
|
|
@@ -8394,7 +8524,7 @@
|
|
|
8394
8524
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
8395
8525
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
8396
8526
|
|
|
8397
|
-
var _excluded$
|
|
8527
|
+
var _excluded$2H = ["gradient"];
|
|
8398
8528
|
|
|
8399
8529
|
/**
|
|
8400
8530
|
* @component PersonCircleOffIcon
|
|
@@ -8424,7 +8554,7 @@
|
|
|
8424
8554
|
*/
|
|
8425
8555
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8426
8556
|
var gradient = _ref.gradient,
|
|
8427
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8557
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
8428
8558
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8429
8559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8430
8560
|
width: 24,
|
|
@@ -8444,7 +8574,7 @@
|
|
|
8444
8574
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
8445
8575
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
8446
8576
|
|
|
8447
|
-
var _excluded$
|
|
8577
|
+
var _excluded$2G = ["gradient"];
|
|
8448
8578
|
|
|
8449
8579
|
/**
|
|
8450
8580
|
* @component PersonCircleIcon
|
|
@@ -8474,7 +8604,7 @@
|
|
|
8474
8604
|
*/
|
|
8475
8605
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8476
8606
|
var gradient = _ref.gradient,
|
|
8477
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8607
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
8478
8608
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8479
8609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8480
8610
|
width: 24,
|
|
@@ -8494,7 +8624,7 @@
|
|
|
8494
8624
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
8495
8625
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
8496
8626
|
|
|
8497
|
-
var _excluded$
|
|
8627
|
+
var _excluded$2F = ["gradient"];
|
|
8498
8628
|
|
|
8499
8629
|
/**
|
|
8500
8630
|
* @component PersonListIcon
|
|
@@ -8524,7 +8654,7 @@
|
|
|
8524
8654
|
*/
|
|
8525
8655
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8526
8656
|
var gradient = _ref.gradient,
|
|
8527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8657
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
8528
8658
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8529
8659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8530
8660
|
width: 24,
|
|
@@ -8545,7 +8675,7 @@
|
|
|
8545
8675
|
PersonListIcon.displayName = "PersonListIcon";
|
|
8546
8676
|
var PersonListIcon$1 = PersonListIcon;
|
|
8547
8677
|
|
|
8548
|
-
var _excluded$
|
|
8678
|
+
var _excluded$2E = ["gradient"];
|
|
8549
8679
|
|
|
8550
8680
|
/**
|
|
8551
8681
|
* @component PersonPlusIcon
|
|
@@ -8575,7 +8705,7 @@
|
|
|
8575
8705
|
*/
|
|
8576
8706
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8577
8707
|
var gradient = _ref.gradient,
|
|
8578
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8708
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
8579
8709
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8580
8710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8581
8711
|
width: 24,
|
|
@@ -8595,7 +8725,7 @@
|
|
|
8595
8725
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
8596
8726
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
8597
8727
|
|
|
8598
|
-
var _excluded$
|
|
8728
|
+
var _excluded$2D = ["gradient"];
|
|
8599
8729
|
|
|
8600
8730
|
/**
|
|
8601
8731
|
* @component PersonIcon
|
|
@@ -8625,7 +8755,7 @@
|
|
|
8625
8755
|
*/
|
|
8626
8756
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8627
8757
|
var gradient = _ref.gradient,
|
|
8628
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8758
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
8629
8759
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8630
8760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8631
8761
|
width: 24,
|
|
@@ -8645,7 +8775,7 @@
|
|
|
8645
8775
|
PersonIcon.displayName = "PersonIcon";
|
|
8646
8776
|
var PersonIcon$1 = PersonIcon;
|
|
8647
8777
|
|
|
8648
|
-
var _excluded$
|
|
8778
|
+
var _excluded$2C = ["gradient"];
|
|
8649
8779
|
|
|
8650
8780
|
/**
|
|
8651
8781
|
* @component PinSmallIcon
|
|
@@ -8675,7 +8805,7 @@
|
|
|
8675
8805
|
*/
|
|
8676
8806
|
var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8677
8807
|
var gradient = _ref.gradient,
|
|
8678
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8808
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
8679
8809
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8680
8810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8681
8811
|
width: 12,
|
|
@@ -8696,7 +8826,7 @@
|
|
|
8696
8826
|
PinSmallIcon.displayName = "PinSmallIcon";
|
|
8697
8827
|
var PinSmallIcon$1 = PinSmallIcon;
|
|
8698
8828
|
|
|
8699
|
-
var _excluded$
|
|
8829
|
+
var _excluded$2B = ["gradient"];
|
|
8700
8830
|
|
|
8701
8831
|
/**
|
|
8702
8832
|
* @component PinIcon
|
|
@@ -8726,7 +8856,7 @@
|
|
|
8726
8856
|
*/
|
|
8727
8857
|
var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8728
8858
|
var gradient = _ref.gradient,
|
|
8729
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8859
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
8730
8860
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8731
8861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8732
8862
|
width: 24,
|
|
@@ -8746,7 +8876,7 @@
|
|
|
8746
8876
|
PinIcon.displayName = "PinIcon";
|
|
8747
8877
|
var PinIcon$1 = PinIcon;
|
|
8748
8878
|
|
|
8749
|
-
var _excluded$
|
|
8879
|
+
var _excluded$2A = ["gradient"];
|
|
8750
8880
|
|
|
8751
8881
|
/**
|
|
8752
8882
|
* @component PlayCircleOutlineIcon
|
|
@@ -8776,7 +8906,7 @@
|
|
|
8776
8906
|
*/
|
|
8777
8907
|
var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8778
8908
|
var gradient = _ref.gradient,
|
|
8779
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8909
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
8780
8910
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8781
8911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8782
8912
|
width: 24,
|
|
@@ -8796,7 +8926,7 @@
|
|
|
8796
8926
|
PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
|
|
8797
8927
|
var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
|
|
8798
8928
|
|
|
8799
|
-
var _excluded$
|
|
8929
|
+
var _excluded$2z = ["gradient"];
|
|
8800
8930
|
|
|
8801
8931
|
/**
|
|
8802
8932
|
* @component PlayIcon
|
|
@@ -8826,7 +8956,7 @@
|
|
|
8826
8956
|
*/
|
|
8827
8957
|
var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8828
8958
|
var gradient = _ref.gradient,
|
|
8829
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8959
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
8830
8960
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8831
8961
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8832
8962
|
width: 24,
|
|
@@ -8846,7 +8976,7 @@
|
|
|
8846
8976
|
PlayIcon.displayName = "PlayIcon";
|
|
8847
8977
|
var PlayIcon$1 = PlayIcon;
|
|
8848
8978
|
|
|
8849
|
-
var _excluded$
|
|
8979
|
+
var _excluded$2y = ["gradient"];
|
|
8850
8980
|
|
|
8851
8981
|
/**
|
|
8852
8982
|
* @component PlaySmallIcon
|
|
@@ -8876,7 +9006,7 @@
|
|
|
8876
9006
|
*/
|
|
8877
9007
|
var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8878
9008
|
var gradient = _ref.gradient,
|
|
8879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9009
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
8880
9010
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8881
9011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8882
9012
|
width: 24,
|
|
@@ -8896,7 +9026,7 @@
|
|
|
8896
9026
|
PlaySmallIcon.displayName = "PlaySmallIcon";
|
|
8897
9027
|
var PlaySmallIcon$1 = PlaySmallIcon;
|
|
8898
9028
|
|
|
8899
|
-
var _excluded$
|
|
9029
|
+
var _excluded$2x = ["gradient"];
|
|
8900
9030
|
|
|
8901
9031
|
/**
|
|
8902
9032
|
* @component PriorityLowIcon
|
|
@@ -8926,7 +9056,7 @@
|
|
|
8926
9056
|
*/
|
|
8927
9057
|
var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8928
9058
|
var gradient = _ref.gradient,
|
|
8929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9059
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
8930
9060
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8931
9061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8932
9062
|
width: 24,
|
|
@@ -8947,7 +9077,7 @@
|
|
|
8947
9077
|
PriorityLowIcon.displayName = "PriorityLowIcon";
|
|
8948
9078
|
var PriorityLowIcon$1 = PriorityLowIcon;
|
|
8949
9079
|
|
|
8950
|
-
var _excluded$
|
|
9080
|
+
var _excluded$2w = ["gradient"];
|
|
8951
9081
|
|
|
8952
9082
|
/**
|
|
8953
9083
|
* @component ProjectAddIcon
|
|
@@ -8977,7 +9107,7 @@
|
|
|
8977
9107
|
*/
|
|
8978
9108
|
var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8979
9109
|
var gradient = _ref.gradient,
|
|
8980
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9110
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
8981
9111
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8982
9112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8983
9113
|
width: 24,
|
|
@@ -8997,7 +9127,7 @@
|
|
|
8997
9127
|
ProjectAddIcon.displayName = "ProjectAddIcon";
|
|
8998
9128
|
var ProjectAddIcon$1 = ProjectAddIcon;
|
|
8999
9129
|
|
|
9000
|
-
var _excluded$
|
|
9130
|
+
var _excluded$2v = ["gradient"];
|
|
9001
9131
|
|
|
9002
9132
|
/**
|
|
9003
9133
|
* @component ProjectSearchIcon
|
|
@@ -9027,7 +9157,7 @@
|
|
|
9027
9157
|
*/
|
|
9028
9158
|
var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9029
9159
|
var gradient = _ref.gradient,
|
|
9030
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9160
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
9031
9161
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9032
9162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9033
9163
|
width: 24,
|
|
@@ -9048,7 +9178,7 @@
|
|
|
9048
9178
|
ProjectSearchIcon.displayName = "ProjectSearchIcon";
|
|
9049
9179
|
var ProjectSearchIcon$1 = ProjectSearchIcon;
|
|
9050
9180
|
|
|
9051
|
-
var _excluded$
|
|
9181
|
+
var _excluded$2u = ["gradient"];
|
|
9052
9182
|
|
|
9053
9183
|
/**
|
|
9054
9184
|
* @component ProjectStarIcon
|
|
@@ -9078,7 +9208,7 @@
|
|
|
9078
9208
|
*/
|
|
9079
9209
|
var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9080
9210
|
var gradient = _ref.gradient,
|
|
9081
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9211
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
9082
9212
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9083
9213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9084
9214
|
width: 24,
|
|
@@ -9101,7 +9231,7 @@
|
|
|
9101
9231
|
ProjectStarIcon.displayName = "ProjectStarIcon";
|
|
9102
9232
|
var ProjectStarIcon$1 = ProjectStarIcon;
|
|
9103
9233
|
|
|
9104
|
-
var _excluded$
|
|
9234
|
+
var _excluded$2t = ["gradient"];
|
|
9105
9235
|
|
|
9106
9236
|
/**
|
|
9107
9237
|
* @component ProjectTemplateAddIcon
|
|
@@ -9131,7 +9261,7 @@
|
|
|
9131
9261
|
*/
|
|
9132
9262
|
var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9133
9263
|
var gradient = _ref.gradient,
|
|
9134
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9264
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
9135
9265
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9136
9266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9137
9267
|
width: 24,
|
|
@@ -9151,7 +9281,7 @@
|
|
|
9151
9281
|
ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
|
|
9152
9282
|
var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
|
|
9153
9283
|
|
|
9154
|
-
var _excluded$
|
|
9284
|
+
var _excluded$2s = ["gradient"];
|
|
9155
9285
|
|
|
9156
9286
|
/**
|
|
9157
9287
|
* @component ProjectTemplateConvertIcon
|
|
@@ -9181,7 +9311,7 @@
|
|
|
9181
9311
|
*/
|
|
9182
9312
|
var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9183
9313
|
var gradient = _ref.gradient,
|
|
9184
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9314
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
9185
9315
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9186
9316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9187
9317
|
width: 24,
|
|
@@ -9201,7 +9331,7 @@
|
|
|
9201
9331
|
ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
|
|
9202
9332
|
var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
|
|
9203
9333
|
|
|
9204
|
-
var _excluded$
|
|
9334
|
+
var _excluded$2r = ["gradient"];
|
|
9205
9335
|
|
|
9206
9336
|
/**
|
|
9207
9337
|
* @component ProjectTemplateIcon
|
|
@@ -9231,7 +9361,7 @@
|
|
|
9231
9361
|
*/
|
|
9232
9362
|
var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9233
9363
|
var gradient = _ref.gradient,
|
|
9234
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9364
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
9235
9365
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9236
9366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9237
9367
|
width: 24,
|
|
@@ -9251,7 +9381,7 @@
|
|
|
9251
9381
|
ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
|
|
9252
9382
|
var ProjectTemplateIcon$1 = ProjectTemplateIcon;
|
|
9253
9383
|
|
|
9254
|
-
var _excluded$
|
|
9384
|
+
var _excluded$2q = ["gradient"];
|
|
9255
9385
|
|
|
9256
9386
|
/**
|
|
9257
9387
|
* @component ProjectsIcon
|
|
@@ -9281,7 +9411,7 @@
|
|
|
9281
9411
|
*/
|
|
9282
9412
|
var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9283
9413
|
var gradient = _ref.gradient,
|
|
9284
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9414
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
9285
9415
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9286
9416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9287
9417
|
width: 24,
|
|
@@ -9305,7 +9435,7 @@
|
|
|
9305
9435
|
ProjectsIcon.displayName = "ProjectsIcon";
|
|
9306
9436
|
var ProjectsIcon$1 = ProjectsIcon;
|
|
9307
9437
|
|
|
9308
|
-
var _excluded$
|
|
9438
|
+
var _excluded$2p = ["gradient"];
|
|
9309
9439
|
|
|
9310
9440
|
/**
|
|
9311
9441
|
* @component PuzzleIcon
|
|
@@ -9335,7 +9465,7 @@
|
|
|
9335
9465
|
*/
|
|
9336
9466
|
var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9337
9467
|
var gradient = _ref.gradient,
|
|
9338
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9468
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
9339
9469
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9340
9470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9341
9471
|
width: 24,
|
|
@@ -9356,7 +9486,7 @@
|
|
|
9356
9486
|
PuzzleIcon.displayName = "PuzzleIcon";
|
|
9357
9487
|
var PuzzleIcon$1 = PuzzleIcon;
|
|
9358
9488
|
|
|
9359
|
-
var _excluded$
|
|
9489
|
+
var _excluded$2o = ["gradient"];
|
|
9360
9490
|
|
|
9361
9491
|
/**
|
|
9362
9492
|
* @component RadioBlankIcon
|
|
@@ -9386,7 +9516,7 @@
|
|
|
9386
9516
|
*/
|
|
9387
9517
|
var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9388
9518
|
var gradient = _ref.gradient,
|
|
9389
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9519
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
9390
9520
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9391
9521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9392
9522
|
width: 24,
|
|
@@ -9406,7 +9536,7 @@
|
|
|
9406
9536
|
RadioBlankIcon.displayName = "RadioBlankIcon";
|
|
9407
9537
|
var RadioBlankIcon$1 = RadioBlankIcon;
|
|
9408
9538
|
|
|
9409
|
-
var _excluded$
|
|
9539
|
+
var _excluded$2n = ["gradient"];
|
|
9410
9540
|
|
|
9411
9541
|
/**
|
|
9412
9542
|
* @component RadioButtonIcon
|
|
@@ -9436,7 +9566,7 @@
|
|
|
9436
9566
|
*/
|
|
9437
9567
|
var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9438
9568
|
var gradient = _ref.gradient,
|
|
9439
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9569
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
9440
9570
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9441
9571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9442
9572
|
width: 16,
|
|
@@ -9464,7 +9594,7 @@
|
|
|
9464
9594
|
RadioButtonIcon.displayName = "RadioButtonIcon";
|
|
9465
9595
|
var RadioButtonIcon$1 = RadioButtonIcon;
|
|
9466
9596
|
|
|
9467
|
-
var _excluded$
|
|
9597
|
+
var _excluded$2m = ["gradient"];
|
|
9468
9598
|
|
|
9469
9599
|
/**
|
|
9470
9600
|
* @component RearangeIcon
|
|
@@ -9494,7 +9624,7 @@
|
|
|
9494
9624
|
*/
|
|
9495
9625
|
var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9496
9626
|
var gradient = _ref.gradient,
|
|
9497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9627
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
9498
9628
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9499
9629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9500
9630
|
width: 24,
|
|
@@ -9514,7 +9644,7 @@
|
|
|
9514
9644
|
RearangeIcon.displayName = "RearangeIcon";
|
|
9515
9645
|
var RearangeIcon$1 = RearangeIcon;
|
|
9516
9646
|
|
|
9517
|
-
var _excluded$
|
|
9647
|
+
var _excluded$2l = ["gradient"];
|
|
9518
9648
|
|
|
9519
9649
|
/**
|
|
9520
9650
|
* @component RearrangeSmallIcon
|
|
@@ -9544,7 +9674,7 @@
|
|
|
9544
9674
|
*/
|
|
9545
9675
|
var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9546
9676
|
var gradient = _ref.gradient,
|
|
9547
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9677
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
9548
9678
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9549
9679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9550
9680
|
width: 12,
|
|
@@ -9564,7 +9694,7 @@
|
|
|
9564
9694
|
RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
|
|
9565
9695
|
var RearrangeSmallIcon$1 = RearrangeSmallIcon;
|
|
9566
9696
|
|
|
9567
|
-
var _excluded$
|
|
9697
|
+
var _excluded$2k = ["gradient"];
|
|
9568
9698
|
|
|
9569
9699
|
/**
|
|
9570
9700
|
* @component RecurringCheckmarkSmallIcon
|
|
@@ -9594,7 +9724,7 @@
|
|
|
9594
9724
|
*/
|
|
9595
9725
|
var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9596
9726
|
var gradient = _ref.gradient,
|
|
9597
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9727
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
9598
9728
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9599
9729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9600
9730
|
width: 12,
|
|
@@ -9614,7 +9744,7 @@
|
|
|
9614
9744
|
RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
|
|
9615
9745
|
var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
|
|
9616
9746
|
|
|
9617
|
-
var _excluded$
|
|
9747
|
+
var _excluded$2j = ["gradient"];
|
|
9618
9748
|
|
|
9619
9749
|
/**
|
|
9620
9750
|
* @component RecurringCheckmarkIcon
|
|
@@ -9644,7 +9774,7 @@
|
|
|
9644
9774
|
*/
|
|
9645
9775
|
var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9646
9776
|
var gradient = _ref.gradient,
|
|
9647
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9777
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
9648
9778
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9649
9779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9650
9780
|
width: 24,
|
|
@@ -9664,7 +9794,7 @@
|
|
|
9664
9794
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
9665
9795
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
9666
9796
|
|
|
9667
|
-
var _excluded$
|
|
9797
|
+
var _excluded$2i = ["gradient"];
|
|
9668
9798
|
|
|
9669
9799
|
/**
|
|
9670
9800
|
* @component RecurringDollarIcon
|
|
@@ -9694,7 +9824,7 @@
|
|
|
9694
9824
|
*/
|
|
9695
9825
|
var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9696
9826
|
var gradient = _ref.gradient,
|
|
9697
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9827
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
9698
9828
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9699
9829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9700
9830
|
width: 24,
|
|
@@ -9716,7 +9846,7 @@
|
|
|
9716
9846
|
RecurringDollarIcon.displayName = "RecurringDollarIcon";
|
|
9717
9847
|
var RecurringDollarIcon$1 = RecurringDollarIcon;
|
|
9718
9848
|
|
|
9719
|
-
var _excluded$
|
|
9849
|
+
var _excluded$2h = ["gradient"];
|
|
9720
9850
|
|
|
9721
9851
|
/**
|
|
9722
9852
|
* @component RecurringSmallIcon
|
|
@@ -9746,7 +9876,7 @@
|
|
|
9746
9876
|
*/
|
|
9747
9877
|
var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9748
9878
|
var gradient = _ref.gradient,
|
|
9749
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9879
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
9750
9880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9751
9881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9752
9882
|
width: 12,
|
|
@@ -9767,7 +9897,7 @@
|
|
|
9767
9897
|
RecurringSmallIcon.displayName = "RecurringSmallIcon";
|
|
9768
9898
|
var RecurringSmallIcon$1 = RecurringSmallIcon;
|
|
9769
9899
|
|
|
9770
|
-
var _excluded$
|
|
9900
|
+
var _excluded$2g = ["gradient"];
|
|
9771
9901
|
|
|
9772
9902
|
/**
|
|
9773
9903
|
* @component ReminderIcon
|
|
@@ -9797,7 +9927,7 @@
|
|
|
9797
9927
|
*/
|
|
9798
9928
|
var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9799
9929
|
var gradient = _ref.gradient,
|
|
9800
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9930
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
9801
9931
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9802
9932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9803
9933
|
width: 18,
|
|
@@ -9823,7 +9953,7 @@
|
|
|
9823
9953
|
ReminderIcon.displayName = "ReminderIcon";
|
|
9824
9954
|
var ReminderIcon$1 = ReminderIcon;
|
|
9825
9955
|
|
|
9826
|
-
var _excluded$
|
|
9956
|
+
var _excluded$2f = ["gradient"];
|
|
9827
9957
|
|
|
9828
9958
|
/**
|
|
9829
9959
|
* @component ReorderIcon
|
|
@@ -9853,7 +9983,7 @@
|
|
|
9853
9983
|
*/
|
|
9854
9984
|
var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9855
9985
|
var gradient = _ref.gradient,
|
|
9856
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9986
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
9857
9987
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9858
9988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9859
9989
|
width: 24,
|
|
@@ -9872,7 +10002,7 @@
|
|
|
9872
10002
|
ReorderIcon.displayName = "ReorderIcon";
|
|
9873
10003
|
var ReorderIcon$1 = ReorderIcon;
|
|
9874
10004
|
|
|
9875
|
-
var _excluded$
|
|
10005
|
+
var _excluded$2e = ["gradient"];
|
|
9876
10006
|
|
|
9877
10007
|
/**
|
|
9878
10008
|
* @component ReportTimeIcon
|
|
@@ -9902,7 +10032,7 @@
|
|
|
9902
10032
|
*/
|
|
9903
10033
|
var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9904
10034
|
var gradient = _ref.gradient,
|
|
9905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10035
|
+
props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
9906
10036
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9907
10037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9908
10038
|
width: 24,
|
|
@@ -9922,7 +10052,7 @@
|
|
|
9922
10052
|
ReportTimeIcon.displayName = "ReportTimeIcon";
|
|
9923
10053
|
var ReportTimeIcon$1 = ReportTimeIcon;
|
|
9924
10054
|
|
|
9925
|
-
var _excluded$
|
|
10055
|
+
var _excluded$2d = ["gradient"];
|
|
9926
10056
|
|
|
9927
10057
|
/**
|
|
9928
10058
|
* @component ReportsIcon
|
|
@@ -9952,7 +10082,7 @@
|
|
|
9952
10082
|
*/
|
|
9953
10083
|
var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9954
10084
|
var gradient = _ref.gradient,
|
|
9955
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10085
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
9956
10086
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9957
10087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9958
10088
|
width: 24,
|
|
@@ -9976,7 +10106,7 @@
|
|
|
9976
10106
|
ReportsIcon.displayName = "ReportsIcon";
|
|
9977
10107
|
var ReportsIcon$1 = ReportsIcon;
|
|
9978
10108
|
|
|
9979
|
-
var _excluded$
|
|
10109
|
+
var _excluded$2c = ["gradient"];
|
|
9980
10110
|
|
|
9981
10111
|
/**
|
|
9982
10112
|
* @component RobotIcon
|
|
@@ -10006,7 +10136,7 @@
|
|
|
10006
10136
|
*/
|
|
10007
10137
|
var RobotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10008
10138
|
var gradient = _ref.gradient,
|
|
10009
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10139
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
10010
10140
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10011
10141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10012
10142
|
width: 24,
|
|
@@ -10029,7 +10159,7 @@
|
|
|
10029
10159
|
RobotIcon.displayName = "RobotIcon";
|
|
10030
10160
|
var RobotIcon$1 = RobotIcon;
|
|
10031
10161
|
|
|
10032
|
-
var _excluded$
|
|
10162
|
+
var _excluded$2b = ["gradient"];
|
|
10033
10163
|
|
|
10034
10164
|
/**
|
|
10035
10165
|
* @component RocketSmallIcon
|
|
@@ -10059,7 +10189,7 @@
|
|
|
10059
10189
|
*/
|
|
10060
10190
|
var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10061
10191
|
var gradient = _ref.gradient,
|
|
10062
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10192
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
10063
10193
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10064
10194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10065
10195
|
width: 18,
|
|
@@ -10077,7 +10207,7 @@
|
|
|
10077
10207
|
RocketSmallIcon.displayName = "RocketSmallIcon";
|
|
10078
10208
|
var RocketSmallIcon$1 = RocketSmallIcon;
|
|
10079
10209
|
|
|
10080
|
-
var _excluded$
|
|
10210
|
+
var _excluded$2a = ["gradient"];
|
|
10081
10211
|
|
|
10082
10212
|
/**
|
|
10083
10213
|
* @component RocketIcon
|
|
@@ -10107,7 +10237,7 @@
|
|
|
10107
10237
|
*/
|
|
10108
10238
|
var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10109
10239
|
var gradient = _ref.gradient,
|
|
10110
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10240
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
10111
10241
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10112
10242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10113
10243
|
width: 24,
|
|
@@ -10126,7 +10256,7 @@
|
|
|
10126
10256
|
RocketIcon.displayName = "RocketIcon";
|
|
10127
10257
|
var RocketIcon$1 = RocketIcon;
|
|
10128
10258
|
|
|
10129
|
-
var _excluded$
|
|
10259
|
+
var _excluded$29 = ["gradient"];
|
|
10130
10260
|
|
|
10131
10261
|
/**
|
|
10132
10262
|
* @component RoundedRectangleIcon
|
|
@@ -10156,7 +10286,7 @@
|
|
|
10156
10286
|
*/
|
|
10157
10287
|
var RoundedRectangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10158
10288
|
var gradient = _ref.gradient,
|
|
10159
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10289
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
10160
10290
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10161
10291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10162
10292
|
width: 24,
|
|
@@ -10182,7 +10312,7 @@
|
|
|
10182
10312
|
RoundedRectangleIcon.displayName = "RoundedRectangleIcon";
|
|
10183
10313
|
var RoundedRectangleIcon$1 = RoundedRectangleIcon;
|
|
10184
10314
|
|
|
10185
|
-
var _excluded$
|
|
10315
|
+
var _excluded$28 = ["gradient"];
|
|
10186
10316
|
|
|
10187
10317
|
/**
|
|
10188
10318
|
* @component SaveIcon
|
|
@@ -10212,7 +10342,7 @@
|
|
|
10212
10342
|
*/
|
|
10213
10343
|
var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10214
10344
|
var gradient = _ref.gradient,
|
|
10215
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10345
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
10216
10346
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10217
10347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10218
10348
|
width: 24,
|
|
@@ -10233,7 +10363,7 @@
|
|
|
10233
10363
|
SaveIcon.displayName = "SaveIcon";
|
|
10234
10364
|
var SaveIcon$1 = SaveIcon;
|
|
10235
10365
|
|
|
10236
|
-
var _excluded$
|
|
10366
|
+
var _excluded$27 = ["gradient"];
|
|
10237
10367
|
|
|
10238
10368
|
/**
|
|
10239
10369
|
* @component SearchLargeIcon
|
|
@@ -10263,7 +10393,7 @@
|
|
|
10263
10393
|
*/
|
|
10264
10394
|
var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10265
10395
|
var gradient = _ref.gradient,
|
|
10266
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10396
|
+
props = _objectWithoutProperties(_ref, _excluded$27);
|
|
10267
10397
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10268
10398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10269
10399
|
width: 32,
|
|
@@ -10284,7 +10414,7 @@
|
|
|
10284
10414
|
SearchLargeIcon.displayName = "SearchLargeIcon";
|
|
10285
10415
|
var SearchLargeIcon$1 = SearchLargeIcon;
|
|
10286
10416
|
|
|
10287
|
-
var _excluded$
|
|
10417
|
+
var _excluded$26 = ["gradient"];
|
|
10288
10418
|
|
|
10289
10419
|
/**
|
|
10290
10420
|
* @component SearchPlusIcon
|
|
@@ -10314,7 +10444,7 @@
|
|
|
10314
10444
|
*/
|
|
10315
10445
|
var SearchPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10316
10446
|
var gradient = _ref.gradient,
|
|
10317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10447
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
10318
10448
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10319
10449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10320
10450
|
width: 24,
|
|
@@ -10338,7 +10468,7 @@
|
|
|
10338
10468
|
SearchPlusIcon.displayName = "SearchPlusIcon";
|
|
10339
10469
|
var SearchPlusIcon$1 = SearchPlusIcon;
|
|
10340
10470
|
|
|
10341
|
-
var _excluded$
|
|
10471
|
+
var _excluded$25 = ["gradient"];
|
|
10342
10472
|
|
|
10343
10473
|
/**
|
|
10344
10474
|
* @component SearchIcon
|
|
@@ -10368,7 +10498,7 @@
|
|
|
10368
10498
|
*/
|
|
10369
10499
|
var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10370
10500
|
var gradient = _ref.gradient,
|
|
10371
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10501
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
10372
10502
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10373
10503
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10374
10504
|
width: 24,
|
|
@@ -10387,7 +10517,7 @@
|
|
|
10387
10517
|
SearchIcon.displayName = "SearchIcon";
|
|
10388
10518
|
var SearchIcon$1 = SearchIcon;
|
|
10389
10519
|
|
|
10390
|
-
var _excluded$
|
|
10520
|
+
var _excluded$24 = ["gradient"];
|
|
10391
10521
|
|
|
10392
10522
|
/**
|
|
10393
10523
|
* @component SendBlankIcon
|
|
@@ -10417,7 +10547,7 @@
|
|
|
10417
10547
|
*/
|
|
10418
10548
|
var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10419
10549
|
var gradient = _ref.gradient,
|
|
10420
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10550
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
10421
10551
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10422
10552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10423
10553
|
width: 24,
|
|
@@ -10436,7 +10566,7 @@
|
|
|
10436
10566
|
SendBlankIcon.displayName = "SendBlankIcon";
|
|
10437
10567
|
var SendBlankIcon$1 = SendBlankIcon;
|
|
10438
10568
|
|
|
10439
|
-
var _excluded$
|
|
10569
|
+
var _excluded$23 = ["gradient"];
|
|
10440
10570
|
|
|
10441
10571
|
/**
|
|
10442
10572
|
* @component SendFilledIcon
|
|
@@ -10466,7 +10596,7 @@
|
|
|
10466
10596
|
*/
|
|
10467
10597
|
var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10468
10598
|
var gradient = _ref.gradient,
|
|
10469
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10599
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
10470
10600
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10471
10601
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10472
10602
|
width: 24,
|
|
@@ -10485,7 +10615,7 @@
|
|
|
10485
10615
|
SendFilledIcon.displayName = "SendFilledIcon";
|
|
10486
10616
|
var SendFilledIcon$1 = SendFilledIcon;
|
|
10487
10617
|
|
|
10488
|
-
var _excluded$
|
|
10618
|
+
var _excluded$22 = ["gradient"];
|
|
10489
10619
|
|
|
10490
10620
|
/**
|
|
10491
10621
|
* @component SettingsIcon
|
|
@@ -10515,7 +10645,7 @@
|
|
|
10515
10645
|
*/
|
|
10516
10646
|
var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10517
10647
|
var gradient = _ref.gradient,
|
|
10518
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10648
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
10519
10649
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10520
10650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10521
10651
|
width: 24,
|
|
@@ -10535,7 +10665,7 @@
|
|
|
10535
10665
|
SettingsIcon.displayName = "SettingsIcon";
|
|
10536
10666
|
var SettingsIcon$1 = SettingsIcon;
|
|
10537
10667
|
|
|
10538
|
-
var _excluded$
|
|
10668
|
+
var _excluded$21 = ["gradient"];
|
|
10539
10669
|
|
|
10540
10670
|
/**
|
|
10541
10671
|
* @component ShieldIcon
|
|
@@ -10565,7 +10695,7 @@
|
|
|
10565
10695
|
*/
|
|
10566
10696
|
var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10567
10697
|
var gradient = _ref.gradient,
|
|
10568
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10698
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
10569
10699
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10570
10700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10571
10701
|
width: 24,
|
|
@@ -10586,7 +10716,7 @@
|
|
|
10586
10716
|
ShieldIcon.displayName = "ShieldIcon";
|
|
10587
10717
|
var ShieldIcon$1 = ShieldIcon;
|
|
10588
10718
|
|
|
10589
|
-
var _excluded$
|
|
10719
|
+
var _excluded$20 = ["gradient"];
|
|
10590
10720
|
|
|
10591
10721
|
/**
|
|
10592
10722
|
* @component SortGeneralIcon
|
|
@@ -10616,7 +10746,7 @@
|
|
|
10616
10746
|
*/
|
|
10617
10747
|
var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10618
10748
|
var gradient = _ref.gradient,
|
|
10619
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10749
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
10620
10750
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10621
10751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10622
10752
|
width: 24,
|
|
@@ -10636,7 +10766,7 @@
|
|
|
10636
10766
|
SortGeneralIcon.displayName = "SortGeneralIcon";
|
|
10637
10767
|
var SortGeneralIcon$1 = SortGeneralIcon;
|
|
10638
10768
|
|
|
10639
|
-
var _excluded$
|
|
10769
|
+
var _excluded$1$ = ["gradient"];
|
|
10640
10770
|
|
|
10641
10771
|
/**
|
|
10642
10772
|
* @component SortIcon
|
|
@@ -10666,7 +10796,7 @@
|
|
|
10666
10796
|
*/
|
|
10667
10797
|
var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10668
10798
|
var gradient = _ref.gradient,
|
|
10669
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10799
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
10670
10800
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10671
10801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10672
10802
|
width: 10,
|
|
@@ -10686,7 +10816,7 @@
|
|
|
10686
10816
|
SortIcon.displayName = "SortIcon";
|
|
10687
10817
|
var SortIcon$1 = SortIcon;
|
|
10688
10818
|
|
|
10689
|
-
var _excluded$
|
|
10819
|
+
var _excluded$1_ = ["gradient"];
|
|
10690
10820
|
|
|
10691
10821
|
/**
|
|
10692
10822
|
* @component SortListIcon
|
|
@@ -10716,7 +10846,7 @@
|
|
|
10716
10846
|
*/
|
|
10717
10847
|
var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10718
10848
|
var gradient = _ref.gradient,
|
|
10719
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10849
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
10720
10850
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10721
10851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10722
10852
|
width: 20,
|
|
@@ -10736,7 +10866,7 @@
|
|
|
10736
10866
|
SortListIcon.displayName = "SortListIcon";
|
|
10737
10867
|
var SortListIcon$1 = SortListIcon;
|
|
10738
10868
|
|
|
10739
|
-
var _excluded$
|
|
10869
|
+
var _excluded$1Z = ["gradient"];
|
|
10740
10870
|
|
|
10741
10871
|
/**
|
|
10742
10872
|
* @component SortSmallIcon
|
|
@@ -10766,7 +10896,7 @@
|
|
|
10766
10896
|
*/
|
|
10767
10897
|
var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10768
10898
|
var gradient = _ref.gradient,
|
|
10769
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10899
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
10770
10900
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10771
10901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10772
10902
|
width: 10,
|
|
@@ -10787,6 +10917,47 @@
|
|
|
10787
10917
|
SortSmallIcon.displayName = "SortSmallIcon";
|
|
10788
10918
|
var SortSmallIcon$1 = SortSmallIcon;
|
|
10789
10919
|
|
|
10920
|
+
var _excluded$1Y = ["gradient"];
|
|
10921
|
+
|
|
10922
|
+
/**
|
|
10923
|
+
* @component SourceCodeIcon
|
|
10924
|
+
* @description
|
|
10925
|
+
* Outline source-code / repository glyph (a window with code chevrons) for
|
|
10926
|
+
* source-control signifiers.
|
|
10927
|
+
*
|
|
10928
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
10929
|
+
*
|
|
10930
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
10931
|
+
*/
|
|
10932
|
+
var SourceCodeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10933
|
+
var gradient = _ref.gradient,
|
|
10934
|
+
props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
10935
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10936
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10937
|
+
width: 24,
|
|
10938
|
+
height: 24,
|
|
10939
|
+
viewBox: "0 0 24 24",
|
|
10940
|
+
"data-testid": "SourceCodeIcon",
|
|
10941
|
+
fill: "none",
|
|
10942
|
+
stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
|
|
10943
|
+
strokeWidth: 2,
|
|
10944
|
+
strokeLinecap: "round",
|
|
10945
|
+
strokeLinejoin: "round",
|
|
10946
|
+
focusable: false,
|
|
10947
|
+
ref: ref
|
|
10948
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
10949
|
+
gradient: gradient
|
|
10950
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
10951
|
+
d: "M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h2.5"
|
|
10952
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
10953
|
+
d: "M10 9l-2 2l2 2"
|
|
10954
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
10955
|
+
d: "M14 9l2 2l-2 2"
|
|
10956
|
+
}));
|
|
10957
|
+
});
|
|
10958
|
+
SourceCodeIcon.displayName = "SourceCodeIcon";
|
|
10959
|
+
var SourceCodeIcon$1 = SourceCodeIcon;
|
|
10960
|
+
|
|
10790
10961
|
var _excluded$1X = ["gradient"];
|
|
10791
10962
|
|
|
10792
10963
|
/**
|
|
@@ -26012,6 +26183,9 @@
|
|
|
26012
26183
|
exports.FolderOutlineIcon = FolderOutlineIcon$1;
|
|
26013
26184
|
exports.FromElement = FromElement;
|
|
26014
26185
|
exports.GiftIcon = GiftIcon$1;
|
|
26186
|
+
exports.GitBranchIcon = GitBranchIcon$1;
|
|
26187
|
+
exports.GitCommitIcon = GitCommitIcon$1;
|
|
26188
|
+
exports.GitPullRequestIcon = GitPullRequestIcon$1;
|
|
26015
26189
|
exports.GlobalAddButton = GlobalAddButton;
|
|
26016
26190
|
exports.GlobalStyle = GlobalStyle;
|
|
26017
26191
|
exports.GroupByIcon = GroupByIcon$1;
|
|
@@ -26172,6 +26346,7 @@
|
|
|
26172
26346
|
exports.SortIcon = SortIcon$1;
|
|
26173
26347
|
exports.SortListIcon = SortListIcon$1;
|
|
26174
26348
|
exports.SortSmallIcon = SortSmallIcon$1;
|
|
26349
|
+
exports.SourceCodeIcon = SourceCodeIcon$1;
|
|
26175
26350
|
exports.SparkIcon = SparkIcon$1;
|
|
26176
26351
|
exports.SpinnerLoader = SpinnerLoader;
|
|
26177
26352
|
exports.StarIcon = StarIcon$1;
|