@7shifts/sous-chef 3.67.2 → 3.68.0
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/actions/index.d.ts +2 -2
- package/dist/icons/components/IconThumbsDown.d.ts +9 -0
- package/dist/icons/components/IconThumbsUp.d.ts +9 -0
- package/dist/icons/components/index.d.ts +2 -0
- package/dist/index.js +344 -279
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +345 -280
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -154,7 +154,7 @@ const capitalizeFirstLetter = text => {
|
|
|
154
154
|
};
|
|
155
155
|
const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
|
|
156
156
|
|
|
157
|
-
const _excluded$
|
|
157
|
+
const _excluded$2Z = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
|
|
158
158
|
const getPositionProps = _ref => {
|
|
159
159
|
let {
|
|
160
160
|
m,
|
|
@@ -168,7 +168,7 @@ const getPositionProps = _ref => {
|
|
|
168
168
|
ml,
|
|
169
169
|
marginLeft
|
|
170
170
|
} = _ref,
|
|
171
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
171
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
|
|
172
172
|
return {
|
|
173
173
|
positionProps: {
|
|
174
174
|
m,
|
|
@@ -204,7 +204,7 @@ const getDataProps = (props, config) => {
|
|
|
204
204
|
});
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
const _excluded$
|
|
207
|
+
const _excluded$2Y = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
|
|
208
208
|
/**
|
|
209
209
|
* Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
|
|
210
210
|
*/
|
|
@@ -223,7 +223,7 @@ const Flex = _ref => {
|
|
|
223
223
|
testId,
|
|
224
224
|
extraClass
|
|
225
225
|
} = _ref,
|
|
226
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
226
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
|
|
227
227
|
const {
|
|
228
228
|
positionProps,
|
|
229
229
|
otherProps
|
|
@@ -264,7 +264,7 @@ const Flex = _ref => {
|
|
|
264
264
|
}, child)));
|
|
265
265
|
};
|
|
266
266
|
|
|
267
|
-
const _excluded$
|
|
267
|
+
const _excluded$2X = ["alignItems"];
|
|
268
268
|
/**
|
|
269
269
|
* Layout component to easily stack elements up in a column.
|
|
270
270
|
*/
|
|
@@ -272,7 +272,7 @@ const Stack = _ref => {
|
|
|
272
272
|
let {
|
|
273
273
|
alignItems = 'stretch'
|
|
274
274
|
} = _ref,
|
|
275
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
275
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
|
|
276
276
|
return React.createElement(Flex, _extends({}, props, {
|
|
277
277
|
alignItems: alignItems,
|
|
278
278
|
direction: "column"
|
|
@@ -281,7 +281,7 @@ const Stack = _ref => {
|
|
|
281
281
|
|
|
282
282
|
var styles$1k = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
|
|
283
283
|
|
|
284
|
-
const _excluded$
|
|
284
|
+
const _excluded$2W = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
|
|
285
285
|
/**
|
|
286
286
|
* Used when you want to allow the user to turn some information ON and OFF.
|
|
287
287
|
*
|
|
@@ -297,7 +297,7 @@ const Toggle = _ref => {
|
|
|
297
297
|
id,
|
|
298
298
|
testId
|
|
299
299
|
} = _ref,
|
|
300
|
-
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
300
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
|
|
301
301
|
const {
|
|
302
302
|
dataProps
|
|
303
303
|
} = getDataProps(otherProps);
|
|
@@ -821,7 +821,7 @@ const COMPONENT_NAMES = {
|
|
|
821
821
|
BUTTON: 'BUTTON'
|
|
822
822
|
};
|
|
823
823
|
|
|
824
|
-
const _excluded$
|
|
824
|
+
const _excluded$2V = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
|
|
825
825
|
_excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
|
|
826
826
|
const ButtonComponent = (_ref, ref) => {
|
|
827
827
|
let {
|
|
@@ -843,7 +843,7 @@ const ButtonComponent = (_ref, ref) => {
|
|
|
843
843
|
testId,
|
|
844
844
|
size
|
|
845
845
|
} = _ref,
|
|
846
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
846
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
|
|
847
847
|
const {
|
|
848
848
|
positionProps,
|
|
849
849
|
otherProps
|
|
@@ -983,7 +983,7 @@ const useIsInsideComponent = parentComponentName => {
|
|
|
983
983
|
return componentName === parentComponentName;
|
|
984
984
|
};
|
|
985
985
|
|
|
986
|
-
const _excluded$
|
|
986
|
+
const _excluded$2U = ["testId", "size", "color", "style"];
|
|
987
987
|
const IconInfoCircle = forwardRef((_ref, ref) => {
|
|
988
988
|
let {
|
|
989
989
|
testId = 'icon-info-circle',
|
|
@@ -991,7 +991,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
|
|
|
991
991
|
color,
|
|
992
992
|
style
|
|
993
993
|
} = _ref,
|
|
994
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
994
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
|
|
995
995
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
996
996
|
const styleProps = {
|
|
997
997
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1014,7 +1014,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
|
|
|
1014
1014
|
});
|
|
1015
1015
|
IconInfoCircle.displayName = 'IconInfoCircle';
|
|
1016
1016
|
|
|
1017
|
-
const _excluded$
|
|
1017
|
+
const _excluded$2T = ["testId", "size", "color", "style"];
|
|
1018
1018
|
const IconAnalytics = forwardRef((_ref, ref) => {
|
|
1019
1019
|
let {
|
|
1020
1020
|
testId = 'icon-analytics',
|
|
@@ -1022,7 +1022,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
|
|
|
1022
1022
|
color,
|
|
1023
1023
|
style
|
|
1024
1024
|
} = _ref,
|
|
1025
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1025
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
|
|
1026
1026
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1027
1027
|
const styleProps = {
|
|
1028
1028
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1045,7 +1045,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
|
|
|
1045
1045
|
});
|
|
1046
1046
|
IconAnalytics.displayName = 'IconAnalytics';
|
|
1047
1047
|
|
|
1048
|
-
const _excluded$
|
|
1048
|
+
const _excluded$2S = ["testId", "size", "color", "style"];
|
|
1049
1049
|
const IconArrowDownWideShort = forwardRef((_ref, ref) => {
|
|
1050
1050
|
let {
|
|
1051
1051
|
testId = 'icon-arrow-down-wide-short',
|
|
@@ -1053,7 +1053,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
|
|
|
1053
1053
|
color,
|
|
1054
1054
|
style
|
|
1055
1055
|
} = _ref,
|
|
1056
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1056
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
|
|
1057
1057
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1058
1058
|
const styleProps = {
|
|
1059
1059
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1074,7 +1074,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
|
|
|
1074
1074
|
});
|
|
1075
1075
|
IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
|
|
1076
1076
|
|
|
1077
|
-
const _excluded$
|
|
1077
|
+
const _excluded$2R = ["testId", "size", "color", "style"];
|
|
1078
1078
|
const IconArrowDown = forwardRef((_ref, ref) => {
|
|
1079
1079
|
let {
|
|
1080
1080
|
testId = 'icon-arrow-down',
|
|
@@ -1082,7 +1082,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
|
|
|
1082
1082
|
color,
|
|
1083
1083
|
style
|
|
1084
1084
|
} = _ref,
|
|
1085
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1085
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
|
|
1086
1086
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1087
1087
|
const styleProps = {
|
|
1088
1088
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1105,7 +1105,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
|
|
|
1105
1105
|
});
|
|
1106
1106
|
IconArrowDown.displayName = 'IconArrowDown';
|
|
1107
1107
|
|
|
1108
|
-
const _excluded$
|
|
1108
|
+
const _excluded$2Q = ["testId", "size", "color", "style"];
|
|
1109
1109
|
const IconArrowLeft = forwardRef((_ref, ref) => {
|
|
1110
1110
|
let {
|
|
1111
1111
|
testId = 'icon-arrow-left',
|
|
@@ -1113,7 +1113,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
|
|
|
1113
1113
|
color,
|
|
1114
1114
|
style
|
|
1115
1115
|
} = _ref,
|
|
1116
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1116
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
|
|
1117
1117
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1118
1118
|
const styleProps = {
|
|
1119
1119
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1136,7 +1136,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
|
|
|
1136
1136
|
});
|
|
1137
1137
|
IconArrowLeft.displayName = 'IconArrowLeft';
|
|
1138
1138
|
|
|
1139
|
-
const _excluded$
|
|
1139
|
+
const _excluded$2P = ["testId", "size", "color", "style"];
|
|
1140
1140
|
const IconArrowRight = forwardRef((_ref, ref) => {
|
|
1141
1141
|
let {
|
|
1142
1142
|
testId = 'icon-arrow-right',
|
|
@@ -1144,7 +1144,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
|
|
|
1144
1144
|
color,
|
|
1145
1145
|
style
|
|
1146
1146
|
} = _ref,
|
|
1147
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1147
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
|
|
1148
1148
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1149
1149
|
const styleProps = {
|
|
1150
1150
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1167,7 +1167,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
|
|
|
1167
1167
|
});
|
|
1168
1168
|
IconArrowRight.displayName = 'IconArrowRight';
|
|
1169
1169
|
|
|
1170
|
-
const _excluded$
|
|
1170
|
+
const _excluded$2O = ["testId", "size", "color", "style"];
|
|
1171
1171
|
const IconArrowToTop = forwardRef((_ref, ref) => {
|
|
1172
1172
|
let {
|
|
1173
1173
|
testId = 'icon-arrow-to-top',
|
|
@@ -1175,7 +1175,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
|
|
|
1175
1175
|
color,
|
|
1176
1176
|
style
|
|
1177
1177
|
} = _ref,
|
|
1178
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1178
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
|
|
1179
1179
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1180
1180
|
const styleProps = {
|
|
1181
1181
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1196,7 +1196,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
|
|
|
1196
1196
|
});
|
|
1197
1197
|
IconArrowToTop.displayName = 'IconArrowToTop';
|
|
1198
1198
|
|
|
1199
|
-
const _excluded$
|
|
1199
|
+
const _excluded$2N = ["testId", "size", "color", "style"];
|
|
1200
1200
|
const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
|
|
1201
1201
|
let {
|
|
1202
1202
|
testId = 'icon-arrow-turn-down-right',
|
|
@@ -1204,7 +1204,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
|
|
|
1204
1204
|
color,
|
|
1205
1205
|
style
|
|
1206
1206
|
} = _ref,
|
|
1207
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1207
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
|
|
1208
1208
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1209
1209
|
const styleProps = {
|
|
1210
1210
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1233,7 +1233,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
|
|
|
1233
1233
|
});
|
|
1234
1234
|
IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
|
|
1235
1235
|
|
|
1236
|
-
const _excluded$
|
|
1236
|
+
const _excluded$2M = ["testId", "size", "color", "style"];
|
|
1237
1237
|
const IconArrowUp = forwardRef((_ref, ref) => {
|
|
1238
1238
|
let {
|
|
1239
1239
|
testId = 'icon-arrow-up',
|
|
@@ -1241,7 +1241,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
|
|
|
1241
1241
|
color,
|
|
1242
1242
|
style
|
|
1243
1243
|
} = _ref,
|
|
1244
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1244
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
|
|
1245
1245
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1246
1246
|
const styleProps = {
|
|
1247
1247
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1264,7 +1264,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
|
|
|
1264
1264
|
});
|
|
1265
1265
|
IconArrowUp.displayName = 'IconArrowUp';
|
|
1266
1266
|
|
|
1267
|
-
const _excluded$
|
|
1267
|
+
const _excluded$2L = ["testId", "size", "color", "style"];
|
|
1268
1268
|
const IconAward = forwardRef((_ref, ref) => {
|
|
1269
1269
|
let {
|
|
1270
1270
|
testId = 'icon-award',
|
|
@@ -1272,7 +1272,7 @@ const IconAward = forwardRef((_ref, ref) => {
|
|
|
1272
1272
|
color,
|
|
1273
1273
|
style
|
|
1274
1274
|
} = _ref,
|
|
1275
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1275
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
|
|
1276
1276
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1277
1277
|
const styleProps = {
|
|
1278
1278
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1295,7 +1295,7 @@ const IconAward = forwardRef((_ref, ref) => {
|
|
|
1295
1295
|
});
|
|
1296
1296
|
IconAward.displayName = 'IconAward';
|
|
1297
1297
|
|
|
1298
|
-
const _excluded$
|
|
1298
|
+
const _excluded$2K = ["testId", "size", "color", "style"];
|
|
1299
1299
|
const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
|
|
1300
1300
|
let {
|
|
1301
1301
|
testId = 'icon-awful-monochromatic',
|
|
@@ -1303,7 +1303,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
|
|
|
1303
1303
|
color,
|
|
1304
1304
|
style
|
|
1305
1305
|
} = _ref,
|
|
1306
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1306
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
|
|
1307
1307
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1308
1308
|
const styleProps = {
|
|
1309
1309
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1356,7 +1356,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
|
|
|
1356
1356
|
});
|
|
1357
1357
|
IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
|
|
1358
1358
|
|
|
1359
|
-
const _excluded$
|
|
1359
|
+
const _excluded$2J = ["testId", "size", "color", "style"];
|
|
1360
1360
|
const IconAwful = forwardRef((_ref, ref) => {
|
|
1361
1361
|
let {
|
|
1362
1362
|
testId = 'icon-awful',
|
|
@@ -1364,7 +1364,7 @@ const IconAwful = forwardRef((_ref, ref) => {
|
|
|
1364
1364
|
color,
|
|
1365
1365
|
style
|
|
1366
1366
|
} = _ref,
|
|
1367
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1367
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
|
|
1368
1368
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1369
1369
|
const styleProps = {
|
|
1370
1370
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1405,7 +1405,7 @@ const IconAwful = forwardRef((_ref, ref) => {
|
|
|
1405
1405
|
});
|
|
1406
1406
|
IconAwful.displayName = 'IconAwful';
|
|
1407
1407
|
|
|
1408
|
-
const _excluded$
|
|
1408
|
+
const _excluded$2I = ["testId", "size", "color", "style"];
|
|
1409
1409
|
const IconBadMonochromatic = forwardRef((_ref, ref) => {
|
|
1410
1410
|
let {
|
|
1411
1411
|
testId = 'icon-bad-monochromatic',
|
|
@@ -1413,7 +1413,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
|
|
|
1413
1413
|
color,
|
|
1414
1414
|
style
|
|
1415
1415
|
} = _ref,
|
|
1416
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1416
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
|
|
1417
1417
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1418
1418
|
const styleProps = {
|
|
1419
1419
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1452,7 +1452,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
|
|
|
1452
1452
|
});
|
|
1453
1453
|
IconBadMonochromatic.displayName = 'IconBadMonochromatic';
|
|
1454
1454
|
|
|
1455
|
-
const _excluded$
|
|
1455
|
+
const _excluded$2H = ["testId", "size", "color", "style"];
|
|
1456
1456
|
const IconBad = forwardRef((_ref, ref) => {
|
|
1457
1457
|
let {
|
|
1458
1458
|
testId = 'icon-bad',
|
|
@@ -1460,7 +1460,7 @@ const IconBad = forwardRef((_ref, ref) => {
|
|
|
1460
1460
|
color,
|
|
1461
1461
|
style
|
|
1462
1462
|
} = _ref,
|
|
1463
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1463
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
|
|
1464
1464
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1465
1465
|
const styleProps = {
|
|
1466
1466
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1487,7 +1487,7 @@ const IconBad = forwardRef((_ref, ref) => {
|
|
|
1487
1487
|
});
|
|
1488
1488
|
IconBad.displayName = 'IconBad';
|
|
1489
1489
|
|
|
1490
|
-
const _excluded$
|
|
1490
|
+
const _excluded$2G = ["testId", "size", "color", "style"];
|
|
1491
1491
|
const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
|
|
1492
1492
|
let {
|
|
1493
1493
|
testId = 'icon-balance-scale-left',
|
|
@@ -1495,7 +1495,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
|
|
|
1495
1495
|
color,
|
|
1496
1496
|
style
|
|
1497
1497
|
} = _ref,
|
|
1498
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1498
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
|
|
1499
1499
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1500
1500
|
const styleProps = {
|
|
1501
1501
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1523,7 +1523,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
|
|
|
1523
1523
|
});
|
|
1524
1524
|
IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
|
|
1525
1525
|
|
|
1526
|
-
const _excluded$
|
|
1526
|
+
const _excluded$2F = ["testId", "size", "color", "style"];
|
|
1527
1527
|
const IconBalanceScale = forwardRef((_ref, ref) => {
|
|
1528
1528
|
let {
|
|
1529
1529
|
testId = 'icon-balance-scale',
|
|
@@ -1531,7 +1531,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
|
|
|
1531
1531
|
color,
|
|
1532
1532
|
style
|
|
1533
1533
|
} = _ref,
|
|
1534
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1534
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
|
|
1535
1535
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1536
1536
|
const styleProps = {
|
|
1537
1537
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1559,7 +1559,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
|
|
|
1559
1559
|
});
|
|
1560
1560
|
IconBalanceScale.displayName = 'IconBalanceScale';
|
|
1561
1561
|
|
|
1562
|
-
const _excluded$
|
|
1562
|
+
const _excluded$2E = ["testId", "size", "color", "style"];
|
|
1563
1563
|
const IconBan = forwardRef((_ref, ref) => {
|
|
1564
1564
|
let {
|
|
1565
1565
|
testId = 'icon-ban',
|
|
@@ -1567,7 +1567,7 @@ const IconBan = forwardRef((_ref, ref) => {
|
|
|
1567
1567
|
color,
|
|
1568
1568
|
style
|
|
1569
1569
|
} = _ref,
|
|
1570
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1570
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
|
|
1571
1571
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1572
1572
|
const styleProps = {
|
|
1573
1573
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1588,7 +1588,7 @@ const IconBan = forwardRef((_ref, ref) => {
|
|
|
1588
1588
|
});
|
|
1589
1589
|
IconBan.displayName = 'IconBan';
|
|
1590
1590
|
|
|
1591
|
-
const _excluded$
|
|
1591
|
+
const _excluded$2D = ["testId", "size", "color", "style"];
|
|
1592
1592
|
const IconBarsH = forwardRef((_ref, ref) => {
|
|
1593
1593
|
let {
|
|
1594
1594
|
testId = 'icon-bars-h',
|
|
@@ -1596,7 +1596,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
|
|
|
1596
1596
|
color,
|
|
1597
1597
|
style
|
|
1598
1598
|
} = _ref,
|
|
1599
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1599
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
|
|
1600
1600
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1601
1601
|
const styleProps = {
|
|
1602
1602
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1619,7 +1619,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
|
|
|
1619
1619
|
});
|
|
1620
1620
|
IconBarsH.displayName = 'IconBarsH';
|
|
1621
1621
|
|
|
1622
|
-
const _excluded$
|
|
1622
|
+
const _excluded$2C = ["testId", "size", "color", "style"];
|
|
1623
1623
|
const IconBarsV = forwardRef((_ref, ref) => {
|
|
1624
1624
|
let {
|
|
1625
1625
|
testId = 'icon-bars-v',
|
|
@@ -1627,7 +1627,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
|
|
|
1627
1627
|
color,
|
|
1628
1628
|
style
|
|
1629
1629
|
} = _ref,
|
|
1630
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1630
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
|
|
1631
1631
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1632
1632
|
const styleProps = {
|
|
1633
1633
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1648,7 +1648,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
|
|
|
1648
1648
|
});
|
|
1649
1649
|
IconBarsV.displayName = 'IconBarsV';
|
|
1650
1650
|
|
|
1651
|
-
const _excluded$
|
|
1651
|
+
const _excluded$2B = ["testId", "size", "color", "style"];
|
|
1652
1652
|
const IconBell = forwardRef((_ref, ref) => {
|
|
1653
1653
|
let {
|
|
1654
1654
|
testId = 'icon-bell',
|
|
@@ -1656,7 +1656,7 @@ const IconBell = forwardRef((_ref, ref) => {
|
|
|
1656
1656
|
color,
|
|
1657
1657
|
style
|
|
1658
1658
|
} = _ref,
|
|
1659
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1659
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
|
|
1660
1660
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1661
1661
|
const styleProps = {
|
|
1662
1662
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1679,7 +1679,7 @@ const IconBell = forwardRef((_ref, ref) => {
|
|
|
1679
1679
|
});
|
|
1680
1680
|
IconBell.displayName = 'IconBell';
|
|
1681
1681
|
|
|
1682
|
-
const _excluded$
|
|
1682
|
+
const _excluded$2A = ["testId", "size", "color", "style"];
|
|
1683
1683
|
const IconBirthdayCake = forwardRef((_ref, ref) => {
|
|
1684
1684
|
let {
|
|
1685
1685
|
testId = 'icon-birthday-cake',
|
|
@@ -1687,7 +1687,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
|
|
|
1687
1687
|
color,
|
|
1688
1688
|
style
|
|
1689
1689
|
} = _ref,
|
|
1690
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1690
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
|
|
1691
1691
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1692
1692
|
const styleProps = {
|
|
1693
1693
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1708,7 +1708,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
|
|
|
1708
1708
|
});
|
|
1709
1709
|
IconBirthdayCake.displayName = 'IconBirthdayCake';
|
|
1710
1710
|
|
|
1711
|
-
const _excluded$
|
|
1711
|
+
const _excluded$2z = ["testId", "size", "color", "style"];
|
|
1712
1712
|
const IconBold = forwardRef((_ref, ref) => {
|
|
1713
1713
|
let {
|
|
1714
1714
|
testId = 'icon-bold',
|
|
@@ -1716,7 +1716,7 @@ const IconBold = forwardRef((_ref, ref) => {
|
|
|
1716
1716
|
color,
|
|
1717
1717
|
style
|
|
1718
1718
|
} = _ref,
|
|
1719
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1719
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
|
|
1720
1720
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1721
1721
|
const styleProps = {
|
|
1722
1722
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1737,7 +1737,7 @@ const IconBold = forwardRef((_ref, ref) => {
|
|
|
1737
1737
|
});
|
|
1738
1738
|
IconBold.displayName = 'IconBold';
|
|
1739
1739
|
|
|
1740
|
-
const _excluded$
|
|
1740
|
+
const _excluded$2y = ["testId", "size", "color", "style"];
|
|
1741
1741
|
const IconBolt = forwardRef((_ref, ref) => {
|
|
1742
1742
|
let {
|
|
1743
1743
|
testId = 'icon-bolt',
|
|
@@ -1745,7 +1745,7 @@ const IconBolt = forwardRef((_ref, ref) => {
|
|
|
1745
1745
|
color,
|
|
1746
1746
|
style
|
|
1747
1747
|
} = _ref,
|
|
1748
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1748
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
|
|
1749
1749
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1750
1750
|
const styleProps = {
|
|
1751
1751
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1773,7 +1773,7 @@ const IconBolt = forwardRef((_ref, ref) => {
|
|
|
1773
1773
|
});
|
|
1774
1774
|
IconBolt.displayName = 'IconBolt';
|
|
1775
1775
|
|
|
1776
|
-
const _excluded$
|
|
1776
|
+
const _excluded$2x = ["testId", "size", "color", "style"];
|
|
1777
1777
|
const IconBook = forwardRef((_ref, ref) => {
|
|
1778
1778
|
let {
|
|
1779
1779
|
testId = 'icon-book',
|
|
@@ -1781,7 +1781,7 @@ const IconBook = forwardRef((_ref, ref) => {
|
|
|
1781
1781
|
color,
|
|
1782
1782
|
style
|
|
1783
1783
|
} = _ref,
|
|
1784
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1784
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
|
|
1785
1785
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1786
1786
|
const styleProps = {
|
|
1787
1787
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1804,7 +1804,7 @@ const IconBook = forwardRef((_ref, ref) => {
|
|
|
1804
1804
|
});
|
|
1805
1805
|
IconBook.displayName = 'IconBook';
|
|
1806
1806
|
|
|
1807
|
-
const _excluded$
|
|
1807
|
+
const _excluded$2w = ["testId", "size", "color", "style"];
|
|
1808
1808
|
const IconBriefcase = forwardRef((_ref, ref) => {
|
|
1809
1809
|
let {
|
|
1810
1810
|
testId = 'icon-briefcase',
|
|
@@ -1812,7 +1812,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
|
|
|
1812
1812
|
color,
|
|
1813
1813
|
style
|
|
1814
1814
|
} = _ref,
|
|
1815
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1815
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
|
|
1816
1816
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1817
1817
|
const styleProps = {
|
|
1818
1818
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1833,7 +1833,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
|
|
|
1833
1833
|
});
|
|
1834
1834
|
IconBriefcase.displayName = 'IconBriefcase';
|
|
1835
1835
|
|
|
1836
|
-
const _excluded$
|
|
1836
|
+
const _excluded$2v = ["testId", "size", "color", "style"];
|
|
1837
1837
|
const IconBullseyeArrow = forwardRef((_ref, ref) => {
|
|
1838
1838
|
let {
|
|
1839
1839
|
testId = 'icon-bullseye-arrow',
|
|
@@ -1841,7 +1841,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
|
|
|
1841
1841
|
color,
|
|
1842
1842
|
style
|
|
1843
1843
|
} = _ref,
|
|
1844
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1844
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
|
|
1845
1845
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1846
1846
|
const styleProps = {
|
|
1847
1847
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1864,7 +1864,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
|
|
|
1864
1864
|
});
|
|
1865
1865
|
IconBullseyeArrow.displayName = 'IconBullseyeArrow';
|
|
1866
1866
|
|
|
1867
|
-
const _excluded$
|
|
1867
|
+
const _excluded$2u = ["testId", "size", "color", "style"];
|
|
1868
1868
|
const IconCalculator = forwardRef((_ref, ref) => {
|
|
1869
1869
|
let {
|
|
1870
1870
|
testId = 'icon-calculator',
|
|
@@ -1872,7 +1872,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
|
|
|
1872
1872
|
color,
|
|
1873
1873
|
style
|
|
1874
1874
|
} = _ref,
|
|
1875
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1875
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
|
|
1876
1876
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1877
1877
|
const styleProps = {
|
|
1878
1878
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1895,7 +1895,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
|
|
|
1895
1895
|
});
|
|
1896
1896
|
IconCalculator.displayName = 'IconCalculator';
|
|
1897
1897
|
|
|
1898
|
-
const _excluded$
|
|
1898
|
+
const _excluded$2t = ["testId", "size", "color", "style"];
|
|
1899
1899
|
const IconCalendarAlt = forwardRef((_ref, ref) => {
|
|
1900
1900
|
let {
|
|
1901
1901
|
testId = 'icon-calendar-alt',
|
|
@@ -1903,7 +1903,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
|
|
|
1903
1903
|
color,
|
|
1904
1904
|
style
|
|
1905
1905
|
} = _ref,
|
|
1906
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1906
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
|
|
1907
1907
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1908
1908
|
const styleProps = {
|
|
1909
1909
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1926,7 +1926,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
|
|
|
1926
1926
|
});
|
|
1927
1927
|
IconCalendarAlt.displayName = 'IconCalendarAlt';
|
|
1928
1928
|
|
|
1929
|
-
const _excluded$
|
|
1929
|
+
const _excluded$2s = ["testId", "size", "color", "style"];
|
|
1930
1930
|
const IconCalendarCheck = forwardRef((_ref, ref) => {
|
|
1931
1931
|
let {
|
|
1932
1932
|
testId = 'icon-calendar-check',
|
|
@@ -1934,7 +1934,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
|
|
|
1934
1934
|
color,
|
|
1935
1935
|
style
|
|
1936
1936
|
} = _ref,
|
|
1937
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1937
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
|
|
1938
1938
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1939
1939
|
const styleProps = {
|
|
1940
1940
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1957,7 +1957,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
|
|
|
1957
1957
|
});
|
|
1958
1958
|
IconCalendarCheck.displayName = 'IconCalendarCheck';
|
|
1959
1959
|
|
|
1960
|
-
const _excluded$
|
|
1960
|
+
const _excluded$2r = ["testId", "size", "color", "style"];
|
|
1961
1961
|
const IconCalendarDay = forwardRef((_ref, ref) => {
|
|
1962
1962
|
let {
|
|
1963
1963
|
testId = 'icon-calendar-day',
|
|
@@ -1965,7 +1965,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
|
|
|
1965
1965
|
color,
|
|
1966
1966
|
style
|
|
1967
1967
|
} = _ref,
|
|
1968
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1968
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
|
|
1969
1969
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
1970
1970
|
const styleProps = {
|
|
1971
1971
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -1993,7 +1993,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
|
|
|
1993
1993
|
});
|
|
1994
1994
|
IconCalendarDay.displayName = 'IconCalendarDay';
|
|
1995
1995
|
|
|
1996
|
-
const _excluded$
|
|
1996
|
+
const _excluded$2q = ["testId", "size", "color", "style"];
|
|
1997
1997
|
const IconCalendarExclamation = forwardRef((_ref, ref) => {
|
|
1998
1998
|
let {
|
|
1999
1999
|
testId = 'icon-calendar-exclamation',
|
|
@@ -2001,7 +2001,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
|
|
|
2001
2001
|
color,
|
|
2002
2002
|
style
|
|
2003
2003
|
} = _ref,
|
|
2004
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2004
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
|
|
2005
2005
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2006
2006
|
const styleProps = {
|
|
2007
2007
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2022,7 +2022,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
|
|
|
2022
2022
|
});
|
|
2023
2023
|
IconCalendarExclamation.displayName = 'IconCalendarExclamation';
|
|
2024
2024
|
|
|
2025
|
-
const _excluded$
|
|
2025
|
+
const _excluded$2p = ["testId", "size", "color", "style"];
|
|
2026
2026
|
const IconCalendarStar = forwardRef((_ref, ref) => {
|
|
2027
2027
|
let {
|
|
2028
2028
|
testId = 'icon-calendar-star',
|
|
@@ -2030,7 +2030,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
|
|
|
2030
2030
|
color,
|
|
2031
2031
|
style
|
|
2032
2032
|
} = _ref,
|
|
2033
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2033
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
|
|
2034
2034
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2035
2035
|
const styleProps = {
|
|
2036
2036
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2051,7 +2051,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
|
|
|
2051
2051
|
});
|
|
2052
2052
|
IconCalendarStar.displayName = 'IconCalendarStar';
|
|
2053
2053
|
|
|
2054
|
-
const _excluded$
|
|
2054
|
+
const _excluded$2o = ["testId", "size", "color", "style"];
|
|
2055
2055
|
const IconCalendarTomorrow = forwardRef((_ref, ref) => {
|
|
2056
2056
|
let {
|
|
2057
2057
|
testId = 'icon-calendar-tomorrow',
|
|
@@ -2059,7 +2059,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
|
|
|
2059
2059
|
color,
|
|
2060
2060
|
style
|
|
2061
2061
|
} = _ref,
|
|
2062
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2062
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
|
|
2063
2063
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2064
2064
|
const styleProps = {
|
|
2065
2065
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2089,7 +2089,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
|
|
|
2089
2089
|
});
|
|
2090
2090
|
IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
|
|
2091
2091
|
|
|
2092
|
-
const _excluded$
|
|
2092
|
+
const _excluded$2n = ["testId", "size", "color", "style"];
|
|
2093
2093
|
const IconCalendar = forwardRef((_ref, ref) => {
|
|
2094
2094
|
let {
|
|
2095
2095
|
testId = 'icon-calendar',
|
|
@@ -2097,7 +2097,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
|
|
|
2097
2097
|
color,
|
|
2098
2098
|
style
|
|
2099
2099
|
} = _ref,
|
|
2100
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2100
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
|
|
2101
2101
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2102
2102
|
const styleProps = {
|
|
2103
2103
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2120,7 +2120,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
|
|
|
2120
2120
|
});
|
|
2121
2121
|
IconCalendar.displayName = 'IconCalendar';
|
|
2122
2122
|
|
|
2123
|
-
const _excluded$
|
|
2123
|
+
const _excluded$2m = ["testId", "size", "color", "style"];
|
|
2124
2124
|
const IconCameraSlash = forwardRef((_ref, ref) => {
|
|
2125
2125
|
let {
|
|
2126
2126
|
testId = 'icon-camera-slash',
|
|
@@ -2128,7 +2128,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
|
|
|
2128
2128
|
color,
|
|
2129
2129
|
style
|
|
2130
2130
|
} = _ref,
|
|
2131
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2131
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
|
|
2132
2132
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2133
2133
|
const styleProps = {
|
|
2134
2134
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2152,7 +2152,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
|
|
|
2152
2152
|
});
|
|
2153
2153
|
IconCameraSlash.displayName = 'IconCameraSlash';
|
|
2154
2154
|
|
|
2155
|
-
const _excluded$
|
|
2155
|
+
const _excluded$2l = ["testId", "size", "color", "style"];
|
|
2156
2156
|
const IconCamera = forwardRef((_ref, ref) => {
|
|
2157
2157
|
let {
|
|
2158
2158
|
testId = 'icon-camera',
|
|
@@ -2160,7 +2160,7 @@ const IconCamera = forwardRef((_ref, ref) => {
|
|
|
2160
2160
|
color,
|
|
2161
2161
|
style
|
|
2162
2162
|
} = _ref,
|
|
2163
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2163
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
|
|
2164
2164
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2165
2165
|
const styleProps = {
|
|
2166
2166
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2181,7 +2181,7 @@ const IconCamera = forwardRef((_ref, ref) => {
|
|
|
2181
2181
|
});
|
|
2182
2182
|
IconCamera.displayName = 'IconCamera';
|
|
2183
2183
|
|
|
2184
|
-
const _excluded$
|
|
2184
|
+
const _excluded$2k = ["testId", "size", "color", "style"];
|
|
2185
2185
|
const IconCashRegister = forwardRef((_ref, ref) => {
|
|
2186
2186
|
let {
|
|
2187
2187
|
testId = 'icon-cash-register',
|
|
@@ -2189,7 +2189,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
|
|
|
2189
2189
|
color,
|
|
2190
2190
|
style
|
|
2191
2191
|
} = _ref,
|
|
2192
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2192
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
|
|
2193
2193
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2194
2194
|
const styleProps = {
|
|
2195
2195
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2210,7 +2210,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
|
|
|
2210
2210
|
});
|
|
2211
2211
|
IconCashRegister.displayName = 'IconCashRegister';
|
|
2212
2212
|
|
|
2213
|
-
const _excluded$
|
|
2213
|
+
const _excluded$2j = ["testId", "size", "color", "style"];
|
|
2214
2214
|
const IconChartBar = forwardRef((_ref, ref) => {
|
|
2215
2215
|
let {
|
|
2216
2216
|
testId = 'icon-chart-bar',
|
|
@@ -2218,7 +2218,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
|
|
|
2218
2218
|
color,
|
|
2219
2219
|
style
|
|
2220
2220
|
} = _ref,
|
|
2221
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2221
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
|
|
2222
2222
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2223
2223
|
const styleProps = {
|
|
2224
2224
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2241,7 +2241,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
|
|
|
2241
2241
|
});
|
|
2242
2242
|
IconChartBar.displayName = 'IconChartBar';
|
|
2243
2243
|
|
|
2244
|
-
const _excluded$
|
|
2244
|
+
const _excluded$2i = ["testId", "size", "color", "style"];
|
|
2245
2245
|
const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
|
|
2246
2246
|
let {
|
|
2247
2247
|
testId = 'icon-check-circle-incomplete',
|
|
@@ -2249,7 +2249,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
|
|
|
2249
2249
|
color,
|
|
2250
2250
|
style
|
|
2251
2251
|
} = _ref,
|
|
2252
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2252
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
|
|
2253
2253
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2254
2254
|
const styleProps = {
|
|
2255
2255
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2270,7 +2270,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
|
|
|
2270
2270
|
});
|
|
2271
2271
|
IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
|
|
2272
2272
|
|
|
2273
|
-
const _excluded$
|
|
2273
|
+
const _excluded$2h = ["testId", "size", "color", "style"];
|
|
2274
2274
|
const IconCheck = forwardRef((_ref, ref) => {
|
|
2275
2275
|
let {
|
|
2276
2276
|
testId = 'icon-check',
|
|
@@ -2278,7 +2278,7 @@ const IconCheck = forwardRef((_ref, ref) => {
|
|
|
2278
2278
|
color,
|
|
2279
2279
|
style
|
|
2280
2280
|
} = _ref,
|
|
2281
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2281
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
|
|
2282
2282
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2283
2283
|
const styleProps = {
|
|
2284
2284
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2301,7 +2301,7 @@ const IconCheck = forwardRef((_ref, ref) => {
|
|
|
2301
2301
|
});
|
|
2302
2302
|
IconCheck.displayName = 'IconCheck';
|
|
2303
2303
|
|
|
2304
|
-
const _excluded$
|
|
2304
|
+
const _excluded$2g = ["testId", "size", "color", "style"];
|
|
2305
2305
|
const IconChevronDown = forwardRef((_ref, ref) => {
|
|
2306
2306
|
let {
|
|
2307
2307
|
testId = 'icon-chevron-down',
|
|
@@ -2309,7 +2309,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
|
|
|
2309
2309
|
color,
|
|
2310
2310
|
style
|
|
2311
2311
|
} = _ref,
|
|
2312
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2312
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
|
|
2313
2313
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2314
2314
|
const styleProps = {
|
|
2315
2315
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2332,7 +2332,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
|
|
|
2332
2332
|
});
|
|
2333
2333
|
IconChevronDown.displayName = 'IconChevronDown';
|
|
2334
2334
|
|
|
2335
|
-
const _excluded$
|
|
2335
|
+
const _excluded$2f = ["testId", "size", "color", "style"];
|
|
2336
2336
|
const IconChevronLeft = forwardRef((_ref, ref) => {
|
|
2337
2337
|
let {
|
|
2338
2338
|
testId = 'icon-chevron-left',
|
|
@@ -2340,7 +2340,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
|
|
|
2340
2340
|
color,
|
|
2341
2341
|
style
|
|
2342
2342
|
} = _ref,
|
|
2343
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2343
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
|
|
2344
2344
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2345
2345
|
const styleProps = {
|
|
2346
2346
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2363,7 +2363,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
|
|
|
2363
2363
|
});
|
|
2364
2364
|
IconChevronLeft.displayName = 'IconChevronLeft';
|
|
2365
2365
|
|
|
2366
|
-
const _excluded$
|
|
2366
|
+
const _excluded$2e = ["testId", "size", "color", "style"];
|
|
2367
2367
|
const IconChevronRight = forwardRef((_ref, ref) => {
|
|
2368
2368
|
let {
|
|
2369
2369
|
testId = 'icon-chevron-right',
|
|
@@ -2371,7 +2371,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
|
|
|
2371
2371
|
color,
|
|
2372
2372
|
style
|
|
2373
2373
|
} = _ref,
|
|
2374
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2374
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
|
|
2375
2375
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2376
2376
|
const styleProps = {
|
|
2377
2377
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2394,7 +2394,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
|
|
|
2394
2394
|
});
|
|
2395
2395
|
IconChevronRight.displayName = 'IconChevronRight';
|
|
2396
2396
|
|
|
2397
|
-
const _excluded$
|
|
2397
|
+
const _excluded$2d = ["testId", "size", "color", "style"];
|
|
2398
2398
|
const IconChevronUp = forwardRef((_ref, ref) => {
|
|
2399
2399
|
let {
|
|
2400
2400
|
testId = 'icon-chevron-up',
|
|
@@ -2402,7 +2402,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
|
|
|
2402
2402
|
color,
|
|
2403
2403
|
style
|
|
2404
2404
|
} = _ref,
|
|
2405
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2405
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
|
|
2406
2406
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2407
2407
|
const styleProps = {
|
|
2408
2408
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2425,7 +2425,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
|
|
|
2425
2425
|
});
|
|
2426
2426
|
IconChevronUp.displayName = 'IconChevronUp';
|
|
2427
2427
|
|
|
2428
|
-
const _excluded$
|
|
2428
|
+
const _excluded$2c = ["testId", "size", "color", "style"];
|
|
2429
2429
|
const IconClipboardList = forwardRef((_ref, ref) => {
|
|
2430
2430
|
let {
|
|
2431
2431
|
testId = 'icon-clipboard-list',
|
|
@@ -2433,7 +2433,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
|
|
|
2433
2433
|
color,
|
|
2434
2434
|
style
|
|
2435
2435
|
} = _ref,
|
|
2436
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2436
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
|
|
2437
2437
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2438
2438
|
const styleProps = {
|
|
2439
2439
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2456,7 +2456,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
|
|
|
2456
2456
|
});
|
|
2457
2457
|
IconClipboardList.displayName = 'IconClipboardList';
|
|
2458
2458
|
|
|
2459
|
-
const _excluded$
|
|
2459
|
+
const _excluded$2b = ["testId", "size", "color", "style"];
|
|
2460
2460
|
const IconClockExclamation = forwardRef((_ref, ref) => {
|
|
2461
2461
|
let {
|
|
2462
2462
|
testId = 'icon-clock-exclamation',
|
|
@@ -2464,7 +2464,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
|
|
|
2464
2464
|
color,
|
|
2465
2465
|
style
|
|
2466
2466
|
} = _ref,
|
|
2467
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2467
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
|
|
2468
2468
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2469
2469
|
const styleProps = {
|
|
2470
2470
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2492,7 +2492,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
|
|
|
2492
2492
|
});
|
|
2493
2493
|
IconClockExclamation.displayName = 'IconClockExclamation';
|
|
2494
2494
|
|
|
2495
|
-
const _excluded$
|
|
2495
|
+
const _excluded$2a = ["testId", "size", "color", "style"];
|
|
2496
2496
|
const IconClockRewind = forwardRef((_ref, ref) => {
|
|
2497
2497
|
let {
|
|
2498
2498
|
testId = 'icon-clock-rewind',
|
|
@@ -2500,7 +2500,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
|
|
|
2500
2500
|
color,
|
|
2501
2501
|
style
|
|
2502
2502
|
} = _ref,
|
|
2503
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2503
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
|
|
2504
2504
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2505
2505
|
const styleProps = {
|
|
2506
2506
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2528,7 +2528,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
|
|
|
2528
2528
|
});
|
|
2529
2529
|
IconClockRewind.displayName = 'IconClockRewind';
|
|
2530
2530
|
|
|
2531
|
-
const _excluded$
|
|
2531
|
+
const _excluded$29 = ["testId", "size", "color", "style"];
|
|
2532
2532
|
const IconClock = forwardRef((_ref, ref) => {
|
|
2533
2533
|
let {
|
|
2534
2534
|
testId = 'icon-clock',
|
|
@@ -2536,7 +2536,7 @@ const IconClock = forwardRef((_ref, ref) => {
|
|
|
2536
2536
|
color,
|
|
2537
2537
|
style
|
|
2538
2538
|
} = _ref,
|
|
2539
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2539
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
|
|
2540
2540
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2541
2541
|
const styleProps = {
|
|
2542
2542
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2557,7 +2557,7 @@ const IconClock = forwardRef((_ref, ref) => {
|
|
|
2557
2557
|
});
|
|
2558
2558
|
IconClock.displayName = 'IconClock';
|
|
2559
2559
|
|
|
2560
|
-
const _excluded$
|
|
2560
|
+
const _excluded$28 = ["testId", "size", "color", "style"];
|
|
2561
2561
|
const IconCog = forwardRef((_ref, ref) => {
|
|
2562
2562
|
let {
|
|
2563
2563
|
testId = 'icon-cog',
|
|
@@ -2565,7 +2565,7 @@ const IconCog = forwardRef((_ref, ref) => {
|
|
|
2565
2565
|
color,
|
|
2566
2566
|
style
|
|
2567
2567
|
} = _ref,
|
|
2568
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2568
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
|
|
2569
2569
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2570
2570
|
const styleProps = {
|
|
2571
2571
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2586,7 +2586,7 @@ const IconCog = forwardRef((_ref, ref) => {
|
|
|
2586
2586
|
});
|
|
2587
2587
|
IconCog.displayName = 'IconCog';
|
|
2588
2588
|
|
|
2589
|
-
const _excluded$
|
|
2589
|
+
const _excluded$27 = ["testId", "size", "color", "style"];
|
|
2590
2590
|
const IconCommentLines = forwardRef((_ref, ref) => {
|
|
2591
2591
|
let {
|
|
2592
2592
|
testId = 'icon-comment-lines',
|
|
@@ -2594,7 +2594,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
|
|
|
2594
2594
|
color,
|
|
2595
2595
|
style
|
|
2596
2596
|
} = _ref,
|
|
2597
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2597
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
|
|
2598
2598
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2599
2599
|
const styleProps = {
|
|
2600
2600
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2620,7 +2620,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
|
|
|
2620
2620
|
});
|
|
2621
2621
|
IconCommentLines.displayName = 'IconCommentLines';
|
|
2622
2622
|
|
|
2623
|
-
const _excluded$
|
|
2623
|
+
const _excluded$26 = ["testId", "size", "color", "style"];
|
|
2624
2624
|
const IconComment = forwardRef((_ref, ref) => {
|
|
2625
2625
|
let {
|
|
2626
2626
|
testId = 'icon-comment',
|
|
@@ -2628,7 +2628,7 @@ const IconComment = forwardRef((_ref, ref) => {
|
|
|
2628
2628
|
color,
|
|
2629
2629
|
style
|
|
2630
2630
|
} = _ref,
|
|
2631
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2631
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
|
|
2632
2632
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2633
2633
|
const styleProps = {
|
|
2634
2634
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2651,7 +2651,7 @@ const IconComment = forwardRef((_ref, ref) => {
|
|
|
2651
2651
|
});
|
|
2652
2652
|
IconComment.displayName = 'IconComment';
|
|
2653
2653
|
|
|
2654
|
-
const _excluded$
|
|
2654
|
+
const _excluded$25 = ["testId", "size", "color", "style"];
|
|
2655
2655
|
const IconCopy = forwardRef((_ref, ref) => {
|
|
2656
2656
|
let {
|
|
2657
2657
|
testId = 'icon-copy',
|
|
@@ -2659,7 +2659,7 @@ const IconCopy = forwardRef((_ref, ref) => {
|
|
|
2659
2659
|
color,
|
|
2660
2660
|
style
|
|
2661
2661
|
} = _ref,
|
|
2662
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2662
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
|
|
2663
2663
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2664
2664
|
const styleProps = {
|
|
2665
2665
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2687,7 +2687,7 @@ const IconCopy = forwardRef((_ref, ref) => {
|
|
|
2687
2687
|
});
|
|
2688
2688
|
IconCopy.displayName = 'IconCopy';
|
|
2689
2689
|
|
|
2690
|
-
const _excluded$
|
|
2690
|
+
const _excluded$24 = ["testId", "size", "color", "style"];
|
|
2691
2691
|
const IconCreditCardPlus = forwardRef((_ref, ref) => {
|
|
2692
2692
|
let {
|
|
2693
2693
|
testId = 'icon-credit-card-plus',
|
|
@@ -2695,7 +2695,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
|
|
|
2695
2695
|
color,
|
|
2696
2696
|
style
|
|
2697
2697
|
} = _ref,
|
|
2698
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2698
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
|
|
2699
2699
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2700
2700
|
const styleProps = {
|
|
2701
2701
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2725,7 +2725,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
|
|
|
2725
2725
|
});
|
|
2726
2726
|
IconCreditCardPlus.displayName = 'IconCreditCardPlus';
|
|
2727
2727
|
|
|
2728
|
-
const _excluded$
|
|
2728
|
+
const _excluded$23 = ["testId", "size", "color", "style"];
|
|
2729
2729
|
const IconCreditCard = forwardRef((_ref, ref) => {
|
|
2730
2730
|
let {
|
|
2731
2731
|
testId = 'icon-credit-card',
|
|
@@ -2733,7 +2733,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
|
|
|
2733
2733
|
color,
|
|
2734
2734
|
style
|
|
2735
2735
|
} = _ref,
|
|
2736
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2736
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
|
|
2737
2737
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2738
2738
|
const styleProps = {
|
|
2739
2739
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2761,7 +2761,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
|
|
|
2761
2761
|
});
|
|
2762
2762
|
IconCreditCard.displayName = 'IconCreditCard';
|
|
2763
2763
|
|
|
2764
|
-
const _excluded$
|
|
2764
|
+
const _excluded$22 = ["testId", "size", "color", "style"];
|
|
2765
2765
|
const IconDecentMonochromatic = forwardRef((_ref, ref) => {
|
|
2766
2766
|
let {
|
|
2767
2767
|
testId = 'icon-decent-monochromatic',
|
|
@@ -2769,7 +2769,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
|
|
|
2769
2769
|
color,
|
|
2770
2770
|
style
|
|
2771
2771
|
} = _ref,
|
|
2772
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2772
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
|
|
2773
2773
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2774
2774
|
const styleProps = {
|
|
2775
2775
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2812,7 +2812,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
|
|
|
2812
2812
|
});
|
|
2813
2813
|
IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
|
|
2814
2814
|
|
|
2815
|
-
const _excluded$
|
|
2815
|
+
const _excluded$21 = ["testId", "size", "color", "style"];
|
|
2816
2816
|
const IconDecent = forwardRef((_ref, ref) => {
|
|
2817
2817
|
let {
|
|
2818
2818
|
testId = 'icon-decent',
|
|
@@ -2820,7 +2820,7 @@ const IconDecent = forwardRef((_ref, ref) => {
|
|
|
2820
2820
|
color,
|
|
2821
2821
|
style
|
|
2822
2822
|
} = _ref,
|
|
2823
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2823
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
|
|
2824
2824
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2825
2825
|
const styleProps = {
|
|
2826
2826
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2851,7 +2851,7 @@ const IconDecent = forwardRef((_ref, ref) => {
|
|
|
2851
2851
|
});
|
|
2852
2852
|
IconDecent.displayName = 'IconDecent';
|
|
2853
2853
|
|
|
2854
|
-
const _excluded$
|
|
2854
|
+
const _excluded$20 = ["testId", "size", "color", "style"];
|
|
2855
2855
|
const IconDollarSign = forwardRef((_ref, ref) => {
|
|
2856
2856
|
let {
|
|
2857
2857
|
testId = 'icon-dollar-sign',
|
|
@@ -2859,7 +2859,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
|
|
|
2859
2859
|
color,
|
|
2860
2860
|
style
|
|
2861
2861
|
} = _ref,
|
|
2862
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2862
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
|
|
2863
2863
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2864
2864
|
const styleProps = {
|
|
2865
2865
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2880,7 +2880,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
|
|
|
2880
2880
|
});
|
|
2881
2881
|
IconDollarSign.displayName = 'IconDollarSign';
|
|
2882
2882
|
|
|
2883
|
-
const _excluded$
|
|
2883
|
+
const _excluded$1$ = ["testId", "size", "color", "style"];
|
|
2884
2884
|
const IconDownload = forwardRef((_ref, ref) => {
|
|
2885
2885
|
let {
|
|
2886
2886
|
testId = 'icon-download',
|
|
@@ -2888,7 +2888,7 @@ const IconDownload = forwardRef((_ref, ref) => {
|
|
|
2888
2888
|
color,
|
|
2889
2889
|
style
|
|
2890
2890
|
} = _ref,
|
|
2891
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2891
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
|
|
2892
2892
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2893
2893
|
const styleProps = {
|
|
2894
2894
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2911,7 +2911,7 @@ const IconDownload = forwardRef((_ref, ref) => {
|
|
|
2911
2911
|
});
|
|
2912
2912
|
IconDownload.displayName = 'IconDownload';
|
|
2913
2913
|
|
|
2914
|
-
const _excluded$
|
|
2914
|
+
const _excluded$1_ = ["testId", "size", "color", "style"];
|
|
2915
2915
|
const IconEdit = forwardRef((_ref, ref) => {
|
|
2916
2916
|
let {
|
|
2917
2917
|
testId = 'icon-edit',
|
|
@@ -2919,7 +2919,7 @@ const IconEdit = forwardRef((_ref, ref) => {
|
|
|
2919
2919
|
color,
|
|
2920
2920
|
style
|
|
2921
2921
|
} = _ref,
|
|
2922
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2922
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
|
|
2923
2923
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2924
2924
|
const styleProps = {
|
|
2925
2925
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2940,7 +2940,7 @@ const IconEdit = forwardRef((_ref, ref) => {
|
|
|
2940
2940
|
});
|
|
2941
2941
|
IconEdit.displayName = 'IconEdit';
|
|
2942
2942
|
|
|
2943
|
-
const _excluded$
|
|
2943
|
+
const _excluded$1Z = ["testId", "size", "color", "style"];
|
|
2944
2944
|
const IconEllipsisV = forwardRef((_ref, ref) => {
|
|
2945
2945
|
let {
|
|
2946
2946
|
testId = 'icon-ellipsis-v',
|
|
@@ -2948,7 +2948,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
|
|
|
2948
2948
|
color,
|
|
2949
2949
|
style
|
|
2950
2950
|
} = _ref,
|
|
2951
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2951
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
|
|
2952
2952
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2953
2953
|
const styleProps = {
|
|
2954
2954
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -2971,7 +2971,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
|
|
|
2971
2971
|
});
|
|
2972
2972
|
IconEllipsisV.displayName = 'IconEllipsisV';
|
|
2973
2973
|
|
|
2974
|
-
const _excluded$
|
|
2974
|
+
const _excluded$1Y = ["testId", "size", "color", "style"];
|
|
2975
2975
|
const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
|
|
2976
2976
|
let {
|
|
2977
2977
|
testId = 'icon-envelope-open-dollar',
|
|
@@ -2979,7 +2979,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
|
|
|
2979
2979
|
color,
|
|
2980
2980
|
style
|
|
2981
2981
|
} = _ref,
|
|
2982
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2982
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
|
|
2983
2983
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
2984
2984
|
const styleProps = {
|
|
2985
2985
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3007,7 +3007,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
|
|
|
3007
3007
|
});
|
|
3008
3008
|
IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
|
|
3009
3009
|
|
|
3010
|
-
const _excluded$
|
|
3010
|
+
const _excluded$1X = ["testId", "size", "color", "style"];
|
|
3011
3011
|
const IconEnvelope = forwardRef((_ref, ref) => {
|
|
3012
3012
|
let {
|
|
3013
3013
|
testId = 'icon-envelope',
|
|
@@ -3015,7 +3015,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
|
|
|
3015
3015
|
color,
|
|
3016
3016
|
style
|
|
3017
3017
|
} = _ref,
|
|
3018
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3018
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
|
|
3019
3019
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3020
3020
|
const styleProps = {
|
|
3021
3021
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3036,7 +3036,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
|
|
|
3036
3036
|
});
|
|
3037
3037
|
IconEnvelope.displayName = 'IconEnvelope';
|
|
3038
3038
|
|
|
3039
|
-
const _excluded$
|
|
3039
|
+
const _excluded$1W = ["testId", "size", "color", "style"];
|
|
3040
3040
|
const IconExclaimationTriangle = forwardRef((_ref, ref) => {
|
|
3041
3041
|
let {
|
|
3042
3042
|
testId = 'icon-exclaimation-triangle',
|
|
@@ -3044,7 +3044,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
|
|
|
3044
3044
|
color,
|
|
3045
3045
|
style
|
|
3046
3046
|
} = _ref,
|
|
3047
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3047
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
|
|
3048
3048
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3049
3049
|
const styleProps = {
|
|
3050
3050
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3067,7 +3067,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
|
|
|
3067
3067
|
});
|
|
3068
3068
|
IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
|
|
3069
3069
|
|
|
3070
|
-
const _excluded$
|
|
3070
|
+
const _excluded$1V = ["testId", "size", "color", "style"];
|
|
3071
3071
|
const IconExclaimation = forwardRef((_ref, ref) => {
|
|
3072
3072
|
let {
|
|
3073
3073
|
testId = 'icon-exclaimation',
|
|
@@ -3075,7 +3075,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
|
|
|
3075
3075
|
color,
|
|
3076
3076
|
style
|
|
3077
3077
|
} = _ref,
|
|
3078
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3078
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
|
|
3079
3079
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3080
3080
|
const styleProps = {
|
|
3081
3081
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3096,7 +3096,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
|
|
|
3096
3096
|
});
|
|
3097
3097
|
IconExclaimation.displayName = 'IconExclaimation';
|
|
3098
3098
|
|
|
3099
|
-
const _excluded$
|
|
3099
|
+
const _excluded$1U = ["testId", "size", "color", "style"];
|
|
3100
3100
|
const IconExpand = forwardRef((_ref, ref) => {
|
|
3101
3101
|
let {
|
|
3102
3102
|
testId = 'icon-expand',
|
|
@@ -3104,7 +3104,7 @@ const IconExpand = forwardRef((_ref, ref) => {
|
|
|
3104
3104
|
color,
|
|
3105
3105
|
style
|
|
3106
3106
|
} = _ref,
|
|
3107
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3107
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
|
|
3108
3108
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3109
3109
|
const styleProps = {
|
|
3110
3110
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3125,7 +3125,7 @@ const IconExpand = forwardRef((_ref, ref) => {
|
|
|
3125
3125
|
});
|
|
3126
3126
|
IconExpand.displayName = 'IconExpand';
|
|
3127
3127
|
|
|
3128
|
-
const _excluded$
|
|
3128
|
+
const _excluded$1T = ["testId", "size", "color", "style"];
|
|
3129
3129
|
const IconExternalLink = forwardRef((_ref, ref) => {
|
|
3130
3130
|
let {
|
|
3131
3131
|
testId = 'icon-external-link',
|
|
@@ -3133,7 +3133,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
|
|
|
3133
3133
|
color,
|
|
3134
3134
|
style
|
|
3135
3135
|
} = _ref,
|
|
3136
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3136
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
|
|
3137
3137
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3138
3138
|
const styleProps = {
|
|
3139
3139
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3156,7 +3156,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
|
|
|
3156
3156
|
});
|
|
3157
3157
|
IconExternalLink.displayName = 'IconExternalLink';
|
|
3158
3158
|
|
|
3159
|
-
const _excluded$
|
|
3159
|
+
const _excluded$1S = ["testId", "size", "color", "style"];
|
|
3160
3160
|
const IconEyeSlash = forwardRef((_ref, ref) => {
|
|
3161
3161
|
let {
|
|
3162
3162
|
testId = 'icon-eye-slash',
|
|
@@ -3164,7 +3164,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
|
|
|
3164
3164
|
color,
|
|
3165
3165
|
style
|
|
3166
3166
|
} = _ref,
|
|
3167
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3167
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
|
|
3168
3168
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3169
3169
|
const styleProps = {
|
|
3170
3170
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3199,7 +3199,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
|
|
|
3199
3199
|
});
|
|
3200
3200
|
IconEyeSlash.displayName = 'IconEyeSlash';
|
|
3201
3201
|
|
|
3202
|
-
const _excluded$
|
|
3202
|
+
const _excluded$1R = ["testId", "size", "color", "style"];
|
|
3203
3203
|
const IconEye = forwardRef((_ref, ref) => {
|
|
3204
3204
|
let {
|
|
3205
3205
|
testId = 'icon-eye',
|
|
@@ -3207,7 +3207,7 @@ const IconEye = forwardRef((_ref, ref) => {
|
|
|
3207
3207
|
color,
|
|
3208
3208
|
style
|
|
3209
3209
|
} = _ref,
|
|
3210
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3210
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
|
|
3211
3211
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3212
3212
|
const styleProps = {
|
|
3213
3213
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3235,7 +3235,7 @@ const IconEye = forwardRef((_ref, ref) => {
|
|
|
3235
3235
|
});
|
|
3236
3236
|
IconEye.displayName = 'IconEye';
|
|
3237
3237
|
|
|
3238
|
-
const _excluded$
|
|
3238
|
+
const _excluded$1Q = ["testId", "size", "color", "style"];
|
|
3239
3239
|
const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
|
|
3240
3240
|
let {
|
|
3241
3241
|
testId = 'icon-face-smile-relaxed',
|
|
@@ -3243,7 +3243,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
|
|
|
3243
3243
|
color,
|
|
3244
3244
|
style
|
|
3245
3245
|
} = _ref,
|
|
3246
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3246
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
|
|
3247
3247
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3248
3248
|
const styleProps = {
|
|
3249
3249
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3271,7 +3271,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
|
|
|
3271
3271
|
});
|
|
3272
3272
|
IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
|
|
3273
3273
|
|
|
3274
|
-
const _excluded$
|
|
3274
|
+
const _excluded$1P = ["testId", "size", "color", "style"];
|
|
3275
3275
|
const IconFilePdf = forwardRef((_ref, ref) => {
|
|
3276
3276
|
let {
|
|
3277
3277
|
testId = 'icon-file-pdf',
|
|
@@ -3279,7 +3279,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
|
|
|
3279
3279
|
color,
|
|
3280
3280
|
style
|
|
3281
3281
|
} = _ref,
|
|
3282
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3282
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
|
|
3283
3283
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3284
3284
|
const styleProps = {
|
|
3285
3285
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3307,7 +3307,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
|
|
|
3307
3307
|
});
|
|
3308
3308
|
IconFilePdf.displayName = 'IconFilePdf';
|
|
3309
3309
|
|
|
3310
|
-
const _excluded$
|
|
3310
|
+
const _excluded$1O = ["testId", "size", "color", "style"];
|
|
3311
3311
|
const IconFile = forwardRef((_ref, ref) => {
|
|
3312
3312
|
let {
|
|
3313
3313
|
testId = 'icon-file',
|
|
@@ -3315,7 +3315,7 @@ const IconFile = forwardRef((_ref, ref) => {
|
|
|
3315
3315
|
color,
|
|
3316
3316
|
style
|
|
3317
3317
|
} = _ref,
|
|
3318
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3318
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
|
|
3319
3319
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3320
3320
|
const styleProps = {
|
|
3321
3321
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3343,7 +3343,7 @@ const IconFile = forwardRef((_ref, ref) => {
|
|
|
3343
3343
|
});
|
|
3344
3344
|
IconFile.displayName = 'IconFile';
|
|
3345
3345
|
|
|
3346
|
-
const _excluded$
|
|
3346
|
+
const _excluded$1N = ["testId", "size", "color", "style"];
|
|
3347
3347
|
const IconFlag = forwardRef((_ref, ref) => {
|
|
3348
3348
|
let {
|
|
3349
3349
|
testId = 'icon-flag',
|
|
@@ -3351,7 +3351,7 @@ const IconFlag = forwardRef((_ref, ref) => {
|
|
|
3351
3351
|
color,
|
|
3352
3352
|
style
|
|
3353
3353
|
} = _ref,
|
|
3354
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3354
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
|
|
3355
3355
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3356
3356
|
const styleProps = {
|
|
3357
3357
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3379,7 +3379,7 @@ const IconFlag = forwardRef((_ref, ref) => {
|
|
|
3379
3379
|
});
|
|
3380
3380
|
IconFlag.displayName = 'IconFlag';
|
|
3381
3381
|
|
|
3382
|
-
const _excluded$
|
|
3382
|
+
const _excluded$1M = ["testId", "size", "color", "style"];
|
|
3383
3383
|
const IconFourDotsCircle = forwardRef((_ref, ref) => {
|
|
3384
3384
|
let {
|
|
3385
3385
|
testId = 'icon-four-dots-circle',
|
|
@@ -3387,7 +3387,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
|
|
|
3387
3387
|
color,
|
|
3388
3388
|
style
|
|
3389
3389
|
} = _ref,
|
|
3390
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3390
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
|
|
3391
3391
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3392
3392
|
const styleProps = {
|
|
3393
3393
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3410,7 +3410,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
|
|
|
3410
3410
|
});
|
|
3411
3411
|
IconFourDotsCircle.displayName = 'IconFourDotsCircle';
|
|
3412
3412
|
|
|
3413
|
-
const _excluded$
|
|
3413
|
+
const _excluded$1L = ["testId", "size", "color", "style"];
|
|
3414
3414
|
const IconFourSquares = forwardRef((_ref, ref) => {
|
|
3415
3415
|
let {
|
|
3416
3416
|
testId = 'icon-four-squares',
|
|
@@ -3418,7 +3418,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
|
|
|
3418
3418
|
color,
|
|
3419
3419
|
style
|
|
3420
3420
|
} = _ref,
|
|
3421
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3421
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
|
|
3422
3422
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3423
3423
|
const styleProps = {
|
|
3424
3424
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3464,7 +3464,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
|
|
|
3464
3464
|
});
|
|
3465
3465
|
IconFourSquares.displayName = 'IconFourSquares';
|
|
3466
3466
|
|
|
3467
|
-
const _excluded$
|
|
3467
|
+
const _excluded$1K = ["testId", "size", "color", "style"];
|
|
3468
3468
|
const IconGavel = forwardRef((_ref, ref) => {
|
|
3469
3469
|
let {
|
|
3470
3470
|
testId = 'icon-gavel',
|
|
@@ -3472,7 +3472,7 @@ const IconGavel = forwardRef((_ref, ref) => {
|
|
|
3472
3472
|
color,
|
|
3473
3473
|
style
|
|
3474
3474
|
} = _ref,
|
|
3475
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3475
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
|
|
3476
3476
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3477
3477
|
const styleProps = {
|
|
3478
3478
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3493,7 +3493,7 @@ const IconGavel = forwardRef((_ref, ref) => {
|
|
|
3493
3493
|
});
|
|
3494
3494
|
IconGavel.displayName = 'IconGavel';
|
|
3495
3495
|
|
|
3496
|
-
const _excluded$
|
|
3496
|
+
const _excluded$1J = ["testId", "size", "color", "style"];
|
|
3497
3497
|
const IconGif = forwardRef((_ref, ref) => {
|
|
3498
3498
|
let {
|
|
3499
3499
|
testId = 'icon-gif',
|
|
@@ -3501,7 +3501,7 @@ const IconGif = forwardRef((_ref, ref) => {
|
|
|
3501
3501
|
color,
|
|
3502
3502
|
style
|
|
3503
3503
|
} = _ref,
|
|
3504
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3504
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
|
|
3505
3505
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3506
3506
|
const styleProps = {
|
|
3507
3507
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3526,7 +3526,7 @@ const IconGif = forwardRef((_ref, ref) => {
|
|
|
3526
3526
|
});
|
|
3527
3527
|
IconGif.displayName = 'IconGif';
|
|
3528
3528
|
|
|
3529
|
-
const _excluded$
|
|
3529
|
+
const _excluded$1I = ["testId", "size", "color", "style"];
|
|
3530
3530
|
const IconGift = forwardRef((_ref, ref) => {
|
|
3531
3531
|
let {
|
|
3532
3532
|
testId = 'icon-gift',
|
|
@@ -3534,7 +3534,7 @@ const IconGift = forwardRef((_ref, ref) => {
|
|
|
3534
3534
|
color,
|
|
3535
3535
|
style
|
|
3536
3536
|
} = _ref,
|
|
3537
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3537
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
|
|
3538
3538
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3539
3539
|
const styleProps = {
|
|
3540
3540
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3555,7 +3555,7 @@ const IconGift = forwardRef((_ref, ref) => {
|
|
|
3555
3555
|
});
|
|
3556
3556
|
IconGift.displayName = 'IconGift';
|
|
3557
3557
|
|
|
3558
|
-
const _excluded$
|
|
3558
|
+
const _excluded$1H = ["testId", "size", "color", "style"];
|
|
3559
3559
|
const IconGoodMonochromatic = forwardRef((_ref, ref) => {
|
|
3560
3560
|
let {
|
|
3561
3561
|
testId = 'icon-good-monochromatic',
|
|
@@ -3563,7 +3563,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
|
|
|
3563
3563
|
color,
|
|
3564
3564
|
style
|
|
3565
3565
|
} = _ref,
|
|
3566
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3566
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
|
|
3567
3567
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3568
3568
|
const styleProps = {
|
|
3569
3569
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3602,7 +3602,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
|
|
|
3602
3602
|
});
|
|
3603
3603
|
IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
|
|
3604
3604
|
|
|
3605
|
-
const _excluded$
|
|
3605
|
+
const _excluded$1G = ["testId", "size", "color", "style"];
|
|
3606
3606
|
const IconGood = forwardRef((_ref, ref) => {
|
|
3607
3607
|
let {
|
|
3608
3608
|
testId = 'icon-good',
|
|
@@ -3610,7 +3610,7 @@ const IconGood = forwardRef((_ref, ref) => {
|
|
|
3610
3610
|
color,
|
|
3611
3611
|
style
|
|
3612
3612
|
} = _ref,
|
|
3613
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3613
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
|
|
3614
3614
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3615
3615
|
const styleProps = {
|
|
3616
3616
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3637,7 +3637,7 @@ const IconGood = forwardRef((_ref, ref) => {
|
|
|
3637
3637
|
});
|
|
3638
3638
|
IconGood.displayName = 'IconGood';
|
|
3639
3639
|
|
|
3640
|
-
const _excluded$
|
|
3640
|
+
const _excluded$1F = ["testId", "size", "color", "style"];
|
|
3641
3641
|
const IconGreatMonochromatic = forwardRef((_ref, ref) => {
|
|
3642
3642
|
let {
|
|
3643
3643
|
testId = 'icon-great-monochromatic',
|
|
@@ -3645,7 +3645,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
|
|
|
3645
3645
|
color,
|
|
3646
3646
|
style
|
|
3647
3647
|
} = _ref,
|
|
3648
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3648
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
|
|
3649
3649
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3650
3650
|
const styleProps = {
|
|
3651
3651
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3686,7 +3686,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
|
|
|
3686
3686
|
});
|
|
3687
3687
|
IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
|
|
3688
3688
|
|
|
3689
|
-
const _excluded$
|
|
3689
|
+
const _excluded$1E = ["testId", "size", "color", "style"];
|
|
3690
3690
|
const IconGreat = forwardRef((_ref, ref) => {
|
|
3691
3691
|
let {
|
|
3692
3692
|
testId = 'icon-great',
|
|
@@ -3694,7 +3694,7 @@ const IconGreat = forwardRef((_ref, ref) => {
|
|
|
3694
3694
|
color,
|
|
3695
3695
|
style
|
|
3696
3696
|
} = _ref,
|
|
3697
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3697
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
|
|
3698
3698
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3699
3699
|
const styleProps = {
|
|
3700
3700
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3723,7 +3723,7 @@ const IconGreat = forwardRef((_ref, ref) => {
|
|
|
3723
3723
|
});
|
|
3724
3724
|
IconGreat.displayName = 'IconGreat';
|
|
3725
3725
|
|
|
3726
|
-
const _excluded$
|
|
3726
|
+
const _excluded$1D = ["testId", "size", "color", "style"];
|
|
3727
3727
|
const IconGrinBeam = forwardRef((_ref, ref) => {
|
|
3728
3728
|
let {
|
|
3729
3729
|
testId = 'icon-grin-beam',
|
|
@@ -3731,7 +3731,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
|
|
|
3731
3731
|
color,
|
|
3732
3732
|
style
|
|
3733
3733
|
} = _ref,
|
|
3734
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3734
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
|
|
3735
3735
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3736
3736
|
const styleProps = {
|
|
3737
3737
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3752,7 +3752,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
|
|
|
3752
3752
|
});
|
|
3753
3753
|
IconGrinBeam.displayName = 'IconGrinBeam';
|
|
3754
3754
|
|
|
3755
|
-
const _excluded$
|
|
3755
|
+
const _excluded$1C = ["testId", "size", "color", "style"];
|
|
3756
3756
|
const IconGripVertical = forwardRef((_ref, ref) => {
|
|
3757
3757
|
let {
|
|
3758
3758
|
testId = 'icon-grip-vertical',
|
|
@@ -3760,7 +3760,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
|
|
|
3760
3760
|
color,
|
|
3761
3761
|
style
|
|
3762
3762
|
} = _ref,
|
|
3763
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3763
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
|
|
3764
3764
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3765
3765
|
const styleProps = {
|
|
3766
3766
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3808,7 +3808,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
|
|
|
3808
3808
|
});
|
|
3809
3809
|
IconGripVertical.displayName = 'IconGripVertical';
|
|
3810
3810
|
|
|
3811
|
-
const _excluded$
|
|
3811
|
+
const _excluded$1B = ["testId", "size", "color", "style"];
|
|
3812
3812
|
const IconHandHoldingDollar = forwardRef((_ref, ref) => {
|
|
3813
3813
|
let {
|
|
3814
3814
|
testId = 'icon-hand-holding-dollar',
|
|
@@ -3816,7 +3816,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
|
|
|
3816
3816
|
color,
|
|
3817
3817
|
style
|
|
3818
3818
|
} = _ref,
|
|
3819
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3819
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
|
|
3820
3820
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3821
3821
|
const styleProps = {
|
|
3822
3822
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3844,7 +3844,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
|
|
|
3844
3844
|
});
|
|
3845
3845
|
IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
|
|
3846
3846
|
|
|
3847
|
-
const _excluded$
|
|
3847
|
+
const _excluded$1A = ["testId", "size", "color", "style"];
|
|
3848
3848
|
const IconHandPointRight = forwardRef((_ref, ref) => {
|
|
3849
3849
|
let {
|
|
3850
3850
|
testId = 'icon-hand-point-right',
|
|
@@ -3852,7 +3852,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
|
|
|
3852
3852
|
color,
|
|
3853
3853
|
style
|
|
3854
3854
|
} = _ref,
|
|
3855
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3855
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
|
|
3856
3856
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3857
3857
|
const styleProps = {
|
|
3858
3858
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3873,7 +3873,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
|
|
|
3873
3873
|
});
|
|
3874
3874
|
IconHandPointRight.displayName = 'IconHandPointRight';
|
|
3875
3875
|
|
|
3876
|
-
const _excluded$
|
|
3876
|
+
const _excluded$1z = ["testId", "size", "color", "style"];
|
|
3877
3877
|
const IconHandshake = forwardRef((_ref, ref) => {
|
|
3878
3878
|
let {
|
|
3879
3879
|
testId = 'icon-handshake',
|
|
@@ -3881,7 +3881,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
|
|
|
3881
3881
|
color,
|
|
3882
3882
|
style
|
|
3883
3883
|
} = _ref,
|
|
3884
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3884
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
|
|
3885
3885
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3886
3886
|
const styleProps = {
|
|
3887
3887
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3909,7 +3909,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
|
|
|
3909
3909
|
});
|
|
3910
3910
|
IconHandshake.displayName = 'IconHandshake';
|
|
3911
3911
|
|
|
3912
|
-
const _excluded$
|
|
3912
|
+
const _excluded$1y = ["testId", "size", "color", "style"];
|
|
3913
3913
|
const IconHatChef = forwardRef((_ref, ref) => {
|
|
3914
3914
|
let {
|
|
3915
3915
|
testId = 'icon-hat-chef',
|
|
@@ -3917,7 +3917,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
|
|
|
3917
3917
|
color,
|
|
3918
3918
|
style
|
|
3919
3919
|
} = _ref,
|
|
3920
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3920
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
|
|
3921
3921
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3922
3922
|
const styleProps = {
|
|
3923
3923
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3938,7 +3938,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
|
|
|
3938
3938
|
});
|
|
3939
3939
|
IconHatChef.displayName = 'IconHatChef';
|
|
3940
3940
|
|
|
3941
|
-
const _excluded$
|
|
3941
|
+
const _excluded$1x = ["testId", "size", "color", "style"];
|
|
3942
3942
|
const IconImage = forwardRef((_ref, ref) => {
|
|
3943
3943
|
let {
|
|
3944
3944
|
testId = 'icon-image',
|
|
@@ -3946,7 +3946,7 @@ const IconImage = forwardRef((_ref, ref) => {
|
|
|
3946
3946
|
color,
|
|
3947
3947
|
style
|
|
3948
3948
|
} = _ref,
|
|
3949
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3949
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
|
|
3950
3950
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3951
3951
|
const styleProps = {
|
|
3952
3952
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -3974,7 +3974,7 @@ const IconImage = forwardRef((_ref, ref) => {
|
|
|
3974
3974
|
});
|
|
3975
3975
|
IconImage.displayName = 'IconImage';
|
|
3976
3976
|
|
|
3977
|
-
const _excluded$
|
|
3977
|
+
const _excluded$1w = ["testId", "size", "color", "style"];
|
|
3978
3978
|
const IconIslandTropical = forwardRef((_ref, ref) => {
|
|
3979
3979
|
let {
|
|
3980
3980
|
testId = 'icon-island-tropical',
|
|
@@ -3982,7 +3982,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
|
|
|
3982
3982
|
color,
|
|
3983
3983
|
style
|
|
3984
3984
|
} = _ref,
|
|
3985
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3985
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
|
|
3986
3986
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
3987
3987
|
const styleProps = {
|
|
3988
3988
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4005,7 +4005,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
|
|
|
4005
4005
|
});
|
|
4006
4006
|
IconIslandTropical.displayName = 'IconIslandTropical';
|
|
4007
4007
|
|
|
4008
|
-
const _excluded$
|
|
4008
|
+
const _excluded$1v = ["testId", "size", "color", "style"];
|
|
4009
4009
|
const IconItalic = forwardRef((_ref, ref) => {
|
|
4010
4010
|
let {
|
|
4011
4011
|
testId = 'icon-italic',
|
|
@@ -4013,7 +4013,7 @@ const IconItalic = forwardRef((_ref, ref) => {
|
|
|
4013
4013
|
color,
|
|
4014
4014
|
style
|
|
4015
4015
|
} = _ref,
|
|
4016
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4016
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
|
|
4017
4017
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4018
4018
|
const styleProps = {
|
|
4019
4019
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4034,7 +4034,7 @@ const IconItalic = forwardRef((_ref, ref) => {
|
|
|
4034
4034
|
});
|
|
4035
4035
|
IconItalic.displayName = 'IconItalic';
|
|
4036
4036
|
|
|
4037
|
-
const _excluded$
|
|
4037
|
+
const _excluded$1u = ["testId", "size", "color", "style"];
|
|
4038
4038
|
const IconLaptopSearch = forwardRef((_ref, ref) => {
|
|
4039
4039
|
let {
|
|
4040
4040
|
testId = 'icon-laptop-search',
|
|
@@ -4042,7 +4042,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
|
|
|
4042
4042
|
color,
|
|
4043
4043
|
style
|
|
4044
4044
|
} = _ref,
|
|
4045
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4045
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
|
|
4046
4046
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4047
4047
|
const styleProps = {
|
|
4048
4048
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4072,7 +4072,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
|
|
|
4072
4072
|
});
|
|
4073
4073
|
IconLaptopSearch.displayName = 'IconLaptopSearch';
|
|
4074
4074
|
|
|
4075
|
-
const _excluded$
|
|
4075
|
+
const _excluded$1t = ["testId", "size", "color", "style"];
|
|
4076
4076
|
const IconLink = forwardRef((_ref, ref) => {
|
|
4077
4077
|
let {
|
|
4078
4078
|
testId = 'icon-link',
|
|
@@ -4080,7 +4080,7 @@ const IconLink = forwardRef((_ref, ref) => {
|
|
|
4080
4080
|
color,
|
|
4081
4081
|
style
|
|
4082
4082
|
} = _ref,
|
|
4083
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4083
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
|
|
4084
4084
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4085
4085
|
const styleProps = {
|
|
4086
4086
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4108,7 +4108,7 @@ const IconLink = forwardRef((_ref, ref) => {
|
|
|
4108
4108
|
});
|
|
4109
4109
|
IconLink.displayName = 'IconLink';
|
|
4110
4110
|
|
|
4111
|
-
const _excluded$
|
|
4111
|
+
const _excluded$1s = ["testId", "size", "color", "style"];
|
|
4112
4112
|
const IconListOI = forwardRef((_ref, ref) => {
|
|
4113
4113
|
let {
|
|
4114
4114
|
testId = 'icon-list-o-i',
|
|
@@ -4116,7 +4116,7 @@ const IconListOI = forwardRef((_ref, ref) => {
|
|
|
4116
4116
|
color,
|
|
4117
4117
|
style
|
|
4118
4118
|
} = _ref,
|
|
4119
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4119
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
|
|
4120
4120
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4121
4121
|
const styleProps = {
|
|
4122
4122
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4144,7 +4144,7 @@ const IconListOI = forwardRef((_ref, ref) => {
|
|
|
4144
4144
|
});
|
|
4145
4145
|
IconListOI.displayName = 'IconListOI';
|
|
4146
4146
|
|
|
4147
|
-
const _excluded$
|
|
4147
|
+
const _excluded$1r = ["testId", "size", "color", "style"];
|
|
4148
4148
|
const IconList = forwardRef((_ref, ref) => {
|
|
4149
4149
|
let {
|
|
4150
4150
|
testId = 'icon-list',
|
|
@@ -4152,7 +4152,7 @@ const IconList = forwardRef((_ref, ref) => {
|
|
|
4152
4152
|
color,
|
|
4153
4153
|
style
|
|
4154
4154
|
} = _ref,
|
|
4155
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4155
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
|
|
4156
4156
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4157
4157
|
const styleProps = {
|
|
4158
4158
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4173,7 +4173,7 @@ const IconList = forwardRef((_ref, ref) => {
|
|
|
4173
4173
|
});
|
|
4174
4174
|
IconList.displayName = 'IconList';
|
|
4175
4175
|
|
|
4176
|
-
const _excluded$
|
|
4176
|
+
const _excluded$1q = ["testId", "size", "color", "style"];
|
|
4177
4177
|
const IconLock = forwardRef((_ref, ref) => {
|
|
4178
4178
|
let {
|
|
4179
4179
|
testId = 'icon-lock',
|
|
@@ -4181,7 +4181,7 @@ const IconLock = forwardRef((_ref, ref) => {
|
|
|
4181
4181
|
color,
|
|
4182
4182
|
style
|
|
4183
4183
|
} = _ref,
|
|
4184
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4184
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
|
|
4185
4185
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4186
4186
|
const styleProps = {
|
|
4187
4187
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4202,7 +4202,7 @@ const IconLock = forwardRef((_ref, ref) => {
|
|
|
4202
4202
|
});
|
|
4203
4203
|
IconLock.displayName = 'IconLock';
|
|
4204
4204
|
|
|
4205
|
-
const _excluded$
|
|
4205
|
+
const _excluded$1p = ["testId", "size", "color", "style"];
|
|
4206
4206
|
const IconMagicSolid = forwardRef((_ref, ref) => {
|
|
4207
4207
|
let {
|
|
4208
4208
|
testId = 'icon-magic-solid',
|
|
@@ -4210,7 +4210,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
|
|
|
4210
4210
|
color,
|
|
4211
4211
|
style
|
|
4212
4212
|
} = _ref,
|
|
4213
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4213
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
|
|
4214
4214
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4215
4215
|
const styleProps = {
|
|
4216
4216
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4233,7 +4233,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
|
|
|
4233
4233
|
});
|
|
4234
4234
|
IconMagicSolid.displayName = 'IconMagicSolid';
|
|
4235
4235
|
|
|
4236
|
-
const _excluded$
|
|
4236
|
+
const _excluded$1o = ["testId", "size", "color", "style"];
|
|
4237
4237
|
const IconMapMarker = forwardRef((_ref, ref) => {
|
|
4238
4238
|
let {
|
|
4239
4239
|
testId = 'icon-map-marker',
|
|
@@ -4241,7 +4241,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
|
|
|
4241
4241
|
color,
|
|
4242
4242
|
style
|
|
4243
4243
|
} = _ref,
|
|
4244
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4244
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
|
|
4245
4245
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4246
4246
|
const styleProps = {
|
|
4247
4247
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4264,7 +4264,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
|
|
|
4264
4264
|
});
|
|
4265
4265
|
IconMapMarker.displayName = 'IconMapMarker';
|
|
4266
4266
|
|
|
4267
|
-
const _excluded$
|
|
4267
|
+
const _excluded$1n = ["testId", "size", "color", "style"];
|
|
4268
4268
|
const IconMedal = forwardRef((_ref, ref) => {
|
|
4269
4269
|
let {
|
|
4270
4270
|
testId = 'icon-medal',
|
|
@@ -4272,7 +4272,7 @@ const IconMedal = forwardRef((_ref, ref) => {
|
|
|
4272
4272
|
color,
|
|
4273
4273
|
style
|
|
4274
4274
|
} = _ref,
|
|
4275
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4275
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
|
|
4276
4276
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4277
4277
|
const styleProps = {
|
|
4278
4278
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4300,7 +4300,7 @@ const IconMedal = forwardRef((_ref, ref) => {
|
|
|
4300
4300
|
});
|
|
4301
4301
|
IconMedal.displayName = 'IconMedal';
|
|
4302
4302
|
|
|
4303
|
-
const _excluded$
|
|
4303
|
+
const _excluded$1m = ["testId", "size", "color", "style"];
|
|
4304
4304
|
const IconMegaphone = forwardRef((_ref, ref) => {
|
|
4305
4305
|
let {
|
|
4306
4306
|
testId = 'icon-megaphone',
|
|
@@ -4308,7 +4308,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
|
|
|
4308
4308
|
color,
|
|
4309
4309
|
style
|
|
4310
4310
|
} = _ref,
|
|
4311
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4311
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
|
|
4312
4312
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4313
4313
|
const styleProps = {
|
|
4314
4314
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4331,7 +4331,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
|
|
|
4331
4331
|
});
|
|
4332
4332
|
IconMegaphone.displayName = 'IconMegaphone';
|
|
4333
4333
|
|
|
4334
|
-
const _excluded$
|
|
4334
|
+
const _excluded$1l = ["testId", "size", "color", "style"];
|
|
4335
4335
|
const IconMessages = forwardRef((_ref, ref) => {
|
|
4336
4336
|
let {
|
|
4337
4337
|
testId = 'icon-messages',
|
|
@@ -4339,7 +4339,7 @@ const IconMessages = forwardRef((_ref, ref) => {
|
|
|
4339
4339
|
color,
|
|
4340
4340
|
style
|
|
4341
4341
|
} = _ref,
|
|
4342
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4342
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
|
|
4343
4343
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4344
4344
|
const styleProps = {
|
|
4345
4345
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4360,7 +4360,7 @@ const IconMessages = forwardRef((_ref, ref) => {
|
|
|
4360
4360
|
});
|
|
4361
4361
|
IconMessages.displayName = 'IconMessages';
|
|
4362
4362
|
|
|
4363
|
-
const _excluded$
|
|
4363
|
+
const _excluded$1k = ["testId", "size", "color", "style"];
|
|
4364
4364
|
const IconMinusCircle = forwardRef((_ref, ref) => {
|
|
4365
4365
|
let {
|
|
4366
4366
|
testId = 'icon-minus-circle',
|
|
@@ -4368,7 +4368,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
|
|
|
4368
4368
|
color,
|
|
4369
4369
|
style
|
|
4370
4370
|
} = _ref,
|
|
4371
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4371
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
|
|
4372
4372
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4373
4373
|
const styleProps = {
|
|
4374
4374
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4389,7 +4389,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
|
|
|
4389
4389
|
});
|
|
4390
4390
|
IconMinusCircle.displayName = 'IconMinusCircle';
|
|
4391
4391
|
|
|
4392
|
-
const _excluded$
|
|
4392
|
+
const _excluded$1j = ["testId", "size", "color", "style"];
|
|
4393
4393
|
const IconMinus = forwardRef((_ref, ref) => {
|
|
4394
4394
|
let {
|
|
4395
4395
|
testId = 'icon-minus',
|
|
@@ -4397,7 +4397,7 @@ const IconMinus = forwardRef((_ref, ref) => {
|
|
|
4397
4397
|
color,
|
|
4398
4398
|
style
|
|
4399
4399
|
} = _ref,
|
|
4400
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4400
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
|
|
4401
4401
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4402
4402
|
const styleProps = {
|
|
4403
4403
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4418,7 +4418,7 @@ const IconMinus = forwardRef((_ref, ref) => {
|
|
|
4418
4418
|
});
|
|
4419
4419
|
IconMinus.displayName = 'IconMinus';
|
|
4420
4420
|
|
|
4421
|
-
const _excluded$
|
|
4421
|
+
const _excluded$1i = ["testId", "size", "color", "style"];
|
|
4422
4422
|
const IconMoneyBill = forwardRef((_ref, ref) => {
|
|
4423
4423
|
let {
|
|
4424
4424
|
testId = 'icon-money-bill',
|
|
@@ -4426,7 +4426,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
|
|
|
4426
4426
|
color,
|
|
4427
4427
|
style
|
|
4428
4428
|
} = _ref,
|
|
4429
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4429
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
|
|
4430
4430
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4431
4431
|
const styleProps = {
|
|
4432
4432
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4447,7 +4447,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
|
|
|
4447
4447
|
});
|
|
4448
4448
|
IconMoneyBill.displayName = 'IconMoneyBill';
|
|
4449
4449
|
|
|
4450
|
-
const _excluded$
|
|
4450
|
+
const _excluded$1h = ["testId", "size", "color", "style"];
|
|
4451
4451
|
const IconMugSaucerSolid = forwardRef((_ref, ref) => {
|
|
4452
4452
|
let {
|
|
4453
4453
|
testId = 'icon-mug-saucer-solid',
|
|
@@ -4455,7 +4455,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
|
|
|
4455
4455
|
color,
|
|
4456
4456
|
style
|
|
4457
4457
|
} = _ref,
|
|
4458
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4458
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
|
|
4459
4459
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4460
4460
|
const styleProps = {
|
|
4461
4461
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4476,7 +4476,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
|
|
|
4476
4476
|
});
|
|
4477
4477
|
IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
|
|
4478
4478
|
|
|
4479
|
-
const _excluded$
|
|
4479
|
+
const _excluded$1g = ["testId", "size", "color", "style"];
|
|
4480
4480
|
const IconNotesMedical = forwardRef((_ref, ref) => {
|
|
4481
4481
|
let {
|
|
4482
4482
|
testId = 'icon-notes-medical',
|
|
@@ -4484,7 +4484,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
|
|
|
4484
4484
|
color,
|
|
4485
4485
|
style
|
|
4486
4486
|
} = _ref,
|
|
4487
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4487
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
|
|
4488
4488
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4489
4489
|
const styleProps = {
|
|
4490
4490
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4505,7 +4505,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
|
|
|
4505
4505
|
});
|
|
4506
4506
|
IconNotesMedical.displayName = 'IconNotesMedical';
|
|
4507
4507
|
|
|
4508
|
-
const _excluded$
|
|
4508
|
+
const _excluded$1f = ["testId", "size", "color", "style"];
|
|
4509
4509
|
const IconOvertime = forwardRef((_ref, ref) => {
|
|
4510
4510
|
let {
|
|
4511
4511
|
testId = 'icon-overtime',
|
|
@@ -4513,7 +4513,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
|
|
|
4513
4513
|
color,
|
|
4514
4514
|
style
|
|
4515
4515
|
} = _ref,
|
|
4516
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4516
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
|
|
4517
4517
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4518
4518
|
const styleProps = {
|
|
4519
4519
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4541,7 +4541,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
|
|
|
4541
4541
|
});
|
|
4542
4542
|
IconOvertime.displayName = 'IconOvertime';
|
|
4543
4543
|
|
|
4544
|
-
const _excluded$
|
|
4544
|
+
const _excluded$1e = ["testId", "size", "color", "style"];
|
|
4545
4545
|
const IconPaperPlaneClock = forwardRef((_ref, ref) => {
|
|
4546
4546
|
let {
|
|
4547
4547
|
testId = 'icon-paper-plane-clock',
|
|
@@ -4549,7 +4549,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
|
|
|
4549
4549
|
color,
|
|
4550
4550
|
style
|
|
4551
4551
|
} = _ref,
|
|
4552
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4552
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
|
|
4553
4553
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4554
4554
|
const styleProps = {
|
|
4555
4555
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4581,7 +4581,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
|
|
|
4581
4581
|
});
|
|
4582
4582
|
IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
|
|
4583
4583
|
|
|
4584
|
-
const _excluded$
|
|
4584
|
+
const _excluded$1d = ["testId", "size", "color", "style"];
|
|
4585
4585
|
const IconPaperPlane = forwardRef((_ref, ref) => {
|
|
4586
4586
|
let {
|
|
4587
4587
|
testId = 'icon-paper-plane',
|
|
@@ -4589,7 +4589,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
|
|
|
4589
4589
|
color,
|
|
4590
4590
|
style
|
|
4591
4591
|
} = _ref,
|
|
4592
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4592
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
|
|
4593
4593
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4594
4594
|
const styleProps = {
|
|
4595
4595
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4612,7 +4612,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
|
|
|
4612
4612
|
});
|
|
4613
4613
|
IconPaperPlane.displayName = 'IconPaperPlane';
|
|
4614
4614
|
|
|
4615
|
-
const _excluded$
|
|
4615
|
+
const _excluded$1c = ["testId", "size", "color", "style"];
|
|
4616
4616
|
const IconPaperclip = forwardRef((_ref, ref) => {
|
|
4617
4617
|
let {
|
|
4618
4618
|
testId = 'icon-paperclip',
|
|
@@ -4620,7 +4620,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
|
|
|
4620
4620
|
color,
|
|
4621
4621
|
style
|
|
4622
4622
|
} = _ref,
|
|
4623
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4623
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
|
|
4624
4624
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4625
4625
|
const styleProps = {
|
|
4626
4626
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4648,7 +4648,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
|
|
|
4648
4648
|
});
|
|
4649
4649
|
IconPaperclip.displayName = 'IconPaperclip';
|
|
4650
4650
|
|
|
4651
|
-
const _excluded$
|
|
4651
|
+
const _excluded$1b = ["testId", "size", "color", "style"];
|
|
4652
4652
|
const IconPencil = forwardRef((_ref, ref) => {
|
|
4653
4653
|
let {
|
|
4654
4654
|
testId = 'icon-pencil',
|
|
@@ -4656,7 +4656,7 @@ const IconPencil = forwardRef((_ref, ref) => {
|
|
|
4656
4656
|
color,
|
|
4657
4657
|
style
|
|
4658
4658
|
} = _ref,
|
|
4659
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4659
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
|
|
4660
4660
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4661
4661
|
const styleProps = {
|
|
4662
4662
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4679,7 +4679,7 @@ const IconPencil = forwardRef((_ref, ref) => {
|
|
|
4679
4679
|
});
|
|
4680
4680
|
IconPencil.displayName = 'IconPencil';
|
|
4681
4681
|
|
|
4682
|
-
const _excluded$
|
|
4682
|
+
const _excluded$1a = ["testId", "size", "color", "style"];
|
|
4683
4683
|
const IconPercentage = forwardRef((_ref, ref) => {
|
|
4684
4684
|
let {
|
|
4685
4685
|
testId = 'icon-percentage',
|
|
@@ -4687,7 +4687,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
|
|
|
4687
4687
|
color,
|
|
4688
4688
|
style
|
|
4689
4689
|
} = _ref,
|
|
4690
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4690
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
|
|
4691
4691
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4692
4692
|
const styleProps = {
|
|
4693
4693
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4708,7 +4708,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
|
|
|
4708
4708
|
});
|
|
4709
4709
|
IconPercentage.displayName = 'IconPercentage';
|
|
4710
4710
|
|
|
4711
|
-
const _excluded$
|
|
4711
|
+
const _excluded$19 = ["testId", "size", "color", "style"];
|
|
4712
4712
|
const IconPhone = forwardRef((_ref, ref) => {
|
|
4713
4713
|
let {
|
|
4714
4714
|
testId = 'icon-phone',
|
|
@@ -4716,7 +4716,7 @@ const IconPhone = forwardRef((_ref, ref) => {
|
|
|
4716
4716
|
color,
|
|
4717
4717
|
style
|
|
4718
4718
|
} = _ref,
|
|
4719
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4719
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
|
|
4720
4720
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4721
4721
|
const styleProps = {
|
|
4722
4722
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4737,7 +4737,7 @@ const IconPhone = forwardRef((_ref, ref) => {
|
|
|
4737
4737
|
});
|
|
4738
4738
|
IconPhone.displayName = 'IconPhone';
|
|
4739
4739
|
|
|
4740
|
-
const _excluded$
|
|
4740
|
+
const _excluded$18 = ["testId", "size", "color", "style"];
|
|
4741
4741
|
const IconPlateUtensils = forwardRef((_ref, ref) => {
|
|
4742
4742
|
let {
|
|
4743
4743
|
testId = 'icon-plate-utensils',
|
|
@@ -4745,7 +4745,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
|
|
|
4745
4745
|
color,
|
|
4746
4746
|
style
|
|
4747
4747
|
} = _ref,
|
|
4748
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4748
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
|
|
4749
4749
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4750
4750
|
const styleProps = {
|
|
4751
4751
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4766,7 +4766,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
|
|
|
4766
4766
|
});
|
|
4767
4767
|
IconPlateUtensils.displayName = 'IconPlateUtensils';
|
|
4768
4768
|
|
|
4769
|
-
const _excluded$
|
|
4769
|
+
const _excluded$17 = ["testId", "size", "color", "style"];
|
|
4770
4770
|
const IconPlug = forwardRef((_ref, ref) => {
|
|
4771
4771
|
let {
|
|
4772
4772
|
testId = 'icon-plug',
|
|
@@ -4774,7 +4774,7 @@ const IconPlug = forwardRef((_ref, ref) => {
|
|
|
4774
4774
|
color,
|
|
4775
4775
|
style
|
|
4776
4776
|
} = _ref,
|
|
4777
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4777
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
|
|
4778
4778
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4779
4779
|
const styleProps = {
|
|
4780
4780
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4797,7 +4797,7 @@ const IconPlug = forwardRef((_ref, ref) => {
|
|
|
4797
4797
|
});
|
|
4798
4798
|
IconPlug.displayName = 'IconPlug';
|
|
4799
4799
|
|
|
4800
|
-
const _excluded$
|
|
4800
|
+
const _excluded$16 = ["testId", "size", "color", "style"];
|
|
4801
4801
|
const IconPlus = forwardRef((_ref, ref) => {
|
|
4802
4802
|
let {
|
|
4803
4803
|
testId = 'icon-plus',
|
|
@@ -4805,7 +4805,7 @@ const IconPlus = forwardRef((_ref, ref) => {
|
|
|
4805
4805
|
color,
|
|
4806
4806
|
style
|
|
4807
4807
|
} = _ref,
|
|
4808
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4808
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
|
|
4809
4809
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4810
4810
|
const styleProps = {
|
|
4811
4811
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4828,7 +4828,7 @@ const IconPlus = forwardRef((_ref, ref) => {
|
|
|
4828
4828
|
});
|
|
4829
4829
|
IconPlus.displayName = 'IconPlus';
|
|
4830
4830
|
|
|
4831
|
-
const _excluded$
|
|
4831
|
+
const _excluded$15 = ["testId", "size", "color", "style"];
|
|
4832
4832
|
const IconPrint = forwardRef((_ref, ref) => {
|
|
4833
4833
|
let {
|
|
4834
4834
|
testId = 'icon-print',
|
|
@@ -4836,7 +4836,7 @@ const IconPrint = forwardRef((_ref, ref) => {
|
|
|
4836
4836
|
color,
|
|
4837
4837
|
style
|
|
4838
4838
|
} = _ref,
|
|
4839
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4839
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
|
|
4840
4840
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4841
4841
|
const styleProps = {
|
|
4842
4842
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4859,7 +4859,7 @@ const IconPrint = forwardRef((_ref, ref) => {
|
|
|
4859
4859
|
});
|
|
4860
4860
|
IconPrint.displayName = 'IconPrint';
|
|
4861
4861
|
|
|
4862
|
-
const _excluded$
|
|
4862
|
+
const _excluded$14 = ["testId", "size", "color", "style"];
|
|
4863
4863
|
const IconQuestionCircle = forwardRef((_ref, ref) => {
|
|
4864
4864
|
let {
|
|
4865
4865
|
testId = 'icon-question-circle',
|
|
@@ -4867,7 +4867,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
|
|
|
4867
4867
|
color,
|
|
4868
4868
|
style
|
|
4869
4869
|
} = _ref,
|
|
4870
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4870
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
|
|
4871
4871
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4872
4872
|
const styleProps = {
|
|
4873
4873
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4888,7 +4888,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
|
|
|
4888
4888
|
});
|
|
4889
4889
|
IconQuestionCircle.displayName = 'IconQuestionCircle';
|
|
4890
4890
|
|
|
4891
|
-
const _excluded$
|
|
4891
|
+
const _excluded$13 = ["testId", "size", "color", "style"];
|
|
4892
4892
|
const IconRepeat = forwardRef((_ref, ref) => {
|
|
4893
4893
|
let {
|
|
4894
4894
|
testId = 'icon-repeat',
|
|
@@ -4896,7 +4896,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
|
|
|
4896
4896
|
color,
|
|
4897
4897
|
style
|
|
4898
4898
|
} = _ref,
|
|
4899
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4899
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
|
|
4900
4900
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4901
4901
|
const styleProps = {
|
|
4902
4902
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4917,7 +4917,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
|
|
|
4917
4917
|
});
|
|
4918
4918
|
IconRepeat.displayName = 'IconRepeat';
|
|
4919
4919
|
|
|
4920
|
-
const _excluded$
|
|
4920
|
+
const _excluded$12 = ["testId", "size", "color", "style"];
|
|
4921
4921
|
const IconReply = forwardRef((_ref, ref) => {
|
|
4922
4922
|
let {
|
|
4923
4923
|
testId = 'icon-reply',
|
|
@@ -4925,7 +4925,7 @@ const IconReply = forwardRef((_ref, ref) => {
|
|
|
4925
4925
|
color,
|
|
4926
4926
|
style
|
|
4927
4927
|
} = _ref,
|
|
4928
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4928
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
|
|
4929
4929
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4930
4930
|
const styleProps = {
|
|
4931
4931
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4946,7 +4946,7 @@ const IconReply = forwardRef((_ref, ref) => {
|
|
|
4946
4946
|
});
|
|
4947
4947
|
IconReply.displayName = 'IconReply';
|
|
4948
4948
|
|
|
4949
|
-
const _excluded
|
|
4949
|
+
const _excluded$11 = ["testId", "size", "color", "style"];
|
|
4950
4950
|
const IconRocket = forwardRef((_ref, ref) => {
|
|
4951
4951
|
let {
|
|
4952
4952
|
testId = 'icon-rocket',
|
|
@@ -4954,7 +4954,7 @@ const IconRocket = forwardRef((_ref, ref) => {
|
|
|
4954
4954
|
color,
|
|
4955
4955
|
style
|
|
4956
4956
|
} = _ref,
|
|
4957
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded
|
|
4957
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
|
|
4958
4958
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4959
4959
|
const styleProps = {
|
|
4960
4960
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -4975,7 +4975,7 @@ const IconRocket = forwardRef((_ref, ref) => {
|
|
|
4975
4975
|
});
|
|
4976
4976
|
IconRocket.displayName = 'IconRocket';
|
|
4977
4977
|
|
|
4978
|
-
const _excluded$
|
|
4978
|
+
const _excluded$10 = ["testId", "size", "color", "style"];
|
|
4979
4979
|
const IconSearch = forwardRef((_ref, ref) => {
|
|
4980
4980
|
let {
|
|
4981
4981
|
testId = 'icon-search',
|
|
@@ -4983,7 +4983,7 @@ const IconSearch = forwardRef((_ref, ref) => {
|
|
|
4983
4983
|
color,
|
|
4984
4984
|
style
|
|
4985
4985
|
} = _ref,
|
|
4986
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
4986
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
|
|
4987
4987
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
4988
4988
|
const styleProps = {
|
|
4989
4989
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5006,7 +5006,7 @@ const IconSearch = forwardRef((_ref, ref) => {
|
|
|
5006
5006
|
});
|
|
5007
5007
|
IconSearch.displayName = 'IconSearch';
|
|
5008
5008
|
|
|
5009
|
-
const _excluded
|
|
5009
|
+
const _excluded$$ = ["testId", "size", "color", "style"];
|
|
5010
5010
|
const IconSignOut = forwardRef((_ref, ref) => {
|
|
5011
5011
|
let {
|
|
5012
5012
|
testId = 'icon-sign-out',
|
|
@@ -5014,7 +5014,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
|
|
|
5014
5014
|
color,
|
|
5015
5015
|
style
|
|
5016
5016
|
} = _ref,
|
|
5017
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded
|
|
5017
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
|
|
5018
5018
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5019
5019
|
const styleProps = {
|
|
5020
5020
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5035,7 +5035,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
|
|
|
5035
5035
|
});
|
|
5036
5036
|
IconSignOut.displayName = 'IconSignOut';
|
|
5037
5037
|
|
|
5038
|
-
const _excluded$
|
|
5038
|
+
const _excluded$_ = ["testId", "size", "color", "style"];
|
|
5039
5039
|
const IconSitemap = forwardRef((_ref, ref) => {
|
|
5040
5040
|
let {
|
|
5041
5041
|
testId = 'icon-sitemap',
|
|
@@ -5043,7 +5043,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
|
|
|
5043
5043
|
color,
|
|
5044
5044
|
style
|
|
5045
5045
|
} = _ref,
|
|
5046
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5046
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
|
|
5047
5047
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5048
5048
|
const styleProps = {
|
|
5049
5049
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5066,7 +5066,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
|
|
|
5066
5066
|
});
|
|
5067
5067
|
IconSitemap.displayName = 'IconSitemap';
|
|
5068
5068
|
|
|
5069
|
-
const _excluded$
|
|
5069
|
+
const _excluded$Z = ["testId", "size", "color", "style"];
|
|
5070
5070
|
const IconSlidersH = forwardRef((_ref, ref) => {
|
|
5071
5071
|
let {
|
|
5072
5072
|
testId = 'icon-sliders-h',
|
|
@@ -5074,7 +5074,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
|
|
|
5074
5074
|
color,
|
|
5075
5075
|
style
|
|
5076
5076
|
} = _ref,
|
|
5077
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5077
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
|
|
5078
5078
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5079
5079
|
const styleProps = {
|
|
5080
5080
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5102,7 +5102,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
|
|
|
5102
5102
|
});
|
|
5103
5103
|
IconSlidersH.displayName = 'IconSlidersH';
|
|
5104
5104
|
|
|
5105
|
-
const _excluded$
|
|
5105
|
+
const _excluded$Y = ["testId", "size", "color", "style"];
|
|
5106
5106
|
const IconSort = forwardRef((_ref, ref) => {
|
|
5107
5107
|
let {
|
|
5108
5108
|
testId = 'icon-sort',
|
|
@@ -5110,7 +5110,7 @@ const IconSort = forwardRef((_ref, ref) => {
|
|
|
5110
5110
|
color,
|
|
5111
5111
|
style
|
|
5112
5112
|
} = _ref,
|
|
5113
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5113
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
|
|
5114
5114
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5115
5115
|
const styleProps = {
|
|
5116
5116
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5131,7 +5131,7 @@ const IconSort = forwardRef((_ref, ref) => {
|
|
|
5131
5131
|
});
|
|
5132
5132
|
IconSort.displayName = 'IconSort';
|
|
5133
5133
|
|
|
5134
|
-
const _excluded$
|
|
5134
|
+
const _excluded$X = ["testId", "size", "color", "style"];
|
|
5135
5135
|
const IconStarSolid = forwardRef((_ref, ref) => {
|
|
5136
5136
|
let {
|
|
5137
5137
|
testId = 'icon-star-solid',
|
|
@@ -5139,7 +5139,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
|
|
|
5139
5139
|
color,
|
|
5140
5140
|
style
|
|
5141
5141
|
} = _ref,
|
|
5142
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5142
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
|
|
5143
5143
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5144
5144
|
const styleProps = {
|
|
5145
5145
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5160,7 +5160,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
|
|
|
5160
5160
|
});
|
|
5161
5161
|
IconStarSolid.displayName = 'IconStarSolid';
|
|
5162
5162
|
|
|
5163
|
-
const _excluded$
|
|
5163
|
+
const _excluded$W = ["testId", "size", "color", "style"];
|
|
5164
5164
|
const IconStar = forwardRef((_ref, ref) => {
|
|
5165
5165
|
let {
|
|
5166
5166
|
testId = 'icon-star',
|
|
@@ -5168,7 +5168,7 @@ const IconStar = forwardRef((_ref, ref) => {
|
|
|
5168
5168
|
color,
|
|
5169
5169
|
style
|
|
5170
5170
|
} = _ref,
|
|
5171
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5171
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
|
|
5172
5172
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5173
5173
|
const styleProps = {
|
|
5174
5174
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5189,7 +5189,7 @@ const IconStar = forwardRef((_ref, ref) => {
|
|
|
5189
5189
|
});
|
|
5190
5190
|
IconStar.displayName = 'IconStar';
|
|
5191
5191
|
|
|
5192
|
-
const _excluded$
|
|
5192
|
+
const _excluded$V = ["testId", "size", "color", "style"];
|
|
5193
5193
|
const IconStickyNoteLines = forwardRef((_ref, ref) => {
|
|
5194
5194
|
let {
|
|
5195
5195
|
testId = 'icon-sticky-note-lines',
|
|
@@ -5197,7 +5197,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
|
|
|
5197
5197
|
color,
|
|
5198
5198
|
style
|
|
5199
5199
|
} = _ref,
|
|
5200
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5200
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
|
|
5201
5201
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5202
5202
|
const styleProps = {
|
|
5203
5203
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5221,7 +5221,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
|
|
|
5221
5221
|
});
|
|
5222
5222
|
IconStickyNoteLines.displayName = 'IconStickyNoteLines';
|
|
5223
5223
|
|
|
5224
|
-
const _excluded$
|
|
5224
|
+
const _excluded$U = ["testId", "size", "color", "style"];
|
|
5225
5225
|
const IconStopwatch = forwardRef((_ref, ref) => {
|
|
5226
5226
|
let {
|
|
5227
5227
|
testId = 'icon-stopwatch',
|
|
@@ -5229,7 +5229,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
|
|
|
5229
5229
|
color,
|
|
5230
5230
|
style
|
|
5231
5231
|
} = _ref,
|
|
5232
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5232
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
|
|
5233
5233
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5234
5234
|
const styleProps = {
|
|
5235
5235
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5252,7 +5252,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
|
|
|
5252
5252
|
});
|
|
5253
5253
|
IconStopwatch.displayName = 'IconStopwatch';
|
|
5254
5254
|
|
|
5255
|
-
const _excluded$
|
|
5255
|
+
const _excluded$T = ["testId", "size", "color", "style"];
|
|
5256
5256
|
const IconStrikethrough = forwardRef((_ref, ref) => {
|
|
5257
5257
|
let {
|
|
5258
5258
|
testId = 'icon-strikethrough',
|
|
@@ -5260,7 +5260,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
|
|
|
5260
5260
|
color,
|
|
5261
5261
|
style
|
|
5262
5262
|
} = _ref,
|
|
5263
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5263
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
|
|
5264
5264
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5265
5265
|
const styleProps = {
|
|
5266
5266
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5288,7 +5288,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
|
|
|
5288
5288
|
});
|
|
5289
5289
|
IconStrikethrough.displayName = 'IconStrikethrough';
|
|
5290
5290
|
|
|
5291
|
-
const _excluded$
|
|
5291
|
+
const _excluded$S = ["testId", "size", "color", "style"];
|
|
5292
5292
|
const IconSyncExclaimation = forwardRef((_ref, ref) => {
|
|
5293
5293
|
let {
|
|
5294
5294
|
testId = 'icon-sync-exclaimation',
|
|
@@ -5296,7 +5296,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
|
|
|
5296
5296
|
color,
|
|
5297
5297
|
style
|
|
5298
5298
|
} = _ref,
|
|
5299
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5299
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
|
|
5300
5300
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5301
5301
|
const styleProps = {
|
|
5302
5302
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5317,7 +5317,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
|
|
|
5317
5317
|
});
|
|
5318
5318
|
IconSyncExclaimation.displayName = 'IconSyncExclaimation';
|
|
5319
5319
|
|
|
5320
|
-
const _excluded$
|
|
5320
|
+
const _excluded$R = ["testId", "size", "color", "style"];
|
|
5321
5321
|
const IconSync = forwardRef((_ref, ref) => {
|
|
5322
5322
|
let {
|
|
5323
5323
|
testId = 'icon-sync',
|
|
@@ -5325,7 +5325,7 @@ const IconSync = forwardRef((_ref, ref) => {
|
|
|
5325
5325
|
color,
|
|
5326
5326
|
style
|
|
5327
5327
|
} = _ref,
|
|
5328
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5328
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
|
|
5329
5329
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5330
5330
|
const styleProps = {
|
|
5331
5331
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5346,7 +5346,7 @@ const IconSync = forwardRef((_ref, ref) => {
|
|
|
5346
5346
|
});
|
|
5347
5347
|
IconSync.displayName = 'IconSync';
|
|
5348
5348
|
|
|
5349
|
-
const _excluded$
|
|
5349
|
+
const _excluded$Q = ["testId", "size", "color", "style"];
|
|
5350
5350
|
const IconTable = forwardRef((_ref, ref) => {
|
|
5351
5351
|
let {
|
|
5352
5352
|
testId = 'icon-table',
|
|
@@ -5354,7 +5354,7 @@ const IconTable = forwardRef((_ref, ref) => {
|
|
|
5354
5354
|
color,
|
|
5355
5355
|
style
|
|
5356
5356
|
} = _ref,
|
|
5357
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5357
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
|
|
5358
5358
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5359
5359
|
const styleProps = {
|
|
5360
5360
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5382,7 +5382,7 @@ const IconTable = forwardRef((_ref, ref) => {
|
|
|
5382
5382
|
});
|
|
5383
5383
|
IconTable.displayName = 'IconTable';
|
|
5384
5384
|
|
|
5385
|
-
const _excluded$
|
|
5385
|
+
const _excluded$P = ["testId", "size", "color", "style"];
|
|
5386
5386
|
const IconTachometer = forwardRef((_ref, ref) => {
|
|
5387
5387
|
let {
|
|
5388
5388
|
testId = 'icon-tachometer',
|
|
@@ -5390,7 +5390,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
|
|
|
5390
5390
|
color,
|
|
5391
5391
|
style
|
|
5392
5392
|
} = _ref,
|
|
5393
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5393
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
|
|
5394
5394
|
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5395
5395
|
const styleProps = {
|
|
5396
5396
|
size: !size && isInsideButton ? 'medium' : size,
|
|
@@ -5410,6 +5410,71 @@ const IconTachometer = forwardRef((_ref, ref) => {
|
|
|
5410
5410
|
});
|
|
5411
5411
|
IconTachometer.displayName = 'IconTachometer';
|
|
5412
5412
|
|
|
5413
|
+
const _excluded$O = ["testId", "size", "color", "style"];
|
|
5414
|
+
const IconThumbsDown = forwardRef((_ref, ref) => {
|
|
5415
|
+
let {
|
|
5416
|
+
testId = 'icon-thumbs-down',
|
|
5417
|
+
size,
|
|
5418
|
+
color,
|
|
5419
|
+
style
|
|
5420
|
+
} = _ref,
|
|
5421
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
|
|
5422
|
+
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5423
|
+
const styleProps = {
|
|
5424
|
+
size: !size && isInsideButton ? 'medium' : size,
|
|
5425
|
+
color,
|
|
5426
|
+
style
|
|
5427
|
+
};
|
|
5428
|
+
return React__default.createElement("svg", _extends({
|
|
5429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5430
|
+
fill: "none",
|
|
5431
|
+
viewBox: "0 0 20 20",
|
|
5432
|
+
style: getIconStyles(styleProps),
|
|
5433
|
+
"data-testid": testId,
|
|
5434
|
+
ref: ref
|
|
5435
|
+
}, props), React__default.createElement("g", {
|
|
5436
|
+
clipPath: "url(#icon-thumbs-down_svg__a)"
|
|
5437
|
+
}, React__default.createElement("path", {
|
|
5438
|
+
fill: "currentColor",
|
|
5439
|
+
d: "M11.281 16.809a.937.937 0 1 0 1.809-.497l-.176-.64a8.54 8.54 0 0 0-.965-2.223.622.622 0 0 1 .531-.953h5.02a1.249 1.249 0 0 0 .672-2.305.62.62 0 0 1-.207-.832 1.255 1.255 0 0 0-.516-1.727.625.625 0 0 1-.207-.937 1.243 1.243 0 0 0-.602-1.95.626.626 0 0 1-.417-.725c.02-.086.027-.176.027-.27 0-.691-.559-1.25-1.25-1.25h-3.496a3.15 3.15 0 0 0-1.734.523L8.266 4.027a3.087 3.087 0 0 0-.875.883.629.629 0 0 1-.868.18.628.628 0 0 1-.18-.867c.317-.48.731-.903 1.227-1.235l1.504-1.004A4.362 4.362 0 0 1 11.5 1.25H15c1.379 0 2.5 1.121 2.5 2.5v.023a2.5 2.5 0 0 1 1.059 3.13 2.495 2.495 0 0 1 .707 2.577 2.502 2.502 0 0 1-1.766 4.27h-3.969c.242.512.442 1.043.59 1.598l.176.64a2.193 2.193 0 0 1-1.535 2.688 2.19 2.19 0 0 1-2.688-1.535l-.176-.641a5.316 5.316 0 0 0-2.273-3.086l-.121-.078a4.079 4.079 0 0 1-1.152-1.102.624.624 0 0 1 .156-.87.623.623 0 0 1 .87.155c.212.301.477.563.798.762l.12.078a6.552 6.552 0 0 1 2.81 3.809l.175.64ZM1.25 13.75h2.5V5h-2.5v8.75Zm-1.25 0V5c0-.691.559-1.25 1.25-1.25h2.5C4.441 3.75 5 4.309 5 5v8.75C5 14.441 4.441 15 3.75 15h-2.5C.559 15 0 14.441 0 13.75Z"
|
|
5440
|
+
})), React__default.createElement("defs", null, React__default.createElement("clipPath", {
|
|
5441
|
+
id: "icon-thumbs-down_svg__a"
|
|
5442
|
+
}, React__default.createElement("path", {
|
|
5443
|
+
fill: "#fff",
|
|
5444
|
+
d: "M0 0h20v20H0z"
|
|
5445
|
+
}))));
|
|
5446
|
+
});
|
|
5447
|
+
IconThumbsDown.displayName = 'IconThumbsDown';
|
|
5448
|
+
|
|
5449
|
+
const _excluded$N = ["testId", "size", "color", "style"];
|
|
5450
|
+
const IconThumbsUp = forwardRef((_ref, ref) => {
|
|
5451
|
+
let {
|
|
5452
|
+
testId = 'icon-thumbs-up',
|
|
5453
|
+
size,
|
|
5454
|
+
color,
|
|
5455
|
+
style
|
|
5456
|
+
} = _ref,
|
|
5457
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
|
|
5458
|
+
const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
|
|
5459
|
+
const styleProps = {
|
|
5460
|
+
size: !size && isInsideButton ? 'medium' : size,
|
|
5461
|
+
color,
|
|
5462
|
+
style
|
|
5463
|
+
};
|
|
5464
|
+
return React__default.createElement("svg", _extends({
|
|
5465
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5466
|
+
fill: "none",
|
|
5467
|
+
viewBox: "0 0 20 20",
|
|
5468
|
+
style: getIconStyles(styleProps),
|
|
5469
|
+
"data-testid": testId,
|
|
5470
|
+
ref: ref
|
|
5471
|
+
}, props), React__default.createElement("path", {
|
|
5472
|
+
fill: "currentColor",
|
|
5473
|
+
d: "M11.281 3.196a.937.937 0 1 1 1.809.496l-.176.64a8.54 8.54 0 0 1-.965 2.223.622.622 0 0 0 .531.953h5.02a1.249 1.249 0 0 1 .672 2.305.62.62 0 0 0-.207.832 1.254 1.254 0 0 1-.516 1.726.625.625 0 0 0-.207.938 1.243 1.243 0 0 1-.602 1.95.629.629 0 0 0-.417.726c.02.085.027.175.027.27 0 .69-.559 1.25-1.25 1.25h-3.496a3.151 3.151 0 0 1-1.734-.524l-1.504-1.004a3.088 3.088 0 0 1-.875-.883.629.629 0 0 0-.868-.18.628.628 0 0 0-.18.867c.317.48.731.903 1.227 1.235l1.504 1.004c.719.48 1.563.734 2.426.734H15c1.379 0 2.5-1.121 2.5-2.5v-.023a2.5 2.5 0 0 0 1.059-3.13 2.495 2.495 0 0 0 .707-2.577A2.495 2.495 0 0 0 20 8.754c0-1.379-1.121-2.5-2.5-2.5h-3.969a9.417 9.417 0 0 0 .59-1.598l.176-.64a2.193 2.193 0 0 0-1.535-2.688 2.19 2.19 0 0 0-2.688 1.536l-.176.64A5.316 5.316 0 0 1 7.625 6.59l-.121.078A4.08 4.08 0 0 0 6.352 7.77a.624.624 0 0 0 .156.87c.285.2.672.13.87-.155.212-.301.477-.563.798-.762l.12-.078a6.553 6.553 0 0 0 2.81-3.809l.175-.64ZM1.25 8.754h2.5v8.75h-2.5v-8.75Zm-1.25 0v8.75c0 .691.559 1.25 1.25 1.25h2.5c.691 0 1.25-.559 1.25-1.25v-8.75c0-.691-.559-1.25-1.25-1.25h-2.5c-.691 0-1.25.559-1.25 1.25Z"
|
|
5474
|
+
}));
|
|
5475
|
+
});
|
|
5476
|
+
IconThumbsUp.displayName = 'IconThumbsUp';
|
|
5477
|
+
|
|
5413
5478
|
const _excluded$M = ["testId", "size", "color", "style"];
|
|
5414
5479
|
const IconTimesOctagon = forwardRef((_ref, ref) => {
|
|
5415
5480
|
let {
|
|
@@ -11634,7 +11699,7 @@ const CustomList = _ref => {
|
|
|
11634
11699
|
if (props.selectProps.inputValue === '' && typeof hasMoreOptionsFirstLoad === 'boolean') {
|
|
11635
11700
|
showFooter = hasMoreOptionsFirstLoad;
|
|
11636
11701
|
}
|
|
11637
|
-
return React__default.createElement(components.MenuList, _extends({}, props), React__default.createElement(Fragment, null, children, showFooter && React__default.createElement(Inline, {
|
|
11702
|
+
return React__default.createElement(components.MenuList, _extends({}, props), React__default.createElement(Fragment, null, children, showFooter && props.options.length > 0 && React__default.createElement(Inline, {
|
|
11638
11703
|
justifyContent: "center"
|
|
11639
11704
|
}, React__default.createElement("div", {
|
|
11640
11705
|
className: styles$d['custom-list']
|
|
@@ -14344,5 +14409,5 @@ const EmptyState = props => {
|
|
|
14344
14409
|
return emptyStateContainer;
|
|
14345
14410
|
};
|
|
14346
14411
|
|
|
14347
|
-
export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDollarSign, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMedal, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
|
|
14412
|
+
export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircleIncomplete, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDollarSign, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMedal, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTable, IconTachometer, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, toast, useDataTableContext };
|
|
14348
14413
|
//# sourceMappingURL=index.modern.mjs.map
|