@7shifts/sous-chef 3.22.0 → 3.23.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/index.js CHANGED
@@ -14,7 +14,6 @@ var reactDayPicker = require('react-day-picker');
14
14
  var dateFnsFormat = _interopDefault(require('date-fns/format'));
15
15
  var dateFnsParse = _interopDefault(require('date-fns/parse'));
16
16
  var startOfDay = _interopDefault(require('date-fns/startOfDay'));
17
- var fp = require('date-fns/fp');
18
17
  var originalStylers = _interopDefault(require('react-day-picker/dist/style.module.css'));
19
18
  var Select = require('react-select');
20
19
  var Select__default = _interopDefault(Select);
@@ -1757,10 +1756,34 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
1757
1756
  IconChartBar.displayName = 'IconChartBar';
1758
1757
 
1759
1758
  var _excluded$E = ["testId"];
1759
+ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
1760
+ var _ref$testId = _ref.testId,
1761
+ testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
1762
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
1763
+
1764
+ return React__default.createElement("svg", Object.assign({
1765
+ xmlns: "http://www.w3.org/2000/svg",
1766
+ fill: "none",
1767
+ viewBox: "0 0 24 24",
1768
+ style: getIconStyles(props),
1769
+ "data-testid": testId,
1770
+ ref: ref
1771
+ }, props), React__default.createElement("circle", {
1772
+ cx: 12,
1773
+ cy: 12,
1774
+ r: 11.5,
1775
+ fill: "none",
1776
+ stroke: "currentColor",
1777
+ strokeDasharray: "2 2"
1778
+ }));
1779
+ });
1780
+ IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
1781
+
1782
+ var _excluded$F = ["testId"];
1760
1783
  var IconCheck = React.forwardRef(function (_ref, ref) {
1761
1784
  var _ref$testId = _ref.testId,
1762
1785
  testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
1763
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
1786
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1764
1787
 
1765
1788
  return React__default.createElement("svg", Object.assign({
1766
1789
  viewBox: "0 0 20 20",
@@ -1778,11 +1801,11 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
1778
1801
  });
1779
1802
  IconCheck.displayName = 'IconCheck';
1780
1803
 
1781
- var _excluded$F = ["testId"];
1804
+ var _excluded$G = ["testId"];
1782
1805
  var IconChevronDown = React.forwardRef(function (_ref, ref) {
1783
1806
  var _ref$testId = _ref.testId,
1784
1807
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
1785
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1808
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1786
1809
 
1787
1810
  return React__default.createElement("svg", Object.assign({
1788
1811
  viewBox: "0 0 20 20",
@@ -1800,11 +1823,11 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
1800
1823
  });
1801
1824
  IconChevronDown.displayName = 'IconChevronDown';
1802
1825
 
1803
- var _excluded$G = ["testId"];
1826
+ var _excluded$H = ["testId"];
1804
1827
  var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1805
1828
  var _ref$testId = _ref.testId,
1806
1829
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
1807
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1830
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1808
1831
 
1809
1832
  return React__default.createElement("svg", Object.assign({
1810
1833
  viewBox: "0 0 20 20",
@@ -1822,11 +1845,11 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1822
1845
  });
1823
1846
  IconChevronLeft.displayName = 'IconChevronLeft';
1824
1847
 
1825
- var _excluded$H = ["testId"];
1848
+ var _excluded$I = ["testId"];
1826
1849
  var IconChevronRight = React.forwardRef(function (_ref, ref) {
1827
1850
  var _ref$testId = _ref.testId,
1828
1851
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
1829
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1852
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1830
1853
 
1831
1854
  return React__default.createElement("svg", Object.assign({
1832
1855
  viewBox: "0 0 20 20",
@@ -1844,11 +1867,11 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
1844
1867
  });
1845
1868
  IconChevronRight.displayName = 'IconChevronRight';
1846
1869
 
1847
- var _excluded$I = ["testId"];
1870
+ var _excluded$J = ["testId"];
1848
1871
  var IconChevronUp = React.forwardRef(function (_ref, ref) {
1849
1872
  var _ref$testId = _ref.testId,
1850
1873
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
1851
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1874
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1852
1875
 
1853
1876
  return React__default.createElement("svg", Object.assign({
1854
1877
  viewBox: "0 0 20 20",
@@ -1866,11 +1889,11 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
1866
1889
  });
1867
1890
  IconChevronUp.displayName = 'IconChevronUp';
1868
1891
 
1869
- var _excluded$J = ["testId"];
1892
+ var _excluded$K = ["testId"];
1870
1893
  var IconClipboardList = React.forwardRef(function (_ref, ref) {
1871
1894
  var _ref$testId = _ref.testId,
1872
1895
  testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
1873
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1896
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1874
1897
 
1875
1898
  return React__default.createElement("svg", Object.assign({
1876
1899
  viewBox: "0 0 20 20",
@@ -1888,11 +1911,11 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
1888
1911
  });
1889
1912
  IconClipboardList.displayName = 'IconClipboardList';
1890
1913
 
1891
- var _excluded$K = ["testId"];
1914
+ var _excluded$L = ["testId"];
1892
1915
  var IconClock = React.forwardRef(function (_ref, ref) {
1893
1916
  var _ref$testId = _ref.testId,
1894
1917
  testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
1895
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1918
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1896
1919
 
1897
1920
  return React__default.createElement("svg", Object.assign({
1898
1921
  viewBox: "0 0 20 20",
@@ -1908,11 +1931,11 @@ var IconClock = React.forwardRef(function (_ref, ref) {
1908
1931
  });
1909
1932
  IconClock.displayName = 'IconClock';
1910
1933
 
1911
- var _excluded$L = ["testId"];
1934
+ var _excluded$M = ["testId"];
1912
1935
  var IconCog = React.forwardRef(function (_ref, ref) {
1913
1936
  var _ref$testId = _ref.testId,
1914
1937
  testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
1915
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1938
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1916
1939
 
1917
1940
  return React__default.createElement("svg", Object.assign({
1918
1941
  viewBox: "0 0 20 20",
@@ -1928,11 +1951,11 @@ var IconCog = React.forwardRef(function (_ref, ref) {
1928
1951
  });
1929
1952
  IconCog.displayName = 'IconCog';
1930
1953
 
1931
- var _excluded$M = ["testId"];
1954
+ var _excluded$N = ["testId"];
1932
1955
  var IconCommentLines = React.forwardRef(function (_ref, ref) {
1933
1956
  var _ref$testId = _ref.testId,
1934
1957
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
1935
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1958
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1936
1959
 
1937
1960
  return React__default.createElement("svg", Object.assign({
1938
1961
  viewBox: "0 0 20 20",
@@ -1953,11 +1976,11 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
1953
1976
  });
1954
1977
  IconCommentLines.displayName = 'IconCommentLines';
1955
1978
 
1956
- var _excluded$N = ["testId"];
1979
+ var _excluded$O = ["testId"];
1957
1980
  var IconComment = React.forwardRef(function (_ref, ref) {
1958
1981
  var _ref$testId = _ref.testId,
1959
1982
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
1960
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1983
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
1961
1984
 
1962
1985
  return React__default.createElement("svg", Object.assign({
1963
1986
  viewBox: "0 0 20 20",
@@ -1975,11 +1998,11 @@ var IconComment = React.forwardRef(function (_ref, ref) {
1975
1998
  });
1976
1999
  IconComment.displayName = 'IconComment';
1977
2000
 
1978
- var _excluded$O = ["testId"];
2001
+ var _excluded$P = ["testId"];
1979
2002
  var IconCopy = React.forwardRef(function (_ref, ref) {
1980
2003
  var _ref$testId = _ref.testId,
1981
2004
  testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
1982
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
2005
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
1983
2006
 
1984
2007
  return React__default.createElement("svg", Object.assign({
1985
2008
  viewBox: "0 0 20 20",
@@ -2002,11 +2025,11 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
2002
2025
  });
2003
2026
  IconCopy.displayName = 'IconCopy';
2004
2027
 
2005
- var _excluded$P = ["testId"];
2028
+ var _excluded$Q = ["testId"];
2006
2029
  var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2007
2030
  var _ref$testId = _ref.testId,
2008
2031
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
2009
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
2032
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
2010
2033
 
2011
2034
  return React__default.createElement("svg", Object.assign({
2012
2035
  viewBox: "0 0 20 20",
@@ -2031,11 +2054,11 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2031
2054
  });
2032
2055
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2033
2056
 
2034
- var _excluded$Q = ["testId"];
2057
+ var _excluded$R = ["testId"];
2035
2058
  var IconCreditCard = React.forwardRef(function (_ref, ref) {
2036
2059
  var _ref$testId = _ref.testId,
2037
2060
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
2038
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
2061
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
2039
2062
 
2040
2063
  return React__default.createElement("svg", Object.assign({
2041
2064
  viewBox: "0 0 20 20",
@@ -2058,11 +2081,11 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2058
2081
  });
2059
2082
  IconCreditCard.displayName = 'IconCreditCard';
2060
2083
 
2061
- var _excluded$R = ["testId"];
2084
+ var _excluded$S = ["testId"];
2062
2085
  var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2063
2086
  var _ref$testId = _ref.testId,
2064
2087
  testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
2065
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
2088
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
2066
2089
 
2067
2090
  return React__default.createElement("svg", Object.assign({
2068
2091
  viewBox: "0 0 20 20",
@@ -2100,11 +2123,11 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2100
2123
  });
2101
2124
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2102
2125
 
2103
- var _excluded$S = ["testId"];
2126
+ var _excluded$T = ["testId"];
2104
2127
  var IconDecent = React.forwardRef(function (_ref, ref) {
2105
2128
  var _ref$testId = _ref.testId,
2106
2129
  testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
2107
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
2130
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2108
2131
 
2109
2132
  return React__default.createElement("svg", Object.assign({
2110
2133
  viewBox: "0 0 20 20",
@@ -2130,11 +2153,11 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
2130
2153
  });
2131
2154
  IconDecent.displayName = 'IconDecent';
2132
2155
 
2133
- var _excluded$T = ["testId"];
2156
+ var _excluded$U = ["testId"];
2134
2157
  var IconDownload = React.forwardRef(function (_ref, ref) {
2135
2158
  var _ref$testId = _ref.testId,
2136
2159
  testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
2137
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2160
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2138
2161
 
2139
2162
  return React__default.createElement("svg", Object.assign({
2140
2163
  viewBox: "0 0 20 20",
@@ -2152,11 +2175,11 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
2152
2175
  });
2153
2176
  IconDownload.displayName = 'IconDownload';
2154
2177
 
2155
- var _excluded$U = ["testId"];
2178
+ var _excluded$V = ["testId"];
2156
2179
  var IconEdit = React.forwardRef(function (_ref, ref) {
2157
2180
  var _ref$testId = _ref.testId,
2158
2181
  testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
2159
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2182
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2160
2183
 
2161
2184
  return React__default.createElement("svg", Object.assign({
2162
2185
  viewBox: "0 0 20 20",
@@ -2172,11 +2195,11 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
2172
2195
  });
2173
2196
  IconEdit.displayName = 'IconEdit';
2174
2197
 
2175
- var _excluded$V = ["testId"];
2198
+ var _excluded$W = ["testId"];
2176
2199
  var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2177
2200
  var _ref$testId = _ref.testId,
2178
2201
  testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
2179
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2202
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2180
2203
 
2181
2204
  return React__default.createElement("svg", Object.assign({
2182
2205
  viewBox: "0 0 20 20",
@@ -2194,11 +2217,11 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2194
2217
  });
2195
2218
  IconEllipsisV.displayName = 'IconEllipsisV';
2196
2219
 
2197
- var _excluded$W = ["testId"];
2220
+ var _excluded$X = ["testId"];
2198
2221
  var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2199
2222
  var _ref$testId = _ref.testId,
2200
2223
  testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
2201
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2224
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2202
2225
 
2203
2226
  return React__default.createElement("svg", Object.assign({
2204
2227
  viewBox: "0 0 20 20",
@@ -2221,11 +2244,11 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2221
2244
  });
2222
2245
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2223
2246
 
2224
- var _excluded$X = ["testId"];
2247
+ var _excluded$Y = ["testId"];
2225
2248
  var IconEnvelope = React.forwardRef(function (_ref, ref) {
2226
2249
  var _ref$testId = _ref.testId,
2227
2250
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
2228
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2251
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2229
2252
 
2230
2253
  return React__default.createElement("svg", Object.assign({
2231
2254
  viewBox: "0 0 20 20",
@@ -2241,11 +2264,11 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
2241
2264
  });
2242
2265
  IconEnvelope.displayName = 'IconEnvelope';
2243
2266
 
2244
- var _excluded$Y = ["testId"];
2267
+ var _excluded$Z = ["testId"];
2245
2268
  var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
2246
2269
  var _ref$testId = _ref.testId,
2247
2270
  testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
2248
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2271
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2249
2272
 
2250
2273
  return React__default.createElement("svg", Object.assign({
2251
2274
  viewBox: "0 0 20 20",
@@ -2263,11 +2286,11 @@ var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
2263
2286
  });
2264
2287
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
2265
2288
 
2266
- var _excluded$Z = ["testId"];
2289
+ var _excluded$_ = ["testId"];
2267
2290
  var IconExclaimation = React.forwardRef(function (_ref, ref) {
2268
2291
  var _ref$testId = _ref.testId,
2269
2292
  testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
2270
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2293
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2271
2294
 
2272
2295
  return React__default.createElement("svg", Object.assign({
2273
2296
  viewBox: "0 0 20 20",
@@ -2283,11 +2306,11 @@ var IconExclaimation = React.forwardRef(function (_ref, ref) {
2283
2306
  });
2284
2307
  IconExclaimation.displayName = 'IconExclaimation';
2285
2308
 
2286
- var _excluded$_ = ["testId"];
2309
+ var _excluded$$ = ["testId"];
2287
2310
  var IconExpand = React.forwardRef(function (_ref, ref) {
2288
2311
  var _ref$testId = _ref.testId,
2289
2312
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
2290
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2313
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2291
2314
 
2292
2315
  return React__default.createElement("svg", Object.assign({
2293
2316
  viewBox: "0 0 20 20",
@@ -2303,11 +2326,11 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
2303
2326
  });
2304
2327
  IconExpand.displayName = 'IconExpand';
2305
2328
 
2306
- var _excluded$$ = ["testId"];
2329
+ var _excluded$10 = ["testId"];
2307
2330
  var IconExternalLink = React.forwardRef(function (_ref, ref) {
2308
2331
  var _ref$testId = _ref.testId,
2309
2332
  testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
2310
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2333
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2311
2334
 
2312
2335
  return React__default.createElement("svg", Object.assign({
2313
2336
  viewBox: "0 0 20 20",
@@ -2325,11 +2348,11 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
2325
2348
  });
2326
2349
  IconExternalLink.displayName = 'IconExternalLink';
2327
2350
 
2328
- var _excluded$10 = ["testId"];
2351
+ var _excluded$11 = ["testId"];
2329
2352
  var IconEyeSlash = React.forwardRef(function (_ref, ref) {
2330
2353
  var _ref$testId = _ref.testId,
2331
2354
  testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
2332
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2355
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2333
2356
 
2334
2357
  return React__default.createElement("svg", Object.assign({
2335
2358
  viewBox: "0 0 20 20",
@@ -2360,11 +2383,11 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
2360
2383
  });
2361
2384
  IconEyeSlash.displayName = 'IconEyeSlash';
2362
2385
 
2363
- var _excluded$11 = ["testId"];
2386
+ var _excluded$12 = ["testId"];
2364
2387
  var IconEye = React.forwardRef(function (_ref, ref) {
2365
2388
  var _ref$testId = _ref.testId,
2366
2389
  testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
2367
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2390
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2368
2391
 
2369
2392
  return React__default.createElement("svg", Object.assign({
2370
2393
  viewBox: "0 0 20 20",
@@ -2388,11 +2411,11 @@ var IconEye = React.forwardRef(function (_ref, ref) {
2388
2411
  });
2389
2412
  IconEye.displayName = 'IconEye';
2390
2413
 
2391
- var _excluded$12 = ["testId"];
2414
+ var _excluded$13 = ["testId"];
2392
2415
  var IconFilePdf = React.forwardRef(function (_ref, ref) {
2393
2416
  var _ref$testId = _ref.testId,
2394
2417
  testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
2395
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2418
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2396
2419
 
2397
2420
  return React__default.createElement("svg", Object.assign({
2398
2421
  viewBox: "0 0 20 20",
@@ -2415,11 +2438,11 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
2415
2438
  });
2416
2439
  IconFilePdf.displayName = 'IconFilePdf';
2417
2440
 
2418
- var _excluded$13 = ["testId"];
2441
+ var _excluded$14 = ["testId"];
2419
2442
  var IconFile = React.forwardRef(function (_ref, ref) {
2420
2443
  var _ref$testId = _ref.testId,
2421
2444
  testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
2422
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2445
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2423
2446
 
2424
2447
  return React__default.createElement("svg", Object.assign({
2425
2448
  viewBox: "0 0 20 20",
@@ -2442,11 +2465,11 @@ var IconFile = React.forwardRef(function (_ref, ref) {
2442
2465
  });
2443
2466
  IconFile.displayName = 'IconFile';
2444
2467
 
2445
- var _excluded$14 = ["testId"];
2468
+ var _excluded$15 = ["testId"];
2446
2469
  var IconFlag = React.forwardRef(function (_ref, ref) {
2447
2470
  var _ref$testId = _ref.testId,
2448
2471
  testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
2449
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2472
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2450
2473
 
2451
2474
  return React__default.createElement("svg", Object.assign({
2452
2475
  viewBox: "0 0 20 20",
@@ -2469,11 +2492,11 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
2469
2492
  });
2470
2493
  IconFlag.displayName = 'IconFlag';
2471
2494
 
2472
- var _excluded$15 = ["testId"];
2495
+ var _excluded$16 = ["testId"];
2473
2496
  var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
2474
2497
  var _ref$testId = _ref.testId,
2475
2498
  testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
2476
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2499
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2477
2500
 
2478
2501
  return React__default.createElement("svg", Object.assign({
2479
2502
  viewBox: "0 0 20 20",
@@ -2491,11 +2514,11 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
2491
2514
  });
2492
2515
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
2493
2516
 
2494
- var _excluded$16 = ["testId"];
2517
+ var _excluded$17 = ["testId"];
2495
2518
  var IconFourSquares = React.forwardRef(function (_ref, ref) {
2496
2519
  var _ref$testId = _ref.testId,
2497
2520
  testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
2498
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2521
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2499
2522
 
2500
2523
  return React__default.createElement("svg", Object.assign({
2501
2524
  viewBox: "0 0 20 20",
@@ -2536,11 +2559,11 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
2536
2559
  });
2537
2560
  IconFourSquares.displayName = 'IconFourSquares';
2538
2561
 
2539
- var _excluded$17 = ["testId"];
2562
+ var _excluded$18 = ["testId"];
2540
2563
  var IconGavel = React.forwardRef(function (_ref, ref) {
2541
2564
  var _ref$testId = _ref.testId,
2542
2565
  testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
2543
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2566
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2544
2567
 
2545
2568
  return React__default.createElement("svg", Object.assign({
2546
2569
  viewBox: "0 0 60 60",
@@ -2556,11 +2579,11 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
2556
2579
  });
2557
2580
  IconGavel.displayName = 'IconGavel';
2558
2581
 
2559
- var _excluded$18 = ["testId"];
2582
+ var _excluded$19 = ["testId"];
2560
2583
  var IconGif = React.forwardRef(function (_ref, ref) {
2561
2584
  var _ref$testId = _ref.testId,
2562
2585
  testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
2563
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2586
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2564
2587
 
2565
2588
  return React__default.createElement("svg", Object.assign({
2566
2589
  viewBox: "0 0 20 20",
@@ -2580,11 +2603,11 @@ var IconGif = React.forwardRef(function (_ref, ref) {
2580
2603
  });
2581
2604
  IconGif.displayName = 'IconGif';
2582
2605
 
2583
- var _excluded$19 = ["testId"];
2606
+ var _excluded$1a = ["testId"];
2584
2607
  var IconGift = React.forwardRef(function (_ref, ref) {
2585
2608
  var _ref$testId = _ref.testId,
2586
2609
  testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
2587
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2610
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2588
2611
 
2589
2612
  return React__default.createElement("svg", Object.assign({
2590
2613
  viewBox: "0 0 20 20",
@@ -2600,11 +2623,11 @@ var IconGift = React.forwardRef(function (_ref, ref) {
2600
2623
  });
2601
2624
  IconGift.displayName = 'IconGift';
2602
2625
 
2603
- var _excluded$1a = ["testId"];
2626
+ var _excluded$1b = ["testId"];
2604
2627
  var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
2605
2628
  var _ref$testId = _ref.testId,
2606
2629
  testId = _ref$testId === void 0 ? 'icon-good-monochromatic' : _ref$testId,
2607
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2630
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2608
2631
 
2609
2632
  return React__default.createElement("svg", Object.assign({
2610
2633
  viewBox: "0 0 20 20",
@@ -2638,11 +2661,11 @@ var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
2638
2661
  });
2639
2662
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
2640
2663
 
2641
- var _excluded$1b = ["testId"];
2664
+ var _excluded$1c = ["testId"];
2642
2665
  var IconGood = React.forwardRef(function (_ref, ref) {
2643
2666
  var _ref$testId = _ref.testId,
2644
2667
  testId = _ref$testId === void 0 ? 'icon-good' : _ref$testId,
2645
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2668
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2646
2669
 
2647
2670
  return React__default.createElement("svg", Object.assign({
2648
2671
  viewBox: "0 0 20 20",
@@ -2664,11 +2687,11 @@ var IconGood = React.forwardRef(function (_ref, ref) {
2664
2687
  });
2665
2688
  IconGood.displayName = 'IconGood';
2666
2689
 
2667
- var _excluded$1c = ["testId"];
2690
+ var _excluded$1d = ["testId"];
2668
2691
  var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
2669
2692
  var _ref$testId = _ref.testId,
2670
2693
  testId = _ref$testId === void 0 ? 'icon-great-monochromatic' : _ref$testId,
2671
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2694
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2672
2695
 
2673
2696
  return React__default.createElement("svg", Object.assign({
2674
2697
  viewBox: "0 0 20 20",
@@ -2704,11 +2727,11 @@ var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
2704
2727
  });
2705
2728
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
2706
2729
 
2707
- var _excluded$1d = ["testId"];
2730
+ var _excluded$1e = ["testId"];
2708
2731
  var IconGreat = React.forwardRef(function (_ref, ref) {
2709
2732
  var _ref$testId = _ref.testId,
2710
2733
  testId = _ref$testId === void 0 ? 'icon-great' : _ref$testId,
2711
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2734
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2712
2735
 
2713
2736
  return React__default.createElement("svg", Object.assign({
2714
2737
  viewBox: "0 0 20 20",
@@ -2732,11 +2755,11 @@ var IconGreat = React.forwardRef(function (_ref, ref) {
2732
2755
  });
2733
2756
  IconGreat.displayName = 'IconGreat';
2734
2757
 
2735
- var _excluded$1e = ["testId"];
2758
+ var _excluded$1f = ["testId"];
2736
2759
  var IconGrinBeam = React.forwardRef(function (_ref, ref) {
2737
2760
  var _ref$testId = _ref.testId,
2738
2761
  testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
2739
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2762
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2740
2763
 
2741
2764
  return React__default.createElement("svg", Object.assign({
2742
2765
  viewBox: "0 0 20 20",
@@ -2752,11 +2775,11 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
2752
2775
  });
2753
2776
  IconGrinBeam.displayName = 'IconGrinBeam';
2754
2777
 
2755
- var _excluded$1f = ["testId"];
2778
+ var _excluded$1g = ["testId"];
2756
2779
  var IconGripVertical = React.forwardRef(function (_ref, ref) {
2757
2780
  var _ref$testId = _ref.testId,
2758
2781
  testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
2759
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2782
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2760
2783
 
2761
2784
  return React__default.createElement("svg", Object.assign({
2762
2785
  viewBox: "0 0 20 20",
@@ -2799,11 +2822,11 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
2799
2822
  });
2800
2823
  IconGripVertical.displayName = 'IconGripVertical';
2801
2824
 
2802
- var _excluded$1g = ["testId"];
2825
+ var _excluded$1h = ["testId"];
2803
2826
  var IconHandshake = React.forwardRef(function (_ref, ref) {
2804
2827
  var _ref$testId = _ref.testId,
2805
2828
  testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
2806
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2829
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2807
2830
 
2808
2831
  return React__default.createElement("svg", Object.assign({
2809
2832
  viewBox: "0 0 20 20",
@@ -2827,11 +2850,11 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
2827
2850
  });
2828
2851
  IconHandshake.displayName = 'IconHandshake';
2829
2852
 
2830
- var _excluded$1h = ["testId"];
2853
+ var _excluded$1i = ["testId"];
2831
2854
  var IconImage = React.forwardRef(function (_ref, ref) {
2832
2855
  var _ref$testId = _ref.testId,
2833
2856
  testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
2834
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2857
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2835
2858
 
2836
2859
  return React__default.createElement("svg", Object.assign({
2837
2860
  viewBox: "0 0 20 20",
@@ -2854,11 +2877,11 @@ var IconImage = React.forwardRef(function (_ref, ref) {
2854
2877
  });
2855
2878
  IconImage.displayName = 'IconImage';
2856
2879
 
2857
- var _excluded$1i = ["testId"];
2880
+ var _excluded$1j = ["testId"];
2858
2881
  var IconIslandTropical = React.forwardRef(function (_ref, ref) {
2859
2882
  var _ref$testId = _ref.testId,
2860
2883
  testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
2861
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2884
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2862
2885
 
2863
2886
  return React__default.createElement("svg", Object.assign({
2864
2887
  viewBox: "0 0 20 20",
@@ -2876,11 +2899,11 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
2876
2899
  });
2877
2900
  IconIslandTropical.displayName = 'IconIslandTropical';
2878
2901
 
2879
- var _excluded$1j = ["testId"];
2902
+ var _excluded$1k = ["testId"];
2880
2903
  var IconItalic = React.forwardRef(function (_ref, ref) {
2881
2904
  var _ref$testId = _ref.testId,
2882
2905
  testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
2883
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2906
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2884
2907
 
2885
2908
  return React__default.createElement("svg", Object.assign({
2886
2909
  viewBox: "0 0 20 20",
@@ -2896,11 +2919,11 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
2896
2919
  });
2897
2920
  IconItalic.displayName = 'IconItalic';
2898
2921
 
2899
- var _excluded$1k = ["testId"];
2922
+ var _excluded$1l = ["testId"];
2900
2923
  var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
2901
2924
  var _ref$testId = _ref.testId,
2902
2925
  testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
2903
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2926
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2904
2927
 
2905
2928
  return React__default.createElement("svg", Object.assign({
2906
2929
  viewBox: "0 0 20 20",
@@ -2925,11 +2948,11 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
2925
2948
  });
2926
2949
  IconLaptopSearch.displayName = 'IconLaptopSearch';
2927
2950
 
2928
- var _excluded$1l = ["testId"];
2951
+ var _excluded$1m = ["testId"];
2929
2952
  var IconLink = React.forwardRef(function (_ref, ref) {
2930
2953
  var _ref$testId = _ref.testId,
2931
2954
  testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
2932
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2955
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2933
2956
 
2934
2957
  return React__default.createElement("svg", Object.assign({
2935
2958
  viewBox: "0 0 20 20",
@@ -2952,11 +2975,11 @@ var IconLink = React.forwardRef(function (_ref, ref) {
2952
2975
  });
2953
2976
  IconLink.displayName = 'IconLink';
2954
2977
 
2955
- var _excluded$1m = ["testId"];
2978
+ var _excluded$1n = ["testId"];
2956
2979
  var IconListOI = React.forwardRef(function (_ref, ref) {
2957
2980
  var _ref$testId = _ref.testId,
2958
2981
  testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
2959
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2982
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
2960
2983
 
2961
2984
  return React__default.createElement("svg", Object.assign({
2962
2985
  viewBox: "0 0 20 20",
@@ -2979,11 +3002,11 @@ var IconListOI = React.forwardRef(function (_ref, ref) {
2979
3002
  });
2980
3003
  IconListOI.displayName = 'IconListOI';
2981
3004
 
2982
- var _excluded$1n = ["testId"];
3005
+ var _excluded$1o = ["testId"];
2983
3006
  var IconList = React.forwardRef(function (_ref, ref) {
2984
3007
  var _ref$testId = _ref.testId,
2985
3008
  testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
2986
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
3009
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
2987
3010
 
2988
3011
  return React__default.createElement("svg", Object.assign({
2989
3012
  viewBox: "0 0 20 20",
@@ -2999,11 +3022,11 @@ var IconList = React.forwardRef(function (_ref, ref) {
2999
3022
  });
3000
3023
  IconList.displayName = 'IconList';
3001
3024
 
3002
- var _excluded$1o = ["testId"];
3025
+ var _excluded$1p = ["testId"];
3003
3026
  var IconLock = React.forwardRef(function (_ref, ref) {
3004
3027
  var _ref$testId = _ref.testId,
3005
3028
  testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
3006
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
3029
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
3007
3030
 
3008
3031
  return React__default.createElement("svg", Object.assign({
3009
3032
  viewBox: "0 0 20 20",
@@ -3019,11 +3042,11 @@ var IconLock = React.forwardRef(function (_ref, ref) {
3019
3042
  });
3020
3043
  IconLock.displayName = 'IconLock';
3021
3044
 
3022
- var _excluded$1p = ["testId"];
3045
+ var _excluded$1q = ["testId"];
3023
3046
  var IconMagicSolid = React.forwardRef(function (_ref, ref) {
3024
3047
  var _ref$testId = _ref.testId,
3025
3048
  testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
3026
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
3049
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
3027
3050
 
3028
3051
  return React__default.createElement("svg", Object.assign({
3029
3052
  viewBox: "0 0 20 20",
@@ -3041,11 +3064,11 @@ var IconMagicSolid = React.forwardRef(function (_ref, ref) {
3041
3064
  });
3042
3065
  IconMagicSolid.displayName = 'IconMagicSolid';
3043
3066
 
3044
- var _excluded$1q = ["testId"];
3067
+ var _excluded$1r = ["testId"];
3045
3068
  var IconMapMarker = React.forwardRef(function (_ref, ref) {
3046
3069
  var _ref$testId = _ref.testId,
3047
3070
  testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
3048
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
3071
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3049
3072
 
3050
3073
  return React__default.createElement("svg", Object.assign({
3051
3074
  viewBox: "0 0 20 20",
@@ -3063,11 +3086,11 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
3063
3086
  });
3064
3087
  IconMapMarker.displayName = 'IconMapMarker';
3065
3088
 
3066
- var _excluded$1r = ["testId"];
3089
+ var _excluded$1s = ["testId"];
3067
3090
  var IconMegaphone = React.forwardRef(function (_ref, ref) {
3068
3091
  var _ref$testId = _ref.testId,
3069
3092
  testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
3070
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3093
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3071
3094
 
3072
3095
  return React__default.createElement("svg", Object.assign({
3073
3096
  viewBox: "0 0 20 20",
@@ -3085,11 +3108,11 @@ var IconMegaphone = React.forwardRef(function (_ref, ref) {
3085
3108
  });
3086
3109
  IconMegaphone.displayName = 'IconMegaphone';
3087
3110
 
3088
- var _excluded$1s = ["testId"];
3111
+ var _excluded$1t = ["testId"];
3089
3112
  var IconMessages = React.forwardRef(function (_ref, ref) {
3090
3113
  var _ref$testId = _ref.testId,
3091
3114
  testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
3092
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3115
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3093
3116
 
3094
3117
  return React__default.createElement("svg", Object.assign({
3095
3118
  viewBox: "0 0 20 18",
@@ -3105,11 +3128,11 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
3105
3128
  });
3106
3129
  IconMessages.displayName = 'IconMessages';
3107
3130
 
3108
- var _excluded$1t = ["testId"];
3131
+ var _excluded$1u = ["testId"];
3109
3132
  var IconMinusCircle = React.forwardRef(function (_ref, ref) {
3110
3133
  var _ref$testId = _ref.testId,
3111
3134
  testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
3112
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3135
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3113
3136
 
3114
3137
  return React__default.createElement("svg", Object.assign({
3115
3138
  viewBox: "0 0 20 20",
@@ -3125,11 +3148,11 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
3125
3148
  });
3126
3149
  IconMinusCircle.displayName = 'IconMinusCircle';
3127
3150
 
3128
- var _excluded$1u = ["testId"];
3151
+ var _excluded$1v = ["testId"];
3129
3152
  var IconMinus = React.forwardRef(function (_ref, ref) {
3130
3153
  var _ref$testId = _ref.testId,
3131
3154
  testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
3132
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3155
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3133
3156
 
3134
3157
  return React__default.createElement("svg", Object.assign({
3135
3158
  viewBox: "0 0 20 20",
@@ -3145,11 +3168,11 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
3145
3168
  });
3146
3169
  IconMinus.displayName = 'IconMinus';
3147
3170
 
3148
- var _excluded$1v = ["testId"];
3171
+ var _excluded$1w = ["testId"];
3149
3172
  var IconMoneyBill = React.forwardRef(function (_ref, ref) {
3150
3173
  var _ref$testId = _ref.testId,
3151
3174
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
3152
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3175
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3153
3176
 
3154
3177
  return React__default.createElement("svg", Object.assign({
3155
3178
  viewBox: "0 0 20 20",
@@ -3165,11 +3188,11 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
3165
3188
  });
3166
3189
  IconMoneyBill.displayName = 'IconMoneyBill';
3167
3190
 
3168
- var _excluded$1w = ["testId"];
3191
+ var _excluded$1x = ["testId"];
3169
3192
  var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
3170
3193
  var _ref$testId = _ref.testId,
3171
3194
  testId = _ref$testId === void 0 ? 'icon-mug-saucer-solid' : _ref$testId,
3172
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3195
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3173
3196
 
3174
3197
  return React__default.createElement("svg", Object.assign({
3175
3198
  viewBox: "0 0 21 20",
@@ -3185,11 +3208,11 @@ var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
3185
3208
  });
3186
3209
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
3187
3210
 
3188
- var _excluded$1x = ["testId"];
3211
+ var _excluded$1y = ["testId"];
3189
3212
  var IconNotesMedical = React.forwardRef(function (_ref, ref) {
3190
3213
  var _ref$testId = _ref.testId,
3191
3214
  testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
3192
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3215
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3193
3216
 
3194
3217
  return React__default.createElement("svg", Object.assign({
3195
3218
  viewBox: "0 0 20 20",
@@ -3205,11 +3228,11 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
3205
3228
  });
3206
3229
  IconNotesMedical.displayName = 'IconNotesMedical';
3207
3230
 
3208
- var _excluded$1y = ["testId"];
3231
+ var _excluded$1z = ["testId"];
3209
3232
  var IconOvertime = React.forwardRef(function (_ref, ref) {
3210
3233
  var _ref$testId = _ref.testId,
3211
3234
  testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
3212
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3235
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3213
3236
 
3214
3237
  return React__default.createElement("svg", Object.assign({
3215
3238
  viewBox: "0 0 21 20",
@@ -3233,11 +3256,11 @@ var IconOvertime = React.forwardRef(function (_ref, ref) {
3233
3256
  });
3234
3257
  IconOvertime.displayName = 'IconOvertime';
3235
3258
 
3236
- var _excluded$1z = ["testId"];
3259
+ var _excluded$1A = ["testId"];
3237
3260
  var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
3238
3261
  var _ref$testId = _ref.testId,
3239
3262
  testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
3240
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3263
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3241
3264
 
3242
3265
  return React__default.createElement("svg", Object.assign({
3243
3266
  viewBox: "0 0 20 20",
@@ -3265,11 +3288,11 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
3265
3288
  });
3266
3289
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
3267
3290
 
3268
- var _excluded$1A = ["testId"];
3291
+ var _excluded$1B = ["testId"];
3269
3292
  var IconPaperPlane = React.forwardRef(function (_ref, ref) {
3270
3293
  var _ref$testId = _ref.testId,
3271
3294
  testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
3272
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3295
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3273
3296
 
3274
3297
  return React__default.createElement("svg", Object.assign({
3275
3298
  viewBox: "0 0 19 20",
@@ -3287,11 +3310,11 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
3287
3310
  });
3288
3311
  IconPaperPlane.displayName = 'IconPaperPlane';
3289
3312
 
3290
- var _excluded$1B = ["testId"];
3313
+ var _excluded$1C = ["testId"];
3291
3314
  var IconPaperclip = React.forwardRef(function (_ref, ref) {
3292
3315
  var _ref$testId = _ref.testId,
3293
3316
  testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
3294
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3317
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3295
3318
 
3296
3319
  return React__default.createElement("svg", Object.assign({
3297
3320
  viewBox: "0 0 20 20",
@@ -3314,11 +3337,11 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
3314
3337
  });
3315
3338
  IconPaperclip.displayName = 'IconPaperclip';
3316
3339
 
3317
- var _excluded$1C = ["testId"];
3340
+ var _excluded$1D = ["testId"];
3318
3341
  var IconPencil = React.forwardRef(function (_ref, ref) {
3319
3342
  var _ref$testId = _ref.testId,
3320
3343
  testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
3321
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3344
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3322
3345
 
3323
3346
  return React__default.createElement("svg", Object.assign({
3324
3347
  viewBox: "0 0 20 20",
@@ -3336,11 +3359,11 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
3336
3359
  });
3337
3360
  IconPencil.displayName = 'IconPencil';
3338
3361
 
3339
- var _excluded$1D = ["testId"];
3362
+ var _excluded$1E = ["testId"];
3340
3363
  var IconPercentage = React.forwardRef(function (_ref, ref) {
3341
3364
  var _ref$testId = _ref.testId,
3342
3365
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
3343
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3366
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3344
3367
 
3345
3368
  return React__default.createElement("svg", Object.assign({
3346
3369
  viewBox: "0 0 20 20",
@@ -3356,11 +3379,11 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
3356
3379
  });
3357
3380
  IconPercentage.displayName = 'IconPercentage';
3358
3381
 
3359
- var _excluded$1E = ["testId"];
3382
+ var _excluded$1F = ["testId"];
3360
3383
  var IconPhone = React.forwardRef(function (_ref, ref) {
3361
3384
  var _ref$testId = _ref.testId,
3362
3385
  testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
3363
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3386
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3364
3387
 
3365
3388
  return React__default.createElement("svg", Object.assign({
3366
3389
  viewBox: "0 0 20 20",
@@ -3376,11 +3399,11 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
3376
3399
  });
3377
3400
  IconPhone.displayName = 'IconPhone';
3378
3401
 
3379
- var _excluded$1F = ["testId"];
3402
+ var _excluded$1G = ["testId"];
3380
3403
  var IconPlug = React.forwardRef(function (_ref, ref) {
3381
3404
  var _ref$testId = _ref.testId,
3382
3405
  testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
3383
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3406
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3384
3407
 
3385
3408
  return React__default.createElement("svg", Object.assign({
3386
3409
  viewBox: "0 0 20 20",
@@ -3398,11 +3421,11 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
3398
3421
  });
3399
3422
  IconPlug.displayName = 'IconPlug';
3400
3423
 
3401
- var _excluded$1G = ["testId"];
3424
+ var _excluded$1H = ["testId"];
3402
3425
  var IconPlus = React.forwardRef(function (_ref, ref) {
3403
3426
  var _ref$testId = _ref.testId,
3404
3427
  testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
3405
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3428
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3406
3429
 
3407
3430
  return React__default.createElement("svg", Object.assign({
3408
3431
  viewBox: "0 0 20 20",
@@ -3420,11 +3443,11 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
3420
3443
  });
3421
3444
  IconPlus.displayName = 'IconPlus';
3422
3445
 
3423
- var _excluded$1H = ["testId"];
3446
+ var _excluded$1I = ["testId"];
3424
3447
  var IconPrint = React.forwardRef(function (_ref, ref) {
3425
3448
  var _ref$testId = _ref.testId,
3426
3449
  testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
3427
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3450
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3428
3451
 
3429
3452
  return React__default.createElement("svg", Object.assign({
3430
3453
  viewBox: "0 0 20 20",
@@ -3442,11 +3465,11 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
3442
3465
  });
3443
3466
  IconPrint.displayName = 'IconPrint';
3444
3467
 
3445
- var _excluded$1I = ["testId"];
3468
+ var _excluded$1J = ["testId"];
3446
3469
  var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
3447
3470
  var _ref$testId = _ref.testId,
3448
3471
  testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
3449
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3472
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3450
3473
 
3451
3474
  return React__default.createElement("svg", Object.assign({
3452
3475
  viewBox: "0 0 20 20",
@@ -3462,11 +3485,11 @@ var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
3462
3485
  });
3463
3486
  IconQuestionCircle.displayName = 'IconQuestionCircle';
3464
3487
 
3465
- var _excluded$1J = ["testId"];
3488
+ var _excluded$1K = ["testId"];
3466
3489
  var IconRepeat = React.forwardRef(function (_ref, ref) {
3467
3490
  var _ref$testId = _ref.testId,
3468
3491
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
3469
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3492
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3470
3493
 
3471
3494
  return React__default.createElement("svg", Object.assign({
3472
3495
  viewBox: "0 0 20 20",
@@ -3482,11 +3505,11 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
3482
3505
  });
3483
3506
  IconRepeat.displayName = 'IconRepeat';
3484
3507
 
3485
- var _excluded$1K = ["testId"];
3508
+ var _excluded$1L = ["testId"];
3486
3509
  var IconReply = React.forwardRef(function (_ref, ref) {
3487
3510
  var _ref$testId = _ref.testId,
3488
3511
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
3489
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3512
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3490
3513
 
3491
3514
  return React__default.createElement("svg", Object.assign({
3492
3515
  viewBox: "0 0 20 20",
@@ -3502,12 +3525,12 @@ var IconReply = React.forwardRef(function (_ref, ref) {
3502
3525
  });
3503
3526
  IconReply.displayName = 'IconReply';
3504
3527
 
3505
- var _excluded$1L = ["testId"];
3528
+ var _excluded$1M = ["testId"];
3506
3529
 
3507
3530
  var IconRocket = function IconRocket(_ref) {
3508
3531
  var _ref$testId = _ref.testId,
3509
3532
  testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
3510
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3533
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3511
3534
 
3512
3535
  return React__default.createElement("svg", Object.assign({
3513
3536
  viewBox: "0 0 20 20",
@@ -3522,11 +3545,11 @@ var IconRocket = function IconRocket(_ref) {
3522
3545
 
3523
3546
  IconRocket.displayName = 'IconRocket';
3524
3547
 
3525
- var _excluded$1M = ["testId"];
3548
+ var _excluded$1N = ["testId"];
3526
3549
  var IconSearch = React.forwardRef(function (_ref, ref) {
3527
3550
  var _ref$testId = _ref.testId,
3528
3551
  testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
3529
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3552
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3530
3553
 
3531
3554
  return React__default.createElement("svg", Object.assign({
3532
3555
  viewBox: "0 0 20 20",
@@ -3544,11 +3567,11 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
3544
3567
  });
3545
3568
  IconSearch.displayName = 'IconSearch';
3546
3569
 
3547
- var _excluded$1N = ["testId"];
3570
+ var _excluded$1O = ["testId"];
3548
3571
  var IconSignOut = React.forwardRef(function (_ref, ref) {
3549
3572
  var _ref$testId = _ref.testId,
3550
3573
  testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
3551
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3574
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3552
3575
 
3553
3576
  return React__default.createElement("svg", Object.assign({
3554
3577
  viewBox: "0 0 20 20",
@@ -3564,11 +3587,11 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
3564
3587
  });
3565
3588
  IconSignOut.displayName = 'IconSignOut';
3566
3589
 
3567
- var _excluded$1O = ["testId"];
3590
+ var _excluded$1P = ["testId"];
3568
3591
  var IconSitemap = React.forwardRef(function (_ref, ref) {
3569
3592
  var _ref$testId = _ref.testId,
3570
3593
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
3571
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3572
3595
 
3573
3596
  return React__default.createElement("svg", Object.assign({
3574
3597
  viewBox: "0 0 20 20",
@@ -3586,11 +3609,11 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
3586
3609
  });
3587
3610
  IconSitemap.displayName = 'IconSitemap';
3588
3611
 
3589
- var _excluded$1P = ["testId"];
3612
+ var _excluded$1Q = ["testId"];
3590
3613
  var IconSlidersH = React.forwardRef(function (_ref, ref) {
3591
3614
  var _ref$testId = _ref.testId,
3592
3615
  testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
3593
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3616
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3594
3617
 
3595
3618
  return React__default.createElement("svg", Object.assign({
3596
3619
  viewBox: "0 0 20 20",
@@ -3613,11 +3636,11 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
3613
3636
  });
3614
3637
  IconSlidersH.displayName = 'IconSlidersH';
3615
3638
 
3616
- var _excluded$1Q = ["testId"];
3639
+ var _excluded$1R = ["testId"];
3617
3640
  var IconSort = React.forwardRef(function (_ref, ref) {
3618
3641
  var _ref$testId = _ref.testId,
3619
3642
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
3620
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3643
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3621
3644
 
3622
3645
  return React__default.createElement("svg", Object.assign({
3623
3646
  viewBox: "0 0 20 20",
@@ -3633,11 +3656,11 @@ var IconSort = React.forwardRef(function (_ref, ref) {
3633
3656
  });
3634
3657
  IconSort.displayName = 'IconSort';
3635
3658
 
3636
- var _excluded$1R = ["testId"];
3659
+ var _excluded$1S = ["testId"];
3637
3660
  var IconStarSolid = React.forwardRef(function (_ref, ref) {
3638
3661
  var _ref$testId = _ref.testId,
3639
3662
  testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
3640
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3663
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3641
3664
 
3642
3665
  return React__default.createElement("svg", Object.assign({
3643
3666
  viewBox: "0 0 20 20",
@@ -3653,11 +3676,11 @@ var IconStarSolid = React.forwardRef(function (_ref, ref) {
3653
3676
  });
3654
3677
  IconStarSolid.displayName = 'IconStarSolid';
3655
3678
 
3656
- var _excluded$1S = ["testId"];
3679
+ var _excluded$1T = ["testId"];
3657
3680
  var IconStar = React.forwardRef(function (_ref, ref) {
3658
3681
  var _ref$testId = _ref.testId,
3659
3682
  testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
3660
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3683
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3661
3684
 
3662
3685
  return React__default.createElement("svg", Object.assign({
3663
3686
  viewBox: "0 0 20 20",
@@ -3673,11 +3696,11 @@ var IconStar = React.forwardRef(function (_ref, ref) {
3673
3696
  });
3674
3697
  IconStar.displayName = 'IconStar';
3675
3698
 
3676
- var _excluded$1T = ["testId"];
3699
+ var _excluded$1U = ["testId"];
3677
3700
  var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
3678
3701
  var _ref$testId = _ref.testId,
3679
3702
  testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
3680
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3703
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3681
3704
 
3682
3705
  return React__default.createElement("svg", Object.assign({
3683
3706
  viewBox: "0 0 20 20",
@@ -3696,11 +3719,11 @@ var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
3696
3719
  });
3697
3720
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
3698
3721
 
3699
- var _excluded$1U = ["testId"];
3722
+ var _excluded$1V = ["testId"];
3700
3723
  var IconStopwatch = React.forwardRef(function (_ref, ref) {
3701
3724
  var _ref$testId = _ref.testId,
3702
3725
  testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
3703
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3726
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3704
3727
 
3705
3728
  return React__default.createElement("svg", Object.assign({
3706
3729
  viewBox: "0 0 20 20",
@@ -3718,11 +3741,11 @@ var IconStopwatch = React.forwardRef(function (_ref, ref) {
3718
3741
  });
3719
3742
  IconStopwatch.displayName = 'IconStopwatch';
3720
3743
 
3721
- var _excluded$1V = ["testId"];
3744
+ var _excluded$1W = ["testId"];
3722
3745
  var IconStrikethrough = React.forwardRef(function (_ref, ref) {
3723
3746
  var _ref$testId = _ref.testId,
3724
3747
  testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
3725
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3748
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3726
3749
 
3727
3750
  return React__default.createElement("svg", Object.assign({
3728
3751
  viewBox: "0 0 20 20",
@@ -3745,11 +3768,11 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
3745
3768
  });
3746
3769
  IconStrikethrough.displayName = 'IconStrikethrough';
3747
3770
 
3748
- var _excluded$1W = ["testId"];
3771
+ var _excluded$1X = ["testId"];
3749
3772
  var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
3750
3773
  var _ref$testId = _ref.testId,
3751
3774
  testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
3752
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3775
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3753
3776
 
3754
3777
  return React__default.createElement("svg", Object.assign({
3755
3778
  viewBox: "0 0 20 20",
@@ -3765,11 +3788,11 @@ var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
3765
3788
  });
3766
3789
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
3767
3790
 
3768
- var _excluded$1X = ["testId"];
3791
+ var _excluded$1Y = ["testId"];
3769
3792
  var IconSync = React.forwardRef(function (_ref, ref) {
3770
3793
  var _ref$testId = _ref.testId,
3771
3794
  testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
3772
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3795
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3773
3796
 
3774
3797
  return React__default.createElement("svg", Object.assign({
3775
3798
  viewBox: "0 0 20 20",
@@ -3785,11 +3808,11 @@ var IconSync = React.forwardRef(function (_ref, ref) {
3785
3808
  });
3786
3809
  IconSync.displayName = 'IconSync';
3787
3810
 
3788
- var _excluded$1Y = ["testId"];
3811
+ var _excluded$1Z = ["testId"];
3789
3812
  var IconTable = React.forwardRef(function (_ref, ref) {
3790
3813
  var _ref$testId = _ref.testId,
3791
3814
  testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
3792
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3815
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3793
3816
 
3794
3817
  return React__default.createElement("svg", Object.assign({
3795
3818
  viewBox: "0 0 20 20",
@@ -3812,11 +3835,11 @@ var IconTable = React.forwardRef(function (_ref, ref) {
3812
3835
  });
3813
3836
  IconTable.displayName = 'IconTable';
3814
3837
 
3815
- var _excluded$1Z = ["testId"];
3838
+ var _excluded$1_ = ["testId"];
3816
3839
  var IconTachometer = React.forwardRef(function (_ref, ref) {
3817
3840
  var _ref$testId = _ref.testId,
3818
3841
  testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
3819
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3842
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3820
3843
 
3821
3844
  return React__default.createElement("svg", Object.assign({
3822
3845
  xmlns: "http://www.w3.org/2000/svg",
@@ -3831,11 +3854,11 @@ var IconTachometer = React.forwardRef(function (_ref, ref) {
3831
3854
  });
3832
3855
  IconTachometer.displayName = 'IconTachometer';
3833
3856
 
3834
- var _excluded$1_ = ["testId"];
3857
+ var _excluded$1$ = ["testId"];
3835
3858
  var IconTimesOctagon = React.forwardRef(function (_ref, ref) {
3836
3859
  var _ref$testId = _ref.testId,
3837
3860
  testId = _ref$testId === void 0 ? 'icon-times-octagon' : _ref$testId,
3838
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3861
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3839
3862
 
3840
3863
  return React__default.createElement("svg", Object.assign({
3841
3864
  viewBox: "0 0 20 20",
@@ -3853,11 +3876,11 @@ var IconTimesOctagon = React.forwardRef(function (_ref, ref) {
3853
3876
  });
3854
3877
  IconTimesOctagon.displayName = 'IconTimesOctagon';
3855
3878
 
3856
- var _excluded$1$ = ["testId"];
3879
+ var _excluded$20 = ["testId"];
3857
3880
  var IconTimes = React.forwardRef(function (_ref, ref) {
3858
3881
  var _ref$testId = _ref.testId,
3859
3882
  testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
3860
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3883
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3861
3884
 
3862
3885
  return React__default.createElement("svg", Object.assign({
3863
3886
  viewBox: "0 0 20 20",
@@ -3875,11 +3898,11 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
3875
3898
  });
3876
3899
  IconTimes.displayName = 'IconTimes';
3877
3900
 
3878
- var _excluded$20 = ["testId"];
3901
+ var _excluded$21 = ["testId"];
3879
3902
  var IconTrash = React.forwardRef(function (_ref, ref) {
3880
3903
  var _ref$testId = _ref.testId,
3881
3904
  testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
3882
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3905
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3883
3906
 
3884
3907
  return React__default.createElement("svg", Object.assign({
3885
3908
  viewBox: "0 0 20 20",
@@ -3897,11 +3920,11 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
3897
3920
  });
3898
3921
  IconTrash.displayName = 'IconTrash';
3899
3922
 
3900
- var _excluded$21 = ["testId"];
3923
+ var _excluded$22 = ["testId"];
3901
3924
  var IconUnderline = React.forwardRef(function (_ref, ref) {
3902
3925
  var _ref$testId = _ref.testId,
3903
3926
  testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
3904
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3927
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3905
3928
 
3906
3929
  return React__default.createElement("svg", Object.assign({
3907
3930
  viewBox: "0 0 20 20",
@@ -3917,11 +3940,11 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
3917
3940
  });
3918
3941
  IconUnderline.displayName = 'IconUnderline';
3919
3942
 
3920
- var _excluded$22 = ["testId"];
3943
+ var _excluded$23 = ["testId"];
3921
3944
  var IconUndo = React.forwardRef(function (_ref, ref) {
3922
3945
  var _ref$testId = _ref.testId,
3923
3946
  testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
3924
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3947
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3925
3948
 
3926
3949
  return React__default.createElement("svg", Object.assign({
3927
3950
  viewBox: "0 0 20 20",
@@ -3937,11 +3960,11 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
3937
3960
  });
3938
3961
  IconUndo.displayName = 'IconUndo';
3939
3962
 
3940
- var _excluded$23 = ["testId"];
3963
+ var _excluded$24 = ["testId"];
3941
3964
  var IconUniversity = React.forwardRef(function (_ref, ref) {
3942
3965
  var _ref$testId = _ref.testId,
3943
3966
  testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
3944
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3967
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
3945
3968
 
3946
3969
  return React__default.createElement("svg", Object.assign({
3947
3970
  viewBox: "0 0 20 20",
@@ -3964,11 +3987,38 @@ var IconUniversity = React.forwardRef(function (_ref, ref) {
3964
3987
  });
3965
3988
  IconUniversity.displayName = 'IconUniversity';
3966
3989
 
3967
- var _excluded$24 = ["testId"];
3990
+ var _excluded$25 = ["testId"];
3991
+ var IconUnlock = React.forwardRef(function (_ref, ref) {
3992
+ var _ref$testId = _ref.testId,
3993
+ testId = _ref$testId === void 0 ? 'icon-unlock' : _ref$testId,
3994
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3995
+
3996
+ return React__default.createElement("svg", Object.assign({
3997
+ xmlns: "http://www.w3.org/2000/svg",
3998
+ fill: "none",
3999
+ viewBox: "0 0 20 20",
4000
+ style: getIconStyles(props),
4001
+ "data-testid": testId,
4002
+ ref: ref
4003
+ }, props), React__default.createElement("g", {
4004
+ clipPath: "url(#icon-unlock_svg__a)"
4005
+ }, React__default.createElement("path", {
4006
+ fill: "currentColor",
4007
+ d: "M14.705 0c-2.917.012-5.26 2.612-5.26 5.907v2.765H1.666C.747 8.672 0 9.515 0 10.554v7.53c0 1.04.747 1.883 1.667 1.883h12.222c.92 0 1.667-.843 1.667-1.882v-7.53c0-1.04-.747-1.883-1.667-1.883h-1.667V5.883c0-1.553 1.1-2.844 2.476-2.86 1.389-.015 2.524 1.26 2.524 2.825v3.137c0 .522.372.942.834.942h1.11c.462 0 .834-.42.834-.942V5.848C20 2.553 17.622-.012 14.705 0Z"
4008
+ })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
4009
+ id: "icon-unlock_svg__a"
4010
+ }, React__default.createElement("path", {
4011
+ fill: "#fff",
4012
+ d: "M0 0h20v20H0z"
4013
+ }))));
4014
+ });
4015
+ IconUnlock.displayName = 'IconUnlock';
4016
+
4017
+ var _excluded$26 = ["testId"];
3968
4018
  var IconUserComputer = React.forwardRef(function (_ref, ref) {
3969
4019
  var _ref$testId = _ref.testId,
3970
4020
  testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
3971
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
4021
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
3972
4022
 
3973
4023
  return React__default.createElement("svg", Object.assign({
3974
4024
  viewBox: "0 0 20 20",
@@ -3995,11 +4045,11 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
3995
4045
  });
3996
4046
  IconUserComputer.displayName = 'IconUserComputer';
3997
4047
 
3998
- var _excluded$25 = ["testId"];
4048
+ var _excluded$27 = ["testId"];
3999
4049
  var IconUserFriends = React.forwardRef(function (_ref, ref) {
4000
4050
  var _ref$testId = _ref.testId,
4001
4051
  testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
4002
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
4052
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
4003
4053
 
4004
4054
  return React__default.createElement("svg", Object.assign({
4005
4055
  viewBox: "0 0 20 20",
@@ -4015,11 +4065,11 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
4015
4065
  });
4016
4066
  IconUserFriends.displayName = 'IconUserFriends';
4017
4067
 
4018
- var _excluded$26 = ["testId"];
4068
+ var _excluded$28 = ["testId"];
4019
4069
  var IconUserLight = React.forwardRef(function (_ref, ref) {
4020
4070
  var _ref$testId = _ref.testId,
4021
4071
  testId = _ref$testId === void 0 ? 'icon-user-light' : _ref$testId,
4022
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
4072
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
4023
4073
 
4024
4074
  return React__default.createElement("svg", Object.assign({
4025
4075
  viewBox: "0 0 20 20",
@@ -4037,11 +4087,11 @@ var IconUserLight = React.forwardRef(function (_ref, ref) {
4037
4087
  });
4038
4088
  IconUserLight.displayName = 'IconUserLight';
4039
4089
 
4040
- var _excluded$27 = ["testId"];
4090
+ var _excluded$29 = ["testId"];
4041
4091
  var IconUserPlus = React.forwardRef(function (_ref, ref) {
4042
4092
  var _ref$testId = _ref.testId,
4043
4093
  testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
4044
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
4094
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
4045
4095
 
4046
4096
  return React__default.createElement("svg", Object.assign({
4047
4097
  viewBox: "0 0 20 20",
@@ -4057,11 +4107,11 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
4057
4107
  });
4058
4108
  IconUserPlus.displayName = 'IconUserPlus';
4059
4109
 
4060
- var _excluded$28 = ["testId"];
4110
+ var _excluded$2a = ["testId"];
4061
4111
  var IconUserSearch = React.forwardRef(function (_ref, ref) {
4062
4112
  var _ref$testId = _ref.testId,
4063
4113
  testId = _ref$testId === void 0 ? 'icon-user-search' : _ref$testId,
4064
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
4114
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
4065
4115
 
4066
4116
  return React__default.createElement("svg", Object.assign({
4067
4117
  viewBox: "0 0 20 20",
@@ -4086,11 +4136,11 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
4086
4136
  });
4087
4137
  IconUserSearch.displayName = 'IconUserSearch';
4088
4138
 
4089
- var _excluded$29 = ["testId"];
4139
+ var _excluded$2b = ["testId"];
4090
4140
  var IconUserSlash = React.forwardRef(function (_ref, ref) {
4091
4141
  var _ref$testId = _ref.testId,
4092
4142
  testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
4093
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
4143
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
4094
4144
 
4095
4145
  return React__default.createElement("svg", Object.assign({
4096
4146
  viewBox: "0 0 20 20",
@@ -4113,11 +4163,11 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
4113
4163
  });
4114
4164
  IconUserSlash.displayName = 'IconUserSlash';
4115
4165
 
4116
- var _excluded$2a = ["testId"];
4166
+ var _excluded$2c = ["testId"];
4117
4167
  var IconUserSolid = React.forwardRef(function (_ref, ref) {
4118
4168
  var _ref$testId = _ref.testId,
4119
4169
  testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
4120
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
4170
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
4121
4171
 
4122
4172
  return React__default.createElement("svg", Object.assign({
4123
4173
  viewBox: "0 0 20 20",
@@ -4133,11 +4183,11 @@ var IconUserSolid = React.forwardRef(function (_ref, ref) {
4133
4183
  });
4134
4184
  IconUserSolid.displayName = 'IconUserSolid';
4135
4185
 
4136
- var _excluded$2b = ["testId"];
4186
+ var _excluded$2d = ["testId"];
4137
4187
  var IconUserTag = React.forwardRef(function (_ref, ref) {
4138
4188
  var _ref$testId = _ref.testId,
4139
4189
  testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
4140
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
4190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
4141
4191
 
4142
4192
  return React__default.createElement("svg", Object.assign({
4143
4193
  viewBox: "0 0 20 20",
@@ -4155,11 +4205,11 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
4155
4205
  });
4156
4206
  IconUserTag.displayName = 'IconUserTag';
4157
4207
 
4158
- var _excluded$2c = ["testId"];
4208
+ var _excluded$2e = ["testId"];
4159
4209
  var IconUserTie = React.forwardRef(function (_ref, ref) {
4160
4210
  var _ref$testId = _ref.testId,
4161
4211
  testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
4162
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
4212
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
4163
4213
 
4164
4214
  return React__default.createElement("svg", Object.assign({
4165
4215
  viewBox: "0 0 20 20",
@@ -4175,11 +4225,11 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
4175
4225
  });
4176
4226
  IconUserTie.displayName = 'IconUserTie';
4177
4227
 
4178
- var _excluded$2d = ["testId"];
4228
+ var _excluded$2f = ["testId"];
4179
4229
  var IconUsers = React.forwardRef(function (_ref, ref) {
4180
4230
  var _ref$testId = _ref.testId,
4181
4231
  testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
4182
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
4232
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
4183
4233
 
4184
4234
  return React__default.createElement("svg", Object.assign({
4185
4235
  viewBox: "0 0 20 20",
@@ -4195,11 +4245,11 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
4195
4245
  });
4196
4246
  IconUsers.displayName = 'IconUsers';
4197
4247
 
4198
- var _excluded$2e = ["testId"];
4248
+ var _excluded$2g = ["testId"];
4199
4249
  var IconVideo = React.forwardRef(function (_ref, ref) {
4200
4250
  var _ref$testId = _ref.testId,
4201
4251
  testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
4202
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
4252
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
4203
4253
 
4204
4254
  return React__default.createElement("svg", Object.assign({
4205
4255
  viewBox: "0 0 20 20",
@@ -4215,11 +4265,11 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
4215
4265
  });
4216
4266
  IconVideo.displayName = 'IconVideo';
4217
4267
 
4218
- var _excluded$2f = ["testId"];
4268
+ var _excluded$2h = ["testId"];
4219
4269
  var IconVolumeMute = React.forwardRef(function (_ref, ref) {
4220
4270
  var _ref$testId = _ref.testId,
4221
4271
  testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
4222
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
4272
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
4223
4273
 
4224
4274
  return React__default.createElement("svg", Object.assign({
4225
4275
  viewBox: "0 0 20 20",
@@ -4235,11 +4285,11 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
4235
4285
  });
4236
4286
  IconVolumeMute.displayName = 'IconVolumeMute';
4237
4287
 
4238
- var _excluded$2g = ["testId"];
4288
+ var _excluded$2i = ["testId"];
4239
4289
  var IconVolume = React.forwardRef(function (_ref, ref) {
4240
4290
  var _ref$testId = _ref.testId,
4241
4291
  testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
4242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
4292
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
4243
4293
 
4244
4294
  return React__default.createElement("svg", Object.assign({
4245
4295
  viewBox: "0 0 20 20",
@@ -4255,11 +4305,11 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
4255
4305
  });
4256
4306
  IconVolume.displayName = 'IconVolume';
4257
4307
 
4258
- var _excluded$2h = ["testId"];
4308
+ var _excluded$2j = ["testId"];
4259
4309
  var IconWrench = React.forwardRef(function (_ref, ref) {
4260
4310
  var _ref$testId = _ref.testId,
4261
4311
  testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
4262
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
4312
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
4263
4313
 
4264
4314
  return React__default.createElement("svg", Object.assign({
4265
4315
  viewBox: "0 0 20 20",
@@ -4785,7 +4835,7 @@ var InlineBannerIcon = function InlineBannerIcon(_ref) {
4785
4835
  }
4786
4836
  };
4787
4837
 
4788
- var _excluded$2i = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
4838
+ var _excluded$2k = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
4789
4839
 
4790
4840
  var InlineBanner = function InlineBanner(_ref) {
4791
4841
  var _classnames, _classnames2;
@@ -4799,7 +4849,7 @@ var InlineBanner = function InlineBanner(_ref) {
4799
4849
  primaryButton = _ref.primaryButton,
4800
4850
  secondaryButton = _ref.secondaryButton,
4801
4851
  testId = _ref.testId,
4802
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
4852
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
4803
4853
 
4804
4854
  var positionStyles = usePositionStyles(positionProps);
4805
4855
  var multiLine = !!title;
@@ -5411,7 +5461,7 @@ var TimeFieldInput = function TimeFieldInput(_ref) {
5411
5461
  })));
5412
5462
  };
5413
5463
 
5414
- var _excluded$2j = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
5464
+ var _excluded$2l = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
5415
5465
 
5416
5466
  var TimeFieldDropdownElement = function TimeFieldDropdownElement(_ref, ref) {
5417
5467
  var _ref$placeholder = _ref.placeholder,
@@ -5421,7 +5471,7 @@ var TimeFieldDropdownElement = function TimeFieldDropdownElement(_ref, ref) {
5421
5471
  selectedTimeOption = _ref.selectedTimeOption,
5422
5472
  prefix = _ref.prefix,
5423
5473
  duration = _ref.duration,
5424
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
5474
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
5425
5475
 
5426
5476
  var _useTextField = useTextField(_extends({}, allOtherProps, {
5427
5477
  placeholder: placeholder,
@@ -5768,7 +5818,7 @@ var ALIGNMENTS = {
5768
5818
 
5769
5819
  var styles$p = {"text":"_3CIA3","text__body":"_1nnj8","text__caption":"_37K6o","text__insight":"_avqxy","text--bold":"_2TG6E","text--italic":"_2hlsn","text--underline":"_1Pjo6","text--monospace":"_eDdDI","text--align-left":"_2gNwS","text--align-right":"_ufv1W","text--align-center":"_2WMN6","text--align-justify":"_2iH-J"};
5770
5820
 
5771
- var _excluded$2k = ["children", "as", "emphasis", "alignment", "color", "testId"];
5821
+ var _excluded$2m = ["children", "as", "emphasis", "alignment", "color", "testId"];
5772
5822
 
5773
5823
  var Text = function Text(_ref) {
5774
5824
  var _classnames;
@@ -5780,7 +5830,7 @@ var Text = function Text(_ref) {
5780
5830
  alignment = _ref.alignment,
5781
5831
  color = _ref.color,
5782
5832
  testId = _ref.testId,
5783
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
5833
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
5784
5834
 
5785
5835
  var positionStyles = usePositionStyles(positionProps);
5786
5836
  var elementProps = {
@@ -6013,7 +6063,7 @@ var KebabMenu = function KebabMenu(_ref) {
6013
6063
 
6014
6064
  var styles$q = {"card":"_29ZIp","card__body":"_3Q8NT","card__body--interactive":"_2Fah6","card--focus":"_SGno0","card__body--focus":"_1zqRN","card__body--disabled":"_11cqA","card__body--with-kebab":"_3Hwms","card__kebab":"_TmEUS","card__kebab--disabled":"_3FZlB"};
6015
6065
 
6016
- var _excluded$2l = ["children", "onClick", "isSelected", "disabled", "actions", "testId"];
6066
+ var _excluded$2n = ["children", "onClick", "isSelected", "disabled", "actions", "testId"];
6017
6067
 
6018
6068
  var Card = function Card(_ref) {
6019
6069
  var _classnames, _classnames2, _classnames3;
@@ -6026,7 +6076,7 @@ var Card = function Card(_ref) {
6026
6076
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
6027
6077
  actions = _ref.actions,
6028
6078
  testId = _ref.testId,
6029
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
6079
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
6030
6080
 
6031
6081
  var positionStyles = usePositionStyles(positionProps);
6032
6082
  return React__default.createElement("div", {
@@ -6342,7 +6392,7 @@ var SKELETON_COMPONENT = {
6342
6392
  PILL: 'pill'
6343
6393
  };
6344
6394
 
6345
- var _excluded$2m = ["as", "testId", "width", "height"];
6395
+ var _excluded$2o = ["as", "testId", "width", "height"];
6346
6396
 
6347
6397
  var Skeleton = function Skeleton(_ref) {
6348
6398
  var _classnames;
@@ -6351,7 +6401,7 @@ var Skeleton = function Skeleton(_ref) {
6351
6401
  testId = _ref.testId,
6352
6402
  width = _ref.width,
6353
6403
  height = _ref.height,
6354
- positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
6404
+ positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
6355
6405
 
6356
6406
  var positioning = usePositionStyles(positionStyles);
6357
6407
  return React__default.createElement("div", {
@@ -6596,7 +6646,7 @@ function parseDate(str, format, locale) {
6596
6646
  locale: locale
6597
6647
  });
6598
6648
 
6599
- if (str.length === format.length && fp.isDate(parsed)) {
6649
+ if (str.length === format.length && parsed instanceof Date && !isNaN(parsed.getTime())) {
6600
6650
  return parsed;
6601
6651
  }
6602
6652
 
@@ -6607,6 +6657,8 @@ function formatDate(date, format, locale) {
6607
6657
  locale: locale
6608
6658
  });
6609
6659
  }
6660
+ var calendarDropdownFromYear = new Date().getFullYear() - 100;
6661
+ var calendarDropdownToYear = new Date().getFullYear() + 10;
6610
6662
  function setToMidnight(date) {
6611
6663
  return date && startOfDay(date);
6612
6664
  }
@@ -6764,6 +6816,8 @@ var Calendar = function Calendar(_ref) {
6764
6816
  handleSelect(day);
6765
6817
  }
6766
6818
  },
6819
+ fromYear: calendarDropdownFromYear,
6820
+ toYear: calendarDropdownToYear,
6767
6821
  disabled: disabledDays,
6768
6822
  defaultMonth: initialMonth || selected,
6769
6823
  showOutsideDays: true,
@@ -6791,10 +6845,12 @@ var Calendar = function Calendar(_ref) {
6791
6845
  "data-testid": testId
6792
6846
  }, mode === CALENDAR_MODE.DAY ? React__default.createElement(reactDayPicker.DayPicker, Object.assign({
6793
6847
  mode: "single",
6794
- selected: selected
6848
+ selected: selected,
6849
+ captionLayout: "dropdown-buttons"
6795
6850
  }, defaultProps)) : React__default.createElement(reactDayPicker.DayPicker, Object.assign({
6796
6851
  mode: "range",
6797
- selected: selectedRange
6852
+ selected: selectedRange,
6853
+ captionLayout: "dropdown-buttons"
6798
6854
  }, defaultProps)))));
6799
6855
  };
6800
6856
 
@@ -6927,7 +6983,7 @@ var useLocalStorage = function useLocalStorage(key, initialValue) {
6927
6983
 
6928
6984
  var styles$H = {"hint-modal":"_3hZEG","hint-modal--after-open":"_JvGIZ","hint-modal--before-close":"_2D_ak","hint-modal__overlay":"_1lmCk","hint-modal__image":"_A6js8","hint-modal__body":"_24heZ","hint-modal__close-button":"_5M3XV"};
6929
6985
 
6930
- var _excluded$2n = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
6986
+ var _excluded$2p = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
6931
6987
 
6932
6988
  var HintModal = function HintModal(_ref) {
6933
6989
  var header = _ref.header,
@@ -6937,7 +6993,7 @@ var HintModal = function HintModal(_ref) {
6937
6993
  modalId = _ref.modalId,
6938
6994
  primaryButton = _ref.primaryButton,
6939
6995
  testId = _ref.testId,
6940
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
6996
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
6941
6997
 
6942
6998
  var _useState = React.useState(false),
6943
6999
  doNotShowAgain = _useState[0],
@@ -7173,7 +7229,7 @@ var DataTableEditableCellElement = function DataTableEditableCellElement(_ref, r
7173
7229
 
7174
7230
  var DataTableEditableCell = React.forwardRef(DataTableEditableCellElement);
7175
7231
 
7176
- var _excluded$2o = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
7232
+ var _excluded$2q = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
7177
7233
 
7178
7234
  var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
7179
7235
  var _classnames;
@@ -7187,7 +7243,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
7187
7243
  _ref$hasDefaultCell = _ref.hasDefaultCell,
7188
7244
  hasDefaultCell = _ref$hasDefaultCell === void 0 ? true : _ref$hasDefaultCell,
7189
7245
  testId = _ref.testId,
7190
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
7246
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
7191
7247
 
7192
7248
  var _useDataTableContext = useDataTableContext(),
7193
7249
  showActionMenu = _useDataTableContext.showActionMenu;
@@ -7511,13 +7567,13 @@ var isReactSelectElement = function isReactSelectElement(element) {
7511
7567
 
7512
7568
  var styles$J = {"custom-control":"_1cDCR"};
7513
7569
 
7514
- var _excluded$2p = ["children"];
7570
+ var _excluded$2r = ["children"];
7515
7571
 
7516
7572
  function CustomControl(_ref) {
7517
7573
  var _props$getValue;
7518
7574
 
7519
7575
  var children = _ref.children,
7520
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
7576
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
7521
7577
 
7522
7578
  var SelectedOptionPrefix = props.selectProps.componentsProps.SelectedOptionPrefix;
7523
7579
  var selectedOption = (_props$getValue = props.getValue()) === null || _props$getValue === void 0 ? void 0 : _props$getValue[0];
@@ -7535,11 +7591,11 @@ function CustomControl(_ref) {
7535
7591
  }, props)), children)) : children);
7536
7592
  }
7537
7593
 
7538
- var _excluded$2q = ["children"];
7594
+ var _excluded$2s = ["children"];
7539
7595
 
7540
7596
  function CustomOption(_ref) {
7541
7597
  var children = _ref.children,
7542
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
7598
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
7543
7599
 
7544
7600
  var UserCustomOption = props.selectProps.componentsProps.UserCustomOption;
7545
7601
  return React__default.createElement(Select.components.Option, Object.assign({}, props), React__default.createElement(UserCustomOption, Object.assign({}, props), children));
@@ -7694,11 +7750,11 @@ var CustomContainer = function CustomContainer(props) {
7694
7750
 
7695
7751
  var styles$K = {"custom-menu-text-field":"_2-zhH","custom-menu-hr":"_3sdnK","custom-menu-div":"_2F1jP"};
7696
7752
 
7697
- var _excluded$2r = ["children"];
7753
+ var _excluded$2t = ["children"];
7698
7754
 
7699
7755
  function CustomMenu(_ref) {
7700
7756
  var children = _ref.children,
7701
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
7757
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
7702
7758
 
7703
7759
  var _props$selectProps$co = props.selectProps.componentsProps,
7704
7760
  creatableButton = _props$selectProps$co.creatableButton,
@@ -8461,12 +8517,12 @@ var TextAreaField = function TextAreaField(_ref) {
8461
8517
  }, toolbar)));
8462
8518
  };
8463
8519
 
8464
- var _excluded$2s = ["prefix", "suffix"];
8520
+ var _excluded$2u = ["prefix", "suffix"];
8465
8521
 
8466
8522
  var TextFieldElement = function TextFieldElement(_ref, ref) {
8467
8523
  var prefix = _ref.prefix,
8468
8524
  suffix = _ref.suffix,
8469
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
8525
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
8470
8526
 
8471
8527
  var _useTextField = useTextField(_extends({}, props, {
8472
8528
  ref: ref
@@ -9073,13 +9129,13 @@ var MultiSelectField = function MultiSelectField(_ref) {
9073
9129
 
9074
9130
  var styles$_ = {"custom-list":"_uC4zU"};
9075
9131
 
9076
- var _excluded$2t = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
9132
+ var _excluded$2v = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
9077
9133
 
9078
9134
  var CustomList = function CustomList(_ref) {
9079
9135
  var children = _ref.children,
9080
9136
  hasMoreOptions = _ref.hasMoreOptions,
9081
9137
  hasMoreOptionsFirstLoad = _ref.hasMoreOptionsFirstLoad,
9082
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
9138
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
9083
9139
 
9084
9140
  var showFooter = hasMoreOptions;
9085
9141
 
@@ -9094,11 +9150,11 @@ var CustomList = function CustomList(_ref) {
9094
9150
  }, getLocalizedString('main.START_TYPING_TO_SEE_MORE_OPTIONS')))));
9095
9151
  };
9096
9152
 
9097
- var _excluded$2u = ["loadOptions"];
9153
+ var _excluded$2w = ["loadOptions"];
9098
9154
 
9099
9155
  var AsyncSelectField = function AsyncSelectField(_ref) {
9100
9156
  var loadOptions = _ref.loadOptions,
9101
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
9157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
9102
9158
 
9103
9159
  var _useState = React.useState(false),
9104
9160
  hasMoreOptions = _useState[0],
@@ -9268,10 +9324,6 @@ var DateField = function DateField(_ref) {
9268
9324
  showCalendar = _useState[0],
9269
9325
  setShowCalendar = _useState[1];
9270
9326
 
9271
- var _useState2 = React.useState(false),
9272
- isTyping = _useState2[0],
9273
- setIsTyping = _useState2[1];
9274
-
9275
9327
  var controllers = useDateFieldControllers({
9276
9328
  name: name,
9277
9329
  id: inputId,
@@ -9281,7 +9333,7 @@ var DateField = function DateField(_ref) {
9281
9333
  error: error
9282
9334
  });
9283
9335
 
9284
- var _useState3 = React.useState(function () {
9336
+ var _useState2 = React.useState(function () {
9285
9337
  if (defaultValue) {
9286
9338
  return formatDate(defaultValue, format);
9287
9339
  }
@@ -9292,8 +9344,8 @@ var DateField = function DateField(_ref) {
9292
9344
 
9293
9345
  return '';
9294
9346
  }),
9295
- inputValue = _useState3[0],
9296
- setInputValue = _useState3[1];
9347
+ inputValue = _useState2[0],
9348
+ setInputValue = _useState2[1];
9297
9349
 
9298
9350
  var hasError = controllers.error;
9299
9351
  var fieldProps = {
@@ -9349,9 +9401,6 @@ var DateField = function DateField(_ref) {
9349
9401
 
9350
9402
  if (parsedDate) {
9351
9403
  controllers.onChange(parsedDate);
9352
- setIsTyping(false);
9353
- } else {
9354
- setIsTyping(true);
9355
9404
  }
9356
9405
 
9357
9406
  setInputValue(event.target.value);
@@ -9359,7 +9408,7 @@ var DateField = function DateField(_ref) {
9359
9408
  onBlur: controllers.onBlur,
9360
9409
  maxLength: format.length,
9361
9410
  value: inputValue
9362
- })), showCalendar && !isTyping && React__default.createElement(Calendar, {
9411
+ })), showCalendar && React__default.createElement(Calendar, {
9363
9412
  onSelect: function onSelect(date) {
9364
9413
  var _inputRef$current;
9365
9414
 
@@ -9535,6 +9584,9 @@ var DateRangeCalendar = function DateRangeCalendar(_ref) {
9535
9584
  showOutsideDays: true,
9536
9585
  weekStartsOn: weekStart,
9537
9586
  onMonthChange: onMonthChange,
9587
+ fromYear: calendarDropdownFromYear,
9588
+ toYear: calendarDropdownToYear,
9589
+ captionLayout: "dropdown-buttons",
9538
9590
  formatters: {
9539
9591
  formatCaption: function formatCaption(date) {
9540
9592
  return MONTH_NAMES[date.getMonth()] + ' ' + date.getFullYear();
@@ -9977,7 +10029,7 @@ var TimeFieldDropdown = function TimeFieldDropdown(_ref) {
9977
10029
  })));
9978
10030
  };
9979
10031
 
9980
- var _excluded$2v = ["interval", "startTime", "prefix", "endField", "duration"];
10032
+ var _excluded$2x = ["interval", "startTime", "prefix", "endField", "duration"];
9981
10033
 
9982
10034
  var TimeFieldElement = function TimeFieldElement(_ref, forwardedRef) {
9983
10035
  var _ref$interval = _ref.interval,
@@ -9987,7 +10039,7 @@ var TimeFieldElement = function TimeFieldElement(_ref, forwardedRef) {
9987
10039
  _ref$endField = _ref.endField,
9988
10040
  endField = _ref$endField === void 0 ? false : _ref$endField,
9989
10041
  duration = _ref.duration,
9990
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
10042
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
9991
10043
 
9992
10044
  var internalRef = React.useRef(null);
9993
10045
  var ref = forwardedRef || internalRef;
@@ -10172,14 +10224,14 @@ var TimeRangeField = function TimeRangeField(_ref) {
10172
10224
  })));
10173
10225
  };
10174
10226
 
10175
- var _excluded$2w = ["currencySymbol", "step"];
10227
+ var _excluded$2y = ["currencySymbol", "step"];
10176
10228
 
10177
10229
  var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
10178
10230
  var _ref$currencySymbol = _ref.currencySymbol,
10179
10231
  currencySymbol = _ref$currencySymbol === void 0 ? '$' : _ref$currencySymbol,
10180
10232
  _ref$step = _ref.step,
10181
10233
  step = _ref$step === void 0 ? 0.01 : _ref$step,
10182
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
10234
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
10183
10235
 
10184
10236
  var _useTextField = useTextField(_extends({}, allOtherProps, {
10185
10237
  ref: ref
@@ -10218,7 +10270,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
10218
10270
 
10219
10271
  var CurrencyField = React.forwardRef(CurrencyFieldElement);
10220
10272
 
10221
- var _excluded$2x = ["max", "min", "precision", "stepSize", "prefix"];
10273
+ var _excluded$2z = ["max", "min", "precision", "stepSize", "prefix"];
10222
10274
 
10223
10275
  var PercentageElement = function PercentageElement(_ref, ref) {
10224
10276
  var _ref$max = _ref.max,
@@ -10230,7 +10282,7 @@ var PercentageElement = function PercentageElement(_ref, ref) {
10230
10282
  _ref$stepSize = _ref.stepSize,
10231
10283
  stepSize = _ref$stepSize === void 0 ? 1 : _ref$stepSize,
10232
10284
  prefix = _ref.prefix,
10233
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
10285
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
10234
10286
 
10235
10287
  var _useTextField = useTextField(_extends({}, allOtherProps, {
10236
10288
  ref: ref
@@ -11238,14 +11290,14 @@ var CountrySelector = function CountrySelector(_ref) {
11238
11290
  }))));
11239
11291
  };
11240
11292
 
11241
- var _excluded$2y = ["disabledCountry"];
11293
+ var _excluded$2A = ["disabledCountry"];
11242
11294
 
11243
11295
  var PhoneField = function PhoneField(_ref) {
11244
11296
  var _classNames;
11245
11297
 
11246
11298
  var _ref$disabledCountry = _ref.disabledCountry,
11247
11299
  disabledCountry = _ref$disabledCountry === void 0 ? false : _ref$disabledCountry,
11248
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
11300
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
11249
11301
 
11250
11302
  var inputRef = React.useRef(null);
11251
11303
 
@@ -11342,7 +11394,7 @@ var PhoneField = function PhoneField(_ref) {
11342
11394
 
11343
11395
  var styles$13 = {"badge":"_2f81N","badge--warning":"_2g1GI","badge--danger":"_2zLnM","badge--success":"_27QOo","badge--info":"_2gmsM"};
11344
11396
 
11345
- var _excluded$2z = ["children", "theme", "title", "testId"];
11397
+ var _excluded$2B = ["children", "theme", "title", "testId"];
11346
11398
 
11347
11399
  var Badge = function Badge(_ref, forwardedRef) {
11348
11400
  var _classnames;
@@ -11351,7 +11403,7 @@ var Badge = function Badge(_ref, forwardedRef) {
11351
11403
  theme = _ref.theme,
11352
11404
  title = _ref.title,
11353
11405
  testId = _ref.testId,
11354
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
11406
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
11355
11407
 
11356
11408
  var internalRef = React.useRef(null);
11357
11409
  var ref = forwardedRef || internalRef;
@@ -11788,6 +11840,7 @@ exports.IconCameraSlash = IconCameraSlash;
11788
11840
  exports.IconCashRegister = IconCashRegister;
11789
11841
  exports.IconChartBar = IconChartBar;
11790
11842
  exports.IconCheck = IconCheck;
11843
+ exports.IconCheckCircleIncomplete = IconCheckCircleIncomplete;
11791
11844
  exports.IconChevronDown = IconChevronDown;
11792
11845
  exports.IconChevronLeft = IconChevronLeft;
11793
11846
  exports.IconChevronRight = IconChevronRight;
@@ -11880,6 +11933,7 @@ exports.IconTrash = IconTrash;
11880
11933
  exports.IconUnderline = IconUnderline;
11881
11934
  exports.IconUndo = IconUndo;
11882
11935
  exports.IconUniversity = IconUniversity;
11936
+ exports.IconUnlock = IconUnlock;
11883
11937
  exports.IconUserComputer = IconUserComputer;
11884
11938
  exports.IconUserFriends = IconUserFriends;
11885
11939
  exports.IconUserLight = IconUserLight;