@activecollab/components 2.0.267 → 2.0.269
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/EditableText/EditableText.js +1 -1
- package/dist/cjs/components/EditableText/EditableText.js.map +1 -1
- package/dist/cjs/components/Icons/collection/Puzzle.js +62 -0
- package/dist/cjs/components/Icons/collection/Puzzle.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/esm/components/EditableText/EditableText.d.ts +1 -1
- package/dist/esm/components/EditableText/EditableText.d.ts.map +1 -1
- package/dist/esm/components/EditableText/EditableText.js +1 -1
- package/dist/esm/components/EditableText/EditableText.js.map +1 -1
- package/dist/esm/components/Icons/collection/Puzzle.d.ts +32 -0
- package/dist/esm/components/Icons/collection/Puzzle.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Puzzle.js +57 -0
- package/dist/esm/components/Icons/collection/Puzzle.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/index.js +385 -333
- 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$4T = ["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$4T);
|
|
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$4S = ["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, svgRef) {
|
|
316
316
|
var gradient = _ref.gradient,
|
|
317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
317
|
+
props = _objectWithoutProperties(_ref, _excluded$4S);
|
|
318
318
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
319
319
|
width: 24,
|
|
320
320
|
height: 24,
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
|
|
335
335
|
var AddCrossTinyIcon$1 = AddCrossTinyIcon;
|
|
336
336
|
|
|
337
|
-
var _excluded$
|
|
337
|
+
var _excluded$4R = ["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$4R);
|
|
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$4Q = ["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$4Q);
|
|
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$4P = ["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$4P);
|
|
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$4O = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
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$4N = ["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$4N);
|
|
438
438
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
439
439
|
className: className,
|
|
440
440
|
ref: ref,
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
return size === "big" && styled.css(["width:40px;"]);
|
|
948
948
|
});
|
|
949
949
|
|
|
950
|
-
var _excluded$
|
|
950
|
+
var _excluded$4M = ["children", "className", "variant", "size", "active"];
|
|
951
951
|
|
|
952
952
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
953
953
|
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
variant = _ref.variant,
|
|
978
978
|
size = _ref.size,
|
|
979
979
|
active = _ref.active,
|
|
980
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
980
|
+
args = _objectWithoutProperties(_ref, _excluded$4M);
|
|
981
981
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
982
982
|
className: className,
|
|
983
983
|
variant: variant,
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
});
|
|
989
989
|
IconButton.displayName = "IconButton";
|
|
990
990
|
|
|
991
|
-
var _excluded$
|
|
991
|
+
var _excluded$4L = ["gradient"];
|
|
992
992
|
|
|
993
993
|
/**
|
|
994
994
|
* @component RecurringIcon
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
*/
|
|
1019
1019
|
var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1020
1020
|
var gradient = _ref.gradient,
|
|
1021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1021
|
+
props = _objectWithoutProperties(_ref, _excluded$4L);
|
|
1022
1022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1023
1023
|
width: 18,
|
|
1024
1024
|
height: 18,
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
RecurringIcon.displayName = "RecurringIcon";
|
|
1040
1040
|
var RecurringIcon$1 = RecurringIcon;
|
|
1041
1041
|
|
|
1042
|
-
var _excluded$
|
|
1042
|
+
var _excluded$4K = ["gradient"];
|
|
1043
1043
|
|
|
1044
1044
|
/**
|
|
1045
1045
|
* @component AccessLogIcon
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
*/
|
|
1070
1070
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1071
1071
|
var gradient = _ref.gradient,
|
|
1072
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1072
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
1073
1073
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1074
1074
|
width: 24,
|
|
1075
1075
|
height: 24,
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1098
1098
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1099
1099
|
|
|
1100
|
-
var _excluded$
|
|
1100
|
+
var _excluded$4J = ["gradient"];
|
|
1101
1101
|
|
|
1102
1102
|
/**
|
|
1103
1103
|
* @component ActivityIcon
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
*/
|
|
1128
1128
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1129
1129
|
var gradient = _ref.gradient,
|
|
1130
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1130
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
1131
1131
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1132
1132
|
width: 24,
|
|
1133
1133
|
height: 24,
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1152
1152
|
var ActivityIcon$1 = ActivityIcon;
|
|
1153
1153
|
|
|
1154
|
-
var _excluded$
|
|
1154
|
+
var _excluded$4I = ["gradient"];
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* @component AddCrossIcon
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
*/
|
|
1182
1182
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1183
1183
|
var gradient = _ref.gradient,
|
|
1184
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1184
|
+
props = _objectWithoutProperties(_ref, _excluded$4I);
|
|
1185
1185
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1186
1186
|
width: 10,
|
|
1187
1187
|
height: 10,
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1202
1202
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1203
1203
|
|
|
1204
|
-
var _excluded$
|
|
1204
|
+
var _excluded$4H = ["gradient"];
|
|
1205
1205
|
|
|
1206
1206
|
/**
|
|
1207
1207
|
* @component ArchiveIcon
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
*/
|
|
1232
1232
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1233
1233
|
var gradient = _ref.gradient,
|
|
1234
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1234
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
1235
1235
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1236
1236
|
width: 24,
|
|
1237
1237
|
height: 24,
|
|
@@ -1252,7 +1252,7 @@
|
|
|
1252
1252
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1253
1253
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1254
1254
|
|
|
1255
|
-
var _excluded$
|
|
1255
|
+
var _excluded$4G = ["gradient"];
|
|
1256
1256
|
|
|
1257
1257
|
/**
|
|
1258
1258
|
* @component ArrowBackMobileIcon
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
*/
|
|
1283
1283
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1284
1284
|
var gradient = _ref.gradient,
|
|
1285
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1285
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
1286
1286
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1287
1287
|
width: 24,
|
|
1288
1288
|
height: 24,
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1304
1304
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1305
1305
|
|
|
1306
|
-
var _excluded$
|
|
1306
|
+
var _excluded$4F = ["gradient"];
|
|
1307
1307
|
|
|
1308
1308
|
/**
|
|
1309
1309
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1335
1335
|
var gradient = _ref.gradient,
|
|
1336
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1336
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
1337
1337
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1338
1338
|
width: 24,
|
|
1339
1339
|
height: 24,
|
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1354
1354
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1355
1355
|
|
|
1356
|
-
var _excluded$
|
|
1356
|
+
var _excluded$4E = ["gradient"];
|
|
1357
1357
|
|
|
1358
1358
|
/**
|
|
1359
1359
|
* @component ArrowDownLongIcon
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
*/
|
|
1384
1384
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1385
1385
|
var gradient = _ref.gradient,
|
|
1386
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1386
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
1387
1387
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1388
1388
|
width: 24,
|
|
1389
1389
|
height: 24,
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1404
1404
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1405
1405
|
|
|
1406
|
-
var _excluded$
|
|
1406
|
+
var _excluded$4D = ["gradient"];
|
|
1407
1407
|
|
|
1408
1408
|
/**
|
|
1409
1409
|
* @component ArrowDownSmallIcon
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
*/
|
|
1434
1434
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1435
1435
|
var gradient = _ref.gradient,
|
|
1436
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1436
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
1437
1437
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1438
1438
|
width: 16,
|
|
1439
1439
|
height: 16,
|
|
@@ -1453,7 +1453,7 @@
|
|
|
1453
1453
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1454
1454
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1455
1455
|
|
|
1456
|
-
var _excluded$
|
|
1456
|
+
var _excluded$4C = ["gradient"];
|
|
1457
1457
|
|
|
1458
1458
|
/**
|
|
1459
1459
|
* @component ArrowDownIcon
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
*/
|
|
1484
1484
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1485
1485
|
var gradient = _ref.gradient,
|
|
1486
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1486
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
1487
1487
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1488
1488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1489
1489
|
width: 24,
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1503
1503
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1504
1504
|
|
|
1505
|
-
var _excluded$
|
|
1505
|
+
var _excluded$4B = ["gradient"];
|
|
1506
1506
|
|
|
1507
1507
|
/**
|
|
1508
1508
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
*/
|
|
1533
1533
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1534
1534
|
var gradient = _ref.gradient,
|
|
1535
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1535
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
1536
1536
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1537
1537
|
width: 24,
|
|
1538
1538
|
height: 24,
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1553
1553
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1554
1554
|
|
|
1555
|
-
var _excluded$
|
|
1555
|
+
var _excluded$4A = ["gradient"];
|
|
1556
1556
|
|
|
1557
1557
|
/**
|
|
1558
1558
|
* @component ArrowLeftBoxIcon
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
*/
|
|
1583
1583
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1584
1584
|
var gradient = _ref.gradient,
|
|
1585
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1585
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
1586
1586
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1587
1587
|
width: 24,
|
|
1588
1588
|
height: 24,
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1603
1603
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1604
1604
|
|
|
1605
|
-
var _excluded$
|
|
1605
|
+
var _excluded$4z = ["gradient"];
|
|
1606
1606
|
|
|
1607
1607
|
/**
|
|
1608
1608
|
* @component ArrowLeftIcon
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1634
1634
|
var gradient = _ref.gradient,
|
|
1635
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1635
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
1636
1636
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1637
1637
|
width: 24,
|
|
1638
1638
|
height: 24,
|
|
@@ -1652,7 +1652,7 @@
|
|
|
1652
1652
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1653
1653
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1654
1654
|
|
|
1655
|
-
var _excluded$
|
|
1655
|
+
var _excluded$4y = ["gradient"];
|
|
1656
1656
|
|
|
1657
1657
|
/**
|
|
1658
1658
|
* @component ArrowRefreshIcon
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
*/
|
|
1683
1683
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1684
1684
|
var gradient = _ref.gradient,
|
|
1685
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1685
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
1686
1686
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1687
1687
|
width: 24,
|
|
1688
1688
|
height: 24,
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1704
1704
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1705
1705
|
|
|
1706
|
-
var _excluded$
|
|
1706
|
+
var _excluded$4x = ["gradient"];
|
|
1707
1707
|
|
|
1708
1708
|
/**
|
|
1709
1709
|
* @component ArrowRestoreIcon
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
*/
|
|
1734
1734
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1735
1735
|
var gradient = _ref.gradient,
|
|
1736
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1736
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
1737
1737
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1738
1738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1739
1739
|
width: 24,
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1754
1754
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1755
1755
|
|
|
1756
|
-
var _excluded$
|
|
1756
|
+
var _excluded$4w = ["gradient"];
|
|
1757
1757
|
|
|
1758
1758
|
/**
|
|
1759
1759
|
* @component ArrowRightIcon
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
*/
|
|
1784
1784
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1785
1785
|
var gradient = _ref.gradient,
|
|
1786
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1786
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
1787
1787
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1788
1788
|
width: 24,
|
|
1789
1789
|
height: 24,
|
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1804
1804
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1805
1805
|
|
|
1806
|
-
var _excluded$
|
|
1806
|
+
var _excluded$4v = ["gradient"];
|
|
1807
1807
|
|
|
1808
1808
|
/**
|
|
1809
1809
|
* @component ArrowUpLongIcon
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
*/
|
|
1834
1834
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1835
1835
|
var gradient = _ref.gradient,
|
|
1836
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1836
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
1837
1837
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1838
1838
|
width: 24,
|
|
1839
1839
|
height: 24,
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1854
1854
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1855
1855
|
|
|
1856
|
-
var _excluded$
|
|
1856
|
+
var _excluded$4u = ["gradient"];
|
|
1857
1857
|
|
|
1858
1858
|
/**
|
|
1859
1859
|
* @component ArrowUpIcon
|
|
@@ -1883,7 +1883,7 @@
|
|
|
1883
1883
|
*/
|
|
1884
1884
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1885
1885
|
var gradient = _ref.gradient,
|
|
1886
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1886
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
1887
1887
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1888
1888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1889
1889
|
width: 24,
|
|
@@ -1902,7 +1902,7 @@
|
|
|
1902
1902
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1903
1903
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1904
1904
|
|
|
1905
|
-
var _excluded$
|
|
1905
|
+
var _excluded$4t = ["gradient"];
|
|
1906
1906
|
|
|
1907
1907
|
/**
|
|
1908
1908
|
* @component AssignIcon
|
|
@@ -1932,7 +1932,7 @@
|
|
|
1932
1932
|
*/
|
|
1933
1933
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1934
1934
|
var gradient = _ref.gradient,
|
|
1935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1935
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
1936
1936
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1937
1937
|
width: 24,
|
|
1938
1938
|
height: 24,
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
AssignIcon.displayName = "AssignIcon";
|
|
1953
1953
|
var AssignIcon$1 = AssignIcon;
|
|
1954
1954
|
|
|
1955
|
-
var _excluded$
|
|
1955
|
+
var _excluded$4s = ["gradient"];
|
|
1956
1956
|
|
|
1957
1957
|
/**
|
|
1958
1958
|
* @component AttachmentIcon
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
*/
|
|
1983
1983
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1984
1984
|
var gradient = _ref.gradient,
|
|
1985
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1985
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
1986
1986
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1987
1987
|
width: 24,
|
|
1988
1988
|
height: 24,
|
|
@@ -2002,7 +2002,7 @@
|
|
|
2002
2002
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
2003
2003
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
2004
2004
|
|
|
2005
|
-
var _excluded$
|
|
2005
|
+
var _excluded$4r = ["gradient"];
|
|
2006
2006
|
|
|
2007
2007
|
/**
|
|
2008
2008
|
* @component BellOffSmallIcon
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
*/
|
|
2033
2033
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2034
2034
|
var gradient = _ref.gradient,
|
|
2035
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2035
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
2036
2036
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2037
2037
|
width: 12,
|
|
2038
2038
|
height: 12,
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2053
2053
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2054
2054
|
|
|
2055
|
-
var _excluded$
|
|
2055
|
+
var _excluded$4q = ["gradient"];
|
|
2056
2056
|
|
|
2057
2057
|
/**
|
|
2058
2058
|
* @component BellOffIcon
|
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
*/
|
|
2083
2083
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2084
2084
|
var gradient = _ref.gradient,
|
|
2085
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2085
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
2086
2086
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2087
2087
|
width: 24,
|
|
2088
2088
|
height: 24,
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2103
2103
|
var BellOffIcon$1 = BellOffIcon;
|
|
2104
2104
|
|
|
2105
|
-
var _excluded$
|
|
2105
|
+
var _excluded$4p = ["gradient"];
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
2108
|
* @component BillingIcon
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
*/
|
|
2133
2133
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2134
2134
|
var gradient = _ref.gradient,
|
|
2135
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2135
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
2136
2136
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2137
2137
|
width: 24,
|
|
2138
2138
|
height: 24,
|
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
BillingIcon.displayName = "BillingIcon";
|
|
2154
2154
|
var BillingIcon$1 = BillingIcon;
|
|
2155
2155
|
|
|
2156
|
-
var _excluded$
|
|
2156
|
+
var _excluded$4o = ["gradient"];
|
|
2157
2157
|
|
|
2158
2158
|
/**
|
|
2159
2159
|
* @component BudgetAlertIcon
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
*/
|
|
2184
2184
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2185
2185
|
var gradient = _ref.gradient,
|
|
2186
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2186
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
2187
2187
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2188
2188
|
width: 24,
|
|
2189
2189
|
height: 24,
|
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2204
2204
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2205
2205
|
|
|
2206
|
-
var _excluded$
|
|
2206
|
+
var _excluded$4n = ["gradient"];
|
|
2207
2207
|
|
|
2208
2208
|
/**
|
|
2209
2209
|
* @component CalendarAddXIcon
|
|
@@ -2233,7 +2233,7 @@
|
|
|
2233
2233
|
*/
|
|
2234
2234
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2235
2235
|
var gradient = _ref.gradient,
|
|
2236
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2236
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
2237
2237
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2238
2238
|
width: 24,
|
|
2239
2239
|
height: 24,
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2254
2254
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2255
2255
|
|
|
2256
|
-
var _excluded$
|
|
2256
|
+
var _excluded$4m = ["gradient"];
|
|
2257
2257
|
|
|
2258
2258
|
/**
|
|
2259
2259
|
* @component CalendarImportIcon
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
*/
|
|
2284
2284
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2285
2285
|
var gradient = _ref.gradient,
|
|
2286
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2286
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
2287
2287
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2288
2288
|
width: 18,
|
|
2289
2289
|
height: 18,
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2307
2307
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2308
2308
|
|
|
2309
|
-
var _excluded$
|
|
2309
|
+
var _excluded$4l = ["gradient"];
|
|
2310
2310
|
|
|
2311
2311
|
/**
|
|
2312
2312
|
* @component CalendarIcon
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
*/
|
|
2337
2337
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2338
2338
|
var gradient = _ref.gradient,
|
|
2339
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2339
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
2340
2340
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2341
2341
|
width: 24,
|
|
2342
2342
|
height: 24,
|
|
@@ -2356,7 +2356,7 @@
|
|
|
2356
2356
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2357
2357
|
var CalendarIcon$1 = CalendarIcon;
|
|
2358
2358
|
|
|
2359
|
-
var _excluded$
|
|
2359
|
+
var _excluded$4k = ["gradient"];
|
|
2360
2360
|
|
|
2361
2361
|
/**
|
|
2362
2362
|
* @component CancelCrossIcon
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
*/
|
|
2387
2387
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2388
2388
|
var gradient = _ref.gradient,
|
|
2389
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2389
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
2390
2390
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2391
2391
|
width: 24,
|
|
2392
2392
|
height: 24,
|
|
@@ -2406,7 +2406,7 @@
|
|
|
2406
2406
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2407
2407
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2408
2408
|
|
|
2409
|
-
var _excluded$
|
|
2409
|
+
var _excluded$4j = ["gradient"];
|
|
2410
2410
|
|
|
2411
2411
|
/**
|
|
2412
2412
|
* @component CaretLeftIcon
|
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
*/
|
|
2437
2437
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2438
2438
|
var gradient = _ref.gradient,
|
|
2439
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2439
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
2440
2440
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2441
2441
|
width: 18,
|
|
2442
2442
|
height: 18,
|
|
@@ -2456,7 +2456,7 @@
|
|
|
2456
2456
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2457
2457
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2458
2458
|
|
|
2459
|
-
var _excluded$
|
|
2459
|
+
var _excluded$4i = ["gradient"];
|
|
2460
2460
|
|
|
2461
2461
|
/**
|
|
2462
2462
|
* @component CaretRightIcon
|
|
@@ -2486,7 +2486,7 @@
|
|
|
2486
2486
|
*/
|
|
2487
2487
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2488
2488
|
var gradient = _ref.gradient,
|
|
2489
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2489
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
2490
2490
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2491
2491
|
width: 18,
|
|
2492
2492
|
height: 18,
|
|
@@ -2506,7 +2506,7 @@
|
|
|
2506
2506
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2507
2507
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2508
2508
|
|
|
2509
|
-
var _excluded$
|
|
2509
|
+
var _excluded$4h = ["gradient"];
|
|
2510
2510
|
|
|
2511
2511
|
/**
|
|
2512
2512
|
* @component ChatIcon
|
|
@@ -2536,7 +2536,7 @@
|
|
|
2536
2536
|
*/
|
|
2537
2537
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2538
2538
|
var gradient = _ref.gradient,
|
|
2539
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2539
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
2540
2540
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2541
2541
|
width: 24,
|
|
2542
2542
|
height: 24,
|
|
@@ -2556,7 +2556,7 @@
|
|
|
2556
2556
|
ChatIcon.displayName = "ChatIcon";
|
|
2557
2557
|
var ChatIcon$1 = ChatIcon;
|
|
2558
2558
|
|
|
2559
|
-
var _excluded$
|
|
2559
|
+
var _excluded$4g = ["gradient"];
|
|
2560
2560
|
|
|
2561
2561
|
/**
|
|
2562
2562
|
* @component CheckIcon
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
*/
|
|
2587
2587
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2588
2588
|
var gradient = _ref.gradient,
|
|
2589
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2589
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
2590
2590
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2591
2591
|
width: 24,
|
|
2592
2592
|
height: 24,
|
|
@@ -2606,7 +2606,7 @@
|
|
|
2606
2606
|
CheckIcon.displayName = "CheckIcon";
|
|
2607
2607
|
var CheckIcon$1 = CheckIcon;
|
|
2608
2608
|
|
|
2609
|
-
var _excluded$
|
|
2609
|
+
var _excluded$4f = ["gradient"];
|
|
2610
2610
|
|
|
2611
2611
|
/**
|
|
2612
2612
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2636,7 +2636,7 @@
|
|
|
2636
2636
|
*/
|
|
2637
2637
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2638
2638
|
var gradient = _ref.gradient,
|
|
2639
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2639
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
2640
2640
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2641
2641
|
width: 24,
|
|
2642
2642
|
height: 24,
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2657
2657
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2658
2658
|
|
|
2659
|
-
var _excluded$
|
|
2659
|
+
var _excluded$4e = ["gradient"];
|
|
2660
2660
|
|
|
2661
2661
|
/**
|
|
2662
2662
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2686,7 +2686,7 @@
|
|
|
2686
2686
|
*/
|
|
2687
2687
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2688
2688
|
var gradient = _ref.gradient,
|
|
2689
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2689
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
2690
2690
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2691
2691
|
width: 24,
|
|
2692
2692
|
height: 24,
|
|
@@ -2706,7 +2706,7 @@
|
|
|
2706
2706
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2707
2707
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2708
2708
|
|
|
2709
|
-
var _excluded$
|
|
2709
|
+
var _excluded$4d = ["gradient"];
|
|
2710
2710
|
|
|
2711
2711
|
/**
|
|
2712
2712
|
* @component CheckboxDocumentsIcon
|
|
@@ -2736,7 +2736,7 @@
|
|
|
2736
2736
|
*/
|
|
2737
2737
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2738
2738
|
var gradient = _ref.gradient,
|
|
2739
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2739
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
2740
2740
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2741
2741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2742
2742
|
width: 24,
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2757
2757
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2758
2758
|
|
|
2759
|
-
var _excluded$
|
|
2759
|
+
var _excluded$4c = ["gradient"];
|
|
2760
2760
|
|
|
2761
2761
|
/**
|
|
2762
2762
|
* @component CheckboxIcon
|
|
@@ -2786,7 +2786,7 @@
|
|
|
2786
2786
|
*/
|
|
2787
2787
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2788
2788
|
var gradient = _ref.gradient,
|
|
2789
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2789
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
2790
2790
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2791
2791
|
width: 16,
|
|
2792
2792
|
height: 16,
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2817
2817
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2818
2818
|
|
|
2819
|
-
var _excluded$
|
|
2819
|
+
var _excluded$4b = ["gradient"];
|
|
2820
2820
|
|
|
2821
2821
|
/**
|
|
2822
2822
|
* @component ChecklistSmallIcon
|
|
@@ -2846,7 +2846,7 @@
|
|
|
2846
2846
|
*/
|
|
2847
2847
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2848
2848
|
var gradient = _ref.gradient,
|
|
2849
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2849
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
2850
2850
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2851
2851
|
width: 12,
|
|
2852
2852
|
height: 12,
|
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
2867
2867
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
2868
2868
|
|
|
2869
|
-
var _excluded$
|
|
2869
|
+
var _excluded$4a = ["gradient"];
|
|
2870
2870
|
|
|
2871
2871
|
/**
|
|
2872
2872
|
* @component ChecklistIcon
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
*/
|
|
2897
2897
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2898
2898
|
var gradient = _ref.gradient,
|
|
2899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2899
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
2900
2900
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2901
2901
|
width: 24,
|
|
2902
2902
|
height: 24,
|
|
@@ -2916,7 +2916,7 @@
|
|
|
2916
2916
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
2917
2917
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
2918
2918
|
|
|
2919
|
-
var _excluded$
|
|
2919
|
+
var _excluded$49 = ["gradient"];
|
|
2920
2920
|
|
|
2921
2921
|
/**
|
|
2922
2922
|
* @component CircleMultipleIcon
|
|
@@ -2946,7 +2946,7 @@
|
|
|
2946
2946
|
*/
|
|
2947
2947
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2948
2948
|
var gradient = _ref.gradient,
|
|
2949
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2949
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
2950
2950
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2951
2951
|
width: 24,
|
|
2952
2952
|
height: 24,
|
|
@@ -2966,7 +2966,7 @@
|
|
|
2966
2966
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
2967
2967
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
2968
2968
|
|
|
2969
|
-
var _excluded$
|
|
2969
|
+
var _excluded$48 = ["gradient"];
|
|
2970
2970
|
|
|
2971
2971
|
/**
|
|
2972
2972
|
* @component ClockAddIcon
|
|
@@ -2996,7 +2996,7 @@
|
|
|
2996
2996
|
*/
|
|
2997
2997
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2998
2998
|
var gradient = _ref.gradient,
|
|
2999
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2999
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
3000
3000
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3001
3001
|
width: 24,
|
|
3002
3002
|
height: 24,
|
|
@@ -3016,7 +3016,7 @@
|
|
|
3016
3016
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
3017
3017
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
3018
3018
|
|
|
3019
|
-
var _excluded$
|
|
3019
|
+
var _excluded$47 = ["gradient"];
|
|
3020
3020
|
|
|
3021
3021
|
/**
|
|
3022
3022
|
* @component ClockDollarIcon
|
|
@@ -3046,7 +3046,7 @@
|
|
|
3046
3046
|
*/
|
|
3047
3047
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3048
3048
|
var gradient = _ref.gradient,
|
|
3049
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3049
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
3050
3050
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3051
3051
|
width: 24,
|
|
3052
3052
|
height: 24,
|
|
@@ -3069,7 +3069,7 @@
|
|
|
3069
3069
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3070
3070
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3071
3071
|
|
|
3072
|
-
var _excluded$
|
|
3072
|
+
var _excluded$46 = ["gradient"];
|
|
3073
3073
|
|
|
3074
3074
|
/**
|
|
3075
3075
|
* @component ClockSmallIcon
|
|
@@ -3099,7 +3099,7 @@
|
|
|
3099
3099
|
*/
|
|
3100
3100
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3101
3101
|
var gradient = _ref.gradient,
|
|
3102
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3102
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
3103
3103
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3104
3104
|
width: 12,
|
|
3105
3105
|
height: 12,
|
|
@@ -3119,7 +3119,7 @@
|
|
|
3119
3119
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3120
3120
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3121
3121
|
|
|
3122
|
-
var _excluded$
|
|
3122
|
+
var _excluded$45 = ["gradient"];
|
|
3123
3123
|
|
|
3124
3124
|
/**
|
|
3125
3125
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3149,7 +3149,7 @@
|
|
|
3149
3149
|
*/
|
|
3150
3150
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3151
3151
|
var gradient = _ref.gradient,
|
|
3152
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3152
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
3153
3153
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3154
3154
|
width: 24,
|
|
3155
3155
|
height: 24,
|
|
@@ -3170,7 +3170,7 @@
|
|
|
3170
3170
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3171
3171
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3172
3172
|
|
|
3173
|
-
var _excluded$
|
|
3173
|
+
var _excluded$44 = ["gradient"];
|
|
3174
3174
|
|
|
3175
3175
|
/**
|
|
3176
3176
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
*/
|
|
3201
3201
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3202
3202
|
var gradient = _ref.gradient,
|
|
3203
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3203
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
3204
3204
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3205
3205
|
width: 12,
|
|
3206
3206
|
height: 12,
|
|
@@ -3220,7 +3220,7 @@
|
|
|
3220
3220
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3221
3221
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3222
3222
|
|
|
3223
|
-
var _excluded$
|
|
3223
|
+
var _excluded$43 = ["gradient"];
|
|
3224
3224
|
|
|
3225
3225
|
/**
|
|
3226
3226
|
* @component ClockStopwatchIcon
|
|
@@ -3250,7 +3250,7 @@
|
|
|
3250
3250
|
*/
|
|
3251
3251
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3252
3252
|
var gradient = _ref.gradient,
|
|
3253
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3253
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
3254
3254
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3255
3255
|
width: 24,
|
|
3256
3256
|
height: 24,
|
|
@@ -3270,7 +3270,7 @@
|
|
|
3270
3270
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3271
3271
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3272
3272
|
|
|
3273
|
-
var _excluded$
|
|
3273
|
+
var _excluded$42 = ["gradient"];
|
|
3274
3274
|
|
|
3275
3275
|
/**
|
|
3276
3276
|
* @component ClockIcon
|
|
@@ -3300,7 +3300,7 @@
|
|
|
3300
3300
|
*/
|
|
3301
3301
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3302
3302
|
var gradient = _ref.gradient,
|
|
3303
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3303
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
3304
3304
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3305
3305
|
width: 24,
|
|
3306
3306
|
height: 24,
|
|
@@ -3320,7 +3320,7 @@
|
|
|
3320
3320
|
ClockIcon.displayName = "ClockIcon";
|
|
3321
3321
|
var ClockIcon$1 = ClockIcon;
|
|
3322
3322
|
|
|
3323
|
-
var _excluded$
|
|
3323
|
+
var _excluded$41 = ["gradient"];
|
|
3324
3324
|
|
|
3325
3325
|
/**
|
|
3326
3326
|
* @component CloseCircleIcon
|
|
@@ -3350,7 +3350,7 @@
|
|
|
3350
3350
|
*/
|
|
3351
3351
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3352
3352
|
var gradient = _ref.gradient,
|
|
3353
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3353
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3354
3354
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3355
3355
|
width: 24,
|
|
3356
3356
|
height: 24,
|
|
@@ -3371,7 +3371,7 @@
|
|
|
3371
3371
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3372
3372
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3373
3373
|
|
|
3374
|
-
var _excluded$
|
|
3374
|
+
var _excluded$40 = ["gradient"];
|
|
3375
3375
|
|
|
3376
3376
|
/**
|
|
3377
3377
|
* @component CloseDocumentIcon
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
*/
|
|
3402
3402
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3403
3403
|
var gradient = _ref.gradient,
|
|
3404
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3404
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3405
3405
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3406
3406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3407
3407
|
width: 24,
|
|
@@ -3421,7 +3421,7 @@
|
|
|
3421
3421
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3422
3422
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3423
3423
|
|
|
3424
|
-
var _excluded$
|
|
3424
|
+
var _excluded$3$ = ["gradient"];
|
|
3425
3425
|
|
|
3426
3426
|
/**
|
|
3427
3427
|
* @component CloseSmallIcon
|
|
@@ -3451,7 +3451,7 @@
|
|
|
3451
3451
|
*/
|
|
3452
3452
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3453
3453
|
var gradient = _ref.gradient,
|
|
3454
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3454
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3455
3455
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3456
3456
|
width: 24,
|
|
3457
3457
|
height: 24,
|
|
@@ -3471,7 +3471,7 @@
|
|
|
3471
3471
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3472
3472
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3473
3473
|
|
|
3474
|
-
var _excluded$
|
|
3474
|
+
var _excluded$3_ = ["gradient"];
|
|
3475
3475
|
|
|
3476
3476
|
/**
|
|
3477
3477
|
* @component CloseIcon
|
|
@@ -3501,7 +3501,7 @@
|
|
|
3501
3501
|
*/
|
|
3502
3502
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3503
3503
|
var gradient = _ref.gradient,
|
|
3504
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3504
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3505
3505
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3506
3506
|
width: 24,
|
|
3507
3507
|
height: 24,
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
CloseIcon.displayName = "CloseIcon";
|
|
3523
3523
|
var CloseIcon$1 = CloseIcon;
|
|
3524
3524
|
|
|
3525
|
-
var _excluded$
|
|
3525
|
+
var _excluded$3Z = ["gradient"];
|
|
3526
3526
|
|
|
3527
3527
|
/**
|
|
3528
3528
|
* @component CollapsIcon
|
|
@@ -3552,7 +3552,7 @@
|
|
|
3552
3552
|
*/
|
|
3553
3553
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3554
3554
|
var gradient = _ref.gradient,
|
|
3555
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3555
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3556
3556
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3557
3557
|
width: 6,
|
|
3558
3558
|
height: 9,
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3573
3573
|
var CollapsIcon$1 = CollapsIcon;
|
|
3574
3574
|
|
|
3575
|
-
var _excluded$
|
|
3575
|
+
var _excluded$3Y = ["gradient"];
|
|
3576
3576
|
|
|
3577
3577
|
/**
|
|
3578
3578
|
* @component CollapseAllIcon
|
|
@@ -3602,7 +3602,7 @@
|
|
|
3602
3602
|
*/
|
|
3603
3603
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3604
3604
|
var gradient = _ref.gradient,
|
|
3605
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3605
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3606
3606
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3607
3607
|
width: 24,
|
|
3608
3608
|
height: 24,
|
|
@@ -3622,7 +3622,7 @@
|
|
|
3622
3622
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
3623
3623
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
3624
3624
|
|
|
3625
|
-
var _excluded$
|
|
3625
|
+
var _excluded$3X = ["gradient"];
|
|
3626
3626
|
|
|
3627
3627
|
/**
|
|
3628
3628
|
* @component CollapseExpandSingleIcon
|
|
@@ -3652,7 +3652,7 @@
|
|
|
3652
3652
|
*/
|
|
3653
3653
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3654
3654
|
var gradient = _ref.gradient,
|
|
3655
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3655
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3656
3656
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3657
3657
|
width: 24,
|
|
3658
3658
|
height: 24,
|
|
@@ -3672,7 +3672,7 @@
|
|
|
3672
3672
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
3673
3673
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
3674
3674
|
|
|
3675
|
-
var _excluded$
|
|
3675
|
+
var _excluded$3W = ["gradient"];
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
3678
|
* @component CompanyAddIcon
|
|
@@ -3702,7 +3702,7 @@
|
|
|
3702
3702
|
*/
|
|
3703
3703
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3704
3704
|
var gradient = _ref.gradient,
|
|
3705
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3705
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3706
3706
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3707
3707
|
width: 18,
|
|
3708
3708
|
height: 20,
|
|
@@ -3723,7 +3723,7 @@
|
|
|
3723
3723
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
3724
3724
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
3725
3725
|
|
|
3726
|
-
var _excluded$
|
|
3726
|
+
var _excluded$3V = ["gradient"];
|
|
3727
3727
|
|
|
3728
3728
|
/**
|
|
3729
3729
|
* @component CompanyIcon
|
|
@@ -3753,7 +3753,7 @@
|
|
|
3753
3753
|
*/
|
|
3754
3754
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3755
3755
|
var gradient = _ref.gradient,
|
|
3756
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3756
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3757
3757
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3758
3758
|
width: 24,
|
|
3759
3759
|
height: 24,
|
|
@@ -3774,7 +3774,7 @@
|
|
|
3774
3774
|
CompanyIcon.displayName = "CompanyIcon";
|
|
3775
3775
|
var CompanyIcon$1 = CompanyIcon;
|
|
3776
3776
|
|
|
3777
|
-
var _excluded$
|
|
3777
|
+
var _excluded$3U = ["gradient"];
|
|
3778
3778
|
|
|
3779
3779
|
/**
|
|
3780
3780
|
* @component ComputerIcon
|
|
@@ -3804,7 +3804,7 @@
|
|
|
3804
3804
|
*/
|
|
3805
3805
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3806
3806
|
var gradient = _ref.gradient,
|
|
3807
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3807
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3808
3808
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3809
3809
|
width: 24,
|
|
3810
3810
|
height: 24,
|
|
@@ -3824,7 +3824,7 @@
|
|
|
3824
3824
|
ComputerIcon.displayName = "ComputerIcon";
|
|
3825
3825
|
var ComputerIcon$1 = ComputerIcon;
|
|
3826
3826
|
|
|
3827
|
-
var _excluded$
|
|
3827
|
+
var _excluded$3T = ["gradient"];
|
|
3828
3828
|
|
|
3829
3829
|
/**
|
|
3830
3830
|
* @component CopyIcon
|
|
@@ -3854,7 +3854,7 @@
|
|
|
3854
3854
|
*/
|
|
3855
3855
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3856
3856
|
var gradient = _ref.gradient,
|
|
3857
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3857
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3858
3858
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3859
3859
|
width: 24,
|
|
3860
3860
|
height: 24,
|
|
@@ -3874,7 +3874,7 @@
|
|
|
3874
3874
|
CopyIcon.displayName = "CopyIcon";
|
|
3875
3875
|
var CopyIcon$1 = CopyIcon;
|
|
3876
3876
|
|
|
3877
|
-
var _excluded$
|
|
3877
|
+
var _excluded$3S = ["gradient"];
|
|
3878
3878
|
|
|
3879
3879
|
/**
|
|
3880
3880
|
* @component CrownBlankIcon
|
|
@@ -3904,7 +3904,7 @@
|
|
|
3904
3904
|
*/
|
|
3905
3905
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3906
3906
|
var gradient = _ref.gradient,
|
|
3907
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3907
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3908
3908
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3909
3909
|
width: 24,
|
|
3910
3910
|
height: 24,
|
|
@@ -3924,7 +3924,7 @@
|
|
|
3924
3924
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
3925
3925
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
3926
3926
|
|
|
3927
|
-
var _excluded$
|
|
3927
|
+
var _excluded$3R = ["gradient"];
|
|
3928
3928
|
|
|
3929
3929
|
/**
|
|
3930
3930
|
* @component CrownSelectedIcon
|
|
@@ -3954,7 +3954,7 @@
|
|
|
3954
3954
|
*/
|
|
3955
3955
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3956
3956
|
var gradient = _ref.gradient,
|
|
3957
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3957
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3958
3958
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3959
3959
|
width: 24,
|
|
3960
3960
|
height: 24,
|
|
@@ -3974,7 +3974,7 @@
|
|
|
3974
3974
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
3975
3975
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
3976
3976
|
|
|
3977
|
-
var _excluded$
|
|
3977
|
+
var _excluded$3Q = ["gradient"];
|
|
3978
3978
|
|
|
3979
3979
|
/**
|
|
3980
3980
|
* @component DependencySmallIcon
|
|
@@ -4004,7 +4004,7 @@
|
|
|
4004
4004
|
*/
|
|
4005
4005
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4006
4006
|
var gradient = _ref.gradient,
|
|
4007
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4007
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
4008
4008
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4009
4009
|
width: 12,
|
|
4010
4010
|
height: 12,
|
|
@@ -4024,7 +4024,7 @@
|
|
|
4024
4024
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4025
4025
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4026
4026
|
|
|
4027
|
-
var _excluded$
|
|
4027
|
+
var _excluded$3P = ["gradient"];
|
|
4028
4028
|
|
|
4029
4029
|
/**
|
|
4030
4030
|
* @component DependencyIcon
|
|
@@ -4054,7 +4054,7 @@
|
|
|
4054
4054
|
*/
|
|
4055
4055
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4056
4056
|
var gradient = _ref.gradient,
|
|
4057
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4057
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
4058
4058
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4059
4059
|
width: 24,
|
|
4060
4060
|
height: 24,
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4075
4075
|
var DependencyIcon$1 = DependencyIcon;
|
|
4076
4076
|
|
|
4077
|
-
var _excluded$
|
|
4077
|
+
var _excluded$3O = ["gradient"];
|
|
4078
4078
|
|
|
4079
4079
|
/**
|
|
4080
4080
|
* @component DescriptionSmallIcon
|
|
@@ -4104,7 +4104,7 @@
|
|
|
4104
4104
|
*/
|
|
4105
4105
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4106
4106
|
var gradient = _ref.gradient,
|
|
4107
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4107
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
4108
4108
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4109
4109
|
width: 18,
|
|
4110
4110
|
height: 18,
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4126
4126
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4127
4127
|
|
|
4128
|
-
var _excluded$
|
|
4128
|
+
var _excluded$3N = ["gradient"];
|
|
4129
4129
|
|
|
4130
4130
|
/**
|
|
4131
4131
|
* @component DescriptionIcon
|
|
@@ -4155,7 +4155,7 @@
|
|
|
4155
4155
|
*/
|
|
4156
4156
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4157
4157
|
var gradient = _ref.gradient,
|
|
4158
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4158
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
4159
4159
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4160
4160
|
width: 24,
|
|
4161
4161
|
height: 24,
|
|
@@ -4175,7 +4175,7 @@
|
|
|
4175
4175
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4176
4176
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4177
4177
|
|
|
4178
|
-
var _excluded$
|
|
4178
|
+
var _excluded$3M = ["gradient"];
|
|
4179
4179
|
|
|
4180
4180
|
/**
|
|
4181
4181
|
* @component DiscussionAddIcon
|
|
@@ -4205,7 +4205,7 @@
|
|
|
4205
4205
|
*/
|
|
4206
4206
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4207
4207
|
var gradient = _ref.gradient,
|
|
4208
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4208
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
4209
4209
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4210
4210
|
width: 24,
|
|
4211
4211
|
height: 24,
|
|
@@ -4225,7 +4225,7 @@
|
|
|
4225
4225
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4226
4226
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4227
4227
|
|
|
4228
|
-
var _excluded$
|
|
4228
|
+
var _excluded$3L = ["gradient"];
|
|
4229
4229
|
|
|
4230
4230
|
/**
|
|
4231
4231
|
* @component DiscussionIcon
|
|
@@ -4255,7 +4255,7 @@
|
|
|
4255
4255
|
*/
|
|
4256
4256
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4257
4257
|
var gradient = _ref.gradient,
|
|
4258
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4258
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
4259
4259
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4260
4260
|
width: 24,
|
|
4261
4261
|
height: 24,
|
|
@@ -4276,7 +4276,7 @@
|
|
|
4276
4276
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4277
4277
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4278
4278
|
|
|
4279
|
-
var _excluded$
|
|
4279
|
+
var _excluded$3K = ["gradient"];
|
|
4280
4280
|
|
|
4281
4281
|
/**
|
|
4282
4282
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4306,7 +4306,7 @@
|
|
|
4306
4306
|
*/
|
|
4307
4307
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4308
4308
|
var gradient = _ref.gradient,
|
|
4309
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4309
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
4310
4310
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4311
4311
|
width: 12,
|
|
4312
4312
|
height: 12,
|
|
@@ -4326,7 +4326,7 @@
|
|
|
4326
4326
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4327
4327
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4328
4328
|
|
|
4329
|
-
var _excluded$
|
|
4329
|
+
var _excluded$3J = ["gradient"];
|
|
4330
4330
|
|
|
4331
4331
|
/**
|
|
4332
4332
|
* @component DollarCheckmarkIcon
|
|
@@ -4356,7 +4356,7 @@
|
|
|
4356
4356
|
*/
|
|
4357
4357
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4358
4358
|
var gradient = _ref.gradient,
|
|
4359
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4359
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
4360
4360
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4361
4361
|
width: 24,
|
|
4362
4362
|
height: 24,
|
|
@@ -4376,7 +4376,7 @@
|
|
|
4376
4376
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4377
4377
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4378
4378
|
|
|
4379
|
-
var _excluded$
|
|
4379
|
+
var _excluded$3I = ["gradient"];
|
|
4380
4380
|
|
|
4381
4381
|
/**
|
|
4382
4382
|
* @component DollarClockSmallIcon
|
|
@@ -4406,7 +4406,7 @@
|
|
|
4406
4406
|
*/
|
|
4407
4407
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4408
4408
|
var gradient = _ref.gradient,
|
|
4409
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4409
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
4410
4410
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4411
4411
|
width: 12,
|
|
4412
4412
|
height: 12,
|
|
@@ -4426,7 +4426,7 @@
|
|
|
4426
4426
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4427
4427
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4428
4428
|
|
|
4429
|
-
var _excluded$
|
|
4429
|
+
var _excluded$3H = ["gradient"];
|
|
4430
4430
|
|
|
4431
4431
|
/**
|
|
4432
4432
|
* @component DollarClockIcon
|
|
@@ -4456,7 +4456,7 @@
|
|
|
4456
4456
|
*/
|
|
4457
4457
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4458
4458
|
var gradient = _ref.gradient,
|
|
4459
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4459
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
4460
4460
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4461
4461
|
width: 24,
|
|
4462
4462
|
height: 24,
|
|
@@ -4476,7 +4476,7 @@
|
|
|
4476
4476
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4477
4477
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4478
4478
|
|
|
4479
|
-
var _excluded$
|
|
4479
|
+
var _excluded$3G = ["gradient"];
|
|
4480
4480
|
|
|
4481
4481
|
/**
|
|
4482
4482
|
* @component DollarDocumentPlusIcon
|
|
@@ -4506,7 +4506,7 @@
|
|
|
4506
4506
|
*/
|
|
4507
4507
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4508
4508
|
var gradient = _ref.gradient,
|
|
4509
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4509
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
4510
4510
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4511
4511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4512
4512
|
width: 24,
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4527
4527
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4528
4528
|
|
|
4529
|
-
var _excluded$
|
|
4529
|
+
var _excluded$3F = ["gradient"];
|
|
4530
4530
|
|
|
4531
4531
|
/**
|
|
4532
4532
|
* @component DollarDocumentIcon
|
|
@@ -4556,7 +4556,7 @@
|
|
|
4556
4556
|
*/
|
|
4557
4557
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4558
4558
|
var gradient = _ref.gradient,
|
|
4559
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4559
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
4560
4560
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4561
4561
|
width: 24,
|
|
4562
4562
|
height: 24,
|
|
@@ -4577,7 +4577,7 @@
|
|
|
4577
4577
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
4578
4578
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
4579
4579
|
|
|
4580
|
-
var _excluded$
|
|
4580
|
+
var _excluded$3E = ["gradient"];
|
|
4581
4581
|
|
|
4582
4582
|
/**
|
|
4583
4583
|
* @component DollarOffSmallIcon
|
|
@@ -4607,7 +4607,7 @@
|
|
|
4607
4607
|
*/
|
|
4608
4608
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4609
4609
|
var gradient = _ref.gradient,
|
|
4610
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4610
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
4611
4611
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4612
4612
|
width: 12,
|
|
4613
4613
|
height: 12,
|
|
@@ -4627,7 +4627,7 @@
|
|
|
4627
4627
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
4628
4628
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
4629
4629
|
|
|
4630
|
-
var _excluded$
|
|
4630
|
+
var _excluded$3D = ["gradient"];
|
|
4631
4631
|
|
|
4632
4632
|
/**
|
|
4633
4633
|
* @component DollarOffIcon
|
|
@@ -4657,7 +4657,7 @@
|
|
|
4657
4657
|
*/
|
|
4658
4658
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4659
4659
|
var gradient = _ref.gradient,
|
|
4660
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4660
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
4661
4661
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4662
4662
|
width: 24,
|
|
4663
4663
|
height: 24,
|
|
@@ -4677,7 +4677,7 @@
|
|
|
4677
4677
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
4678
4678
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
4679
4679
|
|
|
4680
|
-
var _excluded$
|
|
4680
|
+
var _excluded$3C = ["gradient"];
|
|
4681
4681
|
|
|
4682
4682
|
/**
|
|
4683
4683
|
* @component DollarSmallIcon
|
|
@@ -4707,7 +4707,7 @@
|
|
|
4707
4707
|
*/
|
|
4708
4708
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4709
4709
|
var gradient = _ref.gradient,
|
|
4710
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4710
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
4711
4711
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4712
4712
|
width: 12,
|
|
4713
4713
|
height: 12,
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
4728
4728
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
4729
4729
|
|
|
4730
|
-
var _excluded$
|
|
4730
|
+
var _excluded$3B = ["gradient"];
|
|
4731
4731
|
|
|
4732
4732
|
/**
|
|
4733
4733
|
* @component DollarIcon
|
|
@@ -4757,7 +4757,7 @@
|
|
|
4757
4757
|
*/
|
|
4758
4758
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4759
4759
|
var gradient = _ref.gradient,
|
|
4760
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4760
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
4761
4761
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4762
4762
|
width: 24,
|
|
4763
4763
|
height: 24,
|
|
@@ -4777,7 +4777,7 @@
|
|
|
4777
4777
|
DollarIcon.displayName = "DollarIcon";
|
|
4778
4778
|
var DollarIcon$1 = DollarIcon;
|
|
4779
4779
|
|
|
4780
|
-
var _excluded$
|
|
4780
|
+
var _excluded$3A = ["gradient"];
|
|
4781
4781
|
|
|
4782
4782
|
/**
|
|
4783
4783
|
* @component DownloadIcon
|
|
@@ -4807,7 +4807,7 @@
|
|
|
4807
4807
|
*/
|
|
4808
4808
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4809
4809
|
var gradient = _ref.gradient,
|
|
4810
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4810
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
4811
4811
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4812
4812
|
width: 24,
|
|
4813
4813
|
height: 24,
|
|
@@ -4827,7 +4827,7 @@
|
|
|
4827
4827
|
DownloadIcon.displayName = "DownloadIcon";
|
|
4828
4828
|
var DownloadIcon$1 = DownloadIcon;
|
|
4829
4829
|
|
|
4830
|
-
var _excluded$
|
|
4830
|
+
var _excluded$3z = ["gradient"];
|
|
4831
4831
|
|
|
4832
4832
|
/**
|
|
4833
4833
|
* @component DriveIcon
|
|
@@ -4857,7 +4857,7 @@
|
|
|
4857
4857
|
*/
|
|
4858
4858
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4859
4859
|
var gradient = _ref.gradient,
|
|
4860
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4860
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
4861
4861
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4862
4862
|
width: 24,
|
|
4863
4863
|
height: 24,
|
|
@@ -4877,7 +4877,7 @@
|
|
|
4877
4877
|
DriveIcon.displayName = "DriveIcon";
|
|
4878
4878
|
var DriveIcon$1 = DriveIcon;
|
|
4879
4879
|
|
|
4880
|
-
var _excluded$
|
|
4880
|
+
var _excluded$3y = ["gradient"];
|
|
4881
4881
|
|
|
4882
4882
|
/**
|
|
4883
4883
|
* @component DropboxIcon
|
|
@@ -4907,7 +4907,7 @@
|
|
|
4907
4907
|
*/
|
|
4908
4908
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4909
4909
|
var gradient = _ref.gradient,
|
|
4910
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4910
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4911
4911
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4912
4912
|
width: 24,
|
|
4913
4913
|
height: 24,
|
|
@@ -4927,7 +4927,7 @@
|
|
|
4927
4927
|
DropboxIcon.displayName = "DropboxIcon";
|
|
4928
4928
|
var DropboxIcon$1 = DropboxIcon;
|
|
4929
4929
|
|
|
4930
|
-
var _excluded$
|
|
4930
|
+
var _excluded$3x = ["gradient"];
|
|
4931
4931
|
|
|
4932
4932
|
/**
|
|
4933
4933
|
* @component DuplicateIcon
|
|
@@ -4957,7 +4957,7 @@
|
|
|
4957
4957
|
*/
|
|
4958
4958
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4959
4959
|
var gradient = _ref.gradient,
|
|
4960
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4960
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4961
4961
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4962
4962
|
width: 24,
|
|
4963
4963
|
height: 24,
|
|
@@ -4977,7 +4977,7 @@
|
|
|
4977
4977
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
4978
4978
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
4979
4979
|
|
|
4980
|
-
var _excluded$
|
|
4980
|
+
var _excluded$3w = ["gradient"];
|
|
4981
4981
|
|
|
4982
4982
|
/**
|
|
4983
4983
|
* @component EditMultipleIcon
|
|
@@ -5007,7 +5007,7 @@
|
|
|
5007
5007
|
*/
|
|
5008
5008
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5009
5009
|
var gradient = _ref.gradient,
|
|
5010
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5010
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
5011
5011
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5012
5012
|
width: 24,
|
|
5013
5013
|
height: 24,
|
|
@@ -5027,7 +5027,7 @@
|
|
|
5027
5027
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5028
5028
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5029
5029
|
|
|
5030
|
-
var _excluded$
|
|
5030
|
+
var _excluded$3v = ["gradient"];
|
|
5031
5031
|
|
|
5032
5032
|
/**
|
|
5033
5033
|
* @component EditIcon
|
|
@@ -5057,7 +5057,7 @@
|
|
|
5057
5057
|
*/
|
|
5058
5058
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5059
5059
|
var gradient = _ref.gradient,
|
|
5060
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5060
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
5061
5061
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5062
5062
|
width: 24,
|
|
5063
5063
|
height: 24,
|
|
@@ -5077,7 +5077,7 @@
|
|
|
5077
5077
|
EditIcon.displayName = "EditIcon";
|
|
5078
5078
|
var EditIcon$1 = EditIcon;
|
|
5079
5079
|
|
|
5080
|
-
var _excluded$
|
|
5080
|
+
var _excluded$3u = ["gradient"];
|
|
5081
5081
|
|
|
5082
5082
|
/**
|
|
5083
5083
|
* @component EmojiIcon
|
|
@@ -5107,7 +5107,7 @@
|
|
|
5107
5107
|
*/
|
|
5108
5108
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5109
5109
|
var gradient = _ref.gradient,
|
|
5110
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5110
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
5111
5111
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5112
5112
|
width: 24,
|
|
5113
5113
|
height: 24,
|
|
@@ -5127,7 +5127,7 @@
|
|
|
5127
5127
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5128
5128
|
var EmojiIcon$1 = EmojiIcon;
|
|
5129
5129
|
|
|
5130
|
-
var _excluded$
|
|
5130
|
+
var _excluded$3t = ["gradient"];
|
|
5131
5131
|
|
|
5132
5132
|
/**
|
|
5133
5133
|
* @component EstimatePlusIcon
|
|
@@ -5157,7 +5157,7 @@
|
|
|
5157
5157
|
*/
|
|
5158
5158
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5159
5159
|
var gradient = _ref.gradient,
|
|
5160
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5160
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
5161
5161
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5162
5162
|
width: 24,
|
|
5163
5163
|
height: 24,
|
|
@@ -5178,7 +5178,7 @@
|
|
|
5178
5178
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5179
5179
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5180
5180
|
|
|
5181
|
-
var _excluded$
|
|
5181
|
+
var _excluded$3s = ["gradient"];
|
|
5182
5182
|
|
|
5183
5183
|
/**
|
|
5184
5184
|
* @component EstimatesIcon
|
|
@@ -5208,7 +5208,7 @@
|
|
|
5208
5208
|
*/
|
|
5209
5209
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5210
5210
|
var gradient = _ref.gradient,
|
|
5211
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5211
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
5212
5212
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5213
5213
|
width: 24,
|
|
5214
5214
|
height: 24,
|
|
@@ -5232,7 +5232,7 @@
|
|
|
5232
5232
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5233
5233
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5234
5234
|
|
|
5235
|
-
var _excluded$
|
|
5235
|
+
var _excluded$3r = ["gradient"];
|
|
5236
5236
|
|
|
5237
5237
|
/**
|
|
5238
5238
|
* @component ExpandAllIcon
|
|
@@ -5262,7 +5262,7 @@
|
|
|
5262
5262
|
*/
|
|
5263
5263
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5264
5264
|
var gradient = _ref.gradient,
|
|
5265
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5265
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
5266
5266
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5267
5267
|
width: 24,
|
|
5268
5268
|
height: 24,
|
|
@@ -5282,7 +5282,7 @@
|
|
|
5282
5282
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5283
5283
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5284
5284
|
|
|
5285
|
-
var _excluded$
|
|
5285
|
+
var _excluded$3q = ["gradient"];
|
|
5286
5286
|
|
|
5287
5287
|
/**
|
|
5288
5288
|
* @component ExpenseAddIcon
|
|
@@ -5312,7 +5312,7 @@
|
|
|
5312
5312
|
*/
|
|
5313
5313
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5314
5314
|
var gradient = _ref.gradient,
|
|
5315
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5315
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
5316
5316
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5317
5317
|
width: 24,
|
|
5318
5318
|
height: 24,
|
|
@@ -5332,7 +5332,7 @@
|
|
|
5332
5332
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5333
5333
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5334
5334
|
|
|
5335
|
-
var _excluded$
|
|
5335
|
+
var _excluded$3p = ["gradient"];
|
|
5336
5336
|
|
|
5337
5337
|
/**
|
|
5338
5338
|
* @component ExpensePlusIcon
|
|
@@ -5362,7 +5362,7 @@
|
|
|
5362
5362
|
*/
|
|
5363
5363
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5364
5364
|
var gradient = _ref.gradient,
|
|
5365
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5365
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
5366
5366
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5367
5367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5368
5368
|
width: 24,
|
|
@@ -5384,7 +5384,7 @@
|
|
|
5384
5384
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5385
5385
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5386
5386
|
|
|
5387
|
-
var _excluded$
|
|
5387
|
+
var _excluded$3o = ["gradient"];
|
|
5388
5388
|
|
|
5389
5389
|
/**
|
|
5390
5390
|
* @component EyeOffSmallIcon
|
|
@@ -5414,7 +5414,7 @@
|
|
|
5414
5414
|
*/
|
|
5415
5415
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5416
5416
|
var gradient = _ref.gradient,
|
|
5417
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5417
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
5418
5418
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5419
5419
|
width: 12,
|
|
5420
5420
|
height: 12,
|
|
@@ -5434,7 +5434,7 @@
|
|
|
5434
5434
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5435
5435
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5436
5436
|
|
|
5437
|
-
var _excluded$
|
|
5437
|
+
var _excluded$3n = ["gradient"];
|
|
5438
5438
|
|
|
5439
5439
|
/**
|
|
5440
5440
|
* @component EyeOffIcon
|
|
@@ -5464,7 +5464,7 @@
|
|
|
5464
5464
|
*/
|
|
5465
5465
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5466
5466
|
var gradient = _ref.gradient,
|
|
5467
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5467
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
5468
5468
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5469
5469
|
width: 24,
|
|
5470
5470
|
height: 24,
|
|
@@ -5484,7 +5484,7 @@
|
|
|
5484
5484
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5485
5485
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5486
5486
|
|
|
5487
|
-
var _excluded$
|
|
5487
|
+
var _excluded$3m = ["gradient"];
|
|
5488
5488
|
|
|
5489
5489
|
/**
|
|
5490
5490
|
* @component EyeSmallIcon
|
|
@@ -5514,7 +5514,7 @@
|
|
|
5514
5514
|
*/
|
|
5515
5515
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5516
5516
|
var gradient = _ref.gradient,
|
|
5517
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5517
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
5518
5518
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5519
5519
|
width: 12,
|
|
5520
5520
|
height: 12,
|
|
@@ -5534,7 +5534,7 @@
|
|
|
5534
5534
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
5535
5535
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
5536
5536
|
|
|
5537
|
-
var _excluded$
|
|
5537
|
+
var _excluded$3l = ["gradient"];
|
|
5538
5538
|
|
|
5539
5539
|
/**
|
|
5540
5540
|
* @component EyeIcon
|
|
@@ -5564,7 +5564,7 @@
|
|
|
5564
5564
|
*/
|
|
5565
5565
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5566
5566
|
var gradient = _ref.gradient,
|
|
5567
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5567
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
5568
5568
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5569
5569
|
width: 24,
|
|
5570
5570
|
height: 24,
|
|
@@ -5584,7 +5584,7 @@
|
|
|
5584
5584
|
EyeIcon.displayName = "EyeIcon";
|
|
5585
5585
|
var EyeIcon$1 = EyeIcon;
|
|
5586
5586
|
|
|
5587
|
-
var _excluded$
|
|
5587
|
+
var _excluded$3k = ["gradient"];
|
|
5588
5588
|
|
|
5589
5589
|
/**
|
|
5590
5590
|
* @component FilterIcon
|
|
@@ -5614,7 +5614,7 @@
|
|
|
5614
5614
|
*/
|
|
5615
5615
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5616
5616
|
var gradient = _ref.gradient,
|
|
5617
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5617
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
5618
5618
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5619
5619
|
width: 24,
|
|
5620
5620
|
height: 24,
|
|
@@ -5634,7 +5634,7 @@
|
|
|
5634
5634
|
FilterIcon.displayName = "FilterIcon";
|
|
5635
5635
|
var FilterIcon$1 = FilterIcon;
|
|
5636
5636
|
|
|
5637
|
-
var _excluded$
|
|
5637
|
+
var _excluded$3j = ["gradient"];
|
|
5638
5638
|
|
|
5639
5639
|
/**
|
|
5640
5640
|
* @component FolderMoveIcon
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
*/
|
|
5665
5665
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5666
5666
|
var gradient = _ref.gradient,
|
|
5667
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5667
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
5668
5668
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5669
5669
|
width: 24,
|
|
5670
5670
|
height: 24,
|
|
@@ -5684,7 +5684,7 @@
|
|
|
5684
5684
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
5685
5685
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
5686
5686
|
|
|
5687
|
-
var _excluded$
|
|
5687
|
+
var _excluded$3i = ["gradient"];
|
|
5688
5688
|
|
|
5689
5689
|
/**
|
|
5690
5690
|
* @component FolderOutlineIcon
|
|
@@ -5714,7 +5714,7 @@
|
|
|
5714
5714
|
*/
|
|
5715
5715
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5716
5716
|
var gradient = _ref.gradient,
|
|
5717
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5717
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
5718
5718
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5719
5719
|
width: 24,
|
|
5720
5720
|
height: 24,
|
|
@@ -5734,7 +5734,7 @@
|
|
|
5734
5734
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
5735
5735
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
5736
5736
|
|
|
5737
|
-
var _excluded$
|
|
5737
|
+
var _excluded$3h = ["gradient"];
|
|
5738
5738
|
|
|
5739
5739
|
/**
|
|
5740
5740
|
* @component GiftIcon
|
|
@@ -5764,7 +5764,7 @@
|
|
|
5764
5764
|
*/
|
|
5765
5765
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5766
5766
|
var gradient = _ref.gradient,
|
|
5767
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5767
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
5768
5768
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5769
5769
|
width: 24,
|
|
5770
5770
|
height: 24,
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
GiftIcon.displayName = "GiftIcon";
|
|
5786
5786
|
var GiftIcon$1 = GiftIcon;
|
|
5787
5787
|
|
|
5788
|
-
var _excluded$
|
|
5788
|
+
var _excluded$3g = ["gradient"];
|
|
5789
5789
|
|
|
5790
5790
|
/**
|
|
5791
5791
|
* @component GroupByIcon
|
|
@@ -5815,7 +5815,7 @@
|
|
|
5815
5815
|
*/
|
|
5816
5816
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5817
5817
|
var gradient = _ref.gradient,
|
|
5818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5818
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
5819
5819
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5820
5820
|
width: 24,
|
|
5821
5821
|
height: 24,
|
|
@@ -5834,7 +5834,7 @@
|
|
|
5834
5834
|
GroupByIcon.displayName = "GroupByIcon";
|
|
5835
5835
|
var GroupByIcon$1 = GroupByIcon;
|
|
5836
5836
|
|
|
5837
|
-
var _excluded$
|
|
5837
|
+
var _excluded$3f = ["gradient"];
|
|
5838
5838
|
|
|
5839
5839
|
/**
|
|
5840
5840
|
* @component HashtagIcon
|
|
@@ -5864,7 +5864,7 @@
|
|
|
5864
5864
|
*/
|
|
5865
5865
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5866
5866
|
var gradient = _ref.gradient,
|
|
5867
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5867
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
5868
5868
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5869
5869
|
width: 24,
|
|
5870
5870
|
height: 24,
|
|
@@ -5885,7 +5885,7 @@
|
|
|
5885
5885
|
HashtagIcon.displayName = "HashtagIcon";
|
|
5886
5886
|
var HashtagIcon$1 = HashtagIcon;
|
|
5887
5887
|
|
|
5888
|
-
var _excluded$
|
|
5888
|
+
var _excluded$3e = ["gradient"];
|
|
5889
5889
|
|
|
5890
5890
|
/**
|
|
5891
5891
|
* @component HelpIcon
|
|
@@ -5915,7 +5915,7 @@
|
|
|
5915
5915
|
*/
|
|
5916
5916
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5917
5917
|
var gradient = _ref.gradient,
|
|
5918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5918
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
5919
5919
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5920
5920
|
width: 24,
|
|
5921
5921
|
height: 24,
|
|
@@ -5935,7 +5935,7 @@
|
|
|
5935
5935
|
HelpIcon.displayName = "HelpIcon";
|
|
5936
5936
|
var HelpIcon$1 = HelpIcon;
|
|
5937
5937
|
|
|
5938
|
-
var _excluded$
|
|
5938
|
+
var _excluded$3d = ["gradient"];
|
|
5939
5939
|
|
|
5940
5940
|
/**
|
|
5941
5941
|
* @component HistoryOfChangesIcon
|
|
@@ -5965,7 +5965,7 @@
|
|
|
5965
5965
|
*/
|
|
5966
5966
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5967
5967
|
var gradient = _ref.gradient,
|
|
5968
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5968
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
5969
5969
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5970
5970
|
width: 24,
|
|
5971
5971
|
height: 24,
|
|
@@ -5986,7 +5986,7 @@
|
|
|
5986
5986
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
5987
5987
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
5988
5988
|
|
|
5989
|
-
var _excluded$
|
|
5989
|
+
var _excluded$3c = ["gradient"];
|
|
5990
5990
|
|
|
5991
5991
|
/**
|
|
5992
5992
|
* @component ImageIcon
|
|
@@ -6016,7 +6016,7 @@
|
|
|
6016
6016
|
*/
|
|
6017
6017
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6018
6018
|
var gradient = _ref.gradient,
|
|
6019
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6019
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
6020
6020
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6021
6021
|
width: 24,
|
|
6022
6022
|
height: 24,
|
|
@@ -6037,7 +6037,7 @@
|
|
|
6037
6037
|
ImageIcon.displayName = "ImageIcon";
|
|
6038
6038
|
var ImageIcon$1 = ImageIcon;
|
|
6039
6039
|
|
|
6040
|
-
var _excluded$
|
|
6040
|
+
var _excluded$3b = ["gradient"];
|
|
6041
6041
|
|
|
6042
6042
|
/**
|
|
6043
6043
|
* @component InfoSmallIcon
|
|
@@ -6067,7 +6067,7 @@
|
|
|
6067
6067
|
*/
|
|
6068
6068
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6069
6069
|
var gradient = _ref.gradient,
|
|
6070
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6070
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
6071
6071
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6072
6072
|
width: 15,
|
|
6073
6073
|
height: 15,
|
|
@@ -6087,7 +6087,7 @@
|
|
|
6087
6087
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
6088
6088
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
6089
6089
|
|
|
6090
|
-
var _excluded$
|
|
6090
|
+
var _excluded$3a = ["gradient"];
|
|
6091
6091
|
|
|
6092
6092
|
/**
|
|
6093
6093
|
* @component InfoIcon
|
|
@@ -6117,7 +6117,7 @@
|
|
|
6117
6117
|
*/
|
|
6118
6118
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6119
6119
|
var gradient = _ref.gradient,
|
|
6120
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6120
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
6121
6121
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6122
6122
|
width: 24,
|
|
6123
6123
|
height: 24,
|
|
@@ -6137,7 +6137,7 @@
|
|
|
6137
6137
|
InfoIcon.displayName = "InfoIcon";
|
|
6138
6138
|
var InfoIcon$1 = InfoIcon;
|
|
6139
6139
|
|
|
6140
|
-
var _excluded$
|
|
6140
|
+
var _excluded$39 = ["gradient"];
|
|
6141
6141
|
|
|
6142
6142
|
/**
|
|
6143
6143
|
* @component InsertLinkIcon
|
|
@@ -6167,7 +6167,7 @@
|
|
|
6167
6167
|
*/
|
|
6168
6168
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6169
6169
|
var gradient = _ref.gradient,
|
|
6170
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6170
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
6171
6171
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6172
6172
|
width: 24,
|
|
6173
6173
|
height: 24,
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
6188
6188
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
6189
6189
|
|
|
6190
|
-
var _excluded$
|
|
6190
|
+
var _excluded$38 = ["gradient"];
|
|
6191
6191
|
|
|
6192
6192
|
/**
|
|
6193
6193
|
* @component IntegrationsIcon
|
|
@@ -6217,7 +6217,7 @@
|
|
|
6217
6217
|
*/
|
|
6218
6218
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6219
6219
|
var gradient = _ref.gradient,
|
|
6220
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6220
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
6221
6221
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6222
6222
|
width: 24,
|
|
6223
6223
|
height: 24,
|
|
@@ -6241,7 +6241,7 @@
|
|
|
6241
6241
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
6242
6242
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
6243
6243
|
|
|
6244
|
-
var _excluded$
|
|
6244
|
+
var _excluded$37 = ["gradient"];
|
|
6245
6245
|
|
|
6246
6246
|
/**
|
|
6247
6247
|
* @component InvoicesIcon
|
|
@@ -6271,7 +6271,7 @@
|
|
|
6271
6271
|
*/
|
|
6272
6272
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6273
6273
|
var gradient = _ref.gradient,
|
|
6274
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6274
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
6275
6275
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6276
6276
|
width: 24,
|
|
6277
6277
|
height: 24,
|
|
@@ -6295,7 +6295,7 @@
|
|
|
6295
6295
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
6296
6296
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
6297
6297
|
|
|
6298
|
-
var _excluded$
|
|
6298
|
+
var _excluded$36 = ["gradient"];
|
|
6299
6299
|
|
|
6300
6300
|
/**
|
|
6301
6301
|
* @component LabelsIcon
|
|
@@ -6325,7 +6325,7 @@
|
|
|
6325
6325
|
*/
|
|
6326
6326
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6327
6327
|
var gradient = _ref.gradient,
|
|
6328
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6328
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
6329
6329
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6330
6330
|
width: 24,
|
|
6331
6331
|
height: 24,
|
|
@@ -6345,7 +6345,7 @@
|
|
|
6345
6345
|
LabelsIcon.displayName = "LabelsIcon";
|
|
6346
6346
|
var LabelsIcon$1 = LabelsIcon;
|
|
6347
6347
|
|
|
6348
|
-
var _excluded$
|
|
6348
|
+
var _excluded$35 = ["gradient"];
|
|
6349
6349
|
|
|
6350
6350
|
/**
|
|
6351
6351
|
* @component LetterArrowRightIcon
|
|
@@ -6375,7 +6375,7 @@
|
|
|
6375
6375
|
*/
|
|
6376
6376
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6377
6377
|
var gradient = _ref.gradient,
|
|
6378
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6378
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
6379
6379
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6380
6380
|
width: 24,
|
|
6381
6381
|
height: 24,
|
|
@@ -6396,7 +6396,7 @@
|
|
|
6396
6396
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
6397
6397
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
6398
6398
|
|
|
6399
|
-
var _excluded$
|
|
6399
|
+
var _excluded$34 = ["gradient"];
|
|
6400
6400
|
|
|
6401
6401
|
/**
|
|
6402
6402
|
* @component LetterFastIcon
|
|
@@ -6426,7 +6426,7 @@
|
|
|
6426
6426
|
*/
|
|
6427
6427
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6428
6428
|
var gradient = _ref.gradient,
|
|
6429
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6429
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
6430
6430
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6431
6431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6432
6432
|
width: 24,
|
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
6447
6447
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
6448
6448
|
|
|
6449
|
-
var _excluded$
|
|
6449
|
+
var _excluded$33 = ["gradient"];
|
|
6450
6450
|
|
|
6451
6451
|
/**
|
|
6452
6452
|
* @component LetterIcon
|
|
@@ -6476,7 +6476,7 @@
|
|
|
6476
6476
|
*/
|
|
6477
6477
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6478
6478
|
var gradient = _ref.gradient,
|
|
6479
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6479
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
6480
6480
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6481
6481
|
width: 24,
|
|
6482
6482
|
height: 24,
|
|
@@ -6497,7 +6497,7 @@
|
|
|
6497
6497
|
LetterIcon.displayName = "LetterIcon";
|
|
6498
6498
|
var LetterIcon$1 = LetterIcon;
|
|
6499
6499
|
|
|
6500
|
-
var _excluded$
|
|
6500
|
+
var _excluded$32 = ["gradient"];
|
|
6501
6501
|
|
|
6502
6502
|
/**
|
|
6503
6503
|
* @component LockSmallIcon
|
|
@@ -6527,7 +6527,7 @@
|
|
|
6527
6527
|
*/
|
|
6528
6528
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6529
6529
|
var gradient = _ref.gradient,
|
|
6530
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6530
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
6531
6531
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6532
6532
|
width: 12,
|
|
6533
6533
|
height: 12,
|
|
@@ -6547,7 +6547,7 @@
|
|
|
6547
6547
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
6548
6548
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
6549
6549
|
|
|
6550
|
-
var _excluded$
|
|
6550
|
+
var _excluded$31 = ["gradient"];
|
|
6551
6551
|
|
|
6552
6552
|
/**
|
|
6553
6553
|
* @component LockIcon
|
|
@@ -6577,7 +6577,7 @@
|
|
|
6577
6577
|
*/
|
|
6578
6578
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6579
6579
|
var gradient = _ref.gradient,
|
|
6580
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6580
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
6581
6581
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6582
6582
|
width: 24,
|
|
6583
6583
|
height: 24,
|
|
@@ -6597,7 +6597,7 @@
|
|
|
6597
6597
|
LockIcon.displayName = "LockIcon";
|
|
6598
6598
|
var LockIcon$1 = LockIcon;
|
|
6599
6599
|
|
|
6600
|
-
var _excluded$
|
|
6600
|
+
var _excluded$30 = ["gradient"];
|
|
6601
6601
|
|
|
6602
6602
|
/**
|
|
6603
6603
|
* @component MarkerIcon
|
|
@@ -6627,7 +6627,7 @@
|
|
|
6627
6627
|
*/
|
|
6628
6628
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6629
6629
|
var gradient = _ref.gradient,
|
|
6630
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6630
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
6631
6631
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6632
6632
|
width: 24,
|
|
6633
6633
|
height: 24,
|
|
@@ -6647,7 +6647,7 @@
|
|
|
6647
6647
|
MarkerIcon.displayName = "MarkerIcon";
|
|
6648
6648
|
var MarkerIcon$1 = MarkerIcon;
|
|
6649
6649
|
|
|
6650
|
-
var _excluded$
|
|
6650
|
+
var _excluded$2$ = ["gradient"];
|
|
6651
6651
|
|
|
6652
6652
|
/**
|
|
6653
6653
|
* @component MessageAddIcon
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
*/
|
|
6678
6678
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6679
6679
|
var gradient = _ref.gradient,
|
|
6680
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6680
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
6681
6681
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6682
6682
|
width: 24,
|
|
6683
6683
|
height: 24,
|
|
@@ -6696,7 +6696,7 @@
|
|
|
6696
6696
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
6697
6697
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
6698
6698
|
|
|
6699
|
-
var _excluded$
|
|
6699
|
+
var _excluded$2_ = ["gradient"];
|
|
6700
6700
|
|
|
6701
6701
|
/**
|
|
6702
6702
|
* @component MessageEmptyIcon
|
|
@@ -6726,7 +6726,7 @@
|
|
|
6726
6726
|
*/
|
|
6727
6727
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6728
6728
|
var gradient = _ref.gradient,
|
|
6729
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6729
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
6730
6730
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6731
6731
|
width: 24,
|
|
6732
6732
|
height: 24,
|
|
@@ -6746,7 +6746,7 @@
|
|
|
6746
6746
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
6747
6747
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
6748
6748
|
|
|
6749
|
-
var _excluded$
|
|
6749
|
+
var _excluded$2Z = ["gradient"];
|
|
6750
6750
|
|
|
6751
6751
|
/**
|
|
6752
6752
|
* @component MessageSmallIcon
|
|
@@ -6776,7 +6776,7 @@
|
|
|
6776
6776
|
*/
|
|
6777
6777
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6778
6778
|
var gradient = _ref.gradient,
|
|
6779
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6779
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
6780
6780
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6781
6781
|
width: 12,
|
|
6782
6782
|
height: 12,
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
6797
6797
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
6798
6798
|
|
|
6799
|
-
var _excluded$
|
|
6799
|
+
var _excluded$2Y = ["gradient"];
|
|
6800
6800
|
|
|
6801
6801
|
/**
|
|
6802
6802
|
* @component MessageSolidIcon
|
|
@@ -6826,7 +6826,7 @@
|
|
|
6826
6826
|
*/
|
|
6827
6827
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6828
6828
|
var gradient = _ref.gradient,
|
|
6829
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6829
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
6830
6830
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6831
6831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6832
6832
|
width: 24,
|
|
@@ -6846,7 +6846,7 @@
|
|
|
6846
6846
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
6847
6847
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
6848
6848
|
|
|
6849
|
-
var _excluded$
|
|
6849
|
+
var _excluded$2X = ["gradient"];
|
|
6850
6850
|
|
|
6851
6851
|
/**
|
|
6852
6852
|
* @component MessageIcon
|
|
@@ -6876,7 +6876,7 @@
|
|
|
6876
6876
|
*/
|
|
6877
6877
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6878
6878
|
var gradient = _ref.gradient,
|
|
6879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6879
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
6880
6880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6881
6881
|
width: 24,
|
|
6882
6882
|
height: 24,
|
|
@@ -6896,7 +6896,7 @@
|
|
|
6896
6896
|
MessageIcon.displayName = "MessageIcon";
|
|
6897
6897
|
var MessageIcon$1 = MessageIcon;
|
|
6898
6898
|
|
|
6899
|
-
var _excluded$
|
|
6899
|
+
var _excluded$2W = ["gradient"];
|
|
6900
6900
|
|
|
6901
6901
|
/**
|
|
6902
6902
|
* @component MinusIcon
|
|
@@ -6926,7 +6926,7 @@
|
|
|
6926
6926
|
*/
|
|
6927
6927
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6928
6928
|
var gradient = _ref.gradient,
|
|
6929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6929
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
6930
6930
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6931
6931
|
width: 24,
|
|
6932
6932
|
height: 24,
|
|
@@ -6950,7 +6950,7 @@
|
|
|
6950
6950
|
MinusIcon.displayName = "MinusIcon";
|
|
6951
6951
|
var MinusIcon$1 = MinusIcon;
|
|
6952
6952
|
|
|
6953
|
-
var _excluded$
|
|
6953
|
+
var _excluded$2V = ["gradient"];
|
|
6954
6954
|
|
|
6955
6955
|
/**
|
|
6956
6956
|
* @component MobileMenuIcon
|
|
@@ -6980,7 +6980,7 @@
|
|
|
6980
6980
|
*/
|
|
6981
6981
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6982
6982
|
var gradient = _ref.gradient,
|
|
6983
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6983
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
6984
6984
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6985
6985
|
width: 24,
|
|
6986
6986
|
height: 24,
|
|
@@ -7001,7 +7001,7 @@
|
|
|
7001
7001
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
7002
7002
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
7003
7003
|
|
|
7004
|
-
var _excluded$
|
|
7004
|
+
var _excluded$2U = ["gradient"];
|
|
7005
7005
|
|
|
7006
7006
|
/**
|
|
7007
7007
|
* @component MoneyStackIcon
|
|
@@ -7031,7 +7031,7 @@
|
|
|
7031
7031
|
*/
|
|
7032
7032
|
var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7033
7033
|
var gradient = _ref.gradient,
|
|
7034
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7034
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
7035
7035
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7036
7036
|
width: 24,
|
|
7037
7037
|
height: 24,
|
|
@@ -7058,7 +7058,7 @@
|
|
|
7058
7058
|
MoneyStackIcon.displayName = "MoneyStackIcon";
|
|
7059
7059
|
var MoneyStackIcon$1 = MoneyStackIcon;
|
|
7060
7060
|
|
|
7061
|
-
var _excluded$
|
|
7061
|
+
var _excluded$2T = ["gradient"];
|
|
7062
7062
|
|
|
7063
7063
|
/**
|
|
7064
7064
|
* @component MoonIcon
|
|
@@ -7088,7 +7088,7 @@
|
|
|
7088
7088
|
*/
|
|
7089
7089
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7090
7090
|
var gradient = _ref.gradient,
|
|
7091
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7091
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
7092
7092
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7093
7093
|
width: 20,
|
|
7094
7094
|
height: 20,
|
|
@@ -7109,7 +7109,7 @@
|
|
|
7109
7109
|
MoonIcon.displayName = "MoonIcon";
|
|
7110
7110
|
var MoonIcon$1 = MoonIcon;
|
|
7111
7111
|
|
|
7112
|
-
var _excluded$
|
|
7112
|
+
var _excluded$2S = ["gradient"];
|
|
7113
7113
|
|
|
7114
7114
|
/**
|
|
7115
7115
|
* @component MoveTriggerIcon
|
|
@@ -7139,7 +7139,7 @@
|
|
|
7139
7139
|
*/
|
|
7140
7140
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7141
7141
|
var gradient = _ref.gradient,
|
|
7142
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7142
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
7143
7143
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7144
7144
|
width: 10,
|
|
7145
7145
|
height: 10,
|
|
@@ -7159,7 +7159,7 @@
|
|
|
7159
7159
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
7160
7160
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
7161
7161
|
|
|
7162
|
-
var _excluded$
|
|
7162
|
+
var _excluded$2R = ["gradient"];
|
|
7163
7163
|
|
|
7164
7164
|
/**
|
|
7165
7165
|
* @component MoveIcon
|
|
@@ -7189,7 +7189,7 @@
|
|
|
7189
7189
|
*/
|
|
7190
7190
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7191
7191
|
var gradient = _ref.gradient,
|
|
7192
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7192
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
7193
7193
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7194
7194
|
width: 24,
|
|
7195
7195
|
height: 24,
|
|
@@ -7210,7 +7210,7 @@
|
|
|
7210
7210
|
MoveIcon.displayName = "MoveIcon";
|
|
7211
7211
|
var MoveIcon$1 = MoveIcon;
|
|
7212
7212
|
|
|
7213
|
-
var _excluded$
|
|
7213
|
+
var _excluded$2Q = ["gradient"];
|
|
7214
7214
|
|
|
7215
7215
|
/**
|
|
7216
7216
|
* @component MyWorkIcon
|
|
@@ -7240,7 +7240,7 @@
|
|
|
7240
7240
|
*/
|
|
7241
7241
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7242
7242
|
var gradient = _ref.gradient,
|
|
7243
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7243
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
7244
7244
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7245
7245
|
width: 24,
|
|
7246
7246
|
height: 24,
|
|
@@ -7264,7 +7264,7 @@
|
|
|
7264
7264
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
7265
7265
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
7266
7266
|
|
|
7267
|
-
var _excluded$
|
|
7267
|
+
var _excluded$2P = ["gradient"];
|
|
7268
7268
|
|
|
7269
7269
|
/**
|
|
7270
7270
|
* @component NoteAddIcon
|
|
@@ -7294,7 +7294,7 @@
|
|
|
7294
7294
|
*/
|
|
7295
7295
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7296
7296
|
var gradient = _ref.gradient,
|
|
7297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7297
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
7298
7298
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7299
7299
|
width: 24,
|
|
7300
7300
|
height: 24,
|
|
@@ -7314,7 +7314,7 @@
|
|
|
7314
7314
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
7315
7315
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
7316
7316
|
|
|
7317
|
-
var _excluded$
|
|
7317
|
+
var _excluded$2O = ["gradient"];
|
|
7318
7318
|
|
|
7319
7319
|
/**
|
|
7320
7320
|
* @component NoteIcon
|
|
@@ -7344,7 +7344,7 @@
|
|
|
7344
7344
|
*/
|
|
7345
7345
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7346
7346
|
var gradient = _ref.gradient,
|
|
7347
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7347
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
7348
7348
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7349
7349
|
width: 24,
|
|
7350
7350
|
height: 24,
|
|
@@ -7364,7 +7364,7 @@
|
|
|
7364
7364
|
NoteIcon.displayName = "NoteIcon";
|
|
7365
7365
|
var NoteIcon$1 = NoteIcon;
|
|
7366
7366
|
|
|
7367
|
-
var _excluded$
|
|
7367
|
+
var _excluded$2N = ["gradient"];
|
|
7368
7368
|
|
|
7369
7369
|
/**
|
|
7370
7370
|
* @component NotebookIcon
|
|
@@ -7394,7 +7394,7 @@
|
|
|
7394
7394
|
*/
|
|
7395
7395
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7396
7396
|
var gradient = _ref.gradient,
|
|
7397
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7397
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
7398
7398
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7399
7399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7400
7400
|
width: 24,
|
|
@@ -7414,7 +7414,7 @@
|
|
|
7414
7414
|
NotebookIcon.displayName = "NotebookIcon";
|
|
7415
7415
|
var NotebookIcon$1 = NotebookIcon;
|
|
7416
7416
|
|
|
7417
|
-
var _excluded$
|
|
7417
|
+
var _excluded$2M = ["gradient"];
|
|
7418
7418
|
|
|
7419
7419
|
/**
|
|
7420
7420
|
* @component NotificationBellIcon
|
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
*/
|
|
7445
7445
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7446
7446
|
var gradient = _ref.gradient,
|
|
7447
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7447
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
7448
7448
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7449
7449
|
width: 24,
|
|
7450
7450
|
height: 24,
|
|
@@ -7463,7 +7463,7 @@
|
|
|
7463
7463
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
7464
7464
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
7465
7465
|
|
|
7466
|
-
var _excluded$
|
|
7466
|
+
var _excluded$2L = ["gradient"];
|
|
7467
7467
|
|
|
7468
7468
|
/**
|
|
7469
7469
|
* @component OpenExpandedIcon
|
|
@@ -7493,7 +7493,7 @@
|
|
|
7493
7493
|
*/
|
|
7494
7494
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7495
7495
|
var gradient = _ref.gradient,
|
|
7496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7496
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
7497
7497
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7498
7498
|
width: 24,
|
|
7499
7499
|
height: 24,
|
|
@@ -7513,7 +7513,7 @@
|
|
|
7513
7513
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
7514
7514
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
7515
7515
|
|
|
7516
|
-
var _excluded$
|
|
7516
|
+
var _excluded$2K = ["gradient"];
|
|
7517
7517
|
|
|
7518
7518
|
/**
|
|
7519
7519
|
* @component OpenSheetIcon
|
|
@@ -7543,7 +7543,7 @@
|
|
|
7543
7543
|
*/
|
|
7544
7544
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7545
7545
|
var gradient = _ref.gradient,
|
|
7546
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7546
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
7547
7547
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7548
7548
|
width: 24,
|
|
7549
7549
|
height: 24,
|
|
@@ -7568,7 +7568,7 @@
|
|
|
7568
7568
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
7569
7569
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
7570
7570
|
|
|
7571
|
-
var _excluded$
|
|
7571
|
+
var _excluded$2J = ["gradient"];
|
|
7572
7572
|
|
|
7573
7573
|
/**
|
|
7574
7574
|
* @component OrderFirstIcon
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
*/
|
|
7599
7599
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7600
7600
|
var gradient = _ref.gradient,
|
|
7601
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7601
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
7602
7602
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7603
7603
|
width: 24,
|
|
7604
7604
|
height: 24,
|
|
@@ -7618,7 +7618,7 @@
|
|
|
7618
7618
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
7619
7619
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
7620
7620
|
|
|
7621
|
-
var _excluded$
|
|
7621
|
+
var _excluded$2I = ["gradient"];
|
|
7622
7622
|
|
|
7623
7623
|
/**
|
|
7624
7624
|
* @component PaidSmallIcon
|
|
@@ -7648,7 +7648,7 @@
|
|
|
7648
7648
|
*/
|
|
7649
7649
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7650
7650
|
var gradient = _ref.gradient,
|
|
7651
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7651
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
7652
7652
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7653
7653
|
width: 12,
|
|
7654
7654
|
height: 12,
|
|
@@ -7668,7 +7668,7 @@
|
|
|
7668
7668
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
7669
7669
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
7670
7670
|
|
|
7671
|
-
var _excluded$
|
|
7671
|
+
var _excluded$2H = ["gradient"];
|
|
7672
7672
|
|
|
7673
7673
|
/**
|
|
7674
7674
|
* @component PauseCircleOutlineIcon
|
|
@@ -7698,7 +7698,7 @@
|
|
|
7698
7698
|
*/
|
|
7699
7699
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7700
7700
|
var gradient = _ref.gradient,
|
|
7701
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7701
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
7702
7702
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7703
7703
|
width: 24,
|
|
7704
7704
|
height: 24,
|
|
@@ -7718,7 +7718,7 @@
|
|
|
7718
7718
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
7719
7719
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
7720
7720
|
|
|
7721
|
-
var _excluded$
|
|
7721
|
+
var _excluded$2G = ["gradient"];
|
|
7722
7722
|
|
|
7723
7723
|
/**
|
|
7724
7724
|
* @component PauseIcon
|
|
@@ -7748,7 +7748,7 @@
|
|
|
7748
7748
|
*/
|
|
7749
7749
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7750
7750
|
var gradient = _ref.gradient,
|
|
7751
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7751
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
7752
7752
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7753
7753
|
width: 24,
|
|
7754
7754
|
height: 24,
|
|
@@ -7768,7 +7768,7 @@
|
|
|
7768
7768
|
PauseIcon.displayName = "PauseIcon";
|
|
7769
7769
|
var PauseIcon$1 = PauseIcon;
|
|
7770
7770
|
|
|
7771
|
-
var _excluded$
|
|
7771
|
+
var _excluded$2F = ["gradient"];
|
|
7772
7772
|
|
|
7773
7773
|
/**
|
|
7774
7774
|
* @component PauseSmallIcon
|
|
@@ -7798,7 +7798,7 @@
|
|
|
7798
7798
|
*/
|
|
7799
7799
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7800
7800
|
var gradient = _ref.gradient,
|
|
7801
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7801
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
7802
7802
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7803
7803
|
width: 24,
|
|
7804
7804
|
height: 24,
|
|
@@ -7818,7 +7818,7 @@
|
|
|
7818
7818
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
7819
7819
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
7820
7820
|
|
|
7821
|
-
var _excluded$
|
|
7821
|
+
var _excluded$2E = ["gradient"];
|
|
7822
7822
|
|
|
7823
7823
|
/**
|
|
7824
7824
|
* @component PencilSmallIcon
|
|
@@ -7848,7 +7848,7 @@
|
|
|
7848
7848
|
*/
|
|
7849
7849
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7850
7850
|
var gradient = _ref.gradient,
|
|
7851
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7851
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
7852
7852
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7853
7853
|
width: 12,
|
|
7854
7854
|
height: 12,
|
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
7868
7868
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
7869
7869
|
|
|
7870
|
-
var _excluded$
|
|
7870
|
+
var _excluded$2D = ["gradient"];
|
|
7871
7871
|
|
|
7872
7872
|
/**
|
|
7873
7873
|
* @component PencilIcon
|
|
@@ -7897,7 +7897,7 @@
|
|
|
7897
7897
|
*/
|
|
7898
7898
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7899
7899
|
var gradient = _ref.gradient,
|
|
7900
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7900
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
7901
7901
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7902
7902
|
width: 24,
|
|
7903
7903
|
height: 24,
|
|
@@ -7916,7 +7916,7 @@
|
|
|
7916
7916
|
PencilIcon.displayName = "PencilIcon";
|
|
7917
7917
|
var PencilIcon$1 = PencilIcon;
|
|
7918
7918
|
|
|
7919
|
-
var _excluded$
|
|
7919
|
+
var _excluded$2C = ["gradient"];
|
|
7920
7920
|
|
|
7921
7921
|
/**
|
|
7922
7922
|
* @component PendingPaymentSmallIcon
|
|
@@ -7946,7 +7946,7 @@
|
|
|
7946
7946
|
*/
|
|
7947
7947
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7948
7948
|
var gradient = _ref.gradient,
|
|
7949
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7949
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
7950
7950
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7951
7951
|
width: 12,
|
|
7952
7952
|
height: 12,
|
|
@@ -7966,7 +7966,7 @@
|
|
|
7966
7966
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
7967
7967
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
7968
7968
|
|
|
7969
|
-
var _excluded$
|
|
7969
|
+
var _excluded$2B = ["gradient"];
|
|
7970
7970
|
|
|
7971
7971
|
/**
|
|
7972
7972
|
* @component PeopleIcon
|
|
@@ -7996,7 +7996,7 @@
|
|
|
7996
7996
|
*/
|
|
7997
7997
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7998
7998
|
var gradient = _ref.gradient,
|
|
7999
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7999
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
8000
8000
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8001
8001
|
width: 24,
|
|
8002
8002
|
height: 24,
|
|
@@ -8020,7 +8020,7 @@
|
|
|
8020
8020
|
PeopleIcon.displayName = "PeopleIcon";
|
|
8021
8021
|
var PeopleIcon$1 = PeopleIcon;
|
|
8022
8022
|
|
|
8023
|
-
var _excluded$
|
|
8023
|
+
var _excluded$2A = ["gradient"];
|
|
8024
8024
|
|
|
8025
8025
|
/**
|
|
8026
8026
|
* @component PersonArrowOutCircleIcon
|
|
@@ -8050,7 +8050,7 @@
|
|
|
8050
8050
|
*/
|
|
8051
8051
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8052
8052
|
var gradient = _ref.gradient,
|
|
8053
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8053
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
8054
8054
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8055
8055
|
width: 24,
|
|
8056
8056
|
height: 24,
|
|
@@ -8071,7 +8071,7 @@
|
|
|
8071
8071
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
8072
8072
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
8073
8073
|
|
|
8074
|
-
var _excluded$
|
|
8074
|
+
var _excluded$2z = ["gradient"];
|
|
8075
8075
|
|
|
8076
8076
|
/**
|
|
8077
8077
|
* @component PersonCircleOffIcon
|
|
@@ -8101,7 +8101,7 @@
|
|
|
8101
8101
|
*/
|
|
8102
8102
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8103
8103
|
var gradient = _ref.gradient,
|
|
8104
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8104
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
8105
8105
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8106
8106
|
width: 24,
|
|
8107
8107
|
height: 24,
|
|
@@ -8121,7 +8121,7 @@
|
|
|
8121
8121
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
8122
8122
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
8123
8123
|
|
|
8124
|
-
var _excluded$
|
|
8124
|
+
var _excluded$2y = ["gradient"];
|
|
8125
8125
|
|
|
8126
8126
|
/**
|
|
8127
8127
|
* @component PersonCircleIcon
|
|
@@ -8151,7 +8151,7 @@
|
|
|
8151
8151
|
*/
|
|
8152
8152
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8153
8153
|
var gradient = _ref.gradient,
|
|
8154
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8154
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
8155
8155
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8156
8156
|
width: 24,
|
|
8157
8157
|
height: 24,
|
|
@@ -8171,7 +8171,7 @@
|
|
|
8171
8171
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
8172
8172
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
8173
8173
|
|
|
8174
|
-
var _excluded$
|
|
8174
|
+
var _excluded$2x = ["gradient"];
|
|
8175
8175
|
|
|
8176
8176
|
/**
|
|
8177
8177
|
* @component PersonListIcon
|
|
@@ -8201,7 +8201,7 @@
|
|
|
8201
8201
|
*/
|
|
8202
8202
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8203
8203
|
var gradient = _ref.gradient,
|
|
8204
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8204
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
8205
8205
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8206
8206
|
width: 24,
|
|
8207
8207
|
height: 24,
|
|
@@ -8222,7 +8222,7 @@
|
|
|
8222
8222
|
PersonListIcon.displayName = "PersonListIcon";
|
|
8223
8223
|
var PersonListIcon$1 = PersonListIcon;
|
|
8224
8224
|
|
|
8225
|
-
var _excluded$
|
|
8225
|
+
var _excluded$2w = ["gradient"];
|
|
8226
8226
|
|
|
8227
8227
|
/**
|
|
8228
8228
|
* @component PersonPlusIcon
|
|
@@ -8252,7 +8252,7 @@
|
|
|
8252
8252
|
*/
|
|
8253
8253
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8254
8254
|
var gradient = _ref.gradient,
|
|
8255
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8255
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
8256
8256
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8257
8257
|
width: 24,
|
|
8258
8258
|
height: 24,
|
|
@@ -8272,7 +8272,7 @@
|
|
|
8272
8272
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
8273
8273
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
8274
8274
|
|
|
8275
|
-
var _excluded$
|
|
8275
|
+
var _excluded$2v = ["gradient"];
|
|
8276
8276
|
|
|
8277
8277
|
/**
|
|
8278
8278
|
* @component PersonIcon
|
|
@@ -8302,7 +8302,7 @@
|
|
|
8302
8302
|
*/
|
|
8303
8303
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8304
8304
|
var gradient = _ref.gradient,
|
|
8305
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8305
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
8306
8306
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8307
8307
|
width: 24,
|
|
8308
8308
|
height: 24,
|
|
@@ -8322,7 +8322,7 @@
|
|
|
8322
8322
|
PersonIcon.displayName = "PersonIcon";
|
|
8323
8323
|
var PersonIcon$1 = PersonIcon;
|
|
8324
8324
|
|
|
8325
|
-
var _excluded$
|
|
8325
|
+
var _excluded$2u = ["gradient"];
|
|
8326
8326
|
|
|
8327
8327
|
/**
|
|
8328
8328
|
* @component PinSmallIcon
|
|
@@ -8352,7 +8352,7 @@
|
|
|
8352
8352
|
*/
|
|
8353
8353
|
var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8354
8354
|
var gradient = _ref.gradient,
|
|
8355
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8355
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
8356
8356
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8357
8357
|
width: 12,
|
|
8358
8358
|
height: 12,
|
|
@@ -8373,7 +8373,7 @@
|
|
|
8373
8373
|
PinSmallIcon.displayName = "PinSmallIcon";
|
|
8374
8374
|
var PinSmallIcon$1 = PinSmallIcon;
|
|
8375
8375
|
|
|
8376
|
-
var _excluded$
|
|
8376
|
+
var _excluded$2t = ["gradient"];
|
|
8377
8377
|
|
|
8378
8378
|
/**
|
|
8379
8379
|
* @component PinIcon
|
|
@@ -8403,7 +8403,7 @@
|
|
|
8403
8403
|
*/
|
|
8404
8404
|
var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8405
8405
|
var gradient = _ref.gradient,
|
|
8406
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8406
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
8407
8407
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8408
8408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8409
8409
|
width: 24,
|
|
@@ -8423,7 +8423,7 @@
|
|
|
8423
8423
|
PinIcon.displayName = "PinIcon";
|
|
8424
8424
|
var PinIcon$1 = PinIcon;
|
|
8425
8425
|
|
|
8426
|
-
var _excluded$
|
|
8426
|
+
var _excluded$2s = ["gradient"];
|
|
8427
8427
|
|
|
8428
8428
|
/**
|
|
8429
8429
|
* @component PlayCircleOutlineIcon
|
|
@@ -8453,7 +8453,7 @@
|
|
|
8453
8453
|
*/
|
|
8454
8454
|
var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8455
8455
|
var gradient = _ref.gradient,
|
|
8456
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8456
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
8457
8457
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8458
8458
|
width: 24,
|
|
8459
8459
|
height: 24,
|
|
@@ -8473,7 +8473,7 @@
|
|
|
8473
8473
|
PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
|
|
8474
8474
|
var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
|
|
8475
8475
|
|
|
8476
|
-
var _excluded$
|
|
8476
|
+
var _excluded$2r = ["gradient"];
|
|
8477
8477
|
|
|
8478
8478
|
/**
|
|
8479
8479
|
* @component PlayIcon
|
|
@@ -8503,7 +8503,7 @@
|
|
|
8503
8503
|
*/
|
|
8504
8504
|
var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8505
8505
|
var gradient = _ref.gradient,
|
|
8506
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8506
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
8507
8507
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8508
8508
|
width: 24,
|
|
8509
8509
|
height: 24,
|
|
@@ -8523,7 +8523,7 @@
|
|
|
8523
8523
|
PlayIcon.displayName = "PlayIcon";
|
|
8524
8524
|
var PlayIcon$1 = PlayIcon;
|
|
8525
8525
|
|
|
8526
|
-
var _excluded$
|
|
8526
|
+
var _excluded$2q = ["gradient"];
|
|
8527
8527
|
|
|
8528
8528
|
/**
|
|
8529
8529
|
* @component PlaySmallIcon
|
|
@@ -8553,7 +8553,7 @@
|
|
|
8553
8553
|
*/
|
|
8554
8554
|
var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8555
8555
|
var gradient = _ref.gradient,
|
|
8556
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8556
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
8557
8557
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8558
8558
|
width: 24,
|
|
8559
8559
|
height: 24,
|
|
@@ -8573,7 +8573,7 @@
|
|
|
8573
8573
|
PlaySmallIcon.displayName = "PlaySmallIcon";
|
|
8574
8574
|
var PlaySmallIcon$1 = PlaySmallIcon;
|
|
8575
8575
|
|
|
8576
|
-
var _excluded$
|
|
8576
|
+
var _excluded$2p = ["gradient"];
|
|
8577
8577
|
|
|
8578
8578
|
/**
|
|
8579
8579
|
* @component PriorityLowIcon
|
|
@@ -8603,7 +8603,7 @@
|
|
|
8603
8603
|
*/
|
|
8604
8604
|
var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8605
8605
|
var gradient = _ref.gradient,
|
|
8606
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8606
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
8607
8607
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8608
8608
|
width: 24,
|
|
8609
8609
|
height: 24,
|
|
@@ -8624,7 +8624,7 @@
|
|
|
8624
8624
|
PriorityLowIcon.displayName = "PriorityLowIcon";
|
|
8625
8625
|
var PriorityLowIcon$1 = PriorityLowIcon;
|
|
8626
8626
|
|
|
8627
|
-
var _excluded$
|
|
8627
|
+
var _excluded$2o = ["gradient"];
|
|
8628
8628
|
|
|
8629
8629
|
/**
|
|
8630
8630
|
* @component ProjectAddIcon
|
|
@@ -8654,7 +8654,7 @@
|
|
|
8654
8654
|
*/
|
|
8655
8655
|
var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8656
8656
|
var gradient = _ref.gradient,
|
|
8657
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8657
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
8658
8658
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8659
8659
|
width: 24,
|
|
8660
8660
|
height: 24,
|
|
@@ -8674,7 +8674,7 @@
|
|
|
8674
8674
|
ProjectAddIcon.displayName = "ProjectAddIcon";
|
|
8675
8675
|
var ProjectAddIcon$1 = ProjectAddIcon;
|
|
8676
8676
|
|
|
8677
|
-
var _excluded$
|
|
8677
|
+
var _excluded$2n = ["gradient"];
|
|
8678
8678
|
|
|
8679
8679
|
/**
|
|
8680
8680
|
* @component ProjectSearchIcon
|
|
@@ -8704,7 +8704,7 @@
|
|
|
8704
8704
|
*/
|
|
8705
8705
|
var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8706
8706
|
var gradient = _ref.gradient,
|
|
8707
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8707
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
8708
8708
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8709
8709
|
width: 24,
|
|
8710
8710
|
height: 24,
|
|
@@ -8725,7 +8725,7 @@
|
|
|
8725
8725
|
ProjectSearchIcon.displayName = "ProjectSearchIcon";
|
|
8726
8726
|
var ProjectSearchIcon$1 = ProjectSearchIcon;
|
|
8727
8727
|
|
|
8728
|
-
var _excluded$
|
|
8728
|
+
var _excluded$2m = ["gradient"];
|
|
8729
8729
|
|
|
8730
8730
|
/**
|
|
8731
8731
|
* @component ProjectStarIcon
|
|
@@ -8755,7 +8755,7 @@
|
|
|
8755
8755
|
*/
|
|
8756
8756
|
var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8757
8757
|
var gradient = _ref.gradient,
|
|
8758
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8758
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
8759
8759
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8760
8760
|
width: 24,
|
|
8761
8761
|
height: 24,
|
|
@@ -8778,7 +8778,7 @@
|
|
|
8778
8778
|
ProjectStarIcon.displayName = "ProjectStarIcon";
|
|
8779
8779
|
var ProjectStarIcon$1 = ProjectStarIcon;
|
|
8780
8780
|
|
|
8781
|
-
var _excluded$
|
|
8781
|
+
var _excluded$2l = ["gradient"];
|
|
8782
8782
|
|
|
8783
8783
|
/**
|
|
8784
8784
|
* @component ProjectTemplateAddIcon
|
|
@@ -8808,7 +8808,7 @@
|
|
|
8808
8808
|
*/
|
|
8809
8809
|
var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8810
8810
|
var gradient = _ref.gradient,
|
|
8811
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8811
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
8812
8812
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8813
8813
|
width: 24,
|
|
8814
8814
|
height: 24,
|
|
@@ -8828,7 +8828,7 @@
|
|
|
8828
8828
|
ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
|
|
8829
8829
|
var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
|
|
8830
8830
|
|
|
8831
|
-
var _excluded$
|
|
8831
|
+
var _excluded$2k = ["gradient"];
|
|
8832
8832
|
|
|
8833
8833
|
/**
|
|
8834
8834
|
* @component ProjectTemplateConvertIcon
|
|
@@ -8858,7 +8858,7 @@
|
|
|
8858
8858
|
*/
|
|
8859
8859
|
var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8860
8860
|
var gradient = _ref.gradient,
|
|
8861
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8861
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
8862
8862
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8863
8863
|
width: 24,
|
|
8864
8864
|
height: 24,
|
|
@@ -8878,7 +8878,7 @@
|
|
|
8878
8878
|
ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
|
|
8879
8879
|
var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
|
|
8880
8880
|
|
|
8881
|
-
var _excluded$
|
|
8881
|
+
var _excluded$2j = ["gradient"];
|
|
8882
8882
|
|
|
8883
8883
|
/**
|
|
8884
8884
|
* @component ProjectTemplateIcon
|
|
@@ -8908,7 +8908,7 @@
|
|
|
8908
8908
|
*/
|
|
8909
8909
|
var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8910
8910
|
var gradient = _ref.gradient,
|
|
8911
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8911
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
8912
8912
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8913
8913
|
width: 24,
|
|
8914
8914
|
height: 24,
|
|
@@ -8928,7 +8928,7 @@
|
|
|
8928
8928
|
ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
|
|
8929
8929
|
var ProjectTemplateIcon$1 = ProjectTemplateIcon;
|
|
8930
8930
|
|
|
8931
|
-
var _excluded$
|
|
8931
|
+
var _excluded$2i = ["gradient"];
|
|
8932
8932
|
|
|
8933
8933
|
/**
|
|
8934
8934
|
* @component ProjectsIcon
|
|
@@ -8958,7 +8958,7 @@
|
|
|
8958
8958
|
*/
|
|
8959
8959
|
var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8960
8960
|
var gradient = _ref.gradient,
|
|
8961
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8961
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
8962
8962
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8963
8963
|
width: 24,
|
|
8964
8964
|
height: 24,
|
|
@@ -8982,6 +8982,57 @@
|
|
|
8982
8982
|
ProjectsIcon.displayName = "ProjectsIcon";
|
|
8983
8983
|
var ProjectsIcon$1 = ProjectsIcon;
|
|
8984
8984
|
|
|
8985
|
+
var _excluded$2h = ["gradient"];
|
|
8986
|
+
|
|
8987
|
+
/**
|
|
8988
|
+
* @component PuzzleIcon
|
|
8989
|
+
* @description
|
|
8990
|
+
*
|
|
8991
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
8992
|
+
* The Icon component is
|
|
8993
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
8994
|
+
*
|
|
8995
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
8996
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
8997
|
+
*
|
|
8998
|
+
* @example
|
|
8999
|
+
* return (
|
|
9000
|
+
* <PuzzleIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
9001
|
+
* )
|
|
9002
|
+
*
|
|
9003
|
+
* @example
|
|
9004
|
+
* return (
|
|
9005
|
+
* <PuzzleIcon className="mr-2" />
|
|
9006
|
+
* )
|
|
9007
|
+
*
|
|
9008
|
+
* @see
|
|
9009
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
9010
|
+
* @see
|
|
9011
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
9012
|
+
*/
|
|
9013
|
+
var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
9014
|
+
var gradient = _ref.gradient,
|
|
9015
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
9016
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9017
|
+
width: 18,
|
|
9018
|
+
height: 18,
|
|
9019
|
+
viewBox: "0 0 18 18",
|
|
9020
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9021
|
+
"data-testid": "PuzzleIcon",
|
|
9022
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
9023
|
+
focusable: false,
|
|
9024
|
+
ref: svgRef
|
|
9025
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
9026
|
+
gradient: gradient
|
|
9027
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
9028
|
+
fillRule: "evenodd",
|
|
9029
|
+
clipRule: "evenodd",
|
|
9030
|
+
d: "M7.5 0A3.5 3.5 0 0111 3.5h1.5a2 2 0 012 2V7a3.5 3.5 0 013.5 3.5l-.004.174A3.5 3.5 0 0114.5 14v2a2 2 0 01-2 2H2a2 2 0 01-2-2v-4.023h2a1.476 1.476 0 001.47-1.332l.007-.145A1.476 1.476 0 002 9.023H0V5.5a2 2 0 012-2h2a3.5 3.5 0 01.905-2.349l.12-.126A3.5 3.5 0 017.5 0zm0 2.023A1.476 1.476 0 006.023 3.5v2H2V7a3.5 3.5 0 013.5 3.5l-.004.174A3.5 3.5 0 012 14v2h10.5l.014-4.023H14.5a1.476 1.476 0 001.47-1.332l.007-.145A1.476 1.476 0 0014.5 9.023h.16-2.146L12.5 5.5H8.977v-2A1.476 1.476 0 007.5 2.023z"
|
|
9031
|
+
}));
|
|
9032
|
+
});
|
|
9033
|
+
PuzzleIcon.displayName = "PuzzleIcon";
|
|
9034
|
+
var PuzzleIcon$1 = PuzzleIcon;
|
|
9035
|
+
|
|
8985
9036
|
var _excluded$2g = ["gradient"];
|
|
8986
9037
|
|
|
8987
9038
|
/**
|
|
@@ -22717,7 +22768,7 @@
|
|
|
22717
22768
|
if (e.key === "Escape") {
|
|
22718
22769
|
escapeRef.current = true;
|
|
22719
22770
|
e.target.blur();
|
|
22720
|
-
typeof onCancel === "function" && onCancel();
|
|
22771
|
+
typeof onCancel === "function" && onCancel(e);
|
|
22721
22772
|
}
|
|
22722
22773
|
}, [onCancel, multiline]);
|
|
22723
22774
|
var handleChange = React.useCallback(function (e) {
|
|
@@ -25035,6 +25086,7 @@
|
|
|
25035
25086
|
exports.ProjectTemplateConvertIcon = ProjectTemplateConvertIcon$1;
|
|
25036
25087
|
exports.ProjectTemplateIcon = ProjectTemplateIcon$1;
|
|
25037
25088
|
exports.ProjectsIcon = ProjectsIcon$1;
|
|
25089
|
+
exports.PuzzleIcon = PuzzleIcon$1;
|
|
25038
25090
|
exports.RadioBlankIcon = RadioBlankIcon$1;
|
|
25039
25091
|
exports.RadioButton = RadioButton;
|
|
25040
25092
|
exports.RadioButtonIcon = RadioButtonIcon$1;
|