@activecollab/components 2.0.378 → 2.0.379
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Icons/collection/TextAlignCenter.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignCenter.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextAlignJustify.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignJustify.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextAlignLeft.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignLeft.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextAlignRight.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignRight.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleBold.js +62 -0
- package/dist/cjs/components/Icons/collection/TextStyleBold.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleItalic.js +62 -0
- package/dist/cjs/components/Icons/collection/TextStyleItalic.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleStrike.js +68 -0
- package/dist/cjs/components/Icons/collection/TextStyleStrike.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleUnderline.js +68 -0
- package/dist/cjs/components/Icons/collection/TextStyleUnderline.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +56 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/TextAlignCenter.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.js +55 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.js +55 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.js +61 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.js +61 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +8 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +8 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/index.js +910 -482
- 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$5F = ["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$5F);
|
|
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$5E = ["gradient"];
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
290
|
* @component AddCrossTinyIcon
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
*/
|
|
315
315
|
var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
316
316
|
var gradient = _ref.gradient,
|
|
317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
317
|
+
props = _objectWithoutProperties(_ref, _excluded$5E);
|
|
318
318
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
319
319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
320
320
|
width: 24,
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
|
|
335
335
|
var AddCrossTinyIcon$1 = AddCrossTinyIcon;
|
|
336
336
|
|
|
337
|
-
var _excluded$
|
|
337
|
+
var _excluded$5D = ["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$5D);
|
|
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$5C = ["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$5C);
|
|
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$5B = ["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$5B);
|
|
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$5A = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$5A);
|
|
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$5z = ["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$5z);
|
|
438
438
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
439
439
|
className: className,
|
|
440
440
|
ref: ref,
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
return size === "big" && styled.css(["width:40px;"]);
|
|
1004
1004
|
});
|
|
1005
1005
|
|
|
1006
|
-
var _excluded$
|
|
1006
|
+
var _excluded$5y = ["children", "className", "variant", "size", "active"];
|
|
1007
1007
|
|
|
1008
1008
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
1009
1009
|
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
variant = _ref.variant,
|
|
1034
1034
|
size = _ref.size,
|
|
1035
1035
|
active = _ref.active,
|
|
1036
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
1036
|
+
args = _objectWithoutProperties(_ref, _excluded$5y);
|
|
1037
1037
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
1038
1038
|
className: className,
|
|
1039
1039
|
variant: variant,
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
});
|
|
1045
1045
|
IconButton.displayName = "IconButton";
|
|
1046
1046
|
|
|
1047
|
-
var _excluded$
|
|
1047
|
+
var _excluded$5x = ["gradient"];
|
|
1048
1048
|
|
|
1049
1049
|
/**
|
|
1050
1050
|
* @component RecurringIcon
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
*/
|
|
1075
1075
|
var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1076
1076
|
var gradient = _ref.gradient,
|
|
1077
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1077
|
+
props = _objectWithoutProperties(_ref, _excluded$5x);
|
|
1078
1078
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1079
1079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1080
1080
|
width: 18,
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
RecurringIcon.displayName = "RecurringIcon";
|
|
1096
1096
|
var RecurringIcon$1 = RecurringIcon;
|
|
1097
1097
|
|
|
1098
|
-
var _excluded$
|
|
1098
|
+
var _excluded$5w = ["gradient"];
|
|
1099
1099
|
|
|
1100
1100
|
/**
|
|
1101
1101
|
* @component AccessLogIcon
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
*/
|
|
1126
1126
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1127
1127
|
var gradient = _ref.gradient,
|
|
1128
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1128
|
+
props = _objectWithoutProperties(_ref, _excluded$5w);
|
|
1129
1129
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1130
1130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1131
1131
|
width: 24,
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1154
1154
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1155
1155
|
|
|
1156
|
-
var _excluded$
|
|
1156
|
+
var _excluded$5v = ["gradient"];
|
|
1157
1157
|
|
|
1158
1158
|
/**
|
|
1159
1159
|
* @component ActivityIcon
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
*/
|
|
1184
1184
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1185
1185
|
var gradient = _ref.gradient,
|
|
1186
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1186
|
+
props = _objectWithoutProperties(_ref, _excluded$5v);
|
|
1187
1187
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1188
1188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1189
1189
|
width: 24,
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1208
1208
|
var ActivityIcon$1 = ActivityIcon;
|
|
1209
1209
|
|
|
1210
|
-
var _excluded$
|
|
1210
|
+
var _excluded$5u = ["gradient"];
|
|
1211
1211
|
|
|
1212
1212
|
/**
|
|
1213
1213
|
* @component AddCrossIcon
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
*/
|
|
1238
1238
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1239
1239
|
var gradient = _ref.gradient,
|
|
1240
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1240
|
+
props = _objectWithoutProperties(_ref, _excluded$5u);
|
|
1241
1241
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1242
1242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1243
1243
|
width: 10,
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1258
1258
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1259
1259
|
|
|
1260
|
-
var _excluded$
|
|
1260
|
+
var _excluded$5t = ["gradient"];
|
|
1261
1261
|
|
|
1262
1262
|
/**
|
|
1263
1263
|
* @component ArchiveIcon
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
*/
|
|
1288
1288
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1289
1289
|
var gradient = _ref.gradient,
|
|
1290
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1290
|
+
props = _objectWithoutProperties(_ref, _excluded$5t);
|
|
1291
1291
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1292
1292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1293
1293
|
width: 24,
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1309
1309
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1310
1310
|
|
|
1311
|
-
var _excluded$
|
|
1311
|
+
var _excluded$5s = ["gradient"];
|
|
1312
1312
|
|
|
1313
1313
|
/**
|
|
1314
1314
|
* @component ArrowBackMobileIcon
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1340
1340
|
var gradient = _ref.gradient,
|
|
1341
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1341
|
+
props = _objectWithoutProperties(_ref, _excluded$5s);
|
|
1342
1342
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1343
1343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1344
1344
|
width: 24,
|
|
@@ -1359,7 +1359,7 @@
|
|
|
1359
1359
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1360
1360
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1361
1361
|
|
|
1362
|
-
var _excluded$
|
|
1362
|
+
var _excluded$5r = ["gradient"];
|
|
1363
1363
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
*/
|
|
1390
1390
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1391
1391
|
var gradient = _ref.gradient,
|
|
1392
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1392
|
+
props = _objectWithoutProperties(_ref, _excluded$5r);
|
|
1393
1393
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1394
1394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1395
1395
|
width: 24,
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1410
1410
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1411
1411
|
|
|
1412
|
-
var _excluded$
|
|
1412
|
+
var _excluded$5q = ["gradient"];
|
|
1413
1413
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* @component ArrowDownLongIcon
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
*/
|
|
1440
1440
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1441
1441
|
var gradient = _ref.gradient,
|
|
1442
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1442
|
+
props = _objectWithoutProperties(_ref, _excluded$5q);
|
|
1443
1443
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1444
1444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1445
1445
|
width: 24,
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1460
1460
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1461
1461
|
|
|
1462
|
-
var _excluded$
|
|
1462
|
+
var _excluded$5p = ["gradient"];
|
|
1463
1463
|
|
|
1464
1464
|
/**
|
|
1465
1465
|
* @component ArrowDownSmallIcon
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
*/
|
|
1490
1490
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1491
1491
|
var gradient = _ref.gradient,
|
|
1492
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1492
|
+
props = _objectWithoutProperties(_ref, _excluded$5p);
|
|
1493
1493
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1494
1494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1495
1495
|
width: 16,
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1510
1510
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1511
1511
|
|
|
1512
|
-
var _excluded$
|
|
1512
|
+
var _excluded$5o = ["gradient"];
|
|
1513
1513
|
|
|
1514
1514
|
/**
|
|
1515
1515
|
* @component ArrowDownIcon
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
*/
|
|
1540
1540
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1541
1541
|
var gradient = _ref.gradient,
|
|
1542
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1542
|
+
props = _objectWithoutProperties(_ref, _excluded$5o);
|
|
1543
1543
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1544
1544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1545
1545
|
width: 24,
|
|
@@ -1558,7 +1558,7 @@
|
|
|
1558
1558
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1559
1559
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1560
1560
|
|
|
1561
|
-
var _excluded$
|
|
1561
|
+
var _excluded$5n = ["gradient"];
|
|
1562
1562
|
|
|
1563
1563
|
/**
|
|
1564
1564
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
*/
|
|
1589
1589
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1590
1590
|
var gradient = _ref.gradient,
|
|
1591
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1591
|
+
props = _objectWithoutProperties(_ref, _excluded$5n);
|
|
1592
1592
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1593
1593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
1594
|
width: 24,
|
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1609
1609
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1610
1610
|
|
|
1611
|
-
var _excluded$
|
|
1611
|
+
var _excluded$5m = ["gradient"];
|
|
1612
1612
|
|
|
1613
1613
|
/**
|
|
1614
1614
|
* @component ArrowLeftBoxIcon
|
|
@@ -1638,7 +1638,7 @@
|
|
|
1638
1638
|
*/
|
|
1639
1639
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1640
1640
|
var gradient = _ref.gradient,
|
|
1641
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1641
|
+
props = _objectWithoutProperties(_ref, _excluded$5m);
|
|
1642
1642
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1643
1643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1644
1644
|
width: 24,
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1659
1659
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1660
1660
|
|
|
1661
|
-
var _excluded$
|
|
1661
|
+
var _excluded$5l = ["gradient"];
|
|
1662
1662
|
|
|
1663
1663
|
/**
|
|
1664
1664
|
* @component ArrowLeftIcon
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
*/
|
|
1689
1689
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1690
1690
|
var gradient = _ref.gradient,
|
|
1691
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1691
|
+
props = _objectWithoutProperties(_ref, _excluded$5l);
|
|
1692
1692
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1693
1693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1694
1694
|
width: 24,
|
|
@@ -1708,7 +1708,7 @@
|
|
|
1708
1708
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1709
1709
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1710
1710
|
|
|
1711
|
-
var _excluded$
|
|
1711
|
+
var _excluded$5k = ["gradient"];
|
|
1712
1712
|
|
|
1713
1713
|
/**
|
|
1714
1714
|
* @component ArrowRefreshIcon
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1740
1740
|
var gradient = _ref.gradient,
|
|
1741
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1741
|
+
props = _objectWithoutProperties(_ref, _excluded$5k);
|
|
1742
1742
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1743
1743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1744
1744
|
width: 24,
|
|
@@ -1759,7 +1759,7 @@
|
|
|
1759
1759
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1760
1760
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1761
1761
|
|
|
1762
|
-
var _excluded$
|
|
1762
|
+
var _excluded$5j = ["gradient"];
|
|
1763
1763
|
|
|
1764
1764
|
/**
|
|
1765
1765
|
* @component ArrowRestoreIcon
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
*/
|
|
1790
1790
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1791
1791
|
var gradient = _ref.gradient,
|
|
1792
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1792
|
+
props = _objectWithoutProperties(_ref, _excluded$5j);
|
|
1793
1793
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1794
1794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1795
1795
|
width: 24,
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1810
1810
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1811
1811
|
|
|
1812
|
-
var _excluded$
|
|
1812
|
+
var _excluded$5i = ["gradient"];
|
|
1813
1813
|
|
|
1814
1814
|
/**
|
|
1815
1815
|
* @component ArrowRightIcon
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
*/
|
|
1840
1840
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1841
1841
|
var gradient = _ref.gradient,
|
|
1842
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1842
|
+
props = _objectWithoutProperties(_ref, _excluded$5i);
|
|
1843
1843
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1844
1844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1845
1845
|
width: 24,
|
|
@@ -1859,7 +1859,7 @@
|
|
|
1859
1859
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1860
1860
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1861
1861
|
|
|
1862
|
-
var _excluded$
|
|
1862
|
+
var _excluded$5h = ["gradient"];
|
|
1863
1863
|
|
|
1864
1864
|
/**
|
|
1865
1865
|
* @component ArrowUpLongIcon
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
*/
|
|
1890
1890
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1891
1891
|
var gradient = _ref.gradient,
|
|
1892
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1892
|
+
props = _objectWithoutProperties(_ref, _excluded$5h);
|
|
1893
1893
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1894
1894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1895
1895
|
width: 24,
|
|
@@ -1909,7 +1909,7 @@
|
|
|
1909
1909
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1910
1910
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1911
1911
|
|
|
1912
|
-
var _excluded$
|
|
1912
|
+
var _excluded$5g = ["gradient"];
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* @component ArrowUpIcon
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
*/
|
|
1940
1940
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1941
1941
|
var gradient = _ref.gradient,
|
|
1942
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1942
|
+
props = _objectWithoutProperties(_ref, _excluded$5g);
|
|
1943
1943
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1944
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1945
1945
|
width: 24,
|
|
@@ -1958,7 +1958,7 @@
|
|
|
1958
1958
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1959
1959
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1960
1960
|
|
|
1961
|
-
var _excluded$
|
|
1961
|
+
var _excluded$5f = ["gradient"];
|
|
1962
1962
|
|
|
1963
1963
|
/**
|
|
1964
1964
|
* @component AssignIcon
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
*/
|
|
1989
1989
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1990
1990
|
var gradient = _ref.gradient,
|
|
1991
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1991
|
+
props = _objectWithoutProperties(_ref, _excluded$5f);
|
|
1992
1992
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1993
1993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1994
1994
|
width: 24,
|
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
AssignIcon.displayName = "AssignIcon";
|
|
2009
2009
|
var AssignIcon$1 = AssignIcon;
|
|
2010
2010
|
|
|
2011
|
-
var _excluded$
|
|
2011
|
+
var _excluded$5e = ["gradient"];
|
|
2012
2012
|
|
|
2013
2013
|
/**
|
|
2014
2014
|
* @component AttachmentIcon
|
|
@@ -2038,7 +2038,7 @@
|
|
|
2038
2038
|
*/
|
|
2039
2039
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2040
2040
|
var gradient = _ref.gradient,
|
|
2041
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2041
|
+
props = _objectWithoutProperties(_ref, _excluded$5e);
|
|
2042
2042
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2043
2043
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
2044
|
width: 24,
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
2059
2059
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
2060
2060
|
|
|
2061
|
-
var _excluded$
|
|
2061
|
+
var _excluded$5d = ["gradient"];
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
2064
|
* @component BellOffSmallIcon
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
*/
|
|
2089
2089
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2090
2090
|
var gradient = _ref.gradient,
|
|
2091
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2091
|
+
props = _objectWithoutProperties(_ref, _excluded$5d);
|
|
2092
2092
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2093
2093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2094
2094
|
width: 12,
|
|
@@ -2108,7 +2108,7 @@
|
|
|
2108
2108
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2109
2109
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2110
2110
|
|
|
2111
|
-
var _excluded$
|
|
2111
|
+
var _excluded$5c = ["gradient"];
|
|
2112
2112
|
|
|
2113
2113
|
/**
|
|
2114
2114
|
* @component BellOffIcon
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
*/
|
|
2139
2139
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2140
2140
|
var gradient = _ref.gradient,
|
|
2141
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2141
|
+
props = _objectWithoutProperties(_ref, _excluded$5c);
|
|
2142
2142
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2143
2143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2144
2144
|
width: 24,
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2159
2159
|
var BellOffIcon$1 = BellOffIcon;
|
|
2160
2160
|
|
|
2161
|
-
var _excluded$
|
|
2161
|
+
var _excluded$5b = ["gradient"];
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
2164
|
* @component BillingIcon
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
*/
|
|
2189
2189
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2190
2190
|
var gradient = _ref.gradient,
|
|
2191
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2191
|
+
props = _objectWithoutProperties(_ref, _excluded$5b);
|
|
2192
2192
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2193
2193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2194
2194
|
width: 24,
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
BillingIcon.displayName = "BillingIcon";
|
|
2212
2212
|
var BillingIcon$1 = BillingIcon;
|
|
2213
2213
|
|
|
2214
|
-
var _excluded$
|
|
2214
|
+
var _excluded$5a = ["gradient"];
|
|
2215
2215
|
|
|
2216
2216
|
/**
|
|
2217
2217
|
* @component BudgetAlertIcon
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
*/
|
|
2242
2242
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2243
2243
|
var gradient = _ref.gradient,
|
|
2244
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2244
|
+
props = _objectWithoutProperties(_ref, _excluded$5a);
|
|
2245
2245
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2246
2246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2247
2247
|
width: 24,
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2262
2262
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2263
2263
|
|
|
2264
|
-
var _excluded$
|
|
2264
|
+
var _excluded$59 = ["gradient"];
|
|
2265
2265
|
|
|
2266
2266
|
/**
|
|
2267
2267
|
* @component BulbIcon
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
*/
|
|
2292
2292
|
var BulbIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2293
2293
|
var gradient = _ref.gradient,
|
|
2294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2294
|
+
props = _objectWithoutProperties(_ref, _excluded$59);
|
|
2295
2295
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2296
2296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2297
2297
|
width: 16,
|
|
@@ -2310,7 +2310,7 @@
|
|
|
2310
2310
|
BulbIcon.displayName = "BulbIcon";
|
|
2311
2311
|
var BulbIcon$1 = BulbIcon;
|
|
2312
2312
|
|
|
2313
|
-
var _excluded$
|
|
2313
|
+
var _excluded$58 = ["gradient"];
|
|
2314
2314
|
|
|
2315
2315
|
/**
|
|
2316
2316
|
* @component CalendarAddXIcon
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
*/
|
|
2341
2341
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2342
2342
|
var gradient = _ref.gradient,
|
|
2343
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2343
|
+
props = _objectWithoutProperties(_ref, _excluded$58);
|
|
2344
2344
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2345
2345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2346
2346
|
width: 24,
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2361
2361
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2362
2362
|
|
|
2363
|
-
var _excluded$
|
|
2363
|
+
var _excluded$57 = ["gradient"];
|
|
2364
2364
|
|
|
2365
2365
|
/**
|
|
2366
2366
|
* @component CalendarImportIcon
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
*/
|
|
2391
2391
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2392
2392
|
var gradient = _ref.gradient,
|
|
2393
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2393
|
+
props = _objectWithoutProperties(_ref, _excluded$57);
|
|
2394
2394
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2395
2395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2396
2396
|
width: 18,
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2414
2414
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2415
2415
|
|
|
2416
|
-
var _excluded$
|
|
2416
|
+
var _excluded$56 = ["gradient"];
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
2419
2419
|
* @component CalendarIcon
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
*/
|
|
2444
2444
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2445
2445
|
var gradient = _ref.gradient,
|
|
2446
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2446
|
+
props = _objectWithoutProperties(_ref, _excluded$56);
|
|
2447
2447
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2448
2448
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2449
2449
|
width: 24,
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2464
2464
|
var CalendarIcon$1 = CalendarIcon;
|
|
2465
2465
|
|
|
2466
|
-
var _excluded$
|
|
2466
|
+
var _excluded$55 = ["gradient"];
|
|
2467
2467
|
|
|
2468
2468
|
/**
|
|
2469
2469
|
* @component CancelCrossIcon
|
|
@@ -2493,7 +2493,7 @@
|
|
|
2493
2493
|
*/
|
|
2494
2494
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2495
2495
|
var gradient = _ref.gradient,
|
|
2496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2496
|
+
props = _objectWithoutProperties(_ref, _excluded$55);
|
|
2497
2497
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2498
2498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2499
2499
|
width: 24,
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2514
2514
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2515
2515
|
|
|
2516
|
-
var _excluded$
|
|
2516
|
+
var _excluded$54 = ["gradient"];
|
|
2517
2517
|
|
|
2518
2518
|
/**
|
|
2519
2519
|
* @component CaretLeftIcon
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
*/
|
|
2544
2544
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2545
2545
|
var gradient = _ref.gradient,
|
|
2546
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2546
|
+
props = _objectWithoutProperties(_ref, _excluded$54);
|
|
2547
2547
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2548
2548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2549
2549
|
width: 18,
|
|
@@ -2563,7 +2563,7 @@
|
|
|
2563
2563
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2564
2564
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2565
2565
|
|
|
2566
|
-
var _excluded$
|
|
2566
|
+
var _excluded$53 = ["gradient"];
|
|
2567
2567
|
|
|
2568
2568
|
/**
|
|
2569
2569
|
* @component CaretRightIcon
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
*/
|
|
2594
2594
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2595
2595
|
var gradient = _ref.gradient,
|
|
2596
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2596
|
+
props = _objectWithoutProperties(_ref, _excluded$53);
|
|
2597
2597
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2598
2598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2599
2599
|
width: 18,
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2614
2614
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2615
2615
|
|
|
2616
|
-
var _excluded$
|
|
2616
|
+
var _excluded$52 = ["gradient"];
|
|
2617
2617
|
|
|
2618
2618
|
/**
|
|
2619
2619
|
* @component ChatIcon
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
*/
|
|
2644
2644
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2645
2645
|
var gradient = _ref.gradient,
|
|
2646
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2646
|
+
props = _objectWithoutProperties(_ref, _excluded$52);
|
|
2647
2647
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2648
2648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2649
2649
|
width: 24,
|
|
@@ -2663,7 +2663,7 @@
|
|
|
2663
2663
|
ChatIcon.displayName = "ChatIcon";
|
|
2664
2664
|
var ChatIcon$1 = ChatIcon;
|
|
2665
2665
|
|
|
2666
|
-
var _excluded$
|
|
2666
|
+
var _excluded$51 = ["gradient"];
|
|
2667
2667
|
|
|
2668
2668
|
/**
|
|
2669
2669
|
* @component CheckIcon
|
|
@@ -2693,7 +2693,7 @@
|
|
|
2693
2693
|
*/
|
|
2694
2694
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2695
2695
|
var gradient = _ref.gradient,
|
|
2696
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2696
|
+
props = _objectWithoutProperties(_ref, _excluded$51);
|
|
2697
2697
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2698
2698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2699
2699
|
width: 24,
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
CheckIcon.displayName = "CheckIcon";
|
|
2714
2714
|
var CheckIcon$1 = CheckIcon;
|
|
2715
2715
|
|
|
2716
|
-
var _excluded$
|
|
2716
|
+
var _excluded$50 = ["gradient"];
|
|
2717
2717
|
|
|
2718
2718
|
/**
|
|
2719
2719
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
*/
|
|
2744
2744
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2745
2745
|
var gradient = _ref.gradient,
|
|
2746
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2746
|
+
props = _objectWithoutProperties(_ref, _excluded$50);
|
|
2747
2747
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2748
2748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2749
2749
|
width: 24,
|
|
@@ -2763,7 +2763,7 @@
|
|
|
2763
2763
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2764
2764
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2765
2765
|
|
|
2766
|
-
var _excluded$
|
|
2766
|
+
var _excluded$4$ = ["gradient"];
|
|
2767
2767
|
|
|
2768
2768
|
/**
|
|
2769
2769
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
*/
|
|
2794
2794
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2795
2795
|
var gradient = _ref.gradient,
|
|
2796
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2796
|
+
props = _objectWithoutProperties(_ref, _excluded$4$);
|
|
2797
2797
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2798
2798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2799
2799
|
width: 24,
|
|
@@ -2813,7 +2813,7 @@
|
|
|
2813
2813
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2814
2814
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2815
2815
|
|
|
2816
|
-
var _excluded$
|
|
2816
|
+
var _excluded$4_ = ["gradient"];
|
|
2817
2817
|
|
|
2818
2818
|
/**
|
|
2819
2819
|
* @component CheckboxCircleBlankIcon
|
|
@@ -2843,7 +2843,7 @@
|
|
|
2843
2843
|
*/
|
|
2844
2844
|
var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2845
2845
|
var gradient = _ref.gradient,
|
|
2846
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2846
|
+
props = _objectWithoutProperties(_ref, _excluded$4_);
|
|
2847
2847
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2848
2848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2849
2849
|
width: 15,
|
|
@@ -2864,7 +2864,7 @@
|
|
|
2864
2864
|
CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
|
|
2865
2865
|
var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
|
|
2866
2866
|
|
|
2867
|
-
var _excluded$
|
|
2867
|
+
var _excluded$4Z = ["gradient"];
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
2870
|
* @component CheckboxDocumentsIcon
|
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
*/
|
|
2895
2895
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2896
2896
|
var gradient = _ref.gradient,
|
|
2897
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2897
|
+
props = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
2898
2898
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2899
2899
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2900
2900
|
width: 24,
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2915
2915
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2916
2916
|
|
|
2917
|
-
var _excluded$
|
|
2917
|
+
var _excluded$4Y = ["gradient"];
|
|
2918
2918
|
|
|
2919
2919
|
/**
|
|
2920
2920
|
* @component CheckboxIcon
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
*/
|
|
2945
2945
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2946
2946
|
var gradient = _ref.gradient,
|
|
2947
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2947
|
+
props = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
2948
2948
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2949
2949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2950
2950
|
width: 16,
|
|
@@ -2974,7 +2974,7 @@
|
|
|
2974
2974
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2975
2975
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2976
2976
|
|
|
2977
|
-
var _excluded$
|
|
2977
|
+
var _excluded$4X = ["gradient"];
|
|
2978
2978
|
|
|
2979
2979
|
/**
|
|
2980
2980
|
* @component ChecklistSmallIcon
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
*/
|
|
3005
3005
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3006
3006
|
var gradient = _ref.gradient,
|
|
3007
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3007
|
+
props = _objectWithoutProperties(_ref, _excluded$4X);
|
|
3008
3008
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3009
3009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3010
3010
|
width: 12,
|
|
@@ -3024,7 +3024,7 @@
|
|
|
3024
3024
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
3025
3025
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
3026
3026
|
|
|
3027
|
-
var _excluded$
|
|
3027
|
+
var _excluded$4W = ["gradient"];
|
|
3028
3028
|
|
|
3029
3029
|
/**
|
|
3030
3030
|
* @component ChecklistIcon
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
*/
|
|
3055
3055
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3056
3056
|
var gradient = _ref.gradient,
|
|
3057
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3057
|
+
props = _objectWithoutProperties(_ref, _excluded$4W);
|
|
3058
3058
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3059
3059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3060
3060
|
width: 24,
|
|
@@ -3074,7 +3074,7 @@
|
|
|
3074
3074
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
3075
3075
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
3076
3076
|
|
|
3077
|
-
var _excluded$
|
|
3077
|
+
var _excluded$4V = ["gradient"];
|
|
3078
3078
|
|
|
3079
3079
|
/**
|
|
3080
3080
|
* @component CircleDotIcon
|
|
@@ -3104,7 +3104,7 @@
|
|
|
3104
3104
|
*/
|
|
3105
3105
|
var CircleDotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3106
3106
|
var gradient = _ref.gradient,
|
|
3107
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3107
|
+
props = _objectWithoutProperties(_ref, _excluded$4V);
|
|
3108
3108
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3109
3109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3110
3110
|
width: 24,
|
|
@@ -3127,7 +3127,7 @@
|
|
|
3127
3127
|
CircleDotIcon.displayName = "CircleDotIcon";
|
|
3128
3128
|
var CircleDotIcon$1 = CircleDotIcon;
|
|
3129
3129
|
|
|
3130
|
-
var _excluded$
|
|
3130
|
+
var _excluded$4U = ["gradient"];
|
|
3131
3131
|
|
|
3132
3132
|
/**
|
|
3133
3133
|
* @component CircleIcon
|
|
@@ -3157,7 +3157,7 @@
|
|
|
3157
3157
|
*/
|
|
3158
3158
|
var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3159
3159
|
var gradient = _ref.gradient,
|
|
3160
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3160
|
+
props = _objectWithoutProperties(_ref, _excluded$4U);
|
|
3161
3161
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3162
3162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3163
3163
|
width: 24,
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
CircleIcon.displayName = "CircleIcon";
|
|
3177
3177
|
var CircleIcon$1 = CircleIcon;
|
|
3178
3178
|
|
|
3179
|
-
var _excluded$
|
|
3179
|
+
var _excluded$4T = ["gradient"];
|
|
3180
3180
|
|
|
3181
3181
|
/**
|
|
3182
3182
|
* @component CircleMultipleIcon
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
*/
|
|
3207
3207
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3208
3208
|
var gradient = _ref.gradient,
|
|
3209
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3209
|
+
props = _objectWithoutProperties(_ref, _excluded$4T);
|
|
3210
3210
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3211
3211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3212
3212
|
width: 24,
|
|
@@ -3226,7 +3226,7 @@
|
|
|
3226
3226
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
3227
3227
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
3228
3228
|
|
|
3229
|
-
var _excluded$
|
|
3229
|
+
var _excluded$4S = ["gradient"];
|
|
3230
3230
|
|
|
3231
3231
|
/**
|
|
3232
3232
|
* @component ClockAddIcon
|
|
@@ -3256,7 +3256,7 @@
|
|
|
3256
3256
|
*/
|
|
3257
3257
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3258
3258
|
var gradient = _ref.gradient,
|
|
3259
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3259
|
+
props = _objectWithoutProperties(_ref, _excluded$4S);
|
|
3260
3260
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3261
3261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3262
3262
|
width: 24,
|
|
@@ -3276,7 +3276,7 @@
|
|
|
3276
3276
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
3277
3277
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
3278
3278
|
|
|
3279
|
-
var _excluded$
|
|
3279
|
+
var _excluded$4R = ["gradient"];
|
|
3280
3280
|
|
|
3281
3281
|
/**
|
|
3282
3282
|
* @component ClockDollarIcon
|
|
@@ -3306,7 +3306,7 @@
|
|
|
3306
3306
|
*/
|
|
3307
3307
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3308
3308
|
var gradient = _ref.gradient,
|
|
3309
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3309
|
+
props = _objectWithoutProperties(_ref, _excluded$4R);
|
|
3310
3310
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3311
3311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3312
3312
|
width: 24,
|
|
@@ -3329,7 +3329,7 @@
|
|
|
3329
3329
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3330
3330
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3331
3331
|
|
|
3332
|
-
var _excluded$
|
|
3332
|
+
var _excluded$4Q = ["gradient"];
|
|
3333
3333
|
|
|
3334
3334
|
/**
|
|
3335
3335
|
* @component ClockSmallIcon
|
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
*/
|
|
3360
3360
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3361
3361
|
var gradient = _ref.gradient,
|
|
3362
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3362
|
+
props = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
3363
3363
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3364
3364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3365
3365
|
width: 12,
|
|
@@ -3379,7 +3379,7 @@
|
|
|
3379
3379
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3380
3380
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3381
3381
|
|
|
3382
|
-
var _excluded$
|
|
3382
|
+
var _excluded$4P = ["gradient"];
|
|
3383
3383
|
|
|
3384
3384
|
/**
|
|
3385
3385
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3409,7 +3409,7 @@
|
|
|
3409
3409
|
*/
|
|
3410
3410
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3411
3411
|
var gradient = _ref.gradient,
|
|
3412
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3412
|
+
props = _objectWithoutProperties(_ref, _excluded$4P);
|
|
3413
3413
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3414
3414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3415
3415
|
width: 24,
|
|
@@ -3430,7 +3430,7 @@
|
|
|
3430
3430
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3431
3431
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3432
3432
|
|
|
3433
|
-
var _excluded$
|
|
3433
|
+
var _excluded$4O = ["gradient"];
|
|
3434
3434
|
|
|
3435
3435
|
/**
|
|
3436
3436
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3460,7 +3460,7 @@
|
|
|
3460
3460
|
*/
|
|
3461
3461
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3462
3462
|
var gradient = _ref.gradient,
|
|
3463
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3463
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
3464
3464
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3465
3465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3466
3466
|
width: 12,
|
|
@@ -3480,7 +3480,7 @@
|
|
|
3480
3480
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3481
3481
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3482
3482
|
|
|
3483
|
-
var _excluded$
|
|
3483
|
+
var _excluded$4N = ["gradient"];
|
|
3484
3484
|
|
|
3485
3485
|
/**
|
|
3486
3486
|
* @component ClockStopwatchIcon
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
*/
|
|
3511
3511
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3512
3512
|
var gradient = _ref.gradient,
|
|
3513
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3513
|
+
props = _objectWithoutProperties(_ref, _excluded$4N);
|
|
3514
3514
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3515
3515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3516
3516
|
width: 24,
|
|
@@ -3530,7 +3530,7 @@
|
|
|
3530
3530
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3531
3531
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3532
3532
|
|
|
3533
|
-
var _excluded$
|
|
3533
|
+
var _excluded$4M = ["gradient"];
|
|
3534
3534
|
|
|
3535
3535
|
/**
|
|
3536
3536
|
* @component ClockIcon
|
|
@@ -3560,7 +3560,7 @@
|
|
|
3560
3560
|
*/
|
|
3561
3561
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3562
3562
|
var gradient = _ref.gradient,
|
|
3563
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3563
|
+
props = _objectWithoutProperties(_ref, _excluded$4M);
|
|
3564
3564
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3565
3565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3566
3566
|
width: 24,
|
|
@@ -3580,7 +3580,7 @@
|
|
|
3580
3580
|
ClockIcon.displayName = "ClockIcon";
|
|
3581
3581
|
var ClockIcon$1 = ClockIcon;
|
|
3582
3582
|
|
|
3583
|
-
var _excluded$
|
|
3583
|
+
var _excluded$4L = ["gradient"];
|
|
3584
3584
|
|
|
3585
3585
|
/**
|
|
3586
3586
|
* @component CloseCircleIcon
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
*/
|
|
3611
3611
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3612
3612
|
var gradient = _ref.gradient,
|
|
3613
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3613
|
+
props = _objectWithoutProperties(_ref, _excluded$4L);
|
|
3614
3614
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3615
3615
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3616
3616
|
width: 24,
|
|
@@ -3631,7 +3631,7 @@
|
|
|
3631
3631
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3632
3632
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3633
3633
|
|
|
3634
|
-
var _excluded$
|
|
3634
|
+
var _excluded$4K = ["gradient"];
|
|
3635
3635
|
|
|
3636
3636
|
/**
|
|
3637
3637
|
* @component CloseDocumentIcon
|
|
@@ -3661,7 +3661,7 @@
|
|
|
3661
3661
|
*/
|
|
3662
3662
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3663
3663
|
var gradient = _ref.gradient,
|
|
3664
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3664
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
3665
3665
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3666
3666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3667
3667
|
width: 24,
|
|
@@ -3681,7 +3681,7 @@
|
|
|
3681
3681
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3682
3682
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3683
3683
|
|
|
3684
|
-
var _excluded$
|
|
3684
|
+
var _excluded$4J = ["gradient"];
|
|
3685
3685
|
|
|
3686
3686
|
/**
|
|
3687
3687
|
* @component CloseSmallIcon
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
*/
|
|
3712
3712
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3713
3713
|
var gradient = _ref.gradient,
|
|
3714
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3714
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
3715
3715
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3716
3716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3717
3717
|
width: 24,
|
|
@@ -3731,7 +3731,7 @@
|
|
|
3731
3731
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3732
3732
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3733
3733
|
|
|
3734
|
-
var _excluded$
|
|
3734
|
+
var _excluded$4I = ["gradient"];
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
3737
|
* @component CloseIcon
|
|
@@ -3761,7 +3761,7 @@
|
|
|
3761
3761
|
*/
|
|
3762
3762
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3763
3763
|
var gradient = _ref.gradient,
|
|
3764
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3764
|
+
props = _objectWithoutProperties(_ref, _excluded$4I);
|
|
3765
3765
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3766
3766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3767
3767
|
width: 24,
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
CloseIcon.displayName = "CloseIcon";
|
|
3783
3783
|
var CloseIcon$1 = CloseIcon;
|
|
3784
3784
|
|
|
3785
|
-
var _excluded$
|
|
3785
|
+
var _excluded$4H = ["gradient"];
|
|
3786
3786
|
|
|
3787
3787
|
/**
|
|
3788
3788
|
* @component CloudIcon
|
|
@@ -3795,7 +3795,7 @@
|
|
|
3795
3795
|
*/
|
|
3796
3796
|
var CloudIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3797
3797
|
var gradient = _ref.gradient,
|
|
3798
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3798
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
3799
3799
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3800
3800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3801
3801
|
width: 24,
|
|
@@ -3818,7 +3818,7 @@
|
|
|
3818
3818
|
CloudIcon.displayName = "CloudIcon";
|
|
3819
3819
|
var CloudIcon$1 = CloudIcon;
|
|
3820
3820
|
|
|
3821
|
-
var _excluded$
|
|
3821
|
+
var _excluded$4G = ["gradient"];
|
|
3822
3822
|
|
|
3823
3823
|
/**
|
|
3824
3824
|
* @component CloudDeployIcon
|
|
@@ -3833,7 +3833,7 @@
|
|
|
3833
3833
|
*/
|
|
3834
3834
|
var CloudDeployIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3835
3835
|
var gradient = _ref.gradient,
|
|
3836
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3836
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
3837
3837
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3838
3838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3839
3839
|
width: 24,
|
|
@@ -3860,7 +3860,7 @@
|
|
|
3860
3860
|
CloudDeployIcon.displayName = "CloudDeployIcon";
|
|
3861
3861
|
var CloudDeployIcon$1 = CloudDeployIcon;
|
|
3862
3862
|
|
|
3863
|
-
var _excluded$
|
|
3863
|
+
var _excluded$4F = ["gradient"];
|
|
3864
3864
|
|
|
3865
3865
|
/**
|
|
3866
3866
|
* @component CloudDeployFailedIcon
|
|
@@ -3875,7 +3875,7 @@
|
|
|
3875
3875
|
*/
|
|
3876
3876
|
var CloudDeployFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3877
3877
|
var gradient = _ref.gradient,
|
|
3878
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3878
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
3879
3879
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3880
3880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3881
3881
|
width: 24,
|
|
@@ -3902,7 +3902,7 @@
|
|
|
3902
3902
|
CloudDeployFailedIcon.displayName = "CloudDeployFailedIcon";
|
|
3903
3903
|
var CloudDeployFailedIcon$1 = CloudDeployFailedIcon;
|
|
3904
3904
|
|
|
3905
|
-
var _excluded$
|
|
3905
|
+
var _excluded$4E = ["gradient"];
|
|
3906
3906
|
|
|
3907
3907
|
/**
|
|
3908
3908
|
* @component CollapsIcon
|
|
@@ -3932,7 +3932,7 @@
|
|
|
3932
3932
|
*/
|
|
3933
3933
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3934
3934
|
var gradient = _ref.gradient,
|
|
3935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3935
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
3936
3936
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3937
3937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3938
3938
|
width: 6,
|
|
@@ -3952,7 +3952,7 @@
|
|
|
3952
3952
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3953
3953
|
var CollapsIcon$1 = CollapsIcon;
|
|
3954
3954
|
|
|
3955
|
-
var _excluded$
|
|
3955
|
+
var _excluded$4D = ["gradient"];
|
|
3956
3956
|
|
|
3957
3957
|
/**
|
|
3958
3958
|
* @component CollapseAllIcon
|
|
@@ -3982,7 +3982,7 @@
|
|
|
3982
3982
|
*/
|
|
3983
3983
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3984
3984
|
var gradient = _ref.gradient,
|
|
3985
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3985
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
3986
3986
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3987
3987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3988
3988
|
width: 24,
|
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
4003
4003
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
4004
4004
|
|
|
4005
|
-
var _excluded$
|
|
4005
|
+
var _excluded$4C = ["gradient"];
|
|
4006
4006
|
|
|
4007
4007
|
/**
|
|
4008
4008
|
* @component CollapseExpandSingleIcon
|
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
*/
|
|
4033
4033
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4034
4034
|
var gradient = _ref.gradient,
|
|
4035
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4035
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
4036
4036
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4037
4037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4038
4038
|
width: 24,
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
4053
4053
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
4054
4054
|
|
|
4055
|
-
var _excluded$
|
|
4055
|
+
var _excluded$4B = ["gradient"];
|
|
4056
4056
|
|
|
4057
4057
|
/**
|
|
4058
4058
|
* @component CompanyAddIcon
|
|
@@ -4082,7 +4082,7 @@
|
|
|
4082
4082
|
*/
|
|
4083
4083
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4084
4084
|
var gradient = _ref.gradient,
|
|
4085
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4085
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
4086
4086
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4087
4087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4088
4088
|
width: 18,
|
|
@@ -4103,7 +4103,7 @@
|
|
|
4103
4103
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
4104
4104
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
4105
4105
|
|
|
4106
|
-
var _excluded$
|
|
4106
|
+
var _excluded$4A = ["gradient"];
|
|
4107
4107
|
|
|
4108
4108
|
/**
|
|
4109
4109
|
* @component CompanyIcon
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
*/
|
|
4134
4134
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4135
4135
|
var gradient = _ref.gradient,
|
|
4136
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4136
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
4137
4137
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4138
4138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4139
4139
|
width: 24,
|
|
@@ -4154,7 +4154,7 @@
|
|
|
4154
4154
|
CompanyIcon.displayName = "CompanyIcon";
|
|
4155
4155
|
var CompanyIcon$1 = CompanyIcon;
|
|
4156
4156
|
|
|
4157
|
-
var _excluded$
|
|
4157
|
+
var _excluded$4z = ["gradient"];
|
|
4158
4158
|
|
|
4159
4159
|
/**
|
|
4160
4160
|
* @component ComputerIcon
|
|
@@ -4184,7 +4184,7 @@
|
|
|
4184
4184
|
*/
|
|
4185
4185
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4186
4186
|
var gradient = _ref.gradient,
|
|
4187
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4187
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
4188
4188
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4189
4189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4190
4190
|
width: 24,
|
|
@@ -4204,7 +4204,7 @@
|
|
|
4204
4204
|
ComputerIcon.displayName = "ComputerIcon";
|
|
4205
4205
|
var ComputerIcon$1 = ComputerIcon;
|
|
4206
4206
|
|
|
4207
|
-
var _excluded$
|
|
4207
|
+
var _excluded$4y = ["gradient"];
|
|
4208
4208
|
|
|
4209
4209
|
/**
|
|
4210
4210
|
* @component ConnectionIcon
|
|
@@ -4234,7 +4234,7 @@
|
|
|
4234
4234
|
*/
|
|
4235
4235
|
var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4236
4236
|
var gradient = _ref.gradient,
|
|
4237
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4237
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
4238
4238
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4239
4239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4240
4240
|
width: 24,
|
|
@@ -4261,7 +4261,7 @@
|
|
|
4261
4261
|
ConnectionIcon.displayName = "ConnectionIcon";
|
|
4262
4262
|
var ConnectionIcon$1 = ConnectionIcon;
|
|
4263
4263
|
|
|
4264
|
-
var _excluded$
|
|
4264
|
+
var _excluded$4x = ["gradient"];
|
|
4265
4265
|
|
|
4266
4266
|
/**
|
|
4267
4267
|
* @component CopyIcon
|
|
@@ -4291,7 +4291,7 @@
|
|
|
4291
4291
|
*/
|
|
4292
4292
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4293
4293
|
var gradient = _ref.gradient,
|
|
4294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4294
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
4295
4295
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4296
4296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4297
4297
|
width: 24,
|
|
@@ -4311,7 +4311,7 @@
|
|
|
4311
4311
|
CopyIcon.displayName = "CopyIcon";
|
|
4312
4312
|
var CopyIcon$1 = CopyIcon;
|
|
4313
4313
|
|
|
4314
|
-
var _excluded$
|
|
4314
|
+
var _excluded$4w = ["gradient"];
|
|
4315
4315
|
|
|
4316
4316
|
/**
|
|
4317
4317
|
* @component CrownBlankIcon
|
|
@@ -4341,7 +4341,7 @@
|
|
|
4341
4341
|
*/
|
|
4342
4342
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4343
4343
|
var gradient = _ref.gradient,
|
|
4344
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4344
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
4345
4345
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4346
4346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4347
4347
|
width: 24,
|
|
@@ -4361,7 +4361,7 @@
|
|
|
4361
4361
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
4362
4362
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
4363
4363
|
|
|
4364
|
-
var _excluded$
|
|
4364
|
+
var _excluded$4v = ["gradient"];
|
|
4365
4365
|
|
|
4366
4366
|
/**
|
|
4367
4367
|
* @component CrownSelectedIcon
|
|
@@ -4391,7 +4391,7 @@
|
|
|
4391
4391
|
*/
|
|
4392
4392
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4393
4393
|
var gradient = _ref.gradient,
|
|
4394
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4394
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
4395
4395
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4396
4396
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4397
4397
|
width: 24,
|
|
@@ -4411,7 +4411,7 @@
|
|
|
4411
4411
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
4412
4412
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
4413
4413
|
|
|
4414
|
-
var _excluded$
|
|
4414
|
+
var _excluded$4u = ["gradient"];
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
4417
|
* @component DependencySmallIcon
|
|
@@ -4441,7 +4441,7 @@
|
|
|
4441
4441
|
*/
|
|
4442
4442
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4443
4443
|
var gradient = _ref.gradient,
|
|
4444
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4444
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
4445
4445
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4446
4446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4447
4447
|
width: 12,
|
|
@@ -4461,7 +4461,7 @@
|
|
|
4461
4461
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4462
4462
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4463
4463
|
|
|
4464
|
-
var _excluded$
|
|
4464
|
+
var _excluded$4t = ["gradient"];
|
|
4465
4465
|
|
|
4466
4466
|
/**
|
|
4467
4467
|
* @component DependencyIcon
|
|
@@ -4491,7 +4491,7 @@
|
|
|
4491
4491
|
*/
|
|
4492
4492
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4493
4493
|
var gradient = _ref.gradient,
|
|
4494
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4494
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
4495
4495
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4496
4496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4497
4497
|
width: 24,
|
|
@@ -4511,7 +4511,7 @@
|
|
|
4511
4511
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4512
4512
|
var DependencyIcon$1 = DependencyIcon;
|
|
4513
4513
|
|
|
4514
|
-
var _excluded$
|
|
4514
|
+
var _excluded$4s = ["gradient"];
|
|
4515
4515
|
|
|
4516
4516
|
/**
|
|
4517
4517
|
* @component DescriptionSmallIcon
|
|
@@ -4541,7 +4541,7 @@
|
|
|
4541
4541
|
*/
|
|
4542
4542
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4543
4543
|
var gradient = _ref.gradient,
|
|
4544
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4544
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
4545
4545
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4546
4546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4547
4547
|
width: 18,
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4563
4563
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4564
4564
|
|
|
4565
|
-
var _excluded$
|
|
4565
|
+
var _excluded$4r = ["gradient"];
|
|
4566
4566
|
|
|
4567
4567
|
/**
|
|
4568
4568
|
* @component DescriptionIcon
|
|
@@ -4592,7 +4592,7 @@
|
|
|
4592
4592
|
*/
|
|
4593
4593
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4594
4594
|
var gradient = _ref.gradient,
|
|
4595
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4595
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
4596
4596
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4597
4597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4598
4598
|
width: 24,
|
|
@@ -4612,7 +4612,7 @@
|
|
|
4612
4612
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4613
4613
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4614
4614
|
|
|
4615
|
-
var _excluded$
|
|
4615
|
+
var _excluded$4q = ["gradient"];
|
|
4616
4616
|
|
|
4617
4617
|
/**
|
|
4618
4618
|
* @component DiscussionAddIcon
|
|
@@ -4642,7 +4642,7 @@
|
|
|
4642
4642
|
*/
|
|
4643
4643
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4644
4644
|
var gradient = _ref.gradient,
|
|
4645
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4645
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
4646
4646
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4647
4647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4648
4648
|
width: 24,
|
|
@@ -4662,7 +4662,7 @@
|
|
|
4662
4662
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4663
4663
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4664
4664
|
|
|
4665
|
-
var _excluded$
|
|
4665
|
+
var _excluded$4p = ["gradient"];
|
|
4666
4666
|
|
|
4667
4667
|
/**
|
|
4668
4668
|
* @component DiscussionIcon
|
|
@@ -4692,7 +4692,7 @@
|
|
|
4692
4692
|
*/
|
|
4693
4693
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4694
4694
|
var gradient = _ref.gradient,
|
|
4695
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4695
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
4696
4696
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4697
4697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4698
4698
|
width: 24,
|
|
@@ -4713,7 +4713,7 @@
|
|
|
4713
4713
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4714
4714
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4715
4715
|
|
|
4716
|
-
var _excluded$
|
|
4716
|
+
var _excluded$4o = ["gradient"];
|
|
4717
4717
|
|
|
4718
4718
|
/**
|
|
4719
4719
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4743,7 +4743,7 @@
|
|
|
4743
4743
|
*/
|
|
4744
4744
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4745
4745
|
var gradient = _ref.gradient,
|
|
4746
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4746
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
4747
4747
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4748
4748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4749
4749
|
width: 12,
|
|
@@ -4763,7 +4763,7 @@
|
|
|
4763
4763
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4764
4764
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4765
4765
|
|
|
4766
|
-
var _excluded$
|
|
4766
|
+
var _excluded$4n = ["gradient"];
|
|
4767
4767
|
|
|
4768
4768
|
/**
|
|
4769
4769
|
* @component DollarCheckmarkIcon
|
|
@@ -4793,7 +4793,7 @@
|
|
|
4793
4793
|
*/
|
|
4794
4794
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4795
4795
|
var gradient = _ref.gradient,
|
|
4796
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4796
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
4797
4797
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4798
4798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4799
4799
|
width: 24,
|
|
@@ -4813,7 +4813,7 @@
|
|
|
4813
4813
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4814
4814
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4815
4815
|
|
|
4816
|
-
var _excluded$
|
|
4816
|
+
var _excluded$4m = ["gradient"];
|
|
4817
4817
|
|
|
4818
4818
|
/**
|
|
4819
4819
|
* @component DollarClockSmallIcon
|
|
@@ -4843,7 +4843,7 @@
|
|
|
4843
4843
|
*/
|
|
4844
4844
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4845
4845
|
var gradient = _ref.gradient,
|
|
4846
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4846
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
4847
4847
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4848
4848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4849
4849
|
width: 12,
|
|
@@ -4863,7 +4863,7 @@
|
|
|
4863
4863
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4864
4864
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4865
4865
|
|
|
4866
|
-
var _excluded$
|
|
4866
|
+
var _excluded$4l = ["gradient"];
|
|
4867
4867
|
|
|
4868
4868
|
/**
|
|
4869
4869
|
* @component DollarClockIcon
|
|
@@ -4893,7 +4893,7 @@
|
|
|
4893
4893
|
*/
|
|
4894
4894
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4895
4895
|
var gradient = _ref.gradient,
|
|
4896
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4896
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
4897
4897
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4898
4898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4899
4899
|
width: 24,
|
|
@@ -4913,7 +4913,7 @@
|
|
|
4913
4913
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4914
4914
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4915
4915
|
|
|
4916
|
-
var _excluded$
|
|
4916
|
+
var _excluded$4k = ["gradient"];
|
|
4917
4917
|
|
|
4918
4918
|
/**
|
|
4919
4919
|
* @component DollarDocumentPlusIcon
|
|
@@ -4943,7 +4943,7 @@
|
|
|
4943
4943
|
*/
|
|
4944
4944
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4945
4945
|
var gradient = _ref.gradient,
|
|
4946
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4946
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
4947
4947
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4948
4948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4949
4949
|
width: 24,
|
|
@@ -4963,7 +4963,7 @@
|
|
|
4963
4963
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4964
4964
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4965
4965
|
|
|
4966
|
-
var _excluded$
|
|
4966
|
+
var _excluded$4j = ["gradient"];
|
|
4967
4967
|
|
|
4968
4968
|
/**
|
|
4969
4969
|
* @component DollarDocumentIcon
|
|
@@ -4993,7 +4993,7 @@
|
|
|
4993
4993
|
*/
|
|
4994
4994
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4995
4995
|
var gradient = _ref.gradient,
|
|
4996
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4996
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
4997
4997
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4998
4998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4999
4999
|
width: 24,
|
|
@@ -5014,7 +5014,7 @@
|
|
|
5014
5014
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
5015
5015
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
5016
5016
|
|
|
5017
|
-
var _excluded$
|
|
5017
|
+
var _excluded$4i = ["gradient"];
|
|
5018
5018
|
|
|
5019
5019
|
/**
|
|
5020
5020
|
* @component DollarOffSmallIcon
|
|
@@ -5044,7 +5044,7 @@
|
|
|
5044
5044
|
*/
|
|
5045
5045
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5046
5046
|
var gradient = _ref.gradient,
|
|
5047
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5047
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
5048
5048
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5049
5049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5050
5050
|
width: 12,
|
|
@@ -5064,7 +5064,7 @@
|
|
|
5064
5064
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
5065
5065
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
5066
5066
|
|
|
5067
|
-
var _excluded$
|
|
5067
|
+
var _excluded$4h = ["gradient"];
|
|
5068
5068
|
|
|
5069
5069
|
/**
|
|
5070
5070
|
* @component DollarOffIcon
|
|
@@ -5094,7 +5094,7 @@
|
|
|
5094
5094
|
*/
|
|
5095
5095
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5096
5096
|
var gradient = _ref.gradient,
|
|
5097
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5097
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
5098
5098
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5099
5099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5100
5100
|
width: 24,
|
|
@@ -5114,7 +5114,7 @@
|
|
|
5114
5114
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
5115
5115
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
5116
5116
|
|
|
5117
|
-
var _excluded$
|
|
5117
|
+
var _excluded$4g = ["gradient"];
|
|
5118
5118
|
|
|
5119
5119
|
/**
|
|
5120
5120
|
* @component DollarSmallIcon
|
|
@@ -5144,7 +5144,7 @@
|
|
|
5144
5144
|
*/
|
|
5145
5145
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5146
5146
|
var gradient = _ref.gradient,
|
|
5147
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5147
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
5148
5148
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5149
5149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5150
5150
|
width: 12,
|
|
@@ -5164,7 +5164,7 @@
|
|
|
5164
5164
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
5165
5165
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
5166
5166
|
|
|
5167
|
-
var _excluded$
|
|
5167
|
+
var _excluded$4f = ["gradient"];
|
|
5168
5168
|
|
|
5169
5169
|
/**
|
|
5170
5170
|
* @component DollarIcon
|
|
@@ -5194,7 +5194,7 @@
|
|
|
5194
5194
|
*/
|
|
5195
5195
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5196
5196
|
var gradient = _ref.gradient,
|
|
5197
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5197
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
5198
5198
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5199
5199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5200
5200
|
width: 24,
|
|
@@ -5214,7 +5214,7 @@
|
|
|
5214
5214
|
DollarIcon.displayName = "DollarIcon";
|
|
5215
5215
|
var DollarIcon$1 = DollarIcon;
|
|
5216
5216
|
|
|
5217
|
-
var _excluded$
|
|
5217
|
+
var _excluded$4e = ["gradient"];
|
|
5218
5218
|
|
|
5219
5219
|
/**
|
|
5220
5220
|
* @component DownloadIcon
|
|
@@ -5244,7 +5244,7 @@
|
|
|
5244
5244
|
*/
|
|
5245
5245
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5246
5246
|
var gradient = _ref.gradient,
|
|
5247
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5247
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
5248
5248
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5249
5249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5250
5250
|
width: 24,
|
|
@@ -5264,7 +5264,7 @@
|
|
|
5264
5264
|
DownloadIcon.displayName = "DownloadIcon";
|
|
5265
5265
|
var DownloadIcon$1 = DownloadIcon;
|
|
5266
5266
|
|
|
5267
|
-
var _excluded$
|
|
5267
|
+
var _excluded$4d = ["gradient"];
|
|
5268
5268
|
|
|
5269
5269
|
/**
|
|
5270
5270
|
* @component DrawIcon
|
|
@@ -5294,7 +5294,7 @@
|
|
|
5294
5294
|
*/
|
|
5295
5295
|
var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5296
5296
|
var gradient = _ref.gradient,
|
|
5297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5297
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
5298
5298
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5299
5299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5300
5300
|
width: 24,
|
|
@@ -5315,7 +5315,7 @@
|
|
|
5315
5315
|
DrawIcon.displayName = "DrawIcon";
|
|
5316
5316
|
var DrawIcon$1 = DrawIcon;
|
|
5317
5317
|
|
|
5318
|
-
var _excluded$
|
|
5318
|
+
var _excluded$4c = ["gradient"];
|
|
5319
5319
|
|
|
5320
5320
|
/**
|
|
5321
5321
|
* @component DriveIcon
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
*/
|
|
5346
5346
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5347
5347
|
var gradient = _ref.gradient,
|
|
5348
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5348
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
5349
5349
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5350
5350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5351
5351
|
width: 24,
|
|
@@ -5365,7 +5365,7 @@
|
|
|
5365
5365
|
DriveIcon.displayName = "DriveIcon";
|
|
5366
5366
|
var DriveIcon$1 = DriveIcon;
|
|
5367
5367
|
|
|
5368
|
-
var _excluded$
|
|
5368
|
+
var _excluded$4b = ["gradient"];
|
|
5369
5369
|
|
|
5370
5370
|
/**
|
|
5371
5371
|
* @component DropboxIcon
|
|
@@ -5395,7 +5395,7 @@
|
|
|
5395
5395
|
*/
|
|
5396
5396
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5397
5397
|
var gradient = _ref.gradient,
|
|
5398
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5398
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
5399
5399
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5400
5400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5401
5401
|
width: 24,
|
|
@@ -5415,7 +5415,7 @@
|
|
|
5415
5415
|
DropboxIcon.displayName = "DropboxIcon";
|
|
5416
5416
|
var DropboxIcon$1 = DropboxIcon;
|
|
5417
5417
|
|
|
5418
|
-
var _excluded$
|
|
5418
|
+
var _excluded$4a = ["gradient"];
|
|
5419
5419
|
|
|
5420
5420
|
/**
|
|
5421
5421
|
* @component DuplicateIcon
|
|
@@ -5445,7 +5445,7 @@
|
|
|
5445
5445
|
*/
|
|
5446
5446
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5447
5447
|
var gradient = _ref.gradient,
|
|
5448
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5448
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
5449
5449
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5450
5450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5451
5451
|
width: 24,
|
|
@@ -5465,7 +5465,7 @@
|
|
|
5465
5465
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
5466
5466
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
5467
5467
|
|
|
5468
|
-
var _excluded$
|
|
5468
|
+
var _excluded$49 = ["gradient"];
|
|
5469
5469
|
|
|
5470
5470
|
/**
|
|
5471
5471
|
* @component EditMultipleIcon
|
|
@@ -5495,7 +5495,7 @@
|
|
|
5495
5495
|
*/
|
|
5496
5496
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5497
5497
|
var gradient = _ref.gradient,
|
|
5498
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5498
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
5499
5499
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5500
5500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5501
5501
|
width: 24,
|
|
@@ -5515,7 +5515,7 @@
|
|
|
5515
5515
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5516
5516
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5517
5517
|
|
|
5518
|
-
var _excluded$
|
|
5518
|
+
var _excluded$48 = ["gradient"];
|
|
5519
5519
|
|
|
5520
5520
|
/**
|
|
5521
5521
|
* @component EditIcon
|
|
@@ -5545,7 +5545,7 @@
|
|
|
5545
5545
|
*/
|
|
5546
5546
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5547
5547
|
var gradient = _ref.gradient,
|
|
5548
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5548
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
5549
5549
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5550
5550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5551
5551
|
width: 24,
|
|
@@ -5565,7 +5565,7 @@
|
|
|
5565
5565
|
EditIcon.displayName = "EditIcon";
|
|
5566
5566
|
var EditIcon$1 = EditIcon;
|
|
5567
5567
|
|
|
5568
|
-
var _excluded$
|
|
5568
|
+
var _excluded$47 = ["gradient"];
|
|
5569
5569
|
|
|
5570
5570
|
/**
|
|
5571
5571
|
* @component EmojiIcon
|
|
@@ -5595,7 +5595,7 @@
|
|
|
5595
5595
|
*/
|
|
5596
5596
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5597
5597
|
var gradient = _ref.gradient,
|
|
5598
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5598
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
5599
5599
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5600
5600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5601
5601
|
width: 24,
|
|
@@ -5615,7 +5615,7 @@
|
|
|
5615
5615
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5616
5616
|
var EmojiIcon$1 = EmojiIcon;
|
|
5617
5617
|
|
|
5618
|
-
var _excluded$
|
|
5618
|
+
var _excluded$46 = ["gradient"];
|
|
5619
5619
|
|
|
5620
5620
|
/**
|
|
5621
5621
|
* @component EstimatePlusIcon
|
|
@@ -5645,7 +5645,7 @@
|
|
|
5645
5645
|
*/
|
|
5646
5646
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5647
5647
|
var gradient = _ref.gradient,
|
|
5648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5648
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
5649
5649
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5650
5650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5651
5651
|
width: 24,
|
|
@@ -5666,7 +5666,7 @@
|
|
|
5666
5666
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5667
5667
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5668
5668
|
|
|
5669
|
-
var _excluded$
|
|
5669
|
+
var _excluded$45 = ["gradient"];
|
|
5670
5670
|
|
|
5671
5671
|
/**
|
|
5672
5672
|
* @component EstimatesIcon
|
|
@@ -5696,7 +5696,7 @@
|
|
|
5696
5696
|
*/
|
|
5697
5697
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5698
5698
|
var gradient = _ref.gradient,
|
|
5699
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5699
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
5700
5700
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5701
5701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5702
5702
|
width: 24,
|
|
@@ -5720,7 +5720,7 @@
|
|
|
5720
5720
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5721
5721
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5722
5722
|
|
|
5723
|
-
var _excluded$
|
|
5723
|
+
var _excluded$44 = ["gradient"];
|
|
5724
5724
|
|
|
5725
5725
|
/**
|
|
5726
5726
|
* @component ExpandAllIcon
|
|
@@ -5750,7 +5750,7 @@
|
|
|
5750
5750
|
*/
|
|
5751
5751
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5752
5752
|
var gradient = _ref.gradient,
|
|
5753
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5753
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
5754
5754
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5755
5755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5756
5756
|
width: 24,
|
|
@@ -5770,7 +5770,7 @@
|
|
|
5770
5770
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5771
5771
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5772
5772
|
|
|
5773
|
-
var _excluded$
|
|
5773
|
+
var _excluded$43 = ["gradient"];
|
|
5774
5774
|
|
|
5775
5775
|
/**
|
|
5776
5776
|
* @component ExpenseAddIcon
|
|
@@ -5800,7 +5800,7 @@
|
|
|
5800
5800
|
*/
|
|
5801
5801
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5802
5802
|
var gradient = _ref.gradient,
|
|
5803
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5803
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
5804
5804
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5805
5805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5806
5806
|
width: 24,
|
|
@@ -5820,7 +5820,7 @@
|
|
|
5820
5820
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5821
5821
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5822
5822
|
|
|
5823
|
-
var _excluded$
|
|
5823
|
+
var _excluded$42 = ["gradient"];
|
|
5824
5824
|
|
|
5825
5825
|
/**
|
|
5826
5826
|
* @component ExpensePlusIcon
|
|
@@ -5850,7 +5850,7 @@
|
|
|
5850
5850
|
*/
|
|
5851
5851
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5852
5852
|
var gradient = _ref.gradient,
|
|
5853
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5853
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
5854
5854
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5855
5855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5856
5856
|
width: 24,
|
|
@@ -5872,7 +5872,7 @@
|
|
|
5872
5872
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5873
5873
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5874
5874
|
|
|
5875
|
-
var _excluded$
|
|
5875
|
+
var _excluded$41 = ["gradient"];
|
|
5876
5876
|
|
|
5877
5877
|
/**
|
|
5878
5878
|
* @component EyeOffSmallIcon
|
|
@@ -5902,7 +5902,7 @@
|
|
|
5902
5902
|
*/
|
|
5903
5903
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5904
5904
|
var gradient = _ref.gradient,
|
|
5905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5905
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
5906
5906
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5907
5907
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5908
5908
|
width: 12,
|
|
@@ -5922,7 +5922,7 @@
|
|
|
5922
5922
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5923
5923
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5924
5924
|
|
|
5925
|
-
var _excluded$
|
|
5925
|
+
var _excluded$40 = ["gradient"];
|
|
5926
5926
|
|
|
5927
5927
|
/**
|
|
5928
5928
|
* @component EyeOffIcon
|
|
@@ -5952,7 +5952,7 @@
|
|
|
5952
5952
|
*/
|
|
5953
5953
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5954
5954
|
var gradient = _ref.gradient,
|
|
5955
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5955
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
5956
5956
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5957
5957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5958
5958
|
width: 24,
|
|
@@ -5972,7 +5972,7 @@
|
|
|
5972
5972
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5973
5973
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5974
5974
|
|
|
5975
|
-
var _excluded$
|
|
5975
|
+
var _excluded$3$ = ["gradient"];
|
|
5976
5976
|
|
|
5977
5977
|
/**
|
|
5978
5978
|
* @component EyeSmallIcon
|
|
@@ -6002,7 +6002,7 @@
|
|
|
6002
6002
|
*/
|
|
6003
6003
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6004
6004
|
var gradient = _ref.gradient,
|
|
6005
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6005
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
6006
6006
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6007
6007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6008
6008
|
width: 12,
|
|
@@ -6022,7 +6022,7 @@
|
|
|
6022
6022
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
6023
6023
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
6024
6024
|
|
|
6025
|
-
var _excluded$
|
|
6025
|
+
var _excluded$3_ = ["gradient"];
|
|
6026
6026
|
|
|
6027
6027
|
/**
|
|
6028
6028
|
* @component EyeIcon
|
|
@@ -6052,7 +6052,7 @@
|
|
|
6052
6052
|
*/
|
|
6053
6053
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6054
6054
|
var gradient = _ref.gradient,
|
|
6055
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6055
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
6056
6056
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6057
6057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6058
6058
|
width: 24,
|
|
@@ -6072,7 +6072,7 @@
|
|
|
6072
6072
|
EyeIcon.displayName = "EyeIcon";
|
|
6073
6073
|
var EyeIcon$1 = EyeIcon;
|
|
6074
6074
|
|
|
6075
|
-
var _excluded$
|
|
6075
|
+
var _excluded$3Z = ["gradient"];
|
|
6076
6076
|
|
|
6077
6077
|
/**
|
|
6078
6078
|
* @component FilterIcon
|
|
@@ -6102,7 +6102,7 @@
|
|
|
6102
6102
|
*/
|
|
6103
6103
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6104
6104
|
var gradient = _ref.gradient,
|
|
6105
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6105
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
6106
6106
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6107
6107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6108
6108
|
width: 24,
|
|
@@ -6122,7 +6122,7 @@
|
|
|
6122
6122
|
FilterIcon.displayName = "FilterIcon";
|
|
6123
6123
|
var FilterIcon$1 = FilterIcon;
|
|
6124
6124
|
|
|
6125
|
-
var _excluded$
|
|
6125
|
+
var _excluded$3Y = ["gradient"];
|
|
6126
6126
|
|
|
6127
6127
|
/**
|
|
6128
6128
|
* @component FolderMoveIcon
|
|
@@ -6152,7 +6152,7 @@
|
|
|
6152
6152
|
*/
|
|
6153
6153
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6154
6154
|
var gradient = _ref.gradient,
|
|
6155
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6155
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
6156
6156
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6157
6157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6158
6158
|
width: 24,
|
|
@@ -6172,7 +6172,7 @@
|
|
|
6172
6172
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
6173
6173
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
6174
6174
|
|
|
6175
|
-
var _excluded$
|
|
6175
|
+
var _excluded$3X = ["gradient"];
|
|
6176
6176
|
|
|
6177
6177
|
/**
|
|
6178
6178
|
* @component FolderOutlineIcon
|
|
@@ -6202,7 +6202,7 @@
|
|
|
6202
6202
|
*/
|
|
6203
6203
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6204
6204
|
var gradient = _ref.gradient,
|
|
6205
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6205
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
6206
6206
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6207
6207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6208
6208
|
width: 24,
|
|
@@ -6222,7 +6222,7 @@
|
|
|
6222
6222
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
6223
6223
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
6224
6224
|
|
|
6225
|
-
var _excluded$
|
|
6225
|
+
var _excluded$3W = ["gradient"];
|
|
6226
6226
|
|
|
6227
6227
|
/**
|
|
6228
6228
|
* @component FolderPlusIcon
|
|
@@ -6252,7 +6252,7 @@
|
|
|
6252
6252
|
*/
|
|
6253
6253
|
var FolderPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6254
6254
|
var gradient = _ref.gradient,
|
|
6255
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6255
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
6256
6256
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6257
6257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6258
6258
|
width: 24,
|
|
@@ -6273,7 +6273,7 @@
|
|
|
6273
6273
|
FolderPlusIcon.displayName = "FolderPlusIcon";
|
|
6274
6274
|
var FolderPlusIcon$1 = FolderPlusIcon;
|
|
6275
6275
|
|
|
6276
|
-
var _excluded$
|
|
6276
|
+
var _excluded$3V = ["gradient"];
|
|
6277
6277
|
|
|
6278
6278
|
/**
|
|
6279
6279
|
* @component GearIcon
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
*/
|
|
6287
6287
|
var GearIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6288
6288
|
var gradient = _ref.gradient,
|
|
6289
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6289
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
6290
6290
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6291
6291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6292
6292
|
width: 24,
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
GearIcon.displayName = "GearIcon";
|
|
6312
6312
|
var GearIcon$1 = GearIcon;
|
|
6313
6313
|
|
|
6314
|
-
var _excluded$
|
|
6314
|
+
var _excluded$3U = ["gradient"];
|
|
6315
6315
|
var maskUid$1 = 0;
|
|
6316
6316
|
|
|
6317
6317
|
/**
|
|
@@ -6327,7 +6327,7 @@
|
|
|
6327
6327
|
*/
|
|
6328
6328
|
var GearFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6329
6329
|
var gradient = _ref.gradient,
|
|
6330
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6330
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
6331
6331
|
var _useState = React.useState(function () {
|
|
6332
6332
|
return "gear-failed-cut-".concat(++maskUid$1);
|
|
6333
6333
|
}),
|
|
@@ -6378,7 +6378,7 @@
|
|
|
6378
6378
|
GearFailedIcon.displayName = "GearFailedIcon";
|
|
6379
6379
|
var GearFailedIcon$1 = GearFailedIcon;
|
|
6380
6380
|
|
|
6381
|
-
var _excluded$
|
|
6381
|
+
var _excluded$3T = ["gradient"];
|
|
6382
6382
|
|
|
6383
6383
|
/**
|
|
6384
6384
|
* @component GiftIcon
|
|
@@ -6408,7 +6408,7 @@
|
|
|
6408
6408
|
*/
|
|
6409
6409
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6410
6410
|
var gradient = _ref.gradient,
|
|
6411
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6411
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
6412
6412
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6413
6413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6414
6414
|
width: 24,
|
|
@@ -6429,7 +6429,7 @@
|
|
|
6429
6429
|
GiftIcon.displayName = "GiftIcon";
|
|
6430
6430
|
var GiftIcon$1 = GiftIcon;
|
|
6431
6431
|
|
|
6432
|
-
var _excluded$
|
|
6432
|
+
var _excluded$3S = ["gradient"];
|
|
6433
6433
|
|
|
6434
6434
|
/**
|
|
6435
6435
|
* @component GitBranchIcon
|
|
@@ -6442,7 +6442,7 @@
|
|
|
6442
6442
|
*/
|
|
6443
6443
|
var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6444
6444
|
var gradient = _ref.gradient,
|
|
6445
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6445
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
6446
6446
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6447
6447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6448
6448
|
width: 24,
|
|
@@ -6473,7 +6473,7 @@
|
|
|
6473
6473
|
GitBranchIcon.displayName = "GitBranchIcon";
|
|
6474
6474
|
var GitBranchIcon$1 = GitBranchIcon;
|
|
6475
6475
|
|
|
6476
|
-
var _excluded$
|
|
6476
|
+
var _excluded$3R = ["gradient"];
|
|
6477
6477
|
|
|
6478
6478
|
/**
|
|
6479
6479
|
* @component GitCommitIcon
|
|
@@ -6486,7 +6486,7 @@
|
|
|
6486
6486
|
*/
|
|
6487
6487
|
var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6488
6488
|
var gradient = _ref.gradient,
|
|
6489
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6489
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
6490
6490
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6491
6491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6492
6492
|
width: 24,
|
|
@@ -6513,7 +6513,7 @@
|
|
|
6513
6513
|
GitCommitIcon.displayName = "GitCommitIcon";
|
|
6514
6514
|
var GitCommitIcon$1 = GitCommitIcon;
|
|
6515
6515
|
|
|
6516
|
-
var _excluded$
|
|
6516
|
+
var _excluded$3Q = ["gradient"];
|
|
6517
6517
|
|
|
6518
6518
|
/**
|
|
6519
6519
|
* @component GitHubIcon
|
|
@@ -6528,7 +6528,7 @@
|
|
|
6528
6528
|
*/
|
|
6529
6529
|
var GitHubIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6530
6530
|
var gradient = _ref.gradient,
|
|
6531
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6531
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
6532
6532
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6533
6533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6534
6534
|
width: 24,
|
|
@@ -6549,7 +6549,7 @@
|
|
|
6549
6549
|
GitHubIcon.displayName = "GitHubIcon";
|
|
6550
6550
|
var GitHubIcon$1 = GitHubIcon;
|
|
6551
6551
|
|
|
6552
|
-
var _excluded$
|
|
6552
|
+
var _excluded$3P = ["gradient"];
|
|
6553
6553
|
|
|
6554
6554
|
/**
|
|
6555
6555
|
* @component GitIcon
|
|
@@ -6564,7 +6564,7 @@
|
|
|
6564
6564
|
*/
|
|
6565
6565
|
var GitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6566
6566
|
var gradient = _ref.gradient,
|
|
6567
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6567
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
6568
6568
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6569
6569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6570
6570
|
width: 24,
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
GitIcon.displayName = "GitIcon";
|
|
6586
6586
|
var GitIcon$1 = GitIcon;
|
|
6587
6587
|
|
|
6588
|
-
var _excluded$
|
|
6588
|
+
var _excluded$3O = ["gradient"];
|
|
6589
6589
|
|
|
6590
6590
|
/**
|
|
6591
6591
|
* @component GitLabIcon
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
*/
|
|
6601
6601
|
var GitLabIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6602
6602
|
var gradient = _ref.gradient,
|
|
6603
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6603
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
6604
6604
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6605
6605
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6606
6606
|
width: 24,
|
|
@@ -6621,7 +6621,7 @@
|
|
|
6621
6621
|
GitLabIcon.displayName = "GitLabIcon";
|
|
6622
6622
|
var GitLabIcon$1 = GitLabIcon;
|
|
6623
6623
|
|
|
6624
|
-
var _excluded$
|
|
6624
|
+
var _excluded$3N = ["gradient"];
|
|
6625
6625
|
|
|
6626
6626
|
/**
|
|
6627
6627
|
* @component GitMergeIcon
|
|
@@ -6636,7 +6636,7 @@
|
|
|
6636
6636
|
*/
|
|
6637
6637
|
var GitMergeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6638
6638
|
var gradient = _ref.gradient,
|
|
6639
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6639
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
6640
6640
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6641
6641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6642
6642
|
width: 24,
|
|
@@ -6667,7 +6667,7 @@
|
|
|
6667
6667
|
GitMergeIcon.displayName = "GitMergeIcon";
|
|
6668
6668
|
var GitMergeIcon$1 = GitMergeIcon;
|
|
6669
6669
|
|
|
6670
|
-
var _excluded$
|
|
6670
|
+
var _excluded$3M = ["gradient"];
|
|
6671
6671
|
|
|
6672
6672
|
/**
|
|
6673
6673
|
* @component GitPullRequestIcon
|
|
@@ -6680,7 +6680,7 @@
|
|
|
6680
6680
|
*/
|
|
6681
6681
|
var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6682
6682
|
var gradient = _ref.gradient,
|
|
6683
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6683
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
6684
6684
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6685
6685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6686
6686
|
width: 24,
|
|
@@ -6713,7 +6713,7 @@
|
|
|
6713
6713
|
GitPullRequestIcon.displayName = "GitPullRequestIcon";
|
|
6714
6714
|
var GitPullRequestIcon$1 = GitPullRequestIcon;
|
|
6715
6715
|
|
|
6716
|
-
var _excluded$
|
|
6716
|
+
var _excluded$3L = ["gradient"];
|
|
6717
6717
|
|
|
6718
6718
|
/**
|
|
6719
6719
|
* @component GitPullRequestDraftIcon
|
|
@@ -6728,7 +6728,7 @@
|
|
|
6728
6728
|
*/
|
|
6729
6729
|
var GitPullRequestDraftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6730
6730
|
var gradient = _ref.gradient,
|
|
6731
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6731
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
6732
6732
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6733
6733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6734
6734
|
width: 24,
|
|
@@ -6762,7 +6762,7 @@
|
|
|
6762
6762
|
GitPullRequestDraftIcon.displayName = "GitPullRequestDraftIcon";
|
|
6763
6763
|
var GitPullRequestDraftIcon$1 = GitPullRequestDraftIcon;
|
|
6764
6764
|
|
|
6765
|
-
var _excluded$
|
|
6765
|
+
var _excluded$3K = ["gradient"];
|
|
6766
6766
|
|
|
6767
6767
|
/**
|
|
6768
6768
|
* @component GitPullRequestClosedIcon
|
|
@@ -6778,7 +6778,7 @@
|
|
|
6778
6778
|
*/
|
|
6779
6779
|
var GitPullRequestClosedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6780
6780
|
var gradient = _ref.gradient,
|
|
6781
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6781
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
6782
6782
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6783
6783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6784
6784
|
width: 24,
|
|
@@ -6815,7 +6815,7 @@
|
|
|
6815
6815
|
GitPullRequestClosedIcon.displayName = "GitPullRequestClosedIcon";
|
|
6816
6816
|
var GitPullRequestClosedIcon$1 = GitPullRequestClosedIcon;
|
|
6817
6817
|
|
|
6818
|
-
var _excluded$
|
|
6818
|
+
var _excluded$3J = ["gradient"];
|
|
6819
6819
|
|
|
6820
6820
|
/**
|
|
6821
6821
|
* @component GitRepositoryIcon
|
|
@@ -6829,7 +6829,7 @@
|
|
|
6829
6829
|
*/
|
|
6830
6830
|
var GitRepositoryIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6831
6831
|
var gradient = _ref.gradient,
|
|
6832
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6832
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
6833
6833
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6834
6834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6835
6835
|
width: 24,
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
GitRepositoryIcon.displayName = "GitRepositoryIcon";
|
|
6859
6859
|
var GitRepositoryIcon$1 = GitRepositoryIcon;
|
|
6860
6860
|
|
|
6861
|
-
var _excluded$
|
|
6861
|
+
var _excluded$3I = ["gradient"];
|
|
6862
6862
|
var maskUid = 0;
|
|
6863
6863
|
|
|
6864
6864
|
/**
|
|
@@ -6874,7 +6874,7 @@
|
|
|
6874
6874
|
*/
|
|
6875
6875
|
var GitRepositoryConnectIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6876
6876
|
var gradient = _ref.gradient,
|
|
6877
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6877
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
6878
6878
|
var _useState = React.useState(function () {
|
|
6879
6879
|
return "git-repository-connect-cut-".concat(++maskUid);
|
|
6880
6880
|
}),
|
|
@@ -6935,7 +6935,7 @@
|
|
|
6935
6935
|
GitRepositoryConnectIcon.displayName = "GitRepositoryConnectIcon";
|
|
6936
6936
|
var GitRepositoryConnectIcon$1 = GitRepositoryConnectIcon;
|
|
6937
6937
|
|
|
6938
|
-
var _excluded$
|
|
6938
|
+
var _excluded$3H = ["gradient"];
|
|
6939
6939
|
|
|
6940
6940
|
/**
|
|
6941
6941
|
* @component GroupByIcon
|
|
@@ -6965,7 +6965,7 @@
|
|
|
6965
6965
|
*/
|
|
6966
6966
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6967
6967
|
var gradient = _ref.gradient,
|
|
6968
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6968
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
6969
6969
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6970
6970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6971
6971
|
width: 24,
|
|
@@ -6984,7 +6984,7 @@
|
|
|
6984
6984
|
GroupByIcon.displayName = "GroupByIcon";
|
|
6985
6985
|
var GroupByIcon$1 = GroupByIcon;
|
|
6986
6986
|
|
|
6987
|
-
var _excluded$
|
|
6987
|
+
var _excluded$3G = ["gradient"];
|
|
6988
6988
|
|
|
6989
6989
|
/**
|
|
6990
6990
|
* @component HashtagIcon
|
|
@@ -7014,7 +7014,7 @@
|
|
|
7014
7014
|
*/
|
|
7015
7015
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7016
7016
|
var gradient = _ref.gradient,
|
|
7017
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7017
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
7018
7018
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7019
7019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7020
7020
|
width: 24,
|
|
@@ -7035,7 +7035,7 @@
|
|
|
7035
7035
|
HashtagIcon.displayName = "HashtagIcon";
|
|
7036
7036
|
var HashtagIcon$1 = HashtagIcon;
|
|
7037
7037
|
|
|
7038
|
-
var _excluded$
|
|
7038
|
+
var _excluded$3F = ["gradient"];
|
|
7039
7039
|
|
|
7040
7040
|
/**
|
|
7041
7041
|
* @component HelpIcon
|
|
@@ -7065,7 +7065,7 @@
|
|
|
7065
7065
|
*/
|
|
7066
7066
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7067
7067
|
var gradient = _ref.gradient,
|
|
7068
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7068
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
7069
7069
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7070
7070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7071
7071
|
width: 24,
|
|
@@ -7085,7 +7085,7 @@
|
|
|
7085
7085
|
HelpIcon.displayName = "HelpIcon";
|
|
7086
7086
|
var HelpIcon$1 = HelpIcon;
|
|
7087
7087
|
|
|
7088
|
-
var _excluded$
|
|
7088
|
+
var _excluded$3E = ["gradient"];
|
|
7089
7089
|
|
|
7090
7090
|
/**
|
|
7091
7091
|
* @component HistoryOfChangesIcon
|
|
@@ -7115,7 +7115,7 @@
|
|
|
7115
7115
|
*/
|
|
7116
7116
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7117
7117
|
var gradient = _ref.gradient,
|
|
7118
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7118
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
7119
7119
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7120
7120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7121
7121
|
width: 24,
|
|
@@ -7136,7 +7136,7 @@
|
|
|
7136
7136
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
7137
7137
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
7138
7138
|
|
|
7139
|
-
var _excluded$
|
|
7139
|
+
var _excluded$3D = ["gradient"];
|
|
7140
7140
|
|
|
7141
7141
|
/**
|
|
7142
7142
|
* @component ImageIcon
|
|
@@ -7166,7 +7166,7 @@
|
|
|
7166
7166
|
*/
|
|
7167
7167
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7168
7168
|
var gradient = _ref.gradient,
|
|
7169
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7169
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
7170
7170
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7171
7171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7172
7172
|
width: 24,
|
|
@@ -7187,7 +7187,7 @@
|
|
|
7187
7187
|
ImageIcon.displayName = "ImageIcon";
|
|
7188
7188
|
var ImageIcon$1 = ImageIcon;
|
|
7189
7189
|
|
|
7190
|
-
var _excluded$
|
|
7190
|
+
var _excluded$3C = ["gradient"];
|
|
7191
7191
|
|
|
7192
7192
|
/**
|
|
7193
7193
|
* @component InfoSmallIcon
|
|
@@ -7217,7 +7217,7 @@
|
|
|
7217
7217
|
*/
|
|
7218
7218
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7219
7219
|
var gradient = _ref.gradient,
|
|
7220
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7220
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
7221
7221
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7222
7222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7223
7223
|
width: 15,
|
|
@@ -7237,7 +7237,7 @@
|
|
|
7237
7237
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
7238
7238
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
7239
7239
|
|
|
7240
|
-
var _excluded$
|
|
7240
|
+
var _excluded$3B = ["gradient"];
|
|
7241
7241
|
|
|
7242
7242
|
/**
|
|
7243
7243
|
* @component InfoIcon
|
|
@@ -7267,7 +7267,7 @@
|
|
|
7267
7267
|
*/
|
|
7268
7268
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7269
7269
|
var gradient = _ref.gradient,
|
|
7270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7270
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
7271
7271
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7272
7272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7273
7273
|
width: 24,
|
|
@@ -7287,7 +7287,7 @@
|
|
|
7287
7287
|
InfoIcon.displayName = "InfoIcon";
|
|
7288
7288
|
var InfoIcon$1 = InfoIcon;
|
|
7289
7289
|
|
|
7290
|
-
var _excluded$
|
|
7290
|
+
var _excluded$3A = ["gradient"];
|
|
7291
7291
|
|
|
7292
7292
|
/**
|
|
7293
7293
|
* @component InsertLinkIcon
|
|
@@ -7317,7 +7317,7 @@
|
|
|
7317
7317
|
*/
|
|
7318
7318
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7319
7319
|
var gradient = _ref.gradient,
|
|
7320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7320
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
7321
7321
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7322
7322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7323
7323
|
width: 24,
|
|
@@ -7337,7 +7337,7 @@
|
|
|
7337
7337
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
7338
7338
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
7339
7339
|
|
|
7340
|
-
var _excluded$
|
|
7340
|
+
var _excluded$3z = ["gradient"];
|
|
7341
7341
|
|
|
7342
7342
|
/**
|
|
7343
7343
|
* @component IntegrationsIcon
|
|
@@ -7367,7 +7367,7 @@
|
|
|
7367
7367
|
*/
|
|
7368
7368
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7369
7369
|
var gradient = _ref.gradient,
|
|
7370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7370
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
7371
7371
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7372
7372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7373
7373
|
width: 24,
|
|
@@ -7391,7 +7391,7 @@
|
|
|
7391
7391
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
7392
7392
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
7393
7393
|
|
|
7394
|
-
var _excluded$
|
|
7394
|
+
var _excluded$3y = ["gradient"];
|
|
7395
7395
|
|
|
7396
7396
|
/**
|
|
7397
7397
|
* @component InvoicesIcon
|
|
@@ -7421,7 +7421,7 @@
|
|
|
7421
7421
|
*/
|
|
7422
7422
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7423
7423
|
var gradient = _ref.gradient,
|
|
7424
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7424
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
7425
7425
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7426
7426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7427
7427
|
width: 24,
|
|
@@ -7445,7 +7445,7 @@
|
|
|
7445
7445
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
7446
7446
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
7447
7447
|
|
|
7448
|
-
var _excluded$
|
|
7448
|
+
var _excluded$3x = ["gradient"];
|
|
7449
7449
|
|
|
7450
7450
|
/**
|
|
7451
7451
|
* @component KeyIcon
|
|
@@ -7475,7 +7475,7 @@
|
|
|
7475
7475
|
*/
|
|
7476
7476
|
var KeyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7477
7477
|
var gradient = _ref.gradient,
|
|
7478
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7478
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
7479
7479
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7480
7480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7481
7481
|
width: 24,
|
|
@@ -7494,7 +7494,7 @@
|
|
|
7494
7494
|
KeyIcon.displayName = "KeyIcon";
|
|
7495
7495
|
var KeyIcon$1 = KeyIcon;
|
|
7496
7496
|
|
|
7497
|
-
var _excluded$
|
|
7497
|
+
var _excluded$3w = ["gradient"];
|
|
7498
7498
|
|
|
7499
7499
|
/**
|
|
7500
7500
|
* @component LabelsIcon
|
|
@@ -7524,7 +7524,7 @@
|
|
|
7524
7524
|
*/
|
|
7525
7525
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7526
7526
|
var gradient = _ref.gradient,
|
|
7527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7527
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
7528
7528
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7529
7529
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7530
7530
|
width: 24,
|
|
@@ -7544,7 +7544,7 @@
|
|
|
7544
7544
|
LabelsIcon.displayName = "LabelsIcon";
|
|
7545
7545
|
var LabelsIcon$1 = LabelsIcon;
|
|
7546
7546
|
|
|
7547
|
-
var _excluded$
|
|
7547
|
+
var _excluded$3v = ["gradient"];
|
|
7548
7548
|
|
|
7549
7549
|
/**
|
|
7550
7550
|
* @component LayersIcon
|
|
@@ -7574,7 +7574,7 @@
|
|
|
7574
7574
|
*/
|
|
7575
7575
|
var LayersIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7576
7576
|
var gradient = _ref.gradient,
|
|
7577
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7577
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
7578
7578
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7579
7579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7580
7580
|
width: 24,
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
LayersIcon.displayName = "LayersIcon";
|
|
7599
7599
|
var LayersIcon$1 = LayersIcon;
|
|
7600
7600
|
|
|
7601
|
-
var _excluded$
|
|
7601
|
+
var _excluded$3u = ["gradient"];
|
|
7602
7602
|
|
|
7603
7603
|
/**
|
|
7604
7604
|
* @component LayerBackIcon
|
|
@@ -7628,7 +7628,7 @@
|
|
|
7628
7628
|
*/
|
|
7629
7629
|
var LayerBackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7630
7630
|
var gradient = _ref.gradient,
|
|
7631
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7631
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
7632
7632
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7633
7633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7634
7634
|
width: 24,
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
LayerBackIcon.displayName = "LayerBackIcon";
|
|
7650
7650
|
var LayerBackIcon$1 = LayerBackIcon;
|
|
7651
7651
|
|
|
7652
|
-
var _excluded$
|
|
7652
|
+
var _excluded$3t = ["gradient"];
|
|
7653
7653
|
|
|
7654
7654
|
/**
|
|
7655
7655
|
* @component LayerBackwardIcon
|
|
@@ -7679,7 +7679,7 @@
|
|
|
7679
7679
|
*/
|
|
7680
7680
|
var LayerBackwardIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7681
7681
|
var gradient = _ref.gradient,
|
|
7682
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7682
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
7683
7683
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7684
7684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7685
7685
|
width: 24,
|
|
@@ -7717,7 +7717,7 @@
|
|
|
7717
7717
|
LayerBackwardIcon.displayName = "LayerBackwardIcon";
|
|
7718
7718
|
var LayerBackwardIcon$1 = LayerBackwardIcon;
|
|
7719
7719
|
|
|
7720
|
-
var _excluded$
|
|
7720
|
+
var _excluded$3s = ["gradient"];
|
|
7721
7721
|
|
|
7722
7722
|
/**
|
|
7723
7723
|
* @component LayerForwardIcon
|
|
@@ -7747,7 +7747,7 @@
|
|
|
7747
7747
|
*/
|
|
7748
7748
|
var LayerForwardIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7749
7749
|
var gradient = _ref.gradient,
|
|
7750
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7750
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
7751
7751
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7752
7752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7753
7753
|
width: 24,
|
|
@@ -7785,7 +7785,7 @@
|
|
|
7785
7785
|
LayerForwardIcon.displayName = "LayerForwardIcon";
|
|
7786
7786
|
var LayerForwardIcon$1 = LayerForwardIcon;
|
|
7787
7787
|
|
|
7788
|
-
var _excluded$
|
|
7788
|
+
var _excluded$3r = ["gradient"];
|
|
7789
7789
|
|
|
7790
7790
|
/**
|
|
7791
7791
|
* @component LayerFrontIcon
|
|
@@ -7815,7 +7815,7 @@
|
|
|
7815
7815
|
*/
|
|
7816
7816
|
var LayerFrontIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7817
7817
|
var gradient = _ref.gradient,
|
|
7818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7818
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
7819
7819
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7820
7820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7821
7821
|
width: 24,
|
|
@@ -7836,7 +7836,7 @@
|
|
|
7836
7836
|
LayerFrontIcon.displayName = "LayerFrontIcon";
|
|
7837
7837
|
var LayerFrontIcon$1 = LayerFrontIcon;
|
|
7838
7838
|
|
|
7839
|
-
var _excluded$
|
|
7839
|
+
var _excluded$3q = ["gradient"];
|
|
7840
7840
|
|
|
7841
7841
|
/**
|
|
7842
7842
|
* @component LetterArrowRightIcon
|
|
@@ -7866,7 +7866,7 @@
|
|
|
7866
7866
|
*/
|
|
7867
7867
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7868
7868
|
var gradient = _ref.gradient,
|
|
7869
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7869
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
7870
7870
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7871
7871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7872
7872
|
width: 24,
|
|
@@ -7887,7 +7887,7 @@
|
|
|
7887
7887
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
7888
7888
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
7889
7889
|
|
|
7890
|
-
var _excluded$
|
|
7890
|
+
var _excluded$3p = ["gradient"];
|
|
7891
7891
|
|
|
7892
7892
|
/**
|
|
7893
7893
|
* @component LetterFastIcon
|
|
@@ -7917,7 +7917,7 @@
|
|
|
7917
7917
|
*/
|
|
7918
7918
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7919
7919
|
var gradient = _ref.gradient,
|
|
7920
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7920
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
7921
7921
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7922
7922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7923
7923
|
width: 24,
|
|
@@ -7937,7 +7937,7 @@
|
|
|
7937
7937
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
7938
7938
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
7939
7939
|
|
|
7940
|
-
var _excluded$
|
|
7940
|
+
var _excluded$3o = ["gradient"];
|
|
7941
7941
|
|
|
7942
7942
|
/**
|
|
7943
7943
|
* @component LetterIcon
|
|
@@ -7967,7 +7967,7 @@
|
|
|
7967
7967
|
*/
|
|
7968
7968
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7969
7969
|
var gradient = _ref.gradient,
|
|
7970
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7970
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
7971
7971
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7972
7972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7973
7973
|
width: 24,
|
|
@@ -7988,7 +7988,7 @@
|
|
|
7988
7988
|
LetterIcon.displayName = "LetterIcon";
|
|
7989
7989
|
var LetterIcon$1 = LetterIcon;
|
|
7990
7990
|
|
|
7991
|
-
var _excluded$
|
|
7991
|
+
var _excluded$3n = ["gradient"];
|
|
7992
7992
|
|
|
7993
7993
|
/**
|
|
7994
7994
|
* @component LockSmallIcon
|
|
@@ -8018,7 +8018,7 @@
|
|
|
8018
8018
|
*/
|
|
8019
8019
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8020
8020
|
var gradient = _ref.gradient,
|
|
8021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8021
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
8022
8022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8023
8023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8024
8024
|
width: 12,
|
|
@@ -8038,7 +8038,7 @@
|
|
|
8038
8038
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
8039
8039
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
8040
8040
|
|
|
8041
|
-
var _excluded$
|
|
8041
|
+
var _excluded$3m = ["gradient"];
|
|
8042
8042
|
|
|
8043
8043
|
/**
|
|
8044
8044
|
* @component LockIcon
|
|
@@ -8068,7 +8068,7 @@
|
|
|
8068
8068
|
*/
|
|
8069
8069
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8070
8070
|
var gradient = _ref.gradient,
|
|
8071
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8071
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
8072
8072
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8073
8073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8074
8074
|
width: 24,
|
|
@@ -8088,7 +8088,7 @@
|
|
|
8088
8088
|
LockIcon.displayName = "LockIcon";
|
|
8089
8089
|
var LockIcon$1 = LockIcon;
|
|
8090
8090
|
|
|
8091
|
-
var _excluded$
|
|
8091
|
+
var _excluded$3l = ["gradient"];
|
|
8092
8092
|
|
|
8093
8093
|
/**
|
|
8094
8094
|
* @component MarkerIcon
|
|
@@ -8118,7 +8118,7 @@
|
|
|
8118
8118
|
*/
|
|
8119
8119
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8120
8120
|
var gradient = _ref.gradient,
|
|
8121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8121
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
8122
8122
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8123
8123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8124
8124
|
width: 24,
|
|
@@ -8138,7 +8138,7 @@
|
|
|
8138
8138
|
MarkerIcon.displayName = "MarkerIcon";
|
|
8139
8139
|
var MarkerIcon$1 = MarkerIcon;
|
|
8140
8140
|
|
|
8141
|
-
var _excluded$
|
|
8141
|
+
var _excluded$3k = ["gradient"];
|
|
8142
8142
|
|
|
8143
8143
|
/**
|
|
8144
8144
|
* @component MessageAddIcon
|
|
@@ -8168,7 +8168,7 @@
|
|
|
8168
8168
|
*/
|
|
8169
8169
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8170
8170
|
var gradient = _ref.gradient,
|
|
8171
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8171
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
8172
8172
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8173
8173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8174
8174
|
width: 24,
|
|
@@ -8187,7 +8187,7 @@
|
|
|
8187
8187
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
8188
8188
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
8189
8189
|
|
|
8190
|
-
var _excluded$
|
|
8190
|
+
var _excluded$3j = ["gradient"];
|
|
8191
8191
|
|
|
8192
8192
|
/**
|
|
8193
8193
|
* @component MessageEmptyIcon
|
|
@@ -8217,7 +8217,7 @@
|
|
|
8217
8217
|
*/
|
|
8218
8218
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8219
8219
|
var gradient = _ref.gradient,
|
|
8220
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8220
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
8221
8221
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8222
8222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8223
8223
|
width: 24,
|
|
@@ -8237,7 +8237,7 @@
|
|
|
8237
8237
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
8238
8238
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
8239
8239
|
|
|
8240
|
-
var _excluded$
|
|
8240
|
+
var _excluded$3i = ["gradient"];
|
|
8241
8241
|
|
|
8242
8242
|
/**
|
|
8243
8243
|
* @component MessageSmallIcon
|
|
@@ -8267,7 +8267,7 @@
|
|
|
8267
8267
|
*/
|
|
8268
8268
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8269
8269
|
var gradient = _ref.gradient,
|
|
8270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8270
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
8271
8271
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8272
8272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8273
8273
|
width: 12,
|
|
@@ -8287,7 +8287,7 @@
|
|
|
8287
8287
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
8288
8288
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
8289
8289
|
|
|
8290
|
-
var _excluded$
|
|
8290
|
+
var _excluded$3h = ["gradient"];
|
|
8291
8291
|
|
|
8292
8292
|
/**
|
|
8293
8293
|
* @component MessageSolidIcon
|
|
@@ -8317,7 +8317,7 @@
|
|
|
8317
8317
|
*/
|
|
8318
8318
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8319
8319
|
var gradient = _ref.gradient,
|
|
8320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8320
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
8321
8321
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8322
8322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8323
8323
|
width: 24,
|
|
@@ -8337,7 +8337,7 @@
|
|
|
8337
8337
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
8338
8338
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
8339
8339
|
|
|
8340
|
-
var _excluded$
|
|
8340
|
+
var _excluded$3g = ["gradient"];
|
|
8341
8341
|
|
|
8342
8342
|
/**
|
|
8343
8343
|
* @component MessageStarIcon
|
|
@@ -8367,7 +8367,7 @@
|
|
|
8367
8367
|
*/
|
|
8368
8368
|
var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8369
8369
|
var gradient = _ref.gradient,
|
|
8370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8370
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
8371
8371
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8372
8372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8373
8373
|
width: 24,
|
|
@@ -8390,7 +8390,7 @@
|
|
|
8390
8390
|
MessageStarIcon.displayName = "MessageStarIcon";
|
|
8391
8391
|
var MessageStarIcon$1 = MessageStarIcon;
|
|
8392
8392
|
|
|
8393
|
-
var _excluded$
|
|
8393
|
+
var _excluded$3f = ["gradient"];
|
|
8394
8394
|
|
|
8395
8395
|
/**
|
|
8396
8396
|
* @component MessageIcon
|
|
@@ -8420,7 +8420,7 @@
|
|
|
8420
8420
|
*/
|
|
8421
8421
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8422
8422
|
var gradient = _ref.gradient,
|
|
8423
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8423
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
8424
8424
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8425
8425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8426
8426
|
width: 24,
|
|
@@ -8440,7 +8440,7 @@
|
|
|
8440
8440
|
MessageIcon.displayName = "MessageIcon";
|
|
8441
8441
|
var MessageIcon$1 = MessageIcon;
|
|
8442
8442
|
|
|
8443
|
-
var _excluded$
|
|
8443
|
+
var _excluded$3e = ["gradient"];
|
|
8444
8444
|
|
|
8445
8445
|
/**
|
|
8446
8446
|
* @component MinusIcon
|
|
@@ -8470,7 +8470,7 @@
|
|
|
8470
8470
|
*/
|
|
8471
8471
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8472
8472
|
var gradient = _ref.gradient,
|
|
8473
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8473
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
8474
8474
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8475
8475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8476
8476
|
width: 24,
|
|
@@ -8494,7 +8494,7 @@
|
|
|
8494
8494
|
MinusIcon.displayName = "MinusIcon";
|
|
8495
8495
|
var MinusIcon$1 = MinusIcon;
|
|
8496
8496
|
|
|
8497
|
-
var _excluded$
|
|
8497
|
+
var _excluded$3d = ["gradient"];
|
|
8498
8498
|
|
|
8499
8499
|
/**
|
|
8500
8500
|
* @component MobileMenuIcon
|
|
@@ -8524,7 +8524,7 @@
|
|
|
8524
8524
|
*/
|
|
8525
8525
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8526
8526
|
var gradient = _ref.gradient,
|
|
8527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8527
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
8528
8528
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8529
8529
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8530
8530
|
width: 24,
|
|
@@ -8545,7 +8545,7 @@
|
|
|
8545
8545
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
8546
8546
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
8547
8547
|
|
|
8548
|
-
var _excluded$
|
|
8548
|
+
var _excluded$3c = ["gradient"];
|
|
8549
8549
|
|
|
8550
8550
|
/**
|
|
8551
8551
|
* @component MoneyStackIcon
|
|
@@ -8575,7 +8575,7 @@
|
|
|
8575
8575
|
*/
|
|
8576
8576
|
var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8577
8577
|
var gradient = _ref.gradient,
|
|
8578
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8578
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
8579
8579
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8580
8580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8581
8581
|
width: 24,
|
|
@@ -8602,7 +8602,7 @@
|
|
|
8602
8602
|
MoneyStackIcon.displayName = "MoneyStackIcon";
|
|
8603
8603
|
var MoneyStackIcon$1 = MoneyStackIcon;
|
|
8604
8604
|
|
|
8605
|
-
var _excluded$
|
|
8605
|
+
var _excluded$3b = ["gradient"];
|
|
8606
8606
|
|
|
8607
8607
|
/**
|
|
8608
8608
|
* @component MoonIcon
|
|
@@ -8632,7 +8632,7 @@
|
|
|
8632
8632
|
*/
|
|
8633
8633
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8634
8634
|
var gradient = _ref.gradient,
|
|
8635
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8635
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
8636
8636
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8637
8637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8638
8638
|
width: 20,
|
|
@@ -8653,7 +8653,7 @@
|
|
|
8653
8653
|
MoonIcon.displayName = "MoonIcon";
|
|
8654
8654
|
var MoonIcon$1 = MoonIcon;
|
|
8655
8655
|
|
|
8656
|
-
var _excluded$
|
|
8656
|
+
var _excluded$3a = ["gradient"];
|
|
8657
8657
|
|
|
8658
8658
|
/**
|
|
8659
8659
|
* @component MoveTriggerIcon
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
*/
|
|
8684
8684
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8685
8685
|
var gradient = _ref.gradient,
|
|
8686
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8686
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
8687
8687
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8688
8688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8689
8689
|
width: 10,
|
|
@@ -8703,7 +8703,7 @@
|
|
|
8703
8703
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
8704
8704
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
8705
8705
|
|
|
8706
|
-
var _excluded$
|
|
8706
|
+
var _excluded$39 = ["gradient"];
|
|
8707
8707
|
|
|
8708
8708
|
/**
|
|
8709
8709
|
* @component MoveIcon
|
|
@@ -8733,7 +8733,7 @@
|
|
|
8733
8733
|
*/
|
|
8734
8734
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8735
8735
|
var gradient = _ref.gradient,
|
|
8736
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8736
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
8737
8737
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8738
8738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8739
8739
|
width: 24,
|
|
@@ -8754,7 +8754,7 @@
|
|
|
8754
8754
|
MoveIcon.displayName = "MoveIcon";
|
|
8755
8755
|
var MoveIcon$1 = MoveIcon;
|
|
8756
8756
|
|
|
8757
|
-
var _excluded$
|
|
8757
|
+
var _excluded$38 = ["gradient"];
|
|
8758
8758
|
|
|
8759
8759
|
/**
|
|
8760
8760
|
* @component MyWorkIcon
|
|
@@ -8784,7 +8784,7 @@
|
|
|
8784
8784
|
*/
|
|
8785
8785
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8786
8786
|
var gradient = _ref.gradient,
|
|
8787
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8787
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
8788
8788
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8789
8789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8790
8790
|
width: 24,
|
|
@@ -8808,7 +8808,7 @@
|
|
|
8808
8808
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
8809
8809
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
8810
8810
|
|
|
8811
|
-
var _excluded$
|
|
8811
|
+
var _excluded$37 = ["gradient"];
|
|
8812
8812
|
|
|
8813
8813
|
/**
|
|
8814
8814
|
* @component NoteAddIcon
|
|
@@ -8838,7 +8838,7 @@
|
|
|
8838
8838
|
*/
|
|
8839
8839
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8840
8840
|
var gradient = _ref.gradient,
|
|
8841
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8841
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
8842
8842
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8843
8843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8844
8844
|
width: 24,
|
|
@@ -8858,7 +8858,7 @@
|
|
|
8858
8858
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
8859
8859
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
8860
8860
|
|
|
8861
|
-
var _excluded$
|
|
8861
|
+
var _excluded$36 = ["gradient"];
|
|
8862
8862
|
|
|
8863
8863
|
/**
|
|
8864
8864
|
* @component NoteIcon
|
|
@@ -8888,7 +8888,7 @@
|
|
|
8888
8888
|
*/
|
|
8889
8889
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8890
8890
|
var gradient = _ref.gradient,
|
|
8891
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8891
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
8892
8892
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8893
8893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8894
8894
|
width: 24,
|
|
@@ -8908,7 +8908,7 @@
|
|
|
8908
8908
|
NoteIcon.displayName = "NoteIcon";
|
|
8909
8909
|
var NoteIcon$1 = NoteIcon;
|
|
8910
8910
|
|
|
8911
|
-
var _excluded$
|
|
8911
|
+
var _excluded$35 = ["gradient"];
|
|
8912
8912
|
|
|
8913
8913
|
/**
|
|
8914
8914
|
* @component NotebookIcon
|
|
@@ -8938,7 +8938,7 @@
|
|
|
8938
8938
|
*/
|
|
8939
8939
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8940
8940
|
var gradient = _ref.gradient,
|
|
8941
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8941
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
8942
8942
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8943
8943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8944
8944
|
width: 24,
|
|
@@ -8958,7 +8958,7 @@
|
|
|
8958
8958
|
NotebookIcon.displayName = "NotebookIcon";
|
|
8959
8959
|
var NotebookIcon$1 = NotebookIcon;
|
|
8960
8960
|
|
|
8961
|
-
var _excluded$
|
|
8961
|
+
var _excluded$34 = ["gradient"];
|
|
8962
8962
|
|
|
8963
8963
|
/**
|
|
8964
8964
|
* @component NotificationBellIcon
|
|
@@ -8988,7 +8988,7 @@
|
|
|
8988
8988
|
*/
|
|
8989
8989
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8990
8990
|
var gradient = _ref.gradient,
|
|
8991
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8991
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
8992
8992
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8993
8993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8994
8994
|
width: 24,
|
|
@@ -9007,7 +9007,7 @@
|
|
|
9007
9007
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
9008
9008
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
9009
9009
|
|
|
9010
|
-
var _excluded$
|
|
9010
|
+
var _excluded$33 = ["gradient"];
|
|
9011
9011
|
|
|
9012
9012
|
/**
|
|
9013
9013
|
* @component OpenExpandedIcon
|
|
@@ -9037,7 +9037,7 @@
|
|
|
9037
9037
|
*/
|
|
9038
9038
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9039
9039
|
var gradient = _ref.gradient,
|
|
9040
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9040
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
9041
9041
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9042
9042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9043
9043
|
width: 24,
|
|
@@ -9057,7 +9057,7 @@
|
|
|
9057
9057
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
9058
9058
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
9059
9059
|
|
|
9060
|
-
var _excluded$
|
|
9060
|
+
var _excluded$32 = ["gradient"];
|
|
9061
9061
|
|
|
9062
9062
|
/**
|
|
9063
9063
|
* @component OpenSheetIcon
|
|
@@ -9087,7 +9087,7 @@
|
|
|
9087
9087
|
*/
|
|
9088
9088
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9089
9089
|
var gradient = _ref.gradient,
|
|
9090
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9090
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
9091
9091
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9092
9092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9093
9093
|
width: 24,
|
|
@@ -9112,7 +9112,7 @@
|
|
|
9112
9112
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
9113
9113
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
9114
9114
|
|
|
9115
|
-
var _excluded$
|
|
9115
|
+
var _excluded$31 = ["gradient"];
|
|
9116
9116
|
|
|
9117
9117
|
/**
|
|
9118
9118
|
* @component OrderFirstIcon
|
|
@@ -9142,7 +9142,7 @@
|
|
|
9142
9142
|
*/
|
|
9143
9143
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9144
9144
|
var gradient = _ref.gradient,
|
|
9145
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9145
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
9146
9146
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9147
9147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9148
9148
|
width: 24,
|
|
@@ -9162,7 +9162,7 @@
|
|
|
9162
9162
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
9163
9163
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
9164
9164
|
|
|
9165
|
-
var _excluded$
|
|
9165
|
+
var _excluded$30 = ["gradient"];
|
|
9166
9166
|
|
|
9167
9167
|
/**
|
|
9168
9168
|
* @component PaidSmallIcon
|
|
@@ -9192,7 +9192,7 @@
|
|
|
9192
9192
|
*/
|
|
9193
9193
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9194
9194
|
var gradient = _ref.gradient,
|
|
9195
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9195
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
9196
9196
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9197
9197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9198
9198
|
width: 12,
|
|
@@ -9212,7 +9212,7 @@
|
|
|
9212
9212
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
9213
9213
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
9214
9214
|
|
|
9215
|
-
var _excluded$
|
|
9215
|
+
var _excluded$2$ = ["gradient"];
|
|
9216
9216
|
|
|
9217
9217
|
/**
|
|
9218
9218
|
* @component PauseCircleOutlineIcon
|
|
@@ -9242,7 +9242,7 @@
|
|
|
9242
9242
|
*/
|
|
9243
9243
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9244
9244
|
var gradient = _ref.gradient,
|
|
9245
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9245
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
9246
9246
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9247
9247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9248
9248
|
width: 24,
|
|
@@ -9262,7 +9262,7 @@
|
|
|
9262
9262
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
9263
9263
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
9264
9264
|
|
|
9265
|
-
var _excluded$
|
|
9265
|
+
var _excluded$2_ = ["gradient"];
|
|
9266
9266
|
|
|
9267
9267
|
/**
|
|
9268
9268
|
* @component PauseIcon
|
|
@@ -9292,7 +9292,7 @@
|
|
|
9292
9292
|
*/
|
|
9293
9293
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9294
9294
|
var gradient = _ref.gradient,
|
|
9295
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9295
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
9296
9296
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9297
9297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9298
9298
|
width: 24,
|
|
@@ -9312,7 +9312,7 @@
|
|
|
9312
9312
|
PauseIcon.displayName = "PauseIcon";
|
|
9313
9313
|
var PauseIcon$1 = PauseIcon;
|
|
9314
9314
|
|
|
9315
|
-
var _excluded$
|
|
9315
|
+
var _excluded$2Z = ["gradient"];
|
|
9316
9316
|
|
|
9317
9317
|
/**
|
|
9318
9318
|
* @component PauseSmallIcon
|
|
@@ -9342,7 +9342,7 @@
|
|
|
9342
9342
|
*/
|
|
9343
9343
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9344
9344
|
var gradient = _ref.gradient,
|
|
9345
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9345
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
9346
9346
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9347
9347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9348
9348
|
width: 24,
|
|
@@ -9362,7 +9362,7 @@
|
|
|
9362
9362
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
9363
9363
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
9364
9364
|
|
|
9365
|
-
var _excluded$
|
|
9365
|
+
var _excluded$2Y = ["gradient"];
|
|
9366
9366
|
|
|
9367
9367
|
/**
|
|
9368
9368
|
* @component PencilSmallIcon
|
|
@@ -9392,7 +9392,7 @@
|
|
|
9392
9392
|
*/
|
|
9393
9393
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9394
9394
|
var gradient = _ref.gradient,
|
|
9395
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9395
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
9396
9396
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9397
9397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9398
9398
|
width: 12,
|
|
@@ -9411,7 +9411,7 @@
|
|
|
9411
9411
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
9412
9412
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
9413
9413
|
|
|
9414
|
-
var _excluded$
|
|
9414
|
+
var _excluded$2X = ["gradient"];
|
|
9415
9415
|
|
|
9416
9416
|
/**
|
|
9417
9417
|
* @component PencilIcon
|
|
@@ -9441,7 +9441,7 @@
|
|
|
9441
9441
|
*/
|
|
9442
9442
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9443
9443
|
var gradient = _ref.gradient,
|
|
9444
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9444
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
9445
9445
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9446
9446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9447
9447
|
width: 24,
|
|
@@ -9460,7 +9460,7 @@
|
|
|
9460
9460
|
PencilIcon.displayName = "PencilIcon";
|
|
9461
9461
|
var PencilIcon$1 = PencilIcon;
|
|
9462
9462
|
|
|
9463
|
-
var _excluded$
|
|
9463
|
+
var _excluded$2W = ["gradient"];
|
|
9464
9464
|
|
|
9465
9465
|
/**
|
|
9466
9466
|
* @component PendingPaymentSmallIcon
|
|
@@ -9490,7 +9490,7 @@
|
|
|
9490
9490
|
*/
|
|
9491
9491
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9492
9492
|
var gradient = _ref.gradient,
|
|
9493
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9493
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
9494
9494
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9495
9495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9496
9496
|
width: 12,
|
|
@@ -9510,7 +9510,7 @@
|
|
|
9510
9510
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
9511
9511
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
9512
9512
|
|
|
9513
|
-
var _excluded$
|
|
9513
|
+
var _excluded$2V = ["gradient"];
|
|
9514
9514
|
|
|
9515
9515
|
/**
|
|
9516
9516
|
* @component PeopleIcon
|
|
@@ -9540,7 +9540,7 @@
|
|
|
9540
9540
|
*/
|
|
9541
9541
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9542
9542
|
var gradient = _ref.gradient,
|
|
9543
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9543
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
9544
9544
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9545
9545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9546
9546
|
width: 24,
|
|
@@ -9564,7 +9564,7 @@
|
|
|
9564
9564
|
PeopleIcon.displayName = "PeopleIcon";
|
|
9565
9565
|
var PeopleIcon$1 = PeopleIcon;
|
|
9566
9566
|
|
|
9567
|
-
var _excluded$
|
|
9567
|
+
var _excluded$2U = ["gradient"];
|
|
9568
9568
|
|
|
9569
9569
|
/**
|
|
9570
9570
|
* @component PersonArrowOutCircleIcon
|
|
@@ -9594,7 +9594,7 @@
|
|
|
9594
9594
|
*/
|
|
9595
9595
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9596
9596
|
var gradient = _ref.gradient,
|
|
9597
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9597
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
9598
9598
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9599
9599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9600
9600
|
width: 24,
|
|
@@ -9615,7 +9615,7 @@
|
|
|
9615
9615
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
9616
9616
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
9617
9617
|
|
|
9618
|
-
var _excluded$
|
|
9618
|
+
var _excluded$2T = ["gradient"];
|
|
9619
9619
|
|
|
9620
9620
|
/**
|
|
9621
9621
|
* @component PersonCircleOffIcon
|
|
@@ -9645,7 +9645,7 @@
|
|
|
9645
9645
|
*/
|
|
9646
9646
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9647
9647
|
var gradient = _ref.gradient,
|
|
9648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9648
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
9649
9649
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9650
9650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9651
9651
|
width: 24,
|
|
@@ -9665,7 +9665,7 @@
|
|
|
9665
9665
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
9666
9666
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
9667
9667
|
|
|
9668
|
-
var _excluded$
|
|
9668
|
+
var _excluded$2S = ["gradient"];
|
|
9669
9669
|
|
|
9670
9670
|
/**
|
|
9671
9671
|
* @component PersonCircleIcon
|
|
@@ -9695,7 +9695,7 @@
|
|
|
9695
9695
|
*/
|
|
9696
9696
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9697
9697
|
var gradient = _ref.gradient,
|
|
9698
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9698
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
9699
9699
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9700
9700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9701
9701
|
width: 24,
|
|
@@ -9715,7 +9715,7 @@
|
|
|
9715
9715
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
9716
9716
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
9717
9717
|
|
|
9718
|
-
var _excluded$
|
|
9718
|
+
var _excluded$2R = ["gradient"];
|
|
9719
9719
|
|
|
9720
9720
|
/**
|
|
9721
9721
|
* @component PersonListIcon
|
|
@@ -9745,7 +9745,7 @@
|
|
|
9745
9745
|
*/
|
|
9746
9746
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9747
9747
|
var gradient = _ref.gradient,
|
|
9748
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9748
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
9749
9749
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9750
9750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9751
9751
|
width: 24,
|
|
@@ -9766,7 +9766,7 @@
|
|
|
9766
9766
|
PersonListIcon.displayName = "PersonListIcon";
|
|
9767
9767
|
var PersonListIcon$1 = PersonListIcon;
|
|
9768
9768
|
|
|
9769
|
-
var _excluded$
|
|
9769
|
+
var _excluded$2Q = ["gradient"];
|
|
9770
9770
|
|
|
9771
9771
|
/**
|
|
9772
9772
|
* @component PersonPlusIcon
|
|
@@ -9796,7 +9796,7 @@
|
|
|
9796
9796
|
*/
|
|
9797
9797
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9798
9798
|
var gradient = _ref.gradient,
|
|
9799
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9799
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
9800
9800
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9801
9801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9802
9802
|
width: 24,
|
|
@@ -9816,7 +9816,7 @@
|
|
|
9816
9816
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
9817
9817
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
9818
9818
|
|
|
9819
|
-
var _excluded$
|
|
9819
|
+
var _excluded$2P = ["gradient"];
|
|
9820
9820
|
|
|
9821
9821
|
/**
|
|
9822
9822
|
* @component PersonIcon
|
|
@@ -9846,7 +9846,7 @@
|
|
|
9846
9846
|
*/
|
|
9847
9847
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9848
9848
|
var gradient = _ref.gradient,
|
|
9849
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9849
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
9850
9850
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9851
9851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9852
9852
|
width: 24,
|
|
@@ -9866,7 +9866,7 @@
|
|
|
9866
9866
|
PersonIcon.displayName = "PersonIcon";
|
|
9867
9867
|
var PersonIcon$1 = PersonIcon;
|
|
9868
9868
|
|
|
9869
|
-
var _excluded$
|
|
9869
|
+
var _excluded$2O = ["gradient"];
|
|
9870
9870
|
|
|
9871
9871
|
/**
|
|
9872
9872
|
* @component PinSmallIcon
|
|
@@ -9896,7 +9896,7 @@
|
|
|
9896
9896
|
*/
|
|
9897
9897
|
var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9898
9898
|
var gradient = _ref.gradient,
|
|
9899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9899
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
9900
9900
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9901
9901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9902
9902
|
width: 12,
|
|
@@ -9917,7 +9917,7 @@
|
|
|
9917
9917
|
PinSmallIcon.displayName = "PinSmallIcon";
|
|
9918
9918
|
var PinSmallIcon$1 = PinSmallIcon;
|
|
9919
9919
|
|
|
9920
|
-
var _excluded$
|
|
9920
|
+
var _excluded$2N = ["gradient"];
|
|
9921
9921
|
|
|
9922
9922
|
/**
|
|
9923
9923
|
* @component PinIcon
|
|
@@ -9947,7 +9947,7 @@
|
|
|
9947
9947
|
*/
|
|
9948
9948
|
var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9949
9949
|
var gradient = _ref.gradient,
|
|
9950
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9950
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
9951
9951
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9952
9952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9953
9953
|
width: 24,
|
|
@@ -9967,7 +9967,7 @@
|
|
|
9967
9967
|
PinIcon.displayName = "PinIcon";
|
|
9968
9968
|
var PinIcon$1 = PinIcon;
|
|
9969
9969
|
|
|
9970
|
-
var _excluded$
|
|
9970
|
+
var _excluded$2M = ["gradient"];
|
|
9971
9971
|
|
|
9972
9972
|
/**
|
|
9973
9973
|
* @component PlayCircleOutlineIcon
|
|
@@ -9997,7 +9997,7 @@
|
|
|
9997
9997
|
*/
|
|
9998
9998
|
var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9999
9999
|
var gradient = _ref.gradient,
|
|
10000
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10000
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
10001
10001
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10002
10002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10003
10003
|
width: 24,
|
|
@@ -10017,7 +10017,7 @@
|
|
|
10017
10017
|
PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
|
|
10018
10018
|
var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
|
|
10019
10019
|
|
|
10020
|
-
var _excluded$
|
|
10020
|
+
var _excluded$2L = ["gradient"];
|
|
10021
10021
|
|
|
10022
10022
|
/**
|
|
10023
10023
|
* @component PlayIcon
|
|
@@ -10047,7 +10047,7 @@
|
|
|
10047
10047
|
*/
|
|
10048
10048
|
var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10049
10049
|
var gradient = _ref.gradient,
|
|
10050
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10050
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
10051
10051
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10052
10052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10053
10053
|
width: 24,
|
|
@@ -10067,7 +10067,7 @@
|
|
|
10067
10067
|
PlayIcon.displayName = "PlayIcon";
|
|
10068
10068
|
var PlayIcon$1 = PlayIcon;
|
|
10069
10069
|
|
|
10070
|
-
var _excluded$
|
|
10070
|
+
var _excluded$2K = ["gradient"];
|
|
10071
10071
|
|
|
10072
10072
|
/**
|
|
10073
10073
|
* @component PlaySmallIcon
|
|
@@ -10097,7 +10097,7 @@
|
|
|
10097
10097
|
*/
|
|
10098
10098
|
var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10099
10099
|
var gradient = _ref.gradient,
|
|
10100
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10100
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
10101
10101
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10102
10102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10103
10103
|
width: 24,
|
|
@@ -10117,7 +10117,7 @@
|
|
|
10117
10117
|
PlaySmallIcon.displayName = "PlaySmallIcon";
|
|
10118
10118
|
var PlaySmallIcon$1 = PlaySmallIcon;
|
|
10119
10119
|
|
|
10120
|
-
var _excluded$
|
|
10120
|
+
var _excluded$2J = ["gradient"];
|
|
10121
10121
|
|
|
10122
10122
|
/**
|
|
10123
10123
|
* @component PriorityLowIcon
|
|
@@ -10147,7 +10147,7 @@
|
|
|
10147
10147
|
*/
|
|
10148
10148
|
var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10149
10149
|
var gradient = _ref.gradient,
|
|
10150
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10150
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
10151
10151
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10152
10152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10153
10153
|
width: 24,
|
|
@@ -10168,7 +10168,7 @@
|
|
|
10168
10168
|
PriorityLowIcon.displayName = "PriorityLowIcon";
|
|
10169
10169
|
var PriorityLowIcon$1 = PriorityLowIcon;
|
|
10170
10170
|
|
|
10171
|
-
var _excluded$
|
|
10171
|
+
var _excluded$2I = ["gradient"];
|
|
10172
10172
|
|
|
10173
10173
|
/**
|
|
10174
10174
|
* @component ProjectAddIcon
|
|
@@ -10198,7 +10198,7 @@
|
|
|
10198
10198
|
*/
|
|
10199
10199
|
var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10200
10200
|
var gradient = _ref.gradient,
|
|
10201
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10201
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
10202
10202
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10203
10203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10204
10204
|
width: 24,
|
|
@@ -10218,7 +10218,7 @@
|
|
|
10218
10218
|
ProjectAddIcon.displayName = "ProjectAddIcon";
|
|
10219
10219
|
var ProjectAddIcon$1 = ProjectAddIcon;
|
|
10220
10220
|
|
|
10221
|
-
var _excluded$
|
|
10221
|
+
var _excluded$2H = ["gradient"];
|
|
10222
10222
|
|
|
10223
10223
|
/**
|
|
10224
10224
|
* @component ProjectSearchIcon
|
|
@@ -10248,7 +10248,7 @@
|
|
|
10248
10248
|
*/
|
|
10249
10249
|
var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10250
10250
|
var gradient = _ref.gradient,
|
|
10251
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10251
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
10252
10252
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10253
10253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10254
10254
|
width: 24,
|
|
@@ -10269,7 +10269,7 @@
|
|
|
10269
10269
|
ProjectSearchIcon.displayName = "ProjectSearchIcon";
|
|
10270
10270
|
var ProjectSearchIcon$1 = ProjectSearchIcon;
|
|
10271
10271
|
|
|
10272
|
-
var _excluded$
|
|
10272
|
+
var _excluded$2G = ["gradient"];
|
|
10273
10273
|
|
|
10274
10274
|
/**
|
|
10275
10275
|
* @component ProjectStarIcon
|
|
@@ -10299,7 +10299,7 @@
|
|
|
10299
10299
|
*/
|
|
10300
10300
|
var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10301
10301
|
var gradient = _ref.gradient,
|
|
10302
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10302
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
10303
10303
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10304
10304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10305
10305
|
width: 24,
|
|
@@ -10322,7 +10322,7 @@
|
|
|
10322
10322
|
ProjectStarIcon.displayName = "ProjectStarIcon";
|
|
10323
10323
|
var ProjectStarIcon$1 = ProjectStarIcon;
|
|
10324
10324
|
|
|
10325
|
-
var _excluded$
|
|
10325
|
+
var _excluded$2F = ["gradient"];
|
|
10326
10326
|
|
|
10327
10327
|
/**
|
|
10328
10328
|
* @component ProjectTemplateAddIcon
|
|
@@ -10352,7 +10352,7 @@
|
|
|
10352
10352
|
*/
|
|
10353
10353
|
var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10354
10354
|
var gradient = _ref.gradient,
|
|
10355
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10355
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
10356
10356
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10357
10357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10358
10358
|
width: 24,
|
|
@@ -10372,7 +10372,7 @@
|
|
|
10372
10372
|
ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
|
|
10373
10373
|
var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
|
|
10374
10374
|
|
|
10375
|
-
var _excluded$
|
|
10375
|
+
var _excluded$2E = ["gradient"];
|
|
10376
10376
|
|
|
10377
10377
|
/**
|
|
10378
10378
|
* @component ProjectTemplateConvertIcon
|
|
@@ -10402,7 +10402,7 @@
|
|
|
10402
10402
|
*/
|
|
10403
10403
|
var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10404
10404
|
var gradient = _ref.gradient,
|
|
10405
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10405
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
10406
10406
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10407
10407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10408
10408
|
width: 24,
|
|
@@ -10422,7 +10422,7 @@
|
|
|
10422
10422
|
ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
|
|
10423
10423
|
var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
|
|
10424
10424
|
|
|
10425
|
-
var _excluded$
|
|
10425
|
+
var _excluded$2D = ["gradient"];
|
|
10426
10426
|
|
|
10427
10427
|
/**
|
|
10428
10428
|
* @component ProjectTemplateIcon
|
|
@@ -10452,7 +10452,7 @@
|
|
|
10452
10452
|
*/
|
|
10453
10453
|
var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10454
10454
|
var gradient = _ref.gradient,
|
|
10455
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10455
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
10456
10456
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10457
10457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10458
10458
|
width: 24,
|
|
@@ -10472,7 +10472,7 @@
|
|
|
10472
10472
|
ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
|
|
10473
10473
|
var ProjectTemplateIcon$1 = ProjectTemplateIcon;
|
|
10474
10474
|
|
|
10475
|
-
var _excluded$
|
|
10475
|
+
var _excluded$2C = ["gradient"];
|
|
10476
10476
|
|
|
10477
10477
|
/**
|
|
10478
10478
|
* @component ProjectsIcon
|
|
@@ -10502,7 +10502,7 @@
|
|
|
10502
10502
|
*/
|
|
10503
10503
|
var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10504
10504
|
var gradient = _ref.gradient,
|
|
10505
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10505
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
10506
10506
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10507
10507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10508
10508
|
width: 24,
|
|
@@ -10526,7 +10526,7 @@
|
|
|
10526
10526
|
ProjectsIcon.displayName = "ProjectsIcon";
|
|
10527
10527
|
var ProjectsIcon$1 = ProjectsIcon;
|
|
10528
10528
|
|
|
10529
|
-
var _excluded$
|
|
10529
|
+
var _excluded$2B = ["gradient"];
|
|
10530
10530
|
|
|
10531
10531
|
/**
|
|
10532
10532
|
* @component PuzzleIcon
|
|
@@ -10556,7 +10556,7 @@
|
|
|
10556
10556
|
*/
|
|
10557
10557
|
var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10558
10558
|
var gradient = _ref.gradient,
|
|
10559
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10559
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
10560
10560
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10561
10561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10562
10562
|
width: 24,
|
|
@@ -10577,7 +10577,7 @@
|
|
|
10577
10577
|
PuzzleIcon.displayName = "PuzzleIcon";
|
|
10578
10578
|
var PuzzleIcon$1 = PuzzleIcon;
|
|
10579
10579
|
|
|
10580
|
-
var _excluded$
|
|
10580
|
+
var _excluded$2A = ["gradient"];
|
|
10581
10581
|
|
|
10582
10582
|
/**
|
|
10583
10583
|
* @component RadioBlankIcon
|
|
@@ -10607,7 +10607,7 @@
|
|
|
10607
10607
|
*/
|
|
10608
10608
|
var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10609
10609
|
var gradient = _ref.gradient,
|
|
10610
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10610
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
10611
10611
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10612
10612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10613
10613
|
width: 24,
|
|
@@ -10627,7 +10627,7 @@
|
|
|
10627
10627
|
RadioBlankIcon.displayName = "RadioBlankIcon";
|
|
10628
10628
|
var RadioBlankIcon$1 = RadioBlankIcon;
|
|
10629
10629
|
|
|
10630
|
-
var _excluded$
|
|
10630
|
+
var _excluded$2z = ["gradient"];
|
|
10631
10631
|
|
|
10632
10632
|
/**
|
|
10633
10633
|
* @component RadioButtonIcon
|
|
@@ -10657,7 +10657,7 @@
|
|
|
10657
10657
|
*/
|
|
10658
10658
|
var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10659
10659
|
var gradient = _ref.gradient,
|
|
10660
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10660
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
10661
10661
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10662
10662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10663
10663
|
width: 16,
|
|
@@ -10685,7 +10685,7 @@
|
|
|
10685
10685
|
RadioButtonIcon.displayName = "RadioButtonIcon";
|
|
10686
10686
|
var RadioButtonIcon$1 = RadioButtonIcon;
|
|
10687
10687
|
|
|
10688
|
-
var _excluded$
|
|
10688
|
+
var _excluded$2y = ["gradient"];
|
|
10689
10689
|
|
|
10690
10690
|
/**
|
|
10691
10691
|
* @component RearangeIcon
|
|
@@ -10715,7 +10715,7 @@
|
|
|
10715
10715
|
*/
|
|
10716
10716
|
var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10717
10717
|
var gradient = _ref.gradient,
|
|
10718
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10718
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
10719
10719
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10720
10720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10721
10721
|
width: 24,
|
|
@@ -10735,7 +10735,7 @@
|
|
|
10735
10735
|
RearangeIcon.displayName = "RearangeIcon";
|
|
10736
10736
|
var RearangeIcon$1 = RearangeIcon;
|
|
10737
10737
|
|
|
10738
|
-
var _excluded$
|
|
10738
|
+
var _excluded$2x = ["gradient"];
|
|
10739
10739
|
|
|
10740
10740
|
/**
|
|
10741
10741
|
* @component RearrangeSmallIcon
|
|
@@ -10765,7 +10765,7 @@
|
|
|
10765
10765
|
*/
|
|
10766
10766
|
var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10767
10767
|
var gradient = _ref.gradient,
|
|
10768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10768
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
10769
10769
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10770
10770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10771
10771
|
width: 12,
|
|
@@ -10785,7 +10785,7 @@
|
|
|
10785
10785
|
RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
|
|
10786
10786
|
var RearrangeSmallIcon$1 = RearrangeSmallIcon;
|
|
10787
10787
|
|
|
10788
|
-
var _excluded$
|
|
10788
|
+
var _excluded$2w = ["gradient"];
|
|
10789
10789
|
|
|
10790
10790
|
/**
|
|
10791
10791
|
* @component RecurringCheckmarkSmallIcon
|
|
@@ -10815,7 +10815,7 @@
|
|
|
10815
10815
|
*/
|
|
10816
10816
|
var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10817
10817
|
var gradient = _ref.gradient,
|
|
10818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10818
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
10819
10819
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10820
10820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10821
10821
|
width: 12,
|
|
@@ -10835,7 +10835,7 @@
|
|
|
10835
10835
|
RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
|
|
10836
10836
|
var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
|
|
10837
10837
|
|
|
10838
|
-
var _excluded$
|
|
10838
|
+
var _excluded$2v = ["gradient"];
|
|
10839
10839
|
|
|
10840
10840
|
/**
|
|
10841
10841
|
* @component RecurringCheckmarkIcon
|
|
@@ -10865,7 +10865,7 @@
|
|
|
10865
10865
|
*/
|
|
10866
10866
|
var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10867
10867
|
var gradient = _ref.gradient,
|
|
10868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10868
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
10869
10869
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10870
10870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10871
10871
|
width: 24,
|
|
@@ -10885,7 +10885,7 @@
|
|
|
10885
10885
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
10886
10886
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
10887
10887
|
|
|
10888
|
-
var _excluded$
|
|
10888
|
+
var _excluded$2u = ["gradient"];
|
|
10889
10889
|
|
|
10890
10890
|
/**
|
|
10891
10891
|
* @component RecurringDollarIcon
|
|
@@ -10915,7 +10915,7 @@
|
|
|
10915
10915
|
*/
|
|
10916
10916
|
var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10917
10917
|
var gradient = _ref.gradient,
|
|
10918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10918
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
10919
10919
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10920
10920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10921
10921
|
width: 24,
|
|
@@ -10937,7 +10937,7 @@
|
|
|
10937
10937
|
RecurringDollarIcon.displayName = "RecurringDollarIcon";
|
|
10938
10938
|
var RecurringDollarIcon$1 = RecurringDollarIcon;
|
|
10939
10939
|
|
|
10940
|
-
var _excluded$
|
|
10940
|
+
var _excluded$2t = ["gradient"];
|
|
10941
10941
|
|
|
10942
10942
|
/**
|
|
10943
10943
|
* @component RecurringSmallIcon
|
|
@@ -10967,7 +10967,7 @@
|
|
|
10967
10967
|
*/
|
|
10968
10968
|
var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10969
10969
|
var gradient = _ref.gradient,
|
|
10970
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10970
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
10971
10971
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10972
10972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10973
10973
|
width: 12,
|
|
@@ -10988,7 +10988,7 @@
|
|
|
10988
10988
|
RecurringSmallIcon.displayName = "RecurringSmallIcon";
|
|
10989
10989
|
var RecurringSmallIcon$1 = RecurringSmallIcon;
|
|
10990
10990
|
|
|
10991
|
-
var _excluded$
|
|
10991
|
+
var _excluded$2s = ["gradient"];
|
|
10992
10992
|
|
|
10993
10993
|
/**
|
|
10994
10994
|
* @component ReminderIcon
|
|
@@ -11018,7 +11018,7 @@
|
|
|
11018
11018
|
*/
|
|
11019
11019
|
var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11020
11020
|
var gradient = _ref.gradient,
|
|
11021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11021
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
11022
11022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11023
11023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11024
11024
|
width: 18,
|
|
@@ -11044,7 +11044,7 @@
|
|
|
11044
11044
|
ReminderIcon.displayName = "ReminderIcon";
|
|
11045
11045
|
var ReminderIcon$1 = ReminderIcon;
|
|
11046
11046
|
|
|
11047
|
-
var _excluded$
|
|
11047
|
+
var _excluded$2r = ["gradient"];
|
|
11048
11048
|
|
|
11049
11049
|
/**
|
|
11050
11050
|
* @component ReorderIcon
|
|
@@ -11074,7 +11074,7 @@
|
|
|
11074
11074
|
*/
|
|
11075
11075
|
var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11076
11076
|
var gradient = _ref.gradient,
|
|
11077
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11077
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
11078
11078
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11079
11079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11080
11080
|
width: 24,
|
|
@@ -11093,7 +11093,7 @@
|
|
|
11093
11093
|
ReorderIcon.displayName = "ReorderIcon";
|
|
11094
11094
|
var ReorderIcon$1 = ReorderIcon;
|
|
11095
11095
|
|
|
11096
|
-
var _excluded$
|
|
11096
|
+
var _excluded$2q = ["gradient"];
|
|
11097
11097
|
|
|
11098
11098
|
/**
|
|
11099
11099
|
* @component ReportTimeIcon
|
|
@@ -11123,7 +11123,7 @@
|
|
|
11123
11123
|
*/
|
|
11124
11124
|
var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11125
11125
|
var gradient = _ref.gradient,
|
|
11126
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11126
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
11127
11127
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11128
11128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11129
11129
|
width: 24,
|
|
@@ -11143,7 +11143,7 @@
|
|
|
11143
11143
|
ReportTimeIcon.displayName = "ReportTimeIcon";
|
|
11144
11144
|
var ReportTimeIcon$1 = ReportTimeIcon;
|
|
11145
11145
|
|
|
11146
|
-
var _excluded$
|
|
11146
|
+
var _excluded$2p = ["gradient"];
|
|
11147
11147
|
|
|
11148
11148
|
/**
|
|
11149
11149
|
* @component ReportsIcon
|
|
@@ -11173,7 +11173,7 @@
|
|
|
11173
11173
|
*/
|
|
11174
11174
|
var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11175
11175
|
var gradient = _ref.gradient,
|
|
11176
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11176
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
11177
11177
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11178
11178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11179
11179
|
width: 24,
|
|
@@ -11197,7 +11197,7 @@
|
|
|
11197
11197
|
ReportsIcon.displayName = "ReportsIcon";
|
|
11198
11198
|
var ReportsIcon$1 = ReportsIcon;
|
|
11199
11199
|
|
|
11200
|
-
var _excluded$
|
|
11200
|
+
var _excluded$2o = ["gradient"];
|
|
11201
11201
|
|
|
11202
11202
|
/**
|
|
11203
11203
|
* @component RobotIcon
|
|
@@ -11227,7 +11227,7 @@
|
|
|
11227
11227
|
*/
|
|
11228
11228
|
var RobotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11229
11229
|
var gradient = _ref.gradient,
|
|
11230
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11230
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
11231
11231
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11232
11232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11233
11233
|
width: 24,
|
|
@@ -11250,7 +11250,7 @@
|
|
|
11250
11250
|
RobotIcon.displayName = "RobotIcon";
|
|
11251
11251
|
var RobotIcon$1 = RobotIcon;
|
|
11252
11252
|
|
|
11253
|
-
var _excluded$
|
|
11253
|
+
var _excluded$2n = ["gradient"];
|
|
11254
11254
|
|
|
11255
11255
|
/**
|
|
11256
11256
|
* @component RocketSmallIcon
|
|
@@ -11280,7 +11280,7 @@
|
|
|
11280
11280
|
*/
|
|
11281
11281
|
var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11282
11282
|
var gradient = _ref.gradient,
|
|
11283
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11283
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
11284
11284
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11285
11285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11286
11286
|
width: 18,
|
|
@@ -11298,7 +11298,7 @@
|
|
|
11298
11298
|
RocketSmallIcon.displayName = "RocketSmallIcon";
|
|
11299
11299
|
var RocketSmallIcon$1 = RocketSmallIcon;
|
|
11300
11300
|
|
|
11301
|
-
var _excluded$
|
|
11301
|
+
var _excluded$2m = ["gradient"];
|
|
11302
11302
|
|
|
11303
11303
|
/**
|
|
11304
11304
|
* @component RocketIcon
|
|
@@ -11328,7 +11328,7 @@
|
|
|
11328
11328
|
*/
|
|
11329
11329
|
var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11330
11330
|
var gradient = _ref.gradient,
|
|
11331
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11331
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
11332
11332
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11333
11333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11334
11334
|
width: 24,
|
|
@@ -11347,7 +11347,7 @@
|
|
|
11347
11347
|
RocketIcon.displayName = "RocketIcon";
|
|
11348
11348
|
var RocketIcon$1 = RocketIcon;
|
|
11349
11349
|
|
|
11350
|
-
var _excluded$
|
|
11350
|
+
var _excluded$2l = ["gradient"];
|
|
11351
11351
|
|
|
11352
11352
|
/**
|
|
11353
11353
|
* @component RoundedRectangleIcon
|
|
@@ -11377,7 +11377,7 @@
|
|
|
11377
11377
|
*/
|
|
11378
11378
|
var RoundedRectangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11379
11379
|
var gradient = _ref.gradient,
|
|
11380
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11380
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
11381
11381
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11382
11382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11383
11383
|
width: 24,
|
|
@@ -11403,7 +11403,7 @@
|
|
|
11403
11403
|
RoundedRectangleIcon.displayName = "RoundedRectangleIcon";
|
|
11404
11404
|
var RoundedRectangleIcon$1 = RoundedRectangleIcon;
|
|
11405
11405
|
|
|
11406
|
-
var _excluded$
|
|
11406
|
+
var _excluded$2k = ["gradient"];
|
|
11407
11407
|
|
|
11408
11408
|
/**
|
|
11409
11409
|
* @component SaveIcon
|
|
@@ -11433,7 +11433,7 @@
|
|
|
11433
11433
|
*/
|
|
11434
11434
|
var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11435
11435
|
var gradient = _ref.gradient,
|
|
11436
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11436
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
11437
11437
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11438
11438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11439
11439
|
width: 24,
|
|
@@ -11454,7 +11454,7 @@
|
|
|
11454
11454
|
SaveIcon.displayName = "SaveIcon";
|
|
11455
11455
|
var SaveIcon$1 = SaveIcon;
|
|
11456
11456
|
|
|
11457
|
-
var _excluded$
|
|
11457
|
+
var _excluded$2j = ["gradient"];
|
|
11458
11458
|
|
|
11459
11459
|
/**
|
|
11460
11460
|
* @component SearchLargeIcon
|
|
@@ -11484,7 +11484,7 @@
|
|
|
11484
11484
|
*/
|
|
11485
11485
|
var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11486
11486
|
var gradient = _ref.gradient,
|
|
11487
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11487
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
11488
11488
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11489
11489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11490
11490
|
width: 32,
|
|
@@ -11505,7 +11505,7 @@
|
|
|
11505
11505
|
SearchLargeIcon.displayName = "SearchLargeIcon";
|
|
11506
11506
|
var SearchLargeIcon$1 = SearchLargeIcon;
|
|
11507
11507
|
|
|
11508
|
-
var _excluded$
|
|
11508
|
+
var _excluded$2i = ["gradient"];
|
|
11509
11509
|
|
|
11510
11510
|
/**
|
|
11511
11511
|
* @component SearchPlusIcon
|
|
@@ -11535,7 +11535,7 @@
|
|
|
11535
11535
|
*/
|
|
11536
11536
|
var SearchPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11537
11537
|
var gradient = _ref.gradient,
|
|
11538
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11538
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
11539
11539
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11540
11540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11541
11541
|
width: 24,
|
|
@@ -11559,7 +11559,7 @@
|
|
|
11559
11559
|
SearchPlusIcon.displayName = "SearchPlusIcon";
|
|
11560
11560
|
var SearchPlusIcon$1 = SearchPlusIcon;
|
|
11561
11561
|
|
|
11562
|
-
var _excluded$
|
|
11562
|
+
var _excluded$2h = ["gradient"];
|
|
11563
11563
|
|
|
11564
11564
|
/**
|
|
11565
11565
|
* @component SearchIcon
|
|
@@ -11589,7 +11589,7 @@
|
|
|
11589
11589
|
*/
|
|
11590
11590
|
var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11591
11591
|
var gradient = _ref.gradient,
|
|
11592
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11592
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
11593
11593
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11594
11594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11595
11595
|
width: 24,
|
|
@@ -11608,7 +11608,7 @@
|
|
|
11608
11608
|
SearchIcon.displayName = "SearchIcon";
|
|
11609
11609
|
var SearchIcon$1 = SearchIcon;
|
|
11610
11610
|
|
|
11611
|
-
var _excluded$
|
|
11611
|
+
var _excluded$2g = ["gradient"];
|
|
11612
11612
|
|
|
11613
11613
|
/**
|
|
11614
11614
|
* @component SendBlankIcon
|
|
@@ -11638,7 +11638,7 @@
|
|
|
11638
11638
|
*/
|
|
11639
11639
|
var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11640
11640
|
var gradient = _ref.gradient,
|
|
11641
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11641
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
11642
11642
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11643
11643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11644
11644
|
width: 24,
|
|
@@ -11657,7 +11657,7 @@
|
|
|
11657
11657
|
SendBlankIcon.displayName = "SendBlankIcon";
|
|
11658
11658
|
var SendBlankIcon$1 = SendBlankIcon;
|
|
11659
11659
|
|
|
11660
|
-
var _excluded$
|
|
11660
|
+
var _excluded$2f = ["gradient"];
|
|
11661
11661
|
|
|
11662
11662
|
/**
|
|
11663
11663
|
* @component SendFilledIcon
|
|
@@ -11687,7 +11687,7 @@
|
|
|
11687
11687
|
*/
|
|
11688
11688
|
var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11689
11689
|
var gradient = _ref.gradient,
|
|
11690
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11690
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
11691
11691
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11692
11692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11693
11693
|
width: 24,
|
|
@@ -11706,7 +11706,7 @@
|
|
|
11706
11706
|
SendFilledIcon.displayName = "SendFilledIcon";
|
|
11707
11707
|
var SendFilledIcon$1 = SendFilledIcon;
|
|
11708
11708
|
|
|
11709
|
-
var _excluded$
|
|
11709
|
+
var _excluded$2e = ["gradient"];
|
|
11710
11710
|
|
|
11711
11711
|
/**
|
|
11712
11712
|
* @component SettingsIcon
|
|
@@ -11736,7 +11736,7 @@
|
|
|
11736
11736
|
*/
|
|
11737
11737
|
var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11738
11738
|
var gradient = _ref.gradient,
|
|
11739
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11739
|
+
props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
11740
11740
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11741
11741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11742
11742
|
width: 24,
|
|
@@ -11756,7 +11756,7 @@
|
|
|
11756
11756
|
SettingsIcon.displayName = "SettingsIcon";
|
|
11757
11757
|
var SettingsIcon$1 = SettingsIcon;
|
|
11758
11758
|
|
|
11759
|
-
var _excluded$
|
|
11759
|
+
var _excluded$2d = ["gradient"];
|
|
11760
11760
|
|
|
11761
11761
|
/**
|
|
11762
11762
|
* @component ShapesIcon
|
|
@@ -11786,7 +11786,7 @@
|
|
|
11786
11786
|
*/
|
|
11787
11787
|
var ShapesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11788
11788
|
var gradient = _ref.gradient,
|
|
11789
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11789
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
11790
11790
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11791
11791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11792
11792
|
width: 24,
|
|
@@ -11806,7 +11806,7 @@
|
|
|
11806
11806
|
ShapesIcon.displayName = "ShapesIcon";
|
|
11807
11807
|
var ShapesIcon$1 = ShapesIcon;
|
|
11808
11808
|
|
|
11809
|
-
var _excluded$
|
|
11809
|
+
var _excluded$2c = ["gradient"];
|
|
11810
11810
|
|
|
11811
11811
|
/**
|
|
11812
11812
|
* @component ShieldIcon
|
|
@@ -11836,7 +11836,7 @@
|
|
|
11836
11836
|
*/
|
|
11837
11837
|
var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11838
11838
|
var gradient = _ref.gradient,
|
|
11839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11839
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
11840
11840
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11841
11841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11842
11842
|
width: 24,
|
|
@@ -11857,7 +11857,7 @@
|
|
|
11857
11857
|
ShieldIcon.displayName = "ShieldIcon";
|
|
11858
11858
|
var ShieldIcon$1 = ShieldIcon;
|
|
11859
11859
|
|
|
11860
|
-
var _excluded$
|
|
11860
|
+
var _excluded$2b = ["gradient"];
|
|
11861
11861
|
|
|
11862
11862
|
/**
|
|
11863
11863
|
* @component SidebarLeftIcon
|
|
@@ -11887,7 +11887,7 @@
|
|
|
11887
11887
|
*/
|
|
11888
11888
|
var SidebarLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11889
11889
|
var gradient = _ref.gradient,
|
|
11890
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11890
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
11891
11891
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11892
11892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11893
11893
|
width: 24,
|
|
@@ -11912,7 +11912,7 @@
|
|
|
11912
11912
|
SidebarLeftIcon.displayName = "SidebarLeftIcon";
|
|
11913
11913
|
var SidebarLeftIcon$1 = SidebarLeftIcon;
|
|
11914
11914
|
|
|
11915
|
-
var _excluded$
|
|
11915
|
+
var _excluded$2a = ["gradient"];
|
|
11916
11916
|
|
|
11917
11917
|
/**
|
|
11918
11918
|
* @component SidebarRightIcon
|
|
@@ -11942,7 +11942,7 @@
|
|
|
11942
11942
|
*/
|
|
11943
11943
|
var SidebarRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11944
11944
|
var gradient = _ref.gradient,
|
|
11945
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11945
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
11946
11946
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11947
11947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11948
11948
|
width: 24,
|
|
@@ -11967,7 +11967,7 @@
|
|
|
11967
11967
|
SidebarRightIcon.displayName = "SidebarRightIcon";
|
|
11968
11968
|
var SidebarRightIcon$1 = SidebarRightIcon;
|
|
11969
11969
|
|
|
11970
|
-
var _excluded$
|
|
11970
|
+
var _excluded$29 = ["gradient"];
|
|
11971
11971
|
|
|
11972
11972
|
/**
|
|
11973
11973
|
* @component SortGeneralIcon
|
|
@@ -11997,7 +11997,7 @@
|
|
|
11997
11997
|
*/
|
|
11998
11998
|
var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11999
11999
|
var gradient = _ref.gradient,
|
|
12000
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12000
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
12001
12001
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12002
12002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12003
12003
|
width: 24,
|
|
@@ -12017,7 +12017,7 @@
|
|
|
12017
12017
|
SortGeneralIcon.displayName = "SortGeneralIcon";
|
|
12018
12018
|
var SortGeneralIcon$1 = SortGeneralIcon;
|
|
12019
12019
|
|
|
12020
|
-
var _excluded$
|
|
12020
|
+
var _excluded$28 = ["gradient"];
|
|
12021
12021
|
|
|
12022
12022
|
/**
|
|
12023
12023
|
* @component SortIcon
|
|
@@ -12047,7 +12047,7 @@
|
|
|
12047
12047
|
*/
|
|
12048
12048
|
var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12049
12049
|
var gradient = _ref.gradient,
|
|
12050
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12050
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
12051
12051
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12052
12052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12053
12053
|
width: 10,
|
|
@@ -12067,7 +12067,7 @@
|
|
|
12067
12067
|
SortIcon.displayName = "SortIcon";
|
|
12068
12068
|
var SortIcon$1 = SortIcon;
|
|
12069
12069
|
|
|
12070
|
-
var _excluded$
|
|
12070
|
+
var _excluded$27 = ["gradient"];
|
|
12071
12071
|
|
|
12072
12072
|
/**
|
|
12073
12073
|
* @component SortListIcon
|
|
@@ -12097,7 +12097,7 @@
|
|
|
12097
12097
|
*/
|
|
12098
12098
|
var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12099
12099
|
var gradient = _ref.gradient,
|
|
12100
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12100
|
+
props = _objectWithoutProperties(_ref, _excluded$27);
|
|
12101
12101
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12102
12102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12103
12103
|
width: 20,
|
|
@@ -12117,7 +12117,7 @@
|
|
|
12117
12117
|
SortListIcon.displayName = "SortListIcon";
|
|
12118
12118
|
var SortListIcon$1 = SortListIcon;
|
|
12119
12119
|
|
|
12120
|
-
var _excluded$
|
|
12120
|
+
var _excluded$26 = ["gradient"];
|
|
12121
12121
|
|
|
12122
12122
|
/**
|
|
12123
12123
|
* @component SortSmallIcon
|
|
@@ -12147,7 +12147,7 @@
|
|
|
12147
12147
|
*/
|
|
12148
12148
|
var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12149
12149
|
var gradient = _ref.gradient,
|
|
12150
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12150
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
12151
12151
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12152
12152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12153
12153
|
width: 10,
|
|
@@ -12168,7 +12168,7 @@
|
|
|
12168
12168
|
SortSmallIcon.displayName = "SortSmallIcon";
|
|
12169
12169
|
var SortSmallIcon$1 = SortSmallIcon;
|
|
12170
12170
|
|
|
12171
|
-
var _excluded$
|
|
12171
|
+
var _excluded$25 = ["gradient"];
|
|
12172
12172
|
|
|
12173
12173
|
/**
|
|
12174
12174
|
* @component SparkIcon
|
|
@@ -12198,7 +12198,7 @@
|
|
|
12198
12198
|
*/
|
|
12199
12199
|
var SparkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12200
12200
|
var gradient = _ref.gradient,
|
|
12201
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12201
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
12202
12202
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12203
12203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12204
12204
|
width: 24,
|
|
@@ -12221,7 +12221,7 @@
|
|
|
12221
12221
|
SparkIcon.displayName = "SparkIcon";
|
|
12222
12222
|
var SparkIcon$1 = SparkIcon;
|
|
12223
12223
|
|
|
12224
|
-
var _excluded$
|
|
12224
|
+
var _excluded$24 = ["gradient"];
|
|
12225
12225
|
|
|
12226
12226
|
/**
|
|
12227
12227
|
* @component StarOutlineIcon
|
|
@@ -12251,7 +12251,7 @@
|
|
|
12251
12251
|
*/
|
|
12252
12252
|
var StarOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12253
12253
|
var gradient = _ref.gradient,
|
|
12254
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12254
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
12255
12255
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12256
12256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12257
12257
|
width: 24,
|
|
@@ -12271,7 +12271,7 @@
|
|
|
12271
12271
|
StarOutlineIcon.displayName = "StarOutlineIcon";
|
|
12272
12272
|
var StarOutlineIcon$1 = StarOutlineIcon;
|
|
12273
12273
|
|
|
12274
|
-
var _excluded$
|
|
12274
|
+
var _excluded$23 = ["gradient"];
|
|
12275
12275
|
|
|
12276
12276
|
/**
|
|
12277
12277
|
* @component StarIcon
|
|
@@ -12301,7 +12301,7 @@
|
|
|
12301
12301
|
*/
|
|
12302
12302
|
var StarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12303
12303
|
var gradient = _ref.gradient,
|
|
12304
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12304
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
12305
12305
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12306
12306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12307
12307
|
width: 24,
|
|
@@ -12321,7 +12321,7 @@
|
|
|
12321
12321
|
StarIcon.displayName = "StarIcon";
|
|
12322
12322
|
var StarIcon$1 = StarIcon;
|
|
12323
12323
|
|
|
12324
|
-
var _excluded$
|
|
12324
|
+
var _excluded$22 = ["gradient"];
|
|
12325
12325
|
|
|
12326
12326
|
/**
|
|
12327
12327
|
* @component StatusIcon
|
|
@@ -12351,7 +12351,7 @@
|
|
|
12351
12351
|
*/
|
|
12352
12352
|
var StatusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12353
12353
|
var gradient = _ref.gradient,
|
|
12354
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12354
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
12355
12355
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12356
12356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12357
12357
|
width: 24,
|
|
@@ -12376,7 +12376,7 @@
|
|
|
12376
12376
|
StatusIcon.displayName = "StatusIcon";
|
|
12377
12377
|
var StatusIcon$1 = StatusIcon;
|
|
12378
12378
|
|
|
12379
|
-
var _excluded$
|
|
12379
|
+
var _excluded$21 = ["gradient"];
|
|
12380
12380
|
|
|
12381
12381
|
/**
|
|
12382
12382
|
* @component StickyIcon
|
|
@@ -12406,7 +12406,7 @@
|
|
|
12406
12406
|
*/
|
|
12407
12407
|
var StickyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12408
12408
|
var gradient = _ref.gradient,
|
|
12409
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12409
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
12410
12410
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12411
12411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12412
12412
|
width: 24,
|
|
@@ -12433,7 +12433,7 @@
|
|
|
12433
12433
|
StickyIcon.displayName = "StickyIcon";
|
|
12434
12434
|
var StickyIcon$1 = StickyIcon;
|
|
12435
12435
|
|
|
12436
|
-
var _excluded$
|
|
12436
|
+
var _excluded$20 = ["gradient"];
|
|
12437
12437
|
|
|
12438
12438
|
/**
|
|
12439
12439
|
* @component StopIcon
|
|
@@ -12463,7 +12463,7 @@
|
|
|
12463
12463
|
*/
|
|
12464
12464
|
var StopIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12465
12465
|
var gradient = _ref.gradient,
|
|
12466
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12466
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
12467
12467
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12468
12468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12469
12469
|
width: 24,
|
|
@@ -12482,7 +12482,7 @@
|
|
|
12482
12482
|
StopIcon.displayName = "StopIcon";
|
|
12483
12483
|
var StopIcon$1 = StopIcon;
|
|
12484
12484
|
|
|
12485
|
-
var _excluded$
|
|
12485
|
+
var _excluded$1$ = ["gradient"];
|
|
12486
12486
|
|
|
12487
12487
|
/**
|
|
12488
12488
|
* @component StopwatchIcon
|
|
@@ -12512,7 +12512,7 @@
|
|
|
12512
12512
|
*/
|
|
12513
12513
|
var StopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12514
12514
|
var gradient = _ref.gradient,
|
|
12515
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12515
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
12516
12516
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12517
12517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12518
12518
|
width: 16,
|
|
@@ -12532,7 +12532,7 @@
|
|
|
12532
12532
|
StopwatchIcon.displayName = "StopwatchIcon";
|
|
12533
12533
|
var StopwatchIcon$1 = StopwatchIcon;
|
|
12534
12534
|
|
|
12535
|
-
var _excluded$
|
|
12535
|
+
var _excluded$1_ = ["gradient"];
|
|
12536
12536
|
|
|
12537
12537
|
/**
|
|
12538
12538
|
* @component SunIcon
|
|
@@ -12562,7 +12562,7 @@
|
|
|
12562
12562
|
*/
|
|
12563
12563
|
var SunIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12564
12564
|
var gradient = _ref.gradient,
|
|
12565
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12565
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
12566
12566
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12567
12567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12568
12568
|
width: 22,
|
|
@@ -12587,7 +12587,7 @@
|
|
|
12587
12587
|
SunIcon.displayName = "SunIcon";
|
|
12588
12588
|
var SunIcon$1 = SunIcon;
|
|
12589
12589
|
|
|
12590
|
-
var _excluded$
|
|
12590
|
+
var _excluded$1Z = ["gradient"];
|
|
12591
12591
|
|
|
12592
12592
|
/**
|
|
12593
12593
|
* @component SystemSettingsIcon
|
|
@@ -12617,7 +12617,7 @@
|
|
|
12617
12617
|
*/
|
|
12618
12618
|
var SystemSettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12619
12619
|
var gradient = _ref.gradient,
|
|
12620
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12620
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
12621
12621
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12622
12622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12623
12623
|
width: 24,
|
|
@@ -12638,7 +12638,7 @@
|
|
|
12638
12638
|
SystemSettingsIcon.displayName = "SystemSettingsIcon";
|
|
12639
12639
|
var SystemSettingsIcon$1 = SystemSettingsIcon;
|
|
12640
12640
|
|
|
12641
|
-
var _excluded$
|
|
12641
|
+
var _excluded$1Y = ["gradient"];
|
|
12642
12642
|
|
|
12643
12643
|
/**
|
|
12644
12644
|
* @component TaskAddIcon
|
|
@@ -12668,7 +12668,7 @@
|
|
|
12668
12668
|
*/
|
|
12669
12669
|
var TaskAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12670
12670
|
var gradient = _ref.gradient,
|
|
12671
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12671
|
+
props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
12672
12672
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12673
12673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12674
12674
|
width: 24,
|
|
@@ -12688,7 +12688,7 @@
|
|
|
12688
12688
|
TaskAddIcon.displayName = "TaskAddIcon";
|
|
12689
12689
|
var TaskAddIcon$1 = TaskAddIcon;
|
|
12690
12690
|
|
|
12691
|
-
var _excluded$
|
|
12691
|
+
var _excluded$1X = ["gradient"];
|
|
12692
12692
|
|
|
12693
12693
|
/**
|
|
12694
12694
|
* @component TaskListAddIcon
|
|
@@ -12718,7 +12718,7 @@
|
|
|
12718
12718
|
*/
|
|
12719
12719
|
var TaskListAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12720
12720
|
var gradient = _ref.gradient,
|
|
12721
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12721
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
12722
12722
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12723
12723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12724
12724
|
width: 24,
|
|
@@ -12738,7 +12738,7 @@
|
|
|
12738
12738
|
TaskListAddIcon.displayName = "TaskListAddIcon";
|
|
12739
12739
|
var TaskListAddIcon$1 = TaskListAddIcon;
|
|
12740
12740
|
|
|
12741
|
-
var _excluded$
|
|
12741
|
+
var _excluded$1W = ["gradient"];
|
|
12742
12742
|
|
|
12743
12743
|
/**
|
|
12744
12744
|
* @component TaskListCompleteIcon
|
|
@@ -12768,7 +12768,7 @@
|
|
|
12768
12768
|
*/
|
|
12769
12769
|
var TaskListCompleteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12770
12770
|
var gradient = _ref.gradient,
|
|
12771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12771
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
12772
12772
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12773
12773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12774
12774
|
width: 24,
|
|
@@ -12789,7 +12789,7 @@
|
|
|
12789
12789
|
TaskListCompleteIcon.displayName = "TaskListCompleteIcon";
|
|
12790
12790
|
var TaskListCompleteIcon$1 = TaskListCompleteIcon;
|
|
12791
12791
|
|
|
12792
|
-
var _excluded$
|
|
12792
|
+
var _excluded$1V = ["gradient"];
|
|
12793
12793
|
|
|
12794
12794
|
/**
|
|
12795
12795
|
* @component TaskListIcon
|
|
@@ -12819,7 +12819,7 @@
|
|
|
12819
12819
|
*/
|
|
12820
12820
|
var TaskListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12821
12821
|
var gradient = _ref.gradient,
|
|
12822
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12822
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
12823
12823
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12824
12824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12825
12825
|
width: 24,
|
|
@@ -12840,6 +12840,426 @@
|
|
|
12840
12840
|
TaskListIcon.displayName = "TaskListIcon";
|
|
12841
12841
|
var TaskListIcon$1 = TaskListIcon;
|
|
12842
12842
|
|
|
12843
|
+
var _excluded$1U = ["gradient"];
|
|
12844
|
+
|
|
12845
|
+
/**
|
|
12846
|
+
* @component TextAlignCenterIcon
|
|
12847
|
+
* @description
|
|
12848
|
+
*
|
|
12849
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12850
|
+
* The Icon component is
|
|
12851
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
12852
|
+
*
|
|
12853
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
12854
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12855
|
+
*
|
|
12856
|
+
* @example
|
|
12857
|
+
* return (
|
|
12858
|
+
* <TextAlignCenterIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
12859
|
+
* )
|
|
12860
|
+
*
|
|
12861
|
+
* @example
|
|
12862
|
+
* return (
|
|
12863
|
+
* <TextAlignCenterIcon className="mr-2" />
|
|
12864
|
+
* )
|
|
12865
|
+
*
|
|
12866
|
+
* @see
|
|
12867
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
12868
|
+
* @see
|
|
12869
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
12870
|
+
*/
|
|
12871
|
+
var TextAlignCenterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12872
|
+
var gradient = _ref.gradient,
|
|
12873
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
12874
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12875
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12876
|
+
width: 24,
|
|
12877
|
+
height: 24,
|
|
12878
|
+
viewBox: "0 0 24 24",
|
|
12879
|
+
"data-testid": "TextAlignCenterIcon",
|
|
12880
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
12881
|
+
focusable: false,
|
|
12882
|
+
ref: ref
|
|
12883
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
12884
|
+
gradient: gradient
|
|
12885
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
12886
|
+
fillRule: "evenodd",
|
|
12887
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
12888
|
+
clipRule: "evenodd"
|
|
12889
|
+
}));
|
|
12890
|
+
});
|
|
12891
|
+
TextAlignCenterIcon.displayName = "TextAlignCenterIcon";
|
|
12892
|
+
var TextAlignCenterIcon$1 = TextAlignCenterIcon;
|
|
12893
|
+
|
|
12894
|
+
var _excluded$1T = ["gradient"];
|
|
12895
|
+
|
|
12896
|
+
/**
|
|
12897
|
+
* @component TextAlignJustifyIcon
|
|
12898
|
+
* @description
|
|
12899
|
+
*
|
|
12900
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12901
|
+
* The Icon component is
|
|
12902
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
12903
|
+
*
|
|
12904
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
12905
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12906
|
+
*
|
|
12907
|
+
* @example
|
|
12908
|
+
* return (
|
|
12909
|
+
* <TextAlignJustifyIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
12910
|
+
* )
|
|
12911
|
+
*
|
|
12912
|
+
* @example
|
|
12913
|
+
* return (
|
|
12914
|
+
* <TextAlignJustifyIcon className="mr-2" />
|
|
12915
|
+
* )
|
|
12916
|
+
*
|
|
12917
|
+
* @see
|
|
12918
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
12919
|
+
* @see
|
|
12920
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
12921
|
+
*/
|
|
12922
|
+
var TextAlignJustifyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12923
|
+
var gradient = _ref.gradient,
|
|
12924
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
12925
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12926
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12927
|
+
width: 24,
|
|
12928
|
+
height: 24,
|
|
12929
|
+
viewBox: "0 0 24 24",
|
|
12930
|
+
"data-testid": "TextAlignJustifyIcon",
|
|
12931
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
12932
|
+
focusable: false,
|
|
12933
|
+
ref: ref
|
|
12934
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
12935
|
+
gradient: gradient
|
|
12936
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
12937
|
+
fillRule: "evenodd",
|
|
12938
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
12939
|
+
clipRule: "evenodd"
|
|
12940
|
+
}));
|
|
12941
|
+
});
|
|
12942
|
+
TextAlignJustifyIcon.displayName = "TextAlignJustifyIcon";
|
|
12943
|
+
var TextAlignJustifyIcon$1 = TextAlignJustifyIcon;
|
|
12944
|
+
|
|
12945
|
+
var _excluded$1S = ["gradient"];
|
|
12946
|
+
|
|
12947
|
+
/**
|
|
12948
|
+
* @component TextAlignLeftIcon
|
|
12949
|
+
* @description
|
|
12950
|
+
*
|
|
12951
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12952
|
+
* The Icon component is
|
|
12953
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
12954
|
+
*
|
|
12955
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
12956
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12957
|
+
*
|
|
12958
|
+
* @example
|
|
12959
|
+
* return (
|
|
12960
|
+
* <TextAlignLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
12961
|
+
* )
|
|
12962
|
+
*
|
|
12963
|
+
* @example
|
|
12964
|
+
* return (
|
|
12965
|
+
* <TextAlignLeftIcon className="mr-2" />
|
|
12966
|
+
* )
|
|
12967
|
+
*
|
|
12968
|
+
* @see
|
|
12969
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
12970
|
+
* @see
|
|
12971
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
12972
|
+
*/
|
|
12973
|
+
var TextAlignLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12974
|
+
var gradient = _ref.gradient,
|
|
12975
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
12976
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12977
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12978
|
+
width: 24,
|
|
12979
|
+
height: 24,
|
|
12980
|
+
viewBox: "0 0 24 24",
|
|
12981
|
+
"data-testid": "TextAlignLeftIcon",
|
|
12982
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
12983
|
+
focusable: false,
|
|
12984
|
+
ref: ref
|
|
12985
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
12986
|
+
gradient: gradient
|
|
12987
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
12988
|
+
fillRule: "evenodd",
|
|
12989
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
12990
|
+
clipRule: "evenodd"
|
|
12991
|
+
}));
|
|
12992
|
+
});
|
|
12993
|
+
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|
|
12994
|
+
var TextAlignLeftIcon$1 = TextAlignLeftIcon;
|
|
12995
|
+
|
|
12996
|
+
var _excluded$1R = ["gradient"];
|
|
12997
|
+
|
|
12998
|
+
/**
|
|
12999
|
+
* @component TextAlignRightIcon
|
|
13000
|
+
* @description
|
|
13001
|
+
*
|
|
13002
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13003
|
+
* The Icon component is
|
|
13004
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13005
|
+
*
|
|
13006
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13007
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13008
|
+
*
|
|
13009
|
+
* @example
|
|
13010
|
+
* return (
|
|
13011
|
+
* <TextAlignRightIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13012
|
+
* )
|
|
13013
|
+
*
|
|
13014
|
+
* @example
|
|
13015
|
+
* return (
|
|
13016
|
+
* <TextAlignRightIcon className="mr-2" />
|
|
13017
|
+
* )
|
|
13018
|
+
*
|
|
13019
|
+
* @see
|
|
13020
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13021
|
+
* @see
|
|
13022
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13023
|
+
*/
|
|
13024
|
+
var TextAlignRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13025
|
+
var gradient = _ref.gradient,
|
|
13026
|
+
props = _objectWithoutProperties(_ref, _excluded$1R);
|
|
13027
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13028
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13029
|
+
width: 24,
|
|
13030
|
+
height: 24,
|
|
13031
|
+
viewBox: "0 0 24 24",
|
|
13032
|
+
"data-testid": "TextAlignRightIcon",
|
|
13033
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13034
|
+
focusable: false,
|
|
13035
|
+
ref: ref
|
|
13036
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13037
|
+
gradient: gradient
|
|
13038
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13039
|
+
fillRule: "evenodd",
|
|
13040
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM11 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM11 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
13041
|
+
clipRule: "evenodd"
|
|
13042
|
+
}));
|
|
13043
|
+
});
|
|
13044
|
+
TextAlignRightIcon.displayName = "TextAlignRightIcon";
|
|
13045
|
+
var TextAlignRightIcon$1 = TextAlignRightIcon;
|
|
13046
|
+
|
|
13047
|
+
var _excluded$1Q = ["gradient"];
|
|
13048
|
+
|
|
13049
|
+
/**
|
|
13050
|
+
* @component TextStyleBoldIcon
|
|
13051
|
+
* @description
|
|
13052
|
+
*
|
|
13053
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13054
|
+
* The Icon component is
|
|
13055
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13056
|
+
*
|
|
13057
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13058
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13059
|
+
*
|
|
13060
|
+
* @example
|
|
13061
|
+
* return (
|
|
13062
|
+
* <TextStyleBoldIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13063
|
+
* )
|
|
13064
|
+
*
|
|
13065
|
+
* @example
|
|
13066
|
+
* return (
|
|
13067
|
+
* <TextStyleBoldIcon className="mr-2" />
|
|
13068
|
+
* )
|
|
13069
|
+
*
|
|
13070
|
+
* @see
|
|
13071
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13072
|
+
* @see
|
|
13073
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13074
|
+
*/
|
|
13075
|
+
var TextStyleBoldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13076
|
+
var gradient = _ref.gradient,
|
|
13077
|
+
props = _objectWithoutProperties(_ref, _excluded$1Q);
|
|
13078
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13079
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13080
|
+
width: 24,
|
|
13081
|
+
height: 24,
|
|
13082
|
+
viewBox: "0 0 24 24",
|
|
13083
|
+
"data-testid": "TextStyleBoldIcon",
|
|
13084
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13085
|
+
focusable: false,
|
|
13086
|
+
ref: ref
|
|
13087
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13088
|
+
gradient: gradient
|
|
13089
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13090
|
+
fillRule: "evenodd",
|
|
13091
|
+
d: "M19.53 15.65Q19.53 16.94 19.02 17.86Q18.5 18.79 17.6 19.37Q16.7 19.96 15.5 20.23Q14.31 20.5 12.97 20.5H4.47V3.5H12.25Q13.76 3.5 14.93 3.76Q16.11 4.02 16.92 4.55Q17.72 5.08 18.14 5.88Q18.56 6.69 18.56 7.77Q18.56 9.22 17.76 10.21Q16.95 11.21 15.31 11.56Q17.38 11.8 18.45 12.86Q19.53 13.91 19.53 15.65ZM14.97 8.25Q14.97 7.11 14.24 6.62Q13.51 6.14 12.08 6.14H8.02V10.35H12.1Q13.61 10.35 14.29 9.83Q14.97 9.3 14.97 8.25ZM15.96 15.37Q15.96 14.7 15.7 14.24Q15.43 13.78 14.97 13.5Q14.5 13.22 13.88 13.1Q13.26 12.98 12.54 12.98H8.02V17.86H12.67Q13.37 17.86 13.97 17.74Q14.58 17.63 15.02 17.34Q15.46 17.06 15.71 16.58Q15.96 16.1 15.96 15.37Z",
|
|
13092
|
+
clipRule: "evenodd"
|
|
13093
|
+
}));
|
|
13094
|
+
});
|
|
13095
|
+
TextStyleBoldIcon.displayName = "TextStyleBoldIcon";
|
|
13096
|
+
var TextStyleBoldIcon$1 = TextStyleBoldIcon;
|
|
13097
|
+
|
|
13098
|
+
var _excluded$1P = ["gradient"];
|
|
13099
|
+
|
|
13100
|
+
/**
|
|
13101
|
+
* @component TextStyleItalicIcon
|
|
13102
|
+
* @description
|
|
13103
|
+
*
|
|
13104
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13105
|
+
* The Icon component is
|
|
13106
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13107
|
+
*
|
|
13108
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13109
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13110
|
+
*
|
|
13111
|
+
* @example
|
|
13112
|
+
* return (
|
|
13113
|
+
* <TextStyleItalicIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13114
|
+
* )
|
|
13115
|
+
*
|
|
13116
|
+
* @example
|
|
13117
|
+
* return (
|
|
13118
|
+
* <TextStyleItalicIcon className="mr-2" />
|
|
13119
|
+
* )
|
|
13120
|
+
*
|
|
13121
|
+
* @see
|
|
13122
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13123
|
+
* @see
|
|
13124
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13125
|
+
*/
|
|
13126
|
+
var TextStyleItalicIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13127
|
+
var gradient = _ref.gradient,
|
|
13128
|
+
props = _objectWithoutProperties(_ref, _excluded$1P);
|
|
13129
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13131
|
+
width: 24,
|
|
13132
|
+
height: 24,
|
|
13133
|
+
viewBox: "0 0 24 24",
|
|
13134
|
+
"data-testid": "TextStyleItalicIcon",
|
|
13135
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13136
|
+
focusable: false,
|
|
13137
|
+
ref: ref
|
|
13138
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13139
|
+
gradient: gradient
|
|
13140
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13141
|
+
fillRule: "evenodd",
|
|
13142
|
+
d: "M8.57 20.5 11.87 3.5H15.43L12.12 20.5Z",
|
|
13143
|
+
clipRule: "evenodd"
|
|
13144
|
+
}));
|
|
13145
|
+
});
|
|
13146
|
+
TextStyleItalicIcon.displayName = "TextStyleItalicIcon";
|
|
13147
|
+
var TextStyleItalicIcon$1 = TextStyleItalicIcon;
|
|
13148
|
+
|
|
13149
|
+
var _excluded$1O = ["gradient"];
|
|
13150
|
+
|
|
13151
|
+
/**
|
|
13152
|
+
* @component TextStyleStrikeIcon
|
|
13153
|
+
* @description
|
|
13154
|
+
*
|
|
13155
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13156
|
+
* The Icon component is
|
|
13157
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13158
|
+
*
|
|
13159
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13160
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13161
|
+
*
|
|
13162
|
+
* @example
|
|
13163
|
+
* return (
|
|
13164
|
+
* <TextStyleStrikeIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13165
|
+
* )
|
|
13166
|
+
*
|
|
13167
|
+
* @example
|
|
13168
|
+
* return (
|
|
13169
|
+
* <TextStyleStrikeIcon className="mr-2" />
|
|
13170
|
+
* )
|
|
13171
|
+
*
|
|
13172
|
+
* @see
|
|
13173
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13174
|
+
* @see
|
|
13175
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13176
|
+
*/
|
|
13177
|
+
var TextStyleStrikeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13178
|
+
var gradient = _ref.gradient,
|
|
13179
|
+
props = _objectWithoutProperties(_ref, _excluded$1O);
|
|
13180
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13182
|
+
width: 24,
|
|
13183
|
+
height: 24,
|
|
13184
|
+
viewBox: "0 0 24 24",
|
|
13185
|
+
"data-testid": "TextStyleStrikeIcon",
|
|
13186
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13187
|
+
focusable: false,
|
|
13188
|
+
ref: ref
|
|
13189
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13190
|
+
gradient: gradient
|
|
13191
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13192
|
+
fillRule: "evenodd",
|
|
13193
|
+
d: "M19.19 15.51Q19.19 16.63 18.78 17.55Q18.37 18.47 17.51 19.13Q16.65 19.78 15.31 20.14Q13.96 20.5 12.11 20.5Q10.47 20.5 9.22 20.21Q7.96 19.91 7.06 19.34Q6.17 18.76 5.61 17.91Q5.05 17.06 4.81 15.96L8.15 15.41Q8.29 15.96 8.56 16.42Q8.83 16.88 9.3 17.21Q9.78 17.55 10.49 17.73Q11.2 17.91 12.21 17.91Q13.96 17.91 14.9 17.38Q15.83 16.84 15.83 15.7Q15.83 15.02 15.45 14.59Q15.08 14.16 14.46 13.88Q13.83 13.59 13.03 13.41Q12.22 13.22 11.34 13.04Q10.63 12.88 9.93 12.7Q9.23 12.53 8.59 12.28Q7.95 12.04 7.4 11.7Q6.85 11.36 6.44 10.86Q6.04 10.36 5.81 9.69Q5.58 9.02 5.58 8.12Q5.58 6.89 6.07 6.01Q6.57 5.13 7.44 4.57Q8.31 4.02 9.52 3.76Q10.73 3.5 12.16 3.5Q13.78 3.5 14.93 3.75Q16.09 4 16.87 4.52Q17.65 5.04 18.1 5.82Q18.55 6.6 18.76 7.64L15.41 8.1Q15.15 7.03 14.36 6.49Q13.57 5.95 12.09 5.95Q11.17 5.95 10.57 6.11Q9.97 6.27 9.61 6.54Q9.25 6.81 9.1 7.16Q8.95 7.52 8.95 7.92Q8.95 8.53 9.24 8.92Q9.53 9.32 10.06 9.58Q10.59 9.84 11.32 10.02Q12.05 10.21 12.93 10.39Q13.71 10.56 14.47 10.74Q15.23 10.92 15.92 11.17Q16.61 11.41 17.21 11.77Q17.81 12.12 18.25 12.63Q18.69 13.14 18.94 13.84Q19.19 14.54 19.19 15.51Z",
|
|
13194
|
+
clipRule: "evenodd"
|
|
13195
|
+
}), /*#__PURE__*/React__default["default"].createElement("rect", {
|
|
13196
|
+
x: "3",
|
|
13197
|
+
y: "11",
|
|
13198
|
+
width: "18",
|
|
13199
|
+
height: "2",
|
|
13200
|
+
rx: "1"
|
|
13201
|
+
}));
|
|
13202
|
+
});
|
|
13203
|
+
TextStyleStrikeIcon.displayName = "TextStyleStrikeIcon";
|
|
13204
|
+
var TextStyleStrikeIcon$1 = TextStyleStrikeIcon;
|
|
13205
|
+
|
|
13206
|
+
var _excluded$1N = ["gradient"];
|
|
13207
|
+
|
|
13208
|
+
/**
|
|
13209
|
+
* @component TextStyleUnderlineIcon
|
|
13210
|
+
* @description
|
|
13211
|
+
*
|
|
13212
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13213
|
+
* The Icon component is
|
|
13214
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13215
|
+
*
|
|
13216
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13217
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13218
|
+
*
|
|
13219
|
+
* @example
|
|
13220
|
+
* return (
|
|
13221
|
+
* <TextStyleUnderlineIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13222
|
+
* )
|
|
13223
|
+
*
|
|
13224
|
+
* @example
|
|
13225
|
+
* return (
|
|
13226
|
+
* <TextStyleUnderlineIcon className="mr-2" />
|
|
13227
|
+
* )
|
|
13228
|
+
*
|
|
13229
|
+
* @see
|
|
13230
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13231
|
+
* @see
|
|
13232
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13233
|
+
*/
|
|
13234
|
+
var TextStyleUnderlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13235
|
+
var gradient = _ref.gradient,
|
|
13236
|
+
props = _objectWithoutProperties(_ref, _excluded$1N);
|
|
13237
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13239
|
+
width: 24,
|
|
13240
|
+
height: 24,
|
|
13241
|
+
viewBox: "0 0 24 24",
|
|
13242
|
+
"data-testid": "TextStyleUnderlineIcon",
|
|
13243
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13244
|
+
focusable: false,
|
|
13245
|
+
ref: ref
|
|
13246
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13247
|
+
gradient: gradient
|
|
13248
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13249
|
+
fillRule: "evenodd",
|
|
13250
|
+
d: "M11.84 18Q10.45 18 9.3 17.67Q8.14 17.34 7.31 16.64Q6.47 15.94 6.01 14.85Q5.54 13.76 5.54 12.25V3H8.64V12.01Q8.64 12.94 8.87 13.62Q9.1 14.29 9.53 14.73Q9.96 15.17 10.57 15.37Q11.18 15.58 11.92 15.58Q12.68 15.58 13.31 15.36Q13.95 15.14 14.4 14.69Q14.86 14.24 15.11 13.55Q15.36 12.86 15.36 11.9V3H18.46V12.09Q18.46 13.61 17.97 14.72Q17.47 15.84 16.59 16.57Q15.71 17.3 14.5 17.65Q13.29 18 11.84 18Z",
|
|
13251
|
+
clipRule: "evenodd"
|
|
13252
|
+
}), /*#__PURE__*/React__default["default"].createElement("rect", {
|
|
13253
|
+
x: "4",
|
|
13254
|
+
y: "20",
|
|
13255
|
+
width: "16",
|
|
13256
|
+
height: "2",
|
|
13257
|
+
rx: "1"
|
|
13258
|
+
}));
|
|
13259
|
+
});
|
|
13260
|
+
TextStyleUnderlineIcon.displayName = "TextStyleUnderlineIcon";
|
|
13261
|
+
var TextStyleUnderlineIcon$1 = TextStyleUnderlineIcon;
|
|
13262
|
+
|
|
12843
13263
|
var _excluded$1M = ["gradient"];
|
|
12844
13264
|
|
|
12845
13265
|
/**
|
|
@@ -28687,7 +29107,15 @@
|
|
|
28687
29107
|
exports.TaskListCompleteIcon = TaskListCompleteIcon$1;
|
|
28688
29108
|
exports.TaskListIcon = TaskListIcon$1;
|
|
28689
29109
|
exports.Tbody = Tbody;
|
|
29110
|
+
exports.TextAlignCenterIcon = TextAlignCenterIcon$1;
|
|
29111
|
+
exports.TextAlignJustifyIcon = TextAlignJustifyIcon$1;
|
|
29112
|
+
exports.TextAlignLeftIcon = TextAlignLeftIcon$1;
|
|
29113
|
+
exports.TextAlignRightIcon = TextAlignRightIcon$1;
|
|
28690
29114
|
exports.TextIcon = TextIcon$1;
|
|
29115
|
+
exports.TextStyleBoldIcon = TextStyleBoldIcon$1;
|
|
29116
|
+
exports.TextStyleItalicIcon = TextStyleItalicIcon$1;
|
|
29117
|
+
exports.TextStyleStrikeIcon = TextStyleStrikeIcon$1;
|
|
29118
|
+
exports.TextStyleUnderlineIcon = TextStyleUnderlineIcon$1;
|
|
28691
29119
|
exports.Textarea = Textarea;
|
|
28692
29120
|
exports.Thead = Thead;
|
|
28693
29121
|
exports.ThinkingIcon = ThinkingIcon$1;
|