@activecollab/components 2.0.345 → 2.0.346
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/Git.js +47 -0
- package/dist/cjs/components/Icons/collection/Git.js.map +1 -0
- package/dist/cjs/components/Icons/collection/GitHub.js +47 -0
- package/dist/cjs/components/Icons/collection/GitHub.js.map +1 -0
- package/dist/cjs/components/Icons/collection/GitLab.js +47 -0
- package/dist/cjs/components/Icons/collection/GitLab.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +21 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/Git.d.ts +17 -0
- package/dist/esm/components/Icons/collection/Git.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Git.js +40 -0
- package/dist/esm/components/Icons/collection/Git.js.map +1 -0
- package/dist/esm/components/Icons/collection/GitHub.d.ts +17 -0
- package/dist/esm/components/Icons/collection/GitHub.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/GitHub.js +40 -0
- package/dist/esm/components/Icons/collection/GitHub.js.map +1 -0
- package/dist/esm/components/Icons/collection/GitLab.d.ts +17 -0
- package/dist/esm/components/Icons/collection/GitLab.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/GitLab.js +40 -0
- package/dist/esm/components/Icons/collection/GitLab.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +3 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +3 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/index.js +331 -220
- 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$5c = ["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$5c);
|
|
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$5b = ["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$5b);
|
|
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$5a = ["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$5a);
|
|
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$59 = ["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$59);
|
|
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$58 = ["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$58);
|
|
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$57 = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$57);
|
|
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$56 = ["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$56);
|
|
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$55 = ["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$55);
|
|
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$54 = ["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$54);
|
|
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$53 = ["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$53);
|
|
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$52 = ["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$52);
|
|
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$51 = ["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$51);
|
|
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$50 = ["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$50);
|
|
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$4$ = ["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$4$);
|
|
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$4_ = ["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$4_);
|
|
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$4Z = ["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$4Z);
|
|
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$4Y = ["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$4Y);
|
|
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$4X = ["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$4X);
|
|
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$4W = ["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$4W);
|
|
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$4V = ["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$4V);
|
|
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$4U = ["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$4U);
|
|
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$4T = ["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$4T);
|
|
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$4S = ["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$4S);
|
|
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$4R = ["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$4R);
|
|
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$4Q = ["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$4Q);
|
|
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$4P = ["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$4P);
|
|
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$4O = ["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$4O);
|
|
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$4N = ["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$4N);
|
|
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$4M = ["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$4M);
|
|
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$4L = ["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$4L);
|
|
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$4K = ["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$4K);
|
|
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$4J = ["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$4J);
|
|
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$4I = ["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$4I);
|
|
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$4H = ["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$4H);
|
|
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$4G = ["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$4G);
|
|
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$4F = ["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$4F);
|
|
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$4E = ["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$4E);
|
|
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$4D = ["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$4D);
|
|
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$4C = ["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$4C);
|
|
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$4B = ["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$4B);
|
|
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$4A = ["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$4A);
|
|
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$4z = ["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$4z);
|
|
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$4y = ["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$4y);
|
|
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$4x = ["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$4x);
|
|
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$4w = ["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$4w);
|
|
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$4v = ["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$4v);
|
|
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$4u = ["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$4u);
|
|
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$4t = ["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$4t);
|
|
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$4s = ["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$4s);
|
|
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$4r = ["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$4r);
|
|
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$4q = ["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$4q);
|
|
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$4p = ["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$4p);
|
|
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$4o = ["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$4o);
|
|
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$4n = ["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$4n);
|
|
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$4m = ["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$4m);
|
|
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$4l = ["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$4l);
|
|
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$4k = ["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$4k);
|
|
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$4j = ["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$4j);
|
|
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$4i = ["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$4i);
|
|
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$4h = ["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$4h);
|
|
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$4g = ["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$4g);
|
|
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$4f = ["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$4f);
|
|
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$4e = ["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$4e);
|
|
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$4d = ["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$4d);
|
|
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$4c = ["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$4c);
|
|
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$4b = ["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$4b);
|
|
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$4a = ["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$4a);
|
|
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$49 = ["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$49);
|
|
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$48 = ["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$48);
|
|
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$47 = ["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$47);
|
|
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$46 = ["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$46);
|
|
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$45 = ["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$45);
|
|
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$44 = ["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$44);
|
|
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$43 = ["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$43);
|
|
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$42 = ["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$42);
|
|
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$41 = ["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$41);
|
|
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$40 = ["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$40);
|
|
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$3$ = ["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$3$);
|
|
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$3_ = ["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$3_);
|
|
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$3Z = ["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$3Z);
|
|
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$3Y = ["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$3Y);
|
|
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$3X = ["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$3X);
|
|
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$3W = ["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$3W);
|
|
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$3V = ["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$3V);
|
|
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$3U = ["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$3U);
|
|
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$3T = ["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$3T);
|
|
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$3S = ["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$3S);
|
|
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$3R = ["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$3R);
|
|
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$3Q = ["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$3Q);
|
|
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$3P = ["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$3P);
|
|
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$3O = ["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$3O);
|
|
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$3N = ["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$3N);
|
|
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$3M = ["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$3M);
|
|
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$3L = ["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$3L);
|
|
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$3K = ["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$3K);
|
|
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$3J = ["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$3J);
|
|
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$3I = ["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$3I);
|
|
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$3H = ["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$3H);
|
|
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$3G = ["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$3G);
|
|
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$3F = ["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$3F);
|
|
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$3E = ["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$3E);
|
|
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$3D = ["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$3D);
|
|
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$3C = ["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$3C);
|
|
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$3B = ["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$3B);
|
|
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$3A = ["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$3A);
|
|
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$3z = ["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$3z);
|
|
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$3y = ["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$3y);
|
|
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$3x = ["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$3x);
|
|
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,7 @@
|
|
|
6055
6055
|
GiftIcon.displayName = "GiftIcon";
|
|
6056
6056
|
var GiftIcon$1 = GiftIcon;
|
|
6057
6057
|
|
|
6058
|
-
var _excluded$
|
|
6058
|
+
var _excluded$3w = ["gradient"];
|
|
6059
6059
|
|
|
6060
6060
|
/**
|
|
6061
6061
|
* @component GitBranchIcon
|
|
@@ -6068,7 +6068,7 @@
|
|
|
6068
6068
|
*/
|
|
6069
6069
|
var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6070
6070
|
var gradient = _ref.gradient,
|
|
6071
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6071
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
6072
6072
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6073
6073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6074
6074
|
width: 24,
|
|
@@ -6099,7 +6099,7 @@
|
|
|
6099
6099
|
GitBranchIcon.displayName = "GitBranchIcon";
|
|
6100
6100
|
var GitBranchIcon$1 = GitBranchIcon;
|
|
6101
6101
|
|
|
6102
|
-
var _excluded$
|
|
6102
|
+
var _excluded$3v = ["gradient"];
|
|
6103
6103
|
|
|
6104
6104
|
/**
|
|
6105
6105
|
* @component GitCommitIcon
|
|
@@ -6112,7 +6112,7 @@
|
|
|
6112
6112
|
*/
|
|
6113
6113
|
var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6114
6114
|
var gradient = _ref.gradient,
|
|
6115
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6115
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
6116
6116
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6117
6117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6118
6118
|
width: 24,
|
|
@@ -6139,6 +6139,114 @@
|
|
|
6139
6139
|
GitCommitIcon.displayName = "GitCommitIcon";
|
|
6140
6140
|
var GitCommitIcon$1 = GitCommitIcon;
|
|
6141
6141
|
|
|
6142
|
+
var _excluded$3u = ["gradient"];
|
|
6143
|
+
|
|
6144
|
+
/**
|
|
6145
|
+
* @component GitHubIcon
|
|
6146
|
+
* @description
|
|
6147
|
+
* GitHub brand glyph. Filled so it inverts with the theme (safe on Neon and any
|
|
6148
|
+
* future dark theme) via the `--color-theme-600` token.
|
|
6149
|
+
*
|
|
6150
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
6151
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
6152
|
+
*
|
|
6153
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
6154
|
+
*/
|
|
6155
|
+
var GitHubIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6156
|
+
var gradient = _ref.gradient,
|
|
6157
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
6158
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6159
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6160
|
+
width: 24,
|
|
6161
|
+
height: 24,
|
|
6162
|
+
viewBox: "0 0 24 24",
|
|
6163
|
+
"data-testid": "GitHubIcon",
|
|
6164
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
6165
|
+
focusable: false,
|
|
6166
|
+
ref: ref
|
|
6167
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
6168
|
+
gradient: gradient
|
|
6169
|
+
}), /*#__PURE__*/React__default["default"].createElement("g", {
|
|
6170
|
+
transform: "scale(1.5)"
|
|
6171
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6172
|
+
d: "M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"
|
|
6173
|
+
})));
|
|
6174
|
+
});
|
|
6175
|
+
GitHubIcon.displayName = "GitHubIcon";
|
|
6176
|
+
var GitHubIcon$1 = GitHubIcon;
|
|
6177
|
+
|
|
6178
|
+
var _excluded$3t = ["gradient"];
|
|
6179
|
+
|
|
6180
|
+
/**
|
|
6181
|
+
* @component GitIcon
|
|
6182
|
+
* @description
|
|
6183
|
+
* Git brand glyph. Filled so it inverts with the theme (safe on Neon and any
|
|
6184
|
+
* future dark theme) via the `--color-theme-600` token.
|
|
6185
|
+
*
|
|
6186
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
6187
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
6188
|
+
*
|
|
6189
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
6190
|
+
*/
|
|
6191
|
+
var GitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6192
|
+
var gradient = _ref.gradient,
|
|
6193
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
6194
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6195
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6196
|
+
width: 24,
|
|
6197
|
+
height: 24,
|
|
6198
|
+
viewBox: "0 0 24 24",
|
|
6199
|
+
"data-testid": "GitIcon",
|
|
6200
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
6201
|
+
focusable: false,
|
|
6202
|
+
ref: ref
|
|
6203
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
6204
|
+
gradient: gradient
|
|
6205
|
+
}), /*#__PURE__*/React__default["default"].createElement("g", {
|
|
6206
|
+
transform: "scale(1.5)"
|
|
6207
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6208
|
+
d: "M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.03 1.03 0 0 0 0-1.457"
|
|
6209
|
+
})));
|
|
6210
|
+
});
|
|
6211
|
+
GitIcon.displayName = "GitIcon";
|
|
6212
|
+
var GitIcon$1 = GitIcon;
|
|
6213
|
+
|
|
6214
|
+
var _excluded$3s = ["gradient"];
|
|
6215
|
+
|
|
6216
|
+
/**
|
|
6217
|
+
* @component GitLabIcon
|
|
6218
|
+
* @description
|
|
6219
|
+
* GitLab brand glyph. Filled so it inverts with the theme (safe on Neon and any
|
|
6220
|
+
* future dark theme) via the `--color-theme-600` token.
|
|
6221
|
+
*
|
|
6222
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
6223
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
6224
|
+
*
|
|
6225
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
6226
|
+
*/
|
|
6227
|
+
var GitLabIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6228
|
+
var gradient = _ref.gradient,
|
|
6229
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
6230
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6231
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6232
|
+
width: 24,
|
|
6233
|
+
height: 24,
|
|
6234
|
+
viewBox: "0 0 24 24",
|
|
6235
|
+
"data-testid": "GitLabIcon",
|
|
6236
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
6237
|
+
focusable: false,
|
|
6238
|
+
ref: ref
|
|
6239
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
6240
|
+
gradient: gradient
|
|
6241
|
+
}), /*#__PURE__*/React__default["default"].createElement("g", {
|
|
6242
|
+
transform: "scale(1.5)"
|
|
6243
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
6244
|
+
d: "m15.734 6.1-.022-.058L13.534.358a.57.57 0 0 0-.563-.356.6.6 0 0 0-.328.122.6.6 0 0 0-.193.294l-1.47 4.499H5.025l-1.47-4.5A.572.572 0 0 0 2.47.358L.289 6.04l-.022.057A4.044 4.044 0 0 0 1.61 10.77l.007.006.02.014 3.318 2.485 1.64 1.242 1 .755a.67.67 0 0 0 .814 0l1-.755 1.64-1.242 3.338-2.5.009-.007a4.05 4.05 0 0 0 1.34-4.668Z"
|
|
6245
|
+
})));
|
|
6246
|
+
});
|
|
6247
|
+
GitLabIcon.displayName = "GitLabIcon";
|
|
6248
|
+
var GitLabIcon$1 = GitLabIcon;
|
|
6249
|
+
|
|
6142
6250
|
var _excluded$3r = ["gradient"];
|
|
6143
6251
|
|
|
6144
6252
|
/**
|
|
@@ -26264,6 +26372,9 @@
|
|
|
26264
26372
|
exports.GiftIcon = GiftIcon$1;
|
|
26265
26373
|
exports.GitBranchIcon = GitBranchIcon$1;
|
|
26266
26374
|
exports.GitCommitIcon = GitCommitIcon$1;
|
|
26375
|
+
exports.GitHubIcon = GitHubIcon$1;
|
|
26376
|
+
exports.GitIcon = GitIcon$1;
|
|
26377
|
+
exports.GitLabIcon = GitLabIcon$1;
|
|
26267
26378
|
exports.GitPullRequestIcon = GitPullRequestIcon$1;
|
|
26268
26379
|
exports.GitRepositoryConnectIcon = GitRepositoryConnectIcon$1;
|
|
26269
26380
|
exports.GitRepositoryIcon = GitRepositoryIcon$1;
|