@activecollab/components 2.0.262 → 2.0.263
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/PinSmall.js +62 -0
- package/dist/cjs/components/Icons/collection/PinSmall.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +7 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/PinSmall.d.ts +32 -0
- package/dist/esm/components/Icons/collection/PinSmall.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/PinSmall.js +55 -0
- package/dist/esm/components/Icons/collection/PinSmall.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/index.js +358 -306
- 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
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
})(["display:inline-flex;svg{margin:0 4px;}"]);
|
|
202
202
|
StyledButtonElement.displayName = "StyledButtonElement";
|
|
203
203
|
|
|
204
|
-
var _excluded$
|
|
204
|
+
var _excluded$4S = ["children", "active", "variant", "size", "className"];
|
|
205
205
|
/**
|
|
206
206
|
* @component Button
|
|
207
207
|
* @description
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
_ref$size = _ref.size,
|
|
232
232
|
size = _ref$size === void 0 ? "medium" : _ref$size,
|
|
233
233
|
className = _ref.className,
|
|
234
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
234
|
+
args = _objectWithoutProperties(_ref, _excluded$4S);
|
|
235
235
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
|
|
236
236
|
className: classNames__default["default"]("c-btn", className, {
|
|
237
237
|
"c-btn--contained": variant === "primary" || variant === "contained",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
})));
|
|
297
297
|
};
|
|
298
298
|
|
|
299
|
-
var _excluded$
|
|
299
|
+
var _excluded$4R = ["gradient"];
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
302
|
* @component AddCrossTinyIcon
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
*/
|
|
327
327
|
var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
328
328
|
var gradient = _ref.gradient,
|
|
329
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
329
|
+
props = _objectWithoutProperties(_ref, _excluded$4R);
|
|
330
330
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
331
331
|
width: 24,
|
|
332
332
|
height: 24,
|
|
@@ -346,12 +346,12 @@
|
|
|
346
346
|
AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
|
|
347
347
|
var AddCrossTinyIcon$1 = AddCrossTinyIcon;
|
|
348
348
|
|
|
349
|
-
var _excluded$
|
|
349
|
+
var _excluded$4Q = ["className", "disabled"];
|
|
350
350
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
351
351
|
var className = _ref.className,
|
|
352
352
|
_ref$disabled = _ref.disabled,
|
|
353
353
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
354
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
354
|
+
rest = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
355
355
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
356
356
|
ref: ref,
|
|
357
357
|
variant: "contained",
|
|
@@ -389,12 +389,12 @@
|
|
|
389
389
|
});
|
|
390
390
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
391
391
|
|
|
392
|
-
var _excluded$
|
|
392
|
+
var _excluded$4P = ["children", "className", "invalid"];
|
|
393
393
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
394
394
|
var children = _ref.children,
|
|
395
395
|
className = _ref.className,
|
|
396
396
|
invalid = _ref.invalid,
|
|
397
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
397
|
+
rest = _objectWithoutProperties(_ref, _excluded$4P);
|
|
398
398
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
399
399
|
ref: ref,
|
|
400
400
|
className: classNames__default["default"]("c-btn-group", className),
|
|
@@ -419,11 +419,11 @@
|
|
|
419
419
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
420
420
|
StyledListSeparator$1.displayName = "StyledListSeparator";
|
|
421
421
|
|
|
422
|
-
var _excluded$
|
|
422
|
+
var _excluded$4O = ["children", "className"];
|
|
423
423
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
424
424
|
var children = _ref.children,
|
|
425
425
|
className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
427
427
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem$1, _extends({
|
|
428
428
|
className: classNames__default["default"]("c-list-item", className),
|
|
429
429
|
ref: ref,
|
|
@@ -432,21 +432,21 @@
|
|
|
432
432
|
});
|
|
433
433
|
ListItem.displayName = "ListItem";
|
|
434
434
|
|
|
435
|
-
var _excluded$
|
|
435
|
+
var _excluded$4N = ["className"];
|
|
436
436
|
var ListSeparator = function ListSeparator(_ref) {
|
|
437
437
|
var className = _ref.className,
|
|
438
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
438
|
+
props = _objectWithoutProperties(_ref, _excluded$4N);
|
|
439
439
|
return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator$1, _extends({
|
|
440
440
|
className: classNames__default["default"]("c-list-separator", className)
|
|
441
441
|
}, props));
|
|
442
442
|
};
|
|
443
443
|
ListSeparator.displayName = "ListSeparator";
|
|
444
444
|
|
|
445
|
-
var _excluded$
|
|
445
|
+
var _excluded$4M = ["children", "className"];
|
|
446
446
|
var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
447
447
|
var children = _ref.children,
|
|
448
448
|
className = _ref.className,
|
|
449
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
449
|
+
props = _objectWithoutProperties(_ref, _excluded$4M);
|
|
450
450
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
451
451
|
className: className,
|
|
452
452
|
ref: ref,
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
return size === "big" && styled.css(["width:40px;"]);
|
|
960
960
|
});
|
|
961
961
|
|
|
962
|
-
var _excluded$
|
|
962
|
+
var _excluded$4L = ["children", "className", "variant", "size", "active"];
|
|
963
963
|
|
|
964
964
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
965
965
|
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
variant = _ref.variant,
|
|
990
990
|
size = _ref.size,
|
|
991
991
|
active = _ref.active,
|
|
992
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
992
|
+
args = _objectWithoutProperties(_ref, _excluded$4L);
|
|
993
993
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
994
994
|
className: className,
|
|
995
995
|
variant: variant,
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
});
|
|
1001
1001
|
IconButton.displayName = "IconButton";
|
|
1002
1002
|
|
|
1003
|
-
var _excluded$
|
|
1003
|
+
var _excluded$4K = ["gradient"];
|
|
1004
1004
|
|
|
1005
1005
|
/**
|
|
1006
1006
|
* @component RecurringIcon
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
*/
|
|
1031
1031
|
var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1032
1032
|
var gradient = _ref.gradient,
|
|
1033
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1033
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
1034
1034
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1035
1035
|
width: 18,
|
|
1036
1036
|
height: 18,
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
RecurringIcon.displayName = "RecurringIcon";
|
|
1052
1052
|
var RecurringIcon$1 = RecurringIcon;
|
|
1053
1053
|
|
|
1054
|
-
var _excluded$
|
|
1054
|
+
var _excluded$4J = ["gradient"];
|
|
1055
1055
|
|
|
1056
1056
|
/**
|
|
1057
1057
|
* @component AccessLogIcon
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
*/
|
|
1082
1082
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1083
1083
|
var gradient = _ref.gradient,
|
|
1084
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1084
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
1085
1085
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1086
1086
|
width: 24,
|
|
1087
1087
|
height: 24,
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1110
1110
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1111
1111
|
|
|
1112
|
-
var _excluded$
|
|
1112
|
+
var _excluded$4I = ["gradient"];
|
|
1113
1113
|
|
|
1114
1114
|
/**
|
|
1115
1115
|
* @component ActivityIcon
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
*/
|
|
1140
1140
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1141
1141
|
var gradient = _ref.gradient,
|
|
1142
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1142
|
+
props = _objectWithoutProperties(_ref, _excluded$4I);
|
|
1143
1143
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1144
1144
|
width: 24,
|
|
1145
1145
|
height: 24,
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1164
1164
|
var ActivityIcon$1 = ActivityIcon;
|
|
1165
1165
|
|
|
1166
|
-
var _excluded$
|
|
1166
|
+
var _excluded$4H = ["gradient"];
|
|
1167
1167
|
|
|
1168
1168
|
/**
|
|
1169
1169
|
* @component AddCrossIcon
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
*/
|
|
1194
1194
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1195
1195
|
var gradient = _ref.gradient,
|
|
1196
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1196
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
1197
1197
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1198
1198
|
width: 10,
|
|
1199
1199
|
height: 10,
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1214
1214
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1215
1215
|
|
|
1216
|
-
var _excluded$
|
|
1216
|
+
var _excluded$4G = ["gradient"];
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* @component ArchiveIcon
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
*/
|
|
1244
1244
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1245
1245
|
var gradient = _ref.gradient,
|
|
1246
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1246
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
1247
1247
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1248
1248
|
width: 24,
|
|
1249
1249
|
height: 24,
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1265
1265
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1266
1266
|
|
|
1267
|
-
var _excluded$
|
|
1267
|
+
var _excluded$4F = ["gradient"];
|
|
1268
1268
|
|
|
1269
1269
|
/**
|
|
1270
1270
|
* @component ArrowBackMobileIcon
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
*/
|
|
1295
1295
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1296
1296
|
var gradient = _ref.gradient,
|
|
1297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1297
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
1298
1298
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1299
1299
|
width: 24,
|
|
1300
1300
|
height: 24,
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1316
1316
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1317
1317
|
|
|
1318
|
-
var _excluded$
|
|
1318
|
+
var _excluded$4E = ["gradient"];
|
|
1319
1319
|
|
|
1320
1320
|
/**
|
|
1321
1321
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
*/
|
|
1346
1346
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1347
1347
|
var gradient = _ref.gradient,
|
|
1348
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1348
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
1349
1349
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1350
1350
|
width: 24,
|
|
1351
1351
|
height: 24,
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1366
1366
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1367
1367
|
|
|
1368
|
-
var _excluded$
|
|
1368
|
+
var _excluded$4D = ["gradient"];
|
|
1369
1369
|
|
|
1370
1370
|
/**
|
|
1371
1371
|
* @component ArrowDownLongIcon
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
*/
|
|
1396
1396
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1397
1397
|
var gradient = _ref.gradient,
|
|
1398
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1398
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
1399
1399
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1400
1400
|
width: 24,
|
|
1401
1401
|
height: 24,
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1416
1416
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1417
1417
|
|
|
1418
|
-
var _excluded$
|
|
1418
|
+
var _excluded$4C = ["gradient"];
|
|
1419
1419
|
|
|
1420
1420
|
/**
|
|
1421
1421
|
* @component ArrowDownSmallIcon
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
*/
|
|
1446
1446
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1447
1447
|
var gradient = _ref.gradient,
|
|
1448
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1448
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
1449
1449
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1450
1450
|
width: 16,
|
|
1451
1451
|
height: 16,
|
|
@@ -1465,7 +1465,7 @@
|
|
|
1465
1465
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1466
1466
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1467
1467
|
|
|
1468
|
-
var _excluded$
|
|
1468
|
+
var _excluded$4B = ["gradient"];
|
|
1469
1469
|
|
|
1470
1470
|
/**
|
|
1471
1471
|
* @component ArrowDownIcon
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
*/
|
|
1496
1496
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1497
1497
|
var gradient = _ref.gradient,
|
|
1498
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1498
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
1499
1499
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1500
1500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1501
1501
|
width: 24,
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1515
1515
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1516
1516
|
|
|
1517
|
-
var _excluded$
|
|
1517
|
+
var _excluded$4A = ["gradient"];
|
|
1518
1518
|
|
|
1519
1519
|
/**
|
|
1520
1520
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
*/
|
|
1545
1545
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1546
1546
|
var gradient = _ref.gradient,
|
|
1547
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1547
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
1548
1548
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1549
1549
|
width: 24,
|
|
1550
1550
|
height: 24,
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1565
1565
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1566
1566
|
|
|
1567
|
-
var _excluded$
|
|
1567
|
+
var _excluded$4z = ["gradient"];
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
1570
|
* @component ArrowLeftBoxIcon
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
*/
|
|
1595
1595
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1596
1596
|
var gradient = _ref.gradient,
|
|
1597
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1597
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
1598
1598
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1599
1599
|
width: 24,
|
|
1600
1600
|
height: 24,
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1615
1615
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1616
1616
|
|
|
1617
|
-
var _excluded$
|
|
1617
|
+
var _excluded$4y = ["gradient"];
|
|
1618
1618
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* @component ArrowLeftIcon
|
|
@@ -1644,7 +1644,7 @@
|
|
|
1644
1644
|
*/
|
|
1645
1645
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1646
1646
|
var gradient = _ref.gradient,
|
|
1647
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1647
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
1648
1648
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1649
1649
|
width: 24,
|
|
1650
1650
|
height: 24,
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1665
1665
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1666
1666
|
|
|
1667
|
-
var _excluded$
|
|
1667
|
+
var _excluded$4x = ["gradient"];
|
|
1668
1668
|
|
|
1669
1669
|
/**
|
|
1670
1670
|
* @component ArrowRefreshIcon
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
*/
|
|
1695
1695
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1696
1696
|
var gradient = _ref.gradient,
|
|
1697
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1697
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
1698
1698
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1699
1699
|
width: 24,
|
|
1700
1700
|
height: 24,
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1716
1716
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1717
1717
|
|
|
1718
|
-
var _excluded$
|
|
1718
|
+
var _excluded$4w = ["gradient"];
|
|
1719
1719
|
|
|
1720
1720
|
/**
|
|
1721
1721
|
* @component ArrowRestoreIcon
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1747
1747
|
var gradient = _ref.gradient,
|
|
1748
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1748
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
1749
1749
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1750
1750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1751
1751
|
width: 24,
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1766
1766
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1767
1767
|
|
|
1768
|
-
var _excluded$
|
|
1768
|
+
var _excluded$4v = ["gradient"];
|
|
1769
1769
|
|
|
1770
1770
|
/**
|
|
1771
1771
|
* @component ArrowRightIcon
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
*/
|
|
1796
1796
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1797
1797
|
var gradient = _ref.gradient,
|
|
1798
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1798
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
1799
1799
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1800
1800
|
width: 24,
|
|
1801
1801
|
height: 24,
|
|
@@ -1815,7 +1815,7 @@
|
|
|
1815
1815
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1816
1816
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1817
1817
|
|
|
1818
|
-
var _excluded$
|
|
1818
|
+
var _excluded$4u = ["gradient"];
|
|
1819
1819
|
|
|
1820
1820
|
/**
|
|
1821
1821
|
* @component ArrowUpLongIcon
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
*/
|
|
1846
1846
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1847
1847
|
var gradient = _ref.gradient,
|
|
1848
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1848
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
1849
1849
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1850
1850
|
width: 24,
|
|
1851
1851
|
height: 24,
|
|
@@ -1865,7 +1865,7 @@
|
|
|
1865
1865
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1866
1866
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1867
1867
|
|
|
1868
|
-
var _excluded$
|
|
1868
|
+
var _excluded$4t = ["gradient"];
|
|
1869
1869
|
|
|
1870
1870
|
/**
|
|
1871
1871
|
* @component ArrowUpIcon
|
|
@@ -1895,7 +1895,7 @@
|
|
|
1895
1895
|
*/
|
|
1896
1896
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1897
1897
|
var gradient = _ref.gradient,
|
|
1898
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1898
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
1899
1899
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1900
1900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1901
1901
|
width: 24,
|
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1915
1915
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1916
1916
|
|
|
1917
|
-
var _excluded$
|
|
1917
|
+
var _excluded$4s = ["gradient"];
|
|
1918
1918
|
|
|
1919
1919
|
/**
|
|
1920
1920
|
* @component AssignIcon
|
|
@@ -1944,7 +1944,7 @@
|
|
|
1944
1944
|
*/
|
|
1945
1945
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1946
1946
|
var gradient = _ref.gradient,
|
|
1947
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1947
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
1948
1948
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1949
1949
|
width: 24,
|
|
1950
1950
|
height: 24,
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
AssignIcon.displayName = "AssignIcon";
|
|
1965
1965
|
var AssignIcon$1 = AssignIcon;
|
|
1966
1966
|
|
|
1967
|
-
var _excluded$
|
|
1967
|
+
var _excluded$4r = ["gradient"];
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
1970
|
* @component AttachmentIcon
|
|
@@ -1994,7 +1994,7 @@
|
|
|
1994
1994
|
*/
|
|
1995
1995
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
1996
1996
|
var gradient = _ref.gradient,
|
|
1997
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1997
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
1998
1998
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1999
1999
|
width: 24,
|
|
2000
2000
|
height: 24,
|
|
@@ -2014,7 +2014,7 @@
|
|
|
2014
2014
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
2015
2015
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
2016
2016
|
|
|
2017
|
-
var _excluded$
|
|
2017
|
+
var _excluded$4q = ["gradient"];
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
2020
|
* @component BellOffSmallIcon
|
|
@@ -2044,7 +2044,7 @@
|
|
|
2044
2044
|
*/
|
|
2045
2045
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2046
2046
|
var gradient = _ref.gradient,
|
|
2047
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2047
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
2048
2048
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2049
2049
|
width: 12,
|
|
2050
2050
|
height: 12,
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2065
2065
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2066
2066
|
|
|
2067
|
-
var _excluded$
|
|
2067
|
+
var _excluded$4p = ["gradient"];
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* @component BellOffIcon
|
|
@@ -2094,7 +2094,7 @@
|
|
|
2094
2094
|
*/
|
|
2095
2095
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2096
2096
|
var gradient = _ref.gradient,
|
|
2097
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2097
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
2098
2098
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2099
2099
|
width: 24,
|
|
2100
2100
|
height: 24,
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2115
2115
|
var BellOffIcon$1 = BellOffIcon;
|
|
2116
2116
|
|
|
2117
|
-
var _excluded$
|
|
2117
|
+
var _excluded$4o = ["gradient"];
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
2120
|
* @component BillingIcon
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
*/
|
|
2145
2145
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2146
2146
|
var gradient = _ref.gradient,
|
|
2147
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2147
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
2148
2148
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2149
2149
|
width: 24,
|
|
2150
2150
|
height: 24,
|
|
@@ -2165,7 +2165,7 @@
|
|
|
2165
2165
|
BillingIcon.displayName = "BillingIcon";
|
|
2166
2166
|
var BillingIcon$1 = BillingIcon;
|
|
2167
2167
|
|
|
2168
|
-
var _excluded$
|
|
2168
|
+
var _excluded$4n = ["gradient"];
|
|
2169
2169
|
|
|
2170
2170
|
/**
|
|
2171
2171
|
* @component BudgetAlertIcon
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
*/
|
|
2196
2196
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2197
2197
|
var gradient = _ref.gradient,
|
|
2198
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2198
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
2199
2199
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2200
2200
|
width: 24,
|
|
2201
2201
|
height: 24,
|
|
@@ -2215,7 +2215,7 @@
|
|
|
2215
2215
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2216
2216
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2217
2217
|
|
|
2218
|
-
var _excluded$
|
|
2218
|
+
var _excluded$4m = ["gradient"];
|
|
2219
2219
|
|
|
2220
2220
|
/**
|
|
2221
2221
|
* @component CalendarAddXIcon
|
|
@@ -2245,7 +2245,7 @@
|
|
|
2245
2245
|
*/
|
|
2246
2246
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2247
2247
|
var gradient = _ref.gradient,
|
|
2248
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2248
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
2249
2249
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2250
2250
|
width: 24,
|
|
2251
2251
|
height: 24,
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2266
2266
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2267
2267
|
|
|
2268
|
-
var _excluded$
|
|
2268
|
+
var _excluded$4l = ["gradient"];
|
|
2269
2269
|
|
|
2270
2270
|
/**
|
|
2271
2271
|
* @component CalendarImportIcon
|
|
@@ -2295,7 +2295,7 @@
|
|
|
2295
2295
|
*/
|
|
2296
2296
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2297
2297
|
var gradient = _ref.gradient,
|
|
2298
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2298
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
2299
2299
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2300
2300
|
width: 18,
|
|
2301
2301
|
height: 18,
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2319
2319
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2320
2320
|
|
|
2321
|
-
var _excluded$
|
|
2321
|
+
var _excluded$4k = ["gradient"];
|
|
2322
2322
|
|
|
2323
2323
|
/**
|
|
2324
2324
|
* @component CalendarIcon
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
*/
|
|
2349
2349
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2350
2350
|
var gradient = _ref.gradient,
|
|
2351
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2351
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
2352
2352
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2353
2353
|
width: 24,
|
|
2354
2354
|
height: 24,
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2369
2369
|
var CalendarIcon$1 = CalendarIcon;
|
|
2370
2370
|
|
|
2371
|
-
var _excluded$
|
|
2371
|
+
var _excluded$4j = ["gradient"];
|
|
2372
2372
|
|
|
2373
2373
|
/**
|
|
2374
2374
|
* @component CancelCrossIcon
|
|
@@ -2398,7 +2398,7 @@
|
|
|
2398
2398
|
*/
|
|
2399
2399
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2400
2400
|
var gradient = _ref.gradient,
|
|
2401
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2401
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
2402
2402
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2403
2403
|
width: 24,
|
|
2404
2404
|
height: 24,
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2419
2419
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2420
2420
|
|
|
2421
|
-
var _excluded$
|
|
2421
|
+
var _excluded$4i = ["gradient"];
|
|
2422
2422
|
|
|
2423
2423
|
/**
|
|
2424
2424
|
* @component CaretLeftIcon
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
*/
|
|
2449
2449
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2450
2450
|
var gradient = _ref.gradient,
|
|
2451
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2451
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
2452
2452
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2453
2453
|
width: 18,
|
|
2454
2454
|
height: 18,
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2469
2469
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2470
2470
|
|
|
2471
|
-
var _excluded$
|
|
2471
|
+
var _excluded$4h = ["gradient"];
|
|
2472
2472
|
|
|
2473
2473
|
/**
|
|
2474
2474
|
* @component CaretRightIcon
|
|
@@ -2498,7 +2498,7 @@
|
|
|
2498
2498
|
*/
|
|
2499
2499
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2500
2500
|
var gradient = _ref.gradient,
|
|
2501
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2501
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
2502
2502
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2503
2503
|
width: 18,
|
|
2504
2504
|
height: 18,
|
|
@@ -2518,7 +2518,7 @@
|
|
|
2518
2518
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2519
2519
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2520
2520
|
|
|
2521
|
-
var _excluded$
|
|
2521
|
+
var _excluded$4g = ["gradient"];
|
|
2522
2522
|
|
|
2523
2523
|
/**
|
|
2524
2524
|
* @component ChatIcon
|
|
@@ -2548,7 +2548,7 @@
|
|
|
2548
2548
|
*/
|
|
2549
2549
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2550
2550
|
var gradient = _ref.gradient,
|
|
2551
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2551
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
2552
2552
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2553
2553
|
width: 24,
|
|
2554
2554
|
height: 24,
|
|
@@ -2568,7 +2568,7 @@
|
|
|
2568
2568
|
ChatIcon.displayName = "ChatIcon";
|
|
2569
2569
|
var ChatIcon$1 = ChatIcon;
|
|
2570
2570
|
|
|
2571
|
-
var _excluded$
|
|
2571
|
+
var _excluded$4f = ["gradient"];
|
|
2572
2572
|
|
|
2573
2573
|
/**
|
|
2574
2574
|
* @component CheckIcon
|
|
@@ -2598,7 +2598,7 @@
|
|
|
2598
2598
|
*/
|
|
2599
2599
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2600
2600
|
var gradient = _ref.gradient,
|
|
2601
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2601
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
2602
2602
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2603
2603
|
width: 24,
|
|
2604
2604
|
height: 24,
|
|
@@ -2618,7 +2618,7 @@
|
|
|
2618
2618
|
CheckIcon.displayName = "CheckIcon";
|
|
2619
2619
|
var CheckIcon$1 = CheckIcon;
|
|
2620
2620
|
|
|
2621
|
-
var _excluded$
|
|
2621
|
+
var _excluded$4e = ["gradient"];
|
|
2622
2622
|
|
|
2623
2623
|
/**
|
|
2624
2624
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
*/
|
|
2649
2649
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2650
2650
|
var gradient = _ref.gradient,
|
|
2651
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2651
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
2652
2652
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2653
2653
|
width: 24,
|
|
2654
2654
|
height: 24,
|
|
@@ -2668,7 +2668,7 @@
|
|
|
2668
2668
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2669
2669
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2670
2670
|
|
|
2671
|
-
var _excluded$
|
|
2671
|
+
var _excluded$4d = ["gradient"];
|
|
2672
2672
|
|
|
2673
2673
|
/**
|
|
2674
2674
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2698,7 +2698,7 @@
|
|
|
2698
2698
|
*/
|
|
2699
2699
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2700
2700
|
var gradient = _ref.gradient,
|
|
2701
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2701
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
2702
2702
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2703
2703
|
width: 24,
|
|
2704
2704
|
height: 24,
|
|
@@ -2718,7 +2718,7 @@
|
|
|
2718
2718
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2719
2719
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2720
2720
|
|
|
2721
|
-
var _excluded$
|
|
2721
|
+
var _excluded$4c = ["gradient"];
|
|
2722
2722
|
|
|
2723
2723
|
/**
|
|
2724
2724
|
* @component CheckboxDocumentsIcon
|
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
*/
|
|
2749
2749
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2750
2750
|
var gradient = _ref.gradient,
|
|
2751
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2751
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
2752
2752
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2753
2753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2754
2754
|
width: 24,
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2769
2769
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2770
2770
|
|
|
2771
|
-
var _excluded$
|
|
2771
|
+
var _excluded$4b = ["gradient"];
|
|
2772
2772
|
|
|
2773
2773
|
/**
|
|
2774
2774
|
* @component CheckboxIcon
|
|
@@ -2798,7 +2798,7 @@
|
|
|
2798
2798
|
*/
|
|
2799
2799
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2800
2800
|
var gradient = _ref.gradient,
|
|
2801
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2801
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
2802
2802
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2803
2803
|
width: 16,
|
|
2804
2804
|
height: 16,
|
|
@@ -2828,7 +2828,7 @@
|
|
|
2828
2828
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2829
2829
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2830
2830
|
|
|
2831
|
-
var _excluded$
|
|
2831
|
+
var _excluded$4a = ["gradient"];
|
|
2832
2832
|
|
|
2833
2833
|
/**
|
|
2834
2834
|
* @component ChecklistSmallIcon
|
|
@@ -2858,7 +2858,7 @@
|
|
|
2858
2858
|
*/
|
|
2859
2859
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2860
2860
|
var gradient = _ref.gradient,
|
|
2861
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2861
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
2862
2862
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2863
2863
|
width: 12,
|
|
2864
2864
|
height: 12,
|
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
2879
2879
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
2880
2880
|
|
|
2881
|
-
var _excluded$
|
|
2881
|
+
var _excluded$49 = ["gradient"];
|
|
2882
2882
|
|
|
2883
2883
|
/**
|
|
2884
2884
|
* @component ChecklistIcon
|
|
@@ -2908,7 +2908,7 @@
|
|
|
2908
2908
|
*/
|
|
2909
2909
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2910
2910
|
var gradient = _ref.gradient,
|
|
2911
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2911
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
2912
2912
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2913
2913
|
width: 24,
|
|
2914
2914
|
height: 24,
|
|
@@ -2928,7 +2928,7 @@
|
|
|
2928
2928
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
2929
2929
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
2930
2930
|
|
|
2931
|
-
var _excluded$
|
|
2931
|
+
var _excluded$48 = ["gradient"];
|
|
2932
2932
|
|
|
2933
2933
|
/**
|
|
2934
2934
|
* @component CircleMultipleIcon
|
|
@@ -2958,7 +2958,7 @@
|
|
|
2958
2958
|
*/
|
|
2959
2959
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
2960
2960
|
var gradient = _ref.gradient,
|
|
2961
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2961
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
2962
2962
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2963
2963
|
width: 24,
|
|
2964
2964
|
height: 24,
|
|
@@ -2978,7 +2978,7 @@
|
|
|
2978
2978
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
2979
2979
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
2980
2980
|
|
|
2981
|
-
var _excluded$
|
|
2981
|
+
var _excluded$47 = ["gradient"];
|
|
2982
2982
|
|
|
2983
2983
|
/**
|
|
2984
2984
|
* @component ClockAddIcon
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
*/
|
|
3009
3009
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3010
3010
|
var gradient = _ref.gradient,
|
|
3011
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3011
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
3012
3012
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3013
3013
|
width: 24,
|
|
3014
3014
|
height: 24,
|
|
@@ -3028,7 +3028,7 @@
|
|
|
3028
3028
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
3029
3029
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
3030
3030
|
|
|
3031
|
-
var _excluded$
|
|
3031
|
+
var _excluded$46 = ["gradient"];
|
|
3032
3032
|
|
|
3033
3033
|
/**
|
|
3034
3034
|
* @component ClockDollarIcon
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
*/
|
|
3059
3059
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3060
3060
|
var gradient = _ref.gradient,
|
|
3061
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3061
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
3062
3062
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3063
3063
|
width: 24,
|
|
3064
3064
|
height: 24,
|
|
@@ -3081,7 +3081,7 @@
|
|
|
3081
3081
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3082
3082
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3083
3083
|
|
|
3084
|
-
var _excluded$
|
|
3084
|
+
var _excluded$45 = ["gradient"];
|
|
3085
3085
|
|
|
3086
3086
|
/**
|
|
3087
3087
|
* @component ClockSmallIcon
|
|
@@ -3111,7 +3111,7 @@
|
|
|
3111
3111
|
*/
|
|
3112
3112
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3113
3113
|
var gradient = _ref.gradient,
|
|
3114
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3114
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
3115
3115
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3116
3116
|
width: 12,
|
|
3117
3117
|
height: 12,
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3132
3132
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3133
3133
|
|
|
3134
|
-
var _excluded$
|
|
3134
|
+
var _excluded$44 = ["gradient"];
|
|
3135
3135
|
|
|
3136
3136
|
/**
|
|
3137
3137
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3161,7 +3161,7 @@
|
|
|
3161
3161
|
*/
|
|
3162
3162
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3163
3163
|
var gradient = _ref.gradient,
|
|
3164
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3164
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
3165
3165
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3166
3166
|
width: 24,
|
|
3167
3167
|
height: 24,
|
|
@@ -3182,7 +3182,7 @@
|
|
|
3182
3182
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3183
3183
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3184
3184
|
|
|
3185
|
-
var _excluded$
|
|
3185
|
+
var _excluded$43 = ["gradient"];
|
|
3186
3186
|
|
|
3187
3187
|
/**
|
|
3188
3188
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3212,7 +3212,7 @@
|
|
|
3212
3212
|
*/
|
|
3213
3213
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3214
3214
|
var gradient = _ref.gradient,
|
|
3215
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3215
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
3216
3216
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3217
3217
|
width: 12,
|
|
3218
3218
|
height: 12,
|
|
@@ -3232,7 +3232,7 @@
|
|
|
3232
3232
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3233
3233
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3234
3234
|
|
|
3235
|
-
var _excluded$
|
|
3235
|
+
var _excluded$42 = ["gradient"];
|
|
3236
3236
|
|
|
3237
3237
|
/**
|
|
3238
3238
|
* @component ClockStopwatchIcon
|
|
@@ -3262,7 +3262,7 @@
|
|
|
3262
3262
|
*/
|
|
3263
3263
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3264
3264
|
var gradient = _ref.gradient,
|
|
3265
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3265
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
3266
3266
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3267
3267
|
width: 24,
|
|
3268
3268
|
height: 24,
|
|
@@ -3282,7 +3282,7 @@
|
|
|
3282
3282
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3283
3283
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3284
3284
|
|
|
3285
|
-
var _excluded$
|
|
3285
|
+
var _excluded$41 = ["gradient"];
|
|
3286
3286
|
|
|
3287
3287
|
/**
|
|
3288
3288
|
* @component ClockIcon
|
|
@@ -3312,7 +3312,7 @@
|
|
|
3312
3312
|
*/
|
|
3313
3313
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3314
3314
|
var gradient = _ref.gradient,
|
|
3315
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3315
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3316
3316
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3317
3317
|
width: 24,
|
|
3318
3318
|
height: 24,
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
ClockIcon.displayName = "ClockIcon";
|
|
3333
3333
|
var ClockIcon$1 = ClockIcon;
|
|
3334
3334
|
|
|
3335
|
-
var _excluded$
|
|
3335
|
+
var _excluded$40 = ["gradient"];
|
|
3336
3336
|
|
|
3337
3337
|
/**
|
|
3338
3338
|
* @component CloseCircleIcon
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
*/
|
|
3363
3363
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3364
3364
|
var gradient = _ref.gradient,
|
|
3365
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3365
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3366
3366
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3367
3367
|
width: 24,
|
|
3368
3368
|
height: 24,
|
|
@@ -3383,7 +3383,7 @@
|
|
|
3383
3383
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3384
3384
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3385
3385
|
|
|
3386
|
-
var _excluded$
|
|
3386
|
+
var _excluded$3$ = ["gradient"];
|
|
3387
3387
|
|
|
3388
3388
|
/**
|
|
3389
3389
|
* @component CloseDocumentIcon
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
*/
|
|
3414
3414
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3415
3415
|
var gradient = _ref.gradient,
|
|
3416
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3416
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3417
3417
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3418
3418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3419
3419
|
width: 24,
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3434
3434
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3435
3435
|
|
|
3436
|
-
var _excluded$
|
|
3436
|
+
var _excluded$3_ = ["gradient"];
|
|
3437
3437
|
|
|
3438
3438
|
/**
|
|
3439
3439
|
* @component CloseSmallIcon
|
|
@@ -3463,7 +3463,7 @@
|
|
|
3463
3463
|
*/
|
|
3464
3464
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3465
3465
|
var gradient = _ref.gradient,
|
|
3466
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3466
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3467
3467
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3468
3468
|
width: 24,
|
|
3469
3469
|
height: 24,
|
|
@@ -3483,7 +3483,7 @@
|
|
|
3483
3483
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3484
3484
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3485
3485
|
|
|
3486
|
-
var _excluded$
|
|
3486
|
+
var _excluded$3Z = ["gradient"];
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
3489
|
* @component CloseIcon
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
*/
|
|
3514
3514
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3515
3515
|
var gradient = _ref.gradient,
|
|
3516
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3516
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3517
3517
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3518
3518
|
width: 24,
|
|
3519
3519
|
height: 24,
|
|
@@ -3534,7 +3534,7 @@
|
|
|
3534
3534
|
CloseIcon.displayName = "CloseIcon";
|
|
3535
3535
|
var CloseIcon$1 = CloseIcon;
|
|
3536
3536
|
|
|
3537
|
-
var _excluded$
|
|
3537
|
+
var _excluded$3Y = ["gradient"];
|
|
3538
3538
|
|
|
3539
3539
|
/**
|
|
3540
3540
|
* @component CollapsIcon
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
*/
|
|
3565
3565
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3566
3566
|
var gradient = _ref.gradient,
|
|
3567
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3567
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3568
3568
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3569
3569
|
width: 6,
|
|
3570
3570
|
height: 9,
|
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3585
3585
|
var CollapsIcon$1 = CollapsIcon;
|
|
3586
3586
|
|
|
3587
|
-
var _excluded$
|
|
3587
|
+
var _excluded$3X = ["gradient"];
|
|
3588
3588
|
|
|
3589
3589
|
/**
|
|
3590
3590
|
* @component CollapseAllIcon
|
|
@@ -3614,7 +3614,7 @@
|
|
|
3614
3614
|
*/
|
|
3615
3615
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3616
3616
|
var gradient = _ref.gradient,
|
|
3617
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3617
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3618
3618
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3619
3619
|
width: 24,
|
|
3620
3620
|
height: 24,
|
|
@@ -3634,7 +3634,7 @@
|
|
|
3634
3634
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
3635
3635
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
3636
3636
|
|
|
3637
|
-
var _excluded$
|
|
3637
|
+
var _excluded$3W = ["gradient"];
|
|
3638
3638
|
|
|
3639
3639
|
/**
|
|
3640
3640
|
* @component CollapseExpandSingleIcon
|
|
@@ -3664,7 +3664,7 @@
|
|
|
3664
3664
|
*/
|
|
3665
3665
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3666
3666
|
var gradient = _ref.gradient,
|
|
3667
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3667
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3668
3668
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3669
3669
|
width: 24,
|
|
3670
3670
|
height: 24,
|
|
@@ -3684,7 +3684,7 @@
|
|
|
3684
3684
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
3685
3685
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
3686
3686
|
|
|
3687
|
-
var _excluded$
|
|
3687
|
+
var _excluded$3V = ["gradient"];
|
|
3688
3688
|
|
|
3689
3689
|
/**
|
|
3690
3690
|
* @component CompanyAddIcon
|
|
@@ -3714,7 +3714,7 @@
|
|
|
3714
3714
|
*/
|
|
3715
3715
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3716
3716
|
var gradient = _ref.gradient,
|
|
3717
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3717
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3718
3718
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3719
3719
|
width: 18,
|
|
3720
3720
|
height: 20,
|
|
@@ -3735,7 +3735,7 @@
|
|
|
3735
3735
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
3736
3736
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
3737
3737
|
|
|
3738
|
-
var _excluded$
|
|
3738
|
+
var _excluded$3U = ["gradient"];
|
|
3739
3739
|
|
|
3740
3740
|
/**
|
|
3741
3741
|
* @component CompanyIcon
|
|
@@ -3765,7 +3765,7 @@
|
|
|
3765
3765
|
*/
|
|
3766
3766
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3767
3767
|
var gradient = _ref.gradient,
|
|
3768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3768
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3769
3769
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3770
3770
|
width: 24,
|
|
3771
3771
|
height: 24,
|
|
@@ -3786,7 +3786,7 @@
|
|
|
3786
3786
|
CompanyIcon.displayName = "CompanyIcon";
|
|
3787
3787
|
var CompanyIcon$1 = CompanyIcon;
|
|
3788
3788
|
|
|
3789
|
-
var _excluded$
|
|
3789
|
+
var _excluded$3T = ["gradient"];
|
|
3790
3790
|
|
|
3791
3791
|
/**
|
|
3792
3792
|
* @component ComputerIcon
|
|
@@ -3816,7 +3816,7 @@
|
|
|
3816
3816
|
*/
|
|
3817
3817
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3818
3818
|
var gradient = _ref.gradient,
|
|
3819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3819
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3820
3820
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3821
3821
|
width: 24,
|
|
3822
3822
|
height: 24,
|
|
@@ -3836,7 +3836,7 @@
|
|
|
3836
3836
|
ComputerIcon.displayName = "ComputerIcon";
|
|
3837
3837
|
var ComputerIcon$1 = ComputerIcon;
|
|
3838
3838
|
|
|
3839
|
-
var _excluded$
|
|
3839
|
+
var _excluded$3S = ["gradient"];
|
|
3840
3840
|
|
|
3841
3841
|
/**
|
|
3842
3842
|
* @component CopyIcon
|
|
@@ -3866,7 +3866,7 @@
|
|
|
3866
3866
|
*/
|
|
3867
3867
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3868
3868
|
var gradient = _ref.gradient,
|
|
3869
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3869
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3870
3870
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3871
3871
|
width: 24,
|
|
3872
3872
|
height: 24,
|
|
@@ -3886,7 +3886,7 @@
|
|
|
3886
3886
|
CopyIcon.displayName = "CopyIcon";
|
|
3887
3887
|
var CopyIcon$1 = CopyIcon;
|
|
3888
3888
|
|
|
3889
|
-
var _excluded$
|
|
3889
|
+
var _excluded$3R = ["gradient"];
|
|
3890
3890
|
|
|
3891
3891
|
/**
|
|
3892
3892
|
* @component CrownBlankIcon
|
|
@@ -3916,7 +3916,7 @@
|
|
|
3916
3916
|
*/
|
|
3917
3917
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3918
3918
|
var gradient = _ref.gradient,
|
|
3919
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3919
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3920
3920
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3921
3921
|
width: 24,
|
|
3922
3922
|
height: 24,
|
|
@@ -3936,7 +3936,7 @@
|
|
|
3936
3936
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
3937
3937
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
3938
3938
|
|
|
3939
|
-
var _excluded$
|
|
3939
|
+
var _excluded$3Q = ["gradient"];
|
|
3940
3940
|
|
|
3941
3941
|
/**
|
|
3942
3942
|
* @component CrownSelectedIcon
|
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
*/
|
|
3967
3967
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
3968
3968
|
var gradient = _ref.gradient,
|
|
3969
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3969
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
3970
3970
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3971
3971
|
width: 24,
|
|
3972
3972
|
height: 24,
|
|
@@ -3986,7 +3986,7 @@
|
|
|
3986
3986
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
3987
3987
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
3988
3988
|
|
|
3989
|
-
var _excluded$
|
|
3989
|
+
var _excluded$3P = ["gradient"];
|
|
3990
3990
|
|
|
3991
3991
|
/**
|
|
3992
3992
|
* @component DependencySmallIcon
|
|
@@ -4016,7 +4016,7 @@
|
|
|
4016
4016
|
*/
|
|
4017
4017
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4018
4018
|
var gradient = _ref.gradient,
|
|
4019
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4019
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
4020
4020
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4021
4021
|
width: 12,
|
|
4022
4022
|
height: 12,
|
|
@@ -4036,7 +4036,7 @@
|
|
|
4036
4036
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4037
4037
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4038
4038
|
|
|
4039
|
-
var _excluded$
|
|
4039
|
+
var _excluded$3O = ["gradient"];
|
|
4040
4040
|
|
|
4041
4041
|
/**
|
|
4042
4042
|
* @component DependencyIcon
|
|
@@ -4066,7 +4066,7 @@
|
|
|
4066
4066
|
*/
|
|
4067
4067
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4068
4068
|
var gradient = _ref.gradient,
|
|
4069
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4069
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
4070
4070
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4071
4071
|
width: 24,
|
|
4072
4072
|
height: 24,
|
|
@@ -4086,7 +4086,7 @@
|
|
|
4086
4086
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4087
4087
|
var DependencyIcon$1 = DependencyIcon;
|
|
4088
4088
|
|
|
4089
|
-
var _excluded$
|
|
4089
|
+
var _excluded$3N = ["gradient"];
|
|
4090
4090
|
|
|
4091
4091
|
/**
|
|
4092
4092
|
* @component DescriptionSmallIcon
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
*/
|
|
4117
4117
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4118
4118
|
var gradient = _ref.gradient,
|
|
4119
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4119
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
4120
4120
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4121
4121
|
width: 18,
|
|
4122
4122
|
height: 18,
|
|
@@ -4137,7 +4137,7 @@
|
|
|
4137
4137
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4138
4138
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4139
4139
|
|
|
4140
|
-
var _excluded$
|
|
4140
|
+
var _excluded$3M = ["gradient"];
|
|
4141
4141
|
|
|
4142
4142
|
/**
|
|
4143
4143
|
* @component DescriptionIcon
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
*/
|
|
4168
4168
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4169
4169
|
var gradient = _ref.gradient,
|
|
4170
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4170
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
4171
4171
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4172
4172
|
width: 24,
|
|
4173
4173
|
height: 24,
|
|
@@ -4187,7 +4187,7 @@
|
|
|
4187
4187
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4188
4188
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4189
4189
|
|
|
4190
|
-
var _excluded$
|
|
4190
|
+
var _excluded$3L = ["gradient"];
|
|
4191
4191
|
|
|
4192
4192
|
/**
|
|
4193
4193
|
* @component DiscussionAddIcon
|
|
@@ -4217,7 +4217,7 @@
|
|
|
4217
4217
|
*/
|
|
4218
4218
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4219
4219
|
var gradient = _ref.gradient,
|
|
4220
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4220
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
4221
4221
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4222
4222
|
width: 24,
|
|
4223
4223
|
height: 24,
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4238
4238
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4239
4239
|
|
|
4240
|
-
var _excluded$
|
|
4240
|
+
var _excluded$3K = ["gradient"];
|
|
4241
4241
|
|
|
4242
4242
|
/**
|
|
4243
4243
|
* @component DiscussionIcon
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
*/
|
|
4268
4268
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4269
4269
|
var gradient = _ref.gradient,
|
|
4270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4270
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
4271
4271
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4272
4272
|
width: 24,
|
|
4273
4273
|
height: 24,
|
|
@@ -4288,7 +4288,7 @@
|
|
|
4288
4288
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4289
4289
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4290
4290
|
|
|
4291
|
-
var _excluded$
|
|
4291
|
+
var _excluded$3J = ["gradient"];
|
|
4292
4292
|
|
|
4293
4293
|
/**
|
|
4294
4294
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4318,7 +4318,7 @@
|
|
|
4318
4318
|
*/
|
|
4319
4319
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4320
4320
|
var gradient = _ref.gradient,
|
|
4321
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4321
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
4322
4322
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4323
4323
|
width: 12,
|
|
4324
4324
|
height: 12,
|
|
@@ -4338,7 +4338,7 @@
|
|
|
4338
4338
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4339
4339
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4340
4340
|
|
|
4341
|
-
var _excluded$
|
|
4341
|
+
var _excluded$3I = ["gradient"];
|
|
4342
4342
|
|
|
4343
4343
|
/**
|
|
4344
4344
|
* @component DollarCheckmarkIcon
|
|
@@ -4368,7 +4368,7 @@
|
|
|
4368
4368
|
*/
|
|
4369
4369
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4370
4370
|
var gradient = _ref.gradient,
|
|
4371
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4371
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
4372
4372
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4373
4373
|
width: 24,
|
|
4374
4374
|
height: 24,
|
|
@@ -4388,7 +4388,7 @@
|
|
|
4388
4388
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4389
4389
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4390
4390
|
|
|
4391
|
-
var _excluded$
|
|
4391
|
+
var _excluded$3H = ["gradient"];
|
|
4392
4392
|
|
|
4393
4393
|
/**
|
|
4394
4394
|
* @component DollarClockSmallIcon
|
|
@@ -4418,7 +4418,7 @@
|
|
|
4418
4418
|
*/
|
|
4419
4419
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4420
4420
|
var gradient = _ref.gradient,
|
|
4421
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4421
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
4422
4422
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4423
4423
|
width: 12,
|
|
4424
4424
|
height: 12,
|
|
@@ -4438,7 +4438,7 @@
|
|
|
4438
4438
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4439
4439
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4440
4440
|
|
|
4441
|
-
var _excluded$
|
|
4441
|
+
var _excluded$3G = ["gradient"];
|
|
4442
4442
|
|
|
4443
4443
|
/**
|
|
4444
4444
|
* @component DollarClockIcon
|
|
@@ -4468,7 +4468,7 @@
|
|
|
4468
4468
|
*/
|
|
4469
4469
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4470
4470
|
var gradient = _ref.gradient,
|
|
4471
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4471
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
4472
4472
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4473
4473
|
width: 24,
|
|
4474
4474
|
height: 24,
|
|
@@ -4488,7 +4488,7 @@
|
|
|
4488
4488
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4489
4489
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4490
4490
|
|
|
4491
|
-
var _excluded$
|
|
4491
|
+
var _excluded$3F = ["gradient"];
|
|
4492
4492
|
|
|
4493
4493
|
/**
|
|
4494
4494
|
* @component DollarDocumentPlusIcon
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
*/
|
|
4519
4519
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4520
4520
|
var gradient = _ref.gradient,
|
|
4521
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4521
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
4522
4522
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4523
4523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4524
4524
|
width: 24,
|
|
@@ -4538,7 +4538,7 @@
|
|
|
4538
4538
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4539
4539
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4540
4540
|
|
|
4541
|
-
var _excluded$
|
|
4541
|
+
var _excluded$3E = ["gradient"];
|
|
4542
4542
|
|
|
4543
4543
|
/**
|
|
4544
4544
|
* @component DollarDocumentIcon
|
|
@@ -4568,7 +4568,7 @@
|
|
|
4568
4568
|
*/
|
|
4569
4569
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4570
4570
|
var gradient = _ref.gradient,
|
|
4571
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4571
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
4572
4572
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4573
4573
|
width: 24,
|
|
4574
4574
|
height: 24,
|
|
@@ -4589,7 +4589,7 @@
|
|
|
4589
4589
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
4590
4590
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
4591
4591
|
|
|
4592
|
-
var _excluded$
|
|
4592
|
+
var _excluded$3D = ["gradient"];
|
|
4593
4593
|
|
|
4594
4594
|
/**
|
|
4595
4595
|
* @component DollarOffSmallIcon
|
|
@@ -4619,7 +4619,7 @@
|
|
|
4619
4619
|
*/
|
|
4620
4620
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4621
4621
|
var gradient = _ref.gradient,
|
|
4622
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4622
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
4623
4623
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4624
4624
|
width: 12,
|
|
4625
4625
|
height: 12,
|
|
@@ -4639,7 +4639,7 @@
|
|
|
4639
4639
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
4640
4640
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
4641
4641
|
|
|
4642
|
-
var _excluded$
|
|
4642
|
+
var _excluded$3C = ["gradient"];
|
|
4643
4643
|
|
|
4644
4644
|
/**
|
|
4645
4645
|
* @component DollarOffIcon
|
|
@@ -4669,7 +4669,7 @@
|
|
|
4669
4669
|
*/
|
|
4670
4670
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4671
4671
|
var gradient = _ref.gradient,
|
|
4672
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4672
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
4673
4673
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4674
4674
|
width: 24,
|
|
4675
4675
|
height: 24,
|
|
@@ -4689,7 +4689,7 @@
|
|
|
4689
4689
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
4690
4690
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
4691
4691
|
|
|
4692
|
-
var _excluded$
|
|
4692
|
+
var _excluded$3B = ["gradient"];
|
|
4693
4693
|
|
|
4694
4694
|
/**
|
|
4695
4695
|
* @component DollarSmallIcon
|
|
@@ -4719,7 +4719,7 @@
|
|
|
4719
4719
|
*/
|
|
4720
4720
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4721
4721
|
var gradient = _ref.gradient,
|
|
4722
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4722
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
4723
4723
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4724
4724
|
width: 12,
|
|
4725
4725
|
height: 12,
|
|
@@ -4739,7 +4739,7 @@
|
|
|
4739
4739
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
4740
4740
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
4741
4741
|
|
|
4742
|
-
var _excluded$
|
|
4742
|
+
var _excluded$3A = ["gradient"];
|
|
4743
4743
|
|
|
4744
4744
|
/**
|
|
4745
4745
|
* @component DollarIcon
|
|
@@ -4769,7 +4769,7 @@
|
|
|
4769
4769
|
*/
|
|
4770
4770
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4771
4771
|
var gradient = _ref.gradient,
|
|
4772
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4772
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
4773
4773
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4774
4774
|
width: 24,
|
|
4775
4775
|
height: 24,
|
|
@@ -4789,7 +4789,7 @@
|
|
|
4789
4789
|
DollarIcon.displayName = "DollarIcon";
|
|
4790
4790
|
var DollarIcon$1 = DollarIcon;
|
|
4791
4791
|
|
|
4792
|
-
var _excluded$
|
|
4792
|
+
var _excluded$3z = ["gradient"];
|
|
4793
4793
|
|
|
4794
4794
|
/**
|
|
4795
4795
|
* @component DownloadIcon
|
|
@@ -4819,7 +4819,7 @@
|
|
|
4819
4819
|
*/
|
|
4820
4820
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4821
4821
|
var gradient = _ref.gradient,
|
|
4822
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4822
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
4823
4823
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4824
4824
|
width: 24,
|
|
4825
4825
|
height: 24,
|
|
@@ -4839,7 +4839,7 @@
|
|
|
4839
4839
|
DownloadIcon.displayName = "DownloadIcon";
|
|
4840
4840
|
var DownloadIcon$1 = DownloadIcon;
|
|
4841
4841
|
|
|
4842
|
-
var _excluded$
|
|
4842
|
+
var _excluded$3y = ["gradient"];
|
|
4843
4843
|
|
|
4844
4844
|
/**
|
|
4845
4845
|
* @component DriveIcon
|
|
@@ -4869,7 +4869,7 @@
|
|
|
4869
4869
|
*/
|
|
4870
4870
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4871
4871
|
var gradient = _ref.gradient,
|
|
4872
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4872
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4873
4873
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4874
4874
|
width: 24,
|
|
4875
4875
|
height: 24,
|
|
@@ -4889,7 +4889,7 @@
|
|
|
4889
4889
|
DriveIcon.displayName = "DriveIcon";
|
|
4890
4890
|
var DriveIcon$1 = DriveIcon;
|
|
4891
4891
|
|
|
4892
|
-
var _excluded$
|
|
4892
|
+
var _excluded$3x = ["gradient"];
|
|
4893
4893
|
|
|
4894
4894
|
/**
|
|
4895
4895
|
* @component DropboxIcon
|
|
@@ -4919,7 +4919,7 @@
|
|
|
4919
4919
|
*/
|
|
4920
4920
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4921
4921
|
var gradient = _ref.gradient,
|
|
4922
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4922
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4923
4923
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4924
4924
|
width: 24,
|
|
4925
4925
|
height: 24,
|
|
@@ -4939,7 +4939,7 @@
|
|
|
4939
4939
|
DropboxIcon.displayName = "DropboxIcon";
|
|
4940
4940
|
var DropboxIcon$1 = DropboxIcon;
|
|
4941
4941
|
|
|
4942
|
-
var _excluded$
|
|
4942
|
+
var _excluded$3w = ["gradient"];
|
|
4943
4943
|
|
|
4944
4944
|
/**
|
|
4945
4945
|
* @component DuplicateIcon
|
|
@@ -4969,7 +4969,7 @@
|
|
|
4969
4969
|
*/
|
|
4970
4970
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
4971
4971
|
var gradient = _ref.gradient,
|
|
4972
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4972
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
4973
4973
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4974
4974
|
width: 24,
|
|
4975
4975
|
height: 24,
|
|
@@ -4989,7 +4989,7 @@
|
|
|
4989
4989
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
4990
4990
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
4991
4991
|
|
|
4992
|
-
var _excluded$
|
|
4992
|
+
var _excluded$3v = ["gradient"];
|
|
4993
4993
|
|
|
4994
4994
|
/**
|
|
4995
4995
|
* @component EditMultipleIcon
|
|
@@ -5019,7 +5019,7 @@
|
|
|
5019
5019
|
*/
|
|
5020
5020
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5021
5021
|
var gradient = _ref.gradient,
|
|
5022
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5022
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
5023
5023
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5024
5024
|
width: 24,
|
|
5025
5025
|
height: 24,
|
|
@@ -5039,7 +5039,7 @@
|
|
|
5039
5039
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5040
5040
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5041
5041
|
|
|
5042
|
-
var _excluded$
|
|
5042
|
+
var _excluded$3u = ["gradient"];
|
|
5043
5043
|
|
|
5044
5044
|
/**
|
|
5045
5045
|
* @component EditIcon
|
|
@@ -5069,7 +5069,7 @@
|
|
|
5069
5069
|
*/
|
|
5070
5070
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5071
5071
|
var gradient = _ref.gradient,
|
|
5072
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5072
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
5073
5073
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5074
5074
|
width: 24,
|
|
5075
5075
|
height: 24,
|
|
@@ -5089,7 +5089,7 @@
|
|
|
5089
5089
|
EditIcon.displayName = "EditIcon";
|
|
5090
5090
|
var EditIcon$1 = EditIcon;
|
|
5091
5091
|
|
|
5092
|
-
var _excluded$
|
|
5092
|
+
var _excluded$3t = ["gradient"];
|
|
5093
5093
|
|
|
5094
5094
|
/**
|
|
5095
5095
|
* @component EmojiIcon
|
|
@@ -5119,7 +5119,7 @@
|
|
|
5119
5119
|
*/
|
|
5120
5120
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5121
5121
|
var gradient = _ref.gradient,
|
|
5122
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5122
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
5123
5123
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5124
5124
|
width: 24,
|
|
5125
5125
|
height: 24,
|
|
@@ -5139,7 +5139,7 @@
|
|
|
5139
5139
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5140
5140
|
var EmojiIcon$1 = EmojiIcon;
|
|
5141
5141
|
|
|
5142
|
-
var _excluded$
|
|
5142
|
+
var _excluded$3s = ["gradient"];
|
|
5143
5143
|
|
|
5144
5144
|
/**
|
|
5145
5145
|
* @component EstimatePlusIcon
|
|
@@ -5169,7 +5169,7 @@
|
|
|
5169
5169
|
*/
|
|
5170
5170
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5171
5171
|
var gradient = _ref.gradient,
|
|
5172
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5172
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
5173
5173
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5174
5174
|
width: 24,
|
|
5175
5175
|
height: 24,
|
|
@@ -5190,7 +5190,7 @@
|
|
|
5190
5190
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5191
5191
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5192
5192
|
|
|
5193
|
-
var _excluded$
|
|
5193
|
+
var _excluded$3r = ["gradient"];
|
|
5194
5194
|
|
|
5195
5195
|
/**
|
|
5196
5196
|
* @component EstimatesIcon
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
*/
|
|
5221
5221
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5222
5222
|
var gradient = _ref.gradient,
|
|
5223
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5223
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
5224
5224
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5225
5225
|
width: 24,
|
|
5226
5226
|
height: 24,
|
|
@@ -5244,7 +5244,7 @@
|
|
|
5244
5244
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5245
5245
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5246
5246
|
|
|
5247
|
-
var _excluded$
|
|
5247
|
+
var _excluded$3q = ["gradient"];
|
|
5248
5248
|
|
|
5249
5249
|
/**
|
|
5250
5250
|
* @component ExpandAllIcon
|
|
@@ -5274,7 +5274,7 @@
|
|
|
5274
5274
|
*/
|
|
5275
5275
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5276
5276
|
var gradient = _ref.gradient,
|
|
5277
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5277
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
5278
5278
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5279
5279
|
width: 24,
|
|
5280
5280
|
height: 24,
|
|
@@ -5294,7 +5294,7 @@
|
|
|
5294
5294
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5295
5295
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5296
5296
|
|
|
5297
|
-
var _excluded$
|
|
5297
|
+
var _excluded$3p = ["gradient"];
|
|
5298
5298
|
|
|
5299
5299
|
/**
|
|
5300
5300
|
* @component ExpenseAddIcon
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
*/
|
|
5325
5325
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5326
5326
|
var gradient = _ref.gradient,
|
|
5327
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5327
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
5328
5328
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5329
5329
|
width: 24,
|
|
5330
5330
|
height: 24,
|
|
@@ -5344,7 +5344,7 @@
|
|
|
5344
5344
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5345
5345
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5346
5346
|
|
|
5347
|
-
var _excluded$
|
|
5347
|
+
var _excluded$3o = ["gradient"];
|
|
5348
5348
|
|
|
5349
5349
|
/**
|
|
5350
5350
|
* @component ExpensePlusIcon
|
|
@@ -5374,7 +5374,7 @@
|
|
|
5374
5374
|
*/
|
|
5375
5375
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5376
5376
|
var gradient = _ref.gradient,
|
|
5377
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5377
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
5378
5378
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5379
5379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5380
5380
|
width: 24,
|
|
@@ -5396,7 +5396,7 @@
|
|
|
5396
5396
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5397
5397
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5398
5398
|
|
|
5399
|
-
var _excluded$
|
|
5399
|
+
var _excluded$3n = ["gradient"];
|
|
5400
5400
|
|
|
5401
5401
|
/**
|
|
5402
5402
|
* @component EyeOffSmallIcon
|
|
@@ -5426,7 +5426,7 @@
|
|
|
5426
5426
|
*/
|
|
5427
5427
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5428
5428
|
var gradient = _ref.gradient,
|
|
5429
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5429
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
5430
5430
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5431
5431
|
width: 12,
|
|
5432
5432
|
height: 12,
|
|
@@ -5446,7 +5446,7 @@
|
|
|
5446
5446
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5447
5447
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5448
5448
|
|
|
5449
|
-
var _excluded$
|
|
5449
|
+
var _excluded$3m = ["gradient"];
|
|
5450
5450
|
|
|
5451
5451
|
/**
|
|
5452
5452
|
* @component EyeOffIcon
|
|
@@ -5476,7 +5476,7 @@
|
|
|
5476
5476
|
*/
|
|
5477
5477
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5478
5478
|
var gradient = _ref.gradient,
|
|
5479
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5479
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
5480
5480
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5481
5481
|
width: 24,
|
|
5482
5482
|
height: 24,
|
|
@@ -5496,7 +5496,7 @@
|
|
|
5496
5496
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5497
5497
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5498
5498
|
|
|
5499
|
-
var _excluded$
|
|
5499
|
+
var _excluded$3l = ["gradient"];
|
|
5500
5500
|
|
|
5501
5501
|
/**
|
|
5502
5502
|
* @component EyeSmallIcon
|
|
@@ -5526,7 +5526,7 @@
|
|
|
5526
5526
|
*/
|
|
5527
5527
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5528
5528
|
var gradient = _ref.gradient,
|
|
5529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5529
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
5530
5530
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5531
5531
|
width: 12,
|
|
5532
5532
|
height: 12,
|
|
@@ -5546,7 +5546,7 @@
|
|
|
5546
5546
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
5547
5547
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
5548
5548
|
|
|
5549
|
-
var _excluded$
|
|
5549
|
+
var _excluded$3k = ["gradient"];
|
|
5550
5550
|
|
|
5551
5551
|
/**
|
|
5552
5552
|
* @component EyeIcon
|
|
@@ -5576,7 +5576,7 @@
|
|
|
5576
5576
|
*/
|
|
5577
5577
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5578
5578
|
var gradient = _ref.gradient,
|
|
5579
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5579
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
5580
5580
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5581
5581
|
width: 24,
|
|
5582
5582
|
height: 24,
|
|
@@ -5596,7 +5596,7 @@
|
|
|
5596
5596
|
EyeIcon.displayName = "EyeIcon";
|
|
5597
5597
|
var EyeIcon$1 = EyeIcon;
|
|
5598
5598
|
|
|
5599
|
-
var _excluded$
|
|
5599
|
+
var _excluded$3j = ["gradient"];
|
|
5600
5600
|
|
|
5601
5601
|
/**
|
|
5602
5602
|
* @component FilterIcon
|
|
@@ -5626,7 +5626,7 @@
|
|
|
5626
5626
|
*/
|
|
5627
5627
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5628
5628
|
var gradient = _ref.gradient,
|
|
5629
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5629
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
5630
5630
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5631
5631
|
width: 24,
|
|
5632
5632
|
height: 24,
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
FilterIcon.displayName = "FilterIcon";
|
|
5647
5647
|
var FilterIcon$1 = FilterIcon;
|
|
5648
5648
|
|
|
5649
|
-
var _excluded$
|
|
5649
|
+
var _excluded$3i = ["gradient"];
|
|
5650
5650
|
|
|
5651
5651
|
/**
|
|
5652
5652
|
* @component FolderMoveIcon
|
|
@@ -5676,7 +5676,7 @@
|
|
|
5676
5676
|
*/
|
|
5677
5677
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5678
5678
|
var gradient = _ref.gradient,
|
|
5679
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5679
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
5680
5680
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5681
5681
|
width: 24,
|
|
5682
5682
|
height: 24,
|
|
@@ -5696,7 +5696,7 @@
|
|
|
5696
5696
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
5697
5697
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
5698
5698
|
|
|
5699
|
-
var _excluded$
|
|
5699
|
+
var _excluded$3h = ["gradient"];
|
|
5700
5700
|
|
|
5701
5701
|
/**
|
|
5702
5702
|
* @component FolderOutlineIcon
|
|
@@ -5726,7 +5726,7 @@
|
|
|
5726
5726
|
*/
|
|
5727
5727
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5728
5728
|
var gradient = _ref.gradient,
|
|
5729
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5729
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
5730
5730
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5731
5731
|
width: 24,
|
|
5732
5732
|
height: 24,
|
|
@@ -5746,7 +5746,7 @@
|
|
|
5746
5746
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
5747
5747
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
5748
5748
|
|
|
5749
|
-
var _excluded$
|
|
5749
|
+
var _excluded$3g = ["gradient"];
|
|
5750
5750
|
|
|
5751
5751
|
/**
|
|
5752
5752
|
* @component GiftIcon
|
|
@@ -5776,7 +5776,7 @@
|
|
|
5776
5776
|
*/
|
|
5777
5777
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5778
5778
|
var gradient = _ref.gradient,
|
|
5779
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5779
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
5780
5780
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5781
5781
|
width: 24,
|
|
5782
5782
|
height: 24,
|
|
@@ -5797,7 +5797,7 @@
|
|
|
5797
5797
|
GiftIcon.displayName = "GiftIcon";
|
|
5798
5798
|
var GiftIcon$1 = GiftIcon;
|
|
5799
5799
|
|
|
5800
|
-
var _excluded$
|
|
5800
|
+
var _excluded$3f = ["gradient"];
|
|
5801
5801
|
|
|
5802
5802
|
/**
|
|
5803
5803
|
* @component GroupByIcon
|
|
@@ -5827,7 +5827,7 @@
|
|
|
5827
5827
|
*/
|
|
5828
5828
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5829
5829
|
var gradient = _ref.gradient,
|
|
5830
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5830
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
5831
5831
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5832
5832
|
width: 24,
|
|
5833
5833
|
height: 24,
|
|
@@ -5846,7 +5846,7 @@
|
|
|
5846
5846
|
GroupByIcon.displayName = "GroupByIcon";
|
|
5847
5847
|
var GroupByIcon$1 = GroupByIcon;
|
|
5848
5848
|
|
|
5849
|
-
var _excluded$
|
|
5849
|
+
var _excluded$3e = ["gradient"];
|
|
5850
5850
|
|
|
5851
5851
|
/**
|
|
5852
5852
|
* @component HashtagIcon
|
|
@@ -5876,7 +5876,7 @@
|
|
|
5876
5876
|
*/
|
|
5877
5877
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5878
5878
|
var gradient = _ref.gradient,
|
|
5879
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5879
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
5880
5880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5881
5881
|
width: 24,
|
|
5882
5882
|
height: 24,
|
|
@@ -5897,7 +5897,7 @@
|
|
|
5897
5897
|
HashtagIcon.displayName = "HashtagIcon";
|
|
5898
5898
|
var HashtagIcon$1 = HashtagIcon;
|
|
5899
5899
|
|
|
5900
|
-
var _excluded$
|
|
5900
|
+
var _excluded$3d = ["gradient"];
|
|
5901
5901
|
|
|
5902
5902
|
/**
|
|
5903
5903
|
* @component HelpIcon
|
|
@@ -5927,7 +5927,7 @@
|
|
|
5927
5927
|
*/
|
|
5928
5928
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5929
5929
|
var gradient = _ref.gradient,
|
|
5930
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5930
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
5931
5931
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5932
5932
|
width: 24,
|
|
5933
5933
|
height: 24,
|
|
@@ -5947,7 +5947,7 @@
|
|
|
5947
5947
|
HelpIcon.displayName = "HelpIcon";
|
|
5948
5948
|
var HelpIcon$1 = HelpIcon;
|
|
5949
5949
|
|
|
5950
|
-
var _excluded$
|
|
5950
|
+
var _excluded$3c = ["gradient"];
|
|
5951
5951
|
|
|
5952
5952
|
/**
|
|
5953
5953
|
* @component HistoryOfChangesIcon
|
|
@@ -5977,7 +5977,7 @@
|
|
|
5977
5977
|
*/
|
|
5978
5978
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
5979
5979
|
var gradient = _ref.gradient,
|
|
5980
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5980
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
5981
5981
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5982
5982
|
width: 24,
|
|
5983
5983
|
height: 24,
|
|
@@ -5998,7 +5998,7 @@
|
|
|
5998
5998
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
5999
5999
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
6000
6000
|
|
|
6001
|
-
var _excluded$
|
|
6001
|
+
var _excluded$3b = ["gradient"];
|
|
6002
6002
|
|
|
6003
6003
|
/**
|
|
6004
6004
|
* @component ImageIcon
|
|
@@ -6028,7 +6028,7 @@
|
|
|
6028
6028
|
*/
|
|
6029
6029
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6030
6030
|
var gradient = _ref.gradient,
|
|
6031
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6031
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
6032
6032
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6033
6033
|
width: 24,
|
|
6034
6034
|
height: 24,
|
|
@@ -6049,7 +6049,7 @@
|
|
|
6049
6049
|
ImageIcon.displayName = "ImageIcon";
|
|
6050
6050
|
var ImageIcon$1 = ImageIcon;
|
|
6051
6051
|
|
|
6052
|
-
var _excluded$
|
|
6052
|
+
var _excluded$3a = ["gradient"];
|
|
6053
6053
|
|
|
6054
6054
|
/**
|
|
6055
6055
|
* @component InfoSmallIcon
|
|
@@ -6079,7 +6079,7 @@
|
|
|
6079
6079
|
*/
|
|
6080
6080
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6081
6081
|
var gradient = _ref.gradient,
|
|
6082
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6082
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
6083
6083
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6084
6084
|
width: 15,
|
|
6085
6085
|
height: 15,
|
|
@@ -6099,7 +6099,7 @@
|
|
|
6099
6099
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
6100
6100
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
6101
6101
|
|
|
6102
|
-
var _excluded$
|
|
6102
|
+
var _excluded$39 = ["gradient"];
|
|
6103
6103
|
|
|
6104
6104
|
/**
|
|
6105
6105
|
* @component InfoIcon
|
|
@@ -6129,7 +6129,7 @@
|
|
|
6129
6129
|
*/
|
|
6130
6130
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6131
6131
|
var gradient = _ref.gradient,
|
|
6132
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6132
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
6133
6133
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6134
6134
|
width: 24,
|
|
6135
6135
|
height: 24,
|
|
@@ -6149,7 +6149,7 @@
|
|
|
6149
6149
|
InfoIcon.displayName = "InfoIcon";
|
|
6150
6150
|
var InfoIcon$1 = InfoIcon;
|
|
6151
6151
|
|
|
6152
|
-
var _excluded$
|
|
6152
|
+
var _excluded$38 = ["gradient"];
|
|
6153
6153
|
|
|
6154
6154
|
/**
|
|
6155
6155
|
* @component InsertLinkIcon
|
|
@@ -6179,7 +6179,7 @@
|
|
|
6179
6179
|
*/
|
|
6180
6180
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6181
6181
|
var gradient = _ref.gradient,
|
|
6182
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6182
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
6183
6183
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6184
6184
|
width: 24,
|
|
6185
6185
|
height: 24,
|
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
6200
6200
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
6201
6201
|
|
|
6202
|
-
var _excluded$
|
|
6202
|
+
var _excluded$37 = ["gradient"];
|
|
6203
6203
|
|
|
6204
6204
|
/**
|
|
6205
6205
|
* @component IntegrationsIcon
|
|
@@ -6229,7 +6229,7 @@
|
|
|
6229
6229
|
*/
|
|
6230
6230
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6231
6231
|
var gradient = _ref.gradient,
|
|
6232
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6232
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
6233
6233
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6234
6234
|
width: 24,
|
|
6235
6235
|
height: 24,
|
|
@@ -6253,7 +6253,7 @@
|
|
|
6253
6253
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
6254
6254
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
6255
6255
|
|
|
6256
|
-
var _excluded$
|
|
6256
|
+
var _excluded$36 = ["gradient"];
|
|
6257
6257
|
|
|
6258
6258
|
/**
|
|
6259
6259
|
* @component InvoicesIcon
|
|
@@ -6283,7 +6283,7 @@
|
|
|
6283
6283
|
*/
|
|
6284
6284
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6285
6285
|
var gradient = _ref.gradient,
|
|
6286
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6286
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
6287
6287
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6288
6288
|
width: 24,
|
|
6289
6289
|
height: 24,
|
|
@@ -6307,7 +6307,7 @@
|
|
|
6307
6307
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
6308
6308
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
6309
6309
|
|
|
6310
|
-
var _excluded$
|
|
6310
|
+
var _excluded$35 = ["gradient"];
|
|
6311
6311
|
|
|
6312
6312
|
/**
|
|
6313
6313
|
* @component LabelsIcon
|
|
@@ -6337,7 +6337,7 @@
|
|
|
6337
6337
|
*/
|
|
6338
6338
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6339
6339
|
var gradient = _ref.gradient,
|
|
6340
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6340
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
6341
6341
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6342
6342
|
width: 24,
|
|
6343
6343
|
height: 24,
|
|
@@ -6357,7 +6357,7 @@
|
|
|
6357
6357
|
LabelsIcon.displayName = "LabelsIcon";
|
|
6358
6358
|
var LabelsIcon$1 = LabelsIcon;
|
|
6359
6359
|
|
|
6360
|
-
var _excluded$
|
|
6360
|
+
var _excluded$34 = ["gradient"];
|
|
6361
6361
|
|
|
6362
6362
|
/**
|
|
6363
6363
|
* @component LetterArrowRightIcon
|
|
@@ -6387,7 +6387,7 @@
|
|
|
6387
6387
|
*/
|
|
6388
6388
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6389
6389
|
var gradient = _ref.gradient,
|
|
6390
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6390
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
6391
6391
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6392
6392
|
width: 24,
|
|
6393
6393
|
height: 24,
|
|
@@ -6408,7 +6408,7 @@
|
|
|
6408
6408
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
6409
6409
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
6410
6410
|
|
|
6411
|
-
var _excluded$
|
|
6411
|
+
var _excluded$33 = ["gradient"];
|
|
6412
6412
|
|
|
6413
6413
|
/**
|
|
6414
6414
|
* @component LetterFastIcon
|
|
@@ -6438,7 +6438,7 @@
|
|
|
6438
6438
|
*/
|
|
6439
6439
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6440
6440
|
var gradient = _ref.gradient,
|
|
6441
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6441
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
6442
6442
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6443
6443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6444
6444
|
width: 24,
|
|
@@ -6458,7 +6458,7 @@
|
|
|
6458
6458
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
6459
6459
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
6460
6460
|
|
|
6461
|
-
var _excluded$
|
|
6461
|
+
var _excluded$32 = ["gradient"];
|
|
6462
6462
|
|
|
6463
6463
|
/**
|
|
6464
6464
|
* @component LetterIcon
|
|
@@ -6488,7 +6488,7 @@
|
|
|
6488
6488
|
*/
|
|
6489
6489
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6490
6490
|
var gradient = _ref.gradient,
|
|
6491
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6491
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
6492
6492
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6493
6493
|
width: 24,
|
|
6494
6494
|
height: 24,
|
|
@@ -6509,7 +6509,7 @@
|
|
|
6509
6509
|
LetterIcon.displayName = "LetterIcon";
|
|
6510
6510
|
var LetterIcon$1 = LetterIcon;
|
|
6511
6511
|
|
|
6512
|
-
var _excluded$
|
|
6512
|
+
var _excluded$31 = ["gradient"];
|
|
6513
6513
|
|
|
6514
6514
|
/**
|
|
6515
6515
|
* @component LockSmallIcon
|
|
@@ -6539,7 +6539,7 @@
|
|
|
6539
6539
|
*/
|
|
6540
6540
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6541
6541
|
var gradient = _ref.gradient,
|
|
6542
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6542
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
6543
6543
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6544
6544
|
width: 12,
|
|
6545
6545
|
height: 12,
|
|
@@ -6559,7 +6559,7 @@
|
|
|
6559
6559
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
6560
6560
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
6561
6561
|
|
|
6562
|
-
var _excluded$
|
|
6562
|
+
var _excluded$30 = ["gradient"];
|
|
6563
6563
|
|
|
6564
6564
|
/**
|
|
6565
6565
|
* @component LockIcon
|
|
@@ -6589,7 +6589,7 @@
|
|
|
6589
6589
|
*/
|
|
6590
6590
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6591
6591
|
var gradient = _ref.gradient,
|
|
6592
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6592
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
6593
6593
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6594
6594
|
width: 24,
|
|
6595
6595
|
height: 24,
|
|
@@ -6609,7 +6609,7 @@
|
|
|
6609
6609
|
LockIcon.displayName = "LockIcon";
|
|
6610
6610
|
var LockIcon$1 = LockIcon;
|
|
6611
6611
|
|
|
6612
|
-
var _excluded$
|
|
6612
|
+
var _excluded$2$ = ["gradient"];
|
|
6613
6613
|
|
|
6614
6614
|
/**
|
|
6615
6615
|
* @component MarkerIcon
|
|
@@ -6639,7 +6639,7 @@
|
|
|
6639
6639
|
*/
|
|
6640
6640
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6641
6641
|
var gradient = _ref.gradient,
|
|
6642
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6642
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
6643
6643
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6644
6644
|
width: 24,
|
|
6645
6645
|
height: 24,
|
|
@@ -6659,7 +6659,7 @@
|
|
|
6659
6659
|
MarkerIcon.displayName = "MarkerIcon";
|
|
6660
6660
|
var MarkerIcon$1 = MarkerIcon;
|
|
6661
6661
|
|
|
6662
|
-
var _excluded$
|
|
6662
|
+
var _excluded$2_ = ["gradient"];
|
|
6663
6663
|
|
|
6664
6664
|
/**
|
|
6665
6665
|
* @component MessageAddIcon
|
|
@@ -6689,7 +6689,7 @@
|
|
|
6689
6689
|
*/
|
|
6690
6690
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6691
6691
|
var gradient = _ref.gradient,
|
|
6692
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6692
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
6693
6693
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6694
6694
|
width: 24,
|
|
6695
6695
|
height: 24,
|
|
@@ -6708,7 +6708,7 @@
|
|
|
6708
6708
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
6709
6709
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
6710
6710
|
|
|
6711
|
-
var _excluded$
|
|
6711
|
+
var _excluded$2Z = ["gradient"];
|
|
6712
6712
|
|
|
6713
6713
|
/**
|
|
6714
6714
|
* @component MessageEmptyIcon
|
|
@@ -6738,7 +6738,7 @@
|
|
|
6738
6738
|
*/
|
|
6739
6739
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6740
6740
|
var gradient = _ref.gradient,
|
|
6741
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6741
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
6742
6742
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6743
6743
|
width: 24,
|
|
6744
6744
|
height: 24,
|
|
@@ -6758,7 +6758,7 @@
|
|
|
6758
6758
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
6759
6759
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
6760
6760
|
|
|
6761
|
-
var _excluded$
|
|
6761
|
+
var _excluded$2Y = ["gradient"];
|
|
6762
6762
|
|
|
6763
6763
|
/**
|
|
6764
6764
|
* @component MessageSmallIcon
|
|
@@ -6788,7 +6788,7 @@
|
|
|
6788
6788
|
*/
|
|
6789
6789
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6790
6790
|
var gradient = _ref.gradient,
|
|
6791
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6791
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
6792
6792
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6793
6793
|
width: 12,
|
|
6794
6794
|
height: 12,
|
|
@@ -6808,7 +6808,7 @@
|
|
|
6808
6808
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
6809
6809
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
6810
6810
|
|
|
6811
|
-
var _excluded$
|
|
6811
|
+
var _excluded$2X = ["gradient"];
|
|
6812
6812
|
|
|
6813
6813
|
/**
|
|
6814
6814
|
* @component MessageSolidIcon
|
|
@@ -6838,7 +6838,7 @@
|
|
|
6838
6838
|
*/
|
|
6839
6839
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6840
6840
|
var gradient = _ref.gradient,
|
|
6841
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6841
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
6842
6842
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6843
6843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6844
6844
|
width: 24,
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
6859
6859
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
6860
6860
|
|
|
6861
|
-
var _excluded$
|
|
6861
|
+
var _excluded$2W = ["gradient"];
|
|
6862
6862
|
|
|
6863
6863
|
/**
|
|
6864
6864
|
* @component MessageIcon
|
|
@@ -6888,7 +6888,7 @@
|
|
|
6888
6888
|
*/
|
|
6889
6889
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6890
6890
|
var gradient = _ref.gradient,
|
|
6891
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6891
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
6892
6892
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6893
6893
|
width: 24,
|
|
6894
6894
|
height: 24,
|
|
@@ -6908,7 +6908,7 @@
|
|
|
6908
6908
|
MessageIcon.displayName = "MessageIcon";
|
|
6909
6909
|
var MessageIcon$1 = MessageIcon;
|
|
6910
6910
|
|
|
6911
|
-
var _excluded$
|
|
6911
|
+
var _excluded$2V = ["gradient"];
|
|
6912
6912
|
|
|
6913
6913
|
/**
|
|
6914
6914
|
* @component MinusIcon
|
|
@@ -6938,7 +6938,7 @@
|
|
|
6938
6938
|
*/
|
|
6939
6939
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6940
6940
|
var gradient = _ref.gradient,
|
|
6941
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6941
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
6942
6942
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6943
6943
|
width: 24,
|
|
6944
6944
|
height: 24,
|
|
@@ -6962,7 +6962,7 @@
|
|
|
6962
6962
|
MinusIcon.displayName = "MinusIcon";
|
|
6963
6963
|
var MinusIcon$1 = MinusIcon;
|
|
6964
6964
|
|
|
6965
|
-
var _excluded$
|
|
6965
|
+
var _excluded$2U = ["gradient"];
|
|
6966
6966
|
|
|
6967
6967
|
/**
|
|
6968
6968
|
* @component MobileMenuIcon
|
|
@@ -6992,7 +6992,7 @@
|
|
|
6992
6992
|
*/
|
|
6993
6993
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
6994
6994
|
var gradient = _ref.gradient,
|
|
6995
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6995
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
6996
6996
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6997
6997
|
width: 24,
|
|
6998
6998
|
height: 24,
|
|
@@ -7013,7 +7013,7 @@
|
|
|
7013
7013
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
7014
7014
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
7015
7015
|
|
|
7016
|
-
var _excluded$
|
|
7016
|
+
var _excluded$2T = ["gradient"];
|
|
7017
7017
|
|
|
7018
7018
|
/**
|
|
7019
7019
|
* @component MoneyStackIcon
|
|
@@ -7043,7 +7043,7 @@
|
|
|
7043
7043
|
*/
|
|
7044
7044
|
var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7045
7045
|
var gradient = _ref.gradient,
|
|
7046
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7046
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
7047
7047
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7048
7048
|
width: 24,
|
|
7049
7049
|
height: 24,
|
|
@@ -7070,7 +7070,7 @@
|
|
|
7070
7070
|
MoneyStackIcon.displayName = "MoneyStackIcon";
|
|
7071
7071
|
var MoneyStackIcon$1 = MoneyStackIcon;
|
|
7072
7072
|
|
|
7073
|
-
var _excluded$
|
|
7073
|
+
var _excluded$2S = ["gradient"];
|
|
7074
7074
|
|
|
7075
7075
|
/**
|
|
7076
7076
|
* @component MoonIcon
|
|
@@ -7100,7 +7100,7 @@
|
|
|
7100
7100
|
*/
|
|
7101
7101
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7102
7102
|
var gradient = _ref.gradient,
|
|
7103
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7103
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
7104
7104
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7105
7105
|
width: 20,
|
|
7106
7106
|
height: 20,
|
|
@@ -7121,7 +7121,7 @@
|
|
|
7121
7121
|
MoonIcon.displayName = "MoonIcon";
|
|
7122
7122
|
var MoonIcon$1 = MoonIcon;
|
|
7123
7123
|
|
|
7124
|
-
var _excluded$
|
|
7124
|
+
var _excluded$2R = ["gradient"];
|
|
7125
7125
|
|
|
7126
7126
|
/**
|
|
7127
7127
|
* @component MoveTriggerIcon
|
|
@@ -7151,7 +7151,7 @@
|
|
|
7151
7151
|
*/
|
|
7152
7152
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7153
7153
|
var gradient = _ref.gradient,
|
|
7154
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7154
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
7155
7155
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7156
7156
|
width: 10,
|
|
7157
7157
|
height: 10,
|
|
@@ -7171,7 +7171,7 @@
|
|
|
7171
7171
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
7172
7172
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
7173
7173
|
|
|
7174
|
-
var _excluded$
|
|
7174
|
+
var _excluded$2Q = ["gradient"];
|
|
7175
7175
|
|
|
7176
7176
|
/**
|
|
7177
7177
|
* @component MoveIcon
|
|
@@ -7201,7 +7201,7 @@
|
|
|
7201
7201
|
*/
|
|
7202
7202
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7203
7203
|
var gradient = _ref.gradient,
|
|
7204
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7204
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
7205
7205
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7206
7206
|
width: 24,
|
|
7207
7207
|
height: 24,
|
|
@@ -7222,7 +7222,7 @@
|
|
|
7222
7222
|
MoveIcon.displayName = "MoveIcon";
|
|
7223
7223
|
var MoveIcon$1 = MoveIcon;
|
|
7224
7224
|
|
|
7225
|
-
var _excluded$
|
|
7225
|
+
var _excluded$2P = ["gradient"];
|
|
7226
7226
|
|
|
7227
7227
|
/**
|
|
7228
7228
|
* @component MyWorkIcon
|
|
@@ -7252,7 +7252,7 @@
|
|
|
7252
7252
|
*/
|
|
7253
7253
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7254
7254
|
var gradient = _ref.gradient,
|
|
7255
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7255
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
7256
7256
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7257
7257
|
width: 24,
|
|
7258
7258
|
height: 24,
|
|
@@ -7276,7 +7276,7 @@
|
|
|
7276
7276
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
7277
7277
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
7278
7278
|
|
|
7279
|
-
var _excluded$
|
|
7279
|
+
var _excluded$2O = ["gradient"];
|
|
7280
7280
|
|
|
7281
7281
|
/**
|
|
7282
7282
|
* @component NoteAddIcon
|
|
@@ -7306,7 +7306,7 @@
|
|
|
7306
7306
|
*/
|
|
7307
7307
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7308
7308
|
var gradient = _ref.gradient,
|
|
7309
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7309
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
7310
7310
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7311
7311
|
width: 24,
|
|
7312
7312
|
height: 24,
|
|
@@ -7326,7 +7326,7 @@
|
|
|
7326
7326
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
7327
7327
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
7328
7328
|
|
|
7329
|
-
var _excluded$
|
|
7329
|
+
var _excluded$2N = ["gradient"];
|
|
7330
7330
|
|
|
7331
7331
|
/**
|
|
7332
7332
|
* @component NoteIcon
|
|
@@ -7356,7 +7356,7 @@
|
|
|
7356
7356
|
*/
|
|
7357
7357
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7358
7358
|
var gradient = _ref.gradient,
|
|
7359
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7359
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
7360
7360
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7361
7361
|
width: 24,
|
|
7362
7362
|
height: 24,
|
|
@@ -7376,7 +7376,7 @@
|
|
|
7376
7376
|
NoteIcon.displayName = "NoteIcon";
|
|
7377
7377
|
var NoteIcon$1 = NoteIcon;
|
|
7378
7378
|
|
|
7379
|
-
var _excluded$
|
|
7379
|
+
var _excluded$2M = ["gradient"];
|
|
7380
7380
|
|
|
7381
7381
|
/**
|
|
7382
7382
|
* @component NotebookIcon
|
|
@@ -7406,7 +7406,7 @@
|
|
|
7406
7406
|
*/
|
|
7407
7407
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7408
7408
|
var gradient = _ref.gradient,
|
|
7409
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7409
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
7410
7410
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7411
7411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7412
7412
|
width: 24,
|
|
@@ -7426,7 +7426,7 @@
|
|
|
7426
7426
|
NotebookIcon.displayName = "NotebookIcon";
|
|
7427
7427
|
var NotebookIcon$1 = NotebookIcon;
|
|
7428
7428
|
|
|
7429
|
-
var _excluded$
|
|
7429
|
+
var _excluded$2L = ["gradient"];
|
|
7430
7430
|
|
|
7431
7431
|
/**
|
|
7432
7432
|
* @component NotificationBellIcon
|
|
@@ -7456,7 +7456,7 @@
|
|
|
7456
7456
|
*/
|
|
7457
7457
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7458
7458
|
var gradient = _ref.gradient,
|
|
7459
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7459
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
7460
7460
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7461
7461
|
width: 24,
|
|
7462
7462
|
height: 24,
|
|
@@ -7475,7 +7475,7 @@
|
|
|
7475
7475
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
7476
7476
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
7477
7477
|
|
|
7478
|
-
var _excluded$
|
|
7478
|
+
var _excluded$2K = ["gradient"];
|
|
7479
7479
|
|
|
7480
7480
|
/**
|
|
7481
7481
|
* @component OpenExpandedIcon
|
|
@@ -7505,7 +7505,7 @@
|
|
|
7505
7505
|
*/
|
|
7506
7506
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7507
7507
|
var gradient = _ref.gradient,
|
|
7508
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7508
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
7509
7509
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7510
7510
|
width: 24,
|
|
7511
7511
|
height: 24,
|
|
@@ -7525,7 +7525,7 @@
|
|
|
7525
7525
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
7526
7526
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
7527
7527
|
|
|
7528
|
-
var _excluded$
|
|
7528
|
+
var _excluded$2J = ["gradient"];
|
|
7529
7529
|
|
|
7530
7530
|
/**
|
|
7531
7531
|
* @component OpenSheetIcon
|
|
@@ -7555,7 +7555,7 @@
|
|
|
7555
7555
|
*/
|
|
7556
7556
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7557
7557
|
var gradient = _ref.gradient,
|
|
7558
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7558
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
7559
7559
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7560
7560
|
width: 24,
|
|
7561
7561
|
height: 24,
|
|
@@ -7580,7 +7580,7 @@
|
|
|
7580
7580
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
7581
7581
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
7582
7582
|
|
|
7583
|
-
var _excluded$
|
|
7583
|
+
var _excluded$2I = ["gradient"];
|
|
7584
7584
|
|
|
7585
7585
|
/**
|
|
7586
7586
|
* @component OrderFirstIcon
|
|
@@ -7610,7 +7610,7 @@
|
|
|
7610
7610
|
*/
|
|
7611
7611
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7612
7612
|
var gradient = _ref.gradient,
|
|
7613
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7613
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
7614
7614
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7615
7615
|
width: 24,
|
|
7616
7616
|
height: 24,
|
|
@@ -7630,7 +7630,7 @@
|
|
|
7630
7630
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
7631
7631
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
7632
7632
|
|
|
7633
|
-
var _excluded$
|
|
7633
|
+
var _excluded$2H = ["gradient"];
|
|
7634
7634
|
|
|
7635
7635
|
/**
|
|
7636
7636
|
* @component PaidSmallIcon
|
|
@@ -7660,7 +7660,7 @@
|
|
|
7660
7660
|
*/
|
|
7661
7661
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7662
7662
|
var gradient = _ref.gradient,
|
|
7663
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7663
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
7664
7664
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7665
7665
|
width: 12,
|
|
7666
7666
|
height: 12,
|
|
@@ -7680,7 +7680,7 @@
|
|
|
7680
7680
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
7681
7681
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
7682
7682
|
|
|
7683
|
-
var _excluded$
|
|
7683
|
+
var _excluded$2G = ["gradient"];
|
|
7684
7684
|
|
|
7685
7685
|
/**
|
|
7686
7686
|
* @component PauseCircleOutlineIcon
|
|
@@ -7710,7 +7710,7 @@
|
|
|
7710
7710
|
*/
|
|
7711
7711
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7712
7712
|
var gradient = _ref.gradient,
|
|
7713
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7713
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
7714
7714
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7715
7715
|
width: 24,
|
|
7716
7716
|
height: 24,
|
|
@@ -7730,7 +7730,7 @@
|
|
|
7730
7730
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
7731
7731
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
7732
7732
|
|
|
7733
|
-
var _excluded$
|
|
7733
|
+
var _excluded$2F = ["gradient"];
|
|
7734
7734
|
|
|
7735
7735
|
/**
|
|
7736
7736
|
* @component PauseIcon
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
*/
|
|
7761
7761
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7762
7762
|
var gradient = _ref.gradient,
|
|
7763
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7763
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
7764
7764
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7765
7765
|
width: 24,
|
|
7766
7766
|
height: 24,
|
|
@@ -7780,7 +7780,7 @@
|
|
|
7780
7780
|
PauseIcon.displayName = "PauseIcon";
|
|
7781
7781
|
var PauseIcon$1 = PauseIcon;
|
|
7782
7782
|
|
|
7783
|
-
var _excluded$
|
|
7783
|
+
var _excluded$2E = ["gradient"];
|
|
7784
7784
|
|
|
7785
7785
|
/**
|
|
7786
7786
|
* @component PauseSmallIcon
|
|
@@ -7810,7 +7810,7 @@
|
|
|
7810
7810
|
*/
|
|
7811
7811
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7812
7812
|
var gradient = _ref.gradient,
|
|
7813
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7813
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
7814
7814
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7815
7815
|
width: 24,
|
|
7816
7816
|
height: 24,
|
|
@@ -7830,7 +7830,7 @@
|
|
|
7830
7830
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
7831
7831
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
7832
7832
|
|
|
7833
|
-
var _excluded$
|
|
7833
|
+
var _excluded$2D = ["gradient"];
|
|
7834
7834
|
|
|
7835
7835
|
/**
|
|
7836
7836
|
* @component PencilSmallIcon
|
|
@@ -7860,7 +7860,7 @@
|
|
|
7860
7860
|
*/
|
|
7861
7861
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7862
7862
|
var gradient = _ref.gradient,
|
|
7863
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7863
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
7864
7864
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7865
7865
|
width: 12,
|
|
7866
7866
|
height: 12,
|
|
@@ -7879,7 +7879,7 @@
|
|
|
7879
7879
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
7880
7880
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
7881
7881
|
|
|
7882
|
-
var _excluded$
|
|
7882
|
+
var _excluded$2C = ["gradient"];
|
|
7883
7883
|
|
|
7884
7884
|
/**
|
|
7885
7885
|
* @component PencilIcon
|
|
@@ -7909,7 +7909,7 @@
|
|
|
7909
7909
|
*/
|
|
7910
7910
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7911
7911
|
var gradient = _ref.gradient,
|
|
7912
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7912
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
7913
7913
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7914
7914
|
width: 24,
|
|
7915
7915
|
height: 24,
|
|
@@ -7928,7 +7928,7 @@
|
|
|
7928
7928
|
PencilIcon.displayName = "PencilIcon";
|
|
7929
7929
|
var PencilIcon$1 = PencilIcon;
|
|
7930
7930
|
|
|
7931
|
-
var _excluded$
|
|
7931
|
+
var _excluded$2B = ["gradient"];
|
|
7932
7932
|
|
|
7933
7933
|
/**
|
|
7934
7934
|
* @component PendingPaymentSmallIcon
|
|
@@ -7958,7 +7958,7 @@
|
|
|
7958
7958
|
*/
|
|
7959
7959
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
7960
7960
|
var gradient = _ref.gradient,
|
|
7961
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7961
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
7962
7962
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7963
7963
|
width: 12,
|
|
7964
7964
|
height: 12,
|
|
@@ -7978,7 +7978,7 @@
|
|
|
7978
7978
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
7979
7979
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
7980
7980
|
|
|
7981
|
-
var _excluded$
|
|
7981
|
+
var _excluded$2A = ["gradient"];
|
|
7982
7982
|
|
|
7983
7983
|
/**
|
|
7984
7984
|
* @component PeopleIcon
|
|
@@ -8008,7 +8008,7 @@
|
|
|
8008
8008
|
*/
|
|
8009
8009
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8010
8010
|
var gradient = _ref.gradient,
|
|
8011
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8011
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
8012
8012
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8013
8013
|
width: 24,
|
|
8014
8014
|
height: 24,
|
|
@@ -8032,7 +8032,7 @@
|
|
|
8032
8032
|
PeopleIcon.displayName = "PeopleIcon";
|
|
8033
8033
|
var PeopleIcon$1 = PeopleIcon;
|
|
8034
8034
|
|
|
8035
|
-
var _excluded$
|
|
8035
|
+
var _excluded$2z = ["gradient"];
|
|
8036
8036
|
|
|
8037
8037
|
/**
|
|
8038
8038
|
* @component PersonArrowOutCircleIcon
|
|
@@ -8062,7 +8062,7 @@
|
|
|
8062
8062
|
*/
|
|
8063
8063
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8064
8064
|
var gradient = _ref.gradient,
|
|
8065
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8065
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
8066
8066
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8067
8067
|
width: 24,
|
|
8068
8068
|
height: 24,
|
|
@@ -8083,7 +8083,7 @@
|
|
|
8083
8083
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
8084
8084
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
8085
8085
|
|
|
8086
|
-
var _excluded$
|
|
8086
|
+
var _excluded$2y = ["gradient"];
|
|
8087
8087
|
|
|
8088
8088
|
/**
|
|
8089
8089
|
* @component PersonCircleOffIcon
|
|
@@ -8113,7 +8113,7 @@
|
|
|
8113
8113
|
*/
|
|
8114
8114
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8115
8115
|
var gradient = _ref.gradient,
|
|
8116
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8116
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
8117
8117
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8118
8118
|
width: 24,
|
|
8119
8119
|
height: 24,
|
|
@@ -8133,7 +8133,7 @@
|
|
|
8133
8133
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
8134
8134
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
8135
8135
|
|
|
8136
|
-
var _excluded$
|
|
8136
|
+
var _excluded$2x = ["gradient"];
|
|
8137
8137
|
|
|
8138
8138
|
/**
|
|
8139
8139
|
* @component PersonCircleIcon
|
|
@@ -8163,7 +8163,7 @@
|
|
|
8163
8163
|
*/
|
|
8164
8164
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8165
8165
|
var gradient = _ref.gradient,
|
|
8166
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8166
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
8167
8167
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8168
8168
|
width: 24,
|
|
8169
8169
|
height: 24,
|
|
@@ -8183,7 +8183,7 @@
|
|
|
8183
8183
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
8184
8184
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
8185
8185
|
|
|
8186
|
-
var _excluded$
|
|
8186
|
+
var _excluded$2w = ["gradient"];
|
|
8187
8187
|
|
|
8188
8188
|
/**
|
|
8189
8189
|
* @component PersonListIcon
|
|
@@ -8213,7 +8213,7 @@
|
|
|
8213
8213
|
*/
|
|
8214
8214
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8215
8215
|
var gradient = _ref.gradient,
|
|
8216
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8216
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
8217
8217
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8218
8218
|
width: 24,
|
|
8219
8219
|
height: 24,
|
|
@@ -8234,7 +8234,7 @@
|
|
|
8234
8234
|
PersonListIcon.displayName = "PersonListIcon";
|
|
8235
8235
|
var PersonListIcon$1 = PersonListIcon;
|
|
8236
8236
|
|
|
8237
|
-
var _excluded$
|
|
8237
|
+
var _excluded$2v = ["gradient"];
|
|
8238
8238
|
|
|
8239
8239
|
/**
|
|
8240
8240
|
* @component PersonPlusIcon
|
|
@@ -8264,7 +8264,7 @@
|
|
|
8264
8264
|
*/
|
|
8265
8265
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8266
8266
|
var gradient = _ref.gradient,
|
|
8267
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8267
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
8268
8268
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8269
8269
|
width: 24,
|
|
8270
8270
|
height: 24,
|
|
@@ -8284,7 +8284,7 @@
|
|
|
8284
8284
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
8285
8285
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
8286
8286
|
|
|
8287
|
-
var _excluded$
|
|
8287
|
+
var _excluded$2u = ["gradient"];
|
|
8288
8288
|
|
|
8289
8289
|
/**
|
|
8290
8290
|
* @component PersonIcon
|
|
@@ -8314,7 +8314,7 @@
|
|
|
8314
8314
|
*/
|
|
8315
8315
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8316
8316
|
var gradient = _ref.gradient,
|
|
8317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8317
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
8318
8318
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8319
8319
|
width: 24,
|
|
8320
8320
|
height: 24,
|
|
@@ -8334,6 +8334,57 @@
|
|
|
8334
8334
|
PersonIcon.displayName = "PersonIcon";
|
|
8335
8335
|
var PersonIcon$1 = PersonIcon;
|
|
8336
8336
|
|
|
8337
|
+
var _excluded$2t = ["gradient"];
|
|
8338
|
+
|
|
8339
|
+
/**
|
|
8340
|
+
* @component PinSmallIcon
|
|
8341
|
+
* @description
|
|
8342
|
+
*
|
|
8343
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
8344
|
+
* The Icon component is
|
|
8345
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
8346
|
+
*
|
|
8347
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
8348
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
8349
|
+
*
|
|
8350
|
+
* @example
|
|
8351
|
+
* return (
|
|
8352
|
+
* <PinSmallIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
8353
|
+
* )
|
|
8354
|
+
*
|
|
8355
|
+
* @example
|
|
8356
|
+
* return (
|
|
8357
|
+
* <PinSmallIcon className="mr-2" />
|
|
8358
|
+
* )
|
|
8359
|
+
*
|
|
8360
|
+
* @see
|
|
8361
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
8362
|
+
* @see
|
|
8363
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
8364
|
+
*/
|
|
8365
|
+
var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
|
|
8366
|
+
var gradient = _ref.gradient,
|
|
8367
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
8368
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8369
|
+
width: 12,
|
|
8370
|
+
height: 12,
|
|
8371
|
+
viewBox: "0 0 12 12",
|
|
8372
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8373
|
+
"data-testid": "PinSmallIcon",
|
|
8374
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
8375
|
+
focusable: false,
|
|
8376
|
+
ref: svgRef
|
|
8377
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
8378
|
+
gradient: gradient
|
|
8379
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
8380
|
+
fillRule: "evenodd",
|
|
8381
|
+
clipRule: "evenodd",
|
|
8382
|
+
d: "M1.292 2.87a.999.999 0 000 1.412l2.684 2.683.385 1.792a.497.497 0 00.353.379.5.5 0 00.49-.128l1.549-1.55 2.395 2.396a.5.5 0 00.706-.706L7.459 6.753l1.549-1.55a.498.498 0 00-.254-.842l-1.789-.385-2.683-2.684a.998.998 0 00-1.413 0L1.292 2.87zm6.362 2.275l-.899-.193a.998.998 0 01-.496-.27L3.576 1.998 1.998 3.577l2.684 2.683c.136.136.23.308.27.496l.193.899 2.509-2.509z"
|
|
8383
|
+
}));
|
|
8384
|
+
});
|
|
8385
|
+
PinSmallIcon.displayName = "PinSmallIcon";
|
|
8386
|
+
var PinSmallIcon$1 = PinSmallIcon;
|
|
8387
|
+
|
|
8337
8388
|
var _excluded$2s = ["gradient"];
|
|
8338
8389
|
|
|
8339
8390
|
/**
|
|
@@ -24990,6 +25041,7 @@
|
|
|
24990
25041
|
exports.PersonListIcon = PersonListIcon$1;
|
|
24991
25042
|
exports.PersonPlusIcon = PersonPlusIcon$1;
|
|
24992
25043
|
exports.PinIcon = PinIcon$1;
|
|
25044
|
+
exports.PinSmallIcon = PinSmallIcon$1;
|
|
24993
25045
|
exports.PlayCircleOutlineIcon = PlayCircleOutlineIcon$1;
|
|
24994
25046
|
exports.PlayIcon = PlayIcon$1;
|
|
24995
25047
|
exports.PlaySmallIcon = PlaySmallIcon$1;
|