@activecollab/components 2.0.378 → 2.0.380
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Icons/collection/TextAlignCenter.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignCenter.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextAlignJustify.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignJustify.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextAlignLeft.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignLeft.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextAlignRight.js +62 -0
- package/dist/cjs/components/Icons/collection/TextAlignRight.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleBold.js +62 -0
- package/dist/cjs/components/Icons/collection/TextStyleBold.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleItalic.js +62 -0
- package/dist/cjs/components/Icons/collection/TextStyleItalic.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleStrike.js +68 -0
- package/dist/cjs/components/Icons/collection/TextStyleStrike.js.map +1 -0
- package/dist/cjs/components/Icons/collection/TextStyleUnderline.js +68 -0
- package/dist/cjs/components/Icons/collection/TextStyleUnderline.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +56 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/utils/themes.js +37 -7
- package/dist/cjs/utils/themes.js.map +1 -1
- package/dist/cjs/utils/themes.swatch.test.js +47 -0
- package/dist/cjs/utils/themes.swatch.test.js.map +1 -0
- package/dist/cjs/utils/themes.test.js +60 -0
- package/dist/cjs/utils/themes.test.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignCenter.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignJustify.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignLeft.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.js +55 -0
- package/dist/esm/components/Icons/collection/TextAlignRight.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.js +55 -0
- package/dist/esm/components/Icons/collection/TextStyleBold.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.js +55 -0
- package/dist/esm/components/Icons/collection/TextStyleItalic.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.js +61 -0
- package/dist/esm/components/Icons/collection/TextStyleStrike.js.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.d.ts +32 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.js +61 -0
- package/dist/esm/components/Icons/collection/TextStyleUnderline.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +8 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +8 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/utils/themes.d.ts +13 -0
- package/dist/esm/utils/themes.d.ts.map +1 -1
- package/dist/esm/utils/themes.js +30 -6
- package/dist/esm/utils/themes.js.map +1 -1
- package/dist/esm/utils/themes.swatch.test.d.ts +2 -0
- package/dist/esm/utils/themes.swatch.test.d.ts.map +1 -0
- package/dist/esm/utils/themes.swatch.test.js +39 -0
- package/dist/esm/utils/themes.swatch.test.js.map +1 -0
- package/dist/esm/utils/themes.test.d.ts +2 -0
- package/dist/esm/utils/themes.test.d.ts.map +1 -0
- package/dist/esm/utils/themes.test.js +58 -0
- package/dist/esm/utils/themes.test.js.map +1 -0
- package/dist/index.js +952 -488
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
})(["display:inline-flex;svg{margin:0 4px;}"]);
|
|
190
190
|
StyledButtonElement.displayName = "StyledButtonElement";
|
|
191
191
|
|
|
192
|
-
var _excluded$
|
|
192
|
+
var _excluded$5F = ["children", "active", "variant", "size", "className"];
|
|
193
193
|
/**
|
|
194
194
|
* @component Button
|
|
195
195
|
* @description
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
_ref$size = _ref.size,
|
|
220
220
|
size = _ref$size === void 0 ? "medium" : _ref$size,
|
|
221
221
|
className = _ref.className,
|
|
222
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
222
|
+
args = _objectWithoutProperties(_ref, _excluded$5F);
|
|
223
223
|
return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
|
|
224
224
|
className: classNames__default["default"]("c-btn", className, {
|
|
225
225
|
"c-btn--contained": variant === "primary" || variant === "contained",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
})));
|
|
285
285
|
};
|
|
286
286
|
|
|
287
|
-
var _excluded$
|
|
287
|
+
var _excluded$5E = ["gradient"];
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
290
|
* @component AddCrossTinyIcon
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
*/
|
|
315
315
|
var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
316
316
|
var gradient = _ref.gradient,
|
|
317
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
317
|
+
props = _objectWithoutProperties(_ref, _excluded$5E);
|
|
318
318
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
319
319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
320
320
|
width: 24,
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
|
|
335
335
|
var AddCrossTinyIcon$1 = AddCrossTinyIcon;
|
|
336
336
|
|
|
337
|
-
var _excluded$
|
|
337
|
+
var _excluded$5D = ["className", "disabled"];
|
|
338
338
|
var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
339
339
|
var className = _ref.className,
|
|
340
340
|
_ref$disabled = _ref.disabled,
|
|
341
341
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
342
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
342
|
+
rest = _objectWithoutProperties(_ref, _excluded$5D);
|
|
343
343
|
return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
|
|
344
344
|
ref: ref,
|
|
345
345
|
variant: "contained",
|
|
@@ -377,12 +377,12 @@
|
|
|
377
377
|
});
|
|
378
378
|
StyledButtonGroup$1.displayName = "StyledButtonGroup";
|
|
379
379
|
|
|
380
|
-
var _excluded$
|
|
380
|
+
var _excluded$5C = ["children", "className", "invalid"];
|
|
381
381
|
var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
382
382
|
var children = _ref.children,
|
|
383
383
|
className = _ref.className,
|
|
384
384
|
invalid = _ref.invalid,
|
|
385
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
385
|
+
rest = _objectWithoutProperties(_ref, _excluded$5C);
|
|
386
386
|
return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
|
|
387
387
|
ref: ref,
|
|
388
388
|
className: classNames__default["default"]("c-btn-group", className),
|
|
@@ -407,11 +407,11 @@
|
|
|
407
407
|
})(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
|
|
408
408
|
StyledListSeparator$1.displayName = "StyledListSeparator";
|
|
409
409
|
|
|
410
|
-
var _excluded$
|
|
410
|
+
var _excluded$5B = ["children", "className"];
|
|
411
411
|
var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
412
412
|
var children = _ref.children,
|
|
413
413
|
className = _ref.className,
|
|
414
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
414
|
+
props = _objectWithoutProperties(_ref, _excluded$5B);
|
|
415
415
|
return /*#__PURE__*/React__default["default"].createElement(StyledListItem$1, _extends({
|
|
416
416
|
className: classNames__default["default"]("c-list-item", className),
|
|
417
417
|
ref: ref,
|
|
@@ -420,21 +420,21 @@
|
|
|
420
420
|
});
|
|
421
421
|
ListItem.displayName = "ListItem";
|
|
422
422
|
|
|
423
|
-
var _excluded$
|
|
423
|
+
var _excluded$5A = ["className"];
|
|
424
424
|
var ListSeparator = function ListSeparator(_ref) {
|
|
425
425
|
var className = _ref.className,
|
|
426
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
props = _objectWithoutProperties(_ref, _excluded$5A);
|
|
427
427
|
return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator$1, _extends({
|
|
428
428
|
className: classNames__default["default"]("c-list-separator", className)
|
|
429
429
|
}, props));
|
|
430
430
|
};
|
|
431
431
|
ListSeparator.displayName = "ListSeparator";
|
|
432
432
|
|
|
433
|
-
var _excluded$
|
|
433
|
+
var _excluded$5z = ["children", "className"];
|
|
434
434
|
var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
435
435
|
var children = _ref.children,
|
|
436
436
|
className = _ref.className,
|
|
437
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
437
|
+
props = _objectWithoutProperties(_ref, _excluded$5z);
|
|
438
438
|
return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
|
|
439
439
|
className: className,
|
|
440
440
|
ref: ref,
|
|
@@ -626,27 +626,33 @@
|
|
|
626
626
|
var THEMES = [{
|
|
627
627
|
name: "indigo",
|
|
628
628
|
title: "Indigo",
|
|
629
|
-
dark: false
|
|
629
|
+
dark: false,
|
|
630
|
+
swatch: ["#5d2bff", "#5d2bff", "#f4f5f7"]
|
|
630
631
|
}, {
|
|
631
632
|
name: "cupcake",
|
|
632
633
|
title: "Cupcake",
|
|
633
|
-
dark: false
|
|
634
|
+
dark: false,
|
|
635
|
+
swatch: ["#29bcdd", "#fe6fa7", "#f4f5f7"]
|
|
634
636
|
}, {
|
|
635
637
|
name: "classic",
|
|
636
638
|
title: "Classic",
|
|
637
|
-
dark: false
|
|
639
|
+
dark: false,
|
|
640
|
+
swatch: ["#4182f2", "#4182f2", "#f4f5f7"]
|
|
638
641
|
}, {
|
|
639
642
|
name: "neon",
|
|
640
643
|
title: "Neon",
|
|
641
|
-
dark: true
|
|
644
|
+
dark: true,
|
|
645
|
+
swatch: ["#67ffc8", "#67ffc8", "#2c2e38"]
|
|
642
646
|
}, {
|
|
643
647
|
name: "dracula",
|
|
644
648
|
title: "Dracula",
|
|
645
|
-
dark: true
|
|
649
|
+
dark: true,
|
|
650
|
+
swatch: ["#bd93f9", "#ff79c6", "#282a36"]
|
|
646
651
|
}, {
|
|
647
652
|
name: "one-dark",
|
|
648
653
|
title: "One Dark",
|
|
649
|
-
dark: true
|
|
654
|
+
dark: true,
|
|
655
|
+
swatch: ["#61afef", "#c678dd", "#282c34"]
|
|
650
656
|
}];
|
|
651
657
|
var THEME_NAMES = THEMES.map(function (theme) {
|
|
652
658
|
return theme.name;
|
|
@@ -656,9 +662,33 @@
|
|
|
656
662
|
}).map(function (theme) {
|
|
657
663
|
return theme.name;
|
|
658
664
|
});
|
|
665
|
+
var LIGHT_THEME_NAMES = THEMES.filter(function (theme) {
|
|
666
|
+
return !theme.dark;
|
|
667
|
+
}).map(function (theme) {
|
|
668
|
+
return theme.name;
|
|
669
|
+
});
|
|
670
|
+
var DEFAULT_THEME = "indigo";
|
|
671
|
+
var DEFAULT_DARK_THEME = "neon";
|
|
672
|
+
var THEME_MODE_SINGLE = "single";
|
|
673
|
+
var THEME_MODE_SYSTEM = "system";
|
|
659
674
|
var isDarkTheme = function isDarkTheme(name) {
|
|
660
675
|
return Boolean(name) && DARK_THEME_NAMES.includes(name);
|
|
661
676
|
};
|
|
677
|
+
var knownTheme = function knownTheme(name, fallback) {
|
|
678
|
+
return name && THEME_NAMES.includes(name) ? name : fallback;
|
|
679
|
+
};
|
|
680
|
+
|
|
681
|
+
// Resolution is derived per render, never persisted — writing it back would destroy the user's pick.
|
|
682
|
+
var resolveTheme = function resolveTheme(_ref, prefersDark) {
|
|
683
|
+
var mode = _ref.mode,
|
|
684
|
+
theme = _ref.theme,
|
|
685
|
+
themeLight = _ref.themeLight,
|
|
686
|
+
themeDark = _ref.themeDark;
|
|
687
|
+
if (mode !== THEME_MODE_SYSTEM) {
|
|
688
|
+
return knownTheme(theme, DEFAULT_THEME);
|
|
689
|
+
}
|
|
690
|
+
return prefersDark ? knownTheme(themeDark, DEFAULT_DARK_THEME) : knownTheme(themeLight, DEFAULT_THEME);
|
|
691
|
+
};
|
|
662
692
|
|
|
663
693
|
// :is() and not :where() — :where() is zero-specificity and would silently lose to the light
|
|
664
694
|
// declarations it is meant to override.
|
|
@@ -1003,7 +1033,7 @@
|
|
|
1003
1033
|
return size === "big" && styled.css(["width:40px;"]);
|
|
1004
1034
|
});
|
|
1005
1035
|
|
|
1006
|
-
var _excluded$
|
|
1036
|
+
var _excluded$5y = ["children", "className", "variant", "size", "active"];
|
|
1007
1037
|
|
|
1008
1038
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
1009
1039
|
|
|
@@ -1033,7 +1063,7 @@
|
|
|
1033
1063
|
variant = _ref.variant,
|
|
1034
1064
|
size = _ref.size,
|
|
1035
1065
|
active = _ref.active,
|
|
1036
|
-
args = _objectWithoutProperties(_ref, _excluded$
|
|
1066
|
+
args = _objectWithoutProperties(_ref, _excluded$5y);
|
|
1037
1067
|
return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
|
|
1038
1068
|
className: className,
|
|
1039
1069
|
variant: variant,
|
|
@@ -1044,7 +1074,7 @@
|
|
|
1044
1074
|
});
|
|
1045
1075
|
IconButton.displayName = "IconButton";
|
|
1046
1076
|
|
|
1047
|
-
var _excluded$
|
|
1077
|
+
var _excluded$5x = ["gradient"];
|
|
1048
1078
|
|
|
1049
1079
|
/**
|
|
1050
1080
|
* @component RecurringIcon
|
|
@@ -1074,7 +1104,7 @@
|
|
|
1074
1104
|
*/
|
|
1075
1105
|
var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1076
1106
|
var gradient = _ref.gradient,
|
|
1077
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1107
|
+
props = _objectWithoutProperties(_ref, _excluded$5x);
|
|
1078
1108
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1079
1109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1080
1110
|
width: 18,
|
|
@@ -1095,7 +1125,7 @@
|
|
|
1095
1125
|
RecurringIcon.displayName = "RecurringIcon";
|
|
1096
1126
|
var RecurringIcon$1 = RecurringIcon;
|
|
1097
1127
|
|
|
1098
|
-
var _excluded$
|
|
1128
|
+
var _excluded$5w = ["gradient"];
|
|
1099
1129
|
|
|
1100
1130
|
/**
|
|
1101
1131
|
* @component AccessLogIcon
|
|
@@ -1125,7 +1155,7 @@
|
|
|
1125
1155
|
*/
|
|
1126
1156
|
var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1127
1157
|
var gradient = _ref.gradient,
|
|
1128
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1158
|
+
props = _objectWithoutProperties(_ref, _excluded$5w);
|
|
1129
1159
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1130
1160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1131
1161
|
width: 24,
|
|
@@ -1153,7 +1183,7 @@
|
|
|
1153
1183
|
AccessLogIcon.displayName = "AccessLogIcon";
|
|
1154
1184
|
var AccessLogIcon$1 = AccessLogIcon;
|
|
1155
1185
|
|
|
1156
|
-
var _excluded$
|
|
1186
|
+
var _excluded$5v = ["gradient"];
|
|
1157
1187
|
|
|
1158
1188
|
/**
|
|
1159
1189
|
* @component ActivityIcon
|
|
@@ -1183,7 +1213,7 @@
|
|
|
1183
1213
|
*/
|
|
1184
1214
|
var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1185
1215
|
var gradient = _ref.gradient,
|
|
1186
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1216
|
+
props = _objectWithoutProperties(_ref, _excluded$5v);
|
|
1187
1217
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1188
1218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1189
1219
|
width: 24,
|
|
@@ -1207,7 +1237,7 @@
|
|
|
1207
1237
|
ActivityIcon.displayName = "ActivityIcon";
|
|
1208
1238
|
var ActivityIcon$1 = ActivityIcon;
|
|
1209
1239
|
|
|
1210
|
-
var _excluded$
|
|
1240
|
+
var _excluded$5u = ["gradient"];
|
|
1211
1241
|
|
|
1212
1242
|
/**
|
|
1213
1243
|
* @component AddCrossIcon
|
|
@@ -1237,7 +1267,7 @@
|
|
|
1237
1267
|
*/
|
|
1238
1268
|
var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1239
1269
|
var gradient = _ref.gradient,
|
|
1240
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1270
|
+
props = _objectWithoutProperties(_ref, _excluded$5u);
|
|
1241
1271
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1242
1272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1243
1273
|
width: 10,
|
|
@@ -1257,7 +1287,7 @@
|
|
|
1257
1287
|
AddCrossIcon.displayName = "AddCrossIcon";
|
|
1258
1288
|
var AddCrossIcon$1 = AddCrossIcon;
|
|
1259
1289
|
|
|
1260
|
-
var _excluded$
|
|
1290
|
+
var _excluded$5t = ["gradient"];
|
|
1261
1291
|
|
|
1262
1292
|
/**
|
|
1263
1293
|
* @component ArchiveIcon
|
|
@@ -1287,7 +1317,7 @@
|
|
|
1287
1317
|
*/
|
|
1288
1318
|
var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1289
1319
|
var gradient = _ref.gradient,
|
|
1290
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1320
|
+
props = _objectWithoutProperties(_ref, _excluded$5t);
|
|
1291
1321
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1292
1322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1293
1323
|
width: 24,
|
|
@@ -1308,7 +1338,7 @@
|
|
|
1308
1338
|
ArchiveIcon.displayName = "ArchiveIcon";
|
|
1309
1339
|
var ArchiveIcon$1 = ArchiveIcon;
|
|
1310
1340
|
|
|
1311
|
-
var _excluded$
|
|
1341
|
+
var _excluded$5s = ["gradient"];
|
|
1312
1342
|
|
|
1313
1343
|
/**
|
|
1314
1344
|
* @component ArrowBackMobileIcon
|
|
@@ -1338,7 +1368,7 @@
|
|
|
1338
1368
|
*/
|
|
1339
1369
|
var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1340
1370
|
var gradient = _ref.gradient,
|
|
1341
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1371
|
+
props = _objectWithoutProperties(_ref, _excluded$5s);
|
|
1342
1372
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1343
1373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1344
1374
|
width: 24,
|
|
@@ -1359,7 +1389,7 @@
|
|
|
1359
1389
|
ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
|
|
1360
1390
|
var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
|
|
1361
1391
|
|
|
1362
|
-
var _excluded$
|
|
1392
|
+
var _excluded$5r = ["gradient"];
|
|
1363
1393
|
|
|
1364
1394
|
/**
|
|
1365
1395
|
* @component ArrowCollapseMultipleIcon
|
|
@@ -1389,7 +1419,7 @@
|
|
|
1389
1419
|
*/
|
|
1390
1420
|
var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1391
1421
|
var gradient = _ref.gradient,
|
|
1392
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1422
|
+
props = _objectWithoutProperties(_ref, _excluded$5r);
|
|
1393
1423
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1394
1424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1395
1425
|
width: 24,
|
|
@@ -1409,7 +1439,7 @@
|
|
|
1409
1439
|
ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
|
|
1410
1440
|
var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
|
|
1411
1441
|
|
|
1412
|
-
var _excluded$
|
|
1442
|
+
var _excluded$5q = ["gradient"];
|
|
1413
1443
|
|
|
1414
1444
|
/**
|
|
1415
1445
|
* @component ArrowDownLongIcon
|
|
@@ -1439,7 +1469,7 @@
|
|
|
1439
1469
|
*/
|
|
1440
1470
|
var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1441
1471
|
var gradient = _ref.gradient,
|
|
1442
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1472
|
+
props = _objectWithoutProperties(_ref, _excluded$5q);
|
|
1443
1473
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1444
1474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1445
1475
|
width: 24,
|
|
@@ -1459,7 +1489,7 @@
|
|
|
1459
1489
|
ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
|
|
1460
1490
|
var ArrowDownLongIcon$1 = ArrowDownLongIcon;
|
|
1461
1491
|
|
|
1462
|
-
var _excluded$
|
|
1492
|
+
var _excluded$5p = ["gradient"];
|
|
1463
1493
|
|
|
1464
1494
|
/**
|
|
1465
1495
|
* @component ArrowDownSmallIcon
|
|
@@ -1489,7 +1519,7 @@
|
|
|
1489
1519
|
*/
|
|
1490
1520
|
var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1491
1521
|
var gradient = _ref.gradient,
|
|
1492
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1522
|
+
props = _objectWithoutProperties(_ref, _excluded$5p);
|
|
1493
1523
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1494
1524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1495
1525
|
width: 16,
|
|
@@ -1509,7 +1539,7 @@
|
|
|
1509
1539
|
ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
|
|
1510
1540
|
var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
|
|
1511
1541
|
|
|
1512
|
-
var _excluded$
|
|
1542
|
+
var _excluded$5o = ["gradient"];
|
|
1513
1543
|
|
|
1514
1544
|
/**
|
|
1515
1545
|
* @component ArrowDownIcon
|
|
@@ -1539,7 +1569,7 @@
|
|
|
1539
1569
|
*/
|
|
1540
1570
|
var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1541
1571
|
var gradient = _ref.gradient,
|
|
1542
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1572
|
+
props = _objectWithoutProperties(_ref, _excluded$5o);
|
|
1543
1573
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1544
1574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1545
1575
|
width: 24,
|
|
@@ -1558,7 +1588,7 @@
|
|
|
1558
1588
|
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
1559
1589
|
var ArrowDownIcon$1 = ArrowDownIcon;
|
|
1560
1590
|
|
|
1561
|
-
var _excluded$
|
|
1591
|
+
var _excluded$5n = ["gradient"];
|
|
1562
1592
|
|
|
1563
1593
|
/**
|
|
1564
1594
|
* @component ArrowExpandeMultipleIcon
|
|
@@ -1588,7 +1618,7 @@
|
|
|
1588
1618
|
*/
|
|
1589
1619
|
var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1590
1620
|
var gradient = _ref.gradient,
|
|
1591
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1621
|
+
props = _objectWithoutProperties(_ref, _excluded$5n);
|
|
1592
1622
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1593
1623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
1624
|
width: 24,
|
|
@@ -1608,7 +1638,7 @@
|
|
|
1608
1638
|
ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
|
|
1609
1639
|
var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
|
|
1610
1640
|
|
|
1611
|
-
var _excluded$
|
|
1641
|
+
var _excluded$5m = ["gradient"];
|
|
1612
1642
|
|
|
1613
1643
|
/**
|
|
1614
1644
|
* @component ArrowLeftBoxIcon
|
|
@@ -1638,7 +1668,7 @@
|
|
|
1638
1668
|
*/
|
|
1639
1669
|
var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1640
1670
|
var gradient = _ref.gradient,
|
|
1641
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1671
|
+
props = _objectWithoutProperties(_ref, _excluded$5m);
|
|
1642
1672
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1643
1673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1644
1674
|
width: 24,
|
|
@@ -1658,7 +1688,7 @@
|
|
|
1658
1688
|
ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
|
|
1659
1689
|
var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
|
|
1660
1690
|
|
|
1661
|
-
var _excluded$
|
|
1691
|
+
var _excluded$5l = ["gradient"];
|
|
1662
1692
|
|
|
1663
1693
|
/**
|
|
1664
1694
|
* @component ArrowLeftIcon
|
|
@@ -1688,7 +1718,7 @@
|
|
|
1688
1718
|
*/
|
|
1689
1719
|
var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1690
1720
|
var gradient = _ref.gradient,
|
|
1691
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1721
|
+
props = _objectWithoutProperties(_ref, _excluded$5l);
|
|
1692
1722
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1693
1723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1694
1724
|
width: 24,
|
|
@@ -1708,7 +1738,7 @@
|
|
|
1708
1738
|
ArrowLeftIcon.displayName = "ArrowLeftIcon";
|
|
1709
1739
|
var ArrowLeftIcon$1 = ArrowLeftIcon;
|
|
1710
1740
|
|
|
1711
|
-
var _excluded$
|
|
1741
|
+
var _excluded$5k = ["gradient"];
|
|
1712
1742
|
|
|
1713
1743
|
/**
|
|
1714
1744
|
* @component ArrowRefreshIcon
|
|
@@ -1738,7 +1768,7 @@
|
|
|
1738
1768
|
*/
|
|
1739
1769
|
var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1740
1770
|
var gradient = _ref.gradient,
|
|
1741
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1771
|
+
props = _objectWithoutProperties(_ref, _excluded$5k);
|
|
1742
1772
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1743
1773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1744
1774
|
width: 24,
|
|
@@ -1759,7 +1789,7 @@
|
|
|
1759
1789
|
ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
|
|
1760
1790
|
var ArrowRefreshIcon$1 = ArrowRefreshIcon;
|
|
1761
1791
|
|
|
1762
|
-
var _excluded$
|
|
1792
|
+
var _excluded$5j = ["gradient"];
|
|
1763
1793
|
|
|
1764
1794
|
/**
|
|
1765
1795
|
* @component ArrowRestoreIcon
|
|
@@ -1789,7 +1819,7 @@
|
|
|
1789
1819
|
*/
|
|
1790
1820
|
var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1791
1821
|
var gradient = _ref.gradient,
|
|
1792
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1822
|
+
props = _objectWithoutProperties(_ref, _excluded$5j);
|
|
1793
1823
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1794
1824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1795
1825
|
width: 24,
|
|
@@ -1809,7 +1839,7 @@
|
|
|
1809
1839
|
ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
|
|
1810
1840
|
var ArrowRestoreIcon$1 = ArrowRestoreIcon;
|
|
1811
1841
|
|
|
1812
|
-
var _excluded$
|
|
1842
|
+
var _excluded$5i = ["gradient"];
|
|
1813
1843
|
|
|
1814
1844
|
/**
|
|
1815
1845
|
* @component ArrowRightIcon
|
|
@@ -1839,7 +1869,7 @@
|
|
|
1839
1869
|
*/
|
|
1840
1870
|
var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1841
1871
|
var gradient = _ref.gradient,
|
|
1842
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1872
|
+
props = _objectWithoutProperties(_ref, _excluded$5i);
|
|
1843
1873
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1844
1874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1845
1875
|
width: 24,
|
|
@@ -1859,7 +1889,7 @@
|
|
|
1859
1889
|
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
1860
1890
|
var ArrowRightIcon$1 = ArrowRightIcon;
|
|
1861
1891
|
|
|
1862
|
-
var _excluded$
|
|
1892
|
+
var _excluded$5h = ["gradient"];
|
|
1863
1893
|
|
|
1864
1894
|
/**
|
|
1865
1895
|
* @component ArrowUpLongIcon
|
|
@@ -1889,7 +1919,7 @@
|
|
|
1889
1919
|
*/
|
|
1890
1920
|
var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1891
1921
|
var gradient = _ref.gradient,
|
|
1892
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1922
|
+
props = _objectWithoutProperties(_ref, _excluded$5h);
|
|
1893
1923
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1894
1924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1895
1925
|
width: 24,
|
|
@@ -1909,7 +1939,7 @@
|
|
|
1909
1939
|
ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
|
|
1910
1940
|
var ArrowUpLongIcon$1 = ArrowUpLongIcon;
|
|
1911
1941
|
|
|
1912
|
-
var _excluded$
|
|
1942
|
+
var _excluded$5g = ["gradient"];
|
|
1913
1943
|
|
|
1914
1944
|
/**
|
|
1915
1945
|
* @component ArrowUpIcon
|
|
@@ -1939,7 +1969,7 @@
|
|
|
1939
1969
|
*/
|
|
1940
1970
|
var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1941
1971
|
var gradient = _ref.gradient,
|
|
1942
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1972
|
+
props = _objectWithoutProperties(_ref, _excluded$5g);
|
|
1943
1973
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1944
1974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1945
1975
|
width: 24,
|
|
@@ -1958,7 +1988,7 @@
|
|
|
1958
1988
|
ArrowUpIcon.displayName = "ArrowUpIcon";
|
|
1959
1989
|
var ArrowUpIcon$1 = ArrowUpIcon;
|
|
1960
1990
|
|
|
1961
|
-
var _excluded$
|
|
1991
|
+
var _excluded$5f = ["gradient"];
|
|
1962
1992
|
|
|
1963
1993
|
/**
|
|
1964
1994
|
* @component AssignIcon
|
|
@@ -1988,7 +2018,7 @@
|
|
|
1988
2018
|
*/
|
|
1989
2019
|
var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
1990
2020
|
var gradient = _ref.gradient,
|
|
1991
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2021
|
+
props = _objectWithoutProperties(_ref, _excluded$5f);
|
|
1992
2022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
1993
2023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1994
2024
|
width: 24,
|
|
@@ -2008,7 +2038,7 @@
|
|
|
2008
2038
|
AssignIcon.displayName = "AssignIcon";
|
|
2009
2039
|
var AssignIcon$1 = AssignIcon;
|
|
2010
2040
|
|
|
2011
|
-
var _excluded$
|
|
2041
|
+
var _excluded$5e = ["gradient"];
|
|
2012
2042
|
|
|
2013
2043
|
/**
|
|
2014
2044
|
* @component AttachmentIcon
|
|
@@ -2038,7 +2068,7 @@
|
|
|
2038
2068
|
*/
|
|
2039
2069
|
var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2040
2070
|
var gradient = _ref.gradient,
|
|
2041
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2071
|
+
props = _objectWithoutProperties(_ref, _excluded$5e);
|
|
2042
2072
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2043
2073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
2074
|
width: 24,
|
|
@@ -2058,7 +2088,7 @@
|
|
|
2058
2088
|
AttachmentIcon.displayName = "AttachmentIcon";
|
|
2059
2089
|
var AttachmentIcon$1 = AttachmentIcon;
|
|
2060
2090
|
|
|
2061
|
-
var _excluded$
|
|
2091
|
+
var _excluded$5d = ["gradient"];
|
|
2062
2092
|
|
|
2063
2093
|
/**
|
|
2064
2094
|
* @component BellOffSmallIcon
|
|
@@ -2088,7 +2118,7 @@
|
|
|
2088
2118
|
*/
|
|
2089
2119
|
var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2090
2120
|
var gradient = _ref.gradient,
|
|
2091
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2121
|
+
props = _objectWithoutProperties(_ref, _excluded$5d);
|
|
2092
2122
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2093
2123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2094
2124
|
width: 12,
|
|
@@ -2108,7 +2138,7 @@
|
|
|
2108
2138
|
BellOffSmallIcon.displayName = "BellOffSmallIcon";
|
|
2109
2139
|
var BellOffSmallIcon$1 = BellOffSmallIcon;
|
|
2110
2140
|
|
|
2111
|
-
var _excluded$
|
|
2141
|
+
var _excluded$5c = ["gradient"];
|
|
2112
2142
|
|
|
2113
2143
|
/**
|
|
2114
2144
|
* @component BellOffIcon
|
|
@@ -2138,7 +2168,7 @@
|
|
|
2138
2168
|
*/
|
|
2139
2169
|
var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2140
2170
|
var gradient = _ref.gradient,
|
|
2141
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2171
|
+
props = _objectWithoutProperties(_ref, _excluded$5c);
|
|
2142
2172
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2143
2173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2144
2174
|
width: 24,
|
|
@@ -2158,7 +2188,7 @@
|
|
|
2158
2188
|
BellOffIcon.displayName = "BellOffIcon";
|
|
2159
2189
|
var BellOffIcon$1 = BellOffIcon;
|
|
2160
2190
|
|
|
2161
|
-
var _excluded$
|
|
2191
|
+
var _excluded$5b = ["gradient"];
|
|
2162
2192
|
|
|
2163
2193
|
/**
|
|
2164
2194
|
* @component BillingIcon
|
|
@@ -2188,7 +2218,7 @@
|
|
|
2188
2218
|
*/
|
|
2189
2219
|
var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2190
2220
|
var gradient = _ref.gradient,
|
|
2191
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2221
|
+
props = _objectWithoutProperties(_ref, _excluded$5b);
|
|
2192
2222
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2193
2223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2194
2224
|
width: 24,
|
|
@@ -2211,7 +2241,7 @@
|
|
|
2211
2241
|
BillingIcon.displayName = "BillingIcon";
|
|
2212
2242
|
var BillingIcon$1 = BillingIcon;
|
|
2213
2243
|
|
|
2214
|
-
var _excluded$
|
|
2244
|
+
var _excluded$5a = ["gradient"];
|
|
2215
2245
|
|
|
2216
2246
|
/**
|
|
2217
2247
|
* @component BudgetAlertIcon
|
|
@@ -2241,7 +2271,7 @@
|
|
|
2241
2271
|
*/
|
|
2242
2272
|
var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2243
2273
|
var gradient = _ref.gradient,
|
|
2244
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2274
|
+
props = _objectWithoutProperties(_ref, _excluded$5a);
|
|
2245
2275
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2246
2276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2247
2277
|
width: 24,
|
|
@@ -2261,7 +2291,7 @@
|
|
|
2261
2291
|
BudgetAlertIcon.displayName = "BudgetAlertIcon";
|
|
2262
2292
|
var BudgetAlertIcon$1 = BudgetAlertIcon;
|
|
2263
2293
|
|
|
2264
|
-
var _excluded$
|
|
2294
|
+
var _excluded$59 = ["gradient"];
|
|
2265
2295
|
|
|
2266
2296
|
/**
|
|
2267
2297
|
* @component BulbIcon
|
|
@@ -2291,7 +2321,7 @@
|
|
|
2291
2321
|
*/
|
|
2292
2322
|
var BulbIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2293
2323
|
var gradient = _ref.gradient,
|
|
2294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2324
|
+
props = _objectWithoutProperties(_ref, _excluded$59);
|
|
2295
2325
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2296
2326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2297
2327
|
width: 16,
|
|
@@ -2310,7 +2340,7 @@
|
|
|
2310
2340
|
BulbIcon.displayName = "BulbIcon";
|
|
2311
2341
|
var BulbIcon$1 = BulbIcon;
|
|
2312
2342
|
|
|
2313
|
-
var _excluded$
|
|
2343
|
+
var _excluded$58 = ["gradient"];
|
|
2314
2344
|
|
|
2315
2345
|
/**
|
|
2316
2346
|
* @component CalendarAddXIcon
|
|
@@ -2340,7 +2370,7 @@
|
|
|
2340
2370
|
*/
|
|
2341
2371
|
var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2342
2372
|
var gradient = _ref.gradient,
|
|
2343
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2373
|
+
props = _objectWithoutProperties(_ref, _excluded$58);
|
|
2344
2374
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2345
2375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2346
2376
|
width: 24,
|
|
@@ -2360,7 +2390,7 @@
|
|
|
2360
2390
|
CalendarAddXIcon.displayName = "CalendarAddXIcon";
|
|
2361
2391
|
var CalendarAddXIcon$1 = CalendarAddXIcon;
|
|
2362
2392
|
|
|
2363
|
-
var _excluded$
|
|
2393
|
+
var _excluded$57 = ["gradient"];
|
|
2364
2394
|
|
|
2365
2395
|
/**
|
|
2366
2396
|
* @component CalendarImportIcon
|
|
@@ -2390,7 +2420,7 @@
|
|
|
2390
2420
|
*/
|
|
2391
2421
|
var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2392
2422
|
var gradient = _ref.gradient,
|
|
2393
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2423
|
+
props = _objectWithoutProperties(_ref, _excluded$57);
|
|
2394
2424
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2395
2425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2396
2426
|
width: 18,
|
|
@@ -2413,7 +2443,7 @@
|
|
|
2413
2443
|
CalendarImportIcon.displayName = "CalendarImportIcon";
|
|
2414
2444
|
var CalendarImportIcon$1 = CalendarImportIcon;
|
|
2415
2445
|
|
|
2416
|
-
var _excluded$
|
|
2446
|
+
var _excluded$56 = ["gradient"];
|
|
2417
2447
|
|
|
2418
2448
|
/**
|
|
2419
2449
|
* @component CalendarIcon
|
|
@@ -2443,7 +2473,7 @@
|
|
|
2443
2473
|
*/
|
|
2444
2474
|
var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2445
2475
|
var gradient = _ref.gradient,
|
|
2446
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2476
|
+
props = _objectWithoutProperties(_ref, _excluded$56);
|
|
2447
2477
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2448
2478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2449
2479
|
width: 24,
|
|
@@ -2463,7 +2493,7 @@
|
|
|
2463
2493
|
CalendarIcon.displayName = "CalendarIcon";
|
|
2464
2494
|
var CalendarIcon$1 = CalendarIcon;
|
|
2465
2495
|
|
|
2466
|
-
var _excluded$
|
|
2496
|
+
var _excluded$55 = ["gradient"];
|
|
2467
2497
|
|
|
2468
2498
|
/**
|
|
2469
2499
|
* @component CancelCrossIcon
|
|
@@ -2493,7 +2523,7 @@
|
|
|
2493
2523
|
*/
|
|
2494
2524
|
var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2495
2525
|
var gradient = _ref.gradient,
|
|
2496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2526
|
+
props = _objectWithoutProperties(_ref, _excluded$55);
|
|
2497
2527
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2498
2528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2499
2529
|
width: 24,
|
|
@@ -2513,7 +2543,7 @@
|
|
|
2513
2543
|
CancelCrossIcon.displayName = "CancelCrossIcon";
|
|
2514
2544
|
var CancelCrossIcon$1 = CancelCrossIcon;
|
|
2515
2545
|
|
|
2516
|
-
var _excluded$
|
|
2546
|
+
var _excluded$54 = ["gradient"];
|
|
2517
2547
|
|
|
2518
2548
|
/**
|
|
2519
2549
|
* @component CaretLeftIcon
|
|
@@ -2543,7 +2573,7 @@
|
|
|
2543
2573
|
*/
|
|
2544
2574
|
var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2545
2575
|
var gradient = _ref.gradient,
|
|
2546
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2576
|
+
props = _objectWithoutProperties(_ref, _excluded$54);
|
|
2547
2577
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2548
2578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2549
2579
|
width: 18,
|
|
@@ -2563,7 +2593,7 @@
|
|
|
2563
2593
|
CaretLeftIcon.displayName = "CaretLeftIcon";
|
|
2564
2594
|
var CaretLeftIcon$1 = CaretLeftIcon;
|
|
2565
2595
|
|
|
2566
|
-
var _excluded$
|
|
2596
|
+
var _excluded$53 = ["gradient"];
|
|
2567
2597
|
|
|
2568
2598
|
/**
|
|
2569
2599
|
* @component CaretRightIcon
|
|
@@ -2593,7 +2623,7 @@
|
|
|
2593
2623
|
*/
|
|
2594
2624
|
var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2595
2625
|
var gradient = _ref.gradient,
|
|
2596
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2626
|
+
props = _objectWithoutProperties(_ref, _excluded$53);
|
|
2597
2627
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2598
2628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2599
2629
|
width: 18,
|
|
@@ -2613,7 +2643,7 @@
|
|
|
2613
2643
|
CaretRightIcon.displayName = "CaretRightIcon";
|
|
2614
2644
|
var CaretRightIcon$1 = CaretRightIcon;
|
|
2615
2645
|
|
|
2616
|
-
var _excluded$
|
|
2646
|
+
var _excluded$52 = ["gradient"];
|
|
2617
2647
|
|
|
2618
2648
|
/**
|
|
2619
2649
|
* @component ChatIcon
|
|
@@ -2643,7 +2673,7 @@
|
|
|
2643
2673
|
*/
|
|
2644
2674
|
var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2645
2675
|
var gradient = _ref.gradient,
|
|
2646
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2676
|
+
props = _objectWithoutProperties(_ref, _excluded$52);
|
|
2647
2677
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2648
2678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2649
2679
|
width: 24,
|
|
@@ -2663,7 +2693,7 @@
|
|
|
2663
2693
|
ChatIcon.displayName = "ChatIcon";
|
|
2664
2694
|
var ChatIcon$1 = ChatIcon;
|
|
2665
2695
|
|
|
2666
|
-
var _excluded$
|
|
2696
|
+
var _excluded$51 = ["gradient"];
|
|
2667
2697
|
|
|
2668
2698
|
/**
|
|
2669
2699
|
* @component CheckIcon
|
|
@@ -2693,7 +2723,7 @@
|
|
|
2693
2723
|
*/
|
|
2694
2724
|
var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2695
2725
|
var gradient = _ref.gradient,
|
|
2696
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2726
|
+
props = _objectWithoutProperties(_ref, _excluded$51);
|
|
2697
2727
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2698
2728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2699
2729
|
width: 24,
|
|
@@ -2713,7 +2743,7 @@
|
|
|
2713
2743
|
CheckIcon.displayName = "CheckIcon";
|
|
2714
2744
|
var CheckIcon$1 = CheckIcon;
|
|
2715
2745
|
|
|
2716
|
-
var _excluded$
|
|
2746
|
+
var _excluded$50 = ["gradient"];
|
|
2717
2747
|
|
|
2718
2748
|
/**
|
|
2719
2749
|
* @component CheckboxBlankTogglerIcon
|
|
@@ -2743,7 +2773,7 @@
|
|
|
2743
2773
|
*/
|
|
2744
2774
|
var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2745
2775
|
var gradient = _ref.gradient,
|
|
2746
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2776
|
+
props = _objectWithoutProperties(_ref, _excluded$50);
|
|
2747
2777
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2748
2778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2749
2779
|
width: 24,
|
|
@@ -2763,7 +2793,7 @@
|
|
|
2763
2793
|
CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
|
|
2764
2794
|
var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
|
|
2765
2795
|
|
|
2766
|
-
var _excluded$
|
|
2796
|
+
var _excluded$4$ = ["gradient"];
|
|
2767
2797
|
|
|
2768
2798
|
/**
|
|
2769
2799
|
* @component CheckboxCircleArrowIcon
|
|
@@ -2793,7 +2823,7 @@
|
|
|
2793
2823
|
*/
|
|
2794
2824
|
var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2795
2825
|
var gradient = _ref.gradient,
|
|
2796
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2826
|
+
props = _objectWithoutProperties(_ref, _excluded$4$);
|
|
2797
2827
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2798
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2799
2829
|
width: 24,
|
|
@@ -2813,7 +2843,7 @@
|
|
|
2813
2843
|
CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
|
|
2814
2844
|
var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
|
|
2815
2845
|
|
|
2816
|
-
var _excluded$
|
|
2846
|
+
var _excluded$4_ = ["gradient"];
|
|
2817
2847
|
|
|
2818
2848
|
/**
|
|
2819
2849
|
* @component CheckboxCircleBlankIcon
|
|
@@ -2843,7 +2873,7 @@
|
|
|
2843
2873
|
*/
|
|
2844
2874
|
var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2845
2875
|
var gradient = _ref.gradient,
|
|
2846
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2876
|
+
props = _objectWithoutProperties(_ref, _excluded$4_);
|
|
2847
2877
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2848
2878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2849
2879
|
width: 15,
|
|
@@ -2864,7 +2894,7 @@
|
|
|
2864
2894
|
CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
|
|
2865
2895
|
var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
|
|
2866
2896
|
|
|
2867
|
-
var _excluded$
|
|
2897
|
+
var _excluded$4Z = ["gradient"];
|
|
2868
2898
|
|
|
2869
2899
|
/**
|
|
2870
2900
|
* @component CheckboxDocumentsIcon
|
|
@@ -2894,7 +2924,7 @@
|
|
|
2894
2924
|
*/
|
|
2895
2925
|
var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2896
2926
|
var gradient = _ref.gradient,
|
|
2897
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2927
|
+
props = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
2898
2928
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2899
2929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2900
2930
|
width: 24,
|
|
@@ -2914,7 +2944,7 @@
|
|
|
2914
2944
|
CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
|
|
2915
2945
|
var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
|
|
2916
2946
|
|
|
2917
|
-
var _excluded$
|
|
2947
|
+
var _excluded$4Y = ["gradient"];
|
|
2918
2948
|
|
|
2919
2949
|
/**
|
|
2920
2950
|
* @component CheckboxIcon
|
|
@@ -2944,7 +2974,7 @@
|
|
|
2944
2974
|
*/
|
|
2945
2975
|
var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
2946
2976
|
var gradient = _ref.gradient,
|
|
2947
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2977
|
+
props = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
2948
2978
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
2949
2979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2950
2980
|
width: 16,
|
|
@@ -2974,7 +3004,7 @@
|
|
|
2974
3004
|
CheckboxIcon$2.displayName = "CheckboxIcon";
|
|
2975
3005
|
var CheckboxIcon$3 = CheckboxIcon$2;
|
|
2976
3006
|
|
|
2977
|
-
var _excluded$
|
|
3007
|
+
var _excluded$4X = ["gradient"];
|
|
2978
3008
|
|
|
2979
3009
|
/**
|
|
2980
3010
|
* @component ChecklistSmallIcon
|
|
@@ -3004,7 +3034,7 @@
|
|
|
3004
3034
|
*/
|
|
3005
3035
|
var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3006
3036
|
var gradient = _ref.gradient,
|
|
3007
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3037
|
+
props = _objectWithoutProperties(_ref, _excluded$4X);
|
|
3008
3038
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3009
3039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3010
3040
|
width: 12,
|
|
@@ -3024,7 +3054,7 @@
|
|
|
3024
3054
|
ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
|
|
3025
3055
|
var ChecklistSmallIcon$1 = ChecklistSmallIcon;
|
|
3026
3056
|
|
|
3027
|
-
var _excluded$
|
|
3057
|
+
var _excluded$4W = ["gradient"];
|
|
3028
3058
|
|
|
3029
3059
|
/**
|
|
3030
3060
|
* @component ChecklistIcon
|
|
@@ -3054,7 +3084,7 @@
|
|
|
3054
3084
|
*/
|
|
3055
3085
|
var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3056
3086
|
var gradient = _ref.gradient,
|
|
3057
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3087
|
+
props = _objectWithoutProperties(_ref, _excluded$4W);
|
|
3058
3088
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3059
3089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3060
3090
|
width: 24,
|
|
@@ -3074,7 +3104,7 @@
|
|
|
3074
3104
|
ChecklistIcon.displayName = "ChecklistIcon";
|
|
3075
3105
|
var ChecklistIcon$1 = ChecklistIcon;
|
|
3076
3106
|
|
|
3077
|
-
var _excluded$
|
|
3107
|
+
var _excluded$4V = ["gradient"];
|
|
3078
3108
|
|
|
3079
3109
|
/**
|
|
3080
3110
|
* @component CircleDotIcon
|
|
@@ -3104,7 +3134,7 @@
|
|
|
3104
3134
|
*/
|
|
3105
3135
|
var CircleDotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3106
3136
|
var gradient = _ref.gradient,
|
|
3107
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3137
|
+
props = _objectWithoutProperties(_ref, _excluded$4V);
|
|
3108
3138
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3109
3139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3110
3140
|
width: 24,
|
|
@@ -3127,7 +3157,7 @@
|
|
|
3127
3157
|
CircleDotIcon.displayName = "CircleDotIcon";
|
|
3128
3158
|
var CircleDotIcon$1 = CircleDotIcon;
|
|
3129
3159
|
|
|
3130
|
-
var _excluded$
|
|
3160
|
+
var _excluded$4U = ["gradient"];
|
|
3131
3161
|
|
|
3132
3162
|
/**
|
|
3133
3163
|
* @component CircleIcon
|
|
@@ -3157,7 +3187,7 @@
|
|
|
3157
3187
|
*/
|
|
3158
3188
|
var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3159
3189
|
var gradient = _ref.gradient,
|
|
3160
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3190
|
+
props = _objectWithoutProperties(_ref, _excluded$4U);
|
|
3161
3191
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3162
3192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3163
3193
|
width: 24,
|
|
@@ -3176,7 +3206,7 @@
|
|
|
3176
3206
|
CircleIcon.displayName = "CircleIcon";
|
|
3177
3207
|
var CircleIcon$1 = CircleIcon;
|
|
3178
3208
|
|
|
3179
|
-
var _excluded$
|
|
3209
|
+
var _excluded$4T = ["gradient"];
|
|
3180
3210
|
|
|
3181
3211
|
/**
|
|
3182
3212
|
* @component CircleMultipleIcon
|
|
@@ -3206,7 +3236,7 @@
|
|
|
3206
3236
|
*/
|
|
3207
3237
|
var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3208
3238
|
var gradient = _ref.gradient,
|
|
3209
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3239
|
+
props = _objectWithoutProperties(_ref, _excluded$4T);
|
|
3210
3240
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3211
3241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3212
3242
|
width: 24,
|
|
@@ -3226,7 +3256,7 @@
|
|
|
3226
3256
|
CircleMultipleIcon.displayName = "CircleMultipleIcon";
|
|
3227
3257
|
var CircleMultipleIcon$1 = CircleMultipleIcon;
|
|
3228
3258
|
|
|
3229
|
-
var _excluded$
|
|
3259
|
+
var _excluded$4S = ["gradient"];
|
|
3230
3260
|
|
|
3231
3261
|
/**
|
|
3232
3262
|
* @component ClockAddIcon
|
|
@@ -3256,7 +3286,7 @@
|
|
|
3256
3286
|
*/
|
|
3257
3287
|
var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3258
3288
|
var gradient = _ref.gradient,
|
|
3259
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3289
|
+
props = _objectWithoutProperties(_ref, _excluded$4S);
|
|
3260
3290
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3261
3291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3262
3292
|
width: 24,
|
|
@@ -3276,7 +3306,7 @@
|
|
|
3276
3306
|
ClockAddIcon.displayName = "ClockAddIcon";
|
|
3277
3307
|
var ClockAddIcon$1 = ClockAddIcon;
|
|
3278
3308
|
|
|
3279
|
-
var _excluded$
|
|
3309
|
+
var _excluded$4R = ["gradient"];
|
|
3280
3310
|
|
|
3281
3311
|
/**
|
|
3282
3312
|
* @component ClockDollarIcon
|
|
@@ -3306,7 +3336,7 @@
|
|
|
3306
3336
|
*/
|
|
3307
3337
|
var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3308
3338
|
var gradient = _ref.gradient,
|
|
3309
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3339
|
+
props = _objectWithoutProperties(_ref, _excluded$4R);
|
|
3310
3340
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3311
3341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3312
3342
|
width: 24,
|
|
@@ -3329,7 +3359,7 @@
|
|
|
3329
3359
|
ClockDollarIcon.displayName = "ClockDollarIcon";
|
|
3330
3360
|
var ClockDollarIcon$1 = ClockDollarIcon;
|
|
3331
3361
|
|
|
3332
|
-
var _excluded$
|
|
3362
|
+
var _excluded$4Q = ["gradient"];
|
|
3333
3363
|
|
|
3334
3364
|
/**
|
|
3335
3365
|
* @component ClockSmallIcon
|
|
@@ -3359,7 +3389,7 @@
|
|
|
3359
3389
|
*/
|
|
3360
3390
|
var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3361
3391
|
var gradient = _ref.gradient,
|
|
3362
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3392
|
+
props = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
3363
3393
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3364
3394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3365
3395
|
width: 12,
|
|
@@ -3379,7 +3409,7 @@
|
|
|
3379
3409
|
ClockSmallIcon.displayName = "ClockSmallIcon";
|
|
3380
3410
|
var ClockSmallIcon$1 = ClockSmallIcon;
|
|
3381
3411
|
|
|
3382
|
-
var _excluded$
|
|
3412
|
+
var _excluded$4P = ["gradient"];
|
|
3383
3413
|
|
|
3384
3414
|
/**
|
|
3385
3415
|
* @component ClockStopwatchIndicatorIcon
|
|
@@ -3409,7 +3439,7 @@
|
|
|
3409
3439
|
*/
|
|
3410
3440
|
var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3411
3441
|
var gradient = _ref.gradient,
|
|
3412
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3442
|
+
props = _objectWithoutProperties(_ref, _excluded$4P);
|
|
3413
3443
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3414
3444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3415
3445
|
width: 24,
|
|
@@ -3430,7 +3460,7 @@
|
|
|
3430
3460
|
ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
|
|
3431
3461
|
var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
|
|
3432
3462
|
|
|
3433
|
-
var _excluded$
|
|
3463
|
+
var _excluded$4O = ["gradient"];
|
|
3434
3464
|
|
|
3435
3465
|
/**
|
|
3436
3466
|
* @component ClockStopwatchSmallIcon
|
|
@@ -3460,7 +3490,7 @@
|
|
|
3460
3490
|
*/
|
|
3461
3491
|
var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3462
3492
|
var gradient = _ref.gradient,
|
|
3463
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3493
|
+
props = _objectWithoutProperties(_ref, _excluded$4O);
|
|
3464
3494
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3465
3495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3466
3496
|
width: 12,
|
|
@@ -3480,7 +3510,7 @@
|
|
|
3480
3510
|
ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
|
|
3481
3511
|
var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
|
|
3482
3512
|
|
|
3483
|
-
var _excluded$
|
|
3513
|
+
var _excluded$4N = ["gradient"];
|
|
3484
3514
|
|
|
3485
3515
|
/**
|
|
3486
3516
|
* @component ClockStopwatchIcon
|
|
@@ -3510,7 +3540,7 @@
|
|
|
3510
3540
|
*/
|
|
3511
3541
|
var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3512
3542
|
var gradient = _ref.gradient,
|
|
3513
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3543
|
+
props = _objectWithoutProperties(_ref, _excluded$4N);
|
|
3514
3544
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3515
3545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3516
3546
|
width: 24,
|
|
@@ -3530,7 +3560,7 @@
|
|
|
3530
3560
|
ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
|
|
3531
3561
|
var ClockStopwatchIcon$1 = ClockStopwatchIcon;
|
|
3532
3562
|
|
|
3533
|
-
var _excluded$
|
|
3563
|
+
var _excluded$4M = ["gradient"];
|
|
3534
3564
|
|
|
3535
3565
|
/**
|
|
3536
3566
|
* @component ClockIcon
|
|
@@ -3560,7 +3590,7 @@
|
|
|
3560
3590
|
*/
|
|
3561
3591
|
var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3562
3592
|
var gradient = _ref.gradient,
|
|
3563
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3593
|
+
props = _objectWithoutProperties(_ref, _excluded$4M);
|
|
3564
3594
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3565
3595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3566
3596
|
width: 24,
|
|
@@ -3580,7 +3610,7 @@
|
|
|
3580
3610
|
ClockIcon.displayName = "ClockIcon";
|
|
3581
3611
|
var ClockIcon$1 = ClockIcon;
|
|
3582
3612
|
|
|
3583
|
-
var _excluded$
|
|
3613
|
+
var _excluded$4L = ["gradient"];
|
|
3584
3614
|
|
|
3585
3615
|
/**
|
|
3586
3616
|
* @component CloseCircleIcon
|
|
@@ -3610,7 +3640,7 @@
|
|
|
3610
3640
|
*/
|
|
3611
3641
|
var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3612
3642
|
var gradient = _ref.gradient,
|
|
3613
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3643
|
+
props = _objectWithoutProperties(_ref, _excluded$4L);
|
|
3614
3644
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3615
3645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3616
3646
|
width: 24,
|
|
@@ -3631,7 +3661,7 @@
|
|
|
3631
3661
|
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
3632
3662
|
var CloseCircleIcon$1 = CloseCircleIcon;
|
|
3633
3663
|
|
|
3634
|
-
var _excluded$
|
|
3664
|
+
var _excluded$4K = ["gradient"];
|
|
3635
3665
|
|
|
3636
3666
|
/**
|
|
3637
3667
|
* @component CloseDocumentIcon
|
|
@@ -3661,7 +3691,7 @@
|
|
|
3661
3691
|
*/
|
|
3662
3692
|
var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3663
3693
|
var gradient = _ref.gradient,
|
|
3664
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3694
|
+
props = _objectWithoutProperties(_ref, _excluded$4K);
|
|
3665
3695
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3666
3696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3667
3697
|
width: 24,
|
|
@@ -3681,7 +3711,7 @@
|
|
|
3681
3711
|
CloseDocumentIcon.displayName = "CloseDocumentIcon";
|
|
3682
3712
|
var CloseDocumentIcon$1 = CloseDocumentIcon;
|
|
3683
3713
|
|
|
3684
|
-
var _excluded$
|
|
3714
|
+
var _excluded$4J = ["gradient"];
|
|
3685
3715
|
|
|
3686
3716
|
/**
|
|
3687
3717
|
* @component CloseSmallIcon
|
|
@@ -3711,7 +3741,7 @@
|
|
|
3711
3741
|
*/
|
|
3712
3742
|
var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3713
3743
|
var gradient = _ref.gradient,
|
|
3714
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3744
|
+
props = _objectWithoutProperties(_ref, _excluded$4J);
|
|
3715
3745
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3716
3746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3717
3747
|
width: 24,
|
|
@@ -3731,7 +3761,7 @@
|
|
|
3731
3761
|
CloseSmallIcon.displayName = "CloseSmallIcon";
|
|
3732
3762
|
var CloseSmallIcon$1 = CloseSmallIcon;
|
|
3733
3763
|
|
|
3734
|
-
var _excluded$
|
|
3764
|
+
var _excluded$4I = ["gradient"];
|
|
3735
3765
|
|
|
3736
3766
|
/**
|
|
3737
3767
|
* @component CloseIcon
|
|
@@ -3761,7 +3791,7 @@
|
|
|
3761
3791
|
*/
|
|
3762
3792
|
var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3763
3793
|
var gradient = _ref.gradient,
|
|
3764
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3794
|
+
props = _objectWithoutProperties(_ref, _excluded$4I);
|
|
3765
3795
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3766
3796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3767
3797
|
width: 24,
|
|
@@ -3782,7 +3812,7 @@
|
|
|
3782
3812
|
CloseIcon.displayName = "CloseIcon";
|
|
3783
3813
|
var CloseIcon$1 = CloseIcon;
|
|
3784
3814
|
|
|
3785
|
-
var _excluded$
|
|
3815
|
+
var _excluded$4H = ["gradient"];
|
|
3786
3816
|
|
|
3787
3817
|
/**
|
|
3788
3818
|
* @component CloudIcon
|
|
@@ -3795,7 +3825,7 @@
|
|
|
3795
3825
|
*/
|
|
3796
3826
|
var CloudIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3797
3827
|
var gradient = _ref.gradient,
|
|
3798
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3828
|
+
props = _objectWithoutProperties(_ref, _excluded$4H);
|
|
3799
3829
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3800
3830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3801
3831
|
width: 24,
|
|
@@ -3818,7 +3848,7 @@
|
|
|
3818
3848
|
CloudIcon.displayName = "CloudIcon";
|
|
3819
3849
|
var CloudIcon$1 = CloudIcon;
|
|
3820
3850
|
|
|
3821
|
-
var _excluded$
|
|
3851
|
+
var _excluded$4G = ["gradient"];
|
|
3822
3852
|
|
|
3823
3853
|
/**
|
|
3824
3854
|
* @component CloudDeployIcon
|
|
@@ -3833,7 +3863,7 @@
|
|
|
3833
3863
|
*/
|
|
3834
3864
|
var CloudDeployIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3835
3865
|
var gradient = _ref.gradient,
|
|
3836
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3866
|
+
props = _objectWithoutProperties(_ref, _excluded$4G);
|
|
3837
3867
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3838
3868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3839
3869
|
width: 24,
|
|
@@ -3860,7 +3890,7 @@
|
|
|
3860
3890
|
CloudDeployIcon.displayName = "CloudDeployIcon";
|
|
3861
3891
|
var CloudDeployIcon$1 = CloudDeployIcon;
|
|
3862
3892
|
|
|
3863
|
-
var _excluded$
|
|
3893
|
+
var _excluded$4F = ["gradient"];
|
|
3864
3894
|
|
|
3865
3895
|
/**
|
|
3866
3896
|
* @component CloudDeployFailedIcon
|
|
@@ -3875,7 +3905,7 @@
|
|
|
3875
3905
|
*/
|
|
3876
3906
|
var CloudDeployFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3877
3907
|
var gradient = _ref.gradient,
|
|
3878
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3908
|
+
props = _objectWithoutProperties(_ref, _excluded$4F);
|
|
3879
3909
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3880
3910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3881
3911
|
width: 24,
|
|
@@ -3902,7 +3932,7 @@
|
|
|
3902
3932
|
CloudDeployFailedIcon.displayName = "CloudDeployFailedIcon";
|
|
3903
3933
|
var CloudDeployFailedIcon$1 = CloudDeployFailedIcon;
|
|
3904
3934
|
|
|
3905
|
-
var _excluded$
|
|
3935
|
+
var _excluded$4E = ["gradient"];
|
|
3906
3936
|
|
|
3907
3937
|
/**
|
|
3908
3938
|
* @component CollapsIcon
|
|
@@ -3932,7 +3962,7 @@
|
|
|
3932
3962
|
*/
|
|
3933
3963
|
var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3934
3964
|
var gradient = _ref.gradient,
|
|
3935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3965
|
+
props = _objectWithoutProperties(_ref, _excluded$4E);
|
|
3936
3966
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3937
3967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3938
3968
|
width: 6,
|
|
@@ -3952,7 +3982,7 @@
|
|
|
3952
3982
|
CollapsIcon.displayName = "CollapsIcon";
|
|
3953
3983
|
var CollapsIcon$1 = CollapsIcon;
|
|
3954
3984
|
|
|
3955
|
-
var _excluded$
|
|
3985
|
+
var _excluded$4D = ["gradient"];
|
|
3956
3986
|
|
|
3957
3987
|
/**
|
|
3958
3988
|
* @component CollapseAllIcon
|
|
@@ -3982,7 +4012,7 @@
|
|
|
3982
4012
|
*/
|
|
3983
4013
|
var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
3984
4014
|
var gradient = _ref.gradient,
|
|
3985
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4015
|
+
props = _objectWithoutProperties(_ref, _excluded$4D);
|
|
3986
4016
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
3987
4017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3988
4018
|
width: 24,
|
|
@@ -4002,7 +4032,7 @@
|
|
|
4002
4032
|
CollapseAllIcon.displayName = "CollapseAllIcon";
|
|
4003
4033
|
var CollapseAllIcon$1 = CollapseAllIcon;
|
|
4004
4034
|
|
|
4005
|
-
var _excluded$
|
|
4035
|
+
var _excluded$4C = ["gradient"];
|
|
4006
4036
|
|
|
4007
4037
|
/**
|
|
4008
4038
|
* @component CollapseExpandSingleIcon
|
|
@@ -4032,7 +4062,7 @@
|
|
|
4032
4062
|
*/
|
|
4033
4063
|
var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4034
4064
|
var gradient = _ref.gradient,
|
|
4035
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4065
|
+
props = _objectWithoutProperties(_ref, _excluded$4C);
|
|
4036
4066
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4037
4067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4038
4068
|
width: 24,
|
|
@@ -4052,7 +4082,7 @@
|
|
|
4052
4082
|
CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
|
|
4053
4083
|
var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
|
|
4054
4084
|
|
|
4055
|
-
var _excluded$
|
|
4085
|
+
var _excluded$4B = ["gradient"];
|
|
4056
4086
|
|
|
4057
4087
|
/**
|
|
4058
4088
|
* @component CompanyAddIcon
|
|
@@ -4082,7 +4112,7 @@
|
|
|
4082
4112
|
*/
|
|
4083
4113
|
var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4084
4114
|
var gradient = _ref.gradient,
|
|
4085
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4115
|
+
props = _objectWithoutProperties(_ref, _excluded$4B);
|
|
4086
4116
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4087
4117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4088
4118
|
width: 18,
|
|
@@ -4103,7 +4133,7 @@
|
|
|
4103
4133
|
CompanyAddIcon.displayName = "CompanyAddIcon";
|
|
4104
4134
|
var CompanyAddIcon$1 = CompanyAddIcon;
|
|
4105
4135
|
|
|
4106
|
-
var _excluded$
|
|
4136
|
+
var _excluded$4A = ["gradient"];
|
|
4107
4137
|
|
|
4108
4138
|
/**
|
|
4109
4139
|
* @component CompanyIcon
|
|
@@ -4133,7 +4163,7 @@
|
|
|
4133
4163
|
*/
|
|
4134
4164
|
var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4135
4165
|
var gradient = _ref.gradient,
|
|
4136
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4166
|
+
props = _objectWithoutProperties(_ref, _excluded$4A);
|
|
4137
4167
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4138
4168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4139
4169
|
width: 24,
|
|
@@ -4154,7 +4184,7 @@
|
|
|
4154
4184
|
CompanyIcon.displayName = "CompanyIcon";
|
|
4155
4185
|
var CompanyIcon$1 = CompanyIcon;
|
|
4156
4186
|
|
|
4157
|
-
var _excluded$
|
|
4187
|
+
var _excluded$4z = ["gradient"];
|
|
4158
4188
|
|
|
4159
4189
|
/**
|
|
4160
4190
|
* @component ComputerIcon
|
|
@@ -4184,7 +4214,7 @@
|
|
|
4184
4214
|
*/
|
|
4185
4215
|
var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4186
4216
|
var gradient = _ref.gradient,
|
|
4187
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4217
|
+
props = _objectWithoutProperties(_ref, _excluded$4z);
|
|
4188
4218
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4189
4219
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4190
4220
|
width: 24,
|
|
@@ -4204,7 +4234,7 @@
|
|
|
4204
4234
|
ComputerIcon.displayName = "ComputerIcon";
|
|
4205
4235
|
var ComputerIcon$1 = ComputerIcon;
|
|
4206
4236
|
|
|
4207
|
-
var _excluded$
|
|
4237
|
+
var _excluded$4y = ["gradient"];
|
|
4208
4238
|
|
|
4209
4239
|
/**
|
|
4210
4240
|
* @component ConnectionIcon
|
|
@@ -4234,7 +4264,7 @@
|
|
|
4234
4264
|
*/
|
|
4235
4265
|
var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4236
4266
|
var gradient = _ref.gradient,
|
|
4237
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4267
|
+
props = _objectWithoutProperties(_ref, _excluded$4y);
|
|
4238
4268
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4239
4269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4240
4270
|
width: 24,
|
|
@@ -4261,7 +4291,7 @@
|
|
|
4261
4291
|
ConnectionIcon.displayName = "ConnectionIcon";
|
|
4262
4292
|
var ConnectionIcon$1 = ConnectionIcon;
|
|
4263
4293
|
|
|
4264
|
-
var _excluded$
|
|
4294
|
+
var _excluded$4x = ["gradient"];
|
|
4265
4295
|
|
|
4266
4296
|
/**
|
|
4267
4297
|
* @component CopyIcon
|
|
@@ -4291,7 +4321,7 @@
|
|
|
4291
4321
|
*/
|
|
4292
4322
|
var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4293
4323
|
var gradient = _ref.gradient,
|
|
4294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4324
|
+
props = _objectWithoutProperties(_ref, _excluded$4x);
|
|
4295
4325
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4296
4326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4297
4327
|
width: 24,
|
|
@@ -4311,7 +4341,7 @@
|
|
|
4311
4341
|
CopyIcon.displayName = "CopyIcon";
|
|
4312
4342
|
var CopyIcon$1 = CopyIcon;
|
|
4313
4343
|
|
|
4314
|
-
var _excluded$
|
|
4344
|
+
var _excluded$4w = ["gradient"];
|
|
4315
4345
|
|
|
4316
4346
|
/**
|
|
4317
4347
|
* @component CrownBlankIcon
|
|
@@ -4341,7 +4371,7 @@
|
|
|
4341
4371
|
*/
|
|
4342
4372
|
var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4343
4373
|
var gradient = _ref.gradient,
|
|
4344
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4374
|
+
props = _objectWithoutProperties(_ref, _excluded$4w);
|
|
4345
4375
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4346
4376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4347
4377
|
width: 24,
|
|
@@ -4361,7 +4391,7 @@
|
|
|
4361
4391
|
CrownBlankIcon.displayName = "CrownBlankIcon";
|
|
4362
4392
|
var CrownBlankIcon$1 = CrownBlankIcon;
|
|
4363
4393
|
|
|
4364
|
-
var _excluded$
|
|
4394
|
+
var _excluded$4v = ["gradient"];
|
|
4365
4395
|
|
|
4366
4396
|
/**
|
|
4367
4397
|
* @component CrownSelectedIcon
|
|
@@ -4391,7 +4421,7 @@
|
|
|
4391
4421
|
*/
|
|
4392
4422
|
var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4393
4423
|
var gradient = _ref.gradient,
|
|
4394
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4424
|
+
props = _objectWithoutProperties(_ref, _excluded$4v);
|
|
4395
4425
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4396
4426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4397
4427
|
width: 24,
|
|
@@ -4411,7 +4441,7 @@
|
|
|
4411
4441
|
CrownSelectedIcon.displayName = "CrownSelectedIcon";
|
|
4412
4442
|
var CrownSelectedIcon$1 = CrownSelectedIcon;
|
|
4413
4443
|
|
|
4414
|
-
var _excluded$
|
|
4444
|
+
var _excluded$4u = ["gradient"];
|
|
4415
4445
|
|
|
4416
4446
|
/**
|
|
4417
4447
|
* @component DependencySmallIcon
|
|
@@ -4441,7 +4471,7 @@
|
|
|
4441
4471
|
*/
|
|
4442
4472
|
var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4443
4473
|
var gradient = _ref.gradient,
|
|
4444
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4474
|
+
props = _objectWithoutProperties(_ref, _excluded$4u);
|
|
4445
4475
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4446
4476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4447
4477
|
width: 12,
|
|
@@ -4461,7 +4491,7 @@
|
|
|
4461
4491
|
DependencySmallIcon.displayName = "DependencySmallIcon";
|
|
4462
4492
|
var DependencySmallIcon$1 = DependencySmallIcon;
|
|
4463
4493
|
|
|
4464
|
-
var _excluded$
|
|
4494
|
+
var _excluded$4t = ["gradient"];
|
|
4465
4495
|
|
|
4466
4496
|
/**
|
|
4467
4497
|
* @component DependencyIcon
|
|
@@ -4491,7 +4521,7 @@
|
|
|
4491
4521
|
*/
|
|
4492
4522
|
var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4493
4523
|
var gradient = _ref.gradient,
|
|
4494
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4524
|
+
props = _objectWithoutProperties(_ref, _excluded$4t);
|
|
4495
4525
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4496
4526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4497
4527
|
width: 24,
|
|
@@ -4511,7 +4541,7 @@
|
|
|
4511
4541
|
DependencyIcon.displayName = "DependencyIcon";
|
|
4512
4542
|
var DependencyIcon$1 = DependencyIcon;
|
|
4513
4543
|
|
|
4514
|
-
var _excluded$
|
|
4544
|
+
var _excluded$4s = ["gradient"];
|
|
4515
4545
|
|
|
4516
4546
|
/**
|
|
4517
4547
|
* @component DescriptionSmallIcon
|
|
@@ -4541,7 +4571,7 @@
|
|
|
4541
4571
|
*/
|
|
4542
4572
|
var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4543
4573
|
var gradient = _ref.gradient,
|
|
4544
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4574
|
+
props = _objectWithoutProperties(_ref, _excluded$4s);
|
|
4545
4575
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4546
4576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4547
4577
|
width: 18,
|
|
@@ -4562,7 +4592,7 @@
|
|
|
4562
4592
|
DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
|
|
4563
4593
|
var DescriptionSmallIcon$1 = DescriptionSmallIcon;
|
|
4564
4594
|
|
|
4565
|
-
var _excluded$
|
|
4595
|
+
var _excluded$4r = ["gradient"];
|
|
4566
4596
|
|
|
4567
4597
|
/**
|
|
4568
4598
|
* @component DescriptionIcon
|
|
@@ -4592,7 +4622,7 @@
|
|
|
4592
4622
|
*/
|
|
4593
4623
|
var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4594
4624
|
var gradient = _ref.gradient,
|
|
4595
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4625
|
+
props = _objectWithoutProperties(_ref, _excluded$4r);
|
|
4596
4626
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4597
4627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4598
4628
|
width: 24,
|
|
@@ -4612,7 +4642,7 @@
|
|
|
4612
4642
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
4613
4643
|
var DescriptionIcon$1 = DescriptionIcon;
|
|
4614
4644
|
|
|
4615
|
-
var _excluded$
|
|
4645
|
+
var _excluded$4q = ["gradient"];
|
|
4616
4646
|
|
|
4617
4647
|
/**
|
|
4618
4648
|
* @component DiscussionAddIcon
|
|
@@ -4642,7 +4672,7 @@
|
|
|
4642
4672
|
*/
|
|
4643
4673
|
var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4644
4674
|
var gradient = _ref.gradient,
|
|
4645
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4675
|
+
props = _objectWithoutProperties(_ref, _excluded$4q);
|
|
4646
4676
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4647
4677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4648
4678
|
width: 24,
|
|
@@ -4662,7 +4692,7 @@
|
|
|
4662
4692
|
DiscussionAddIcon.displayName = "DiscussionAddIcon";
|
|
4663
4693
|
var DiscussionAddIcon$1 = DiscussionAddIcon;
|
|
4664
4694
|
|
|
4665
|
-
var _excluded$
|
|
4695
|
+
var _excluded$4p = ["gradient"];
|
|
4666
4696
|
|
|
4667
4697
|
/**
|
|
4668
4698
|
* @component DiscussionIcon
|
|
@@ -4692,7 +4722,7 @@
|
|
|
4692
4722
|
*/
|
|
4693
4723
|
var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4694
4724
|
var gradient = _ref.gradient,
|
|
4695
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4725
|
+
props = _objectWithoutProperties(_ref, _excluded$4p);
|
|
4696
4726
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4697
4727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4698
4728
|
width: 24,
|
|
@@ -4713,7 +4743,7 @@
|
|
|
4713
4743
|
DiscussionIcon.displayName = "DiscussionIcon";
|
|
4714
4744
|
var DiscussionIcon$1 = DiscussionIcon;
|
|
4715
4745
|
|
|
4716
|
-
var _excluded$
|
|
4746
|
+
var _excluded$4o = ["gradient"];
|
|
4717
4747
|
|
|
4718
4748
|
/**
|
|
4719
4749
|
* @component DollarCheckmarkSmallIcon
|
|
@@ -4743,7 +4773,7 @@
|
|
|
4743
4773
|
*/
|
|
4744
4774
|
var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4745
4775
|
var gradient = _ref.gradient,
|
|
4746
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4776
|
+
props = _objectWithoutProperties(_ref, _excluded$4o);
|
|
4747
4777
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4748
4778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4749
4779
|
width: 12,
|
|
@@ -4763,7 +4793,7 @@
|
|
|
4763
4793
|
DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
|
|
4764
4794
|
var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
|
|
4765
4795
|
|
|
4766
|
-
var _excluded$
|
|
4796
|
+
var _excluded$4n = ["gradient"];
|
|
4767
4797
|
|
|
4768
4798
|
/**
|
|
4769
4799
|
* @component DollarCheckmarkIcon
|
|
@@ -4793,7 +4823,7 @@
|
|
|
4793
4823
|
*/
|
|
4794
4824
|
var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4795
4825
|
var gradient = _ref.gradient,
|
|
4796
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4826
|
+
props = _objectWithoutProperties(_ref, _excluded$4n);
|
|
4797
4827
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4798
4828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4799
4829
|
width: 24,
|
|
@@ -4813,7 +4843,7 @@
|
|
|
4813
4843
|
DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
|
|
4814
4844
|
var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
|
|
4815
4845
|
|
|
4816
|
-
var _excluded$
|
|
4846
|
+
var _excluded$4m = ["gradient"];
|
|
4817
4847
|
|
|
4818
4848
|
/**
|
|
4819
4849
|
* @component DollarClockSmallIcon
|
|
@@ -4843,7 +4873,7 @@
|
|
|
4843
4873
|
*/
|
|
4844
4874
|
var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4845
4875
|
var gradient = _ref.gradient,
|
|
4846
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4876
|
+
props = _objectWithoutProperties(_ref, _excluded$4m);
|
|
4847
4877
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4848
4878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4849
4879
|
width: 12,
|
|
@@ -4863,7 +4893,7 @@
|
|
|
4863
4893
|
DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
|
|
4864
4894
|
var DollarClockSmallIcon$1 = DollarClockSmallIcon;
|
|
4865
4895
|
|
|
4866
|
-
var _excluded$
|
|
4896
|
+
var _excluded$4l = ["gradient"];
|
|
4867
4897
|
|
|
4868
4898
|
/**
|
|
4869
4899
|
* @component DollarClockIcon
|
|
@@ -4893,7 +4923,7 @@
|
|
|
4893
4923
|
*/
|
|
4894
4924
|
var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4895
4925
|
var gradient = _ref.gradient,
|
|
4896
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4926
|
+
props = _objectWithoutProperties(_ref, _excluded$4l);
|
|
4897
4927
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4898
4928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4899
4929
|
width: 24,
|
|
@@ -4913,7 +4943,7 @@
|
|
|
4913
4943
|
DollarClockIcon.displayName = "DollarClockIcon";
|
|
4914
4944
|
var DollarClockIcon$1 = DollarClockIcon;
|
|
4915
4945
|
|
|
4916
|
-
var _excluded$
|
|
4946
|
+
var _excluded$4k = ["gradient"];
|
|
4917
4947
|
|
|
4918
4948
|
/**
|
|
4919
4949
|
* @component DollarDocumentPlusIcon
|
|
@@ -4943,7 +4973,7 @@
|
|
|
4943
4973
|
*/
|
|
4944
4974
|
var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4945
4975
|
var gradient = _ref.gradient,
|
|
4946
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4976
|
+
props = _objectWithoutProperties(_ref, _excluded$4k);
|
|
4947
4977
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4948
4978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4949
4979
|
width: 24,
|
|
@@ -4963,7 +4993,7 @@
|
|
|
4963
4993
|
DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
|
|
4964
4994
|
var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
|
|
4965
4995
|
|
|
4966
|
-
var _excluded$
|
|
4996
|
+
var _excluded$4j = ["gradient"];
|
|
4967
4997
|
|
|
4968
4998
|
/**
|
|
4969
4999
|
* @component DollarDocumentIcon
|
|
@@ -4993,7 +5023,7 @@
|
|
|
4993
5023
|
*/
|
|
4994
5024
|
var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
4995
5025
|
var gradient = _ref.gradient,
|
|
4996
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5026
|
+
props = _objectWithoutProperties(_ref, _excluded$4j);
|
|
4997
5027
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
4998
5028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4999
5029
|
width: 24,
|
|
@@ -5014,7 +5044,7 @@
|
|
|
5014
5044
|
DollarDocumentIcon.displayName = "DollarDocumentIcon";
|
|
5015
5045
|
var DollarDocumentIcon$1 = DollarDocumentIcon;
|
|
5016
5046
|
|
|
5017
|
-
var _excluded$
|
|
5047
|
+
var _excluded$4i = ["gradient"];
|
|
5018
5048
|
|
|
5019
5049
|
/**
|
|
5020
5050
|
* @component DollarOffSmallIcon
|
|
@@ -5044,7 +5074,7 @@
|
|
|
5044
5074
|
*/
|
|
5045
5075
|
var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5046
5076
|
var gradient = _ref.gradient,
|
|
5047
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5077
|
+
props = _objectWithoutProperties(_ref, _excluded$4i);
|
|
5048
5078
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5049
5079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5050
5080
|
width: 12,
|
|
@@ -5064,7 +5094,7 @@
|
|
|
5064
5094
|
DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
|
|
5065
5095
|
var DollarOffSmallIcon$1 = DollarOffSmallIcon;
|
|
5066
5096
|
|
|
5067
|
-
var _excluded$
|
|
5097
|
+
var _excluded$4h = ["gradient"];
|
|
5068
5098
|
|
|
5069
5099
|
/**
|
|
5070
5100
|
* @component DollarOffIcon
|
|
@@ -5094,7 +5124,7 @@
|
|
|
5094
5124
|
*/
|
|
5095
5125
|
var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5096
5126
|
var gradient = _ref.gradient,
|
|
5097
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5127
|
+
props = _objectWithoutProperties(_ref, _excluded$4h);
|
|
5098
5128
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5099
5129
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5100
5130
|
width: 24,
|
|
@@ -5114,7 +5144,7 @@
|
|
|
5114
5144
|
DollarOffIcon.displayName = "DollarOffIcon";
|
|
5115
5145
|
var DollarOffIcon$1 = DollarOffIcon;
|
|
5116
5146
|
|
|
5117
|
-
var _excluded$
|
|
5147
|
+
var _excluded$4g = ["gradient"];
|
|
5118
5148
|
|
|
5119
5149
|
/**
|
|
5120
5150
|
* @component DollarSmallIcon
|
|
@@ -5144,7 +5174,7 @@
|
|
|
5144
5174
|
*/
|
|
5145
5175
|
var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5146
5176
|
var gradient = _ref.gradient,
|
|
5147
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5177
|
+
props = _objectWithoutProperties(_ref, _excluded$4g);
|
|
5148
5178
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5149
5179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5150
5180
|
width: 12,
|
|
@@ -5164,7 +5194,7 @@
|
|
|
5164
5194
|
DollarSmallIcon.displayName = "DollarSmallIcon";
|
|
5165
5195
|
var DollarSmallIcon$1 = DollarSmallIcon;
|
|
5166
5196
|
|
|
5167
|
-
var _excluded$
|
|
5197
|
+
var _excluded$4f = ["gradient"];
|
|
5168
5198
|
|
|
5169
5199
|
/**
|
|
5170
5200
|
* @component DollarIcon
|
|
@@ -5194,7 +5224,7 @@
|
|
|
5194
5224
|
*/
|
|
5195
5225
|
var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5196
5226
|
var gradient = _ref.gradient,
|
|
5197
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5227
|
+
props = _objectWithoutProperties(_ref, _excluded$4f);
|
|
5198
5228
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5199
5229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5200
5230
|
width: 24,
|
|
@@ -5214,7 +5244,7 @@
|
|
|
5214
5244
|
DollarIcon.displayName = "DollarIcon";
|
|
5215
5245
|
var DollarIcon$1 = DollarIcon;
|
|
5216
5246
|
|
|
5217
|
-
var _excluded$
|
|
5247
|
+
var _excluded$4e = ["gradient"];
|
|
5218
5248
|
|
|
5219
5249
|
/**
|
|
5220
5250
|
* @component DownloadIcon
|
|
@@ -5244,7 +5274,7 @@
|
|
|
5244
5274
|
*/
|
|
5245
5275
|
var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5246
5276
|
var gradient = _ref.gradient,
|
|
5247
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5277
|
+
props = _objectWithoutProperties(_ref, _excluded$4e);
|
|
5248
5278
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5249
5279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5250
5280
|
width: 24,
|
|
@@ -5264,7 +5294,7 @@
|
|
|
5264
5294
|
DownloadIcon.displayName = "DownloadIcon";
|
|
5265
5295
|
var DownloadIcon$1 = DownloadIcon;
|
|
5266
5296
|
|
|
5267
|
-
var _excluded$
|
|
5297
|
+
var _excluded$4d = ["gradient"];
|
|
5268
5298
|
|
|
5269
5299
|
/**
|
|
5270
5300
|
* @component DrawIcon
|
|
@@ -5294,7 +5324,7 @@
|
|
|
5294
5324
|
*/
|
|
5295
5325
|
var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5296
5326
|
var gradient = _ref.gradient,
|
|
5297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5327
|
+
props = _objectWithoutProperties(_ref, _excluded$4d);
|
|
5298
5328
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5299
5329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5300
5330
|
width: 24,
|
|
@@ -5315,7 +5345,7 @@
|
|
|
5315
5345
|
DrawIcon.displayName = "DrawIcon";
|
|
5316
5346
|
var DrawIcon$1 = DrawIcon;
|
|
5317
5347
|
|
|
5318
|
-
var _excluded$
|
|
5348
|
+
var _excluded$4c = ["gradient"];
|
|
5319
5349
|
|
|
5320
5350
|
/**
|
|
5321
5351
|
* @component DriveIcon
|
|
@@ -5345,7 +5375,7 @@
|
|
|
5345
5375
|
*/
|
|
5346
5376
|
var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5347
5377
|
var gradient = _ref.gradient,
|
|
5348
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5378
|
+
props = _objectWithoutProperties(_ref, _excluded$4c);
|
|
5349
5379
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5350
5380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5351
5381
|
width: 24,
|
|
@@ -5365,7 +5395,7 @@
|
|
|
5365
5395
|
DriveIcon.displayName = "DriveIcon";
|
|
5366
5396
|
var DriveIcon$1 = DriveIcon;
|
|
5367
5397
|
|
|
5368
|
-
var _excluded$
|
|
5398
|
+
var _excluded$4b = ["gradient"];
|
|
5369
5399
|
|
|
5370
5400
|
/**
|
|
5371
5401
|
* @component DropboxIcon
|
|
@@ -5395,7 +5425,7 @@
|
|
|
5395
5425
|
*/
|
|
5396
5426
|
var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5397
5427
|
var gradient = _ref.gradient,
|
|
5398
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5428
|
+
props = _objectWithoutProperties(_ref, _excluded$4b);
|
|
5399
5429
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5400
5430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5401
5431
|
width: 24,
|
|
@@ -5415,7 +5445,7 @@
|
|
|
5415
5445
|
DropboxIcon.displayName = "DropboxIcon";
|
|
5416
5446
|
var DropboxIcon$1 = DropboxIcon;
|
|
5417
5447
|
|
|
5418
|
-
var _excluded$
|
|
5448
|
+
var _excluded$4a = ["gradient"];
|
|
5419
5449
|
|
|
5420
5450
|
/**
|
|
5421
5451
|
* @component DuplicateIcon
|
|
@@ -5445,7 +5475,7 @@
|
|
|
5445
5475
|
*/
|
|
5446
5476
|
var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5447
5477
|
var gradient = _ref.gradient,
|
|
5448
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5478
|
+
props = _objectWithoutProperties(_ref, _excluded$4a);
|
|
5449
5479
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5450
5480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5451
5481
|
width: 24,
|
|
@@ -5465,7 +5495,7 @@
|
|
|
5465
5495
|
DuplicateIcon.displayName = "DuplicateIcon";
|
|
5466
5496
|
var DuplicateIcon$1 = DuplicateIcon;
|
|
5467
5497
|
|
|
5468
|
-
var _excluded$
|
|
5498
|
+
var _excluded$49 = ["gradient"];
|
|
5469
5499
|
|
|
5470
5500
|
/**
|
|
5471
5501
|
* @component EditMultipleIcon
|
|
@@ -5495,7 +5525,7 @@
|
|
|
5495
5525
|
*/
|
|
5496
5526
|
var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5497
5527
|
var gradient = _ref.gradient,
|
|
5498
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5528
|
+
props = _objectWithoutProperties(_ref, _excluded$49);
|
|
5499
5529
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5500
5530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5501
5531
|
width: 24,
|
|
@@ -5515,7 +5545,7 @@
|
|
|
5515
5545
|
EditMultipleIcon.displayName = "EditMultipleIcon";
|
|
5516
5546
|
var EditMultipleIcon$1 = EditMultipleIcon;
|
|
5517
5547
|
|
|
5518
|
-
var _excluded$
|
|
5548
|
+
var _excluded$48 = ["gradient"];
|
|
5519
5549
|
|
|
5520
5550
|
/**
|
|
5521
5551
|
* @component EditIcon
|
|
@@ -5545,7 +5575,7 @@
|
|
|
5545
5575
|
*/
|
|
5546
5576
|
var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5547
5577
|
var gradient = _ref.gradient,
|
|
5548
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5578
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
5549
5579
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5550
5580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5551
5581
|
width: 24,
|
|
@@ -5565,7 +5595,7 @@
|
|
|
5565
5595
|
EditIcon.displayName = "EditIcon";
|
|
5566
5596
|
var EditIcon$1 = EditIcon;
|
|
5567
5597
|
|
|
5568
|
-
var _excluded$
|
|
5598
|
+
var _excluded$47 = ["gradient"];
|
|
5569
5599
|
|
|
5570
5600
|
/**
|
|
5571
5601
|
* @component EmojiIcon
|
|
@@ -5595,7 +5625,7 @@
|
|
|
5595
5625
|
*/
|
|
5596
5626
|
var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5597
5627
|
var gradient = _ref.gradient,
|
|
5598
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5628
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
5599
5629
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5600
5630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5601
5631
|
width: 24,
|
|
@@ -5615,7 +5645,7 @@
|
|
|
5615
5645
|
EmojiIcon.displayName = "EmojiIcon";
|
|
5616
5646
|
var EmojiIcon$1 = EmojiIcon;
|
|
5617
5647
|
|
|
5618
|
-
var _excluded$
|
|
5648
|
+
var _excluded$46 = ["gradient"];
|
|
5619
5649
|
|
|
5620
5650
|
/**
|
|
5621
5651
|
* @component EstimatePlusIcon
|
|
@@ -5645,7 +5675,7 @@
|
|
|
5645
5675
|
*/
|
|
5646
5676
|
var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5647
5677
|
var gradient = _ref.gradient,
|
|
5648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5678
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
5649
5679
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5650
5680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5651
5681
|
width: 24,
|
|
@@ -5666,7 +5696,7 @@
|
|
|
5666
5696
|
EstimatePlusIcon.displayName = "EstimatePlusIcon";
|
|
5667
5697
|
var EstimatePlusIcon$1 = EstimatePlusIcon;
|
|
5668
5698
|
|
|
5669
|
-
var _excluded$
|
|
5699
|
+
var _excluded$45 = ["gradient"];
|
|
5670
5700
|
|
|
5671
5701
|
/**
|
|
5672
5702
|
* @component EstimatesIcon
|
|
@@ -5696,7 +5726,7 @@
|
|
|
5696
5726
|
*/
|
|
5697
5727
|
var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5698
5728
|
var gradient = _ref.gradient,
|
|
5699
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5729
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
5700
5730
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5701
5731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5702
5732
|
width: 24,
|
|
@@ -5720,7 +5750,7 @@
|
|
|
5720
5750
|
EstimatesIcon.displayName = "EstimatesIcon";
|
|
5721
5751
|
var EstimatesIcon$1 = EstimatesIcon;
|
|
5722
5752
|
|
|
5723
|
-
var _excluded$
|
|
5753
|
+
var _excluded$44 = ["gradient"];
|
|
5724
5754
|
|
|
5725
5755
|
/**
|
|
5726
5756
|
* @component ExpandAllIcon
|
|
@@ -5750,7 +5780,7 @@
|
|
|
5750
5780
|
*/
|
|
5751
5781
|
var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5752
5782
|
var gradient = _ref.gradient,
|
|
5753
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5783
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
5754
5784
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5755
5785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5756
5786
|
width: 24,
|
|
@@ -5770,7 +5800,7 @@
|
|
|
5770
5800
|
ExpandAllIcon.displayName = "ExpandAllIcon";
|
|
5771
5801
|
var ExpandAllIcon$1 = ExpandAllIcon;
|
|
5772
5802
|
|
|
5773
|
-
var _excluded$
|
|
5803
|
+
var _excluded$43 = ["gradient"];
|
|
5774
5804
|
|
|
5775
5805
|
/**
|
|
5776
5806
|
* @component ExpenseAddIcon
|
|
@@ -5800,7 +5830,7 @@
|
|
|
5800
5830
|
*/
|
|
5801
5831
|
var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5802
5832
|
var gradient = _ref.gradient,
|
|
5803
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5833
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
5804
5834
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5805
5835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5806
5836
|
width: 24,
|
|
@@ -5820,7 +5850,7 @@
|
|
|
5820
5850
|
ExpenseAddIcon.displayName = "ExpenseAddIcon";
|
|
5821
5851
|
var ExpenseAddIcon$1 = ExpenseAddIcon;
|
|
5822
5852
|
|
|
5823
|
-
var _excluded$
|
|
5853
|
+
var _excluded$42 = ["gradient"];
|
|
5824
5854
|
|
|
5825
5855
|
/**
|
|
5826
5856
|
* @component ExpensePlusIcon
|
|
@@ -5850,7 +5880,7 @@
|
|
|
5850
5880
|
*/
|
|
5851
5881
|
var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5852
5882
|
var gradient = _ref.gradient,
|
|
5853
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5883
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
5854
5884
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5855
5885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5856
5886
|
width: 24,
|
|
@@ -5872,7 +5902,7 @@
|
|
|
5872
5902
|
ExpensePlusIcon.displayName = "ExpensePlusIcon";
|
|
5873
5903
|
var ExpensePlusIcon$1 = ExpensePlusIcon;
|
|
5874
5904
|
|
|
5875
|
-
var _excluded$
|
|
5905
|
+
var _excluded$41 = ["gradient"];
|
|
5876
5906
|
|
|
5877
5907
|
/**
|
|
5878
5908
|
* @component EyeOffSmallIcon
|
|
@@ -5902,7 +5932,7 @@
|
|
|
5902
5932
|
*/
|
|
5903
5933
|
var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5904
5934
|
var gradient = _ref.gradient,
|
|
5905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5935
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
5906
5936
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5907
5937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5908
5938
|
width: 12,
|
|
@@ -5922,7 +5952,7 @@
|
|
|
5922
5952
|
EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
|
|
5923
5953
|
var EyeOffSmallIcon$1 = EyeOffSmallIcon;
|
|
5924
5954
|
|
|
5925
|
-
var _excluded$
|
|
5955
|
+
var _excluded$40 = ["gradient"];
|
|
5926
5956
|
|
|
5927
5957
|
/**
|
|
5928
5958
|
* @component EyeOffIcon
|
|
@@ -5952,7 +5982,7 @@
|
|
|
5952
5982
|
*/
|
|
5953
5983
|
var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
5954
5984
|
var gradient = _ref.gradient,
|
|
5955
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5985
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
5956
5986
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
5957
5987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5958
5988
|
width: 24,
|
|
@@ -5972,7 +6002,7 @@
|
|
|
5972
6002
|
EyeOffIcon.displayName = "EyeOffIcon";
|
|
5973
6003
|
var EyeOffIcon$1 = EyeOffIcon;
|
|
5974
6004
|
|
|
5975
|
-
var _excluded$
|
|
6005
|
+
var _excluded$3$ = ["gradient"];
|
|
5976
6006
|
|
|
5977
6007
|
/**
|
|
5978
6008
|
* @component EyeSmallIcon
|
|
@@ -6002,7 +6032,7 @@
|
|
|
6002
6032
|
*/
|
|
6003
6033
|
var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6004
6034
|
var gradient = _ref.gradient,
|
|
6005
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6035
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
6006
6036
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6007
6037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6008
6038
|
width: 12,
|
|
@@ -6022,7 +6052,7 @@
|
|
|
6022
6052
|
EyeSmallIcon.displayName = "EyeSmallIcon";
|
|
6023
6053
|
var EyeSmallIcon$1 = EyeSmallIcon;
|
|
6024
6054
|
|
|
6025
|
-
var _excluded$
|
|
6055
|
+
var _excluded$3_ = ["gradient"];
|
|
6026
6056
|
|
|
6027
6057
|
/**
|
|
6028
6058
|
* @component EyeIcon
|
|
@@ -6052,7 +6082,7 @@
|
|
|
6052
6082
|
*/
|
|
6053
6083
|
var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6054
6084
|
var gradient = _ref.gradient,
|
|
6055
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6085
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
6056
6086
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6057
6087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6058
6088
|
width: 24,
|
|
@@ -6072,7 +6102,7 @@
|
|
|
6072
6102
|
EyeIcon.displayName = "EyeIcon";
|
|
6073
6103
|
var EyeIcon$1 = EyeIcon;
|
|
6074
6104
|
|
|
6075
|
-
var _excluded$
|
|
6105
|
+
var _excluded$3Z = ["gradient"];
|
|
6076
6106
|
|
|
6077
6107
|
/**
|
|
6078
6108
|
* @component FilterIcon
|
|
@@ -6102,7 +6132,7 @@
|
|
|
6102
6132
|
*/
|
|
6103
6133
|
var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6104
6134
|
var gradient = _ref.gradient,
|
|
6105
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6135
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
6106
6136
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6107
6137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6108
6138
|
width: 24,
|
|
@@ -6122,7 +6152,7 @@
|
|
|
6122
6152
|
FilterIcon.displayName = "FilterIcon";
|
|
6123
6153
|
var FilterIcon$1 = FilterIcon;
|
|
6124
6154
|
|
|
6125
|
-
var _excluded$
|
|
6155
|
+
var _excluded$3Y = ["gradient"];
|
|
6126
6156
|
|
|
6127
6157
|
/**
|
|
6128
6158
|
* @component FolderMoveIcon
|
|
@@ -6152,7 +6182,7 @@
|
|
|
6152
6182
|
*/
|
|
6153
6183
|
var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6154
6184
|
var gradient = _ref.gradient,
|
|
6155
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6185
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
6156
6186
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6157
6187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6158
6188
|
width: 24,
|
|
@@ -6172,7 +6202,7 @@
|
|
|
6172
6202
|
FolderMoveIcon.displayName = "FolderMoveIcon";
|
|
6173
6203
|
var FolderMoveIcon$1 = FolderMoveIcon;
|
|
6174
6204
|
|
|
6175
|
-
var _excluded$
|
|
6205
|
+
var _excluded$3X = ["gradient"];
|
|
6176
6206
|
|
|
6177
6207
|
/**
|
|
6178
6208
|
* @component FolderOutlineIcon
|
|
@@ -6202,7 +6232,7 @@
|
|
|
6202
6232
|
*/
|
|
6203
6233
|
var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6204
6234
|
var gradient = _ref.gradient,
|
|
6205
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6235
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
6206
6236
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6207
6237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6208
6238
|
width: 24,
|
|
@@ -6222,7 +6252,7 @@
|
|
|
6222
6252
|
FolderOutlineIcon.displayName = "FolderOutlineIcon";
|
|
6223
6253
|
var FolderOutlineIcon$1 = FolderOutlineIcon;
|
|
6224
6254
|
|
|
6225
|
-
var _excluded$
|
|
6255
|
+
var _excluded$3W = ["gradient"];
|
|
6226
6256
|
|
|
6227
6257
|
/**
|
|
6228
6258
|
* @component FolderPlusIcon
|
|
@@ -6252,7 +6282,7 @@
|
|
|
6252
6282
|
*/
|
|
6253
6283
|
var FolderPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6254
6284
|
var gradient = _ref.gradient,
|
|
6255
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6285
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
6256
6286
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6257
6287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6258
6288
|
width: 24,
|
|
@@ -6273,7 +6303,7 @@
|
|
|
6273
6303
|
FolderPlusIcon.displayName = "FolderPlusIcon";
|
|
6274
6304
|
var FolderPlusIcon$1 = FolderPlusIcon;
|
|
6275
6305
|
|
|
6276
|
-
var _excluded$
|
|
6306
|
+
var _excluded$3V = ["gradient"];
|
|
6277
6307
|
|
|
6278
6308
|
/**
|
|
6279
6309
|
* @component GearIcon
|
|
@@ -6286,7 +6316,7 @@
|
|
|
6286
6316
|
*/
|
|
6287
6317
|
var GearIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6288
6318
|
var gradient = _ref.gradient,
|
|
6289
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6319
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
6290
6320
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6291
6321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6292
6322
|
width: 24,
|
|
@@ -6311,7 +6341,7 @@
|
|
|
6311
6341
|
GearIcon.displayName = "GearIcon";
|
|
6312
6342
|
var GearIcon$1 = GearIcon;
|
|
6313
6343
|
|
|
6314
|
-
var _excluded$
|
|
6344
|
+
var _excluded$3U = ["gradient"];
|
|
6315
6345
|
var maskUid$1 = 0;
|
|
6316
6346
|
|
|
6317
6347
|
/**
|
|
@@ -6327,7 +6357,7 @@
|
|
|
6327
6357
|
*/
|
|
6328
6358
|
var GearFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6329
6359
|
var gradient = _ref.gradient,
|
|
6330
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6360
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
6331
6361
|
var _useState = React.useState(function () {
|
|
6332
6362
|
return "gear-failed-cut-".concat(++maskUid$1);
|
|
6333
6363
|
}),
|
|
@@ -6378,7 +6408,7 @@
|
|
|
6378
6408
|
GearFailedIcon.displayName = "GearFailedIcon";
|
|
6379
6409
|
var GearFailedIcon$1 = GearFailedIcon;
|
|
6380
6410
|
|
|
6381
|
-
var _excluded$
|
|
6411
|
+
var _excluded$3T = ["gradient"];
|
|
6382
6412
|
|
|
6383
6413
|
/**
|
|
6384
6414
|
* @component GiftIcon
|
|
@@ -6408,7 +6438,7 @@
|
|
|
6408
6438
|
*/
|
|
6409
6439
|
var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6410
6440
|
var gradient = _ref.gradient,
|
|
6411
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6441
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
6412
6442
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6413
6443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6414
6444
|
width: 24,
|
|
@@ -6429,7 +6459,7 @@
|
|
|
6429
6459
|
GiftIcon.displayName = "GiftIcon";
|
|
6430
6460
|
var GiftIcon$1 = GiftIcon;
|
|
6431
6461
|
|
|
6432
|
-
var _excluded$
|
|
6462
|
+
var _excluded$3S = ["gradient"];
|
|
6433
6463
|
|
|
6434
6464
|
/**
|
|
6435
6465
|
* @component GitBranchIcon
|
|
@@ -6442,7 +6472,7 @@
|
|
|
6442
6472
|
*/
|
|
6443
6473
|
var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6444
6474
|
var gradient = _ref.gradient,
|
|
6445
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6475
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
6446
6476
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6447
6477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6448
6478
|
width: 24,
|
|
@@ -6473,7 +6503,7 @@
|
|
|
6473
6503
|
GitBranchIcon.displayName = "GitBranchIcon";
|
|
6474
6504
|
var GitBranchIcon$1 = GitBranchIcon;
|
|
6475
6505
|
|
|
6476
|
-
var _excluded$
|
|
6506
|
+
var _excluded$3R = ["gradient"];
|
|
6477
6507
|
|
|
6478
6508
|
/**
|
|
6479
6509
|
* @component GitCommitIcon
|
|
@@ -6486,7 +6516,7 @@
|
|
|
6486
6516
|
*/
|
|
6487
6517
|
var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6488
6518
|
var gradient = _ref.gradient,
|
|
6489
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6519
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
6490
6520
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6491
6521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6492
6522
|
width: 24,
|
|
@@ -6513,7 +6543,7 @@
|
|
|
6513
6543
|
GitCommitIcon.displayName = "GitCommitIcon";
|
|
6514
6544
|
var GitCommitIcon$1 = GitCommitIcon;
|
|
6515
6545
|
|
|
6516
|
-
var _excluded$
|
|
6546
|
+
var _excluded$3Q = ["gradient"];
|
|
6517
6547
|
|
|
6518
6548
|
/**
|
|
6519
6549
|
* @component GitHubIcon
|
|
@@ -6528,7 +6558,7 @@
|
|
|
6528
6558
|
*/
|
|
6529
6559
|
var GitHubIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6530
6560
|
var gradient = _ref.gradient,
|
|
6531
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6561
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
6532
6562
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6533
6563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6534
6564
|
width: 24,
|
|
@@ -6549,7 +6579,7 @@
|
|
|
6549
6579
|
GitHubIcon.displayName = "GitHubIcon";
|
|
6550
6580
|
var GitHubIcon$1 = GitHubIcon;
|
|
6551
6581
|
|
|
6552
|
-
var _excluded$
|
|
6582
|
+
var _excluded$3P = ["gradient"];
|
|
6553
6583
|
|
|
6554
6584
|
/**
|
|
6555
6585
|
* @component GitIcon
|
|
@@ -6564,7 +6594,7 @@
|
|
|
6564
6594
|
*/
|
|
6565
6595
|
var GitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6566
6596
|
var gradient = _ref.gradient,
|
|
6567
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6597
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
6568
6598
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6569
6599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6570
6600
|
width: 24,
|
|
@@ -6585,7 +6615,7 @@
|
|
|
6585
6615
|
GitIcon.displayName = "GitIcon";
|
|
6586
6616
|
var GitIcon$1 = GitIcon;
|
|
6587
6617
|
|
|
6588
|
-
var _excluded$
|
|
6618
|
+
var _excluded$3O = ["gradient"];
|
|
6589
6619
|
|
|
6590
6620
|
/**
|
|
6591
6621
|
* @component GitLabIcon
|
|
@@ -6600,7 +6630,7 @@
|
|
|
6600
6630
|
*/
|
|
6601
6631
|
var GitLabIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6602
6632
|
var gradient = _ref.gradient,
|
|
6603
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6633
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
6604
6634
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6605
6635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6606
6636
|
width: 24,
|
|
@@ -6621,7 +6651,7 @@
|
|
|
6621
6651
|
GitLabIcon.displayName = "GitLabIcon";
|
|
6622
6652
|
var GitLabIcon$1 = GitLabIcon;
|
|
6623
6653
|
|
|
6624
|
-
var _excluded$
|
|
6654
|
+
var _excluded$3N = ["gradient"];
|
|
6625
6655
|
|
|
6626
6656
|
/**
|
|
6627
6657
|
* @component GitMergeIcon
|
|
@@ -6636,7 +6666,7 @@
|
|
|
6636
6666
|
*/
|
|
6637
6667
|
var GitMergeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6638
6668
|
var gradient = _ref.gradient,
|
|
6639
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6669
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
6640
6670
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6641
6671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6642
6672
|
width: 24,
|
|
@@ -6667,7 +6697,7 @@
|
|
|
6667
6697
|
GitMergeIcon.displayName = "GitMergeIcon";
|
|
6668
6698
|
var GitMergeIcon$1 = GitMergeIcon;
|
|
6669
6699
|
|
|
6670
|
-
var _excluded$
|
|
6700
|
+
var _excluded$3M = ["gradient"];
|
|
6671
6701
|
|
|
6672
6702
|
/**
|
|
6673
6703
|
* @component GitPullRequestIcon
|
|
@@ -6680,7 +6710,7 @@
|
|
|
6680
6710
|
*/
|
|
6681
6711
|
var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6682
6712
|
var gradient = _ref.gradient,
|
|
6683
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6713
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
6684
6714
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6685
6715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6686
6716
|
width: 24,
|
|
@@ -6713,7 +6743,7 @@
|
|
|
6713
6743
|
GitPullRequestIcon.displayName = "GitPullRequestIcon";
|
|
6714
6744
|
var GitPullRequestIcon$1 = GitPullRequestIcon;
|
|
6715
6745
|
|
|
6716
|
-
var _excluded$
|
|
6746
|
+
var _excluded$3L = ["gradient"];
|
|
6717
6747
|
|
|
6718
6748
|
/**
|
|
6719
6749
|
* @component GitPullRequestDraftIcon
|
|
@@ -6728,7 +6758,7 @@
|
|
|
6728
6758
|
*/
|
|
6729
6759
|
var GitPullRequestDraftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6730
6760
|
var gradient = _ref.gradient,
|
|
6731
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6761
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
6732
6762
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6733
6763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6734
6764
|
width: 24,
|
|
@@ -6762,7 +6792,7 @@
|
|
|
6762
6792
|
GitPullRequestDraftIcon.displayName = "GitPullRequestDraftIcon";
|
|
6763
6793
|
var GitPullRequestDraftIcon$1 = GitPullRequestDraftIcon;
|
|
6764
6794
|
|
|
6765
|
-
var _excluded$
|
|
6795
|
+
var _excluded$3K = ["gradient"];
|
|
6766
6796
|
|
|
6767
6797
|
/**
|
|
6768
6798
|
* @component GitPullRequestClosedIcon
|
|
@@ -6778,7 +6808,7 @@
|
|
|
6778
6808
|
*/
|
|
6779
6809
|
var GitPullRequestClosedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6780
6810
|
var gradient = _ref.gradient,
|
|
6781
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6811
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
6782
6812
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6783
6813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6784
6814
|
width: 24,
|
|
@@ -6815,7 +6845,7 @@
|
|
|
6815
6845
|
GitPullRequestClosedIcon.displayName = "GitPullRequestClosedIcon";
|
|
6816
6846
|
var GitPullRequestClosedIcon$1 = GitPullRequestClosedIcon;
|
|
6817
6847
|
|
|
6818
|
-
var _excluded$
|
|
6848
|
+
var _excluded$3J = ["gradient"];
|
|
6819
6849
|
|
|
6820
6850
|
/**
|
|
6821
6851
|
* @component GitRepositoryIcon
|
|
@@ -6829,7 +6859,7 @@
|
|
|
6829
6859
|
*/
|
|
6830
6860
|
var GitRepositoryIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6831
6861
|
var gradient = _ref.gradient,
|
|
6832
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6862
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
6833
6863
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6834
6864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6835
6865
|
width: 24,
|
|
@@ -6858,7 +6888,7 @@
|
|
|
6858
6888
|
GitRepositoryIcon.displayName = "GitRepositoryIcon";
|
|
6859
6889
|
var GitRepositoryIcon$1 = GitRepositoryIcon;
|
|
6860
6890
|
|
|
6861
|
-
var _excluded$
|
|
6891
|
+
var _excluded$3I = ["gradient"];
|
|
6862
6892
|
var maskUid = 0;
|
|
6863
6893
|
|
|
6864
6894
|
/**
|
|
@@ -6874,7 +6904,7 @@
|
|
|
6874
6904
|
*/
|
|
6875
6905
|
var GitRepositoryConnectIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6876
6906
|
var gradient = _ref.gradient,
|
|
6877
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6907
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
6878
6908
|
var _useState = React.useState(function () {
|
|
6879
6909
|
return "git-repository-connect-cut-".concat(++maskUid);
|
|
6880
6910
|
}),
|
|
@@ -6935,7 +6965,7 @@
|
|
|
6935
6965
|
GitRepositoryConnectIcon.displayName = "GitRepositoryConnectIcon";
|
|
6936
6966
|
var GitRepositoryConnectIcon$1 = GitRepositoryConnectIcon;
|
|
6937
6967
|
|
|
6938
|
-
var _excluded$
|
|
6968
|
+
var _excluded$3H = ["gradient"];
|
|
6939
6969
|
|
|
6940
6970
|
/**
|
|
6941
6971
|
* @component GroupByIcon
|
|
@@ -6965,7 +6995,7 @@
|
|
|
6965
6995
|
*/
|
|
6966
6996
|
var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
6967
6997
|
var gradient = _ref.gradient,
|
|
6968
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6998
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
6969
6999
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
6970
7000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6971
7001
|
width: 24,
|
|
@@ -6984,7 +7014,7 @@
|
|
|
6984
7014
|
GroupByIcon.displayName = "GroupByIcon";
|
|
6985
7015
|
var GroupByIcon$1 = GroupByIcon;
|
|
6986
7016
|
|
|
6987
|
-
var _excluded$
|
|
7017
|
+
var _excluded$3G = ["gradient"];
|
|
6988
7018
|
|
|
6989
7019
|
/**
|
|
6990
7020
|
* @component HashtagIcon
|
|
@@ -7014,7 +7044,7 @@
|
|
|
7014
7044
|
*/
|
|
7015
7045
|
var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7016
7046
|
var gradient = _ref.gradient,
|
|
7017
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7047
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
7018
7048
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7019
7049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7020
7050
|
width: 24,
|
|
@@ -7035,7 +7065,7 @@
|
|
|
7035
7065
|
HashtagIcon.displayName = "HashtagIcon";
|
|
7036
7066
|
var HashtagIcon$1 = HashtagIcon;
|
|
7037
7067
|
|
|
7038
|
-
var _excluded$
|
|
7068
|
+
var _excluded$3F = ["gradient"];
|
|
7039
7069
|
|
|
7040
7070
|
/**
|
|
7041
7071
|
* @component HelpIcon
|
|
@@ -7065,7 +7095,7 @@
|
|
|
7065
7095
|
*/
|
|
7066
7096
|
var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7067
7097
|
var gradient = _ref.gradient,
|
|
7068
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7098
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
7069
7099
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7070
7100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7071
7101
|
width: 24,
|
|
@@ -7085,7 +7115,7 @@
|
|
|
7085
7115
|
HelpIcon.displayName = "HelpIcon";
|
|
7086
7116
|
var HelpIcon$1 = HelpIcon;
|
|
7087
7117
|
|
|
7088
|
-
var _excluded$
|
|
7118
|
+
var _excluded$3E = ["gradient"];
|
|
7089
7119
|
|
|
7090
7120
|
/**
|
|
7091
7121
|
* @component HistoryOfChangesIcon
|
|
@@ -7115,7 +7145,7 @@
|
|
|
7115
7145
|
*/
|
|
7116
7146
|
var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7117
7147
|
var gradient = _ref.gradient,
|
|
7118
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7148
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
7119
7149
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7120
7150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7121
7151
|
width: 24,
|
|
@@ -7136,7 +7166,7 @@
|
|
|
7136
7166
|
HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
|
|
7137
7167
|
var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
|
|
7138
7168
|
|
|
7139
|
-
var _excluded$
|
|
7169
|
+
var _excluded$3D = ["gradient"];
|
|
7140
7170
|
|
|
7141
7171
|
/**
|
|
7142
7172
|
* @component ImageIcon
|
|
@@ -7166,7 +7196,7 @@
|
|
|
7166
7196
|
*/
|
|
7167
7197
|
var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7168
7198
|
var gradient = _ref.gradient,
|
|
7169
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7199
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
7170
7200
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7171
7201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7172
7202
|
width: 24,
|
|
@@ -7187,7 +7217,7 @@
|
|
|
7187
7217
|
ImageIcon.displayName = "ImageIcon";
|
|
7188
7218
|
var ImageIcon$1 = ImageIcon;
|
|
7189
7219
|
|
|
7190
|
-
var _excluded$
|
|
7220
|
+
var _excluded$3C = ["gradient"];
|
|
7191
7221
|
|
|
7192
7222
|
/**
|
|
7193
7223
|
* @component InfoSmallIcon
|
|
@@ -7217,7 +7247,7 @@
|
|
|
7217
7247
|
*/
|
|
7218
7248
|
var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7219
7249
|
var gradient = _ref.gradient,
|
|
7220
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7250
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
7221
7251
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7222
7252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7223
7253
|
width: 15,
|
|
@@ -7237,7 +7267,7 @@
|
|
|
7237
7267
|
InfoSmallIcon.displayName = "InfoSmallIcon";
|
|
7238
7268
|
var InfoSmallIcon$1 = InfoSmallIcon;
|
|
7239
7269
|
|
|
7240
|
-
var _excluded$
|
|
7270
|
+
var _excluded$3B = ["gradient"];
|
|
7241
7271
|
|
|
7242
7272
|
/**
|
|
7243
7273
|
* @component InfoIcon
|
|
@@ -7267,7 +7297,7 @@
|
|
|
7267
7297
|
*/
|
|
7268
7298
|
var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7269
7299
|
var gradient = _ref.gradient,
|
|
7270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7300
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
7271
7301
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7272
7302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7273
7303
|
width: 24,
|
|
@@ -7287,7 +7317,7 @@
|
|
|
7287
7317
|
InfoIcon.displayName = "InfoIcon";
|
|
7288
7318
|
var InfoIcon$1 = InfoIcon;
|
|
7289
7319
|
|
|
7290
|
-
var _excluded$
|
|
7320
|
+
var _excluded$3A = ["gradient"];
|
|
7291
7321
|
|
|
7292
7322
|
/**
|
|
7293
7323
|
* @component InsertLinkIcon
|
|
@@ -7317,7 +7347,7 @@
|
|
|
7317
7347
|
*/
|
|
7318
7348
|
var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7319
7349
|
var gradient = _ref.gradient,
|
|
7320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7350
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
7321
7351
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7322
7352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7323
7353
|
width: 24,
|
|
@@ -7337,7 +7367,7 @@
|
|
|
7337
7367
|
InsertLinkIcon.displayName = "InsertLinkIcon";
|
|
7338
7368
|
var InsertLinkIcon$1 = InsertLinkIcon;
|
|
7339
7369
|
|
|
7340
|
-
var _excluded$
|
|
7370
|
+
var _excluded$3z = ["gradient"];
|
|
7341
7371
|
|
|
7342
7372
|
/**
|
|
7343
7373
|
* @component IntegrationsIcon
|
|
@@ -7367,7 +7397,7 @@
|
|
|
7367
7397
|
*/
|
|
7368
7398
|
var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7369
7399
|
var gradient = _ref.gradient,
|
|
7370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7400
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
7371
7401
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7372
7402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7373
7403
|
width: 24,
|
|
@@ -7391,7 +7421,7 @@
|
|
|
7391
7421
|
IntegrationsIcon.displayName = "IntegrationsIcon";
|
|
7392
7422
|
var IntegrationsIcon$1 = IntegrationsIcon;
|
|
7393
7423
|
|
|
7394
|
-
var _excluded$
|
|
7424
|
+
var _excluded$3y = ["gradient"];
|
|
7395
7425
|
|
|
7396
7426
|
/**
|
|
7397
7427
|
* @component InvoicesIcon
|
|
@@ -7421,7 +7451,7 @@
|
|
|
7421
7451
|
*/
|
|
7422
7452
|
var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7423
7453
|
var gradient = _ref.gradient,
|
|
7424
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7454
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
7425
7455
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7426
7456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7427
7457
|
width: 24,
|
|
@@ -7445,7 +7475,7 @@
|
|
|
7445
7475
|
InvoicesIcon.displayName = "InvoicesIcon";
|
|
7446
7476
|
var InvoicesIcon$1 = InvoicesIcon;
|
|
7447
7477
|
|
|
7448
|
-
var _excluded$
|
|
7478
|
+
var _excluded$3x = ["gradient"];
|
|
7449
7479
|
|
|
7450
7480
|
/**
|
|
7451
7481
|
* @component KeyIcon
|
|
@@ -7475,7 +7505,7 @@
|
|
|
7475
7505
|
*/
|
|
7476
7506
|
var KeyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7477
7507
|
var gradient = _ref.gradient,
|
|
7478
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7508
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
7479
7509
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7480
7510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7481
7511
|
width: 24,
|
|
@@ -7494,7 +7524,7 @@
|
|
|
7494
7524
|
KeyIcon.displayName = "KeyIcon";
|
|
7495
7525
|
var KeyIcon$1 = KeyIcon;
|
|
7496
7526
|
|
|
7497
|
-
var _excluded$
|
|
7527
|
+
var _excluded$3w = ["gradient"];
|
|
7498
7528
|
|
|
7499
7529
|
/**
|
|
7500
7530
|
* @component LabelsIcon
|
|
@@ -7524,7 +7554,7 @@
|
|
|
7524
7554
|
*/
|
|
7525
7555
|
var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7526
7556
|
var gradient = _ref.gradient,
|
|
7527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7557
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
7528
7558
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7529
7559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7530
7560
|
width: 24,
|
|
@@ -7544,7 +7574,7 @@
|
|
|
7544
7574
|
LabelsIcon.displayName = "LabelsIcon";
|
|
7545
7575
|
var LabelsIcon$1 = LabelsIcon;
|
|
7546
7576
|
|
|
7547
|
-
var _excluded$
|
|
7577
|
+
var _excluded$3v = ["gradient"];
|
|
7548
7578
|
|
|
7549
7579
|
/**
|
|
7550
7580
|
* @component LayersIcon
|
|
@@ -7574,7 +7604,7 @@
|
|
|
7574
7604
|
*/
|
|
7575
7605
|
var LayersIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7576
7606
|
var gradient = _ref.gradient,
|
|
7577
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7607
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
7578
7608
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7579
7609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7580
7610
|
width: 24,
|
|
@@ -7598,7 +7628,7 @@
|
|
|
7598
7628
|
LayersIcon.displayName = "LayersIcon";
|
|
7599
7629
|
var LayersIcon$1 = LayersIcon;
|
|
7600
7630
|
|
|
7601
|
-
var _excluded$
|
|
7631
|
+
var _excluded$3u = ["gradient"];
|
|
7602
7632
|
|
|
7603
7633
|
/**
|
|
7604
7634
|
* @component LayerBackIcon
|
|
@@ -7628,7 +7658,7 @@
|
|
|
7628
7658
|
*/
|
|
7629
7659
|
var LayerBackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7630
7660
|
var gradient = _ref.gradient,
|
|
7631
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7661
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
7632
7662
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7633
7663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7634
7664
|
width: 24,
|
|
@@ -7649,7 +7679,7 @@
|
|
|
7649
7679
|
LayerBackIcon.displayName = "LayerBackIcon";
|
|
7650
7680
|
var LayerBackIcon$1 = LayerBackIcon;
|
|
7651
7681
|
|
|
7652
|
-
var _excluded$
|
|
7682
|
+
var _excluded$3t = ["gradient"];
|
|
7653
7683
|
|
|
7654
7684
|
/**
|
|
7655
7685
|
* @component LayerBackwardIcon
|
|
@@ -7679,7 +7709,7 @@
|
|
|
7679
7709
|
*/
|
|
7680
7710
|
var LayerBackwardIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7681
7711
|
var gradient = _ref.gradient,
|
|
7682
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7712
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
7683
7713
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7684
7714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7685
7715
|
width: 24,
|
|
@@ -7717,7 +7747,7 @@
|
|
|
7717
7747
|
LayerBackwardIcon.displayName = "LayerBackwardIcon";
|
|
7718
7748
|
var LayerBackwardIcon$1 = LayerBackwardIcon;
|
|
7719
7749
|
|
|
7720
|
-
var _excluded$
|
|
7750
|
+
var _excluded$3s = ["gradient"];
|
|
7721
7751
|
|
|
7722
7752
|
/**
|
|
7723
7753
|
* @component LayerForwardIcon
|
|
@@ -7747,7 +7777,7 @@
|
|
|
7747
7777
|
*/
|
|
7748
7778
|
var LayerForwardIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7749
7779
|
var gradient = _ref.gradient,
|
|
7750
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7780
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
7751
7781
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7752
7782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7753
7783
|
width: 24,
|
|
@@ -7785,7 +7815,7 @@
|
|
|
7785
7815
|
LayerForwardIcon.displayName = "LayerForwardIcon";
|
|
7786
7816
|
var LayerForwardIcon$1 = LayerForwardIcon;
|
|
7787
7817
|
|
|
7788
|
-
var _excluded$
|
|
7818
|
+
var _excluded$3r = ["gradient"];
|
|
7789
7819
|
|
|
7790
7820
|
/**
|
|
7791
7821
|
* @component LayerFrontIcon
|
|
@@ -7815,7 +7845,7 @@
|
|
|
7815
7845
|
*/
|
|
7816
7846
|
var LayerFrontIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7817
7847
|
var gradient = _ref.gradient,
|
|
7818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7848
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
7819
7849
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7820
7850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7821
7851
|
width: 24,
|
|
@@ -7836,7 +7866,7 @@
|
|
|
7836
7866
|
LayerFrontIcon.displayName = "LayerFrontIcon";
|
|
7837
7867
|
var LayerFrontIcon$1 = LayerFrontIcon;
|
|
7838
7868
|
|
|
7839
|
-
var _excluded$
|
|
7869
|
+
var _excluded$3q = ["gradient"];
|
|
7840
7870
|
|
|
7841
7871
|
/**
|
|
7842
7872
|
* @component LetterArrowRightIcon
|
|
@@ -7866,7 +7896,7 @@
|
|
|
7866
7896
|
*/
|
|
7867
7897
|
var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7868
7898
|
var gradient = _ref.gradient,
|
|
7869
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7899
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
7870
7900
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7871
7901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7872
7902
|
width: 24,
|
|
@@ -7887,7 +7917,7 @@
|
|
|
7887
7917
|
LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
|
|
7888
7918
|
var LetterArrowRightIcon$1 = LetterArrowRightIcon;
|
|
7889
7919
|
|
|
7890
|
-
var _excluded$
|
|
7920
|
+
var _excluded$3p = ["gradient"];
|
|
7891
7921
|
|
|
7892
7922
|
/**
|
|
7893
7923
|
* @component LetterFastIcon
|
|
@@ -7917,7 +7947,7 @@
|
|
|
7917
7947
|
*/
|
|
7918
7948
|
var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7919
7949
|
var gradient = _ref.gradient,
|
|
7920
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7950
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
7921
7951
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7922
7952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7923
7953
|
width: 24,
|
|
@@ -7937,7 +7967,7 @@
|
|
|
7937
7967
|
LetterFastIcon.displayName = "LetterFastIcon";
|
|
7938
7968
|
var LetterFastIcon$1 = LetterFastIcon;
|
|
7939
7969
|
|
|
7940
|
-
var _excluded$
|
|
7970
|
+
var _excluded$3o = ["gradient"];
|
|
7941
7971
|
|
|
7942
7972
|
/**
|
|
7943
7973
|
* @component LetterIcon
|
|
@@ -7967,7 +7997,7 @@
|
|
|
7967
7997
|
*/
|
|
7968
7998
|
var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
7969
7999
|
var gradient = _ref.gradient,
|
|
7970
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8000
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
7971
8001
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
7972
8002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7973
8003
|
width: 24,
|
|
@@ -7988,7 +8018,7 @@
|
|
|
7988
8018
|
LetterIcon.displayName = "LetterIcon";
|
|
7989
8019
|
var LetterIcon$1 = LetterIcon;
|
|
7990
8020
|
|
|
7991
|
-
var _excluded$
|
|
8021
|
+
var _excluded$3n = ["gradient"];
|
|
7992
8022
|
|
|
7993
8023
|
/**
|
|
7994
8024
|
* @component LockSmallIcon
|
|
@@ -8018,7 +8048,7 @@
|
|
|
8018
8048
|
*/
|
|
8019
8049
|
var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8020
8050
|
var gradient = _ref.gradient,
|
|
8021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8051
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
8022
8052
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8023
8053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8024
8054
|
width: 12,
|
|
@@ -8038,7 +8068,7 @@
|
|
|
8038
8068
|
LockSmallIcon.displayName = "LockSmallIcon";
|
|
8039
8069
|
var LockSmallIcon$1 = LockSmallIcon;
|
|
8040
8070
|
|
|
8041
|
-
var _excluded$
|
|
8071
|
+
var _excluded$3m = ["gradient"];
|
|
8042
8072
|
|
|
8043
8073
|
/**
|
|
8044
8074
|
* @component LockIcon
|
|
@@ -8068,7 +8098,7 @@
|
|
|
8068
8098
|
*/
|
|
8069
8099
|
var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8070
8100
|
var gradient = _ref.gradient,
|
|
8071
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8101
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
8072
8102
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8073
8103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8074
8104
|
width: 24,
|
|
@@ -8088,7 +8118,7 @@
|
|
|
8088
8118
|
LockIcon.displayName = "LockIcon";
|
|
8089
8119
|
var LockIcon$1 = LockIcon;
|
|
8090
8120
|
|
|
8091
|
-
var _excluded$
|
|
8121
|
+
var _excluded$3l = ["gradient"];
|
|
8092
8122
|
|
|
8093
8123
|
/**
|
|
8094
8124
|
* @component MarkerIcon
|
|
@@ -8118,7 +8148,7 @@
|
|
|
8118
8148
|
*/
|
|
8119
8149
|
var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8120
8150
|
var gradient = _ref.gradient,
|
|
8121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8151
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
8122
8152
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8123
8153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8124
8154
|
width: 24,
|
|
@@ -8138,7 +8168,7 @@
|
|
|
8138
8168
|
MarkerIcon.displayName = "MarkerIcon";
|
|
8139
8169
|
var MarkerIcon$1 = MarkerIcon;
|
|
8140
8170
|
|
|
8141
|
-
var _excluded$
|
|
8171
|
+
var _excluded$3k = ["gradient"];
|
|
8142
8172
|
|
|
8143
8173
|
/**
|
|
8144
8174
|
* @component MessageAddIcon
|
|
@@ -8168,7 +8198,7 @@
|
|
|
8168
8198
|
*/
|
|
8169
8199
|
var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8170
8200
|
var gradient = _ref.gradient,
|
|
8171
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8201
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
8172
8202
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8173
8203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8174
8204
|
width: 24,
|
|
@@ -8187,7 +8217,7 @@
|
|
|
8187
8217
|
MessageAddIcon.displayName = "MessageAddIcon";
|
|
8188
8218
|
var MessageAddIcon$1 = MessageAddIcon;
|
|
8189
8219
|
|
|
8190
|
-
var _excluded$
|
|
8220
|
+
var _excluded$3j = ["gradient"];
|
|
8191
8221
|
|
|
8192
8222
|
/**
|
|
8193
8223
|
* @component MessageEmptyIcon
|
|
@@ -8217,7 +8247,7 @@
|
|
|
8217
8247
|
*/
|
|
8218
8248
|
var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8219
8249
|
var gradient = _ref.gradient,
|
|
8220
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8250
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
8221
8251
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8222
8252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8223
8253
|
width: 24,
|
|
@@ -8237,7 +8267,7 @@
|
|
|
8237
8267
|
MessageEmptyIcon.displayName = "MessageEmptyIcon";
|
|
8238
8268
|
var MessageEmptyIcon$1 = MessageEmptyIcon;
|
|
8239
8269
|
|
|
8240
|
-
var _excluded$
|
|
8270
|
+
var _excluded$3i = ["gradient"];
|
|
8241
8271
|
|
|
8242
8272
|
/**
|
|
8243
8273
|
* @component MessageSmallIcon
|
|
@@ -8267,7 +8297,7 @@
|
|
|
8267
8297
|
*/
|
|
8268
8298
|
var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8269
8299
|
var gradient = _ref.gradient,
|
|
8270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8300
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
8271
8301
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8272
8302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8273
8303
|
width: 12,
|
|
@@ -8287,7 +8317,7 @@
|
|
|
8287
8317
|
MessageSmallIcon.displayName = "MessageSmallIcon";
|
|
8288
8318
|
var MessageSmallIcon$1 = MessageSmallIcon;
|
|
8289
8319
|
|
|
8290
|
-
var _excluded$
|
|
8320
|
+
var _excluded$3h = ["gradient"];
|
|
8291
8321
|
|
|
8292
8322
|
/**
|
|
8293
8323
|
* @component MessageSolidIcon
|
|
@@ -8317,7 +8347,7 @@
|
|
|
8317
8347
|
*/
|
|
8318
8348
|
var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8319
8349
|
var gradient = _ref.gradient,
|
|
8320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8350
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
8321
8351
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8322
8352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8323
8353
|
width: 24,
|
|
@@ -8337,7 +8367,7 @@
|
|
|
8337
8367
|
MessageSolidIcon.displayName = "MessageSolidIcon";
|
|
8338
8368
|
var MessageSolidIcon$1 = MessageSolidIcon;
|
|
8339
8369
|
|
|
8340
|
-
var _excluded$
|
|
8370
|
+
var _excluded$3g = ["gradient"];
|
|
8341
8371
|
|
|
8342
8372
|
/**
|
|
8343
8373
|
* @component MessageStarIcon
|
|
@@ -8367,7 +8397,7 @@
|
|
|
8367
8397
|
*/
|
|
8368
8398
|
var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8369
8399
|
var gradient = _ref.gradient,
|
|
8370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8400
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
8371
8401
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8372
8402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8373
8403
|
width: 24,
|
|
@@ -8390,7 +8420,7 @@
|
|
|
8390
8420
|
MessageStarIcon.displayName = "MessageStarIcon";
|
|
8391
8421
|
var MessageStarIcon$1 = MessageStarIcon;
|
|
8392
8422
|
|
|
8393
|
-
var _excluded$
|
|
8423
|
+
var _excluded$3f = ["gradient"];
|
|
8394
8424
|
|
|
8395
8425
|
/**
|
|
8396
8426
|
* @component MessageIcon
|
|
@@ -8420,7 +8450,7 @@
|
|
|
8420
8450
|
*/
|
|
8421
8451
|
var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8422
8452
|
var gradient = _ref.gradient,
|
|
8423
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8453
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
8424
8454
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8425
8455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8426
8456
|
width: 24,
|
|
@@ -8440,7 +8470,7 @@
|
|
|
8440
8470
|
MessageIcon.displayName = "MessageIcon";
|
|
8441
8471
|
var MessageIcon$1 = MessageIcon;
|
|
8442
8472
|
|
|
8443
|
-
var _excluded$
|
|
8473
|
+
var _excluded$3e = ["gradient"];
|
|
8444
8474
|
|
|
8445
8475
|
/**
|
|
8446
8476
|
* @component MinusIcon
|
|
@@ -8470,7 +8500,7 @@
|
|
|
8470
8500
|
*/
|
|
8471
8501
|
var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8472
8502
|
var gradient = _ref.gradient,
|
|
8473
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8503
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
8474
8504
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8475
8505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8476
8506
|
width: 24,
|
|
@@ -8494,7 +8524,7 @@
|
|
|
8494
8524
|
MinusIcon.displayName = "MinusIcon";
|
|
8495
8525
|
var MinusIcon$1 = MinusIcon;
|
|
8496
8526
|
|
|
8497
|
-
var _excluded$
|
|
8527
|
+
var _excluded$3d = ["gradient"];
|
|
8498
8528
|
|
|
8499
8529
|
/**
|
|
8500
8530
|
* @component MobileMenuIcon
|
|
@@ -8524,7 +8554,7 @@
|
|
|
8524
8554
|
*/
|
|
8525
8555
|
var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8526
8556
|
var gradient = _ref.gradient,
|
|
8527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8557
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
8528
8558
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8529
8559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8530
8560
|
width: 24,
|
|
@@ -8545,7 +8575,7 @@
|
|
|
8545
8575
|
MobileMenuIcon.displayName = "MobileMenuIcon";
|
|
8546
8576
|
var MobileMenuIcon$1 = MobileMenuIcon;
|
|
8547
8577
|
|
|
8548
|
-
var _excluded$
|
|
8578
|
+
var _excluded$3c = ["gradient"];
|
|
8549
8579
|
|
|
8550
8580
|
/**
|
|
8551
8581
|
* @component MoneyStackIcon
|
|
@@ -8575,7 +8605,7 @@
|
|
|
8575
8605
|
*/
|
|
8576
8606
|
var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8577
8607
|
var gradient = _ref.gradient,
|
|
8578
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8608
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
8579
8609
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8580
8610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8581
8611
|
width: 24,
|
|
@@ -8602,7 +8632,7 @@
|
|
|
8602
8632
|
MoneyStackIcon.displayName = "MoneyStackIcon";
|
|
8603
8633
|
var MoneyStackIcon$1 = MoneyStackIcon;
|
|
8604
8634
|
|
|
8605
|
-
var _excluded$
|
|
8635
|
+
var _excluded$3b = ["gradient"];
|
|
8606
8636
|
|
|
8607
8637
|
/**
|
|
8608
8638
|
* @component MoonIcon
|
|
@@ -8632,7 +8662,7 @@
|
|
|
8632
8662
|
*/
|
|
8633
8663
|
var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8634
8664
|
var gradient = _ref.gradient,
|
|
8635
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8665
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
8636
8666
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8637
8667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8638
8668
|
width: 20,
|
|
@@ -8653,7 +8683,7 @@
|
|
|
8653
8683
|
MoonIcon.displayName = "MoonIcon";
|
|
8654
8684
|
var MoonIcon$1 = MoonIcon;
|
|
8655
8685
|
|
|
8656
|
-
var _excluded$
|
|
8686
|
+
var _excluded$3a = ["gradient"];
|
|
8657
8687
|
|
|
8658
8688
|
/**
|
|
8659
8689
|
* @component MoveTriggerIcon
|
|
@@ -8683,7 +8713,7 @@
|
|
|
8683
8713
|
*/
|
|
8684
8714
|
var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8685
8715
|
var gradient = _ref.gradient,
|
|
8686
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8716
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
8687
8717
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8688
8718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8689
8719
|
width: 10,
|
|
@@ -8703,7 +8733,7 @@
|
|
|
8703
8733
|
MoveTriggerIcon.displayName = "MoveTriggerIcon";
|
|
8704
8734
|
var MoveTriggerIcon$1 = MoveTriggerIcon;
|
|
8705
8735
|
|
|
8706
|
-
var _excluded$
|
|
8736
|
+
var _excluded$39 = ["gradient"];
|
|
8707
8737
|
|
|
8708
8738
|
/**
|
|
8709
8739
|
* @component MoveIcon
|
|
@@ -8733,7 +8763,7 @@
|
|
|
8733
8763
|
*/
|
|
8734
8764
|
var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8735
8765
|
var gradient = _ref.gradient,
|
|
8736
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8766
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
8737
8767
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8738
8768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8739
8769
|
width: 24,
|
|
@@ -8754,7 +8784,7 @@
|
|
|
8754
8784
|
MoveIcon.displayName = "MoveIcon";
|
|
8755
8785
|
var MoveIcon$1 = MoveIcon;
|
|
8756
8786
|
|
|
8757
|
-
var _excluded$
|
|
8787
|
+
var _excluded$38 = ["gradient"];
|
|
8758
8788
|
|
|
8759
8789
|
/**
|
|
8760
8790
|
* @component MyWorkIcon
|
|
@@ -8784,7 +8814,7 @@
|
|
|
8784
8814
|
*/
|
|
8785
8815
|
var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8786
8816
|
var gradient = _ref.gradient,
|
|
8787
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8817
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
8788
8818
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8789
8819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8790
8820
|
width: 24,
|
|
@@ -8808,7 +8838,7 @@
|
|
|
8808
8838
|
MyWorkIcon.displayName = "MyWorkIcon";
|
|
8809
8839
|
var MyWorkIcon$1 = MyWorkIcon;
|
|
8810
8840
|
|
|
8811
|
-
var _excluded$
|
|
8841
|
+
var _excluded$37 = ["gradient"];
|
|
8812
8842
|
|
|
8813
8843
|
/**
|
|
8814
8844
|
* @component NoteAddIcon
|
|
@@ -8838,7 +8868,7 @@
|
|
|
8838
8868
|
*/
|
|
8839
8869
|
var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8840
8870
|
var gradient = _ref.gradient,
|
|
8841
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8871
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
8842
8872
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8843
8873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8844
8874
|
width: 24,
|
|
@@ -8858,7 +8888,7 @@
|
|
|
8858
8888
|
NoteAddIcon.displayName = "NoteAddIcon";
|
|
8859
8889
|
var NoteAddIcon$1 = NoteAddIcon;
|
|
8860
8890
|
|
|
8861
|
-
var _excluded$
|
|
8891
|
+
var _excluded$36 = ["gradient"];
|
|
8862
8892
|
|
|
8863
8893
|
/**
|
|
8864
8894
|
* @component NoteIcon
|
|
@@ -8888,7 +8918,7 @@
|
|
|
8888
8918
|
*/
|
|
8889
8919
|
var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8890
8920
|
var gradient = _ref.gradient,
|
|
8891
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8921
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
8892
8922
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8893
8923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8894
8924
|
width: 24,
|
|
@@ -8908,7 +8938,7 @@
|
|
|
8908
8938
|
NoteIcon.displayName = "NoteIcon";
|
|
8909
8939
|
var NoteIcon$1 = NoteIcon;
|
|
8910
8940
|
|
|
8911
|
-
var _excluded$
|
|
8941
|
+
var _excluded$35 = ["gradient"];
|
|
8912
8942
|
|
|
8913
8943
|
/**
|
|
8914
8944
|
* @component NotebookIcon
|
|
@@ -8938,7 +8968,7 @@
|
|
|
8938
8968
|
*/
|
|
8939
8969
|
var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8940
8970
|
var gradient = _ref.gradient,
|
|
8941
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8971
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
8942
8972
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8943
8973
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8944
8974
|
width: 24,
|
|
@@ -8958,7 +8988,7 @@
|
|
|
8958
8988
|
NotebookIcon.displayName = "NotebookIcon";
|
|
8959
8989
|
var NotebookIcon$1 = NotebookIcon;
|
|
8960
8990
|
|
|
8961
|
-
var _excluded$
|
|
8991
|
+
var _excluded$34 = ["gradient"];
|
|
8962
8992
|
|
|
8963
8993
|
/**
|
|
8964
8994
|
* @component NotificationBellIcon
|
|
@@ -8988,7 +9018,7 @@
|
|
|
8988
9018
|
*/
|
|
8989
9019
|
var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
8990
9020
|
var gradient = _ref.gradient,
|
|
8991
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9021
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
8992
9022
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
8993
9023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8994
9024
|
width: 24,
|
|
@@ -9007,7 +9037,7 @@
|
|
|
9007
9037
|
NotificationBellIcon.displayName = "NotificationBellIcon";
|
|
9008
9038
|
var NotificationBellIcon$1 = NotificationBellIcon;
|
|
9009
9039
|
|
|
9010
|
-
var _excluded$
|
|
9040
|
+
var _excluded$33 = ["gradient"];
|
|
9011
9041
|
|
|
9012
9042
|
/**
|
|
9013
9043
|
* @component OpenExpandedIcon
|
|
@@ -9037,7 +9067,7 @@
|
|
|
9037
9067
|
*/
|
|
9038
9068
|
var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9039
9069
|
var gradient = _ref.gradient,
|
|
9040
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9070
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
9041
9071
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9042
9072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9043
9073
|
width: 24,
|
|
@@ -9057,7 +9087,7 @@
|
|
|
9057
9087
|
OpenExpandedIcon.displayName = "OpenExpandedIcon";
|
|
9058
9088
|
var OpenExpandedIcon$1 = OpenExpandedIcon;
|
|
9059
9089
|
|
|
9060
|
-
var _excluded$
|
|
9090
|
+
var _excluded$32 = ["gradient"];
|
|
9061
9091
|
|
|
9062
9092
|
/**
|
|
9063
9093
|
* @component OpenSheetIcon
|
|
@@ -9087,7 +9117,7 @@
|
|
|
9087
9117
|
*/
|
|
9088
9118
|
var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9089
9119
|
var gradient = _ref.gradient,
|
|
9090
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9120
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
9091
9121
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9092
9122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9093
9123
|
width: 24,
|
|
@@ -9112,7 +9142,7 @@
|
|
|
9112
9142
|
OpenSheetIcon.displayName = "OpenSheetIcon";
|
|
9113
9143
|
var OpenSheetIcon$1 = OpenSheetIcon;
|
|
9114
9144
|
|
|
9115
|
-
var _excluded$
|
|
9145
|
+
var _excluded$31 = ["gradient"];
|
|
9116
9146
|
|
|
9117
9147
|
/**
|
|
9118
9148
|
* @component OrderFirstIcon
|
|
@@ -9142,7 +9172,7 @@
|
|
|
9142
9172
|
*/
|
|
9143
9173
|
var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9144
9174
|
var gradient = _ref.gradient,
|
|
9145
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9175
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
9146
9176
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9147
9177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9148
9178
|
width: 24,
|
|
@@ -9162,7 +9192,7 @@
|
|
|
9162
9192
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
9163
9193
|
var OrderFirstIcon$1 = OrderFirstIcon;
|
|
9164
9194
|
|
|
9165
|
-
var _excluded$
|
|
9195
|
+
var _excluded$30 = ["gradient"];
|
|
9166
9196
|
|
|
9167
9197
|
/**
|
|
9168
9198
|
* @component PaidSmallIcon
|
|
@@ -9192,7 +9222,7 @@
|
|
|
9192
9222
|
*/
|
|
9193
9223
|
var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9194
9224
|
var gradient = _ref.gradient,
|
|
9195
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9225
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
9196
9226
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9197
9227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9198
9228
|
width: 12,
|
|
@@ -9212,7 +9242,7 @@
|
|
|
9212
9242
|
PaidSmallIcon.displayName = "PaidSmallIcon";
|
|
9213
9243
|
var PaidSmallIcon$1 = PaidSmallIcon;
|
|
9214
9244
|
|
|
9215
|
-
var _excluded$
|
|
9245
|
+
var _excluded$2$ = ["gradient"];
|
|
9216
9246
|
|
|
9217
9247
|
/**
|
|
9218
9248
|
* @component PauseCircleOutlineIcon
|
|
@@ -9242,7 +9272,7 @@
|
|
|
9242
9272
|
*/
|
|
9243
9273
|
var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9244
9274
|
var gradient = _ref.gradient,
|
|
9245
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9275
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
9246
9276
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9247
9277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9248
9278
|
width: 24,
|
|
@@ -9262,7 +9292,7 @@
|
|
|
9262
9292
|
PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
|
|
9263
9293
|
var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
|
|
9264
9294
|
|
|
9265
|
-
var _excluded$
|
|
9295
|
+
var _excluded$2_ = ["gradient"];
|
|
9266
9296
|
|
|
9267
9297
|
/**
|
|
9268
9298
|
* @component PauseIcon
|
|
@@ -9292,7 +9322,7 @@
|
|
|
9292
9322
|
*/
|
|
9293
9323
|
var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9294
9324
|
var gradient = _ref.gradient,
|
|
9295
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9325
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
9296
9326
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9297
9327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9298
9328
|
width: 24,
|
|
@@ -9312,7 +9342,7 @@
|
|
|
9312
9342
|
PauseIcon.displayName = "PauseIcon";
|
|
9313
9343
|
var PauseIcon$1 = PauseIcon;
|
|
9314
9344
|
|
|
9315
|
-
var _excluded$
|
|
9345
|
+
var _excluded$2Z = ["gradient"];
|
|
9316
9346
|
|
|
9317
9347
|
/**
|
|
9318
9348
|
* @component PauseSmallIcon
|
|
@@ -9342,7 +9372,7 @@
|
|
|
9342
9372
|
*/
|
|
9343
9373
|
var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9344
9374
|
var gradient = _ref.gradient,
|
|
9345
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9375
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
9346
9376
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9347
9377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9348
9378
|
width: 24,
|
|
@@ -9362,7 +9392,7 @@
|
|
|
9362
9392
|
PauseSmallIcon.displayName = "PauseSmallIcon";
|
|
9363
9393
|
var PauseSmallIcon$1 = PauseSmallIcon;
|
|
9364
9394
|
|
|
9365
|
-
var _excluded$
|
|
9395
|
+
var _excluded$2Y = ["gradient"];
|
|
9366
9396
|
|
|
9367
9397
|
/**
|
|
9368
9398
|
* @component PencilSmallIcon
|
|
@@ -9392,7 +9422,7 @@
|
|
|
9392
9422
|
*/
|
|
9393
9423
|
var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9394
9424
|
var gradient = _ref.gradient,
|
|
9395
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9425
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
9396
9426
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9397
9427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9398
9428
|
width: 12,
|
|
@@ -9411,7 +9441,7 @@
|
|
|
9411
9441
|
PencilSmallIcon.displayName = "PencilSmallIcon";
|
|
9412
9442
|
var PencilSmallIcon$1 = PencilSmallIcon;
|
|
9413
9443
|
|
|
9414
|
-
var _excluded$
|
|
9444
|
+
var _excluded$2X = ["gradient"];
|
|
9415
9445
|
|
|
9416
9446
|
/**
|
|
9417
9447
|
* @component PencilIcon
|
|
@@ -9441,7 +9471,7 @@
|
|
|
9441
9471
|
*/
|
|
9442
9472
|
var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9443
9473
|
var gradient = _ref.gradient,
|
|
9444
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9474
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
9445
9475
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9446
9476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9447
9477
|
width: 24,
|
|
@@ -9460,7 +9490,7 @@
|
|
|
9460
9490
|
PencilIcon.displayName = "PencilIcon";
|
|
9461
9491
|
var PencilIcon$1 = PencilIcon;
|
|
9462
9492
|
|
|
9463
|
-
var _excluded$
|
|
9493
|
+
var _excluded$2W = ["gradient"];
|
|
9464
9494
|
|
|
9465
9495
|
/**
|
|
9466
9496
|
* @component PendingPaymentSmallIcon
|
|
@@ -9490,7 +9520,7 @@
|
|
|
9490
9520
|
*/
|
|
9491
9521
|
var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9492
9522
|
var gradient = _ref.gradient,
|
|
9493
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9523
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
9494
9524
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9495
9525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9496
9526
|
width: 12,
|
|
@@ -9510,7 +9540,7 @@
|
|
|
9510
9540
|
PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
|
|
9511
9541
|
var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
|
|
9512
9542
|
|
|
9513
|
-
var _excluded$
|
|
9543
|
+
var _excluded$2V = ["gradient"];
|
|
9514
9544
|
|
|
9515
9545
|
/**
|
|
9516
9546
|
* @component PeopleIcon
|
|
@@ -9540,7 +9570,7 @@
|
|
|
9540
9570
|
*/
|
|
9541
9571
|
var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9542
9572
|
var gradient = _ref.gradient,
|
|
9543
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9573
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
9544
9574
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9545
9575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9546
9576
|
width: 24,
|
|
@@ -9564,7 +9594,7 @@
|
|
|
9564
9594
|
PeopleIcon.displayName = "PeopleIcon";
|
|
9565
9595
|
var PeopleIcon$1 = PeopleIcon;
|
|
9566
9596
|
|
|
9567
|
-
var _excluded$
|
|
9597
|
+
var _excluded$2U = ["gradient"];
|
|
9568
9598
|
|
|
9569
9599
|
/**
|
|
9570
9600
|
* @component PersonArrowOutCircleIcon
|
|
@@ -9594,7 +9624,7 @@
|
|
|
9594
9624
|
*/
|
|
9595
9625
|
var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9596
9626
|
var gradient = _ref.gradient,
|
|
9597
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9627
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
9598
9628
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9599
9629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9600
9630
|
width: 24,
|
|
@@ -9615,7 +9645,7 @@
|
|
|
9615
9645
|
PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
|
|
9616
9646
|
var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
|
|
9617
9647
|
|
|
9618
|
-
var _excluded$
|
|
9648
|
+
var _excluded$2T = ["gradient"];
|
|
9619
9649
|
|
|
9620
9650
|
/**
|
|
9621
9651
|
* @component PersonCircleOffIcon
|
|
@@ -9645,7 +9675,7 @@
|
|
|
9645
9675
|
*/
|
|
9646
9676
|
var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9647
9677
|
var gradient = _ref.gradient,
|
|
9648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9678
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
9649
9679
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9650
9680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9651
9681
|
width: 24,
|
|
@@ -9665,7 +9695,7 @@
|
|
|
9665
9695
|
PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
|
|
9666
9696
|
var PersonCircleOffIcon$1 = PersonCircleOffIcon;
|
|
9667
9697
|
|
|
9668
|
-
var _excluded$
|
|
9698
|
+
var _excluded$2S = ["gradient"];
|
|
9669
9699
|
|
|
9670
9700
|
/**
|
|
9671
9701
|
* @component PersonCircleIcon
|
|
@@ -9695,7 +9725,7 @@
|
|
|
9695
9725
|
*/
|
|
9696
9726
|
var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9697
9727
|
var gradient = _ref.gradient,
|
|
9698
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9728
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
9699
9729
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9700
9730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9701
9731
|
width: 24,
|
|
@@ -9715,7 +9745,7 @@
|
|
|
9715
9745
|
PersonCircleIcon.displayName = "PersonCircleIcon";
|
|
9716
9746
|
var PersonCircleIcon$1 = PersonCircleIcon;
|
|
9717
9747
|
|
|
9718
|
-
var _excluded$
|
|
9748
|
+
var _excluded$2R = ["gradient"];
|
|
9719
9749
|
|
|
9720
9750
|
/**
|
|
9721
9751
|
* @component PersonListIcon
|
|
@@ -9745,7 +9775,7 @@
|
|
|
9745
9775
|
*/
|
|
9746
9776
|
var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9747
9777
|
var gradient = _ref.gradient,
|
|
9748
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9778
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
9749
9779
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9750
9780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9751
9781
|
width: 24,
|
|
@@ -9766,7 +9796,7 @@
|
|
|
9766
9796
|
PersonListIcon.displayName = "PersonListIcon";
|
|
9767
9797
|
var PersonListIcon$1 = PersonListIcon;
|
|
9768
9798
|
|
|
9769
|
-
var _excluded$
|
|
9799
|
+
var _excluded$2Q = ["gradient"];
|
|
9770
9800
|
|
|
9771
9801
|
/**
|
|
9772
9802
|
* @component PersonPlusIcon
|
|
@@ -9796,7 +9826,7 @@
|
|
|
9796
9826
|
*/
|
|
9797
9827
|
var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9798
9828
|
var gradient = _ref.gradient,
|
|
9799
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9829
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
9800
9830
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9801
9831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9802
9832
|
width: 24,
|
|
@@ -9816,7 +9846,7 @@
|
|
|
9816
9846
|
PersonPlusIcon.displayName = "PersonPlusIcon";
|
|
9817
9847
|
var PersonPlusIcon$1 = PersonPlusIcon;
|
|
9818
9848
|
|
|
9819
|
-
var _excluded$
|
|
9849
|
+
var _excluded$2P = ["gradient"];
|
|
9820
9850
|
|
|
9821
9851
|
/**
|
|
9822
9852
|
* @component PersonIcon
|
|
@@ -9846,7 +9876,7 @@
|
|
|
9846
9876
|
*/
|
|
9847
9877
|
var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9848
9878
|
var gradient = _ref.gradient,
|
|
9849
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9879
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
9850
9880
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9851
9881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9852
9882
|
width: 24,
|
|
@@ -9866,7 +9896,7 @@
|
|
|
9866
9896
|
PersonIcon.displayName = "PersonIcon";
|
|
9867
9897
|
var PersonIcon$1 = PersonIcon;
|
|
9868
9898
|
|
|
9869
|
-
var _excluded$
|
|
9899
|
+
var _excluded$2O = ["gradient"];
|
|
9870
9900
|
|
|
9871
9901
|
/**
|
|
9872
9902
|
* @component PinSmallIcon
|
|
@@ -9896,7 +9926,7 @@
|
|
|
9896
9926
|
*/
|
|
9897
9927
|
var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9898
9928
|
var gradient = _ref.gradient,
|
|
9899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9929
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
9900
9930
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9901
9931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9902
9932
|
width: 12,
|
|
@@ -9917,7 +9947,7 @@
|
|
|
9917
9947
|
PinSmallIcon.displayName = "PinSmallIcon";
|
|
9918
9948
|
var PinSmallIcon$1 = PinSmallIcon;
|
|
9919
9949
|
|
|
9920
|
-
var _excluded$
|
|
9950
|
+
var _excluded$2N = ["gradient"];
|
|
9921
9951
|
|
|
9922
9952
|
/**
|
|
9923
9953
|
* @component PinIcon
|
|
@@ -9947,7 +9977,7 @@
|
|
|
9947
9977
|
*/
|
|
9948
9978
|
var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9949
9979
|
var gradient = _ref.gradient,
|
|
9950
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9980
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
9951
9981
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
9952
9982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9953
9983
|
width: 24,
|
|
@@ -9967,7 +9997,7 @@
|
|
|
9967
9997
|
PinIcon.displayName = "PinIcon";
|
|
9968
9998
|
var PinIcon$1 = PinIcon;
|
|
9969
9999
|
|
|
9970
|
-
var _excluded$
|
|
10000
|
+
var _excluded$2M = ["gradient"];
|
|
9971
10001
|
|
|
9972
10002
|
/**
|
|
9973
10003
|
* @component PlayCircleOutlineIcon
|
|
@@ -9997,7 +10027,7 @@
|
|
|
9997
10027
|
*/
|
|
9998
10028
|
var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
9999
10029
|
var gradient = _ref.gradient,
|
|
10000
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10030
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
10001
10031
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10002
10032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10003
10033
|
width: 24,
|
|
@@ -10017,7 +10047,7 @@
|
|
|
10017
10047
|
PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
|
|
10018
10048
|
var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
|
|
10019
10049
|
|
|
10020
|
-
var _excluded$
|
|
10050
|
+
var _excluded$2L = ["gradient"];
|
|
10021
10051
|
|
|
10022
10052
|
/**
|
|
10023
10053
|
* @component PlayIcon
|
|
@@ -10047,7 +10077,7 @@
|
|
|
10047
10077
|
*/
|
|
10048
10078
|
var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10049
10079
|
var gradient = _ref.gradient,
|
|
10050
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10080
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
10051
10081
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10052
10082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10053
10083
|
width: 24,
|
|
@@ -10067,7 +10097,7 @@
|
|
|
10067
10097
|
PlayIcon.displayName = "PlayIcon";
|
|
10068
10098
|
var PlayIcon$1 = PlayIcon;
|
|
10069
10099
|
|
|
10070
|
-
var _excluded$
|
|
10100
|
+
var _excluded$2K = ["gradient"];
|
|
10071
10101
|
|
|
10072
10102
|
/**
|
|
10073
10103
|
* @component PlaySmallIcon
|
|
@@ -10097,7 +10127,7 @@
|
|
|
10097
10127
|
*/
|
|
10098
10128
|
var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10099
10129
|
var gradient = _ref.gradient,
|
|
10100
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10130
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
10101
10131
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10102
10132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10103
10133
|
width: 24,
|
|
@@ -10117,7 +10147,7 @@
|
|
|
10117
10147
|
PlaySmallIcon.displayName = "PlaySmallIcon";
|
|
10118
10148
|
var PlaySmallIcon$1 = PlaySmallIcon;
|
|
10119
10149
|
|
|
10120
|
-
var _excluded$
|
|
10150
|
+
var _excluded$2J = ["gradient"];
|
|
10121
10151
|
|
|
10122
10152
|
/**
|
|
10123
10153
|
* @component PriorityLowIcon
|
|
@@ -10147,7 +10177,7 @@
|
|
|
10147
10177
|
*/
|
|
10148
10178
|
var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10149
10179
|
var gradient = _ref.gradient,
|
|
10150
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10180
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
10151
10181
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10152
10182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10153
10183
|
width: 24,
|
|
@@ -10168,7 +10198,7 @@
|
|
|
10168
10198
|
PriorityLowIcon.displayName = "PriorityLowIcon";
|
|
10169
10199
|
var PriorityLowIcon$1 = PriorityLowIcon;
|
|
10170
10200
|
|
|
10171
|
-
var _excluded$
|
|
10201
|
+
var _excluded$2I = ["gradient"];
|
|
10172
10202
|
|
|
10173
10203
|
/**
|
|
10174
10204
|
* @component ProjectAddIcon
|
|
@@ -10198,7 +10228,7 @@
|
|
|
10198
10228
|
*/
|
|
10199
10229
|
var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10200
10230
|
var gradient = _ref.gradient,
|
|
10201
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10231
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
10202
10232
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10203
10233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10204
10234
|
width: 24,
|
|
@@ -10218,7 +10248,7 @@
|
|
|
10218
10248
|
ProjectAddIcon.displayName = "ProjectAddIcon";
|
|
10219
10249
|
var ProjectAddIcon$1 = ProjectAddIcon;
|
|
10220
10250
|
|
|
10221
|
-
var _excluded$
|
|
10251
|
+
var _excluded$2H = ["gradient"];
|
|
10222
10252
|
|
|
10223
10253
|
/**
|
|
10224
10254
|
* @component ProjectSearchIcon
|
|
@@ -10248,7 +10278,7 @@
|
|
|
10248
10278
|
*/
|
|
10249
10279
|
var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10250
10280
|
var gradient = _ref.gradient,
|
|
10251
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10281
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
10252
10282
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10253
10283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10254
10284
|
width: 24,
|
|
@@ -10269,7 +10299,7 @@
|
|
|
10269
10299
|
ProjectSearchIcon.displayName = "ProjectSearchIcon";
|
|
10270
10300
|
var ProjectSearchIcon$1 = ProjectSearchIcon;
|
|
10271
10301
|
|
|
10272
|
-
var _excluded$
|
|
10302
|
+
var _excluded$2G = ["gradient"];
|
|
10273
10303
|
|
|
10274
10304
|
/**
|
|
10275
10305
|
* @component ProjectStarIcon
|
|
@@ -10299,7 +10329,7 @@
|
|
|
10299
10329
|
*/
|
|
10300
10330
|
var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10301
10331
|
var gradient = _ref.gradient,
|
|
10302
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10332
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
10303
10333
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10304
10334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10305
10335
|
width: 24,
|
|
@@ -10322,7 +10352,7 @@
|
|
|
10322
10352
|
ProjectStarIcon.displayName = "ProjectStarIcon";
|
|
10323
10353
|
var ProjectStarIcon$1 = ProjectStarIcon;
|
|
10324
10354
|
|
|
10325
|
-
var _excluded$
|
|
10355
|
+
var _excluded$2F = ["gradient"];
|
|
10326
10356
|
|
|
10327
10357
|
/**
|
|
10328
10358
|
* @component ProjectTemplateAddIcon
|
|
@@ -10352,7 +10382,7 @@
|
|
|
10352
10382
|
*/
|
|
10353
10383
|
var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10354
10384
|
var gradient = _ref.gradient,
|
|
10355
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10385
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
10356
10386
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10357
10387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10358
10388
|
width: 24,
|
|
@@ -10372,7 +10402,7 @@
|
|
|
10372
10402
|
ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
|
|
10373
10403
|
var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
|
|
10374
10404
|
|
|
10375
|
-
var _excluded$
|
|
10405
|
+
var _excluded$2E = ["gradient"];
|
|
10376
10406
|
|
|
10377
10407
|
/**
|
|
10378
10408
|
* @component ProjectTemplateConvertIcon
|
|
@@ -10402,7 +10432,7 @@
|
|
|
10402
10432
|
*/
|
|
10403
10433
|
var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10404
10434
|
var gradient = _ref.gradient,
|
|
10405
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10435
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
10406
10436
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10407
10437
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10408
10438
|
width: 24,
|
|
@@ -10422,7 +10452,7 @@
|
|
|
10422
10452
|
ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
|
|
10423
10453
|
var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
|
|
10424
10454
|
|
|
10425
|
-
var _excluded$
|
|
10455
|
+
var _excluded$2D = ["gradient"];
|
|
10426
10456
|
|
|
10427
10457
|
/**
|
|
10428
10458
|
* @component ProjectTemplateIcon
|
|
@@ -10452,7 +10482,7 @@
|
|
|
10452
10482
|
*/
|
|
10453
10483
|
var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10454
10484
|
var gradient = _ref.gradient,
|
|
10455
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10485
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
10456
10486
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10457
10487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10458
10488
|
width: 24,
|
|
@@ -10472,7 +10502,7 @@
|
|
|
10472
10502
|
ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
|
|
10473
10503
|
var ProjectTemplateIcon$1 = ProjectTemplateIcon;
|
|
10474
10504
|
|
|
10475
|
-
var _excluded$
|
|
10505
|
+
var _excluded$2C = ["gradient"];
|
|
10476
10506
|
|
|
10477
10507
|
/**
|
|
10478
10508
|
* @component ProjectsIcon
|
|
@@ -10502,7 +10532,7 @@
|
|
|
10502
10532
|
*/
|
|
10503
10533
|
var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10504
10534
|
var gradient = _ref.gradient,
|
|
10505
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10535
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
10506
10536
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10507
10537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10508
10538
|
width: 24,
|
|
@@ -10526,7 +10556,7 @@
|
|
|
10526
10556
|
ProjectsIcon.displayName = "ProjectsIcon";
|
|
10527
10557
|
var ProjectsIcon$1 = ProjectsIcon;
|
|
10528
10558
|
|
|
10529
|
-
var _excluded$
|
|
10559
|
+
var _excluded$2B = ["gradient"];
|
|
10530
10560
|
|
|
10531
10561
|
/**
|
|
10532
10562
|
* @component PuzzleIcon
|
|
@@ -10556,7 +10586,7 @@
|
|
|
10556
10586
|
*/
|
|
10557
10587
|
var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10558
10588
|
var gradient = _ref.gradient,
|
|
10559
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10589
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
10560
10590
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10561
10591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10562
10592
|
width: 24,
|
|
@@ -10577,7 +10607,7 @@
|
|
|
10577
10607
|
PuzzleIcon.displayName = "PuzzleIcon";
|
|
10578
10608
|
var PuzzleIcon$1 = PuzzleIcon;
|
|
10579
10609
|
|
|
10580
|
-
var _excluded$
|
|
10610
|
+
var _excluded$2A = ["gradient"];
|
|
10581
10611
|
|
|
10582
10612
|
/**
|
|
10583
10613
|
* @component RadioBlankIcon
|
|
@@ -10607,7 +10637,7 @@
|
|
|
10607
10637
|
*/
|
|
10608
10638
|
var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10609
10639
|
var gradient = _ref.gradient,
|
|
10610
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10640
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
10611
10641
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10612
10642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10613
10643
|
width: 24,
|
|
@@ -10627,7 +10657,7 @@
|
|
|
10627
10657
|
RadioBlankIcon.displayName = "RadioBlankIcon";
|
|
10628
10658
|
var RadioBlankIcon$1 = RadioBlankIcon;
|
|
10629
10659
|
|
|
10630
|
-
var _excluded$
|
|
10660
|
+
var _excluded$2z = ["gradient"];
|
|
10631
10661
|
|
|
10632
10662
|
/**
|
|
10633
10663
|
* @component RadioButtonIcon
|
|
@@ -10657,7 +10687,7 @@
|
|
|
10657
10687
|
*/
|
|
10658
10688
|
var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10659
10689
|
var gradient = _ref.gradient,
|
|
10660
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10690
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
10661
10691
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10662
10692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10663
10693
|
width: 16,
|
|
@@ -10685,7 +10715,7 @@
|
|
|
10685
10715
|
RadioButtonIcon.displayName = "RadioButtonIcon";
|
|
10686
10716
|
var RadioButtonIcon$1 = RadioButtonIcon;
|
|
10687
10717
|
|
|
10688
|
-
var _excluded$
|
|
10718
|
+
var _excluded$2y = ["gradient"];
|
|
10689
10719
|
|
|
10690
10720
|
/**
|
|
10691
10721
|
* @component RearangeIcon
|
|
@@ -10715,7 +10745,7 @@
|
|
|
10715
10745
|
*/
|
|
10716
10746
|
var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10717
10747
|
var gradient = _ref.gradient,
|
|
10718
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10748
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
10719
10749
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10720
10750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10721
10751
|
width: 24,
|
|
@@ -10735,7 +10765,7 @@
|
|
|
10735
10765
|
RearangeIcon.displayName = "RearangeIcon";
|
|
10736
10766
|
var RearangeIcon$1 = RearangeIcon;
|
|
10737
10767
|
|
|
10738
|
-
var _excluded$
|
|
10768
|
+
var _excluded$2x = ["gradient"];
|
|
10739
10769
|
|
|
10740
10770
|
/**
|
|
10741
10771
|
* @component RearrangeSmallIcon
|
|
@@ -10765,7 +10795,7 @@
|
|
|
10765
10795
|
*/
|
|
10766
10796
|
var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10767
10797
|
var gradient = _ref.gradient,
|
|
10768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10798
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
10769
10799
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10770
10800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10771
10801
|
width: 12,
|
|
@@ -10785,7 +10815,7 @@
|
|
|
10785
10815
|
RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
|
|
10786
10816
|
var RearrangeSmallIcon$1 = RearrangeSmallIcon;
|
|
10787
10817
|
|
|
10788
|
-
var _excluded$
|
|
10818
|
+
var _excluded$2w = ["gradient"];
|
|
10789
10819
|
|
|
10790
10820
|
/**
|
|
10791
10821
|
* @component RecurringCheckmarkSmallIcon
|
|
@@ -10815,7 +10845,7 @@
|
|
|
10815
10845
|
*/
|
|
10816
10846
|
var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10817
10847
|
var gradient = _ref.gradient,
|
|
10818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10848
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
10819
10849
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10820
10850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10821
10851
|
width: 12,
|
|
@@ -10835,7 +10865,7 @@
|
|
|
10835
10865
|
RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
|
|
10836
10866
|
var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
|
|
10837
10867
|
|
|
10838
|
-
var _excluded$
|
|
10868
|
+
var _excluded$2v = ["gradient"];
|
|
10839
10869
|
|
|
10840
10870
|
/**
|
|
10841
10871
|
* @component RecurringCheckmarkIcon
|
|
@@ -10865,7 +10895,7 @@
|
|
|
10865
10895
|
*/
|
|
10866
10896
|
var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10867
10897
|
var gradient = _ref.gradient,
|
|
10868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10898
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
10869
10899
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10870
10900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10871
10901
|
width: 24,
|
|
@@ -10885,7 +10915,7 @@
|
|
|
10885
10915
|
RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
|
|
10886
10916
|
var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
|
|
10887
10917
|
|
|
10888
|
-
var _excluded$
|
|
10918
|
+
var _excluded$2u = ["gradient"];
|
|
10889
10919
|
|
|
10890
10920
|
/**
|
|
10891
10921
|
* @component RecurringDollarIcon
|
|
@@ -10915,7 +10945,7 @@
|
|
|
10915
10945
|
*/
|
|
10916
10946
|
var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10917
10947
|
var gradient = _ref.gradient,
|
|
10918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10948
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
10919
10949
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10920
10950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10921
10951
|
width: 24,
|
|
@@ -10937,7 +10967,7 @@
|
|
|
10937
10967
|
RecurringDollarIcon.displayName = "RecurringDollarIcon";
|
|
10938
10968
|
var RecurringDollarIcon$1 = RecurringDollarIcon;
|
|
10939
10969
|
|
|
10940
|
-
var _excluded$
|
|
10970
|
+
var _excluded$2t = ["gradient"];
|
|
10941
10971
|
|
|
10942
10972
|
/**
|
|
10943
10973
|
* @component RecurringSmallIcon
|
|
@@ -10967,7 +10997,7 @@
|
|
|
10967
10997
|
*/
|
|
10968
10998
|
var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
10969
10999
|
var gradient = _ref.gradient,
|
|
10970
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11000
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
10971
11001
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
10972
11002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10973
11003
|
width: 12,
|
|
@@ -10988,7 +11018,7 @@
|
|
|
10988
11018
|
RecurringSmallIcon.displayName = "RecurringSmallIcon";
|
|
10989
11019
|
var RecurringSmallIcon$1 = RecurringSmallIcon;
|
|
10990
11020
|
|
|
10991
|
-
var _excluded$
|
|
11021
|
+
var _excluded$2s = ["gradient"];
|
|
10992
11022
|
|
|
10993
11023
|
/**
|
|
10994
11024
|
* @component ReminderIcon
|
|
@@ -11018,7 +11048,7 @@
|
|
|
11018
11048
|
*/
|
|
11019
11049
|
var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11020
11050
|
var gradient = _ref.gradient,
|
|
11021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11051
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
11022
11052
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11023
11053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11024
11054
|
width: 18,
|
|
@@ -11044,7 +11074,7 @@
|
|
|
11044
11074
|
ReminderIcon.displayName = "ReminderIcon";
|
|
11045
11075
|
var ReminderIcon$1 = ReminderIcon;
|
|
11046
11076
|
|
|
11047
|
-
var _excluded$
|
|
11077
|
+
var _excluded$2r = ["gradient"];
|
|
11048
11078
|
|
|
11049
11079
|
/**
|
|
11050
11080
|
* @component ReorderIcon
|
|
@@ -11074,7 +11104,7 @@
|
|
|
11074
11104
|
*/
|
|
11075
11105
|
var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11076
11106
|
var gradient = _ref.gradient,
|
|
11077
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11107
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
11078
11108
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11079
11109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11080
11110
|
width: 24,
|
|
@@ -11093,7 +11123,7 @@
|
|
|
11093
11123
|
ReorderIcon.displayName = "ReorderIcon";
|
|
11094
11124
|
var ReorderIcon$1 = ReorderIcon;
|
|
11095
11125
|
|
|
11096
|
-
var _excluded$
|
|
11126
|
+
var _excluded$2q = ["gradient"];
|
|
11097
11127
|
|
|
11098
11128
|
/**
|
|
11099
11129
|
* @component ReportTimeIcon
|
|
@@ -11123,7 +11153,7 @@
|
|
|
11123
11153
|
*/
|
|
11124
11154
|
var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11125
11155
|
var gradient = _ref.gradient,
|
|
11126
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11156
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
11127
11157
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11128
11158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11129
11159
|
width: 24,
|
|
@@ -11143,7 +11173,7 @@
|
|
|
11143
11173
|
ReportTimeIcon.displayName = "ReportTimeIcon";
|
|
11144
11174
|
var ReportTimeIcon$1 = ReportTimeIcon;
|
|
11145
11175
|
|
|
11146
|
-
var _excluded$
|
|
11176
|
+
var _excluded$2p = ["gradient"];
|
|
11147
11177
|
|
|
11148
11178
|
/**
|
|
11149
11179
|
* @component ReportsIcon
|
|
@@ -11173,7 +11203,7 @@
|
|
|
11173
11203
|
*/
|
|
11174
11204
|
var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11175
11205
|
var gradient = _ref.gradient,
|
|
11176
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11206
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
11177
11207
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11178
11208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11179
11209
|
width: 24,
|
|
@@ -11197,7 +11227,7 @@
|
|
|
11197
11227
|
ReportsIcon.displayName = "ReportsIcon";
|
|
11198
11228
|
var ReportsIcon$1 = ReportsIcon;
|
|
11199
11229
|
|
|
11200
|
-
var _excluded$
|
|
11230
|
+
var _excluded$2o = ["gradient"];
|
|
11201
11231
|
|
|
11202
11232
|
/**
|
|
11203
11233
|
* @component RobotIcon
|
|
@@ -11227,7 +11257,7 @@
|
|
|
11227
11257
|
*/
|
|
11228
11258
|
var RobotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11229
11259
|
var gradient = _ref.gradient,
|
|
11230
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11260
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
11231
11261
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11232
11262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11233
11263
|
width: 24,
|
|
@@ -11250,7 +11280,7 @@
|
|
|
11250
11280
|
RobotIcon.displayName = "RobotIcon";
|
|
11251
11281
|
var RobotIcon$1 = RobotIcon;
|
|
11252
11282
|
|
|
11253
|
-
var _excluded$
|
|
11283
|
+
var _excluded$2n = ["gradient"];
|
|
11254
11284
|
|
|
11255
11285
|
/**
|
|
11256
11286
|
* @component RocketSmallIcon
|
|
@@ -11280,7 +11310,7 @@
|
|
|
11280
11310
|
*/
|
|
11281
11311
|
var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11282
11312
|
var gradient = _ref.gradient,
|
|
11283
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11313
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
11284
11314
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11285
11315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11286
11316
|
width: 18,
|
|
@@ -11298,7 +11328,7 @@
|
|
|
11298
11328
|
RocketSmallIcon.displayName = "RocketSmallIcon";
|
|
11299
11329
|
var RocketSmallIcon$1 = RocketSmallIcon;
|
|
11300
11330
|
|
|
11301
|
-
var _excluded$
|
|
11331
|
+
var _excluded$2m = ["gradient"];
|
|
11302
11332
|
|
|
11303
11333
|
/**
|
|
11304
11334
|
* @component RocketIcon
|
|
@@ -11328,7 +11358,7 @@
|
|
|
11328
11358
|
*/
|
|
11329
11359
|
var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11330
11360
|
var gradient = _ref.gradient,
|
|
11331
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11361
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
11332
11362
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11333
11363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11334
11364
|
width: 24,
|
|
@@ -11347,7 +11377,7 @@
|
|
|
11347
11377
|
RocketIcon.displayName = "RocketIcon";
|
|
11348
11378
|
var RocketIcon$1 = RocketIcon;
|
|
11349
11379
|
|
|
11350
|
-
var _excluded$
|
|
11380
|
+
var _excluded$2l = ["gradient"];
|
|
11351
11381
|
|
|
11352
11382
|
/**
|
|
11353
11383
|
* @component RoundedRectangleIcon
|
|
@@ -11377,7 +11407,7 @@
|
|
|
11377
11407
|
*/
|
|
11378
11408
|
var RoundedRectangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11379
11409
|
var gradient = _ref.gradient,
|
|
11380
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11410
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
11381
11411
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11382
11412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11383
11413
|
width: 24,
|
|
@@ -11403,7 +11433,7 @@
|
|
|
11403
11433
|
RoundedRectangleIcon.displayName = "RoundedRectangleIcon";
|
|
11404
11434
|
var RoundedRectangleIcon$1 = RoundedRectangleIcon;
|
|
11405
11435
|
|
|
11406
|
-
var _excluded$
|
|
11436
|
+
var _excluded$2k = ["gradient"];
|
|
11407
11437
|
|
|
11408
11438
|
/**
|
|
11409
11439
|
* @component SaveIcon
|
|
@@ -11433,7 +11463,7 @@
|
|
|
11433
11463
|
*/
|
|
11434
11464
|
var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11435
11465
|
var gradient = _ref.gradient,
|
|
11436
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11466
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
11437
11467
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11438
11468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11439
11469
|
width: 24,
|
|
@@ -11454,7 +11484,7 @@
|
|
|
11454
11484
|
SaveIcon.displayName = "SaveIcon";
|
|
11455
11485
|
var SaveIcon$1 = SaveIcon;
|
|
11456
11486
|
|
|
11457
|
-
var _excluded$
|
|
11487
|
+
var _excluded$2j = ["gradient"];
|
|
11458
11488
|
|
|
11459
11489
|
/**
|
|
11460
11490
|
* @component SearchLargeIcon
|
|
@@ -11484,7 +11514,7 @@
|
|
|
11484
11514
|
*/
|
|
11485
11515
|
var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11486
11516
|
var gradient = _ref.gradient,
|
|
11487
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11517
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
11488
11518
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11489
11519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11490
11520
|
width: 32,
|
|
@@ -11505,7 +11535,7 @@
|
|
|
11505
11535
|
SearchLargeIcon.displayName = "SearchLargeIcon";
|
|
11506
11536
|
var SearchLargeIcon$1 = SearchLargeIcon;
|
|
11507
11537
|
|
|
11508
|
-
var _excluded$
|
|
11538
|
+
var _excluded$2i = ["gradient"];
|
|
11509
11539
|
|
|
11510
11540
|
/**
|
|
11511
11541
|
* @component SearchPlusIcon
|
|
@@ -11535,7 +11565,7 @@
|
|
|
11535
11565
|
*/
|
|
11536
11566
|
var SearchPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11537
11567
|
var gradient = _ref.gradient,
|
|
11538
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11568
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
11539
11569
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11540
11570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11541
11571
|
width: 24,
|
|
@@ -11559,7 +11589,7 @@
|
|
|
11559
11589
|
SearchPlusIcon.displayName = "SearchPlusIcon";
|
|
11560
11590
|
var SearchPlusIcon$1 = SearchPlusIcon;
|
|
11561
11591
|
|
|
11562
|
-
var _excluded$
|
|
11592
|
+
var _excluded$2h = ["gradient"];
|
|
11563
11593
|
|
|
11564
11594
|
/**
|
|
11565
11595
|
* @component SearchIcon
|
|
@@ -11589,7 +11619,7 @@
|
|
|
11589
11619
|
*/
|
|
11590
11620
|
var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11591
11621
|
var gradient = _ref.gradient,
|
|
11592
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11622
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
11593
11623
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11594
11624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11595
11625
|
width: 24,
|
|
@@ -11608,7 +11638,7 @@
|
|
|
11608
11638
|
SearchIcon.displayName = "SearchIcon";
|
|
11609
11639
|
var SearchIcon$1 = SearchIcon;
|
|
11610
11640
|
|
|
11611
|
-
var _excluded$
|
|
11641
|
+
var _excluded$2g = ["gradient"];
|
|
11612
11642
|
|
|
11613
11643
|
/**
|
|
11614
11644
|
* @component SendBlankIcon
|
|
@@ -11638,7 +11668,7 @@
|
|
|
11638
11668
|
*/
|
|
11639
11669
|
var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11640
11670
|
var gradient = _ref.gradient,
|
|
11641
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11671
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
11642
11672
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11643
11673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11644
11674
|
width: 24,
|
|
@@ -11657,7 +11687,7 @@
|
|
|
11657
11687
|
SendBlankIcon.displayName = "SendBlankIcon";
|
|
11658
11688
|
var SendBlankIcon$1 = SendBlankIcon;
|
|
11659
11689
|
|
|
11660
|
-
var _excluded$
|
|
11690
|
+
var _excluded$2f = ["gradient"];
|
|
11661
11691
|
|
|
11662
11692
|
/**
|
|
11663
11693
|
* @component SendFilledIcon
|
|
@@ -11687,7 +11717,7 @@
|
|
|
11687
11717
|
*/
|
|
11688
11718
|
var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11689
11719
|
var gradient = _ref.gradient,
|
|
11690
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11720
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
11691
11721
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11692
11722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11693
11723
|
width: 24,
|
|
@@ -11706,7 +11736,7 @@
|
|
|
11706
11736
|
SendFilledIcon.displayName = "SendFilledIcon";
|
|
11707
11737
|
var SendFilledIcon$1 = SendFilledIcon;
|
|
11708
11738
|
|
|
11709
|
-
var _excluded$
|
|
11739
|
+
var _excluded$2e = ["gradient"];
|
|
11710
11740
|
|
|
11711
11741
|
/**
|
|
11712
11742
|
* @component SettingsIcon
|
|
@@ -11736,7 +11766,7 @@
|
|
|
11736
11766
|
*/
|
|
11737
11767
|
var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11738
11768
|
var gradient = _ref.gradient,
|
|
11739
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11769
|
+
props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
11740
11770
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11741
11771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11742
11772
|
width: 24,
|
|
@@ -11756,7 +11786,7 @@
|
|
|
11756
11786
|
SettingsIcon.displayName = "SettingsIcon";
|
|
11757
11787
|
var SettingsIcon$1 = SettingsIcon;
|
|
11758
11788
|
|
|
11759
|
-
var _excluded$
|
|
11789
|
+
var _excluded$2d = ["gradient"];
|
|
11760
11790
|
|
|
11761
11791
|
/**
|
|
11762
11792
|
* @component ShapesIcon
|
|
@@ -11786,7 +11816,7 @@
|
|
|
11786
11816
|
*/
|
|
11787
11817
|
var ShapesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11788
11818
|
var gradient = _ref.gradient,
|
|
11789
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11819
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
11790
11820
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11791
11821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11792
11822
|
width: 24,
|
|
@@ -11806,7 +11836,7 @@
|
|
|
11806
11836
|
ShapesIcon.displayName = "ShapesIcon";
|
|
11807
11837
|
var ShapesIcon$1 = ShapesIcon;
|
|
11808
11838
|
|
|
11809
|
-
var _excluded$
|
|
11839
|
+
var _excluded$2c = ["gradient"];
|
|
11810
11840
|
|
|
11811
11841
|
/**
|
|
11812
11842
|
* @component ShieldIcon
|
|
@@ -11836,7 +11866,7 @@
|
|
|
11836
11866
|
*/
|
|
11837
11867
|
var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11838
11868
|
var gradient = _ref.gradient,
|
|
11839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11869
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
11840
11870
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11841
11871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11842
11872
|
width: 24,
|
|
@@ -11857,7 +11887,7 @@
|
|
|
11857
11887
|
ShieldIcon.displayName = "ShieldIcon";
|
|
11858
11888
|
var ShieldIcon$1 = ShieldIcon;
|
|
11859
11889
|
|
|
11860
|
-
var _excluded$
|
|
11890
|
+
var _excluded$2b = ["gradient"];
|
|
11861
11891
|
|
|
11862
11892
|
/**
|
|
11863
11893
|
* @component SidebarLeftIcon
|
|
@@ -11887,7 +11917,7 @@
|
|
|
11887
11917
|
*/
|
|
11888
11918
|
var SidebarLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11889
11919
|
var gradient = _ref.gradient,
|
|
11890
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11920
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
11891
11921
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11892
11922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11893
11923
|
width: 24,
|
|
@@ -11912,7 +11942,7 @@
|
|
|
11912
11942
|
SidebarLeftIcon.displayName = "SidebarLeftIcon";
|
|
11913
11943
|
var SidebarLeftIcon$1 = SidebarLeftIcon;
|
|
11914
11944
|
|
|
11915
|
-
var _excluded$
|
|
11945
|
+
var _excluded$2a = ["gradient"];
|
|
11916
11946
|
|
|
11917
11947
|
/**
|
|
11918
11948
|
* @component SidebarRightIcon
|
|
@@ -11942,7 +11972,7 @@
|
|
|
11942
11972
|
*/
|
|
11943
11973
|
var SidebarRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11944
11974
|
var gradient = _ref.gradient,
|
|
11945
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11975
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
11946
11976
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
11947
11977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11948
11978
|
width: 24,
|
|
@@ -11967,7 +11997,7 @@
|
|
|
11967
11997
|
SidebarRightIcon.displayName = "SidebarRightIcon";
|
|
11968
11998
|
var SidebarRightIcon$1 = SidebarRightIcon;
|
|
11969
11999
|
|
|
11970
|
-
var _excluded$
|
|
12000
|
+
var _excluded$29 = ["gradient"];
|
|
11971
12001
|
|
|
11972
12002
|
/**
|
|
11973
12003
|
* @component SortGeneralIcon
|
|
@@ -11997,7 +12027,7 @@
|
|
|
11997
12027
|
*/
|
|
11998
12028
|
var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
11999
12029
|
var gradient = _ref.gradient,
|
|
12000
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12030
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
12001
12031
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12002
12032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12003
12033
|
width: 24,
|
|
@@ -12017,7 +12047,7 @@
|
|
|
12017
12047
|
SortGeneralIcon.displayName = "SortGeneralIcon";
|
|
12018
12048
|
var SortGeneralIcon$1 = SortGeneralIcon;
|
|
12019
12049
|
|
|
12020
|
-
var _excluded$
|
|
12050
|
+
var _excluded$28 = ["gradient"];
|
|
12021
12051
|
|
|
12022
12052
|
/**
|
|
12023
12053
|
* @component SortIcon
|
|
@@ -12047,7 +12077,7 @@
|
|
|
12047
12077
|
*/
|
|
12048
12078
|
var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12049
12079
|
var gradient = _ref.gradient,
|
|
12050
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12080
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
12051
12081
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12052
12082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12053
12083
|
width: 10,
|
|
@@ -12067,7 +12097,7 @@
|
|
|
12067
12097
|
SortIcon.displayName = "SortIcon";
|
|
12068
12098
|
var SortIcon$1 = SortIcon;
|
|
12069
12099
|
|
|
12070
|
-
var _excluded$
|
|
12100
|
+
var _excluded$27 = ["gradient"];
|
|
12071
12101
|
|
|
12072
12102
|
/**
|
|
12073
12103
|
* @component SortListIcon
|
|
@@ -12097,7 +12127,7 @@
|
|
|
12097
12127
|
*/
|
|
12098
12128
|
var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12099
12129
|
var gradient = _ref.gradient,
|
|
12100
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12130
|
+
props = _objectWithoutProperties(_ref, _excluded$27);
|
|
12101
12131
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12102
12132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12103
12133
|
width: 20,
|
|
@@ -12117,7 +12147,7 @@
|
|
|
12117
12147
|
SortListIcon.displayName = "SortListIcon";
|
|
12118
12148
|
var SortListIcon$1 = SortListIcon;
|
|
12119
12149
|
|
|
12120
|
-
var _excluded$
|
|
12150
|
+
var _excluded$26 = ["gradient"];
|
|
12121
12151
|
|
|
12122
12152
|
/**
|
|
12123
12153
|
* @component SortSmallIcon
|
|
@@ -12147,7 +12177,7 @@
|
|
|
12147
12177
|
*/
|
|
12148
12178
|
var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12149
12179
|
var gradient = _ref.gradient,
|
|
12150
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12180
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
12151
12181
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12152
12182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12153
12183
|
width: 10,
|
|
@@ -12168,7 +12198,7 @@
|
|
|
12168
12198
|
SortSmallIcon.displayName = "SortSmallIcon";
|
|
12169
12199
|
var SortSmallIcon$1 = SortSmallIcon;
|
|
12170
12200
|
|
|
12171
|
-
var _excluded$
|
|
12201
|
+
var _excluded$25 = ["gradient"];
|
|
12172
12202
|
|
|
12173
12203
|
/**
|
|
12174
12204
|
* @component SparkIcon
|
|
@@ -12198,7 +12228,7 @@
|
|
|
12198
12228
|
*/
|
|
12199
12229
|
var SparkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12200
12230
|
var gradient = _ref.gradient,
|
|
12201
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12231
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
12202
12232
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12203
12233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12204
12234
|
width: 24,
|
|
@@ -12221,7 +12251,7 @@
|
|
|
12221
12251
|
SparkIcon.displayName = "SparkIcon";
|
|
12222
12252
|
var SparkIcon$1 = SparkIcon;
|
|
12223
12253
|
|
|
12224
|
-
var _excluded$
|
|
12254
|
+
var _excluded$24 = ["gradient"];
|
|
12225
12255
|
|
|
12226
12256
|
/**
|
|
12227
12257
|
* @component StarOutlineIcon
|
|
@@ -12251,7 +12281,7 @@
|
|
|
12251
12281
|
*/
|
|
12252
12282
|
var StarOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12253
12283
|
var gradient = _ref.gradient,
|
|
12254
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12284
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
12255
12285
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12256
12286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12257
12287
|
width: 24,
|
|
@@ -12271,7 +12301,7 @@
|
|
|
12271
12301
|
StarOutlineIcon.displayName = "StarOutlineIcon";
|
|
12272
12302
|
var StarOutlineIcon$1 = StarOutlineIcon;
|
|
12273
12303
|
|
|
12274
|
-
var _excluded$
|
|
12304
|
+
var _excluded$23 = ["gradient"];
|
|
12275
12305
|
|
|
12276
12306
|
/**
|
|
12277
12307
|
* @component StarIcon
|
|
@@ -12301,7 +12331,7 @@
|
|
|
12301
12331
|
*/
|
|
12302
12332
|
var StarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12303
12333
|
var gradient = _ref.gradient,
|
|
12304
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12334
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
12305
12335
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12306
12336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12307
12337
|
width: 24,
|
|
@@ -12321,7 +12351,7 @@
|
|
|
12321
12351
|
StarIcon.displayName = "StarIcon";
|
|
12322
12352
|
var StarIcon$1 = StarIcon;
|
|
12323
12353
|
|
|
12324
|
-
var _excluded$
|
|
12354
|
+
var _excluded$22 = ["gradient"];
|
|
12325
12355
|
|
|
12326
12356
|
/**
|
|
12327
12357
|
* @component StatusIcon
|
|
@@ -12351,7 +12381,7 @@
|
|
|
12351
12381
|
*/
|
|
12352
12382
|
var StatusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12353
12383
|
var gradient = _ref.gradient,
|
|
12354
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12384
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
12355
12385
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12356
12386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12357
12387
|
width: 24,
|
|
@@ -12376,7 +12406,7 @@
|
|
|
12376
12406
|
StatusIcon.displayName = "StatusIcon";
|
|
12377
12407
|
var StatusIcon$1 = StatusIcon;
|
|
12378
12408
|
|
|
12379
|
-
var _excluded$
|
|
12409
|
+
var _excluded$21 = ["gradient"];
|
|
12380
12410
|
|
|
12381
12411
|
/**
|
|
12382
12412
|
* @component StickyIcon
|
|
@@ -12406,7 +12436,7 @@
|
|
|
12406
12436
|
*/
|
|
12407
12437
|
var StickyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12408
12438
|
var gradient = _ref.gradient,
|
|
12409
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12439
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
12410
12440
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12411
12441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12412
12442
|
width: 24,
|
|
@@ -12433,7 +12463,7 @@
|
|
|
12433
12463
|
StickyIcon.displayName = "StickyIcon";
|
|
12434
12464
|
var StickyIcon$1 = StickyIcon;
|
|
12435
12465
|
|
|
12436
|
-
var _excluded$
|
|
12466
|
+
var _excluded$20 = ["gradient"];
|
|
12437
12467
|
|
|
12438
12468
|
/**
|
|
12439
12469
|
* @component StopIcon
|
|
@@ -12463,7 +12493,7 @@
|
|
|
12463
12493
|
*/
|
|
12464
12494
|
var StopIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12465
12495
|
var gradient = _ref.gradient,
|
|
12466
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12496
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
12467
12497
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12468
12498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12469
12499
|
width: 24,
|
|
@@ -12482,7 +12512,7 @@
|
|
|
12482
12512
|
StopIcon.displayName = "StopIcon";
|
|
12483
12513
|
var StopIcon$1 = StopIcon;
|
|
12484
12514
|
|
|
12485
|
-
var _excluded$
|
|
12515
|
+
var _excluded$1$ = ["gradient"];
|
|
12486
12516
|
|
|
12487
12517
|
/**
|
|
12488
12518
|
* @component StopwatchIcon
|
|
@@ -12512,7 +12542,7 @@
|
|
|
12512
12542
|
*/
|
|
12513
12543
|
var StopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12514
12544
|
var gradient = _ref.gradient,
|
|
12515
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12545
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
12516
12546
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12517
12547
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12518
12548
|
width: 16,
|
|
@@ -12532,7 +12562,7 @@
|
|
|
12532
12562
|
StopwatchIcon.displayName = "StopwatchIcon";
|
|
12533
12563
|
var StopwatchIcon$1 = StopwatchIcon;
|
|
12534
12564
|
|
|
12535
|
-
var _excluded$
|
|
12565
|
+
var _excluded$1_ = ["gradient"];
|
|
12536
12566
|
|
|
12537
12567
|
/**
|
|
12538
12568
|
* @component SunIcon
|
|
@@ -12562,7 +12592,7 @@
|
|
|
12562
12592
|
*/
|
|
12563
12593
|
var SunIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12564
12594
|
var gradient = _ref.gradient,
|
|
12565
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12595
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
12566
12596
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12567
12597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12568
12598
|
width: 22,
|
|
@@ -12587,7 +12617,7 @@
|
|
|
12587
12617
|
SunIcon.displayName = "SunIcon";
|
|
12588
12618
|
var SunIcon$1 = SunIcon;
|
|
12589
12619
|
|
|
12590
|
-
var _excluded$
|
|
12620
|
+
var _excluded$1Z = ["gradient"];
|
|
12591
12621
|
|
|
12592
12622
|
/**
|
|
12593
12623
|
* @component SystemSettingsIcon
|
|
@@ -12617,7 +12647,7 @@
|
|
|
12617
12647
|
*/
|
|
12618
12648
|
var SystemSettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12619
12649
|
var gradient = _ref.gradient,
|
|
12620
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12650
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
12621
12651
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12622
12652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12623
12653
|
width: 24,
|
|
@@ -12638,7 +12668,7 @@
|
|
|
12638
12668
|
SystemSettingsIcon.displayName = "SystemSettingsIcon";
|
|
12639
12669
|
var SystemSettingsIcon$1 = SystemSettingsIcon;
|
|
12640
12670
|
|
|
12641
|
-
var _excluded$
|
|
12671
|
+
var _excluded$1Y = ["gradient"];
|
|
12642
12672
|
|
|
12643
12673
|
/**
|
|
12644
12674
|
* @component TaskAddIcon
|
|
@@ -12668,7 +12698,7 @@
|
|
|
12668
12698
|
*/
|
|
12669
12699
|
var TaskAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12670
12700
|
var gradient = _ref.gradient,
|
|
12671
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12701
|
+
props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
12672
12702
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12673
12703
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12674
12704
|
width: 24,
|
|
@@ -12688,7 +12718,7 @@
|
|
|
12688
12718
|
TaskAddIcon.displayName = "TaskAddIcon";
|
|
12689
12719
|
var TaskAddIcon$1 = TaskAddIcon;
|
|
12690
12720
|
|
|
12691
|
-
var _excluded$
|
|
12721
|
+
var _excluded$1X = ["gradient"];
|
|
12692
12722
|
|
|
12693
12723
|
/**
|
|
12694
12724
|
* @component TaskListAddIcon
|
|
@@ -12718,7 +12748,7 @@
|
|
|
12718
12748
|
*/
|
|
12719
12749
|
var TaskListAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12720
12750
|
var gradient = _ref.gradient,
|
|
12721
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12751
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
12722
12752
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12723
12753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12724
12754
|
width: 24,
|
|
@@ -12738,7 +12768,7 @@
|
|
|
12738
12768
|
TaskListAddIcon.displayName = "TaskListAddIcon";
|
|
12739
12769
|
var TaskListAddIcon$1 = TaskListAddIcon;
|
|
12740
12770
|
|
|
12741
|
-
var _excluded$
|
|
12771
|
+
var _excluded$1W = ["gradient"];
|
|
12742
12772
|
|
|
12743
12773
|
/**
|
|
12744
12774
|
* @component TaskListCompleteIcon
|
|
@@ -12768,7 +12798,7 @@
|
|
|
12768
12798
|
*/
|
|
12769
12799
|
var TaskListCompleteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12770
12800
|
var gradient = _ref.gradient,
|
|
12771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12801
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
12772
12802
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12773
12803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12774
12804
|
width: 24,
|
|
@@ -12789,7 +12819,7 @@
|
|
|
12789
12819
|
TaskListCompleteIcon.displayName = "TaskListCompleteIcon";
|
|
12790
12820
|
var TaskListCompleteIcon$1 = TaskListCompleteIcon;
|
|
12791
12821
|
|
|
12792
|
-
var _excluded$
|
|
12822
|
+
var _excluded$1V = ["gradient"];
|
|
12793
12823
|
|
|
12794
12824
|
/**
|
|
12795
12825
|
* @component TaskListIcon
|
|
@@ -12819,7 +12849,7 @@
|
|
|
12819
12849
|
*/
|
|
12820
12850
|
var TaskListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12821
12851
|
var gradient = _ref.gradient,
|
|
12822
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
12852
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
12823
12853
|
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12824
12854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12825
12855
|
width: 24,
|
|
@@ -12840,6 +12870,426 @@
|
|
|
12840
12870
|
TaskListIcon.displayName = "TaskListIcon";
|
|
12841
12871
|
var TaskListIcon$1 = TaskListIcon;
|
|
12842
12872
|
|
|
12873
|
+
var _excluded$1U = ["gradient"];
|
|
12874
|
+
|
|
12875
|
+
/**
|
|
12876
|
+
* @component TextAlignCenterIcon
|
|
12877
|
+
* @description
|
|
12878
|
+
*
|
|
12879
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12880
|
+
* The Icon component is
|
|
12881
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
12882
|
+
*
|
|
12883
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
12884
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12885
|
+
*
|
|
12886
|
+
* @example
|
|
12887
|
+
* return (
|
|
12888
|
+
* <TextAlignCenterIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
12889
|
+
* )
|
|
12890
|
+
*
|
|
12891
|
+
* @example
|
|
12892
|
+
* return (
|
|
12893
|
+
* <TextAlignCenterIcon className="mr-2" />
|
|
12894
|
+
* )
|
|
12895
|
+
*
|
|
12896
|
+
* @see
|
|
12897
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
12898
|
+
* @see
|
|
12899
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
12900
|
+
*/
|
|
12901
|
+
var TextAlignCenterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12902
|
+
var gradient = _ref.gradient,
|
|
12903
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
12904
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12905
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12906
|
+
width: 24,
|
|
12907
|
+
height: 24,
|
|
12908
|
+
viewBox: "0 0 24 24",
|
|
12909
|
+
"data-testid": "TextAlignCenterIcon",
|
|
12910
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
12911
|
+
focusable: false,
|
|
12912
|
+
ref: ref
|
|
12913
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
12914
|
+
gradient: gradient
|
|
12915
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
12916
|
+
fillRule: "evenodd",
|
|
12917
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
12918
|
+
clipRule: "evenodd"
|
|
12919
|
+
}));
|
|
12920
|
+
});
|
|
12921
|
+
TextAlignCenterIcon.displayName = "TextAlignCenterIcon";
|
|
12922
|
+
var TextAlignCenterIcon$1 = TextAlignCenterIcon;
|
|
12923
|
+
|
|
12924
|
+
var _excluded$1T = ["gradient"];
|
|
12925
|
+
|
|
12926
|
+
/**
|
|
12927
|
+
* @component TextAlignJustifyIcon
|
|
12928
|
+
* @description
|
|
12929
|
+
*
|
|
12930
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12931
|
+
* The Icon component is
|
|
12932
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
12933
|
+
*
|
|
12934
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
12935
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12936
|
+
*
|
|
12937
|
+
* @example
|
|
12938
|
+
* return (
|
|
12939
|
+
* <TextAlignJustifyIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
12940
|
+
* )
|
|
12941
|
+
*
|
|
12942
|
+
* @example
|
|
12943
|
+
* return (
|
|
12944
|
+
* <TextAlignJustifyIcon className="mr-2" />
|
|
12945
|
+
* )
|
|
12946
|
+
*
|
|
12947
|
+
* @see
|
|
12948
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
12949
|
+
* @see
|
|
12950
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
12951
|
+
*/
|
|
12952
|
+
var TextAlignJustifyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
12953
|
+
var gradient = _ref.gradient,
|
|
12954
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
12955
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
12956
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12957
|
+
width: 24,
|
|
12958
|
+
height: 24,
|
|
12959
|
+
viewBox: "0 0 24 24",
|
|
12960
|
+
"data-testid": "TextAlignJustifyIcon",
|
|
12961
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
12962
|
+
focusable: false,
|
|
12963
|
+
ref: ref
|
|
12964
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
12965
|
+
gradient: gradient
|
|
12966
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
12967
|
+
fillRule: "evenodd",
|
|
12968
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
12969
|
+
clipRule: "evenodd"
|
|
12970
|
+
}));
|
|
12971
|
+
});
|
|
12972
|
+
TextAlignJustifyIcon.displayName = "TextAlignJustifyIcon";
|
|
12973
|
+
var TextAlignJustifyIcon$1 = TextAlignJustifyIcon;
|
|
12974
|
+
|
|
12975
|
+
var _excluded$1S = ["gradient"];
|
|
12976
|
+
|
|
12977
|
+
/**
|
|
12978
|
+
* @component TextAlignLeftIcon
|
|
12979
|
+
* @description
|
|
12980
|
+
*
|
|
12981
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12982
|
+
* The Icon component is
|
|
12983
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
12984
|
+
*
|
|
12985
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
12986
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12987
|
+
*
|
|
12988
|
+
* @example
|
|
12989
|
+
* return (
|
|
12990
|
+
* <TextAlignLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
12991
|
+
* )
|
|
12992
|
+
*
|
|
12993
|
+
* @example
|
|
12994
|
+
* return (
|
|
12995
|
+
* <TextAlignLeftIcon className="mr-2" />
|
|
12996
|
+
* )
|
|
12997
|
+
*
|
|
12998
|
+
* @see
|
|
12999
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13000
|
+
* @see
|
|
13001
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13002
|
+
*/
|
|
13003
|
+
var TextAlignLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13004
|
+
var gradient = _ref.gradient,
|
|
13005
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
13006
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13007
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13008
|
+
width: 24,
|
|
13009
|
+
height: 24,
|
|
13010
|
+
viewBox: "0 0 24 24",
|
|
13011
|
+
"data-testid": "TextAlignLeftIcon",
|
|
13012
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13013
|
+
focusable: false,
|
|
13014
|
+
ref: ref
|
|
13015
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13016
|
+
gradient: gradient
|
|
13017
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13018
|
+
fillRule: "evenodd",
|
|
13019
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
13020
|
+
clipRule: "evenodd"
|
|
13021
|
+
}));
|
|
13022
|
+
});
|
|
13023
|
+
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|
|
13024
|
+
var TextAlignLeftIcon$1 = TextAlignLeftIcon;
|
|
13025
|
+
|
|
13026
|
+
var _excluded$1R = ["gradient"];
|
|
13027
|
+
|
|
13028
|
+
/**
|
|
13029
|
+
* @component TextAlignRightIcon
|
|
13030
|
+
* @description
|
|
13031
|
+
*
|
|
13032
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13033
|
+
* The Icon component is
|
|
13034
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13035
|
+
*
|
|
13036
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13037
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13038
|
+
*
|
|
13039
|
+
* @example
|
|
13040
|
+
* return (
|
|
13041
|
+
* <TextAlignRightIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13042
|
+
* )
|
|
13043
|
+
*
|
|
13044
|
+
* @example
|
|
13045
|
+
* return (
|
|
13046
|
+
* <TextAlignRightIcon className="mr-2" />
|
|
13047
|
+
* )
|
|
13048
|
+
*
|
|
13049
|
+
* @see
|
|
13050
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13051
|
+
* @see
|
|
13052
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13053
|
+
*/
|
|
13054
|
+
var TextAlignRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13055
|
+
var gradient = _ref.gradient,
|
|
13056
|
+
props = _objectWithoutProperties(_ref, _excluded$1R);
|
|
13057
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13058
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13059
|
+
width: 24,
|
|
13060
|
+
height: 24,
|
|
13061
|
+
viewBox: "0 0 24 24",
|
|
13062
|
+
"data-testid": "TextAlignRightIcon",
|
|
13063
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13064
|
+
focusable: false,
|
|
13065
|
+
ref: ref
|
|
13066
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13067
|
+
gradient: gradient
|
|
13068
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13069
|
+
fillRule: "evenodd",
|
|
13070
|
+
d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM11 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM11 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
|
|
13071
|
+
clipRule: "evenodd"
|
|
13072
|
+
}));
|
|
13073
|
+
});
|
|
13074
|
+
TextAlignRightIcon.displayName = "TextAlignRightIcon";
|
|
13075
|
+
var TextAlignRightIcon$1 = TextAlignRightIcon;
|
|
13076
|
+
|
|
13077
|
+
var _excluded$1Q = ["gradient"];
|
|
13078
|
+
|
|
13079
|
+
/**
|
|
13080
|
+
* @component TextStyleBoldIcon
|
|
13081
|
+
* @description
|
|
13082
|
+
*
|
|
13083
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13084
|
+
* The Icon component is
|
|
13085
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13086
|
+
*
|
|
13087
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13088
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13089
|
+
*
|
|
13090
|
+
* @example
|
|
13091
|
+
* return (
|
|
13092
|
+
* <TextStyleBoldIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13093
|
+
* )
|
|
13094
|
+
*
|
|
13095
|
+
* @example
|
|
13096
|
+
* return (
|
|
13097
|
+
* <TextStyleBoldIcon className="mr-2" />
|
|
13098
|
+
* )
|
|
13099
|
+
*
|
|
13100
|
+
* @see
|
|
13101
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13102
|
+
* @see
|
|
13103
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13104
|
+
*/
|
|
13105
|
+
var TextStyleBoldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13106
|
+
var gradient = _ref.gradient,
|
|
13107
|
+
props = _objectWithoutProperties(_ref, _excluded$1Q);
|
|
13108
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13109
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13110
|
+
width: 24,
|
|
13111
|
+
height: 24,
|
|
13112
|
+
viewBox: "0 0 24 24",
|
|
13113
|
+
"data-testid": "TextStyleBoldIcon",
|
|
13114
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13115
|
+
focusable: false,
|
|
13116
|
+
ref: ref
|
|
13117
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13118
|
+
gradient: gradient
|
|
13119
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13120
|
+
fillRule: "evenodd",
|
|
13121
|
+
d: "M19.53 15.65Q19.53 16.94 19.02 17.86Q18.5 18.79 17.6 19.37Q16.7 19.96 15.5 20.23Q14.31 20.5 12.97 20.5H4.47V3.5H12.25Q13.76 3.5 14.93 3.76Q16.11 4.02 16.92 4.55Q17.72 5.08 18.14 5.88Q18.56 6.69 18.56 7.77Q18.56 9.22 17.76 10.21Q16.95 11.21 15.31 11.56Q17.38 11.8 18.45 12.86Q19.53 13.91 19.53 15.65ZM14.97 8.25Q14.97 7.11 14.24 6.62Q13.51 6.14 12.08 6.14H8.02V10.35H12.1Q13.61 10.35 14.29 9.83Q14.97 9.3 14.97 8.25ZM15.96 15.37Q15.96 14.7 15.7 14.24Q15.43 13.78 14.97 13.5Q14.5 13.22 13.88 13.1Q13.26 12.98 12.54 12.98H8.02V17.86H12.67Q13.37 17.86 13.97 17.74Q14.58 17.63 15.02 17.34Q15.46 17.06 15.71 16.58Q15.96 16.1 15.96 15.37Z",
|
|
13122
|
+
clipRule: "evenodd"
|
|
13123
|
+
}));
|
|
13124
|
+
});
|
|
13125
|
+
TextStyleBoldIcon.displayName = "TextStyleBoldIcon";
|
|
13126
|
+
var TextStyleBoldIcon$1 = TextStyleBoldIcon;
|
|
13127
|
+
|
|
13128
|
+
var _excluded$1P = ["gradient"];
|
|
13129
|
+
|
|
13130
|
+
/**
|
|
13131
|
+
* @component TextStyleItalicIcon
|
|
13132
|
+
* @description
|
|
13133
|
+
*
|
|
13134
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13135
|
+
* The Icon component is
|
|
13136
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13137
|
+
*
|
|
13138
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13139
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13140
|
+
*
|
|
13141
|
+
* @example
|
|
13142
|
+
* return (
|
|
13143
|
+
* <TextStyleItalicIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13144
|
+
* )
|
|
13145
|
+
*
|
|
13146
|
+
* @example
|
|
13147
|
+
* return (
|
|
13148
|
+
* <TextStyleItalicIcon className="mr-2" />
|
|
13149
|
+
* )
|
|
13150
|
+
*
|
|
13151
|
+
* @see
|
|
13152
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13153
|
+
* @see
|
|
13154
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13155
|
+
*/
|
|
13156
|
+
var TextStyleItalicIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13157
|
+
var gradient = _ref.gradient,
|
|
13158
|
+
props = _objectWithoutProperties(_ref, _excluded$1P);
|
|
13159
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13161
|
+
width: 24,
|
|
13162
|
+
height: 24,
|
|
13163
|
+
viewBox: "0 0 24 24",
|
|
13164
|
+
"data-testid": "TextStyleItalicIcon",
|
|
13165
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13166
|
+
focusable: false,
|
|
13167
|
+
ref: ref
|
|
13168
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13169
|
+
gradient: gradient
|
|
13170
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13171
|
+
fillRule: "evenodd",
|
|
13172
|
+
d: "M8.57 20.5 11.87 3.5H15.43L12.12 20.5Z",
|
|
13173
|
+
clipRule: "evenodd"
|
|
13174
|
+
}));
|
|
13175
|
+
});
|
|
13176
|
+
TextStyleItalicIcon.displayName = "TextStyleItalicIcon";
|
|
13177
|
+
var TextStyleItalicIcon$1 = TextStyleItalicIcon;
|
|
13178
|
+
|
|
13179
|
+
var _excluded$1O = ["gradient"];
|
|
13180
|
+
|
|
13181
|
+
/**
|
|
13182
|
+
* @component TextStyleStrikeIcon
|
|
13183
|
+
* @description
|
|
13184
|
+
*
|
|
13185
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13186
|
+
* The Icon component is
|
|
13187
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13188
|
+
*
|
|
13189
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13190
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13191
|
+
*
|
|
13192
|
+
* @example
|
|
13193
|
+
* return (
|
|
13194
|
+
* <TextStyleStrikeIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13195
|
+
* )
|
|
13196
|
+
*
|
|
13197
|
+
* @example
|
|
13198
|
+
* return (
|
|
13199
|
+
* <TextStyleStrikeIcon className="mr-2" />
|
|
13200
|
+
* )
|
|
13201
|
+
*
|
|
13202
|
+
* @see
|
|
13203
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13204
|
+
* @see
|
|
13205
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13206
|
+
*/
|
|
13207
|
+
var TextStyleStrikeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13208
|
+
var gradient = _ref.gradient,
|
|
13209
|
+
props = _objectWithoutProperties(_ref, _excluded$1O);
|
|
13210
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13211
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13212
|
+
width: 24,
|
|
13213
|
+
height: 24,
|
|
13214
|
+
viewBox: "0 0 24 24",
|
|
13215
|
+
"data-testid": "TextStyleStrikeIcon",
|
|
13216
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13217
|
+
focusable: false,
|
|
13218
|
+
ref: ref
|
|
13219
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13220
|
+
gradient: gradient
|
|
13221
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13222
|
+
fillRule: "evenodd",
|
|
13223
|
+
d: "M19.19 15.51Q19.19 16.63 18.78 17.55Q18.37 18.47 17.51 19.13Q16.65 19.78 15.31 20.14Q13.96 20.5 12.11 20.5Q10.47 20.5 9.22 20.21Q7.96 19.91 7.06 19.34Q6.17 18.76 5.61 17.91Q5.05 17.06 4.81 15.96L8.15 15.41Q8.29 15.96 8.56 16.42Q8.83 16.88 9.3 17.21Q9.78 17.55 10.49 17.73Q11.2 17.91 12.21 17.91Q13.96 17.91 14.9 17.38Q15.83 16.84 15.83 15.7Q15.83 15.02 15.45 14.59Q15.08 14.16 14.46 13.88Q13.83 13.59 13.03 13.41Q12.22 13.22 11.34 13.04Q10.63 12.88 9.93 12.7Q9.23 12.53 8.59 12.28Q7.95 12.04 7.4 11.7Q6.85 11.36 6.44 10.86Q6.04 10.36 5.81 9.69Q5.58 9.02 5.58 8.12Q5.58 6.89 6.07 6.01Q6.57 5.13 7.44 4.57Q8.31 4.02 9.52 3.76Q10.73 3.5 12.16 3.5Q13.78 3.5 14.93 3.75Q16.09 4 16.87 4.52Q17.65 5.04 18.1 5.82Q18.55 6.6 18.76 7.64L15.41 8.1Q15.15 7.03 14.36 6.49Q13.57 5.95 12.09 5.95Q11.17 5.95 10.57 6.11Q9.97 6.27 9.61 6.54Q9.25 6.81 9.1 7.16Q8.95 7.52 8.95 7.92Q8.95 8.53 9.24 8.92Q9.53 9.32 10.06 9.58Q10.59 9.84 11.32 10.02Q12.05 10.21 12.93 10.39Q13.71 10.56 14.47 10.74Q15.23 10.92 15.92 11.17Q16.61 11.41 17.21 11.77Q17.81 12.12 18.25 12.63Q18.69 13.14 18.94 13.84Q19.19 14.54 19.19 15.51Z",
|
|
13224
|
+
clipRule: "evenodd"
|
|
13225
|
+
}), /*#__PURE__*/React__default["default"].createElement("rect", {
|
|
13226
|
+
x: "3",
|
|
13227
|
+
y: "11",
|
|
13228
|
+
width: "18",
|
|
13229
|
+
height: "2",
|
|
13230
|
+
rx: "1"
|
|
13231
|
+
}));
|
|
13232
|
+
});
|
|
13233
|
+
TextStyleStrikeIcon.displayName = "TextStyleStrikeIcon";
|
|
13234
|
+
var TextStyleStrikeIcon$1 = TextStyleStrikeIcon;
|
|
13235
|
+
|
|
13236
|
+
var _excluded$1N = ["gradient"];
|
|
13237
|
+
|
|
13238
|
+
/**
|
|
13239
|
+
* @component TextStyleUnderlineIcon
|
|
13240
|
+
* @description
|
|
13241
|
+
*
|
|
13242
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
13243
|
+
* The Icon component is
|
|
13244
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
13245
|
+
*
|
|
13246
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
13247
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
13248
|
+
*
|
|
13249
|
+
* @example
|
|
13250
|
+
* return (
|
|
13251
|
+
* <TextStyleUnderlineIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
13252
|
+
* )
|
|
13253
|
+
*
|
|
13254
|
+
* @example
|
|
13255
|
+
* return (
|
|
13256
|
+
* <TextStyleUnderlineIcon className="mr-2" />
|
|
13257
|
+
* )
|
|
13258
|
+
*
|
|
13259
|
+
* @see
|
|
13260
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
13261
|
+
* @see
|
|
13262
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
13263
|
+
*/
|
|
13264
|
+
var TextStyleUnderlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
|
|
13265
|
+
var gradient = _ref.gradient,
|
|
13266
|
+
props = _objectWithoutProperties(_ref, _excluded$1N);
|
|
13267
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
|
|
13268
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13269
|
+
width: 24,
|
|
13270
|
+
height: 24,
|
|
13271
|
+
viewBox: "0 0 24 24",
|
|
13272
|
+
"data-testid": "TextStyleUnderlineIcon",
|
|
13273
|
+
fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
|
|
13274
|
+
focusable: false,
|
|
13275
|
+
ref: ref
|
|
13276
|
+
}, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
|
|
13277
|
+
gradient: gradient
|
|
13278
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
13279
|
+
fillRule: "evenodd",
|
|
13280
|
+
d: "M11.84 18Q10.45 18 9.3 17.67Q8.14 17.34 7.31 16.64Q6.47 15.94 6.01 14.85Q5.54 13.76 5.54 12.25V3H8.64V12.01Q8.64 12.94 8.87 13.62Q9.1 14.29 9.53 14.73Q9.96 15.17 10.57 15.37Q11.18 15.58 11.92 15.58Q12.68 15.58 13.31 15.36Q13.95 15.14 14.4 14.69Q14.86 14.24 15.11 13.55Q15.36 12.86 15.36 11.9V3H18.46V12.09Q18.46 13.61 17.97 14.72Q17.47 15.84 16.59 16.57Q15.71 17.3 14.5 17.65Q13.29 18 11.84 18Z",
|
|
13281
|
+
clipRule: "evenodd"
|
|
13282
|
+
}), /*#__PURE__*/React__default["default"].createElement("rect", {
|
|
13283
|
+
x: "4",
|
|
13284
|
+
y: "20",
|
|
13285
|
+
width: "16",
|
|
13286
|
+
height: "2",
|
|
13287
|
+
rx: "1"
|
|
13288
|
+
}));
|
|
13289
|
+
});
|
|
13290
|
+
TextStyleUnderlineIcon.displayName = "TextStyleUnderlineIcon";
|
|
13291
|
+
var TextStyleUnderlineIcon$1 = TextStyleUnderlineIcon;
|
|
13292
|
+
|
|
12843
13293
|
var _excluded$1M = ["gradient"];
|
|
12844
13294
|
|
|
12845
13295
|
/**
|
|
@@ -28401,7 +28851,9 @@
|
|
|
28401
28851
|
exports.DARK_THEME_MATCH = DARK_THEME_MATCH;
|
|
28402
28852
|
exports.DARK_THEME_NAMES = DARK_THEME_NAMES;
|
|
28403
28853
|
exports.DARK_THEME_SELECTOR = DARK_THEME_SELECTOR;
|
|
28854
|
+
exports.DEFAULT_DARK_THEME = DEFAULT_DARK_THEME;
|
|
28404
28855
|
exports.DEFAULT_KEYBOARD_STEP = DEFAULT_KEYBOARD_STEP;
|
|
28856
|
+
exports.DEFAULT_THEME = DEFAULT_THEME;
|
|
28405
28857
|
exports.DataTable = DataTable;
|
|
28406
28858
|
exports.DatePicker = DatePicker;
|
|
28407
28859
|
exports.DateStepper = DateStepper;
|
|
@@ -28506,6 +28958,7 @@
|
|
|
28506
28958
|
exports.Item = Item;
|
|
28507
28959
|
exports.ItemContext = ItemContext;
|
|
28508
28960
|
exports.KeyIcon = KeyIcon$1;
|
|
28961
|
+
exports.LIGHT_THEME_NAMES = LIGHT_THEME_NAMES;
|
|
28509
28962
|
exports.Label = Label;
|
|
28510
28963
|
exports.LabelsIcon = LabelsIcon$1;
|
|
28511
28964
|
exports.LayerBackIcon = LayerBackIcon$1;
|
|
@@ -28679,6 +29132,8 @@
|
|
|
28679
29132
|
exports.SunIcon = SunIcon$1;
|
|
28680
29133
|
exports.SystemSettingsIcon = SystemSettingsIcon$1;
|
|
28681
29134
|
exports.THEMES = THEMES;
|
|
29135
|
+
exports.THEME_MODE_SINGLE = THEME_MODE_SINGLE;
|
|
29136
|
+
exports.THEME_MODE_SYSTEM = THEME_MODE_SYSTEM;
|
|
28682
29137
|
exports.THEME_NAMES = THEME_NAMES;
|
|
28683
29138
|
exports.Table = Table;
|
|
28684
29139
|
exports.Tag = Tag;
|
|
@@ -28687,7 +29142,15 @@
|
|
|
28687
29142
|
exports.TaskListCompleteIcon = TaskListCompleteIcon$1;
|
|
28688
29143
|
exports.TaskListIcon = TaskListIcon$1;
|
|
28689
29144
|
exports.Tbody = Tbody;
|
|
29145
|
+
exports.TextAlignCenterIcon = TextAlignCenterIcon$1;
|
|
29146
|
+
exports.TextAlignJustifyIcon = TextAlignJustifyIcon$1;
|
|
29147
|
+
exports.TextAlignLeftIcon = TextAlignLeftIcon$1;
|
|
29148
|
+
exports.TextAlignRightIcon = TextAlignRightIcon$1;
|
|
28690
29149
|
exports.TextIcon = TextIcon$1;
|
|
29150
|
+
exports.TextStyleBoldIcon = TextStyleBoldIcon$1;
|
|
29151
|
+
exports.TextStyleItalicIcon = TextStyleItalicIcon$1;
|
|
29152
|
+
exports.TextStyleStrikeIcon = TextStyleStrikeIcon$1;
|
|
29153
|
+
exports.TextStyleUnderlineIcon = TextStyleUnderlineIcon$1;
|
|
28691
29154
|
exports.Textarea = Textarea;
|
|
28692
29155
|
exports.Thead = Thead;
|
|
28693
29156
|
exports.ThinkingIcon = ThinkingIcon$1;
|
|
@@ -28738,6 +29201,7 @@
|
|
|
28738
29201
|
exports.makeStart = makeStart;
|
|
28739
29202
|
exports.measurePercent = measurePercent;
|
|
28740
29203
|
exports.numberWithSeparator = numberWithSeparator;
|
|
29204
|
+
exports.resolveTheme = resolveTheme;
|
|
28741
29205
|
exports.signifierTypes = signifierTypes;
|
|
28742
29206
|
exports.snap = snap;
|
|
28743
29207
|
exports.toMoment = toMoment;
|