@activecollab/components 2.0.359 → 2.0.360
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/Key.js +60 -0
- package/dist/cjs/components/Icons/collection/Key.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +7 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/presentation/shared/TwoFactorDialogs.js +432 -0
- package/dist/cjs/presentation/shared/TwoFactorDialogs.js.map +1 -0
- package/dist/cjs/presentation/shared/TwoFactorShield.js +31 -0
- package/dist/cjs/presentation/shared/TwoFactorShield.js.map +1 -0
- package/dist/cjs/presentation/shared/UserMenu.js +282 -0
- package/dist/cjs/presentation/shared/UserMenu.js.map +1 -0
- package/dist/cjs/presentation/shared/index.js +32 -1
- package/dist/cjs/presentation/shared/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/Key.d.ts +32 -0
- package/dist/esm/components/Icons/collection/Key.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Key.js +53 -0
- package/dist/esm/components/Icons/collection/Key.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/presentation/shared/TwoFactorDialogs.d.ts +24 -0
- package/dist/esm/presentation/shared/TwoFactorDialogs.d.ts.map +1 -0
- package/dist/esm/presentation/shared/TwoFactorDialogs.js +383 -0
- package/dist/esm/presentation/shared/TwoFactorDialogs.js.map +1 -0
- package/dist/esm/presentation/shared/TwoFactorShield.d.ts +13 -0
- package/dist/esm/presentation/shared/TwoFactorShield.d.ts.map +1 -0
- package/dist/esm/presentation/shared/TwoFactorShield.js +25 -0
- package/dist/esm/presentation/shared/TwoFactorShield.js.map +1 -0
- package/dist/esm/presentation/shared/UserMenu.d.ts +27 -0
- package/dist/esm/presentation/shared/UserMenu.d.ts.map +1 -0
- package/dist/esm/presentation/shared/UserMenu.js +255 -0
- package/dist/esm/presentation/shared/UserMenu.js.map +1 -0
- package/dist/esm/presentation/shared/index.d.ts +6 -0
- package/dist/esm/presentation/shared/index.d.ts.map +1 -1
- package/dist/esm/presentation/shared/index.js +3 -0
- package/dist/esm/presentation/shared/index.js.map +1 -1
- package/dist/index.js +318 -268
- 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$5l = ["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$5l);
|
|
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$5k = ["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$5k);
|
|
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$5j = ["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$5j);
|
|
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$5i = ["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$5i);
|
|
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$5h = ["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$5h);
|
|
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$5g = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$5g);
|
|
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$5f = ["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$5f);
|
|
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$5e = ["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$5e);
|
|
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$5d = ["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$5d);
|
|
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$5c = ["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$5c);
|
|
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$5b = ["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$5b);
|
|
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$5a = ["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$5a);
|
|
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$59 = ["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$59);
|
|
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$58 = ["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$58);
|
|
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$57 = ["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$57);
|
|
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$56 = ["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$56);
|
|
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$55 = ["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$55);
|
|
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$54 = ["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$54);
|
|
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$53 = ["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$53);
|
|
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$52 = ["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$52);
|
|
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$51 = ["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$51);
|
|
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$50 = ["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$50);
|
|
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$4$ = ["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$4$);
|
|
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$4_ = ["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$4_);
|
|
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$4Z = ["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$4Z);
|
|
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$4Y = ["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$4Y);
|
|
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$4X = ["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$4X);
|
|
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$4W = ["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$4W);
|
|
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$4V = ["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$4V);
|
|
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$4U = ["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$4U);
|
|
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$4T = ["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$4T);
|
|
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$4S = ["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$4S);
|
|
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$4R = ["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$4R);
|
|
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$4Q = ["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$4Q);
|
|
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$4P = ["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$4P);
|
|
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$4O = ["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$4O);
|
|
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$4N = ["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$4N);
|
|
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$4M = ["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$4M);
|
|
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$4L = ["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$4L);
|
|
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$4K = ["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$4K);
|
|
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$4J = ["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$4J);
|
|
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$4I = ["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$4I);
|
|
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$4H = ["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$4H);
|
|
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$4G = ["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$4G);
|
|
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$4F = ["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$4F);
|
|
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$4E = ["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$4E);
|
|
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$4D = ["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$4D);
|
|
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$4C = ["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$4C);
|
|
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$4B = ["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$4B);
|
|
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$4A = ["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$4A);
|
|
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$4z = ["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$4z);
|
|
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$4y = ["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$4y);
|
|
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$4x = ["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$4x);
|
|
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$4w = ["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$4w);
|
|
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$4v = ["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$4v);
|
|
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$4u = ["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$4u);
|
|
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$4t = ["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$4t);
|
|
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$4s = ["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$4s);
|
|
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$4r = ["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$4r);
|
|
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$4q = ["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$4q);
|
|
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$4p = ["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$4p);
|
|
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$4o = ["gradient"];
|
|
3680
3680
|
|
|
3681
3681
|
/**
|
|
3682
3682
|
* @component CloudIcon
|
|
@@ -3689,7 +3689,7 @@
|
|
|
3689
3689
|
*/
|
|
3690
3690
|
var CloudIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3691
3691
|
var gradient = _ref.gradient,
|
|
3692
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3692
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
3693
3693
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3694
3694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3695
3695
|
width: 24,
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
CloudIcon.displayName = "CloudIcon";
|
|
3713
3713
|
var CloudIcon$1 = CloudIcon;
|
|
3714
3714
|
|
|
3715
|
-
var _excluded$
|
|
3715
|
+
var _excluded$4n = ["gradient"];
|
|
3716
3716
|
|
|
3717
3717
|
/**
|
|
3718
3718
|
* @component CloudDeployIcon
|
|
@@ -3727,7 +3727,7 @@
|
|
|
3727
3727
|
*/
|
|
3728
3728
|
var CloudDeployIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3729
3729
|
var gradient = _ref.gradient,
|
|
3730
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3730
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
3731
3731
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3732
3732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3733
3733
|
width: 24,
|
|
@@ -3754,7 +3754,7 @@
|
|
|
3754
3754
|
CloudDeployIcon.displayName = "CloudDeployIcon";
|
|
3755
3755
|
var CloudDeployIcon$1 = CloudDeployIcon;
|
|
3756
3756
|
|
|
3757
|
-
var _excluded$
|
|
3757
|
+
var _excluded$4m = ["gradient"];
|
|
3758
3758
|
|
|
3759
3759
|
/**
|
|
3760
3760
|
* @component CloudDeployFailedIcon
|
|
@@ -3769,7 +3769,7 @@
|
|
|
3769
3769
|
*/
|
|
3770
3770
|
var CloudDeployFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3771
3771
|
var gradient = _ref.gradient,
|
|
3772
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3772
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
3773
3773
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3774
3774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3775
3775
|
width: 24,
|
|
@@ -3796,7 +3796,7 @@
|
|
|
3796
3796
|
CloudDeployFailedIcon.displayName = "CloudDeployFailedIcon";
|
|
3797
3797
|
var CloudDeployFailedIcon$1 = CloudDeployFailedIcon;
|
|
3798
3798
|
|
|
3799
|
-
var _excluded$
|
|
3799
|
+
var _excluded$4l = ["gradient"];
|
|
3800
3800
|
|
|
3801
3801
|
/**
|
|
3802
3802
|
* @component CollapsIcon
|
|
@@ -3826,7 +3826,7 @@
|
|
|
3826
3826
|
*/
|
|
3827
3827
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3828
3828
|
var gradient = _ref.gradient,
|
|
3829
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3829
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
3830
3830
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3831
3831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3832
3832
|
width: 6,
|
|
@@ -3846,7 +3846,7 @@
|
|
|
3846
3846
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3847
3847
|
var CollapsIcon$1 = CollapsIcon;
|
|
3848
3848
|
|
|
3849
|
-
var _excluded$
|
|
3849
|
+
var _excluded$4k = ["gradient"];
|
|
3850
3850
|
|
|
3851
3851
|
/**
|
|
3852
3852
|
* @component CollapseAllIcon
|
|
@@ -3876,7 +3876,7 @@
|
|
|
3876
3876
|
*/
|
|
3877
3877
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3878
3878
|
var gradient = _ref.gradient,
|
|
3879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3879
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
3880
3880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3881
3881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3882
3882
|
width: 24,
|
|
@@ -3896,7 +3896,7 @@
|
|
|
3896
3896
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
3897
3897
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
3898
3898
|
|
|
3899
|
-
var _excluded$
|
|
3899
|
+
var _excluded$4j = ["gradient"];
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
3902
|
* @component CollapseExpandSingleIcon
|
|
@@ -3926,7 +3926,7 @@
|
|
|
3926
3926
|
*/
|
|
3927
3927
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3928
3928
|
var gradient = _ref.gradient,
|
|
3929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3929
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
3930
3930
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3931
3931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3932
3932
|
width: 24,
|
|
@@ -3946,7 +3946,7 @@
|
|
|
3946
3946
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
3947
3947
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
3948
3948
|
|
|
3949
|
-
var _excluded$
|
|
3949
|
+
var _excluded$4i = ["gradient"];
|
|
3950
3950
|
|
|
3951
3951
|
/**
|
|
3952
3952
|
* @component CompanyAddIcon
|
|
@@ -3976,7 +3976,7 @@
|
|
|
3976
3976
|
*/
|
|
3977
3977
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3978
3978
|
var gradient = _ref.gradient,
|
|
3979
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3979
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
3980
3980
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3981
3981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3982
3982
|
width: 18,
|
|
@@ -3997,7 +3997,7 @@
|
|
|
3997
3997
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
3998
3998
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
3999
3999
|
|
|
4000
|
-
var _excluded$
|
|
4000
|
+
var _excluded$4h = ["gradient"];
|
|
4001
4001
|
|
|
4002
4002
|
/**
|
|
4003
4003
|
* @component CompanyIcon
|
|
@@ -4027,7 +4027,7 @@
|
|
|
4027
4027
|
*/
|
|
4028
4028
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4029
4029
|
var gradient = _ref.gradient,
|
|
4030
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4030
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
4031
4031
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4032
4032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4033
4033
|
width: 24,
|
|
@@ -4048,7 +4048,7 @@
|
|
|
4048
4048
|
CompanyIcon.displayName = "CompanyIcon";
|
|
4049
4049
|
var CompanyIcon$1 = CompanyIcon;
|
|
4050
4050
|
|
|
4051
|
-
var _excluded$
|
|
4051
|
+
var _excluded$4g = ["gradient"];
|
|
4052
4052
|
|
|
4053
4053
|
/**
|
|
4054
4054
|
* @component ComputerIcon
|
|
@@ -4078,7 +4078,7 @@
|
|
|
4078
4078
|
*/
|
|
4079
4079
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4080
4080
|
var gradient = _ref.gradient,
|
|
4081
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4081
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
4082
4082
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4083
4083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4084
4084
|
width: 24,
|
|
@@ -4098,7 +4098,7 @@
|
|
|
4098
4098
|
ComputerIcon.displayName = "ComputerIcon";
|
|
4099
4099
|
var ComputerIcon$1 = ComputerIcon;
|
|
4100
4100
|
|
|
4101
|
-
var _excluded$
|
|
4101
|
+
var _excluded$4f = ["gradient"];
|
|
4102
4102
|
|
|
4103
4103
|
/**
|
|
4104
4104
|
* @component ConnectionIcon
|
|
@@ -4128,7 +4128,7 @@
|
|
|
4128
4128
|
*/
|
|
4129
4129
|
var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4130
4130
|
var gradient = _ref.gradient,
|
|
4131
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4131
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
4132
4132
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4133
4133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4134
4134
|
width: 24,
|
|
@@ -4163,7 +4163,7 @@
|
|
|
4163
4163
|
ConnectionIcon.displayName = "ConnectionIcon";
|
|
4164
4164
|
var ConnectionIcon$1 = ConnectionIcon;
|
|
4165
4165
|
|
|
4166
|
-
var _excluded$
|
|
4166
|
+
var _excluded$4e = ["gradient"];
|
|
4167
4167
|
|
|
4168
4168
|
/**
|
|
4169
4169
|
* @component CopyIcon
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
*/
|
|
4194
4194
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4195
4195
|
var gradient = _ref.gradient,
|
|
4196
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4196
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
4197
4197
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4198
4198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4199
4199
|
width: 24,
|
|
@@ -4213,7 +4213,7 @@
|
|
|
4213
4213
|
CopyIcon.displayName = "CopyIcon";
|
|
4214
4214
|
var CopyIcon$1 = CopyIcon;
|
|
4215
4215
|
|
|
4216
|
-
var _excluded$
|
|
4216
|
+
var _excluded$4d = ["gradient"];
|
|
4217
4217
|
|
|
4218
4218
|
/**
|
|
4219
4219
|
* @component CrownBlankIcon
|
|
@@ -4243,7 +4243,7 @@
|
|
|
4243
4243
|
*/
|
|
4244
4244
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4245
4245
|
var gradient = _ref.gradient,
|
|
4246
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4246
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
4247
4247
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4248
4248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4249
4249
|
width: 24,
|
|
@@ -4263,7 +4263,7 @@
|
|
|
4263
4263
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
4264
4264
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
4265
4265
|
|
|
4266
|
-
var _excluded$
|
|
4266
|
+
var _excluded$4c = ["gradient"];
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
4269
|
* @component CrownSelectedIcon
|
|
@@ -4293,7 +4293,7 @@
|
|
|
4293
4293
|
*/
|
|
4294
4294
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4295
4295
|
var gradient = _ref.gradient,
|
|
4296
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4296
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
4297
4297
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4298
4298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4299
4299
|
width: 24,
|
|
@@ -4313,7 +4313,7 @@
|
|
|
4313
4313
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
4314
4314
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
4315
4315
|
|
|
4316
|
-
var _excluded$
|
|
4316
|
+
var _excluded$4b = ["gradient"];
|
|
4317
4317
|
|
|
4318
4318
|
/**
|
|
4319
4319
|
* @component DependencySmallIcon
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
*/
|
|
4344
4344
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4345
4345
|
var gradient = _ref.gradient,
|
|
4346
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4346
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
4347
4347
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4348
4348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4349
4349
|
width: 12,
|
|
@@ -4363,7 +4363,7 @@
|
|
|
4363
4363
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4364
4364
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4365
4365
|
|
|
4366
|
-
var _excluded$
|
|
4366
|
+
var _excluded$4a = ["gradient"];
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
4369
|
* @component DependencyIcon
|
|
@@ -4393,7 +4393,7 @@
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4395
4395
|
var gradient = _ref.gradient,
|
|
4396
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4396
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
4397
4397
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4398
4398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4399
4399
|
width: 24,
|
|
@@ -4413,7 +4413,7 @@
|
|
|
4413
4413
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4414
4414
|
var DependencyIcon$1 = DependencyIcon;
|
|
4415
4415
|
|
|
4416
|
-
var _excluded$
|
|
4416
|
+
var _excluded$49 = ["gradient"];
|
|
4417
4417
|
|
|
4418
4418
|
/**
|
|
4419
4419
|
* @component DescriptionSmallIcon
|
|
@@ -4443,7 +4443,7 @@
|
|
|
4443
4443
|
*/
|
|
4444
4444
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4445
4445
|
var gradient = _ref.gradient,
|
|
4446
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4446
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
4447
4447
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4448
4448
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4449
4449
|
width: 18,
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4465
4465
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4466
4466
|
|
|
4467
|
-
var _excluded$
|
|
4467
|
+
var _excluded$48 = ["gradient"];
|
|
4468
4468
|
|
|
4469
4469
|
/**
|
|
4470
4470
|
* @component DescriptionIcon
|
|
@@ -4494,7 +4494,7 @@
|
|
|
4494
4494
|
*/
|
|
4495
4495
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4496
4496
|
var gradient = _ref.gradient,
|
|
4497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4497
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
4498
4498
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4499
4499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4500
4500
|
width: 24,
|
|
@@ -4514,7 +4514,7 @@
|
|
|
4514
4514
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4515
4515
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4516
4516
|
|
|
4517
|
-
var _excluded$
|
|
4517
|
+
var _excluded$47 = ["gradient"];
|
|
4518
4518
|
|
|
4519
4519
|
/**
|
|
4520
4520
|
* @component DiscussionAddIcon
|
|
@@ -4544,7 +4544,7 @@
|
|
|
4544
4544
|
*/
|
|
4545
4545
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4546
4546
|
var gradient = _ref.gradient,
|
|
4547
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4547
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
4548
4548
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4549
4549
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4550
4550
|
width: 24,
|
|
@@ -4564,7 +4564,7 @@
|
|
|
4564
4564
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4565
4565
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4566
4566
|
|
|
4567
|
-
var _excluded$
|
|
4567
|
+
var _excluded$46 = ["gradient"];
|
|
4568
4568
|
|
|
4569
4569
|
/**
|
|
4570
4570
|
* @component DiscussionIcon
|
|
@@ -4594,7 +4594,7 @@
|
|
|
4594
4594
|
*/
|
|
4595
4595
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4596
4596
|
var gradient = _ref.gradient,
|
|
4597
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4597
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
4598
4598
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4599
4599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4600
4600
|
width: 24,
|
|
@@ -4615,7 +4615,7 @@
|
|
|
4615
4615
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4616
4616
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4617
4617
|
|
|
4618
|
-
var _excluded$
|
|
4618
|
+
var _excluded$45 = ["gradient"];
|
|
4619
4619
|
|
|
4620
4620
|
/**
|
|
4621
4621
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4645,7 +4645,7 @@
|
|
|
4645
4645
|
*/
|
|
4646
4646
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4647
4647
|
var gradient = _ref.gradient,
|
|
4648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4648
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
4649
4649
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4650
4650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4651
4651
|
width: 12,
|
|
@@ -4665,7 +4665,7 @@
|
|
|
4665
4665
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4666
4666
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4667
4667
|
|
|
4668
|
-
var _excluded$
|
|
4668
|
+
var _excluded$44 = ["gradient"];
|
|
4669
4669
|
|
|
4670
4670
|
/**
|
|
4671
4671
|
* @component DollarCheckmarkIcon
|
|
@@ -4695,7 +4695,7 @@
|
|
|
4695
4695
|
*/
|
|
4696
4696
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4697
4697
|
var gradient = _ref.gradient,
|
|
4698
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4698
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
4699
4699
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4700
4700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4701
4701
|
width: 24,
|
|
@@ -4715,7 +4715,7 @@
|
|
|
4715
4715
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4716
4716
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4717
4717
|
|
|
4718
|
-
var _excluded$
|
|
4718
|
+
var _excluded$43 = ["gradient"];
|
|
4719
4719
|
|
|
4720
4720
|
/**
|
|
4721
4721
|
* @component DollarClockSmallIcon
|
|
@@ -4745,7 +4745,7 @@
|
|
|
4745
4745
|
*/
|
|
4746
4746
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4747
4747
|
var gradient = _ref.gradient,
|
|
4748
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4748
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
4749
4749
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4750
4750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4751
4751
|
width: 12,
|
|
@@ -4765,7 +4765,7 @@
|
|
|
4765
4765
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4766
4766
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4767
4767
|
|
|
4768
|
-
var _excluded$
|
|
4768
|
+
var _excluded$42 = ["gradient"];
|
|
4769
4769
|
|
|
4770
4770
|
/**
|
|
4771
4771
|
* @component DollarClockIcon
|
|
@@ -4795,7 +4795,7 @@
|
|
|
4795
4795
|
*/
|
|
4796
4796
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4797
4797
|
var gradient = _ref.gradient,
|
|
4798
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4798
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
4799
4799
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4800
4800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4801
4801
|
width: 24,
|
|
@@ -4815,7 +4815,7 @@
|
|
|
4815
4815
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4816
4816
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4817
4817
|
|
|
4818
|
-
var _excluded$
|
|
4818
|
+
var _excluded$41 = ["gradient"];
|
|
4819
4819
|
|
|
4820
4820
|
/**
|
|
4821
4821
|
* @component DollarDocumentPlusIcon
|
|
@@ -4845,7 +4845,7 @@
|
|
|
4845
4845
|
*/
|
|
4846
4846
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4847
4847
|
var gradient = _ref.gradient,
|
|
4848
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4848
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
4849
4849
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4850
4850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4851
4851
|
width: 24,
|
|
@@ -4865,7 +4865,7 @@
|
|
|
4865
4865
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4866
4866
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4867
4867
|
|
|
4868
|
-
var _excluded$
|
|
4868
|
+
var _excluded$40 = ["gradient"];
|
|
4869
4869
|
|
|
4870
4870
|
/**
|
|
4871
4871
|
* @component DollarDocumentIcon
|
|
@@ -4895,7 +4895,7 @@
|
|
|
4895
4895
|
*/
|
|
4896
4896
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4897
4897
|
var gradient = _ref.gradient,
|
|
4898
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4898
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
4899
4899
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4900
4900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4901
4901
|
width: 24,
|
|
@@ -4916,7 +4916,7 @@
|
|
|
4916
4916
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
4917
4917
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
4918
4918
|
|
|
4919
|
-
var _excluded$
|
|
4919
|
+
var _excluded$3$ = ["gradient"];
|
|
4920
4920
|
|
|
4921
4921
|
/**
|
|
4922
4922
|
* @component DollarOffSmallIcon
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
*/
|
|
4947
4947
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4948
4948
|
var gradient = _ref.gradient,
|
|
4949
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4949
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
4950
4950
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4951
4951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4952
4952
|
width: 12,
|
|
@@ -4966,7 +4966,7 @@
|
|
|
4966
4966
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
4967
4967
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
4968
4968
|
|
|
4969
|
-
var _excluded$
|
|
4969
|
+
var _excluded$3_ = ["gradient"];
|
|
4970
4970
|
|
|
4971
4971
|
/**
|
|
4972
4972
|
* @component DollarOffIcon
|
|
@@ -4996,7 +4996,7 @@
|
|
|
4996
4996
|
*/
|
|
4997
4997
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4998
4998
|
var gradient = _ref.gradient,
|
|
4999
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4999
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
5000
5000
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5001
5001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5002
5002
|
width: 24,
|
|
@@ -5016,7 +5016,7 @@
|
|
|
5016
5016
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
5017
5017
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
5018
5018
|
|
|
5019
|
-
var _excluded$
|
|
5019
|
+
var _excluded$3Z = ["gradient"];
|
|
5020
5020
|
|
|
5021
5021
|
/**
|
|
5022
5022
|
* @component DollarSmallIcon
|
|
@@ -5046,7 +5046,7 @@
|
|
|
5046
5046
|
*/
|
|
5047
5047
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5048
5048
|
var gradient = _ref.gradient,
|
|
5049
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5049
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
5050
5050
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5051
5051
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5052
5052
|
width: 12,
|
|
@@ -5066,7 +5066,7 @@
|
|
|
5066
5066
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
5067
5067
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
5068
5068
|
|
|
5069
|
-
var _excluded$
|
|
5069
|
+
var _excluded$3Y = ["gradient"];
|
|
5070
5070
|
|
|
5071
5071
|
/**
|
|
5072
5072
|
* @component DollarIcon
|
|
@@ -5096,7 +5096,7 @@
|
|
|
5096
5096
|
*/
|
|
5097
5097
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5098
5098
|
var gradient = _ref.gradient,
|
|
5099
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5099
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
5100
5100
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5101
5101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5102
5102
|
width: 24,
|
|
@@ -5116,7 +5116,7 @@
|
|
|
5116
5116
|
DollarIcon.displayName = "DollarIcon";
|
|
5117
5117
|
var DollarIcon$1 = DollarIcon;
|
|
5118
5118
|
|
|
5119
|
-
var _excluded$
|
|
5119
|
+
var _excluded$3X = ["gradient"];
|
|
5120
5120
|
|
|
5121
5121
|
/**
|
|
5122
5122
|
* @component DownloadIcon
|
|
@@ -5146,7 +5146,7 @@
|
|
|
5146
5146
|
*/
|
|
5147
5147
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5148
5148
|
var gradient = _ref.gradient,
|
|
5149
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5149
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
5150
5150
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5151
5151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5152
5152
|
width: 24,
|
|
@@ -5166,7 +5166,7 @@
|
|
|
5166
5166
|
DownloadIcon.displayName = "DownloadIcon";
|
|
5167
5167
|
var DownloadIcon$1 = DownloadIcon;
|
|
5168
5168
|
|
|
5169
|
-
var _excluded$
|
|
5169
|
+
var _excluded$3W = ["gradient"];
|
|
5170
5170
|
|
|
5171
5171
|
/**
|
|
5172
5172
|
* @component DrawIcon
|
|
@@ -5196,7 +5196,7 @@
|
|
|
5196
5196
|
*/
|
|
5197
5197
|
var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5198
5198
|
var gradient = _ref.gradient,
|
|
5199
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5199
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
5200
5200
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5201
5201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5202
5202
|
width: 24,
|
|
@@ -5217,7 +5217,7 @@
|
|
|
5217
5217
|
DrawIcon.displayName = "DrawIcon";
|
|
5218
5218
|
var DrawIcon$1 = DrawIcon;
|
|
5219
5219
|
|
|
5220
|
-
var _excluded$
|
|
5220
|
+
var _excluded$3V = ["gradient"];
|
|
5221
5221
|
|
|
5222
5222
|
/**
|
|
5223
5223
|
* @component DriveIcon
|
|
@@ -5247,7 +5247,7 @@
|
|
|
5247
5247
|
*/
|
|
5248
5248
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5249
5249
|
var gradient = _ref.gradient,
|
|
5250
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5250
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
5251
5251
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5252
5252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5253
5253
|
width: 24,
|
|
@@ -5267,7 +5267,7 @@
|
|
|
5267
5267
|
DriveIcon.displayName = "DriveIcon";
|
|
5268
5268
|
var DriveIcon$1 = DriveIcon;
|
|
5269
5269
|
|
|
5270
|
-
var _excluded$
|
|
5270
|
+
var _excluded$3U = ["gradient"];
|
|
5271
5271
|
|
|
5272
5272
|
/**
|
|
5273
5273
|
* @component DropboxIcon
|
|
@@ -5297,7 +5297,7 @@
|
|
|
5297
5297
|
*/
|
|
5298
5298
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5299
5299
|
var gradient = _ref.gradient,
|
|
5300
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5300
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
5301
5301
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5302
5302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5303
5303
|
width: 24,
|
|
@@ -5317,7 +5317,7 @@
|
|
|
5317
5317
|
DropboxIcon.displayName = "DropboxIcon";
|
|
5318
5318
|
var DropboxIcon$1 = DropboxIcon;
|
|
5319
5319
|
|
|
5320
|
-
var _excluded$
|
|
5320
|
+
var _excluded$3T = ["gradient"];
|
|
5321
5321
|
|
|
5322
5322
|
/**
|
|
5323
5323
|
* @component DuplicateIcon
|
|
@@ -5347,7 +5347,7 @@
|
|
|
5347
5347
|
*/
|
|
5348
5348
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5349
5349
|
var gradient = _ref.gradient,
|
|
5350
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5350
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
5351
5351
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5352
5352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5353
5353
|
width: 24,
|
|
@@ -5367,7 +5367,7 @@
|
|
|
5367
5367
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
5368
5368
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
5369
5369
|
|
|
5370
|
-
var _excluded$
|
|
5370
|
+
var _excluded$3S = ["gradient"];
|
|
5371
5371
|
|
|
5372
5372
|
/**
|
|
5373
5373
|
* @component EditMultipleIcon
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
*/
|
|
5398
5398
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5399
5399
|
var gradient = _ref.gradient,
|
|
5400
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5400
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
5401
5401
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5402
5402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5403
5403
|
width: 24,
|
|
@@ -5417,7 +5417,7 @@
|
|
|
5417
5417
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5418
5418
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5419
5419
|
|
|
5420
|
-
var _excluded$
|
|
5420
|
+
var _excluded$3R = ["gradient"];
|
|
5421
5421
|
|
|
5422
5422
|
/**
|
|
5423
5423
|
* @component EditIcon
|
|
@@ -5447,7 +5447,7 @@
|
|
|
5447
5447
|
*/
|
|
5448
5448
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5449
5449
|
var gradient = _ref.gradient,
|
|
5450
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5450
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
5451
5451
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5452
5452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5453
5453
|
width: 24,
|
|
@@ -5467,7 +5467,7 @@
|
|
|
5467
5467
|
EditIcon.displayName = "EditIcon";
|
|
5468
5468
|
var EditIcon$1 = EditIcon;
|
|
5469
5469
|
|
|
5470
|
-
var _excluded$
|
|
5470
|
+
var _excluded$3Q = ["gradient"];
|
|
5471
5471
|
|
|
5472
5472
|
/**
|
|
5473
5473
|
* @component EmojiIcon
|
|
@@ -5497,7 +5497,7 @@
|
|
|
5497
5497
|
*/
|
|
5498
5498
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5499
5499
|
var gradient = _ref.gradient,
|
|
5500
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5500
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
5501
5501
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5502
5502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5503
5503
|
width: 24,
|
|
@@ -5517,7 +5517,7 @@
|
|
|
5517
5517
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5518
5518
|
var EmojiIcon$1 = EmojiIcon;
|
|
5519
5519
|
|
|
5520
|
-
var _excluded$
|
|
5520
|
+
var _excluded$3P = ["gradient"];
|
|
5521
5521
|
|
|
5522
5522
|
/**
|
|
5523
5523
|
* @component EstimatePlusIcon
|
|
@@ -5547,7 +5547,7 @@
|
|
|
5547
5547
|
*/
|
|
5548
5548
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5549
5549
|
var gradient = _ref.gradient,
|
|
5550
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5550
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
5551
5551
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5552
5552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5553
5553
|
width: 24,
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5569
5569
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5570
5570
|
|
|
5571
|
-
var _excluded$
|
|
5571
|
+
var _excluded$3O = ["gradient"];
|
|
5572
5572
|
|
|
5573
5573
|
/**
|
|
5574
5574
|
* @component EstimatesIcon
|
|
@@ -5598,7 +5598,7 @@
|
|
|
5598
5598
|
*/
|
|
5599
5599
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5600
5600
|
var gradient = _ref.gradient,
|
|
5601
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5601
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
5602
5602
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5603
5603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5604
5604
|
width: 24,
|
|
@@ -5622,7 +5622,7 @@
|
|
|
5622
5622
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5623
5623
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5624
5624
|
|
|
5625
|
-
var _excluded$
|
|
5625
|
+
var _excluded$3N = ["gradient"];
|
|
5626
5626
|
|
|
5627
5627
|
/**
|
|
5628
5628
|
* @component ExpandAllIcon
|
|
@@ -5652,7 +5652,7 @@
|
|
|
5652
5652
|
*/
|
|
5653
5653
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5654
5654
|
var gradient = _ref.gradient,
|
|
5655
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5655
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
5656
5656
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5657
5657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5658
5658
|
width: 24,
|
|
@@ -5672,7 +5672,7 @@
|
|
|
5672
5672
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5673
5673
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5674
5674
|
|
|
5675
|
-
var _excluded$
|
|
5675
|
+
var _excluded$3M = ["gradient"];
|
|
5676
5676
|
|
|
5677
5677
|
/**
|
|
5678
5678
|
* @component ExpenseAddIcon
|
|
@@ -5702,7 +5702,7 @@
|
|
|
5702
5702
|
*/
|
|
5703
5703
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5704
5704
|
var gradient = _ref.gradient,
|
|
5705
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5705
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
5706
5706
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5707
5707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5708
5708
|
width: 24,
|
|
@@ -5722,7 +5722,7 @@
|
|
|
5722
5722
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5723
5723
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5724
5724
|
|
|
5725
|
-
var _excluded$
|
|
5725
|
+
var _excluded$3L = ["gradient"];
|
|
5726
5726
|
|
|
5727
5727
|
/**
|
|
5728
5728
|
* @component ExpensePlusIcon
|
|
@@ -5752,7 +5752,7 @@
|
|
|
5752
5752
|
*/
|
|
5753
5753
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5754
5754
|
var gradient = _ref.gradient,
|
|
5755
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5755
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
5756
5756
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5757
5757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5758
5758
|
width: 24,
|
|
@@ -5774,7 +5774,7 @@
|
|
|
5774
5774
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5775
5775
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5776
5776
|
|
|
5777
|
-
var _excluded$
|
|
5777
|
+
var _excluded$3K = ["gradient"];
|
|
5778
5778
|
|
|
5779
5779
|
/**
|
|
5780
5780
|
* @component EyeOffSmallIcon
|
|
@@ -5804,7 +5804,7 @@
|
|
|
5804
5804
|
*/
|
|
5805
5805
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5806
5806
|
var gradient = _ref.gradient,
|
|
5807
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5807
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
5808
5808
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5809
5809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5810
5810
|
width: 12,
|
|
@@ -5824,7 +5824,7 @@
|
|
|
5824
5824
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5825
5825
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5826
5826
|
|
|
5827
|
-
var _excluded$
|
|
5827
|
+
var _excluded$3J = ["gradient"];
|
|
5828
5828
|
|
|
5829
5829
|
/**
|
|
5830
5830
|
* @component EyeOffIcon
|
|
@@ -5854,7 +5854,7 @@
|
|
|
5854
5854
|
*/
|
|
5855
5855
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5856
5856
|
var gradient = _ref.gradient,
|
|
5857
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5857
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
5858
5858
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5859
5859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5860
5860
|
width: 24,
|
|
@@ -5874,7 +5874,7 @@
|
|
|
5874
5874
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5875
5875
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5876
5876
|
|
|
5877
|
-
var _excluded$
|
|
5877
|
+
var _excluded$3I = ["gradient"];
|
|
5878
5878
|
|
|
5879
5879
|
/**
|
|
5880
5880
|
* @component EyeSmallIcon
|
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
*/
|
|
5905
5905
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5906
5906
|
var gradient = _ref.gradient,
|
|
5907
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5907
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
5908
5908
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5909
5909
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5910
5910
|
width: 12,
|
|
@@ -5924,7 +5924,7 @@
|
|
|
5924
5924
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
5925
5925
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
5926
5926
|
|
|
5927
|
-
var _excluded$
|
|
5927
|
+
var _excluded$3H = ["gradient"];
|
|
5928
5928
|
|
|
5929
5929
|
/**
|
|
5930
5930
|
* @component EyeIcon
|
|
@@ -5954,7 +5954,7 @@
|
|
|
5954
5954
|
*/
|
|
5955
5955
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5956
5956
|
var gradient = _ref.gradient,
|
|
5957
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5957
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
5958
5958
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5959
5959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5960
5960
|
width: 24,
|
|
@@ -5974,7 +5974,7 @@
|
|
|
5974
5974
|
EyeIcon.displayName = "EyeIcon";
|
|
5975
5975
|
var EyeIcon$1 = EyeIcon;
|
|
5976
5976
|
|
|
5977
|
-
var _excluded$
|
|
5977
|
+
var _excluded$3G = ["gradient"];
|
|
5978
5978
|
|
|
5979
5979
|
/**
|
|
5980
5980
|
* @component FilterIcon
|
|
@@ -6004,7 +6004,7 @@
|
|
|
6004
6004
|
*/
|
|
6005
6005
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6006
6006
|
var gradient = _ref.gradient,
|
|
6007
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6007
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
6008
6008
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6009
6009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6010
6010
|
width: 24,
|
|
@@ -6024,7 +6024,7 @@
|
|
|
6024
6024
|
FilterIcon.displayName = "FilterIcon";
|
|
6025
6025
|
var FilterIcon$1 = FilterIcon;
|
|
6026
6026
|
|
|
6027
|
-
var _excluded$
|
|
6027
|
+
var _excluded$3F = ["gradient"];
|
|
6028
6028
|
|
|
6029
6029
|
/**
|
|
6030
6030
|
* @component FolderMoveIcon
|
|
@@ -6054,7 +6054,7 @@
|
|
|
6054
6054
|
*/
|
|
6055
6055
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6056
6056
|
var gradient = _ref.gradient,
|
|
6057
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6057
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
6058
6058
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6059
6059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6060
6060
|
width: 24,
|
|
@@ -6074,7 +6074,7 @@
|
|
|
6074
6074
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
6075
6075
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
6076
6076
|
|
|
6077
|
-
var _excluded$
|
|
6077
|
+
var _excluded$3E = ["gradient"];
|
|
6078
6078
|
|
|
6079
6079
|
/**
|
|
6080
6080
|
* @component FolderOutlineIcon
|
|
@@ -6104,7 +6104,7 @@
|
|
|
6104
6104
|
*/
|
|
6105
6105
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6106
6106
|
var gradient = _ref.gradient,
|
|
6107
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6107
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
6108
6108
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6109
6109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6110
6110
|
width: 24,
|
|
@@ -6124,7 +6124,7 @@
|
|
|
6124
6124
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
6125
6125
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
6126
6126
|
|
|
6127
|
-
var _excluded$
|
|
6127
|
+
var _excluded$3D = ["gradient"];
|
|
6128
6128
|
|
|
6129
6129
|
/**
|
|
6130
6130
|
* @component GearIcon
|
|
@@ -6137,7 +6137,7 @@
|
|
|
6137
6137
|
*/
|
|
6138
6138
|
var GearIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6139
6139
|
var gradient = _ref.gradient,
|
|
6140
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6140
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
6141
6141
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6142
6142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6143
6143
|
width: 24,
|
|
@@ -6162,7 +6162,7 @@
|
|
|
6162
6162
|
GearIcon.displayName = "GearIcon";
|
|
6163
6163
|
var GearIcon$1 = GearIcon;
|
|
6164
6164
|
|
|
6165
|
-
var _excluded$
|
|
6165
|
+
var _excluded$3C = ["gradient"];
|
|
6166
6166
|
var maskUid$1 = 0;
|
|
6167
6167
|
|
|
6168
6168
|
/**
|
|
@@ -6178,7 +6178,7 @@
|
|
|
6178
6178
|
*/
|
|
6179
6179
|
var GearFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6180
6180
|
var gradient = _ref.gradient,
|
|
6181
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6181
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
6182
6182
|
var _useState = React.useState(function () {
|
|
6183
6183
|
return "gear-failed-cut-".concat(++maskUid$1);
|
|
6184
6184
|
}),
|
|
@@ -6229,7 +6229,7 @@
|
|
|
6229
6229
|
GearFailedIcon.displayName = "GearFailedIcon";
|
|
6230
6230
|
var GearFailedIcon$1 = GearFailedIcon;
|
|
6231
6231
|
|
|
6232
|
-
var _excluded$
|
|
6232
|
+
var _excluded$3B = ["gradient"];
|
|
6233
6233
|
|
|
6234
6234
|
/**
|
|
6235
6235
|
* @component GiftIcon
|
|
@@ -6259,7 +6259,7 @@
|
|
|
6259
6259
|
*/
|
|
6260
6260
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6261
6261
|
var gradient = _ref.gradient,
|
|
6262
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6262
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
6263
6263
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6264
6264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6265
6265
|
width: 24,
|
|
@@ -6280,7 +6280,7 @@
|
|
|
6280
6280
|
GiftIcon.displayName = "GiftIcon";
|
|
6281
6281
|
var GiftIcon$1 = GiftIcon;
|
|
6282
6282
|
|
|
6283
|
-
var _excluded$
|
|
6283
|
+
var _excluded$3A = ["gradient"];
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
6286
|
* @component GitBranchIcon
|
|
@@ -6293,7 +6293,7 @@
|
|
|
6293
6293
|
*/
|
|
6294
6294
|
var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6295
6295
|
var gradient = _ref.gradient,
|
|
6296
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6296
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
6297
6297
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6298
6298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6299
6299
|
width: 24,
|
|
@@ -6324,7 +6324,7 @@
|
|
|
6324
6324
|
GitBranchIcon.displayName = "GitBranchIcon";
|
|
6325
6325
|
var GitBranchIcon$1 = GitBranchIcon;
|
|
6326
6326
|
|
|
6327
|
-
var _excluded$
|
|
6327
|
+
var _excluded$3z = ["gradient"];
|
|
6328
6328
|
|
|
6329
6329
|
/**
|
|
6330
6330
|
* @component GitCommitIcon
|
|
@@ -6337,7 +6337,7 @@
|
|
|
6337
6337
|
*/
|
|
6338
6338
|
var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6339
6339
|
var gradient = _ref.gradient,
|
|
6340
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6340
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
6341
6341
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6342
6342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6343
6343
|
width: 24,
|
|
@@ -6364,7 +6364,7 @@
|
|
|
6364
6364
|
GitCommitIcon.displayName = "GitCommitIcon";
|
|
6365
6365
|
var GitCommitIcon$1 = GitCommitIcon;
|
|
6366
6366
|
|
|
6367
|
-
var _excluded$
|
|
6367
|
+
var _excluded$3y = ["gradient"];
|
|
6368
6368
|
|
|
6369
6369
|
/**
|
|
6370
6370
|
* @component GitHubIcon
|
|
@@ -6379,7 +6379,7 @@
|
|
|
6379
6379
|
*/
|
|
6380
6380
|
var GitHubIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6381
6381
|
var gradient = _ref.gradient,
|
|
6382
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6382
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
6383
6383
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6384
6384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6385
6385
|
width: 24,
|
|
@@ -6400,7 +6400,7 @@
|
|
|
6400
6400
|
GitHubIcon.displayName = "GitHubIcon";
|
|
6401
6401
|
var GitHubIcon$1 = GitHubIcon;
|
|
6402
6402
|
|
|
6403
|
-
var _excluded$
|
|
6403
|
+
var _excluded$3x = ["gradient"];
|
|
6404
6404
|
|
|
6405
6405
|
/**
|
|
6406
6406
|
* @component GitIcon
|
|
@@ -6415,7 +6415,7 @@
|
|
|
6415
6415
|
*/
|
|
6416
6416
|
var GitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6417
6417
|
var gradient = _ref.gradient,
|
|
6418
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6418
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
6419
6419
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6420
6420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6421
6421
|
width: 24,
|
|
@@ -6436,7 +6436,7 @@
|
|
|
6436
6436
|
GitIcon.displayName = "GitIcon";
|
|
6437
6437
|
var GitIcon$1 = GitIcon;
|
|
6438
6438
|
|
|
6439
|
-
var _excluded$
|
|
6439
|
+
var _excluded$3w = ["gradient"];
|
|
6440
6440
|
|
|
6441
6441
|
/**
|
|
6442
6442
|
* @component GitLabIcon
|
|
@@ -6451,7 +6451,7 @@
|
|
|
6451
6451
|
*/
|
|
6452
6452
|
var GitLabIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6453
6453
|
var gradient = _ref.gradient,
|
|
6454
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6454
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
6455
6455
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6456
6456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6457
6457
|
width: 24,
|
|
@@ -6472,7 +6472,7 @@
|
|
|
6472
6472
|
GitLabIcon.displayName = "GitLabIcon";
|
|
6473
6473
|
var GitLabIcon$1 = GitLabIcon;
|
|
6474
6474
|
|
|
6475
|
-
var _excluded$
|
|
6475
|
+
var _excluded$3v = ["gradient"];
|
|
6476
6476
|
|
|
6477
6477
|
/**
|
|
6478
6478
|
* @component GitMergeIcon
|
|
@@ -6487,7 +6487,7 @@
|
|
|
6487
6487
|
*/
|
|
6488
6488
|
var GitMergeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6489
6489
|
var gradient = _ref.gradient,
|
|
6490
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6490
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
6491
6491
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6492
6492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6493
6493
|
width: 24,
|
|
@@ -6518,7 +6518,7 @@
|
|
|
6518
6518
|
GitMergeIcon.displayName = "GitMergeIcon";
|
|
6519
6519
|
var GitMergeIcon$1 = GitMergeIcon;
|
|
6520
6520
|
|
|
6521
|
-
var _excluded$
|
|
6521
|
+
var _excluded$3u = ["gradient"];
|
|
6522
6522
|
|
|
6523
6523
|
/**
|
|
6524
6524
|
* @component GitPullRequestIcon
|
|
@@ -6531,7 +6531,7 @@
|
|
|
6531
6531
|
*/
|
|
6532
6532
|
var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6533
6533
|
var gradient = _ref.gradient,
|
|
6534
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6534
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
6535
6535
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6536
6536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6537
6537
|
width: 24,
|
|
@@ -6564,7 +6564,7 @@
|
|
|
6564
6564
|
GitPullRequestIcon.displayName = "GitPullRequestIcon";
|
|
6565
6565
|
var GitPullRequestIcon$1 = GitPullRequestIcon;
|
|
6566
6566
|
|
|
6567
|
-
var _excluded$
|
|
6567
|
+
var _excluded$3t = ["gradient"];
|
|
6568
6568
|
|
|
6569
6569
|
/**
|
|
6570
6570
|
* @component GitPullRequestDraftIcon
|
|
@@ -6579,7 +6579,7 @@
|
|
|
6579
6579
|
*/
|
|
6580
6580
|
var GitPullRequestDraftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6581
6581
|
var gradient = _ref.gradient,
|
|
6582
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6582
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
6583
6583
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6584
6584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6585
6585
|
width: 24,
|
|
@@ -6613,7 +6613,7 @@
|
|
|
6613
6613
|
GitPullRequestDraftIcon.displayName = "GitPullRequestDraftIcon";
|
|
6614
6614
|
var GitPullRequestDraftIcon$1 = GitPullRequestDraftIcon;
|
|
6615
6615
|
|
|
6616
|
-
var _excluded$
|
|
6616
|
+
var _excluded$3s = ["gradient"];
|
|
6617
6617
|
|
|
6618
6618
|
/**
|
|
6619
6619
|
* @component GitPullRequestClosedIcon
|
|
@@ -6629,7 +6629,7 @@
|
|
|
6629
6629
|
*/
|
|
6630
6630
|
var GitPullRequestClosedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6631
6631
|
var gradient = _ref.gradient,
|
|
6632
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6632
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
6633
6633
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6634
6634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6635
6635
|
width: 24,
|
|
@@ -6666,7 +6666,7 @@
|
|
|
6666
6666
|
GitPullRequestClosedIcon.displayName = "GitPullRequestClosedIcon";
|
|
6667
6667
|
var GitPullRequestClosedIcon$1 = GitPullRequestClosedIcon;
|
|
6668
6668
|
|
|
6669
|
-
var _excluded$
|
|
6669
|
+
var _excluded$3r = ["gradient"];
|
|
6670
6670
|
|
|
6671
6671
|
/**
|
|
6672
6672
|
* @component GitRepositoryIcon
|
|
@@ -6680,7 +6680,7 @@
|
|
|
6680
6680
|
*/
|
|
6681
6681
|
var GitRepositoryIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6682
6682
|
var gradient = _ref.gradient,
|
|
6683
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6683
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
6684
6684
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6685
6685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6686
6686
|
width: 24,
|
|
@@ -6709,7 +6709,7 @@
|
|
|
6709
6709
|
GitRepositoryIcon.displayName = "GitRepositoryIcon";
|
|
6710
6710
|
var GitRepositoryIcon$1 = GitRepositoryIcon;
|
|
6711
6711
|
|
|
6712
|
-
var _excluded$
|
|
6712
|
+
var _excluded$3q = ["gradient"];
|
|
6713
6713
|
var maskUid = 0;
|
|
6714
6714
|
|
|
6715
6715
|
/**
|
|
@@ -6725,7 +6725,7 @@
|
|
|
6725
6725
|
*/
|
|
6726
6726
|
var GitRepositoryConnectIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6727
6727
|
var gradient = _ref.gradient,
|
|
6728
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6728
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
6729
6729
|
var _useState = React.useState(function () {
|
|
6730
6730
|
return "git-repository-connect-cut-".concat(++maskUid);
|
|
6731
6731
|
}),
|
|
@@ -6786,7 +6786,7 @@
|
|
|
6786
6786
|
GitRepositoryConnectIcon.displayName = "GitRepositoryConnectIcon";
|
|
6787
6787
|
var GitRepositoryConnectIcon$1 = GitRepositoryConnectIcon;
|
|
6788
6788
|
|
|
6789
|
-
var _excluded$
|
|
6789
|
+
var _excluded$3p = ["gradient"];
|
|
6790
6790
|
|
|
6791
6791
|
/**
|
|
6792
6792
|
* @component GroupByIcon
|
|
@@ -6816,7 +6816,7 @@
|
|
|
6816
6816
|
*/
|
|
6817
6817
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6818
6818
|
var gradient = _ref.gradient,
|
|
6819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6819
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
6820
6820
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6821
6821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6822
6822
|
width: 24,
|
|
@@ -6835,7 +6835,7 @@
|
|
|
6835
6835
|
GroupByIcon.displayName = "GroupByIcon";
|
|
6836
6836
|
var GroupByIcon$1 = GroupByIcon;
|
|
6837
6837
|
|
|
6838
|
-
var _excluded$
|
|
6838
|
+
var _excluded$3o = ["gradient"];
|
|
6839
6839
|
|
|
6840
6840
|
/**
|
|
6841
6841
|
* @component HashtagIcon
|
|
@@ -6865,7 +6865,7 @@
|
|
|
6865
6865
|
*/
|
|
6866
6866
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6867
6867
|
var gradient = _ref.gradient,
|
|
6868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6868
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
6869
6869
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6870
6870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6871
6871
|
width: 24,
|
|
@@ -6886,7 +6886,7 @@
|
|
|
6886
6886
|
HashtagIcon.displayName = "HashtagIcon";
|
|
6887
6887
|
var HashtagIcon$1 = HashtagIcon;
|
|
6888
6888
|
|
|
6889
|
-
var _excluded$
|
|
6889
|
+
var _excluded$3n = ["gradient"];
|
|
6890
6890
|
|
|
6891
6891
|
/**
|
|
6892
6892
|
* @component HelpIcon
|
|
@@ -6916,7 +6916,7 @@
|
|
|
6916
6916
|
*/
|
|
6917
6917
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6918
6918
|
var gradient = _ref.gradient,
|
|
6919
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6919
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
6920
6920
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6921
6921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6922
6922
|
width: 24,
|
|
@@ -6936,7 +6936,7 @@
|
|
|
6936
6936
|
HelpIcon.displayName = "HelpIcon";
|
|
6937
6937
|
var HelpIcon$1 = HelpIcon;
|
|
6938
6938
|
|
|
6939
|
-
var _excluded$
|
|
6939
|
+
var _excluded$3m = ["gradient"];
|
|
6940
6940
|
|
|
6941
6941
|
/**
|
|
6942
6942
|
* @component HistoryOfChangesIcon
|
|
@@ -6966,7 +6966,7 @@
|
|
|
6966
6966
|
*/
|
|
6967
6967
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6968
6968
|
var gradient = _ref.gradient,
|
|
6969
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6969
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
6970
6970
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6971
6971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6972
6972
|
width: 24,
|
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
6988
6988
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
6989
6989
|
|
|
6990
|
-
var _excluded$
|
|
6990
|
+
var _excluded$3l = ["gradient"];
|
|
6991
6991
|
|
|
6992
6992
|
/**
|
|
6993
6993
|
* @component ImageIcon
|
|
@@ -7017,7 +7017,7 @@
|
|
|
7017
7017
|
*/
|
|
7018
7018
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7019
7019
|
var gradient = _ref.gradient,
|
|
7020
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7020
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
7021
7021
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7022
7022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7023
7023
|
width: 24,
|
|
@@ -7038,7 +7038,7 @@
|
|
|
7038
7038
|
ImageIcon.displayName = "ImageIcon";
|
|
7039
7039
|
var ImageIcon$1 = ImageIcon;
|
|
7040
7040
|
|
|
7041
|
-
var _excluded$
|
|
7041
|
+
var _excluded$3k = ["gradient"];
|
|
7042
7042
|
|
|
7043
7043
|
/**
|
|
7044
7044
|
* @component InfoSmallIcon
|
|
@@ -7068,7 +7068,7 @@
|
|
|
7068
7068
|
*/
|
|
7069
7069
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7070
7070
|
var gradient = _ref.gradient,
|
|
7071
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7071
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
7072
7072
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7073
7073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7074
7074
|
width: 15,
|
|
@@ -7088,7 +7088,7 @@
|
|
|
7088
7088
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
7089
7089
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
7090
7090
|
|
|
7091
|
-
var _excluded$
|
|
7091
|
+
var _excluded$3j = ["gradient"];
|
|
7092
7092
|
|
|
7093
7093
|
/**
|
|
7094
7094
|
* @component InfoIcon
|
|
@@ -7118,7 +7118,7 @@
|
|
|
7118
7118
|
*/
|
|
7119
7119
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7120
7120
|
var gradient = _ref.gradient,
|
|
7121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7121
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
7122
7122
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7123
7123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7124
7124
|
width: 24,
|
|
@@ -7138,7 +7138,7 @@
|
|
|
7138
7138
|
InfoIcon.displayName = "InfoIcon";
|
|
7139
7139
|
var InfoIcon$1 = InfoIcon;
|
|
7140
7140
|
|
|
7141
|
-
var _excluded$
|
|
7141
|
+
var _excluded$3i = ["gradient"];
|
|
7142
7142
|
|
|
7143
7143
|
/**
|
|
7144
7144
|
* @component InsertLinkIcon
|
|
@@ -7168,7 +7168,7 @@
|
|
|
7168
7168
|
*/
|
|
7169
7169
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7170
7170
|
var gradient = _ref.gradient,
|
|
7171
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7171
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
7172
7172
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7173
7173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7174
7174
|
width: 24,
|
|
@@ -7188,7 +7188,7 @@
|
|
|
7188
7188
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
7189
7189
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
7190
7190
|
|
|
7191
|
-
var _excluded$
|
|
7191
|
+
var _excluded$3h = ["gradient"];
|
|
7192
7192
|
|
|
7193
7193
|
/**
|
|
7194
7194
|
* @component IntegrationsIcon
|
|
@@ -7218,7 +7218,7 @@
|
|
|
7218
7218
|
*/
|
|
7219
7219
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7220
7220
|
var gradient = _ref.gradient,
|
|
7221
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7221
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
7222
7222
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7223
7223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7224
7224
|
width: 24,
|
|
@@ -7242,7 +7242,7 @@
|
|
|
7242
7242
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
7243
7243
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
7244
7244
|
|
|
7245
|
-
var _excluded$
|
|
7245
|
+
var _excluded$3g = ["gradient"];
|
|
7246
7246
|
|
|
7247
7247
|
/**
|
|
7248
7248
|
* @component InvoicesIcon
|
|
@@ -7272,7 +7272,7 @@
|
|
|
7272
7272
|
*/
|
|
7273
7273
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7274
7274
|
var gradient = _ref.gradient,
|
|
7275
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7275
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
7276
7276
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7277
7277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7278
7278
|
width: 24,
|
|
@@ -7296,6 +7296,55 @@
|
|
|
7296
7296
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
7297
7297
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
7298
7298
|
|
|
7299
|
+
var _excluded$3f = ["gradient"];
|
|
7300
|
+
|
|
7301
|
+
/**
|
|
7302
|
+
* @component KeyIcon
|
|
7303
|
+
* @description
|
|
7304
|
+
*
|
|
7305
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7306
|
+
* The Icon component is
|
|
7307
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
7308
|
+
*
|
|
7309
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
7310
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
7311
|
+
*
|
|
7312
|
+
* @example
|
|
7313
|
+
* return (
|
|
7314
|
+
* <KeyIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
7315
|
+
* )
|
|
7316
|
+
*
|
|
7317
|
+
* @example
|
|
7318
|
+
* return (
|
|
7319
|
+
* <KeyIcon className="mr-2" />
|
|
7320
|
+
* )
|
|
7321
|
+
*
|
|
7322
|
+
* @see
|
|
7323
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
7324
|
+
* @see
|
|
7325
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
7326
|
+
*/
|
|
7327
|
+
var KeyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7328
|
+
var gradient = _ref.gradient,
|
|
7329
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
7330
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7331
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7332
|
+
width: 24,
|
|
7333
|
+
height: 24,
|
|
7334
|
+
viewBox: "0 0 24 24",
|
|
7335
|
+
"data-testid": "KeyIcon",
|
|
7336
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
7337
|
+
focusable: false,
|
|
7338
|
+
ref: ref
|
|
7339
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
7340
|
+
gradient: gradient
|
|
7341
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
7342
|
+
d: "M2 12A6 6 0 0 1 14 12A6 6 0 0 1 2 12ZM11 10.8H21V15.8H19V13.2H18V15.8H16.5V13.2H11ZM5.1 12A2.9 2.9 0 0 0 10.9 12A2.9 2.9 0 0 0 5.1 12Z"
|
|
7343
|
+
}));
|
|
7344
|
+
});
|
|
7345
|
+
KeyIcon.displayName = "KeyIcon";
|
|
7346
|
+
var KeyIcon$1 = KeyIcon;
|
|
7347
|
+
|
|
7299
7348
|
var _excluded$3e = ["gradient"];
|
|
7300
7349
|
|
|
7301
7350
|
/**
|
|
@@ -26817,6 +26866,7 @@
|
|
|
26817
26866
|
exports.InvoicesIcon = InvoicesIcon$1;
|
|
26818
26867
|
exports.Item = Item;
|
|
26819
26868
|
exports.ItemContext = ItemContext;
|
|
26869
|
+
exports.KeyIcon = KeyIcon$1;
|
|
26820
26870
|
exports.Label = Label;
|
|
26821
26871
|
exports.LabelsIcon = LabelsIcon$1;
|
|
26822
26872
|
exports.LayerContext = LayerContext$1;
|